.wep-spotlight {
    position: relative;
}
.wep-spotlight-outer-container {
    inset: 0;
    overflow-y: auto;
    padding: 1rem;
    position: fixed;
}
@media (min-width: 640px) {
    .wep-spotlight-outer-container {
        padding: 1.5rem;
    }
}
@media (min-width: 768px) {
    .wep-spotlight-outer-container {
        padding: 5rem;
    }
}
.wep-spotlight-outer-container {
    z-index: 900;
}
.wep-spotlight-inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
}
.wep-spotlight-inner-container > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    --tw-divide-opacity: 1;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
    border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
}
.wep-spotlight-inner-container {
    --tw-bg-opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --tw-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 0.25rem;
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    overflow: hidden;
}
@media (min-width: 640px) {
    .wep-spotlight-inner-container {
        max-width: 36rem;
    }
}
@media (min-width: 768px) {
    .wep-spotlight-inner-container {
        max-width: 42rem;
    }
}
@media (min-width: 1024px) {
    .wep-spotlight-inner-container {
        max-width: 56rem;
    }
}
.wep-spotlight-inner-container {
    z-index: 999;
}
.wep-spotlight-inner-container.enter {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.wep-spotlight-inner-container.enter.start,
.wep-spotlight-inner-container.leave.end {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    opacity: 0;
}
.wep-spotlight-inner-container.enter.end,
.wep-spotlight-inner-container.enter.start,
.wep-spotlight-inner-container.leave.end,
.wep-spotlight-inner-container.leave.start {
    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));
}
.wep-spotlight-inner-container.enter.end,
.wep-spotlight-inner-container.leave.start {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    opacity: 1;
}
.wep-spotlight-inner-container.leave {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.wep-spotlight-input-container {
    align-items: center;
    display: flex;
    position: relative;
}
.wep-spotlight-input-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
}
.wep-spotlight-input-icon {
    align-items: center;
    display: flex;
    margin-left: 1rem;
    width: 1.5rem;
}
.wep-spotlight-input-loading-icon {
    height: 1rem;
    width: 1rem;
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.wep-spotlight-input-loading-icon {
    animation: spin 1s linear infinite;
}
.wep-spotlight-input-search-icon {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    height: 1.25rem;
    pointer-events: none;
    width: 1.25rem;
}
.wep-spotlight-token-container {
    display: flex;
}
.wep-spotlight-token-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
}
.wep-spotlight-token-container {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.wep-spotlight-input {
    --tw-text-opacity: 1 !important;
    border-radius: 0.25rem !important;
    border-width: 0 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
    display: block !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.25rem !important;
    padding-top: 0.75rem !important;
    width: 100% !important;
}
.wep-spotlight-input:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.wep-spotlight-input-inner-container {
    position: relative;
    width: 100%;
}
.wep-spotlight-input-escape {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0.75rem;
    top: 0;
}
.wep-spotlight-input-escape-icon {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    height: 1.25rem;
    width: 1.25rem;
}
.wep-spotlight-token-divider {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.wep-spotlight-token {
    font-weight: 500;
    white-space: nowrap;
}
.wep-spotlight-backdrop {
    --tw-bg-opacity: 0.25;
    --tw-backdrop-blur: blur(8px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
    inset: 0;
    position: fixed;
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 888;
}
.wep-spotlight-backdrop.enter {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.wep-spotlight-backdrop.enter.start,
.wep-spotlight-backdrop.leave.end {
    opacity: 0;
}
.wep-spotlight-backdrop.enter.end,
.wep-spotlight-backdrop.leave.start {
    opacity: 1;
}
.wep-spotlight-backdrop.leave {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.wep-spotlight-footer {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    flex-wrap: wrap;
    font-size: 0.75rem;
    justify-content: space-between;
    line-height: 1rem;
    padding: 0.625rem 1rem;
}
.wep-spotlight-footer,
.wep-spotlight-footer-tip {
    align-items: center;
    display: flex;
}
.wep-spotlight-footer-tip-label {
    font-weight: 600;
    margin-right: 0.25rem;
}
.wep-spotlight-footer-tip kbd {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
    border-radius: 0.25rem;
    border-width: 1px;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    display: flex;
    height: 1.25rem;
    justify-content: center;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: 1.25rem;
}
@media (min-width: 640px) {
    .wep-spotlight-footer-tip kbd {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}
.wep-spotlight-footer-helper,
.wep-spotlight-footer-helper-key {
    align-items: center;
    display: flex;
}
.wep-spotlight-footer-helper-key {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
    border-radius: 0.25rem;
    border-width: 1px;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    height: 1.25rem;
    justify-content: center;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: 1.25rem;
}
@media (min-width: 640px) {
    .wep-spotlight-footer-helper-key {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}
.wep-spotlight-groups {
    max-height: 24rem;
}
.wep-spotlight-groups > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
}
.wep-spotlight-groups {
    overflow-y: auto;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}
.wep-spotlight-group {
    --tw-border-opacity: 1;
    border-bottom-width: 1px;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.wep-spotlight-groups .wep-spotlight-group:last-child {
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wep-spotlight-group-title {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.wep-spotlight-item {
    align-items: center;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
    position: relative;
}
.wep-spotlight-item.wep-spotlight-item-active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wep-spotlight-item-icon {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    flex: none;
    flex-shrink: 0;
    height: 1.25rem;
    margin-right: 0.5rem;
    width: 1.25rem;
}
.wep-spotlight-item-icon img {
    border-radius: 9999px;
}
.wep-spotlight-item.wep-spotlight-item-active .wep-spotlight-item-icon {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wep-spotlight-item-title {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wep-spotlight-item.wep-spotlight-item-active .wep-spotlight-item-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 600;
}
.wep-spotlight-item-instructions {
    display: none;
    flex-shrink: 0;
    margin-left: auto;
}
.wep-spotlight-item-instructions > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}
.wep-spotlight-item-instructions {
    font-size: 0.75rem;
    line-height: 1rem;
}
.wep-spotlight-item.wep-spotlight-item-active .wep-spotlight-item-instructions {
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
    display: flex;
}
.wep-spotlight-item-action,
.wep-spotlight-item-token {
    display: flex;
}
.wep-spotlight-item-action > :not([hidden]) ~ :not([hidden]),
.wep-spotlight-item-token > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}
.wep-spotlight-item-action-key,
.wep-spotlight-item-token-key {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
    border-radius: 0.125rem;
    border-width: 1px;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.wep-spotlight-item-action-description {
    text-transform: lowercase;
}
.wep-spotlight-no-results {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
}
@media (min-width: 640px) {
    .wep-spotlight-no-results {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.wep-spotlight-no-results-icon {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 1.5rem;
}
.wep-spotlight-no-results-heading {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    font-weight: 600;
    margin-top: 1rem;
}
.wep-spotlight-no-results-message {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    margin-top: 0.5rem;
}
[x-cloak] {
    display: none !important;
}
.wep-insert-backdrop {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}
.wep-insert {
    --tw-bg-opacity: 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);
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
    --tw-ring-opacity: 0.05;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 0.375rem;
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 24rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    position: absolute;
    width: 100%;
    z-index: 50;
}
.wep-insert:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
@media (min-width: 640px) {
    .wep-insert {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.wep-insert-results {
    max-height: 14rem;
    position: relative;
}
.wep-insert-results > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
}
.wep-insert-results {
    overflow: auto;
}
.wep-insert.enter {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.wep-insert.leave.end,
.wep-insert.start {
    --tw-translate-y: 1rem;
    opacity: 0;
    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));
}
@media (min-width: 640px) {
    .wep-insert.leave.end,
    .wep-insert.start {
        --tw-translate-y: 0px;
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.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));
    }
}
.wep-insert.end,
.wep-insert.leave.start {
    --tw-translate-y: 0px;
    opacity: 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));
}
@media (min-width: 640px) {
    .wep-insert.end,
    .wep-insert.leave.start {
        --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));
    }
}
.wep-insert.leave {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.wep-insert-item-active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wep-insert-item-active .wep-insert-item-enter-icon {
    display: block;
}
.wep-insert-item {
    --tw-text-opacity: 1;
    border-radius: 0.25rem;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    cursor: pointer;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding: 0.5rem 0.75rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.wep-insert-item:not(.wep-insert-item-active):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.wep-insert-item-inner {
    align-items: center;
    display: flex;
}
.wep-insert-item-enter-icon {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: none;
    height: 0.75rem;
    margin-left: auto;
    width: 0.75rem;
}
.wep-insert-item-inner-photo {
    border-radius: 9999px;
    flex-shrink: 0;
    height: 1.5rem;
    margin-right: 0.75rem;
    width: 1.5rem;
}
.wep-insert-item-inner-headline {
    display: block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wep-insert-item-active .wep-insert-item-inner-headline {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 600;
}
.wep-insert-item-inner-subheadline {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    margin-left: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wep-insert-item-active .wep-insert-item-inner-subheadline {
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.wep-insert-instructions {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
}
.wep-insert-instructions > div {
    align-items: center;
    display: flex;
}
.wep-insert-instructions-arrow-container {
    display: flex;
    margin-right: 0.5rem;
}
.wep-insert-instructions-arrow-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
}
.wep-insert-instructions-arrow {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    border-radius: 0.125rem;
    padding: 0.25rem;
}
.wep-insert-instructions-arrow svg {
    height: 0.75rem;
    width: 0.75rem;
}
.wep-insert-instructions-arrow svg,
.wep-insert-instructions-text {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.wep-insert-instructions-text {
    font-size: 0.75rem;
    line-height: 1rem;
}
.wep-insert-instructions-icon {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    border-radius: 0.125rem;
    margin-right: 0.5rem;
    padding: 0.25rem;
}
.wep-insert-instructions-icon svg {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    height: 0.75rem;
    width: 0.75rem;
}
.wep-insert-item-no-results {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    cursor: default;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gu-mirror {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    margin: 0 !important;
    opacity: 0.8;
    position: fixed !important;
    z-index: 9999 !important;
}
.gu-hide {
    display: none !important;
}
.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.gu-transit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.media-library,
.media-library *,
.media-library-item * {
    all: unset;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    position: relative;
}
.media-library-sortable .media-library-item {
    -webkit-user-drag: element;
}
.media-library script,
.media-library-item script {
    display: none;
}
.media-library {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    display: grid;
    grid-template-areas: "errors" "items" "uploader";
    margin-bottom: 2px;
}
.media-library-listerrors {
    grid-area: errors;
    margin-bottom: -2px;
}
.media-library-items {
    grid-area: items;
    margin-bottom: -2px;
}
.media-library-uploader {
    grid-area: uploader;
    margin-bottom: -2px;
}
.media-library-item.gu-mirror {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    border-width: 2px;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.media-library-add {
    display: flex;
}
.media-library-replace,
.media-library-replace .media-library-dropzone,
.media-library-replace .media-library-placeholder {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.media-library-multiple .media-library-items {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    border-width: 2px;
    display: block;
}
.media-library-item {
    --bg-opacity: 1;
    align-items: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    display: flex;
    min-width: 0;
}
.media-library-item-row:not(:last-child) {
    --border-opacity: 1;
    border-bottom-width: 1px;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
}
.media-library-filled.media-library-sortable
    .media-library-add
    .media-library-dropzone:before {
    content: "";
}
.media-library-filled.media-library-sortable
    .media-library-add
    .media-library-dropzone:before,
.media-library-row-drag {
    --bg-opacity: 0.5;
    --border-opacity: 1;
    --text-opacity: 1;
    align-items: center;
    align-self: stretch;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    border-right-width: 1px;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    cursor: move;
    display: flex;
    flex: none;
    flex-direction: column;
    justify-content: center;
    width: 2rem;
}
.media-library-row-drag:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
}
.media-library-row-remove {
    --text-opacity: 1;
    align-items: center;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
}
.media-library-row-remove:hover {
    opacity: 1;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.media-library-listerrors {
    --border-opacity: 0.5;
    --bg-opacity: 0.5;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
    border-width: 2px;
    display: block;
    font-size: 0.75rem;
}
.media-library-listerror {
    align-items: flex-start;
    display: flex;
}
.media-library-listerror:not(:last-child) {
    --border-opacity: 0.25;
    border-bottom-width: 2px;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
}
.media-library-listerror-icon {
    align-self: stretch;
    display: flex;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    width: 2rem;
}
.media-library-filled.media-library-sortable .media-library-listerror-icon {
    --bg-opacity: 0.5;
    --border-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
    border-right-width: 1px;
    margin-left: 0;
    margin-right: 1rem;
}
.media-library-listerror-content {
    flex-grow: 1;
    padding-right: 3rem;
}
.media-library-listerror-title {
    --text-opacity: 1;
    align-items: center;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
    display: flex;
    height: 3rem;
}
.media-library-listerror-items {
    --border-opacity: 0.25;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
    border-top-width: 1px;
    margin-top: -0.5rem;
}
.media-library-listerror-item {
    align-items: center;
    display: flex;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.media-library-listerror-thumb {
    flex: none;
    height: 1.5rem;
    margin-right: 0.75rem;
    width: 1.5rem;
}
.media-library-listerror-thumb:after {
    --border-opacity: 0.5;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
    border-width: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.media-library-listerror-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-library-thumb {
    flex: none;
    height: 4rem;
    margin: 1rem;
    position: relative;
    width: 4rem;
}
.media-library-single .media-library-thumb {
    margin: 0 1rem 0 0;
}
.media-library-thumb-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
.media-library-thumb-extension {
    --bg-opacity: 1;
    align-items: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.media-library-thumb-extension-truncate {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    font-size: 0.75rem;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.media-library-placeholder {
    align-items: center;
    display: flex;
    height: calc(4rem - 4px);
    justify-content: center;
    width: 4rem;
}
.media-library-filled.media-library-sortable
    .media-library-add
    .media-library-placeholder {
    height: 2rem;
    margin-left: -2rem;
    margin-right: 1rem;
    width: 2rem;
}
.media-library-multiple.media-library-empty
    .media-library-add
    .media-library-placeholder:before {
    --bg-opacity: 0.25;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
    content: "";
    height: 2.5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(calc(-50% + 3px), calc(-50% + 3px));
    width: 2.5rem;
}
.media-library-multiple.media-library-empty
    .media-library-add
    .media-library-placeholder:after {
    --bg-opacity: 1;
    --border-opacity: 0.25;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
    border-width: 1px;
    content: "";
    height: 2.5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
}
.media-library-dropzone-drop .media-library-placeholder,
.media-library-dropzone:not(.disabled):active .media-library-placeholder {
    transform: translateY(1px);
}
.media-library-help {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: 0.75rem;
    padding-right: 1rem;
    text-align: left;
}
.media-library-help-clear {
    cursor: pointer;
    opacity: 0.75;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.media-library-help-clear:hover {
    opacity: 1;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.media-library-dropzone {
    --border-opacity: 0.25;
    align-items: center;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: transparent;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
    border-width: 2px;
    display: flex;
    flex-grow: 1;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color, fill, stroke;
}
.media-library-dropzone-add {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
    border-style: dashed;
}
.media-library-dropzone-replace {
    border-style: solid;
}
.media-library-dropzone-drag,
.media-library-dropzone:not(.disabled):hover {
    --bg-opacity: 0.25;
    --border-opacity: 0.25;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
}
.media-library-dropzone-drop,
.media-library-dropzone:not(.disabled):active,
.media-library-dropzone:not(.disabled):focus {
    --bg-opacity: 0.5;
    --border-opacity: 0.25;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.media-library-dropzone.disabled {
    --bg-opacity: 0.25;
    --border-opacity: 0.25;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
    cursor: not-allowed;
}
.media-library-properties {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    flex-grow: 1;
    font-size: 0.75rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-width: 0;
}
.media-library-single .media-library-properties {
    margin-bottom: 0;
    margin-top: 0;
}
.media-library-properties-fixed {
    flex-grow: 0;
    width: 8rem;
}
.media-library-property {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-library-field {
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    overflow: hidden;
}
.media-library-field-error {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
    display: block;
    margin-top: 0.25rem;
}
.media-library-label {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    display: block;
    font-size: 0.75rem;
    padding-right: 0.5rem;
}
.media-library-input {
    --text-opacity: 1;
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    border-radius: 0.125rem;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    flex: 1 1 0%;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color, fill, stroke;
    width: 100%;
}
.media-library-input:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.media-library-button {
    --border-opacity: 0.75;
    align-items: center;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
    border-radius: 9999px;
    border-width: 1px;
    box-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    transition-duration: 0.1s;
    transition-property: all;
    width: 1.5rem;
    z-index: 10;
}
.media-library-sortable .media-library-button {
    height: 1.25rem;
    width: 1.25rem;
}
.media-library-button-info {
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
}
.media-library-button-info,
.media-library-button-warning {
    --bg-opacity: 1;
    --text-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.media-library-button-warning {
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
}
.media-library-button-error {
    --bg-opacity: 1;
    --text-opacity: 1;
    --border-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}
.media-library-button-success {
    --bg-opacity: 1;
    --text-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}
.media-library-replace .media-library-button {
    opacity: 0;
}
.media-library-dropzone-drag + .media-library-placeholder .media-library-button,
.media-library-dropzone:not(.disabled):focus
    .media-library-placeholder
    .media-library-button,
.media-library-dropzone:not(.disabled):hover
    .media-library-placeholder
    .media-library-button {
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    opacity: 1;
}
.media-library-dropzone-drop .media-library-placeholder .media-library-button,
.media-library-dropzone:not(.disabled):active
    .media-library-placeholder
    .media-library-button {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    opacity: 1;
}
.media-library-icon {
    height: 1.25rem;
    width: 1.25rem;
}
.media-library-icon-fill {
    fill: currentColor;
}
.media-library-progress-wrap {
    --bg-opacity: 0.5;
    align-items: center;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
    width: 100%;
    z-index: 10;
}
.media-library-progress-wrap-loading {
    opacity: 1;
}
.media-library-progress {
    --bg-opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-radius: 9999px;
    box-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    height: 0.25rem;
    max-width: 28rem;
    width: 100%;
}
.media-library progress::-webkit-progress-bar {
    --bg-opacity: 1;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-radius: 9999px;
}
.media-library progress::-moz-progress-bar {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
    height: 100%;
}
.media-library progress::-webkit-progress-value {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
    height: 100%;
}
.media-library-text-separator {
    opacity: 0.5;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.media-library-text-success {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
}
.media-library-text-error {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
}
.media-library-text-link {
    cursor: pointer;
    text-decoration: underline;
}
.media-library-hidden {
    display: none;
}
.media-library-block {
    display: block;
}
[dir="rtl"] .media-library-row-remove {
    left: 0;
    right: auto;
}
[dir="rtl"] .media-library-properties {
    margin-left: 1rem;
    margin-right: 0;
}
[dir="rtl"]
    .media-library-filled.media-library-sortable
    .media-library-add
    .media-library-placeholder {
    margin-left: 1rem;
    margin-right: -2rem;
}
[dir="rtl"]
    .media-library-filled.media-library-sortable
    .media-library-add
    .media-library-dropzone:before,
[dir="rtl"] .media-library-row-drag {
    border-left-width: 1px;
    border-right-width: 0;
}
[dir="rtl"] .media-library-help {
    padding-left: 1rem;
    padding-right: 0;
    text-align: right;
}
[dir="rtl"] .media-library-listerror-content {
    padding-left: 3rem;
    padding-right: 0;
}
[dir="rtl"]
    .media-library-filled.media-library-sortable
    .media-library-listerror-icon {
    border-left-width: 1px;
    border-right-width: 0;
    margin-left: 1rem;
    margin-right: 0;
}
*,
: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, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: "";
}
:host,
html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family:
        ui-sans-serif,
        system-ui,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
body {
    line-height: inherit;
    margin: 0;
}
hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}
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-feature-settings: normal;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        Liberation Mono,
        Courier New,
        monospace;
    font-variation-settings: normal;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-feature-settings: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
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 {
    color: #9ca3af;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    height: auto;
    max-width: 100%;
}
[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.75rem;
}
[multiple]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b7cf8;
    --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);
    border-color: #3b7cf8;
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
    padding-bottom: 0;
    padding-top: 0;
}
select {
    color-adjust: exact;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
}
[multiple] {
    color-adjust: unset;
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
    color-adjust: exact;
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #6b7280;
    border-width: 1px;
    color: #3b7cf8;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem;
}
[type="checkbox"] {
    border-radius: 0;
}
[type="radio"] {
    border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b7cf8;
    --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);
    outline: 2px solid transparent;
    outline-offset: 2px;
}
[type="checkbox"]:checked,
[type="radio"]:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
}
[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}
[type="radio"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
    background-color: currentColor;
    border-color: transparent;
}
[type="checkbox"]:indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
    background-color: currentColor;
    border-color: transparent;
}
[type="file"] {
    background: unset;
    border-color: inherit;
    border-radius: 0;
    border-width: 0;
    font-size: unset;
    line-height: inherit;
    padding: 0;
}
[type="file"]:focus {
    outline: 1px auto -webkit-focus-ring-color;
}
@font-face {
    font-family: Euclid Circular;
    font-weight: 700;
    src: url(/fonts/EuclidCircularB-SemiBold.woff) format("woff");
}
@font-face {
    font-family: Euclid Circular;
    font-weight: 500;
    src: url(/fonts/EuclidCircularB-Regular.woff) format("woff");
}
.\!container {
    width: 100% !important;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .\!container {
        max-width: 640px !important;
    }
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .\!container {
        max-width: 768px !important;
    }
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .\!container {
        max-width: 1024px !important;
    }
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .\!container {
        max-width: 1280px !important;
    }
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .\!container {
        max-width: 1536px !important;
    }
    .container {
        max-width: 1536px;
    }
}
.ta-gallery {
    max-height: var(--ta-gallery-height, 100%);
    max-width: var(--ta-gallery-width, 100%);
    min-height: var(--ta-gallery-min-height);
    perspective: 1000px;
    perspective-origin: 50%;
    position: relative;
}
.ta-gallery-aspect-wide {
    --ta-gallery-aspect-ratio: 1.85;
    --ta-gallery-width: 100%;
    height: 0;
    padding-bottom: calc(100% / var(--ta-gallery-aspect-ratio));
}
.ta-gallery-element {
    --ta-gallery-anim-right-in: ta-gallery-slide-right-in;
    --ta-gallery-anim-right-out: ta-gallery-slide-right-out;
    --ta-gallery-anim-left-in: ta-gallery-slide-left-in;
    --ta-gallery-anim-left-out: ta-gallery-slide-left-out;
    animation-duration: var(--ta-gallery-anim-duration, 0.3s);
    animation-fill-mode: both;
    animation-timing-function: var(--ta-galley-anim-timing, ease-in-out);
    backface-visibility: hidden;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center center;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.ta-gallery-element-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.ta-gallery-image {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.ta-gallery-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.ta-gallery-anim-swing {
    --ta-gallery-anim-right-in: ta-gallery-swing-right-in;
    --ta-gallery-anim-right-out: ta-gallery-swing-right-out;
    --ta-gallery-anim-left-in: ta-gallery-swing-left-in;
    --ta-gallery-anim-left-out: ta-gallery-swing-left-out;
}
.ta-gallery-anim-right-in {
    animation-delay: calc(var(--ta-gallery-anim-duration) / 2);
    animation-name: var(--ta-gallery-anim-right-in, ta-gallery-right-in);
    transform-origin: var(--ta-gallery-origin-right-in);
    visibility: visible;
}
.ta-gallery-anim-right-out {
    animation-delay: 0s;
    animation-name: var(--ta-gallery-anim-right-out, ta-gallery-right-out);
    transform-origin: var(--ta-gallery-origin-right-out);
    visibility: visible;
}
.ta-gallery-anim-left-in {
    animation-delay: calc(var(--ta-gallery-anim-duration) / 2);
    animation-name: var(--ta-gallery-anim-left-in, ta-gallery-left-in);
    transform-origin: var(--ta-gallery-origin-left-in);
    visibility: visible;
}
.ta-gallery-anim-left-out {
    animation-delay: 0s;
    animation-name: var(--ta-gallery-anim-left-out, ta-gallery-left-out);
    transform-origin: var(--ta-gallery-origin-left-out);
    visibility: visible;
}
@keyframes ta-gallery-swing-right-in {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateY(-90deg) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
}
@keyframes ta-gallery-swing-right-out {
    0% {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) rotateY(90deg) translateZ(0);
    }
}
@keyframes ta-gallery-swing-left-in {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateY(90deg) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
}
@keyframes ta-gallery-swing-left-out {
    0% {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) rotateY(-90deg) translateZ(0);
    }
}
@keyframes ta-gallery-slide-right-in {
    0% {
        opacity: 0;
        transform: scale(0.9) translateX(-100px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
}
@keyframes ta-gallery-slide-right-out {
    0% {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) translateX(100px) translateZ(0);
    }
}
@keyframes ta-gallery-slide-left-in {
    0% {
        opacity: 0;
        transform: scale(0.9) translateX(100px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
}
@keyframes ta-gallery-slide-left-out {
    0% {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) translateX(-100px) translateZ(0);
    }
}
@keyframes ta-gallery-swipe-right-in {
    0% {
        opacity: 0;
        transform: scale(1.1) translateX(-200px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
}
@keyframes ta-gallery-swipe-right-out {
    0% {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(1.1) translateX(200px) translateZ(0);
    }
}
@keyframes ta-gallery-swipe-left-in {
    0% {
        opacity: 0;
        transform: scale(1.1) translateX(200px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
}
@keyframes ta-gallery-swipe-left-out {
    0% {
        opacity: 1;
        transform: scale(1) translateX(0) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(1.1) translateX(-200px) translateZ(0);
    }
}
@keyframes ta-gallery-rotate-right-in {
    0% {
        opacity: 0;
        transform: scale(0.9) rotate3d(1, 1, 0, -90deg) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate3d(1, 1, 0, 0deg) translateZ(0);
    }
}
@keyframes ta-gallery-rotate-right-out {
    0% {
        opacity: 1;
        transform: scale(1) rotate3d(1, 1, 0, 0deg) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) rotate3d(1, 1, 0, 90deg) translateZ(0);
    }
}
@keyframes ta-gallery-rotate-left-in {
    0% {
        opacity: 0;
        transform: scale(0.9) rotate3d(1, 1, 0, 90deg) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate3d(1, 1, 0, 0deg) translateZ(0);
    }
}
@keyframes ta-gallery-rotate-left-out {
    0% {
        opacity: 1;
        transform: scale(1) rotate3d(1, 1, 0, 0deg) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) rotate3d(1, 1, 0, -90deg) translateZ(0);
    }
}
@keyframes ta-gallery-snake-right-in {
    0% {
        opacity: 0;
        transform: scaleX(0.6) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scaleX(1) translateZ(0);
    }
}
@keyframes ta-gallery-snake-right-out {
    0% {
        opacity: 1;
        transform: scaleX(1) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scaleX(0.6) translateZ(0);
    }
}
@keyframes ta-gallery-snake-left-in {
    0% {
        opacity: 0;
        transform: scaleX(0.6) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scaleX(1) translateZ(0);
    }
}
@keyframes ta-gallery-snake-left-out {
    0% {
        opacity: 1;
        transform: scaleX(1) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scaleX(0.6) translateZ(0);
    }
}
@keyframes ta-gallery-scroll-right-in {
    0% {
        opacity: 0;
        transform: translateX(20vw) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}
@keyframes ta-gallery-scroll-right-out {
    0% {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
    to {
        opacity: 0;
        transform: translateX(-20vw) translateZ(0);
    }
}
@keyframes ta-gallery-scroll-left-in {
    0% {
        opacity: 0;
        transform: translateX(-20vw) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}
@keyframes ta-gallery-scroll-left-out {
    0% {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
    to {
        opacity: 0;
        transform: translateX(20vw) translateZ(0);
    }
}
@keyframes ta-gallery-window-right-in {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateY(-90deg) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
}
@keyframes ta-gallery-window-right-out {
    0% {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) rotateY(90deg) translateZ(0);
    }
}
@keyframes ta-gallery-window-left-in {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateY(90deg) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
}
@keyframes ta-gallery-window-left-out {
    0% {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) rotateY(-90deg) translateZ(0);
    }
}
@keyframes ta-gallery-fade-right-in {
    0% {
        opacity: 0;
        transform: scale(1) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
}
@keyframes ta-gallery-fade-right-out {
    0% {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(1) translateZ(0);
    }
}
@keyframes ta-gallery-fade-left-in {
    0% {
        opacity: 0;
        transform: scale(1) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
}
@keyframes ta-gallery-fade-left-out {
    0% {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(1) translateZ(0);
    }
}
@keyframes ta-gallery-dynamic-right-in {
    0% {
        opacity: 0;
        transform: scale(0.98) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
}
@keyframes ta-gallery-dynamic-right-out {
    0% {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(1.02) translateZ(0);
    }
}
@keyframes ta-gallery-dynamic-left-in {
    0% {
        opacity: 0;
        transform: scale(0.98) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
}
@keyframes ta-gallery-dynamic-left-out {
    0% {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
    to {
        opacity: 0;
        transform: scale(1.02) translateZ(0);
    }
}
.wep-spotlight-item.wep-spotlight-item-active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wep-spotlight-item.wep-spotlight-item-active .wep-spotlight-item-instructions {
    --tw-text-opacity: 1;
    color: rgb(212 222 239 / var(--tw-text-opacity, 1));
    display: flex;
}
.wep-spotlight-item-subtitle {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.wep-spotlight-item.wep-spotlight-item-active .wep-spotlight-item-subtitle {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wep-spotlight-item-icon {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    flex: none;
    flex-shrink: 0;
    height: auto;
    margin-right: 0.5rem;
    width: auto;
}
.wep-insert {
    max-width: 32rem;
}
.wep-insert-item.wep-insert-item-active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.\!visible {
    visibility: visible !important;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.collapse {
    visibility: collapse;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.-inset-0\.5 {
    inset: -0.125rem;
}
.-inset-1 {
    inset: -0.25rem;
}
.-inset-1\.5 {
    inset: -0.375rem;
}
.-inset-px {
    inset: -1px;
}
.inset-0 {
    inset: 0;
}
.inset-x-0 {
    left: 0;
    right: 0;
}
.inset-y-0 {
    bottom: 0;
    top: 0;
}
.inset-y-1\/4 {
    bottom: 25%;
    top: 25%;
}
.-bottom-0\.5 {
    bottom: -0.125rem;
}
.-bottom-12 {
    bottom: -3rem;
}
.-bottom-3 {
    bottom: -0.75rem;
}
.-bottom-6 {
    bottom: -1.5rem;
}
.-left-12 {
    left: -3rem;
}
.-left-2 {
    left: -0.5rem;
}
.-left-24 {
    left: -6rem;
}
.-left-4 {
    left: -1rem;
}
.-left-5 {
    left: -1.25rem;
}
.-left-6 {
    left: -1.5rem;
}
.-left-8 {
    left: -2rem;
}
.-right-0\.5 {
    right: -0.125rem;
}
.-right-1 {
    right: -0.25rem;
}
.-right-2 {
    right: -0.5rem;
}
.-right-3 {
    right: -0.75rem;
}
.-right-5 {
    right: -1.25rem;
}
.-top-0\.5 {
    top: -0.125rem;
}
.-top-1 {
    top: -0.25rem;
}
.-top-12 {
    top: -3rem;
}
.-top-2 {
    top: -0.5rem;
}
.-top-24 {
    top: -6rem;
}
.-top-3 {
    top: -0.75rem;
}
.-top-4 {
    top: -1rem;
}
.-top-5 {
    top: -1.25rem;
}
.-top-6 {
    top: -1.5rem;
}
.-top-8 {
    top: -2rem;
}
.-top-\[\.1rem\] {
    top: -0.1rem;
}
.-top-px {
    top: -1px;
}
.bottom-0 {
    bottom: 0;
}
.bottom-0\.5 {
    bottom: 0.125rem;
}
.bottom-1 {
    bottom: 0.25rem;
}
.bottom-12 {
    bottom: 3rem;
}
.bottom-2 {
    bottom: 0.5rem;
}
.bottom-2\.5 {
    bottom: 0.625rem;
}
.bottom-3 {
    bottom: 0.75rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.bottom-6 {
    bottom: 1.5rem;
}
.bottom-full {
    bottom: 100%;
}
.left-0 {
    left: 0;
}
.left-0\.5 {
    left: 0.125rem;
}
.left-1 {
    left: 0.25rem;
}
.left-1\/2 {
    left: 50%;
}
.left-1\/4 {
    left: 25%;
}
.left-10 {
    left: 2.5rem;
}
.left-3 {
    left: 0.75rem;
}
.left-4 {
    left: 1rem;
}
.left-48 {
    left: 12rem;
}
.left-5 {
    left: 1.25rem;
}
.left-6 {
    left: 1.5rem;
}
.left-\[-2\.3rem\] {
    left: -2.3rem;
}
.left-\[12\.5\%\] {
    left: 12.5%;
}
.left-\[1rem\] {
    left: 1rem;
}
.left-\[25\%\] {
    left: 25%;
}
.left-\[37\.5\%\] {
    left: 37.5%;
}
.left-\[62\.5\%\] {
    left: 62.5%;
}
.left-\[6px\] {
    left: 6px;
}
.left-\[75\%\] {
    left: 75%;
}
.left-\[87\.5\%\] {
    left: 87.5%;
}
.left-\[max\(-7rem\2c calc\(50\%-52rem\)\)\] {
    left: max(-7rem, calc(50% - 52rem));
}
.left-\[max\(45rem\2c calc\(50\%\+8rem\)\)\] {
    left: max(45rem, calc(50% + 8rem));
}
.left-full {
    left: 100%;
}
.right-0 {
    right: 0;
}
.right-1 {
    right: 0.25rem;
}
.right-1\/2 {
    right: 50%;
}
.right-12 {
    right: 3rem;
}
.right-2 {
    right: 0.5rem;
}
.right-2\.5 {
    right: 0.625rem;
}
.right-20 {
    right: 5rem;
}
.right-3 {
    right: 0.75rem;
}
.right-4 {
    right: 1rem;
}
.right-5 {
    right: 1.25rem;
}
.right-7 {
    right: 1.75rem;
}
.right-\[-30px\] {
    right: -30px;
}
.right-\[-45px\] {
    right: -45px;
}
.right-full {
    right: 100%;
}
.top-0 {
    top: 0;
}
.top-0\.5 {
    top: 0.125rem;
}
.top-1 {
    top: 0.25rem;
}
.top-1\/2 {
    top: 50%;
}
.top-10 {
    top: 2.5rem;
}
.top-16 {
    top: 4rem;
}
.top-2 {
    top: 0.5rem;
}
.top-2\.5 {
    top: 0.625rem;
}
.top-20 {
    top: 5rem;
}
.top-3 {
    top: 0.75rem;
}
.top-3\.5 {
    top: 0.875rem;
}
.top-32 {
    top: 8rem;
}
.top-4 {
    top: 1rem;
}
.top-5 {
    top: 1.25rem;
}
.top-6 {
    top: 1.5rem;
}
.top-8 {
    top: 2rem;
}
.top-\[-8px\] {
    top: -8px;
}
.top-\[120px\] {
    top: 120px;
}
.top-\[20px\] {
    top: 20px;
}
.top-\[3rem\] {
    top: 3rem;
}
.top-\[7\.5rem\] {
    top: 7.5rem;
}
.top-full {
    top: 100%;
}
.isolate {
    isolation: isolate;
}
.-z-10 {
    z-index: -10;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-5 {
    z-index: 5;
}
.z-50 {
    z-index: 50;
}
.z-7 {
    z-index: 7;
}
.z-8 {
    z-index: 8;
}
.z-\[100\] {
    z-index: 100;
}
.z-\[3\] {
    z-index: 3;
}
.z-\[9999\] {
    z-index: 9999;
}
.order-1 {
    order: 1;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-first {
    order: -9999;
}
.order-last {
    order: 9999;
}
.col-auto {
    grid-column: auto;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-10 {
    grid-column: span 10 / span 10;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.col-span-7 {
    grid-column: span 7 / span 7;
}
.col-span-full {
    grid-column: 1/-1;
}
.col-start-1 {
    grid-column-start: 1;
}
.row-span-1 {
    grid-row: span 1 / span 1;
}
.row-start-1 {
    grid-row-start: 1;
}
.row-start-2 {
    grid-row-start: 2;
}
.row-start-3 {
    grid-row-start: 3;
}
.row-start-4 {
    grid-row-start: 4;
}
.row-start-5 {
    grid-row-start: 5;
}
.row-start-6 {
    grid-row-start: 6;
}
.row-start-7 {
    grid-row-start: 7;
}
.row-start-8 {
    grid-row-start: 8;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.float-none {
    float: none;
}
.clear-both {
    clear: both;
}
.-m-24 {
    margin: -6rem;
}
.-m-\[2px\] {
    margin: -2px;
}
.m-0 {
    margin: 0;
}
.m-1 {
    margin: 0.25rem;
}
.m-10 {
    margin: 2.5rem;
}
.m-2 {
    margin: 0.5rem;
}
.m-20 {
    margin: 5rem;
}
.m-3 {
    margin: 0.75rem;
}
.m-4 {
    margin: 1rem;
}
.m-5 {
    margin: 1.25rem;
}
.m-6 {
    margin: 1.5rem;
}
.m-auto {
    margin: auto;
}
.\!my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}
.-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
}
.-my-1\.5 {
    margin-bottom: -0.375rem;
    margin-top: -0.375rem;
}
.-my-2 {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
}
.-my-5 {
    margin-bottom: -1.25rem;
    margin-top: -1.25rem;
}
.-my-px {
    margin-bottom: -1px;
    margin-top: -1px;
}
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-0 {
    margin-bottom: 0;
    margin-top: 0;
}
.my-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}
.my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
.my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.my-24 {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.my-3 {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}
.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.my-5 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.my-auto {
    margin-bottom: auto;
    margin-top: auto;
}
.\!mt-6 {
    margin-top: 1.5rem !important;
}
.-mb-10 {
    margin-bottom: -2.5rem;
}
.-mb-2 {
    margin-bottom: -0.5rem;
}
.-mb-5 {
    margin-bottom: -1.25rem;
}
.-mb-8 {
    margin-bottom: -2rem;
}
.-mb-px {
    margin-bottom: -1px;
}
.-ml-0\.5 {
    margin-left: -0.125rem;
}
.-ml-1 {
    margin-left: -0.25rem;
}
.-ml-2 {
    margin-left: -0.5rem;
}
.-ml-3 {
    margin-left: -0.75rem;
}
.-ml-4 {
    margin-left: -1rem;
}
.-ml-6 {
    margin-left: -1.5rem;
}
.-ml-px {
    margin-left: -1px;
}
.-mr-1 {
    margin-right: -0.25rem;
}
.-mr-10 {
    margin-right: -2.5rem;
}
.-mr-12 {
    margin-right: -3rem;
}
.-mr-2 {
    margin-right: -0.5rem;
}
.-mr-3 {
    margin-right: -0.75rem;
}
.-mr-40 {
    margin-right: -10rem;
}
.-mr-72 {
    margin-right: -18rem;
}
.-mt-0\.5 {
    margin-top: -0.125rem;
}
.-mt-1 {
    margin-top: -0.25rem;
}
.-mt-1\.5 {
    margin-top: -0.375rem;
}
.-mt-10 {
    margin-top: -2.5rem;
}
.-mt-12 {
    margin-top: -3rem;
}
.-mt-2 {
    margin-top: -0.5rem;
}
.-mt-3 {
    margin-top: -0.75rem;
}
.-mt-4 {
    margin-top: -1rem;
}
.-mt-56 {
    margin-top: -14rem;
}
.-mt-px {
    margin-top: -1px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-9 {
    margin-bottom: 2.25rem;
}
.mb-\[34px\] {
    margin-bottom: 34px;
}
.mb-px {
    margin-bottom: 1px;
}
.me-0 {
    margin-inline-end: 0;
}
.ml-0 {
    margin-left: 0;
}
.ml-0\.5 {
    margin-left: 0.125rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-1\.5 {
    margin-left: 0.375rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.ml-11 {
    margin-left: 2.75rem;
}
.ml-12 {
    margin-left: 3rem;
}
.ml-14 {
    margin-left: 3.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-2\.5 {
    margin-left: 0.625rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.ml-7 {
    margin-left: 1.75rem;
}
.ml-8 {
    margin-left: 2rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-0 {
    margin-right: 0;
}
.mr-0\.5 {
    margin-right: 0.125rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mr-1\.5 {
    margin-right: 0.375rem;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mr-14 {
    margin-right: 3.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-2\.5 {
    margin-right: 0.625rem;
}
.mr-24 {
    margin-right: 6rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mr-6 {
    margin-right: 1.5rem;
}
.mr-8 {
    margin-right: 2rem;
}
.mr-auto {
    margin-right: auto;
}
.mr-px {
    margin-right: 1px;
}
.ms-0 {
    margin-inline-start: 0;
}
.ms-2 {
    margin-inline-start: 0.5rem;
}
.ms-3 {
    margin-inline-start: 0.75rem;
}
.mt-0 {
    margin-top: 0;
}
.mt-0\.5 {
    margin-top: 0.125rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-2\.5 {
    margin-top: 0.625rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-24 {
    margin-top: 6rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-\[-4px\] {
    margin-top: -4px;
}
.mt-auto {
    margin-top: auto;
}
.mt-px {
    margin-top: 1px;
}
.box-border {
    box-sizing: border-box;
}
.box-content {
    box-sizing: content-box;
}
.line-clamp-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.line-clamp-none {
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
    display: block;
    overflow: visible;
}
.\!block {
    display: block !important;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.table-caption {
    display: table-caption;
}
.table-cell {
    display: table-cell;
}
.table-column {
    display: table-column;
}
.table-column-group {
    display: table-column-group;
}
.table-footer-group {
    display: table-footer-group;
}
.table-header-group {
    display: table-header-group;
}
.table-row-group {
    display: table-row-group;
}
.table-row {
    display: table-row;
}
.flow-root {
    display: flow-root;
}
.\!grid {
    display: grid !important;
}
.grid {
    display: grid;
}
.inline-grid {
    display: inline-grid;
}
.contents {
    display: contents;
}
.list-item {
    display: list-item;
}
.\!hidden {
    display: none !important;
}
.hidden {
    display: none;
}
.aspect-\[577\/310\] {
    aspect-ratio: 577/310;
}
.aspect-square {
    aspect-ratio: 1/1;
}
.aspect-video {
    aspect-ratio: 16/9;
}
.size-2\.5 {
    height: 0.625rem;
    width: 0.625rem;
}
.size-3\.5 {
    height: 0.875rem;
    width: 0.875rem;
}
.size-4 {
    height: 1rem;
    width: 1rem;
}
.size-5 {
    height: 1.25rem;
    width: 1.25rem;
}
.size-6 {
    height: 1.5rem;
    width: 1.5rem;
}
.size-7 {
    height: 1.75rem;
    width: 1.75rem;
}
.size-8 {
    height: 2rem;
    width: 2rem;
}
.h-0 {
    height: 0;
}
.h-0\.5 {
    height: 0.125rem;
}
.h-1 {
    height: 0.25rem;
}
.h-1\.5 {
    height: 0.375rem;
}
.h-10 {
    height: 2.5rem;
}
.h-11 {
    height: 2.75rem;
}
.h-12 {
    height: 3rem;
}
.h-128 {
    height: 40rem;
}
.h-14 {
    height: 3.5rem;
}
.h-16 {
    height: 4rem;
}
.h-2 {
    height: 0.5rem;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-20 {
    height: 5rem;
}
.h-24 {
    height: 6rem;
}
.h-28 {
    height: 7rem;
}
.h-3 {
    height: 0.75rem;
}
.h-3\.5 {
    height: 0.875rem;
}
.h-32 {
    height: 8rem;
}
.h-36 {
    height: 9rem;
}
.h-4 {
    height: 1rem;
}
.h-40 {
    height: 10rem;
}
.h-44 {
    height: 11rem;
}
.h-48 {
    height: 12rem;
}
.h-5 {
    height: 1.25rem;
}
.h-52 {
    height: 13rem;
}
.h-56 {
    height: 14rem;
}
.h-6 {
    height: 1.5rem;
}
.h-60 {
    height: 15rem;
}
.h-64 {
    height: 16rem;
}
.h-7 {
    height: 1.75rem;
}
.h-72 {
    height: 18rem;
}
.h-8 {
    height: 2rem;
}
.h-80 {
    height: 20rem;
}
.h-9 {
    height: 2.25rem;
}
.h-96 {
    height: 24rem;
}
.h-\[\.0825rem\] {
    height: 0.0825rem;
}
.h-\[\.9rem\] {
    height: 0.9rem;
}
.h-\[2\.3rem\] {
    height: 2.3rem;
}
.h-\[20px\] {
    height: 20px;
}
.h-\[280px\] {
    height: 280px;
}
.h-\[36px\] {
    height: 36px;
}
.h-\[4px\] {
    height: 4px;
}
.h-\[600px\] {
    height: 600px;
}
.h-\[60vh\] {
    height: 60vh;
}
.h-\[64rem\] {
    height: 64rem;
}
.h-\[72px\] {
    height: 72px;
}
.h-auto {
    height: auto;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.max-h-0 {
    max-height: 0;
}
.max-h-32 {
    max-height: 8rem;
}
.max-h-40 {
    max-height: 10rem;
}
.max-h-44 {
    max-height: 11rem;
}
.max-h-48 {
    max-height: 12rem;
}
.max-h-52 {
    max-height: 13rem;
}
.max-h-56 {
    max-height: 14rem;
}
.max-h-60 {
    max-height: 15rem;
}
.max-h-64 {
    max-height: 16rem;
}
.max-h-80 {
    max-height: 20rem;
}
.max-h-96 {
    max-height: 24rem;
}
.max-h-\[33vh\] {
    max-height: 33vh;
}
.max-h-\[600px\] {
    max-height: 600px;
}
.max-h-\[85vh\] {
    max-height: 85vh;
}
.max-h-\[90vh\] {
    max-height: 90vh;
}
.min-h-0 {
    min-height: 0;
}
.min-h-12 {
    min-height: 3rem;
}
.min-h-24 {
    min-height: 6rem;
}
.min-h-32 {
    min-height: 8rem;
}
.min-h-4 {
    min-height: 1rem;
}
.min-h-40 {
    min-height: 10rem;
}
.min-h-8 {
    min-height: 2rem;
}
.min-h-\[100px\] {
    min-height: 100px;
}
.min-h-\[10rem\] {
    min-height: 10rem;
}
.min-h-\[15rem\] {
    min-height: 15rem;
}
.min-h-\[170px\] {
    min-height: 170px;
}
.min-h-\[200px\] {
    min-height: 200px;
}
.min-h-\[28rem\] {
    min-height: 28rem;
}
.min-h-\[2rem\] {
    min-height: 2rem;
}
.min-h-\[32px\] {
    min-height: 32px;
}
.min-h-\[36px\] {
    min-height: 36px;
}
.min-h-\[400px\] {
    min-height: 400px;
}
.min-h-\[8rem\] {
    min-height: 8rem;
}
.min-h-\[calc\(100vh-20em\)\] {
    min-height: calc(100vh - 20em);
}
.min-h-full {
    min-height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.w-0 {
    width: 0;
}
.w-0\.5 {
    width: 0.125rem;
}
.w-1 {
    width: 0.25rem;
}
.w-1\.5 {
    width: 0.375rem;
}
.w-1\/12 {
    width: 8.333333%;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-1\/4 {
    width: 25%;
}
.w-10 {
    width: 2.5rem;
}
.w-11 {
    width: 2.75rem;
}
.w-12 {
    width: 3rem;
}
.w-14 {
    width: 3.5rem;
}
.w-16 {
    width: 4rem;
}
.w-2 {
    width: 0.5rem;
}
.w-2\.5 {
    width: 0.625rem;
}
.w-2\/3 {
    width: 66.666667%;
}
.w-2\/4 {
    width: 50%;
}
.w-2\/5 {
    width: 40%;
}
.w-20 {
    width: 5rem;
}
.w-24 {
    width: 6rem;
}
.w-3 {
    width: 0.75rem;
}
.w-3\.5 {
    width: 0.875rem;
}
.w-3\/4 {
    width: 75%;
}
.w-3\/5 {
    width: 60%;
}
.w-32 {
    width: 8rem;
}
.w-36 {
    width: 9rem;
}
.w-4 {
    width: 1rem;
}
.w-4\/5 {
    width: 80%;
}
.w-4\/6 {
    width: 66.666667%;
}
.w-40 {
    width: 10rem;
}
.w-48 {
    width: 12rem;
}
.w-5 {
    width: 1.25rem;
}
.w-5\/6 {
    width: 83.333333%;
}
.w-56 {
    width: 14rem;
}
.w-6 {
    width: 1.5rem;
}
.w-60 {
    width: 15rem;
}
.w-64 {
    width: 16rem;
}
.w-7 {
    width: 1.75rem;
}
.w-72 {
    width: 18rem;
}
.w-8 {
    width: 2rem;
}
.w-80 {
    width: 20rem;
}
.w-9 {
    width: 2.25rem;
}
.w-96 {
    width: 24rem;
}
.w-\[10\%\] {
    width: 10%;
}
.w-\[15rem\] {
    width: 15rem;
}
.w-\[16rem\] {
    width: 16rem;
}
.w-\[170px\] {
    width: 170px;
}
.w-\[24rem\] {
    width: 24rem;
}
.w-\[2px\] {
    width: 2px;
}
.w-\[2rem\] {
    width: 2rem;
}
.w-\[300px\] {
    width: 300px;
}
.w-\[320px\] {
    width: 320px;
}
.w-\[32px\] {
    width: 32px;
}
.w-\[32rem\] {
    width: 32rem;
}
.w-\[330px\] {
    width: 330px;
}
.w-\[34px\] {
    width: 34px;
}
.w-\[36\.0625rem\] {
    width: 36.0625rem;
}
.w-\[40\%\] {
    width: 40%;
}
.w-\[400px\] {
    width: 400px;
}
.w-\[48rem\] {
    width: 48rem;
}
.w-\[64rem\] {
    width: 64rem;
}
.w-\[70px\] {
    width: 70px;
}
.w-\[72px\] {
    width: 72px;
}
.w-\[7rem\] {
    width: 7rem;
}
.w-\[80px\] {
    width: 80px;
}
.w-\[8rem\] {
    width: 8rem;
}
.w-\[calc\(100\%-3\.5rem\)\] {
    width: calc(100% - 3.5rem);
}
.w-auto {
    width: auto;
}
.w-full {
    width: 100%;
}
.w-px {
    width: 1px;
}
.w-screen {
    width: 100vw;
}
.min-w-0 {
    min-width: 0;
}
.min-w-4 {
    min-width: 1rem;
}
.min-w-5 {
    min-width: 1.25rem;
}
.min-w-72 {
    min-width: 18rem;
}
.min-w-\[1rem\] {
    min-width: 1rem;
}
.min-w-\[200px\] {
    min-width: 200px;
}
.min-w-\[2rem\] {
    min-width: 2rem;
}
.min-w-\[300px\] {
    min-width: 300px;
}
.min-w-\[32px\] {
    min-width: 32px;
}
.min-w-\[330px\] {
    min-width: 330px;
}
.min-w-\[36px\] {
    min-width: 36px;
}
.min-w-\[70\%\] {
    min-width: 70%;
}
.min-w-\[70px\] {
    min-width: 70px;
}
.min-w-\[8rem\] {
    min-width: 8rem;
}
.min-w-\[90px\] {
    min-width: 90px;
}
.min-w-full {
    min-width: 100%;
}
.max-w-0 {
    max-width: 0;
}
.max-w-1\/2 {
    max-width: 50%;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-\[10rem\] {
    max-width: 10rem;
}
.max-w-\[18rem\] {
    max-width: 18rem;
}
.max-w-\[280px\] {
    max-width: 280px;
}
.max-w-\[80\%\] {
    max-width: 80%;
}
.max-w-\[calc\(100\%\+40px\)\] {
    max-width: calc(100% + 40px);
}
.max-w-full {
    max-width: 100%;
}
.max-w-lg {
    max-width: 32rem;
}
.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-none {
    max-width: none;
}
.max-w-prose {
    max-width: 65ch;
}
.max-w-screen-lg {
    max-width: 1024px;
}
.max-w-screen-md {
    max-width: 768px;
}
.max-w-screen-xl {
    max-width: 1280px;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-xs {
    max-width: 20rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-auto {
    flex: 1 1 auto;
}
.flex-initial {
    flex: 0 1 auto;
}
.flex-none {
    flex: none;
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.shrink {
    flex-shrink: 1;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-grow,
.grow {
    flex-grow: 1;
}
.grow-0 {
    flex-grow: 0;
}
.basis-1\/4 {
    flex-basis: 25%;
}
.table-auto {
    table-layout: auto;
}
.table-fixed {
    table-layout: fixed;
}
.border-collapse {
    border-collapse: collapse;
}
.border-separate {
    border-collapse: separate;
}
.border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
}
.border-spacing-0,
.border-spacing-5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5 {
    --tw-border-spacing-x: 1.25rem;
    --tw-border-spacing-y: 1.25rem;
}
.origin-bottom {
    transform-origin: bottom;
}
.origin-bottom-left {
    transform-origin: bottom left;
}
.origin-top {
    transform-origin: top;
}
.origin-top-left {
    transform-origin: top left;
}
.origin-top-right {
    transform-origin: top right;
}
.-translate-x-0 {
    --tw-translate-x: -0px;
}
.-translate-x-0,
.-translate-x-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));
}
.-translate-x-1 {
    --tw-translate-x: -0.25rem;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-x-1\/4 {
    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));
}
.-translate-x-1\/4 {
    --tw-translate-x: -25%;
}
.-translate-x-2 {
    --tw-translate-x: -0.5rem;
}
.-translate-x-2,
.-translate-x-3 {
    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));
}
.-translate-x-3 {
    --tw-translate-x: -0.75rem;
}
.-translate-x-full {
    --tw-translate-x: -100%;
}
.-translate-x-full,
.-translate-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));
}
.-translate-y-1 {
    --tw-translate-y: -0.25rem;
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
}
.-translate-y-1\/2,
.-translate-y-1\/4 {
    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));
}
.-translate-y-1\/4 {
    --tw-translate-y: -25%;
}
.-translate-y-2 {
    --tw-translate-y: -0.5rem;
}
.-translate-y-2,
.-translate-y-2\.5 {
    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));
}
.-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
}
.-translate-y-3 {
    --tw-translate-y: -0.75rem;
}
.-translate-y-3,
.-translate-y-3\/4 {
    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));
}
.-translate-y-3\/4 {
    --tw-translate-y: -75%;
}
.-translate-y-4 {
    --tw-translate-y: -1rem;
}
.-translate-y-4,
.-translate-y-8 {
    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));
}
.-translate-y-8 {
    --tw-translate-y: -2rem;
}
.translate-x-0 {
    --tw-translate-x: 0px;
}
.translate-x-0,
.translate-x-1\/2 {
    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));
}
.translate-x-1\/2 {
    --tw-translate-x: 50%;
}
.translate-x-1\/4 {
    --tw-translate-x: 25%;
}
.translate-x-1\/4,
.translate-x-2 {
    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));
}
.translate-x-2 {
    --tw-translate-x: 0.5rem;
}
.translate-x-5 {
    --tw-translate-x: 1.25rem;
}
.translate-x-5,
.translate-x-6 {
    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));
}
.translate-x-6 {
    --tw-translate-x: 1.5rem;
}
.translate-x-8 {
    --tw-translate-x: 2rem;
}
.translate-x-8,
.translate-x-full {
    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));
}
.translate-x-full {
    --tw-translate-x: 100%;
}
.translate-y-0 {
    --tw-translate-y: 0px;
}
.translate-y-0,
.translate-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));
}
.translate-y-1 {
    --tw-translate-y: 0.25rem;
}
.translate-y-1\/2 {
    --tw-translate-y: 50%;
}
.translate-y-1\/2,
.translate-y-1\/4 {
    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));
}
.translate-y-1\/4 {
    --tw-translate-y: 25%;
}
.translate-y-10 {
    --tw-translate-y: 2.5rem;
}
.translate-y-10,
.translate-y-2 {
    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));
}
.translate-y-2 {
    --tw-translate-y: 0.5rem;
}
.translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
}
.translate-y-2\.5,
.translate-y-4 {
    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));
}
.translate-y-4 {
    --tw-translate-y: 1rem;
}
.translate-y-full {
    --tw-translate-y: 100%;
}
.translate-y-full,
.translate-y-px {
    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));
}
.translate-y-px {
    --tw-translate-y: 1px;
}
.-rotate-1 {
    --tw-rotate: -1deg;
}
.-rotate-1,
.-rotate-180 {
    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));
}
.-rotate-180 {
    --tw-rotate: -180deg;
}
.-rotate-45 {
    --tw-rotate: -45deg;
}
.-rotate-45,
.-rotate-90 {
    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));
}
.-rotate-90 {
    --tw-rotate: -90deg;
}
.rotate-0 {
    --tw-rotate: 0deg;
}
.rotate-0,
.rotate-180 {
    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));
}
.rotate-180 {
    --tw-rotate: 180deg;
}
.rotate-45 {
    --tw-rotate: 45deg;
}
.rotate-45,
.rotate-90 {
    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));
}
.rotate-90 {
    --tw-rotate: 90deg;
}
.-skew-y-3 {
    --tw-skew-y: -3deg;
}
.-skew-y-3,
.scale-0 {
    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));
}
.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.scale-100,
.scale-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));
}
.scale-50 {
    --tw-scale-x: 0.5;
    --tw-scale-y: 0.5;
}
.scale-90 {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
}
.scale-90,
.scale-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));
}
.scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
}
.transform {
    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));
}
.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        transform: translateY(-25%);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transform: none;
    }
}
.animate-bounce {
    animation: bounce 1s infinite;
}
@keyframes ping {
    75%,
    to {
        opacity: 0;
        transform: scale(2);
    }
}
.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.animate-spin {
    animation: spin 1s linear infinite;
}
.\!cursor-wait {
    cursor: wait !important;
}
.cursor-default {
    cursor: default;
}
.cursor-grab {
    cursor: grab;
}
.cursor-grabbing {
    cursor: grabbing;
}
.cursor-help {
    cursor: help;
}
.cursor-move {
    cursor: move;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-wait {
    cursor: wait;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}
.resize-y {
    resize: vertical;
}
.resize {
    resize: both;
}
.list-inside {
    list-style-position: inside;
}
.list-decimal {
    list-style-type: decimal;
}
.list-disc {
    list-style-type: disc;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.columns-1 {
    -moz-columns: 1;
    column-count: 1;
}
.break-inside-avoid {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[200px_1fr\] {
    grid-template-columns: 200px 1fr;
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.place-items-end {
    place-items: end;
}
.place-items-center {
    place-items: center;
}
.content-center {
    align-content: center;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.items-stretch {
    align-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-stretch {
    justify-content: stretch;
}
.justify-items-end {
    justify-items: end;
}
.justify-items-center {
    justify-items: center;
}
.gap-0\.5 {
    gap: 0.125rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-12 {
    gap: 3rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-\[10px\] {
    gap: 10px;
}
.gap-\[60px\] {
    gap: 60px;
}
.gap-px {
    gap: 1px;
}
.gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
}
.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}
.gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
}
.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}
.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
.gap-y-0 {
    row-gap: 0;
}
.gap-y-1 {
    row-gap: 0.25rem;
}
.gap-y-16 {
    row-gap: 4rem;
}
.gap-y-2 {
    row-gap: 0.5rem;
}
.gap-y-3 {
    row-gap: 0.75rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
}
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
}
.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-1px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(-1px * var(--tw-space-x-reverse));
}
.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse)));
}
.-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    margin-top: calc(-1px * (1 - var(--tw-space-y-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem * var(--tw-space-x-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(2rem * var(--tw-space-x-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
}
.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}
.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}
.divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsla(0, 0%, 100%, 0.05);
}
.self-start {
    align-self: flex-start;
}
.self-end {
    align-self: flex-end;
}
.self-center {
    align-self: center;
}
.self-stretch {
    align-self: stretch;
}
.self-baseline {
    align-self: baseline;
}
.justify-self-start {
    justify-self: start;
}
.justify-self-end {
    justify-self: end;
}
.overflow-auto {
    overflow: auto;
}
.\!overflow-hidden {
    overflow: hidden !important;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.overscroll-contain {
    overscroll-behavior: contain;
}
.overscroll-none {
    overscroll-behavior: none;
}
.truncate {
    overflow: hidden;
    white-space: nowrap;
}
.text-ellipsis,
.truncate {
    text-overflow: ellipsis;
}
.text-clip {
    text-overflow: clip;
}
.whitespace-normal {
    white-space: normal;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.whitespace-pre-wrap {
    white-space: pre-wrap;
}
.text-wrap {
    text-wrap: wrap;
}
.text-nowrap {
    text-wrap: nowrap;
}
.text-pretty {
    text-wrap: pretty;
}
.break-words {
    overflow-wrap: break-word;
}
.break-all {
    word-break: break-all;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-none {
    border-radius: 0;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-b {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.rounded-b-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rounded-b-md {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.rounded-b-sm {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.rounded-b-xl {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.rounded-l {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.rounded-l-3xl {
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
}
.rounded-l-full {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
}
.rounded-l-md {
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}
.rounded-l-none {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.rounded-r {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-r-3xl {
    border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.rounded-r-full {
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
}
.rounded-r-lg {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-r-md {
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.rounded-r-none {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.rounded-r-sm {
    border-bottom-right-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}
.rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
}
.rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
}
.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
}
.rounded-br-md {
    border-bottom-right-radius: 0.375rem;
}
.rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
}
.rounded-tl {
    border-top-left-radius: 0.25rem;
}
.rounded-tl-md {
    border-top-left-radius: 0.375rem;
}
.rounded-tr-lg {
    border-top-right-radius: 0.5rem;
}
.rounded-tr-md {
    border-top-right-radius: 0.375rem;
}
.rounded-tr-sm {
    border-top-right-radius: 0.125rem;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0;
}
.border-2 {
    border-width: 2px;
}
.border-4 {
    border-width: 4px;
}
.border-\[10px\] {
    border-width: 10px;
}
.border-\[3px\] {
    border-width: 3px;
}
.border-x {
    border-left-width: 1px;
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-0 {
    border-bottom-width: 0;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-b-4 {
    border-bottom-width: 4px;
}
.border-b-8 {
    border-bottom-width: 8px;
}
.border-l {
    border-left-width: 1px;
}
.border-l-0 {
    border-left-width: 0;
}
.border-l-2 {
    border-left-width: 2px;
}
.border-l-4 {
    border-left-width: 4px;
}
.border-l-8 {
    border-left-width: 8px;
}
.border-r {
    border-right-width: 1px;
}
.border-r-0 {
    border-right-width: 0;
}
.border-t {
    border-top-width: 1px;
}
.border-t-0 {
    border-top-width: 0;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-t-4 {
    border-top-width: 4px;
}
.border-t-8 {
    border-top-width: 8px;
}
.border-solid {
    border-style: solid;
}
.border-dashed {
    border-style: dashed;
}
.border-none {
    border-style: none;
}
.border-\[\#CDCDCD\] {
    --tw-border-opacity: 1;
    border-color: rgb(205 205 205 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E5E5\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-100\/0 {
    border-color: hsla(48, 96%, 89%, 0);
}
.border-amber-100\/10 {
    border-color: hsla(48, 96%, 89%, 0.1);
}
.border-amber-100\/100 {
    border-color: #fef3c7;
}
.border-amber-100\/15 {
    border-color: hsla(48, 96%, 89%, 0.15);
}
.border-amber-100\/20 {
    border-color: hsla(48, 96%, 89%, 0.2);
}
.border-amber-100\/25 {
    border-color: hsla(48, 96%, 89%, 0.25);
}
.border-amber-100\/30 {
    border-color: hsla(48, 96%, 89%, 0.3);
}
.border-amber-100\/35 {
    border-color: hsla(48, 96%, 89%, 0.35);
}
.border-amber-100\/40 {
    border-color: hsla(48, 96%, 89%, 0.4);
}
.border-amber-100\/45 {
    border-color: hsla(48, 96%, 89%, 0.45);
}
.border-amber-100\/5 {
    border-color: hsla(48, 96%, 89%, 0.05);
}
.border-amber-100\/50 {
    border-color: hsla(48, 96%, 89%, 0.5);
}
.border-amber-100\/55 {
    border-color: hsla(48, 96%, 89%, 0.55);
}
.border-amber-100\/60 {
    border-color: hsla(48, 96%, 89%, 0.6);
}
.border-amber-100\/65 {
    border-color: hsla(48, 96%, 89%, 0.65);
}
.border-amber-100\/70 {
    border-color: hsla(48, 96%, 89%, 0.7);
}
.border-amber-100\/75 {
    border-color: hsla(48, 96%, 89%, 0.75);
}
.border-amber-100\/80 {
    border-color: hsla(48, 96%, 89%, 0.8);
}
.border-amber-100\/85 {
    border-color: hsla(48, 96%, 89%, 0.85);
}
.border-amber-100\/90 {
    border-color: hsla(48, 96%, 89%, 0.9);
}
.border-amber-100\/95 {
    border-color: hsla(48, 96%, 89%, 0.95);
}
.border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/0 {
    border-color: hsla(48, 97%, 77%, 0);
}
.border-amber-200\/10 {
    border-color: hsla(48, 97%, 77%, 0.1);
}
.border-amber-200\/100 {
    border-color: #fde68a;
}
.border-amber-200\/15 {
    border-color: hsla(48, 97%, 77%, 0.15);
}
.border-amber-200\/20 {
    border-color: hsla(48, 97%, 77%, 0.2);
}
.border-amber-200\/25 {
    border-color: hsla(48, 97%, 77%, 0.25);
}
.border-amber-200\/30 {
    border-color: hsla(48, 97%, 77%, 0.3);
}
.border-amber-200\/35 {
    border-color: hsla(48, 97%, 77%, 0.35);
}
.border-amber-200\/40 {
    border-color: hsla(48, 97%, 77%, 0.4);
}
.border-amber-200\/45 {
    border-color: hsla(48, 97%, 77%, 0.45);
}
.border-amber-200\/5 {
    border-color: hsla(48, 97%, 77%, 0.05);
}
.border-amber-200\/50 {
    border-color: hsla(48, 97%, 77%, 0.5);
}
.border-amber-200\/55 {
    border-color: hsla(48, 97%, 77%, 0.55);
}
.border-amber-200\/60 {
    border-color: hsla(48, 97%, 77%, 0.6);
}
.border-amber-200\/65 {
    border-color: hsla(48, 97%, 77%, 0.65);
}
.border-amber-200\/70 {
    border-color: hsla(48, 97%, 77%, 0.7);
}
.border-amber-200\/75 {
    border-color: hsla(48, 97%, 77%, 0.75);
}
.border-amber-200\/80 {
    border-color: hsla(48, 97%, 77%, 0.8);
}
.border-amber-200\/85 {
    border-color: hsla(48, 97%, 77%, 0.85);
}
.border-amber-200\/90 {
    border-color: hsla(48, 97%, 77%, 0.9);
}
.border-amber-200\/95 {
    border-color: hsla(48, 97%, 77%, 0.95);
}
.border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-300\/0 {
    border-color: rgba(252, 211, 77, 0);
}
.border-amber-300\/10 {
    border-color: rgba(252, 211, 77, 0.1);
}
.border-amber-300\/100 {
    border-color: #fcd34d;
}
.border-amber-300\/15 {
    border-color: rgba(252, 211, 77, 0.15);
}
.border-amber-300\/20 {
    border-color: rgba(252, 211, 77, 0.2);
}
.border-amber-300\/25 {
    border-color: rgba(252, 211, 77, 0.25);
}
.border-amber-300\/30 {
    border-color: rgba(252, 211, 77, 0.3);
}
.border-amber-300\/35 {
    border-color: rgba(252, 211, 77, 0.35);
}
.border-amber-300\/40 {
    border-color: rgba(252, 211, 77, 0.4);
}
.border-amber-300\/45 {
    border-color: rgba(252, 211, 77, 0.45);
}
.border-amber-300\/5 {
    border-color: rgba(252, 211, 77, 0.05);
}
.border-amber-300\/50 {
    border-color: rgba(252, 211, 77, 0.5);
}
.border-amber-300\/55 {
    border-color: rgba(252, 211, 77, 0.55);
}
.border-amber-300\/60 {
    border-color: rgba(252, 211, 77, 0.6);
}
.border-amber-300\/65 {
    border-color: rgba(252, 211, 77, 0.65);
}
.border-amber-300\/70 {
    border-color: rgba(252, 211, 77, 0.7);
}
.border-amber-300\/75 {
    border-color: rgba(252, 211, 77, 0.75);
}
.border-amber-300\/80 {
    border-color: rgba(252, 211, 77, 0.8);
}
.border-amber-300\/85 {
    border-color: rgba(252, 211, 77, 0.85);
}
.border-amber-300\/90 {
    border-color: rgba(252, 211, 77, 0.9);
}
.border-amber-300\/95 {
    border-color: rgba(252, 211, 77, 0.95);
}
.border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-amber-400\/0 {
    border-color: rgba(251, 191, 36, 0);
}
.border-amber-400\/10 {
    border-color: rgba(251, 191, 36, 0.1);
}
.border-amber-400\/100 {
    border-color: #fbbf24;
}
.border-amber-400\/15 {
    border-color: rgba(251, 191, 36, 0.15);
}
.border-amber-400\/20 {
    border-color: rgba(251, 191, 36, 0.2);
}
.border-amber-400\/25 {
    border-color: rgba(251, 191, 36, 0.25);
}
.border-amber-400\/30 {
    border-color: rgba(251, 191, 36, 0.3);
}
.border-amber-400\/35 {
    border-color: rgba(251, 191, 36, 0.35);
}
.border-amber-400\/40 {
    border-color: rgba(251, 191, 36, 0.4);
}
.border-amber-400\/45 {
    border-color: rgba(251, 191, 36, 0.45);
}
.border-amber-400\/5 {
    border-color: rgba(251, 191, 36, 0.05);
}
.border-amber-400\/50 {
    border-color: rgba(251, 191, 36, 0.5);
}
.border-amber-400\/55 {
    border-color: rgba(251, 191, 36, 0.55);
}
.border-amber-400\/60 {
    border-color: rgba(251, 191, 36, 0.6);
}
.border-amber-400\/65 {
    border-color: rgba(251, 191, 36, 0.65);
}
.border-amber-400\/70 {
    border-color: rgba(251, 191, 36, 0.7);
}
.border-amber-400\/75 {
    border-color: rgba(251, 191, 36, 0.75);
}
.border-amber-400\/80 {
    border-color: rgba(251, 191, 36, 0.8);
}
.border-amber-400\/85 {
    border-color: rgba(251, 191, 36, 0.85);
}
.border-amber-400\/90 {
    border-color: rgba(251, 191, 36, 0.9);
}
.border-amber-400\/95 {
    border-color: rgba(251, 191, 36, 0.95);
}
.border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-amber-50\/0 {
    border-color: rgba(255, 251, 235, 0);
}
.border-amber-50\/10 {
    border-color: rgba(255, 251, 235, 0.1);
}
.border-amber-50\/100 {
    border-color: #fffbeb;
}
.border-amber-50\/15 {
    border-color: rgba(255, 251, 235, 0.15);
}
.border-amber-50\/20 {
    border-color: rgba(255, 251, 235, 0.2);
}
.border-amber-50\/25 {
    border-color: rgba(255, 251, 235, 0.25);
}
.border-amber-50\/30 {
    border-color: rgba(255, 251, 235, 0.3);
}
.border-amber-50\/35 {
    border-color: rgba(255, 251, 235, 0.35);
}
.border-amber-50\/40 {
    border-color: rgba(255, 251, 235, 0.4);
}
.border-amber-50\/45 {
    border-color: rgba(255, 251, 235, 0.45);
}
.border-amber-50\/5 {
    border-color: rgba(255, 251, 235, 0.05);
}
.border-amber-50\/50 {
    border-color: rgba(255, 251, 235, 0.5);
}
.border-amber-50\/55 {
    border-color: rgba(255, 251, 235, 0.55);
}
.border-amber-50\/60 {
    border-color: rgba(255, 251, 235, 0.6);
}
.border-amber-50\/65 {
    border-color: rgba(255, 251, 235, 0.65);
}
.border-amber-50\/70 {
    border-color: rgba(255, 251, 235, 0.7);
}
.border-amber-50\/75 {
    border-color: rgba(255, 251, 235, 0.75);
}
.border-amber-50\/80 {
    border-color: rgba(255, 251, 235, 0.8);
}
.border-amber-50\/85 {
    border-color: rgba(255, 251, 235, 0.85);
}
.border-amber-50\/90 {
    border-color: rgba(255, 251, 235, 0.9);
}
.border-amber-50\/95 {
    border-color: rgba(255, 251, 235, 0.95);
}
.border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-amber-500\/0 {
    border-color: rgba(245, 158, 11, 0);
}
.border-amber-500\/10 {
    border-color: rgba(245, 158, 11, 0.1);
}
.border-amber-500\/100 {
    border-color: #f59e0b;
}
.border-amber-500\/15 {
    border-color: rgba(245, 158, 11, 0.15);
}
.border-amber-500\/20 {
    border-color: rgba(245, 158, 11, 0.2);
}
.border-amber-500\/25 {
    border-color: rgba(245, 158, 11, 0.25);
}
.border-amber-500\/30 {
    border-color: rgba(245, 158, 11, 0.3);
}
.border-amber-500\/35 {
    border-color: rgba(245, 158, 11, 0.35);
}
.border-amber-500\/40 {
    border-color: rgba(245, 158, 11, 0.4);
}
.border-amber-500\/45 {
    border-color: rgba(245, 158, 11, 0.45);
}
.border-amber-500\/5 {
    border-color: rgba(245, 158, 11, 0.05);
}
.border-amber-500\/50 {
    border-color: rgba(245, 158, 11, 0.5);
}
.border-amber-500\/55 {
    border-color: rgba(245, 158, 11, 0.55);
}
.border-amber-500\/60 {
    border-color: rgba(245, 158, 11, 0.6);
}
.border-amber-500\/65 {
    border-color: rgba(245, 158, 11, 0.65);
}
.border-amber-500\/70 {
    border-color: rgba(245, 158, 11, 0.7);
}
.border-amber-500\/75 {
    border-color: rgba(245, 158, 11, 0.75);
}
.border-amber-500\/80 {
    border-color: rgba(245, 158, 11, 0.8);
}
.border-amber-500\/85 {
    border-color: rgba(245, 158, 11, 0.85);
}
.border-amber-500\/90 {
    border-color: rgba(245, 158, 11, 0.9);
}
.border-amber-500\/95 {
    border-color: rgba(245, 158, 11, 0.95);
}
.border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-amber-600\/0 {
    border-color: rgba(217, 119, 6, 0);
}
.border-amber-600\/10 {
    border-color: rgba(217, 119, 6, 0.1);
}
.border-amber-600\/100 {
    border-color: #d97706;
}
.border-amber-600\/15 {
    border-color: rgba(217, 119, 6, 0.15);
}
.border-amber-600\/20 {
    border-color: rgba(217, 119, 6, 0.2);
}
.border-amber-600\/25 {
    border-color: rgba(217, 119, 6, 0.25);
}
.border-amber-600\/30 {
    border-color: rgba(217, 119, 6, 0.3);
}
.border-amber-600\/35 {
    border-color: rgba(217, 119, 6, 0.35);
}
.border-amber-600\/40 {
    border-color: rgba(217, 119, 6, 0.4);
}
.border-amber-600\/45 {
    border-color: rgba(217, 119, 6, 0.45);
}
.border-amber-600\/5 {
    border-color: rgba(217, 119, 6, 0.05);
}
.border-amber-600\/50 {
    border-color: rgba(217, 119, 6, 0.5);
}
.border-amber-600\/55 {
    border-color: rgba(217, 119, 6, 0.55);
}
.border-amber-600\/60 {
    border-color: rgba(217, 119, 6, 0.6);
}
.border-amber-600\/65 {
    border-color: rgba(217, 119, 6, 0.65);
}
.border-amber-600\/70 {
    border-color: rgba(217, 119, 6, 0.7);
}
.border-amber-600\/75 {
    border-color: rgba(217, 119, 6, 0.75);
}
.border-amber-600\/80 {
    border-color: rgba(217, 119, 6, 0.8);
}
.border-amber-600\/85 {
    border-color: rgba(217, 119, 6, 0.85);
}
.border-amber-600\/90 {
    border-color: rgba(217, 119, 6, 0.9);
}
.border-amber-600\/95 {
    border-color: rgba(217, 119, 6, 0.95);
}
.border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-amber-700\/0 {
    border-color: rgba(180, 83, 9, 0);
}
.border-amber-700\/10 {
    border-color: rgba(180, 83, 9, 0.1);
}
.border-amber-700\/100 {
    border-color: #b45309;
}
.border-amber-700\/15 {
    border-color: rgba(180, 83, 9, 0.15);
}
.border-amber-700\/20 {
    border-color: rgba(180, 83, 9, 0.2);
}
.border-amber-700\/25 {
    border-color: rgba(180, 83, 9, 0.25);
}
.border-amber-700\/30 {
    border-color: rgba(180, 83, 9, 0.3);
}
.border-amber-700\/35 {
    border-color: rgba(180, 83, 9, 0.35);
}
.border-amber-700\/40 {
    border-color: rgba(180, 83, 9, 0.4);
}
.border-amber-700\/45 {
    border-color: rgba(180, 83, 9, 0.45);
}
.border-amber-700\/5 {
    border-color: rgba(180, 83, 9, 0.05);
}
.border-amber-700\/50 {
    border-color: rgba(180, 83, 9, 0.5);
}
.border-amber-700\/55 {
    border-color: rgba(180, 83, 9, 0.55);
}
.border-amber-700\/60 {
    border-color: rgba(180, 83, 9, 0.6);
}
.border-amber-700\/65 {
    border-color: rgba(180, 83, 9, 0.65);
}
.border-amber-700\/70 {
    border-color: rgba(180, 83, 9, 0.7);
}
.border-amber-700\/75 {
    border-color: rgba(180, 83, 9, 0.75);
}
.border-amber-700\/80 {
    border-color: rgba(180, 83, 9, 0.8);
}
.border-amber-700\/85 {
    border-color: rgba(180, 83, 9, 0.85);
}
.border-amber-700\/90 {
    border-color: rgba(180, 83, 9, 0.9);
}
.border-amber-700\/95 {
    border-color: rgba(180, 83, 9, 0.95);
}
.border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-amber-800\/0 {
    border-color: rgba(146, 64, 14, 0);
}
.border-amber-800\/10 {
    border-color: rgba(146, 64, 14, 0.1);
}
.border-amber-800\/100 {
    border-color: #92400e;
}
.border-amber-800\/15 {
    border-color: rgba(146, 64, 14, 0.15);
}
.border-amber-800\/20 {
    border-color: rgba(146, 64, 14, 0.2);
}
.border-amber-800\/25 {
    border-color: rgba(146, 64, 14, 0.25);
}
.border-amber-800\/30 {
    border-color: rgba(146, 64, 14, 0.3);
}
.border-amber-800\/35 {
    border-color: rgba(146, 64, 14, 0.35);
}
.border-amber-800\/40 {
    border-color: rgba(146, 64, 14, 0.4);
}
.border-amber-800\/45 {
    border-color: rgba(146, 64, 14, 0.45);
}
.border-amber-800\/5 {
    border-color: rgba(146, 64, 14, 0.05);
}
.border-amber-800\/50 {
    border-color: rgba(146, 64, 14, 0.5);
}
.border-amber-800\/55 {
    border-color: rgba(146, 64, 14, 0.55);
}
.border-amber-800\/60 {
    border-color: rgba(146, 64, 14, 0.6);
}
.border-amber-800\/65 {
    border-color: rgba(146, 64, 14, 0.65);
}
.border-amber-800\/70 {
    border-color: rgba(146, 64, 14, 0.7);
}
.border-amber-800\/75 {
    border-color: rgba(146, 64, 14, 0.75);
}
.border-amber-800\/80 {
    border-color: rgba(146, 64, 14, 0.8);
}
.border-amber-800\/85 {
    border-color: rgba(146, 64, 14, 0.85);
}
.border-amber-800\/90 {
    border-color: rgba(146, 64, 14, 0.9);
}
.border-amber-800\/95 {
    border-color: rgba(146, 64, 14, 0.95);
}
.border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-amber-900\/0 {
    border-color: rgba(120, 53, 15, 0);
}
.border-amber-900\/10 {
    border-color: rgba(120, 53, 15, 0.1);
}
.border-amber-900\/100 {
    border-color: #78350f;
}
.border-amber-900\/15 {
    border-color: rgba(120, 53, 15, 0.15);
}
.border-amber-900\/20 {
    border-color: rgba(120, 53, 15, 0.2);
}
.border-amber-900\/25 {
    border-color: rgba(120, 53, 15, 0.25);
}
.border-amber-900\/30 {
    border-color: rgba(120, 53, 15, 0.3);
}
.border-amber-900\/35 {
    border-color: rgba(120, 53, 15, 0.35);
}
.border-amber-900\/40 {
    border-color: rgba(120, 53, 15, 0.4);
}
.border-amber-900\/45 {
    border-color: rgba(120, 53, 15, 0.45);
}
.border-amber-900\/5 {
    border-color: rgba(120, 53, 15, 0.05);
}
.border-amber-900\/50 {
    border-color: rgba(120, 53, 15, 0.5);
}
.border-amber-900\/55 {
    border-color: rgba(120, 53, 15, 0.55);
}
.border-amber-900\/60 {
    border-color: rgba(120, 53, 15, 0.6);
}
.border-amber-900\/65 {
    border-color: rgba(120, 53, 15, 0.65);
}
.border-amber-900\/70 {
    border-color: rgba(120, 53, 15, 0.7);
}
.border-amber-900\/75 {
    border-color: rgba(120, 53, 15, 0.75);
}
.border-amber-900\/80 {
    border-color: rgba(120, 53, 15, 0.8);
}
.border-amber-900\/85 {
    border-color: rgba(120, 53, 15, 0.85);
}
.border-amber-900\/90 {
    border-color: rgba(120, 53, 15, 0.9);
}
.border-amber-900\/95 {
    border-color: rgba(120, 53, 15, 0.95);
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/0 {
    border-color: rgba(219, 234, 254, 0);
}
.border-blue-100\/10 {
    border-color: rgba(219, 234, 254, 0.1);
}
.border-blue-100\/100 {
    border-color: #dbeafe;
}
.border-blue-100\/15 {
    border-color: rgba(219, 234, 254, 0.15);
}
.border-blue-100\/20 {
    border-color: rgba(219, 234, 254, 0.2);
}
.border-blue-100\/25 {
    border-color: rgba(219, 234, 254, 0.25);
}
.border-blue-100\/30 {
    border-color: rgba(219, 234, 254, 0.3);
}
.border-blue-100\/35 {
    border-color: rgba(219, 234, 254, 0.35);
}
.border-blue-100\/40 {
    border-color: rgba(219, 234, 254, 0.4);
}
.border-blue-100\/45 {
    border-color: rgba(219, 234, 254, 0.45);
}
.border-blue-100\/5 {
    border-color: rgba(219, 234, 254, 0.05);
}
.border-blue-100\/50 {
    border-color: rgba(219, 234, 254, 0.5);
}
.border-blue-100\/55 {
    border-color: rgba(219, 234, 254, 0.55);
}
.border-blue-100\/60 {
    border-color: rgba(219, 234, 254, 0.6);
}
.border-blue-100\/65 {
    border-color: rgba(219, 234, 254, 0.65);
}
.border-blue-100\/70 {
    border-color: rgba(219, 234, 254, 0.7);
}
.border-blue-100\/75 {
    border-color: rgba(219, 234, 254, 0.75);
}
.border-blue-100\/80 {
    border-color: rgba(219, 234, 254, 0.8);
}
.border-blue-100\/85 {
    border-color: rgba(219, 234, 254, 0.85);
}
.border-blue-100\/90 {
    border-color: rgba(219, 234, 254, 0.9);
}
.border-blue-100\/95 {
    border-color: rgba(219, 234, 254, 0.95);
}
.border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
    border-color: rgba(191, 219, 254, 0);
}
.border-blue-200\/10 {
    border-color: rgba(191, 219, 254, 0.1);
}
.border-blue-200\/100 {
    border-color: #bfdbfe;
}
.border-blue-200\/15 {
    border-color: rgba(191, 219, 254, 0.15);
}
.border-blue-200\/20 {
    border-color: rgba(191, 219, 254, 0.2);
}
.border-blue-200\/25 {
    border-color: rgba(191, 219, 254, 0.25);
}
.border-blue-200\/30 {
    border-color: rgba(191, 219, 254, 0.3);
}
.border-blue-200\/35 {
    border-color: rgba(191, 219, 254, 0.35);
}
.border-blue-200\/40 {
    border-color: rgba(191, 219, 254, 0.4);
}
.border-blue-200\/45 {
    border-color: rgba(191, 219, 254, 0.45);
}
.border-blue-200\/5 {
    border-color: rgba(191, 219, 254, 0.05);
}
.border-blue-200\/50 {
    border-color: rgba(191, 219, 254, 0.5);
}
.border-blue-200\/55 {
    border-color: rgba(191, 219, 254, 0.55);
}
.border-blue-200\/60 {
    border-color: rgba(191, 219, 254, 0.6);
}
.border-blue-200\/65 {
    border-color: rgba(191, 219, 254, 0.65);
}
.border-blue-200\/70 {
    border-color: rgba(191, 219, 254, 0.7);
}
.border-blue-200\/75 {
    border-color: rgba(191, 219, 254, 0.75);
}
.border-blue-200\/80 {
    border-color: rgba(191, 219, 254, 0.8);
}
.border-blue-200\/85 {
    border-color: rgba(191, 219, 254, 0.85);
}
.border-blue-200\/90 {
    border-color: rgba(191, 219, 254, 0.9);
}
.border-blue-200\/95 {
    border-color: rgba(191, 219, 254, 0.95);
}
.border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/0 {
    border-color: rgba(147, 197, 253, 0);
}
.border-blue-300\/10 {
    border-color: rgba(147, 197, 253, 0.1);
}
.border-blue-300\/100 {
    border-color: #93c5fd;
}
.border-blue-300\/15 {
    border-color: rgba(147, 197, 253, 0.15);
}
.border-blue-300\/20 {
    border-color: rgba(147, 197, 253, 0.2);
}
.border-blue-300\/25 {
    border-color: rgba(147, 197, 253, 0.25);
}
.border-blue-300\/30 {
    border-color: rgba(147, 197, 253, 0.3);
}
.border-blue-300\/35 {
    border-color: rgba(147, 197, 253, 0.35);
}
.border-blue-300\/40 {
    border-color: rgba(147, 197, 253, 0.4);
}
.border-blue-300\/45 {
    border-color: rgba(147, 197, 253, 0.45);
}
.border-blue-300\/5 {
    border-color: rgba(147, 197, 253, 0.05);
}
.border-blue-300\/50 {
    border-color: rgba(147, 197, 253, 0.5);
}
.border-blue-300\/55 {
    border-color: rgba(147, 197, 253, 0.55);
}
.border-blue-300\/60 {
    border-color: rgba(147, 197, 253, 0.6);
}
.border-blue-300\/65 {
    border-color: rgba(147, 197, 253, 0.65);
}
.border-blue-300\/70 {
    border-color: rgba(147, 197, 253, 0.7);
}
.border-blue-300\/75 {
    border-color: rgba(147, 197, 253, 0.75);
}
.border-blue-300\/80 {
    border-color: rgba(147, 197, 253, 0.8);
}
.border-blue-300\/85 {
    border-color: rgba(147, 197, 253, 0.85);
}
.border-blue-300\/90 {
    border-color: rgba(147, 197, 253, 0.9);
}
.border-blue-300\/95 {
    border-color: rgba(147, 197, 253, 0.95);
}
.border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
    border-color: rgba(96, 165, 250, 0);
}
.border-blue-400\/10 {
    border-color: rgba(96, 165, 250, 0.1);
}
.border-blue-400\/100 {
    border-color: #60a5fa;
}
.border-blue-400\/15 {
    border-color: rgba(96, 165, 250, 0.15);
}
.border-blue-400\/20 {
    border-color: rgba(96, 165, 250, 0.2);
}
.border-blue-400\/25 {
    border-color: rgba(96, 165, 250, 0.25);
}
.border-blue-400\/30 {
    border-color: rgba(96, 165, 250, 0.3);
}
.border-blue-400\/35 {
    border-color: rgba(96, 165, 250, 0.35);
}
.border-blue-400\/40 {
    border-color: rgba(96, 165, 250, 0.4);
}
.border-blue-400\/45 {
    border-color: rgba(96, 165, 250, 0.45);
}
.border-blue-400\/5 {
    border-color: rgba(96, 165, 250, 0.05);
}
.border-blue-400\/50 {
    border-color: rgba(96, 165, 250, 0.5);
}
.border-blue-400\/55 {
    border-color: rgba(96, 165, 250, 0.55);
}
.border-blue-400\/60 {
    border-color: rgba(96, 165, 250, 0.6);
}
.border-blue-400\/65 {
    border-color: rgba(96, 165, 250, 0.65);
}
.border-blue-400\/70 {
    border-color: rgba(96, 165, 250, 0.7);
}
.border-blue-400\/75 {
    border-color: rgba(96, 165, 250, 0.75);
}
.border-blue-400\/80 {
    border-color: rgba(96, 165, 250, 0.8);
}
.border-blue-400\/85 {
    border-color: rgba(96, 165, 250, 0.85);
}
.border-blue-400\/90 {
    border-color: rgba(96, 165, 250, 0.9);
}
.border-blue-400\/95 {
    border-color: rgba(96, 165, 250, 0.95);
}
.border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-50\/0 {
    border-color: rgba(239, 246, 255, 0);
}
.border-blue-50\/10 {
    border-color: rgba(239, 246, 255, 0.1);
}
.border-blue-50\/100 {
    border-color: #eff6ff;
}
.border-blue-50\/15 {
    border-color: rgba(239, 246, 255, 0.15);
}
.border-blue-50\/20 {
    border-color: rgba(239, 246, 255, 0.2);
}
.border-blue-50\/25 {
    border-color: rgba(239, 246, 255, 0.25);
}
.border-blue-50\/30 {
    border-color: rgba(239, 246, 255, 0.3);
}
.border-blue-50\/35 {
    border-color: rgba(239, 246, 255, 0.35);
}
.border-blue-50\/40 {
    border-color: rgba(239, 246, 255, 0.4);
}
.border-blue-50\/45 {
    border-color: rgba(239, 246, 255, 0.45);
}
.border-blue-50\/5 {
    border-color: rgba(239, 246, 255, 0.05);
}
.border-blue-50\/50 {
    border-color: rgba(239, 246, 255, 0.5);
}
.border-blue-50\/55 {
    border-color: rgba(239, 246, 255, 0.55);
}
.border-blue-50\/60 {
    border-color: rgba(239, 246, 255, 0.6);
}
.border-blue-50\/65 {
    border-color: rgba(239, 246, 255, 0.65);
}
.border-blue-50\/70 {
    border-color: rgba(239, 246, 255, 0.7);
}
.border-blue-50\/75 {
    border-color: rgba(239, 246, 255, 0.75);
}
.border-blue-50\/80 {
    border-color: rgba(239, 246, 255, 0.8);
}
.border-blue-50\/85 {
    border-color: rgba(239, 246, 255, 0.85);
}
.border-blue-50\/90 {
    border-color: rgba(239, 246, 255, 0.9);
}
.border-blue-50\/95 {
    border-color: rgba(239, 246, 255, 0.95);
}
.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/0 {
    border-color: rgba(59, 130, 246, 0);
}
.border-blue-500\/10 {
    border-color: rgba(59, 130, 246, 0.1);
}
.border-blue-500\/100 {
    border-color: #3b82f6;
}
.border-blue-500\/15 {
    border-color: rgba(59, 130, 246, 0.15);
}
.border-blue-500\/20 {
    border-color: rgba(59, 130, 246, 0.2);
}
.border-blue-500\/25 {
    border-color: rgba(59, 130, 246, 0.25);
}
.border-blue-500\/30 {
    border-color: rgba(59, 130, 246, 0.3);
}
.border-blue-500\/35 {
    border-color: rgba(59, 130, 246, 0.35);
}
.border-blue-500\/40 {
    border-color: rgba(59, 130, 246, 0.4);
}
.border-blue-500\/45 {
    border-color: rgba(59, 130, 246, 0.45);
}
.border-blue-500\/5 {
    border-color: rgba(59, 130, 246, 0.05);
}
.border-blue-500\/50 {
    border-color: rgba(59, 130, 246, 0.5);
}
.border-blue-500\/55 {
    border-color: rgba(59, 130, 246, 0.55);
}
.border-blue-500\/60 {
    border-color: rgba(59, 130, 246, 0.6);
}
.border-blue-500\/65 {
    border-color: rgba(59, 130, 246, 0.65);
}
.border-blue-500\/70 {
    border-color: rgba(59, 130, 246, 0.7);
}
.border-blue-500\/75 {
    border-color: rgba(59, 130, 246, 0.75);
}
.border-blue-500\/80 {
    border-color: rgba(59, 130, 246, 0.8);
}
.border-blue-500\/85 {
    border-color: rgba(59, 130, 246, 0.85);
}
.border-blue-500\/90 {
    border-color: rgba(59, 130, 246, 0.9);
}
.border-blue-500\/95 {
    border-color: rgba(59, 130, 246, 0.95);
}
.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(59 124 248 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
    border-color: rgba(59, 124, 248, 0);
}
.border-blue-600\/10 {
    border-color: rgba(59, 124, 248, 0.1);
}
.border-blue-600\/100 {
    border-color: #3b7cf8;
}
.border-blue-600\/15 {
    border-color: rgba(59, 124, 248, 0.15);
}
.border-blue-600\/20 {
    border-color: rgba(59, 124, 248, 0.2);
}
.border-blue-600\/25 {
    border-color: rgba(59, 124, 248, 0.25);
}
.border-blue-600\/30 {
    border-color: rgba(59, 124, 248, 0.3);
}
.border-blue-600\/35 {
    border-color: rgba(59, 124, 248, 0.35);
}
.border-blue-600\/40 {
    border-color: rgba(59, 124, 248, 0.4);
}
.border-blue-600\/45 {
    border-color: rgba(59, 124, 248, 0.45);
}
.border-blue-600\/5 {
    border-color: rgba(59, 124, 248, 0.05);
}
.border-blue-600\/50 {
    border-color: rgba(59, 124, 248, 0.5);
}
.border-blue-600\/55 {
    border-color: rgba(59, 124, 248, 0.55);
}
.border-blue-600\/60 {
    border-color: rgba(59, 124, 248, 0.6);
}
.border-blue-600\/65 {
    border-color: rgba(59, 124, 248, 0.65);
}
.border-blue-600\/70 {
    border-color: rgba(59, 124, 248, 0.7);
}
.border-blue-600\/75 {
    border-color: rgba(59, 124, 248, 0.75);
}
.border-blue-600\/80 {
    border-color: rgba(59, 124, 248, 0.8);
}
.border-blue-600\/85 {
    border-color: rgba(59, 124, 248, 0.85);
}
.border-blue-600\/90 {
    border-color: rgba(59, 124, 248, 0.9);
}
.border-blue-600\/95 {
    border-color: rgba(59, 124, 248, 0.95);
}
.border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 98 235 / var(--tw-border-opacity, 1));
}
.border-blue-700\/0 {
    border-color: rgba(55, 98, 235, 0);
}
.border-blue-700\/10 {
    border-color: rgba(55, 98, 235, 0.1);
}
.border-blue-700\/100 {
    border-color: #3762eb;
}
.border-blue-700\/15 {
    border-color: rgba(55, 98, 235, 0.15);
}
.border-blue-700\/20 {
    border-color: rgba(55, 98, 235, 0.2);
}
.border-blue-700\/25 {
    border-color: rgba(55, 98, 235, 0.25);
}
.border-blue-700\/30 {
    border-color: rgba(55, 98, 235, 0.3);
}
.border-blue-700\/35 {
    border-color: rgba(55, 98, 235, 0.35);
}
.border-blue-700\/40 {
    border-color: rgba(55, 98, 235, 0.4);
}
.border-blue-700\/45 {
    border-color: rgba(55, 98, 235, 0.45);
}
.border-blue-700\/5 {
    border-color: rgba(55, 98, 235, 0.05);
}
.border-blue-700\/50 {
    border-color: rgba(55, 98, 235, 0.5);
}
.border-blue-700\/55 {
    border-color: rgba(55, 98, 235, 0.55);
}
.border-blue-700\/60 {
    border-color: rgba(55, 98, 235, 0.6);
}
.border-blue-700\/65 {
    border-color: rgba(55, 98, 235, 0.65);
}
.border-blue-700\/70 {
    border-color: rgba(55, 98, 235, 0.7);
}
.border-blue-700\/75 {
    border-color: rgba(55, 98, 235, 0.75);
}
.border-blue-700\/80 {
    border-color: rgba(55, 98, 235, 0.8);
}
.border-blue-700\/85 {
    border-color: rgba(55, 98, 235, 0.85);
}
.border-blue-700\/90 {
    border-color: rgba(55, 98, 235, 0.9);
}
.border-blue-700\/95 {
    border-color: rgba(55, 98, 235, 0.95);
}
.border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-blue-800\/0 {
    border-color: rgba(30, 64, 175, 0);
}
.border-blue-800\/10 {
    border-color: rgba(30, 64, 175, 0.1);
}
.border-blue-800\/100 {
    border-color: #1e40af;
}
.border-blue-800\/15 {
    border-color: rgba(30, 64, 175, 0.15);
}
.border-blue-800\/20 {
    border-color: rgba(30, 64, 175, 0.2);
}
.border-blue-800\/25 {
    border-color: rgba(30, 64, 175, 0.25);
}
.border-blue-800\/30 {
    border-color: rgba(30, 64, 175, 0.3);
}
.border-blue-800\/35 {
    border-color: rgba(30, 64, 175, 0.35);
}
.border-blue-800\/40 {
    border-color: rgba(30, 64, 175, 0.4);
}
.border-blue-800\/45 {
    border-color: rgba(30, 64, 175, 0.45);
}
.border-blue-800\/5 {
    border-color: rgba(30, 64, 175, 0.05);
}
.border-blue-800\/50 {
    border-color: rgba(30, 64, 175, 0.5);
}
.border-blue-800\/55 {
    border-color: rgba(30, 64, 175, 0.55);
}
.border-blue-800\/60 {
    border-color: rgba(30, 64, 175, 0.6);
}
.border-blue-800\/65 {
    border-color: rgba(30, 64, 175, 0.65);
}
.border-blue-800\/70 {
    border-color: rgba(30, 64, 175, 0.7);
}
.border-blue-800\/75 {
    border-color: rgba(30, 64, 175, 0.75);
}
.border-blue-800\/80 {
    border-color: rgba(30, 64, 175, 0.8);
}
.border-blue-800\/85 {
    border-color: rgba(30, 64, 175, 0.85);
}
.border-blue-800\/90 {
    border-color: rgba(30, 64, 175, 0.9);
}
.border-blue-800\/95 {
    border-color: rgba(30, 64, 175, 0.95);
}
.border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-blue-900\/0 {
    border-color: rgba(30, 58, 138, 0);
}
.border-blue-900\/10 {
    border-color: rgba(30, 58, 138, 0.1);
}
.border-blue-900\/100 {
    border-color: #1e3a8a;
}
.border-blue-900\/15 {
    border-color: rgba(30, 58, 138, 0.15);
}
.border-blue-900\/20 {
    border-color: rgba(30, 58, 138, 0.2);
}
.border-blue-900\/25 {
    border-color: rgba(30, 58, 138, 0.25);
}
.border-blue-900\/30 {
    border-color: rgba(30, 58, 138, 0.3);
}
.border-blue-900\/35 {
    border-color: rgba(30, 58, 138, 0.35);
}
.border-blue-900\/40 {
    border-color: rgba(30, 58, 138, 0.4);
}
.border-blue-900\/45 {
    border-color: rgba(30, 58, 138, 0.45);
}
.border-blue-900\/5 {
    border-color: rgba(30, 58, 138, 0.05);
}
.border-blue-900\/50 {
    border-color: rgba(30, 58, 138, 0.5);
}
.border-blue-900\/55 {
    border-color: rgba(30, 58, 138, 0.55);
}
.border-blue-900\/60 {
    border-color: rgba(30, 58, 138, 0.6);
}
.border-blue-900\/65 {
    border-color: rgba(30, 58, 138, 0.65);
}
.border-blue-900\/70 {
    border-color: rgba(30, 58, 138, 0.7);
}
.border-blue-900\/75 {
    border-color: rgba(30, 58, 138, 0.75);
}
.border-blue-900\/80 {
    border-color: rgba(30, 58, 138, 0.8);
}
.border-blue-900\/85 {
    border-color: rgba(30, 58, 138, 0.85);
}
.border-blue-900\/90 {
    border-color: rgba(30, 58, 138, 0.9);
}
.border-blue-900\/95 {
    border-color: rgba(30, 58, 138, 0.95);
}
.border-bluegray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-bluegray-100\/0 {
    border-color: rgba(241, 245, 249, 0);
}
.border-bluegray-100\/10 {
    border-color: rgba(241, 245, 249, 0.1);
}
.border-bluegray-100\/100 {
    border-color: #f1f5f9;
}
.border-bluegray-100\/15 {
    border-color: rgba(241, 245, 249, 0.15);
}
.border-bluegray-100\/20 {
    border-color: rgba(241, 245, 249, 0.2);
}
.border-bluegray-100\/25 {
    border-color: rgba(241, 245, 249, 0.25);
}
.border-bluegray-100\/30 {
    border-color: rgba(241, 245, 249, 0.3);
}
.border-bluegray-100\/35 {
    border-color: rgba(241, 245, 249, 0.35);
}
.border-bluegray-100\/40 {
    border-color: rgba(241, 245, 249, 0.4);
}
.border-bluegray-100\/45 {
    border-color: rgba(241, 245, 249, 0.45);
}
.border-bluegray-100\/5 {
    border-color: rgba(241, 245, 249, 0.05);
}
.border-bluegray-100\/50 {
    border-color: rgba(241, 245, 249, 0.5);
}
.border-bluegray-100\/55 {
    border-color: rgba(241, 245, 249, 0.55);
}
.border-bluegray-100\/60 {
    border-color: rgba(241, 245, 249, 0.6);
}
.border-bluegray-100\/65 {
    border-color: rgba(241, 245, 249, 0.65);
}
.border-bluegray-100\/70 {
    border-color: rgba(241, 245, 249, 0.7);
}
.border-bluegray-100\/75 {
    border-color: rgba(241, 245, 249, 0.75);
}
.border-bluegray-100\/80 {
    border-color: rgba(241, 245, 249, 0.8);
}
.border-bluegray-100\/85 {
    border-color: rgba(241, 245, 249, 0.85);
}
.border-bluegray-100\/90 {
    border-color: rgba(241, 245, 249, 0.9);
}
.border-bluegray-100\/95 {
    border-color: rgba(241, 245, 249, 0.95);
}
.border-bluegray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-bluegray-200\/0 {
    border-color: rgba(226, 232, 240, 0);
}
.border-bluegray-200\/10 {
    border-color: rgba(226, 232, 240, 0.1);
}
.border-bluegray-200\/100 {
    border-color: #e2e8f0;
}
.border-bluegray-200\/15 {
    border-color: rgba(226, 232, 240, 0.15);
}
.border-bluegray-200\/20 {
    border-color: rgba(226, 232, 240, 0.2);
}
.border-bluegray-200\/25 {
    border-color: rgba(226, 232, 240, 0.25);
}
.border-bluegray-200\/30 {
    border-color: rgba(226, 232, 240, 0.3);
}
.border-bluegray-200\/35 {
    border-color: rgba(226, 232, 240, 0.35);
}
.border-bluegray-200\/40 {
    border-color: rgba(226, 232, 240, 0.4);
}
.border-bluegray-200\/45 {
    border-color: rgba(226, 232, 240, 0.45);
}
.border-bluegray-200\/5 {
    border-color: rgba(226, 232, 240, 0.05);
}
.border-bluegray-200\/50 {
    border-color: rgba(226, 232, 240, 0.5);
}
.border-bluegray-200\/55 {
    border-color: rgba(226, 232, 240, 0.55);
}
.border-bluegray-200\/60 {
    border-color: rgba(226, 232, 240, 0.6);
}
.border-bluegray-200\/65 {
    border-color: rgba(226, 232, 240, 0.65);
}
.border-bluegray-200\/70 {
    border-color: rgba(226, 232, 240, 0.7);
}
.border-bluegray-200\/75 {
    border-color: rgba(226, 232, 240, 0.75);
}
.border-bluegray-200\/80 {
    border-color: rgba(226, 232, 240, 0.8);
}
.border-bluegray-200\/85 {
    border-color: rgba(226, 232, 240, 0.85);
}
.border-bluegray-200\/90 {
    border-color: rgba(226, 232, 240, 0.9);
}
.border-bluegray-200\/95 {
    border-color: rgba(226, 232, 240, 0.95);
}
.border-bluegray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-bluegray-300\/0 {
    border-color: rgba(203, 213, 225, 0);
}
.border-bluegray-300\/10 {
    border-color: rgba(203, 213, 225, 0.1);
}
.border-bluegray-300\/100 {
    border-color: #cbd5e1;
}
.border-bluegray-300\/15 {
    border-color: rgba(203, 213, 225, 0.15);
}
.border-bluegray-300\/20 {
    border-color: rgba(203, 213, 225, 0.2);
}
.border-bluegray-300\/25 {
    border-color: rgba(203, 213, 225, 0.25);
}
.border-bluegray-300\/30 {
    border-color: rgba(203, 213, 225, 0.3);
}
.border-bluegray-300\/35 {
    border-color: rgba(203, 213, 225, 0.35);
}
.border-bluegray-300\/40 {
    border-color: rgba(203, 213, 225, 0.4);
}
.border-bluegray-300\/45 {
    border-color: rgba(203, 213, 225, 0.45);
}
.border-bluegray-300\/5 {
    border-color: rgba(203, 213, 225, 0.05);
}
.border-bluegray-300\/50 {
    border-color: rgba(203, 213, 225, 0.5);
}
.border-bluegray-300\/55 {
    border-color: rgba(203, 213, 225, 0.55);
}
.border-bluegray-300\/60 {
    border-color: rgba(203, 213, 225, 0.6);
}
.border-bluegray-300\/65 {
    border-color: rgba(203, 213, 225, 0.65);
}
.border-bluegray-300\/70 {
    border-color: rgba(203, 213, 225, 0.7);
}
.border-bluegray-300\/75 {
    border-color: rgba(203, 213, 225, 0.75);
}
.border-bluegray-300\/80 {
    border-color: rgba(203, 213, 225, 0.8);
}
.border-bluegray-300\/85 {
    border-color: rgba(203, 213, 225, 0.85);
}
.border-bluegray-300\/90 {
    border-color: rgba(203, 213, 225, 0.9);
}
.border-bluegray-300\/95 {
    border-color: rgba(203, 213, 225, 0.95);
}
.border-bluegray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-bluegray-400\/0 {
    border-color: rgba(148, 163, 184, 0);
}
.border-bluegray-400\/10 {
    border-color: rgba(148, 163, 184, 0.1);
}
.border-bluegray-400\/100 {
    border-color: #94a3b8;
}
.border-bluegray-400\/15 {
    border-color: rgba(148, 163, 184, 0.15);
}
.border-bluegray-400\/20 {
    border-color: rgba(148, 163, 184, 0.2);
}
.border-bluegray-400\/25 {
    border-color: rgba(148, 163, 184, 0.25);
}
.border-bluegray-400\/30 {
    border-color: rgba(148, 163, 184, 0.3);
}
.border-bluegray-400\/35 {
    border-color: rgba(148, 163, 184, 0.35);
}
.border-bluegray-400\/40 {
    border-color: rgba(148, 163, 184, 0.4);
}
.border-bluegray-400\/45 {
    border-color: rgba(148, 163, 184, 0.45);
}
.border-bluegray-400\/5 {
    border-color: rgba(148, 163, 184, 0.05);
}
.border-bluegray-400\/50 {
    border-color: rgba(148, 163, 184, 0.5);
}
.border-bluegray-400\/55 {
    border-color: rgba(148, 163, 184, 0.55);
}
.border-bluegray-400\/60 {
    border-color: rgba(148, 163, 184, 0.6);
}
.border-bluegray-400\/65 {
    border-color: rgba(148, 163, 184, 0.65);
}
.border-bluegray-400\/70 {
    border-color: rgba(148, 163, 184, 0.7);
}
.border-bluegray-400\/75 {
    border-color: rgba(148, 163, 184, 0.75);
}
.border-bluegray-400\/80 {
    border-color: rgba(148, 163, 184, 0.8);
}
.border-bluegray-400\/85 {
    border-color: rgba(148, 163, 184, 0.85);
}
.border-bluegray-400\/90 {
    border-color: rgba(148, 163, 184, 0.9);
}
.border-bluegray-400\/95 {
    border-color: rgba(148, 163, 184, 0.95);
}
.border-bluegray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-bluegray-50\/0 {
    border-color: rgba(248, 250, 252, 0);
}
.border-bluegray-50\/10 {
    border-color: rgba(248, 250, 252, 0.1);
}
.border-bluegray-50\/100 {
    border-color: #f8fafc;
}
.border-bluegray-50\/15 {
    border-color: rgba(248, 250, 252, 0.15);
}
.border-bluegray-50\/20 {
    border-color: rgba(248, 250, 252, 0.2);
}
.border-bluegray-50\/25 {
    border-color: rgba(248, 250, 252, 0.25);
}
.border-bluegray-50\/30 {
    border-color: rgba(248, 250, 252, 0.3);
}
.border-bluegray-50\/35 {
    border-color: rgba(248, 250, 252, 0.35);
}
.border-bluegray-50\/40 {
    border-color: rgba(248, 250, 252, 0.4);
}
.border-bluegray-50\/45 {
    border-color: rgba(248, 250, 252, 0.45);
}
.border-bluegray-50\/5 {
    border-color: rgba(248, 250, 252, 0.05);
}
.border-bluegray-50\/50 {
    border-color: rgba(248, 250, 252, 0.5);
}
.border-bluegray-50\/55 {
    border-color: rgba(248, 250, 252, 0.55);
}
.border-bluegray-50\/60 {
    border-color: rgba(248, 250, 252, 0.6);
}
.border-bluegray-50\/65 {
    border-color: rgba(248, 250, 252, 0.65);
}
.border-bluegray-50\/70 {
    border-color: rgba(248, 250, 252, 0.7);
}
.border-bluegray-50\/75 {
    border-color: rgba(248, 250, 252, 0.75);
}
.border-bluegray-50\/80 {
    border-color: rgba(248, 250, 252, 0.8);
}
.border-bluegray-50\/85 {
    border-color: rgba(248, 250, 252, 0.85);
}
.border-bluegray-50\/90 {
    border-color: rgba(248, 250, 252, 0.9);
}
.border-bluegray-50\/95 {
    border-color: rgba(248, 250, 252, 0.95);
}
.border-bluegray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-bluegray-500\/0 {
    border-color: rgba(100, 116, 139, 0);
}
.border-bluegray-500\/10 {
    border-color: rgba(100, 116, 139, 0.1);
}
.border-bluegray-500\/100 {
    border-color: #64748b;
}
.border-bluegray-500\/15 {
    border-color: rgba(100, 116, 139, 0.15);
}
.border-bluegray-500\/20 {
    border-color: rgba(100, 116, 139, 0.2);
}
.border-bluegray-500\/25 {
    border-color: rgba(100, 116, 139, 0.25);
}
.border-bluegray-500\/30 {
    border-color: rgba(100, 116, 139, 0.3);
}
.border-bluegray-500\/35 {
    border-color: rgba(100, 116, 139, 0.35);
}
.border-bluegray-500\/40 {
    border-color: rgba(100, 116, 139, 0.4);
}
.border-bluegray-500\/45 {
    border-color: rgba(100, 116, 139, 0.45);
}
.border-bluegray-500\/5 {
    border-color: rgba(100, 116, 139, 0.05);
}
.border-bluegray-500\/50 {
    border-color: rgba(100, 116, 139, 0.5);
}
.border-bluegray-500\/55 {
    border-color: rgba(100, 116, 139, 0.55);
}
.border-bluegray-500\/60 {
    border-color: rgba(100, 116, 139, 0.6);
}
.border-bluegray-500\/65 {
    border-color: rgba(100, 116, 139, 0.65);
}
.border-bluegray-500\/70 {
    border-color: rgba(100, 116, 139, 0.7);
}
.border-bluegray-500\/75 {
    border-color: rgba(100, 116, 139, 0.75);
}
.border-bluegray-500\/80 {
    border-color: rgba(100, 116, 139, 0.8);
}
.border-bluegray-500\/85 {
    border-color: rgba(100, 116, 139, 0.85);
}
.border-bluegray-500\/90 {
    border-color: rgba(100, 116, 139, 0.9);
}
.border-bluegray-500\/95 {
    border-color: rgba(100, 116, 139, 0.95);
}
.border-bluegray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-bluegray-600\/0 {
    border-color: rgba(71, 85, 105, 0);
}
.border-bluegray-600\/10 {
    border-color: rgba(71, 85, 105, 0.1);
}
.border-bluegray-600\/100 {
    border-color: #475569;
}
.border-bluegray-600\/15 {
    border-color: rgba(71, 85, 105, 0.15);
}
.border-bluegray-600\/20 {
    border-color: rgba(71, 85, 105, 0.2);
}
.border-bluegray-600\/25 {
    border-color: rgba(71, 85, 105, 0.25);
}
.border-bluegray-600\/30 {
    border-color: rgba(71, 85, 105, 0.3);
}
.border-bluegray-600\/35 {
    border-color: rgba(71, 85, 105, 0.35);
}
.border-bluegray-600\/40 {
    border-color: rgba(71, 85, 105, 0.4);
}
.border-bluegray-600\/45 {
    border-color: rgba(71, 85, 105, 0.45);
}
.border-bluegray-600\/5 {
    border-color: rgba(71, 85, 105, 0.05);
}
.border-bluegray-600\/50 {
    border-color: rgba(71, 85, 105, 0.5);
}
.border-bluegray-600\/55 {
    border-color: rgba(71, 85, 105, 0.55);
}
.border-bluegray-600\/60 {
    border-color: rgba(71, 85, 105, 0.6);
}
.border-bluegray-600\/65 {
    border-color: rgba(71, 85, 105, 0.65);
}
.border-bluegray-600\/70 {
    border-color: rgba(71, 85, 105, 0.7);
}
.border-bluegray-600\/75 {
    border-color: rgba(71, 85, 105, 0.75);
}
.border-bluegray-600\/80 {
    border-color: rgba(71, 85, 105, 0.8);
}
.border-bluegray-600\/85 {
    border-color: rgba(71, 85, 105, 0.85);
}
.border-bluegray-600\/90 {
    border-color: rgba(71, 85, 105, 0.9);
}
.border-bluegray-600\/95 {
    border-color: rgba(71, 85, 105, 0.95);
}
.border-bluegray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-bluegray-700\/0 {
    border-color: rgba(51, 65, 85, 0);
}
.border-bluegray-700\/10 {
    border-color: rgba(51, 65, 85, 0.1);
}
.border-bluegray-700\/100 {
    border-color: #334155;
}
.border-bluegray-700\/15 {
    border-color: rgba(51, 65, 85, 0.15);
}
.border-bluegray-700\/20 {
    border-color: rgba(51, 65, 85, 0.2);
}
.border-bluegray-700\/25 {
    border-color: rgba(51, 65, 85, 0.25);
}
.border-bluegray-700\/30 {
    border-color: rgba(51, 65, 85, 0.3);
}
.border-bluegray-700\/35 {
    border-color: rgba(51, 65, 85, 0.35);
}
.border-bluegray-700\/40 {
    border-color: rgba(51, 65, 85, 0.4);
}
.border-bluegray-700\/45 {
    border-color: rgba(51, 65, 85, 0.45);
}
.border-bluegray-700\/5 {
    border-color: rgba(51, 65, 85, 0.05);
}
.border-bluegray-700\/50 {
    border-color: rgba(51, 65, 85, 0.5);
}
.border-bluegray-700\/55 {
    border-color: rgba(51, 65, 85, 0.55);
}
.border-bluegray-700\/60 {
    border-color: rgba(51, 65, 85, 0.6);
}
.border-bluegray-700\/65 {
    border-color: rgba(51, 65, 85, 0.65);
}
.border-bluegray-700\/70 {
    border-color: rgba(51, 65, 85, 0.7);
}
.border-bluegray-700\/75 {
    border-color: rgba(51, 65, 85, 0.75);
}
.border-bluegray-700\/80 {
    border-color: rgba(51, 65, 85, 0.8);
}
.border-bluegray-700\/85 {
    border-color: rgba(51, 65, 85, 0.85);
}
.border-bluegray-700\/90 {
    border-color: rgba(51, 65, 85, 0.9);
}
.border-bluegray-700\/95 {
    border-color: rgba(51, 65, 85, 0.95);
}
.border-bluegray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-bluegray-800\/0 {
    border-color: rgba(30, 41, 59, 0);
}
.border-bluegray-800\/10 {
    border-color: rgba(30, 41, 59, 0.1);
}
.border-bluegray-800\/100 {
    border-color: #1e293b;
}
.border-bluegray-800\/15 {
    border-color: rgba(30, 41, 59, 0.15);
}
.border-bluegray-800\/20 {
    border-color: rgba(30, 41, 59, 0.2);
}
.border-bluegray-800\/25 {
    border-color: rgba(30, 41, 59, 0.25);
}
.border-bluegray-800\/30 {
    border-color: rgba(30, 41, 59, 0.3);
}
.border-bluegray-800\/35 {
    border-color: rgba(30, 41, 59, 0.35);
}
.border-bluegray-800\/40 {
    border-color: rgba(30, 41, 59, 0.4);
}
.border-bluegray-800\/45 {
    border-color: rgba(30, 41, 59, 0.45);
}
.border-bluegray-800\/5 {
    border-color: rgba(30, 41, 59, 0.05);
}
.border-bluegray-800\/50 {
    border-color: rgba(30, 41, 59, 0.5);
}
.border-bluegray-800\/55 {
    border-color: rgba(30, 41, 59, 0.55);
}
.border-bluegray-800\/60 {
    border-color: rgba(30, 41, 59, 0.6);
}
.border-bluegray-800\/65 {
    border-color: rgba(30, 41, 59, 0.65);
}
.border-bluegray-800\/70 {
    border-color: rgba(30, 41, 59, 0.7);
}
.border-bluegray-800\/75 {
    border-color: rgba(30, 41, 59, 0.75);
}
.border-bluegray-800\/80 {
    border-color: rgba(30, 41, 59, 0.8);
}
.border-bluegray-800\/85 {
    border-color: rgba(30, 41, 59, 0.85);
}
.border-bluegray-800\/90 {
    border-color: rgba(30, 41, 59, 0.9);
}
.border-bluegray-800\/95 {
    border-color: rgba(30, 41, 59, 0.95);
}
.border-bluegray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-bluegray-900\/0 {
    border-color: rgba(15, 23, 42, 0);
}
.border-bluegray-900\/10 {
    border-color: rgba(15, 23, 42, 0.1);
}
.border-bluegray-900\/100 {
    border-color: #0f172a;
}
.border-bluegray-900\/15 {
    border-color: rgba(15, 23, 42, 0.15);
}
.border-bluegray-900\/20 {
    border-color: rgba(15, 23, 42, 0.2);
}
.border-bluegray-900\/25 {
    border-color: rgba(15, 23, 42, 0.25);
}
.border-bluegray-900\/30 {
    border-color: rgba(15, 23, 42, 0.3);
}
.border-bluegray-900\/35 {
    border-color: rgba(15, 23, 42, 0.35);
}
.border-bluegray-900\/40 {
    border-color: rgba(15, 23, 42, 0.4);
}
.border-bluegray-900\/45 {
    border-color: rgba(15, 23, 42, 0.45);
}
.border-bluegray-900\/5 {
    border-color: rgba(15, 23, 42, 0.05);
}
.border-bluegray-900\/50 {
    border-color: rgba(15, 23, 42, 0.5);
}
.border-bluegray-900\/55 {
    border-color: rgba(15, 23, 42, 0.55);
}
.border-bluegray-900\/60 {
    border-color: rgba(15, 23, 42, 0.6);
}
.border-bluegray-900\/65 {
    border-color: rgba(15, 23, 42, 0.65);
}
.border-bluegray-900\/70 {
    border-color: rgba(15, 23, 42, 0.7);
}
.border-bluegray-900\/75 {
    border-color: rgba(15, 23, 42, 0.75);
}
.border-bluegray-900\/80 {
    border-color: rgba(15, 23, 42, 0.8);
}
.border-bluegray-900\/85 {
    border-color: rgba(15, 23, 42, 0.85);
}
.border-bluegray-900\/90 {
    border-color: rgba(15, 23, 42, 0.9);
}
.border-bluegray-900\/95 {
    border-color: rgba(15, 23, 42, 0.95);
}
.border-coolgray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-coolgray-100\/0 {
    border-color: rgba(243, 244, 246, 0);
}
.border-coolgray-100\/10 {
    border-color: rgba(243, 244, 246, 0.1);
}
.border-coolgray-100\/100 {
    border-color: #f3f4f6;
}
.border-coolgray-100\/15 {
    border-color: rgba(243, 244, 246, 0.15);
}
.border-coolgray-100\/20 {
    border-color: rgba(243, 244, 246, 0.2);
}
.border-coolgray-100\/25 {
    border-color: rgba(243, 244, 246, 0.25);
}
.border-coolgray-100\/30 {
    border-color: rgba(243, 244, 246, 0.3);
}
.border-coolgray-100\/35 {
    border-color: rgba(243, 244, 246, 0.35);
}
.border-coolgray-100\/40 {
    border-color: rgba(243, 244, 246, 0.4);
}
.border-coolgray-100\/45 {
    border-color: rgba(243, 244, 246, 0.45);
}
.border-coolgray-100\/5 {
    border-color: rgba(243, 244, 246, 0.05);
}
.border-coolgray-100\/50 {
    border-color: rgba(243, 244, 246, 0.5);
}
.border-coolgray-100\/55 {
    border-color: rgba(243, 244, 246, 0.55);
}
.border-coolgray-100\/60 {
    border-color: rgba(243, 244, 246, 0.6);
}
.border-coolgray-100\/65 {
    border-color: rgba(243, 244, 246, 0.65);
}
.border-coolgray-100\/70 {
    border-color: rgba(243, 244, 246, 0.7);
}
.border-coolgray-100\/75 {
    border-color: rgba(243, 244, 246, 0.75);
}
.border-coolgray-100\/80 {
    border-color: rgba(243, 244, 246, 0.8);
}
.border-coolgray-100\/85 {
    border-color: rgba(243, 244, 246, 0.85);
}
.border-coolgray-100\/90 {
    border-color: rgba(243, 244, 246, 0.9);
}
.border-coolgray-100\/95 {
    border-color: rgba(243, 244, 246, 0.95);
}
.border-coolgray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-coolgray-200\/0 {
    border-color: rgba(229, 231, 235, 0);
}
.border-coolgray-200\/10 {
    border-color: rgba(229, 231, 235, 0.1);
}
.border-coolgray-200\/100 {
    border-color: #e5e7eb;
}
.border-coolgray-200\/15 {
    border-color: rgba(229, 231, 235, 0.15);
}
.border-coolgray-200\/20 {
    border-color: rgba(229, 231, 235, 0.2);
}
.border-coolgray-200\/25 {
    border-color: rgba(229, 231, 235, 0.25);
}
.border-coolgray-200\/30 {
    border-color: rgba(229, 231, 235, 0.3);
}
.border-coolgray-200\/35 {
    border-color: rgba(229, 231, 235, 0.35);
}
.border-coolgray-200\/40 {
    border-color: rgba(229, 231, 235, 0.4);
}
.border-coolgray-200\/45 {
    border-color: rgba(229, 231, 235, 0.45);
}
.border-coolgray-200\/5 {
    border-color: rgba(229, 231, 235, 0.05);
}
.border-coolgray-200\/50 {
    border-color: rgba(229, 231, 235, 0.5);
}
.border-coolgray-200\/55 {
    border-color: rgba(229, 231, 235, 0.55);
}
.border-coolgray-200\/60 {
    border-color: rgba(229, 231, 235, 0.6);
}
.border-coolgray-200\/65 {
    border-color: rgba(229, 231, 235, 0.65);
}
.border-coolgray-200\/70 {
    border-color: rgba(229, 231, 235, 0.7);
}
.border-coolgray-200\/75 {
    border-color: rgba(229, 231, 235, 0.75);
}
.border-coolgray-200\/80 {
    border-color: rgba(229, 231, 235, 0.8);
}
.border-coolgray-200\/85 {
    border-color: rgba(229, 231, 235, 0.85);
}
.border-coolgray-200\/90 {
    border-color: rgba(229, 231, 235, 0.9);
}
.border-coolgray-200\/95 {
    border-color: rgba(229, 231, 235, 0.95);
}
.border-coolgray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-coolgray-300\/0 {
    border-color: rgba(209, 213, 219, 0);
}
.border-coolgray-300\/10 {
    border-color: rgba(209, 213, 219, 0.1);
}
.border-coolgray-300\/100 {
    border-color: #d1d5db;
}
.border-coolgray-300\/15 {
    border-color: rgba(209, 213, 219, 0.15);
}
.border-coolgray-300\/20 {
    border-color: rgba(209, 213, 219, 0.2);
}
.border-coolgray-300\/25 {
    border-color: rgba(209, 213, 219, 0.25);
}
.border-coolgray-300\/30 {
    border-color: rgba(209, 213, 219, 0.3);
}
.border-coolgray-300\/35 {
    border-color: rgba(209, 213, 219, 0.35);
}
.border-coolgray-300\/40 {
    border-color: rgba(209, 213, 219, 0.4);
}
.border-coolgray-300\/45 {
    border-color: rgba(209, 213, 219, 0.45);
}
.border-coolgray-300\/5 {
    border-color: rgba(209, 213, 219, 0.05);
}
.border-coolgray-300\/50 {
    border-color: rgba(209, 213, 219, 0.5);
}
.border-coolgray-300\/55 {
    border-color: rgba(209, 213, 219, 0.55);
}
.border-coolgray-300\/60 {
    border-color: rgba(209, 213, 219, 0.6);
}
.border-coolgray-300\/65 {
    border-color: rgba(209, 213, 219, 0.65);
}
.border-coolgray-300\/70 {
    border-color: rgba(209, 213, 219, 0.7);
}
.border-coolgray-300\/75 {
    border-color: rgba(209, 213, 219, 0.75);
}
.border-coolgray-300\/80 {
    border-color: rgba(209, 213, 219, 0.8);
}
.border-coolgray-300\/85 {
    border-color: rgba(209, 213, 219, 0.85);
}
.border-coolgray-300\/90 {
    border-color: rgba(209, 213, 219, 0.9);
}
.border-coolgray-300\/95 {
    border-color: rgba(209, 213, 219, 0.95);
}
.border-coolgray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-coolgray-400\/0 {
    border-color: rgba(156, 163, 175, 0);
}
.border-coolgray-400\/10 {
    border-color: rgba(156, 163, 175, 0.1);
}
.border-coolgray-400\/100 {
    border-color: #9ca3af;
}
.border-coolgray-400\/15 {
    border-color: rgba(156, 163, 175, 0.15);
}
.border-coolgray-400\/20 {
    border-color: rgba(156, 163, 175, 0.2);
}
.border-coolgray-400\/25 {
    border-color: rgba(156, 163, 175, 0.25);
}
.border-coolgray-400\/30 {
    border-color: rgba(156, 163, 175, 0.3);
}
.border-coolgray-400\/35 {
    border-color: rgba(156, 163, 175, 0.35);
}
.border-coolgray-400\/40 {
    border-color: rgba(156, 163, 175, 0.4);
}
.border-coolgray-400\/45 {
    border-color: rgba(156, 163, 175, 0.45);
}
.border-coolgray-400\/5 {
    border-color: rgba(156, 163, 175, 0.05);
}
.border-coolgray-400\/50 {
    border-color: rgba(156, 163, 175, 0.5);
}
.border-coolgray-400\/55 {
    border-color: rgba(156, 163, 175, 0.55);
}
.border-coolgray-400\/60 {
    border-color: rgba(156, 163, 175, 0.6);
}
.border-coolgray-400\/65 {
    border-color: rgba(156, 163, 175, 0.65);
}
.border-coolgray-400\/70 {
    border-color: rgba(156, 163, 175, 0.7);
}
.border-coolgray-400\/75 {
    border-color: rgba(156, 163, 175, 0.75);
}
.border-coolgray-400\/80 {
    border-color: rgba(156, 163, 175, 0.8);
}
.border-coolgray-400\/85 {
    border-color: rgba(156, 163, 175, 0.85);
}
.border-coolgray-400\/90 {
    border-color: rgba(156, 163, 175, 0.9);
}
.border-coolgray-400\/95 {
    border-color: rgba(156, 163, 175, 0.95);
}
.border-coolgray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-coolgray-50\/0 {
    border-color: rgba(249, 250, 251, 0);
}
.border-coolgray-50\/10 {
    border-color: rgba(249, 250, 251, 0.1);
}
.border-coolgray-50\/100 {
    border-color: #f9fafb;
}
.border-coolgray-50\/15 {
    border-color: rgba(249, 250, 251, 0.15);
}
.border-coolgray-50\/20 {
    border-color: rgba(249, 250, 251, 0.2);
}
.border-coolgray-50\/25 {
    border-color: rgba(249, 250, 251, 0.25);
}
.border-coolgray-50\/30 {
    border-color: rgba(249, 250, 251, 0.3);
}
.border-coolgray-50\/35 {
    border-color: rgba(249, 250, 251, 0.35);
}
.border-coolgray-50\/40 {
    border-color: rgba(249, 250, 251, 0.4);
}
.border-coolgray-50\/45 {
    border-color: rgba(249, 250, 251, 0.45);
}
.border-coolgray-50\/5 {
    border-color: rgba(249, 250, 251, 0.05);
}
.border-coolgray-50\/50 {
    border-color: rgba(249, 250, 251, 0.5);
}
.border-coolgray-50\/55 {
    border-color: rgba(249, 250, 251, 0.55);
}
.border-coolgray-50\/60 {
    border-color: rgba(249, 250, 251, 0.6);
}
.border-coolgray-50\/65 {
    border-color: rgba(249, 250, 251, 0.65);
}
.border-coolgray-50\/70 {
    border-color: rgba(249, 250, 251, 0.7);
}
.border-coolgray-50\/75 {
    border-color: rgba(249, 250, 251, 0.75);
}
.border-coolgray-50\/80 {
    border-color: rgba(249, 250, 251, 0.8);
}
.border-coolgray-50\/85 {
    border-color: rgba(249, 250, 251, 0.85);
}
.border-coolgray-50\/90 {
    border-color: rgba(249, 250, 251, 0.9);
}
.border-coolgray-50\/95 {
    border-color: rgba(249, 250, 251, 0.95);
}
.border-coolgray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-coolgray-500\/0 {
    border-color: hsla(220, 9%, 46%, 0);
}
.border-coolgray-500\/10 {
    border-color: hsla(220, 9%, 46%, 0.1);
}
.border-coolgray-500\/100 {
    border-color: #6b7280;
}
.border-coolgray-500\/15 {
    border-color: hsla(220, 9%, 46%, 0.15);
}
.border-coolgray-500\/20 {
    border-color: hsla(220, 9%, 46%, 0.2);
}
.border-coolgray-500\/25 {
    border-color: hsla(220, 9%, 46%, 0.25);
}
.border-coolgray-500\/30 {
    border-color: hsla(220, 9%, 46%, 0.3);
}
.border-coolgray-500\/35 {
    border-color: hsla(220, 9%, 46%, 0.35);
}
.border-coolgray-500\/40 {
    border-color: hsla(220, 9%, 46%, 0.4);
}
.border-coolgray-500\/45 {
    border-color: hsla(220, 9%, 46%, 0.45);
}
.border-coolgray-500\/5 {
    border-color: hsla(220, 9%, 46%, 0.05);
}
.border-coolgray-500\/50 {
    border-color: hsla(220, 9%, 46%, 0.5);
}
.border-coolgray-500\/55 {
    border-color: hsla(220, 9%, 46%, 0.55);
}
.border-coolgray-500\/60 {
    border-color: hsla(220, 9%, 46%, 0.6);
}
.border-coolgray-500\/65 {
    border-color: hsla(220, 9%, 46%, 0.65);
}
.border-coolgray-500\/70 {
    border-color: hsla(220, 9%, 46%, 0.7);
}
.border-coolgray-500\/75 {
    border-color: hsla(220, 9%, 46%, 0.75);
}
.border-coolgray-500\/80 {
    border-color: hsla(220, 9%, 46%, 0.8);
}
.border-coolgray-500\/85 {
    border-color: hsla(220, 9%, 46%, 0.85);
}
.border-coolgray-500\/90 {
    border-color: hsla(220, 9%, 46%, 0.9);
}
.border-coolgray-500\/95 {
    border-color: hsla(220, 9%, 46%, 0.95);
}
.border-coolgray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-coolgray-600\/0 {
    border-color: rgba(75, 85, 99, 0);
}
.border-coolgray-600\/10 {
    border-color: rgba(75, 85, 99, 0.1);
}
.border-coolgray-600\/100 {
    border-color: #4b5563;
}
.border-coolgray-600\/15 {
    border-color: rgba(75, 85, 99, 0.15);
}
.border-coolgray-600\/20 {
    border-color: rgba(75, 85, 99, 0.2);
}
.border-coolgray-600\/25 {
    border-color: rgba(75, 85, 99, 0.25);
}
.border-coolgray-600\/30 {
    border-color: rgba(75, 85, 99, 0.3);
}
.border-coolgray-600\/35 {
    border-color: rgba(75, 85, 99, 0.35);
}
.border-coolgray-600\/40 {
    border-color: rgba(75, 85, 99, 0.4);
}
.border-coolgray-600\/45 {
    border-color: rgba(75, 85, 99, 0.45);
}
.border-coolgray-600\/5 {
    border-color: rgba(75, 85, 99, 0.05);
}
.border-coolgray-600\/50 {
    border-color: rgba(75, 85, 99, 0.5);
}
.border-coolgray-600\/55 {
    border-color: rgba(75, 85, 99, 0.55);
}
.border-coolgray-600\/60 {
    border-color: rgba(75, 85, 99, 0.6);
}
.border-coolgray-600\/65 {
    border-color: rgba(75, 85, 99, 0.65);
}
.border-coolgray-600\/70 {
    border-color: rgba(75, 85, 99, 0.7);
}
.border-coolgray-600\/75 {
    border-color: rgba(75, 85, 99, 0.75);
}
.border-coolgray-600\/80 {
    border-color: rgba(75, 85, 99, 0.8);
}
.border-coolgray-600\/85 {
    border-color: rgba(75, 85, 99, 0.85);
}
.border-coolgray-600\/90 {
    border-color: rgba(75, 85, 99, 0.9);
}
.border-coolgray-600\/95 {
    border-color: rgba(75, 85, 99, 0.95);
}
.border-coolgray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-coolgray-700\/0 {
    border-color: rgba(55, 65, 81, 0);
}
.border-coolgray-700\/10 {
    border-color: rgba(55, 65, 81, 0.1);
}
.border-coolgray-700\/100 {
    border-color: #374151;
}
.border-coolgray-700\/15 {
    border-color: rgba(55, 65, 81, 0.15);
}
.border-coolgray-700\/20 {
    border-color: rgba(55, 65, 81, 0.2);
}
.border-coolgray-700\/25 {
    border-color: rgba(55, 65, 81, 0.25);
}
.border-coolgray-700\/30 {
    border-color: rgba(55, 65, 81, 0.3);
}
.border-coolgray-700\/35 {
    border-color: rgba(55, 65, 81, 0.35);
}
.border-coolgray-700\/40 {
    border-color: rgba(55, 65, 81, 0.4);
}
.border-coolgray-700\/45 {
    border-color: rgba(55, 65, 81, 0.45);
}
.border-coolgray-700\/5 {
    border-color: rgba(55, 65, 81, 0.05);
}
.border-coolgray-700\/50 {
    border-color: rgba(55, 65, 81, 0.5);
}
.border-coolgray-700\/55 {
    border-color: rgba(55, 65, 81, 0.55);
}
.border-coolgray-700\/60 {
    border-color: rgba(55, 65, 81, 0.6);
}
.border-coolgray-700\/65 {
    border-color: rgba(55, 65, 81, 0.65);
}
.border-coolgray-700\/70 {
    border-color: rgba(55, 65, 81, 0.7);
}
.border-coolgray-700\/75 {
    border-color: rgba(55, 65, 81, 0.75);
}
.border-coolgray-700\/80 {
    border-color: rgba(55, 65, 81, 0.8);
}
.border-coolgray-700\/85 {
    border-color: rgba(55, 65, 81, 0.85);
}
.border-coolgray-700\/90 {
    border-color: rgba(55, 65, 81, 0.9);
}
.border-coolgray-700\/95 {
    border-color: rgba(55, 65, 81, 0.95);
}
.border-coolgray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-coolgray-800\/0 {
    border-color: rgba(31, 41, 55, 0);
}
.border-coolgray-800\/10 {
    border-color: rgba(31, 41, 55, 0.1);
}
.border-coolgray-800\/100 {
    border-color: #1f2937;
}
.border-coolgray-800\/15 {
    border-color: rgba(31, 41, 55, 0.15);
}
.border-coolgray-800\/20 {
    border-color: rgba(31, 41, 55, 0.2);
}
.border-coolgray-800\/25 {
    border-color: rgba(31, 41, 55, 0.25);
}
.border-coolgray-800\/30 {
    border-color: rgba(31, 41, 55, 0.3);
}
.border-coolgray-800\/35 {
    border-color: rgba(31, 41, 55, 0.35);
}
.border-coolgray-800\/40 {
    border-color: rgba(31, 41, 55, 0.4);
}
.border-coolgray-800\/45 {
    border-color: rgba(31, 41, 55, 0.45);
}
.border-coolgray-800\/5 {
    border-color: rgba(31, 41, 55, 0.05);
}
.border-coolgray-800\/50 {
    border-color: rgba(31, 41, 55, 0.5);
}
.border-coolgray-800\/55 {
    border-color: rgba(31, 41, 55, 0.55);
}
.border-coolgray-800\/60 {
    border-color: rgba(31, 41, 55, 0.6);
}
.border-coolgray-800\/65 {
    border-color: rgba(31, 41, 55, 0.65);
}
.border-coolgray-800\/70 {
    border-color: rgba(31, 41, 55, 0.7);
}
.border-coolgray-800\/75 {
    border-color: rgba(31, 41, 55, 0.75);
}
.border-coolgray-800\/80 {
    border-color: rgba(31, 41, 55, 0.8);
}
.border-coolgray-800\/85 {
    border-color: rgba(31, 41, 55, 0.85);
}
.border-coolgray-800\/90 {
    border-color: rgba(31, 41, 55, 0.9);
}
.border-coolgray-800\/95 {
    border-color: rgba(31, 41, 55, 0.95);
}
.border-coolgray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-coolgray-900\/0 {
    border-color: rgba(17, 24, 39, 0);
}
.border-coolgray-900\/10 {
    border-color: rgba(17, 24, 39, 0.1);
}
.border-coolgray-900\/100 {
    border-color: #111827;
}
.border-coolgray-900\/15 {
    border-color: rgba(17, 24, 39, 0.15);
}
.border-coolgray-900\/20 {
    border-color: rgba(17, 24, 39, 0.2);
}
.border-coolgray-900\/25 {
    border-color: rgba(17, 24, 39, 0.25);
}
.border-coolgray-900\/30 {
    border-color: rgba(17, 24, 39, 0.3);
}
.border-coolgray-900\/35 {
    border-color: rgba(17, 24, 39, 0.35);
}
.border-coolgray-900\/40 {
    border-color: rgba(17, 24, 39, 0.4);
}
.border-coolgray-900\/45 {
    border-color: rgba(17, 24, 39, 0.45);
}
.border-coolgray-900\/5 {
    border-color: rgba(17, 24, 39, 0.05);
}
.border-coolgray-900\/50 {
    border-color: rgba(17, 24, 39, 0.5);
}
.border-coolgray-900\/55 {
    border-color: rgba(17, 24, 39, 0.55);
}
.border-coolgray-900\/60 {
    border-color: rgba(17, 24, 39, 0.6);
}
.border-coolgray-900\/65 {
    border-color: rgba(17, 24, 39, 0.65);
}
.border-coolgray-900\/70 {
    border-color: rgba(17, 24, 39, 0.7);
}
.border-coolgray-900\/75 {
    border-color: rgba(17, 24, 39, 0.75);
}
.border-coolgray-900\/80 {
    border-color: rgba(17, 24, 39, 0.8);
}
.border-coolgray-900\/85 {
    border-color: rgba(17, 24, 39, 0.85);
}
.border-coolgray-900\/90 {
    border-color: rgba(17, 24, 39, 0.9);
}
.border-coolgray-900\/95 {
    border-color: rgba(17, 24, 39, 0.95);
}
.border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-cyan-100\/0 {
    border-color: rgba(207, 250, 254, 0);
}
.border-cyan-100\/10 {
    border-color: rgba(207, 250, 254, 0.1);
}
.border-cyan-100\/100 {
    border-color: #cffafe;
}
.border-cyan-100\/15 {
    border-color: rgba(207, 250, 254, 0.15);
}
.border-cyan-100\/20 {
    border-color: rgba(207, 250, 254, 0.2);
}
.border-cyan-100\/25 {
    border-color: rgba(207, 250, 254, 0.25);
}
.border-cyan-100\/30 {
    border-color: rgba(207, 250, 254, 0.3);
}
.border-cyan-100\/35 {
    border-color: rgba(207, 250, 254, 0.35);
}
.border-cyan-100\/40 {
    border-color: rgba(207, 250, 254, 0.4);
}
.border-cyan-100\/45 {
    border-color: rgba(207, 250, 254, 0.45);
}
.border-cyan-100\/5 {
    border-color: rgba(207, 250, 254, 0.05);
}
.border-cyan-100\/50 {
    border-color: rgba(207, 250, 254, 0.5);
}
.border-cyan-100\/55 {
    border-color: rgba(207, 250, 254, 0.55);
}
.border-cyan-100\/60 {
    border-color: rgba(207, 250, 254, 0.6);
}
.border-cyan-100\/65 {
    border-color: rgba(207, 250, 254, 0.65);
}
.border-cyan-100\/70 {
    border-color: rgba(207, 250, 254, 0.7);
}
.border-cyan-100\/75 {
    border-color: rgba(207, 250, 254, 0.75);
}
.border-cyan-100\/80 {
    border-color: rgba(207, 250, 254, 0.8);
}
.border-cyan-100\/85 {
    border-color: rgba(207, 250, 254, 0.85);
}
.border-cyan-100\/90 {
    border-color: rgba(207, 250, 254, 0.9);
}
.border-cyan-100\/95 {
    border-color: rgba(207, 250, 254, 0.95);
}
.border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-cyan-200\/0 {
    border-color: rgba(165, 243, 252, 0);
}
.border-cyan-200\/10 {
    border-color: rgba(165, 243, 252, 0.1);
}
.border-cyan-200\/100 {
    border-color: #a5f3fc;
}
.border-cyan-200\/15 {
    border-color: rgba(165, 243, 252, 0.15);
}
.border-cyan-200\/20 {
    border-color: rgba(165, 243, 252, 0.2);
}
.border-cyan-200\/25 {
    border-color: rgba(165, 243, 252, 0.25);
}
.border-cyan-200\/30 {
    border-color: rgba(165, 243, 252, 0.3);
}
.border-cyan-200\/35 {
    border-color: rgba(165, 243, 252, 0.35);
}
.border-cyan-200\/40 {
    border-color: rgba(165, 243, 252, 0.4);
}
.border-cyan-200\/45 {
    border-color: rgba(165, 243, 252, 0.45);
}
.border-cyan-200\/5 {
    border-color: rgba(165, 243, 252, 0.05);
}
.border-cyan-200\/50 {
    border-color: rgba(165, 243, 252, 0.5);
}
.border-cyan-200\/55 {
    border-color: rgba(165, 243, 252, 0.55);
}
.border-cyan-200\/60 {
    border-color: rgba(165, 243, 252, 0.6);
}
.border-cyan-200\/65 {
    border-color: rgba(165, 243, 252, 0.65);
}
.border-cyan-200\/70 {
    border-color: rgba(165, 243, 252, 0.7);
}
.border-cyan-200\/75 {
    border-color: rgba(165, 243, 252, 0.75);
}
.border-cyan-200\/80 {
    border-color: rgba(165, 243, 252, 0.8);
}
.border-cyan-200\/85 {
    border-color: rgba(165, 243, 252, 0.85);
}
.border-cyan-200\/90 {
    border-color: rgba(165, 243, 252, 0.9);
}
.border-cyan-200\/95 {
    border-color: rgba(165, 243, 252, 0.95);
}
.border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-cyan-300\/0 {
    border-color: rgba(103, 232, 249, 0);
}
.border-cyan-300\/10 {
    border-color: rgba(103, 232, 249, 0.1);
}
.border-cyan-300\/100 {
    border-color: #67e8f9;
}
.border-cyan-300\/15 {
    border-color: rgba(103, 232, 249, 0.15);
}
.border-cyan-300\/20 {
    border-color: rgba(103, 232, 249, 0.2);
}
.border-cyan-300\/25 {
    border-color: rgba(103, 232, 249, 0.25);
}
.border-cyan-300\/30 {
    border-color: rgba(103, 232, 249, 0.3);
}
.border-cyan-300\/35 {
    border-color: rgba(103, 232, 249, 0.35);
}
.border-cyan-300\/40 {
    border-color: rgba(103, 232, 249, 0.4);
}
.border-cyan-300\/45 {
    border-color: rgba(103, 232, 249, 0.45);
}
.border-cyan-300\/5 {
    border-color: rgba(103, 232, 249, 0.05);
}
.border-cyan-300\/50 {
    border-color: rgba(103, 232, 249, 0.5);
}
.border-cyan-300\/55 {
    border-color: rgba(103, 232, 249, 0.55);
}
.border-cyan-300\/60 {
    border-color: rgba(103, 232, 249, 0.6);
}
.border-cyan-300\/65 {
    border-color: rgba(103, 232, 249, 0.65);
}
.border-cyan-300\/70 {
    border-color: rgba(103, 232, 249, 0.7);
}
.border-cyan-300\/75 {
    border-color: rgba(103, 232, 249, 0.75);
}
.border-cyan-300\/80 {
    border-color: rgba(103, 232, 249, 0.8);
}
.border-cyan-300\/85 {
    border-color: rgba(103, 232, 249, 0.85);
}
.border-cyan-300\/90 {
    border-color: rgba(103, 232, 249, 0.9);
}
.border-cyan-300\/95 {
    border-color: rgba(103, 232, 249, 0.95);
}
.border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-cyan-400\/0 {
    border-color: rgba(34, 211, 238, 0);
}
.border-cyan-400\/10 {
    border-color: rgba(34, 211, 238, 0.1);
}
.border-cyan-400\/100 {
    border-color: #22d3ee;
}
.border-cyan-400\/15 {
    border-color: rgba(34, 211, 238, 0.15);
}
.border-cyan-400\/20 {
    border-color: rgba(34, 211, 238, 0.2);
}
.border-cyan-400\/25 {
    border-color: rgba(34, 211, 238, 0.25);
}
.border-cyan-400\/30 {
    border-color: rgba(34, 211, 238, 0.3);
}
.border-cyan-400\/35 {
    border-color: rgba(34, 211, 238, 0.35);
}
.border-cyan-400\/40 {
    border-color: rgba(34, 211, 238, 0.4);
}
.border-cyan-400\/45 {
    border-color: rgba(34, 211, 238, 0.45);
}
.border-cyan-400\/5 {
    border-color: rgba(34, 211, 238, 0.05);
}
.border-cyan-400\/50 {
    border-color: rgba(34, 211, 238, 0.5);
}
.border-cyan-400\/55 {
    border-color: rgba(34, 211, 238, 0.55);
}
.border-cyan-400\/60 {
    border-color: rgba(34, 211, 238, 0.6);
}
.border-cyan-400\/65 {
    border-color: rgba(34, 211, 238, 0.65);
}
.border-cyan-400\/70 {
    border-color: rgba(34, 211, 238, 0.7);
}
.border-cyan-400\/75 {
    border-color: rgba(34, 211, 238, 0.75);
}
.border-cyan-400\/80 {
    border-color: rgba(34, 211, 238, 0.8);
}
.border-cyan-400\/85 {
    border-color: rgba(34, 211, 238, 0.85);
}
.border-cyan-400\/90 {
    border-color: rgba(34, 211, 238, 0.9);
}
.border-cyan-400\/95 {
    border-color: rgba(34, 211, 238, 0.95);
}
.border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-cyan-50\/0 {
    border-color: rgba(236, 254, 255, 0);
}
.border-cyan-50\/10 {
    border-color: rgba(236, 254, 255, 0.1);
}
.border-cyan-50\/100 {
    border-color: #ecfeff;
}
.border-cyan-50\/15 {
    border-color: rgba(236, 254, 255, 0.15);
}
.border-cyan-50\/20 {
    border-color: rgba(236, 254, 255, 0.2);
}
.border-cyan-50\/25 {
    border-color: rgba(236, 254, 255, 0.25);
}
.border-cyan-50\/30 {
    border-color: rgba(236, 254, 255, 0.3);
}
.border-cyan-50\/35 {
    border-color: rgba(236, 254, 255, 0.35);
}
.border-cyan-50\/40 {
    border-color: rgba(236, 254, 255, 0.4);
}
.border-cyan-50\/45 {
    border-color: rgba(236, 254, 255, 0.45);
}
.border-cyan-50\/5 {
    border-color: rgba(236, 254, 255, 0.05);
}
.border-cyan-50\/50 {
    border-color: rgba(236, 254, 255, 0.5);
}
.border-cyan-50\/55 {
    border-color: rgba(236, 254, 255, 0.55);
}
.border-cyan-50\/60 {
    border-color: rgba(236, 254, 255, 0.6);
}
.border-cyan-50\/65 {
    border-color: rgba(236, 254, 255, 0.65);
}
.border-cyan-50\/70 {
    border-color: rgba(236, 254, 255, 0.7);
}
.border-cyan-50\/75 {
    border-color: rgba(236, 254, 255, 0.75);
}
.border-cyan-50\/80 {
    border-color: rgba(236, 254, 255, 0.8);
}
.border-cyan-50\/85 {
    border-color: rgba(236, 254, 255, 0.85);
}
.border-cyan-50\/90 {
    border-color: rgba(236, 254, 255, 0.9);
}
.border-cyan-50\/95 {
    border-color: rgba(236, 254, 255, 0.95);
}
.border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-cyan-500\/0 {
    border-color: rgba(6, 182, 212, 0);
}
.border-cyan-500\/10 {
    border-color: rgba(6, 182, 212, 0.1);
}
.border-cyan-500\/100 {
    border-color: #06b6d4;
}
.border-cyan-500\/15 {
    border-color: rgba(6, 182, 212, 0.15);
}
.border-cyan-500\/20 {
    border-color: rgba(6, 182, 212, 0.2);
}
.border-cyan-500\/25 {
    border-color: rgba(6, 182, 212, 0.25);
}
.border-cyan-500\/30 {
    border-color: rgba(6, 182, 212, 0.3);
}
.border-cyan-500\/35 {
    border-color: rgba(6, 182, 212, 0.35);
}
.border-cyan-500\/40 {
    border-color: rgba(6, 182, 212, 0.4);
}
.border-cyan-500\/45 {
    border-color: rgba(6, 182, 212, 0.45);
}
.border-cyan-500\/5 {
    border-color: rgba(6, 182, 212, 0.05);
}
.border-cyan-500\/50 {
    border-color: rgba(6, 182, 212, 0.5);
}
.border-cyan-500\/55 {
    border-color: rgba(6, 182, 212, 0.55);
}
.border-cyan-500\/60 {
    border-color: rgba(6, 182, 212, 0.6);
}
.border-cyan-500\/65 {
    border-color: rgba(6, 182, 212, 0.65);
}
.border-cyan-500\/70 {
    border-color: rgba(6, 182, 212, 0.7);
}
.border-cyan-500\/75 {
    border-color: rgba(6, 182, 212, 0.75);
}
.border-cyan-500\/80 {
    border-color: rgba(6, 182, 212, 0.8);
}
.border-cyan-500\/85 {
    border-color: rgba(6, 182, 212, 0.85);
}
.border-cyan-500\/90 {
    border-color: rgba(6, 182, 212, 0.9);
}
.border-cyan-500\/95 {
    border-color: rgba(6, 182, 212, 0.95);
}
.border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-cyan-600\/0 {
    border-color: rgba(8, 145, 178, 0);
}
.border-cyan-600\/10 {
    border-color: rgba(8, 145, 178, 0.1);
}
.border-cyan-600\/100 {
    border-color: #0891b2;
}
.border-cyan-600\/15 {
    border-color: rgba(8, 145, 178, 0.15);
}
.border-cyan-600\/20 {
    border-color: rgba(8, 145, 178, 0.2);
}
.border-cyan-600\/25 {
    border-color: rgba(8, 145, 178, 0.25);
}
.border-cyan-600\/30 {
    border-color: rgba(8, 145, 178, 0.3);
}
.border-cyan-600\/35 {
    border-color: rgba(8, 145, 178, 0.35);
}
.border-cyan-600\/40 {
    border-color: rgba(8, 145, 178, 0.4);
}
.border-cyan-600\/45 {
    border-color: rgba(8, 145, 178, 0.45);
}
.border-cyan-600\/5 {
    border-color: rgba(8, 145, 178, 0.05);
}
.border-cyan-600\/50 {
    border-color: rgba(8, 145, 178, 0.5);
}
.border-cyan-600\/55 {
    border-color: rgba(8, 145, 178, 0.55);
}
.border-cyan-600\/60 {
    border-color: rgba(8, 145, 178, 0.6);
}
.border-cyan-600\/65 {
    border-color: rgba(8, 145, 178, 0.65);
}
.border-cyan-600\/70 {
    border-color: rgba(8, 145, 178, 0.7);
}
.border-cyan-600\/75 {
    border-color: rgba(8, 145, 178, 0.75);
}
.border-cyan-600\/80 {
    border-color: rgba(8, 145, 178, 0.8);
}
.border-cyan-600\/85 {
    border-color: rgba(8, 145, 178, 0.85);
}
.border-cyan-600\/90 {
    border-color: rgba(8, 145, 178, 0.9);
}
.border-cyan-600\/95 {
    border-color: rgba(8, 145, 178, 0.95);
}
.border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-cyan-700\/0 {
    border-color: rgba(14, 116, 144, 0);
}
.border-cyan-700\/10 {
    border-color: rgba(14, 116, 144, 0.1);
}
.border-cyan-700\/100 {
    border-color: #0e7490;
}
.border-cyan-700\/15 {
    border-color: rgba(14, 116, 144, 0.15);
}
.border-cyan-700\/20 {
    border-color: rgba(14, 116, 144, 0.2);
}
.border-cyan-700\/25 {
    border-color: rgba(14, 116, 144, 0.25);
}
.border-cyan-700\/30 {
    border-color: rgba(14, 116, 144, 0.3);
}
.border-cyan-700\/35 {
    border-color: rgba(14, 116, 144, 0.35);
}
.border-cyan-700\/40 {
    border-color: rgba(14, 116, 144, 0.4);
}
.border-cyan-700\/45 {
    border-color: rgba(14, 116, 144, 0.45);
}
.border-cyan-700\/5 {
    border-color: rgba(14, 116, 144, 0.05);
}
.border-cyan-700\/50 {
    border-color: rgba(14, 116, 144, 0.5);
}
.border-cyan-700\/55 {
    border-color: rgba(14, 116, 144, 0.55);
}
.border-cyan-700\/60 {
    border-color: rgba(14, 116, 144, 0.6);
}
.border-cyan-700\/65 {
    border-color: rgba(14, 116, 144, 0.65);
}
.border-cyan-700\/70 {
    border-color: rgba(14, 116, 144, 0.7);
}
.border-cyan-700\/75 {
    border-color: rgba(14, 116, 144, 0.75);
}
.border-cyan-700\/80 {
    border-color: rgba(14, 116, 144, 0.8);
}
.border-cyan-700\/85 {
    border-color: rgba(14, 116, 144, 0.85);
}
.border-cyan-700\/90 {
    border-color: rgba(14, 116, 144, 0.9);
}
.border-cyan-700\/95 {
    border-color: rgba(14, 116, 144, 0.95);
}
.border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-cyan-800\/0 {
    border-color: rgba(21, 94, 117, 0);
}
.border-cyan-800\/10 {
    border-color: rgba(21, 94, 117, 0.1);
}
.border-cyan-800\/100 {
    border-color: #155e75;
}
.border-cyan-800\/15 {
    border-color: rgba(21, 94, 117, 0.15);
}
.border-cyan-800\/20 {
    border-color: rgba(21, 94, 117, 0.2);
}
.border-cyan-800\/25 {
    border-color: rgba(21, 94, 117, 0.25);
}
.border-cyan-800\/30 {
    border-color: rgba(21, 94, 117, 0.3);
}
.border-cyan-800\/35 {
    border-color: rgba(21, 94, 117, 0.35);
}
.border-cyan-800\/40 {
    border-color: rgba(21, 94, 117, 0.4);
}
.border-cyan-800\/45 {
    border-color: rgba(21, 94, 117, 0.45);
}
.border-cyan-800\/5 {
    border-color: rgba(21, 94, 117, 0.05);
}
.border-cyan-800\/50 {
    border-color: rgba(21, 94, 117, 0.5);
}
.border-cyan-800\/55 {
    border-color: rgba(21, 94, 117, 0.55);
}
.border-cyan-800\/60 {
    border-color: rgba(21, 94, 117, 0.6);
}
.border-cyan-800\/65 {
    border-color: rgba(21, 94, 117, 0.65);
}
.border-cyan-800\/70 {
    border-color: rgba(21, 94, 117, 0.7);
}
.border-cyan-800\/75 {
    border-color: rgba(21, 94, 117, 0.75);
}
.border-cyan-800\/80 {
    border-color: rgba(21, 94, 117, 0.8);
}
.border-cyan-800\/85 {
    border-color: rgba(21, 94, 117, 0.85);
}
.border-cyan-800\/90 {
    border-color: rgba(21, 94, 117, 0.9);
}
.border-cyan-800\/95 {
    border-color: rgba(21, 94, 117, 0.95);
}
.border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-cyan-900\/0 {
    border-color: rgba(22, 78, 99, 0);
}
.border-cyan-900\/10 {
    border-color: rgba(22, 78, 99, 0.1);
}
.border-cyan-900\/100 {
    border-color: #164e63;
}
.border-cyan-900\/15 {
    border-color: rgba(22, 78, 99, 0.15);
}
.border-cyan-900\/20 {
    border-color: rgba(22, 78, 99, 0.2);
}
.border-cyan-900\/25 {
    border-color: rgba(22, 78, 99, 0.25);
}
.border-cyan-900\/30 {
    border-color: rgba(22, 78, 99, 0.3);
}
.border-cyan-900\/35 {
    border-color: rgba(22, 78, 99, 0.35);
}
.border-cyan-900\/40 {
    border-color: rgba(22, 78, 99, 0.4);
}
.border-cyan-900\/45 {
    border-color: rgba(22, 78, 99, 0.45);
}
.border-cyan-900\/5 {
    border-color: rgba(22, 78, 99, 0.05);
}
.border-cyan-900\/50 {
    border-color: rgba(22, 78, 99, 0.5);
}
.border-cyan-900\/55 {
    border-color: rgba(22, 78, 99, 0.55);
}
.border-cyan-900\/60 {
    border-color: rgba(22, 78, 99, 0.6);
}
.border-cyan-900\/65 {
    border-color: rgba(22, 78, 99, 0.65);
}
.border-cyan-900\/70 {
    border-color: rgba(22, 78, 99, 0.7);
}
.border-cyan-900\/75 {
    border-color: rgba(22, 78, 99, 0.75);
}
.border-cyan-900\/80 {
    border-color: rgba(22, 78, 99, 0.8);
}
.border-cyan-900\/85 {
    border-color: rgba(22, 78, 99, 0.85);
}
.border-cyan-900\/90 {
    border-color: rgba(22, 78, 99, 0.9);
}
.border-cyan-900\/95 {
    border-color: rgba(22, 78, 99, 0.95);
}
.border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-100\/0 {
    border-color: rgba(209, 250, 229, 0);
}
.border-emerald-100\/10 {
    border-color: rgba(209, 250, 229, 0.1);
}
.border-emerald-100\/100 {
    border-color: #d1fae5;
}
.border-emerald-100\/15 {
    border-color: rgba(209, 250, 229, 0.15);
}
.border-emerald-100\/20 {
    border-color: rgba(209, 250, 229, 0.2);
}
.border-emerald-100\/25 {
    border-color: rgba(209, 250, 229, 0.25);
}
.border-emerald-100\/30 {
    border-color: rgba(209, 250, 229, 0.3);
}
.border-emerald-100\/35 {
    border-color: rgba(209, 250, 229, 0.35);
}
.border-emerald-100\/40 {
    border-color: rgba(209, 250, 229, 0.4);
}
.border-emerald-100\/45 {
    border-color: rgba(209, 250, 229, 0.45);
}
.border-emerald-100\/5 {
    border-color: rgba(209, 250, 229, 0.05);
}
.border-emerald-100\/50 {
    border-color: rgba(209, 250, 229, 0.5);
}
.border-emerald-100\/55 {
    border-color: rgba(209, 250, 229, 0.55);
}
.border-emerald-100\/60 {
    border-color: rgba(209, 250, 229, 0.6);
}
.border-emerald-100\/65 {
    border-color: rgba(209, 250, 229, 0.65);
}
.border-emerald-100\/70 {
    border-color: rgba(209, 250, 229, 0.7);
}
.border-emerald-100\/75 {
    border-color: rgba(209, 250, 229, 0.75);
}
.border-emerald-100\/80 {
    border-color: rgba(209, 250, 229, 0.8);
}
.border-emerald-100\/85 {
    border-color: rgba(209, 250, 229, 0.85);
}
.border-emerald-100\/90 {
    border-color: rgba(209, 250, 229, 0.9);
}
.border-emerald-100\/95 {
    border-color: rgba(209, 250, 229, 0.95);
}
.border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-200\/0 {
    border-color: rgba(167, 243, 208, 0);
}
.border-emerald-200\/10 {
    border-color: rgba(167, 243, 208, 0.1);
}
.border-emerald-200\/100 {
    border-color: #a7f3d0;
}
.border-emerald-200\/15 {
    border-color: rgba(167, 243, 208, 0.15);
}
.border-emerald-200\/20 {
    border-color: rgba(167, 243, 208, 0.2);
}
.border-emerald-200\/25 {
    border-color: rgba(167, 243, 208, 0.25);
}
.border-emerald-200\/30 {
    border-color: rgba(167, 243, 208, 0.3);
}
.border-emerald-200\/35 {
    border-color: rgba(167, 243, 208, 0.35);
}
.border-emerald-200\/40 {
    border-color: rgba(167, 243, 208, 0.4);
}
.border-emerald-200\/45 {
    border-color: rgba(167, 243, 208, 0.45);
}
.border-emerald-200\/5 {
    border-color: rgba(167, 243, 208, 0.05);
}
.border-emerald-200\/50 {
    border-color: rgba(167, 243, 208, 0.5);
}
.border-emerald-200\/55 {
    border-color: rgba(167, 243, 208, 0.55);
}
.border-emerald-200\/60 {
    border-color: rgba(167, 243, 208, 0.6);
}
.border-emerald-200\/65 {
    border-color: rgba(167, 243, 208, 0.65);
}
.border-emerald-200\/70 {
    border-color: rgba(167, 243, 208, 0.7);
}
.border-emerald-200\/75 {
    border-color: rgba(167, 243, 208, 0.75);
}
.border-emerald-200\/80 {
    border-color: rgba(167, 243, 208, 0.8);
}
.border-emerald-200\/85 {
    border-color: rgba(167, 243, 208, 0.85);
}
.border-emerald-200\/90 {
    border-color: rgba(167, 243, 208, 0.9);
}
.border-emerald-200\/95 {
    border-color: rgba(167, 243, 208, 0.95);
}
.border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-300\/0 {
    border-color: rgba(110, 231, 183, 0);
}
.border-emerald-300\/10 {
    border-color: rgba(110, 231, 183, 0.1);
}
.border-emerald-300\/100 {
    border-color: #6ee7b7;
}
.border-emerald-300\/15 {
    border-color: rgba(110, 231, 183, 0.15);
}
.border-emerald-300\/20 {
    border-color: rgba(110, 231, 183, 0.2);
}
.border-emerald-300\/25 {
    border-color: rgba(110, 231, 183, 0.25);
}
.border-emerald-300\/30 {
    border-color: rgba(110, 231, 183, 0.3);
}
.border-emerald-300\/35 {
    border-color: rgba(110, 231, 183, 0.35);
}
.border-emerald-300\/40 {
    border-color: rgba(110, 231, 183, 0.4);
}
.border-emerald-300\/45 {
    border-color: rgba(110, 231, 183, 0.45);
}
.border-emerald-300\/5 {
    border-color: rgba(110, 231, 183, 0.05);
}
.border-emerald-300\/50 {
    border-color: rgba(110, 231, 183, 0.5);
}
.border-emerald-300\/55 {
    border-color: rgba(110, 231, 183, 0.55);
}
.border-emerald-300\/60 {
    border-color: rgba(110, 231, 183, 0.6);
}
.border-emerald-300\/65 {
    border-color: rgba(110, 231, 183, 0.65);
}
.border-emerald-300\/70 {
    border-color: rgba(110, 231, 183, 0.7);
}
.border-emerald-300\/75 {
    border-color: rgba(110, 231, 183, 0.75);
}
.border-emerald-300\/80 {
    border-color: rgba(110, 231, 183, 0.8);
}
.border-emerald-300\/85 {
    border-color: rgba(110, 231, 183, 0.85);
}
.border-emerald-300\/90 {
    border-color: rgba(110, 231, 183, 0.9);
}
.border-emerald-300\/95 {
    border-color: rgba(110, 231, 183, 0.95);
}
.border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/0 {
    border-color: rgba(52, 211, 153, 0);
}
.border-emerald-400\/10 {
    border-color: rgba(52, 211, 153, 0.1);
}
.border-emerald-400\/100 {
    border-color: #34d399;
}
.border-emerald-400\/15 {
    border-color: rgba(52, 211, 153, 0.15);
}
.border-emerald-400\/20 {
    border-color: rgba(52, 211, 153, 0.2);
}
.border-emerald-400\/25 {
    border-color: rgba(52, 211, 153, 0.25);
}
.border-emerald-400\/30 {
    border-color: rgba(52, 211, 153, 0.3);
}
.border-emerald-400\/35 {
    border-color: rgba(52, 211, 153, 0.35);
}
.border-emerald-400\/40 {
    border-color: rgba(52, 211, 153, 0.4);
}
.border-emerald-400\/45 {
    border-color: rgba(52, 211, 153, 0.45);
}
.border-emerald-400\/5 {
    border-color: rgba(52, 211, 153, 0.05);
}
.border-emerald-400\/50 {
    border-color: rgba(52, 211, 153, 0.5);
}
.border-emerald-400\/55 {
    border-color: rgba(52, 211, 153, 0.55);
}
.border-emerald-400\/60 {
    border-color: rgba(52, 211, 153, 0.6);
}
.border-emerald-400\/65 {
    border-color: rgba(52, 211, 153, 0.65);
}
.border-emerald-400\/70 {
    border-color: rgba(52, 211, 153, 0.7);
}
.border-emerald-400\/75 {
    border-color: rgba(52, 211, 153, 0.75);
}
.border-emerald-400\/80 {
    border-color: rgba(52, 211, 153, 0.8);
}
.border-emerald-400\/85 {
    border-color: rgba(52, 211, 153, 0.85);
}
.border-emerald-400\/90 {
    border-color: rgba(52, 211, 153, 0.9);
}
.border-emerald-400\/95 {
    border-color: rgba(52, 211, 153, 0.95);
}
.border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-emerald-50\/0 {
    border-color: rgba(236, 253, 245, 0);
}
.border-emerald-50\/10 {
    border-color: rgba(236, 253, 245, 0.1);
}
.border-emerald-50\/100 {
    border-color: #ecfdf5;
}
.border-emerald-50\/15 {
    border-color: rgba(236, 253, 245, 0.15);
}
.border-emerald-50\/20 {
    border-color: rgba(236, 253, 245, 0.2);
}
.border-emerald-50\/25 {
    border-color: rgba(236, 253, 245, 0.25);
}
.border-emerald-50\/30 {
    border-color: rgba(236, 253, 245, 0.3);
}
.border-emerald-50\/35 {
    border-color: rgba(236, 253, 245, 0.35);
}
.border-emerald-50\/40 {
    border-color: rgba(236, 253, 245, 0.4);
}
.border-emerald-50\/45 {
    border-color: rgba(236, 253, 245, 0.45);
}
.border-emerald-50\/5 {
    border-color: rgba(236, 253, 245, 0.05);
}
.border-emerald-50\/50 {
    border-color: rgba(236, 253, 245, 0.5);
}
.border-emerald-50\/55 {
    border-color: rgba(236, 253, 245, 0.55);
}
.border-emerald-50\/60 {
    border-color: rgba(236, 253, 245, 0.6);
}
.border-emerald-50\/65 {
    border-color: rgba(236, 253, 245, 0.65);
}
.border-emerald-50\/70 {
    border-color: rgba(236, 253, 245, 0.7);
}
.border-emerald-50\/75 {
    border-color: rgba(236, 253, 245, 0.75);
}
.border-emerald-50\/80 {
    border-color: rgba(236, 253, 245, 0.8);
}
.border-emerald-50\/85 {
    border-color: rgba(236, 253, 245, 0.85);
}
.border-emerald-50\/90 {
    border-color: rgba(236, 253, 245, 0.9);
}
.border-emerald-50\/95 {
    border-color: rgba(236, 253, 245, 0.95);
}
.border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-emerald-500\/0 {
    border-color: rgba(16, 185, 129, 0);
}
.border-emerald-500\/10 {
    border-color: rgba(16, 185, 129, 0.1);
}
.border-emerald-500\/100 {
    border-color: #10b981;
}
.border-emerald-500\/15 {
    border-color: rgba(16, 185, 129, 0.15);
}
.border-emerald-500\/20 {
    border-color: rgba(16, 185, 129, 0.2);
}
.border-emerald-500\/25 {
    border-color: rgba(16, 185, 129, 0.25);
}
.border-emerald-500\/30 {
    border-color: rgba(16, 185, 129, 0.3);
}
.border-emerald-500\/35 {
    border-color: rgba(16, 185, 129, 0.35);
}
.border-emerald-500\/40 {
    border-color: rgba(16, 185, 129, 0.4);
}
.border-emerald-500\/45 {
    border-color: rgba(16, 185, 129, 0.45);
}
.border-emerald-500\/5 {
    border-color: rgba(16, 185, 129, 0.05);
}
.border-emerald-500\/50 {
    border-color: rgba(16, 185, 129, 0.5);
}
.border-emerald-500\/55 {
    border-color: rgba(16, 185, 129, 0.55);
}
.border-emerald-500\/60 {
    border-color: rgba(16, 185, 129, 0.6);
}
.border-emerald-500\/65 {
    border-color: rgba(16, 185, 129, 0.65);
}
.border-emerald-500\/70 {
    border-color: rgba(16, 185, 129, 0.7);
}
.border-emerald-500\/75 {
    border-color: rgba(16, 185, 129, 0.75);
}
.border-emerald-500\/80 {
    border-color: rgba(16, 185, 129, 0.8);
}
.border-emerald-500\/85 {
    border-color: rgba(16, 185, 129, 0.85);
}
.border-emerald-500\/90 {
    border-color: rgba(16, 185, 129, 0.9);
}
.border-emerald-500\/95 {
    border-color: rgba(16, 185, 129, 0.95);
}
.border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-emerald-600\/0 {
    border-color: rgba(5, 150, 105, 0);
}
.border-emerald-600\/10 {
    border-color: rgba(5, 150, 105, 0.1);
}
.border-emerald-600\/100 {
    border-color: #059669;
}
.border-emerald-600\/15 {
    border-color: rgba(5, 150, 105, 0.15);
}
.border-emerald-600\/20 {
    border-color: rgba(5, 150, 105, 0.2);
}
.border-emerald-600\/25 {
    border-color: rgba(5, 150, 105, 0.25);
}
.border-emerald-600\/30 {
    border-color: rgba(5, 150, 105, 0.3);
}
.border-emerald-600\/35 {
    border-color: rgba(5, 150, 105, 0.35);
}
.border-emerald-600\/40 {
    border-color: rgba(5, 150, 105, 0.4);
}
.border-emerald-600\/45 {
    border-color: rgba(5, 150, 105, 0.45);
}
.border-emerald-600\/5 {
    border-color: rgba(5, 150, 105, 0.05);
}
.border-emerald-600\/50 {
    border-color: rgba(5, 150, 105, 0.5);
}
.border-emerald-600\/55 {
    border-color: rgba(5, 150, 105, 0.55);
}
.border-emerald-600\/60 {
    border-color: rgba(5, 150, 105, 0.6);
}
.border-emerald-600\/65 {
    border-color: rgba(5, 150, 105, 0.65);
}
.border-emerald-600\/70 {
    border-color: rgba(5, 150, 105, 0.7);
}
.border-emerald-600\/75 {
    border-color: rgba(5, 150, 105, 0.75);
}
.border-emerald-600\/80 {
    border-color: rgba(5, 150, 105, 0.8);
}
.border-emerald-600\/85 {
    border-color: rgba(5, 150, 105, 0.85);
}
.border-emerald-600\/90 {
    border-color: rgba(5, 150, 105, 0.9);
}
.border-emerald-600\/95 {
    border-color: rgba(5, 150, 105, 0.95);
}
.border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-emerald-700\/0 {
    border-color: rgba(4, 120, 87, 0);
}
.border-emerald-700\/10 {
    border-color: rgba(4, 120, 87, 0.1);
}
.border-emerald-700\/100 {
    border-color: #047857;
}
.border-emerald-700\/15 {
    border-color: rgba(4, 120, 87, 0.15);
}
.border-emerald-700\/20 {
    border-color: rgba(4, 120, 87, 0.2);
}
.border-emerald-700\/25 {
    border-color: rgba(4, 120, 87, 0.25);
}
.border-emerald-700\/30 {
    border-color: rgba(4, 120, 87, 0.3);
}
.border-emerald-700\/35 {
    border-color: rgba(4, 120, 87, 0.35);
}
.border-emerald-700\/40 {
    border-color: rgba(4, 120, 87, 0.4);
}
.border-emerald-700\/45 {
    border-color: rgba(4, 120, 87, 0.45);
}
.border-emerald-700\/5 {
    border-color: rgba(4, 120, 87, 0.05);
}
.border-emerald-700\/50 {
    border-color: rgba(4, 120, 87, 0.5);
}
.border-emerald-700\/55 {
    border-color: rgba(4, 120, 87, 0.55);
}
.border-emerald-700\/60 {
    border-color: rgba(4, 120, 87, 0.6);
}
.border-emerald-700\/65 {
    border-color: rgba(4, 120, 87, 0.65);
}
.border-emerald-700\/70 {
    border-color: rgba(4, 120, 87, 0.7);
}
.border-emerald-700\/75 {
    border-color: rgba(4, 120, 87, 0.75);
}
.border-emerald-700\/80 {
    border-color: rgba(4, 120, 87, 0.8);
}
.border-emerald-700\/85 {
    border-color: rgba(4, 120, 87, 0.85);
}
.border-emerald-700\/90 {
    border-color: rgba(4, 120, 87, 0.9);
}
.border-emerald-700\/95 {
    border-color: rgba(4, 120, 87, 0.95);
}
.border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-emerald-800\/0 {
    border-color: rgba(6, 95, 70, 0);
}
.border-emerald-800\/10 {
    border-color: rgba(6, 95, 70, 0.1);
}
.border-emerald-800\/100 {
    border-color: #065f46;
}
.border-emerald-800\/15 {
    border-color: rgba(6, 95, 70, 0.15);
}
.border-emerald-800\/20 {
    border-color: rgba(6, 95, 70, 0.2);
}
.border-emerald-800\/25 {
    border-color: rgba(6, 95, 70, 0.25);
}
.border-emerald-800\/30 {
    border-color: rgba(6, 95, 70, 0.3);
}
.border-emerald-800\/35 {
    border-color: rgba(6, 95, 70, 0.35);
}
.border-emerald-800\/40 {
    border-color: rgba(6, 95, 70, 0.4);
}
.border-emerald-800\/45 {
    border-color: rgba(6, 95, 70, 0.45);
}
.border-emerald-800\/5 {
    border-color: rgba(6, 95, 70, 0.05);
}
.border-emerald-800\/50 {
    border-color: rgba(6, 95, 70, 0.5);
}
.border-emerald-800\/55 {
    border-color: rgba(6, 95, 70, 0.55);
}
.border-emerald-800\/60 {
    border-color: rgba(6, 95, 70, 0.6);
}
.border-emerald-800\/65 {
    border-color: rgba(6, 95, 70, 0.65);
}
.border-emerald-800\/70 {
    border-color: rgba(6, 95, 70, 0.7);
}
.border-emerald-800\/75 {
    border-color: rgba(6, 95, 70, 0.75);
}
.border-emerald-800\/80 {
    border-color: rgba(6, 95, 70, 0.8);
}
.border-emerald-800\/85 {
    border-color: rgba(6, 95, 70, 0.85);
}
.border-emerald-800\/90 {
    border-color: rgba(6, 95, 70, 0.9);
}
.border-emerald-800\/95 {
    border-color: rgba(6, 95, 70, 0.95);
}
.border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-emerald-900\/0 {
    border-color: rgba(6, 78, 59, 0);
}
.border-emerald-900\/10 {
    border-color: rgba(6, 78, 59, 0.1);
}
.border-emerald-900\/100 {
    border-color: #064e3b;
}
.border-emerald-900\/15 {
    border-color: rgba(6, 78, 59, 0.15);
}
.border-emerald-900\/20 {
    border-color: rgba(6, 78, 59, 0.2);
}
.border-emerald-900\/25 {
    border-color: rgba(6, 78, 59, 0.25);
}
.border-emerald-900\/30 {
    border-color: rgba(6, 78, 59, 0.3);
}
.border-emerald-900\/35 {
    border-color: rgba(6, 78, 59, 0.35);
}
.border-emerald-900\/40 {
    border-color: rgba(6, 78, 59, 0.4);
}
.border-emerald-900\/45 {
    border-color: rgba(6, 78, 59, 0.45);
}
.border-emerald-900\/5 {
    border-color: rgba(6, 78, 59, 0.05);
}
.border-emerald-900\/50 {
    border-color: rgba(6, 78, 59, 0.5);
}
.border-emerald-900\/55 {
    border-color: rgba(6, 78, 59, 0.55);
}
.border-emerald-900\/60 {
    border-color: rgba(6, 78, 59, 0.6);
}
.border-emerald-900\/65 {
    border-color: rgba(6, 78, 59, 0.65);
}
.border-emerald-900\/70 {
    border-color: rgba(6, 78, 59, 0.7);
}
.border-emerald-900\/75 {
    border-color: rgba(6, 78, 59, 0.75);
}
.border-emerald-900\/80 {
    border-color: rgba(6, 78, 59, 0.8);
}
.border-emerald-900\/85 {
    border-color: rgba(6, 78, 59, 0.85);
}
.border-emerald-900\/90 {
    border-color: rgba(6, 78, 59, 0.9);
}
.border-emerald-900\/95 {
    border-color: rgba(6, 78, 59, 0.95);
}
.border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-fuchsia-100\/0 {
    border-color: rgba(250, 232, 255, 0);
}
.border-fuchsia-100\/10 {
    border-color: rgba(250, 232, 255, 0.1);
}
.border-fuchsia-100\/100 {
    border-color: #fae8ff;
}
.border-fuchsia-100\/15 {
    border-color: rgba(250, 232, 255, 0.15);
}
.border-fuchsia-100\/20 {
    border-color: rgba(250, 232, 255, 0.2);
}
.border-fuchsia-100\/25 {
    border-color: rgba(250, 232, 255, 0.25);
}
.border-fuchsia-100\/30 {
    border-color: rgba(250, 232, 255, 0.3);
}
.border-fuchsia-100\/35 {
    border-color: rgba(250, 232, 255, 0.35);
}
.border-fuchsia-100\/40 {
    border-color: rgba(250, 232, 255, 0.4);
}
.border-fuchsia-100\/45 {
    border-color: rgba(250, 232, 255, 0.45);
}
.border-fuchsia-100\/5 {
    border-color: rgba(250, 232, 255, 0.05);
}
.border-fuchsia-100\/50 {
    border-color: rgba(250, 232, 255, 0.5);
}
.border-fuchsia-100\/55 {
    border-color: rgba(250, 232, 255, 0.55);
}
.border-fuchsia-100\/60 {
    border-color: rgba(250, 232, 255, 0.6);
}
.border-fuchsia-100\/65 {
    border-color: rgba(250, 232, 255, 0.65);
}
.border-fuchsia-100\/70 {
    border-color: rgba(250, 232, 255, 0.7);
}
.border-fuchsia-100\/75 {
    border-color: rgba(250, 232, 255, 0.75);
}
.border-fuchsia-100\/80 {
    border-color: rgba(250, 232, 255, 0.8);
}
.border-fuchsia-100\/85 {
    border-color: rgba(250, 232, 255, 0.85);
}
.border-fuchsia-100\/90 {
    border-color: rgba(250, 232, 255, 0.9);
}
.border-fuchsia-100\/95 {
    border-color: rgba(250, 232, 255, 0.95);
}
.border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-fuchsia-200\/0 {
    border-color: rgba(245, 208, 254, 0);
}
.border-fuchsia-200\/10 {
    border-color: rgba(245, 208, 254, 0.1);
}
.border-fuchsia-200\/100 {
    border-color: #f5d0fe;
}
.border-fuchsia-200\/15 {
    border-color: rgba(245, 208, 254, 0.15);
}
.border-fuchsia-200\/20 {
    border-color: rgba(245, 208, 254, 0.2);
}
.border-fuchsia-200\/25 {
    border-color: rgba(245, 208, 254, 0.25);
}
.border-fuchsia-200\/30 {
    border-color: rgba(245, 208, 254, 0.3);
}
.border-fuchsia-200\/35 {
    border-color: rgba(245, 208, 254, 0.35);
}
.border-fuchsia-200\/40 {
    border-color: rgba(245, 208, 254, 0.4);
}
.border-fuchsia-200\/45 {
    border-color: rgba(245, 208, 254, 0.45);
}
.border-fuchsia-200\/5 {
    border-color: rgba(245, 208, 254, 0.05);
}
.border-fuchsia-200\/50 {
    border-color: rgba(245, 208, 254, 0.5);
}
.border-fuchsia-200\/55 {
    border-color: rgba(245, 208, 254, 0.55);
}
.border-fuchsia-200\/60 {
    border-color: rgba(245, 208, 254, 0.6);
}
.border-fuchsia-200\/65 {
    border-color: rgba(245, 208, 254, 0.65);
}
.border-fuchsia-200\/70 {
    border-color: rgba(245, 208, 254, 0.7);
}
.border-fuchsia-200\/75 {
    border-color: rgba(245, 208, 254, 0.75);
}
.border-fuchsia-200\/80 {
    border-color: rgba(245, 208, 254, 0.8);
}
.border-fuchsia-200\/85 {
    border-color: rgba(245, 208, 254, 0.85);
}
.border-fuchsia-200\/90 {
    border-color: rgba(245, 208, 254, 0.9);
}
.border-fuchsia-200\/95 {
    border-color: rgba(245, 208, 254, 0.95);
}
.border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-fuchsia-300\/0 {
    border-color: rgba(240, 171, 252, 0);
}
.border-fuchsia-300\/10 {
    border-color: rgba(240, 171, 252, 0.1);
}
.border-fuchsia-300\/100 {
    border-color: #f0abfc;
}
.border-fuchsia-300\/15 {
    border-color: rgba(240, 171, 252, 0.15);
}
.border-fuchsia-300\/20 {
    border-color: rgba(240, 171, 252, 0.2);
}
.border-fuchsia-300\/25 {
    border-color: rgba(240, 171, 252, 0.25);
}
.border-fuchsia-300\/30 {
    border-color: rgba(240, 171, 252, 0.3);
}
.border-fuchsia-300\/35 {
    border-color: rgba(240, 171, 252, 0.35);
}
.border-fuchsia-300\/40 {
    border-color: rgba(240, 171, 252, 0.4);
}
.border-fuchsia-300\/45 {
    border-color: rgba(240, 171, 252, 0.45);
}
.border-fuchsia-300\/5 {
    border-color: rgba(240, 171, 252, 0.05);
}
.border-fuchsia-300\/50 {
    border-color: rgba(240, 171, 252, 0.5);
}
.border-fuchsia-300\/55 {
    border-color: rgba(240, 171, 252, 0.55);
}
.border-fuchsia-300\/60 {
    border-color: rgba(240, 171, 252, 0.6);
}
.border-fuchsia-300\/65 {
    border-color: rgba(240, 171, 252, 0.65);
}
.border-fuchsia-300\/70 {
    border-color: rgba(240, 171, 252, 0.7);
}
.border-fuchsia-300\/75 {
    border-color: rgba(240, 171, 252, 0.75);
}
.border-fuchsia-300\/80 {
    border-color: rgba(240, 171, 252, 0.8);
}
.border-fuchsia-300\/85 {
    border-color: rgba(240, 171, 252, 0.85);
}
.border-fuchsia-300\/90 {
    border-color: rgba(240, 171, 252, 0.9);
}
.border-fuchsia-300\/95 {
    border-color: rgba(240, 171, 252, 0.95);
}
.border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-fuchsia-400\/0 {
    border-color: rgba(232, 121, 249, 0);
}
.border-fuchsia-400\/10 {
    border-color: rgba(232, 121, 249, 0.1);
}
.border-fuchsia-400\/100 {
    border-color: #e879f9;
}
.border-fuchsia-400\/15 {
    border-color: rgba(232, 121, 249, 0.15);
}
.border-fuchsia-400\/20 {
    border-color: rgba(232, 121, 249, 0.2);
}
.border-fuchsia-400\/25 {
    border-color: rgba(232, 121, 249, 0.25);
}
.border-fuchsia-400\/30 {
    border-color: rgba(232, 121, 249, 0.3);
}
.border-fuchsia-400\/35 {
    border-color: rgba(232, 121, 249, 0.35);
}
.border-fuchsia-400\/40 {
    border-color: rgba(232, 121, 249, 0.4);
}
.border-fuchsia-400\/45 {
    border-color: rgba(232, 121, 249, 0.45);
}
.border-fuchsia-400\/5 {
    border-color: rgba(232, 121, 249, 0.05);
}
.border-fuchsia-400\/50 {
    border-color: rgba(232, 121, 249, 0.5);
}
.border-fuchsia-400\/55 {
    border-color: rgba(232, 121, 249, 0.55);
}
.border-fuchsia-400\/60 {
    border-color: rgba(232, 121, 249, 0.6);
}
.border-fuchsia-400\/65 {
    border-color: rgba(232, 121, 249, 0.65);
}
.border-fuchsia-400\/70 {
    border-color: rgba(232, 121, 249, 0.7);
}
.border-fuchsia-400\/75 {
    border-color: rgba(232, 121, 249, 0.75);
}
.border-fuchsia-400\/80 {
    border-color: rgba(232, 121, 249, 0.8);
}
.border-fuchsia-400\/85 {
    border-color: rgba(232, 121, 249, 0.85);
}
.border-fuchsia-400\/90 {
    border-color: rgba(232, 121, 249, 0.9);
}
.border-fuchsia-400\/95 {
    border-color: rgba(232, 121, 249, 0.95);
}
.border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-fuchsia-50\/0 {
    border-color: rgba(253, 244, 255, 0);
}
.border-fuchsia-50\/10 {
    border-color: rgba(253, 244, 255, 0.1);
}
.border-fuchsia-50\/100 {
    border-color: #fdf4ff;
}
.border-fuchsia-50\/15 {
    border-color: rgba(253, 244, 255, 0.15);
}
.border-fuchsia-50\/20 {
    border-color: rgba(253, 244, 255, 0.2);
}
.border-fuchsia-50\/25 {
    border-color: rgba(253, 244, 255, 0.25);
}
.border-fuchsia-50\/30 {
    border-color: rgba(253, 244, 255, 0.3);
}
.border-fuchsia-50\/35 {
    border-color: rgba(253, 244, 255, 0.35);
}
.border-fuchsia-50\/40 {
    border-color: rgba(253, 244, 255, 0.4);
}
.border-fuchsia-50\/45 {
    border-color: rgba(253, 244, 255, 0.45);
}
.border-fuchsia-50\/5 {
    border-color: rgba(253, 244, 255, 0.05);
}
.border-fuchsia-50\/50 {
    border-color: rgba(253, 244, 255, 0.5);
}
.border-fuchsia-50\/55 {
    border-color: rgba(253, 244, 255, 0.55);
}
.border-fuchsia-50\/60 {
    border-color: rgba(253, 244, 255, 0.6);
}
.border-fuchsia-50\/65 {
    border-color: rgba(253, 244, 255, 0.65);
}
.border-fuchsia-50\/70 {
    border-color: rgba(253, 244, 255, 0.7);
}
.border-fuchsia-50\/75 {
    border-color: rgba(253, 244, 255, 0.75);
}
.border-fuchsia-50\/80 {
    border-color: rgba(253, 244, 255, 0.8);
}
.border-fuchsia-50\/85 {
    border-color: rgba(253, 244, 255, 0.85);
}
.border-fuchsia-50\/90 {
    border-color: rgba(253, 244, 255, 0.9);
}
.border-fuchsia-50\/95 {
    border-color: rgba(253, 244, 255, 0.95);
}
.border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-fuchsia-500\/0 {
    border-color: rgba(217, 70, 239, 0);
}
.border-fuchsia-500\/10 {
    border-color: rgba(217, 70, 239, 0.1);
}
.border-fuchsia-500\/100 {
    border-color: #d946ef;
}
.border-fuchsia-500\/15 {
    border-color: rgba(217, 70, 239, 0.15);
}
.border-fuchsia-500\/20 {
    border-color: rgba(217, 70, 239, 0.2);
}
.border-fuchsia-500\/25 {
    border-color: rgba(217, 70, 239, 0.25);
}
.border-fuchsia-500\/30 {
    border-color: rgba(217, 70, 239, 0.3);
}
.border-fuchsia-500\/35 {
    border-color: rgba(217, 70, 239, 0.35);
}
.border-fuchsia-500\/40 {
    border-color: rgba(217, 70, 239, 0.4);
}
.border-fuchsia-500\/45 {
    border-color: rgba(217, 70, 239, 0.45);
}
.border-fuchsia-500\/5 {
    border-color: rgba(217, 70, 239, 0.05);
}
.border-fuchsia-500\/50 {
    border-color: rgba(217, 70, 239, 0.5);
}
.border-fuchsia-500\/55 {
    border-color: rgba(217, 70, 239, 0.55);
}
.border-fuchsia-500\/60 {
    border-color: rgba(217, 70, 239, 0.6);
}
.border-fuchsia-500\/65 {
    border-color: rgba(217, 70, 239, 0.65);
}
.border-fuchsia-500\/70 {
    border-color: rgba(217, 70, 239, 0.7);
}
.border-fuchsia-500\/75 {
    border-color: rgba(217, 70, 239, 0.75);
}
.border-fuchsia-500\/80 {
    border-color: rgba(217, 70, 239, 0.8);
}
.border-fuchsia-500\/85 {
    border-color: rgba(217, 70, 239, 0.85);
}
.border-fuchsia-500\/90 {
    border-color: rgba(217, 70, 239, 0.9);
}
.border-fuchsia-500\/95 {
    border-color: rgba(217, 70, 239, 0.95);
}
.border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-fuchsia-600\/0 {
    border-color: rgba(192, 38, 211, 0);
}
.border-fuchsia-600\/10 {
    border-color: rgba(192, 38, 211, 0.1);
}
.border-fuchsia-600\/100 {
    border-color: #c026d3;
}
.border-fuchsia-600\/15 {
    border-color: rgba(192, 38, 211, 0.15);
}
.border-fuchsia-600\/20 {
    border-color: rgba(192, 38, 211, 0.2);
}
.border-fuchsia-600\/25 {
    border-color: rgba(192, 38, 211, 0.25);
}
.border-fuchsia-600\/30 {
    border-color: rgba(192, 38, 211, 0.3);
}
.border-fuchsia-600\/35 {
    border-color: rgba(192, 38, 211, 0.35);
}
.border-fuchsia-600\/40 {
    border-color: rgba(192, 38, 211, 0.4);
}
.border-fuchsia-600\/45 {
    border-color: rgba(192, 38, 211, 0.45);
}
.border-fuchsia-600\/5 {
    border-color: rgba(192, 38, 211, 0.05);
}
.border-fuchsia-600\/50 {
    border-color: rgba(192, 38, 211, 0.5);
}
.border-fuchsia-600\/55 {
    border-color: rgba(192, 38, 211, 0.55);
}
.border-fuchsia-600\/60 {
    border-color: rgba(192, 38, 211, 0.6);
}
.border-fuchsia-600\/65 {
    border-color: rgba(192, 38, 211, 0.65);
}
.border-fuchsia-600\/70 {
    border-color: rgba(192, 38, 211, 0.7);
}
.border-fuchsia-600\/75 {
    border-color: rgba(192, 38, 211, 0.75);
}
.border-fuchsia-600\/80 {
    border-color: rgba(192, 38, 211, 0.8);
}
.border-fuchsia-600\/85 {
    border-color: rgba(192, 38, 211, 0.85);
}
.border-fuchsia-600\/90 {
    border-color: rgba(192, 38, 211, 0.9);
}
.border-fuchsia-600\/95 {
    border-color: rgba(192, 38, 211, 0.95);
}
.border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-fuchsia-700\/0 {
    border-color: rgba(162, 28, 175, 0);
}
.border-fuchsia-700\/10 {
    border-color: rgba(162, 28, 175, 0.1);
}
.border-fuchsia-700\/100 {
    border-color: #a21caf;
}
.border-fuchsia-700\/15 {
    border-color: rgba(162, 28, 175, 0.15);
}
.border-fuchsia-700\/20 {
    border-color: rgba(162, 28, 175, 0.2);
}
.border-fuchsia-700\/25 {
    border-color: rgba(162, 28, 175, 0.25);
}
.border-fuchsia-700\/30 {
    border-color: rgba(162, 28, 175, 0.3);
}
.border-fuchsia-700\/35 {
    border-color: rgba(162, 28, 175, 0.35);
}
.border-fuchsia-700\/40 {
    border-color: rgba(162, 28, 175, 0.4);
}
.border-fuchsia-700\/45 {
    border-color: rgba(162, 28, 175, 0.45);
}
.border-fuchsia-700\/5 {
    border-color: rgba(162, 28, 175, 0.05);
}
.border-fuchsia-700\/50 {
    border-color: rgba(162, 28, 175, 0.5);
}
.border-fuchsia-700\/55 {
    border-color: rgba(162, 28, 175, 0.55);
}
.border-fuchsia-700\/60 {
    border-color: rgba(162, 28, 175, 0.6);
}
.border-fuchsia-700\/65 {
    border-color: rgba(162, 28, 175, 0.65);
}
.border-fuchsia-700\/70 {
    border-color: rgba(162, 28, 175, 0.7);
}
.border-fuchsia-700\/75 {
    border-color: rgba(162, 28, 175, 0.75);
}
.border-fuchsia-700\/80 {
    border-color: rgba(162, 28, 175, 0.8);
}
.border-fuchsia-700\/85 {
    border-color: rgba(162, 28, 175, 0.85);
}
.border-fuchsia-700\/90 {
    border-color: rgba(162, 28, 175, 0.9);
}
.border-fuchsia-700\/95 {
    border-color: rgba(162, 28, 175, 0.95);
}
.border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-fuchsia-800\/0 {
    border-color: rgba(134, 25, 143, 0);
}
.border-fuchsia-800\/10 {
    border-color: rgba(134, 25, 143, 0.1);
}
.border-fuchsia-800\/100 {
    border-color: #86198f;
}
.border-fuchsia-800\/15 {
    border-color: rgba(134, 25, 143, 0.15);
}
.border-fuchsia-800\/20 {
    border-color: rgba(134, 25, 143, 0.2);
}
.border-fuchsia-800\/25 {
    border-color: rgba(134, 25, 143, 0.25);
}
.border-fuchsia-800\/30 {
    border-color: rgba(134, 25, 143, 0.3);
}
.border-fuchsia-800\/35 {
    border-color: rgba(134, 25, 143, 0.35);
}
.border-fuchsia-800\/40 {
    border-color: rgba(134, 25, 143, 0.4);
}
.border-fuchsia-800\/45 {
    border-color: rgba(134, 25, 143, 0.45);
}
.border-fuchsia-800\/5 {
    border-color: rgba(134, 25, 143, 0.05);
}
.border-fuchsia-800\/50 {
    border-color: rgba(134, 25, 143, 0.5);
}
.border-fuchsia-800\/55 {
    border-color: rgba(134, 25, 143, 0.55);
}
.border-fuchsia-800\/60 {
    border-color: rgba(134, 25, 143, 0.6);
}
.border-fuchsia-800\/65 {
    border-color: rgba(134, 25, 143, 0.65);
}
.border-fuchsia-800\/70 {
    border-color: rgba(134, 25, 143, 0.7);
}
.border-fuchsia-800\/75 {
    border-color: rgba(134, 25, 143, 0.75);
}
.border-fuchsia-800\/80 {
    border-color: rgba(134, 25, 143, 0.8);
}
.border-fuchsia-800\/85 {
    border-color: rgba(134, 25, 143, 0.85);
}
.border-fuchsia-800\/90 {
    border-color: rgba(134, 25, 143, 0.9);
}
.border-fuchsia-800\/95 {
    border-color: rgba(134, 25, 143, 0.95);
}
.border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-fuchsia-900\/0 {
    border-color: rgba(112, 26, 117, 0);
}
.border-fuchsia-900\/10 {
    border-color: rgba(112, 26, 117, 0.1);
}
.border-fuchsia-900\/100 {
    border-color: #701a75;
}
.border-fuchsia-900\/15 {
    border-color: rgba(112, 26, 117, 0.15);
}
.border-fuchsia-900\/20 {
    border-color: rgba(112, 26, 117, 0.2);
}
.border-fuchsia-900\/25 {
    border-color: rgba(112, 26, 117, 0.25);
}
.border-fuchsia-900\/30 {
    border-color: rgba(112, 26, 117, 0.3);
}
.border-fuchsia-900\/35 {
    border-color: rgba(112, 26, 117, 0.35);
}
.border-fuchsia-900\/40 {
    border-color: rgba(112, 26, 117, 0.4);
}
.border-fuchsia-900\/45 {
    border-color: rgba(112, 26, 117, 0.45);
}
.border-fuchsia-900\/5 {
    border-color: rgba(112, 26, 117, 0.05);
}
.border-fuchsia-900\/50 {
    border-color: rgba(112, 26, 117, 0.5);
}
.border-fuchsia-900\/55 {
    border-color: rgba(112, 26, 117, 0.55);
}
.border-fuchsia-900\/60 {
    border-color: rgba(112, 26, 117, 0.6);
}
.border-fuchsia-900\/65 {
    border-color: rgba(112, 26, 117, 0.65);
}
.border-fuchsia-900\/70 {
    border-color: rgba(112, 26, 117, 0.7);
}
.border-fuchsia-900\/75 {
    border-color: rgba(112, 26, 117, 0.75);
}
.border-fuchsia-900\/80 {
    border-color: rgba(112, 26, 117, 0.8);
}
.border-fuchsia-900\/85 {
    border-color: rgba(112, 26, 117, 0.85);
}
.border-fuchsia-900\/90 {
    border-color: rgba(112, 26, 117, 0.9);
}
.border-fuchsia-900\/95 {
    border-color: rgba(112, 26, 117, 0.95);
}
.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-100\/0 {
    border-color: rgba(243, 244, 246, 0);
}
.border-gray-100\/10 {
    border-color: rgba(243, 244, 246, 0.1);
}
.border-gray-100\/100 {
    border-color: #f3f4f6;
}
.border-gray-100\/15 {
    border-color: rgba(243, 244, 246, 0.15);
}
.border-gray-100\/20 {
    border-color: rgba(243, 244, 246, 0.2);
}
.border-gray-100\/25 {
    border-color: rgba(243, 244, 246, 0.25);
}
.border-gray-100\/30 {
    border-color: rgba(243, 244, 246, 0.3);
}
.border-gray-100\/35 {
    border-color: rgba(243, 244, 246, 0.35);
}
.border-gray-100\/40 {
    border-color: rgba(243, 244, 246, 0.4);
}
.border-gray-100\/45 {
    border-color: rgba(243, 244, 246, 0.45);
}
.border-gray-100\/5 {
    border-color: rgba(243, 244, 246, 0.05);
}
.border-gray-100\/50 {
    border-color: rgba(243, 244, 246, 0.5);
}
.border-gray-100\/55 {
    border-color: rgba(243, 244, 246, 0.55);
}
.border-gray-100\/60 {
    border-color: rgba(243, 244, 246, 0.6);
}
.border-gray-100\/65 {
    border-color: rgba(243, 244, 246, 0.65);
}
.border-gray-100\/70 {
    border-color: rgba(243, 244, 246, 0.7);
}
.border-gray-100\/75 {
    border-color: rgba(243, 244, 246, 0.75);
}
.border-gray-100\/80 {
    border-color: rgba(243, 244, 246, 0.8);
}
.border-gray-100\/85 {
    border-color: rgba(243, 244, 246, 0.85);
}
.border-gray-100\/90 {
    border-color: rgba(243, 244, 246, 0.9);
}
.border-gray-100\/95 {
    border-color: rgba(243, 244, 246, 0.95);
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-200\/0 {
    border-color: rgba(229, 231, 235, 0);
}
.border-gray-200\/10 {
    border-color: rgba(229, 231, 235, 0.1);
}
.border-gray-200\/100 {
    border-color: #e5e7eb;
}
.border-gray-200\/15 {
    border-color: rgba(229, 231, 235, 0.15);
}
.border-gray-200\/20 {
    border-color: rgba(229, 231, 235, 0.2);
}
.border-gray-200\/25 {
    border-color: rgba(229, 231, 235, 0.25);
}
.border-gray-200\/30 {
    border-color: rgba(229, 231, 235, 0.3);
}
.border-gray-200\/35 {
    border-color: rgba(229, 231, 235, 0.35);
}
.border-gray-200\/40 {
    border-color: rgba(229, 231, 235, 0.4);
}
.border-gray-200\/45 {
    border-color: rgba(229, 231, 235, 0.45);
}
.border-gray-200\/5 {
    border-color: rgba(229, 231, 235, 0.05);
}
.border-gray-200\/50 {
    border-color: rgba(229, 231, 235, 0.5);
}
.border-gray-200\/55 {
    border-color: rgba(229, 231, 235, 0.55);
}
.border-gray-200\/60 {
    border-color: rgba(229, 231, 235, 0.6);
}
.border-gray-200\/65 {
    border-color: rgba(229, 231, 235, 0.65);
}
.border-gray-200\/70 {
    border-color: rgba(229, 231, 235, 0.7);
}
.border-gray-200\/75 {
    border-color: rgba(229, 231, 235, 0.75);
}
.border-gray-200\/80 {
    border-color: rgba(229, 231, 235, 0.8);
}
.border-gray-200\/85 {
    border-color: rgba(229, 231, 235, 0.85);
}
.border-gray-200\/90 {
    border-color: rgba(229, 231, 235, 0.9);
}
.border-gray-200\/95 {
    border-color: rgba(229, 231, 235, 0.95);
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-300\/0 {
    border-color: rgba(209, 213, 219, 0);
}
.border-gray-300\/10 {
    border-color: rgba(209, 213, 219, 0.1);
}
.border-gray-300\/100 {
    border-color: #d1d5db;
}
.border-gray-300\/15 {
    border-color: rgba(209, 213, 219, 0.15);
}
.border-gray-300\/20 {
    border-color: rgba(209, 213, 219, 0.2);
}
.border-gray-300\/25 {
    border-color: rgba(209, 213, 219, 0.25);
}
.border-gray-300\/30 {
    border-color: rgba(209, 213, 219, 0.3);
}
.border-gray-300\/35 {
    border-color: rgba(209, 213, 219, 0.35);
}
.border-gray-300\/40 {
    border-color: rgba(209, 213, 219, 0.4);
}
.border-gray-300\/45 {
    border-color: rgba(209, 213, 219, 0.45);
}
.border-gray-300\/5 {
    border-color: rgba(209, 213, 219, 0.05);
}
.border-gray-300\/50 {
    border-color: rgba(209, 213, 219, 0.5);
}
.border-gray-300\/55 {
    border-color: rgba(209, 213, 219, 0.55);
}
.border-gray-300\/60 {
    border-color: rgba(209, 213, 219, 0.6);
}
.border-gray-300\/65 {
    border-color: rgba(209, 213, 219, 0.65);
}
.border-gray-300\/70 {
    border-color: rgba(209, 213, 219, 0.7);
}
.border-gray-300\/75 {
    border-color: rgba(209, 213, 219, 0.75);
}
.border-gray-300\/80 {
    border-color: rgba(209, 213, 219, 0.8);
}
.border-gray-300\/85 {
    border-color: rgba(209, 213, 219, 0.85);
}
.border-gray-300\/90 {
    border-color: rgba(209, 213, 219, 0.9);
}
.border-gray-300\/95 {
    border-color: rgba(209, 213, 219, 0.95);
}
.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-400\/0 {
    border-color: rgba(156, 163, 175, 0);
}
.border-gray-400\/10 {
    border-color: rgba(156, 163, 175, 0.1);
}
.border-gray-400\/100 {
    border-color: #9ca3af;
}
.border-gray-400\/15 {
    border-color: rgba(156, 163, 175, 0.15);
}
.border-gray-400\/20 {
    border-color: rgba(156, 163, 175, 0.2);
}
.border-gray-400\/25 {
    border-color: rgba(156, 163, 175, 0.25);
}
.border-gray-400\/30 {
    border-color: rgba(156, 163, 175, 0.3);
}
.border-gray-400\/35 {
    border-color: rgba(156, 163, 175, 0.35);
}
.border-gray-400\/40 {
    border-color: rgba(156, 163, 175, 0.4);
}
.border-gray-400\/45 {
    border-color: rgba(156, 163, 175, 0.45);
}
.border-gray-400\/5 {
    border-color: rgba(156, 163, 175, 0.05);
}
.border-gray-400\/50 {
    border-color: rgba(156, 163, 175, 0.5);
}
.border-gray-400\/55 {
    border-color: rgba(156, 163, 175, 0.55);
}
.border-gray-400\/60 {
    border-color: rgba(156, 163, 175, 0.6);
}
.border-gray-400\/65 {
    border-color: rgba(156, 163, 175, 0.65);
}
.border-gray-400\/70 {
    border-color: rgba(156, 163, 175, 0.7);
}
.border-gray-400\/75 {
    border-color: rgba(156, 163, 175, 0.75);
}
.border-gray-400\/80 {
    border-color: rgba(156, 163, 175, 0.8);
}
.border-gray-400\/85 {
    border-color: rgba(156, 163, 175, 0.85);
}
.border-gray-400\/90 {
    border-color: rgba(156, 163, 175, 0.9);
}
.border-gray-400\/95 {
    border-color: rgba(156, 163, 175, 0.95);
}
.border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-50\/0 {
    border-color: rgba(249, 250, 251, 0);
}
.border-gray-50\/10 {
    border-color: rgba(249, 250, 251, 0.1);
}
.border-gray-50\/100 {
    border-color: #f9fafb;
}
.border-gray-50\/15 {
    border-color: rgba(249, 250, 251, 0.15);
}
.border-gray-50\/20 {
    border-color: rgba(249, 250, 251, 0.2);
}
.border-gray-50\/25 {
    border-color: rgba(249, 250, 251, 0.25);
}
.border-gray-50\/30 {
    border-color: rgba(249, 250, 251, 0.3);
}
.border-gray-50\/35 {
    border-color: rgba(249, 250, 251, 0.35);
}
.border-gray-50\/40 {
    border-color: rgba(249, 250, 251, 0.4);
}
.border-gray-50\/45 {
    border-color: rgba(249, 250, 251, 0.45);
}
.border-gray-50\/5 {
    border-color: rgba(249, 250, 251, 0.05);
}
.border-gray-50\/50 {
    border-color: rgba(249, 250, 251, 0.5);
}
.border-gray-50\/55 {
    border-color: rgba(249, 250, 251, 0.55);
}
.border-gray-50\/60 {
    border-color: rgba(249, 250, 251, 0.6);
}
.border-gray-50\/65 {
    border-color: rgba(249, 250, 251, 0.65);
}
.border-gray-50\/70 {
    border-color: rgba(249, 250, 251, 0.7);
}
.border-gray-50\/75 {
    border-color: rgba(249, 250, 251, 0.75);
}
.border-gray-50\/80 {
    border-color: rgba(249, 250, 251, 0.8);
}
.border-gray-50\/85 {
    border-color: rgba(249, 250, 251, 0.85);
}
.border-gray-50\/90 {
    border-color: rgba(249, 250, 251, 0.9);
}
.border-gray-50\/95 {
    border-color: rgba(249, 250, 251, 0.95);
}
.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-500\/0 {
    border-color: hsla(220, 9%, 46%, 0);
}
.border-gray-500\/10 {
    border-color: hsla(220, 9%, 46%, 0.1);
}
.border-gray-500\/100 {
    border-color: #6b7280;
}
.border-gray-500\/15 {
    border-color: hsla(220, 9%, 46%, 0.15);
}
.border-gray-500\/20 {
    border-color: hsla(220, 9%, 46%, 0.2);
}
.border-gray-500\/25 {
    border-color: hsla(220, 9%, 46%, 0.25);
}
.border-gray-500\/30 {
    border-color: hsla(220, 9%, 46%, 0.3);
}
.border-gray-500\/35 {
    border-color: hsla(220, 9%, 46%, 0.35);
}
.border-gray-500\/40 {
    border-color: hsla(220, 9%, 46%, 0.4);
}
.border-gray-500\/45 {
    border-color: hsla(220, 9%, 46%, 0.45);
}
.border-gray-500\/5 {
    border-color: hsla(220, 9%, 46%, 0.05);
}
.border-gray-500\/50 {
    border-color: hsla(220, 9%, 46%, 0.5);
}
.border-gray-500\/55 {
    border-color: hsla(220, 9%, 46%, 0.55);
}
.border-gray-500\/60 {
    border-color: hsla(220, 9%, 46%, 0.6);
}
.border-gray-500\/65 {
    border-color: hsla(220, 9%, 46%, 0.65);
}
.border-gray-500\/70 {
    border-color: hsla(220, 9%, 46%, 0.7);
}
.border-gray-500\/75 {
    border-color: hsla(220, 9%, 46%, 0.75);
}
.border-gray-500\/80 {
    border-color: hsla(220, 9%, 46%, 0.8);
}
.border-gray-500\/85 {
    border-color: hsla(220, 9%, 46%, 0.85);
}
.border-gray-500\/90 {
    border-color: hsla(220, 9%, 46%, 0.9);
}
.border-gray-500\/95 {
    border-color: hsla(220, 9%, 46%, 0.95);
}
.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-600\/0 {
    border-color: rgba(75, 85, 99, 0);
}
.border-gray-600\/10 {
    border-color: rgba(75, 85, 99, 0.1);
}
.border-gray-600\/100 {
    border-color: #4b5563;
}
.border-gray-600\/15 {
    border-color: rgba(75, 85, 99, 0.15);
}
.border-gray-600\/20 {
    border-color: rgba(75, 85, 99, 0.2);
}
.border-gray-600\/25 {
    border-color: rgba(75, 85, 99, 0.25);
}
.border-gray-600\/30 {
    border-color: rgba(75, 85, 99, 0.3);
}
.border-gray-600\/35 {
    border-color: rgba(75, 85, 99, 0.35);
}
.border-gray-600\/40 {
    border-color: rgba(75, 85, 99, 0.4);
}
.border-gray-600\/45 {
    border-color: rgba(75, 85, 99, 0.45);
}
.border-gray-600\/5 {
    border-color: rgba(75, 85, 99, 0.05);
}
.border-gray-600\/50 {
    border-color: rgba(75, 85, 99, 0.5);
}
.border-gray-600\/55 {
    border-color: rgba(75, 85, 99, 0.55);
}
.border-gray-600\/60 {
    border-color: rgba(75, 85, 99, 0.6);
}
.border-gray-600\/65 {
    border-color: rgba(75, 85, 99, 0.65);
}
.border-gray-600\/70 {
    border-color: rgba(75, 85, 99, 0.7);
}
.border-gray-600\/75 {
    border-color: rgba(75, 85, 99, 0.75);
}
.border-gray-600\/80 {
    border-color: rgba(75, 85, 99, 0.8);
}
.border-gray-600\/85 {
    border-color: rgba(75, 85, 99, 0.85);
}
.border-gray-600\/90 {
    border-color: rgba(75, 85, 99, 0.9);
}
.border-gray-600\/95 {
    border-color: rgba(75, 85, 99, 0.95);
}
.border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-700\/0 {
    border-color: rgba(55, 65, 81, 0);
}
.border-gray-700\/10 {
    border-color: rgba(55, 65, 81, 0.1);
}
.border-gray-700\/100 {
    border-color: #374151;
}
.border-gray-700\/15 {
    border-color: rgba(55, 65, 81, 0.15);
}
.border-gray-700\/20 {
    border-color: rgba(55, 65, 81, 0.2);
}
.border-gray-700\/25 {
    border-color: rgba(55, 65, 81, 0.25);
}
.border-gray-700\/30 {
    border-color: rgba(55, 65, 81, 0.3);
}
.border-gray-700\/35 {
    border-color: rgba(55, 65, 81, 0.35);
}
.border-gray-700\/40 {
    border-color: rgba(55, 65, 81, 0.4);
}
.border-gray-700\/45 {
    border-color: rgba(55, 65, 81, 0.45);
}
.border-gray-700\/5 {
    border-color: rgba(55, 65, 81, 0.05);
}
.border-gray-700\/50 {
    border-color: rgba(55, 65, 81, 0.5);
}
.border-gray-700\/55 {
    border-color: rgba(55, 65, 81, 0.55);
}
.border-gray-700\/60 {
    border-color: rgba(55, 65, 81, 0.6);
}
.border-gray-700\/65 {
    border-color: rgba(55, 65, 81, 0.65);
}
.border-gray-700\/70 {
    border-color: rgba(55, 65, 81, 0.7);
}
.border-gray-700\/75 {
    border-color: rgba(55, 65, 81, 0.75);
}
.border-gray-700\/80 {
    border-color: rgba(55, 65, 81, 0.8);
}
.border-gray-700\/85 {
    border-color: rgba(55, 65, 81, 0.85);
}
.border-gray-700\/90 {
    border-color: rgba(55, 65, 81, 0.9);
}
.border-gray-700\/95 {
    border-color: rgba(55, 65, 81, 0.95);
}
.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-gray-800\/0 {
    border-color: rgba(31, 41, 55, 0);
}
.border-gray-800\/10 {
    border-color: rgba(31, 41, 55, 0.1);
}
.border-gray-800\/100 {
    border-color: #1f2937;
}
.border-gray-800\/15 {
    border-color: rgba(31, 41, 55, 0.15);
}
.border-gray-800\/20 {
    border-color: rgba(31, 41, 55, 0.2);
}
.border-gray-800\/25 {
    border-color: rgba(31, 41, 55, 0.25);
}
.border-gray-800\/30 {
    border-color: rgba(31, 41, 55, 0.3);
}
.border-gray-800\/35 {
    border-color: rgba(31, 41, 55, 0.35);
}
.border-gray-800\/40 {
    border-color: rgba(31, 41, 55, 0.4);
}
.border-gray-800\/45 {
    border-color: rgba(31, 41, 55, 0.45);
}
.border-gray-800\/5 {
    border-color: rgba(31, 41, 55, 0.05);
}
.border-gray-800\/50 {
    border-color: rgba(31, 41, 55, 0.5);
}
.border-gray-800\/55 {
    border-color: rgba(31, 41, 55, 0.55);
}
.border-gray-800\/60 {
    border-color: rgba(31, 41, 55, 0.6);
}
.border-gray-800\/65 {
    border-color: rgba(31, 41, 55, 0.65);
}
.border-gray-800\/70 {
    border-color: rgba(31, 41, 55, 0.7);
}
.border-gray-800\/75 {
    border-color: rgba(31, 41, 55, 0.75);
}
.border-gray-800\/80 {
    border-color: rgba(31, 41, 55, 0.8);
}
.border-gray-800\/85 {
    border-color: rgba(31, 41, 55, 0.85);
}
.border-gray-800\/90 {
    border-color: rgba(31, 41, 55, 0.9);
}
.border-gray-800\/95 {
    border-color: rgba(31, 41, 55, 0.95);
}
.border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-gray-900\/0 {
    border-color: rgba(17, 24, 39, 0);
}
.border-gray-900\/10 {
    border-color: rgba(17, 24, 39, 0.1);
}
.border-gray-900\/100 {
    border-color: #111827;
}
.border-gray-900\/15 {
    border-color: rgba(17, 24, 39, 0.15);
}
.border-gray-900\/20 {
    border-color: rgba(17, 24, 39, 0.2);
}
.border-gray-900\/25 {
    border-color: rgba(17, 24, 39, 0.25);
}
.border-gray-900\/30 {
    border-color: rgba(17, 24, 39, 0.3);
}
.border-gray-900\/35 {
    border-color: rgba(17, 24, 39, 0.35);
}
.border-gray-900\/40 {
    border-color: rgba(17, 24, 39, 0.4);
}
.border-gray-900\/45 {
    border-color: rgba(17, 24, 39, 0.45);
}
.border-gray-900\/5 {
    border-color: rgba(17, 24, 39, 0.05);
}
.border-gray-900\/50 {
    border-color: rgba(17, 24, 39, 0.5);
}
.border-gray-900\/55 {
    border-color: rgba(17, 24, 39, 0.55);
}
.border-gray-900\/60 {
    border-color: rgba(17, 24, 39, 0.6);
}
.border-gray-900\/65 {
    border-color: rgba(17, 24, 39, 0.65);
}
.border-gray-900\/70 {
    border-color: rgba(17, 24, 39, 0.7);
}
.border-gray-900\/75 {
    border-color: rgba(17, 24, 39, 0.75);
}
.border-gray-900\/80 {
    border-color: rgba(17, 24, 39, 0.8);
}
.border-gray-900\/85 {
    border-color: rgba(17, 24, 39, 0.85);
}
.border-gray-900\/90 {
    border-color: rgba(17, 24, 39, 0.9);
}
.border-gray-900\/95 {
    border-color: rgba(17, 24, 39, 0.95);
}
.border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-green-100\/0 {
    border-color: rgba(209, 250, 229, 0);
}
.border-green-100\/10 {
    border-color: rgba(209, 250, 229, 0.1);
}
.border-green-100\/100 {
    border-color: #d1fae5;
}
.border-green-100\/15 {
    border-color: rgba(209, 250, 229, 0.15);
}
.border-green-100\/20 {
    border-color: rgba(209, 250, 229, 0.2);
}
.border-green-100\/25 {
    border-color: rgba(209, 250, 229, 0.25);
}
.border-green-100\/30 {
    border-color: rgba(209, 250, 229, 0.3);
}
.border-green-100\/35 {
    border-color: rgba(209, 250, 229, 0.35);
}
.border-green-100\/40 {
    border-color: rgba(209, 250, 229, 0.4);
}
.border-green-100\/45 {
    border-color: rgba(209, 250, 229, 0.45);
}
.border-green-100\/5 {
    border-color: rgba(209, 250, 229, 0.05);
}
.border-green-100\/50 {
    border-color: rgba(209, 250, 229, 0.5);
}
.border-green-100\/55 {
    border-color: rgba(209, 250, 229, 0.55);
}
.border-green-100\/60 {
    border-color: rgba(209, 250, 229, 0.6);
}
.border-green-100\/65 {
    border-color: rgba(209, 250, 229, 0.65);
}
.border-green-100\/70 {
    border-color: rgba(209, 250, 229, 0.7);
}
.border-green-100\/75 {
    border-color: rgba(209, 250, 229, 0.75);
}
.border-green-100\/80 {
    border-color: rgba(209, 250, 229, 0.8);
}
.border-green-100\/85 {
    border-color: rgba(209, 250, 229, 0.85);
}
.border-green-100\/90 {
    border-color: rgba(209, 250, 229, 0.9);
}
.border-green-100\/95 {
    border-color: rgba(209, 250, 229, 0.95);
}
.border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-green-200\/0 {
    border-color: rgba(167, 243, 208, 0);
}
.border-green-200\/10 {
    border-color: rgba(167, 243, 208, 0.1);
}
.border-green-200\/100 {
    border-color: #a7f3d0;
}
.border-green-200\/15 {
    border-color: rgba(167, 243, 208, 0.15);
}
.border-green-200\/20 {
    border-color: rgba(167, 243, 208, 0.2);
}
.border-green-200\/25 {
    border-color: rgba(167, 243, 208, 0.25);
}
.border-green-200\/30 {
    border-color: rgba(167, 243, 208, 0.3);
}
.border-green-200\/35 {
    border-color: rgba(167, 243, 208, 0.35);
}
.border-green-200\/40 {
    border-color: rgba(167, 243, 208, 0.4);
}
.border-green-200\/45 {
    border-color: rgba(167, 243, 208, 0.45);
}
.border-green-200\/5 {
    border-color: rgba(167, 243, 208, 0.05);
}
.border-green-200\/50 {
    border-color: rgba(167, 243, 208, 0.5);
}
.border-green-200\/55 {
    border-color: rgba(167, 243, 208, 0.55);
}
.border-green-200\/60 {
    border-color: rgba(167, 243, 208, 0.6);
}
.border-green-200\/65 {
    border-color: rgba(167, 243, 208, 0.65);
}
.border-green-200\/70 {
    border-color: rgba(167, 243, 208, 0.7);
}
.border-green-200\/75 {
    border-color: rgba(167, 243, 208, 0.75);
}
.border-green-200\/80 {
    border-color: rgba(167, 243, 208, 0.8);
}
.border-green-200\/85 {
    border-color: rgba(167, 243, 208, 0.85);
}
.border-green-200\/90 {
    border-color: rgba(167, 243, 208, 0.9);
}
.border-green-200\/95 {
    border-color: rgba(167, 243, 208, 0.95);
}
.border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-green-300\/0 {
    border-color: rgba(110, 231, 183, 0);
}
.border-green-300\/10 {
    border-color: rgba(110, 231, 183, 0.1);
}
.border-green-300\/100 {
    border-color: #6ee7b7;
}
.border-green-300\/15 {
    border-color: rgba(110, 231, 183, 0.15);
}
.border-green-300\/20 {
    border-color: rgba(110, 231, 183, 0.2);
}
.border-green-300\/25 {
    border-color: rgba(110, 231, 183, 0.25);
}
.border-green-300\/30 {
    border-color: rgba(110, 231, 183, 0.3);
}
.border-green-300\/35 {
    border-color: rgba(110, 231, 183, 0.35);
}
.border-green-300\/40 {
    border-color: rgba(110, 231, 183, 0.4);
}
.border-green-300\/45 {
    border-color: rgba(110, 231, 183, 0.45);
}
.border-green-300\/5 {
    border-color: rgba(110, 231, 183, 0.05);
}
.border-green-300\/50 {
    border-color: rgba(110, 231, 183, 0.5);
}
.border-green-300\/55 {
    border-color: rgba(110, 231, 183, 0.55);
}
.border-green-300\/60 {
    border-color: rgba(110, 231, 183, 0.6);
}
.border-green-300\/65 {
    border-color: rgba(110, 231, 183, 0.65);
}
.border-green-300\/70 {
    border-color: rgba(110, 231, 183, 0.7);
}
.border-green-300\/75 {
    border-color: rgba(110, 231, 183, 0.75);
}
.border-green-300\/80 {
    border-color: rgba(110, 231, 183, 0.8);
}
.border-green-300\/85 {
    border-color: rgba(110, 231, 183, 0.85);
}
.border-green-300\/90 {
    border-color: rgba(110, 231, 183, 0.9);
}
.border-green-300\/95 {
    border-color: rgba(110, 231, 183, 0.95);
}
.border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-green-400\/0 {
    border-color: rgba(52, 211, 153, 0);
}
.border-green-400\/10 {
    border-color: rgba(52, 211, 153, 0.1);
}
.border-green-400\/100 {
    border-color: #34d399;
}
.border-green-400\/15 {
    border-color: rgba(52, 211, 153, 0.15);
}
.border-green-400\/20 {
    border-color: rgba(52, 211, 153, 0.2);
}
.border-green-400\/25 {
    border-color: rgba(52, 211, 153, 0.25);
}
.border-green-400\/30 {
    border-color: rgba(52, 211, 153, 0.3);
}
.border-green-400\/35 {
    border-color: rgba(52, 211, 153, 0.35);
}
.border-green-400\/40 {
    border-color: rgba(52, 211, 153, 0.4);
}
.border-green-400\/45 {
    border-color: rgba(52, 211, 153, 0.45);
}
.border-green-400\/5 {
    border-color: rgba(52, 211, 153, 0.05);
}
.border-green-400\/50 {
    border-color: rgba(52, 211, 153, 0.5);
}
.border-green-400\/55 {
    border-color: rgba(52, 211, 153, 0.55);
}
.border-green-400\/60 {
    border-color: rgba(52, 211, 153, 0.6);
}
.border-green-400\/65 {
    border-color: rgba(52, 211, 153, 0.65);
}
.border-green-400\/70 {
    border-color: rgba(52, 211, 153, 0.7);
}
.border-green-400\/75 {
    border-color: rgba(52, 211, 153, 0.75);
}
.border-green-400\/80 {
    border-color: rgba(52, 211, 153, 0.8);
}
.border-green-400\/85 {
    border-color: rgba(52, 211, 153, 0.85);
}
.border-green-400\/90 {
    border-color: rgba(52, 211, 153, 0.9);
}
.border-green-400\/95 {
    border-color: rgba(52, 211, 153, 0.95);
}
.border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-green-50\/0 {
    border-color: rgba(236, 253, 245, 0);
}
.border-green-50\/10 {
    border-color: rgba(236, 253, 245, 0.1);
}
.border-green-50\/100 {
    border-color: #ecfdf5;
}
.border-green-50\/15 {
    border-color: rgba(236, 253, 245, 0.15);
}
.border-green-50\/20 {
    border-color: rgba(236, 253, 245, 0.2);
}
.border-green-50\/25 {
    border-color: rgba(236, 253, 245, 0.25);
}
.border-green-50\/30 {
    border-color: rgba(236, 253, 245, 0.3);
}
.border-green-50\/35 {
    border-color: rgba(236, 253, 245, 0.35);
}
.border-green-50\/40 {
    border-color: rgba(236, 253, 245, 0.4);
}
.border-green-50\/45 {
    border-color: rgba(236, 253, 245, 0.45);
}
.border-green-50\/5 {
    border-color: rgba(236, 253, 245, 0.05);
}
.border-green-50\/50 {
    border-color: rgba(236, 253, 245, 0.5);
}
.border-green-50\/55 {
    border-color: rgba(236, 253, 245, 0.55);
}
.border-green-50\/60 {
    border-color: rgba(236, 253, 245, 0.6);
}
.border-green-50\/65 {
    border-color: rgba(236, 253, 245, 0.65);
}
.border-green-50\/70 {
    border-color: rgba(236, 253, 245, 0.7);
}
.border-green-50\/75 {
    border-color: rgba(236, 253, 245, 0.75);
}
.border-green-50\/80 {
    border-color: rgba(236, 253, 245, 0.8);
}
.border-green-50\/85 {
    border-color: rgba(236, 253, 245, 0.85);
}
.border-green-50\/90 {
    border-color: rgba(236, 253, 245, 0.9);
}
.border-green-50\/95 {
    border-color: rgba(236, 253, 245, 0.95);
}
.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-green-500\/0 {
    border-color: rgba(16, 185, 129, 0);
}
.border-green-500\/10 {
    border-color: rgba(16, 185, 129, 0.1);
}
.border-green-500\/100 {
    border-color: #10b981;
}
.border-green-500\/15 {
    border-color: rgba(16, 185, 129, 0.15);
}
.border-green-500\/20 {
    border-color: rgba(16, 185, 129, 0.2);
}
.border-green-500\/25 {
    border-color: rgba(16, 185, 129, 0.25);
}
.border-green-500\/30 {
    border-color: rgba(16, 185, 129, 0.3);
}
.border-green-500\/35 {
    border-color: rgba(16, 185, 129, 0.35);
}
.border-green-500\/40 {
    border-color: rgba(16, 185, 129, 0.4);
}
.border-green-500\/45 {
    border-color: rgba(16, 185, 129, 0.45);
}
.border-green-500\/5 {
    border-color: rgba(16, 185, 129, 0.05);
}
.border-green-500\/50 {
    border-color: rgba(16, 185, 129, 0.5);
}
.border-green-500\/55 {
    border-color: rgba(16, 185, 129, 0.55);
}
.border-green-500\/60 {
    border-color: rgba(16, 185, 129, 0.6);
}
.border-green-500\/65 {
    border-color: rgba(16, 185, 129, 0.65);
}
.border-green-500\/70 {
    border-color: rgba(16, 185, 129, 0.7);
}
.border-green-500\/75 {
    border-color: rgba(16, 185, 129, 0.75);
}
.border-green-500\/80 {
    border-color: rgba(16, 185, 129, 0.8);
}
.border-green-500\/85 {
    border-color: rgba(16, 185, 129, 0.85);
}
.border-green-500\/90 {
    border-color: rgba(16, 185, 129, 0.9);
}
.border-green-500\/95 {
    border-color: rgba(16, 185, 129, 0.95);
}
.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-green-600\/0 {
    border-color: rgba(5, 150, 105, 0);
}
.border-green-600\/10 {
    border-color: rgba(5, 150, 105, 0.1);
}
.border-green-600\/100 {
    border-color: #059669;
}
.border-green-600\/15 {
    border-color: rgba(5, 150, 105, 0.15);
}
.border-green-600\/20 {
    border-color: rgba(5, 150, 105, 0.2);
}
.border-green-600\/25 {
    border-color: rgba(5, 150, 105, 0.25);
}
.border-green-600\/30 {
    border-color: rgba(5, 150, 105, 0.3);
}
.border-green-600\/35 {
    border-color: rgba(5, 150, 105, 0.35);
}
.border-green-600\/40 {
    border-color: rgba(5, 150, 105, 0.4);
}
.border-green-600\/45 {
    border-color: rgba(5, 150, 105, 0.45);
}
.border-green-600\/5 {
    border-color: rgba(5, 150, 105, 0.05);
}
.border-green-600\/50 {
    border-color: rgba(5, 150, 105, 0.5);
}
.border-green-600\/55 {
    border-color: rgba(5, 150, 105, 0.55);
}
.border-green-600\/60 {
    border-color: rgba(5, 150, 105, 0.6);
}
.border-green-600\/65 {
    border-color: rgba(5, 150, 105, 0.65);
}
.border-green-600\/70 {
    border-color: rgba(5, 150, 105, 0.7);
}
.border-green-600\/75 {
    border-color: rgba(5, 150, 105, 0.75);
}
.border-green-600\/80 {
    border-color: rgba(5, 150, 105, 0.8);
}
.border-green-600\/85 {
    border-color: rgba(5, 150, 105, 0.85);
}
.border-green-600\/90 {
    border-color: rgba(5, 150, 105, 0.9);
}
.border-green-600\/95 {
    border-color: rgba(5, 150, 105, 0.95);
}
.border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-green-700\/0 {
    border-color: rgba(4, 120, 87, 0);
}
.border-green-700\/10 {
    border-color: rgba(4, 120, 87, 0.1);
}
.border-green-700\/100 {
    border-color: #047857;
}
.border-green-700\/15 {
    border-color: rgba(4, 120, 87, 0.15);
}
.border-green-700\/20 {
    border-color: rgba(4, 120, 87, 0.2);
}
.border-green-700\/25 {
    border-color: rgba(4, 120, 87, 0.25);
}
.border-green-700\/30 {
    border-color: rgba(4, 120, 87, 0.3);
}
.border-green-700\/35 {
    border-color: rgba(4, 120, 87, 0.35);
}
.border-green-700\/40 {
    border-color: rgba(4, 120, 87, 0.4);
}
.border-green-700\/45 {
    border-color: rgba(4, 120, 87, 0.45);
}
.border-green-700\/5 {
    border-color: rgba(4, 120, 87, 0.05);
}
.border-green-700\/50 {
    border-color: rgba(4, 120, 87, 0.5);
}
.border-green-700\/55 {
    border-color: rgba(4, 120, 87, 0.55);
}
.border-green-700\/60 {
    border-color: rgba(4, 120, 87, 0.6);
}
.border-green-700\/65 {
    border-color: rgba(4, 120, 87, 0.65);
}
.border-green-700\/70 {
    border-color: rgba(4, 120, 87, 0.7);
}
.border-green-700\/75 {
    border-color: rgba(4, 120, 87, 0.75);
}
.border-green-700\/80 {
    border-color: rgba(4, 120, 87, 0.8);
}
.border-green-700\/85 {
    border-color: rgba(4, 120, 87, 0.85);
}
.border-green-700\/90 {
    border-color: rgba(4, 120, 87, 0.9);
}
.border-green-700\/95 {
    border-color: rgba(4, 120, 87, 0.95);
}
.border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-green-800\/0 {
    border-color: rgba(6, 95, 70, 0);
}
.border-green-800\/10 {
    border-color: rgba(6, 95, 70, 0.1);
}
.border-green-800\/100 {
    border-color: #065f46;
}
.border-green-800\/15 {
    border-color: rgba(6, 95, 70, 0.15);
}
.border-green-800\/20 {
    border-color: rgba(6, 95, 70, 0.2);
}
.border-green-800\/25 {
    border-color: rgba(6, 95, 70, 0.25);
}
.border-green-800\/30 {
    border-color: rgba(6, 95, 70, 0.3);
}
.border-green-800\/35 {
    border-color: rgba(6, 95, 70, 0.35);
}
.border-green-800\/40 {
    border-color: rgba(6, 95, 70, 0.4);
}
.border-green-800\/45 {
    border-color: rgba(6, 95, 70, 0.45);
}
.border-green-800\/5 {
    border-color: rgba(6, 95, 70, 0.05);
}
.border-green-800\/50 {
    border-color: rgba(6, 95, 70, 0.5);
}
.border-green-800\/55 {
    border-color: rgba(6, 95, 70, 0.55);
}
.border-green-800\/60 {
    border-color: rgba(6, 95, 70, 0.6);
}
.border-green-800\/65 {
    border-color: rgba(6, 95, 70, 0.65);
}
.border-green-800\/70 {
    border-color: rgba(6, 95, 70, 0.7);
}
.border-green-800\/75 {
    border-color: rgba(6, 95, 70, 0.75);
}
.border-green-800\/80 {
    border-color: rgba(6, 95, 70, 0.8);
}
.border-green-800\/85 {
    border-color: rgba(6, 95, 70, 0.85);
}
.border-green-800\/90 {
    border-color: rgba(6, 95, 70, 0.9);
}
.border-green-800\/95 {
    border-color: rgba(6, 95, 70, 0.95);
}
.border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-green-900\/0 {
    border-color: rgba(6, 78, 59, 0);
}
.border-green-900\/10 {
    border-color: rgba(6, 78, 59, 0.1);
}
.border-green-900\/100 {
    border-color: #064e3b;
}
.border-green-900\/15 {
    border-color: rgba(6, 78, 59, 0.15);
}
.border-green-900\/20 {
    border-color: rgba(6, 78, 59, 0.2);
}
.border-green-900\/25 {
    border-color: rgba(6, 78, 59, 0.25);
}
.border-green-900\/30 {
    border-color: rgba(6, 78, 59, 0.3);
}
.border-green-900\/35 {
    border-color: rgba(6, 78, 59, 0.35);
}
.border-green-900\/40 {
    border-color: rgba(6, 78, 59, 0.4);
}
.border-green-900\/45 {
    border-color: rgba(6, 78, 59, 0.45);
}
.border-green-900\/5 {
    border-color: rgba(6, 78, 59, 0.05);
}
.border-green-900\/50 {
    border-color: rgba(6, 78, 59, 0.5);
}
.border-green-900\/55 {
    border-color: rgba(6, 78, 59, 0.55);
}
.border-green-900\/60 {
    border-color: rgba(6, 78, 59, 0.6);
}
.border-green-900\/65 {
    border-color: rgba(6, 78, 59, 0.65);
}
.border-green-900\/70 {
    border-color: rgba(6, 78, 59, 0.7);
}
.border-green-900\/75 {
    border-color: rgba(6, 78, 59, 0.75);
}
.border-green-900\/80 {
    border-color: rgba(6, 78, 59, 0.8);
}
.border-green-900\/85 {
    border-color: rgba(6, 78, 59, 0.85);
}
.border-green-900\/90 {
    border-color: rgba(6, 78, 59, 0.9);
}
.border-green-900\/95 {
    border-color: rgba(6, 78, 59, 0.95);
}
.border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-100\/0 {
    border-color: rgba(224, 231, 255, 0);
}
.border-indigo-100\/10 {
    border-color: rgba(224, 231, 255, 0.1);
}
.border-indigo-100\/100 {
    border-color: #e0e7ff;
}
.border-indigo-100\/15 {
    border-color: rgba(224, 231, 255, 0.15);
}
.border-indigo-100\/20 {
    border-color: rgba(224, 231, 255, 0.2);
}
.border-indigo-100\/25 {
    border-color: rgba(224, 231, 255, 0.25);
}
.border-indigo-100\/30 {
    border-color: rgba(224, 231, 255, 0.3);
}
.border-indigo-100\/35 {
    border-color: rgba(224, 231, 255, 0.35);
}
.border-indigo-100\/40 {
    border-color: rgba(224, 231, 255, 0.4);
}
.border-indigo-100\/45 {
    border-color: rgba(224, 231, 255, 0.45);
}
.border-indigo-100\/5 {
    border-color: rgba(224, 231, 255, 0.05);
}
.border-indigo-100\/50 {
    border-color: rgba(224, 231, 255, 0.5);
}
.border-indigo-100\/55 {
    border-color: rgba(224, 231, 255, 0.55);
}
.border-indigo-100\/60 {
    border-color: rgba(224, 231, 255, 0.6);
}
.border-indigo-100\/65 {
    border-color: rgba(224, 231, 255, 0.65);
}
.border-indigo-100\/70 {
    border-color: rgba(224, 231, 255, 0.7);
}
.border-indigo-100\/75 {
    border-color: rgba(224, 231, 255, 0.75);
}
.border-indigo-100\/80 {
    border-color: rgba(224, 231, 255, 0.8);
}
.border-indigo-100\/85 {
    border-color: rgba(224, 231, 255, 0.85);
}
.border-indigo-100\/90 {
    border-color: rgba(224, 231, 255, 0.9);
}
.border-indigo-100\/95 {
    border-color: rgba(224, 231, 255, 0.95);
}
.border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-indigo-200\/0 {
    border-color: rgba(199, 210, 254, 0);
}
.border-indigo-200\/10 {
    border-color: rgba(199, 210, 254, 0.1);
}
.border-indigo-200\/100 {
    border-color: #c7d2fe;
}
.border-indigo-200\/15 {
    border-color: rgba(199, 210, 254, 0.15);
}
.border-indigo-200\/20 {
    border-color: rgba(199, 210, 254, 0.2);
}
.border-indigo-200\/25 {
    border-color: rgba(199, 210, 254, 0.25);
}
.border-indigo-200\/30 {
    border-color: rgba(199, 210, 254, 0.3);
}
.border-indigo-200\/35 {
    border-color: rgba(199, 210, 254, 0.35);
}
.border-indigo-200\/40 {
    border-color: rgba(199, 210, 254, 0.4);
}
.border-indigo-200\/45 {
    border-color: rgba(199, 210, 254, 0.45);
}
.border-indigo-200\/5 {
    border-color: rgba(199, 210, 254, 0.05);
}
.border-indigo-200\/50 {
    border-color: rgba(199, 210, 254, 0.5);
}
.border-indigo-200\/55 {
    border-color: rgba(199, 210, 254, 0.55);
}
.border-indigo-200\/60 {
    border-color: rgba(199, 210, 254, 0.6);
}
.border-indigo-200\/65 {
    border-color: rgba(199, 210, 254, 0.65);
}
.border-indigo-200\/70 {
    border-color: rgba(199, 210, 254, 0.7);
}
.border-indigo-200\/75 {
    border-color: rgba(199, 210, 254, 0.75);
}
.border-indigo-200\/80 {
    border-color: rgba(199, 210, 254, 0.8);
}
.border-indigo-200\/85 {
    border-color: rgba(199, 210, 254, 0.85);
}
.border-indigo-200\/90 {
    border-color: rgba(199, 210, 254, 0.9);
}
.border-indigo-200\/95 {
    border-color: rgba(199, 210, 254, 0.95);
}
.border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-indigo-300\/0 {
    border-color: rgba(165, 180, 252, 0);
}
.border-indigo-300\/10 {
    border-color: rgba(165, 180, 252, 0.1);
}
.border-indigo-300\/100 {
    border-color: #a5b4fc;
}
.border-indigo-300\/15 {
    border-color: rgba(165, 180, 252, 0.15);
}
.border-indigo-300\/20 {
    border-color: rgba(165, 180, 252, 0.2);
}
.border-indigo-300\/25 {
    border-color: rgba(165, 180, 252, 0.25);
}
.border-indigo-300\/30 {
    border-color: rgba(165, 180, 252, 0.3);
}
.border-indigo-300\/35 {
    border-color: rgba(165, 180, 252, 0.35);
}
.border-indigo-300\/40 {
    border-color: rgba(165, 180, 252, 0.4);
}
.border-indigo-300\/45 {
    border-color: rgba(165, 180, 252, 0.45);
}
.border-indigo-300\/5 {
    border-color: rgba(165, 180, 252, 0.05);
}
.border-indigo-300\/50 {
    border-color: rgba(165, 180, 252, 0.5);
}
.border-indigo-300\/55 {
    border-color: rgba(165, 180, 252, 0.55);
}
.border-indigo-300\/60 {
    border-color: rgba(165, 180, 252, 0.6);
}
.border-indigo-300\/65 {
    border-color: rgba(165, 180, 252, 0.65);
}
.border-indigo-300\/70 {
    border-color: rgba(165, 180, 252, 0.7);
}
.border-indigo-300\/75 {
    border-color: rgba(165, 180, 252, 0.75);
}
.border-indigo-300\/80 {
    border-color: rgba(165, 180, 252, 0.8);
}
.border-indigo-300\/85 {
    border-color: rgba(165, 180, 252, 0.85);
}
.border-indigo-300\/90 {
    border-color: rgba(165, 180, 252, 0.9);
}
.border-indigo-300\/95 {
    border-color: rgba(165, 180, 252, 0.95);
}
.border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-indigo-400\/0 {
    border-color: rgba(129, 140, 248, 0);
}
.border-indigo-400\/10 {
    border-color: rgba(129, 140, 248, 0.1);
}
.border-indigo-400\/100 {
    border-color: #818cf8;
}
.border-indigo-400\/15 {
    border-color: rgba(129, 140, 248, 0.15);
}
.border-indigo-400\/20 {
    border-color: rgba(129, 140, 248, 0.2);
}
.border-indigo-400\/25 {
    border-color: rgba(129, 140, 248, 0.25);
}
.border-indigo-400\/30 {
    border-color: rgba(129, 140, 248, 0.3);
}
.border-indigo-400\/35 {
    border-color: rgba(129, 140, 248, 0.35);
}
.border-indigo-400\/40 {
    border-color: rgba(129, 140, 248, 0.4);
}
.border-indigo-400\/45 {
    border-color: rgba(129, 140, 248, 0.45);
}
.border-indigo-400\/5 {
    border-color: rgba(129, 140, 248, 0.05);
}
.border-indigo-400\/50 {
    border-color: rgba(129, 140, 248, 0.5);
}
.border-indigo-400\/55 {
    border-color: rgba(129, 140, 248, 0.55);
}
.border-indigo-400\/60 {
    border-color: rgba(129, 140, 248, 0.6);
}
.border-indigo-400\/65 {
    border-color: rgba(129, 140, 248, 0.65);
}
.border-indigo-400\/70 {
    border-color: rgba(129, 140, 248, 0.7);
}
.border-indigo-400\/75 {
    border-color: rgba(129, 140, 248, 0.75);
}
.border-indigo-400\/80 {
    border-color: rgba(129, 140, 248, 0.8);
}
.border-indigo-400\/85 {
    border-color: rgba(129, 140, 248, 0.85);
}
.border-indigo-400\/90 {
    border-color: rgba(129, 140, 248, 0.9);
}
.border-indigo-400\/95 {
    border-color: rgba(129, 140, 248, 0.95);
}
.border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-indigo-50\/0 {
    border-color: rgba(238, 242, 255, 0);
}
.border-indigo-50\/10 {
    border-color: rgba(238, 242, 255, 0.1);
}
.border-indigo-50\/100 {
    border-color: #eef2ff;
}
.border-indigo-50\/15 {
    border-color: rgba(238, 242, 255, 0.15);
}
.border-indigo-50\/20 {
    border-color: rgba(238, 242, 255, 0.2);
}
.border-indigo-50\/25 {
    border-color: rgba(238, 242, 255, 0.25);
}
.border-indigo-50\/30 {
    border-color: rgba(238, 242, 255, 0.3);
}
.border-indigo-50\/35 {
    border-color: rgba(238, 242, 255, 0.35);
}
.border-indigo-50\/40 {
    border-color: rgba(238, 242, 255, 0.4);
}
.border-indigo-50\/45 {
    border-color: rgba(238, 242, 255, 0.45);
}
.border-indigo-50\/5 {
    border-color: rgba(238, 242, 255, 0.05);
}
.border-indigo-50\/50 {
    border-color: rgba(238, 242, 255, 0.5);
}
.border-indigo-50\/55 {
    border-color: rgba(238, 242, 255, 0.55);
}
.border-indigo-50\/60 {
    border-color: rgba(238, 242, 255, 0.6);
}
.border-indigo-50\/65 {
    border-color: rgba(238, 242, 255, 0.65);
}
.border-indigo-50\/70 {
    border-color: rgba(238, 242, 255, 0.7);
}
.border-indigo-50\/75 {
    border-color: rgba(238, 242, 255, 0.75);
}
.border-indigo-50\/80 {
    border-color: rgba(238, 242, 255, 0.8);
}
.border-indigo-50\/85 {
    border-color: rgba(238, 242, 255, 0.85);
}
.border-indigo-50\/90 {
    border-color: rgba(238, 242, 255, 0.9);
}
.border-indigo-50\/95 {
    border-color: rgba(238, 242, 255, 0.95);
}
.border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/0 {
    border-color: rgba(99, 102, 241, 0);
}
.border-indigo-500\/10 {
    border-color: rgba(99, 102, 241, 0.1);
}
.border-indigo-500\/100 {
    border-color: #6366f1;
}
.border-indigo-500\/15 {
    border-color: rgba(99, 102, 241, 0.15);
}
.border-indigo-500\/20 {
    border-color: rgba(99, 102, 241, 0.2);
}
.border-indigo-500\/25 {
    border-color: rgba(99, 102, 241, 0.25);
}
.border-indigo-500\/30 {
    border-color: rgba(99, 102, 241, 0.3);
}
.border-indigo-500\/35 {
    border-color: rgba(99, 102, 241, 0.35);
}
.border-indigo-500\/40 {
    border-color: rgba(99, 102, 241, 0.4);
}
.border-indigo-500\/45 {
    border-color: rgba(99, 102, 241, 0.45);
}
.border-indigo-500\/5 {
    border-color: rgba(99, 102, 241, 0.05);
}
.border-indigo-500\/50 {
    border-color: rgba(99, 102, 241, 0.5);
}
.border-indigo-500\/55 {
    border-color: rgba(99, 102, 241, 0.55);
}
.border-indigo-500\/60 {
    border-color: rgba(99, 102, 241, 0.6);
}
.border-indigo-500\/65 {
    border-color: rgba(99, 102, 241, 0.65);
}
.border-indigo-500\/70 {
    border-color: rgba(99, 102, 241, 0.7);
}
.border-indigo-500\/75 {
    border-color: rgba(99, 102, 241, 0.75);
}
.border-indigo-500\/80 {
    border-color: rgba(99, 102, 241, 0.8);
}
.border-indigo-500\/85 {
    border-color: rgba(99, 102, 241, 0.85);
}
.border-indigo-500\/90 {
    border-color: rgba(99, 102, 241, 0.9);
}
.border-indigo-500\/95 {
    border-color: rgba(99, 102, 241, 0.95);
}
.border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-indigo-600\/0 {
    border-color: rgba(79, 70, 229, 0);
}
.border-indigo-600\/10 {
    border-color: rgba(79, 70, 229, 0.1);
}
.border-indigo-600\/100 {
    border-color: #4f46e5;
}
.border-indigo-600\/15 {
    border-color: rgba(79, 70, 229, 0.15);
}
.border-indigo-600\/20 {
    border-color: rgba(79, 70, 229, 0.2);
}
.border-indigo-600\/25 {
    border-color: rgba(79, 70, 229, 0.25);
}
.border-indigo-600\/30 {
    border-color: rgba(79, 70, 229, 0.3);
}
.border-indigo-600\/35 {
    border-color: rgba(79, 70, 229, 0.35);
}
.border-indigo-600\/40 {
    border-color: rgba(79, 70, 229, 0.4);
}
.border-indigo-600\/45 {
    border-color: rgba(79, 70, 229, 0.45);
}
.border-indigo-600\/5 {
    border-color: rgba(79, 70, 229, 0.05);
}
.border-indigo-600\/50 {
    border-color: rgba(79, 70, 229, 0.5);
}
.border-indigo-600\/55 {
    border-color: rgba(79, 70, 229, 0.55);
}
.border-indigo-600\/60 {
    border-color: rgba(79, 70, 229, 0.6);
}
.border-indigo-600\/65 {
    border-color: rgba(79, 70, 229, 0.65);
}
.border-indigo-600\/70 {
    border-color: rgba(79, 70, 229, 0.7);
}
.border-indigo-600\/75 {
    border-color: rgba(79, 70, 229, 0.75);
}
.border-indigo-600\/80 {
    border-color: rgba(79, 70, 229, 0.8);
}
.border-indigo-600\/85 {
    border-color: rgba(79, 70, 229, 0.85);
}
.border-indigo-600\/90 {
    border-color: rgba(79, 70, 229, 0.9);
}
.border-indigo-600\/95 {
    border-color: rgba(79, 70, 229, 0.95);
}
.border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-indigo-700\/0 {
    border-color: rgba(67, 56, 202, 0);
}
.border-indigo-700\/10 {
    border-color: rgba(67, 56, 202, 0.1);
}
.border-indigo-700\/100 {
    border-color: #4338ca;
}
.border-indigo-700\/15 {
    border-color: rgba(67, 56, 202, 0.15);
}
.border-indigo-700\/20 {
    border-color: rgba(67, 56, 202, 0.2);
}
.border-indigo-700\/25 {
    border-color: rgba(67, 56, 202, 0.25);
}
.border-indigo-700\/30 {
    border-color: rgba(67, 56, 202, 0.3);
}
.border-indigo-700\/35 {
    border-color: rgba(67, 56, 202, 0.35);
}
.border-indigo-700\/40 {
    border-color: rgba(67, 56, 202, 0.4);
}
.border-indigo-700\/45 {
    border-color: rgba(67, 56, 202, 0.45);
}
.border-indigo-700\/5 {
    border-color: rgba(67, 56, 202, 0.05);
}
.border-indigo-700\/50 {
    border-color: rgba(67, 56, 202, 0.5);
}
.border-indigo-700\/55 {
    border-color: rgba(67, 56, 202, 0.55);
}
.border-indigo-700\/60 {
    border-color: rgba(67, 56, 202, 0.6);
}
.border-indigo-700\/65 {
    border-color: rgba(67, 56, 202, 0.65);
}
.border-indigo-700\/70 {
    border-color: rgba(67, 56, 202, 0.7);
}
.border-indigo-700\/75 {
    border-color: rgba(67, 56, 202, 0.75);
}
.border-indigo-700\/80 {
    border-color: rgba(67, 56, 202, 0.8);
}
.border-indigo-700\/85 {
    border-color: rgba(67, 56, 202, 0.85);
}
.border-indigo-700\/90 {
    border-color: rgba(67, 56, 202, 0.9);
}
.border-indigo-700\/95 {
    border-color: rgba(67, 56, 202, 0.95);
}
.border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-indigo-800\/0 {
    border-color: rgba(55, 48, 163, 0);
}
.border-indigo-800\/10 {
    border-color: rgba(55, 48, 163, 0.1);
}
.border-indigo-800\/100 {
    border-color: #3730a3;
}
.border-indigo-800\/15 {
    border-color: rgba(55, 48, 163, 0.15);
}
.border-indigo-800\/20 {
    border-color: rgba(55, 48, 163, 0.2);
}
.border-indigo-800\/25 {
    border-color: rgba(55, 48, 163, 0.25);
}
.border-indigo-800\/30 {
    border-color: rgba(55, 48, 163, 0.3);
}
.border-indigo-800\/35 {
    border-color: rgba(55, 48, 163, 0.35);
}
.border-indigo-800\/40 {
    border-color: rgba(55, 48, 163, 0.4);
}
.border-indigo-800\/45 {
    border-color: rgba(55, 48, 163, 0.45);
}
.border-indigo-800\/5 {
    border-color: rgba(55, 48, 163, 0.05);
}
.border-indigo-800\/50 {
    border-color: rgba(55, 48, 163, 0.5);
}
.border-indigo-800\/55 {
    border-color: rgba(55, 48, 163, 0.55);
}
.border-indigo-800\/60 {
    border-color: rgba(55, 48, 163, 0.6);
}
.border-indigo-800\/65 {
    border-color: rgba(55, 48, 163, 0.65);
}
.border-indigo-800\/70 {
    border-color: rgba(55, 48, 163, 0.7);
}
.border-indigo-800\/75 {
    border-color: rgba(55, 48, 163, 0.75);
}
.border-indigo-800\/80 {
    border-color: rgba(55, 48, 163, 0.8);
}
.border-indigo-800\/85 {
    border-color: rgba(55, 48, 163, 0.85);
}
.border-indigo-800\/90 {
    border-color: rgba(55, 48, 163, 0.9);
}
.border-indigo-800\/95 {
    border-color: rgba(55, 48, 163, 0.95);
}
.border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-indigo-900\/0 {
    border-color: rgba(49, 46, 129, 0);
}
.border-indigo-900\/10 {
    border-color: rgba(49, 46, 129, 0.1);
}
.border-indigo-900\/100 {
    border-color: #312e81;
}
.border-indigo-900\/15 {
    border-color: rgba(49, 46, 129, 0.15);
}
.border-indigo-900\/20 {
    border-color: rgba(49, 46, 129, 0.2);
}
.border-indigo-900\/25 {
    border-color: rgba(49, 46, 129, 0.25);
}
.border-indigo-900\/30 {
    border-color: rgba(49, 46, 129, 0.3);
}
.border-indigo-900\/35 {
    border-color: rgba(49, 46, 129, 0.35);
}
.border-indigo-900\/40 {
    border-color: rgba(49, 46, 129, 0.4);
}
.border-indigo-900\/45 {
    border-color: rgba(49, 46, 129, 0.45);
}
.border-indigo-900\/5 {
    border-color: rgba(49, 46, 129, 0.05);
}
.border-indigo-900\/50 {
    border-color: rgba(49, 46, 129, 0.5);
}
.border-indigo-900\/55 {
    border-color: rgba(49, 46, 129, 0.55);
}
.border-indigo-900\/60 {
    border-color: rgba(49, 46, 129, 0.6);
}
.border-indigo-900\/65 {
    border-color: rgba(49, 46, 129, 0.65);
}
.border-indigo-900\/70 {
    border-color: rgba(49, 46, 129, 0.7);
}
.border-indigo-900\/75 {
    border-color: rgba(49, 46, 129, 0.75);
}
.border-indigo-900\/80 {
    border-color: rgba(49, 46, 129, 0.8);
}
.border-indigo-900\/85 {
    border-color: rgba(49, 46, 129, 0.85);
}
.border-indigo-900\/90 {
    border-color: rgba(49, 46, 129, 0.9);
}
.border-indigo-900\/95 {
    border-color: rgba(49, 46, 129, 0.95);
}
.border-info-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-lime-100\/0 {
    border-color: hsla(80, 89%, 89%, 0);
}
.border-lime-100\/10 {
    border-color: hsla(80, 89%, 89%, 0.1);
}
.border-lime-100\/100 {
    border-color: #ecfccb;
}
.border-lime-100\/15 {
    border-color: hsla(80, 89%, 89%, 0.15);
}
.border-lime-100\/20 {
    border-color: hsla(80, 89%, 89%, 0.2);
}
.border-lime-100\/25 {
    border-color: hsla(80, 89%, 89%, 0.25);
}
.border-lime-100\/30 {
    border-color: hsla(80, 89%, 89%, 0.3);
}
.border-lime-100\/35 {
    border-color: hsla(80, 89%, 89%, 0.35);
}
.border-lime-100\/40 {
    border-color: hsla(80, 89%, 89%, 0.4);
}
.border-lime-100\/45 {
    border-color: hsla(80, 89%, 89%, 0.45);
}
.border-lime-100\/5 {
    border-color: hsla(80, 89%, 89%, 0.05);
}
.border-lime-100\/50 {
    border-color: hsla(80, 89%, 89%, 0.5);
}
.border-lime-100\/55 {
    border-color: hsla(80, 89%, 89%, 0.55);
}
.border-lime-100\/60 {
    border-color: hsla(80, 89%, 89%, 0.6);
}
.border-lime-100\/65 {
    border-color: hsla(80, 89%, 89%, 0.65);
}
.border-lime-100\/70 {
    border-color: hsla(80, 89%, 89%, 0.7);
}
.border-lime-100\/75 {
    border-color: hsla(80, 89%, 89%, 0.75);
}
.border-lime-100\/80 {
    border-color: hsla(80, 89%, 89%, 0.8);
}
.border-lime-100\/85 {
    border-color: hsla(80, 89%, 89%, 0.85);
}
.border-lime-100\/90 {
    border-color: hsla(80, 89%, 89%, 0.9);
}
.border-lime-100\/95 {
    border-color: hsla(80, 89%, 89%, 0.95);
}
.border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-lime-200\/0 {
    border-color: hsla(81, 88%, 80%, 0);
}
.border-lime-200\/10 {
    border-color: hsla(81, 88%, 80%, 0.1);
}
.border-lime-200\/100 {
    border-color: #d9f99d;
}
.border-lime-200\/15 {
    border-color: hsla(81, 88%, 80%, 0.15);
}
.border-lime-200\/20 {
    border-color: hsla(81, 88%, 80%, 0.2);
}
.border-lime-200\/25 {
    border-color: hsla(81, 88%, 80%, 0.25);
}
.border-lime-200\/30 {
    border-color: hsla(81, 88%, 80%, 0.3);
}
.border-lime-200\/35 {
    border-color: hsla(81, 88%, 80%, 0.35);
}
.border-lime-200\/40 {
    border-color: hsla(81, 88%, 80%, 0.4);
}
.border-lime-200\/45 {
    border-color: hsla(81, 88%, 80%, 0.45);
}
.border-lime-200\/5 {
    border-color: hsla(81, 88%, 80%, 0.05);
}
.border-lime-200\/50 {
    border-color: hsla(81, 88%, 80%, 0.5);
}
.border-lime-200\/55 {
    border-color: hsla(81, 88%, 80%, 0.55);
}
.border-lime-200\/60 {
    border-color: hsla(81, 88%, 80%, 0.6);
}
.border-lime-200\/65 {
    border-color: hsla(81, 88%, 80%, 0.65);
}
.border-lime-200\/70 {
    border-color: hsla(81, 88%, 80%, 0.7);
}
.border-lime-200\/75 {
    border-color: hsla(81, 88%, 80%, 0.75);
}
.border-lime-200\/80 {
    border-color: hsla(81, 88%, 80%, 0.8);
}
.border-lime-200\/85 {
    border-color: hsla(81, 88%, 80%, 0.85);
}
.border-lime-200\/90 {
    border-color: hsla(81, 88%, 80%, 0.9);
}
.border-lime-200\/95 {
    border-color: hsla(81, 88%, 80%, 0.95);
}
.border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-lime-300\/0 {
    border-color: hsla(82, 85%, 67%, 0);
}
.border-lime-300\/10 {
    border-color: hsla(82, 85%, 67%, 0.1);
}
.border-lime-300\/100 {
    border-color: #bef264;
}
.border-lime-300\/15 {
    border-color: hsla(82, 85%, 67%, 0.15);
}
.border-lime-300\/20 {
    border-color: hsla(82, 85%, 67%, 0.2);
}
.border-lime-300\/25 {
    border-color: hsla(82, 85%, 67%, 0.25);
}
.border-lime-300\/30 {
    border-color: hsla(82, 85%, 67%, 0.3);
}
.border-lime-300\/35 {
    border-color: hsla(82, 85%, 67%, 0.35);
}
.border-lime-300\/40 {
    border-color: hsla(82, 85%, 67%, 0.4);
}
.border-lime-300\/45 {
    border-color: hsla(82, 85%, 67%, 0.45);
}
.border-lime-300\/5 {
    border-color: hsla(82, 85%, 67%, 0.05);
}
.border-lime-300\/50 {
    border-color: hsla(82, 85%, 67%, 0.5);
}
.border-lime-300\/55 {
    border-color: hsla(82, 85%, 67%, 0.55);
}
.border-lime-300\/60 {
    border-color: hsla(82, 85%, 67%, 0.6);
}
.border-lime-300\/65 {
    border-color: hsla(82, 85%, 67%, 0.65);
}
.border-lime-300\/70 {
    border-color: hsla(82, 85%, 67%, 0.7);
}
.border-lime-300\/75 {
    border-color: hsla(82, 85%, 67%, 0.75);
}
.border-lime-300\/80 {
    border-color: hsla(82, 85%, 67%, 0.8);
}
.border-lime-300\/85 {
    border-color: hsla(82, 85%, 67%, 0.85);
}
.border-lime-300\/90 {
    border-color: hsla(82, 85%, 67%, 0.9);
}
.border-lime-300\/95 {
    border-color: hsla(82, 85%, 67%, 0.95);
}
.border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-lime-400\/0 {
    border-color: rgba(163, 230, 53, 0);
}
.border-lime-400\/10 {
    border-color: rgba(163, 230, 53, 0.1);
}
.border-lime-400\/100 {
    border-color: #a3e635;
}
.border-lime-400\/15 {
    border-color: rgba(163, 230, 53, 0.15);
}
.border-lime-400\/20 {
    border-color: rgba(163, 230, 53, 0.2);
}
.border-lime-400\/25 {
    border-color: rgba(163, 230, 53, 0.25);
}
.border-lime-400\/30 {
    border-color: rgba(163, 230, 53, 0.3);
}
.border-lime-400\/35 {
    border-color: rgba(163, 230, 53, 0.35);
}
.border-lime-400\/40 {
    border-color: rgba(163, 230, 53, 0.4);
}
.border-lime-400\/45 {
    border-color: rgba(163, 230, 53, 0.45);
}
.border-lime-400\/5 {
    border-color: rgba(163, 230, 53, 0.05);
}
.border-lime-400\/50 {
    border-color: rgba(163, 230, 53, 0.5);
}
.border-lime-400\/55 {
    border-color: rgba(163, 230, 53, 0.55);
}
.border-lime-400\/60 {
    border-color: rgba(163, 230, 53, 0.6);
}
.border-lime-400\/65 {
    border-color: rgba(163, 230, 53, 0.65);
}
.border-lime-400\/70 {
    border-color: rgba(163, 230, 53, 0.7);
}
.border-lime-400\/75 {
    border-color: rgba(163, 230, 53, 0.75);
}
.border-lime-400\/80 {
    border-color: rgba(163, 230, 53, 0.8);
}
.border-lime-400\/85 {
    border-color: rgba(163, 230, 53, 0.85);
}
.border-lime-400\/90 {
    border-color: rgba(163, 230, 53, 0.9);
}
.border-lime-400\/95 {
    border-color: rgba(163, 230, 53, 0.95);
}
.border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-lime-50\/0 {
    border-color: hsla(78, 92%, 95%, 0);
}
.border-lime-50\/10 {
    border-color: hsla(78, 92%, 95%, 0.1);
}
.border-lime-50\/100 {
    border-color: #f7fee7;
}
.border-lime-50\/15 {
    border-color: hsla(78, 92%, 95%, 0.15);
}
.border-lime-50\/20 {
    border-color: hsla(78, 92%, 95%, 0.2);
}
.border-lime-50\/25 {
    border-color: hsla(78, 92%, 95%, 0.25);
}
.border-lime-50\/30 {
    border-color: hsla(78, 92%, 95%, 0.3);
}
.border-lime-50\/35 {
    border-color: hsla(78, 92%, 95%, 0.35);
}
.border-lime-50\/40 {
    border-color: hsla(78, 92%, 95%, 0.4);
}
.border-lime-50\/45 {
    border-color: hsla(78, 92%, 95%, 0.45);
}
.border-lime-50\/5 {
    border-color: hsla(78, 92%, 95%, 0.05);
}
.border-lime-50\/50 {
    border-color: hsla(78, 92%, 95%, 0.5);
}
.border-lime-50\/55 {
    border-color: hsla(78, 92%, 95%, 0.55);
}
.border-lime-50\/60 {
    border-color: hsla(78, 92%, 95%, 0.6);
}
.border-lime-50\/65 {
    border-color: hsla(78, 92%, 95%, 0.65);
}
.border-lime-50\/70 {
    border-color: hsla(78, 92%, 95%, 0.7);
}
.border-lime-50\/75 {
    border-color: hsla(78, 92%, 95%, 0.75);
}
.border-lime-50\/80 {
    border-color: hsla(78, 92%, 95%, 0.8);
}
.border-lime-50\/85 {
    border-color: hsla(78, 92%, 95%, 0.85);
}
.border-lime-50\/90 {
    border-color: hsla(78, 92%, 95%, 0.9);
}
.border-lime-50\/95 {
    border-color: hsla(78, 92%, 95%, 0.95);
}
.border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-lime-500\/0 {
    border-color: rgba(132, 204, 22, 0);
}
.border-lime-500\/10 {
    border-color: rgba(132, 204, 22, 0.1);
}
.border-lime-500\/100 {
    border-color: #84cc16;
}
.border-lime-500\/15 {
    border-color: rgba(132, 204, 22, 0.15);
}
.border-lime-500\/20 {
    border-color: rgba(132, 204, 22, 0.2);
}
.border-lime-500\/25 {
    border-color: rgba(132, 204, 22, 0.25);
}
.border-lime-500\/30 {
    border-color: rgba(132, 204, 22, 0.3);
}
.border-lime-500\/35 {
    border-color: rgba(132, 204, 22, 0.35);
}
.border-lime-500\/40 {
    border-color: rgba(132, 204, 22, 0.4);
}
.border-lime-500\/45 {
    border-color: rgba(132, 204, 22, 0.45);
}
.border-lime-500\/5 {
    border-color: rgba(132, 204, 22, 0.05);
}
.border-lime-500\/50 {
    border-color: rgba(132, 204, 22, 0.5);
}
.border-lime-500\/55 {
    border-color: rgba(132, 204, 22, 0.55);
}
.border-lime-500\/60 {
    border-color: rgba(132, 204, 22, 0.6);
}
.border-lime-500\/65 {
    border-color: rgba(132, 204, 22, 0.65);
}
.border-lime-500\/70 {
    border-color: rgba(132, 204, 22, 0.7);
}
.border-lime-500\/75 {
    border-color: rgba(132, 204, 22, 0.75);
}
.border-lime-500\/80 {
    border-color: rgba(132, 204, 22, 0.8);
}
.border-lime-500\/85 {
    border-color: rgba(132, 204, 22, 0.85);
}
.border-lime-500\/90 {
    border-color: rgba(132, 204, 22, 0.9);
}
.border-lime-500\/95 {
    border-color: rgba(132, 204, 22, 0.95);
}
.border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-lime-600\/0 {
    border-color: rgba(101, 163, 13, 0);
}
.border-lime-600\/10 {
    border-color: rgba(101, 163, 13, 0.1);
}
.border-lime-600\/100 {
    border-color: #65a30d;
}
.border-lime-600\/15 {
    border-color: rgba(101, 163, 13, 0.15);
}
.border-lime-600\/20 {
    border-color: rgba(101, 163, 13, 0.2);
}
.border-lime-600\/25 {
    border-color: rgba(101, 163, 13, 0.25);
}
.border-lime-600\/30 {
    border-color: rgba(101, 163, 13, 0.3);
}
.border-lime-600\/35 {
    border-color: rgba(101, 163, 13, 0.35);
}
.border-lime-600\/40 {
    border-color: rgba(101, 163, 13, 0.4);
}
.border-lime-600\/45 {
    border-color: rgba(101, 163, 13, 0.45);
}
.border-lime-600\/5 {
    border-color: rgba(101, 163, 13, 0.05);
}
.border-lime-600\/50 {
    border-color: rgba(101, 163, 13, 0.5);
}
.border-lime-600\/55 {
    border-color: rgba(101, 163, 13, 0.55);
}
.border-lime-600\/60 {
    border-color: rgba(101, 163, 13, 0.6);
}
.border-lime-600\/65 {
    border-color: rgba(101, 163, 13, 0.65);
}
.border-lime-600\/70 {
    border-color: rgba(101, 163, 13, 0.7);
}
.border-lime-600\/75 {
    border-color: rgba(101, 163, 13, 0.75);
}
.border-lime-600\/80 {
    border-color: rgba(101, 163, 13, 0.8);
}
.border-lime-600\/85 {
    border-color: rgba(101, 163, 13, 0.85);
}
.border-lime-600\/90 {
    border-color: rgba(101, 163, 13, 0.9);
}
.border-lime-600\/95 {
    border-color: rgba(101, 163, 13, 0.95);
}
.border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-lime-700\/0 {
    border-color: rgba(77, 124, 15, 0);
}
.border-lime-700\/10 {
    border-color: rgba(77, 124, 15, 0.1);
}
.border-lime-700\/100 {
    border-color: #4d7c0f;
}
.border-lime-700\/15 {
    border-color: rgba(77, 124, 15, 0.15);
}
.border-lime-700\/20 {
    border-color: rgba(77, 124, 15, 0.2);
}
.border-lime-700\/25 {
    border-color: rgba(77, 124, 15, 0.25);
}
.border-lime-700\/30 {
    border-color: rgba(77, 124, 15, 0.3);
}
.border-lime-700\/35 {
    border-color: rgba(77, 124, 15, 0.35);
}
.border-lime-700\/40 {
    border-color: rgba(77, 124, 15, 0.4);
}
.border-lime-700\/45 {
    border-color: rgba(77, 124, 15, 0.45);
}
.border-lime-700\/5 {
    border-color: rgba(77, 124, 15, 0.05);
}
.border-lime-700\/50 {
    border-color: rgba(77, 124, 15, 0.5);
}
.border-lime-700\/55 {
    border-color: rgba(77, 124, 15, 0.55);
}
.border-lime-700\/60 {
    border-color: rgba(77, 124, 15, 0.6);
}
.border-lime-700\/65 {
    border-color: rgba(77, 124, 15, 0.65);
}
.border-lime-700\/70 {
    border-color: rgba(77, 124, 15, 0.7);
}
.border-lime-700\/75 {
    border-color: rgba(77, 124, 15, 0.75);
}
.border-lime-700\/80 {
    border-color: rgba(77, 124, 15, 0.8);
}
.border-lime-700\/85 {
    border-color: rgba(77, 124, 15, 0.85);
}
.border-lime-700\/90 {
    border-color: rgba(77, 124, 15, 0.9);
}
.border-lime-700\/95 {
    border-color: rgba(77, 124, 15, 0.95);
}
.border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-lime-800\/0 {
    border-color: rgba(63, 98, 18, 0);
}
.border-lime-800\/10 {
    border-color: rgba(63, 98, 18, 0.1);
}
.border-lime-800\/100 {
    border-color: #3f6212;
}
.border-lime-800\/15 {
    border-color: rgba(63, 98, 18, 0.15);
}
.border-lime-800\/20 {
    border-color: rgba(63, 98, 18, 0.2);
}
.border-lime-800\/25 {
    border-color: rgba(63, 98, 18, 0.25);
}
.border-lime-800\/30 {
    border-color: rgba(63, 98, 18, 0.3);
}
.border-lime-800\/35 {
    border-color: rgba(63, 98, 18, 0.35);
}
.border-lime-800\/40 {
    border-color: rgba(63, 98, 18, 0.4);
}
.border-lime-800\/45 {
    border-color: rgba(63, 98, 18, 0.45);
}
.border-lime-800\/5 {
    border-color: rgba(63, 98, 18, 0.05);
}
.border-lime-800\/50 {
    border-color: rgba(63, 98, 18, 0.5);
}
.border-lime-800\/55 {
    border-color: rgba(63, 98, 18, 0.55);
}
.border-lime-800\/60 {
    border-color: rgba(63, 98, 18, 0.6);
}
.border-lime-800\/65 {
    border-color: rgba(63, 98, 18, 0.65);
}
.border-lime-800\/70 {
    border-color: rgba(63, 98, 18, 0.7);
}
.border-lime-800\/75 {
    border-color: rgba(63, 98, 18, 0.75);
}
.border-lime-800\/80 {
    border-color: rgba(63, 98, 18, 0.8);
}
.border-lime-800\/85 {
    border-color: rgba(63, 98, 18, 0.85);
}
.border-lime-800\/90 {
    border-color: rgba(63, 98, 18, 0.9);
}
.border-lime-800\/95 {
    border-color: rgba(63, 98, 18, 0.95);
}
.border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-lime-900\/0 {
    border-color: rgba(54, 83, 20, 0);
}
.border-lime-900\/10 {
    border-color: rgba(54, 83, 20, 0.1);
}
.border-lime-900\/100 {
    border-color: #365314;
}
.border-lime-900\/15 {
    border-color: rgba(54, 83, 20, 0.15);
}
.border-lime-900\/20 {
    border-color: rgba(54, 83, 20, 0.2);
}
.border-lime-900\/25 {
    border-color: rgba(54, 83, 20, 0.25);
}
.border-lime-900\/30 {
    border-color: rgba(54, 83, 20, 0.3);
}
.border-lime-900\/35 {
    border-color: rgba(54, 83, 20, 0.35);
}
.border-lime-900\/40 {
    border-color: rgba(54, 83, 20, 0.4);
}
.border-lime-900\/45 {
    border-color: rgba(54, 83, 20, 0.45);
}
.border-lime-900\/5 {
    border-color: rgba(54, 83, 20, 0.05);
}
.border-lime-900\/50 {
    border-color: rgba(54, 83, 20, 0.5);
}
.border-lime-900\/55 {
    border-color: rgba(54, 83, 20, 0.55);
}
.border-lime-900\/60 {
    border-color: rgba(54, 83, 20, 0.6);
}
.border-lime-900\/65 {
    border-color: rgba(54, 83, 20, 0.65);
}
.border-lime-900\/70 {
    border-color: rgba(54, 83, 20, 0.7);
}
.border-lime-900\/75 {
    border-color: rgba(54, 83, 20, 0.75);
}
.border-lime-900\/80 {
    border-color: rgba(54, 83, 20, 0.8);
}
.border-lime-900\/85 {
    border-color: rgba(54, 83, 20, 0.85);
}
.border-lime-900\/90 {
    border-color: rgba(54, 83, 20, 0.9);
}
.border-lime-900\/95 {
    border-color: rgba(54, 83, 20, 0.95);
}
.border-negative-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-negative-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-negative-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-negative-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-neutral-100\/0 {
    border-color: hsla(0, 0%, 96%, 0);
}
.border-neutral-100\/10 {
    border-color: hsla(0, 0%, 96%, 0.1);
}
.border-neutral-100\/100 {
    border-color: #f5f5f5;
}
.border-neutral-100\/15 {
    border-color: hsla(0, 0%, 96%, 0.15);
}
.border-neutral-100\/20 {
    border-color: hsla(0, 0%, 96%, 0.2);
}
.border-neutral-100\/25 {
    border-color: hsla(0, 0%, 96%, 0.25);
}
.border-neutral-100\/30 {
    border-color: hsla(0, 0%, 96%, 0.3);
}
.border-neutral-100\/35 {
    border-color: hsla(0, 0%, 96%, 0.35);
}
.border-neutral-100\/40 {
    border-color: hsla(0, 0%, 96%, 0.4);
}
.border-neutral-100\/45 {
    border-color: hsla(0, 0%, 96%, 0.45);
}
.border-neutral-100\/5 {
    border-color: hsla(0, 0%, 96%, 0.05);
}
.border-neutral-100\/50 {
    border-color: hsla(0, 0%, 96%, 0.5);
}
.border-neutral-100\/55 {
    border-color: hsla(0, 0%, 96%, 0.55);
}
.border-neutral-100\/60 {
    border-color: hsla(0, 0%, 96%, 0.6);
}
.border-neutral-100\/65 {
    border-color: hsla(0, 0%, 96%, 0.65);
}
.border-neutral-100\/70 {
    border-color: hsla(0, 0%, 96%, 0.7);
}
.border-neutral-100\/75 {
    border-color: hsla(0, 0%, 96%, 0.75);
}
.border-neutral-100\/80 {
    border-color: hsla(0, 0%, 96%, 0.8);
}
.border-neutral-100\/85 {
    border-color: hsla(0, 0%, 96%, 0.85);
}
.border-neutral-100\/90 {
    border-color: hsla(0, 0%, 96%, 0.9);
}
.border-neutral-100\/95 {
    border-color: hsla(0, 0%, 96%, 0.95);
}
.border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-200\/0 {
    border-color: hsla(0, 0%, 90%, 0);
}
.border-neutral-200\/10 {
    border-color: hsla(0, 0%, 90%, 0.1);
}
.border-neutral-200\/100 {
    border-color: #e5e5e5;
}
.border-neutral-200\/15 {
    border-color: hsla(0, 0%, 90%, 0.15);
}
.border-neutral-200\/20 {
    border-color: hsla(0, 0%, 90%, 0.2);
}
.border-neutral-200\/25 {
    border-color: hsla(0, 0%, 90%, 0.25);
}
.border-neutral-200\/30 {
    border-color: hsla(0, 0%, 90%, 0.3);
}
.border-neutral-200\/35 {
    border-color: hsla(0, 0%, 90%, 0.35);
}
.border-neutral-200\/40 {
    border-color: hsla(0, 0%, 90%, 0.4);
}
.border-neutral-200\/45 {
    border-color: hsla(0, 0%, 90%, 0.45);
}
.border-neutral-200\/5 {
    border-color: hsla(0, 0%, 90%, 0.05);
}
.border-neutral-200\/50 {
    border-color: hsla(0, 0%, 90%, 0.5);
}
.border-neutral-200\/55 {
    border-color: hsla(0, 0%, 90%, 0.55);
}
.border-neutral-200\/60 {
    border-color: hsla(0, 0%, 90%, 0.6);
}
.border-neutral-200\/65 {
    border-color: hsla(0, 0%, 90%, 0.65);
}
.border-neutral-200\/70 {
    border-color: hsla(0, 0%, 90%, 0.7);
}
.border-neutral-200\/75 {
    border-color: hsla(0, 0%, 90%, 0.75);
}
.border-neutral-200\/80 {
    border-color: hsla(0, 0%, 90%, 0.8);
}
.border-neutral-200\/85 {
    border-color: hsla(0, 0%, 90%, 0.85);
}
.border-neutral-200\/90 {
    border-color: hsla(0, 0%, 90%, 0.9);
}
.border-neutral-200\/95 {
    border-color: hsla(0, 0%, 90%, 0.95);
}
.border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-300\/0 {
    border-color: hsla(0, 0%, 83%, 0);
}
.border-neutral-300\/10 {
    border-color: hsla(0, 0%, 83%, 0.1);
}
.border-neutral-300\/100 {
    border-color: #d4d4d4;
}
.border-neutral-300\/15 {
    border-color: hsla(0, 0%, 83%, 0.15);
}
.border-neutral-300\/20 {
    border-color: hsla(0, 0%, 83%, 0.2);
}
.border-neutral-300\/25 {
    border-color: hsla(0, 0%, 83%, 0.25);
}
.border-neutral-300\/30 {
    border-color: hsla(0, 0%, 83%, 0.3);
}
.border-neutral-300\/35 {
    border-color: hsla(0, 0%, 83%, 0.35);
}
.border-neutral-300\/40 {
    border-color: hsla(0, 0%, 83%, 0.4);
}
.border-neutral-300\/45 {
    border-color: hsla(0, 0%, 83%, 0.45);
}
.border-neutral-300\/5 {
    border-color: hsla(0, 0%, 83%, 0.05);
}
.border-neutral-300\/50 {
    border-color: hsla(0, 0%, 83%, 0.5);
}
.border-neutral-300\/55 {
    border-color: hsla(0, 0%, 83%, 0.55);
}
.border-neutral-300\/60 {
    border-color: hsla(0, 0%, 83%, 0.6);
}
.border-neutral-300\/65 {
    border-color: hsla(0, 0%, 83%, 0.65);
}
.border-neutral-300\/70 {
    border-color: hsla(0, 0%, 83%, 0.7);
}
.border-neutral-300\/75 {
    border-color: hsla(0, 0%, 83%, 0.75);
}
.border-neutral-300\/80 {
    border-color: hsla(0, 0%, 83%, 0.8);
}
.border-neutral-300\/85 {
    border-color: hsla(0, 0%, 83%, 0.85);
}
.border-neutral-300\/90 {
    border-color: hsla(0, 0%, 83%, 0.9);
}
.border-neutral-300\/95 {
    border-color: hsla(0, 0%, 83%, 0.95);
}
.border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-neutral-400\/0 {
    border-color: hsla(0, 0%, 64%, 0);
}
.border-neutral-400\/10 {
    border-color: hsla(0, 0%, 64%, 0.1);
}
.border-neutral-400\/100 {
    border-color: #a3a3a3;
}
.border-neutral-400\/15 {
    border-color: hsla(0, 0%, 64%, 0.15);
}
.border-neutral-400\/20 {
    border-color: hsla(0, 0%, 64%, 0.2);
}
.border-neutral-400\/25 {
    border-color: hsla(0, 0%, 64%, 0.25);
}
.border-neutral-400\/30 {
    border-color: hsla(0, 0%, 64%, 0.3);
}
.border-neutral-400\/35 {
    border-color: hsla(0, 0%, 64%, 0.35);
}
.border-neutral-400\/40 {
    border-color: hsla(0, 0%, 64%, 0.4);
}
.border-neutral-400\/45 {
    border-color: hsla(0, 0%, 64%, 0.45);
}
.border-neutral-400\/5 {
    border-color: hsla(0, 0%, 64%, 0.05);
}
.border-neutral-400\/50 {
    border-color: hsla(0, 0%, 64%, 0.5);
}
.border-neutral-400\/55 {
    border-color: hsla(0, 0%, 64%, 0.55);
}
.border-neutral-400\/60 {
    border-color: hsla(0, 0%, 64%, 0.6);
}
.border-neutral-400\/65 {
    border-color: hsla(0, 0%, 64%, 0.65);
}
.border-neutral-400\/70 {
    border-color: hsla(0, 0%, 64%, 0.7);
}
.border-neutral-400\/75 {
    border-color: hsla(0, 0%, 64%, 0.75);
}
.border-neutral-400\/80 {
    border-color: hsla(0, 0%, 64%, 0.8);
}
.border-neutral-400\/85 {
    border-color: hsla(0, 0%, 64%, 0.85);
}
.border-neutral-400\/90 {
    border-color: hsla(0, 0%, 64%, 0.9);
}
.border-neutral-400\/95 {
    border-color: hsla(0, 0%, 64%, 0.95);
}
.border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-neutral-50\/0 {
    border-color: hsla(0, 0%, 98%, 0);
}
.border-neutral-50\/10 {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.border-neutral-50\/100 {
    border-color: #fafafa;
}
.border-neutral-50\/15 {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.border-neutral-50\/20 {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.border-neutral-50\/25 {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.border-neutral-50\/30 {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.border-neutral-50\/35 {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.border-neutral-50\/40 {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.border-neutral-50\/45 {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.border-neutral-50\/5 {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.border-neutral-50\/50 {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.border-neutral-50\/55 {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.border-neutral-50\/60 {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.border-neutral-50\/65 {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.border-neutral-50\/70 {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.border-neutral-50\/75 {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.border-neutral-50\/80 {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.border-neutral-50\/85 {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.border-neutral-50\/90 {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.border-neutral-50\/95 {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-neutral-500\/0 {
    border-color: hsla(0, 0%, 45%, 0);
}
.border-neutral-500\/10 {
    border-color: hsla(0, 0%, 45%, 0.1);
}
.border-neutral-500\/100 {
    border-color: #737373;
}
.border-neutral-500\/15 {
    border-color: hsla(0, 0%, 45%, 0.15);
}
.border-neutral-500\/20 {
    border-color: hsla(0, 0%, 45%, 0.2);
}
.border-neutral-500\/25 {
    border-color: hsla(0, 0%, 45%, 0.25);
}
.border-neutral-500\/30 {
    border-color: hsla(0, 0%, 45%, 0.3);
}
.border-neutral-500\/35 {
    border-color: hsla(0, 0%, 45%, 0.35);
}
.border-neutral-500\/40 {
    border-color: hsla(0, 0%, 45%, 0.4);
}
.border-neutral-500\/45 {
    border-color: hsla(0, 0%, 45%, 0.45);
}
.border-neutral-500\/5 {
    border-color: hsla(0, 0%, 45%, 0.05);
}
.border-neutral-500\/50 {
    border-color: hsla(0, 0%, 45%, 0.5);
}
.border-neutral-500\/55 {
    border-color: hsla(0, 0%, 45%, 0.55);
}
.border-neutral-500\/60 {
    border-color: hsla(0, 0%, 45%, 0.6);
}
.border-neutral-500\/65 {
    border-color: hsla(0, 0%, 45%, 0.65);
}
.border-neutral-500\/70 {
    border-color: hsla(0, 0%, 45%, 0.7);
}
.border-neutral-500\/75 {
    border-color: hsla(0, 0%, 45%, 0.75);
}
.border-neutral-500\/80 {
    border-color: hsla(0, 0%, 45%, 0.8);
}
.border-neutral-500\/85 {
    border-color: hsla(0, 0%, 45%, 0.85);
}
.border-neutral-500\/90 {
    border-color: hsla(0, 0%, 45%, 0.9);
}
.border-neutral-500\/95 {
    border-color: hsla(0, 0%, 45%, 0.95);
}
.border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-neutral-600\/0 {
    border-color: rgba(82, 82, 82, 0);
}
.border-neutral-600\/10 {
    border-color: rgba(82, 82, 82, 0.1);
}
.border-neutral-600\/100 {
    border-color: #525252;
}
.border-neutral-600\/15 {
    border-color: rgba(82, 82, 82, 0.15);
}
.border-neutral-600\/20 {
    border-color: rgba(82, 82, 82, 0.2);
}
.border-neutral-600\/25 {
    border-color: rgba(82, 82, 82, 0.25);
}
.border-neutral-600\/30 {
    border-color: rgba(82, 82, 82, 0.3);
}
.border-neutral-600\/35 {
    border-color: rgba(82, 82, 82, 0.35);
}
.border-neutral-600\/40 {
    border-color: rgba(82, 82, 82, 0.4);
}
.border-neutral-600\/45 {
    border-color: rgba(82, 82, 82, 0.45);
}
.border-neutral-600\/5 {
    border-color: rgba(82, 82, 82, 0.05);
}
.border-neutral-600\/50 {
    border-color: rgba(82, 82, 82, 0.5);
}
.border-neutral-600\/55 {
    border-color: rgba(82, 82, 82, 0.55);
}
.border-neutral-600\/60 {
    border-color: rgba(82, 82, 82, 0.6);
}
.border-neutral-600\/65 {
    border-color: rgba(82, 82, 82, 0.65);
}
.border-neutral-600\/70 {
    border-color: rgba(82, 82, 82, 0.7);
}
.border-neutral-600\/75 {
    border-color: rgba(82, 82, 82, 0.75);
}
.border-neutral-600\/80 {
    border-color: rgba(82, 82, 82, 0.8);
}
.border-neutral-600\/85 {
    border-color: rgba(82, 82, 82, 0.85);
}
.border-neutral-600\/90 {
    border-color: rgba(82, 82, 82, 0.9);
}
.border-neutral-600\/95 {
    border-color: rgba(82, 82, 82, 0.95);
}
.border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-neutral-700\/0 {
    border-color: rgba(64, 64, 64, 0);
}
.border-neutral-700\/10 {
    border-color: rgba(64, 64, 64, 0.1);
}
.border-neutral-700\/100 {
    border-color: #404040;
}
.border-neutral-700\/15 {
    border-color: rgba(64, 64, 64, 0.15);
}
.border-neutral-700\/20 {
    border-color: rgba(64, 64, 64, 0.2);
}
.border-neutral-700\/25 {
    border-color: rgba(64, 64, 64, 0.25);
}
.border-neutral-700\/30 {
    border-color: rgba(64, 64, 64, 0.3);
}
.border-neutral-700\/35 {
    border-color: rgba(64, 64, 64, 0.35);
}
.border-neutral-700\/40 {
    border-color: rgba(64, 64, 64, 0.4);
}
.border-neutral-700\/45 {
    border-color: rgba(64, 64, 64, 0.45);
}
.border-neutral-700\/5 {
    border-color: rgba(64, 64, 64, 0.05);
}
.border-neutral-700\/50 {
    border-color: rgba(64, 64, 64, 0.5);
}
.border-neutral-700\/55 {
    border-color: rgba(64, 64, 64, 0.55);
}
.border-neutral-700\/60 {
    border-color: rgba(64, 64, 64, 0.6);
}
.border-neutral-700\/65 {
    border-color: rgba(64, 64, 64, 0.65);
}
.border-neutral-700\/70 {
    border-color: rgba(64, 64, 64, 0.7);
}
.border-neutral-700\/75 {
    border-color: rgba(64, 64, 64, 0.75);
}
.border-neutral-700\/80 {
    border-color: rgba(64, 64, 64, 0.8);
}
.border-neutral-700\/85 {
    border-color: rgba(64, 64, 64, 0.85);
}
.border-neutral-700\/90 {
    border-color: rgba(64, 64, 64, 0.9);
}
.border-neutral-700\/95 {
    border-color: rgba(64, 64, 64, 0.95);
}
.border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-neutral-800\/0 {
    border-color: rgba(38, 38, 38, 0);
}
.border-neutral-800\/10 {
    border-color: rgba(38, 38, 38, 0.1);
}
.border-neutral-800\/100 {
    border-color: #262626;
}
.border-neutral-800\/15 {
    border-color: rgba(38, 38, 38, 0.15);
}
.border-neutral-800\/20 {
    border-color: rgba(38, 38, 38, 0.2);
}
.border-neutral-800\/25 {
    border-color: rgba(38, 38, 38, 0.25);
}
.border-neutral-800\/30 {
    border-color: rgba(38, 38, 38, 0.3);
}
.border-neutral-800\/35 {
    border-color: rgba(38, 38, 38, 0.35);
}
.border-neutral-800\/40 {
    border-color: rgba(38, 38, 38, 0.4);
}
.border-neutral-800\/45 {
    border-color: rgba(38, 38, 38, 0.45);
}
.border-neutral-800\/5 {
    border-color: rgba(38, 38, 38, 0.05);
}
.border-neutral-800\/50 {
    border-color: rgba(38, 38, 38, 0.5);
}
.border-neutral-800\/55 {
    border-color: rgba(38, 38, 38, 0.55);
}
.border-neutral-800\/60 {
    border-color: rgba(38, 38, 38, 0.6);
}
.border-neutral-800\/65 {
    border-color: rgba(38, 38, 38, 0.65);
}
.border-neutral-800\/70 {
    border-color: rgba(38, 38, 38, 0.7);
}
.border-neutral-800\/75 {
    border-color: rgba(38, 38, 38, 0.75);
}
.border-neutral-800\/80 {
    border-color: rgba(38, 38, 38, 0.8);
}
.border-neutral-800\/85 {
    border-color: rgba(38, 38, 38, 0.85);
}
.border-neutral-800\/90 {
    border-color: rgba(38, 38, 38, 0.9);
}
.border-neutral-800\/95 {
    border-color: rgba(38, 38, 38, 0.95);
}
.border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-neutral-900\/0 {
    border-color: hsla(0, 0%, 9%, 0);
}
.border-neutral-900\/10 {
    border-color: hsla(0, 0%, 9%, 0.1);
}
.border-neutral-900\/100 {
    border-color: #171717;
}
.border-neutral-900\/15 {
    border-color: hsla(0, 0%, 9%, 0.15);
}
.border-neutral-900\/20 {
    border-color: hsla(0, 0%, 9%, 0.2);
}
.border-neutral-900\/25 {
    border-color: hsla(0, 0%, 9%, 0.25);
}
.border-neutral-900\/30 {
    border-color: hsla(0, 0%, 9%, 0.3);
}
.border-neutral-900\/35 {
    border-color: hsla(0, 0%, 9%, 0.35);
}
.border-neutral-900\/40 {
    border-color: hsla(0, 0%, 9%, 0.4);
}
.border-neutral-900\/45 {
    border-color: hsla(0, 0%, 9%, 0.45);
}
.border-neutral-900\/5 {
    border-color: hsla(0, 0%, 9%, 0.05);
}
.border-neutral-900\/50 {
    border-color: hsla(0, 0%, 9%, 0.5);
}
.border-neutral-900\/55 {
    border-color: hsla(0, 0%, 9%, 0.55);
}
.border-neutral-900\/60 {
    border-color: hsla(0, 0%, 9%, 0.6);
}
.border-neutral-900\/65 {
    border-color: hsla(0, 0%, 9%, 0.65);
}
.border-neutral-900\/70 {
    border-color: hsla(0, 0%, 9%, 0.7);
}
.border-neutral-900\/75 {
    border-color: hsla(0, 0%, 9%, 0.75);
}
.border-neutral-900\/80 {
    border-color: hsla(0, 0%, 9%, 0.8);
}
.border-neutral-900\/85 {
    border-color: hsla(0, 0%, 9%, 0.85);
}
.border-neutral-900\/90 {
    border-color: hsla(0, 0%, 9%, 0.9);
}
.border-neutral-900\/95 {
    border-color: hsla(0, 0%, 9%, 0.95);
}
.border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-orange-100\/0 {
    border-color: rgba(255, 237, 213, 0);
}
.border-orange-100\/10 {
    border-color: rgba(255, 237, 213, 0.1);
}
.border-orange-100\/100 {
    border-color: #ffedd5;
}
.border-orange-100\/15 {
    border-color: rgba(255, 237, 213, 0.15);
}
.border-orange-100\/20 {
    border-color: rgba(255, 237, 213, 0.2);
}
.border-orange-100\/25 {
    border-color: rgba(255, 237, 213, 0.25);
}
.border-orange-100\/30 {
    border-color: rgba(255, 237, 213, 0.3);
}
.border-orange-100\/35 {
    border-color: rgba(255, 237, 213, 0.35);
}
.border-orange-100\/40 {
    border-color: rgba(255, 237, 213, 0.4);
}
.border-orange-100\/45 {
    border-color: rgba(255, 237, 213, 0.45);
}
.border-orange-100\/5 {
    border-color: rgba(255, 237, 213, 0.05);
}
.border-orange-100\/50 {
    border-color: rgba(255, 237, 213, 0.5);
}
.border-orange-100\/55 {
    border-color: rgba(255, 237, 213, 0.55);
}
.border-orange-100\/60 {
    border-color: rgba(255, 237, 213, 0.6);
}
.border-orange-100\/65 {
    border-color: rgba(255, 237, 213, 0.65);
}
.border-orange-100\/70 {
    border-color: rgba(255, 237, 213, 0.7);
}
.border-orange-100\/75 {
    border-color: rgba(255, 237, 213, 0.75);
}
.border-orange-100\/80 {
    border-color: rgba(255, 237, 213, 0.8);
}
.border-orange-100\/85 {
    border-color: rgba(255, 237, 213, 0.85);
}
.border-orange-100\/90 {
    border-color: rgba(255, 237, 213, 0.9);
}
.border-orange-100\/95 {
    border-color: rgba(255, 237, 213, 0.95);
}
.border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-200\/0 {
    border-color: hsla(32, 98%, 83%, 0);
}
.border-orange-200\/10 {
    border-color: hsla(32, 98%, 83%, 0.1);
}
.border-orange-200\/100 {
    border-color: #fed7aa;
}
.border-orange-200\/15 {
    border-color: hsla(32, 98%, 83%, 0.15);
}
.border-orange-200\/20 {
    border-color: hsla(32, 98%, 83%, 0.2);
}
.border-orange-200\/25 {
    border-color: hsla(32, 98%, 83%, 0.25);
}
.border-orange-200\/30 {
    border-color: hsla(32, 98%, 83%, 0.3);
}
.border-orange-200\/35 {
    border-color: hsla(32, 98%, 83%, 0.35);
}
.border-orange-200\/40 {
    border-color: hsla(32, 98%, 83%, 0.4);
}
.border-orange-200\/45 {
    border-color: hsla(32, 98%, 83%, 0.45);
}
.border-orange-200\/5 {
    border-color: hsla(32, 98%, 83%, 0.05);
}
.border-orange-200\/50 {
    border-color: hsla(32, 98%, 83%, 0.5);
}
.border-orange-200\/55 {
    border-color: hsla(32, 98%, 83%, 0.55);
}
.border-orange-200\/60 {
    border-color: hsla(32, 98%, 83%, 0.6);
}
.border-orange-200\/65 {
    border-color: hsla(32, 98%, 83%, 0.65);
}
.border-orange-200\/70 {
    border-color: hsla(32, 98%, 83%, 0.7);
}
.border-orange-200\/75 {
    border-color: hsla(32, 98%, 83%, 0.75);
}
.border-orange-200\/80 {
    border-color: hsla(32, 98%, 83%, 0.8);
}
.border-orange-200\/85 {
    border-color: hsla(32, 98%, 83%, 0.85);
}
.border-orange-200\/90 {
    border-color: hsla(32, 98%, 83%, 0.9);
}
.border-orange-200\/95 {
    border-color: hsla(32, 98%, 83%, 0.95);
}
.border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-orange-300\/0 {
    border-color: hsla(31, 97%, 72%, 0);
}
.border-orange-300\/10 {
    border-color: hsla(31, 97%, 72%, 0.1);
}
.border-orange-300\/100 {
    border-color: #fdba74;
}
.border-orange-300\/15 {
    border-color: hsla(31, 97%, 72%, 0.15);
}
.border-orange-300\/20 {
    border-color: hsla(31, 97%, 72%, 0.2);
}
.border-orange-300\/25 {
    border-color: hsla(31, 97%, 72%, 0.25);
}
.border-orange-300\/30 {
    border-color: hsla(31, 97%, 72%, 0.3);
}
.border-orange-300\/35 {
    border-color: hsla(31, 97%, 72%, 0.35);
}
.border-orange-300\/40 {
    border-color: hsla(31, 97%, 72%, 0.4);
}
.border-orange-300\/45 {
    border-color: hsla(31, 97%, 72%, 0.45);
}
.border-orange-300\/5 {
    border-color: hsla(31, 97%, 72%, 0.05);
}
.border-orange-300\/50 {
    border-color: hsla(31, 97%, 72%, 0.5);
}
.border-orange-300\/55 {
    border-color: hsla(31, 97%, 72%, 0.55);
}
.border-orange-300\/60 {
    border-color: hsla(31, 97%, 72%, 0.6);
}
.border-orange-300\/65 {
    border-color: hsla(31, 97%, 72%, 0.65);
}
.border-orange-300\/70 {
    border-color: hsla(31, 97%, 72%, 0.7);
}
.border-orange-300\/75 {
    border-color: hsla(31, 97%, 72%, 0.75);
}
.border-orange-300\/80 {
    border-color: hsla(31, 97%, 72%, 0.8);
}
.border-orange-300\/85 {
    border-color: hsla(31, 97%, 72%, 0.85);
}
.border-orange-300\/90 {
    border-color: hsla(31, 97%, 72%, 0.9);
}
.border-orange-300\/95 {
    border-color: hsla(31, 97%, 72%, 0.95);
}
.border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-orange-400\/0 {
    border-color: rgba(251, 146, 60, 0);
}
.border-orange-400\/10 {
    border-color: rgba(251, 146, 60, 0.1);
}
.border-orange-400\/100 {
    border-color: #fb923c;
}
.border-orange-400\/15 {
    border-color: rgba(251, 146, 60, 0.15);
}
.border-orange-400\/20 {
    border-color: rgba(251, 146, 60, 0.2);
}
.border-orange-400\/25 {
    border-color: rgba(251, 146, 60, 0.25);
}
.border-orange-400\/30 {
    border-color: rgba(251, 146, 60, 0.3);
}
.border-orange-400\/35 {
    border-color: rgba(251, 146, 60, 0.35);
}
.border-orange-400\/40 {
    border-color: rgba(251, 146, 60, 0.4);
}
.border-orange-400\/45 {
    border-color: rgba(251, 146, 60, 0.45);
}
.border-orange-400\/5 {
    border-color: rgba(251, 146, 60, 0.05);
}
.border-orange-400\/50 {
    border-color: rgba(251, 146, 60, 0.5);
}
.border-orange-400\/55 {
    border-color: rgba(251, 146, 60, 0.55);
}
.border-orange-400\/60 {
    border-color: rgba(251, 146, 60, 0.6);
}
.border-orange-400\/65 {
    border-color: rgba(251, 146, 60, 0.65);
}
.border-orange-400\/70 {
    border-color: rgba(251, 146, 60, 0.7);
}
.border-orange-400\/75 {
    border-color: rgba(251, 146, 60, 0.75);
}
.border-orange-400\/80 {
    border-color: rgba(251, 146, 60, 0.8);
}
.border-orange-400\/85 {
    border-color: rgba(251, 146, 60, 0.85);
}
.border-orange-400\/90 {
    border-color: rgba(251, 146, 60, 0.9);
}
.border-orange-400\/95 {
    border-color: rgba(251, 146, 60, 0.95);
}
.border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-orange-50\/0 {
    border-color: rgba(255, 247, 237, 0);
}
.border-orange-50\/10 {
    border-color: rgba(255, 247, 237, 0.1);
}
.border-orange-50\/100 {
    border-color: #fff7ed;
}
.border-orange-50\/15 {
    border-color: rgba(255, 247, 237, 0.15);
}
.border-orange-50\/20 {
    border-color: rgba(255, 247, 237, 0.2);
}
.border-orange-50\/25 {
    border-color: rgba(255, 247, 237, 0.25);
}
.border-orange-50\/30 {
    border-color: rgba(255, 247, 237, 0.3);
}
.border-orange-50\/35 {
    border-color: rgba(255, 247, 237, 0.35);
}
.border-orange-50\/40 {
    border-color: rgba(255, 247, 237, 0.4);
}
.border-orange-50\/45 {
    border-color: rgba(255, 247, 237, 0.45);
}
.border-orange-50\/5 {
    border-color: rgba(255, 247, 237, 0.05);
}
.border-orange-50\/50 {
    border-color: rgba(255, 247, 237, 0.5);
}
.border-orange-50\/55 {
    border-color: rgba(255, 247, 237, 0.55);
}
.border-orange-50\/60 {
    border-color: rgba(255, 247, 237, 0.6);
}
.border-orange-50\/65 {
    border-color: rgba(255, 247, 237, 0.65);
}
.border-orange-50\/70 {
    border-color: rgba(255, 247, 237, 0.7);
}
.border-orange-50\/75 {
    border-color: rgba(255, 247, 237, 0.75);
}
.border-orange-50\/80 {
    border-color: rgba(255, 247, 237, 0.8);
}
.border-orange-50\/85 {
    border-color: rgba(255, 247, 237, 0.85);
}
.border-orange-50\/90 {
    border-color: rgba(255, 247, 237, 0.9);
}
.border-orange-50\/95 {
    border-color: rgba(255, 247, 237, 0.95);
}
.border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-500\/0 {
    border-color: rgba(249, 115, 22, 0);
}
.border-orange-500\/10 {
    border-color: rgba(249, 115, 22, 0.1);
}
.border-orange-500\/100 {
    border-color: #f97316;
}
.border-orange-500\/15 {
    border-color: rgba(249, 115, 22, 0.15);
}
.border-orange-500\/20 {
    border-color: rgba(249, 115, 22, 0.2);
}
.border-orange-500\/25 {
    border-color: rgba(249, 115, 22, 0.25);
}
.border-orange-500\/30 {
    border-color: rgba(249, 115, 22, 0.3);
}
.border-orange-500\/35 {
    border-color: rgba(249, 115, 22, 0.35);
}
.border-orange-500\/40 {
    border-color: rgba(249, 115, 22, 0.4);
}
.border-orange-500\/45 {
    border-color: rgba(249, 115, 22, 0.45);
}
.border-orange-500\/5 {
    border-color: rgba(249, 115, 22, 0.05);
}
.border-orange-500\/50 {
    border-color: rgba(249, 115, 22, 0.5);
}
.border-orange-500\/55 {
    border-color: rgba(249, 115, 22, 0.55);
}
.border-orange-500\/60 {
    border-color: rgba(249, 115, 22, 0.6);
}
.border-orange-500\/65 {
    border-color: rgba(249, 115, 22, 0.65);
}
.border-orange-500\/70 {
    border-color: rgba(249, 115, 22, 0.7);
}
.border-orange-500\/75 {
    border-color: rgba(249, 115, 22, 0.75);
}
.border-orange-500\/80 {
    border-color: rgba(249, 115, 22, 0.8);
}
.border-orange-500\/85 {
    border-color: rgba(249, 115, 22, 0.85);
}
.border-orange-500\/90 {
    border-color: rgba(249, 115, 22, 0.9);
}
.border-orange-500\/95 {
    border-color: rgba(249, 115, 22, 0.95);
}
.border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-orange-600\/0 {
    border-color: rgba(234, 88, 12, 0);
}
.border-orange-600\/10 {
    border-color: rgba(234, 88, 12, 0.1);
}
.border-orange-600\/100 {
    border-color: #ea580c;
}
.border-orange-600\/15 {
    border-color: rgba(234, 88, 12, 0.15);
}
.border-orange-600\/20 {
    border-color: rgba(234, 88, 12, 0.2);
}
.border-orange-600\/25 {
    border-color: rgba(234, 88, 12, 0.25);
}
.border-orange-600\/30 {
    border-color: rgba(234, 88, 12, 0.3);
}
.border-orange-600\/35 {
    border-color: rgba(234, 88, 12, 0.35);
}
.border-orange-600\/40 {
    border-color: rgba(234, 88, 12, 0.4);
}
.border-orange-600\/45 {
    border-color: rgba(234, 88, 12, 0.45);
}
.border-orange-600\/5 {
    border-color: rgba(234, 88, 12, 0.05);
}
.border-orange-600\/50 {
    border-color: rgba(234, 88, 12, 0.5);
}
.border-orange-600\/55 {
    border-color: rgba(234, 88, 12, 0.55);
}
.border-orange-600\/60 {
    border-color: rgba(234, 88, 12, 0.6);
}
.border-orange-600\/65 {
    border-color: rgba(234, 88, 12, 0.65);
}
.border-orange-600\/70 {
    border-color: rgba(234, 88, 12, 0.7);
}
.border-orange-600\/75 {
    border-color: rgba(234, 88, 12, 0.75);
}
.border-orange-600\/80 {
    border-color: rgba(234, 88, 12, 0.8);
}
.border-orange-600\/85 {
    border-color: rgba(234, 88, 12, 0.85);
}
.border-orange-600\/90 {
    border-color: rgba(234, 88, 12, 0.9);
}
.border-orange-600\/95 {
    border-color: rgba(234, 88, 12, 0.95);
}
.border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-orange-700\/0 {
    border-color: rgba(194, 65, 12, 0);
}
.border-orange-700\/10 {
    border-color: rgba(194, 65, 12, 0.1);
}
.border-orange-700\/100 {
    border-color: #c2410c;
}
.border-orange-700\/15 {
    border-color: rgba(194, 65, 12, 0.15);
}
.border-orange-700\/20 {
    border-color: rgba(194, 65, 12, 0.2);
}
.border-orange-700\/25 {
    border-color: rgba(194, 65, 12, 0.25);
}
.border-orange-700\/30 {
    border-color: rgba(194, 65, 12, 0.3);
}
.border-orange-700\/35 {
    border-color: rgba(194, 65, 12, 0.35);
}
.border-orange-700\/40 {
    border-color: rgba(194, 65, 12, 0.4);
}
.border-orange-700\/45 {
    border-color: rgba(194, 65, 12, 0.45);
}
.border-orange-700\/5 {
    border-color: rgba(194, 65, 12, 0.05);
}
.border-orange-700\/50 {
    border-color: rgba(194, 65, 12, 0.5);
}
.border-orange-700\/55 {
    border-color: rgba(194, 65, 12, 0.55);
}
.border-orange-700\/60 {
    border-color: rgba(194, 65, 12, 0.6);
}
.border-orange-700\/65 {
    border-color: rgba(194, 65, 12, 0.65);
}
.border-orange-700\/70 {
    border-color: rgba(194, 65, 12, 0.7);
}
.border-orange-700\/75 {
    border-color: rgba(194, 65, 12, 0.75);
}
.border-orange-700\/80 {
    border-color: rgba(194, 65, 12, 0.8);
}
.border-orange-700\/85 {
    border-color: rgba(194, 65, 12, 0.85);
}
.border-orange-700\/90 {
    border-color: rgba(194, 65, 12, 0.9);
}
.border-orange-700\/95 {
    border-color: rgba(194, 65, 12, 0.95);
}
.border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-orange-800\/0 {
    border-color: rgba(154, 52, 18, 0);
}
.border-orange-800\/10 {
    border-color: rgba(154, 52, 18, 0.1);
}
.border-orange-800\/100 {
    border-color: #9a3412;
}
.border-orange-800\/15 {
    border-color: rgba(154, 52, 18, 0.15);
}
.border-orange-800\/20 {
    border-color: rgba(154, 52, 18, 0.2);
}
.border-orange-800\/25 {
    border-color: rgba(154, 52, 18, 0.25);
}
.border-orange-800\/30 {
    border-color: rgba(154, 52, 18, 0.3);
}
.border-orange-800\/35 {
    border-color: rgba(154, 52, 18, 0.35);
}
.border-orange-800\/40 {
    border-color: rgba(154, 52, 18, 0.4);
}
.border-orange-800\/45 {
    border-color: rgba(154, 52, 18, 0.45);
}
.border-orange-800\/5 {
    border-color: rgba(154, 52, 18, 0.05);
}
.border-orange-800\/50 {
    border-color: rgba(154, 52, 18, 0.5);
}
.border-orange-800\/55 {
    border-color: rgba(154, 52, 18, 0.55);
}
.border-orange-800\/60 {
    border-color: rgba(154, 52, 18, 0.6);
}
.border-orange-800\/65 {
    border-color: rgba(154, 52, 18, 0.65);
}
.border-orange-800\/70 {
    border-color: rgba(154, 52, 18, 0.7);
}
.border-orange-800\/75 {
    border-color: rgba(154, 52, 18, 0.75);
}
.border-orange-800\/80 {
    border-color: rgba(154, 52, 18, 0.8);
}
.border-orange-800\/85 {
    border-color: rgba(154, 52, 18, 0.85);
}
.border-orange-800\/90 {
    border-color: rgba(154, 52, 18, 0.9);
}
.border-orange-800\/95 {
    border-color: rgba(154, 52, 18, 0.95);
}
.border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-orange-900\/0 {
    border-color: rgba(124, 45, 18, 0);
}
.border-orange-900\/10 {
    border-color: rgba(124, 45, 18, 0.1);
}
.border-orange-900\/100 {
    border-color: #7c2d12;
}
.border-orange-900\/15 {
    border-color: rgba(124, 45, 18, 0.15);
}
.border-orange-900\/20 {
    border-color: rgba(124, 45, 18, 0.2);
}
.border-orange-900\/25 {
    border-color: rgba(124, 45, 18, 0.25);
}
.border-orange-900\/30 {
    border-color: rgba(124, 45, 18, 0.3);
}
.border-orange-900\/35 {
    border-color: rgba(124, 45, 18, 0.35);
}
.border-orange-900\/40 {
    border-color: rgba(124, 45, 18, 0.4);
}
.border-orange-900\/45 {
    border-color: rgba(124, 45, 18, 0.45);
}
.border-orange-900\/5 {
    border-color: rgba(124, 45, 18, 0.05);
}
.border-orange-900\/50 {
    border-color: rgba(124, 45, 18, 0.5);
}
.border-orange-900\/55 {
    border-color: rgba(124, 45, 18, 0.55);
}
.border-orange-900\/60 {
    border-color: rgba(124, 45, 18, 0.6);
}
.border-orange-900\/65 {
    border-color: rgba(124, 45, 18, 0.65);
}
.border-orange-900\/70 {
    border-color: rgba(124, 45, 18, 0.7);
}
.border-orange-900\/75 {
    border-color: rgba(124, 45, 18, 0.75);
}
.border-orange-900\/80 {
    border-color: rgba(124, 45, 18, 0.8);
}
.border-orange-900\/85 {
    border-color: rgba(124, 45, 18, 0.85);
}
.border-orange-900\/90 {
    border-color: rgba(124, 45, 18, 0.9);
}
.border-orange-900\/95 {
    border-color: rgba(124, 45, 18, 0.95);
}
.border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-pink-100\/0 {
    border-color: rgba(252, 231, 243, 0);
}
.border-pink-100\/10 {
    border-color: rgba(252, 231, 243, 0.1);
}
.border-pink-100\/100 {
    border-color: #fce7f3;
}
.border-pink-100\/15 {
    border-color: rgba(252, 231, 243, 0.15);
}
.border-pink-100\/20 {
    border-color: rgba(252, 231, 243, 0.2);
}
.border-pink-100\/25 {
    border-color: rgba(252, 231, 243, 0.25);
}
.border-pink-100\/30 {
    border-color: rgba(252, 231, 243, 0.3);
}
.border-pink-100\/35 {
    border-color: rgba(252, 231, 243, 0.35);
}
.border-pink-100\/40 {
    border-color: rgba(252, 231, 243, 0.4);
}
.border-pink-100\/45 {
    border-color: rgba(252, 231, 243, 0.45);
}
.border-pink-100\/5 {
    border-color: rgba(252, 231, 243, 0.05);
}
.border-pink-100\/50 {
    border-color: rgba(252, 231, 243, 0.5);
}
.border-pink-100\/55 {
    border-color: rgba(252, 231, 243, 0.55);
}
.border-pink-100\/60 {
    border-color: rgba(252, 231, 243, 0.6);
}
.border-pink-100\/65 {
    border-color: rgba(252, 231, 243, 0.65);
}
.border-pink-100\/70 {
    border-color: rgba(252, 231, 243, 0.7);
}
.border-pink-100\/75 {
    border-color: rgba(252, 231, 243, 0.75);
}
.border-pink-100\/80 {
    border-color: rgba(252, 231, 243, 0.8);
}
.border-pink-100\/85 {
    border-color: rgba(252, 231, 243, 0.85);
}
.border-pink-100\/90 {
    border-color: rgba(252, 231, 243, 0.9);
}
.border-pink-100\/95 {
    border-color: rgba(252, 231, 243, 0.95);
}
.border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-pink-200\/0 {
    border-color: rgba(251, 207, 232, 0);
}
.border-pink-200\/10 {
    border-color: rgba(251, 207, 232, 0.1);
}
.border-pink-200\/100 {
    border-color: #fbcfe8;
}
.border-pink-200\/15 {
    border-color: rgba(251, 207, 232, 0.15);
}
.border-pink-200\/20 {
    border-color: rgba(251, 207, 232, 0.2);
}
.border-pink-200\/25 {
    border-color: rgba(251, 207, 232, 0.25);
}
.border-pink-200\/30 {
    border-color: rgba(251, 207, 232, 0.3);
}
.border-pink-200\/35 {
    border-color: rgba(251, 207, 232, 0.35);
}
.border-pink-200\/40 {
    border-color: rgba(251, 207, 232, 0.4);
}
.border-pink-200\/45 {
    border-color: rgba(251, 207, 232, 0.45);
}
.border-pink-200\/5 {
    border-color: rgba(251, 207, 232, 0.05);
}
.border-pink-200\/50 {
    border-color: rgba(251, 207, 232, 0.5);
}
.border-pink-200\/55 {
    border-color: rgba(251, 207, 232, 0.55);
}
.border-pink-200\/60 {
    border-color: rgba(251, 207, 232, 0.6);
}
.border-pink-200\/65 {
    border-color: rgba(251, 207, 232, 0.65);
}
.border-pink-200\/70 {
    border-color: rgba(251, 207, 232, 0.7);
}
.border-pink-200\/75 {
    border-color: rgba(251, 207, 232, 0.75);
}
.border-pink-200\/80 {
    border-color: rgba(251, 207, 232, 0.8);
}
.border-pink-200\/85 {
    border-color: rgba(251, 207, 232, 0.85);
}
.border-pink-200\/90 {
    border-color: rgba(251, 207, 232, 0.9);
}
.border-pink-200\/95 {
    border-color: rgba(251, 207, 232, 0.95);
}
.border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-pink-300\/0 {
    border-color: rgba(249, 168, 212, 0);
}
.border-pink-300\/10 {
    border-color: rgba(249, 168, 212, 0.1);
}
.border-pink-300\/100 {
    border-color: #f9a8d4;
}
.border-pink-300\/15 {
    border-color: rgba(249, 168, 212, 0.15);
}
.border-pink-300\/20 {
    border-color: rgba(249, 168, 212, 0.2);
}
.border-pink-300\/25 {
    border-color: rgba(249, 168, 212, 0.25);
}
.border-pink-300\/30 {
    border-color: rgba(249, 168, 212, 0.3);
}
.border-pink-300\/35 {
    border-color: rgba(249, 168, 212, 0.35);
}
.border-pink-300\/40 {
    border-color: rgba(249, 168, 212, 0.4);
}
.border-pink-300\/45 {
    border-color: rgba(249, 168, 212, 0.45);
}
.border-pink-300\/5 {
    border-color: rgba(249, 168, 212, 0.05);
}
.border-pink-300\/50 {
    border-color: rgba(249, 168, 212, 0.5);
}
.border-pink-300\/55 {
    border-color: rgba(249, 168, 212, 0.55);
}
.border-pink-300\/60 {
    border-color: rgba(249, 168, 212, 0.6);
}
.border-pink-300\/65 {
    border-color: rgba(249, 168, 212, 0.65);
}
.border-pink-300\/70 {
    border-color: rgba(249, 168, 212, 0.7);
}
.border-pink-300\/75 {
    border-color: rgba(249, 168, 212, 0.75);
}
.border-pink-300\/80 {
    border-color: rgba(249, 168, 212, 0.8);
}
.border-pink-300\/85 {
    border-color: rgba(249, 168, 212, 0.85);
}
.border-pink-300\/90 {
    border-color: rgba(249, 168, 212, 0.9);
}
.border-pink-300\/95 {
    border-color: rgba(249, 168, 212, 0.95);
}
.border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-pink-400\/0 {
    border-color: rgba(244, 114, 182, 0);
}
.border-pink-400\/10 {
    border-color: rgba(244, 114, 182, 0.1);
}
.border-pink-400\/100 {
    border-color: #f472b6;
}
.border-pink-400\/15 {
    border-color: rgba(244, 114, 182, 0.15);
}
.border-pink-400\/20 {
    border-color: rgba(244, 114, 182, 0.2);
}
.border-pink-400\/25 {
    border-color: rgba(244, 114, 182, 0.25);
}
.border-pink-400\/30 {
    border-color: rgba(244, 114, 182, 0.3);
}
.border-pink-400\/35 {
    border-color: rgba(244, 114, 182, 0.35);
}
.border-pink-400\/40 {
    border-color: rgba(244, 114, 182, 0.4);
}
.border-pink-400\/45 {
    border-color: rgba(244, 114, 182, 0.45);
}
.border-pink-400\/5 {
    border-color: rgba(244, 114, 182, 0.05);
}
.border-pink-400\/50 {
    border-color: rgba(244, 114, 182, 0.5);
}
.border-pink-400\/55 {
    border-color: rgba(244, 114, 182, 0.55);
}
.border-pink-400\/60 {
    border-color: rgba(244, 114, 182, 0.6);
}
.border-pink-400\/65 {
    border-color: rgba(244, 114, 182, 0.65);
}
.border-pink-400\/70 {
    border-color: rgba(244, 114, 182, 0.7);
}
.border-pink-400\/75 {
    border-color: rgba(244, 114, 182, 0.75);
}
.border-pink-400\/80 {
    border-color: rgba(244, 114, 182, 0.8);
}
.border-pink-400\/85 {
    border-color: rgba(244, 114, 182, 0.85);
}
.border-pink-400\/90 {
    border-color: rgba(244, 114, 182, 0.9);
}
.border-pink-400\/95 {
    border-color: rgba(244, 114, 182, 0.95);
}
.border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-pink-50\/0 {
    border-color: rgba(253, 242, 248, 0);
}
.border-pink-50\/10 {
    border-color: rgba(253, 242, 248, 0.1);
}
.border-pink-50\/100 {
    border-color: #fdf2f8;
}
.border-pink-50\/15 {
    border-color: rgba(253, 242, 248, 0.15);
}
.border-pink-50\/20 {
    border-color: rgba(253, 242, 248, 0.2);
}
.border-pink-50\/25 {
    border-color: rgba(253, 242, 248, 0.25);
}
.border-pink-50\/30 {
    border-color: rgba(253, 242, 248, 0.3);
}
.border-pink-50\/35 {
    border-color: rgba(253, 242, 248, 0.35);
}
.border-pink-50\/40 {
    border-color: rgba(253, 242, 248, 0.4);
}
.border-pink-50\/45 {
    border-color: rgba(253, 242, 248, 0.45);
}
.border-pink-50\/5 {
    border-color: rgba(253, 242, 248, 0.05);
}
.border-pink-50\/50 {
    border-color: rgba(253, 242, 248, 0.5);
}
.border-pink-50\/55 {
    border-color: rgba(253, 242, 248, 0.55);
}
.border-pink-50\/60 {
    border-color: rgba(253, 242, 248, 0.6);
}
.border-pink-50\/65 {
    border-color: rgba(253, 242, 248, 0.65);
}
.border-pink-50\/70 {
    border-color: rgba(253, 242, 248, 0.7);
}
.border-pink-50\/75 {
    border-color: rgba(253, 242, 248, 0.75);
}
.border-pink-50\/80 {
    border-color: rgba(253, 242, 248, 0.8);
}
.border-pink-50\/85 {
    border-color: rgba(253, 242, 248, 0.85);
}
.border-pink-50\/90 {
    border-color: rgba(253, 242, 248, 0.9);
}
.border-pink-50\/95 {
    border-color: rgba(253, 242, 248, 0.95);
}
.border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-pink-500\/0 {
    border-color: rgba(236, 72, 153, 0);
}
.border-pink-500\/10 {
    border-color: rgba(236, 72, 153, 0.1);
}
.border-pink-500\/100 {
    border-color: #ec4899;
}
.border-pink-500\/15 {
    border-color: rgba(236, 72, 153, 0.15);
}
.border-pink-500\/20 {
    border-color: rgba(236, 72, 153, 0.2);
}
.border-pink-500\/25 {
    border-color: rgba(236, 72, 153, 0.25);
}
.border-pink-500\/30 {
    border-color: rgba(236, 72, 153, 0.3);
}
.border-pink-500\/35 {
    border-color: rgba(236, 72, 153, 0.35);
}
.border-pink-500\/40 {
    border-color: rgba(236, 72, 153, 0.4);
}
.border-pink-500\/45 {
    border-color: rgba(236, 72, 153, 0.45);
}
.border-pink-500\/5 {
    border-color: rgba(236, 72, 153, 0.05);
}
.border-pink-500\/50 {
    border-color: rgba(236, 72, 153, 0.5);
}
.border-pink-500\/55 {
    border-color: rgba(236, 72, 153, 0.55);
}
.border-pink-500\/60 {
    border-color: rgba(236, 72, 153, 0.6);
}
.border-pink-500\/65 {
    border-color: rgba(236, 72, 153, 0.65);
}
.border-pink-500\/70 {
    border-color: rgba(236, 72, 153, 0.7);
}
.border-pink-500\/75 {
    border-color: rgba(236, 72, 153, 0.75);
}
.border-pink-500\/80 {
    border-color: rgba(236, 72, 153, 0.8);
}
.border-pink-500\/85 {
    border-color: rgba(236, 72, 153, 0.85);
}
.border-pink-500\/90 {
    border-color: rgba(236, 72, 153, 0.9);
}
.border-pink-500\/95 {
    border-color: rgba(236, 72, 153, 0.95);
}
.border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-pink-600\/0 {
    border-color: rgba(219, 39, 119, 0);
}
.border-pink-600\/10 {
    border-color: rgba(219, 39, 119, 0.1);
}
.border-pink-600\/100 {
    border-color: #db2777;
}
.border-pink-600\/15 {
    border-color: rgba(219, 39, 119, 0.15);
}
.border-pink-600\/20 {
    border-color: rgba(219, 39, 119, 0.2);
}
.border-pink-600\/25 {
    border-color: rgba(219, 39, 119, 0.25);
}
.border-pink-600\/30 {
    border-color: rgba(219, 39, 119, 0.3);
}
.border-pink-600\/35 {
    border-color: rgba(219, 39, 119, 0.35);
}
.border-pink-600\/40 {
    border-color: rgba(219, 39, 119, 0.4);
}
.border-pink-600\/45 {
    border-color: rgba(219, 39, 119, 0.45);
}
.border-pink-600\/5 {
    border-color: rgba(219, 39, 119, 0.05);
}
.border-pink-600\/50 {
    border-color: rgba(219, 39, 119, 0.5);
}
.border-pink-600\/55 {
    border-color: rgba(219, 39, 119, 0.55);
}
.border-pink-600\/60 {
    border-color: rgba(219, 39, 119, 0.6);
}
.border-pink-600\/65 {
    border-color: rgba(219, 39, 119, 0.65);
}
.border-pink-600\/70 {
    border-color: rgba(219, 39, 119, 0.7);
}
.border-pink-600\/75 {
    border-color: rgba(219, 39, 119, 0.75);
}
.border-pink-600\/80 {
    border-color: rgba(219, 39, 119, 0.8);
}
.border-pink-600\/85 {
    border-color: rgba(219, 39, 119, 0.85);
}
.border-pink-600\/90 {
    border-color: rgba(219, 39, 119, 0.9);
}
.border-pink-600\/95 {
    border-color: rgba(219, 39, 119, 0.95);
}
.border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-pink-700\/0 {
    border-color: rgba(190, 24, 93, 0);
}
.border-pink-700\/10 {
    border-color: rgba(190, 24, 93, 0.1);
}
.border-pink-700\/100 {
    border-color: #be185d;
}
.border-pink-700\/15 {
    border-color: rgba(190, 24, 93, 0.15);
}
.border-pink-700\/20 {
    border-color: rgba(190, 24, 93, 0.2);
}
.border-pink-700\/25 {
    border-color: rgba(190, 24, 93, 0.25);
}
.border-pink-700\/30 {
    border-color: rgba(190, 24, 93, 0.3);
}
.border-pink-700\/35 {
    border-color: rgba(190, 24, 93, 0.35);
}
.border-pink-700\/40 {
    border-color: rgba(190, 24, 93, 0.4);
}
.border-pink-700\/45 {
    border-color: rgba(190, 24, 93, 0.45);
}
.border-pink-700\/5 {
    border-color: rgba(190, 24, 93, 0.05);
}
.border-pink-700\/50 {
    border-color: rgba(190, 24, 93, 0.5);
}
.border-pink-700\/55 {
    border-color: rgba(190, 24, 93, 0.55);
}
.border-pink-700\/60 {
    border-color: rgba(190, 24, 93, 0.6);
}
.border-pink-700\/65 {
    border-color: rgba(190, 24, 93, 0.65);
}
.border-pink-700\/70 {
    border-color: rgba(190, 24, 93, 0.7);
}
.border-pink-700\/75 {
    border-color: rgba(190, 24, 93, 0.75);
}
.border-pink-700\/80 {
    border-color: rgba(190, 24, 93, 0.8);
}
.border-pink-700\/85 {
    border-color: rgba(190, 24, 93, 0.85);
}
.border-pink-700\/90 {
    border-color: rgba(190, 24, 93, 0.9);
}
.border-pink-700\/95 {
    border-color: rgba(190, 24, 93, 0.95);
}
.border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-pink-800\/0 {
    border-color: rgba(157, 23, 77, 0);
}
.border-pink-800\/10 {
    border-color: rgba(157, 23, 77, 0.1);
}
.border-pink-800\/100 {
    border-color: #9d174d;
}
.border-pink-800\/15 {
    border-color: rgba(157, 23, 77, 0.15);
}
.border-pink-800\/20 {
    border-color: rgba(157, 23, 77, 0.2);
}
.border-pink-800\/25 {
    border-color: rgba(157, 23, 77, 0.25);
}
.border-pink-800\/30 {
    border-color: rgba(157, 23, 77, 0.3);
}
.border-pink-800\/35 {
    border-color: rgba(157, 23, 77, 0.35);
}
.border-pink-800\/40 {
    border-color: rgba(157, 23, 77, 0.4);
}
.border-pink-800\/45 {
    border-color: rgba(157, 23, 77, 0.45);
}
.border-pink-800\/5 {
    border-color: rgba(157, 23, 77, 0.05);
}
.border-pink-800\/50 {
    border-color: rgba(157, 23, 77, 0.5);
}
.border-pink-800\/55 {
    border-color: rgba(157, 23, 77, 0.55);
}
.border-pink-800\/60 {
    border-color: rgba(157, 23, 77, 0.6);
}
.border-pink-800\/65 {
    border-color: rgba(157, 23, 77, 0.65);
}
.border-pink-800\/70 {
    border-color: rgba(157, 23, 77, 0.7);
}
.border-pink-800\/75 {
    border-color: rgba(157, 23, 77, 0.75);
}
.border-pink-800\/80 {
    border-color: rgba(157, 23, 77, 0.8);
}
.border-pink-800\/85 {
    border-color: rgba(157, 23, 77, 0.85);
}
.border-pink-800\/90 {
    border-color: rgba(157, 23, 77, 0.9);
}
.border-pink-800\/95 {
    border-color: rgba(157, 23, 77, 0.95);
}
.border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-pink-900\/0 {
    border-color: rgba(131, 24, 67, 0);
}
.border-pink-900\/10 {
    border-color: rgba(131, 24, 67, 0.1);
}
.border-pink-900\/100 {
    border-color: #831843;
}
.border-pink-900\/15 {
    border-color: rgba(131, 24, 67, 0.15);
}
.border-pink-900\/20 {
    border-color: rgba(131, 24, 67, 0.2);
}
.border-pink-900\/25 {
    border-color: rgba(131, 24, 67, 0.25);
}
.border-pink-900\/30 {
    border-color: rgba(131, 24, 67, 0.3);
}
.border-pink-900\/35 {
    border-color: rgba(131, 24, 67, 0.35);
}
.border-pink-900\/40 {
    border-color: rgba(131, 24, 67, 0.4);
}
.border-pink-900\/45 {
    border-color: rgba(131, 24, 67, 0.45);
}
.border-pink-900\/5 {
    border-color: rgba(131, 24, 67, 0.05);
}
.border-pink-900\/50 {
    border-color: rgba(131, 24, 67, 0.5);
}
.border-pink-900\/55 {
    border-color: rgba(131, 24, 67, 0.55);
}
.border-pink-900\/60 {
    border-color: rgba(131, 24, 67, 0.6);
}
.border-pink-900\/65 {
    border-color: rgba(131, 24, 67, 0.65);
}
.border-pink-900\/70 {
    border-color: rgba(131, 24, 67, 0.7);
}
.border-pink-900\/75 {
    border-color: rgba(131, 24, 67, 0.75);
}
.border-pink-900\/80 {
    border-color: rgba(131, 24, 67, 0.8);
}
.border-pink-900\/85 {
    border-color: rgba(131, 24, 67, 0.85);
}
.border-pink-900\/90 {
    border-color: rgba(131, 24, 67, 0.9);
}
.border-pink-900\/95 {
    border-color: rgba(131, 24, 67, 0.95);
}
.border-police-100 {
    --tw-border-opacity: 1;
    border-color: rgb(153 204 204 / var(--tw-border-opacity, 1));
}
.border-police-100\/0 {
    border-color: rgba(153, 204, 204, 0);
}
.border-police-100\/10 {
    border-color: rgba(153, 204, 204, 0.1);
}
.border-police-100\/100 {
    border-color: #9cc;
}
.border-police-100\/15 {
    border-color: rgba(153, 204, 204, 0.15);
}
.border-police-100\/20 {
    border-color: rgba(153, 204, 204, 0.2);
}
.border-police-100\/25 {
    border-color: rgba(153, 204, 204, 0.25);
}
.border-police-100\/30 {
    border-color: rgba(153, 204, 204, 0.3);
}
.border-police-100\/35 {
    border-color: rgba(153, 204, 204, 0.35);
}
.border-police-100\/40 {
    border-color: rgba(153, 204, 204, 0.4);
}
.border-police-100\/45 {
    border-color: rgba(153, 204, 204, 0.45);
}
.border-police-100\/5 {
    border-color: rgba(153, 204, 204, 0.05);
}
.border-police-100\/50 {
    border-color: rgba(153, 204, 204, 0.5);
}
.border-police-100\/55 {
    border-color: rgba(153, 204, 204, 0.55);
}
.border-police-100\/60 {
    border-color: rgba(153, 204, 204, 0.6);
}
.border-police-100\/65 {
    border-color: rgba(153, 204, 204, 0.65);
}
.border-police-100\/70 {
    border-color: rgba(153, 204, 204, 0.7);
}
.border-police-100\/75 {
    border-color: rgba(153, 204, 204, 0.75);
}
.border-police-100\/80 {
    border-color: rgba(153, 204, 204, 0.8);
}
.border-police-100\/85 {
    border-color: rgba(153, 204, 204, 0.85);
}
.border-police-100\/90 {
    border-color: rgba(153, 204, 204, 0.9);
}
.border-police-100\/95 {
    border-color: rgba(153, 204, 204, 0.95);
}
.border-police-200 {
    --tw-border-opacity: 1;
    border-color: rgb(133 133 214 / var(--tw-border-opacity, 1));
}
.border-police-200\/0 {
    border-color: rgba(133, 133, 214, 0);
}
.border-police-200\/10 {
    border-color: rgba(133, 133, 214, 0.1);
}
.border-police-200\/100 {
    border-color: #8585d6;
}
.border-police-200\/15 {
    border-color: rgba(133, 133, 214, 0.15);
}
.border-police-200\/20 {
    border-color: rgba(133, 133, 214, 0.2);
}
.border-police-200\/25 {
    border-color: rgba(133, 133, 214, 0.25);
}
.border-police-200\/30 {
    border-color: rgba(133, 133, 214, 0.3);
}
.border-police-200\/35 {
    border-color: rgba(133, 133, 214, 0.35);
}
.border-police-200\/40 {
    border-color: rgba(133, 133, 214, 0.4);
}
.border-police-200\/45 {
    border-color: rgba(133, 133, 214, 0.45);
}
.border-police-200\/5 {
    border-color: rgba(133, 133, 214, 0.05);
}
.border-police-200\/50 {
    border-color: rgba(133, 133, 214, 0.5);
}
.border-police-200\/55 {
    border-color: rgba(133, 133, 214, 0.55);
}
.border-police-200\/60 {
    border-color: rgba(133, 133, 214, 0.6);
}
.border-police-200\/65 {
    border-color: rgba(133, 133, 214, 0.65);
}
.border-police-200\/70 {
    border-color: rgba(133, 133, 214, 0.7);
}
.border-police-200\/75 {
    border-color: rgba(133, 133, 214, 0.75);
}
.border-police-200\/80 {
    border-color: rgba(133, 133, 214, 0.8);
}
.border-police-200\/85 {
    border-color: rgba(133, 133, 214, 0.85);
}
.border-police-200\/90 {
    border-color: rgba(133, 133, 214, 0.9);
}
.border-police-200\/95 {
    border-color: rgba(133, 133, 214, 0.95);
}
.border-police-300 {
    --tw-border-opacity: 1;
    border-color: rgb(106 106 205 / var(--tw-border-opacity, 1));
}
.border-police-300\/0 {
    border-color: rgba(106, 106, 205, 0);
}
.border-police-300\/10 {
    border-color: rgba(106, 106, 205, 0.1);
}
.border-police-300\/100 {
    border-color: #6a6acd;
}
.border-police-300\/15 {
    border-color: rgba(106, 106, 205, 0.15);
}
.border-police-300\/20 {
    border-color: rgba(106, 106, 205, 0.2);
}
.border-police-300\/25 {
    border-color: rgba(106, 106, 205, 0.25);
}
.border-police-300\/30 {
    border-color: rgba(106, 106, 205, 0.3);
}
.border-police-300\/35 {
    border-color: rgba(106, 106, 205, 0.35);
}
.border-police-300\/40 {
    border-color: rgba(106, 106, 205, 0.4);
}
.border-police-300\/45 {
    border-color: rgba(106, 106, 205, 0.45);
}
.border-police-300\/5 {
    border-color: rgba(106, 106, 205, 0.05);
}
.border-police-300\/50 {
    border-color: rgba(106, 106, 205, 0.5);
}
.border-police-300\/55 {
    border-color: rgba(106, 106, 205, 0.55);
}
.border-police-300\/60 {
    border-color: rgba(106, 106, 205, 0.6);
}
.border-police-300\/65 {
    border-color: rgba(106, 106, 205, 0.65);
}
.border-police-300\/70 {
    border-color: rgba(106, 106, 205, 0.7);
}
.border-police-300\/75 {
    border-color: rgba(106, 106, 205, 0.75);
}
.border-police-300\/80 {
    border-color: rgba(106, 106, 205, 0.8);
}
.border-police-300\/85 {
    border-color: rgba(106, 106, 205, 0.85);
}
.border-police-300\/90 {
    border-color: rgba(106, 106, 205, 0.9);
}
.border-police-300\/95 {
    border-color: rgba(106, 106, 205, 0.95);
}
.border-police-400 {
    --tw-border-opacity: 1;
    border-color: rgb(79 79 196 / var(--tw-border-opacity, 1));
}
.border-police-400\/0 {
    border-color: rgba(79, 79, 196, 0);
}
.border-police-400\/10 {
    border-color: rgba(79, 79, 196, 0.1);
}
.border-police-400\/100 {
    border-color: #4f4fc4;
}
.border-police-400\/15 {
    border-color: rgba(79, 79, 196, 0.15);
}
.border-police-400\/20 {
    border-color: rgba(79, 79, 196, 0.2);
}
.border-police-400\/25 {
    border-color: rgba(79, 79, 196, 0.25);
}
.border-police-400\/30 {
    border-color: rgba(79, 79, 196, 0.3);
}
.border-police-400\/35 {
    border-color: rgba(79, 79, 196, 0.35);
}
.border-police-400\/40 {
    border-color: rgba(79, 79, 196, 0.4);
}
.border-police-400\/45 {
    border-color: rgba(79, 79, 196, 0.45);
}
.border-police-400\/5 {
    border-color: rgba(79, 79, 196, 0.05);
}
.border-police-400\/50 {
    border-color: rgba(79, 79, 196, 0.5);
}
.border-police-400\/55 {
    border-color: rgba(79, 79, 196, 0.55);
}
.border-police-400\/60 {
    border-color: rgba(79, 79, 196, 0.6);
}
.border-police-400\/65 {
    border-color: rgba(79, 79, 196, 0.65);
}
.border-police-400\/70 {
    border-color: rgba(79, 79, 196, 0.7);
}
.border-police-400\/75 {
    border-color: rgba(79, 79, 196, 0.75);
}
.border-police-400\/80 {
    border-color: rgba(79, 79, 196, 0.8);
}
.border-police-400\/85 {
    border-color: rgba(79, 79, 196, 0.85);
}
.border-police-400\/90 {
    border-color: rgba(79, 79, 196, 0.9);
}
.border-police-400\/95 {
    border-color: rgba(79, 79, 196, 0.95);
}
.border-police-50 {
    --tw-border-opacity: 1;
    border-color: rgb(194 194 235 / var(--tw-border-opacity, 1));
}
.border-police-50\/0 {
    border-color: rgba(194, 194, 235, 0);
}
.border-police-50\/10 {
    border-color: rgba(194, 194, 235, 0.1);
}
.border-police-50\/100 {
    border-color: #c2c2eb;
}
.border-police-50\/15 {
    border-color: rgba(194, 194, 235, 0.15);
}
.border-police-50\/20 {
    border-color: rgba(194, 194, 235, 0.2);
}
.border-police-50\/25 {
    border-color: rgba(194, 194, 235, 0.25);
}
.border-police-50\/30 {
    border-color: rgba(194, 194, 235, 0.3);
}
.border-police-50\/35 {
    border-color: rgba(194, 194, 235, 0.35);
}
.border-police-50\/40 {
    border-color: rgba(194, 194, 235, 0.4);
}
.border-police-50\/45 {
    border-color: rgba(194, 194, 235, 0.45);
}
.border-police-50\/5 {
    border-color: rgba(194, 194, 235, 0.05);
}
.border-police-50\/50 {
    border-color: rgba(194, 194, 235, 0.5);
}
.border-police-50\/55 {
    border-color: rgba(194, 194, 235, 0.55);
}
.border-police-50\/60 {
    border-color: rgba(194, 194, 235, 0.6);
}
.border-police-50\/65 {
    border-color: rgba(194, 194, 235, 0.65);
}
.border-police-50\/70 {
    border-color: rgba(194, 194, 235, 0.7);
}
.border-police-50\/75 {
    border-color: rgba(194, 194, 235, 0.75);
}
.border-police-50\/80 {
    border-color: rgba(194, 194, 235, 0.8);
}
.border-police-50\/85 {
    border-color: rgba(194, 194, 235, 0.85);
}
.border-police-50\/90 {
    border-color: rgba(194, 194, 235, 0.9);
}
.border-police-50\/95 {
    border-color: rgba(194, 194, 235, 0.95);
}
.border-police-500 {
    --tw-border-opacity: 1;
    border-color: rgb(60 60 180 / var(--tw-border-opacity, 1));
}
.border-police-500\/0 {
    border-color: rgba(60, 60, 180, 0);
}
.border-police-500\/10 {
    border-color: rgba(60, 60, 180, 0.1);
}
.border-police-500\/100 {
    border-color: #3c3cb4;
}
.border-police-500\/15 {
    border-color: rgba(60, 60, 180, 0.15);
}
.border-police-500\/20 {
    border-color: rgba(60, 60, 180, 0.2);
}
.border-police-500\/25 {
    border-color: rgba(60, 60, 180, 0.25);
}
.border-police-500\/30 {
    border-color: rgba(60, 60, 180, 0.3);
}
.border-police-500\/35 {
    border-color: rgba(60, 60, 180, 0.35);
}
.border-police-500\/40 {
    border-color: rgba(60, 60, 180, 0.4);
}
.border-police-500\/45 {
    border-color: rgba(60, 60, 180, 0.45);
}
.border-police-500\/5 {
    border-color: rgba(60, 60, 180, 0.05);
}
.border-police-500\/50 {
    border-color: rgba(60, 60, 180, 0.5);
}
.border-police-500\/55 {
    border-color: rgba(60, 60, 180, 0.55);
}
.border-police-500\/60 {
    border-color: rgba(60, 60, 180, 0.6);
}
.border-police-500\/65 {
    border-color: rgba(60, 60, 180, 0.65);
}
.border-police-500\/70 {
    border-color: rgba(60, 60, 180, 0.7);
}
.border-police-500\/75 {
    border-color: rgba(60, 60, 180, 0.75);
}
.border-police-500\/80 {
    border-color: rgba(60, 60, 180, 0.8);
}
.border-police-500\/85 {
    border-color: rgba(60, 60, 180, 0.85);
}
.border-police-500\/90 {
    border-color: rgba(60, 60, 180, 0.9);
}
.border-police-500\/95 {
    border-color: rgba(60, 60, 180, 0.95);
}
.border-police-600 {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 153 / var(--tw-border-opacity, 1));
}
.border-police-600\/0 {
    border-color: rgba(51, 51, 153, 0);
}
.border-police-600\/10 {
    border-color: rgba(51, 51, 153, 0.1);
}
.border-police-600\/100 {
    border-color: #339;
}
.border-police-600\/15 {
    border-color: rgba(51, 51, 153, 0.15);
}
.border-police-600\/20 {
    border-color: rgba(51, 51, 153, 0.2);
}
.border-police-600\/25 {
    border-color: rgba(51, 51, 153, 0.25);
}
.border-police-600\/30 {
    border-color: rgba(51, 51, 153, 0.3);
}
.border-police-600\/35 {
    border-color: rgba(51, 51, 153, 0.35);
}
.border-police-600\/40 {
    border-color: rgba(51, 51, 153, 0.4);
}
.border-police-600\/45 {
    border-color: rgba(51, 51, 153, 0.45);
}
.border-police-600\/5 {
    border-color: rgba(51, 51, 153, 0.05);
}
.border-police-600\/50 {
    border-color: rgba(51, 51, 153, 0.5);
}
.border-police-600\/55 {
    border-color: rgba(51, 51, 153, 0.55);
}
.border-police-600\/60 {
    border-color: rgba(51, 51, 153, 0.6);
}
.border-police-600\/65 {
    border-color: rgba(51, 51, 153, 0.65);
}
.border-police-600\/70 {
    border-color: rgba(51, 51, 153, 0.7);
}
.border-police-600\/75 {
    border-color: rgba(51, 51, 153, 0.75);
}
.border-police-600\/80 {
    border-color: rgba(51, 51, 153, 0.8);
}
.border-police-600\/85 {
    border-color: rgba(51, 51, 153, 0.85);
}
.border-police-600\/90 {
    border-color: rgba(51, 51, 153, 0.9);
}
.border-police-600\/95 {
    border-color: rgba(51, 51, 153, 0.95);
}
.border-police-700 {
    --tw-border-opacity: 1;
    border-color: rgb(37 37 111 / var(--tw-border-opacity, 1));
}
.border-police-700\/0 {
    border-color: rgba(37, 37, 111, 0);
}
.border-police-700\/10 {
    border-color: rgba(37, 37, 111, 0.1);
}
.border-police-700\/100 {
    border-color: #25256f;
}
.border-police-700\/15 {
    border-color: rgba(37, 37, 111, 0.15);
}
.border-police-700\/20 {
    border-color: rgba(37, 37, 111, 0.2);
}
.border-police-700\/25 {
    border-color: rgba(37, 37, 111, 0.25);
}
.border-police-700\/30 {
    border-color: rgba(37, 37, 111, 0.3);
}
.border-police-700\/35 {
    border-color: rgba(37, 37, 111, 0.35);
}
.border-police-700\/40 {
    border-color: rgba(37, 37, 111, 0.4);
}
.border-police-700\/45 {
    border-color: rgba(37, 37, 111, 0.45);
}
.border-police-700\/5 {
    border-color: rgba(37, 37, 111, 0.05);
}
.border-police-700\/50 {
    border-color: rgba(37, 37, 111, 0.5);
}
.border-police-700\/55 {
    border-color: rgba(37, 37, 111, 0.55);
}
.border-police-700\/60 {
    border-color: rgba(37, 37, 111, 0.6);
}
.border-police-700\/65 {
    border-color: rgba(37, 37, 111, 0.65);
}
.border-police-700\/70 {
    border-color: rgba(37, 37, 111, 0.7);
}
.border-police-700\/75 {
    border-color: rgba(37, 37, 111, 0.75);
}
.border-police-700\/80 {
    border-color: rgba(37, 37, 111, 0.8);
}
.border-police-700\/85 {
    border-color: rgba(37, 37, 111, 0.85);
}
.border-police-700\/90 {
    border-color: rgba(37, 37, 111, 0.9);
}
.border-police-700\/95 {
    border-color: rgba(37, 37, 111, 0.95);
}
.border-police-800 {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 69 / var(--tw-border-opacity, 1));
}
.border-police-800\/0 {
    border-color: rgba(23, 23, 69, 0);
}
.border-police-800\/10 {
    border-color: rgba(23, 23, 69, 0.1);
}
.border-police-800\/100 {
    border-color: #171745;
}
.border-police-800\/15 {
    border-color: rgba(23, 23, 69, 0.15);
}
.border-police-800\/20 {
    border-color: rgba(23, 23, 69, 0.2);
}
.border-police-800\/25 {
    border-color: rgba(23, 23, 69, 0.25);
}
.border-police-800\/30 {
    border-color: rgba(23, 23, 69, 0.3);
}
.border-police-800\/35 {
    border-color: rgba(23, 23, 69, 0.35);
}
.border-police-800\/40 {
    border-color: rgba(23, 23, 69, 0.4);
}
.border-police-800\/45 {
    border-color: rgba(23, 23, 69, 0.45);
}
.border-police-800\/5 {
    border-color: rgba(23, 23, 69, 0.05);
}
.border-police-800\/50 {
    border-color: rgba(23, 23, 69, 0.5);
}
.border-police-800\/55 {
    border-color: rgba(23, 23, 69, 0.55);
}
.border-police-800\/60 {
    border-color: rgba(23, 23, 69, 0.6);
}
.border-police-800\/65 {
    border-color: rgba(23, 23, 69, 0.65);
}
.border-police-800\/70 {
    border-color: rgba(23, 23, 69, 0.7);
}
.border-police-800\/75 {
    border-color: rgba(23, 23, 69, 0.75);
}
.border-police-800\/80 {
    border-color: rgba(23, 23, 69, 0.8);
}
.border-police-800\/85 {
    border-color: rgba(23, 23, 69, 0.85);
}
.border-police-800\/90 {
    border-color: rgba(23, 23, 69, 0.9);
}
.border-police-800\/95 {
    border-color: rgba(23, 23, 69, 0.95);
}
.border-police-900 {
    --tw-border-opacity: 1;
    border-color: rgb(9 9 27 / var(--tw-border-opacity, 1));
}
.border-police-900\/0 {
    border-color: rgba(9, 9, 27, 0);
}
.border-police-900\/10 {
    border-color: rgba(9, 9, 27, 0.1);
}
.border-police-900\/100 {
    border-color: #09091b;
}
.border-police-900\/15 {
    border-color: rgba(9, 9, 27, 0.15);
}
.border-police-900\/20 {
    border-color: rgba(9, 9, 27, 0.2);
}
.border-police-900\/25 {
    border-color: rgba(9, 9, 27, 0.25);
}
.border-police-900\/30 {
    border-color: rgba(9, 9, 27, 0.3);
}
.border-police-900\/35 {
    border-color: rgba(9, 9, 27, 0.35);
}
.border-police-900\/40 {
    border-color: rgba(9, 9, 27, 0.4);
}
.border-police-900\/45 {
    border-color: rgba(9, 9, 27, 0.45);
}
.border-police-900\/5 {
    border-color: rgba(9, 9, 27, 0.05);
}
.border-police-900\/50 {
    border-color: rgba(9, 9, 27, 0.5);
}
.border-police-900\/55 {
    border-color: rgba(9, 9, 27, 0.55);
}
.border-police-900\/60 {
    border-color: rgba(9, 9, 27, 0.6);
}
.border-police-900\/65 {
    border-color: rgba(9, 9, 27, 0.65);
}
.border-police-900\/70 {
    border-color: rgba(9, 9, 27, 0.7);
}
.border-police-900\/75 {
    border-color: rgba(9, 9, 27, 0.75);
}
.border-police-900\/80 {
    border-color: rgba(9, 9, 27, 0.8);
}
.border-police-900\/85 {
    border-color: rgba(9, 9, 27, 0.85);
}
.border-police-900\/90 {
    border-color: rgba(9, 9, 27, 0.9);
}
.border-police-900\/95 {
    border-color: rgba(9, 9, 27, 0.95);
}
.border-positive-500 {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(52 112 252 / var(--tw-border-opacity, 1));
}
.border-primary-500,
.border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-purple-100\/0 {
    border-color: rgba(237, 233, 254, 0);
}
.border-purple-100\/10 {
    border-color: rgba(237, 233, 254, 0.1);
}
.border-purple-100\/100 {
    border-color: #ede9fe;
}
.border-purple-100\/15 {
    border-color: rgba(237, 233, 254, 0.15);
}
.border-purple-100\/20 {
    border-color: rgba(237, 233, 254, 0.2);
}
.border-purple-100\/25 {
    border-color: rgba(237, 233, 254, 0.25);
}
.border-purple-100\/30 {
    border-color: rgba(237, 233, 254, 0.3);
}
.border-purple-100\/35 {
    border-color: rgba(237, 233, 254, 0.35);
}
.border-purple-100\/40 {
    border-color: rgba(237, 233, 254, 0.4);
}
.border-purple-100\/45 {
    border-color: rgba(237, 233, 254, 0.45);
}
.border-purple-100\/5 {
    border-color: rgba(237, 233, 254, 0.05);
}
.border-purple-100\/50 {
    border-color: rgba(237, 233, 254, 0.5);
}
.border-purple-100\/55 {
    border-color: rgba(237, 233, 254, 0.55);
}
.border-purple-100\/60 {
    border-color: rgba(237, 233, 254, 0.6);
}
.border-purple-100\/65 {
    border-color: rgba(237, 233, 254, 0.65);
}
.border-purple-100\/70 {
    border-color: rgba(237, 233, 254, 0.7);
}
.border-purple-100\/75 {
    border-color: rgba(237, 233, 254, 0.75);
}
.border-purple-100\/80 {
    border-color: rgba(237, 233, 254, 0.8);
}
.border-purple-100\/85 {
    border-color: rgba(237, 233, 254, 0.85);
}
.border-purple-100\/90 {
    border-color: rgba(237, 233, 254, 0.9);
}
.border-purple-100\/95 {
    border-color: rgba(237, 233, 254, 0.95);
}
.border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-purple-200\/0 {
    border-color: rgba(221, 214, 254, 0);
}
.border-purple-200\/10 {
    border-color: rgba(221, 214, 254, 0.1);
}
.border-purple-200\/100 {
    border-color: #ddd6fe;
}
.border-purple-200\/15 {
    border-color: rgba(221, 214, 254, 0.15);
}
.border-purple-200\/20 {
    border-color: rgba(221, 214, 254, 0.2);
}
.border-purple-200\/25 {
    border-color: rgba(221, 214, 254, 0.25);
}
.border-purple-200\/30 {
    border-color: rgba(221, 214, 254, 0.3);
}
.border-purple-200\/35 {
    border-color: rgba(221, 214, 254, 0.35);
}
.border-purple-200\/40 {
    border-color: rgba(221, 214, 254, 0.4);
}
.border-purple-200\/45 {
    border-color: rgba(221, 214, 254, 0.45);
}
.border-purple-200\/5 {
    border-color: rgba(221, 214, 254, 0.05);
}
.border-purple-200\/50 {
    border-color: rgba(221, 214, 254, 0.5);
}
.border-purple-200\/55 {
    border-color: rgba(221, 214, 254, 0.55);
}
.border-purple-200\/60 {
    border-color: rgba(221, 214, 254, 0.6);
}
.border-purple-200\/65 {
    border-color: rgba(221, 214, 254, 0.65);
}
.border-purple-200\/70 {
    border-color: rgba(221, 214, 254, 0.7);
}
.border-purple-200\/75 {
    border-color: rgba(221, 214, 254, 0.75);
}
.border-purple-200\/80 {
    border-color: rgba(221, 214, 254, 0.8);
}
.border-purple-200\/85 {
    border-color: rgba(221, 214, 254, 0.85);
}
.border-purple-200\/90 {
    border-color: rgba(221, 214, 254, 0.9);
}
.border-purple-200\/95 {
    border-color: rgba(221, 214, 254, 0.95);
}
.border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-purple-300\/0 {
    border-color: rgba(196, 181, 253, 0);
}
.border-purple-300\/10 {
    border-color: rgba(196, 181, 253, 0.1);
}
.border-purple-300\/100 {
    border-color: #c4b5fd;
}
.border-purple-300\/15 {
    border-color: rgba(196, 181, 253, 0.15);
}
.border-purple-300\/20 {
    border-color: rgba(196, 181, 253, 0.2);
}
.border-purple-300\/25 {
    border-color: rgba(196, 181, 253, 0.25);
}
.border-purple-300\/30 {
    border-color: rgba(196, 181, 253, 0.3);
}
.border-purple-300\/35 {
    border-color: rgba(196, 181, 253, 0.35);
}
.border-purple-300\/40 {
    border-color: rgba(196, 181, 253, 0.4);
}
.border-purple-300\/45 {
    border-color: rgba(196, 181, 253, 0.45);
}
.border-purple-300\/5 {
    border-color: rgba(196, 181, 253, 0.05);
}
.border-purple-300\/50 {
    border-color: rgba(196, 181, 253, 0.5);
}
.border-purple-300\/55 {
    border-color: rgba(196, 181, 253, 0.55);
}
.border-purple-300\/60 {
    border-color: rgba(196, 181, 253, 0.6);
}
.border-purple-300\/65 {
    border-color: rgba(196, 181, 253, 0.65);
}
.border-purple-300\/70 {
    border-color: rgba(196, 181, 253, 0.7);
}
.border-purple-300\/75 {
    border-color: rgba(196, 181, 253, 0.75);
}
.border-purple-300\/80 {
    border-color: rgba(196, 181, 253, 0.8);
}
.border-purple-300\/85 {
    border-color: rgba(196, 181, 253, 0.85);
}
.border-purple-300\/90 {
    border-color: rgba(196, 181, 253, 0.9);
}
.border-purple-300\/95 {
    border-color: rgba(196, 181, 253, 0.95);
}
.border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-purple-400\/0 {
    border-color: rgba(167, 139, 250, 0);
}
.border-purple-400\/10 {
    border-color: rgba(167, 139, 250, 0.1);
}
.border-purple-400\/100 {
    border-color: #a78bfa;
}
.border-purple-400\/15 {
    border-color: rgba(167, 139, 250, 0.15);
}
.border-purple-400\/20 {
    border-color: rgba(167, 139, 250, 0.2);
}
.border-purple-400\/25 {
    border-color: rgba(167, 139, 250, 0.25);
}
.border-purple-400\/30 {
    border-color: rgba(167, 139, 250, 0.3);
}
.border-purple-400\/35 {
    border-color: rgba(167, 139, 250, 0.35);
}
.border-purple-400\/40 {
    border-color: rgba(167, 139, 250, 0.4);
}
.border-purple-400\/45 {
    border-color: rgba(167, 139, 250, 0.45);
}
.border-purple-400\/5 {
    border-color: rgba(167, 139, 250, 0.05);
}
.border-purple-400\/50 {
    border-color: rgba(167, 139, 250, 0.5);
}
.border-purple-400\/55 {
    border-color: rgba(167, 139, 250, 0.55);
}
.border-purple-400\/60 {
    border-color: rgba(167, 139, 250, 0.6);
}
.border-purple-400\/65 {
    border-color: rgba(167, 139, 250, 0.65);
}
.border-purple-400\/70 {
    border-color: rgba(167, 139, 250, 0.7);
}
.border-purple-400\/75 {
    border-color: rgba(167, 139, 250, 0.75);
}
.border-purple-400\/80 {
    border-color: rgba(167, 139, 250, 0.8);
}
.border-purple-400\/85 {
    border-color: rgba(167, 139, 250, 0.85);
}
.border-purple-400\/90 {
    border-color: rgba(167, 139, 250, 0.9);
}
.border-purple-400\/95 {
    border-color: rgba(167, 139, 250, 0.95);
}
.border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-purple-50\/0 {
    border-color: rgba(245, 243, 255, 0);
}
.border-purple-50\/10 {
    border-color: rgba(245, 243, 255, 0.1);
}
.border-purple-50\/100 {
    border-color: #f5f3ff;
}
.border-purple-50\/15 {
    border-color: rgba(245, 243, 255, 0.15);
}
.border-purple-50\/20 {
    border-color: rgba(245, 243, 255, 0.2);
}
.border-purple-50\/25 {
    border-color: rgba(245, 243, 255, 0.25);
}
.border-purple-50\/30 {
    border-color: rgba(245, 243, 255, 0.3);
}
.border-purple-50\/35 {
    border-color: rgba(245, 243, 255, 0.35);
}
.border-purple-50\/40 {
    border-color: rgba(245, 243, 255, 0.4);
}
.border-purple-50\/45 {
    border-color: rgba(245, 243, 255, 0.45);
}
.border-purple-50\/5 {
    border-color: rgba(245, 243, 255, 0.05);
}
.border-purple-50\/50 {
    border-color: rgba(245, 243, 255, 0.5);
}
.border-purple-50\/55 {
    border-color: rgba(245, 243, 255, 0.55);
}
.border-purple-50\/60 {
    border-color: rgba(245, 243, 255, 0.6);
}
.border-purple-50\/65 {
    border-color: rgba(245, 243, 255, 0.65);
}
.border-purple-50\/70 {
    border-color: rgba(245, 243, 255, 0.7);
}
.border-purple-50\/75 {
    border-color: rgba(245, 243, 255, 0.75);
}
.border-purple-50\/80 {
    border-color: rgba(245, 243, 255, 0.8);
}
.border-purple-50\/85 {
    border-color: rgba(245, 243, 255, 0.85);
}
.border-purple-50\/90 {
    border-color: rgba(245, 243, 255, 0.9);
}
.border-purple-50\/95 {
    border-color: rgba(245, 243, 255, 0.95);
}
.border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-purple-500\/0 {
    border-color: rgba(139, 92, 246, 0);
}
.border-purple-500\/10 {
    border-color: rgba(139, 92, 246, 0.1);
}
.border-purple-500\/100 {
    border-color: #8b5cf6;
}
.border-purple-500\/15 {
    border-color: rgba(139, 92, 246, 0.15);
}
.border-purple-500\/20 {
    border-color: rgba(139, 92, 246, 0.2);
}
.border-purple-500\/25 {
    border-color: rgba(139, 92, 246, 0.25);
}
.border-purple-500\/30 {
    border-color: rgba(139, 92, 246, 0.3);
}
.border-purple-500\/35 {
    border-color: rgba(139, 92, 246, 0.35);
}
.border-purple-500\/40 {
    border-color: rgba(139, 92, 246, 0.4);
}
.border-purple-500\/45 {
    border-color: rgba(139, 92, 246, 0.45);
}
.border-purple-500\/5 {
    border-color: rgba(139, 92, 246, 0.05);
}
.border-purple-500\/50 {
    border-color: rgba(139, 92, 246, 0.5);
}
.border-purple-500\/55 {
    border-color: rgba(139, 92, 246, 0.55);
}
.border-purple-500\/60 {
    border-color: rgba(139, 92, 246, 0.6);
}
.border-purple-500\/65 {
    border-color: rgba(139, 92, 246, 0.65);
}
.border-purple-500\/70 {
    border-color: rgba(139, 92, 246, 0.7);
}
.border-purple-500\/75 {
    border-color: rgba(139, 92, 246, 0.75);
}
.border-purple-500\/80 {
    border-color: rgba(139, 92, 246, 0.8);
}
.border-purple-500\/85 {
    border-color: rgba(139, 92, 246, 0.85);
}
.border-purple-500\/90 {
    border-color: rgba(139, 92, 246, 0.9);
}
.border-purple-500\/95 {
    border-color: rgba(139, 92, 246, 0.95);
}
.border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-purple-600\/0 {
    border-color: rgba(124, 58, 237, 0);
}
.border-purple-600\/10 {
    border-color: rgba(124, 58, 237, 0.1);
}
.border-purple-600\/100 {
    border-color: #7c3aed;
}
.border-purple-600\/15 {
    border-color: rgba(124, 58, 237, 0.15);
}
.border-purple-600\/20 {
    border-color: rgba(124, 58, 237, 0.2);
}
.border-purple-600\/25 {
    border-color: rgba(124, 58, 237, 0.25);
}
.border-purple-600\/30 {
    border-color: rgba(124, 58, 237, 0.3);
}
.border-purple-600\/35 {
    border-color: rgba(124, 58, 237, 0.35);
}
.border-purple-600\/40 {
    border-color: rgba(124, 58, 237, 0.4);
}
.border-purple-600\/45 {
    border-color: rgba(124, 58, 237, 0.45);
}
.border-purple-600\/5 {
    border-color: rgba(124, 58, 237, 0.05);
}
.border-purple-600\/50 {
    border-color: rgba(124, 58, 237, 0.5);
}
.border-purple-600\/55 {
    border-color: rgba(124, 58, 237, 0.55);
}
.border-purple-600\/60 {
    border-color: rgba(124, 58, 237, 0.6);
}
.border-purple-600\/65 {
    border-color: rgba(124, 58, 237, 0.65);
}
.border-purple-600\/70 {
    border-color: rgba(124, 58, 237, 0.7);
}
.border-purple-600\/75 {
    border-color: rgba(124, 58, 237, 0.75);
}
.border-purple-600\/80 {
    border-color: rgba(124, 58, 237, 0.8);
}
.border-purple-600\/85 {
    border-color: rgba(124, 58, 237, 0.85);
}
.border-purple-600\/90 {
    border-color: rgba(124, 58, 237, 0.9);
}
.border-purple-600\/95 {
    border-color: rgba(124, 58, 237, 0.95);
}
.border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-purple-700\/0 {
    border-color: rgba(109, 40, 217, 0);
}
.border-purple-700\/10 {
    border-color: rgba(109, 40, 217, 0.1);
}
.border-purple-700\/100 {
    border-color: #6d28d9;
}
.border-purple-700\/15 {
    border-color: rgba(109, 40, 217, 0.15);
}
.border-purple-700\/20 {
    border-color: rgba(109, 40, 217, 0.2);
}
.border-purple-700\/25 {
    border-color: rgba(109, 40, 217, 0.25);
}
.border-purple-700\/30 {
    border-color: rgba(109, 40, 217, 0.3);
}
.border-purple-700\/35 {
    border-color: rgba(109, 40, 217, 0.35);
}
.border-purple-700\/40 {
    border-color: rgba(109, 40, 217, 0.4);
}
.border-purple-700\/45 {
    border-color: rgba(109, 40, 217, 0.45);
}
.border-purple-700\/5 {
    border-color: rgba(109, 40, 217, 0.05);
}
.border-purple-700\/50 {
    border-color: rgba(109, 40, 217, 0.5);
}
.border-purple-700\/55 {
    border-color: rgba(109, 40, 217, 0.55);
}
.border-purple-700\/60 {
    border-color: rgba(109, 40, 217, 0.6);
}
.border-purple-700\/65 {
    border-color: rgba(109, 40, 217, 0.65);
}
.border-purple-700\/70 {
    border-color: rgba(109, 40, 217, 0.7);
}
.border-purple-700\/75 {
    border-color: rgba(109, 40, 217, 0.75);
}
.border-purple-700\/80 {
    border-color: rgba(109, 40, 217, 0.8);
}
.border-purple-700\/85 {
    border-color: rgba(109, 40, 217, 0.85);
}
.border-purple-700\/90 {
    border-color: rgba(109, 40, 217, 0.9);
}
.border-purple-700\/95 {
    border-color: rgba(109, 40, 217, 0.95);
}
.border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-purple-800\/0 {
    border-color: rgba(91, 33, 182, 0);
}
.border-purple-800\/10 {
    border-color: rgba(91, 33, 182, 0.1);
}
.border-purple-800\/100 {
    border-color: #5b21b6;
}
.border-purple-800\/15 {
    border-color: rgba(91, 33, 182, 0.15);
}
.border-purple-800\/20 {
    border-color: rgba(91, 33, 182, 0.2);
}
.border-purple-800\/25 {
    border-color: rgba(91, 33, 182, 0.25);
}
.border-purple-800\/30 {
    border-color: rgba(91, 33, 182, 0.3);
}
.border-purple-800\/35 {
    border-color: rgba(91, 33, 182, 0.35);
}
.border-purple-800\/40 {
    border-color: rgba(91, 33, 182, 0.4);
}
.border-purple-800\/45 {
    border-color: rgba(91, 33, 182, 0.45);
}
.border-purple-800\/5 {
    border-color: rgba(91, 33, 182, 0.05);
}
.border-purple-800\/50 {
    border-color: rgba(91, 33, 182, 0.5);
}
.border-purple-800\/55 {
    border-color: rgba(91, 33, 182, 0.55);
}
.border-purple-800\/60 {
    border-color: rgba(91, 33, 182, 0.6);
}
.border-purple-800\/65 {
    border-color: rgba(91, 33, 182, 0.65);
}
.border-purple-800\/70 {
    border-color: rgba(91, 33, 182, 0.7);
}
.border-purple-800\/75 {
    border-color: rgba(91, 33, 182, 0.75);
}
.border-purple-800\/80 {
    border-color: rgba(91, 33, 182, 0.8);
}
.border-purple-800\/85 {
    border-color: rgba(91, 33, 182, 0.85);
}
.border-purple-800\/90 {
    border-color: rgba(91, 33, 182, 0.9);
}
.border-purple-800\/95 {
    border-color: rgba(91, 33, 182, 0.95);
}
.border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-purple-900\/0 {
    border-color: rgba(76, 29, 149, 0);
}
.border-purple-900\/10 {
    border-color: rgba(76, 29, 149, 0.1);
}
.border-purple-900\/100 {
    border-color: #4c1d95;
}
.border-purple-900\/15 {
    border-color: rgba(76, 29, 149, 0.15);
}
.border-purple-900\/20 {
    border-color: rgba(76, 29, 149, 0.2);
}
.border-purple-900\/25 {
    border-color: rgba(76, 29, 149, 0.25);
}
.border-purple-900\/30 {
    border-color: rgba(76, 29, 149, 0.3);
}
.border-purple-900\/35 {
    border-color: rgba(76, 29, 149, 0.35);
}
.border-purple-900\/40 {
    border-color: rgba(76, 29, 149, 0.4);
}
.border-purple-900\/45 {
    border-color: rgba(76, 29, 149, 0.45);
}
.border-purple-900\/5 {
    border-color: rgba(76, 29, 149, 0.05);
}
.border-purple-900\/50 {
    border-color: rgba(76, 29, 149, 0.5);
}
.border-purple-900\/55 {
    border-color: rgba(76, 29, 149, 0.55);
}
.border-purple-900\/60 {
    border-color: rgba(76, 29, 149, 0.6);
}
.border-purple-900\/65 {
    border-color: rgba(76, 29, 149, 0.65);
}
.border-purple-900\/70 {
    border-color: rgba(76, 29, 149, 0.7);
}
.border-purple-900\/75 {
    border-color: rgba(76, 29, 149, 0.75);
}
.border-purple-900\/80 {
    border-color: rgba(76, 29, 149, 0.8);
}
.border-purple-900\/85 {
    border-color: rgba(76, 29, 149, 0.85);
}
.border-purple-900\/90 {
    border-color: rgba(76, 29, 149, 0.9);
}
.border-purple-900\/95 {
    border-color: rgba(76, 29, 149, 0.95);
}
.border-rdv-blue {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.border-rdv-blue\/15 {
    border-color: rgba(51, 89, 165, 0.15);
}
.border-rdv-blue\/20 {
    border-color: rgba(51, 89, 165, 0.2);
}
.border-rdv-blueribbon {
    --tw-border-opacity: 1;
    border-color: rgb(38 77 145 / var(--tw-border-opacity, 1));
}
.border-rdv-botticelli {
    --tw-border-opacity: 1;
    border-color: rgb(212 222 239 / var(--tw-border-opacity, 1));
}
.border-rdv-botticelli\/20 {
    border-color: rgba(212, 222, 239, 0.2);
}
.border-rdv-botticelli\/30 {
    border-color: rgba(212, 222, 239, 0.3);
}
.border-rdv-ghost {
    --tw-border-opacity: 1;
    border-color: rgb(198 205 216 / var(--tw-border-opacity, 1));
}
.border-rdv-highlight {
    --tw-border-opacity: 1;
    border-color: rgb(246 219 120 / var(--tw-border-opacity, 1));
}
.border-rdv-orange {
    --tw-border-opacity: 1;
    border-color: rgb(242 140 56 / var(--tw-border-opacity, 1));
}
.border-rdv-puertorico {
    --tw-border-opacity: 1;
    border-color: rgb(87 184 147 / var(--tw-border-opacity, 1));
}
.border-rdv-puertorico\/50 {
    border-color: rgba(87, 184, 147, 0.5);
}
.border-rdv-whitelilac {
    --tw-border-opacity: 1;
    border-color: rgb(243 245 250 / var(--tw-border-opacity, 1));
}
.border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
    border-color: hsla(0, 93%, 94%, 0);
}
.border-red-100\/10 {
    border-color: hsla(0, 93%, 94%, 0.1);
}
.border-red-100\/100 {
    border-color: #fee2e2;
}
.border-red-100\/15 {
    border-color: hsla(0, 93%, 94%, 0.15);
}
.border-red-100\/20 {
    border-color: hsla(0, 93%, 94%, 0.2);
}
.border-red-100\/25 {
    border-color: hsla(0, 93%, 94%, 0.25);
}
.border-red-100\/30 {
    border-color: hsla(0, 93%, 94%, 0.3);
}
.border-red-100\/35 {
    border-color: hsla(0, 93%, 94%, 0.35);
}
.border-red-100\/40 {
    border-color: hsla(0, 93%, 94%, 0.4);
}
.border-red-100\/45 {
    border-color: hsla(0, 93%, 94%, 0.45);
}
.border-red-100\/5 {
    border-color: hsla(0, 93%, 94%, 0.05);
}
.border-red-100\/50 {
    border-color: hsla(0, 93%, 94%, 0.5);
}
.border-red-100\/55 {
    border-color: hsla(0, 93%, 94%, 0.55);
}
.border-red-100\/60 {
    border-color: hsla(0, 93%, 94%, 0.6);
}
.border-red-100\/65 {
    border-color: hsla(0, 93%, 94%, 0.65);
}
.border-red-100\/70 {
    border-color: hsla(0, 93%, 94%, 0.7);
}
.border-red-100\/75 {
    border-color: hsla(0, 93%, 94%, 0.75);
}
.border-red-100\/80 {
    border-color: hsla(0, 93%, 94%, 0.8);
}
.border-red-100\/85 {
    border-color: hsla(0, 93%, 94%, 0.85);
}
.border-red-100\/90 {
    border-color: hsla(0, 93%, 94%, 0.9);
}
.border-red-100\/95 {
    border-color: hsla(0, 93%, 94%, 0.95);
}
.border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
    border-color: hsla(0, 96%, 89%, 0);
}
.border-red-200\/10 {
    border-color: hsla(0, 96%, 89%, 0.1);
}
.border-red-200\/100 {
    border-color: #fecaca;
}
.border-red-200\/15 {
    border-color: hsla(0, 96%, 89%, 0.15);
}
.border-red-200\/20 {
    border-color: hsla(0, 96%, 89%, 0.2);
}
.border-red-200\/25 {
    border-color: hsla(0, 96%, 89%, 0.25);
}
.border-red-200\/30 {
    border-color: hsla(0, 96%, 89%, 0.3);
}
.border-red-200\/35 {
    border-color: hsla(0, 96%, 89%, 0.35);
}
.border-red-200\/40 {
    border-color: hsla(0, 96%, 89%, 0.4);
}
.border-red-200\/45 {
    border-color: hsla(0, 96%, 89%, 0.45);
}
.border-red-200\/5 {
    border-color: hsla(0, 96%, 89%, 0.05);
}
.border-red-200\/50 {
    border-color: hsla(0, 96%, 89%, 0.5);
}
.border-red-200\/55 {
    border-color: hsla(0, 96%, 89%, 0.55);
}
.border-red-200\/60 {
    border-color: hsla(0, 96%, 89%, 0.6);
}
.border-red-200\/65 {
    border-color: hsla(0, 96%, 89%, 0.65);
}
.border-red-200\/70 {
    border-color: hsla(0, 96%, 89%, 0.7);
}
.border-red-200\/75 {
    border-color: hsla(0, 96%, 89%, 0.75);
}
.border-red-200\/80 {
    border-color: hsla(0, 96%, 89%, 0.8);
}
.border-red-200\/85 {
    border-color: hsla(0, 96%, 89%, 0.85);
}
.border-red-200\/90 {
    border-color: hsla(0, 96%, 89%, 0.9);
}
.border-red-200\/95 {
    border-color: hsla(0, 96%, 89%, 0.95);
}
.border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
    border-color: hsla(0, 94%, 82%, 0);
}
.border-red-300\/10 {
    border-color: hsla(0, 94%, 82%, 0.1);
}
.border-red-300\/100 {
    border-color: #fca5a5;
}
.border-red-300\/15 {
    border-color: hsla(0, 94%, 82%, 0.15);
}
.border-red-300\/20 {
    border-color: hsla(0, 94%, 82%, 0.2);
}
.border-red-300\/25 {
    border-color: hsla(0, 94%, 82%, 0.25);
}
.border-red-300\/30 {
    border-color: hsla(0, 94%, 82%, 0.3);
}
.border-red-300\/35 {
    border-color: hsla(0, 94%, 82%, 0.35);
}
.border-red-300\/40 {
    border-color: hsla(0, 94%, 82%, 0.4);
}
.border-red-300\/45 {
    border-color: hsla(0, 94%, 82%, 0.45);
}
.border-red-300\/5 {
    border-color: hsla(0, 94%, 82%, 0.05);
}
.border-red-300\/50 {
    border-color: hsla(0, 94%, 82%, 0.5);
}
.border-red-300\/55 {
    border-color: hsla(0, 94%, 82%, 0.55);
}
.border-red-300\/60 {
    border-color: hsla(0, 94%, 82%, 0.6);
}
.border-red-300\/65 {
    border-color: hsla(0, 94%, 82%, 0.65);
}
.border-red-300\/70 {
    border-color: hsla(0, 94%, 82%, 0.7);
}
.border-red-300\/75 {
    border-color: hsla(0, 94%, 82%, 0.75);
}
.border-red-300\/80 {
    border-color: hsla(0, 94%, 82%, 0.8);
}
.border-red-300\/85 {
    border-color: hsla(0, 94%, 82%, 0.85);
}
.border-red-300\/90 {
    border-color: hsla(0, 94%, 82%, 0.9);
}
.border-red-300\/95 {
    border-color: hsla(0, 94%, 82%, 0.95);
}
.border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
    border-color: hsla(0, 91%, 71%, 0);
}
.border-red-400\/10 {
    border-color: hsla(0, 91%, 71%, 0.1);
}
.border-red-400\/100 {
    border-color: #f87171;
}
.border-red-400\/15 {
    border-color: hsla(0, 91%, 71%, 0.15);
}
.border-red-400\/20 {
    border-color: hsla(0, 91%, 71%, 0.2);
}
.border-red-400\/25 {
    border-color: hsla(0, 91%, 71%, 0.25);
}
.border-red-400\/30 {
    border-color: hsla(0, 91%, 71%, 0.3);
}
.border-red-400\/35 {
    border-color: hsla(0, 91%, 71%, 0.35);
}
.border-red-400\/40 {
    border-color: hsla(0, 91%, 71%, 0.4);
}
.border-red-400\/45 {
    border-color: hsla(0, 91%, 71%, 0.45);
}
.border-red-400\/5 {
    border-color: hsla(0, 91%, 71%, 0.05);
}
.border-red-400\/50 {
    border-color: hsla(0, 91%, 71%, 0.5);
}
.border-red-400\/55 {
    border-color: hsla(0, 91%, 71%, 0.55);
}
.border-red-400\/60 {
    border-color: hsla(0, 91%, 71%, 0.6);
}
.border-red-400\/65 {
    border-color: hsla(0, 91%, 71%, 0.65);
}
.border-red-400\/70 {
    border-color: hsla(0, 91%, 71%, 0.7);
}
.border-red-400\/75 {
    border-color: hsla(0, 91%, 71%, 0.75);
}
.border-red-400\/80 {
    border-color: hsla(0, 91%, 71%, 0.8);
}
.border-red-400\/85 {
    border-color: hsla(0, 91%, 71%, 0.85);
}
.border-red-400\/90 {
    border-color: hsla(0, 91%, 71%, 0.9);
}
.border-red-400\/95 {
    border-color: hsla(0, 91%, 71%, 0.95);
}
.border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
    border-color: hsla(0, 86%, 97%, 0);
}
.border-red-50\/10 {
    border-color: hsla(0, 86%, 97%, 0.1);
}
.border-red-50\/100 {
    border-color: #fef2f2;
}
.border-red-50\/15 {
    border-color: hsla(0, 86%, 97%, 0.15);
}
.border-red-50\/20 {
    border-color: hsla(0, 86%, 97%, 0.2);
}
.border-red-50\/25 {
    border-color: hsla(0, 86%, 97%, 0.25);
}
.border-red-50\/30 {
    border-color: hsla(0, 86%, 97%, 0.3);
}
.border-red-50\/35 {
    border-color: hsla(0, 86%, 97%, 0.35);
}
.border-red-50\/40 {
    border-color: hsla(0, 86%, 97%, 0.4);
}
.border-red-50\/45 {
    border-color: hsla(0, 86%, 97%, 0.45);
}
.border-red-50\/5 {
    border-color: hsla(0, 86%, 97%, 0.05);
}
.border-red-50\/50 {
    border-color: hsla(0, 86%, 97%, 0.5);
}
.border-red-50\/55 {
    border-color: hsla(0, 86%, 97%, 0.55);
}
.border-red-50\/60 {
    border-color: hsla(0, 86%, 97%, 0.6);
}
.border-red-50\/65 {
    border-color: hsla(0, 86%, 97%, 0.65);
}
.border-red-50\/70 {
    border-color: hsla(0, 86%, 97%, 0.7);
}
.border-red-50\/75 {
    border-color: hsla(0, 86%, 97%, 0.75);
}
.border-red-50\/80 {
    border-color: hsla(0, 86%, 97%, 0.8);
}
.border-red-50\/85 {
    border-color: hsla(0, 86%, 97%, 0.85);
}
.border-red-50\/90 {
    border-color: hsla(0, 86%, 97%, 0.9);
}
.border-red-50\/95 {
    border-color: hsla(0, 86%, 97%, 0.95);
}
.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
    border-color: rgba(239, 68, 68, 0);
}
.border-red-500\/10 {
    border-color: rgba(239, 68, 68, 0.1);
}
.border-red-500\/100 {
    border-color: #ef4444;
}
.border-red-500\/15 {
    border-color: rgba(239, 68, 68, 0.15);
}
.border-red-500\/20 {
    border-color: rgba(239, 68, 68, 0.2);
}
.border-red-500\/25 {
    border-color: rgba(239, 68, 68, 0.25);
}
.border-red-500\/30 {
    border-color: rgba(239, 68, 68, 0.3);
}
.border-red-500\/35 {
    border-color: rgba(239, 68, 68, 0.35);
}
.border-red-500\/40 {
    border-color: rgba(239, 68, 68, 0.4);
}
.border-red-500\/45 {
    border-color: rgba(239, 68, 68, 0.45);
}
.border-red-500\/5 {
    border-color: rgba(239, 68, 68, 0.05);
}
.border-red-500\/50 {
    border-color: rgba(239, 68, 68, 0.5);
}
.border-red-500\/55 {
    border-color: rgba(239, 68, 68, 0.55);
}
.border-red-500\/60 {
    border-color: rgba(239, 68, 68, 0.6);
}
.border-red-500\/65 {
    border-color: rgba(239, 68, 68, 0.65);
}
.border-red-500\/70 {
    border-color: rgba(239, 68, 68, 0.7);
}
.border-red-500\/75 {
    border-color: rgba(239, 68, 68, 0.75);
}
.border-red-500\/80 {
    border-color: rgba(239, 68, 68, 0.8);
}
.border-red-500\/85 {
    border-color: rgba(239, 68, 68, 0.85);
}
.border-red-500\/90 {
    border-color: rgba(239, 68, 68, 0.9);
}
.border-red-500\/95 {
    border-color: rgba(239, 68, 68, 0.95);
}
.border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
    border-color: rgba(220, 38, 38, 0);
}
.border-red-600\/10 {
    border-color: rgba(220, 38, 38, 0.1);
}
.border-red-600\/100 {
    border-color: #dc2626;
}
.border-red-600\/15 {
    border-color: rgba(220, 38, 38, 0.15);
}
.border-red-600\/20 {
    border-color: rgba(220, 38, 38, 0.2);
}
.border-red-600\/25 {
    border-color: rgba(220, 38, 38, 0.25);
}
.border-red-600\/30 {
    border-color: rgba(220, 38, 38, 0.3);
}
.border-red-600\/35 {
    border-color: rgba(220, 38, 38, 0.35);
}
.border-red-600\/40 {
    border-color: rgba(220, 38, 38, 0.4);
}
.border-red-600\/45 {
    border-color: rgba(220, 38, 38, 0.45);
}
.border-red-600\/5 {
    border-color: rgba(220, 38, 38, 0.05);
}
.border-red-600\/50 {
    border-color: rgba(220, 38, 38, 0.5);
}
.border-red-600\/55 {
    border-color: rgba(220, 38, 38, 0.55);
}
.border-red-600\/60 {
    border-color: rgba(220, 38, 38, 0.6);
}
.border-red-600\/65 {
    border-color: rgba(220, 38, 38, 0.65);
}
.border-red-600\/70 {
    border-color: rgba(220, 38, 38, 0.7);
}
.border-red-600\/75 {
    border-color: rgba(220, 38, 38, 0.75);
}
.border-red-600\/80 {
    border-color: rgba(220, 38, 38, 0.8);
}
.border-red-600\/85 {
    border-color: rgba(220, 38, 38, 0.85);
}
.border-red-600\/90 {
    border-color: rgba(220, 38, 38, 0.9);
}
.border-red-600\/95 {
    border-color: rgba(220, 38, 38, 0.95);
}
.border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-red-700\/0 {
    border-color: rgba(185, 28, 28, 0);
}
.border-red-700\/10 {
    border-color: rgba(185, 28, 28, 0.1);
}
.border-red-700\/100 {
    border-color: #b91c1c;
}
.border-red-700\/15 {
    border-color: rgba(185, 28, 28, 0.15);
}
.border-red-700\/20 {
    border-color: rgba(185, 28, 28, 0.2);
}
.border-red-700\/25 {
    border-color: rgba(185, 28, 28, 0.25);
}
.border-red-700\/30 {
    border-color: rgba(185, 28, 28, 0.3);
}
.border-red-700\/35 {
    border-color: rgba(185, 28, 28, 0.35);
}
.border-red-700\/40 {
    border-color: rgba(185, 28, 28, 0.4);
}
.border-red-700\/45 {
    border-color: rgba(185, 28, 28, 0.45);
}
.border-red-700\/5 {
    border-color: rgba(185, 28, 28, 0.05);
}
.border-red-700\/50 {
    border-color: rgba(185, 28, 28, 0.5);
}
.border-red-700\/55 {
    border-color: rgba(185, 28, 28, 0.55);
}
.border-red-700\/60 {
    border-color: rgba(185, 28, 28, 0.6);
}
.border-red-700\/65 {
    border-color: rgba(185, 28, 28, 0.65);
}
.border-red-700\/70 {
    border-color: rgba(185, 28, 28, 0.7);
}
.border-red-700\/75 {
    border-color: rgba(185, 28, 28, 0.75);
}
.border-red-700\/80 {
    border-color: rgba(185, 28, 28, 0.8);
}
.border-red-700\/85 {
    border-color: rgba(185, 28, 28, 0.85);
}
.border-red-700\/90 {
    border-color: rgba(185, 28, 28, 0.9);
}
.border-red-700\/95 {
    border-color: rgba(185, 28, 28, 0.95);
}
.border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
    border-color: rgba(153, 27, 27, 0);
}
.border-red-800\/10 {
    border-color: rgba(153, 27, 27, 0.1);
}
.border-red-800\/100 {
    border-color: #991b1b;
}
.border-red-800\/15 {
    border-color: rgba(153, 27, 27, 0.15);
}
.border-red-800\/20 {
    border-color: rgba(153, 27, 27, 0.2);
}
.border-red-800\/25 {
    border-color: rgba(153, 27, 27, 0.25);
}
.border-red-800\/30 {
    border-color: rgba(153, 27, 27, 0.3);
}
.border-red-800\/35 {
    border-color: rgba(153, 27, 27, 0.35);
}
.border-red-800\/40 {
    border-color: rgba(153, 27, 27, 0.4);
}
.border-red-800\/45 {
    border-color: rgba(153, 27, 27, 0.45);
}
.border-red-800\/5 {
    border-color: rgba(153, 27, 27, 0.05);
}
.border-red-800\/50 {
    border-color: rgba(153, 27, 27, 0.5);
}
.border-red-800\/55 {
    border-color: rgba(153, 27, 27, 0.55);
}
.border-red-800\/60 {
    border-color: rgba(153, 27, 27, 0.6);
}
.border-red-800\/65 {
    border-color: rgba(153, 27, 27, 0.65);
}
.border-red-800\/70 {
    border-color: rgba(153, 27, 27, 0.7);
}
.border-red-800\/75 {
    border-color: rgba(153, 27, 27, 0.75);
}
.border-red-800\/80 {
    border-color: rgba(153, 27, 27, 0.8);
}
.border-red-800\/85 {
    border-color: rgba(153, 27, 27, 0.85);
}
.border-red-800\/90 {
    border-color: rgba(153, 27, 27, 0.9);
}
.border-red-800\/95 {
    border-color: rgba(153, 27, 27, 0.95);
}
.border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
    border-color: rgba(127, 29, 29, 0);
}
.border-red-900\/10 {
    border-color: rgba(127, 29, 29, 0.1);
}
.border-red-900\/100 {
    border-color: #7f1d1d;
}
.border-red-900\/15 {
    border-color: rgba(127, 29, 29, 0.15);
}
.border-red-900\/20 {
    border-color: rgba(127, 29, 29, 0.2);
}
.border-red-900\/25 {
    border-color: rgba(127, 29, 29, 0.25);
}
.border-red-900\/30 {
    border-color: rgba(127, 29, 29, 0.3);
}
.border-red-900\/35 {
    border-color: rgba(127, 29, 29, 0.35);
}
.border-red-900\/40 {
    border-color: rgba(127, 29, 29, 0.4);
}
.border-red-900\/45 {
    border-color: rgba(127, 29, 29, 0.45);
}
.border-red-900\/5 {
    border-color: rgba(127, 29, 29, 0.05);
}
.border-red-900\/50 {
    border-color: rgba(127, 29, 29, 0.5);
}
.border-red-900\/55 {
    border-color: rgba(127, 29, 29, 0.55);
}
.border-red-900\/60 {
    border-color: rgba(127, 29, 29, 0.6);
}
.border-red-900\/65 {
    border-color: rgba(127, 29, 29, 0.65);
}
.border-red-900\/70 {
    border-color: rgba(127, 29, 29, 0.7);
}
.border-red-900\/75 {
    border-color: rgba(127, 29, 29, 0.75);
}
.border-red-900\/80 {
    border-color: rgba(127, 29, 29, 0.8);
}
.border-red-900\/85 {
    border-color: rgba(127, 29, 29, 0.85);
}
.border-red-900\/90 {
    border-color: rgba(127, 29, 29, 0.9);
}
.border-red-900\/95 {
    border-color: rgba(127, 29, 29, 0.95);
}
.border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-rose-100\/0 {
    border-color: rgba(255, 228, 230, 0);
}
.border-rose-100\/10 {
    border-color: rgba(255, 228, 230, 0.1);
}
.border-rose-100\/100 {
    border-color: #ffe4e6;
}
.border-rose-100\/15 {
    border-color: rgba(255, 228, 230, 0.15);
}
.border-rose-100\/20 {
    border-color: rgba(255, 228, 230, 0.2);
}
.border-rose-100\/25 {
    border-color: rgba(255, 228, 230, 0.25);
}
.border-rose-100\/30 {
    border-color: rgba(255, 228, 230, 0.3);
}
.border-rose-100\/35 {
    border-color: rgba(255, 228, 230, 0.35);
}
.border-rose-100\/40 {
    border-color: rgba(255, 228, 230, 0.4);
}
.border-rose-100\/45 {
    border-color: rgba(255, 228, 230, 0.45);
}
.border-rose-100\/5 {
    border-color: rgba(255, 228, 230, 0.05);
}
.border-rose-100\/50 {
    border-color: rgba(255, 228, 230, 0.5);
}
.border-rose-100\/55 {
    border-color: rgba(255, 228, 230, 0.55);
}
.border-rose-100\/60 {
    border-color: rgba(255, 228, 230, 0.6);
}
.border-rose-100\/65 {
    border-color: rgba(255, 228, 230, 0.65);
}
.border-rose-100\/70 {
    border-color: rgba(255, 228, 230, 0.7);
}
.border-rose-100\/75 {
    border-color: rgba(255, 228, 230, 0.75);
}
.border-rose-100\/80 {
    border-color: rgba(255, 228, 230, 0.8);
}
.border-rose-100\/85 {
    border-color: rgba(255, 228, 230, 0.85);
}
.border-rose-100\/90 {
    border-color: rgba(255, 228, 230, 0.9);
}
.border-rose-100\/95 {
    border-color: rgba(255, 228, 230, 0.95);
}
.border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-rose-200\/0 {
    border-color: rgba(254, 205, 211, 0);
}
.border-rose-200\/10 {
    border-color: rgba(254, 205, 211, 0.1);
}
.border-rose-200\/100 {
    border-color: #fecdd3;
}
.border-rose-200\/15 {
    border-color: rgba(254, 205, 211, 0.15);
}
.border-rose-200\/20 {
    border-color: rgba(254, 205, 211, 0.2);
}
.border-rose-200\/25 {
    border-color: rgba(254, 205, 211, 0.25);
}
.border-rose-200\/30 {
    border-color: rgba(254, 205, 211, 0.3);
}
.border-rose-200\/35 {
    border-color: rgba(254, 205, 211, 0.35);
}
.border-rose-200\/40 {
    border-color: rgba(254, 205, 211, 0.4);
}
.border-rose-200\/45 {
    border-color: rgba(254, 205, 211, 0.45);
}
.border-rose-200\/5 {
    border-color: rgba(254, 205, 211, 0.05);
}
.border-rose-200\/50 {
    border-color: rgba(254, 205, 211, 0.5);
}
.border-rose-200\/55 {
    border-color: rgba(254, 205, 211, 0.55);
}
.border-rose-200\/60 {
    border-color: rgba(254, 205, 211, 0.6);
}
.border-rose-200\/65 {
    border-color: rgba(254, 205, 211, 0.65);
}
.border-rose-200\/70 {
    border-color: rgba(254, 205, 211, 0.7);
}
.border-rose-200\/75 {
    border-color: rgba(254, 205, 211, 0.75);
}
.border-rose-200\/80 {
    border-color: rgba(254, 205, 211, 0.8);
}
.border-rose-200\/85 {
    border-color: rgba(254, 205, 211, 0.85);
}
.border-rose-200\/90 {
    border-color: rgba(254, 205, 211, 0.9);
}
.border-rose-200\/95 {
    border-color: rgba(254, 205, 211, 0.95);
}
.border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-rose-300\/0 {
    border-color: rgba(253, 164, 175, 0);
}
.border-rose-300\/10 {
    border-color: rgba(253, 164, 175, 0.1);
}
.border-rose-300\/100 {
    border-color: #fda4af;
}
.border-rose-300\/15 {
    border-color: rgba(253, 164, 175, 0.15);
}
.border-rose-300\/20 {
    border-color: rgba(253, 164, 175, 0.2);
}
.border-rose-300\/25 {
    border-color: rgba(253, 164, 175, 0.25);
}
.border-rose-300\/30 {
    border-color: rgba(253, 164, 175, 0.3);
}
.border-rose-300\/35 {
    border-color: rgba(253, 164, 175, 0.35);
}
.border-rose-300\/40 {
    border-color: rgba(253, 164, 175, 0.4);
}
.border-rose-300\/45 {
    border-color: rgba(253, 164, 175, 0.45);
}
.border-rose-300\/5 {
    border-color: rgba(253, 164, 175, 0.05);
}
.border-rose-300\/50 {
    border-color: rgba(253, 164, 175, 0.5);
}
.border-rose-300\/55 {
    border-color: rgba(253, 164, 175, 0.55);
}
.border-rose-300\/60 {
    border-color: rgba(253, 164, 175, 0.6);
}
.border-rose-300\/65 {
    border-color: rgba(253, 164, 175, 0.65);
}
.border-rose-300\/70 {
    border-color: rgba(253, 164, 175, 0.7);
}
.border-rose-300\/75 {
    border-color: rgba(253, 164, 175, 0.75);
}
.border-rose-300\/80 {
    border-color: rgba(253, 164, 175, 0.8);
}
.border-rose-300\/85 {
    border-color: rgba(253, 164, 175, 0.85);
}
.border-rose-300\/90 {
    border-color: rgba(253, 164, 175, 0.9);
}
.border-rose-300\/95 {
    border-color: rgba(253, 164, 175, 0.95);
}
.border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-rose-400\/0 {
    border-color: rgba(251, 113, 133, 0);
}
.border-rose-400\/10 {
    border-color: rgba(251, 113, 133, 0.1);
}
.border-rose-400\/100 {
    border-color: #fb7185;
}
.border-rose-400\/15 {
    border-color: rgba(251, 113, 133, 0.15);
}
.border-rose-400\/20 {
    border-color: rgba(251, 113, 133, 0.2);
}
.border-rose-400\/25 {
    border-color: rgba(251, 113, 133, 0.25);
}
.border-rose-400\/30 {
    border-color: rgba(251, 113, 133, 0.3);
}
.border-rose-400\/35 {
    border-color: rgba(251, 113, 133, 0.35);
}
.border-rose-400\/40 {
    border-color: rgba(251, 113, 133, 0.4);
}
.border-rose-400\/45 {
    border-color: rgba(251, 113, 133, 0.45);
}
.border-rose-400\/5 {
    border-color: rgba(251, 113, 133, 0.05);
}
.border-rose-400\/50 {
    border-color: rgba(251, 113, 133, 0.5);
}
.border-rose-400\/55 {
    border-color: rgba(251, 113, 133, 0.55);
}
.border-rose-400\/60 {
    border-color: rgba(251, 113, 133, 0.6);
}
.border-rose-400\/65 {
    border-color: rgba(251, 113, 133, 0.65);
}
.border-rose-400\/70 {
    border-color: rgba(251, 113, 133, 0.7);
}
.border-rose-400\/75 {
    border-color: rgba(251, 113, 133, 0.75);
}
.border-rose-400\/80 {
    border-color: rgba(251, 113, 133, 0.8);
}
.border-rose-400\/85 {
    border-color: rgba(251, 113, 133, 0.85);
}
.border-rose-400\/90 {
    border-color: rgba(251, 113, 133, 0.9);
}
.border-rose-400\/95 {
    border-color: rgba(251, 113, 133, 0.95);
}
.border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-rose-50\/0 {
    border-color: rgba(255, 241, 242, 0);
}
.border-rose-50\/10 {
    border-color: rgba(255, 241, 242, 0.1);
}
.border-rose-50\/100 {
    border-color: #fff1f2;
}
.border-rose-50\/15 {
    border-color: rgba(255, 241, 242, 0.15);
}
.border-rose-50\/20 {
    border-color: rgba(255, 241, 242, 0.2);
}
.border-rose-50\/25 {
    border-color: rgba(255, 241, 242, 0.25);
}
.border-rose-50\/30 {
    border-color: rgba(255, 241, 242, 0.3);
}
.border-rose-50\/35 {
    border-color: rgba(255, 241, 242, 0.35);
}
.border-rose-50\/40 {
    border-color: rgba(255, 241, 242, 0.4);
}
.border-rose-50\/45 {
    border-color: rgba(255, 241, 242, 0.45);
}
.border-rose-50\/5 {
    border-color: rgba(255, 241, 242, 0.05);
}
.border-rose-50\/50 {
    border-color: rgba(255, 241, 242, 0.5);
}
.border-rose-50\/55 {
    border-color: rgba(255, 241, 242, 0.55);
}
.border-rose-50\/60 {
    border-color: rgba(255, 241, 242, 0.6);
}
.border-rose-50\/65 {
    border-color: rgba(255, 241, 242, 0.65);
}
.border-rose-50\/70 {
    border-color: rgba(255, 241, 242, 0.7);
}
.border-rose-50\/75 {
    border-color: rgba(255, 241, 242, 0.75);
}
.border-rose-50\/80 {
    border-color: rgba(255, 241, 242, 0.8);
}
.border-rose-50\/85 {
    border-color: rgba(255, 241, 242, 0.85);
}
.border-rose-50\/90 {
    border-color: rgba(255, 241, 242, 0.9);
}
.border-rose-50\/95 {
    border-color: rgba(255, 241, 242, 0.95);
}
.border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-rose-500\/0 {
    border-color: rgba(244, 63, 94, 0);
}
.border-rose-500\/10 {
    border-color: rgba(244, 63, 94, 0.1);
}
.border-rose-500\/100 {
    border-color: #f43f5e;
}
.border-rose-500\/15 {
    border-color: rgba(244, 63, 94, 0.15);
}
.border-rose-500\/20 {
    border-color: rgba(244, 63, 94, 0.2);
}
.border-rose-500\/25 {
    border-color: rgba(244, 63, 94, 0.25);
}
.border-rose-500\/30 {
    border-color: rgba(244, 63, 94, 0.3);
}
.border-rose-500\/35 {
    border-color: rgba(244, 63, 94, 0.35);
}
.border-rose-500\/40 {
    border-color: rgba(244, 63, 94, 0.4);
}
.border-rose-500\/45 {
    border-color: rgba(244, 63, 94, 0.45);
}
.border-rose-500\/5 {
    border-color: rgba(244, 63, 94, 0.05);
}
.border-rose-500\/50 {
    border-color: rgba(244, 63, 94, 0.5);
}
.border-rose-500\/55 {
    border-color: rgba(244, 63, 94, 0.55);
}
.border-rose-500\/60 {
    border-color: rgba(244, 63, 94, 0.6);
}
.border-rose-500\/65 {
    border-color: rgba(244, 63, 94, 0.65);
}
.border-rose-500\/70 {
    border-color: rgba(244, 63, 94, 0.7);
}
.border-rose-500\/75 {
    border-color: rgba(244, 63, 94, 0.75);
}
.border-rose-500\/80 {
    border-color: rgba(244, 63, 94, 0.8);
}
.border-rose-500\/85 {
    border-color: rgba(244, 63, 94, 0.85);
}
.border-rose-500\/90 {
    border-color: rgba(244, 63, 94, 0.9);
}
.border-rose-500\/95 {
    border-color: rgba(244, 63, 94, 0.95);
}
.border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-rose-600\/0 {
    border-color: rgba(225, 29, 72, 0);
}
.border-rose-600\/10 {
    border-color: rgba(225, 29, 72, 0.1);
}
.border-rose-600\/100 {
    border-color: #e11d48;
}
.border-rose-600\/15 {
    border-color: rgba(225, 29, 72, 0.15);
}
.border-rose-600\/20 {
    border-color: rgba(225, 29, 72, 0.2);
}
.border-rose-600\/25 {
    border-color: rgba(225, 29, 72, 0.25);
}
.border-rose-600\/30 {
    border-color: rgba(225, 29, 72, 0.3);
}
.border-rose-600\/35 {
    border-color: rgba(225, 29, 72, 0.35);
}
.border-rose-600\/40 {
    border-color: rgba(225, 29, 72, 0.4);
}
.border-rose-600\/45 {
    border-color: rgba(225, 29, 72, 0.45);
}
.border-rose-600\/5 {
    border-color: rgba(225, 29, 72, 0.05);
}
.border-rose-600\/50 {
    border-color: rgba(225, 29, 72, 0.5);
}
.border-rose-600\/55 {
    border-color: rgba(225, 29, 72, 0.55);
}
.border-rose-600\/60 {
    border-color: rgba(225, 29, 72, 0.6);
}
.border-rose-600\/65 {
    border-color: rgba(225, 29, 72, 0.65);
}
.border-rose-600\/70 {
    border-color: rgba(225, 29, 72, 0.7);
}
.border-rose-600\/75 {
    border-color: rgba(225, 29, 72, 0.75);
}
.border-rose-600\/80 {
    border-color: rgba(225, 29, 72, 0.8);
}
.border-rose-600\/85 {
    border-color: rgba(225, 29, 72, 0.85);
}
.border-rose-600\/90 {
    border-color: rgba(225, 29, 72, 0.9);
}
.border-rose-600\/95 {
    border-color: rgba(225, 29, 72, 0.95);
}
.border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-rose-700\/0 {
    border-color: rgba(190, 18, 60, 0);
}
.border-rose-700\/10 {
    border-color: rgba(190, 18, 60, 0.1);
}
.border-rose-700\/100 {
    border-color: #be123c;
}
.border-rose-700\/15 {
    border-color: rgba(190, 18, 60, 0.15);
}
.border-rose-700\/20 {
    border-color: rgba(190, 18, 60, 0.2);
}
.border-rose-700\/25 {
    border-color: rgba(190, 18, 60, 0.25);
}
.border-rose-700\/30 {
    border-color: rgba(190, 18, 60, 0.3);
}
.border-rose-700\/35 {
    border-color: rgba(190, 18, 60, 0.35);
}
.border-rose-700\/40 {
    border-color: rgba(190, 18, 60, 0.4);
}
.border-rose-700\/45 {
    border-color: rgba(190, 18, 60, 0.45);
}
.border-rose-700\/5 {
    border-color: rgba(190, 18, 60, 0.05);
}
.border-rose-700\/50 {
    border-color: rgba(190, 18, 60, 0.5);
}
.border-rose-700\/55 {
    border-color: rgba(190, 18, 60, 0.55);
}
.border-rose-700\/60 {
    border-color: rgba(190, 18, 60, 0.6);
}
.border-rose-700\/65 {
    border-color: rgba(190, 18, 60, 0.65);
}
.border-rose-700\/70 {
    border-color: rgba(190, 18, 60, 0.7);
}
.border-rose-700\/75 {
    border-color: rgba(190, 18, 60, 0.75);
}
.border-rose-700\/80 {
    border-color: rgba(190, 18, 60, 0.8);
}
.border-rose-700\/85 {
    border-color: rgba(190, 18, 60, 0.85);
}
.border-rose-700\/90 {
    border-color: rgba(190, 18, 60, 0.9);
}
.border-rose-700\/95 {
    border-color: rgba(190, 18, 60, 0.95);
}
.border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-rose-800\/0 {
    border-color: rgba(159, 18, 57, 0);
}
.border-rose-800\/10 {
    border-color: rgba(159, 18, 57, 0.1);
}
.border-rose-800\/100 {
    border-color: #9f1239;
}
.border-rose-800\/15 {
    border-color: rgba(159, 18, 57, 0.15);
}
.border-rose-800\/20 {
    border-color: rgba(159, 18, 57, 0.2);
}
.border-rose-800\/25 {
    border-color: rgba(159, 18, 57, 0.25);
}
.border-rose-800\/30 {
    border-color: rgba(159, 18, 57, 0.3);
}
.border-rose-800\/35 {
    border-color: rgba(159, 18, 57, 0.35);
}
.border-rose-800\/40 {
    border-color: rgba(159, 18, 57, 0.4);
}
.border-rose-800\/45 {
    border-color: rgba(159, 18, 57, 0.45);
}
.border-rose-800\/5 {
    border-color: rgba(159, 18, 57, 0.05);
}
.border-rose-800\/50 {
    border-color: rgba(159, 18, 57, 0.5);
}
.border-rose-800\/55 {
    border-color: rgba(159, 18, 57, 0.55);
}
.border-rose-800\/60 {
    border-color: rgba(159, 18, 57, 0.6);
}
.border-rose-800\/65 {
    border-color: rgba(159, 18, 57, 0.65);
}
.border-rose-800\/70 {
    border-color: rgba(159, 18, 57, 0.7);
}
.border-rose-800\/75 {
    border-color: rgba(159, 18, 57, 0.75);
}
.border-rose-800\/80 {
    border-color: rgba(159, 18, 57, 0.8);
}
.border-rose-800\/85 {
    border-color: rgba(159, 18, 57, 0.85);
}
.border-rose-800\/90 {
    border-color: rgba(159, 18, 57, 0.9);
}
.border-rose-800\/95 {
    border-color: rgba(159, 18, 57, 0.95);
}
.border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-rose-900\/0 {
    border-color: rgba(136, 19, 55, 0);
}
.border-rose-900\/10 {
    border-color: rgba(136, 19, 55, 0.1);
}
.border-rose-900\/100 {
    border-color: #881337;
}
.border-rose-900\/15 {
    border-color: rgba(136, 19, 55, 0.15);
}
.border-rose-900\/20 {
    border-color: rgba(136, 19, 55, 0.2);
}
.border-rose-900\/25 {
    border-color: rgba(136, 19, 55, 0.25);
}
.border-rose-900\/30 {
    border-color: rgba(136, 19, 55, 0.3);
}
.border-rose-900\/35 {
    border-color: rgba(136, 19, 55, 0.35);
}
.border-rose-900\/40 {
    border-color: rgba(136, 19, 55, 0.4);
}
.border-rose-900\/45 {
    border-color: rgba(136, 19, 55, 0.45);
}
.border-rose-900\/5 {
    border-color: rgba(136, 19, 55, 0.05);
}
.border-rose-900\/50 {
    border-color: rgba(136, 19, 55, 0.5);
}
.border-rose-900\/55 {
    border-color: rgba(136, 19, 55, 0.55);
}
.border-rose-900\/60 {
    border-color: rgba(136, 19, 55, 0.6);
}
.border-rose-900\/65 {
    border-color: rgba(136, 19, 55, 0.65);
}
.border-rose-900\/70 {
    border-color: rgba(136, 19, 55, 0.7);
}
.border-rose-900\/75 {
    border-color: rgba(136, 19, 55, 0.75);
}
.border-rose-900\/80 {
    border-color: rgba(136, 19, 55, 0.8);
}
.border-rose-900\/85 {
    border-color: rgba(136, 19, 55, 0.85);
}
.border-rose-900\/90 {
    border-color: rgba(136, 19, 55, 0.9);
}
.border-rose-900\/95 {
    border-color: rgba(136, 19, 55, 0.95);
}
.border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-sky-100\/0 {
    border-color: rgba(224, 242, 254, 0);
}
.border-sky-100\/10 {
    border-color: rgba(224, 242, 254, 0.1);
}
.border-sky-100\/100 {
    border-color: #e0f2fe;
}
.border-sky-100\/15 {
    border-color: rgba(224, 242, 254, 0.15);
}
.border-sky-100\/20 {
    border-color: rgba(224, 242, 254, 0.2);
}
.border-sky-100\/25 {
    border-color: rgba(224, 242, 254, 0.25);
}
.border-sky-100\/30 {
    border-color: rgba(224, 242, 254, 0.3);
}
.border-sky-100\/35 {
    border-color: rgba(224, 242, 254, 0.35);
}
.border-sky-100\/40 {
    border-color: rgba(224, 242, 254, 0.4);
}
.border-sky-100\/45 {
    border-color: rgba(224, 242, 254, 0.45);
}
.border-sky-100\/5 {
    border-color: rgba(224, 242, 254, 0.05);
}
.border-sky-100\/50 {
    border-color: rgba(224, 242, 254, 0.5);
}
.border-sky-100\/55 {
    border-color: rgba(224, 242, 254, 0.55);
}
.border-sky-100\/60 {
    border-color: rgba(224, 242, 254, 0.6);
}
.border-sky-100\/65 {
    border-color: rgba(224, 242, 254, 0.65);
}
.border-sky-100\/70 {
    border-color: rgba(224, 242, 254, 0.7);
}
.border-sky-100\/75 {
    border-color: rgba(224, 242, 254, 0.75);
}
.border-sky-100\/80 {
    border-color: rgba(224, 242, 254, 0.8);
}
.border-sky-100\/85 {
    border-color: rgba(224, 242, 254, 0.85);
}
.border-sky-100\/90 {
    border-color: rgba(224, 242, 254, 0.9);
}
.border-sky-100\/95 {
    border-color: rgba(224, 242, 254, 0.95);
}
.border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-sky-200\/0 {
    border-color: rgba(186, 230, 253, 0);
}
.border-sky-200\/10 {
    border-color: rgba(186, 230, 253, 0.1);
}
.border-sky-200\/100 {
    border-color: #bae6fd;
}
.border-sky-200\/15 {
    border-color: rgba(186, 230, 253, 0.15);
}
.border-sky-200\/20 {
    border-color: rgba(186, 230, 253, 0.2);
}
.border-sky-200\/25 {
    border-color: rgba(186, 230, 253, 0.25);
}
.border-sky-200\/30 {
    border-color: rgba(186, 230, 253, 0.3);
}
.border-sky-200\/35 {
    border-color: rgba(186, 230, 253, 0.35);
}
.border-sky-200\/40 {
    border-color: rgba(186, 230, 253, 0.4);
}
.border-sky-200\/45 {
    border-color: rgba(186, 230, 253, 0.45);
}
.border-sky-200\/5 {
    border-color: rgba(186, 230, 253, 0.05);
}
.border-sky-200\/50 {
    border-color: rgba(186, 230, 253, 0.5);
}
.border-sky-200\/55 {
    border-color: rgba(186, 230, 253, 0.55);
}
.border-sky-200\/60 {
    border-color: rgba(186, 230, 253, 0.6);
}
.border-sky-200\/65 {
    border-color: rgba(186, 230, 253, 0.65);
}
.border-sky-200\/70 {
    border-color: rgba(186, 230, 253, 0.7);
}
.border-sky-200\/75 {
    border-color: rgba(186, 230, 253, 0.75);
}
.border-sky-200\/80 {
    border-color: rgba(186, 230, 253, 0.8);
}
.border-sky-200\/85 {
    border-color: rgba(186, 230, 253, 0.85);
}
.border-sky-200\/90 {
    border-color: rgba(186, 230, 253, 0.9);
}
.border-sky-200\/95 {
    border-color: rgba(186, 230, 253, 0.95);
}
.border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-sky-300\/0 {
    border-color: rgba(125, 211, 252, 0);
}
.border-sky-300\/10 {
    border-color: rgba(125, 211, 252, 0.1);
}
.border-sky-300\/100 {
    border-color: #7dd3fc;
}
.border-sky-300\/15 {
    border-color: rgba(125, 211, 252, 0.15);
}
.border-sky-300\/20 {
    border-color: rgba(125, 211, 252, 0.2);
}
.border-sky-300\/25 {
    border-color: rgba(125, 211, 252, 0.25);
}
.border-sky-300\/30 {
    border-color: rgba(125, 211, 252, 0.3);
}
.border-sky-300\/35 {
    border-color: rgba(125, 211, 252, 0.35);
}
.border-sky-300\/40 {
    border-color: rgba(125, 211, 252, 0.4);
}
.border-sky-300\/45 {
    border-color: rgba(125, 211, 252, 0.45);
}
.border-sky-300\/5 {
    border-color: rgba(125, 211, 252, 0.05);
}
.border-sky-300\/50 {
    border-color: rgba(125, 211, 252, 0.5);
}
.border-sky-300\/55 {
    border-color: rgba(125, 211, 252, 0.55);
}
.border-sky-300\/60 {
    border-color: rgba(125, 211, 252, 0.6);
}
.border-sky-300\/65 {
    border-color: rgba(125, 211, 252, 0.65);
}
.border-sky-300\/70 {
    border-color: rgba(125, 211, 252, 0.7);
}
.border-sky-300\/75 {
    border-color: rgba(125, 211, 252, 0.75);
}
.border-sky-300\/80 {
    border-color: rgba(125, 211, 252, 0.8);
}
.border-sky-300\/85 {
    border-color: rgba(125, 211, 252, 0.85);
}
.border-sky-300\/90 {
    border-color: rgba(125, 211, 252, 0.9);
}
.border-sky-300\/95 {
    border-color: rgba(125, 211, 252, 0.95);
}
.border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-sky-400\/0 {
    border-color: rgba(56, 189, 248, 0);
}
.border-sky-400\/10 {
    border-color: rgba(56, 189, 248, 0.1);
}
.border-sky-400\/100 {
    border-color: #38bdf8;
}
.border-sky-400\/15 {
    border-color: rgba(56, 189, 248, 0.15);
}
.border-sky-400\/20 {
    border-color: rgba(56, 189, 248, 0.2);
}
.border-sky-400\/25 {
    border-color: rgba(56, 189, 248, 0.25);
}
.border-sky-400\/30 {
    border-color: rgba(56, 189, 248, 0.3);
}
.border-sky-400\/35 {
    border-color: rgba(56, 189, 248, 0.35);
}
.border-sky-400\/40 {
    border-color: rgba(56, 189, 248, 0.4);
}
.border-sky-400\/45 {
    border-color: rgba(56, 189, 248, 0.45);
}
.border-sky-400\/5 {
    border-color: rgba(56, 189, 248, 0.05);
}
.border-sky-400\/50 {
    border-color: rgba(56, 189, 248, 0.5);
}
.border-sky-400\/55 {
    border-color: rgba(56, 189, 248, 0.55);
}
.border-sky-400\/60 {
    border-color: rgba(56, 189, 248, 0.6);
}
.border-sky-400\/65 {
    border-color: rgba(56, 189, 248, 0.65);
}
.border-sky-400\/70 {
    border-color: rgba(56, 189, 248, 0.7);
}
.border-sky-400\/75 {
    border-color: rgba(56, 189, 248, 0.75);
}
.border-sky-400\/80 {
    border-color: rgba(56, 189, 248, 0.8);
}
.border-sky-400\/85 {
    border-color: rgba(56, 189, 248, 0.85);
}
.border-sky-400\/90 {
    border-color: rgba(56, 189, 248, 0.9);
}
.border-sky-400\/95 {
    border-color: rgba(56, 189, 248, 0.95);
}
.border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-sky-50\/0 {
    border-color: rgba(240, 249, 255, 0);
}
.border-sky-50\/10 {
    border-color: rgba(240, 249, 255, 0.1);
}
.border-sky-50\/100 {
    border-color: #f0f9ff;
}
.border-sky-50\/15 {
    border-color: rgba(240, 249, 255, 0.15);
}
.border-sky-50\/20 {
    border-color: rgba(240, 249, 255, 0.2);
}
.border-sky-50\/25 {
    border-color: rgba(240, 249, 255, 0.25);
}
.border-sky-50\/30 {
    border-color: rgba(240, 249, 255, 0.3);
}
.border-sky-50\/35 {
    border-color: rgba(240, 249, 255, 0.35);
}
.border-sky-50\/40 {
    border-color: rgba(240, 249, 255, 0.4);
}
.border-sky-50\/45 {
    border-color: rgba(240, 249, 255, 0.45);
}
.border-sky-50\/5 {
    border-color: rgba(240, 249, 255, 0.05);
}
.border-sky-50\/50 {
    border-color: rgba(240, 249, 255, 0.5);
}
.border-sky-50\/55 {
    border-color: rgba(240, 249, 255, 0.55);
}
.border-sky-50\/60 {
    border-color: rgba(240, 249, 255, 0.6);
}
.border-sky-50\/65 {
    border-color: rgba(240, 249, 255, 0.65);
}
.border-sky-50\/70 {
    border-color: rgba(240, 249, 255, 0.7);
}
.border-sky-50\/75 {
    border-color: rgba(240, 249, 255, 0.75);
}
.border-sky-50\/80 {
    border-color: rgba(240, 249, 255, 0.8);
}
.border-sky-50\/85 {
    border-color: rgba(240, 249, 255, 0.85);
}
.border-sky-50\/90 {
    border-color: rgba(240, 249, 255, 0.9);
}
.border-sky-50\/95 {
    border-color: rgba(240, 249, 255, 0.95);
}
.border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-sky-500\/0 {
    border-color: rgba(14, 165, 233, 0);
}
.border-sky-500\/10 {
    border-color: rgba(14, 165, 233, 0.1);
}
.border-sky-500\/100 {
    border-color: #0ea5e9;
}
.border-sky-500\/15 {
    border-color: rgba(14, 165, 233, 0.15);
}
.border-sky-500\/20 {
    border-color: rgba(14, 165, 233, 0.2);
}
.border-sky-500\/25 {
    border-color: rgba(14, 165, 233, 0.25);
}
.border-sky-500\/30 {
    border-color: rgba(14, 165, 233, 0.3);
}
.border-sky-500\/35 {
    border-color: rgba(14, 165, 233, 0.35);
}
.border-sky-500\/40 {
    border-color: rgba(14, 165, 233, 0.4);
}
.border-sky-500\/45 {
    border-color: rgba(14, 165, 233, 0.45);
}
.border-sky-500\/5 {
    border-color: rgba(14, 165, 233, 0.05);
}
.border-sky-500\/50 {
    border-color: rgba(14, 165, 233, 0.5);
}
.border-sky-500\/55 {
    border-color: rgba(14, 165, 233, 0.55);
}
.border-sky-500\/60 {
    border-color: rgba(14, 165, 233, 0.6);
}
.border-sky-500\/65 {
    border-color: rgba(14, 165, 233, 0.65);
}
.border-sky-500\/70 {
    border-color: rgba(14, 165, 233, 0.7);
}
.border-sky-500\/75 {
    border-color: rgba(14, 165, 233, 0.75);
}
.border-sky-500\/80 {
    border-color: rgba(14, 165, 233, 0.8);
}
.border-sky-500\/85 {
    border-color: rgba(14, 165, 233, 0.85);
}
.border-sky-500\/90 {
    border-color: rgba(14, 165, 233, 0.9);
}
.border-sky-500\/95 {
    border-color: rgba(14, 165, 233, 0.95);
}
.border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-sky-600\/0 {
    border-color: rgba(2, 132, 199, 0);
}
.border-sky-600\/10 {
    border-color: rgba(2, 132, 199, 0.1);
}
.border-sky-600\/100 {
    border-color: #0284c7;
}
.border-sky-600\/15 {
    border-color: rgba(2, 132, 199, 0.15);
}
.border-sky-600\/20 {
    border-color: rgba(2, 132, 199, 0.2);
}
.border-sky-600\/25 {
    border-color: rgba(2, 132, 199, 0.25);
}
.border-sky-600\/30 {
    border-color: rgba(2, 132, 199, 0.3);
}
.border-sky-600\/35 {
    border-color: rgba(2, 132, 199, 0.35);
}
.border-sky-600\/40 {
    border-color: rgba(2, 132, 199, 0.4);
}
.border-sky-600\/45 {
    border-color: rgba(2, 132, 199, 0.45);
}
.border-sky-600\/5 {
    border-color: rgba(2, 132, 199, 0.05);
}
.border-sky-600\/50 {
    border-color: rgba(2, 132, 199, 0.5);
}
.border-sky-600\/55 {
    border-color: rgba(2, 132, 199, 0.55);
}
.border-sky-600\/60 {
    border-color: rgba(2, 132, 199, 0.6);
}
.border-sky-600\/65 {
    border-color: rgba(2, 132, 199, 0.65);
}
.border-sky-600\/70 {
    border-color: rgba(2, 132, 199, 0.7);
}
.border-sky-600\/75 {
    border-color: rgba(2, 132, 199, 0.75);
}
.border-sky-600\/80 {
    border-color: rgba(2, 132, 199, 0.8);
}
.border-sky-600\/85 {
    border-color: rgba(2, 132, 199, 0.85);
}
.border-sky-600\/90 {
    border-color: rgba(2, 132, 199, 0.9);
}
.border-sky-600\/95 {
    border-color: rgba(2, 132, 199, 0.95);
}
.border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-sky-700\/0 {
    border-color: rgba(3, 105, 161, 0);
}
.border-sky-700\/10 {
    border-color: rgba(3, 105, 161, 0.1);
}
.border-sky-700\/100 {
    border-color: #0369a1;
}
.border-sky-700\/15 {
    border-color: rgba(3, 105, 161, 0.15);
}
.border-sky-700\/20 {
    border-color: rgba(3, 105, 161, 0.2);
}
.border-sky-700\/25 {
    border-color: rgba(3, 105, 161, 0.25);
}
.border-sky-700\/30 {
    border-color: rgba(3, 105, 161, 0.3);
}
.border-sky-700\/35 {
    border-color: rgba(3, 105, 161, 0.35);
}
.border-sky-700\/40 {
    border-color: rgba(3, 105, 161, 0.4);
}
.border-sky-700\/45 {
    border-color: rgba(3, 105, 161, 0.45);
}
.border-sky-700\/5 {
    border-color: rgba(3, 105, 161, 0.05);
}
.border-sky-700\/50 {
    border-color: rgba(3, 105, 161, 0.5);
}
.border-sky-700\/55 {
    border-color: rgba(3, 105, 161, 0.55);
}
.border-sky-700\/60 {
    border-color: rgba(3, 105, 161, 0.6);
}
.border-sky-700\/65 {
    border-color: rgba(3, 105, 161, 0.65);
}
.border-sky-700\/70 {
    border-color: rgba(3, 105, 161, 0.7);
}
.border-sky-700\/75 {
    border-color: rgba(3, 105, 161, 0.75);
}
.border-sky-700\/80 {
    border-color: rgba(3, 105, 161, 0.8);
}
.border-sky-700\/85 {
    border-color: rgba(3, 105, 161, 0.85);
}
.border-sky-700\/90 {
    border-color: rgba(3, 105, 161, 0.9);
}
.border-sky-700\/95 {
    border-color: rgba(3, 105, 161, 0.95);
}
.border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-sky-800\/0 {
    border-color: rgba(7, 89, 133, 0);
}
.border-sky-800\/10 {
    border-color: rgba(7, 89, 133, 0.1);
}
.border-sky-800\/100 {
    border-color: #075985;
}
.border-sky-800\/15 {
    border-color: rgba(7, 89, 133, 0.15);
}
.border-sky-800\/20 {
    border-color: rgba(7, 89, 133, 0.2);
}
.border-sky-800\/25 {
    border-color: rgba(7, 89, 133, 0.25);
}
.border-sky-800\/30 {
    border-color: rgba(7, 89, 133, 0.3);
}
.border-sky-800\/35 {
    border-color: rgba(7, 89, 133, 0.35);
}
.border-sky-800\/40 {
    border-color: rgba(7, 89, 133, 0.4);
}
.border-sky-800\/45 {
    border-color: rgba(7, 89, 133, 0.45);
}
.border-sky-800\/5 {
    border-color: rgba(7, 89, 133, 0.05);
}
.border-sky-800\/50 {
    border-color: rgba(7, 89, 133, 0.5);
}
.border-sky-800\/55 {
    border-color: rgba(7, 89, 133, 0.55);
}
.border-sky-800\/60 {
    border-color: rgba(7, 89, 133, 0.6);
}
.border-sky-800\/65 {
    border-color: rgba(7, 89, 133, 0.65);
}
.border-sky-800\/70 {
    border-color: rgba(7, 89, 133, 0.7);
}
.border-sky-800\/75 {
    border-color: rgba(7, 89, 133, 0.75);
}
.border-sky-800\/80 {
    border-color: rgba(7, 89, 133, 0.8);
}
.border-sky-800\/85 {
    border-color: rgba(7, 89, 133, 0.85);
}
.border-sky-800\/90 {
    border-color: rgba(7, 89, 133, 0.9);
}
.border-sky-800\/95 {
    border-color: rgba(7, 89, 133, 0.95);
}
.border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-sky-900\/0 {
    border-color: rgba(12, 74, 110, 0);
}
.border-sky-900\/10 {
    border-color: rgba(12, 74, 110, 0.1);
}
.border-sky-900\/100 {
    border-color: #0c4a6e;
}
.border-sky-900\/15 {
    border-color: rgba(12, 74, 110, 0.15);
}
.border-sky-900\/20 {
    border-color: rgba(12, 74, 110, 0.2);
}
.border-sky-900\/25 {
    border-color: rgba(12, 74, 110, 0.25);
}
.border-sky-900\/30 {
    border-color: rgba(12, 74, 110, 0.3);
}
.border-sky-900\/35 {
    border-color: rgba(12, 74, 110, 0.35);
}
.border-sky-900\/40 {
    border-color: rgba(12, 74, 110, 0.4);
}
.border-sky-900\/45 {
    border-color: rgba(12, 74, 110, 0.45);
}
.border-sky-900\/5 {
    border-color: rgba(12, 74, 110, 0.05);
}
.border-sky-900\/50 {
    border-color: rgba(12, 74, 110, 0.5);
}
.border-sky-900\/55 {
    border-color: rgba(12, 74, 110, 0.55);
}
.border-sky-900\/60 {
    border-color: rgba(12, 74, 110, 0.6);
}
.border-sky-900\/65 {
    border-color: rgba(12, 74, 110, 0.65);
}
.border-sky-900\/70 {
    border-color: rgba(12, 74, 110, 0.7);
}
.border-sky-900\/75 {
    border-color: rgba(12, 74, 110, 0.75);
}
.border-sky-900\/80 {
    border-color: rgba(12, 74, 110, 0.8);
}
.border-sky-900\/85 {
    border-color: rgba(12, 74, 110, 0.85);
}
.border-sky-900\/90 {
    border-color: rgba(12, 74, 110, 0.9);
}
.border-sky-900\/95 {
    border-color: rgba(12, 74, 110, 0.95);
}
.border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-100\/0 {
    border-color: rgba(241, 245, 249, 0);
}
.border-slate-100\/10 {
    border-color: rgba(241, 245, 249, 0.1);
}
.border-slate-100\/100 {
    border-color: #f1f5f9;
}
.border-slate-100\/15 {
    border-color: rgba(241, 245, 249, 0.15);
}
.border-slate-100\/20 {
    border-color: rgba(241, 245, 249, 0.2);
}
.border-slate-100\/25 {
    border-color: rgba(241, 245, 249, 0.25);
}
.border-slate-100\/30 {
    border-color: rgba(241, 245, 249, 0.3);
}
.border-slate-100\/35 {
    border-color: rgba(241, 245, 249, 0.35);
}
.border-slate-100\/40 {
    border-color: rgba(241, 245, 249, 0.4);
}
.border-slate-100\/45 {
    border-color: rgba(241, 245, 249, 0.45);
}
.border-slate-100\/5 {
    border-color: rgba(241, 245, 249, 0.05);
}
.border-slate-100\/50 {
    border-color: rgba(241, 245, 249, 0.5);
}
.border-slate-100\/55 {
    border-color: rgba(241, 245, 249, 0.55);
}
.border-slate-100\/60 {
    border-color: rgba(241, 245, 249, 0.6);
}
.border-slate-100\/65 {
    border-color: rgba(241, 245, 249, 0.65);
}
.border-slate-100\/70 {
    border-color: rgba(241, 245, 249, 0.7);
}
.border-slate-100\/75 {
    border-color: rgba(241, 245, 249, 0.75);
}
.border-slate-100\/80 {
    border-color: rgba(241, 245, 249, 0.8);
}
.border-slate-100\/85 {
    border-color: rgba(241, 245, 249, 0.85);
}
.border-slate-100\/90 {
    border-color: rgba(241, 245, 249, 0.9);
}
.border-slate-100\/95 {
    border-color: rgba(241, 245, 249, 0.95);
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/0 {
    border-color: rgba(226, 232, 240, 0);
}
.border-slate-200\/10 {
    border-color: rgba(226, 232, 240, 0.1);
}
.border-slate-200\/100 {
    border-color: #e2e8f0;
}
.border-slate-200\/15 {
    border-color: rgba(226, 232, 240, 0.15);
}
.border-slate-200\/20 {
    border-color: rgba(226, 232, 240, 0.2);
}
.border-slate-200\/25 {
    border-color: rgba(226, 232, 240, 0.25);
}
.border-slate-200\/30 {
    border-color: rgba(226, 232, 240, 0.3);
}
.border-slate-200\/35 {
    border-color: rgba(226, 232, 240, 0.35);
}
.border-slate-200\/40 {
    border-color: rgba(226, 232, 240, 0.4);
}
.border-slate-200\/45 {
    border-color: rgba(226, 232, 240, 0.45);
}
.border-slate-200\/5 {
    border-color: rgba(226, 232, 240, 0.05);
}
.border-slate-200\/50 {
    border-color: rgba(226, 232, 240, 0.5);
}
.border-slate-200\/55 {
    border-color: rgba(226, 232, 240, 0.55);
}
.border-slate-200\/60 {
    border-color: rgba(226, 232, 240, 0.6);
}
.border-slate-200\/65 {
    border-color: rgba(226, 232, 240, 0.65);
}
.border-slate-200\/70 {
    border-color: rgba(226, 232, 240, 0.7);
}
.border-slate-200\/75 {
    border-color: rgba(226, 232, 240, 0.75);
}
.border-slate-200\/80 {
    border-color: rgba(226, 232, 240, 0.8);
}
.border-slate-200\/85 {
    border-color: rgba(226, 232, 240, 0.85);
}
.border-slate-200\/90 {
    border-color: rgba(226, 232, 240, 0.9);
}
.border-slate-200\/95 {
    border-color: rgba(226, 232, 240, 0.95);
}
.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-300\/0 {
    border-color: rgba(203, 213, 225, 0);
}
.border-slate-300\/10 {
    border-color: rgba(203, 213, 225, 0.1);
}
.border-slate-300\/100 {
    border-color: #cbd5e1;
}
.border-slate-300\/15 {
    border-color: rgba(203, 213, 225, 0.15);
}
.border-slate-300\/20 {
    border-color: rgba(203, 213, 225, 0.2);
}
.border-slate-300\/25 {
    border-color: rgba(203, 213, 225, 0.25);
}
.border-slate-300\/30 {
    border-color: rgba(203, 213, 225, 0.3);
}
.border-slate-300\/35 {
    border-color: rgba(203, 213, 225, 0.35);
}
.border-slate-300\/40 {
    border-color: rgba(203, 213, 225, 0.4);
}
.border-slate-300\/45 {
    border-color: rgba(203, 213, 225, 0.45);
}
.border-slate-300\/5 {
    border-color: rgba(203, 213, 225, 0.05);
}
.border-slate-300\/50 {
    border-color: rgba(203, 213, 225, 0.5);
}
.border-slate-300\/55 {
    border-color: rgba(203, 213, 225, 0.55);
}
.border-slate-300\/60 {
    border-color: rgba(203, 213, 225, 0.6);
}
.border-slate-300\/65 {
    border-color: rgba(203, 213, 225, 0.65);
}
.border-slate-300\/70 {
    border-color: rgba(203, 213, 225, 0.7);
}
.border-slate-300\/75 {
    border-color: rgba(203, 213, 225, 0.75);
}
.border-slate-300\/80 {
    border-color: rgba(203, 213, 225, 0.8);
}
.border-slate-300\/85 {
    border-color: rgba(203, 213, 225, 0.85);
}
.border-slate-300\/90 {
    border-color: rgba(203, 213, 225, 0.9);
}
.border-slate-300\/95 {
    border-color: rgba(203, 213, 225, 0.95);
}
.border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-slate-400\/0 {
    border-color: rgba(148, 163, 184, 0);
}
.border-slate-400\/10 {
    border-color: rgba(148, 163, 184, 0.1);
}
.border-slate-400\/100 {
    border-color: #94a3b8;
}
.border-slate-400\/15 {
    border-color: rgba(148, 163, 184, 0.15);
}
.border-slate-400\/20 {
    border-color: rgba(148, 163, 184, 0.2);
}
.border-slate-400\/25 {
    border-color: rgba(148, 163, 184, 0.25);
}
.border-slate-400\/30 {
    border-color: rgba(148, 163, 184, 0.3);
}
.border-slate-400\/35 {
    border-color: rgba(148, 163, 184, 0.35);
}
.border-slate-400\/40 {
    border-color: rgba(148, 163, 184, 0.4);
}
.border-slate-400\/45 {
    border-color: rgba(148, 163, 184, 0.45);
}
.border-slate-400\/5 {
    border-color: rgba(148, 163, 184, 0.05);
}
.border-slate-400\/50 {
    border-color: rgba(148, 163, 184, 0.5);
}
.border-slate-400\/55 {
    border-color: rgba(148, 163, 184, 0.55);
}
.border-slate-400\/60 {
    border-color: rgba(148, 163, 184, 0.6);
}
.border-slate-400\/65 {
    border-color: rgba(148, 163, 184, 0.65);
}
.border-slate-400\/70 {
    border-color: rgba(148, 163, 184, 0.7);
}
.border-slate-400\/75 {
    border-color: rgba(148, 163, 184, 0.75);
}
.border-slate-400\/80 {
    border-color: rgba(148, 163, 184, 0.8);
}
.border-slate-400\/85 {
    border-color: rgba(148, 163, 184, 0.85);
}
.border-slate-400\/90 {
    border-color: rgba(148, 163, 184, 0.9);
}
.border-slate-400\/95 {
    border-color: rgba(148, 163, 184, 0.95);
}
.border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-slate-50\/0 {
    border-color: rgba(248, 250, 252, 0);
}
.border-slate-50\/10 {
    border-color: rgba(248, 250, 252, 0.1);
}
.border-slate-50\/100 {
    border-color: #f8fafc;
}
.border-slate-50\/15 {
    border-color: rgba(248, 250, 252, 0.15);
}
.border-slate-50\/20 {
    border-color: rgba(248, 250, 252, 0.2);
}
.border-slate-50\/25 {
    border-color: rgba(248, 250, 252, 0.25);
}
.border-slate-50\/30 {
    border-color: rgba(248, 250, 252, 0.3);
}
.border-slate-50\/35 {
    border-color: rgba(248, 250, 252, 0.35);
}
.border-slate-50\/40 {
    border-color: rgba(248, 250, 252, 0.4);
}
.border-slate-50\/45 {
    border-color: rgba(248, 250, 252, 0.45);
}
.border-slate-50\/5 {
    border-color: rgba(248, 250, 252, 0.05);
}
.border-slate-50\/50 {
    border-color: rgba(248, 250, 252, 0.5);
}
.border-slate-50\/55 {
    border-color: rgba(248, 250, 252, 0.55);
}
.border-slate-50\/60 {
    border-color: rgba(248, 250, 252, 0.6);
}
.border-slate-50\/65 {
    border-color: rgba(248, 250, 252, 0.65);
}
.border-slate-50\/70 {
    border-color: rgba(248, 250, 252, 0.7);
}
.border-slate-50\/75 {
    border-color: rgba(248, 250, 252, 0.75);
}
.border-slate-50\/80 {
    border-color: rgba(248, 250, 252, 0.8);
}
.border-slate-50\/85 {
    border-color: rgba(248, 250, 252, 0.85);
}
.border-slate-50\/90 {
    border-color: rgba(248, 250, 252, 0.9);
}
.border-slate-50\/95 {
    border-color: rgba(248, 250, 252, 0.95);
}
.border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-slate-500\/0 {
    border-color: rgba(100, 116, 139, 0);
}
.border-slate-500\/10 {
    border-color: rgba(100, 116, 139, 0.1);
}
.border-slate-500\/100 {
    border-color: #64748b;
}
.border-slate-500\/15 {
    border-color: rgba(100, 116, 139, 0.15);
}
.border-slate-500\/20 {
    border-color: rgba(100, 116, 139, 0.2);
}
.border-slate-500\/25 {
    border-color: rgba(100, 116, 139, 0.25);
}
.border-slate-500\/30 {
    border-color: rgba(100, 116, 139, 0.3);
}
.border-slate-500\/35 {
    border-color: rgba(100, 116, 139, 0.35);
}
.border-slate-500\/40 {
    border-color: rgba(100, 116, 139, 0.4);
}
.border-slate-500\/45 {
    border-color: rgba(100, 116, 139, 0.45);
}
.border-slate-500\/5 {
    border-color: rgba(100, 116, 139, 0.05);
}
.border-slate-500\/50 {
    border-color: rgba(100, 116, 139, 0.5);
}
.border-slate-500\/55 {
    border-color: rgba(100, 116, 139, 0.55);
}
.border-slate-500\/60 {
    border-color: rgba(100, 116, 139, 0.6);
}
.border-slate-500\/65 {
    border-color: rgba(100, 116, 139, 0.65);
}
.border-slate-500\/70 {
    border-color: rgba(100, 116, 139, 0.7);
}
.border-slate-500\/75 {
    border-color: rgba(100, 116, 139, 0.75);
}
.border-slate-500\/80 {
    border-color: rgba(100, 116, 139, 0.8);
}
.border-slate-500\/85 {
    border-color: rgba(100, 116, 139, 0.85);
}
.border-slate-500\/90 {
    border-color: rgba(100, 116, 139, 0.9);
}
.border-slate-500\/95 {
    border-color: rgba(100, 116, 139, 0.95);
}
.border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-600\/0 {
    border-color: rgba(71, 85, 105, 0);
}
.border-slate-600\/10 {
    border-color: rgba(71, 85, 105, 0.1);
}
.border-slate-600\/100 {
    border-color: #475569;
}
.border-slate-600\/15 {
    border-color: rgba(71, 85, 105, 0.15);
}
.border-slate-600\/20 {
    border-color: rgba(71, 85, 105, 0.2);
}
.border-slate-600\/25 {
    border-color: rgba(71, 85, 105, 0.25);
}
.border-slate-600\/30 {
    border-color: rgba(71, 85, 105, 0.3);
}
.border-slate-600\/35 {
    border-color: rgba(71, 85, 105, 0.35);
}
.border-slate-600\/40 {
    border-color: rgba(71, 85, 105, 0.4);
}
.border-slate-600\/45 {
    border-color: rgba(71, 85, 105, 0.45);
}
.border-slate-600\/5 {
    border-color: rgba(71, 85, 105, 0.05);
}
.border-slate-600\/50 {
    border-color: rgba(71, 85, 105, 0.5);
}
.border-slate-600\/55 {
    border-color: rgba(71, 85, 105, 0.55);
}
.border-slate-600\/60 {
    border-color: rgba(71, 85, 105, 0.6);
}
.border-slate-600\/65 {
    border-color: rgba(71, 85, 105, 0.65);
}
.border-slate-600\/70 {
    border-color: rgba(71, 85, 105, 0.7);
}
.border-slate-600\/75 {
    border-color: rgba(71, 85, 105, 0.75);
}
.border-slate-600\/80 {
    border-color: rgba(71, 85, 105, 0.8);
}
.border-slate-600\/85 {
    border-color: rgba(71, 85, 105, 0.85);
}
.border-slate-600\/90 {
    border-color: rgba(71, 85, 105, 0.9);
}
.border-slate-600\/95 {
    border-color: rgba(71, 85, 105, 0.95);
}
.border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-700\/0 {
    border-color: rgba(51, 65, 85, 0);
}
.border-slate-700\/10 {
    border-color: rgba(51, 65, 85, 0.1);
}
.border-slate-700\/100 {
    border-color: #334155;
}
.border-slate-700\/15 {
    border-color: rgba(51, 65, 85, 0.15);
}
.border-slate-700\/20 {
    border-color: rgba(51, 65, 85, 0.2);
}
.border-slate-700\/25 {
    border-color: rgba(51, 65, 85, 0.25);
}
.border-slate-700\/30 {
    border-color: rgba(51, 65, 85, 0.3);
}
.border-slate-700\/35 {
    border-color: rgba(51, 65, 85, 0.35);
}
.border-slate-700\/40 {
    border-color: rgba(51, 65, 85, 0.4);
}
.border-slate-700\/45 {
    border-color: rgba(51, 65, 85, 0.45);
}
.border-slate-700\/5 {
    border-color: rgba(51, 65, 85, 0.05);
}
.border-slate-700\/50 {
    border-color: rgba(51, 65, 85, 0.5);
}
.border-slate-700\/55 {
    border-color: rgba(51, 65, 85, 0.55);
}
.border-slate-700\/60 {
    border-color: rgba(51, 65, 85, 0.6);
}
.border-slate-700\/65 {
    border-color: rgba(51, 65, 85, 0.65);
}
.border-slate-700\/70 {
    border-color: rgba(51, 65, 85, 0.7);
}
.border-slate-700\/75 {
    border-color: rgba(51, 65, 85, 0.75);
}
.border-slate-700\/80 {
    border-color: rgba(51, 65, 85, 0.8);
}
.border-slate-700\/85 {
    border-color: rgba(51, 65, 85, 0.85);
}
.border-slate-700\/90 {
    border-color: rgba(51, 65, 85, 0.9);
}
.border-slate-700\/95 {
    border-color: rgba(51, 65, 85, 0.95);
}
.border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-slate-800\/0 {
    border-color: rgba(30, 41, 59, 0);
}
.border-slate-800\/10 {
    border-color: rgba(30, 41, 59, 0.1);
}
.border-slate-800\/100 {
    border-color: #1e293b;
}
.border-slate-800\/15 {
    border-color: rgba(30, 41, 59, 0.15);
}
.border-slate-800\/20 {
    border-color: rgba(30, 41, 59, 0.2);
}
.border-slate-800\/25 {
    border-color: rgba(30, 41, 59, 0.25);
}
.border-slate-800\/30 {
    border-color: rgba(30, 41, 59, 0.3);
}
.border-slate-800\/35 {
    border-color: rgba(30, 41, 59, 0.35);
}
.border-slate-800\/40 {
    border-color: rgba(30, 41, 59, 0.4);
}
.border-slate-800\/45 {
    border-color: rgba(30, 41, 59, 0.45);
}
.border-slate-800\/5 {
    border-color: rgba(30, 41, 59, 0.05);
}
.border-slate-800\/50 {
    border-color: rgba(30, 41, 59, 0.5);
}
.border-slate-800\/55 {
    border-color: rgba(30, 41, 59, 0.55);
}
.border-slate-800\/60 {
    border-color: rgba(30, 41, 59, 0.6);
}
.border-slate-800\/65 {
    border-color: rgba(30, 41, 59, 0.65);
}
.border-slate-800\/70 {
    border-color: rgba(30, 41, 59, 0.7);
}
.border-slate-800\/75 {
    border-color: rgba(30, 41, 59, 0.75);
}
.border-slate-800\/80 {
    border-color: rgba(30, 41, 59, 0.8);
}
.border-slate-800\/85 {
    border-color: rgba(30, 41, 59, 0.85);
}
.border-slate-800\/90 {
    border-color: rgba(30, 41, 59, 0.9);
}
.border-slate-800\/95 {
    border-color: rgba(30, 41, 59, 0.95);
}
.border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-slate-900\/0 {
    border-color: rgba(15, 23, 42, 0);
}
.border-slate-900\/10 {
    border-color: rgba(15, 23, 42, 0.1);
}
.border-slate-900\/100 {
    border-color: #0f172a;
}
.border-slate-900\/15 {
    border-color: rgba(15, 23, 42, 0.15);
}
.border-slate-900\/20 {
    border-color: rgba(15, 23, 42, 0.2);
}
.border-slate-900\/25 {
    border-color: rgba(15, 23, 42, 0.25);
}
.border-slate-900\/30 {
    border-color: rgba(15, 23, 42, 0.3);
}
.border-slate-900\/35 {
    border-color: rgba(15, 23, 42, 0.35);
}
.border-slate-900\/40 {
    border-color: rgba(15, 23, 42, 0.4);
}
.border-slate-900\/45 {
    border-color: rgba(15, 23, 42, 0.45);
}
.border-slate-900\/5 {
    border-color: rgba(15, 23, 42, 0.05);
}
.border-slate-900\/50 {
    border-color: rgba(15, 23, 42, 0.5);
}
.border-slate-900\/55 {
    border-color: rgba(15, 23, 42, 0.55);
}
.border-slate-900\/60 {
    border-color: rgba(15, 23, 42, 0.6);
}
.border-slate-900\/65 {
    border-color: rgba(15, 23, 42, 0.65);
}
.border-slate-900\/70 {
    border-color: rgba(15, 23, 42, 0.7);
}
.border-slate-900\/75 {
    border-color: rgba(15, 23, 42, 0.75);
}
.border-slate-900\/80 {
    border-color: rgba(15, 23, 42, 0.8);
}
.border-slate-900\/85 {
    border-color: rgba(15, 23, 42, 0.85);
}
.border-slate-900\/90 {
    border-color: rgba(15, 23, 42, 0.9);
}
.border-slate-900\/95 {
    border-color: rgba(15, 23, 42, 0.95);
}
.border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-stone-100\/0 {
    border-color: hsla(60, 5%, 96%, 0);
}
.border-stone-100\/10 {
    border-color: hsla(60, 5%, 96%, 0.1);
}
.border-stone-100\/100 {
    border-color: #f5f5f4;
}
.border-stone-100\/15 {
    border-color: hsla(60, 5%, 96%, 0.15);
}
.border-stone-100\/20 {
    border-color: hsla(60, 5%, 96%, 0.2);
}
.border-stone-100\/25 {
    border-color: hsla(60, 5%, 96%, 0.25);
}
.border-stone-100\/30 {
    border-color: hsla(60, 5%, 96%, 0.3);
}
.border-stone-100\/35 {
    border-color: hsla(60, 5%, 96%, 0.35);
}
.border-stone-100\/40 {
    border-color: hsla(60, 5%, 96%, 0.4);
}
.border-stone-100\/45 {
    border-color: hsla(60, 5%, 96%, 0.45);
}
.border-stone-100\/5 {
    border-color: hsla(60, 5%, 96%, 0.05);
}
.border-stone-100\/50 {
    border-color: hsla(60, 5%, 96%, 0.5);
}
.border-stone-100\/55 {
    border-color: hsla(60, 5%, 96%, 0.55);
}
.border-stone-100\/60 {
    border-color: hsla(60, 5%, 96%, 0.6);
}
.border-stone-100\/65 {
    border-color: hsla(60, 5%, 96%, 0.65);
}
.border-stone-100\/70 {
    border-color: hsla(60, 5%, 96%, 0.7);
}
.border-stone-100\/75 {
    border-color: hsla(60, 5%, 96%, 0.75);
}
.border-stone-100\/80 {
    border-color: hsla(60, 5%, 96%, 0.8);
}
.border-stone-100\/85 {
    border-color: hsla(60, 5%, 96%, 0.85);
}
.border-stone-100\/90 {
    border-color: hsla(60, 5%, 96%, 0.9);
}
.border-stone-100\/95 {
    border-color: hsla(60, 5%, 96%, 0.95);
}
.border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-stone-200\/0 {
    border-color: hsla(20, 6%, 90%, 0);
}
.border-stone-200\/10 {
    border-color: hsla(20, 6%, 90%, 0.1);
}
.border-stone-200\/100 {
    border-color: #e7e5e4;
}
.border-stone-200\/15 {
    border-color: hsla(20, 6%, 90%, 0.15);
}
.border-stone-200\/20 {
    border-color: hsla(20, 6%, 90%, 0.2);
}
.border-stone-200\/25 {
    border-color: hsla(20, 6%, 90%, 0.25);
}
.border-stone-200\/30 {
    border-color: hsla(20, 6%, 90%, 0.3);
}
.border-stone-200\/35 {
    border-color: hsla(20, 6%, 90%, 0.35);
}
.border-stone-200\/40 {
    border-color: hsla(20, 6%, 90%, 0.4);
}
.border-stone-200\/45 {
    border-color: hsla(20, 6%, 90%, 0.45);
}
.border-stone-200\/5 {
    border-color: hsla(20, 6%, 90%, 0.05);
}
.border-stone-200\/50 {
    border-color: hsla(20, 6%, 90%, 0.5);
}
.border-stone-200\/55 {
    border-color: hsla(20, 6%, 90%, 0.55);
}
.border-stone-200\/60 {
    border-color: hsla(20, 6%, 90%, 0.6);
}
.border-stone-200\/65 {
    border-color: hsla(20, 6%, 90%, 0.65);
}
.border-stone-200\/70 {
    border-color: hsla(20, 6%, 90%, 0.7);
}
.border-stone-200\/75 {
    border-color: hsla(20, 6%, 90%, 0.75);
}
.border-stone-200\/80 {
    border-color: hsla(20, 6%, 90%, 0.8);
}
.border-stone-200\/85 {
    border-color: hsla(20, 6%, 90%, 0.85);
}
.border-stone-200\/90 {
    border-color: hsla(20, 6%, 90%, 0.9);
}
.border-stone-200\/95 {
    border-color: hsla(20, 6%, 90%, 0.95);
}
.border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-stone-300\/0 {
    border-color: hsla(24, 6%, 83%, 0);
}
.border-stone-300\/10 {
    border-color: hsla(24, 6%, 83%, 0.1);
}
.border-stone-300\/100 {
    border-color: #d6d3d1;
}
.border-stone-300\/15 {
    border-color: hsla(24, 6%, 83%, 0.15);
}
.border-stone-300\/20 {
    border-color: hsla(24, 6%, 83%, 0.2);
}
.border-stone-300\/25 {
    border-color: hsla(24, 6%, 83%, 0.25);
}
.border-stone-300\/30 {
    border-color: hsla(24, 6%, 83%, 0.3);
}
.border-stone-300\/35 {
    border-color: hsla(24, 6%, 83%, 0.35);
}
.border-stone-300\/40 {
    border-color: hsla(24, 6%, 83%, 0.4);
}
.border-stone-300\/45 {
    border-color: hsla(24, 6%, 83%, 0.45);
}
.border-stone-300\/5 {
    border-color: hsla(24, 6%, 83%, 0.05);
}
.border-stone-300\/50 {
    border-color: hsla(24, 6%, 83%, 0.5);
}
.border-stone-300\/55 {
    border-color: hsla(24, 6%, 83%, 0.55);
}
.border-stone-300\/60 {
    border-color: hsla(24, 6%, 83%, 0.6);
}
.border-stone-300\/65 {
    border-color: hsla(24, 6%, 83%, 0.65);
}
.border-stone-300\/70 {
    border-color: hsla(24, 6%, 83%, 0.7);
}
.border-stone-300\/75 {
    border-color: hsla(24, 6%, 83%, 0.75);
}
.border-stone-300\/80 {
    border-color: hsla(24, 6%, 83%, 0.8);
}
.border-stone-300\/85 {
    border-color: hsla(24, 6%, 83%, 0.85);
}
.border-stone-300\/90 {
    border-color: hsla(24, 6%, 83%, 0.9);
}
.border-stone-300\/95 {
    border-color: hsla(24, 6%, 83%, 0.95);
}
.border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-stone-400\/0 {
    border-color: hsla(24, 5%, 64%, 0);
}
.border-stone-400\/10 {
    border-color: hsla(24, 5%, 64%, 0.1);
}
.border-stone-400\/100 {
    border-color: #a8a29e;
}
.border-stone-400\/15 {
    border-color: hsla(24, 5%, 64%, 0.15);
}
.border-stone-400\/20 {
    border-color: hsla(24, 5%, 64%, 0.2);
}
.border-stone-400\/25 {
    border-color: hsla(24, 5%, 64%, 0.25);
}
.border-stone-400\/30 {
    border-color: hsla(24, 5%, 64%, 0.3);
}
.border-stone-400\/35 {
    border-color: hsla(24, 5%, 64%, 0.35);
}
.border-stone-400\/40 {
    border-color: hsla(24, 5%, 64%, 0.4);
}
.border-stone-400\/45 {
    border-color: hsla(24, 5%, 64%, 0.45);
}
.border-stone-400\/5 {
    border-color: hsla(24, 5%, 64%, 0.05);
}
.border-stone-400\/50 {
    border-color: hsla(24, 5%, 64%, 0.5);
}
.border-stone-400\/55 {
    border-color: hsla(24, 5%, 64%, 0.55);
}
.border-stone-400\/60 {
    border-color: hsla(24, 5%, 64%, 0.6);
}
.border-stone-400\/65 {
    border-color: hsla(24, 5%, 64%, 0.65);
}
.border-stone-400\/70 {
    border-color: hsla(24, 5%, 64%, 0.7);
}
.border-stone-400\/75 {
    border-color: hsla(24, 5%, 64%, 0.75);
}
.border-stone-400\/80 {
    border-color: hsla(24, 5%, 64%, 0.8);
}
.border-stone-400\/85 {
    border-color: hsla(24, 5%, 64%, 0.85);
}
.border-stone-400\/90 {
    border-color: hsla(24, 5%, 64%, 0.9);
}
.border-stone-400\/95 {
    border-color: hsla(24, 5%, 64%, 0.95);
}
.border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-stone-50\/0 {
    border-color: hsla(60, 9%, 98%, 0);
}
.border-stone-50\/10 {
    border-color: hsla(60, 9%, 98%, 0.1);
}
.border-stone-50\/100 {
    border-color: #fafaf9;
}
.border-stone-50\/15 {
    border-color: hsla(60, 9%, 98%, 0.15);
}
.border-stone-50\/20 {
    border-color: hsla(60, 9%, 98%, 0.2);
}
.border-stone-50\/25 {
    border-color: hsla(60, 9%, 98%, 0.25);
}
.border-stone-50\/30 {
    border-color: hsla(60, 9%, 98%, 0.3);
}
.border-stone-50\/35 {
    border-color: hsla(60, 9%, 98%, 0.35);
}
.border-stone-50\/40 {
    border-color: hsla(60, 9%, 98%, 0.4);
}
.border-stone-50\/45 {
    border-color: hsla(60, 9%, 98%, 0.45);
}
.border-stone-50\/5 {
    border-color: hsla(60, 9%, 98%, 0.05);
}
.border-stone-50\/50 {
    border-color: hsla(60, 9%, 98%, 0.5);
}
.border-stone-50\/55 {
    border-color: hsla(60, 9%, 98%, 0.55);
}
.border-stone-50\/60 {
    border-color: hsla(60, 9%, 98%, 0.6);
}
.border-stone-50\/65 {
    border-color: hsla(60, 9%, 98%, 0.65);
}
.border-stone-50\/70 {
    border-color: hsla(60, 9%, 98%, 0.7);
}
.border-stone-50\/75 {
    border-color: hsla(60, 9%, 98%, 0.75);
}
.border-stone-50\/80 {
    border-color: hsla(60, 9%, 98%, 0.8);
}
.border-stone-50\/85 {
    border-color: hsla(60, 9%, 98%, 0.85);
}
.border-stone-50\/90 {
    border-color: hsla(60, 9%, 98%, 0.9);
}
.border-stone-50\/95 {
    border-color: hsla(60, 9%, 98%, 0.95);
}
.border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-stone-500\/0 {
    border-color: hsla(25, 5%, 45%, 0);
}
.border-stone-500\/10 {
    border-color: hsla(25, 5%, 45%, 0.1);
}
.border-stone-500\/100 {
    border-color: #78716c;
}
.border-stone-500\/15 {
    border-color: hsla(25, 5%, 45%, 0.15);
}
.border-stone-500\/20 {
    border-color: hsla(25, 5%, 45%, 0.2);
}
.border-stone-500\/25 {
    border-color: hsla(25, 5%, 45%, 0.25);
}
.border-stone-500\/30 {
    border-color: hsla(25, 5%, 45%, 0.3);
}
.border-stone-500\/35 {
    border-color: hsla(25, 5%, 45%, 0.35);
}
.border-stone-500\/40 {
    border-color: hsla(25, 5%, 45%, 0.4);
}
.border-stone-500\/45 {
    border-color: hsla(25, 5%, 45%, 0.45);
}
.border-stone-500\/5 {
    border-color: hsla(25, 5%, 45%, 0.05);
}
.border-stone-500\/50 {
    border-color: hsla(25, 5%, 45%, 0.5);
}
.border-stone-500\/55 {
    border-color: hsla(25, 5%, 45%, 0.55);
}
.border-stone-500\/60 {
    border-color: hsla(25, 5%, 45%, 0.6);
}
.border-stone-500\/65 {
    border-color: hsla(25, 5%, 45%, 0.65);
}
.border-stone-500\/70 {
    border-color: hsla(25, 5%, 45%, 0.7);
}
.border-stone-500\/75 {
    border-color: hsla(25, 5%, 45%, 0.75);
}
.border-stone-500\/80 {
    border-color: hsla(25, 5%, 45%, 0.8);
}
.border-stone-500\/85 {
    border-color: hsla(25, 5%, 45%, 0.85);
}
.border-stone-500\/90 {
    border-color: hsla(25, 5%, 45%, 0.9);
}
.border-stone-500\/95 {
    border-color: hsla(25, 5%, 45%, 0.95);
}
.border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-stone-600\/0 {
    border-color: rgba(87, 83, 78, 0);
}
.border-stone-600\/10 {
    border-color: rgba(87, 83, 78, 0.1);
}
.border-stone-600\/100 {
    border-color: #57534e;
}
.border-stone-600\/15 {
    border-color: rgba(87, 83, 78, 0.15);
}
.border-stone-600\/20 {
    border-color: rgba(87, 83, 78, 0.2);
}
.border-stone-600\/25 {
    border-color: rgba(87, 83, 78, 0.25);
}
.border-stone-600\/30 {
    border-color: rgba(87, 83, 78, 0.3);
}
.border-stone-600\/35 {
    border-color: rgba(87, 83, 78, 0.35);
}
.border-stone-600\/40 {
    border-color: rgba(87, 83, 78, 0.4);
}
.border-stone-600\/45 {
    border-color: rgba(87, 83, 78, 0.45);
}
.border-stone-600\/5 {
    border-color: rgba(87, 83, 78, 0.05);
}
.border-stone-600\/50 {
    border-color: rgba(87, 83, 78, 0.5);
}
.border-stone-600\/55 {
    border-color: rgba(87, 83, 78, 0.55);
}
.border-stone-600\/60 {
    border-color: rgba(87, 83, 78, 0.6);
}
.border-stone-600\/65 {
    border-color: rgba(87, 83, 78, 0.65);
}
.border-stone-600\/70 {
    border-color: rgba(87, 83, 78, 0.7);
}
.border-stone-600\/75 {
    border-color: rgba(87, 83, 78, 0.75);
}
.border-stone-600\/80 {
    border-color: rgba(87, 83, 78, 0.8);
}
.border-stone-600\/85 {
    border-color: rgba(87, 83, 78, 0.85);
}
.border-stone-600\/90 {
    border-color: rgba(87, 83, 78, 0.9);
}
.border-stone-600\/95 {
    border-color: rgba(87, 83, 78, 0.95);
}
.border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-stone-700\/0 {
    border-color: rgba(68, 64, 60, 0);
}
.border-stone-700\/10 {
    border-color: rgba(68, 64, 60, 0.1);
}
.border-stone-700\/100 {
    border-color: #44403c;
}
.border-stone-700\/15 {
    border-color: rgba(68, 64, 60, 0.15);
}
.border-stone-700\/20 {
    border-color: rgba(68, 64, 60, 0.2);
}
.border-stone-700\/25 {
    border-color: rgba(68, 64, 60, 0.25);
}
.border-stone-700\/30 {
    border-color: rgba(68, 64, 60, 0.3);
}
.border-stone-700\/35 {
    border-color: rgba(68, 64, 60, 0.35);
}
.border-stone-700\/40 {
    border-color: rgba(68, 64, 60, 0.4);
}
.border-stone-700\/45 {
    border-color: rgba(68, 64, 60, 0.45);
}
.border-stone-700\/5 {
    border-color: rgba(68, 64, 60, 0.05);
}
.border-stone-700\/50 {
    border-color: rgba(68, 64, 60, 0.5);
}
.border-stone-700\/55 {
    border-color: rgba(68, 64, 60, 0.55);
}
.border-stone-700\/60 {
    border-color: rgba(68, 64, 60, 0.6);
}
.border-stone-700\/65 {
    border-color: rgba(68, 64, 60, 0.65);
}
.border-stone-700\/70 {
    border-color: rgba(68, 64, 60, 0.7);
}
.border-stone-700\/75 {
    border-color: rgba(68, 64, 60, 0.75);
}
.border-stone-700\/80 {
    border-color: rgba(68, 64, 60, 0.8);
}
.border-stone-700\/85 {
    border-color: rgba(68, 64, 60, 0.85);
}
.border-stone-700\/90 {
    border-color: rgba(68, 64, 60, 0.9);
}
.border-stone-700\/95 {
    border-color: rgba(68, 64, 60, 0.95);
}
.border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-stone-800\/0 {
    border-color: rgba(41, 37, 36, 0);
}
.border-stone-800\/10 {
    border-color: rgba(41, 37, 36, 0.1);
}
.border-stone-800\/100 {
    border-color: #292524;
}
.border-stone-800\/15 {
    border-color: rgba(41, 37, 36, 0.15);
}
.border-stone-800\/20 {
    border-color: rgba(41, 37, 36, 0.2);
}
.border-stone-800\/25 {
    border-color: rgba(41, 37, 36, 0.25);
}
.border-stone-800\/30 {
    border-color: rgba(41, 37, 36, 0.3);
}
.border-stone-800\/35 {
    border-color: rgba(41, 37, 36, 0.35);
}
.border-stone-800\/40 {
    border-color: rgba(41, 37, 36, 0.4);
}
.border-stone-800\/45 {
    border-color: rgba(41, 37, 36, 0.45);
}
.border-stone-800\/5 {
    border-color: rgba(41, 37, 36, 0.05);
}
.border-stone-800\/50 {
    border-color: rgba(41, 37, 36, 0.5);
}
.border-stone-800\/55 {
    border-color: rgba(41, 37, 36, 0.55);
}
.border-stone-800\/60 {
    border-color: rgba(41, 37, 36, 0.6);
}
.border-stone-800\/65 {
    border-color: rgba(41, 37, 36, 0.65);
}
.border-stone-800\/70 {
    border-color: rgba(41, 37, 36, 0.7);
}
.border-stone-800\/75 {
    border-color: rgba(41, 37, 36, 0.75);
}
.border-stone-800\/80 {
    border-color: rgba(41, 37, 36, 0.8);
}
.border-stone-800\/85 {
    border-color: rgba(41, 37, 36, 0.85);
}
.border-stone-800\/90 {
    border-color: rgba(41, 37, 36, 0.9);
}
.border-stone-800\/95 {
    border-color: rgba(41, 37, 36, 0.95);
}
.border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-stone-900\/0 {
    border-color: rgba(28, 25, 23, 0);
}
.border-stone-900\/10 {
    border-color: rgba(28, 25, 23, 0.1);
}
.border-stone-900\/100 {
    border-color: #1c1917;
}
.border-stone-900\/15 {
    border-color: rgba(28, 25, 23, 0.15);
}
.border-stone-900\/20 {
    border-color: rgba(28, 25, 23, 0.2);
}
.border-stone-900\/25 {
    border-color: rgba(28, 25, 23, 0.25);
}
.border-stone-900\/30 {
    border-color: rgba(28, 25, 23, 0.3);
}
.border-stone-900\/35 {
    border-color: rgba(28, 25, 23, 0.35);
}
.border-stone-900\/40 {
    border-color: rgba(28, 25, 23, 0.4);
}
.border-stone-900\/45 {
    border-color: rgba(28, 25, 23, 0.45);
}
.border-stone-900\/5 {
    border-color: rgba(28, 25, 23, 0.05);
}
.border-stone-900\/50 {
    border-color: rgba(28, 25, 23, 0.5);
}
.border-stone-900\/55 {
    border-color: rgba(28, 25, 23, 0.55);
}
.border-stone-900\/60 {
    border-color: rgba(28, 25, 23, 0.6);
}
.border-stone-900\/65 {
    border-color: rgba(28, 25, 23, 0.65);
}
.border-stone-900\/70 {
    border-color: rgba(28, 25, 23, 0.7);
}
.border-stone-900\/75 {
    border-color: rgba(28, 25, 23, 0.75);
}
.border-stone-900\/80 {
    border-color: rgba(28, 25, 23, 0.8);
}
.border-stone-900\/85 {
    border-color: rgba(28, 25, 23, 0.85);
}
.border-stone-900\/90 {
    border-color: rgba(28, 25, 23, 0.9);
}
.border-stone-900\/95 {
    border-color: rgba(28, 25, 23, 0.95);
}
.border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-teal-100\/0 {
    border-color: rgba(204, 251, 241, 0);
}
.border-teal-100\/10 {
    border-color: rgba(204, 251, 241, 0.1);
}
.border-teal-100\/100 {
    border-color: #ccfbf1;
}
.border-teal-100\/15 {
    border-color: rgba(204, 251, 241, 0.15);
}
.border-teal-100\/20 {
    border-color: rgba(204, 251, 241, 0.2);
}
.border-teal-100\/25 {
    border-color: rgba(204, 251, 241, 0.25);
}
.border-teal-100\/30 {
    border-color: rgba(204, 251, 241, 0.3);
}
.border-teal-100\/35 {
    border-color: rgba(204, 251, 241, 0.35);
}
.border-teal-100\/40 {
    border-color: rgba(204, 251, 241, 0.4);
}
.border-teal-100\/45 {
    border-color: rgba(204, 251, 241, 0.45);
}
.border-teal-100\/5 {
    border-color: rgba(204, 251, 241, 0.05);
}
.border-teal-100\/50 {
    border-color: rgba(204, 251, 241, 0.5);
}
.border-teal-100\/55 {
    border-color: rgba(204, 251, 241, 0.55);
}
.border-teal-100\/60 {
    border-color: rgba(204, 251, 241, 0.6);
}
.border-teal-100\/65 {
    border-color: rgba(204, 251, 241, 0.65);
}
.border-teal-100\/70 {
    border-color: rgba(204, 251, 241, 0.7);
}
.border-teal-100\/75 {
    border-color: rgba(204, 251, 241, 0.75);
}
.border-teal-100\/80 {
    border-color: rgba(204, 251, 241, 0.8);
}
.border-teal-100\/85 {
    border-color: rgba(204, 251, 241, 0.85);
}
.border-teal-100\/90 {
    border-color: rgba(204, 251, 241, 0.9);
}
.border-teal-100\/95 {
    border-color: rgba(204, 251, 241, 0.95);
}
.border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-teal-200\/0 {
    border-color: rgba(153, 246, 228, 0);
}
.border-teal-200\/10 {
    border-color: rgba(153, 246, 228, 0.1);
}
.border-teal-200\/100 {
    border-color: #99f6e4;
}
.border-teal-200\/15 {
    border-color: rgba(153, 246, 228, 0.15);
}
.border-teal-200\/20 {
    border-color: rgba(153, 246, 228, 0.2);
}
.border-teal-200\/25 {
    border-color: rgba(153, 246, 228, 0.25);
}
.border-teal-200\/30 {
    border-color: rgba(153, 246, 228, 0.3);
}
.border-teal-200\/35 {
    border-color: rgba(153, 246, 228, 0.35);
}
.border-teal-200\/40 {
    border-color: rgba(153, 246, 228, 0.4);
}
.border-teal-200\/45 {
    border-color: rgba(153, 246, 228, 0.45);
}
.border-teal-200\/5 {
    border-color: rgba(153, 246, 228, 0.05);
}
.border-teal-200\/50 {
    border-color: rgba(153, 246, 228, 0.5);
}
.border-teal-200\/55 {
    border-color: rgba(153, 246, 228, 0.55);
}
.border-teal-200\/60 {
    border-color: rgba(153, 246, 228, 0.6);
}
.border-teal-200\/65 {
    border-color: rgba(153, 246, 228, 0.65);
}
.border-teal-200\/70 {
    border-color: rgba(153, 246, 228, 0.7);
}
.border-teal-200\/75 {
    border-color: rgba(153, 246, 228, 0.75);
}
.border-teal-200\/80 {
    border-color: rgba(153, 246, 228, 0.8);
}
.border-teal-200\/85 {
    border-color: rgba(153, 246, 228, 0.85);
}
.border-teal-200\/90 {
    border-color: rgba(153, 246, 228, 0.9);
}
.border-teal-200\/95 {
    border-color: rgba(153, 246, 228, 0.95);
}
.border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-teal-300\/0 {
    border-color: rgba(94, 234, 212, 0);
}
.border-teal-300\/10 {
    border-color: rgba(94, 234, 212, 0.1);
}
.border-teal-300\/100 {
    border-color: #5eead4;
}
.border-teal-300\/15 {
    border-color: rgba(94, 234, 212, 0.15);
}
.border-teal-300\/20 {
    border-color: rgba(94, 234, 212, 0.2);
}
.border-teal-300\/25 {
    border-color: rgba(94, 234, 212, 0.25);
}
.border-teal-300\/30 {
    border-color: rgba(94, 234, 212, 0.3);
}
.border-teal-300\/35 {
    border-color: rgba(94, 234, 212, 0.35);
}
.border-teal-300\/40 {
    border-color: rgba(94, 234, 212, 0.4);
}
.border-teal-300\/45 {
    border-color: rgba(94, 234, 212, 0.45);
}
.border-teal-300\/5 {
    border-color: rgba(94, 234, 212, 0.05);
}
.border-teal-300\/50 {
    border-color: rgba(94, 234, 212, 0.5);
}
.border-teal-300\/55 {
    border-color: rgba(94, 234, 212, 0.55);
}
.border-teal-300\/60 {
    border-color: rgba(94, 234, 212, 0.6);
}
.border-teal-300\/65 {
    border-color: rgba(94, 234, 212, 0.65);
}
.border-teal-300\/70 {
    border-color: rgba(94, 234, 212, 0.7);
}
.border-teal-300\/75 {
    border-color: rgba(94, 234, 212, 0.75);
}
.border-teal-300\/80 {
    border-color: rgba(94, 234, 212, 0.8);
}
.border-teal-300\/85 {
    border-color: rgba(94, 234, 212, 0.85);
}
.border-teal-300\/90 {
    border-color: rgba(94, 234, 212, 0.9);
}
.border-teal-300\/95 {
    border-color: rgba(94, 234, 212, 0.95);
}
.border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-teal-400\/0 {
    border-color: rgba(45, 212, 191, 0);
}
.border-teal-400\/10 {
    border-color: rgba(45, 212, 191, 0.1);
}
.border-teal-400\/100 {
    border-color: #2dd4bf;
}
.border-teal-400\/15 {
    border-color: rgba(45, 212, 191, 0.15);
}
.border-teal-400\/20 {
    border-color: rgba(45, 212, 191, 0.2);
}
.border-teal-400\/25 {
    border-color: rgba(45, 212, 191, 0.25);
}
.border-teal-400\/30 {
    border-color: rgba(45, 212, 191, 0.3);
}
.border-teal-400\/35 {
    border-color: rgba(45, 212, 191, 0.35);
}
.border-teal-400\/40 {
    border-color: rgba(45, 212, 191, 0.4);
}
.border-teal-400\/45 {
    border-color: rgba(45, 212, 191, 0.45);
}
.border-teal-400\/5 {
    border-color: rgba(45, 212, 191, 0.05);
}
.border-teal-400\/50 {
    border-color: rgba(45, 212, 191, 0.5);
}
.border-teal-400\/55 {
    border-color: rgba(45, 212, 191, 0.55);
}
.border-teal-400\/60 {
    border-color: rgba(45, 212, 191, 0.6);
}
.border-teal-400\/65 {
    border-color: rgba(45, 212, 191, 0.65);
}
.border-teal-400\/70 {
    border-color: rgba(45, 212, 191, 0.7);
}
.border-teal-400\/75 {
    border-color: rgba(45, 212, 191, 0.75);
}
.border-teal-400\/80 {
    border-color: rgba(45, 212, 191, 0.8);
}
.border-teal-400\/85 {
    border-color: rgba(45, 212, 191, 0.85);
}
.border-teal-400\/90 {
    border-color: rgba(45, 212, 191, 0.9);
}
.border-teal-400\/95 {
    border-color: rgba(45, 212, 191, 0.95);
}
.border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-teal-50\/0 {
    border-color: rgba(240, 253, 250, 0);
}
.border-teal-50\/10 {
    border-color: rgba(240, 253, 250, 0.1);
}
.border-teal-50\/100 {
    border-color: #f0fdfa;
}
.border-teal-50\/15 {
    border-color: rgba(240, 253, 250, 0.15);
}
.border-teal-50\/20 {
    border-color: rgba(240, 253, 250, 0.2);
}
.border-teal-50\/25 {
    border-color: rgba(240, 253, 250, 0.25);
}
.border-teal-50\/30 {
    border-color: rgba(240, 253, 250, 0.3);
}
.border-teal-50\/35 {
    border-color: rgba(240, 253, 250, 0.35);
}
.border-teal-50\/40 {
    border-color: rgba(240, 253, 250, 0.4);
}
.border-teal-50\/45 {
    border-color: rgba(240, 253, 250, 0.45);
}
.border-teal-50\/5 {
    border-color: rgba(240, 253, 250, 0.05);
}
.border-teal-50\/50 {
    border-color: rgba(240, 253, 250, 0.5);
}
.border-teal-50\/55 {
    border-color: rgba(240, 253, 250, 0.55);
}
.border-teal-50\/60 {
    border-color: rgba(240, 253, 250, 0.6);
}
.border-teal-50\/65 {
    border-color: rgba(240, 253, 250, 0.65);
}
.border-teal-50\/70 {
    border-color: rgba(240, 253, 250, 0.7);
}
.border-teal-50\/75 {
    border-color: rgba(240, 253, 250, 0.75);
}
.border-teal-50\/80 {
    border-color: rgba(240, 253, 250, 0.8);
}
.border-teal-50\/85 {
    border-color: rgba(240, 253, 250, 0.85);
}
.border-teal-50\/90 {
    border-color: rgba(240, 253, 250, 0.9);
}
.border-teal-50\/95 {
    border-color: rgba(240, 253, 250, 0.95);
}
.border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-500\/0 {
    border-color: rgba(20, 184, 166, 0);
}
.border-teal-500\/10 {
    border-color: rgba(20, 184, 166, 0.1);
}
.border-teal-500\/100 {
    border-color: #14b8a6;
}
.border-teal-500\/15 {
    border-color: rgba(20, 184, 166, 0.15);
}
.border-teal-500\/20 {
    border-color: rgba(20, 184, 166, 0.2);
}
.border-teal-500\/25 {
    border-color: rgba(20, 184, 166, 0.25);
}
.border-teal-500\/30 {
    border-color: rgba(20, 184, 166, 0.3);
}
.border-teal-500\/35 {
    border-color: rgba(20, 184, 166, 0.35);
}
.border-teal-500\/40 {
    border-color: rgba(20, 184, 166, 0.4);
}
.border-teal-500\/45 {
    border-color: rgba(20, 184, 166, 0.45);
}
.border-teal-500\/5 {
    border-color: rgba(20, 184, 166, 0.05);
}
.border-teal-500\/50 {
    border-color: rgba(20, 184, 166, 0.5);
}
.border-teal-500\/55 {
    border-color: rgba(20, 184, 166, 0.55);
}
.border-teal-500\/60 {
    border-color: rgba(20, 184, 166, 0.6);
}
.border-teal-500\/65 {
    border-color: rgba(20, 184, 166, 0.65);
}
.border-teal-500\/70 {
    border-color: rgba(20, 184, 166, 0.7);
}
.border-teal-500\/75 {
    border-color: rgba(20, 184, 166, 0.75);
}
.border-teal-500\/80 {
    border-color: rgba(20, 184, 166, 0.8);
}
.border-teal-500\/85 {
    border-color: rgba(20, 184, 166, 0.85);
}
.border-teal-500\/90 {
    border-color: rgba(20, 184, 166, 0.9);
}
.border-teal-500\/95 {
    border-color: rgba(20, 184, 166, 0.95);
}
.border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-teal-600\/0 {
    border-color: rgba(13, 148, 136, 0);
}
.border-teal-600\/10 {
    border-color: rgba(13, 148, 136, 0.1);
}
.border-teal-600\/100 {
    border-color: #0d9488;
}
.border-teal-600\/15 {
    border-color: rgba(13, 148, 136, 0.15);
}
.border-teal-600\/20 {
    border-color: rgba(13, 148, 136, 0.2);
}
.border-teal-600\/25 {
    border-color: rgba(13, 148, 136, 0.25);
}
.border-teal-600\/30 {
    border-color: rgba(13, 148, 136, 0.3);
}
.border-teal-600\/35 {
    border-color: rgba(13, 148, 136, 0.35);
}
.border-teal-600\/40 {
    border-color: rgba(13, 148, 136, 0.4);
}
.border-teal-600\/45 {
    border-color: rgba(13, 148, 136, 0.45);
}
.border-teal-600\/5 {
    border-color: rgba(13, 148, 136, 0.05);
}
.border-teal-600\/50 {
    border-color: rgba(13, 148, 136, 0.5);
}
.border-teal-600\/55 {
    border-color: rgba(13, 148, 136, 0.55);
}
.border-teal-600\/60 {
    border-color: rgba(13, 148, 136, 0.6);
}
.border-teal-600\/65 {
    border-color: rgba(13, 148, 136, 0.65);
}
.border-teal-600\/70 {
    border-color: rgba(13, 148, 136, 0.7);
}
.border-teal-600\/75 {
    border-color: rgba(13, 148, 136, 0.75);
}
.border-teal-600\/80 {
    border-color: rgba(13, 148, 136, 0.8);
}
.border-teal-600\/85 {
    border-color: rgba(13, 148, 136, 0.85);
}
.border-teal-600\/90 {
    border-color: rgba(13, 148, 136, 0.9);
}
.border-teal-600\/95 {
    border-color: rgba(13, 148, 136, 0.95);
}
.border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-teal-700\/0 {
    border-color: rgba(15, 118, 110, 0);
}
.border-teal-700\/10 {
    border-color: rgba(15, 118, 110, 0.1);
}
.border-teal-700\/100 {
    border-color: #0f766e;
}
.border-teal-700\/15 {
    border-color: rgba(15, 118, 110, 0.15);
}
.border-teal-700\/20 {
    border-color: rgba(15, 118, 110, 0.2);
}
.border-teal-700\/25 {
    border-color: rgba(15, 118, 110, 0.25);
}
.border-teal-700\/30 {
    border-color: rgba(15, 118, 110, 0.3);
}
.border-teal-700\/35 {
    border-color: rgba(15, 118, 110, 0.35);
}
.border-teal-700\/40 {
    border-color: rgba(15, 118, 110, 0.4);
}
.border-teal-700\/45 {
    border-color: rgba(15, 118, 110, 0.45);
}
.border-teal-700\/5 {
    border-color: rgba(15, 118, 110, 0.05);
}
.border-teal-700\/50 {
    border-color: rgba(15, 118, 110, 0.5);
}
.border-teal-700\/55 {
    border-color: rgba(15, 118, 110, 0.55);
}
.border-teal-700\/60 {
    border-color: rgba(15, 118, 110, 0.6);
}
.border-teal-700\/65 {
    border-color: rgba(15, 118, 110, 0.65);
}
.border-teal-700\/70 {
    border-color: rgba(15, 118, 110, 0.7);
}
.border-teal-700\/75 {
    border-color: rgba(15, 118, 110, 0.75);
}
.border-teal-700\/80 {
    border-color: rgba(15, 118, 110, 0.8);
}
.border-teal-700\/85 {
    border-color: rgba(15, 118, 110, 0.85);
}
.border-teal-700\/90 {
    border-color: rgba(15, 118, 110, 0.9);
}
.border-teal-700\/95 {
    border-color: rgba(15, 118, 110, 0.95);
}
.border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-teal-800\/0 {
    border-color: rgba(17, 94, 89, 0);
}
.border-teal-800\/10 {
    border-color: rgba(17, 94, 89, 0.1);
}
.border-teal-800\/100 {
    border-color: #115e59;
}
.border-teal-800\/15 {
    border-color: rgba(17, 94, 89, 0.15);
}
.border-teal-800\/20 {
    border-color: rgba(17, 94, 89, 0.2);
}
.border-teal-800\/25 {
    border-color: rgba(17, 94, 89, 0.25);
}
.border-teal-800\/30 {
    border-color: rgba(17, 94, 89, 0.3);
}
.border-teal-800\/35 {
    border-color: rgba(17, 94, 89, 0.35);
}
.border-teal-800\/40 {
    border-color: rgba(17, 94, 89, 0.4);
}
.border-teal-800\/45 {
    border-color: rgba(17, 94, 89, 0.45);
}
.border-teal-800\/5 {
    border-color: rgba(17, 94, 89, 0.05);
}
.border-teal-800\/50 {
    border-color: rgba(17, 94, 89, 0.5);
}
.border-teal-800\/55 {
    border-color: rgba(17, 94, 89, 0.55);
}
.border-teal-800\/60 {
    border-color: rgba(17, 94, 89, 0.6);
}
.border-teal-800\/65 {
    border-color: rgba(17, 94, 89, 0.65);
}
.border-teal-800\/70 {
    border-color: rgba(17, 94, 89, 0.7);
}
.border-teal-800\/75 {
    border-color: rgba(17, 94, 89, 0.75);
}
.border-teal-800\/80 {
    border-color: rgba(17, 94, 89, 0.8);
}
.border-teal-800\/85 {
    border-color: rgba(17, 94, 89, 0.85);
}
.border-teal-800\/90 {
    border-color: rgba(17, 94, 89, 0.9);
}
.border-teal-800\/95 {
    border-color: rgba(17, 94, 89, 0.95);
}
.border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-teal-900\/0 {
    border-color: rgba(19, 78, 74, 0);
}
.border-teal-900\/10 {
    border-color: rgba(19, 78, 74, 0.1);
}
.border-teal-900\/100 {
    border-color: #134e4a;
}
.border-teal-900\/15 {
    border-color: rgba(19, 78, 74, 0.15);
}
.border-teal-900\/20 {
    border-color: rgba(19, 78, 74, 0.2);
}
.border-teal-900\/25 {
    border-color: rgba(19, 78, 74, 0.25);
}
.border-teal-900\/30 {
    border-color: rgba(19, 78, 74, 0.3);
}
.border-teal-900\/35 {
    border-color: rgba(19, 78, 74, 0.35);
}
.border-teal-900\/40 {
    border-color: rgba(19, 78, 74, 0.4);
}
.border-teal-900\/45 {
    border-color: rgba(19, 78, 74, 0.45);
}
.border-teal-900\/5 {
    border-color: rgba(19, 78, 74, 0.05);
}
.border-teal-900\/50 {
    border-color: rgba(19, 78, 74, 0.5);
}
.border-teal-900\/55 {
    border-color: rgba(19, 78, 74, 0.55);
}
.border-teal-900\/60 {
    border-color: rgba(19, 78, 74, 0.6);
}
.border-teal-900\/65 {
    border-color: rgba(19, 78, 74, 0.65);
}
.border-teal-900\/70 {
    border-color: rgba(19, 78, 74, 0.7);
}
.border-teal-900\/75 {
    border-color: rgba(19, 78, 74, 0.75);
}
.border-teal-900\/80 {
    border-color: rgba(19, 78, 74, 0.8);
}
.border-teal-900\/85 {
    border-color: rgba(19, 78, 74, 0.85);
}
.border-teal-900\/90 {
    border-color: rgba(19, 78, 74, 0.9);
}
.border-teal-900\/95 {
    border-color: rgba(19, 78, 74, 0.95);
}
.border-transparent {
    border-color: transparent;
}
.border-truegray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-truegray-100\/0 {
    border-color: hsla(0, 0%, 96%, 0);
}
.border-truegray-100\/10 {
    border-color: hsla(0, 0%, 96%, 0.1);
}
.border-truegray-100\/100 {
    border-color: #f5f5f5;
}
.border-truegray-100\/15 {
    border-color: hsla(0, 0%, 96%, 0.15);
}
.border-truegray-100\/20 {
    border-color: hsla(0, 0%, 96%, 0.2);
}
.border-truegray-100\/25 {
    border-color: hsla(0, 0%, 96%, 0.25);
}
.border-truegray-100\/30 {
    border-color: hsla(0, 0%, 96%, 0.3);
}
.border-truegray-100\/35 {
    border-color: hsla(0, 0%, 96%, 0.35);
}
.border-truegray-100\/40 {
    border-color: hsla(0, 0%, 96%, 0.4);
}
.border-truegray-100\/45 {
    border-color: hsla(0, 0%, 96%, 0.45);
}
.border-truegray-100\/5 {
    border-color: hsla(0, 0%, 96%, 0.05);
}
.border-truegray-100\/50 {
    border-color: hsla(0, 0%, 96%, 0.5);
}
.border-truegray-100\/55 {
    border-color: hsla(0, 0%, 96%, 0.55);
}
.border-truegray-100\/60 {
    border-color: hsla(0, 0%, 96%, 0.6);
}
.border-truegray-100\/65 {
    border-color: hsla(0, 0%, 96%, 0.65);
}
.border-truegray-100\/70 {
    border-color: hsla(0, 0%, 96%, 0.7);
}
.border-truegray-100\/75 {
    border-color: hsla(0, 0%, 96%, 0.75);
}
.border-truegray-100\/80 {
    border-color: hsla(0, 0%, 96%, 0.8);
}
.border-truegray-100\/85 {
    border-color: hsla(0, 0%, 96%, 0.85);
}
.border-truegray-100\/90 {
    border-color: hsla(0, 0%, 96%, 0.9);
}
.border-truegray-100\/95 {
    border-color: hsla(0, 0%, 96%, 0.95);
}
.border-truegray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-truegray-200\/0 {
    border-color: hsla(0, 0%, 90%, 0);
}
.border-truegray-200\/10 {
    border-color: hsla(0, 0%, 90%, 0.1);
}
.border-truegray-200\/100 {
    border-color: #e5e5e5;
}
.border-truegray-200\/15 {
    border-color: hsla(0, 0%, 90%, 0.15);
}
.border-truegray-200\/20 {
    border-color: hsla(0, 0%, 90%, 0.2);
}
.border-truegray-200\/25 {
    border-color: hsla(0, 0%, 90%, 0.25);
}
.border-truegray-200\/30 {
    border-color: hsla(0, 0%, 90%, 0.3);
}
.border-truegray-200\/35 {
    border-color: hsla(0, 0%, 90%, 0.35);
}
.border-truegray-200\/40 {
    border-color: hsla(0, 0%, 90%, 0.4);
}
.border-truegray-200\/45 {
    border-color: hsla(0, 0%, 90%, 0.45);
}
.border-truegray-200\/5 {
    border-color: hsla(0, 0%, 90%, 0.05);
}
.border-truegray-200\/50 {
    border-color: hsla(0, 0%, 90%, 0.5);
}
.border-truegray-200\/55 {
    border-color: hsla(0, 0%, 90%, 0.55);
}
.border-truegray-200\/60 {
    border-color: hsla(0, 0%, 90%, 0.6);
}
.border-truegray-200\/65 {
    border-color: hsla(0, 0%, 90%, 0.65);
}
.border-truegray-200\/70 {
    border-color: hsla(0, 0%, 90%, 0.7);
}
.border-truegray-200\/75 {
    border-color: hsla(0, 0%, 90%, 0.75);
}
.border-truegray-200\/80 {
    border-color: hsla(0, 0%, 90%, 0.8);
}
.border-truegray-200\/85 {
    border-color: hsla(0, 0%, 90%, 0.85);
}
.border-truegray-200\/90 {
    border-color: hsla(0, 0%, 90%, 0.9);
}
.border-truegray-200\/95 {
    border-color: hsla(0, 0%, 90%, 0.95);
}
.border-truegray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-truegray-300\/0 {
    border-color: hsla(0, 0%, 83%, 0);
}
.border-truegray-300\/10 {
    border-color: hsla(0, 0%, 83%, 0.1);
}
.border-truegray-300\/100 {
    border-color: #d4d4d4;
}
.border-truegray-300\/15 {
    border-color: hsla(0, 0%, 83%, 0.15);
}
.border-truegray-300\/20 {
    border-color: hsla(0, 0%, 83%, 0.2);
}
.border-truegray-300\/25 {
    border-color: hsla(0, 0%, 83%, 0.25);
}
.border-truegray-300\/30 {
    border-color: hsla(0, 0%, 83%, 0.3);
}
.border-truegray-300\/35 {
    border-color: hsla(0, 0%, 83%, 0.35);
}
.border-truegray-300\/40 {
    border-color: hsla(0, 0%, 83%, 0.4);
}
.border-truegray-300\/45 {
    border-color: hsla(0, 0%, 83%, 0.45);
}
.border-truegray-300\/5 {
    border-color: hsla(0, 0%, 83%, 0.05);
}
.border-truegray-300\/50 {
    border-color: hsla(0, 0%, 83%, 0.5);
}
.border-truegray-300\/55 {
    border-color: hsla(0, 0%, 83%, 0.55);
}
.border-truegray-300\/60 {
    border-color: hsla(0, 0%, 83%, 0.6);
}
.border-truegray-300\/65 {
    border-color: hsla(0, 0%, 83%, 0.65);
}
.border-truegray-300\/70 {
    border-color: hsla(0, 0%, 83%, 0.7);
}
.border-truegray-300\/75 {
    border-color: hsla(0, 0%, 83%, 0.75);
}
.border-truegray-300\/80 {
    border-color: hsla(0, 0%, 83%, 0.8);
}
.border-truegray-300\/85 {
    border-color: hsla(0, 0%, 83%, 0.85);
}
.border-truegray-300\/90 {
    border-color: hsla(0, 0%, 83%, 0.9);
}
.border-truegray-300\/95 {
    border-color: hsla(0, 0%, 83%, 0.95);
}
.border-truegray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-truegray-400\/0 {
    border-color: hsla(0, 0%, 64%, 0);
}
.border-truegray-400\/10 {
    border-color: hsla(0, 0%, 64%, 0.1);
}
.border-truegray-400\/100 {
    border-color: #a3a3a3;
}
.border-truegray-400\/15 {
    border-color: hsla(0, 0%, 64%, 0.15);
}
.border-truegray-400\/20 {
    border-color: hsla(0, 0%, 64%, 0.2);
}
.border-truegray-400\/25 {
    border-color: hsla(0, 0%, 64%, 0.25);
}
.border-truegray-400\/30 {
    border-color: hsla(0, 0%, 64%, 0.3);
}
.border-truegray-400\/35 {
    border-color: hsla(0, 0%, 64%, 0.35);
}
.border-truegray-400\/40 {
    border-color: hsla(0, 0%, 64%, 0.4);
}
.border-truegray-400\/45 {
    border-color: hsla(0, 0%, 64%, 0.45);
}
.border-truegray-400\/5 {
    border-color: hsla(0, 0%, 64%, 0.05);
}
.border-truegray-400\/50 {
    border-color: hsla(0, 0%, 64%, 0.5);
}
.border-truegray-400\/55 {
    border-color: hsla(0, 0%, 64%, 0.55);
}
.border-truegray-400\/60 {
    border-color: hsla(0, 0%, 64%, 0.6);
}
.border-truegray-400\/65 {
    border-color: hsla(0, 0%, 64%, 0.65);
}
.border-truegray-400\/70 {
    border-color: hsla(0, 0%, 64%, 0.7);
}
.border-truegray-400\/75 {
    border-color: hsla(0, 0%, 64%, 0.75);
}
.border-truegray-400\/80 {
    border-color: hsla(0, 0%, 64%, 0.8);
}
.border-truegray-400\/85 {
    border-color: hsla(0, 0%, 64%, 0.85);
}
.border-truegray-400\/90 {
    border-color: hsla(0, 0%, 64%, 0.9);
}
.border-truegray-400\/95 {
    border-color: hsla(0, 0%, 64%, 0.95);
}
.border-truegray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-truegray-50\/0 {
    border-color: hsla(0, 0%, 98%, 0);
}
.border-truegray-50\/10 {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.border-truegray-50\/100 {
    border-color: #fafafa;
}
.border-truegray-50\/15 {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.border-truegray-50\/20 {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.border-truegray-50\/25 {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.border-truegray-50\/30 {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.border-truegray-50\/35 {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.border-truegray-50\/40 {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.border-truegray-50\/45 {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.border-truegray-50\/5 {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.border-truegray-50\/50 {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.border-truegray-50\/55 {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.border-truegray-50\/60 {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.border-truegray-50\/65 {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.border-truegray-50\/70 {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.border-truegray-50\/75 {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.border-truegray-50\/80 {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.border-truegray-50\/85 {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.border-truegray-50\/90 {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.border-truegray-50\/95 {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.border-truegray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-truegray-500\/0 {
    border-color: hsla(0, 0%, 45%, 0);
}
.border-truegray-500\/10 {
    border-color: hsla(0, 0%, 45%, 0.1);
}
.border-truegray-500\/100 {
    border-color: #737373;
}
.border-truegray-500\/15 {
    border-color: hsla(0, 0%, 45%, 0.15);
}
.border-truegray-500\/20 {
    border-color: hsla(0, 0%, 45%, 0.2);
}
.border-truegray-500\/25 {
    border-color: hsla(0, 0%, 45%, 0.25);
}
.border-truegray-500\/30 {
    border-color: hsla(0, 0%, 45%, 0.3);
}
.border-truegray-500\/35 {
    border-color: hsla(0, 0%, 45%, 0.35);
}
.border-truegray-500\/40 {
    border-color: hsla(0, 0%, 45%, 0.4);
}
.border-truegray-500\/45 {
    border-color: hsla(0, 0%, 45%, 0.45);
}
.border-truegray-500\/5 {
    border-color: hsla(0, 0%, 45%, 0.05);
}
.border-truegray-500\/50 {
    border-color: hsla(0, 0%, 45%, 0.5);
}
.border-truegray-500\/55 {
    border-color: hsla(0, 0%, 45%, 0.55);
}
.border-truegray-500\/60 {
    border-color: hsla(0, 0%, 45%, 0.6);
}
.border-truegray-500\/65 {
    border-color: hsla(0, 0%, 45%, 0.65);
}
.border-truegray-500\/70 {
    border-color: hsla(0, 0%, 45%, 0.7);
}
.border-truegray-500\/75 {
    border-color: hsla(0, 0%, 45%, 0.75);
}
.border-truegray-500\/80 {
    border-color: hsla(0, 0%, 45%, 0.8);
}
.border-truegray-500\/85 {
    border-color: hsla(0, 0%, 45%, 0.85);
}
.border-truegray-500\/90 {
    border-color: hsla(0, 0%, 45%, 0.9);
}
.border-truegray-500\/95 {
    border-color: hsla(0, 0%, 45%, 0.95);
}
.border-truegray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-truegray-600\/0 {
    border-color: rgba(82, 82, 82, 0);
}
.border-truegray-600\/10 {
    border-color: rgba(82, 82, 82, 0.1);
}
.border-truegray-600\/100 {
    border-color: #525252;
}
.border-truegray-600\/15 {
    border-color: rgba(82, 82, 82, 0.15);
}
.border-truegray-600\/20 {
    border-color: rgba(82, 82, 82, 0.2);
}
.border-truegray-600\/25 {
    border-color: rgba(82, 82, 82, 0.25);
}
.border-truegray-600\/30 {
    border-color: rgba(82, 82, 82, 0.3);
}
.border-truegray-600\/35 {
    border-color: rgba(82, 82, 82, 0.35);
}
.border-truegray-600\/40 {
    border-color: rgba(82, 82, 82, 0.4);
}
.border-truegray-600\/45 {
    border-color: rgba(82, 82, 82, 0.45);
}
.border-truegray-600\/5 {
    border-color: rgba(82, 82, 82, 0.05);
}
.border-truegray-600\/50 {
    border-color: rgba(82, 82, 82, 0.5);
}
.border-truegray-600\/55 {
    border-color: rgba(82, 82, 82, 0.55);
}
.border-truegray-600\/60 {
    border-color: rgba(82, 82, 82, 0.6);
}
.border-truegray-600\/65 {
    border-color: rgba(82, 82, 82, 0.65);
}
.border-truegray-600\/70 {
    border-color: rgba(82, 82, 82, 0.7);
}
.border-truegray-600\/75 {
    border-color: rgba(82, 82, 82, 0.75);
}
.border-truegray-600\/80 {
    border-color: rgba(82, 82, 82, 0.8);
}
.border-truegray-600\/85 {
    border-color: rgba(82, 82, 82, 0.85);
}
.border-truegray-600\/90 {
    border-color: rgba(82, 82, 82, 0.9);
}
.border-truegray-600\/95 {
    border-color: rgba(82, 82, 82, 0.95);
}
.border-truegray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-truegray-700\/0 {
    border-color: rgba(64, 64, 64, 0);
}
.border-truegray-700\/10 {
    border-color: rgba(64, 64, 64, 0.1);
}
.border-truegray-700\/100 {
    border-color: #404040;
}
.border-truegray-700\/15 {
    border-color: rgba(64, 64, 64, 0.15);
}
.border-truegray-700\/20 {
    border-color: rgba(64, 64, 64, 0.2);
}
.border-truegray-700\/25 {
    border-color: rgba(64, 64, 64, 0.25);
}
.border-truegray-700\/30 {
    border-color: rgba(64, 64, 64, 0.3);
}
.border-truegray-700\/35 {
    border-color: rgba(64, 64, 64, 0.35);
}
.border-truegray-700\/40 {
    border-color: rgba(64, 64, 64, 0.4);
}
.border-truegray-700\/45 {
    border-color: rgba(64, 64, 64, 0.45);
}
.border-truegray-700\/5 {
    border-color: rgba(64, 64, 64, 0.05);
}
.border-truegray-700\/50 {
    border-color: rgba(64, 64, 64, 0.5);
}
.border-truegray-700\/55 {
    border-color: rgba(64, 64, 64, 0.55);
}
.border-truegray-700\/60 {
    border-color: rgba(64, 64, 64, 0.6);
}
.border-truegray-700\/65 {
    border-color: rgba(64, 64, 64, 0.65);
}
.border-truegray-700\/70 {
    border-color: rgba(64, 64, 64, 0.7);
}
.border-truegray-700\/75 {
    border-color: rgba(64, 64, 64, 0.75);
}
.border-truegray-700\/80 {
    border-color: rgba(64, 64, 64, 0.8);
}
.border-truegray-700\/85 {
    border-color: rgba(64, 64, 64, 0.85);
}
.border-truegray-700\/90 {
    border-color: rgba(64, 64, 64, 0.9);
}
.border-truegray-700\/95 {
    border-color: rgba(64, 64, 64, 0.95);
}
.border-truegray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-truegray-800\/0 {
    border-color: rgba(38, 38, 38, 0);
}
.border-truegray-800\/10 {
    border-color: rgba(38, 38, 38, 0.1);
}
.border-truegray-800\/100 {
    border-color: #262626;
}
.border-truegray-800\/15 {
    border-color: rgba(38, 38, 38, 0.15);
}
.border-truegray-800\/20 {
    border-color: rgba(38, 38, 38, 0.2);
}
.border-truegray-800\/25 {
    border-color: rgba(38, 38, 38, 0.25);
}
.border-truegray-800\/30 {
    border-color: rgba(38, 38, 38, 0.3);
}
.border-truegray-800\/35 {
    border-color: rgba(38, 38, 38, 0.35);
}
.border-truegray-800\/40 {
    border-color: rgba(38, 38, 38, 0.4);
}
.border-truegray-800\/45 {
    border-color: rgba(38, 38, 38, 0.45);
}
.border-truegray-800\/5 {
    border-color: rgba(38, 38, 38, 0.05);
}
.border-truegray-800\/50 {
    border-color: rgba(38, 38, 38, 0.5);
}
.border-truegray-800\/55 {
    border-color: rgba(38, 38, 38, 0.55);
}
.border-truegray-800\/60 {
    border-color: rgba(38, 38, 38, 0.6);
}
.border-truegray-800\/65 {
    border-color: rgba(38, 38, 38, 0.65);
}
.border-truegray-800\/70 {
    border-color: rgba(38, 38, 38, 0.7);
}
.border-truegray-800\/75 {
    border-color: rgba(38, 38, 38, 0.75);
}
.border-truegray-800\/80 {
    border-color: rgba(38, 38, 38, 0.8);
}
.border-truegray-800\/85 {
    border-color: rgba(38, 38, 38, 0.85);
}
.border-truegray-800\/90 {
    border-color: rgba(38, 38, 38, 0.9);
}
.border-truegray-800\/95 {
    border-color: rgba(38, 38, 38, 0.95);
}
.border-truegray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-truegray-900\/0 {
    border-color: hsla(0, 0%, 9%, 0);
}
.border-truegray-900\/10 {
    border-color: hsla(0, 0%, 9%, 0.1);
}
.border-truegray-900\/100 {
    border-color: #171717;
}
.border-truegray-900\/15 {
    border-color: hsla(0, 0%, 9%, 0.15);
}
.border-truegray-900\/20 {
    border-color: hsla(0, 0%, 9%, 0.2);
}
.border-truegray-900\/25 {
    border-color: hsla(0, 0%, 9%, 0.25);
}
.border-truegray-900\/30 {
    border-color: hsla(0, 0%, 9%, 0.3);
}
.border-truegray-900\/35 {
    border-color: hsla(0, 0%, 9%, 0.35);
}
.border-truegray-900\/40 {
    border-color: hsla(0, 0%, 9%, 0.4);
}
.border-truegray-900\/45 {
    border-color: hsla(0, 0%, 9%, 0.45);
}
.border-truegray-900\/5 {
    border-color: hsla(0, 0%, 9%, 0.05);
}
.border-truegray-900\/50 {
    border-color: hsla(0, 0%, 9%, 0.5);
}
.border-truegray-900\/55 {
    border-color: hsla(0, 0%, 9%, 0.55);
}
.border-truegray-900\/60 {
    border-color: hsla(0, 0%, 9%, 0.6);
}
.border-truegray-900\/65 {
    border-color: hsla(0, 0%, 9%, 0.65);
}
.border-truegray-900\/70 {
    border-color: hsla(0, 0%, 9%, 0.7);
}
.border-truegray-900\/75 {
    border-color: hsla(0, 0%, 9%, 0.75);
}
.border-truegray-900\/80 {
    border-color: hsla(0, 0%, 9%, 0.8);
}
.border-truegray-900\/85 {
    border-color: hsla(0, 0%, 9%, 0.85);
}
.border-truegray-900\/90 {
    border-color: hsla(0, 0%, 9%, 0.9);
}
.border-truegray-900\/95 {
    border-color: hsla(0, 0%, 9%, 0.95);
}
.border-ucm-bluegray {
    --tw-border-opacity: 1;
    border-color: rgb(183 195 213 / var(--tw-border-opacity, 1));
}
.border-ucm-bluegray\/\[\.15\] {
    border-color: rgba(183, 195, 213, 0.15);
}
.border-ucm-darkblue {
    --tw-border-opacity: 1;
    border-color: rgb(20 60 200 / var(--tw-border-opacity, 1));
}
.border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-violet-100\/0 {
    border-color: rgba(237, 233, 254, 0);
}
.border-violet-100\/10 {
    border-color: rgba(237, 233, 254, 0.1);
}
.border-violet-100\/100 {
    border-color: #ede9fe;
}
.border-violet-100\/15 {
    border-color: rgba(237, 233, 254, 0.15);
}
.border-violet-100\/20 {
    border-color: rgba(237, 233, 254, 0.2);
}
.border-violet-100\/25 {
    border-color: rgba(237, 233, 254, 0.25);
}
.border-violet-100\/30 {
    border-color: rgba(237, 233, 254, 0.3);
}
.border-violet-100\/35 {
    border-color: rgba(237, 233, 254, 0.35);
}
.border-violet-100\/40 {
    border-color: rgba(237, 233, 254, 0.4);
}
.border-violet-100\/45 {
    border-color: rgba(237, 233, 254, 0.45);
}
.border-violet-100\/5 {
    border-color: rgba(237, 233, 254, 0.05);
}
.border-violet-100\/50 {
    border-color: rgba(237, 233, 254, 0.5);
}
.border-violet-100\/55 {
    border-color: rgba(237, 233, 254, 0.55);
}
.border-violet-100\/60 {
    border-color: rgba(237, 233, 254, 0.6);
}
.border-violet-100\/65 {
    border-color: rgba(237, 233, 254, 0.65);
}
.border-violet-100\/70 {
    border-color: rgba(237, 233, 254, 0.7);
}
.border-violet-100\/75 {
    border-color: rgba(237, 233, 254, 0.75);
}
.border-violet-100\/80 {
    border-color: rgba(237, 233, 254, 0.8);
}
.border-violet-100\/85 {
    border-color: rgba(237, 233, 254, 0.85);
}
.border-violet-100\/90 {
    border-color: rgba(237, 233, 254, 0.9);
}
.border-violet-100\/95 {
    border-color: rgba(237, 233, 254, 0.95);
}
.border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-violet-200\/0 {
    border-color: rgba(221, 214, 254, 0);
}
.border-violet-200\/10 {
    border-color: rgba(221, 214, 254, 0.1);
}
.border-violet-200\/100 {
    border-color: #ddd6fe;
}
.border-violet-200\/15 {
    border-color: rgba(221, 214, 254, 0.15);
}
.border-violet-200\/20 {
    border-color: rgba(221, 214, 254, 0.2);
}
.border-violet-200\/25 {
    border-color: rgba(221, 214, 254, 0.25);
}
.border-violet-200\/30 {
    border-color: rgba(221, 214, 254, 0.3);
}
.border-violet-200\/35 {
    border-color: rgba(221, 214, 254, 0.35);
}
.border-violet-200\/40 {
    border-color: rgba(221, 214, 254, 0.4);
}
.border-violet-200\/45 {
    border-color: rgba(221, 214, 254, 0.45);
}
.border-violet-200\/5 {
    border-color: rgba(221, 214, 254, 0.05);
}
.border-violet-200\/50 {
    border-color: rgba(221, 214, 254, 0.5);
}
.border-violet-200\/55 {
    border-color: rgba(221, 214, 254, 0.55);
}
.border-violet-200\/60 {
    border-color: rgba(221, 214, 254, 0.6);
}
.border-violet-200\/65 {
    border-color: rgba(221, 214, 254, 0.65);
}
.border-violet-200\/70 {
    border-color: rgba(221, 214, 254, 0.7);
}
.border-violet-200\/75 {
    border-color: rgba(221, 214, 254, 0.75);
}
.border-violet-200\/80 {
    border-color: rgba(221, 214, 254, 0.8);
}
.border-violet-200\/85 {
    border-color: rgba(221, 214, 254, 0.85);
}
.border-violet-200\/90 {
    border-color: rgba(221, 214, 254, 0.9);
}
.border-violet-200\/95 {
    border-color: rgba(221, 214, 254, 0.95);
}
.border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-violet-300\/0 {
    border-color: rgba(196, 181, 253, 0);
}
.border-violet-300\/10 {
    border-color: rgba(196, 181, 253, 0.1);
}
.border-violet-300\/100 {
    border-color: #c4b5fd;
}
.border-violet-300\/15 {
    border-color: rgba(196, 181, 253, 0.15);
}
.border-violet-300\/20 {
    border-color: rgba(196, 181, 253, 0.2);
}
.border-violet-300\/25 {
    border-color: rgba(196, 181, 253, 0.25);
}
.border-violet-300\/30 {
    border-color: rgba(196, 181, 253, 0.3);
}
.border-violet-300\/35 {
    border-color: rgba(196, 181, 253, 0.35);
}
.border-violet-300\/40 {
    border-color: rgba(196, 181, 253, 0.4);
}
.border-violet-300\/45 {
    border-color: rgba(196, 181, 253, 0.45);
}
.border-violet-300\/5 {
    border-color: rgba(196, 181, 253, 0.05);
}
.border-violet-300\/50 {
    border-color: rgba(196, 181, 253, 0.5);
}
.border-violet-300\/55 {
    border-color: rgba(196, 181, 253, 0.55);
}
.border-violet-300\/60 {
    border-color: rgba(196, 181, 253, 0.6);
}
.border-violet-300\/65 {
    border-color: rgba(196, 181, 253, 0.65);
}
.border-violet-300\/70 {
    border-color: rgba(196, 181, 253, 0.7);
}
.border-violet-300\/75 {
    border-color: rgba(196, 181, 253, 0.75);
}
.border-violet-300\/80 {
    border-color: rgba(196, 181, 253, 0.8);
}
.border-violet-300\/85 {
    border-color: rgba(196, 181, 253, 0.85);
}
.border-violet-300\/90 {
    border-color: rgba(196, 181, 253, 0.9);
}
.border-violet-300\/95 {
    border-color: rgba(196, 181, 253, 0.95);
}
.border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-violet-400\/0 {
    border-color: rgba(167, 139, 250, 0);
}
.border-violet-400\/10 {
    border-color: rgba(167, 139, 250, 0.1);
}
.border-violet-400\/100 {
    border-color: #a78bfa;
}
.border-violet-400\/15 {
    border-color: rgba(167, 139, 250, 0.15);
}
.border-violet-400\/20 {
    border-color: rgba(167, 139, 250, 0.2);
}
.border-violet-400\/25 {
    border-color: rgba(167, 139, 250, 0.25);
}
.border-violet-400\/30 {
    border-color: rgba(167, 139, 250, 0.3);
}
.border-violet-400\/35 {
    border-color: rgba(167, 139, 250, 0.35);
}
.border-violet-400\/40 {
    border-color: rgba(167, 139, 250, 0.4);
}
.border-violet-400\/45 {
    border-color: rgba(167, 139, 250, 0.45);
}
.border-violet-400\/5 {
    border-color: rgba(167, 139, 250, 0.05);
}
.border-violet-400\/50 {
    border-color: rgba(167, 139, 250, 0.5);
}
.border-violet-400\/55 {
    border-color: rgba(167, 139, 250, 0.55);
}
.border-violet-400\/60 {
    border-color: rgba(167, 139, 250, 0.6);
}
.border-violet-400\/65 {
    border-color: rgba(167, 139, 250, 0.65);
}
.border-violet-400\/70 {
    border-color: rgba(167, 139, 250, 0.7);
}
.border-violet-400\/75 {
    border-color: rgba(167, 139, 250, 0.75);
}
.border-violet-400\/80 {
    border-color: rgba(167, 139, 250, 0.8);
}
.border-violet-400\/85 {
    border-color: rgba(167, 139, 250, 0.85);
}
.border-violet-400\/90 {
    border-color: rgba(167, 139, 250, 0.9);
}
.border-violet-400\/95 {
    border-color: rgba(167, 139, 250, 0.95);
}
.border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-violet-50\/0 {
    border-color: rgba(245, 243, 255, 0);
}
.border-violet-50\/10 {
    border-color: rgba(245, 243, 255, 0.1);
}
.border-violet-50\/100 {
    border-color: #f5f3ff;
}
.border-violet-50\/15 {
    border-color: rgba(245, 243, 255, 0.15);
}
.border-violet-50\/20 {
    border-color: rgba(245, 243, 255, 0.2);
}
.border-violet-50\/25 {
    border-color: rgba(245, 243, 255, 0.25);
}
.border-violet-50\/30 {
    border-color: rgba(245, 243, 255, 0.3);
}
.border-violet-50\/35 {
    border-color: rgba(245, 243, 255, 0.35);
}
.border-violet-50\/40 {
    border-color: rgba(245, 243, 255, 0.4);
}
.border-violet-50\/45 {
    border-color: rgba(245, 243, 255, 0.45);
}
.border-violet-50\/5 {
    border-color: rgba(245, 243, 255, 0.05);
}
.border-violet-50\/50 {
    border-color: rgba(245, 243, 255, 0.5);
}
.border-violet-50\/55 {
    border-color: rgba(245, 243, 255, 0.55);
}
.border-violet-50\/60 {
    border-color: rgba(245, 243, 255, 0.6);
}
.border-violet-50\/65 {
    border-color: rgba(245, 243, 255, 0.65);
}
.border-violet-50\/70 {
    border-color: rgba(245, 243, 255, 0.7);
}
.border-violet-50\/75 {
    border-color: rgba(245, 243, 255, 0.75);
}
.border-violet-50\/80 {
    border-color: rgba(245, 243, 255, 0.8);
}
.border-violet-50\/85 {
    border-color: rgba(245, 243, 255, 0.85);
}
.border-violet-50\/90 {
    border-color: rgba(245, 243, 255, 0.9);
}
.border-violet-50\/95 {
    border-color: rgba(245, 243, 255, 0.95);
}
.border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-violet-500\/0 {
    border-color: rgba(139, 92, 246, 0);
}
.border-violet-500\/10 {
    border-color: rgba(139, 92, 246, 0.1);
}
.border-violet-500\/100 {
    border-color: #8b5cf6;
}
.border-violet-500\/15 {
    border-color: rgba(139, 92, 246, 0.15);
}
.border-violet-500\/20 {
    border-color: rgba(139, 92, 246, 0.2);
}
.border-violet-500\/25 {
    border-color: rgba(139, 92, 246, 0.25);
}
.border-violet-500\/30 {
    border-color: rgba(139, 92, 246, 0.3);
}
.border-violet-500\/35 {
    border-color: rgba(139, 92, 246, 0.35);
}
.border-violet-500\/40 {
    border-color: rgba(139, 92, 246, 0.4);
}
.border-violet-500\/45 {
    border-color: rgba(139, 92, 246, 0.45);
}
.border-violet-500\/5 {
    border-color: rgba(139, 92, 246, 0.05);
}
.border-violet-500\/50 {
    border-color: rgba(139, 92, 246, 0.5);
}
.border-violet-500\/55 {
    border-color: rgba(139, 92, 246, 0.55);
}
.border-violet-500\/60 {
    border-color: rgba(139, 92, 246, 0.6);
}
.border-violet-500\/65 {
    border-color: rgba(139, 92, 246, 0.65);
}
.border-violet-500\/70 {
    border-color: rgba(139, 92, 246, 0.7);
}
.border-violet-500\/75 {
    border-color: rgba(139, 92, 246, 0.75);
}
.border-violet-500\/80 {
    border-color: rgba(139, 92, 246, 0.8);
}
.border-violet-500\/85 {
    border-color: rgba(139, 92, 246, 0.85);
}
.border-violet-500\/90 {
    border-color: rgba(139, 92, 246, 0.9);
}
.border-violet-500\/95 {
    border-color: rgba(139, 92, 246, 0.95);
}
.border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-violet-600\/0 {
    border-color: rgba(124, 58, 237, 0);
}
.border-violet-600\/10 {
    border-color: rgba(124, 58, 237, 0.1);
}
.border-violet-600\/100 {
    border-color: #7c3aed;
}
.border-violet-600\/15 {
    border-color: rgba(124, 58, 237, 0.15);
}
.border-violet-600\/20 {
    border-color: rgba(124, 58, 237, 0.2);
}
.border-violet-600\/25 {
    border-color: rgba(124, 58, 237, 0.25);
}
.border-violet-600\/30 {
    border-color: rgba(124, 58, 237, 0.3);
}
.border-violet-600\/35 {
    border-color: rgba(124, 58, 237, 0.35);
}
.border-violet-600\/40 {
    border-color: rgba(124, 58, 237, 0.4);
}
.border-violet-600\/45 {
    border-color: rgba(124, 58, 237, 0.45);
}
.border-violet-600\/5 {
    border-color: rgba(124, 58, 237, 0.05);
}
.border-violet-600\/50 {
    border-color: rgba(124, 58, 237, 0.5);
}
.border-violet-600\/55 {
    border-color: rgba(124, 58, 237, 0.55);
}
.border-violet-600\/60 {
    border-color: rgba(124, 58, 237, 0.6);
}
.border-violet-600\/65 {
    border-color: rgba(124, 58, 237, 0.65);
}
.border-violet-600\/70 {
    border-color: rgba(124, 58, 237, 0.7);
}
.border-violet-600\/75 {
    border-color: rgba(124, 58, 237, 0.75);
}
.border-violet-600\/80 {
    border-color: rgba(124, 58, 237, 0.8);
}
.border-violet-600\/85 {
    border-color: rgba(124, 58, 237, 0.85);
}
.border-violet-600\/90 {
    border-color: rgba(124, 58, 237, 0.9);
}
.border-violet-600\/95 {
    border-color: rgba(124, 58, 237, 0.95);
}
.border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-violet-700\/0 {
    border-color: rgba(109, 40, 217, 0);
}
.border-violet-700\/10 {
    border-color: rgba(109, 40, 217, 0.1);
}
.border-violet-700\/100 {
    border-color: #6d28d9;
}
.border-violet-700\/15 {
    border-color: rgba(109, 40, 217, 0.15);
}
.border-violet-700\/20 {
    border-color: rgba(109, 40, 217, 0.2);
}
.border-violet-700\/25 {
    border-color: rgba(109, 40, 217, 0.25);
}
.border-violet-700\/30 {
    border-color: rgba(109, 40, 217, 0.3);
}
.border-violet-700\/35 {
    border-color: rgba(109, 40, 217, 0.35);
}
.border-violet-700\/40 {
    border-color: rgba(109, 40, 217, 0.4);
}
.border-violet-700\/45 {
    border-color: rgba(109, 40, 217, 0.45);
}
.border-violet-700\/5 {
    border-color: rgba(109, 40, 217, 0.05);
}
.border-violet-700\/50 {
    border-color: rgba(109, 40, 217, 0.5);
}
.border-violet-700\/55 {
    border-color: rgba(109, 40, 217, 0.55);
}
.border-violet-700\/60 {
    border-color: rgba(109, 40, 217, 0.6);
}
.border-violet-700\/65 {
    border-color: rgba(109, 40, 217, 0.65);
}
.border-violet-700\/70 {
    border-color: rgba(109, 40, 217, 0.7);
}
.border-violet-700\/75 {
    border-color: rgba(109, 40, 217, 0.75);
}
.border-violet-700\/80 {
    border-color: rgba(109, 40, 217, 0.8);
}
.border-violet-700\/85 {
    border-color: rgba(109, 40, 217, 0.85);
}
.border-violet-700\/90 {
    border-color: rgba(109, 40, 217, 0.9);
}
.border-violet-700\/95 {
    border-color: rgba(109, 40, 217, 0.95);
}
.border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-violet-800\/0 {
    border-color: rgba(91, 33, 182, 0);
}
.border-violet-800\/10 {
    border-color: rgba(91, 33, 182, 0.1);
}
.border-violet-800\/100 {
    border-color: #5b21b6;
}
.border-violet-800\/15 {
    border-color: rgba(91, 33, 182, 0.15);
}
.border-violet-800\/20 {
    border-color: rgba(91, 33, 182, 0.2);
}
.border-violet-800\/25 {
    border-color: rgba(91, 33, 182, 0.25);
}
.border-violet-800\/30 {
    border-color: rgba(91, 33, 182, 0.3);
}
.border-violet-800\/35 {
    border-color: rgba(91, 33, 182, 0.35);
}
.border-violet-800\/40 {
    border-color: rgba(91, 33, 182, 0.4);
}
.border-violet-800\/45 {
    border-color: rgba(91, 33, 182, 0.45);
}
.border-violet-800\/5 {
    border-color: rgba(91, 33, 182, 0.05);
}
.border-violet-800\/50 {
    border-color: rgba(91, 33, 182, 0.5);
}
.border-violet-800\/55 {
    border-color: rgba(91, 33, 182, 0.55);
}
.border-violet-800\/60 {
    border-color: rgba(91, 33, 182, 0.6);
}
.border-violet-800\/65 {
    border-color: rgba(91, 33, 182, 0.65);
}
.border-violet-800\/70 {
    border-color: rgba(91, 33, 182, 0.7);
}
.border-violet-800\/75 {
    border-color: rgba(91, 33, 182, 0.75);
}
.border-violet-800\/80 {
    border-color: rgba(91, 33, 182, 0.8);
}
.border-violet-800\/85 {
    border-color: rgba(91, 33, 182, 0.85);
}
.border-violet-800\/90 {
    border-color: rgba(91, 33, 182, 0.9);
}
.border-violet-800\/95 {
    border-color: rgba(91, 33, 182, 0.95);
}
.border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-violet-900\/0 {
    border-color: rgba(76, 29, 149, 0);
}
.border-violet-900\/10 {
    border-color: rgba(76, 29, 149, 0.1);
}
.border-violet-900\/100 {
    border-color: #4c1d95;
}
.border-violet-900\/15 {
    border-color: rgba(76, 29, 149, 0.15);
}
.border-violet-900\/20 {
    border-color: rgba(76, 29, 149, 0.2);
}
.border-violet-900\/25 {
    border-color: rgba(76, 29, 149, 0.25);
}
.border-violet-900\/30 {
    border-color: rgba(76, 29, 149, 0.3);
}
.border-violet-900\/35 {
    border-color: rgba(76, 29, 149, 0.35);
}
.border-violet-900\/40 {
    border-color: rgba(76, 29, 149, 0.4);
}
.border-violet-900\/45 {
    border-color: rgba(76, 29, 149, 0.45);
}
.border-violet-900\/5 {
    border-color: rgba(76, 29, 149, 0.05);
}
.border-violet-900\/50 {
    border-color: rgba(76, 29, 149, 0.5);
}
.border-violet-900\/55 {
    border-color: rgba(76, 29, 149, 0.55);
}
.border-violet-900\/60 {
    border-color: rgba(76, 29, 149, 0.6);
}
.border-violet-900\/65 {
    border-color: rgba(76, 29, 149, 0.65);
}
.border-violet-900\/70 {
    border-color: rgba(76, 29, 149, 0.7);
}
.border-violet-900\/75 {
    border-color: rgba(76, 29, 149, 0.75);
}
.border-violet-900\/80 {
    border-color: rgba(76, 29, 149, 0.8);
}
.border-violet-900\/85 {
    border-color: rgba(76, 29, 149, 0.85);
}
.border-violet-900\/90 {
    border-color: rgba(76, 29, 149, 0.9);
}
.border-violet-900\/95 {
    border-color: rgba(76, 29, 149, 0.95);
}
.border-warmergreen-100 {
    --tw-border-opacity: 1;
    border-color: rgb(238 239 236 / var(--tw-border-opacity, 1));
}
.border-warmergreen-100\/0 {
    border-color: hsla(80, 9%, 93%, 0);
}
.border-warmergreen-100\/10 {
    border-color: hsla(80, 9%, 93%, 0.1);
}
.border-warmergreen-100\/100 {
    border-color: #eeefec;
}
.border-warmergreen-100\/15 {
    border-color: hsla(80, 9%, 93%, 0.15);
}
.border-warmergreen-100\/20 {
    border-color: hsla(80, 9%, 93%, 0.2);
}
.border-warmergreen-100\/25 {
    border-color: hsla(80, 9%, 93%, 0.25);
}
.border-warmergreen-100\/30 {
    border-color: hsla(80, 9%, 93%, 0.3);
}
.border-warmergreen-100\/35 {
    border-color: hsla(80, 9%, 93%, 0.35);
}
.border-warmergreen-100\/40 {
    border-color: hsla(80, 9%, 93%, 0.4);
}
.border-warmergreen-100\/45 {
    border-color: hsla(80, 9%, 93%, 0.45);
}
.border-warmergreen-100\/5 {
    border-color: hsla(80, 9%, 93%, 0.05);
}
.border-warmergreen-100\/50 {
    border-color: hsla(80, 9%, 93%, 0.5);
}
.border-warmergreen-100\/55 {
    border-color: hsla(80, 9%, 93%, 0.55);
}
.border-warmergreen-100\/60 {
    border-color: hsla(80, 9%, 93%, 0.6);
}
.border-warmergreen-100\/65 {
    border-color: hsla(80, 9%, 93%, 0.65);
}
.border-warmergreen-100\/70 {
    border-color: hsla(80, 9%, 93%, 0.7);
}
.border-warmergreen-100\/75 {
    border-color: hsla(80, 9%, 93%, 0.75);
}
.border-warmergreen-100\/80 {
    border-color: hsla(80, 9%, 93%, 0.8);
}
.border-warmergreen-100\/85 {
    border-color: hsla(80, 9%, 93%, 0.85);
}
.border-warmergreen-100\/90 {
    border-color: hsla(80, 9%, 93%, 0.9);
}
.border-warmergreen-100\/95 {
    border-color: hsla(80, 9%, 93%, 0.95);
}
.border-warmergreen-200 {
    --tw-border-opacity: 1;
    border-color: rgb(216 222 215 / var(--tw-border-opacity, 1));
}
.border-warmergreen-200\/0 {
    border-color: rgba(216, 222, 215, 0);
}
.border-warmergreen-200\/10 {
    border-color: rgba(216, 222, 215, 0.1);
}
.border-warmergreen-200\/100 {
    border-color: #d8ded7;
}
.border-warmergreen-200\/15 {
    border-color: rgba(216, 222, 215, 0.15);
}
.border-warmergreen-200\/20 {
    border-color: rgba(216, 222, 215, 0.2);
}
.border-warmergreen-200\/25 {
    border-color: rgba(216, 222, 215, 0.25);
}
.border-warmergreen-200\/30 {
    border-color: rgba(216, 222, 215, 0.3);
}
.border-warmergreen-200\/35 {
    border-color: rgba(216, 222, 215, 0.35);
}
.border-warmergreen-200\/40 {
    border-color: rgba(216, 222, 215, 0.4);
}
.border-warmergreen-200\/45 {
    border-color: rgba(216, 222, 215, 0.45);
}
.border-warmergreen-200\/5 {
    border-color: rgba(216, 222, 215, 0.05);
}
.border-warmergreen-200\/50 {
    border-color: rgba(216, 222, 215, 0.5);
}
.border-warmergreen-200\/55 {
    border-color: rgba(216, 222, 215, 0.55);
}
.border-warmergreen-200\/60 {
    border-color: rgba(216, 222, 215, 0.6);
}
.border-warmergreen-200\/65 {
    border-color: rgba(216, 222, 215, 0.65);
}
.border-warmergreen-200\/70 {
    border-color: rgba(216, 222, 215, 0.7);
}
.border-warmergreen-200\/75 {
    border-color: rgba(216, 222, 215, 0.75);
}
.border-warmergreen-200\/80 {
    border-color: rgba(216, 222, 215, 0.8);
}
.border-warmergreen-200\/85 {
    border-color: rgba(216, 222, 215, 0.85);
}
.border-warmergreen-200\/90 {
    border-color: rgba(216, 222, 215, 0.9);
}
.border-warmergreen-200\/95 {
    border-color: rgba(216, 222, 215, 0.95);
}
.border-warmergreen-300 {
    --tw-border-opacity: 1;
    border-color: rgb(177 188 175 / var(--tw-border-opacity, 1));
}
.border-warmergreen-300\/0 {
    border-color: hsla(111, 9%, 71%, 0);
}
.border-warmergreen-300\/10 {
    border-color: hsla(111, 9%, 71%, 0.1);
}
.border-warmergreen-300\/100 {
    border-color: #b1bcaf;
}
.border-warmergreen-300\/15 {
    border-color: hsla(111, 9%, 71%, 0.15);
}
.border-warmergreen-300\/20 {
    border-color: hsla(111, 9%, 71%, 0.2);
}
.border-warmergreen-300\/25 {
    border-color: hsla(111, 9%, 71%, 0.25);
}
.border-warmergreen-300\/30 {
    border-color: hsla(111, 9%, 71%, 0.3);
}
.border-warmergreen-300\/35 {
    border-color: hsla(111, 9%, 71%, 0.35);
}
.border-warmergreen-300\/40 {
    border-color: hsla(111, 9%, 71%, 0.4);
}
.border-warmergreen-300\/45 {
    border-color: hsla(111, 9%, 71%, 0.45);
}
.border-warmergreen-300\/5 {
    border-color: hsla(111, 9%, 71%, 0.05);
}
.border-warmergreen-300\/50 {
    border-color: hsla(111, 9%, 71%, 0.5);
}
.border-warmergreen-300\/55 {
    border-color: hsla(111, 9%, 71%, 0.55);
}
.border-warmergreen-300\/60 {
    border-color: hsla(111, 9%, 71%, 0.6);
}
.border-warmergreen-300\/65 {
    border-color: hsla(111, 9%, 71%, 0.65);
}
.border-warmergreen-300\/70 {
    border-color: hsla(111, 9%, 71%, 0.7);
}
.border-warmergreen-300\/75 {
    border-color: hsla(111, 9%, 71%, 0.75);
}
.border-warmergreen-300\/80 {
    border-color: hsla(111, 9%, 71%, 0.8);
}
.border-warmergreen-300\/85 {
    border-color: hsla(111, 9%, 71%, 0.85);
}
.border-warmergreen-300\/90 {
    border-color: hsla(111, 9%, 71%, 0.9);
}
.border-warmergreen-300\/95 {
    border-color: hsla(111, 9%, 71%, 0.95);
}
.border-warmergreen-400 {
    --tw-border-opacity: 1;
    border-color: rgb(127 150 132 / var(--tw-border-opacity, 1));
}
.border-warmergreen-400\/0 {
    border-color: rgba(127, 150, 132, 0);
}
.border-warmergreen-400\/10 {
    border-color: rgba(127, 150, 132, 0.1);
}
.border-warmergreen-400\/100 {
    border-color: #7f9684;
}
.border-warmergreen-400\/15 {
    border-color: rgba(127, 150, 132, 0.15);
}
.border-warmergreen-400\/20 {
    border-color: rgba(127, 150, 132, 0.2);
}
.border-warmergreen-400\/25 {
    border-color: rgba(127, 150, 132, 0.25);
}
.border-warmergreen-400\/30 {
    border-color: rgba(127, 150, 132, 0.3);
}
.border-warmergreen-400\/35 {
    border-color: rgba(127, 150, 132, 0.35);
}
.border-warmergreen-400\/40 {
    border-color: rgba(127, 150, 132, 0.4);
}
.border-warmergreen-400\/45 {
    border-color: rgba(127, 150, 132, 0.45);
}
.border-warmergreen-400\/5 {
    border-color: rgba(127, 150, 132, 0.05);
}
.border-warmergreen-400\/50 {
    border-color: rgba(127, 150, 132, 0.5);
}
.border-warmergreen-400\/55 {
    border-color: rgba(127, 150, 132, 0.55);
}
.border-warmergreen-400\/60 {
    border-color: rgba(127, 150, 132, 0.6);
}
.border-warmergreen-400\/65 {
    border-color: rgba(127, 150, 132, 0.65);
}
.border-warmergreen-400\/70 {
    border-color: rgba(127, 150, 132, 0.7);
}
.border-warmergreen-400\/75 {
    border-color: rgba(127, 150, 132, 0.75);
}
.border-warmergreen-400\/80 {
    border-color: rgba(127, 150, 132, 0.8);
}
.border-warmergreen-400\/85 {
    border-color: rgba(127, 150, 132, 0.85);
}
.border-warmergreen-400\/90 {
    border-color: rgba(127, 150, 132, 0.9);
}
.border-warmergreen-400\/95 {
    border-color: rgba(127, 150, 132, 0.95);
}
.border-warmergreen-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 248 246 / var(--tw-border-opacity, 1));
}
.border-warmergreen-50\/0 {
    border-color: hsla(90, 12%, 97%, 0);
}
.border-warmergreen-50\/10 {
    border-color: hsla(90, 12%, 97%, 0.1);
}
.border-warmergreen-50\/100 {
    border-color: #f7f8f6;
}
.border-warmergreen-50\/15 {
    border-color: hsla(90, 12%, 97%, 0.15);
}
.border-warmergreen-50\/20 {
    border-color: hsla(90, 12%, 97%, 0.2);
}
.border-warmergreen-50\/25 {
    border-color: hsla(90, 12%, 97%, 0.25);
}
.border-warmergreen-50\/30 {
    border-color: hsla(90, 12%, 97%, 0.3);
}
.border-warmergreen-50\/35 {
    border-color: hsla(90, 12%, 97%, 0.35);
}
.border-warmergreen-50\/40 {
    border-color: hsla(90, 12%, 97%, 0.4);
}
.border-warmergreen-50\/45 {
    border-color: hsla(90, 12%, 97%, 0.45);
}
.border-warmergreen-50\/5 {
    border-color: hsla(90, 12%, 97%, 0.05);
}
.border-warmergreen-50\/50 {
    border-color: hsla(90, 12%, 97%, 0.5);
}
.border-warmergreen-50\/55 {
    border-color: hsla(90, 12%, 97%, 0.55);
}
.border-warmergreen-50\/60 {
    border-color: hsla(90, 12%, 97%, 0.6);
}
.border-warmergreen-50\/65 {
    border-color: hsla(90, 12%, 97%, 0.65);
}
.border-warmergreen-50\/70 {
    border-color: hsla(90, 12%, 97%, 0.7);
}
.border-warmergreen-50\/75 {
    border-color: hsla(90, 12%, 97%, 0.75);
}
.border-warmergreen-50\/80 {
    border-color: hsla(90, 12%, 97%, 0.8);
}
.border-warmergreen-50\/85 {
    border-color: hsla(90, 12%, 97%, 0.85);
}
.border-warmergreen-50\/90 {
    border-color: hsla(90, 12%, 97%, 0.9);
}
.border-warmergreen-50\/95 {
    border-color: hsla(90, 12%, 97%, 0.95);
}
.border-warmergreen-500 {
    --tw-border-opacity: 1;
    border-color: rgb(98 119 95 / var(--tw-border-opacity, 1));
}
.border-warmergreen-500\/0 {
    border-color: rgba(98, 119, 95, 0);
}
.border-warmergreen-500\/10 {
    border-color: rgba(98, 119, 95, 0.1);
}
.border-warmergreen-500\/100 {
    border-color: #62775f;
}
.border-warmergreen-500\/15 {
    border-color: rgba(98, 119, 95, 0.15);
}
.border-warmergreen-500\/20 {
    border-color: rgba(98, 119, 95, 0.2);
}
.border-warmergreen-500\/25 {
    border-color: rgba(98, 119, 95, 0.25);
}
.border-warmergreen-500\/30 {
    border-color: rgba(98, 119, 95, 0.3);
}
.border-warmergreen-500\/35 {
    border-color: rgba(98, 119, 95, 0.35);
}
.border-warmergreen-500\/40 {
    border-color: rgba(98, 119, 95, 0.4);
}
.border-warmergreen-500\/45 {
    border-color: rgba(98, 119, 95, 0.45);
}
.border-warmergreen-500\/5 {
    border-color: rgba(98, 119, 95, 0.05);
}
.border-warmergreen-500\/50 {
    border-color: rgba(98, 119, 95, 0.5);
}
.border-warmergreen-500\/55 {
    border-color: rgba(98, 119, 95, 0.55);
}
.border-warmergreen-500\/60 {
    border-color: rgba(98, 119, 95, 0.6);
}
.border-warmergreen-500\/65 {
    border-color: rgba(98, 119, 95, 0.65);
}
.border-warmergreen-500\/70 {
    border-color: rgba(98, 119, 95, 0.7);
}
.border-warmergreen-500\/75 {
    border-color: rgba(98, 119, 95, 0.75);
}
.border-warmergreen-500\/80 {
    border-color: rgba(98, 119, 95, 0.8);
}
.border-warmergreen-500\/85 {
    border-color: rgba(98, 119, 95, 0.85);
}
.border-warmergreen-500\/90 {
    border-color: rgba(98, 119, 95, 0.9);
}
.border-warmergreen-500\/95 {
    border-color: rgba(98, 119, 95, 0.95);
}
.border-warmergreen-600 {
    --tw-border-opacity: 1;
    border-color: rgb(79 92 70 / var(--tw-border-opacity, 1));
}
.border-warmergreen-600\/0 {
    border-color: rgba(79, 92, 70, 0);
}
.border-warmergreen-600\/10 {
    border-color: rgba(79, 92, 70, 0.1);
}
.border-warmergreen-600\/100 {
    border-color: #4f5c46;
}
.border-warmergreen-600\/15 {
    border-color: rgba(79, 92, 70, 0.15);
}
.border-warmergreen-600\/20 {
    border-color: rgba(79, 92, 70, 0.2);
}
.border-warmergreen-600\/25 {
    border-color: rgba(79, 92, 70, 0.25);
}
.border-warmergreen-600\/30 {
    border-color: rgba(79, 92, 70, 0.3);
}
.border-warmergreen-600\/35 {
    border-color: rgba(79, 92, 70, 0.35);
}
.border-warmergreen-600\/40 {
    border-color: rgba(79, 92, 70, 0.4);
}
.border-warmergreen-600\/45 {
    border-color: rgba(79, 92, 70, 0.45);
}
.border-warmergreen-600\/5 {
    border-color: rgba(79, 92, 70, 0.05);
}
.border-warmergreen-600\/50 {
    border-color: rgba(79, 92, 70, 0.5);
}
.border-warmergreen-600\/55 {
    border-color: rgba(79, 92, 70, 0.55);
}
.border-warmergreen-600\/60 {
    border-color: rgba(79, 92, 70, 0.6);
}
.border-warmergreen-600\/65 {
    border-color: rgba(79, 92, 70, 0.65);
}
.border-warmergreen-600\/70 {
    border-color: rgba(79, 92, 70, 0.7);
}
.border-warmergreen-600\/75 {
    border-color: rgba(79, 92, 70, 0.75);
}
.border-warmergreen-600\/80 {
    border-color: rgba(79, 92, 70, 0.8);
}
.border-warmergreen-600\/85 {
    border-color: rgba(79, 92, 70, 0.85);
}
.border-warmergreen-600\/90 {
    border-color: rgba(79, 92, 70, 0.9);
}
.border-warmergreen-600\/95 {
    border-color: rgba(79, 92, 70, 0.95);
}
.border-warmergreen-700 {
    --tw-border-opacity: 1;
    border-color: rgb(62 70 54 / var(--tw-border-opacity, 1));
}
.border-warmergreen-700\/0 {
    border-color: rgba(62, 70, 54, 0);
}
.border-warmergreen-700\/10 {
    border-color: rgba(62, 70, 54, 0.1);
}
.border-warmergreen-700\/100 {
    border-color: #3e4636;
}
.border-warmergreen-700\/15 {
    border-color: rgba(62, 70, 54, 0.15);
}
.border-warmergreen-700\/20 {
    border-color: rgba(62, 70, 54, 0.2);
}
.border-warmergreen-700\/25 {
    border-color: rgba(62, 70, 54, 0.25);
}
.border-warmergreen-700\/30 {
    border-color: rgba(62, 70, 54, 0.3);
}
.border-warmergreen-700\/35 {
    border-color: rgba(62, 70, 54, 0.35);
}
.border-warmergreen-700\/40 {
    border-color: rgba(62, 70, 54, 0.4);
}
.border-warmergreen-700\/45 {
    border-color: rgba(62, 70, 54, 0.45);
}
.border-warmergreen-700\/5 {
    border-color: rgba(62, 70, 54, 0.05);
}
.border-warmergreen-700\/50 {
    border-color: rgba(62, 70, 54, 0.5);
}
.border-warmergreen-700\/55 {
    border-color: rgba(62, 70, 54, 0.55);
}
.border-warmergreen-700\/60 {
    border-color: rgba(62, 70, 54, 0.6);
}
.border-warmergreen-700\/65 {
    border-color: rgba(62, 70, 54, 0.65);
}
.border-warmergreen-700\/70 {
    border-color: rgba(62, 70, 54, 0.7);
}
.border-warmergreen-700\/75 {
    border-color: rgba(62, 70, 54, 0.75);
}
.border-warmergreen-700\/80 {
    border-color: rgba(62, 70, 54, 0.8);
}
.border-warmergreen-700\/85 {
    border-color: rgba(62, 70, 54, 0.85);
}
.border-warmergreen-700\/90 {
    border-color: rgba(62, 70, 54, 0.9);
}
.border-warmergreen-700\/95 {
    border-color: rgba(62, 70, 54, 0.95);
}
.border-warmergreen-800 {
    --tw-border-opacity: 1;
    border-color: rgb(43 48 40 / var(--tw-border-opacity, 1));
}
.border-warmergreen-800\/0 {
    border-color: rgba(43, 48, 40, 0);
}
.border-warmergreen-800\/10 {
    border-color: rgba(43, 48, 40, 0.1);
}
.border-warmergreen-800\/100 {
    border-color: #2b3028;
}
.border-warmergreen-800\/15 {
    border-color: rgba(43, 48, 40, 0.15);
}
.border-warmergreen-800\/20 {
    border-color: rgba(43, 48, 40, 0.2);
}
.border-warmergreen-800\/25 {
    border-color: rgba(43, 48, 40, 0.25);
}
.border-warmergreen-800\/30 {
    border-color: rgba(43, 48, 40, 0.3);
}
.border-warmergreen-800\/35 {
    border-color: rgba(43, 48, 40, 0.35);
}
.border-warmergreen-800\/40 {
    border-color: rgba(43, 48, 40, 0.4);
}
.border-warmergreen-800\/45 {
    border-color: rgba(43, 48, 40, 0.45);
}
.border-warmergreen-800\/5 {
    border-color: rgba(43, 48, 40, 0.05);
}
.border-warmergreen-800\/50 {
    border-color: rgba(43, 48, 40, 0.5);
}
.border-warmergreen-800\/55 {
    border-color: rgba(43, 48, 40, 0.55);
}
.border-warmergreen-800\/60 {
    border-color: rgba(43, 48, 40, 0.6);
}
.border-warmergreen-800\/65 {
    border-color: rgba(43, 48, 40, 0.65);
}
.border-warmergreen-800\/70 {
    border-color: rgba(43, 48, 40, 0.7);
}
.border-warmergreen-800\/75 {
    border-color: rgba(43, 48, 40, 0.75);
}
.border-warmergreen-800\/80 {
    border-color: rgba(43, 48, 40, 0.8);
}
.border-warmergreen-800\/85 {
    border-color: rgba(43, 48, 40, 0.85);
}
.border-warmergreen-800\/90 {
    border-color: rgba(43, 48, 40, 0.9);
}
.border-warmergreen-800\/95 {
    border-color: rgba(43, 48, 40, 0.95);
}
.border-warmergreen-900 {
    --tw-border-opacity: 1;
    border-color: rgb(28 30 27 / var(--tw-border-opacity, 1));
}
.border-warmergreen-900\/0 {
    border-color: rgba(28, 30, 27, 0);
}
.border-warmergreen-900\/10 {
    border-color: rgba(28, 30, 27, 0.1);
}
.border-warmergreen-900\/100 {
    border-color: #1c1e1b;
}
.border-warmergreen-900\/15 {
    border-color: rgba(28, 30, 27, 0.15);
}
.border-warmergreen-900\/20 {
    border-color: rgba(28, 30, 27, 0.2);
}
.border-warmergreen-900\/25 {
    border-color: rgba(28, 30, 27, 0.25);
}
.border-warmergreen-900\/30 {
    border-color: rgba(28, 30, 27, 0.3);
}
.border-warmergreen-900\/35 {
    border-color: rgba(28, 30, 27, 0.35);
}
.border-warmergreen-900\/40 {
    border-color: rgba(28, 30, 27, 0.4);
}
.border-warmergreen-900\/45 {
    border-color: rgba(28, 30, 27, 0.45);
}
.border-warmergreen-900\/5 {
    border-color: rgba(28, 30, 27, 0.05);
}
.border-warmergreen-900\/50 {
    border-color: rgba(28, 30, 27, 0.5);
}
.border-warmergreen-900\/55 {
    border-color: rgba(28, 30, 27, 0.55);
}
.border-warmergreen-900\/60 {
    border-color: rgba(28, 30, 27, 0.6);
}
.border-warmergreen-900\/65 {
    border-color: rgba(28, 30, 27, 0.65);
}
.border-warmergreen-900\/70 {
    border-color: rgba(28, 30, 27, 0.7);
}
.border-warmergreen-900\/75 {
    border-color: rgba(28, 30, 27, 0.75);
}
.border-warmergreen-900\/80 {
    border-color: rgba(28, 30, 27, 0.8);
}
.border-warmergreen-900\/85 {
    border-color: rgba(28, 30, 27, 0.85);
}
.border-warmergreen-900\/90 {
    border-color: rgba(28, 30, 27, 0.9);
}
.border-warmergreen-900\/95 {
    border-color: rgba(28, 30, 27, 0.95);
}
.border-warmgray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-warmgray-100\/0 {
    border-color: hsla(60, 5%, 96%, 0);
}
.border-warmgray-100\/10 {
    border-color: hsla(60, 5%, 96%, 0.1);
}
.border-warmgray-100\/100 {
    border-color: #f5f5f4;
}
.border-warmgray-100\/15 {
    border-color: hsla(60, 5%, 96%, 0.15);
}
.border-warmgray-100\/20 {
    border-color: hsla(60, 5%, 96%, 0.2);
}
.border-warmgray-100\/25 {
    border-color: hsla(60, 5%, 96%, 0.25);
}
.border-warmgray-100\/30 {
    border-color: hsla(60, 5%, 96%, 0.3);
}
.border-warmgray-100\/35 {
    border-color: hsla(60, 5%, 96%, 0.35);
}
.border-warmgray-100\/40 {
    border-color: hsla(60, 5%, 96%, 0.4);
}
.border-warmgray-100\/45 {
    border-color: hsla(60, 5%, 96%, 0.45);
}
.border-warmgray-100\/5 {
    border-color: hsla(60, 5%, 96%, 0.05);
}
.border-warmgray-100\/50 {
    border-color: hsla(60, 5%, 96%, 0.5);
}
.border-warmgray-100\/55 {
    border-color: hsla(60, 5%, 96%, 0.55);
}
.border-warmgray-100\/60 {
    border-color: hsla(60, 5%, 96%, 0.6);
}
.border-warmgray-100\/65 {
    border-color: hsla(60, 5%, 96%, 0.65);
}
.border-warmgray-100\/70 {
    border-color: hsla(60, 5%, 96%, 0.7);
}
.border-warmgray-100\/75 {
    border-color: hsla(60, 5%, 96%, 0.75);
}
.border-warmgray-100\/80 {
    border-color: hsla(60, 5%, 96%, 0.8);
}
.border-warmgray-100\/85 {
    border-color: hsla(60, 5%, 96%, 0.85);
}
.border-warmgray-100\/90 {
    border-color: hsla(60, 5%, 96%, 0.9);
}
.border-warmgray-100\/95 {
    border-color: hsla(60, 5%, 96%, 0.95);
}
.border-warmgray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-warmgray-200\/0 {
    border-color: hsla(20, 6%, 90%, 0);
}
.border-warmgray-200\/10 {
    border-color: hsla(20, 6%, 90%, 0.1);
}
.border-warmgray-200\/100 {
    border-color: #e7e5e4;
}
.border-warmgray-200\/15 {
    border-color: hsla(20, 6%, 90%, 0.15);
}
.border-warmgray-200\/20 {
    border-color: hsla(20, 6%, 90%, 0.2);
}
.border-warmgray-200\/25 {
    border-color: hsla(20, 6%, 90%, 0.25);
}
.border-warmgray-200\/30 {
    border-color: hsla(20, 6%, 90%, 0.3);
}
.border-warmgray-200\/35 {
    border-color: hsla(20, 6%, 90%, 0.35);
}
.border-warmgray-200\/40 {
    border-color: hsla(20, 6%, 90%, 0.4);
}
.border-warmgray-200\/45 {
    border-color: hsla(20, 6%, 90%, 0.45);
}
.border-warmgray-200\/5 {
    border-color: hsla(20, 6%, 90%, 0.05);
}
.border-warmgray-200\/50 {
    border-color: hsla(20, 6%, 90%, 0.5);
}
.border-warmgray-200\/55 {
    border-color: hsla(20, 6%, 90%, 0.55);
}
.border-warmgray-200\/60 {
    border-color: hsla(20, 6%, 90%, 0.6);
}
.border-warmgray-200\/65 {
    border-color: hsla(20, 6%, 90%, 0.65);
}
.border-warmgray-200\/70 {
    border-color: hsla(20, 6%, 90%, 0.7);
}
.border-warmgray-200\/75 {
    border-color: hsla(20, 6%, 90%, 0.75);
}
.border-warmgray-200\/80 {
    border-color: hsla(20, 6%, 90%, 0.8);
}
.border-warmgray-200\/85 {
    border-color: hsla(20, 6%, 90%, 0.85);
}
.border-warmgray-200\/90 {
    border-color: hsla(20, 6%, 90%, 0.9);
}
.border-warmgray-200\/95 {
    border-color: hsla(20, 6%, 90%, 0.95);
}
.border-warmgray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-warmgray-300\/0 {
    border-color: hsla(24, 6%, 83%, 0);
}
.border-warmgray-300\/10 {
    border-color: hsla(24, 6%, 83%, 0.1);
}
.border-warmgray-300\/100 {
    border-color: #d6d3d1;
}
.border-warmgray-300\/15 {
    border-color: hsla(24, 6%, 83%, 0.15);
}
.border-warmgray-300\/20 {
    border-color: hsla(24, 6%, 83%, 0.2);
}
.border-warmgray-300\/25 {
    border-color: hsla(24, 6%, 83%, 0.25);
}
.border-warmgray-300\/30 {
    border-color: hsla(24, 6%, 83%, 0.3);
}
.border-warmgray-300\/35 {
    border-color: hsla(24, 6%, 83%, 0.35);
}
.border-warmgray-300\/40 {
    border-color: hsla(24, 6%, 83%, 0.4);
}
.border-warmgray-300\/45 {
    border-color: hsla(24, 6%, 83%, 0.45);
}
.border-warmgray-300\/5 {
    border-color: hsla(24, 6%, 83%, 0.05);
}
.border-warmgray-300\/50 {
    border-color: hsla(24, 6%, 83%, 0.5);
}
.border-warmgray-300\/55 {
    border-color: hsla(24, 6%, 83%, 0.55);
}
.border-warmgray-300\/60 {
    border-color: hsla(24, 6%, 83%, 0.6);
}
.border-warmgray-300\/65 {
    border-color: hsla(24, 6%, 83%, 0.65);
}
.border-warmgray-300\/70 {
    border-color: hsla(24, 6%, 83%, 0.7);
}
.border-warmgray-300\/75 {
    border-color: hsla(24, 6%, 83%, 0.75);
}
.border-warmgray-300\/80 {
    border-color: hsla(24, 6%, 83%, 0.8);
}
.border-warmgray-300\/85 {
    border-color: hsla(24, 6%, 83%, 0.85);
}
.border-warmgray-300\/90 {
    border-color: hsla(24, 6%, 83%, 0.9);
}
.border-warmgray-300\/95 {
    border-color: hsla(24, 6%, 83%, 0.95);
}
.border-warmgray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-warmgray-400\/0 {
    border-color: hsla(24, 5%, 64%, 0);
}
.border-warmgray-400\/10 {
    border-color: hsla(24, 5%, 64%, 0.1);
}
.border-warmgray-400\/100 {
    border-color: #a8a29e;
}
.border-warmgray-400\/15 {
    border-color: hsla(24, 5%, 64%, 0.15);
}
.border-warmgray-400\/20 {
    border-color: hsla(24, 5%, 64%, 0.2);
}
.border-warmgray-400\/25 {
    border-color: hsla(24, 5%, 64%, 0.25);
}
.border-warmgray-400\/30 {
    border-color: hsla(24, 5%, 64%, 0.3);
}
.border-warmgray-400\/35 {
    border-color: hsla(24, 5%, 64%, 0.35);
}
.border-warmgray-400\/40 {
    border-color: hsla(24, 5%, 64%, 0.4);
}
.border-warmgray-400\/45 {
    border-color: hsla(24, 5%, 64%, 0.45);
}
.border-warmgray-400\/5 {
    border-color: hsla(24, 5%, 64%, 0.05);
}
.border-warmgray-400\/50 {
    border-color: hsla(24, 5%, 64%, 0.5);
}
.border-warmgray-400\/55 {
    border-color: hsla(24, 5%, 64%, 0.55);
}
.border-warmgray-400\/60 {
    border-color: hsla(24, 5%, 64%, 0.6);
}
.border-warmgray-400\/65 {
    border-color: hsla(24, 5%, 64%, 0.65);
}
.border-warmgray-400\/70 {
    border-color: hsla(24, 5%, 64%, 0.7);
}
.border-warmgray-400\/75 {
    border-color: hsla(24, 5%, 64%, 0.75);
}
.border-warmgray-400\/80 {
    border-color: hsla(24, 5%, 64%, 0.8);
}
.border-warmgray-400\/85 {
    border-color: hsla(24, 5%, 64%, 0.85);
}
.border-warmgray-400\/90 {
    border-color: hsla(24, 5%, 64%, 0.9);
}
.border-warmgray-400\/95 {
    border-color: hsla(24, 5%, 64%, 0.95);
}
.border-warmgray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-warmgray-50\/0 {
    border-color: hsla(60, 9%, 98%, 0);
}
.border-warmgray-50\/10 {
    border-color: hsla(60, 9%, 98%, 0.1);
}
.border-warmgray-50\/100 {
    border-color: #fafaf9;
}
.border-warmgray-50\/15 {
    border-color: hsla(60, 9%, 98%, 0.15);
}
.border-warmgray-50\/20 {
    border-color: hsla(60, 9%, 98%, 0.2);
}
.border-warmgray-50\/25 {
    border-color: hsla(60, 9%, 98%, 0.25);
}
.border-warmgray-50\/30 {
    border-color: hsla(60, 9%, 98%, 0.3);
}
.border-warmgray-50\/35 {
    border-color: hsla(60, 9%, 98%, 0.35);
}
.border-warmgray-50\/40 {
    border-color: hsla(60, 9%, 98%, 0.4);
}
.border-warmgray-50\/45 {
    border-color: hsla(60, 9%, 98%, 0.45);
}
.border-warmgray-50\/5 {
    border-color: hsla(60, 9%, 98%, 0.05);
}
.border-warmgray-50\/50 {
    border-color: hsla(60, 9%, 98%, 0.5);
}
.border-warmgray-50\/55 {
    border-color: hsla(60, 9%, 98%, 0.55);
}
.border-warmgray-50\/60 {
    border-color: hsla(60, 9%, 98%, 0.6);
}
.border-warmgray-50\/65 {
    border-color: hsla(60, 9%, 98%, 0.65);
}
.border-warmgray-50\/70 {
    border-color: hsla(60, 9%, 98%, 0.7);
}
.border-warmgray-50\/75 {
    border-color: hsla(60, 9%, 98%, 0.75);
}
.border-warmgray-50\/80 {
    border-color: hsla(60, 9%, 98%, 0.8);
}
.border-warmgray-50\/85 {
    border-color: hsla(60, 9%, 98%, 0.85);
}
.border-warmgray-50\/90 {
    border-color: hsla(60, 9%, 98%, 0.9);
}
.border-warmgray-50\/95 {
    border-color: hsla(60, 9%, 98%, 0.95);
}
.border-warmgray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-warmgray-500\/0 {
    border-color: hsla(25, 5%, 45%, 0);
}
.border-warmgray-500\/10 {
    border-color: hsla(25, 5%, 45%, 0.1);
}
.border-warmgray-500\/100 {
    border-color: #78716c;
}
.border-warmgray-500\/15 {
    border-color: hsla(25, 5%, 45%, 0.15);
}
.border-warmgray-500\/20 {
    border-color: hsla(25, 5%, 45%, 0.2);
}
.border-warmgray-500\/25 {
    border-color: hsla(25, 5%, 45%, 0.25);
}
.border-warmgray-500\/30 {
    border-color: hsla(25, 5%, 45%, 0.3);
}
.border-warmgray-500\/35 {
    border-color: hsla(25, 5%, 45%, 0.35);
}
.border-warmgray-500\/40 {
    border-color: hsla(25, 5%, 45%, 0.4);
}
.border-warmgray-500\/45 {
    border-color: hsla(25, 5%, 45%, 0.45);
}
.border-warmgray-500\/5 {
    border-color: hsla(25, 5%, 45%, 0.05);
}
.border-warmgray-500\/50 {
    border-color: hsla(25, 5%, 45%, 0.5);
}
.border-warmgray-500\/55 {
    border-color: hsla(25, 5%, 45%, 0.55);
}
.border-warmgray-500\/60 {
    border-color: hsla(25, 5%, 45%, 0.6);
}
.border-warmgray-500\/65 {
    border-color: hsla(25, 5%, 45%, 0.65);
}
.border-warmgray-500\/70 {
    border-color: hsla(25, 5%, 45%, 0.7);
}
.border-warmgray-500\/75 {
    border-color: hsla(25, 5%, 45%, 0.75);
}
.border-warmgray-500\/80 {
    border-color: hsla(25, 5%, 45%, 0.8);
}
.border-warmgray-500\/85 {
    border-color: hsla(25, 5%, 45%, 0.85);
}
.border-warmgray-500\/90 {
    border-color: hsla(25, 5%, 45%, 0.9);
}
.border-warmgray-500\/95 {
    border-color: hsla(25, 5%, 45%, 0.95);
}
.border-warmgray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-warmgray-600\/0 {
    border-color: rgba(87, 83, 78, 0);
}
.border-warmgray-600\/10 {
    border-color: rgba(87, 83, 78, 0.1);
}
.border-warmgray-600\/100 {
    border-color: #57534e;
}
.border-warmgray-600\/15 {
    border-color: rgba(87, 83, 78, 0.15);
}
.border-warmgray-600\/20 {
    border-color: rgba(87, 83, 78, 0.2);
}
.border-warmgray-600\/25 {
    border-color: rgba(87, 83, 78, 0.25);
}
.border-warmgray-600\/30 {
    border-color: rgba(87, 83, 78, 0.3);
}
.border-warmgray-600\/35 {
    border-color: rgba(87, 83, 78, 0.35);
}
.border-warmgray-600\/40 {
    border-color: rgba(87, 83, 78, 0.4);
}
.border-warmgray-600\/45 {
    border-color: rgba(87, 83, 78, 0.45);
}
.border-warmgray-600\/5 {
    border-color: rgba(87, 83, 78, 0.05);
}
.border-warmgray-600\/50 {
    border-color: rgba(87, 83, 78, 0.5);
}
.border-warmgray-600\/55 {
    border-color: rgba(87, 83, 78, 0.55);
}
.border-warmgray-600\/60 {
    border-color: rgba(87, 83, 78, 0.6);
}
.border-warmgray-600\/65 {
    border-color: rgba(87, 83, 78, 0.65);
}
.border-warmgray-600\/70 {
    border-color: rgba(87, 83, 78, 0.7);
}
.border-warmgray-600\/75 {
    border-color: rgba(87, 83, 78, 0.75);
}
.border-warmgray-600\/80 {
    border-color: rgba(87, 83, 78, 0.8);
}
.border-warmgray-600\/85 {
    border-color: rgba(87, 83, 78, 0.85);
}
.border-warmgray-600\/90 {
    border-color: rgba(87, 83, 78, 0.9);
}
.border-warmgray-600\/95 {
    border-color: rgba(87, 83, 78, 0.95);
}
.border-warmgray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-warmgray-700\/0 {
    border-color: rgba(68, 64, 60, 0);
}
.border-warmgray-700\/10 {
    border-color: rgba(68, 64, 60, 0.1);
}
.border-warmgray-700\/100 {
    border-color: #44403c;
}
.border-warmgray-700\/15 {
    border-color: rgba(68, 64, 60, 0.15);
}
.border-warmgray-700\/20 {
    border-color: rgba(68, 64, 60, 0.2);
}
.border-warmgray-700\/25 {
    border-color: rgba(68, 64, 60, 0.25);
}
.border-warmgray-700\/30 {
    border-color: rgba(68, 64, 60, 0.3);
}
.border-warmgray-700\/35 {
    border-color: rgba(68, 64, 60, 0.35);
}
.border-warmgray-700\/40 {
    border-color: rgba(68, 64, 60, 0.4);
}
.border-warmgray-700\/45 {
    border-color: rgba(68, 64, 60, 0.45);
}
.border-warmgray-700\/5 {
    border-color: rgba(68, 64, 60, 0.05);
}
.border-warmgray-700\/50 {
    border-color: rgba(68, 64, 60, 0.5);
}
.border-warmgray-700\/55 {
    border-color: rgba(68, 64, 60, 0.55);
}
.border-warmgray-700\/60 {
    border-color: rgba(68, 64, 60, 0.6);
}
.border-warmgray-700\/65 {
    border-color: rgba(68, 64, 60, 0.65);
}
.border-warmgray-700\/70 {
    border-color: rgba(68, 64, 60, 0.7);
}
.border-warmgray-700\/75 {
    border-color: rgba(68, 64, 60, 0.75);
}
.border-warmgray-700\/80 {
    border-color: rgba(68, 64, 60, 0.8);
}
.border-warmgray-700\/85 {
    border-color: rgba(68, 64, 60, 0.85);
}
.border-warmgray-700\/90 {
    border-color: rgba(68, 64, 60, 0.9);
}
.border-warmgray-700\/95 {
    border-color: rgba(68, 64, 60, 0.95);
}
.border-warmgray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-warmgray-800\/0 {
    border-color: rgba(41, 37, 36, 0);
}
.border-warmgray-800\/10 {
    border-color: rgba(41, 37, 36, 0.1);
}
.border-warmgray-800\/100 {
    border-color: #292524;
}
.border-warmgray-800\/15 {
    border-color: rgba(41, 37, 36, 0.15);
}
.border-warmgray-800\/20 {
    border-color: rgba(41, 37, 36, 0.2);
}
.border-warmgray-800\/25 {
    border-color: rgba(41, 37, 36, 0.25);
}
.border-warmgray-800\/30 {
    border-color: rgba(41, 37, 36, 0.3);
}
.border-warmgray-800\/35 {
    border-color: rgba(41, 37, 36, 0.35);
}
.border-warmgray-800\/40 {
    border-color: rgba(41, 37, 36, 0.4);
}
.border-warmgray-800\/45 {
    border-color: rgba(41, 37, 36, 0.45);
}
.border-warmgray-800\/5 {
    border-color: rgba(41, 37, 36, 0.05);
}
.border-warmgray-800\/50 {
    border-color: rgba(41, 37, 36, 0.5);
}
.border-warmgray-800\/55 {
    border-color: rgba(41, 37, 36, 0.55);
}
.border-warmgray-800\/60 {
    border-color: rgba(41, 37, 36, 0.6);
}
.border-warmgray-800\/65 {
    border-color: rgba(41, 37, 36, 0.65);
}
.border-warmgray-800\/70 {
    border-color: rgba(41, 37, 36, 0.7);
}
.border-warmgray-800\/75 {
    border-color: rgba(41, 37, 36, 0.75);
}
.border-warmgray-800\/80 {
    border-color: rgba(41, 37, 36, 0.8);
}
.border-warmgray-800\/85 {
    border-color: rgba(41, 37, 36, 0.85);
}
.border-warmgray-800\/90 {
    border-color: rgba(41, 37, 36, 0.9);
}
.border-warmgray-800\/95 {
    border-color: rgba(41, 37, 36, 0.95);
}
.border-warmgray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-warmgray-900\/0 {
    border-color: rgba(28, 25, 23, 0);
}
.border-warmgray-900\/10 {
    border-color: rgba(28, 25, 23, 0.1);
}
.border-warmgray-900\/100 {
    border-color: #1c1917;
}
.border-warmgray-900\/15 {
    border-color: rgba(28, 25, 23, 0.15);
}
.border-warmgray-900\/20 {
    border-color: rgba(28, 25, 23, 0.2);
}
.border-warmgray-900\/25 {
    border-color: rgba(28, 25, 23, 0.25);
}
.border-warmgray-900\/30 {
    border-color: rgba(28, 25, 23, 0.3);
}
.border-warmgray-900\/35 {
    border-color: rgba(28, 25, 23, 0.35);
}
.border-warmgray-900\/40 {
    border-color: rgba(28, 25, 23, 0.4);
}
.border-warmgray-900\/45 {
    border-color: rgba(28, 25, 23, 0.45);
}
.border-warmgray-900\/5 {
    border-color: rgba(28, 25, 23, 0.05);
}
.border-warmgray-900\/50 {
    border-color: rgba(28, 25, 23, 0.5);
}
.border-warmgray-900\/55 {
    border-color: rgba(28, 25, 23, 0.55);
}
.border-warmgray-900\/60 {
    border-color: rgba(28, 25, 23, 0.6);
}
.border-warmgray-900\/65 {
    border-color: rgba(28, 25, 23, 0.65);
}
.border-warmgray-900\/70 {
    border-color: rgba(28, 25, 23, 0.7);
}
.border-warmgray-900\/75 {
    border-color: rgba(28, 25, 23, 0.75);
}
.border-warmgray-900\/80 {
    border-color: rgba(28, 25, 23, 0.8);
}
.border-warmgray-900\/85 {
    border-color: rgba(28, 25, 23, 0.85);
}
.border-warmgray-900\/90 {
    border-color: rgba(28, 25, 23, 0.9);
}
.border-warmgray-900\/95 {
    border-color: rgba(28, 25, 23, 0.95);
}
.border-warmgreen-100 {
    --tw-border-opacity: 1;
    border-color: rgb(223 250 149 / var(--tw-border-opacity, 1));
}
.border-warmgreen-100\/0 {
    border-color: hsla(76, 91%, 78%, 0);
}
.border-warmgreen-100\/10 {
    border-color: hsla(76, 91%, 78%, 0.1);
}
.border-warmgreen-100\/100 {
    border-color: #dffa95;
}
.border-warmgreen-100\/15 {
    border-color: hsla(76, 91%, 78%, 0.15);
}
.border-warmgreen-100\/20 {
    border-color: hsla(76, 91%, 78%, 0.2);
}
.border-warmgreen-100\/25 {
    border-color: hsla(76, 91%, 78%, 0.25);
}
.border-warmgreen-100\/30 {
    border-color: hsla(76, 91%, 78%, 0.3);
}
.border-warmgreen-100\/35 {
    border-color: hsla(76, 91%, 78%, 0.35);
}
.border-warmgreen-100\/40 {
    border-color: hsla(76, 91%, 78%, 0.4);
}
.border-warmgreen-100\/45 {
    border-color: hsla(76, 91%, 78%, 0.45);
}
.border-warmgreen-100\/5 {
    border-color: hsla(76, 91%, 78%, 0.05);
}
.border-warmgreen-100\/50 {
    border-color: hsla(76, 91%, 78%, 0.5);
}
.border-warmgreen-100\/55 {
    border-color: hsla(76, 91%, 78%, 0.55);
}
.border-warmgreen-100\/60 {
    border-color: hsla(76, 91%, 78%, 0.6);
}
.border-warmgreen-100\/65 {
    border-color: hsla(76, 91%, 78%, 0.65);
}
.border-warmgreen-100\/70 {
    border-color: hsla(76, 91%, 78%, 0.7);
}
.border-warmgreen-100\/75 {
    border-color: hsla(76, 91%, 78%, 0.75);
}
.border-warmgreen-100\/80 {
    border-color: hsla(76, 91%, 78%, 0.8);
}
.border-warmgreen-100\/85 {
    border-color: hsla(76, 91%, 78%, 0.85);
}
.border-warmgreen-100\/90 {
    border-color: hsla(76, 91%, 78%, 0.9);
}
.border-warmgreen-100\/95 {
    border-color: hsla(76, 91%, 78%, 0.95);
}
.border-warmgreen-200 {
    --tw-border-opacity: 1;
    border-color: rgb(213 240 139 / var(--tw-border-opacity, 1));
}
.border-warmgreen-200\/0 {
    border-color: hsla(76, 77%, 74%, 0);
}
.border-warmgreen-200\/10 {
    border-color: hsla(76, 77%, 74%, 0.1);
}
.border-warmgreen-200\/100 {
    border-color: #d5f08b;
}
.border-warmgreen-200\/15 {
    border-color: hsla(76, 77%, 74%, 0.15);
}
.border-warmgreen-200\/20 {
    border-color: hsla(76, 77%, 74%, 0.2);
}
.border-warmgreen-200\/25 {
    border-color: hsla(76, 77%, 74%, 0.25);
}
.border-warmgreen-200\/30 {
    border-color: hsla(76, 77%, 74%, 0.3);
}
.border-warmgreen-200\/35 {
    border-color: hsla(76, 77%, 74%, 0.35);
}
.border-warmgreen-200\/40 {
    border-color: hsla(76, 77%, 74%, 0.4);
}
.border-warmgreen-200\/45 {
    border-color: hsla(76, 77%, 74%, 0.45);
}
.border-warmgreen-200\/5 {
    border-color: hsla(76, 77%, 74%, 0.05);
}
.border-warmgreen-200\/50 {
    border-color: hsla(76, 77%, 74%, 0.5);
}
.border-warmgreen-200\/55 {
    border-color: hsla(76, 77%, 74%, 0.55);
}
.border-warmgreen-200\/60 {
    border-color: hsla(76, 77%, 74%, 0.6);
}
.border-warmgreen-200\/65 {
    border-color: hsla(76, 77%, 74%, 0.65);
}
.border-warmgreen-200\/70 {
    border-color: hsla(76, 77%, 74%, 0.7);
}
.border-warmgreen-200\/75 {
    border-color: hsla(76, 77%, 74%, 0.75);
}
.border-warmgreen-200\/80 {
    border-color: hsla(76, 77%, 74%, 0.8);
}
.border-warmgreen-200\/85 {
    border-color: hsla(76, 77%, 74%, 0.85);
}
.border-warmgreen-200\/90 {
    border-color: hsla(76, 77%, 74%, 0.9);
}
.border-warmgreen-200\/95 {
    border-color: hsla(76, 77%, 74%, 0.95);
}
.border-warmgreen-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 230 129 / var(--tw-border-opacity, 1));
}
.border-warmgreen-300\/0 {
    border-color: hsla(76, 67%, 70%, 0);
}
.border-warmgreen-300\/10 {
    border-color: hsla(76, 67%, 70%, 0.1);
}
.border-warmgreen-300\/100 {
    border-color: #cbe681;
}
.border-warmgreen-300\/15 {
    border-color: hsla(76, 67%, 70%, 0.15);
}
.border-warmgreen-300\/20 {
    border-color: hsla(76, 67%, 70%, 0.2);
}
.border-warmgreen-300\/25 {
    border-color: hsla(76, 67%, 70%, 0.25);
}
.border-warmgreen-300\/30 {
    border-color: hsla(76, 67%, 70%, 0.3);
}
.border-warmgreen-300\/35 {
    border-color: hsla(76, 67%, 70%, 0.35);
}
.border-warmgreen-300\/40 {
    border-color: hsla(76, 67%, 70%, 0.4);
}
.border-warmgreen-300\/45 {
    border-color: hsla(76, 67%, 70%, 0.45);
}
.border-warmgreen-300\/5 {
    border-color: hsla(76, 67%, 70%, 0.05);
}
.border-warmgreen-300\/50 {
    border-color: hsla(76, 67%, 70%, 0.5);
}
.border-warmgreen-300\/55 {
    border-color: hsla(76, 67%, 70%, 0.55);
}
.border-warmgreen-300\/60 {
    border-color: hsla(76, 67%, 70%, 0.6);
}
.border-warmgreen-300\/65 {
    border-color: hsla(76, 67%, 70%, 0.65);
}
.border-warmgreen-300\/70 {
    border-color: hsla(76, 67%, 70%, 0.7);
}
.border-warmgreen-300\/75 {
    border-color: hsla(76, 67%, 70%, 0.75);
}
.border-warmgreen-300\/80 {
    border-color: hsla(76, 67%, 70%, 0.8);
}
.border-warmgreen-300\/85 {
    border-color: hsla(76, 67%, 70%, 0.85);
}
.border-warmgreen-300\/90 {
    border-color: hsla(76, 67%, 70%, 0.9);
}
.border-warmgreen-300\/95 {
    border-color: hsla(76, 67%, 70%, 0.95);
}
.border-warmgreen-400 {
    --tw-border-opacity: 1;
    border-color: rgb(193 220 119 / var(--tw-border-opacity, 1));
}
.border-warmgreen-400\/0 {
    border-color: hsla(76, 59%, 66%, 0);
}
.border-warmgreen-400\/10 {
    border-color: hsla(76, 59%, 66%, 0.1);
}
.border-warmgreen-400\/100 {
    border-color: #c1dc77;
}
.border-warmgreen-400\/15 {
    border-color: hsla(76, 59%, 66%, 0.15);
}
.border-warmgreen-400\/20 {
    border-color: hsla(76, 59%, 66%, 0.2);
}
.border-warmgreen-400\/25 {
    border-color: hsla(76, 59%, 66%, 0.25);
}
.border-warmgreen-400\/30 {
    border-color: hsla(76, 59%, 66%, 0.3);
}
.border-warmgreen-400\/35 {
    border-color: hsla(76, 59%, 66%, 0.35);
}
.border-warmgreen-400\/40 {
    border-color: hsla(76, 59%, 66%, 0.4);
}
.border-warmgreen-400\/45 {
    border-color: hsla(76, 59%, 66%, 0.45);
}
.border-warmgreen-400\/5 {
    border-color: hsla(76, 59%, 66%, 0.05);
}
.border-warmgreen-400\/50 {
    border-color: hsla(76, 59%, 66%, 0.5);
}
.border-warmgreen-400\/55 {
    border-color: hsla(76, 59%, 66%, 0.55);
}
.border-warmgreen-400\/60 {
    border-color: hsla(76, 59%, 66%, 0.6);
}
.border-warmgreen-400\/65 {
    border-color: hsla(76, 59%, 66%, 0.65);
}
.border-warmgreen-400\/70 {
    border-color: hsla(76, 59%, 66%, 0.7);
}
.border-warmgreen-400\/75 {
    border-color: hsla(76, 59%, 66%, 0.75);
}
.border-warmgreen-400\/80 {
    border-color: hsla(76, 59%, 66%, 0.8);
}
.border-warmgreen-400\/85 {
    border-color: hsla(76, 59%, 66%, 0.85);
}
.border-warmgreen-400\/90 {
    border-color: hsla(76, 59%, 66%, 0.9);
}
.border-warmgreen-400\/95 {
    border-color: hsla(76, 59%, 66%, 0.95);
}
.border-warmgreen-50 {
    --tw-border-opacity: 1;
    border-color: rgb(233 255 159 / var(--tw-border-opacity, 1));
}
.border-warmgreen-50\/0 {
    border-color: rgba(233, 255, 159, 0);
}
.border-warmgreen-50\/10 {
    border-color: rgba(233, 255, 159, 0.1);
}
.border-warmgreen-50\/100 {
    border-color: #e9ff9f;
}
.border-warmgreen-50\/15 {
    border-color: rgba(233, 255, 159, 0.15);
}
.border-warmgreen-50\/20 {
    border-color: rgba(233, 255, 159, 0.2);
}
.border-warmgreen-50\/25 {
    border-color: rgba(233, 255, 159, 0.25);
}
.border-warmgreen-50\/30 {
    border-color: rgba(233, 255, 159, 0.3);
}
.border-warmgreen-50\/35 {
    border-color: rgba(233, 255, 159, 0.35);
}
.border-warmgreen-50\/40 {
    border-color: rgba(233, 255, 159, 0.4);
}
.border-warmgreen-50\/45 {
    border-color: rgba(233, 255, 159, 0.45);
}
.border-warmgreen-50\/5 {
    border-color: rgba(233, 255, 159, 0.05);
}
.border-warmgreen-50\/50 {
    border-color: rgba(233, 255, 159, 0.5);
}
.border-warmgreen-50\/55 {
    border-color: rgba(233, 255, 159, 0.55);
}
.border-warmgreen-50\/60 {
    border-color: rgba(233, 255, 159, 0.6);
}
.border-warmgreen-50\/65 {
    border-color: rgba(233, 255, 159, 0.65);
}
.border-warmgreen-50\/70 {
    border-color: rgba(233, 255, 159, 0.7);
}
.border-warmgreen-50\/75 {
    border-color: rgba(233, 255, 159, 0.75);
}
.border-warmgreen-50\/80 {
    border-color: rgba(233, 255, 159, 0.8);
}
.border-warmgreen-50\/85 {
    border-color: rgba(233, 255, 159, 0.85);
}
.border-warmgreen-50\/90 {
    border-color: rgba(233, 255, 159, 0.9);
}
.border-warmgreen-50\/95 {
    border-color: rgba(233, 255, 159, 0.95);
}
.border-warmgreen-500 {
    --tw-border-opacity: 1;
    border-color: rgb(183 210 109 / var(--tw-border-opacity, 1));
}
.border-warmgreen-500\/0 {
    border-color: hsla(76, 53%, 63%, 0);
}
.border-warmgreen-500\/10 {
    border-color: hsla(76, 53%, 63%, 0.1);
}
.border-warmgreen-500\/100 {
    border-color: #b7d26d;
}
.border-warmgreen-500\/15 {
    border-color: hsla(76, 53%, 63%, 0.15);
}
.border-warmgreen-500\/20 {
    border-color: hsla(76, 53%, 63%, 0.2);
}
.border-warmgreen-500\/25 {
    border-color: hsla(76, 53%, 63%, 0.25);
}
.border-warmgreen-500\/30 {
    border-color: hsla(76, 53%, 63%, 0.3);
}
.border-warmgreen-500\/35 {
    border-color: hsla(76, 53%, 63%, 0.35);
}
.border-warmgreen-500\/40 {
    border-color: hsla(76, 53%, 63%, 0.4);
}
.border-warmgreen-500\/45 {
    border-color: hsla(76, 53%, 63%, 0.45);
}
.border-warmgreen-500\/5 {
    border-color: hsla(76, 53%, 63%, 0.05);
}
.border-warmgreen-500\/50 {
    border-color: hsla(76, 53%, 63%, 0.5);
}
.border-warmgreen-500\/55 {
    border-color: hsla(76, 53%, 63%, 0.55);
}
.border-warmgreen-500\/60 {
    border-color: hsla(76, 53%, 63%, 0.6);
}
.border-warmgreen-500\/65 {
    border-color: hsla(76, 53%, 63%, 0.65);
}
.border-warmgreen-500\/70 {
    border-color: hsla(76, 53%, 63%, 0.7);
}
.border-warmgreen-500\/75 {
    border-color: hsla(76, 53%, 63%, 0.75);
}
.border-warmgreen-500\/80 {
    border-color: hsla(76, 53%, 63%, 0.8);
}
.border-warmgreen-500\/85 {
    border-color: hsla(76, 53%, 63%, 0.85);
}
.border-warmgreen-500\/90 {
    border-color: hsla(76, 53%, 63%, 0.9);
}
.border-warmgreen-500\/95 {
    border-color: hsla(76, 53%, 63%, 0.95);
}
.border-warmgreen-600 {
    --tw-border-opacity: 1;
    border-color: rgb(173 200 99 / var(--tw-border-opacity, 1));
}
.border-warmgreen-600\/0 {
    border-color: rgba(173, 200, 99, 0);
}
.border-warmgreen-600\/10 {
    border-color: rgba(173, 200, 99, 0.1);
}
.border-warmgreen-600\/100 {
    border-color: #adc863;
}
.border-warmgreen-600\/15 {
    border-color: rgba(173, 200, 99, 0.15);
}
.border-warmgreen-600\/20 {
    border-color: rgba(173, 200, 99, 0.2);
}
.border-warmgreen-600\/25 {
    border-color: rgba(173, 200, 99, 0.25);
}
.border-warmgreen-600\/30 {
    border-color: rgba(173, 200, 99, 0.3);
}
.border-warmgreen-600\/35 {
    border-color: rgba(173, 200, 99, 0.35);
}
.border-warmgreen-600\/40 {
    border-color: rgba(173, 200, 99, 0.4);
}
.border-warmgreen-600\/45 {
    border-color: rgba(173, 200, 99, 0.45);
}
.border-warmgreen-600\/5 {
    border-color: rgba(173, 200, 99, 0.05);
}
.border-warmgreen-600\/50 {
    border-color: rgba(173, 200, 99, 0.5);
}
.border-warmgreen-600\/55 {
    border-color: rgba(173, 200, 99, 0.55);
}
.border-warmgreen-600\/60 {
    border-color: rgba(173, 200, 99, 0.6);
}
.border-warmgreen-600\/65 {
    border-color: rgba(173, 200, 99, 0.65);
}
.border-warmgreen-600\/70 {
    border-color: rgba(173, 200, 99, 0.7);
}
.border-warmgreen-600\/75 {
    border-color: rgba(173, 200, 99, 0.75);
}
.border-warmgreen-600\/80 {
    border-color: rgba(173, 200, 99, 0.8);
}
.border-warmgreen-600\/85 {
    border-color: rgba(173, 200, 99, 0.85);
}
.border-warmgreen-600\/90 {
    border-color: rgba(173, 200, 99, 0.9);
}
.border-warmgreen-600\/95 {
    border-color: rgba(173, 200, 99, 0.95);
}
.border-warmgreen-700 {
    --tw-border-opacity: 1;
    border-color: rgb(163 190 89 / var(--tw-border-opacity, 1));
}
.border-warmgreen-700\/0 {
    border-color: rgba(163, 190, 89, 0);
}
.border-warmgreen-700\/10 {
    border-color: rgba(163, 190, 89, 0.1);
}
.border-warmgreen-700\/100 {
    border-color: #a3be59;
}
.border-warmgreen-700\/15 {
    border-color: rgba(163, 190, 89, 0.15);
}
.border-warmgreen-700\/20 {
    border-color: rgba(163, 190, 89, 0.2);
}
.border-warmgreen-700\/25 {
    border-color: rgba(163, 190, 89, 0.25);
}
.border-warmgreen-700\/30 {
    border-color: rgba(163, 190, 89, 0.3);
}
.border-warmgreen-700\/35 {
    border-color: rgba(163, 190, 89, 0.35);
}
.border-warmgreen-700\/40 {
    border-color: rgba(163, 190, 89, 0.4);
}
.border-warmgreen-700\/45 {
    border-color: rgba(163, 190, 89, 0.45);
}
.border-warmgreen-700\/5 {
    border-color: rgba(163, 190, 89, 0.05);
}
.border-warmgreen-700\/50 {
    border-color: rgba(163, 190, 89, 0.5);
}
.border-warmgreen-700\/55 {
    border-color: rgba(163, 190, 89, 0.55);
}
.border-warmgreen-700\/60 {
    border-color: rgba(163, 190, 89, 0.6);
}
.border-warmgreen-700\/65 {
    border-color: rgba(163, 190, 89, 0.65);
}
.border-warmgreen-700\/70 {
    border-color: rgba(163, 190, 89, 0.7);
}
.border-warmgreen-700\/75 {
    border-color: rgba(163, 190, 89, 0.75);
}
.border-warmgreen-700\/80 {
    border-color: rgba(163, 190, 89, 0.8);
}
.border-warmgreen-700\/85 {
    border-color: rgba(163, 190, 89, 0.85);
}
.border-warmgreen-700\/90 {
    border-color: rgba(163, 190, 89, 0.9);
}
.border-warmgreen-700\/95 {
    border-color: rgba(163, 190, 89, 0.95);
}
.border-warmgreen-800 {
    --tw-border-opacity: 1;
    border-color: rgb(98 119 95 / var(--tw-border-opacity, 1));
}
.border-warmgreen-800\/0 {
    border-color: rgba(98, 119, 95, 0);
}
.border-warmgreen-800\/10 {
    border-color: rgba(98, 119, 95, 0.1);
}
.border-warmgreen-800\/100 {
    border-color: #62775f;
}
.border-warmgreen-800\/15 {
    border-color: rgba(98, 119, 95, 0.15);
}
.border-warmgreen-800\/20 {
    border-color: rgba(98, 119, 95, 0.2);
}
.border-warmgreen-800\/25 {
    border-color: rgba(98, 119, 95, 0.25);
}
.border-warmgreen-800\/30 {
    border-color: rgba(98, 119, 95, 0.3);
}
.border-warmgreen-800\/35 {
    border-color: rgba(98, 119, 95, 0.35);
}
.border-warmgreen-800\/40 {
    border-color: rgba(98, 119, 95, 0.4);
}
.border-warmgreen-800\/45 {
    border-color: rgba(98, 119, 95, 0.45);
}
.border-warmgreen-800\/5 {
    border-color: rgba(98, 119, 95, 0.05);
}
.border-warmgreen-800\/50 {
    border-color: rgba(98, 119, 95, 0.5);
}
.border-warmgreen-800\/55 {
    border-color: rgba(98, 119, 95, 0.55);
}
.border-warmgreen-800\/60 {
    border-color: rgba(98, 119, 95, 0.6);
}
.border-warmgreen-800\/65 {
    border-color: rgba(98, 119, 95, 0.65);
}
.border-warmgreen-800\/70 {
    border-color: rgba(98, 119, 95, 0.7);
}
.border-warmgreen-800\/75 {
    border-color: rgba(98, 119, 95, 0.75);
}
.border-warmgreen-800\/80 {
    border-color: rgba(98, 119, 95, 0.8);
}
.border-warmgreen-800\/85 {
    border-color: rgba(98, 119, 95, 0.85);
}
.border-warmgreen-800\/90 {
    border-color: rgba(98, 119, 95, 0.9);
}
.border-warmgreen-800\/95 {
    border-color: rgba(98, 119, 95, 0.95);
}
.border-warmgreen-900 {
    --tw-border-opacity: 1;
    border-color: rgb(143 170 69 / var(--tw-border-opacity, 1));
}
.border-warmgreen-900\/0 {
    border-color: rgba(143, 170, 69, 0);
}
.border-warmgreen-900\/10 {
    border-color: rgba(143, 170, 69, 0.1);
}
.border-warmgreen-900\/100 {
    border-color: #8faa45;
}
.border-warmgreen-900\/15 {
    border-color: rgba(143, 170, 69, 0.15);
}
.border-warmgreen-900\/20 {
    border-color: rgba(143, 170, 69, 0.2);
}
.border-warmgreen-900\/25 {
    border-color: rgba(143, 170, 69, 0.25);
}
.border-warmgreen-900\/30 {
    border-color: rgba(143, 170, 69, 0.3);
}
.border-warmgreen-900\/35 {
    border-color: rgba(143, 170, 69, 0.35);
}
.border-warmgreen-900\/40 {
    border-color: rgba(143, 170, 69, 0.4);
}
.border-warmgreen-900\/45 {
    border-color: rgba(143, 170, 69, 0.45);
}
.border-warmgreen-900\/5 {
    border-color: rgba(143, 170, 69, 0.05);
}
.border-warmgreen-900\/50 {
    border-color: rgba(143, 170, 69, 0.5);
}
.border-warmgreen-900\/55 {
    border-color: rgba(143, 170, 69, 0.55);
}
.border-warmgreen-900\/60 {
    border-color: rgba(143, 170, 69, 0.6);
}
.border-warmgreen-900\/65 {
    border-color: rgba(143, 170, 69, 0.65);
}
.border-warmgreen-900\/70 {
    border-color: rgba(143, 170, 69, 0.7);
}
.border-warmgreen-900\/75 {
    border-color: rgba(143, 170, 69, 0.75);
}
.border-warmgreen-900\/80 {
    border-color: rgba(143, 170, 69, 0.8);
}
.border-warmgreen-900\/85 {
    border-color: rgba(143, 170, 69, 0.85);
}
.border-warmgreen-900\/90 {
    border-color: rgba(143, 170, 69, 0.9);
}
.border-warmgreen-900\/95 {
    border-color: rgba(143, 170, 69, 0.95);
}
.border-warning-600 {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
    border-color: hsla(0, 0%, 100%, 0.1);
}
.border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-yellow-100\/0 {
    border-color: hsla(48, 96%, 89%, 0);
}
.border-yellow-100\/10 {
    border-color: hsla(48, 96%, 89%, 0.1);
}
.border-yellow-100\/100 {
    border-color: #fef3c7;
}
.border-yellow-100\/15 {
    border-color: hsla(48, 96%, 89%, 0.15);
}
.border-yellow-100\/20 {
    border-color: hsla(48, 96%, 89%, 0.2);
}
.border-yellow-100\/25 {
    border-color: hsla(48, 96%, 89%, 0.25);
}
.border-yellow-100\/30 {
    border-color: hsla(48, 96%, 89%, 0.3);
}
.border-yellow-100\/35 {
    border-color: hsla(48, 96%, 89%, 0.35);
}
.border-yellow-100\/40 {
    border-color: hsla(48, 96%, 89%, 0.4);
}
.border-yellow-100\/45 {
    border-color: hsla(48, 96%, 89%, 0.45);
}
.border-yellow-100\/5 {
    border-color: hsla(48, 96%, 89%, 0.05);
}
.border-yellow-100\/50 {
    border-color: hsla(48, 96%, 89%, 0.5);
}
.border-yellow-100\/55 {
    border-color: hsla(48, 96%, 89%, 0.55);
}
.border-yellow-100\/60 {
    border-color: hsla(48, 96%, 89%, 0.6);
}
.border-yellow-100\/65 {
    border-color: hsla(48, 96%, 89%, 0.65);
}
.border-yellow-100\/70 {
    border-color: hsla(48, 96%, 89%, 0.7);
}
.border-yellow-100\/75 {
    border-color: hsla(48, 96%, 89%, 0.75);
}
.border-yellow-100\/80 {
    border-color: hsla(48, 96%, 89%, 0.8);
}
.border-yellow-100\/85 {
    border-color: hsla(48, 96%, 89%, 0.85);
}
.border-yellow-100\/90 {
    border-color: hsla(48, 96%, 89%, 0.9);
}
.border-yellow-100\/95 {
    border-color: hsla(48, 96%, 89%, 0.95);
}
.border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-yellow-200\/0 {
    border-color: hsla(48, 97%, 77%, 0);
}
.border-yellow-200\/10 {
    border-color: hsla(48, 97%, 77%, 0.1);
}
.border-yellow-200\/100 {
    border-color: #fde68a;
}
.border-yellow-200\/15 {
    border-color: hsla(48, 97%, 77%, 0.15);
}
.border-yellow-200\/20 {
    border-color: hsla(48, 97%, 77%, 0.2);
}
.border-yellow-200\/25 {
    border-color: hsla(48, 97%, 77%, 0.25);
}
.border-yellow-200\/30 {
    border-color: hsla(48, 97%, 77%, 0.3);
}
.border-yellow-200\/35 {
    border-color: hsla(48, 97%, 77%, 0.35);
}
.border-yellow-200\/40 {
    border-color: hsla(48, 97%, 77%, 0.4);
}
.border-yellow-200\/45 {
    border-color: hsla(48, 97%, 77%, 0.45);
}
.border-yellow-200\/5 {
    border-color: hsla(48, 97%, 77%, 0.05);
}
.border-yellow-200\/50 {
    border-color: hsla(48, 97%, 77%, 0.5);
}
.border-yellow-200\/55 {
    border-color: hsla(48, 97%, 77%, 0.55);
}
.border-yellow-200\/60 {
    border-color: hsla(48, 97%, 77%, 0.6);
}
.border-yellow-200\/65 {
    border-color: hsla(48, 97%, 77%, 0.65);
}
.border-yellow-200\/70 {
    border-color: hsla(48, 97%, 77%, 0.7);
}
.border-yellow-200\/75 {
    border-color: hsla(48, 97%, 77%, 0.75);
}
.border-yellow-200\/80 {
    border-color: hsla(48, 97%, 77%, 0.8);
}
.border-yellow-200\/85 {
    border-color: hsla(48, 97%, 77%, 0.85);
}
.border-yellow-200\/90 {
    border-color: hsla(48, 97%, 77%, 0.9);
}
.border-yellow-200\/95 {
    border-color: hsla(48, 97%, 77%, 0.95);
}
.border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-yellow-300\/0 {
    border-color: rgba(252, 211, 77, 0);
}
.border-yellow-300\/10 {
    border-color: rgba(252, 211, 77, 0.1);
}
.border-yellow-300\/100 {
    border-color: #fcd34d;
}
.border-yellow-300\/15 {
    border-color: rgba(252, 211, 77, 0.15);
}
.border-yellow-300\/20 {
    border-color: rgba(252, 211, 77, 0.2);
}
.border-yellow-300\/25 {
    border-color: rgba(252, 211, 77, 0.25);
}
.border-yellow-300\/30 {
    border-color: rgba(252, 211, 77, 0.3);
}
.border-yellow-300\/35 {
    border-color: rgba(252, 211, 77, 0.35);
}
.border-yellow-300\/40 {
    border-color: rgba(252, 211, 77, 0.4);
}
.border-yellow-300\/45 {
    border-color: rgba(252, 211, 77, 0.45);
}
.border-yellow-300\/5 {
    border-color: rgba(252, 211, 77, 0.05);
}
.border-yellow-300\/50 {
    border-color: rgba(252, 211, 77, 0.5);
}
.border-yellow-300\/55 {
    border-color: rgba(252, 211, 77, 0.55);
}
.border-yellow-300\/60 {
    border-color: rgba(252, 211, 77, 0.6);
}
.border-yellow-300\/65 {
    border-color: rgba(252, 211, 77, 0.65);
}
.border-yellow-300\/70 {
    border-color: rgba(252, 211, 77, 0.7);
}
.border-yellow-300\/75 {
    border-color: rgba(252, 211, 77, 0.75);
}
.border-yellow-300\/80 {
    border-color: rgba(252, 211, 77, 0.8);
}
.border-yellow-300\/85 {
    border-color: rgba(252, 211, 77, 0.85);
}
.border-yellow-300\/90 {
    border-color: rgba(252, 211, 77, 0.9);
}
.border-yellow-300\/95 {
    border-color: rgba(252, 211, 77, 0.95);
}
.border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-yellow-400\/0 {
    border-color: rgba(251, 191, 36, 0);
}
.border-yellow-400\/10 {
    border-color: rgba(251, 191, 36, 0.1);
}
.border-yellow-400\/100 {
    border-color: #fbbf24;
}
.border-yellow-400\/15 {
    border-color: rgba(251, 191, 36, 0.15);
}
.border-yellow-400\/20 {
    border-color: rgba(251, 191, 36, 0.2);
}
.border-yellow-400\/25 {
    border-color: rgba(251, 191, 36, 0.25);
}
.border-yellow-400\/30 {
    border-color: rgba(251, 191, 36, 0.3);
}
.border-yellow-400\/35 {
    border-color: rgba(251, 191, 36, 0.35);
}
.border-yellow-400\/40 {
    border-color: rgba(251, 191, 36, 0.4);
}
.border-yellow-400\/45 {
    border-color: rgba(251, 191, 36, 0.45);
}
.border-yellow-400\/5 {
    border-color: rgba(251, 191, 36, 0.05);
}
.border-yellow-400\/50 {
    border-color: rgba(251, 191, 36, 0.5);
}
.border-yellow-400\/55 {
    border-color: rgba(251, 191, 36, 0.55);
}
.border-yellow-400\/60 {
    border-color: rgba(251, 191, 36, 0.6);
}
.border-yellow-400\/65 {
    border-color: rgba(251, 191, 36, 0.65);
}
.border-yellow-400\/70 {
    border-color: rgba(251, 191, 36, 0.7);
}
.border-yellow-400\/75 {
    border-color: rgba(251, 191, 36, 0.75);
}
.border-yellow-400\/80 {
    border-color: rgba(251, 191, 36, 0.8);
}
.border-yellow-400\/85 {
    border-color: rgba(251, 191, 36, 0.85);
}
.border-yellow-400\/90 {
    border-color: rgba(251, 191, 36, 0.9);
}
.border-yellow-400\/95 {
    border-color: rgba(251, 191, 36, 0.95);
}
.border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-yellow-50\/0 {
    border-color: rgba(255, 251, 235, 0);
}
.border-yellow-50\/10 {
    border-color: rgba(255, 251, 235, 0.1);
}
.border-yellow-50\/100 {
    border-color: #fffbeb;
}
.border-yellow-50\/15 {
    border-color: rgba(255, 251, 235, 0.15);
}
.border-yellow-50\/20 {
    border-color: rgba(255, 251, 235, 0.2);
}
.border-yellow-50\/25 {
    border-color: rgba(255, 251, 235, 0.25);
}
.border-yellow-50\/30 {
    border-color: rgba(255, 251, 235, 0.3);
}
.border-yellow-50\/35 {
    border-color: rgba(255, 251, 235, 0.35);
}
.border-yellow-50\/40 {
    border-color: rgba(255, 251, 235, 0.4);
}
.border-yellow-50\/45 {
    border-color: rgba(255, 251, 235, 0.45);
}
.border-yellow-50\/5 {
    border-color: rgba(255, 251, 235, 0.05);
}
.border-yellow-50\/50 {
    border-color: rgba(255, 251, 235, 0.5);
}
.border-yellow-50\/55 {
    border-color: rgba(255, 251, 235, 0.55);
}
.border-yellow-50\/60 {
    border-color: rgba(255, 251, 235, 0.6);
}
.border-yellow-50\/65 {
    border-color: rgba(255, 251, 235, 0.65);
}
.border-yellow-50\/70 {
    border-color: rgba(255, 251, 235, 0.7);
}
.border-yellow-50\/75 {
    border-color: rgba(255, 251, 235, 0.75);
}
.border-yellow-50\/80 {
    border-color: rgba(255, 251, 235, 0.8);
}
.border-yellow-50\/85 {
    border-color: rgba(255, 251, 235, 0.85);
}
.border-yellow-50\/90 {
    border-color: rgba(255, 251, 235, 0.9);
}
.border-yellow-50\/95 {
    border-color: rgba(255, 251, 235, 0.95);
}
.border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/0 {
    border-color: rgba(245, 158, 11, 0);
}
.border-yellow-500\/10 {
    border-color: rgba(245, 158, 11, 0.1);
}
.border-yellow-500\/100 {
    border-color: #f59e0b;
}
.border-yellow-500\/15 {
    border-color: rgba(245, 158, 11, 0.15);
}
.border-yellow-500\/20 {
    border-color: rgba(245, 158, 11, 0.2);
}
.border-yellow-500\/25 {
    border-color: rgba(245, 158, 11, 0.25);
}
.border-yellow-500\/30 {
    border-color: rgba(245, 158, 11, 0.3);
}
.border-yellow-500\/35 {
    border-color: rgba(245, 158, 11, 0.35);
}
.border-yellow-500\/40 {
    border-color: rgba(245, 158, 11, 0.4);
}
.border-yellow-500\/45 {
    border-color: rgba(245, 158, 11, 0.45);
}
.border-yellow-500\/5 {
    border-color: rgba(245, 158, 11, 0.05);
}
.border-yellow-500\/50 {
    border-color: rgba(245, 158, 11, 0.5);
}
.border-yellow-500\/55 {
    border-color: rgba(245, 158, 11, 0.55);
}
.border-yellow-500\/60 {
    border-color: rgba(245, 158, 11, 0.6);
}
.border-yellow-500\/65 {
    border-color: rgba(245, 158, 11, 0.65);
}
.border-yellow-500\/70 {
    border-color: rgba(245, 158, 11, 0.7);
}
.border-yellow-500\/75 {
    border-color: rgba(245, 158, 11, 0.75);
}
.border-yellow-500\/80 {
    border-color: rgba(245, 158, 11, 0.8);
}
.border-yellow-500\/85 {
    border-color: rgba(245, 158, 11, 0.85);
}
.border-yellow-500\/90 {
    border-color: rgba(245, 158, 11, 0.9);
}
.border-yellow-500\/95 {
    border-color: rgba(245, 158, 11, 0.95);
}
.border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-yellow-600\/0 {
    border-color: rgba(217, 119, 6, 0);
}
.border-yellow-600\/10 {
    border-color: rgba(217, 119, 6, 0.1);
}
.border-yellow-600\/100 {
    border-color: #d97706;
}
.border-yellow-600\/15 {
    border-color: rgba(217, 119, 6, 0.15);
}
.border-yellow-600\/20 {
    border-color: rgba(217, 119, 6, 0.2);
}
.border-yellow-600\/25 {
    border-color: rgba(217, 119, 6, 0.25);
}
.border-yellow-600\/30 {
    border-color: rgba(217, 119, 6, 0.3);
}
.border-yellow-600\/35 {
    border-color: rgba(217, 119, 6, 0.35);
}
.border-yellow-600\/40 {
    border-color: rgba(217, 119, 6, 0.4);
}
.border-yellow-600\/45 {
    border-color: rgba(217, 119, 6, 0.45);
}
.border-yellow-600\/5 {
    border-color: rgba(217, 119, 6, 0.05);
}
.border-yellow-600\/50 {
    border-color: rgba(217, 119, 6, 0.5);
}
.border-yellow-600\/55 {
    border-color: rgba(217, 119, 6, 0.55);
}
.border-yellow-600\/60 {
    border-color: rgba(217, 119, 6, 0.6);
}
.border-yellow-600\/65 {
    border-color: rgba(217, 119, 6, 0.65);
}
.border-yellow-600\/70 {
    border-color: rgba(217, 119, 6, 0.7);
}
.border-yellow-600\/75 {
    border-color: rgba(217, 119, 6, 0.75);
}
.border-yellow-600\/80 {
    border-color: rgba(217, 119, 6, 0.8);
}
.border-yellow-600\/85 {
    border-color: rgba(217, 119, 6, 0.85);
}
.border-yellow-600\/90 {
    border-color: rgba(217, 119, 6, 0.9);
}
.border-yellow-600\/95 {
    border-color: rgba(217, 119, 6, 0.95);
}
.border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-yellow-700\/0 {
    border-color: rgba(180, 83, 9, 0);
}
.border-yellow-700\/10 {
    border-color: rgba(180, 83, 9, 0.1);
}
.border-yellow-700\/100 {
    border-color: #b45309;
}
.border-yellow-700\/15 {
    border-color: rgba(180, 83, 9, 0.15);
}
.border-yellow-700\/20 {
    border-color: rgba(180, 83, 9, 0.2);
}
.border-yellow-700\/25 {
    border-color: rgba(180, 83, 9, 0.25);
}
.border-yellow-700\/30 {
    border-color: rgba(180, 83, 9, 0.3);
}
.border-yellow-700\/35 {
    border-color: rgba(180, 83, 9, 0.35);
}
.border-yellow-700\/40 {
    border-color: rgba(180, 83, 9, 0.4);
}
.border-yellow-700\/45 {
    border-color: rgba(180, 83, 9, 0.45);
}
.border-yellow-700\/5 {
    border-color: rgba(180, 83, 9, 0.05);
}
.border-yellow-700\/50 {
    border-color: rgba(180, 83, 9, 0.5);
}
.border-yellow-700\/55 {
    border-color: rgba(180, 83, 9, 0.55);
}
.border-yellow-700\/60 {
    border-color: rgba(180, 83, 9, 0.6);
}
.border-yellow-700\/65 {
    border-color: rgba(180, 83, 9, 0.65);
}
.border-yellow-700\/70 {
    border-color: rgba(180, 83, 9, 0.7);
}
.border-yellow-700\/75 {
    border-color: rgba(180, 83, 9, 0.75);
}
.border-yellow-700\/80 {
    border-color: rgba(180, 83, 9, 0.8);
}
.border-yellow-700\/85 {
    border-color: rgba(180, 83, 9, 0.85);
}
.border-yellow-700\/90 {
    border-color: rgba(180, 83, 9, 0.9);
}
.border-yellow-700\/95 {
    border-color: rgba(180, 83, 9, 0.95);
}
.border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-yellow-800\/0 {
    border-color: rgba(146, 64, 14, 0);
}
.border-yellow-800\/10 {
    border-color: rgba(146, 64, 14, 0.1);
}
.border-yellow-800\/100 {
    border-color: #92400e;
}
.border-yellow-800\/15 {
    border-color: rgba(146, 64, 14, 0.15);
}
.border-yellow-800\/20 {
    border-color: rgba(146, 64, 14, 0.2);
}
.border-yellow-800\/25 {
    border-color: rgba(146, 64, 14, 0.25);
}
.border-yellow-800\/30 {
    border-color: rgba(146, 64, 14, 0.3);
}
.border-yellow-800\/35 {
    border-color: rgba(146, 64, 14, 0.35);
}
.border-yellow-800\/40 {
    border-color: rgba(146, 64, 14, 0.4);
}
.border-yellow-800\/45 {
    border-color: rgba(146, 64, 14, 0.45);
}
.border-yellow-800\/5 {
    border-color: rgba(146, 64, 14, 0.05);
}
.border-yellow-800\/50 {
    border-color: rgba(146, 64, 14, 0.5);
}
.border-yellow-800\/55 {
    border-color: rgba(146, 64, 14, 0.55);
}
.border-yellow-800\/60 {
    border-color: rgba(146, 64, 14, 0.6);
}
.border-yellow-800\/65 {
    border-color: rgba(146, 64, 14, 0.65);
}
.border-yellow-800\/70 {
    border-color: rgba(146, 64, 14, 0.7);
}
.border-yellow-800\/75 {
    border-color: rgba(146, 64, 14, 0.75);
}
.border-yellow-800\/80 {
    border-color: rgba(146, 64, 14, 0.8);
}
.border-yellow-800\/85 {
    border-color: rgba(146, 64, 14, 0.85);
}
.border-yellow-800\/90 {
    border-color: rgba(146, 64, 14, 0.9);
}
.border-yellow-800\/95 {
    border-color: rgba(146, 64, 14, 0.95);
}
.border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-yellow-900\/0 {
    border-color: rgba(120, 53, 15, 0);
}
.border-yellow-900\/10 {
    border-color: rgba(120, 53, 15, 0.1);
}
.border-yellow-900\/100 {
    border-color: #78350f;
}
.border-yellow-900\/15 {
    border-color: rgba(120, 53, 15, 0.15);
}
.border-yellow-900\/20 {
    border-color: rgba(120, 53, 15, 0.2);
}
.border-yellow-900\/25 {
    border-color: rgba(120, 53, 15, 0.25);
}
.border-yellow-900\/30 {
    border-color: rgba(120, 53, 15, 0.3);
}
.border-yellow-900\/35 {
    border-color: rgba(120, 53, 15, 0.35);
}
.border-yellow-900\/40 {
    border-color: rgba(120, 53, 15, 0.4);
}
.border-yellow-900\/45 {
    border-color: rgba(120, 53, 15, 0.45);
}
.border-yellow-900\/5 {
    border-color: rgba(120, 53, 15, 0.05);
}
.border-yellow-900\/50 {
    border-color: rgba(120, 53, 15, 0.5);
}
.border-yellow-900\/55 {
    border-color: rgba(120, 53, 15, 0.55);
}
.border-yellow-900\/60 {
    border-color: rgba(120, 53, 15, 0.6);
}
.border-yellow-900\/65 {
    border-color: rgba(120, 53, 15, 0.65);
}
.border-yellow-900\/70 {
    border-color: rgba(120, 53, 15, 0.7);
}
.border-yellow-900\/75 {
    border-color: rgba(120, 53, 15, 0.75);
}
.border-yellow-900\/80 {
    border-color: rgba(120, 53, 15, 0.8);
}
.border-yellow-900\/85 {
    border-color: rgba(120, 53, 15, 0.85);
}
.border-yellow-900\/90 {
    border-color: rgba(120, 53, 15, 0.9);
}
.border-yellow-900\/95 {
    border-color: rgba(120, 53, 15, 0.95);
}
.border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-zinc-100\/0 {
    border-color: hsla(240, 5%, 96%, 0);
}
.border-zinc-100\/10 {
    border-color: hsla(240, 5%, 96%, 0.1);
}
.border-zinc-100\/100 {
    border-color: #f4f4f5;
}
.border-zinc-100\/15 {
    border-color: hsla(240, 5%, 96%, 0.15);
}
.border-zinc-100\/20 {
    border-color: hsla(240, 5%, 96%, 0.2);
}
.border-zinc-100\/25 {
    border-color: hsla(240, 5%, 96%, 0.25);
}
.border-zinc-100\/30 {
    border-color: hsla(240, 5%, 96%, 0.3);
}
.border-zinc-100\/35 {
    border-color: hsla(240, 5%, 96%, 0.35);
}
.border-zinc-100\/40 {
    border-color: hsla(240, 5%, 96%, 0.4);
}
.border-zinc-100\/45 {
    border-color: hsla(240, 5%, 96%, 0.45);
}
.border-zinc-100\/5 {
    border-color: hsla(240, 5%, 96%, 0.05);
}
.border-zinc-100\/50 {
    border-color: hsla(240, 5%, 96%, 0.5);
}
.border-zinc-100\/55 {
    border-color: hsla(240, 5%, 96%, 0.55);
}
.border-zinc-100\/60 {
    border-color: hsla(240, 5%, 96%, 0.6);
}
.border-zinc-100\/65 {
    border-color: hsla(240, 5%, 96%, 0.65);
}
.border-zinc-100\/70 {
    border-color: hsla(240, 5%, 96%, 0.7);
}
.border-zinc-100\/75 {
    border-color: hsla(240, 5%, 96%, 0.75);
}
.border-zinc-100\/80 {
    border-color: hsla(240, 5%, 96%, 0.8);
}
.border-zinc-100\/85 {
    border-color: hsla(240, 5%, 96%, 0.85);
}
.border-zinc-100\/90 {
    border-color: hsla(240, 5%, 96%, 0.9);
}
.border-zinc-100\/95 {
    border-color: hsla(240, 5%, 96%, 0.95);
}
.border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-zinc-200\/0 {
    border-color: hsla(240, 6%, 90%, 0);
}
.border-zinc-200\/10 {
    border-color: hsla(240, 6%, 90%, 0.1);
}
.border-zinc-200\/100 {
    border-color: #e4e4e7;
}
.border-zinc-200\/15 {
    border-color: hsla(240, 6%, 90%, 0.15);
}
.border-zinc-200\/20 {
    border-color: hsla(240, 6%, 90%, 0.2);
}
.border-zinc-200\/25 {
    border-color: hsla(240, 6%, 90%, 0.25);
}
.border-zinc-200\/30 {
    border-color: hsla(240, 6%, 90%, 0.3);
}
.border-zinc-200\/35 {
    border-color: hsla(240, 6%, 90%, 0.35);
}
.border-zinc-200\/40 {
    border-color: hsla(240, 6%, 90%, 0.4);
}
.border-zinc-200\/45 {
    border-color: hsla(240, 6%, 90%, 0.45);
}
.border-zinc-200\/5 {
    border-color: hsla(240, 6%, 90%, 0.05);
}
.border-zinc-200\/50 {
    border-color: hsla(240, 6%, 90%, 0.5);
}
.border-zinc-200\/55 {
    border-color: hsla(240, 6%, 90%, 0.55);
}
.border-zinc-200\/60 {
    border-color: hsla(240, 6%, 90%, 0.6);
}
.border-zinc-200\/65 {
    border-color: hsla(240, 6%, 90%, 0.65);
}
.border-zinc-200\/70 {
    border-color: hsla(240, 6%, 90%, 0.7);
}
.border-zinc-200\/75 {
    border-color: hsla(240, 6%, 90%, 0.75);
}
.border-zinc-200\/80 {
    border-color: hsla(240, 6%, 90%, 0.8);
}
.border-zinc-200\/85 {
    border-color: hsla(240, 6%, 90%, 0.85);
}
.border-zinc-200\/90 {
    border-color: hsla(240, 6%, 90%, 0.9);
}
.border-zinc-200\/95 {
    border-color: hsla(240, 6%, 90%, 0.95);
}
.border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-zinc-300\/0 {
    border-color: hsla(240, 5%, 84%, 0);
}
.border-zinc-300\/10 {
    border-color: hsla(240, 5%, 84%, 0.1);
}
.border-zinc-300\/100 {
    border-color: #d4d4d8;
}
.border-zinc-300\/15 {
    border-color: hsla(240, 5%, 84%, 0.15);
}
.border-zinc-300\/20 {
    border-color: hsla(240, 5%, 84%, 0.2);
}
.border-zinc-300\/25 {
    border-color: hsla(240, 5%, 84%, 0.25);
}
.border-zinc-300\/30 {
    border-color: hsla(240, 5%, 84%, 0.3);
}
.border-zinc-300\/35 {
    border-color: hsla(240, 5%, 84%, 0.35);
}
.border-zinc-300\/40 {
    border-color: hsla(240, 5%, 84%, 0.4);
}
.border-zinc-300\/45 {
    border-color: hsla(240, 5%, 84%, 0.45);
}
.border-zinc-300\/5 {
    border-color: hsla(240, 5%, 84%, 0.05);
}
.border-zinc-300\/50 {
    border-color: hsla(240, 5%, 84%, 0.5);
}
.border-zinc-300\/55 {
    border-color: hsla(240, 5%, 84%, 0.55);
}
.border-zinc-300\/60 {
    border-color: hsla(240, 5%, 84%, 0.6);
}
.border-zinc-300\/65 {
    border-color: hsla(240, 5%, 84%, 0.65);
}
.border-zinc-300\/70 {
    border-color: hsla(240, 5%, 84%, 0.7);
}
.border-zinc-300\/75 {
    border-color: hsla(240, 5%, 84%, 0.75);
}
.border-zinc-300\/80 {
    border-color: hsla(240, 5%, 84%, 0.8);
}
.border-zinc-300\/85 {
    border-color: hsla(240, 5%, 84%, 0.85);
}
.border-zinc-300\/90 {
    border-color: hsla(240, 5%, 84%, 0.9);
}
.border-zinc-300\/95 {
    border-color: hsla(240, 5%, 84%, 0.95);
}
.border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-zinc-400\/0 {
    border-color: hsla(240, 5%, 65%, 0);
}
.border-zinc-400\/10 {
    border-color: hsla(240, 5%, 65%, 0.1);
}
.border-zinc-400\/100 {
    border-color: #a1a1aa;
}
.border-zinc-400\/15 {
    border-color: hsla(240, 5%, 65%, 0.15);
}
.border-zinc-400\/20 {
    border-color: hsla(240, 5%, 65%, 0.2);
}
.border-zinc-400\/25 {
    border-color: hsla(240, 5%, 65%, 0.25);
}
.border-zinc-400\/30 {
    border-color: hsla(240, 5%, 65%, 0.3);
}
.border-zinc-400\/35 {
    border-color: hsla(240, 5%, 65%, 0.35);
}
.border-zinc-400\/40 {
    border-color: hsla(240, 5%, 65%, 0.4);
}
.border-zinc-400\/45 {
    border-color: hsla(240, 5%, 65%, 0.45);
}
.border-zinc-400\/5 {
    border-color: hsla(240, 5%, 65%, 0.05);
}
.border-zinc-400\/50 {
    border-color: hsla(240, 5%, 65%, 0.5);
}
.border-zinc-400\/55 {
    border-color: hsla(240, 5%, 65%, 0.55);
}
.border-zinc-400\/60 {
    border-color: hsla(240, 5%, 65%, 0.6);
}
.border-zinc-400\/65 {
    border-color: hsla(240, 5%, 65%, 0.65);
}
.border-zinc-400\/70 {
    border-color: hsla(240, 5%, 65%, 0.7);
}
.border-zinc-400\/75 {
    border-color: hsla(240, 5%, 65%, 0.75);
}
.border-zinc-400\/80 {
    border-color: hsla(240, 5%, 65%, 0.8);
}
.border-zinc-400\/85 {
    border-color: hsla(240, 5%, 65%, 0.85);
}
.border-zinc-400\/90 {
    border-color: hsla(240, 5%, 65%, 0.9);
}
.border-zinc-400\/95 {
    border-color: hsla(240, 5%, 65%, 0.95);
}
.border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-zinc-50\/0 {
    border-color: hsla(0, 0%, 98%, 0);
}
.border-zinc-50\/10 {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.border-zinc-50\/100 {
    border-color: #fafafa;
}
.border-zinc-50\/15 {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.border-zinc-50\/20 {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.border-zinc-50\/25 {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.border-zinc-50\/30 {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.border-zinc-50\/35 {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.border-zinc-50\/40 {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.border-zinc-50\/45 {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.border-zinc-50\/5 {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.border-zinc-50\/50 {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.border-zinc-50\/55 {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.border-zinc-50\/60 {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.border-zinc-50\/65 {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.border-zinc-50\/70 {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.border-zinc-50\/75 {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.border-zinc-50\/80 {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.border-zinc-50\/85 {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.border-zinc-50\/90 {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.border-zinc-50\/95 {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-zinc-500\/0 {
    border-color: hsla(240, 4%, 46%, 0);
}
.border-zinc-500\/10 {
    border-color: hsla(240, 4%, 46%, 0.1);
}
.border-zinc-500\/100 {
    border-color: #71717a;
}
.border-zinc-500\/15 {
    border-color: hsla(240, 4%, 46%, 0.15);
}
.border-zinc-500\/20 {
    border-color: hsla(240, 4%, 46%, 0.2);
}
.border-zinc-500\/25 {
    border-color: hsla(240, 4%, 46%, 0.25);
}
.border-zinc-500\/30 {
    border-color: hsla(240, 4%, 46%, 0.3);
}
.border-zinc-500\/35 {
    border-color: hsla(240, 4%, 46%, 0.35);
}
.border-zinc-500\/40 {
    border-color: hsla(240, 4%, 46%, 0.4);
}
.border-zinc-500\/45 {
    border-color: hsla(240, 4%, 46%, 0.45);
}
.border-zinc-500\/5 {
    border-color: hsla(240, 4%, 46%, 0.05);
}
.border-zinc-500\/50 {
    border-color: hsla(240, 4%, 46%, 0.5);
}
.border-zinc-500\/55 {
    border-color: hsla(240, 4%, 46%, 0.55);
}
.border-zinc-500\/60 {
    border-color: hsla(240, 4%, 46%, 0.6);
}
.border-zinc-500\/65 {
    border-color: hsla(240, 4%, 46%, 0.65);
}
.border-zinc-500\/70 {
    border-color: hsla(240, 4%, 46%, 0.7);
}
.border-zinc-500\/75 {
    border-color: hsla(240, 4%, 46%, 0.75);
}
.border-zinc-500\/80 {
    border-color: hsla(240, 4%, 46%, 0.8);
}
.border-zinc-500\/85 {
    border-color: hsla(240, 4%, 46%, 0.85);
}
.border-zinc-500\/90 {
    border-color: hsla(240, 4%, 46%, 0.9);
}
.border-zinc-500\/95 {
    border-color: hsla(240, 4%, 46%, 0.95);
}
.border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-zinc-600\/0 {
    border-color: rgba(82, 82, 91, 0);
}
.border-zinc-600\/10 {
    border-color: rgba(82, 82, 91, 0.1);
}
.border-zinc-600\/100 {
    border-color: #52525b;
}
.border-zinc-600\/15 {
    border-color: rgba(82, 82, 91, 0.15);
}
.border-zinc-600\/20 {
    border-color: rgba(82, 82, 91, 0.2);
}
.border-zinc-600\/25 {
    border-color: rgba(82, 82, 91, 0.25);
}
.border-zinc-600\/30 {
    border-color: rgba(82, 82, 91, 0.3);
}
.border-zinc-600\/35 {
    border-color: rgba(82, 82, 91, 0.35);
}
.border-zinc-600\/40 {
    border-color: rgba(82, 82, 91, 0.4);
}
.border-zinc-600\/45 {
    border-color: rgba(82, 82, 91, 0.45);
}
.border-zinc-600\/5 {
    border-color: rgba(82, 82, 91, 0.05);
}
.border-zinc-600\/50 {
    border-color: rgba(82, 82, 91, 0.5);
}
.border-zinc-600\/55 {
    border-color: rgba(82, 82, 91, 0.55);
}
.border-zinc-600\/60 {
    border-color: rgba(82, 82, 91, 0.6);
}
.border-zinc-600\/65 {
    border-color: rgba(82, 82, 91, 0.65);
}
.border-zinc-600\/70 {
    border-color: rgba(82, 82, 91, 0.7);
}
.border-zinc-600\/75 {
    border-color: rgba(82, 82, 91, 0.75);
}
.border-zinc-600\/80 {
    border-color: rgba(82, 82, 91, 0.8);
}
.border-zinc-600\/85 {
    border-color: rgba(82, 82, 91, 0.85);
}
.border-zinc-600\/90 {
    border-color: rgba(82, 82, 91, 0.9);
}
.border-zinc-600\/95 {
    border-color: rgba(82, 82, 91, 0.95);
}
.border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-zinc-700\/0 {
    border-color: rgba(63, 63, 70, 0);
}
.border-zinc-700\/10 {
    border-color: rgba(63, 63, 70, 0.1);
}
.border-zinc-700\/100 {
    border-color: #3f3f46;
}
.border-zinc-700\/15 {
    border-color: rgba(63, 63, 70, 0.15);
}
.border-zinc-700\/20 {
    border-color: rgba(63, 63, 70, 0.2);
}
.border-zinc-700\/25 {
    border-color: rgba(63, 63, 70, 0.25);
}
.border-zinc-700\/30 {
    border-color: rgba(63, 63, 70, 0.3);
}
.border-zinc-700\/35 {
    border-color: rgba(63, 63, 70, 0.35);
}
.border-zinc-700\/40 {
    border-color: rgba(63, 63, 70, 0.4);
}
.border-zinc-700\/45 {
    border-color: rgba(63, 63, 70, 0.45);
}
.border-zinc-700\/5 {
    border-color: rgba(63, 63, 70, 0.05);
}
.border-zinc-700\/50 {
    border-color: rgba(63, 63, 70, 0.5);
}
.border-zinc-700\/55 {
    border-color: rgba(63, 63, 70, 0.55);
}
.border-zinc-700\/60 {
    border-color: rgba(63, 63, 70, 0.6);
}
.border-zinc-700\/65 {
    border-color: rgba(63, 63, 70, 0.65);
}
.border-zinc-700\/70 {
    border-color: rgba(63, 63, 70, 0.7);
}
.border-zinc-700\/75 {
    border-color: rgba(63, 63, 70, 0.75);
}
.border-zinc-700\/80 {
    border-color: rgba(63, 63, 70, 0.8);
}
.border-zinc-700\/85 {
    border-color: rgba(63, 63, 70, 0.85);
}
.border-zinc-700\/90 {
    border-color: rgba(63, 63, 70, 0.9);
}
.border-zinc-700\/95 {
    border-color: rgba(63, 63, 70, 0.95);
}
.border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-zinc-800\/0 {
    border-color: rgba(39, 39, 42, 0);
}
.border-zinc-800\/10 {
    border-color: rgba(39, 39, 42, 0.1);
}
.border-zinc-800\/100 {
    border-color: #27272a;
}
.border-zinc-800\/15 {
    border-color: rgba(39, 39, 42, 0.15);
}
.border-zinc-800\/20 {
    border-color: rgba(39, 39, 42, 0.2);
}
.border-zinc-800\/25 {
    border-color: rgba(39, 39, 42, 0.25);
}
.border-zinc-800\/30 {
    border-color: rgba(39, 39, 42, 0.3);
}
.border-zinc-800\/35 {
    border-color: rgba(39, 39, 42, 0.35);
}
.border-zinc-800\/40 {
    border-color: rgba(39, 39, 42, 0.4);
}
.border-zinc-800\/45 {
    border-color: rgba(39, 39, 42, 0.45);
}
.border-zinc-800\/5 {
    border-color: rgba(39, 39, 42, 0.05);
}
.border-zinc-800\/50 {
    border-color: rgba(39, 39, 42, 0.5);
}
.border-zinc-800\/55 {
    border-color: rgba(39, 39, 42, 0.55);
}
.border-zinc-800\/60 {
    border-color: rgba(39, 39, 42, 0.6);
}
.border-zinc-800\/65 {
    border-color: rgba(39, 39, 42, 0.65);
}
.border-zinc-800\/70 {
    border-color: rgba(39, 39, 42, 0.7);
}
.border-zinc-800\/75 {
    border-color: rgba(39, 39, 42, 0.75);
}
.border-zinc-800\/80 {
    border-color: rgba(39, 39, 42, 0.8);
}
.border-zinc-800\/85 {
    border-color: rgba(39, 39, 42, 0.85);
}
.border-zinc-800\/90 {
    border-color: rgba(39, 39, 42, 0.9);
}
.border-zinc-800\/95 {
    border-color: rgba(39, 39, 42, 0.95);
}
.border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-zinc-900\/0 {
    border-color: rgba(24, 24, 27, 0);
}
.border-zinc-900\/10 {
    border-color: rgba(24, 24, 27, 0.1);
}
.border-zinc-900\/100 {
    border-color: #18181b;
}
.border-zinc-900\/15 {
    border-color: rgba(24, 24, 27, 0.15);
}
.border-zinc-900\/20 {
    border-color: rgba(24, 24, 27, 0.2);
}
.border-zinc-900\/25 {
    border-color: rgba(24, 24, 27, 0.25);
}
.border-zinc-900\/30 {
    border-color: rgba(24, 24, 27, 0.3);
}
.border-zinc-900\/35 {
    border-color: rgba(24, 24, 27, 0.35);
}
.border-zinc-900\/40 {
    border-color: rgba(24, 24, 27, 0.4);
}
.border-zinc-900\/45 {
    border-color: rgba(24, 24, 27, 0.45);
}
.border-zinc-900\/5 {
    border-color: rgba(24, 24, 27, 0.05);
}
.border-zinc-900\/50 {
    border-color: rgba(24, 24, 27, 0.5);
}
.border-zinc-900\/55 {
    border-color: rgba(24, 24, 27, 0.55);
}
.border-zinc-900\/60 {
    border-color: rgba(24, 24, 27, 0.6);
}
.border-zinc-900\/65 {
    border-color: rgba(24, 24, 27, 0.65);
}
.border-zinc-900\/70 {
    border-color: rgba(24, 24, 27, 0.7);
}
.border-zinc-900\/75 {
    border-color: rgba(24, 24, 27, 0.75);
}
.border-zinc-900\/80 {
    border-color: rgba(24, 24, 27, 0.8);
}
.border-zinc-900\/85 {
    border-color: rgba(24, 24, 27, 0.85);
}
.border-zinc-900\/90 {
    border-color: rgba(24, 24, 27, 0.9);
}
.border-zinc-900\/95 {
    border-color: rgba(24, 24, 27, 0.95);
}
.\!border-l-blue-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-orange-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}
.border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-blue-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 124 248 / var(--tw-border-opacity, 1));
}
.border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-opacity-20 {
    --tw-border-opacity: 0.2;
}
.border-opacity-30 {
    --tw-border-opacity: 0.3;
}
.bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-100\/0 {
    background-color: hsla(48, 96%, 89%, 0);
}
.bg-amber-100\/10 {
    background-color: hsla(48, 96%, 89%, 0.1);
}
.bg-amber-100\/100 {
    background-color: #fef3c7;
}
.bg-amber-100\/15 {
    background-color: hsla(48, 96%, 89%, 0.15);
}
.bg-amber-100\/20 {
    background-color: hsla(48, 96%, 89%, 0.2);
}
.bg-amber-100\/25 {
    background-color: hsla(48, 96%, 89%, 0.25);
}
.bg-amber-100\/30 {
    background-color: hsla(48, 96%, 89%, 0.3);
}
.bg-amber-100\/35 {
    background-color: hsla(48, 96%, 89%, 0.35);
}
.bg-amber-100\/40 {
    background-color: hsla(48, 96%, 89%, 0.4);
}
.bg-amber-100\/45 {
    background-color: hsla(48, 96%, 89%, 0.45);
}
.bg-amber-100\/5 {
    background-color: hsla(48, 96%, 89%, 0.05);
}
.bg-amber-100\/50 {
    background-color: hsla(48, 96%, 89%, 0.5);
}
.bg-amber-100\/55 {
    background-color: hsla(48, 96%, 89%, 0.55);
}
.bg-amber-100\/60 {
    background-color: hsla(48, 96%, 89%, 0.6);
}
.bg-amber-100\/65 {
    background-color: hsla(48, 96%, 89%, 0.65);
}
.bg-amber-100\/70 {
    background-color: hsla(48, 96%, 89%, 0.7);
}
.bg-amber-100\/75 {
    background-color: hsla(48, 96%, 89%, 0.75);
}
.bg-amber-100\/80 {
    background-color: hsla(48, 96%, 89%, 0.8);
}
.bg-amber-100\/85 {
    background-color: hsla(48, 96%, 89%, 0.85);
}
.bg-amber-100\/90 {
    background-color: hsla(48, 96%, 89%, 0.9);
}
.bg-amber-100\/95 {
    background-color: hsla(48, 96%, 89%, 0.95);
}
.bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/0 {
    background-color: hsla(48, 97%, 77%, 0);
}
.bg-amber-200\/10 {
    background-color: hsla(48, 97%, 77%, 0.1);
}
.bg-amber-200\/100 {
    background-color: #fde68a;
}
.bg-amber-200\/15 {
    background-color: hsla(48, 97%, 77%, 0.15);
}
.bg-amber-200\/20 {
    background-color: hsla(48, 97%, 77%, 0.2);
}
.bg-amber-200\/25 {
    background-color: hsla(48, 97%, 77%, 0.25);
}
.bg-amber-200\/30 {
    background-color: hsla(48, 97%, 77%, 0.3);
}
.bg-amber-200\/35 {
    background-color: hsla(48, 97%, 77%, 0.35);
}
.bg-amber-200\/40 {
    background-color: hsla(48, 97%, 77%, 0.4);
}
.bg-amber-200\/45 {
    background-color: hsla(48, 97%, 77%, 0.45);
}
.bg-amber-200\/5 {
    background-color: hsla(48, 97%, 77%, 0.05);
}
.bg-amber-200\/50 {
    background-color: hsla(48, 97%, 77%, 0.5);
}
.bg-amber-200\/55 {
    background-color: hsla(48, 97%, 77%, 0.55);
}
.bg-amber-200\/60 {
    background-color: hsla(48, 97%, 77%, 0.6);
}
.bg-amber-200\/65 {
    background-color: hsla(48, 97%, 77%, 0.65);
}
.bg-amber-200\/70 {
    background-color: hsla(48, 97%, 77%, 0.7);
}
.bg-amber-200\/75 {
    background-color: hsla(48, 97%, 77%, 0.75);
}
.bg-amber-200\/80 {
    background-color: hsla(48, 97%, 77%, 0.8);
}
.bg-amber-200\/85 {
    background-color: hsla(48, 97%, 77%, 0.85);
}
.bg-amber-200\/90 {
    background-color: hsla(48, 97%, 77%, 0.9);
}
.bg-amber-200\/95 {
    background-color: hsla(48, 97%, 77%, 0.95);
}
.bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-300\/0 {
    background-color: rgba(252, 211, 77, 0);
}
.bg-amber-300\/10 {
    background-color: rgba(252, 211, 77, 0.1);
}
.bg-amber-300\/100 {
    background-color: #fcd34d;
}
.bg-amber-300\/15 {
    background-color: rgba(252, 211, 77, 0.15);
}
.bg-amber-300\/20 {
    background-color: rgba(252, 211, 77, 0.2);
}
.bg-amber-300\/25 {
    background-color: rgba(252, 211, 77, 0.25);
}
.bg-amber-300\/30 {
    background-color: rgba(252, 211, 77, 0.3);
}
.bg-amber-300\/35 {
    background-color: rgba(252, 211, 77, 0.35);
}
.bg-amber-300\/40 {
    background-color: rgba(252, 211, 77, 0.4);
}
.bg-amber-300\/45 {
    background-color: rgba(252, 211, 77, 0.45);
}
.bg-amber-300\/5 {
    background-color: rgba(252, 211, 77, 0.05);
}
.bg-amber-300\/50 {
    background-color: rgba(252, 211, 77, 0.5);
}
.bg-amber-300\/55 {
    background-color: rgba(252, 211, 77, 0.55);
}
.bg-amber-300\/60 {
    background-color: rgba(252, 211, 77, 0.6);
}
.bg-amber-300\/65 {
    background-color: rgba(252, 211, 77, 0.65);
}
.bg-amber-300\/70 {
    background-color: rgba(252, 211, 77, 0.7);
}
.bg-amber-300\/75 {
    background-color: rgba(252, 211, 77, 0.75);
}
.bg-amber-300\/80 {
    background-color: rgba(252, 211, 77, 0.8);
}
.bg-amber-300\/85 {
    background-color: rgba(252, 211, 77, 0.85);
}
.bg-amber-300\/90 {
    background-color: rgba(252, 211, 77, 0.9);
}
.bg-amber-300\/95 {
    background-color: rgba(252, 211, 77, 0.95);
}
.bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/0 {
    background-color: rgba(251, 191, 36, 0);
}
.bg-amber-400\/10 {
    background-color: rgba(251, 191, 36, 0.1);
}
.bg-amber-400\/100 {
    background-color: #fbbf24;
}
.bg-amber-400\/15 {
    background-color: rgba(251, 191, 36, 0.15);
}
.bg-amber-400\/20 {
    background-color: rgba(251, 191, 36, 0.2);
}
.bg-amber-400\/25 {
    background-color: rgba(251, 191, 36, 0.25);
}
.bg-amber-400\/30 {
    background-color: rgba(251, 191, 36, 0.3);
}
.bg-amber-400\/35 {
    background-color: rgba(251, 191, 36, 0.35);
}
.bg-amber-400\/40 {
    background-color: rgba(251, 191, 36, 0.4);
}
.bg-amber-400\/45 {
    background-color: rgba(251, 191, 36, 0.45);
}
.bg-amber-400\/5 {
    background-color: rgba(251, 191, 36, 0.05);
}
.bg-amber-400\/50 {
    background-color: rgba(251, 191, 36, 0.5);
}
.bg-amber-400\/55 {
    background-color: rgba(251, 191, 36, 0.55);
}
.bg-amber-400\/60 {
    background-color: rgba(251, 191, 36, 0.6);
}
.bg-amber-400\/65 {
    background-color: rgba(251, 191, 36, 0.65);
}
.bg-amber-400\/70 {
    background-color: rgba(251, 191, 36, 0.7);
}
.bg-amber-400\/75 {
    background-color: rgba(251, 191, 36, 0.75);
}
.bg-amber-400\/80 {
    background-color: rgba(251, 191, 36, 0.8);
}
.bg-amber-400\/85 {
    background-color: rgba(251, 191, 36, 0.85);
}
.bg-amber-400\/90 {
    background-color: rgba(251, 191, 36, 0.9);
}
.bg-amber-400\/95 {
    background-color: rgba(251, 191, 36, 0.95);
}
.bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/0 {
    background-color: rgba(255, 251, 235, 0);
}
.bg-amber-50\/10 {
    background-color: rgba(255, 251, 235, 0.1);
}
.bg-amber-50\/100 {
    background-color: #fffbeb;
}
.bg-amber-50\/15 {
    background-color: rgba(255, 251, 235, 0.15);
}
.bg-amber-50\/20 {
    background-color: rgba(255, 251, 235, 0.2);
}
.bg-amber-50\/25 {
    background-color: rgba(255, 251, 235, 0.25);
}
.bg-amber-50\/30 {
    background-color: rgba(255, 251, 235, 0.3);
}
.bg-amber-50\/35 {
    background-color: rgba(255, 251, 235, 0.35);
}
.bg-amber-50\/40 {
    background-color: rgba(255, 251, 235, 0.4);
}
.bg-amber-50\/45 {
    background-color: rgba(255, 251, 235, 0.45);
}
.bg-amber-50\/5 {
    background-color: rgba(255, 251, 235, 0.05);
}
.bg-amber-50\/50 {
    background-color: rgba(255, 251, 235, 0.5);
}
.bg-amber-50\/55 {
    background-color: rgba(255, 251, 235, 0.55);
}
.bg-amber-50\/60 {
    background-color: rgba(255, 251, 235, 0.6);
}
.bg-amber-50\/65 {
    background-color: rgba(255, 251, 235, 0.65);
}
.bg-amber-50\/70 {
    background-color: rgba(255, 251, 235, 0.7);
}
.bg-amber-50\/75 {
    background-color: rgba(255, 251, 235, 0.75);
}
.bg-amber-50\/80 {
    background-color: rgba(255, 251, 235, 0.8);
}
.bg-amber-50\/85 {
    background-color: rgba(255, 251, 235, 0.85);
}
.bg-amber-50\/90 {
    background-color: rgba(255, 251, 235, 0.9);
}
.bg-amber-50\/95 {
    background-color: rgba(255, 251, 235, 0.95);
}
.bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/0 {
    background-color: rgba(245, 158, 11, 0);
}
.bg-amber-500\/10 {
    background-color: rgba(245, 158, 11, 0.1);
}
.bg-amber-500\/100 {
    background-color: #f59e0b;
}
.bg-amber-500\/15 {
    background-color: rgba(245, 158, 11, 0.15);
}
.bg-amber-500\/20 {
    background-color: rgba(245, 158, 11, 0.2);
}
.bg-amber-500\/25 {
    background-color: rgba(245, 158, 11, 0.25);
}
.bg-amber-500\/30 {
    background-color: rgba(245, 158, 11, 0.3);
}
.bg-amber-500\/35 {
    background-color: rgba(245, 158, 11, 0.35);
}
.bg-amber-500\/40 {
    background-color: rgba(245, 158, 11, 0.4);
}
.bg-amber-500\/45 {
    background-color: rgba(245, 158, 11, 0.45);
}
.bg-amber-500\/5 {
    background-color: rgba(245, 158, 11, 0.05);
}
.bg-amber-500\/50 {
    background-color: rgba(245, 158, 11, 0.5);
}
.bg-amber-500\/55 {
    background-color: rgba(245, 158, 11, 0.55);
}
.bg-amber-500\/60 {
    background-color: rgba(245, 158, 11, 0.6);
}
.bg-amber-500\/65 {
    background-color: rgba(245, 158, 11, 0.65);
}
.bg-amber-500\/70 {
    background-color: rgba(245, 158, 11, 0.7);
}
.bg-amber-500\/75 {
    background-color: rgba(245, 158, 11, 0.75);
}
.bg-amber-500\/80 {
    background-color: rgba(245, 158, 11, 0.8);
}
.bg-amber-500\/85 {
    background-color: rgba(245, 158, 11, 0.85);
}
.bg-amber-500\/90 {
    background-color: rgba(245, 158, 11, 0.9);
}
.bg-amber-500\/95 {
    background-color: rgba(245, 158, 11, 0.95);
}
.bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-amber-600\/0 {
    background-color: rgba(217, 119, 6, 0);
}
.bg-amber-600\/10 {
    background-color: rgba(217, 119, 6, 0.1);
}
.bg-amber-600\/100 {
    background-color: #d97706;
}
.bg-amber-600\/15 {
    background-color: rgba(217, 119, 6, 0.15);
}
.bg-amber-600\/20 {
    background-color: rgba(217, 119, 6, 0.2);
}
.bg-amber-600\/25 {
    background-color: rgba(217, 119, 6, 0.25);
}
.bg-amber-600\/30 {
    background-color: rgba(217, 119, 6, 0.3);
}
.bg-amber-600\/35 {
    background-color: rgba(217, 119, 6, 0.35);
}
.bg-amber-600\/40 {
    background-color: rgba(217, 119, 6, 0.4);
}
.bg-amber-600\/45 {
    background-color: rgba(217, 119, 6, 0.45);
}
.bg-amber-600\/5 {
    background-color: rgba(217, 119, 6, 0.05);
}
.bg-amber-600\/50 {
    background-color: rgba(217, 119, 6, 0.5);
}
.bg-amber-600\/55 {
    background-color: rgba(217, 119, 6, 0.55);
}
.bg-amber-600\/60 {
    background-color: rgba(217, 119, 6, 0.6);
}
.bg-amber-600\/65 {
    background-color: rgba(217, 119, 6, 0.65);
}
.bg-amber-600\/70 {
    background-color: rgba(217, 119, 6, 0.7);
}
.bg-amber-600\/75 {
    background-color: rgba(217, 119, 6, 0.75);
}
.bg-amber-600\/80 {
    background-color: rgba(217, 119, 6, 0.8);
}
.bg-amber-600\/85 {
    background-color: rgba(217, 119, 6, 0.85);
}
.bg-amber-600\/90 {
    background-color: rgba(217, 119, 6, 0.9);
}
.bg-amber-600\/95 {
    background-color: rgba(217, 119, 6, 0.95);
}
.bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-amber-700\/0 {
    background-color: rgba(180, 83, 9, 0);
}
.bg-amber-700\/10 {
    background-color: rgba(180, 83, 9, 0.1);
}
.bg-amber-700\/100 {
    background-color: #b45309;
}
.bg-amber-700\/15 {
    background-color: rgba(180, 83, 9, 0.15);
}
.bg-amber-700\/20 {
    background-color: rgba(180, 83, 9, 0.2);
}
.bg-amber-700\/25 {
    background-color: rgba(180, 83, 9, 0.25);
}
.bg-amber-700\/30 {
    background-color: rgba(180, 83, 9, 0.3);
}
.bg-amber-700\/35 {
    background-color: rgba(180, 83, 9, 0.35);
}
.bg-amber-700\/40 {
    background-color: rgba(180, 83, 9, 0.4);
}
.bg-amber-700\/45 {
    background-color: rgba(180, 83, 9, 0.45);
}
.bg-amber-700\/5 {
    background-color: rgba(180, 83, 9, 0.05);
}
.bg-amber-700\/50 {
    background-color: rgba(180, 83, 9, 0.5);
}
.bg-amber-700\/55 {
    background-color: rgba(180, 83, 9, 0.55);
}
.bg-amber-700\/60 {
    background-color: rgba(180, 83, 9, 0.6);
}
.bg-amber-700\/65 {
    background-color: rgba(180, 83, 9, 0.65);
}
.bg-amber-700\/70 {
    background-color: rgba(180, 83, 9, 0.7);
}
.bg-amber-700\/75 {
    background-color: rgba(180, 83, 9, 0.75);
}
.bg-amber-700\/80 {
    background-color: rgba(180, 83, 9, 0.8);
}
.bg-amber-700\/85 {
    background-color: rgba(180, 83, 9, 0.85);
}
.bg-amber-700\/90 {
    background-color: rgba(180, 83, 9, 0.9);
}
.bg-amber-700\/95 {
    background-color: rgba(180, 83, 9, 0.95);
}
.bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.bg-amber-800\/0 {
    background-color: rgba(146, 64, 14, 0);
}
.bg-amber-800\/10 {
    background-color: rgba(146, 64, 14, 0.1);
}
.bg-amber-800\/100 {
    background-color: #92400e;
}
.bg-amber-800\/15 {
    background-color: rgba(146, 64, 14, 0.15);
}
.bg-amber-800\/20 {
    background-color: rgba(146, 64, 14, 0.2);
}
.bg-amber-800\/25 {
    background-color: rgba(146, 64, 14, 0.25);
}
.bg-amber-800\/30 {
    background-color: rgba(146, 64, 14, 0.3);
}
.bg-amber-800\/35 {
    background-color: rgba(146, 64, 14, 0.35);
}
.bg-amber-800\/40 {
    background-color: rgba(146, 64, 14, 0.4);
}
.bg-amber-800\/45 {
    background-color: rgba(146, 64, 14, 0.45);
}
.bg-amber-800\/5 {
    background-color: rgba(146, 64, 14, 0.05);
}
.bg-amber-800\/50 {
    background-color: rgba(146, 64, 14, 0.5);
}
.bg-amber-800\/55 {
    background-color: rgba(146, 64, 14, 0.55);
}
.bg-amber-800\/60 {
    background-color: rgba(146, 64, 14, 0.6);
}
.bg-amber-800\/65 {
    background-color: rgba(146, 64, 14, 0.65);
}
.bg-amber-800\/70 {
    background-color: rgba(146, 64, 14, 0.7);
}
.bg-amber-800\/75 {
    background-color: rgba(146, 64, 14, 0.75);
}
.bg-amber-800\/80 {
    background-color: rgba(146, 64, 14, 0.8);
}
.bg-amber-800\/85 {
    background-color: rgba(146, 64, 14, 0.85);
}
.bg-amber-800\/90 {
    background-color: rgba(146, 64, 14, 0.9);
}
.bg-amber-800\/95 {
    background-color: rgba(146, 64, 14, 0.95);
}
.bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.bg-amber-900\/0 {
    background-color: rgba(120, 53, 15, 0);
}
.bg-amber-900\/10 {
    background-color: rgba(120, 53, 15, 0.1);
}
.bg-amber-900\/100 {
    background-color: #78350f;
}
.bg-amber-900\/15 {
    background-color: rgba(120, 53, 15, 0.15);
}
.bg-amber-900\/20 {
    background-color: rgba(120, 53, 15, 0.2);
}
.bg-amber-900\/25 {
    background-color: rgba(120, 53, 15, 0.25);
}
.bg-amber-900\/30 {
    background-color: rgba(120, 53, 15, 0.3);
}
.bg-amber-900\/35 {
    background-color: rgba(120, 53, 15, 0.35);
}
.bg-amber-900\/40 {
    background-color: rgba(120, 53, 15, 0.4);
}
.bg-amber-900\/45 {
    background-color: rgba(120, 53, 15, 0.45);
}
.bg-amber-900\/5 {
    background-color: rgba(120, 53, 15, 0.05);
}
.bg-amber-900\/50 {
    background-color: rgba(120, 53, 15, 0.5);
}
.bg-amber-900\/55 {
    background-color: rgba(120, 53, 15, 0.55);
}
.bg-amber-900\/60 {
    background-color: rgba(120, 53, 15, 0.6);
}
.bg-amber-900\/65 {
    background-color: rgba(120, 53, 15, 0.65);
}
.bg-amber-900\/70 {
    background-color: rgba(120, 53, 15, 0.7);
}
.bg-amber-900\/75 {
    background-color: rgba(120, 53, 15, 0.75);
}
.bg-amber-900\/80 {
    background-color: rgba(120, 53, 15, 0.8);
}
.bg-amber-900\/85 {
    background-color: rgba(120, 53, 15, 0.85);
}
.bg-amber-900\/90 {
    background-color: rgba(120, 53, 15, 0.9);
}
.bg-amber-900\/95 {
    background-color: rgba(120, 53, 15, 0.95);
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-100\/0 {
    background-color: rgba(219, 234, 254, 0);
}
.bg-blue-100\/10 {
    background-color: rgba(219, 234, 254, 0.1);
}
.bg-blue-100\/100 {
    background-color: #dbeafe;
}
.bg-blue-100\/15 {
    background-color: rgba(219, 234, 254, 0.15);
}
.bg-blue-100\/20 {
    background-color: rgba(219, 234, 254, 0.2);
}
.bg-blue-100\/25 {
    background-color: rgba(219, 234, 254, 0.25);
}
.bg-blue-100\/30 {
    background-color: rgba(219, 234, 254, 0.3);
}
.bg-blue-100\/35 {
    background-color: rgba(219, 234, 254, 0.35);
}
.bg-blue-100\/40 {
    background-color: rgba(219, 234, 254, 0.4);
}
.bg-blue-100\/45 {
    background-color: rgba(219, 234, 254, 0.45);
}
.bg-blue-100\/5 {
    background-color: rgba(219, 234, 254, 0.05);
}
.bg-blue-100\/50 {
    background-color: rgba(219, 234, 254, 0.5);
}
.bg-blue-100\/55 {
    background-color: rgba(219, 234, 254, 0.55);
}
.bg-blue-100\/60 {
    background-color: rgba(219, 234, 254, 0.6);
}
.bg-blue-100\/65 {
    background-color: rgba(219, 234, 254, 0.65);
}
.bg-blue-100\/70 {
    background-color: rgba(219, 234, 254, 0.7);
}
.bg-blue-100\/75 {
    background-color: rgba(219, 234, 254, 0.75);
}
.bg-blue-100\/80 {
    background-color: rgba(219, 234, 254, 0.8);
}
.bg-blue-100\/85 {
    background-color: rgba(219, 234, 254, 0.85);
}
.bg-blue-100\/90 {
    background-color: rgba(219, 234, 254, 0.9);
}
.bg-blue-100\/95 {
    background-color: rgba(219, 234, 254, 0.95);
}
.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/0 {
    background-color: rgba(191, 219, 254, 0);
}
.bg-blue-200\/10 {
    background-color: rgba(191, 219, 254, 0.1);
}
.bg-blue-200\/100 {
    background-color: #bfdbfe;
}
.bg-blue-200\/15 {
    background-color: rgba(191, 219, 254, 0.15);
}
.bg-blue-200\/20 {
    background-color: rgba(191, 219, 254, 0.2);
}
.bg-blue-200\/25 {
    background-color: rgba(191, 219, 254, 0.25);
}
.bg-blue-200\/30 {
    background-color: rgba(191, 219, 254, 0.3);
}
.bg-blue-200\/35 {
    background-color: rgba(191, 219, 254, 0.35);
}
.bg-blue-200\/40 {
    background-color: rgba(191, 219, 254, 0.4);
}
.bg-blue-200\/45 {
    background-color: rgba(191, 219, 254, 0.45);
}
.bg-blue-200\/5 {
    background-color: rgba(191, 219, 254, 0.05);
}
.bg-blue-200\/50 {
    background-color: rgba(191, 219, 254, 0.5);
}
.bg-blue-200\/55 {
    background-color: rgba(191, 219, 254, 0.55);
}
.bg-blue-200\/60 {
    background-color: rgba(191, 219, 254, 0.6);
}
.bg-blue-200\/65 {
    background-color: rgba(191, 219, 254, 0.65);
}
.bg-blue-200\/70 {
    background-color: rgba(191, 219, 254, 0.7);
}
.bg-blue-200\/75 {
    background-color: rgba(191, 219, 254, 0.75);
}
.bg-blue-200\/80 {
    background-color: rgba(191, 219, 254, 0.8);
}
.bg-blue-200\/85 {
    background-color: rgba(191, 219, 254, 0.85);
}
.bg-blue-200\/90 {
    background-color: rgba(191, 219, 254, 0.9);
}
.bg-blue-200\/95 {
    background-color: rgba(191, 219, 254, 0.95);
}
.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/0 {
    background-color: rgba(147, 197, 253, 0);
}
.bg-blue-300\/10 {
    background-color: rgba(147, 197, 253, 0.1);
}
.bg-blue-300\/100 {
    background-color: #93c5fd;
}
.bg-blue-300\/15 {
    background-color: rgba(147, 197, 253, 0.15);
}
.bg-blue-300\/20 {
    background-color: rgba(147, 197, 253, 0.2);
}
.bg-blue-300\/25 {
    background-color: rgba(147, 197, 253, 0.25);
}
.bg-blue-300\/30 {
    background-color: rgba(147, 197, 253, 0.3);
}
.bg-blue-300\/35 {
    background-color: rgba(147, 197, 253, 0.35);
}
.bg-blue-300\/40 {
    background-color: rgba(147, 197, 253, 0.4);
}
.bg-blue-300\/45 {
    background-color: rgba(147, 197, 253, 0.45);
}
.bg-blue-300\/5 {
    background-color: rgba(147, 197, 253, 0.05);
}
.bg-blue-300\/50 {
    background-color: rgba(147, 197, 253, 0.5);
}
.bg-blue-300\/55 {
    background-color: rgba(147, 197, 253, 0.55);
}
.bg-blue-300\/60 {
    background-color: rgba(147, 197, 253, 0.6);
}
.bg-blue-300\/65 {
    background-color: rgba(147, 197, 253, 0.65);
}
.bg-blue-300\/70 {
    background-color: rgba(147, 197, 253, 0.7);
}
.bg-blue-300\/75 {
    background-color: rgba(147, 197, 253, 0.75);
}
.bg-blue-300\/80 {
    background-color: rgba(147, 197, 253, 0.8);
}
.bg-blue-300\/85 {
    background-color: rgba(147, 197, 253, 0.85);
}
.bg-blue-300\/90 {
    background-color: rgba(147, 197, 253, 0.9);
}
.bg-blue-300\/95 {
    background-color: rgba(147, 197, 253, 0.95);
}
.bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/0 {
    background-color: rgba(96, 165, 250, 0);
}
.bg-blue-400\/10 {
    background-color: rgba(96, 165, 250, 0.1);
}
.bg-blue-400\/100 {
    background-color: #60a5fa;
}
.bg-blue-400\/15 {
    background-color: rgba(96, 165, 250, 0.15);
}
.bg-blue-400\/20 {
    background-color: rgba(96, 165, 250, 0.2);
}
.bg-blue-400\/25 {
    background-color: rgba(96, 165, 250, 0.25);
}
.bg-blue-400\/30 {
    background-color: rgba(96, 165, 250, 0.3);
}
.bg-blue-400\/35 {
    background-color: rgba(96, 165, 250, 0.35);
}
.bg-blue-400\/40 {
    background-color: rgba(96, 165, 250, 0.4);
}
.bg-blue-400\/45 {
    background-color: rgba(96, 165, 250, 0.45);
}
.bg-blue-400\/5 {
    background-color: rgba(96, 165, 250, 0.05);
}
.bg-blue-400\/50 {
    background-color: rgba(96, 165, 250, 0.5);
}
.bg-blue-400\/55 {
    background-color: rgba(96, 165, 250, 0.55);
}
.bg-blue-400\/60 {
    background-color: rgba(96, 165, 250, 0.6);
}
.bg-blue-400\/65 {
    background-color: rgba(96, 165, 250, 0.65);
}
.bg-blue-400\/70 {
    background-color: rgba(96, 165, 250, 0.7);
}
.bg-blue-400\/75 {
    background-color: rgba(96, 165, 250, 0.75);
}
.bg-blue-400\/80 {
    background-color: rgba(96, 165, 250, 0.8);
}
.bg-blue-400\/85 {
    background-color: rgba(96, 165, 250, 0.85);
}
.bg-blue-400\/90 {
    background-color: rgba(96, 165, 250, 0.9);
}
.bg-blue-400\/95 {
    background-color: rgba(96, 165, 250, 0.95);
}
.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/0 {
    background-color: rgba(239, 246, 255, 0);
}
.bg-blue-50\/10 {
    background-color: rgba(239, 246, 255, 0.1);
}
.bg-blue-50\/100 {
    background-color: #eff6ff;
}
.bg-blue-50\/15 {
    background-color: rgba(239, 246, 255, 0.15);
}
.bg-blue-50\/20 {
    background-color: rgba(239, 246, 255, 0.2);
}
.bg-blue-50\/25 {
    background-color: rgba(239, 246, 255, 0.25);
}
.bg-blue-50\/30 {
    background-color: rgba(239, 246, 255, 0.3);
}
.bg-blue-50\/35 {
    background-color: rgba(239, 246, 255, 0.35);
}
.bg-blue-50\/40 {
    background-color: rgba(239, 246, 255, 0.4);
}
.bg-blue-50\/45 {
    background-color: rgba(239, 246, 255, 0.45);
}
.bg-blue-50\/5 {
    background-color: rgba(239, 246, 255, 0.05);
}
.bg-blue-50\/50 {
    background-color: rgba(239, 246, 255, 0.5);
}
.bg-blue-50\/55 {
    background-color: rgba(239, 246, 255, 0.55);
}
.bg-blue-50\/60 {
    background-color: rgba(239, 246, 255, 0.6);
}
.bg-blue-50\/65 {
    background-color: rgba(239, 246, 255, 0.65);
}
.bg-blue-50\/70 {
    background-color: rgba(239, 246, 255, 0.7);
}
.bg-blue-50\/75 {
    background-color: rgba(239, 246, 255, 0.75);
}
.bg-blue-50\/80 {
    background-color: rgba(239, 246, 255, 0.8);
}
.bg-blue-50\/85 {
    background-color: rgba(239, 246, 255, 0.85);
}
.bg-blue-50\/90 {
    background-color: rgba(239, 246, 255, 0.9);
}
.bg-blue-50\/95 {
    background-color: rgba(239, 246, 255, 0.95);
}
.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/0 {
    background-color: rgba(59, 130, 246, 0);
}
.bg-blue-500\/10 {
    background-color: rgba(59, 130, 246, 0.1);
}
.bg-blue-500\/100 {
    background-color: #3b82f6;
}
.bg-blue-500\/15 {
    background-color: rgba(59, 130, 246, 0.15);
}
.bg-blue-500\/20 {
    background-color: rgba(59, 130, 246, 0.2);
}
.bg-blue-500\/25 {
    background-color: rgba(59, 130, 246, 0.25);
}
.bg-blue-500\/30 {
    background-color: rgba(59, 130, 246, 0.3);
}
.bg-blue-500\/35 {
    background-color: rgba(59, 130, 246, 0.35);
}
.bg-blue-500\/40 {
    background-color: rgba(59, 130, 246, 0.4);
}
.bg-blue-500\/45 {
    background-color: rgba(59, 130, 246, 0.45);
}
.bg-blue-500\/5 {
    background-color: rgba(59, 130, 246, 0.05);
}
.bg-blue-500\/50 {
    background-color: rgba(59, 130, 246, 0.5);
}
.bg-blue-500\/55 {
    background-color: rgba(59, 130, 246, 0.55);
}
.bg-blue-500\/60 {
    background-color: rgba(59, 130, 246, 0.6);
}
.bg-blue-500\/65 {
    background-color: rgba(59, 130, 246, 0.65);
}
.bg-blue-500\/70 {
    background-color: rgba(59, 130, 246, 0.7);
}
.bg-blue-500\/75 {
    background-color: rgba(59, 130, 246, 0.75);
}
.bg-blue-500\/80 {
    background-color: rgba(59, 130, 246, 0.8);
}
.bg-blue-500\/85 {
    background-color: rgba(59, 130, 246, 0.85);
}
.bg-blue-500\/90 {
    background-color: rgba(59, 130, 246, 0.9);
}
.bg-blue-500\/95 {
    background-color: rgba(59, 130, 246, 0.95);
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 124 248 / var(--tw-bg-opacity, 1));
}
.bg-blue-600\/0 {
    background-color: rgba(59, 124, 248, 0);
}
.bg-blue-600\/10 {
    background-color: rgba(59, 124, 248, 0.1);
}
.bg-blue-600\/100 {
    background-color: #3b7cf8;
}
.bg-blue-600\/15 {
    background-color: rgba(59, 124, 248, 0.15);
}
.bg-blue-600\/20 {
    background-color: rgba(59, 124, 248, 0.2);
}
.bg-blue-600\/25 {
    background-color: rgba(59, 124, 248, 0.25);
}
.bg-blue-600\/30 {
    background-color: rgba(59, 124, 248, 0.3);
}
.bg-blue-600\/35 {
    background-color: rgba(59, 124, 248, 0.35);
}
.bg-blue-600\/40 {
    background-color: rgba(59, 124, 248, 0.4);
}
.bg-blue-600\/45 {
    background-color: rgba(59, 124, 248, 0.45);
}
.bg-blue-600\/5 {
    background-color: rgba(59, 124, 248, 0.05);
}
.bg-blue-600\/50 {
    background-color: rgba(59, 124, 248, 0.5);
}
.bg-blue-600\/55 {
    background-color: rgba(59, 124, 248, 0.55);
}
.bg-blue-600\/60 {
    background-color: rgba(59, 124, 248, 0.6);
}
.bg-blue-600\/65 {
    background-color: rgba(59, 124, 248, 0.65);
}
.bg-blue-600\/70 {
    background-color: rgba(59, 124, 248, 0.7);
}
.bg-blue-600\/75 {
    background-color: rgba(59, 124, 248, 0.75);
}
.bg-blue-600\/80 {
    background-color: rgba(59, 124, 248, 0.8);
}
.bg-blue-600\/85 {
    background-color: rgba(59, 124, 248, 0.85);
}
.bg-blue-600\/90 {
    background-color: rgba(59, 124, 248, 0.9);
}
.bg-blue-600\/95 {
    background-color: rgba(59, 124, 248, 0.95);
}
.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 98 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700\/0 {
    background-color: rgba(55, 98, 235, 0);
}
.bg-blue-700\/10 {
    background-color: rgba(55, 98, 235, 0.1);
}
.bg-blue-700\/100 {
    background-color: #3762eb;
}
.bg-blue-700\/15 {
    background-color: rgba(55, 98, 235, 0.15);
}
.bg-blue-700\/20 {
    background-color: rgba(55, 98, 235, 0.2);
}
.bg-blue-700\/25 {
    background-color: rgba(55, 98, 235, 0.25);
}
.bg-blue-700\/30 {
    background-color: rgba(55, 98, 235, 0.3);
}
.bg-blue-700\/35 {
    background-color: rgba(55, 98, 235, 0.35);
}
.bg-blue-700\/40 {
    background-color: rgba(55, 98, 235, 0.4);
}
.bg-blue-700\/45 {
    background-color: rgba(55, 98, 235, 0.45);
}
.bg-blue-700\/5 {
    background-color: rgba(55, 98, 235, 0.05);
}
.bg-blue-700\/50 {
    background-color: rgba(55, 98, 235, 0.5);
}
.bg-blue-700\/55 {
    background-color: rgba(55, 98, 235, 0.55);
}
.bg-blue-700\/60 {
    background-color: rgba(55, 98, 235, 0.6);
}
.bg-blue-700\/65 {
    background-color: rgba(55, 98, 235, 0.65);
}
.bg-blue-700\/70 {
    background-color: rgba(55, 98, 235, 0.7);
}
.bg-blue-700\/75 {
    background-color: rgba(55, 98, 235, 0.75);
}
.bg-blue-700\/80 {
    background-color: rgba(55, 98, 235, 0.8);
}
.bg-blue-700\/85 {
    background-color: rgba(55, 98, 235, 0.85);
}
.bg-blue-700\/90 {
    background-color: rgba(55, 98, 235, 0.9);
}
.bg-blue-700\/95 {
    background-color: rgba(55, 98, 235, 0.95);
}
.bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-blue-800\/0 {
    background-color: rgba(30, 64, 175, 0);
}
.bg-blue-800\/10 {
    background-color: rgba(30, 64, 175, 0.1);
}
.bg-blue-800\/100 {
    background-color: #1e40af;
}
.bg-blue-800\/15 {
    background-color: rgba(30, 64, 175, 0.15);
}
.bg-blue-800\/20 {
    background-color: rgba(30, 64, 175, 0.2);
}
.bg-blue-800\/25 {
    background-color: rgba(30, 64, 175, 0.25);
}
.bg-blue-800\/30 {
    background-color: rgba(30, 64, 175, 0.3);
}
.bg-blue-800\/35 {
    background-color: rgba(30, 64, 175, 0.35);
}
.bg-blue-800\/40 {
    background-color: rgba(30, 64, 175, 0.4);
}
.bg-blue-800\/45 {
    background-color: rgba(30, 64, 175, 0.45);
}
.bg-blue-800\/5 {
    background-color: rgba(30, 64, 175, 0.05);
}
.bg-blue-800\/50 {
    background-color: rgba(30, 64, 175, 0.5);
}
.bg-blue-800\/55 {
    background-color: rgba(30, 64, 175, 0.55);
}
.bg-blue-800\/60 {
    background-color: rgba(30, 64, 175, 0.6);
}
.bg-blue-800\/65 {
    background-color: rgba(30, 64, 175, 0.65);
}
.bg-blue-800\/70 {
    background-color: rgba(30, 64, 175, 0.7);
}
.bg-blue-800\/75 {
    background-color: rgba(30, 64, 175, 0.75);
}
.bg-blue-800\/80 {
    background-color: rgba(30, 64, 175, 0.8);
}
.bg-blue-800\/85 {
    background-color: rgba(30, 64, 175, 0.85);
}
.bg-blue-800\/90 {
    background-color: rgba(30, 64, 175, 0.9);
}
.bg-blue-800\/95 {
    background-color: rgba(30, 64, 175, 0.95);
}
.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/0 {
    background-color: rgba(30, 58, 138, 0);
}
.bg-blue-900\/10 {
    background-color: rgba(30, 58, 138, 0.1);
}
.bg-blue-900\/100 {
    background-color: #1e3a8a;
}
.bg-blue-900\/15 {
    background-color: rgba(30, 58, 138, 0.15);
}
.bg-blue-900\/20 {
    background-color: rgba(30, 58, 138, 0.2);
}
.bg-blue-900\/25 {
    background-color: rgba(30, 58, 138, 0.25);
}
.bg-blue-900\/30 {
    background-color: rgba(30, 58, 138, 0.3);
}
.bg-blue-900\/35 {
    background-color: rgba(30, 58, 138, 0.35);
}
.bg-blue-900\/40 {
    background-color: rgba(30, 58, 138, 0.4);
}
.bg-blue-900\/45 {
    background-color: rgba(30, 58, 138, 0.45);
}
.bg-blue-900\/5 {
    background-color: rgba(30, 58, 138, 0.05);
}
.bg-blue-900\/50 {
    background-color: rgba(30, 58, 138, 0.5);
}
.bg-blue-900\/55 {
    background-color: rgba(30, 58, 138, 0.55);
}
.bg-blue-900\/60 {
    background-color: rgba(30, 58, 138, 0.6);
}
.bg-blue-900\/65 {
    background-color: rgba(30, 58, 138, 0.65);
}
.bg-blue-900\/70 {
    background-color: rgba(30, 58, 138, 0.7);
}
.bg-blue-900\/75 {
    background-color: rgba(30, 58, 138, 0.75);
}
.bg-blue-900\/80 {
    background-color: rgba(30, 58, 138, 0.8);
}
.bg-blue-900\/85 {
    background-color: rgba(30, 58, 138, 0.85);
}
.bg-blue-900\/90 {
    background-color: rgba(30, 58, 138, 0.9);
}
.bg-blue-900\/95 {
    background-color: rgba(30, 58, 138, 0.95);
}
.bg-bluegray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-100\/0 {
    background-color: rgba(241, 245, 249, 0);
}
.bg-bluegray-100\/10 {
    background-color: rgba(241, 245, 249, 0.1);
}
.bg-bluegray-100\/100 {
    background-color: #f1f5f9;
}
.bg-bluegray-100\/15 {
    background-color: rgba(241, 245, 249, 0.15);
}
.bg-bluegray-100\/20 {
    background-color: rgba(241, 245, 249, 0.2);
}
.bg-bluegray-100\/25 {
    background-color: rgba(241, 245, 249, 0.25);
}
.bg-bluegray-100\/30 {
    background-color: rgba(241, 245, 249, 0.3);
}
.bg-bluegray-100\/35 {
    background-color: rgba(241, 245, 249, 0.35);
}
.bg-bluegray-100\/40 {
    background-color: rgba(241, 245, 249, 0.4);
}
.bg-bluegray-100\/45 {
    background-color: rgba(241, 245, 249, 0.45);
}
.bg-bluegray-100\/5 {
    background-color: rgba(241, 245, 249, 0.05);
}
.bg-bluegray-100\/50 {
    background-color: rgba(241, 245, 249, 0.5);
}
.bg-bluegray-100\/55 {
    background-color: rgba(241, 245, 249, 0.55);
}
.bg-bluegray-100\/60 {
    background-color: rgba(241, 245, 249, 0.6);
}
.bg-bluegray-100\/65 {
    background-color: rgba(241, 245, 249, 0.65);
}
.bg-bluegray-100\/70 {
    background-color: rgba(241, 245, 249, 0.7);
}
.bg-bluegray-100\/75 {
    background-color: rgba(241, 245, 249, 0.75);
}
.bg-bluegray-100\/80 {
    background-color: rgba(241, 245, 249, 0.8);
}
.bg-bluegray-100\/85 {
    background-color: rgba(241, 245, 249, 0.85);
}
.bg-bluegray-100\/90 {
    background-color: rgba(241, 245, 249, 0.9);
}
.bg-bluegray-100\/95 {
    background-color: rgba(241, 245, 249, 0.95);
}
.bg-bluegray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-200\/0 {
    background-color: rgba(226, 232, 240, 0);
}
.bg-bluegray-200\/10 {
    background-color: rgba(226, 232, 240, 0.1);
}
.bg-bluegray-200\/100 {
    background-color: #e2e8f0;
}
.bg-bluegray-200\/15 {
    background-color: rgba(226, 232, 240, 0.15);
}
.bg-bluegray-200\/20 {
    background-color: rgba(226, 232, 240, 0.2);
}
.bg-bluegray-200\/25 {
    background-color: rgba(226, 232, 240, 0.25);
}
.bg-bluegray-200\/30 {
    background-color: rgba(226, 232, 240, 0.3);
}
.bg-bluegray-200\/35 {
    background-color: rgba(226, 232, 240, 0.35);
}
.bg-bluegray-200\/40 {
    background-color: rgba(226, 232, 240, 0.4);
}
.bg-bluegray-200\/45 {
    background-color: rgba(226, 232, 240, 0.45);
}
.bg-bluegray-200\/5 {
    background-color: rgba(226, 232, 240, 0.05);
}
.bg-bluegray-200\/50 {
    background-color: rgba(226, 232, 240, 0.5);
}
.bg-bluegray-200\/55 {
    background-color: rgba(226, 232, 240, 0.55);
}
.bg-bluegray-200\/60 {
    background-color: rgba(226, 232, 240, 0.6);
}
.bg-bluegray-200\/65 {
    background-color: rgba(226, 232, 240, 0.65);
}
.bg-bluegray-200\/70 {
    background-color: rgba(226, 232, 240, 0.7);
}
.bg-bluegray-200\/75 {
    background-color: rgba(226, 232, 240, 0.75);
}
.bg-bluegray-200\/80 {
    background-color: rgba(226, 232, 240, 0.8);
}
.bg-bluegray-200\/85 {
    background-color: rgba(226, 232, 240, 0.85);
}
.bg-bluegray-200\/90 {
    background-color: rgba(226, 232, 240, 0.9);
}
.bg-bluegray-200\/95 {
    background-color: rgba(226, 232, 240, 0.95);
}
.bg-bluegray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-300\/0 {
    background-color: rgba(203, 213, 225, 0);
}
.bg-bluegray-300\/10 {
    background-color: rgba(203, 213, 225, 0.1);
}
.bg-bluegray-300\/100 {
    background-color: #cbd5e1;
}
.bg-bluegray-300\/15 {
    background-color: rgba(203, 213, 225, 0.15);
}
.bg-bluegray-300\/20 {
    background-color: rgba(203, 213, 225, 0.2);
}
.bg-bluegray-300\/25 {
    background-color: rgba(203, 213, 225, 0.25);
}
.bg-bluegray-300\/30 {
    background-color: rgba(203, 213, 225, 0.3);
}
.bg-bluegray-300\/35 {
    background-color: rgba(203, 213, 225, 0.35);
}
.bg-bluegray-300\/40 {
    background-color: rgba(203, 213, 225, 0.4);
}
.bg-bluegray-300\/45 {
    background-color: rgba(203, 213, 225, 0.45);
}
.bg-bluegray-300\/5 {
    background-color: rgba(203, 213, 225, 0.05);
}
.bg-bluegray-300\/50 {
    background-color: rgba(203, 213, 225, 0.5);
}
.bg-bluegray-300\/55 {
    background-color: rgba(203, 213, 225, 0.55);
}
.bg-bluegray-300\/60 {
    background-color: rgba(203, 213, 225, 0.6);
}
.bg-bluegray-300\/65 {
    background-color: rgba(203, 213, 225, 0.65);
}
.bg-bluegray-300\/70 {
    background-color: rgba(203, 213, 225, 0.7);
}
.bg-bluegray-300\/75 {
    background-color: rgba(203, 213, 225, 0.75);
}
.bg-bluegray-300\/80 {
    background-color: rgba(203, 213, 225, 0.8);
}
.bg-bluegray-300\/85 {
    background-color: rgba(203, 213, 225, 0.85);
}
.bg-bluegray-300\/90 {
    background-color: rgba(203, 213, 225, 0.9);
}
.bg-bluegray-300\/95 {
    background-color: rgba(203, 213, 225, 0.95);
}
.bg-bluegray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-400\/0 {
    background-color: rgba(148, 163, 184, 0);
}
.bg-bluegray-400\/10 {
    background-color: rgba(148, 163, 184, 0.1);
}
.bg-bluegray-400\/100 {
    background-color: #94a3b8;
}
.bg-bluegray-400\/15 {
    background-color: rgba(148, 163, 184, 0.15);
}
.bg-bluegray-400\/20 {
    background-color: rgba(148, 163, 184, 0.2);
}
.bg-bluegray-400\/25 {
    background-color: rgba(148, 163, 184, 0.25);
}
.bg-bluegray-400\/30 {
    background-color: rgba(148, 163, 184, 0.3);
}
.bg-bluegray-400\/35 {
    background-color: rgba(148, 163, 184, 0.35);
}
.bg-bluegray-400\/40 {
    background-color: rgba(148, 163, 184, 0.4);
}
.bg-bluegray-400\/45 {
    background-color: rgba(148, 163, 184, 0.45);
}
.bg-bluegray-400\/5 {
    background-color: rgba(148, 163, 184, 0.05);
}
.bg-bluegray-400\/50 {
    background-color: rgba(148, 163, 184, 0.5);
}
.bg-bluegray-400\/55 {
    background-color: rgba(148, 163, 184, 0.55);
}
.bg-bluegray-400\/60 {
    background-color: rgba(148, 163, 184, 0.6);
}
.bg-bluegray-400\/65 {
    background-color: rgba(148, 163, 184, 0.65);
}
.bg-bluegray-400\/70 {
    background-color: rgba(148, 163, 184, 0.7);
}
.bg-bluegray-400\/75 {
    background-color: rgba(148, 163, 184, 0.75);
}
.bg-bluegray-400\/80 {
    background-color: rgba(148, 163, 184, 0.8);
}
.bg-bluegray-400\/85 {
    background-color: rgba(148, 163, 184, 0.85);
}
.bg-bluegray-400\/90 {
    background-color: rgba(148, 163, 184, 0.9);
}
.bg-bluegray-400\/95 {
    background-color: rgba(148, 163, 184, 0.95);
}
.bg-bluegray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-50\/0 {
    background-color: rgba(248, 250, 252, 0);
}
.bg-bluegray-50\/10 {
    background-color: rgba(248, 250, 252, 0.1);
}
.bg-bluegray-50\/100 {
    background-color: #f8fafc;
}
.bg-bluegray-50\/15 {
    background-color: rgba(248, 250, 252, 0.15);
}
.bg-bluegray-50\/20 {
    background-color: rgba(248, 250, 252, 0.2);
}
.bg-bluegray-50\/25 {
    background-color: rgba(248, 250, 252, 0.25);
}
.bg-bluegray-50\/30 {
    background-color: rgba(248, 250, 252, 0.3);
}
.bg-bluegray-50\/35 {
    background-color: rgba(248, 250, 252, 0.35);
}
.bg-bluegray-50\/40 {
    background-color: rgba(248, 250, 252, 0.4);
}
.bg-bluegray-50\/45 {
    background-color: rgba(248, 250, 252, 0.45);
}
.bg-bluegray-50\/5 {
    background-color: rgba(248, 250, 252, 0.05);
}
.bg-bluegray-50\/50 {
    background-color: rgba(248, 250, 252, 0.5);
}
.bg-bluegray-50\/55 {
    background-color: rgba(248, 250, 252, 0.55);
}
.bg-bluegray-50\/60 {
    background-color: rgba(248, 250, 252, 0.6);
}
.bg-bluegray-50\/65 {
    background-color: rgba(248, 250, 252, 0.65);
}
.bg-bluegray-50\/70 {
    background-color: rgba(248, 250, 252, 0.7);
}
.bg-bluegray-50\/75 {
    background-color: rgba(248, 250, 252, 0.75);
}
.bg-bluegray-50\/80 {
    background-color: rgba(248, 250, 252, 0.8);
}
.bg-bluegray-50\/85 {
    background-color: rgba(248, 250, 252, 0.85);
}
.bg-bluegray-50\/90 {
    background-color: rgba(248, 250, 252, 0.9);
}
.bg-bluegray-50\/95 {
    background-color: rgba(248, 250, 252, 0.95);
}
.bg-bluegray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-500\/0 {
    background-color: rgba(100, 116, 139, 0);
}
.bg-bluegray-500\/10 {
    background-color: rgba(100, 116, 139, 0.1);
}
.bg-bluegray-500\/100 {
    background-color: #64748b;
}
.bg-bluegray-500\/15 {
    background-color: rgba(100, 116, 139, 0.15);
}
.bg-bluegray-500\/20 {
    background-color: rgba(100, 116, 139, 0.2);
}
.bg-bluegray-500\/25 {
    background-color: rgba(100, 116, 139, 0.25);
}
.bg-bluegray-500\/30 {
    background-color: rgba(100, 116, 139, 0.3);
}
.bg-bluegray-500\/35 {
    background-color: rgba(100, 116, 139, 0.35);
}
.bg-bluegray-500\/40 {
    background-color: rgba(100, 116, 139, 0.4);
}
.bg-bluegray-500\/45 {
    background-color: rgba(100, 116, 139, 0.45);
}
.bg-bluegray-500\/5 {
    background-color: rgba(100, 116, 139, 0.05);
}
.bg-bluegray-500\/50 {
    background-color: rgba(100, 116, 139, 0.5);
}
.bg-bluegray-500\/55 {
    background-color: rgba(100, 116, 139, 0.55);
}
.bg-bluegray-500\/60 {
    background-color: rgba(100, 116, 139, 0.6);
}
.bg-bluegray-500\/65 {
    background-color: rgba(100, 116, 139, 0.65);
}
.bg-bluegray-500\/70 {
    background-color: rgba(100, 116, 139, 0.7);
}
.bg-bluegray-500\/75 {
    background-color: rgba(100, 116, 139, 0.75);
}
.bg-bluegray-500\/80 {
    background-color: rgba(100, 116, 139, 0.8);
}
.bg-bluegray-500\/85 {
    background-color: rgba(100, 116, 139, 0.85);
}
.bg-bluegray-500\/90 {
    background-color: rgba(100, 116, 139, 0.9);
}
.bg-bluegray-500\/95 {
    background-color: rgba(100, 116, 139, 0.95);
}
.bg-bluegray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-600\/0 {
    background-color: rgba(71, 85, 105, 0);
}
.bg-bluegray-600\/10 {
    background-color: rgba(71, 85, 105, 0.1);
}
.bg-bluegray-600\/100 {
    background-color: #475569;
}
.bg-bluegray-600\/15 {
    background-color: rgba(71, 85, 105, 0.15);
}
.bg-bluegray-600\/20 {
    background-color: rgba(71, 85, 105, 0.2);
}
.bg-bluegray-600\/25 {
    background-color: rgba(71, 85, 105, 0.25);
}
.bg-bluegray-600\/30 {
    background-color: rgba(71, 85, 105, 0.3);
}
.bg-bluegray-600\/35 {
    background-color: rgba(71, 85, 105, 0.35);
}
.bg-bluegray-600\/40 {
    background-color: rgba(71, 85, 105, 0.4);
}
.bg-bluegray-600\/45 {
    background-color: rgba(71, 85, 105, 0.45);
}
.bg-bluegray-600\/5 {
    background-color: rgba(71, 85, 105, 0.05);
}
.bg-bluegray-600\/50 {
    background-color: rgba(71, 85, 105, 0.5);
}
.bg-bluegray-600\/55 {
    background-color: rgba(71, 85, 105, 0.55);
}
.bg-bluegray-600\/60 {
    background-color: rgba(71, 85, 105, 0.6);
}
.bg-bluegray-600\/65 {
    background-color: rgba(71, 85, 105, 0.65);
}
.bg-bluegray-600\/70 {
    background-color: rgba(71, 85, 105, 0.7);
}
.bg-bluegray-600\/75 {
    background-color: rgba(71, 85, 105, 0.75);
}
.bg-bluegray-600\/80 {
    background-color: rgba(71, 85, 105, 0.8);
}
.bg-bluegray-600\/85 {
    background-color: rgba(71, 85, 105, 0.85);
}
.bg-bluegray-600\/90 {
    background-color: rgba(71, 85, 105, 0.9);
}
.bg-bluegray-600\/95 {
    background-color: rgba(71, 85, 105, 0.95);
}
.bg-bluegray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-700\/0 {
    background-color: rgba(51, 65, 85, 0);
}
.bg-bluegray-700\/10 {
    background-color: rgba(51, 65, 85, 0.1);
}
.bg-bluegray-700\/100 {
    background-color: #334155;
}
.bg-bluegray-700\/15 {
    background-color: rgba(51, 65, 85, 0.15);
}
.bg-bluegray-700\/20 {
    background-color: rgba(51, 65, 85, 0.2);
}
.bg-bluegray-700\/25 {
    background-color: rgba(51, 65, 85, 0.25);
}
.bg-bluegray-700\/30 {
    background-color: rgba(51, 65, 85, 0.3);
}
.bg-bluegray-700\/35 {
    background-color: rgba(51, 65, 85, 0.35);
}
.bg-bluegray-700\/40 {
    background-color: rgba(51, 65, 85, 0.4);
}
.bg-bluegray-700\/45 {
    background-color: rgba(51, 65, 85, 0.45);
}
.bg-bluegray-700\/5 {
    background-color: rgba(51, 65, 85, 0.05);
}
.bg-bluegray-700\/50 {
    background-color: rgba(51, 65, 85, 0.5);
}
.bg-bluegray-700\/55 {
    background-color: rgba(51, 65, 85, 0.55);
}
.bg-bluegray-700\/60 {
    background-color: rgba(51, 65, 85, 0.6);
}
.bg-bluegray-700\/65 {
    background-color: rgba(51, 65, 85, 0.65);
}
.bg-bluegray-700\/70 {
    background-color: rgba(51, 65, 85, 0.7);
}
.bg-bluegray-700\/75 {
    background-color: rgba(51, 65, 85, 0.75);
}
.bg-bluegray-700\/80 {
    background-color: rgba(51, 65, 85, 0.8);
}
.bg-bluegray-700\/85 {
    background-color: rgba(51, 65, 85, 0.85);
}
.bg-bluegray-700\/90 {
    background-color: rgba(51, 65, 85, 0.9);
}
.bg-bluegray-700\/95 {
    background-color: rgba(51, 65, 85, 0.95);
}
.bg-bluegray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-800\/0 {
    background-color: rgba(30, 41, 59, 0);
}
.bg-bluegray-800\/10 {
    background-color: rgba(30, 41, 59, 0.1);
}
.bg-bluegray-800\/100 {
    background-color: #1e293b;
}
.bg-bluegray-800\/15 {
    background-color: rgba(30, 41, 59, 0.15);
}
.bg-bluegray-800\/20 {
    background-color: rgba(30, 41, 59, 0.2);
}
.bg-bluegray-800\/25 {
    background-color: rgba(30, 41, 59, 0.25);
}
.bg-bluegray-800\/30 {
    background-color: rgba(30, 41, 59, 0.3);
}
.bg-bluegray-800\/35 {
    background-color: rgba(30, 41, 59, 0.35);
}
.bg-bluegray-800\/40 {
    background-color: rgba(30, 41, 59, 0.4);
}
.bg-bluegray-800\/45 {
    background-color: rgba(30, 41, 59, 0.45);
}
.bg-bluegray-800\/5 {
    background-color: rgba(30, 41, 59, 0.05);
}
.bg-bluegray-800\/50 {
    background-color: rgba(30, 41, 59, 0.5);
}
.bg-bluegray-800\/55 {
    background-color: rgba(30, 41, 59, 0.55);
}
.bg-bluegray-800\/60 {
    background-color: rgba(30, 41, 59, 0.6);
}
.bg-bluegray-800\/65 {
    background-color: rgba(30, 41, 59, 0.65);
}
.bg-bluegray-800\/70 {
    background-color: rgba(30, 41, 59, 0.7);
}
.bg-bluegray-800\/75 {
    background-color: rgba(30, 41, 59, 0.75);
}
.bg-bluegray-800\/80 {
    background-color: rgba(30, 41, 59, 0.8);
}
.bg-bluegray-800\/85 {
    background-color: rgba(30, 41, 59, 0.85);
}
.bg-bluegray-800\/90 {
    background-color: rgba(30, 41, 59, 0.9);
}
.bg-bluegray-800\/95 {
    background-color: rgba(30, 41, 59, 0.95);
}
.bg-bluegray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-bluegray-900\/0 {
    background-color: rgba(15, 23, 42, 0);
}
.bg-bluegray-900\/10 {
    background-color: rgba(15, 23, 42, 0.1);
}
.bg-bluegray-900\/100 {
    background-color: #0f172a;
}
.bg-bluegray-900\/15 {
    background-color: rgba(15, 23, 42, 0.15);
}
.bg-bluegray-900\/20 {
    background-color: rgba(15, 23, 42, 0.2);
}
.bg-bluegray-900\/25 {
    background-color: rgba(15, 23, 42, 0.25);
}
.bg-bluegray-900\/30 {
    background-color: rgba(15, 23, 42, 0.3);
}
.bg-bluegray-900\/35 {
    background-color: rgba(15, 23, 42, 0.35);
}
.bg-bluegray-900\/40 {
    background-color: rgba(15, 23, 42, 0.4);
}
.bg-bluegray-900\/45 {
    background-color: rgba(15, 23, 42, 0.45);
}
.bg-bluegray-900\/5 {
    background-color: rgba(15, 23, 42, 0.05);
}
.bg-bluegray-900\/50 {
    background-color: rgba(15, 23, 42, 0.5);
}
.bg-bluegray-900\/55 {
    background-color: rgba(15, 23, 42, 0.55);
}
.bg-bluegray-900\/60 {
    background-color: rgba(15, 23, 42, 0.6);
}
.bg-bluegray-900\/65 {
    background-color: rgba(15, 23, 42, 0.65);
}
.bg-bluegray-900\/70 {
    background-color: rgba(15, 23, 42, 0.7);
}
.bg-bluegray-900\/75 {
    background-color: rgba(15, 23, 42, 0.75);
}
.bg-bluegray-900\/80 {
    background-color: rgba(15, 23, 42, 0.8);
}
.bg-bluegray-900\/85 {
    background-color: rgba(15, 23, 42, 0.85);
}
.bg-bluegray-900\/90 {
    background-color: rgba(15, 23, 42, 0.9);
}
.bg-bluegray-900\/95 {
    background-color: rgba(15, 23, 42, 0.95);
}
.bg-coolgray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-100\/0 {
    background-color: rgba(243, 244, 246, 0);
}
.bg-coolgray-100\/10 {
    background-color: rgba(243, 244, 246, 0.1);
}
.bg-coolgray-100\/100 {
    background-color: #f3f4f6;
}
.bg-coolgray-100\/15 {
    background-color: rgba(243, 244, 246, 0.15);
}
.bg-coolgray-100\/20 {
    background-color: rgba(243, 244, 246, 0.2);
}
.bg-coolgray-100\/25 {
    background-color: rgba(243, 244, 246, 0.25);
}
.bg-coolgray-100\/30 {
    background-color: rgba(243, 244, 246, 0.3);
}
.bg-coolgray-100\/35 {
    background-color: rgba(243, 244, 246, 0.35);
}
.bg-coolgray-100\/40 {
    background-color: rgba(243, 244, 246, 0.4);
}
.bg-coolgray-100\/45 {
    background-color: rgba(243, 244, 246, 0.45);
}
.bg-coolgray-100\/5 {
    background-color: rgba(243, 244, 246, 0.05);
}
.bg-coolgray-100\/50 {
    background-color: rgba(243, 244, 246, 0.5);
}
.bg-coolgray-100\/55 {
    background-color: rgba(243, 244, 246, 0.55);
}
.bg-coolgray-100\/60 {
    background-color: rgba(243, 244, 246, 0.6);
}
.bg-coolgray-100\/65 {
    background-color: rgba(243, 244, 246, 0.65);
}
.bg-coolgray-100\/70 {
    background-color: rgba(243, 244, 246, 0.7);
}
.bg-coolgray-100\/75 {
    background-color: rgba(243, 244, 246, 0.75);
}
.bg-coolgray-100\/80 {
    background-color: rgba(243, 244, 246, 0.8);
}
.bg-coolgray-100\/85 {
    background-color: rgba(243, 244, 246, 0.85);
}
.bg-coolgray-100\/90 {
    background-color: rgba(243, 244, 246, 0.9);
}
.bg-coolgray-100\/95 {
    background-color: rgba(243, 244, 246, 0.95);
}
.bg-coolgray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-200\/0 {
    background-color: rgba(229, 231, 235, 0);
}
.bg-coolgray-200\/10 {
    background-color: rgba(229, 231, 235, 0.1);
}
.bg-coolgray-200\/100 {
    background-color: #e5e7eb;
}
.bg-coolgray-200\/15 {
    background-color: rgba(229, 231, 235, 0.15);
}
.bg-coolgray-200\/20 {
    background-color: rgba(229, 231, 235, 0.2);
}
.bg-coolgray-200\/25 {
    background-color: rgba(229, 231, 235, 0.25);
}
.bg-coolgray-200\/30 {
    background-color: rgba(229, 231, 235, 0.3);
}
.bg-coolgray-200\/35 {
    background-color: rgba(229, 231, 235, 0.35);
}
.bg-coolgray-200\/40 {
    background-color: rgba(229, 231, 235, 0.4);
}
.bg-coolgray-200\/45 {
    background-color: rgba(229, 231, 235, 0.45);
}
.bg-coolgray-200\/5 {
    background-color: rgba(229, 231, 235, 0.05);
}
.bg-coolgray-200\/50 {
    background-color: rgba(229, 231, 235, 0.5);
}
.bg-coolgray-200\/55 {
    background-color: rgba(229, 231, 235, 0.55);
}
.bg-coolgray-200\/60 {
    background-color: rgba(229, 231, 235, 0.6);
}
.bg-coolgray-200\/65 {
    background-color: rgba(229, 231, 235, 0.65);
}
.bg-coolgray-200\/70 {
    background-color: rgba(229, 231, 235, 0.7);
}
.bg-coolgray-200\/75 {
    background-color: rgba(229, 231, 235, 0.75);
}
.bg-coolgray-200\/80 {
    background-color: rgba(229, 231, 235, 0.8);
}
.bg-coolgray-200\/85 {
    background-color: rgba(229, 231, 235, 0.85);
}
.bg-coolgray-200\/90 {
    background-color: rgba(229, 231, 235, 0.9);
}
.bg-coolgray-200\/95 {
    background-color: rgba(229, 231, 235, 0.95);
}
.bg-coolgray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-300\/0 {
    background-color: rgba(209, 213, 219, 0);
}
.bg-coolgray-300\/10 {
    background-color: rgba(209, 213, 219, 0.1);
}
.bg-coolgray-300\/100 {
    background-color: #d1d5db;
}
.bg-coolgray-300\/15 {
    background-color: rgba(209, 213, 219, 0.15);
}
.bg-coolgray-300\/20 {
    background-color: rgba(209, 213, 219, 0.2);
}
.bg-coolgray-300\/25 {
    background-color: rgba(209, 213, 219, 0.25);
}
.bg-coolgray-300\/30 {
    background-color: rgba(209, 213, 219, 0.3);
}
.bg-coolgray-300\/35 {
    background-color: rgba(209, 213, 219, 0.35);
}
.bg-coolgray-300\/40 {
    background-color: rgba(209, 213, 219, 0.4);
}
.bg-coolgray-300\/45 {
    background-color: rgba(209, 213, 219, 0.45);
}
.bg-coolgray-300\/5 {
    background-color: rgba(209, 213, 219, 0.05);
}
.bg-coolgray-300\/50 {
    background-color: rgba(209, 213, 219, 0.5);
}
.bg-coolgray-300\/55 {
    background-color: rgba(209, 213, 219, 0.55);
}
.bg-coolgray-300\/60 {
    background-color: rgba(209, 213, 219, 0.6);
}
.bg-coolgray-300\/65 {
    background-color: rgba(209, 213, 219, 0.65);
}
.bg-coolgray-300\/70 {
    background-color: rgba(209, 213, 219, 0.7);
}
.bg-coolgray-300\/75 {
    background-color: rgba(209, 213, 219, 0.75);
}
.bg-coolgray-300\/80 {
    background-color: rgba(209, 213, 219, 0.8);
}
.bg-coolgray-300\/85 {
    background-color: rgba(209, 213, 219, 0.85);
}
.bg-coolgray-300\/90 {
    background-color: rgba(209, 213, 219, 0.9);
}
.bg-coolgray-300\/95 {
    background-color: rgba(209, 213, 219, 0.95);
}
.bg-coolgray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-400\/0 {
    background-color: rgba(156, 163, 175, 0);
}
.bg-coolgray-400\/10 {
    background-color: rgba(156, 163, 175, 0.1);
}
.bg-coolgray-400\/100 {
    background-color: #9ca3af;
}
.bg-coolgray-400\/15 {
    background-color: rgba(156, 163, 175, 0.15);
}
.bg-coolgray-400\/20 {
    background-color: rgba(156, 163, 175, 0.2);
}
.bg-coolgray-400\/25 {
    background-color: rgba(156, 163, 175, 0.25);
}
.bg-coolgray-400\/30 {
    background-color: rgba(156, 163, 175, 0.3);
}
.bg-coolgray-400\/35 {
    background-color: rgba(156, 163, 175, 0.35);
}
.bg-coolgray-400\/40 {
    background-color: rgba(156, 163, 175, 0.4);
}
.bg-coolgray-400\/45 {
    background-color: rgba(156, 163, 175, 0.45);
}
.bg-coolgray-400\/5 {
    background-color: rgba(156, 163, 175, 0.05);
}
.bg-coolgray-400\/50 {
    background-color: rgba(156, 163, 175, 0.5);
}
.bg-coolgray-400\/55 {
    background-color: rgba(156, 163, 175, 0.55);
}
.bg-coolgray-400\/60 {
    background-color: rgba(156, 163, 175, 0.6);
}
.bg-coolgray-400\/65 {
    background-color: rgba(156, 163, 175, 0.65);
}
.bg-coolgray-400\/70 {
    background-color: rgba(156, 163, 175, 0.7);
}
.bg-coolgray-400\/75 {
    background-color: rgba(156, 163, 175, 0.75);
}
.bg-coolgray-400\/80 {
    background-color: rgba(156, 163, 175, 0.8);
}
.bg-coolgray-400\/85 {
    background-color: rgba(156, 163, 175, 0.85);
}
.bg-coolgray-400\/90 {
    background-color: rgba(156, 163, 175, 0.9);
}
.bg-coolgray-400\/95 {
    background-color: rgba(156, 163, 175, 0.95);
}
.bg-coolgray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-50\/0 {
    background-color: rgba(249, 250, 251, 0);
}
.bg-coolgray-50\/10 {
    background-color: rgba(249, 250, 251, 0.1);
}
.bg-coolgray-50\/100 {
    background-color: #f9fafb;
}
.bg-coolgray-50\/15 {
    background-color: rgba(249, 250, 251, 0.15);
}
.bg-coolgray-50\/20 {
    background-color: rgba(249, 250, 251, 0.2);
}
.bg-coolgray-50\/25 {
    background-color: rgba(249, 250, 251, 0.25);
}
.bg-coolgray-50\/30 {
    background-color: rgba(249, 250, 251, 0.3);
}
.bg-coolgray-50\/35 {
    background-color: rgba(249, 250, 251, 0.35);
}
.bg-coolgray-50\/40 {
    background-color: rgba(249, 250, 251, 0.4);
}
.bg-coolgray-50\/45 {
    background-color: rgba(249, 250, 251, 0.45);
}
.bg-coolgray-50\/5 {
    background-color: rgba(249, 250, 251, 0.05);
}
.bg-coolgray-50\/50 {
    background-color: rgba(249, 250, 251, 0.5);
}
.bg-coolgray-50\/55 {
    background-color: rgba(249, 250, 251, 0.55);
}
.bg-coolgray-50\/60 {
    background-color: rgba(249, 250, 251, 0.6);
}
.bg-coolgray-50\/65 {
    background-color: rgba(249, 250, 251, 0.65);
}
.bg-coolgray-50\/70 {
    background-color: rgba(249, 250, 251, 0.7);
}
.bg-coolgray-50\/75 {
    background-color: rgba(249, 250, 251, 0.75);
}
.bg-coolgray-50\/80 {
    background-color: rgba(249, 250, 251, 0.8);
}
.bg-coolgray-50\/85 {
    background-color: rgba(249, 250, 251, 0.85);
}
.bg-coolgray-50\/90 {
    background-color: rgba(249, 250, 251, 0.9);
}
.bg-coolgray-50\/95 {
    background-color: rgba(249, 250, 251, 0.95);
}
.bg-coolgray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-500\/0 {
    background-color: hsla(220, 9%, 46%, 0);
}
.bg-coolgray-500\/10 {
    background-color: hsla(220, 9%, 46%, 0.1);
}
.bg-coolgray-500\/100 {
    background-color: #6b7280;
}
.bg-coolgray-500\/15 {
    background-color: hsla(220, 9%, 46%, 0.15);
}
.bg-coolgray-500\/20 {
    background-color: hsla(220, 9%, 46%, 0.2);
}
.bg-coolgray-500\/25 {
    background-color: hsla(220, 9%, 46%, 0.25);
}
.bg-coolgray-500\/30 {
    background-color: hsla(220, 9%, 46%, 0.3);
}
.bg-coolgray-500\/35 {
    background-color: hsla(220, 9%, 46%, 0.35);
}
.bg-coolgray-500\/40 {
    background-color: hsla(220, 9%, 46%, 0.4);
}
.bg-coolgray-500\/45 {
    background-color: hsla(220, 9%, 46%, 0.45);
}
.bg-coolgray-500\/5 {
    background-color: hsla(220, 9%, 46%, 0.05);
}
.bg-coolgray-500\/50 {
    background-color: hsla(220, 9%, 46%, 0.5);
}
.bg-coolgray-500\/55 {
    background-color: hsla(220, 9%, 46%, 0.55);
}
.bg-coolgray-500\/60 {
    background-color: hsla(220, 9%, 46%, 0.6);
}
.bg-coolgray-500\/65 {
    background-color: hsla(220, 9%, 46%, 0.65);
}
.bg-coolgray-500\/70 {
    background-color: hsla(220, 9%, 46%, 0.7);
}
.bg-coolgray-500\/75 {
    background-color: hsla(220, 9%, 46%, 0.75);
}
.bg-coolgray-500\/80 {
    background-color: hsla(220, 9%, 46%, 0.8);
}
.bg-coolgray-500\/85 {
    background-color: hsla(220, 9%, 46%, 0.85);
}
.bg-coolgray-500\/90 {
    background-color: hsla(220, 9%, 46%, 0.9);
}
.bg-coolgray-500\/95 {
    background-color: hsla(220, 9%, 46%, 0.95);
}
.bg-coolgray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-600\/0 {
    background-color: rgba(75, 85, 99, 0);
}
.bg-coolgray-600\/10 {
    background-color: rgba(75, 85, 99, 0.1);
}
.bg-coolgray-600\/100 {
    background-color: #4b5563;
}
.bg-coolgray-600\/15 {
    background-color: rgba(75, 85, 99, 0.15);
}
.bg-coolgray-600\/20 {
    background-color: rgba(75, 85, 99, 0.2);
}
.bg-coolgray-600\/25 {
    background-color: rgba(75, 85, 99, 0.25);
}
.bg-coolgray-600\/30 {
    background-color: rgba(75, 85, 99, 0.3);
}
.bg-coolgray-600\/35 {
    background-color: rgba(75, 85, 99, 0.35);
}
.bg-coolgray-600\/40 {
    background-color: rgba(75, 85, 99, 0.4);
}
.bg-coolgray-600\/45 {
    background-color: rgba(75, 85, 99, 0.45);
}
.bg-coolgray-600\/5 {
    background-color: rgba(75, 85, 99, 0.05);
}
.bg-coolgray-600\/50 {
    background-color: rgba(75, 85, 99, 0.5);
}
.bg-coolgray-600\/55 {
    background-color: rgba(75, 85, 99, 0.55);
}
.bg-coolgray-600\/60 {
    background-color: rgba(75, 85, 99, 0.6);
}
.bg-coolgray-600\/65 {
    background-color: rgba(75, 85, 99, 0.65);
}
.bg-coolgray-600\/70 {
    background-color: rgba(75, 85, 99, 0.7);
}
.bg-coolgray-600\/75 {
    background-color: rgba(75, 85, 99, 0.75);
}
.bg-coolgray-600\/80 {
    background-color: rgba(75, 85, 99, 0.8);
}
.bg-coolgray-600\/85 {
    background-color: rgba(75, 85, 99, 0.85);
}
.bg-coolgray-600\/90 {
    background-color: rgba(75, 85, 99, 0.9);
}
.bg-coolgray-600\/95 {
    background-color: rgba(75, 85, 99, 0.95);
}
.bg-coolgray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-700\/0 {
    background-color: rgba(55, 65, 81, 0);
}
.bg-coolgray-700\/10 {
    background-color: rgba(55, 65, 81, 0.1);
}
.bg-coolgray-700\/100 {
    background-color: #374151;
}
.bg-coolgray-700\/15 {
    background-color: rgba(55, 65, 81, 0.15);
}
.bg-coolgray-700\/20 {
    background-color: rgba(55, 65, 81, 0.2);
}
.bg-coolgray-700\/25 {
    background-color: rgba(55, 65, 81, 0.25);
}
.bg-coolgray-700\/30 {
    background-color: rgba(55, 65, 81, 0.3);
}
.bg-coolgray-700\/35 {
    background-color: rgba(55, 65, 81, 0.35);
}
.bg-coolgray-700\/40 {
    background-color: rgba(55, 65, 81, 0.4);
}
.bg-coolgray-700\/45 {
    background-color: rgba(55, 65, 81, 0.45);
}
.bg-coolgray-700\/5 {
    background-color: rgba(55, 65, 81, 0.05);
}
.bg-coolgray-700\/50 {
    background-color: rgba(55, 65, 81, 0.5);
}
.bg-coolgray-700\/55 {
    background-color: rgba(55, 65, 81, 0.55);
}
.bg-coolgray-700\/60 {
    background-color: rgba(55, 65, 81, 0.6);
}
.bg-coolgray-700\/65 {
    background-color: rgba(55, 65, 81, 0.65);
}
.bg-coolgray-700\/70 {
    background-color: rgba(55, 65, 81, 0.7);
}
.bg-coolgray-700\/75 {
    background-color: rgba(55, 65, 81, 0.75);
}
.bg-coolgray-700\/80 {
    background-color: rgba(55, 65, 81, 0.8);
}
.bg-coolgray-700\/85 {
    background-color: rgba(55, 65, 81, 0.85);
}
.bg-coolgray-700\/90 {
    background-color: rgba(55, 65, 81, 0.9);
}
.bg-coolgray-700\/95 {
    background-color: rgba(55, 65, 81, 0.95);
}
.bg-coolgray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-800\/0 {
    background-color: rgba(31, 41, 55, 0);
}
.bg-coolgray-800\/10 {
    background-color: rgba(31, 41, 55, 0.1);
}
.bg-coolgray-800\/100 {
    background-color: #1f2937;
}
.bg-coolgray-800\/15 {
    background-color: rgba(31, 41, 55, 0.15);
}
.bg-coolgray-800\/20 {
    background-color: rgba(31, 41, 55, 0.2);
}
.bg-coolgray-800\/25 {
    background-color: rgba(31, 41, 55, 0.25);
}
.bg-coolgray-800\/30 {
    background-color: rgba(31, 41, 55, 0.3);
}
.bg-coolgray-800\/35 {
    background-color: rgba(31, 41, 55, 0.35);
}
.bg-coolgray-800\/40 {
    background-color: rgba(31, 41, 55, 0.4);
}
.bg-coolgray-800\/45 {
    background-color: rgba(31, 41, 55, 0.45);
}
.bg-coolgray-800\/5 {
    background-color: rgba(31, 41, 55, 0.05);
}
.bg-coolgray-800\/50 {
    background-color: rgba(31, 41, 55, 0.5);
}
.bg-coolgray-800\/55 {
    background-color: rgba(31, 41, 55, 0.55);
}
.bg-coolgray-800\/60 {
    background-color: rgba(31, 41, 55, 0.6);
}
.bg-coolgray-800\/65 {
    background-color: rgba(31, 41, 55, 0.65);
}
.bg-coolgray-800\/70 {
    background-color: rgba(31, 41, 55, 0.7);
}
.bg-coolgray-800\/75 {
    background-color: rgba(31, 41, 55, 0.75);
}
.bg-coolgray-800\/80 {
    background-color: rgba(31, 41, 55, 0.8);
}
.bg-coolgray-800\/85 {
    background-color: rgba(31, 41, 55, 0.85);
}
.bg-coolgray-800\/90 {
    background-color: rgba(31, 41, 55, 0.9);
}
.bg-coolgray-800\/95 {
    background-color: rgba(31, 41, 55, 0.95);
}
.bg-coolgray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-coolgray-900\/0 {
    background-color: rgba(17, 24, 39, 0);
}
.bg-coolgray-900\/10 {
    background-color: rgba(17, 24, 39, 0.1);
}
.bg-coolgray-900\/100 {
    background-color: #111827;
}
.bg-coolgray-900\/15 {
    background-color: rgba(17, 24, 39, 0.15);
}
.bg-coolgray-900\/20 {
    background-color: rgba(17, 24, 39, 0.2);
}
.bg-coolgray-900\/25 {
    background-color: rgba(17, 24, 39, 0.25);
}
.bg-coolgray-900\/30 {
    background-color: rgba(17, 24, 39, 0.3);
}
.bg-coolgray-900\/35 {
    background-color: rgba(17, 24, 39, 0.35);
}
.bg-coolgray-900\/40 {
    background-color: rgba(17, 24, 39, 0.4);
}
.bg-coolgray-900\/45 {
    background-color: rgba(17, 24, 39, 0.45);
}
.bg-coolgray-900\/5 {
    background-color: rgba(17, 24, 39, 0.05);
}
.bg-coolgray-900\/50 {
    background-color: rgba(17, 24, 39, 0.5);
}
.bg-coolgray-900\/55 {
    background-color: rgba(17, 24, 39, 0.55);
}
.bg-coolgray-900\/60 {
    background-color: rgba(17, 24, 39, 0.6);
}
.bg-coolgray-900\/65 {
    background-color: rgba(17, 24, 39, 0.65);
}
.bg-coolgray-900\/70 {
    background-color: rgba(17, 24, 39, 0.7);
}
.bg-coolgray-900\/75 {
    background-color: rgba(17, 24, 39, 0.75);
}
.bg-coolgray-900\/80 {
    background-color: rgba(17, 24, 39, 0.8);
}
.bg-coolgray-900\/85 {
    background-color: rgba(17, 24, 39, 0.85);
}
.bg-coolgray-900\/90 {
    background-color: rgba(17, 24, 39, 0.9);
}
.bg-coolgray-900\/95 {
    background-color: rgba(17, 24, 39, 0.95);
}
.bg-current {
    background-color: currentColor;
}
.bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100\/0 {
    background-color: rgba(207, 250, 254, 0);
}
.bg-cyan-100\/10 {
    background-color: rgba(207, 250, 254, 0.1);
}
.bg-cyan-100\/100 {
    background-color: #cffafe;
}
.bg-cyan-100\/15 {
    background-color: rgba(207, 250, 254, 0.15);
}
.bg-cyan-100\/20 {
    background-color: rgba(207, 250, 254, 0.2);
}
.bg-cyan-100\/25 {
    background-color: rgba(207, 250, 254, 0.25);
}
.bg-cyan-100\/30 {
    background-color: rgba(207, 250, 254, 0.3);
}
.bg-cyan-100\/35 {
    background-color: rgba(207, 250, 254, 0.35);
}
.bg-cyan-100\/40 {
    background-color: rgba(207, 250, 254, 0.4);
}
.bg-cyan-100\/45 {
    background-color: rgba(207, 250, 254, 0.45);
}
.bg-cyan-100\/5 {
    background-color: rgba(207, 250, 254, 0.05);
}
.bg-cyan-100\/50 {
    background-color: rgba(207, 250, 254, 0.5);
}
.bg-cyan-100\/55 {
    background-color: rgba(207, 250, 254, 0.55);
}
.bg-cyan-100\/60 {
    background-color: rgba(207, 250, 254, 0.6);
}
.bg-cyan-100\/65 {
    background-color: rgba(207, 250, 254, 0.65);
}
.bg-cyan-100\/70 {
    background-color: rgba(207, 250, 254, 0.7);
}
.bg-cyan-100\/75 {
    background-color: rgba(207, 250, 254, 0.75);
}
.bg-cyan-100\/80 {
    background-color: rgba(207, 250, 254, 0.8);
}
.bg-cyan-100\/85 {
    background-color: rgba(207, 250, 254, 0.85);
}
.bg-cyan-100\/90 {
    background-color: rgba(207, 250, 254, 0.9);
}
.bg-cyan-100\/95 {
    background-color: rgba(207, 250, 254, 0.95);
}
.bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}
.bg-cyan-200\/0 {
    background-color: rgba(165, 243, 252, 0);
}
.bg-cyan-200\/10 {
    background-color: rgba(165, 243, 252, 0.1);
}
.bg-cyan-200\/100 {
    background-color: #a5f3fc;
}
.bg-cyan-200\/15 {
    background-color: rgba(165, 243, 252, 0.15);
}
.bg-cyan-200\/20 {
    background-color: rgba(165, 243, 252, 0.2);
}
.bg-cyan-200\/25 {
    background-color: rgba(165, 243, 252, 0.25);
}
.bg-cyan-200\/30 {
    background-color: rgba(165, 243, 252, 0.3);
}
.bg-cyan-200\/35 {
    background-color: rgba(165, 243, 252, 0.35);
}
.bg-cyan-200\/40 {
    background-color: rgba(165, 243, 252, 0.4);
}
.bg-cyan-200\/45 {
    background-color: rgba(165, 243, 252, 0.45);
}
.bg-cyan-200\/5 {
    background-color: rgba(165, 243, 252, 0.05);
}
.bg-cyan-200\/50 {
    background-color: rgba(165, 243, 252, 0.5);
}
.bg-cyan-200\/55 {
    background-color: rgba(165, 243, 252, 0.55);
}
.bg-cyan-200\/60 {
    background-color: rgba(165, 243, 252, 0.6);
}
.bg-cyan-200\/65 {
    background-color: rgba(165, 243, 252, 0.65);
}
.bg-cyan-200\/70 {
    background-color: rgba(165, 243, 252, 0.7);
}
.bg-cyan-200\/75 {
    background-color: rgba(165, 243, 252, 0.75);
}
.bg-cyan-200\/80 {
    background-color: rgba(165, 243, 252, 0.8);
}
.bg-cyan-200\/85 {
    background-color: rgba(165, 243, 252, 0.85);
}
.bg-cyan-200\/90 {
    background-color: rgba(165, 243, 252, 0.9);
}
.bg-cyan-200\/95 {
    background-color: rgba(165, 243, 252, 0.95);
}
.bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300\/0 {
    background-color: rgba(103, 232, 249, 0);
}
.bg-cyan-300\/10 {
    background-color: rgba(103, 232, 249, 0.1);
}
.bg-cyan-300\/100 {
    background-color: #67e8f9;
}
.bg-cyan-300\/15 {
    background-color: rgba(103, 232, 249, 0.15);
}
.bg-cyan-300\/20 {
    background-color: rgba(103, 232, 249, 0.2);
}
.bg-cyan-300\/25 {
    background-color: rgba(103, 232, 249, 0.25);
}
.bg-cyan-300\/30 {
    background-color: rgba(103, 232, 249, 0.3);
}
.bg-cyan-300\/35 {
    background-color: rgba(103, 232, 249, 0.35);
}
.bg-cyan-300\/40 {
    background-color: rgba(103, 232, 249, 0.4);
}
.bg-cyan-300\/45 {
    background-color: rgba(103, 232, 249, 0.45);
}
.bg-cyan-300\/5 {
    background-color: rgba(103, 232, 249, 0.05);
}
.bg-cyan-300\/50 {
    background-color: rgba(103, 232, 249, 0.5);
}
.bg-cyan-300\/55 {
    background-color: rgba(103, 232, 249, 0.55);
}
.bg-cyan-300\/60 {
    background-color: rgba(103, 232, 249, 0.6);
}
.bg-cyan-300\/65 {
    background-color: rgba(103, 232, 249, 0.65);
}
.bg-cyan-300\/70 {
    background-color: rgba(103, 232, 249, 0.7);
}
.bg-cyan-300\/75 {
    background-color: rgba(103, 232, 249, 0.75);
}
.bg-cyan-300\/80 {
    background-color: rgba(103, 232, 249, 0.8);
}
.bg-cyan-300\/85 {
    background-color: rgba(103, 232, 249, 0.85);
}
.bg-cyan-300\/90 {
    background-color: rgba(103, 232, 249, 0.9);
}
.bg-cyan-300\/95 {
    background-color: rgba(103, 232, 249, 0.95);
}
.bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/0 {
    background-color: rgba(34, 211, 238, 0);
}
.bg-cyan-400\/10 {
    background-color: rgba(34, 211, 238, 0.1);
}
.bg-cyan-400\/100 {
    background-color: #22d3ee;
}
.bg-cyan-400\/15 {
    background-color: rgba(34, 211, 238, 0.15);
}
.bg-cyan-400\/20 {
    background-color: rgba(34, 211, 238, 0.2);
}
.bg-cyan-400\/25 {
    background-color: rgba(34, 211, 238, 0.25);
}
.bg-cyan-400\/30 {
    background-color: rgba(34, 211, 238, 0.3);
}
.bg-cyan-400\/35 {
    background-color: rgba(34, 211, 238, 0.35);
}
.bg-cyan-400\/40 {
    background-color: rgba(34, 211, 238, 0.4);
}
.bg-cyan-400\/45 {
    background-color: rgba(34, 211, 238, 0.45);
}
.bg-cyan-400\/5 {
    background-color: rgba(34, 211, 238, 0.05);
}
.bg-cyan-400\/50 {
    background-color: rgba(34, 211, 238, 0.5);
}
.bg-cyan-400\/55 {
    background-color: rgba(34, 211, 238, 0.55);
}
.bg-cyan-400\/60 {
    background-color: rgba(34, 211, 238, 0.6);
}
.bg-cyan-400\/65 {
    background-color: rgba(34, 211, 238, 0.65);
}
.bg-cyan-400\/70 {
    background-color: rgba(34, 211, 238, 0.7);
}
.bg-cyan-400\/75 {
    background-color: rgba(34, 211, 238, 0.75);
}
.bg-cyan-400\/80 {
    background-color: rgba(34, 211, 238, 0.8);
}
.bg-cyan-400\/85 {
    background-color: rgba(34, 211, 238, 0.85);
}
.bg-cyan-400\/90 {
    background-color: rgba(34, 211, 238, 0.9);
}
.bg-cyan-400\/95 {
    background-color: rgba(34, 211, 238, 0.95);
}
.bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50\/0 {
    background-color: rgba(236, 254, 255, 0);
}
.bg-cyan-50\/10 {
    background-color: rgba(236, 254, 255, 0.1);
}
.bg-cyan-50\/100 {
    background-color: #ecfeff;
}
.bg-cyan-50\/15 {
    background-color: rgba(236, 254, 255, 0.15);
}
.bg-cyan-50\/20 {
    background-color: rgba(236, 254, 255, 0.2);
}
.bg-cyan-50\/25 {
    background-color: rgba(236, 254, 255, 0.25);
}
.bg-cyan-50\/30 {
    background-color: rgba(236, 254, 255, 0.3);
}
.bg-cyan-50\/35 {
    background-color: rgba(236, 254, 255, 0.35);
}
.bg-cyan-50\/40 {
    background-color: rgba(236, 254, 255, 0.4);
}
.bg-cyan-50\/45 {
    background-color: rgba(236, 254, 255, 0.45);
}
.bg-cyan-50\/5 {
    background-color: rgba(236, 254, 255, 0.05);
}
.bg-cyan-50\/50 {
    background-color: rgba(236, 254, 255, 0.5);
}
.bg-cyan-50\/55 {
    background-color: rgba(236, 254, 255, 0.55);
}
.bg-cyan-50\/60 {
    background-color: rgba(236, 254, 255, 0.6);
}
.bg-cyan-50\/65 {
    background-color: rgba(236, 254, 255, 0.65);
}
.bg-cyan-50\/70 {
    background-color: rgba(236, 254, 255, 0.7);
}
.bg-cyan-50\/75 {
    background-color: rgba(236, 254, 255, 0.75);
}
.bg-cyan-50\/80 {
    background-color: rgba(236, 254, 255, 0.8);
}
.bg-cyan-50\/85 {
    background-color: rgba(236, 254, 255, 0.85);
}
.bg-cyan-50\/90 {
    background-color: rgba(236, 254, 255, 0.9);
}
.bg-cyan-50\/95 {
    background-color: rgba(236, 254, 255, 0.95);
}
.bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/0 {
    background-color: rgba(6, 182, 212, 0);
}
.bg-cyan-500\/10 {
    background-color: rgba(6, 182, 212, 0.1);
}
.bg-cyan-500\/100 {
    background-color: #06b6d4;
}
.bg-cyan-500\/15 {
    background-color: rgba(6, 182, 212, 0.15);
}
.bg-cyan-500\/20 {
    background-color: rgba(6, 182, 212, 0.2);
}
.bg-cyan-500\/25 {
    background-color: rgba(6, 182, 212, 0.25);
}
.bg-cyan-500\/30 {
    background-color: rgba(6, 182, 212, 0.3);
}
.bg-cyan-500\/35 {
    background-color: rgba(6, 182, 212, 0.35);
}
.bg-cyan-500\/40 {
    background-color: rgba(6, 182, 212, 0.4);
}
.bg-cyan-500\/45 {
    background-color: rgba(6, 182, 212, 0.45);
}
.bg-cyan-500\/5 {
    background-color: rgba(6, 182, 212, 0.05);
}
.bg-cyan-500\/50 {
    background-color: rgba(6, 182, 212, 0.5);
}
.bg-cyan-500\/55 {
    background-color: rgba(6, 182, 212, 0.55);
}
.bg-cyan-500\/60 {
    background-color: rgba(6, 182, 212, 0.6);
}
.bg-cyan-500\/65 {
    background-color: rgba(6, 182, 212, 0.65);
}
.bg-cyan-500\/70 {
    background-color: rgba(6, 182, 212, 0.7);
}
.bg-cyan-500\/75 {
    background-color: rgba(6, 182, 212, 0.75);
}
.bg-cyan-500\/80 {
    background-color: rgba(6, 182, 212, 0.8);
}
.bg-cyan-500\/85 {
    background-color: rgba(6, 182, 212, 0.85);
}
.bg-cyan-500\/90 {
    background-color: rgba(6, 182, 212, 0.9);
}
.bg-cyan-500\/95 {
    background-color: rgba(6, 182, 212, 0.95);
}
.bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.bg-cyan-600\/0 {
    background-color: rgba(8, 145, 178, 0);
}
.bg-cyan-600\/10 {
    background-color: rgba(8, 145, 178, 0.1);
}
.bg-cyan-600\/100 {
    background-color: #0891b2;
}
.bg-cyan-600\/15 {
    background-color: rgba(8, 145, 178, 0.15);
}
.bg-cyan-600\/20 {
    background-color: rgba(8, 145, 178, 0.2);
}
.bg-cyan-600\/25 {
    background-color: rgba(8, 145, 178, 0.25);
}
.bg-cyan-600\/30 {
    background-color: rgba(8, 145, 178, 0.3);
}
.bg-cyan-600\/35 {
    background-color: rgba(8, 145, 178, 0.35);
}
.bg-cyan-600\/40 {
    background-color: rgba(8, 145, 178, 0.4);
}
.bg-cyan-600\/45 {
    background-color: rgba(8, 145, 178, 0.45);
}
.bg-cyan-600\/5 {
    background-color: rgba(8, 145, 178, 0.05);
}
.bg-cyan-600\/50 {
    background-color: rgba(8, 145, 178, 0.5);
}
.bg-cyan-600\/55 {
    background-color: rgba(8, 145, 178, 0.55);
}
.bg-cyan-600\/60 {
    background-color: rgba(8, 145, 178, 0.6);
}
.bg-cyan-600\/65 {
    background-color: rgba(8, 145, 178, 0.65);
}
.bg-cyan-600\/70 {
    background-color: rgba(8, 145, 178, 0.7);
}
.bg-cyan-600\/75 {
    background-color: rgba(8, 145, 178, 0.75);
}
.bg-cyan-600\/80 {
    background-color: rgba(8, 145, 178, 0.8);
}
.bg-cyan-600\/85 {
    background-color: rgba(8, 145, 178, 0.85);
}
.bg-cyan-600\/90 {
    background-color: rgba(8, 145, 178, 0.9);
}
.bg-cyan-600\/95 {
    background-color: rgba(8, 145, 178, 0.95);
}
.bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.bg-cyan-700\/0 {
    background-color: rgba(14, 116, 144, 0);
}
.bg-cyan-700\/10 {
    background-color: rgba(14, 116, 144, 0.1);
}
.bg-cyan-700\/100 {
    background-color: #0e7490;
}
.bg-cyan-700\/15 {
    background-color: rgba(14, 116, 144, 0.15);
}
.bg-cyan-700\/20 {
    background-color: rgba(14, 116, 144, 0.2);
}
.bg-cyan-700\/25 {
    background-color: rgba(14, 116, 144, 0.25);
}
.bg-cyan-700\/30 {
    background-color: rgba(14, 116, 144, 0.3);
}
.bg-cyan-700\/35 {
    background-color: rgba(14, 116, 144, 0.35);
}
.bg-cyan-700\/40 {
    background-color: rgba(14, 116, 144, 0.4);
}
.bg-cyan-700\/45 {
    background-color: rgba(14, 116, 144, 0.45);
}
.bg-cyan-700\/5 {
    background-color: rgba(14, 116, 144, 0.05);
}
.bg-cyan-700\/50 {
    background-color: rgba(14, 116, 144, 0.5);
}
.bg-cyan-700\/55 {
    background-color: rgba(14, 116, 144, 0.55);
}
.bg-cyan-700\/60 {
    background-color: rgba(14, 116, 144, 0.6);
}
.bg-cyan-700\/65 {
    background-color: rgba(14, 116, 144, 0.65);
}
.bg-cyan-700\/70 {
    background-color: rgba(14, 116, 144, 0.7);
}
.bg-cyan-700\/75 {
    background-color: rgba(14, 116, 144, 0.75);
}
.bg-cyan-700\/80 {
    background-color: rgba(14, 116, 144, 0.8);
}
.bg-cyan-700\/85 {
    background-color: rgba(14, 116, 144, 0.85);
}
.bg-cyan-700\/90 {
    background-color: rgba(14, 116, 144, 0.9);
}
.bg-cyan-700\/95 {
    background-color: rgba(14, 116, 144, 0.95);
}
.bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.bg-cyan-800\/0 {
    background-color: rgba(21, 94, 117, 0);
}
.bg-cyan-800\/10 {
    background-color: rgba(21, 94, 117, 0.1);
}
.bg-cyan-800\/100 {
    background-color: #155e75;
}
.bg-cyan-800\/15 {
    background-color: rgba(21, 94, 117, 0.15);
}
.bg-cyan-800\/20 {
    background-color: rgba(21, 94, 117, 0.2);
}
.bg-cyan-800\/25 {
    background-color: rgba(21, 94, 117, 0.25);
}
.bg-cyan-800\/30 {
    background-color: rgba(21, 94, 117, 0.3);
}
.bg-cyan-800\/35 {
    background-color: rgba(21, 94, 117, 0.35);
}
.bg-cyan-800\/40 {
    background-color: rgba(21, 94, 117, 0.4);
}
.bg-cyan-800\/45 {
    background-color: rgba(21, 94, 117, 0.45);
}
.bg-cyan-800\/5 {
    background-color: rgba(21, 94, 117, 0.05);
}
.bg-cyan-800\/50 {
    background-color: rgba(21, 94, 117, 0.5);
}
.bg-cyan-800\/55 {
    background-color: rgba(21, 94, 117, 0.55);
}
.bg-cyan-800\/60 {
    background-color: rgba(21, 94, 117, 0.6);
}
.bg-cyan-800\/65 {
    background-color: rgba(21, 94, 117, 0.65);
}
.bg-cyan-800\/70 {
    background-color: rgba(21, 94, 117, 0.7);
}
.bg-cyan-800\/75 {
    background-color: rgba(21, 94, 117, 0.75);
}
.bg-cyan-800\/80 {
    background-color: rgba(21, 94, 117, 0.8);
}
.bg-cyan-800\/85 {
    background-color: rgba(21, 94, 117, 0.85);
}
.bg-cyan-800\/90 {
    background-color: rgba(21, 94, 117, 0.9);
}
.bg-cyan-800\/95 {
    background-color: rgba(21, 94, 117, 0.95);
}
.bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}
.bg-cyan-900\/0 {
    background-color: rgba(22, 78, 99, 0);
}
.bg-cyan-900\/10 {
    background-color: rgba(22, 78, 99, 0.1);
}
.bg-cyan-900\/100 {
    background-color: #164e63;
}
.bg-cyan-900\/15 {
    background-color: rgba(22, 78, 99, 0.15);
}
.bg-cyan-900\/20 {
    background-color: rgba(22, 78, 99, 0.2);
}
.bg-cyan-900\/25 {
    background-color: rgba(22, 78, 99, 0.25);
}
.bg-cyan-900\/30 {
    background-color: rgba(22, 78, 99, 0.3);
}
.bg-cyan-900\/35 {
    background-color: rgba(22, 78, 99, 0.35);
}
.bg-cyan-900\/40 {
    background-color: rgba(22, 78, 99, 0.4);
}
.bg-cyan-900\/45 {
    background-color: rgba(22, 78, 99, 0.45);
}
.bg-cyan-900\/5 {
    background-color: rgba(22, 78, 99, 0.05);
}
.bg-cyan-900\/50 {
    background-color: rgba(22, 78, 99, 0.5);
}
.bg-cyan-900\/55 {
    background-color: rgba(22, 78, 99, 0.55);
}
.bg-cyan-900\/60 {
    background-color: rgba(22, 78, 99, 0.6);
}
.bg-cyan-900\/65 {
    background-color: rgba(22, 78, 99, 0.65);
}
.bg-cyan-900\/70 {
    background-color: rgba(22, 78, 99, 0.7);
}
.bg-cyan-900\/75 {
    background-color: rgba(22, 78, 99, 0.75);
}
.bg-cyan-900\/80 {
    background-color: rgba(22, 78, 99, 0.8);
}
.bg-cyan-900\/85 {
    background-color: rgba(22, 78, 99, 0.85);
}
.bg-cyan-900\/90 {
    background-color: rgba(22, 78, 99, 0.9);
}
.bg-cyan-900\/95 {
    background-color: rgba(22, 78, 99, 0.95);
}
.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100\/0 {
    background-color: rgba(209, 250, 229, 0);
}
.bg-emerald-100\/10 {
    background-color: rgba(209, 250, 229, 0.1);
}
.bg-emerald-100\/100 {
    background-color: #d1fae5;
}
.bg-emerald-100\/15 {
    background-color: rgba(209, 250, 229, 0.15);
}
.bg-emerald-100\/20 {
    background-color: rgba(209, 250, 229, 0.2);
}
.bg-emerald-100\/25 {
    background-color: rgba(209, 250, 229, 0.25);
}
.bg-emerald-100\/30 {
    background-color: rgba(209, 250, 229, 0.3);
}
.bg-emerald-100\/35 {
    background-color: rgba(209, 250, 229, 0.35);
}
.bg-emerald-100\/40 {
    background-color: rgba(209, 250, 229, 0.4);
}
.bg-emerald-100\/45 {
    background-color: rgba(209, 250, 229, 0.45);
}
.bg-emerald-100\/5 {
    background-color: rgba(209, 250, 229, 0.05);
}
.bg-emerald-100\/50 {
    background-color: rgba(209, 250, 229, 0.5);
}
.bg-emerald-100\/55 {
    background-color: rgba(209, 250, 229, 0.55);
}
.bg-emerald-100\/60 {
    background-color: rgba(209, 250, 229, 0.6);
}
.bg-emerald-100\/65 {
    background-color: rgba(209, 250, 229, 0.65);
}
.bg-emerald-100\/70 {
    background-color: rgba(209, 250, 229, 0.7);
}
.bg-emerald-100\/75 {
    background-color: rgba(209, 250, 229, 0.75);
}
.bg-emerald-100\/80 {
    background-color: rgba(209, 250, 229, 0.8);
}
.bg-emerald-100\/85 {
    background-color: rgba(209, 250, 229, 0.85);
}
.bg-emerald-100\/90 {
    background-color: rgba(209, 250, 229, 0.9);
}
.bg-emerald-100\/95 {
    background-color: rgba(209, 250, 229, 0.95);
}
.bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-emerald-200\/0 {
    background-color: rgba(167, 243, 208, 0);
}
.bg-emerald-200\/10 {
    background-color: rgba(167, 243, 208, 0.1);
}
.bg-emerald-200\/100 {
    background-color: #a7f3d0;
}
.bg-emerald-200\/15 {
    background-color: rgba(167, 243, 208, 0.15);
}
.bg-emerald-200\/20 {
    background-color: rgba(167, 243, 208, 0.2);
}
.bg-emerald-200\/25 {
    background-color: rgba(167, 243, 208, 0.25);
}
.bg-emerald-200\/30 {
    background-color: rgba(167, 243, 208, 0.3);
}
.bg-emerald-200\/35 {
    background-color: rgba(167, 243, 208, 0.35);
}
.bg-emerald-200\/40 {
    background-color: rgba(167, 243, 208, 0.4);
}
.bg-emerald-200\/45 {
    background-color: rgba(167, 243, 208, 0.45);
}
.bg-emerald-200\/5 {
    background-color: rgba(167, 243, 208, 0.05);
}
.bg-emerald-200\/50 {
    background-color: rgba(167, 243, 208, 0.5);
}
.bg-emerald-200\/55 {
    background-color: rgba(167, 243, 208, 0.55);
}
.bg-emerald-200\/60 {
    background-color: rgba(167, 243, 208, 0.6);
}
.bg-emerald-200\/65 {
    background-color: rgba(167, 243, 208, 0.65);
}
.bg-emerald-200\/70 {
    background-color: rgba(167, 243, 208, 0.7);
}
.bg-emerald-200\/75 {
    background-color: rgba(167, 243, 208, 0.75);
}
.bg-emerald-200\/80 {
    background-color: rgba(167, 243, 208, 0.8);
}
.bg-emerald-200\/85 {
    background-color: rgba(167, 243, 208, 0.85);
}
.bg-emerald-200\/90 {
    background-color: rgba(167, 243, 208, 0.9);
}
.bg-emerald-200\/95 {
    background-color: rgba(167, 243, 208, 0.95);
}
.bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300\/0 {
    background-color: rgba(110, 231, 183, 0);
}
.bg-emerald-300\/10 {
    background-color: rgba(110, 231, 183, 0.1);
}
.bg-emerald-300\/100 {
    background-color: #6ee7b7;
}
.bg-emerald-300\/15 {
    background-color: rgba(110, 231, 183, 0.15);
}
.bg-emerald-300\/20 {
    background-color: rgba(110, 231, 183, 0.2);
}
.bg-emerald-300\/25 {
    background-color: rgba(110, 231, 183, 0.25);
}
.bg-emerald-300\/30 {
    background-color: rgba(110, 231, 183, 0.3);
}
.bg-emerald-300\/35 {
    background-color: rgba(110, 231, 183, 0.35);
}
.bg-emerald-300\/40 {
    background-color: rgba(110, 231, 183, 0.4);
}
.bg-emerald-300\/45 {
    background-color: rgba(110, 231, 183, 0.45);
}
.bg-emerald-300\/5 {
    background-color: rgba(110, 231, 183, 0.05);
}
.bg-emerald-300\/50 {
    background-color: rgba(110, 231, 183, 0.5);
}
.bg-emerald-300\/55 {
    background-color: rgba(110, 231, 183, 0.55);
}
.bg-emerald-300\/60 {
    background-color: rgba(110, 231, 183, 0.6);
}
.bg-emerald-300\/65 {
    background-color: rgba(110, 231, 183, 0.65);
}
.bg-emerald-300\/70 {
    background-color: rgba(110, 231, 183, 0.7);
}
.bg-emerald-300\/75 {
    background-color: rgba(110, 231, 183, 0.75);
}
.bg-emerald-300\/80 {
    background-color: rgba(110, 231, 183, 0.8);
}
.bg-emerald-300\/85 {
    background-color: rgba(110, 231, 183, 0.85);
}
.bg-emerald-300\/90 {
    background-color: rgba(110, 231, 183, 0.9);
}
.bg-emerald-300\/95 {
    background-color: rgba(110, 231, 183, 0.95);
}
.bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/0 {
    background-color: rgba(52, 211, 153, 0);
}
.bg-emerald-400\/10 {
    background-color: rgba(52, 211, 153, 0.1);
}
.bg-emerald-400\/100 {
    background-color: #34d399;
}
.bg-emerald-400\/15 {
    background-color: rgba(52, 211, 153, 0.15);
}
.bg-emerald-400\/20 {
    background-color: rgba(52, 211, 153, 0.2);
}
.bg-emerald-400\/25 {
    background-color: rgba(52, 211, 153, 0.25);
}
.bg-emerald-400\/30 {
    background-color: rgba(52, 211, 153, 0.3);
}
.bg-emerald-400\/35 {
    background-color: rgba(52, 211, 153, 0.35);
}
.bg-emerald-400\/40 {
    background-color: rgba(52, 211, 153, 0.4);
}
.bg-emerald-400\/45 {
    background-color: rgba(52, 211, 153, 0.45);
}
.bg-emerald-400\/5 {
    background-color: rgba(52, 211, 153, 0.05);
}
.bg-emerald-400\/50 {
    background-color: rgba(52, 211, 153, 0.5);
}
.bg-emerald-400\/55 {
    background-color: rgba(52, 211, 153, 0.55);
}
.bg-emerald-400\/60 {
    background-color: rgba(52, 211, 153, 0.6);
}
.bg-emerald-400\/65 {
    background-color: rgba(52, 211, 153, 0.65);
}
.bg-emerald-400\/70 {
    background-color: rgba(52, 211, 153, 0.7);
}
.bg-emerald-400\/75 {
    background-color: rgba(52, 211, 153, 0.75);
}
.bg-emerald-400\/80 {
    background-color: rgba(52, 211, 153, 0.8);
}
.bg-emerald-400\/85 {
    background-color: rgba(52, 211, 153, 0.85);
}
.bg-emerald-400\/90 {
    background-color: rgba(52, 211, 153, 0.9);
}
.bg-emerald-400\/95 {
    background-color: rgba(52, 211, 153, 0.95);
}
.bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/0 {
    background-color: rgba(236, 253, 245, 0);
}
.bg-emerald-50\/10 {
    background-color: rgba(236, 253, 245, 0.1);
}
.bg-emerald-50\/100 {
    background-color: #ecfdf5;
}
.bg-emerald-50\/15 {
    background-color: rgba(236, 253, 245, 0.15);
}
.bg-emerald-50\/20 {
    background-color: rgba(236, 253, 245, 0.2);
}
.bg-emerald-50\/25 {
    background-color: rgba(236, 253, 245, 0.25);
}
.bg-emerald-50\/30 {
    background-color: rgba(236, 253, 245, 0.3);
}
.bg-emerald-50\/35 {
    background-color: rgba(236, 253, 245, 0.35);
}
.bg-emerald-50\/40 {
    background-color: rgba(236, 253, 245, 0.4);
}
.bg-emerald-50\/45 {
    background-color: rgba(236, 253, 245, 0.45);
}
.bg-emerald-50\/5 {
    background-color: rgba(236, 253, 245, 0.05);
}
.bg-emerald-50\/50 {
    background-color: rgba(236, 253, 245, 0.5);
}
.bg-emerald-50\/55 {
    background-color: rgba(236, 253, 245, 0.55);
}
.bg-emerald-50\/60 {
    background-color: rgba(236, 253, 245, 0.6);
}
.bg-emerald-50\/65 {
    background-color: rgba(236, 253, 245, 0.65);
}
.bg-emerald-50\/70 {
    background-color: rgba(236, 253, 245, 0.7);
}
.bg-emerald-50\/75 {
    background-color: rgba(236, 253, 245, 0.75);
}
.bg-emerald-50\/80 {
    background-color: rgba(236, 253, 245, 0.8);
}
.bg-emerald-50\/85 {
    background-color: rgba(236, 253, 245, 0.85);
}
.bg-emerald-50\/90 {
    background-color: rgba(236, 253, 245, 0.9);
}
.bg-emerald-50\/95 {
    background-color: rgba(236, 253, 245, 0.95);
}
.bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/0 {
    background-color: rgba(16, 185, 129, 0);
}
.bg-emerald-500\/10 {
    background-color: rgba(16, 185, 129, 0.1);
}
.bg-emerald-500\/100 {
    background-color: #10b981;
}
.bg-emerald-500\/15 {
    background-color: rgba(16, 185, 129, 0.15);
}
.bg-emerald-500\/20 {
    background-color: rgba(16, 185, 129, 0.2);
}
.bg-emerald-500\/25 {
    background-color: rgba(16, 185, 129, 0.25);
}
.bg-emerald-500\/30 {
    background-color: rgba(16, 185, 129, 0.3);
}
.bg-emerald-500\/35 {
    background-color: rgba(16, 185, 129, 0.35);
}
.bg-emerald-500\/40 {
    background-color: rgba(16, 185, 129, 0.4);
}
.bg-emerald-500\/45 {
    background-color: rgba(16, 185, 129, 0.45);
}
.bg-emerald-500\/5 {
    background-color: rgba(16, 185, 129, 0.05);
}
.bg-emerald-500\/50 {
    background-color: rgba(16, 185, 129, 0.5);
}
.bg-emerald-500\/55 {
    background-color: rgba(16, 185, 129, 0.55);
}
.bg-emerald-500\/60 {
    background-color: rgba(16, 185, 129, 0.6);
}
.bg-emerald-500\/65 {
    background-color: rgba(16, 185, 129, 0.65);
}
.bg-emerald-500\/70 {
    background-color: rgba(16, 185, 129, 0.7);
}
.bg-emerald-500\/75 {
    background-color: rgba(16, 185, 129, 0.75);
}
.bg-emerald-500\/80 {
    background-color: rgba(16, 185, 129, 0.8);
}
.bg-emerald-500\/85 {
    background-color: rgba(16, 185, 129, 0.85);
}
.bg-emerald-500\/90 {
    background-color: rgba(16, 185, 129, 0.9);
}
.bg-emerald-500\/95 {
    background-color: rgba(16, 185, 129, 0.95);
}
.bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600\/0 {
    background-color: rgba(5, 150, 105, 0);
}
.bg-emerald-600\/10 {
    background-color: rgba(5, 150, 105, 0.1);
}
.bg-emerald-600\/100 {
    background-color: #059669;
}
.bg-emerald-600\/15 {
    background-color: rgba(5, 150, 105, 0.15);
}
.bg-emerald-600\/20 {
    background-color: rgba(5, 150, 105, 0.2);
}
.bg-emerald-600\/25 {
    background-color: rgba(5, 150, 105, 0.25);
}
.bg-emerald-600\/30 {
    background-color: rgba(5, 150, 105, 0.3);
}
.bg-emerald-600\/35 {
    background-color: rgba(5, 150, 105, 0.35);
}
.bg-emerald-600\/40 {
    background-color: rgba(5, 150, 105, 0.4);
}
.bg-emerald-600\/45 {
    background-color: rgba(5, 150, 105, 0.45);
}
.bg-emerald-600\/5 {
    background-color: rgba(5, 150, 105, 0.05);
}
.bg-emerald-600\/50 {
    background-color: rgba(5, 150, 105, 0.5);
}
.bg-emerald-600\/55 {
    background-color: rgba(5, 150, 105, 0.55);
}
.bg-emerald-600\/60 {
    background-color: rgba(5, 150, 105, 0.6);
}
.bg-emerald-600\/65 {
    background-color: rgba(5, 150, 105, 0.65);
}
.bg-emerald-600\/70 {
    background-color: rgba(5, 150, 105, 0.7);
}
.bg-emerald-600\/75 {
    background-color: rgba(5, 150, 105, 0.75);
}
.bg-emerald-600\/80 {
    background-color: rgba(5, 150, 105, 0.8);
}
.bg-emerald-600\/85 {
    background-color: rgba(5, 150, 105, 0.85);
}
.bg-emerald-600\/90 {
    background-color: rgba(5, 150, 105, 0.9);
}
.bg-emerald-600\/95 {
    background-color: rgba(5, 150, 105, 0.95);
}
.bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700\/0 {
    background-color: rgba(4, 120, 87, 0);
}
.bg-emerald-700\/10 {
    background-color: rgba(4, 120, 87, 0.1);
}
.bg-emerald-700\/100 {
    background-color: #047857;
}
.bg-emerald-700\/15 {
    background-color: rgba(4, 120, 87, 0.15);
}
.bg-emerald-700\/20 {
    background-color: rgba(4, 120, 87, 0.2);
}
.bg-emerald-700\/25 {
    background-color: rgba(4, 120, 87, 0.25);
}
.bg-emerald-700\/30 {
    background-color: rgba(4, 120, 87, 0.3);
}
.bg-emerald-700\/35 {
    background-color: rgba(4, 120, 87, 0.35);
}
.bg-emerald-700\/40 {
    background-color: rgba(4, 120, 87, 0.4);
}
.bg-emerald-700\/45 {
    background-color: rgba(4, 120, 87, 0.45);
}
.bg-emerald-700\/5 {
    background-color: rgba(4, 120, 87, 0.05);
}
.bg-emerald-700\/50 {
    background-color: rgba(4, 120, 87, 0.5);
}
.bg-emerald-700\/55 {
    background-color: rgba(4, 120, 87, 0.55);
}
.bg-emerald-700\/60 {
    background-color: rgba(4, 120, 87, 0.6);
}
.bg-emerald-700\/65 {
    background-color: rgba(4, 120, 87, 0.65);
}
.bg-emerald-700\/70 {
    background-color: rgba(4, 120, 87, 0.7);
}
.bg-emerald-700\/75 {
    background-color: rgba(4, 120, 87, 0.75);
}
.bg-emerald-700\/80 {
    background-color: rgba(4, 120, 87, 0.8);
}
.bg-emerald-700\/85 {
    background-color: rgba(4, 120, 87, 0.85);
}
.bg-emerald-700\/90 {
    background-color: rgba(4, 120, 87, 0.9);
}
.bg-emerald-700\/95 {
    background-color: rgba(4, 120, 87, 0.95);
}
.bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.bg-emerald-800\/0 {
    background-color: rgba(6, 95, 70, 0);
}
.bg-emerald-800\/10 {
    background-color: rgba(6, 95, 70, 0.1);
}
.bg-emerald-800\/100 {
    background-color: #065f46;
}
.bg-emerald-800\/15 {
    background-color: rgba(6, 95, 70, 0.15);
}
.bg-emerald-800\/20 {
    background-color: rgba(6, 95, 70, 0.2);
}
.bg-emerald-800\/25 {
    background-color: rgba(6, 95, 70, 0.25);
}
.bg-emerald-800\/30 {
    background-color: rgba(6, 95, 70, 0.3);
}
.bg-emerald-800\/35 {
    background-color: rgba(6, 95, 70, 0.35);
}
.bg-emerald-800\/40 {
    background-color: rgba(6, 95, 70, 0.4);
}
.bg-emerald-800\/45 {
    background-color: rgba(6, 95, 70, 0.45);
}
.bg-emerald-800\/5 {
    background-color: rgba(6, 95, 70, 0.05);
}
.bg-emerald-800\/50 {
    background-color: rgba(6, 95, 70, 0.5);
}
.bg-emerald-800\/55 {
    background-color: rgba(6, 95, 70, 0.55);
}
.bg-emerald-800\/60 {
    background-color: rgba(6, 95, 70, 0.6);
}
.bg-emerald-800\/65 {
    background-color: rgba(6, 95, 70, 0.65);
}
.bg-emerald-800\/70 {
    background-color: rgba(6, 95, 70, 0.7);
}
.bg-emerald-800\/75 {
    background-color: rgba(6, 95, 70, 0.75);
}
.bg-emerald-800\/80 {
    background-color: rgba(6, 95, 70, 0.8);
}
.bg-emerald-800\/85 {
    background-color: rgba(6, 95, 70, 0.85);
}
.bg-emerald-800\/90 {
    background-color: rgba(6, 95, 70, 0.9);
}
.bg-emerald-800\/95 {
    background-color: rgba(6, 95, 70, 0.95);
}
.bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.bg-emerald-900\/0 {
    background-color: rgba(6, 78, 59, 0);
}
.bg-emerald-900\/10 {
    background-color: rgba(6, 78, 59, 0.1);
}
.bg-emerald-900\/100 {
    background-color: #064e3b;
}
.bg-emerald-900\/15 {
    background-color: rgba(6, 78, 59, 0.15);
}
.bg-emerald-900\/20 {
    background-color: rgba(6, 78, 59, 0.2);
}
.bg-emerald-900\/25 {
    background-color: rgba(6, 78, 59, 0.25);
}
.bg-emerald-900\/30 {
    background-color: rgba(6, 78, 59, 0.3);
}
.bg-emerald-900\/35 {
    background-color: rgba(6, 78, 59, 0.35);
}
.bg-emerald-900\/40 {
    background-color: rgba(6, 78, 59, 0.4);
}
.bg-emerald-900\/45 {
    background-color: rgba(6, 78, 59, 0.45);
}
.bg-emerald-900\/5 {
    background-color: rgba(6, 78, 59, 0.05);
}
.bg-emerald-900\/50 {
    background-color: rgba(6, 78, 59, 0.5);
}
.bg-emerald-900\/55 {
    background-color: rgba(6, 78, 59, 0.55);
}
.bg-emerald-900\/60 {
    background-color: rgba(6, 78, 59, 0.6);
}
.bg-emerald-900\/65 {
    background-color: rgba(6, 78, 59, 0.65);
}
.bg-emerald-900\/70 {
    background-color: rgba(6, 78, 59, 0.7);
}
.bg-emerald-900\/75 {
    background-color: rgba(6, 78, 59, 0.75);
}
.bg-emerald-900\/80 {
    background-color: rgba(6, 78, 59, 0.8);
}
.bg-emerald-900\/85 {
    background-color: rgba(6, 78, 59, 0.85);
}
.bg-emerald-900\/90 {
    background-color: rgba(6, 78, 59, 0.9);
}
.bg-emerald-900\/95 {
    background-color: rgba(6, 78, 59, 0.95);
}
.bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-100\/0 {
    background-color: rgba(250, 232, 255, 0);
}
.bg-fuchsia-100\/10 {
    background-color: rgba(250, 232, 255, 0.1);
}
.bg-fuchsia-100\/100 {
    background-color: #fae8ff;
}
.bg-fuchsia-100\/15 {
    background-color: rgba(250, 232, 255, 0.15);
}
.bg-fuchsia-100\/20 {
    background-color: rgba(250, 232, 255, 0.2);
}
.bg-fuchsia-100\/25 {
    background-color: rgba(250, 232, 255, 0.25);
}
.bg-fuchsia-100\/30 {
    background-color: rgba(250, 232, 255, 0.3);
}
.bg-fuchsia-100\/35 {
    background-color: rgba(250, 232, 255, 0.35);
}
.bg-fuchsia-100\/40 {
    background-color: rgba(250, 232, 255, 0.4);
}
.bg-fuchsia-100\/45 {
    background-color: rgba(250, 232, 255, 0.45);
}
.bg-fuchsia-100\/5 {
    background-color: rgba(250, 232, 255, 0.05);
}
.bg-fuchsia-100\/50 {
    background-color: rgba(250, 232, 255, 0.5);
}
.bg-fuchsia-100\/55 {
    background-color: rgba(250, 232, 255, 0.55);
}
.bg-fuchsia-100\/60 {
    background-color: rgba(250, 232, 255, 0.6);
}
.bg-fuchsia-100\/65 {
    background-color: rgba(250, 232, 255, 0.65);
}
.bg-fuchsia-100\/70 {
    background-color: rgba(250, 232, 255, 0.7);
}
.bg-fuchsia-100\/75 {
    background-color: rgba(250, 232, 255, 0.75);
}
.bg-fuchsia-100\/80 {
    background-color: rgba(250, 232, 255, 0.8);
}
.bg-fuchsia-100\/85 {
    background-color: rgba(250, 232, 255, 0.85);
}
.bg-fuchsia-100\/90 {
    background-color: rgba(250, 232, 255, 0.9);
}
.bg-fuchsia-100\/95 {
    background-color: rgba(250, 232, 255, 0.95);
}
.bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-200\/0 {
    background-color: rgba(245, 208, 254, 0);
}
.bg-fuchsia-200\/10 {
    background-color: rgba(245, 208, 254, 0.1);
}
.bg-fuchsia-200\/100 {
    background-color: #f5d0fe;
}
.bg-fuchsia-200\/15 {
    background-color: rgba(245, 208, 254, 0.15);
}
.bg-fuchsia-200\/20 {
    background-color: rgba(245, 208, 254, 0.2);
}
.bg-fuchsia-200\/25 {
    background-color: rgba(245, 208, 254, 0.25);
}
.bg-fuchsia-200\/30 {
    background-color: rgba(245, 208, 254, 0.3);
}
.bg-fuchsia-200\/35 {
    background-color: rgba(245, 208, 254, 0.35);
}
.bg-fuchsia-200\/40 {
    background-color: rgba(245, 208, 254, 0.4);
}
.bg-fuchsia-200\/45 {
    background-color: rgba(245, 208, 254, 0.45);
}
.bg-fuchsia-200\/5 {
    background-color: rgba(245, 208, 254, 0.05);
}
.bg-fuchsia-200\/50 {
    background-color: rgba(245, 208, 254, 0.5);
}
.bg-fuchsia-200\/55 {
    background-color: rgba(245, 208, 254, 0.55);
}
.bg-fuchsia-200\/60 {
    background-color: rgba(245, 208, 254, 0.6);
}
.bg-fuchsia-200\/65 {
    background-color: rgba(245, 208, 254, 0.65);
}
.bg-fuchsia-200\/70 {
    background-color: rgba(245, 208, 254, 0.7);
}
.bg-fuchsia-200\/75 {
    background-color: rgba(245, 208, 254, 0.75);
}
.bg-fuchsia-200\/80 {
    background-color: rgba(245, 208, 254, 0.8);
}
.bg-fuchsia-200\/85 {
    background-color: rgba(245, 208, 254, 0.85);
}
.bg-fuchsia-200\/90 {
    background-color: rgba(245, 208, 254, 0.9);
}
.bg-fuchsia-200\/95 {
    background-color: rgba(245, 208, 254, 0.95);
}
.bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-300\/0 {
    background-color: rgba(240, 171, 252, 0);
}
.bg-fuchsia-300\/10 {
    background-color: rgba(240, 171, 252, 0.1);
}
.bg-fuchsia-300\/100 {
    background-color: #f0abfc;
}
.bg-fuchsia-300\/15 {
    background-color: rgba(240, 171, 252, 0.15);
}
.bg-fuchsia-300\/20 {
    background-color: rgba(240, 171, 252, 0.2);
}
.bg-fuchsia-300\/25 {
    background-color: rgba(240, 171, 252, 0.25);
}
.bg-fuchsia-300\/30 {
    background-color: rgba(240, 171, 252, 0.3);
}
.bg-fuchsia-300\/35 {
    background-color: rgba(240, 171, 252, 0.35);
}
.bg-fuchsia-300\/40 {
    background-color: rgba(240, 171, 252, 0.4);
}
.bg-fuchsia-300\/45 {
    background-color: rgba(240, 171, 252, 0.45);
}
.bg-fuchsia-300\/5 {
    background-color: rgba(240, 171, 252, 0.05);
}
.bg-fuchsia-300\/50 {
    background-color: rgba(240, 171, 252, 0.5);
}
.bg-fuchsia-300\/55 {
    background-color: rgba(240, 171, 252, 0.55);
}
.bg-fuchsia-300\/60 {
    background-color: rgba(240, 171, 252, 0.6);
}
.bg-fuchsia-300\/65 {
    background-color: rgba(240, 171, 252, 0.65);
}
.bg-fuchsia-300\/70 {
    background-color: rgba(240, 171, 252, 0.7);
}
.bg-fuchsia-300\/75 {
    background-color: rgba(240, 171, 252, 0.75);
}
.bg-fuchsia-300\/80 {
    background-color: rgba(240, 171, 252, 0.8);
}
.bg-fuchsia-300\/85 {
    background-color: rgba(240, 171, 252, 0.85);
}
.bg-fuchsia-300\/90 {
    background-color: rgba(240, 171, 252, 0.9);
}
.bg-fuchsia-300\/95 {
    background-color: rgba(240, 171, 252, 0.95);
}
.bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-400\/0 {
    background-color: rgba(232, 121, 249, 0);
}
.bg-fuchsia-400\/10 {
    background-color: rgba(232, 121, 249, 0.1);
}
.bg-fuchsia-400\/100 {
    background-color: #e879f9;
}
.bg-fuchsia-400\/15 {
    background-color: rgba(232, 121, 249, 0.15);
}
.bg-fuchsia-400\/20 {
    background-color: rgba(232, 121, 249, 0.2);
}
.bg-fuchsia-400\/25 {
    background-color: rgba(232, 121, 249, 0.25);
}
.bg-fuchsia-400\/30 {
    background-color: rgba(232, 121, 249, 0.3);
}
.bg-fuchsia-400\/35 {
    background-color: rgba(232, 121, 249, 0.35);
}
.bg-fuchsia-400\/40 {
    background-color: rgba(232, 121, 249, 0.4);
}
.bg-fuchsia-400\/45 {
    background-color: rgba(232, 121, 249, 0.45);
}
.bg-fuchsia-400\/5 {
    background-color: rgba(232, 121, 249, 0.05);
}
.bg-fuchsia-400\/50 {
    background-color: rgba(232, 121, 249, 0.5);
}
.bg-fuchsia-400\/55 {
    background-color: rgba(232, 121, 249, 0.55);
}
.bg-fuchsia-400\/60 {
    background-color: rgba(232, 121, 249, 0.6);
}
.bg-fuchsia-400\/65 {
    background-color: rgba(232, 121, 249, 0.65);
}
.bg-fuchsia-400\/70 {
    background-color: rgba(232, 121, 249, 0.7);
}
.bg-fuchsia-400\/75 {
    background-color: rgba(232, 121, 249, 0.75);
}
.bg-fuchsia-400\/80 {
    background-color: rgba(232, 121, 249, 0.8);
}
.bg-fuchsia-400\/85 {
    background-color: rgba(232, 121, 249, 0.85);
}
.bg-fuchsia-400\/90 {
    background-color: rgba(232, 121, 249, 0.9);
}
.bg-fuchsia-400\/95 {
    background-color: rgba(232, 121, 249, 0.95);
}
.bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-50\/0 {
    background-color: rgba(253, 244, 255, 0);
}
.bg-fuchsia-50\/10 {
    background-color: rgba(253, 244, 255, 0.1);
}
.bg-fuchsia-50\/100 {
    background-color: #fdf4ff;
}
.bg-fuchsia-50\/15 {
    background-color: rgba(253, 244, 255, 0.15);
}
.bg-fuchsia-50\/20 {
    background-color: rgba(253, 244, 255, 0.2);
}
.bg-fuchsia-50\/25 {
    background-color: rgba(253, 244, 255, 0.25);
}
.bg-fuchsia-50\/30 {
    background-color: rgba(253, 244, 255, 0.3);
}
.bg-fuchsia-50\/35 {
    background-color: rgba(253, 244, 255, 0.35);
}
.bg-fuchsia-50\/40 {
    background-color: rgba(253, 244, 255, 0.4);
}
.bg-fuchsia-50\/45 {
    background-color: rgba(253, 244, 255, 0.45);
}
.bg-fuchsia-50\/5 {
    background-color: rgba(253, 244, 255, 0.05);
}
.bg-fuchsia-50\/50 {
    background-color: rgba(253, 244, 255, 0.5);
}
.bg-fuchsia-50\/55 {
    background-color: rgba(253, 244, 255, 0.55);
}
.bg-fuchsia-50\/60 {
    background-color: rgba(253, 244, 255, 0.6);
}
.bg-fuchsia-50\/65 {
    background-color: rgba(253, 244, 255, 0.65);
}
.bg-fuchsia-50\/70 {
    background-color: rgba(253, 244, 255, 0.7);
}
.bg-fuchsia-50\/75 {
    background-color: rgba(253, 244, 255, 0.75);
}
.bg-fuchsia-50\/80 {
    background-color: rgba(253, 244, 255, 0.8);
}
.bg-fuchsia-50\/85 {
    background-color: rgba(253, 244, 255, 0.85);
}
.bg-fuchsia-50\/90 {
    background-color: rgba(253, 244, 255, 0.9);
}
.bg-fuchsia-50\/95 {
    background-color: rgba(253, 244, 255, 0.95);
}
.bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-500\/0 {
    background-color: rgba(217, 70, 239, 0);
}
.bg-fuchsia-500\/10 {
    background-color: rgba(217, 70, 239, 0.1);
}
.bg-fuchsia-500\/100 {
    background-color: #d946ef;
}
.bg-fuchsia-500\/15 {
    background-color: rgba(217, 70, 239, 0.15);
}
.bg-fuchsia-500\/20 {
    background-color: rgba(217, 70, 239, 0.2);
}
.bg-fuchsia-500\/25 {
    background-color: rgba(217, 70, 239, 0.25);
}
.bg-fuchsia-500\/30 {
    background-color: rgba(217, 70, 239, 0.3);
}
.bg-fuchsia-500\/35 {
    background-color: rgba(217, 70, 239, 0.35);
}
.bg-fuchsia-500\/40 {
    background-color: rgba(217, 70, 239, 0.4);
}
.bg-fuchsia-500\/45 {
    background-color: rgba(217, 70, 239, 0.45);
}
.bg-fuchsia-500\/5 {
    background-color: rgba(217, 70, 239, 0.05);
}
.bg-fuchsia-500\/50 {
    background-color: rgba(217, 70, 239, 0.5);
}
.bg-fuchsia-500\/55 {
    background-color: rgba(217, 70, 239, 0.55);
}
.bg-fuchsia-500\/60 {
    background-color: rgba(217, 70, 239, 0.6);
}
.bg-fuchsia-500\/65 {
    background-color: rgba(217, 70, 239, 0.65);
}
.bg-fuchsia-500\/70 {
    background-color: rgba(217, 70, 239, 0.7);
}
.bg-fuchsia-500\/75 {
    background-color: rgba(217, 70, 239, 0.75);
}
.bg-fuchsia-500\/80 {
    background-color: rgba(217, 70, 239, 0.8);
}
.bg-fuchsia-500\/85 {
    background-color: rgba(217, 70, 239, 0.85);
}
.bg-fuchsia-500\/90 {
    background-color: rgba(217, 70, 239, 0.9);
}
.bg-fuchsia-500\/95 {
    background-color: rgba(217, 70, 239, 0.95);
}
.bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-600\/0 {
    background-color: rgba(192, 38, 211, 0);
}
.bg-fuchsia-600\/10 {
    background-color: rgba(192, 38, 211, 0.1);
}
.bg-fuchsia-600\/100 {
    background-color: #c026d3;
}
.bg-fuchsia-600\/15 {
    background-color: rgba(192, 38, 211, 0.15);
}
.bg-fuchsia-600\/20 {
    background-color: rgba(192, 38, 211, 0.2);
}
.bg-fuchsia-600\/25 {
    background-color: rgba(192, 38, 211, 0.25);
}
.bg-fuchsia-600\/30 {
    background-color: rgba(192, 38, 211, 0.3);
}
.bg-fuchsia-600\/35 {
    background-color: rgba(192, 38, 211, 0.35);
}
.bg-fuchsia-600\/40 {
    background-color: rgba(192, 38, 211, 0.4);
}
.bg-fuchsia-600\/45 {
    background-color: rgba(192, 38, 211, 0.45);
}
.bg-fuchsia-600\/5 {
    background-color: rgba(192, 38, 211, 0.05);
}
.bg-fuchsia-600\/50 {
    background-color: rgba(192, 38, 211, 0.5);
}
.bg-fuchsia-600\/55 {
    background-color: rgba(192, 38, 211, 0.55);
}
.bg-fuchsia-600\/60 {
    background-color: rgba(192, 38, 211, 0.6);
}
.bg-fuchsia-600\/65 {
    background-color: rgba(192, 38, 211, 0.65);
}
.bg-fuchsia-600\/70 {
    background-color: rgba(192, 38, 211, 0.7);
}
.bg-fuchsia-600\/75 {
    background-color: rgba(192, 38, 211, 0.75);
}
.bg-fuchsia-600\/80 {
    background-color: rgba(192, 38, 211, 0.8);
}
.bg-fuchsia-600\/85 {
    background-color: rgba(192, 38, 211, 0.85);
}
.bg-fuchsia-600\/90 {
    background-color: rgba(192, 38, 211, 0.9);
}
.bg-fuchsia-600\/95 {
    background-color: rgba(192, 38, 211, 0.95);
}
.bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-700\/0 {
    background-color: rgba(162, 28, 175, 0);
}
.bg-fuchsia-700\/10 {
    background-color: rgba(162, 28, 175, 0.1);
}
.bg-fuchsia-700\/100 {
    background-color: #a21caf;
}
.bg-fuchsia-700\/15 {
    background-color: rgba(162, 28, 175, 0.15);
}
.bg-fuchsia-700\/20 {
    background-color: rgba(162, 28, 175, 0.2);
}
.bg-fuchsia-700\/25 {
    background-color: rgba(162, 28, 175, 0.25);
}
.bg-fuchsia-700\/30 {
    background-color: rgba(162, 28, 175, 0.3);
}
.bg-fuchsia-700\/35 {
    background-color: rgba(162, 28, 175, 0.35);
}
.bg-fuchsia-700\/40 {
    background-color: rgba(162, 28, 175, 0.4);
}
.bg-fuchsia-700\/45 {
    background-color: rgba(162, 28, 175, 0.45);
}
.bg-fuchsia-700\/5 {
    background-color: rgba(162, 28, 175, 0.05);
}
.bg-fuchsia-700\/50 {
    background-color: rgba(162, 28, 175, 0.5);
}
.bg-fuchsia-700\/55 {
    background-color: rgba(162, 28, 175, 0.55);
}
.bg-fuchsia-700\/60 {
    background-color: rgba(162, 28, 175, 0.6);
}
.bg-fuchsia-700\/65 {
    background-color: rgba(162, 28, 175, 0.65);
}
.bg-fuchsia-700\/70 {
    background-color: rgba(162, 28, 175, 0.7);
}
.bg-fuchsia-700\/75 {
    background-color: rgba(162, 28, 175, 0.75);
}
.bg-fuchsia-700\/80 {
    background-color: rgba(162, 28, 175, 0.8);
}
.bg-fuchsia-700\/85 {
    background-color: rgba(162, 28, 175, 0.85);
}
.bg-fuchsia-700\/90 {
    background-color: rgba(162, 28, 175, 0.9);
}
.bg-fuchsia-700\/95 {
    background-color: rgba(162, 28, 175, 0.95);
}
.bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-800\/0 {
    background-color: rgba(134, 25, 143, 0);
}
.bg-fuchsia-800\/10 {
    background-color: rgba(134, 25, 143, 0.1);
}
.bg-fuchsia-800\/100 {
    background-color: #86198f;
}
.bg-fuchsia-800\/15 {
    background-color: rgba(134, 25, 143, 0.15);
}
.bg-fuchsia-800\/20 {
    background-color: rgba(134, 25, 143, 0.2);
}
.bg-fuchsia-800\/25 {
    background-color: rgba(134, 25, 143, 0.25);
}
.bg-fuchsia-800\/30 {
    background-color: rgba(134, 25, 143, 0.3);
}
.bg-fuchsia-800\/35 {
    background-color: rgba(134, 25, 143, 0.35);
}
.bg-fuchsia-800\/40 {
    background-color: rgba(134, 25, 143, 0.4);
}
.bg-fuchsia-800\/45 {
    background-color: rgba(134, 25, 143, 0.45);
}
.bg-fuchsia-800\/5 {
    background-color: rgba(134, 25, 143, 0.05);
}
.bg-fuchsia-800\/50 {
    background-color: rgba(134, 25, 143, 0.5);
}
.bg-fuchsia-800\/55 {
    background-color: rgba(134, 25, 143, 0.55);
}
.bg-fuchsia-800\/60 {
    background-color: rgba(134, 25, 143, 0.6);
}
.bg-fuchsia-800\/65 {
    background-color: rgba(134, 25, 143, 0.65);
}
.bg-fuchsia-800\/70 {
    background-color: rgba(134, 25, 143, 0.7);
}
.bg-fuchsia-800\/75 {
    background-color: rgba(134, 25, 143, 0.75);
}
.bg-fuchsia-800\/80 {
    background-color: rgba(134, 25, 143, 0.8);
}
.bg-fuchsia-800\/85 {
    background-color: rgba(134, 25, 143, 0.85);
}
.bg-fuchsia-800\/90 {
    background-color: rgba(134, 25, 143, 0.9);
}
.bg-fuchsia-800\/95 {
    background-color: rgba(134, 25, 143, 0.95);
}
.bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-900\/0 {
    background-color: rgba(112, 26, 117, 0);
}
.bg-fuchsia-900\/10 {
    background-color: rgba(112, 26, 117, 0.1);
}
.bg-fuchsia-900\/100 {
    background-color: #701a75;
}
.bg-fuchsia-900\/15 {
    background-color: rgba(112, 26, 117, 0.15);
}
.bg-fuchsia-900\/20 {
    background-color: rgba(112, 26, 117, 0.2);
}
.bg-fuchsia-900\/25 {
    background-color: rgba(112, 26, 117, 0.25);
}
.bg-fuchsia-900\/30 {
    background-color: rgba(112, 26, 117, 0.3);
}
.bg-fuchsia-900\/35 {
    background-color: rgba(112, 26, 117, 0.35);
}
.bg-fuchsia-900\/40 {
    background-color: rgba(112, 26, 117, 0.4);
}
.bg-fuchsia-900\/45 {
    background-color: rgba(112, 26, 117, 0.45);
}
.bg-fuchsia-900\/5 {
    background-color: rgba(112, 26, 117, 0.05);
}
.bg-fuchsia-900\/50 {
    background-color: rgba(112, 26, 117, 0.5);
}
.bg-fuchsia-900\/55 {
    background-color: rgba(112, 26, 117, 0.55);
}
.bg-fuchsia-900\/60 {
    background-color: rgba(112, 26, 117, 0.6);
}
.bg-fuchsia-900\/65 {
    background-color: rgba(112, 26, 117, 0.65);
}
.bg-fuchsia-900\/70 {
    background-color: rgba(112, 26, 117, 0.7);
}
.bg-fuchsia-900\/75 {
    background-color: rgba(112, 26, 117, 0.75);
}
.bg-fuchsia-900\/80 {
    background-color: rgba(112, 26, 117, 0.8);
}
.bg-fuchsia-900\/85 {
    background-color: rgba(112, 26, 117, 0.85);
}
.bg-fuchsia-900\/90 {
    background-color: rgba(112, 26, 117, 0.9);
}
.bg-fuchsia-900\/95 {
    background-color: rgba(112, 26, 117, 0.95);
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/0 {
    background-color: rgba(243, 244, 246, 0);
}
.bg-gray-100\/10 {
    background-color: rgba(243, 244, 246, 0.1);
}
.bg-gray-100\/100 {
    background-color: #f3f4f6;
}
.bg-gray-100\/15 {
    background-color: rgba(243, 244, 246, 0.15);
}
.bg-gray-100\/20 {
    background-color: rgba(243, 244, 246, 0.2);
}
.bg-gray-100\/25 {
    background-color: rgba(243, 244, 246, 0.25);
}
.bg-gray-100\/30 {
    background-color: rgba(243, 244, 246, 0.3);
}
.bg-gray-100\/35 {
    background-color: rgba(243, 244, 246, 0.35);
}
.bg-gray-100\/40 {
    background-color: rgba(243, 244, 246, 0.4);
}
.bg-gray-100\/45 {
    background-color: rgba(243, 244, 246, 0.45);
}
.bg-gray-100\/5 {
    background-color: rgba(243, 244, 246, 0.05);
}
.bg-gray-100\/50 {
    background-color: rgba(243, 244, 246, 0.5);
}
.bg-gray-100\/55 {
    background-color: rgba(243, 244, 246, 0.55);
}
.bg-gray-100\/60 {
    background-color: rgba(243, 244, 246, 0.6);
}
.bg-gray-100\/65 {
    background-color: rgba(243, 244, 246, 0.65);
}
.bg-gray-100\/70 {
    background-color: rgba(243, 244, 246, 0.7);
}
.bg-gray-100\/75 {
    background-color: rgba(243, 244, 246, 0.75);
}
.bg-gray-100\/80 {
    background-color: rgba(243, 244, 246, 0.8);
}
.bg-gray-100\/85 {
    background-color: rgba(243, 244, 246, 0.85);
}
.bg-gray-100\/90 {
    background-color: rgba(243, 244, 246, 0.9);
}
.bg-gray-100\/95 {
    background-color: rgba(243, 244, 246, 0.95);
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0 {
    background-color: rgba(229, 231, 235, 0);
}
.bg-gray-200\/10 {
    background-color: rgba(229, 231, 235, 0.1);
}
.bg-gray-200\/100 {
    background-color: #e5e7eb;
}
.bg-gray-200\/15 {
    background-color: rgba(229, 231, 235, 0.15);
}
.bg-gray-200\/20 {
    background-color: rgba(229, 231, 235, 0.2);
}
.bg-gray-200\/25 {
    background-color: rgba(229, 231, 235, 0.25);
}
.bg-gray-200\/30 {
    background-color: rgba(229, 231, 235, 0.3);
}
.bg-gray-200\/35 {
    background-color: rgba(229, 231, 235, 0.35);
}
.bg-gray-200\/40 {
    background-color: rgba(229, 231, 235, 0.4);
}
.bg-gray-200\/45 {
    background-color: rgba(229, 231, 235, 0.45);
}
.bg-gray-200\/5 {
    background-color: rgba(229, 231, 235, 0.05);
}
.bg-gray-200\/50 {
    background-color: rgba(229, 231, 235, 0.5);
}
.bg-gray-200\/55 {
    background-color: rgba(229, 231, 235, 0.55);
}
.bg-gray-200\/60 {
    background-color: rgba(229, 231, 235, 0.6);
}
.bg-gray-200\/65 {
    background-color: rgba(229, 231, 235, 0.65);
}
.bg-gray-200\/70 {
    background-color: rgba(229, 231, 235, 0.7);
}
.bg-gray-200\/75 {
    background-color: rgba(229, 231, 235, 0.75);
}
.bg-gray-200\/80 {
    background-color: rgba(229, 231, 235, 0.8);
}
.bg-gray-200\/85 {
    background-color: rgba(229, 231, 235, 0.85);
}
.bg-gray-200\/90 {
    background-color: rgba(229, 231, 235, 0.9);
}
.bg-gray-200\/95 {
    background-color: rgba(229, 231, 235, 0.95);
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0 {
    background-color: rgba(209, 213, 219, 0);
}
.bg-gray-300\/10 {
    background-color: rgba(209, 213, 219, 0.1);
}
.bg-gray-300\/100 {
    background-color: #d1d5db;
}
.bg-gray-300\/15 {
    background-color: rgba(209, 213, 219, 0.15);
}
.bg-gray-300\/20 {
    background-color: rgba(209, 213, 219, 0.2);
}
.bg-gray-300\/25 {
    background-color: rgba(209, 213, 219, 0.25);
}
.bg-gray-300\/30 {
    background-color: rgba(209, 213, 219, 0.3);
}
.bg-gray-300\/35 {
    background-color: rgba(209, 213, 219, 0.35);
}
.bg-gray-300\/40 {
    background-color: rgba(209, 213, 219, 0.4);
}
.bg-gray-300\/45 {
    background-color: rgba(209, 213, 219, 0.45);
}
.bg-gray-300\/5 {
    background-color: rgba(209, 213, 219, 0.05);
}
.bg-gray-300\/50 {
    background-color: rgba(209, 213, 219, 0.5);
}
.bg-gray-300\/55 {
    background-color: rgba(209, 213, 219, 0.55);
}
.bg-gray-300\/60 {
    background-color: rgba(209, 213, 219, 0.6);
}
.bg-gray-300\/65 {
    background-color: rgba(209, 213, 219, 0.65);
}
.bg-gray-300\/70 {
    background-color: rgba(209, 213, 219, 0.7);
}
.bg-gray-300\/75 {
    background-color: rgba(209, 213, 219, 0.75);
}
.bg-gray-300\/80 {
    background-color: rgba(209, 213, 219, 0.8);
}
.bg-gray-300\/85 {
    background-color: rgba(209, 213, 219, 0.85);
}
.bg-gray-300\/90 {
    background-color: rgba(209, 213, 219, 0.9);
}
.bg-gray-300\/95 {
    background-color: rgba(209, 213, 219, 0.95);
}
.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0 {
    background-color: rgba(156, 163, 175, 0);
}
.bg-gray-400\/10 {
    background-color: rgba(156, 163, 175, 0.1);
}
.bg-gray-400\/100 {
    background-color: #9ca3af;
}
.bg-gray-400\/15 {
    background-color: rgba(156, 163, 175, 0.15);
}
.bg-gray-400\/20 {
    background-color: rgba(156, 163, 175, 0.2);
}
.bg-gray-400\/25 {
    background-color: rgba(156, 163, 175, 0.25);
}
.bg-gray-400\/30 {
    background-color: rgba(156, 163, 175, 0.3);
}
.bg-gray-400\/35 {
    background-color: rgba(156, 163, 175, 0.35);
}
.bg-gray-400\/40 {
    background-color: rgba(156, 163, 175, 0.4);
}
.bg-gray-400\/45 {
    background-color: rgba(156, 163, 175, 0.45);
}
.bg-gray-400\/5 {
    background-color: rgba(156, 163, 175, 0.05);
}
.bg-gray-400\/50 {
    background-color: rgba(156, 163, 175, 0.5);
}
.bg-gray-400\/55 {
    background-color: rgba(156, 163, 175, 0.55);
}
.bg-gray-400\/60 {
    background-color: rgba(156, 163, 175, 0.6);
}
.bg-gray-400\/65 {
    background-color: rgba(156, 163, 175, 0.65);
}
.bg-gray-400\/70 {
    background-color: rgba(156, 163, 175, 0.7);
}
.bg-gray-400\/75 {
    background-color: rgba(156, 163, 175, 0.75);
}
.bg-gray-400\/80 {
    background-color: rgba(156, 163, 175, 0.8);
}
.bg-gray-400\/85 {
    background-color: rgba(156, 163, 175, 0.85);
}
.bg-gray-400\/90 {
    background-color: rgba(156, 163, 175, 0.9);
}
.bg-gray-400\/95 {
    background-color: rgba(156, 163, 175, 0.95);
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0 {
    background-color: rgba(249, 250, 251, 0);
}
.bg-gray-50\/10 {
    background-color: rgba(249, 250, 251, 0.1);
}
.bg-gray-50\/100 {
    background-color: #f9fafb;
}
.bg-gray-50\/15 {
    background-color: rgba(249, 250, 251, 0.15);
}
.bg-gray-50\/20 {
    background-color: rgba(249, 250, 251, 0.2);
}
.bg-gray-50\/25 {
    background-color: rgba(249, 250, 251, 0.25);
}
.bg-gray-50\/30 {
    background-color: rgba(249, 250, 251, 0.3);
}
.bg-gray-50\/35 {
    background-color: rgba(249, 250, 251, 0.35);
}
.bg-gray-50\/40 {
    background-color: rgba(249, 250, 251, 0.4);
}
.bg-gray-50\/45 {
    background-color: rgba(249, 250, 251, 0.45);
}
.bg-gray-50\/5 {
    background-color: rgba(249, 250, 251, 0.05);
}
.bg-gray-50\/50 {
    background-color: rgba(249, 250, 251, 0.5);
}
.bg-gray-50\/55 {
    background-color: rgba(249, 250, 251, 0.55);
}
.bg-gray-50\/60 {
    background-color: rgba(249, 250, 251, 0.6);
}
.bg-gray-50\/65 {
    background-color: rgba(249, 250, 251, 0.65);
}
.bg-gray-50\/70 {
    background-color: rgba(249, 250, 251, 0.7);
}
.bg-gray-50\/75 {
    background-color: rgba(249, 250, 251, 0.75);
}
.bg-gray-50\/80 {
    background-color: rgba(249, 250, 251, 0.8);
}
.bg-gray-50\/85 {
    background-color: rgba(249, 250, 251, 0.85);
}
.bg-gray-50\/90 {
    background-color: rgba(249, 250, 251, 0.9);
}
.bg-gray-50\/95 {
    background-color: rgba(249, 250, 251, 0.95);
}
.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0 {
    background-color: hsla(220, 9%, 46%, 0);
}
.bg-gray-500\/10 {
    background-color: hsla(220, 9%, 46%, 0.1);
}
.bg-gray-500\/100 {
    background-color: #6b7280;
}
.bg-gray-500\/15 {
    background-color: hsla(220, 9%, 46%, 0.15);
}
.bg-gray-500\/20 {
    background-color: hsla(220, 9%, 46%, 0.2);
}
.bg-gray-500\/25 {
    background-color: hsla(220, 9%, 46%, 0.25);
}
.bg-gray-500\/30 {
    background-color: hsla(220, 9%, 46%, 0.3);
}
.bg-gray-500\/35 {
    background-color: hsla(220, 9%, 46%, 0.35);
}
.bg-gray-500\/40 {
    background-color: hsla(220, 9%, 46%, 0.4);
}
.bg-gray-500\/45 {
    background-color: hsla(220, 9%, 46%, 0.45);
}
.bg-gray-500\/5 {
    background-color: hsla(220, 9%, 46%, 0.05);
}
.bg-gray-500\/50 {
    background-color: hsla(220, 9%, 46%, 0.5);
}
.bg-gray-500\/55 {
    background-color: hsla(220, 9%, 46%, 0.55);
}
.bg-gray-500\/60 {
    background-color: hsla(220, 9%, 46%, 0.6);
}
.bg-gray-500\/65 {
    background-color: hsla(220, 9%, 46%, 0.65);
}
.bg-gray-500\/70 {
    background-color: hsla(220, 9%, 46%, 0.7);
}
.bg-gray-500\/75 {
    background-color: hsla(220, 9%, 46%, 0.75);
}
.bg-gray-500\/80 {
    background-color: hsla(220, 9%, 46%, 0.8);
}
.bg-gray-500\/85 {
    background-color: hsla(220, 9%, 46%, 0.85);
}
.bg-gray-500\/90 {
    background-color: hsla(220, 9%, 46%, 0.9);
}
.bg-gray-500\/95 {
    background-color: hsla(220, 9%, 46%, 0.95);
}
.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0 {
    background-color: rgba(75, 85, 99, 0);
}
.bg-gray-600\/10 {
    background-color: rgba(75, 85, 99, 0.1);
}
.bg-gray-600\/100 {
    background-color: #4b5563;
}
.bg-gray-600\/15 {
    background-color: rgba(75, 85, 99, 0.15);
}
.bg-gray-600\/20 {
    background-color: rgba(75, 85, 99, 0.2);
}
.bg-gray-600\/25 {
    background-color: rgba(75, 85, 99, 0.25);
}
.bg-gray-600\/30 {
    background-color: rgba(75, 85, 99, 0.3);
}
.bg-gray-600\/35 {
    background-color: rgba(75, 85, 99, 0.35);
}
.bg-gray-600\/40 {
    background-color: rgba(75, 85, 99, 0.4);
}
.bg-gray-600\/45 {
    background-color: rgba(75, 85, 99, 0.45);
}
.bg-gray-600\/5 {
    background-color: rgba(75, 85, 99, 0.05);
}
.bg-gray-600\/50 {
    background-color: rgba(75, 85, 99, 0.5);
}
.bg-gray-600\/55 {
    background-color: rgba(75, 85, 99, 0.55);
}
.bg-gray-600\/60 {
    background-color: rgba(75, 85, 99, 0.6);
}
.bg-gray-600\/65 {
    background-color: rgba(75, 85, 99, 0.65);
}
.bg-gray-600\/70 {
    background-color: rgba(75, 85, 99, 0.7);
}
.bg-gray-600\/75 {
    background-color: rgba(75, 85, 99, 0.75);
}
.bg-gray-600\/80 {
    background-color: rgba(75, 85, 99, 0.8);
}
.bg-gray-600\/85 {
    background-color: rgba(75, 85, 99, 0.85);
}
.bg-gray-600\/90 {
    background-color: rgba(75, 85, 99, 0.9);
}
.bg-gray-600\/95 {
    background-color: rgba(75, 85, 99, 0.95);
}
.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0 {
    background-color: rgba(55, 65, 81, 0);
}
.bg-gray-700\/10 {
    background-color: rgba(55, 65, 81, 0.1);
}
.bg-gray-700\/100 {
    background-color: #374151;
}
.bg-gray-700\/15 {
    background-color: rgba(55, 65, 81, 0.15);
}
.bg-gray-700\/20 {
    background-color: rgba(55, 65, 81, 0.2);
}
.bg-gray-700\/25 {
    background-color: rgba(55, 65, 81, 0.25);
}
.bg-gray-700\/30 {
    background-color: rgba(55, 65, 81, 0.3);
}
.bg-gray-700\/35 {
    background-color: rgba(55, 65, 81, 0.35);
}
.bg-gray-700\/40 {
    background-color: rgba(55, 65, 81, 0.4);
}
.bg-gray-700\/45 {
    background-color: rgba(55, 65, 81, 0.45);
}
.bg-gray-700\/5 {
    background-color: rgba(55, 65, 81, 0.05);
}
.bg-gray-700\/50 {
    background-color: rgba(55, 65, 81, 0.5);
}
.bg-gray-700\/55 {
    background-color: rgba(55, 65, 81, 0.55);
}
.bg-gray-700\/60 {
    background-color: rgba(55, 65, 81, 0.6);
}
.bg-gray-700\/65 {
    background-color: rgba(55, 65, 81, 0.65);
}
.bg-gray-700\/70 {
    background-color: rgba(55, 65, 81, 0.7);
}
.bg-gray-700\/75 {
    background-color: rgba(55, 65, 81, 0.75);
}
.bg-gray-700\/80 {
    background-color: rgba(55, 65, 81, 0.8);
}
.bg-gray-700\/85 {
    background-color: rgba(55, 65, 81, 0.85);
}
.bg-gray-700\/90 {
    background-color: rgba(55, 65, 81, 0.9);
}
.bg-gray-700\/95 {
    background-color: rgba(55, 65, 81, 0.95);
}
.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0 {
    background-color: rgba(31, 41, 55, 0);
}
.bg-gray-800\/10 {
    background-color: rgba(31, 41, 55, 0.1);
}
.bg-gray-800\/100 {
    background-color: #1f2937;
}
.bg-gray-800\/15 {
    background-color: rgba(31, 41, 55, 0.15);
}
.bg-gray-800\/20 {
    background-color: rgba(31, 41, 55, 0.2);
}
.bg-gray-800\/25 {
    background-color: rgba(31, 41, 55, 0.25);
}
.bg-gray-800\/30 {
    background-color: rgba(31, 41, 55, 0.3);
}
.bg-gray-800\/35 {
    background-color: rgba(31, 41, 55, 0.35);
}
.bg-gray-800\/40 {
    background-color: rgba(31, 41, 55, 0.4);
}
.bg-gray-800\/45 {
    background-color: rgba(31, 41, 55, 0.45);
}
.bg-gray-800\/5 {
    background-color: rgba(31, 41, 55, 0.05);
}
.bg-gray-800\/50 {
    background-color: rgba(31, 41, 55, 0.5);
}
.bg-gray-800\/55 {
    background-color: rgba(31, 41, 55, 0.55);
}
.bg-gray-800\/60 {
    background-color: rgba(31, 41, 55, 0.6);
}
.bg-gray-800\/65 {
    background-color: rgba(31, 41, 55, 0.65);
}
.bg-gray-800\/70 {
    background-color: rgba(31, 41, 55, 0.7);
}
.bg-gray-800\/75 {
    background-color: rgba(31, 41, 55, 0.75);
}
.bg-gray-800\/80 {
    background-color: rgba(31, 41, 55, 0.8);
}
.bg-gray-800\/85 {
    background-color: rgba(31, 41, 55, 0.85);
}
.bg-gray-800\/90 {
    background-color: rgba(31, 41, 55, 0.9);
}
.bg-gray-800\/95 {
    background-color: rgba(31, 41, 55, 0.95);
}
.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0 {
    background-color: rgba(17, 24, 39, 0);
}
.bg-gray-900\/10 {
    background-color: rgba(17, 24, 39, 0.1);
}
.bg-gray-900\/100 {
    background-color: #111827;
}
.bg-gray-900\/15 {
    background-color: rgba(17, 24, 39, 0.15);
}
.bg-gray-900\/20 {
    background-color: rgba(17, 24, 39, 0.2);
}
.bg-gray-900\/25 {
    background-color: rgba(17, 24, 39, 0.25);
}
.bg-gray-900\/30 {
    background-color: rgba(17, 24, 39, 0.3);
}
.bg-gray-900\/35 {
    background-color: rgba(17, 24, 39, 0.35);
}
.bg-gray-900\/40 {
    background-color: rgba(17, 24, 39, 0.4);
}
.bg-gray-900\/45 {
    background-color: rgba(17, 24, 39, 0.45);
}
.bg-gray-900\/5 {
    background-color: rgba(17, 24, 39, 0.05);
}
.bg-gray-900\/50 {
    background-color: rgba(17, 24, 39, 0.5);
}
.bg-gray-900\/55 {
    background-color: rgba(17, 24, 39, 0.55);
}
.bg-gray-900\/60 {
    background-color: rgba(17, 24, 39, 0.6);
}
.bg-gray-900\/65 {
    background-color: rgba(17, 24, 39, 0.65);
}
.bg-gray-900\/70 {
    background-color: rgba(17, 24, 39, 0.7);
}
.bg-gray-900\/75 {
    background-color: rgba(17, 24, 39, 0.75);
}
.bg-gray-900\/80 {
    background-color: rgba(17, 24, 39, 0.8);
}
.bg-gray-900\/85 {
    background-color: rgba(17, 24, 39, 0.85);
}
.bg-gray-900\/90 {
    background-color: rgba(17, 24, 39, 0.9);
}
.bg-gray-900\/95 {
    background-color: rgba(17, 24, 39, 0.95);
}
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-green-100\/0 {
    background-color: rgba(209, 250, 229, 0);
}
.bg-green-100\/10 {
    background-color: rgba(209, 250, 229, 0.1);
}
.bg-green-100\/100 {
    background-color: #d1fae5;
}
.bg-green-100\/15 {
    background-color: rgba(209, 250, 229, 0.15);
}
.bg-green-100\/20 {
    background-color: rgba(209, 250, 229, 0.2);
}
.bg-green-100\/25 {
    background-color: rgba(209, 250, 229, 0.25);
}
.bg-green-100\/30 {
    background-color: rgba(209, 250, 229, 0.3);
}
.bg-green-100\/35 {
    background-color: rgba(209, 250, 229, 0.35);
}
.bg-green-100\/40 {
    background-color: rgba(209, 250, 229, 0.4);
}
.bg-green-100\/45 {
    background-color: rgba(209, 250, 229, 0.45);
}
.bg-green-100\/5 {
    background-color: rgba(209, 250, 229, 0.05);
}
.bg-green-100\/50 {
    background-color: rgba(209, 250, 229, 0.5);
}
.bg-green-100\/55 {
    background-color: rgba(209, 250, 229, 0.55);
}
.bg-green-100\/60 {
    background-color: rgba(209, 250, 229, 0.6);
}
.bg-green-100\/65 {
    background-color: rgba(209, 250, 229, 0.65);
}
.bg-green-100\/70 {
    background-color: rgba(209, 250, 229, 0.7);
}
.bg-green-100\/75 {
    background-color: rgba(209, 250, 229, 0.75);
}
.bg-green-100\/80 {
    background-color: rgba(209, 250, 229, 0.8);
}
.bg-green-100\/85 {
    background-color: rgba(209, 250, 229, 0.85);
}
.bg-green-100\/90 {
    background-color: rgba(209, 250, 229, 0.9);
}
.bg-green-100\/95 {
    background-color: rgba(209, 250, 229, 0.95);
}
.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/0 {
    background-color: rgba(167, 243, 208, 0);
}
.bg-green-200\/10 {
    background-color: rgba(167, 243, 208, 0.1);
}
.bg-green-200\/100 {
    background-color: #a7f3d0;
}
.bg-green-200\/15 {
    background-color: rgba(167, 243, 208, 0.15);
}
.bg-green-200\/20 {
    background-color: rgba(167, 243, 208, 0.2);
}
.bg-green-200\/25 {
    background-color: rgba(167, 243, 208, 0.25);
}
.bg-green-200\/30 {
    background-color: rgba(167, 243, 208, 0.3);
}
.bg-green-200\/35 {
    background-color: rgba(167, 243, 208, 0.35);
}
.bg-green-200\/40 {
    background-color: rgba(167, 243, 208, 0.4);
}
.bg-green-200\/45 {
    background-color: rgba(167, 243, 208, 0.45);
}
.bg-green-200\/5 {
    background-color: rgba(167, 243, 208, 0.05);
}
.bg-green-200\/50 {
    background-color: rgba(167, 243, 208, 0.5);
}
.bg-green-200\/55 {
    background-color: rgba(167, 243, 208, 0.55);
}
.bg-green-200\/60 {
    background-color: rgba(167, 243, 208, 0.6);
}
.bg-green-200\/65 {
    background-color: rgba(167, 243, 208, 0.65);
}
.bg-green-200\/70 {
    background-color: rgba(167, 243, 208, 0.7);
}
.bg-green-200\/75 {
    background-color: rgba(167, 243, 208, 0.75);
}
.bg-green-200\/80 {
    background-color: rgba(167, 243, 208, 0.8);
}
.bg-green-200\/85 {
    background-color: rgba(167, 243, 208, 0.85);
}
.bg-green-200\/90 {
    background-color: rgba(167, 243, 208, 0.9);
}
.bg-green-200\/95 {
    background-color: rgba(167, 243, 208, 0.95);
}
.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-green-300\/0 {
    background-color: rgba(110, 231, 183, 0);
}
.bg-green-300\/10 {
    background-color: rgba(110, 231, 183, 0.1);
}
.bg-green-300\/100 {
    background-color: #6ee7b7;
}
.bg-green-300\/15 {
    background-color: rgba(110, 231, 183, 0.15);
}
.bg-green-300\/20 {
    background-color: rgba(110, 231, 183, 0.2);
}
.bg-green-300\/25 {
    background-color: rgba(110, 231, 183, 0.25);
}
.bg-green-300\/30 {
    background-color: rgba(110, 231, 183, 0.3);
}
.bg-green-300\/35 {
    background-color: rgba(110, 231, 183, 0.35);
}
.bg-green-300\/40 {
    background-color: rgba(110, 231, 183, 0.4);
}
.bg-green-300\/45 {
    background-color: rgba(110, 231, 183, 0.45);
}
.bg-green-300\/5 {
    background-color: rgba(110, 231, 183, 0.05);
}
.bg-green-300\/50 {
    background-color: rgba(110, 231, 183, 0.5);
}
.bg-green-300\/55 {
    background-color: rgba(110, 231, 183, 0.55);
}
.bg-green-300\/60 {
    background-color: rgba(110, 231, 183, 0.6);
}
.bg-green-300\/65 {
    background-color: rgba(110, 231, 183, 0.65);
}
.bg-green-300\/70 {
    background-color: rgba(110, 231, 183, 0.7);
}
.bg-green-300\/75 {
    background-color: rgba(110, 231, 183, 0.75);
}
.bg-green-300\/80 {
    background-color: rgba(110, 231, 183, 0.8);
}
.bg-green-300\/85 {
    background-color: rgba(110, 231, 183, 0.85);
}
.bg-green-300\/90 {
    background-color: rgba(110, 231, 183, 0.9);
}
.bg-green-300\/95 {
    background-color: rgba(110, 231, 183, 0.95);
}
.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/0 {
    background-color: rgba(52, 211, 153, 0);
}
.bg-green-400\/10 {
    background-color: rgba(52, 211, 153, 0.1);
}
.bg-green-400\/100 {
    background-color: #34d399;
}
.bg-green-400\/15 {
    background-color: rgba(52, 211, 153, 0.15);
}
.bg-green-400\/20 {
    background-color: rgba(52, 211, 153, 0.2);
}
.bg-green-400\/25 {
    background-color: rgba(52, 211, 153, 0.25);
}
.bg-green-400\/30 {
    background-color: rgba(52, 211, 153, 0.3);
}
.bg-green-400\/35 {
    background-color: rgba(52, 211, 153, 0.35);
}
.bg-green-400\/40 {
    background-color: rgba(52, 211, 153, 0.4);
}
.bg-green-400\/45 {
    background-color: rgba(52, 211, 153, 0.45);
}
.bg-green-400\/5 {
    background-color: rgba(52, 211, 153, 0.05);
}
.bg-green-400\/50 {
    background-color: rgba(52, 211, 153, 0.5);
}
.bg-green-400\/55 {
    background-color: rgba(52, 211, 153, 0.55);
}
.bg-green-400\/60 {
    background-color: rgba(52, 211, 153, 0.6);
}
.bg-green-400\/65 {
    background-color: rgba(52, 211, 153, 0.65);
}
.bg-green-400\/70 {
    background-color: rgba(52, 211, 153, 0.7);
}
.bg-green-400\/75 {
    background-color: rgba(52, 211, 153, 0.75);
}
.bg-green-400\/80 {
    background-color: rgba(52, 211, 153, 0.8);
}
.bg-green-400\/85 {
    background-color: rgba(52, 211, 153, 0.85);
}
.bg-green-400\/90 {
    background-color: rgba(52, 211, 153, 0.9);
}
.bg-green-400\/95 {
    background-color: rgba(52, 211, 153, 0.95);
}
.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/0 {
    background-color: rgba(236, 253, 245, 0);
}
.bg-green-50\/10 {
    background-color: rgba(236, 253, 245, 0.1);
}
.bg-green-50\/100 {
    background-color: #ecfdf5;
}
.bg-green-50\/15 {
    background-color: rgba(236, 253, 245, 0.15);
}
.bg-green-50\/20 {
    background-color: rgba(236, 253, 245, 0.2);
}
.bg-green-50\/25 {
    background-color: rgba(236, 253, 245, 0.25);
}
.bg-green-50\/30 {
    background-color: rgba(236, 253, 245, 0.3);
}
.bg-green-50\/35 {
    background-color: rgba(236, 253, 245, 0.35);
}
.bg-green-50\/40 {
    background-color: rgba(236, 253, 245, 0.4);
}
.bg-green-50\/45 {
    background-color: rgba(236, 253, 245, 0.45);
}
.bg-green-50\/5 {
    background-color: rgba(236, 253, 245, 0.05);
}
.bg-green-50\/50 {
    background-color: rgba(236, 253, 245, 0.5);
}
.bg-green-50\/55 {
    background-color: rgba(236, 253, 245, 0.55);
}
.bg-green-50\/60 {
    background-color: rgba(236, 253, 245, 0.6);
}
.bg-green-50\/65 {
    background-color: rgba(236, 253, 245, 0.65);
}
.bg-green-50\/70 {
    background-color: rgba(236, 253, 245, 0.7);
}
.bg-green-50\/75 {
    background-color: rgba(236, 253, 245, 0.75);
}
.bg-green-50\/80 {
    background-color: rgba(236, 253, 245, 0.8);
}
.bg-green-50\/85 {
    background-color: rgba(236, 253, 245, 0.85);
}
.bg-green-50\/90 {
    background-color: rgba(236, 253, 245, 0.9);
}
.bg-green-50\/95 {
    background-color: rgba(236, 253, 245, 0.95);
}
.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/0 {
    background-color: rgba(16, 185, 129, 0);
}
.bg-green-500\/10 {
    background-color: rgba(16, 185, 129, 0.1);
}
.bg-green-500\/100 {
    background-color: #10b981;
}
.bg-green-500\/15 {
    background-color: rgba(16, 185, 129, 0.15);
}
.bg-green-500\/20 {
    background-color: rgba(16, 185, 129, 0.2);
}
.bg-green-500\/25 {
    background-color: rgba(16, 185, 129, 0.25);
}
.bg-green-500\/30 {
    background-color: rgba(16, 185, 129, 0.3);
}
.bg-green-500\/35 {
    background-color: rgba(16, 185, 129, 0.35);
}
.bg-green-500\/40 {
    background-color: rgba(16, 185, 129, 0.4);
}
.bg-green-500\/45 {
    background-color: rgba(16, 185, 129, 0.45);
}
.bg-green-500\/5 {
    background-color: rgba(16, 185, 129, 0.05);
}
.bg-green-500\/50 {
    background-color: rgba(16, 185, 129, 0.5);
}
.bg-green-500\/55 {
    background-color: rgba(16, 185, 129, 0.55);
}
.bg-green-500\/60 {
    background-color: rgba(16, 185, 129, 0.6);
}
.bg-green-500\/65 {
    background-color: rgba(16, 185, 129, 0.65);
}
.bg-green-500\/70 {
    background-color: rgba(16, 185, 129, 0.7);
}
.bg-green-500\/75 {
    background-color: rgba(16, 185, 129, 0.75);
}
.bg-green-500\/80 {
    background-color: rgba(16, 185, 129, 0.8);
}
.bg-green-500\/85 {
    background-color: rgba(16, 185, 129, 0.85);
}
.bg-green-500\/90 {
    background-color: rgba(16, 185, 129, 0.9);
}
.bg-green-500\/95 {
    background-color: rgba(16, 185, 129, 0.95);
}
.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/0 {
    background-color: rgba(5, 150, 105, 0);
}
.bg-green-600\/10 {
    background-color: rgba(5, 150, 105, 0.1);
}
.bg-green-600\/100 {
    background-color: #059669;
}
.bg-green-600\/15 {
    background-color: rgba(5, 150, 105, 0.15);
}
.bg-green-600\/20 {
    background-color: rgba(5, 150, 105, 0.2);
}
.bg-green-600\/25 {
    background-color: rgba(5, 150, 105, 0.25);
}
.bg-green-600\/30 {
    background-color: rgba(5, 150, 105, 0.3);
}
.bg-green-600\/35 {
    background-color: rgba(5, 150, 105, 0.35);
}
.bg-green-600\/40 {
    background-color: rgba(5, 150, 105, 0.4);
}
.bg-green-600\/45 {
    background-color: rgba(5, 150, 105, 0.45);
}
.bg-green-600\/5 {
    background-color: rgba(5, 150, 105, 0.05);
}
.bg-green-600\/50 {
    background-color: rgba(5, 150, 105, 0.5);
}
.bg-green-600\/55 {
    background-color: rgba(5, 150, 105, 0.55);
}
.bg-green-600\/60 {
    background-color: rgba(5, 150, 105, 0.6);
}
.bg-green-600\/65 {
    background-color: rgba(5, 150, 105, 0.65);
}
.bg-green-600\/70 {
    background-color: rgba(5, 150, 105, 0.7);
}
.bg-green-600\/75 {
    background-color: rgba(5, 150, 105, 0.75);
}
.bg-green-600\/80 {
    background-color: rgba(5, 150, 105, 0.8);
}
.bg-green-600\/85 {
    background-color: rgba(5, 150, 105, 0.85);
}
.bg-green-600\/90 {
    background-color: rgba(5, 150, 105, 0.9);
}
.bg-green-600\/95 {
    background-color: rgba(5, 150, 105, 0.95);
}
.bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-green-700\/0 {
    background-color: rgba(4, 120, 87, 0);
}
.bg-green-700\/10 {
    background-color: rgba(4, 120, 87, 0.1);
}
.bg-green-700\/100 {
    background-color: #047857;
}
.bg-green-700\/15 {
    background-color: rgba(4, 120, 87, 0.15);
}
.bg-green-700\/20 {
    background-color: rgba(4, 120, 87, 0.2);
}
.bg-green-700\/25 {
    background-color: rgba(4, 120, 87, 0.25);
}
.bg-green-700\/30 {
    background-color: rgba(4, 120, 87, 0.3);
}
.bg-green-700\/35 {
    background-color: rgba(4, 120, 87, 0.35);
}
.bg-green-700\/40 {
    background-color: rgba(4, 120, 87, 0.4);
}
.bg-green-700\/45 {
    background-color: rgba(4, 120, 87, 0.45);
}
.bg-green-700\/5 {
    background-color: rgba(4, 120, 87, 0.05);
}
.bg-green-700\/50 {
    background-color: rgba(4, 120, 87, 0.5);
}
.bg-green-700\/55 {
    background-color: rgba(4, 120, 87, 0.55);
}
.bg-green-700\/60 {
    background-color: rgba(4, 120, 87, 0.6);
}
.bg-green-700\/65 {
    background-color: rgba(4, 120, 87, 0.65);
}
.bg-green-700\/70 {
    background-color: rgba(4, 120, 87, 0.7);
}
.bg-green-700\/75 {
    background-color: rgba(4, 120, 87, 0.75);
}
.bg-green-700\/80 {
    background-color: rgba(4, 120, 87, 0.8);
}
.bg-green-700\/85 {
    background-color: rgba(4, 120, 87, 0.85);
}
.bg-green-700\/90 {
    background-color: rgba(4, 120, 87, 0.9);
}
.bg-green-700\/95 {
    background-color: rgba(4, 120, 87, 0.95);
}
.bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.bg-green-800\/0 {
    background-color: rgba(6, 95, 70, 0);
}
.bg-green-800\/10 {
    background-color: rgba(6, 95, 70, 0.1);
}
.bg-green-800\/100 {
    background-color: #065f46;
}
.bg-green-800\/15 {
    background-color: rgba(6, 95, 70, 0.15);
}
.bg-green-800\/20 {
    background-color: rgba(6, 95, 70, 0.2);
}
.bg-green-800\/25 {
    background-color: rgba(6, 95, 70, 0.25);
}
.bg-green-800\/30 {
    background-color: rgba(6, 95, 70, 0.3);
}
.bg-green-800\/35 {
    background-color: rgba(6, 95, 70, 0.35);
}
.bg-green-800\/40 {
    background-color: rgba(6, 95, 70, 0.4);
}
.bg-green-800\/45 {
    background-color: rgba(6, 95, 70, 0.45);
}
.bg-green-800\/5 {
    background-color: rgba(6, 95, 70, 0.05);
}
.bg-green-800\/50 {
    background-color: rgba(6, 95, 70, 0.5);
}
.bg-green-800\/55 {
    background-color: rgba(6, 95, 70, 0.55);
}
.bg-green-800\/60 {
    background-color: rgba(6, 95, 70, 0.6);
}
.bg-green-800\/65 {
    background-color: rgba(6, 95, 70, 0.65);
}
.bg-green-800\/70 {
    background-color: rgba(6, 95, 70, 0.7);
}
.bg-green-800\/75 {
    background-color: rgba(6, 95, 70, 0.75);
}
.bg-green-800\/80 {
    background-color: rgba(6, 95, 70, 0.8);
}
.bg-green-800\/85 {
    background-color: rgba(6, 95, 70, 0.85);
}
.bg-green-800\/90 {
    background-color: rgba(6, 95, 70, 0.9);
}
.bg-green-800\/95 {
    background-color: rgba(6, 95, 70, 0.95);
}
.bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/0 {
    background-color: rgba(6, 78, 59, 0);
}
.bg-green-900\/10 {
    background-color: rgba(6, 78, 59, 0.1);
}
.bg-green-900\/100 {
    background-color: #064e3b;
}
.bg-green-900\/15 {
    background-color: rgba(6, 78, 59, 0.15);
}
.bg-green-900\/20 {
    background-color: rgba(6, 78, 59, 0.2);
}
.bg-green-900\/25 {
    background-color: rgba(6, 78, 59, 0.25);
}
.bg-green-900\/30 {
    background-color: rgba(6, 78, 59, 0.3);
}
.bg-green-900\/35 {
    background-color: rgba(6, 78, 59, 0.35);
}
.bg-green-900\/40 {
    background-color: rgba(6, 78, 59, 0.4);
}
.bg-green-900\/45 {
    background-color: rgba(6, 78, 59, 0.45);
}
.bg-green-900\/5 {
    background-color: rgba(6, 78, 59, 0.05);
}
.bg-green-900\/50 {
    background-color: rgba(6, 78, 59, 0.5);
}
.bg-green-900\/55 {
    background-color: rgba(6, 78, 59, 0.55);
}
.bg-green-900\/60 {
    background-color: rgba(6, 78, 59, 0.6);
}
.bg-green-900\/65 {
    background-color: rgba(6, 78, 59, 0.65);
}
.bg-green-900\/70 {
    background-color: rgba(6, 78, 59, 0.7);
}
.bg-green-900\/75 {
    background-color: rgba(6, 78, 59, 0.75);
}
.bg-green-900\/80 {
    background-color: rgba(6, 78, 59, 0.8);
}
.bg-green-900\/85 {
    background-color: rgba(6, 78, 59, 0.85);
}
.bg-green-900\/90 {
    background-color: rgba(6, 78, 59, 0.9);
}
.bg-green-900\/95 {
    background-color: rgba(6, 78, 59, 0.95);
}
.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100\/0 {
    background-color: rgba(224, 231, 255, 0);
}
.bg-indigo-100\/10 {
    background-color: rgba(224, 231, 255, 0.1);
}
.bg-indigo-100\/100 {
    background-color: #e0e7ff;
}
.bg-indigo-100\/15 {
    background-color: rgba(224, 231, 255, 0.15);
}
.bg-indigo-100\/20 {
    background-color: rgba(224, 231, 255, 0.2);
}
.bg-indigo-100\/25 {
    background-color: rgba(224, 231, 255, 0.25);
}
.bg-indigo-100\/30 {
    background-color: rgba(224, 231, 255, 0.3);
}
.bg-indigo-100\/35 {
    background-color: rgba(224, 231, 255, 0.35);
}
.bg-indigo-100\/40 {
    background-color: rgba(224, 231, 255, 0.4);
}
.bg-indigo-100\/45 {
    background-color: rgba(224, 231, 255, 0.45);
}
.bg-indigo-100\/5 {
    background-color: rgba(224, 231, 255, 0.05);
}
.bg-indigo-100\/50 {
    background-color: rgba(224, 231, 255, 0.5);
}
.bg-indigo-100\/55 {
    background-color: rgba(224, 231, 255, 0.55);
}
.bg-indigo-100\/60 {
    background-color: rgba(224, 231, 255, 0.6);
}
.bg-indigo-100\/65 {
    background-color: rgba(224, 231, 255, 0.65);
}
.bg-indigo-100\/70 {
    background-color: rgba(224, 231, 255, 0.7);
}
.bg-indigo-100\/75 {
    background-color: rgba(224, 231, 255, 0.75);
}
.bg-indigo-100\/80 {
    background-color: rgba(224, 231, 255, 0.8);
}
.bg-indigo-100\/85 {
    background-color: rgba(224, 231, 255, 0.85);
}
.bg-indigo-100\/90 {
    background-color: rgba(224, 231, 255, 0.9);
}
.bg-indigo-100\/95 {
    background-color: rgba(224, 231, 255, 0.95);
}
.bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.bg-indigo-200\/0 {
    background-color: rgba(199, 210, 254, 0);
}
.bg-indigo-200\/10 {
    background-color: rgba(199, 210, 254, 0.1);
}
.bg-indigo-200\/100 {
    background-color: #c7d2fe;
}
.bg-indigo-200\/15 {
    background-color: rgba(199, 210, 254, 0.15);
}
.bg-indigo-200\/20 {
    background-color: rgba(199, 210, 254, 0.2);
}
.bg-indigo-200\/25 {
    background-color: rgba(199, 210, 254, 0.25);
}
.bg-indigo-200\/30 {
    background-color: rgba(199, 210, 254, 0.3);
}
.bg-indigo-200\/35 {
    background-color: rgba(199, 210, 254, 0.35);
}
.bg-indigo-200\/40 {
    background-color: rgba(199, 210, 254, 0.4);
}
.bg-indigo-200\/45 {
    background-color: rgba(199, 210, 254, 0.45);
}
.bg-indigo-200\/5 {
    background-color: rgba(199, 210, 254, 0.05);
}
.bg-indigo-200\/50 {
    background-color: rgba(199, 210, 254, 0.5);
}
.bg-indigo-200\/55 {
    background-color: rgba(199, 210, 254, 0.55);
}
.bg-indigo-200\/60 {
    background-color: rgba(199, 210, 254, 0.6);
}
.bg-indigo-200\/65 {
    background-color: rgba(199, 210, 254, 0.65);
}
.bg-indigo-200\/70 {
    background-color: rgba(199, 210, 254, 0.7);
}
.bg-indigo-200\/75 {
    background-color: rgba(199, 210, 254, 0.75);
}
.bg-indigo-200\/80 {
    background-color: rgba(199, 210, 254, 0.8);
}
.bg-indigo-200\/85 {
    background-color: rgba(199, 210, 254, 0.85);
}
.bg-indigo-200\/90 {
    background-color: rgba(199, 210, 254, 0.9);
}
.bg-indigo-200\/95 {
    background-color: rgba(199, 210, 254, 0.95);
}
.bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.bg-indigo-300\/0 {
    background-color: rgba(165, 180, 252, 0);
}
.bg-indigo-300\/10 {
    background-color: rgba(165, 180, 252, 0.1);
}
.bg-indigo-300\/100 {
    background-color: #a5b4fc;
}
.bg-indigo-300\/15 {
    background-color: rgba(165, 180, 252, 0.15);
}
.bg-indigo-300\/20 {
    background-color: rgba(165, 180, 252, 0.2);
}
.bg-indigo-300\/25 {
    background-color: rgba(165, 180, 252, 0.25);
}
.bg-indigo-300\/30 {
    background-color: rgba(165, 180, 252, 0.3);
}
.bg-indigo-300\/35 {
    background-color: rgba(165, 180, 252, 0.35);
}
.bg-indigo-300\/40 {
    background-color: rgba(165, 180, 252, 0.4);
}
.bg-indigo-300\/45 {
    background-color: rgba(165, 180, 252, 0.45);
}
.bg-indigo-300\/5 {
    background-color: rgba(165, 180, 252, 0.05);
}
.bg-indigo-300\/50 {
    background-color: rgba(165, 180, 252, 0.5);
}
.bg-indigo-300\/55 {
    background-color: rgba(165, 180, 252, 0.55);
}
.bg-indigo-300\/60 {
    background-color: rgba(165, 180, 252, 0.6);
}
.bg-indigo-300\/65 {
    background-color: rgba(165, 180, 252, 0.65);
}
.bg-indigo-300\/70 {
    background-color: rgba(165, 180, 252, 0.7);
}
.bg-indigo-300\/75 {
    background-color: rgba(165, 180, 252, 0.75);
}
.bg-indigo-300\/80 {
    background-color: rgba(165, 180, 252, 0.8);
}
.bg-indigo-300\/85 {
    background-color: rgba(165, 180, 252, 0.85);
}
.bg-indigo-300\/90 {
    background-color: rgba(165, 180, 252, 0.9);
}
.bg-indigo-300\/95 {
    background-color: rgba(165, 180, 252, 0.95);
}
.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400\/0 {
    background-color: rgba(129, 140, 248, 0);
}
.bg-indigo-400\/10 {
    background-color: rgba(129, 140, 248, 0.1);
}
.bg-indigo-400\/100 {
    background-color: #818cf8;
}
.bg-indigo-400\/15 {
    background-color: rgba(129, 140, 248, 0.15);
}
.bg-indigo-400\/20 {
    background-color: rgba(129, 140, 248, 0.2);
}
.bg-indigo-400\/25 {
    background-color: rgba(129, 140, 248, 0.25);
}
.bg-indigo-400\/30 {
    background-color: rgba(129, 140, 248, 0.3);
}
.bg-indigo-400\/35 {
    background-color: rgba(129, 140, 248, 0.35);
}
.bg-indigo-400\/40 {
    background-color: rgba(129, 140, 248, 0.4);
}
.bg-indigo-400\/45 {
    background-color: rgba(129, 140, 248, 0.45);
}
.bg-indigo-400\/5 {
    background-color: rgba(129, 140, 248, 0.05);
}
.bg-indigo-400\/50 {
    background-color: rgba(129, 140, 248, 0.5);
}
.bg-indigo-400\/55 {
    background-color: rgba(129, 140, 248, 0.55);
}
.bg-indigo-400\/60 {
    background-color: rgba(129, 140, 248, 0.6);
}
.bg-indigo-400\/65 {
    background-color: rgba(129, 140, 248, 0.65);
}
.bg-indigo-400\/70 {
    background-color: rgba(129, 140, 248, 0.7);
}
.bg-indigo-400\/75 {
    background-color: rgba(129, 140, 248, 0.75);
}
.bg-indigo-400\/80 {
    background-color: rgba(129, 140, 248, 0.8);
}
.bg-indigo-400\/85 {
    background-color: rgba(129, 140, 248, 0.85);
}
.bg-indigo-400\/90 {
    background-color: rgba(129, 140, 248, 0.9);
}
.bg-indigo-400\/95 {
    background-color: rgba(129, 140, 248, 0.95);
}
.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50\/0 {
    background-color: rgba(238, 242, 255, 0);
}
.bg-indigo-50\/10 {
    background-color: rgba(238, 242, 255, 0.1);
}
.bg-indigo-50\/100 {
    background-color: #eef2ff;
}
.bg-indigo-50\/15 {
    background-color: rgba(238, 242, 255, 0.15);
}
.bg-indigo-50\/20 {
    background-color: rgba(238, 242, 255, 0.2);
}
.bg-indigo-50\/25 {
    background-color: rgba(238, 242, 255, 0.25);
}
.bg-indigo-50\/30 {
    background-color: rgba(238, 242, 255, 0.3);
}
.bg-indigo-50\/35 {
    background-color: rgba(238, 242, 255, 0.35);
}
.bg-indigo-50\/40 {
    background-color: rgba(238, 242, 255, 0.4);
}
.bg-indigo-50\/45 {
    background-color: rgba(238, 242, 255, 0.45);
}
.bg-indigo-50\/5 {
    background-color: rgba(238, 242, 255, 0.05);
}
.bg-indigo-50\/50 {
    background-color: rgba(238, 242, 255, 0.5);
}
.bg-indigo-50\/55 {
    background-color: rgba(238, 242, 255, 0.55);
}
.bg-indigo-50\/60 {
    background-color: rgba(238, 242, 255, 0.6);
}
.bg-indigo-50\/65 {
    background-color: rgba(238, 242, 255, 0.65);
}
.bg-indigo-50\/70 {
    background-color: rgba(238, 242, 255, 0.7);
}
.bg-indigo-50\/75 {
    background-color: rgba(238, 242, 255, 0.75);
}
.bg-indigo-50\/80 {
    background-color: rgba(238, 242, 255, 0.8);
}
.bg-indigo-50\/85 {
    background-color: rgba(238, 242, 255, 0.85);
}
.bg-indigo-50\/90 {
    background-color: rgba(238, 242, 255, 0.9);
}
.bg-indigo-50\/95 {
    background-color: rgba(238, 242, 255, 0.95);
}
.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/0 {
    background-color: rgba(99, 102, 241, 0);
}
.bg-indigo-500\/10 {
    background-color: rgba(99, 102, 241, 0.1);
}
.bg-indigo-500\/100 {
    background-color: #6366f1;
}
.bg-indigo-500\/15 {
    background-color: rgba(99, 102, 241, 0.15);
}
.bg-indigo-500\/20 {
    background-color: rgba(99, 102, 241, 0.2);
}
.bg-indigo-500\/25 {
    background-color: rgba(99, 102, 241, 0.25);
}
.bg-indigo-500\/30 {
    background-color: rgba(99, 102, 241, 0.3);
}
.bg-indigo-500\/35 {
    background-color: rgba(99, 102, 241, 0.35);
}
.bg-indigo-500\/40 {
    background-color: rgba(99, 102, 241, 0.4);
}
.bg-indigo-500\/45 {
    background-color: rgba(99, 102, 241, 0.45);
}
.bg-indigo-500\/5 {
    background-color: rgba(99, 102, 241, 0.05);
}
.bg-indigo-500\/50 {
    background-color: rgba(99, 102, 241, 0.5);
}
.bg-indigo-500\/55 {
    background-color: rgba(99, 102, 241, 0.55);
}
.bg-indigo-500\/60 {
    background-color: rgba(99, 102, 241, 0.6);
}
.bg-indigo-500\/65 {
    background-color: rgba(99, 102, 241, 0.65);
}
.bg-indigo-500\/70 {
    background-color: rgba(99, 102, 241, 0.7);
}
.bg-indigo-500\/75 {
    background-color: rgba(99, 102, 241, 0.75);
}
.bg-indigo-500\/80 {
    background-color: rgba(99, 102, 241, 0.8);
}
.bg-indigo-500\/85 {
    background-color: rgba(99, 102, 241, 0.85);
}
.bg-indigo-500\/90 {
    background-color: rgba(99, 102, 241, 0.9);
}
.bg-indigo-500\/95 {
    background-color: rgba(99, 102, 241, 0.95);
}
.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/0 {
    background-color: rgba(79, 70, 229, 0);
}
.bg-indigo-600\/10 {
    background-color: rgba(79, 70, 229, 0.1);
}
.bg-indigo-600\/100 {
    background-color: #4f46e5;
}
.bg-indigo-600\/15 {
    background-color: rgba(79, 70, 229, 0.15);
}
.bg-indigo-600\/20 {
    background-color: rgba(79, 70, 229, 0.2);
}
.bg-indigo-600\/25 {
    background-color: rgba(79, 70, 229, 0.25);
}
.bg-indigo-600\/30 {
    background-color: rgba(79, 70, 229, 0.3);
}
.bg-indigo-600\/35 {
    background-color: rgba(79, 70, 229, 0.35);
}
.bg-indigo-600\/40 {
    background-color: rgba(79, 70, 229, 0.4);
}
.bg-indigo-600\/45 {
    background-color: rgba(79, 70, 229, 0.45);
}
.bg-indigo-600\/5 {
    background-color: rgba(79, 70, 229, 0.05);
}
.bg-indigo-600\/50 {
    background-color: rgba(79, 70, 229, 0.5);
}
.bg-indigo-600\/55 {
    background-color: rgba(79, 70, 229, 0.55);
}
.bg-indigo-600\/60 {
    background-color: rgba(79, 70, 229, 0.6);
}
.bg-indigo-600\/65 {
    background-color: rgba(79, 70, 229, 0.65);
}
.bg-indigo-600\/70 {
    background-color: rgba(79, 70, 229, 0.7);
}
.bg-indigo-600\/75 {
    background-color: rgba(79, 70, 229, 0.75);
}
.bg-indigo-600\/80 {
    background-color: rgba(79, 70, 229, 0.8);
}
.bg-indigo-600\/85 {
    background-color: rgba(79, 70, 229, 0.85);
}
.bg-indigo-600\/90 {
    background-color: rgba(79, 70, 229, 0.9);
}
.bg-indigo-600\/95 {
    background-color: rgba(79, 70, 229, 0.95);
}
.bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700\/0 {
    background-color: rgba(67, 56, 202, 0);
}
.bg-indigo-700\/10 {
    background-color: rgba(67, 56, 202, 0.1);
}
.bg-indigo-700\/100 {
    background-color: #4338ca;
}
.bg-indigo-700\/15 {
    background-color: rgba(67, 56, 202, 0.15);
}
.bg-indigo-700\/20 {
    background-color: rgba(67, 56, 202, 0.2);
}
.bg-indigo-700\/25 {
    background-color: rgba(67, 56, 202, 0.25);
}
.bg-indigo-700\/30 {
    background-color: rgba(67, 56, 202, 0.3);
}
.bg-indigo-700\/35 {
    background-color: rgba(67, 56, 202, 0.35);
}
.bg-indigo-700\/40 {
    background-color: rgba(67, 56, 202, 0.4);
}
.bg-indigo-700\/45 {
    background-color: rgba(67, 56, 202, 0.45);
}
.bg-indigo-700\/5 {
    background-color: rgba(67, 56, 202, 0.05);
}
.bg-indigo-700\/50 {
    background-color: rgba(67, 56, 202, 0.5);
}
.bg-indigo-700\/55 {
    background-color: rgba(67, 56, 202, 0.55);
}
.bg-indigo-700\/60 {
    background-color: rgba(67, 56, 202, 0.6);
}
.bg-indigo-700\/65 {
    background-color: rgba(67, 56, 202, 0.65);
}
.bg-indigo-700\/70 {
    background-color: rgba(67, 56, 202, 0.7);
}
.bg-indigo-700\/75 {
    background-color: rgba(67, 56, 202, 0.75);
}
.bg-indigo-700\/80 {
    background-color: rgba(67, 56, 202, 0.8);
}
.bg-indigo-700\/85 {
    background-color: rgba(67, 56, 202, 0.85);
}
.bg-indigo-700\/90 {
    background-color: rgba(67, 56, 202, 0.9);
}
.bg-indigo-700\/95 {
    background-color: rgba(67, 56, 202, 0.95);
}
.bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800\/0 {
    background-color: rgba(55, 48, 163, 0);
}
.bg-indigo-800\/10 {
    background-color: rgba(55, 48, 163, 0.1);
}
.bg-indigo-800\/100 {
    background-color: #3730a3;
}
.bg-indigo-800\/15 {
    background-color: rgba(55, 48, 163, 0.15);
}
.bg-indigo-800\/20 {
    background-color: rgba(55, 48, 163, 0.2);
}
.bg-indigo-800\/25 {
    background-color: rgba(55, 48, 163, 0.25);
}
.bg-indigo-800\/30 {
    background-color: rgba(55, 48, 163, 0.3);
}
.bg-indigo-800\/35 {
    background-color: rgba(55, 48, 163, 0.35);
}
.bg-indigo-800\/40 {
    background-color: rgba(55, 48, 163, 0.4);
}
.bg-indigo-800\/45 {
    background-color: rgba(55, 48, 163, 0.45);
}
.bg-indigo-800\/5 {
    background-color: rgba(55, 48, 163, 0.05);
}
.bg-indigo-800\/50 {
    background-color: rgba(55, 48, 163, 0.5);
}
.bg-indigo-800\/55 {
    background-color: rgba(55, 48, 163, 0.55);
}
.bg-indigo-800\/60 {
    background-color: rgba(55, 48, 163, 0.6);
}
.bg-indigo-800\/65 {
    background-color: rgba(55, 48, 163, 0.65);
}
.bg-indigo-800\/70 {
    background-color: rgba(55, 48, 163, 0.7);
}
.bg-indigo-800\/75 {
    background-color: rgba(55, 48, 163, 0.75);
}
.bg-indigo-800\/80 {
    background-color: rgba(55, 48, 163, 0.8);
}
.bg-indigo-800\/85 {
    background-color: rgba(55, 48, 163, 0.85);
}
.bg-indigo-800\/90 {
    background-color: rgba(55, 48, 163, 0.9);
}
.bg-indigo-800\/95 {
    background-color: rgba(55, 48, 163, 0.95);
}
.bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900\/0 {
    background-color: rgba(49, 46, 129, 0);
}
.bg-indigo-900\/10 {
    background-color: rgba(49, 46, 129, 0.1);
}
.bg-indigo-900\/100 {
    background-color: #312e81;
}
.bg-indigo-900\/15 {
    background-color: rgba(49, 46, 129, 0.15);
}
.bg-indigo-900\/20 {
    background-color: rgba(49, 46, 129, 0.2);
}
.bg-indigo-900\/25 {
    background-color: rgba(49, 46, 129, 0.25);
}
.bg-indigo-900\/30 {
    background-color: rgba(49, 46, 129, 0.3);
}
.bg-indigo-900\/35 {
    background-color: rgba(49, 46, 129, 0.35);
}
.bg-indigo-900\/40 {
    background-color: rgba(49, 46, 129, 0.4);
}
.bg-indigo-900\/45 {
    background-color: rgba(49, 46, 129, 0.45);
}
.bg-indigo-900\/5 {
    background-color: rgba(49, 46, 129, 0.05);
}
.bg-indigo-900\/50 {
    background-color: rgba(49, 46, 129, 0.5);
}
.bg-indigo-900\/55 {
    background-color: rgba(49, 46, 129, 0.55);
}
.bg-indigo-900\/60 {
    background-color: rgba(49, 46, 129, 0.6);
}
.bg-indigo-900\/65 {
    background-color: rgba(49, 46, 129, 0.65);
}
.bg-indigo-900\/70 {
    background-color: rgba(49, 46, 129, 0.7);
}
.bg-indigo-900\/75 {
    background-color: rgba(49, 46, 129, 0.75);
}
.bg-indigo-900\/80 {
    background-color: rgba(49, 46, 129, 0.8);
}
.bg-indigo-900\/85 {
    background-color: rgba(49, 46, 129, 0.85);
}
.bg-indigo-900\/90 {
    background-color: rgba(49, 46, 129, 0.9);
}
.bg-indigo-900\/95 {
    background-color: rgba(49, 46, 129, 0.95);
}
.bg-info-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-info-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-info-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-itsme-tangerine {
    --tw-bg-opacity: 1;
    background-color: rgb(255 70 18 / var(--tw-bg-opacity, 1));
}
.bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-lime-100\/0 {
    background-color: hsla(80, 89%, 89%, 0);
}
.bg-lime-100\/10 {
    background-color: hsla(80, 89%, 89%, 0.1);
}
.bg-lime-100\/100 {
    background-color: #ecfccb;
}
.bg-lime-100\/15 {
    background-color: hsla(80, 89%, 89%, 0.15);
}
.bg-lime-100\/20 {
    background-color: hsla(80, 89%, 89%, 0.2);
}
.bg-lime-100\/25 {
    background-color: hsla(80, 89%, 89%, 0.25);
}
.bg-lime-100\/30 {
    background-color: hsla(80, 89%, 89%, 0.3);
}
.bg-lime-100\/35 {
    background-color: hsla(80, 89%, 89%, 0.35);
}
.bg-lime-100\/40 {
    background-color: hsla(80, 89%, 89%, 0.4);
}
.bg-lime-100\/45 {
    background-color: hsla(80, 89%, 89%, 0.45);
}
.bg-lime-100\/5 {
    background-color: hsla(80, 89%, 89%, 0.05);
}
.bg-lime-100\/50 {
    background-color: hsla(80, 89%, 89%, 0.5);
}
.bg-lime-100\/55 {
    background-color: hsla(80, 89%, 89%, 0.55);
}
.bg-lime-100\/60 {
    background-color: hsla(80, 89%, 89%, 0.6);
}
.bg-lime-100\/65 {
    background-color: hsla(80, 89%, 89%, 0.65);
}
.bg-lime-100\/70 {
    background-color: hsla(80, 89%, 89%, 0.7);
}
.bg-lime-100\/75 {
    background-color: hsla(80, 89%, 89%, 0.75);
}
.bg-lime-100\/80 {
    background-color: hsla(80, 89%, 89%, 0.8);
}
.bg-lime-100\/85 {
    background-color: hsla(80, 89%, 89%, 0.85);
}
.bg-lime-100\/90 {
    background-color: hsla(80, 89%, 89%, 0.9);
}
.bg-lime-100\/95 {
    background-color: hsla(80, 89%, 89%, 0.95);
}
.bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.bg-lime-200\/0 {
    background-color: hsla(81, 88%, 80%, 0);
}
.bg-lime-200\/10 {
    background-color: hsla(81, 88%, 80%, 0.1);
}
.bg-lime-200\/100 {
    background-color: #d9f99d;
}
.bg-lime-200\/15 {
    background-color: hsla(81, 88%, 80%, 0.15);
}
.bg-lime-200\/20 {
    background-color: hsla(81, 88%, 80%, 0.2);
}
.bg-lime-200\/25 {
    background-color: hsla(81, 88%, 80%, 0.25);
}
.bg-lime-200\/30 {
    background-color: hsla(81, 88%, 80%, 0.3);
}
.bg-lime-200\/35 {
    background-color: hsla(81, 88%, 80%, 0.35);
}
.bg-lime-200\/40 {
    background-color: hsla(81, 88%, 80%, 0.4);
}
.bg-lime-200\/45 {
    background-color: hsla(81, 88%, 80%, 0.45);
}
.bg-lime-200\/5 {
    background-color: hsla(81, 88%, 80%, 0.05);
}
.bg-lime-200\/50 {
    background-color: hsla(81, 88%, 80%, 0.5);
}
.bg-lime-200\/55 {
    background-color: hsla(81, 88%, 80%, 0.55);
}
.bg-lime-200\/60 {
    background-color: hsla(81, 88%, 80%, 0.6);
}
.bg-lime-200\/65 {
    background-color: hsla(81, 88%, 80%, 0.65);
}
.bg-lime-200\/70 {
    background-color: hsla(81, 88%, 80%, 0.7);
}
.bg-lime-200\/75 {
    background-color: hsla(81, 88%, 80%, 0.75);
}
.bg-lime-200\/80 {
    background-color: hsla(81, 88%, 80%, 0.8);
}
.bg-lime-200\/85 {
    background-color: hsla(81, 88%, 80%, 0.85);
}
.bg-lime-200\/90 {
    background-color: hsla(81, 88%, 80%, 0.9);
}
.bg-lime-200\/95 {
    background-color: hsla(81, 88%, 80%, 0.95);
}
.bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}
.bg-lime-300\/0 {
    background-color: hsla(82, 85%, 67%, 0);
}
.bg-lime-300\/10 {
    background-color: hsla(82, 85%, 67%, 0.1);
}
.bg-lime-300\/100 {
    background-color: #bef264;
}
.bg-lime-300\/15 {
    background-color: hsla(82, 85%, 67%, 0.15);
}
.bg-lime-300\/20 {
    background-color: hsla(82, 85%, 67%, 0.2);
}
.bg-lime-300\/25 {
    background-color: hsla(82, 85%, 67%, 0.25);
}
.bg-lime-300\/30 {
    background-color: hsla(82, 85%, 67%, 0.3);
}
.bg-lime-300\/35 {
    background-color: hsla(82, 85%, 67%, 0.35);
}
.bg-lime-300\/40 {
    background-color: hsla(82, 85%, 67%, 0.4);
}
.bg-lime-300\/45 {
    background-color: hsla(82, 85%, 67%, 0.45);
}
.bg-lime-300\/5 {
    background-color: hsla(82, 85%, 67%, 0.05);
}
.bg-lime-300\/50 {
    background-color: hsla(82, 85%, 67%, 0.5);
}
.bg-lime-300\/55 {
    background-color: hsla(82, 85%, 67%, 0.55);
}
.bg-lime-300\/60 {
    background-color: hsla(82, 85%, 67%, 0.6);
}
.bg-lime-300\/65 {
    background-color: hsla(82, 85%, 67%, 0.65);
}
.bg-lime-300\/70 {
    background-color: hsla(82, 85%, 67%, 0.7);
}
.bg-lime-300\/75 {
    background-color: hsla(82, 85%, 67%, 0.75);
}
.bg-lime-300\/80 {
    background-color: hsla(82, 85%, 67%, 0.8);
}
.bg-lime-300\/85 {
    background-color: hsla(82, 85%, 67%, 0.85);
}
.bg-lime-300\/90 {
    background-color: hsla(82, 85%, 67%, 0.9);
}
.bg-lime-300\/95 {
    background-color: hsla(82, 85%, 67%, 0.95);
}
.bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}
.bg-lime-400\/0 {
    background-color: rgba(163, 230, 53, 0);
}
.bg-lime-400\/10 {
    background-color: rgba(163, 230, 53, 0.1);
}
.bg-lime-400\/100 {
    background-color: #a3e635;
}
.bg-lime-400\/15 {
    background-color: rgba(163, 230, 53, 0.15);
}
.bg-lime-400\/20 {
    background-color: rgba(163, 230, 53, 0.2);
}
.bg-lime-400\/25 {
    background-color: rgba(163, 230, 53, 0.25);
}
.bg-lime-400\/30 {
    background-color: rgba(163, 230, 53, 0.3);
}
.bg-lime-400\/35 {
    background-color: rgba(163, 230, 53, 0.35);
}
.bg-lime-400\/40 {
    background-color: rgba(163, 230, 53, 0.4);
}
.bg-lime-400\/45 {
    background-color: rgba(163, 230, 53, 0.45);
}
.bg-lime-400\/5 {
    background-color: rgba(163, 230, 53, 0.05);
}
.bg-lime-400\/50 {
    background-color: rgba(163, 230, 53, 0.5);
}
.bg-lime-400\/55 {
    background-color: rgba(163, 230, 53, 0.55);
}
.bg-lime-400\/60 {
    background-color: rgba(163, 230, 53, 0.6);
}
.bg-lime-400\/65 {
    background-color: rgba(163, 230, 53, 0.65);
}
.bg-lime-400\/70 {
    background-color: rgba(163, 230, 53, 0.7);
}
.bg-lime-400\/75 {
    background-color: rgba(163, 230, 53, 0.75);
}
.bg-lime-400\/80 {
    background-color: rgba(163, 230, 53, 0.8);
}
.bg-lime-400\/85 {
    background-color: rgba(163, 230, 53, 0.85);
}
.bg-lime-400\/90 {
    background-color: rgba(163, 230, 53, 0.9);
}
.bg-lime-400\/95 {
    background-color: rgba(163, 230, 53, 0.95);
}
.bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}
.bg-lime-50\/0 {
    background-color: hsla(78, 92%, 95%, 0);
}
.bg-lime-50\/10 {
    background-color: hsla(78, 92%, 95%, 0.1);
}
.bg-lime-50\/100 {
    background-color: #f7fee7;
}
.bg-lime-50\/15 {
    background-color: hsla(78, 92%, 95%, 0.15);
}
.bg-lime-50\/20 {
    background-color: hsla(78, 92%, 95%, 0.2);
}
.bg-lime-50\/25 {
    background-color: hsla(78, 92%, 95%, 0.25);
}
.bg-lime-50\/30 {
    background-color: hsla(78, 92%, 95%, 0.3);
}
.bg-lime-50\/35 {
    background-color: hsla(78, 92%, 95%, 0.35);
}
.bg-lime-50\/40 {
    background-color: hsla(78, 92%, 95%, 0.4);
}
.bg-lime-50\/45 {
    background-color: hsla(78, 92%, 95%, 0.45);
}
.bg-lime-50\/5 {
    background-color: hsla(78, 92%, 95%, 0.05);
}
.bg-lime-50\/50 {
    background-color: hsla(78, 92%, 95%, 0.5);
}
.bg-lime-50\/55 {
    background-color: hsla(78, 92%, 95%, 0.55);
}
.bg-lime-50\/60 {
    background-color: hsla(78, 92%, 95%, 0.6);
}
.bg-lime-50\/65 {
    background-color: hsla(78, 92%, 95%, 0.65);
}
.bg-lime-50\/70 {
    background-color: hsla(78, 92%, 95%, 0.7);
}
.bg-lime-50\/75 {
    background-color: hsla(78, 92%, 95%, 0.75);
}
.bg-lime-50\/80 {
    background-color: hsla(78, 92%, 95%, 0.8);
}
.bg-lime-50\/85 {
    background-color: hsla(78, 92%, 95%, 0.85);
}
.bg-lime-50\/90 {
    background-color: hsla(78, 92%, 95%, 0.9);
}
.bg-lime-50\/95 {
    background-color: hsla(78, 92%, 95%, 0.95);
}
.bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-lime-500\/0 {
    background-color: rgba(132, 204, 22, 0);
}
.bg-lime-500\/10 {
    background-color: rgba(132, 204, 22, 0.1);
}
.bg-lime-500\/100 {
    background-color: #84cc16;
}
.bg-lime-500\/15 {
    background-color: rgba(132, 204, 22, 0.15);
}
.bg-lime-500\/20 {
    background-color: rgba(132, 204, 22, 0.2);
}
.bg-lime-500\/25 {
    background-color: rgba(132, 204, 22, 0.25);
}
.bg-lime-500\/30 {
    background-color: rgba(132, 204, 22, 0.3);
}
.bg-lime-500\/35 {
    background-color: rgba(132, 204, 22, 0.35);
}
.bg-lime-500\/40 {
    background-color: rgba(132, 204, 22, 0.4);
}
.bg-lime-500\/45 {
    background-color: rgba(132, 204, 22, 0.45);
}
.bg-lime-500\/5 {
    background-color: rgba(132, 204, 22, 0.05);
}
.bg-lime-500\/50 {
    background-color: rgba(132, 204, 22, 0.5);
}
.bg-lime-500\/55 {
    background-color: rgba(132, 204, 22, 0.55);
}
.bg-lime-500\/60 {
    background-color: rgba(132, 204, 22, 0.6);
}
.bg-lime-500\/65 {
    background-color: rgba(132, 204, 22, 0.65);
}
.bg-lime-500\/70 {
    background-color: rgba(132, 204, 22, 0.7);
}
.bg-lime-500\/75 {
    background-color: rgba(132, 204, 22, 0.75);
}
.bg-lime-500\/80 {
    background-color: rgba(132, 204, 22, 0.8);
}
.bg-lime-500\/85 {
    background-color: rgba(132, 204, 22, 0.85);
}
.bg-lime-500\/90 {
    background-color: rgba(132, 204, 22, 0.9);
}
.bg-lime-500\/95 {
    background-color: rgba(132, 204, 22, 0.95);
}
.bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.bg-lime-600\/0 {
    background-color: rgba(101, 163, 13, 0);
}
.bg-lime-600\/10 {
    background-color: rgba(101, 163, 13, 0.1);
}
.bg-lime-600\/100 {
    background-color: #65a30d;
}
.bg-lime-600\/15 {
    background-color: rgba(101, 163, 13, 0.15);
}
.bg-lime-600\/20 {
    background-color: rgba(101, 163, 13, 0.2);
}
.bg-lime-600\/25 {
    background-color: rgba(101, 163, 13, 0.25);
}
.bg-lime-600\/30 {
    background-color: rgba(101, 163, 13, 0.3);
}
.bg-lime-600\/35 {
    background-color: rgba(101, 163, 13, 0.35);
}
.bg-lime-600\/40 {
    background-color: rgba(101, 163, 13, 0.4);
}
.bg-lime-600\/45 {
    background-color: rgba(101, 163, 13, 0.45);
}
.bg-lime-600\/5 {
    background-color: rgba(101, 163, 13, 0.05);
}
.bg-lime-600\/50 {
    background-color: rgba(101, 163, 13, 0.5);
}
.bg-lime-600\/55 {
    background-color: rgba(101, 163, 13, 0.55);
}
.bg-lime-600\/60 {
    background-color: rgba(101, 163, 13, 0.6);
}
.bg-lime-600\/65 {
    background-color: rgba(101, 163, 13, 0.65);
}
.bg-lime-600\/70 {
    background-color: rgba(101, 163, 13, 0.7);
}
.bg-lime-600\/75 {
    background-color: rgba(101, 163, 13, 0.75);
}
.bg-lime-600\/80 {
    background-color: rgba(101, 163, 13, 0.8);
}
.bg-lime-600\/85 {
    background-color: rgba(101, 163, 13, 0.85);
}
.bg-lime-600\/90 {
    background-color: rgba(101, 163, 13, 0.9);
}
.bg-lime-600\/95 {
    background-color: rgba(101, 163, 13, 0.95);
}
.bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.bg-lime-700\/0 {
    background-color: rgba(77, 124, 15, 0);
}
.bg-lime-700\/10 {
    background-color: rgba(77, 124, 15, 0.1);
}
.bg-lime-700\/100 {
    background-color: #4d7c0f;
}
.bg-lime-700\/15 {
    background-color: rgba(77, 124, 15, 0.15);
}
.bg-lime-700\/20 {
    background-color: rgba(77, 124, 15, 0.2);
}
.bg-lime-700\/25 {
    background-color: rgba(77, 124, 15, 0.25);
}
.bg-lime-700\/30 {
    background-color: rgba(77, 124, 15, 0.3);
}
.bg-lime-700\/35 {
    background-color: rgba(77, 124, 15, 0.35);
}
.bg-lime-700\/40 {
    background-color: rgba(77, 124, 15, 0.4);
}
.bg-lime-700\/45 {
    background-color: rgba(77, 124, 15, 0.45);
}
.bg-lime-700\/5 {
    background-color: rgba(77, 124, 15, 0.05);
}
.bg-lime-700\/50 {
    background-color: rgba(77, 124, 15, 0.5);
}
.bg-lime-700\/55 {
    background-color: rgba(77, 124, 15, 0.55);
}
.bg-lime-700\/60 {
    background-color: rgba(77, 124, 15, 0.6);
}
.bg-lime-700\/65 {
    background-color: rgba(77, 124, 15, 0.65);
}
.bg-lime-700\/70 {
    background-color: rgba(77, 124, 15, 0.7);
}
.bg-lime-700\/75 {
    background-color: rgba(77, 124, 15, 0.75);
}
.bg-lime-700\/80 {
    background-color: rgba(77, 124, 15, 0.8);
}
.bg-lime-700\/85 {
    background-color: rgba(77, 124, 15, 0.85);
}
.bg-lime-700\/90 {
    background-color: rgba(77, 124, 15, 0.9);
}
.bg-lime-700\/95 {
    background-color: rgba(77, 124, 15, 0.95);
}
.bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}
.bg-lime-800\/0 {
    background-color: rgba(63, 98, 18, 0);
}
.bg-lime-800\/10 {
    background-color: rgba(63, 98, 18, 0.1);
}
.bg-lime-800\/100 {
    background-color: #3f6212;
}
.bg-lime-800\/15 {
    background-color: rgba(63, 98, 18, 0.15);
}
.bg-lime-800\/20 {
    background-color: rgba(63, 98, 18, 0.2);
}
.bg-lime-800\/25 {
    background-color: rgba(63, 98, 18, 0.25);
}
.bg-lime-800\/30 {
    background-color: rgba(63, 98, 18, 0.3);
}
.bg-lime-800\/35 {
    background-color: rgba(63, 98, 18, 0.35);
}
.bg-lime-800\/40 {
    background-color: rgba(63, 98, 18, 0.4);
}
.bg-lime-800\/45 {
    background-color: rgba(63, 98, 18, 0.45);
}
.bg-lime-800\/5 {
    background-color: rgba(63, 98, 18, 0.05);
}
.bg-lime-800\/50 {
    background-color: rgba(63, 98, 18, 0.5);
}
.bg-lime-800\/55 {
    background-color: rgba(63, 98, 18, 0.55);
}
.bg-lime-800\/60 {
    background-color: rgba(63, 98, 18, 0.6);
}
.bg-lime-800\/65 {
    background-color: rgba(63, 98, 18, 0.65);
}
.bg-lime-800\/70 {
    background-color: rgba(63, 98, 18, 0.7);
}
.bg-lime-800\/75 {
    background-color: rgba(63, 98, 18, 0.75);
}
.bg-lime-800\/80 {
    background-color: rgba(63, 98, 18, 0.8);
}
.bg-lime-800\/85 {
    background-color: rgba(63, 98, 18, 0.85);
}
.bg-lime-800\/90 {
    background-color: rgba(63, 98, 18, 0.9);
}
.bg-lime-800\/95 {
    background-color: rgba(63, 98, 18, 0.95);
}
.bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}
.bg-lime-900\/0 {
    background-color: rgba(54, 83, 20, 0);
}
.bg-lime-900\/10 {
    background-color: rgba(54, 83, 20, 0.1);
}
.bg-lime-900\/100 {
    background-color: #365314;
}
.bg-lime-900\/15 {
    background-color: rgba(54, 83, 20, 0.15);
}
.bg-lime-900\/20 {
    background-color: rgba(54, 83, 20, 0.2);
}
.bg-lime-900\/25 {
    background-color: rgba(54, 83, 20, 0.25);
}
.bg-lime-900\/30 {
    background-color: rgba(54, 83, 20, 0.3);
}
.bg-lime-900\/35 {
    background-color: rgba(54, 83, 20, 0.35);
}
.bg-lime-900\/40 {
    background-color: rgba(54, 83, 20, 0.4);
}
.bg-lime-900\/45 {
    background-color: rgba(54, 83, 20, 0.45);
}
.bg-lime-900\/5 {
    background-color: rgba(54, 83, 20, 0.05);
}
.bg-lime-900\/50 {
    background-color: rgba(54, 83, 20, 0.5);
}
.bg-lime-900\/55 {
    background-color: rgba(54, 83, 20, 0.55);
}
.bg-lime-900\/60 {
    background-color: rgba(54, 83, 20, 0.6);
}
.bg-lime-900\/65 {
    background-color: rgba(54, 83, 20, 0.65);
}
.bg-lime-900\/70 {
    background-color: rgba(54, 83, 20, 0.7);
}
.bg-lime-900\/75 {
    background-color: rgba(54, 83, 20, 0.75);
}
.bg-lime-900\/80 {
    background-color: rgba(54, 83, 20, 0.8);
}
.bg-lime-900\/85 {
    background-color: rgba(54, 83, 20, 0.85);
}
.bg-lime-900\/90 {
    background-color: rgba(54, 83, 20, 0.9);
}
.bg-lime-900\/95 {
    background-color: rgba(54, 83, 20, 0.95);
}
.bg-negative-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-negative-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-negative-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-negative-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100\/0 {
    background-color: hsla(0, 0%, 96%, 0);
}
.bg-neutral-100\/10 {
    background-color: hsla(0, 0%, 96%, 0.1);
}
.bg-neutral-100\/100 {
    background-color: #f5f5f5;
}
.bg-neutral-100\/15 {
    background-color: hsla(0, 0%, 96%, 0.15);
}
.bg-neutral-100\/20 {
    background-color: hsla(0, 0%, 96%, 0.2);
}
.bg-neutral-100\/25 {
    background-color: hsla(0, 0%, 96%, 0.25);
}
.bg-neutral-100\/30 {
    background-color: hsla(0, 0%, 96%, 0.3);
}
.bg-neutral-100\/35 {
    background-color: hsla(0, 0%, 96%, 0.35);
}
.bg-neutral-100\/40 {
    background-color: hsla(0, 0%, 96%, 0.4);
}
.bg-neutral-100\/45 {
    background-color: hsla(0, 0%, 96%, 0.45);
}
.bg-neutral-100\/5 {
    background-color: hsla(0, 0%, 96%, 0.05);
}
.bg-neutral-100\/50 {
    background-color: hsla(0, 0%, 96%, 0.5);
}
.bg-neutral-100\/55 {
    background-color: hsla(0, 0%, 96%, 0.55);
}
.bg-neutral-100\/60 {
    background-color: hsla(0, 0%, 96%, 0.6);
}
.bg-neutral-100\/65 {
    background-color: hsla(0, 0%, 96%, 0.65);
}
.bg-neutral-100\/70 {
    background-color: hsla(0, 0%, 96%, 0.7);
}
.bg-neutral-100\/75 {
    background-color: hsla(0, 0%, 96%, 0.75);
}
.bg-neutral-100\/80 {
    background-color: hsla(0, 0%, 96%, 0.8);
}
.bg-neutral-100\/85 {
    background-color: hsla(0, 0%, 96%, 0.85);
}
.bg-neutral-100\/90 {
    background-color: hsla(0, 0%, 96%, 0.9);
}
.bg-neutral-100\/95 {
    background-color: hsla(0, 0%, 96%, 0.95);
}
.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200\/0 {
    background-color: hsla(0, 0%, 90%, 0);
}
.bg-neutral-200\/10 {
    background-color: hsla(0, 0%, 90%, 0.1);
}
.bg-neutral-200\/100 {
    background-color: #e5e5e5;
}
.bg-neutral-200\/15 {
    background-color: hsla(0, 0%, 90%, 0.15);
}
.bg-neutral-200\/20 {
    background-color: hsla(0, 0%, 90%, 0.2);
}
.bg-neutral-200\/25 {
    background-color: hsla(0, 0%, 90%, 0.25);
}
.bg-neutral-200\/30 {
    background-color: hsla(0, 0%, 90%, 0.3);
}
.bg-neutral-200\/35 {
    background-color: hsla(0, 0%, 90%, 0.35);
}
.bg-neutral-200\/40 {
    background-color: hsla(0, 0%, 90%, 0.4);
}
.bg-neutral-200\/45 {
    background-color: hsla(0, 0%, 90%, 0.45);
}
.bg-neutral-200\/5 {
    background-color: hsla(0, 0%, 90%, 0.05);
}
.bg-neutral-200\/50 {
    background-color: hsla(0, 0%, 90%, 0.5);
}
.bg-neutral-200\/55 {
    background-color: hsla(0, 0%, 90%, 0.55);
}
.bg-neutral-200\/60 {
    background-color: hsla(0, 0%, 90%, 0.6);
}
.bg-neutral-200\/65 {
    background-color: hsla(0, 0%, 90%, 0.65);
}
.bg-neutral-200\/70 {
    background-color: hsla(0, 0%, 90%, 0.7);
}
.bg-neutral-200\/75 {
    background-color: hsla(0, 0%, 90%, 0.75);
}
.bg-neutral-200\/80 {
    background-color: hsla(0, 0%, 90%, 0.8);
}
.bg-neutral-200\/85 {
    background-color: hsla(0, 0%, 90%, 0.85);
}
.bg-neutral-200\/90 {
    background-color: hsla(0, 0%, 90%, 0.9);
}
.bg-neutral-200\/95 {
    background-color: hsla(0, 0%, 90%, 0.95);
}
.bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.bg-neutral-300\/0 {
    background-color: hsla(0, 0%, 83%, 0);
}
.bg-neutral-300\/10 {
    background-color: hsla(0, 0%, 83%, 0.1);
}
.bg-neutral-300\/100 {
    background-color: #d4d4d4;
}
.bg-neutral-300\/15 {
    background-color: hsla(0, 0%, 83%, 0.15);
}
.bg-neutral-300\/20 {
    background-color: hsla(0, 0%, 83%, 0.2);
}
.bg-neutral-300\/25 {
    background-color: hsla(0, 0%, 83%, 0.25);
}
.bg-neutral-300\/30 {
    background-color: hsla(0, 0%, 83%, 0.3);
}
.bg-neutral-300\/35 {
    background-color: hsla(0, 0%, 83%, 0.35);
}
.bg-neutral-300\/40 {
    background-color: hsla(0, 0%, 83%, 0.4);
}
.bg-neutral-300\/45 {
    background-color: hsla(0, 0%, 83%, 0.45);
}
.bg-neutral-300\/5 {
    background-color: hsla(0, 0%, 83%, 0.05);
}
.bg-neutral-300\/50 {
    background-color: hsla(0, 0%, 83%, 0.5);
}
.bg-neutral-300\/55 {
    background-color: hsla(0, 0%, 83%, 0.55);
}
.bg-neutral-300\/60 {
    background-color: hsla(0, 0%, 83%, 0.6);
}
.bg-neutral-300\/65 {
    background-color: hsla(0, 0%, 83%, 0.65);
}
.bg-neutral-300\/70 {
    background-color: hsla(0, 0%, 83%, 0.7);
}
.bg-neutral-300\/75 {
    background-color: hsla(0, 0%, 83%, 0.75);
}
.bg-neutral-300\/80 {
    background-color: hsla(0, 0%, 83%, 0.8);
}
.bg-neutral-300\/85 {
    background-color: hsla(0, 0%, 83%, 0.85);
}
.bg-neutral-300\/90 {
    background-color: hsla(0, 0%, 83%, 0.9);
}
.bg-neutral-300\/95 {
    background-color: hsla(0, 0%, 83%, 0.95);
}
.bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.bg-neutral-400\/0 {
    background-color: hsla(0, 0%, 64%, 0);
}
.bg-neutral-400\/10 {
    background-color: hsla(0, 0%, 64%, 0.1);
}
.bg-neutral-400\/100 {
    background-color: #a3a3a3;
}
.bg-neutral-400\/15 {
    background-color: hsla(0, 0%, 64%, 0.15);
}
.bg-neutral-400\/20 {
    background-color: hsla(0, 0%, 64%, 0.2);
}
.bg-neutral-400\/25 {
    background-color: hsla(0, 0%, 64%, 0.25);
}
.bg-neutral-400\/30 {
    background-color: hsla(0, 0%, 64%, 0.3);
}
.bg-neutral-400\/35 {
    background-color: hsla(0, 0%, 64%, 0.35);
}
.bg-neutral-400\/40 {
    background-color: hsla(0, 0%, 64%, 0.4);
}
.bg-neutral-400\/45 {
    background-color: hsla(0, 0%, 64%, 0.45);
}
.bg-neutral-400\/5 {
    background-color: hsla(0, 0%, 64%, 0.05);
}
.bg-neutral-400\/50 {
    background-color: hsla(0, 0%, 64%, 0.5);
}
.bg-neutral-400\/55 {
    background-color: hsla(0, 0%, 64%, 0.55);
}
.bg-neutral-400\/60 {
    background-color: hsla(0, 0%, 64%, 0.6);
}
.bg-neutral-400\/65 {
    background-color: hsla(0, 0%, 64%, 0.65);
}
.bg-neutral-400\/70 {
    background-color: hsla(0, 0%, 64%, 0.7);
}
.bg-neutral-400\/75 {
    background-color: hsla(0, 0%, 64%, 0.75);
}
.bg-neutral-400\/80 {
    background-color: hsla(0, 0%, 64%, 0.8);
}
.bg-neutral-400\/85 {
    background-color: hsla(0, 0%, 64%, 0.85);
}
.bg-neutral-400\/90 {
    background-color: hsla(0, 0%, 64%, 0.9);
}
.bg-neutral-400\/95 {
    background-color: hsla(0, 0%, 64%, 0.95);
}
.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50\/0 {
    background-color: hsla(0, 0%, 98%, 0);
}
.bg-neutral-50\/10 {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.bg-neutral-50\/100 {
    background-color: #fafafa;
}
.bg-neutral-50\/15 {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.bg-neutral-50\/20 {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.bg-neutral-50\/25 {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.bg-neutral-50\/30 {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.bg-neutral-50\/35 {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.bg-neutral-50\/40 {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.bg-neutral-50\/45 {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.bg-neutral-50\/5 {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.bg-neutral-50\/50 {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.bg-neutral-50\/55 {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.bg-neutral-50\/60 {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.bg-neutral-50\/65 {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.bg-neutral-50\/70 {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.bg-neutral-50\/75 {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.bg-neutral-50\/80 {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.bg-neutral-50\/85 {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.bg-neutral-50\/90 {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.bg-neutral-50\/95 {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-neutral-500\/0 {
    background-color: hsla(0, 0%, 45%, 0);
}
.bg-neutral-500\/10 {
    background-color: hsla(0, 0%, 45%, 0.1);
}
.bg-neutral-500\/100 {
    background-color: #737373;
}
.bg-neutral-500\/15 {
    background-color: hsla(0, 0%, 45%, 0.15);
}
.bg-neutral-500\/20 {
    background-color: hsla(0, 0%, 45%, 0.2);
}
.bg-neutral-500\/25 {
    background-color: hsla(0, 0%, 45%, 0.25);
}
.bg-neutral-500\/30 {
    background-color: hsla(0, 0%, 45%, 0.3);
}
.bg-neutral-500\/35 {
    background-color: hsla(0, 0%, 45%, 0.35);
}
.bg-neutral-500\/40 {
    background-color: hsla(0, 0%, 45%, 0.4);
}
.bg-neutral-500\/45 {
    background-color: hsla(0, 0%, 45%, 0.45);
}
.bg-neutral-500\/5 {
    background-color: hsla(0, 0%, 45%, 0.05);
}
.bg-neutral-500\/50 {
    background-color: hsla(0, 0%, 45%, 0.5);
}
.bg-neutral-500\/55 {
    background-color: hsla(0, 0%, 45%, 0.55);
}
.bg-neutral-500\/60 {
    background-color: hsla(0, 0%, 45%, 0.6);
}
.bg-neutral-500\/65 {
    background-color: hsla(0, 0%, 45%, 0.65);
}
.bg-neutral-500\/70 {
    background-color: hsla(0, 0%, 45%, 0.7);
}
.bg-neutral-500\/75 {
    background-color: hsla(0, 0%, 45%, 0.75);
}
.bg-neutral-500\/80 {
    background-color: hsla(0, 0%, 45%, 0.8);
}
.bg-neutral-500\/85 {
    background-color: hsla(0, 0%, 45%, 0.85);
}
.bg-neutral-500\/90 {
    background-color: hsla(0, 0%, 45%, 0.9);
}
.bg-neutral-500\/95 {
    background-color: hsla(0, 0%, 45%, 0.95);
}
.bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.bg-neutral-600\/0 {
    background-color: rgba(82, 82, 82, 0);
}
.bg-neutral-600\/10 {
    background-color: rgba(82, 82, 82, 0.1);
}
.bg-neutral-600\/100 {
    background-color: #525252;
}
.bg-neutral-600\/15 {
    background-color: rgba(82, 82, 82, 0.15);
}
.bg-neutral-600\/20 {
    background-color: rgba(82, 82, 82, 0.2);
}
.bg-neutral-600\/25 {
    background-color: rgba(82, 82, 82, 0.25);
}
.bg-neutral-600\/30 {
    background-color: rgba(82, 82, 82, 0.3);
}
.bg-neutral-600\/35 {
    background-color: rgba(82, 82, 82, 0.35);
}
.bg-neutral-600\/40 {
    background-color: rgba(82, 82, 82, 0.4);
}
.bg-neutral-600\/45 {
    background-color: rgba(82, 82, 82, 0.45);
}
.bg-neutral-600\/5 {
    background-color: rgba(82, 82, 82, 0.05);
}
.bg-neutral-600\/50 {
    background-color: rgba(82, 82, 82, 0.5);
}
.bg-neutral-600\/55 {
    background-color: rgba(82, 82, 82, 0.55);
}
.bg-neutral-600\/60 {
    background-color: rgba(82, 82, 82, 0.6);
}
.bg-neutral-600\/65 {
    background-color: rgba(82, 82, 82, 0.65);
}
.bg-neutral-600\/70 {
    background-color: rgba(82, 82, 82, 0.7);
}
.bg-neutral-600\/75 {
    background-color: rgba(82, 82, 82, 0.75);
}
.bg-neutral-600\/80 {
    background-color: rgba(82, 82, 82, 0.8);
}
.bg-neutral-600\/85 {
    background-color: rgba(82, 82, 82, 0.85);
}
.bg-neutral-600\/90 {
    background-color: rgba(82, 82, 82, 0.9);
}
.bg-neutral-600\/95 {
    background-color: rgba(82, 82, 82, 0.95);
}
.bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.bg-neutral-700\/0 {
    background-color: rgba(64, 64, 64, 0);
}
.bg-neutral-700\/10 {
    background-color: rgba(64, 64, 64, 0.1);
}
.bg-neutral-700\/100 {
    background-color: #404040;
}
.bg-neutral-700\/15 {
    background-color: rgba(64, 64, 64, 0.15);
}
.bg-neutral-700\/20 {
    background-color: rgba(64, 64, 64, 0.2);
}
.bg-neutral-700\/25 {
    background-color: rgba(64, 64, 64, 0.25);
}
.bg-neutral-700\/30 {
    background-color: rgba(64, 64, 64, 0.3);
}
.bg-neutral-700\/35 {
    background-color: rgba(64, 64, 64, 0.35);
}
.bg-neutral-700\/40 {
    background-color: rgba(64, 64, 64, 0.4);
}
.bg-neutral-700\/45 {
    background-color: rgba(64, 64, 64, 0.45);
}
.bg-neutral-700\/5 {
    background-color: rgba(64, 64, 64, 0.05);
}
.bg-neutral-700\/50 {
    background-color: rgba(64, 64, 64, 0.5);
}
.bg-neutral-700\/55 {
    background-color: rgba(64, 64, 64, 0.55);
}
.bg-neutral-700\/60 {
    background-color: rgba(64, 64, 64, 0.6);
}
.bg-neutral-700\/65 {
    background-color: rgba(64, 64, 64, 0.65);
}
.bg-neutral-700\/70 {
    background-color: rgba(64, 64, 64, 0.7);
}
.bg-neutral-700\/75 {
    background-color: rgba(64, 64, 64, 0.75);
}
.bg-neutral-700\/80 {
    background-color: rgba(64, 64, 64, 0.8);
}
.bg-neutral-700\/85 {
    background-color: rgba(64, 64, 64, 0.85);
}
.bg-neutral-700\/90 {
    background-color: rgba(64, 64, 64, 0.9);
}
.bg-neutral-700\/95 {
    background-color: rgba(64, 64, 64, 0.95);
}
.bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-neutral-800\/0 {
    background-color: rgba(38, 38, 38, 0);
}
.bg-neutral-800\/10 {
    background-color: rgba(38, 38, 38, 0.1);
}
.bg-neutral-800\/100 {
    background-color: #262626;
}
.bg-neutral-800\/15 {
    background-color: rgba(38, 38, 38, 0.15);
}
.bg-neutral-800\/20 {
    background-color: rgba(38, 38, 38, 0.2);
}
.bg-neutral-800\/25 {
    background-color: rgba(38, 38, 38, 0.25);
}
.bg-neutral-800\/30 {
    background-color: rgba(38, 38, 38, 0.3);
}
.bg-neutral-800\/35 {
    background-color: rgba(38, 38, 38, 0.35);
}
.bg-neutral-800\/40 {
    background-color: rgba(38, 38, 38, 0.4);
}
.bg-neutral-800\/45 {
    background-color: rgba(38, 38, 38, 0.45);
}
.bg-neutral-800\/5 {
    background-color: rgba(38, 38, 38, 0.05);
}
.bg-neutral-800\/50 {
    background-color: rgba(38, 38, 38, 0.5);
}
.bg-neutral-800\/55 {
    background-color: rgba(38, 38, 38, 0.55);
}
.bg-neutral-800\/60 {
    background-color: rgba(38, 38, 38, 0.6);
}
.bg-neutral-800\/65 {
    background-color: rgba(38, 38, 38, 0.65);
}
.bg-neutral-800\/70 {
    background-color: rgba(38, 38, 38, 0.7);
}
.bg-neutral-800\/75 {
    background-color: rgba(38, 38, 38, 0.75);
}
.bg-neutral-800\/80 {
    background-color: rgba(38, 38, 38, 0.8);
}
.bg-neutral-800\/85 {
    background-color: rgba(38, 38, 38, 0.85);
}
.bg-neutral-800\/90 {
    background-color: rgba(38, 38, 38, 0.9);
}
.bg-neutral-800\/95 {
    background-color: rgba(38, 38, 38, 0.95);
}
.bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900\/0 {
    background-color: hsla(0, 0%, 9%, 0);
}
.bg-neutral-900\/10 {
    background-color: hsla(0, 0%, 9%, 0.1);
}
.bg-neutral-900\/100 {
    background-color: #171717;
}
.bg-neutral-900\/15 {
    background-color: hsla(0, 0%, 9%, 0.15);
}
.bg-neutral-900\/20 {
    background-color: hsla(0, 0%, 9%, 0.2);
}
.bg-neutral-900\/25 {
    background-color: hsla(0, 0%, 9%, 0.25);
}
.bg-neutral-900\/30 {
    background-color: hsla(0, 0%, 9%, 0.3);
}
.bg-neutral-900\/35 {
    background-color: hsla(0, 0%, 9%, 0.35);
}
.bg-neutral-900\/40 {
    background-color: hsla(0, 0%, 9%, 0.4);
}
.bg-neutral-900\/45 {
    background-color: hsla(0, 0%, 9%, 0.45);
}
.bg-neutral-900\/5 {
    background-color: hsla(0, 0%, 9%, 0.05);
}
.bg-neutral-900\/50 {
    background-color: hsla(0, 0%, 9%, 0.5);
}
.bg-neutral-900\/55 {
    background-color: hsla(0, 0%, 9%, 0.55);
}
.bg-neutral-900\/60 {
    background-color: hsla(0, 0%, 9%, 0.6);
}
.bg-neutral-900\/65 {
    background-color: hsla(0, 0%, 9%, 0.65);
}
.bg-neutral-900\/70 {
    background-color: hsla(0, 0%, 9%, 0.7);
}
.bg-neutral-900\/75 {
    background-color: hsla(0, 0%, 9%, 0.75);
}
.bg-neutral-900\/80 {
    background-color: hsla(0, 0%, 9%, 0.8);
}
.bg-neutral-900\/85 {
    background-color: hsla(0, 0%, 9%, 0.85);
}
.bg-neutral-900\/90 {
    background-color: hsla(0, 0%, 9%, 0.9);
}
.bg-neutral-900\/95 {
    background-color: hsla(0, 0%, 9%, 0.95);
}
.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-100\/0 {
    background-color: rgba(255, 237, 213, 0);
}
.bg-orange-100\/10 {
    background-color: rgba(255, 237, 213, 0.1);
}
.bg-orange-100\/100 {
    background-color: #ffedd5;
}
.bg-orange-100\/15 {
    background-color: rgba(255, 237, 213, 0.15);
}
.bg-orange-100\/20 {
    background-color: rgba(255, 237, 213, 0.2);
}
.bg-orange-100\/25 {
    background-color: rgba(255, 237, 213, 0.25);
}
.bg-orange-100\/30 {
    background-color: rgba(255, 237, 213, 0.3);
}
.bg-orange-100\/35 {
    background-color: rgba(255, 237, 213, 0.35);
}
.bg-orange-100\/40 {
    background-color: rgba(255, 237, 213, 0.4);
}
.bg-orange-100\/45 {
    background-color: rgba(255, 237, 213, 0.45);
}
.bg-orange-100\/5 {
    background-color: rgba(255, 237, 213, 0.05);
}
.bg-orange-100\/50 {
    background-color: rgba(255, 237, 213, 0.5);
}
.bg-orange-100\/55 {
    background-color: rgba(255, 237, 213, 0.55);
}
.bg-orange-100\/60 {
    background-color: rgba(255, 237, 213, 0.6);
}
.bg-orange-100\/65 {
    background-color: rgba(255, 237, 213, 0.65);
}
.bg-orange-100\/70 {
    background-color: rgba(255, 237, 213, 0.7);
}
.bg-orange-100\/75 {
    background-color: rgba(255, 237, 213, 0.75);
}
.bg-orange-100\/80 {
    background-color: rgba(255, 237, 213, 0.8);
}
.bg-orange-100\/85 {
    background-color: rgba(255, 237, 213, 0.85);
}
.bg-orange-100\/90 {
    background-color: rgba(255, 237, 213, 0.9);
}
.bg-orange-100\/95 {
    background-color: rgba(255, 237, 213, 0.95);
}
.bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-200\/0 {
    background-color: hsla(32, 98%, 83%, 0);
}
.bg-orange-200\/10 {
    background-color: hsla(32, 98%, 83%, 0.1);
}
.bg-orange-200\/100 {
    background-color: #fed7aa;
}
.bg-orange-200\/15 {
    background-color: hsla(32, 98%, 83%, 0.15);
}
.bg-orange-200\/20 {
    background-color: hsla(32, 98%, 83%, 0.2);
}
.bg-orange-200\/25 {
    background-color: hsla(32, 98%, 83%, 0.25);
}
.bg-orange-200\/30 {
    background-color: hsla(32, 98%, 83%, 0.3);
}
.bg-orange-200\/35 {
    background-color: hsla(32, 98%, 83%, 0.35);
}
.bg-orange-200\/40 {
    background-color: hsla(32, 98%, 83%, 0.4);
}
.bg-orange-200\/45 {
    background-color: hsla(32, 98%, 83%, 0.45);
}
.bg-orange-200\/5 {
    background-color: hsla(32, 98%, 83%, 0.05);
}
.bg-orange-200\/50 {
    background-color: hsla(32, 98%, 83%, 0.5);
}
.bg-orange-200\/55 {
    background-color: hsla(32, 98%, 83%, 0.55);
}
.bg-orange-200\/60 {
    background-color: hsla(32, 98%, 83%, 0.6);
}
.bg-orange-200\/65 {
    background-color: hsla(32, 98%, 83%, 0.65);
}
.bg-orange-200\/70 {
    background-color: hsla(32, 98%, 83%, 0.7);
}
.bg-orange-200\/75 {
    background-color: hsla(32, 98%, 83%, 0.75);
}
.bg-orange-200\/80 {
    background-color: hsla(32, 98%, 83%, 0.8);
}
.bg-orange-200\/85 {
    background-color: hsla(32, 98%, 83%, 0.85);
}
.bg-orange-200\/90 {
    background-color: hsla(32, 98%, 83%, 0.9);
}
.bg-orange-200\/95 {
    background-color: hsla(32, 98%, 83%, 0.95);
}
.bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.bg-orange-300\/0 {
    background-color: hsla(31, 97%, 72%, 0);
}
.bg-orange-300\/10 {
    background-color: hsla(31, 97%, 72%, 0.1);
}
.bg-orange-300\/100 {
    background-color: #fdba74;
}
.bg-orange-300\/15 {
    background-color: hsla(31, 97%, 72%, 0.15);
}
.bg-orange-300\/20 {
    background-color: hsla(31, 97%, 72%, 0.2);
}
.bg-orange-300\/25 {
    background-color: hsla(31, 97%, 72%, 0.25);
}
.bg-orange-300\/30 {
    background-color: hsla(31, 97%, 72%, 0.3);
}
.bg-orange-300\/35 {
    background-color: hsla(31, 97%, 72%, 0.35);
}
.bg-orange-300\/40 {
    background-color: hsla(31, 97%, 72%, 0.4);
}
.bg-orange-300\/45 {
    background-color: hsla(31, 97%, 72%, 0.45);
}
.bg-orange-300\/5 {
    background-color: hsla(31, 97%, 72%, 0.05);
}
.bg-orange-300\/50 {
    background-color: hsla(31, 97%, 72%, 0.5);
}
.bg-orange-300\/55 {
    background-color: hsla(31, 97%, 72%, 0.55);
}
.bg-orange-300\/60 {
    background-color: hsla(31, 97%, 72%, 0.6);
}
.bg-orange-300\/65 {
    background-color: hsla(31, 97%, 72%, 0.65);
}
.bg-orange-300\/70 {
    background-color: hsla(31, 97%, 72%, 0.7);
}
.bg-orange-300\/75 {
    background-color: hsla(31, 97%, 72%, 0.75);
}
.bg-orange-300\/80 {
    background-color: hsla(31, 97%, 72%, 0.8);
}
.bg-orange-300\/85 {
    background-color: hsla(31, 97%, 72%, 0.85);
}
.bg-orange-300\/90 {
    background-color: hsla(31, 97%, 72%, 0.9);
}
.bg-orange-300\/95 {
    background-color: hsla(31, 97%, 72%, 0.95);
}
.bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/0 {
    background-color: rgba(251, 146, 60, 0);
}
.bg-orange-400\/10 {
    background-color: rgba(251, 146, 60, 0.1);
}
.bg-orange-400\/100 {
    background-color: #fb923c;
}
.bg-orange-400\/15 {
    background-color: rgba(251, 146, 60, 0.15);
}
.bg-orange-400\/20 {
    background-color: rgba(251, 146, 60, 0.2);
}
.bg-orange-400\/25 {
    background-color: rgba(251, 146, 60, 0.25);
}
.bg-orange-400\/30 {
    background-color: rgba(251, 146, 60, 0.3);
}
.bg-orange-400\/35 {
    background-color: rgba(251, 146, 60, 0.35);
}
.bg-orange-400\/40 {
    background-color: rgba(251, 146, 60, 0.4);
}
.bg-orange-400\/45 {
    background-color: rgba(251, 146, 60, 0.45);
}
.bg-orange-400\/5 {
    background-color: rgba(251, 146, 60, 0.05);
}
.bg-orange-400\/50 {
    background-color: rgba(251, 146, 60, 0.5);
}
.bg-orange-400\/55 {
    background-color: rgba(251, 146, 60, 0.55);
}
.bg-orange-400\/60 {
    background-color: rgba(251, 146, 60, 0.6);
}
.bg-orange-400\/65 {
    background-color: rgba(251, 146, 60, 0.65);
}
.bg-orange-400\/70 {
    background-color: rgba(251, 146, 60, 0.7);
}
.bg-orange-400\/75 {
    background-color: rgba(251, 146, 60, 0.75);
}
.bg-orange-400\/80 {
    background-color: rgba(251, 146, 60, 0.8);
}
.bg-orange-400\/85 {
    background-color: rgba(251, 146, 60, 0.85);
}
.bg-orange-400\/90 {
    background-color: rgba(251, 146, 60, 0.9);
}
.bg-orange-400\/95 {
    background-color: rgba(251, 146, 60, 0.95);
}
.bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/0 {
    background-color: rgba(255, 247, 237, 0);
}
.bg-orange-50\/10 {
    background-color: rgba(255, 247, 237, 0.1);
}
.bg-orange-50\/100 {
    background-color: #fff7ed;
}
.bg-orange-50\/15 {
    background-color: rgba(255, 247, 237, 0.15);
}
.bg-orange-50\/20 {
    background-color: rgba(255, 247, 237, 0.2);
}
.bg-orange-50\/25 {
    background-color: rgba(255, 247, 237, 0.25);
}
.bg-orange-50\/30 {
    background-color: rgba(255, 247, 237, 0.3);
}
.bg-orange-50\/35 {
    background-color: rgba(255, 247, 237, 0.35);
}
.bg-orange-50\/40 {
    background-color: rgba(255, 247, 237, 0.4);
}
.bg-orange-50\/45 {
    background-color: rgba(255, 247, 237, 0.45);
}
.bg-orange-50\/5 {
    background-color: rgba(255, 247, 237, 0.05);
}
.bg-orange-50\/50 {
    background-color: rgba(255, 247, 237, 0.5);
}
.bg-orange-50\/55 {
    background-color: rgba(255, 247, 237, 0.55);
}
.bg-orange-50\/60 {
    background-color: rgba(255, 247, 237, 0.6);
}
.bg-orange-50\/65 {
    background-color: rgba(255, 247, 237, 0.65);
}
.bg-orange-50\/70 {
    background-color: rgba(255, 247, 237, 0.7);
}
.bg-orange-50\/75 {
    background-color: rgba(255, 247, 237, 0.75);
}
.bg-orange-50\/80 {
    background-color: rgba(255, 247, 237, 0.8);
}
.bg-orange-50\/85 {
    background-color: rgba(255, 247, 237, 0.85);
}
.bg-orange-50\/90 {
    background-color: rgba(255, 247, 237, 0.9);
}
.bg-orange-50\/95 {
    background-color: rgba(255, 247, 237, 0.95);
}
.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/0 {
    background-color: rgba(249, 115, 22, 0);
}
.bg-orange-500\/10 {
    background-color: rgba(249, 115, 22, 0.1);
}
.bg-orange-500\/100 {
    background-color: #f97316;
}
.bg-orange-500\/15 {
    background-color: rgba(249, 115, 22, 0.15);
}
.bg-orange-500\/20 {
    background-color: rgba(249, 115, 22, 0.2);
}
.bg-orange-500\/25 {
    background-color: rgba(249, 115, 22, 0.25);
}
.bg-orange-500\/30 {
    background-color: rgba(249, 115, 22, 0.3);
}
.bg-orange-500\/35 {
    background-color: rgba(249, 115, 22, 0.35);
}
.bg-orange-500\/40 {
    background-color: rgba(249, 115, 22, 0.4);
}
.bg-orange-500\/45 {
    background-color: rgba(249, 115, 22, 0.45);
}
.bg-orange-500\/5 {
    background-color: rgba(249, 115, 22, 0.05);
}
.bg-orange-500\/50 {
    background-color: rgba(249, 115, 22, 0.5);
}
.bg-orange-500\/55 {
    background-color: rgba(249, 115, 22, 0.55);
}
.bg-orange-500\/60 {
    background-color: rgba(249, 115, 22, 0.6);
}
.bg-orange-500\/65 {
    background-color: rgba(249, 115, 22, 0.65);
}
.bg-orange-500\/70 {
    background-color: rgba(249, 115, 22, 0.7);
}
.bg-orange-500\/75 {
    background-color: rgba(249, 115, 22, 0.75);
}
.bg-orange-500\/80 {
    background-color: rgba(249, 115, 22, 0.8);
}
.bg-orange-500\/85 {
    background-color: rgba(249, 115, 22, 0.85);
}
.bg-orange-500\/90 {
    background-color: rgba(249, 115, 22, 0.9);
}
.bg-orange-500\/95 {
    background-color: rgba(249, 115, 22, 0.95);
}
.bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-600\/0 {
    background-color: rgba(234, 88, 12, 0);
}
.bg-orange-600\/10 {
    background-color: rgba(234, 88, 12, 0.1);
}
.bg-orange-600\/100 {
    background-color: #ea580c;
}
.bg-orange-600\/15 {
    background-color: rgba(234, 88, 12, 0.15);
}
.bg-orange-600\/20 {
    background-color: rgba(234, 88, 12, 0.2);
}
.bg-orange-600\/25 {
    background-color: rgba(234, 88, 12, 0.25);
}
.bg-orange-600\/30 {
    background-color: rgba(234, 88, 12, 0.3);
}
.bg-orange-600\/35 {
    background-color: rgba(234, 88, 12, 0.35);
}
.bg-orange-600\/40 {
    background-color: rgba(234, 88, 12, 0.4);
}
.bg-orange-600\/45 {
    background-color: rgba(234, 88, 12, 0.45);
}
.bg-orange-600\/5 {
    background-color: rgba(234, 88, 12, 0.05);
}
.bg-orange-600\/50 {
    background-color: rgba(234, 88, 12, 0.5);
}
.bg-orange-600\/55 {
    background-color: rgba(234, 88, 12, 0.55);
}
.bg-orange-600\/60 {
    background-color: rgba(234, 88, 12, 0.6);
}
.bg-orange-600\/65 {
    background-color: rgba(234, 88, 12, 0.65);
}
.bg-orange-600\/70 {
    background-color: rgba(234, 88, 12, 0.7);
}
.bg-orange-600\/75 {
    background-color: rgba(234, 88, 12, 0.75);
}
.bg-orange-600\/80 {
    background-color: rgba(234, 88, 12, 0.8);
}
.bg-orange-600\/85 {
    background-color: rgba(234, 88, 12, 0.85);
}
.bg-orange-600\/90 {
    background-color: rgba(234, 88, 12, 0.9);
}
.bg-orange-600\/95 {
    background-color: rgba(234, 88, 12, 0.95);
}
.bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700\/0 {
    background-color: rgba(194, 65, 12, 0);
}
.bg-orange-700\/10 {
    background-color: rgba(194, 65, 12, 0.1);
}
.bg-orange-700\/100 {
    background-color: #c2410c;
}
.bg-orange-700\/15 {
    background-color: rgba(194, 65, 12, 0.15);
}
.bg-orange-700\/20 {
    background-color: rgba(194, 65, 12, 0.2);
}
.bg-orange-700\/25 {
    background-color: rgba(194, 65, 12, 0.25);
}
.bg-orange-700\/30 {
    background-color: rgba(194, 65, 12, 0.3);
}
.bg-orange-700\/35 {
    background-color: rgba(194, 65, 12, 0.35);
}
.bg-orange-700\/40 {
    background-color: rgba(194, 65, 12, 0.4);
}
.bg-orange-700\/45 {
    background-color: rgba(194, 65, 12, 0.45);
}
.bg-orange-700\/5 {
    background-color: rgba(194, 65, 12, 0.05);
}
.bg-orange-700\/50 {
    background-color: rgba(194, 65, 12, 0.5);
}
.bg-orange-700\/55 {
    background-color: rgba(194, 65, 12, 0.55);
}
.bg-orange-700\/60 {
    background-color: rgba(194, 65, 12, 0.6);
}
.bg-orange-700\/65 {
    background-color: rgba(194, 65, 12, 0.65);
}
.bg-orange-700\/70 {
    background-color: rgba(194, 65, 12, 0.7);
}
.bg-orange-700\/75 {
    background-color: rgba(194, 65, 12, 0.75);
}
.bg-orange-700\/80 {
    background-color: rgba(194, 65, 12, 0.8);
}
.bg-orange-700\/85 {
    background-color: rgba(194, 65, 12, 0.85);
}
.bg-orange-700\/90 {
    background-color: rgba(194, 65, 12, 0.9);
}
.bg-orange-700\/95 {
    background-color: rgba(194, 65, 12, 0.95);
}
.bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-800\/0 {
    background-color: rgba(154, 52, 18, 0);
}
.bg-orange-800\/10 {
    background-color: rgba(154, 52, 18, 0.1);
}
.bg-orange-800\/100 {
    background-color: #9a3412;
}
.bg-orange-800\/15 {
    background-color: rgba(154, 52, 18, 0.15);
}
.bg-orange-800\/20 {
    background-color: rgba(154, 52, 18, 0.2);
}
.bg-orange-800\/25 {
    background-color: rgba(154, 52, 18, 0.25);
}
.bg-orange-800\/30 {
    background-color: rgba(154, 52, 18, 0.3);
}
.bg-orange-800\/35 {
    background-color: rgba(154, 52, 18, 0.35);
}
.bg-orange-800\/40 {
    background-color: rgba(154, 52, 18, 0.4);
}
.bg-orange-800\/45 {
    background-color: rgba(154, 52, 18, 0.45);
}
.bg-orange-800\/5 {
    background-color: rgba(154, 52, 18, 0.05);
}
.bg-orange-800\/50 {
    background-color: rgba(154, 52, 18, 0.5);
}
.bg-orange-800\/55 {
    background-color: rgba(154, 52, 18, 0.55);
}
.bg-orange-800\/60 {
    background-color: rgba(154, 52, 18, 0.6);
}
.bg-orange-800\/65 {
    background-color: rgba(154, 52, 18, 0.65);
}
.bg-orange-800\/70 {
    background-color: rgba(154, 52, 18, 0.7);
}
.bg-orange-800\/75 {
    background-color: rgba(154, 52, 18, 0.75);
}
.bg-orange-800\/80 {
    background-color: rgba(154, 52, 18, 0.8);
}
.bg-orange-800\/85 {
    background-color: rgba(154, 52, 18, 0.85);
}
.bg-orange-800\/90 {
    background-color: rgba(154, 52, 18, 0.9);
}
.bg-orange-800\/95 {
    background-color: rgba(154, 52, 18, 0.95);
}
.bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-900\/0 {
    background-color: rgba(124, 45, 18, 0);
}
.bg-orange-900\/10 {
    background-color: rgba(124, 45, 18, 0.1);
}
.bg-orange-900\/100 {
    background-color: #7c2d12;
}
.bg-orange-900\/15 {
    background-color: rgba(124, 45, 18, 0.15);
}
.bg-orange-900\/20 {
    background-color: rgba(124, 45, 18, 0.2);
}
.bg-orange-900\/25 {
    background-color: rgba(124, 45, 18, 0.25);
}
.bg-orange-900\/30 {
    background-color: rgba(124, 45, 18, 0.3);
}
.bg-orange-900\/35 {
    background-color: rgba(124, 45, 18, 0.35);
}
.bg-orange-900\/40 {
    background-color: rgba(124, 45, 18, 0.4);
}
.bg-orange-900\/45 {
    background-color: rgba(124, 45, 18, 0.45);
}
.bg-orange-900\/5 {
    background-color: rgba(124, 45, 18, 0.05);
}
.bg-orange-900\/50 {
    background-color: rgba(124, 45, 18, 0.5);
}
.bg-orange-900\/55 {
    background-color: rgba(124, 45, 18, 0.55);
}
.bg-orange-900\/60 {
    background-color: rgba(124, 45, 18, 0.6);
}
.bg-orange-900\/65 {
    background-color: rgba(124, 45, 18, 0.65);
}
.bg-orange-900\/70 {
    background-color: rgba(124, 45, 18, 0.7);
}
.bg-orange-900\/75 {
    background-color: rgba(124, 45, 18, 0.75);
}
.bg-orange-900\/80 {
    background-color: rgba(124, 45, 18, 0.8);
}
.bg-orange-900\/85 {
    background-color: rgba(124, 45, 18, 0.85);
}
.bg-orange-900\/90 {
    background-color: rgba(124, 45, 18, 0.9);
}
.bg-orange-900\/95 {
    background-color: rgba(124, 45, 18, 0.95);
}
.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-100\/0 {
    background-color: rgba(252, 231, 243, 0);
}
.bg-pink-100\/10 {
    background-color: rgba(252, 231, 243, 0.1);
}
.bg-pink-100\/100 {
    background-color: #fce7f3;
}
.bg-pink-100\/15 {
    background-color: rgba(252, 231, 243, 0.15);
}
.bg-pink-100\/20 {
    background-color: rgba(252, 231, 243, 0.2);
}
.bg-pink-100\/25 {
    background-color: rgba(252, 231, 243, 0.25);
}
.bg-pink-100\/30 {
    background-color: rgba(252, 231, 243, 0.3);
}
.bg-pink-100\/35 {
    background-color: rgba(252, 231, 243, 0.35);
}
.bg-pink-100\/40 {
    background-color: rgba(252, 231, 243, 0.4);
}
.bg-pink-100\/45 {
    background-color: rgba(252, 231, 243, 0.45);
}
.bg-pink-100\/5 {
    background-color: rgba(252, 231, 243, 0.05);
}
.bg-pink-100\/50 {
    background-color: rgba(252, 231, 243, 0.5);
}
.bg-pink-100\/55 {
    background-color: rgba(252, 231, 243, 0.55);
}
.bg-pink-100\/60 {
    background-color: rgba(252, 231, 243, 0.6);
}
.bg-pink-100\/65 {
    background-color: rgba(252, 231, 243, 0.65);
}
.bg-pink-100\/70 {
    background-color: rgba(252, 231, 243, 0.7);
}
.bg-pink-100\/75 {
    background-color: rgba(252, 231, 243, 0.75);
}
.bg-pink-100\/80 {
    background-color: rgba(252, 231, 243, 0.8);
}
.bg-pink-100\/85 {
    background-color: rgba(252, 231, 243, 0.85);
}
.bg-pink-100\/90 {
    background-color: rgba(252, 231, 243, 0.9);
}
.bg-pink-100\/95 {
    background-color: rgba(252, 231, 243, 0.95);
}
.bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.bg-pink-200\/0 {
    background-color: rgba(251, 207, 232, 0);
}
.bg-pink-200\/10 {
    background-color: rgba(251, 207, 232, 0.1);
}
.bg-pink-200\/100 {
    background-color: #fbcfe8;
}
.bg-pink-200\/15 {
    background-color: rgba(251, 207, 232, 0.15);
}
.bg-pink-200\/20 {
    background-color: rgba(251, 207, 232, 0.2);
}
.bg-pink-200\/25 {
    background-color: rgba(251, 207, 232, 0.25);
}
.bg-pink-200\/30 {
    background-color: rgba(251, 207, 232, 0.3);
}
.bg-pink-200\/35 {
    background-color: rgba(251, 207, 232, 0.35);
}
.bg-pink-200\/40 {
    background-color: rgba(251, 207, 232, 0.4);
}
.bg-pink-200\/45 {
    background-color: rgba(251, 207, 232, 0.45);
}
.bg-pink-200\/5 {
    background-color: rgba(251, 207, 232, 0.05);
}
.bg-pink-200\/50 {
    background-color: rgba(251, 207, 232, 0.5);
}
.bg-pink-200\/55 {
    background-color: rgba(251, 207, 232, 0.55);
}
.bg-pink-200\/60 {
    background-color: rgba(251, 207, 232, 0.6);
}
.bg-pink-200\/65 {
    background-color: rgba(251, 207, 232, 0.65);
}
.bg-pink-200\/70 {
    background-color: rgba(251, 207, 232, 0.7);
}
.bg-pink-200\/75 {
    background-color: rgba(251, 207, 232, 0.75);
}
.bg-pink-200\/80 {
    background-color: rgba(251, 207, 232, 0.8);
}
.bg-pink-200\/85 {
    background-color: rgba(251, 207, 232, 0.85);
}
.bg-pink-200\/90 {
    background-color: rgba(251, 207, 232, 0.9);
}
.bg-pink-200\/95 {
    background-color: rgba(251, 207, 232, 0.95);
}
.bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}
.bg-pink-300\/0 {
    background-color: rgba(249, 168, 212, 0);
}
.bg-pink-300\/10 {
    background-color: rgba(249, 168, 212, 0.1);
}
.bg-pink-300\/100 {
    background-color: #f9a8d4;
}
.bg-pink-300\/15 {
    background-color: rgba(249, 168, 212, 0.15);
}
.bg-pink-300\/20 {
    background-color: rgba(249, 168, 212, 0.2);
}
.bg-pink-300\/25 {
    background-color: rgba(249, 168, 212, 0.25);
}
.bg-pink-300\/30 {
    background-color: rgba(249, 168, 212, 0.3);
}
.bg-pink-300\/35 {
    background-color: rgba(249, 168, 212, 0.35);
}
.bg-pink-300\/40 {
    background-color: rgba(249, 168, 212, 0.4);
}
.bg-pink-300\/45 {
    background-color: rgba(249, 168, 212, 0.45);
}
.bg-pink-300\/5 {
    background-color: rgba(249, 168, 212, 0.05);
}
.bg-pink-300\/50 {
    background-color: rgba(249, 168, 212, 0.5);
}
.bg-pink-300\/55 {
    background-color: rgba(249, 168, 212, 0.55);
}
.bg-pink-300\/60 {
    background-color: rgba(249, 168, 212, 0.6);
}
.bg-pink-300\/65 {
    background-color: rgba(249, 168, 212, 0.65);
}
.bg-pink-300\/70 {
    background-color: rgba(249, 168, 212, 0.7);
}
.bg-pink-300\/75 {
    background-color: rgba(249, 168, 212, 0.75);
}
.bg-pink-300\/80 {
    background-color: rgba(249, 168, 212, 0.8);
}
.bg-pink-300\/85 {
    background-color: rgba(249, 168, 212, 0.85);
}
.bg-pink-300\/90 {
    background-color: rgba(249, 168, 212, 0.9);
}
.bg-pink-300\/95 {
    background-color: rgba(249, 168, 212, 0.95);
}
.bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.bg-pink-400\/0 {
    background-color: rgba(244, 114, 182, 0);
}
.bg-pink-400\/10 {
    background-color: rgba(244, 114, 182, 0.1);
}
.bg-pink-400\/100 {
    background-color: #f472b6;
}
.bg-pink-400\/15 {
    background-color: rgba(244, 114, 182, 0.15);
}
.bg-pink-400\/20 {
    background-color: rgba(244, 114, 182, 0.2);
}
.bg-pink-400\/25 {
    background-color: rgba(244, 114, 182, 0.25);
}
.bg-pink-400\/30 {
    background-color: rgba(244, 114, 182, 0.3);
}
.bg-pink-400\/35 {
    background-color: rgba(244, 114, 182, 0.35);
}
.bg-pink-400\/40 {
    background-color: rgba(244, 114, 182, 0.4);
}
.bg-pink-400\/45 {
    background-color: rgba(244, 114, 182, 0.45);
}
.bg-pink-400\/5 {
    background-color: rgba(244, 114, 182, 0.05);
}
.bg-pink-400\/50 {
    background-color: rgba(244, 114, 182, 0.5);
}
.bg-pink-400\/55 {
    background-color: rgba(244, 114, 182, 0.55);
}
.bg-pink-400\/60 {
    background-color: rgba(244, 114, 182, 0.6);
}
.bg-pink-400\/65 {
    background-color: rgba(244, 114, 182, 0.65);
}
.bg-pink-400\/70 {
    background-color: rgba(244, 114, 182, 0.7);
}
.bg-pink-400\/75 {
    background-color: rgba(244, 114, 182, 0.75);
}
.bg-pink-400\/80 {
    background-color: rgba(244, 114, 182, 0.8);
}
.bg-pink-400\/85 {
    background-color: rgba(244, 114, 182, 0.85);
}
.bg-pink-400\/90 {
    background-color: rgba(244, 114, 182, 0.9);
}
.bg-pink-400\/95 {
    background-color: rgba(244, 114, 182, 0.95);
}
.bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-50\/0 {
    background-color: rgba(253, 242, 248, 0);
}
.bg-pink-50\/10 {
    background-color: rgba(253, 242, 248, 0.1);
}
.bg-pink-50\/100 {
    background-color: #fdf2f8;
}
.bg-pink-50\/15 {
    background-color: rgba(253, 242, 248, 0.15);
}
.bg-pink-50\/20 {
    background-color: rgba(253, 242, 248, 0.2);
}
.bg-pink-50\/25 {
    background-color: rgba(253, 242, 248, 0.25);
}
.bg-pink-50\/30 {
    background-color: rgba(253, 242, 248, 0.3);
}
.bg-pink-50\/35 {
    background-color: rgba(253, 242, 248, 0.35);
}
.bg-pink-50\/40 {
    background-color: rgba(253, 242, 248, 0.4);
}
.bg-pink-50\/45 {
    background-color: rgba(253, 242, 248, 0.45);
}
.bg-pink-50\/5 {
    background-color: rgba(253, 242, 248, 0.05);
}
.bg-pink-50\/50 {
    background-color: rgba(253, 242, 248, 0.5);
}
.bg-pink-50\/55 {
    background-color: rgba(253, 242, 248, 0.55);
}
.bg-pink-50\/60 {
    background-color: rgba(253, 242, 248, 0.6);
}
.bg-pink-50\/65 {
    background-color: rgba(253, 242, 248, 0.65);
}
.bg-pink-50\/70 {
    background-color: rgba(253, 242, 248, 0.7);
}
.bg-pink-50\/75 {
    background-color: rgba(253, 242, 248, 0.75);
}
.bg-pink-50\/80 {
    background-color: rgba(253, 242, 248, 0.8);
}
.bg-pink-50\/85 {
    background-color: rgba(253, 242, 248, 0.85);
}
.bg-pink-50\/90 {
    background-color: rgba(253, 242, 248, 0.9);
}
.bg-pink-50\/95 {
    background-color: rgba(253, 242, 248, 0.95);
}
.bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-pink-500\/0 {
    background-color: rgba(236, 72, 153, 0);
}
.bg-pink-500\/10 {
    background-color: rgba(236, 72, 153, 0.1);
}
.bg-pink-500\/100 {
    background-color: #ec4899;
}
.bg-pink-500\/15 {
    background-color: rgba(236, 72, 153, 0.15);
}
.bg-pink-500\/20 {
    background-color: rgba(236, 72, 153, 0.2);
}
.bg-pink-500\/25 {
    background-color: rgba(236, 72, 153, 0.25);
}
.bg-pink-500\/30 {
    background-color: rgba(236, 72, 153, 0.3);
}
.bg-pink-500\/35 {
    background-color: rgba(236, 72, 153, 0.35);
}
.bg-pink-500\/40 {
    background-color: rgba(236, 72, 153, 0.4);
}
.bg-pink-500\/45 {
    background-color: rgba(236, 72, 153, 0.45);
}
.bg-pink-500\/5 {
    background-color: rgba(236, 72, 153, 0.05);
}
.bg-pink-500\/50 {
    background-color: rgba(236, 72, 153, 0.5);
}
.bg-pink-500\/55 {
    background-color: rgba(236, 72, 153, 0.55);
}
.bg-pink-500\/60 {
    background-color: rgba(236, 72, 153, 0.6);
}
.bg-pink-500\/65 {
    background-color: rgba(236, 72, 153, 0.65);
}
.bg-pink-500\/70 {
    background-color: rgba(236, 72, 153, 0.7);
}
.bg-pink-500\/75 {
    background-color: rgba(236, 72, 153, 0.75);
}
.bg-pink-500\/80 {
    background-color: rgba(236, 72, 153, 0.8);
}
.bg-pink-500\/85 {
    background-color: rgba(236, 72, 153, 0.85);
}
.bg-pink-500\/90 {
    background-color: rgba(236, 72, 153, 0.9);
}
.bg-pink-500\/95 {
    background-color: rgba(236, 72, 153, 0.95);
}
.bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.bg-pink-600\/0 {
    background-color: rgba(219, 39, 119, 0);
}
.bg-pink-600\/10 {
    background-color: rgba(219, 39, 119, 0.1);
}
.bg-pink-600\/100 {
    background-color: #db2777;
}
.bg-pink-600\/15 {
    background-color: rgba(219, 39, 119, 0.15);
}
.bg-pink-600\/20 {
    background-color: rgba(219, 39, 119, 0.2);
}
.bg-pink-600\/25 {
    background-color: rgba(219, 39, 119, 0.25);
}
.bg-pink-600\/30 {
    background-color: rgba(219, 39, 119, 0.3);
}
.bg-pink-600\/35 {
    background-color: rgba(219, 39, 119, 0.35);
}
.bg-pink-600\/40 {
    background-color: rgba(219, 39, 119, 0.4);
}
.bg-pink-600\/45 {
    background-color: rgba(219, 39, 119, 0.45);
}
.bg-pink-600\/5 {
    background-color: rgba(219, 39, 119, 0.05);
}
.bg-pink-600\/50 {
    background-color: rgba(219, 39, 119, 0.5);
}
.bg-pink-600\/55 {
    background-color: rgba(219, 39, 119, 0.55);
}
.bg-pink-600\/60 {
    background-color: rgba(219, 39, 119, 0.6);
}
.bg-pink-600\/65 {
    background-color: rgba(219, 39, 119, 0.65);
}
.bg-pink-600\/70 {
    background-color: rgba(219, 39, 119, 0.7);
}
.bg-pink-600\/75 {
    background-color: rgba(219, 39, 119, 0.75);
}
.bg-pink-600\/80 {
    background-color: rgba(219, 39, 119, 0.8);
}
.bg-pink-600\/85 {
    background-color: rgba(219, 39, 119, 0.85);
}
.bg-pink-600\/90 {
    background-color: rgba(219, 39, 119, 0.9);
}
.bg-pink-600\/95 {
    background-color: rgba(219, 39, 119, 0.95);
}
.bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}
.bg-pink-700\/0 {
    background-color: rgba(190, 24, 93, 0);
}
.bg-pink-700\/10 {
    background-color: rgba(190, 24, 93, 0.1);
}
.bg-pink-700\/100 {
    background-color: #be185d;
}
.bg-pink-700\/15 {
    background-color: rgba(190, 24, 93, 0.15);
}
.bg-pink-700\/20 {
    background-color: rgba(190, 24, 93, 0.2);
}
.bg-pink-700\/25 {
    background-color: rgba(190, 24, 93, 0.25);
}
.bg-pink-700\/30 {
    background-color: rgba(190, 24, 93, 0.3);
}
.bg-pink-700\/35 {
    background-color: rgba(190, 24, 93, 0.35);
}
.bg-pink-700\/40 {
    background-color: rgba(190, 24, 93, 0.4);
}
.bg-pink-700\/45 {
    background-color: rgba(190, 24, 93, 0.45);
}
.bg-pink-700\/5 {
    background-color: rgba(190, 24, 93, 0.05);
}
.bg-pink-700\/50 {
    background-color: rgba(190, 24, 93, 0.5);
}
.bg-pink-700\/55 {
    background-color: rgba(190, 24, 93, 0.55);
}
.bg-pink-700\/60 {
    background-color: rgba(190, 24, 93, 0.6);
}
.bg-pink-700\/65 {
    background-color: rgba(190, 24, 93, 0.65);
}
.bg-pink-700\/70 {
    background-color: rgba(190, 24, 93, 0.7);
}
.bg-pink-700\/75 {
    background-color: rgba(190, 24, 93, 0.75);
}
.bg-pink-700\/80 {
    background-color: rgba(190, 24, 93, 0.8);
}
.bg-pink-700\/85 {
    background-color: rgba(190, 24, 93, 0.85);
}
.bg-pink-700\/90 {
    background-color: rgba(190, 24, 93, 0.9);
}
.bg-pink-700\/95 {
    background-color: rgba(190, 24, 93, 0.95);
}
.bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}
.bg-pink-800\/0 {
    background-color: rgba(157, 23, 77, 0);
}
.bg-pink-800\/10 {
    background-color: rgba(157, 23, 77, 0.1);
}
.bg-pink-800\/100 {
    background-color: #9d174d;
}
.bg-pink-800\/15 {
    background-color: rgba(157, 23, 77, 0.15);
}
.bg-pink-800\/20 {
    background-color: rgba(157, 23, 77, 0.2);
}
.bg-pink-800\/25 {
    background-color: rgba(157, 23, 77, 0.25);
}
.bg-pink-800\/30 {
    background-color: rgba(157, 23, 77, 0.3);
}
.bg-pink-800\/35 {
    background-color: rgba(157, 23, 77, 0.35);
}
.bg-pink-800\/40 {
    background-color: rgba(157, 23, 77, 0.4);
}
.bg-pink-800\/45 {
    background-color: rgba(157, 23, 77, 0.45);
}
.bg-pink-800\/5 {
    background-color: rgba(157, 23, 77, 0.05);
}
.bg-pink-800\/50 {
    background-color: rgba(157, 23, 77, 0.5);
}
.bg-pink-800\/55 {
    background-color: rgba(157, 23, 77, 0.55);
}
.bg-pink-800\/60 {
    background-color: rgba(157, 23, 77, 0.6);
}
.bg-pink-800\/65 {
    background-color: rgba(157, 23, 77, 0.65);
}
.bg-pink-800\/70 {
    background-color: rgba(157, 23, 77, 0.7);
}
.bg-pink-800\/75 {
    background-color: rgba(157, 23, 77, 0.75);
}
.bg-pink-800\/80 {
    background-color: rgba(157, 23, 77, 0.8);
}
.bg-pink-800\/85 {
    background-color: rgba(157, 23, 77, 0.85);
}
.bg-pink-800\/90 {
    background-color: rgba(157, 23, 77, 0.9);
}
.bg-pink-800\/95 {
    background-color: rgba(157, 23, 77, 0.95);
}
.bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}
.bg-pink-900\/0 {
    background-color: rgba(131, 24, 67, 0);
}
.bg-pink-900\/10 {
    background-color: rgba(131, 24, 67, 0.1);
}
.bg-pink-900\/100 {
    background-color: #831843;
}
.bg-pink-900\/15 {
    background-color: rgba(131, 24, 67, 0.15);
}
.bg-pink-900\/20 {
    background-color: rgba(131, 24, 67, 0.2);
}
.bg-pink-900\/25 {
    background-color: rgba(131, 24, 67, 0.25);
}
.bg-pink-900\/30 {
    background-color: rgba(131, 24, 67, 0.3);
}
.bg-pink-900\/35 {
    background-color: rgba(131, 24, 67, 0.35);
}
.bg-pink-900\/40 {
    background-color: rgba(131, 24, 67, 0.4);
}
.bg-pink-900\/45 {
    background-color: rgba(131, 24, 67, 0.45);
}
.bg-pink-900\/5 {
    background-color: rgba(131, 24, 67, 0.05);
}
.bg-pink-900\/50 {
    background-color: rgba(131, 24, 67, 0.5);
}
.bg-pink-900\/55 {
    background-color: rgba(131, 24, 67, 0.55);
}
.bg-pink-900\/60 {
    background-color: rgba(131, 24, 67, 0.6);
}
.bg-pink-900\/65 {
    background-color: rgba(131, 24, 67, 0.65);
}
.bg-pink-900\/70 {
    background-color: rgba(131, 24, 67, 0.7);
}
.bg-pink-900\/75 {
    background-color: rgba(131, 24, 67, 0.75);
}
.bg-pink-900\/80 {
    background-color: rgba(131, 24, 67, 0.8);
}
.bg-pink-900\/85 {
    background-color: rgba(131, 24, 67, 0.85);
}
.bg-pink-900\/90 {
    background-color: rgba(131, 24, 67, 0.9);
}
.bg-pink-900\/95 {
    background-color: rgba(131, 24, 67, 0.95);
}
.bg-police-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 204 204 / var(--tw-bg-opacity, 1));
}
.bg-police-100\/0 {
    background-color: rgba(153, 204, 204, 0);
}
.bg-police-100\/10 {
    background-color: rgba(153, 204, 204, 0.1);
}
.bg-police-100\/100 {
    background-color: #9cc;
}
.bg-police-100\/15 {
    background-color: rgba(153, 204, 204, 0.15);
}
.bg-police-100\/20 {
    background-color: rgba(153, 204, 204, 0.2);
}
.bg-police-100\/25 {
    background-color: rgba(153, 204, 204, 0.25);
}
.bg-police-100\/30 {
    background-color: rgba(153, 204, 204, 0.3);
}
.bg-police-100\/35 {
    background-color: rgba(153, 204, 204, 0.35);
}
.bg-police-100\/40 {
    background-color: rgba(153, 204, 204, 0.4);
}
.bg-police-100\/45 {
    background-color: rgba(153, 204, 204, 0.45);
}
.bg-police-100\/5 {
    background-color: rgba(153, 204, 204, 0.05);
}
.bg-police-100\/50 {
    background-color: rgba(153, 204, 204, 0.5);
}
.bg-police-100\/55 {
    background-color: rgba(153, 204, 204, 0.55);
}
.bg-police-100\/60 {
    background-color: rgba(153, 204, 204, 0.6);
}
.bg-police-100\/65 {
    background-color: rgba(153, 204, 204, 0.65);
}
.bg-police-100\/70 {
    background-color: rgba(153, 204, 204, 0.7);
}
.bg-police-100\/75 {
    background-color: rgba(153, 204, 204, 0.75);
}
.bg-police-100\/80 {
    background-color: rgba(153, 204, 204, 0.8);
}
.bg-police-100\/85 {
    background-color: rgba(153, 204, 204, 0.85);
}
.bg-police-100\/90 {
    background-color: rgba(153, 204, 204, 0.9);
}
.bg-police-100\/95 {
    background-color: rgba(153, 204, 204, 0.95);
}
.bg-police-100\/\[0\.2\] {
    background-color: rgba(153, 204, 204, 0.2);
}
.bg-police-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 133 214 / var(--tw-bg-opacity, 1));
}
.bg-police-200\/0 {
    background-color: rgba(133, 133, 214, 0);
}
.bg-police-200\/10 {
    background-color: rgba(133, 133, 214, 0.1);
}
.bg-police-200\/100 {
    background-color: #8585d6;
}
.bg-police-200\/15 {
    background-color: rgba(133, 133, 214, 0.15);
}
.bg-police-200\/20 {
    background-color: rgba(133, 133, 214, 0.2);
}
.bg-police-200\/25 {
    background-color: rgba(133, 133, 214, 0.25);
}
.bg-police-200\/30 {
    background-color: rgba(133, 133, 214, 0.3);
}
.bg-police-200\/35 {
    background-color: rgba(133, 133, 214, 0.35);
}
.bg-police-200\/40 {
    background-color: rgba(133, 133, 214, 0.4);
}
.bg-police-200\/45 {
    background-color: rgba(133, 133, 214, 0.45);
}
.bg-police-200\/5 {
    background-color: rgba(133, 133, 214, 0.05);
}
.bg-police-200\/50 {
    background-color: rgba(133, 133, 214, 0.5);
}
.bg-police-200\/55 {
    background-color: rgba(133, 133, 214, 0.55);
}
.bg-police-200\/60 {
    background-color: rgba(133, 133, 214, 0.6);
}
.bg-police-200\/65 {
    background-color: rgba(133, 133, 214, 0.65);
}
.bg-police-200\/70 {
    background-color: rgba(133, 133, 214, 0.7);
}
.bg-police-200\/75 {
    background-color: rgba(133, 133, 214, 0.75);
}
.bg-police-200\/80 {
    background-color: rgba(133, 133, 214, 0.8);
}
.bg-police-200\/85 {
    background-color: rgba(133, 133, 214, 0.85);
}
.bg-police-200\/90 {
    background-color: rgba(133, 133, 214, 0.9);
}
.bg-police-200\/95 {
    background-color: rgba(133, 133, 214, 0.95);
}
.bg-police-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(106 106 205 / var(--tw-bg-opacity, 1));
}
.bg-police-300\/0 {
    background-color: rgba(106, 106, 205, 0);
}
.bg-police-300\/10 {
    background-color: rgba(106, 106, 205, 0.1);
}
.bg-police-300\/100 {
    background-color: #6a6acd;
}
.bg-police-300\/15 {
    background-color: rgba(106, 106, 205, 0.15);
}
.bg-police-300\/20 {
    background-color: rgba(106, 106, 205, 0.2);
}
.bg-police-300\/25 {
    background-color: rgba(106, 106, 205, 0.25);
}
.bg-police-300\/30 {
    background-color: rgba(106, 106, 205, 0.3);
}
.bg-police-300\/35 {
    background-color: rgba(106, 106, 205, 0.35);
}
.bg-police-300\/40 {
    background-color: rgba(106, 106, 205, 0.4);
}
.bg-police-300\/45 {
    background-color: rgba(106, 106, 205, 0.45);
}
.bg-police-300\/5 {
    background-color: rgba(106, 106, 205, 0.05);
}
.bg-police-300\/50 {
    background-color: rgba(106, 106, 205, 0.5);
}
.bg-police-300\/55 {
    background-color: rgba(106, 106, 205, 0.55);
}
.bg-police-300\/60 {
    background-color: rgba(106, 106, 205, 0.6);
}
.bg-police-300\/65 {
    background-color: rgba(106, 106, 205, 0.65);
}
.bg-police-300\/70 {
    background-color: rgba(106, 106, 205, 0.7);
}
.bg-police-300\/75 {
    background-color: rgba(106, 106, 205, 0.75);
}
.bg-police-300\/80 {
    background-color: rgba(106, 106, 205, 0.8);
}
.bg-police-300\/85 {
    background-color: rgba(106, 106, 205, 0.85);
}
.bg-police-300\/90 {
    background-color: rgba(106, 106, 205, 0.9);
}
.bg-police-300\/95 {
    background-color: rgba(106, 106, 205, 0.95);
}
.bg-police-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 79 196 / var(--tw-bg-opacity, 1));
}
.bg-police-400\/0 {
    background-color: rgba(79, 79, 196, 0);
}
.bg-police-400\/10 {
    background-color: rgba(79, 79, 196, 0.1);
}
.bg-police-400\/100 {
    background-color: #4f4fc4;
}
.bg-police-400\/15 {
    background-color: rgba(79, 79, 196, 0.15);
}
.bg-police-400\/20 {
    background-color: rgba(79, 79, 196, 0.2);
}
.bg-police-400\/25 {
    background-color: rgba(79, 79, 196, 0.25);
}
.bg-police-400\/30 {
    background-color: rgba(79, 79, 196, 0.3);
}
.bg-police-400\/35 {
    background-color: rgba(79, 79, 196, 0.35);
}
.bg-police-400\/40 {
    background-color: rgba(79, 79, 196, 0.4);
}
.bg-police-400\/45 {
    background-color: rgba(79, 79, 196, 0.45);
}
.bg-police-400\/5 {
    background-color: rgba(79, 79, 196, 0.05);
}
.bg-police-400\/50 {
    background-color: rgba(79, 79, 196, 0.5);
}
.bg-police-400\/55 {
    background-color: rgba(79, 79, 196, 0.55);
}
.bg-police-400\/60 {
    background-color: rgba(79, 79, 196, 0.6);
}
.bg-police-400\/65 {
    background-color: rgba(79, 79, 196, 0.65);
}
.bg-police-400\/70 {
    background-color: rgba(79, 79, 196, 0.7);
}
.bg-police-400\/75 {
    background-color: rgba(79, 79, 196, 0.75);
}
.bg-police-400\/80 {
    background-color: rgba(79, 79, 196, 0.8);
}
.bg-police-400\/85 {
    background-color: rgba(79, 79, 196, 0.85);
}
.bg-police-400\/90 {
    background-color: rgba(79, 79, 196, 0.9);
}
.bg-police-400\/95 {
    background-color: rgba(79, 79, 196, 0.95);
}
.bg-police-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 194 235 / var(--tw-bg-opacity, 1));
}
.bg-police-50\/0 {
    background-color: rgba(194, 194, 235, 0);
}
.bg-police-50\/10 {
    background-color: rgba(194, 194, 235, 0.1);
}
.bg-police-50\/100 {
    background-color: #c2c2eb;
}
.bg-police-50\/15 {
    background-color: rgba(194, 194, 235, 0.15);
}
.bg-police-50\/20 {
    background-color: rgba(194, 194, 235, 0.2);
}
.bg-police-50\/25 {
    background-color: rgba(194, 194, 235, 0.25);
}
.bg-police-50\/30 {
    background-color: rgba(194, 194, 235, 0.3);
}
.bg-police-50\/35 {
    background-color: rgba(194, 194, 235, 0.35);
}
.bg-police-50\/40 {
    background-color: rgba(194, 194, 235, 0.4);
}
.bg-police-50\/45 {
    background-color: rgba(194, 194, 235, 0.45);
}
.bg-police-50\/5 {
    background-color: rgba(194, 194, 235, 0.05);
}
.bg-police-50\/50 {
    background-color: rgba(194, 194, 235, 0.5);
}
.bg-police-50\/55 {
    background-color: rgba(194, 194, 235, 0.55);
}
.bg-police-50\/60 {
    background-color: rgba(194, 194, 235, 0.6);
}
.bg-police-50\/65 {
    background-color: rgba(194, 194, 235, 0.65);
}
.bg-police-50\/70 {
    background-color: rgba(194, 194, 235, 0.7);
}
.bg-police-50\/75 {
    background-color: rgba(194, 194, 235, 0.75);
}
.bg-police-50\/80 {
    background-color: rgba(194, 194, 235, 0.8);
}
.bg-police-50\/85 {
    background-color: rgba(194, 194, 235, 0.85);
}
.bg-police-50\/90 {
    background-color: rgba(194, 194, 235, 0.9);
}
.bg-police-50\/95 {
    background-color: rgba(194, 194, 235, 0.95);
}
.bg-police-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(60 60 180 / var(--tw-bg-opacity, 1));
}
.bg-police-500\/0 {
    background-color: rgba(60, 60, 180, 0);
}
.bg-police-500\/10 {
    background-color: rgba(60, 60, 180, 0.1);
}
.bg-police-500\/100 {
    background-color: #3c3cb4;
}
.bg-police-500\/15 {
    background-color: rgba(60, 60, 180, 0.15);
}
.bg-police-500\/20 {
    background-color: rgba(60, 60, 180, 0.2);
}
.bg-police-500\/25 {
    background-color: rgba(60, 60, 180, 0.25);
}
.bg-police-500\/30 {
    background-color: rgba(60, 60, 180, 0.3);
}
.bg-police-500\/35 {
    background-color: rgba(60, 60, 180, 0.35);
}
.bg-police-500\/40 {
    background-color: rgba(60, 60, 180, 0.4);
}
.bg-police-500\/45 {
    background-color: rgba(60, 60, 180, 0.45);
}
.bg-police-500\/5 {
    background-color: rgba(60, 60, 180, 0.05);
}
.bg-police-500\/50 {
    background-color: rgba(60, 60, 180, 0.5);
}
.bg-police-500\/55 {
    background-color: rgba(60, 60, 180, 0.55);
}
.bg-police-500\/60 {
    background-color: rgba(60, 60, 180, 0.6);
}
.bg-police-500\/65 {
    background-color: rgba(60, 60, 180, 0.65);
}
.bg-police-500\/70 {
    background-color: rgba(60, 60, 180, 0.7);
}
.bg-police-500\/75 {
    background-color: rgba(60, 60, 180, 0.75);
}
.bg-police-500\/80 {
    background-color: rgba(60, 60, 180, 0.8);
}
.bg-police-500\/85 {
    background-color: rgba(60, 60, 180, 0.85);
}
.bg-police-500\/90 {
    background-color: rgba(60, 60, 180, 0.9);
}
.bg-police-500\/95 {
    background-color: rgba(60, 60, 180, 0.95);
}
.bg-police-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 153 / var(--tw-bg-opacity, 1));
}
.bg-police-600\/0 {
    background-color: rgba(51, 51, 153, 0);
}
.bg-police-600\/10 {
    background-color: rgba(51, 51, 153, 0.1);
}
.bg-police-600\/100 {
    background-color: #339;
}
.bg-police-600\/15 {
    background-color: rgba(51, 51, 153, 0.15);
}
.bg-police-600\/20 {
    background-color: rgba(51, 51, 153, 0.2);
}
.bg-police-600\/25 {
    background-color: rgba(51, 51, 153, 0.25);
}
.bg-police-600\/30 {
    background-color: rgba(51, 51, 153, 0.3);
}
.bg-police-600\/35 {
    background-color: rgba(51, 51, 153, 0.35);
}
.bg-police-600\/40 {
    background-color: rgba(51, 51, 153, 0.4);
}
.bg-police-600\/45 {
    background-color: rgba(51, 51, 153, 0.45);
}
.bg-police-600\/5 {
    background-color: rgba(51, 51, 153, 0.05);
}
.bg-police-600\/50 {
    background-color: rgba(51, 51, 153, 0.5);
}
.bg-police-600\/55 {
    background-color: rgba(51, 51, 153, 0.55);
}
.bg-police-600\/60 {
    background-color: rgba(51, 51, 153, 0.6);
}
.bg-police-600\/65 {
    background-color: rgba(51, 51, 153, 0.65);
}
.bg-police-600\/70 {
    background-color: rgba(51, 51, 153, 0.7);
}
.bg-police-600\/75 {
    background-color: rgba(51, 51, 153, 0.75);
}
.bg-police-600\/80 {
    background-color: rgba(51, 51, 153, 0.8);
}
.bg-police-600\/85 {
    background-color: rgba(51, 51, 153, 0.85);
}
.bg-police-600\/90 {
    background-color: rgba(51, 51, 153, 0.9);
}
.bg-police-600\/95 {
    background-color: rgba(51, 51, 153, 0.95);
}
.bg-police-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 111 / var(--tw-bg-opacity, 1));
}
.bg-police-700\/0 {
    background-color: rgba(37, 37, 111, 0);
}
.bg-police-700\/10 {
    background-color: rgba(37, 37, 111, 0.1);
}
.bg-police-700\/100 {
    background-color: #25256f;
}
.bg-police-700\/15 {
    background-color: rgba(37, 37, 111, 0.15);
}
.bg-police-700\/20 {
    background-color: rgba(37, 37, 111, 0.2);
}
.bg-police-700\/25 {
    background-color: rgba(37, 37, 111, 0.25);
}
.bg-police-700\/30 {
    background-color: rgba(37, 37, 111, 0.3);
}
.bg-police-700\/35 {
    background-color: rgba(37, 37, 111, 0.35);
}
.bg-police-700\/40 {
    background-color: rgba(37, 37, 111, 0.4);
}
.bg-police-700\/45 {
    background-color: rgba(37, 37, 111, 0.45);
}
.bg-police-700\/5 {
    background-color: rgba(37, 37, 111, 0.05);
}
.bg-police-700\/50 {
    background-color: rgba(37, 37, 111, 0.5);
}
.bg-police-700\/55 {
    background-color: rgba(37, 37, 111, 0.55);
}
.bg-police-700\/60 {
    background-color: rgba(37, 37, 111, 0.6);
}
.bg-police-700\/65 {
    background-color: rgba(37, 37, 111, 0.65);
}
.bg-police-700\/70 {
    background-color: rgba(37, 37, 111, 0.7);
}
.bg-police-700\/75 {
    background-color: rgba(37, 37, 111, 0.75);
}
.bg-police-700\/80 {
    background-color: rgba(37, 37, 111, 0.8);
}
.bg-police-700\/85 {
    background-color: rgba(37, 37, 111, 0.85);
}
.bg-police-700\/90 {
    background-color: rgba(37, 37, 111, 0.9);
}
.bg-police-700\/95 {
    background-color: rgba(37, 37, 111, 0.95);
}
.bg-police-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 69 / var(--tw-bg-opacity, 1));
}
.bg-police-800\/0 {
    background-color: rgba(23, 23, 69, 0);
}
.bg-police-800\/10 {
    background-color: rgba(23, 23, 69, 0.1);
}
.bg-police-800\/100 {
    background-color: #171745;
}
.bg-police-800\/15 {
    background-color: rgba(23, 23, 69, 0.15);
}
.bg-police-800\/20 {
    background-color: rgba(23, 23, 69, 0.2);
}
.bg-police-800\/25 {
    background-color: rgba(23, 23, 69, 0.25);
}
.bg-police-800\/30 {
    background-color: rgba(23, 23, 69, 0.3);
}
.bg-police-800\/35 {
    background-color: rgba(23, 23, 69, 0.35);
}
.bg-police-800\/40 {
    background-color: rgba(23, 23, 69, 0.4);
}
.bg-police-800\/45 {
    background-color: rgba(23, 23, 69, 0.45);
}
.bg-police-800\/5 {
    background-color: rgba(23, 23, 69, 0.05);
}
.bg-police-800\/50 {
    background-color: rgba(23, 23, 69, 0.5);
}
.bg-police-800\/55 {
    background-color: rgba(23, 23, 69, 0.55);
}
.bg-police-800\/60 {
    background-color: rgba(23, 23, 69, 0.6);
}
.bg-police-800\/65 {
    background-color: rgba(23, 23, 69, 0.65);
}
.bg-police-800\/70 {
    background-color: rgba(23, 23, 69, 0.7);
}
.bg-police-800\/75 {
    background-color: rgba(23, 23, 69, 0.75);
}
.bg-police-800\/80 {
    background-color: rgba(23, 23, 69, 0.8);
}
.bg-police-800\/85 {
    background-color: rgba(23, 23, 69, 0.85);
}
.bg-police-800\/90 {
    background-color: rgba(23, 23, 69, 0.9);
}
.bg-police-800\/95 {
    background-color: rgba(23, 23, 69, 0.95);
}
.bg-police-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 27 / var(--tw-bg-opacity, 1));
}
.bg-police-900\/0 {
    background-color: rgba(9, 9, 27, 0);
}
.bg-police-900\/10 {
    background-color: rgba(9, 9, 27, 0.1);
}
.bg-police-900\/100 {
    background-color: #09091b;
}
.bg-police-900\/15 {
    background-color: rgba(9, 9, 27, 0.15);
}
.bg-police-900\/20 {
    background-color: rgba(9, 9, 27, 0.2);
}
.bg-police-900\/25 {
    background-color: rgba(9, 9, 27, 0.25);
}
.bg-police-900\/30 {
    background-color: rgba(9, 9, 27, 0.3);
}
.bg-police-900\/35 {
    background-color: rgba(9, 9, 27, 0.35);
}
.bg-police-900\/40 {
    background-color: rgba(9, 9, 27, 0.4);
}
.bg-police-900\/45 {
    background-color: rgba(9, 9, 27, 0.45);
}
.bg-police-900\/5 {
    background-color: rgba(9, 9, 27, 0.05);
}
.bg-police-900\/50 {
    background-color: rgba(9, 9, 27, 0.5);
}
.bg-police-900\/55 {
    background-color: rgba(9, 9, 27, 0.55);
}
.bg-police-900\/60 {
    background-color: rgba(9, 9, 27, 0.6);
}
.bg-police-900\/65 {
    background-color: rgba(9, 9, 27, 0.65);
}
.bg-police-900\/70 {
    background-color: rgba(9, 9, 27, 0.7);
}
.bg-police-900\/75 {
    background-color: rgba(9, 9, 27, 0.75);
}
.bg-police-900\/80 {
    background-color: rgba(9, 9, 27, 0.8);
}
.bg-police-900\/85 {
    background-color: rgba(9, 9, 27, 0.85);
}
.bg-police-900\/90 {
    background-color: rgba(9, 9, 27, 0.9);
}
.bg-police-900\/95 {
    background-color: rgba(9, 9, 27, 0.95);
}
.bg-positive-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-positive-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-positive-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(173 197 254 / var(--tw-bg-opacity, 1));
}
.bg-primary-500,
.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/0 {
    background-color: rgba(237, 233, 254, 0);
}
.bg-purple-100\/10 {
    background-color: rgba(237, 233, 254, 0.1);
}
.bg-purple-100\/100 {
    background-color: #ede9fe;
}
.bg-purple-100\/15 {
    background-color: rgba(237, 233, 254, 0.15);
}
.bg-purple-100\/20 {
    background-color: rgba(237, 233, 254, 0.2);
}
.bg-purple-100\/25 {
    background-color: rgba(237, 233, 254, 0.25);
}
.bg-purple-100\/30 {
    background-color: rgba(237, 233, 254, 0.3);
}
.bg-purple-100\/35 {
    background-color: rgba(237, 233, 254, 0.35);
}
.bg-purple-100\/40 {
    background-color: rgba(237, 233, 254, 0.4);
}
.bg-purple-100\/45 {
    background-color: rgba(237, 233, 254, 0.45);
}
.bg-purple-100\/5 {
    background-color: rgba(237, 233, 254, 0.05);
}
.bg-purple-100\/50 {
    background-color: rgba(237, 233, 254, 0.5);
}
.bg-purple-100\/55 {
    background-color: rgba(237, 233, 254, 0.55);
}
.bg-purple-100\/60 {
    background-color: rgba(237, 233, 254, 0.6);
}
.bg-purple-100\/65 {
    background-color: rgba(237, 233, 254, 0.65);
}
.bg-purple-100\/70 {
    background-color: rgba(237, 233, 254, 0.7);
}
.bg-purple-100\/75 {
    background-color: rgba(237, 233, 254, 0.75);
}
.bg-purple-100\/80 {
    background-color: rgba(237, 233, 254, 0.8);
}
.bg-purple-100\/85 {
    background-color: rgba(237, 233, 254, 0.85);
}
.bg-purple-100\/90 {
    background-color: rgba(237, 233, 254, 0.9);
}
.bg-purple-100\/95 {
    background-color: rgba(237, 233, 254, 0.95);
}
.bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-200\/0 {
    background-color: rgba(221, 214, 254, 0);
}
.bg-purple-200\/10 {
    background-color: rgba(221, 214, 254, 0.1);
}
.bg-purple-200\/100 {
    background-color: #ddd6fe;
}
.bg-purple-200\/15 {
    background-color: rgba(221, 214, 254, 0.15);
}
.bg-purple-200\/20 {
    background-color: rgba(221, 214, 254, 0.2);
}
.bg-purple-200\/25 {
    background-color: rgba(221, 214, 254, 0.25);
}
.bg-purple-200\/30 {
    background-color: rgba(221, 214, 254, 0.3);
}
.bg-purple-200\/35 {
    background-color: rgba(221, 214, 254, 0.35);
}
.bg-purple-200\/40 {
    background-color: rgba(221, 214, 254, 0.4);
}
.bg-purple-200\/45 {
    background-color: rgba(221, 214, 254, 0.45);
}
.bg-purple-200\/5 {
    background-color: rgba(221, 214, 254, 0.05);
}
.bg-purple-200\/50 {
    background-color: rgba(221, 214, 254, 0.5);
}
.bg-purple-200\/55 {
    background-color: rgba(221, 214, 254, 0.55);
}
.bg-purple-200\/60 {
    background-color: rgba(221, 214, 254, 0.6);
}
.bg-purple-200\/65 {
    background-color: rgba(221, 214, 254, 0.65);
}
.bg-purple-200\/70 {
    background-color: rgba(221, 214, 254, 0.7);
}
.bg-purple-200\/75 {
    background-color: rgba(221, 214, 254, 0.75);
}
.bg-purple-200\/80 {
    background-color: rgba(221, 214, 254, 0.8);
}
.bg-purple-200\/85 {
    background-color: rgba(221, 214, 254, 0.85);
}
.bg-purple-200\/90 {
    background-color: rgba(221, 214, 254, 0.9);
}
.bg-purple-200\/95 {
    background-color: rgba(221, 214, 254, 0.95);
}
.bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.bg-purple-300\/0 {
    background-color: rgba(196, 181, 253, 0);
}
.bg-purple-300\/10 {
    background-color: rgba(196, 181, 253, 0.1);
}
.bg-purple-300\/100 {
    background-color: #c4b5fd;
}
.bg-purple-300\/15 {
    background-color: rgba(196, 181, 253, 0.15);
}
.bg-purple-300\/20 {
    background-color: rgba(196, 181, 253, 0.2);
}
.bg-purple-300\/25 {
    background-color: rgba(196, 181, 253, 0.25);
}
.bg-purple-300\/30 {
    background-color: rgba(196, 181, 253, 0.3);
}
.bg-purple-300\/35 {
    background-color: rgba(196, 181, 253, 0.35);
}
.bg-purple-300\/40 {
    background-color: rgba(196, 181, 253, 0.4);
}
.bg-purple-300\/45 {
    background-color: rgba(196, 181, 253, 0.45);
}
.bg-purple-300\/5 {
    background-color: rgba(196, 181, 253, 0.05);
}
.bg-purple-300\/50 {
    background-color: rgba(196, 181, 253, 0.5);
}
.bg-purple-300\/55 {
    background-color: rgba(196, 181, 253, 0.55);
}
.bg-purple-300\/60 {
    background-color: rgba(196, 181, 253, 0.6);
}
.bg-purple-300\/65 {
    background-color: rgba(196, 181, 253, 0.65);
}
.bg-purple-300\/70 {
    background-color: rgba(196, 181, 253, 0.7);
}
.bg-purple-300\/75 {
    background-color: rgba(196, 181, 253, 0.75);
}
.bg-purple-300\/80 {
    background-color: rgba(196, 181, 253, 0.8);
}
.bg-purple-300\/85 {
    background-color: rgba(196, 181, 253, 0.85);
}
.bg-purple-300\/90 {
    background-color: rgba(196, 181, 253, 0.9);
}
.bg-purple-300\/95 {
    background-color: rgba(196, 181, 253, 0.95);
}
.bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/0 {
    background-color: rgba(167, 139, 250, 0);
}
.bg-purple-400\/10 {
    background-color: rgba(167, 139, 250, 0.1);
}
.bg-purple-400\/100 {
    background-color: #a78bfa;
}
.bg-purple-400\/15 {
    background-color: rgba(167, 139, 250, 0.15);
}
.bg-purple-400\/20 {
    background-color: rgba(167, 139, 250, 0.2);
}
.bg-purple-400\/25 {
    background-color: rgba(167, 139, 250, 0.25);
}
.bg-purple-400\/30 {
    background-color: rgba(167, 139, 250, 0.3);
}
.bg-purple-400\/35 {
    background-color: rgba(167, 139, 250, 0.35);
}
.bg-purple-400\/40 {
    background-color: rgba(167, 139, 250, 0.4);
}
.bg-purple-400\/45 {
    background-color: rgba(167, 139, 250, 0.45);
}
.bg-purple-400\/5 {
    background-color: rgba(167, 139, 250, 0.05);
}
.bg-purple-400\/50 {
    background-color: rgba(167, 139, 250, 0.5);
}
.bg-purple-400\/55 {
    background-color: rgba(167, 139, 250, 0.55);
}
.bg-purple-400\/60 {
    background-color: rgba(167, 139, 250, 0.6);
}
.bg-purple-400\/65 {
    background-color: rgba(167, 139, 250, 0.65);
}
.bg-purple-400\/70 {
    background-color: rgba(167, 139, 250, 0.7);
}
.bg-purple-400\/75 {
    background-color: rgba(167, 139, 250, 0.75);
}
.bg-purple-400\/80 {
    background-color: rgba(167, 139, 250, 0.8);
}
.bg-purple-400\/85 {
    background-color: rgba(167, 139, 250, 0.85);
}
.bg-purple-400\/90 {
    background-color: rgba(167, 139, 250, 0.9);
}
.bg-purple-400\/95 {
    background-color: rgba(167, 139, 250, 0.95);
}
.bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/0 {
    background-color: rgba(245, 243, 255, 0);
}
.bg-purple-50\/10 {
    background-color: rgba(245, 243, 255, 0.1);
}
.bg-purple-50\/100 {
    background-color: #f5f3ff;
}
.bg-purple-50\/15 {
    background-color: rgba(245, 243, 255, 0.15);
}
.bg-purple-50\/20 {
    background-color: rgba(245, 243, 255, 0.2);
}
.bg-purple-50\/25 {
    background-color: rgba(245, 243, 255, 0.25);
}
.bg-purple-50\/30 {
    background-color: rgba(245, 243, 255, 0.3);
}
.bg-purple-50\/35 {
    background-color: rgba(245, 243, 255, 0.35);
}
.bg-purple-50\/40 {
    background-color: rgba(245, 243, 255, 0.4);
}
.bg-purple-50\/45 {
    background-color: rgba(245, 243, 255, 0.45);
}
.bg-purple-50\/5 {
    background-color: rgba(245, 243, 255, 0.05);
}
.bg-purple-50\/50 {
    background-color: rgba(245, 243, 255, 0.5);
}
.bg-purple-50\/55 {
    background-color: rgba(245, 243, 255, 0.55);
}
.bg-purple-50\/60 {
    background-color: rgba(245, 243, 255, 0.6);
}
.bg-purple-50\/65 {
    background-color: rgba(245, 243, 255, 0.65);
}
.bg-purple-50\/70 {
    background-color: rgba(245, 243, 255, 0.7);
}
.bg-purple-50\/75 {
    background-color: rgba(245, 243, 255, 0.75);
}
.bg-purple-50\/80 {
    background-color: rgba(245, 243, 255, 0.8);
}
.bg-purple-50\/85 {
    background-color: rgba(245, 243, 255, 0.85);
}
.bg-purple-50\/90 {
    background-color: rgba(245, 243, 255, 0.9);
}
.bg-purple-50\/95 {
    background-color: rgba(245, 243, 255, 0.95);
}
.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/0 {
    background-color: rgba(139, 92, 246, 0);
}
.bg-purple-500\/10 {
    background-color: rgba(139, 92, 246, 0.1);
}
.bg-purple-500\/100 {
    background-color: #8b5cf6;
}
.bg-purple-500\/15 {
    background-color: rgba(139, 92, 246, 0.15);
}
.bg-purple-500\/20 {
    background-color: rgba(139, 92, 246, 0.2);
}
.bg-purple-500\/25 {
    background-color: rgba(139, 92, 246, 0.25);
}
.bg-purple-500\/30 {
    background-color: rgba(139, 92, 246, 0.3);
}
.bg-purple-500\/35 {
    background-color: rgba(139, 92, 246, 0.35);
}
.bg-purple-500\/40 {
    background-color: rgba(139, 92, 246, 0.4);
}
.bg-purple-500\/45 {
    background-color: rgba(139, 92, 246, 0.45);
}
.bg-purple-500\/5 {
    background-color: rgba(139, 92, 246, 0.05);
}
.bg-purple-500\/50 {
    background-color: rgba(139, 92, 246, 0.5);
}
.bg-purple-500\/55 {
    background-color: rgba(139, 92, 246, 0.55);
}
.bg-purple-500\/60 {
    background-color: rgba(139, 92, 246, 0.6);
}
.bg-purple-500\/65 {
    background-color: rgba(139, 92, 246, 0.65);
}
.bg-purple-500\/70 {
    background-color: rgba(139, 92, 246, 0.7);
}
.bg-purple-500\/75 {
    background-color: rgba(139, 92, 246, 0.75);
}
.bg-purple-500\/80 {
    background-color: rgba(139, 92, 246, 0.8);
}
.bg-purple-500\/85 {
    background-color: rgba(139, 92, 246, 0.85);
}
.bg-purple-500\/90 {
    background-color: rgba(139, 92, 246, 0.9);
}
.bg-purple-500\/95 {
    background-color: rgba(139, 92, 246, 0.95);
}
.bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/0 {
    background-color: rgba(124, 58, 237, 0);
}
.bg-purple-600\/10 {
    background-color: rgba(124, 58, 237, 0.1);
}
.bg-purple-600\/100 {
    background-color: #7c3aed;
}
.bg-purple-600\/15 {
    background-color: rgba(124, 58, 237, 0.15);
}
.bg-purple-600\/20 {
    background-color: rgba(124, 58, 237, 0.2);
}
.bg-purple-600\/25 {
    background-color: rgba(124, 58, 237, 0.25);
}
.bg-purple-600\/30 {
    background-color: rgba(124, 58, 237, 0.3);
}
.bg-purple-600\/35 {
    background-color: rgba(124, 58, 237, 0.35);
}
.bg-purple-600\/40 {
    background-color: rgba(124, 58, 237, 0.4);
}
.bg-purple-600\/45 {
    background-color: rgba(124, 58, 237, 0.45);
}
.bg-purple-600\/5 {
    background-color: rgba(124, 58, 237, 0.05);
}
.bg-purple-600\/50 {
    background-color: rgba(124, 58, 237, 0.5);
}
.bg-purple-600\/55 {
    background-color: rgba(124, 58, 237, 0.55);
}
.bg-purple-600\/60 {
    background-color: rgba(124, 58, 237, 0.6);
}
.bg-purple-600\/65 {
    background-color: rgba(124, 58, 237, 0.65);
}
.bg-purple-600\/70 {
    background-color: rgba(124, 58, 237, 0.7);
}
.bg-purple-600\/75 {
    background-color: rgba(124, 58, 237, 0.75);
}
.bg-purple-600\/80 {
    background-color: rgba(124, 58, 237, 0.8);
}
.bg-purple-600\/85 {
    background-color: rgba(124, 58, 237, 0.85);
}
.bg-purple-600\/90 {
    background-color: rgba(124, 58, 237, 0.9);
}
.bg-purple-600\/95 {
    background-color: rgba(124, 58, 237, 0.95);
}
.bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.bg-purple-700\/0 {
    background-color: rgba(109, 40, 217, 0);
}
.bg-purple-700\/10 {
    background-color: rgba(109, 40, 217, 0.1);
}
.bg-purple-700\/100 {
    background-color: #6d28d9;
}
.bg-purple-700\/15 {
    background-color: rgba(109, 40, 217, 0.15);
}
.bg-purple-700\/20 {
    background-color: rgba(109, 40, 217, 0.2);
}
.bg-purple-700\/25 {
    background-color: rgba(109, 40, 217, 0.25);
}
.bg-purple-700\/30 {
    background-color: rgba(109, 40, 217, 0.3);
}
.bg-purple-700\/35 {
    background-color: rgba(109, 40, 217, 0.35);
}
.bg-purple-700\/40 {
    background-color: rgba(109, 40, 217, 0.4);
}
.bg-purple-700\/45 {
    background-color: rgba(109, 40, 217, 0.45);
}
.bg-purple-700\/5 {
    background-color: rgba(109, 40, 217, 0.05);
}
.bg-purple-700\/50 {
    background-color: rgba(109, 40, 217, 0.5);
}
.bg-purple-700\/55 {
    background-color: rgba(109, 40, 217, 0.55);
}
.bg-purple-700\/60 {
    background-color: rgba(109, 40, 217, 0.6);
}
.bg-purple-700\/65 {
    background-color: rgba(109, 40, 217, 0.65);
}
.bg-purple-700\/70 {
    background-color: rgba(109, 40, 217, 0.7);
}
.bg-purple-700\/75 {
    background-color: rgba(109, 40, 217, 0.75);
}
.bg-purple-700\/80 {
    background-color: rgba(109, 40, 217, 0.8);
}
.bg-purple-700\/85 {
    background-color: rgba(109, 40, 217, 0.85);
}
.bg-purple-700\/90 {
    background-color: rgba(109, 40, 217, 0.9);
}
.bg-purple-700\/95 {
    background-color: rgba(109, 40, 217, 0.95);
}
.bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/0 {
    background-color: rgba(91, 33, 182, 0);
}
.bg-purple-800\/10 {
    background-color: rgba(91, 33, 182, 0.1);
}
.bg-purple-800\/100 {
    background-color: #5b21b6;
}
.bg-purple-800\/15 {
    background-color: rgba(91, 33, 182, 0.15);
}
.bg-purple-800\/20 {
    background-color: rgba(91, 33, 182, 0.2);
}
.bg-purple-800\/25 {
    background-color: rgba(91, 33, 182, 0.25);
}
.bg-purple-800\/30 {
    background-color: rgba(91, 33, 182, 0.3);
}
.bg-purple-800\/35 {
    background-color: rgba(91, 33, 182, 0.35);
}
.bg-purple-800\/40 {
    background-color: rgba(91, 33, 182, 0.4);
}
.bg-purple-800\/45 {
    background-color: rgba(91, 33, 182, 0.45);
}
.bg-purple-800\/5 {
    background-color: rgba(91, 33, 182, 0.05);
}
.bg-purple-800\/50 {
    background-color: rgba(91, 33, 182, 0.5);
}
.bg-purple-800\/55 {
    background-color: rgba(91, 33, 182, 0.55);
}
.bg-purple-800\/60 {
    background-color: rgba(91, 33, 182, 0.6);
}
.bg-purple-800\/65 {
    background-color: rgba(91, 33, 182, 0.65);
}
.bg-purple-800\/70 {
    background-color: rgba(91, 33, 182, 0.7);
}
.bg-purple-800\/75 {
    background-color: rgba(91, 33, 182, 0.75);
}
.bg-purple-800\/80 {
    background-color: rgba(91, 33, 182, 0.8);
}
.bg-purple-800\/85 {
    background-color: rgba(91, 33, 182, 0.85);
}
.bg-purple-800\/90 {
    background-color: rgba(91, 33, 182, 0.9);
}
.bg-purple-800\/95 {
    background-color: rgba(91, 33, 182, 0.95);
}
.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.bg-purple-900\/0 {
    background-color: rgba(76, 29, 149, 0);
}
.bg-purple-900\/10 {
    background-color: rgba(76, 29, 149, 0.1);
}
.bg-purple-900\/100 {
    background-color: #4c1d95;
}
.bg-purple-900\/15 {
    background-color: rgba(76, 29, 149, 0.15);
}
.bg-purple-900\/20 {
    background-color: rgba(76, 29, 149, 0.2);
}
.bg-purple-900\/25 {
    background-color: rgba(76, 29, 149, 0.25);
}
.bg-purple-900\/30 {
    background-color: rgba(76, 29, 149, 0.3);
}
.bg-purple-900\/35 {
    background-color: rgba(76, 29, 149, 0.35);
}
.bg-purple-900\/40 {
    background-color: rgba(76, 29, 149, 0.4);
}
.bg-purple-900\/45 {
    background-color: rgba(76, 29, 149, 0.45);
}
.bg-purple-900\/5 {
    background-color: rgba(76, 29, 149, 0.05);
}
.bg-purple-900\/50 {
    background-color: rgba(76, 29, 149, 0.5);
}
.bg-purple-900\/55 {
    background-color: rgba(76, 29, 149, 0.55);
}
.bg-purple-900\/60 {
    background-color: rgba(76, 29, 149, 0.6);
}
.bg-purple-900\/65 {
    background-color: rgba(76, 29, 149, 0.65);
}
.bg-purple-900\/70 {
    background-color: rgba(76, 29, 149, 0.7);
}
.bg-purple-900\/75 {
    background-color: rgba(76, 29, 149, 0.75);
}
.bg-purple-900\/80 {
    background-color: rgba(76, 29, 149, 0.8);
}
.bg-purple-900\/85 {
    background-color: rgba(76, 29, 149, 0.85);
}
.bg-purple-900\/90 {
    background-color: rgba(76, 29, 149, 0.9);
}
.bg-purple-900\/95 {
    background-color: rgba(76, 29, 149, 0.95);
}
.bg-rdv-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.bg-rdv-blue\/10 {
    background-color: rgba(51, 89, 165, 0.1);
}
.bg-rdv-blue\/50 {
    background-color: rgba(51, 89, 165, 0.5);
}
.bg-rdv-blue\/80 {
    background-color: rgba(51, 89, 165, 0.8);
}
.bg-rdv-blueribbon {
    --tw-bg-opacity: 1;
    background-color: rgb(38 77 145 / var(--tw-bg-opacity, 1));
}
.bg-rdv-botticelli {
    --tw-bg-opacity: 1;
    background-color: rgb(212 222 239 / var(--tw-bg-opacity, 1));
}
.bg-rdv-dodgerblue {
    --tw-bg-opacity: 1;
    background-color: rgb(95 143 209 / var(--tw-bg-opacity, 1));
}
.bg-rdv-ghost {
    --tw-bg-opacity: 1;
    background-color: rgb(198 205 216 / var(--tw-bg-opacity, 1));
}
.bg-rdv-highlight {
    --tw-bg-opacity: 1;
    background-color: rgb(246 219 120 / var(--tw-bg-opacity, 1));
}
.bg-rdv-highlight\/50 {
    background-color: hsla(47, 87%, 72%, 0.5);
}
.bg-rdv-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(242 140 56 / var(--tw-bg-opacity, 1));
}
.bg-rdv-puertorico {
    --tw-bg-opacity: 1;
    background-color: rgb(87 184 147 / var(--tw-bg-opacity, 1));
}
.bg-rdv-puertorico\/10 {
    background-color: rgba(87, 184, 147, 0.1);
}
.bg-rdv-puertorico\/50 {
    background-color: rgba(87, 184, 147, 0.5);
}
.bg-rdv-red {
    --tw-bg-opacity: 1;
    background-color: rgb(178 42 54 / var(--tw-bg-opacity, 1));
}
.bg-rdv-red\/20 {
    background-color: rgba(178, 42, 54, 0.2);
}
.bg-rdv-whisper {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 253 / var(--tw-bg-opacity, 1));
}
.bg-rdv-whitelilac {
    --tw-bg-opacity: 1;
    background-color: rgb(243 245 250 / var(--tw-bg-opacity, 1));
}
.bg-rdv-whitelilac\/20 {
    background-color: rgba(243, 245, 250, 0.2);
}
.bg-rdv-whitelilac\/80 {
    background-color: rgba(243, 245, 250, 0.8);
}
.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
    background-color: hsla(0, 93%, 94%, 0);
}
.bg-red-100\/10 {
    background-color: hsla(0, 93%, 94%, 0.1);
}
.bg-red-100\/100 {
    background-color: #fee2e2;
}
.bg-red-100\/15 {
    background-color: hsla(0, 93%, 94%, 0.15);
}
.bg-red-100\/20 {
    background-color: hsla(0, 93%, 94%, 0.2);
}
.bg-red-100\/25 {
    background-color: hsla(0, 93%, 94%, 0.25);
}
.bg-red-100\/30 {
    background-color: hsla(0, 93%, 94%, 0.3);
}
.bg-red-100\/35 {
    background-color: hsla(0, 93%, 94%, 0.35);
}
.bg-red-100\/40 {
    background-color: hsla(0, 93%, 94%, 0.4);
}
.bg-red-100\/45 {
    background-color: hsla(0, 93%, 94%, 0.45);
}
.bg-red-100\/5 {
    background-color: hsla(0, 93%, 94%, 0.05);
}
.bg-red-100\/50 {
    background-color: hsla(0, 93%, 94%, 0.5);
}
.bg-red-100\/55 {
    background-color: hsla(0, 93%, 94%, 0.55);
}
.bg-red-100\/60 {
    background-color: hsla(0, 93%, 94%, 0.6);
}
.bg-red-100\/65 {
    background-color: hsla(0, 93%, 94%, 0.65);
}
.bg-red-100\/70 {
    background-color: hsla(0, 93%, 94%, 0.7);
}
.bg-red-100\/75 {
    background-color: hsla(0, 93%, 94%, 0.75);
}
.bg-red-100\/80 {
    background-color: hsla(0, 93%, 94%, 0.8);
}
.bg-red-100\/85 {
    background-color: hsla(0, 93%, 94%, 0.85);
}
.bg-red-100\/90 {
    background-color: hsla(0, 93%, 94%, 0.9);
}
.bg-red-100\/95 {
    background-color: hsla(0, 93%, 94%, 0.95);
}
.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
    background-color: hsla(0, 96%, 89%, 0);
}
.bg-red-200\/10 {
    background-color: hsla(0, 96%, 89%, 0.1);
}
.bg-red-200\/100 {
    background-color: #fecaca;
}
.bg-red-200\/15 {
    background-color: hsla(0, 96%, 89%, 0.15);
}
.bg-red-200\/20 {
    background-color: hsla(0, 96%, 89%, 0.2);
}
.bg-red-200\/25 {
    background-color: hsla(0, 96%, 89%, 0.25);
}
.bg-red-200\/30 {
    background-color: hsla(0, 96%, 89%, 0.3);
}
.bg-red-200\/35 {
    background-color: hsla(0, 96%, 89%, 0.35);
}
.bg-red-200\/40 {
    background-color: hsla(0, 96%, 89%, 0.4);
}
.bg-red-200\/45 {
    background-color: hsla(0, 96%, 89%, 0.45);
}
.bg-red-200\/5 {
    background-color: hsla(0, 96%, 89%, 0.05);
}
.bg-red-200\/50 {
    background-color: hsla(0, 96%, 89%, 0.5);
}
.bg-red-200\/55 {
    background-color: hsla(0, 96%, 89%, 0.55);
}
.bg-red-200\/60 {
    background-color: hsla(0, 96%, 89%, 0.6);
}
.bg-red-200\/65 {
    background-color: hsla(0, 96%, 89%, 0.65);
}
.bg-red-200\/70 {
    background-color: hsla(0, 96%, 89%, 0.7);
}
.bg-red-200\/75 {
    background-color: hsla(0, 96%, 89%, 0.75);
}
.bg-red-200\/80 {
    background-color: hsla(0, 96%, 89%, 0.8);
}
.bg-red-200\/85 {
    background-color: hsla(0, 96%, 89%, 0.85);
}
.bg-red-200\/90 {
    background-color: hsla(0, 96%, 89%, 0.9);
}
.bg-red-200\/95 {
    background-color: hsla(0, 96%, 89%, 0.95);
}
.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
    background-color: hsla(0, 94%, 82%, 0);
}
.bg-red-300\/10 {
    background-color: hsla(0, 94%, 82%, 0.1);
}
.bg-red-300\/100 {
    background-color: #fca5a5;
}
.bg-red-300\/15 {
    background-color: hsla(0, 94%, 82%, 0.15);
}
.bg-red-300\/20 {
    background-color: hsla(0, 94%, 82%, 0.2);
}
.bg-red-300\/25 {
    background-color: hsla(0, 94%, 82%, 0.25);
}
.bg-red-300\/30 {
    background-color: hsla(0, 94%, 82%, 0.3);
}
.bg-red-300\/35 {
    background-color: hsla(0, 94%, 82%, 0.35);
}
.bg-red-300\/40 {
    background-color: hsla(0, 94%, 82%, 0.4);
}
.bg-red-300\/45 {
    background-color: hsla(0, 94%, 82%, 0.45);
}
.bg-red-300\/5 {
    background-color: hsla(0, 94%, 82%, 0.05);
}
.bg-red-300\/50 {
    background-color: hsla(0, 94%, 82%, 0.5);
}
.bg-red-300\/55 {
    background-color: hsla(0, 94%, 82%, 0.55);
}
.bg-red-300\/60 {
    background-color: hsla(0, 94%, 82%, 0.6);
}
.bg-red-300\/65 {
    background-color: hsla(0, 94%, 82%, 0.65);
}
.bg-red-300\/70 {
    background-color: hsla(0, 94%, 82%, 0.7);
}
.bg-red-300\/75 {
    background-color: hsla(0, 94%, 82%, 0.75);
}
.bg-red-300\/80 {
    background-color: hsla(0, 94%, 82%, 0.8);
}
.bg-red-300\/85 {
    background-color: hsla(0, 94%, 82%, 0.85);
}
.bg-red-300\/90 {
    background-color: hsla(0, 94%, 82%, 0.9);
}
.bg-red-300\/95 {
    background-color: hsla(0, 94%, 82%, 0.95);
}
.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
    background-color: hsla(0, 91%, 71%, 0);
}
.bg-red-400\/10 {
    background-color: hsla(0, 91%, 71%, 0.1);
}
.bg-red-400\/100 {
    background-color: #f87171;
}
.bg-red-400\/15 {
    background-color: hsla(0, 91%, 71%, 0.15);
}
.bg-red-400\/20 {
    background-color: hsla(0, 91%, 71%, 0.2);
}
.bg-red-400\/25 {
    background-color: hsla(0, 91%, 71%, 0.25);
}
.bg-red-400\/30 {
    background-color: hsla(0, 91%, 71%, 0.3);
}
.bg-red-400\/35 {
    background-color: hsla(0, 91%, 71%, 0.35);
}
.bg-red-400\/40 {
    background-color: hsla(0, 91%, 71%, 0.4);
}
.bg-red-400\/45 {
    background-color: hsla(0, 91%, 71%, 0.45);
}
.bg-red-400\/5 {
    background-color: hsla(0, 91%, 71%, 0.05);
}
.bg-red-400\/50 {
    background-color: hsla(0, 91%, 71%, 0.5);
}
.bg-red-400\/55 {
    background-color: hsla(0, 91%, 71%, 0.55);
}
.bg-red-400\/60 {
    background-color: hsla(0, 91%, 71%, 0.6);
}
.bg-red-400\/65 {
    background-color: hsla(0, 91%, 71%, 0.65);
}
.bg-red-400\/70 {
    background-color: hsla(0, 91%, 71%, 0.7);
}
.bg-red-400\/75 {
    background-color: hsla(0, 91%, 71%, 0.75);
}
.bg-red-400\/80 {
    background-color: hsla(0, 91%, 71%, 0.8);
}
.bg-red-400\/85 {
    background-color: hsla(0, 91%, 71%, 0.85);
}
.bg-red-400\/90 {
    background-color: hsla(0, 91%, 71%, 0.9);
}
.bg-red-400\/95 {
    background-color: hsla(0, 91%, 71%, 0.95);
}
.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
    background-color: hsla(0, 86%, 97%, 0);
}
.bg-red-50\/10 {
    background-color: hsla(0, 86%, 97%, 0.1);
}
.bg-red-50\/100 {
    background-color: #fef2f2;
}
.bg-red-50\/15 {
    background-color: hsla(0, 86%, 97%, 0.15);
}
.bg-red-50\/20 {
    background-color: hsla(0, 86%, 97%, 0.2);
}
.bg-red-50\/25 {
    background-color: hsla(0, 86%, 97%, 0.25);
}
.bg-red-50\/30 {
    background-color: hsla(0, 86%, 97%, 0.3);
}
.bg-red-50\/35 {
    background-color: hsla(0, 86%, 97%, 0.35);
}
.bg-red-50\/40 {
    background-color: hsla(0, 86%, 97%, 0.4);
}
.bg-red-50\/45 {
    background-color: hsla(0, 86%, 97%, 0.45);
}
.bg-red-50\/5 {
    background-color: hsla(0, 86%, 97%, 0.05);
}
.bg-red-50\/50 {
    background-color: hsla(0, 86%, 97%, 0.5);
}
.bg-red-50\/55 {
    background-color: hsla(0, 86%, 97%, 0.55);
}
.bg-red-50\/60 {
    background-color: hsla(0, 86%, 97%, 0.6);
}
.bg-red-50\/65 {
    background-color: hsla(0, 86%, 97%, 0.65);
}
.bg-red-50\/70 {
    background-color: hsla(0, 86%, 97%, 0.7);
}
.bg-red-50\/75 {
    background-color: hsla(0, 86%, 97%, 0.75);
}
.bg-red-50\/80 {
    background-color: hsla(0, 86%, 97%, 0.8);
}
.bg-red-50\/85 {
    background-color: hsla(0, 86%, 97%, 0.85);
}
.bg-red-50\/90 {
    background-color: hsla(0, 86%, 97%, 0.9);
}
.bg-red-50\/95 {
    background-color: hsla(0, 86%, 97%, 0.95);
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
    background-color: rgba(239, 68, 68, 0);
}
.bg-red-500\/10 {
    background-color: rgba(239, 68, 68, 0.1);
}
.bg-red-500\/100 {
    background-color: #ef4444;
}
.bg-red-500\/15 {
    background-color: rgba(239, 68, 68, 0.15);
}
.bg-red-500\/20 {
    background-color: rgba(239, 68, 68, 0.2);
}
.bg-red-500\/25 {
    background-color: rgba(239, 68, 68, 0.25);
}
.bg-red-500\/30 {
    background-color: rgba(239, 68, 68, 0.3);
}
.bg-red-500\/35 {
    background-color: rgba(239, 68, 68, 0.35);
}
.bg-red-500\/40 {
    background-color: rgba(239, 68, 68, 0.4);
}
.bg-red-500\/45 {
    background-color: rgba(239, 68, 68, 0.45);
}
.bg-red-500\/5 {
    background-color: rgba(239, 68, 68, 0.05);
}
.bg-red-500\/50 {
    background-color: rgba(239, 68, 68, 0.5);
}
.bg-red-500\/55 {
    background-color: rgba(239, 68, 68, 0.55);
}
.bg-red-500\/60 {
    background-color: rgba(239, 68, 68, 0.6);
}
.bg-red-500\/65 {
    background-color: rgba(239, 68, 68, 0.65);
}
.bg-red-500\/70 {
    background-color: rgba(239, 68, 68, 0.7);
}
.bg-red-500\/75 {
    background-color: rgba(239, 68, 68, 0.75);
}
.bg-red-500\/80 {
    background-color: rgba(239, 68, 68, 0.8);
}
.bg-red-500\/85 {
    background-color: rgba(239, 68, 68, 0.85);
}
.bg-red-500\/90 {
    background-color: rgba(239, 68, 68, 0.9);
}
.bg-red-500\/95 {
    background-color: rgba(239, 68, 68, 0.95);
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
    background-color: rgba(220, 38, 38, 0);
}
.bg-red-600\/10 {
    background-color: rgba(220, 38, 38, 0.1);
}
.bg-red-600\/100 {
    background-color: #dc2626;
}
.bg-red-600\/15 {
    background-color: rgba(220, 38, 38, 0.15);
}
.bg-red-600\/20 {
    background-color: rgba(220, 38, 38, 0.2);
}
.bg-red-600\/25 {
    background-color: rgba(220, 38, 38, 0.25);
}
.bg-red-600\/30 {
    background-color: rgba(220, 38, 38, 0.3);
}
.bg-red-600\/35 {
    background-color: rgba(220, 38, 38, 0.35);
}
.bg-red-600\/40 {
    background-color: rgba(220, 38, 38, 0.4);
}
.bg-red-600\/45 {
    background-color: rgba(220, 38, 38, 0.45);
}
.bg-red-600\/5 {
    background-color: rgba(220, 38, 38, 0.05);
}
.bg-red-600\/50 {
    background-color: rgba(220, 38, 38, 0.5);
}
.bg-red-600\/55 {
    background-color: rgba(220, 38, 38, 0.55);
}
.bg-red-600\/60 {
    background-color: rgba(220, 38, 38, 0.6);
}
.bg-red-600\/65 {
    background-color: rgba(220, 38, 38, 0.65);
}
.bg-red-600\/70 {
    background-color: rgba(220, 38, 38, 0.7);
}
.bg-red-600\/75 {
    background-color: rgba(220, 38, 38, 0.75);
}
.bg-red-600\/80 {
    background-color: rgba(220, 38, 38, 0.8);
}
.bg-red-600\/85 {
    background-color: rgba(220, 38, 38, 0.85);
}
.bg-red-600\/90 {
    background-color: rgba(220, 38, 38, 0.9);
}
.bg-red-600\/95 {
    background-color: rgba(220, 38, 38, 0.95);
}
.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
    background-color: rgba(185, 28, 28, 0);
}
.bg-red-700\/10 {
    background-color: rgba(185, 28, 28, 0.1);
}
.bg-red-700\/100 {
    background-color: #b91c1c;
}
.bg-red-700\/15 {
    background-color: rgba(185, 28, 28, 0.15);
}
.bg-red-700\/20 {
    background-color: rgba(185, 28, 28, 0.2);
}
.bg-red-700\/25 {
    background-color: rgba(185, 28, 28, 0.25);
}
.bg-red-700\/30 {
    background-color: rgba(185, 28, 28, 0.3);
}
.bg-red-700\/35 {
    background-color: rgba(185, 28, 28, 0.35);
}
.bg-red-700\/40 {
    background-color: rgba(185, 28, 28, 0.4);
}
.bg-red-700\/45 {
    background-color: rgba(185, 28, 28, 0.45);
}
.bg-red-700\/5 {
    background-color: rgba(185, 28, 28, 0.05);
}
.bg-red-700\/50 {
    background-color: rgba(185, 28, 28, 0.5);
}
.bg-red-700\/55 {
    background-color: rgba(185, 28, 28, 0.55);
}
.bg-red-700\/60 {
    background-color: rgba(185, 28, 28, 0.6);
}
.bg-red-700\/65 {
    background-color: rgba(185, 28, 28, 0.65);
}
.bg-red-700\/70 {
    background-color: rgba(185, 28, 28, 0.7);
}
.bg-red-700\/75 {
    background-color: rgba(185, 28, 28, 0.75);
}
.bg-red-700\/80 {
    background-color: rgba(185, 28, 28, 0.8);
}
.bg-red-700\/85 {
    background-color: rgba(185, 28, 28, 0.85);
}
.bg-red-700\/90 {
    background-color: rgba(185, 28, 28, 0.9);
}
.bg-red-700\/95 {
    background-color: rgba(185, 28, 28, 0.95);
}
.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
    background-color: rgba(153, 27, 27, 0);
}
.bg-red-800\/10 {
    background-color: rgba(153, 27, 27, 0.1);
}
.bg-red-800\/100 {
    background-color: #991b1b;
}
.bg-red-800\/15 {
    background-color: rgba(153, 27, 27, 0.15);
}
.bg-red-800\/20 {
    background-color: rgba(153, 27, 27, 0.2);
}
.bg-red-800\/25 {
    background-color: rgba(153, 27, 27, 0.25);
}
.bg-red-800\/30 {
    background-color: rgba(153, 27, 27, 0.3);
}
.bg-red-800\/35 {
    background-color: rgba(153, 27, 27, 0.35);
}
.bg-red-800\/40 {
    background-color: rgba(153, 27, 27, 0.4);
}
.bg-red-800\/45 {
    background-color: rgba(153, 27, 27, 0.45);
}
.bg-red-800\/5 {
    background-color: rgba(153, 27, 27, 0.05);
}
.bg-red-800\/50 {
    background-color: rgba(153, 27, 27, 0.5);
}
.bg-red-800\/55 {
    background-color: rgba(153, 27, 27, 0.55);
}
.bg-red-800\/60 {
    background-color: rgba(153, 27, 27, 0.6);
}
.bg-red-800\/65 {
    background-color: rgba(153, 27, 27, 0.65);
}
.bg-red-800\/70 {
    background-color: rgba(153, 27, 27, 0.7);
}
.bg-red-800\/75 {
    background-color: rgba(153, 27, 27, 0.75);
}
.bg-red-800\/80 {
    background-color: rgba(153, 27, 27, 0.8);
}
.bg-red-800\/85 {
    background-color: rgba(153, 27, 27, 0.85);
}
.bg-red-800\/90 {
    background-color: rgba(153, 27, 27, 0.9);
}
.bg-red-800\/95 {
    background-color: rgba(153, 27, 27, 0.95);
}
.bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
    background-color: rgba(127, 29, 29, 0);
}
.bg-red-900\/10 {
    background-color: rgba(127, 29, 29, 0.1);
}
.bg-red-900\/100 {
    background-color: #7f1d1d;
}
.bg-red-900\/15 {
    background-color: rgba(127, 29, 29, 0.15);
}
.bg-red-900\/20 {
    background-color: rgba(127, 29, 29, 0.2);
}
.bg-red-900\/25 {
    background-color: rgba(127, 29, 29, 0.25);
}
.bg-red-900\/30 {
    background-color: rgba(127, 29, 29, 0.3);
}
.bg-red-900\/35 {
    background-color: rgba(127, 29, 29, 0.35);
}
.bg-red-900\/40 {
    background-color: rgba(127, 29, 29, 0.4);
}
.bg-red-900\/45 {
    background-color: rgba(127, 29, 29, 0.45);
}
.bg-red-900\/5 {
    background-color: rgba(127, 29, 29, 0.05);
}
.bg-red-900\/50 {
    background-color: rgba(127, 29, 29, 0.5);
}
.bg-red-900\/55 {
    background-color: rgba(127, 29, 29, 0.55);
}
.bg-red-900\/60 {
    background-color: rgba(127, 29, 29, 0.6);
}
.bg-red-900\/65 {
    background-color: rgba(127, 29, 29, 0.65);
}
.bg-red-900\/70 {
    background-color: rgba(127, 29, 29, 0.7);
}
.bg-red-900\/75 {
    background-color: rgba(127, 29, 29, 0.75);
}
.bg-red-900\/80 {
    background-color: rgba(127, 29, 29, 0.8);
}
.bg-red-900\/85 {
    background-color: rgba(127, 29, 29, 0.85);
}
.bg-red-900\/90 {
    background-color: rgba(127, 29, 29, 0.9);
}
.bg-red-900\/95 {
    background-color: rgba(127, 29, 29, 0.95);
}
.bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-100\/0 {
    background-color: rgba(255, 228, 230, 0);
}
.bg-rose-100\/10 {
    background-color: rgba(255, 228, 230, 0.1);
}
.bg-rose-100\/100 {
    background-color: #ffe4e6;
}
.bg-rose-100\/15 {
    background-color: rgba(255, 228, 230, 0.15);
}
.bg-rose-100\/20 {
    background-color: rgba(255, 228, 230, 0.2);
}
.bg-rose-100\/25 {
    background-color: rgba(255, 228, 230, 0.25);
}
.bg-rose-100\/30 {
    background-color: rgba(255, 228, 230, 0.3);
}
.bg-rose-100\/35 {
    background-color: rgba(255, 228, 230, 0.35);
}
.bg-rose-100\/40 {
    background-color: rgba(255, 228, 230, 0.4);
}
.bg-rose-100\/45 {
    background-color: rgba(255, 228, 230, 0.45);
}
.bg-rose-100\/5 {
    background-color: rgba(255, 228, 230, 0.05);
}
.bg-rose-100\/50 {
    background-color: rgba(255, 228, 230, 0.5);
}
.bg-rose-100\/55 {
    background-color: rgba(255, 228, 230, 0.55);
}
.bg-rose-100\/60 {
    background-color: rgba(255, 228, 230, 0.6);
}
.bg-rose-100\/65 {
    background-color: rgba(255, 228, 230, 0.65);
}
.bg-rose-100\/70 {
    background-color: rgba(255, 228, 230, 0.7);
}
.bg-rose-100\/75 {
    background-color: rgba(255, 228, 230, 0.75);
}
.bg-rose-100\/80 {
    background-color: rgba(255, 228, 230, 0.8);
}
.bg-rose-100\/85 {
    background-color: rgba(255, 228, 230, 0.85);
}
.bg-rose-100\/90 {
    background-color: rgba(255, 228, 230, 0.9);
}
.bg-rose-100\/95 {
    background-color: rgba(255, 228, 230, 0.95);
}
.bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}
.bg-rose-200\/0 {
    background-color: rgba(254, 205, 211, 0);
}
.bg-rose-200\/10 {
    background-color: rgba(254, 205, 211, 0.1);
}
.bg-rose-200\/100 {
    background-color: #fecdd3;
}
.bg-rose-200\/15 {
    background-color: rgba(254, 205, 211, 0.15);
}
.bg-rose-200\/20 {
    background-color: rgba(254, 205, 211, 0.2);
}
.bg-rose-200\/25 {
    background-color: rgba(254, 205, 211, 0.25);
}
.bg-rose-200\/30 {
    background-color: rgba(254, 205, 211, 0.3);
}
.bg-rose-200\/35 {
    background-color: rgba(254, 205, 211, 0.35);
}
.bg-rose-200\/40 {
    background-color: rgba(254, 205, 211, 0.4);
}
.bg-rose-200\/45 {
    background-color: rgba(254, 205, 211, 0.45);
}
.bg-rose-200\/5 {
    background-color: rgba(254, 205, 211, 0.05);
}
.bg-rose-200\/50 {
    background-color: rgba(254, 205, 211, 0.5);
}
.bg-rose-200\/55 {
    background-color: rgba(254, 205, 211, 0.55);
}
.bg-rose-200\/60 {
    background-color: rgba(254, 205, 211, 0.6);
}
.bg-rose-200\/65 {
    background-color: rgba(254, 205, 211, 0.65);
}
.bg-rose-200\/70 {
    background-color: rgba(254, 205, 211, 0.7);
}
.bg-rose-200\/75 {
    background-color: rgba(254, 205, 211, 0.75);
}
.bg-rose-200\/80 {
    background-color: rgba(254, 205, 211, 0.8);
}
.bg-rose-200\/85 {
    background-color: rgba(254, 205, 211, 0.85);
}
.bg-rose-200\/90 {
    background-color: rgba(254, 205, 211, 0.9);
}
.bg-rose-200\/95 {
    background-color: rgba(254, 205, 211, 0.95);
}
.bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}
.bg-rose-300\/0 {
    background-color: rgba(253, 164, 175, 0);
}
.bg-rose-300\/10 {
    background-color: rgba(253, 164, 175, 0.1);
}
.bg-rose-300\/100 {
    background-color: #fda4af;
}
.bg-rose-300\/15 {
    background-color: rgba(253, 164, 175, 0.15);
}
.bg-rose-300\/20 {
    background-color: rgba(253, 164, 175, 0.2);
}
.bg-rose-300\/25 {
    background-color: rgba(253, 164, 175, 0.25);
}
.bg-rose-300\/30 {
    background-color: rgba(253, 164, 175, 0.3);
}
.bg-rose-300\/35 {
    background-color: rgba(253, 164, 175, 0.35);
}
.bg-rose-300\/40 {
    background-color: rgba(253, 164, 175, 0.4);
}
.bg-rose-300\/45 {
    background-color: rgba(253, 164, 175, 0.45);
}
.bg-rose-300\/5 {
    background-color: rgba(253, 164, 175, 0.05);
}
.bg-rose-300\/50 {
    background-color: rgba(253, 164, 175, 0.5);
}
.bg-rose-300\/55 {
    background-color: rgba(253, 164, 175, 0.55);
}
.bg-rose-300\/60 {
    background-color: rgba(253, 164, 175, 0.6);
}
.bg-rose-300\/65 {
    background-color: rgba(253, 164, 175, 0.65);
}
.bg-rose-300\/70 {
    background-color: rgba(253, 164, 175, 0.7);
}
.bg-rose-300\/75 {
    background-color: rgba(253, 164, 175, 0.75);
}
.bg-rose-300\/80 {
    background-color: rgba(253, 164, 175, 0.8);
}
.bg-rose-300\/85 {
    background-color: rgba(253, 164, 175, 0.85);
}
.bg-rose-300\/90 {
    background-color: rgba(253, 164, 175, 0.9);
}
.bg-rose-300\/95 {
    background-color: rgba(253, 164, 175, 0.95);
}
.bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.bg-rose-400\/0 {
    background-color: rgba(251, 113, 133, 0);
}
.bg-rose-400\/10 {
    background-color: rgba(251, 113, 133, 0.1);
}
.bg-rose-400\/100 {
    background-color: #fb7185;
}
.bg-rose-400\/15 {
    background-color: rgba(251, 113, 133, 0.15);
}
.bg-rose-400\/20 {
    background-color: rgba(251, 113, 133, 0.2);
}
.bg-rose-400\/25 {
    background-color: rgba(251, 113, 133, 0.25);
}
.bg-rose-400\/30 {
    background-color: rgba(251, 113, 133, 0.3);
}
.bg-rose-400\/35 {
    background-color: rgba(251, 113, 133, 0.35);
}
.bg-rose-400\/40 {
    background-color: rgba(251, 113, 133, 0.4);
}
.bg-rose-400\/45 {
    background-color: rgba(251, 113, 133, 0.45);
}
.bg-rose-400\/5 {
    background-color: rgba(251, 113, 133, 0.05);
}
.bg-rose-400\/50 {
    background-color: rgba(251, 113, 133, 0.5);
}
.bg-rose-400\/55 {
    background-color: rgba(251, 113, 133, 0.55);
}
.bg-rose-400\/60 {
    background-color: rgba(251, 113, 133, 0.6);
}
.bg-rose-400\/65 {
    background-color: rgba(251, 113, 133, 0.65);
}
.bg-rose-400\/70 {
    background-color: rgba(251, 113, 133, 0.7);
}
.bg-rose-400\/75 {
    background-color: rgba(251, 113, 133, 0.75);
}
.bg-rose-400\/80 {
    background-color: rgba(251, 113, 133, 0.8);
}
.bg-rose-400\/85 {
    background-color: rgba(251, 113, 133, 0.85);
}
.bg-rose-400\/90 {
    background-color: rgba(251, 113, 133, 0.9);
}
.bg-rose-400\/95 {
    background-color: rgba(251, 113, 133, 0.95);
}
.bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-50\/0 {
    background-color: rgba(255, 241, 242, 0);
}
.bg-rose-50\/10 {
    background-color: rgba(255, 241, 242, 0.1);
}
.bg-rose-50\/100 {
    background-color: #fff1f2;
}
.bg-rose-50\/15 {
    background-color: rgba(255, 241, 242, 0.15);
}
.bg-rose-50\/20 {
    background-color: rgba(255, 241, 242, 0.2);
}
.bg-rose-50\/25 {
    background-color: rgba(255, 241, 242, 0.25);
}
.bg-rose-50\/30 {
    background-color: rgba(255, 241, 242, 0.3);
}
.bg-rose-50\/35 {
    background-color: rgba(255, 241, 242, 0.35);
}
.bg-rose-50\/40 {
    background-color: rgba(255, 241, 242, 0.4);
}
.bg-rose-50\/45 {
    background-color: rgba(255, 241, 242, 0.45);
}
.bg-rose-50\/5 {
    background-color: rgba(255, 241, 242, 0.05);
}
.bg-rose-50\/50 {
    background-color: rgba(255, 241, 242, 0.5);
}
.bg-rose-50\/55 {
    background-color: rgba(255, 241, 242, 0.55);
}
.bg-rose-50\/60 {
    background-color: rgba(255, 241, 242, 0.6);
}
.bg-rose-50\/65 {
    background-color: rgba(255, 241, 242, 0.65);
}
.bg-rose-50\/70 {
    background-color: rgba(255, 241, 242, 0.7);
}
.bg-rose-50\/75 {
    background-color: rgba(255, 241, 242, 0.75);
}
.bg-rose-50\/80 {
    background-color: rgba(255, 241, 242, 0.8);
}
.bg-rose-50\/85 {
    background-color: rgba(255, 241, 242, 0.85);
}
.bg-rose-50\/90 {
    background-color: rgba(255, 241, 242, 0.9);
}
.bg-rose-50\/95 {
    background-color: rgba(255, 241, 242, 0.95);
}
.bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/0 {
    background-color: rgba(244, 63, 94, 0);
}
.bg-rose-500\/10 {
    background-color: rgba(244, 63, 94, 0.1);
}
.bg-rose-500\/100 {
    background-color: #f43f5e;
}
.bg-rose-500\/15 {
    background-color: rgba(244, 63, 94, 0.15);
}
.bg-rose-500\/20 {
    background-color: rgba(244, 63, 94, 0.2);
}
.bg-rose-500\/25 {
    background-color: rgba(244, 63, 94, 0.25);
}
.bg-rose-500\/30 {
    background-color: rgba(244, 63, 94, 0.3);
}
.bg-rose-500\/35 {
    background-color: rgba(244, 63, 94, 0.35);
}
.bg-rose-500\/40 {
    background-color: rgba(244, 63, 94, 0.4);
}
.bg-rose-500\/45 {
    background-color: rgba(244, 63, 94, 0.45);
}
.bg-rose-500\/5 {
    background-color: rgba(244, 63, 94, 0.05);
}
.bg-rose-500\/50 {
    background-color: rgba(244, 63, 94, 0.5);
}
.bg-rose-500\/55 {
    background-color: rgba(244, 63, 94, 0.55);
}
.bg-rose-500\/60 {
    background-color: rgba(244, 63, 94, 0.6);
}
.bg-rose-500\/65 {
    background-color: rgba(244, 63, 94, 0.65);
}
.bg-rose-500\/70 {
    background-color: rgba(244, 63, 94, 0.7);
}
.bg-rose-500\/75 {
    background-color: rgba(244, 63, 94, 0.75);
}
.bg-rose-500\/80 {
    background-color: rgba(244, 63, 94, 0.8);
}
.bg-rose-500\/85 {
    background-color: rgba(244, 63, 94, 0.85);
}
.bg-rose-500\/90 {
    background-color: rgba(244, 63, 94, 0.9);
}
.bg-rose-500\/95 {
    background-color: rgba(244, 63, 94, 0.95);
}
.bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.bg-rose-600\/0 {
    background-color: rgba(225, 29, 72, 0);
}
.bg-rose-600\/10 {
    background-color: rgba(225, 29, 72, 0.1);
}
.bg-rose-600\/100 {
    background-color: #e11d48;
}
.bg-rose-600\/15 {
    background-color: rgba(225, 29, 72, 0.15);
}
.bg-rose-600\/20 {
    background-color: rgba(225, 29, 72, 0.2);
}
.bg-rose-600\/25 {
    background-color: rgba(225, 29, 72, 0.25);
}
.bg-rose-600\/30 {
    background-color: rgba(225, 29, 72, 0.3);
}
.bg-rose-600\/35 {
    background-color: rgba(225, 29, 72, 0.35);
}
.bg-rose-600\/40 {
    background-color: rgba(225, 29, 72, 0.4);
}
.bg-rose-600\/45 {
    background-color: rgba(225, 29, 72, 0.45);
}
.bg-rose-600\/5 {
    background-color: rgba(225, 29, 72, 0.05);
}
.bg-rose-600\/50 {
    background-color: rgba(225, 29, 72, 0.5);
}
.bg-rose-600\/55 {
    background-color: rgba(225, 29, 72, 0.55);
}
.bg-rose-600\/60 {
    background-color: rgba(225, 29, 72, 0.6);
}
.bg-rose-600\/65 {
    background-color: rgba(225, 29, 72, 0.65);
}
.bg-rose-600\/70 {
    background-color: rgba(225, 29, 72, 0.7);
}
.bg-rose-600\/75 {
    background-color: rgba(225, 29, 72, 0.75);
}
.bg-rose-600\/80 {
    background-color: rgba(225, 29, 72, 0.8);
}
.bg-rose-600\/85 {
    background-color: rgba(225, 29, 72, 0.85);
}
.bg-rose-600\/90 {
    background-color: rgba(225, 29, 72, 0.9);
}
.bg-rose-600\/95 {
    background-color: rgba(225, 29, 72, 0.95);
}
.bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.bg-rose-700\/0 {
    background-color: rgba(190, 18, 60, 0);
}
.bg-rose-700\/10 {
    background-color: rgba(190, 18, 60, 0.1);
}
.bg-rose-700\/100 {
    background-color: #be123c;
}
.bg-rose-700\/15 {
    background-color: rgba(190, 18, 60, 0.15);
}
.bg-rose-700\/20 {
    background-color: rgba(190, 18, 60, 0.2);
}
.bg-rose-700\/25 {
    background-color: rgba(190, 18, 60, 0.25);
}
.bg-rose-700\/30 {
    background-color: rgba(190, 18, 60, 0.3);
}
.bg-rose-700\/35 {
    background-color: rgba(190, 18, 60, 0.35);
}
.bg-rose-700\/40 {
    background-color: rgba(190, 18, 60, 0.4);
}
.bg-rose-700\/45 {
    background-color: rgba(190, 18, 60, 0.45);
}
.bg-rose-700\/5 {
    background-color: rgba(190, 18, 60, 0.05);
}
.bg-rose-700\/50 {
    background-color: rgba(190, 18, 60, 0.5);
}
.bg-rose-700\/55 {
    background-color: rgba(190, 18, 60, 0.55);
}
.bg-rose-700\/60 {
    background-color: rgba(190, 18, 60, 0.6);
}
.bg-rose-700\/65 {
    background-color: rgba(190, 18, 60, 0.65);
}
.bg-rose-700\/70 {
    background-color: rgba(190, 18, 60, 0.7);
}
.bg-rose-700\/75 {
    background-color: rgba(190, 18, 60, 0.75);
}
.bg-rose-700\/80 {
    background-color: rgba(190, 18, 60, 0.8);
}
.bg-rose-700\/85 {
    background-color: rgba(190, 18, 60, 0.85);
}
.bg-rose-700\/90 {
    background-color: rgba(190, 18, 60, 0.9);
}
.bg-rose-700\/95 {
    background-color: rgba(190, 18, 60, 0.95);
}
.bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}
.bg-rose-800\/0 {
    background-color: rgba(159, 18, 57, 0);
}
.bg-rose-800\/10 {
    background-color: rgba(159, 18, 57, 0.1);
}
.bg-rose-800\/100 {
    background-color: #9f1239;
}
.bg-rose-800\/15 {
    background-color: rgba(159, 18, 57, 0.15);
}
.bg-rose-800\/20 {
    background-color: rgba(159, 18, 57, 0.2);
}
.bg-rose-800\/25 {
    background-color: rgba(159, 18, 57, 0.25);
}
.bg-rose-800\/30 {
    background-color: rgba(159, 18, 57, 0.3);
}
.bg-rose-800\/35 {
    background-color: rgba(159, 18, 57, 0.35);
}
.bg-rose-800\/40 {
    background-color: rgba(159, 18, 57, 0.4);
}
.bg-rose-800\/45 {
    background-color: rgba(159, 18, 57, 0.45);
}
.bg-rose-800\/5 {
    background-color: rgba(159, 18, 57, 0.05);
}
.bg-rose-800\/50 {
    background-color: rgba(159, 18, 57, 0.5);
}
.bg-rose-800\/55 {
    background-color: rgba(159, 18, 57, 0.55);
}
.bg-rose-800\/60 {
    background-color: rgba(159, 18, 57, 0.6);
}
.bg-rose-800\/65 {
    background-color: rgba(159, 18, 57, 0.65);
}
.bg-rose-800\/70 {
    background-color: rgba(159, 18, 57, 0.7);
}
.bg-rose-800\/75 {
    background-color: rgba(159, 18, 57, 0.75);
}
.bg-rose-800\/80 {
    background-color: rgba(159, 18, 57, 0.8);
}
.bg-rose-800\/85 {
    background-color: rgba(159, 18, 57, 0.85);
}
.bg-rose-800\/90 {
    background-color: rgba(159, 18, 57, 0.9);
}
.bg-rose-800\/95 {
    background-color: rgba(159, 18, 57, 0.95);
}
.bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}
.bg-rose-900\/0 {
    background-color: rgba(136, 19, 55, 0);
}
.bg-rose-900\/10 {
    background-color: rgba(136, 19, 55, 0.1);
}
.bg-rose-900\/100 {
    background-color: #881337;
}
.bg-rose-900\/15 {
    background-color: rgba(136, 19, 55, 0.15);
}
.bg-rose-900\/20 {
    background-color: rgba(136, 19, 55, 0.2);
}
.bg-rose-900\/25 {
    background-color: rgba(136, 19, 55, 0.25);
}
.bg-rose-900\/30 {
    background-color: rgba(136, 19, 55, 0.3);
}
.bg-rose-900\/35 {
    background-color: rgba(136, 19, 55, 0.35);
}
.bg-rose-900\/40 {
    background-color: rgba(136, 19, 55, 0.4);
}
.bg-rose-900\/45 {
    background-color: rgba(136, 19, 55, 0.45);
}
.bg-rose-900\/5 {
    background-color: rgba(136, 19, 55, 0.05);
}
.bg-rose-900\/50 {
    background-color: rgba(136, 19, 55, 0.5);
}
.bg-rose-900\/55 {
    background-color: rgba(136, 19, 55, 0.55);
}
.bg-rose-900\/60 {
    background-color: rgba(136, 19, 55, 0.6);
}
.bg-rose-900\/65 {
    background-color: rgba(136, 19, 55, 0.65);
}
.bg-rose-900\/70 {
    background-color: rgba(136, 19, 55, 0.7);
}
.bg-rose-900\/75 {
    background-color: rgba(136, 19, 55, 0.75);
}
.bg-rose-900\/80 {
    background-color: rgba(136, 19, 55, 0.8);
}
.bg-rose-900\/85 {
    background-color: rgba(136, 19, 55, 0.85);
}
.bg-rose-900\/90 {
    background-color: rgba(136, 19, 55, 0.9);
}
.bg-rose-900\/95 {
    background-color: rgba(136, 19, 55, 0.95);
}
.bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-100\/0 {
    background-color: rgba(224, 242, 254, 0);
}
.bg-sky-100\/10 {
    background-color: rgba(224, 242, 254, 0.1);
}
.bg-sky-100\/100 {
    background-color: #e0f2fe;
}
.bg-sky-100\/15 {
    background-color: rgba(224, 242, 254, 0.15);
}
.bg-sky-100\/20 {
    background-color: rgba(224, 242, 254, 0.2);
}
.bg-sky-100\/25 {
    background-color: rgba(224, 242, 254, 0.25);
}
.bg-sky-100\/30 {
    background-color: rgba(224, 242, 254, 0.3);
}
.bg-sky-100\/35 {
    background-color: rgba(224, 242, 254, 0.35);
}
.bg-sky-100\/40 {
    background-color: rgba(224, 242, 254, 0.4);
}
.bg-sky-100\/45 {
    background-color: rgba(224, 242, 254, 0.45);
}
.bg-sky-100\/5 {
    background-color: rgba(224, 242, 254, 0.05);
}
.bg-sky-100\/50 {
    background-color: rgba(224, 242, 254, 0.5);
}
.bg-sky-100\/55 {
    background-color: rgba(224, 242, 254, 0.55);
}
.bg-sky-100\/60 {
    background-color: rgba(224, 242, 254, 0.6);
}
.bg-sky-100\/65 {
    background-color: rgba(224, 242, 254, 0.65);
}
.bg-sky-100\/70 {
    background-color: rgba(224, 242, 254, 0.7);
}
.bg-sky-100\/75 {
    background-color: rgba(224, 242, 254, 0.75);
}
.bg-sky-100\/80 {
    background-color: rgba(224, 242, 254, 0.8);
}
.bg-sky-100\/85 {
    background-color: rgba(224, 242, 254, 0.85);
}
.bg-sky-100\/90 {
    background-color: rgba(224, 242, 254, 0.9);
}
.bg-sky-100\/95 {
    background-color: rgba(224, 242, 254, 0.95);
}
.bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.bg-sky-200\/0 {
    background-color: rgba(186, 230, 253, 0);
}
.bg-sky-200\/10 {
    background-color: rgba(186, 230, 253, 0.1);
}
.bg-sky-200\/100 {
    background-color: #bae6fd;
}
.bg-sky-200\/15 {
    background-color: rgba(186, 230, 253, 0.15);
}
.bg-sky-200\/20 {
    background-color: rgba(186, 230, 253, 0.2);
}
.bg-sky-200\/25 {
    background-color: rgba(186, 230, 253, 0.25);
}
.bg-sky-200\/30 {
    background-color: rgba(186, 230, 253, 0.3);
}
.bg-sky-200\/35 {
    background-color: rgba(186, 230, 253, 0.35);
}
.bg-sky-200\/40 {
    background-color: rgba(186, 230, 253, 0.4);
}
.bg-sky-200\/45 {
    background-color: rgba(186, 230, 253, 0.45);
}
.bg-sky-200\/5 {
    background-color: rgba(186, 230, 253, 0.05);
}
.bg-sky-200\/50 {
    background-color: rgba(186, 230, 253, 0.5);
}
.bg-sky-200\/55 {
    background-color: rgba(186, 230, 253, 0.55);
}
.bg-sky-200\/60 {
    background-color: rgba(186, 230, 253, 0.6);
}
.bg-sky-200\/65 {
    background-color: rgba(186, 230, 253, 0.65);
}
.bg-sky-200\/70 {
    background-color: rgba(186, 230, 253, 0.7);
}
.bg-sky-200\/75 {
    background-color: rgba(186, 230, 253, 0.75);
}
.bg-sky-200\/80 {
    background-color: rgba(186, 230, 253, 0.8);
}
.bg-sky-200\/85 {
    background-color: rgba(186, 230, 253, 0.85);
}
.bg-sky-200\/90 {
    background-color: rgba(186, 230, 253, 0.9);
}
.bg-sky-200\/95 {
    background-color: rgba(186, 230, 253, 0.95);
}
.bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-sky-300\/0 {
    background-color: rgba(125, 211, 252, 0);
}
.bg-sky-300\/10 {
    background-color: rgba(125, 211, 252, 0.1);
}
.bg-sky-300\/100 {
    background-color: #7dd3fc;
}
.bg-sky-300\/15 {
    background-color: rgba(125, 211, 252, 0.15);
}
.bg-sky-300\/20 {
    background-color: rgba(125, 211, 252, 0.2);
}
.bg-sky-300\/25 {
    background-color: rgba(125, 211, 252, 0.25);
}
.bg-sky-300\/30 {
    background-color: rgba(125, 211, 252, 0.3);
}
.bg-sky-300\/35 {
    background-color: rgba(125, 211, 252, 0.35);
}
.bg-sky-300\/40 {
    background-color: rgba(125, 211, 252, 0.4);
}
.bg-sky-300\/45 {
    background-color: rgba(125, 211, 252, 0.45);
}
.bg-sky-300\/5 {
    background-color: rgba(125, 211, 252, 0.05);
}
.bg-sky-300\/50 {
    background-color: rgba(125, 211, 252, 0.5);
}
.bg-sky-300\/55 {
    background-color: rgba(125, 211, 252, 0.55);
}
.bg-sky-300\/60 {
    background-color: rgba(125, 211, 252, 0.6);
}
.bg-sky-300\/65 {
    background-color: rgba(125, 211, 252, 0.65);
}
.bg-sky-300\/70 {
    background-color: rgba(125, 211, 252, 0.7);
}
.bg-sky-300\/75 {
    background-color: rgba(125, 211, 252, 0.75);
}
.bg-sky-300\/80 {
    background-color: rgba(125, 211, 252, 0.8);
}
.bg-sky-300\/85 {
    background-color: rgba(125, 211, 252, 0.85);
}
.bg-sky-300\/90 {
    background-color: rgba(125, 211, 252, 0.9);
}
.bg-sky-300\/95 {
    background-color: rgba(125, 211, 252, 0.95);
}
.bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/0 {
    background-color: rgba(56, 189, 248, 0);
}
.bg-sky-400\/10 {
    background-color: rgba(56, 189, 248, 0.1);
}
.bg-sky-400\/100 {
    background-color: #38bdf8;
}
.bg-sky-400\/15 {
    background-color: rgba(56, 189, 248, 0.15);
}
.bg-sky-400\/20 {
    background-color: rgba(56, 189, 248, 0.2);
}
.bg-sky-400\/25 {
    background-color: rgba(56, 189, 248, 0.25);
}
.bg-sky-400\/30 {
    background-color: rgba(56, 189, 248, 0.3);
}
.bg-sky-400\/35 {
    background-color: rgba(56, 189, 248, 0.35);
}
.bg-sky-400\/40 {
    background-color: rgba(56, 189, 248, 0.4);
}
.bg-sky-400\/45 {
    background-color: rgba(56, 189, 248, 0.45);
}
.bg-sky-400\/5 {
    background-color: rgba(56, 189, 248, 0.05);
}
.bg-sky-400\/50 {
    background-color: rgba(56, 189, 248, 0.5);
}
.bg-sky-400\/55 {
    background-color: rgba(56, 189, 248, 0.55);
}
.bg-sky-400\/60 {
    background-color: rgba(56, 189, 248, 0.6);
}
.bg-sky-400\/65 {
    background-color: rgba(56, 189, 248, 0.65);
}
.bg-sky-400\/70 {
    background-color: rgba(56, 189, 248, 0.7);
}
.bg-sky-400\/75 {
    background-color: rgba(56, 189, 248, 0.75);
}
.bg-sky-400\/80 {
    background-color: rgba(56, 189, 248, 0.8);
}
.bg-sky-400\/85 {
    background-color: rgba(56, 189, 248, 0.85);
}
.bg-sky-400\/90 {
    background-color: rgba(56, 189, 248, 0.9);
}
.bg-sky-400\/95 {
    background-color: rgba(56, 189, 248, 0.95);
}
.bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-50\/0 {
    background-color: rgba(240, 249, 255, 0);
}
.bg-sky-50\/10 {
    background-color: rgba(240, 249, 255, 0.1);
}
.bg-sky-50\/100 {
    background-color: #f0f9ff;
}
.bg-sky-50\/15 {
    background-color: rgba(240, 249, 255, 0.15);
}
.bg-sky-50\/20 {
    background-color: rgba(240, 249, 255, 0.2);
}
.bg-sky-50\/25 {
    background-color: rgba(240, 249, 255, 0.25);
}
.bg-sky-50\/30 {
    background-color: rgba(240, 249, 255, 0.3);
}
.bg-sky-50\/35 {
    background-color: rgba(240, 249, 255, 0.35);
}
.bg-sky-50\/40 {
    background-color: rgba(240, 249, 255, 0.4);
}
.bg-sky-50\/45 {
    background-color: rgba(240, 249, 255, 0.45);
}
.bg-sky-50\/5 {
    background-color: rgba(240, 249, 255, 0.05);
}
.bg-sky-50\/50 {
    background-color: rgba(240, 249, 255, 0.5);
}
.bg-sky-50\/55 {
    background-color: rgba(240, 249, 255, 0.55);
}
.bg-sky-50\/60 {
    background-color: rgba(240, 249, 255, 0.6);
}
.bg-sky-50\/65 {
    background-color: rgba(240, 249, 255, 0.65);
}
.bg-sky-50\/70 {
    background-color: rgba(240, 249, 255, 0.7);
}
.bg-sky-50\/75 {
    background-color: rgba(240, 249, 255, 0.75);
}
.bg-sky-50\/80 {
    background-color: rgba(240, 249, 255, 0.8);
}
.bg-sky-50\/85 {
    background-color: rgba(240, 249, 255, 0.85);
}
.bg-sky-50\/90 {
    background-color: rgba(240, 249, 255, 0.9);
}
.bg-sky-50\/95 {
    background-color: rgba(240, 249, 255, 0.95);
}
.bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/0 {
    background-color: rgba(14, 165, 233, 0);
}
.bg-sky-500\/10 {
    background-color: rgba(14, 165, 233, 0.1);
}
.bg-sky-500\/100 {
    background-color: #0ea5e9;
}
.bg-sky-500\/15 {
    background-color: rgba(14, 165, 233, 0.15);
}
.bg-sky-500\/20 {
    background-color: rgba(14, 165, 233, 0.2);
}
.bg-sky-500\/25 {
    background-color: rgba(14, 165, 233, 0.25);
}
.bg-sky-500\/30 {
    background-color: rgba(14, 165, 233, 0.3);
}
.bg-sky-500\/35 {
    background-color: rgba(14, 165, 233, 0.35);
}
.bg-sky-500\/40 {
    background-color: rgba(14, 165, 233, 0.4);
}
.bg-sky-500\/45 {
    background-color: rgba(14, 165, 233, 0.45);
}
.bg-sky-500\/5 {
    background-color: rgba(14, 165, 233, 0.05);
}
.bg-sky-500\/50 {
    background-color: rgba(14, 165, 233, 0.5);
}
.bg-sky-500\/55 {
    background-color: rgba(14, 165, 233, 0.55);
}
.bg-sky-500\/60 {
    background-color: rgba(14, 165, 233, 0.6);
}
.bg-sky-500\/65 {
    background-color: rgba(14, 165, 233, 0.65);
}
.bg-sky-500\/70 {
    background-color: rgba(14, 165, 233, 0.7);
}
.bg-sky-500\/75 {
    background-color: rgba(14, 165, 233, 0.75);
}
.bg-sky-500\/80 {
    background-color: rgba(14, 165, 233, 0.8);
}
.bg-sky-500\/85 {
    background-color: rgba(14, 165, 233, 0.85);
}
.bg-sky-500\/90 {
    background-color: rgba(14, 165, 233, 0.9);
}
.bg-sky-500\/95 {
    background-color: rgba(14, 165, 233, 0.95);
}
.bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-600\/0 {
    background-color: rgba(2, 132, 199, 0);
}
.bg-sky-600\/10 {
    background-color: rgba(2, 132, 199, 0.1);
}
.bg-sky-600\/100 {
    background-color: #0284c7;
}
.bg-sky-600\/15 {
    background-color: rgba(2, 132, 199, 0.15);
}
.bg-sky-600\/20 {
    background-color: rgba(2, 132, 199, 0.2);
}
.bg-sky-600\/25 {
    background-color: rgba(2, 132, 199, 0.25);
}
.bg-sky-600\/30 {
    background-color: rgba(2, 132, 199, 0.3);
}
.bg-sky-600\/35 {
    background-color: rgba(2, 132, 199, 0.35);
}
.bg-sky-600\/40 {
    background-color: rgba(2, 132, 199, 0.4);
}
.bg-sky-600\/45 {
    background-color: rgba(2, 132, 199, 0.45);
}
.bg-sky-600\/5 {
    background-color: rgba(2, 132, 199, 0.05);
}
.bg-sky-600\/50 {
    background-color: rgba(2, 132, 199, 0.5);
}
.bg-sky-600\/55 {
    background-color: rgba(2, 132, 199, 0.55);
}
.bg-sky-600\/60 {
    background-color: rgba(2, 132, 199, 0.6);
}
.bg-sky-600\/65 {
    background-color: rgba(2, 132, 199, 0.65);
}
.bg-sky-600\/70 {
    background-color: rgba(2, 132, 199, 0.7);
}
.bg-sky-600\/75 {
    background-color: rgba(2, 132, 199, 0.75);
}
.bg-sky-600\/80 {
    background-color: rgba(2, 132, 199, 0.8);
}
.bg-sky-600\/85 {
    background-color: rgba(2, 132, 199, 0.85);
}
.bg-sky-600\/90 {
    background-color: rgba(2, 132, 199, 0.9);
}
.bg-sky-600\/95 {
    background-color: rgba(2, 132, 199, 0.95);
}
.bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.bg-sky-700\/0 {
    background-color: rgba(3, 105, 161, 0);
}
.bg-sky-700\/10 {
    background-color: rgba(3, 105, 161, 0.1);
}
.bg-sky-700\/100 {
    background-color: #0369a1;
}
.bg-sky-700\/15 {
    background-color: rgba(3, 105, 161, 0.15);
}
.bg-sky-700\/20 {
    background-color: rgba(3, 105, 161, 0.2);
}
.bg-sky-700\/25 {
    background-color: rgba(3, 105, 161, 0.25);
}
.bg-sky-700\/30 {
    background-color: rgba(3, 105, 161, 0.3);
}
.bg-sky-700\/35 {
    background-color: rgba(3, 105, 161, 0.35);
}
.bg-sky-700\/40 {
    background-color: rgba(3, 105, 161, 0.4);
}
.bg-sky-700\/45 {
    background-color: rgba(3, 105, 161, 0.45);
}
.bg-sky-700\/5 {
    background-color: rgba(3, 105, 161, 0.05);
}
.bg-sky-700\/50 {
    background-color: rgba(3, 105, 161, 0.5);
}
.bg-sky-700\/55 {
    background-color: rgba(3, 105, 161, 0.55);
}
.bg-sky-700\/60 {
    background-color: rgba(3, 105, 161, 0.6);
}
.bg-sky-700\/65 {
    background-color: rgba(3, 105, 161, 0.65);
}
.bg-sky-700\/70 {
    background-color: rgba(3, 105, 161, 0.7);
}
.bg-sky-700\/75 {
    background-color: rgba(3, 105, 161, 0.75);
}
.bg-sky-700\/80 {
    background-color: rgba(3, 105, 161, 0.8);
}
.bg-sky-700\/85 {
    background-color: rgba(3, 105, 161, 0.85);
}
.bg-sky-700\/90 {
    background-color: rgba(3, 105, 161, 0.9);
}
.bg-sky-700\/95 {
    background-color: rgba(3, 105, 161, 0.95);
}
.bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}
.bg-sky-800\/0 {
    background-color: rgba(7, 89, 133, 0);
}
.bg-sky-800\/10 {
    background-color: rgba(7, 89, 133, 0.1);
}
.bg-sky-800\/100 {
    background-color: #075985;
}
.bg-sky-800\/15 {
    background-color: rgba(7, 89, 133, 0.15);
}
.bg-sky-800\/20 {
    background-color: rgba(7, 89, 133, 0.2);
}
.bg-sky-800\/25 {
    background-color: rgba(7, 89, 133, 0.25);
}
.bg-sky-800\/30 {
    background-color: rgba(7, 89, 133, 0.3);
}
.bg-sky-800\/35 {
    background-color: rgba(7, 89, 133, 0.35);
}
.bg-sky-800\/40 {
    background-color: rgba(7, 89, 133, 0.4);
}
.bg-sky-800\/45 {
    background-color: rgba(7, 89, 133, 0.45);
}
.bg-sky-800\/5 {
    background-color: rgba(7, 89, 133, 0.05);
}
.bg-sky-800\/50 {
    background-color: rgba(7, 89, 133, 0.5);
}
.bg-sky-800\/55 {
    background-color: rgba(7, 89, 133, 0.55);
}
.bg-sky-800\/60 {
    background-color: rgba(7, 89, 133, 0.6);
}
.bg-sky-800\/65 {
    background-color: rgba(7, 89, 133, 0.65);
}
.bg-sky-800\/70 {
    background-color: rgba(7, 89, 133, 0.7);
}
.bg-sky-800\/75 {
    background-color: rgba(7, 89, 133, 0.75);
}
.bg-sky-800\/80 {
    background-color: rgba(7, 89, 133, 0.8);
}
.bg-sky-800\/85 {
    background-color: rgba(7, 89, 133, 0.85);
}
.bg-sky-800\/90 {
    background-color: rgba(7, 89, 133, 0.9);
}
.bg-sky-800\/95 {
    background-color: rgba(7, 89, 133, 0.95);
}
.bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}
.bg-sky-900\/0 {
    background-color: rgba(12, 74, 110, 0);
}
.bg-sky-900\/10 {
    background-color: rgba(12, 74, 110, 0.1);
}
.bg-sky-900\/100 {
    background-color: #0c4a6e;
}
.bg-sky-900\/15 {
    background-color: rgba(12, 74, 110, 0.15);
}
.bg-sky-900\/20 {
    background-color: rgba(12, 74, 110, 0.2);
}
.bg-sky-900\/25 {
    background-color: rgba(12, 74, 110, 0.25);
}
.bg-sky-900\/30 {
    background-color: rgba(12, 74, 110, 0.3);
}
.bg-sky-900\/35 {
    background-color: rgba(12, 74, 110, 0.35);
}
.bg-sky-900\/40 {
    background-color: rgba(12, 74, 110, 0.4);
}
.bg-sky-900\/45 {
    background-color: rgba(12, 74, 110, 0.45);
}
.bg-sky-900\/5 {
    background-color: rgba(12, 74, 110, 0.05);
}
.bg-sky-900\/50 {
    background-color: rgba(12, 74, 110, 0.5);
}
.bg-sky-900\/55 {
    background-color: rgba(12, 74, 110, 0.55);
}
.bg-sky-900\/60 {
    background-color: rgba(12, 74, 110, 0.6);
}
.bg-sky-900\/65 {
    background-color: rgba(12, 74, 110, 0.65);
}
.bg-sky-900\/70 {
    background-color: rgba(12, 74, 110, 0.7);
}
.bg-sky-900\/75 {
    background-color: rgba(12, 74, 110, 0.75);
}
.bg-sky-900\/80 {
    background-color: rgba(12, 74, 110, 0.8);
}
.bg-sky-900\/85 {
    background-color: rgba(12, 74, 110, 0.85);
}
.bg-sky-900\/90 {
    background-color: rgba(12, 74, 110, 0.9);
}
.bg-sky-900\/95 {
    background-color: rgba(12, 74, 110, 0.95);
}
.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/0 {
    background-color: rgba(241, 245, 249, 0);
}
.bg-slate-100\/10 {
    background-color: rgba(241, 245, 249, 0.1);
}
.bg-slate-100\/100 {
    background-color: #f1f5f9;
}
.bg-slate-100\/15 {
    background-color: rgba(241, 245, 249, 0.15);
}
.bg-slate-100\/20 {
    background-color: rgba(241, 245, 249, 0.2);
}
.bg-slate-100\/25 {
    background-color: rgba(241, 245, 249, 0.25);
}
.bg-slate-100\/30 {
    background-color: rgba(241, 245, 249, 0.3);
}
.bg-slate-100\/35 {
    background-color: rgba(241, 245, 249, 0.35);
}
.bg-slate-100\/40 {
    background-color: rgba(241, 245, 249, 0.4);
}
.bg-slate-100\/45 {
    background-color: rgba(241, 245, 249, 0.45);
}
.bg-slate-100\/5 {
    background-color: rgba(241, 245, 249, 0.05);
}
.bg-slate-100\/50 {
    background-color: rgba(241, 245, 249, 0.5);
}
.bg-slate-100\/55 {
    background-color: rgba(241, 245, 249, 0.55);
}
.bg-slate-100\/60 {
    background-color: rgba(241, 245, 249, 0.6);
}
.bg-slate-100\/65 {
    background-color: rgba(241, 245, 249, 0.65);
}
.bg-slate-100\/70 {
    background-color: rgba(241, 245, 249, 0.7);
}
.bg-slate-100\/75 {
    background-color: rgba(241, 245, 249, 0.75);
}
.bg-slate-100\/80 {
    background-color: rgba(241, 245, 249, 0.8);
}
.bg-slate-100\/85 {
    background-color: rgba(241, 245, 249, 0.85);
}
.bg-slate-100\/90 {
    background-color: rgba(241, 245, 249, 0.9);
}
.bg-slate-100\/95 {
    background-color: rgba(241, 245, 249, 0.95);
}
.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/0 {
    background-color: rgba(226, 232, 240, 0);
}
.bg-slate-200\/10 {
    background-color: rgba(226, 232, 240, 0.1);
}
.bg-slate-200\/100 {
    background-color: #e2e8f0;
}
.bg-slate-200\/15 {
    background-color: rgba(226, 232, 240, 0.15);
}
.bg-slate-200\/20 {
    background-color: rgba(226, 232, 240, 0.2);
}
.bg-slate-200\/25 {
    background-color: rgba(226, 232, 240, 0.25);
}
.bg-slate-200\/30 {
    background-color: rgba(226, 232, 240, 0.3);
}
.bg-slate-200\/35 {
    background-color: rgba(226, 232, 240, 0.35);
}
.bg-slate-200\/40 {
    background-color: rgba(226, 232, 240, 0.4);
}
.bg-slate-200\/45 {
    background-color: rgba(226, 232, 240, 0.45);
}
.bg-slate-200\/5 {
    background-color: rgba(226, 232, 240, 0.05);
}
.bg-slate-200\/50 {
    background-color: rgba(226, 232, 240, 0.5);
}
.bg-slate-200\/55 {
    background-color: rgba(226, 232, 240, 0.55);
}
.bg-slate-200\/60 {
    background-color: rgba(226, 232, 240, 0.6);
}
.bg-slate-200\/65 {
    background-color: rgba(226, 232, 240, 0.65);
}
.bg-slate-200\/70 {
    background-color: rgba(226, 232, 240, 0.7);
}
.bg-slate-200\/75 {
    background-color: rgba(226, 232, 240, 0.75);
}
.bg-slate-200\/80 {
    background-color: rgba(226, 232, 240, 0.8);
}
.bg-slate-200\/85 {
    background-color: rgba(226, 232, 240, 0.85);
}
.bg-slate-200\/90 {
    background-color: rgba(226, 232, 240, 0.9);
}
.bg-slate-200\/95 {
    background-color: rgba(226, 232, 240, 0.95);
}
.bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-300\/0 {
    background-color: rgba(203, 213, 225, 0);
}
.bg-slate-300\/10 {
    background-color: rgba(203, 213, 225, 0.1);
}
.bg-slate-300\/100 {
    background-color: #cbd5e1;
}
.bg-slate-300\/15 {
    background-color: rgba(203, 213, 225, 0.15);
}
.bg-slate-300\/20 {
    background-color: rgba(203, 213, 225, 0.2);
}
.bg-slate-300\/25 {
    background-color: rgba(203, 213, 225, 0.25);
}
.bg-slate-300\/30 {
    background-color: rgba(203, 213, 225, 0.3);
}
.bg-slate-300\/35 {
    background-color: rgba(203, 213, 225, 0.35);
}
.bg-slate-300\/40 {
    background-color: rgba(203, 213, 225, 0.4);
}
.bg-slate-300\/45 {
    background-color: rgba(203, 213, 225, 0.45);
}
.bg-slate-300\/5 {
    background-color: rgba(203, 213, 225, 0.05);
}
.bg-slate-300\/50 {
    background-color: rgba(203, 213, 225, 0.5);
}
.bg-slate-300\/55 {
    background-color: rgba(203, 213, 225, 0.55);
}
.bg-slate-300\/60 {
    background-color: rgba(203, 213, 225, 0.6);
}
.bg-slate-300\/65 {
    background-color: rgba(203, 213, 225, 0.65);
}
.bg-slate-300\/70 {
    background-color: rgba(203, 213, 225, 0.7);
}
.bg-slate-300\/75 {
    background-color: rgba(203, 213, 225, 0.75);
}
.bg-slate-300\/80 {
    background-color: rgba(203, 213, 225, 0.8);
}
.bg-slate-300\/85 {
    background-color: rgba(203, 213, 225, 0.85);
}
.bg-slate-300\/90 {
    background-color: rgba(203, 213, 225, 0.9);
}
.bg-slate-300\/95 {
    background-color: rgba(203, 213, 225, 0.95);
}
.bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-400\/0 {
    background-color: rgba(148, 163, 184, 0);
}
.bg-slate-400\/10 {
    background-color: rgba(148, 163, 184, 0.1);
}
.bg-slate-400\/100 {
    background-color: #94a3b8;
}
.bg-slate-400\/15 {
    background-color: rgba(148, 163, 184, 0.15);
}
.bg-slate-400\/20 {
    background-color: rgba(148, 163, 184, 0.2);
}
.bg-slate-400\/25 {
    background-color: rgba(148, 163, 184, 0.25);
}
.bg-slate-400\/30 {
    background-color: rgba(148, 163, 184, 0.3);
}
.bg-slate-400\/35 {
    background-color: rgba(148, 163, 184, 0.35);
}
.bg-slate-400\/40 {
    background-color: rgba(148, 163, 184, 0.4);
}
.bg-slate-400\/45 {
    background-color: rgba(148, 163, 184, 0.45);
}
.bg-slate-400\/5 {
    background-color: rgba(148, 163, 184, 0.05);
}
.bg-slate-400\/50 {
    background-color: rgba(148, 163, 184, 0.5);
}
.bg-slate-400\/55 {
    background-color: rgba(148, 163, 184, 0.55);
}
.bg-slate-400\/60 {
    background-color: rgba(148, 163, 184, 0.6);
}
.bg-slate-400\/65 {
    background-color: rgba(148, 163, 184, 0.65);
}
.bg-slate-400\/70 {
    background-color: rgba(148, 163, 184, 0.7);
}
.bg-slate-400\/75 {
    background-color: rgba(148, 163, 184, 0.75);
}
.bg-slate-400\/80 {
    background-color: rgba(148, 163, 184, 0.8);
}
.bg-slate-400\/85 {
    background-color: rgba(148, 163, 184, 0.85);
}
.bg-slate-400\/90 {
    background-color: rgba(148, 163, 184, 0.9);
}
.bg-slate-400\/95 {
    background-color: rgba(148, 163, 184, 0.95);
}
.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/0 {
    background-color: rgba(248, 250, 252, 0);
}
.bg-slate-50\/10 {
    background-color: rgba(248, 250, 252, 0.1);
}
.bg-slate-50\/100 {
    background-color: #f8fafc;
}
.bg-slate-50\/15 {
    background-color: rgba(248, 250, 252, 0.15);
}
.bg-slate-50\/20 {
    background-color: rgba(248, 250, 252, 0.2);
}
.bg-slate-50\/25 {
    background-color: rgba(248, 250, 252, 0.25);
}
.bg-slate-50\/30 {
    background-color: rgba(248, 250, 252, 0.3);
}
.bg-slate-50\/35 {
    background-color: rgba(248, 250, 252, 0.35);
}
.bg-slate-50\/40 {
    background-color: rgba(248, 250, 252, 0.4);
}
.bg-slate-50\/45 {
    background-color: rgba(248, 250, 252, 0.45);
}
.bg-slate-50\/5 {
    background-color: rgba(248, 250, 252, 0.05);
}
.bg-slate-50\/50 {
    background-color: rgba(248, 250, 252, 0.5);
}
.bg-slate-50\/55 {
    background-color: rgba(248, 250, 252, 0.55);
}
.bg-slate-50\/60 {
    background-color: rgba(248, 250, 252, 0.6);
}
.bg-slate-50\/65 {
    background-color: rgba(248, 250, 252, 0.65);
}
.bg-slate-50\/70 {
    background-color: rgba(248, 250, 252, 0.7);
}
.bg-slate-50\/75 {
    background-color: rgba(248, 250, 252, 0.75);
}
.bg-slate-50\/80 {
    background-color: rgba(248, 250, 252, 0.8);
}
.bg-slate-50\/85 {
    background-color: rgba(248, 250, 252, 0.85);
}
.bg-slate-50\/90 {
    background-color: rgba(248, 250, 252, 0.9);
}
.bg-slate-50\/95 {
    background-color: rgba(248, 250, 252, 0.95);
}
.bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-500\/0 {
    background-color: rgba(100, 116, 139, 0);
}
.bg-slate-500\/10 {
    background-color: rgba(100, 116, 139, 0.1);
}
.bg-slate-500\/100 {
    background-color: #64748b;
}
.bg-slate-500\/15 {
    background-color: rgba(100, 116, 139, 0.15);
}
.bg-slate-500\/20 {
    background-color: rgba(100, 116, 139, 0.2);
}
.bg-slate-500\/25 {
    background-color: rgba(100, 116, 139, 0.25);
}
.bg-slate-500\/30 {
    background-color: rgba(100, 116, 139, 0.3);
}
.bg-slate-500\/35 {
    background-color: rgba(100, 116, 139, 0.35);
}
.bg-slate-500\/40 {
    background-color: rgba(100, 116, 139, 0.4);
}
.bg-slate-500\/45 {
    background-color: rgba(100, 116, 139, 0.45);
}
.bg-slate-500\/5 {
    background-color: rgba(100, 116, 139, 0.05);
}
.bg-slate-500\/50 {
    background-color: rgba(100, 116, 139, 0.5);
}
.bg-slate-500\/55 {
    background-color: rgba(100, 116, 139, 0.55);
}
.bg-slate-500\/60 {
    background-color: rgba(100, 116, 139, 0.6);
}
.bg-slate-500\/65 {
    background-color: rgba(100, 116, 139, 0.65);
}
.bg-slate-500\/70 {
    background-color: rgba(100, 116, 139, 0.7);
}
.bg-slate-500\/75 {
    background-color: rgba(100, 116, 139, 0.75);
}
.bg-slate-500\/80 {
    background-color: rgba(100, 116, 139, 0.8);
}
.bg-slate-500\/85 {
    background-color: rgba(100, 116, 139, 0.85);
}
.bg-slate-500\/90 {
    background-color: rgba(100, 116, 139, 0.9);
}
.bg-slate-500\/95 {
    background-color: rgba(100, 116, 139, 0.95);
}
.bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-slate-600\/0 {
    background-color: rgba(71, 85, 105, 0);
}
.bg-slate-600\/10 {
    background-color: rgba(71, 85, 105, 0.1);
}
.bg-slate-600\/100 {
    background-color: #475569;
}
.bg-slate-600\/15 {
    background-color: rgba(71, 85, 105, 0.15);
}
.bg-slate-600\/20 {
    background-color: rgba(71, 85, 105, 0.2);
}
.bg-slate-600\/25 {
    background-color: rgba(71, 85, 105, 0.25);
}
.bg-slate-600\/30 {
    background-color: rgba(71, 85, 105, 0.3);
}
.bg-slate-600\/35 {
    background-color: rgba(71, 85, 105, 0.35);
}
.bg-slate-600\/40 {
    background-color: rgba(71, 85, 105, 0.4);
}
.bg-slate-600\/45 {
    background-color: rgba(71, 85, 105, 0.45);
}
.bg-slate-600\/5 {
    background-color: rgba(71, 85, 105, 0.05);
}
.bg-slate-600\/50 {
    background-color: rgba(71, 85, 105, 0.5);
}
.bg-slate-600\/55 {
    background-color: rgba(71, 85, 105, 0.55);
}
.bg-slate-600\/60 {
    background-color: rgba(71, 85, 105, 0.6);
}
.bg-slate-600\/65 {
    background-color: rgba(71, 85, 105, 0.65);
}
.bg-slate-600\/70 {
    background-color: rgba(71, 85, 105, 0.7);
}
.bg-slate-600\/75 {
    background-color: rgba(71, 85, 105, 0.75);
}
.bg-slate-600\/80 {
    background-color: rgba(71, 85, 105, 0.8);
}
.bg-slate-600\/85 {
    background-color: rgba(71, 85, 105, 0.85);
}
.bg-slate-600\/90 {
    background-color: rgba(71, 85, 105, 0.9);
}
.bg-slate-600\/95 {
    background-color: rgba(71, 85, 105, 0.95);
}
.bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/0 {
    background-color: rgba(51, 65, 85, 0);
}
.bg-slate-700\/10 {
    background-color: rgba(51, 65, 85, 0.1);
}
.bg-slate-700\/100 {
    background-color: #334155;
}
.bg-slate-700\/15 {
    background-color: rgba(51, 65, 85, 0.15);
}
.bg-slate-700\/20 {
    background-color: rgba(51, 65, 85, 0.2);
}
.bg-slate-700\/25 {
    background-color: rgba(51, 65, 85, 0.25);
}
.bg-slate-700\/30 {
    background-color: rgba(51, 65, 85, 0.3);
}
.bg-slate-700\/35 {
    background-color: rgba(51, 65, 85, 0.35);
}
.bg-slate-700\/40 {
    background-color: rgba(51, 65, 85, 0.4);
}
.bg-slate-700\/45 {
    background-color: rgba(51, 65, 85, 0.45);
}
.bg-slate-700\/5 {
    background-color: rgba(51, 65, 85, 0.05);
}
.bg-slate-700\/50 {
    background-color: rgba(51, 65, 85, 0.5);
}
.bg-slate-700\/55 {
    background-color: rgba(51, 65, 85, 0.55);
}
.bg-slate-700\/60 {
    background-color: rgba(51, 65, 85, 0.6);
}
.bg-slate-700\/65 {
    background-color: rgba(51, 65, 85, 0.65);
}
.bg-slate-700\/70 {
    background-color: rgba(51, 65, 85, 0.7);
}
.bg-slate-700\/75 {
    background-color: rgba(51, 65, 85, 0.75);
}
.bg-slate-700\/80 {
    background-color: rgba(51, 65, 85, 0.8);
}
.bg-slate-700\/85 {
    background-color: rgba(51, 65, 85, 0.85);
}
.bg-slate-700\/90 {
    background-color: rgba(51, 65, 85, 0.9);
}
.bg-slate-700\/95 {
    background-color: rgba(51, 65, 85, 0.95);
}
.bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/0 {
    background-color: rgba(30, 41, 59, 0);
}
.bg-slate-800\/10 {
    background-color: rgba(30, 41, 59, 0.1);
}
.bg-slate-800\/100 {
    background-color: #1e293b;
}
.bg-slate-800\/15 {
    background-color: rgba(30, 41, 59, 0.15);
}
.bg-slate-800\/20 {
    background-color: rgba(30, 41, 59, 0.2);
}
.bg-slate-800\/25 {
    background-color: rgba(30, 41, 59, 0.25);
}
.bg-slate-800\/30 {
    background-color: rgba(30, 41, 59, 0.3);
}
.bg-slate-800\/35 {
    background-color: rgba(30, 41, 59, 0.35);
}
.bg-slate-800\/40 {
    background-color: rgba(30, 41, 59, 0.4);
}
.bg-slate-800\/45 {
    background-color: rgba(30, 41, 59, 0.45);
}
.bg-slate-800\/5 {
    background-color: rgba(30, 41, 59, 0.05);
}
.bg-slate-800\/50 {
    background-color: rgba(30, 41, 59, 0.5);
}
.bg-slate-800\/55 {
    background-color: rgba(30, 41, 59, 0.55);
}
.bg-slate-800\/60 {
    background-color: rgba(30, 41, 59, 0.6);
}
.bg-slate-800\/65 {
    background-color: rgba(30, 41, 59, 0.65);
}
.bg-slate-800\/70 {
    background-color: rgba(30, 41, 59, 0.7);
}
.bg-slate-800\/75 {
    background-color: rgba(30, 41, 59, 0.75);
}
.bg-slate-800\/80 {
    background-color: rgba(30, 41, 59, 0.8);
}
.bg-slate-800\/85 {
    background-color: rgba(30, 41, 59, 0.85);
}
.bg-slate-800\/90 {
    background-color: rgba(30, 41, 59, 0.9);
}
.bg-slate-800\/95 {
    background-color: rgba(30, 41, 59, 0.95);
}
.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/0 {
    background-color: rgba(15, 23, 42, 0);
}
.bg-slate-900\/10 {
    background-color: rgba(15, 23, 42, 0.1);
}
.bg-slate-900\/100 {
    background-color: #0f172a;
}
.bg-slate-900\/15 {
    background-color: rgba(15, 23, 42, 0.15);
}
.bg-slate-900\/20 {
    background-color: rgba(15, 23, 42, 0.2);
}
.bg-slate-900\/25 {
    background-color: rgba(15, 23, 42, 0.25);
}
.bg-slate-900\/30 {
    background-color: rgba(15, 23, 42, 0.3);
}
.bg-slate-900\/35 {
    background-color: rgba(15, 23, 42, 0.35);
}
.bg-slate-900\/40 {
    background-color: rgba(15, 23, 42, 0.4);
}
.bg-slate-900\/45 {
    background-color: rgba(15, 23, 42, 0.45);
}
.bg-slate-900\/5 {
    background-color: rgba(15, 23, 42, 0.05);
}
.bg-slate-900\/50 {
    background-color: rgba(15, 23, 42, 0.5);
}
.bg-slate-900\/55 {
    background-color: rgba(15, 23, 42, 0.55);
}
.bg-slate-900\/60 {
    background-color: rgba(15, 23, 42, 0.6);
}
.bg-slate-900\/65 {
    background-color: rgba(15, 23, 42, 0.65);
}
.bg-slate-900\/70 {
    background-color: rgba(15, 23, 42, 0.7);
}
.bg-slate-900\/75 {
    background-color: rgba(15, 23, 42, 0.75);
}
.bg-slate-900\/80 {
    background-color: rgba(15, 23, 42, 0.8);
}
.bg-slate-900\/85 {
    background-color: rgba(15, 23, 42, 0.85);
}
.bg-slate-900\/90 {
    background-color: rgba(15, 23, 42, 0.9);
}
.bg-slate-900\/95 {
    background-color: rgba(15, 23, 42, 0.95);
}
.bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.bg-stone-100\/0 {
    background-color: hsla(60, 5%, 96%, 0);
}
.bg-stone-100\/10 {
    background-color: hsla(60, 5%, 96%, 0.1);
}
.bg-stone-100\/100 {
    background-color: #f5f5f4;
}
.bg-stone-100\/15 {
    background-color: hsla(60, 5%, 96%, 0.15);
}
.bg-stone-100\/20 {
    background-color: hsla(60, 5%, 96%, 0.2);
}
.bg-stone-100\/25 {
    background-color: hsla(60, 5%, 96%, 0.25);
}
.bg-stone-100\/30 {
    background-color: hsla(60, 5%, 96%, 0.3);
}
.bg-stone-100\/35 {
    background-color: hsla(60, 5%, 96%, 0.35);
}
.bg-stone-100\/40 {
    background-color: hsla(60, 5%, 96%, 0.4);
}
.bg-stone-100\/45 {
    background-color: hsla(60, 5%, 96%, 0.45);
}
.bg-stone-100\/5 {
    background-color: hsla(60, 5%, 96%, 0.05);
}
.bg-stone-100\/50 {
    background-color: hsla(60, 5%, 96%, 0.5);
}
.bg-stone-100\/55 {
    background-color: hsla(60, 5%, 96%, 0.55);
}
.bg-stone-100\/60 {
    background-color: hsla(60, 5%, 96%, 0.6);
}
.bg-stone-100\/65 {
    background-color: hsla(60, 5%, 96%, 0.65);
}
.bg-stone-100\/70 {
    background-color: hsla(60, 5%, 96%, 0.7);
}
.bg-stone-100\/75 {
    background-color: hsla(60, 5%, 96%, 0.75);
}
.bg-stone-100\/80 {
    background-color: hsla(60, 5%, 96%, 0.8);
}
.bg-stone-100\/85 {
    background-color: hsla(60, 5%, 96%, 0.85);
}
.bg-stone-100\/90 {
    background-color: hsla(60, 5%, 96%, 0.9);
}
.bg-stone-100\/95 {
    background-color: hsla(60, 5%, 96%, 0.95);
}
.bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.bg-stone-200\/0 {
    background-color: hsla(20, 6%, 90%, 0);
}
.bg-stone-200\/10 {
    background-color: hsla(20, 6%, 90%, 0.1);
}
.bg-stone-200\/100 {
    background-color: #e7e5e4;
}
.bg-stone-200\/15 {
    background-color: hsla(20, 6%, 90%, 0.15);
}
.bg-stone-200\/20 {
    background-color: hsla(20, 6%, 90%, 0.2);
}
.bg-stone-200\/25 {
    background-color: hsla(20, 6%, 90%, 0.25);
}
.bg-stone-200\/30 {
    background-color: hsla(20, 6%, 90%, 0.3);
}
.bg-stone-200\/35 {
    background-color: hsla(20, 6%, 90%, 0.35);
}
.bg-stone-200\/40 {
    background-color: hsla(20, 6%, 90%, 0.4);
}
.bg-stone-200\/45 {
    background-color: hsla(20, 6%, 90%, 0.45);
}
.bg-stone-200\/5 {
    background-color: hsla(20, 6%, 90%, 0.05);
}
.bg-stone-200\/50 {
    background-color: hsla(20, 6%, 90%, 0.5);
}
.bg-stone-200\/55 {
    background-color: hsla(20, 6%, 90%, 0.55);
}
.bg-stone-200\/60 {
    background-color: hsla(20, 6%, 90%, 0.6);
}
.bg-stone-200\/65 {
    background-color: hsla(20, 6%, 90%, 0.65);
}
.bg-stone-200\/70 {
    background-color: hsla(20, 6%, 90%, 0.7);
}
.bg-stone-200\/75 {
    background-color: hsla(20, 6%, 90%, 0.75);
}
.bg-stone-200\/80 {
    background-color: hsla(20, 6%, 90%, 0.8);
}
.bg-stone-200\/85 {
    background-color: hsla(20, 6%, 90%, 0.85);
}
.bg-stone-200\/90 {
    background-color: hsla(20, 6%, 90%, 0.9);
}
.bg-stone-200\/95 {
    background-color: hsla(20, 6%, 90%, 0.95);
}
.bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.bg-stone-300\/0 {
    background-color: hsla(24, 6%, 83%, 0);
}
.bg-stone-300\/10 {
    background-color: hsla(24, 6%, 83%, 0.1);
}
.bg-stone-300\/100 {
    background-color: #d6d3d1;
}
.bg-stone-300\/15 {
    background-color: hsla(24, 6%, 83%, 0.15);
}
.bg-stone-300\/20 {
    background-color: hsla(24, 6%, 83%, 0.2);
}
.bg-stone-300\/25 {
    background-color: hsla(24, 6%, 83%, 0.25);
}
.bg-stone-300\/30 {
    background-color: hsla(24, 6%, 83%, 0.3);
}
.bg-stone-300\/35 {
    background-color: hsla(24, 6%, 83%, 0.35);
}
.bg-stone-300\/40 {
    background-color: hsla(24, 6%, 83%, 0.4);
}
.bg-stone-300\/45 {
    background-color: hsla(24, 6%, 83%, 0.45);
}
.bg-stone-300\/5 {
    background-color: hsla(24, 6%, 83%, 0.05);
}
.bg-stone-300\/50 {
    background-color: hsla(24, 6%, 83%, 0.5);
}
.bg-stone-300\/55 {
    background-color: hsla(24, 6%, 83%, 0.55);
}
.bg-stone-300\/60 {
    background-color: hsla(24, 6%, 83%, 0.6);
}
.bg-stone-300\/65 {
    background-color: hsla(24, 6%, 83%, 0.65);
}
.bg-stone-300\/70 {
    background-color: hsla(24, 6%, 83%, 0.7);
}
.bg-stone-300\/75 {
    background-color: hsla(24, 6%, 83%, 0.75);
}
.bg-stone-300\/80 {
    background-color: hsla(24, 6%, 83%, 0.8);
}
.bg-stone-300\/85 {
    background-color: hsla(24, 6%, 83%, 0.85);
}
.bg-stone-300\/90 {
    background-color: hsla(24, 6%, 83%, 0.9);
}
.bg-stone-300\/95 {
    background-color: hsla(24, 6%, 83%, 0.95);
}
.bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.bg-stone-400\/0 {
    background-color: hsla(24, 5%, 64%, 0);
}
.bg-stone-400\/10 {
    background-color: hsla(24, 5%, 64%, 0.1);
}
.bg-stone-400\/100 {
    background-color: #a8a29e;
}
.bg-stone-400\/15 {
    background-color: hsla(24, 5%, 64%, 0.15);
}
.bg-stone-400\/20 {
    background-color: hsla(24, 5%, 64%, 0.2);
}
.bg-stone-400\/25 {
    background-color: hsla(24, 5%, 64%, 0.25);
}
.bg-stone-400\/30 {
    background-color: hsla(24, 5%, 64%, 0.3);
}
.bg-stone-400\/35 {
    background-color: hsla(24, 5%, 64%, 0.35);
}
.bg-stone-400\/40 {
    background-color: hsla(24, 5%, 64%, 0.4);
}
.bg-stone-400\/45 {
    background-color: hsla(24, 5%, 64%, 0.45);
}
.bg-stone-400\/5 {
    background-color: hsla(24, 5%, 64%, 0.05);
}
.bg-stone-400\/50 {
    background-color: hsla(24, 5%, 64%, 0.5);
}
.bg-stone-400\/55 {
    background-color: hsla(24, 5%, 64%, 0.55);
}
.bg-stone-400\/60 {
    background-color: hsla(24, 5%, 64%, 0.6);
}
.bg-stone-400\/65 {
    background-color: hsla(24, 5%, 64%, 0.65);
}
.bg-stone-400\/70 {
    background-color: hsla(24, 5%, 64%, 0.7);
}
.bg-stone-400\/75 {
    background-color: hsla(24, 5%, 64%, 0.75);
}
.bg-stone-400\/80 {
    background-color: hsla(24, 5%, 64%, 0.8);
}
.bg-stone-400\/85 {
    background-color: hsla(24, 5%, 64%, 0.85);
}
.bg-stone-400\/90 {
    background-color: hsla(24, 5%, 64%, 0.9);
}
.bg-stone-400\/95 {
    background-color: hsla(24, 5%, 64%, 0.95);
}
.bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-stone-50\/0 {
    background-color: hsla(60, 9%, 98%, 0);
}
.bg-stone-50\/10 {
    background-color: hsla(60, 9%, 98%, 0.1);
}
.bg-stone-50\/100 {
    background-color: #fafaf9;
}
.bg-stone-50\/15 {
    background-color: hsla(60, 9%, 98%, 0.15);
}
.bg-stone-50\/20 {
    background-color: hsla(60, 9%, 98%, 0.2);
}
.bg-stone-50\/25 {
    background-color: hsla(60, 9%, 98%, 0.25);
}
.bg-stone-50\/30 {
    background-color: hsla(60, 9%, 98%, 0.3);
}
.bg-stone-50\/35 {
    background-color: hsla(60, 9%, 98%, 0.35);
}
.bg-stone-50\/40 {
    background-color: hsla(60, 9%, 98%, 0.4);
}
.bg-stone-50\/45 {
    background-color: hsla(60, 9%, 98%, 0.45);
}
.bg-stone-50\/5 {
    background-color: hsla(60, 9%, 98%, 0.05);
}
.bg-stone-50\/50 {
    background-color: hsla(60, 9%, 98%, 0.5);
}
.bg-stone-50\/55 {
    background-color: hsla(60, 9%, 98%, 0.55);
}
.bg-stone-50\/60 {
    background-color: hsla(60, 9%, 98%, 0.6);
}
.bg-stone-50\/65 {
    background-color: hsla(60, 9%, 98%, 0.65);
}
.bg-stone-50\/70 {
    background-color: hsla(60, 9%, 98%, 0.7);
}
.bg-stone-50\/75 {
    background-color: hsla(60, 9%, 98%, 0.75);
}
.bg-stone-50\/80 {
    background-color: hsla(60, 9%, 98%, 0.8);
}
.bg-stone-50\/85 {
    background-color: hsla(60, 9%, 98%, 0.85);
}
.bg-stone-50\/90 {
    background-color: hsla(60, 9%, 98%, 0.9);
}
.bg-stone-50\/95 {
    background-color: hsla(60, 9%, 98%, 0.95);
}
.bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.bg-stone-500\/0 {
    background-color: hsla(25, 5%, 45%, 0);
}
.bg-stone-500\/10 {
    background-color: hsla(25, 5%, 45%, 0.1);
}
.bg-stone-500\/100 {
    background-color: #78716c;
}
.bg-stone-500\/15 {
    background-color: hsla(25, 5%, 45%, 0.15);
}
.bg-stone-500\/20 {
    background-color: hsla(25, 5%, 45%, 0.2);
}
.bg-stone-500\/25 {
    background-color: hsla(25, 5%, 45%, 0.25);
}
.bg-stone-500\/30 {
    background-color: hsla(25, 5%, 45%, 0.3);
}
.bg-stone-500\/35 {
    background-color: hsla(25, 5%, 45%, 0.35);
}
.bg-stone-500\/40 {
    background-color: hsla(25, 5%, 45%, 0.4);
}
.bg-stone-500\/45 {
    background-color: hsla(25, 5%, 45%, 0.45);
}
.bg-stone-500\/5 {
    background-color: hsla(25, 5%, 45%, 0.05);
}
.bg-stone-500\/50 {
    background-color: hsla(25, 5%, 45%, 0.5);
}
.bg-stone-500\/55 {
    background-color: hsla(25, 5%, 45%, 0.55);
}
.bg-stone-500\/60 {
    background-color: hsla(25, 5%, 45%, 0.6);
}
.bg-stone-500\/65 {
    background-color: hsla(25, 5%, 45%, 0.65);
}
.bg-stone-500\/70 {
    background-color: hsla(25, 5%, 45%, 0.7);
}
.bg-stone-500\/75 {
    background-color: hsla(25, 5%, 45%, 0.75);
}
.bg-stone-500\/80 {
    background-color: hsla(25, 5%, 45%, 0.8);
}
.bg-stone-500\/85 {
    background-color: hsla(25, 5%, 45%, 0.85);
}
.bg-stone-500\/90 {
    background-color: hsla(25, 5%, 45%, 0.9);
}
.bg-stone-500\/95 {
    background-color: hsla(25, 5%, 45%, 0.95);
}
.bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.bg-stone-600\/0 {
    background-color: rgba(87, 83, 78, 0);
}
.bg-stone-600\/10 {
    background-color: rgba(87, 83, 78, 0.1);
}
.bg-stone-600\/100 {
    background-color: #57534e;
}
.bg-stone-600\/15 {
    background-color: rgba(87, 83, 78, 0.15);
}
.bg-stone-600\/20 {
    background-color: rgba(87, 83, 78, 0.2);
}
.bg-stone-600\/25 {
    background-color: rgba(87, 83, 78, 0.25);
}
.bg-stone-600\/30 {
    background-color: rgba(87, 83, 78, 0.3);
}
.bg-stone-600\/35 {
    background-color: rgba(87, 83, 78, 0.35);
}
.bg-stone-600\/40 {
    background-color: rgba(87, 83, 78, 0.4);
}
.bg-stone-600\/45 {
    background-color: rgba(87, 83, 78, 0.45);
}
.bg-stone-600\/5 {
    background-color: rgba(87, 83, 78, 0.05);
}
.bg-stone-600\/50 {
    background-color: rgba(87, 83, 78, 0.5);
}
.bg-stone-600\/55 {
    background-color: rgba(87, 83, 78, 0.55);
}
.bg-stone-600\/60 {
    background-color: rgba(87, 83, 78, 0.6);
}
.bg-stone-600\/65 {
    background-color: rgba(87, 83, 78, 0.65);
}
.bg-stone-600\/70 {
    background-color: rgba(87, 83, 78, 0.7);
}
.bg-stone-600\/75 {
    background-color: rgba(87, 83, 78, 0.75);
}
.bg-stone-600\/80 {
    background-color: rgba(87, 83, 78, 0.8);
}
.bg-stone-600\/85 {
    background-color: rgba(87, 83, 78, 0.85);
}
.bg-stone-600\/90 {
    background-color: rgba(87, 83, 78, 0.9);
}
.bg-stone-600\/95 {
    background-color: rgba(87, 83, 78, 0.95);
}
.bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.bg-stone-700\/0 {
    background-color: rgba(68, 64, 60, 0);
}
.bg-stone-700\/10 {
    background-color: rgba(68, 64, 60, 0.1);
}
.bg-stone-700\/100 {
    background-color: #44403c;
}
.bg-stone-700\/15 {
    background-color: rgba(68, 64, 60, 0.15);
}
.bg-stone-700\/20 {
    background-color: rgba(68, 64, 60, 0.2);
}
.bg-stone-700\/25 {
    background-color: rgba(68, 64, 60, 0.25);
}
.bg-stone-700\/30 {
    background-color: rgba(68, 64, 60, 0.3);
}
.bg-stone-700\/35 {
    background-color: rgba(68, 64, 60, 0.35);
}
.bg-stone-700\/40 {
    background-color: rgba(68, 64, 60, 0.4);
}
.bg-stone-700\/45 {
    background-color: rgba(68, 64, 60, 0.45);
}
.bg-stone-700\/5 {
    background-color: rgba(68, 64, 60, 0.05);
}
.bg-stone-700\/50 {
    background-color: rgba(68, 64, 60, 0.5);
}
.bg-stone-700\/55 {
    background-color: rgba(68, 64, 60, 0.55);
}
.bg-stone-700\/60 {
    background-color: rgba(68, 64, 60, 0.6);
}
.bg-stone-700\/65 {
    background-color: rgba(68, 64, 60, 0.65);
}
.bg-stone-700\/70 {
    background-color: rgba(68, 64, 60, 0.7);
}
.bg-stone-700\/75 {
    background-color: rgba(68, 64, 60, 0.75);
}
.bg-stone-700\/80 {
    background-color: rgba(68, 64, 60, 0.8);
}
.bg-stone-700\/85 {
    background-color: rgba(68, 64, 60, 0.85);
}
.bg-stone-700\/90 {
    background-color: rgba(68, 64, 60, 0.9);
}
.bg-stone-700\/95 {
    background-color: rgba(68, 64, 60, 0.95);
}
.bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.bg-stone-800\/0 {
    background-color: rgba(41, 37, 36, 0);
}
.bg-stone-800\/10 {
    background-color: rgba(41, 37, 36, 0.1);
}
.bg-stone-800\/100 {
    background-color: #292524;
}
.bg-stone-800\/15 {
    background-color: rgba(41, 37, 36, 0.15);
}
.bg-stone-800\/20 {
    background-color: rgba(41, 37, 36, 0.2);
}
.bg-stone-800\/25 {
    background-color: rgba(41, 37, 36, 0.25);
}
.bg-stone-800\/30 {
    background-color: rgba(41, 37, 36, 0.3);
}
.bg-stone-800\/35 {
    background-color: rgba(41, 37, 36, 0.35);
}
.bg-stone-800\/40 {
    background-color: rgba(41, 37, 36, 0.4);
}
.bg-stone-800\/45 {
    background-color: rgba(41, 37, 36, 0.45);
}
.bg-stone-800\/5 {
    background-color: rgba(41, 37, 36, 0.05);
}
.bg-stone-800\/50 {
    background-color: rgba(41, 37, 36, 0.5);
}
.bg-stone-800\/55 {
    background-color: rgba(41, 37, 36, 0.55);
}
.bg-stone-800\/60 {
    background-color: rgba(41, 37, 36, 0.6);
}
.bg-stone-800\/65 {
    background-color: rgba(41, 37, 36, 0.65);
}
.bg-stone-800\/70 {
    background-color: rgba(41, 37, 36, 0.7);
}
.bg-stone-800\/75 {
    background-color: rgba(41, 37, 36, 0.75);
}
.bg-stone-800\/80 {
    background-color: rgba(41, 37, 36, 0.8);
}
.bg-stone-800\/85 {
    background-color: rgba(41, 37, 36, 0.85);
}
.bg-stone-800\/90 {
    background-color: rgba(41, 37, 36, 0.9);
}
.bg-stone-800\/95 {
    background-color: rgba(41, 37, 36, 0.95);
}
.bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.bg-stone-900\/0 {
    background-color: rgba(28, 25, 23, 0);
}
.bg-stone-900\/10 {
    background-color: rgba(28, 25, 23, 0.1);
}
.bg-stone-900\/100 {
    background-color: #1c1917;
}
.bg-stone-900\/15 {
    background-color: rgba(28, 25, 23, 0.15);
}
.bg-stone-900\/20 {
    background-color: rgba(28, 25, 23, 0.2);
}
.bg-stone-900\/25 {
    background-color: rgba(28, 25, 23, 0.25);
}
.bg-stone-900\/30 {
    background-color: rgba(28, 25, 23, 0.3);
}
.bg-stone-900\/35 {
    background-color: rgba(28, 25, 23, 0.35);
}
.bg-stone-900\/40 {
    background-color: rgba(28, 25, 23, 0.4);
}
.bg-stone-900\/45 {
    background-color: rgba(28, 25, 23, 0.45);
}
.bg-stone-900\/5 {
    background-color: rgba(28, 25, 23, 0.05);
}
.bg-stone-900\/50 {
    background-color: rgba(28, 25, 23, 0.5);
}
.bg-stone-900\/55 {
    background-color: rgba(28, 25, 23, 0.55);
}
.bg-stone-900\/60 {
    background-color: rgba(28, 25, 23, 0.6);
}
.bg-stone-900\/65 {
    background-color: rgba(28, 25, 23, 0.65);
}
.bg-stone-900\/70 {
    background-color: rgba(28, 25, 23, 0.7);
}
.bg-stone-900\/75 {
    background-color: rgba(28, 25, 23, 0.75);
}
.bg-stone-900\/80 {
    background-color: rgba(28, 25, 23, 0.8);
}
.bg-stone-900\/85 {
    background-color: rgba(28, 25, 23, 0.85);
}
.bg-stone-900\/90 {
    background-color: rgba(28, 25, 23, 0.9);
}
.bg-stone-900\/95 {
    background-color: rgba(28, 25, 23, 0.95);
}
.bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-100\/0 {
    background-color: rgba(204, 251, 241, 0);
}
.bg-teal-100\/10 {
    background-color: rgba(204, 251, 241, 0.1);
}
.bg-teal-100\/100 {
    background-color: #ccfbf1;
}
.bg-teal-100\/15 {
    background-color: rgba(204, 251, 241, 0.15);
}
.bg-teal-100\/20 {
    background-color: rgba(204, 251, 241, 0.2);
}
.bg-teal-100\/25 {
    background-color: rgba(204, 251, 241, 0.25);
}
.bg-teal-100\/30 {
    background-color: rgba(204, 251, 241, 0.3);
}
.bg-teal-100\/35 {
    background-color: rgba(204, 251, 241, 0.35);
}
.bg-teal-100\/40 {
    background-color: rgba(204, 251, 241, 0.4);
}
.bg-teal-100\/45 {
    background-color: rgba(204, 251, 241, 0.45);
}
.bg-teal-100\/5 {
    background-color: rgba(204, 251, 241, 0.05);
}
.bg-teal-100\/50 {
    background-color: rgba(204, 251, 241, 0.5);
}
.bg-teal-100\/55 {
    background-color: rgba(204, 251, 241, 0.55);
}
.bg-teal-100\/60 {
    background-color: rgba(204, 251, 241, 0.6);
}
.bg-teal-100\/65 {
    background-color: rgba(204, 251, 241, 0.65);
}
.bg-teal-100\/70 {
    background-color: rgba(204, 251, 241, 0.7);
}
.bg-teal-100\/75 {
    background-color: rgba(204, 251, 241, 0.75);
}
.bg-teal-100\/80 {
    background-color: rgba(204, 251, 241, 0.8);
}
.bg-teal-100\/85 {
    background-color: rgba(204, 251, 241, 0.85);
}
.bg-teal-100\/90 {
    background-color: rgba(204, 251, 241, 0.9);
}
.bg-teal-100\/95 {
    background-color: rgba(204, 251, 241, 0.95);
}
.bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}
.bg-teal-200\/0 {
    background-color: rgba(153, 246, 228, 0);
}
.bg-teal-200\/10 {
    background-color: rgba(153, 246, 228, 0.1);
}
.bg-teal-200\/100 {
    background-color: #99f6e4;
}
.bg-teal-200\/15 {
    background-color: rgba(153, 246, 228, 0.15);
}
.bg-teal-200\/20 {
    background-color: rgba(153, 246, 228, 0.2);
}
.bg-teal-200\/25 {
    background-color: rgba(153, 246, 228, 0.25);
}
.bg-teal-200\/30 {
    background-color: rgba(153, 246, 228, 0.3);
}
.bg-teal-200\/35 {
    background-color: rgba(153, 246, 228, 0.35);
}
.bg-teal-200\/40 {
    background-color: rgba(153, 246, 228, 0.4);
}
.bg-teal-200\/45 {
    background-color: rgba(153, 246, 228, 0.45);
}
.bg-teal-200\/5 {
    background-color: rgba(153, 246, 228, 0.05);
}
.bg-teal-200\/50 {
    background-color: rgba(153, 246, 228, 0.5);
}
.bg-teal-200\/55 {
    background-color: rgba(153, 246, 228, 0.55);
}
.bg-teal-200\/60 {
    background-color: rgba(153, 246, 228, 0.6);
}
.bg-teal-200\/65 {
    background-color: rgba(153, 246, 228, 0.65);
}
.bg-teal-200\/70 {
    background-color: rgba(153, 246, 228, 0.7);
}
.bg-teal-200\/75 {
    background-color: rgba(153, 246, 228, 0.75);
}
.bg-teal-200\/80 {
    background-color: rgba(153, 246, 228, 0.8);
}
.bg-teal-200\/85 {
    background-color: rgba(153, 246, 228, 0.85);
}
.bg-teal-200\/90 {
    background-color: rgba(153, 246, 228, 0.9);
}
.bg-teal-200\/95 {
    background-color: rgba(153, 246, 228, 0.95);
}
.bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}
.bg-teal-300\/0 {
    background-color: rgba(94, 234, 212, 0);
}
.bg-teal-300\/10 {
    background-color: rgba(94, 234, 212, 0.1);
}
.bg-teal-300\/100 {
    background-color: #5eead4;
}
.bg-teal-300\/15 {
    background-color: rgba(94, 234, 212, 0.15);
}
.bg-teal-300\/20 {
    background-color: rgba(94, 234, 212, 0.2);
}
.bg-teal-300\/25 {
    background-color: rgba(94, 234, 212, 0.25);
}
.bg-teal-300\/30 {
    background-color: rgba(94, 234, 212, 0.3);
}
.bg-teal-300\/35 {
    background-color: rgba(94, 234, 212, 0.35);
}
.bg-teal-300\/40 {
    background-color: rgba(94, 234, 212, 0.4);
}
.bg-teal-300\/45 {
    background-color: rgba(94, 234, 212, 0.45);
}
.bg-teal-300\/5 {
    background-color: rgba(94, 234, 212, 0.05);
}
.bg-teal-300\/50 {
    background-color: rgba(94, 234, 212, 0.5);
}
.bg-teal-300\/55 {
    background-color: rgba(94, 234, 212, 0.55);
}
.bg-teal-300\/60 {
    background-color: rgba(94, 234, 212, 0.6);
}
.bg-teal-300\/65 {
    background-color: rgba(94, 234, 212, 0.65);
}
.bg-teal-300\/70 {
    background-color: rgba(94, 234, 212, 0.7);
}
.bg-teal-300\/75 {
    background-color: rgba(94, 234, 212, 0.75);
}
.bg-teal-300\/80 {
    background-color: rgba(94, 234, 212, 0.8);
}
.bg-teal-300\/85 {
    background-color: rgba(94, 234, 212, 0.85);
}
.bg-teal-300\/90 {
    background-color: rgba(94, 234, 212, 0.9);
}
.bg-teal-300\/95 {
    background-color: rgba(94, 234, 212, 0.95);
}
.bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.bg-teal-400\/0 {
    background-color: rgba(45, 212, 191, 0);
}
.bg-teal-400\/10 {
    background-color: rgba(45, 212, 191, 0.1);
}
.bg-teal-400\/100 {
    background-color: #2dd4bf;
}
.bg-teal-400\/15 {
    background-color: rgba(45, 212, 191, 0.15);
}
.bg-teal-400\/20 {
    background-color: rgba(45, 212, 191, 0.2);
}
.bg-teal-400\/25 {
    background-color: rgba(45, 212, 191, 0.25);
}
.bg-teal-400\/30 {
    background-color: rgba(45, 212, 191, 0.3);
}
.bg-teal-400\/35 {
    background-color: rgba(45, 212, 191, 0.35);
}
.bg-teal-400\/40 {
    background-color: rgba(45, 212, 191, 0.4);
}
.bg-teal-400\/45 {
    background-color: rgba(45, 212, 191, 0.45);
}
.bg-teal-400\/5 {
    background-color: rgba(45, 212, 191, 0.05);
}
.bg-teal-400\/50 {
    background-color: rgba(45, 212, 191, 0.5);
}
.bg-teal-400\/55 {
    background-color: rgba(45, 212, 191, 0.55);
}
.bg-teal-400\/60 {
    background-color: rgba(45, 212, 191, 0.6);
}
.bg-teal-400\/65 {
    background-color: rgba(45, 212, 191, 0.65);
}
.bg-teal-400\/70 {
    background-color: rgba(45, 212, 191, 0.7);
}
.bg-teal-400\/75 {
    background-color: rgba(45, 212, 191, 0.75);
}
.bg-teal-400\/80 {
    background-color: rgba(45, 212, 191, 0.8);
}
.bg-teal-400\/85 {
    background-color: rgba(45, 212, 191, 0.85);
}
.bg-teal-400\/90 {
    background-color: rgba(45, 212, 191, 0.9);
}
.bg-teal-400\/95 {
    background-color: rgba(45, 212, 191, 0.95);
}
.bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-50\/0 {
    background-color: rgba(240, 253, 250, 0);
}
.bg-teal-50\/10 {
    background-color: rgba(240, 253, 250, 0.1);
}
.bg-teal-50\/100 {
    background-color: #f0fdfa;
}
.bg-teal-50\/15 {
    background-color: rgba(240, 253, 250, 0.15);
}
.bg-teal-50\/20 {
    background-color: rgba(240, 253, 250, 0.2);
}
.bg-teal-50\/25 {
    background-color: rgba(240, 253, 250, 0.25);
}
.bg-teal-50\/30 {
    background-color: rgba(240, 253, 250, 0.3);
}
.bg-teal-50\/35 {
    background-color: rgba(240, 253, 250, 0.35);
}
.bg-teal-50\/40 {
    background-color: rgba(240, 253, 250, 0.4);
}
.bg-teal-50\/45 {
    background-color: rgba(240, 253, 250, 0.45);
}
.bg-teal-50\/5 {
    background-color: rgba(240, 253, 250, 0.05);
}
.bg-teal-50\/50 {
    background-color: rgba(240, 253, 250, 0.5);
}
.bg-teal-50\/55 {
    background-color: rgba(240, 253, 250, 0.55);
}
.bg-teal-50\/60 {
    background-color: rgba(240, 253, 250, 0.6);
}
.bg-teal-50\/65 {
    background-color: rgba(240, 253, 250, 0.65);
}
.bg-teal-50\/70 {
    background-color: rgba(240, 253, 250, 0.7);
}
.bg-teal-50\/75 {
    background-color: rgba(240, 253, 250, 0.75);
}
.bg-teal-50\/80 {
    background-color: rgba(240, 253, 250, 0.8);
}
.bg-teal-50\/85 {
    background-color: rgba(240, 253, 250, 0.85);
}
.bg-teal-50\/90 {
    background-color: rgba(240, 253, 250, 0.9);
}
.bg-teal-50\/95 {
    background-color: rgba(240, 253, 250, 0.95);
}
.bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/0 {
    background-color: rgba(20, 184, 166, 0);
}
.bg-teal-500\/10 {
    background-color: rgba(20, 184, 166, 0.1);
}
.bg-teal-500\/100 {
    background-color: #14b8a6;
}
.bg-teal-500\/15 {
    background-color: rgba(20, 184, 166, 0.15);
}
.bg-teal-500\/20 {
    background-color: rgba(20, 184, 166, 0.2);
}
.bg-teal-500\/25 {
    background-color: rgba(20, 184, 166, 0.25);
}
.bg-teal-500\/30 {
    background-color: rgba(20, 184, 166, 0.3);
}
.bg-teal-500\/35 {
    background-color: rgba(20, 184, 166, 0.35);
}
.bg-teal-500\/40 {
    background-color: rgba(20, 184, 166, 0.4);
}
.bg-teal-500\/45 {
    background-color: rgba(20, 184, 166, 0.45);
}
.bg-teal-500\/5 {
    background-color: rgba(20, 184, 166, 0.05);
}
.bg-teal-500\/50 {
    background-color: rgba(20, 184, 166, 0.5);
}
.bg-teal-500\/55 {
    background-color: rgba(20, 184, 166, 0.55);
}
.bg-teal-500\/60 {
    background-color: rgba(20, 184, 166, 0.6);
}
.bg-teal-500\/65 {
    background-color: rgba(20, 184, 166, 0.65);
}
.bg-teal-500\/70 {
    background-color: rgba(20, 184, 166, 0.7);
}
.bg-teal-500\/75 {
    background-color: rgba(20, 184, 166, 0.75);
}
.bg-teal-500\/80 {
    background-color: rgba(20, 184, 166, 0.8);
}
.bg-teal-500\/85 {
    background-color: rgba(20, 184, 166, 0.85);
}
.bg-teal-500\/90 {
    background-color: rgba(20, 184, 166, 0.9);
}
.bg-teal-500\/95 {
    background-color: rgba(20, 184, 166, 0.95);
}
.bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-teal-600\/0 {
    background-color: rgba(13, 148, 136, 0);
}
.bg-teal-600\/10 {
    background-color: rgba(13, 148, 136, 0.1);
}
.bg-teal-600\/100 {
    background-color: #0d9488;
}
.bg-teal-600\/15 {
    background-color: rgba(13, 148, 136, 0.15);
}
.bg-teal-600\/20 {
    background-color: rgba(13, 148, 136, 0.2);
}
.bg-teal-600\/25 {
    background-color: rgba(13, 148, 136, 0.25);
}
.bg-teal-600\/30 {
    background-color: rgba(13, 148, 136, 0.3);
}
.bg-teal-600\/35 {
    background-color: rgba(13, 148, 136, 0.35);
}
.bg-teal-600\/40 {
    background-color: rgba(13, 148, 136, 0.4);
}
.bg-teal-600\/45 {
    background-color: rgba(13, 148, 136, 0.45);
}
.bg-teal-600\/5 {
    background-color: rgba(13, 148, 136, 0.05);
}
.bg-teal-600\/50 {
    background-color: rgba(13, 148, 136, 0.5);
}
.bg-teal-600\/55 {
    background-color: rgba(13, 148, 136, 0.55);
}
.bg-teal-600\/60 {
    background-color: rgba(13, 148, 136, 0.6);
}
.bg-teal-600\/65 {
    background-color: rgba(13, 148, 136, 0.65);
}
.bg-teal-600\/70 {
    background-color: rgba(13, 148, 136, 0.7);
}
.bg-teal-600\/75 {
    background-color: rgba(13, 148, 136, 0.75);
}
.bg-teal-600\/80 {
    background-color: rgba(13, 148, 136, 0.8);
}
.bg-teal-600\/85 {
    background-color: rgba(13, 148, 136, 0.85);
}
.bg-teal-600\/90 {
    background-color: rgba(13, 148, 136, 0.9);
}
.bg-teal-600\/95 {
    background-color: rgba(13, 148, 136, 0.95);
}
.bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.bg-teal-700\/0 {
    background-color: rgba(15, 118, 110, 0);
}
.bg-teal-700\/10 {
    background-color: rgba(15, 118, 110, 0.1);
}
.bg-teal-700\/100 {
    background-color: #0f766e;
}
.bg-teal-700\/15 {
    background-color: rgba(15, 118, 110, 0.15);
}
.bg-teal-700\/20 {
    background-color: rgba(15, 118, 110, 0.2);
}
.bg-teal-700\/25 {
    background-color: rgba(15, 118, 110, 0.25);
}
.bg-teal-700\/30 {
    background-color: rgba(15, 118, 110, 0.3);
}
.bg-teal-700\/35 {
    background-color: rgba(15, 118, 110, 0.35);
}
.bg-teal-700\/40 {
    background-color: rgba(15, 118, 110, 0.4);
}
.bg-teal-700\/45 {
    background-color: rgba(15, 118, 110, 0.45);
}
.bg-teal-700\/5 {
    background-color: rgba(15, 118, 110, 0.05);
}
.bg-teal-700\/50 {
    background-color: rgba(15, 118, 110, 0.5);
}
.bg-teal-700\/55 {
    background-color: rgba(15, 118, 110, 0.55);
}
.bg-teal-700\/60 {
    background-color: rgba(15, 118, 110, 0.6);
}
.bg-teal-700\/65 {
    background-color: rgba(15, 118, 110, 0.65);
}
.bg-teal-700\/70 {
    background-color: rgba(15, 118, 110, 0.7);
}
.bg-teal-700\/75 {
    background-color: rgba(15, 118, 110, 0.75);
}
.bg-teal-700\/80 {
    background-color: rgba(15, 118, 110, 0.8);
}
.bg-teal-700\/85 {
    background-color: rgba(15, 118, 110, 0.85);
}
.bg-teal-700\/90 {
    background-color: rgba(15, 118, 110, 0.9);
}
.bg-teal-700\/95 {
    background-color: rgba(15, 118, 110, 0.95);
}
.bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.bg-teal-800\/0 {
    background-color: rgba(17, 94, 89, 0);
}
.bg-teal-800\/10 {
    background-color: rgba(17, 94, 89, 0.1);
}
.bg-teal-800\/100 {
    background-color: #115e59;
}
.bg-teal-800\/15 {
    background-color: rgba(17, 94, 89, 0.15);
}
.bg-teal-800\/20 {
    background-color: rgba(17, 94, 89, 0.2);
}
.bg-teal-800\/25 {
    background-color: rgba(17, 94, 89, 0.25);
}
.bg-teal-800\/30 {
    background-color: rgba(17, 94, 89, 0.3);
}
.bg-teal-800\/35 {
    background-color: rgba(17, 94, 89, 0.35);
}
.bg-teal-800\/40 {
    background-color: rgba(17, 94, 89, 0.4);
}
.bg-teal-800\/45 {
    background-color: rgba(17, 94, 89, 0.45);
}
.bg-teal-800\/5 {
    background-color: rgba(17, 94, 89, 0.05);
}
.bg-teal-800\/50 {
    background-color: rgba(17, 94, 89, 0.5);
}
.bg-teal-800\/55 {
    background-color: rgba(17, 94, 89, 0.55);
}
.bg-teal-800\/60 {
    background-color: rgba(17, 94, 89, 0.6);
}
.bg-teal-800\/65 {
    background-color: rgba(17, 94, 89, 0.65);
}
.bg-teal-800\/70 {
    background-color: rgba(17, 94, 89, 0.7);
}
.bg-teal-800\/75 {
    background-color: rgba(17, 94, 89, 0.75);
}
.bg-teal-800\/80 {
    background-color: rgba(17, 94, 89, 0.8);
}
.bg-teal-800\/85 {
    background-color: rgba(17, 94, 89, 0.85);
}
.bg-teal-800\/90 {
    background-color: rgba(17, 94, 89, 0.9);
}
.bg-teal-800\/95 {
    background-color: rgba(17, 94, 89, 0.95);
}
.bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}
.bg-teal-900\/0 {
    background-color: rgba(19, 78, 74, 0);
}
.bg-teal-900\/10 {
    background-color: rgba(19, 78, 74, 0.1);
}
.bg-teal-900\/100 {
    background-color: #134e4a;
}
.bg-teal-900\/15 {
    background-color: rgba(19, 78, 74, 0.15);
}
.bg-teal-900\/20 {
    background-color: rgba(19, 78, 74, 0.2);
}
.bg-teal-900\/25 {
    background-color: rgba(19, 78, 74, 0.25);
}
.bg-teal-900\/30 {
    background-color: rgba(19, 78, 74, 0.3);
}
.bg-teal-900\/35 {
    background-color: rgba(19, 78, 74, 0.35);
}
.bg-teal-900\/40 {
    background-color: rgba(19, 78, 74, 0.4);
}
.bg-teal-900\/45 {
    background-color: rgba(19, 78, 74, 0.45);
}
.bg-teal-900\/5 {
    background-color: rgba(19, 78, 74, 0.05);
}
.bg-teal-900\/50 {
    background-color: rgba(19, 78, 74, 0.5);
}
.bg-teal-900\/55 {
    background-color: rgba(19, 78, 74, 0.55);
}
.bg-teal-900\/60 {
    background-color: rgba(19, 78, 74, 0.6);
}
.bg-teal-900\/65 {
    background-color: rgba(19, 78, 74, 0.65);
}
.bg-teal-900\/70 {
    background-color: rgba(19, 78, 74, 0.7);
}
.bg-teal-900\/75 {
    background-color: rgba(19, 78, 74, 0.75);
}
.bg-teal-900\/80 {
    background-color: rgba(19, 78, 74, 0.8);
}
.bg-teal-900\/85 {
    background-color: rgba(19, 78, 74, 0.85);
}
.bg-teal-900\/90 {
    background-color: rgba(19, 78, 74, 0.9);
}
.bg-teal-900\/95 {
    background-color: rgba(19, 78, 74, 0.95);
}
.bg-transparent {
    background-color: transparent;
}
.bg-truegray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-truegray-100\/0 {
    background-color: hsla(0, 0%, 96%, 0);
}
.bg-truegray-100\/10 {
    background-color: hsla(0, 0%, 96%, 0.1);
}
.bg-truegray-100\/100 {
    background-color: #f5f5f5;
}
.bg-truegray-100\/15 {
    background-color: hsla(0, 0%, 96%, 0.15);
}
.bg-truegray-100\/20 {
    background-color: hsla(0, 0%, 96%, 0.2);
}
.bg-truegray-100\/25 {
    background-color: hsla(0, 0%, 96%, 0.25);
}
.bg-truegray-100\/30 {
    background-color: hsla(0, 0%, 96%, 0.3);
}
.bg-truegray-100\/35 {
    background-color: hsla(0, 0%, 96%, 0.35);
}
.bg-truegray-100\/40 {
    background-color: hsla(0, 0%, 96%, 0.4);
}
.bg-truegray-100\/45 {
    background-color: hsla(0, 0%, 96%, 0.45);
}
.bg-truegray-100\/5 {
    background-color: hsla(0, 0%, 96%, 0.05);
}
.bg-truegray-100\/50 {
    background-color: hsla(0, 0%, 96%, 0.5);
}
.bg-truegray-100\/55 {
    background-color: hsla(0, 0%, 96%, 0.55);
}
.bg-truegray-100\/60 {
    background-color: hsla(0, 0%, 96%, 0.6);
}
.bg-truegray-100\/65 {
    background-color: hsla(0, 0%, 96%, 0.65);
}
.bg-truegray-100\/70 {
    background-color: hsla(0, 0%, 96%, 0.7);
}
.bg-truegray-100\/75 {
    background-color: hsla(0, 0%, 96%, 0.75);
}
.bg-truegray-100\/80 {
    background-color: hsla(0, 0%, 96%, 0.8);
}
.bg-truegray-100\/85 {
    background-color: hsla(0, 0%, 96%, 0.85);
}
.bg-truegray-100\/90 {
    background-color: hsla(0, 0%, 96%, 0.9);
}
.bg-truegray-100\/95 {
    background-color: hsla(0, 0%, 96%, 0.95);
}
.bg-truegray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-truegray-200\/0 {
    background-color: hsla(0, 0%, 90%, 0);
}
.bg-truegray-200\/10 {
    background-color: hsla(0, 0%, 90%, 0.1);
}
.bg-truegray-200\/100 {
    background-color: #e5e5e5;
}
.bg-truegray-200\/15 {
    background-color: hsla(0, 0%, 90%, 0.15);
}
.bg-truegray-200\/20 {
    background-color: hsla(0, 0%, 90%, 0.2);
}
.bg-truegray-200\/25 {
    background-color: hsla(0, 0%, 90%, 0.25);
}
.bg-truegray-200\/30 {
    background-color: hsla(0, 0%, 90%, 0.3);
}
.bg-truegray-200\/35 {
    background-color: hsla(0, 0%, 90%, 0.35);
}
.bg-truegray-200\/40 {
    background-color: hsla(0, 0%, 90%, 0.4);
}
.bg-truegray-200\/45 {
    background-color: hsla(0, 0%, 90%, 0.45);
}
.bg-truegray-200\/5 {
    background-color: hsla(0, 0%, 90%, 0.05);
}
.bg-truegray-200\/50 {
    background-color: hsla(0, 0%, 90%, 0.5);
}
.bg-truegray-200\/55 {
    background-color: hsla(0, 0%, 90%, 0.55);
}
.bg-truegray-200\/60 {
    background-color: hsla(0, 0%, 90%, 0.6);
}
.bg-truegray-200\/65 {
    background-color: hsla(0, 0%, 90%, 0.65);
}
.bg-truegray-200\/70 {
    background-color: hsla(0, 0%, 90%, 0.7);
}
.bg-truegray-200\/75 {
    background-color: hsla(0, 0%, 90%, 0.75);
}
.bg-truegray-200\/80 {
    background-color: hsla(0, 0%, 90%, 0.8);
}
.bg-truegray-200\/85 {
    background-color: hsla(0, 0%, 90%, 0.85);
}
.bg-truegray-200\/90 {
    background-color: hsla(0, 0%, 90%, 0.9);
}
.bg-truegray-200\/95 {
    background-color: hsla(0, 0%, 90%, 0.95);
}
.bg-truegray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.bg-truegray-300\/0 {
    background-color: hsla(0, 0%, 83%, 0);
}
.bg-truegray-300\/10 {
    background-color: hsla(0, 0%, 83%, 0.1);
}
.bg-truegray-300\/100 {
    background-color: #d4d4d4;
}
.bg-truegray-300\/15 {
    background-color: hsla(0, 0%, 83%, 0.15);
}
.bg-truegray-300\/20 {
    background-color: hsla(0, 0%, 83%, 0.2);
}
.bg-truegray-300\/25 {
    background-color: hsla(0, 0%, 83%, 0.25);
}
.bg-truegray-300\/30 {
    background-color: hsla(0, 0%, 83%, 0.3);
}
.bg-truegray-300\/35 {
    background-color: hsla(0, 0%, 83%, 0.35);
}
.bg-truegray-300\/40 {
    background-color: hsla(0, 0%, 83%, 0.4);
}
.bg-truegray-300\/45 {
    background-color: hsla(0, 0%, 83%, 0.45);
}
.bg-truegray-300\/5 {
    background-color: hsla(0, 0%, 83%, 0.05);
}
.bg-truegray-300\/50 {
    background-color: hsla(0, 0%, 83%, 0.5);
}
.bg-truegray-300\/55 {
    background-color: hsla(0, 0%, 83%, 0.55);
}
.bg-truegray-300\/60 {
    background-color: hsla(0, 0%, 83%, 0.6);
}
.bg-truegray-300\/65 {
    background-color: hsla(0, 0%, 83%, 0.65);
}
.bg-truegray-300\/70 {
    background-color: hsla(0, 0%, 83%, 0.7);
}
.bg-truegray-300\/75 {
    background-color: hsla(0, 0%, 83%, 0.75);
}
.bg-truegray-300\/80 {
    background-color: hsla(0, 0%, 83%, 0.8);
}
.bg-truegray-300\/85 {
    background-color: hsla(0, 0%, 83%, 0.85);
}
.bg-truegray-300\/90 {
    background-color: hsla(0, 0%, 83%, 0.9);
}
.bg-truegray-300\/95 {
    background-color: hsla(0, 0%, 83%, 0.95);
}
.bg-truegray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.bg-truegray-400\/0 {
    background-color: hsla(0, 0%, 64%, 0);
}
.bg-truegray-400\/10 {
    background-color: hsla(0, 0%, 64%, 0.1);
}
.bg-truegray-400\/100 {
    background-color: #a3a3a3;
}
.bg-truegray-400\/15 {
    background-color: hsla(0, 0%, 64%, 0.15);
}
.bg-truegray-400\/20 {
    background-color: hsla(0, 0%, 64%, 0.2);
}
.bg-truegray-400\/25 {
    background-color: hsla(0, 0%, 64%, 0.25);
}
.bg-truegray-400\/30 {
    background-color: hsla(0, 0%, 64%, 0.3);
}
.bg-truegray-400\/35 {
    background-color: hsla(0, 0%, 64%, 0.35);
}
.bg-truegray-400\/40 {
    background-color: hsla(0, 0%, 64%, 0.4);
}
.bg-truegray-400\/45 {
    background-color: hsla(0, 0%, 64%, 0.45);
}
.bg-truegray-400\/5 {
    background-color: hsla(0, 0%, 64%, 0.05);
}
.bg-truegray-400\/50 {
    background-color: hsla(0, 0%, 64%, 0.5);
}
.bg-truegray-400\/55 {
    background-color: hsla(0, 0%, 64%, 0.55);
}
.bg-truegray-400\/60 {
    background-color: hsla(0, 0%, 64%, 0.6);
}
.bg-truegray-400\/65 {
    background-color: hsla(0, 0%, 64%, 0.65);
}
.bg-truegray-400\/70 {
    background-color: hsla(0, 0%, 64%, 0.7);
}
.bg-truegray-400\/75 {
    background-color: hsla(0, 0%, 64%, 0.75);
}
.bg-truegray-400\/80 {
    background-color: hsla(0, 0%, 64%, 0.8);
}
.bg-truegray-400\/85 {
    background-color: hsla(0, 0%, 64%, 0.85);
}
.bg-truegray-400\/90 {
    background-color: hsla(0, 0%, 64%, 0.9);
}
.bg-truegray-400\/95 {
    background-color: hsla(0, 0%, 64%, 0.95);
}
.bg-truegray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-truegray-50\/0 {
    background-color: hsla(0, 0%, 98%, 0);
}
.bg-truegray-50\/10 {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.bg-truegray-50\/100 {
    background-color: #fafafa;
}
.bg-truegray-50\/15 {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.bg-truegray-50\/20 {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.bg-truegray-50\/25 {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.bg-truegray-50\/30 {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.bg-truegray-50\/35 {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.bg-truegray-50\/40 {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.bg-truegray-50\/45 {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.bg-truegray-50\/5 {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.bg-truegray-50\/50 {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.bg-truegray-50\/55 {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.bg-truegray-50\/60 {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.bg-truegray-50\/65 {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.bg-truegray-50\/70 {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.bg-truegray-50\/75 {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.bg-truegray-50\/80 {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.bg-truegray-50\/85 {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.bg-truegray-50\/90 {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.bg-truegray-50\/95 {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.bg-truegray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-truegray-500\/0 {
    background-color: hsla(0, 0%, 45%, 0);
}
.bg-truegray-500\/10 {
    background-color: hsla(0, 0%, 45%, 0.1);
}
.bg-truegray-500\/100 {
    background-color: #737373;
}
.bg-truegray-500\/15 {
    background-color: hsla(0, 0%, 45%, 0.15);
}
.bg-truegray-500\/20 {
    background-color: hsla(0, 0%, 45%, 0.2);
}
.bg-truegray-500\/25 {
    background-color: hsla(0, 0%, 45%, 0.25);
}
.bg-truegray-500\/30 {
    background-color: hsla(0, 0%, 45%, 0.3);
}
.bg-truegray-500\/35 {
    background-color: hsla(0, 0%, 45%, 0.35);
}
.bg-truegray-500\/40 {
    background-color: hsla(0, 0%, 45%, 0.4);
}
.bg-truegray-500\/45 {
    background-color: hsla(0, 0%, 45%, 0.45);
}
.bg-truegray-500\/5 {
    background-color: hsla(0, 0%, 45%, 0.05);
}
.bg-truegray-500\/50 {
    background-color: hsla(0, 0%, 45%, 0.5);
}
.bg-truegray-500\/55 {
    background-color: hsla(0, 0%, 45%, 0.55);
}
.bg-truegray-500\/60 {
    background-color: hsla(0, 0%, 45%, 0.6);
}
.bg-truegray-500\/65 {
    background-color: hsla(0, 0%, 45%, 0.65);
}
.bg-truegray-500\/70 {
    background-color: hsla(0, 0%, 45%, 0.7);
}
.bg-truegray-500\/75 {
    background-color: hsla(0, 0%, 45%, 0.75);
}
.bg-truegray-500\/80 {
    background-color: hsla(0, 0%, 45%, 0.8);
}
.bg-truegray-500\/85 {
    background-color: hsla(0, 0%, 45%, 0.85);
}
.bg-truegray-500\/90 {
    background-color: hsla(0, 0%, 45%, 0.9);
}
.bg-truegray-500\/95 {
    background-color: hsla(0, 0%, 45%, 0.95);
}
.bg-truegray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.bg-truegray-600\/0 {
    background-color: rgba(82, 82, 82, 0);
}
.bg-truegray-600\/10 {
    background-color: rgba(82, 82, 82, 0.1);
}
.bg-truegray-600\/100 {
    background-color: #525252;
}
.bg-truegray-600\/15 {
    background-color: rgba(82, 82, 82, 0.15);
}
.bg-truegray-600\/20 {
    background-color: rgba(82, 82, 82, 0.2);
}
.bg-truegray-600\/25 {
    background-color: rgba(82, 82, 82, 0.25);
}
.bg-truegray-600\/30 {
    background-color: rgba(82, 82, 82, 0.3);
}
.bg-truegray-600\/35 {
    background-color: rgba(82, 82, 82, 0.35);
}
.bg-truegray-600\/40 {
    background-color: rgba(82, 82, 82, 0.4);
}
.bg-truegray-600\/45 {
    background-color: rgba(82, 82, 82, 0.45);
}
.bg-truegray-600\/5 {
    background-color: rgba(82, 82, 82, 0.05);
}
.bg-truegray-600\/50 {
    background-color: rgba(82, 82, 82, 0.5);
}
.bg-truegray-600\/55 {
    background-color: rgba(82, 82, 82, 0.55);
}
.bg-truegray-600\/60 {
    background-color: rgba(82, 82, 82, 0.6);
}
.bg-truegray-600\/65 {
    background-color: rgba(82, 82, 82, 0.65);
}
.bg-truegray-600\/70 {
    background-color: rgba(82, 82, 82, 0.7);
}
.bg-truegray-600\/75 {
    background-color: rgba(82, 82, 82, 0.75);
}
.bg-truegray-600\/80 {
    background-color: rgba(82, 82, 82, 0.8);
}
.bg-truegray-600\/85 {
    background-color: rgba(82, 82, 82, 0.85);
}
.bg-truegray-600\/90 {
    background-color: rgba(82, 82, 82, 0.9);
}
.bg-truegray-600\/95 {
    background-color: rgba(82, 82, 82, 0.95);
}
.bg-truegray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.bg-truegray-700\/0 {
    background-color: rgba(64, 64, 64, 0);
}
.bg-truegray-700\/10 {
    background-color: rgba(64, 64, 64, 0.1);
}
.bg-truegray-700\/100 {
    background-color: #404040;
}
.bg-truegray-700\/15 {
    background-color: rgba(64, 64, 64, 0.15);
}
.bg-truegray-700\/20 {
    background-color: rgba(64, 64, 64, 0.2);
}
.bg-truegray-700\/25 {
    background-color: rgba(64, 64, 64, 0.25);
}
.bg-truegray-700\/30 {
    background-color: rgba(64, 64, 64, 0.3);
}
.bg-truegray-700\/35 {
    background-color: rgba(64, 64, 64, 0.35);
}
.bg-truegray-700\/40 {
    background-color: rgba(64, 64, 64, 0.4);
}
.bg-truegray-700\/45 {
    background-color: rgba(64, 64, 64, 0.45);
}
.bg-truegray-700\/5 {
    background-color: rgba(64, 64, 64, 0.05);
}
.bg-truegray-700\/50 {
    background-color: rgba(64, 64, 64, 0.5);
}
.bg-truegray-700\/55 {
    background-color: rgba(64, 64, 64, 0.55);
}
.bg-truegray-700\/60 {
    background-color: rgba(64, 64, 64, 0.6);
}
.bg-truegray-700\/65 {
    background-color: rgba(64, 64, 64, 0.65);
}
.bg-truegray-700\/70 {
    background-color: rgba(64, 64, 64, 0.7);
}
.bg-truegray-700\/75 {
    background-color: rgba(64, 64, 64, 0.75);
}
.bg-truegray-700\/80 {
    background-color: rgba(64, 64, 64, 0.8);
}
.bg-truegray-700\/85 {
    background-color: rgba(64, 64, 64, 0.85);
}
.bg-truegray-700\/90 {
    background-color: rgba(64, 64, 64, 0.9);
}
.bg-truegray-700\/95 {
    background-color: rgba(64, 64, 64, 0.95);
}
.bg-truegray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-truegray-800\/0 {
    background-color: rgba(38, 38, 38, 0);
}
.bg-truegray-800\/10 {
    background-color: rgba(38, 38, 38, 0.1);
}
.bg-truegray-800\/100 {
    background-color: #262626;
}
.bg-truegray-800\/15 {
    background-color: rgba(38, 38, 38, 0.15);
}
.bg-truegray-800\/20 {
    background-color: rgba(38, 38, 38, 0.2);
}
.bg-truegray-800\/25 {
    background-color: rgba(38, 38, 38, 0.25);
}
.bg-truegray-800\/30 {
    background-color: rgba(38, 38, 38, 0.3);
}
.bg-truegray-800\/35 {
    background-color: rgba(38, 38, 38, 0.35);
}
.bg-truegray-800\/40 {
    background-color: rgba(38, 38, 38, 0.4);
}
.bg-truegray-800\/45 {
    background-color: rgba(38, 38, 38, 0.45);
}
.bg-truegray-800\/5 {
    background-color: rgba(38, 38, 38, 0.05);
}
.bg-truegray-800\/50 {
    background-color: rgba(38, 38, 38, 0.5);
}
.bg-truegray-800\/55 {
    background-color: rgba(38, 38, 38, 0.55);
}
.bg-truegray-800\/60 {
    background-color: rgba(38, 38, 38, 0.6);
}
.bg-truegray-800\/65 {
    background-color: rgba(38, 38, 38, 0.65);
}
.bg-truegray-800\/70 {
    background-color: rgba(38, 38, 38, 0.7);
}
.bg-truegray-800\/75 {
    background-color: rgba(38, 38, 38, 0.75);
}
.bg-truegray-800\/80 {
    background-color: rgba(38, 38, 38, 0.8);
}
.bg-truegray-800\/85 {
    background-color: rgba(38, 38, 38, 0.85);
}
.bg-truegray-800\/90 {
    background-color: rgba(38, 38, 38, 0.9);
}
.bg-truegray-800\/95 {
    background-color: rgba(38, 38, 38, 0.95);
}
.bg-truegray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-truegray-900\/0 {
    background-color: hsla(0, 0%, 9%, 0);
}
.bg-truegray-900\/10 {
    background-color: hsla(0, 0%, 9%, 0.1);
}
.bg-truegray-900\/100 {
    background-color: #171717;
}
.bg-truegray-900\/15 {
    background-color: hsla(0, 0%, 9%, 0.15);
}
.bg-truegray-900\/20 {
    background-color: hsla(0, 0%, 9%, 0.2);
}
.bg-truegray-900\/25 {
    background-color: hsla(0, 0%, 9%, 0.25);
}
.bg-truegray-900\/30 {
    background-color: hsla(0, 0%, 9%, 0.3);
}
.bg-truegray-900\/35 {
    background-color: hsla(0, 0%, 9%, 0.35);
}
.bg-truegray-900\/40 {
    background-color: hsla(0, 0%, 9%, 0.4);
}
.bg-truegray-900\/45 {
    background-color: hsla(0, 0%, 9%, 0.45);
}
.bg-truegray-900\/5 {
    background-color: hsla(0, 0%, 9%, 0.05);
}
.bg-truegray-900\/50 {
    background-color: hsla(0, 0%, 9%, 0.5);
}
.bg-truegray-900\/55 {
    background-color: hsla(0, 0%, 9%, 0.55);
}
.bg-truegray-900\/60 {
    background-color: hsla(0, 0%, 9%, 0.6);
}
.bg-truegray-900\/65 {
    background-color: hsla(0, 0%, 9%, 0.65);
}
.bg-truegray-900\/70 {
    background-color: hsla(0, 0%, 9%, 0.7);
}
.bg-truegray-900\/75 {
    background-color: hsla(0, 0%, 9%, 0.75);
}
.bg-truegray-900\/80 {
    background-color: hsla(0, 0%, 9%, 0.8);
}
.bg-truegray-900\/85 {
    background-color: hsla(0, 0%, 9%, 0.85);
}
.bg-truegray-900\/90 {
    background-color: hsla(0, 0%, 9%, 0.9);
}
.bg-truegray-900\/95 {
    background-color: hsla(0, 0%, 9%, 0.95);
}
.bg-ucm-darkblue {
    --tw-bg-opacity: 1;
    background-color: rgb(20 60 200 / var(--tw-bg-opacity, 1));
}
.bg-ucm-green {
    --tw-bg-opacity: 1;
    background-color: rgb(184 168 147 / var(--tw-bg-opacity, 1));
}
.bg-ucm-lightblue {
    --tw-bg-opacity: 1;
    background-color: rgb(232 237 242 / var(--tw-bg-opacity, 1));
}
.bg-ucm-lightblue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 242 253 / var(--tw-bg-opacity, 1));
}
.bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-100\/0 {
    background-color: rgba(237, 233, 254, 0);
}
.bg-violet-100\/10 {
    background-color: rgba(237, 233, 254, 0.1);
}
.bg-violet-100\/100 {
    background-color: #ede9fe;
}
.bg-violet-100\/15 {
    background-color: rgba(237, 233, 254, 0.15);
}
.bg-violet-100\/20 {
    background-color: rgba(237, 233, 254, 0.2);
}
.bg-violet-100\/25 {
    background-color: rgba(237, 233, 254, 0.25);
}
.bg-violet-100\/30 {
    background-color: rgba(237, 233, 254, 0.3);
}
.bg-violet-100\/35 {
    background-color: rgba(237, 233, 254, 0.35);
}
.bg-violet-100\/40 {
    background-color: rgba(237, 233, 254, 0.4);
}
.bg-violet-100\/45 {
    background-color: rgba(237, 233, 254, 0.45);
}
.bg-violet-100\/5 {
    background-color: rgba(237, 233, 254, 0.05);
}
.bg-violet-100\/50 {
    background-color: rgba(237, 233, 254, 0.5);
}
.bg-violet-100\/55 {
    background-color: rgba(237, 233, 254, 0.55);
}
.bg-violet-100\/60 {
    background-color: rgba(237, 233, 254, 0.6);
}
.bg-violet-100\/65 {
    background-color: rgba(237, 233, 254, 0.65);
}
.bg-violet-100\/70 {
    background-color: rgba(237, 233, 254, 0.7);
}
.bg-violet-100\/75 {
    background-color: rgba(237, 233, 254, 0.75);
}
.bg-violet-100\/80 {
    background-color: rgba(237, 233, 254, 0.8);
}
.bg-violet-100\/85 {
    background-color: rgba(237, 233, 254, 0.85);
}
.bg-violet-100\/90 {
    background-color: rgba(237, 233, 254, 0.9);
}
.bg-violet-100\/95 {
    background-color: rgba(237, 233, 254, 0.95);
}
.bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-200\/0 {
    background-color: rgba(221, 214, 254, 0);
}
.bg-violet-200\/10 {
    background-color: rgba(221, 214, 254, 0.1);
}
.bg-violet-200\/100 {
    background-color: #ddd6fe;
}
.bg-violet-200\/15 {
    background-color: rgba(221, 214, 254, 0.15);
}
.bg-violet-200\/20 {
    background-color: rgba(221, 214, 254, 0.2);
}
.bg-violet-200\/25 {
    background-color: rgba(221, 214, 254, 0.25);
}
.bg-violet-200\/30 {
    background-color: rgba(221, 214, 254, 0.3);
}
.bg-violet-200\/35 {
    background-color: rgba(221, 214, 254, 0.35);
}
.bg-violet-200\/40 {
    background-color: rgba(221, 214, 254, 0.4);
}
.bg-violet-200\/45 {
    background-color: rgba(221, 214, 254, 0.45);
}
.bg-violet-200\/5 {
    background-color: rgba(221, 214, 254, 0.05);
}
.bg-violet-200\/50 {
    background-color: rgba(221, 214, 254, 0.5);
}
.bg-violet-200\/55 {
    background-color: rgba(221, 214, 254, 0.55);
}
.bg-violet-200\/60 {
    background-color: rgba(221, 214, 254, 0.6);
}
.bg-violet-200\/65 {
    background-color: rgba(221, 214, 254, 0.65);
}
.bg-violet-200\/70 {
    background-color: rgba(221, 214, 254, 0.7);
}
.bg-violet-200\/75 {
    background-color: rgba(221, 214, 254, 0.75);
}
.bg-violet-200\/80 {
    background-color: rgba(221, 214, 254, 0.8);
}
.bg-violet-200\/85 {
    background-color: rgba(221, 214, 254, 0.85);
}
.bg-violet-200\/90 {
    background-color: rgba(221, 214, 254, 0.9);
}
.bg-violet-200\/95 {
    background-color: rgba(221, 214, 254, 0.95);
}
.bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.bg-violet-300\/0 {
    background-color: rgba(196, 181, 253, 0);
}
.bg-violet-300\/10 {
    background-color: rgba(196, 181, 253, 0.1);
}
.bg-violet-300\/100 {
    background-color: #c4b5fd;
}
.bg-violet-300\/15 {
    background-color: rgba(196, 181, 253, 0.15);
}
.bg-violet-300\/20 {
    background-color: rgba(196, 181, 253, 0.2);
}
.bg-violet-300\/25 {
    background-color: rgba(196, 181, 253, 0.25);
}
.bg-violet-300\/30 {
    background-color: rgba(196, 181, 253, 0.3);
}
.bg-violet-300\/35 {
    background-color: rgba(196, 181, 253, 0.35);
}
.bg-violet-300\/40 {
    background-color: rgba(196, 181, 253, 0.4);
}
.bg-violet-300\/45 {
    background-color: rgba(196, 181, 253, 0.45);
}
.bg-violet-300\/5 {
    background-color: rgba(196, 181, 253, 0.05);
}
.bg-violet-300\/50 {
    background-color: rgba(196, 181, 253, 0.5);
}
.bg-violet-300\/55 {
    background-color: rgba(196, 181, 253, 0.55);
}
.bg-violet-300\/60 {
    background-color: rgba(196, 181, 253, 0.6);
}
.bg-violet-300\/65 {
    background-color: rgba(196, 181, 253, 0.65);
}
.bg-violet-300\/70 {
    background-color: rgba(196, 181, 253, 0.7);
}
.bg-violet-300\/75 {
    background-color: rgba(196, 181, 253, 0.75);
}
.bg-violet-300\/80 {
    background-color: rgba(196, 181, 253, 0.8);
}
.bg-violet-300\/85 {
    background-color: rgba(196, 181, 253, 0.85);
}
.bg-violet-300\/90 {
    background-color: rgba(196, 181, 253, 0.9);
}
.bg-violet-300\/95 {
    background-color: rgba(196, 181, 253, 0.95);
}
.bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-violet-400\/0 {
    background-color: rgba(167, 139, 250, 0);
}
.bg-violet-400\/10 {
    background-color: rgba(167, 139, 250, 0.1);
}
.bg-violet-400\/100 {
    background-color: #a78bfa;
}
.bg-violet-400\/15 {
    background-color: rgba(167, 139, 250, 0.15);
}
.bg-violet-400\/20 {
    background-color: rgba(167, 139, 250, 0.2);
}
.bg-violet-400\/25 {
    background-color: rgba(167, 139, 250, 0.25);
}
.bg-violet-400\/30 {
    background-color: rgba(167, 139, 250, 0.3);
}
.bg-violet-400\/35 {
    background-color: rgba(167, 139, 250, 0.35);
}
.bg-violet-400\/40 {
    background-color: rgba(167, 139, 250, 0.4);
}
.bg-violet-400\/45 {
    background-color: rgba(167, 139, 250, 0.45);
}
.bg-violet-400\/5 {
    background-color: rgba(167, 139, 250, 0.05);
}
.bg-violet-400\/50 {
    background-color: rgba(167, 139, 250, 0.5);
}
.bg-violet-400\/55 {
    background-color: rgba(167, 139, 250, 0.55);
}
.bg-violet-400\/60 {
    background-color: rgba(167, 139, 250, 0.6);
}
.bg-violet-400\/65 {
    background-color: rgba(167, 139, 250, 0.65);
}
.bg-violet-400\/70 {
    background-color: rgba(167, 139, 250, 0.7);
}
.bg-violet-400\/75 {
    background-color: rgba(167, 139, 250, 0.75);
}
.bg-violet-400\/80 {
    background-color: rgba(167, 139, 250, 0.8);
}
.bg-violet-400\/85 {
    background-color: rgba(167, 139, 250, 0.85);
}
.bg-violet-400\/90 {
    background-color: rgba(167, 139, 250, 0.9);
}
.bg-violet-400\/95 {
    background-color: rgba(167, 139, 250, 0.95);
}
.bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-50\/0 {
    background-color: rgba(245, 243, 255, 0);
}
.bg-violet-50\/10 {
    background-color: rgba(245, 243, 255, 0.1);
}
.bg-violet-50\/100 {
    background-color: #f5f3ff;
}
.bg-violet-50\/15 {
    background-color: rgba(245, 243, 255, 0.15);
}
.bg-violet-50\/20 {
    background-color: rgba(245, 243, 255, 0.2);
}
.bg-violet-50\/25 {
    background-color: rgba(245, 243, 255, 0.25);
}
.bg-violet-50\/30 {
    background-color: rgba(245, 243, 255, 0.3);
}
.bg-violet-50\/35 {
    background-color: rgba(245, 243, 255, 0.35);
}
.bg-violet-50\/40 {
    background-color: rgba(245, 243, 255, 0.4);
}
.bg-violet-50\/45 {
    background-color: rgba(245, 243, 255, 0.45);
}
.bg-violet-50\/5 {
    background-color: rgba(245, 243, 255, 0.05);
}
.bg-violet-50\/50 {
    background-color: rgba(245, 243, 255, 0.5);
}
.bg-violet-50\/55 {
    background-color: rgba(245, 243, 255, 0.55);
}
.bg-violet-50\/60 {
    background-color: rgba(245, 243, 255, 0.6);
}
.bg-violet-50\/65 {
    background-color: rgba(245, 243, 255, 0.65);
}
.bg-violet-50\/70 {
    background-color: rgba(245, 243, 255, 0.7);
}
.bg-violet-50\/75 {
    background-color: rgba(245, 243, 255, 0.75);
}
.bg-violet-50\/80 {
    background-color: rgba(245, 243, 255, 0.8);
}
.bg-violet-50\/85 {
    background-color: rgba(245, 243, 255, 0.85);
}
.bg-violet-50\/90 {
    background-color: rgba(245, 243, 255, 0.9);
}
.bg-violet-50\/95 {
    background-color: rgba(245, 243, 255, 0.95);
}
.bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-violet-500\/0 {
    background-color: rgba(139, 92, 246, 0);
}
.bg-violet-500\/10 {
    background-color: rgba(139, 92, 246, 0.1);
}
.bg-violet-500\/100 {
    background-color: #8b5cf6;
}
.bg-violet-500\/15 {
    background-color: rgba(139, 92, 246, 0.15);
}
.bg-violet-500\/20 {
    background-color: rgba(139, 92, 246, 0.2);
}
.bg-violet-500\/25 {
    background-color: rgba(139, 92, 246, 0.25);
}
.bg-violet-500\/30 {
    background-color: rgba(139, 92, 246, 0.3);
}
.bg-violet-500\/35 {
    background-color: rgba(139, 92, 246, 0.35);
}
.bg-violet-500\/40 {
    background-color: rgba(139, 92, 246, 0.4);
}
.bg-violet-500\/45 {
    background-color: rgba(139, 92, 246, 0.45);
}
.bg-violet-500\/5 {
    background-color: rgba(139, 92, 246, 0.05);
}
.bg-violet-500\/50 {
    background-color: rgba(139, 92, 246, 0.5);
}
.bg-violet-500\/55 {
    background-color: rgba(139, 92, 246, 0.55);
}
.bg-violet-500\/60 {
    background-color: rgba(139, 92, 246, 0.6);
}
.bg-violet-500\/65 {
    background-color: rgba(139, 92, 246, 0.65);
}
.bg-violet-500\/70 {
    background-color: rgba(139, 92, 246, 0.7);
}
.bg-violet-500\/75 {
    background-color: rgba(139, 92, 246, 0.75);
}
.bg-violet-500\/80 {
    background-color: rgba(139, 92, 246, 0.8);
}
.bg-violet-500\/85 {
    background-color: rgba(139, 92, 246, 0.85);
}
.bg-violet-500\/90 {
    background-color: rgba(139, 92, 246, 0.9);
}
.bg-violet-500\/95 {
    background-color: rgba(139, 92, 246, 0.95);
}
.bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-violet-600\/0 {
    background-color: rgba(124, 58, 237, 0);
}
.bg-violet-600\/10 {
    background-color: rgba(124, 58, 237, 0.1);
}
.bg-violet-600\/100 {
    background-color: #7c3aed;
}
.bg-violet-600\/15 {
    background-color: rgba(124, 58, 237, 0.15);
}
.bg-violet-600\/20 {
    background-color: rgba(124, 58, 237, 0.2);
}
.bg-violet-600\/25 {
    background-color: rgba(124, 58, 237, 0.25);
}
.bg-violet-600\/30 {
    background-color: rgba(124, 58, 237, 0.3);
}
.bg-violet-600\/35 {
    background-color: rgba(124, 58, 237, 0.35);
}
.bg-violet-600\/40 {
    background-color: rgba(124, 58, 237, 0.4);
}
.bg-violet-600\/45 {
    background-color: rgba(124, 58, 237, 0.45);
}
.bg-violet-600\/5 {
    background-color: rgba(124, 58, 237, 0.05);
}
.bg-violet-600\/50 {
    background-color: rgba(124, 58, 237, 0.5);
}
.bg-violet-600\/55 {
    background-color: rgba(124, 58, 237, 0.55);
}
.bg-violet-600\/60 {
    background-color: rgba(124, 58, 237, 0.6);
}
.bg-violet-600\/65 {
    background-color: rgba(124, 58, 237, 0.65);
}
.bg-violet-600\/70 {
    background-color: rgba(124, 58, 237, 0.7);
}
.bg-violet-600\/75 {
    background-color: rgba(124, 58, 237, 0.75);
}
.bg-violet-600\/80 {
    background-color: rgba(124, 58, 237, 0.8);
}
.bg-violet-600\/85 {
    background-color: rgba(124, 58, 237, 0.85);
}
.bg-violet-600\/90 {
    background-color: rgba(124, 58, 237, 0.9);
}
.bg-violet-600\/95 {
    background-color: rgba(124, 58, 237, 0.95);
}
.bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.bg-violet-700\/0 {
    background-color: rgba(109, 40, 217, 0);
}
.bg-violet-700\/10 {
    background-color: rgba(109, 40, 217, 0.1);
}
.bg-violet-700\/100 {
    background-color: #6d28d9;
}
.bg-violet-700\/15 {
    background-color: rgba(109, 40, 217, 0.15);
}
.bg-violet-700\/20 {
    background-color: rgba(109, 40, 217, 0.2);
}
.bg-violet-700\/25 {
    background-color: rgba(109, 40, 217, 0.25);
}
.bg-violet-700\/30 {
    background-color: rgba(109, 40, 217, 0.3);
}
.bg-violet-700\/35 {
    background-color: rgba(109, 40, 217, 0.35);
}
.bg-violet-700\/40 {
    background-color: rgba(109, 40, 217, 0.4);
}
.bg-violet-700\/45 {
    background-color: rgba(109, 40, 217, 0.45);
}
.bg-violet-700\/5 {
    background-color: rgba(109, 40, 217, 0.05);
}
.bg-violet-700\/50 {
    background-color: rgba(109, 40, 217, 0.5);
}
.bg-violet-700\/55 {
    background-color: rgba(109, 40, 217, 0.55);
}
.bg-violet-700\/60 {
    background-color: rgba(109, 40, 217, 0.6);
}
.bg-violet-700\/65 {
    background-color: rgba(109, 40, 217, 0.65);
}
.bg-violet-700\/70 {
    background-color: rgba(109, 40, 217, 0.7);
}
.bg-violet-700\/75 {
    background-color: rgba(109, 40, 217, 0.75);
}
.bg-violet-700\/80 {
    background-color: rgba(109, 40, 217, 0.8);
}
.bg-violet-700\/85 {
    background-color: rgba(109, 40, 217, 0.85);
}
.bg-violet-700\/90 {
    background-color: rgba(109, 40, 217, 0.9);
}
.bg-violet-700\/95 {
    background-color: rgba(109, 40, 217, 0.95);
}
.bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.bg-violet-800\/0 {
    background-color: rgba(91, 33, 182, 0);
}
.bg-violet-800\/10 {
    background-color: rgba(91, 33, 182, 0.1);
}
.bg-violet-800\/100 {
    background-color: #5b21b6;
}
.bg-violet-800\/15 {
    background-color: rgba(91, 33, 182, 0.15);
}
.bg-violet-800\/20 {
    background-color: rgba(91, 33, 182, 0.2);
}
.bg-violet-800\/25 {
    background-color: rgba(91, 33, 182, 0.25);
}
.bg-violet-800\/30 {
    background-color: rgba(91, 33, 182, 0.3);
}
.bg-violet-800\/35 {
    background-color: rgba(91, 33, 182, 0.35);
}
.bg-violet-800\/40 {
    background-color: rgba(91, 33, 182, 0.4);
}
.bg-violet-800\/45 {
    background-color: rgba(91, 33, 182, 0.45);
}
.bg-violet-800\/5 {
    background-color: rgba(91, 33, 182, 0.05);
}
.bg-violet-800\/50 {
    background-color: rgba(91, 33, 182, 0.5);
}
.bg-violet-800\/55 {
    background-color: rgba(91, 33, 182, 0.55);
}
.bg-violet-800\/60 {
    background-color: rgba(91, 33, 182, 0.6);
}
.bg-violet-800\/65 {
    background-color: rgba(91, 33, 182, 0.65);
}
.bg-violet-800\/70 {
    background-color: rgba(91, 33, 182, 0.7);
}
.bg-violet-800\/75 {
    background-color: rgba(91, 33, 182, 0.75);
}
.bg-violet-800\/80 {
    background-color: rgba(91, 33, 182, 0.8);
}
.bg-violet-800\/85 {
    background-color: rgba(91, 33, 182, 0.85);
}
.bg-violet-800\/90 {
    background-color: rgba(91, 33, 182, 0.9);
}
.bg-violet-800\/95 {
    background-color: rgba(91, 33, 182, 0.95);
}
.bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.bg-violet-900\/0 {
    background-color: rgba(76, 29, 149, 0);
}
.bg-violet-900\/10 {
    background-color: rgba(76, 29, 149, 0.1);
}
.bg-violet-900\/100 {
    background-color: #4c1d95;
}
.bg-violet-900\/15 {
    background-color: rgba(76, 29, 149, 0.15);
}
.bg-violet-900\/20 {
    background-color: rgba(76, 29, 149, 0.2);
}
.bg-violet-900\/25 {
    background-color: rgba(76, 29, 149, 0.25);
}
.bg-violet-900\/30 {
    background-color: rgba(76, 29, 149, 0.3);
}
.bg-violet-900\/35 {
    background-color: rgba(76, 29, 149, 0.35);
}
.bg-violet-900\/40 {
    background-color: rgba(76, 29, 149, 0.4);
}
.bg-violet-900\/45 {
    background-color: rgba(76, 29, 149, 0.45);
}
.bg-violet-900\/5 {
    background-color: rgba(76, 29, 149, 0.05);
}
.bg-violet-900\/50 {
    background-color: rgba(76, 29, 149, 0.5);
}
.bg-violet-900\/55 {
    background-color: rgba(76, 29, 149, 0.55);
}
.bg-violet-900\/60 {
    background-color: rgba(76, 29, 149, 0.6);
}
.bg-violet-900\/65 {
    background-color: rgba(76, 29, 149, 0.65);
}
.bg-violet-900\/70 {
    background-color: rgba(76, 29, 149, 0.7);
}
.bg-violet-900\/75 {
    background-color: rgba(76, 29, 149, 0.75);
}
.bg-violet-900\/80 {
    background-color: rgba(76, 29, 149, 0.8);
}
.bg-violet-900\/85 {
    background-color: rgba(76, 29, 149, 0.85);
}
.bg-violet-900\/90 {
    background-color: rgba(76, 29, 149, 0.9);
}
.bg-violet-900\/95 {
    background-color: rgba(76, 29, 149, 0.95);
}
.bg-warmergreen-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 239 236 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-100\/0 {
    background-color: hsla(80, 9%, 93%, 0);
}
.bg-warmergreen-100\/10 {
    background-color: hsla(80, 9%, 93%, 0.1);
}
.bg-warmergreen-100\/100 {
    background-color: #eeefec;
}
.bg-warmergreen-100\/15 {
    background-color: hsla(80, 9%, 93%, 0.15);
}
.bg-warmergreen-100\/20 {
    background-color: hsla(80, 9%, 93%, 0.2);
}
.bg-warmergreen-100\/25 {
    background-color: hsla(80, 9%, 93%, 0.25);
}
.bg-warmergreen-100\/30 {
    background-color: hsla(80, 9%, 93%, 0.3);
}
.bg-warmergreen-100\/35 {
    background-color: hsla(80, 9%, 93%, 0.35);
}
.bg-warmergreen-100\/40 {
    background-color: hsla(80, 9%, 93%, 0.4);
}
.bg-warmergreen-100\/45 {
    background-color: hsla(80, 9%, 93%, 0.45);
}
.bg-warmergreen-100\/5 {
    background-color: hsla(80, 9%, 93%, 0.05);
}
.bg-warmergreen-100\/50 {
    background-color: hsla(80, 9%, 93%, 0.5);
}
.bg-warmergreen-100\/55 {
    background-color: hsla(80, 9%, 93%, 0.55);
}
.bg-warmergreen-100\/60 {
    background-color: hsla(80, 9%, 93%, 0.6);
}
.bg-warmergreen-100\/65 {
    background-color: hsla(80, 9%, 93%, 0.65);
}
.bg-warmergreen-100\/70 {
    background-color: hsla(80, 9%, 93%, 0.7);
}
.bg-warmergreen-100\/75 {
    background-color: hsla(80, 9%, 93%, 0.75);
}
.bg-warmergreen-100\/80 {
    background-color: hsla(80, 9%, 93%, 0.8);
}
.bg-warmergreen-100\/85 {
    background-color: hsla(80, 9%, 93%, 0.85);
}
.bg-warmergreen-100\/90 {
    background-color: hsla(80, 9%, 93%, 0.9);
}
.bg-warmergreen-100\/95 {
    background-color: hsla(80, 9%, 93%, 0.95);
}
.bg-warmergreen-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 222 215 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-200\/0 {
    background-color: rgba(216, 222, 215, 0);
}
.bg-warmergreen-200\/10 {
    background-color: rgba(216, 222, 215, 0.1);
}
.bg-warmergreen-200\/100 {
    background-color: #d8ded7;
}
.bg-warmergreen-200\/15 {
    background-color: rgba(216, 222, 215, 0.15);
}
.bg-warmergreen-200\/20 {
    background-color: rgba(216, 222, 215, 0.2);
}
.bg-warmergreen-200\/25 {
    background-color: rgba(216, 222, 215, 0.25);
}
.bg-warmergreen-200\/30 {
    background-color: rgba(216, 222, 215, 0.3);
}
.bg-warmergreen-200\/35 {
    background-color: rgba(216, 222, 215, 0.35);
}
.bg-warmergreen-200\/40 {
    background-color: rgba(216, 222, 215, 0.4);
}
.bg-warmergreen-200\/45 {
    background-color: rgba(216, 222, 215, 0.45);
}
.bg-warmergreen-200\/5 {
    background-color: rgba(216, 222, 215, 0.05);
}
.bg-warmergreen-200\/50 {
    background-color: rgba(216, 222, 215, 0.5);
}
.bg-warmergreen-200\/55 {
    background-color: rgba(216, 222, 215, 0.55);
}
.bg-warmergreen-200\/60 {
    background-color: rgba(216, 222, 215, 0.6);
}
.bg-warmergreen-200\/65 {
    background-color: rgba(216, 222, 215, 0.65);
}
.bg-warmergreen-200\/70 {
    background-color: rgba(216, 222, 215, 0.7);
}
.bg-warmergreen-200\/75 {
    background-color: rgba(216, 222, 215, 0.75);
}
.bg-warmergreen-200\/80 {
    background-color: rgba(216, 222, 215, 0.8);
}
.bg-warmergreen-200\/85 {
    background-color: rgba(216, 222, 215, 0.85);
}
.bg-warmergreen-200\/90 {
    background-color: rgba(216, 222, 215, 0.9);
}
.bg-warmergreen-200\/95 {
    background-color: rgba(216, 222, 215, 0.95);
}
.bg-warmergreen-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(177 188 175 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-300\/0 {
    background-color: hsla(111, 9%, 71%, 0);
}
.bg-warmergreen-300\/10 {
    background-color: hsla(111, 9%, 71%, 0.1);
}
.bg-warmergreen-300\/100 {
    background-color: #b1bcaf;
}
.bg-warmergreen-300\/15 {
    background-color: hsla(111, 9%, 71%, 0.15);
}
.bg-warmergreen-300\/20 {
    background-color: hsla(111, 9%, 71%, 0.2);
}
.bg-warmergreen-300\/25 {
    background-color: hsla(111, 9%, 71%, 0.25);
}
.bg-warmergreen-300\/30 {
    background-color: hsla(111, 9%, 71%, 0.3);
}
.bg-warmergreen-300\/35 {
    background-color: hsla(111, 9%, 71%, 0.35);
}
.bg-warmergreen-300\/40 {
    background-color: hsla(111, 9%, 71%, 0.4);
}
.bg-warmergreen-300\/45 {
    background-color: hsla(111, 9%, 71%, 0.45);
}
.bg-warmergreen-300\/5 {
    background-color: hsla(111, 9%, 71%, 0.05);
}
.bg-warmergreen-300\/50 {
    background-color: hsla(111, 9%, 71%, 0.5);
}
.bg-warmergreen-300\/55 {
    background-color: hsla(111, 9%, 71%, 0.55);
}
.bg-warmergreen-300\/60 {
    background-color: hsla(111, 9%, 71%, 0.6);
}
.bg-warmergreen-300\/65 {
    background-color: hsla(111, 9%, 71%, 0.65);
}
.bg-warmergreen-300\/70 {
    background-color: hsla(111, 9%, 71%, 0.7);
}
.bg-warmergreen-300\/75 {
    background-color: hsla(111, 9%, 71%, 0.75);
}
.bg-warmergreen-300\/80 {
    background-color: hsla(111, 9%, 71%, 0.8);
}
.bg-warmergreen-300\/85 {
    background-color: hsla(111, 9%, 71%, 0.85);
}
.bg-warmergreen-300\/90 {
    background-color: hsla(111, 9%, 71%, 0.9);
}
.bg-warmergreen-300\/95 {
    background-color: hsla(111, 9%, 71%, 0.95);
}
.bg-warmergreen-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 150 132 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-400\/0 {
    background-color: rgba(127, 150, 132, 0);
}
.bg-warmergreen-400\/10 {
    background-color: rgba(127, 150, 132, 0.1);
}
.bg-warmergreen-400\/100 {
    background-color: #7f9684;
}
.bg-warmergreen-400\/15 {
    background-color: rgba(127, 150, 132, 0.15);
}
.bg-warmergreen-400\/20 {
    background-color: rgba(127, 150, 132, 0.2);
}
.bg-warmergreen-400\/25 {
    background-color: rgba(127, 150, 132, 0.25);
}
.bg-warmergreen-400\/30 {
    background-color: rgba(127, 150, 132, 0.3);
}
.bg-warmergreen-400\/35 {
    background-color: rgba(127, 150, 132, 0.35);
}
.bg-warmergreen-400\/40 {
    background-color: rgba(127, 150, 132, 0.4);
}
.bg-warmergreen-400\/45 {
    background-color: rgba(127, 150, 132, 0.45);
}
.bg-warmergreen-400\/5 {
    background-color: rgba(127, 150, 132, 0.05);
}
.bg-warmergreen-400\/50 {
    background-color: rgba(127, 150, 132, 0.5);
}
.bg-warmergreen-400\/55 {
    background-color: rgba(127, 150, 132, 0.55);
}
.bg-warmergreen-400\/60 {
    background-color: rgba(127, 150, 132, 0.6);
}
.bg-warmergreen-400\/65 {
    background-color: rgba(127, 150, 132, 0.65);
}
.bg-warmergreen-400\/70 {
    background-color: rgba(127, 150, 132, 0.7);
}
.bg-warmergreen-400\/75 {
    background-color: rgba(127, 150, 132, 0.75);
}
.bg-warmergreen-400\/80 {
    background-color: rgba(127, 150, 132, 0.8);
}
.bg-warmergreen-400\/85 {
    background-color: rgba(127, 150, 132, 0.85);
}
.bg-warmergreen-400\/90 {
    background-color: rgba(127, 150, 132, 0.9);
}
.bg-warmergreen-400\/95 {
    background-color: rgba(127, 150, 132, 0.95);
}
.bg-warmergreen-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 246 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-50\/0 {
    background-color: hsla(90, 12%, 97%, 0);
}
.bg-warmergreen-50\/10 {
    background-color: hsla(90, 12%, 97%, 0.1);
}
.bg-warmergreen-50\/100 {
    background-color: #f7f8f6;
}
.bg-warmergreen-50\/15 {
    background-color: hsla(90, 12%, 97%, 0.15);
}
.bg-warmergreen-50\/20 {
    background-color: hsla(90, 12%, 97%, 0.2);
}
.bg-warmergreen-50\/25 {
    background-color: hsla(90, 12%, 97%, 0.25);
}
.bg-warmergreen-50\/30 {
    background-color: hsla(90, 12%, 97%, 0.3);
}
.bg-warmergreen-50\/35 {
    background-color: hsla(90, 12%, 97%, 0.35);
}
.bg-warmergreen-50\/40 {
    background-color: hsla(90, 12%, 97%, 0.4);
}
.bg-warmergreen-50\/45 {
    background-color: hsla(90, 12%, 97%, 0.45);
}
.bg-warmergreen-50\/5 {
    background-color: hsla(90, 12%, 97%, 0.05);
}
.bg-warmergreen-50\/50 {
    background-color: hsla(90, 12%, 97%, 0.5);
}
.bg-warmergreen-50\/55 {
    background-color: hsla(90, 12%, 97%, 0.55);
}
.bg-warmergreen-50\/60 {
    background-color: hsla(90, 12%, 97%, 0.6);
}
.bg-warmergreen-50\/65 {
    background-color: hsla(90, 12%, 97%, 0.65);
}
.bg-warmergreen-50\/70 {
    background-color: hsla(90, 12%, 97%, 0.7);
}
.bg-warmergreen-50\/75 {
    background-color: hsla(90, 12%, 97%, 0.75);
}
.bg-warmergreen-50\/80 {
    background-color: hsla(90, 12%, 97%, 0.8);
}
.bg-warmergreen-50\/85 {
    background-color: hsla(90, 12%, 97%, 0.85);
}
.bg-warmergreen-50\/90 {
    background-color: hsla(90, 12%, 97%, 0.9);
}
.bg-warmergreen-50\/95 {
    background-color: hsla(90, 12%, 97%, 0.95);
}
.bg-warmergreen-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(98 119 95 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-500\/0 {
    background-color: rgba(98, 119, 95, 0);
}
.bg-warmergreen-500\/10 {
    background-color: rgba(98, 119, 95, 0.1);
}
.bg-warmergreen-500\/100 {
    background-color: #62775f;
}
.bg-warmergreen-500\/15 {
    background-color: rgba(98, 119, 95, 0.15);
}
.bg-warmergreen-500\/20 {
    background-color: rgba(98, 119, 95, 0.2);
}
.bg-warmergreen-500\/25 {
    background-color: rgba(98, 119, 95, 0.25);
}
.bg-warmergreen-500\/30 {
    background-color: rgba(98, 119, 95, 0.3);
}
.bg-warmergreen-500\/35 {
    background-color: rgba(98, 119, 95, 0.35);
}
.bg-warmergreen-500\/40 {
    background-color: rgba(98, 119, 95, 0.4);
}
.bg-warmergreen-500\/45 {
    background-color: rgba(98, 119, 95, 0.45);
}
.bg-warmergreen-500\/5 {
    background-color: rgba(98, 119, 95, 0.05);
}
.bg-warmergreen-500\/50 {
    background-color: rgba(98, 119, 95, 0.5);
}
.bg-warmergreen-500\/55 {
    background-color: rgba(98, 119, 95, 0.55);
}
.bg-warmergreen-500\/60 {
    background-color: rgba(98, 119, 95, 0.6);
}
.bg-warmergreen-500\/65 {
    background-color: rgba(98, 119, 95, 0.65);
}
.bg-warmergreen-500\/70 {
    background-color: rgba(98, 119, 95, 0.7);
}
.bg-warmergreen-500\/75 {
    background-color: rgba(98, 119, 95, 0.75);
}
.bg-warmergreen-500\/80 {
    background-color: rgba(98, 119, 95, 0.8);
}
.bg-warmergreen-500\/85 {
    background-color: rgba(98, 119, 95, 0.85);
}
.bg-warmergreen-500\/90 {
    background-color: rgba(98, 119, 95, 0.9);
}
.bg-warmergreen-500\/95 {
    background-color: rgba(98, 119, 95, 0.95);
}
.bg-warmergreen-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 92 70 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-600\/0 {
    background-color: rgba(79, 92, 70, 0);
}
.bg-warmergreen-600\/10 {
    background-color: rgba(79, 92, 70, 0.1);
}
.bg-warmergreen-600\/100 {
    background-color: #4f5c46;
}
.bg-warmergreen-600\/15 {
    background-color: rgba(79, 92, 70, 0.15);
}
.bg-warmergreen-600\/20 {
    background-color: rgba(79, 92, 70, 0.2);
}
.bg-warmergreen-600\/25 {
    background-color: rgba(79, 92, 70, 0.25);
}
.bg-warmergreen-600\/30 {
    background-color: rgba(79, 92, 70, 0.3);
}
.bg-warmergreen-600\/35 {
    background-color: rgba(79, 92, 70, 0.35);
}
.bg-warmergreen-600\/40 {
    background-color: rgba(79, 92, 70, 0.4);
}
.bg-warmergreen-600\/45 {
    background-color: rgba(79, 92, 70, 0.45);
}
.bg-warmergreen-600\/5 {
    background-color: rgba(79, 92, 70, 0.05);
}
.bg-warmergreen-600\/50 {
    background-color: rgba(79, 92, 70, 0.5);
}
.bg-warmergreen-600\/55 {
    background-color: rgba(79, 92, 70, 0.55);
}
.bg-warmergreen-600\/60 {
    background-color: rgba(79, 92, 70, 0.6);
}
.bg-warmergreen-600\/65 {
    background-color: rgba(79, 92, 70, 0.65);
}
.bg-warmergreen-600\/70 {
    background-color: rgba(79, 92, 70, 0.7);
}
.bg-warmergreen-600\/75 {
    background-color: rgba(79, 92, 70, 0.75);
}
.bg-warmergreen-600\/80 {
    background-color: rgba(79, 92, 70, 0.8);
}
.bg-warmergreen-600\/85 {
    background-color: rgba(79, 92, 70, 0.85);
}
.bg-warmergreen-600\/90 {
    background-color: rgba(79, 92, 70, 0.9);
}
.bg-warmergreen-600\/95 {
    background-color: rgba(79, 92, 70, 0.95);
}
.bg-warmergreen-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(62 70 54 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-700\/0 {
    background-color: rgba(62, 70, 54, 0);
}
.bg-warmergreen-700\/10 {
    background-color: rgba(62, 70, 54, 0.1);
}
.bg-warmergreen-700\/100 {
    background-color: #3e4636;
}
.bg-warmergreen-700\/15 {
    background-color: rgba(62, 70, 54, 0.15);
}
.bg-warmergreen-700\/20 {
    background-color: rgba(62, 70, 54, 0.2);
}
.bg-warmergreen-700\/25 {
    background-color: rgba(62, 70, 54, 0.25);
}
.bg-warmergreen-700\/30 {
    background-color: rgba(62, 70, 54, 0.3);
}
.bg-warmergreen-700\/35 {
    background-color: rgba(62, 70, 54, 0.35);
}
.bg-warmergreen-700\/40 {
    background-color: rgba(62, 70, 54, 0.4);
}
.bg-warmergreen-700\/45 {
    background-color: rgba(62, 70, 54, 0.45);
}
.bg-warmergreen-700\/5 {
    background-color: rgba(62, 70, 54, 0.05);
}
.bg-warmergreen-700\/50 {
    background-color: rgba(62, 70, 54, 0.5);
}
.bg-warmergreen-700\/55 {
    background-color: rgba(62, 70, 54, 0.55);
}
.bg-warmergreen-700\/60 {
    background-color: rgba(62, 70, 54, 0.6);
}
.bg-warmergreen-700\/65 {
    background-color: rgba(62, 70, 54, 0.65);
}
.bg-warmergreen-700\/70 {
    background-color: rgba(62, 70, 54, 0.7);
}
.bg-warmergreen-700\/75 {
    background-color: rgba(62, 70, 54, 0.75);
}
.bg-warmergreen-700\/80 {
    background-color: rgba(62, 70, 54, 0.8);
}
.bg-warmergreen-700\/85 {
    background-color: rgba(62, 70, 54, 0.85);
}
.bg-warmergreen-700\/90 {
    background-color: rgba(62, 70, 54, 0.9);
}
.bg-warmergreen-700\/95 {
    background-color: rgba(62, 70, 54, 0.95);
}
.bg-warmergreen-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(43 48 40 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-800\/0 {
    background-color: rgba(43, 48, 40, 0);
}
.bg-warmergreen-800\/10 {
    background-color: rgba(43, 48, 40, 0.1);
}
.bg-warmergreen-800\/100 {
    background-color: #2b3028;
}
.bg-warmergreen-800\/15 {
    background-color: rgba(43, 48, 40, 0.15);
}
.bg-warmergreen-800\/20 {
    background-color: rgba(43, 48, 40, 0.2);
}
.bg-warmergreen-800\/25 {
    background-color: rgba(43, 48, 40, 0.25);
}
.bg-warmergreen-800\/30 {
    background-color: rgba(43, 48, 40, 0.3);
}
.bg-warmergreen-800\/35 {
    background-color: rgba(43, 48, 40, 0.35);
}
.bg-warmergreen-800\/40 {
    background-color: rgba(43, 48, 40, 0.4);
}
.bg-warmergreen-800\/45 {
    background-color: rgba(43, 48, 40, 0.45);
}
.bg-warmergreen-800\/5 {
    background-color: rgba(43, 48, 40, 0.05);
}
.bg-warmergreen-800\/50 {
    background-color: rgba(43, 48, 40, 0.5);
}
.bg-warmergreen-800\/55 {
    background-color: rgba(43, 48, 40, 0.55);
}
.bg-warmergreen-800\/60 {
    background-color: rgba(43, 48, 40, 0.6);
}
.bg-warmergreen-800\/65 {
    background-color: rgba(43, 48, 40, 0.65);
}
.bg-warmergreen-800\/70 {
    background-color: rgba(43, 48, 40, 0.7);
}
.bg-warmergreen-800\/75 {
    background-color: rgba(43, 48, 40, 0.75);
}
.bg-warmergreen-800\/80 {
    background-color: rgba(43, 48, 40, 0.8);
}
.bg-warmergreen-800\/85 {
    background-color: rgba(43, 48, 40, 0.85);
}
.bg-warmergreen-800\/90 {
    background-color: rgba(43, 48, 40, 0.9);
}
.bg-warmergreen-800\/95 {
    background-color: rgba(43, 48, 40, 0.95);
}
.bg-warmergreen-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 30 27 / var(--tw-bg-opacity, 1));
}
.bg-warmergreen-900\/0 {
    background-color: rgba(28, 30, 27, 0);
}
.bg-warmergreen-900\/10 {
    background-color: rgba(28, 30, 27, 0.1);
}
.bg-warmergreen-900\/100 {
    background-color: #1c1e1b;
}
.bg-warmergreen-900\/15 {
    background-color: rgba(28, 30, 27, 0.15);
}
.bg-warmergreen-900\/20 {
    background-color: rgba(28, 30, 27, 0.2);
}
.bg-warmergreen-900\/25 {
    background-color: rgba(28, 30, 27, 0.25);
}
.bg-warmergreen-900\/30 {
    background-color: rgba(28, 30, 27, 0.3);
}
.bg-warmergreen-900\/35 {
    background-color: rgba(28, 30, 27, 0.35);
}
.bg-warmergreen-900\/40 {
    background-color: rgba(28, 30, 27, 0.4);
}
.bg-warmergreen-900\/45 {
    background-color: rgba(28, 30, 27, 0.45);
}
.bg-warmergreen-900\/5 {
    background-color: rgba(28, 30, 27, 0.05);
}
.bg-warmergreen-900\/50 {
    background-color: rgba(28, 30, 27, 0.5);
}
.bg-warmergreen-900\/55 {
    background-color: rgba(28, 30, 27, 0.55);
}
.bg-warmergreen-900\/60 {
    background-color: rgba(28, 30, 27, 0.6);
}
.bg-warmergreen-900\/65 {
    background-color: rgba(28, 30, 27, 0.65);
}
.bg-warmergreen-900\/70 {
    background-color: rgba(28, 30, 27, 0.7);
}
.bg-warmergreen-900\/75 {
    background-color: rgba(28, 30, 27, 0.75);
}
.bg-warmergreen-900\/80 {
    background-color: rgba(28, 30, 27, 0.8);
}
.bg-warmergreen-900\/85 {
    background-color: rgba(28, 30, 27, 0.85);
}
.bg-warmergreen-900\/90 {
    background-color: rgba(28, 30, 27, 0.9);
}
.bg-warmergreen-900\/95 {
    background-color: rgba(28, 30, 27, 0.95);
}
.bg-warmgray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-100\/0 {
    background-color: hsla(60, 5%, 96%, 0);
}
.bg-warmgray-100\/10 {
    background-color: hsla(60, 5%, 96%, 0.1);
}
.bg-warmgray-100\/100 {
    background-color: #f5f5f4;
}
.bg-warmgray-100\/15 {
    background-color: hsla(60, 5%, 96%, 0.15);
}
.bg-warmgray-100\/20 {
    background-color: hsla(60, 5%, 96%, 0.2);
}
.bg-warmgray-100\/25 {
    background-color: hsla(60, 5%, 96%, 0.25);
}
.bg-warmgray-100\/30 {
    background-color: hsla(60, 5%, 96%, 0.3);
}
.bg-warmgray-100\/35 {
    background-color: hsla(60, 5%, 96%, 0.35);
}
.bg-warmgray-100\/40 {
    background-color: hsla(60, 5%, 96%, 0.4);
}
.bg-warmgray-100\/45 {
    background-color: hsla(60, 5%, 96%, 0.45);
}
.bg-warmgray-100\/5 {
    background-color: hsla(60, 5%, 96%, 0.05);
}
.bg-warmgray-100\/50 {
    background-color: hsla(60, 5%, 96%, 0.5);
}
.bg-warmgray-100\/55 {
    background-color: hsla(60, 5%, 96%, 0.55);
}
.bg-warmgray-100\/60 {
    background-color: hsla(60, 5%, 96%, 0.6);
}
.bg-warmgray-100\/65 {
    background-color: hsla(60, 5%, 96%, 0.65);
}
.bg-warmgray-100\/70 {
    background-color: hsla(60, 5%, 96%, 0.7);
}
.bg-warmgray-100\/75 {
    background-color: hsla(60, 5%, 96%, 0.75);
}
.bg-warmgray-100\/80 {
    background-color: hsla(60, 5%, 96%, 0.8);
}
.bg-warmgray-100\/85 {
    background-color: hsla(60, 5%, 96%, 0.85);
}
.bg-warmgray-100\/90 {
    background-color: hsla(60, 5%, 96%, 0.9);
}
.bg-warmgray-100\/95 {
    background-color: hsla(60, 5%, 96%, 0.95);
}
.bg-warmgray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-200\/0 {
    background-color: hsla(20, 6%, 90%, 0);
}
.bg-warmgray-200\/10 {
    background-color: hsla(20, 6%, 90%, 0.1);
}
.bg-warmgray-200\/100 {
    background-color: #e7e5e4;
}
.bg-warmgray-200\/15 {
    background-color: hsla(20, 6%, 90%, 0.15);
}
.bg-warmgray-200\/20 {
    background-color: hsla(20, 6%, 90%, 0.2);
}
.bg-warmgray-200\/25 {
    background-color: hsla(20, 6%, 90%, 0.25);
}
.bg-warmgray-200\/30 {
    background-color: hsla(20, 6%, 90%, 0.3);
}
.bg-warmgray-200\/35 {
    background-color: hsla(20, 6%, 90%, 0.35);
}
.bg-warmgray-200\/40 {
    background-color: hsla(20, 6%, 90%, 0.4);
}
.bg-warmgray-200\/45 {
    background-color: hsla(20, 6%, 90%, 0.45);
}
.bg-warmgray-200\/5 {
    background-color: hsla(20, 6%, 90%, 0.05);
}
.bg-warmgray-200\/50 {
    background-color: hsla(20, 6%, 90%, 0.5);
}
.bg-warmgray-200\/55 {
    background-color: hsla(20, 6%, 90%, 0.55);
}
.bg-warmgray-200\/60 {
    background-color: hsla(20, 6%, 90%, 0.6);
}
.bg-warmgray-200\/65 {
    background-color: hsla(20, 6%, 90%, 0.65);
}
.bg-warmgray-200\/70 {
    background-color: hsla(20, 6%, 90%, 0.7);
}
.bg-warmgray-200\/75 {
    background-color: hsla(20, 6%, 90%, 0.75);
}
.bg-warmgray-200\/80 {
    background-color: hsla(20, 6%, 90%, 0.8);
}
.bg-warmgray-200\/85 {
    background-color: hsla(20, 6%, 90%, 0.85);
}
.bg-warmgray-200\/90 {
    background-color: hsla(20, 6%, 90%, 0.9);
}
.bg-warmgray-200\/95 {
    background-color: hsla(20, 6%, 90%, 0.95);
}
.bg-warmgray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-300\/0 {
    background-color: hsla(24, 6%, 83%, 0);
}
.bg-warmgray-300\/10 {
    background-color: hsla(24, 6%, 83%, 0.1);
}
.bg-warmgray-300\/100 {
    background-color: #d6d3d1;
}
.bg-warmgray-300\/15 {
    background-color: hsla(24, 6%, 83%, 0.15);
}
.bg-warmgray-300\/20 {
    background-color: hsla(24, 6%, 83%, 0.2);
}
.bg-warmgray-300\/25 {
    background-color: hsla(24, 6%, 83%, 0.25);
}
.bg-warmgray-300\/30 {
    background-color: hsla(24, 6%, 83%, 0.3);
}
.bg-warmgray-300\/35 {
    background-color: hsla(24, 6%, 83%, 0.35);
}
.bg-warmgray-300\/40 {
    background-color: hsla(24, 6%, 83%, 0.4);
}
.bg-warmgray-300\/45 {
    background-color: hsla(24, 6%, 83%, 0.45);
}
.bg-warmgray-300\/5 {
    background-color: hsla(24, 6%, 83%, 0.05);
}
.bg-warmgray-300\/50 {
    background-color: hsla(24, 6%, 83%, 0.5);
}
.bg-warmgray-300\/55 {
    background-color: hsla(24, 6%, 83%, 0.55);
}
.bg-warmgray-300\/60 {
    background-color: hsla(24, 6%, 83%, 0.6);
}
.bg-warmgray-300\/65 {
    background-color: hsla(24, 6%, 83%, 0.65);
}
.bg-warmgray-300\/70 {
    background-color: hsla(24, 6%, 83%, 0.7);
}
.bg-warmgray-300\/75 {
    background-color: hsla(24, 6%, 83%, 0.75);
}
.bg-warmgray-300\/80 {
    background-color: hsla(24, 6%, 83%, 0.8);
}
.bg-warmgray-300\/85 {
    background-color: hsla(24, 6%, 83%, 0.85);
}
.bg-warmgray-300\/90 {
    background-color: hsla(24, 6%, 83%, 0.9);
}
.bg-warmgray-300\/95 {
    background-color: hsla(24, 6%, 83%, 0.95);
}
.bg-warmgray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-400\/0 {
    background-color: hsla(24, 5%, 64%, 0);
}
.bg-warmgray-400\/10 {
    background-color: hsla(24, 5%, 64%, 0.1);
}
.bg-warmgray-400\/100 {
    background-color: #a8a29e;
}
.bg-warmgray-400\/15 {
    background-color: hsla(24, 5%, 64%, 0.15);
}
.bg-warmgray-400\/20 {
    background-color: hsla(24, 5%, 64%, 0.2);
}
.bg-warmgray-400\/25 {
    background-color: hsla(24, 5%, 64%, 0.25);
}
.bg-warmgray-400\/30 {
    background-color: hsla(24, 5%, 64%, 0.3);
}
.bg-warmgray-400\/35 {
    background-color: hsla(24, 5%, 64%, 0.35);
}
.bg-warmgray-400\/40 {
    background-color: hsla(24, 5%, 64%, 0.4);
}
.bg-warmgray-400\/45 {
    background-color: hsla(24, 5%, 64%, 0.45);
}
.bg-warmgray-400\/5 {
    background-color: hsla(24, 5%, 64%, 0.05);
}
.bg-warmgray-400\/50 {
    background-color: hsla(24, 5%, 64%, 0.5);
}
.bg-warmgray-400\/55 {
    background-color: hsla(24, 5%, 64%, 0.55);
}
.bg-warmgray-400\/60 {
    background-color: hsla(24, 5%, 64%, 0.6);
}
.bg-warmgray-400\/65 {
    background-color: hsla(24, 5%, 64%, 0.65);
}
.bg-warmgray-400\/70 {
    background-color: hsla(24, 5%, 64%, 0.7);
}
.bg-warmgray-400\/75 {
    background-color: hsla(24, 5%, 64%, 0.75);
}
.bg-warmgray-400\/80 {
    background-color: hsla(24, 5%, 64%, 0.8);
}
.bg-warmgray-400\/85 {
    background-color: hsla(24, 5%, 64%, 0.85);
}
.bg-warmgray-400\/90 {
    background-color: hsla(24, 5%, 64%, 0.9);
}
.bg-warmgray-400\/95 {
    background-color: hsla(24, 5%, 64%, 0.95);
}
.bg-warmgray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-50\/0 {
    background-color: hsla(60, 9%, 98%, 0);
}
.bg-warmgray-50\/10 {
    background-color: hsla(60, 9%, 98%, 0.1);
}
.bg-warmgray-50\/100 {
    background-color: #fafaf9;
}
.bg-warmgray-50\/15 {
    background-color: hsla(60, 9%, 98%, 0.15);
}
.bg-warmgray-50\/20 {
    background-color: hsla(60, 9%, 98%, 0.2);
}
.bg-warmgray-50\/25 {
    background-color: hsla(60, 9%, 98%, 0.25);
}
.bg-warmgray-50\/30 {
    background-color: hsla(60, 9%, 98%, 0.3);
}
.bg-warmgray-50\/35 {
    background-color: hsla(60, 9%, 98%, 0.35);
}
.bg-warmgray-50\/40 {
    background-color: hsla(60, 9%, 98%, 0.4);
}
.bg-warmgray-50\/45 {
    background-color: hsla(60, 9%, 98%, 0.45);
}
.bg-warmgray-50\/5 {
    background-color: hsla(60, 9%, 98%, 0.05);
}
.bg-warmgray-50\/50 {
    background-color: hsla(60, 9%, 98%, 0.5);
}
.bg-warmgray-50\/55 {
    background-color: hsla(60, 9%, 98%, 0.55);
}
.bg-warmgray-50\/60 {
    background-color: hsla(60, 9%, 98%, 0.6);
}
.bg-warmgray-50\/65 {
    background-color: hsla(60, 9%, 98%, 0.65);
}
.bg-warmgray-50\/70 {
    background-color: hsla(60, 9%, 98%, 0.7);
}
.bg-warmgray-50\/75 {
    background-color: hsla(60, 9%, 98%, 0.75);
}
.bg-warmgray-50\/80 {
    background-color: hsla(60, 9%, 98%, 0.8);
}
.bg-warmgray-50\/85 {
    background-color: hsla(60, 9%, 98%, 0.85);
}
.bg-warmgray-50\/90 {
    background-color: hsla(60, 9%, 98%, 0.9);
}
.bg-warmgray-50\/95 {
    background-color: hsla(60, 9%, 98%, 0.95);
}
.bg-warmgray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-500\/0 {
    background-color: hsla(25, 5%, 45%, 0);
}
.bg-warmgray-500\/10 {
    background-color: hsla(25, 5%, 45%, 0.1);
}
.bg-warmgray-500\/100 {
    background-color: #78716c;
}
.bg-warmgray-500\/15 {
    background-color: hsla(25, 5%, 45%, 0.15);
}
.bg-warmgray-500\/20 {
    background-color: hsla(25, 5%, 45%, 0.2);
}
.bg-warmgray-500\/25 {
    background-color: hsla(25, 5%, 45%, 0.25);
}
.bg-warmgray-500\/30 {
    background-color: hsla(25, 5%, 45%, 0.3);
}
.bg-warmgray-500\/35 {
    background-color: hsla(25, 5%, 45%, 0.35);
}
.bg-warmgray-500\/40 {
    background-color: hsla(25, 5%, 45%, 0.4);
}
.bg-warmgray-500\/45 {
    background-color: hsla(25, 5%, 45%, 0.45);
}
.bg-warmgray-500\/5 {
    background-color: hsla(25, 5%, 45%, 0.05);
}
.bg-warmgray-500\/50 {
    background-color: hsla(25, 5%, 45%, 0.5);
}
.bg-warmgray-500\/55 {
    background-color: hsla(25, 5%, 45%, 0.55);
}
.bg-warmgray-500\/60 {
    background-color: hsla(25, 5%, 45%, 0.6);
}
.bg-warmgray-500\/65 {
    background-color: hsla(25, 5%, 45%, 0.65);
}
.bg-warmgray-500\/70 {
    background-color: hsla(25, 5%, 45%, 0.7);
}
.bg-warmgray-500\/75 {
    background-color: hsla(25, 5%, 45%, 0.75);
}
.bg-warmgray-500\/80 {
    background-color: hsla(25, 5%, 45%, 0.8);
}
.bg-warmgray-500\/85 {
    background-color: hsla(25, 5%, 45%, 0.85);
}
.bg-warmgray-500\/90 {
    background-color: hsla(25, 5%, 45%, 0.9);
}
.bg-warmgray-500\/95 {
    background-color: hsla(25, 5%, 45%, 0.95);
}
.bg-warmgray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-600\/0 {
    background-color: rgba(87, 83, 78, 0);
}
.bg-warmgray-600\/10 {
    background-color: rgba(87, 83, 78, 0.1);
}
.bg-warmgray-600\/100 {
    background-color: #57534e;
}
.bg-warmgray-600\/15 {
    background-color: rgba(87, 83, 78, 0.15);
}
.bg-warmgray-600\/20 {
    background-color: rgba(87, 83, 78, 0.2);
}
.bg-warmgray-600\/25 {
    background-color: rgba(87, 83, 78, 0.25);
}
.bg-warmgray-600\/30 {
    background-color: rgba(87, 83, 78, 0.3);
}
.bg-warmgray-600\/35 {
    background-color: rgba(87, 83, 78, 0.35);
}
.bg-warmgray-600\/40 {
    background-color: rgba(87, 83, 78, 0.4);
}
.bg-warmgray-600\/45 {
    background-color: rgba(87, 83, 78, 0.45);
}
.bg-warmgray-600\/5 {
    background-color: rgba(87, 83, 78, 0.05);
}
.bg-warmgray-600\/50 {
    background-color: rgba(87, 83, 78, 0.5);
}
.bg-warmgray-600\/55 {
    background-color: rgba(87, 83, 78, 0.55);
}
.bg-warmgray-600\/60 {
    background-color: rgba(87, 83, 78, 0.6);
}
.bg-warmgray-600\/65 {
    background-color: rgba(87, 83, 78, 0.65);
}
.bg-warmgray-600\/70 {
    background-color: rgba(87, 83, 78, 0.7);
}
.bg-warmgray-600\/75 {
    background-color: rgba(87, 83, 78, 0.75);
}
.bg-warmgray-600\/80 {
    background-color: rgba(87, 83, 78, 0.8);
}
.bg-warmgray-600\/85 {
    background-color: rgba(87, 83, 78, 0.85);
}
.bg-warmgray-600\/90 {
    background-color: rgba(87, 83, 78, 0.9);
}
.bg-warmgray-600\/95 {
    background-color: rgba(87, 83, 78, 0.95);
}
.bg-warmgray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-700\/0 {
    background-color: rgba(68, 64, 60, 0);
}
.bg-warmgray-700\/10 {
    background-color: rgba(68, 64, 60, 0.1);
}
.bg-warmgray-700\/100 {
    background-color: #44403c;
}
.bg-warmgray-700\/15 {
    background-color: rgba(68, 64, 60, 0.15);
}
.bg-warmgray-700\/20 {
    background-color: rgba(68, 64, 60, 0.2);
}
.bg-warmgray-700\/25 {
    background-color: rgba(68, 64, 60, 0.25);
}
.bg-warmgray-700\/30 {
    background-color: rgba(68, 64, 60, 0.3);
}
.bg-warmgray-700\/35 {
    background-color: rgba(68, 64, 60, 0.35);
}
.bg-warmgray-700\/40 {
    background-color: rgba(68, 64, 60, 0.4);
}
.bg-warmgray-700\/45 {
    background-color: rgba(68, 64, 60, 0.45);
}
.bg-warmgray-700\/5 {
    background-color: rgba(68, 64, 60, 0.05);
}
.bg-warmgray-700\/50 {
    background-color: rgba(68, 64, 60, 0.5);
}
.bg-warmgray-700\/55 {
    background-color: rgba(68, 64, 60, 0.55);
}
.bg-warmgray-700\/60 {
    background-color: rgba(68, 64, 60, 0.6);
}
.bg-warmgray-700\/65 {
    background-color: rgba(68, 64, 60, 0.65);
}
.bg-warmgray-700\/70 {
    background-color: rgba(68, 64, 60, 0.7);
}
.bg-warmgray-700\/75 {
    background-color: rgba(68, 64, 60, 0.75);
}
.bg-warmgray-700\/80 {
    background-color: rgba(68, 64, 60, 0.8);
}
.bg-warmgray-700\/85 {
    background-color: rgba(68, 64, 60, 0.85);
}
.bg-warmgray-700\/90 {
    background-color: rgba(68, 64, 60, 0.9);
}
.bg-warmgray-700\/95 {
    background-color: rgba(68, 64, 60, 0.95);
}
.bg-warmgray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-800\/0 {
    background-color: rgba(41, 37, 36, 0);
}
.bg-warmgray-800\/10 {
    background-color: rgba(41, 37, 36, 0.1);
}
.bg-warmgray-800\/100 {
    background-color: #292524;
}
.bg-warmgray-800\/15 {
    background-color: rgba(41, 37, 36, 0.15);
}
.bg-warmgray-800\/20 {
    background-color: rgba(41, 37, 36, 0.2);
}
.bg-warmgray-800\/25 {
    background-color: rgba(41, 37, 36, 0.25);
}
.bg-warmgray-800\/30 {
    background-color: rgba(41, 37, 36, 0.3);
}
.bg-warmgray-800\/35 {
    background-color: rgba(41, 37, 36, 0.35);
}
.bg-warmgray-800\/40 {
    background-color: rgba(41, 37, 36, 0.4);
}
.bg-warmgray-800\/45 {
    background-color: rgba(41, 37, 36, 0.45);
}
.bg-warmgray-800\/5 {
    background-color: rgba(41, 37, 36, 0.05);
}
.bg-warmgray-800\/50 {
    background-color: rgba(41, 37, 36, 0.5);
}
.bg-warmgray-800\/55 {
    background-color: rgba(41, 37, 36, 0.55);
}
.bg-warmgray-800\/60 {
    background-color: rgba(41, 37, 36, 0.6);
}
.bg-warmgray-800\/65 {
    background-color: rgba(41, 37, 36, 0.65);
}
.bg-warmgray-800\/70 {
    background-color: rgba(41, 37, 36, 0.7);
}
.bg-warmgray-800\/75 {
    background-color: rgba(41, 37, 36, 0.75);
}
.bg-warmgray-800\/80 {
    background-color: rgba(41, 37, 36, 0.8);
}
.bg-warmgray-800\/85 {
    background-color: rgba(41, 37, 36, 0.85);
}
.bg-warmgray-800\/90 {
    background-color: rgba(41, 37, 36, 0.9);
}
.bg-warmgray-800\/95 {
    background-color: rgba(41, 37, 36, 0.95);
}
.bg-warmgray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.bg-warmgray-900\/0 {
    background-color: rgba(28, 25, 23, 0);
}
.bg-warmgray-900\/10 {
    background-color: rgba(28, 25, 23, 0.1);
}
.bg-warmgray-900\/100 {
    background-color: #1c1917;
}
.bg-warmgray-900\/15 {
    background-color: rgba(28, 25, 23, 0.15);
}
.bg-warmgray-900\/20 {
    background-color: rgba(28, 25, 23, 0.2);
}
.bg-warmgray-900\/25 {
    background-color: rgba(28, 25, 23, 0.25);
}
.bg-warmgray-900\/30 {
    background-color: rgba(28, 25, 23, 0.3);
}
.bg-warmgray-900\/35 {
    background-color: rgba(28, 25, 23, 0.35);
}
.bg-warmgray-900\/40 {
    background-color: rgba(28, 25, 23, 0.4);
}
.bg-warmgray-900\/45 {
    background-color: rgba(28, 25, 23, 0.45);
}
.bg-warmgray-900\/5 {
    background-color: rgba(28, 25, 23, 0.05);
}
.bg-warmgray-900\/50 {
    background-color: rgba(28, 25, 23, 0.5);
}
.bg-warmgray-900\/55 {
    background-color: rgba(28, 25, 23, 0.55);
}
.bg-warmgray-900\/60 {
    background-color: rgba(28, 25, 23, 0.6);
}
.bg-warmgray-900\/65 {
    background-color: rgba(28, 25, 23, 0.65);
}
.bg-warmgray-900\/70 {
    background-color: rgba(28, 25, 23, 0.7);
}
.bg-warmgray-900\/75 {
    background-color: rgba(28, 25, 23, 0.75);
}
.bg-warmgray-900\/80 {
    background-color: rgba(28, 25, 23, 0.8);
}
.bg-warmgray-900\/85 {
    background-color: rgba(28, 25, 23, 0.85);
}
.bg-warmgray-900\/90 {
    background-color: rgba(28, 25, 23, 0.9);
}
.bg-warmgray-900\/95 {
    background-color: rgba(28, 25, 23, 0.95);
}
.bg-warmgreen-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(223 250 149 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-100\/0 {
    background-color: hsla(76, 91%, 78%, 0);
}
.bg-warmgreen-100\/10 {
    background-color: hsla(76, 91%, 78%, 0.1);
}
.bg-warmgreen-100\/100 {
    background-color: #dffa95;
}
.bg-warmgreen-100\/15 {
    background-color: hsla(76, 91%, 78%, 0.15);
}
.bg-warmgreen-100\/20 {
    background-color: hsla(76, 91%, 78%, 0.2);
}
.bg-warmgreen-100\/25 {
    background-color: hsla(76, 91%, 78%, 0.25);
}
.bg-warmgreen-100\/30 {
    background-color: hsla(76, 91%, 78%, 0.3);
}
.bg-warmgreen-100\/35 {
    background-color: hsla(76, 91%, 78%, 0.35);
}
.bg-warmgreen-100\/40 {
    background-color: hsla(76, 91%, 78%, 0.4);
}
.bg-warmgreen-100\/45 {
    background-color: hsla(76, 91%, 78%, 0.45);
}
.bg-warmgreen-100\/5 {
    background-color: hsla(76, 91%, 78%, 0.05);
}
.bg-warmgreen-100\/50 {
    background-color: hsla(76, 91%, 78%, 0.5);
}
.bg-warmgreen-100\/55 {
    background-color: hsla(76, 91%, 78%, 0.55);
}
.bg-warmgreen-100\/60 {
    background-color: hsla(76, 91%, 78%, 0.6);
}
.bg-warmgreen-100\/65 {
    background-color: hsla(76, 91%, 78%, 0.65);
}
.bg-warmgreen-100\/70 {
    background-color: hsla(76, 91%, 78%, 0.7);
}
.bg-warmgreen-100\/75 {
    background-color: hsla(76, 91%, 78%, 0.75);
}
.bg-warmgreen-100\/80 {
    background-color: hsla(76, 91%, 78%, 0.8);
}
.bg-warmgreen-100\/85 {
    background-color: hsla(76, 91%, 78%, 0.85);
}
.bg-warmgreen-100\/90 {
    background-color: hsla(76, 91%, 78%, 0.9);
}
.bg-warmgreen-100\/95 {
    background-color: hsla(76, 91%, 78%, 0.95);
}
.bg-warmgreen-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(213 240 139 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-200\/0 {
    background-color: hsla(76, 77%, 74%, 0);
}
.bg-warmgreen-200\/10 {
    background-color: hsla(76, 77%, 74%, 0.1);
}
.bg-warmgreen-200\/100 {
    background-color: #d5f08b;
}
.bg-warmgreen-200\/15 {
    background-color: hsla(76, 77%, 74%, 0.15);
}
.bg-warmgreen-200\/20 {
    background-color: hsla(76, 77%, 74%, 0.2);
}
.bg-warmgreen-200\/25 {
    background-color: hsla(76, 77%, 74%, 0.25);
}
.bg-warmgreen-200\/30 {
    background-color: hsla(76, 77%, 74%, 0.3);
}
.bg-warmgreen-200\/35 {
    background-color: hsla(76, 77%, 74%, 0.35);
}
.bg-warmgreen-200\/40 {
    background-color: hsla(76, 77%, 74%, 0.4);
}
.bg-warmgreen-200\/45 {
    background-color: hsla(76, 77%, 74%, 0.45);
}
.bg-warmgreen-200\/5 {
    background-color: hsla(76, 77%, 74%, 0.05);
}
.bg-warmgreen-200\/50 {
    background-color: hsla(76, 77%, 74%, 0.5);
}
.bg-warmgreen-200\/55 {
    background-color: hsla(76, 77%, 74%, 0.55);
}
.bg-warmgreen-200\/60 {
    background-color: hsla(76, 77%, 74%, 0.6);
}
.bg-warmgreen-200\/65 {
    background-color: hsla(76, 77%, 74%, 0.65);
}
.bg-warmgreen-200\/70 {
    background-color: hsla(76, 77%, 74%, 0.7);
}
.bg-warmgreen-200\/75 {
    background-color: hsla(76, 77%, 74%, 0.75);
}
.bg-warmgreen-200\/80 {
    background-color: hsla(76, 77%, 74%, 0.8);
}
.bg-warmgreen-200\/85 {
    background-color: hsla(76, 77%, 74%, 0.85);
}
.bg-warmgreen-200\/90 {
    background-color: hsla(76, 77%, 74%, 0.9);
}
.bg-warmgreen-200\/95 {
    background-color: hsla(76, 77%, 74%, 0.95);
}
.bg-warmgreen-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 230 129 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-300\/0 {
    background-color: hsla(76, 67%, 70%, 0);
}
.bg-warmgreen-300\/10 {
    background-color: hsla(76, 67%, 70%, 0.1);
}
.bg-warmgreen-300\/100 {
    background-color: #cbe681;
}
.bg-warmgreen-300\/15 {
    background-color: hsla(76, 67%, 70%, 0.15);
}
.bg-warmgreen-300\/20 {
    background-color: hsla(76, 67%, 70%, 0.2);
}
.bg-warmgreen-300\/25 {
    background-color: hsla(76, 67%, 70%, 0.25);
}
.bg-warmgreen-300\/30 {
    background-color: hsla(76, 67%, 70%, 0.3);
}
.bg-warmgreen-300\/35 {
    background-color: hsla(76, 67%, 70%, 0.35);
}
.bg-warmgreen-300\/40 {
    background-color: hsla(76, 67%, 70%, 0.4);
}
.bg-warmgreen-300\/45 {
    background-color: hsla(76, 67%, 70%, 0.45);
}
.bg-warmgreen-300\/5 {
    background-color: hsla(76, 67%, 70%, 0.05);
}
.bg-warmgreen-300\/50 {
    background-color: hsla(76, 67%, 70%, 0.5);
}
.bg-warmgreen-300\/55 {
    background-color: hsla(76, 67%, 70%, 0.55);
}
.bg-warmgreen-300\/60 {
    background-color: hsla(76, 67%, 70%, 0.6);
}
.bg-warmgreen-300\/65 {
    background-color: hsla(76, 67%, 70%, 0.65);
}
.bg-warmgreen-300\/70 {
    background-color: hsla(76, 67%, 70%, 0.7);
}
.bg-warmgreen-300\/75 {
    background-color: hsla(76, 67%, 70%, 0.75);
}
.bg-warmgreen-300\/80 {
    background-color: hsla(76, 67%, 70%, 0.8);
}
.bg-warmgreen-300\/85 {
    background-color: hsla(76, 67%, 70%, 0.85);
}
.bg-warmgreen-300\/90 {
    background-color: hsla(76, 67%, 70%, 0.9);
}
.bg-warmgreen-300\/95 {
    background-color: hsla(76, 67%, 70%, 0.95);
}
.bg-warmgreen-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(193 220 119 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-400\/0 {
    background-color: hsla(76, 59%, 66%, 0);
}
.bg-warmgreen-400\/10 {
    background-color: hsla(76, 59%, 66%, 0.1);
}
.bg-warmgreen-400\/100 {
    background-color: #c1dc77;
}
.bg-warmgreen-400\/15 {
    background-color: hsla(76, 59%, 66%, 0.15);
}
.bg-warmgreen-400\/20 {
    background-color: hsla(76, 59%, 66%, 0.2);
}
.bg-warmgreen-400\/25 {
    background-color: hsla(76, 59%, 66%, 0.25);
}
.bg-warmgreen-400\/30 {
    background-color: hsla(76, 59%, 66%, 0.3);
}
.bg-warmgreen-400\/35 {
    background-color: hsla(76, 59%, 66%, 0.35);
}
.bg-warmgreen-400\/40 {
    background-color: hsla(76, 59%, 66%, 0.4);
}
.bg-warmgreen-400\/45 {
    background-color: hsla(76, 59%, 66%, 0.45);
}
.bg-warmgreen-400\/5 {
    background-color: hsla(76, 59%, 66%, 0.05);
}
.bg-warmgreen-400\/50 {
    background-color: hsla(76, 59%, 66%, 0.5);
}
.bg-warmgreen-400\/55 {
    background-color: hsla(76, 59%, 66%, 0.55);
}
.bg-warmgreen-400\/60 {
    background-color: hsla(76, 59%, 66%, 0.6);
}
.bg-warmgreen-400\/65 {
    background-color: hsla(76, 59%, 66%, 0.65);
}
.bg-warmgreen-400\/70 {
    background-color: hsla(76, 59%, 66%, 0.7);
}
.bg-warmgreen-400\/75 {
    background-color: hsla(76, 59%, 66%, 0.75);
}
.bg-warmgreen-400\/80 {
    background-color: hsla(76, 59%, 66%, 0.8);
}
.bg-warmgreen-400\/85 {
    background-color: hsla(76, 59%, 66%, 0.85);
}
.bg-warmgreen-400\/90 {
    background-color: hsla(76, 59%, 66%, 0.9);
}
.bg-warmgreen-400\/95 {
    background-color: hsla(76, 59%, 66%, 0.95);
}
.bg-warmgreen-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 255 159 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-50\/0 {
    background-color: rgba(233, 255, 159, 0);
}
.bg-warmgreen-50\/10 {
    background-color: rgba(233, 255, 159, 0.1);
}
.bg-warmgreen-50\/100 {
    background-color: #e9ff9f;
}
.bg-warmgreen-50\/15 {
    background-color: rgba(233, 255, 159, 0.15);
}
.bg-warmgreen-50\/20 {
    background-color: rgba(233, 255, 159, 0.2);
}
.bg-warmgreen-50\/25 {
    background-color: rgba(233, 255, 159, 0.25);
}
.bg-warmgreen-50\/30 {
    background-color: rgba(233, 255, 159, 0.3);
}
.bg-warmgreen-50\/35 {
    background-color: rgba(233, 255, 159, 0.35);
}
.bg-warmgreen-50\/40 {
    background-color: rgba(233, 255, 159, 0.4);
}
.bg-warmgreen-50\/45 {
    background-color: rgba(233, 255, 159, 0.45);
}
.bg-warmgreen-50\/5 {
    background-color: rgba(233, 255, 159, 0.05);
}
.bg-warmgreen-50\/50 {
    background-color: rgba(233, 255, 159, 0.5);
}
.bg-warmgreen-50\/55 {
    background-color: rgba(233, 255, 159, 0.55);
}
.bg-warmgreen-50\/60 {
    background-color: rgba(233, 255, 159, 0.6);
}
.bg-warmgreen-50\/65 {
    background-color: rgba(233, 255, 159, 0.65);
}
.bg-warmgreen-50\/70 {
    background-color: rgba(233, 255, 159, 0.7);
}
.bg-warmgreen-50\/75 {
    background-color: rgba(233, 255, 159, 0.75);
}
.bg-warmgreen-50\/80 {
    background-color: rgba(233, 255, 159, 0.8);
}
.bg-warmgreen-50\/85 {
    background-color: rgba(233, 255, 159, 0.85);
}
.bg-warmgreen-50\/90 {
    background-color: rgba(233, 255, 159, 0.9);
}
.bg-warmgreen-50\/95 {
    background-color: rgba(233, 255, 159, 0.95);
}
.bg-warmgreen-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 210 109 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-500\/0 {
    background-color: hsla(76, 53%, 63%, 0);
}
.bg-warmgreen-500\/10 {
    background-color: hsla(76, 53%, 63%, 0.1);
}
.bg-warmgreen-500\/100 {
    background-color: #b7d26d;
}
.bg-warmgreen-500\/15 {
    background-color: hsla(76, 53%, 63%, 0.15);
}
.bg-warmgreen-500\/20 {
    background-color: hsla(76, 53%, 63%, 0.2);
}
.bg-warmgreen-500\/25 {
    background-color: hsla(76, 53%, 63%, 0.25);
}
.bg-warmgreen-500\/30 {
    background-color: hsla(76, 53%, 63%, 0.3);
}
.bg-warmgreen-500\/35 {
    background-color: hsla(76, 53%, 63%, 0.35);
}
.bg-warmgreen-500\/40 {
    background-color: hsla(76, 53%, 63%, 0.4);
}
.bg-warmgreen-500\/45 {
    background-color: hsla(76, 53%, 63%, 0.45);
}
.bg-warmgreen-500\/5 {
    background-color: hsla(76, 53%, 63%, 0.05);
}
.bg-warmgreen-500\/50 {
    background-color: hsla(76, 53%, 63%, 0.5);
}
.bg-warmgreen-500\/55 {
    background-color: hsla(76, 53%, 63%, 0.55);
}
.bg-warmgreen-500\/60 {
    background-color: hsla(76, 53%, 63%, 0.6);
}
.bg-warmgreen-500\/65 {
    background-color: hsla(76, 53%, 63%, 0.65);
}
.bg-warmgreen-500\/70 {
    background-color: hsla(76, 53%, 63%, 0.7);
}
.bg-warmgreen-500\/75 {
    background-color: hsla(76, 53%, 63%, 0.75);
}
.bg-warmgreen-500\/80 {
    background-color: hsla(76, 53%, 63%, 0.8);
}
.bg-warmgreen-500\/85 {
    background-color: hsla(76, 53%, 63%, 0.85);
}
.bg-warmgreen-500\/90 {
    background-color: hsla(76, 53%, 63%, 0.9);
}
.bg-warmgreen-500\/95 {
    background-color: hsla(76, 53%, 63%, 0.95);
}
.bg-warmgreen-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(173 200 99 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-600\/0 {
    background-color: rgba(173, 200, 99, 0);
}
.bg-warmgreen-600\/10 {
    background-color: rgba(173, 200, 99, 0.1);
}
.bg-warmgreen-600\/100 {
    background-color: #adc863;
}
.bg-warmgreen-600\/15 {
    background-color: rgba(173, 200, 99, 0.15);
}
.bg-warmgreen-600\/20 {
    background-color: rgba(173, 200, 99, 0.2);
}
.bg-warmgreen-600\/25 {
    background-color: rgba(173, 200, 99, 0.25);
}
.bg-warmgreen-600\/30 {
    background-color: rgba(173, 200, 99, 0.3);
}
.bg-warmgreen-600\/35 {
    background-color: rgba(173, 200, 99, 0.35);
}
.bg-warmgreen-600\/40 {
    background-color: rgba(173, 200, 99, 0.4);
}
.bg-warmgreen-600\/45 {
    background-color: rgba(173, 200, 99, 0.45);
}
.bg-warmgreen-600\/5 {
    background-color: rgba(173, 200, 99, 0.05);
}
.bg-warmgreen-600\/50 {
    background-color: rgba(173, 200, 99, 0.5);
}
.bg-warmgreen-600\/55 {
    background-color: rgba(173, 200, 99, 0.55);
}
.bg-warmgreen-600\/60 {
    background-color: rgba(173, 200, 99, 0.6);
}
.bg-warmgreen-600\/65 {
    background-color: rgba(173, 200, 99, 0.65);
}
.bg-warmgreen-600\/70 {
    background-color: rgba(173, 200, 99, 0.7);
}
.bg-warmgreen-600\/75 {
    background-color: rgba(173, 200, 99, 0.75);
}
.bg-warmgreen-600\/80 {
    background-color: rgba(173, 200, 99, 0.8);
}
.bg-warmgreen-600\/85 {
    background-color: rgba(173, 200, 99, 0.85);
}
.bg-warmgreen-600\/90 {
    background-color: rgba(173, 200, 99, 0.9);
}
.bg-warmgreen-600\/95 {
    background-color: rgba(173, 200, 99, 0.95);
}
.bg-warmgreen-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 190 89 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-700\/0 {
    background-color: rgba(163, 190, 89, 0);
}
.bg-warmgreen-700\/10 {
    background-color: rgba(163, 190, 89, 0.1);
}
.bg-warmgreen-700\/100 {
    background-color: #a3be59;
}
.bg-warmgreen-700\/15 {
    background-color: rgba(163, 190, 89, 0.15);
}
.bg-warmgreen-700\/20 {
    background-color: rgba(163, 190, 89, 0.2);
}
.bg-warmgreen-700\/25 {
    background-color: rgba(163, 190, 89, 0.25);
}
.bg-warmgreen-700\/30 {
    background-color: rgba(163, 190, 89, 0.3);
}
.bg-warmgreen-700\/35 {
    background-color: rgba(163, 190, 89, 0.35);
}
.bg-warmgreen-700\/40 {
    background-color: rgba(163, 190, 89, 0.4);
}
.bg-warmgreen-700\/45 {
    background-color: rgba(163, 190, 89, 0.45);
}
.bg-warmgreen-700\/5 {
    background-color: rgba(163, 190, 89, 0.05);
}
.bg-warmgreen-700\/50 {
    background-color: rgba(163, 190, 89, 0.5);
}
.bg-warmgreen-700\/55 {
    background-color: rgba(163, 190, 89, 0.55);
}
.bg-warmgreen-700\/60 {
    background-color: rgba(163, 190, 89, 0.6);
}
.bg-warmgreen-700\/65 {
    background-color: rgba(163, 190, 89, 0.65);
}
.bg-warmgreen-700\/70 {
    background-color: rgba(163, 190, 89, 0.7);
}
.bg-warmgreen-700\/75 {
    background-color: rgba(163, 190, 89, 0.75);
}
.bg-warmgreen-700\/80 {
    background-color: rgba(163, 190, 89, 0.8);
}
.bg-warmgreen-700\/85 {
    background-color: rgba(163, 190, 89, 0.85);
}
.bg-warmgreen-700\/90 {
    background-color: rgba(163, 190, 89, 0.9);
}
.bg-warmgreen-700\/95 {
    background-color: rgba(163, 190, 89, 0.95);
}
.bg-warmgreen-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(98 119 95 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-800\/0 {
    background-color: rgba(98, 119, 95, 0);
}
.bg-warmgreen-800\/10 {
    background-color: rgba(98, 119, 95, 0.1);
}
.bg-warmgreen-800\/100 {
    background-color: #62775f;
}
.bg-warmgreen-800\/15 {
    background-color: rgba(98, 119, 95, 0.15);
}
.bg-warmgreen-800\/20 {
    background-color: rgba(98, 119, 95, 0.2);
}
.bg-warmgreen-800\/25 {
    background-color: rgba(98, 119, 95, 0.25);
}
.bg-warmgreen-800\/30 {
    background-color: rgba(98, 119, 95, 0.3);
}
.bg-warmgreen-800\/35 {
    background-color: rgba(98, 119, 95, 0.35);
}
.bg-warmgreen-800\/40 {
    background-color: rgba(98, 119, 95, 0.4);
}
.bg-warmgreen-800\/45 {
    background-color: rgba(98, 119, 95, 0.45);
}
.bg-warmgreen-800\/5 {
    background-color: rgba(98, 119, 95, 0.05);
}
.bg-warmgreen-800\/50 {
    background-color: rgba(98, 119, 95, 0.5);
}
.bg-warmgreen-800\/55 {
    background-color: rgba(98, 119, 95, 0.55);
}
.bg-warmgreen-800\/60 {
    background-color: rgba(98, 119, 95, 0.6);
}
.bg-warmgreen-800\/65 {
    background-color: rgba(98, 119, 95, 0.65);
}
.bg-warmgreen-800\/70 {
    background-color: rgba(98, 119, 95, 0.7);
}
.bg-warmgreen-800\/75 {
    background-color: rgba(98, 119, 95, 0.75);
}
.bg-warmgreen-800\/80 {
    background-color: rgba(98, 119, 95, 0.8);
}
.bg-warmgreen-800\/85 {
    background-color: rgba(98, 119, 95, 0.85);
}
.bg-warmgreen-800\/90 {
    background-color: rgba(98, 119, 95, 0.9);
}
.bg-warmgreen-800\/95 {
    background-color: rgba(98, 119, 95, 0.95);
}
.bg-warmgreen-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(143 170 69 / var(--tw-bg-opacity, 1));
}
.bg-warmgreen-900\/0 {
    background-color: rgba(143, 170, 69, 0);
}
.bg-warmgreen-900\/10 {
    background-color: rgba(143, 170, 69, 0.1);
}
.bg-warmgreen-900\/100 {
    background-color: #8faa45;
}
.bg-warmgreen-900\/15 {
    background-color: rgba(143, 170, 69, 0.15);
}
.bg-warmgreen-900\/20 {
    background-color: rgba(143, 170, 69, 0.2);
}
.bg-warmgreen-900\/25 {
    background-color: rgba(143, 170, 69, 0.25);
}
.bg-warmgreen-900\/30 {
    background-color: rgba(143, 170, 69, 0.3);
}
.bg-warmgreen-900\/35 {
    background-color: rgba(143, 170, 69, 0.35);
}
.bg-warmgreen-900\/40 {
    background-color: rgba(143, 170, 69, 0.4);
}
.bg-warmgreen-900\/45 {
    background-color: rgba(143, 170, 69, 0.45);
}
.bg-warmgreen-900\/5 {
    background-color: rgba(143, 170, 69, 0.05);
}
.bg-warmgreen-900\/50 {
    background-color: rgba(143, 170, 69, 0.5);
}
.bg-warmgreen-900\/55 {
    background-color: rgba(143, 170, 69, 0.55);
}
.bg-warmgreen-900\/60 {
    background-color: rgba(143, 170, 69, 0.6);
}
.bg-warmgreen-900\/65 {
    background-color: rgba(143, 170, 69, 0.65);
}
.bg-warmgreen-900\/70 {
    background-color: rgba(143, 170, 69, 0.7);
}
.bg-warmgreen-900\/75 {
    background-color: rgba(143, 170, 69, 0.75);
}
.bg-warmgreen-900\/80 {
    background-color: rgba(143, 170, 69, 0.8);
}
.bg-warmgreen-900\/85 {
    background-color: rgba(143, 170, 69, 0.85);
}
.bg-warmgreen-900\/90 {
    background-color: rgba(143, 170, 69, 0.9);
}
.bg-warmgreen-900\/95 {
    background-color: rgba(143, 170, 69, 0.95);
}
.bg-warning-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-warning-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-warning-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-white\/20 {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-white\/50 {
    background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-white\/75 {
    background-color: hsla(0, 0%, 100%, 0.75);
}
.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100\/0 {
    background-color: hsla(48, 96%, 89%, 0);
}
.bg-yellow-100\/10 {
    background-color: hsla(48, 96%, 89%, 0.1);
}
.bg-yellow-100\/100 {
    background-color: #fef3c7;
}
.bg-yellow-100\/15 {
    background-color: hsla(48, 96%, 89%, 0.15);
}
.bg-yellow-100\/20 {
    background-color: hsla(48, 96%, 89%, 0.2);
}
.bg-yellow-100\/25 {
    background-color: hsla(48, 96%, 89%, 0.25);
}
.bg-yellow-100\/30 {
    background-color: hsla(48, 96%, 89%, 0.3);
}
.bg-yellow-100\/35 {
    background-color: hsla(48, 96%, 89%, 0.35);
}
.bg-yellow-100\/40 {
    background-color: hsla(48, 96%, 89%, 0.4);
}
.bg-yellow-100\/45 {
    background-color: hsla(48, 96%, 89%, 0.45);
}
.bg-yellow-100\/5 {
    background-color: hsla(48, 96%, 89%, 0.05);
}
.bg-yellow-100\/50 {
    background-color: hsla(48, 96%, 89%, 0.5);
}
.bg-yellow-100\/55 {
    background-color: hsla(48, 96%, 89%, 0.55);
}
.bg-yellow-100\/60 {
    background-color: hsla(48, 96%, 89%, 0.6);
}
.bg-yellow-100\/65 {
    background-color: hsla(48, 96%, 89%, 0.65);
}
.bg-yellow-100\/70 {
    background-color: hsla(48, 96%, 89%, 0.7);
}
.bg-yellow-100\/75 {
    background-color: hsla(48, 96%, 89%, 0.75);
}
.bg-yellow-100\/80 {
    background-color: hsla(48, 96%, 89%, 0.8);
}
.bg-yellow-100\/85 {
    background-color: hsla(48, 96%, 89%, 0.85);
}
.bg-yellow-100\/90 {
    background-color: hsla(48, 96%, 89%, 0.9);
}
.bg-yellow-100\/95 {
    background-color: hsla(48, 96%, 89%, 0.95);
}
.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200\/0 {
    background-color: hsla(48, 97%, 77%, 0);
}
.bg-yellow-200\/10 {
    background-color: hsla(48, 97%, 77%, 0.1);
}
.bg-yellow-200\/100 {
    background-color: #fde68a;
}
.bg-yellow-200\/15 {
    background-color: hsla(48, 97%, 77%, 0.15);
}
.bg-yellow-200\/20 {
    background-color: hsla(48, 97%, 77%, 0.2);
}
.bg-yellow-200\/25 {
    background-color: hsla(48, 97%, 77%, 0.25);
}
.bg-yellow-200\/30 {
    background-color: hsla(48, 97%, 77%, 0.3);
}
.bg-yellow-200\/35 {
    background-color: hsla(48, 97%, 77%, 0.35);
}
.bg-yellow-200\/40 {
    background-color: hsla(48, 97%, 77%, 0.4);
}
.bg-yellow-200\/45 {
    background-color: hsla(48, 97%, 77%, 0.45);
}
.bg-yellow-200\/5 {
    background-color: hsla(48, 97%, 77%, 0.05);
}
.bg-yellow-200\/50 {
    background-color: hsla(48, 97%, 77%, 0.5);
}
.bg-yellow-200\/55 {
    background-color: hsla(48, 97%, 77%, 0.55);
}
.bg-yellow-200\/60 {
    background-color: hsla(48, 97%, 77%, 0.6);
}
.bg-yellow-200\/65 {
    background-color: hsla(48, 97%, 77%, 0.65);
}
.bg-yellow-200\/70 {
    background-color: hsla(48, 97%, 77%, 0.7);
}
.bg-yellow-200\/75 {
    background-color: hsla(48, 97%, 77%, 0.75);
}
.bg-yellow-200\/80 {
    background-color: hsla(48, 97%, 77%, 0.8);
}
.bg-yellow-200\/85 {
    background-color: hsla(48, 97%, 77%, 0.85);
}
.bg-yellow-200\/90 {
    background-color: hsla(48, 97%, 77%, 0.9);
}
.bg-yellow-200\/95 {
    background-color: hsla(48, 97%, 77%, 0.95);
}
.bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300\/0 {
    background-color: rgba(252, 211, 77, 0);
}
.bg-yellow-300\/10 {
    background-color: rgba(252, 211, 77, 0.1);
}
.bg-yellow-300\/100 {
    background-color: #fcd34d;
}
.bg-yellow-300\/15 {
    background-color: rgba(252, 211, 77, 0.15);
}
.bg-yellow-300\/20 {
    background-color: rgba(252, 211, 77, 0.2);
}
.bg-yellow-300\/25 {
    background-color: rgba(252, 211, 77, 0.25);
}
.bg-yellow-300\/30 {
    background-color: rgba(252, 211, 77, 0.3);
}
.bg-yellow-300\/35 {
    background-color: rgba(252, 211, 77, 0.35);
}
.bg-yellow-300\/40 {
    background-color: rgba(252, 211, 77, 0.4);
}
.bg-yellow-300\/45 {
    background-color: rgba(252, 211, 77, 0.45);
}
.bg-yellow-300\/5 {
    background-color: rgba(252, 211, 77, 0.05);
}
.bg-yellow-300\/50 {
    background-color: rgba(252, 211, 77, 0.5);
}
.bg-yellow-300\/55 {
    background-color: rgba(252, 211, 77, 0.55);
}
.bg-yellow-300\/60 {
    background-color: rgba(252, 211, 77, 0.6);
}
.bg-yellow-300\/65 {
    background-color: rgba(252, 211, 77, 0.65);
}
.bg-yellow-300\/70 {
    background-color: rgba(252, 211, 77, 0.7);
}
.bg-yellow-300\/75 {
    background-color: rgba(252, 211, 77, 0.75);
}
.bg-yellow-300\/80 {
    background-color: rgba(252, 211, 77, 0.8);
}
.bg-yellow-300\/85 {
    background-color: rgba(252, 211, 77, 0.85);
}
.bg-yellow-300\/90 {
    background-color: rgba(252, 211, 77, 0.9);
}
.bg-yellow-300\/95 {
    background-color: rgba(252, 211, 77, 0.95);
}
.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/0 {
    background-color: rgba(251, 191, 36, 0);
}
.bg-yellow-400\/10 {
    background-color: rgba(251, 191, 36, 0.1);
}
.bg-yellow-400\/100 {
    background-color: #fbbf24;
}
.bg-yellow-400\/15 {
    background-color: rgba(251, 191, 36, 0.15);
}
.bg-yellow-400\/20 {
    background-color: rgba(251, 191, 36, 0.2);
}
.bg-yellow-400\/25 {
    background-color: rgba(251, 191, 36, 0.25);
}
.bg-yellow-400\/30 {
    background-color: rgba(251, 191, 36, 0.3);
}
.bg-yellow-400\/35 {
    background-color: rgba(251, 191, 36, 0.35);
}
.bg-yellow-400\/40 {
    background-color: rgba(251, 191, 36, 0.4);
}
.bg-yellow-400\/45 {
    background-color: rgba(251, 191, 36, 0.45);
}
.bg-yellow-400\/5 {
    background-color: rgba(251, 191, 36, 0.05);
}
.bg-yellow-400\/50 {
    background-color: rgba(251, 191, 36, 0.5);
}
.bg-yellow-400\/55 {
    background-color: rgba(251, 191, 36, 0.55);
}
.bg-yellow-400\/60 {
    background-color: rgba(251, 191, 36, 0.6);
}
.bg-yellow-400\/65 {
    background-color: rgba(251, 191, 36, 0.65);
}
.bg-yellow-400\/70 {
    background-color: rgba(251, 191, 36, 0.7);
}
.bg-yellow-400\/75 {
    background-color: rgba(251, 191, 36, 0.75);
}
.bg-yellow-400\/80 {
    background-color: rgba(251, 191, 36, 0.8);
}
.bg-yellow-400\/85 {
    background-color: rgba(251, 191, 36, 0.85);
}
.bg-yellow-400\/90 {
    background-color: rgba(251, 191, 36, 0.9);
}
.bg-yellow-400\/95 {
    background-color: rgba(251, 191, 36, 0.95);
}
.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50\/0 {
    background-color: rgba(255, 251, 235, 0);
}
.bg-yellow-50\/10 {
    background-color: rgba(255, 251, 235, 0.1);
}
.bg-yellow-50\/100 {
    background-color: #fffbeb;
}
.bg-yellow-50\/15 {
    background-color: rgba(255, 251, 235, 0.15);
}
.bg-yellow-50\/20 {
    background-color: rgba(255, 251, 235, 0.2);
}
.bg-yellow-50\/25 {
    background-color: rgba(255, 251, 235, 0.25);
}
.bg-yellow-50\/30 {
    background-color: rgba(255, 251, 235, 0.3);
}
.bg-yellow-50\/35 {
    background-color: rgba(255, 251, 235, 0.35);
}
.bg-yellow-50\/40 {
    background-color: rgba(255, 251, 235, 0.4);
}
.bg-yellow-50\/45 {
    background-color: rgba(255, 251, 235, 0.45);
}
.bg-yellow-50\/5 {
    background-color: rgba(255, 251, 235, 0.05);
}
.bg-yellow-50\/50 {
    background-color: rgba(255, 251, 235, 0.5);
}
.bg-yellow-50\/55 {
    background-color: rgba(255, 251, 235, 0.55);
}
.bg-yellow-50\/60 {
    background-color: rgba(255, 251, 235, 0.6);
}
.bg-yellow-50\/65 {
    background-color: rgba(255, 251, 235, 0.65);
}
.bg-yellow-50\/70 {
    background-color: rgba(255, 251, 235, 0.7);
}
.bg-yellow-50\/75 {
    background-color: rgba(255, 251, 235, 0.75);
}
.bg-yellow-50\/80 {
    background-color: rgba(255, 251, 235, 0.8);
}
.bg-yellow-50\/85 {
    background-color: rgba(255, 251, 235, 0.85);
}
.bg-yellow-50\/90 {
    background-color: rgba(255, 251, 235, 0.9);
}
.bg-yellow-50\/95 {
    background-color: rgba(255, 251, 235, 0.95);
}
.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/0 {
    background-color: rgba(245, 158, 11, 0);
}
.bg-yellow-500\/10 {
    background-color: rgba(245, 158, 11, 0.1);
}
.bg-yellow-500\/100 {
    background-color: #f59e0b;
}
.bg-yellow-500\/15 {
    background-color: rgba(245, 158, 11, 0.15);
}
.bg-yellow-500\/20 {
    background-color: rgba(245, 158, 11, 0.2);
}
.bg-yellow-500\/25 {
    background-color: rgba(245, 158, 11, 0.25);
}
.bg-yellow-500\/30 {
    background-color: rgba(245, 158, 11, 0.3);
}
.bg-yellow-500\/35 {
    background-color: rgba(245, 158, 11, 0.35);
}
.bg-yellow-500\/40 {
    background-color: rgba(245, 158, 11, 0.4);
}
.bg-yellow-500\/45 {
    background-color: rgba(245, 158, 11, 0.45);
}
.bg-yellow-500\/5 {
    background-color: rgba(245, 158, 11, 0.05);
}
.bg-yellow-500\/50 {
    background-color: rgba(245, 158, 11, 0.5);
}
.bg-yellow-500\/55 {
    background-color: rgba(245, 158, 11, 0.55);
}
.bg-yellow-500\/60 {
    background-color: rgba(245, 158, 11, 0.6);
}
.bg-yellow-500\/65 {
    background-color: rgba(245, 158, 11, 0.65);
}
.bg-yellow-500\/70 {
    background-color: rgba(245, 158, 11, 0.7);
}
.bg-yellow-500\/75 {
    background-color: rgba(245, 158, 11, 0.75);
}
.bg-yellow-500\/80 {
    background-color: rgba(245, 158, 11, 0.8);
}
.bg-yellow-500\/85 {
    background-color: rgba(245, 158, 11, 0.85);
}
.bg-yellow-500\/90 {
    background-color: rgba(245, 158, 11, 0.9);
}
.bg-yellow-500\/95 {
    background-color: rgba(245, 158, 11, 0.95);
}
.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600\/0 {
    background-color: rgba(217, 119, 6, 0);
}
.bg-yellow-600\/10 {
    background-color: rgba(217, 119, 6, 0.1);
}
.bg-yellow-600\/100 {
    background-color: #d97706;
}
.bg-yellow-600\/15 {
    background-color: rgba(217, 119, 6, 0.15);
}
.bg-yellow-600\/20 {
    background-color: rgba(217, 119, 6, 0.2);
}
.bg-yellow-600\/25 {
    background-color: rgba(217, 119, 6, 0.25);
}
.bg-yellow-600\/30 {
    background-color: rgba(217, 119, 6, 0.3);
}
.bg-yellow-600\/35 {
    background-color: rgba(217, 119, 6, 0.35);
}
.bg-yellow-600\/40 {
    background-color: rgba(217, 119, 6, 0.4);
}
.bg-yellow-600\/45 {
    background-color: rgba(217, 119, 6, 0.45);
}
.bg-yellow-600\/5 {
    background-color: rgba(217, 119, 6, 0.05);
}
.bg-yellow-600\/50 {
    background-color: rgba(217, 119, 6, 0.5);
}
.bg-yellow-600\/55 {
    background-color: rgba(217, 119, 6, 0.55);
}
.bg-yellow-600\/60 {
    background-color: rgba(217, 119, 6, 0.6);
}
.bg-yellow-600\/65 {
    background-color: rgba(217, 119, 6, 0.65);
}
.bg-yellow-600\/70 {
    background-color: rgba(217, 119, 6, 0.7);
}
.bg-yellow-600\/75 {
    background-color: rgba(217, 119, 6, 0.75);
}
.bg-yellow-600\/80 {
    background-color: rgba(217, 119, 6, 0.8);
}
.bg-yellow-600\/85 {
    background-color: rgba(217, 119, 6, 0.85);
}
.bg-yellow-600\/90 {
    background-color: rgba(217, 119, 6, 0.9);
}
.bg-yellow-600\/95 {
    background-color: rgba(217, 119, 6, 0.95);
}
.bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-yellow-700\/0 {
    background-color: rgba(180, 83, 9, 0);
}
.bg-yellow-700\/10 {
    background-color: rgba(180, 83, 9, 0.1);
}
.bg-yellow-700\/100 {
    background-color: #b45309;
}
.bg-yellow-700\/15 {
    background-color: rgba(180, 83, 9, 0.15);
}
.bg-yellow-700\/20 {
    background-color: rgba(180, 83, 9, 0.2);
}
.bg-yellow-700\/25 {
    background-color: rgba(180, 83, 9, 0.25);
}
.bg-yellow-700\/30 {
    background-color: rgba(180, 83, 9, 0.3);
}
.bg-yellow-700\/35 {
    background-color: rgba(180, 83, 9, 0.35);
}
.bg-yellow-700\/40 {
    background-color: rgba(180, 83, 9, 0.4);
}
.bg-yellow-700\/45 {
    background-color: rgba(180, 83, 9, 0.45);
}
.bg-yellow-700\/5 {
    background-color: rgba(180, 83, 9, 0.05);
}
.bg-yellow-700\/50 {
    background-color: rgba(180, 83, 9, 0.5);
}
.bg-yellow-700\/55 {
    background-color: rgba(180, 83, 9, 0.55);
}
.bg-yellow-700\/60 {
    background-color: rgba(180, 83, 9, 0.6);
}
.bg-yellow-700\/65 {
    background-color: rgba(180, 83, 9, 0.65);
}
.bg-yellow-700\/70 {
    background-color: rgba(180, 83, 9, 0.7);
}
.bg-yellow-700\/75 {
    background-color: rgba(180, 83, 9, 0.75);
}
.bg-yellow-700\/80 {
    background-color: rgba(180, 83, 9, 0.8);
}
.bg-yellow-700\/85 {
    background-color: rgba(180, 83, 9, 0.85);
}
.bg-yellow-700\/90 {
    background-color: rgba(180, 83, 9, 0.9);
}
.bg-yellow-700\/95 {
    background-color: rgba(180, 83, 9, 0.95);
}
.bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.bg-yellow-800\/0 {
    background-color: rgba(146, 64, 14, 0);
}
.bg-yellow-800\/10 {
    background-color: rgba(146, 64, 14, 0.1);
}
.bg-yellow-800\/100 {
    background-color: #92400e;
}
.bg-yellow-800\/15 {
    background-color: rgba(146, 64, 14, 0.15);
}
.bg-yellow-800\/20 {
    background-color: rgba(146, 64, 14, 0.2);
}
.bg-yellow-800\/25 {
    background-color: rgba(146, 64, 14, 0.25);
}
.bg-yellow-800\/30 {
    background-color: rgba(146, 64, 14, 0.3);
}
.bg-yellow-800\/35 {
    background-color: rgba(146, 64, 14, 0.35);
}
.bg-yellow-800\/40 {
    background-color: rgba(146, 64, 14, 0.4);
}
.bg-yellow-800\/45 {
    background-color: rgba(146, 64, 14, 0.45);
}
.bg-yellow-800\/5 {
    background-color: rgba(146, 64, 14, 0.05);
}
.bg-yellow-800\/50 {
    background-color: rgba(146, 64, 14, 0.5);
}
.bg-yellow-800\/55 {
    background-color: rgba(146, 64, 14, 0.55);
}
.bg-yellow-800\/60 {
    background-color: rgba(146, 64, 14, 0.6);
}
.bg-yellow-800\/65 {
    background-color: rgba(146, 64, 14, 0.65);
}
.bg-yellow-800\/70 {
    background-color: rgba(146, 64, 14, 0.7);
}
.bg-yellow-800\/75 {
    background-color: rgba(146, 64, 14, 0.75);
}
.bg-yellow-800\/80 {
    background-color: rgba(146, 64, 14, 0.8);
}
.bg-yellow-800\/85 {
    background-color: rgba(146, 64, 14, 0.85);
}
.bg-yellow-800\/90 {
    background-color: rgba(146, 64, 14, 0.9);
}
.bg-yellow-800\/95 {
    background-color: rgba(146, 64, 14, 0.95);
}
.bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/0 {
    background-color: rgba(120, 53, 15, 0);
}
.bg-yellow-900\/10 {
    background-color: rgba(120, 53, 15, 0.1);
}
.bg-yellow-900\/100 {
    background-color: #78350f;
}
.bg-yellow-900\/15 {
    background-color: rgba(120, 53, 15, 0.15);
}
.bg-yellow-900\/20 {
    background-color: rgba(120, 53, 15, 0.2);
}
.bg-yellow-900\/25 {
    background-color: rgba(120, 53, 15, 0.25);
}
.bg-yellow-900\/30 {
    background-color: rgba(120, 53, 15, 0.3);
}
.bg-yellow-900\/35 {
    background-color: rgba(120, 53, 15, 0.35);
}
.bg-yellow-900\/40 {
    background-color: rgba(120, 53, 15, 0.4);
}
.bg-yellow-900\/45 {
    background-color: rgba(120, 53, 15, 0.45);
}
.bg-yellow-900\/5 {
    background-color: rgba(120, 53, 15, 0.05);
}
.bg-yellow-900\/50 {
    background-color: rgba(120, 53, 15, 0.5);
}
.bg-yellow-900\/55 {
    background-color: rgba(120, 53, 15, 0.55);
}
.bg-yellow-900\/60 {
    background-color: rgba(120, 53, 15, 0.6);
}
.bg-yellow-900\/65 {
    background-color: rgba(120, 53, 15, 0.65);
}
.bg-yellow-900\/70 {
    background-color: rgba(120, 53, 15, 0.7);
}
.bg-yellow-900\/75 {
    background-color: rgba(120, 53, 15, 0.75);
}
.bg-yellow-900\/80 {
    background-color: rgba(120, 53, 15, 0.8);
}
.bg-yellow-900\/85 {
    background-color: rgba(120, 53, 15, 0.85);
}
.bg-yellow-900\/90 {
    background-color: rgba(120, 53, 15, 0.9);
}
.bg-yellow-900\/95 {
    background-color: rgba(120, 53, 15, 0.95);
}
.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100\/0 {
    background-color: hsla(240, 5%, 96%, 0);
}
.bg-zinc-100\/10 {
    background-color: hsla(240, 5%, 96%, 0.1);
}
.bg-zinc-100\/100 {
    background-color: #f4f4f5;
}
.bg-zinc-100\/15 {
    background-color: hsla(240, 5%, 96%, 0.15);
}
.bg-zinc-100\/20 {
    background-color: hsla(240, 5%, 96%, 0.2);
}
.bg-zinc-100\/25 {
    background-color: hsla(240, 5%, 96%, 0.25);
}
.bg-zinc-100\/30 {
    background-color: hsla(240, 5%, 96%, 0.3);
}
.bg-zinc-100\/35 {
    background-color: hsla(240, 5%, 96%, 0.35);
}
.bg-zinc-100\/40 {
    background-color: hsla(240, 5%, 96%, 0.4);
}
.bg-zinc-100\/45 {
    background-color: hsla(240, 5%, 96%, 0.45);
}
.bg-zinc-100\/5 {
    background-color: hsla(240, 5%, 96%, 0.05);
}
.bg-zinc-100\/50 {
    background-color: hsla(240, 5%, 96%, 0.5);
}
.bg-zinc-100\/55 {
    background-color: hsla(240, 5%, 96%, 0.55);
}
.bg-zinc-100\/60 {
    background-color: hsla(240, 5%, 96%, 0.6);
}
.bg-zinc-100\/65 {
    background-color: hsla(240, 5%, 96%, 0.65);
}
.bg-zinc-100\/70 {
    background-color: hsla(240, 5%, 96%, 0.7);
}
.bg-zinc-100\/75 {
    background-color: hsla(240, 5%, 96%, 0.75);
}
.bg-zinc-100\/80 {
    background-color: hsla(240, 5%, 96%, 0.8);
}
.bg-zinc-100\/85 {
    background-color: hsla(240, 5%, 96%, 0.85);
}
.bg-zinc-100\/90 {
    background-color: hsla(240, 5%, 96%, 0.9);
}
.bg-zinc-100\/95 {
    background-color: hsla(240, 5%, 96%, 0.95);
}
.bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200\/0 {
    background-color: hsla(240, 6%, 90%, 0);
}
.bg-zinc-200\/10 {
    background-color: hsla(240, 6%, 90%, 0.1);
}
.bg-zinc-200\/100 {
    background-color: #e4e4e7;
}
.bg-zinc-200\/15 {
    background-color: hsla(240, 6%, 90%, 0.15);
}
.bg-zinc-200\/20 {
    background-color: hsla(240, 6%, 90%, 0.2);
}
.bg-zinc-200\/25 {
    background-color: hsla(240, 6%, 90%, 0.25);
}
.bg-zinc-200\/30 {
    background-color: hsla(240, 6%, 90%, 0.3);
}
.bg-zinc-200\/35 {
    background-color: hsla(240, 6%, 90%, 0.35);
}
.bg-zinc-200\/40 {
    background-color: hsla(240, 6%, 90%, 0.4);
}
.bg-zinc-200\/45 {
    background-color: hsla(240, 6%, 90%, 0.45);
}
.bg-zinc-200\/5 {
    background-color: hsla(240, 6%, 90%, 0.05);
}
.bg-zinc-200\/50 {
    background-color: hsla(240, 6%, 90%, 0.5);
}
.bg-zinc-200\/55 {
    background-color: hsla(240, 6%, 90%, 0.55);
}
.bg-zinc-200\/60 {
    background-color: hsla(240, 6%, 90%, 0.6);
}
.bg-zinc-200\/65 {
    background-color: hsla(240, 6%, 90%, 0.65);
}
.bg-zinc-200\/70 {
    background-color: hsla(240, 6%, 90%, 0.7);
}
.bg-zinc-200\/75 {
    background-color: hsla(240, 6%, 90%, 0.75);
}
.bg-zinc-200\/80 {
    background-color: hsla(240, 6%, 90%, 0.8);
}
.bg-zinc-200\/85 {
    background-color: hsla(240, 6%, 90%, 0.85);
}
.bg-zinc-200\/90 {
    background-color: hsla(240, 6%, 90%, 0.9);
}
.bg-zinc-200\/95 {
    background-color: hsla(240, 6%, 90%, 0.95);
}
.bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}
.bg-zinc-300\/0 {
    background-color: hsla(240, 5%, 84%, 0);
}
.bg-zinc-300\/10 {
    background-color: hsla(240, 5%, 84%, 0.1);
}
.bg-zinc-300\/100 {
    background-color: #d4d4d8;
}
.bg-zinc-300\/15 {
    background-color: hsla(240, 5%, 84%, 0.15);
}
.bg-zinc-300\/20 {
    background-color: hsla(240, 5%, 84%, 0.2);
}
.bg-zinc-300\/25 {
    background-color: hsla(240, 5%, 84%, 0.25);
}
.bg-zinc-300\/30 {
    background-color: hsla(240, 5%, 84%, 0.3);
}
.bg-zinc-300\/35 {
    background-color: hsla(240, 5%, 84%, 0.35);
}
.bg-zinc-300\/40 {
    background-color: hsla(240, 5%, 84%, 0.4);
}
.bg-zinc-300\/45 {
    background-color: hsla(240, 5%, 84%, 0.45);
}
.bg-zinc-300\/5 {
    background-color: hsla(240, 5%, 84%, 0.05);
}
.bg-zinc-300\/50 {
    background-color: hsla(240, 5%, 84%, 0.5);
}
.bg-zinc-300\/55 {
    background-color: hsla(240, 5%, 84%, 0.55);
}
.bg-zinc-300\/60 {
    background-color: hsla(240, 5%, 84%, 0.6);
}
.bg-zinc-300\/65 {
    background-color: hsla(240, 5%, 84%, 0.65);
}
.bg-zinc-300\/70 {
    background-color: hsla(240, 5%, 84%, 0.7);
}
.bg-zinc-300\/75 {
    background-color: hsla(240, 5%, 84%, 0.75);
}
.bg-zinc-300\/80 {
    background-color: hsla(240, 5%, 84%, 0.8);
}
.bg-zinc-300\/85 {
    background-color: hsla(240, 5%, 84%, 0.85);
}
.bg-zinc-300\/90 {
    background-color: hsla(240, 5%, 84%, 0.9);
}
.bg-zinc-300\/95 {
    background-color: hsla(240, 5%, 84%, 0.95);
}
.bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}
.bg-zinc-400\/0 {
    background-color: hsla(240, 5%, 65%, 0);
}
.bg-zinc-400\/10 {
    background-color: hsla(240, 5%, 65%, 0.1);
}
.bg-zinc-400\/100 {
    background-color: #a1a1aa;
}
.bg-zinc-400\/15 {
    background-color: hsla(240, 5%, 65%, 0.15);
}
.bg-zinc-400\/20 {
    background-color: hsla(240, 5%, 65%, 0.2);
}
.bg-zinc-400\/25 {
    background-color: hsla(240, 5%, 65%, 0.25);
}
.bg-zinc-400\/30 {
    background-color: hsla(240, 5%, 65%, 0.3);
}
.bg-zinc-400\/35 {
    background-color: hsla(240, 5%, 65%, 0.35);
}
.bg-zinc-400\/40 {
    background-color: hsla(240, 5%, 65%, 0.4);
}
.bg-zinc-400\/45 {
    background-color: hsla(240, 5%, 65%, 0.45);
}
.bg-zinc-400\/5 {
    background-color: hsla(240, 5%, 65%, 0.05);
}
.bg-zinc-400\/50 {
    background-color: hsla(240, 5%, 65%, 0.5);
}
.bg-zinc-400\/55 {
    background-color: hsla(240, 5%, 65%, 0.55);
}
.bg-zinc-400\/60 {
    background-color: hsla(240, 5%, 65%, 0.6);
}
.bg-zinc-400\/65 {
    background-color: hsla(240, 5%, 65%, 0.65);
}
.bg-zinc-400\/70 {
    background-color: hsla(240, 5%, 65%, 0.7);
}
.bg-zinc-400\/75 {
    background-color: hsla(240, 5%, 65%, 0.75);
}
.bg-zinc-400\/80 {
    background-color: hsla(240, 5%, 65%, 0.8);
}
.bg-zinc-400\/85 {
    background-color: hsla(240, 5%, 65%, 0.85);
}
.bg-zinc-400\/90 {
    background-color: hsla(240, 5%, 65%, 0.9);
}
.bg-zinc-400\/95 {
    background-color: hsla(240, 5%, 65%, 0.95);
}
.bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-zinc-50\/0 {
    background-color: hsla(0, 0%, 98%, 0);
}
.bg-zinc-50\/10 {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.bg-zinc-50\/100 {
    background-color: #fafafa;
}
.bg-zinc-50\/15 {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.bg-zinc-50\/20 {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.bg-zinc-50\/25 {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.bg-zinc-50\/30 {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.bg-zinc-50\/35 {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.bg-zinc-50\/40 {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.bg-zinc-50\/45 {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.bg-zinc-50\/5 {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.bg-zinc-50\/50 {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.bg-zinc-50\/55 {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.bg-zinc-50\/60 {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.bg-zinc-50\/65 {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.bg-zinc-50\/70 {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.bg-zinc-50\/75 {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.bg-zinc-50\/80 {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.bg-zinc-50\/85 {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.bg-zinc-50\/90 {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.bg-zinc-50\/95 {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
.bg-zinc-500\/0 {
    background-color: hsla(240, 4%, 46%, 0);
}
.bg-zinc-500\/10 {
    background-color: hsla(240, 4%, 46%, 0.1);
}
.bg-zinc-500\/100 {
    background-color: #71717a;
}
.bg-zinc-500\/15 {
    background-color: hsla(240, 4%, 46%, 0.15);
}
.bg-zinc-500\/20 {
    background-color: hsla(240, 4%, 46%, 0.2);
}
.bg-zinc-500\/25 {
    background-color: hsla(240, 4%, 46%, 0.25);
}
.bg-zinc-500\/30 {
    background-color: hsla(240, 4%, 46%, 0.3);
}
.bg-zinc-500\/35 {
    background-color: hsla(240, 4%, 46%, 0.35);
}
.bg-zinc-500\/40 {
    background-color: hsla(240, 4%, 46%, 0.4);
}
.bg-zinc-500\/45 {
    background-color: hsla(240, 4%, 46%, 0.45);
}
.bg-zinc-500\/5 {
    background-color: hsla(240, 4%, 46%, 0.05);
}
.bg-zinc-500\/50 {
    background-color: hsla(240, 4%, 46%, 0.5);
}
.bg-zinc-500\/55 {
    background-color: hsla(240, 4%, 46%, 0.55);
}
.bg-zinc-500\/60 {
    background-color: hsla(240, 4%, 46%, 0.6);
}
.bg-zinc-500\/65 {
    background-color: hsla(240, 4%, 46%, 0.65);
}
.bg-zinc-500\/70 {
    background-color: hsla(240, 4%, 46%, 0.7);
}
.bg-zinc-500\/75 {
    background-color: hsla(240, 4%, 46%, 0.75);
}
.bg-zinc-500\/80 {
    background-color: hsla(240, 4%, 46%, 0.8);
}
.bg-zinc-500\/85 {
    background-color: hsla(240, 4%, 46%, 0.85);
}
.bg-zinc-500\/90 {
    background-color: hsla(240, 4%, 46%, 0.9);
}
.bg-zinc-500\/95 {
    background-color: hsla(240, 4%, 46%, 0.95);
}
.bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.bg-zinc-600\/0 {
    background-color: rgba(82, 82, 91, 0);
}
.bg-zinc-600\/10 {
    background-color: rgba(82, 82, 91, 0.1);
}
.bg-zinc-600\/100 {
    background-color: #52525b;
}
.bg-zinc-600\/15 {
    background-color: rgba(82, 82, 91, 0.15);
}
.bg-zinc-600\/20 {
    background-color: rgba(82, 82, 91, 0.2);
}
.bg-zinc-600\/25 {
    background-color: rgba(82, 82, 91, 0.25);
}
.bg-zinc-600\/30 {
    background-color: rgba(82, 82, 91, 0.3);
}
.bg-zinc-600\/35 {
    background-color: rgba(82, 82, 91, 0.35);
}
.bg-zinc-600\/40 {
    background-color: rgba(82, 82, 91, 0.4);
}
.bg-zinc-600\/45 {
    background-color: rgba(82, 82, 91, 0.45);
}
.bg-zinc-600\/5 {
    background-color: rgba(82, 82, 91, 0.05);
}
.bg-zinc-600\/50 {
    background-color: rgba(82, 82, 91, 0.5);
}
.bg-zinc-600\/55 {
    background-color: rgba(82, 82, 91, 0.55);
}
.bg-zinc-600\/60 {
    background-color: rgba(82, 82, 91, 0.6);
}
.bg-zinc-600\/65 {
    background-color: rgba(82, 82, 91, 0.65);
}
.bg-zinc-600\/70 {
    background-color: rgba(82, 82, 91, 0.7);
}
.bg-zinc-600\/75 {
    background-color: rgba(82, 82, 91, 0.75);
}
.bg-zinc-600\/80 {
    background-color: rgba(82, 82, 91, 0.8);
}
.bg-zinc-600\/85 {
    background-color: rgba(82, 82, 91, 0.85);
}
.bg-zinc-600\/90 {
    background-color: rgba(82, 82, 91, 0.9);
}
.bg-zinc-600\/95 {
    background-color: rgba(82, 82, 91, 0.95);
}
.bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
.bg-zinc-700\/0 {
    background-color: rgba(63, 63, 70, 0);
}
.bg-zinc-700\/10 {
    background-color: rgba(63, 63, 70, 0.1);
}
.bg-zinc-700\/100 {
    background-color: #3f3f46;
}
.bg-zinc-700\/15 {
    background-color: rgba(63, 63, 70, 0.15);
}
.bg-zinc-700\/20 {
    background-color: rgba(63, 63, 70, 0.2);
}
.bg-zinc-700\/25 {
    background-color: rgba(63, 63, 70, 0.25);
}
.bg-zinc-700\/30 {
    background-color: rgba(63, 63, 70, 0.3);
}
.bg-zinc-700\/35 {
    background-color: rgba(63, 63, 70, 0.35);
}
.bg-zinc-700\/40 {
    background-color: rgba(63, 63, 70, 0.4);
}
.bg-zinc-700\/45 {
    background-color: rgba(63, 63, 70, 0.45);
}
.bg-zinc-700\/5 {
    background-color: rgba(63, 63, 70, 0.05);
}
.bg-zinc-700\/50 {
    background-color: rgba(63, 63, 70, 0.5);
}
.bg-zinc-700\/55 {
    background-color: rgba(63, 63, 70, 0.55);
}
.bg-zinc-700\/60 {
    background-color: rgba(63, 63, 70, 0.6);
}
.bg-zinc-700\/65 {
    background-color: rgba(63, 63, 70, 0.65);
}
.bg-zinc-700\/70 {
    background-color: rgba(63, 63, 70, 0.7);
}
.bg-zinc-700\/75 {
    background-color: rgba(63, 63, 70, 0.75);
}
.bg-zinc-700\/80 {
    background-color: rgba(63, 63, 70, 0.8);
}
.bg-zinc-700\/85 {
    background-color: rgba(63, 63, 70, 0.85);
}
.bg-zinc-700\/90 {
    background-color: rgba(63, 63, 70, 0.9);
}
.bg-zinc-700\/95 {
    background-color: rgba(63, 63, 70, 0.95);
}
.bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.bg-zinc-800\/0 {
    background-color: rgba(39, 39, 42, 0);
}
.bg-zinc-800\/10 {
    background-color: rgba(39, 39, 42, 0.1);
}
.bg-zinc-800\/100 {
    background-color: #27272a;
}
.bg-zinc-800\/15 {
    background-color: rgba(39, 39, 42, 0.15);
}
.bg-zinc-800\/20 {
    background-color: rgba(39, 39, 42, 0.2);
}
.bg-zinc-800\/25 {
    background-color: rgba(39, 39, 42, 0.25);
}
.bg-zinc-800\/30 {
    background-color: rgba(39, 39, 42, 0.3);
}
.bg-zinc-800\/35 {
    background-color: rgba(39, 39, 42, 0.35);
}
.bg-zinc-800\/40 {
    background-color: rgba(39, 39, 42, 0.4);
}
.bg-zinc-800\/45 {
    background-color: rgba(39, 39, 42, 0.45);
}
.bg-zinc-800\/5 {
    background-color: rgba(39, 39, 42, 0.05);
}
.bg-zinc-800\/50 {
    background-color: rgba(39, 39, 42, 0.5);
}
.bg-zinc-800\/55 {
    background-color: rgba(39, 39, 42, 0.55);
}
.bg-zinc-800\/60 {
    background-color: rgba(39, 39, 42, 0.6);
}
.bg-zinc-800\/65 {
    background-color: rgba(39, 39, 42, 0.65);
}
.bg-zinc-800\/70 {
    background-color: rgba(39, 39, 42, 0.7);
}
.bg-zinc-800\/75 {
    background-color: rgba(39, 39, 42, 0.75);
}
.bg-zinc-800\/80 {
    background-color: rgba(39, 39, 42, 0.8);
}
.bg-zinc-800\/85 {
    background-color: rgba(39, 39, 42, 0.85);
}
.bg-zinc-800\/90 {
    background-color: rgba(39, 39, 42, 0.9);
}
.bg-zinc-800\/95 {
    background-color: rgba(39, 39, 42, 0.95);
}
.bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.bg-zinc-900\/0 {
    background-color: rgba(24, 24, 27, 0);
}
.bg-zinc-900\/10 {
    background-color: rgba(24, 24, 27, 0.1);
}
.bg-zinc-900\/100 {
    background-color: #18181b;
}
.bg-zinc-900\/15 {
    background-color: rgba(24, 24, 27, 0.15);
}
.bg-zinc-900\/20 {
    background-color: rgba(24, 24, 27, 0.2);
}
.bg-zinc-900\/25 {
    background-color: rgba(24, 24, 27, 0.25);
}
.bg-zinc-900\/30 {
    background-color: rgba(24, 24, 27, 0.3);
}
.bg-zinc-900\/35 {
    background-color: rgba(24, 24, 27, 0.35);
}
.bg-zinc-900\/40 {
    background-color: rgba(24, 24, 27, 0.4);
}
.bg-zinc-900\/45 {
    background-color: rgba(24, 24, 27, 0.45);
}
.bg-zinc-900\/5 {
    background-color: rgba(24, 24, 27, 0.05);
}
.bg-zinc-900\/50 {
    background-color: rgba(24, 24, 27, 0.5);
}
.bg-zinc-900\/55 {
    background-color: rgba(24, 24, 27, 0.55);
}
.bg-zinc-900\/60 {
    background-color: rgba(24, 24, 27, 0.6);
}
.bg-zinc-900\/65 {
    background-color: rgba(24, 24, 27, 0.65);
}
.bg-zinc-900\/70 {
    background-color: rgba(24, 24, 27, 0.7);
}
.bg-zinc-900\/75 {
    background-color: rgba(24, 24, 27, 0.75);
}
.bg-zinc-900\/80 {
    background-color: rgba(24, 24, 27, 0.8);
}
.bg-zinc-900\/85 {
    background-color: rgba(24, 24, 27, 0.85);
}
.bg-zinc-900\/90 {
    background-color: rgba(24, 24, 27, 0.9);
}
.bg-zinc-900\/95 {
    background-color: rgba(24, 24, 27, 0.95);
}
.bg-opacity-0 {
    --tw-bg-opacity: 0;
}
.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}
.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
    background-image: linear-gradient(
        to bottom right,
        var(--tw-gradient-stops)
    );
}
.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-none {
    background-image: none;
}
.from-\[\#ff80b5\] {
    --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 128, 181, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500\/5 {
    --tw-gradient-from: rgba(245, 158, 11, 0.05)
        var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60 {
    --tw-gradient-from: rgba(0, 0, 0, 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
    --tw-gradient-from: #3b7cf8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 124, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/5 {
    --tw-gradient-from: rgba(16, 185, 129, 0.05)
        var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100 {
    --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
    --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 250, 251, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600 {
    --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700 {
    --tw-gradient-from: #374151 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/50 {
    --tw-gradient-from: rgba(55, 65, 81, 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200 {
    --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500 {
    --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600 {
    --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-police-600 {
    --tw-gradient-from: #339 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
    --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
    --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rdv-blue {
    --tw-gradient-from: #3359a5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 89, 165, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rdv-blue\/5 {
    --tw-gradient-from: rgba(51, 89, 165, 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 89, 165, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rdv-blue\/80 {
    --tw-gradient-from: rgba(51, 89, 165, 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 89, 165, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rdv-blue\/90 {
    --tw-gradient-from: rgba(51, 89, 165, 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 89, 165, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rdv-blueribbon {
    --tw-gradient-from: #264d91 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 77, 145, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rdv-whitelilac {
    --tw-gradient-from: #f3f5fa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 245, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-200 {
    --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-100 {
    --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-600 {
    --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-600 {
    --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600 {
    --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-500 {
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:
        var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position),
        var(--tw-gradient-to);
}
.via-green-400 {
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:
        var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position),
        var(--tw-gradient-to);
}
.via-orange-500 {
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:
        var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position),
        var(--tw-gradient-to);
}
.via-rdv-blue {
    --tw-gradient-to: rgba(51, 89, 165, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:
        var(--tw-gradient-from), #3359a5 var(--tw-gradient-via-position),
        var(--tw-gradient-to);
}
.via-rose-500 {
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:
        var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position),
        var(--tw-gradient-to);
}
.via-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops:
        var(--tw-gradient-from), transparent var(--tw-gradient-via-position),
        var(--tw-gradient-to);
}
.to-\[\#9089fc\] {
    --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}
.to-amber-500\/10 {
    --tw-gradient-to: rgba(245, 158, 11, 0.1) var(--tw-gradient-to-position);
}
.to-blue-50 {
    --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-800 {
    --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}
.to-emerald-500\/10 {
    --tw-gradient-to: rgba(16, 185, 129, 0.1) var(--tw-gradient-to-position);
}
.to-gray-100 {
    --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-200 {
    --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}
.to-gray-300 {
    --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}
.to-gray-800 {
    --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}
.to-green-500 {
    --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-indigo-600 {
    --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-neutral-50 {
    --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}
.to-pink-800 {
    --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}
.to-rdv-blue {
    --tw-gradient-to: #3359a5 var(--tw-gradient-to-position);
}
.to-rdv-blue\/10 {
    --tw-gradient-to: rgba(51, 89, 165, 0.1) var(--tw-gradient-to-position);
}
.to-rdv-botticelli\/10 {
    --tw-gradient-to: rgba(212, 222, 239, 0.1) var(--tw-gradient-to-position);
}
.to-rose-500 {
    --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.to-sky-800 {
    --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}
.to-teal-800 {
    --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}
.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-800 {
    --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}
.bg-contain {
    background-size: contain;
}
.bg-cover {
    background-size: cover;
}
.bg-clip-padding {
    background-clip: padding-box;
}
.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}
.bg-center {
    background-position: 50%;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-current {
    fill: currentColor;
}
.fill-gray-300 {
    fill: #d1d5db;
}
.stroke-current {
    stroke: currentColor;
}
.stroke-ucm-darkblue {
    stroke: #143cc8;
}
.stroke-0 {
    stroke-width: 0;
}
.stroke-\[1\.5px\] {
    stroke-width: 1.5px;
}
.stroke-\[1px\] {
    stroke-width: 1px;
}
.stroke-\[3px\] {
    stroke-width: 3px;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}
.object-center {
    -o-object-position: center;
    object-position: center;
}
.object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom;
}
.\!p-2 {
    padding: 0.5rem !important;
}
.p-0 {
    padding: 0;
}
.p-0\.5 {
    padding: 0.125rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-1\.5 {
    padding: 0.375rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-12 {
    padding: 3rem;
}
.p-16 {
    padding: 4rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-2\.5 {
    padding: 0.625rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-48 {
    padding: 12rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[\.1rem\] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
.px-\[0\.625rem\] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
}
.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}
.py-0\.5 {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
}
.py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.py-1\.5 {
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
}
.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
.py-11 {
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
}
.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.py-2\.5 {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
}
.py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.py-3\.5 {
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
}
.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}
.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
}
.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.py-\[\.0625rem\] {
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
}
.py-\[\.375rem\] {
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
}
.py-px {
    padding-bottom: 1px;
    padding-top: 1px;
}
.\!pl-\[10\.9rem\] {
    padding-left: 10.9rem !important;
}
.\!pl-\[5rem\] {
    padding-left: 5rem !important;
}
.\!pl-\[6\.5rem\] {
    padding-left: 6.5rem !important;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-1\.5 {
    padding-bottom: 0.375rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-2\.5 {
    padding-bottom: 0.625rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-32 {
    padding-bottom: 8rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pb-\[25px\] {
    padding-bottom: 25px;
}
.pl-0 {
    padding-left: 0;
}
.pl-0\.5 {
    padding-left: 0.125rem;
}
.pl-1 {
    padding-left: 0.25rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pl-12 {
    padding-left: 3rem;
}
.pl-14 {
    padding-left: 3.5rem;
}
.pl-16 {
    padding-left: 4rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pl-2\.5 {
    padding-left: 0.625rem;
}
.pl-20 {
    padding-left: 5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-3\.5 {
    padding-left: 0.875rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pl-5 {
    padding-left: 1.25rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pl-7 {
    padding-left: 1.75rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pl-9 {
    padding-left: 2.25rem;
}
.pl-\[10px\] {
    padding-left: 10px;
}
.pl-px {
    padding-left: 1px;
}
.pr-0 {
    padding-right: 0;
}
.pr-0\.5 {
    padding-right: 0.125rem;
}
.pr-1 {
    padding-right: 0.25rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pr-12 {
    padding-right: 3rem;
}
.pr-14 {
    padding-right: 3.5rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pr-2\.5 {
    padding-right: 0.625rem;
}
.pr-20 {
    padding-right: 5rem;
}
.pr-24 {
    padding-right: 6rem;
}
.pr-28 {
    padding-right: 7rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pr-5 {
    padding-right: 1.25rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pr-7 {
    padding-right: 1.75rem;
}
.pr-8 {
    padding-right: 2rem;
}
.pr-9 {
    padding-right: 2.25rem;
}
.pt-0 {
    padding-top: 0;
}
.pt-0\.5 {
    padding-top: 0.125rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-1\.5 {
    padding-top: 0.375rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-28 {
    padding-top: 7rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-48 {
    padding-top: 12rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-64 {
    padding-top: 16rem;
}
.pt-7 {
    padding-top: 1.75rem;
}
.pt-8 {
    padding-top: 2rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.align-baseline {
    vertical-align: baseline;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.align-text-top {
    vertical-align: text-top;
}
.align-text-bottom {
    vertical-align: text-bottom;
}
.font-custom {
    font-family:
        Euclid Circular,
        sans-serif;
}
.\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-2xs {
    font-size: 0.65rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-3xs {
    font-size: 0.6rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.text-9xl {
    font-size: 8rem;
    line-height: 1;
}
.text-\[10px\] {
    font-size: 10px;
}
.text-\[13px\] {
    font-size: 13px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[15px\] {
    font-size: 15px;
}
.text-\[8px\] {
    font-size: 8px;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-base\/7 {
    font-size: 1rem;
    line-height: 1.75rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-lg\/8 {
    font-size: 1.125rem;
    line-height: 2rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-sm\/6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.\!font-medium {
    font-weight: 500 !important;
}
.font-black {
    font-weight: 900;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.normal-case {
    text-transform: none;
}
.italic {
    font-style: italic;
}
.not-italic {
    font-style: normal;
}
.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
        var(--tw-numeric-figure) var(--tw-numeric-spacing)
        var(--tw-numeric-fraction);
}
.leading-10 {
    line-height: 2.5rem;
}
.leading-3 {
    line-height: 0.75rem;
}
.leading-4 {
    line-height: 1rem;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-8 {
    line-height: 2rem;
}
.leading-9 {
    line-height: 2.25rem;
}
.leading-\[1\.2\] {
    line-height: 1.2;
}
.leading-\[1\] {
    line-height: 1;
}
.leading-loose {
    line-height: 2;
}
.leading-none {
    line-height: 1;
}
.leading-normal {
    line-height: 1.5;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-snug {
    line-height: 1.375;
}
.leading-tight {
    line-height: 1.25;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.\!text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-transparent {
    color: transparent !important;
}
.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-100 {
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-100\/0 {
    color: hsla(48, 96%, 89%, 0);
}
.text-amber-100\/10 {
    color: hsla(48, 96%, 89%, 0.1);
}
.text-amber-100\/100 {
    color: #fef3c7;
}
.text-amber-100\/15 {
    color: hsla(48, 96%, 89%, 0.15);
}
.text-amber-100\/20 {
    color: hsla(48, 96%, 89%, 0.2);
}
.text-amber-100\/25 {
    color: hsla(48, 96%, 89%, 0.25);
}
.text-amber-100\/30 {
    color: hsla(48, 96%, 89%, 0.3);
}
.text-amber-100\/35 {
    color: hsla(48, 96%, 89%, 0.35);
}
.text-amber-100\/40 {
    color: hsla(48, 96%, 89%, 0.4);
}
.text-amber-100\/45 {
    color: hsla(48, 96%, 89%, 0.45);
}
.text-amber-100\/5 {
    color: hsla(48, 96%, 89%, 0.05);
}
.text-amber-100\/50 {
    color: hsla(48, 96%, 89%, 0.5);
}
.text-amber-100\/55 {
    color: hsla(48, 96%, 89%, 0.55);
}
.text-amber-100\/60 {
    color: hsla(48, 96%, 89%, 0.6);
}
.text-amber-100\/65 {
    color: hsla(48, 96%, 89%, 0.65);
}
.text-amber-100\/70 {
    color: hsla(48, 96%, 89%, 0.7);
}
.text-amber-100\/75 {
    color: hsla(48, 96%, 89%, 0.75);
}
.text-amber-100\/80 {
    color: hsla(48, 96%, 89%, 0.8);
}
.text-amber-100\/85 {
    color: hsla(48, 96%, 89%, 0.85);
}
.text-amber-100\/90 {
    color: hsla(48, 96%, 89%, 0.9);
}
.text-amber-100\/95 {
    color: hsla(48, 96%, 89%, 0.95);
}
.text-amber-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/0 {
    color: hsla(48, 97%, 77%, 0);
}
.text-amber-200\/10 {
    color: hsla(48, 97%, 77%, 0.1);
}
.text-amber-200\/100 {
    color: #fde68a;
}
.text-amber-200\/15 {
    color: hsla(48, 97%, 77%, 0.15);
}
.text-amber-200\/20 {
    color: hsla(48, 97%, 77%, 0.2);
}
.text-amber-200\/25 {
    color: hsla(48, 97%, 77%, 0.25);
}
.text-amber-200\/30 {
    color: hsla(48, 97%, 77%, 0.3);
}
.text-amber-200\/35 {
    color: hsla(48, 97%, 77%, 0.35);
}
.text-amber-200\/40 {
    color: hsla(48, 97%, 77%, 0.4);
}
.text-amber-200\/45 {
    color: hsla(48, 97%, 77%, 0.45);
}
.text-amber-200\/5 {
    color: hsla(48, 97%, 77%, 0.05);
}
.text-amber-200\/50 {
    color: hsla(48, 97%, 77%, 0.5);
}
.text-amber-200\/55 {
    color: hsla(48, 97%, 77%, 0.55);
}
.text-amber-200\/60 {
    color: hsla(48, 97%, 77%, 0.6);
}
.text-amber-200\/65 {
    color: hsla(48, 97%, 77%, 0.65);
}
.text-amber-200\/70 {
    color: hsla(48, 97%, 77%, 0.7);
}
.text-amber-200\/75 {
    color: hsla(48, 97%, 77%, 0.75);
}
.text-amber-200\/80 {
    color: hsla(48, 97%, 77%, 0.8);
}
.text-amber-200\/85 {
    color: hsla(48, 97%, 77%, 0.85);
}
.text-amber-200\/90 {
    color: hsla(48, 97%, 77%, 0.9);
}
.text-amber-200\/95 {
    color: hsla(48, 97%, 77%, 0.95);
}
.text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-300\/0 {
    color: rgba(252, 211, 77, 0);
}
.text-amber-300\/10 {
    color: rgba(252, 211, 77, 0.1);
}
.text-amber-300\/100 {
    color: #fcd34d;
}
.text-amber-300\/15 {
    color: rgba(252, 211, 77, 0.15);
}
.text-amber-300\/20 {
    color: rgba(252, 211, 77, 0.2);
}
.text-amber-300\/25 {
    color: rgba(252, 211, 77, 0.25);
}
.text-amber-300\/30 {
    color: rgba(252, 211, 77, 0.3);
}
.text-amber-300\/35 {
    color: rgba(252, 211, 77, 0.35);
}
.text-amber-300\/40 {
    color: rgba(252, 211, 77, 0.4);
}
.text-amber-300\/45 {
    color: rgba(252, 211, 77, 0.45);
}
.text-amber-300\/5 {
    color: rgba(252, 211, 77, 0.05);
}
.text-amber-300\/50 {
    color: rgba(252, 211, 77, 0.5);
}
.text-amber-300\/55 {
    color: rgba(252, 211, 77, 0.55);
}
.text-amber-300\/60 {
    color: rgba(252, 211, 77, 0.6);
}
.text-amber-300\/65 {
    color: rgba(252, 211, 77, 0.65);
}
.text-amber-300\/70 {
    color: rgba(252, 211, 77, 0.7);
}
.text-amber-300\/75 {
    color: rgba(252, 211, 77, 0.75);
}
.text-amber-300\/80 {
    color: rgba(252, 211, 77, 0.8);
}
.text-amber-300\/85 {
    color: rgba(252, 211, 77, 0.85);
}
.text-amber-300\/90 {
    color: rgba(252, 211, 77, 0.9);
}
.text-amber-300\/95 {
    color: rgba(252, 211, 77, 0.95);
}
.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-400\/0 {
    color: rgba(251, 191, 36, 0);
}
.text-amber-400\/10 {
    color: rgba(251, 191, 36, 0.1);
}
.text-amber-400\/100 {
    color: #fbbf24;
}
.text-amber-400\/15 {
    color: rgba(251, 191, 36, 0.15);
}
.text-amber-400\/20 {
    color: rgba(251, 191, 36, 0.2);
}
.text-amber-400\/25 {
    color: rgba(251, 191, 36, 0.25);
}
.text-amber-400\/30 {
    color: rgba(251, 191, 36, 0.3);
}
.text-amber-400\/35 {
    color: rgba(251, 191, 36, 0.35);
}
.text-amber-400\/40 {
    color: rgba(251, 191, 36, 0.4);
}
.text-amber-400\/45 {
    color: rgba(251, 191, 36, 0.45);
}
.text-amber-400\/5 {
    color: rgba(251, 191, 36, 0.05);
}
.text-amber-400\/50 {
    color: rgba(251, 191, 36, 0.5);
}
.text-amber-400\/55 {
    color: rgba(251, 191, 36, 0.55);
}
.text-amber-400\/60 {
    color: rgba(251, 191, 36, 0.6);
}
.text-amber-400\/65 {
    color: rgba(251, 191, 36, 0.65);
}
.text-amber-400\/70 {
    color: rgba(251, 191, 36, 0.7);
}
.text-amber-400\/75 {
    color: rgba(251, 191, 36, 0.75);
}
.text-amber-400\/80 {
    color: rgba(251, 191, 36, 0.8);
}
.text-amber-400\/85 {
    color: rgba(251, 191, 36, 0.85);
}
.text-amber-400\/90 {
    color: rgba(251, 191, 36, 0.9);
}
.text-amber-400\/95 {
    color: rgba(251, 191, 36, 0.95);
}
.text-amber-50 {
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-50\/0 {
    color: rgba(255, 251, 235, 0);
}
.text-amber-50\/10 {
    color: rgba(255, 251, 235, 0.1);
}
.text-amber-50\/100 {
    color: #fffbeb;
}
.text-amber-50\/15 {
    color: rgba(255, 251, 235, 0.15);
}
.text-amber-50\/20 {
    color: rgba(255, 251, 235, 0.2);
}
.text-amber-50\/25 {
    color: rgba(255, 251, 235, 0.25);
}
.text-amber-50\/30 {
    color: rgba(255, 251, 235, 0.3);
}
.text-amber-50\/35 {
    color: rgba(255, 251, 235, 0.35);
}
.text-amber-50\/40 {
    color: rgba(255, 251, 235, 0.4);
}
.text-amber-50\/45 {
    color: rgba(255, 251, 235, 0.45);
}
.text-amber-50\/5 {
    color: rgba(255, 251, 235, 0.05);
}
.text-amber-50\/50 {
    color: rgba(255, 251, 235, 0.5);
}
.text-amber-50\/55 {
    color: rgba(255, 251, 235, 0.55);
}
.text-amber-50\/60 {
    color: rgba(255, 251, 235, 0.6);
}
.text-amber-50\/65 {
    color: rgba(255, 251, 235, 0.65);
}
.text-amber-50\/70 {
    color: rgba(255, 251, 235, 0.7);
}
.text-amber-50\/75 {
    color: rgba(255, 251, 235, 0.75);
}
.text-amber-50\/80 {
    color: rgba(255, 251, 235, 0.8);
}
.text-amber-50\/85 {
    color: rgba(255, 251, 235, 0.85);
}
.text-amber-50\/90 {
    color: rgba(255, 251, 235, 0.9);
}
.text-amber-50\/95 {
    color: rgba(255, 251, 235, 0.95);
}
.text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-500\/0 {
    color: rgba(245, 158, 11, 0);
}
.text-amber-500\/10 {
    color: rgba(245, 158, 11, 0.1);
}
.text-amber-500\/100 {
    color: #f59e0b;
}
.text-amber-500\/15 {
    color: rgba(245, 158, 11, 0.15);
}
.text-amber-500\/20 {
    color: rgba(245, 158, 11, 0.2);
}
.text-amber-500\/25 {
    color: rgba(245, 158, 11, 0.25);
}
.text-amber-500\/30 {
    color: rgba(245, 158, 11, 0.3);
}
.text-amber-500\/35 {
    color: rgba(245, 158, 11, 0.35);
}
.text-amber-500\/40 {
    color: rgba(245, 158, 11, 0.4);
}
.text-amber-500\/45 {
    color: rgba(245, 158, 11, 0.45);
}
.text-amber-500\/5 {
    color: rgba(245, 158, 11, 0.05);
}
.text-amber-500\/50 {
    color: rgba(245, 158, 11, 0.5);
}
.text-amber-500\/55 {
    color: rgba(245, 158, 11, 0.55);
}
.text-amber-500\/60 {
    color: rgba(245, 158, 11, 0.6);
}
.text-amber-500\/65 {
    color: rgba(245, 158, 11, 0.65);
}
.text-amber-500\/70 {
    color: rgba(245, 158, 11, 0.7);
}
.text-amber-500\/75 {
    color: rgba(245, 158, 11, 0.75);
}
.text-amber-500\/80 {
    color: rgba(245, 158, 11, 0.8);
}
.text-amber-500\/85 {
    color: rgba(245, 158, 11, 0.85);
}
.text-amber-500\/90 {
    color: rgba(245, 158, 11, 0.9);
}
.text-amber-500\/95 {
    color: rgba(245, 158, 11, 0.95);
}
.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-600\/0 {
    color: rgba(217, 119, 6, 0);
}
.text-amber-600\/10 {
    color: rgba(217, 119, 6, 0.1);
}
.text-amber-600\/100 {
    color: #d97706;
}
.text-amber-600\/15 {
    color: rgba(217, 119, 6, 0.15);
}
.text-amber-600\/20 {
    color: rgba(217, 119, 6, 0.2);
}
.text-amber-600\/25 {
    color: rgba(217, 119, 6, 0.25);
}
.text-amber-600\/30 {
    color: rgba(217, 119, 6, 0.3);
}
.text-amber-600\/35 {
    color: rgba(217, 119, 6, 0.35);
}
.text-amber-600\/40 {
    color: rgba(217, 119, 6, 0.4);
}
.text-amber-600\/45 {
    color: rgba(217, 119, 6, 0.45);
}
.text-amber-600\/5 {
    color: rgba(217, 119, 6, 0.05);
}
.text-amber-600\/50 {
    color: rgba(217, 119, 6, 0.5);
}
.text-amber-600\/55 {
    color: rgba(217, 119, 6, 0.55);
}
.text-amber-600\/60 {
    color: rgba(217, 119, 6, 0.6);
}
.text-amber-600\/65 {
    color: rgba(217, 119, 6, 0.65);
}
.text-amber-600\/70 {
    color: rgba(217, 119, 6, 0.7);
}
.text-amber-600\/75 {
    color: rgba(217, 119, 6, 0.75);
}
.text-amber-600\/80 {
    color: rgba(217, 119, 6, 0.8);
}
.text-amber-600\/85 {
    color: rgba(217, 119, 6, 0.85);
}
.text-amber-600\/90 {
    color: rgba(217, 119, 6, 0.9);
}
.text-amber-600\/95 {
    color: rgba(217, 119, 6, 0.95);
}
.text-amber-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-700\/0 {
    color: rgba(180, 83, 9, 0);
}
.text-amber-700\/10 {
    color: rgba(180, 83, 9, 0.1);
}
.text-amber-700\/100 {
    color: #b45309;
}
.text-amber-700\/15 {
    color: rgba(180, 83, 9, 0.15);
}
.text-amber-700\/20 {
    color: rgba(180, 83, 9, 0.2);
}
.text-amber-700\/25 {
    color: rgba(180, 83, 9, 0.25);
}
.text-amber-700\/30 {
    color: rgba(180, 83, 9, 0.3);
}
.text-amber-700\/35 {
    color: rgba(180, 83, 9, 0.35);
}
.text-amber-700\/40 {
    color: rgba(180, 83, 9, 0.4);
}
.text-amber-700\/45 {
    color: rgba(180, 83, 9, 0.45);
}
.text-amber-700\/5 {
    color: rgba(180, 83, 9, 0.05);
}
.text-amber-700\/50 {
    color: rgba(180, 83, 9, 0.5);
}
.text-amber-700\/55 {
    color: rgba(180, 83, 9, 0.55);
}
.text-amber-700\/60 {
    color: rgba(180, 83, 9, 0.6);
}
.text-amber-700\/65 {
    color: rgba(180, 83, 9, 0.65);
}
.text-amber-700\/70 {
    color: rgba(180, 83, 9, 0.7);
}
.text-amber-700\/75 {
    color: rgba(180, 83, 9, 0.75);
}
.text-amber-700\/80 {
    color: rgba(180, 83, 9, 0.8);
}
.text-amber-700\/85 {
    color: rgba(180, 83, 9, 0.85);
}
.text-amber-700\/90 {
    color: rgba(180, 83, 9, 0.9);
}
.text-amber-700\/95 {
    color: rgba(180, 83, 9, 0.95);
}
.text-amber-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-800\/0 {
    color: rgba(146, 64, 14, 0);
}
.text-amber-800\/10 {
    color: rgba(146, 64, 14, 0.1);
}
.text-amber-800\/100 {
    color: #92400e;
}
.text-amber-800\/15 {
    color: rgba(146, 64, 14, 0.15);
}
.text-amber-800\/20 {
    color: rgba(146, 64, 14, 0.2);
}
.text-amber-800\/25 {
    color: rgba(146, 64, 14, 0.25);
}
.text-amber-800\/30 {
    color: rgba(146, 64, 14, 0.3);
}
.text-amber-800\/35 {
    color: rgba(146, 64, 14, 0.35);
}
.text-amber-800\/40 {
    color: rgba(146, 64, 14, 0.4);
}
.text-amber-800\/45 {
    color: rgba(146, 64, 14, 0.45);
}
.text-amber-800\/5 {
    color: rgba(146, 64, 14, 0.05);
}
.text-amber-800\/50 {
    color: rgba(146, 64, 14, 0.5);
}
.text-amber-800\/55 {
    color: rgba(146, 64, 14, 0.55);
}
.text-amber-800\/60 {
    color: rgba(146, 64, 14, 0.6);
}
.text-amber-800\/65 {
    color: rgba(146, 64, 14, 0.65);
}
.text-amber-800\/70 {
    color: rgba(146, 64, 14, 0.7);
}
.text-amber-800\/75 {
    color: rgba(146, 64, 14, 0.75);
}
.text-amber-800\/80 {
    color: rgba(146, 64, 14, 0.8);
}
.text-amber-800\/85 {
    color: rgba(146, 64, 14, 0.85);
}
.text-amber-800\/90 {
    color: rgba(146, 64, 14, 0.9);
}
.text-amber-800\/95 {
    color: rgba(146, 64, 14, 0.95);
}
.text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-amber-900\/0 {
    color: rgba(120, 53, 15, 0);
}
.text-amber-900\/10 {
    color: rgba(120, 53, 15, 0.1);
}
.text-amber-900\/100 {
    color: #78350f;
}
.text-amber-900\/15 {
    color: rgba(120, 53, 15, 0.15);
}
.text-amber-900\/20 {
    color: rgba(120, 53, 15, 0.2);
}
.text-amber-900\/25 {
    color: rgba(120, 53, 15, 0.25);
}
.text-amber-900\/30 {
    color: rgba(120, 53, 15, 0.3);
}
.text-amber-900\/35 {
    color: rgba(120, 53, 15, 0.35);
}
.text-amber-900\/40 {
    color: rgba(120, 53, 15, 0.4);
}
.text-amber-900\/45 {
    color: rgba(120, 53, 15, 0.45);
}
.text-amber-900\/5 {
    color: rgba(120, 53, 15, 0.05);
}
.text-amber-900\/50 {
    color: rgba(120, 53, 15, 0.5);
}
.text-amber-900\/55 {
    color: rgba(120, 53, 15, 0.55);
}
.text-amber-900\/60 {
    color: rgba(120, 53, 15, 0.6);
}
.text-amber-900\/65 {
    color: rgba(120, 53, 15, 0.65);
}
.text-amber-900\/70 {
    color: rgba(120, 53, 15, 0.7);
}
.text-amber-900\/75 {
    color: rgba(120, 53, 15, 0.75);
}
.text-amber-900\/80 {
    color: rgba(120, 53, 15, 0.8);
}
.text-amber-900\/85 {
    color: rgba(120, 53, 15, 0.85);
}
.text-amber-900\/90 {
    color: rgba(120, 53, 15, 0.9);
}
.text-amber-900\/95 {
    color: rgba(120, 53, 15, 0.95);
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/0 {
    color: rgba(219, 234, 254, 0);
}
.text-blue-100\/10 {
    color: rgba(219, 234, 254, 0.1);
}
.text-blue-100\/100 {
    color: #dbeafe;
}
.text-blue-100\/15 {
    color: rgba(219, 234, 254, 0.15);
}
.text-blue-100\/20 {
    color: rgba(219, 234, 254, 0.2);
}
.text-blue-100\/25 {
    color: rgba(219, 234, 254, 0.25);
}
.text-blue-100\/30 {
    color: rgba(219, 234, 254, 0.3);
}
.text-blue-100\/35 {
    color: rgba(219, 234, 254, 0.35);
}
.text-blue-100\/40 {
    color: rgba(219, 234, 254, 0.4);
}
.text-blue-100\/45 {
    color: rgba(219, 234, 254, 0.45);
}
.text-blue-100\/5 {
    color: rgba(219, 234, 254, 0.05);
}
.text-blue-100\/50 {
    color: rgba(219, 234, 254, 0.5);
}
.text-blue-100\/55 {
    color: rgba(219, 234, 254, 0.55);
}
.text-blue-100\/60 {
    color: rgba(219, 234, 254, 0.6);
}
.text-blue-100\/65 {
    color: rgba(219, 234, 254, 0.65);
}
.text-blue-100\/70 {
    color: rgba(219, 234, 254, 0.7);
}
.text-blue-100\/75 {
    color: rgba(219, 234, 254, 0.75);
}
.text-blue-100\/80 {
    color: rgba(219, 234, 254, 0.8);
}
.text-blue-100\/85 {
    color: rgba(219, 234, 254, 0.85);
}
.text-blue-100\/90 {
    color: rgba(219, 234, 254, 0.9);
}
.text-blue-100\/95 {
    color: rgba(219, 234, 254, 0.95);
}
.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-200\/0 {
    color: rgba(191, 219, 254, 0);
}
.text-blue-200\/10 {
    color: rgba(191, 219, 254, 0.1);
}
.text-blue-200\/100 {
    color: #bfdbfe;
}
.text-blue-200\/15 {
    color: rgba(191, 219, 254, 0.15);
}
.text-blue-200\/20 {
    color: rgba(191, 219, 254, 0.2);
}
.text-blue-200\/25 {
    color: rgba(191, 219, 254, 0.25);
}
.text-blue-200\/30 {
    color: rgba(191, 219, 254, 0.3);
}
.text-blue-200\/35 {
    color: rgba(191, 219, 254, 0.35);
}
.text-blue-200\/40 {
    color: rgba(191, 219, 254, 0.4);
}
.text-blue-200\/45 {
    color: rgba(191, 219, 254, 0.45);
}
.text-blue-200\/5 {
    color: rgba(191, 219, 254, 0.05);
}
.text-blue-200\/50 {
    color: rgba(191, 219, 254, 0.5);
}
.text-blue-200\/55 {
    color: rgba(191, 219, 254, 0.55);
}
.text-blue-200\/60 {
    color: rgba(191, 219, 254, 0.6);
}
.text-blue-200\/65 {
    color: rgba(191, 219, 254, 0.65);
}
.text-blue-200\/70 {
    color: rgba(191, 219, 254, 0.7);
}
.text-blue-200\/75 {
    color: rgba(191, 219, 254, 0.75);
}
.text-blue-200\/80 {
    color: rgba(191, 219, 254, 0.8);
}
.text-blue-200\/85 {
    color: rgba(191, 219, 254, 0.85);
}
.text-blue-200\/90 {
    color: rgba(191, 219, 254, 0.9);
}
.text-blue-200\/95 {
    color: rgba(191, 219, 254, 0.95);
}
.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-300\/0 {
    color: rgba(147, 197, 253, 0);
}
.text-blue-300\/10 {
    color: rgba(147, 197, 253, 0.1);
}
.text-blue-300\/100 {
    color: #93c5fd;
}
.text-blue-300\/15 {
    color: rgba(147, 197, 253, 0.15);
}
.text-blue-300\/20 {
    color: rgba(147, 197, 253, 0.2);
}
.text-blue-300\/25 {
    color: rgba(147, 197, 253, 0.25);
}
.text-blue-300\/30 {
    color: rgba(147, 197, 253, 0.3);
}
.text-blue-300\/35 {
    color: rgba(147, 197, 253, 0.35);
}
.text-blue-300\/40 {
    color: rgba(147, 197, 253, 0.4);
}
.text-blue-300\/45 {
    color: rgba(147, 197, 253, 0.45);
}
.text-blue-300\/5 {
    color: rgba(147, 197, 253, 0.05);
}
.text-blue-300\/50 {
    color: rgba(147, 197, 253, 0.5);
}
.text-blue-300\/55 {
    color: rgba(147, 197, 253, 0.55);
}
.text-blue-300\/60 {
    color: rgba(147, 197, 253, 0.6);
}
.text-blue-300\/65 {
    color: rgba(147, 197, 253, 0.65);
}
.text-blue-300\/70 {
    color: rgba(147, 197, 253, 0.7);
}
.text-blue-300\/75 {
    color: rgba(147, 197, 253, 0.75);
}
.text-blue-300\/80 {
    color: rgba(147, 197, 253, 0.8);
}
.text-blue-300\/85 {
    color: rgba(147, 197, 253, 0.85);
}
.text-blue-300\/90 {
    color: rgba(147, 197, 253, 0.9);
}
.text-blue-300\/95 {
    color: rgba(147, 197, 253, 0.95);
}
.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/0 {
    color: rgba(96, 165, 250, 0);
}
.text-blue-400\/10 {
    color: rgba(96, 165, 250, 0.1);
}
.text-blue-400\/100 {
    color: #60a5fa;
}
.text-blue-400\/15 {
    color: rgba(96, 165, 250, 0.15);
}
.text-blue-400\/20 {
    color: rgba(96, 165, 250, 0.2);
}
.text-blue-400\/25 {
    color: rgba(96, 165, 250, 0.25);
}
.text-blue-400\/30 {
    color: rgba(96, 165, 250, 0.3);
}
.text-blue-400\/35 {
    color: rgba(96, 165, 250, 0.35);
}
.text-blue-400\/40 {
    color: rgba(96, 165, 250, 0.4);
}
.text-blue-400\/45 {
    color: rgba(96, 165, 250, 0.45);
}
.text-blue-400\/5 {
    color: rgba(96, 165, 250, 0.05);
}
.text-blue-400\/50 {
    color: rgba(96, 165, 250, 0.5);
}
.text-blue-400\/55 {
    color: rgba(96, 165, 250, 0.55);
}
.text-blue-400\/60 {
    color: rgba(96, 165, 250, 0.6);
}
.text-blue-400\/65 {
    color: rgba(96, 165, 250, 0.65);
}
.text-blue-400\/70 {
    color: rgba(96, 165, 250, 0.7);
}
.text-blue-400\/75 {
    color: rgba(96, 165, 250, 0.75);
}
.text-blue-400\/80 {
    color: rgba(96, 165, 250, 0.8);
}
.text-blue-400\/85 {
    color: rgba(96, 165, 250, 0.85);
}
.text-blue-400\/90 {
    color: rgba(96, 165, 250, 0.9);
}
.text-blue-400\/95 {
    color: rgba(96, 165, 250, 0.95);
}
.text-blue-50 {
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.text-blue-50\/0 {
    color: rgba(239, 246, 255, 0);
}
.text-blue-50\/10 {
    color: rgba(239, 246, 255, 0.1);
}
.text-blue-50\/100 {
    color: #eff6ff;
}
.text-blue-50\/15 {
    color: rgba(239, 246, 255, 0.15);
}
.text-blue-50\/20 {
    color: rgba(239, 246, 255, 0.2);
}
.text-blue-50\/25 {
    color: rgba(239, 246, 255, 0.25);
}
.text-blue-50\/30 {
    color: rgba(239, 246, 255, 0.3);
}
.text-blue-50\/35 {
    color: rgba(239, 246, 255, 0.35);
}
.text-blue-50\/40 {
    color: rgba(239, 246, 255, 0.4);
}
.text-blue-50\/45 {
    color: rgba(239, 246, 255, 0.45);
}
.text-blue-50\/5 {
    color: rgba(239, 246, 255, 0.05);
}
.text-blue-50\/50 {
    color: rgba(239, 246, 255, 0.5);
}
.text-blue-50\/55 {
    color: rgba(239, 246, 255, 0.55);
}
.text-blue-50\/60 {
    color: rgba(239, 246, 255, 0.6);
}
.text-blue-50\/65 {
    color: rgba(239, 246, 255, 0.65);
}
.text-blue-50\/70 {
    color: rgba(239, 246, 255, 0.7);
}
.text-blue-50\/75 {
    color: rgba(239, 246, 255, 0.75);
}
.text-blue-50\/80 {
    color: rgba(239, 246, 255, 0.8);
}
.text-blue-50\/85 {
    color: rgba(239, 246, 255, 0.85);
}
.text-blue-50\/90 {
    color: rgba(239, 246, 255, 0.9);
}
.text-blue-50\/95 {
    color: rgba(239, 246, 255, 0.95);
}
.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-500\/0 {
    color: rgba(59, 130, 246, 0);
}
.text-blue-500\/10 {
    color: rgba(59, 130, 246, 0.1);
}
.text-blue-500\/100 {
    color: #3b82f6;
}
.text-blue-500\/15 {
    color: rgba(59, 130, 246, 0.15);
}
.text-blue-500\/20 {
    color: rgba(59, 130, 246, 0.2);
}
.text-blue-500\/25 {
    color: rgba(59, 130, 246, 0.25);
}
.text-blue-500\/30 {
    color: rgba(59, 130, 246, 0.3);
}
.text-blue-500\/35 {
    color: rgba(59, 130, 246, 0.35);
}
.text-blue-500\/40 {
    color: rgba(59, 130, 246, 0.4);
}
.text-blue-500\/45 {
    color: rgba(59, 130, 246, 0.45);
}
.text-blue-500\/5 {
    color: rgba(59, 130, 246, 0.05);
}
.text-blue-500\/50 {
    color: rgba(59, 130, 246, 0.5);
}
.text-blue-500\/55 {
    color: rgba(59, 130, 246, 0.55);
}
.text-blue-500\/60 {
    color: rgba(59, 130, 246, 0.6);
}
.text-blue-500\/65 {
    color: rgba(59, 130, 246, 0.65);
}
.text-blue-500\/70 {
    color: rgba(59, 130, 246, 0.7);
}
.text-blue-500\/75 {
    color: rgba(59, 130, 246, 0.75);
}
.text-blue-500\/80 {
    color: rgba(59, 130, 246, 0.8);
}
.text-blue-500\/85 {
    color: rgba(59, 130, 246, 0.85);
}
.text-blue-500\/90 {
    color: rgba(59, 130, 246, 0.9);
}
.text-blue-500\/95 {
    color: rgba(59, 130, 246, 0.95);
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(59 124 248 / var(--tw-text-opacity, 1));
}
.text-blue-600\/0 {
    color: rgba(59, 124, 248, 0);
}
.text-blue-600\/10 {
    color: rgba(59, 124, 248, 0.1);
}
.text-blue-600\/100 {
    color: #3b7cf8;
}
.text-blue-600\/15 {
    color: rgba(59, 124, 248, 0.15);
}
.text-blue-600\/20 {
    color: rgba(59, 124, 248, 0.2);
}
.text-blue-600\/25 {
    color: rgba(59, 124, 248, 0.25);
}
.text-blue-600\/30 {
    color: rgba(59, 124, 248, 0.3);
}
.text-blue-600\/35 {
    color: rgba(59, 124, 248, 0.35);
}
.text-blue-600\/40 {
    color: rgba(59, 124, 248, 0.4);
}
.text-blue-600\/45 {
    color: rgba(59, 124, 248, 0.45);
}
.text-blue-600\/5 {
    color: rgba(59, 124, 248, 0.05);
}
.text-blue-600\/50 {
    color: rgba(59, 124, 248, 0.5);
}
.text-blue-600\/55 {
    color: rgba(59, 124, 248, 0.55);
}
.text-blue-600\/60 {
    color: rgba(59, 124, 248, 0.6);
}
.text-blue-600\/65 {
    color: rgba(59, 124, 248, 0.65);
}
.text-blue-600\/70 {
    color: rgba(59, 124, 248, 0.7);
}
.text-blue-600\/75 {
    color: rgba(59, 124, 248, 0.75);
}
.text-blue-600\/80 {
    color: rgba(59, 124, 248, 0.8);
}
.text-blue-600\/85 {
    color: rgba(59, 124, 248, 0.85);
}
.text-blue-600\/90 {
    color: rgba(59, 124, 248, 0.9);
}
.text-blue-600\/95 {
    color: rgba(59, 124, 248, 0.95);
}
.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(55 98 235 / var(--tw-text-opacity, 1));
}
.text-blue-700\/0 {
    color: rgba(55, 98, 235, 0);
}
.text-blue-700\/10 {
    color: rgba(55, 98, 235, 0.1);
}
.text-blue-700\/100 {
    color: #3762eb;
}
.text-blue-700\/15 {
    color: rgba(55, 98, 235, 0.15);
}
.text-blue-700\/20 {
    color: rgba(55, 98, 235, 0.2);
}
.text-blue-700\/25 {
    color: rgba(55, 98, 235, 0.25);
}
.text-blue-700\/30 {
    color: rgba(55, 98, 235, 0.3);
}
.text-blue-700\/35 {
    color: rgba(55, 98, 235, 0.35);
}
.text-blue-700\/40 {
    color: rgba(55, 98, 235, 0.4);
}
.text-blue-700\/45 {
    color: rgba(55, 98, 235, 0.45);
}
.text-blue-700\/5 {
    color: rgba(55, 98, 235, 0.05);
}
.text-blue-700\/50 {
    color: rgba(55, 98, 235, 0.5);
}
.text-blue-700\/55 {
    color: rgba(55, 98, 235, 0.55);
}
.text-blue-700\/60 {
    color: rgba(55, 98, 235, 0.6);
}
.text-blue-700\/65 {
    color: rgba(55, 98, 235, 0.65);
}
.text-blue-700\/70 {
    color: rgba(55, 98, 235, 0.7);
}
.text-blue-700\/75 {
    color: rgba(55, 98, 235, 0.75);
}
.text-blue-700\/80 {
    color: rgba(55, 98, 235, 0.8);
}
.text-blue-700\/85 {
    color: rgba(55, 98, 235, 0.85);
}
.text-blue-700\/90 {
    color: rgba(55, 98, 235, 0.9);
}
.text-blue-700\/95 {
    color: rgba(55, 98, 235, 0.95);
}
.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-800\/0 {
    color: rgba(30, 64, 175, 0);
}
.text-blue-800\/10 {
    color: rgba(30, 64, 175, 0.1);
}
.text-blue-800\/100 {
    color: #1e40af;
}
.text-blue-800\/15 {
    color: rgba(30, 64, 175, 0.15);
}
.text-blue-800\/20 {
    color: rgba(30, 64, 175, 0.2);
}
.text-blue-800\/25 {
    color: rgba(30, 64, 175, 0.25);
}
.text-blue-800\/30 {
    color: rgba(30, 64, 175, 0.3);
}
.text-blue-800\/35 {
    color: rgba(30, 64, 175, 0.35);
}
.text-blue-800\/40 {
    color: rgba(30, 64, 175, 0.4);
}
.text-blue-800\/45 {
    color: rgba(30, 64, 175, 0.45);
}
.text-blue-800\/5 {
    color: rgba(30, 64, 175, 0.05);
}
.text-blue-800\/50 {
    color: rgba(30, 64, 175, 0.5);
}
.text-blue-800\/55 {
    color: rgba(30, 64, 175, 0.55);
}
.text-blue-800\/60 {
    color: rgba(30, 64, 175, 0.6);
}
.text-blue-800\/65 {
    color: rgba(30, 64, 175, 0.65);
}
.text-blue-800\/70 {
    color: rgba(30, 64, 175, 0.7);
}
.text-blue-800\/75 {
    color: rgba(30, 64, 175, 0.75);
}
.text-blue-800\/80 {
    color: rgba(30, 64, 175, 0.8);
}
.text-blue-800\/85 {
    color: rgba(30, 64, 175, 0.85);
}
.text-blue-800\/90 {
    color: rgba(30, 64, 175, 0.9);
}
.text-blue-800\/95 {
    color: rgba(30, 64, 175, 0.95);
}
.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-blue-900\/0 {
    color: rgba(30, 58, 138, 0);
}
.text-blue-900\/10 {
    color: rgba(30, 58, 138, 0.1);
}
.text-blue-900\/100 {
    color: #1e3a8a;
}
.text-blue-900\/15 {
    color: rgba(30, 58, 138, 0.15);
}
.text-blue-900\/20 {
    color: rgba(30, 58, 138, 0.2);
}
.text-blue-900\/25 {
    color: rgba(30, 58, 138, 0.25);
}
.text-blue-900\/30 {
    color: rgba(30, 58, 138, 0.3);
}
.text-blue-900\/35 {
    color: rgba(30, 58, 138, 0.35);
}
.text-blue-900\/40 {
    color: rgba(30, 58, 138, 0.4);
}
.text-blue-900\/45 {
    color: rgba(30, 58, 138, 0.45);
}
.text-blue-900\/5 {
    color: rgba(30, 58, 138, 0.05);
}
.text-blue-900\/50 {
    color: rgba(30, 58, 138, 0.5);
}
.text-blue-900\/55 {
    color: rgba(30, 58, 138, 0.55);
}
.text-blue-900\/60 {
    color: rgba(30, 58, 138, 0.6);
}
.text-blue-900\/65 {
    color: rgba(30, 58, 138, 0.65);
}
.text-blue-900\/70 {
    color: rgba(30, 58, 138, 0.7);
}
.text-blue-900\/75 {
    color: rgba(30, 58, 138, 0.75);
}
.text-blue-900\/80 {
    color: rgba(30, 58, 138, 0.8);
}
.text-blue-900\/85 {
    color: rgba(30, 58, 138, 0.85);
}
.text-blue-900\/90 {
    color: rgba(30, 58, 138, 0.9);
}
.text-blue-900\/95 {
    color: rgba(30, 58, 138, 0.95);
}
.text-bluegray-100 {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-bluegray-100\/0 {
    color: rgba(241, 245, 249, 0);
}
.text-bluegray-100\/10 {
    color: rgba(241, 245, 249, 0.1);
}
.text-bluegray-100\/100 {
    color: #f1f5f9;
}
.text-bluegray-100\/15 {
    color: rgba(241, 245, 249, 0.15);
}
.text-bluegray-100\/20 {
    color: rgba(241, 245, 249, 0.2);
}
.text-bluegray-100\/25 {
    color: rgba(241, 245, 249, 0.25);
}
.text-bluegray-100\/30 {
    color: rgba(241, 245, 249, 0.3);
}
.text-bluegray-100\/35 {
    color: rgba(241, 245, 249, 0.35);
}
.text-bluegray-100\/40 {
    color: rgba(241, 245, 249, 0.4);
}
.text-bluegray-100\/45 {
    color: rgba(241, 245, 249, 0.45);
}
.text-bluegray-100\/5 {
    color: rgba(241, 245, 249, 0.05);
}
.text-bluegray-100\/50 {
    color: rgba(241, 245, 249, 0.5);
}
.text-bluegray-100\/55 {
    color: rgba(241, 245, 249, 0.55);
}
.text-bluegray-100\/60 {
    color: rgba(241, 245, 249, 0.6);
}
.text-bluegray-100\/65 {
    color: rgba(241, 245, 249, 0.65);
}
.text-bluegray-100\/70 {
    color: rgba(241, 245, 249, 0.7);
}
.text-bluegray-100\/75 {
    color: rgba(241, 245, 249, 0.75);
}
.text-bluegray-100\/80 {
    color: rgba(241, 245, 249, 0.8);
}
.text-bluegray-100\/85 {
    color: rgba(241, 245, 249, 0.85);
}
.text-bluegray-100\/90 {
    color: rgba(241, 245, 249, 0.9);
}
.text-bluegray-100\/95 {
    color: rgba(241, 245, 249, 0.95);
}
.text-bluegray-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-bluegray-200\/0 {
    color: rgba(226, 232, 240, 0);
}
.text-bluegray-200\/10 {
    color: rgba(226, 232, 240, 0.1);
}
.text-bluegray-200\/100 {
    color: #e2e8f0;
}
.text-bluegray-200\/15 {
    color: rgba(226, 232, 240, 0.15);
}
.text-bluegray-200\/20 {
    color: rgba(226, 232, 240, 0.2);
}
.text-bluegray-200\/25 {
    color: rgba(226, 232, 240, 0.25);
}
.text-bluegray-200\/30 {
    color: rgba(226, 232, 240, 0.3);
}
.text-bluegray-200\/35 {
    color: rgba(226, 232, 240, 0.35);
}
.text-bluegray-200\/40 {
    color: rgba(226, 232, 240, 0.4);
}
.text-bluegray-200\/45 {
    color: rgba(226, 232, 240, 0.45);
}
.text-bluegray-200\/5 {
    color: rgba(226, 232, 240, 0.05);
}
.text-bluegray-200\/50 {
    color: rgba(226, 232, 240, 0.5);
}
.text-bluegray-200\/55 {
    color: rgba(226, 232, 240, 0.55);
}
.text-bluegray-200\/60 {
    color: rgba(226, 232, 240, 0.6);
}
.text-bluegray-200\/65 {
    color: rgba(226, 232, 240, 0.65);
}
.text-bluegray-200\/70 {
    color: rgba(226, 232, 240, 0.7);
}
.text-bluegray-200\/75 {
    color: rgba(226, 232, 240, 0.75);
}
.text-bluegray-200\/80 {
    color: rgba(226, 232, 240, 0.8);
}
.text-bluegray-200\/85 {
    color: rgba(226, 232, 240, 0.85);
}
.text-bluegray-200\/90 {
    color: rgba(226, 232, 240, 0.9);
}
.text-bluegray-200\/95 {
    color: rgba(226, 232, 240, 0.95);
}
.text-bluegray-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-bluegray-300\/0 {
    color: rgba(203, 213, 225, 0);
}
.text-bluegray-300\/10 {
    color: rgba(203, 213, 225, 0.1);
}
.text-bluegray-300\/100 {
    color: #cbd5e1;
}
.text-bluegray-300\/15 {
    color: rgba(203, 213, 225, 0.15);
}
.text-bluegray-300\/20 {
    color: rgba(203, 213, 225, 0.2);
}
.text-bluegray-300\/25 {
    color: rgba(203, 213, 225, 0.25);
}
.text-bluegray-300\/30 {
    color: rgba(203, 213, 225, 0.3);
}
.text-bluegray-300\/35 {
    color: rgba(203, 213, 225, 0.35);
}
.text-bluegray-300\/40 {
    color: rgba(203, 213, 225, 0.4);
}
.text-bluegray-300\/45 {
    color: rgba(203, 213, 225, 0.45);
}
.text-bluegray-300\/5 {
    color: rgba(203, 213, 225, 0.05);
}
.text-bluegray-300\/50 {
    color: rgba(203, 213, 225, 0.5);
}
.text-bluegray-300\/55 {
    color: rgba(203, 213, 225, 0.55);
}
.text-bluegray-300\/60 {
    color: rgba(203, 213, 225, 0.6);
}
.text-bluegray-300\/65 {
    color: rgba(203, 213, 225, 0.65);
}
.text-bluegray-300\/70 {
    color: rgba(203, 213, 225, 0.7);
}
.text-bluegray-300\/75 {
    color: rgba(203, 213, 225, 0.75);
}
.text-bluegray-300\/80 {
    color: rgba(203, 213, 225, 0.8);
}
.text-bluegray-300\/85 {
    color: rgba(203, 213, 225, 0.85);
}
.text-bluegray-300\/90 {
    color: rgba(203, 213, 225, 0.9);
}
.text-bluegray-300\/95 {
    color: rgba(203, 213, 225, 0.95);
}
.text-bluegray-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-bluegray-400\/0 {
    color: rgba(148, 163, 184, 0);
}
.text-bluegray-400\/10 {
    color: rgba(148, 163, 184, 0.1);
}
.text-bluegray-400\/100 {
    color: #94a3b8;
}
.text-bluegray-400\/15 {
    color: rgba(148, 163, 184, 0.15);
}
.text-bluegray-400\/20 {
    color: rgba(148, 163, 184, 0.2);
}
.text-bluegray-400\/25 {
    color: rgba(148, 163, 184, 0.25);
}
.text-bluegray-400\/30 {
    color: rgba(148, 163, 184, 0.3);
}
.text-bluegray-400\/35 {
    color: rgba(148, 163, 184, 0.35);
}
.text-bluegray-400\/40 {
    color: rgba(148, 163, 184, 0.4);
}
.text-bluegray-400\/45 {
    color: rgba(148, 163, 184, 0.45);
}
.text-bluegray-400\/5 {
    color: rgba(148, 163, 184, 0.05);
}
.text-bluegray-400\/50 {
    color: rgba(148, 163, 184, 0.5);
}
.text-bluegray-400\/55 {
    color: rgba(148, 163, 184, 0.55);
}
.text-bluegray-400\/60 {
    color: rgba(148, 163, 184, 0.6);
}
.text-bluegray-400\/65 {
    color: rgba(148, 163, 184, 0.65);
}
.text-bluegray-400\/70 {
    color: rgba(148, 163, 184, 0.7);
}
.text-bluegray-400\/75 {
    color: rgba(148, 163, 184, 0.75);
}
.text-bluegray-400\/80 {
    color: rgba(148, 163, 184, 0.8);
}
.text-bluegray-400\/85 {
    color: rgba(148, 163, 184, 0.85);
}
.text-bluegray-400\/90 {
    color: rgba(148, 163, 184, 0.9);
}
.text-bluegray-400\/95 {
    color: rgba(148, 163, 184, 0.95);
}
.text-bluegray-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-bluegray-50\/0 {
    color: rgba(248, 250, 252, 0);
}
.text-bluegray-50\/10 {
    color: rgba(248, 250, 252, 0.1);
}
.text-bluegray-50\/100 {
    color: #f8fafc;
}
.text-bluegray-50\/15 {
    color: rgba(248, 250, 252, 0.15);
}
.text-bluegray-50\/20 {
    color: rgba(248, 250, 252, 0.2);
}
.text-bluegray-50\/25 {
    color: rgba(248, 250, 252, 0.25);
}
.text-bluegray-50\/30 {
    color: rgba(248, 250, 252, 0.3);
}
.text-bluegray-50\/35 {
    color: rgba(248, 250, 252, 0.35);
}
.text-bluegray-50\/40 {
    color: rgba(248, 250, 252, 0.4);
}
.text-bluegray-50\/45 {
    color: rgba(248, 250, 252, 0.45);
}
.text-bluegray-50\/5 {
    color: rgba(248, 250, 252, 0.05);
}
.text-bluegray-50\/50 {
    color: rgba(248, 250, 252, 0.5);
}
.text-bluegray-50\/55 {
    color: rgba(248, 250, 252, 0.55);
}
.text-bluegray-50\/60 {
    color: rgba(248, 250, 252, 0.6);
}
.text-bluegray-50\/65 {
    color: rgba(248, 250, 252, 0.65);
}
.text-bluegray-50\/70 {
    color: rgba(248, 250, 252, 0.7);
}
.text-bluegray-50\/75 {
    color: rgba(248, 250, 252, 0.75);
}
.text-bluegray-50\/80 {
    color: rgba(248, 250, 252, 0.8);
}
.text-bluegray-50\/85 {
    color: rgba(248, 250, 252, 0.85);
}
.text-bluegray-50\/90 {
    color: rgba(248, 250, 252, 0.9);
}
.text-bluegray-50\/95 {
    color: rgba(248, 250, 252, 0.95);
}
.text-bluegray-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-bluegray-500\/0 {
    color: rgba(100, 116, 139, 0);
}
.text-bluegray-500\/10 {
    color: rgba(100, 116, 139, 0.1);
}
.text-bluegray-500\/100 {
    color: #64748b;
}
.text-bluegray-500\/15 {
    color: rgba(100, 116, 139, 0.15);
}
.text-bluegray-500\/20 {
    color: rgba(100, 116, 139, 0.2);
}
.text-bluegray-500\/25 {
    color: rgba(100, 116, 139, 0.25);
}
.text-bluegray-500\/30 {
    color: rgba(100, 116, 139, 0.3);
}
.text-bluegray-500\/35 {
    color: rgba(100, 116, 139, 0.35);
}
.text-bluegray-500\/40 {
    color: rgba(100, 116, 139, 0.4);
}
.text-bluegray-500\/45 {
    color: rgba(100, 116, 139, 0.45);
}
.text-bluegray-500\/5 {
    color: rgba(100, 116, 139, 0.05);
}
.text-bluegray-500\/50 {
    color: rgba(100, 116, 139, 0.5);
}
.text-bluegray-500\/55 {
    color: rgba(100, 116, 139, 0.55);
}
.text-bluegray-500\/60 {
    color: rgba(100, 116, 139, 0.6);
}
.text-bluegray-500\/65 {
    color: rgba(100, 116, 139, 0.65);
}
.text-bluegray-500\/70 {
    color: rgba(100, 116, 139, 0.7);
}
.text-bluegray-500\/75 {
    color: rgba(100, 116, 139, 0.75);
}
.text-bluegray-500\/80 {
    color: rgba(100, 116, 139, 0.8);
}
.text-bluegray-500\/85 {
    color: rgba(100, 116, 139, 0.85);
}
.text-bluegray-500\/90 {
    color: rgba(100, 116, 139, 0.9);
}
.text-bluegray-500\/95 {
    color: rgba(100, 116, 139, 0.95);
}
.text-bluegray-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-bluegray-600\/0 {
    color: rgba(71, 85, 105, 0);
}
.text-bluegray-600\/10 {
    color: rgba(71, 85, 105, 0.1);
}
.text-bluegray-600\/100 {
    color: #475569;
}
.text-bluegray-600\/15 {
    color: rgba(71, 85, 105, 0.15);
}
.text-bluegray-600\/20 {
    color: rgba(71, 85, 105, 0.2);
}
.text-bluegray-600\/25 {
    color: rgba(71, 85, 105, 0.25);
}
.text-bluegray-600\/30 {
    color: rgba(71, 85, 105, 0.3);
}
.text-bluegray-600\/35 {
    color: rgba(71, 85, 105, 0.35);
}
.text-bluegray-600\/40 {
    color: rgba(71, 85, 105, 0.4);
}
.text-bluegray-600\/45 {
    color: rgba(71, 85, 105, 0.45);
}
.text-bluegray-600\/5 {
    color: rgba(71, 85, 105, 0.05);
}
.text-bluegray-600\/50 {
    color: rgba(71, 85, 105, 0.5);
}
.text-bluegray-600\/55 {
    color: rgba(71, 85, 105, 0.55);
}
.text-bluegray-600\/60 {
    color: rgba(71, 85, 105, 0.6);
}
.text-bluegray-600\/65 {
    color: rgba(71, 85, 105, 0.65);
}
.text-bluegray-600\/70 {
    color: rgba(71, 85, 105, 0.7);
}
.text-bluegray-600\/75 {
    color: rgba(71, 85, 105, 0.75);
}
.text-bluegray-600\/80 {
    color: rgba(71, 85, 105, 0.8);
}
.text-bluegray-600\/85 {
    color: rgba(71, 85, 105, 0.85);
}
.text-bluegray-600\/90 {
    color: rgba(71, 85, 105, 0.9);
}
.text-bluegray-600\/95 {
    color: rgba(71, 85, 105, 0.95);
}
.text-bluegray-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-bluegray-700\/0 {
    color: rgba(51, 65, 85, 0);
}
.text-bluegray-700\/10 {
    color: rgba(51, 65, 85, 0.1);
}
.text-bluegray-700\/100 {
    color: #334155;
}
.text-bluegray-700\/15 {
    color: rgba(51, 65, 85, 0.15);
}
.text-bluegray-700\/20 {
    color: rgba(51, 65, 85, 0.2);
}
.text-bluegray-700\/25 {
    color: rgba(51, 65, 85, 0.25);
}
.text-bluegray-700\/30 {
    color: rgba(51, 65, 85, 0.3);
}
.text-bluegray-700\/35 {
    color: rgba(51, 65, 85, 0.35);
}
.text-bluegray-700\/40 {
    color: rgba(51, 65, 85, 0.4);
}
.text-bluegray-700\/45 {
    color: rgba(51, 65, 85, 0.45);
}
.text-bluegray-700\/5 {
    color: rgba(51, 65, 85, 0.05);
}
.text-bluegray-700\/50 {
    color: rgba(51, 65, 85, 0.5);
}
.text-bluegray-700\/55 {
    color: rgba(51, 65, 85, 0.55);
}
.text-bluegray-700\/60 {
    color: rgba(51, 65, 85, 0.6);
}
.text-bluegray-700\/65 {
    color: rgba(51, 65, 85, 0.65);
}
.text-bluegray-700\/70 {
    color: rgba(51, 65, 85, 0.7);
}
.text-bluegray-700\/75 {
    color: rgba(51, 65, 85, 0.75);
}
.text-bluegray-700\/80 {
    color: rgba(51, 65, 85, 0.8);
}
.text-bluegray-700\/85 {
    color: rgba(51, 65, 85, 0.85);
}
.text-bluegray-700\/90 {
    color: rgba(51, 65, 85, 0.9);
}
.text-bluegray-700\/95 {
    color: rgba(51, 65, 85, 0.95);
}
.text-bluegray-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-bluegray-800\/0 {
    color: rgba(30, 41, 59, 0);
}
.text-bluegray-800\/10 {
    color: rgba(30, 41, 59, 0.1);
}
.text-bluegray-800\/100 {
    color: #1e293b;
}
.text-bluegray-800\/15 {
    color: rgba(30, 41, 59, 0.15);
}
.text-bluegray-800\/20 {
    color: rgba(30, 41, 59, 0.2);
}
.text-bluegray-800\/25 {
    color: rgba(30, 41, 59, 0.25);
}
.text-bluegray-800\/30 {
    color: rgba(30, 41, 59, 0.3);
}
.text-bluegray-800\/35 {
    color: rgba(30, 41, 59, 0.35);
}
.text-bluegray-800\/40 {
    color: rgba(30, 41, 59, 0.4);
}
.text-bluegray-800\/45 {
    color: rgba(30, 41, 59, 0.45);
}
.text-bluegray-800\/5 {
    color: rgba(30, 41, 59, 0.05);
}
.text-bluegray-800\/50 {
    color: rgba(30, 41, 59, 0.5);
}
.text-bluegray-800\/55 {
    color: rgba(30, 41, 59, 0.55);
}
.text-bluegray-800\/60 {
    color: rgba(30, 41, 59, 0.6);
}
.text-bluegray-800\/65 {
    color: rgba(30, 41, 59, 0.65);
}
.text-bluegray-800\/70 {
    color: rgba(30, 41, 59, 0.7);
}
.text-bluegray-800\/75 {
    color: rgba(30, 41, 59, 0.75);
}
.text-bluegray-800\/80 {
    color: rgba(30, 41, 59, 0.8);
}
.text-bluegray-800\/85 {
    color: rgba(30, 41, 59, 0.85);
}
.text-bluegray-800\/90 {
    color: rgba(30, 41, 59, 0.9);
}
.text-bluegray-800\/95 {
    color: rgba(30, 41, 59, 0.95);
}
.text-bluegray-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-bluegray-900\/0 {
    color: rgba(15, 23, 42, 0);
}
.text-bluegray-900\/10 {
    color: rgba(15, 23, 42, 0.1);
}
.text-bluegray-900\/100 {
    color: #0f172a;
}
.text-bluegray-900\/15 {
    color: rgba(15, 23, 42, 0.15);
}
.text-bluegray-900\/20 {
    color: rgba(15, 23, 42, 0.2);
}
.text-bluegray-900\/25 {
    color: rgba(15, 23, 42, 0.25);
}
.text-bluegray-900\/30 {
    color: rgba(15, 23, 42, 0.3);
}
.text-bluegray-900\/35 {
    color: rgba(15, 23, 42, 0.35);
}
.text-bluegray-900\/40 {
    color: rgba(15, 23, 42, 0.4);
}
.text-bluegray-900\/45 {
    color: rgba(15, 23, 42, 0.45);
}
.text-bluegray-900\/5 {
    color: rgba(15, 23, 42, 0.05);
}
.text-bluegray-900\/50 {
    color: rgba(15, 23, 42, 0.5);
}
.text-bluegray-900\/55 {
    color: rgba(15, 23, 42, 0.55);
}
.text-bluegray-900\/60 {
    color: rgba(15, 23, 42, 0.6);
}
.text-bluegray-900\/65 {
    color: rgba(15, 23, 42, 0.65);
}
.text-bluegray-900\/70 {
    color: rgba(15, 23, 42, 0.7);
}
.text-bluegray-900\/75 {
    color: rgba(15, 23, 42, 0.75);
}
.text-bluegray-900\/80 {
    color: rgba(15, 23, 42, 0.8);
}
.text-bluegray-900\/85 {
    color: rgba(15, 23, 42, 0.85);
}
.text-bluegray-900\/90 {
    color: rgba(15, 23, 42, 0.9);
}
.text-bluegray-900\/95 {
    color: rgba(15, 23, 42, 0.95);
}
.text-coolgray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-coolgray-100\/0 {
    color: rgba(243, 244, 246, 0);
}
.text-coolgray-100\/10 {
    color: rgba(243, 244, 246, 0.1);
}
.text-coolgray-100\/100 {
    color: #f3f4f6;
}
.text-coolgray-100\/15 {
    color: rgba(243, 244, 246, 0.15);
}
.text-coolgray-100\/20 {
    color: rgba(243, 244, 246, 0.2);
}
.text-coolgray-100\/25 {
    color: rgba(243, 244, 246, 0.25);
}
.text-coolgray-100\/30 {
    color: rgba(243, 244, 246, 0.3);
}
.text-coolgray-100\/35 {
    color: rgba(243, 244, 246, 0.35);
}
.text-coolgray-100\/40 {
    color: rgba(243, 244, 246, 0.4);
}
.text-coolgray-100\/45 {
    color: rgba(243, 244, 246, 0.45);
}
.text-coolgray-100\/5 {
    color: rgba(243, 244, 246, 0.05);
}
.text-coolgray-100\/50 {
    color: rgba(243, 244, 246, 0.5);
}
.text-coolgray-100\/55 {
    color: rgba(243, 244, 246, 0.55);
}
.text-coolgray-100\/60 {
    color: rgba(243, 244, 246, 0.6);
}
.text-coolgray-100\/65 {
    color: rgba(243, 244, 246, 0.65);
}
.text-coolgray-100\/70 {
    color: rgba(243, 244, 246, 0.7);
}
.text-coolgray-100\/75 {
    color: rgba(243, 244, 246, 0.75);
}
.text-coolgray-100\/80 {
    color: rgba(243, 244, 246, 0.8);
}
.text-coolgray-100\/85 {
    color: rgba(243, 244, 246, 0.85);
}
.text-coolgray-100\/90 {
    color: rgba(243, 244, 246, 0.9);
}
.text-coolgray-100\/95 {
    color: rgba(243, 244, 246, 0.95);
}
.text-coolgray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-coolgray-200\/0 {
    color: rgba(229, 231, 235, 0);
}
.text-coolgray-200\/10 {
    color: rgba(229, 231, 235, 0.1);
}
.text-coolgray-200\/100 {
    color: #e5e7eb;
}
.text-coolgray-200\/15 {
    color: rgba(229, 231, 235, 0.15);
}
.text-coolgray-200\/20 {
    color: rgba(229, 231, 235, 0.2);
}
.text-coolgray-200\/25 {
    color: rgba(229, 231, 235, 0.25);
}
.text-coolgray-200\/30 {
    color: rgba(229, 231, 235, 0.3);
}
.text-coolgray-200\/35 {
    color: rgba(229, 231, 235, 0.35);
}
.text-coolgray-200\/40 {
    color: rgba(229, 231, 235, 0.4);
}
.text-coolgray-200\/45 {
    color: rgba(229, 231, 235, 0.45);
}
.text-coolgray-200\/5 {
    color: rgba(229, 231, 235, 0.05);
}
.text-coolgray-200\/50 {
    color: rgba(229, 231, 235, 0.5);
}
.text-coolgray-200\/55 {
    color: rgba(229, 231, 235, 0.55);
}
.text-coolgray-200\/60 {
    color: rgba(229, 231, 235, 0.6);
}
.text-coolgray-200\/65 {
    color: rgba(229, 231, 235, 0.65);
}
.text-coolgray-200\/70 {
    color: rgba(229, 231, 235, 0.7);
}
.text-coolgray-200\/75 {
    color: rgba(229, 231, 235, 0.75);
}
.text-coolgray-200\/80 {
    color: rgba(229, 231, 235, 0.8);
}
.text-coolgray-200\/85 {
    color: rgba(229, 231, 235, 0.85);
}
.text-coolgray-200\/90 {
    color: rgba(229, 231, 235, 0.9);
}
.text-coolgray-200\/95 {
    color: rgba(229, 231, 235, 0.95);
}
.text-coolgray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-coolgray-300\/0 {
    color: rgba(209, 213, 219, 0);
}
.text-coolgray-300\/10 {
    color: rgba(209, 213, 219, 0.1);
}
.text-coolgray-300\/100 {
    color: #d1d5db;
}
.text-coolgray-300\/15 {
    color: rgba(209, 213, 219, 0.15);
}
.text-coolgray-300\/20 {
    color: rgba(209, 213, 219, 0.2);
}
.text-coolgray-300\/25 {
    color: rgba(209, 213, 219, 0.25);
}
.text-coolgray-300\/30 {
    color: rgba(209, 213, 219, 0.3);
}
.text-coolgray-300\/35 {
    color: rgba(209, 213, 219, 0.35);
}
.text-coolgray-300\/40 {
    color: rgba(209, 213, 219, 0.4);
}
.text-coolgray-300\/45 {
    color: rgba(209, 213, 219, 0.45);
}
.text-coolgray-300\/5 {
    color: rgba(209, 213, 219, 0.05);
}
.text-coolgray-300\/50 {
    color: rgba(209, 213, 219, 0.5);
}
.text-coolgray-300\/55 {
    color: rgba(209, 213, 219, 0.55);
}
.text-coolgray-300\/60 {
    color: rgba(209, 213, 219, 0.6);
}
.text-coolgray-300\/65 {
    color: rgba(209, 213, 219, 0.65);
}
.text-coolgray-300\/70 {
    color: rgba(209, 213, 219, 0.7);
}
.text-coolgray-300\/75 {
    color: rgba(209, 213, 219, 0.75);
}
.text-coolgray-300\/80 {
    color: rgba(209, 213, 219, 0.8);
}
.text-coolgray-300\/85 {
    color: rgba(209, 213, 219, 0.85);
}
.text-coolgray-300\/90 {
    color: rgba(209, 213, 219, 0.9);
}
.text-coolgray-300\/95 {
    color: rgba(209, 213, 219, 0.95);
}
.text-coolgray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-coolgray-400\/0 {
    color: rgba(156, 163, 175, 0);
}
.text-coolgray-400\/10 {
    color: rgba(156, 163, 175, 0.1);
}
.text-coolgray-400\/100 {
    color: #9ca3af;
}
.text-coolgray-400\/15 {
    color: rgba(156, 163, 175, 0.15);
}
.text-coolgray-400\/20 {
    color: rgba(156, 163, 175, 0.2);
}
.text-coolgray-400\/25 {
    color: rgba(156, 163, 175, 0.25);
}
.text-coolgray-400\/30 {
    color: rgba(156, 163, 175, 0.3);
}
.text-coolgray-400\/35 {
    color: rgba(156, 163, 175, 0.35);
}
.text-coolgray-400\/40 {
    color: rgba(156, 163, 175, 0.4);
}
.text-coolgray-400\/45 {
    color: rgba(156, 163, 175, 0.45);
}
.text-coolgray-400\/5 {
    color: rgba(156, 163, 175, 0.05);
}
.text-coolgray-400\/50 {
    color: rgba(156, 163, 175, 0.5);
}
.text-coolgray-400\/55 {
    color: rgba(156, 163, 175, 0.55);
}
.text-coolgray-400\/60 {
    color: rgba(156, 163, 175, 0.6);
}
.text-coolgray-400\/65 {
    color: rgba(156, 163, 175, 0.65);
}
.text-coolgray-400\/70 {
    color: rgba(156, 163, 175, 0.7);
}
.text-coolgray-400\/75 {
    color: rgba(156, 163, 175, 0.75);
}
.text-coolgray-400\/80 {
    color: rgba(156, 163, 175, 0.8);
}
.text-coolgray-400\/85 {
    color: rgba(156, 163, 175, 0.85);
}
.text-coolgray-400\/90 {
    color: rgba(156, 163, 175, 0.9);
}
.text-coolgray-400\/95 {
    color: rgba(156, 163, 175, 0.95);
}
.text-coolgray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-coolgray-50\/0 {
    color: rgba(249, 250, 251, 0);
}
.text-coolgray-50\/10 {
    color: rgba(249, 250, 251, 0.1);
}
.text-coolgray-50\/100 {
    color: #f9fafb;
}
.text-coolgray-50\/15 {
    color: rgba(249, 250, 251, 0.15);
}
.text-coolgray-50\/20 {
    color: rgba(249, 250, 251, 0.2);
}
.text-coolgray-50\/25 {
    color: rgba(249, 250, 251, 0.25);
}
.text-coolgray-50\/30 {
    color: rgba(249, 250, 251, 0.3);
}
.text-coolgray-50\/35 {
    color: rgba(249, 250, 251, 0.35);
}
.text-coolgray-50\/40 {
    color: rgba(249, 250, 251, 0.4);
}
.text-coolgray-50\/45 {
    color: rgba(249, 250, 251, 0.45);
}
.text-coolgray-50\/5 {
    color: rgba(249, 250, 251, 0.05);
}
.text-coolgray-50\/50 {
    color: rgba(249, 250, 251, 0.5);
}
.text-coolgray-50\/55 {
    color: rgba(249, 250, 251, 0.55);
}
.text-coolgray-50\/60 {
    color: rgba(249, 250, 251, 0.6);
}
.text-coolgray-50\/65 {
    color: rgba(249, 250, 251, 0.65);
}
.text-coolgray-50\/70 {
    color: rgba(249, 250, 251, 0.7);
}
.text-coolgray-50\/75 {
    color: rgba(249, 250, 251, 0.75);
}
.text-coolgray-50\/80 {
    color: rgba(249, 250, 251, 0.8);
}
.text-coolgray-50\/85 {
    color: rgba(249, 250, 251, 0.85);
}
.text-coolgray-50\/90 {
    color: rgba(249, 250, 251, 0.9);
}
.text-coolgray-50\/95 {
    color: rgba(249, 250, 251, 0.95);
}
.text-coolgray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-coolgray-500\/0 {
    color: hsla(220, 9%, 46%, 0);
}
.text-coolgray-500\/10 {
    color: hsla(220, 9%, 46%, 0.1);
}
.text-coolgray-500\/100 {
    color: #6b7280;
}
.text-coolgray-500\/15 {
    color: hsla(220, 9%, 46%, 0.15);
}
.text-coolgray-500\/20 {
    color: hsla(220, 9%, 46%, 0.2);
}
.text-coolgray-500\/25 {
    color: hsla(220, 9%, 46%, 0.25);
}
.text-coolgray-500\/30 {
    color: hsla(220, 9%, 46%, 0.3);
}
.text-coolgray-500\/35 {
    color: hsla(220, 9%, 46%, 0.35);
}
.text-coolgray-500\/40 {
    color: hsla(220, 9%, 46%, 0.4);
}
.text-coolgray-500\/45 {
    color: hsla(220, 9%, 46%, 0.45);
}
.text-coolgray-500\/5 {
    color: hsla(220, 9%, 46%, 0.05);
}
.text-coolgray-500\/50 {
    color: hsla(220, 9%, 46%, 0.5);
}
.text-coolgray-500\/55 {
    color: hsla(220, 9%, 46%, 0.55);
}
.text-coolgray-500\/60 {
    color: hsla(220, 9%, 46%, 0.6);
}
.text-coolgray-500\/65 {
    color: hsla(220, 9%, 46%, 0.65);
}
.text-coolgray-500\/70 {
    color: hsla(220, 9%, 46%, 0.7);
}
.text-coolgray-500\/75 {
    color: hsla(220, 9%, 46%, 0.75);
}
.text-coolgray-500\/80 {
    color: hsla(220, 9%, 46%, 0.8);
}
.text-coolgray-500\/85 {
    color: hsla(220, 9%, 46%, 0.85);
}
.text-coolgray-500\/90 {
    color: hsla(220, 9%, 46%, 0.9);
}
.text-coolgray-500\/95 {
    color: hsla(220, 9%, 46%, 0.95);
}
.text-coolgray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-coolgray-600\/0 {
    color: rgba(75, 85, 99, 0);
}
.text-coolgray-600\/10 {
    color: rgba(75, 85, 99, 0.1);
}
.text-coolgray-600\/100 {
    color: #4b5563;
}
.text-coolgray-600\/15 {
    color: rgba(75, 85, 99, 0.15);
}
.text-coolgray-600\/20 {
    color: rgba(75, 85, 99, 0.2);
}
.text-coolgray-600\/25 {
    color: rgba(75, 85, 99, 0.25);
}
.text-coolgray-600\/30 {
    color: rgba(75, 85, 99, 0.3);
}
.text-coolgray-600\/35 {
    color: rgba(75, 85, 99, 0.35);
}
.text-coolgray-600\/40 {
    color: rgba(75, 85, 99, 0.4);
}
.text-coolgray-600\/45 {
    color: rgba(75, 85, 99, 0.45);
}
.text-coolgray-600\/5 {
    color: rgba(75, 85, 99, 0.05);
}
.text-coolgray-600\/50 {
    color: rgba(75, 85, 99, 0.5);
}
.text-coolgray-600\/55 {
    color: rgba(75, 85, 99, 0.55);
}
.text-coolgray-600\/60 {
    color: rgba(75, 85, 99, 0.6);
}
.text-coolgray-600\/65 {
    color: rgba(75, 85, 99, 0.65);
}
.text-coolgray-600\/70 {
    color: rgba(75, 85, 99, 0.7);
}
.text-coolgray-600\/75 {
    color: rgba(75, 85, 99, 0.75);
}
.text-coolgray-600\/80 {
    color: rgba(75, 85, 99, 0.8);
}
.text-coolgray-600\/85 {
    color: rgba(75, 85, 99, 0.85);
}
.text-coolgray-600\/90 {
    color: rgba(75, 85, 99, 0.9);
}
.text-coolgray-600\/95 {
    color: rgba(75, 85, 99, 0.95);
}
.text-coolgray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-coolgray-700\/0 {
    color: rgba(55, 65, 81, 0);
}
.text-coolgray-700\/10 {
    color: rgba(55, 65, 81, 0.1);
}
.text-coolgray-700\/100 {
    color: #374151;
}
.text-coolgray-700\/15 {
    color: rgba(55, 65, 81, 0.15);
}
.text-coolgray-700\/20 {
    color: rgba(55, 65, 81, 0.2);
}
.text-coolgray-700\/25 {
    color: rgba(55, 65, 81, 0.25);
}
.text-coolgray-700\/30 {
    color: rgba(55, 65, 81, 0.3);
}
.text-coolgray-700\/35 {
    color: rgba(55, 65, 81, 0.35);
}
.text-coolgray-700\/40 {
    color: rgba(55, 65, 81, 0.4);
}
.text-coolgray-700\/45 {
    color: rgba(55, 65, 81, 0.45);
}
.text-coolgray-700\/5 {
    color: rgba(55, 65, 81, 0.05);
}
.text-coolgray-700\/50 {
    color: rgba(55, 65, 81, 0.5);
}
.text-coolgray-700\/55 {
    color: rgba(55, 65, 81, 0.55);
}
.text-coolgray-700\/60 {
    color: rgba(55, 65, 81, 0.6);
}
.text-coolgray-700\/65 {
    color: rgba(55, 65, 81, 0.65);
}
.text-coolgray-700\/70 {
    color: rgba(55, 65, 81, 0.7);
}
.text-coolgray-700\/75 {
    color: rgba(55, 65, 81, 0.75);
}
.text-coolgray-700\/80 {
    color: rgba(55, 65, 81, 0.8);
}
.text-coolgray-700\/85 {
    color: rgba(55, 65, 81, 0.85);
}
.text-coolgray-700\/90 {
    color: rgba(55, 65, 81, 0.9);
}
.text-coolgray-700\/95 {
    color: rgba(55, 65, 81, 0.95);
}
.text-coolgray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-coolgray-800\/0 {
    color: rgba(31, 41, 55, 0);
}
.text-coolgray-800\/10 {
    color: rgba(31, 41, 55, 0.1);
}
.text-coolgray-800\/100 {
    color: #1f2937;
}
.text-coolgray-800\/15 {
    color: rgba(31, 41, 55, 0.15);
}
.text-coolgray-800\/20 {
    color: rgba(31, 41, 55, 0.2);
}
.text-coolgray-800\/25 {
    color: rgba(31, 41, 55, 0.25);
}
.text-coolgray-800\/30 {
    color: rgba(31, 41, 55, 0.3);
}
.text-coolgray-800\/35 {
    color: rgba(31, 41, 55, 0.35);
}
.text-coolgray-800\/40 {
    color: rgba(31, 41, 55, 0.4);
}
.text-coolgray-800\/45 {
    color: rgba(31, 41, 55, 0.45);
}
.text-coolgray-800\/5 {
    color: rgba(31, 41, 55, 0.05);
}
.text-coolgray-800\/50 {
    color: rgba(31, 41, 55, 0.5);
}
.text-coolgray-800\/55 {
    color: rgba(31, 41, 55, 0.55);
}
.text-coolgray-800\/60 {
    color: rgba(31, 41, 55, 0.6);
}
.text-coolgray-800\/65 {
    color: rgba(31, 41, 55, 0.65);
}
.text-coolgray-800\/70 {
    color: rgba(31, 41, 55, 0.7);
}
.text-coolgray-800\/75 {
    color: rgba(31, 41, 55, 0.75);
}
.text-coolgray-800\/80 {
    color: rgba(31, 41, 55, 0.8);
}
.text-coolgray-800\/85 {
    color: rgba(31, 41, 55, 0.85);
}
.text-coolgray-800\/90 {
    color: rgba(31, 41, 55, 0.9);
}
.text-coolgray-800\/95 {
    color: rgba(31, 41, 55, 0.95);
}
.text-coolgray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-coolgray-900\/0 {
    color: rgba(17, 24, 39, 0);
}
.text-coolgray-900\/10 {
    color: rgba(17, 24, 39, 0.1);
}
.text-coolgray-900\/100 {
    color: #111827;
}
.text-coolgray-900\/15 {
    color: rgba(17, 24, 39, 0.15);
}
.text-coolgray-900\/20 {
    color: rgba(17, 24, 39, 0.2);
}
.text-coolgray-900\/25 {
    color: rgba(17, 24, 39, 0.25);
}
.text-coolgray-900\/30 {
    color: rgba(17, 24, 39, 0.3);
}
.text-coolgray-900\/35 {
    color: rgba(17, 24, 39, 0.35);
}
.text-coolgray-900\/40 {
    color: rgba(17, 24, 39, 0.4);
}
.text-coolgray-900\/45 {
    color: rgba(17, 24, 39, 0.45);
}
.text-coolgray-900\/5 {
    color: rgba(17, 24, 39, 0.05);
}
.text-coolgray-900\/50 {
    color: rgba(17, 24, 39, 0.5);
}
.text-coolgray-900\/55 {
    color: rgba(17, 24, 39, 0.55);
}
.text-coolgray-900\/60 {
    color: rgba(17, 24, 39, 0.6);
}
.text-coolgray-900\/65 {
    color: rgba(17, 24, 39, 0.65);
}
.text-coolgray-900\/70 {
    color: rgba(17, 24, 39, 0.7);
}
.text-coolgray-900\/75 {
    color: rgba(17, 24, 39, 0.75);
}
.text-coolgray-900\/80 {
    color: rgba(17, 24, 39, 0.8);
}
.text-coolgray-900\/85 {
    color: rgba(17, 24, 39, 0.85);
}
.text-coolgray-900\/90 {
    color: rgba(17, 24, 39, 0.9);
}
.text-coolgray-900\/95 {
    color: rgba(17, 24, 39, 0.95);
}
.text-current {
    color: currentColor;
}
.text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.text-cyan-100\/0 {
    color: rgba(207, 250, 254, 0);
}
.text-cyan-100\/10 {
    color: rgba(207, 250, 254, 0.1);
}
.text-cyan-100\/100 {
    color: #cffafe;
}
.text-cyan-100\/15 {
    color: rgba(207, 250, 254, 0.15);
}
.text-cyan-100\/20 {
    color: rgba(207, 250, 254, 0.2);
}
.text-cyan-100\/25 {
    color: rgba(207, 250, 254, 0.25);
}
.text-cyan-100\/30 {
    color: rgba(207, 250, 254, 0.3);
}
.text-cyan-100\/35 {
    color: rgba(207, 250, 254, 0.35);
}
.text-cyan-100\/40 {
    color: rgba(207, 250, 254, 0.4);
}
.text-cyan-100\/45 {
    color: rgba(207, 250, 254, 0.45);
}
.text-cyan-100\/5 {
    color: rgba(207, 250, 254, 0.05);
}
.text-cyan-100\/50 {
    color: rgba(207, 250, 254, 0.5);
}
.text-cyan-100\/55 {
    color: rgba(207, 250, 254, 0.55);
}
.text-cyan-100\/60 {
    color: rgba(207, 250, 254, 0.6);
}
.text-cyan-100\/65 {
    color: rgba(207, 250, 254, 0.65);
}
.text-cyan-100\/70 {
    color: rgba(207, 250, 254, 0.7);
}
.text-cyan-100\/75 {
    color: rgba(207, 250, 254, 0.75);
}
.text-cyan-100\/80 {
    color: rgba(207, 250, 254, 0.8);
}
.text-cyan-100\/85 {
    color: rgba(207, 250, 254, 0.85);
}
.text-cyan-100\/90 {
    color: rgba(207, 250, 254, 0.9);
}
.text-cyan-100\/95 {
    color: rgba(207, 250, 254, 0.95);
}
.text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-cyan-200\/0 {
    color: rgba(165, 243, 252, 0);
}
.text-cyan-200\/10 {
    color: rgba(165, 243, 252, 0.1);
}
.text-cyan-200\/100 {
    color: #a5f3fc;
}
.text-cyan-200\/15 {
    color: rgba(165, 243, 252, 0.15);
}
.text-cyan-200\/20 {
    color: rgba(165, 243, 252, 0.2);
}
.text-cyan-200\/25 {
    color: rgba(165, 243, 252, 0.25);
}
.text-cyan-200\/30 {
    color: rgba(165, 243, 252, 0.3);
}
.text-cyan-200\/35 {
    color: rgba(165, 243, 252, 0.35);
}
.text-cyan-200\/40 {
    color: rgba(165, 243, 252, 0.4);
}
.text-cyan-200\/45 {
    color: rgba(165, 243, 252, 0.45);
}
.text-cyan-200\/5 {
    color: rgba(165, 243, 252, 0.05);
}
.text-cyan-200\/50 {
    color: rgba(165, 243, 252, 0.5);
}
.text-cyan-200\/55 {
    color: rgba(165, 243, 252, 0.55);
}
.text-cyan-200\/60 {
    color: rgba(165, 243, 252, 0.6);
}
.text-cyan-200\/65 {
    color: rgba(165, 243, 252, 0.65);
}
.text-cyan-200\/70 {
    color: rgba(165, 243, 252, 0.7);
}
.text-cyan-200\/75 {
    color: rgba(165, 243, 252, 0.75);
}
.text-cyan-200\/80 {
    color: rgba(165, 243, 252, 0.8);
}
.text-cyan-200\/85 {
    color: rgba(165, 243, 252, 0.85);
}
.text-cyan-200\/90 {
    color: rgba(165, 243, 252, 0.9);
}
.text-cyan-200\/95 {
    color: rgba(165, 243, 252, 0.95);
}
.text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-300\/0 {
    color: rgba(103, 232, 249, 0);
}
.text-cyan-300\/10 {
    color: rgba(103, 232, 249, 0.1);
}
.text-cyan-300\/100 {
    color: #67e8f9;
}
.text-cyan-300\/15 {
    color: rgba(103, 232, 249, 0.15);
}
.text-cyan-300\/20 {
    color: rgba(103, 232, 249, 0.2);
}
.text-cyan-300\/25 {
    color: rgba(103, 232, 249, 0.25);
}
.text-cyan-300\/30 {
    color: rgba(103, 232, 249, 0.3);
}
.text-cyan-300\/35 {
    color: rgba(103, 232, 249, 0.35);
}
.text-cyan-300\/40 {
    color: rgba(103, 232, 249, 0.4);
}
.text-cyan-300\/45 {
    color: rgba(103, 232, 249, 0.45);
}
.text-cyan-300\/5 {
    color: rgba(103, 232, 249, 0.05);
}
.text-cyan-300\/50 {
    color: rgba(103, 232, 249, 0.5);
}
.text-cyan-300\/55 {
    color: rgba(103, 232, 249, 0.55);
}
.text-cyan-300\/60 {
    color: rgba(103, 232, 249, 0.6);
}
.text-cyan-300\/65 {
    color: rgba(103, 232, 249, 0.65);
}
.text-cyan-300\/70 {
    color: rgba(103, 232, 249, 0.7);
}
.text-cyan-300\/75 {
    color: rgba(103, 232, 249, 0.75);
}
.text-cyan-300\/80 {
    color: rgba(103, 232, 249, 0.8);
}
.text-cyan-300\/85 {
    color: rgba(103, 232, 249, 0.85);
}
.text-cyan-300\/90 {
    color: rgba(103, 232, 249, 0.9);
}
.text-cyan-300\/95 {
    color: rgba(103, 232, 249, 0.95);
}
.text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-400\/0 {
    color: rgba(34, 211, 238, 0);
}
.text-cyan-400\/10 {
    color: rgba(34, 211, 238, 0.1);
}
.text-cyan-400\/100 {
    color: #22d3ee;
}
.text-cyan-400\/15 {
    color: rgba(34, 211, 238, 0.15);
}
.text-cyan-400\/20 {
    color: rgba(34, 211, 238, 0.2);
}
.text-cyan-400\/25 {
    color: rgba(34, 211, 238, 0.25);
}
.text-cyan-400\/30 {
    color: rgba(34, 211, 238, 0.3);
}
.text-cyan-400\/35 {
    color: rgba(34, 211, 238, 0.35);
}
.text-cyan-400\/40 {
    color: rgba(34, 211, 238, 0.4);
}
.text-cyan-400\/45 {
    color: rgba(34, 211, 238, 0.45);
}
.text-cyan-400\/5 {
    color: rgba(34, 211, 238, 0.05);
}
.text-cyan-400\/50 {
    color: rgba(34, 211, 238, 0.5);
}
.text-cyan-400\/55 {
    color: rgba(34, 211, 238, 0.55);
}
.text-cyan-400\/60 {
    color: rgba(34, 211, 238, 0.6);
}
.text-cyan-400\/65 {
    color: rgba(34, 211, 238, 0.65);
}
.text-cyan-400\/70 {
    color: rgba(34, 211, 238, 0.7);
}
.text-cyan-400\/75 {
    color: rgba(34, 211, 238, 0.75);
}
.text-cyan-400\/80 {
    color: rgba(34, 211, 238, 0.8);
}
.text-cyan-400\/85 {
    color: rgba(34, 211, 238, 0.85);
}
.text-cyan-400\/90 {
    color: rgba(34, 211, 238, 0.9);
}
.text-cyan-400\/95 {
    color: rgba(34, 211, 238, 0.95);
}
.text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.text-cyan-50\/0 {
    color: rgba(236, 254, 255, 0);
}
.text-cyan-50\/10 {
    color: rgba(236, 254, 255, 0.1);
}
.text-cyan-50\/100 {
    color: #ecfeff;
}
.text-cyan-50\/15 {
    color: rgba(236, 254, 255, 0.15);
}
.text-cyan-50\/20 {
    color: rgba(236, 254, 255, 0.2);
}
.text-cyan-50\/25 {
    color: rgba(236, 254, 255, 0.25);
}
.text-cyan-50\/30 {
    color: rgba(236, 254, 255, 0.3);
}
.text-cyan-50\/35 {
    color: rgba(236, 254, 255, 0.35);
}
.text-cyan-50\/40 {
    color: rgba(236, 254, 255, 0.4);
}
.text-cyan-50\/45 {
    color: rgba(236, 254, 255, 0.45);
}
.text-cyan-50\/5 {
    color: rgba(236, 254, 255, 0.05);
}
.text-cyan-50\/50 {
    color: rgba(236, 254, 255, 0.5);
}
.text-cyan-50\/55 {
    color: rgba(236, 254, 255, 0.55);
}
.text-cyan-50\/60 {
    color: rgba(236, 254, 255, 0.6);
}
.text-cyan-50\/65 {
    color: rgba(236, 254, 255, 0.65);
}
.text-cyan-50\/70 {
    color: rgba(236, 254, 255, 0.7);
}
.text-cyan-50\/75 {
    color: rgba(236, 254, 255, 0.75);
}
.text-cyan-50\/80 {
    color: rgba(236, 254, 255, 0.8);
}
.text-cyan-50\/85 {
    color: rgba(236, 254, 255, 0.85);
}
.text-cyan-50\/90 {
    color: rgba(236, 254, 255, 0.9);
}
.text-cyan-50\/95 {
    color: rgba(236, 254, 255, 0.95);
}
.text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-500\/0 {
    color: rgba(6, 182, 212, 0);
}
.text-cyan-500\/10 {
    color: rgba(6, 182, 212, 0.1);
}
.text-cyan-500\/100 {
    color: #06b6d4;
}
.text-cyan-500\/15 {
    color: rgba(6, 182, 212, 0.15);
}
.text-cyan-500\/20 {
    color: rgba(6, 182, 212, 0.2);
}
.text-cyan-500\/25 {
    color: rgba(6, 182, 212, 0.25);
}
.text-cyan-500\/30 {
    color: rgba(6, 182, 212, 0.3);
}
.text-cyan-500\/35 {
    color: rgba(6, 182, 212, 0.35);
}
.text-cyan-500\/40 {
    color: rgba(6, 182, 212, 0.4);
}
.text-cyan-500\/45 {
    color: rgba(6, 182, 212, 0.45);
}
.text-cyan-500\/5 {
    color: rgba(6, 182, 212, 0.05);
}
.text-cyan-500\/50 {
    color: rgba(6, 182, 212, 0.5);
}
.text-cyan-500\/55 {
    color: rgba(6, 182, 212, 0.55);
}
.text-cyan-500\/60 {
    color: rgba(6, 182, 212, 0.6);
}
.text-cyan-500\/65 {
    color: rgba(6, 182, 212, 0.65);
}
.text-cyan-500\/70 {
    color: rgba(6, 182, 212, 0.7);
}
.text-cyan-500\/75 {
    color: rgba(6, 182, 212, 0.75);
}
.text-cyan-500\/80 {
    color: rgba(6, 182, 212, 0.8);
}
.text-cyan-500\/85 {
    color: rgba(6, 182, 212, 0.85);
}
.text-cyan-500\/90 {
    color: rgba(6, 182, 212, 0.9);
}
.text-cyan-500\/95 {
    color: rgba(6, 182, 212, 0.95);
}
.text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-600\/0 {
    color: rgba(8, 145, 178, 0);
}
.text-cyan-600\/10 {
    color: rgba(8, 145, 178, 0.1);
}
.text-cyan-600\/100 {
    color: #0891b2;
}
.text-cyan-600\/15 {
    color: rgba(8, 145, 178, 0.15);
}
.text-cyan-600\/20 {
    color: rgba(8, 145, 178, 0.2);
}
.text-cyan-600\/25 {
    color: rgba(8, 145, 178, 0.25);
}
.text-cyan-600\/30 {
    color: rgba(8, 145, 178, 0.3);
}
.text-cyan-600\/35 {
    color: rgba(8, 145, 178, 0.35);
}
.text-cyan-600\/40 {
    color: rgba(8, 145, 178, 0.4);
}
.text-cyan-600\/45 {
    color: rgba(8, 145, 178, 0.45);
}
.text-cyan-600\/5 {
    color: rgba(8, 145, 178, 0.05);
}
.text-cyan-600\/50 {
    color: rgba(8, 145, 178, 0.5);
}
.text-cyan-600\/55 {
    color: rgba(8, 145, 178, 0.55);
}
.text-cyan-600\/60 {
    color: rgba(8, 145, 178, 0.6);
}
.text-cyan-600\/65 {
    color: rgba(8, 145, 178, 0.65);
}
.text-cyan-600\/70 {
    color: rgba(8, 145, 178, 0.7);
}
.text-cyan-600\/75 {
    color: rgba(8, 145, 178, 0.75);
}
.text-cyan-600\/80 {
    color: rgba(8, 145, 178, 0.8);
}
.text-cyan-600\/85 {
    color: rgba(8, 145, 178, 0.85);
}
.text-cyan-600\/90 {
    color: rgba(8, 145, 178, 0.9);
}
.text-cyan-600\/95 {
    color: rgba(8, 145, 178, 0.95);
}
.text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-cyan-700\/0 {
    color: rgba(14, 116, 144, 0);
}
.text-cyan-700\/10 {
    color: rgba(14, 116, 144, 0.1);
}
.text-cyan-700\/100 {
    color: #0e7490;
}
.text-cyan-700\/15 {
    color: rgba(14, 116, 144, 0.15);
}
.text-cyan-700\/20 {
    color: rgba(14, 116, 144, 0.2);
}
.text-cyan-700\/25 {
    color: rgba(14, 116, 144, 0.25);
}
.text-cyan-700\/30 {
    color: rgba(14, 116, 144, 0.3);
}
.text-cyan-700\/35 {
    color: rgba(14, 116, 144, 0.35);
}
.text-cyan-700\/40 {
    color: rgba(14, 116, 144, 0.4);
}
.text-cyan-700\/45 {
    color: rgba(14, 116, 144, 0.45);
}
.text-cyan-700\/5 {
    color: rgba(14, 116, 144, 0.05);
}
.text-cyan-700\/50 {
    color: rgba(14, 116, 144, 0.5);
}
.text-cyan-700\/55 {
    color: rgba(14, 116, 144, 0.55);
}
.text-cyan-700\/60 {
    color: rgba(14, 116, 144, 0.6);
}
.text-cyan-700\/65 {
    color: rgba(14, 116, 144, 0.65);
}
.text-cyan-700\/70 {
    color: rgba(14, 116, 144, 0.7);
}
.text-cyan-700\/75 {
    color: rgba(14, 116, 144, 0.75);
}
.text-cyan-700\/80 {
    color: rgba(14, 116, 144, 0.8);
}
.text-cyan-700\/85 {
    color: rgba(14, 116, 144, 0.85);
}
.text-cyan-700\/90 {
    color: rgba(14, 116, 144, 0.9);
}
.text-cyan-700\/95 {
    color: rgba(14, 116, 144, 0.95);
}
.text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.text-cyan-800\/0 {
    color: rgba(21, 94, 117, 0);
}
.text-cyan-800\/10 {
    color: rgba(21, 94, 117, 0.1);
}
.text-cyan-800\/100 {
    color: #155e75;
}
.text-cyan-800\/15 {
    color: rgba(21, 94, 117, 0.15);
}
.text-cyan-800\/20 {
    color: rgba(21, 94, 117, 0.2);
}
.text-cyan-800\/25 {
    color: rgba(21, 94, 117, 0.25);
}
.text-cyan-800\/30 {
    color: rgba(21, 94, 117, 0.3);
}
.text-cyan-800\/35 {
    color: rgba(21, 94, 117, 0.35);
}
.text-cyan-800\/40 {
    color: rgba(21, 94, 117, 0.4);
}
.text-cyan-800\/45 {
    color: rgba(21, 94, 117, 0.45);
}
.text-cyan-800\/5 {
    color: rgba(21, 94, 117, 0.05);
}
.text-cyan-800\/50 {
    color: rgba(21, 94, 117, 0.5);
}
.text-cyan-800\/55 {
    color: rgba(21, 94, 117, 0.55);
}
.text-cyan-800\/60 {
    color: rgba(21, 94, 117, 0.6);
}
.text-cyan-800\/65 {
    color: rgba(21, 94, 117, 0.65);
}
.text-cyan-800\/70 {
    color: rgba(21, 94, 117, 0.7);
}
.text-cyan-800\/75 {
    color: rgba(21, 94, 117, 0.75);
}
.text-cyan-800\/80 {
    color: rgba(21, 94, 117, 0.8);
}
.text-cyan-800\/85 {
    color: rgba(21, 94, 117, 0.85);
}
.text-cyan-800\/90 {
    color: rgba(21, 94, 117, 0.9);
}
.text-cyan-800\/95 {
    color: rgba(21, 94, 117, 0.95);
}
.text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
.text-cyan-900\/0 {
    color: rgba(22, 78, 99, 0);
}
.text-cyan-900\/10 {
    color: rgba(22, 78, 99, 0.1);
}
.text-cyan-900\/100 {
    color: #164e63;
}
.text-cyan-900\/15 {
    color: rgba(22, 78, 99, 0.15);
}
.text-cyan-900\/20 {
    color: rgba(22, 78, 99, 0.2);
}
.text-cyan-900\/25 {
    color: rgba(22, 78, 99, 0.25);
}
.text-cyan-900\/30 {
    color: rgba(22, 78, 99, 0.3);
}
.text-cyan-900\/35 {
    color: rgba(22, 78, 99, 0.35);
}
.text-cyan-900\/40 {
    color: rgba(22, 78, 99, 0.4);
}
.text-cyan-900\/45 {
    color: rgba(22, 78, 99, 0.45);
}
.text-cyan-900\/5 {
    color: rgba(22, 78, 99, 0.05);
}
.text-cyan-900\/50 {
    color: rgba(22, 78, 99, 0.5);
}
.text-cyan-900\/55 {
    color: rgba(22, 78, 99, 0.55);
}
.text-cyan-900\/60 {
    color: rgba(22, 78, 99, 0.6);
}
.text-cyan-900\/65 {
    color: rgba(22, 78, 99, 0.65);
}
.text-cyan-900\/70 {
    color: rgba(22, 78, 99, 0.7);
}
.text-cyan-900\/75 {
    color: rgba(22, 78, 99, 0.75);
}
.text-cyan-900\/80 {
    color: rgba(22, 78, 99, 0.8);
}
.text-cyan-900\/85 {
    color: rgba(22, 78, 99, 0.85);
}
.text-cyan-900\/90 {
    color: rgba(22, 78, 99, 0.9);
}
.text-cyan-900\/95 {
    color: rgba(22, 78, 99, 0.95);
}
.text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-100\/0 {
    color: rgba(209, 250, 229, 0);
}
.text-emerald-100\/10 {
    color: rgba(209, 250, 229, 0.1);
}
.text-emerald-100\/100 {
    color: #d1fae5;
}
.text-emerald-100\/15 {
    color: rgba(209, 250, 229, 0.15);
}
.text-emerald-100\/20 {
    color: rgba(209, 250, 229, 0.2);
}
.text-emerald-100\/25 {
    color: rgba(209, 250, 229, 0.25);
}
.text-emerald-100\/30 {
    color: rgba(209, 250, 229, 0.3);
}
.text-emerald-100\/35 {
    color: rgba(209, 250, 229, 0.35);
}
.text-emerald-100\/40 {
    color: rgba(209, 250, 229, 0.4);
}
.text-emerald-100\/45 {
    color: rgba(209, 250, 229, 0.45);
}
.text-emerald-100\/5 {
    color: rgba(209, 250, 229, 0.05);
}
.text-emerald-100\/50 {
    color: rgba(209, 250, 229, 0.5);
}
.text-emerald-100\/55 {
    color: rgba(209, 250, 229, 0.55);
}
.text-emerald-100\/60 {
    color: rgba(209, 250, 229, 0.6);
}
.text-emerald-100\/65 {
    color: rgba(209, 250, 229, 0.65);
}
.text-emerald-100\/70 {
    color: rgba(209, 250, 229, 0.7);
}
.text-emerald-100\/75 {
    color: rgba(209, 250, 229, 0.75);
}
.text-emerald-100\/80 {
    color: rgba(209, 250, 229, 0.8);
}
.text-emerald-100\/85 {
    color: rgba(209, 250, 229, 0.85);
}
.text-emerald-100\/90 {
    color: rgba(209, 250, 229, 0.9);
}
.text-emerald-100\/95 {
    color: rgba(209, 250, 229, 0.95);
}
.text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-200\/0 {
    color: rgba(167, 243, 208, 0);
}
.text-emerald-200\/10 {
    color: rgba(167, 243, 208, 0.1);
}
.text-emerald-200\/100 {
    color: #a7f3d0;
}
.text-emerald-200\/15 {
    color: rgba(167, 243, 208, 0.15);
}
.text-emerald-200\/20 {
    color: rgba(167, 243, 208, 0.2);
}
.text-emerald-200\/25 {
    color: rgba(167, 243, 208, 0.25);
}
.text-emerald-200\/30 {
    color: rgba(167, 243, 208, 0.3);
}
.text-emerald-200\/35 {
    color: rgba(167, 243, 208, 0.35);
}
.text-emerald-200\/40 {
    color: rgba(167, 243, 208, 0.4);
}
.text-emerald-200\/45 {
    color: rgba(167, 243, 208, 0.45);
}
.text-emerald-200\/5 {
    color: rgba(167, 243, 208, 0.05);
}
.text-emerald-200\/50 {
    color: rgba(167, 243, 208, 0.5);
}
.text-emerald-200\/55 {
    color: rgba(167, 243, 208, 0.55);
}
.text-emerald-200\/60 {
    color: rgba(167, 243, 208, 0.6);
}
.text-emerald-200\/65 {
    color: rgba(167, 243, 208, 0.65);
}
.text-emerald-200\/70 {
    color: rgba(167, 243, 208, 0.7);
}
.text-emerald-200\/75 {
    color: rgba(167, 243, 208, 0.75);
}
.text-emerald-200\/80 {
    color: rgba(167, 243, 208, 0.8);
}
.text-emerald-200\/85 {
    color: rgba(167, 243, 208, 0.85);
}
.text-emerald-200\/90 {
    color: rgba(167, 243, 208, 0.9);
}
.text-emerald-200\/95 {
    color: rgba(167, 243, 208, 0.95);
}
.text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-300\/0 {
    color: rgba(110, 231, 183, 0);
}
.text-emerald-300\/10 {
    color: rgba(110, 231, 183, 0.1);
}
.text-emerald-300\/100 {
    color: #6ee7b7;
}
.text-emerald-300\/15 {
    color: rgba(110, 231, 183, 0.15);
}
.text-emerald-300\/20 {
    color: rgba(110, 231, 183, 0.2);
}
.text-emerald-300\/25 {
    color: rgba(110, 231, 183, 0.25);
}
.text-emerald-300\/30 {
    color: rgba(110, 231, 183, 0.3);
}
.text-emerald-300\/35 {
    color: rgba(110, 231, 183, 0.35);
}
.text-emerald-300\/40 {
    color: rgba(110, 231, 183, 0.4);
}
.text-emerald-300\/45 {
    color: rgba(110, 231, 183, 0.45);
}
.text-emerald-300\/5 {
    color: rgba(110, 231, 183, 0.05);
}
.text-emerald-300\/50 {
    color: rgba(110, 231, 183, 0.5);
}
.text-emerald-300\/55 {
    color: rgba(110, 231, 183, 0.55);
}
.text-emerald-300\/60 {
    color: rgba(110, 231, 183, 0.6);
}
.text-emerald-300\/65 {
    color: rgba(110, 231, 183, 0.65);
}
.text-emerald-300\/70 {
    color: rgba(110, 231, 183, 0.7);
}
.text-emerald-300\/75 {
    color: rgba(110, 231, 183, 0.75);
}
.text-emerald-300\/80 {
    color: rgba(110, 231, 183, 0.8);
}
.text-emerald-300\/85 {
    color: rgba(110, 231, 183, 0.85);
}
.text-emerald-300\/90 {
    color: rgba(110, 231, 183, 0.9);
}
.text-emerald-300\/95 {
    color: rgba(110, 231, 183, 0.95);
}
.text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-400\/0 {
    color: rgba(52, 211, 153, 0);
}
.text-emerald-400\/10 {
    color: rgba(52, 211, 153, 0.1);
}
.text-emerald-400\/100 {
    color: #34d399;
}
.text-emerald-400\/15 {
    color: rgba(52, 211, 153, 0.15);
}
.text-emerald-400\/20 {
    color: rgba(52, 211, 153, 0.2);
}
.text-emerald-400\/25 {
    color: rgba(52, 211, 153, 0.25);
}
.text-emerald-400\/30 {
    color: rgba(52, 211, 153, 0.3);
}
.text-emerald-400\/35 {
    color: rgba(52, 211, 153, 0.35);
}
.text-emerald-400\/40 {
    color: rgba(52, 211, 153, 0.4);
}
.text-emerald-400\/45 {
    color: rgba(52, 211, 153, 0.45);
}
.text-emerald-400\/5 {
    color: rgba(52, 211, 153, 0.05);
}
.text-emerald-400\/50 {
    color: rgba(52, 211, 153, 0.5);
}
.text-emerald-400\/55 {
    color: rgba(52, 211, 153, 0.55);
}
.text-emerald-400\/60 {
    color: rgba(52, 211, 153, 0.6);
}
.text-emerald-400\/65 {
    color: rgba(52, 211, 153, 0.65);
}
.text-emerald-400\/70 {
    color: rgba(52, 211, 153, 0.7);
}
.text-emerald-400\/75 {
    color: rgba(52, 211, 153, 0.75);
}
.text-emerald-400\/80 {
    color: rgba(52, 211, 153, 0.8);
}
.text-emerald-400\/85 {
    color: rgba(52, 211, 153, 0.85);
}
.text-emerald-400\/90 {
    color: rgba(52, 211, 153, 0.9);
}
.text-emerald-400\/95 {
    color: rgba(52, 211, 153, 0.95);
}
.text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-emerald-50\/0 {
    color: rgba(236, 253, 245, 0);
}
.text-emerald-50\/10 {
    color: rgba(236, 253, 245, 0.1);
}
.text-emerald-50\/100 {
    color: #ecfdf5;
}
.text-emerald-50\/15 {
    color: rgba(236, 253, 245, 0.15);
}
.text-emerald-50\/20 {
    color: rgba(236, 253, 245, 0.2);
}
.text-emerald-50\/25 {
    color: rgba(236, 253, 245, 0.25);
}
.text-emerald-50\/30 {
    color: rgba(236, 253, 245, 0.3);
}
.text-emerald-50\/35 {
    color: rgba(236, 253, 245, 0.35);
}
.text-emerald-50\/40 {
    color: rgba(236, 253, 245, 0.4);
}
.text-emerald-50\/45 {
    color: rgba(236, 253, 245, 0.45);
}
.text-emerald-50\/5 {
    color: rgba(236, 253, 245, 0.05);
}
.text-emerald-50\/50 {
    color: rgba(236, 253, 245, 0.5);
}
.text-emerald-50\/55 {
    color: rgba(236, 253, 245, 0.55);
}
.text-emerald-50\/60 {
    color: rgba(236, 253, 245, 0.6);
}
.text-emerald-50\/65 {
    color: rgba(236, 253, 245, 0.65);
}
.text-emerald-50\/70 {
    color: rgba(236, 253, 245, 0.7);
}
.text-emerald-50\/75 {
    color: rgba(236, 253, 245, 0.75);
}
.text-emerald-50\/80 {
    color: rgba(236, 253, 245, 0.8);
}
.text-emerald-50\/85 {
    color: rgba(236, 253, 245, 0.85);
}
.text-emerald-50\/90 {
    color: rgba(236, 253, 245, 0.9);
}
.text-emerald-50\/95 {
    color: rgba(236, 253, 245, 0.95);
}
.text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-500\/0 {
    color: rgba(16, 185, 129, 0);
}
.text-emerald-500\/10 {
    color: rgba(16, 185, 129, 0.1);
}
.text-emerald-500\/100 {
    color: #10b981;
}
.text-emerald-500\/15 {
    color: rgba(16, 185, 129, 0.15);
}
.text-emerald-500\/20 {
    color: rgba(16, 185, 129, 0.2);
}
.text-emerald-500\/25 {
    color: rgba(16, 185, 129, 0.25);
}
.text-emerald-500\/30 {
    color: rgba(16, 185, 129, 0.3);
}
.text-emerald-500\/35 {
    color: rgba(16, 185, 129, 0.35);
}
.text-emerald-500\/40 {
    color: rgba(16, 185, 129, 0.4);
}
.text-emerald-500\/45 {
    color: rgba(16, 185, 129, 0.45);
}
.text-emerald-500\/5 {
    color: rgba(16, 185, 129, 0.05);
}
.text-emerald-500\/50 {
    color: rgba(16, 185, 129, 0.5);
}
.text-emerald-500\/55 {
    color: rgba(16, 185, 129, 0.55);
}
.text-emerald-500\/60 {
    color: rgba(16, 185, 129, 0.6);
}
.text-emerald-500\/65 {
    color: rgba(16, 185, 129, 0.65);
}
.text-emerald-500\/70 {
    color: rgba(16, 185, 129, 0.7);
}
.text-emerald-500\/75 {
    color: rgba(16, 185, 129, 0.75);
}
.text-emerald-500\/80 {
    color: rgba(16, 185, 129, 0.8);
}
.text-emerald-500\/85 {
    color: rgba(16, 185, 129, 0.85);
}
.text-emerald-500\/90 {
    color: rgba(16, 185, 129, 0.9);
}
.text-emerald-500\/95 {
    color: rgba(16, 185, 129, 0.95);
}
.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-600\/0 {
    color: rgba(5, 150, 105, 0);
}
.text-emerald-600\/10 {
    color: rgba(5, 150, 105, 0.1);
}
.text-emerald-600\/100 {
    color: #059669;
}
.text-emerald-600\/15 {
    color: rgba(5, 150, 105, 0.15);
}
.text-emerald-600\/20 {
    color: rgba(5, 150, 105, 0.2);
}
.text-emerald-600\/25 {
    color: rgba(5, 150, 105, 0.25);
}
.text-emerald-600\/30 {
    color: rgba(5, 150, 105, 0.3);
}
.text-emerald-600\/35 {
    color: rgba(5, 150, 105, 0.35);
}
.text-emerald-600\/40 {
    color: rgba(5, 150, 105, 0.4);
}
.text-emerald-600\/45 {
    color: rgba(5, 150, 105, 0.45);
}
.text-emerald-600\/5 {
    color: rgba(5, 150, 105, 0.05);
}
.text-emerald-600\/50 {
    color: rgba(5, 150, 105, 0.5);
}
.text-emerald-600\/55 {
    color: rgba(5, 150, 105, 0.55);
}
.text-emerald-600\/60 {
    color: rgba(5, 150, 105, 0.6);
}
.text-emerald-600\/65 {
    color: rgba(5, 150, 105, 0.65);
}
.text-emerald-600\/70 {
    color: rgba(5, 150, 105, 0.7);
}
.text-emerald-600\/75 {
    color: rgba(5, 150, 105, 0.75);
}
.text-emerald-600\/80 {
    color: rgba(5, 150, 105, 0.8);
}
.text-emerald-600\/85 {
    color: rgba(5, 150, 105, 0.85);
}
.text-emerald-600\/90 {
    color: rgba(5, 150, 105, 0.9);
}
.text-emerald-600\/95 {
    color: rgba(5, 150, 105, 0.95);
}
.text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-700\/0 {
    color: rgba(4, 120, 87, 0);
}
.text-emerald-700\/10 {
    color: rgba(4, 120, 87, 0.1);
}
.text-emerald-700\/100 {
    color: #047857;
}
.text-emerald-700\/15 {
    color: rgba(4, 120, 87, 0.15);
}
.text-emerald-700\/20 {
    color: rgba(4, 120, 87, 0.2);
}
.text-emerald-700\/25 {
    color: rgba(4, 120, 87, 0.25);
}
.text-emerald-700\/30 {
    color: rgba(4, 120, 87, 0.3);
}
.text-emerald-700\/35 {
    color: rgba(4, 120, 87, 0.35);
}
.text-emerald-700\/40 {
    color: rgba(4, 120, 87, 0.4);
}
.text-emerald-700\/45 {
    color: rgba(4, 120, 87, 0.45);
}
.text-emerald-700\/5 {
    color: rgba(4, 120, 87, 0.05);
}
.text-emerald-700\/50 {
    color: rgba(4, 120, 87, 0.5);
}
.text-emerald-700\/55 {
    color: rgba(4, 120, 87, 0.55);
}
.text-emerald-700\/60 {
    color: rgba(4, 120, 87, 0.6);
}
.text-emerald-700\/65 {
    color: rgba(4, 120, 87, 0.65);
}
.text-emerald-700\/70 {
    color: rgba(4, 120, 87, 0.7);
}
.text-emerald-700\/75 {
    color: rgba(4, 120, 87, 0.75);
}
.text-emerald-700\/80 {
    color: rgba(4, 120, 87, 0.8);
}
.text-emerald-700\/85 {
    color: rgba(4, 120, 87, 0.85);
}
.text-emerald-700\/90 {
    color: rgba(4, 120, 87, 0.9);
}
.text-emerald-700\/95 {
    color: rgba(4, 120, 87, 0.95);
}
.text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-emerald-800\/0 {
    color: rgba(6, 95, 70, 0);
}
.text-emerald-800\/10 {
    color: rgba(6, 95, 70, 0.1);
}
.text-emerald-800\/100 {
    color: #065f46;
}
.text-emerald-800\/15 {
    color: rgba(6, 95, 70, 0.15);
}
.text-emerald-800\/20 {
    color: rgba(6, 95, 70, 0.2);
}
.text-emerald-800\/25 {
    color: rgba(6, 95, 70, 0.25);
}
.text-emerald-800\/30 {
    color: rgba(6, 95, 70, 0.3);
}
.text-emerald-800\/35 {
    color: rgba(6, 95, 70, 0.35);
}
.text-emerald-800\/40 {
    color: rgba(6, 95, 70, 0.4);
}
.text-emerald-800\/45 {
    color: rgba(6, 95, 70, 0.45);
}
.text-emerald-800\/5 {
    color: rgba(6, 95, 70, 0.05);
}
.text-emerald-800\/50 {
    color: rgba(6, 95, 70, 0.5);
}
.text-emerald-800\/55 {
    color: rgba(6, 95, 70, 0.55);
}
.text-emerald-800\/60 {
    color: rgba(6, 95, 70, 0.6);
}
.text-emerald-800\/65 {
    color: rgba(6, 95, 70, 0.65);
}
.text-emerald-800\/70 {
    color: rgba(6, 95, 70, 0.7);
}
.text-emerald-800\/75 {
    color: rgba(6, 95, 70, 0.75);
}
.text-emerald-800\/80 {
    color: rgba(6, 95, 70, 0.8);
}
.text-emerald-800\/85 {
    color: rgba(6, 95, 70, 0.85);
}
.text-emerald-800\/90 {
    color: rgba(6, 95, 70, 0.9);
}
.text-emerald-800\/95 {
    color: rgba(6, 95, 70, 0.95);
}
.text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-emerald-900\/0 {
    color: rgba(6, 78, 59, 0);
}
.text-emerald-900\/10 {
    color: rgba(6, 78, 59, 0.1);
}
.text-emerald-900\/100 {
    color: #064e3b;
}
.text-emerald-900\/15 {
    color: rgba(6, 78, 59, 0.15);
}
.text-emerald-900\/20 {
    color: rgba(6, 78, 59, 0.2);
}
.text-emerald-900\/25 {
    color: rgba(6, 78, 59, 0.25);
}
.text-emerald-900\/30 {
    color: rgba(6, 78, 59, 0.3);
}
.text-emerald-900\/35 {
    color: rgba(6, 78, 59, 0.35);
}
.text-emerald-900\/40 {
    color: rgba(6, 78, 59, 0.4);
}
.text-emerald-900\/45 {
    color: rgba(6, 78, 59, 0.45);
}
.text-emerald-900\/5 {
    color: rgba(6, 78, 59, 0.05);
}
.text-emerald-900\/50 {
    color: rgba(6, 78, 59, 0.5);
}
.text-emerald-900\/55 {
    color: rgba(6, 78, 59, 0.55);
}
.text-emerald-900\/60 {
    color: rgba(6, 78, 59, 0.6);
}
.text-emerald-900\/65 {
    color: rgba(6, 78, 59, 0.65);
}
.text-emerald-900\/70 {
    color: rgba(6, 78, 59, 0.7);
}
.text-emerald-900\/75 {
    color: rgba(6, 78, 59, 0.75);
}
.text-emerald-900\/80 {
    color: rgba(6, 78, 59, 0.8);
}
.text-emerald-900\/85 {
    color: rgba(6, 78, 59, 0.85);
}
.text-emerald-900\/90 {
    color: rgba(6, 78, 59, 0.9);
}
.text-emerald-900\/95 {
    color: rgba(6, 78, 59, 0.95);
}
.text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}
.text-fuchsia-100\/0 {
    color: rgba(250, 232, 255, 0);
}
.text-fuchsia-100\/10 {
    color: rgba(250, 232, 255, 0.1);
}
.text-fuchsia-100\/100 {
    color: #fae8ff;
}
.text-fuchsia-100\/15 {
    color: rgba(250, 232, 255, 0.15);
}
.text-fuchsia-100\/20 {
    color: rgba(250, 232, 255, 0.2);
}
.text-fuchsia-100\/25 {
    color: rgba(250, 232, 255, 0.25);
}
.text-fuchsia-100\/30 {
    color: rgba(250, 232, 255, 0.3);
}
.text-fuchsia-100\/35 {
    color: rgba(250, 232, 255, 0.35);
}
.text-fuchsia-100\/40 {
    color: rgba(250, 232, 255, 0.4);
}
.text-fuchsia-100\/45 {
    color: rgba(250, 232, 255, 0.45);
}
.text-fuchsia-100\/5 {
    color: rgba(250, 232, 255, 0.05);
}
.text-fuchsia-100\/50 {
    color: rgba(250, 232, 255, 0.5);
}
.text-fuchsia-100\/55 {
    color: rgba(250, 232, 255, 0.55);
}
.text-fuchsia-100\/60 {
    color: rgba(250, 232, 255, 0.6);
}
.text-fuchsia-100\/65 {
    color: rgba(250, 232, 255, 0.65);
}
.text-fuchsia-100\/70 {
    color: rgba(250, 232, 255, 0.7);
}
.text-fuchsia-100\/75 {
    color: rgba(250, 232, 255, 0.75);
}
.text-fuchsia-100\/80 {
    color: rgba(250, 232, 255, 0.8);
}
.text-fuchsia-100\/85 {
    color: rgba(250, 232, 255, 0.85);
}
.text-fuchsia-100\/90 {
    color: rgba(250, 232, 255, 0.9);
}
.text-fuchsia-100\/95 {
    color: rgba(250, 232, 255, 0.95);
}
.text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}
.text-fuchsia-200\/0 {
    color: rgba(245, 208, 254, 0);
}
.text-fuchsia-200\/10 {
    color: rgba(245, 208, 254, 0.1);
}
.text-fuchsia-200\/100 {
    color: #f5d0fe;
}
.text-fuchsia-200\/15 {
    color: rgba(245, 208, 254, 0.15);
}
.text-fuchsia-200\/20 {
    color: rgba(245, 208, 254, 0.2);
}
.text-fuchsia-200\/25 {
    color: rgba(245, 208, 254, 0.25);
}
.text-fuchsia-200\/30 {
    color: rgba(245, 208, 254, 0.3);
}
.text-fuchsia-200\/35 {
    color: rgba(245, 208, 254, 0.35);
}
.text-fuchsia-200\/40 {
    color: rgba(245, 208, 254, 0.4);
}
.text-fuchsia-200\/45 {
    color: rgba(245, 208, 254, 0.45);
}
.text-fuchsia-200\/5 {
    color: rgba(245, 208, 254, 0.05);
}
.text-fuchsia-200\/50 {
    color: rgba(245, 208, 254, 0.5);
}
.text-fuchsia-200\/55 {
    color: rgba(245, 208, 254, 0.55);
}
.text-fuchsia-200\/60 {
    color: rgba(245, 208, 254, 0.6);
}
.text-fuchsia-200\/65 {
    color: rgba(245, 208, 254, 0.65);
}
.text-fuchsia-200\/70 {
    color: rgba(245, 208, 254, 0.7);
}
.text-fuchsia-200\/75 {
    color: rgba(245, 208, 254, 0.75);
}
.text-fuchsia-200\/80 {
    color: rgba(245, 208, 254, 0.8);
}
.text-fuchsia-200\/85 {
    color: rgba(245, 208, 254, 0.85);
}
.text-fuchsia-200\/90 {
    color: rgba(245, 208, 254, 0.9);
}
.text-fuchsia-200\/95 {
    color: rgba(245, 208, 254, 0.95);
}
.text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.text-fuchsia-300\/0 {
    color: rgba(240, 171, 252, 0);
}
.text-fuchsia-300\/10 {
    color: rgba(240, 171, 252, 0.1);
}
.text-fuchsia-300\/100 {
    color: #f0abfc;
}
.text-fuchsia-300\/15 {
    color: rgba(240, 171, 252, 0.15);
}
.text-fuchsia-300\/20 {
    color: rgba(240, 171, 252, 0.2);
}
.text-fuchsia-300\/25 {
    color: rgba(240, 171, 252, 0.25);
}
.text-fuchsia-300\/30 {
    color: rgba(240, 171, 252, 0.3);
}
.text-fuchsia-300\/35 {
    color: rgba(240, 171, 252, 0.35);
}
.text-fuchsia-300\/40 {
    color: rgba(240, 171, 252, 0.4);
}
.text-fuchsia-300\/45 {
    color: rgba(240, 171, 252, 0.45);
}
.text-fuchsia-300\/5 {
    color: rgba(240, 171, 252, 0.05);
}
.text-fuchsia-300\/50 {
    color: rgba(240, 171, 252, 0.5);
}
.text-fuchsia-300\/55 {
    color: rgba(240, 171, 252, 0.55);
}
.text-fuchsia-300\/60 {
    color: rgba(240, 171, 252, 0.6);
}
.text-fuchsia-300\/65 {
    color: rgba(240, 171, 252, 0.65);
}
.text-fuchsia-300\/70 {
    color: rgba(240, 171, 252, 0.7);
}
.text-fuchsia-300\/75 {
    color: rgba(240, 171, 252, 0.75);
}
.text-fuchsia-300\/80 {
    color: rgba(240, 171, 252, 0.8);
}
.text-fuchsia-300\/85 {
    color: rgba(240, 171, 252, 0.85);
}
.text-fuchsia-300\/90 {
    color: rgba(240, 171, 252, 0.9);
}
.text-fuchsia-300\/95 {
    color: rgba(240, 171, 252, 0.95);
}
.text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.text-fuchsia-400\/0 {
    color: rgba(232, 121, 249, 0);
}
.text-fuchsia-400\/10 {
    color: rgba(232, 121, 249, 0.1);
}
.text-fuchsia-400\/100 {
    color: #e879f9;
}
.text-fuchsia-400\/15 {
    color: rgba(232, 121, 249, 0.15);
}
.text-fuchsia-400\/20 {
    color: rgba(232, 121, 249, 0.2);
}
.text-fuchsia-400\/25 {
    color: rgba(232, 121, 249, 0.25);
}
.text-fuchsia-400\/30 {
    color: rgba(232, 121, 249, 0.3);
}
.text-fuchsia-400\/35 {
    color: rgba(232, 121, 249, 0.35);
}
.text-fuchsia-400\/40 {
    color: rgba(232, 121, 249, 0.4);
}
.text-fuchsia-400\/45 {
    color: rgba(232, 121, 249, 0.45);
}
.text-fuchsia-400\/5 {
    color: rgba(232, 121, 249, 0.05);
}
.text-fuchsia-400\/50 {
    color: rgba(232, 121, 249, 0.5);
}
.text-fuchsia-400\/55 {
    color: rgba(232, 121, 249, 0.55);
}
.text-fuchsia-400\/60 {
    color: rgba(232, 121, 249, 0.6);
}
.text-fuchsia-400\/65 {
    color: rgba(232, 121, 249, 0.65);
}
.text-fuchsia-400\/70 {
    color: rgba(232, 121, 249, 0.7);
}
.text-fuchsia-400\/75 {
    color: rgba(232, 121, 249, 0.75);
}
.text-fuchsia-400\/80 {
    color: rgba(232, 121, 249, 0.8);
}
.text-fuchsia-400\/85 {
    color: rgba(232, 121, 249, 0.85);
}
.text-fuchsia-400\/90 {
    color: rgba(232, 121, 249, 0.9);
}
.text-fuchsia-400\/95 {
    color: rgba(232, 121, 249, 0.95);
}
.text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}
.text-fuchsia-50\/0 {
    color: rgba(253, 244, 255, 0);
}
.text-fuchsia-50\/10 {
    color: rgba(253, 244, 255, 0.1);
}
.text-fuchsia-50\/100 {
    color: #fdf4ff;
}
.text-fuchsia-50\/15 {
    color: rgba(253, 244, 255, 0.15);
}
.text-fuchsia-50\/20 {
    color: rgba(253, 244, 255, 0.2);
}
.text-fuchsia-50\/25 {
    color: rgba(253, 244, 255, 0.25);
}
.text-fuchsia-50\/30 {
    color: rgba(253, 244, 255, 0.3);
}
.text-fuchsia-50\/35 {
    color: rgba(253, 244, 255, 0.35);
}
.text-fuchsia-50\/40 {
    color: rgba(253, 244, 255, 0.4);
}
.text-fuchsia-50\/45 {
    color: rgba(253, 244, 255, 0.45);
}
.text-fuchsia-50\/5 {
    color: rgba(253, 244, 255, 0.05);
}
.text-fuchsia-50\/50 {
    color: rgba(253, 244, 255, 0.5);
}
.text-fuchsia-50\/55 {
    color: rgba(253, 244, 255, 0.55);
}
.text-fuchsia-50\/60 {
    color: rgba(253, 244, 255, 0.6);
}
.text-fuchsia-50\/65 {
    color: rgba(253, 244, 255, 0.65);
}
.text-fuchsia-50\/70 {
    color: rgba(253, 244, 255, 0.7);
}
.text-fuchsia-50\/75 {
    color: rgba(253, 244, 255, 0.75);
}
.text-fuchsia-50\/80 {
    color: rgba(253, 244, 255, 0.8);
}
.text-fuchsia-50\/85 {
    color: rgba(253, 244, 255, 0.85);
}
.text-fuchsia-50\/90 {
    color: rgba(253, 244, 255, 0.9);
}
.text-fuchsia-50\/95 {
    color: rgba(253, 244, 255, 0.95);
}
.text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.text-fuchsia-500\/0 {
    color: rgba(217, 70, 239, 0);
}
.text-fuchsia-500\/10 {
    color: rgba(217, 70, 239, 0.1);
}
.text-fuchsia-500\/100 {
    color: #d946ef;
}
.text-fuchsia-500\/15 {
    color: rgba(217, 70, 239, 0.15);
}
.text-fuchsia-500\/20 {
    color: rgba(217, 70, 239, 0.2);
}
.text-fuchsia-500\/25 {
    color: rgba(217, 70, 239, 0.25);
}
.text-fuchsia-500\/30 {
    color: rgba(217, 70, 239, 0.3);
}
.text-fuchsia-500\/35 {
    color: rgba(217, 70, 239, 0.35);
}
.text-fuchsia-500\/40 {
    color: rgba(217, 70, 239, 0.4);
}
.text-fuchsia-500\/45 {
    color: rgba(217, 70, 239, 0.45);
}
.text-fuchsia-500\/5 {
    color: rgba(217, 70, 239, 0.05);
}
.text-fuchsia-500\/50 {
    color: rgba(217, 70, 239, 0.5);
}
.text-fuchsia-500\/55 {
    color: rgba(217, 70, 239, 0.55);
}
.text-fuchsia-500\/60 {
    color: rgba(217, 70, 239, 0.6);
}
.text-fuchsia-500\/65 {
    color: rgba(217, 70, 239, 0.65);
}
.text-fuchsia-500\/70 {
    color: rgba(217, 70, 239, 0.7);
}
.text-fuchsia-500\/75 {
    color: rgba(217, 70, 239, 0.75);
}
.text-fuchsia-500\/80 {
    color: rgba(217, 70, 239, 0.8);
}
.text-fuchsia-500\/85 {
    color: rgba(217, 70, 239, 0.85);
}
.text-fuchsia-500\/90 {
    color: rgba(217, 70, 239, 0.9);
}
.text-fuchsia-500\/95 {
    color: rgba(217, 70, 239, 0.95);
}
.text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.text-fuchsia-600\/0 {
    color: rgba(192, 38, 211, 0);
}
.text-fuchsia-600\/10 {
    color: rgba(192, 38, 211, 0.1);
}
.text-fuchsia-600\/100 {
    color: #c026d3;
}
.text-fuchsia-600\/15 {
    color: rgba(192, 38, 211, 0.15);
}
.text-fuchsia-600\/20 {
    color: rgba(192, 38, 211, 0.2);
}
.text-fuchsia-600\/25 {
    color: rgba(192, 38, 211, 0.25);
}
.text-fuchsia-600\/30 {
    color: rgba(192, 38, 211, 0.3);
}
.text-fuchsia-600\/35 {
    color: rgba(192, 38, 211, 0.35);
}
.text-fuchsia-600\/40 {
    color: rgba(192, 38, 211, 0.4);
}
.text-fuchsia-600\/45 {
    color: rgba(192, 38, 211, 0.45);
}
.text-fuchsia-600\/5 {
    color: rgba(192, 38, 211, 0.05);
}
.text-fuchsia-600\/50 {
    color: rgba(192, 38, 211, 0.5);
}
.text-fuchsia-600\/55 {
    color: rgba(192, 38, 211, 0.55);
}
.text-fuchsia-600\/60 {
    color: rgba(192, 38, 211, 0.6);
}
.text-fuchsia-600\/65 {
    color: rgba(192, 38, 211, 0.65);
}
.text-fuchsia-600\/70 {
    color: rgba(192, 38, 211, 0.7);
}
.text-fuchsia-600\/75 {
    color: rgba(192, 38, 211, 0.75);
}
.text-fuchsia-600\/80 {
    color: rgba(192, 38, 211, 0.8);
}
.text-fuchsia-600\/85 {
    color: rgba(192, 38, 211, 0.85);
}
.text-fuchsia-600\/90 {
    color: rgba(192, 38, 211, 0.9);
}
.text-fuchsia-600\/95 {
    color: rgba(192, 38, 211, 0.95);
}
.text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.text-fuchsia-700\/0 {
    color: rgba(162, 28, 175, 0);
}
.text-fuchsia-700\/10 {
    color: rgba(162, 28, 175, 0.1);
}
.text-fuchsia-700\/100 {
    color: #a21caf;
}
.text-fuchsia-700\/15 {
    color: rgba(162, 28, 175, 0.15);
}
.text-fuchsia-700\/20 {
    color: rgba(162, 28, 175, 0.2);
}
.text-fuchsia-700\/25 {
    color: rgba(162, 28, 175, 0.25);
}
.text-fuchsia-700\/30 {
    color: rgba(162, 28, 175, 0.3);
}
.text-fuchsia-700\/35 {
    color: rgba(162, 28, 175, 0.35);
}
.text-fuchsia-700\/40 {
    color: rgba(162, 28, 175, 0.4);
}
.text-fuchsia-700\/45 {
    color: rgba(162, 28, 175, 0.45);
}
.text-fuchsia-700\/5 {
    color: rgba(162, 28, 175, 0.05);
}
.text-fuchsia-700\/50 {
    color: rgba(162, 28, 175, 0.5);
}
.text-fuchsia-700\/55 {
    color: rgba(162, 28, 175, 0.55);
}
.text-fuchsia-700\/60 {
    color: rgba(162, 28, 175, 0.6);
}
.text-fuchsia-700\/65 {
    color: rgba(162, 28, 175, 0.65);
}
.text-fuchsia-700\/70 {
    color: rgba(162, 28, 175, 0.7);
}
.text-fuchsia-700\/75 {
    color: rgba(162, 28, 175, 0.75);
}
.text-fuchsia-700\/80 {
    color: rgba(162, 28, 175, 0.8);
}
.text-fuchsia-700\/85 {
    color: rgba(162, 28, 175, 0.85);
}
.text-fuchsia-700\/90 {
    color: rgba(162, 28, 175, 0.9);
}
.text-fuchsia-700\/95 {
    color: rgba(162, 28, 175, 0.95);
}
.text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}
.text-fuchsia-800\/0 {
    color: rgba(134, 25, 143, 0);
}
.text-fuchsia-800\/10 {
    color: rgba(134, 25, 143, 0.1);
}
.text-fuchsia-800\/100 {
    color: #86198f;
}
.text-fuchsia-800\/15 {
    color: rgba(134, 25, 143, 0.15);
}
.text-fuchsia-800\/20 {
    color: rgba(134, 25, 143, 0.2);
}
.text-fuchsia-800\/25 {
    color: rgba(134, 25, 143, 0.25);
}
.text-fuchsia-800\/30 {
    color: rgba(134, 25, 143, 0.3);
}
.text-fuchsia-800\/35 {
    color: rgba(134, 25, 143, 0.35);
}
.text-fuchsia-800\/40 {
    color: rgba(134, 25, 143, 0.4);
}
.text-fuchsia-800\/45 {
    color: rgba(134, 25, 143, 0.45);
}
.text-fuchsia-800\/5 {
    color: rgba(134, 25, 143, 0.05);
}
.text-fuchsia-800\/50 {
    color: rgba(134, 25, 143, 0.5);
}
.text-fuchsia-800\/55 {
    color: rgba(134, 25, 143, 0.55);
}
.text-fuchsia-800\/60 {
    color: rgba(134, 25, 143, 0.6);
}
.text-fuchsia-800\/65 {
    color: rgba(134, 25, 143, 0.65);
}
.text-fuchsia-800\/70 {
    color: rgba(134, 25, 143, 0.7);
}
.text-fuchsia-800\/75 {
    color: rgba(134, 25, 143, 0.75);
}
.text-fuchsia-800\/80 {
    color: rgba(134, 25, 143, 0.8);
}
.text-fuchsia-800\/85 {
    color: rgba(134, 25, 143, 0.85);
}
.text-fuchsia-800\/90 {
    color: rgba(134, 25, 143, 0.9);
}
.text-fuchsia-800\/95 {
    color: rgba(134, 25, 143, 0.95);
}
.text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}
.text-fuchsia-900\/0 {
    color: rgba(112, 26, 117, 0);
}
.text-fuchsia-900\/10 {
    color: rgba(112, 26, 117, 0.1);
}
.text-fuchsia-900\/100 {
    color: #701a75;
}
.text-fuchsia-900\/15 {
    color: rgba(112, 26, 117, 0.15);
}
.text-fuchsia-900\/20 {
    color: rgba(112, 26, 117, 0.2);
}
.text-fuchsia-900\/25 {
    color: rgba(112, 26, 117, 0.25);
}
.text-fuchsia-900\/30 {
    color: rgba(112, 26, 117, 0.3);
}
.text-fuchsia-900\/35 {
    color: rgba(112, 26, 117, 0.35);
}
.text-fuchsia-900\/40 {
    color: rgba(112, 26, 117, 0.4);
}
.text-fuchsia-900\/45 {
    color: rgba(112, 26, 117, 0.45);
}
.text-fuchsia-900\/5 {
    color: rgba(112, 26, 117, 0.05);
}
.text-fuchsia-900\/50 {
    color: rgba(112, 26, 117, 0.5);
}
.text-fuchsia-900\/55 {
    color: rgba(112, 26, 117, 0.55);
}
.text-fuchsia-900\/60 {
    color: rgba(112, 26, 117, 0.6);
}
.text-fuchsia-900\/65 {
    color: rgba(112, 26, 117, 0.65);
}
.text-fuchsia-900\/70 {
    color: rgba(112, 26, 117, 0.7);
}
.text-fuchsia-900\/75 {
    color: rgba(112, 26, 117, 0.75);
}
.text-fuchsia-900\/80 {
    color: rgba(112, 26, 117, 0.8);
}
.text-fuchsia-900\/85 {
    color: rgba(112, 26, 117, 0.85);
}
.text-fuchsia-900\/90 {
    color: rgba(112, 26, 117, 0.9);
}
.text-fuchsia-900\/95 {
    color: rgba(112, 26, 117, 0.95);
}
.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-100\/0 {
    color: rgba(243, 244, 246, 0);
}
.text-gray-100\/10 {
    color: rgba(243, 244, 246, 0.1);
}
.text-gray-100\/100 {
    color: #f3f4f6;
}
.text-gray-100\/15 {
    color: rgba(243, 244, 246, 0.15);
}
.text-gray-100\/20 {
    color: rgba(243, 244, 246, 0.2);
}
.text-gray-100\/25 {
    color: rgba(243, 244, 246, 0.25);
}
.text-gray-100\/30 {
    color: rgba(243, 244, 246, 0.3);
}
.text-gray-100\/35 {
    color: rgba(243, 244, 246, 0.35);
}
.text-gray-100\/40 {
    color: rgba(243, 244, 246, 0.4);
}
.text-gray-100\/45 {
    color: rgba(243, 244, 246, 0.45);
}
.text-gray-100\/5 {
    color: rgba(243, 244, 246, 0.05);
}
.text-gray-100\/50 {
    color: rgba(243, 244, 246, 0.5);
}
.text-gray-100\/55 {
    color: rgba(243, 244, 246, 0.55);
}
.text-gray-100\/60 {
    color: rgba(243, 244, 246, 0.6);
}
.text-gray-100\/65 {
    color: rgba(243, 244, 246, 0.65);
}
.text-gray-100\/70 {
    color: rgba(243, 244, 246, 0.7);
}
.text-gray-100\/75 {
    color: rgba(243, 244, 246, 0.75);
}
.text-gray-100\/80 {
    color: rgba(243, 244, 246, 0.8);
}
.text-gray-100\/85 {
    color: rgba(243, 244, 246, 0.85);
}
.text-gray-100\/90 {
    color: rgba(243, 244, 246, 0.9);
}
.text-gray-100\/95 {
    color: rgba(243, 244, 246, 0.95);
}
.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-200\/0 {
    color: rgba(229, 231, 235, 0);
}
.text-gray-200\/10 {
    color: rgba(229, 231, 235, 0.1);
}
.text-gray-200\/100 {
    color: #e5e7eb;
}
.text-gray-200\/15 {
    color: rgba(229, 231, 235, 0.15);
}
.text-gray-200\/20 {
    color: rgba(229, 231, 235, 0.2);
}
.text-gray-200\/25 {
    color: rgba(229, 231, 235, 0.25);
}
.text-gray-200\/30 {
    color: rgba(229, 231, 235, 0.3);
}
.text-gray-200\/35 {
    color: rgba(229, 231, 235, 0.35);
}
.text-gray-200\/40 {
    color: rgba(229, 231, 235, 0.4);
}
.text-gray-200\/45 {
    color: rgba(229, 231, 235, 0.45);
}
.text-gray-200\/5 {
    color: rgba(229, 231, 235, 0.05);
}
.text-gray-200\/50 {
    color: rgba(229, 231, 235, 0.5);
}
.text-gray-200\/55 {
    color: rgba(229, 231, 235, 0.55);
}
.text-gray-200\/60 {
    color: rgba(229, 231, 235, 0.6);
}
.text-gray-200\/65 {
    color: rgba(229, 231, 235, 0.65);
}
.text-gray-200\/70 {
    color: rgba(229, 231, 235, 0.7);
}
.text-gray-200\/75 {
    color: rgba(229, 231, 235, 0.75);
}
.text-gray-200\/80 {
    color: rgba(229, 231, 235, 0.8);
}
.text-gray-200\/85 {
    color: rgba(229, 231, 235, 0.85);
}
.text-gray-200\/90 {
    color: rgba(229, 231, 235, 0.9);
}
.text-gray-200\/95 {
    color: rgba(229, 231, 235, 0.95);
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-300\/0 {
    color: rgba(209, 213, 219, 0);
}
.text-gray-300\/10 {
    color: rgba(209, 213, 219, 0.1);
}
.text-gray-300\/100 {
    color: #d1d5db;
}
.text-gray-300\/15 {
    color: rgba(209, 213, 219, 0.15);
}
.text-gray-300\/20 {
    color: rgba(209, 213, 219, 0.2);
}
.text-gray-300\/25 {
    color: rgba(209, 213, 219, 0.25);
}
.text-gray-300\/30 {
    color: rgba(209, 213, 219, 0.3);
}
.text-gray-300\/35 {
    color: rgba(209, 213, 219, 0.35);
}
.text-gray-300\/40 {
    color: rgba(209, 213, 219, 0.4);
}
.text-gray-300\/45 {
    color: rgba(209, 213, 219, 0.45);
}
.text-gray-300\/5 {
    color: rgba(209, 213, 219, 0.05);
}
.text-gray-300\/50 {
    color: rgba(209, 213, 219, 0.5);
}
.text-gray-300\/55 {
    color: rgba(209, 213, 219, 0.55);
}
.text-gray-300\/60 {
    color: rgba(209, 213, 219, 0.6);
}
.text-gray-300\/65 {
    color: rgba(209, 213, 219, 0.65);
}
.text-gray-300\/70 {
    color: rgba(209, 213, 219, 0.7);
}
.text-gray-300\/75 {
    color: rgba(209, 213, 219, 0.75);
}
.text-gray-300\/80 {
    color: rgba(209, 213, 219, 0.8);
}
.text-gray-300\/85 {
    color: rgba(209, 213, 219, 0.85);
}
.text-gray-300\/90 {
    color: rgba(209, 213, 219, 0.9);
}
.text-gray-300\/95 {
    color: rgba(209, 213, 219, 0.95);
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0 {
    color: rgba(156, 163, 175, 0);
}
.text-gray-400\/10 {
    color: rgba(156, 163, 175, 0.1);
}
.text-gray-400\/100 {
    color: #9ca3af;
}
.text-gray-400\/15 {
    color: rgba(156, 163, 175, 0.15);
}
.text-gray-400\/20 {
    color: rgba(156, 163, 175, 0.2);
}
.text-gray-400\/25 {
    color: rgba(156, 163, 175, 0.25);
}
.text-gray-400\/30 {
    color: rgba(156, 163, 175, 0.3);
}
.text-gray-400\/35 {
    color: rgba(156, 163, 175, 0.35);
}
.text-gray-400\/40 {
    color: rgba(156, 163, 175, 0.4);
}
.text-gray-400\/45 {
    color: rgba(156, 163, 175, 0.45);
}
.text-gray-400\/5 {
    color: rgba(156, 163, 175, 0.05);
}
.text-gray-400\/50 {
    color: rgba(156, 163, 175, 0.5);
}
.text-gray-400\/55 {
    color: rgba(156, 163, 175, 0.55);
}
.text-gray-400\/60 {
    color: rgba(156, 163, 175, 0.6);
}
.text-gray-400\/65 {
    color: rgba(156, 163, 175, 0.65);
}
.text-gray-400\/70 {
    color: rgba(156, 163, 175, 0.7);
}
.text-gray-400\/75 {
    color: rgba(156, 163, 175, 0.75);
}
.text-gray-400\/80 {
    color: rgba(156, 163, 175, 0.8);
}
.text-gray-400\/85 {
    color: rgba(156, 163, 175, 0.85);
}
.text-gray-400\/90 {
    color: rgba(156, 163, 175, 0.9);
}
.text-gray-400\/95 {
    color: rgba(156, 163, 175, 0.95);
}
.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-50\/0 {
    color: rgba(249, 250, 251, 0);
}
.text-gray-50\/10 {
    color: rgba(249, 250, 251, 0.1);
}
.text-gray-50\/100 {
    color: #f9fafb;
}
.text-gray-50\/15 {
    color: rgba(249, 250, 251, 0.15);
}
.text-gray-50\/20 {
    color: rgba(249, 250, 251, 0.2);
}
.text-gray-50\/25 {
    color: rgba(249, 250, 251, 0.25);
}
.text-gray-50\/30 {
    color: rgba(249, 250, 251, 0.3);
}
.text-gray-50\/35 {
    color: rgba(249, 250, 251, 0.35);
}
.text-gray-50\/40 {
    color: rgba(249, 250, 251, 0.4);
}
.text-gray-50\/45 {
    color: rgba(249, 250, 251, 0.45);
}
.text-gray-50\/5 {
    color: rgba(249, 250, 251, 0.05);
}
.text-gray-50\/50 {
    color: rgba(249, 250, 251, 0.5);
}
.text-gray-50\/55 {
    color: rgba(249, 250, 251, 0.55);
}
.text-gray-50\/60 {
    color: rgba(249, 250, 251, 0.6);
}
.text-gray-50\/65 {
    color: rgba(249, 250, 251, 0.65);
}
.text-gray-50\/70 {
    color: rgba(249, 250, 251, 0.7);
}
.text-gray-50\/75 {
    color: rgba(249, 250, 251, 0.75);
}
.text-gray-50\/80 {
    color: rgba(249, 250, 251, 0.8);
}
.text-gray-50\/85 {
    color: rgba(249, 250, 251, 0.85);
}
.text-gray-50\/90 {
    color: rgba(249, 250, 251, 0.9);
}
.text-gray-50\/95 {
    color: rgba(249, 250, 251, 0.95);
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0 {
    color: hsla(220, 9%, 46%, 0);
}
.text-gray-500\/10 {
    color: hsla(220, 9%, 46%, 0.1);
}
.text-gray-500\/100 {
    color: #6b7280;
}
.text-gray-500\/15 {
    color: hsla(220, 9%, 46%, 0.15);
}
.text-gray-500\/20 {
    color: hsla(220, 9%, 46%, 0.2);
}
.text-gray-500\/25 {
    color: hsla(220, 9%, 46%, 0.25);
}
.text-gray-500\/30 {
    color: hsla(220, 9%, 46%, 0.3);
}
.text-gray-500\/35 {
    color: hsla(220, 9%, 46%, 0.35);
}
.text-gray-500\/40 {
    color: hsla(220, 9%, 46%, 0.4);
}
.text-gray-500\/45 {
    color: hsla(220, 9%, 46%, 0.45);
}
.text-gray-500\/5 {
    color: hsla(220, 9%, 46%, 0.05);
}
.text-gray-500\/50 {
    color: hsla(220, 9%, 46%, 0.5);
}
.text-gray-500\/55 {
    color: hsla(220, 9%, 46%, 0.55);
}
.text-gray-500\/60 {
    color: hsla(220, 9%, 46%, 0.6);
}
.text-gray-500\/65 {
    color: hsla(220, 9%, 46%, 0.65);
}
.text-gray-500\/70 {
    color: hsla(220, 9%, 46%, 0.7);
}
.text-gray-500\/75 {
    color: hsla(220, 9%, 46%, 0.75);
}
.text-gray-500\/80 {
    color: hsla(220, 9%, 46%, 0.8);
}
.text-gray-500\/85 {
    color: hsla(220, 9%, 46%, 0.85);
}
.text-gray-500\/90 {
    color: hsla(220, 9%, 46%, 0.9);
}
.text-gray-500\/95 {
    color: hsla(220, 9%, 46%, 0.95);
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0 {
    color: rgba(75, 85, 99, 0);
}
.text-gray-600\/10 {
    color: rgba(75, 85, 99, 0.1);
}
.text-gray-600\/100 {
    color: #4b5563;
}
.text-gray-600\/15 {
    color: rgba(75, 85, 99, 0.15);
}
.text-gray-600\/20 {
    color: rgba(75, 85, 99, 0.2);
}
.text-gray-600\/25 {
    color: rgba(75, 85, 99, 0.25);
}
.text-gray-600\/30 {
    color: rgba(75, 85, 99, 0.3);
}
.text-gray-600\/35 {
    color: rgba(75, 85, 99, 0.35);
}
.text-gray-600\/40 {
    color: rgba(75, 85, 99, 0.4);
}
.text-gray-600\/45 {
    color: rgba(75, 85, 99, 0.45);
}
.text-gray-600\/5 {
    color: rgba(75, 85, 99, 0.05);
}
.text-gray-600\/50 {
    color: rgba(75, 85, 99, 0.5);
}
.text-gray-600\/55 {
    color: rgba(75, 85, 99, 0.55);
}
.text-gray-600\/60 {
    color: rgba(75, 85, 99, 0.6);
}
.text-gray-600\/65 {
    color: rgba(75, 85, 99, 0.65);
}
.text-gray-600\/70 {
    color: rgba(75, 85, 99, 0.7);
}
.text-gray-600\/75 {
    color: rgba(75, 85, 99, 0.75);
}
.text-gray-600\/80 {
    color: rgba(75, 85, 99, 0.8);
}
.text-gray-600\/85 {
    color: rgba(75, 85, 99, 0.85);
}
.text-gray-600\/90 {
    color: rgba(75, 85, 99, 0.9);
}
.text-gray-600\/95 {
    color: rgba(75, 85, 99, 0.95);
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-700\/0 {
    color: rgba(55, 65, 81, 0);
}
.text-gray-700\/10 {
    color: rgba(55, 65, 81, 0.1);
}
.text-gray-700\/100 {
    color: #374151;
}
.text-gray-700\/15 {
    color: rgba(55, 65, 81, 0.15);
}
.text-gray-700\/20 {
    color: rgba(55, 65, 81, 0.2);
}
.text-gray-700\/25 {
    color: rgba(55, 65, 81, 0.25);
}
.text-gray-700\/30 {
    color: rgba(55, 65, 81, 0.3);
}
.text-gray-700\/35 {
    color: rgba(55, 65, 81, 0.35);
}
.text-gray-700\/40 {
    color: rgba(55, 65, 81, 0.4);
}
.text-gray-700\/45 {
    color: rgba(55, 65, 81, 0.45);
}
.text-gray-700\/5 {
    color: rgba(55, 65, 81, 0.05);
}
.text-gray-700\/50 {
    color: rgba(55, 65, 81, 0.5);
}
.text-gray-700\/55 {
    color: rgba(55, 65, 81, 0.55);
}
.text-gray-700\/60 {
    color: rgba(55, 65, 81, 0.6);
}
.text-gray-700\/65 {
    color: rgba(55, 65, 81, 0.65);
}
.text-gray-700\/70 {
    color: rgba(55, 65, 81, 0.7);
}
.text-gray-700\/75 {
    color: rgba(55, 65, 81, 0.75);
}
.text-gray-700\/80 {
    color: rgba(55, 65, 81, 0.8);
}
.text-gray-700\/85 {
    color: rgba(55, 65, 81, 0.85);
}
.text-gray-700\/90 {
    color: rgba(55, 65, 81, 0.9);
}
.text-gray-700\/95 {
    color: rgba(55, 65, 81, 0.95);
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-800\/0 {
    color: rgba(31, 41, 55, 0);
}
.text-gray-800\/10 {
    color: rgba(31, 41, 55, 0.1);
}
.text-gray-800\/100 {
    color: #1f2937;
}
.text-gray-800\/15 {
    color: rgba(31, 41, 55, 0.15);
}
.text-gray-800\/20 {
    color: rgba(31, 41, 55, 0.2);
}
.text-gray-800\/25 {
    color: rgba(31, 41, 55, 0.25);
}
.text-gray-800\/30 {
    color: rgba(31, 41, 55, 0.3);
}
.text-gray-800\/35 {
    color: rgba(31, 41, 55, 0.35);
}
.text-gray-800\/40 {
    color: rgba(31, 41, 55, 0.4);
}
.text-gray-800\/45 {
    color: rgba(31, 41, 55, 0.45);
}
.text-gray-800\/5 {
    color: rgba(31, 41, 55, 0.05);
}
.text-gray-800\/50 {
    color: rgba(31, 41, 55, 0.5);
}
.text-gray-800\/55 {
    color: rgba(31, 41, 55, 0.55);
}
.text-gray-800\/60 {
    color: rgba(31, 41, 55, 0.6);
}
.text-gray-800\/65 {
    color: rgba(31, 41, 55, 0.65);
}
.text-gray-800\/70 {
    color: rgba(31, 41, 55, 0.7);
}
.text-gray-800\/75 {
    color: rgba(31, 41, 55, 0.75);
}
.text-gray-800\/80 {
    color: rgba(31, 41, 55, 0.8);
}
.text-gray-800\/85 {
    color: rgba(31, 41, 55, 0.85);
}
.text-gray-800\/90 {
    color: rgba(31, 41, 55, 0.9);
}
.text-gray-800\/95 {
    color: rgba(31, 41, 55, 0.95);
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-900\/0 {
    color: rgba(17, 24, 39, 0);
}
.text-gray-900\/10 {
    color: rgba(17, 24, 39, 0.1);
}
.text-gray-900\/100 {
    color: #111827;
}
.text-gray-900\/15 {
    color: rgba(17, 24, 39, 0.15);
}
.text-gray-900\/20 {
    color: rgba(17, 24, 39, 0.2);
}
.text-gray-900\/25 {
    color: rgba(17, 24, 39, 0.25);
}
.text-gray-900\/30 {
    color: rgba(17, 24, 39, 0.3);
}
.text-gray-900\/35 {
    color: rgba(17, 24, 39, 0.35);
}
.text-gray-900\/40 {
    color: rgba(17, 24, 39, 0.4);
}
.text-gray-900\/45 {
    color: rgba(17, 24, 39, 0.45);
}
.text-gray-900\/5 {
    color: rgba(17, 24, 39, 0.05);
}
.text-gray-900\/50 {
    color: rgba(17, 24, 39, 0.5);
}
.text-gray-900\/55 {
    color: rgba(17, 24, 39, 0.55);
}
.text-gray-900\/60 {
    color: rgba(17, 24, 39, 0.6);
}
.text-gray-900\/65 {
    color: rgba(17, 24, 39, 0.65);
}
.text-gray-900\/70 {
    color: rgba(17, 24, 39, 0.7);
}
.text-gray-900\/75 {
    color: rgba(17, 24, 39, 0.75);
}
.text-gray-900\/80 {
    color: rgba(17, 24, 39, 0.8);
}
.text-gray-900\/85 {
    color: rgba(17, 24, 39, 0.85);
}
.text-gray-900\/90 {
    color: rgba(17, 24, 39, 0.9);
}
.text-gray-900\/95 {
    color: rgba(17, 24, 39, 0.95);
}
.text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-green-100\/0 {
    color: rgba(209, 250, 229, 0);
}
.text-green-100\/10 {
    color: rgba(209, 250, 229, 0.1);
}
.text-green-100\/100 {
    color: #d1fae5;
}
.text-green-100\/15 {
    color: rgba(209, 250, 229, 0.15);
}
.text-green-100\/20 {
    color: rgba(209, 250, 229, 0.2);
}
.text-green-100\/25 {
    color: rgba(209, 250, 229, 0.25);
}
.text-green-100\/30 {
    color: rgba(209, 250, 229, 0.3);
}
.text-green-100\/35 {
    color: rgba(209, 250, 229, 0.35);
}
.text-green-100\/40 {
    color: rgba(209, 250, 229, 0.4);
}
.text-green-100\/45 {
    color: rgba(209, 250, 229, 0.45);
}
.text-green-100\/5 {
    color: rgba(209, 250, 229, 0.05);
}
.text-green-100\/50 {
    color: rgba(209, 250, 229, 0.5);
}
.text-green-100\/55 {
    color: rgba(209, 250, 229, 0.55);
}
.text-green-100\/60 {
    color: rgba(209, 250, 229, 0.6);
}
.text-green-100\/65 {
    color: rgba(209, 250, 229, 0.65);
}
.text-green-100\/70 {
    color: rgba(209, 250, 229, 0.7);
}
.text-green-100\/75 {
    color: rgba(209, 250, 229, 0.75);
}
.text-green-100\/80 {
    color: rgba(209, 250, 229, 0.8);
}
.text-green-100\/85 {
    color: rgba(209, 250, 229, 0.85);
}
.text-green-100\/90 {
    color: rgba(209, 250, 229, 0.9);
}
.text-green-100\/95 {
    color: rgba(209, 250, 229, 0.95);
}
.text-green-200 {
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-green-200\/0 {
    color: rgba(167, 243, 208, 0);
}
.text-green-200\/10 {
    color: rgba(167, 243, 208, 0.1);
}
.text-green-200\/100 {
    color: #a7f3d0;
}
.text-green-200\/15 {
    color: rgba(167, 243, 208, 0.15);
}
.text-green-200\/20 {
    color: rgba(167, 243, 208, 0.2);
}
.text-green-200\/25 {
    color: rgba(167, 243, 208, 0.25);
}
.text-green-200\/30 {
    color: rgba(167, 243, 208, 0.3);
}
.text-green-200\/35 {
    color: rgba(167, 243, 208, 0.35);
}
.text-green-200\/40 {
    color: rgba(167, 243, 208, 0.4);
}
.text-green-200\/45 {
    color: rgba(167, 243, 208, 0.45);
}
.text-green-200\/5 {
    color: rgba(167, 243, 208, 0.05);
}
.text-green-200\/50 {
    color: rgba(167, 243, 208, 0.5);
}
.text-green-200\/55 {
    color: rgba(167, 243, 208, 0.55);
}
.text-green-200\/60 {
    color: rgba(167, 243, 208, 0.6);
}
.text-green-200\/65 {
    color: rgba(167, 243, 208, 0.65);
}
.text-green-200\/70 {
    color: rgba(167, 243, 208, 0.7);
}
.text-green-200\/75 {
    color: rgba(167, 243, 208, 0.75);
}
.text-green-200\/80 {
    color: rgba(167, 243, 208, 0.8);
}
.text-green-200\/85 {
    color: rgba(167, 243, 208, 0.85);
}
.text-green-200\/90 {
    color: rgba(167, 243, 208, 0.9);
}
.text-green-200\/95 {
    color: rgba(167, 243, 208, 0.95);
}
.text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-green-300\/0 {
    color: rgba(110, 231, 183, 0);
}
.text-green-300\/10 {
    color: rgba(110, 231, 183, 0.1);
}
.text-green-300\/100 {
    color: #6ee7b7;
}
.text-green-300\/15 {
    color: rgba(110, 231, 183, 0.15);
}
.text-green-300\/20 {
    color: rgba(110, 231, 183, 0.2);
}
.text-green-300\/25 {
    color: rgba(110, 231, 183, 0.25);
}
.text-green-300\/30 {
    color: rgba(110, 231, 183, 0.3);
}
.text-green-300\/35 {
    color: rgba(110, 231, 183, 0.35);
}
.text-green-300\/40 {
    color: rgba(110, 231, 183, 0.4);
}
.text-green-300\/45 {
    color: rgba(110, 231, 183, 0.45);
}
.text-green-300\/5 {
    color: rgba(110, 231, 183, 0.05);
}
.text-green-300\/50 {
    color: rgba(110, 231, 183, 0.5);
}
.text-green-300\/55 {
    color: rgba(110, 231, 183, 0.55);
}
.text-green-300\/60 {
    color: rgba(110, 231, 183, 0.6);
}
.text-green-300\/65 {
    color: rgba(110, 231, 183, 0.65);
}
.text-green-300\/70 {
    color: rgba(110, 231, 183, 0.7);
}
.text-green-300\/75 {
    color: rgba(110, 231, 183, 0.75);
}
.text-green-300\/80 {
    color: rgba(110, 231, 183, 0.8);
}
.text-green-300\/85 {
    color: rgba(110, 231, 183, 0.85);
}
.text-green-300\/90 {
    color: rgba(110, 231, 183, 0.9);
}
.text-green-300\/95 {
    color: rgba(110, 231, 183, 0.95);
}
.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-green-400\/0 {
    color: rgba(52, 211, 153, 0);
}
.text-green-400\/10 {
    color: rgba(52, 211, 153, 0.1);
}
.text-green-400\/100 {
    color: #34d399;
}
.text-green-400\/15 {
    color: rgba(52, 211, 153, 0.15);
}
.text-green-400\/20 {
    color: rgba(52, 211, 153, 0.2);
}
.text-green-400\/25 {
    color: rgba(52, 211, 153, 0.25);
}
.text-green-400\/30 {
    color: rgba(52, 211, 153, 0.3);
}
.text-green-400\/35 {
    color: rgba(52, 211, 153, 0.35);
}
.text-green-400\/40 {
    color: rgba(52, 211, 153, 0.4);
}
.text-green-400\/45 {
    color: rgba(52, 211, 153, 0.45);
}
.text-green-400\/5 {
    color: rgba(52, 211, 153, 0.05);
}
.text-green-400\/50 {
    color: rgba(52, 211, 153, 0.5);
}
.text-green-400\/55 {
    color: rgba(52, 211, 153, 0.55);
}
.text-green-400\/60 {
    color: rgba(52, 211, 153, 0.6);
}
.text-green-400\/65 {
    color: rgba(52, 211, 153, 0.65);
}
.text-green-400\/70 {
    color: rgba(52, 211, 153, 0.7);
}
.text-green-400\/75 {
    color: rgba(52, 211, 153, 0.75);
}
.text-green-400\/80 {
    color: rgba(52, 211, 153, 0.8);
}
.text-green-400\/85 {
    color: rgba(52, 211, 153, 0.85);
}
.text-green-400\/90 {
    color: rgba(52, 211, 153, 0.9);
}
.text-green-400\/95 {
    color: rgba(52, 211, 153, 0.95);
}
.text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-green-50\/0 {
    color: rgba(236, 253, 245, 0);
}
.text-green-50\/10 {
    color: rgba(236, 253, 245, 0.1);
}
.text-green-50\/100 {
    color: #ecfdf5;
}
.text-green-50\/15 {
    color: rgba(236, 253, 245, 0.15);
}
.text-green-50\/20 {
    color: rgba(236, 253, 245, 0.2);
}
.text-green-50\/25 {
    color: rgba(236, 253, 245, 0.25);
}
.text-green-50\/30 {
    color: rgba(236, 253, 245, 0.3);
}
.text-green-50\/35 {
    color: rgba(236, 253, 245, 0.35);
}
.text-green-50\/40 {
    color: rgba(236, 253, 245, 0.4);
}
.text-green-50\/45 {
    color: rgba(236, 253, 245, 0.45);
}
.text-green-50\/5 {
    color: rgba(236, 253, 245, 0.05);
}
.text-green-50\/50 {
    color: rgba(236, 253, 245, 0.5);
}
.text-green-50\/55 {
    color: rgba(236, 253, 245, 0.55);
}
.text-green-50\/60 {
    color: rgba(236, 253, 245, 0.6);
}
.text-green-50\/65 {
    color: rgba(236, 253, 245, 0.65);
}
.text-green-50\/70 {
    color: rgba(236, 253, 245, 0.7);
}
.text-green-50\/75 {
    color: rgba(236, 253, 245, 0.75);
}
.text-green-50\/80 {
    color: rgba(236, 253, 245, 0.8);
}
.text-green-50\/85 {
    color: rgba(236, 253, 245, 0.85);
}
.text-green-50\/90 {
    color: rgba(236, 253, 245, 0.9);
}
.text-green-50\/95 {
    color: rgba(236, 253, 245, 0.95);
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-green-500\/0 {
    color: rgba(16, 185, 129, 0);
}
.text-green-500\/10 {
    color: rgba(16, 185, 129, 0.1);
}
.text-green-500\/100 {
    color: #10b981;
}
.text-green-500\/15 {
    color: rgba(16, 185, 129, 0.15);
}
.text-green-500\/20 {
    color: rgba(16, 185, 129, 0.2);
}
.text-green-500\/25 {
    color: rgba(16, 185, 129, 0.25);
}
.text-green-500\/30 {
    color: rgba(16, 185, 129, 0.3);
}
.text-green-500\/35 {
    color: rgba(16, 185, 129, 0.35);
}
.text-green-500\/40 {
    color: rgba(16, 185, 129, 0.4);
}
.text-green-500\/45 {
    color: rgba(16, 185, 129, 0.45);
}
.text-green-500\/5 {
    color: rgba(16, 185, 129, 0.05);
}
.text-green-500\/50 {
    color: rgba(16, 185, 129, 0.5);
}
.text-green-500\/55 {
    color: rgba(16, 185, 129, 0.55);
}
.text-green-500\/60 {
    color: rgba(16, 185, 129, 0.6);
}
.text-green-500\/65 {
    color: rgba(16, 185, 129, 0.65);
}
.text-green-500\/70 {
    color: rgba(16, 185, 129, 0.7);
}
.text-green-500\/75 {
    color: rgba(16, 185, 129, 0.75);
}
.text-green-500\/80 {
    color: rgba(16, 185, 129, 0.8);
}
.text-green-500\/85 {
    color: rgba(16, 185, 129, 0.85);
}
.text-green-500\/90 {
    color: rgba(16, 185, 129, 0.9);
}
.text-green-500\/95 {
    color: rgba(16, 185, 129, 0.95);
}
.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-green-600\/0 {
    color: rgba(5, 150, 105, 0);
}
.text-green-600\/10 {
    color: rgba(5, 150, 105, 0.1);
}
.text-green-600\/100 {
    color: #059669;
}
.text-green-600\/15 {
    color: rgba(5, 150, 105, 0.15);
}
.text-green-600\/20 {
    color: rgba(5, 150, 105, 0.2);
}
.text-green-600\/25 {
    color: rgba(5, 150, 105, 0.25);
}
.text-green-600\/30 {
    color: rgba(5, 150, 105, 0.3);
}
.text-green-600\/35 {
    color: rgba(5, 150, 105, 0.35);
}
.text-green-600\/40 {
    color: rgba(5, 150, 105, 0.4);
}
.text-green-600\/45 {
    color: rgba(5, 150, 105, 0.45);
}
.text-green-600\/5 {
    color: rgba(5, 150, 105, 0.05);
}
.text-green-600\/50 {
    color: rgba(5, 150, 105, 0.5);
}
.text-green-600\/55 {
    color: rgba(5, 150, 105, 0.55);
}
.text-green-600\/60 {
    color: rgba(5, 150, 105, 0.6);
}
.text-green-600\/65 {
    color: rgba(5, 150, 105, 0.65);
}
.text-green-600\/70 {
    color: rgba(5, 150, 105, 0.7);
}
.text-green-600\/75 {
    color: rgba(5, 150, 105, 0.75);
}
.text-green-600\/80 {
    color: rgba(5, 150, 105, 0.8);
}
.text-green-600\/85 {
    color: rgba(5, 150, 105, 0.85);
}
.text-green-600\/90 {
    color: rgba(5, 150, 105, 0.9);
}
.text-green-600\/95 {
    color: rgba(5, 150, 105, 0.95);
}
.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-green-700\/0 {
    color: rgba(4, 120, 87, 0);
}
.text-green-700\/10 {
    color: rgba(4, 120, 87, 0.1);
}
.text-green-700\/100 {
    color: #047857;
}
.text-green-700\/15 {
    color: rgba(4, 120, 87, 0.15);
}
.text-green-700\/20 {
    color: rgba(4, 120, 87, 0.2);
}
.text-green-700\/25 {
    color: rgba(4, 120, 87, 0.25);
}
.text-green-700\/30 {
    color: rgba(4, 120, 87, 0.3);
}
.text-green-700\/35 {
    color: rgba(4, 120, 87, 0.35);
}
.text-green-700\/40 {
    color: rgba(4, 120, 87, 0.4);
}
.text-green-700\/45 {
    color: rgba(4, 120, 87, 0.45);
}
.text-green-700\/5 {
    color: rgba(4, 120, 87, 0.05);
}
.text-green-700\/50 {
    color: rgba(4, 120, 87, 0.5);
}
.text-green-700\/55 {
    color: rgba(4, 120, 87, 0.55);
}
.text-green-700\/60 {
    color: rgba(4, 120, 87, 0.6);
}
.text-green-700\/65 {
    color: rgba(4, 120, 87, 0.65);
}
.text-green-700\/70 {
    color: rgba(4, 120, 87, 0.7);
}
.text-green-700\/75 {
    color: rgba(4, 120, 87, 0.75);
}
.text-green-700\/80 {
    color: rgba(4, 120, 87, 0.8);
}
.text-green-700\/85 {
    color: rgba(4, 120, 87, 0.85);
}
.text-green-700\/90 {
    color: rgba(4, 120, 87, 0.9);
}
.text-green-700\/95 {
    color: rgba(4, 120, 87, 0.95);
}
.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-green-800\/0 {
    color: rgba(6, 95, 70, 0);
}
.text-green-800\/10 {
    color: rgba(6, 95, 70, 0.1);
}
.text-green-800\/100 {
    color: #065f46;
}
.text-green-800\/15 {
    color: rgba(6, 95, 70, 0.15);
}
.text-green-800\/20 {
    color: rgba(6, 95, 70, 0.2);
}
.text-green-800\/25 {
    color: rgba(6, 95, 70, 0.25);
}
.text-green-800\/30 {
    color: rgba(6, 95, 70, 0.3);
}
.text-green-800\/35 {
    color: rgba(6, 95, 70, 0.35);
}
.text-green-800\/40 {
    color: rgba(6, 95, 70, 0.4);
}
.text-green-800\/45 {
    color: rgba(6, 95, 70, 0.45);
}
.text-green-800\/5 {
    color: rgba(6, 95, 70, 0.05);
}
.text-green-800\/50 {
    color: rgba(6, 95, 70, 0.5);
}
.text-green-800\/55 {
    color: rgba(6, 95, 70, 0.55);
}
.text-green-800\/60 {
    color: rgba(6, 95, 70, 0.6);
}
.text-green-800\/65 {
    color: rgba(6, 95, 70, 0.65);
}
.text-green-800\/70 {
    color: rgba(6, 95, 70, 0.7);
}
.text-green-800\/75 {
    color: rgba(6, 95, 70, 0.75);
}
.text-green-800\/80 {
    color: rgba(6, 95, 70, 0.8);
}
.text-green-800\/85 {
    color: rgba(6, 95, 70, 0.85);
}
.text-green-800\/90 {
    color: rgba(6, 95, 70, 0.9);
}
.text-green-800\/95 {
    color: rgba(6, 95, 70, 0.95);
}
.text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-green-900\/0 {
    color: rgba(6, 78, 59, 0);
}
.text-green-900\/10 {
    color: rgba(6, 78, 59, 0.1);
}
.text-green-900\/100 {
    color: #064e3b;
}
.text-green-900\/15 {
    color: rgba(6, 78, 59, 0.15);
}
.text-green-900\/20 {
    color: rgba(6, 78, 59, 0.2);
}
.text-green-900\/25 {
    color: rgba(6, 78, 59, 0.25);
}
.text-green-900\/30 {
    color: rgba(6, 78, 59, 0.3);
}
.text-green-900\/35 {
    color: rgba(6, 78, 59, 0.35);
}
.text-green-900\/40 {
    color: rgba(6, 78, 59, 0.4);
}
.text-green-900\/45 {
    color: rgba(6, 78, 59, 0.45);
}
.text-green-900\/5 {
    color: rgba(6, 78, 59, 0.05);
}
.text-green-900\/50 {
    color: rgba(6, 78, 59, 0.5);
}
.text-green-900\/55 {
    color: rgba(6, 78, 59, 0.55);
}
.text-green-900\/60 {
    color: rgba(6, 78, 59, 0.6);
}
.text-green-900\/65 {
    color: rgba(6, 78, 59, 0.65);
}
.text-green-900\/70 {
    color: rgba(6, 78, 59, 0.7);
}
.text-green-900\/75 {
    color: rgba(6, 78, 59, 0.75);
}
.text-green-900\/80 {
    color: rgba(6, 78, 59, 0.8);
}
.text-green-900\/85 {
    color: rgba(6, 78, 59, 0.85);
}
.text-green-900\/90 {
    color: rgba(6, 78, 59, 0.9);
}
.text-green-900\/95 {
    color: rgba(6, 78, 59, 0.95);
}
.text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-100\/0 {
    color: rgba(224, 231, 255, 0);
}
.text-indigo-100\/10 {
    color: rgba(224, 231, 255, 0.1);
}
.text-indigo-100\/100 {
    color: #e0e7ff;
}
.text-indigo-100\/15 {
    color: rgba(224, 231, 255, 0.15);
}
.text-indigo-100\/20 {
    color: rgba(224, 231, 255, 0.2);
}
.text-indigo-100\/25 {
    color: rgba(224, 231, 255, 0.25);
}
.text-indigo-100\/30 {
    color: rgba(224, 231, 255, 0.3);
}
.text-indigo-100\/35 {
    color: rgba(224, 231, 255, 0.35);
}
.text-indigo-100\/40 {
    color: rgba(224, 231, 255, 0.4);
}
.text-indigo-100\/45 {
    color: rgba(224, 231, 255, 0.45);
}
.text-indigo-100\/5 {
    color: rgba(224, 231, 255, 0.05);
}
.text-indigo-100\/50 {
    color: rgba(224, 231, 255, 0.5);
}
.text-indigo-100\/55 {
    color: rgba(224, 231, 255, 0.55);
}
.text-indigo-100\/60 {
    color: rgba(224, 231, 255, 0.6);
}
.text-indigo-100\/65 {
    color: rgba(224, 231, 255, 0.65);
}
.text-indigo-100\/70 {
    color: rgba(224, 231, 255, 0.7);
}
.text-indigo-100\/75 {
    color: rgba(224, 231, 255, 0.75);
}
.text-indigo-100\/80 {
    color: rgba(224, 231, 255, 0.8);
}
.text-indigo-100\/85 {
    color: rgba(224, 231, 255, 0.85);
}
.text-indigo-100\/90 {
    color: rgba(224, 231, 255, 0.9);
}
.text-indigo-100\/95 {
    color: rgba(224, 231, 255, 0.95);
}
.text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-200\/0 {
    color: rgba(199, 210, 254, 0);
}
.text-indigo-200\/10 {
    color: rgba(199, 210, 254, 0.1);
}
.text-indigo-200\/100 {
    color: #c7d2fe;
}
.text-indigo-200\/15 {
    color: rgba(199, 210, 254, 0.15);
}
.text-indigo-200\/20 {
    color: rgba(199, 210, 254, 0.2);
}
.text-indigo-200\/25 {
    color: rgba(199, 210, 254, 0.25);
}
.text-indigo-200\/30 {
    color: rgba(199, 210, 254, 0.3);
}
.text-indigo-200\/35 {
    color: rgba(199, 210, 254, 0.35);
}
.text-indigo-200\/40 {
    color: rgba(199, 210, 254, 0.4);
}
.text-indigo-200\/45 {
    color: rgba(199, 210, 254, 0.45);
}
.text-indigo-200\/5 {
    color: rgba(199, 210, 254, 0.05);
}
.text-indigo-200\/50 {
    color: rgba(199, 210, 254, 0.5);
}
.text-indigo-200\/55 {
    color: rgba(199, 210, 254, 0.55);
}
.text-indigo-200\/60 {
    color: rgba(199, 210, 254, 0.6);
}
.text-indigo-200\/65 {
    color: rgba(199, 210, 254, 0.65);
}
.text-indigo-200\/70 {
    color: rgba(199, 210, 254, 0.7);
}
.text-indigo-200\/75 {
    color: rgba(199, 210, 254, 0.75);
}
.text-indigo-200\/80 {
    color: rgba(199, 210, 254, 0.8);
}
.text-indigo-200\/85 {
    color: rgba(199, 210, 254, 0.85);
}
.text-indigo-200\/90 {
    color: rgba(199, 210, 254, 0.9);
}
.text-indigo-200\/95 {
    color: rgba(199, 210, 254, 0.95);
}
.text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-indigo-300\/0 {
    color: rgba(165, 180, 252, 0);
}
.text-indigo-300\/10 {
    color: rgba(165, 180, 252, 0.1);
}
.text-indigo-300\/100 {
    color: #a5b4fc;
}
.text-indigo-300\/15 {
    color: rgba(165, 180, 252, 0.15);
}
.text-indigo-300\/20 {
    color: rgba(165, 180, 252, 0.2);
}
.text-indigo-300\/25 {
    color: rgba(165, 180, 252, 0.25);
}
.text-indigo-300\/30 {
    color: rgba(165, 180, 252, 0.3);
}
.text-indigo-300\/35 {
    color: rgba(165, 180, 252, 0.35);
}
.text-indigo-300\/40 {
    color: rgba(165, 180, 252, 0.4);
}
.text-indigo-300\/45 {
    color: rgba(165, 180, 252, 0.45);
}
.text-indigo-300\/5 {
    color: rgba(165, 180, 252, 0.05);
}
.text-indigo-300\/50 {
    color: rgba(165, 180, 252, 0.5);
}
.text-indigo-300\/55 {
    color: rgba(165, 180, 252, 0.55);
}
.text-indigo-300\/60 {
    color: rgba(165, 180, 252, 0.6);
}
.text-indigo-300\/65 {
    color: rgba(165, 180, 252, 0.65);
}
.text-indigo-300\/70 {
    color: rgba(165, 180, 252, 0.7);
}
.text-indigo-300\/75 {
    color: rgba(165, 180, 252, 0.75);
}
.text-indigo-300\/80 {
    color: rgba(165, 180, 252, 0.8);
}
.text-indigo-300\/85 {
    color: rgba(165, 180, 252, 0.85);
}
.text-indigo-300\/90 {
    color: rgba(165, 180, 252, 0.9);
}
.text-indigo-300\/95 {
    color: rgba(165, 180, 252, 0.95);
}
.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-400\/0 {
    color: rgba(129, 140, 248, 0);
}
.text-indigo-400\/10 {
    color: rgba(129, 140, 248, 0.1);
}
.text-indigo-400\/100 {
    color: #818cf8;
}
.text-indigo-400\/15 {
    color: rgba(129, 140, 248, 0.15);
}
.text-indigo-400\/20 {
    color: rgba(129, 140, 248, 0.2);
}
.text-indigo-400\/25 {
    color: rgba(129, 140, 248, 0.25);
}
.text-indigo-400\/30 {
    color: rgba(129, 140, 248, 0.3);
}
.text-indigo-400\/35 {
    color: rgba(129, 140, 248, 0.35);
}
.text-indigo-400\/40 {
    color: rgba(129, 140, 248, 0.4);
}
.text-indigo-400\/45 {
    color: rgba(129, 140, 248, 0.45);
}
.text-indigo-400\/5 {
    color: rgba(129, 140, 248, 0.05);
}
.text-indigo-400\/50 {
    color: rgba(129, 140, 248, 0.5);
}
.text-indigo-400\/55 {
    color: rgba(129, 140, 248, 0.55);
}
.text-indigo-400\/60 {
    color: rgba(129, 140, 248, 0.6);
}
.text-indigo-400\/65 {
    color: rgba(129, 140, 248, 0.65);
}
.text-indigo-400\/70 {
    color: rgba(129, 140, 248, 0.7);
}
.text-indigo-400\/75 {
    color: rgba(129, 140, 248, 0.75);
}
.text-indigo-400\/80 {
    color: rgba(129, 140, 248, 0.8);
}
.text-indigo-400\/85 {
    color: rgba(129, 140, 248, 0.85);
}
.text-indigo-400\/90 {
    color: rgba(129, 140, 248, 0.9);
}
.text-indigo-400\/95 {
    color: rgba(129, 140, 248, 0.95);
}
.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.text-indigo-50\/0 {
    color: rgba(238, 242, 255, 0);
}
.text-indigo-50\/10 {
    color: rgba(238, 242, 255, 0.1);
}
.text-indigo-50\/100 {
    color: #eef2ff;
}
.text-indigo-50\/15 {
    color: rgba(238, 242, 255, 0.15);
}
.text-indigo-50\/20 {
    color: rgba(238, 242, 255, 0.2);
}
.text-indigo-50\/25 {
    color: rgba(238, 242, 255, 0.25);
}
.text-indigo-50\/30 {
    color: rgba(238, 242, 255, 0.3);
}
.text-indigo-50\/35 {
    color: rgba(238, 242, 255, 0.35);
}
.text-indigo-50\/40 {
    color: rgba(238, 242, 255, 0.4);
}
.text-indigo-50\/45 {
    color: rgba(238, 242, 255, 0.45);
}
.text-indigo-50\/5 {
    color: rgba(238, 242, 255, 0.05);
}
.text-indigo-50\/50 {
    color: rgba(238, 242, 255, 0.5);
}
.text-indigo-50\/55 {
    color: rgba(238, 242, 255, 0.55);
}
.text-indigo-50\/60 {
    color: rgba(238, 242, 255, 0.6);
}
.text-indigo-50\/65 {
    color: rgba(238, 242, 255, 0.65);
}
.text-indigo-50\/70 {
    color: rgba(238, 242, 255, 0.7);
}
.text-indigo-50\/75 {
    color: rgba(238, 242, 255, 0.75);
}
.text-indigo-50\/80 {
    color: rgba(238, 242, 255, 0.8);
}
.text-indigo-50\/85 {
    color: rgba(238, 242, 255, 0.85);
}
.text-indigo-50\/90 {
    color: rgba(238, 242, 255, 0.9);
}
.text-indigo-50\/95 {
    color: rgba(238, 242, 255, 0.95);
}
.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-500\/0 {
    color: rgba(99, 102, 241, 0);
}
.text-indigo-500\/10 {
    color: rgba(99, 102, 241, 0.1);
}
.text-indigo-500\/100 {
    color: #6366f1;
}
.text-indigo-500\/15 {
    color: rgba(99, 102, 241, 0.15);
}
.text-indigo-500\/20 {
    color: rgba(99, 102, 241, 0.2);
}
.text-indigo-500\/25 {
    color: rgba(99, 102, 241, 0.25);
}
.text-indigo-500\/30 {
    color: rgba(99, 102, 241, 0.3);
}
.text-indigo-500\/35 {
    color: rgba(99, 102, 241, 0.35);
}
.text-indigo-500\/40 {
    color: rgba(99, 102, 241, 0.4);
}
.text-indigo-500\/45 {
    color: rgba(99, 102, 241, 0.45);
}
.text-indigo-500\/5 {
    color: rgba(99, 102, 241, 0.05);
}
.text-indigo-500\/50 {
    color: rgba(99, 102, 241, 0.5);
}
.text-indigo-500\/55 {
    color: rgba(99, 102, 241, 0.55);
}
.text-indigo-500\/60 {
    color: rgba(99, 102, 241, 0.6);
}
.text-indigo-500\/65 {
    color: rgba(99, 102, 241, 0.65);
}
.text-indigo-500\/70 {
    color: rgba(99, 102, 241, 0.7);
}
.text-indigo-500\/75 {
    color: rgba(99, 102, 241, 0.75);
}
.text-indigo-500\/80 {
    color: rgba(99, 102, 241, 0.8);
}
.text-indigo-500\/85 {
    color: rgba(99, 102, 241, 0.85);
}
.text-indigo-500\/90 {
    color: rgba(99, 102, 241, 0.9);
}
.text-indigo-500\/95 {
    color: rgba(99, 102, 241, 0.95);
}
.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-600\/0 {
    color: rgba(79, 70, 229, 0);
}
.text-indigo-600\/10 {
    color: rgba(79, 70, 229, 0.1);
}
.text-indigo-600\/100 {
    color: #4f46e5;
}
.text-indigo-600\/15 {
    color: rgba(79, 70, 229, 0.15);
}
.text-indigo-600\/20 {
    color: rgba(79, 70, 229, 0.2);
}
.text-indigo-600\/25 {
    color: rgba(79, 70, 229, 0.25);
}
.text-indigo-600\/30 {
    color: rgba(79, 70, 229, 0.3);
}
.text-indigo-600\/35 {
    color: rgba(79, 70, 229, 0.35);
}
.text-indigo-600\/40 {
    color: rgba(79, 70, 229, 0.4);
}
.text-indigo-600\/45 {
    color: rgba(79, 70, 229, 0.45);
}
.text-indigo-600\/5 {
    color: rgba(79, 70, 229, 0.05);
}
.text-indigo-600\/50 {
    color: rgba(79, 70, 229, 0.5);
}
.text-indigo-600\/55 {
    color: rgba(79, 70, 229, 0.55);
}
.text-indigo-600\/60 {
    color: rgba(79, 70, 229, 0.6);
}
.text-indigo-600\/65 {
    color: rgba(79, 70, 229, 0.65);
}
.text-indigo-600\/70 {
    color: rgba(79, 70, 229, 0.7);
}
.text-indigo-600\/75 {
    color: rgba(79, 70, 229, 0.75);
}
.text-indigo-600\/80 {
    color: rgba(79, 70, 229, 0.8);
}
.text-indigo-600\/85 {
    color: rgba(79, 70, 229, 0.85);
}
.text-indigo-600\/90 {
    color: rgba(79, 70, 229, 0.9);
}
.text-indigo-600\/95 {
    color: rgba(79, 70, 229, 0.95);
}
.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-700\/0 {
    color: rgba(67, 56, 202, 0);
}
.text-indigo-700\/10 {
    color: rgba(67, 56, 202, 0.1);
}
.text-indigo-700\/100 {
    color: #4338ca;
}
.text-indigo-700\/15 {
    color: rgba(67, 56, 202, 0.15);
}
.text-indigo-700\/20 {
    color: rgba(67, 56, 202, 0.2);
}
.text-indigo-700\/25 {
    color: rgba(67, 56, 202, 0.25);
}
.text-indigo-700\/30 {
    color: rgba(67, 56, 202, 0.3);
}
.text-indigo-700\/35 {
    color: rgba(67, 56, 202, 0.35);
}
.text-indigo-700\/40 {
    color: rgba(67, 56, 202, 0.4);
}
.text-indigo-700\/45 {
    color: rgba(67, 56, 202, 0.45);
}
.text-indigo-700\/5 {
    color: rgba(67, 56, 202, 0.05);
}
.text-indigo-700\/50 {
    color: rgba(67, 56, 202, 0.5);
}
.text-indigo-700\/55 {
    color: rgba(67, 56, 202, 0.55);
}
.text-indigo-700\/60 {
    color: rgba(67, 56, 202, 0.6);
}
.text-indigo-700\/65 {
    color: rgba(67, 56, 202, 0.65);
}
.text-indigo-700\/70 {
    color: rgba(67, 56, 202, 0.7);
}
.text-indigo-700\/75 {
    color: rgba(67, 56, 202, 0.75);
}
.text-indigo-700\/80 {
    color: rgba(67, 56, 202, 0.8);
}
.text-indigo-700\/85 {
    color: rgba(67, 56, 202, 0.85);
}
.text-indigo-700\/90 {
    color: rgba(67, 56, 202, 0.9);
}
.text-indigo-700\/95 {
    color: rgba(67, 56, 202, 0.95);
}
.text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-indigo-800\/0 {
    color: rgba(55, 48, 163, 0);
}
.text-indigo-800\/10 {
    color: rgba(55, 48, 163, 0.1);
}
.text-indigo-800\/100 {
    color: #3730a3;
}
.text-indigo-800\/15 {
    color: rgba(55, 48, 163, 0.15);
}
.text-indigo-800\/20 {
    color: rgba(55, 48, 163, 0.2);
}
.text-indigo-800\/25 {
    color: rgba(55, 48, 163, 0.25);
}
.text-indigo-800\/30 {
    color: rgba(55, 48, 163, 0.3);
}
.text-indigo-800\/35 {
    color: rgba(55, 48, 163, 0.35);
}
.text-indigo-800\/40 {
    color: rgba(55, 48, 163, 0.4);
}
.text-indigo-800\/45 {
    color: rgba(55, 48, 163, 0.45);
}
.text-indigo-800\/5 {
    color: rgba(55, 48, 163, 0.05);
}
.text-indigo-800\/50 {
    color: rgba(55, 48, 163, 0.5);
}
.text-indigo-800\/55 {
    color: rgba(55, 48, 163, 0.55);
}
.text-indigo-800\/60 {
    color: rgba(55, 48, 163, 0.6);
}
.text-indigo-800\/65 {
    color: rgba(55, 48, 163, 0.65);
}
.text-indigo-800\/70 {
    color: rgba(55, 48, 163, 0.7);
}
.text-indigo-800\/75 {
    color: rgba(55, 48, 163, 0.75);
}
.text-indigo-800\/80 {
    color: rgba(55, 48, 163, 0.8);
}
.text-indigo-800\/85 {
    color: rgba(55, 48, 163, 0.85);
}
.text-indigo-800\/90 {
    color: rgba(55, 48, 163, 0.9);
}
.text-indigo-800\/95 {
    color: rgba(55, 48, 163, 0.95);
}
.text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-indigo-900\/0 {
    color: rgba(49, 46, 129, 0);
}
.text-indigo-900\/10 {
    color: rgba(49, 46, 129, 0.1);
}
.text-indigo-900\/100 {
    color: #312e81;
}
.text-indigo-900\/15 {
    color: rgba(49, 46, 129, 0.15);
}
.text-indigo-900\/20 {
    color: rgba(49, 46, 129, 0.2);
}
.text-indigo-900\/25 {
    color: rgba(49, 46, 129, 0.25);
}
.text-indigo-900\/30 {
    color: rgba(49, 46, 129, 0.3);
}
.text-indigo-900\/35 {
    color: rgba(49, 46, 129, 0.35);
}
.text-indigo-900\/40 {
    color: rgba(49, 46, 129, 0.4);
}
.text-indigo-900\/45 {
    color: rgba(49, 46, 129, 0.45);
}
.text-indigo-900\/5 {
    color: rgba(49, 46, 129, 0.05);
}
.text-indigo-900\/50 {
    color: rgba(49, 46, 129, 0.5);
}
.text-indigo-900\/55 {
    color: rgba(49, 46, 129, 0.55);
}
.text-indigo-900\/60 {
    color: rgba(49, 46, 129, 0.6);
}
.text-indigo-900\/65 {
    color: rgba(49, 46, 129, 0.65);
}
.text-indigo-900\/70 {
    color: rgba(49, 46, 129, 0.7);
}
.text-indigo-900\/75 {
    color: rgba(49, 46, 129, 0.75);
}
.text-indigo-900\/80 {
    color: rgba(49, 46, 129, 0.8);
}
.text-indigo-900\/85 {
    color: rgba(49, 46, 129, 0.85);
}
.text-indigo-900\/90 {
    color: rgba(49, 46, 129, 0.9);
}
.text-indigo-900\/95 {
    color: rgba(49, 46, 129, 0.95);
}
.text-info-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-info-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-lime-100 {
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}
.text-lime-100\/0 {
    color: hsla(80, 89%, 89%, 0);
}
.text-lime-100\/10 {
    color: hsla(80, 89%, 89%, 0.1);
}
.text-lime-100\/100 {
    color: #ecfccb;
}
.text-lime-100\/15 {
    color: hsla(80, 89%, 89%, 0.15);
}
.text-lime-100\/20 {
    color: hsla(80, 89%, 89%, 0.2);
}
.text-lime-100\/25 {
    color: hsla(80, 89%, 89%, 0.25);
}
.text-lime-100\/30 {
    color: hsla(80, 89%, 89%, 0.3);
}
.text-lime-100\/35 {
    color: hsla(80, 89%, 89%, 0.35);
}
.text-lime-100\/40 {
    color: hsla(80, 89%, 89%, 0.4);
}
.text-lime-100\/45 {
    color: hsla(80, 89%, 89%, 0.45);
}
.text-lime-100\/5 {
    color: hsla(80, 89%, 89%, 0.05);
}
.text-lime-100\/50 {
    color: hsla(80, 89%, 89%, 0.5);
}
.text-lime-100\/55 {
    color: hsla(80, 89%, 89%, 0.55);
}
.text-lime-100\/60 {
    color: hsla(80, 89%, 89%, 0.6);
}
.text-lime-100\/65 {
    color: hsla(80, 89%, 89%, 0.65);
}
.text-lime-100\/70 {
    color: hsla(80, 89%, 89%, 0.7);
}
.text-lime-100\/75 {
    color: hsla(80, 89%, 89%, 0.75);
}
.text-lime-100\/80 {
    color: hsla(80, 89%, 89%, 0.8);
}
.text-lime-100\/85 {
    color: hsla(80, 89%, 89%, 0.85);
}
.text-lime-100\/90 {
    color: hsla(80, 89%, 89%, 0.9);
}
.text-lime-100\/95 {
    color: hsla(80, 89%, 89%, 0.95);
}
.text-lime-200 {
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}
.text-lime-200\/0 {
    color: hsla(81, 88%, 80%, 0);
}
.text-lime-200\/10 {
    color: hsla(81, 88%, 80%, 0.1);
}
.text-lime-200\/100 {
    color: #d9f99d;
}
.text-lime-200\/15 {
    color: hsla(81, 88%, 80%, 0.15);
}
.text-lime-200\/20 {
    color: hsla(81, 88%, 80%, 0.2);
}
.text-lime-200\/25 {
    color: hsla(81, 88%, 80%, 0.25);
}
.text-lime-200\/30 {
    color: hsla(81, 88%, 80%, 0.3);
}
.text-lime-200\/35 {
    color: hsla(81, 88%, 80%, 0.35);
}
.text-lime-200\/40 {
    color: hsla(81, 88%, 80%, 0.4);
}
.text-lime-200\/45 {
    color: hsla(81, 88%, 80%, 0.45);
}
.text-lime-200\/5 {
    color: hsla(81, 88%, 80%, 0.05);
}
.text-lime-200\/50 {
    color: hsla(81, 88%, 80%, 0.5);
}
.text-lime-200\/55 {
    color: hsla(81, 88%, 80%, 0.55);
}
.text-lime-200\/60 {
    color: hsla(81, 88%, 80%, 0.6);
}
.text-lime-200\/65 {
    color: hsla(81, 88%, 80%, 0.65);
}
.text-lime-200\/70 {
    color: hsla(81, 88%, 80%, 0.7);
}
.text-lime-200\/75 {
    color: hsla(81, 88%, 80%, 0.75);
}
.text-lime-200\/80 {
    color: hsla(81, 88%, 80%, 0.8);
}
.text-lime-200\/85 {
    color: hsla(81, 88%, 80%, 0.85);
}
.text-lime-200\/90 {
    color: hsla(81, 88%, 80%, 0.9);
}
.text-lime-200\/95 {
    color: hsla(81, 88%, 80%, 0.95);
}
.text-lime-300 {
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.text-lime-300\/0 {
    color: hsla(82, 85%, 67%, 0);
}
.text-lime-300\/10 {
    color: hsla(82, 85%, 67%, 0.1);
}
.text-lime-300\/100 {
    color: #bef264;
}
.text-lime-300\/15 {
    color: hsla(82, 85%, 67%, 0.15);
}
.text-lime-300\/20 {
    color: hsla(82, 85%, 67%, 0.2);
}
.text-lime-300\/25 {
    color: hsla(82, 85%, 67%, 0.25);
}
.text-lime-300\/30 {
    color: hsla(82, 85%, 67%, 0.3);
}
.text-lime-300\/35 {
    color: hsla(82, 85%, 67%, 0.35);
}
.text-lime-300\/40 {
    color: hsla(82, 85%, 67%, 0.4);
}
.text-lime-300\/45 {
    color: hsla(82, 85%, 67%, 0.45);
}
.text-lime-300\/5 {
    color: hsla(82, 85%, 67%, 0.05);
}
.text-lime-300\/50 {
    color: hsla(82, 85%, 67%, 0.5);
}
.text-lime-300\/55 {
    color: hsla(82, 85%, 67%, 0.55);
}
.text-lime-300\/60 {
    color: hsla(82, 85%, 67%, 0.6);
}
.text-lime-300\/65 {
    color: hsla(82, 85%, 67%, 0.65);
}
.text-lime-300\/70 {
    color: hsla(82, 85%, 67%, 0.7);
}
.text-lime-300\/75 {
    color: hsla(82, 85%, 67%, 0.75);
}
.text-lime-300\/80 {
    color: hsla(82, 85%, 67%, 0.8);
}
.text-lime-300\/85 {
    color: hsla(82, 85%, 67%, 0.85);
}
.text-lime-300\/90 {
    color: hsla(82, 85%, 67%, 0.9);
}
.text-lime-300\/95 {
    color: hsla(82, 85%, 67%, 0.95);
}
.text-lime-400 {
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-lime-400\/0 {
    color: rgba(163, 230, 53, 0);
}
.text-lime-400\/10 {
    color: rgba(163, 230, 53, 0.1);
}
.text-lime-400\/100 {
    color: #a3e635;
}
.text-lime-400\/15 {
    color: rgba(163, 230, 53, 0.15);
}
.text-lime-400\/20 {
    color: rgba(163, 230, 53, 0.2);
}
.text-lime-400\/25 {
    color: rgba(163, 230, 53, 0.25);
}
.text-lime-400\/30 {
    color: rgba(163, 230, 53, 0.3);
}
.text-lime-400\/35 {
    color: rgba(163, 230, 53, 0.35);
}
.text-lime-400\/40 {
    color: rgba(163, 230, 53, 0.4);
}
.text-lime-400\/45 {
    color: rgba(163, 230, 53, 0.45);
}
.text-lime-400\/5 {
    color: rgba(163, 230, 53, 0.05);
}
.text-lime-400\/50 {
    color: rgba(163, 230, 53, 0.5);
}
.text-lime-400\/55 {
    color: rgba(163, 230, 53, 0.55);
}
.text-lime-400\/60 {
    color: rgba(163, 230, 53, 0.6);
}
.text-lime-400\/65 {
    color: rgba(163, 230, 53, 0.65);
}
.text-lime-400\/70 {
    color: rgba(163, 230, 53, 0.7);
}
.text-lime-400\/75 {
    color: rgba(163, 230, 53, 0.75);
}
.text-lime-400\/80 {
    color: rgba(163, 230, 53, 0.8);
}
.text-lime-400\/85 {
    color: rgba(163, 230, 53, 0.85);
}
.text-lime-400\/90 {
    color: rgba(163, 230, 53, 0.9);
}
.text-lime-400\/95 {
    color: rgba(163, 230, 53, 0.95);
}
.text-lime-50 {
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}
.text-lime-50\/0 {
    color: hsla(78, 92%, 95%, 0);
}
.text-lime-50\/10 {
    color: hsla(78, 92%, 95%, 0.1);
}
.text-lime-50\/100 {
    color: #f7fee7;
}
.text-lime-50\/15 {
    color: hsla(78, 92%, 95%, 0.15);
}
.text-lime-50\/20 {
    color: hsla(78, 92%, 95%, 0.2);
}
.text-lime-50\/25 {
    color: hsla(78, 92%, 95%, 0.25);
}
.text-lime-50\/30 {
    color: hsla(78, 92%, 95%, 0.3);
}
.text-lime-50\/35 {
    color: hsla(78, 92%, 95%, 0.35);
}
.text-lime-50\/40 {
    color: hsla(78, 92%, 95%, 0.4);
}
.text-lime-50\/45 {
    color: hsla(78, 92%, 95%, 0.45);
}
.text-lime-50\/5 {
    color: hsla(78, 92%, 95%, 0.05);
}
.text-lime-50\/50 {
    color: hsla(78, 92%, 95%, 0.5);
}
.text-lime-50\/55 {
    color: hsla(78, 92%, 95%, 0.55);
}
.text-lime-50\/60 {
    color: hsla(78, 92%, 95%, 0.6);
}
.text-lime-50\/65 {
    color: hsla(78, 92%, 95%, 0.65);
}
.text-lime-50\/70 {
    color: hsla(78, 92%, 95%, 0.7);
}
.text-lime-50\/75 {
    color: hsla(78, 92%, 95%, 0.75);
}
.text-lime-50\/80 {
    color: hsla(78, 92%, 95%, 0.8);
}
.text-lime-50\/85 {
    color: hsla(78, 92%, 95%, 0.85);
}
.text-lime-50\/90 {
    color: hsla(78, 92%, 95%, 0.9);
}
.text-lime-50\/95 {
    color: hsla(78, 92%, 95%, 0.95);
}
.text-lime-500 {
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.text-lime-500\/0 {
    color: rgba(132, 204, 22, 0);
}
.text-lime-500\/10 {
    color: rgba(132, 204, 22, 0.1);
}
.text-lime-500\/100 {
    color: #84cc16;
}
.text-lime-500\/15 {
    color: rgba(132, 204, 22, 0.15);
}
.text-lime-500\/20 {
    color: rgba(132, 204, 22, 0.2);
}
.text-lime-500\/25 {
    color: rgba(132, 204, 22, 0.25);
}
.text-lime-500\/30 {
    color: rgba(132, 204, 22, 0.3);
}
.text-lime-500\/35 {
    color: rgba(132, 204, 22, 0.35);
}
.text-lime-500\/40 {
    color: rgba(132, 204, 22, 0.4);
}
.text-lime-500\/45 {
    color: rgba(132, 204, 22, 0.45);
}
.text-lime-500\/5 {
    color: rgba(132, 204, 22, 0.05);
}
.text-lime-500\/50 {
    color: rgba(132, 204, 22, 0.5);
}
.text-lime-500\/55 {
    color: rgba(132, 204, 22, 0.55);
}
.text-lime-500\/60 {
    color: rgba(132, 204, 22, 0.6);
}
.text-lime-500\/65 {
    color: rgba(132, 204, 22, 0.65);
}
.text-lime-500\/70 {
    color: rgba(132, 204, 22, 0.7);
}
.text-lime-500\/75 {
    color: rgba(132, 204, 22, 0.75);
}
.text-lime-500\/80 {
    color: rgba(132, 204, 22, 0.8);
}
.text-lime-500\/85 {
    color: rgba(132, 204, 22, 0.85);
}
.text-lime-500\/90 {
    color: rgba(132, 204, 22, 0.9);
}
.text-lime-500\/95 {
    color: rgba(132, 204, 22, 0.95);
}
.text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-lime-600\/0 {
    color: rgba(101, 163, 13, 0);
}
.text-lime-600\/10 {
    color: rgba(101, 163, 13, 0.1);
}
.text-lime-600\/100 {
    color: #65a30d;
}
.text-lime-600\/15 {
    color: rgba(101, 163, 13, 0.15);
}
.text-lime-600\/20 {
    color: rgba(101, 163, 13, 0.2);
}
.text-lime-600\/25 {
    color: rgba(101, 163, 13, 0.25);
}
.text-lime-600\/30 {
    color: rgba(101, 163, 13, 0.3);
}
.text-lime-600\/35 {
    color: rgba(101, 163, 13, 0.35);
}
.text-lime-600\/40 {
    color: rgba(101, 163, 13, 0.4);
}
.text-lime-600\/45 {
    color: rgba(101, 163, 13, 0.45);
}
.text-lime-600\/5 {
    color: rgba(101, 163, 13, 0.05);
}
.text-lime-600\/50 {
    color: rgba(101, 163, 13, 0.5);
}
.text-lime-600\/55 {
    color: rgba(101, 163, 13, 0.55);
}
.text-lime-600\/60 {
    color: rgba(101, 163, 13, 0.6);
}
.text-lime-600\/65 {
    color: rgba(101, 163, 13, 0.65);
}
.text-lime-600\/70 {
    color: rgba(101, 163, 13, 0.7);
}
.text-lime-600\/75 {
    color: rgba(101, 163, 13, 0.75);
}
.text-lime-600\/80 {
    color: rgba(101, 163, 13, 0.8);
}
.text-lime-600\/85 {
    color: rgba(101, 163, 13, 0.85);
}
.text-lime-600\/90 {
    color: rgba(101, 163, 13, 0.9);
}
.text-lime-600\/95 {
    color: rgba(101, 163, 13, 0.95);
}
.text-lime-700 {
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.text-lime-700\/0 {
    color: rgba(77, 124, 15, 0);
}
.text-lime-700\/10 {
    color: rgba(77, 124, 15, 0.1);
}
.text-lime-700\/100 {
    color: #4d7c0f;
}
.text-lime-700\/15 {
    color: rgba(77, 124, 15, 0.15);
}
.text-lime-700\/20 {
    color: rgba(77, 124, 15, 0.2);
}
.text-lime-700\/25 {
    color: rgba(77, 124, 15, 0.25);
}
.text-lime-700\/30 {
    color: rgba(77, 124, 15, 0.3);
}
.text-lime-700\/35 {
    color: rgba(77, 124, 15, 0.35);
}
.text-lime-700\/40 {
    color: rgba(77, 124, 15, 0.4);
}
.text-lime-700\/45 {
    color: rgba(77, 124, 15, 0.45);
}
.text-lime-700\/5 {
    color: rgba(77, 124, 15, 0.05);
}
.text-lime-700\/50 {
    color: rgba(77, 124, 15, 0.5);
}
.text-lime-700\/55 {
    color: rgba(77, 124, 15, 0.55);
}
.text-lime-700\/60 {
    color: rgba(77, 124, 15, 0.6);
}
.text-lime-700\/65 {
    color: rgba(77, 124, 15, 0.65);
}
.text-lime-700\/70 {
    color: rgba(77, 124, 15, 0.7);
}
.text-lime-700\/75 {
    color: rgba(77, 124, 15, 0.75);
}
.text-lime-700\/80 {
    color: rgba(77, 124, 15, 0.8);
}
.text-lime-700\/85 {
    color: rgba(77, 124, 15, 0.85);
}
.text-lime-700\/90 {
    color: rgba(77, 124, 15, 0.9);
}
.text-lime-700\/95 {
    color: rgba(77, 124, 15, 0.95);
}
.text-lime-800 {
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.text-lime-800\/0 {
    color: rgba(63, 98, 18, 0);
}
.text-lime-800\/10 {
    color: rgba(63, 98, 18, 0.1);
}
.text-lime-800\/100 {
    color: #3f6212;
}
.text-lime-800\/15 {
    color: rgba(63, 98, 18, 0.15);
}
.text-lime-800\/20 {
    color: rgba(63, 98, 18, 0.2);
}
.text-lime-800\/25 {
    color: rgba(63, 98, 18, 0.25);
}
.text-lime-800\/30 {
    color: rgba(63, 98, 18, 0.3);
}
.text-lime-800\/35 {
    color: rgba(63, 98, 18, 0.35);
}
.text-lime-800\/40 {
    color: rgba(63, 98, 18, 0.4);
}
.text-lime-800\/45 {
    color: rgba(63, 98, 18, 0.45);
}
.text-lime-800\/5 {
    color: rgba(63, 98, 18, 0.05);
}
.text-lime-800\/50 {
    color: rgba(63, 98, 18, 0.5);
}
.text-lime-800\/55 {
    color: rgba(63, 98, 18, 0.55);
}
.text-lime-800\/60 {
    color: rgba(63, 98, 18, 0.6);
}
.text-lime-800\/65 {
    color: rgba(63, 98, 18, 0.65);
}
.text-lime-800\/70 {
    color: rgba(63, 98, 18, 0.7);
}
.text-lime-800\/75 {
    color: rgba(63, 98, 18, 0.75);
}
.text-lime-800\/80 {
    color: rgba(63, 98, 18, 0.8);
}
.text-lime-800\/85 {
    color: rgba(63, 98, 18, 0.85);
}
.text-lime-800\/90 {
    color: rgba(63, 98, 18, 0.9);
}
.text-lime-800\/95 {
    color: rgba(63, 98, 18, 0.95);
}
.text-lime-900 {
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.text-lime-900\/0 {
    color: rgba(54, 83, 20, 0);
}
.text-lime-900\/10 {
    color: rgba(54, 83, 20, 0.1);
}
.text-lime-900\/100 {
    color: #365314;
}
.text-lime-900\/15 {
    color: rgba(54, 83, 20, 0.15);
}
.text-lime-900\/20 {
    color: rgba(54, 83, 20, 0.2);
}
.text-lime-900\/25 {
    color: rgba(54, 83, 20, 0.25);
}
.text-lime-900\/30 {
    color: rgba(54, 83, 20, 0.3);
}
.text-lime-900\/35 {
    color: rgba(54, 83, 20, 0.35);
}
.text-lime-900\/40 {
    color: rgba(54, 83, 20, 0.4);
}
.text-lime-900\/45 {
    color: rgba(54, 83, 20, 0.45);
}
.text-lime-900\/5 {
    color: rgba(54, 83, 20, 0.05);
}
.text-lime-900\/50 {
    color: rgba(54, 83, 20, 0.5);
}
.text-lime-900\/55 {
    color: rgba(54, 83, 20, 0.55);
}
.text-lime-900\/60 {
    color: rgba(54, 83, 20, 0.6);
}
.text-lime-900\/65 {
    color: rgba(54, 83, 20, 0.65);
}
.text-lime-900\/70 {
    color: rgba(54, 83, 20, 0.7);
}
.text-lime-900\/75 {
    color: rgba(54, 83, 20, 0.75);
}
.text-lime-900\/80 {
    color: rgba(54, 83, 20, 0.8);
}
.text-lime-900\/85 {
    color: rgba(54, 83, 20, 0.85);
}
.text-lime-900\/90 {
    color: rgba(54, 83, 20, 0.9);
}
.text-lime-900\/95 {
    color: rgba(54, 83, 20, 0.95);
}
.text-negative-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-negative-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-negative-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-negative-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-negative-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-negative-900 {
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-neutral-100\/0 {
    color: hsla(0, 0%, 96%, 0);
}
.text-neutral-100\/10 {
    color: hsla(0, 0%, 96%, 0.1);
}
.text-neutral-100\/100 {
    color: #f5f5f5;
}
.text-neutral-100\/15 {
    color: hsla(0, 0%, 96%, 0.15);
}
.text-neutral-100\/20 {
    color: hsla(0, 0%, 96%, 0.2);
}
.text-neutral-100\/25 {
    color: hsla(0, 0%, 96%, 0.25);
}
.text-neutral-100\/30 {
    color: hsla(0, 0%, 96%, 0.3);
}
.text-neutral-100\/35 {
    color: hsla(0, 0%, 96%, 0.35);
}
.text-neutral-100\/40 {
    color: hsla(0, 0%, 96%, 0.4);
}
.text-neutral-100\/45 {
    color: hsla(0, 0%, 96%, 0.45);
}
.text-neutral-100\/5 {
    color: hsla(0, 0%, 96%, 0.05);
}
.text-neutral-100\/50 {
    color: hsla(0, 0%, 96%, 0.5);
}
.text-neutral-100\/55 {
    color: hsla(0, 0%, 96%, 0.55);
}
.text-neutral-100\/60 {
    color: hsla(0, 0%, 96%, 0.6);
}
.text-neutral-100\/65 {
    color: hsla(0, 0%, 96%, 0.65);
}
.text-neutral-100\/70 {
    color: hsla(0, 0%, 96%, 0.7);
}
.text-neutral-100\/75 {
    color: hsla(0, 0%, 96%, 0.75);
}
.text-neutral-100\/80 {
    color: hsla(0, 0%, 96%, 0.8);
}
.text-neutral-100\/85 {
    color: hsla(0, 0%, 96%, 0.85);
}
.text-neutral-100\/90 {
    color: hsla(0, 0%, 96%, 0.9);
}
.text-neutral-100\/95 {
    color: hsla(0, 0%, 96%, 0.95);
}
.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-neutral-200\/0 {
    color: hsla(0, 0%, 90%, 0);
}
.text-neutral-200\/10 {
    color: hsla(0, 0%, 90%, 0.1);
}
.text-neutral-200\/100 {
    color: #e5e5e5;
}
.text-neutral-200\/15 {
    color: hsla(0, 0%, 90%, 0.15);
}
.text-neutral-200\/20 {
    color: hsla(0, 0%, 90%, 0.2);
}
.text-neutral-200\/25 {
    color: hsla(0, 0%, 90%, 0.25);
}
.text-neutral-200\/30 {
    color: hsla(0, 0%, 90%, 0.3);
}
.text-neutral-200\/35 {
    color: hsla(0, 0%, 90%, 0.35);
}
.text-neutral-200\/40 {
    color: hsla(0, 0%, 90%, 0.4);
}
.text-neutral-200\/45 {
    color: hsla(0, 0%, 90%, 0.45);
}
.text-neutral-200\/5 {
    color: hsla(0, 0%, 90%, 0.05);
}
.text-neutral-200\/50 {
    color: hsla(0, 0%, 90%, 0.5);
}
.text-neutral-200\/55 {
    color: hsla(0, 0%, 90%, 0.55);
}
.text-neutral-200\/60 {
    color: hsla(0, 0%, 90%, 0.6);
}
.text-neutral-200\/65 {
    color: hsla(0, 0%, 90%, 0.65);
}
.text-neutral-200\/70 {
    color: hsla(0, 0%, 90%, 0.7);
}
.text-neutral-200\/75 {
    color: hsla(0, 0%, 90%, 0.75);
}
.text-neutral-200\/80 {
    color: hsla(0, 0%, 90%, 0.8);
}
.text-neutral-200\/85 {
    color: hsla(0, 0%, 90%, 0.85);
}
.text-neutral-200\/90 {
    color: hsla(0, 0%, 90%, 0.9);
}
.text-neutral-200\/95 {
    color: hsla(0, 0%, 90%, 0.95);
}
.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-neutral-300\/0 {
    color: hsla(0, 0%, 83%, 0);
}
.text-neutral-300\/10 {
    color: hsla(0, 0%, 83%, 0.1);
}
.text-neutral-300\/100 {
    color: #d4d4d4;
}
.text-neutral-300\/15 {
    color: hsla(0, 0%, 83%, 0.15);
}
.text-neutral-300\/20 {
    color: hsla(0, 0%, 83%, 0.2);
}
.text-neutral-300\/25 {
    color: hsla(0, 0%, 83%, 0.25);
}
.text-neutral-300\/30 {
    color: hsla(0, 0%, 83%, 0.3);
}
.text-neutral-300\/35 {
    color: hsla(0, 0%, 83%, 0.35);
}
.text-neutral-300\/40 {
    color: hsla(0, 0%, 83%, 0.4);
}
.text-neutral-300\/45 {
    color: hsla(0, 0%, 83%, 0.45);
}
.text-neutral-300\/5 {
    color: hsla(0, 0%, 83%, 0.05);
}
.text-neutral-300\/50 {
    color: hsla(0, 0%, 83%, 0.5);
}
.text-neutral-300\/55 {
    color: hsla(0, 0%, 83%, 0.55);
}
.text-neutral-300\/60 {
    color: hsla(0, 0%, 83%, 0.6);
}
.text-neutral-300\/65 {
    color: hsla(0, 0%, 83%, 0.65);
}
.text-neutral-300\/70 {
    color: hsla(0, 0%, 83%, 0.7);
}
.text-neutral-300\/75 {
    color: hsla(0, 0%, 83%, 0.75);
}
.text-neutral-300\/80 {
    color: hsla(0, 0%, 83%, 0.8);
}
.text-neutral-300\/85 {
    color: hsla(0, 0%, 83%, 0.85);
}
.text-neutral-300\/90 {
    color: hsla(0, 0%, 83%, 0.9);
}
.text-neutral-300\/95 {
    color: hsla(0, 0%, 83%, 0.95);
}
.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-400\/0 {
    color: hsla(0, 0%, 64%, 0);
}
.text-neutral-400\/10 {
    color: hsla(0, 0%, 64%, 0.1);
}
.text-neutral-400\/100 {
    color: #a3a3a3;
}
.text-neutral-400\/15 {
    color: hsla(0, 0%, 64%, 0.15);
}
.text-neutral-400\/20 {
    color: hsla(0, 0%, 64%, 0.2);
}
.text-neutral-400\/25 {
    color: hsla(0, 0%, 64%, 0.25);
}
.text-neutral-400\/30 {
    color: hsla(0, 0%, 64%, 0.3);
}
.text-neutral-400\/35 {
    color: hsla(0, 0%, 64%, 0.35);
}
.text-neutral-400\/40 {
    color: hsla(0, 0%, 64%, 0.4);
}
.text-neutral-400\/45 {
    color: hsla(0, 0%, 64%, 0.45);
}
.text-neutral-400\/5 {
    color: hsla(0, 0%, 64%, 0.05);
}
.text-neutral-400\/50 {
    color: hsla(0, 0%, 64%, 0.5);
}
.text-neutral-400\/55 {
    color: hsla(0, 0%, 64%, 0.55);
}
.text-neutral-400\/60 {
    color: hsla(0, 0%, 64%, 0.6);
}
.text-neutral-400\/65 {
    color: hsla(0, 0%, 64%, 0.65);
}
.text-neutral-400\/70 {
    color: hsla(0, 0%, 64%, 0.7);
}
.text-neutral-400\/75 {
    color: hsla(0, 0%, 64%, 0.75);
}
.text-neutral-400\/80 {
    color: hsla(0, 0%, 64%, 0.8);
}
.text-neutral-400\/85 {
    color: hsla(0, 0%, 64%, 0.85);
}
.text-neutral-400\/90 {
    color: hsla(0, 0%, 64%, 0.9);
}
.text-neutral-400\/95 {
    color: hsla(0, 0%, 64%, 0.95);
}
.text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-neutral-50\/0 {
    color: hsla(0, 0%, 98%, 0);
}
.text-neutral-50\/10 {
    color: hsla(0, 0%, 98%, 0.1);
}
.text-neutral-50\/100 {
    color: #fafafa;
}
.text-neutral-50\/15 {
    color: hsla(0, 0%, 98%, 0.15);
}
.text-neutral-50\/20 {
    color: hsla(0, 0%, 98%, 0.2);
}
.text-neutral-50\/25 {
    color: hsla(0, 0%, 98%, 0.25);
}
.text-neutral-50\/30 {
    color: hsla(0, 0%, 98%, 0.3);
}
.text-neutral-50\/35 {
    color: hsla(0, 0%, 98%, 0.35);
}
.text-neutral-50\/40 {
    color: hsla(0, 0%, 98%, 0.4);
}
.text-neutral-50\/45 {
    color: hsla(0, 0%, 98%, 0.45);
}
.text-neutral-50\/5 {
    color: hsla(0, 0%, 98%, 0.05);
}
.text-neutral-50\/50 {
    color: hsla(0, 0%, 98%, 0.5);
}
.text-neutral-50\/55 {
    color: hsla(0, 0%, 98%, 0.55);
}
.text-neutral-50\/60 {
    color: hsla(0, 0%, 98%, 0.6);
}
.text-neutral-50\/65 {
    color: hsla(0, 0%, 98%, 0.65);
}
.text-neutral-50\/70 {
    color: hsla(0, 0%, 98%, 0.7);
}
.text-neutral-50\/75 {
    color: hsla(0, 0%, 98%, 0.75);
}
.text-neutral-50\/80 {
    color: hsla(0, 0%, 98%, 0.8);
}
.text-neutral-50\/85 {
    color: hsla(0, 0%, 98%, 0.85);
}
.text-neutral-50\/90 {
    color: hsla(0, 0%, 98%, 0.9);
}
.text-neutral-50\/95 {
    color: hsla(0, 0%, 98%, 0.95);
}
.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-500\/0 {
    color: hsla(0, 0%, 45%, 0);
}
.text-neutral-500\/10 {
    color: hsla(0, 0%, 45%, 0.1);
}
.text-neutral-500\/100 {
    color: #737373;
}
.text-neutral-500\/15 {
    color: hsla(0, 0%, 45%, 0.15);
}
.text-neutral-500\/20 {
    color: hsla(0, 0%, 45%, 0.2);
}
.text-neutral-500\/25 {
    color: hsla(0, 0%, 45%, 0.25);
}
.text-neutral-500\/30 {
    color: hsla(0, 0%, 45%, 0.3);
}
.text-neutral-500\/35 {
    color: hsla(0, 0%, 45%, 0.35);
}
.text-neutral-500\/40 {
    color: hsla(0, 0%, 45%, 0.4);
}
.text-neutral-500\/45 {
    color: hsla(0, 0%, 45%, 0.45);
}
.text-neutral-500\/5 {
    color: hsla(0, 0%, 45%, 0.05);
}
.text-neutral-500\/50 {
    color: hsla(0, 0%, 45%, 0.5);
}
.text-neutral-500\/55 {
    color: hsla(0, 0%, 45%, 0.55);
}
.text-neutral-500\/60 {
    color: hsla(0, 0%, 45%, 0.6);
}
.text-neutral-500\/65 {
    color: hsla(0, 0%, 45%, 0.65);
}
.text-neutral-500\/70 {
    color: hsla(0, 0%, 45%, 0.7);
}
.text-neutral-500\/75 {
    color: hsla(0, 0%, 45%, 0.75);
}
.text-neutral-500\/80 {
    color: hsla(0, 0%, 45%, 0.8);
}
.text-neutral-500\/85 {
    color: hsla(0, 0%, 45%, 0.85);
}
.text-neutral-500\/90 {
    color: hsla(0, 0%, 45%, 0.9);
}
.text-neutral-500\/95 {
    color: hsla(0, 0%, 45%, 0.95);
}
.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-600\/0 {
    color: rgba(82, 82, 82, 0);
}
.text-neutral-600\/10 {
    color: rgba(82, 82, 82, 0.1);
}
.text-neutral-600\/100 {
    color: #525252;
}
.text-neutral-600\/15 {
    color: rgba(82, 82, 82, 0.15);
}
.text-neutral-600\/20 {
    color: rgba(82, 82, 82, 0.2);
}
.text-neutral-600\/25 {
    color: rgba(82, 82, 82, 0.25);
}
.text-neutral-600\/30 {
    color: rgba(82, 82, 82, 0.3);
}
.text-neutral-600\/35 {
    color: rgba(82, 82, 82, 0.35);
}
.text-neutral-600\/40 {
    color: rgba(82, 82, 82, 0.4);
}
.text-neutral-600\/45 {
    color: rgba(82, 82, 82, 0.45);
}
.text-neutral-600\/5 {
    color: rgba(82, 82, 82, 0.05);
}
.text-neutral-600\/50 {
    color: rgba(82, 82, 82, 0.5);
}
.text-neutral-600\/55 {
    color: rgba(82, 82, 82, 0.55);
}
.text-neutral-600\/60 {
    color: rgba(82, 82, 82, 0.6);
}
.text-neutral-600\/65 {
    color: rgba(82, 82, 82, 0.65);
}
.text-neutral-600\/70 {
    color: rgba(82, 82, 82, 0.7);
}
.text-neutral-600\/75 {
    color: rgba(82, 82, 82, 0.75);
}
.text-neutral-600\/80 {
    color: rgba(82, 82, 82, 0.8);
}
.text-neutral-600\/85 {
    color: rgba(82, 82, 82, 0.85);
}
.text-neutral-600\/90 {
    color: rgba(82, 82, 82, 0.9);
}
.text-neutral-600\/95 {
    color: rgba(82, 82, 82, 0.95);
}
.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-neutral-700\/0 {
    color: rgba(64, 64, 64, 0);
}
.text-neutral-700\/10 {
    color: rgba(64, 64, 64, 0.1);
}
.text-neutral-700\/100 {
    color: #404040;
}
.text-neutral-700\/15 {
    color: rgba(64, 64, 64, 0.15);
}
.text-neutral-700\/20 {
    color: rgba(64, 64, 64, 0.2);
}
.text-neutral-700\/25 {
    color: rgba(64, 64, 64, 0.25);
}
.text-neutral-700\/30 {
    color: rgba(64, 64, 64, 0.3);
}
.text-neutral-700\/35 {
    color: rgba(64, 64, 64, 0.35);
}
.text-neutral-700\/40 {
    color: rgba(64, 64, 64, 0.4);
}
.text-neutral-700\/45 {
    color: rgba(64, 64, 64, 0.45);
}
.text-neutral-700\/5 {
    color: rgba(64, 64, 64, 0.05);
}
.text-neutral-700\/50 {
    color: rgba(64, 64, 64, 0.5);
}
.text-neutral-700\/55 {
    color: rgba(64, 64, 64, 0.55);
}
.text-neutral-700\/60 {
    color: rgba(64, 64, 64, 0.6);
}
.text-neutral-700\/65 {
    color: rgba(64, 64, 64, 0.65);
}
.text-neutral-700\/70 {
    color: rgba(64, 64, 64, 0.7);
}
.text-neutral-700\/75 {
    color: rgba(64, 64, 64, 0.75);
}
.text-neutral-700\/80 {
    color: rgba(64, 64, 64, 0.8);
}
.text-neutral-700\/85 {
    color: rgba(64, 64, 64, 0.85);
}
.text-neutral-700\/90 {
    color: rgba(64, 64, 64, 0.9);
}
.text-neutral-700\/95 {
    color: rgba(64, 64, 64, 0.95);
}
.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-neutral-800\/0 {
    color: rgba(38, 38, 38, 0);
}
.text-neutral-800\/10 {
    color: rgba(38, 38, 38, 0.1);
}
.text-neutral-800\/100 {
    color: #262626;
}
.text-neutral-800\/15 {
    color: rgba(38, 38, 38, 0.15);
}
.text-neutral-800\/20 {
    color: rgba(38, 38, 38, 0.2);
}
.text-neutral-800\/25 {
    color: rgba(38, 38, 38, 0.25);
}
.text-neutral-800\/30 {
    color: rgba(38, 38, 38, 0.3);
}
.text-neutral-800\/35 {
    color: rgba(38, 38, 38, 0.35);
}
.text-neutral-800\/40 {
    color: rgba(38, 38, 38, 0.4);
}
.text-neutral-800\/45 {
    color: rgba(38, 38, 38, 0.45);
}
.text-neutral-800\/5 {
    color: rgba(38, 38, 38, 0.05);
}
.text-neutral-800\/50 {
    color: rgba(38, 38, 38, 0.5);
}
.text-neutral-800\/55 {
    color: rgba(38, 38, 38, 0.55);
}
.text-neutral-800\/60 {
    color: rgba(38, 38, 38, 0.6);
}
.text-neutral-800\/65 {
    color: rgba(38, 38, 38, 0.65);
}
.text-neutral-800\/70 {
    color: rgba(38, 38, 38, 0.7);
}
.text-neutral-800\/75 {
    color: rgba(38, 38, 38, 0.75);
}
.text-neutral-800\/80 {
    color: rgba(38, 38, 38, 0.8);
}
.text-neutral-800\/85 {
    color: rgba(38, 38, 38, 0.85);
}
.text-neutral-800\/90 {
    color: rgba(38, 38, 38, 0.9);
}
.text-neutral-800\/95 {
    color: rgba(38, 38, 38, 0.95);
}
.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-neutral-900\/0 {
    color: hsla(0, 0%, 9%, 0);
}
.text-neutral-900\/10 {
    color: hsla(0, 0%, 9%, 0.1);
}
.text-neutral-900\/100 {
    color: #171717;
}
.text-neutral-900\/15 {
    color: hsla(0, 0%, 9%, 0.15);
}
.text-neutral-900\/20 {
    color: hsla(0, 0%, 9%, 0.2);
}
.text-neutral-900\/25 {
    color: hsla(0, 0%, 9%, 0.25);
}
.text-neutral-900\/30 {
    color: hsla(0, 0%, 9%, 0.3);
}
.text-neutral-900\/35 {
    color: hsla(0, 0%, 9%, 0.35);
}
.text-neutral-900\/40 {
    color: hsla(0, 0%, 9%, 0.4);
}
.text-neutral-900\/45 {
    color: hsla(0, 0%, 9%, 0.45);
}
.text-neutral-900\/5 {
    color: hsla(0, 0%, 9%, 0.05);
}
.text-neutral-900\/50 {
    color: hsla(0, 0%, 9%, 0.5);
}
.text-neutral-900\/55 {
    color: hsla(0, 0%, 9%, 0.55);
}
.text-neutral-900\/60 {
    color: hsla(0, 0%, 9%, 0.6);
}
.text-neutral-900\/65 {
    color: hsla(0, 0%, 9%, 0.65);
}
.text-neutral-900\/70 {
    color: hsla(0, 0%, 9%, 0.7);
}
.text-neutral-900\/75 {
    color: hsla(0, 0%, 9%, 0.75);
}
.text-neutral-900\/80 {
    color: hsla(0, 0%, 9%, 0.8);
}
.text-neutral-900\/85 {
    color: hsla(0, 0%, 9%, 0.85);
}
.text-neutral-900\/90 {
    color: hsla(0, 0%, 9%, 0.9);
}
.text-neutral-900\/95 {
    color: hsla(0, 0%, 9%, 0.95);
}
.text-orange-100 {
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-100\/0 {
    color: rgba(255, 237, 213, 0);
}
.text-orange-100\/10 {
    color: rgba(255, 237, 213, 0.1);
}
.text-orange-100\/100 {
    color: #ffedd5;
}
.text-orange-100\/15 {
    color: rgba(255, 237, 213, 0.15);
}
.text-orange-100\/20 {
    color: rgba(255, 237, 213, 0.2);
}
.text-orange-100\/25 {
    color: rgba(255, 237, 213, 0.25);
}
.text-orange-100\/30 {
    color: rgba(255, 237, 213, 0.3);
}
.text-orange-100\/35 {
    color: rgba(255, 237, 213, 0.35);
}
.text-orange-100\/40 {
    color: rgba(255, 237, 213, 0.4);
}
.text-orange-100\/45 {
    color: rgba(255, 237, 213, 0.45);
}
.text-orange-100\/5 {
    color: rgba(255, 237, 213, 0.05);
}
.text-orange-100\/50 {
    color: rgba(255, 237, 213, 0.5);
}
.text-orange-100\/55 {
    color: rgba(255, 237, 213, 0.55);
}
.text-orange-100\/60 {
    color: rgba(255, 237, 213, 0.6);
}
.text-orange-100\/65 {
    color: rgba(255, 237, 213, 0.65);
}
.text-orange-100\/70 {
    color: rgba(255, 237, 213, 0.7);
}
.text-orange-100\/75 {
    color: rgba(255, 237, 213, 0.75);
}
.text-orange-100\/80 {
    color: rgba(255, 237, 213, 0.8);
}
.text-orange-100\/85 {
    color: rgba(255, 237, 213, 0.85);
}
.text-orange-100\/90 {
    color: rgba(255, 237, 213, 0.9);
}
.text-orange-100\/95 {
    color: rgba(255, 237, 213, 0.95);
}
.text-orange-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.text-orange-200\/0 {
    color: hsla(32, 98%, 83%, 0);
}
.text-orange-200\/10 {
    color: hsla(32, 98%, 83%, 0.1);
}
.text-orange-200\/100 {
    color: #fed7aa;
}
.text-orange-200\/15 {
    color: hsla(32, 98%, 83%, 0.15);
}
.text-orange-200\/20 {
    color: hsla(32, 98%, 83%, 0.2);
}
.text-orange-200\/25 {
    color: hsla(32, 98%, 83%, 0.25);
}
.text-orange-200\/30 {
    color: hsla(32, 98%, 83%, 0.3);
}
.text-orange-200\/35 {
    color: hsla(32, 98%, 83%, 0.35);
}
.text-orange-200\/40 {
    color: hsla(32, 98%, 83%, 0.4);
}
.text-orange-200\/45 {
    color: hsla(32, 98%, 83%, 0.45);
}
.text-orange-200\/5 {
    color: hsla(32, 98%, 83%, 0.05);
}
.text-orange-200\/50 {
    color: hsla(32, 98%, 83%, 0.5);
}
.text-orange-200\/55 {
    color: hsla(32, 98%, 83%, 0.55);
}
.text-orange-200\/60 {
    color: hsla(32, 98%, 83%, 0.6);
}
.text-orange-200\/65 {
    color: hsla(32, 98%, 83%, 0.65);
}
.text-orange-200\/70 {
    color: hsla(32, 98%, 83%, 0.7);
}
.text-orange-200\/75 {
    color: hsla(32, 98%, 83%, 0.75);
}
.text-orange-200\/80 {
    color: hsla(32, 98%, 83%, 0.8);
}
.text-orange-200\/85 {
    color: hsla(32, 98%, 83%, 0.85);
}
.text-orange-200\/90 {
    color: hsla(32, 98%, 83%, 0.9);
}
.text-orange-200\/95 {
    color: hsla(32, 98%, 83%, 0.95);
}
.text-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-300\/0 {
    color: hsla(31, 97%, 72%, 0);
}
.text-orange-300\/10 {
    color: hsla(31, 97%, 72%, 0.1);
}
.text-orange-300\/100 {
    color: #fdba74;
}
.text-orange-300\/15 {
    color: hsla(31, 97%, 72%, 0.15);
}
.text-orange-300\/20 {
    color: hsla(31, 97%, 72%, 0.2);
}
.text-orange-300\/25 {
    color: hsla(31, 97%, 72%, 0.25);
}
.text-orange-300\/30 {
    color: hsla(31, 97%, 72%, 0.3);
}
.text-orange-300\/35 {
    color: hsla(31, 97%, 72%, 0.35);
}
.text-orange-300\/40 {
    color: hsla(31, 97%, 72%, 0.4);
}
.text-orange-300\/45 {
    color: hsla(31, 97%, 72%, 0.45);
}
.text-orange-300\/5 {
    color: hsla(31, 97%, 72%, 0.05);
}
.text-orange-300\/50 {
    color: hsla(31, 97%, 72%, 0.5);
}
.text-orange-300\/55 {
    color: hsla(31, 97%, 72%, 0.55);
}
.text-orange-300\/60 {
    color: hsla(31, 97%, 72%, 0.6);
}
.text-orange-300\/65 {
    color: hsla(31, 97%, 72%, 0.65);
}
.text-orange-300\/70 {
    color: hsla(31, 97%, 72%, 0.7);
}
.text-orange-300\/75 {
    color: hsla(31, 97%, 72%, 0.75);
}
.text-orange-300\/80 {
    color: hsla(31, 97%, 72%, 0.8);
}
.text-orange-300\/85 {
    color: hsla(31, 97%, 72%, 0.85);
}
.text-orange-300\/90 {
    color: hsla(31, 97%, 72%, 0.9);
}
.text-orange-300\/95 {
    color: hsla(31, 97%, 72%, 0.95);
}
.text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-400\/0 {
    color: rgba(251, 146, 60, 0);
}
.text-orange-400\/10 {
    color: rgba(251, 146, 60, 0.1);
}
.text-orange-400\/100 {
    color: #fb923c;
}
.text-orange-400\/15 {
    color: rgba(251, 146, 60, 0.15);
}
.text-orange-400\/20 {
    color: rgba(251, 146, 60, 0.2);
}
.text-orange-400\/25 {
    color: rgba(251, 146, 60, 0.25);
}
.text-orange-400\/30 {
    color: rgba(251, 146, 60, 0.3);
}
.text-orange-400\/35 {
    color: rgba(251, 146, 60, 0.35);
}
.text-orange-400\/40 {
    color: rgba(251, 146, 60, 0.4);
}
.text-orange-400\/45 {
    color: rgba(251, 146, 60, 0.45);
}
.text-orange-400\/5 {
    color: rgba(251, 146, 60, 0.05);
}
.text-orange-400\/50 {
    color: rgba(251, 146, 60, 0.5);
}
.text-orange-400\/55 {
    color: rgba(251, 146, 60, 0.55);
}
.text-orange-400\/60 {
    color: rgba(251, 146, 60, 0.6);
}
.text-orange-400\/65 {
    color: rgba(251, 146, 60, 0.65);
}
.text-orange-400\/70 {
    color: rgba(251, 146, 60, 0.7);
}
.text-orange-400\/75 {
    color: rgba(251, 146, 60, 0.75);
}
.text-orange-400\/80 {
    color: rgba(251, 146, 60, 0.8);
}
.text-orange-400\/85 {
    color: rgba(251, 146, 60, 0.85);
}
.text-orange-400\/90 {
    color: rgba(251, 146, 60, 0.9);
}
.text-orange-400\/95 {
    color: rgba(251, 146, 60, 0.95);
}
.text-orange-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}
.text-orange-50\/0 {
    color: rgba(255, 247, 237, 0);
}
.text-orange-50\/10 {
    color: rgba(255, 247, 237, 0.1);
}
.text-orange-50\/100 {
    color: #fff7ed;
}
.text-orange-50\/15 {
    color: rgba(255, 247, 237, 0.15);
}
.text-orange-50\/20 {
    color: rgba(255, 247, 237, 0.2);
}
.text-orange-50\/25 {
    color: rgba(255, 247, 237, 0.25);
}
.text-orange-50\/30 {
    color: rgba(255, 247, 237, 0.3);
}
.text-orange-50\/35 {
    color: rgba(255, 247, 237, 0.35);
}
.text-orange-50\/40 {
    color: rgba(255, 247, 237, 0.4);
}
.text-orange-50\/45 {
    color: rgba(255, 247, 237, 0.45);
}
.text-orange-50\/5 {
    color: rgba(255, 247, 237, 0.05);
}
.text-orange-50\/50 {
    color: rgba(255, 247, 237, 0.5);
}
.text-orange-50\/55 {
    color: rgba(255, 247, 237, 0.55);
}
.text-orange-50\/60 {
    color: rgba(255, 247, 237, 0.6);
}
.text-orange-50\/65 {
    color: rgba(255, 247, 237, 0.65);
}
.text-orange-50\/70 {
    color: rgba(255, 247, 237, 0.7);
}
.text-orange-50\/75 {
    color: rgba(255, 247, 237, 0.75);
}
.text-orange-50\/80 {
    color: rgba(255, 247, 237, 0.8);
}
.text-orange-50\/85 {
    color: rgba(255, 247, 237, 0.85);
}
.text-orange-50\/90 {
    color: rgba(255, 247, 237, 0.9);
}
.text-orange-50\/95 {
    color: rgba(255, 247, 237, 0.95);
}
.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-500\/0 {
    color: rgba(249, 115, 22, 0);
}
.text-orange-500\/10 {
    color: rgba(249, 115, 22, 0.1);
}
.text-orange-500\/100 {
    color: #f97316;
}
.text-orange-500\/15 {
    color: rgba(249, 115, 22, 0.15);
}
.text-orange-500\/20 {
    color: rgba(249, 115, 22, 0.2);
}
.text-orange-500\/25 {
    color: rgba(249, 115, 22, 0.25);
}
.text-orange-500\/30 {
    color: rgba(249, 115, 22, 0.3);
}
.text-orange-500\/35 {
    color: rgba(249, 115, 22, 0.35);
}
.text-orange-500\/40 {
    color: rgba(249, 115, 22, 0.4);
}
.text-orange-500\/45 {
    color: rgba(249, 115, 22, 0.45);
}
.text-orange-500\/5 {
    color: rgba(249, 115, 22, 0.05);
}
.text-orange-500\/50 {
    color: rgba(249, 115, 22, 0.5);
}
.text-orange-500\/55 {
    color: rgba(249, 115, 22, 0.55);
}
.text-orange-500\/60 {
    color: rgba(249, 115, 22, 0.6);
}
.text-orange-500\/65 {
    color: rgba(249, 115, 22, 0.65);
}
.text-orange-500\/70 {
    color: rgba(249, 115, 22, 0.7);
}
.text-orange-500\/75 {
    color: rgba(249, 115, 22, 0.75);
}
.text-orange-500\/80 {
    color: rgba(249, 115, 22, 0.8);
}
.text-orange-500\/85 {
    color: rgba(249, 115, 22, 0.85);
}
.text-orange-500\/90 {
    color: rgba(249, 115, 22, 0.9);
}
.text-orange-500\/95 {
    color: rgba(249, 115, 22, 0.95);
}
.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-600\/0 {
    color: rgba(234, 88, 12, 0);
}
.text-orange-600\/10 {
    color: rgba(234, 88, 12, 0.1);
}
.text-orange-600\/100 {
    color: #ea580c;
}
.text-orange-600\/15 {
    color: rgba(234, 88, 12, 0.15);
}
.text-orange-600\/20 {
    color: rgba(234, 88, 12, 0.2);
}
.text-orange-600\/25 {
    color: rgba(234, 88, 12, 0.25);
}
.text-orange-600\/30 {
    color: rgba(234, 88, 12, 0.3);
}
.text-orange-600\/35 {
    color: rgba(234, 88, 12, 0.35);
}
.text-orange-600\/40 {
    color: rgba(234, 88, 12, 0.4);
}
.text-orange-600\/45 {
    color: rgba(234, 88, 12, 0.45);
}
.text-orange-600\/5 {
    color: rgba(234, 88, 12, 0.05);
}
.text-orange-600\/50 {
    color: rgba(234, 88, 12, 0.5);
}
.text-orange-600\/55 {
    color: rgba(234, 88, 12, 0.55);
}
.text-orange-600\/60 {
    color: rgba(234, 88, 12, 0.6);
}
.text-orange-600\/65 {
    color: rgba(234, 88, 12, 0.65);
}
.text-orange-600\/70 {
    color: rgba(234, 88, 12, 0.7);
}
.text-orange-600\/75 {
    color: rgba(234, 88, 12, 0.75);
}
.text-orange-600\/80 {
    color: rgba(234, 88, 12, 0.8);
}
.text-orange-600\/85 {
    color: rgba(234, 88, 12, 0.85);
}
.text-orange-600\/90 {
    color: rgba(234, 88, 12, 0.9);
}
.text-orange-600\/95 {
    color: rgba(234, 88, 12, 0.95);
}
.text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-700\/0 {
    color: rgba(194, 65, 12, 0);
}
.text-orange-700\/10 {
    color: rgba(194, 65, 12, 0.1);
}
.text-orange-700\/100 {
    color: #c2410c;
}
.text-orange-700\/15 {
    color: rgba(194, 65, 12, 0.15);
}
.text-orange-700\/20 {
    color: rgba(194, 65, 12, 0.2);
}
.text-orange-700\/25 {
    color: rgba(194, 65, 12, 0.25);
}
.text-orange-700\/30 {
    color: rgba(194, 65, 12, 0.3);
}
.text-orange-700\/35 {
    color: rgba(194, 65, 12, 0.35);
}
.text-orange-700\/40 {
    color: rgba(194, 65, 12, 0.4);
}
.text-orange-700\/45 {
    color: rgba(194, 65, 12, 0.45);
}
.text-orange-700\/5 {
    color: rgba(194, 65, 12, 0.05);
}
.text-orange-700\/50 {
    color: rgba(194, 65, 12, 0.5);
}
.text-orange-700\/55 {
    color: rgba(194, 65, 12, 0.55);
}
.text-orange-700\/60 {
    color: rgba(194, 65, 12, 0.6);
}
.text-orange-700\/65 {
    color: rgba(194, 65, 12, 0.65);
}
.text-orange-700\/70 {
    color: rgba(194, 65, 12, 0.7);
}
.text-orange-700\/75 {
    color: rgba(194, 65, 12, 0.75);
}
.text-orange-700\/80 {
    color: rgba(194, 65, 12, 0.8);
}
.text-orange-700\/85 {
    color: rgba(194, 65, 12, 0.85);
}
.text-orange-700\/90 {
    color: rgba(194, 65, 12, 0.9);
}
.text-orange-700\/95 {
    color: rgba(194, 65, 12, 0.95);
}
.text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-800\/0 {
    color: rgba(154, 52, 18, 0);
}
.text-orange-800\/10 {
    color: rgba(154, 52, 18, 0.1);
}
.text-orange-800\/100 {
    color: #9a3412;
}
.text-orange-800\/15 {
    color: rgba(154, 52, 18, 0.15);
}
.text-orange-800\/20 {
    color: rgba(154, 52, 18, 0.2);
}
.text-orange-800\/25 {
    color: rgba(154, 52, 18, 0.25);
}
.text-orange-800\/30 {
    color: rgba(154, 52, 18, 0.3);
}
.text-orange-800\/35 {
    color: rgba(154, 52, 18, 0.35);
}
.text-orange-800\/40 {
    color: rgba(154, 52, 18, 0.4);
}
.text-orange-800\/45 {
    color: rgba(154, 52, 18, 0.45);
}
.text-orange-800\/5 {
    color: rgba(154, 52, 18, 0.05);
}
.text-orange-800\/50 {
    color: rgba(154, 52, 18, 0.5);
}
.text-orange-800\/55 {
    color: rgba(154, 52, 18, 0.55);
}
.text-orange-800\/60 {
    color: rgba(154, 52, 18, 0.6);
}
.text-orange-800\/65 {
    color: rgba(154, 52, 18, 0.65);
}
.text-orange-800\/70 {
    color: rgba(154, 52, 18, 0.7);
}
.text-orange-800\/75 {
    color: rgba(154, 52, 18, 0.75);
}
.text-orange-800\/80 {
    color: rgba(154, 52, 18, 0.8);
}
.text-orange-800\/85 {
    color: rgba(154, 52, 18, 0.85);
}
.text-orange-800\/90 {
    color: rgba(154, 52, 18, 0.9);
}
.text-orange-800\/95 {
    color: rgba(154, 52, 18, 0.95);
}
.text-orange-900 {
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-orange-900\/0 {
    color: rgba(124, 45, 18, 0);
}
.text-orange-900\/10 {
    color: rgba(124, 45, 18, 0.1);
}
.text-orange-900\/100 {
    color: #7c2d12;
}
.text-orange-900\/15 {
    color: rgba(124, 45, 18, 0.15);
}
.text-orange-900\/20 {
    color: rgba(124, 45, 18, 0.2);
}
.text-orange-900\/25 {
    color: rgba(124, 45, 18, 0.25);
}
.text-orange-900\/30 {
    color: rgba(124, 45, 18, 0.3);
}
.text-orange-900\/35 {
    color: rgba(124, 45, 18, 0.35);
}
.text-orange-900\/40 {
    color: rgba(124, 45, 18, 0.4);
}
.text-orange-900\/45 {
    color: rgba(124, 45, 18, 0.45);
}
.text-orange-900\/5 {
    color: rgba(124, 45, 18, 0.05);
}
.text-orange-900\/50 {
    color: rgba(124, 45, 18, 0.5);
}
.text-orange-900\/55 {
    color: rgba(124, 45, 18, 0.55);
}
.text-orange-900\/60 {
    color: rgba(124, 45, 18, 0.6);
}
.text-orange-900\/65 {
    color: rgba(124, 45, 18, 0.65);
}
.text-orange-900\/70 {
    color: rgba(124, 45, 18, 0.7);
}
.text-orange-900\/75 {
    color: rgba(124, 45, 18, 0.75);
}
.text-orange-900\/80 {
    color: rgba(124, 45, 18, 0.8);
}
.text-orange-900\/85 {
    color: rgba(124, 45, 18, 0.85);
}
.text-orange-900\/90 {
    color: rgba(124, 45, 18, 0.9);
}
.text-orange-900\/95 {
    color: rgba(124, 45, 18, 0.95);
}
.text-pink-100 {
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}
.text-pink-100\/0 {
    color: rgba(252, 231, 243, 0);
}
.text-pink-100\/10 {
    color: rgba(252, 231, 243, 0.1);
}
.text-pink-100\/100 {
    color: #fce7f3;
}
.text-pink-100\/15 {
    color: rgba(252, 231, 243, 0.15);
}
.text-pink-100\/20 {
    color: rgba(252, 231, 243, 0.2);
}
.text-pink-100\/25 {
    color: rgba(252, 231, 243, 0.25);
}
.text-pink-100\/30 {
    color: rgba(252, 231, 243, 0.3);
}
.text-pink-100\/35 {
    color: rgba(252, 231, 243, 0.35);
}
.text-pink-100\/40 {
    color: rgba(252, 231, 243, 0.4);
}
.text-pink-100\/45 {
    color: rgba(252, 231, 243, 0.45);
}
.text-pink-100\/5 {
    color: rgba(252, 231, 243, 0.05);
}
.text-pink-100\/50 {
    color: rgba(252, 231, 243, 0.5);
}
.text-pink-100\/55 {
    color: rgba(252, 231, 243, 0.55);
}
.text-pink-100\/60 {
    color: rgba(252, 231, 243, 0.6);
}
.text-pink-100\/65 {
    color: rgba(252, 231, 243, 0.65);
}
.text-pink-100\/70 {
    color: rgba(252, 231, 243, 0.7);
}
.text-pink-100\/75 {
    color: rgba(252, 231, 243, 0.75);
}
.text-pink-100\/80 {
    color: rgba(252, 231, 243, 0.8);
}
.text-pink-100\/85 {
    color: rgba(252, 231, 243, 0.85);
}
.text-pink-100\/90 {
    color: rgba(252, 231, 243, 0.9);
}
.text-pink-100\/95 {
    color: rgba(252, 231, 243, 0.95);
}
.text-pink-200 {
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}
.text-pink-200\/0 {
    color: rgba(251, 207, 232, 0);
}
.text-pink-200\/10 {
    color: rgba(251, 207, 232, 0.1);
}
.text-pink-200\/100 {
    color: #fbcfe8;
}
.text-pink-200\/15 {
    color: rgba(251, 207, 232, 0.15);
}
.text-pink-200\/20 {
    color: rgba(251, 207, 232, 0.2);
}
.text-pink-200\/25 {
    color: rgba(251, 207, 232, 0.25);
}
.text-pink-200\/30 {
    color: rgba(251, 207, 232, 0.3);
}
.text-pink-200\/35 {
    color: rgba(251, 207, 232, 0.35);
}
.text-pink-200\/40 {
    color: rgba(251, 207, 232, 0.4);
}
.text-pink-200\/45 {
    color: rgba(251, 207, 232, 0.45);
}
.text-pink-200\/5 {
    color: rgba(251, 207, 232, 0.05);
}
.text-pink-200\/50 {
    color: rgba(251, 207, 232, 0.5);
}
.text-pink-200\/55 {
    color: rgba(251, 207, 232, 0.55);
}
.text-pink-200\/60 {
    color: rgba(251, 207, 232, 0.6);
}
.text-pink-200\/65 {
    color: rgba(251, 207, 232, 0.65);
}
.text-pink-200\/70 {
    color: rgba(251, 207, 232, 0.7);
}
.text-pink-200\/75 {
    color: rgba(251, 207, 232, 0.75);
}
.text-pink-200\/80 {
    color: rgba(251, 207, 232, 0.8);
}
.text-pink-200\/85 {
    color: rgba(251, 207, 232, 0.85);
}
.text-pink-200\/90 {
    color: rgba(251, 207, 232, 0.9);
}
.text-pink-200\/95 {
    color: rgba(251, 207, 232, 0.95);
}
.text-pink-300 {
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}
.text-pink-300\/0 {
    color: rgba(249, 168, 212, 0);
}
.text-pink-300\/10 {
    color: rgba(249, 168, 212, 0.1);
}
.text-pink-300\/100 {
    color: #f9a8d4;
}
.text-pink-300\/15 {
    color: rgba(249, 168, 212, 0.15);
}
.text-pink-300\/20 {
    color: rgba(249, 168, 212, 0.2);
}
.text-pink-300\/25 {
    color: rgba(249, 168, 212, 0.25);
}
.text-pink-300\/30 {
    color: rgba(249, 168, 212, 0.3);
}
.text-pink-300\/35 {
    color: rgba(249, 168, 212, 0.35);
}
.text-pink-300\/40 {
    color: rgba(249, 168, 212, 0.4);
}
.text-pink-300\/45 {
    color: rgba(249, 168, 212, 0.45);
}
.text-pink-300\/5 {
    color: rgba(249, 168, 212, 0.05);
}
.text-pink-300\/50 {
    color: rgba(249, 168, 212, 0.5);
}
.text-pink-300\/55 {
    color: rgba(249, 168, 212, 0.55);
}
.text-pink-300\/60 {
    color: rgba(249, 168, 212, 0.6);
}
.text-pink-300\/65 {
    color: rgba(249, 168, 212, 0.65);
}
.text-pink-300\/70 {
    color: rgba(249, 168, 212, 0.7);
}
.text-pink-300\/75 {
    color: rgba(249, 168, 212, 0.75);
}
.text-pink-300\/80 {
    color: rgba(249, 168, 212, 0.8);
}
.text-pink-300\/85 {
    color: rgba(249, 168, 212, 0.85);
}
.text-pink-300\/90 {
    color: rgba(249, 168, 212, 0.9);
}
.text-pink-300\/95 {
    color: rgba(249, 168, 212, 0.95);
}
.text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-pink-400\/0 {
    color: rgba(244, 114, 182, 0);
}
.text-pink-400\/10 {
    color: rgba(244, 114, 182, 0.1);
}
.text-pink-400\/100 {
    color: #f472b6;
}
.text-pink-400\/15 {
    color: rgba(244, 114, 182, 0.15);
}
.text-pink-400\/20 {
    color: rgba(244, 114, 182, 0.2);
}
.text-pink-400\/25 {
    color: rgba(244, 114, 182, 0.25);
}
.text-pink-400\/30 {
    color: rgba(244, 114, 182, 0.3);
}
.text-pink-400\/35 {
    color: rgba(244, 114, 182, 0.35);
}
.text-pink-400\/40 {
    color: rgba(244, 114, 182, 0.4);
}
.text-pink-400\/45 {
    color: rgba(244, 114, 182, 0.45);
}
.text-pink-400\/5 {
    color: rgba(244, 114, 182, 0.05);
}
.text-pink-400\/50 {
    color: rgba(244, 114, 182, 0.5);
}
.text-pink-400\/55 {
    color: rgba(244, 114, 182, 0.55);
}
.text-pink-400\/60 {
    color: rgba(244, 114, 182, 0.6);
}
.text-pink-400\/65 {
    color: rgba(244, 114, 182, 0.65);
}
.text-pink-400\/70 {
    color: rgba(244, 114, 182, 0.7);
}
.text-pink-400\/75 {
    color: rgba(244, 114, 182, 0.75);
}
.text-pink-400\/80 {
    color: rgba(244, 114, 182, 0.8);
}
.text-pink-400\/85 {
    color: rgba(244, 114, 182, 0.85);
}
.text-pink-400\/90 {
    color: rgba(244, 114, 182, 0.9);
}
.text-pink-400\/95 {
    color: rgba(244, 114, 182, 0.95);
}
.text-pink-50 {
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}
.text-pink-50\/0 {
    color: rgba(253, 242, 248, 0);
}
.text-pink-50\/10 {
    color: rgba(253, 242, 248, 0.1);
}
.text-pink-50\/100 {
    color: #fdf2f8;
}
.text-pink-50\/15 {
    color: rgba(253, 242, 248, 0.15);
}
.text-pink-50\/20 {
    color: rgba(253, 242, 248, 0.2);
}
.text-pink-50\/25 {
    color: rgba(253, 242, 248, 0.25);
}
.text-pink-50\/30 {
    color: rgba(253, 242, 248, 0.3);
}
.text-pink-50\/35 {
    color: rgba(253, 242, 248, 0.35);
}
.text-pink-50\/40 {
    color: rgba(253, 242, 248, 0.4);
}
.text-pink-50\/45 {
    color: rgba(253, 242, 248, 0.45);
}
.text-pink-50\/5 {
    color: rgba(253, 242, 248, 0.05);
}
.text-pink-50\/50 {
    color: rgba(253, 242, 248, 0.5);
}
.text-pink-50\/55 {
    color: rgba(253, 242, 248, 0.55);
}
.text-pink-50\/60 {
    color: rgba(253, 242, 248, 0.6);
}
.text-pink-50\/65 {
    color: rgba(253, 242, 248, 0.65);
}
.text-pink-50\/70 {
    color: rgba(253, 242, 248, 0.7);
}
.text-pink-50\/75 {
    color: rgba(253, 242, 248, 0.75);
}
.text-pink-50\/80 {
    color: rgba(253, 242, 248, 0.8);
}
.text-pink-50\/85 {
    color: rgba(253, 242, 248, 0.85);
}
.text-pink-50\/90 {
    color: rgba(253, 242, 248, 0.9);
}
.text-pink-50\/95 {
    color: rgba(253, 242, 248, 0.95);
}
.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-500\/0 {
    color: rgba(236, 72, 153, 0);
}
.text-pink-500\/10 {
    color: rgba(236, 72, 153, 0.1);
}
.text-pink-500\/100 {
    color: #ec4899;
}
.text-pink-500\/15 {
    color: rgba(236, 72, 153, 0.15);
}
.text-pink-500\/20 {
    color: rgba(236, 72, 153, 0.2);
}
.text-pink-500\/25 {
    color: rgba(236, 72, 153, 0.25);
}
.text-pink-500\/30 {
    color: rgba(236, 72, 153, 0.3);
}
.text-pink-500\/35 {
    color: rgba(236, 72, 153, 0.35);
}
.text-pink-500\/40 {
    color: rgba(236, 72, 153, 0.4);
}
.text-pink-500\/45 {
    color: rgba(236, 72, 153, 0.45);
}
.text-pink-500\/5 {
    color: rgba(236, 72, 153, 0.05);
}
.text-pink-500\/50 {
    color: rgba(236, 72, 153, 0.5);
}
.text-pink-500\/55 {
    color: rgba(236, 72, 153, 0.55);
}
.text-pink-500\/60 {
    color: rgba(236, 72, 153, 0.6);
}
.text-pink-500\/65 {
    color: rgba(236, 72, 153, 0.65);
}
.text-pink-500\/70 {
    color: rgba(236, 72, 153, 0.7);
}
.text-pink-500\/75 {
    color: rgba(236, 72, 153, 0.75);
}
.text-pink-500\/80 {
    color: rgba(236, 72, 153, 0.8);
}
.text-pink-500\/85 {
    color: rgba(236, 72, 153, 0.85);
}
.text-pink-500\/90 {
    color: rgba(236, 72, 153, 0.9);
}
.text-pink-500\/95 {
    color: rgba(236, 72, 153, 0.95);
}
.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-600\/0 {
    color: rgba(219, 39, 119, 0);
}
.text-pink-600\/10 {
    color: rgba(219, 39, 119, 0.1);
}
.text-pink-600\/100 {
    color: #db2777;
}
.text-pink-600\/15 {
    color: rgba(219, 39, 119, 0.15);
}
.text-pink-600\/20 {
    color: rgba(219, 39, 119, 0.2);
}
.text-pink-600\/25 {
    color: rgba(219, 39, 119, 0.25);
}
.text-pink-600\/30 {
    color: rgba(219, 39, 119, 0.3);
}
.text-pink-600\/35 {
    color: rgba(219, 39, 119, 0.35);
}
.text-pink-600\/40 {
    color: rgba(219, 39, 119, 0.4);
}
.text-pink-600\/45 {
    color: rgba(219, 39, 119, 0.45);
}
.text-pink-600\/5 {
    color: rgba(219, 39, 119, 0.05);
}
.text-pink-600\/50 {
    color: rgba(219, 39, 119, 0.5);
}
.text-pink-600\/55 {
    color: rgba(219, 39, 119, 0.55);
}
.text-pink-600\/60 {
    color: rgba(219, 39, 119, 0.6);
}
.text-pink-600\/65 {
    color: rgba(219, 39, 119, 0.65);
}
.text-pink-600\/70 {
    color: rgba(219, 39, 119, 0.7);
}
.text-pink-600\/75 {
    color: rgba(219, 39, 119, 0.75);
}
.text-pink-600\/80 {
    color: rgba(219, 39, 119, 0.8);
}
.text-pink-600\/85 {
    color: rgba(219, 39, 119, 0.85);
}
.text-pink-600\/90 {
    color: rgba(219, 39, 119, 0.9);
}
.text-pink-600\/95 {
    color: rgba(219, 39, 119, 0.95);
}
.text-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.text-pink-700\/0 {
    color: rgba(190, 24, 93, 0);
}
.text-pink-700\/10 {
    color: rgba(190, 24, 93, 0.1);
}
.text-pink-700\/100 {
    color: #be185d;
}
.text-pink-700\/15 {
    color: rgba(190, 24, 93, 0.15);
}
.text-pink-700\/20 {
    color: rgba(190, 24, 93, 0.2);
}
.text-pink-700\/25 {
    color: rgba(190, 24, 93, 0.25);
}
.text-pink-700\/30 {
    color: rgba(190, 24, 93, 0.3);
}
.text-pink-700\/35 {
    color: rgba(190, 24, 93, 0.35);
}
.text-pink-700\/40 {
    color: rgba(190, 24, 93, 0.4);
}
.text-pink-700\/45 {
    color: rgba(190, 24, 93, 0.45);
}
.text-pink-700\/5 {
    color: rgba(190, 24, 93, 0.05);
}
.text-pink-700\/50 {
    color: rgba(190, 24, 93, 0.5);
}
.text-pink-700\/55 {
    color: rgba(190, 24, 93, 0.55);
}
.text-pink-700\/60 {
    color: rgba(190, 24, 93, 0.6);
}
.text-pink-700\/65 {
    color: rgba(190, 24, 93, 0.65);
}
.text-pink-700\/70 {
    color: rgba(190, 24, 93, 0.7);
}
.text-pink-700\/75 {
    color: rgba(190, 24, 93, 0.75);
}
.text-pink-700\/80 {
    color: rgba(190, 24, 93, 0.8);
}
.text-pink-700\/85 {
    color: rgba(190, 24, 93, 0.85);
}
.text-pink-700\/90 {
    color: rgba(190, 24, 93, 0.9);
}
.text-pink-700\/95 {
    color: rgba(190, 24, 93, 0.95);
}
.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.text-pink-800\/0 {
    color: rgba(157, 23, 77, 0);
}
.text-pink-800\/10 {
    color: rgba(157, 23, 77, 0.1);
}
.text-pink-800\/100 {
    color: #9d174d;
}
.text-pink-800\/15 {
    color: rgba(157, 23, 77, 0.15);
}
.text-pink-800\/20 {
    color: rgba(157, 23, 77, 0.2);
}
.text-pink-800\/25 {
    color: rgba(157, 23, 77, 0.25);
}
.text-pink-800\/30 {
    color: rgba(157, 23, 77, 0.3);
}
.text-pink-800\/35 {
    color: rgba(157, 23, 77, 0.35);
}
.text-pink-800\/40 {
    color: rgba(157, 23, 77, 0.4);
}
.text-pink-800\/45 {
    color: rgba(157, 23, 77, 0.45);
}
.text-pink-800\/5 {
    color: rgba(157, 23, 77, 0.05);
}
.text-pink-800\/50 {
    color: rgba(157, 23, 77, 0.5);
}
.text-pink-800\/55 {
    color: rgba(157, 23, 77, 0.55);
}
.text-pink-800\/60 {
    color: rgba(157, 23, 77, 0.6);
}
.text-pink-800\/65 {
    color: rgba(157, 23, 77, 0.65);
}
.text-pink-800\/70 {
    color: rgba(157, 23, 77, 0.7);
}
.text-pink-800\/75 {
    color: rgba(157, 23, 77, 0.75);
}
.text-pink-800\/80 {
    color: rgba(157, 23, 77, 0.8);
}
.text-pink-800\/85 {
    color: rgba(157, 23, 77, 0.85);
}
.text-pink-800\/90 {
    color: rgba(157, 23, 77, 0.9);
}
.text-pink-800\/95 {
    color: rgba(157, 23, 77, 0.95);
}
.text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
.text-pink-900\/0 {
    color: rgba(131, 24, 67, 0);
}
.text-pink-900\/10 {
    color: rgba(131, 24, 67, 0.1);
}
.text-pink-900\/100 {
    color: #831843;
}
.text-pink-900\/15 {
    color: rgba(131, 24, 67, 0.15);
}
.text-pink-900\/20 {
    color: rgba(131, 24, 67, 0.2);
}
.text-pink-900\/25 {
    color: rgba(131, 24, 67, 0.25);
}
.text-pink-900\/30 {
    color: rgba(131, 24, 67, 0.3);
}
.text-pink-900\/35 {
    color: rgba(131, 24, 67, 0.35);
}
.text-pink-900\/40 {
    color: rgba(131, 24, 67, 0.4);
}
.text-pink-900\/45 {
    color: rgba(131, 24, 67, 0.45);
}
.text-pink-900\/5 {
    color: rgba(131, 24, 67, 0.05);
}
.text-pink-900\/50 {
    color: rgba(131, 24, 67, 0.5);
}
.text-pink-900\/55 {
    color: rgba(131, 24, 67, 0.55);
}
.text-pink-900\/60 {
    color: rgba(131, 24, 67, 0.6);
}
.text-pink-900\/65 {
    color: rgba(131, 24, 67, 0.65);
}
.text-pink-900\/70 {
    color: rgba(131, 24, 67, 0.7);
}
.text-pink-900\/75 {
    color: rgba(131, 24, 67, 0.75);
}
.text-pink-900\/80 {
    color: rgba(131, 24, 67, 0.8);
}
.text-pink-900\/85 {
    color: rgba(131, 24, 67, 0.85);
}
.text-pink-900\/90 {
    color: rgba(131, 24, 67, 0.9);
}
.text-pink-900\/95 {
    color: rgba(131, 24, 67, 0.95);
}
.text-police-100 {
    --tw-text-opacity: 1;
    color: rgb(153 204 204 / var(--tw-text-opacity, 1));
}
.text-police-100\/0 {
    color: rgba(153, 204, 204, 0);
}
.text-police-100\/10 {
    color: rgba(153, 204, 204, 0.1);
}
.text-police-100\/100 {
    color: #9cc;
}
.text-police-100\/15 {
    color: rgba(153, 204, 204, 0.15);
}
.text-police-100\/20 {
    color: rgba(153, 204, 204, 0.2);
}
.text-police-100\/25 {
    color: rgba(153, 204, 204, 0.25);
}
.text-police-100\/30 {
    color: rgba(153, 204, 204, 0.3);
}
.text-police-100\/35 {
    color: rgba(153, 204, 204, 0.35);
}
.text-police-100\/40 {
    color: rgba(153, 204, 204, 0.4);
}
.text-police-100\/45 {
    color: rgba(153, 204, 204, 0.45);
}
.text-police-100\/5 {
    color: rgba(153, 204, 204, 0.05);
}
.text-police-100\/50 {
    color: rgba(153, 204, 204, 0.5);
}
.text-police-100\/55 {
    color: rgba(153, 204, 204, 0.55);
}
.text-police-100\/60 {
    color: rgba(153, 204, 204, 0.6);
}
.text-police-100\/65 {
    color: rgba(153, 204, 204, 0.65);
}
.text-police-100\/70 {
    color: rgba(153, 204, 204, 0.7);
}
.text-police-100\/75 {
    color: rgba(153, 204, 204, 0.75);
}
.text-police-100\/80 {
    color: rgba(153, 204, 204, 0.8);
}
.text-police-100\/85 {
    color: rgba(153, 204, 204, 0.85);
}
.text-police-100\/90 {
    color: rgba(153, 204, 204, 0.9);
}
.text-police-100\/95 {
    color: rgba(153, 204, 204, 0.95);
}
.text-police-200 {
    --tw-text-opacity: 1;
    color: rgb(133 133 214 / var(--tw-text-opacity, 1));
}
.text-police-200\/0 {
    color: rgba(133, 133, 214, 0);
}
.text-police-200\/10 {
    color: rgba(133, 133, 214, 0.1);
}
.text-police-200\/100 {
    color: #8585d6;
}
.text-police-200\/15 {
    color: rgba(133, 133, 214, 0.15);
}
.text-police-200\/20 {
    color: rgba(133, 133, 214, 0.2);
}
.text-police-200\/25 {
    color: rgba(133, 133, 214, 0.25);
}
.text-police-200\/30 {
    color: rgba(133, 133, 214, 0.3);
}
.text-police-200\/35 {
    color: rgba(133, 133, 214, 0.35);
}
.text-police-200\/40 {
    color: rgba(133, 133, 214, 0.4);
}
.text-police-200\/45 {
    color: rgba(133, 133, 214, 0.45);
}
.text-police-200\/5 {
    color: rgba(133, 133, 214, 0.05);
}
.text-police-200\/50 {
    color: rgba(133, 133, 214, 0.5);
}
.text-police-200\/55 {
    color: rgba(133, 133, 214, 0.55);
}
.text-police-200\/60 {
    color: rgba(133, 133, 214, 0.6);
}
.text-police-200\/65 {
    color: rgba(133, 133, 214, 0.65);
}
.text-police-200\/70 {
    color: rgba(133, 133, 214, 0.7);
}
.text-police-200\/75 {
    color: rgba(133, 133, 214, 0.75);
}
.text-police-200\/80 {
    color: rgba(133, 133, 214, 0.8);
}
.text-police-200\/85 {
    color: rgba(133, 133, 214, 0.85);
}
.text-police-200\/90 {
    color: rgba(133, 133, 214, 0.9);
}
.text-police-200\/95 {
    color: rgba(133, 133, 214, 0.95);
}
.text-police-300 {
    --tw-text-opacity: 1;
    color: rgb(106 106 205 / var(--tw-text-opacity, 1));
}
.text-police-300\/0 {
    color: rgba(106, 106, 205, 0);
}
.text-police-300\/10 {
    color: rgba(106, 106, 205, 0.1);
}
.text-police-300\/100 {
    color: #6a6acd;
}
.text-police-300\/15 {
    color: rgba(106, 106, 205, 0.15);
}
.text-police-300\/20 {
    color: rgba(106, 106, 205, 0.2);
}
.text-police-300\/25 {
    color: rgba(106, 106, 205, 0.25);
}
.text-police-300\/30 {
    color: rgba(106, 106, 205, 0.3);
}
.text-police-300\/35 {
    color: rgba(106, 106, 205, 0.35);
}
.text-police-300\/40 {
    color: rgba(106, 106, 205, 0.4);
}
.text-police-300\/45 {
    color: rgba(106, 106, 205, 0.45);
}
.text-police-300\/5 {
    color: rgba(106, 106, 205, 0.05);
}
.text-police-300\/50 {
    color: rgba(106, 106, 205, 0.5);
}
.text-police-300\/55 {
    color: rgba(106, 106, 205, 0.55);
}
.text-police-300\/60 {
    color: rgba(106, 106, 205, 0.6);
}
.text-police-300\/65 {
    color: rgba(106, 106, 205, 0.65);
}
.text-police-300\/70 {
    color: rgba(106, 106, 205, 0.7);
}
.text-police-300\/75 {
    color: rgba(106, 106, 205, 0.75);
}
.text-police-300\/80 {
    color: rgba(106, 106, 205, 0.8);
}
.text-police-300\/85 {
    color: rgba(106, 106, 205, 0.85);
}
.text-police-300\/90 {
    color: rgba(106, 106, 205, 0.9);
}
.text-police-300\/95 {
    color: rgba(106, 106, 205, 0.95);
}
.text-police-400 {
    --tw-text-opacity: 1;
    color: rgb(79 79 196 / var(--tw-text-opacity, 1));
}
.text-police-400\/0 {
    color: rgba(79, 79, 196, 0);
}
.text-police-400\/10 {
    color: rgba(79, 79, 196, 0.1);
}
.text-police-400\/100 {
    color: #4f4fc4;
}
.text-police-400\/15 {
    color: rgba(79, 79, 196, 0.15);
}
.text-police-400\/20 {
    color: rgba(79, 79, 196, 0.2);
}
.text-police-400\/25 {
    color: rgba(79, 79, 196, 0.25);
}
.text-police-400\/30 {
    color: rgba(79, 79, 196, 0.3);
}
.text-police-400\/35 {
    color: rgba(79, 79, 196, 0.35);
}
.text-police-400\/40 {
    color: rgba(79, 79, 196, 0.4);
}
.text-police-400\/45 {
    color: rgba(79, 79, 196, 0.45);
}
.text-police-400\/5 {
    color: rgba(79, 79, 196, 0.05);
}
.text-police-400\/50 {
    color: rgba(79, 79, 196, 0.5);
}
.text-police-400\/55 {
    color: rgba(79, 79, 196, 0.55);
}
.text-police-400\/60 {
    color: rgba(79, 79, 196, 0.6);
}
.text-police-400\/65 {
    color: rgba(79, 79, 196, 0.65);
}
.text-police-400\/70 {
    color: rgba(79, 79, 196, 0.7);
}
.text-police-400\/75 {
    color: rgba(79, 79, 196, 0.75);
}
.text-police-400\/80 {
    color: rgba(79, 79, 196, 0.8);
}
.text-police-400\/85 {
    color: rgba(79, 79, 196, 0.85);
}
.text-police-400\/90 {
    color: rgba(79, 79, 196, 0.9);
}
.text-police-400\/95 {
    color: rgba(79, 79, 196, 0.95);
}
.text-police-50 {
    --tw-text-opacity: 1;
    color: rgb(194 194 235 / var(--tw-text-opacity, 1));
}
.text-police-50\/0 {
    color: rgba(194, 194, 235, 0);
}
.text-police-50\/10 {
    color: rgba(194, 194, 235, 0.1);
}
.text-police-50\/100 {
    color: #c2c2eb;
}
.text-police-50\/15 {
    color: rgba(194, 194, 235, 0.15);
}
.text-police-50\/20 {
    color: rgba(194, 194, 235, 0.2);
}
.text-police-50\/25 {
    color: rgba(194, 194, 235, 0.25);
}
.text-police-50\/30 {
    color: rgba(194, 194, 235, 0.3);
}
.text-police-50\/35 {
    color: rgba(194, 194, 235, 0.35);
}
.text-police-50\/40 {
    color: rgba(194, 194, 235, 0.4);
}
.text-police-50\/45 {
    color: rgba(194, 194, 235, 0.45);
}
.text-police-50\/5 {
    color: rgba(194, 194, 235, 0.05);
}
.text-police-50\/50 {
    color: rgba(194, 194, 235, 0.5);
}
.text-police-50\/55 {
    color: rgba(194, 194, 235, 0.55);
}
.text-police-50\/60 {
    color: rgba(194, 194, 235, 0.6);
}
.text-police-50\/65 {
    color: rgba(194, 194, 235, 0.65);
}
.text-police-50\/70 {
    color: rgba(194, 194, 235, 0.7);
}
.text-police-50\/75 {
    color: rgba(194, 194, 235, 0.75);
}
.text-police-50\/80 {
    color: rgba(194, 194, 235, 0.8);
}
.text-police-50\/85 {
    color: rgba(194, 194, 235, 0.85);
}
.text-police-50\/90 {
    color: rgba(194, 194, 235, 0.9);
}
.text-police-50\/95 {
    color: rgba(194, 194, 235, 0.95);
}
.text-police-500 {
    --tw-text-opacity: 1;
    color: rgb(60 60 180 / var(--tw-text-opacity, 1));
}
.text-police-500\/0 {
    color: rgba(60, 60, 180, 0);
}
.text-police-500\/10 {
    color: rgba(60, 60, 180, 0.1);
}
.text-police-500\/100 {
    color: #3c3cb4;
}
.text-police-500\/15 {
    color: rgba(60, 60, 180, 0.15);
}
.text-police-500\/20 {
    color: rgba(60, 60, 180, 0.2);
}
.text-police-500\/25 {
    color: rgba(60, 60, 180, 0.25);
}
.text-police-500\/30 {
    color: rgba(60, 60, 180, 0.3);
}
.text-police-500\/35 {
    color: rgba(60, 60, 180, 0.35);
}
.text-police-500\/40 {
    color: rgba(60, 60, 180, 0.4);
}
.text-police-500\/45 {
    color: rgba(60, 60, 180, 0.45);
}
.text-police-500\/5 {
    color: rgba(60, 60, 180, 0.05);
}
.text-police-500\/50 {
    color: rgba(60, 60, 180, 0.5);
}
.text-police-500\/55 {
    color: rgba(60, 60, 180, 0.55);
}
.text-police-500\/60 {
    color: rgba(60, 60, 180, 0.6);
}
.text-police-500\/65 {
    color: rgba(60, 60, 180, 0.65);
}
.text-police-500\/70 {
    color: rgba(60, 60, 180, 0.7);
}
.text-police-500\/75 {
    color: rgba(60, 60, 180, 0.75);
}
.text-police-500\/80 {
    color: rgba(60, 60, 180, 0.8);
}
.text-police-500\/85 {
    color: rgba(60, 60, 180, 0.85);
}
.text-police-500\/90 {
    color: rgba(60, 60, 180, 0.9);
}
.text-police-500\/95 {
    color: rgba(60, 60, 180, 0.95);
}
.text-police-600 {
    --tw-text-opacity: 1;
    color: rgb(51 51 153 / var(--tw-text-opacity, 1));
}
.text-police-600\/0 {
    color: rgba(51, 51, 153, 0);
}
.text-police-600\/10 {
    color: rgba(51, 51, 153, 0.1);
}
.text-police-600\/100 {
    color: #339;
}
.text-police-600\/15 {
    color: rgba(51, 51, 153, 0.15);
}
.text-police-600\/20 {
    color: rgba(51, 51, 153, 0.2);
}
.text-police-600\/25 {
    color: rgba(51, 51, 153, 0.25);
}
.text-police-600\/30 {
    color: rgba(51, 51, 153, 0.3);
}
.text-police-600\/35 {
    color: rgba(51, 51, 153, 0.35);
}
.text-police-600\/40 {
    color: rgba(51, 51, 153, 0.4);
}
.text-police-600\/45 {
    color: rgba(51, 51, 153, 0.45);
}
.text-police-600\/5 {
    color: rgba(51, 51, 153, 0.05);
}
.text-police-600\/50 {
    color: rgba(51, 51, 153, 0.5);
}
.text-police-600\/55 {
    color: rgba(51, 51, 153, 0.55);
}
.text-police-600\/60 {
    color: rgba(51, 51, 153, 0.6);
}
.text-police-600\/65 {
    color: rgba(51, 51, 153, 0.65);
}
.text-police-600\/70 {
    color: rgba(51, 51, 153, 0.7);
}
.text-police-600\/75 {
    color: rgba(51, 51, 153, 0.75);
}
.text-police-600\/80 {
    color: rgba(51, 51, 153, 0.8);
}
.text-police-600\/85 {
    color: rgba(51, 51, 153, 0.85);
}
.text-police-600\/90 {
    color: rgba(51, 51, 153, 0.9);
}
.text-police-600\/95 {
    color: rgba(51, 51, 153, 0.95);
}
.text-police-700 {
    --tw-text-opacity: 1;
    color: rgb(37 37 111 / var(--tw-text-opacity, 1));
}
.text-police-700\/0 {
    color: rgba(37, 37, 111, 0);
}
.text-police-700\/10 {
    color: rgba(37, 37, 111, 0.1);
}
.text-police-700\/100 {
    color: #25256f;
}
.text-police-700\/15 {
    color: rgba(37, 37, 111, 0.15);
}
.text-police-700\/20 {
    color: rgba(37, 37, 111, 0.2);
}
.text-police-700\/25 {
    color: rgba(37, 37, 111, 0.25);
}
.text-police-700\/30 {
    color: rgba(37, 37, 111, 0.3);
}
.text-police-700\/35 {
    color: rgba(37, 37, 111, 0.35);
}
.text-police-700\/40 {
    color: rgba(37, 37, 111, 0.4);
}
.text-police-700\/45 {
    color: rgba(37, 37, 111, 0.45);
}
.text-police-700\/5 {
    color: rgba(37, 37, 111, 0.05);
}
.text-police-700\/50 {
    color: rgba(37, 37, 111, 0.5);
}
.text-police-700\/55 {
    color: rgba(37, 37, 111, 0.55);
}
.text-police-700\/60 {
    color: rgba(37, 37, 111, 0.6);
}
.text-police-700\/65 {
    color: rgba(37, 37, 111, 0.65);
}
.text-police-700\/70 {
    color: rgba(37, 37, 111, 0.7);
}
.text-police-700\/75 {
    color: rgba(37, 37, 111, 0.75);
}
.text-police-700\/80 {
    color: rgba(37, 37, 111, 0.8);
}
.text-police-700\/85 {
    color: rgba(37, 37, 111, 0.85);
}
.text-police-700\/90 {
    color: rgba(37, 37, 111, 0.9);
}
.text-police-700\/95 {
    color: rgba(37, 37, 111, 0.95);
}
.text-police-800 {
    --tw-text-opacity: 1;
    color: rgb(23 23 69 / var(--tw-text-opacity, 1));
}
.text-police-800\/0 {
    color: rgba(23, 23, 69, 0);
}
.text-police-800\/10 {
    color: rgba(23, 23, 69, 0.1);
}
.text-police-800\/100 {
    color: #171745;
}
.text-police-800\/15 {
    color: rgba(23, 23, 69, 0.15);
}
.text-police-800\/20 {
    color: rgba(23, 23, 69, 0.2);
}
.text-police-800\/25 {
    color: rgba(23, 23, 69, 0.25);
}
.text-police-800\/30 {
    color: rgba(23, 23, 69, 0.3);
}
.text-police-800\/35 {
    color: rgba(23, 23, 69, 0.35);
}
.text-police-800\/40 {
    color: rgba(23, 23, 69, 0.4);
}
.text-police-800\/45 {
    color: rgba(23, 23, 69, 0.45);
}
.text-police-800\/5 {
    color: rgba(23, 23, 69, 0.05);
}
.text-police-800\/50 {
    color: rgba(23, 23, 69, 0.5);
}
.text-police-800\/55 {
    color: rgba(23, 23, 69, 0.55);
}
.text-police-800\/60 {
    color: rgba(23, 23, 69, 0.6);
}
.text-police-800\/65 {
    color: rgba(23, 23, 69, 0.65);
}
.text-police-800\/70 {
    color: rgba(23, 23, 69, 0.7);
}
.text-police-800\/75 {
    color: rgba(23, 23, 69, 0.75);
}
.text-police-800\/80 {
    color: rgba(23, 23, 69, 0.8);
}
.text-police-800\/85 {
    color: rgba(23, 23, 69, 0.85);
}
.text-police-800\/90 {
    color: rgba(23, 23, 69, 0.9);
}
.text-police-800\/95 {
    color: rgba(23, 23, 69, 0.95);
}
.text-police-900 {
    --tw-text-opacity: 1;
    color: rgb(9 9 27 / var(--tw-text-opacity, 1));
}
.text-police-900\/0 {
    color: rgba(9, 9, 27, 0);
}
.text-police-900\/10 {
    color: rgba(9, 9, 27, 0.1);
}
.text-police-900\/100 {
    color: #09091b;
}
.text-police-900\/15 {
    color: rgba(9, 9, 27, 0.15);
}
.text-police-900\/20 {
    color: rgba(9, 9, 27, 0.2);
}
.text-police-900\/25 {
    color: rgba(9, 9, 27, 0.25);
}
.text-police-900\/30 {
    color: rgba(9, 9, 27, 0.3);
}
.text-police-900\/35 {
    color: rgba(9, 9, 27, 0.35);
}
.text-police-900\/40 {
    color: rgba(9, 9, 27, 0.4);
}
.text-police-900\/45 {
    color: rgba(9, 9, 27, 0.45);
}
.text-police-900\/5 {
    color: rgba(9, 9, 27, 0.05);
}
.text-police-900\/50 {
    color: rgba(9, 9, 27, 0.5);
}
.text-police-900\/55 {
    color: rgba(9, 9, 27, 0.55);
}
.text-police-900\/60 {
    color: rgba(9, 9, 27, 0.6);
}
.text-police-900\/65 {
    color: rgba(9, 9, 27, 0.65);
}
.text-police-900\/70 {
    color: rgba(9, 9, 27, 0.7);
}
.text-police-900\/75 {
    color: rgba(9, 9, 27, 0.75);
}
.text-police-900\/80 {
    color: rgba(9, 9, 27, 0.8);
}
.text-police-900\/85 {
    color: rgba(9, 9, 27, 0.85);
}
.text-police-900\/90 {
    color: rgba(9, 9, 27, 0.9);
}
.text-police-900\/95 {
    color: rgba(9, 9, 27, 0.95);
}
.text-positive-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-positive-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-positive-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(51 89 165 / var(--tw-text-opacity, 1));
}
.text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(52 112 252 / var(--tw-text-opacity, 1));
}
.text-primary-500,
.text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(51 89 165 / var(--tw-text-opacity, 1));
}
.text-primary-800 {
    --tw-text-opacity: 1;
    color: rgb(1 29 95 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.text-purple-100\/0 {
    color: rgba(237, 233, 254, 0);
}
.text-purple-100\/10 {
    color: rgba(237, 233, 254, 0.1);
}
.text-purple-100\/100 {
    color: #ede9fe;
}
.text-purple-100\/15 {
    color: rgba(237, 233, 254, 0.15);
}
.text-purple-100\/20 {
    color: rgba(237, 233, 254, 0.2);
}
.text-purple-100\/25 {
    color: rgba(237, 233, 254, 0.25);
}
.text-purple-100\/30 {
    color: rgba(237, 233, 254, 0.3);
}
.text-purple-100\/35 {
    color: rgba(237, 233, 254, 0.35);
}
.text-purple-100\/40 {
    color: rgba(237, 233, 254, 0.4);
}
.text-purple-100\/45 {
    color: rgba(237, 233, 254, 0.45);
}
.text-purple-100\/5 {
    color: rgba(237, 233, 254, 0.05);
}
.text-purple-100\/50 {
    color: rgba(237, 233, 254, 0.5);
}
.text-purple-100\/55 {
    color: rgba(237, 233, 254, 0.55);
}
.text-purple-100\/60 {
    color: rgba(237, 233, 254, 0.6);
}
.text-purple-100\/65 {
    color: rgba(237, 233, 254, 0.65);
}
.text-purple-100\/70 {
    color: rgba(237, 233, 254, 0.7);
}
.text-purple-100\/75 {
    color: rgba(237, 233, 254, 0.75);
}
.text-purple-100\/80 {
    color: rgba(237, 233, 254, 0.8);
}
.text-purple-100\/85 {
    color: rgba(237, 233, 254, 0.85);
}
.text-purple-100\/90 {
    color: rgba(237, 233, 254, 0.9);
}
.text-purple-100\/95 {
    color: rgba(237, 233, 254, 0.95);
}
.text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-purple-200\/0 {
    color: rgba(221, 214, 254, 0);
}
.text-purple-200\/10 {
    color: rgba(221, 214, 254, 0.1);
}
.text-purple-200\/100 {
    color: #ddd6fe;
}
.text-purple-200\/15 {
    color: rgba(221, 214, 254, 0.15);
}
.text-purple-200\/20 {
    color: rgba(221, 214, 254, 0.2);
}
.text-purple-200\/25 {
    color: rgba(221, 214, 254, 0.25);
}
.text-purple-200\/30 {
    color: rgba(221, 214, 254, 0.3);
}
.text-purple-200\/35 {
    color: rgba(221, 214, 254, 0.35);
}
.text-purple-200\/40 {
    color: rgba(221, 214, 254, 0.4);
}
.text-purple-200\/45 {
    color: rgba(221, 214, 254, 0.45);
}
.text-purple-200\/5 {
    color: rgba(221, 214, 254, 0.05);
}
.text-purple-200\/50 {
    color: rgba(221, 214, 254, 0.5);
}
.text-purple-200\/55 {
    color: rgba(221, 214, 254, 0.55);
}
.text-purple-200\/60 {
    color: rgba(221, 214, 254, 0.6);
}
.text-purple-200\/65 {
    color: rgba(221, 214, 254, 0.65);
}
.text-purple-200\/70 {
    color: rgba(221, 214, 254, 0.7);
}
.text-purple-200\/75 {
    color: rgba(221, 214, 254, 0.75);
}
.text-purple-200\/80 {
    color: rgba(221, 214, 254, 0.8);
}
.text-purple-200\/85 {
    color: rgba(221, 214, 254, 0.85);
}
.text-purple-200\/90 {
    color: rgba(221, 214, 254, 0.9);
}
.text-purple-200\/95 {
    color: rgba(221, 214, 254, 0.95);
}
.text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-purple-300\/0 {
    color: rgba(196, 181, 253, 0);
}
.text-purple-300\/10 {
    color: rgba(196, 181, 253, 0.1);
}
.text-purple-300\/100 {
    color: #c4b5fd;
}
.text-purple-300\/15 {
    color: rgba(196, 181, 253, 0.15);
}
.text-purple-300\/20 {
    color: rgba(196, 181, 253, 0.2);
}
.text-purple-300\/25 {
    color: rgba(196, 181, 253, 0.25);
}
.text-purple-300\/30 {
    color: rgba(196, 181, 253, 0.3);
}
.text-purple-300\/35 {
    color: rgba(196, 181, 253, 0.35);
}
.text-purple-300\/40 {
    color: rgba(196, 181, 253, 0.4);
}
.text-purple-300\/45 {
    color: rgba(196, 181, 253, 0.45);
}
.text-purple-300\/5 {
    color: rgba(196, 181, 253, 0.05);
}
.text-purple-300\/50 {
    color: rgba(196, 181, 253, 0.5);
}
.text-purple-300\/55 {
    color: rgba(196, 181, 253, 0.55);
}
.text-purple-300\/60 {
    color: rgba(196, 181, 253, 0.6);
}
.text-purple-300\/65 {
    color: rgba(196, 181, 253, 0.65);
}
.text-purple-300\/70 {
    color: rgba(196, 181, 253, 0.7);
}
.text-purple-300\/75 {
    color: rgba(196, 181, 253, 0.75);
}
.text-purple-300\/80 {
    color: rgba(196, 181, 253, 0.8);
}
.text-purple-300\/85 {
    color: rgba(196, 181, 253, 0.85);
}
.text-purple-300\/90 {
    color: rgba(196, 181, 253, 0.9);
}
.text-purple-300\/95 {
    color: rgba(196, 181, 253, 0.95);
}
.text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-purple-400\/0 {
    color: rgba(167, 139, 250, 0);
}
.text-purple-400\/10 {
    color: rgba(167, 139, 250, 0.1);
}
.text-purple-400\/100 {
    color: #a78bfa;
}
.text-purple-400\/15 {
    color: rgba(167, 139, 250, 0.15);
}
.text-purple-400\/20 {
    color: rgba(167, 139, 250, 0.2);
}
.text-purple-400\/25 {
    color: rgba(167, 139, 250, 0.25);
}
.text-purple-400\/30 {
    color: rgba(167, 139, 250, 0.3);
}
.text-purple-400\/35 {
    color: rgba(167, 139, 250, 0.35);
}
.text-purple-400\/40 {
    color: rgba(167, 139, 250, 0.4);
}
.text-purple-400\/45 {
    color: rgba(167, 139, 250, 0.45);
}
.text-purple-400\/5 {
    color: rgba(167, 139, 250, 0.05);
}
.text-purple-400\/50 {
    color: rgba(167, 139, 250, 0.5);
}
.text-purple-400\/55 {
    color: rgba(167, 139, 250, 0.55);
}
.text-purple-400\/60 {
    color: rgba(167, 139, 250, 0.6);
}
.text-purple-400\/65 {
    color: rgba(167, 139, 250, 0.65);
}
.text-purple-400\/70 {
    color: rgba(167, 139, 250, 0.7);
}
.text-purple-400\/75 {
    color: rgba(167, 139, 250, 0.75);
}
.text-purple-400\/80 {
    color: rgba(167, 139, 250, 0.8);
}
.text-purple-400\/85 {
    color: rgba(167, 139, 250, 0.85);
}
.text-purple-400\/90 {
    color: rgba(167, 139, 250, 0.9);
}
.text-purple-400\/95 {
    color: rgba(167, 139, 250, 0.95);
}
.text-purple-50 {
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.text-purple-50\/0 {
    color: rgba(245, 243, 255, 0);
}
.text-purple-50\/10 {
    color: rgba(245, 243, 255, 0.1);
}
.text-purple-50\/100 {
    color: #f5f3ff;
}
.text-purple-50\/15 {
    color: rgba(245, 243, 255, 0.15);
}
.text-purple-50\/20 {
    color: rgba(245, 243, 255, 0.2);
}
.text-purple-50\/25 {
    color: rgba(245, 243, 255, 0.25);
}
.text-purple-50\/30 {
    color: rgba(245, 243, 255, 0.3);
}
.text-purple-50\/35 {
    color: rgba(245, 243, 255, 0.35);
}
.text-purple-50\/40 {
    color: rgba(245, 243, 255, 0.4);
}
.text-purple-50\/45 {
    color: rgba(245, 243, 255, 0.45);
}
.text-purple-50\/5 {
    color: rgba(245, 243, 255, 0.05);
}
.text-purple-50\/50 {
    color: rgba(245, 243, 255, 0.5);
}
.text-purple-50\/55 {
    color: rgba(245, 243, 255, 0.55);
}
.text-purple-50\/60 {
    color: rgba(245, 243, 255, 0.6);
}
.text-purple-50\/65 {
    color: rgba(245, 243, 255, 0.65);
}
.text-purple-50\/70 {
    color: rgba(245, 243, 255, 0.7);
}
.text-purple-50\/75 {
    color: rgba(245, 243, 255, 0.75);
}
.text-purple-50\/80 {
    color: rgba(245, 243, 255, 0.8);
}
.text-purple-50\/85 {
    color: rgba(245, 243, 255, 0.85);
}
.text-purple-50\/90 {
    color: rgba(245, 243, 255, 0.9);
}
.text-purple-50\/95 {
    color: rgba(245, 243, 255, 0.95);
}
.text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-purple-500\/0 {
    color: rgba(139, 92, 246, 0);
}
.text-purple-500\/10 {
    color: rgba(139, 92, 246, 0.1);
}
.text-purple-500\/100 {
    color: #8b5cf6;
}
.text-purple-500\/15 {
    color: rgba(139, 92, 246, 0.15);
}
.text-purple-500\/20 {
    color: rgba(139, 92, 246, 0.2);
}
.text-purple-500\/25 {
    color: rgba(139, 92, 246, 0.25);
}
.text-purple-500\/30 {
    color: rgba(139, 92, 246, 0.3);
}
.text-purple-500\/35 {
    color: rgba(139, 92, 246, 0.35);
}
.text-purple-500\/40 {
    color: rgba(139, 92, 246, 0.4);
}
.text-purple-500\/45 {
    color: rgba(139, 92, 246, 0.45);
}
.text-purple-500\/5 {
    color: rgba(139, 92, 246, 0.05);
}
.text-purple-500\/50 {
    color: rgba(139, 92, 246, 0.5);
}
.text-purple-500\/55 {
    color: rgba(139, 92, 246, 0.55);
}
.text-purple-500\/60 {
    color: rgba(139, 92, 246, 0.6);
}
.text-purple-500\/65 {
    color: rgba(139, 92, 246, 0.65);
}
.text-purple-500\/70 {
    color: rgba(139, 92, 246, 0.7);
}
.text-purple-500\/75 {
    color: rgba(139, 92, 246, 0.75);
}
.text-purple-500\/80 {
    color: rgba(139, 92, 246, 0.8);
}
.text-purple-500\/85 {
    color: rgba(139, 92, 246, 0.85);
}
.text-purple-500\/90 {
    color: rgba(139, 92, 246, 0.9);
}
.text-purple-500\/95 {
    color: rgba(139, 92, 246, 0.95);
}
.text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-purple-600\/0 {
    color: rgba(124, 58, 237, 0);
}
.text-purple-600\/10 {
    color: rgba(124, 58, 237, 0.1);
}
.text-purple-600\/100 {
    color: #7c3aed;
}
.text-purple-600\/15 {
    color: rgba(124, 58, 237, 0.15);
}
.text-purple-600\/20 {
    color: rgba(124, 58, 237, 0.2);
}
.text-purple-600\/25 {
    color: rgba(124, 58, 237, 0.25);
}
.text-purple-600\/30 {
    color: rgba(124, 58, 237, 0.3);
}
.text-purple-600\/35 {
    color: rgba(124, 58, 237, 0.35);
}
.text-purple-600\/40 {
    color: rgba(124, 58, 237, 0.4);
}
.text-purple-600\/45 {
    color: rgba(124, 58, 237, 0.45);
}
.text-purple-600\/5 {
    color: rgba(124, 58, 237, 0.05);
}
.text-purple-600\/50 {
    color: rgba(124, 58, 237, 0.5);
}
.text-purple-600\/55 {
    color: rgba(124, 58, 237, 0.55);
}
.text-purple-600\/60 {
    color: rgba(124, 58, 237, 0.6);
}
.text-purple-600\/65 {
    color: rgba(124, 58, 237, 0.65);
}
.text-purple-600\/70 {
    color: rgba(124, 58, 237, 0.7);
}
.text-purple-600\/75 {
    color: rgba(124, 58, 237, 0.75);
}
.text-purple-600\/80 {
    color: rgba(124, 58, 237, 0.8);
}
.text-purple-600\/85 {
    color: rgba(124, 58, 237, 0.85);
}
.text-purple-600\/90 {
    color: rgba(124, 58, 237, 0.9);
}
.text-purple-600\/95 {
    color: rgba(124, 58, 237, 0.95);
}
.text-purple-700 {
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-purple-700\/0 {
    color: rgba(109, 40, 217, 0);
}
.text-purple-700\/10 {
    color: rgba(109, 40, 217, 0.1);
}
.text-purple-700\/100 {
    color: #6d28d9;
}
.text-purple-700\/15 {
    color: rgba(109, 40, 217, 0.15);
}
.text-purple-700\/20 {
    color: rgba(109, 40, 217, 0.2);
}
.text-purple-700\/25 {
    color: rgba(109, 40, 217, 0.25);
}
.text-purple-700\/30 {
    color: rgba(109, 40, 217, 0.3);
}
.text-purple-700\/35 {
    color: rgba(109, 40, 217, 0.35);
}
.text-purple-700\/40 {
    color: rgba(109, 40, 217, 0.4);
}
.text-purple-700\/45 {
    color: rgba(109, 40, 217, 0.45);
}
.text-purple-700\/5 {
    color: rgba(109, 40, 217, 0.05);
}
.text-purple-700\/50 {
    color: rgba(109, 40, 217, 0.5);
}
.text-purple-700\/55 {
    color: rgba(109, 40, 217, 0.55);
}
.text-purple-700\/60 {
    color: rgba(109, 40, 217, 0.6);
}
.text-purple-700\/65 {
    color: rgba(109, 40, 217, 0.65);
}
.text-purple-700\/70 {
    color: rgba(109, 40, 217, 0.7);
}
.text-purple-700\/75 {
    color: rgba(109, 40, 217, 0.75);
}
.text-purple-700\/80 {
    color: rgba(109, 40, 217, 0.8);
}
.text-purple-700\/85 {
    color: rgba(109, 40, 217, 0.85);
}
.text-purple-700\/90 {
    color: rgba(109, 40, 217, 0.9);
}
.text-purple-700\/95 {
    color: rgba(109, 40, 217, 0.95);
}
.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.text-purple-800\/0 {
    color: rgba(91, 33, 182, 0);
}
.text-purple-800\/10 {
    color: rgba(91, 33, 182, 0.1);
}
.text-purple-800\/100 {
    color: #5b21b6;
}
.text-purple-800\/15 {
    color: rgba(91, 33, 182, 0.15);
}
.text-purple-800\/20 {
    color: rgba(91, 33, 182, 0.2);
}
.text-purple-800\/25 {
    color: rgba(91, 33, 182, 0.25);
}
.text-purple-800\/30 {
    color: rgba(91, 33, 182, 0.3);
}
.text-purple-800\/35 {
    color: rgba(91, 33, 182, 0.35);
}
.text-purple-800\/40 {
    color: rgba(91, 33, 182, 0.4);
}
.text-purple-800\/45 {
    color: rgba(91, 33, 182, 0.45);
}
.text-purple-800\/5 {
    color: rgba(91, 33, 182, 0.05);
}
.text-purple-800\/50 {
    color: rgba(91, 33, 182, 0.5);
}
.text-purple-800\/55 {
    color: rgba(91, 33, 182, 0.55);
}
.text-purple-800\/60 {
    color: rgba(91, 33, 182, 0.6);
}
.text-purple-800\/65 {
    color: rgba(91, 33, 182, 0.65);
}
.text-purple-800\/70 {
    color: rgba(91, 33, 182, 0.7);
}
.text-purple-800\/75 {
    color: rgba(91, 33, 182, 0.75);
}
.text-purple-800\/80 {
    color: rgba(91, 33, 182, 0.8);
}
.text-purple-800\/85 {
    color: rgba(91, 33, 182, 0.85);
}
.text-purple-800\/90 {
    color: rgba(91, 33, 182, 0.9);
}
.text-purple-800\/95 {
    color: rgba(91, 33, 182, 0.95);
}
.text-purple-900 {
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.text-purple-900\/0 {
    color: rgba(76, 29, 149, 0);
}
.text-purple-900\/10 {
    color: rgba(76, 29, 149, 0.1);
}
.text-purple-900\/100 {
    color: #4c1d95;
}
.text-purple-900\/15 {
    color: rgba(76, 29, 149, 0.15);
}
.text-purple-900\/20 {
    color: rgba(76, 29, 149, 0.2);
}
.text-purple-900\/25 {
    color: rgba(76, 29, 149, 0.25);
}
.text-purple-900\/30 {
    color: rgba(76, 29, 149, 0.3);
}
.text-purple-900\/35 {
    color: rgba(76, 29, 149, 0.35);
}
.text-purple-900\/40 {
    color: rgba(76, 29, 149, 0.4);
}
.text-purple-900\/45 {
    color: rgba(76, 29, 149, 0.45);
}
.text-purple-900\/5 {
    color: rgba(76, 29, 149, 0.05);
}
.text-purple-900\/50 {
    color: rgba(76, 29, 149, 0.5);
}
.text-purple-900\/55 {
    color: rgba(76, 29, 149, 0.55);
}
.text-purple-900\/60 {
    color: rgba(76, 29, 149, 0.6);
}
.text-purple-900\/65 {
    color: rgba(76, 29, 149, 0.65);
}
.text-purple-900\/70 {
    color: rgba(76, 29, 149, 0.7);
}
.text-purple-900\/75 {
    color: rgba(76, 29, 149, 0.75);
}
.text-purple-900\/80 {
    color: rgba(76, 29, 149, 0.8);
}
.text-purple-900\/85 {
    color: rgba(76, 29, 149, 0.85);
}
.text-purple-900\/90 {
    color: rgba(76, 29, 149, 0.9);
}
.text-purple-900\/95 {
    color: rgba(76, 29, 149, 0.95);
}
.text-rdv-blue {
    --tw-text-opacity: 1;
    color: rgb(51 89 165 / var(--tw-text-opacity, 1));
}
.text-rdv-blueribbon {
    --tw-text-opacity: 1;
    color: rgb(38 77 145 / var(--tw-text-opacity, 1));
}
.text-rdv-botticelli {
    --tw-text-opacity: 1;
    color: rgb(212 222 239 / var(--tw-text-opacity, 1));
}
.text-rdv-dodgerblue {
    --tw-text-opacity: 1;
    color: rgb(95 143 209 / var(--tw-text-opacity, 1));
}
.text-rdv-highlight {
    --tw-text-opacity: 1;
    color: rgb(246 219 120 / var(--tw-text-opacity, 1));
}
.text-rdv-orange {
    --tw-text-opacity: 1;
    color: rgb(242 140 56 / var(--tw-text-opacity, 1));
}
.text-rdv-pickledbluewood {
    --tw-text-opacity: 1;
    color: rgb(43 57 72 / var(--tw-text-opacity, 1));
}
.text-rdv-puertorico {
    --tw-text-opacity: 1;
    color: rgb(87 184 147 / var(--tw-text-opacity, 1));
}
.text-rdv-red {
    --tw-text-opacity: 1;
    color: rgb(178 42 54 / var(--tw-text-opacity, 1));
}
.text-rdv-regentgray {
    --tw-text-opacity: 1;
    color: rgb(136 148 165 / var(--tw-text-opacity, 1));
}
.text-rdv-whisper {
    --tw-text-opacity: 1;
    color: rgb(251 251 253 / var(--tw-text-opacity, 1));
}
.text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/0 {
    color: hsla(0, 93%, 94%, 0);
}
.text-red-100\/10 {
    color: hsla(0, 93%, 94%, 0.1);
}
.text-red-100\/100 {
    color: #fee2e2;
}
.text-red-100\/15 {
    color: hsla(0, 93%, 94%, 0.15);
}
.text-red-100\/20 {
    color: hsla(0, 93%, 94%, 0.2);
}
.text-red-100\/25 {
    color: hsla(0, 93%, 94%, 0.25);
}
.text-red-100\/30 {
    color: hsla(0, 93%, 94%, 0.3);
}
.text-red-100\/35 {
    color: hsla(0, 93%, 94%, 0.35);
}
.text-red-100\/40 {
    color: hsla(0, 93%, 94%, 0.4);
}
.text-red-100\/45 {
    color: hsla(0, 93%, 94%, 0.45);
}
.text-red-100\/5 {
    color: hsla(0, 93%, 94%, 0.05);
}
.text-red-100\/50 {
    color: hsla(0, 93%, 94%, 0.5);
}
.text-red-100\/55 {
    color: hsla(0, 93%, 94%, 0.55);
}
.text-red-100\/60 {
    color: hsla(0, 93%, 94%, 0.6);
}
.text-red-100\/65 {
    color: hsla(0, 93%, 94%, 0.65);
}
.text-red-100\/70 {
    color: hsla(0, 93%, 94%, 0.7);
}
.text-red-100\/75 {
    color: hsla(0, 93%, 94%, 0.75);
}
.text-red-100\/80 {
    color: hsla(0, 93%, 94%, 0.8);
}
.text-red-100\/85 {
    color: hsla(0, 93%, 94%, 0.85);
}
.text-red-100\/90 {
    color: hsla(0, 93%, 94%, 0.9);
}
.text-red-100\/95 {
    color: hsla(0, 93%, 94%, 0.95);
}
.text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
    color: hsla(0, 96%, 89%, 0);
}
.text-red-200\/10 {
    color: hsla(0, 96%, 89%, 0.1);
}
.text-red-200\/100 {
    color: #fecaca;
}
.text-red-200\/15 {
    color: hsla(0, 96%, 89%, 0.15);
}
.text-red-200\/20 {
    color: hsla(0, 96%, 89%, 0.2);
}
.text-red-200\/25 {
    color: hsla(0, 96%, 89%, 0.25);
}
.text-red-200\/30 {
    color: hsla(0, 96%, 89%, 0.3);
}
.text-red-200\/35 {
    color: hsla(0, 96%, 89%, 0.35);
}
.text-red-200\/40 {
    color: hsla(0, 96%, 89%, 0.4);
}
.text-red-200\/45 {
    color: hsla(0, 96%, 89%, 0.45);
}
.text-red-200\/5 {
    color: hsla(0, 96%, 89%, 0.05);
}
.text-red-200\/50 {
    color: hsla(0, 96%, 89%, 0.5);
}
.text-red-200\/55 {
    color: hsla(0, 96%, 89%, 0.55);
}
.text-red-200\/60 {
    color: hsla(0, 96%, 89%, 0.6);
}
.text-red-200\/65 {
    color: hsla(0, 96%, 89%, 0.65);
}
.text-red-200\/70 {
    color: hsla(0, 96%, 89%, 0.7);
}
.text-red-200\/75 {
    color: hsla(0, 96%, 89%, 0.75);
}
.text-red-200\/80 {
    color: hsla(0, 96%, 89%, 0.8);
}
.text-red-200\/85 {
    color: hsla(0, 96%, 89%, 0.85);
}
.text-red-200\/90 {
    color: hsla(0, 96%, 89%, 0.9);
}
.text-red-200\/95 {
    color: hsla(0, 96%, 89%, 0.95);
}
.text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/0 {
    color: hsla(0, 94%, 82%, 0);
}
.text-red-300\/10 {
    color: hsla(0, 94%, 82%, 0.1);
}
.text-red-300\/100 {
    color: #fca5a5;
}
.text-red-300\/15 {
    color: hsla(0, 94%, 82%, 0.15);
}
.text-red-300\/20 {
    color: hsla(0, 94%, 82%, 0.2);
}
.text-red-300\/25 {
    color: hsla(0, 94%, 82%, 0.25);
}
.text-red-300\/30 {
    color: hsla(0, 94%, 82%, 0.3);
}
.text-red-300\/35 {
    color: hsla(0, 94%, 82%, 0.35);
}
.text-red-300\/40 {
    color: hsla(0, 94%, 82%, 0.4);
}
.text-red-300\/45 {
    color: hsla(0, 94%, 82%, 0.45);
}
.text-red-300\/5 {
    color: hsla(0, 94%, 82%, 0.05);
}
.text-red-300\/50 {
    color: hsla(0, 94%, 82%, 0.5);
}
.text-red-300\/55 {
    color: hsla(0, 94%, 82%, 0.55);
}
.text-red-300\/60 {
    color: hsla(0, 94%, 82%, 0.6);
}
.text-red-300\/65 {
    color: hsla(0, 94%, 82%, 0.65);
}
.text-red-300\/70 {
    color: hsla(0, 94%, 82%, 0.7);
}
.text-red-300\/75 {
    color: hsla(0, 94%, 82%, 0.75);
}
.text-red-300\/80 {
    color: hsla(0, 94%, 82%, 0.8);
}
.text-red-300\/85 {
    color: hsla(0, 94%, 82%, 0.85);
}
.text-red-300\/90 {
    color: hsla(0, 94%, 82%, 0.9);
}
.text-red-300\/95 {
    color: hsla(0, 94%, 82%, 0.95);
}
.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
    color: hsla(0, 91%, 71%, 0);
}
.text-red-400\/10 {
    color: hsla(0, 91%, 71%, 0.1);
}
.text-red-400\/100 {
    color: #f87171;
}
.text-red-400\/15 {
    color: hsla(0, 91%, 71%, 0.15);
}
.text-red-400\/20 {
    color: hsla(0, 91%, 71%, 0.2);
}
.text-red-400\/25 {
    color: hsla(0, 91%, 71%, 0.25);
}
.text-red-400\/30 {
    color: hsla(0, 91%, 71%, 0.3);
}
.text-red-400\/35 {
    color: hsla(0, 91%, 71%, 0.35);
}
.text-red-400\/40 {
    color: hsla(0, 91%, 71%, 0.4);
}
.text-red-400\/45 {
    color: hsla(0, 91%, 71%, 0.45);
}
.text-red-400\/5 {
    color: hsla(0, 91%, 71%, 0.05);
}
.text-red-400\/50 {
    color: hsla(0, 91%, 71%, 0.5);
}
.text-red-400\/55 {
    color: hsla(0, 91%, 71%, 0.55);
}
.text-red-400\/60 {
    color: hsla(0, 91%, 71%, 0.6);
}
.text-red-400\/65 {
    color: hsla(0, 91%, 71%, 0.65);
}
.text-red-400\/70 {
    color: hsla(0, 91%, 71%, 0.7);
}
.text-red-400\/75 {
    color: hsla(0, 91%, 71%, 0.75);
}
.text-red-400\/80 {
    color: hsla(0, 91%, 71%, 0.8);
}
.text-red-400\/85 {
    color: hsla(0, 91%, 71%, 0.85);
}
.text-red-400\/90 {
    color: hsla(0, 91%, 71%, 0.9);
}
.text-red-400\/95 {
    color: hsla(0, 91%, 71%, 0.95);
}
.text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-red-50\/0 {
    color: hsla(0, 86%, 97%, 0);
}
.text-red-50\/10 {
    color: hsla(0, 86%, 97%, 0.1);
}
.text-red-50\/100 {
    color: #fef2f2;
}
.text-red-50\/15 {
    color: hsla(0, 86%, 97%, 0.15);
}
.text-red-50\/20 {
    color: hsla(0, 86%, 97%, 0.2);
}
.text-red-50\/25 {
    color: hsla(0, 86%, 97%, 0.25);
}
.text-red-50\/30 {
    color: hsla(0, 86%, 97%, 0.3);
}
.text-red-50\/35 {
    color: hsla(0, 86%, 97%, 0.35);
}
.text-red-50\/40 {
    color: hsla(0, 86%, 97%, 0.4);
}
.text-red-50\/45 {
    color: hsla(0, 86%, 97%, 0.45);
}
.text-red-50\/5 {
    color: hsla(0, 86%, 97%, 0.05);
}
.text-red-50\/50 {
    color: hsla(0, 86%, 97%, 0.5);
}
.text-red-50\/55 {
    color: hsla(0, 86%, 97%, 0.55);
}
.text-red-50\/60 {
    color: hsla(0, 86%, 97%, 0.6);
}
.text-red-50\/65 {
    color: hsla(0, 86%, 97%, 0.65);
}
.text-red-50\/70 {
    color: hsla(0, 86%, 97%, 0.7);
}
.text-red-50\/75 {
    color: hsla(0, 86%, 97%, 0.75);
}
.text-red-50\/80 {
    color: hsla(0, 86%, 97%, 0.8);
}
.text-red-50\/85 {
    color: hsla(0, 86%, 97%, 0.85);
}
.text-red-50\/90 {
    color: hsla(0, 86%, 97%, 0.9);
}
.text-red-50\/95 {
    color: hsla(0, 86%, 97%, 0.95);
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
    color: rgba(239, 68, 68, 0);
}
.text-red-500\/10 {
    color: rgba(239, 68, 68, 0.1);
}
.text-red-500\/100 {
    color: #ef4444;
}
.text-red-500\/15 {
    color: rgba(239, 68, 68, 0.15);
}
.text-red-500\/20 {
    color: rgba(239, 68, 68, 0.2);
}
.text-red-500\/25 {
    color: rgba(239, 68, 68, 0.25);
}
.text-red-500\/30 {
    color: rgba(239, 68, 68, 0.3);
}
.text-red-500\/35 {
    color: rgba(239, 68, 68, 0.35);
}
.text-red-500\/40 {
    color: rgba(239, 68, 68, 0.4);
}
.text-red-500\/45 {
    color: rgba(239, 68, 68, 0.45);
}
.text-red-500\/5 {
    color: rgba(239, 68, 68, 0.05);
}
.text-red-500\/50 {
    color: rgba(239, 68, 68, 0.5);
}
.text-red-500\/55 {
    color: rgba(239, 68, 68, 0.55);
}
.text-red-500\/60 {
    color: rgba(239, 68, 68, 0.6);
}
.text-red-500\/65 {
    color: rgba(239, 68, 68, 0.65);
}
.text-red-500\/70 {
    color: rgba(239, 68, 68, 0.7);
}
.text-red-500\/75 {
    color: rgba(239, 68, 68, 0.75);
}
.text-red-500\/80 {
    color: rgba(239, 68, 68, 0.8);
}
.text-red-500\/85 {
    color: rgba(239, 68, 68, 0.85);
}
.text-red-500\/90 {
    color: rgba(239, 68, 68, 0.9);
}
.text-red-500\/95 {
    color: rgba(239, 68, 68, 0.95);
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
    color: rgba(220, 38, 38, 0);
}
.text-red-600\/10 {
    color: rgba(220, 38, 38, 0.1);
}
.text-red-600\/100 {
    color: #dc2626;
}
.text-red-600\/15 {
    color: rgba(220, 38, 38, 0.15);
}
.text-red-600\/20 {
    color: rgba(220, 38, 38, 0.2);
}
.text-red-600\/25 {
    color: rgba(220, 38, 38, 0.25);
}
.text-red-600\/30 {
    color: rgba(220, 38, 38, 0.3);
}
.text-red-600\/35 {
    color: rgba(220, 38, 38, 0.35);
}
.text-red-600\/40 {
    color: rgba(220, 38, 38, 0.4);
}
.text-red-600\/45 {
    color: rgba(220, 38, 38, 0.45);
}
.text-red-600\/5 {
    color: rgba(220, 38, 38, 0.05);
}
.text-red-600\/50 {
    color: rgba(220, 38, 38, 0.5);
}
.text-red-600\/55 {
    color: rgba(220, 38, 38, 0.55);
}
.text-red-600\/60 {
    color: rgba(220, 38, 38, 0.6);
}
.text-red-600\/65 {
    color: rgba(220, 38, 38, 0.65);
}
.text-red-600\/70 {
    color: rgba(220, 38, 38, 0.7);
}
.text-red-600\/75 {
    color: rgba(220, 38, 38, 0.75);
}
.text-red-600\/80 {
    color: rgba(220, 38, 38, 0.8);
}
.text-red-600\/85 {
    color: rgba(220, 38, 38, 0.85);
}
.text-red-600\/90 {
    color: rgba(220, 38, 38, 0.9);
}
.text-red-600\/95 {
    color: rgba(220, 38, 38, 0.95);
}
.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-700\/0 {
    color: rgba(185, 28, 28, 0);
}
.text-red-700\/10 {
    color: rgba(185, 28, 28, 0.1);
}
.text-red-700\/100 {
    color: #b91c1c;
}
.text-red-700\/15 {
    color: rgba(185, 28, 28, 0.15);
}
.text-red-700\/20 {
    color: rgba(185, 28, 28, 0.2);
}
.text-red-700\/25 {
    color: rgba(185, 28, 28, 0.25);
}
.text-red-700\/30 {
    color: rgba(185, 28, 28, 0.3);
}
.text-red-700\/35 {
    color: rgba(185, 28, 28, 0.35);
}
.text-red-700\/40 {
    color: rgba(185, 28, 28, 0.4);
}
.text-red-700\/45 {
    color: rgba(185, 28, 28, 0.45);
}
.text-red-700\/5 {
    color: rgba(185, 28, 28, 0.05);
}
.text-red-700\/50 {
    color: rgba(185, 28, 28, 0.5);
}
.text-red-700\/55 {
    color: rgba(185, 28, 28, 0.55);
}
.text-red-700\/60 {
    color: rgba(185, 28, 28, 0.6);
}
.text-red-700\/65 {
    color: rgba(185, 28, 28, 0.65);
}
.text-red-700\/70 {
    color: rgba(185, 28, 28, 0.7);
}
.text-red-700\/75 {
    color: rgba(185, 28, 28, 0.75);
}
.text-red-700\/80 {
    color: rgba(185, 28, 28, 0.8);
}
.text-red-700\/85 {
    color: rgba(185, 28, 28, 0.85);
}
.text-red-700\/90 {
    color: rgba(185, 28, 28, 0.9);
}
.text-red-700\/95 {
    color: rgba(185, 28, 28, 0.95);
}
.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-800\/0 {
    color: rgba(153, 27, 27, 0);
}
.text-red-800\/10 {
    color: rgba(153, 27, 27, 0.1);
}
.text-red-800\/100 {
    color: #991b1b;
}
.text-red-800\/15 {
    color: rgba(153, 27, 27, 0.15);
}
.text-red-800\/20 {
    color: rgba(153, 27, 27, 0.2);
}
.text-red-800\/25 {
    color: rgba(153, 27, 27, 0.25);
}
.text-red-800\/30 {
    color: rgba(153, 27, 27, 0.3);
}
.text-red-800\/35 {
    color: rgba(153, 27, 27, 0.35);
}
.text-red-800\/40 {
    color: rgba(153, 27, 27, 0.4);
}
.text-red-800\/45 {
    color: rgba(153, 27, 27, 0.45);
}
.text-red-800\/5 {
    color: rgba(153, 27, 27, 0.05);
}
.text-red-800\/50 {
    color: rgba(153, 27, 27, 0.5);
}
.text-red-800\/55 {
    color: rgba(153, 27, 27, 0.55);
}
.text-red-800\/60 {
    color: rgba(153, 27, 27, 0.6);
}
.text-red-800\/65 {
    color: rgba(153, 27, 27, 0.65);
}
.text-red-800\/70 {
    color: rgba(153, 27, 27, 0.7);
}
.text-red-800\/75 {
    color: rgba(153, 27, 27, 0.75);
}
.text-red-800\/80 {
    color: rgba(153, 27, 27, 0.8);
}
.text-red-800\/85 {
    color: rgba(153, 27, 27, 0.85);
}
.text-red-800\/90 {
    color: rgba(153, 27, 27, 0.9);
}
.text-red-800\/95 {
    color: rgba(153, 27, 27, 0.95);
}
.text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-red-900\/0 {
    color: rgba(127, 29, 29, 0);
}
.text-red-900\/10 {
    color: rgba(127, 29, 29, 0.1);
}
.text-red-900\/100 {
    color: #7f1d1d;
}
.text-red-900\/15 {
    color: rgba(127, 29, 29, 0.15);
}
.text-red-900\/20 {
    color: rgba(127, 29, 29, 0.2);
}
.text-red-900\/25 {
    color: rgba(127, 29, 29, 0.25);
}
.text-red-900\/30 {
    color: rgba(127, 29, 29, 0.3);
}
.text-red-900\/35 {
    color: rgba(127, 29, 29, 0.35);
}
.text-red-900\/40 {
    color: rgba(127, 29, 29, 0.4);
}
.text-red-900\/45 {
    color: rgba(127, 29, 29, 0.45);
}
.text-red-900\/5 {
    color: rgba(127, 29, 29, 0.05);
}
.text-red-900\/50 {
    color: rgba(127, 29, 29, 0.5);
}
.text-red-900\/55 {
    color: rgba(127, 29, 29, 0.55);
}
.text-red-900\/60 {
    color: rgba(127, 29, 29, 0.6);
}
.text-red-900\/65 {
    color: rgba(127, 29, 29, 0.65);
}
.text-red-900\/70 {
    color: rgba(127, 29, 29, 0.7);
}
.text-red-900\/75 {
    color: rgba(127, 29, 29, 0.75);
}
.text-red-900\/80 {
    color: rgba(127, 29, 29, 0.8);
}
.text-red-900\/85 {
    color: rgba(127, 29, 29, 0.85);
}
.text-red-900\/90 {
    color: rgba(127, 29, 29, 0.9);
}
.text-red-900\/95 {
    color: rgba(127, 29, 29, 0.95);
}
.text-rose-100 {
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.text-rose-100\/0 {
    color: rgba(255, 228, 230, 0);
}
.text-rose-100\/10 {
    color: rgba(255, 228, 230, 0.1);
}
.text-rose-100\/100 {
    color: #ffe4e6;
}
.text-rose-100\/15 {
    color: rgba(255, 228, 230, 0.15);
}
.text-rose-100\/20 {
    color: rgba(255, 228, 230, 0.2);
}
.text-rose-100\/25 {
    color: rgba(255, 228, 230, 0.25);
}
.text-rose-100\/30 {
    color: rgba(255, 228, 230, 0.3);
}
.text-rose-100\/35 {
    color: rgba(255, 228, 230, 0.35);
}
.text-rose-100\/40 {
    color: rgba(255, 228, 230, 0.4);
}
.text-rose-100\/45 {
    color: rgba(255, 228, 230, 0.45);
}
.text-rose-100\/5 {
    color: rgba(255, 228, 230, 0.05);
}
.text-rose-100\/50 {
    color: rgba(255, 228, 230, 0.5);
}
.text-rose-100\/55 {
    color: rgba(255, 228, 230, 0.55);
}
.text-rose-100\/60 {
    color: rgba(255, 228, 230, 0.6);
}
.text-rose-100\/65 {
    color: rgba(255, 228, 230, 0.65);
}
.text-rose-100\/70 {
    color: rgba(255, 228, 230, 0.7);
}
.text-rose-100\/75 {
    color: rgba(255, 228, 230, 0.75);
}
.text-rose-100\/80 {
    color: rgba(255, 228, 230, 0.8);
}
.text-rose-100\/85 {
    color: rgba(255, 228, 230, 0.85);
}
.text-rose-100\/90 {
    color: rgba(255, 228, 230, 0.9);
}
.text-rose-100\/95 {
    color: rgba(255, 228, 230, 0.95);
}
.text-rose-200 {
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-200\/0 {
    color: rgba(254, 205, 211, 0);
}
.text-rose-200\/10 {
    color: rgba(254, 205, 211, 0.1);
}
.text-rose-200\/100 {
    color: #fecdd3;
}
.text-rose-200\/15 {
    color: rgba(254, 205, 211, 0.15);
}
.text-rose-200\/20 {
    color: rgba(254, 205, 211, 0.2);
}
.text-rose-200\/25 {
    color: rgba(254, 205, 211, 0.25);
}
.text-rose-200\/30 {
    color: rgba(254, 205, 211, 0.3);
}
.text-rose-200\/35 {
    color: rgba(254, 205, 211, 0.35);
}
.text-rose-200\/40 {
    color: rgba(254, 205, 211, 0.4);
}
.text-rose-200\/45 {
    color: rgba(254, 205, 211, 0.45);
}
.text-rose-200\/5 {
    color: rgba(254, 205, 211, 0.05);
}
.text-rose-200\/50 {
    color: rgba(254, 205, 211, 0.5);
}
.text-rose-200\/55 {
    color: rgba(254, 205, 211, 0.55);
}
.text-rose-200\/60 {
    color: rgba(254, 205, 211, 0.6);
}
.text-rose-200\/65 {
    color: rgba(254, 205, 211, 0.65);
}
.text-rose-200\/70 {
    color: rgba(254, 205, 211, 0.7);
}
.text-rose-200\/75 {
    color: rgba(254, 205, 211, 0.75);
}
.text-rose-200\/80 {
    color: rgba(254, 205, 211, 0.8);
}
.text-rose-200\/85 {
    color: rgba(254, 205, 211, 0.85);
}
.text-rose-200\/90 {
    color: rgba(254, 205, 211, 0.9);
}
.text-rose-200\/95 {
    color: rgba(254, 205, 211, 0.95);
}
.text-rose-300 {
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-300\/0 {
    color: rgba(253, 164, 175, 0);
}
.text-rose-300\/10 {
    color: rgba(253, 164, 175, 0.1);
}
.text-rose-300\/100 {
    color: #fda4af;
}
.text-rose-300\/15 {
    color: rgba(253, 164, 175, 0.15);
}
.text-rose-300\/20 {
    color: rgba(253, 164, 175, 0.2);
}
.text-rose-300\/25 {
    color: rgba(253, 164, 175, 0.25);
}
.text-rose-300\/30 {
    color: rgba(253, 164, 175, 0.3);
}
.text-rose-300\/35 {
    color: rgba(253, 164, 175, 0.35);
}
.text-rose-300\/40 {
    color: rgba(253, 164, 175, 0.4);
}
.text-rose-300\/45 {
    color: rgba(253, 164, 175, 0.45);
}
.text-rose-300\/5 {
    color: rgba(253, 164, 175, 0.05);
}
.text-rose-300\/50 {
    color: rgba(253, 164, 175, 0.5);
}
.text-rose-300\/55 {
    color: rgba(253, 164, 175, 0.55);
}
.text-rose-300\/60 {
    color: rgba(253, 164, 175, 0.6);
}
.text-rose-300\/65 {
    color: rgba(253, 164, 175, 0.65);
}
.text-rose-300\/70 {
    color: rgba(253, 164, 175, 0.7);
}
.text-rose-300\/75 {
    color: rgba(253, 164, 175, 0.75);
}
.text-rose-300\/80 {
    color: rgba(253, 164, 175, 0.8);
}
.text-rose-300\/85 {
    color: rgba(253, 164, 175, 0.85);
}
.text-rose-300\/90 {
    color: rgba(253, 164, 175, 0.9);
}
.text-rose-300\/95 {
    color: rgba(253, 164, 175, 0.95);
}
.text-rose-400 {
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-rose-400\/0 {
    color: rgba(251, 113, 133, 0);
}
.text-rose-400\/10 {
    color: rgba(251, 113, 133, 0.1);
}
.text-rose-400\/100 {
    color: #fb7185;
}
.text-rose-400\/15 {
    color: rgba(251, 113, 133, 0.15);
}
.text-rose-400\/20 {
    color: rgba(251, 113, 133, 0.2);
}
.text-rose-400\/25 {
    color: rgba(251, 113, 133, 0.25);
}
.text-rose-400\/30 {
    color: rgba(251, 113, 133, 0.3);
}
.text-rose-400\/35 {
    color: rgba(251, 113, 133, 0.35);
}
.text-rose-400\/40 {
    color: rgba(251, 113, 133, 0.4);
}
.text-rose-400\/45 {
    color: rgba(251, 113, 133, 0.45);
}
.text-rose-400\/5 {
    color: rgba(251, 113, 133, 0.05);
}
.text-rose-400\/50 {
    color: rgba(251, 113, 133, 0.5);
}
.text-rose-400\/55 {
    color: rgba(251, 113, 133, 0.55);
}
.text-rose-400\/60 {
    color: rgba(251, 113, 133, 0.6);
}
.text-rose-400\/65 {
    color: rgba(251, 113, 133, 0.65);
}
.text-rose-400\/70 {
    color: rgba(251, 113, 133, 0.7);
}
.text-rose-400\/75 {
    color: rgba(251, 113, 133, 0.75);
}
.text-rose-400\/80 {
    color: rgba(251, 113, 133, 0.8);
}
.text-rose-400\/85 {
    color: rgba(251, 113, 133, 0.85);
}
.text-rose-400\/90 {
    color: rgba(251, 113, 133, 0.9);
}
.text-rose-400\/95 {
    color: rgba(251, 113, 133, 0.95);
}
.text-rose-50 {
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}
.text-rose-50\/0 {
    color: rgba(255, 241, 242, 0);
}
.text-rose-50\/10 {
    color: rgba(255, 241, 242, 0.1);
}
.text-rose-50\/100 {
    color: #fff1f2;
}
.text-rose-50\/15 {
    color: rgba(255, 241, 242, 0.15);
}
.text-rose-50\/20 {
    color: rgba(255, 241, 242, 0.2);
}
.text-rose-50\/25 {
    color: rgba(255, 241, 242, 0.25);
}
.text-rose-50\/30 {
    color: rgba(255, 241, 242, 0.3);
}
.text-rose-50\/35 {
    color: rgba(255, 241, 242, 0.35);
}
.text-rose-50\/40 {
    color: rgba(255, 241, 242, 0.4);
}
.text-rose-50\/45 {
    color: rgba(255, 241, 242, 0.45);
}
.text-rose-50\/5 {
    color: rgba(255, 241, 242, 0.05);
}
.text-rose-50\/50 {
    color: rgba(255, 241, 242, 0.5);
}
.text-rose-50\/55 {
    color: rgba(255, 241, 242, 0.55);
}
.text-rose-50\/60 {
    color: rgba(255, 241, 242, 0.6);
}
.text-rose-50\/65 {
    color: rgba(255, 241, 242, 0.65);
}
.text-rose-50\/70 {
    color: rgba(255, 241, 242, 0.7);
}
.text-rose-50\/75 {
    color: rgba(255, 241, 242, 0.75);
}
.text-rose-50\/80 {
    color: rgba(255, 241, 242, 0.8);
}
.text-rose-50\/85 {
    color: rgba(255, 241, 242, 0.85);
}
.text-rose-50\/90 {
    color: rgba(255, 241, 242, 0.9);
}
.text-rose-50\/95 {
    color: rgba(255, 241, 242, 0.95);
}
.text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-500\/0 {
    color: rgba(244, 63, 94, 0);
}
.text-rose-500\/10 {
    color: rgba(244, 63, 94, 0.1);
}
.text-rose-500\/100 {
    color: #f43f5e;
}
.text-rose-500\/15 {
    color: rgba(244, 63, 94, 0.15);
}
.text-rose-500\/20 {
    color: rgba(244, 63, 94, 0.2);
}
.text-rose-500\/25 {
    color: rgba(244, 63, 94, 0.25);
}
.text-rose-500\/30 {
    color: rgba(244, 63, 94, 0.3);
}
.text-rose-500\/35 {
    color: rgba(244, 63, 94, 0.35);
}
.text-rose-500\/40 {
    color: rgba(244, 63, 94, 0.4);
}
.text-rose-500\/45 {
    color: rgba(244, 63, 94, 0.45);
}
.text-rose-500\/5 {
    color: rgba(244, 63, 94, 0.05);
}
.text-rose-500\/50 {
    color: rgba(244, 63, 94, 0.5);
}
.text-rose-500\/55 {
    color: rgba(244, 63, 94, 0.55);
}
.text-rose-500\/60 {
    color: rgba(244, 63, 94, 0.6);
}
.text-rose-500\/65 {
    color: rgba(244, 63, 94, 0.65);
}
.text-rose-500\/70 {
    color: rgba(244, 63, 94, 0.7);
}
.text-rose-500\/75 {
    color: rgba(244, 63, 94, 0.75);
}
.text-rose-500\/80 {
    color: rgba(244, 63, 94, 0.8);
}
.text-rose-500\/85 {
    color: rgba(244, 63, 94, 0.85);
}
.text-rose-500\/90 {
    color: rgba(244, 63, 94, 0.9);
}
.text-rose-500\/95 {
    color: rgba(244, 63, 94, 0.95);
}
.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-600\/0 {
    color: rgba(225, 29, 72, 0);
}
.text-rose-600\/10 {
    color: rgba(225, 29, 72, 0.1);
}
.text-rose-600\/100 {
    color: #e11d48;
}
.text-rose-600\/15 {
    color: rgba(225, 29, 72, 0.15);
}
.text-rose-600\/20 {
    color: rgba(225, 29, 72, 0.2);
}
.text-rose-600\/25 {
    color: rgba(225, 29, 72, 0.25);
}
.text-rose-600\/30 {
    color: rgba(225, 29, 72, 0.3);
}
.text-rose-600\/35 {
    color: rgba(225, 29, 72, 0.35);
}
.text-rose-600\/40 {
    color: rgba(225, 29, 72, 0.4);
}
.text-rose-600\/45 {
    color: rgba(225, 29, 72, 0.45);
}
.text-rose-600\/5 {
    color: rgba(225, 29, 72, 0.05);
}
.text-rose-600\/50 {
    color: rgba(225, 29, 72, 0.5);
}
.text-rose-600\/55 {
    color: rgba(225, 29, 72, 0.55);
}
.text-rose-600\/60 {
    color: rgba(225, 29, 72, 0.6);
}
.text-rose-600\/65 {
    color: rgba(225, 29, 72, 0.65);
}
.text-rose-600\/70 {
    color: rgba(225, 29, 72, 0.7);
}
.text-rose-600\/75 {
    color: rgba(225, 29, 72, 0.75);
}
.text-rose-600\/80 {
    color: rgba(225, 29, 72, 0.8);
}
.text-rose-600\/85 {
    color: rgba(225, 29, 72, 0.85);
}
.text-rose-600\/90 {
    color: rgba(225, 29, 72, 0.9);
}
.text-rose-600\/95 {
    color: rgba(225, 29, 72, 0.95);
}
.text-rose-700 {
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-rose-700\/0 {
    color: rgba(190, 18, 60, 0);
}
.text-rose-700\/10 {
    color: rgba(190, 18, 60, 0.1);
}
.text-rose-700\/100 {
    color: #be123c;
}
.text-rose-700\/15 {
    color: rgba(190, 18, 60, 0.15);
}
.text-rose-700\/20 {
    color: rgba(190, 18, 60, 0.2);
}
.text-rose-700\/25 {
    color: rgba(190, 18, 60, 0.25);
}
.text-rose-700\/30 {
    color: rgba(190, 18, 60, 0.3);
}
.text-rose-700\/35 {
    color: rgba(190, 18, 60, 0.35);
}
.text-rose-700\/40 {
    color: rgba(190, 18, 60, 0.4);
}
.text-rose-700\/45 {
    color: rgba(190, 18, 60, 0.45);
}
.text-rose-700\/5 {
    color: rgba(190, 18, 60, 0.05);
}
.text-rose-700\/50 {
    color: rgba(190, 18, 60, 0.5);
}
.text-rose-700\/55 {
    color: rgba(190, 18, 60, 0.55);
}
.text-rose-700\/60 {
    color: rgba(190, 18, 60, 0.6);
}
.text-rose-700\/65 {
    color: rgba(190, 18, 60, 0.65);
}
.text-rose-700\/70 {
    color: rgba(190, 18, 60, 0.7);
}
.text-rose-700\/75 {
    color: rgba(190, 18, 60, 0.75);
}
.text-rose-700\/80 {
    color: rgba(190, 18, 60, 0.8);
}
.text-rose-700\/85 {
    color: rgba(190, 18, 60, 0.85);
}
.text-rose-700\/90 {
    color: rgba(190, 18, 60, 0.9);
}
.text-rose-700\/95 {
    color: rgba(190, 18, 60, 0.95);
}
.text-rose-800 {
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.text-rose-800\/0 {
    color: rgba(159, 18, 57, 0);
}
.text-rose-800\/10 {
    color: rgba(159, 18, 57, 0.1);
}
.text-rose-800\/100 {
    color: #9f1239;
}
.text-rose-800\/15 {
    color: rgba(159, 18, 57, 0.15);
}
.text-rose-800\/20 {
    color: rgba(159, 18, 57, 0.2);
}
.text-rose-800\/25 {
    color: rgba(159, 18, 57, 0.25);
}
.text-rose-800\/30 {
    color: rgba(159, 18, 57, 0.3);
}
.text-rose-800\/35 {
    color: rgba(159, 18, 57, 0.35);
}
.text-rose-800\/40 {
    color: rgba(159, 18, 57, 0.4);
}
.text-rose-800\/45 {
    color: rgba(159, 18, 57, 0.45);
}
.text-rose-800\/5 {
    color: rgba(159, 18, 57, 0.05);
}
.text-rose-800\/50 {
    color: rgba(159, 18, 57, 0.5);
}
.text-rose-800\/55 {
    color: rgba(159, 18, 57, 0.55);
}
.text-rose-800\/60 {
    color: rgba(159, 18, 57, 0.6);
}
.text-rose-800\/65 {
    color: rgba(159, 18, 57, 0.65);
}
.text-rose-800\/70 {
    color: rgba(159, 18, 57, 0.7);
}
.text-rose-800\/75 {
    color: rgba(159, 18, 57, 0.75);
}
.text-rose-800\/80 {
    color: rgba(159, 18, 57, 0.8);
}
.text-rose-800\/85 {
    color: rgba(159, 18, 57, 0.85);
}
.text-rose-800\/90 {
    color: rgba(159, 18, 57, 0.9);
}
.text-rose-800\/95 {
    color: rgba(159, 18, 57, 0.95);
}
.text-rose-900 {
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.text-rose-900\/0 {
    color: rgba(136, 19, 55, 0);
}
.text-rose-900\/10 {
    color: rgba(136, 19, 55, 0.1);
}
.text-rose-900\/100 {
    color: #881337;
}
.text-rose-900\/15 {
    color: rgba(136, 19, 55, 0.15);
}
.text-rose-900\/20 {
    color: rgba(136, 19, 55, 0.2);
}
.text-rose-900\/25 {
    color: rgba(136, 19, 55, 0.25);
}
.text-rose-900\/30 {
    color: rgba(136, 19, 55, 0.3);
}
.text-rose-900\/35 {
    color: rgba(136, 19, 55, 0.35);
}
.text-rose-900\/40 {
    color: rgba(136, 19, 55, 0.4);
}
.text-rose-900\/45 {
    color: rgba(136, 19, 55, 0.45);
}
.text-rose-900\/5 {
    color: rgba(136, 19, 55, 0.05);
}
.text-rose-900\/50 {
    color: rgba(136, 19, 55, 0.5);
}
.text-rose-900\/55 {
    color: rgba(136, 19, 55, 0.55);
}
.text-rose-900\/60 {
    color: rgba(136, 19, 55, 0.6);
}
.text-rose-900\/65 {
    color: rgba(136, 19, 55, 0.65);
}
.text-rose-900\/70 {
    color: rgba(136, 19, 55, 0.7);
}
.text-rose-900\/75 {
    color: rgba(136, 19, 55, 0.75);
}
.text-rose-900\/80 {
    color: rgba(136, 19, 55, 0.8);
}
.text-rose-900\/85 {
    color: rgba(136, 19, 55, 0.85);
}
.text-rose-900\/90 {
    color: rgba(136, 19, 55, 0.9);
}
.text-rose-900\/95 {
    color: rgba(136, 19, 55, 0.95);
}
.text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-sky-100 {
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-100\/0 {
    color: rgba(224, 242, 254, 0);
}
.text-sky-100\/10 {
    color: rgba(224, 242, 254, 0.1);
}
.text-sky-100\/100 {
    color: #e0f2fe;
}
.text-sky-100\/15 {
    color: rgba(224, 242, 254, 0.15);
}
.text-sky-100\/20 {
    color: rgba(224, 242, 254, 0.2);
}
.text-sky-100\/25 {
    color: rgba(224, 242, 254, 0.25);
}
.text-sky-100\/30 {
    color: rgba(224, 242, 254, 0.3);
}
.text-sky-100\/35 {
    color: rgba(224, 242, 254, 0.35);
}
.text-sky-100\/40 {
    color: rgba(224, 242, 254, 0.4);
}
.text-sky-100\/45 {
    color: rgba(224, 242, 254, 0.45);
}
.text-sky-100\/5 {
    color: rgba(224, 242, 254, 0.05);
}
.text-sky-100\/50 {
    color: rgba(224, 242, 254, 0.5);
}
.text-sky-100\/55 {
    color: rgba(224, 242, 254, 0.55);
}
.text-sky-100\/60 {
    color: rgba(224, 242, 254, 0.6);
}
.text-sky-100\/65 {
    color: rgba(224, 242, 254, 0.65);
}
.text-sky-100\/70 {
    color: rgba(224, 242, 254, 0.7);
}
.text-sky-100\/75 {
    color: rgba(224, 242, 254, 0.75);
}
.text-sky-100\/80 {
    color: rgba(224, 242, 254, 0.8);
}
.text-sky-100\/85 {
    color: rgba(224, 242, 254, 0.85);
}
.text-sky-100\/90 {
    color: rgba(224, 242, 254, 0.9);
}
.text-sky-100\/95 {
    color: rgba(224, 242, 254, 0.95);
}
.text-sky-200 {
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-200\/0 {
    color: rgba(186, 230, 253, 0);
}
.text-sky-200\/10 {
    color: rgba(186, 230, 253, 0.1);
}
.text-sky-200\/100 {
    color: #bae6fd;
}
.text-sky-200\/15 {
    color: rgba(186, 230, 253, 0.15);
}
.text-sky-200\/20 {
    color: rgba(186, 230, 253, 0.2);
}
.text-sky-200\/25 {
    color: rgba(186, 230, 253, 0.25);
}
.text-sky-200\/30 {
    color: rgba(186, 230, 253, 0.3);
}
.text-sky-200\/35 {
    color: rgba(186, 230, 253, 0.35);
}
.text-sky-200\/40 {
    color: rgba(186, 230, 253, 0.4);
}
.text-sky-200\/45 {
    color: rgba(186, 230, 253, 0.45);
}
.text-sky-200\/5 {
    color: rgba(186, 230, 253, 0.05);
}
.text-sky-200\/50 {
    color: rgba(186, 230, 253, 0.5);
}
.text-sky-200\/55 {
    color: rgba(186, 230, 253, 0.55);
}
.text-sky-200\/60 {
    color: rgba(186, 230, 253, 0.6);
}
.text-sky-200\/65 {
    color: rgba(186, 230, 253, 0.65);
}
.text-sky-200\/70 {
    color: rgba(186, 230, 253, 0.7);
}
.text-sky-200\/75 {
    color: rgba(186, 230, 253, 0.75);
}
.text-sky-200\/80 {
    color: rgba(186, 230, 253, 0.8);
}
.text-sky-200\/85 {
    color: rgba(186, 230, 253, 0.85);
}
.text-sky-200\/90 {
    color: rgba(186, 230, 253, 0.9);
}
.text-sky-200\/95 {
    color: rgba(186, 230, 253, 0.95);
}
.text-sky-300 {
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-300\/0 {
    color: rgba(125, 211, 252, 0);
}
.text-sky-300\/10 {
    color: rgba(125, 211, 252, 0.1);
}
.text-sky-300\/100 {
    color: #7dd3fc;
}
.text-sky-300\/15 {
    color: rgba(125, 211, 252, 0.15);
}
.text-sky-300\/20 {
    color: rgba(125, 211, 252, 0.2);
}
.text-sky-300\/25 {
    color: rgba(125, 211, 252, 0.25);
}
.text-sky-300\/30 {
    color: rgba(125, 211, 252, 0.3);
}
.text-sky-300\/35 {
    color: rgba(125, 211, 252, 0.35);
}
.text-sky-300\/40 {
    color: rgba(125, 211, 252, 0.4);
}
.text-sky-300\/45 {
    color: rgba(125, 211, 252, 0.45);
}
.text-sky-300\/5 {
    color: rgba(125, 211, 252, 0.05);
}
.text-sky-300\/50 {
    color: rgba(125, 211, 252, 0.5);
}
.text-sky-300\/55 {
    color: rgba(125, 211, 252, 0.55);
}
.text-sky-300\/60 {
    color: rgba(125, 211, 252, 0.6);
}
.text-sky-300\/65 {
    color: rgba(125, 211, 252, 0.65);
}
.text-sky-300\/70 {
    color: rgba(125, 211, 252, 0.7);
}
.text-sky-300\/75 {
    color: rgba(125, 211, 252, 0.75);
}
.text-sky-300\/80 {
    color: rgba(125, 211, 252, 0.8);
}
.text-sky-300\/85 {
    color: rgba(125, 211, 252, 0.85);
}
.text-sky-300\/90 {
    color: rgba(125, 211, 252, 0.9);
}
.text-sky-300\/95 {
    color: rgba(125, 211, 252, 0.95);
}
.text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-sky-400\/0 {
    color: rgba(56, 189, 248, 0);
}
.text-sky-400\/10 {
    color: rgba(56, 189, 248, 0.1);
}
.text-sky-400\/100 {
    color: #38bdf8;
}
.text-sky-400\/15 {
    color: rgba(56, 189, 248, 0.15);
}
.text-sky-400\/20 {
    color: rgba(56, 189, 248, 0.2);
}
.text-sky-400\/25 {
    color: rgba(56, 189, 248, 0.25);
}
.text-sky-400\/30 {
    color: rgba(56, 189, 248, 0.3);
}
.text-sky-400\/35 {
    color: rgba(56, 189, 248, 0.35);
}
.text-sky-400\/40 {
    color: rgba(56, 189, 248, 0.4);
}
.text-sky-400\/45 {
    color: rgba(56, 189, 248, 0.45);
}
.text-sky-400\/5 {
    color: rgba(56, 189, 248, 0.05);
}
.text-sky-400\/50 {
    color: rgba(56, 189, 248, 0.5);
}
.text-sky-400\/55 {
    color: rgba(56, 189, 248, 0.55);
}
.text-sky-400\/60 {
    color: rgba(56, 189, 248, 0.6);
}
.text-sky-400\/65 {
    color: rgba(56, 189, 248, 0.65);
}
.text-sky-400\/70 {
    color: rgba(56, 189, 248, 0.7);
}
.text-sky-400\/75 {
    color: rgba(56, 189, 248, 0.75);
}
.text-sky-400\/80 {
    color: rgba(56, 189, 248, 0.8);
}
.text-sky-400\/85 {
    color: rgba(56, 189, 248, 0.85);
}
.text-sky-400\/90 {
    color: rgba(56, 189, 248, 0.9);
}
.text-sky-400\/95 {
    color: rgba(56, 189, 248, 0.95);
}
.text-sky-50 {
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}
.text-sky-50\/0 {
    color: rgba(240, 249, 255, 0);
}
.text-sky-50\/10 {
    color: rgba(240, 249, 255, 0.1);
}
.text-sky-50\/100 {
    color: #f0f9ff;
}
.text-sky-50\/15 {
    color: rgba(240, 249, 255, 0.15);
}
.text-sky-50\/20 {
    color: rgba(240, 249, 255, 0.2);
}
.text-sky-50\/25 {
    color: rgba(240, 249, 255, 0.25);
}
.text-sky-50\/30 {
    color: rgba(240, 249, 255, 0.3);
}
.text-sky-50\/35 {
    color: rgba(240, 249, 255, 0.35);
}
.text-sky-50\/40 {
    color: rgba(240, 249, 255, 0.4);
}
.text-sky-50\/45 {
    color: rgba(240, 249, 255, 0.45);
}
.text-sky-50\/5 {
    color: rgba(240, 249, 255, 0.05);
}
.text-sky-50\/50 {
    color: rgba(240, 249, 255, 0.5);
}
.text-sky-50\/55 {
    color: rgba(240, 249, 255, 0.55);
}
.text-sky-50\/60 {
    color: rgba(240, 249, 255, 0.6);
}
.text-sky-50\/65 {
    color: rgba(240, 249, 255, 0.65);
}
.text-sky-50\/70 {
    color: rgba(240, 249, 255, 0.7);
}
.text-sky-50\/75 {
    color: rgba(240, 249, 255, 0.75);
}
.text-sky-50\/80 {
    color: rgba(240, 249, 255, 0.8);
}
.text-sky-50\/85 {
    color: rgba(240, 249, 255, 0.85);
}
.text-sky-50\/90 {
    color: rgba(240, 249, 255, 0.9);
}
.text-sky-50\/95 {
    color: rgba(240, 249, 255, 0.95);
}
.text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-500\/0 {
    color: rgba(14, 165, 233, 0);
}
.text-sky-500\/10 {
    color: rgba(14, 165, 233, 0.1);
}
.text-sky-500\/100 {
    color: #0ea5e9;
}
.text-sky-500\/15 {
    color: rgba(14, 165, 233, 0.15);
}
.text-sky-500\/20 {
    color: rgba(14, 165, 233, 0.2);
}
.text-sky-500\/25 {
    color: rgba(14, 165, 233, 0.25);
}
.text-sky-500\/30 {
    color: rgba(14, 165, 233, 0.3);
}
.text-sky-500\/35 {
    color: rgba(14, 165, 233, 0.35);
}
.text-sky-500\/40 {
    color: rgba(14, 165, 233, 0.4);
}
.text-sky-500\/45 {
    color: rgba(14, 165, 233, 0.45);
}
.text-sky-500\/5 {
    color: rgba(14, 165, 233, 0.05);
}
.text-sky-500\/50 {
    color: rgba(14, 165, 233, 0.5);
}
.text-sky-500\/55 {
    color: rgba(14, 165, 233, 0.55);
}
.text-sky-500\/60 {
    color: rgba(14, 165, 233, 0.6);
}
.text-sky-500\/65 {
    color: rgba(14, 165, 233, 0.65);
}
.text-sky-500\/70 {
    color: rgba(14, 165, 233, 0.7);
}
.text-sky-500\/75 {
    color: rgba(14, 165, 233, 0.75);
}
.text-sky-500\/80 {
    color: rgba(14, 165, 233, 0.8);
}
.text-sky-500\/85 {
    color: rgba(14, 165, 233, 0.85);
}
.text-sky-500\/90 {
    color: rgba(14, 165, 233, 0.9);
}
.text-sky-500\/95 {
    color: rgba(14, 165, 233, 0.95);
}
.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-600\/0 {
    color: rgba(2, 132, 199, 0);
}
.text-sky-600\/10 {
    color: rgba(2, 132, 199, 0.1);
}
.text-sky-600\/100 {
    color: #0284c7;
}
.text-sky-600\/15 {
    color: rgba(2, 132, 199, 0.15);
}
.text-sky-600\/20 {
    color: rgba(2, 132, 199, 0.2);
}
.text-sky-600\/25 {
    color: rgba(2, 132, 199, 0.25);
}
.text-sky-600\/30 {
    color: rgba(2, 132, 199, 0.3);
}
.text-sky-600\/35 {
    color: rgba(2, 132, 199, 0.35);
}
.text-sky-600\/40 {
    color: rgba(2, 132, 199, 0.4);
}
.text-sky-600\/45 {
    color: rgba(2, 132, 199, 0.45);
}
.text-sky-600\/5 {
    color: rgba(2, 132, 199, 0.05);
}
.text-sky-600\/50 {
    color: rgba(2, 132, 199, 0.5);
}
.text-sky-600\/55 {
    color: rgba(2, 132, 199, 0.55);
}
.text-sky-600\/60 {
    color: rgba(2, 132, 199, 0.6);
}
.text-sky-600\/65 {
    color: rgba(2, 132, 199, 0.65);
}
.text-sky-600\/70 {
    color: rgba(2, 132, 199, 0.7);
}
.text-sky-600\/75 {
    color: rgba(2, 132, 199, 0.75);
}
.text-sky-600\/80 {
    color: rgba(2, 132, 199, 0.8);
}
.text-sky-600\/85 {
    color: rgba(2, 132, 199, 0.85);
}
.text-sky-600\/90 {
    color: rgba(2, 132, 199, 0.9);
}
.text-sky-600\/95 {
    color: rgba(2, 132, 199, 0.95);
}
.text-sky-700 {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-700\/0 {
    color: rgba(3, 105, 161, 0);
}
.text-sky-700\/10 {
    color: rgba(3, 105, 161, 0.1);
}
.text-sky-700\/100 {
    color: #0369a1;
}
.text-sky-700\/15 {
    color: rgba(3, 105, 161, 0.15);
}
.text-sky-700\/20 {
    color: rgba(3, 105, 161, 0.2);
}
.text-sky-700\/25 {
    color: rgba(3, 105, 161, 0.25);
}
.text-sky-700\/30 {
    color: rgba(3, 105, 161, 0.3);
}
.text-sky-700\/35 {
    color: rgba(3, 105, 161, 0.35);
}
.text-sky-700\/40 {
    color: rgba(3, 105, 161, 0.4);
}
.text-sky-700\/45 {
    color: rgba(3, 105, 161, 0.45);
}
.text-sky-700\/5 {
    color: rgba(3, 105, 161, 0.05);
}
.text-sky-700\/50 {
    color: rgba(3, 105, 161, 0.5);
}
.text-sky-700\/55 {
    color: rgba(3, 105, 161, 0.55);
}
.text-sky-700\/60 {
    color: rgba(3, 105, 161, 0.6);
}
.text-sky-700\/65 {
    color: rgba(3, 105, 161, 0.65);
}
.text-sky-700\/70 {
    color: rgba(3, 105, 161, 0.7);
}
.text-sky-700\/75 {
    color: rgba(3, 105, 161, 0.75);
}
.text-sky-700\/80 {
    color: rgba(3, 105, 161, 0.8);
}
.text-sky-700\/85 {
    color: rgba(3, 105, 161, 0.85);
}
.text-sky-700\/90 {
    color: rgba(3, 105, 161, 0.9);
}
.text-sky-700\/95 {
    color: rgba(3, 105, 161, 0.95);
}
.text-sky-800 {
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-sky-800\/0 {
    color: rgba(7, 89, 133, 0);
}
.text-sky-800\/10 {
    color: rgba(7, 89, 133, 0.1);
}
.text-sky-800\/100 {
    color: #075985;
}
.text-sky-800\/15 {
    color: rgba(7, 89, 133, 0.15);
}
.text-sky-800\/20 {
    color: rgba(7, 89, 133, 0.2);
}
.text-sky-800\/25 {
    color: rgba(7, 89, 133, 0.25);
}
.text-sky-800\/30 {
    color: rgba(7, 89, 133, 0.3);
}
.text-sky-800\/35 {
    color: rgba(7, 89, 133, 0.35);
}
.text-sky-800\/40 {
    color: rgba(7, 89, 133, 0.4);
}
.text-sky-800\/45 {
    color: rgba(7, 89, 133, 0.45);
}
.text-sky-800\/5 {
    color: rgba(7, 89, 133, 0.05);
}
.text-sky-800\/50 {
    color: rgba(7, 89, 133, 0.5);
}
.text-sky-800\/55 {
    color: rgba(7, 89, 133, 0.55);
}
.text-sky-800\/60 {
    color: rgba(7, 89, 133, 0.6);
}
.text-sky-800\/65 {
    color: rgba(7, 89, 133, 0.65);
}
.text-sky-800\/70 {
    color: rgba(7, 89, 133, 0.7);
}
.text-sky-800\/75 {
    color: rgba(7, 89, 133, 0.75);
}
.text-sky-800\/80 {
    color: rgba(7, 89, 133, 0.8);
}
.text-sky-800\/85 {
    color: rgba(7, 89, 133, 0.85);
}
.text-sky-800\/90 {
    color: rgba(7, 89, 133, 0.9);
}
.text-sky-800\/95 {
    color: rgba(7, 89, 133, 0.95);
}
.text-sky-900 {
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-sky-900\/0 {
    color: rgba(12, 74, 110, 0);
}
.text-sky-900\/10 {
    color: rgba(12, 74, 110, 0.1);
}
.text-sky-900\/100 {
    color: #0c4a6e;
}
.text-sky-900\/15 {
    color: rgba(12, 74, 110, 0.15);
}
.text-sky-900\/20 {
    color: rgba(12, 74, 110, 0.2);
}
.text-sky-900\/25 {
    color: rgba(12, 74, 110, 0.25);
}
.text-sky-900\/30 {
    color: rgba(12, 74, 110, 0.3);
}
.text-sky-900\/35 {
    color: rgba(12, 74, 110, 0.35);
}
.text-sky-900\/40 {
    color: rgba(12, 74, 110, 0.4);
}
.text-sky-900\/45 {
    color: rgba(12, 74, 110, 0.45);
}
.text-sky-900\/5 {
    color: rgba(12, 74, 110, 0.05);
}
.text-sky-900\/50 {
    color: rgba(12, 74, 110, 0.5);
}
.text-sky-900\/55 {
    color: rgba(12, 74, 110, 0.55);
}
.text-sky-900\/60 {
    color: rgba(12, 74, 110, 0.6);
}
.text-sky-900\/65 {
    color: rgba(12, 74, 110, 0.65);
}
.text-sky-900\/70 {
    color: rgba(12, 74, 110, 0.7);
}
.text-sky-900\/75 {
    color: rgba(12, 74, 110, 0.75);
}
.text-sky-900\/80 {
    color: rgba(12, 74, 110, 0.8);
}
.text-sky-900\/85 {
    color: rgba(12, 74, 110, 0.85);
}
.text-sky-900\/90 {
    color: rgba(12, 74, 110, 0.9);
}
.text-sky-900\/95 {
    color: rgba(12, 74, 110, 0.95);
}
.text-slate-100 {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-100\/0 {
    color: rgba(241, 245, 249, 0);
}
.text-slate-100\/10 {
    color: rgba(241, 245, 249, 0.1);
}
.text-slate-100\/100 {
    color: #f1f5f9;
}
.text-slate-100\/15 {
    color: rgba(241, 245, 249, 0.15);
}
.text-slate-100\/20 {
    color: rgba(241, 245, 249, 0.2);
}
.text-slate-100\/25 {
    color: rgba(241, 245, 249, 0.25);
}
.text-slate-100\/30 {
    color: rgba(241, 245, 249, 0.3);
}
.text-slate-100\/35 {
    color: rgba(241, 245, 249, 0.35);
}
.text-slate-100\/40 {
    color: rgba(241, 245, 249, 0.4);
}
.text-slate-100\/45 {
    color: rgba(241, 245, 249, 0.45);
}
.text-slate-100\/5 {
    color: rgba(241, 245, 249, 0.05);
}
.text-slate-100\/50 {
    color: rgba(241, 245, 249, 0.5);
}
.text-slate-100\/55 {
    color: rgba(241, 245, 249, 0.55);
}
.text-slate-100\/60 {
    color: rgba(241, 245, 249, 0.6);
}
.text-slate-100\/65 {
    color: rgba(241, 245, 249, 0.65);
}
.text-slate-100\/70 {
    color: rgba(241, 245, 249, 0.7);
}
.text-slate-100\/75 {
    color: rgba(241, 245, 249, 0.75);
}
.text-slate-100\/80 {
    color: rgba(241, 245, 249, 0.8);
}
.text-slate-100\/85 {
    color: rgba(241, 245, 249, 0.85);
}
.text-slate-100\/90 {
    color: rgba(241, 245, 249, 0.9);
}
.text-slate-100\/95 {
    color: rgba(241, 245, 249, 0.95);
}
.text-slate-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-200\/0 {
    color: rgba(226, 232, 240, 0);
}
.text-slate-200\/10 {
    color: rgba(226, 232, 240, 0.1);
}
.text-slate-200\/100 {
    color: #e2e8f0;
}
.text-slate-200\/15 {
    color: rgba(226, 232, 240, 0.15);
}
.text-slate-200\/20 {
    color: rgba(226, 232, 240, 0.2);
}
.text-slate-200\/25 {
    color: rgba(226, 232, 240, 0.25);
}
.text-slate-200\/30 {
    color: rgba(226, 232, 240, 0.3);
}
.text-slate-200\/35 {
    color: rgba(226, 232, 240, 0.35);
}
.text-slate-200\/40 {
    color: rgba(226, 232, 240, 0.4);
}
.text-slate-200\/45 {
    color: rgba(226, 232, 240, 0.45);
}
.text-slate-200\/5 {
    color: rgba(226, 232, 240, 0.05);
}
.text-slate-200\/50 {
    color: rgba(226, 232, 240, 0.5);
}
.text-slate-200\/55 {
    color: rgba(226, 232, 240, 0.55);
}
.text-slate-200\/60 {
    color: rgba(226, 232, 240, 0.6);
}
.text-slate-200\/65 {
    color: rgba(226, 232, 240, 0.65);
}
.text-slate-200\/70 {
    color: rgba(226, 232, 240, 0.7);
}
.text-slate-200\/75 {
    color: rgba(226, 232, 240, 0.75);
}
.text-slate-200\/80 {
    color: rgba(226, 232, 240, 0.8);
}
.text-slate-200\/85 {
    color: rgba(226, 232, 240, 0.85);
}
.text-slate-200\/90 {
    color: rgba(226, 232, 240, 0.9);
}
.text-slate-200\/95 {
    color: rgba(226, 232, 240, 0.95);
}
.text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-300\/0 {
    color: rgba(203, 213, 225, 0);
}
.text-slate-300\/10 {
    color: rgba(203, 213, 225, 0.1);
}
.text-slate-300\/100 {
    color: #cbd5e1;
}
.text-slate-300\/15 {
    color: rgba(203, 213, 225, 0.15);
}
.text-slate-300\/20 {
    color: rgba(203, 213, 225, 0.2);
}
.text-slate-300\/25 {
    color: rgba(203, 213, 225, 0.25);
}
.text-slate-300\/30 {
    color: rgba(203, 213, 225, 0.3);
}
.text-slate-300\/35 {
    color: rgba(203, 213, 225, 0.35);
}
.text-slate-300\/40 {
    color: rgba(203, 213, 225, 0.4);
}
.text-slate-300\/45 {
    color: rgba(203, 213, 225, 0.45);
}
.text-slate-300\/5 {
    color: rgba(203, 213, 225, 0.05);
}
.text-slate-300\/50 {
    color: rgba(203, 213, 225, 0.5);
}
.text-slate-300\/55 {
    color: rgba(203, 213, 225, 0.55);
}
.text-slate-300\/60 {
    color: rgba(203, 213, 225, 0.6);
}
.text-slate-300\/65 {
    color: rgba(203, 213, 225, 0.65);
}
.text-slate-300\/70 {
    color: rgba(203, 213, 225, 0.7);
}
.text-slate-300\/75 {
    color: rgba(203, 213, 225, 0.75);
}
.text-slate-300\/80 {
    color: rgba(203, 213, 225, 0.8);
}
.text-slate-300\/85 {
    color: rgba(203, 213, 225, 0.85);
}
.text-slate-300\/90 {
    color: rgba(203, 213, 225, 0.9);
}
.text-slate-300\/95 {
    color: rgba(203, 213, 225, 0.95);
}
.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-400\/0 {
    color: rgba(148, 163, 184, 0);
}
.text-slate-400\/10 {
    color: rgba(148, 163, 184, 0.1);
}
.text-slate-400\/100 {
    color: #94a3b8;
}
.text-slate-400\/15 {
    color: rgba(148, 163, 184, 0.15);
}
.text-slate-400\/20 {
    color: rgba(148, 163, 184, 0.2);
}
.text-slate-400\/25 {
    color: rgba(148, 163, 184, 0.25);
}
.text-slate-400\/30 {
    color: rgba(148, 163, 184, 0.3);
}
.text-slate-400\/35 {
    color: rgba(148, 163, 184, 0.35);
}
.text-slate-400\/40 {
    color: rgba(148, 163, 184, 0.4);
}
.text-slate-400\/45 {
    color: rgba(148, 163, 184, 0.45);
}
.text-slate-400\/5 {
    color: rgba(148, 163, 184, 0.05);
}
.text-slate-400\/50 {
    color: rgba(148, 163, 184, 0.5);
}
.text-slate-400\/55 {
    color: rgba(148, 163, 184, 0.55);
}
.text-slate-400\/60 {
    color: rgba(148, 163, 184, 0.6);
}
.text-slate-400\/65 {
    color: rgba(148, 163, 184, 0.65);
}
.text-slate-400\/70 {
    color: rgba(148, 163, 184, 0.7);
}
.text-slate-400\/75 {
    color: rgba(148, 163, 184, 0.75);
}
.text-slate-400\/80 {
    color: rgba(148, 163, 184, 0.8);
}
.text-slate-400\/85 {
    color: rgba(148, 163, 184, 0.85);
}
.text-slate-400\/90 {
    color: rgba(148, 163, 184, 0.9);
}
.text-slate-400\/95 {
    color: rgba(148, 163, 184, 0.95);
}
.text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-slate-50\/0 {
    color: rgba(248, 250, 252, 0);
}
.text-slate-50\/10 {
    color: rgba(248, 250, 252, 0.1);
}
.text-slate-50\/100 {
    color: #f8fafc;
}
.text-slate-50\/15 {
    color: rgba(248, 250, 252, 0.15);
}
.text-slate-50\/20 {
    color: rgba(248, 250, 252, 0.2);
}
.text-slate-50\/25 {
    color: rgba(248, 250, 252, 0.25);
}
.text-slate-50\/30 {
    color: rgba(248, 250, 252, 0.3);
}
.text-slate-50\/35 {
    color: rgba(248, 250, 252, 0.35);
}
.text-slate-50\/40 {
    color: rgba(248, 250, 252, 0.4);
}
.text-slate-50\/45 {
    color: rgba(248, 250, 252, 0.45);
}
.text-slate-50\/5 {
    color: rgba(248, 250, 252, 0.05);
}
.text-slate-50\/50 {
    color: rgba(248, 250, 252, 0.5);
}
.text-slate-50\/55 {
    color: rgba(248, 250, 252, 0.55);
}
.text-slate-50\/60 {
    color: rgba(248, 250, 252, 0.6);
}
.text-slate-50\/65 {
    color: rgba(248, 250, 252, 0.65);
}
.text-slate-50\/70 {
    color: rgba(248, 250, 252, 0.7);
}
.text-slate-50\/75 {
    color: rgba(248, 250, 252, 0.75);
}
.text-slate-50\/80 {
    color: rgba(248, 250, 252, 0.8);
}
.text-slate-50\/85 {
    color: rgba(248, 250, 252, 0.85);
}
.text-slate-50\/90 {
    color: rgba(248, 250, 252, 0.9);
}
.text-slate-50\/95 {
    color: rgba(248, 250, 252, 0.95);
}
.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-500\/0 {
    color: rgba(100, 116, 139, 0);
}
.text-slate-500\/10 {
    color: rgba(100, 116, 139, 0.1);
}
.text-slate-500\/100 {
    color: #64748b;
}
.text-slate-500\/15 {
    color: rgba(100, 116, 139, 0.15);
}
.text-slate-500\/20 {
    color: rgba(100, 116, 139, 0.2);
}
.text-slate-500\/25 {
    color: rgba(100, 116, 139, 0.25);
}
.text-slate-500\/30 {
    color: rgba(100, 116, 139, 0.3);
}
.text-slate-500\/35 {
    color: rgba(100, 116, 139, 0.35);
}
.text-slate-500\/40 {
    color: rgba(100, 116, 139, 0.4);
}
.text-slate-500\/45 {
    color: rgba(100, 116, 139, 0.45);
}
.text-slate-500\/5 {
    color: rgba(100, 116, 139, 0.05);
}
.text-slate-500\/50 {
    color: rgba(100, 116, 139, 0.5);
}
.text-slate-500\/55 {
    color: rgba(100, 116, 139, 0.55);
}
.text-slate-500\/60 {
    color: rgba(100, 116, 139, 0.6);
}
.text-slate-500\/65 {
    color: rgba(100, 116, 139, 0.65);
}
.text-slate-500\/70 {
    color: rgba(100, 116, 139, 0.7);
}
.text-slate-500\/75 {
    color: rgba(100, 116, 139, 0.75);
}
.text-slate-500\/80 {
    color: rgba(100, 116, 139, 0.8);
}
.text-slate-500\/85 {
    color: rgba(100, 116, 139, 0.85);
}
.text-slate-500\/90 {
    color: rgba(100, 116, 139, 0.9);
}
.text-slate-500\/95 {
    color: rgba(100, 116, 139, 0.95);
}
.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-600\/0 {
    color: rgba(71, 85, 105, 0);
}
.text-slate-600\/10 {
    color: rgba(71, 85, 105, 0.1);
}
.text-slate-600\/100 {
    color: #475569;
}
.text-slate-600\/15 {
    color: rgba(71, 85, 105, 0.15);
}
.text-slate-600\/20 {
    color: rgba(71, 85, 105, 0.2);
}
.text-slate-600\/25 {
    color: rgba(71, 85, 105, 0.25);
}
.text-slate-600\/30 {
    color: rgba(71, 85, 105, 0.3);
}
.text-slate-600\/35 {
    color: rgba(71, 85, 105, 0.35);
}
.text-slate-600\/40 {
    color: rgba(71, 85, 105, 0.4);
}
.text-slate-600\/45 {
    color: rgba(71, 85, 105, 0.45);
}
.text-slate-600\/5 {
    color: rgba(71, 85, 105, 0.05);
}
.text-slate-600\/50 {
    color: rgba(71, 85, 105, 0.5);
}
.text-slate-600\/55 {
    color: rgba(71, 85, 105, 0.55);
}
.text-slate-600\/60 {
    color: rgba(71, 85, 105, 0.6);
}
.text-slate-600\/65 {
    color: rgba(71, 85, 105, 0.65);
}
.text-slate-600\/70 {
    color: rgba(71, 85, 105, 0.7);
}
.text-slate-600\/75 {
    color: rgba(71, 85, 105, 0.75);
}
.text-slate-600\/80 {
    color: rgba(71, 85, 105, 0.8);
}
.text-slate-600\/85 {
    color: rgba(71, 85, 105, 0.85);
}
.text-slate-600\/90 {
    color: rgba(71, 85, 105, 0.9);
}
.text-slate-600\/95 {
    color: rgba(71, 85, 105, 0.95);
}
.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-700\/0 {
    color: rgba(51, 65, 85, 0);
}
.text-slate-700\/10 {
    color: rgba(51, 65, 85, 0.1);
}
.text-slate-700\/100 {
    color: #334155;
}
.text-slate-700\/15 {
    color: rgba(51, 65, 85, 0.15);
}
.text-slate-700\/20 {
    color: rgba(51, 65, 85, 0.2);
}
.text-slate-700\/25 {
    color: rgba(51, 65, 85, 0.25);
}
.text-slate-700\/30 {
    color: rgba(51, 65, 85, 0.3);
}
.text-slate-700\/35 {
    color: rgba(51, 65, 85, 0.35);
}
.text-slate-700\/40 {
    color: rgba(51, 65, 85, 0.4);
}
.text-slate-700\/45 {
    color: rgba(51, 65, 85, 0.45);
}
.text-slate-700\/5 {
    color: rgba(51, 65, 85, 0.05);
}
.text-slate-700\/50 {
    color: rgba(51, 65, 85, 0.5);
}
.text-slate-700\/55 {
    color: rgba(51, 65, 85, 0.55);
}
.text-slate-700\/60 {
    color: rgba(51, 65, 85, 0.6);
}
.text-slate-700\/65 {
    color: rgba(51, 65, 85, 0.65);
}
.text-slate-700\/70 {
    color: rgba(51, 65, 85, 0.7);
}
.text-slate-700\/75 {
    color: rgba(51, 65, 85, 0.75);
}
.text-slate-700\/80 {
    color: rgba(51, 65, 85, 0.8);
}
.text-slate-700\/85 {
    color: rgba(51, 65, 85, 0.85);
}
.text-slate-700\/90 {
    color: rgba(51, 65, 85, 0.9);
}
.text-slate-700\/95 {
    color: rgba(51, 65, 85, 0.95);
}
.text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-800\/0 {
    color: rgba(30, 41, 59, 0);
}
.text-slate-800\/10 {
    color: rgba(30, 41, 59, 0.1);
}
.text-slate-800\/100 {
    color: #1e293b;
}
.text-slate-800\/15 {
    color: rgba(30, 41, 59, 0.15);
}
.text-slate-800\/20 {
    color: rgba(30, 41, 59, 0.2);
}
.text-slate-800\/25 {
    color: rgba(30, 41, 59, 0.25);
}
.text-slate-800\/30 {
    color: rgba(30, 41, 59, 0.3);
}
.text-slate-800\/35 {
    color: rgba(30, 41, 59, 0.35);
}
.text-slate-800\/40 {
    color: rgba(30, 41, 59, 0.4);
}
.text-slate-800\/45 {
    color: rgba(30, 41, 59, 0.45);
}
.text-slate-800\/5 {
    color: rgba(30, 41, 59, 0.05);
}
.text-slate-800\/50 {
    color: rgba(30, 41, 59, 0.5);
}
.text-slate-800\/55 {
    color: rgba(30, 41, 59, 0.55);
}
.text-slate-800\/60 {
    color: rgba(30, 41, 59, 0.6);
}
.text-slate-800\/65 {
    color: rgba(30, 41, 59, 0.65);
}
.text-slate-800\/70 {
    color: rgba(30, 41, 59, 0.7);
}
.text-slate-800\/75 {
    color: rgba(30, 41, 59, 0.75);
}
.text-slate-800\/80 {
    color: rgba(30, 41, 59, 0.8);
}
.text-slate-800\/85 {
    color: rgba(30, 41, 59, 0.85);
}
.text-slate-800\/90 {
    color: rgba(30, 41, 59, 0.9);
}
.text-slate-800\/95 {
    color: rgba(30, 41, 59, 0.95);
}
.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-900\/0 {
    color: rgba(15, 23, 42, 0);
}
.text-slate-900\/10 {
    color: rgba(15, 23, 42, 0.1);
}
.text-slate-900\/100 {
    color: #0f172a;
}
.text-slate-900\/15 {
    color: rgba(15, 23, 42, 0.15);
}
.text-slate-900\/20 {
    color: rgba(15, 23, 42, 0.2);
}
.text-slate-900\/25 {
    color: rgba(15, 23, 42, 0.25);
}
.text-slate-900\/30 {
    color: rgba(15, 23, 42, 0.3);
}
.text-slate-900\/35 {
    color: rgba(15, 23, 42, 0.35);
}
.text-slate-900\/40 {
    color: rgba(15, 23, 42, 0.4);
}
.text-slate-900\/45 {
    color: rgba(15, 23, 42, 0.45);
}
.text-slate-900\/5 {
    color: rgba(15, 23, 42, 0.05);
}
.text-slate-900\/50 {
    color: rgba(15, 23, 42, 0.5);
}
.text-slate-900\/55 {
    color: rgba(15, 23, 42, 0.55);
}
.text-slate-900\/60 {
    color: rgba(15, 23, 42, 0.6);
}
.text-slate-900\/65 {
    color: rgba(15, 23, 42, 0.65);
}
.text-slate-900\/70 {
    color: rgba(15, 23, 42, 0.7);
}
.text-slate-900\/75 {
    color: rgba(15, 23, 42, 0.75);
}
.text-slate-900\/80 {
    color: rgba(15, 23, 42, 0.8);
}
.text-slate-900\/85 {
    color: rgba(15, 23, 42, 0.85);
}
.text-slate-900\/90 {
    color: rgba(15, 23, 42, 0.9);
}
.text-slate-900\/95 {
    color: rgba(15, 23, 42, 0.95);
}
.text-stone-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.text-stone-100\/0 {
    color: hsla(60, 5%, 96%, 0);
}
.text-stone-100\/10 {
    color: hsla(60, 5%, 96%, 0.1);
}
.text-stone-100\/100 {
    color: #f5f5f4;
}
.text-stone-100\/15 {
    color: hsla(60, 5%, 96%, 0.15);
}
.text-stone-100\/20 {
    color: hsla(60, 5%, 96%, 0.2);
}
.text-stone-100\/25 {
    color: hsla(60, 5%, 96%, 0.25);
}
.text-stone-100\/30 {
    color: hsla(60, 5%, 96%, 0.3);
}
.text-stone-100\/35 {
    color: hsla(60, 5%, 96%, 0.35);
}
.text-stone-100\/40 {
    color: hsla(60, 5%, 96%, 0.4);
}
.text-stone-100\/45 {
    color: hsla(60, 5%, 96%, 0.45);
}
.text-stone-100\/5 {
    color: hsla(60, 5%, 96%, 0.05);
}
.text-stone-100\/50 {
    color: hsla(60, 5%, 96%, 0.5);
}
.text-stone-100\/55 {
    color: hsla(60, 5%, 96%, 0.55);
}
.text-stone-100\/60 {
    color: hsla(60, 5%, 96%, 0.6);
}
.text-stone-100\/65 {
    color: hsla(60, 5%, 96%, 0.65);
}
.text-stone-100\/70 {
    color: hsla(60, 5%, 96%, 0.7);
}
.text-stone-100\/75 {
    color: hsla(60, 5%, 96%, 0.75);
}
.text-stone-100\/80 {
    color: hsla(60, 5%, 96%, 0.8);
}
.text-stone-100\/85 {
    color: hsla(60, 5%, 96%, 0.85);
}
.text-stone-100\/90 {
    color: hsla(60, 5%, 96%, 0.9);
}
.text-stone-100\/95 {
    color: hsla(60, 5%, 96%, 0.95);
}
.text-stone-200 {
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.text-stone-200\/0 {
    color: hsla(20, 6%, 90%, 0);
}
.text-stone-200\/10 {
    color: hsla(20, 6%, 90%, 0.1);
}
.text-stone-200\/100 {
    color: #e7e5e4;
}
.text-stone-200\/15 {
    color: hsla(20, 6%, 90%, 0.15);
}
.text-stone-200\/20 {
    color: hsla(20, 6%, 90%, 0.2);
}
.text-stone-200\/25 {
    color: hsla(20, 6%, 90%, 0.25);
}
.text-stone-200\/30 {
    color: hsla(20, 6%, 90%, 0.3);
}
.text-stone-200\/35 {
    color: hsla(20, 6%, 90%, 0.35);
}
.text-stone-200\/40 {
    color: hsla(20, 6%, 90%, 0.4);
}
.text-stone-200\/45 {
    color: hsla(20, 6%, 90%, 0.45);
}
.text-stone-200\/5 {
    color: hsla(20, 6%, 90%, 0.05);
}
.text-stone-200\/50 {
    color: hsla(20, 6%, 90%, 0.5);
}
.text-stone-200\/55 {
    color: hsla(20, 6%, 90%, 0.55);
}
.text-stone-200\/60 {
    color: hsla(20, 6%, 90%, 0.6);
}
.text-stone-200\/65 {
    color: hsla(20, 6%, 90%, 0.65);
}
.text-stone-200\/70 {
    color: hsla(20, 6%, 90%, 0.7);
}
.text-stone-200\/75 {
    color: hsla(20, 6%, 90%, 0.75);
}
.text-stone-200\/80 {
    color: hsla(20, 6%, 90%, 0.8);
}
.text-stone-200\/85 {
    color: hsla(20, 6%, 90%, 0.85);
}
.text-stone-200\/90 {
    color: hsla(20, 6%, 90%, 0.9);
}
.text-stone-200\/95 {
    color: hsla(20, 6%, 90%, 0.95);
}
.text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.text-stone-300\/0 {
    color: hsla(24, 6%, 83%, 0);
}
.text-stone-300\/10 {
    color: hsla(24, 6%, 83%, 0.1);
}
.text-stone-300\/100 {
    color: #d6d3d1;
}
.text-stone-300\/15 {
    color: hsla(24, 6%, 83%, 0.15);
}
.text-stone-300\/20 {
    color: hsla(24, 6%, 83%, 0.2);
}
.text-stone-300\/25 {
    color: hsla(24, 6%, 83%, 0.25);
}
.text-stone-300\/30 {
    color: hsla(24, 6%, 83%, 0.3);
}
.text-stone-300\/35 {
    color: hsla(24, 6%, 83%, 0.35);
}
.text-stone-300\/40 {
    color: hsla(24, 6%, 83%, 0.4);
}
.text-stone-300\/45 {
    color: hsla(24, 6%, 83%, 0.45);
}
.text-stone-300\/5 {
    color: hsla(24, 6%, 83%, 0.05);
}
.text-stone-300\/50 {
    color: hsla(24, 6%, 83%, 0.5);
}
.text-stone-300\/55 {
    color: hsla(24, 6%, 83%, 0.55);
}
.text-stone-300\/60 {
    color: hsla(24, 6%, 83%, 0.6);
}
.text-stone-300\/65 {
    color: hsla(24, 6%, 83%, 0.65);
}
.text-stone-300\/70 {
    color: hsla(24, 6%, 83%, 0.7);
}
.text-stone-300\/75 {
    color: hsla(24, 6%, 83%, 0.75);
}
.text-stone-300\/80 {
    color: hsla(24, 6%, 83%, 0.8);
}
.text-stone-300\/85 {
    color: hsla(24, 6%, 83%, 0.85);
}
.text-stone-300\/90 {
    color: hsla(24, 6%, 83%, 0.9);
}
.text-stone-300\/95 {
    color: hsla(24, 6%, 83%, 0.95);
}
.text-stone-400 {
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.text-stone-400\/0 {
    color: hsla(24, 5%, 64%, 0);
}
.text-stone-400\/10 {
    color: hsla(24, 5%, 64%, 0.1);
}
.text-stone-400\/100 {
    color: #a8a29e;
}
.text-stone-400\/15 {
    color: hsla(24, 5%, 64%, 0.15);
}
.text-stone-400\/20 {
    color: hsla(24, 5%, 64%, 0.2);
}
.text-stone-400\/25 {
    color: hsla(24, 5%, 64%, 0.25);
}
.text-stone-400\/30 {
    color: hsla(24, 5%, 64%, 0.3);
}
.text-stone-400\/35 {
    color: hsla(24, 5%, 64%, 0.35);
}
.text-stone-400\/40 {
    color: hsla(24, 5%, 64%, 0.4);
}
.text-stone-400\/45 {
    color: hsla(24, 5%, 64%, 0.45);
}
.text-stone-400\/5 {
    color: hsla(24, 5%, 64%, 0.05);
}
.text-stone-400\/50 {
    color: hsla(24, 5%, 64%, 0.5);
}
.text-stone-400\/55 {
    color: hsla(24, 5%, 64%, 0.55);
}
.text-stone-400\/60 {
    color: hsla(24, 5%, 64%, 0.6);
}
.text-stone-400\/65 {
    color: hsla(24, 5%, 64%, 0.65);
}
.text-stone-400\/70 {
    color: hsla(24, 5%, 64%, 0.7);
}
.text-stone-400\/75 {
    color: hsla(24, 5%, 64%, 0.75);
}
.text-stone-400\/80 {
    color: hsla(24, 5%, 64%, 0.8);
}
.text-stone-400\/85 {
    color: hsla(24, 5%, 64%, 0.85);
}
.text-stone-400\/90 {
    color: hsla(24, 5%, 64%, 0.9);
}
.text-stone-400\/95 {
    color: hsla(24, 5%, 64%, 0.95);
}
.text-stone-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.text-stone-50\/0 {
    color: hsla(60, 9%, 98%, 0);
}
.text-stone-50\/10 {
    color: hsla(60, 9%, 98%, 0.1);
}
.text-stone-50\/100 {
    color: #fafaf9;
}
.text-stone-50\/15 {
    color: hsla(60, 9%, 98%, 0.15);
}
.text-stone-50\/20 {
    color: hsla(60, 9%, 98%, 0.2);
}
.text-stone-50\/25 {
    color: hsla(60, 9%, 98%, 0.25);
}
.text-stone-50\/30 {
    color: hsla(60, 9%, 98%, 0.3);
}
.text-stone-50\/35 {
    color: hsla(60, 9%, 98%, 0.35);
}
.text-stone-50\/40 {
    color: hsla(60, 9%, 98%, 0.4);
}
.text-stone-50\/45 {
    color: hsla(60, 9%, 98%, 0.45);
}
.text-stone-50\/5 {
    color: hsla(60, 9%, 98%, 0.05);
}
.text-stone-50\/50 {
    color: hsla(60, 9%, 98%, 0.5);
}
.text-stone-50\/55 {
    color: hsla(60, 9%, 98%, 0.55);
}
.text-stone-50\/60 {
    color: hsla(60, 9%, 98%, 0.6);
}
.text-stone-50\/65 {
    color: hsla(60, 9%, 98%, 0.65);
}
.text-stone-50\/70 {
    color: hsla(60, 9%, 98%, 0.7);
}
.text-stone-50\/75 {
    color: hsla(60, 9%, 98%, 0.75);
}
.text-stone-50\/80 {
    color: hsla(60, 9%, 98%, 0.8);
}
.text-stone-50\/85 {
    color: hsla(60, 9%, 98%, 0.85);
}
.text-stone-50\/90 {
    color: hsla(60, 9%, 98%, 0.9);
}
.text-stone-50\/95 {
    color: hsla(60, 9%, 98%, 0.95);
}
.text-stone-500 {
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-500\/0 {
    color: hsla(25, 5%, 45%, 0);
}
.text-stone-500\/10 {
    color: hsla(25, 5%, 45%, 0.1);
}
.text-stone-500\/100 {
    color: #78716c;
}
.text-stone-500\/15 {
    color: hsla(25, 5%, 45%, 0.15);
}
.text-stone-500\/20 {
    color: hsla(25, 5%, 45%, 0.2);
}
.text-stone-500\/25 {
    color: hsla(25, 5%, 45%, 0.25);
}
.text-stone-500\/30 {
    color: hsla(25, 5%, 45%, 0.3);
}
.text-stone-500\/35 {
    color: hsla(25, 5%, 45%, 0.35);
}
.text-stone-500\/40 {
    color: hsla(25, 5%, 45%, 0.4);
}
.text-stone-500\/45 {
    color: hsla(25, 5%, 45%, 0.45);
}
.text-stone-500\/5 {
    color: hsla(25, 5%, 45%, 0.05);
}
.text-stone-500\/50 {
    color: hsla(25, 5%, 45%, 0.5);
}
.text-stone-500\/55 {
    color: hsla(25, 5%, 45%, 0.55);
}
.text-stone-500\/60 {
    color: hsla(25, 5%, 45%, 0.6);
}
.text-stone-500\/65 {
    color: hsla(25, 5%, 45%, 0.65);
}
.text-stone-500\/70 {
    color: hsla(25, 5%, 45%, 0.7);
}
.text-stone-500\/75 {
    color: hsla(25, 5%, 45%, 0.75);
}
.text-stone-500\/80 {
    color: hsla(25, 5%, 45%, 0.8);
}
.text-stone-500\/85 {
    color: hsla(25, 5%, 45%, 0.85);
}
.text-stone-500\/90 {
    color: hsla(25, 5%, 45%, 0.9);
}
.text-stone-500\/95 {
    color: hsla(25, 5%, 45%, 0.95);
}
.text-stone-600 {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-stone-600\/0 {
    color: rgba(87, 83, 78, 0);
}
.text-stone-600\/10 {
    color: rgba(87, 83, 78, 0.1);
}
.text-stone-600\/100 {
    color: #57534e;
}
.text-stone-600\/15 {
    color: rgba(87, 83, 78, 0.15);
}
.text-stone-600\/20 {
    color: rgba(87, 83, 78, 0.2);
}
.text-stone-600\/25 {
    color: rgba(87, 83, 78, 0.25);
}
.text-stone-600\/30 {
    color: rgba(87, 83, 78, 0.3);
}
.text-stone-600\/35 {
    color: rgba(87, 83, 78, 0.35);
}
.text-stone-600\/40 {
    color: rgba(87, 83, 78, 0.4);
}
.text-stone-600\/45 {
    color: rgba(87, 83, 78, 0.45);
}
.text-stone-600\/5 {
    color: rgba(87, 83, 78, 0.05);
}
.text-stone-600\/50 {
    color: rgba(87, 83, 78, 0.5);
}
.text-stone-600\/55 {
    color: rgba(87, 83, 78, 0.55);
}
.text-stone-600\/60 {
    color: rgba(87, 83, 78, 0.6);
}
.text-stone-600\/65 {
    color: rgba(87, 83, 78, 0.65);
}
.text-stone-600\/70 {
    color: rgba(87, 83, 78, 0.7);
}
.text-stone-600\/75 {
    color: rgba(87, 83, 78, 0.75);
}
.text-stone-600\/80 {
    color: rgba(87, 83, 78, 0.8);
}
.text-stone-600\/85 {
    color: rgba(87, 83, 78, 0.85);
}
.text-stone-600\/90 {
    color: rgba(87, 83, 78, 0.9);
}
.text-stone-600\/95 {
    color: rgba(87, 83, 78, 0.95);
}
.text-stone-700 {
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-stone-700\/0 {
    color: rgba(68, 64, 60, 0);
}
.text-stone-700\/10 {
    color: rgba(68, 64, 60, 0.1);
}
.text-stone-700\/100 {
    color: #44403c;
}
.text-stone-700\/15 {
    color: rgba(68, 64, 60, 0.15);
}
.text-stone-700\/20 {
    color: rgba(68, 64, 60, 0.2);
}
.text-stone-700\/25 {
    color: rgba(68, 64, 60, 0.25);
}
.text-stone-700\/30 {
    color: rgba(68, 64, 60, 0.3);
}
.text-stone-700\/35 {
    color: rgba(68, 64, 60, 0.35);
}
.text-stone-700\/40 {
    color: rgba(68, 64, 60, 0.4);
}
.text-stone-700\/45 {
    color: rgba(68, 64, 60, 0.45);
}
.text-stone-700\/5 {
    color: rgba(68, 64, 60, 0.05);
}
.text-stone-700\/50 {
    color: rgba(68, 64, 60, 0.5);
}
.text-stone-700\/55 {
    color: rgba(68, 64, 60, 0.55);
}
.text-stone-700\/60 {
    color: rgba(68, 64, 60, 0.6);
}
.text-stone-700\/65 {
    color: rgba(68, 64, 60, 0.65);
}
.text-stone-700\/70 {
    color: rgba(68, 64, 60, 0.7);
}
.text-stone-700\/75 {
    color: rgba(68, 64, 60, 0.75);
}
.text-stone-700\/80 {
    color: rgba(68, 64, 60, 0.8);
}
.text-stone-700\/85 {
    color: rgba(68, 64, 60, 0.85);
}
.text-stone-700\/90 {
    color: rgba(68, 64, 60, 0.9);
}
.text-stone-700\/95 {
    color: rgba(68, 64, 60, 0.95);
}
.text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.text-stone-800\/0 {
    color: rgba(41, 37, 36, 0);
}
.text-stone-800\/10 {
    color: rgba(41, 37, 36, 0.1);
}
.text-stone-800\/100 {
    color: #292524;
}
.text-stone-800\/15 {
    color: rgba(41, 37, 36, 0.15);
}
.text-stone-800\/20 {
    color: rgba(41, 37, 36, 0.2);
}
.text-stone-800\/25 {
    color: rgba(41, 37, 36, 0.25);
}
.text-stone-800\/30 {
    color: rgba(41, 37, 36, 0.3);
}
.text-stone-800\/35 {
    color: rgba(41, 37, 36, 0.35);
}
.text-stone-800\/40 {
    color: rgba(41, 37, 36, 0.4);
}
.text-stone-800\/45 {
    color: rgba(41, 37, 36, 0.45);
}
.text-stone-800\/5 {
    color: rgba(41, 37, 36, 0.05);
}
.text-stone-800\/50 {
    color: rgba(41, 37, 36, 0.5);
}
.text-stone-800\/55 {
    color: rgba(41, 37, 36, 0.55);
}
.text-stone-800\/60 {
    color: rgba(41, 37, 36, 0.6);
}
.text-stone-800\/65 {
    color: rgba(41, 37, 36, 0.65);
}
.text-stone-800\/70 {
    color: rgba(41, 37, 36, 0.7);
}
.text-stone-800\/75 {
    color: rgba(41, 37, 36, 0.75);
}
.text-stone-800\/80 {
    color: rgba(41, 37, 36, 0.8);
}
.text-stone-800\/85 {
    color: rgba(41, 37, 36, 0.85);
}
.text-stone-800\/90 {
    color: rgba(41, 37, 36, 0.9);
}
.text-stone-800\/95 {
    color: rgba(41, 37, 36, 0.95);
}
.text-stone-900 {
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.text-stone-900\/0 {
    color: rgba(28, 25, 23, 0);
}
.text-stone-900\/10 {
    color: rgba(28, 25, 23, 0.1);
}
.text-stone-900\/100 {
    color: #1c1917;
}
.text-stone-900\/15 {
    color: rgba(28, 25, 23, 0.15);
}
.text-stone-900\/20 {
    color: rgba(28, 25, 23, 0.2);
}
.text-stone-900\/25 {
    color: rgba(28, 25, 23, 0.25);
}
.text-stone-900\/30 {
    color: rgba(28, 25, 23, 0.3);
}
.text-stone-900\/35 {
    color: rgba(28, 25, 23, 0.35);
}
.text-stone-900\/40 {
    color: rgba(28, 25, 23, 0.4);
}
.text-stone-900\/45 {
    color: rgba(28, 25, 23, 0.45);
}
.text-stone-900\/5 {
    color: rgba(28, 25, 23, 0.05);
}
.text-stone-900\/50 {
    color: rgba(28, 25, 23, 0.5);
}
.text-stone-900\/55 {
    color: rgba(28, 25, 23, 0.55);
}
.text-stone-900\/60 {
    color: rgba(28, 25, 23, 0.6);
}
.text-stone-900\/65 {
    color: rgba(28, 25, 23, 0.65);
}
.text-stone-900\/70 {
    color: rgba(28, 25, 23, 0.7);
}
.text-stone-900\/75 {
    color: rgba(28, 25, 23, 0.75);
}
.text-stone-900\/80 {
    color: rgba(28, 25, 23, 0.8);
}
.text-stone-900\/85 {
    color: rgba(28, 25, 23, 0.85);
}
.text-stone-900\/90 {
    color: rgba(28, 25, 23, 0.9);
}
.text-stone-900\/95 {
    color: rgba(28, 25, 23, 0.95);
}
.text-teal-100 {
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.text-teal-100\/0 {
    color: rgba(204, 251, 241, 0);
}
.text-teal-100\/10 {
    color: rgba(204, 251, 241, 0.1);
}
.text-teal-100\/100 {
    color: #ccfbf1;
}
.text-teal-100\/15 {
    color: rgba(204, 251, 241, 0.15);
}
.text-teal-100\/20 {
    color: rgba(204, 251, 241, 0.2);
}
.text-teal-100\/25 {
    color: rgba(204, 251, 241, 0.25);
}
.text-teal-100\/30 {
    color: rgba(204, 251, 241, 0.3);
}
.text-teal-100\/35 {
    color: rgba(204, 251, 241, 0.35);
}
.text-teal-100\/40 {
    color: rgba(204, 251, 241, 0.4);
}
.text-teal-100\/45 {
    color: rgba(204, 251, 241, 0.45);
}
.text-teal-100\/5 {
    color: rgba(204, 251, 241, 0.05);
}
.text-teal-100\/50 {
    color: rgba(204, 251, 241, 0.5);
}
.text-teal-100\/55 {
    color: rgba(204, 251, 241, 0.55);
}
.text-teal-100\/60 {
    color: rgba(204, 251, 241, 0.6);
}
.text-teal-100\/65 {
    color: rgba(204, 251, 241, 0.65);
}
.text-teal-100\/70 {
    color: rgba(204, 251, 241, 0.7);
}
.text-teal-100\/75 {
    color: rgba(204, 251, 241, 0.75);
}
.text-teal-100\/80 {
    color: rgba(204, 251, 241, 0.8);
}
.text-teal-100\/85 {
    color: rgba(204, 251, 241, 0.85);
}
.text-teal-100\/90 {
    color: rgba(204, 251, 241, 0.9);
}
.text-teal-100\/95 {
    color: rgba(204, 251, 241, 0.95);
}
.text-teal-200 {
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.text-teal-200\/0 {
    color: rgba(153, 246, 228, 0);
}
.text-teal-200\/10 {
    color: rgba(153, 246, 228, 0.1);
}
.text-teal-200\/100 {
    color: #99f6e4;
}
.text-teal-200\/15 {
    color: rgba(153, 246, 228, 0.15);
}
.text-teal-200\/20 {
    color: rgba(153, 246, 228, 0.2);
}
.text-teal-200\/25 {
    color: rgba(153, 246, 228, 0.25);
}
.text-teal-200\/30 {
    color: rgba(153, 246, 228, 0.3);
}
.text-teal-200\/35 {
    color: rgba(153, 246, 228, 0.35);
}
.text-teal-200\/40 {
    color: rgba(153, 246, 228, 0.4);
}
.text-teal-200\/45 {
    color: rgba(153, 246, 228, 0.45);
}
.text-teal-200\/5 {
    color: rgba(153, 246, 228, 0.05);
}
.text-teal-200\/50 {
    color: rgba(153, 246, 228, 0.5);
}
.text-teal-200\/55 {
    color: rgba(153, 246, 228, 0.55);
}
.text-teal-200\/60 {
    color: rgba(153, 246, 228, 0.6);
}
.text-teal-200\/65 {
    color: rgba(153, 246, 228, 0.65);
}
.text-teal-200\/70 {
    color: rgba(153, 246, 228, 0.7);
}
.text-teal-200\/75 {
    color: rgba(153, 246, 228, 0.75);
}
.text-teal-200\/80 {
    color: rgba(153, 246, 228, 0.8);
}
.text-teal-200\/85 {
    color: rgba(153, 246, 228, 0.85);
}
.text-teal-200\/90 {
    color: rgba(153, 246, 228, 0.9);
}
.text-teal-200\/95 {
    color: rgba(153, 246, 228, 0.95);
}
.text-teal-300 {
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.text-teal-300\/0 {
    color: rgba(94, 234, 212, 0);
}
.text-teal-300\/10 {
    color: rgba(94, 234, 212, 0.1);
}
.text-teal-300\/100 {
    color: #5eead4;
}
.text-teal-300\/15 {
    color: rgba(94, 234, 212, 0.15);
}
.text-teal-300\/20 {
    color: rgba(94, 234, 212, 0.2);
}
.text-teal-300\/25 {
    color: rgba(94, 234, 212, 0.25);
}
.text-teal-300\/30 {
    color: rgba(94, 234, 212, 0.3);
}
.text-teal-300\/35 {
    color: rgba(94, 234, 212, 0.35);
}
.text-teal-300\/40 {
    color: rgba(94, 234, 212, 0.4);
}
.text-teal-300\/45 {
    color: rgba(94, 234, 212, 0.45);
}
.text-teal-300\/5 {
    color: rgba(94, 234, 212, 0.05);
}
.text-teal-300\/50 {
    color: rgba(94, 234, 212, 0.5);
}
.text-teal-300\/55 {
    color: rgba(94, 234, 212, 0.55);
}
.text-teal-300\/60 {
    color: rgba(94, 234, 212, 0.6);
}
.text-teal-300\/65 {
    color: rgba(94, 234, 212, 0.65);
}
.text-teal-300\/70 {
    color: rgba(94, 234, 212, 0.7);
}
.text-teal-300\/75 {
    color: rgba(94, 234, 212, 0.75);
}
.text-teal-300\/80 {
    color: rgba(94, 234, 212, 0.8);
}
.text-teal-300\/85 {
    color: rgba(94, 234, 212, 0.85);
}
.text-teal-300\/90 {
    color: rgba(94, 234, 212, 0.9);
}
.text-teal-300\/95 {
    color: rgba(94, 234, 212, 0.95);
}
.text-teal-400 {
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-teal-400\/0 {
    color: rgba(45, 212, 191, 0);
}
.text-teal-400\/10 {
    color: rgba(45, 212, 191, 0.1);
}
.text-teal-400\/100 {
    color: #2dd4bf;
}
.text-teal-400\/15 {
    color: rgba(45, 212, 191, 0.15);
}
.text-teal-400\/20 {
    color: rgba(45, 212, 191, 0.2);
}
.text-teal-400\/25 {
    color: rgba(45, 212, 191, 0.25);
}
.text-teal-400\/30 {
    color: rgba(45, 212, 191, 0.3);
}
.text-teal-400\/35 {
    color: rgba(45, 212, 191, 0.35);
}
.text-teal-400\/40 {
    color: rgba(45, 212, 191, 0.4);
}
.text-teal-400\/45 {
    color: rgba(45, 212, 191, 0.45);
}
.text-teal-400\/5 {
    color: rgba(45, 212, 191, 0.05);
}
.text-teal-400\/50 {
    color: rgba(45, 212, 191, 0.5);
}
.text-teal-400\/55 {
    color: rgba(45, 212, 191, 0.55);
}
.text-teal-400\/60 {
    color: rgba(45, 212, 191, 0.6);
}
.text-teal-400\/65 {
    color: rgba(45, 212, 191, 0.65);
}
.text-teal-400\/70 {
    color: rgba(45, 212, 191, 0.7);
}
.text-teal-400\/75 {
    color: rgba(45, 212, 191, 0.75);
}
.text-teal-400\/80 {
    color: rgba(45, 212, 191, 0.8);
}
.text-teal-400\/85 {
    color: rgba(45, 212, 191, 0.85);
}
.text-teal-400\/90 {
    color: rgba(45, 212, 191, 0.9);
}
.text-teal-400\/95 {
    color: rgba(45, 212, 191, 0.95);
}
.text-teal-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}
.text-teal-50\/0 {
    color: rgba(240, 253, 250, 0);
}
.text-teal-50\/10 {
    color: rgba(240, 253, 250, 0.1);
}
.text-teal-50\/100 {
    color: #f0fdfa;
}
.text-teal-50\/15 {
    color: rgba(240, 253, 250, 0.15);
}
.text-teal-50\/20 {
    color: rgba(240, 253, 250, 0.2);
}
.text-teal-50\/25 {
    color: rgba(240, 253, 250, 0.25);
}
.text-teal-50\/30 {
    color: rgba(240, 253, 250, 0.3);
}
.text-teal-50\/35 {
    color: rgba(240, 253, 250, 0.35);
}
.text-teal-50\/40 {
    color: rgba(240, 253, 250, 0.4);
}
.text-teal-50\/45 {
    color: rgba(240, 253, 250, 0.45);
}
.text-teal-50\/5 {
    color: rgba(240, 253, 250, 0.05);
}
.text-teal-50\/50 {
    color: rgba(240, 253, 250, 0.5);
}
.text-teal-50\/55 {
    color: rgba(240, 253, 250, 0.55);
}
.text-teal-50\/60 {
    color: rgba(240, 253, 250, 0.6);
}
.text-teal-50\/65 {
    color: rgba(240, 253, 250, 0.65);
}
.text-teal-50\/70 {
    color: rgba(240, 253, 250, 0.7);
}
.text-teal-50\/75 {
    color: rgba(240, 253, 250, 0.75);
}
.text-teal-50\/80 {
    color: rgba(240, 253, 250, 0.8);
}
.text-teal-50\/85 {
    color: rgba(240, 253, 250, 0.85);
}
.text-teal-50\/90 {
    color: rgba(240, 253, 250, 0.9);
}
.text-teal-50\/95 {
    color: rgba(240, 253, 250, 0.95);
}
.text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-500\/0 {
    color: rgba(20, 184, 166, 0);
}
.text-teal-500\/10 {
    color: rgba(20, 184, 166, 0.1);
}
.text-teal-500\/100 {
    color: #14b8a6;
}
.text-teal-500\/15 {
    color: rgba(20, 184, 166, 0.15);
}
.text-teal-500\/20 {
    color: rgba(20, 184, 166, 0.2);
}
.text-teal-500\/25 {
    color: rgba(20, 184, 166, 0.25);
}
.text-teal-500\/30 {
    color: rgba(20, 184, 166, 0.3);
}
.text-teal-500\/35 {
    color: rgba(20, 184, 166, 0.35);
}
.text-teal-500\/40 {
    color: rgba(20, 184, 166, 0.4);
}
.text-teal-500\/45 {
    color: rgba(20, 184, 166, 0.45);
}
.text-teal-500\/5 {
    color: rgba(20, 184, 166, 0.05);
}
.text-teal-500\/50 {
    color: rgba(20, 184, 166, 0.5);
}
.text-teal-500\/55 {
    color: rgba(20, 184, 166, 0.55);
}
.text-teal-500\/60 {
    color: rgba(20, 184, 166, 0.6);
}
.text-teal-500\/65 {
    color: rgba(20, 184, 166, 0.65);
}
.text-teal-500\/70 {
    color: rgba(20, 184, 166, 0.7);
}
.text-teal-500\/75 {
    color: rgba(20, 184, 166, 0.75);
}
.text-teal-500\/80 {
    color: rgba(20, 184, 166, 0.8);
}
.text-teal-500\/85 {
    color: rgba(20, 184, 166, 0.85);
}
.text-teal-500\/90 {
    color: rgba(20, 184, 166, 0.9);
}
.text-teal-500\/95 {
    color: rgba(20, 184, 166, 0.95);
}
.text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-600\/0 {
    color: rgba(13, 148, 136, 0);
}
.text-teal-600\/10 {
    color: rgba(13, 148, 136, 0.1);
}
.text-teal-600\/100 {
    color: #0d9488;
}
.text-teal-600\/15 {
    color: rgba(13, 148, 136, 0.15);
}
.text-teal-600\/20 {
    color: rgba(13, 148, 136, 0.2);
}
.text-teal-600\/25 {
    color: rgba(13, 148, 136, 0.25);
}
.text-teal-600\/30 {
    color: rgba(13, 148, 136, 0.3);
}
.text-teal-600\/35 {
    color: rgba(13, 148, 136, 0.35);
}
.text-teal-600\/40 {
    color: rgba(13, 148, 136, 0.4);
}
.text-teal-600\/45 {
    color: rgba(13, 148, 136, 0.45);
}
.text-teal-600\/5 {
    color: rgba(13, 148, 136, 0.05);
}
.text-teal-600\/50 {
    color: rgba(13, 148, 136, 0.5);
}
.text-teal-600\/55 {
    color: rgba(13, 148, 136, 0.55);
}
.text-teal-600\/60 {
    color: rgba(13, 148, 136, 0.6);
}
.text-teal-600\/65 {
    color: rgba(13, 148, 136, 0.65);
}
.text-teal-600\/70 {
    color: rgba(13, 148, 136, 0.7);
}
.text-teal-600\/75 {
    color: rgba(13, 148, 136, 0.75);
}
.text-teal-600\/80 {
    color: rgba(13, 148, 136, 0.8);
}
.text-teal-600\/85 {
    color: rgba(13, 148, 136, 0.85);
}
.text-teal-600\/90 {
    color: rgba(13, 148, 136, 0.9);
}
.text-teal-600\/95 {
    color: rgba(13, 148, 136, 0.95);
}
.text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-teal-700\/0 {
    color: rgba(15, 118, 110, 0);
}
.text-teal-700\/10 {
    color: rgba(15, 118, 110, 0.1);
}
.text-teal-700\/100 {
    color: #0f766e;
}
.text-teal-700\/15 {
    color: rgba(15, 118, 110, 0.15);
}
.text-teal-700\/20 {
    color: rgba(15, 118, 110, 0.2);
}
.text-teal-700\/25 {
    color: rgba(15, 118, 110, 0.25);
}
.text-teal-700\/30 {
    color: rgba(15, 118, 110, 0.3);
}
.text-teal-700\/35 {
    color: rgba(15, 118, 110, 0.35);
}
.text-teal-700\/40 {
    color: rgba(15, 118, 110, 0.4);
}
.text-teal-700\/45 {
    color: rgba(15, 118, 110, 0.45);
}
.text-teal-700\/5 {
    color: rgba(15, 118, 110, 0.05);
}
.text-teal-700\/50 {
    color: rgba(15, 118, 110, 0.5);
}
.text-teal-700\/55 {
    color: rgba(15, 118, 110, 0.55);
}
.text-teal-700\/60 {
    color: rgba(15, 118, 110, 0.6);
}
.text-teal-700\/65 {
    color: rgba(15, 118, 110, 0.65);
}
.text-teal-700\/70 {
    color: rgba(15, 118, 110, 0.7);
}
.text-teal-700\/75 {
    color: rgba(15, 118, 110, 0.75);
}
.text-teal-700\/80 {
    color: rgba(15, 118, 110, 0.8);
}
.text-teal-700\/85 {
    color: rgba(15, 118, 110, 0.85);
}
.text-teal-700\/90 {
    color: rgba(15, 118, 110, 0.9);
}
.text-teal-700\/95 {
    color: rgba(15, 118, 110, 0.95);
}
.text-teal-800 {
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-teal-800\/0 {
    color: rgba(17, 94, 89, 0);
}
.text-teal-800\/10 {
    color: rgba(17, 94, 89, 0.1);
}
.text-teal-800\/100 {
    color: #115e59;
}
.text-teal-800\/15 {
    color: rgba(17, 94, 89, 0.15);
}
.text-teal-800\/20 {
    color: rgba(17, 94, 89, 0.2);
}
.text-teal-800\/25 {
    color: rgba(17, 94, 89, 0.25);
}
.text-teal-800\/30 {
    color: rgba(17, 94, 89, 0.3);
}
.text-teal-800\/35 {
    color: rgba(17, 94, 89, 0.35);
}
.text-teal-800\/40 {
    color: rgba(17, 94, 89, 0.4);
}
.text-teal-800\/45 {
    color: rgba(17, 94, 89, 0.45);
}
.text-teal-800\/5 {
    color: rgba(17, 94, 89, 0.05);
}
.text-teal-800\/50 {
    color: rgba(17, 94, 89, 0.5);
}
.text-teal-800\/55 {
    color: rgba(17, 94, 89, 0.55);
}
.text-teal-800\/60 {
    color: rgba(17, 94, 89, 0.6);
}
.text-teal-800\/65 {
    color: rgba(17, 94, 89, 0.65);
}
.text-teal-800\/70 {
    color: rgba(17, 94, 89, 0.7);
}
.text-teal-800\/75 {
    color: rgba(17, 94, 89, 0.75);
}
.text-teal-800\/80 {
    color: rgba(17, 94, 89, 0.8);
}
.text-teal-800\/85 {
    color: rgba(17, 94, 89, 0.85);
}
.text-teal-800\/90 {
    color: rgba(17, 94, 89, 0.9);
}
.text-teal-800\/95 {
    color: rgba(17, 94, 89, 0.95);
}
.text-teal-900 {
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.text-teal-900\/0 {
    color: rgba(19, 78, 74, 0);
}
.text-teal-900\/10 {
    color: rgba(19, 78, 74, 0.1);
}
.text-teal-900\/100 {
    color: #134e4a;
}
.text-teal-900\/15 {
    color: rgba(19, 78, 74, 0.15);
}
.text-teal-900\/20 {
    color: rgba(19, 78, 74, 0.2);
}
.text-teal-900\/25 {
    color: rgba(19, 78, 74, 0.25);
}
.text-teal-900\/30 {
    color: rgba(19, 78, 74, 0.3);
}
.text-teal-900\/35 {
    color: rgba(19, 78, 74, 0.35);
}
.text-teal-900\/40 {
    color: rgba(19, 78, 74, 0.4);
}
.text-teal-900\/45 {
    color: rgba(19, 78, 74, 0.45);
}
.text-teal-900\/5 {
    color: rgba(19, 78, 74, 0.05);
}
.text-teal-900\/50 {
    color: rgba(19, 78, 74, 0.5);
}
.text-teal-900\/55 {
    color: rgba(19, 78, 74, 0.55);
}
.text-teal-900\/60 {
    color: rgba(19, 78, 74, 0.6);
}
.text-teal-900\/65 {
    color: rgba(19, 78, 74, 0.65);
}
.text-teal-900\/70 {
    color: rgba(19, 78, 74, 0.7);
}
.text-teal-900\/75 {
    color: rgba(19, 78, 74, 0.75);
}
.text-teal-900\/80 {
    color: rgba(19, 78, 74, 0.8);
}
.text-teal-900\/85 {
    color: rgba(19, 78, 74, 0.85);
}
.text-teal-900\/90 {
    color: rgba(19, 78, 74, 0.9);
}
.text-teal-900\/95 {
    color: rgba(19, 78, 74, 0.95);
}
.text-transparent {
    color: transparent;
}
.text-truegray-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-truegray-100\/0 {
    color: hsla(0, 0%, 96%, 0);
}
.text-truegray-100\/10 {
    color: hsla(0, 0%, 96%, 0.1);
}
.text-truegray-100\/100 {
    color: #f5f5f5;
}
.text-truegray-100\/15 {
    color: hsla(0, 0%, 96%, 0.15);
}
.text-truegray-100\/20 {
    color: hsla(0, 0%, 96%, 0.2);
}
.text-truegray-100\/25 {
    color: hsla(0, 0%, 96%, 0.25);
}
.text-truegray-100\/30 {
    color: hsla(0, 0%, 96%, 0.3);
}
.text-truegray-100\/35 {
    color: hsla(0, 0%, 96%, 0.35);
}
.text-truegray-100\/40 {
    color: hsla(0, 0%, 96%, 0.4);
}
.text-truegray-100\/45 {
    color: hsla(0, 0%, 96%, 0.45);
}
.text-truegray-100\/5 {
    color: hsla(0, 0%, 96%, 0.05);
}
.text-truegray-100\/50 {
    color: hsla(0, 0%, 96%, 0.5);
}
.text-truegray-100\/55 {
    color: hsla(0, 0%, 96%, 0.55);
}
.text-truegray-100\/60 {
    color: hsla(0, 0%, 96%, 0.6);
}
.text-truegray-100\/65 {
    color: hsla(0, 0%, 96%, 0.65);
}
.text-truegray-100\/70 {
    color: hsla(0, 0%, 96%, 0.7);
}
.text-truegray-100\/75 {
    color: hsla(0, 0%, 96%, 0.75);
}
.text-truegray-100\/80 {
    color: hsla(0, 0%, 96%, 0.8);
}
.text-truegray-100\/85 {
    color: hsla(0, 0%, 96%, 0.85);
}
.text-truegray-100\/90 {
    color: hsla(0, 0%, 96%, 0.9);
}
.text-truegray-100\/95 {
    color: hsla(0, 0%, 96%, 0.95);
}
.text-truegray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-truegray-200\/0 {
    color: hsla(0, 0%, 90%, 0);
}
.text-truegray-200\/10 {
    color: hsla(0, 0%, 90%, 0.1);
}
.text-truegray-200\/100 {
    color: #e5e5e5;
}
.text-truegray-200\/15 {
    color: hsla(0, 0%, 90%, 0.15);
}
.text-truegray-200\/20 {
    color: hsla(0, 0%, 90%, 0.2);
}
.text-truegray-200\/25 {
    color: hsla(0, 0%, 90%, 0.25);
}
.text-truegray-200\/30 {
    color: hsla(0, 0%, 90%, 0.3);
}
.text-truegray-200\/35 {
    color: hsla(0, 0%, 90%, 0.35);
}
.text-truegray-200\/40 {
    color: hsla(0, 0%, 90%, 0.4);
}
.text-truegray-200\/45 {
    color: hsla(0, 0%, 90%, 0.45);
}
.text-truegray-200\/5 {
    color: hsla(0, 0%, 90%, 0.05);
}
.text-truegray-200\/50 {
    color: hsla(0, 0%, 90%, 0.5);
}
.text-truegray-200\/55 {
    color: hsla(0, 0%, 90%, 0.55);
}
.text-truegray-200\/60 {
    color: hsla(0, 0%, 90%, 0.6);
}
.text-truegray-200\/65 {
    color: hsla(0, 0%, 90%, 0.65);
}
.text-truegray-200\/70 {
    color: hsla(0, 0%, 90%, 0.7);
}
.text-truegray-200\/75 {
    color: hsla(0, 0%, 90%, 0.75);
}
.text-truegray-200\/80 {
    color: hsla(0, 0%, 90%, 0.8);
}
.text-truegray-200\/85 {
    color: hsla(0, 0%, 90%, 0.85);
}
.text-truegray-200\/90 {
    color: hsla(0, 0%, 90%, 0.9);
}
.text-truegray-200\/95 {
    color: hsla(0, 0%, 90%, 0.95);
}
.text-truegray-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-truegray-300\/0 {
    color: hsla(0, 0%, 83%, 0);
}
.text-truegray-300\/10 {
    color: hsla(0, 0%, 83%, 0.1);
}
.text-truegray-300\/100 {
    color: #d4d4d4;
}
.text-truegray-300\/15 {
    color: hsla(0, 0%, 83%, 0.15);
}
.text-truegray-300\/20 {
    color: hsla(0, 0%, 83%, 0.2);
}
.text-truegray-300\/25 {
    color: hsla(0, 0%, 83%, 0.25);
}
.text-truegray-300\/30 {
    color: hsla(0, 0%, 83%, 0.3);
}
.text-truegray-300\/35 {
    color: hsla(0, 0%, 83%, 0.35);
}
.text-truegray-300\/40 {
    color: hsla(0, 0%, 83%, 0.4);
}
.text-truegray-300\/45 {
    color: hsla(0, 0%, 83%, 0.45);
}
.text-truegray-300\/5 {
    color: hsla(0, 0%, 83%, 0.05);
}
.text-truegray-300\/50 {
    color: hsla(0, 0%, 83%, 0.5);
}
.text-truegray-300\/55 {
    color: hsla(0, 0%, 83%, 0.55);
}
.text-truegray-300\/60 {
    color: hsla(0, 0%, 83%, 0.6);
}
.text-truegray-300\/65 {
    color: hsla(0, 0%, 83%, 0.65);
}
.text-truegray-300\/70 {
    color: hsla(0, 0%, 83%, 0.7);
}
.text-truegray-300\/75 {
    color: hsla(0, 0%, 83%, 0.75);
}
.text-truegray-300\/80 {
    color: hsla(0, 0%, 83%, 0.8);
}
.text-truegray-300\/85 {
    color: hsla(0, 0%, 83%, 0.85);
}
.text-truegray-300\/90 {
    color: hsla(0, 0%, 83%, 0.9);
}
.text-truegray-300\/95 {
    color: hsla(0, 0%, 83%, 0.95);
}
.text-truegray-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-truegray-400\/0 {
    color: hsla(0, 0%, 64%, 0);
}
.text-truegray-400\/10 {
    color: hsla(0, 0%, 64%, 0.1);
}
.text-truegray-400\/100 {
    color: #a3a3a3;
}
.text-truegray-400\/15 {
    color: hsla(0, 0%, 64%, 0.15);
}
.text-truegray-400\/20 {
    color: hsla(0, 0%, 64%, 0.2);
}
.text-truegray-400\/25 {
    color: hsla(0, 0%, 64%, 0.25);
}
.text-truegray-400\/30 {
    color: hsla(0, 0%, 64%, 0.3);
}
.text-truegray-400\/35 {
    color: hsla(0, 0%, 64%, 0.35);
}
.text-truegray-400\/40 {
    color: hsla(0, 0%, 64%, 0.4);
}
.text-truegray-400\/45 {
    color: hsla(0, 0%, 64%, 0.45);
}
.text-truegray-400\/5 {
    color: hsla(0, 0%, 64%, 0.05);
}
.text-truegray-400\/50 {
    color: hsla(0, 0%, 64%, 0.5);
}
.text-truegray-400\/55 {
    color: hsla(0, 0%, 64%, 0.55);
}
.text-truegray-400\/60 {
    color: hsla(0, 0%, 64%, 0.6);
}
.text-truegray-400\/65 {
    color: hsla(0, 0%, 64%, 0.65);
}
.text-truegray-400\/70 {
    color: hsla(0, 0%, 64%, 0.7);
}
.text-truegray-400\/75 {
    color: hsla(0, 0%, 64%, 0.75);
}
.text-truegray-400\/80 {
    color: hsla(0, 0%, 64%, 0.8);
}
.text-truegray-400\/85 {
    color: hsla(0, 0%, 64%, 0.85);
}
.text-truegray-400\/90 {
    color: hsla(0, 0%, 64%, 0.9);
}
.text-truegray-400\/95 {
    color: hsla(0, 0%, 64%, 0.95);
}
.text-truegray-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-truegray-50\/0 {
    color: hsla(0, 0%, 98%, 0);
}
.text-truegray-50\/10 {
    color: hsla(0, 0%, 98%, 0.1);
}
.text-truegray-50\/100 {
    color: #fafafa;
}
.text-truegray-50\/15 {
    color: hsla(0, 0%, 98%, 0.15);
}
.text-truegray-50\/20 {
    color: hsla(0, 0%, 98%, 0.2);
}
.text-truegray-50\/25 {
    color: hsla(0, 0%, 98%, 0.25);
}
.text-truegray-50\/30 {
    color: hsla(0, 0%, 98%, 0.3);
}
.text-truegray-50\/35 {
    color: hsla(0, 0%, 98%, 0.35);
}
.text-truegray-50\/40 {
    color: hsla(0, 0%, 98%, 0.4);
}
.text-truegray-50\/45 {
    color: hsla(0, 0%, 98%, 0.45);
}
.text-truegray-50\/5 {
    color: hsla(0, 0%, 98%, 0.05);
}
.text-truegray-50\/50 {
    color: hsla(0, 0%, 98%, 0.5);
}
.text-truegray-50\/55 {
    color: hsla(0, 0%, 98%, 0.55);
}
.text-truegray-50\/60 {
    color: hsla(0, 0%, 98%, 0.6);
}
.text-truegray-50\/65 {
    color: hsla(0, 0%, 98%, 0.65);
}
.text-truegray-50\/70 {
    color: hsla(0, 0%, 98%, 0.7);
}
.text-truegray-50\/75 {
    color: hsla(0, 0%, 98%, 0.75);
}
.text-truegray-50\/80 {
    color: hsla(0, 0%, 98%, 0.8);
}
.text-truegray-50\/85 {
    color: hsla(0, 0%, 98%, 0.85);
}
.text-truegray-50\/90 {
    color: hsla(0, 0%, 98%, 0.9);
}
.text-truegray-50\/95 {
    color: hsla(0, 0%, 98%, 0.95);
}
.text-truegray-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-truegray-500\/0 {
    color: hsla(0, 0%, 45%, 0);
}
.text-truegray-500\/10 {
    color: hsla(0, 0%, 45%, 0.1);
}
.text-truegray-500\/100 {
    color: #737373;
}
.text-truegray-500\/15 {
    color: hsla(0, 0%, 45%, 0.15);
}
.text-truegray-500\/20 {
    color: hsla(0, 0%, 45%, 0.2);
}
.text-truegray-500\/25 {
    color: hsla(0, 0%, 45%, 0.25);
}
.text-truegray-500\/30 {
    color: hsla(0, 0%, 45%, 0.3);
}
.text-truegray-500\/35 {
    color: hsla(0, 0%, 45%, 0.35);
}
.text-truegray-500\/40 {
    color: hsla(0, 0%, 45%, 0.4);
}
.text-truegray-500\/45 {
    color: hsla(0, 0%, 45%, 0.45);
}
.text-truegray-500\/5 {
    color: hsla(0, 0%, 45%, 0.05);
}
.text-truegray-500\/50 {
    color: hsla(0, 0%, 45%, 0.5);
}
.text-truegray-500\/55 {
    color: hsla(0, 0%, 45%, 0.55);
}
.text-truegray-500\/60 {
    color: hsla(0, 0%, 45%, 0.6);
}
.text-truegray-500\/65 {
    color: hsla(0, 0%, 45%, 0.65);
}
.text-truegray-500\/70 {
    color: hsla(0, 0%, 45%, 0.7);
}
.text-truegray-500\/75 {
    color: hsla(0, 0%, 45%, 0.75);
}
.text-truegray-500\/80 {
    color: hsla(0, 0%, 45%, 0.8);
}
.text-truegray-500\/85 {
    color: hsla(0, 0%, 45%, 0.85);
}
.text-truegray-500\/90 {
    color: hsla(0, 0%, 45%, 0.9);
}
.text-truegray-500\/95 {
    color: hsla(0, 0%, 45%, 0.95);
}
.text-truegray-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-truegray-600\/0 {
    color: rgba(82, 82, 82, 0);
}
.text-truegray-600\/10 {
    color: rgba(82, 82, 82, 0.1);
}
.text-truegray-600\/100 {
    color: #525252;
}
.text-truegray-600\/15 {
    color: rgba(82, 82, 82, 0.15);
}
.text-truegray-600\/20 {
    color: rgba(82, 82, 82, 0.2);
}
.text-truegray-600\/25 {
    color: rgba(82, 82, 82, 0.25);
}
.text-truegray-600\/30 {
    color: rgba(82, 82, 82, 0.3);
}
.text-truegray-600\/35 {
    color: rgba(82, 82, 82, 0.35);
}
.text-truegray-600\/40 {
    color: rgba(82, 82, 82, 0.4);
}
.text-truegray-600\/45 {
    color: rgba(82, 82, 82, 0.45);
}
.text-truegray-600\/5 {
    color: rgba(82, 82, 82, 0.05);
}
.text-truegray-600\/50 {
    color: rgba(82, 82, 82, 0.5);
}
.text-truegray-600\/55 {
    color: rgba(82, 82, 82, 0.55);
}
.text-truegray-600\/60 {
    color: rgba(82, 82, 82, 0.6);
}
.text-truegray-600\/65 {
    color: rgba(82, 82, 82, 0.65);
}
.text-truegray-600\/70 {
    color: rgba(82, 82, 82, 0.7);
}
.text-truegray-600\/75 {
    color: rgba(82, 82, 82, 0.75);
}
.text-truegray-600\/80 {
    color: rgba(82, 82, 82, 0.8);
}
.text-truegray-600\/85 {
    color: rgba(82, 82, 82, 0.85);
}
.text-truegray-600\/90 {
    color: rgba(82, 82, 82, 0.9);
}
.text-truegray-600\/95 {
    color: rgba(82, 82, 82, 0.95);
}
.text-truegray-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-truegray-700\/0 {
    color: rgba(64, 64, 64, 0);
}
.text-truegray-700\/10 {
    color: rgba(64, 64, 64, 0.1);
}
.text-truegray-700\/100 {
    color: #404040;
}
.text-truegray-700\/15 {
    color: rgba(64, 64, 64, 0.15);
}
.text-truegray-700\/20 {
    color: rgba(64, 64, 64, 0.2);
}
.text-truegray-700\/25 {
    color: rgba(64, 64, 64, 0.25);
}
.text-truegray-700\/30 {
    color: rgba(64, 64, 64, 0.3);
}
.text-truegray-700\/35 {
    color: rgba(64, 64, 64, 0.35);
}
.text-truegray-700\/40 {
    color: rgba(64, 64, 64, 0.4);
}
.text-truegray-700\/45 {
    color: rgba(64, 64, 64, 0.45);
}
.text-truegray-700\/5 {
    color: rgba(64, 64, 64, 0.05);
}
.text-truegray-700\/50 {
    color: rgba(64, 64, 64, 0.5);
}
.text-truegray-700\/55 {
    color: rgba(64, 64, 64, 0.55);
}
.text-truegray-700\/60 {
    color: rgba(64, 64, 64, 0.6);
}
.text-truegray-700\/65 {
    color: rgba(64, 64, 64, 0.65);
}
.text-truegray-700\/70 {
    color: rgba(64, 64, 64, 0.7);
}
.text-truegray-700\/75 {
    color: rgba(64, 64, 64, 0.75);
}
.text-truegray-700\/80 {
    color: rgba(64, 64, 64, 0.8);
}
.text-truegray-700\/85 {
    color: rgba(64, 64, 64, 0.85);
}
.text-truegray-700\/90 {
    color: rgba(64, 64, 64, 0.9);
}
.text-truegray-700\/95 {
    color: rgba(64, 64, 64, 0.95);
}
.text-truegray-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-truegray-800\/0 {
    color: rgba(38, 38, 38, 0);
}
.text-truegray-800\/10 {
    color: rgba(38, 38, 38, 0.1);
}
.text-truegray-800\/100 {
    color: #262626;
}
.text-truegray-800\/15 {
    color: rgba(38, 38, 38, 0.15);
}
.text-truegray-800\/20 {
    color: rgba(38, 38, 38, 0.2);
}
.text-truegray-800\/25 {
    color: rgba(38, 38, 38, 0.25);
}
.text-truegray-800\/30 {
    color: rgba(38, 38, 38, 0.3);
}
.text-truegray-800\/35 {
    color: rgba(38, 38, 38, 0.35);
}
.text-truegray-800\/40 {
    color: rgba(38, 38, 38, 0.4);
}
.text-truegray-800\/45 {
    color: rgba(38, 38, 38, 0.45);
}
.text-truegray-800\/5 {
    color: rgba(38, 38, 38, 0.05);
}
.text-truegray-800\/50 {
    color: rgba(38, 38, 38, 0.5);
}
.text-truegray-800\/55 {
    color: rgba(38, 38, 38, 0.55);
}
.text-truegray-800\/60 {
    color: rgba(38, 38, 38, 0.6);
}
.text-truegray-800\/65 {
    color: rgba(38, 38, 38, 0.65);
}
.text-truegray-800\/70 {
    color: rgba(38, 38, 38, 0.7);
}
.text-truegray-800\/75 {
    color: rgba(38, 38, 38, 0.75);
}
.text-truegray-800\/80 {
    color: rgba(38, 38, 38, 0.8);
}
.text-truegray-800\/85 {
    color: rgba(38, 38, 38, 0.85);
}
.text-truegray-800\/90 {
    color: rgba(38, 38, 38, 0.9);
}
.text-truegray-800\/95 {
    color: rgba(38, 38, 38, 0.95);
}
.text-truegray-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-truegray-900\/0 {
    color: hsla(0, 0%, 9%, 0);
}
.text-truegray-900\/10 {
    color: hsla(0, 0%, 9%, 0.1);
}
.text-truegray-900\/100 {
    color: #171717;
}
.text-truegray-900\/15 {
    color: hsla(0, 0%, 9%, 0.15);
}
.text-truegray-900\/20 {
    color: hsla(0, 0%, 9%, 0.2);
}
.text-truegray-900\/25 {
    color: hsla(0, 0%, 9%, 0.25);
}
.text-truegray-900\/30 {
    color: hsla(0, 0%, 9%, 0.3);
}
.text-truegray-900\/35 {
    color: hsla(0, 0%, 9%, 0.35);
}
.text-truegray-900\/40 {
    color: hsla(0, 0%, 9%, 0.4);
}
.text-truegray-900\/45 {
    color: hsla(0, 0%, 9%, 0.45);
}
.text-truegray-900\/5 {
    color: hsla(0, 0%, 9%, 0.05);
}
.text-truegray-900\/50 {
    color: hsla(0, 0%, 9%, 0.5);
}
.text-truegray-900\/55 {
    color: hsla(0, 0%, 9%, 0.55);
}
.text-truegray-900\/60 {
    color: hsla(0, 0%, 9%, 0.6);
}
.text-truegray-900\/65 {
    color: hsla(0, 0%, 9%, 0.65);
}
.text-truegray-900\/70 {
    color: hsla(0, 0%, 9%, 0.7);
}
.text-truegray-900\/75 {
    color: hsla(0, 0%, 9%, 0.75);
}
.text-truegray-900\/80 {
    color: hsla(0, 0%, 9%, 0.8);
}
.text-truegray-900\/85 {
    color: hsla(0, 0%, 9%, 0.85);
}
.text-truegray-900\/90 {
    color: hsla(0, 0%, 9%, 0.9);
}
.text-truegray-900\/95 {
    color: hsla(0, 0%, 9%, 0.95);
}
.text-ucm-bluegray {
    --tw-text-opacity: 1;
    color: rgb(183 195 213 / var(--tw-text-opacity, 1));
}
.text-ucm-darkblue {
    --tw-text-opacity: 1;
    color: rgb(20 60 200 / var(--tw-text-opacity, 1));
}
.text-ucm-darkblue\/50 {
    color: rgba(20, 60, 200, 0.5);
}
.text-ucm-green {
    --tw-text-opacity: 1;
    color: rgb(184 168 147 / var(--tw-text-opacity, 1));
}
.text-violet-100 {
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.text-violet-100\/0 {
    color: rgba(237, 233, 254, 0);
}
.text-violet-100\/10 {
    color: rgba(237, 233, 254, 0.1);
}
.text-violet-100\/100 {
    color: #ede9fe;
}
.text-violet-100\/15 {
    color: rgba(237, 233, 254, 0.15);
}
.text-violet-100\/20 {
    color: rgba(237, 233, 254, 0.2);
}
.text-violet-100\/25 {
    color: rgba(237, 233, 254, 0.25);
}
.text-violet-100\/30 {
    color: rgba(237, 233, 254, 0.3);
}
.text-violet-100\/35 {
    color: rgba(237, 233, 254, 0.35);
}
.text-violet-100\/40 {
    color: rgba(237, 233, 254, 0.4);
}
.text-violet-100\/45 {
    color: rgba(237, 233, 254, 0.45);
}
.text-violet-100\/5 {
    color: rgba(237, 233, 254, 0.05);
}
.text-violet-100\/50 {
    color: rgba(237, 233, 254, 0.5);
}
.text-violet-100\/55 {
    color: rgba(237, 233, 254, 0.55);
}
.text-violet-100\/60 {
    color: rgba(237, 233, 254, 0.6);
}
.text-violet-100\/65 {
    color: rgba(237, 233, 254, 0.65);
}
.text-violet-100\/70 {
    color: rgba(237, 233, 254, 0.7);
}
.text-violet-100\/75 {
    color: rgba(237, 233, 254, 0.75);
}
.text-violet-100\/80 {
    color: rgba(237, 233, 254, 0.8);
}
.text-violet-100\/85 {
    color: rgba(237, 233, 254, 0.85);
}
.text-violet-100\/90 {
    color: rgba(237, 233, 254, 0.9);
}
.text-violet-100\/95 {
    color: rgba(237, 233, 254, 0.95);
}
.text-violet-200 {
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-violet-200\/0 {
    color: rgba(221, 214, 254, 0);
}
.text-violet-200\/10 {
    color: rgba(221, 214, 254, 0.1);
}
.text-violet-200\/100 {
    color: #ddd6fe;
}
.text-violet-200\/15 {
    color: rgba(221, 214, 254, 0.15);
}
.text-violet-200\/20 {
    color: rgba(221, 214, 254, 0.2);
}
.text-violet-200\/25 {
    color: rgba(221, 214, 254, 0.25);
}
.text-violet-200\/30 {
    color: rgba(221, 214, 254, 0.3);
}
.text-violet-200\/35 {
    color: rgba(221, 214, 254, 0.35);
}
.text-violet-200\/40 {
    color: rgba(221, 214, 254, 0.4);
}
.text-violet-200\/45 {
    color: rgba(221, 214, 254, 0.45);
}
.text-violet-200\/5 {
    color: rgba(221, 214, 254, 0.05);
}
.text-violet-200\/50 {
    color: rgba(221, 214, 254, 0.5);
}
.text-violet-200\/55 {
    color: rgba(221, 214, 254, 0.55);
}
.text-violet-200\/60 {
    color: rgba(221, 214, 254, 0.6);
}
.text-violet-200\/65 {
    color: rgba(221, 214, 254, 0.65);
}
.text-violet-200\/70 {
    color: rgba(221, 214, 254, 0.7);
}
.text-violet-200\/75 {
    color: rgba(221, 214, 254, 0.75);
}
.text-violet-200\/80 {
    color: rgba(221, 214, 254, 0.8);
}
.text-violet-200\/85 {
    color: rgba(221, 214, 254, 0.85);
}
.text-violet-200\/90 {
    color: rgba(221, 214, 254, 0.9);
}
.text-violet-200\/95 {
    color: rgba(221, 214, 254, 0.95);
}
.text-violet-300 {
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-violet-300\/0 {
    color: rgba(196, 181, 253, 0);
}
.text-violet-300\/10 {
    color: rgba(196, 181, 253, 0.1);
}
.text-violet-300\/100 {
    color: #c4b5fd;
}
.text-violet-300\/15 {
    color: rgba(196, 181, 253, 0.15);
}
.text-violet-300\/20 {
    color: rgba(196, 181, 253, 0.2);
}
.text-violet-300\/25 {
    color: rgba(196, 181, 253, 0.25);
}
.text-violet-300\/30 {
    color: rgba(196, 181, 253, 0.3);
}
.text-violet-300\/35 {
    color: rgba(196, 181, 253, 0.35);
}
.text-violet-300\/40 {
    color: rgba(196, 181, 253, 0.4);
}
.text-violet-300\/45 {
    color: rgba(196, 181, 253, 0.45);
}
.text-violet-300\/5 {
    color: rgba(196, 181, 253, 0.05);
}
.text-violet-300\/50 {
    color: rgba(196, 181, 253, 0.5);
}
.text-violet-300\/55 {
    color: rgba(196, 181, 253, 0.55);
}
.text-violet-300\/60 {
    color: rgba(196, 181, 253, 0.6);
}
.text-violet-300\/65 {
    color: rgba(196, 181, 253, 0.65);
}
.text-violet-300\/70 {
    color: rgba(196, 181, 253, 0.7);
}
.text-violet-300\/75 {
    color: rgba(196, 181, 253, 0.75);
}
.text-violet-300\/80 {
    color: rgba(196, 181, 253, 0.8);
}
.text-violet-300\/85 {
    color: rgba(196, 181, 253, 0.85);
}
.text-violet-300\/90 {
    color: rgba(196, 181, 253, 0.9);
}
.text-violet-300\/95 {
    color: rgba(196, 181, 253, 0.95);
}
.text-violet-400 {
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-violet-400\/0 {
    color: rgba(167, 139, 250, 0);
}
.text-violet-400\/10 {
    color: rgba(167, 139, 250, 0.1);
}
.text-violet-400\/100 {
    color: #a78bfa;
}
.text-violet-400\/15 {
    color: rgba(167, 139, 250, 0.15);
}
.text-violet-400\/20 {
    color: rgba(167, 139, 250, 0.2);
}
.text-violet-400\/25 {
    color: rgba(167, 139, 250, 0.25);
}
.text-violet-400\/30 {
    color: rgba(167, 139, 250, 0.3);
}
.text-violet-400\/35 {
    color: rgba(167, 139, 250, 0.35);
}
.text-violet-400\/40 {
    color: rgba(167, 139, 250, 0.4);
}
.text-violet-400\/45 {
    color: rgba(167, 139, 250, 0.45);
}
.text-violet-400\/5 {
    color: rgba(167, 139, 250, 0.05);
}
.text-violet-400\/50 {
    color: rgba(167, 139, 250, 0.5);
}
.text-violet-400\/55 {
    color: rgba(167, 139, 250, 0.55);
}
.text-violet-400\/60 {
    color: rgba(167, 139, 250, 0.6);
}
.text-violet-400\/65 {
    color: rgba(167, 139, 250, 0.65);
}
.text-violet-400\/70 {
    color: rgba(167, 139, 250, 0.7);
}
.text-violet-400\/75 {
    color: rgba(167, 139, 250, 0.75);
}
.text-violet-400\/80 {
    color: rgba(167, 139, 250, 0.8);
}
.text-violet-400\/85 {
    color: rgba(167, 139, 250, 0.85);
}
.text-violet-400\/90 {
    color: rgba(167, 139, 250, 0.9);
}
.text-violet-400\/95 {
    color: rgba(167, 139, 250, 0.95);
}
.text-violet-50 {
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.text-violet-50\/0 {
    color: rgba(245, 243, 255, 0);
}
.text-violet-50\/10 {
    color: rgba(245, 243, 255, 0.1);
}
.text-violet-50\/100 {
    color: #f5f3ff;
}
.text-violet-50\/15 {
    color: rgba(245, 243, 255, 0.15);
}
.text-violet-50\/20 {
    color: rgba(245, 243, 255, 0.2);
}
.text-violet-50\/25 {
    color: rgba(245, 243, 255, 0.25);
}
.text-violet-50\/30 {
    color: rgba(245, 243, 255, 0.3);
}
.text-violet-50\/35 {
    color: rgba(245, 243, 255, 0.35);
}
.text-violet-50\/40 {
    color: rgba(245, 243, 255, 0.4);
}
.text-violet-50\/45 {
    color: rgba(245, 243, 255, 0.45);
}
.text-violet-50\/5 {
    color: rgba(245, 243, 255, 0.05);
}
.text-violet-50\/50 {
    color: rgba(245, 243, 255, 0.5);
}
.text-violet-50\/55 {
    color: rgba(245, 243, 255, 0.55);
}
.text-violet-50\/60 {
    color: rgba(245, 243, 255, 0.6);
}
.text-violet-50\/65 {
    color: rgba(245, 243, 255, 0.65);
}
.text-violet-50\/70 {
    color: rgba(245, 243, 255, 0.7);
}
.text-violet-50\/75 {
    color: rgba(245, 243, 255, 0.75);
}
.text-violet-50\/80 {
    color: rgba(245, 243, 255, 0.8);
}
.text-violet-50\/85 {
    color: rgba(245, 243, 255, 0.85);
}
.text-violet-50\/90 {
    color: rgba(245, 243, 255, 0.9);
}
.text-violet-50\/95 {
    color: rgba(245, 243, 255, 0.95);
}
.text-violet-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-500\/0 {
    color: rgba(139, 92, 246, 0);
}
.text-violet-500\/10 {
    color: rgba(139, 92, 246, 0.1);
}
.text-violet-500\/100 {
    color: #8b5cf6;
}
.text-violet-500\/15 {
    color: rgba(139, 92, 246, 0.15);
}
.text-violet-500\/20 {
    color: rgba(139, 92, 246, 0.2);
}
.text-violet-500\/25 {
    color: rgba(139, 92, 246, 0.25);
}
.text-violet-500\/30 {
    color: rgba(139, 92, 246, 0.3);
}
.text-violet-500\/35 {
    color: rgba(139, 92, 246, 0.35);
}
.text-violet-500\/40 {
    color: rgba(139, 92, 246, 0.4);
}
.text-violet-500\/45 {
    color: rgba(139, 92, 246, 0.45);
}
.text-violet-500\/5 {
    color: rgba(139, 92, 246, 0.05);
}
.text-violet-500\/50 {
    color: rgba(139, 92, 246, 0.5);
}
.text-violet-500\/55 {
    color: rgba(139, 92, 246, 0.55);
}
.text-violet-500\/60 {
    color: rgba(139, 92, 246, 0.6);
}
.text-violet-500\/65 {
    color: rgba(139, 92, 246, 0.65);
}
.text-violet-500\/70 {
    color: rgba(139, 92, 246, 0.7);
}
.text-violet-500\/75 {
    color: rgba(139, 92, 246, 0.75);
}
.text-violet-500\/80 {
    color: rgba(139, 92, 246, 0.8);
}
.text-violet-500\/85 {
    color: rgba(139, 92, 246, 0.85);
}
.text-violet-500\/90 {
    color: rgba(139, 92, 246, 0.9);
}
.text-violet-500\/95 {
    color: rgba(139, 92, 246, 0.95);
}
.text-violet-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-violet-600\/0 {
    color: rgba(124, 58, 237, 0);
}
.text-violet-600\/10 {
    color: rgba(124, 58, 237, 0.1);
}
.text-violet-600\/100 {
    color: #7c3aed;
}
.text-violet-600\/15 {
    color: rgba(124, 58, 237, 0.15);
}
.text-violet-600\/20 {
    color: rgba(124, 58, 237, 0.2);
}
.text-violet-600\/25 {
    color: rgba(124, 58, 237, 0.25);
}
.text-violet-600\/30 {
    color: rgba(124, 58, 237, 0.3);
}
.text-violet-600\/35 {
    color: rgba(124, 58, 237, 0.35);
}
.text-violet-600\/40 {
    color: rgba(124, 58, 237, 0.4);
}
.text-violet-600\/45 {
    color: rgba(124, 58, 237, 0.45);
}
.text-violet-600\/5 {
    color: rgba(124, 58, 237, 0.05);
}
.text-violet-600\/50 {
    color: rgba(124, 58, 237, 0.5);
}
.text-violet-600\/55 {
    color: rgba(124, 58, 237, 0.55);
}
.text-violet-600\/60 {
    color: rgba(124, 58, 237, 0.6);
}
.text-violet-600\/65 {
    color: rgba(124, 58, 237, 0.65);
}
.text-violet-600\/70 {
    color: rgba(124, 58, 237, 0.7);
}
.text-violet-600\/75 {
    color: rgba(124, 58, 237, 0.75);
}
.text-violet-600\/80 {
    color: rgba(124, 58, 237, 0.8);
}
.text-violet-600\/85 {
    color: rgba(124, 58, 237, 0.85);
}
.text-violet-600\/90 {
    color: rgba(124, 58, 237, 0.9);
}
.text-violet-600\/95 {
    color: rgba(124, 58, 237, 0.95);
}
.text-violet-700 {
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-violet-700\/0 {
    color: rgba(109, 40, 217, 0);
}
.text-violet-700\/10 {
    color: rgba(109, 40, 217, 0.1);
}
.text-violet-700\/100 {
    color: #6d28d9;
}
.text-violet-700\/15 {
    color: rgba(109, 40, 217, 0.15);
}
.text-violet-700\/20 {
    color: rgba(109, 40, 217, 0.2);
}
.text-violet-700\/25 {
    color: rgba(109, 40, 217, 0.25);
}
.text-violet-700\/30 {
    color: rgba(109, 40, 217, 0.3);
}
.text-violet-700\/35 {
    color: rgba(109, 40, 217, 0.35);
}
.text-violet-700\/40 {
    color: rgba(109, 40, 217, 0.4);
}
.text-violet-700\/45 {
    color: rgba(109, 40, 217, 0.45);
}
.text-violet-700\/5 {
    color: rgba(109, 40, 217, 0.05);
}
.text-violet-700\/50 {
    color: rgba(109, 40, 217, 0.5);
}
.text-violet-700\/55 {
    color: rgba(109, 40, 217, 0.55);
}
.text-violet-700\/60 {
    color: rgba(109, 40, 217, 0.6);
}
.text-violet-700\/65 {
    color: rgba(109, 40, 217, 0.65);
}
.text-violet-700\/70 {
    color: rgba(109, 40, 217, 0.7);
}
.text-violet-700\/75 {
    color: rgba(109, 40, 217, 0.75);
}
.text-violet-700\/80 {
    color: rgba(109, 40, 217, 0.8);
}
.text-violet-700\/85 {
    color: rgba(109, 40, 217, 0.85);
}
.text-violet-700\/90 {
    color: rgba(109, 40, 217, 0.9);
}
.text-violet-700\/95 {
    color: rgba(109, 40, 217, 0.95);
}
.text-violet-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.text-violet-800\/0 {
    color: rgba(91, 33, 182, 0);
}
.text-violet-800\/10 {
    color: rgba(91, 33, 182, 0.1);
}
.text-violet-800\/100 {
    color: #5b21b6;
}
.text-violet-800\/15 {
    color: rgba(91, 33, 182, 0.15);
}
.text-violet-800\/20 {
    color: rgba(91, 33, 182, 0.2);
}
.text-violet-800\/25 {
    color: rgba(91, 33, 182, 0.25);
}
.text-violet-800\/30 {
    color: rgba(91, 33, 182, 0.3);
}
.text-violet-800\/35 {
    color: rgba(91, 33, 182, 0.35);
}
.text-violet-800\/40 {
    color: rgba(91, 33, 182, 0.4);
}
.text-violet-800\/45 {
    color: rgba(91, 33, 182, 0.45);
}
.text-violet-800\/5 {
    color: rgba(91, 33, 182, 0.05);
}
.text-violet-800\/50 {
    color: rgba(91, 33, 182, 0.5);
}
.text-violet-800\/55 {
    color: rgba(91, 33, 182, 0.55);
}
.text-violet-800\/60 {
    color: rgba(91, 33, 182, 0.6);
}
.text-violet-800\/65 {
    color: rgba(91, 33, 182, 0.65);
}
.text-violet-800\/70 {
    color: rgba(91, 33, 182, 0.7);
}
.text-violet-800\/75 {
    color: rgba(91, 33, 182, 0.75);
}
.text-violet-800\/80 {
    color: rgba(91, 33, 182, 0.8);
}
.text-violet-800\/85 {
    color: rgba(91, 33, 182, 0.85);
}
.text-violet-800\/90 {
    color: rgba(91, 33, 182, 0.9);
}
.text-violet-800\/95 {
    color: rgba(91, 33, 182, 0.95);
}
.text-violet-900 {
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.text-violet-900\/0 {
    color: rgba(76, 29, 149, 0);
}
.text-violet-900\/10 {
    color: rgba(76, 29, 149, 0.1);
}
.text-violet-900\/100 {
    color: #4c1d95;
}
.text-violet-900\/15 {
    color: rgba(76, 29, 149, 0.15);
}
.text-violet-900\/20 {
    color: rgba(76, 29, 149, 0.2);
}
.text-violet-900\/25 {
    color: rgba(76, 29, 149, 0.25);
}
.text-violet-900\/30 {
    color: rgba(76, 29, 149, 0.3);
}
.text-violet-900\/35 {
    color: rgba(76, 29, 149, 0.35);
}
.text-violet-900\/40 {
    color: rgba(76, 29, 149, 0.4);
}
.text-violet-900\/45 {
    color: rgba(76, 29, 149, 0.45);
}
.text-violet-900\/5 {
    color: rgba(76, 29, 149, 0.05);
}
.text-violet-900\/50 {
    color: rgba(76, 29, 149, 0.5);
}
.text-violet-900\/55 {
    color: rgba(76, 29, 149, 0.55);
}
.text-violet-900\/60 {
    color: rgba(76, 29, 149, 0.6);
}
.text-violet-900\/65 {
    color: rgba(76, 29, 149, 0.65);
}
.text-violet-900\/70 {
    color: rgba(76, 29, 149, 0.7);
}
.text-violet-900\/75 {
    color: rgba(76, 29, 149, 0.75);
}
.text-violet-900\/80 {
    color: rgba(76, 29, 149, 0.8);
}
.text-violet-900\/85 {
    color: rgba(76, 29, 149, 0.85);
}
.text-violet-900\/90 {
    color: rgba(76, 29, 149, 0.9);
}
.text-violet-900\/95 {
    color: rgba(76, 29, 149, 0.95);
}
.text-warmergreen-100 {
    --tw-text-opacity: 1;
    color: rgb(238 239 236 / var(--tw-text-opacity, 1));
}
.text-warmergreen-100\/0 {
    color: hsla(80, 9%, 93%, 0);
}
.text-warmergreen-100\/10 {
    color: hsla(80, 9%, 93%, 0.1);
}
.text-warmergreen-100\/100 {
    color: #eeefec;
}
.text-warmergreen-100\/15 {
    color: hsla(80, 9%, 93%, 0.15);
}
.text-warmergreen-100\/20 {
    color: hsla(80, 9%, 93%, 0.2);
}
.text-warmergreen-100\/25 {
    color: hsla(80, 9%, 93%, 0.25);
}
.text-warmergreen-100\/30 {
    color: hsla(80, 9%, 93%, 0.3);
}
.text-warmergreen-100\/35 {
    color: hsla(80, 9%, 93%, 0.35);
}
.text-warmergreen-100\/40 {
    color: hsla(80, 9%, 93%, 0.4);
}
.text-warmergreen-100\/45 {
    color: hsla(80, 9%, 93%, 0.45);
}
.text-warmergreen-100\/5 {
    color: hsla(80, 9%, 93%, 0.05);
}
.text-warmergreen-100\/50 {
    color: hsla(80, 9%, 93%, 0.5);
}
.text-warmergreen-100\/55 {
    color: hsla(80, 9%, 93%, 0.55);
}
.text-warmergreen-100\/60 {
    color: hsla(80, 9%, 93%, 0.6);
}
.text-warmergreen-100\/65 {
    color: hsla(80, 9%, 93%, 0.65);
}
.text-warmergreen-100\/70 {
    color: hsla(80, 9%, 93%, 0.7);
}
.text-warmergreen-100\/75 {
    color: hsla(80, 9%, 93%, 0.75);
}
.text-warmergreen-100\/80 {
    color: hsla(80, 9%, 93%, 0.8);
}
.text-warmergreen-100\/85 {
    color: hsla(80, 9%, 93%, 0.85);
}
.text-warmergreen-100\/90 {
    color: hsla(80, 9%, 93%, 0.9);
}
.text-warmergreen-100\/95 {
    color: hsla(80, 9%, 93%, 0.95);
}
.text-warmergreen-200 {
    --tw-text-opacity: 1;
    color: rgb(216 222 215 / var(--tw-text-opacity, 1));
}
.text-warmergreen-200\/0 {
    color: rgba(216, 222, 215, 0);
}
.text-warmergreen-200\/10 {
    color: rgba(216, 222, 215, 0.1);
}
.text-warmergreen-200\/100 {
    color: #d8ded7;
}
.text-warmergreen-200\/15 {
    color: rgba(216, 222, 215, 0.15);
}
.text-warmergreen-200\/20 {
    color: rgba(216, 222, 215, 0.2);
}
.text-warmergreen-200\/25 {
    color: rgba(216, 222, 215, 0.25);
}
.text-warmergreen-200\/30 {
    color: rgba(216, 222, 215, 0.3);
}
.text-warmergreen-200\/35 {
    color: rgba(216, 222, 215, 0.35);
}
.text-warmergreen-200\/40 {
    color: rgba(216, 222, 215, 0.4);
}
.text-warmergreen-200\/45 {
    color: rgba(216, 222, 215, 0.45);
}
.text-warmergreen-200\/5 {
    color: rgba(216, 222, 215, 0.05);
}
.text-warmergreen-200\/50 {
    color: rgba(216, 222, 215, 0.5);
}
.text-warmergreen-200\/55 {
    color: rgba(216, 222, 215, 0.55);
}
.text-warmergreen-200\/60 {
    color: rgba(216, 222, 215, 0.6);
}
.text-warmergreen-200\/65 {
    color: rgba(216, 222, 215, 0.65);
}
.text-warmergreen-200\/70 {
    color: rgba(216, 222, 215, 0.7);
}
.text-warmergreen-200\/75 {
    color: rgba(216, 222, 215, 0.75);
}
.text-warmergreen-200\/80 {
    color: rgba(216, 222, 215, 0.8);
}
.text-warmergreen-200\/85 {
    color: rgba(216, 222, 215, 0.85);
}
.text-warmergreen-200\/90 {
    color: rgba(216, 222, 215, 0.9);
}
.text-warmergreen-200\/95 {
    color: rgba(216, 222, 215, 0.95);
}
.text-warmergreen-300 {
    --tw-text-opacity: 1;
    color: rgb(177 188 175 / var(--tw-text-opacity, 1));
}
.text-warmergreen-300\/0 {
    color: hsla(111, 9%, 71%, 0);
}
.text-warmergreen-300\/10 {
    color: hsla(111, 9%, 71%, 0.1);
}
.text-warmergreen-300\/100 {
    color: #b1bcaf;
}
.text-warmergreen-300\/15 {
    color: hsla(111, 9%, 71%, 0.15);
}
.text-warmergreen-300\/20 {
    color: hsla(111, 9%, 71%, 0.2);
}
.text-warmergreen-300\/25 {
    color: hsla(111, 9%, 71%, 0.25);
}
.text-warmergreen-300\/30 {
    color: hsla(111, 9%, 71%, 0.3);
}
.text-warmergreen-300\/35 {
    color: hsla(111, 9%, 71%, 0.35);
}
.text-warmergreen-300\/40 {
    color: hsla(111, 9%, 71%, 0.4);
}
.text-warmergreen-300\/45 {
    color: hsla(111, 9%, 71%, 0.45);
}
.text-warmergreen-300\/5 {
    color: hsla(111, 9%, 71%, 0.05);
}
.text-warmergreen-300\/50 {
    color: hsla(111, 9%, 71%, 0.5);
}
.text-warmergreen-300\/55 {
    color: hsla(111, 9%, 71%, 0.55);
}
.text-warmergreen-300\/60 {
    color: hsla(111, 9%, 71%, 0.6);
}
.text-warmergreen-300\/65 {
    color: hsla(111, 9%, 71%, 0.65);
}
.text-warmergreen-300\/70 {
    color: hsla(111, 9%, 71%, 0.7);
}
.text-warmergreen-300\/75 {
    color: hsla(111, 9%, 71%, 0.75);
}
.text-warmergreen-300\/80 {
    color: hsla(111, 9%, 71%, 0.8);
}
.text-warmergreen-300\/85 {
    color: hsla(111, 9%, 71%, 0.85);
}
.text-warmergreen-300\/90 {
    color: hsla(111, 9%, 71%, 0.9);
}
.text-warmergreen-300\/95 {
    color: hsla(111, 9%, 71%, 0.95);
}
.text-warmergreen-400 {
    --tw-text-opacity: 1;
    color: rgb(127 150 132 / var(--tw-text-opacity, 1));
}
.text-warmergreen-400\/0 {
    color: rgba(127, 150, 132, 0);
}
.text-warmergreen-400\/10 {
    color: rgba(127, 150, 132, 0.1);
}
.text-warmergreen-400\/100 {
    color: #7f9684;
}
.text-warmergreen-400\/15 {
    color: rgba(127, 150, 132, 0.15);
}
.text-warmergreen-400\/20 {
    color: rgba(127, 150, 132, 0.2);
}
.text-warmergreen-400\/25 {
    color: rgba(127, 150, 132, 0.25);
}
.text-warmergreen-400\/30 {
    color: rgba(127, 150, 132, 0.3);
}
.text-warmergreen-400\/35 {
    color: rgba(127, 150, 132, 0.35);
}
.text-warmergreen-400\/40 {
    color: rgba(127, 150, 132, 0.4);
}
.text-warmergreen-400\/45 {
    color: rgba(127, 150, 132, 0.45);
}
.text-warmergreen-400\/5 {
    color: rgba(127, 150, 132, 0.05);
}
.text-warmergreen-400\/50 {
    color: rgba(127, 150, 132, 0.5);
}
.text-warmergreen-400\/55 {
    color: rgba(127, 150, 132, 0.55);
}
.text-warmergreen-400\/60 {
    color: rgba(127, 150, 132, 0.6);
}
.text-warmergreen-400\/65 {
    color: rgba(127, 150, 132, 0.65);
}
.text-warmergreen-400\/70 {
    color: rgba(127, 150, 132, 0.7);
}
.text-warmergreen-400\/75 {
    color: rgba(127, 150, 132, 0.75);
}
.text-warmergreen-400\/80 {
    color: rgba(127, 150, 132, 0.8);
}
.text-warmergreen-400\/85 {
    color: rgba(127, 150, 132, 0.85);
}
.text-warmergreen-400\/90 {
    color: rgba(127, 150, 132, 0.9);
}
.text-warmergreen-400\/95 {
    color: rgba(127, 150, 132, 0.95);
}
.text-warmergreen-50 {
    --tw-text-opacity: 1;
    color: rgb(247 248 246 / var(--tw-text-opacity, 1));
}
.text-warmergreen-50\/0 {
    color: hsla(90, 12%, 97%, 0);
}
.text-warmergreen-50\/10 {
    color: hsla(90, 12%, 97%, 0.1);
}
.text-warmergreen-50\/100 {
    color: #f7f8f6;
}
.text-warmergreen-50\/15 {
    color: hsla(90, 12%, 97%, 0.15);
}
.text-warmergreen-50\/20 {
    color: hsla(90, 12%, 97%, 0.2);
}
.text-warmergreen-50\/25 {
    color: hsla(90, 12%, 97%, 0.25);
}
.text-warmergreen-50\/30 {
    color: hsla(90, 12%, 97%, 0.3);
}
.text-warmergreen-50\/35 {
    color: hsla(90, 12%, 97%, 0.35);
}
.text-warmergreen-50\/40 {
    color: hsla(90, 12%, 97%, 0.4);
}
.text-warmergreen-50\/45 {
    color: hsla(90, 12%, 97%, 0.45);
}
.text-warmergreen-50\/5 {
    color: hsla(90, 12%, 97%, 0.05);
}
.text-warmergreen-50\/50 {
    color: hsla(90, 12%, 97%, 0.5);
}
.text-warmergreen-50\/55 {
    color: hsla(90, 12%, 97%, 0.55);
}
.text-warmergreen-50\/60 {
    color: hsla(90, 12%, 97%, 0.6);
}
.text-warmergreen-50\/65 {
    color: hsla(90, 12%, 97%, 0.65);
}
.text-warmergreen-50\/70 {
    color: hsla(90, 12%, 97%, 0.7);
}
.text-warmergreen-50\/75 {
    color: hsla(90, 12%, 97%, 0.75);
}
.text-warmergreen-50\/80 {
    color: hsla(90, 12%, 97%, 0.8);
}
.text-warmergreen-50\/85 {
    color: hsla(90, 12%, 97%, 0.85);
}
.text-warmergreen-50\/90 {
    color: hsla(90, 12%, 97%, 0.9);
}
.text-warmergreen-50\/95 {
    color: hsla(90, 12%, 97%, 0.95);
}
.text-warmergreen-500 {
    --tw-text-opacity: 1;
    color: rgb(98 119 95 / var(--tw-text-opacity, 1));
}
.text-warmergreen-500\/0 {
    color: rgba(98, 119, 95, 0);
}
.text-warmergreen-500\/10 {
    color: rgba(98, 119, 95, 0.1);
}
.text-warmergreen-500\/100 {
    color: #62775f;
}
.text-warmergreen-500\/15 {
    color: rgba(98, 119, 95, 0.15);
}
.text-warmergreen-500\/20 {
    color: rgba(98, 119, 95, 0.2);
}
.text-warmergreen-500\/25 {
    color: rgba(98, 119, 95, 0.25);
}
.text-warmergreen-500\/30 {
    color: rgba(98, 119, 95, 0.3);
}
.text-warmergreen-500\/35 {
    color: rgba(98, 119, 95, 0.35);
}
.text-warmergreen-500\/40 {
    color: rgba(98, 119, 95, 0.4);
}
.text-warmergreen-500\/45 {
    color: rgba(98, 119, 95, 0.45);
}
.text-warmergreen-500\/5 {
    color: rgba(98, 119, 95, 0.05);
}
.text-warmergreen-500\/50 {
    color: rgba(98, 119, 95, 0.5);
}
.text-warmergreen-500\/55 {
    color: rgba(98, 119, 95, 0.55);
}
.text-warmergreen-500\/60 {
    color: rgba(98, 119, 95, 0.6);
}
.text-warmergreen-500\/65 {
    color: rgba(98, 119, 95, 0.65);
}
.text-warmergreen-500\/70 {
    color: rgba(98, 119, 95, 0.7);
}
.text-warmergreen-500\/75 {
    color: rgba(98, 119, 95, 0.75);
}
.text-warmergreen-500\/80 {
    color: rgba(98, 119, 95, 0.8);
}
.text-warmergreen-500\/85 {
    color: rgba(98, 119, 95, 0.85);
}
.text-warmergreen-500\/90 {
    color: rgba(98, 119, 95, 0.9);
}
.text-warmergreen-500\/95 {
    color: rgba(98, 119, 95, 0.95);
}
.text-warmergreen-600 {
    --tw-text-opacity: 1;
    color: rgb(79 92 70 / var(--tw-text-opacity, 1));
}
.text-warmergreen-600\/0 {
    color: rgba(79, 92, 70, 0);
}
.text-warmergreen-600\/10 {
    color: rgba(79, 92, 70, 0.1);
}
.text-warmergreen-600\/100 {
    color: #4f5c46;
}
.text-warmergreen-600\/15 {
    color: rgba(79, 92, 70, 0.15);
}
.text-warmergreen-600\/20 {
    color: rgba(79, 92, 70, 0.2);
}
.text-warmergreen-600\/25 {
    color: rgba(79, 92, 70, 0.25);
}
.text-warmergreen-600\/30 {
    color: rgba(79, 92, 70, 0.3);
}
.text-warmergreen-600\/35 {
    color: rgba(79, 92, 70, 0.35);
}
.text-warmergreen-600\/40 {
    color: rgba(79, 92, 70, 0.4);
}
.text-warmergreen-600\/45 {
    color: rgba(79, 92, 70, 0.45);
}
.text-warmergreen-600\/5 {
    color: rgba(79, 92, 70, 0.05);
}
.text-warmergreen-600\/50 {
    color: rgba(79, 92, 70, 0.5);
}
.text-warmergreen-600\/55 {
    color: rgba(79, 92, 70, 0.55);
}
.text-warmergreen-600\/60 {
    color: rgba(79, 92, 70, 0.6);
}
.text-warmergreen-600\/65 {
    color: rgba(79, 92, 70, 0.65);
}
.text-warmergreen-600\/70 {
    color: rgba(79, 92, 70, 0.7);
}
.text-warmergreen-600\/75 {
    color: rgba(79, 92, 70, 0.75);
}
.text-warmergreen-600\/80 {
    color: rgba(79, 92, 70, 0.8);
}
.text-warmergreen-600\/85 {
    color: rgba(79, 92, 70, 0.85);
}
.text-warmergreen-600\/90 {
    color: rgba(79, 92, 70, 0.9);
}
.text-warmergreen-600\/95 {
    color: rgba(79, 92, 70, 0.95);
}
.text-warmergreen-700 {
    --tw-text-opacity: 1;
    color: rgb(62 70 54 / var(--tw-text-opacity, 1));
}
.text-warmergreen-700\/0 {
    color: rgba(62, 70, 54, 0);
}
.text-warmergreen-700\/10 {
    color: rgba(62, 70, 54, 0.1);
}
.text-warmergreen-700\/100 {
    color: #3e4636;
}
.text-warmergreen-700\/15 {
    color: rgba(62, 70, 54, 0.15);
}
.text-warmergreen-700\/20 {
    color: rgba(62, 70, 54, 0.2);
}
.text-warmergreen-700\/25 {
    color: rgba(62, 70, 54, 0.25);
}
.text-warmergreen-700\/30 {
    color: rgba(62, 70, 54, 0.3);
}
.text-warmergreen-700\/35 {
    color: rgba(62, 70, 54, 0.35);
}
.text-warmergreen-700\/40 {
    color: rgba(62, 70, 54, 0.4);
}
.text-warmergreen-700\/45 {
    color: rgba(62, 70, 54, 0.45);
}
.text-warmergreen-700\/5 {
    color: rgba(62, 70, 54, 0.05);
}
.text-warmergreen-700\/50 {
    color: rgba(62, 70, 54, 0.5);
}
.text-warmergreen-700\/55 {
    color: rgba(62, 70, 54, 0.55);
}
.text-warmergreen-700\/60 {
    color: rgba(62, 70, 54, 0.6);
}
.text-warmergreen-700\/65 {
    color: rgba(62, 70, 54, 0.65);
}
.text-warmergreen-700\/70 {
    color: rgba(62, 70, 54, 0.7);
}
.text-warmergreen-700\/75 {
    color: rgba(62, 70, 54, 0.75);
}
.text-warmergreen-700\/80 {
    color: rgba(62, 70, 54, 0.8);
}
.text-warmergreen-700\/85 {
    color: rgba(62, 70, 54, 0.85);
}
.text-warmergreen-700\/90 {
    color: rgba(62, 70, 54, 0.9);
}
.text-warmergreen-700\/95 {
    color: rgba(62, 70, 54, 0.95);
}
.text-warmergreen-800 {
    --tw-text-opacity: 1;
    color: rgb(43 48 40 / var(--tw-text-opacity, 1));
}
.text-warmergreen-800\/0 {
    color: rgba(43, 48, 40, 0);
}
.text-warmergreen-800\/10 {
    color: rgba(43, 48, 40, 0.1);
}
.text-warmergreen-800\/100 {
    color: #2b3028;
}
.text-warmergreen-800\/15 {
    color: rgba(43, 48, 40, 0.15);
}
.text-warmergreen-800\/20 {
    color: rgba(43, 48, 40, 0.2);
}
.text-warmergreen-800\/25 {
    color: rgba(43, 48, 40, 0.25);
}
.text-warmergreen-800\/30 {
    color: rgba(43, 48, 40, 0.3);
}
.text-warmergreen-800\/35 {
    color: rgba(43, 48, 40, 0.35);
}
.text-warmergreen-800\/40 {
    color: rgba(43, 48, 40, 0.4);
}
.text-warmergreen-800\/45 {
    color: rgba(43, 48, 40, 0.45);
}
.text-warmergreen-800\/5 {
    color: rgba(43, 48, 40, 0.05);
}
.text-warmergreen-800\/50 {
    color: rgba(43, 48, 40, 0.5);
}
.text-warmergreen-800\/55 {
    color: rgba(43, 48, 40, 0.55);
}
.text-warmergreen-800\/60 {
    color: rgba(43, 48, 40, 0.6);
}
.text-warmergreen-800\/65 {
    color: rgba(43, 48, 40, 0.65);
}
.text-warmergreen-800\/70 {
    color: rgba(43, 48, 40, 0.7);
}
.text-warmergreen-800\/75 {
    color: rgba(43, 48, 40, 0.75);
}
.text-warmergreen-800\/80 {
    color: rgba(43, 48, 40, 0.8);
}
.text-warmergreen-800\/85 {
    color: rgba(43, 48, 40, 0.85);
}
.text-warmergreen-800\/90 {
    color: rgba(43, 48, 40, 0.9);
}
.text-warmergreen-800\/95 {
    color: rgba(43, 48, 40, 0.95);
}
.text-warmergreen-900 {
    --tw-text-opacity: 1;
    color: rgb(28 30 27 / var(--tw-text-opacity, 1));
}
.text-warmergreen-900\/0 {
    color: rgba(28, 30, 27, 0);
}
.text-warmergreen-900\/10 {
    color: rgba(28, 30, 27, 0.1);
}
.text-warmergreen-900\/100 {
    color: #1c1e1b;
}
.text-warmergreen-900\/15 {
    color: rgba(28, 30, 27, 0.15);
}
.text-warmergreen-900\/20 {
    color: rgba(28, 30, 27, 0.2);
}
.text-warmergreen-900\/25 {
    color: rgba(28, 30, 27, 0.25);
}
.text-warmergreen-900\/30 {
    color: rgba(28, 30, 27, 0.3);
}
.text-warmergreen-900\/35 {
    color: rgba(28, 30, 27, 0.35);
}
.text-warmergreen-900\/40 {
    color: rgba(28, 30, 27, 0.4);
}
.text-warmergreen-900\/45 {
    color: rgba(28, 30, 27, 0.45);
}
.text-warmergreen-900\/5 {
    color: rgba(28, 30, 27, 0.05);
}
.text-warmergreen-900\/50 {
    color: rgba(28, 30, 27, 0.5);
}
.text-warmergreen-900\/55 {
    color: rgba(28, 30, 27, 0.55);
}
.text-warmergreen-900\/60 {
    color: rgba(28, 30, 27, 0.6);
}
.text-warmergreen-900\/65 {
    color: rgba(28, 30, 27, 0.65);
}
.text-warmergreen-900\/70 {
    color: rgba(28, 30, 27, 0.7);
}
.text-warmergreen-900\/75 {
    color: rgba(28, 30, 27, 0.75);
}
.text-warmergreen-900\/80 {
    color: rgba(28, 30, 27, 0.8);
}
.text-warmergreen-900\/85 {
    color: rgba(28, 30, 27, 0.85);
}
.text-warmergreen-900\/90 {
    color: rgba(28, 30, 27, 0.9);
}
.text-warmergreen-900\/95 {
    color: rgba(28, 30, 27, 0.95);
}
.text-warmgray-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.text-warmgray-100\/0 {
    color: hsla(60, 5%, 96%, 0);
}
.text-warmgray-100\/10 {
    color: hsla(60, 5%, 96%, 0.1);
}
.text-warmgray-100\/100 {
    color: #f5f5f4;
}
.text-warmgray-100\/15 {
    color: hsla(60, 5%, 96%, 0.15);
}
.text-warmgray-100\/20 {
    color: hsla(60, 5%, 96%, 0.2);
}
.text-warmgray-100\/25 {
    color: hsla(60, 5%, 96%, 0.25);
}
.text-warmgray-100\/30 {
    color: hsla(60, 5%, 96%, 0.3);
}
.text-warmgray-100\/35 {
    color: hsla(60, 5%, 96%, 0.35);
}
.text-warmgray-100\/40 {
    color: hsla(60, 5%, 96%, 0.4);
}
.text-warmgray-100\/45 {
    color: hsla(60, 5%, 96%, 0.45);
}
.text-warmgray-100\/5 {
    color: hsla(60, 5%, 96%, 0.05);
}
.text-warmgray-100\/50 {
    color: hsla(60, 5%, 96%, 0.5);
}
.text-warmgray-100\/55 {
    color: hsla(60, 5%, 96%, 0.55);
}
.text-warmgray-100\/60 {
    color: hsla(60, 5%, 96%, 0.6);
}
.text-warmgray-100\/65 {
    color: hsla(60, 5%, 96%, 0.65);
}
.text-warmgray-100\/70 {
    color: hsla(60, 5%, 96%, 0.7);
}
.text-warmgray-100\/75 {
    color: hsla(60, 5%, 96%, 0.75);
}
.text-warmgray-100\/80 {
    color: hsla(60, 5%, 96%, 0.8);
}
.text-warmgray-100\/85 {
    color: hsla(60, 5%, 96%, 0.85);
}
.text-warmgray-100\/90 {
    color: hsla(60, 5%, 96%, 0.9);
}
.text-warmgray-100\/95 {
    color: hsla(60, 5%, 96%, 0.95);
}
.text-warmgray-200 {
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.text-warmgray-200\/0 {
    color: hsla(20, 6%, 90%, 0);
}
.text-warmgray-200\/10 {
    color: hsla(20, 6%, 90%, 0.1);
}
.text-warmgray-200\/100 {
    color: #e7e5e4;
}
.text-warmgray-200\/15 {
    color: hsla(20, 6%, 90%, 0.15);
}
.text-warmgray-200\/20 {
    color: hsla(20, 6%, 90%, 0.2);
}
.text-warmgray-200\/25 {
    color: hsla(20, 6%, 90%, 0.25);
}
.text-warmgray-200\/30 {
    color: hsla(20, 6%, 90%, 0.3);
}
.text-warmgray-200\/35 {
    color: hsla(20, 6%, 90%, 0.35);
}
.text-warmgray-200\/40 {
    color: hsla(20, 6%, 90%, 0.4);
}
.text-warmgray-200\/45 {
    color: hsla(20, 6%, 90%, 0.45);
}
.text-warmgray-200\/5 {
    color: hsla(20, 6%, 90%, 0.05);
}
.text-warmgray-200\/50 {
    color: hsla(20, 6%, 90%, 0.5);
}
.text-warmgray-200\/55 {
    color: hsla(20, 6%, 90%, 0.55);
}
.text-warmgray-200\/60 {
    color: hsla(20, 6%, 90%, 0.6);
}
.text-warmgray-200\/65 {
    color: hsla(20, 6%, 90%, 0.65);
}
.text-warmgray-200\/70 {
    color: hsla(20, 6%, 90%, 0.7);
}
.text-warmgray-200\/75 {
    color: hsla(20, 6%, 90%, 0.75);
}
.text-warmgray-200\/80 {
    color: hsla(20, 6%, 90%, 0.8);
}
.text-warmgray-200\/85 {
    color: hsla(20, 6%, 90%, 0.85);
}
.text-warmgray-200\/90 {
    color: hsla(20, 6%, 90%, 0.9);
}
.text-warmgray-200\/95 {
    color: hsla(20, 6%, 90%, 0.95);
}
.text-warmgray-300 {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.text-warmgray-300\/0 {
    color: hsla(24, 6%, 83%, 0);
}
.text-warmgray-300\/10 {
    color: hsla(24, 6%, 83%, 0.1);
}
.text-warmgray-300\/100 {
    color: #d6d3d1;
}
.text-warmgray-300\/15 {
    color: hsla(24, 6%, 83%, 0.15);
}
.text-warmgray-300\/20 {
    color: hsla(24, 6%, 83%, 0.2);
}
.text-warmgray-300\/25 {
    color: hsla(24, 6%, 83%, 0.25);
}
.text-warmgray-300\/30 {
    color: hsla(24, 6%, 83%, 0.3);
}
.text-warmgray-300\/35 {
    color: hsla(24, 6%, 83%, 0.35);
}
.text-warmgray-300\/40 {
    color: hsla(24, 6%, 83%, 0.4);
}
.text-warmgray-300\/45 {
    color: hsla(24, 6%, 83%, 0.45);
}
.text-warmgray-300\/5 {
    color: hsla(24, 6%, 83%, 0.05);
}
.text-warmgray-300\/50 {
    color: hsla(24, 6%, 83%, 0.5);
}
.text-warmgray-300\/55 {
    color: hsla(24, 6%, 83%, 0.55);
}
.text-warmgray-300\/60 {
    color: hsla(24, 6%, 83%, 0.6);
}
.text-warmgray-300\/65 {
    color: hsla(24, 6%, 83%, 0.65);
}
.text-warmgray-300\/70 {
    color: hsla(24, 6%, 83%, 0.7);
}
.text-warmgray-300\/75 {
    color: hsla(24, 6%, 83%, 0.75);
}
.text-warmgray-300\/80 {
    color: hsla(24, 6%, 83%, 0.8);
}
.text-warmgray-300\/85 {
    color: hsla(24, 6%, 83%, 0.85);
}
.text-warmgray-300\/90 {
    color: hsla(24, 6%, 83%, 0.9);
}
.text-warmgray-300\/95 {
    color: hsla(24, 6%, 83%, 0.95);
}
.text-warmgray-400 {
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.text-warmgray-400\/0 {
    color: hsla(24, 5%, 64%, 0);
}
.text-warmgray-400\/10 {
    color: hsla(24, 5%, 64%, 0.1);
}
.text-warmgray-400\/100 {
    color: #a8a29e;
}
.text-warmgray-400\/15 {
    color: hsla(24, 5%, 64%, 0.15);
}
.text-warmgray-400\/20 {
    color: hsla(24, 5%, 64%, 0.2);
}
.text-warmgray-400\/25 {
    color: hsla(24, 5%, 64%, 0.25);
}
.text-warmgray-400\/30 {
    color: hsla(24, 5%, 64%, 0.3);
}
.text-warmgray-400\/35 {
    color: hsla(24, 5%, 64%, 0.35);
}
.text-warmgray-400\/40 {
    color: hsla(24, 5%, 64%, 0.4);
}
.text-warmgray-400\/45 {
    color: hsla(24, 5%, 64%, 0.45);
}
.text-warmgray-400\/5 {
    color: hsla(24, 5%, 64%, 0.05);
}
.text-warmgray-400\/50 {
    color: hsla(24, 5%, 64%, 0.5);
}
.text-warmgray-400\/55 {
    color: hsla(24, 5%, 64%, 0.55);
}
.text-warmgray-400\/60 {
    color: hsla(24, 5%, 64%, 0.6);
}
.text-warmgray-400\/65 {
    color: hsla(24, 5%, 64%, 0.65);
}
.text-warmgray-400\/70 {
    color: hsla(24, 5%, 64%, 0.7);
}
.text-warmgray-400\/75 {
    color: hsla(24, 5%, 64%, 0.75);
}
.text-warmgray-400\/80 {
    color: hsla(24, 5%, 64%, 0.8);
}
.text-warmgray-400\/85 {
    color: hsla(24, 5%, 64%, 0.85);
}
.text-warmgray-400\/90 {
    color: hsla(24, 5%, 64%, 0.9);
}
.text-warmgray-400\/95 {
    color: hsla(24, 5%, 64%, 0.95);
}
.text-warmgray-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.text-warmgray-50\/0 {
    color: hsla(60, 9%, 98%, 0);
}
.text-warmgray-50\/10 {
    color: hsla(60, 9%, 98%, 0.1);
}
.text-warmgray-50\/100 {
    color: #fafaf9;
}
.text-warmgray-50\/15 {
    color: hsla(60, 9%, 98%, 0.15);
}
.text-warmgray-50\/20 {
    color: hsla(60, 9%, 98%, 0.2);
}
.text-warmgray-50\/25 {
    color: hsla(60, 9%, 98%, 0.25);
}
.text-warmgray-50\/30 {
    color: hsla(60, 9%, 98%, 0.3);
}
.text-warmgray-50\/35 {
    color: hsla(60, 9%, 98%, 0.35);
}
.text-warmgray-50\/40 {
    color: hsla(60, 9%, 98%, 0.4);
}
.text-warmgray-50\/45 {
    color: hsla(60, 9%, 98%, 0.45);
}
.text-warmgray-50\/5 {
    color: hsla(60, 9%, 98%, 0.05);
}
.text-warmgray-50\/50 {
    color: hsla(60, 9%, 98%, 0.5);
}
.text-warmgray-50\/55 {
    color: hsla(60, 9%, 98%, 0.55);
}
.text-warmgray-50\/60 {
    color: hsla(60, 9%, 98%, 0.6);
}
.text-warmgray-50\/65 {
    color: hsla(60, 9%, 98%, 0.65);
}
.text-warmgray-50\/70 {
    color: hsla(60, 9%, 98%, 0.7);
}
.text-warmgray-50\/75 {
    color: hsla(60, 9%, 98%, 0.75);
}
.text-warmgray-50\/80 {
    color: hsla(60, 9%, 98%, 0.8);
}
.text-warmgray-50\/85 {
    color: hsla(60, 9%, 98%, 0.85);
}
.text-warmgray-50\/90 {
    color: hsla(60, 9%, 98%, 0.9);
}
.text-warmgray-50\/95 {
    color: hsla(60, 9%, 98%, 0.95);
}
.text-warmgray-500 {
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-warmgray-500\/0 {
    color: hsla(25, 5%, 45%, 0);
}
.text-warmgray-500\/10 {
    color: hsla(25, 5%, 45%, 0.1);
}
.text-warmgray-500\/100 {
    color: #78716c;
}
.text-warmgray-500\/15 {
    color: hsla(25, 5%, 45%, 0.15);
}
.text-warmgray-500\/20 {
    color: hsla(25, 5%, 45%, 0.2);
}
.text-warmgray-500\/25 {
    color: hsla(25, 5%, 45%, 0.25);
}
.text-warmgray-500\/30 {
    color: hsla(25, 5%, 45%, 0.3);
}
.text-warmgray-500\/35 {
    color: hsla(25, 5%, 45%, 0.35);
}
.text-warmgray-500\/40 {
    color: hsla(25, 5%, 45%, 0.4);
}
.text-warmgray-500\/45 {
    color: hsla(25, 5%, 45%, 0.45);
}
.text-warmgray-500\/5 {
    color: hsla(25, 5%, 45%, 0.05);
}
.text-warmgray-500\/50 {
    color: hsla(25, 5%, 45%, 0.5);
}
.text-warmgray-500\/55 {
    color: hsla(25, 5%, 45%, 0.55);
}
.text-warmgray-500\/60 {
    color: hsla(25, 5%, 45%, 0.6);
}
.text-warmgray-500\/65 {
    color: hsla(25, 5%, 45%, 0.65);
}
.text-warmgray-500\/70 {
    color: hsla(25, 5%, 45%, 0.7);
}
.text-warmgray-500\/75 {
    color: hsla(25, 5%, 45%, 0.75);
}
.text-warmgray-500\/80 {
    color: hsla(25, 5%, 45%, 0.8);
}
.text-warmgray-500\/85 {
    color: hsla(25, 5%, 45%, 0.85);
}
.text-warmgray-500\/90 {
    color: hsla(25, 5%, 45%, 0.9);
}
.text-warmgray-500\/95 {
    color: hsla(25, 5%, 45%, 0.95);
}
.text-warmgray-600 {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-warmgray-600\/0 {
    color: rgba(87, 83, 78, 0);
}
.text-warmgray-600\/10 {
    color: rgba(87, 83, 78, 0.1);
}
.text-warmgray-600\/100 {
    color: #57534e;
}
.text-warmgray-600\/15 {
    color: rgba(87, 83, 78, 0.15);
}
.text-warmgray-600\/20 {
    color: rgba(87, 83, 78, 0.2);
}
.text-warmgray-600\/25 {
    color: rgba(87, 83, 78, 0.25);
}
.text-warmgray-600\/30 {
    color: rgba(87, 83, 78, 0.3);
}
.text-warmgray-600\/35 {
    color: rgba(87, 83, 78, 0.35);
}
.text-warmgray-600\/40 {
    color: rgba(87, 83, 78, 0.4);
}
.text-warmgray-600\/45 {
    color: rgba(87, 83, 78, 0.45);
}
.text-warmgray-600\/5 {
    color: rgba(87, 83, 78, 0.05);
}
.text-warmgray-600\/50 {
    color: rgba(87, 83, 78, 0.5);
}
.text-warmgray-600\/55 {
    color: rgba(87, 83, 78, 0.55);
}
.text-warmgray-600\/60 {
    color: rgba(87, 83, 78, 0.6);
}
.text-warmgray-600\/65 {
    color: rgba(87, 83, 78, 0.65);
}
.text-warmgray-600\/70 {
    color: rgba(87, 83, 78, 0.7);
}
.text-warmgray-600\/75 {
    color: rgba(87, 83, 78, 0.75);
}
.text-warmgray-600\/80 {
    color: rgba(87, 83, 78, 0.8);
}
.text-warmgray-600\/85 {
    color: rgba(87, 83, 78, 0.85);
}
.text-warmgray-600\/90 {
    color: rgba(87, 83, 78, 0.9);
}
.text-warmgray-600\/95 {
    color: rgba(87, 83, 78, 0.95);
}
.text-warmgray-700 {
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-warmgray-700\/0 {
    color: rgba(68, 64, 60, 0);
}
.text-warmgray-700\/10 {
    color: rgba(68, 64, 60, 0.1);
}
.text-warmgray-700\/100 {
    color: #44403c;
}
.text-warmgray-700\/15 {
    color: rgba(68, 64, 60, 0.15);
}
.text-warmgray-700\/20 {
    color: rgba(68, 64, 60, 0.2);
}
.text-warmgray-700\/25 {
    color: rgba(68, 64, 60, 0.25);
}
.text-warmgray-700\/30 {
    color: rgba(68, 64, 60, 0.3);
}
.text-warmgray-700\/35 {
    color: rgba(68, 64, 60, 0.35);
}
.text-warmgray-700\/40 {
    color: rgba(68, 64, 60, 0.4);
}
.text-warmgray-700\/45 {
    color: rgba(68, 64, 60, 0.45);
}
.text-warmgray-700\/5 {
    color: rgba(68, 64, 60, 0.05);
}
.text-warmgray-700\/50 {
    color: rgba(68, 64, 60, 0.5);
}
.text-warmgray-700\/55 {
    color: rgba(68, 64, 60, 0.55);
}
.text-warmgray-700\/60 {
    color: rgba(68, 64, 60, 0.6);
}
.text-warmgray-700\/65 {
    color: rgba(68, 64, 60, 0.65);
}
.text-warmgray-700\/70 {
    color: rgba(68, 64, 60, 0.7);
}
.text-warmgray-700\/75 {
    color: rgba(68, 64, 60, 0.75);
}
.text-warmgray-700\/80 {
    color: rgba(68, 64, 60, 0.8);
}
.text-warmgray-700\/85 {
    color: rgba(68, 64, 60, 0.85);
}
.text-warmgray-700\/90 {
    color: rgba(68, 64, 60, 0.9);
}
.text-warmgray-700\/95 {
    color: rgba(68, 64, 60, 0.95);
}
.text-warmgray-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.text-warmgray-800\/0 {
    color: rgba(41, 37, 36, 0);
}
.text-warmgray-800\/10 {
    color: rgba(41, 37, 36, 0.1);
}
.text-warmgray-800\/100 {
    color: #292524;
}
.text-warmgray-800\/15 {
    color: rgba(41, 37, 36, 0.15);
}
.text-warmgray-800\/20 {
    color: rgba(41, 37, 36, 0.2);
}
.text-warmgray-800\/25 {
    color: rgba(41, 37, 36, 0.25);
}
.text-warmgray-800\/30 {
    color: rgba(41, 37, 36, 0.3);
}
.text-warmgray-800\/35 {
    color: rgba(41, 37, 36, 0.35);
}
.text-warmgray-800\/40 {
    color: rgba(41, 37, 36, 0.4);
}
.text-warmgray-800\/45 {
    color: rgba(41, 37, 36, 0.45);
}
.text-warmgray-800\/5 {
    color: rgba(41, 37, 36, 0.05);
}
.text-warmgray-800\/50 {
    color: rgba(41, 37, 36, 0.5);
}
.text-warmgray-800\/55 {
    color: rgba(41, 37, 36, 0.55);
}
.text-warmgray-800\/60 {
    color: rgba(41, 37, 36, 0.6);
}
.text-warmgray-800\/65 {
    color: rgba(41, 37, 36, 0.65);
}
.text-warmgray-800\/70 {
    color: rgba(41, 37, 36, 0.7);
}
.text-warmgray-800\/75 {
    color: rgba(41, 37, 36, 0.75);
}
.text-warmgray-800\/80 {
    color: rgba(41, 37, 36, 0.8);
}
.text-warmgray-800\/85 {
    color: rgba(41, 37, 36, 0.85);
}
.text-warmgray-800\/90 {
    color: rgba(41, 37, 36, 0.9);
}
.text-warmgray-800\/95 {
    color: rgba(41, 37, 36, 0.95);
}
.text-warmgray-900 {
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.text-warmgray-900\/0 {
    color: rgba(28, 25, 23, 0);
}
.text-warmgray-900\/10 {
    color: rgba(28, 25, 23, 0.1);
}
.text-warmgray-900\/100 {
    color: #1c1917;
}
.text-warmgray-900\/15 {
    color: rgba(28, 25, 23, 0.15);
}
.text-warmgray-900\/20 {
    color: rgba(28, 25, 23, 0.2);
}
.text-warmgray-900\/25 {
    color: rgba(28, 25, 23, 0.25);
}
.text-warmgray-900\/30 {
    color: rgba(28, 25, 23, 0.3);
}
.text-warmgray-900\/35 {
    color: rgba(28, 25, 23, 0.35);
}
.text-warmgray-900\/40 {
    color: rgba(28, 25, 23, 0.4);
}
.text-warmgray-900\/45 {
    color: rgba(28, 25, 23, 0.45);
}
.text-warmgray-900\/5 {
    color: rgba(28, 25, 23, 0.05);
}
.text-warmgray-900\/50 {
    color: rgba(28, 25, 23, 0.5);
}
.text-warmgray-900\/55 {
    color: rgba(28, 25, 23, 0.55);
}
.text-warmgray-900\/60 {
    color: rgba(28, 25, 23, 0.6);
}
.text-warmgray-900\/65 {
    color: rgba(28, 25, 23, 0.65);
}
.text-warmgray-900\/70 {
    color: rgba(28, 25, 23, 0.7);
}
.text-warmgray-900\/75 {
    color: rgba(28, 25, 23, 0.75);
}
.text-warmgray-900\/80 {
    color: rgba(28, 25, 23, 0.8);
}
.text-warmgray-900\/85 {
    color: rgba(28, 25, 23, 0.85);
}
.text-warmgray-900\/90 {
    color: rgba(28, 25, 23, 0.9);
}
.text-warmgray-900\/95 {
    color: rgba(28, 25, 23, 0.95);
}
.text-warmgreen-100 {
    --tw-text-opacity: 1;
    color: rgb(223 250 149 / var(--tw-text-opacity, 1));
}
.text-warmgreen-100\/0 {
    color: hsla(76, 91%, 78%, 0);
}
.text-warmgreen-100\/10 {
    color: hsla(76, 91%, 78%, 0.1);
}
.text-warmgreen-100\/100 {
    color: #dffa95;
}
.text-warmgreen-100\/15 {
    color: hsla(76, 91%, 78%, 0.15);
}
.text-warmgreen-100\/20 {
    color: hsla(76, 91%, 78%, 0.2);
}
.text-warmgreen-100\/25 {
    color: hsla(76, 91%, 78%, 0.25);
}
.text-warmgreen-100\/30 {
    color: hsla(76, 91%, 78%, 0.3);
}
.text-warmgreen-100\/35 {
    color: hsla(76, 91%, 78%, 0.35);
}
.text-warmgreen-100\/40 {
    color: hsla(76, 91%, 78%, 0.4);
}
.text-warmgreen-100\/45 {
    color: hsla(76, 91%, 78%, 0.45);
}
.text-warmgreen-100\/5 {
    color: hsla(76, 91%, 78%, 0.05);
}
.text-warmgreen-100\/50 {
    color: hsla(76, 91%, 78%, 0.5);
}
.text-warmgreen-100\/55 {
    color: hsla(76, 91%, 78%, 0.55);
}
.text-warmgreen-100\/60 {
    color: hsla(76, 91%, 78%, 0.6);
}
.text-warmgreen-100\/65 {
    color: hsla(76, 91%, 78%, 0.65);
}
.text-warmgreen-100\/70 {
    color: hsla(76, 91%, 78%, 0.7);
}
.text-warmgreen-100\/75 {
    color: hsla(76, 91%, 78%, 0.75);
}
.text-warmgreen-100\/80 {
    color: hsla(76, 91%, 78%, 0.8);
}
.text-warmgreen-100\/85 {
    color: hsla(76, 91%, 78%, 0.85);
}
.text-warmgreen-100\/90 {
    color: hsla(76, 91%, 78%, 0.9);
}
.text-warmgreen-100\/95 {
    color: hsla(76, 91%, 78%, 0.95);
}
.text-warmgreen-200 {
    --tw-text-opacity: 1;
    color: rgb(213 240 139 / var(--tw-text-opacity, 1));
}
.text-warmgreen-200\/0 {
    color: hsla(76, 77%, 74%, 0);
}
.text-warmgreen-200\/10 {
    color: hsla(76, 77%, 74%, 0.1);
}
.text-warmgreen-200\/100 {
    color: #d5f08b;
}
.text-warmgreen-200\/15 {
    color: hsla(76, 77%, 74%, 0.15);
}
.text-warmgreen-200\/20 {
    color: hsla(76, 77%, 74%, 0.2);
}
.text-warmgreen-200\/25 {
    color: hsla(76, 77%, 74%, 0.25);
}
.text-warmgreen-200\/30 {
    color: hsla(76, 77%, 74%, 0.3);
}
.text-warmgreen-200\/35 {
    color: hsla(76, 77%, 74%, 0.35);
}
.text-warmgreen-200\/40 {
    color: hsla(76, 77%, 74%, 0.4);
}
.text-warmgreen-200\/45 {
    color: hsla(76, 77%, 74%, 0.45);
}
.text-warmgreen-200\/5 {
    color: hsla(76, 77%, 74%, 0.05);
}
.text-warmgreen-200\/50 {
    color: hsla(76, 77%, 74%, 0.5);
}
.text-warmgreen-200\/55 {
    color: hsla(76, 77%, 74%, 0.55);
}
.text-warmgreen-200\/60 {
    color: hsla(76, 77%, 74%, 0.6);
}
.text-warmgreen-200\/65 {
    color: hsla(76, 77%, 74%, 0.65);
}
.text-warmgreen-200\/70 {
    color: hsla(76, 77%, 74%, 0.7);
}
.text-warmgreen-200\/75 {
    color: hsla(76, 77%, 74%, 0.75);
}
.text-warmgreen-200\/80 {
    color: hsla(76, 77%, 74%, 0.8);
}
.text-warmgreen-200\/85 {
    color: hsla(76, 77%, 74%, 0.85);
}
.text-warmgreen-200\/90 {
    color: hsla(76, 77%, 74%, 0.9);
}
.text-warmgreen-200\/95 {
    color: hsla(76, 77%, 74%, 0.95);
}
.text-warmgreen-300 {
    --tw-text-opacity: 1;
    color: rgb(203 230 129 / var(--tw-text-opacity, 1));
}
.text-warmgreen-300\/0 {
    color: hsla(76, 67%, 70%, 0);
}
.text-warmgreen-300\/10 {
    color: hsla(76, 67%, 70%, 0.1);
}
.text-warmgreen-300\/100 {
    color: #cbe681;
}
.text-warmgreen-300\/15 {
    color: hsla(76, 67%, 70%, 0.15);
}
.text-warmgreen-300\/20 {
    color: hsla(76, 67%, 70%, 0.2);
}
.text-warmgreen-300\/25 {
    color: hsla(76, 67%, 70%, 0.25);
}
.text-warmgreen-300\/30 {
    color: hsla(76, 67%, 70%, 0.3);
}
.text-warmgreen-300\/35 {
    color: hsla(76, 67%, 70%, 0.35);
}
.text-warmgreen-300\/40 {
    color: hsla(76, 67%, 70%, 0.4);
}
.text-warmgreen-300\/45 {
    color: hsla(76, 67%, 70%, 0.45);
}
.text-warmgreen-300\/5 {
    color: hsla(76, 67%, 70%, 0.05);
}
.text-warmgreen-300\/50 {
    color: hsla(76, 67%, 70%, 0.5);
}
.text-warmgreen-300\/55 {
    color: hsla(76, 67%, 70%, 0.55);
}
.text-warmgreen-300\/60 {
    color: hsla(76, 67%, 70%, 0.6);
}
.text-warmgreen-300\/65 {
    color: hsla(76, 67%, 70%, 0.65);
}
.text-warmgreen-300\/70 {
    color: hsla(76, 67%, 70%, 0.7);
}
.text-warmgreen-300\/75 {
    color: hsla(76, 67%, 70%, 0.75);
}
.text-warmgreen-300\/80 {
    color: hsla(76, 67%, 70%, 0.8);
}
.text-warmgreen-300\/85 {
    color: hsla(76, 67%, 70%, 0.85);
}
.text-warmgreen-300\/90 {
    color: hsla(76, 67%, 70%, 0.9);
}
.text-warmgreen-300\/95 {
    color: hsla(76, 67%, 70%, 0.95);
}
.text-warmgreen-400 {
    --tw-text-opacity: 1;
    color: rgb(193 220 119 / var(--tw-text-opacity, 1));
}
.text-warmgreen-400\/0 {
    color: hsla(76, 59%, 66%, 0);
}
.text-warmgreen-400\/10 {
    color: hsla(76, 59%, 66%, 0.1);
}
.text-warmgreen-400\/100 {
    color: #c1dc77;
}
.text-warmgreen-400\/15 {
    color: hsla(76, 59%, 66%, 0.15);
}
.text-warmgreen-400\/20 {
    color: hsla(76, 59%, 66%, 0.2);
}
.text-warmgreen-400\/25 {
    color: hsla(76, 59%, 66%, 0.25);
}
.text-warmgreen-400\/30 {
    color: hsla(76, 59%, 66%, 0.3);
}
.text-warmgreen-400\/35 {
    color: hsla(76, 59%, 66%, 0.35);
}
.text-warmgreen-400\/40 {
    color: hsla(76, 59%, 66%, 0.4);
}
.text-warmgreen-400\/45 {
    color: hsla(76, 59%, 66%, 0.45);
}
.text-warmgreen-400\/5 {
    color: hsla(76, 59%, 66%, 0.05);
}
.text-warmgreen-400\/50 {
    color: hsla(76, 59%, 66%, 0.5);
}
.text-warmgreen-400\/55 {
    color: hsla(76, 59%, 66%, 0.55);
}
.text-warmgreen-400\/60 {
    color: hsla(76, 59%, 66%, 0.6);
}
.text-warmgreen-400\/65 {
    color: hsla(76, 59%, 66%, 0.65);
}
.text-warmgreen-400\/70 {
    color: hsla(76, 59%, 66%, 0.7);
}
.text-warmgreen-400\/75 {
    color: hsla(76, 59%, 66%, 0.75);
}
.text-warmgreen-400\/80 {
    color: hsla(76, 59%, 66%, 0.8);
}
.text-warmgreen-400\/85 {
    color: hsla(76, 59%, 66%, 0.85);
}
.text-warmgreen-400\/90 {
    color: hsla(76, 59%, 66%, 0.9);
}
.text-warmgreen-400\/95 {
    color: hsla(76, 59%, 66%, 0.95);
}
.text-warmgreen-50 {
    --tw-text-opacity: 1;
    color: rgb(233 255 159 / var(--tw-text-opacity, 1));
}
.text-warmgreen-50\/0 {
    color: rgba(233, 255, 159, 0);
}
.text-warmgreen-50\/10 {
    color: rgba(233, 255, 159, 0.1);
}
.text-warmgreen-50\/100 {
    color: #e9ff9f;
}
.text-warmgreen-50\/15 {
    color: rgba(233, 255, 159, 0.15);
}
.text-warmgreen-50\/20 {
    color: rgba(233, 255, 159, 0.2);
}
.text-warmgreen-50\/25 {
    color: rgba(233, 255, 159, 0.25);
}
.text-warmgreen-50\/30 {
    color: rgba(233, 255, 159, 0.3);
}
.text-warmgreen-50\/35 {
    color: rgba(233, 255, 159, 0.35);
}
.text-warmgreen-50\/40 {
    color: rgba(233, 255, 159, 0.4);
}
.text-warmgreen-50\/45 {
    color: rgba(233, 255, 159, 0.45);
}
.text-warmgreen-50\/5 {
    color: rgba(233, 255, 159, 0.05);
}
.text-warmgreen-50\/50 {
    color: rgba(233, 255, 159, 0.5);
}
.text-warmgreen-50\/55 {
    color: rgba(233, 255, 159, 0.55);
}
.text-warmgreen-50\/60 {
    color: rgba(233, 255, 159, 0.6);
}
.text-warmgreen-50\/65 {
    color: rgba(233, 255, 159, 0.65);
}
.text-warmgreen-50\/70 {
    color: rgba(233, 255, 159, 0.7);
}
.text-warmgreen-50\/75 {
    color: rgba(233, 255, 159, 0.75);
}
.text-warmgreen-50\/80 {
    color: rgba(233, 255, 159, 0.8);
}
.text-warmgreen-50\/85 {
    color: rgba(233, 255, 159, 0.85);
}
.text-warmgreen-50\/90 {
    color: rgba(233, 255, 159, 0.9);
}
.text-warmgreen-50\/95 {
    color: rgba(233, 255, 159, 0.95);
}
.text-warmgreen-500 {
    --tw-text-opacity: 1;
    color: rgb(183 210 109 / var(--tw-text-opacity, 1));
}
.text-warmgreen-500\/0 {
    color: hsla(76, 53%, 63%, 0);
}
.text-warmgreen-500\/10 {
    color: hsla(76, 53%, 63%, 0.1);
}
.text-warmgreen-500\/100 {
    color: #b7d26d;
}
.text-warmgreen-500\/15 {
    color: hsla(76, 53%, 63%, 0.15);
}
.text-warmgreen-500\/20 {
    color: hsla(76, 53%, 63%, 0.2);
}
.text-warmgreen-500\/25 {
    color: hsla(76, 53%, 63%, 0.25);
}
.text-warmgreen-500\/30 {
    color: hsla(76, 53%, 63%, 0.3);
}
.text-warmgreen-500\/35 {
    color: hsla(76, 53%, 63%, 0.35);
}
.text-warmgreen-500\/40 {
    color: hsla(76, 53%, 63%, 0.4);
}
.text-warmgreen-500\/45 {
    color: hsla(76, 53%, 63%, 0.45);
}
.text-warmgreen-500\/5 {
    color: hsla(76, 53%, 63%, 0.05);
}
.text-warmgreen-500\/50 {
    color: hsla(76, 53%, 63%, 0.5);
}
.text-warmgreen-500\/55 {
    color: hsla(76, 53%, 63%, 0.55);
}
.text-warmgreen-500\/60 {
    color: hsla(76, 53%, 63%, 0.6);
}
.text-warmgreen-500\/65 {
    color: hsla(76, 53%, 63%, 0.65);
}
.text-warmgreen-500\/70 {
    color: hsla(76, 53%, 63%, 0.7);
}
.text-warmgreen-500\/75 {
    color: hsla(76, 53%, 63%, 0.75);
}
.text-warmgreen-500\/80 {
    color: hsla(76, 53%, 63%, 0.8);
}
.text-warmgreen-500\/85 {
    color: hsla(76, 53%, 63%, 0.85);
}
.text-warmgreen-500\/90 {
    color: hsla(76, 53%, 63%, 0.9);
}
.text-warmgreen-500\/95 {
    color: hsla(76, 53%, 63%, 0.95);
}
.text-warmgreen-600 {
    --tw-text-opacity: 1;
    color: rgb(173 200 99 / var(--tw-text-opacity, 1));
}
.text-warmgreen-600\/0 {
    color: rgba(173, 200, 99, 0);
}
.text-warmgreen-600\/10 {
    color: rgba(173, 200, 99, 0.1);
}
.text-warmgreen-600\/100 {
    color: #adc863;
}
.text-warmgreen-600\/15 {
    color: rgba(173, 200, 99, 0.15);
}
.text-warmgreen-600\/20 {
    color: rgba(173, 200, 99, 0.2);
}
.text-warmgreen-600\/25 {
    color: rgba(173, 200, 99, 0.25);
}
.text-warmgreen-600\/30 {
    color: rgba(173, 200, 99, 0.3);
}
.text-warmgreen-600\/35 {
    color: rgba(173, 200, 99, 0.35);
}
.text-warmgreen-600\/40 {
    color: rgba(173, 200, 99, 0.4);
}
.text-warmgreen-600\/45 {
    color: rgba(173, 200, 99, 0.45);
}
.text-warmgreen-600\/5 {
    color: rgba(173, 200, 99, 0.05);
}
.text-warmgreen-600\/50 {
    color: rgba(173, 200, 99, 0.5);
}
.text-warmgreen-600\/55 {
    color: rgba(173, 200, 99, 0.55);
}
.text-warmgreen-600\/60 {
    color: rgba(173, 200, 99, 0.6);
}
.text-warmgreen-600\/65 {
    color: rgba(173, 200, 99, 0.65);
}
.text-warmgreen-600\/70 {
    color: rgba(173, 200, 99, 0.7);
}
.text-warmgreen-600\/75 {
    color: rgba(173, 200, 99, 0.75);
}
.text-warmgreen-600\/80 {
    color: rgba(173, 200, 99, 0.8);
}
.text-warmgreen-600\/85 {
    color: rgba(173, 200, 99, 0.85);
}
.text-warmgreen-600\/90 {
    color: rgba(173, 200, 99, 0.9);
}
.text-warmgreen-600\/95 {
    color: rgba(173, 200, 99, 0.95);
}
.text-warmgreen-700 {
    --tw-text-opacity: 1;
    color: rgb(163 190 89 / var(--tw-text-opacity, 1));
}
.text-warmgreen-700\/0 {
    color: rgba(163, 190, 89, 0);
}
.text-warmgreen-700\/10 {
    color: rgba(163, 190, 89, 0.1);
}
.text-warmgreen-700\/100 {
    color: #a3be59;
}
.text-warmgreen-700\/15 {
    color: rgba(163, 190, 89, 0.15);
}
.text-warmgreen-700\/20 {
    color: rgba(163, 190, 89, 0.2);
}
.text-warmgreen-700\/25 {
    color: rgba(163, 190, 89, 0.25);
}
.text-warmgreen-700\/30 {
    color: rgba(163, 190, 89, 0.3);
}
.text-warmgreen-700\/35 {
    color: rgba(163, 190, 89, 0.35);
}
.text-warmgreen-700\/40 {
    color: rgba(163, 190, 89, 0.4);
}
.text-warmgreen-700\/45 {
    color: rgba(163, 190, 89, 0.45);
}
.text-warmgreen-700\/5 {
    color: rgba(163, 190, 89, 0.05);
}
.text-warmgreen-700\/50 {
    color: rgba(163, 190, 89, 0.5);
}
.text-warmgreen-700\/55 {
    color: rgba(163, 190, 89, 0.55);
}
.text-warmgreen-700\/60 {
    color: rgba(163, 190, 89, 0.6);
}
.text-warmgreen-700\/65 {
    color: rgba(163, 190, 89, 0.65);
}
.text-warmgreen-700\/70 {
    color: rgba(163, 190, 89, 0.7);
}
.text-warmgreen-700\/75 {
    color: rgba(163, 190, 89, 0.75);
}
.text-warmgreen-700\/80 {
    color: rgba(163, 190, 89, 0.8);
}
.text-warmgreen-700\/85 {
    color: rgba(163, 190, 89, 0.85);
}
.text-warmgreen-700\/90 {
    color: rgba(163, 190, 89, 0.9);
}
.text-warmgreen-700\/95 {
    color: rgba(163, 190, 89, 0.95);
}
.text-warmgreen-800 {
    --tw-text-opacity: 1;
    color: rgb(98 119 95 / var(--tw-text-opacity, 1));
}
.text-warmgreen-800\/0 {
    color: rgba(98, 119, 95, 0);
}
.text-warmgreen-800\/10 {
    color: rgba(98, 119, 95, 0.1);
}
.text-warmgreen-800\/100 {
    color: #62775f;
}
.text-warmgreen-800\/15 {
    color: rgba(98, 119, 95, 0.15);
}
.text-warmgreen-800\/20 {
    color: rgba(98, 119, 95, 0.2);
}
.text-warmgreen-800\/25 {
    color: rgba(98, 119, 95, 0.25);
}
.text-warmgreen-800\/30 {
    color: rgba(98, 119, 95, 0.3);
}
.text-warmgreen-800\/35 {
    color: rgba(98, 119, 95, 0.35);
}
.text-warmgreen-800\/40 {
    color: rgba(98, 119, 95, 0.4);
}
.text-warmgreen-800\/45 {
    color: rgba(98, 119, 95, 0.45);
}
.text-warmgreen-800\/5 {
    color: rgba(98, 119, 95, 0.05);
}
.text-warmgreen-800\/50 {
    color: rgba(98, 119, 95, 0.5);
}
.text-warmgreen-800\/55 {
    color: rgba(98, 119, 95, 0.55);
}
.text-warmgreen-800\/60 {
    color: rgba(98, 119, 95, 0.6);
}
.text-warmgreen-800\/65 {
    color: rgba(98, 119, 95, 0.65);
}
.text-warmgreen-800\/70 {
    color: rgba(98, 119, 95, 0.7);
}
.text-warmgreen-800\/75 {
    color: rgba(98, 119, 95, 0.75);
}
.text-warmgreen-800\/80 {
    color: rgba(98, 119, 95, 0.8);
}
.text-warmgreen-800\/85 {
    color: rgba(98, 119, 95, 0.85);
}
.text-warmgreen-800\/90 {
    color: rgba(98, 119, 95, 0.9);
}
.text-warmgreen-800\/95 {
    color: rgba(98, 119, 95, 0.95);
}
.text-warmgreen-900 {
    --tw-text-opacity: 1;
    color: rgb(143 170 69 / var(--tw-text-opacity, 1));
}
.text-warmgreen-900\/0 {
    color: rgba(143, 170, 69, 0);
}
.text-warmgreen-900\/10 {
    color: rgba(143, 170, 69, 0.1);
}
.text-warmgreen-900\/100 {
    color: #8faa45;
}
.text-warmgreen-900\/15 {
    color: rgba(143, 170, 69, 0.15);
}
.text-warmgreen-900\/20 {
    color: rgba(143, 170, 69, 0.2);
}
.text-warmgreen-900\/25 {
    color: rgba(143, 170, 69, 0.25);
}
.text-warmgreen-900\/30 {
    color: rgba(143, 170, 69, 0.3);
}
.text-warmgreen-900\/35 {
    color: rgba(143, 170, 69, 0.35);
}
.text-warmgreen-900\/40 {
    color: rgba(143, 170, 69, 0.4);
}
.text-warmgreen-900\/45 {
    color: rgba(143, 170, 69, 0.45);
}
.text-warmgreen-900\/5 {
    color: rgba(143, 170, 69, 0.05);
}
.text-warmgreen-900\/50 {
    color: rgba(143, 170, 69, 0.5);
}
.text-warmgreen-900\/55 {
    color: rgba(143, 170, 69, 0.55);
}
.text-warmgreen-900\/60 {
    color: rgba(143, 170, 69, 0.6);
}
.text-warmgreen-900\/65 {
    color: rgba(143, 170, 69, 0.65);
}
.text-warmgreen-900\/70 {
    color: rgba(143, 170, 69, 0.7);
}
.text-warmgreen-900\/75 {
    color: rgba(143, 170, 69, 0.75);
}
.text-warmgreen-900\/80 {
    color: rgba(143, 170, 69, 0.8);
}
.text-warmgreen-900\/85 {
    color: rgba(143, 170, 69, 0.85);
}
.text-warmgreen-900\/90 {
    color: rgba(143, 170, 69, 0.9);
}
.text-warmgreen-900\/95 {
    color: rgba(143, 170, 69, 0.95);
}
.text-warning-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-warning-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/30 {
    color: hsla(0, 0%, 100%, 0.3);
}
.text-white\/60 {
    color: hsla(0, 0%, 100%, 0.6);
}
.text-white\/80 {
    color: hsla(0, 0%, 100%, 0.8);
}
.text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-yellow-100\/0 {
    color: hsla(48, 96%, 89%, 0);
}
.text-yellow-100\/10 {
    color: hsla(48, 96%, 89%, 0.1);
}
.text-yellow-100\/100 {
    color: #fef3c7;
}
.text-yellow-100\/15 {
    color: hsla(48, 96%, 89%, 0.15);
}
.text-yellow-100\/20 {
    color: hsla(48, 96%, 89%, 0.2);
}
.text-yellow-100\/25 {
    color: hsla(48, 96%, 89%, 0.25);
}
.text-yellow-100\/30 {
    color: hsla(48, 96%, 89%, 0.3);
}
.text-yellow-100\/35 {
    color: hsla(48, 96%, 89%, 0.35);
}
.text-yellow-100\/40 {
    color: hsla(48, 96%, 89%, 0.4);
}
.text-yellow-100\/45 {
    color: hsla(48, 96%, 89%, 0.45);
}
.text-yellow-100\/5 {
    color: hsla(48, 96%, 89%, 0.05);
}
.text-yellow-100\/50 {
    color: hsla(48, 96%, 89%, 0.5);
}
.text-yellow-100\/55 {
    color: hsla(48, 96%, 89%, 0.55);
}
.text-yellow-100\/60 {
    color: hsla(48, 96%, 89%, 0.6);
}
.text-yellow-100\/65 {
    color: hsla(48, 96%, 89%, 0.65);
}
.text-yellow-100\/70 {
    color: hsla(48, 96%, 89%, 0.7);
}
.text-yellow-100\/75 {
    color: hsla(48, 96%, 89%, 0.75);
}
.text-yellow-100\/80 {
    color: hsla(48, 96%, 89%, 0.8);
}
.text-yellow-100\/85 {
    color: hsla(48, 96%, 89%, 0.85);
}
.text-yellow-100\/90 {
    color: hsla(48, 96%, 89%, 0.9);
}
.text-yellow-100\/95 {
    color: hsla(48, 96%, 89%, 0.95);
}
.text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-yellow-200\/0 {
    color: hsla(48, 97%, 77%, 0);
}
.text-yellow-200\/10 {
    color: hsla(48, 97%, 77%, 0.1);
}
.text-yellow-200\/100 {
    color: #fde68a;
}
.text-yellow-200\/15 {
    color: hsla(48, 97%, 77%, 0.15);
}
.text-yellow-200\/20 {
    color: hsla(48, 97%, 77%, 0.2);
}
.text-yellow-200\/25 {
    color: hsla(48, 97%, 77%, 0.25);
}
.text-yellow-200\/30 {
    color: hsla(48, 97%, 77%, 0.3);
}
.text-yellow-200\/35 {
    color: hsla(48, 97%, 77%, 0.35);
}
.text-yellow-200\/40 {
    color: hsla(48, 97%, 77%, 0.4);
}
.text-yellow-200\/45 {
    color: hsla(48, 97%, 77%, 0.45);
}
.text-yellow-200\/5 {
    color: hsla(48, 97%, 77%, 0.05);
}
.text-yellow-200\/50 {
    color: hsla(48, 97%, 77%, 0.5);
}
.text-yellow-200\/55 {
    color: hsla(48, 97%, 77%, 0.55);
}
.text-yellow-200\/60 {
    color: hsla(48, 97%, 77%, 0.6);
}
.text-yellow-200\/65 {
    color: hsla(48, 97%, 77%, 0.65);
}
.text-yellow-200\/70 {
    color: hsla(48, 97%, 77%, 0.7);
}
.text-yellow-200\/75 {
    color: hsla(48, 97%, 77%, 0.75);
}
.text-yellow-200\/80 {
    color: hsla(48, 97%, 77%, 0.8);
}
.text-yellow-200\/85 {
    color: hsla(48, 97%, 77%, 0.85);
}
.text-yellow-200\/90 {
    color: hsla(48, 97%, 77%, 0.9);
}
.text-yellow-200\/95 {
    color: hsla(48, 97%, 77%, 0.95);
}
.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-yellow-300\/0 {
    color: rgba(252, 211, 77, 0);
}
.text-yellow-300\/10 {
    color: rgba(252, 211, 77, 0.1);
}
.text-yellow-300\/100 {
    color: #fcd34d;
}
.text-yellow-300\/15 {
    color: rgba(252, 211, 77, 0.15);
}
.text-yellow-300\/20 {
    color: rgba(252, 211, 77, 0.2);
}
.text-yellow-300\/25 {
    color: rgba(252, 211, 77, 0.25);
}
.text-yellow-300\/30 {
    color: rgba(252, 211, 77, 0.3);
}
.text-yellow-300\/35 {
    color: rgba(252, 211, 77, 0.35);
}
.text-yellow-300\/40 {
    color: rgba(252, 211, 77, 0.4);
}
.text-yellow-300\/45 {
    color: rgba(252, 211, 77, 0.45);
}
.text-yellow-300\/5 {
    color: rgba(252, 211, 77, 0.05);
}
.text-yellow-300\/50 {
    color: rgba(252, 211, 77, 0.5);
}
.text-yellow-300\/55 {
    color: rgba(252, 211, 77, 0.55);
}
.text-yellow-300\/60 {
    color: rgba(252, 211, 77, 0.6);
}
.text-yellow-300\/65 {
    color: rgba(252, 211, 77, 0.65);
}
.text-yellow-300\/70 {
    color: rgba(252, 211, 77, 0.7);
}
.text-yellow-300\/75 {
    color: rgba(252, 211, 77, 0.75);
}
.text-yellow-300\/80 {
    color: rgba(252, 211, 77, 0.8);
}
.text-yellow-300\/85 {
    color: rgba(252, 211, 77, 0.85);
}
.text-yellow-300\/90 {
    color: rgba(252, 211, 77, 0.9);
}
.text-yellow-300\/95 {
    color: rgba(252, 211, 77, 0.95);
}
.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/0 {
    color: rgba(251, 191, 36, 0);
}
.text-yellow-400\/10 {
    color: rgba(251, 191, 36, 0.1);
}
.text-yellow-400\/100 {
    color: #fbbf24;
}
.text-yellow-400\/15 {
    color: rgba(251, 191, 36, 0.15);
}
.text-yellow-400\/20 {
    color: rgba(251, 191, 36, 0.2);
}
.text-yellow-400\/25 {
    color: rgba(251, 191, 36, 0.25);
}
.text-yellow-400\/30 {
    color: rgba(251, 191, 36, 0.3);
}
.text-yellow-400\/35 {
    color: rgba(251, 191, 36, 0.35);
}
.text-yellow-400\/40 {
    color: rgba(251, 191, 36, 0.4);
}
.text-yellow-400\/45 {
    color: rgba(251, 191, 36, 0.45);
}
.text-yellow-400\/5 {
    color: rgba(251, 191, 36, 0.05);
}
.text-yellow-400\/50 {
    color: rgba(251, 191, 36, 0.5);
}
.text-yellow-400\/55 {
    color: rgba(251, 191, 36, 0.55);
}
.text-yellow-400\/60 {
    color: rgba(251, 191, 36, 0.6);
}
.text-yellow-400\/65 {
    color: rgba(251, 191, 36, 0.65);
}
.text-yellow-400\/70 {
    color: rgba(251, 191, 36, 0.7);
}
.text-yellow-400\/75 {
    color: rgba(251, 191, 36, 0.75);
}
.text-yellow-400\/80 {
    color: rgba(251, 191, 36, 0.8);
}
.text-yellow-400\/85 {
    color: rgba(251, 191, 36, 0.85);
}
.text-yellow-400\/90 {
    color: rgba(251, 191, 36, 0.9);
}
.text-yellow-400\/95 {
    color: rgba(251, 191, 36, 0.95);
}
.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-yellow-50\/0 {
    color: rgba(255, 251, 235, 0);
}
.text-yellow-50\/10 {
    color: rgba(255, 251, 235, 0.1);
}
.text-yellow-50\/100 {
    color: #fffbeb;
}
.text-yellow-50\/15 {
    color: rgba(255, 251, 235, 0.15);
}
.text-yellow-50\/20 {
    color: rgba(255, 251, 235, 0.2);
}
.text-yellow-50\/25 {
    color: rgba(255, 251, 235, 0.25);
}
.text-yellow-50\/30 {
    color: rgba(255, 251, 235, 0.3);
}
.text-yellow-50\/35 {
    color: rgba(255, 251, 235, 0.35);
}
.text-yellow-50\/40 {
    color: rgba(255, 251, 235, 0.4);
}
.text-yellow-50\/45 {
    color: rgba(255, 251, 235, 0.45);
}
.text-yellow-50\/5 {
    color: rgba(255, 251, 235, 0.05);
}
.text-yellow-50\/50 {
    color: rgba(255, 251, 235, 0.5);
}
.text-yellow-50\/55 {
    color: rgba(255, 251, 235, 0.55);
}
.text-yellow-50\/60 {
    color: rgba(255, 251, 235, 0.6);
}
.text-yellow-50\/65 {
    color: rgba(255, 251, 235, 0.65);
}
.text-yellow-50\/70 {
    color: rgba(255, 251, 235, 0.7);
}
.text-yellow-50\/75 {
    color: rgba(255, 251, 235, 0.75);
}
.text-yellow-50\/80 {
    color: rgba(255, 251, 235, 0.8);
}
.text-yellow-50\/85 {
    color: rgba(255, 251, 235, 0.85);
}
.text-yellow-50\/90 {
    color: rgba(255, 251, 235, 0.9);
}
.text-yellow-50\/95 {
    color: rgba(255, 251, 235, 0.95);
}
.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-yellow-500\/0 {
    color: rgba(245, 158, 11, 0);
}
.text-yellow-500\/10 {
    color: rgba(245, 158, 11, 0.1);
}
.text-yellow-500\/100 {
    color: #f59e0b;
}
.text-yellow-500\/15 {
    color: rgba(245, 158, 11, 0.15);
}
.text-yellow-500\/20 {
    color: rgba(245, 158, 11, 0.2);
}
.text-yellow-500\/25 {
    color: rgba(245, 158, 11, 0.25);
}
.text-yellow-500\/30 {
    color: rgba(245, 158, 11, 0.3);
}
.text-yellow-500\/35 {
    color: rgba(245, 158, 11, 0.35);
}
.text-yellow-500\/40 {
    color: rgba(245, 158, 11, 0.4);
}
.text-yellow-500\/45 {
    color: rgba(245, 158, 11, 0.45);
}
.text-yellow-500\/5 {
    color: rgba(245, 158, 11, 0.05);
}
.text-yellow-500\/50 {
    color: rgba(245, 158, 11, 0.5);
}
.text-yellow-500\/55 {
    color: rgba(245, 158, 11, 0.55);
}
.text-yellow-500\/60 {
    color: rgba(245, 158, 11, 0.6);
}
.text-yellow-500\/65 {
    color: rgba(245, 158, 11, 0.65);
}
.text-yellow-500\/70 {
    color: rgba(245, 158, 11, 0.7);
}
.text-yellow-500\/75 {
    color: rgba(245, 158, 11, 0.75);
}
.text-yellow-500\/80 {
    color: rgba(245, 158, 11, 0.8);
}
.text-yellow-500\/85 {
    color: rgba(245, 158, 11, 0.85);
}
.text-yellow-500\/90 {
    color: rgba(245, 158, 11, 0.9);
}
.text-yellow-500\/95 {
    color: rgba(245, 158, 11, 0.95);
}
.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-yellow-600\/0 {
    color: rgba(217, 119, 6, 0);
}
.text-yellow-600\/10 {
    color: rgba(217, 119, 6, 0.1);
}
.text-yellow-600\/100 {
    color: #d97706;
}
.text-yellow-600\/15 {
    color: rgba(217, 119, 6, 0.15);
}
.text-yellow-600\/20 {
    color: rgba(217, 119, 6, 0.2);
}
.text-yellow-600\/25 {
    color: rgba(217, 119, 6, 0.25);
}
.text-yellow-600\/30 {
    color: rgba(217, 119, 6, 0.3);
}
.text-yellow-600\/35 {
    color: rgba(217, 119, 6, 0.35);
}
.text-yellow-600\/40 {
    color: rgba(217, 119, 6, 0.4);
}
.text-yellow-600\/45 {
    color: rgba(217, 119, 6, 0.45);
}
.text-yellow-600\/5 {
    color: rgba(217, 119, 6, 0.05);
}
.text-yellow-600\/50 {
    color: rgba(217, 119, 6, 0.5);
}
.text-yellow-600\/55 {
    color: rgba(217, 119, 6, 0.55);
}
.text-yellow-600\/60 {
    color: rgba(217, 119, 6, 0.6);
}
.text-yellow-600\/65 {
    color: rgba(217, 119, 6, 0.65);
}
.text-yellow-600\/70 {
    color: rgba(217, 119, 6, 0.7);
}
.text-yellow-600\/75 {
    color: rgba(217, 119, 6, 0.75);
}
.text-yellow-600\/80 {
    color: rgba(217, 119, 6, 0.8);
}
.text-yellow-600\/85 {
    color: rgba(217, 119, 6, 0.85);
}
.text-yellow-600\/90 {
    color: rgba(217, 119, 6, 0.9);
}
.text-yellow-600\/95 {
    color: rgba(217, 119, 6, 0.95);
}
.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-yellow-700\/0 {
    color: rgba(180, 83, 9, 0);
}
.text-yellow-700\/10 {
    color: rgba(180, 83, 9, 0.1);
}
.text-yellow-700\/100 {
    color: #b45309;
}
.text-yellow-700\/15 {
    color: rgba(180, 83, 9, 0.15);
}
.text-yellow-700\/20 {
    color: rgba(180, 83, 9, 0.2);
}
.text-yellow-700\/25 {
    color: rgba(180, 83, 9, 0.25);
}
.text-yellow-700\/30 {
    color: rgba(180, 83, 9, 0.3);
}
.text-yellow-700\/35 {
    color: rgba(180, 83, 9, 0.35);
}
.text-yellow-700\/40 {
    color: rgba(180, 83, 9, 0.4);
}
.text-yellow-700\/45 {
    color: rgba(180, 83, 9, 0.45);
}
.text-yellow-700\/5 {
    color: rgba(180, 83, 9, 0.05);
}
.text-yellow-700\/50 {
    color: rgba(180, 83, 9, 0.5);
}
.text-yellow-700\/55 {
    color: rgba(180, 83, 9, 0.55);
}
.text-yellow-700\/60 {
    color: rgba(180, 83, 9, 0.6);
}
.text-yellow-700\/65 {
    color: rgba(180, 83, 9, 0.65);
}
.text-yellow-700\/70 {
    color: rgba(180, 83, 9, 0.7);
}
.text-yellow-700\/75 {
    color: rgba(180, 83, 9, 0.75);
}
.text-yellow-700\/80 {
    color: rgba(180, 83, 9, 0.8);
}
.text-yellow-700\/85 {
    color: rgba(180, 83, 9, 0.85);
}
.text-yellow-700\/90 {
    color: rgba(180, 83, 9, 0.9);
}
.text-yellow-700\/95 {
    color: rgba(180, 83, 9, 0.95);
}
.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-yellow-800\/0 {
    color: rgba(146, 64, 14, 0);
}
.text-yellow-800\/10 {
    color: rgba(146, 64, 14, 0.1);
}
.text-yellow-800\/100 {
    color: #92400e;
}
.text-yellow-800\/15 {
    color: rgba(146, 64, 14, 0.15);
}
.text-yellow-800\/20 {
    color: rgba(146, 64, 14, 0.2);
}
.text-yellow-800\/25 {
    color: rgba(146, 64, 14, 0.25);
}
.text-yellow-800\/30 {
    color: rgba(146, 64, 14, 0.3);
}
.text-yellow-800\/35 {
    color: rgba(146, 64, 14, 0.35);
}
.text-yellow-800\/40 {
    color: rgba(146, 64, 14, 0.4);
}
.text-yellow-800\/45 {
    color: rgba(146, 64, 14, 0.45);
}
.text-yellow-800\/5 {
    color: rgba(146, 64, 14, 0.05);
}
.text-yellow-800\/50 {
    color: rgba(146, 64, 14, 0.5);
}
.text-yellow-800\/55 {
    color: rgba(146, 64, 14, 0.55);
}
.text-yellow-800\/60 {
    color: rgba(146, 64, 14, 0.6);
}
.text-yellow-800\/65 {
    color: rgba(146, 64, 14, 0.65);
}
.text-yellow-800\/70 {
    color: rgba(146, 64, 14, 0.7);
}
.text-yellow-800\/75 {
    color: rgba(146, 64, 14, 0.75);
}
.text-yellow-800\/80 {
    color: rgba(146, 64, 14, 0.8);
}
.text-yellow-800\/85 {
    color: rgba(146, 64, 14, 0.85);
}
.text-yellow-800\/90 {
    color: rgba(146, 64, 14, 0.9);
}
.text-yellow-800\/95 {
    color: rgba(146, 64, 14, 0.95);
}
.text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-yellow-900\/0 {
    color: rgba(120, 53, 15, 0);
}
.text-yellow-900\/10 {
    color: rgba(120, 53, 15, 0.1);
}
.text-yellow-900\/100 {
    color: #78350f;
}
.text-yellow-900\/15 {
    color: rgba(120, 53, 15, 0.15);
}
.text-yellow-900\/20 {
    color: rgba(120, 53, 15, 0.2);
}
.text-yellow-900\/25 {
    color: rgba(120, 53, 15, 0.25);
}
.text-yellow-900\/30 {
    color: rgba(120, 53, 15, 0.3);
}
.text-yellow-900\/35 {
    color: rgba(120, 53, 15, 0.35);
}
.text-yellow-900\/40 {
    color: rgba(120, 53, 15, 0.4);
}
.text-yellow-900\/45 {
    color: rgba(120, 53, 15, 0.45);
}
.text-yellow-900\/5 {
    color: rgba(120, 53, 15, 0.05);
}
.text-yellow-900\/50 {
    color: rgba(120, 53, 15, 0.5);
}
.text-yellow-900\/55 {
    color: rgba(120, 53, 15, 0.55);
}
.text-yellow-900\/60 {
    color: rgba(120, 53, 15, 0.6);
}
.text-yellow-900\/65 {
    color: rgba(120, 53, 15, 0.65);
}
.text-yellow-900\/70 {
    color: rgba(120, 53, 15, 0.7);
}
.text-yellow-900\/75 {
    color: rgba(120, 53, 15, 0.75);
}
.text-yellow-900\/80 {
    color: rgba(120, 53, 15, 0.8);
}
.text-yellow-900\/85 {
    color: rgba(120, 53, 15, 0.85);
}
.text-yellow-900\/90 {
    color: rgba(120, 53, 15, 0.9);
}
.text-yellow-900\/95 {
    color: rgba(120, 53, 15, 0.95);
}
.text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}
.text-zinc-100\/0 {
    color: hsla(240, 5%, 96%, 0);
}
.text-zinc-100\/10 {
    color: hsla(240, 5%, 96%, 0.1);
}
.text-zinc-100\/100 {
    color: #f4f4f5;
}
.text-zinc-100\/15 {
    color: hsla(240, 5%, 96%, 0.15);
}
.text-zinc-100\/20 {
    color: hsla(240, 5%, 96%, 0.2);
}
.text-zinc-100\/25 {
    color: hsla(240, 5%, 96%, 0.25);
}
.text-zinc-100\/30 {
    color: hsla(240, 5%, 96%, 0.3);
}
.text-zinc-100\/35 {
    color: hsla(240, 5%, 96%, 0.35);
}
.text-zinc-100\/40 {
    color: hsla(240, 5%, 96%, 0.4);
}
.text-zinc-100\/45 {
    color: hsla(240, 5%, 96%, 0.45);
}
.text-zinc-100\/5 {
    color: hsla(240, 5%, 96%, 0.05);
}
.text-zinc-100\/50 {
    color: hsla(240, 5%, 96%, 0.5);
}
.text-zinc-100\/55 {
    color: hsla(240, 5%, 96%, 0.55);
}
.text-zinc-100\/60 {
    color: hsla(240, 5%, 96%, 0.6);
}
.text-zinc-100\/65 {
    color: hsla(240, 5%, 96%, 0.65);
}
.text-zinc-100\/70 {
    color: hsla(240, 5%, 96%, 0.7);
}
.text-zinc-100\/75 {
    color: hsla(240, 5%, 96%, 0.75);
}
.text-zinc-100\/80 {
    color: hsla(240, 5%, 96%, 0.8);
}
.text-zinc-100\/85 {
    color: hsla(240, 5%, 96%, 0.85);
}
.text-zinc-100\/90 {
    color: hsla(240, 5%, 96%, 0.9);
}
.text-zinc-100\/95 {
    color: hsla(240, 5%, 96%, 0.95);
}
.text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}
.text-zinc-200\/0 {
    color: hsla(240, 6%, 90%, 0);
}
.text-zinc-200\/10 {
    color: hsla(240, 6%, 90%, 0.1);
}
.text-zinc-200\/100 {
    color: #e4e4e7;
}
.text-zinc-200\/15 {
    color: hsla(240, 6%, 90%, 0.15);
}
.text-zinc-200\/20 {
    color: hsla(240, 6%, 90%, 0.2);
}
.text-zinc-200\/25 {
    color: hsla(240, 6%, 90%, 0.25);
}
.text-zinc-200\/30 {
    color: hsla(240, 6%, 90%, 0.3);
}
.text-zinc-200\/35 {
    color: hsla(240, 6%, 90%, 0.35);
}
.text-zinc-200\/40 {
    color: hsla(240, 6%, 90%, 0.4);
}
.text-zinc-200\/45 {
    color: hsla(240, 6%, 90%, 0.45);
}
.text-zinc-200\/5 {
    color: hsla(240, 6%, 90%, 0.05);
}
.text-zinc-200\/50 {
    color: hsla(240, 6%, 90%, 0.5);
}
.text-zinc-200\/55 {
    color: hsla(240, 6%, 90%, 0.55);
}
.text-zinc-200\/60 {
    color: hsla(240, 6%, 90%, 0.6);
}
.text-zinc-200\/65 {
    color: hsla(240, 6%, 90%, 0.65);
}
.text-zinc-200\/70 {
    color: hsla(240, 6%, 90%, 0.7);
}
.text-zinc-200\/75 {
    color: hsla(240, 6%, 90%, 0.75);
}
.text-zinc-200\/80 {
    color: hsla(240, 6%, 90%, 0.8);
}
.text-zinc-200\/85 {
    color: hsla(240, 6%, 90%, 0.85);
}
.text-zinc-200\/90 {
    color: hsla(240, 6%, 90%, 0.9);
}
.text-zinc-200\/95 {
    color: hsla(240, 6%, 90%, 0.95);
}
.text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.text-zinc-300\/0 {
    color: hsla(240, 5%, 84%, 0);
}
.text-zinc-300\/10 {
    color: hsla(240, 5%, 84%, 0.1);
}
.text-zinc-300\/100 {
    color: #d4d4d8;
}
.text-zinc-300\/15 {
    color: hsla(240, 5%, 84%, 0.15);
}
.text-zinc-300\/20 {
    color: hsla(240, 5%, 84%, 0.2);
}
.text-zinc-300\/25 {
    color: hsla(240, 5%, 84%, 0.25);
}
.text-zinc-300\/30 {
    color: hsla(240, 5%, 84%, 0.3);
}
.text-zinc-300\/35 {
    color: hsla(240, 5%, 84%, 0.35);
}
.text-zinc-300\/40 {
    color: hsla(240, 5%, 84%, 0.4);
}
.text-zinc-300\/45 {
    color: hsla(240, 5%, 84%, 0.45);
}
.text-zinc-300\/5 {
    color: hsla(240, 5%, 84%, 0.05);
}
.text-zinc-300\/50 {
    color: hsla(240, 5%, 84%, 0.5);
}
.text-zinc-300\/55 {
    color: hsla(240, 5%, 84%, 0.55);
}
.text-zinc-300\/60 {
    color: hsla(240, 5%, 84%, 0.6);
}
.text-zinc-300\/65 {
    color: hsla(240, 5%, 84%, 0.65);
}
.text-zinc-300\/70 {
    color: hsla(240, 5%, 84%, 0.7);
}
.text-zinc-300\/75 {
    color: hsla(240, 5%, 84%, 0.75);
}
.text-zinc-300\/80 {
    color: hsla(240, 5%, 84%, 0.8);
}
.text-zinc-300\/85 {
    color: hsla(240, 5%, 84%, 0.85);
}
.text-zinc-300\/90 {
    color: hsla(240, 5%, 84%, 0.9);
}
.text-zinc-300\/95 {
    color: hsla(240, 5%, 84%, 0.95);
}
.text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-400\/0 {
    color: hsla(240, 5%, 65%, 0);
}
.text-zinc-400\/10 {
    color: hsla(240, 5%, 65%, 0.1);
}
.text-zinc-400\/100 {
    color: #a1a1aa;
}
.text-zinc-400\/15 {
    color: hsla(240, 5%, 65%, 0.15);
}
.text-zinc-400\/20 {
    color: hsla(240, 5%, 65%, 0.2);
}
.text-zinc-400\/25 {
    color: hsla(240, 5%, 65%, 0.25);
}
.text-zinc-400\/30 {
    color: hsla(240, 5%, 65%, 0.3);
}
.text-zinc-400\/35 {
    color: hsla(240, 5%, 65%, 0.35);
}
.text-zinc-400\/40 {
    color: hsla(240, 5%, 65%, 0.4);
}
.text-zinc-400\/45 {
    color: hsla(240, 5%, 65%, 0.45);
}
.text-zinc-400\/5 {
    color: hsla(240, 5%, 65%, 0.05);
}
.text-zinc-400\/50 {
    color: hsla(240, 5%, 65%, 0.5);
}
.text-zinc-400\/55 {
    color: hsla(240, 5%, 65%, 0.55);
}
.text-zinc-400\/60 {
    color: hsla(240, 5%, 65%, 0.6);
}
.text-zinc-400\/65 {
    color: hsla(240, 5%, 65%, 0.65);
}
.text-zinc-400\/70 {
    color: hsla(240, 5%, 65%, 0.7);
}
.text-zinc-400\/75 {
    color: hsla(240, 5%, 65%, 0.75);
}
.text-zinc-400\/80 {
    color: hsla(240, 5%, 65%, 0.8);
}
.text-zinc-400\/85 {
    color: hsla(240, 5%, 65%, 0.85);
}
.text-zinc-400\/90 {
    color: hsla(240, 5%, 65%, 0.9);
}
.text-zinc-400\/95 {
    color: hsla(240, 5%, 65%, 0.95);
}
.text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-zinc-50\/0 {
    color: hsla(0, 0%, 98%, 0);
}
.text-zinc-50\/10 {
    color: hsla(0, 0%, 98%, 0.1);
}
.text-zinc-50\/100 {
    color: #fafafa;
}
.text-zinc-50\/15 {
    color: hsla(0, 0%, 98%, 0.15);
}
.text-zinc-50\/20 {
    color: hsla(0, 0%, 98%, 0.2);
}
.text-zinc-50\/25 {
    color: hsla(0, 0%, 98%, 0.25);
}
.text-zinc-50\/30 {
    color: hsla(0, 0%, 98%, 0.3);
}
.text-zinc-50\/35 {
    color: hsla(0, 0%, 98%, 0.35);
}
.text-zinc-50\/40 {
    color: hsla(0, 0%, 98%, 0.4);
}
.text-zinc-50\/45 {
    color: hsla(0, 0%, 98%, 0.45);
}
.text-zinc-50\/5 {
    color: hsla(0, 0%, 98%, 0.05);
}
.text-zinc-50\/50 {
    color: hsla(0, 0%, 98%, 0.5);
}
.text-zinc-50\/55 {
    color: hsla(0, 0%, 98%, 0.55);
}
.text-zinc-50\/60 {
    color: hsla(0, 0%, 98%, 0.6);
}
.text-zinc-50\/65 {
    color: hsla(0, 0%, 98%, 0.65);
}
.text-zinc-50\/70 {
    color: hsla(0, 0%, 98%, 0.7);
}
.text-zinc-50\/75 {
    color: hsla(0, 0%, 98%, 0.75);
}
.text-zinc-50\/80 {
    color: hsla(0, 0%, 98%, 0.8);
}
.text-zinc-50\/85 {
    color: hsla(0, 0%, 98%, 0.85);
}
.text-zinc-50\/90 {
    color: hsla(0, 0%, 98%, 0.9);
}
.text-zinc-50\/95 {
    color: hsla(0, 0%, 98%, 0.95);
}
.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.text-zinc-500\/0 {
    color: hsla(240, 4%, 46%, 0);
}
.text-zinc-500\/10 {
    color: hsla(240, 4%, 46%, 0.1);
}
.text-zinc-500\/100 {
    color: #71717a;
}
.text-zinc-500\/15 {
    color: hsla(240, 4%, 46%, 0.15);
}
.text-zinc-500\/20 {
    color: hsla(240, 4%, 46%, 0.2);
}
.text-zinc-500\/25 {
    color: hsla(240, 4%, 46%, 0.25);
}
.text-zinc-500\/30 {
    color: hsla(240, 4%, 46%, 0.3);
}
.text-zinc-500\/35 {
    color: hsla(240, 4%, 46%, 0.35);
}
.text-zinc-500\/40 {
    color: hsla(240, 4%, 46%, 0.4);
}
.text-zinc-500\/45 {
    color: hsla(240, 4%, 46%, 0.45);
}
.text-zinc-500\/5 {
    color: hsla(240, 4%, 46%, 0.05);
}
.text-zinc-500\/50 {
    color: hsla(240, 4%, 46%, 0.5);
}
.text-zinc-500\/55 {
    color: hsla(240, 4%, 46%, 0.55);
}
.text-zinc-500\/60 {
    color: hsla(240, 4%, 46%, 0.6);
}
.text-zinc-500\/65 {
    color: hsla(240, 4%, 46%, 0.65);
}
.text-zinc-500\/70 {
    color: hsla(240, 4%, 46%, 0.7);
}
.text-zinc-500\/75 {
    color: hsla(240, 4%, 46%, 0.75);
}
.text-zinc-500\/80 {
    color: hsla(240, 4%, 46%, 0.8);
}
.text-zinc-500\/85 {
    color: hsla(240, 4%, 46%, 0.85);
}
.text-zinc-500\/90 {
    color: hsla(240, 4%, 46%, 0.9);
}
.text-zinc-500\/95 {
    color: hsla(240, 4%, 46%, 0.95);
}
.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.text-zinc-600\/0 {
    color: rgba(82, 82, 91, 0);
}
.text-zinc-600\/10 {
    color: rgba(82, 82, 91, 0.1);
}
.text-zinc-600\/100 {
    color: #52525b;
}
.text-zinc-600\/15 {
    color: rgba(82, 82, 91, 0.15);
}
.text-zinc-600\/20 {
    color: rgba(82, 82, 91, 0.2);
}
.text-zinc-600\/25 {
    color: rgba(82, 82, 91, 0.25);
}
.text-zinc-600\/30 {
    color: rgba(82, 82, 91, 0.3);
}
.text-zinc-600\/35 {
    color: rgba(82, 82, 91, 0.35);
}
.text-zinc-600\/40 {
    color: rgba(82, 82, 91, 0.4);
}
.text-zinc-600\/45 {
    color: rgba(82, 82, 91, 0.45);
}
.text-zinc-600\/5 {
    color: rgba(82, 82, 91, 0.05);
}
.text-zinc-600\/50 {
    color: rgba(82, 82, 91, 0.5);
}
.text-zinc-600\/55 {
    color: rgba(82, 82, 91, 0.55);
}
.text-zinc-600\/60 {
    color: rgba(82, 82, 91, 0.6);
}
.text-zinc-600\/65 {
    color: rgba(82, 82, 91, 0.65);
}
.text-zinc-600\/70 {
    color: rgba(82, 82, 91, 0.7);
}
.text-zinc-600\/75 {
    color: rgba(82, 82, 91, 0.75);
}
.text-zinc-600\/80 {
    color: rgba(82, 82, 91, 0.8);
}
.text-zinc-600\/85 {
    color: rgba(82, 82, 91, 0.85);
}
.text-zinc-600\/90 {
    color: rgba(82, 82, 91, 0.9);
}
.text-zinc-600\/95 {
    color: rgba(82, 82, 91, 0.95);
}
.text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.text-zinc-700\/0 {
    color: rgba(63, 63, 70, 0);
}
.text-zinc-700\/10 {
    color: rgba(63, 63, 70, 0.1);
}
.text-zinc-700\/100 {
    color: #3f3f46;
}
.text-zinc-700\/15 {
    color: rgba(63, 63, 70, 0.15);
}
.text-zinc-700\/20 {
    color: rgba(63, 63, 70, 0.2);
}
.text-zinc-700\/25 {
    color: rgba(63, 63, 70, 0.25);
}
.text-zinc-700\/30 {
    color: rgba(63, 63, 70, 0.3);
}
.text-zinc-700\/35 {
    color: rgba(63, 63, 70, 0.35);
}
.text-zinc-700\/40 {
    color: rgba(63, 63, 70, 0.4);
}
.text-zinc-700\/45 {
    color: rgba(63, 63, 70, 0.45);
}
.text-zinc-700\/5 {
    color: rgba(63, 63, 70, 0.05);
}
.text-zinc-700\/50 {
    color: rgba(63, 63, 70, 0.5);
}
.text-zinc-700\/55 {
    color: rgba(63, 63, 70, 0.55);
}
.text-zinc-700\/60 {
    color: rgba(63, 63, 70, 0.6);
}
.text-zinc-700\/65 {
    color: rgba(63, 63, 70, 0.65);
}
.text-zinc-700\/70 {
    color: rgba(63, 63, 70, 0.7);
}
.text-zinc-700\/75 {
    color: rgba(63, 63, 70, 0.75);
}
.text-zinc-700\/80 {
    color: rgba(63, 63, 70, 0.8);
}
.text-zinc-700\/85 {
    color: rgba(63, 63, 70, 0.85);
}
.text-zinc-700\/90 {
    color: rgba(63, 63, 70, 0.9);
}
.text-zinc-700\/95 {
    color: rgba(63, 63, 70, 0.95);
}
.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.text-zinc-800\/0 {
    color: rgba(39, 39, 42, 0);
}
.text-zinc-800\/10 {
    color: rgba(39, 39, 42, 0.1);
}
.text-zinc-800\/100 {
    color: #27272a;
}
.text-zinc-800\/15 {
    color: rgba(39, 39, 42, 0.15);
}
.text-zinc-800\/20 {
    color: rgba(39, 39, 42, 0.2);
}
.text-zinc-800\/25 {
    color: rgba(39, 39, 42, 0.25);
}
.text-zinc-800\/30 {
    color: rgba(39, 39, 42, 0.3);
}
.text-zinc-800\/35 {
    color: rgba(39, 39, 42, 0.35);
}
.text-zinc-800\/40 {
    color: rgba(39, 39, 42, 0.4);
}
.text-zinc-800\/45 {
    color: rgba(39, 39, 42, 0.45);
}
.text-zinc-800\/5 {
    color: rgba(39, 39, 42, 0.05);
}
.text-zinc-800\/50 {
    color: rgba(39, 39, 42, 0.5);
}
.text-zinc-800\/55 {
    color: rgba(39, 39, 42, 0.55);
}
.text-zinc-800\/60 {
    color: rgba(39, 39, 42, 0.6);
}
.text-zinc-800\/65 {
    color: rgba(39, 39, 42, 0.65);
}
.text-zinc-800\/70 {
    color: rgba(39, 39, 42, 0.7);
}
.text-zinc-800\/75 {
    color: rgba(39, 39, 42, 0.75);
}
.text-zinc-800\/80 {
    color: rgba(39, 39, 42, 0.8);
}
.text-zinc-800\/85 {
    color: rgba(39, 39, 42, 0.85);
}
.text-zinc-800\/90 {
    color: rgba(39, 39, 42, 0.9);
}
.text-zinc-800\/95 {
    color: rgba(39, 39, 42, 0.95);
}
.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.text-zinc-900\/0 {
    color: rgba(24, 24, 27, 0);
}
.text-zinc-900\/10 {
    color: rgba(24, 24, 27, 0.1);
}
.text-zinc-900\/100 {
    color: #18181b;
}
.text-zinc-900\/15 {
    color: rgba(24, 24, 27, 0.15);
}
.text-zinc-900\/20 {
    color: rgba(24, 24, 27, 0.2);
}
.text-zinc-900\/25 {
    color: rgba(24, 24, 27, 0.25);
}
.text-zinc-900\/30 {
    color: rgba(24, 24, 27, 0.3);
}
.text-zinc-900\/35 {
    color: rgba(24, 24, 27, 0.35);
}
.text-zinc-900\/40 {
    color: rgba(24, 24, 27, 0.4);
}
.text-zinc-900\/45 {
    color: rgba(24, 24, 27, 0.45);
}
.text-zinc-900\/5 {
    color: rgba(24, 24, 27, 0.05);
}
.text-zinc-900\/50 {
    color: rgba(24, 24, 27, 0.5);
}
.text-zinc-900\/55 {
    color: rgba(24, 24, 27, 0.55);
}
.text-zinc-900\/60 {
    color: rgba(24, 24, 27, 0.6);
}
.text-zinc-900\/65 {
    color: rgba(24, 24, 27, 0.65);
}
.text-zinc-900\/70 {
    color: rgba(24, 24, 27, 0.7);
}
.text-zinc-900\/75 {
    color: rgba(24, 24, 27, 0.75);
}
.text-zinc-900\/80 {
    color: rgba(24, 24, 27, 0.8);
}
.text-zinc-900\/85 {
    color: rgba(24, 24, 27, 0.85);
}
.text-zinc-900\/90 {
    color: rgba(24, 24, 27, 0.9);
}
.text-zinc-900\/95 {
    color: rgba(24, 24, 27, 0.95);
}
.text-opacity-25 {
    --tw-text-opacity: 0.25;
}
.text-opacity-75 {
    --tw-text-opacity: 0.75;
}
.text-opacity-80 {
    --tw-text-opacity: 0.8;
}
.underline {
    text-decoration-line: underline;
}
.overline {
    text-decoration-line: overline;
}
.line-through {
    text-decoration-line: line-through;
}
.no-underline {
    text-decoration-line: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-negative-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}
.placeholder-negative-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}
.placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
}
.opacity-0 {
    opacity: 0;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-100 {
    opacity: 1;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-90 {
    opacity: 0.9;
}
.mix-blend-multiply {
    mix-blend-mode: multiply;
}
.shadow {
    --tw-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 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-2xl {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-\[0px_8px_16px_-3px_rgba\(0\2c
    _0\2c
    _0\2c
    _0\.08\)\2c
    _0px_16px_36px_-6px_rgba\(25\2c
    _28\2c
    _33\2c
    _0\.20\)\2c
    _0px_0px_0px_1px_rgba\(25\2c
    _28\2c
    _33\2c
    _0\.06\)\] {
    --tw-shadow:
        0px 8px 16px -3px rgba(0, 0, 0, 0.08),
        0px 16px 36px -6px rgba(25, 28, 33, 0.2),
        0px 0px 0px 1px rgba(25, 28, 33, 0.06);
    --tw-shadow-colored:
        0px 8px 16px -3px var(--tw-shadow-color),
        0px 16px 36px -6px var(--tw-shadow-color),
        0px 0px 0px 1px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}
.shadow-inner,
.shadow-lg {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-md {
    --tw-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-md,
.shadow-none {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.shadow-sm,
.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, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 20px 25px -5px var(--tw-shadow-color),
        0 8px 10px -6px var(--tw-shadow-color);
}
.shadow-gray-500 {
    --tw-shadow-color: #6b7280;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/20 {
    --tw-shadow-color: hsla(220, 9%, 46%, 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600 {
    --tw-shadow-color: #4b5563;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600 {
    --tw-shadow-color: #db2777;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-police-600\/50 {
    --tw-shadow-color: rgba(51, 51, 153, 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-police-600\/60 {
    --tw-shadow-color: rgba(51, 51, 153, 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rdv-blue\/50 {
    --tw-shadow-color: rgba(51, 89, 165, 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/60 {
    --tw-shadow-color: rgba(220, 38, 38, 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600 {
    --tw-shadow-color: #0284c7;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/60 {
    --tw-shadow-color: rgba(2, 132, 199, 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600 {
    --tw-shadow-color: #0d9488;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-ucm-bluegray {
    --tw-shadow-color: #b7c3d5;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-ucm-bluegray\/50 {
    --tw-shadow-color: rgba(183, 195, 213, 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-ucm-darkblue\/60 {
    --tw-shadow-color: rgba(20, 60, 200, 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600 {
    --tw-shadow-color: #7c3aed;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/10 {
    --tw-shadow-color: hsla(0, 0%, 100%, 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline {
    outline-style: solid;
}
.\!ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000) !important;
}
.ring {
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring,
.ring-0 {
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
    --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(var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.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);
}
.ring-1,
.ring-2 {
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
    --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);
}
.ring-4 {
    --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-4,
.ring-8 {
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-8 {
    --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(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-inset {
    --tw-ring-inset: inset;
}
.ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.ring-amber-100\/0 {
    --tw-ring-color: hsla(48, 96%, 89%, 0);
}
.ring-amber-100\/10 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.1);
}
.ring-amber-100\/100 {
    --tw-ring-color: #fef3c7;
}
.ring-amber-100\/15 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.15);
}
.ring-amber-100\/20 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.2);
}
.ring-amber-100\/25 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.25);
}
.ring-amber-100\/30 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.3);
}
.ring-amber-100\/35 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.35);
}
.ring-amber-100\/40 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.4);
}
.ring-amber-100\/45 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.45);
}
.ring-amber-100\/5 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.05);
}
.ring-amber-100\/50 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.5);
}
.ring-amber-100\/55 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.55);
}
.ring-amber-100\/60 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.6);
}
.ring-amber-100\/65 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.65);
}
.ring-amber-100\/70 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.7);
}
.ring-amber-100\/75 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.75);
}
.ring-amber-100\/80 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.8);
}
.ring-amber-100\/85 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.85);
}
.ring-amber-100\/90 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.9);
}
.ring-amber-100\/95 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.95);
}
.ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.ring-amber-200\/0 {
    --tw-ring-color: hsla(48, 97%, 77%, 0);
}
.ring-amber-200\/10 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.1);
}
.ring-amber-200\/100 {
    --tw-ring-color: #fde68a;
}
.ring-amber-200\/15 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.15);
}
.ring-amber-200\/20 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.2);
}
.ring-amber-200\/25 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.25);
}
.ring-amber-200\/30 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.3);
}
.ring-amber-200\/35 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.35);
}
.ring-amber-200\/40 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.4);
}
.ring-amber-200\/45 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.45);
}
.ring-amber-200\/5 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.05);
}
.ring-amber-200\/50 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.5);
}
.ring-amber-200\/55 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.55);
}
.ring-amber-200\/60 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.6);
}
.ring-amber-200\/65 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.65);
}
.ring-amber-200\/70 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.7);
}
.ring-amber-200\/75 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.75);
}
.ring-amber-200\/80 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.8);
}
.ring-amber-200\/85 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.85);
}
.ring-amber-200\/90 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.9);
}
.ring-amber-200\/95 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.95);
}
.ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.ring-amber-300\/0 {
    --tw-ring-color: rgba(252, 211, 77, 0);
}
.ring-amber-300\/10 {
    --tw-ring-color: rgba(252, 211, 77, 0.1);
}
.ring-amber-300\/100 {
    --tw-ring-color: #fcd34d;
}
.ring-amber-300\/15 {
    --tw-ring-color: rgba(252, 211, 77, 0.15);
}
.ring-amber-300\/20 {
    --tw-ring-color: rgba(252, 211, 77, 0.2);
}
.ring-amber-300\/25 {
    --tw-ring-color: rgba(252, 211, 77, 0.25);
}
.ring-amber-300\/30 {
    --tw-ring-color: rgba(252, 211, 77, 0.3);
}
.ring-amber-300\/35 {
    --tw-ring-color: rgba(252, 211, 77, 0.35);
}
.ring-amber-300\/40 {
    --tw-ring-color: rgba(252, 211, 77, 0.4);
}
.ring-amber-300\/45 {
    --tw-ring-color: rgba(252, 211, 77, 0.45);
}
.ring-amber-300\/5 {
    --tw-ring-color: rgba(252, 211, 77, 0.05);
}
.ring-amber-300\/50 {
    --tw-ring-color: rgba(252, 211, 77, 0.5);
}
.ring-amber-300\/55 {
    --tw-ring-color: rgba(252, 211, 77, 0.55);
}
.ring-amber-300\/60 {
    --tw-ring-color: rgba(252, 211, 77, 0.6);
}
.ring-amber-300\/65 {
    --tw-ring-color: rgba(252, 211, 77, 0.65);
}
.ring-amber-300\/70 {
    --tw-ring-color: rgba(252, 211, 77, 0.7);
}
.ring-amber-300\/75 {
    --tw-ring-color: rgba(252, 211, 77, 0.75);
}
.ring-amber-300\/80 {
    --tw-ring-color: rgba(252, 211, 77, 0.8);
}
.ring-amber-300\/85 {
    --tw-ring-color: rgba(252, 211, 77, 0.85);
}
.ring-amber-300\/90 {
    --tw-ring-color: rgba(252, 211, 77, 0.9);
}
.ring-amber-300\/95 {
    --tw-ring-color: rgba(252, 211, 77, 0.95);
}
.ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.ring-amber-400\/0 {
    --tw-ring-color: rgba(251, 191, 36, 0);
}
.ring-amber-400\/10 {
    --tw-ring-color: rgba(251, 191, 36, 0.1);
}
.ring-amber-400\/100 {
    --tw-ring-color: #fbbf24;
}
.ring-amber-400\/15 {
    --tw-ring-color: rgba(251, 191, 36, 0.15);
}
.ring-amber-400\/20 {
    --tw-ring-color: rgba(251, 191, 36, 0.2);
}
.ring-amber-400\/25 {
    --tw-ring-color: rgba(251, 191, 36, 0.25);
}
.ring-amber-400\/30 {
    --tw-ring-color: rgba(251, 191, 36, 0.3);
}
.ring-amber-400\/35 {
    --tw-ring-color: rgba(251, 191, 36, 0.35);
}
.ring-amber-400\/40 {
    --tw-ring-color: rgba(251, 191, 36, 0.4);
}
.ring-amber-400\/45 {
    --tw-ring-color: rgba(251, 191, 36, 0.45);
}
.ring-amber-400\/5 {
    --tw-ring-color: rgba(251, 191, 36, 0.05);
}
.ring-amber-400\/50 {
    --tw-ring-color: rgba(251, 191, 36, 0.5);
}
.ring-amber-400\/55 {
    --tw-ring-color: rgba(251, 191, 36, 0.55);
}
.ring-amber-400\/60 {
    --tw-ring-color: rgba(251, 191, 36, 0.6);
}
.ring-amber-400\/65 {
    --tw-ring-color: rgba(251, 191, 36, 0.65);
}
.ring-amber-400\/70 {
    --tw-ring-color: rgba(251, 191, 36, 0.7);
}
.ring-amber-400\/75 {
    --tw-ring-color: rgba(251, 191, 36, 0.75);
}
.ring-amber-400\/80 {
    --tw-ring-color: rgba(251, 191, 36, 0.8);
}
.ring-amber-400\/85 {
    --tw-ring-color: rgba(251, 191, 36, 0.85);
}
.ring-amber-400\/90 {
    --tw-ring-color: rgba(251, 191, 36, 0.9);
}
.ring-amber-400\/95 {
    --tw-ring-color: rgba(251, 191, 36, 0.95);
}
.ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}
.ring-amber-50\/0 {
    --tw-ring-color: rgba(255, 251, 235, 0);
}
.ring-amber-50\/10 {
    --tw-ring-color: rgba(255, 251, 235, 0.1);
}
.ring-amber-50\/100 {
    --tw-ring-color: #fffbeb;
}
.ring-amber-50\/15 {
    --tw-ring-color: rgba(255, 251, 235, 0.15);
}
.ring-amber-50\/20 {
    --tw-ring-color: rgba(255, 251, 235, 0.2);
}
.ring-amber-50\/25 {
    --tw-ring-color: rgba(255, 251, 235, 0.25);
}
.ring-amber-50\/30 {
    --tw-ring-color: rgba(255, 251, 235, 0.3);
}
.ring-amber-50\/35 {
    --tw-ring-color: rgba(255, 251, 235, 0.35);
}
.ring-amber-50\/40 {
    --tw-ring-color: rgba(255, 251, 235, 0.4);
}
.ring-amber-50\/45 {
    --tw-ring-color: rgba(255, 251, 235, 0.45);
}
.ring-amber-50\/5 {
    --tw-ring-color: rgba(255, 251, 235, 0.05);
}
.ring-amber-50\/50 {
    --tw-ring-color: rgba(255, 251, 235, 0.5);
}
.ring-amber-50\/55 {
    --tw-ring-color: rgba(255, 251, 235, 0.55);
}
.ring-amber-50\/60 {
    --tw-ring-color: rgba(255, 251, 235, 0.6);
}
.ring-amber-50\/65 {
    --tw-ring-color: rgba(255, 251, 235, 0.65);
}
.ring-amber-50\/70 {
    --tw-ring-color: rgba(255, 251, 235, 0.7);
}
.ring-amber-50\/75 {
    --tw-ring-color: rgba(255, 251, 235, 0.75);
}
.ring-amber-50\/80 {
    --tw-ring-color: rgba(255, 251, 235, 0.8);
}
.ring-amber-50\/85 {
    --tw-ring-color: rgba(255, 251, 235, 0.85);
}
.ring-amber-50\/90 {
    --tw-ring-color: rgba(255, 251, 235, 0.9);
}
.ring-amber-50\/95 {
    --tw-ring-color: rgba(255, 251, 235, 0.95);
}
.ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.ring-amber-500\/0 {
    --tw-ring-color: rgba(245, 158, 11, 0);
}
.ring-amber-500\/10 {
    --tw-ring-color: rgba(245, 158, 11, 0.1);
}
.ring-amber-500\/100 {
    --tw-ring-color: #f59e0b;
}
.ring-amber-500\/15 {
    --tw-ring-color: rgba(245, 158, 11, 0.15);
}
.ring-amber-500\/20 {
    --tw-ring-color: rgba(245, 158, 11, 0.2);
}
.ring-amber-500\/25 {
    --tw-ring-color: rgba(245, 158, 11, 0.25);
}
.ring-amber-500\/30 {
    --tw-ring-color: rgba(245, 158, 11, 0.3);
}
.ring-amber-500\/35 {
    --tw-ring-color: rgba(245, 158, 11, 0.35);
}
.ring-amber-500\/40 {
    --tw-ring-color: rgba(245, 158, 11, 0.4);
}
.ring-amber-500\/45 {
    --tw-ring-color: rgba(245, 158, 11, 0.45);
}
.ring-amber-500\/5 {
    --tw-ring-color: rgba(245, 158, 11, 0.05);
}
.ring-amber-500\/50 {
    --tw-ring-color: rgba(245, 158, 11, 0.5);
}
.ring-amber-500\/55 {
    --tw-ring-color: rgba(245, 158, 11, 0.55);
}
.ring-amber-500\/60 {
    --tw-ring-color: rgba(245, 158, 11, 0.6);
}
.ring-amber-500\/65 {
    --tw-ring-color: rgba(245, 158, 11, 0.65);
}
.ring-amber-500\/70 {
    --tw-ring-color: rgba(245, 158, 11, 0.7);
}
.ring-amber-500\/75 {
    --tw-ring-color: rgba(245, 158, 11, 0.75);
}
.ring-amber-500\/80 {
    --tw-ring-color: rgba(245, 158, 11, 0.8);
}
.ring-amber-500\/85 {
    --tw-ring-color: rgba(245, 158, 11, 0.85);
}
.ring-amber-500\/90 {
    --tw-ring-color: rgba(245, 158, 11, 0.9);
}
.ring-amber-500\/95 {
    --tw-ring-color: rgba(245, 158, 11, 0.95);
}
.ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.ring-amber-600\/0 {
    --tw-ring-color: rgba(217, 119, 6, 0);
}
.ring-amber-600\/10 {
    --tw-ring-color: rgba(217, 119, 6, 0.1);
}
.ring-amber-600\/100 {
    --tw-ring-color: #d97706;
}
.ring-amber-600\/15 {
    --tw-ring-color: rgba(217, 119, 6, 0.15);
}
.ring-amber-600\/20 {
    --tw-ring-color: rgba(217, 119, 6, 0.2);
}
.ring-amber-600\/25 {
    --tw-ring-color: rgba(217, 119, 6, 0.25);
}
.ring-amber-600\/30 {
    --tw-ring-color: rgba(217, 119, 6, 0.3);
}
.ring-amber-600\/35 {
    --tw-ring-color: rgba(217, 119, 6, 0.35);
}
.ring-amber-600\/40 {
    --tw-ring-color: rgba(217, 119, 6, 0.4);
}
.ring-amber-600\/45 {
    --tw-ring-color: rgba(217, 119, 6, 0.45);
}
.ring-amber-600\/5 {
    --tw-ring-color: rgba(217, 119, 6, 0.05);
}
.ring-amber-600\/50 {
    --tw-ring-color: rgba(217, 119, 6, 0.5);
}
.ring-amber-600\/55 {
    --tw-ring-color: rgba(217, 119, 6, 0.55);
}
.ring-amber-600\/60 {
    --tw-ring-color: rgba(217, 119, 6, 0.6);
}
.ring-amber-600\/65 {
    --tw-ring-color: rgba(217, 119, 6, 0.65);
}
.ring-amber-600\/70 {
    --tw-ring-color: rgba(217, 119, 6, 0.7);
}
.ring-amber-600\/75 {
    --tw-ring-color: rgba(217, 119, 6, 0.75);
}
.ring-amber-600\/80 {
    --tw-ring-color: rgba(217, 119, 6, 0.8);
}
.ring-amber-600\/85 {
    --tw-ring-color: rgba(217, 119, 6, 0.85);
}
.ring-amber-600\/90 {
    --tw-ring-color: rgba(217, 119, 6, 0.9);
}
.ring-amber-600\/95 {
    --tw-ring-color: rgba(217, 119, 6, 0.95);
}
.ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.ring-amber-700\/0 {
    --tw-ring-color: rgba(180, 83, 9, 0);
}
.ring-amber-700\/10 {
    --tw-ring-color: rgba(180, 83, 9, 0.1);
}
.ring-amber-700\/100 {
    --tw-ring-color: #b45309;
}
.ring-amber-700\/15 {
    --tw-ring-color: rgba(180, 83, 9, 0.15);
}
.ring-amber-700\/20 {
    --tw-ring-color: rgba(180, 83, 9, 0.2);
}
.ring-amber-700\/25 {
    --tw-ring-color: rgba(180, 83, 9, 0.25);
}
.ring-amber-700\/30 {
    --tw-ring-color: rgba(180, 83, 9, 0.3);
}
.ring-amber-700\/35 {
    --tw-ring-color: rgba(180, 83, 9, 0.35);
}
.ring-amber-700\/40 {
    --tw-ring-color: rgba(180, 83, 9, 0.4);
}
.ring-amber-700\/45 {
    --tw-ring-color: rgba(180, 83, 9, 0.45);
}
.ring-amber-700\/5 {
    --tw-ring-color: rgba(180, 83, 9, 0.05);
}
.ring-amber-700\/50 {
    --tw-ring-color: rgba(180, 83, 9, 0.5);
}
.ring-amber-700\/55 {
    --tw-ring-color: rgba(180, 83, 9, 0.55);
}
.ring-amber-700\/60 {
    --tw-ring-color: rgba(180, 83, 9, 0.6);
}
.ring-amber-700\/65 {
    --tw-ring-color: rgba(180, 83, 9, 0.65);
}
.ring-amber-700\/70 {
    --tw-ring-color: rgba(180, 83, 9, 0.7);
}
.ring-amber-700\/75 {
    --tw-ring-color: rgba(180, 83, 9, 0.75);
}
.ring-amber-700\/80 {
    --tw-ring-color: rgba(180, 83, 9, 0.8);
}
.ring-amber-700\/85 {
    --tw-ring-color: rgba(180, 83, 9, 0.85);
}
.ring-amber-700\/90 {
    --tw-ring-color: rgba(180, 83, 9, 0.9);
}
.ring-amber-700\/95 {
    --tw-ring-color: rgba(180, 83, 9, 0.95);
}
.ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}
.ring-amber-800\/0 {
    --tw-ring-color: rgba(146, 64, 14, 0);
}
.ring-amber-800\/10 {
    --tw-ring-color: rgba(146, 64, 14, 0.1);
}
.ring-amber-800\/100 {
    --tw-ring-color: #92400e;
}
.ring-amber-800\/15 {
    --tw-ring-color: rgba(146, 64, 14, 0.15);
}
.ring-amber-800\/20 {
    --tw-ring-color: rgba(146, 64, 14, 0.2);
}
.ring-amber-800\/25 {
    --tw-ring-color: rgba(146, 64, 14, 0.25);
}
.ring-amber-800\/30 {
    --tw-ring-color: rgba(146, 64, 14, 0.3);
}
.ring-amber-800\/35 {
    --tw-ring-color: rgba(146, 64, 14, 0.35);
}
.ring-amber-800\/40 {
    --tw-ring-color: rgba(146, 64, 14, 0.4);
}
.ring-amber-800\/45 {
    --tw-ring-color: rgba(146, 64, 14, 0.45);
}
.ring-amber-800\/5 {
    --tw-ring-color: rgba(146, 64, 14, 0.05);
}
.ring-amber-800\/50 {
    --tw-ring-color: rgba(146, 64, 14, 0.5);
}
.ring-amber-800\/55 {
    --tw-ring-color: rgba(146, 64, 14, 0.55);
}
.ring-amber-800\/60 {
    --tw-ring-color: rgba(146, 64, 14, 0.6);
}
.ring-amber-800\/65 {
    --tw-ring-color: rgba(146, 64, 14, 0.65);
}
.ring-amber-800\/70 {
    --tw-ring-color: rgba(146, 64, 14, 0.7);
}
.ring-amber-800\/75 {
    --tw-ring-color: rgba(146, 64, 14, 0.75);
}
.ring-amber-800\/80 {
    --tw-ring-color: rgba(146, 64, 14, 0.8);
}
.ring-amber-800\/85 {
    --tw-ring-color: rgba(146, 64, 14, 0.85);
}
.ring-amber-800\/90 {
    --tw-ring-color: rgba(146, 64, 14, 0.9);
}
.ring-amber-800\/95 {
    --tw-ring-color: rgba(146, 64, 14, 0.95);
}
.ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}
.ring-amber-900\/0 {
    --tw-ring-color: rgba(120, 53, 15, 0);
}
.ring-amber-900\/10 {
    --tw-ring-color: rgba(120, 53, 15, 0.1);
}
.ring-amber-900\/100 {
    --tw-ring-color: #78350f;
}
.ring-amber-900\/15 {
    --tw-ring-color: rgba(120, 53, 15, 0.15);
}
.ring-amber-900\/20 {
    --tw-ring-color: rgba(120, 53, 15, 0.2);
}
.ring-amber-900\/25 {
    --tw-ring-color: rgba(120, 53, 15, 0.25);
}
.ring-amber-900\/30 {
    --tw-ring-color: rgba(120, 53, 15, 0.3);
}
.ring-amber-900\/35 {
    --tw-ring-color: rgba(120, 53, 15, 0.35);
}
.ring-amber-900\/40 {
    --tw-ring-color: rgba(120, 53, 15, 0.4);
}
.ring-amber-900\/45 {
    --tw-ring-color: rgba(120, 53, 15, 0.45);
}
.ring-amber-900\/5 {
    --tw-ring-color: rgba(120, 53, 15, 0.05);
}
.ring-amber-900\/50 {
    --tw-ring-color: rgba(120, 53, 15, 0.5);
}
.ring-amber-900\/55 {
    --tw-ring-color: rgba(120, 53, 15, 0.55);
}
.ring-amber-900\/60 {
    --tw-ring-color: rgba(120, 53, 15, 0.6);
}
.ring-amber-900\/65 {
    --tw-ring-color: rgba(120, 53, 15, 0.65);
}
.ring-amber-900\/70 {
    --tw-ring-color: rgba(120, 53, 15, 0.7);
}
.ring-amber-900\/75 {
    --tw-ring-color: rgba(120, 53, 15, 0.75);
}
.ring-amber-900\/80 {
    --tw-ring-color: rgba(120, 53, 15, 0.8);
}
.ring-amber-900\/85 {
    --tw-ring-color: rgba(120, 53, 15, 0.85);
}
.ring-amber-900\/90 {
    --tw-ring-color: rgba(120, 53, 15, 0.9);
}
.ring-amber-900\/95 {
    --tw-ring-color: rgba(120, 53, 15, 0.95);
}
.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-100\/0 {
    --tw-ring-color: rgba(219, 234, 254, 0);
}
.ring-blue-100\/10 {
    --tw-ring-color: rgba(219, 234, 254, 0.1);
}
.ring-blue-100\/100 {
    --tw-ring-color: #dbeafe;
}
.ring-blue-100\/15 {
    --tw-ring-color: rgba(219, 234, 254, 0.15);
}
.ring-blue-100\/20 {
    --tw-ring-color: rgba(219, 234, 254, 0.2);
}
.ring-blue-100\/25 {
    --tw-ring-color: rgba(219, 234, 254, 0.25);
}
.ring-blue-100\/30 {
    --tw-ring-color: rgba(219, 234, 254, 0.3);
}
.ring-blue-100\/35 {
    --tw-ring-color: rgba(219, 234, 254, 0.35);
}
.ring-blue-100\/40 {
    --tw-ring-color: rgba(219, 234, 254, 0.4);
}
.ring-blue-100\/45 {
    --tw-ring-color: rgba(219, 234, 254, 0.45);
}
.ring-blue-100\/5 {
    --tw-ring-color: rgba(219, 234, 254, 0.05);
}
.ring-blue-100\/50 {
    --tw-ring-color: rgba(219, 234, 254, 0.5);
}
.ring-blue-100\/55 {
    --tw-ring-color: rgba(219, 234, 254, 0.55);
}
.ring-blue-100\/60 {
    --tw-ring-color: rgba(219, 234, 254, 0.6);
}
.ring-blue-100\/65 {
    --tw-ring-color: rgba(219, 234, 254, 0.65);
}
.ring-blue-100\/70 {
    --tw-ring-color: rgba(219, 234, 254, 0.7);
}
.ring-blue-100\/75 {
    --tw-ring-color: rgba(219, 234, 254, 0.75);
}
.ring-blue-100\/80 {
    --tw-ring-color: rgba(219, 234, 254, 0.8);
}
.ring-blue-100\/85 {
    --tw-ring-color: rgba(219, 234, 254, 0.85);
}
.ring-blue-100\/90 {
    --tw-ring-color: rgba(219, 234, 254, 0.9);
}
.ring-blue-100\/95 {
    --tw-ring-color: rgba(219, 234, 254, 0.95);
}
.ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-200\/0 {
    --tw-ring-color: rgba(191, 219, 254, 0);
}
.ring-blue-200\/10 {
    --tw-ring-color: rgba(191, 219, 254, 0.1);
}
.ring-blue-200\/100 {
    --tw-ring-color: #bfdbfe;
}
.ring-blue-200\/15 {
    --tw-ring-color: rgba(191, 219, 254, 0.15);
}
.ring-blue-200\/20 {
    --tw-ring-color: rgba(191, 219, 254, 0.2);
}
.ring-blue-200\/25 {
    --tw-ring-color: rgba(191, 219, 254, 0.25);
}
.ring-blue-200\/30 {
    --tw-ring-color: rgba(191, 219, 254, 0.3);
}
.ring-blue-200\/35 {
    --tw-ring-color: rgba(191, 219, 254, 0.35);
}
.ring-blue-200\/40 {
    --tw-ring-color: rgba(191, 219, 254, 0.4);
}
.ring-blue-200\/45 {
    --tw-ring-color: rgba(191, 219, 254, 0.45);
}
.ring-blue-200\/5 {
    --tw-ring-color: rgba(191, 219, 254, 0.05);
}
.ring-blue-200\/50 {
    --tw-ring-color: rgba(191, 219, 254, 0.5);
}
.ring-blue-200\/55 {
    --tw-ring-color: rgba(191, 219, 254, 0.55);
}
.ring-blue-200\/60 {
    --tw-ring-color: rgba(191, 219, 254, 0.6);
}
.ring-blue-200\/65 {
    --tw-ring-color: rgba(191, 219, 254, 0.65);
}
.ring-blue-200\/70 {
    --tw-ring-color: rgba(191, 219, 254, 0.7);
}
.ring-blue-200\/75 {
    --tw-ring-color: rgba(191, 219, 254, 0.75);
}
.ring-blue-200\/80 {
    --tw-ring-color: rgba(191, 219, 254, 0.8);
}
.ring-blue-200\/85 {
    --tw-ring-color: rgba(191, 219, 254, 0.85);
}
.ring-blue-200\/90 {
    --tw-ring-color: rgba(191, 219, 254, 0.9);
}
.ring-blue-200\/95 {
    --tw-ring-color: rgba(191, 219, 254, 0.95);
}
.ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.ring-blue-300\/0 {
    --tw-ring-color: rgba(147, 197, 253, 0);
}
.ring-blue-300\/10 {
    --tw-ring-color: rgba(147, 197, 253, 0.1);
}
.ring-blue-300\/100 {
    --tw-ring-color: #93c5fd;
}
.ring-blue-300\/15 {
    --tw-ring-color: rgba(147, 197, 253, 0.15);
}
.ring-blue-300\/20 {
    --tw-ring-color: rgba(147, 197, 253, 0.2);
}
.ring-blue-300\/25 {
    --tw-ring-color: rgba(147, 197, 253, 0.25);
}
.ring-blue-300\/30 {
    --tw-ring-color: rgba(147, 197, 253, 0.3);
}
.ring-blue-300\/35 {
    --tw-ring-color: rgba(147, 197, 253, 0.35);
}
.ring-blue-300\/40 {
    --tw-ring-color: rgba(147, 197, 253, 0.4);
}
.ring-blue-300\/45 {
    --tw-ring-color: rgba(147, 197, 253, 0.45);
}
.ring-blue-300\/5 {
    --tw-ring-color: rgba(147, 197, 253, 0.05);
}
.ring-blue-300\/50 {
    --tw-ring-color: rgba(147, 197, 253, 0.5);
}
.ring-blue-300\/55 {
    --tw-ring-color: rgba(147, 197, 253, 0.55);
}
.ring-blue-300\/60 {
    --tw-ring-color: rgba(147, 197, 253, 0.6);
}
.ring-blue-300\/65 {
    --tw-ring-color: rgba(147, 197, 253, 0.65);
}
.ring-blue-300\/70 {
    --tw-ring-color: rgba(147, 197, 253, 0.7);
}
.ring-blue-300\/75 {
    --tw-ring-color: rgba(147, 197, 253, 0.75);
}
.ring-blue-300\/80 {
    --tw-ring-color: rgba(147, 197, 253, 0.8);
}
.ring-blue-300\/85 {
    --tw-ring-color: rgba(147, 197, 253, 0.85);
}
.ring-blue-300\/90 {
    --tw-ring-color: rgba(147, 197, 253, 0.9);
}
.ring-blue-300\/95 {
    --tw-ring-color: rgba(147, 197, 253, 0.95);
}
.ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.ring-blue-400\/0 {
    --tw-ring-color: rgba(96, 165, 250, 0);
}
.ring-blue-400\/10 {
    --tw-ring-color: rgba(96, 165, 250, 0.1);
}
.ring-blue-400\/100 {
    --tw-ring-color: #60a5fa;
}
.ring-blue-400\/15 {
    --tw-ring-color: rgba(96, 165, 250, 0.15);
}
.ring-blue-400\/20 {
    --tw-ring-color: rgba(96, 165, 250, 0.2);
}
.ring-blue-400\/25 {
    --tw-ring-color: rgba(96, 165, 250, 0.25);
}
.ring-blue-400\/30 {
    --tw-ring-color: rgba(96, 165, 250, 0.3);
}
.ring-blue-400\/35 {
    --tw-ring-color: rgba(96, 165, 250, 0.35);
}
.ring-blue-400\/40 {
    --tw-ring-color: rgba(96, 165, 250, 0.4);
}
.ring-blue-400\/45 {
    --tw-ring-color: rgba(96, 165, 250, 0.45);
}
.ring-blue-400\/5 {
    --tw-ring-color: rgba(96, 165, 250, 0.05);
}
.ring-blue-400\/50 {
    --tw-ring-color: rgba(96, 165, 250, 0.5);
}
.ring-blue-400\/55 {
    --tw-ring-color: rgba(96, 165, 250, 0.55);
}
.ring-blue-400\/60 {
    --tw-ring-color: rgba(96, 165, 250, 0.6);
}
.ring-blue-400\/65 {
    --tw-ring-color: rgba(96, 165, 250, 0.65);
}
.ring-blue-400\/70 {
    --tw-ring-color: rgba(96, 165, 250, 0.7);
}
.ring-blue-400\/75 {
    --tw-ring-color: rgba(96, 165, 250, 0.75);
}
.ring-blue-400\/80 {
    --tw-ring-color: rgba(96, 165, 250, 0.8);
}
.ring-blue-400\/85 {
    --tw-ring-color: rgba(96, 165, 250, 0.85);
}
.ring-blue-400\/90 {
    --tw-ring-color: rgba(96, 165, 250, 0.9);
}
.ring-blue-400\/95 {
    --tw-ring-color: rgba(96, 165, 250, 0.95);
}
.ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}
.ring-blue-50\/0 {
    --tw-ring-color: rgba(239, 246, 255, 0);
}
.ring-blue-50\/10 {
    --tw-ring-color: rgba(239, 246, 255, 0.1);
}
.ring-blue-50\/100 {
    --tw-ring-color: #eff6ff;
}
.ring-blue-50\/15 {
    --tw-ring-color: rgba(239, 246, 255, 0.15);
}
.ring-blue-50\/20 {
    --tw-ring-color: rgba(239, 246, 255, 0.2);
}
.ring-blue-50\/25 {
    --tw-ring-color: rgba(239, 246, 255, 0.25);
}
.ring-blue-50\/30 {
    --tw-ring-color: rgba(239, 246, 255, 0.3);
}
.ring-blue-50\/35 {
    --tw-ring-color: rgba(239, 246, 255, 0.35);
}
.ring-blue-50\/40 {
    --tw-ring-color: rgba(239, 246, 255, 0.4);
}
.ring-blue-50\/45 {
    --tw-ring-color: rgba(239, 246, 255, 0.45);
}
.ring-blue-50\/5 {
    --tw-ring-color: rgba(239, 246, 255, 0.05);
}
.ring-blue-50\/50 {
    --tw-ring-color: rgba(239, 246, 255, 0.5);
}
.ring-blue-50\/55 {
    --tw-ring-color: rgba(239, 246, 255, 0.55);
}
.ring-blue-50\/60 {
    --tw-ring-color: rgba(239, 246, 255, 0.6);
}
.ring-blue-50\/65 {
    --tw-ring-color: rgba(239, 246, 255, 0.65);
}
.ring-blue-50\/70 {
    --tw-ring-color: rgba(239, 246, 255, 0.7);
}
.ring-blue-50\/75 {
    --tw-ring-color: rgba(239, 246, 255, 0.75);
}
.ring-blue-50\/80 {
    --tw-ring-color: rgba(239, 246, 255, 0.8);
}
.ring-blue-50\/85 {
    --tw-ring-color: rgba(239, 246, 255, 0.85);
}
.ring-blue-50\/90 {
    --tw-ring-color: rgba(239, 246, 255, 0.9);
}
.ring-blue-50\/95 {
    --tw-ring-color: rgba(239, 246, 255, 0.95);
}
.ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-blue-500\/0 {
    --tw-ring-color: rgba(59, 130, 246, 0);
}
.ring-blue-500\/10 {
    --tw-ring-color: rgba(59, 130, 246, 0.1);
}
.ring-blue-500\/100 {
    --tw-ring-color: #3b82f6;
}
.ring-blue-500\/15 {
    --tw-ring-color: rgba(59, 130, 246, 0.15);
}
.ring-blue-500\/20 {
    --tw-ring-color: rgba(59, 130, 246, 0.2);
}
.ring-blue-500\/25 {
    --tw-ring-color: rgba(59, 130, 246, 0.25);
}
.ring-blue-500\/30 {
    --tw-ring-color: rgba(59, 130, 246, 0.3);
}
.ring-blue-500\/35 {
    --tw-ring-color: rgba(59, 130, 246, 0.35);
}
.ring-blue-500\/40 {
    --tw-ring-color: rgba(59, 130, 246, 0.4);
}
.ring-blue-500\/45 {
    --tw-ring-color: rgba(59, 130, 246, 0.45);
}
.ring-blue-500\/5 {
    --tw-ring-color: rgba(59, 130, 246, 0.05);
}
.ring-blue-500\/50 {
    --tw-ring-color: rgba(59, 130, 246, 0.5);
}
.ring-blue-500\/55 {
    --tw-ring-color: rgba(59, 130, 246, 0.55);
}
.ring-blue-500\/60 {
    --tw-ring-color: rgba(59, 130, 246, 0.6);
}
.ring-blue-500\/65 {
    --tw-ring-color: rgba(59, 130, 246, 0.65);
}
.ring-blue-500\/70 {
    --tw-ring-color: rgba(59, 130, 246, 0.7);
}
.ring-blue-500\/75 {
    --tw-ring-color: rgba(59, 130, 246, 0.75);
}
.ring-blue-500\/80 {
    --tw-ring-color: rgba(59, 130, 246, 0.8);
}
.ring-blue-500\/85 {
    --tw-ring-color: rgba(59, 130, 246, 0.85);
}
.ring-blue-500\/90 {
    --tw-ring-color: rgba(59, 130, 246, 0.9);
}
.ring-blue-500\/95 {
    --tw-ring-color: rgba(59, 130, 246, 0.95);
}
.ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 124 248 / var(--tw-ring-opacity, 1));
}
.ring-blue-600\/0 {
    --tw-ring-color: rgba(59, 124, 248, 0);
}
.ring-blue-600\/10 {
    --tw-ring-color: rgba(59, 124, 248, 0.1);
}
.ring-blue-600\/100 {
    --tw-ring-color: #3b7cf8;
}
.ring-blue-600\/15 {
    --tw-ring-color: rgba(59, 124, 248, 0.15);
}
.ring-blue-600\/20 {
    --tw-ring-color: rgba(59, 124, 248, 0.2);
}
.ring-blue-600\/25 {
    --tw-ring-color: rgba(59, 124, 248, 0.25);
}
.ring-blue-600\/30 {
    --tw-ring-color: rgba(59, 124, 248, 0.3);
}
.ring-blue-600\/35 {
    --tw-ring-color: rgba(59, 124, 248, 0.35);
}
.ring-blue-600\/40 {
    --tw-ring-color: rgba(59, 124, 248, 0.4);
}
.ring-blue-600\/45 {
    --tw-ring-color: rgba(59, 124, 248, 0.45);
}
.ring-blue-600\/5 {
    --tw-ring-color: rgba(59, 124, 248, 0.05);
}
.ring-blue-600\/50 {
    --tw-ring-color: rgba(59, 124, 248, 0.5);
}
.ring-blue-600\/55 {
    --tw-ring-color: rgba(59, 124, 248, 0.55);
}
.ring-blue-600\/60 {
    --tw-ring-color: rgba(59, 124, 248, 0.6);
}
.ring-blue-600\/65 {
    --tw-ring-color: rgba(59, 124, 248, 0.65);
}
.ring-blue-600\/70 {
    --tw-ring-color: rgba(59, 124, 248, 0.7);
}
.ring-blue-600\/75 {
    --tw-ring-color: rgba(59, 124, 248, 0.75);
}
.ring-blue-600\/80 {
    --tw-ring-color: rgba(59, 124, 248, 0.8);
}
.ring-blue-600\/85 {
    --tw-ring-color: rgba(59, 124, 248, 0.85);
}
.ring-blue-600\/90 {
    --tw-ring-color: rgba(59, 124, 248, 0.9);
}
.ring-blue-600\/95 {
    --tw-ring-color: rgba(59, 124, 248, 0.95);
}
.ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 98 235 / var(--tw-ring-opacity, 1));
}
.ring-blue-700\/0 {
    --tw-ring-color: rgba(55, 98, 235, 0);
}
.ring-blue-700\/10 {
    --tw-ring-color: rgba(55, 98, 235, 0.1);
}
.ring-blue-700\/100 {
    --tw-ring-color: #3762eb;
}
.ring-blue-700\/15 {
    --tw-ring-color: rgba(55, 98, 235, 0.15);
}
.ring-blue-700\/20 {
    --tw-ring-color: rgba(55, 98, 235, 0.2);
}
.ring-blue-700\/25 {
    --tw-ring-color: rgba(55, 98, 235, 0.25);
}
.ring-blue-700\/30 {
    --tw-ring-color: rgba(55, 98, 235, 0.3);
}
.ring-blue-700\/35 {
    --tw-ring-color: rgba(55, 98, 235, 0.35);
}
.ring-blue-700\/40 {
    --tw-ring-color: rgba(55, 98, 235, 0.4);
}
.ring-blue-700\/45 {
    --tw-ring-color: rgba(55, 98, 235, 0.45);
}
.ring-blue-700\/5 {
    --tw-ring-color: rgba(55, 98, 235, 0.05);
}
.ring-blue-700\/50 {
    --tw-ring-color: rgba(55, 98, 235, 0.5);
}
.ring-blue-700\/55 {
    --tw-ring-color: rgba(55, 98, 235, 0.55);
}
.ring-blue-700\/60 {
    --tw-ring-color: rgba(55, 98, 235, 0.6);
}
.ring-blue-700\/65 {
    --tw-ring-color: rgba(55, 98, 235, 0.65);
}
.ring-blue-700\/70 {
    --tw-ring-color: rgba(55, 98, 235, 0.7);
}
.ring-blue-700\/75 {
    --tw-ring-color: rgba(55, 98, 235, 0.75);
}
.ring-blue-700\/80 {
    --tw-ring-color: rgba(55, 98, 235, 0.8);
}
.ring-blue-700\/85 {
    --tw-ring-color: rgba(55, 98, 235, 0.85);
}
.ring-blue-700\/90 {
    --tw-ring-color: rgba(55, 98, 235, 0.9);
}
.ring-blue-700\/95 {
    --tw-ring-color: rgba(55, 98, 235, 0.95);
}
.ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.ring-blue-800\/0 {
    --tw-ring-color: rgba(30, 64, 175, 0);
}
.ring-blue-800\/10 {
    --tw-ring-color: rgba(30, 64, 175, 0.1);
}
.ring-blue-800\/100 {
    --tw-ring-color: #1e40af;
}
.ring-blue-800\/15 {
    --tw-ring-color: rgba(30, 64, 175, 0.15);
}
.ring-blue-800\/20 {
    --tw-ring-color: rgba(30, 64, 175, 0.2);
}
.ring-blue-800\/25 {
    --tw-ring-color: rgba(30, 64, 175, 0.25);
}
.ring-blue-800\/30 {
    --tw-ring-color: rgba(30, 64, 175, 0.3);
}
.ring-blue-800\/35 {
    --tw-ring-color: rgba(30, 64, 175, 0.35);
}
.ring-blue-800\/40 {
    --tw-ring-color: rgba(30, 64, 175, 0.4);
}
.ring-blue-800\/45 {
    --tw-ring-color: rgba(30, 64, 175, 0.45);
}
.ring-blue-800\/5 {
    --tw-ring-color: rgba(30, 64, 175, 0.05);
}
.ring-blue-800\/50 {
    --tw-ring-color: rgba(30, 64, 175, 0.5);
}
.ring-blue-800\/55 {
    --tw-ring-color: rgba(30, 64, 175, 0.55);
}
.ring-blue-800\/60 {
    --tw-ring-color: rgba(30, 64, 175, 0.6);
}
.ring-blue-800\/65 {
    --tw-ring-color: rgba(30, 64, 175, 0.65);
}
.ring-blue-800\/70 {
    --tw-ring-color: rgba(30, 64, 175, 0.7);
}
.ring-blue-800\/75 {
    --tw-ring-color: rgba(30, 64, 175, 0.75);
}
.ring-blue-800\/80 {
    --tw-ring-color: rgba(30, 64, 175, 0.8);
}
.ring-blue-800\/85 {
    --tw-ring-color: rgba(30, 64, 175, 0.85);
}
.ring-blue-800\/90 {
    --tw-ring-color: rgba(30, 64, 175, 0.9);
}
.ring-blue-800\/95 {
    --tw-ring-color: rgba(30, 64, 175, 0.95);
}
.ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}
.ring-blue-900\/0 {
    --tw-ring-color: rgba(30, 58, 138, 0);
}
.ring-blue-900\/10 {
    --tw-ring-color: rgba(30, 58, 138, 0.1);
}
.ring-blue-900\/100 {
    --tw-ring-color: #1e3a8a;
}
.ring-blue-900\/15 {
    --tw-ring-color: rgba(30, 58, 138, 0.15);
}
.ring-blue-900\/20 {
    --tw-ring-color: rgba(30, 58, 138, 0.2);
}
.ring-blue-900\/25 {
    --tw-ring-color: rgba(30, 58, 138, 0.25);
}
.ring-blue-900\/30 {
    --tw-ring-color: rgba(30, 58, 138, 0.3);
}
.ring-blue-900\/35 {
    --tw-ring-color: rgba(30, 58, 138, 0.35);
}
.ring-blue-900\/40 {
    --tw-ring-color: rgba(30, 58, 138, 0.4);
}
.ring-blue-900\/45 {
    --tw-ring-color: rgba(30, 58, 138, 0.45);
}
.ring-blue-900\/5 {
    --tw-ring-color: rgba(30, 58, 138, 0.05);
}
.ring-blue-900\/50 {
    --tw-ring-color: rgba(30, 58, 138, 0.5);
}
.ring-blue-900\/55 {
    --tw-ring-color: rgba(30, 58, 138, 0.55);
}
.ring-blue-900\/60 {
    --tw-ring-color: rgba(30, 58, 138, 0.6);
}
.ring-blue-900\/65 {
    --tw-ring-color: rgba(30, 58, 138, 0.65);
}
.ring-blue-900\/70 {
    --tw-ring-color: rgba(30, 58, 138, 0.7);
}
.ring-blue-900\/75 {
    --tw-ring-color: rgba(30, 58, 138, 0.75);
}
.ring-blue-900\/80 {
    --tw-ring-color: rgba(30, 58, 138, 0.8);
}
.ring-blue-900\/85 {
    --tw-ring-color: rgba(30, 58, 138, 0.85);
}
.ring-blue-900\/90 {
    --tw-ring-color: rgba(30, 58, 138, 0.9);
}
.ring-blue-900\/95 {
    --tw-ring-color: rgba(30, 58, 138, 0.95);
}
.ring-bluegray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-100\/0 {
    --tw-ring-color: rgba(241, 245, 249, 0);
}
.ring-bluegray-100\/10 {
    --tw-ring-color: rgba(241, 245, 249, 0.1);
}
.ring-bluegray-100\/100 {
    --tw-ring-color: #f1f5f9;
}
.ring-bluegray-100\/15 {
    --tw-ring-color: rgba(241, 245, 249, 0.15);
}
.ring-bluegray-100\/20 {
    --tw-ring-color: rgba(241, 245, 249, 0.2);
}
.ring-bluegray-100\/25 {
    --tw-ring-color: rgba(241, 245, 249, 0.25);
}
.ring-bluegray-100\/30 {
    --tw-ring-color: rgba(241, 245, 249, 0.3);
}
.ring-bluegray-100\/35 {
    --tw-ring-color: rgba(241, 245, 249, 0.35);
}
.ring-bluegray-100\/40 {
    --tw-ring-color: rgba(241, 245, 249, 0.4);
}
.ring-bluegray-100\/45 {
    --tw-ring-color: rgba(241, 245, 249, 0.45);
}
.ring-bluegray-100\/5 {
    --tw-ring-color: rgba(241, 245, 249, 0.05);
}
.ring-bluegray-100\/50 {
    --tw-ring-color: rgba(241, 245, 249, 0.5);
}
.ring-bluegray-100\/55 {
    --tw-ring-color: rgba(241, 245, 249, 0.55);
}
.ring-bluegray-100\/60 {
    --tw-ring-color: rgba(241, 245, 249, 0.6);
}
.ring-bluegray-100\/65 {
    --tw-ring-color: rgba(241, 245, 249, 0.65);
}
.ring-bluegray-100\/70 {
    --tw-ring-color: rgba(241, 245, 249, 0.7);
}
.ring-bluegray-100\/75 {
    --tw-ring-color: rgba(241, 245, 249, 0.75);
}
.ring-bluegray-100\/80 {
    --tw-ring-color: rgba(241, 245, 249, 0.8);
}
.ring-bluegray-100\/85 {
    --tw-ring-color: rgba(241, 245, 249, 0.85);
}
.ring-bluegray-100\/90 {
    --tw-ring-color: rgba(241, 245, 249, 0.9);
}
.ring-bluegray-100\/95 {
    --tw-ring-color: rgba(241, 245, 249, 0.95);
}
.ring-bluegray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-200\/0 {
    --tw-ring-color: rgba(226, 232, 240, 0);
}
.ring-bluegray-200\/10 {
    --tw-ring-color: rgba(226, 232, 240, 0.1);
}
.ring-bluegray-200\/100 {
    --tw-ring-color: #e2e8f0;
}
.ring-bluegray-200\/15 {
    --tw-ring-color: rgba(226, 232, 240, 0.15);
}
.ring-bluegray-200\/20 {
    --tw-ring-color: rgba(226, 232, 240, 0.2);
}
.ring-bluegray-200\/25 {
    --tw-ring-color: rgba(226, 232, 240, 0.25);
}
.ring-bluegray-200\/30 {
    --tw-ring-color: rgba(226, 232, 240, 0.3);
}
.ring-bluegray-200\/35 {
    --tw-ring-color: rgba(226, 232, 240, 0.35);
}
.ring-bluegray-200\/40 {
    --tw-ring-color: rgba(226, 232, 240, 0.4);
}
.ring-bluegray-200\/45 {
    --tw-ring-color: rgba(226, 232, 240, 0.45);
}
.ring-bluegray-200\/5 {
    --tw-ring-color: rgba(226, 232, 240, 0.05);
}
.ring-bluegray-200\/50 {
    --tw-ring-color: rgba(226, 232, 240, 0.5);
}
.ring-bluegray-200\/55 {
    --tw-ring-color: rgba(226, 232, 240, 0.55);
}
.ring-bluegray-200\/60 {
    --tw-ring-color: rgba(226, 232, 240, 0.6);
}
.ring-bluegray-200\/65 {
    --tw-ring-color: rgba(226, 232, 240, 0.65);
}
.ring-bluegray-200\/70 {
    --tw-ring-color: rgba(226, 232, 240, 0.7);
}
.ring-bluegray-200\/75 {
    --tw-ring-color: rgba(226, 232, 240, 0.75);
}
.ring-bluegray-200\/80 {
    --tw-ring-color: rgba(226, 232, 240, 0.8);
}
.ring-bluegray-200\/85 {
    --tw-ring-color: rgba(226, 232, 240, 0.85);
}
.ring-bluegray-200\/90 {
    --tw-ring-color: rgba(226, 232, 240, 0.9);
}
.ring-bluegray-200\/95 {
    --tw-ring-color: rgba(226, 232, 240, 0.95);
}
.ring-bluegray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-300\/0 {
    --tw-ring-color: rgba(203, 213, 225, 0);
}
.ring-bluegray-300\/10 {
    --tw-ring-color: rgba(203, 213, 225, 0.1);
}
.ring-bluegray-300\/100 {
    --tw-ring-color: #cbd5e1;
}
.ring-bluegray-300\/15 {
    --tw-ring-color: rgba(203, 213, 225, 0.15);
}
.ring-bluegray-300\/20 {
    --tw-ring-color: rgba(203, 213, 225, 0.2);
}
.ring-bluegray-300\/25 {
    --tw-ring-color: rgba(203, 213, 225, 0.25);
}
.ring-bluegray-300\/30 {
    --tw-ring-color: rgba(203, 213, 225, 0.3);
}
.ring-bluegray-300\/35 {
    --tw-ring-color: rgba(203, 213, 225, 0.35);
}
.ring-bluegray-300\/40 {
    --tw-ring-color: rgba(203, 213, 225, 0.4);
}
.ring-bluegray-300\/45 {
    --tw-ring-color: rgba(203, 213, 225, 0.45);
}
.ring-bluegray-300\/5 {
    --tw-ring-color: rgba(203, 213, 225, 0.05);
}
.ring-bluegray-300\/50 {
    --tw-ring-color: rgba(203, 213, 225, 0.5);
}
.ring-bluegray-300\/55 {
    --tw-ring-color: rgba(203, 213, 225, 0.55);
}
.ring-bluegray-300\/60 {
    --tw-ring-color: rgba(203, 213, 225, 0.6);
}
.ring-bluegray-300\/65 {
    --tw-ring-color: rgba(203, 213, 225, 0.65);
}
.ring-bluegray-300\/70 {
    --tw-ring-color: rgba(203, 213, 225, 0.7);
}
.ring-bluegray-300\/75 {
    --tw-ring-color: rgba(203, 213, 225, 0.75);
}
.ring-bluegray-300\/80 {
    --tw-ring-color: rgba(203, 213, 225, 0.8);
}
.ring-bluegray-300\/85 {
    --tw-ring-color: rgba(203, 213, 225, 0.85);
}
.ring-bluegray-300\/90 {
    --tw-ring-color: rgba(203, 213, 225, 0.9);
}
.ring-bluegray-300\/95 {
    --tw-ring-color: rgba(203, 213, 225, 0.95);
}
.ring-bluegray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-400\/0 {
    --tw-ring-color: rgba(148, 163, 184, 0);
}
.ring-bluegray-400\/10 {
    --tw-ring-color: rgba(148, 163, 184, 0.1);
}
.ring-bluegray-400\/100 {
    --tw-ring-color: #94a3b8;
}
.ring-bluegray-400\/15 {
    --tw-ring-color: rgba(148, 163, 184, 0.15);
}
.ring-bluegray-400\/20 {
    --tw-ring-color: rgba(148, 163, 184, 0.2);
}
.ring-bluegray-400\/25 {
    --tw-ring-color: rgba(148, 163, 184, 0.25);
}
.ring-bluegray-400\/30 {
    --tw-ring-color: rgba(148, 163, 184, 0.3);
}
.ring-bluegray-400\/35 {
    --tw-ring-color: rgba(148, 163, 184, 0.35);
}
.ring-bluegray-400\/40 {
    --tw-ring-color: rgba(148, 163, 184, 0.4);
}
.ring-bluegray-400\/45 {
    --tw-ring-color: rgba(148, 163, 184, 0.45);
}
.ring-bluegray-400\/5 {
    --tw-ring-color: rgba(148, 163, 184, 0.05);
}
.ring-bluegray-400\/50 {
    --tw-ring-color: rgba(148, 163, 184, 0.5);
}
.ring-bluegray-400\/55 {
    --tw-ring-color: rgba(148, 163, 184, 0.55);
}
.ring-bluegray-400\/60 {
    --tw-ring-color: rgba(148, 163, 184, 0.6);
}
.ring-bluegray-400\/65 {
    --tw-ring-color: rgba(148, 163, 184, 0.65);
}
.ring-bluegray-400\/70 {
    --tw-ring-color: rgba(148, 163, 184, 0.7);
}
.ring-bluegray-400\/75 {
    --tw-ring-color: rgba(148, 163, 184, 0.75);
}
.ring-bluegray-400\/80 {
    --tw-ring-color: rgba(148, 163, 184, 0.8);
}
.ring-bluegray-400\/85 {
    --tw-ring-color: rgba(148, 163, 184, 0.85);
}
.ring-bluegray-400\/90 {
    --tw-ring-color: rgba(148, 163, 184, 0.9);
}
.ring-bluegray-400\/95 {
    --tw-ring-color: rgba(148, 163, 184, 0.95);
}
.ring-bluegray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-50\/0 {
    --tw-ring-color: rgba(248, 250, 252, 0);
}
.ring-bluegray-50\/10 {
    --tw-ring-color: rgba(248, 250, 252, 0.1);
}
.ring-bluegray-50\/100 {
    --tw-ring-color: #f8fafc;
}
.ring-bluegray-50\/15 {
    --tw-ring-color: rgba(248, 250, 252, 0.15);
}
.ring-bluegray-50\/20 {
    --tw-ring-color: rgba(248, 250, 252, 0.2);
}
.ring-bluegray-50\/25 {
    --tw-ring-color: rgba(248, 250, 252, 0.25);
}
.ring-bluegray-50\/30 {
    --tw-ring-color: rgba(248, 250, 252, 0.3);
}
.ring-bluegray-50\/35 {
    --tw-ring-color: rgba(248, 250, 252, 0.35);
}
.ring-bluegray-50\/40 {
    --tw-ring-color: rgba(248, 250, 252, 0.4);
}
.ring-bluegray-50\/45 {
    --tw-ring-color: rgba(248, 250, 252, 0.45);
}
.ring-bluegray-50\/5 {
    --tw-ring-color: rgba(248, 250, 252, 0.05);
}
.ring-bluegray-50\/50 {
    --tw-ring-color: rgba(248, 250, 252, 0.5);
}
.ring-bluegray-50\/55 {
    --tw-ring-color: rgba(248, 250, 252, 0.55);
}
.ring-bluegray-50\/60 {
    --tw-ring-color: rgba(248, 250, 252, 0.6);
}
.ring-bluegray-50\/65 {
    --tw-ring-color: rgba(248, 250, 252, 0.65);
}
.ring-bluegray-50\/70 {
    --tw-ring-color: rgba(248, 250, 252, 0.7);
}
.ring-bluegray-50\/75 {
    --tw-ring-color: rgba(248, 250, 252, 0.75);
}
.ring-bluegray-50\/80 {
    --tw-ring-color: rgba(248, 250, 252, 0.8);
}
.ring-bluegray-50\/85 {
    --tw-ring-color: rgba(248, 250, 252, 0.85);
}
.ring-bluegray-50\/90 {
    --tw-ring-color: rgba(248, 250, 252, 0.9);
}
.ring-bluegray-50\/95 {
    --tw-ring-color: rgba(248, 250, 252, 0.95);
}
.ring-bluegray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-500\/0 {
    --tw-ring-color: rgba(100, 116, 139, 0);
}
.ring-bluegray-500\/10 {
    --tw-ring-color: rgba(100, 116, 139, 0.1);
}
.ring-bluegray-500\/100 {
    --tw-ring-color: #64748b;
}
.ring-bluegray-500\/15 {
    --tw-ring-color: rgba(100, 116, 139, 0.15);
}
.ring-bluegray-500\/20 {
    --tw-ring-color: rgba(100, 116, 139, 0.2);
}
.ring-bluegray-500\/25 {
    --tw-ring-color: rgba(100, 116, 139, 0.25);
}
.ring-bluegray-500\/30 {
    --tw-ring-color: rgba(100, 116, 139, 0.3);
}
.ring-bluegray-500\/35 {
    --tw-ring-color: rgba(100, 116, 139, 0.35);
}
.ring-bluegray-500\/40 {
    --tw-ring-color: rgba(100, 116, 139, 0.4);
}
.ring-bluegray-500\/45 {
    --tw-ring-color: rgba(100, 116, 139, 0.45);
}
.ring-bluegray-500\/5 {
    --tw-ring-color: rgba(100, 116, 139, 0.05);
}
.ring-bluegray-500\/50 {
    --tw-ring-color: rgba(100, 116, 139, 0.5);
}
.ring-bluegray-500\/55 {
    --tw-ring-color: rgba(100, 116, 139, 0.55);
}
.ring-bluegray-500\/60 {
    --tw-ring-color: rgba(100, 116, 139, 0.6);
}
.ring-bluegray-500\/65 {
    --tw-ring-color: rgba(100, 116, 139, 0.65);
}
.ring-bluegray-500\/70 {
    --tw-ring-color: rgba(100, 116, 139, 0.7);
}
.ring-bluegray-500\/75 {
    --tw-ring-color: rgba(100, 116, 139, 0.75);
}
.ring-bluegray-500\/80 {
    --tw-ring-color: rgba(100, 116, 139, 0.8);
}
.ring-bluegray-500\/85 {
    --tw-ring-color: rgba(100, 116, 139, 0.85);
}
.ring-bluegray-500\/90 {
    --tw-ring-color: rgba(100, 116, 139, 0.9);
}
.ring-bluegray-500\/95 {
    --tw-ring-color: rgba(100, 116, 139, 0.95);
}
.ring-bluegray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-600\/0 {
    --tw-ring-color: rgba(71, 85, 105, 0);
}
.ring-bluegray-600\/10 {
    --tw-ring-color: rgba(71, 85, 105, 0.1);
}
.ring-bluegray-600\/100 {
    --tw-ring-color: #475569;
}
.ring-bluegray-600\/15 {
    --tw-ring-color: rgba(71, 85, 105, 0.15);
}
.ring-bluegray-600\/20 {
    --tw-ring-color: rgba(71, 85, 105, 0.2);
}
.ring-bluegray-600\/25 {
    --tw-ring-color: rgba(71, 85, 105, 0.25);
}
.ring-bluegray-600\/30 {
    --tw-ring-color: rgba(71, 85, 105, 0.3);
}
.ring-bluegray-600\/35 {
    --tw-ring-color: rgba(71, 85, 105, 0.35);
}
.ring-bluegray-600\/40 {
    --tw-ring-color: rgba(71, 85, 105, 0.4);
}
.ring-bluegray-600\/45 {
    --tw-ring-color: rgba(71, 85, 105, 0.45);
}
.ring-bluegray-600\/5 {
    --tw-ring-color: rgba(71, 85, 105, 0.05);
}
.ring-bluegray-600\/50 {
    --tw-ring-color: rgba(71, 85, 105, 0.5);
}
.ring-bluegray-600\/55 {
    --tw-ring-color: rgba(71, 85, 105, 0.55);
}
.ring-bluegray-600\/60 {
    --tw-ring-color: rgba(71, 85, 105, 0.6);
}
.ring-bluegray-600\/65 {
    --tw-ring-color: rgba(71, 85, 105, 0.65);
}
.ring-bluegray-600\/70 {
    --tw-ring-color: rgba(71, 85, 105, 0.7);
}
.ring-bluegray-600\/75 {
    --tw-ring-color: rgba(71, 85, 105, 0.75);
}
.ring-bluegray-600\/80 {
    --tw-ring-color: rgba(71, 85, 105, 0.8);
}
.ring-bluegray-600\/85 {
    --tw-ring-color: rgba(71, 85, 105, 0.85);
}
.ring-bluegray-600\/90 {
    --tw-ring-color: rgba(71, 85, 105, 0.9);
}
.ring-bluegray-600\/95 {
    --tw-ring-color: rgba(71, 85, 105, 0.95);
}
.ring-bluegray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-700\/0 {
    --tw-ring-color: rgba(51, 65, 85, 0);
}
.ring-bluegray-700\/10 {
    --tw-ring-color: rgba(51, 65, 85, 0.1);
}
.ring-bluegray-700\/100 {
    --tw-ring-color: #334155;
}
.ring-bluegray-700\/15 {
    --tw-ring-color: rgba(51, 65, 85, 0.15);
}
.ring-bluegray-700\/20 {
    --tw-ring-color: rgba(51, 65, 85, 0.2);
}
.ring-bluegray-700\/25 {
    --tw-ring-color: rgba(51, 65, 85, 0.25);
}
.ring-bluegray-700\/30 {
    --tw-ring-color: rgba(51, 65, 85, 0.3);
}
.ring-bluegray-700\/35 {
    --tw-ring-color: rgba(51, 65, 85, 0.35);
}
.ring-bluegray-700\/40 {
    --tw-ring-color: rgba(51, 65, 85, 0.4);
}
.ring-bluegray-700\/45 {
    --tw-ring-color: rgba(51, 65, 85, 0.45);
}
.ring-bluegray-700\/5 {
    --tw-ring-color: rgba(51, 65, 85, 0.05);
}
.ring-bluegray-700\/50 {
    --tw-ring-color: rgba(51, 65, 85, 0.5);
}
.ring-bluegray-700\/55 {
    --tw-ring-color: rgba(51, 65, 85, 0.55);
}
.ring-bluegray-700\/60 {
    --tw-ring-color: rgba(51, 65, 85, 0.6);
}
.ring-bluegray-700\/65 {
    --tw-ring-color: rgba(51, 65, 85, 0.65);
}
.ring-bluegray-700\/70 {
    --tw-ring-color: rgba(51, 65, 85, 0.7);
}
.ring-bluegray-700\/75 {
    --tw-ring-color: rgba(51, 65, 85, 0.75);
}
.ring-bluegray-700\/80 {
    --tw-ring-color: rgba(51, 65, 85, 0.8);
}
.ring-bluegray-700\/85 {
    --tw-ring-color: rgba(51, 65, 85, 0.85);
}
.ring-bluegray-700\/90 {
    --tw-ring-color: rgba(51, 65, 85, 0.9);
}
.ring-bluegray-700\/95 {
    --tw-ring-color: rgba(51, 65, 85, 0.95);
}
.ring-bluegray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-800\/0 {
    --tw-ring-color: rgba(30, 41, 59, 0);
}
.ring-bluegray-800\/10 {
    --tw-ring-color: rgba(30, 41, 59, 0.1);
}
.ring-bluegray-800\/100 {
    --tw-ring-color: #1e293b;
}
.ring-bluegray-800\/15 {
    --tw-ring-color: rgba(30, 41, 59, 0.15);
}
.ring-bluegray-800\/20 {
    --tw-ring-color: rgba(30, 41, 59, 0.2);
}
.ring-bluegray-800\/25 {
    --tw-ring-color: rgba(30, 41, 59, 0.25);
}
.ring-bluegray-800\/30 {
    --tw-ring-color: rgba(30, 41, 59, 0.3);
}
.ring-bluegray-800\/35 {
    --tw-ring-color: rgba(30, 41, 59, 0.35);
}
.ring-bluegray-800\/40 {
    --tw-ring-color: rgba(30, 41, 59, 0.4);
}
.ring-bluegray-800\/45 {
    --tw-ring-color: rgba(30, 41, 59, 0.45);
}
.ring-bluegray-800\/5 {
    --tw-ring-color: rgba(30, 41, 59, 0.05);
}
.ring-bluegray-800\/50 {
    --tw-ring-color: rgba(30, 41, 59, 0.5);
}
.ring-bluegray-800\/55 {
    --tw-ring-color: rgba(30, 41, 59, 0.55);
}
.ring-bluegray-800\/60 {
    --tw-ring-color: rgba(30, 41, 59, 0.6);
}
.ring-bluegray-800\/65 {
    --tw-ring-color: rgba(30, 41, 59, 0.65);
}
.ring-bluegray-800\/70 {
    --tw-ring-color: rgba(30, 41, 59, 0.7);
}
.ring-bluegray-800\/75 {
    --tw-ring-color: rgba(30, 41, 59, 0.75);
}
.ring-bluegray-800\/80 {
    --tw-ring-color: rgba(30, 41, 59, 0.8);
}
.ring-bluegray-800\/85 {
    --tw-ring-color: rgba(30, 41, 59, 0.85);
}
.ring-bluegray-800\/90 {
    --tw-ring-color: rgba(30, 41, 59, 0.9);
}
.ring-bluegray-800\/95 {
    --tw-ring-color: rgba(30, 41, 59, 0.95);
}
.ring-bluegray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}
.ring-bluegray-900\/0 {
    --tw-ring-color: rgba(15, 23, 42, 0);
}
.ring-bluegray-900\/10 {
    --tw-ring-color: rgba(15, 23, 42, 0.1);
}
.ring-bluegray-900\/100 {
    --tw-ring-color: #0f172a;
}
.ring-bluegray-900\/15 {
    --tw-ring-color: rgba(15, 23, 42, 0.15);
}
.ring-bluegray-900\/20 {
    --tw-ring-color: rgba(15, 23, 42, 0.2);
}
.ring-bluegray-900\/25 {
    --tw-ring-color: rgba(15, 23, 42, 0.25);
}
.ring-bluegray-900\/30 {
    --tw-ring-color: rgba(15, 23, 42, 0.3);
}
.ring-bluegray-900\/35 {
    --tw-ring-color: rgba(15, 23, 42, 0.35);
}
.ring-bluegray-900\/40 {
    --tw-ring-color: rgba(15, 23, 42, 0.4);
}
.ring-bluegray-900\/45 {
    --tw-ring-color: rgba(15, 23, 42, 0.45);
}
.ring-bluegray-900\/5 {
    --tw-ring-color: rgba(15, 23, 42, 0.05);
}
.ring-bluegray-900\/50 {
    --tw-ring-color: rgba(15, 23, 42, 0.5);
}
.ring-bluegray-900\/55 {
    --tw-ring-color: rgba(15, 23, 42, 0.55);
}
.ring-bluegray-900\/60 {
    --tw-ring-color: rgba(15, 23, 42, 0.6);
}
.ring-bluegray-900\/65 {
    --tw-ring-color: rgba(15, 23, 42, 0.65);
}
.ring-bluegray-900\/70 {
    --tw-ring-color: rgba(15, 23, 42, 0.7);
}
.ring-bluegray-900\/75 {
    --tw-ring-color: rgba(15, 23, 42, 0.75);
}
.ring-bluegray-900\/80 {
    --tw-ring-color: rgba(15, 23, 42, 0.8);
}
.ring-bluegray-900\/85 {
    --tw-ring-color: rgba(15, 23, 42, 0.85);
}
.ring-bluegray-900\/90 {
    --tw-ring-color: rgba(15, 23, 42, 0.9);
}
.ring-bluegray-900\/95 {
    --tw-ring-color: rgba(15, 23, 42, 0.95);
}
.ring-coolgray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-100\/0 {
    --tw-ring-color: rgba(243, 244, 246, 0);
}
.ring-coolgray-100\/10 {
    --tw-ring-color: rgba(243, 244, 246, 0.1);
}
.ring-coolgray-100\/100 {
    --tw-ring-color: #f3f4f6;
}
.ring-coolgray-100\/15 {
    --tw-ring-color: rgba(243, 244, 246, 0.15);
}
.ring-coolgray-100\/20 {
    --tw-ring-color: rgba(243, 244, 246, 0.2);
}
.ring-coolgray-100\/25 {
    --tw-ring-color: rgba(243, 244, 246, 0.25);
}
.ring-coolgray-100\/30 {
    --tw-ring-color: rgba(243, 244, 246, 0.3);
}
.ring-coolgray-100\/35 {
    --tw-ring-color: rgba(243, 244, 246, 0.35);
}
.ring-coolgray-100\/40 {
    --tw-ring-color: rgba(243, 244, 246, 0.4);
}
.ring-coolgray-100\/45 {
    --tw-ring-color: rgba(243, 244, 246, 0.45);
}
.ring-coolgray-100\/5 {
    --tw-ring-color: rgba(243, 244, 246, 0.05);
}
.ring-coolgray-100\/50 {
    --tw-ring-color: rgba(243, 244, 246, 0.5);
}
.ring-coolgray-100\/55 {
    --tw-ring-color: rgba(243, 244, 246, 0.55);
}
.ring-coolgray-100\/60 {
    --tw-ring-color: rgba(243, 244, 246, 0.6);
}
.ring-coolgray-100\/65 {
    --tw-ring-color: rgba(243, 244, 246, 0.65);
}
.ring-coolgray-100\/70 {
    --tw-ring-color: rgba(243, 244, 246, 0.7);
}
.ring-coolgray-100\/75 {
    --tw-ring-color: rgba(243, 244, 246, 0.75);
}
.ring-coolgray-100\/80 {
    --tw-ring-color: rgba(243, 244, 246, 0.8);
}
.ring-coolgray-100\/85 {
    --tw-ring-color: rgba(243, 244, 246, 0.85);
}
.ring-coolgray-100\/90 {
    --tw-ring-color: rgba(243, 244, 246, 0.9);
}
.ring-coolgray-100\/95 {
    --tw-ring-color: rgba(243, 244, 246, 0.95);
}
.ring-coolgray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-200\/0 {
    --tw-ring-color: rgba(229, 231, 235, 0);
}
.ring-coolgray-200\/10 {
    --tw-ring-color: rgba(229, 231, 235, 0.1);
}
.ring-coolgray-200\/100 {
    --tw-ring-color: #e5e7eb;
}
.ring-coolgray-200\/15 {
    --tw-ring-color: rgba(229, 231, 235, 0.15);
}
.ring-coolgray-200\/20 {
    --tw-ring-color: rgba(229, 231, 235, 0.2);
}
.ring-coolgray-200\/25 {
    --tw-ring-color: rgba(229, 231, 235, 0.25);
}
.ring-coolgray-200\/30 {
    --tw-ring-color: rgba(229, 231, 235, 0.3);
}
.ring-coolgray-200\/35 {
    --tw-ring-color: rgba(229, 231, 235, 0.35);
}
.ring-coolgray-200\/40 {
    --tw-ring-color: rgba(229, 231, 235, 0.4);
}
.ring-coolgray-200\/45 {
    --tw-ring-color: rgba(229, 231, 235, 0.45);
}
.ring-coolgray-200\/5 {
    --tw-ring-color: rgba(229, 231, 235, 0.05);
}
.ring-coolgray-200\/50 {
    --tw-ring-color: rgba(229, 231, 235, 0.5);
}
.ring-coolgray-200\/55 {
    --tw-ring-color: rgba(229, 231, 235, 0.55);
}
.ring-coolgray-200\/60 {
    --tw-ring-color: rgba(229, 231, 235, 0.6);
}
.ring-coolgray-200\/65 {
    --tw-ring-color: rgba(229, 231, 235, 0.65);
}
.ring-coolgray-200\/70 {
    --tw-ring-color: rgba(229, 231, 235, 0.7);
}
.ring-coolgray-200\/75 {
    --tw-ring-color: rgba(229, 231, 235, 0.75);
}
.ring-coolgray-200\/80 {
    --tw-ring-color: rgba(229, 231, 235, 0.8);
}
.ring-coolgray-200\/85 {
    --tw-ring-color: rgba(229, 231, 235, 0.85);
}
.ring-coolgray-200\/90 {
    --tw-ring-color: rgba(229, 231, 235, 0.9);
}
.ring-coolgray-200\/95 {
    --tw-ring-color: rgba(229, 231, 235, 0.95);
}
.ring-coolgray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-300\/0 {
    --tw-ring-color: rgba(209, 213, 219, 0);
}
.ring-coolgray-300\/10 {
    --tw-ring-color: rgba(209, 213, 219, 0.1);
}
.ring-coolgray-300\/100 {
    --tw-ring-color: #d1d5db;
}
.ring-coolgray-300\/15 {
    --tw-ring-color: rgba(209, 213, 219, 0.15);
}
.ring-coolgray-300\/20 {
    --tw-ring-color: rgba(209, 213, 219, 0.2);
}
.ring-coolgray-300\/25 {
    --tw-ring-color: rgba(209, 213, 219, 0.25);
}
.ring-coolgray-300\/30 {
    --tw-ring-color: rgba(209, 213, 219, 0.3);
}
.ring-coolgray-300\/35 {
    --tw-ring-color: rgba(209, 213, 219, 0.35);
}
.ring-coolgray-300\/40 {
    --tw-ring-color: rgba(209, 213, 219, 0.4);
}
.ring-coolgray-300\/45 {
    --tw-ring-color: rgba(209, 213, 219, 0.45);
}
.ring-coolgray-300\/5 {
    --tw-ring-color: rgba(209, 213, 219, 0.05);
}
.ring-coolgray-300\/50 {
    --tw-ring-color: rgba(209, 213, 219, 0.5);
}
.ring-coolgray-300\/55 {
    --tw-ring-color: rgba(209, 213, 219, 0.55);
}
.ring-coolgray-300\/60 {
    --tw-ring-color: rgba(209, 213, 219, 0.6);
}
.ring-coolgray-300\/65 {
    --tw-ring-color: rgba(209, 213, 219, 0.65);
}
.ring-coolgray-300\/70 {
    --tw-ring-color: rgba(209, 213, 219, 0.7);
}
.ring-coolgray-300\/75 {
    --tw-ring-color: rgba(209, 213, 219, 0.75);
}
.ring-coolgray-300\/80 {
    --tw-ring-color: rgba(209, 213, 219, 0.8);
}
.ring-coolgray-300\/85 {
    --tw-ring-color: rgba(209, 213, 219, 0.85);
}
.ring-coolgray-300\/90 {
    --tw-ring-color: rgba(209, 213, 219, 0.9);
}
.ring-coolgray-300\/95 {
    --tw-ring-color: rgba(209, 213, 219, 0.95);
}
.ring-coolgray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-400\/0 {
    --tw-ring-color: rgba(156, 163, 175, 0);
}
.ring-coolgray-400\/10 {
    --tw-ring-color: rgba(156, 163, 175, 0.1);
}
.ring-coolgray-400\/100 {
    --tw-ring-color: #9ca3af;
}
.ring-coolgray-400\/15 {
    --tw-ring-color: rgba(156, 163, 175, 0.15);
}
.ring-coolgray-400\/20 {
    --tw-ring-color: rgba(156, 163, 175, 0.2);
}
.ring-coolgray-400\/25 {
    --tw-ring-color: rgba(156, 163, 175, 0.25);
}
.ring-coolgray-400\/30 {
    --tw-ring-color: rgba(156, 163, 175, 0.3);
}
.ring-coolgray-400\/35 {
    --tw-ring-color: rgba(156, 163, 175, 0.35);
}
.ring-coolgray-400\/40 {
    --tw-ring-color: rgba(156, 163, 175, 0.4);
}
.ring-coolgray-400\/45 {
    --tw-ring-color: rgba(156, 163, 175, 0.45);
}
.ring-coolgray-400\/5 {
    --tw-ring-color: rgba(156, 163, 175, 0.05);
}
.ring-coolgray-400\/50 {
    --tw-ring-color: rgba(156, 163, 175, 0.5);
}
.ring-coolgray-400\/55 {
    --tw-ring-color: rgba(156, 163, 175, 0.55);
}
.ring-coolgray-400\/60 {
    --tw-ring-color: rgba(156, 163, 175, 0.6);
}
.ring-coolgray-400\/65 {
    --tw-ring-color: rgba(156, 163, 175, 0.65);
}
.ring-coolgray-400\/70 {
    --tw-ring-color: rgba(156, 163, 175, 0.7);
}
.ring-coolgray-400\/75 {
    --tw-ring-color: rgba(156, 163, 175, 0.75);
}
.ring-coolgray-400\/80 {
    --tw-ring-color: rgba(156, 163, 175, 0.8);
}
.ring-coolgray-400\/85 {
    --tw-ring-color: rgba(156, 163, 175, 0.85);
}
.ring-coolgray-400\/90 {
    --tw-ring-color: rgba(156, 163, 175, 0.9);
}
.ring-coolgray-400\/95 {
    --tw-ring-color: rgba(156, 163, 175, 0.95);
}
.ring-coolgray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-50\/0 {
    --tw-ring-color: rgba(249, 250, 251, 0);
}
.ring-coolgray-50\/10 {
    --tw-ring-color: rgba(249, 250, 251, 0.1);
}
.ring-coolgray-50\/100 {
    --tw-ring-color: #f9fafb;
}
.ring-coolgray-50\/15 {
    --tw-ring-color: rgba(249, 250, 251, 0.15);
}
.ring-coolgray-50\/20 {
    --tw-ring-color: rgba(249, 250, 251, 0.2);
}
.ring-coolgray-50\/25 {
    --tw-ring-color: rgba(249, 250, 251, 0.25);
}
.ring-coolgray-50\/30 {
    --tw-ring-color: rgba(249, 250, 251, 0.3);
}
.ring-coolgray-50\/35 {
    --tw-ring-color: rgba(249, 250, 251, 0.35);
}
.ring-coolgray-50\/40 {
    --tw-ring-color: rgba(249, 250, 251, 0.4);
}
.ring-coolgray-50\/45 {
    --tw-ring-color: rgba(249, 250, 251, 0.45);
}
.ring-coolgray-50\/5 {
    --tw-ring-color: rgba(249, 250, 251, 0.05);
}
.ring-coolgray-50\/50 {
    --tw-ring-color: rgba(249, 250, 251, 0.5);
}
.ring-coolgray-50\/55 {
    --tw-ring-color: rgba(249, 250, 251, 0.55);
}
.ring-coolgray-50\/60 {
    --tw-ring-color: rgba(249, 250, 251, 0.6);
}
.ring-coolgray-50\/65 {
    --tw-ring-color: rgba(249, 250, 251, 0.65);
}
.ring-coolgray-50\/70 {
    --tw-ring-color: rgba(249, 250, 251, 0.7);
}
.ring-coolgray-50\/75 {
    --tw-ring-color: rgba(249, 250, 251, 0.75);
}
.ring-coolgray-50\/80 {
    --tw-ring-color: rgba(249, 250, 251, 0.8);
}
.ring-coolgray-50\/85 {
    --tw-ring-color: rgba(249, 250, 251, 0.85);
}
.ring-coolgray-50\/90 {
    --tw-ring-color: rgba(249, 250, 251, 0.9);
}
.ring-coolgray-50\/95 {
    --tw-ring-color: rgba(249, 250, 251, 0.95);
}
.ring-coolgray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-500\/0 {
    --tw-ring-color: hsla(220, 9%, 46%, 0);
}
.ring-coolgray-500\/10 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.1);
}
.ring-coolgray-500\/100 {
    --tw-ring-color: #6b7280;
}
.ring-coolgray-500\/15 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.15);
}
.ring-coolgray-500\/20 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.2);
}
.ring-coolgray-500\/25 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.25);
}
.ring-coolgray-500\/30 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.3);
}
.ring-coolgray-500\/35 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.35);
}
.ring-coolgray-500\/40 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.4);
}
.ring-coolgray-500\/45 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.45);
}
.ring-coolgray-500\/5 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.05);
}
.ring-coolgray-500\/50 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.5);
}
.ring-coolgray-500\/55 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.55);
}
.ring-coolgray-500\/60 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.6);
}
.ring-coolgray-500\/65 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.65);
}
.ring-coolgray-500\/70 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.7);
}
.ring-coolgray-500\/75 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.75);
}
.ring-coolgray-500\/80 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.8);
}
.ring-coolgray-500\/85 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.85);
}
.ring-coolgray-500\/90 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.9);
}
.ring-coolgray-500\/95 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.95);
}
.ring-coolgray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-600\/0 {
    --tw-ring-color: rgba(75, 85, 99, 0);
}
.ring-coolgray-600\/10 {
    --tw-ring-color: rgba(75, 85, 99, 0.1);
}
.ring-coolgray-600\/100 {
    --tw-ring-color: #4b5563;
}
.ring-coolgray-600\/15 {
    --tw-ring-color: rgba(75, 85, 99, 0.15);
}
.ring-coolgray-600\/20 {
    --tw-ring-color: rgba(75, 85, 99, 0.2);
}
.ring-coolgray-600\/25 {
    --tw-ring-color: rgba(75, 85, 99, 0.25);
}
.ring-coolgray-600\/30 {
    --tw-ring-color: rgba(75, 85, 99, 0.3);
}
.ring-coolgray-600\/35 {
    --tw-ring-color: rgba(75, 85, 99, 0.35);
}
.ring-coolgray-600\/40 {
    --tw-ring-color: rgba(75, 85, 99, 0.4);
}
.ring-coolgray-600\/45 {
    --tw-ring-color: rgba(75, 85, 99, 0.45);
}
.ring-coolgray-600\/5 {
    --tw-ring-color: rgba(75, 85, 99, 0.05);
}
.ring-coolgray-600\/50 {
    --tw-ring-color: rgba(75, 85, 99, 0.5);
}
.ring-coolgray-600\/55 {
    --tw-ring-color: rgba(75, 85, 99, 0.55);
}
.ring-coolgray-600\/60 {
    --tw-ring-color: rgba(75, 85, 99, 0.6);
}
.ring-coolgray-600\/65 {
    --tw-ring-color: rgba(75, 85, 99, 0.65);
}
.ring-coolgray-600\/70 {
    --tw-ring-color: rgba(75, 85, 99, 0.7);
}
.ring-coolgray-600\/75 {
    --tw-ring-color: rgba(75, 85, 99, 0.75);
}
.ring-coolgray-600\/80 {
    --tw-ring-color: rgba(75, 85, 99, 0.8);
}
.ring-coolgray-600\/85 {
    --tw-ring-color: rgba(75, 85, 99, 0.85);
}
.ring-coolgray-600\/90 {
    --tw-ring-color: rgba(75, 85, 99, 0.9);
}
.ring-coolgray-600\/95 {
    --tw-ring-color: rgba(75, 85, 99, 0.95);
}
.ring-coolgray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-700\/0 {
    --tw-ring-color: rgba(55, 65, 81, 0);
}
.ring-coolgray-700\/10 {
    --tw-ring-color: rgba(55, 65, 81, 0.1);
}
.ring-coolgray-700\/100 {
    --tw-ring-color: #374151;
}
.ring-coolgray-700\/15 {
    --tw-ring-color: rgba(55, 65, 81, 0.15);
}
.ring-coolgray-700\/20 {
    --tw-ring-color: rgba(55, 65, 81, 0.2);
}
.ring-coolgray-700\/25 {
    --tw-ring-color: rgba(55, 65, 81, 0.25);
}
.ring-coolgray-700\/30 {
    --tw-ring-color: rgba(55, 65, 81, 0.3);
}
.ring-coolgray-700\/35 {
    --tw-ring-color: rgba(55, 65, 81, 0.35);
}
.ring-coolgray-700\/40 {
    --tw-ring-color: rgba(55, 65, 81, 0.4);
}
.ring-coolgray-700\/45 {
    --tw-ring-color: rgba(55, 65, 81, 0.45);
}
.ring-coolgray-700\/5 {
    --tw-ring-color: rgba(55, 65, 81, 0.05);
}
.ring-coolgray-700\/50 {
    --tw-ring-color: rgba(55, 65, 81, 0.5);
}
.ring-coolgray-700\/55 {
    --tw-ring-color: rgba(55, 65, 81, 0.55);
}
.ring-coolgray-700\/60 {
    --tw-ring-color: rgba(55, 65, 81, 0.6);
}
.ring-coolgray-700\/65 {
    --tw-ring-color: rgba(55, 65, 81, 0.65);
}
.ring-coolgray-700\/70 {
    --tw-ring-color: rgba(55, 65, 81, 0.7);
}
.ring-coolgray-700\/75 {
    --tw-ring-color: rgba(55, 65, 81, 0.75);
}
.ring-coolgray-700\/80 {
    --tw-ring-color: rgba(55, 65, 81, 0.8);
}
.ring-coolgray-700\/85 {
    --tw-ring-color: rgba(55, 65, 81, 0.85);
}
.ring-coolgray-700\/90 {
    --tw-ring-color: rgba(55, 65, 81, 0.9);
}
.ring-coolgray-700\/95 {
    --tw-ring-color: rgba(55, 65, 81, 0.95);
}
.ring-coolgray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-800\/0 {
    --tw-ring-color: rgba(31, 41, 55, 0);
}
.ring-coolgray-800\/10 {
    --tw-ring-color: rgba(31, 41, 55, 0.1);
}
.ring-coolgray-800\/100 {
    --tw-ring-color: #1f2937;
}
.ring-coolgray-800\/15 {
    --tw-ring-color: rgba(31, 41, 55, 0.15);
}
.ring-coolgray-800\/20 {
    --tw-ring-color: rgba(31, 41, 55, 0.2);
}
.ring-coolgray-800\/25 {
    --tw-ring-color: rgba(31, 41, 55, 0.25);
}
.ring-coolgray-800\/30 {
    --tw-ring-color: rgba(31, 41, 55, 0.3);
}
.ring-coolgray-800\/35 {
    --tw-ring-color: rgba(31, 41, 55, 0.35);
}
.ring-coolgray-800\/40 {
    --tw-ring-color: rgba(31, 41, 55, 0.4);
}
.ring-coolgray-800\/45 {
    --tw-ring-color: rgba(31, 41, 55, 0.45);
}
.ring-coolgray-800\/5 {
    --tw-ring-color: rgba(31, 41, 55, 0.05);
}
.ring-coolgray-800\/50 {
    --tw-ring-color: rgba(31, 41, 55, 0.5);
}
.ring-coolgray-800\/55 {
    --tw-ring-color: rgba(31, 41, 55, 0.55);
}
.ring-coolgray-800\/60 {
    --tw-ring-color: rgba(31, 41, 55, 0.6);
}
.ring-coolgray-800\/65 {
    --tw-ring-color: rgba(31, 41, 55, 0.65);
}
.ring-coolgray-800\/70 {
    --tw-ring-color: rgba(31, 41, 55, 0.7);
}
.ring-coolgray-800\/75 {
    --tw-ring-color: rgba(31, 41, 55, 0.75);
}
.ring-coolgray-800\/80 {
    --tw-ring-color: rgba(31, 41, 55, 0.8);
}
.ring-coolgray-800\/85 {
    --tw-ring-color: rgba(31, 41, 55, 0.85);
}
.ring-coolgray-800\/90 {
    --tw-ring-color: rgba(31, 41, 55, 0.9);
}
.ring-coolgray-800\/95 {
    --tw-ring-color: rgba(31, 41, 55, 0.95);
}
.ring-coolgray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.ring-coolgray-900\/0 {
    --tw-ring-color: rgba(17, 24, 39, 0);
}
.ring-coolgray-900\/10 {
    --tw-ring-color: rgba(17, 24, 39, 0.1);
}
.ring-coolgray-900\/100 {
    --tw-ring-color: #111827;
}
.ring-coolgray-900\/15 {
    --tw-ring-color: rgba(17, 24, 39, 0.15);
}
.ring-coolgray-900\/20 {
    --tw-ring-color: rgba(17, 24, 39, 0.2);
}
.ring-coolgray-900\/25 {
    --tw-ring-color: rgba(17, 24, 39, 0.25);
}
.ring-coolgray-900\/30 {
    --tw-ring-color: rgba(17, 24, 39, 0.3);
}
.ring-coolgray-900\/35 {
    --tw-ring-color: rgba(17, 24, 39, 0.35);
}
.ring-coolgray-900\/40 {
    --tw-ring-color: rgba(17, 24, 39, 0.4);
}
.ring-coolgray-900\/45 {
    --tw-ring-color: rgba(17, 24, 39, 0.45);
}
.ring-coolgray-900\/5 {
    --tw-ring-color: rgba(17, 24, 39, 0.05);
}
.ring-coolgray-900\/50 {
    --tw-ring-color: rgba(17, 24, 39, 0.5);
}
.ring-coolgray-900\/55 {
    --tw-ring-color: rgba(17, 24, 39, 0.55);
}
.ring-coolgray-900\/60 {
    --tw-ring-color: rgba(17, 24, 39, 0.6);
}
.ring-coolgray-900\/65 {
    --tw-ring-color: rgba(17, 24, 39, 0.65);
}
.ring-coolgray-900\/70 {
    --tw-ring-color: rgba(17, 24, 39, 0.7);
}
.ring-coolgray-900\/75 {
    --tw-ring-color: rgba(17, 24, 39, 0.75);
}
.ring-coolgray-900\/80 {
    --tw-ring-color: rgba(17, 24, 39, 0.8);
}
.ring-coolgray-900\/85 {
    --tw-ring-color: rgba(17, 24, 39, 0.85);
}
.ring-coolgray-900\/90 {
    --tw-ring-color: rgba(17, 24, 39, 0.9);
}
.ring-coolgray-900\/95 {
    --tw-ring-color: rgba(17, 24, 39, 0.95);
}
.ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}
.ring-cyan-100\/0 {
    --tw-ring-color: rgba(207, 250, 254, 0);
}
.ring-cyan-100\/10 {
    --tw-ring-color: rgba(207, 250, 254, 0.1);
}
.ring-cyan-100\/100 {
    --tw-ring-color: #cffafe;
}
.ring-cyan-100\/15 {
    --tw-ring-color: rgba(207, 250, 254, 0.15);
}
.ring-cyan-100\/20 {
    --tw-ring-color: rgba(207, 250, 254, 0.2);
}
.ring-cyan-100\/25 {
    --tw-ring-color: rgba(207, 250, 254, 0.25);
}
.ring-cyan-100\/30 {
    --tw-ring-color: rgba(207, 250, 254, 0.3);
}
.ring-cyan-100\/35 {
    --tw-ring-color: rgba(207, 250, 254, 0.35);
}
.ring-cyan-100\/40 {
    --tw-ring-color: rgba(207, 250, 254, 0.4);
}
.ring-cyan-100\/45 {
    --tw-ring-color: rgba(207, 250, 254, 0.45);
}
.ring-cyan-100\/5 {
    --tw-ring-color: rgba(207, 250, 254, 0.05);
}
.ring-cyan-100\/50 {
    --tw-ring-color: rgba(207, 250, 254, 0.5);
}
.ring-cyan-100\/55 {
    --tw-ring-color: rgba(207, 250, 254, 0.55);
}
.ring-cyan-100\/60 {
    --tw-ring-color: rgba(207, 250, 254, 0.6);
}
.ring-cyan-100\/65 {
    --tw-ring-color: rgba(207, 250, 254, 0.65);
}
.ring-cyan-100\/70 {
    --tw-ring-color: rgba(207, 250, 254, 0.7);
}
.ring-cyan-100\/75 {
    --tw-ring-color: rgba(207, 250, 254, 0.75);
}
.ring-cyan-100\/80 {
    --tw-ring-color: rgba(207, 250, 254, 0.8);
}
.ring-cyan-100\/85 {
    --tw-ring-color: rgba(207, 250, 254, 0.85);
}
.ring-cyan-100\/90 {
    --tw-ring-color: rgba(207, 250, 254, 0.9);
}
.ring-cyan-100\/95 {
    --tw-ring-color: rgba(207, 250, 254, 0.95);
}
.ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}
.ring-cyan-200\/0 {
    --tw-ring-color: rgba(165, 243, 252, 0);
}
.ring-cyan-200\/10 {
    --tw-ring-color: rgba(165, 243, 252, 0.1);
}
.ring-cyan-200\/100 {
    --tw-ring-color: #a5f3fc;
}
.ring-cyan-200\/15 {
    --tw-ring-color: rgba(165, 243, 252, 0.15);
}
.ring-cyan-200\/20 {
    --tw-ring-color: rgba(165, 243, 252, 0.2);
}
.ring-cyan-200\/25 {
    --tw-ring-color: rgba(165, 243, 252, 0.25);
}
.ring-cyan-200\/30 {
    --tw-ring-color: rgba(165, 243, 252, 0.3);
}
.ring-cyan-200\/35 {
    --tw-ring-color: rgba(165, 243, 252, 0.35);
}
.ring-cyan-200\/40 {
    --tw-ring-color: rgba(165, 243, 252, 0.4);
}
.ring-cyan-200\/45 {
    --tw-ring-color: rgba(165, 243, 252, 0.45);
}
.ring-cyan-200\/5 {
    --tw-ring-color: rgba(165, 243, 252, 0.05);
}
.ring-cyan-200\/50 {
    --tw-ring-color: rgba(165, 243, 252, 0.5);
}
.ring-cyan-200\/55 {
    --tw-ring-color: rgba(165, 243, 252, 0.55);
}
.ring-cyan-200\/60 {
    --tw-ring-color: rgba(165, 243, 252, 0.6);
}
.ring-cyan-200\/65 {
    --tw-ring-color: rgba(165, 243, 252, 0.65);
}
.ring-cyan-200\/70 {
    --tw-ring-color: rgba(165, 243, 252, 0.7);
}
.ring-cyan-200\/75 {
    --tw-ring-color: rgba(165, 243, 252, 0.75);
}
.ring-cyan-200\/80 {
    --tw-ring-color: rgba(165, 243, 252, 0.8);
}
.ring-cyan-200\/85 {
    --tw-ring-color: rgba(165, 243, 252, 0.85);
}
.ring-cyan-200\/90 {
    --tw-ring-color: rgba(165, 243, 252, 0.9);
}
.ring-cyan-200\/95 {
    --tw-ring-color: rgba(165, 243, 252, 0.95);
}
.ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}
.ring-cyan-300\/0 {
    --tw-ring-color: rgba(103, 232, 249, 0);
}
.ring-cyan-300\/10 {
    --tw-ring-color: rgba(103, 232, 249, 0.1);
}
.ring-cyan-300\/100 {
    --tw-ring-color: #67e8f9;
}
.ring-cyan-300\/15 {
    --tw-ring-color: rgba(103, 232, 249, 0.15);
}
.ring-cyan-300\/20 {
    --tw-ring-color: rgba(103, 232, 249, 0.2);
}
.ring-cyan-300\/25 {
    --tw-ring-color: rgba(103, 232, 249, 0.25);
}
.ring-cyan-300\/30 {
    --tw-ring-color: rgba(103, 232, 249, 0.3);
}
.ring-cyan-300\/35 {
    --tw-ring-color: rgba(103, 232, 249, 0.35);
}
.ring-cyan-300\/40 {
    --tw-ring-color: rgba(103, 232, 249, 0.4);
}
.ring-cyan-300\/45 {
    --tw-ring-color: rgba(103, 232, 249, 0.45);
}
.ring-cyan-300\/5 {
    --tw-ring-color: rgba(103, 232, 249, 0.05);
}
.ring-cyan-300\/50 {
    --tw-ring-color: rgba(103, 232, 249, 0.5);
}
.ring-cyan-300\/55 {
    --tw-ring-color: rgba(103, 232, 249, 0.55);
}
.ring-cyan-300\/60 {
    --tw-ring-color: rgba(103, 232, 249, 0.6);
}
.ring-cyan-300\/65 {
    --tw-ring-color: rgba(103, 232, 249, 0.65);
}
.ring-cyan-300\/70 {
    --tw-ring-color: rgba(103, 232, 249, 0.7);
}
.ring-cyan-300\/75 {
    --tw-ring-color: rgba(103, 232, 249, 0.75);
}
.ring-cyan-300\/80 {
    --tw-ring-color: rgba(103, 232, 249, 0.8);
}
.ring-cyan-300\/85 {
    --tw-ring-color: rgba(103, 232, 249, 0.85);
}
.ring-cyan-300\/90 {
    --tw-ring-color: rgba(103, 232, 249, 0.9);
}
.ring-cyan-300\/95 {
    --tw-ring-color: rgba(103, 232, 249, 0.95);
}
.ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.ring-cyan-400\/0 {
    --tw-ring-color: rgba(34, 211, 238, 0);
}
.ring-cyan-400\/10 {
    --tw-ring-color: rgba(34, 211, 238, 0.1);
}
.ring-cyan-400\/100 {
    --tw-ring-color: #22d3ee;
}
.ring-cyan-400\/15 {
    --tw-ring-color: rgba(34, 211, 238, 0.15);
}
.ring-cyan-400\/20 {
    --tw-ring-color: rgba(34, 211, 238, 0.2);
}
.ring-cyan-400\/25 {
    --tw-ring-color: rgba(34, 211, 238, 0.25);
}
.ring-cyan-400\/30 {
    --tw-ring-color: rgba(34, 211, 238, 0.3);
}
.ring-cyan-400\/35 {
    --tw-ring-color: rgba(34, 211, 238, 0.35);
}
.ring-cyan-400\/40 {
    --tw-ring-color: rgba(34, 211, 238, 0.4);
}
.ring-cyan-400\/45 {
    --tw-ring-color: rgba(34, 211, 238, 0.45);
}
.ring-cyan-400\/5 {
    --tw-ring-color: rgba(34, 211, 238, 0.05);
}
.ring-cyan-400\/50 {
    --tw-ring-color: rgba(34, 211, 238, 0.5);
}
.ring-cyan-400\/55 {
    --tw-ring-color: rgba(34, 211, 238, 0.55);
}
.ring-cyan-400\/60 {
    --tw-ring-color: rgba(34, 211, 238, 0.6);
}
.ring-cyan-400\/65 {
    --tw-ring-color: rgba(34, 211, 238, 0.65);
}
.ring-cyan-400\/70 {
    --tw-ring-color: rgba(34, 211, 238, 0.7);
}
.ring-cyan-400\/75 {
    --tw-ring-color: rgba(34, 211, 238, 0.75);
}
.ring-cyan-400\/80 {
    --tw-ring-color: rgba(34, 211, 238, 0.8);
}
.ring-cyan-400\/85 {
    --tw-ring-color: rgba(34, 211, 238, 0.85);
}
.ring-cyan-400\/90 {
    --tw-ring-color: rgba(34, 211, 238, 0.9);
}
.ring-cyan-400\/95 {
    --tw-ring-color: rgba(34, 211, 238, 0.95);
}
.ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}
.ring-cyan-50\/0 {
    --tw-ring-color: rgba(236, 254, 255, 0);
}
.ring-cyan-50\/10 {
    --tw-ring-color: rgba(236, 254, 255, 0.1);
}
.ring-cyan-50\/100 {
    --tw-ring-color: #ecfeff;
}
.ring-cyan-50\/15 {
    --tw-ring-color: rgba(236, 254, 255, 0.15);
}
.ring-cyan-50\/20 {
    --tw-ring-color: rgba(236, 254, 255, 0.2);
}
.ring-cyan-50\/25 {
    --tw-ring-color: rgba(236, 254, 255, 0.25);
}
.ring-cyan-50\/30 {
    --tw-ring-color: rgba(236, 254, 255, 0.3);
}
.ring-cyan-50\/35 {
    --tw-ring-color: rgba(236, 254, 255, 0.35);
}
.ring-cyan-50\/40 {
    --tw-ring-color: rgba(236, 254, 255, 0.4);
}
.ring-cyan-50\/45 {
    --tw-ring-color: rgba(236, 254, 255, 0.45);
}
.ring-cyan-50\/5 {
    --tw-ring-color: rgba(236, 254, 255, 0.05);
}
.ring-cyan-50\/50 {
    --tw-ring-color: rgba(236, 254, 255, 0.5);
}
.ring-cyan-50\/55 {
    --tw-ring-color: rgba(236, 254, 255, 0.55);
}
.ring-cyan-50\/60 {
    --tw-ring-color: rgba(236, 254, 255, 0.6);
}
.ring-cyan-50\/65 {
    --tw-ring-color: rgba(236, 254, 255, 0.65);
}
.ring-cyan-50\/70 {
    --tw-ring-color: rgba(236, 254, 255, 0.7);
}
.ring-cyan-50\/75 {
    --tw-ring-color: rgba(236, 254, 255, 0.75);
}
.ring-cyan-50\/80 {
    --tw-ring-color: rgba(236, 254, 255, 0.8);
}
.ring-cyan-50\/85 {
    --tw-ring-color: rgba(236, 254, 255, 0.85);
}
.ring-cyan-50\/90 {
    --tw-ring-color: rgba(236, 254, 255, 0.9);
}
.ring-cyan-50\/95 {
    --tw-ring-color: rgba(236, 254, 255, 0.95);
}
.ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}
.ring-cyan-500\/0 {
    --tw-ring-color: rgba(6, 182, 212, 0);
}
.ring-cyan-500\/10 {
    --tw-ring-color: rgba(6, 182, 212, 0.1);
}
.ring-cyan-500\/100 {
    --tw-ring-color: #06b6d4;
}
.ring-cyan-500\/15 {
    --tw-ring-color: rgba(6, 182, 212, 0.15);
}
.ring-cyan-500\/20 {
    --tw-ring-color: rgba(6, 182, 212, 0.2);
}
.ring-cyan-500\/25 {
    --tw-ring-color: rgba(6, 182, 212, 0.25);
}
.ring-cyan-500\/30 {
    --tw-ring-color: rgba(6, 182, 212, 0.3);
}
.ring-cyan-500\/35 {
    --tw-ring-color: rgba(6, 182, 212, 0.35);
}
.ring-cyan-500\/40 {
    --tw-ring-color: rgba(6, 182, 212, 0.4);
}
.ring-cyan-500\/45 {
    --tw-ring-color: rgba(6, 182, 212, 0.45);
}
.ring-cyan-500\/5 {
    --tw-ring-color: rgba(6, 182, 212, 0.05);
}
.ring-cyan-500\/50 {
    --tw-ring-color: rgba(6, 182, 212, 0.5);
}
.ring-cyan-500\/55 {
    --tw-ring-color: rgba(6, 182, 212, 0.55);
}
.ring-cyan-500\/60 {
    --tw-ring-color: rgba(6, 182, 212, 0.6);
}
.ring-cyan-500\/65 {
    --tw-ring-color: rgba(6, 182, 212, 0.65);
}
.ring-cyan-500\/70 {
    --tw-ring-color: rgba(6, 182, 212, 0.7);
}
.ring-cyan-500\/75 {
    --tw-ring-color: rgba(6, 182, 212, 0.75);
}
.ring-cyan-500\/80 {
    --tw-ring-color: rgba(6, 182, 212, 0.8);
}
.ring-cyan-500\/85 {
    --tw-ring-color: rgba(6, 182, 212, 0.85);
}
.ring-cyan-500\/90 {
    --tw-ring-color: rgba(6, 182, 212, 0.9);
}
.ring-cyan-500\/95 {
    --tw-ring-color: rgba(6, 182, 212, 0.95);
}
.ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}
.ring-cyan-600\/0 {
    --tw-ring-color: rgba(8, 145, 178, 0);
}
.ring-cyan-600\/10 {
    --tw-ring-color: rgba(8, 145, 178, 0.1);
}
.ring-cyan-600\/100 {
    --tw-ring-color: #0891b2;
}
.ring-cyan-600\/15 {
    --tw-ring-color: rgba(8, 145, 178, 0.15);
}
.ring-cyan-600\/20 {
    --tw-ring-color: rgba(8, 145, 178, 0.2);
}
.ring-cyan-600\/25 {
    --tw-ring-color: rgba(8, 145, 178, 0.25);
}
.ring-cyan-600\/30 {
    --tw-ring-color: rgba(8, 145, 178, 0.3);
}
.ring-cyan-600\/35 {
    --tw-ring-color: rgba(8, 145, 178, 0.35);
}
.ring-cyan-600\/40 {
    --tw-ring-color: rgba(8, 145, 178, 0.4);
}
.ring-cyan-600\/45 {
    --tw-ring-color: rgba(8, 145, 178, 0.45);
}
.ring-cyan-600\/5 {
    --tw-ring-color: rgba(8, 145, 178, 0.05);
}
.ring-cyan-600\/50 {
    --tw-ring-color: rgba(8, 145, 178, 0.5);
}
.ring-cyan-600\/55 {
    --tw-ring-color: rgba(8, 145, 178, 0.55);
}
.ring-cyan-600\/60 {
    --tw-ring-color: rgba(8, 145, 178, 0.6);
}
.ring-cyan-600\/65 {
    --tw-ring-color: rgba(8, 145, 178, 0.65);
}
.ring-cyan-600\/70 {
    --tw-ring-color: rgba(8, 145, 178, 0.7);
}
.ring-cyan-600\/75 {
    --tw-ring-color: rgba(8, 145, 178, 0.75);
}
.ring-cyan-600\/80 {
    --tw-ring-color: rgba(8, 145, 178, 0.8);
}
.ring-cyan-600\/85 {
    --tw-ring-color: rgba(8, 145, 178, 0.85);
}
.ring-cyan-600\/90 {
    --tw-ring-color: rgba(8, 145, 178, 0.9);
}
.ring-cyan-600\/95 {
    --tw-ring-color: rgba(8, 145, 178, 0.95);
}
.ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}
.ring-cyan-700\/0 {
    --tw-ring-color: rgba(14, 116, 144, 0);
}
.ring-cyan-700\/10 {
    --tw-ring-color: rgba(14, 116, 144, 0.1);
}
.ring-cyan-700\/100 {
    --tw-ring-color: #0e7490;
}
.ring-cyan-700\/15 {
    --tw-ring-color: rgba(14, 116, 144, 0.15);
}
.ring-cyan-700\/20 {
    --tw-ring-color: rgba(14, 116, 144, 0.2);
}
.ring-cyan-700\/25 {
    --tw-ring-color: rgba(14, 116, 144, 0.25);
}
.ring-cyan-700\/30 {
    --tw-ring-color: rgba(14, 116, 144, 0.3);
}
.ring-cyan-700\/35 {
    --tw-ring-color: rgba(14, 116, 144, 0.35);
}
.ring-cyan-700\/40 {
    --tw-ring-color: rgba(14, 116, 144, 0.4);
}
.ring-cyan-700\/45 {
    --tw-ring-color: rgba(14, 116, 144, 0.45);
}
.ring-cyan-700\/5 {
    --tw-ring-color: rgba(14, 116, 144, 0.05);
}
.ring-cyan-700\/50 {
    --tw-ring-color: rgba(14, 116, 144, 0.5);
}
.ring-cyan-700\/55 {
    --tw-ring-color: rgba(14, 116, 144, 0.55);
}
.ring-cyan-700\/60 {
    --tw-ring-color: rgba(14, 116, 144, 0.6);
}
.ring-cyan-700\/65 {
    --tw-ring-color: rgba(14, 116, 144, 0.65);
}
.ring-cyan-700\/70 {
    --tw-ring-color: rgba(14, 116, 144, 0.7);
}
.ring-cyan-700\/75 {
    --tw-ring-color: rgba(14, 116, 144, 0.75);
}
.ring-cyan-700\/80 {
    --tw-ring-color: rgba(14, 116, 144, 0.8);
}
.ring-cyan-700\/85 {
    --tw-ring-color: rgba(14, 116, 144, 0.85);
}
.ring-cyan-700\/90 {
    --tw-ring-color: rgba(14, 116, 144, 0.9);
}
.ring-cyan-700\/95 {
    --tw-ring-color: rgba(14, 116, 144, 0.95);
}
.ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}
.ring-cyan-800\/0 {
    --tw-ring-color: rgba(21, 94, 117, 0);
}
.ring-cyan-800\/10 {
    --tw-ring-color: rgba(21, 94, 117, 0.1);
}
.ring-cyan-800\/100 {
    --tw-ring-color: #155e75;
}
.ring-cyan-800\/15 {
    --tw-ring-color: rgba(21, 94, 117, 0.15);
}
.ring-cyan-800\/20 {
    --tw-ring-color: rgba(21, 94, 117, 0.2);
}
.ring-cyan-800\/25 {
    --tw-ring-color: rgba(21, 94, 117, 0.25);
}
.ring-cyan-800\/30 {
    --tw-ring-color: rgba(21, 94, 117, 0.3);
}
.ring-cyan-800\/35 {
    --tw-ring-color: rgba(21, 94, 117, 0.35);
}
.ring-cyan-800\/40 {
    --tw-ring-color: rgba(21, 94, 117, 0.4);
}
.ring-cyan-800\/45 {
    --tw-ring-color: rgba(21, 94, 117, 0.45);
}
.ring-cyan-800\/5 {
    --tw-ring-color: rgba(21, 94, 117, 0.05);
}
.ring-cyan-800\/50 {
    --tw-ring-color: rgba(21, 94, 117, 0.5);
}
.ring-cyan-800\/55 {
    --tw-ring-color: rgba(21, 94, 117, 0.55);
}
.ring-cyan-800\/60 {
    --tw-ring-color: rgba(21, 94, 117, 0.6);
}
.ring-cyan-800\/65 {
    --tw-ring-color: rgba(21, 94, 117, 0.65);
}
.ring-cyan-800\/70 {
    --tw-ring-color: rgba(21, 94, 117, 0.7);
}
.ring-cyan-800\/75 {
    --tw-ring-color: rgba(21, 94, 117, 0.75);
}
.ring-cyan-800\/80 {
    --tw-ring-color: rgba(21, 94, 117, 0.8);
}
.ring-cyan-800\/85 {
    --tw-ring-color: rgba(21, 94, 117, 0.85);
}
.ring-cyan-800\/90 {
    --tw-ring-color: rgba(21, 94, 117, 0.9);
}
.ring-cyan-800\/95 {
    --tw-ring-color: rgba(21, 94, 117, 0.95);
}
.ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}
.ring-cyan-900\/0 {
    --tw-ring-color: rgba(22, 78, 99, 0);
}
.ring-cyan-900\/10 {
    --tw-ring-color: rgba(22, 78, 99, 0.1);
}
.ring-cyan-900\/100 {
    --tw-ring-color: #164e63;
}
.ring-cyan-900\/15 {
    --tw-ring-color: rgba(22, 78, 99, 0.15);
}
.ring-cyan-900\/20 {
    --tw-ring-color: rgba(22, 78, 99, 0.2);
}
.ring-cyan-900\/25 {
    --tw-ring-color: rgba(22, 78, 99, 0.25);
}
.ring-cyan-900\/30 {
    --tw-ring-color: rgba(22, 78, 99, 0.3);
}
.ring-cyan-900\/35 {
    --tw-ring-color: rgba(22, 78, 99, 0.35);
}
.ring-cyan-900\/40 {
    --tw-ring-color: rgba(22, 78, 99, 0.4);
}
.ring-cyan-900\/45 {
    --tw-ring-color: rgba(22, 78, 99, 0.45);
}
.ring-cyan-900\/5 {
    --tw-ring-color: rgba(22, 78, 99, 0.05);
}
.ring-cyan-900\/50 {
    --tw-ring-color: rgba(22, 78, 99, 0.5);
}
.ring-cyan-900\/55 {
    --tw-ring-color: rgba(22, 78, 99, 0.55);
}
.ring-cyan-900\/60 {
    --tw-ring-color: rgba(22, 78, 99, 0.6);
}
.ring-cyan-900\/65 {
    --tw-ring-color: rgba(22, 78, 99, 0.65);
}
.ring-cyan-900\/70 {
    --tw-ring-color: rgba(22, 78, 99, 0.7);
}
.ring-cyan-900\/75 {
    --tw-ring-color: rgba(22, 78, 99, 0.75);
}
.ring-cyan-900\/80 {
    --tw-ring-color: rgba(22, 78, 99, 0.8);
}
.ring-cyan-900\/85 {
    --tw-ring-color: rgba(22, 78, 99, 0.85);
}
.ring-cyan-900\/90 {
    --tw-ring-color: rgba(22, 78, 99, 0.9);
}
.ring-cyan-900\/95 {
    --tw-ring-color: rgba(22, 78, 99, 0.95);
}
.ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.ring-emerald-100\/0 {
    --tw-ring-color: rgba(209, 250, 229, 0);
}
.ring-emerald-100\/10 {
    --tw-ring-color: rgba(209, 250, 229, 0.1);
}
.ring-emerald-100\/100 {
    --tw-ring-color: #d1fae5;
}
.ring-emerald-100\/15 {
    --tw-ring-color: rgba(209, 250, 229, 0.15);
}
.ring-emerald-100\/20 {
    --tw-ring-color: rgba(209, 250, 229, 0.2);
}
.ring-emerald-100\/25 {
    --tw-ring-color: rgba(209, 250, 229, 0.25);
}
.ring-emerald-100\/30 {
    --tw-ring-color: rgba(209, 250, 229, 0.3);
}
.ring-emerald-100\/35 {
    --tw-ring-color: rgba(209, 250, 229, 0.35);
}
.ring-emerald-100\/40 {
    --tw-ring-color: rgba(209, 250, 229, 0.4);
}
.ring-emerald-100\/45 {
    --tw-ring-color: rgba(209, 250, 229, 0.45);
}
.ring-emerald-100\/5 {
    --tw-ring-color: rgba(209, 250, 229, 0.05);
}
.ring-emerald-100\/50 {
    --tw-ring-color: rgba(209, 250, 229, 0.5);
}
.ring-emerald-100\/55 {
    --tw-ring-color: rgba(209, 250, 229, 0.55);
}
.ring-emerald-100\/60 {
    --tw-ring-color: rgba(209, 250, 229, 0.6);
}
.ring-emerald-100\/65 {
    --tw-ring-color: rgba(209, 250, 229, 0.65);
}
.ring-emerald-100\/70 {
    --tw-ring-color: rgba(209, 250, 229, 0.7);
}
.ring-emerald-100\/75 {
    --tw-ring-color: rgba(209, 250, 229, 0.75);
}
.ring-emerald-100\/80 {
    --tw-ring-color: rgba(209, 250, 229, 0.8);
}
.ring-emerald-100\/85 {
    --tw-ring-color: rgba(209, 250, 229, 0.85);
}
.ring-emerald-100\/90 {
    --tw-ring-color: rgba(209, 250, 229, 0.9);
}
.ring-emerald-100\/95 {
    --tw-ring-color: rgba(209, 250, 229, 0.95);
}
.ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-emerald-200\/0 {
    --tw-ring-color: rgba(167, 243, 208, 0);
}
.ring-emerald-200\/10 {
    --tw-ring-color: rgba(167, 243, 208, 0.1);
}
.ring-emerald-200\/100 {
    --tw-ring-color: #a7f3d0;
}
.ring-emerald-200\/15 {
    --tw-ring-color: rgba(167, 243, 208, 0.15);
}
.ring-emerald-200\/20 {
    --tw-ring-color: rgba(167, 243, 208, 0.2);
}
.ring-emerald-200\/25 {
    --tw-ring-color: rgba(167, 243, 208, 0.25);
}
.ring-emerald-200\/30 {
    --tw-ring-color: rgba(167, 243, 208, 0.3);
}
.ring-emerald-200\/35 {
    --tw-ring-color: rgba(167, 243, 208, 0.35);
}
.ring-emerald-200\/40 {
    --tw-ring-color: rgba(167, 243, 208, 0.4);
}
.ring-emerald-200\/45 {
    --tw-ring-color: rgba(167, 243, 208, 0.45);
}
.ring-emerald-200\/5 {
    --tw-ring-color: rgba(167, 243, 208, 0.05);
}
.ring-emerald-200\/50 {
    --tw-ring-color: rgba(167, 243, 208, 0.5);
}
.ring-emerald-200\/55 {
    --tw-ring-color: rgba(167, 243, 208, 0.55);
}
.ring-emerald-200\/60 {
    --tw-ring-color: rgba(167, 243, 208, 0.6);
}
.ring-emerald-200\/65 {
    --tw-ring-color: rgba(167, 243, 208, 0.65);
}
.ring-emerald-200\/70 {
    --tw-ring-color: rgba(167, 243, 208, 0.7);
}
.ring-emerald-200\/75 {
    --tw-ring-color: rgba(167, 243, 208, 0.75);
}
.ring-emerald-200\/80 {
    --tw-ring-color: rgba(167, 243, 208, 0.8);
}
.ring-emerald-200\/85 {
    --tw-ring-color: rgba(167, 243, 208, 0.85);
}
.ring-emerald-200\/90 {
    --tw-ring-color: rgba(167, 243, 208, 0.9);
}
.ring-emerald-200\/95 {
    --tw-ring-color: rgba(167, 243, 208, 0.95);
}
.ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.ring-emerald-300\/0 {
    --tw-ring-color: rgba(110, 231, 183, 0);
}
.ring-emerald-300\/10 {
    --tw-ring-color: rgba(110, 231, 183, 0.1);
}
.ring-emerald-300\/100 {
    --tw-ring-color: #6ee7b7;
}
.ring-emerald-300\/15 {
    --tw-ring-color: rgba(110, 231, 183, 0.15);
}
.ring-emerald-300\/20 {
    --tw-ring-color: rgba(110, 231, 183, 0.2);
}
.ring-emerald-300\/25 {
    --tw-ring-color: rgba(110, 231, 183, 0.25);
}
.ring-emerald-300\/30 {
    --tw-ring-color: rgba(110, 231, 183, 0.3);
}
.ring-emerald-300\/35 {
    --tw-ring-color: rgba(110, 231, 183, 0.35);
}
.ring-emerald-300\/40 {
    --tw-ring-color: rgba(110, 231, 183, 0.4);
}
.ring-emerald-300\/45 {
    --tw-ring-color: rgba(110, 231, 183, 0.45);
}
.ring-emerald-300\/5 {
    --tw-ring-color: rgba(110, 231, 183, 0.05);
}
.ring-emerald-300\/50 {
    --tw-ring-color: rgba(110, 231, 183, 0.5);
}
.ring-emerald-300\/55 {
    --tw-ring-color: rgba(110, 231, 183, 0.55);
}
.ring-emerald-300\/60 {
    --tw-ring-color: rgba(110, 231, 183, 0.6);
}
.ring-emerald-300\/65 {
    --tw-ring-color: rgba(110, 231, 183, 0.65);
}
.ring-emerald-300\/70 {
    --tw-ring-color: rgba(110, 231, 183, 0.7);
}
.ring-emerald-300\/75 {
    --tw-ring-color: rgba(110, 231, 183, 0.75);
}
.ring-emerald-300\/80 {
    --tw-ring-color: rgba(110, 231, 183, 0.8);
}
.ring-emerald-300\/85 {
    --tw-ring-color: rgba(110, 231, 183, 0.85);
}
.ring-emerald-300\/90 {
    --tw-ring-color: rgba(110, 231, 183, 0.9);
}
.ring-emerald-300\/95 {
    --tw-ring-color: rgba(110, 231, 183, 0.95);
}
.ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.ring-emerald-400\/0 {
    --tw-ring-color: rgba(52, 211, 153, 0);
}
.ring-emerald-400\/10 {
    --tw-ring-color: rgba(52, 211, 153, 0.1);
}
.ring-emerald-400\/100 {
    --tw-ring-color: #34d399;
}
.ring-emerald-400\/15 {
    --tw-ring-color: rgba(52, 211, 153, 0.15);
}
.ring-emerald-400\/20 {
    --tw-ring-color: rgba(52, 211, 153, 0.2);
}
.ring-emerald-400\/25 {
    --tw-ring-color: rgba(52, 211, 153, 0.25);
}
.ring-emerald-400\/30 {
    --tw-ring-color: rgba(52, 211, 153, 0.3);
}
.ring-emerald-400\/35 {
    --tw-ring-color: rgba(52, 211, 153, 0.35);
}
.ring-emerald-400\/40 {
    --tw-ring-color: rgba(52, 211, 153, 0.4);
}
.ring-emerald-400\/45 {
    --tw-ring-color: rgba(52, 211, 153, 0.45);
}
.ring-emerald-400\/5 {
    --tw-ring-color: rgba(52, 211, 153, 0.05);
}
.ring-emerald-400\/50 {
    --tw-ring-color: rgba(52, 211, 153, 0.5);
}
.ring-emerald-400\/55 {
    --tw-ring-color: rgba(52, 211, 153, 0.55);
}
.ring-emerald-400\/60 {
    --tw-ring-color: rgba(52, 211, 153, 0.6);
}
.ring-emerald-400\/65 {
    --tw-ring-color: rgba(52, 211, 153, 0.65);
}
.ring-emerald-400\/70 {
    --tw-ring-color: rgba(52, 211, 153, 0.7);
}
.ring-emerald-400\/75 {
    --tw-ring-color: rgba(52, 211, 153, 0.75);
}
.ring-emerald-400\/80 {
    --tw-ring-color: rgba(52, 211, 153, 0.8);
}
.ring-emerald-400\/85 {
    --tw-ring-color: rgba(52, 211, 153, 0.85);
}
.ring-emerald-400\/90 {
    --tw-ring-color: rgba(52, 211, 153, 0.9);
}
.ring-emerald-400\/95 {
    --tw-ring-color: rgba(52, 211, 153, 0.95);
}
.ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}
.ring-emerald-50\/0 {
    --tw-ring-color: rgba(236, 253, 245, 0);
}
.ring-emerald-50\/10 {
    --tw-ring-color: rgba(236, 253, 245, 0.1);
}
.ring-emerald-50\/100 {
    --tw-ring-color: #ecfdf5;
}
.ring-emerald-50\/15 {
    --tw-ring-color: rgba(236, 253, 245, 0.15);
}
.ring-emerald-50\/20 {
    --tw-ring-color: rgba(236, 253, 245, 0.2);
}
.ring-emerald-50\/25 {
    --tw-ring-color: rgba(236, 253, 245, 0.25);
}
.ring-emerald-50\/30 {
    --tw-ring-color: rgba(236, 253, 245, 0.3);
}
.ring-emerald-50\/35 {
    --tw-ring-color: rgba(236, 253, 245, 0.35);
}
.ring-emerald-50\/40 {
    --tw-ring-color: rgba(236, 253, 245, 0.4);
}
.ring-emerald-50\/45 {
    --tw-ring-color: rgba(236, 253, 245, 0.45);
}
.ring-emerald-50\/5 {
    --tw-ring-color: rgba(236, 253, 245, 0.05);
}
.ring-emerald-50\/50 {
    --tw-ring-color: rgba(236, 253, 245, 0.5);
}
.ring-emerald-50\/55 {
    --tw-ring-color: rgba(236, 253, 245, 0.55);
}
.ring-emerald-50\/60 {
    --tw-ring-color: rgba(236, 253, 245, 0.6);
}
.ring-emerald-50\/65 {
    --tw-ring-color: rgba(236, 253, 245, 0.65);
}
.ring-emerald-50\/70 {
    --tw-ring-color: rgba(236, 253, 245, 0.7);
}
.ring-emerald-50\/75 {
    --tw-ring-color: rgba(236, 253, 245, 0.75);
}
.ring-emerald-50\/80 {
    --tw-ring-color: rgba(236, 253, 245, 0.8);
}
.ring-emerald-50\/85 {
    --tw-ring-color: rgba(236, 253, 245, 0.85);
}
.ring-emerald-50\/90 {
    --tw-ring-color: rgba(236, 253, 245, 0.9);
}
.ring-emerald-50\/95 {
    --tw-ring-color: rgba(236, 253, 245, 0.95);
}
.ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.ring-emerald-500\/0 {
    --tw-ring-color: rgba(16, 185, 129, 0);
}
.ring-emerald-500\/10 {
    --tw-ring-color: rgba(16, 185, 129, 0.1);
}
.ring-emerald-500\/100 {
    --tw-ring-color: #10b981;
}
.ring-emerald-500\/15 {
    --tw-ring-color: rgba(16, 185, 129, 0.15);
}
.ring-emerald-500\/20 {
    --tw-ring-color: rgba(16, 185, 129, 0.2);
}
.ring-emerald-500\/25 {
    --tw-ring-color: rgba(16, 185, 129, 0.25);
}
.ring-emerald-500\/30 {
    --tw-ring-color: rgba(16, 185, 129, 0.3);
}
.ring-emerald-500\/35 {
    --tw-ring-color: rgba(16, 185, 129, 0.35);
}
.ring-emerald-500\/40 {
    --tw-ring-color: rgba(16, 185, 129, 0.4);
}
.ring-emerald-500\/45 {
    --tw-ring-color: rgba(16, 185, 129, 0.45);
}
.ring-emerald-500\/5 {
    --tw-ring-color: rgba(16, 185, 129, 0.05);
}
.ring-emerald-500\/50 {
    --tw-ring-color: rgba(16, 185, 129, 0.5);
}
.ring-emerald-500\/55 {
    --tw-ring-color: rgba(16, 185, 129, 0.55);
}
.ring-emerald-500\/60 {
    --tw-ring-color: rgba(16, 185, 129, 0.6);
}
.ring-emerald-500\/65 {
    --tw-ring-color: rgba(16, 185, 129, 0.65);
}
.ring-emerald-500\/70 {
    --tw-ring-color: rgba(16, 185, 129, 0.7);
}
.ring-emerald-500\/75 {
    --tw-ring-color: rgba(16, 185, 129, 0.75);
}
.ring-emerald-500\/80 {
    --tw-ring-color: rgba(16, 185, 129, 0.8);
}
.ring-emerald-500\/85 {
    --tw-ring-color: rgba(16, 185, 129, 0.85);
}
.ring-emerald-500\/90 {
    --tw-ring-color: rgba(16, 185, 129, 0.9);
}
.ring-emerald-500\/95 {
    --tw-ring-color: rgba(16, 185, 129, 0.95);
}
.ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.ring-emerald-600\/0 {
    --tw-ring-color: rgba(5, 150, 105, 0);
}
.ring-emerald-600\/10 {
    --tw-ring-color: rgba(5, 150, 105, 0.1);
}
.ring-emerald-600\/100 {
    --tw-ring-color: #059669;
}
.ring-emerald-600\/15 {
    --tw-ring-color: rgba(5, 150, 105, 0.15);
}
.ring-emerald-600\/20 {
    --tw-ring-color: rgba(5, 150, 105, 0.2);
}
.ring-emerald-600\/25 {
    --tw-ring-color: rgba(5, 150, 105, 0.25);
}
.ring-emerald-600\/30 {
    --tw-ring-color: rgba(5, 150, 105, 0.3);
}
.ring-emerald-600\/35 {
    --tw-ring-color: rgba(5, 150, 105, 0.35);
}
.ring-emerald-600\/40 {
    --tw-ring-color: rgba(5, 150, 105, 0.4);
}
.ring-emerald-600\/45 {
    --tw-ring-color: rgba(5, 150, 105, 0.45);
}
.ring-emerald-600\/5 {
    --tw-ring-color: rgba(5, 150, 105, 0.05);
}
.ring-emerald-600\/50 {
    --tw-ring-color: rgba(5, 150, 105, 0.5);
}
.ring-emerald-600\/55 {
    --tw-ring-color: rgba(5, 150, 105, 0.55);
}
.ring-emerald-600\/60 {
    --tw-ring-color: rgba(5, 150, 105, 0.6);
}
.ring-emerald-600\/65 {
    --tw-ring-color: rgba(5, 150, 105, 0.65);
}
.ring-emerald-600\/70 {
    --tw-ring-color: rgba(5, 150, 105, 0.7);
}
.ring-emerald-600\/75 {
    --tw-ring-color: rgba(5, 150, 105, 0.75);
}
.ring-emerald-600\/80 {
    --tw-ring-color: rgba(5, 150, 105, 0.8);
}
.ring-emerald-600\/85 {
    --tw-ring-color: rgba(5, 150, 105, 0.85);
}
.ring-emerald-600\/90 {
    --tw-ring-color: rgba(5, 150, 105, 0.9);
}
.ring-emerald-600\/95 {
    --tw-ring-color: rgba(5, 150, 105, 0.95);
}
.ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.ring-emerald-700\/0 {
    --tw-ring-color: rgba(4, 120, 87, 0);
}
.ring-emerald-700\/10 {
    --tw-ring-color: rgba(4, 120, 87, 0.1);
}
.ring-emerald-700\/100 {
    --tw-ring-color: #047857;
}
.ring-emerald-700\/15 {
    --tw-ring-color: rgba(4, 120, 87, 0.15);
}
.ring-emerald-700\/20 {
    --tw-ring-color: rgba(4, 120, 87, 0.2);
}
.ring-emerald-700\/25 {
    --tw-ring-color: rgba(4, 120, 87, 0.25);
}
.ring-emerald-700\/30 {
    --tw-ring-color: rgba(4, 120, 87, 0.3);
}
.ring-emerald-700\/35 {
    --tw-ring-color: rgba(4, 120, 87, 0.35);
}
.ring-emerald-700\/40 {
    --tw-ring-color: rgba(4, 120, 87, 0.4);
}
.ring-emerald-700\/45 {
    --tw-ring-color: rgba(4, 120, 87, 0.45);
}
.ring-emerald-700\/5 {
    --tw-ring-color: rgba(4, 120, 87, 0.05);
}
.ring-emerald-700\/50 {
    --tw-ring-color: rgba(4, 120, 87, 0.5);
}
.ring-emerald-700\/55 {
    --tw-ring-color: rgba(4, 120, 87, 0.55);
}
.ring-emerald-700\/60 {
    --tw-ring-color: rgba(4, 120, 87, 0.6);
}
.ring-emerald-700\/65 {
    --tw-ring-color: rgba(4, 120, 87, 0.65);
}
.ring-emerald-700\/70 {
    --tw-ring-color: rgba(4, 120, 87, 0.7);
}
.ring-emerald-700\/75 {
    --tw-ring-color: rgba(4, 120, 87, 0.75);
}
.ring-emerald-700\/80 {
    --tw-ring-color: rgba(4, 120, 87, 0.8);
}
.ring-emerald-700\/85 {
    --tw-ring-color: rgba(4, 120, 87, 0.85);
}
.ring-emerald-700\/90 {
    --tw-ring-color: rgba(4, 120, 87, 0.9);
}
.ring-emerald-700\/95 {
    --tw-ring-color: rgba(4, 120, 87, 0.95);
}
.ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}
.ring-emerald-800\/0 {
    --tw-ring-color: rgba(6, 95, 70, 0);
}
.ring-emerald-800\/10 {
    --tw-ring-color: rgba(6, 95, 70, 0.1);
}
.ring-emerald-800\/100 {
    --tw-ring-color: #065f46;
}
.ring-emerald-800\/15 {
    --tw-ring-color: rgba(6, 95, 70, 0.15);
}
.ring-emerald-800\/20 {
    --tw-ring-color: rgba(6, 95, 70, 0.2);
}
.ring-emerald-800\/25 {
    --tw-ring-color: rgba(6, 95, 70, 0.25);
}
.ring-emerald-800\/30 {
    --tw-ring-color: rgba(6, 95, 70, 0.3);
}
.ring-emerald-800\/35 {
    --tw-ring-color: rgba(6, 95, 70, 0.35);
}
.ring-emerald-800\/40 {
    --tw-ring-color: rgba(6, 95, 70, 0.4);
}
.ring-emerald-800\/45 {
    --tw-ring-color: rgba(6, 95, 70, 0.45);
}
.ring-emerald-800\/5 {
    --tw-ring-color: rgba(6, 95, 70, 0.05);
}
.ring-emerald-800\/50 {
    --tw-ring-color: rgba(6, 95, 70, 0.5);
}
.ring-emerald-800\/55 {
    --tw-ring-color: rgba(6, 95, 70, 0.55);
}
.ring-emerald-800\/60 {
    --tw-ring-color: rgba(6, 95, 70, 0.6);
}
.ring-emerald-800\/65 {
    --tw-ring-color: rgba(6, 95, 70, 0.65);
}
.ring-emerald-800\/70 {
    --tw-ring-color: rgba(6, 95, 70, 0.7);
}
.ring-emerald-800\/75 {
    --tw-ring-color: rgba(6, 95, 70, 0.75);
}
.ring-emerald-800\/80 {
    --tw-ring-color: rgba(6, 95, 70, 0.8);
}
.ring-emerald-800\/85 {
    --tw-ring-color: rgba(6, 95, 70, 0.85);
}
.ring-emerald-800\/90 {
    --tw-ring-color: rgba(6, 95, 70, 0.9);
}
.ring-emerald-800\/95 {
    --tw-ring-color: rgba(6, 95, 70, 0.95);
}
.ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}
.ring-emerald-900\/0 {
    --tw-ring-color: rgba(6, 78, 59, 0);
}
.ring-emerald-900\/10 {
    --tw-ring-color: rgba(6, 78, 59, 0.1);
}
.ring-emerald-900\/100 {
    --tw-ring-color: #064e3b;
}
.ring-emerald-900\/15 {
    --tw-ring-color: rgba(6, 78, 59, 0.15);
}
.ring-emerald-900\/20 {
    --tw-ring-color: rgba(6, 78, 59, 0.2);
}
.ring-emerald-900\/25 {
    --tw-ring-color: rgba(6, 78, 59, 0.25);
}
.ring-emerald-900\/30 {
    --tw-ring-color: rgba(6, 78, 59, 0.3);
}
.ring-emerald-900\/35 {
    --tw-ring-color: rgba(6, 78, 59, 0.35);
}
.ring-emerald-900\/40 {
    --tw-ring-color: rgba(6, 78, 59, 0.4);
}
.ring-emerald-900\/45 {
    --tw-ring-color: rgba(6, 78, 59, 0.45);
}
.ring-emerald-900\/5 {
    --tw-ring-color: rgba(6, 78, 59, 0.05);
}
.ring-emerald-900\/50 {
    --tw-ring-color: rgba(6, 78, 59, 0.5);
}
.ring-emerald-900\/55 {
    --tw-ring-color: rgba(6, 78, 59, 0.55);
}
.ring-emerald-900\/60 {
    --tw-ring-color: rgba(6, 78, 59, 0.6);
}
.ring-emerald-900\/65 {
    --tw-ring-color: rgba(6, 78, 59, 0.65);
}
.ring-emerald-900\/70 {
    --tw-ring-color: rgba(6, 78, 59, 0.7);
}
.ring-emerald-900\/75 {
    --tw-ring-color: rgba(6, 78, 59, 0.75);
}
.ring-emerald-900\/80 {
    --tw-ring-color: rgba(6, 78, 59, 0.8);
}
.ring-emerald-900\/85 {
    --tw-ring-color: rgba(6, 78, 59, 0.85);
}
.ring-emerald-900\/90 {
    --tw-ring-color: rgba(6, 78, 59, 0.9);
}
.ring-emerald-900\/95 {
    --tw-ring-color: rgba(6, 78, 59, 0.95);
}
.ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-100\/0 {
    --tw-ring-color: rgba(250, 232, 255, 0);
}
.ring-fuchsia-100\/10 {
    --tw-ring-color: rgba(250, 232, 255, 0.1);
}
.ring-fuchsia-100\/100 {
    --tw-ring-color: #fae8ff;
}
.ring-fuchsia-100\/15 {
    --tw-ring-color: rgba(250, 232, 255, 0.15);
}
.ring-fuchsia-100\/20 {
    --tw-ring-color: rgba(250, 232, 255, 0.2);
}
.ring-fuchsia-100\/25 {
    --tw-ring-color: rgba(250, 232, 255, 0.25);
}
.ring-fuchsia-100\/30 {
    --tw-ring-color: rgba(250, 232, 255, 0.3);
}
.ring-fuchsia-100\/35 {
    --tw-ring-color: rgba(250, 232, 255, 0.35);
}
.ring-fuchsia-100\/40 {
    --tw-ring-color: rgba(250, 232, 255, 0.4);
}
.ring-fuchsia-100\/45 {
    --tw-ring-color: rgba(250, 232, 255, 0.45);
}
.ring-fuchsia-100\/5 {
    --tw-ring-color: rgba(250, 232, 255, 0.05);
}
.ring-fuchsia-100\/50 {
    --tw-ring-color: rgba(250, 232, 255, 0.5);
}
.ring-fuchsia-100\/55 {
    --tw-ring-color: rgba(250, 232, 255, 0.55);
}
.ring-fuchsia-100\/60 {
    --tw-ring-color: rgba(250, 232, 255, 0.6);
}
.ring-fuchsia-100\/65 {
    --tw-ring-color: rgba(250, 232, 255, 0.65);
}
.ring-fuchsia-100\/70 {
    --tw-ring-color: rgba(250, 232, 255, 0.7);
}
.ring-fuchsia-100\/75 {
    --tw-ring-color: rgba(250, 232, 255, 0.75);
}
.ring-fuchsia-100\/80 {
    --tw-ring-color: rgba(250, 232, 255, 0.8);
}
.ring-fuchsia-100\/85 {
    --tw-ring-color: rgba(250, 232, 255, 0.85);
}
.ring-fuchsia-100\/90 {
    --tw-ring-color: rgba(250, 232, 255, 0.9);
}
.ring-fuchsia-100\/95 {
    --tw-ring-color: rgba(250, 232, 255, 0.95);
}
.ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-200\/0 {
    --tw-ring-color: rgba(245, 208, 254, 0);
}
.ring-fuchsia-200\/10 {
    --tw-ring-color: rgba(245, 208, 254, 0.1);
}
.ring-fuchsia-200\/100 {
    --tw-ring-color: #f5d0fe;
}
.ring-fuchsia-200\/15 {
    --tw-ring-color: rgba(245, 208, 254, 0.15);
}
.ring-fuchsia-200\/20 {
    --tw-ring-color: rgba(245, 208, 254, 0.2);
}
.ring-fuchsia-200\/25 {
    --tw-ring-color: rgba(245, 208, 254, 0.25);
}
.ring-fuchsia-200\/30 {
    --tw-ring-color: rgba(245, 208, 254, 0.3);
}
.ring-fuchsia-200\/35 {
    --tw-ring-color: rgba(245, 208, 254, 0.35);
}
.ring-fuchsia-200\/40 {
    --tw-ring-color: rgba(245, 208, 254, 0.4);
}
.ring-fuchsia-200\/45 {
    --tw-ring-color: rgba(245, 208, 254, 0.45);
}
.ring-fuchsia-200\/5 {
    --tw-ring-color: rgba(245, 208, 254, 0.05);
}
.ring-fuchsia-200\/50 {
    --tw-ring-color: rgba(245, 208, 254, 0.5);
}
.ring-fuchsia-200\/55 {
    --tw-ring-color: rgba(245, 208, 254, 0.55);
}
.ring-fuchsia-200\/60 {
    --tw-ring-color: rgba(245, 208, 254, 0.6);
}
.ring-fuchsia-200\/65 {
    --tw-ring-color: rgba(245, 208, 254, 0.65);
}
.ring-fuchsia-200\/70 {
    --tw-ring-color: rgba(245, 208, 254, 0.7);
}
.ring-fuchsia-200\/75 {
    --tw-ring-color: rgba(245, 208, 254, 0.75);
}
.ring-fuchsia-200\/80 {
    --tw-ring-color: rgba(245, 208, 254, 0.8);
}
.ring-fuchsia-200\/85 {
    --tw-ring-color: rgba(245, 208, 254, 0.85);
}
.ring-fuchsia-200\/90 {
    --tw-ring-color: rgba(245, 208, 254, 0.9);
}
.ring-fuchsia-200\/95 {
    --tw-ring-color: rgba(245, 208, 254, 0.95);
}
.ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-300\/0 {
    --tw-ring-color: rgba(240, 171, 252, 0);
}
.ring-fuchsia-300\/10 {
    --tw-ring-color: rgba(240, 171, 252, 0.1);
}
.ring-fuchsia-300\/100 {
    --tw-ring-color: #f0abfc;
}
.ring-fuchsia-300\/15 {
    --tw-ring-color: rgba(240, 171, 252, 0.15);
}
.ring-fuchsia-300\/20 {
    --tw-ring-color: rgba(240, 171, 252, 0.2);
}
.ring-fuchsia-300\/25 {
    --tw-ring-color: rgba(240, 171, 252, 0.25);
}
.ring-fuchsia-300\/30 {
    --tw-ring-color: rgba(240, 171, 252, 0.3);
}
.ring-fuchsia-300\/35 {
    --tw-ring-color: rgba(240, 171, 252, 0.35);
}
.ring-fuchsia-300\/40 {
    --tw-ring-color: rgba(240, 171, 252, 0.4);
}
.ring-fuchsia-300\/45 {
    --tw-ring-color: rgba(240, 171, 252, 0.45);
}
.ring-fuchsia-300\/5 {
    --tw-ring-color: rgba(240, 171, 252, 0.05);
}
.ring-fuchsia-300\/50 {
    --tw-ring-color: rgba(240, 171, 252, 0.5);
}
.ring-fuchsia-300\/55 {
    --tw-ring-color: rgba(240, 171, 252, 0.55);
}
.ring-fuchsia-300\/60 {
    --tw-ring-color: rgba(240, 171, 252, 0.6);
}
.ring-fuchsia-300\/65 {
    --tw-ring-color: rgba(240, 171, 252, 0.65);
}
.ring-fuchsia-300\/70 {
    --tw-ring-color: rgba(240, 171, 252, 0.7);
}
.ring-fuchsia-300\/75 {
    --tw-ring-color: rgba(240, 171, 252, 0.75);
}
.ring-fuchsia-300\/80 {
    --tw-ring-color: rgba(240, 171, 252, 0.8);
}
.ring-fuchsia-300\/85 {
    --tw-ring-color: rgba(240, 171, 252, 0.85);
}
.ring-fuchsia-300\/90 {
    --tw-ring-color: rgba(240, 171, 252, 0.9);
}
.ring-fuchsia-300\/95 {
    --tw-ring-color: rgba(240, 171, 252, 0.95);
}
.ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-400\/0 {
    --tw-ring-color: rgba(232, 121, 249, 0);
}
.ring-fuchsia-400\/10 {
    --tw-ring-color: rgba(232, 121, 249, 0.1);
}
.ring-fuchsia-400\/100 {
    --tw-ring-color: #e879f9;
}
.ring-fuchsia-400\/15 {
    --tw-ring-color: rgba(232, 121, 249, 0.15);
}
.ring-fuchsia-400\/20 {
    --tw-ring-color: rgba(232, 121, 249, 0.2);
}
.ring-fuchsia-400\/25 {
    --tw-ring-color: rgba(232, 121, 249, 0.25);
}
.ring-fuchsia-400\/30 {
    --tw-ring-color: rgba(232, 121, 249, 0.3);
}
.ring-fuchsia-400\/35 {
    --tw-ring-color: rgba(232, 121, 249, 0.35);
}
.ring-fuchsia-400\/40 {
    --tw-ring-color: rgba(232, 121, 249, 0.4);
}
.ring-fuchsia-400\/45 {
    --tw-ring-color: rgba(232, 121, 249, 0.45);
}
.ring-fuchsia-400\/5 {
    --tw-ring-color: rgba(232, 121, 249, 0.05);
}
.ring-fuchsia-400\/50 {
    --tw-ring-color: rgba(232, 121, 249, 0.5);
}
.ring-fuchsia-400\/55 {
    --tw-ring-color: rgba(232, 121, 249, 0.55);
}
.ring-fuchsia-400\/60 {
    --tw-ring-color: rgba(232, 121, 249, 0.6);
}
.ring-fuchsia-400\/65 {
    --tw-ring-color: rgba(232, 121, 249, 0.65);
}
.ring-fuchsia-400\/70 {
    --tw-ring-color: rgba(232, 121, 249, 0.7);
}
.ring-fuchsia-400\/75 {
    --tw-ring-color: rgba(232, 121, 249, 0.75);
}
.ring-fuchsia-400\/80 {
    --tw-ring-color: rgba(232, 121, 249, 0.8);
}
.ring-fuchsia-400\/85 {
    --tw-ring-color: rgba(232, 121, 249, 0.85);
}
.ring-fuchsia-400\/90 {
    --tw-ring-color: rgba(232, 121, 249, 0.9);
}
.ring-fuchsia-400\/95 {
    --tw-ring-color: rgba(232, 121, 249, 0.95);
}
.ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-50\/0 {
    --tw-ring-color: rgba(253, 244, 255, 0);
}
.ring-fuchsia-50\/10 {
    --tw-ring-color: rgba(253, 244, 255, 0.1);
}
.ring-fuchsia-50\/100 {
    --tw-ring-color: #fdf4ff;
}
.ring-fuchsia-50\/15 {
    --tw-ring-color: rgba(253, 244, 255, 0.15);
}
.ring-fuchsia-50\/20 {
    --tw-ring-color: rgba(253, 244, 255, 0.2);
}
.ring-fuchsia-50\/25 {
    --tw-ring-color: rgba(253, 244, 255, 0.25);
}
.ring-fuchsia-50\/30 {
    --tw-ring-color: rgba(253, 244, 255, 0.3);
}
.ring-fuchsia-50\/35 {
    --tw-ring-color: rgba(253, 244, 255, 0.35);
}
.ring-fuchsia-50\/40 {
    --tw-ring-color: rgba(253, 244, 255, 0.4);
}
.ring-fuchsia-50\/45 {
    --tw-ring-color: rgba(253, 244, 255, 0.45);
}
.ring-fuchsia-50\/5 {
    --tw-ring-color: rgba(253, 244, 255, 0.05);
}
.ring-fuchsia-50\/50 {
    --tw-ring-color: rgba(253, 244, 255, 0.5);
}
.ring-fuchsia-50\/55 {
    --tw-ring-color: rgba(253, 244, 255, 0.55);
}
.ring-fuchsia-50\/60 {
    --tw-ring-color: rgba(253, 244, 255, 0.6);
}
.ring-fuchsia-50\/65 {
    --tw-ring-color: rgba(253, 244, 255, 0.65);
}
.ring-fuchsia-50\/70 {
    --tw-ring-color: rgba(253, 244, 255, 0.7);
}
.ring-fuchsia-50\/75 {
    --tw-ring-color: rgba(253, 244, 255, 0.75);
}
.ring-fuchsia-50\/80 {
    --tw-ring-color: rgba(253, 244, 255, 0.8);
}
.ring-fuchsia-50\/85 {
    --tw-ring-color: rgba(253, 244, 255, 0.85);
}
.ring-fuchsia-50\/90 {
    --tw-ring-color: rgba(253, 244, 255, 0.9);
}
.ring-fuchsia-50\/95 {
    --tw-ring-color: rgba(253, 244, 255, 0.95);
}
.ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-500\/0 {
    --tw-ring-color: rgba(217, 70, 239, 0);
}
.ring-fuchsia-500\/10 {
    --tw-ring-color: rgba(217, 70, 239, 0.1);
}
.ring-fuchsia-500\/100 {
    --tw-ring-color: #d946ef;
}
.ring-fuchsia-500\/15 {
    --tw-ring-color: rgba(217, 70, 239, 0.15);
}
.ring-fuchsia-500\/20 {
    --tw-ring-color: rgba(217, 70, 239, 0.2);
}
.ring-fuchsia-500\/25 {
    --tw-ring-color: rgba(217, 70, 239, 0.25);
}
.ring-fuchsia-500\/30 {
    --tw-ring-color: rgba(217, 70, 239, 0.3);
}
.ring-fuchsia-500\/35 {
    --tw-ring-color: rgba(217, 70, 239, 0.35);
}
.ring-fuchsia-500\/40 {
    --tw-ring-color: rgba(217, 70, 239, 0.4);
}
.ring-fuchsia-500\/45 {
    --tw-ring-color: rgba(217, 70, 239, 0.45);
}
.ring-fuchsia-500\/5 {
    --tw-ring-color: rgba(217, 70, 239, 0.05);
}
.ring-fuchsia-500\/50 {
    --tw-ring-color: rgba(217, 70, 239, 0.5);
}
.ring-fuchsia-500\/55 {
    --tw-ring-color: rgba(217, 70, 239, 0.55);
}
.ring-fuchsia-500\/60 {
    --tw-ring-color: rgba(217, 70, 239, 0.6);
}
.ring-fuchsia-500\/65 {
    --tw-ring-color: rgba(217, 70, 239, 0.65);
}
.ring-fuchsia-500\/70 {
    --tw-ring-color: rgba(217, 70, 239, 0.7);
}
.ring-fuchsia-500\/75 {
    --tw-ring-color: rgba(217, 70, 239, 0.75);
}
.ring-fuchsia-500\/80 {
    --tw-ring-color: rgba(217, 70, 239, 0.8);
}
.ring-fuchsia-500\/85 {
    --tw-ring-color: rgba(217, 70, 239, 0.85);
}
.ring-fuchsia-500\/90 {
    --tw-ring-color: rgba(217, 70, 239, 0.9);
}
.ring-fuchsia-500\/95 {
    --tw-ring-color: rgba(217, 70, 239, 0.95);
}
.ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-600\/0 {
    --tw-ring-color: rgba(192, 38, 211, 0);
}
.ring-fuchsia-600\/10 {
    --tw-ring-color: rgba(192, 38, 211, 0.1);
}
.ring-fuchsia-600\/100 {
    --tw-ring-color: #c026d3;
}
.ring-fuchsia-600\/15 {
    --tw-ring-color: rgba(192, 38, 211, 0.15);
}
.ring-fuchsia-600\/20 {
    --tw-ring-color: rgba(192, 38, 211, 0.2);
}
.ring-fuchsia-600\/25 {
    --tw-ring-color: rgba(192, 38, 211, 0.25);
}
.ring-fuchsia-600\/30 {
    --tw-ring-color: rgba(192, 38, 211, 0.3);
}
.ring-fuchsia-600\/35 {
    --tw-ring-color: rgba(192, 38, 211, 0.35);
}
.ring-fuchsia-600\/40 {
    --tw-ring-color: rgba(192, 38, 211, 0.4);
}
.ring-fuchsia-600\/45 {
    --tw-ring-color: rgba(192, 38, 211, 0.45);
}
.ring-fuchsia-600\/5 {
    --tw-ring-color: rgba(192, 38, 211, 0.05);
}
.ring-fuchsia-600\/50 {
    --tw-ring-color: rgba(192, 38, 211, 0.5);
}
.ring-fuchsia-600\/55 {
    --tw-ring-color: rgba(192, 38, 211, 0.55);
}
.ring-fuchsia-600\/60 {
    --tw-ring-color: rgba(192, 38, 211, 0.6);
}
.ring-fuchsia-600\/65 {
    --tw-ring-color: rgba(192, 38, 211, 0.65);
}
.ring-fuchsia-600\/70 {
    --tw-ring-color: rgba(192, 38, 211, 0.7);
}
.ring-fuchsia-600\/75 {
    --tw-ring-color: rgba(192, 38, 211, 0.75);
}
.ring-fuchsia-600\/80 {
    --tw-ring-color: rgba(192, 38, 211, 0.8);
}
.ring-fuchsia-600\/85 {
    --tw-ring-color: rgba(192, 38, 211, 0.85);
}
.ring-fuchsia-600\/90 {
    --tw-ring-color: rgba(192, 38, 211, 0.9);
}
.ring-fuchsia-600\/95 {
    --tw-ring-color: rgba(192, 38, 211, 0.95);
}
.ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-700\/0 {
    --tw-ring-color: rgba(162, 28, 175, 0);
}
.ring-fuchsia-700\/10 {
    --tw-ring-color: rgba(162, 28, 175, 0.1);
}
.ring-fuchsia-700\/100 {
    --tw-ring-color: #a21caf;
}
.ring-fuchsia-700\/15 {
    --tw-ring-color: rgba(162, 28, 175, 0.15);
}
.ring-fuchsia-700\/20 {
    --tw-ring-color: rgba(162, 28, 175, 0.2);
}
.ring-fuchsia-700\/25 {
    --tw-ring-color: rgba(162, 28, 175, 0.25);
}
.ring-fuchsia-700\/30 {
    --tw-ring-color: rgba(162, 28, 175, 0.3);
}
.ring-fuchsia-700\/35 {
    --tw-ring-color: rgba(162, 28, 175, 0.35);
}
.ring-fuchsia-700\/40 {
    --tw-ring-color: rgba(162, 28, 175, 0.4);
}
.ring-fuchsia-700\/45 {
    --tw-ring-color: rgba(162, 28, 175, 0.45);
}
.ring-fuchsia-700\/5 {
    --tw-ring-color: rgba(162, 28, 175, 0.05);
}
.ring-fuchsia-700\/50 {
    --tw-ring-color: rgba(162, 28, 175, 0.5);
}
.ring-fuchsia-700\/55 {
    --tw-ring-color: rgba(162, 28, 175, 0.55);
}
.ring-fuchsia-700\/60 {
    --tw-ring-color: rgba(162, 28, 175, 0.6);
}
.ring-fuchsia-700\/65 {
    --tw-ring-color: rgba(162, 28, 175, 0.65);
}
.ring-fuchsia-700\/70 {
    --tw-ring-color: rgba(162, 28, 175, 0.7);
}
.ring-fuchsia-700\/75 {
    --tw-ring-color: rgba(162, 28, 175, 0.75);
}
.ring-fuchsia-700\/80 {
    --tw-ring-color: rgba(162, 28, 175, 0.8);
}
.ring-fuchsia-700\/85 {
    --tw-ring-color: rgba(162, 28, 175, 0.85);
}
.ring-fuchsia-700\/90 {
    --tw-ring-color: rgba(162, 28, 175, 0.9);
}
.ring-fuchsia-700\/95 {
    --tw-ring-color: rgba(162, 28, 175, 0.95);
}
.ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-800\/0 {
    --tw-ring-color: rgba(134, 25, 143, 0);
}
.ring-fuchsia-800\/10 {
    --tw-ring-color: rgba(134, 25, 143, 0.1);
}
.ring-fuchsia-800\/100 {
    --tw-ring-color: #86198f;
}
.ring-fuchsia-800\/15 {
    --tw-ring-color: rgba(134, 25, 143, 0.15);
}
.ring-fuchsia-800\/20 {
    --tw-ring-color: rgba(134, 25, 143, 0.2);
}
.ring-fuchsia-800\/25 {
    --tw-ring-color: rgba(134, 25, 143, 0.25);
}
.ring-fuchsia-800\/30 {
    --tw-ring-color: rgba(134, 25, 143, 0.3);
}
.ring-fuchsia-800\/35 {
    --tw-ring-color: rgba(134, 25, 143, 0.35);
}
.ring-fuchsia-800\/40 {
    --tw-ring-color: rgba(134, 25, 143, 0.4);
}
.ring-fuchsia-800\/45 {
    --tw-ring-color: rgba(134, 25, 143, 0.45);
}
.ring-fuchsia-800\/5 {
    --tw-ring-color: rgba(134, 25, 143, 0.05);
}
.ring-fuchsia-800\/50 {
    --tw-ring-color: rgba(134, 25, 143, 0.5);
}
.ring-fuchsia-800\/55 {
    --tw-ring-color: rgba(134, 25, 143, 0.55);
}
.ring-fuchsia-800\/60 {
    --tw-ring-color: rgba(134, 25, 143, 0.6);
}
.ring-fuchsia-800\/65 {
    --tw-ring-color: rgba(134, 25, 143, 0.65);
}
.ring-fuchsia-800\/70 {
    --tw-ring-color: rgba(134, 25, 143, 0.7);
}
.ring-fuchsia-800\/75 {
    --tw-ring-color: rgba(134, 25, 143, 0.75);
}
.ring-fuchsia-800\/80 {
    --tw-ring-color: rgba(134, 25, 143, 0.8);
}
.ring-fuchsia-800\/85 {
    --tw-ring-color: rgba(134, 25, 143, 0.85);
}
.ring-fuchsia-800\/90 {
    --tw-ring-color: rgba(134, 25, 143, 0.9);
}
.ring-fuchsia-800\/95 {
    --tw-ring-color: rgba(134, 25, 143, 0.95);
}
.ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-900\/0 {
    --tw-ring-color: rgba(112, 26, 117, 0);
}
.ring-fuchsia-900\/10 {
    --tw-ring-color: rgba(112, 26, 117, 0.1);
}
.ring-fuchsia-900\/100 {
    --tw-ring-color: #701a75;
}
.ring-fuchsia-900\/15 {
    --tw-ring-color: rgba(112, 26, 117, 0.15);
}
.ring-fuchsia-900\/20 {
    --tw-ring-color: rgba(112, 26, 117, 0.2);
}
.ring-fuchsia-900\/25 {
    --tw-ring-color: rgba(112, 26, 117, 0.25);
}
.ring-fuchsia-900\/30 {
    --tw-ring-color: rgba(112, 26, 117, 0.3);
}
.ring-fuchsia-900\/35 {
    --tw-ring-color: rgba(112, 26, 117, 0.35);
}
.ring-fuchsia-900\/40 {
    --tw-ring-color: rgba(112, 26, 117, 0.4);
}
.ring-fuchsia-900\/45 {
    --tw-ring-color: rgba(112, 26, 117, 0.45);
}
.ring-fuchsia-900\/5 {
    --tw-ring-color: rgba(112, 26, 117, 0.05);
}
.ring-fuchsia-900\/50 {
    --tw-ring-color: rgba(112, 26, 117, 0.5);
}
.ring-fuchsia-900\/55 {
    --tw-ring-color: rgba(112, 26, 117, 0.55);
}
.ring-fuchsia-900\/60 {
    --tw-ring-color: rgba(112, 26, 117, 0.6);
}
.ring-fuchsia-900\/65 {
    --tw-ring-color: rgba(112, 26, 117, 0.65);
}
.ring-fuchsia-900\/70 {
    --tw-ring-color: rgba(112, 26, 117, 0.7);
}
.ring-fuchsia-900\/75 {
    --tw-ring-color: rgba(112, 26, 117, 0.75);
}
.ring-fuchsia-900\/80 {
    --tw-ring-color: rgba(112, 26, 117, 0.8);
}
.ring-fuchsia-900\/85 {
    --tw-ring-color: rgba(112, 26, 117, 0.85);
}
.ring-fuchsia-900\/90 {
    --tw-ring-color: rgba(112, 26, 117, 0.9);
}
.ring-fuchsia-900\/95 {
    --tw-ring-color: rgba(112, 26, 117, 0.95);
}
.ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.ring-gray-100\/0 {
    --tw-ring-color: rgba(243, 244, 246, 0);
}
.ring-gray-100\/10 {
    --tw-ring-color: rgba(243, 244, 246, 0.1);
}
.ring-gray-100\/100 {
    --tw-ring-color: #f3f4f6;
}
.ring-gray-100\/15 {
    --tw-ring-color: rgba(243, 244, 246, 0.15);
}
.ring-gray-100\/20 {
    --tw-ring-color: rgba(243, 244, 246, 0.2);
}
.ring-gray-100\/25 {
    --tw-ring-color: rgba(243, 244, 246, 0.25);
}
.ring-gray-100\/30 {
    --tw-ring-color: rgba(243, 244, 246, 0.3);
}
.ring-gray-100\/35 {
    --tw-ring-color: rgba(243, 244, 246, 0.35);
}
.ring-gray-100\/40 {
    --tw-ring-color: rgba(243, 244, 246, 0.4);
}
.ring-gray-100\/45 {
    --tw-ring-color: rgba(243, 244, 246, 0.45);
}
.ring-gray-100\/5 {
    --tw-ring-color: rgba(243, 244, 246, 0.05);
}
.ring-gray-100\/50 {
    --tw-ring-color: rgba(243, 244, 246, 0.5);
}
.ring-gray-100\/55 {
    --tw-ring-color: rgba(243, 244, 246, 0.55);
}
.ring-gray-100\/60 {
    --tw-ring-color: rgba(243, 244, 246, 0.6);
}
.ring-gray-100\/65 {
    --tw-ring-color: rgba(243, 244, 246, 0.65);
}
.ring-gray-100\/70 {
    --tw-ring-color: rgba(243, 244, 246, 0.7);
}
.ring-gray-100\/75 {
    --tw-ring-color: rgba(243, 244, 246, 0.75);
}
.ring-gray-100\/80 {
    --tw-ring-color: rgba(243, 244, 246, 0.8);
}
.ring-gray-100\/85 {
    --tw-ring-color: rgba(243, 244, 246, 0.85);
}
.ring-gray-100\/90 {
    --tw-ring-color: rgba(243, 244, 246, 0.9);
}
.ring-gray-100\/95 {
    --tw-ring-color: rgba(243, 244, 246, 0.95);
}
.ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-gray-200\/0 {
    --tw-ring-color: rgba(229, 231, 235, 0);
}
.ring-gray-200\/10 {
    --tw-ring-color: rgba(229, 231, 235, 0.1);
}
.ring-gray-200\/100 {
    --tw-ring-color: #e5e7eb;
}
.ring-gray-200\/15 {
    --tw-ring-color: rgba(229, 231, 235, 0.15);
}
.ring-gray-200\/20 {
    --tw-ring-color: rgba(229, 231, 235, 0.2);
}
.ring-gray-200\/25 {
    --tw-ring-color: rgba(229, 231, 235, 0.25);
}
.ring-gray-200\/30 {
    --tw-ring-color: rgba(229, 231, 235, 0.3);
}
.ring-gray-200\/35 {
    --tw-ring-color: rgba(229, 231, 235, 0.35);
}
.ring-gray-200\/40 {
    --tw-ring-color: rgba(229, 231, 235, 0.4);
}
.ring-gray-200\/45 {
    --tw-ring-color: rgba(229, 231, 235, 0.45);
}
.ring-gray-200\/5 {
    --tw-ring-color: rgba(229, 231, 235, 0.05);
}
.ring-gray-200\/50 {
    --tw-ring-color: rgba(229, 231, 235, 0.5);
}
.ring-gray-200\/55 {
    --tw-ring-color: rgba(229, 231, 235, 0.55);
}
.ring-gray-200\/60 {
    --tw-ring-color: rgba(229, 231, 235, 0.6);
}
.ring-gray-200\/65 {
    --tw-ring-color: rgba(229, 231, 235, 0.65);
}
.ring-gray-200\/70 {
    --tw-ring-color: rgba(229, 231, 235, 0.7);
}
.ring-gray-200\/75 {
    --tw-ring-color: rgba(229, 231, 235, 0.75);
}
.ring-gray-200\/80 {
    --tw-ring-color: rgba(229, 231, 235, 0.8);
}
.ring-gray-200\/85 {
    --tw-ring-color: rgba(229, 231, 235, 0.85);
}
.ring-gray-200\/90 {
    --tw-ring-color: rgba(229, 231, 235, 0.9);
}
.ring-gray-200\/95 {
    --tw-ring-color: rgba(229, 231, 235, 0.95);
}
.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-gray-300\/0 {
    --tw-ring-color: rgba(209, 213, 219, 0);
}
.ring-gray-300\/10 {
    --tw-ring-color: rgba(209, 213, 219, 0.1);
}
.ring-gray-300\/100 {
    --tw-ring-color: #d1d5db;
}
.ring-gray-300\/15 {
    --tw-ring-color: rgba(209, 213, 219, 0.15);
}
.ring-gray-300\/20 {
    --tw-ring-color: rgba(209, 213, 219, 0.2);
}
.ring-gray-300\/25 {
    --tw-ring-color: rgba(209, 213, 219, 0.25);
}
.ring-gray-300\/30 {
    --tw-ring-color: rgba(209, 213, 219, 0.3);
}
.ring-gray-300\/35 {
    --tw-ring-color: rgba(209, 213, 219, 0.35);
}
.ring-gray-300\/40 {
    --tw-ring-color: rgba(209, 213, 219, 0.4);
}
.ring-gray-300\/45 {
    --tw-ring-color: rgba(209, 213, 219, 0.45);
}
.ring-gray-300\/5 {
    --tw-ring-color: rgba(209, 213, 219, 0.05);
}
.ring-gray-300\/50 {
    --tw-ring-color: rgba(209, 213, 219, 0.5);
}
.ring-gray-300\/55 {
    --tw-ring-color: rgba(209, 213, 219, 0.55);
}
.ring-gray-300\/60 {
    --tw-ring-color: rgba(209, 213, 219, 0.6);
}
.ring-gray-300\/65 {
    --tw-ring-color: rgba(209, 213, 219, 0.65);
}
.ring-gray-300\/70 {
    --tw-ring-color: rgba(209, 213, 219, 0.7);
}
.ring-gray-300\/75 {
    --tw-ring-color: rgba(209, 213, 219, 0.75);
}
.ring-gray-300\/80 {
    --tw-ring-color: rgba(209, 213, 219, 0.8);
}
.ring-gray-300\/85 {
    --tw-ring-color: rgba(209, 213, 219, 0.85);
}
.ring-gray-300\/90 {
    --tw-ring-color: rgba(209, 213, 219, 0.9);
}
.ring-gray-300\/95 {
    --tw-ring-color: rgba(209, 213, 219, 0.95);
}
.ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.ring-gray-400\/0 {
    --tw-ring-color: rgba(156, 163, 175, 0);
}
.ring-gray-400\/10 {
    --tw-ring-color: rgba(156, 163, 175, 0.1);
}
.ring-gray-400\/100 {
    --tw-ring-color: #9ca3af;
}
.ring-gray-400\/15 {
    --tw-ring-color: rgba(156, 163, 175, 0.15);
}
.ring-gray-400\/20 {
    --tw-ring-color: rgba(156, 163, 175, 0.2);
}
.ring-gray-400\/25 {
    --tw-ring-color: rgba(156, 163, 175, 0.25);
}
.ring-gray-400\/30 {
    --tw-ring-color: rgba(156, 163, 175, 0.3);
}
.ring-gray-400\/35 {
    --tw-ring-color: rgba(156, 163, 175, 0.35);
}
.ring-gray-400\/40 {
    --tw-ring-color: rgba(156, 163, 175, 0.4);
}
.ring-gray-400\/45 {
    --tw-ring-color: rgba(156, 163, 175, 0.45);
}
.ring-gray-400\/5 {
    --tw-ring-color: rgba(156, 163, 175, 0.05);
}
.ring-gray-400\/50 {
    --tw-ring-color: rgba(156, 163, 175, 0.5);
}
.ring-gray-400\/55 {
    --tw-ring-color: rgba(156, 163, 175, 0.55);
}
.ring-gray-400\/60 {
    --tw-ring-color: rgba(156, 163, 175, 0.6);
}
.ring-gray-400\/65 {
    --tw-ring-color: rgba(156, 163, 175, 0.65);
}
.ring-gray-400\/70 {
    --tw-ring-color: rgba(156, 163, 175, 0.7);
}
.ring-gray-400\/75 {
    --tw-ring-color: rgba(156, 163, 175, 0.75);
}
.ring-gray-400\/80 {
    --tw-ring-color: rgba(156, 163, 175, 0.8);
}
.ring-gray-400\/85 {
    --tw-ring-color: rgba(156, 163, 175, 0.85);
}
.ring-gray-400\/90 {
    --tw-ring-color: rgba(156, 163, 175, 0.9);
}
.ring-gray-400\/95 {
    --tw-ring-color: rgba(156, 163, 175, 0.95);
}
.ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}
.ring-gray-50\/0 {
    --tw-ring-color: rgba(249, 250, 251, 0);
}
.ring-gray-50\/10 {
    --tw-ring-color: rgba(249, 250, 251, 0.1);
}
.ring-gray-50\/100 {
    --tw-ring-color: #f9fafb;
}
.ring-gray-50\/15 {
    --tw-ring-color: rgba(249, 250, 251, 0.15);
}
.ring-gray-50\/20 {
    --tw-ring-color: rgba(249, 250, 251, 0.2);
}
.ring-gray-50\/25 {
    --tw-ring-color: rgba(249, 250, 251, 0.25);
}
.ring-gray-50\/30 {
    --tw-ring-color: rgba(249, 250, 251, 0.3);
}
.ring-gray-50\/35 {
    --tw-ring-color: rgba(249, 250, 251, 0.35);
}
.ring-gray-50\/40 {
    --tw-ring-color: rgba(249, 250, 251, 0.4);
}
.ring-gray-50\/45 {
    --tw-ring-color: rgba(249, 250, 251, 0.45);
}
.ring-gray-50\/5 {
    --tw-ring-color: rgba(249, 250, 251, 0.05);
}
.ring-gray-50\/50 {
    --tw-ring-color: rgba(249, 250, 251, 0.5);
}
.ring-gray-50\/55 {
    --tw-ring-color: rgba(249, 250, 251, 0.55);
}
.ring-gray-50\/60 {
    --tw-ring-color: rgba(249, 250, 251, 0.6);
}
.ring-gray-50\/65 {
    --tw-ring-color: rgba(249, 250, 251, 0.65);
}
.ring-gray-50\/70 {
    --tw-ring-color: rgba(249, 250, 251, 0.7);
}
.ring-gray-50\/75 {
    --tw-ring-color: rgba(249, 250, 251, 0.75);
}
.ring-gray-50\/80 {
    --tw-ring-color: rgba(249, 250, 251, 0.8);
}
.ring-gray-50\/85 {
    --tw-ring-color: rgba(249, 250, 251, 0.85);
}
.ring-gray-50\/90 {
    --tw-ring-color: rgba(249, 250, 251, 0.9);
}
.ring-gray-50\/95 {
    --tw-ring-color: rgba(249, 250, 251, 0.95);
}
.ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.ring-gray-500\/0 {
    --tw-ring-color: hsla(220, 9%, 46%, 0);
}
.ring-gray-500\/10 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.1);
}
.ring-gray-500\/100 {
    --tw-ring-color: #6b7280;
}
.ring-gray-500\/15 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.15);
}
.ring-gray-500\/20 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.2);
}
.ring-gray-500\/25 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.25);
}
.ring-gray-500\/30 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.3);
}
.ring-gray-500\/35 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.35);
}
.ring-gray-500\/40 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.4);
}
.ring-gray-500\/45 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.45);
}
.ring-gray-500\/5 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.05);
}
.ring-gray-500\/50 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.5);
}
.ring-gray-500\/55 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.55);
}
.ring-gray-500\/60 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.6);
}
.ring-gray-500\/65 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.65);
}
.ring-gray-500\/70 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.7);
}
.ring-gray-500\/75 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.75);
}
.ring-gray-500\/80 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.8);
}
.ring-gray-500\/85 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.85);
}
.ring-gray-500\/90 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.9);
}
.ring-gray-500\/95 {
    --tw-ring-color: hsla(220, 9%, 46%, 0.95);
}
.ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.ring-gray-600\/0 {
    --tw-ring-color: rgba(75, 85, 99, 0);
}
.ring-gray-600\/10 {
    --tw-ring-color: rgba(75, 85, 99, 0.1);
}
.ring-gray-600\/100 {
    --tw-ring-color: #4b5563;
}
.ring-gray-600\/15 {
    --tw-ring-color: rgba(75, 85, 99, 0.15);
}
.ring-gray-600\/20 {
    --tw-ring-color: rgba(75, 85, 99, 0.2);
}
.ring-gray-600\/25 {
    --tw-ring-color: rgba(75, 85, 99, 0.25);
}
.ring-gray-600\/30 {
    --tw-ring-color: rgba(75, 85, 99, 0.3);
}
.ring-gray-600\/35 {
    --tw-ring-color: rgba(75, 85, 99, 0.35);
}
.ring-gray-600\/40 {
    --tw-ring-color: rgba(75, 85, 99, 0.4);
}
.ring-gray-600\/45 {
    --tw-ring-color: rgba(75, 85, 99, 0.45);
}
.ring-gray-600\/5 {
    --tw-ring-color: rgba(75, 85, 99, 0.05);
}
.ring-gray-600\/50 {
    --tw-ring-color: rgba(75, 85, 99, 0.5);
}
.ring-gray-600\/55 {
    --tw-ring-color: rgba(75, 85, 99, 0.55);
}
.ring-gray-600\/60 {
    --tw-ring-color: rgba(75, 85, 99, 0.6);
}
.ring-gray-600\/65 {
    --tw-ring-color: rgba(75, 85, 99, 0.65);
}
.ring-gray-600\/70 {
    --tw-ring-color: rgba(75, 85, 99, 0.7);
}
.ring-gray-600\/75 {
    --tw-ring-color: rgba(75, 85, 99, 0.75);
}
.ring-gray-600\/80 {
    --tw-ring-color: rgba(75, 85, 99, 0.8);
}
.ring-gray-600\/85 {
    --tw-ring-color: rgba(75, 85, 99, 0.85);
}
.ring-gray-600\/90 {
    --tw-ring-color: rgba(75, 85, 99, 0.9);
}
.ring-gray-600\/95 {
    --tw-ring-color: rgba(75, 85, 99, 0.95);
}
.ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.ring-gray-700\/0 {
    --tw-ring-color: rgba(55, 65, 81, 0);
}
.ring-gray-700\/10 {
    --tw-ring-color: rgba(55, 65, 81, 0.1);
}
.ring-gray-700\/100 {
    --tw-ring-color: #374151;
}
.ring-gray-700\/15 {
    --tw-ring-color: rgba(55, 65, 81, 0.15);
}
.ring-gray-700\/20 {
    --tw-ring-color: rgba(55, 65, 81, 0.2);
}
.ring-gray-700\/25 {
    --tw-ring-color: rgba(55, 65, 81, 0.25);
}
.ring-gray-700\/30 {
    --tw-ring-color: rgba(55, 65, 81, 0.3);
}
.ring-gray-700\/35 {
    --tw-ring-color: rgba(55, 65, 81, 0.35);
}
.ring-gray-700\/40 {
    --tw-ring-color: rgba(55, 65, 81, 0.4);
}
.ring-gray-700\/45 {
    --tw-ring-color: rgba(55, 65, 81, 0.45);
}
.ring-gray-700\/5 {
    --tw-ring-color: rgba(55, 65, 81, 0.05);
}
.ring-gray-700\/50 {
    --tw-ring-color: rgba(55, 65, 81, 0.5);
}
.ring-gray-700\/55 {
    --tw-ring-color: rgba(55, 65, 81, 0.55);
}
.ring-gray-700\/60 {
    --tw-ring-color: rgba(55, 65, 81, 0.6);
}
.ring-gray-700\/65 {
    --tw-ring-color: rgba(55, 65, 81, 0.65);
}
.ring-gray-700\/70 {
    --tw-ring-color: rgba(55, 65, 81, 0.7);
}
.ring-gray-700\/75 {
    --tw-ring-color: rgba(55, 65, 81, 0.75);
}
.ring-gray-700\/80 {
    --tw-ring-color: rgba(55, 65, 81, 0.8);
}
.ring-gray-700\/85 {
    --tw-ring-color: rgba(55, 65, 81, 0.85);
}
.ring-gray-700\/90 {
    --tw-ring-color: rgba(55, 65, 81, 0.9);
}
.ring-gray-700\/95 {
    --tw-ring-color: rgba(55, 65, 81, 0.95);
}
.ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}
.ring-gray-800\/0 {
    --tw-ring-color: rgba(31, 41, 55, 0);
}
.ring-gray-800\/10 {
    --tw-ring-color: rgba(31, 41, 55, 0.1);
}
.ring-gray-800\/100 {
    --tw-ring-color: #1f2937;
}
.ring-gray-800\/15 {
    --tw-ring-color: rgba(31, 41, 55, 0.15);
}
.ring-gray-800\/20 {
    --tw-ring-color: rgba(31, 41, 55, 0.2);
}
.ring-gray-800\/25 {
    --tw-ring-color: rgba(31, 41, 55, 0.25);
}
.ring-gray-800\/30 {
    --tw-ring-color: rgba(31, 41, 55, 0.3);
}
.ring-gray-800\/35 {
    --tw-ring-color: rgba(31, 41, 55, 0.35);
}
.ring-gray-800\/40 {
    --tw-ring-color: rgba(31, 41, 55, 0.4);
}
.ring-gray-800\/45 {
    --tw-ring-color: rgba(31, 41, 55, 0.45);
}
.ring-gray-800\/5 {
    --tw-ring-color: rgba(31, 41, 55, 0.05);
}
.ring-gray-800\/50 {
    --tw-ring-color: rgba(31, 41, 55, 0.5);
}
.ring-gray-800\/55 {
    --tw-ring-color: rgba(31, 41, 55, 0.55);
}
.ring-gray-800\/60 {
    --tw-ring-color: rgba(31, 41, 55, 0.6);
}
.ring-gray-800\/65 {
    --tw-ring-color: rgba(31, 41, 55, 0.65);
}
.ring-gray-800\/70 {
    --tw-ring-color: rgba(31, 41, 55, 0.7);
}
.ring-gray-800\/75 {
    --tw-ring-color: rgba(31, 41, 55, 0.75);
}
.ring-gray-800\/80 {
    --tw-ring-color: rgba(31, 41, 55, 0.8);
}
.ring-gray-800\/85 {
    --tw-ring-color: rgba(31, 41, 55, 0.85);
}
.ring-gray-800\/90 {
    --tw-ring-color: rgba(31, 41, 55, 0.9);
}
.ring-gray-800\/95 {
    --tw-ring-color: rgba(31, 41, 55, 0.95);
}
.ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.ring-gray-900\/0 {
    --tw-ring-color: rgba(17, 24, 39, 0);
}
.ring-gray-900\/10 {
    --tw-ring-color: rgba(17, 24, 39, 0.1);
}
.ring-gray-900\/100 {
    --tw-ring-color: #111827;
}
.ring-gray-900\/15 {
    --tw-ring-color: rgba(17, 24, 39, 0.15);
}
.ring-gray-900\/20 {
    --tw-ring-color: rgba(17, 24, 39, 0.2);
}
.ring-gray-900\/25 {
    --tw-ring-color: rgba(17, 24, 39, 0.25);
}
.ring-gray-900\/30 {
    --tw-ring-color: rgba(17, 24, 39, 0.3);
}
.ring-gray-900\/35 {
    --tw-ring-color: rgba(17, 24, 39, 0.35);
}
.ring-gray-900\/40 {
    --tw-ring-color: rgba(17, 24, 39, 0.4);
}
.ring-gray-900\/45 {
    --tw-ring-color: rgba(17, 24, 39, 0.45);
}
.ring-gray-900\/5 {
    --tw-ring-color: rgba(17, 24, 39, 0.05);
}
.ring-gray-900\/50 {
    --tw-ring-color: rgba(17, 24, 39, 0.5);
}
.ring-gray-900\/55 {
    --tw-ring-color: rgba(17, 24, 39, 0.55);
}
.ring-gray-900\/60 {
    --tw-ring-color: rgba(17, 24, 39, 0.6);
}
.ring-gray-900\/65 {
    --tw-ring-color: rgba(17, 24, 39, 0.65);
}
.ring-gray-900\/70 {
    --tw-ring-color: rgba(17, 24, 39, 0.7);
}
.ring-gray-900\/75 {
    --tw-ring-color: rgba(17, 24, 39, 0.75);
}
.ring-gray-900\/80 {
    --tw-ring-color: rgba(17, 24, 39, 0.8);
}
.ring-gray-900\/85 {
    --tw-ring-color: rgba(17, 24, 39, 0.85);
}
.ring-gray-900\/90 {
    --tw-ring-color: rgba(17, 24, 39, 0.9);
}
.ring-gray-900\/95 {
    --tw-ring-color: rgba(17, 24, 39, 0.95);
}
.ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.ring-green-100\/0 {
    --tw-ring-color: rgba(209, 250, 229, 0);
}
.ring-green-100\/10 {
    --tw-ring-color: rgba(209, 250, 229, 0.1);
}
.ring-green-100\/100 {
    --tw-ring-color: #d1fae5;
}
.ring-green-100\/15 {
    --tw-ring-color: rgba(209, 250, 229, 0.15);
}
.ring-green-100\/20 {
    --tw-ring-color: rgba(209, 250, 229, 0.2);
}
.ring-green-100\/25 {
    --tw-ring-color: rgba(209, 250, 229, 0.25);
}
.ring-green-100\/30 {
    --tw-ring-color: rgba(209, 250, 229, 0.3);
}
.ring-green-100\/35 {
    --tw-ring-color: rgba(209, 250, 229, 0.35);
}
.ring-green-100\/40 {
    --tw-ring-color: rgba(209, 250, 229, 0.4);
}
.ring-green-100\/45 {
    --tw-ring-color: rgba(209, 250, 229, 0.45);
}
.ring-green-100\/5 {
    --tw-ring-color: rgba(209, 250, 229, 0.05);
}
.ring-green-100\/50 {
    --tw-ring-color: rgba(209, 250, 229, 0.5);
}
.ring-green-100\/55 {
    --tw-ring-color: rgba(209, 250, 229, 0.55);
}
.ring-green-100\/60 {
    --tw-ring-color: rgba(209, 250, 229, 0.6);
}
.ring-green-100\/65 {
    --tw-ring-color: rgba(209, 250, 229, 0.65);
}
.ring-green-100\/70 {
    --tw-ring-color: rgba(209, 250, 229, 0.7);
}
.ring-green-100\/75 {
    --tw-ring-color: rgba(209, 250, 229, 0.75);
}
.ring-green-100\/80 {
    --tw-ring-color: rgba(209, 250, 229, 0.8);
}
.ring-green-100\/85 {
    --tw-ring-color: rgba(209, 250, 229, 0.85);
}
.ring-green-100\/90 {
    --tw-ring-color: rgba(209, 250, 229, 0.9);
}
.ring-green-100\/95 {
    --tw-ring-color: rgba(209, 250, 229, 0.95);
}
.ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-green-200\/0 {
    --tw-ring-color: rgba(167, 243, 208, 0);
}
.ring-green-200\/10 {
    --tw-ring-color: rgba(167, 243, 208, 0.1);
}
.ring-green-200\/100 {
    --tw-ring-color: #a7f3d0;
}
.ring-green-200\/15 {
    --tw-ring-color: rgba(167, 243, 208, 0.15);
}
.ring-green-200\/20 {
    --tw-ring-color: rgba(167, 243, 208, 0.2);
}
.ring-green-200\/25 {
    --tw-ring-color: rgba(167, 243, 208, 0.25);
}
.ring-green-200\/30 {
    --tw-ring-color: rgba(167, 243, 208, 0.3);
}
.ring-green-200\/35 {
    --tw-ring-color: rgba(167, 243, 208, 0.35);
}
.ring-green-200\/40 {
    --tw-ring-color: rgba(167, 243, 208, 0.4);
}
.ring-green-200\/45 {
    --tw-ring-color: rgba(167, 243, 208, 0.45);
}
.ring-green-200\/5 {
    --tw-ring-color: rgba(167, 243, 208, 0.05);
}
.ring-green-200\/50 {
    --tw-ring-color: rgba(167, 243, 208, 0.5);
}
.ring-green-200\/55 {
    --tw-ring-color: rgba(167, 243, 208, 0.55);
}
.ring-green-200\/60 {
    --tw-ring-color: rgba(167, 243, 208, 0.6);
}
.ring-green-200\/65 {
    --tw-ring-color: rgba(167, 243, 208, 0.65);
}
.ring-green-200\/70 {
    --tw-ring-color: rgba(167, 243, 208, 0.7);
}
.ring-green-200\/75 {
    --tw-ring-color: rgba(167, 243, 208, 0.75);
}
.ring-green-200\/80 {
    --tw-ring-color: rgba(167, 243, 208, 0.8);
}
.ring-green-200\/85 {
    --tw-ring-color: rgba(167, 243, 208, 0.85);
}
.ring-green-200\/90 {
    --tw-ring-color: rgba(167, 243, 208, 0.9);
}
.ring-green-200\/95 {
    --tw-ring-color: rgba(167, 243, 208, 0.95);
}
.ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.ring-green-300\/0 {
    --tw-ring-color: rgba(110, 231, 183, 0);
}
.ring-green-300\/10 {
    --tw-ring-color: rgba(110, 231, 183, 0.1);
}
.ring-green-300\/100 {
    --tw-ring-color: #6ee7b7;
}
.ring-green-300\/15 {
    --tw-ring-color: rgba(110, 231, 183, 0.15);
}
.ring-green-300\/20 {
    --tw-ring-color: rgba(110, 231, 183, 0.2);
}
.ring-green-300\/25 {
    --tw-ring-color: rgba(110, 231, 183, 0.25);
}
.ring-green-300\/30 {
    --tw-ring-color: rgba(110, 231, 183, 0.3);
}
.ring-green-300\/35 {
    --tw-ring-color: rgba(110, 231, 183, 0.35);
}
.ring-green-300\/40 {
    --tw-ring-color: rgba(110, 231, 183, 0.4);
}
.ring-green-300\/45 {
    --tw-ring-color: rgba(110, 231, 183, 0.45);
}
.ring-green-300\/5 {
    --tw-ring-color: rgba(110, 231, 183, 0.05);
}
.ring-green-300\/50 {
    --tw-ring-color: rgba(110, 231, 183, 0.5);
}
.ring-green-300\/55 {
    --tw-ring-color: rgba(110, 231, 183, 0.55);
}
.ring-green-300\/60 {
    --tw-ring-color: rgba(110, 231, 183, 0.6);
}
.ring-green-300\/65 {
    --tw-ring-color: rgba(110, 231, 183, 0.65);
}
.ring-green-300\/70 {
    --tw-ring-color: rgba(110, 231, 183, 0.7);
}
.ring-green-300\/75 {
    --tw-ring-color: rgba(110, 231, 183, 0.75);
}
.ring-green-300\/80 {
    --tw-ring-color: rgba(110, 231, 183, 0.8);
}
.ring-green-300\/85 {
    --tw-ring-color: rgba(110, 231, 183, 0.85);
}
.ring-green-300\/90 {
    --tw-ring-color: rgba(110, 231, 183, 0.9);
}
.ring-green-300\/95 {
    --tw-ring-color: rgba(110, 231, 183, 0.95);
}
.ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.ring-green-400\/0 {
    --tw-ring-color: rgba(52, 211, 153, 0);
}
.ring-green-400\/10 {
    --tw-ring-color: rgba(52, 211, 153, 0.1);
}
.ring-green-400\/100 {
    --tw-ring-color: #34d399;
}
.ring-green-400\/15 {
    --tw-ring-color: rgba(52, 211, 153, 0.15);
}
.ring-green-400\/20 {
    --tw-ring-color: rgba(52, 211, 153, 0.2);
}
.ring-green-400\/25 {
    --tw-ring-color: rgba(52, 211, 153, 0.25);
}
.ring-green-400\/30 {
    --tw-ring-color: rgba(52, 211, 153, 0.3);
}
.ring-green-400\/35 {
    --tw-ring-color: rgba(52, 211, 153, 0.35);
}
.ring-green-400\/40 {
    --tw-ring-color: rgba(52, 211, 153, 0.4);
}
.ring-green-400\/45 {
    --tw-ring-color: rgba(52, 211, 153, 0.45);
}
.ring-green-400\/5 {
    --tw-ring-color: rgba(52, 211, 153, 0.05);
}
.ring-green-400\/50 {
    --tw-ring-color: rgba(52, 211, 153, 0.5);
}
.ring-green-400\/55 {
    --tw-ring-color: rgba(52, 211, 153, 0.55);
}
.ring-green-400\/60 {
    --tw-ring-color: rgba(52, 211, 153, 0.6);
}
.ring-green-400\/65 {
    --tw-ring-color: rgba(52, 211, 153, 0.65);
}
.ring-green-400\/70 {
    --tw-ring-color: rgba(52, 211, 153, 0.7);
}
.ring-green-400\/75 {
    --tw-ring-color: rgba(52, 211, 153, 0.75);
}
.ring-green-400\/80 {
    --tw-ring-color: rgba(52, 211, 153, 0.8);
}
.ring-green-400\/85 {
    --tw-ring-color: rgba(52, 211, 153, 0.85);
}
.ring-green-400\/90 {
    --tw-ring-color: rgba(52, 211, 153, 0.9);
}
.ring-green-400\/95 {
    --tw-ring-color: rgba(52, 211, 153, 0.95);
}
.ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}
.ring-green-50\/0 {
    --tw-ring-color: rgba(236, 253, 245, 0);
}
.ring-green-50\/10 {
    --tw-ring-color: rgba(236, 253, 245, 0.1);
}
.ring-green-50\/100 {
    --tw-ring-color: #ecfdf5;
}
.ring-green-50\/15 {
    --tw-ring-color: rgba(236, 253, 245, 0.15);
}
.ring-green-50\/20 {
    --tw-ring-color: rgba(236, 253, 245, 0.2);
}
.ring-green-50\/25 {
    --tw-ring-color: rgba(236, 253, 245, 0.25);
}
.ring-green-50\/30 {
    --tw-ring-color: rgba(236, 253, 245, 0.3);
}
.ring-green-50\/35 {
    --tw-ring-color: rgba(236, 253, 245, 0.35);
}
.ring-green-50\/40 {
    --tw-ring-color: rgba(236, 253, 245, 0.4);
}
.ring-green-50\/45 {
    --tw-ring-color: rgba(236, 253, 245, 0.45);
}
.ring-green-50\/5 {
    --tw-ring-color: rgba(236, 253, 245, 0.05);
}
.ring-green-50\/50 {
    --tw-ring-color: rgba(236, 253, 245, 0.5);
}
.ring-green-50\/55 {
    --tw-ring-color: rgba(236, 253, 245, 0.55);
}
.ring-green-50\/60 {
    --tw-ring-color: rgba(236, 253, 245, 0.6);
}
.ring-green-50\/65 {
    --tw-ring-color: rgba(236, 253, 245, 0.65);
}
.ring-green-50\/70 {
    --tw-ring-color: rgba(236, 253, 245, 0.7);
}
.ring-green-50\/75 {
    --tw-ring-color: rgba(236, 253, 245, 0.75);
}
.ring-green-50\/80 {
    --tw-ring-color: rgba(236, 253, 245, 0.8);
}
.ring-green-50\/85 {
    --tw-ring-color: rgba(236, 253, 245, 0.85);
}
.ring-green-50\/90 {
    --tw-ring-color: rgba(236, 253, 245, 0.9);
}
.ring-green-50\/95 {
    --tw-ring-color: rgba(236, 253, 245, 0.95);
}
.ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.ring-green-500\/0 {
    --tw-ring-color: rgba(16, 185, 129, 0);
}
.ring-green-500\/10 {
    --tw-ring-color: rgba(16, 185, 129, 0.1);
}
.ring-green-500\/100 {
    --tw-ring-color: #10b981;
}
.ring-green-500\/15 {
    --tw-ring-color: rgba(16, 185, 129, 0.15);
}
.ring-green-500\/20 {
    --tw-ring-color: rgba(16, 185, 129, 0.2);
}
.ring-green-500\/25 {
    --tw-ring-color: rgba(16, 185, 129, 0.25);
}
.ring-green-500\/30 {
    --tw-ring-color: rgba(16, 185, 129, 0.3);
}
.ring-green-500\/35 {
    --tw-ring-color: rgba(16, 185, 129, 0.35);
}
.ring-green-500\/40 {
    --tw-ring-color: rgba(16, 185, 129, 0.4);
}
.ring-green-500\/45 {
    --tw-ring-color: rgba(16, 185, 129, 0.45);
}
.ring-green-500\/5 {
    --tw-ring-color: rgba(16, 185, 129, 0.05);
}
.ring-green-500\/50 {
    --tw-ring-color: rgba(16, 185, 129, 0.5);
}
.ring-green-500\/55 {
    --tw-ring-color: rgba(16, 185, 129, 0.55);
}
.ring-green-500\/60 {
    --tw-ring-color: rgba(16, 185, 129, 0.6);
}
.ring-green-500\/65 {
    --tw-ring-color: rgba(16, 185, 129, 0.65);
}
.ring-green-500\/70 {
    --tw-ring-color: rgba(16, 185, 129, 0.7);
}
.ring-green-500\/75 {
    --tw-ring-color: rgba(16, 185, 129, 0.75);
}
.ring-green-500\/80 {
    --tw-ring-color: rgba(16, 185, 129, 0.8);
}
.ring-green-500\/85 {
    --tw-ring-color: rgba(16, 185, 129, 0.85);
}
.ring-green-500\/90 {
    --tw-ring-color: rgba(16, 185, 129, 0.9);
}
.ring-green-500\/95 {
    --tw-ring-color: rgba(16, 185, 129, 0.95);
}
.ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.ring-green-600\/0 {
    --tw-ring-color: rgba(5, 150, 105, 0);
}
.ring-green-600\/10 {
    --tw-ring-color: rgba(5, 150, 105, 0.1);
}
.ring-green-600\/100 {
    --tw-ring-color: #059669;
}
.ring-green-600\/15 {
    --tw-ring-color: rgba(5, 150, 105, 0.15);
}
.ring-green-600\/20 {
    --tw-ring-color: rgba(5, 150, 105, 0.2);
}
.ring-green-600\/25 {
    --tw-ring-color: rgba(5, 150, 105, 0.25);
}
.ring-green-600\/30 {
    --tw-ring-color: rgba(5, 150, 105, 0.3);
}
.ring-green-600\/35 {
    --tw-ring-color: rgba(5, 150, 105, 0.35);
}
.ring-green-600\/40 {
    --tw-ring-color: rgba(5, 150, 105, 0.4);
}
.ring-green-600\/45 {
    --tw-ring-color: rgba(5, 150, 105, 0.45);
}
.ring-green-600\/5 {
    --tw-ring-color: rgba(5, 150, 105, 0.05);
}
.ring-green-600\/50 {
    --tw-ring-color: rgba(5, 150, 105, 0.5);
}
.ring-green-600\/55 {
    --tw-ring-color: rgba(5, 150, 105, 0.55);
}
.ring-green-600\/60 {
    --tw-ring-color: rgba(5, 150, 105, 0.6);
}
.ring-green-600\/65 {
    --tw-ring-color: rgba(5, 150, 105, 0.65);
}
.ring-green-600\/70 {
    --tw-ring-color: rgba(5, 150, 105, 0.7);
}
.ring-green-600\/75 {
    --tw-ring-color: rgba(5, 150, 105, 0.75);
}
.ring-green-600\/80 {
    --tw-ring-color: rgba(5, 150, 105, 0.8);
}
.ring-green-600\/85 {
    --tw-ring-color: rgba(5, 150, 105, 0.85);
}
.ring-green-600\/90 {
    --tw-ring-color: rgba(5, 150, 105, 0.9);
}
.ring-green-600\/95 {
    --tw-ring-color: rgba(5, 150, 105, 0.95);
}
.ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.ring-green-700\/0 {
    --tw-ring-color: rgba(4, 120, 87, 0);
}
.ring-green-700\/10 {
    --tw-ring-color: rgba(4, 120, 87, 0.1);
}
.ring-green-700\/100 {
    --tw-ring-color: #047857;
}
.ring-green-700\/15 {
    --tw-ring-color: rgba(4, 120, 87, 0.15);
}
.ring-green-700\/20 {
    --tw-ring-color: rgba(4, 120, 87, 0.2);
}
.ring-green-700\/25 {
    --tw-ring-color: rgba(4, 120, 87, 0.25);
}
.ring-green-700\/30 {
    --tw-ring-color: rgba(4, 120, 87, 0.3);
}
.ring-green-700\/35 {
    --tw-ring-color: rgba(4, 120, 87, 0.35);
}
.ring-green-700\/40 {
    --tw-ring-color: rgba(4, 120, 87, 0.4);
}
.ring-green-700\/45 {
    --tw-ring-color: rgba(4, 120, 87, 0.45);
}
.ring-green-700\/5 {
    --tw-ring-color: rgba(4, 120, 87, 0.05);
}
.ring-green-700\/50 {
    --tw-ring-color: rgba(4, 120, 87, 0.5);
}
.ring-green-700\/55 {
    --tw-ring-color: rgba(4, 120, 87, 0.55);
}
.ring-green-700\/60 {
    --tw-ring-color: rgba(4, 120, 87, 0.6);
}
.ring-green-700\/65 {
    --tw-ring-color: rgba(4, 120, 87, 0.65);
}
.ring-green-700\/70 {
    --tw-ring-color: rgba(4, 120, 87, 0.7);
}
.ring-green-700\/75 {
    --tw-ring-color: rgba(4, 120, 87, 0.75);
}
.ring-green-700\/80 {
    --tw-ring-color: rgba(4, 120, 87, 0.8);
}
.ring-green-700\/85 {
    --tw-ring-color: rgba(4, 120, 87, 0.85);
}
.ring-green-700\/90 {
    --tw-ring-color: rgba(4, 120, 87, 0.9);
}
.ring-green-700\/95 {
    --tw-ring-color: rgba(4, 120, 87, 0.95);
}
.ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}
.ring-green-800\/0 {
    --tw-ring-color: rgba(6, 95, 70, 0);
}
.ring-green-800\/10 {
    --tw-ring-color: rgba(6, 95, 70, 0.1);
}
.ring-green-800\/100 {
    --tw-ring-color: #065f46;
}
.ring-green-800\/15 {
    --tw-ring-color: rgba(6, 95, 70, 0.15);
}
.ring-green-800\/20 {
    --tw-ring-color: rgba(6, 95, 70, 0.2);
}
.ring-green-800\/25 {
    --tw-ring-color: rgba(6, 95, 70, 0.25);
}
.ring-green-800\/30 {
    --tw-ring-color: rgba(6, 95, 70, 0.3);
}
.ring-green-800\/35 {
    --tw-ring-color: rgba(6, 95, 70, 0.35);
}
.ring-green-800\/40 {
    --tw-ring-color: rgba(6, 95, 70, 0.4);
}
.ring-green-800\/45 {
    --tw-ring-color: rgba(6, 95, 70, 0.45);
}
.ring-green-800\/5 {
    --tw-ring-color: rgba(6, 95, 70, 0.05);
}
.ring-green-800\/50 {
    --tw-ring-color: rgba(6, 95, 70, 0.5);
}
.ring-green-800\/55 {
    --tw-ring-color: rgba(6, 95, 70, 0.55);
}
.ring-green-800\/60 {
    --tw-ring-color: rgba(6, 95, 70, 0.6);
}
.ring-green-800\/65 {
    --tw-ring-color: rgba(6, 95, 70, 0.65);
}
.ring-green-800\/70 {
    --tw-ring-color: rgba(6, 95, 70, 0.7);
}
.ring-green-800\/75 {
    --tw-ring-color: rgba(6, 95, 70, 0.75);
}
.ring-green-800\/80 {
    --tw-ring-color: rgba(6, 95, 70, 0.8);
}
.ring-green-800\/85 {
    --tw-ring-color: rgba(6, 95, 70, 0.85);
}
.ring-green-800\/90 {
    --tw-ring-color: rgba(6, 95, 70, 0.9);
}
.ring-green-800\/95 {
    --tw-ring-color: rgba(6, 95, 70, 0.95);
}
.ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}
.ring-green-900\/0 {
    --tw-ring-color: rgba(6, 78, 59, 0);
}
.ring-green-900\/10 {
    --tw-ring-color: rgba(6, 78, 59, 0.1);
}
.ring-green-900\/100 {
    --tw-ring-color: #064e3b;
}
.ring-green-900\/15 {
    --tw-ring-color: rgba(6, 78, 59, 0.15);
}
.ring-green-900\/20 {
    --tw-ring-color: rgba(6, 78, 59, 0.2);
}
.ring-green-900\/25 {
    --tw-ring-color: rgba(6, 78, 59, 0.25);
}
.ring-green-900\/30 {
    --tw-ring-color: rgba(6, 78, 59, 0.3);
}
.ring-green-900\/35 {
    --tw-ring-color: rgba(6, 78, 59, 0.35);
}
.ring-green-900\/40 {
    --tw-ring-color: rgba(6, 78, 59, 0.4);
}
.ring-green-900\/45 {
    --tw-ring-color: rgba(6, 78, 59, 0.45);
}
.ring-green-900\/5 {
    --tw-ring-color: rgba(6, 78, 59, 0.05);
}
.ring-green-900\/50 {
    --tw-ring-color: rgba(6, 78, 59, 0.5);
}
.ring-green-900\/55 {
    --tw-ring-color: rgba(6, 78, 59, 0.55);
}
.ring-green-900\/60 {
    --tw-ring-color: rgba(6, 78, 59, 0.6);
}
.ring-green-900\/65 {
    --tw-ring-color: rgba(6, 78, 59, 0.65);
}
.ring-green-900\/70 {
    --tw-ring-color: rgba(6, 78, 59, 0.7);
}
.ring-green-900\/75 {
    --tw-ring-color: rgba(6, 78, 59, 0.75);
}
.ring-green-900\/80 {
    --tw-ring-color: rgba(6, 78, 59, 0.8);
}
.ring-green-900\/85 {
    --tw-ring-color: rgba(6, 78, 59, 0.85);
}
.ring-green-900\/90 {
    --tw-ring-color: rgba(6, 78, 59, 0.9);
}
.ring-green-900\/95 {
    --tw-ring-color: rgba(6, 78, 59, 0.95);
}
.ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}
.ring-indigo-100\/0 {
    --tw-ring-color: rgba(224, 231, 255, 0);
}
.ring-indigo-100\/10 {
    --tw-ring-color: rgba(224, 231, 255, 0.1);
}
.ring-indigo-100\/100 {
    --tw-ring-color: #e0e7ff;
}
.ring-indigo-100\/15 {
    --tw-ring-color: rgba(224, 231, 255, 0.15);
}
.ring-indigo-100\/20 {
    --tw-ring-color: rgba(224, 231, 255, 0.2);
}
.ring-indigo-100\/25 {
    --tw-ring-color: rgba(224, 231, 255, 0.25);
}
.ring-indigo-100\/30 {
    --tw-ring-color: rgba(224, 231, 255, 0.3);
}
.ring-indigo-100\/35 {
    --tw-ring-color: rgba(224, 231, 255, 0.35);
}
.ring-indigo-100\/40 {
    --tw-ring-color: rgba(224, 231, 255, 0.4);
}
.ring-indigo-100\/45 {
    --tw-ring-color: rgba(224, 231, 255, 0.45);
}
.ring-indigo-100\/5 {
    --tw-ring-color: rgba(224, 231, 255, 0.05);
}
.ring-indigo-100\/50 {
    --tw-ring-color: rgba(224, 231, 255, 0.5);
}
.ring-indigo-100\/55 {
    --tw-ring-color: rgba(224, 231, 255, 0.55);
}
.ring-indigo-100\/60 {
    --tw-ring-color: rgba(224, 231, 255, 0.6);
}
.ring-indigo-100\/65 {
    --tw-ring-color: rgba(224, 231, 255, 0.65);
}
.ring-indigo-100\/70 {
    --tw-ring-color: rgba(224, 231, 255, 0.7);
}
.ring-indigo-100\/75 {
    --tw-ring-color: rgba(224, 231, 255, 0.75);
}
.ring-indigo-100\/80 {
    --tw-ring-color: rgba(224, 231, 255, 0.8);
}
.ring-indigo-100\/85 {
    --tw-ring-color: rgba(224, 231, 255, 0.85);
}
.ring-indigo-100\/90 {
    --tw-ring-color: rgba(224, 231, 255, 0.9);
}
.ring-indigo-100\/95 {
    --tw-ring-color: rgba(224, 231, 255, 0.95);
}
.ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.ring-indigo-200\/0 {
    --tw-ring-color: rgba(199, 210, 254, 0);
}
.ring-indigo-200\/10 {
    --tw-ring-color: rgba(199, 210, 254, 0.1);
}
.ring-indigo-200\/100 {
    --tw-ring-color: #c7d2fe;
}
.ring-indigo-200\/15 {
    --tw-ring-color: rgba(199, 210, 254, 0.15);
}
.ring-indigo-200\/20 {
    --tw-ring-color: rgba(199, 210, 254, 0.2);
}
.ring-indigo-200\/25 {
    --tw-ring-color: rgba(199, 210, 254, 0.25);
}
.ring-indigo-200\/30 {
    --tw-ring-color: rgba(199, 210, 254, 0.3);
}
.ring-indigo-200\/35 {
    --tw-ring-color: rgba(199, 210, 254, 0.35);
}
.ring-indigo-200\/40 {
    --tw-ring-color: rgba(199, 210, 254, 0.4);
}
.ring-indigo-200\/45 {
    --tw-ring-color: rgba(199, 210, 254, 0.45);
}
.ring-indigo-200\/5 {
    --tw-ring-color: rgba(199, 210, 254, 0.05);
}
.ring-indigo-200\/50 {
    --tw-ring-color: rgba(199, 210, 254, 0.5);
}
.ring-indigo-200\/55 {
    --tw-ring-color: rgba(199, 210, 254, 0.55);
}
.ring-indigo-200\/60 {
    --tw-ring-color: rgba(199, 210, 254, 0.6);
}
.ring-indigo-200\/65 {
    --tw-ring-color: rgba(199, 210, 254, 0.65);
}
.ring-indigo-200\/70 {
    --tw-ring-color: rgba(199, 210, 254, 0.7);
}
.ring-indigo-200\/75 {
    --tw-ring-color: rgba(199, 210, 254, 0.75);
}
.ring-indigo-200\/80 {
    --tw-ring-color: rgba(199, 210, 254, 0.8);
}
.ring-indigo-200\/85 {
    --tw-ring-color: rgba(199, 210, 254, 0.85);
}
.ring-indigo-200\/90 {
    --tw-ring-color: rgba(199, 210, 254, 0.9);
}
.ring-indigo-200\/95 {
    --tw-ring-color: rgba(199, 210, 254, 0.95);
}
.ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}
.ring-indigo-300\/0 {
    --tw-ring-color: rgba(165, 180, 252, 0);
}
.ring-indigo-300\/10 {
    --tw-ring-color: rgba(165, 180, 252, 0.1);
}
.ring-indigo-300\/100 {
    --tw-ring-color: #a5b4fc;
}
.ring-indigo-300\/15 {
    --tw-ring-color: rgba(165, 180, 252, 0.15);
}
.ring-indigo-300\/20 {
    --tw-ring-color: rgba(165, 180, 252, 0.2);
}
.ring-indigo-300\/25 {
    --tw-ring-color: rgba(165, 180, 252, 0.25);
}
.ring-indigo-300\/30 {
    --tw-ring-color: rgba(165, 180, 252, 0.3);
}
.ring-indigo-300\/35 {
    --tw-ring-color: rgba(165, 180, 252, 0.35);
}
.ring-indigo-300\/40 {
    --tw-ring-color: rgba(165, 180, 252, 0.4);
}
.ring-indigo-300\/45 {
    --tw-ring-color: rgba(165, 180, 252, 0.45);
}
.ring-indigo-300\/5 {
    --tw-ring-color: rgba(165, 180, 252, 0.05);
}
.ring-indigo-300\/50 {
    --tw-ring-color: rgba(165, 180, 252, 0.5);
}
.ring-indigo-300\/55 {
    --tw-ring-color: rgba(165, 180, 252, 0.55);
}
.ring-indigo-300\/60 {
    --tw-ring-color: rgba(165, 180, 252, 0.6);
}
.ring-indigo-300\/65 {
    --tw-ring-color: rgba(165, 180, 252, 0.65);
}
.ring-indigo-300\/70 {
    --tw-ring-color: rgba(165, 180, 252, 0.7);
}
.ring-indigo-300\/75 {
    --tw-ring-color: rgba(165, 180, 252, 0.75);
}
.ring-indigo-300\/80 {
    --tw-ring-color: rgba(165, 180, 252, 0.8);
}
.ring-indigo-300\/85 {
    --tw-ring-color: rgba(165, 180, 252, 0.85);
}
.ring-indigo-300\/90 {
    --tw-ring-color: rgba(165, 180, 252, 0.9);
}
.ring-indigo-300\/95 {
    --tw-ring-color: rgba(165, 180, 252, 0.95);
}
.ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.ring-indigo-400\/0 {
    --tw-ring-color: rgba(129, 140, 248, 0);
}
.ring-indigo-400\/10 {
    --tw-ring-color: rgba(129, 140, 248, 0.1);
}
.ring-indigo-400\/100 {
    --tw-ring-color: #818cf8;
}
.ring-indigo-400\/15 {
    --tw-ring-color: rgba(129, 140, 248, 0.15);
}
.ring-indigo-400\/20 {
    --tw-ring-color: rgba(129, 140, 248, 0.2);
}
.ring-indigo-400\/25 {
    --tw-ring-color: rgba(129, 140, 248, 0.25);
}
.ring-indigo-400\/30 {
    --tw-ring-color: rgba(129, 140, 248, 0.3);
}
.ring-indigo-400\/35 {
    --tw-ring-color: rgba(129, 140, 248, 0.35);
}
.ring-indigo-400\/40 {
    --tw-ring-color: rgba(129, 140, 248, 0.4);
}
.ring-indigo-400\/45 {
    --tw-ring-color: rgba(129, 140, 248, 0.45);
}
.ring-indigo-400\/5 {
    --tw-ring-color: rgba(129, 140, 248, 0.05);
}
.ring-indigo-400\/50 {
    --tw-ring-color: rgba(129, 140, 248, 0.5);
}
.ring-indigo-400\/55 {
    --tw-ring-color: rgba(129, 140, 248, 0.55);
}
.ring-indigo-400\/60 {
    --tw-ring-color: rgba(129, 140, 248, 0.6);
}
.ring-indigo-400\/65 {
    --tw-ring-color: rgba(129, 140, 248, 0.65);
}
.ring-indigo-400\/70 {
    --tw-ring-color: rgba(129, 140, 248, 0.7);
}
.ring-indigo-400\/75 {
    --tw-ring-color: rgba(129, 140, 248, 0.75);
}
.ring-indigo-400\/80 {
    --tw-ring-color: rgba(129, 140, 248, 0.8);
}
.ring-indigo-400\/85 {
    --tw-ring-color: rgba(129, 140, 248, 0.85);
}
.ring-indigo-400\/90 {
    --tw-ring-color: rgba(129, 140, 248, 0.9);
}
.ring-indigo-400\/95 {
    --tw-ring-color: rgba(129, 140, 248, 0.95);
}
.ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}
.ring-indigo-50\/0 {
    --tw-ring-color: rgba(238, 242, 255, 0);
}
.ring-indigo-50\/10 {
    --tw-ring-color: rgba(238, 242, 255, 0.1);
}
.ring-indigo-50\/100 {
    --tw-ring-color: #eef2ff;
}
.ring-indigo-50\/15 {
    --tw-ring-color: rgba(238, 242, 255, 0.15);
}
.ring-indigo-50\/20 {
    --tw-ring-color: rgba(238, 242, 255, 0.2);
}
.ring-indigo-50\/25 {
    --tw-ring-color: rgba(238, 242, 255, 0.25);
}
.ring-indigo-50\/30 {
    --tw-ring-color: rgba(238, 242, 255, 0.3);
}
.ring-indigo-50\/35 {
    --tw-ring-color: rgba(238, 242, 255, 0.35);
}
.ring-indigo-50\/40 {
    --tw-ring-color: rgba(238, 242, 255, 0.4);
}
.ring-indigo-50\/45 {
    --tw-ring-color: rgba(238, 242, 255, 0.45);
}
.ring-indigo-50\/5 {
    --tw-ring-color: rgba(238, 242, 255, 0.05);
}
.ring-indigo-50\/50 {
    --tw-ring-color: rgba(238, 242, 255, 0.5);
}
.ring-indigo-50\/55 {
    --tw-ring-color: rgba(238, 242, 255, 0.55);
}
.ring-indigo-50\/60 {
    --tw-ring-color: rgba(238, 242, 255, 0.6);
}
.ring-indigo-50\/65 {
    --tw-ring-color: rgba(238, 242, 255, 0.65);
}
.ring-indigo-50\/70 {
    --tw-ring-color: rgba(238, 242, 255, 0.7);
}
.ring-indigo-50\/75 {
    --tw-ring-color: rgba(238, 242, 255, 0.75);
}
.ring-indigo-50\/80 {
    --tw-ring-color: rgba(238, 242, 255, 0.8);
}
.ring-indigo-50\/85 {
    --tw-ring-color: rgba(238, 242, 255, 0.85);
}
.ring-indigo-50\/90 {
    --tw-ring-color: rgba(238, 242, 255, 0.9);
}
.ring-indigo-50\/95 {
    --tw-ring-color: rgba(238, 242, 255, 0.95);
}
.ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.ring-indigo-500\/0 {
    --tw-ring-color: rgba(99, 102, 241, 0);
}
.ring-indigo-500\/10 {
    --tw-ring-color: rgba(99, 102, 241, 0.1);
}
.ring-indigo-500\/100 {
    --tw-ring-color: #6366f1;
}
.ring-indigo-500\/15 {
    --tw-ring-color: rgba(99, 102, 241, 0.15);
}
.ring-indigo-500\/20 {
    --tw-ring-color: rgba(99, 102, 241, 0.2);
}
.ring-indigo-500\/25 {
    --tw-ring-color: rgba(99, 102, 241, 0.25);
}
.ring-indigo-500\/30 {
    --tw-ring-color: rgba(99, 102, 241, 0.3);
}
.ring-indigo-500\/35 {
    --tw-ring-color: rgba(99, 102, 241, 0.35);
}
.ring-indigo-500\/40 {
    --tw-ring-color: rgba(99, 102, 241, 0.4);
}
.ring-indigo-500\/45 {
    --tw-ring-color: rgba(99, 102, 241, 0.45);
}
.ring-indigo-500\/5 {
    --tw-ring-color: rgba(99, 102, 241, 0.05);
}
.ring-indigo-500\/50 {
    --tw-ring-color: rgba(99, 102, 241, 0.5);
}
.ring-indigo-500\/55 {
    --tw-ring-color: rgba(99, 102, 241, 0.55);
}
.ring-indigo-500\/60 {
    --tw-ring-color: rgba(99, 102, 241, 0.6);
}
.ring-indigo-500\/65 {
    --tw-ring-color: rgba(99, 102, 241, 0.65);
}
.ring-indigo-500\/70 {
    --tw-ring-color: rgba(99, 102, 241, 0.7);
}
.ring-indigo-500\/75 {
    --tw-ring-color: rgba(99, 102, 241, 0.75);
}
.ring-indigo-500\/80 {
    --tw-ring-color: rgba(99, 102, 241, 0.8);
}
.ring-indigo-500\/85 {
    --tw-ring-color: rgba(99, 102, 241, 0.85);
}
.ring-indigo-500\/90 {
    --tw-ring-color: rgba(99, 102, 241, 0.9);
}
.ring-indigo-500\/95 {
    --tw-ring-color: rgba(99, 102, 241, 0.95);
}
.ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.ring-indigo-600\/0 {
    --tw-ring-color: rgba(79, 70, 229, 0);
}
.ring-indigo-600\/10 {
    --tw-ring-color: rgba(79, 70, 229, 0.1);
}
.ring-indigo-600\/100 {
    --tw-ring-color: #4f46e5;
}
.ring-indigo-600\/15 {
    --tw-ring-color: rgba(79, 70, 229, 0.15);
}
.ring-indigo-600\/20 {
    --tw-ring-color: rgba(79, 70, 229, 0.2);
}
.ring-indigo-600\/25 {
    --tw-ring-color: rgba(79, 70, 229, 0.25);
}
.ring-indigo-600\/30 {
    --tw-ring-color: rgba(79, 70, 229, 0.3);
}
.ring-indigo-600\/35 {
    --tw-ring-color: rgba(79, 70, 229, 0.35);
}
.ring-indigo-600\/40 {
    --tw-ring-color: rgba(79, 70, 229, 0.4);
}
.ring-indigo-600\/45 {
    --tw-ring-color: rgba(79, 70, 229, 0.45);
}
.ring-indigo-600\/5 {
    --tw-ring-color: rgba(79, 70, 229, 0.05);
}
.ring-indigo-600\/50 {
    --tw-ring-color: rgba(79, 70, 229, 0.5);
}
.ring-indigo-600\/55 {
    --tw-ring-color: rgba(79, 70, 229, 0.55);
}
.ring-indigo-600\/60 {
    --tw-ring-color: rgba(79, 70, 229, 0.6);
}
.ring-indigo-600\/65 {
    --tw-ring-color: rgba(79, 70, 229, 0.65);
}
.ring-indigo-600\/70 {
    --tw-ring-color: rgba(79, 70, 229, 0.7);
}
.ring-indigo-600\/75 {
    --tw-ring-color: rgba(79, 70, 229, 0.75);
}
.ring-indigo-600\/80 {
    --tw-ring-color: rgba(79, 70, 229, 0.8);
}
.ring-indigo-600\/85 {
    --tw-ring-color: rgba(79, 70, 229, 0.85);
}
.ring-indigo-600\/90 {
    --tw-ring-color: rgba(79, 70, 229, 0.9);
}
.ring-indigo-600\/95 {
    --tw-ring-color: rgba(79, 70, 229, 0.95);
}
.ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}
.ring-indigo-700\/0 {
    --tw-ring-color: rgba(67, 56, 202, 0);
}
.ring-indigo-700\/10 {
    --tw-ring-color: rgba(67, 56, 202, 0.1);
}
.ring-indigo-700\/100 {
    --tw-ring-color: #4338ca;
}
.ring-indigo-700\/15 {
    --tw-ring-color: rgba(67, 56, 202, 0.15);
}
.ring-indigo-700\/20 {
    --tw-ring-color: rgba(67, 56, 202, 0.2);
}
.ring-indigo-700\/25 {
    --tw-ring-color: rgba(67, 56, 202, 0.25);
}
.ring-indigo-700\/30 {
    --tw-ring-color: rgba(67, 56, 202, 0.3);
}
.ring-indigo-700\/35 {
    --tw-ring-color: rgba(67, 56, 202, 0.35);
}
.ring-indigo-700\/40 {
    --tw-ring-color: rgba(67, 56, 202, 0.4);
}
.ring-indigo-700\/45 {
    --tw-ring-color: rgba(67, 56, 202, 0.45);
}
.ring-indigo-700\/5 {
    --tw-ring-color: rgba(67, 56, 202, 0.05);
}
.ring-indigo-700\/50 {
    --tw-ring-color: rgba(67, 56, 202, 0.5);
}
.ring-indigo-700\/55 {
    --tw-ring-color: rgba(67, 56, 202, 0.55);
}
.ring-indigo-700\/60 {
    --tw-ring-color: rgba(67, 56, 202, 0.6);
}
.ring-indigo-700\/65 {
    --tw-ring-color: rgba(67, 56, 202, 0.65);
}
.ring-indigo-700\/70 {
    --tw-ring-color: rgba(67, 56, 202, 0.7);
}
.ring-indigo-700\/75 {
    --tw-ring-color: rgba(67, 56, 202, 0.75);
}
.ring-indigo-700\/80 {
    --tw-ring-color: rgba(67, 56, 202, 0.8);
}
.ring-indigo-700\/85 {
    --tw-ring-color: rgba(67, 56, 202, 0.85);
}
.ring-indigo-700\/90 {
    --tw-ring-color: rgba(67, 56, 202, 0.9);
}
.ring-indigo-700\/95 {
    --tw-ring-color: rgba(67, 56, 202, 0.95);
}
.ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}
.ring-indigo-800\/0 {
    --tw-ring-color: rgba(55, 48, 163, 0);
}
.ring-indigo-800\/10 {
    --tw-ring-color: rgba(55, 48, 163, 0.1);
}
.ring-indigo-800\/100 {
    --tw-ring-color: #3730a3;
}
.ring-indigo-800\/15 {
    --tw-ring-color: rgba(55, 48, 163, 0.15);
}
.ring-indigo-800\/20 {
    --tw-ring-color: rgba(55, 48, 163, 0.2);
}
.ring-indigo-800\/25 {
    --tw-ring-color: rgba(55, 48, 163, 0.25);
}
.ring-indigo-800\/30 {
    --tw-ring-color: rgba(55, 48, 163, 0.3);
}
.ring-indigo-800\/35 {
    --tw-ring-color: rgba(55, 48, 163, 0.35);
}
.ring-indigo-800\/40 {
    --tw-ring-color: rgba(55, 48, 163, 0.4);
}
.ring-indigo-800\/45 {
    --tw-ring-color: rgba(55, 48, 163, 0.45);
}
.ring-indigo-800\/5 {
    --tw-ring-color: rgba(55, 48, 163, 0.05);
}
.ring-indigo-800\/50 {
    --tw-ring-color: rgba(55, 48, 163, 0.5);
}
.ring-indigo-800\/55 {
    --tw-ring-color: rgba(55, 48, 163, 0.55);
}
.ring-indigo-800\/60 {
    --tw-ring-color: rgba(55, 48, 163, 0.6);
}
.ring-indigo-800\/65 {
    --tw-ring-color: rgba(55, 48, 163, 0.65);
}
.ring-indigo-800\/70 {
    --tw-ring-color: rgba(55, 48, 163, 0.7);
}
.ring-indigo-800\/75 {
    --tw-ring-color: rgba(55, 48, 163, 0.75);
}
.ring-indigo-800\/80 {
    --tw-ring-color: rgba(55, 48, 163, 0.8);
}
.ring-indigo-800\/85 {
    --tw-ring-color: rgba(55, 48, 163, 0.85);
}
.ring-indigo-800\/90 {
    --tw-ring-color: rgba(55, 48, 163, 0.9);
}
.ring-indigo-800\/95 {
    --tw-ring-color: rgba(55, 48, 163, 0.95);
}
.ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}
.ring-indigo-900\/0 {
    --tw-ring-color: rgba(49, 46, 129, 0);
}
.ring-indigo-900\/10 {
    --tw-ring-color: rgba(49, 46, 129, 0.1);
}
.ring-indigo-900\/100 {
    --tw-ring-color: #312e81;
}
.ring-indigo-900\/15 {
    --tw-ring-color: rgba(49, 46, 129, 0.15);
}
.ring-indigo-900\/20 {
    --tw-ring-color: rgba(49, 46, 129, 0.2);
}
.ring-indigo-900\/25 {
    --tw-ring-color: rgba(49, 46, 129, 0.25);
}
.ring-indigo-900\/30 {
    --tw-ring-color: rgba(49, 46, 129, 0.3);
}
.ring-indigo-900\/35 {
    --tw-ring-color: rgba(49, 46, 129, 0.35);
}
.ring-indigo-900\/40 {
    --tw-ring-color: rgba(49, 46, 129, 0.4);
}
.ring-indigo-900\/45 {
    --tw-ring-color: rgba(49, 46, 129, 0.45);
}
.ring-indigo-900\/5 {
    --tw-ring-color: rgba(49, 46, 129, 0.05);
}
.ring-indigo-900\/50 {
    --tw-ring-color: rgba(49, 46, 129, 0.5);
}
.ring-indigo-900\/55 {
    --tw-ring-color: rgba(49, 46, 129, 0.55);
}
.ring-indigo-900\/60 {
    --tw-ring-color: rgba(49, 46, 129, 0.6);
}
.ring-indigo-900\/65 {
    --tw-ring-color: rgba(49, 46, 129, 0.65);
}
.ring-indigo-900\/70 {
    --tw-ring-color: rgba(49, 46, 129, 0.7);
}
.ring-indigo-900\/75 {
    --tw-ring-color: rgba(49, 46, 129, 0.75);
}
.ring-indigo-900\/80 {
    --tw-ring-color: rgba(49, 46, 129, 0.8);
}
.ring-indigo-900\/85 {
    --tw-ring-color: rgba(49, 46, 129, 0.85);
}
.ring-indigo-900\/90 {
    --tw-ring-color: rgba(49, 46, 129, 0.9);
}
.ring-indigo-900\/95 {
    --tw-ring-color: rgba(49, 46, 129, 0.95);
}
.ring-info-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-info-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}
.ring-lime-100\/0 {
    --tw-ring-color: hsla(80, 89%, 89%, 0);
}
.ring-lime-100\/10 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.1);
}
.ring-lime-100\/100 {
    --tw-ring-color: #ecfccb;
}
.ring-lime-100\/15 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.15);
}
.ring-lime-100\/20 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.2);
}
.ring-lime-100\/25 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.25);
}
.ring-lime-100\/30 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.3);
}
.ring-lime-100\/35 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.35);
}
.ring-lime-100\/40 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.4);
}
.ring-lime-100\/45 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.45);
}
.ring-lime-100\/5 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.05);
}
.ring-lime-100\/50 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.5);
}
.ring-lime-100\/55 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.55);
}
.ring-lime-100\/60 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.6);
}
.ring-lime-100\/65 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.65);
}
.ring-lime-100\/70 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.7);
}
.ring-lime-100\/75 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.75);
}
.ring-lime-100\/80 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.8);
}
.ring-lime-100\/85 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.85);
}
.ring-lime-100\/90 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.9);
}
.ring-lime-100\/95 {
    --tw-ring-color: hsla(80, 89%, 89%, 0.95);
}
.ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}
.ring-lime-200\/0 {
    --tw-ring-color: hsla(81, 88%, 80%, 0);
}
.ring-lime-200\/10 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.1);
}
.ring-lime-200\/100 {
    --tw-ring-color: #d9f99d;
}
.ring-lime-200\/15 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.15);
}
.ring-lime-200\/20 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.2);
}
.ring-lime-200\/25 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.25);
}
.ring-lime-200\/30 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.3);
}
.ring-lime-200\/35 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.35);
}
.ring-lime-200\/40 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.4);
}
.ring-lime-200\/45 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.45);
}
.ring-lime-200\/5 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.05);
}
.ring-lime-200\/50 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.5);
}
.ring-lime-200\/55 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.55);
}
.ring-lime-200\/60 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.6);
}
.ring-lime-200\/65 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.65);
}
.ring-lime-200\/70 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.7);
}
.ring-lime-200\/75 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.75);
}
.ring-lime-200\/80 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.8);
}
.ring-lime-200\/85 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.85);
}
.ring-lime-200\/90 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.9);
}
.ring-lime-200\/95 {
    --tw-ring-color: hsla(81, 88%, 80%, 0.95);
}
.ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}
.ring-lime-300\/0 {
    --tw-ring-color: hsla(82, 85%, 67%, 0);
}
.ring-lime-300\/10 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.1);
}
.ring-lime-300\/100 {
    --tw-ring-color: #bef264;
}
.ring-lime-300\/15 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.15);
}
.ring-lime-300\/20 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.2);
}
.ring-lime-300\/25 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.25);
}
.ring-lime-300\/30 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.3);
}
.ring-lime-300\/35 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.35);
}
.ring-lime-300\/40 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.4);
}
.ring-lime-300\/45 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.45);
}
.ring-lime-300\/5 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.05);
}
.ring-lime-300\/50 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.5);
}
.ring-lime-300\/55 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.55);
}
.ring-lime-300\/60 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.6);
}
.ring-lime-300\/65 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.65);
}
.ring-lime-300\/70 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.7);
}
.ring-lime-300\/75 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.75);
}
.ring-lime-300\/80 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.8);
}
.ring-lime-300\/85 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.85);
}
.ring-lime-300\/90 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.9);
}
.ring-lime-300\/95 {
    --tw-ring-color: hsla(82, 85%, 67%, 0.95);
}
.ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.ring-lime-400\/0 {
    --tw-ring-color: rgba(163, 230, 53, 0);
}
.ring-lime-400\/10 {
    --tw-ring-color: rgba(163, 230, 53, 0.1);
}
.ring-lime-400\/100 {
    --tw-ring-color: #a3e635;
}
.ring-lime-400\/15 {
    --tw-ring-color: rgba(163, 230, 53, 0.15);
}
.ring-lime-400\/20 {
    --tw-ring-color: rgba(163, 230, 53, 0.2);
}
.ring-lime-400\/25 {
    --tw-ring-color: rgba(163, 230, 53, 0.25);
}
.ring-lime-400\/30 {
    --tw-ring-color: rgba(163, 230, 53, 0.3);
}
.ring-lime-400\/35 {
    --tw-ring-color: rgba(163, 230, 53, 0.35);
}
.ring-lime-400\/40 {
    --tw-ring-color: rgba(163, 230, 53, 0.4);
}
.ring-lime-400\/45 {
    --tw-ring-color: rgba(163, 230, 53, 0.45);
}
.ring-lime-400\/5 {
    --tw-ring-color: rgba(163, 230, 53, 0.05);
}
.ring-lime-400\/50 {
    --tw-ring-color: rgba(163, 230, 53, 0.5);
}
.ring-lime-400\/55 {
    --tw-ring-color: rgba(163, 230, 53, 0.55);
}
.ring-lime-400\/60 {
    --tw-ring-color: rgba(163, 230, 53, 0.6);
}
.ring-lime-400\/65 {
    --tw-ring-color: rgba(163, 230, 53, 0.65);
}
.ring-lime-400\/70 {
    --tw-ring-color: rgba(163, 230, 53, 0.7);
}
.ring-lime-400\/75 {
    --tw-ring-color: rgba(163, 230, 53, 0.75);
}
.ring-lime-400\/80 {
    --tw-ring-color: rgba(163, 230, 53, 0.8);
}
.ring-lime-400\/85 {
    --tw-ring-color: rgba(163, 230, 53, 0.85);
}
.ring-lime-400\/90 {
    --tw-ring-color: rgba(163, 230, 53, 0.9);
}
.ring-lime-400\/95 {
    --tw-ring-color: rgba(163, 230, 53, 0.95);
}
.ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}
.ring-lime-50\/0 {
    --tw-ring-color: hsla(78, 92%, 95%, 0);
}
.ring-lime-50\/10 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.1);
}
.ring-lime-50\/100 {
    --tw-ring-color: #f7fee7;
}
.ring-lime-50\/15 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.15);
}
.ring-lime-50\/20 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.2);
}
.ring-lime-50\/25 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.25);
}
.ring-lime-50\/30 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.3);
}
.ring-lime-50\/35 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.35);
}
.ring-lime-50\/40 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.4);
}
.ring-lime-50\/45 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.45);
}
.ring-lime-50\/5 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.05);
}
.ring-lime-50\/50 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.5);
}
.ring-lime-50\/55 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.55);
}
.ring-lime-50\/60 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.6);
}
.ring-lime-50\/65 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.65);
}
.ring-lime-50\/70 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.7);
}
.ring-lime-50\/75 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.75);
}
.ring-lime-50\/80 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.8);
}
.ring-lime-50\/85 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.85);
}
.ring-lime-50\/90 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.9);
}
.ring-lime-50\/95 {
    --tw-ring-color: hsla(78, 92%, 95%, 0.95);
}
.ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}
.ring-lime-500\/0 {
    --tw-ring-color: rgba(132, 204, 22, 0);
}
.ring-lime-500\/10 {
    --tw-ring-color: rgba(132, 204, 22, 0.1);
}
.ring-lime-500\/100 {
    --tw-ring-color: #84cc16;
}
.ring-lime-500\/15 {
    --tw-ring-color: rgba(132, 204, 22, 0.15);
}
.ring-lime-500\/20 {
    --tw-ring-color: rgba(132, 204, 22, 0.2);
}
.ring-lime-500\/25 {
    --tw-ring-color: rgba(132, 204, 22, 0.25);
}
.ring-lime-500\/30 {
    --tw-ring-color: rgba(132, 204, 22, 0.3);
}
.ring-lime-500\/35 {
    --tw-ring-color: rgba(132, 204, 22, 0.35);
}
.ring-lime-500\/40 {
    --tw-ring-color: rgba(132, 204, 22, 0.4);
}
.ring-lime-500\/45 {
    --tw-ring-color: rgba(132, 204, 22, 0.45);
}
.ring-lime-500\/5 {
    --tw-ring-color: rgba(132, 204, 22, 0.05);
}
.ring-lime-500\/50 {
    --tw-ring-color: rgba(132, 204, 22, 0.5);
}
.ring-lime-500\/55 {
    --tw-ring-color: rgba(132, 204, 22, 0.55);
}
.ring-lime-500\/60 {
    --tw-ring-color: rgba(132, 204, 22, 0.6);
}
.ring-lime-500\/65 {
    --tw-ring-color: rgba(132, 204, 22, 0.65);
}
.ring-lime-500\/70 {
    --tw-ring-color: rgba(132, 204, 22, 0.7);
}
.ring-lime-500\/75 {
    --tw-ring-color: rgba(132, 204, 22, 0.75);
}
.ring-lime-500\/80 {
    --tw-ring-color: rgba(132, 204, 22, 0.8);
}
.ring-lime-500\/85 {
    --tw-ring-color: rgba(132, 204, 22, 0.85);
}
.ring-lime-500\/90 {
    --tw-ring-color: rgba(132, 204, 22, 0.9);
}
.ring-lime-500\/95 {
    --tw-ring-color: rgba(132, 204, 22, 0.95);
}
.ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}
.ring-lime-600\/0 {
    --tw-ring-color: rgba(101, 163, 13, 0);
}
.ring-lime-600\/10 {
    --tw-ring-color: rgba(101, 163, 13, 0.1);
}
.ring-lime-600\/100 {
    --tw-ring-color: #65a30d;
}
.ring-lime-600\/15 {
    --tw-ring-color: rgba(101, 163, 13, 0.15);
}
.ring-lime-600\/20 {
    --tw-ring-color: rgba(101, 163, 13, 0.2);
}
.ring-lime-600\/25 {
    --tw-ring-color: rgba(101, 163, 13, 0.25);
}
.ring-lime-600\/30 {
    --tw-ring-color: rgba(101, 163, 13, 0.3);
}
.ring-lime-600\/35 {
    --tw-ring-color: rgba(101, 163, 13, 0.35);
}
.ring-lime-600\/40 {
    --tw-ring-color: rgba(101, 163, 13, 0.4);
}
.ring-lime-600\/45 {
    --tw-ring-color: rgba(101, 163, 13, 0.45);
}
.ring-lime-600\/5 {
    --tw-ring-color: rgba(101, 163, 13, 0.05);
}
.ring-lime-600\/50 {
    --tw-ring-color: rgba(101, 163, 13, 0.5);
}
.ring-lime-600\/55 {
    --tw-ring-color: rgba(101, 163, 13, 0.55);
}
.ring-lime-600\/60 {
    --tw-ring-color: rgba(101, 163, 13, 0.6);
}
.ring-lime-600\/65 {
    --tw-ring-color: rgba(101, 163, 13, 0.65);
}
.ring-lime-600\/70 {
    --tw-ring-color: rgba(101, 163, 13, 0.7);
}
.ring-lime-600\/75 {
    --tw-ring-color: rgba(101, 163, 13, 0.75);
}
.ring-lime-600\/80 {
    --tw-ring-color: rgba(101, 163, 13, 0.8);
}
.ring-lime-600\/85 {
    --tw-ring-color: rgba(101, 163, 13, 0.85);
}
.ring-lime-600\/90 {
    --tw-ring-color: rgba(101, 163, 13, 0.9);
}
.ring-lime-600\/95 {
    --tw-ring-color: rgba(101, 163, 13, 0.95);
}
.ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}
.ring-lime-700\/0 {
    --tw-ring-color: rgba(77, 124, 15, 0);
}
.ring-lime-700\/10 {
    --tw-ring-color: rgba(77, 124, 15, 0.1);
}
.ring-lime-700\/100 {
    --tw-ring-color: #4d7c0f;
}
.ring-lime-700\/15 {
    --tw-ring-color: rgba(77, 124, 15, 0.15);
}
.ring-lime-700\/20 {
    --tw-ring-color: rgba(77, 124, 15, 0.2);
}
.ring-lime-700\/25 {
    --tw-ring-color: rgba(77, 124, 15, 0.25);
}
.ring-lime-700\/30 {
    --tw-ring-color: rgba(77, 124, 15, 0.3);
}
.ring-lime-700\/35 {
    --tw-ring-color: rgba(77, 124, 15, 0.35);
}
.ring-lime-700\/40 {
    --tw-ring-color: rgba(77, 124, 15, 0.4);
}
.ring-lime-700\/45 {
    --tw-ring-color: rgba(77, 124, 15, 0.45);
}
.ring-lime-700\/5 {
    --tw-ring-color: rgba(77, 124, 15, 0.05);
}
.ring-lime-700\/50 {
    --tw-ring-color: rgba(77, 124, 15, 0.5);
}
.ring-lime-700\/55 {
    --tw-ring-color: rgba(77, 124, 15, 0.55);
}
.ring-lime-700\/60 {
    --tw-ring-color: rgba(77, 124, 15, 0.6);
}
.ring-lime-700\/65 {
    --tw-ring-color: rgba(77, 124, 15, 0.65);
}
.ring-lime-700\/70 {
    --tw-ring-color: rgba(77, 124, 15, 0.7);
}
.ring-lime-700\/75 {
    --tw-ring-color: rgba(77, 124, 15, 0.75);
}
.ring-lime-700\/80 {
    --tw-ring-color: rgba(77, 124, 15, 0.8);
}
.ring-lime-700\/85 {
    --tw-ring-color: rgba(77, 124, 15, 0.85);
}
.ring-lime-700\/90 {
    --tw-ring-color: rgba(77, 124, 15, 0.9);
}
.ring-lime-700\/95 {
    --tw-ring-color: rgba(77, 124, 15, 0.95);
}
.ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}
.ring-lime-800\/0 {
    --tw-ring-color: rgba(63, 98, 18, 0);
}
.ring-lime-800\/10 {
    --tw-ring-color: rgba(63, 98, 18, 0.1);
}
.ring-lime-800\/100 {
    --tw-ring-color: #3f6212;
}
.ring-lime-800\/15 {
    --tw-ring-color: rgba(63, 98, 18, 0.15);
}
.ring-lime-800\/20 {
    --tw-ring-color: rgba(63, 98, 18, 0.2);
}
.ring-lime-800\/25 {
    --tw-ring-color: rgba(63, 98, 18, 0.25);
}
.ring-lime-800\/30 {
    --tw-ring-color: rgba(63, 98, 18, 0.3);
}
.ring-lime-800\/35 {
    --tw-ring-color: rgba(63, 98, 18, 0.35);
}
.ring-lime-800\/40 {
    --tw-ring-color: rgba(63, 98, 18, 0.4);
}
.ring-lime-800\/45 {
    --tw-ring-color: rgba(63, 98, 18, 0.45);
}
.ring-lime-800\/5 {
    --tw-ring-color: rgba(63, 98, 18, 0.05);
}
.ring-lime-800\/50 {
    --tw-ring-color: rgba(63, 98, 18, 0.5);
}
.ring-lime-800\/55 {
    --tw-ring-color: rgba(63, 98, 18, 0.55);
}
.ring-lime-800\/60 {
    --tw-ring-color: rgba(63, 98, 18, 0.6);
}
.ring-lime-800\/65 {
    --tw-ring-color: rgba(63, 98, 18, 0.65);
}
.ring-lime-800\/70 {
    --tw-ring-color: rgba(63, 98, 18, 0.7);
}
.ring-lime-800\/75 {
    --tw-ring-color: rgba(63, 98, 18, 0.75);
}
.ring-lime-800\/80 {
    --tw-ring-color: rgba(63, 98, 18, 0.8);
}
.ring-lime-800\/85 {
    --tw-ring-color: rgba(63, 98, 18, 0.85);
}
.ring-lime-800\/90 {
    --tw-ring-color: rgba(63, 98, 18, 0.9);
}
.ring-lime-800\/95 {
    --tw-ring-color: rgba(63, 98, 18, 0.95);
}
.ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}
.ring-lime-900\/0 {
    --tw-ring-color: rgba(54, 83, 20, 0);
}
.ring-lime-900\/10 {
    --tw-ring-color: rgba(54, 83, 20, 0.1);
}
.ring-lime-900\/100 {
    --tw-ring-color: #365314;
}
.ring-lime-900\/15 {
    --tw-ring-color: rgba(54, 83, 20, 0.15);
}
.ring-lime-900\/20 {
    --tw-ring-color: rgba(54, 83, 20, 0.2);
}
.ring-lime-900\/25 {
    --tw-ring-color: rgba(54, 83, 20, 0.25);
}
.ring-lime-900\/30 {
    --tw-ring-color: rgba(54, 83, 20, 0.3);
}
.ring-lime-900\/35 {
    --tw-ring-color: rgba(54, 83, 20, 0.35);
}
.ring-lime-900\/40 {
    --tw-ring-color: rgba(54, 83, 20, 0.4);
}
.ring-lime-900\/45 {
    --tw-ring-color: rgba(54, 83, 20, 0.45);
}
.ring-lime-900\/5 {
    --tw-ring-color: rgba(54, 83, 20, 0.05);
}
.ring-lime-900\/50 {
    --tw-ring-color: rgba(54, 83, 20, 0.5);
}
.ring-lime-900\/55 {
    --tw-ring-color: rgba(54, 83, 20, 0.55);
}
.ring-lime-900\/60 {
    --tw-ring-color: rgba(54, 83, 20, 0.6);
}
.ring-lime-900\/65 {
    --tw-ring-color: rgba(54, 83, 20, 0.65);
}
.ring-lime-900\/70 {
    --tw-ring-color: rgba(54, 83, 20, 0.7);
}
.ring-lime-900\/75 {
    --tw-ring-color: rgba(54, 83, 20, 0.75);
}
.ring-lime-900\/80 {
    --tw-ring-color: rgba(54, 83, 20, 0.8);
}
.ring-lime-900\/85 {
    --tw-ring-color: rgba(54, 83, 20, 0.85);
}
.ring-lime-900\/90 {
    --tw-ring-color: rgba(54, 83, 20, 0.9);
}
.ring-lime-900\/95 {
    --tw-ring-color: rgba(54, 83, 20, 0.95);
}
.ring-negative-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.ring-negative-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}
.ring-neutral-100\/0 {
    --tw-ring-color: hsla(0, 0%, 96%, 0);
}
.ring-neutral-100\/10 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.1);
}
.ring-neutral-100\/100 {
    --tw-ring-color: #f5f5f5;
}
.ring-neutral-100\/15 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.15);
}
.ring-neutral-100\/20 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.2);
}
.ring-neutral-100\/25 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.25);
}
.ring-neutral-100\/30 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.3);
}
.ring-neutral-100\/35 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.35);
}
.ring-neutral-100\/40 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.4);
}
.ring-neutral-100\/45 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.45);
}
.ring-neutral-100\/5 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.05);
}
.ring-neutral-100\/50 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.5);
}
.ring-neutral-100\/55 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.55);
}
.ring-neutral-100\/60 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.6);
}
.ring-neutral-100\/65 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.65);
}
.ring-neutral-100\/70 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.7);
}
.ring-neutral-100\/75 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.75);
}
.ring-neutral-100\/80 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.8);
}
.ring-neutral-100\/85 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.85);
}
.ring-neutral-100\/90 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.9);
}
.ring-neutral-100\/95 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.95);
}
.ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}
.ring-neutral-200\/0 {
    --tw-ring-color: hsla(0, 0%, 90%, 0);
}
.ring-neutral-200\/10 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.1);
}
.ring-neutral-200\/100 {
    --tw-ring-color: #e5e5e5;
}
.ring-neutral-200\/15 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.15);
}
.ring-neutral-200\/20 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.2);
}
.ring-neutral-200\/25 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.25);
}
.ring-neutral-200\/30 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.3);
}
.ring-neutral-200\/35 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.35);
}
.ring-neutral-200\/40 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.4);
}
.ring-neutral-200\/45 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.45);
}
.ring-neutral-200\/5 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.05);
}
.ring-neutral-200\/50 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.5);
}
.ring-neutral-200\/55 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.55);
}
.ring-neutral-200\/60 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.6);
}
.ring-neutral-200\/65 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.65);
}
.ring-neutral-200\/70 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.7);
}
.ring-neutral-200\/75 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.75);
}
.ring-neutral-200\/80 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.8);
}
.ring-neutral-200\/85 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.85);
}
.ring-neutral-200\/90 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.9);
}
.ring-neutral-200\/95 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.95);
}
.ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}
.ring-neutral-300\/0 {
    --tw-ring-color: hsla(0, 0%, 83%, 0);
}
.ring-neutral-300\/10 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.1);
}
.ring-neutral-300\/100 {
    --tw-ring-color: #d4d4d4;
}
.ring-neutral-300\/15 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.15);
}
.ring-neutral-300\/20 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.2);
}
.ring-neutral-300\/25 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.25);
}
.ring-neutral-300\/30 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.3);
}
.ring-neutral-300\/35 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.35);
}
.ring-neutral-300\/40 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.4);
}
.ring-neutral-300\/45 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.45);
}
.ring-neutral-300\/5 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.05);
}
.ring-neutral-300\/50 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.5);
}
.ring-neutral-300\/55 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.55);
}
.ring-neutral-300\/60 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.6);
}
.ring-neutral-300\/65 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.65);
}
.ring-neutral-300\/70 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.7);
}
.ring-neutral-300\/75 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.75);
}
.ring-neutral-300\/80 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.8);
}
.ring-neutral-300\/85 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.85);
}
.ring-neutral-300\/90 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.9);
}
.ring-neutral-300\/95 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.95);
}
.ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.ring-neutral-400\/0 {
    --tw-ring-color: hsla(0, 0%, 64%, 0);
}
.ring-neutral-400\/10 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.1);
}
.ring-neutral-400\/100 {
    --tw-ring-color: #a3a3a3;
}
.ring-neutral-400\/15 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.15);
}
.ring-neutral-400\/20 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.2);
}
.ring-neutral-400\/25 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.25);
}
.ring-neutral-400\/30 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.3);
}
.ring-neutral-400\/35 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.35);
}
.ring-neutral-400\/40 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.4);
}
.ring-neutral-400\/45 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.45);
}
.ring-neutral-400\/5 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.05);
}
.ring-neutral-400\/50 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.5);
}
.ring-neutral-400\/55 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.55);
}
.ring-neutral-400\/60 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.6);
}
.ring-neutral-400\/65 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.65);
}
.ring-neutral-400\/70 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.7);
}
.ring-neutral-400\/75 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.75);
}
.ring-neutral-400\/80 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.8);
}
.ring-neutral-400\/85 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.85);
}
.ring-neutral-400\/90 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.9);
}
.ring-neutral-400\/95 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.95);
}
.ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.ring-neutral-50\/0 {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.ring-neutral-50\/10 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.ring-neutral-50\/100 {
    --tw-ring-color: #fafafa;
}
.ring-neutral-50\/15 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.ring-neutral-50\/20 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.ring-neutral-50\/25 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.ring-neutral-50\/30 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.ring-neutral-50\/35 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.ring-neutral-50\/40 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.ring-neutral-50\/45 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.ring-neutral-50\/5 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.ring-neutral-50\/50 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.ring-neutral-50\/55 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.ring-neutral-50\/60 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.ring-neutral-50\/65 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.ring-neutral-50\/70 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.ring-neutral-50\/75 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.ring-neutral-50\/80 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.ring-neutral-50\/85 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.ring-neutral-50\/90 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.ring-neutral-50\/95 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}
.ring-neutral-500\/0 {
    --tw-ring-color: hsla(0, 0%, 45%, 0);
}
.ring-neutral-500\/10 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.1);
}
.ring-neutral-500\/100 {
    --tw-ring-color: #737373;
}
.ring-neutral-500\/15 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.15);
}
.ring-neutral-500\/20 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.2);
}
.ring-neutral-500\/25 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.25);
}
.ring-neutral-500\/30 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.3);
}
.ring-neutral-500\/35 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.35);
}
.ring-neutral-500\/40 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.4);
}
.ring-neutral-500\/45 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.45);
}
.ring-neutral-500\/5 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.05);
}
.ring-neutral-500\/50 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.5);
}
.ring-neutral-500\/55 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.55);
}
.ring-neutral-500\/60 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.6);
}
.ring-neutral-500\/65 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.65);
}
.ring-neutral-500\/70 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.7);
}
.ring-neutral-500\/75 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.75);
}
.ring-neutral-500\/80 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.8);
}
.ring-neutral-500\/85 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.85);
}
.ring-neutral-500\/90 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.9);
}
.ring-neutral-500\/95 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.95);
}
.ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.ring-neutral-600\/0 {
    --tw-ring-color: rgba(82, 82, 82, 0);
}
.ring-neutral-600\/10 {
    --tw-ring-color: rgba(82, 82, 82, 0.1);
}
.ring-neutral-600\/100 {
    --tw-ring-color: #525252;
}
.ring-neutral-600\/15 {
    --tw-ring-color: rgba(82, 82, 82, 0.15);
}
.ring-neutral-600\/20 {
    --tw-ring-color: rgba(82, 82, 82, 0.2);
}
.ring-neutral-600\/25 {
    --tw-ring-color: rgba(82, 82, 82, 0.25);
}
.ring-neutral-600\/30 {
    --tw-ring-color: rgba(82, 82, 82, 0.3);
}
.ring-neutral-600\/35 {
    --tw-ring-color: rgba(82, 82, 82, 0.35);
}
.ring-neutral-600\/40 {
    --tw-ring-color: rgba(82, 82, 82, 0.4);
}
.ring-neutral-600\/45 {
    --tw-ring-color: rgba(82, 82, 82, 0.45);
}
.ring-neutral-600\/5 {
    --tw-ring-color: rgba(82, 82, 82, 0.05);
}
.ring-neutral-600\/50 {
    --tw-ring-color: rgba(82, 82, 82, 0.5);
}
.ring-neutral-600\/55 {
    --tw-ring-color: rgba(82, 82, 82, 0.55);
}
.ring-neutral-600\/60 {
    --tw-ring-color: rgba(82, 82, 82, 0.6);
}
.ring-neutral-600\/65 {
    --tw-ring-color: rgba(82, 82, 82, 0.65);
}
.ring-neutral-600\/70 {
    --tw-ring-color: rgba(82, 82, 82, 0.7);
}
.ring-neutral-600\/75 {
    --tw-ring-color: rgba(82, 82, 82, 0.75);
}
.ring-neutral-600\/80 {
    --tw-ring-color: rgba(82, 82, 82, 0.8);
}
.ring-neutral-600\/85 {
    --tw-ring-color: rgba(82, 82, 82, 0.85);
}
.ring-neutral-600\/90 {
    --tw-ring-color: rgba(82, 82, 82, 0.9);
}
.ring-neutral-600\/95 {
    --tw-ring-color: rgba(82, 82, 82, 0.95);
}
.ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}
.ring-neutral-700\/0 {
    --tw-ring-color: rgba(64, 64, 64, 0);
}
.ring-neutral-700\/10 {
    --tw-ring-color: rgba(64, 64, 64, 0.1);
}
.ring-neutral-700\/100 {
    --tw-ring-color: #404040;
}
.ring-neutral-700\/15 {
    --tw-ring-color: rgba(64, 64, 64, 0.15);
}
.ring-neutral-700\/20 {
    --tw-ring-color: rgba(64, 64, 64, 0.2);
}
.ring-neutral-700\/25 {
    --tw-ring-color: rgba(64, 64, 64, 0.25);
}
.ring-neutral-700\/30 {
    --tw-ring-color: rgba(64, 64, 64, 0.3);
}
.ring-neutral-700\/35 {
    --tw-ring-color: rgba(64, 64, 64, 0.35);
}
.ring-neutral-700\/40 {
    --tw-ring-color: rgba(64, 64, 64, 0.4);
}
.ring-neutral-700\/45 {
    --tw-ring-color: rgba(64, 64, 64, 0.45);
}
.ring-neutral-700\/5 {
    --tw-ring-color: rgba(64, 64, 64, 0.05);
}
.ring-neutral-700\/50 {
    --tw-ring-color: rgba(64, 64, 64, 0.5);
}
.ring-neutral-700\/55 {
    --tw-ring-color: rgba(64, 64, 64, 0.55);
}
.ring-neutral-700\/60 {
    --tw-ring-color: rgba(64, 64, 64, 0.6);
}
.ring-neutral-700\/65 {
    --tw-ring-color: rgba(64, 64, 64, 0.65);
}
.ring-neutral-700\/70 {
    --tw-ring-color: rgba(64, 64, 64, 0.7);
}
.ring-neutral-700\/75 {
    --tw-ring-color: rgba(64, 64, 64, 0.75);
}
.ring-neutral-700\/80 {
    --tw-ring-color: rgba(64, 64, 64, 0.8);
}
.ring-neutral-700\/85 {
    --tw-ring-color: rgba(64, 64, 64, 0.85);
}
.ring-neutral-700\/90 {
    --tw-ring-color: rgba(64, 64, 64, 0.9);
}
.ring-neutral-700\/95 {
    --tw-ring-color: rgba(64, 64, 64, 0.95);
}
.ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}
.ring-neutral-800\/0 {
    --tw-ring-color: rgba(38, 38, 38, 0);
}
.ring-neutral-800\/10 {
    --tw-ring-color: rgba(38, 38, 38, 0.1);
}
.ring-neutral-800\/100 {
    --tw-ring-color: #262626;
}
.ring-neutral-800\/15 {
    --tw-ring-color: rgba(38, 38, 38, 0.15);
}
.ring-neutral-800\/20 {
    --tw-ring-color: rgba(38, 38, 38, 0.2);
}
.ring-neutral-800\/25 {
    --tw-ring-color: rgba(38, 38, 38, 0.25);
}
.ring-neutral-800\/30 {
    --tw-ring-color: rgba(38, 38, 38, 0.3);
}
.ring-neutral-800\/35 {
    --tw-ring-color: rgba(38, 38, 38, 0.35);
}
.ring-neutral-800\/40 {
    --tw-ring-color: rgba(38, 38, 38, 0.4);
}
.ring-neutral-800\/45 {
    --tw-ring-color: rgba(38, 38, 38, 0.45);
}
.ring-neutral-800\/5 {
    --tw-ring-color: rgba(38, 38, 38, 0.05);
}
.ring-neutral-800\/50 {
    --tw-ring-color: rgba(38, 38, 38, 0.5);
}
.ring-neutral-800\/55 {
    --tw-ring-color: rgba(38, 38, 38, 0.55);
}
.ring-neutral-800\/60 {
    --tw-ring-color: rgba(38, 38, 38, 0.6);
}
.ring-neutral-800\/65 {
    --tw-ring-color: rgba(38, 38, 38, 0.65);
}
.ring-neutral-800\/70 {
    --tw-ring-color: rgba(38, 38, 38, 0.7);
}
.ring-neutral-800\/75 {
    --tw-ring-color: rgba(38, 38, 38, 0.75);
}
.ring-neutral-800\/80 {
    --tw-ring-color: rgba(38, 38, 38, 0.8);
}
.ring-neutral-800\/85 {
    --tw-ring-color: rgba(38, 38, 38, 0.85);
}
.ring-neutral-800\/90 {
    --tw-ring-color: rgba(38, 38, 38, 0.9);
}
.ring-neutral-800\/95 {
    --tw-ring-color: rgba(38, 38, 38, 0.95);
}
.ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}
.ring-neutral-900\/0 {
    --tw-ring-color: hsla(0, 0%, 9%, 0);
}
.ring-neutral-900\/10 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.1);
}
.ring-neutral-900\/100 {
    --tw-ring-color: #171717;
}
.ring-neutral-900\/15 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.15);
}
.ring-neutral-900\/20 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.2);
}
.ring-neutral-900\/25 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.25);
}
.ring-neutral-900\/30 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.3);
}
.ring-neutral-900\/35 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.35);
}
.ring-neutral-900\/40 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.4);
}
.ring-neutral-900\/45 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.45);
}
.ring-neutral-900\/5 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.05);
}
.ring-neutral-900\/50 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.5);
}
.ring-neutral-900\/55 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.55);
}
.ring-neutral-900\/60 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.6);
}
.ring-neutral-900\/65 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.65);
}
.ring-neutral-900\/70 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.7);
}
.ring-neutral-900\/75 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.75);
}
.ring-neutral-900\/80 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.8);
}
.ring-neutral-900\/85 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.85);
}
.ring-neutral-900\/90 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.9);
}
.ring-neutral-900\/95 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.95);
}
.ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}
.ring-orange-100\/0 {
    --tw-ring-color: rgba(255, 237, 213, 0);
}
.ring-orange-100\/10 {
    --tw-ring-color: rgba(255, 237, 213, 0.1);
}
.ring-orange-100\/100 {
    --tw-ring-color: #ffedd5;
}
.ring-orange-100\/15 {
    --tw-ring-color: rgba(255, 237, 213, 0.15);
}
.ring-orange-100\/20 {
    --tw-ring-color: rgba(255, 237, 213, 0.2);
}
.ring-orange-100\/25 {
    --tw-ring-color: rgba(255, 237, 213, 0.25);
}
.ring-orange-100\/30 {
    --tw-ring-color: rgba(255, 237, 213, 0.3);
}
.ring-orange-100\/35 {
    --tw-ring-color: rgba(255, 237, 213, 0.35);
}
.ring-orange-100\/40 {
    --tw-ring-color: rgba(255, 237, 213, 0.4);
}
.ring-orange-100\/45 {
    --tw-ring-color: rgba(255, 237, 213, 0.45);
}
.ring-orange-100\/5 {
    --tw-ring-color: rgba(255, 237, 213, 0.05);
}
.ring-orange-100\/50 {
    --tw-ring-color: rgba(255, 237, 213, 0.5);
}
.ring-orange-100\/55 {
    --tw-ring-color: rgba(255, 237, 213, 0.55);
}
.ring-orange-100\/60 {
    --tw-ring-color: rgba(255, 237, 213, 0.6);
}
.ring-orange-100\/65 {
    --tw-ring-color: rgba(255, 237, 213, 0.65);
}
.ring-orange-100\/70 {
    --tw-ring-color: rgba(255, 237, 213, 0.7);
}
.ring-orange-100\/75 {
    --tw-ring-color: rgba(255, 237, 213, 0.75);
}
.ring-orange-100\/80 {
    --tw-ring-color: rgba(255, 237, 213, 0.8);
}
.ring-orange-100\/85 {
    --tw-ring-color: rgba(255, 237, 213, 0.85);
}
.ring-orange-100\/90 {
    --tw-ring-color: rgba(255, 237, 213, 0.9);
}
.ring-orange-100\/95 {
    --tw-ring-color: rgba(255, 237, 213, 0.95);
}
.ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}
.ring-orange-200\/0 {
    --tw-ring-color: hsla(32, 98%, 83%, 0);
}
.ring-orange-200\/10 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.1);
}
.ring-orange-200\/100 {
    --tw-ring-color: #fed7aa;
}
.ring-orange-200\/15 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.15);
}
.ring-orange-200\/20 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.2);
}
.ring-orange-200\/25 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.25);
}
.ring-orange-200\/30 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.3);
}
.ring-orange-200\/35 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.35);
}
.ring-orange-200\/40 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.4);
}
.ring-orange-200\/45 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.45);
}
.ring-orange-200\/5 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.05);
}
.ring-orange-200\/50 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.5);
}
.ring-orange-200\/55 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.55);
}
.ring-orange-200\/60 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.6);
}
.ring-orange-200\/65 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.65);
}
.ring-orange-200\/70 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.7);
}
.ring-orange-200\/75 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.75);
}
.ring-orange-200\/80 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.8);
}
.ring-orange-200\/85 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.85);
}
.ring-orange-200\/90 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.9);
}
.ring-orange-200\/95 {
    --tw-ring-color: hsla(32, 98%, 83%, 0.95);
}
.ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}
.ring-orange-300\/0 {
    --tw-ring-color: hsla(31, 97%, 72%, 0);
}
.ring-orange-300\/10 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.1);
}
.ring-orange-300\/100 {
    --tw-ring-color: #fdba74;
}
.ring-orange-300\/15 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.15);
}
.ring-orange-300\/20 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.2);
}
.ring-orange-300\/25 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.25);
}
.ring-orange-300\/30 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.3);
}
.ring-orange-300\/35 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.35);
}
.ring-orange-300\/40 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.4);
}
.ring-orange-300\/45 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.45);
}
.ring-orange-300\/5 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.05);
}
.ring-orange-300\/50 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.5);
}
.ring-orange-300\/55 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.55);
}
.ring-orange-300\/60 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.6);
}
.ring-orange-300\/65 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.65);
}
.ring-orange-300\/70 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.7);
}
.ring-orange-300\/75 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.75);
}
.ring-orange-300\/80 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.8);
}
.ring-orange-300\/85 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.85);
}
.ring-orange-300\/90 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.9);
}
.ring-orange-300\/95 {
    --tw-ring-color: hsla(31, 97%, 72%, 0.95);
}
.ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.ring-orange-400\/0 {
    --tw-ring-color: rgba(251, 146, 60, 0);
}
.ring-orange-400\/10 {
    --tw-ring-color: rgba(251, 146, 60, 0.1);
}
.ring-orange-400\/100 {
    --tw-ring-color: #fb923c;
}
.ring-orange-400\/15 {
    --tw-ring-color: rgba(251, 146, 60, 0.15);
}
.ring-orange-400\/20 {
    --tw-ring-color: rgba(251, 146, 60, 0.2);
}
.ring-orange-400\/25 {
    --tw-ring-color: rgba(251, 146, 60, 0.25);
}
.ring-orange-400\/30 {
    --tw-ring-color: rgba(251, 146, 60, 0.3);
}
.ring-orange-400\/35 {
    --tw-ring-color: rgba(251, 146, 60, 0.35);
}
.ring-orange-400\/40 {
    --tw-ring-color: rgba(251, 146, 60, 0.4);
}
.ring-orange-400\/45 {
    --tw-ring-color: rgba(251, 146, 60, 0.45);
}
.ring-orange-400\/5 {
    --tw-ring-color: rgba(251, 146, 60, 0.05);
}
.ring-orange-400\/50 {
    --tw-ring-color: rgba(251, 146, 60, 0.5);
}
.ring-orange-400\/55 {
    --tw-ring-color: rgba(251, 146, 60, 0.55);
}
.ring-orange-400\/60 {
    --tw-ring-color: rgba(251, 146, 60, 0.6);
}
.ring-orange-400\/65 {
    --tw-ring-color: rgba(251, 146, 60, 0.65);
}
.ring-orange-400\/70 {
    --tw-ring-color: rgba(251, 146, 60, 0.7);
}
.ring-orange-400\/75 {
    --tw-ring-color: rgba(251, 146, 60, 0.75);
}
.ring-orange-400\/80 {
    --tw-ring-color: rgba(251, 146, 60, 0.8);
}
.ring-orange-400\/85 {
    --tw-ring-color: rgba(251, 146, 60, 0.85);
}
.ring-orange-400\/90 {
    --tw-ring-color: rgba(251, 146, 60, 0.9);
}
.ring-orange-400\/95 {
    --tw-ring-color: rgba(251, 146, 60, 0.95);
}
.ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}
.ring-orange-50\/0 {
    --tw-ring-color: rgba(255, 247, 237, 0);
}
.ring-orange-50\/10 {
    --tw-ring-color: rgba(255, 247, 237, 0.1);
}
.ring-orange-50\/100 {
    --tw-ring-color: #fff7ed;
}
.ring-orange-50\/15 {
    --tw-ring-color: rgba(255, 247, 237, 0.15);
}
.ring-orange-50\/20 {
    --tw-ring-color: rgba(255, 247, 237, 0.2);
}
.ring-orange-50\/25 {
    --tw-ring-color: rgba(255, 247, 237, 0.25);
}
.ring-orange-50\/30 {
    --tw-ring-color: rgba(255, 247, 237, 0.3);
}
.ring-orange-50\/35 {
    --tw-ring-color: rgba(255, 247, 237, 0.35);
}
.ring-orange-50\/40 {
    --tw-ring-color: rgba(255, 247, 237, 0.4);
}
.ring-orange-50\/45 {
    --tw-ring-color: rgba(255, 247, 237, 0.45);
}
.ring-orange-50\/5 {
    --tw-ring-color: rgba(255, 247, 237, 0.05);
}
.ring-orange-50\/50 {
    --tw-ring-color: rgba(255, 247, 237, 0.5);
}
.ring-orange-50\/55 {
    --tw-ring-color: rgba(255, 247, 237, 0.55);
}
.ring-orange-50\/60 {
    --tw-ring-color: rgba(255, 247, 237, 0.6);
}
.ring-orange-50\/65 {
    --tw-ring-color: rgba(255, 247, 237, 0.65);
}
.ring-orange-50\/70 {
    --tw-ring-color: rgba(255, 247, 237, 0.7);
}
.ring-orange-50\/75 {
    --tw-ring-color: rgba(255, 247, 237, 0.75);
}
.ring-orange-50\/80 {
    --tw-ring-color: rgba(255, 247, 237, 0.8);
}
.ring-orange-50\/85 {
    --tw-ring-color: rgba(255, 247, 237, 0.85);
}
.ring-orange-50\/90 {
    --tw-ring-color: rgba(255, 247, 237, 0.9);
}
.ring-orange-50\/95 {
    --tw-ring-color: rgba(255, 247, 237, 0.95);
}
.ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}
.ring-orange-500\/0 {
    --tw-ring-color: rgba(249, 115, 22, 0);
}
.ring-orange-500\/10 {
    --tw-ring-color: rgba(249, 115, 22, 0.1);
}
.ring-orange-500\/100 {
    --tw-ring-color: #f97316;
}
.ring-orange-500\/15 {
    --tw-ring-color: rgba(249, 115, 22, 0.15);
}
.ring-orange-500\/20 {
    --tw-ring-color: rgba(249, 115, 22, 0.2);
}
.ring-orange-500\/25 {
    --tw-ring-color: rgba(249, 115, 22, 0.25);
}
.ring-orange-500\/30 {
    --tw-ring-color: rgba(249, 115, 22, 0.3);
}
.ring-orange-500\/35 {
    --tw-ring-color: rgba(249, 115, 22, 0.35);
}
.ring-orange-500\/40 {
    --tw-ring-color: rgba(249, 115, 22, 0.4);
}
.ring-orange-500\/45 {
    --tw-ring-color: rgba(249, 115, 22, 0.45);
}
.ring-orange-500\/5 {
    --tw-ring-color: rgba(249, 115, 22, 0.05);
}
.ring-orange-500\/50 {
    --tw-ring-color: rgba(249, 115, 22, 0.5);
}
.ring-orange-500\/55 {
    --tw-ring-color: rgba(249, 115, 22, 0.55);
}
.ring-orange-500\/60 {
    --tw-ring-color: rgba(249, 115, 22, 0.6);
}
.ring-orange-500\/65 {
    --tw-ring-color: rgba(249, 115, 22, 0.65);
}
.ring-orange-500\/70 {
    --tw-ring-color: rgba(249, 115, 22, 0.7);
}
.ring-orange-500\/75 {
    --tw-ring-color: rgba(249, 115, 22, 0.75);
}
.ring-orange-500\/80 {
    --tw-ring-color: rgba(249, 115, 22, 0.8);
}
.ring-orange-500\/85 {
    --tw-ring-color: rgba(249, 115, 22, 0.85);
}
.ring-orange-500\/90 {
    --tw-ring-color: rgba(249, 115, 22, 0.9);
}
.ring-orange-500\/95 {
    --tw-ring-color: rgba(249, 115, 22, 0.95);
}
.ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}
.ring-orange-600\/0 {
    --tw-ring-color: rgba(234, 88, 12, 0);
}
.ring-orange-600\/10 {
    --tw-ring-color: rgba(234, 88, 12, 0.1);
}
.ring-orange-600\/100 {
    --tw-ring-color: #ea580c;
}
.ring-orange-600\/15 {
    --tw-ring-color: rgba(234, 88, 12, 0.15);
}
.ring-orange-600\/20 {
    --tw-ring-color: rgba(234, 88, 12, 0.2);
}
.ring-orange-600\/25 {
    --tw-ring-color: rgba(234, 88, 12, 0.25);
}
.ring-orange-600\/30 {
    --tw-ring-color: rgba(234, 88, 12, 0.3);
}
.ring-orange-600\/35 {
    --tw-ring-color: rgba(234, 88, 12, 0.35);
}
.ring-orange-600\/40 {
    --tw-ring-color: rgba(234, 88, 12, 0.4);
}
.ring-orange-600\/45 {
    --tw-ring-color: rgba(234, 88, 12, 0.45);
}
.ring-orange-600\/5 {
    --tw-ring-color: rgba(234, 88, 12, 0.05);
}
.ring-orange-600\/50 {
    --tw-ring-color: rgba(234, 88, 12, 0.5);
}
.ring-orange-600\/55 {
    --tw-ring-color: rgba(234, 88, 12, 0.55);
}
.ring-orange-600\/60 {
    --tw-ring-color: rgba(234, 88, 12, 0.6);
}
.ring-orange-600\/65 {
    --tw-ring-color: rgba(234, 88, 12, 0.65);
}
.ring-orange-600\/70 {
    --tw-ring-color: rgba(234, 88, 12, 0.7);
}
.ring-orange-600\/75 {
    --tw-ring-color: rgba(234, 88, 12, 0.75);
}
.ring-orange-600\/80 {
    --tw-ring-color: rgba(234, 88, 12, 0.8);
}
.ring-orange-600\/85 {
    --tw-ring-color: rgba(234, 88, 12, 0.85);
}
.ring-orange-600\/90 {
    --tw-ring-color: rgba(234, 88, 12, 0.9);
}
.ring-orange-600\/95 {
    --tw-ring-color: rgba(234, 88, 12, 0.95);
}
.ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}
.ring-orange-700\/0 {
    --tw-ring-color: rgba(194, 65, 12, 0);
}
.ring-orange-700\/10 {
    --tw-ring-color: rgba(194, 65, 12, 0.1);
}
.ring-orange-700\/100 {
    --tw-ring-color: #c2410c;
}
.ring-orange-700\/15 {
    --tw-ring-color: rgba(194, 65, 12, 0.15);
}
.ring-orange-700\/20 {
    --tw-ring-color: rgba(194, 65, 12, 0.2);
}
.ring-orange-700\/25 {
    --tw-ring-color: rgba(194, 65, 12, 0.25);
}
.ring-orange-700\/30 {
    --tw-ring-color: rgba(194, 65, 12, 0.3);
}
.ring-orange-700\/35 {
    --tw-ring-color: rgba(194, 65, 12, 0.35);
}
.ring-orange-700\/40 {
    --tw-ring-color: rgba(194, 65, 12, 0.4);
}
.ring-orange-700\/45 {
    --tw-ring-color: rgba(194, 65, 12, 0.45);
}
.ring-orange-700\/5 {
    --tw-ring-color: rgba(194, 65, 12, 0.05);
}
.ring-orange-700\/50 {
    --tw-ring-color: rgba(194, 65, 12, 0.5);
}
.ring-orange-700\/55 {
    --tw-ring-color: rgba(194, 65, 12, 0.55);
}
.ring-orange-700\/60 {
    --tw-ring-color: rgba(194, 65, 12, 0.6);
}
.ring-orange-700\/65 {
    --tw-ring-color: rgba(194, 65, 12, 0.65);
}
.ring-orange-700\/70 {
    --tw-ring-color: rgba(194, 65, 12, 0.7);
}
.ring-orange-700\/75 {
    --tw-ring-color: rgba(194, 65, 12, 0.75);
}
.ring-orange-700\/80 {
    --tw-ring-color: rgba(194, 65, 12, 0.8);
}
.ring-orange-700\/85 {
    --tw-ring-color: rgba(194, 65, 12, 0.85);
}
.ring-orange-700\/90 {
    --tw-ring-color: rgba(194, 65, 12, 0.9);
}
.ring-orange-700\/95 {
    --tw-ring-color: rgba(194, 65, 12, 0.95);
}
.ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}
.ring-orange-800\/0 {
    --tw-ring-color: rgba(154, 52, 18, 0);
}
.ring-orange-800\/10 {
    --tw-ring-color: rgba(154, 52, 18, 0.1);
}
.ring-orange-800\/100 {
    --tw-ring-color: #9a3412;
}
.ring-orange-800\/15 {
    --tw-ring-color: rgba(154, 52, 18, 0.15);
}
.ring-orange-800\/20 {
    --tw-ring-color: rgba(154, 52, 18, 0.2);
}
.ring-orange-800\/25 {
    --tw-ring-color: rgba(154, 52, 18, 0.25);
}
.ring-orange-800\/30 {
    --tw-ring-color: rgba(154, 52, 18, 0.3);
}
.ring-orange-800\/35 {
    --tw-ring-color: rgba(154, 52, 18, 0.35);
}
.ring-orange-800\/40 {
    --tw-ring-color: rgba(154, 52, 18, 0.4);
}
.ring-orange-800\/45 {
    --tw-ring-color: rgba(154, 52, 18, 0.45);
}
.ring-orange-800\/5 {
    --tw-ring-color: rgba(154, 52, 18, 0.05);
}
.ring-orange-800\/50 {
    --tw-ring-color: rgba(154, 52, 18, 0.5);
}
.ring-orange-800\/55 {
    --tw-ring-color: rgba(154, 52, 18, 0.55);
}
.ring-orange-800\/60 {
    --tw-ring-color: rgba(154, 52, 18, 0.6);
}
.ring-orange-800\/65 {
    --tw-ring-color: rgba(154, 52, 18, 0.65);
}
.ring-orange-800\/70 {
    --tw-ring-color: rgba(154, 52, 18, 0.7);
}
.ring-orange-800\/75 {
    --tw-ring-color: rgba(154, 52, 18, 0.75);
}
.ring-orange-800\/80 {
    --tw-ring-color: rgba(154, 52, 18, 0.8);
}
.ring-orange-800\/85 {
    --tw-ring-color: rgba(154, 52, 18, 0.85);
}
.ring-orange-800\/90 {
    --tw-ring-color: rgba(154, 52, 18, 0.9);
}
.ring-orange-800\/95 {
    --tw-ring-color: rgba(154, 52, 18, 0.95);
}
.ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}
.ring-orange-900\/0 {
    --tw-ring-color: rgba(124, 45, 18, 0);
}
.ring-orange-900\/10 {
    --tw-ring-color: rgba(124, 45, 18, 0.1);
}
.ring-orange-900\/100 {
    --tw-ring-color: #7c2d12;
}
.ring-orange-900\/15 {
    --tw-ring-color: rgba(124, 45, 18, 0.15);
}
.ring-orange-900\/20 {
    --tw-ring-color: rgba(124, 45, 18, 0.2);
}
.ring-orange-900\/25 {
    --tw-ring-color: rgba(124, 45, 18, 0.25);
}
.ring-orange-900\/30 {
    --tw-ring-color: rgba(124, 45, 18, 0.3);
}
.ring-orange-900\/35 {
    --tw-ring-color: rgba(124, 45, 18, 0.35);
}
.ring-orange-900\/40 {
    --tw-ring-color: rgba(124, 45, 18, 0.4);
}
.ring-orange-900\/45 {
    --tw-ring-color: rgba(124, 45, 18, 0.45);
}
.ring-orange-900\/5 {
    --tw-ring-color: rgba(124, 45, 18, 0.05);
}
.ring-orange-900\/50 {
    --tw-ring-color: rgba(124, 45, 18, 0.5);
}
.ring-orange-900\/55 {
    --tw-ring-color: rgba(124, 45, 18, 0.55);
}
.ring-orange-900\/60 {
    --tw-ring-color: rgba(124, 45, 18, 0.6);
}
.ring-orange-900\/65 {
    --tw-ring-color: rgba(124, 45, 18, 0.65);
}
.ring-orange-900\/70 {
    --tw-ring-color: rgba(124, 45, 18, 0.7);
}
.ring-orange-900\/75 {
    --tw-ring-color: rgba(124, 45, 18, 0.75);
}
.ring-orange-900\/80 {
    --tw-ring-color: rgba(124, 45, 18, 0.8);
}
.ring-orange-900\/85 {
    --tw-ring-color: rgba(124, 45, 18, 0.85);
}
.ring-orange-900\/90 {
    --tw-ring-color: rgba(124, 45, 18, 0.9);
}
.ring-orange-900\/95 {
    --tw-ring-color: rgba(124, 45, 18, 0.95);
}
.ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}
.ring-pink-100\/0 {
    --tw-ring-color: rgba(252, 231, 243, 0);
}
.ring-pink-100\/10 {
    --tw-ring-color: rgba(252, 231, 243, 0.1);
}
.ring-pink-100\/100 {
    --tw-ring-color: #fce7f3;
}
.ring-pink-100\/15 {
    --tw-ring-color: rgba(252, 231, 243, 0.15);
}
.ring-pink-100\/20 {
    --tw-ring-color: rgba(252, 231, 243, 0.2);
}
.ring-pink-100\/25 {
    --tw-ring-color: rgba(252, 231, 243, 0.25);
}
.ring-pink-100\/30 {
    --tw-ring-color: rgba(252, 231, 243, 0.3);
}
.ring-pink-100\/35 {
    --tw-ring-color: rgba(252, 231, 243, 0.35);
}
.ring-pink-100\/40 {
    --tw-ring-color: rgba(252, 231, 243, 0.4);
}
.ring-pink-100\/45 {
    --tw-ring-color: rgba(252, 231, 243, 0.45);
}
.ring-pink-100\/5 {
    --tw-ring-color: rgba(252, 231, 243, 0.05);
}
.ring-pink-100\/50 {
    --tw-ring-color: rgba(252, 231, 243, 0.5);
}
.ring-pink-100\/55 {
    --tw-ring-color: rgba(252, 231, 243, 0.55);
}
.ring-pink-100\/60 {
    --tw-ring-color: rgba(252, 231, 243, 0.6);
}
.ring-pink-100\/65 {
    --tw-ring-color: rgba(252, 231, 243, 0.65);
}
.ring-pink-100\/70 {
    --tw-ring-color: rgba(252, 231, 243, 0.7);
}
.ring-pink-100\/75 {
    --tw-ring-color: rgba(252, 231, 243, 0.75);
}
.ring-pink-100\/80 {
    --tw-ring-color: rgba(252, 231, 243, 0.8);
}
.ring-pink-100\/85 {
    --tw-ring-color: rgba(252, 231, 243, 0.85);
}
.ring-pink-100\/90 {
    --tw-ring-color: rgba(252, 231, 243, 0.9);
}
.ring-pink-100\/95 {
    --tw-ring-color: rgba(252, 231, 243, 0.95);
}
.ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}
.ring-pink-200\/0 {
    --tw-ring-color: rgba(251, 207, 232, 0);
}
.ring-pink-200\/10 {
    --tw-ring-color: rgba(251, 207, 232, 0.1);
}
.ring-pink-200\/100 {
    --tw-ring-color: #fbcfe8;
}
.ring-pink-200\/15 {
    --tw-ring-color: rgba(251, 207, 232, 0.15);
}
.ring-pink-200\/20 {
    --tw-ring-color: rgba(251, 207, 232, 0.2);
}
.ring-pink-200\/25 {
    --tw-ring-color: rgba(251, 207, 232, 0.25);
}
.ring-pink-200\/30 {
    --tw-ring-color: rgba(251, 207, 232, 0.3);
}
.ring-pink-200\/35 {
    --tw-ring-color: rgba(251, 207, 232, 0.35);
}
.ring-pink-200\/40 {
    --tw-ring-color: rgba(251, 207, 232, 0.4);
}
.ring-pink-200\/45 {
    --tw-ring-color: rgba(251, 207, 232, 0.45);
}
.ring-pink-200\/5 {
    --tw-ring-color: rgba(251, 207, 232, 0.05);
}
.ring-pink-200\/50 {
    --tw-ring-color: rgba(251, 207, 232, 0.5);
}
.ring-pink-200\/55 {
    --tw-ring-color: rgba(251, 207, 232, 0.55);
}
.ring-pink-200\/60 {
    --tw-ring-color: rgba(251, 207, 232, 0.6);
}
.ring-pink-200\/65 {
    --tw-ring-color: rgba(251, 207, 232, 0.65);
}
.ring-pink-200\/70 {
    --tw-ring-color: rgba(251, 207, 232, 0.7);
}
.ring-pink-200\/75 {
    --tw-ring-color: rgba(251, 207, 232, 0.75);
}
.ring-pink-200\/80 {
    --tw-ring-color: rgba(251, 207, 232, 0.8);
}
.ring-pink-200\/85 {
    --tw-ring-color: rgba(251, 207, 232, 0.85);
}
.ring-pink-200\/90 {
    --tw-ring-color: rgba(251, 207, 232, 0.9);
}
.ring-pink-200\/95 {
    --tw-ring-color: rgba(251, 207, 232, 0.95);
}
.ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}
.ring-pink-300\/0 {
    --tw-ring-color: rgba(249, 168, 212, 0);
}
.ring-pink-300\/10 {
    --tw-ring-color: rgba(249, 168, 212, 0.1);
}
.ring-pink-300\/100 {
    --tw-ring-color: #f9a8d4;
}
.ring-pink-300\/15 {
    --tw-ring-color: rgba(249, 168, 212, 0.15);
}
.ring-pink-300\/20 {
    --tw-ring-color: rgba(249, 168, 212, 0.2);
}
.ring-pink-300\/25 {
    --tw-ring-color: rgba(249, 168, 212, 0.25);
}
.ring-pink-300\/30 {
    --tw-ring-color: rgba(249, 168, 212, 0.3);
}
.ring-pink-300\/35 {
    --tw-ring-color: rgba(249, 168, 212, 0.35);
}
.ring-pink-300\/40 {
    --tw-ring-color: rgba(249, 168, 212, 0.4);
}
.ring-pink-300\/45 {
    --tw-ring-color: rgba(249, 168, 212, 0.45);
}
.ring-pink-300\/5 {
    --tw-ring-color: rgba(249, 168, 212, 0.05);
}
.ring-pink-300\/50 {
    --tw-ring-color: rgba(249, 168, 212, 0.5);
}
.ring-pink-300\/55 {
    --tw-ring-color: rgba(249, 168, 212, 0.55);
}
.ring-pink-300\/60 {
    --tw-ring-color: rgba(249, 168, 212, 0.6);
}
.ring-pink-300\/65 {
    --tw-ring-color: rgba(249, 168, 212, 0.65);
}
.ring-pink-300\/70 {
    --tw-ring-color: rgba(249, 168, 212, 0.7);
}
.ring-pink-300\/75 {
    --tw-ring-color: rgba(249, 168, 212, 0.75);
}
.ring-pink-300\/80 {
    --tw-ring-color: rgba(249, 168, 212, 0.8);
}
.ring-pink-300\/85 {
    --tw-ring-color: rgba(249, 168, 212, 0.85);
}
.ring-pink-300\/90 {
    --tw-ring-color: rgba(249, 168, 212, 0.9);
}
.ring-pink-300\/95 {
    --tw-ring-color: rgba(249, 168, 212, 0.95);
}
.ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}
.ring-pink-400\/0 {
    --tw-ring-color: rgba(244, 114, 182, 0);
}
.ring-pink-400\/10 {
    --tw-ring-color: rgba(244, 114, 182, 0.1);
}
.ring-pink-400\/100 {
    --tw-ring-color: #f472b6;
}
.ring-pink-400\/15 {
    --tw-ring-color: rgba(244, 114, 182, 0.15);
}
.ring-pink-400\/20 {
    --tw-ring-color: rgba(244, 114, 182, 0.2);
}
.ring-pink-400\/25 {
    --tw-ring-color: rgba(244, 114, 182, 0.25);
}
.ring-pink-400\/30 {
    --tw-ring-color: rgba(244, 114, 182, 0.3);
}
.ring-pink-400\/35 {
    --tw-ring-color: rgba(244, 114, 182, 0.35);
}
.ring-pink-400\/40 {
    --tw-ring-color: rgba(244, 114, 182, 0.4);
}
.ring-pink-400\/45 {
    --tw-ring-color: rgba(244, 114, 182, 0.45);
}
.ring-pink-400\/5 {
    --tw-ring-color: rgba(244, 114, 182, 0.05);
}
.ring-pink-400\/50 {
    --tw-ring-color: rgba(244, 114, 182, 0.5);
}
.ring-pink-400\/55 {
    --tw-ring-color: rgba(244, 114, 182, 0.55);
}
.ring-pink-400\/60 {
    --tw-ring-color: rgba(244, 114, 182, 0.6);
}
.ring-pink-400\/65 {
    --tw-ring-color: rgba(244, 114, 182, 0.65);
}
.ring-pink-400\/70 {
    --tw-ring-color: rgba(244, 114, 182, 0.7);
}
.ring-pink-400\/75 {
    --tw-ring-color: rgba(244, 114, 182, 0.75);
}
.ring-pink-400\/80 {
    --tw-ring-color: rgba(244, 114, 182, 0.8);
}
.ring-pink-400\/85 {
    --tw-ring-color: rgba(244, 114, 182, 0.85);
}
.ring-pink-400\/90 {
    --tw-ring-color: rgba(244, 114, 182, 0.9);
}
.ring-pink-400\/95 {
    --tw-ring-color: rgba(244, 114, 182, 0.95);
}
.ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}
.ring-pink-50\/0 {
    --tw-ring-color: rgba(253, 242, 248, 0);
}
.ring-pink-50\/10 {
    --tw-ring-color: rgba(253, 242, 248, 0.1);
}
.ring-pink-50\/100 {
    --tw-ring-color: #fdf2f8;
}
.ring-pink-50\/15 {
    --tw-ring-color: rgba(253, 242, 248, 0.15);
}
.ring-pink-50\/20 {
    --tw-ring-color: rgba(253, 242, 248, 0.2);
}
.ring-pink-50\/25 {
    --tw-ring-color: rgba(253, 242, 248, 0.25);
}
.ring-pink-50\/30 {
    --tw-ring-color: rgba(253, 242, 248, 0.3);
}
.ring-pink-50\/35 {
    --tw-ring-color: rgba(253, 242, 248, 0.35);
}
.ring-pink-50\/40 {
    --tw-ring-color: rgba(253, 242, 248, 0.4);
}
.ring-pink-50\/45 {
    --tw-ring-color: rgba(253, 242, 248, 0.45);
}
.ring-pink-50\/5 {
    --tw-ring-color: rgba(253, 242, 248, 0.05);
}
.ring-pink-50\/50 {
    --tw-ring-color: rgba(253, 242, 248, 0.5);
}
.ring-pink-50\/55 {
    --tw-ring-color: rgba(253, 242, 248, 0.55);
}
.ring-pink-50\/60 {
    --tw-ring-color: rgba(253, 242, 248, 0.6);
}
.ring-pink-50\/65 {
    --tw-ring-color: rgba(253, 242, 248, 0.65);
}
.ring-pink-50\/70 {
    --tw-ring-color: rgba(253, 242, 248, 0.7);
}
.ring-pink-50\/75 {
    --tw-ring-color: rgba(253, 242, 248, 0.75);
}
.ring-pink-50\/80 {
    --tw-ring-color: rgba(253, 242, 248, 0.8);
}
.ring-pink-50\/85 {
    --tw-ring-color: rgba(253, 242, 248, 0.85);
}
.ring-pink-50\/90 {
    --tw-ring-color: rgba(253, 242, 248, 0.9);
}
.ring-pink-50\/95 {
    --tw-ring-color: rgba(253, 242, 248, 0.95);
}
.ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}
.ring-pink-500\/0 {
    --tw-ring-color: rgba(236, 72, 153, 0);
}
.ring-pink-500\/10 {
    --tw-ring-color: rgba(236, 72, 153, 0.1);
}
.ring-pink-500\/100 {
    --tw-ring-color: #ec4899;
}
.ring-pink-500\/15 {
    --tw-ring-color: rgba(236, 72, 153, 0.15);
}
.ring-pink-500\/20 {
    --tw-ring-color: rgba(236, 72, 153, 0.2);
}
.ring-pink-500\/25 {
    --tw-ring-color: rgba(236, 72, 153, 0.25);
}
.ring-pink-500\/30 {
    --tw-ring-color: rgba(236, 72, 153, 0.3);
}
.ring-pink-500\/35 {
    --tw-ring-color: rgba(236, 72, 153, 0.35);
}
.ring-pink-500\/40 {
    --tw-ring-color: rgba(236, 72, 153, 0.4);
}
.ring-pink-500\/45 {
    --tw-ring-color: rgba(236, 72, 153, 0.45);
}
.ring-pink-500\/5 {
    --tw-ring-color: rgba(236, 72, 153, 0.05);
}
.ring-pink-500\/50 {
    --tw-ring-color: rgba(236, 72, 153, 0.5);
}
.ring-pink-500\/55 {
    --tw-ring-color: rgba(236, 72, 153, 0.55);
}
.ring-pink-500\/60 {
    --tw-ring-color: rgba(236, 72, 153, 0.6);
}
.ring-pink-500\/65 {
    --tw-ring-color: rgba(236, 72, 153, 0.65);
}
.ring-pink-500\/70 {
    --tw-ring-color: rgba(236, 72, 153, 0.7);
}
.ring-pink-500\/75 {
    --tw-ring-color: rgba(236, 72, 153, 0.75);
}
.ring-pink-500\/80 {
    --tw-ring-color: rgba(236, 72, 153, 0.8);
}
.ring-pink-500\/85 {
    --tw-ring-color: rgba(236, 72, 153, 0.85);
}
.ring-pink-500\/90 {
    --tw-ring-color: rgba(236, 72, 153, 0.9);
}
.ring-pink-500\/95 {
    --tw-ring-color: rgba(236, 72, 153, 0.95);
}
.ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}
.ring-pink-600\/0 {
    --tw-ring-color: rgba(219, 39, 119, 0);
}
.ring-pink-600\/10 {
    --tw-ring-color: rgba(219, 39, 119, 0.1);
}
.ring-pink-600\/100 {
    --tw-ring-color: #db2777;
}
.ring-pink-600\/15 {
    --tw-ring-color: rgba(219, 39, 119, 0.15);
}
.ring-pink-600\/20 {
    --tw-ring-color: rgba(219, 39, 119, 0.2);
}
.ring-pink-600\/25 {
    --tw-ring-color: rgba(219, 39, 119, 0.25);
}
.ring-pink-600\/30 {
    --tw-ring-color: rgba(219, 39, 119, 0.3);
}
.ring-pink-600\/35 {
    --tw-ring-color: rgba(219, 39, 119, 0.35);
}
.ring-pink-600\/40 {
    --tw-ring-color: rgba(219, 39, 119, 0.4);
}
.ring-pink-600\/45 {
    --tw-ring-color: rgba(219, 39, 119, 0.45);
}
.ring-pink-600\/5 {
    --tw-ring-color: rgba(219, 39, 119, 0.05);
}
.ring-pink-600\/50 {
    --tw-ring-color: rgba(219, 39, 119, 0.5);
}
.ring-pink-600\/55 {
    --tw-ring-color: rgba(219, 39, 119, 0.55);
}
.ring-pink-600\/60 {
    --tw-ring-color: rgba(219, 39, 119, 0.6);
}
.ring-pink-600\/65 {
    --tw-ring-color: rgba(219, 39, 119, 0.65);
}
.ring-pink-600\/70 {
    --tw-ring-color: rgba(219, 39, 119, 0.7);
}
.ring-pink-600\/75 {
    --tw-ring-color: rgba(219, 39, 119, 0.75);
}
.ring-pink-600\/80 {
    --tw-ring-color: rgba(219, 39, 119, 0.8);
}
.ring-pink-600\/85 {
    --tw-ring-color: rgba(219, 39, 119, 0.85);
}
.ring-pink-600\/90 {
    --tw-ring-color: rgba(219, 39, 119, 0.9);
}
.ring-pink-600\/95 {
    --tw-ring-color: rgba(219, 39, 119, 0.95);
}
.ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}
.ring-pink-700\/0 {
    --tw-ring-color: rgba(190, 24, 93, 0);
}
.ring-pink-700\/10 {
    --tw-ring-color: rgba(190, 24, 93, 0.1);
}
.ring-pink-700\/100 {
    --tw-ring-color: #be185d;
}
.ring-pink-700\/15 {
    --tw-ring-color: rgba(190, 24, 93, 0.15);
}
.ring-pink-700\/20 {
    --tw-ring-color: rgba(190, 24, 93, 0.2);
}
.ring-pink-700\/25 {
    --tw-ring-color: rgba(190, 24, 93, 0.25);
}
.ring-pink-700\/30 {
    --tw-ring-color: rgba(190, 24, 93, 0.3);
}
.ring-pink-700\/35 {
    --tw-ring-color: rgba(190, 24, 93, 0.35);
}
.ring-pink-700\/40 {
    --tw-ring-color: rgba(190, 24, 93, 0.4);
}
.ring-pink-700\/45 {
    --tw-ring-color: rgba(190, 24, 93, 0.45);
}
.ring-pink-700\/5 {
    --tw-ring-color: rgba(190, 24, 93, 0.05);
}
.ring-pink-700\/50 {
    --tw-ring-color: rgba(190, 24, 93, 0.5);
}
.ring-pink-700\/55 {
    --tw-ring-color: rgba(190, 24, 93, 0.55);
}
.ring-pink-700\/60 {
    --tw-ring-color: rgba(190, 24, 93, 0.6);
}
.ring-pink-700\/65 {
    --tw-ring-color: rgba(190, 24, 93, 0.65);
}
.ring-pink-700\/70 {
    --tw-ring-color: rgba(190, 24, 93, 0.7);
}
.ring-pink-700\/75 {
    --tw-ring-color: rgba(190, 24, 93, 0.75);
}
.ring-pink-700\/80 {
    --tw-ring-color: rgba(190, 24, 93, 0.8);
}
.ring-pink-700\/85 {
    --tw-ring-color: rgba(190, 24, 93, 0.85);
}
.ring-pink-700\/90 {
    --tw-ring-color: rgba(190, 24, 93, 0.9);
}
.ring-pink-700\/95 {
    --tw-ring-color: rgba(190, 24, 93, 0.95);
}
.ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}
.ring-pink-800\/0 {
    --tw-ring-color: rgba(157, 23, 77, 0);
}
.ring-pink-800\/10 {
    --tw-ring-color: rgba(157, 23, 77, 0.1);
}
.ring-pink-800\/100 {
    --tw-ring-color: #9d174d;
}
.ring-pink-800\/15 {
    --tw-ring-color: rgba(157, 23, 77, 0.15);
}
.ring-pink-800\/20 {
    --tw-ring-color: rgba(157, 23, 77, 0.2);
}
.ring-pink-800\/25 {
    --tw-ring-color: rgba(157, 23, 77, 0.25);
}
.ring-pink-800\/30 {
    --tw-ring-color: rgba(157, 23, 77, 0.3);
}
.ring-pink-800\/35 {
    --tw-ring-color: rgba(157, 23, 77, 0.35);
}
.ring-pink-800\/40 {
    --tw-ring-color: rgba(157, 23, 77, 0.4);
}
.ring-pink-800\/45 {
    --tw-ring-color: rgba(157, 23, 77, 0.45);
}
.ring-pink-800\/5 {
    --tw-ring-color: rgba(157, 23, 77, 0.05);
}
.ring-pink-800\/50 {
    --tw-ring-color: rgba(157, 23, 77, 0.5);
}
.ring-pink-800\/55 {
    --tw-ring-color: rgba(157, 23, 77, 0.55);
}
.ring-pink-800\/60 {
    --tw-ring-color: rgba(157, 23, 77, 0.6);
}
.ring-pink-800\/65 {
    --tw-ring-color: rgba(157, 23, 77, 0.65);
}
.ring-pink-800\/70 {
    --tw-ring-color: rgba(157, 23, 77, 0.7);
}
.ring-pink-800\/75 {
    --tw-ring-color: rgba(157, 23, 77, 0.75);
}
.ring-pink-800\/80 {
    --tw-ring-color: rgba(157, 23, 77, 0.8);
}
.ring-pink-800\/85 {
    --tw-ring-color: rgba(157, 23, 77, 0.85);
}
.ring-pink-800\/90 {
    --tw-ring-color: rgba(157, 23, 77, 0.9);
}
.ring-pink-800\/95 {
    --tw-ring-color: rgba(157, 23, 77, 0.95);
}
.ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}
.ring-pink-900\/0 {
    --tw-ring-color: rgba(131, 24, 67, 0);
}
.ring-pink-900\/10 {
    --tw-ring-color: rgba(131, 24, 67, 0.1);
}
.ring-pink-900\/100 {
    --tw-ring-color: #831843;
}
.ring-pink-900\/15 {
    --tw-ring-color: rgba(131, 24, 67, 0.15);
}
.ring-pink-900\/20 {
    --tw-ring-color: rgba(131, 24, 67, 0.2);
}
.ring-pink-900\/25 {
    --tw-ring-color: rgba(131, 24, 67, 0.25);
}
.ring-pink-900\/30 {
    --tw-ring-color: rgba(131, 24, 67, 0.3);
}
.ring-pink-900\/35 {
    --tw-ring-color: rgba(131, 24, 67, 0.35);
}
.ring-pink-900\/40 {
    --tw-ring-color: rgba(131, 24, 67, 0.4);
}
.ring-pink-900\/45 {
    --tw-ring-color: rgba(131, 24, 67, 0.45);
}
.ring-pink-900\/5 {
    --tw-ring-color: rgba(131, 24, 67, 0.05);
}
.ring-pink-900\/50 {
    --tw-ring-color: rgba(131, 24, 67, 0.5);
}
.ring-pink-900\/55 {
    --tw-ring-color: rgba(131, 24, 67, 0.55);
}
.ring-pink-900\/60 {
    --tw-ring-color: rgba(131, 24, 67, 0.6);
}
.ring-pink-900\/65 {
    --tw-ring-color: rgba(131, 24, 67, 0.65);
}
.ring-pink-900\/70 {
    --tw-ring-color: rgba(131, 24, 67, 0.7);
}
.ring-pink-900\/75 {
    --tw-ring-color: rgba(131, 24, 67, 0.75);
}
.ring-pink-900\/80 {
    --tw-ring-color: rgba(131, 24, 67, 0.8);
}
.ring-pink-900\/85 {
    --tw-ring-color: rgba(131, 24, 67, 0.85);
}
.ring-pink-900\/90 {
    --tw-ring-color: rgba(131, 24, 67, 0.9);
}
.ring-pink-900\/95 {
    --tw-ring-color: rgba(131, 24, 67, 0.95);
}
.ring-police-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 204 204 / var(--tw-ring-opacity, 1));
}
.ring-police-100\/0 {
    --tw-ring-color: rgba(153, 204, 204, 0);
}
.ring-police-100\/10 {
    --tw-ring-color: rgba(153, 204, 204, 0.1);
}
.ring-police-100\/100 {
    --tw-ring-color: #9cc;
}
.ring-police-100\/15 {
    --tw-ring-color: rgba(153, 204, 204, 0.15);
}
.ring-police-100\/20 {
    --tw-ring-color: rgba(153, 204, 204, 0.2);
}
.ring-police-100\/25 {
    --tw-ring-color: rgba(153, 204, 204, 0.25);
}
.ring-police-100\/30 {
    --tw-ring-color: rgba(153, 204, 204, 0.3);
}
.ring-police-100\/35 {
    --tw-ring-color: rgba(153, 204, 204, 0.35);
}
.ring-police-100\/40 {
    --tw-ring-color: rgba(153, 204, 204, 0.4);
}
.ring-police-100\/45 {
    --tw-ring-color: rgba(153, 204, 204, 0.45);
}
.ring-police-100\/5 {
    --tw-ring-color: rgba(153, 204, 204, 0.05);
}
.ring-police-100\/50 {
    --tw-ring-color: rgba(153, 204, 204, 0.5);
}
.ring-police-100\/55 {
    --tw-ring-color: rgba(153, 204, 204, 0.55);
}
.ring-police-100\/60 {
    --tw-ring-color: rgba(153, 204, 204, 0.6);
}
.ring-police-100\/65 {
    --tw-ring-color: rgba(153, 204, 204, 0.65);
}
.ring-police-100\/70 {
    --tw-ring-color: rgba(153, 204, 204, 0.7);
}
.ring-police-100\/75 {
    --tw-ring-color: rgba(153, 204, 204, 0.75);
}
.ring-police-100\/80 {
    --tw-ring-color: rgba(153, 204, 204, 0.8);
}
.ring-police-100\/85 {
    --tw-ring-color: rgba(153, 204, 204, 0.85);
}
.ring-police-100\/90 {
    --tw-ring-color: rgba(153, 204, 204, 0.9);
}
.ring-police-100\/95 {
    --tw-ring-color: rgba(153, 204, 204, 0.95);
}
.ring-police-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 133 214 / var(--tw-ring-opacity, 1));
}
.ring-police-200\/0 {
    --tw-ring-color: rgba(133, 133, 214, 0);
}
.ring-police-200\/10 {
    --tw-ring-color: rgba(133, 133, 214, 0.1);
}
.ring-police-200\/100 {
    --tw-ring-color: #8585d6;
}
.ring-police-200\/15 {
    --tw-ring-color: rgba(133, 133, 214, 0.15);
}
.ring-police-200\/20 {
    --tw-ring-color: rgba(133, 133, 214, 0.2);
}
.ring-police-200\/25 {
    --tw-ring-color: rgba(133, 133, 214, 0.25);
}
.ring-police-200\/30 {
    --tw-ring-color: rgba(133, 133, 214, 0.3);
}
.ring-police-200\/35 {
    --tw-ring-color: rgba(133, 133, 214, 0.35);
}
.ring-police-200\/40 {
    --tw-ring-color: rgba(133, 133, 214, 0.4);
}
.ring-police-200\/45 {
    --tw-ring-color: rgba(133, 133, 214, 0.45);
}
.ring-police-200\/5 {
    --tw-ring-color: rgba(133, 133, 214, 0.05);
}
.ring-police-200\/50 {
    --tw-ring-color: rgba(133, 133, 214, 0.5);
}
.ring-police-200\/55 {
    --tw-ring-color: rgba(133, 133, 214, 0.55);
}
.ring-police-200\/60 {
    --tw-ring-color: rgba(133, 133, 214, 0.6);
}
.ring-police-200\/65 {
    --tw-ring-color: rgba(133, 133, 214, 0.65);
}
.ring-police-200\/70 {
    --tw-ring-color: rgba(133, 133, 214, 0.7);
}
.ring-police-200\/75 {
    --tw-ring-color: rgba(133, 133, 214, 0.75);
}
.ring-police-200\/80 {
    --tw-ring-color: rgba(133, 133, 214, 0.8);
}
.ring-police-200\/85 {
    --tw-ring-color: rgba(133, 133, 214, 0.85);
}
.ring-police-200\/90 {
    --tw-ring-color: rgba(133, 133, 214, 0.9);
}
.ring-police-200\/95 {
    --tw-ring-color: rgba(133, 133, 214, 0.95);
}
.ring-police-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 106 205 / var(--tw-ring-opacity, 1));
}
.ring-police-300\/0 {
    --tw-ring-color: rgba(106, 106, 205, 0);
}
.ring-police-300\/10 {
    --tw-ring-color: rgba(106, 106, 205, 0.1);
}
.ring-police-300\/100 {
    --tw-ring-color: #6a6acd;
}
.ring-police-300\/15 {
    --tw-ring-color: rgba(106, 106, 205, 0.15);
}
.ring-police-300\/20 {
    --tw-ring-color: rgba(106, 106, 205, 0.2);
}
.ring-police-300\/25 {
    --tw-ring-color: rgba(106, 106, 205, 0.25);
}
.ring-police-300\/30 {
    --tw-ring-color: rgba(106, 106, 205, 0.3);
}
.ring-police-300\/35 {
    --tw-ring-color: rgba(106, 106, 205, 0.35);
}
.ring-police-300\/40 {
    --tw-ring-color: rgba(106, 106, 205, 0.4);
}
.ring-police-300\/45 {
    --tw-ring-color: rgba(106, 106, 205, 0.45);
}
.ring-police-300\/5 {
    --tw-ring-color: rgba(106, 106, 205, 0.05);
}
.ring-police-300\/50 {
    --tw-ring-color: rgba(106, 106, 205, 0.5);
}
.ring-police-300\/55 {
    --tw-ring-color: rgba(106, 106, 205, 0.55);
}
.ring-police-300\/60 {
    --tw-ring-color: rgba(106, 106, 205, 0.6);
}
.ring-police-300\/65 {
    --tw-ring-color: rgba(106, 106, 205, 0.65);
}
.ring-police-300\/70 {
    --tw-ring-color: rgba(106, 106, 205, 0.7);
}
.ring-police-300\/75 {
    --tw-ring-color: rgba(106, 106, 205, 0.75);
}
.ring-police-300\/80 {
    --tw-ring-color: rgba(106, 106, 205, 0.8);
}
.ring-police-300\/85 {
    --tw-ring-color: rgba(106, 106, 205, 0.85);
}
.ring-police-300\/90 {
    --tw-ring-color: rgba(106, 106, 205, 0.9);
}
.ring-police-300\/95 {
    --tw-ring-color: rgba(106, 106, 205, 0.95);
}
.ring-police-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 79 196 / var(--tw-ring-opacity, 1));
}
.ring-police-400\/0 {
    --tw-ring-color: rgba(79, 79, 196, 0);
}
.ring-police-400\/10 {
    --tw-ring-color: rgba(79, 79, 196, 0.1);
}
.ring-police-400\/100 {
    --tw-ring-color: #4f4fc4;
}
.ring-police-400\/15 {
    --tw-ring-color: rgba(79, 79, 196, 0.15);
}
.ring-police-400\/20 {
    --tw-ring-color: rgba(79, 79, 196, 0.2);
}
.ring-police-400\/25 {
    --tw-ring-color: rgba(79, 79, 196, 0.25);
}
.ring-police-400\/30 {
    --tw-ring-color: rgba(79, 79, 196, 0.3);
}
.ring-police-400\/35 {
    --tw-ring-color: rgba(79, 79, 196, 0.35);
}
.ring-police-400\/40 {
    --tw-ring-color: rgba(79, 79, 196, 0.4);
}
.ring-police-400\/45 {
    --tw-ring-color: rgba(79, 79, 196, 0.45);
}
.ring-police-400\/5 {
    --tw-ring-color: rgba(79, 79, 196, 0.05);
}
.ring-police-400\/50 {
    --tw-ring-color: rgba(79, 79, 196, 0.5);
}
.ring-police-400\/55 {
    --tw-ring-color: rgba(79, 79, 196, 0.55);
}
.ring-police-400\/60 {
    --tw-ring-color: rgba(79, 79, 196, 0.6);
}
.ring-police-400\/65 {
    --tw-ring-color: rgba(79, 79, 196, 0.65);
}
.ring-police-400\/70 {
    --tw-ring-color: rgba(79, 79, 196, 0.7);
}
.ring-police-400\/75 {
    --tw-ring-color: rgba(79, 79, 196, 0.75);
}
.ring-police-400\/80 {
    --tw-ring-color: rgba(79, 79, 196, 0.8);
}
.ring-police-400\/85 {
    --tw-ring-color: rgba(79, 79, 196, 0.85);
}
.ring-police-400\/90 {
    --tw-ring-color: rgba(79, 79, 196, 0.9);
}
.ring-police-400\/95 {
    --tw-ring-color: rgba(79, 79, 196, 0.95);
}
.ring-police-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(194 194 235 / var(--tw-ring-opacity, 1));
}
.ring-police-50\/0 {
    --tw-ring-color: rgba(194, 194, 235, 0);
}
.ring-police-50\/10 {
    --tw-ring-color: rgba(194, 194, 235, 0.1);
}
.ring-police-50\/100 {
    --tw-ring-color: #c2c2eb;
}
.ring-police-50\/15 {
    --tw-ring-color: rgba(194, 194, 235, 0.15);
}
.ring-police-50\/20 {
    --tw-ring-color: rgba(194, 194, 235, 0.2);
}
.ring-police-50\/25 {
    --tw-ring-color: rgba(194, 194, 235, 0.25);
}
.ring-police-50\/30 {
    --tw-ring-color: rgba(194, 194, 235, 0.3);
}
.ring-police-50\/35 {
    --tw-ring-color: rgba(194, 194, 235, 0.35);
}
.ring-police-50\/40 {
    --tw-ring-color: rgba(194, 194, 235, 0.4);
}
.ring-police-50\/45 {
    --tw-ring-color: rgba(194, 194, 235, 0.45);
}
.ring-police-50\/5 {
    --tw-ring-color: rgba(194, 194, 235, 0.05);
}
.ring-police-50\/50 {
    --tw-ring-color: rgba(194, 194, 235, 0.5);
}
.ring-police-50\/55 {
    --tw-ring-color: rgba(194, 194, 235, 0.55);
}
.ring-police-50\/60 {
    --tw-ring-color: rgba(194, 194, 235, 0.6);
}
.ring-police-50\/65 {
    --tw-ring-color: rgba(194, 194, 235, 0.65);
}
.ring-police-50\/70 {
    --tw-ring-color: rgba(194, 194, 235, 0.7);
}
.ring-police-50\/75 {
    --tw-ring-color: rgba(194, 194, 235, 0.75);
}
.ring-police-50\/80 {
    --tw-ring-color: rgba(194, 194, 235, 0.8);
}
.ring-police-50\/85 {
    --tw-ring-color: rgba(194, 194, 235, 0.85);
}
.ring-police-50\/90 {
    --tw-ring-color: rgba(194, 194, 235, 0.9);
}
.ring-police-50\/95 {
    --tw-ring-color: rgba(194, 194, 235, 0.95);
}
.ring-police-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(60 60 180 / var(--tw-ring-opacity, 1));
}
.ring-police-500\/0 {
    --tw-ring-color: rgba(60, 60, 180, 0);
}
.ring-police-500\/10 {
    --tw-ring-color: rgba(60, 60, 180, 0.1);
}
.ring-police-500\/100 {
    --tw-ring-color: #3c3cb4;
}
.ring-police-500\/15 {
    --tw-ring-color: rgba(60, 60, 180, 0.15);
}
.ring-police-500\/20 {
    --tw-ring-color: rgba(60, 60, 180, 0.2);
}
.ring-police-500\/25 {
    --tw-ring-color: rgba(60, 60, 180, 0.25);
}
.ring-police-500\/30 {
    --tw-ring-color: rgba(60, 60, 180, 0.3);
}
.ring-police-500\/35 {
    --tw-ring-color: rgba(60, 60, 180, 0.35);
}
.ring-police-500\/40 {
    --tw-ring-color: rgba(60, 60, 180, 0.4);
}
.ring-police-500\/45 {
    --tw-ring-color: rgba(60, 60, 180, 0.45);
}
.ring-police-500\/5 {
    --tw-ring-color: rgba(60, 60, 180, 0.05);
}
.ring-police-500\/50 {
    --tw-ring-color: rgba(60, 60, 180, 0.5);
}
.ring-police-500\/55 {
    --tw-ring-color: rgba(60, 60, 180, 0.55);
}
.ring-police-500\/60 {
    --tw-ring-color: rgba(60, 60, 180, 0.6);
}
.ring-police-500\/65 {
    --tw-ring-color: rgba(60, 60, 180, 0.65);
}
.ring-police-500\/70 {
    --tw-ring-color: rgba(60, 60, 180, 0.7);
}
.ring-police-500\/75 {
    --tw-ring-color: rgba(60, 60, 180, 0.75);
}
.ring-police-500\/80 {
    --tw-ring-color: rgba(60, 60, 180, 0.8);
}
.ring-police-500\/85 {
    --tw-ring-color: rgba(60, 60, 180, 0.85);
}
.ring-police-500\/90 {
    --tw-ring-color: rgba(60, 60, 180, 0.9);
}
.ring-police-500\/95 {
    --tw-ring-color: rgba(60, 60, 180, 0.95);
}
.ring-police-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 51 153 / var(--tw-ring-opacity, 1));
}
.ring-police-600\/0 {
    --tw-ring-color: rgba(51, 51, 153, 0);
}
.ring-police-600\/10 {
    --tw-ring-color: rgba(51, 51, 153, 0.1);
}
.ring-police-600\/100 {
    --tw-ring-color: #339;
}
.ring-police-600\/15 {
    --tw-ring-color: rgba(51, 51, 153, 0.15);
}
.ring-police-600\/20 {
    --tw-ring-color: rgba(51, 51, 153, 0.2);
}
.ring-police-600\/25 {
    --tw-ring-color: rgba(51, 51, 153, 0.25);
}
.ring-police-600\/30 {
    --tw-ring-color: rgba(51, 51, 153, 0.3);
}
.ring-police-600\/35 {
    --tw-ring-color: rgba(51, 51, 153, 0.35);
}
.ring-police-600\/40 {
    --tw-ring-color: rgba(51, 51, 153, 0.4);
}
.ring-police-600\/45 {
    --tw-ring-color: rgba(51, 51, 153, 0.45);
}
.ring-police-600\/5 {
    --tw-ring-color: rgba(51, 51, 153, 0.05);
}
.ring-police-600\/50 {
    --tw-ring-color: rgba(51, 51, 153, 0.5);
}
.ring-police-600\/55 {
    --tw-ring-color: rgba(51, 51, 153, 0.55);
}
.ring-police-600\/60 {
    --tw-ring-color: rgba(51, 51, 153, 0.6);
}
.ring-police-600\/65 {
    --tw-ring-color: rgba(51, 51, 153, 0.65);
}
.ring-police-600\/70 {
    --tw-ring-color: rgba(51, 51, 153, 0.7);
}
.ring-police-600\/75 {
    --tw-ring-color: rgba(51, 51, 153, 0.75);
}
.ring-police-600\/80 {
    --tw-ring-color: rgba(51, 51, 153, 0.8);
}
.ring-police-600\/85 {
    --tw-ring-color: rgba(51, 51, 153, 0.85);
}
.ring-police-600\/90 {
    --tw-ring-color: rgba(51, 51, 153, 0.9);
}
.ring-police-600\/95 {
    --tw-ring-color: rgba(51, 51, 153, 0.95);
}
.ring-police-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 37 111 / var(--tw-ring-opacity, 1));
}
.ring-police-700\/0 {
    --tw-ring-color: rgba(37, 37, 111, 0);
}
.ring-police-700\/10 {
    --tw-ring-color: rgba(37, 37, 111, 0.1);
}
.ring-police-700\/100 {
    --tw-ring-color: #25256f;
}
.ring-police-700\/15 {
    --tw-ring-color: rgba(37, 37, 111, 0.15);
}
.ring-police-700\/20 {
    --tw-ring-color: rgba(37, 37, 111, 0.2);
}
.ring-police-700\/25 {
    --tw-ring-color: rgba(37, 37, 111, 0.25);
}
.ring-police-700\/30 {
    --tw-ring-color: rgba(37, 37, 111, 0.3);
}
.ring-police-700\/35 {
    --tw-ring-color: rgba(37, 37, 111, 0.35);
}
.ring-police-700\/40 {
    --tw-ring-color: rgba(37, 37, 111, 0.4);
}
.ring-police-700\/45 {
    --tw-ring-color: rgba(37, 37, 111, 0.45);
}
.ring-police-700\/5 {
    --tw-ring-color: rgba(37, 37, 111, 0.05);
}
.ring-police-700\/50 {
    --tw-ring-color: rgba(37, 37, 111, 0.5);
}
.ring-police-700\/55 {
    --tw-ring-color: rgba(37, 37, 111, 0.55);
}
.ring-police-700\/60 {
    --tw-ring-color: rgba(37, 37, 111, 0.6);
}
.ring-police-700\/65 {
    --tw-ring-color: rgba(37, 37, 111, 0.65);
}
.ring-police-700\/70 {
    --tw-ring-color: rgba(37, 37, 111, 0.7);
}
.ring-police-700\/75 {
    --tw-ring-color: rgba(37, 37, 111, 0.75);
}
.ring-police-700\/80 {
    --tw-ring-color: rgba(37, 37, 111, 0.8);
}
.ring-police-700\/85 {
    --tw-ring-color: rgba(37, 37, 111, 0.85);
}
.ring-police-700\/90 {
    --tw-ring-color: rgba(37, 37, 111, 0.9);
}
.ring-police-700\/95 {
    --tw-ring-color: rgba(37, 37, 111, 0.95);
}
.ring-police-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 69 / var(--tw-ring-opacity, 1));
}
.ring-police-800\/0 {
    --tw-ring-color: rgba(23, 23, 69, 0);
}
.ring-police-800\/10 {
    --tw-ring-color: rgba(23, 23, 69, 0.1);
}
.ring-police-800\/100 {
    --tw-ring-color: #171745;
}
.ring-police-800\/15 {
    --tw-ring-color: rgba(23, 23, 69, 0.15);
}
.ring-police-800\/20 {
    --tw-ring-color: rgba(23, 23, 69, 0.2);
}
.ring-police-800\/25 {
    --tw-ring-color: rgba(23, 23, 69, 0.25);
}
.ring-police-800\/30 {
    --tw-ring-color: rgba(23, 23, 69, 0.3);
}
.ring-police-800\/35 {
    --tw-ring-color: rgba(23, 23, 69, 0.35);
}
.ring-police-800\/40 {
    --tw-ring-color: rgba(23, 23, 69, 0.4);
}
.ring-police-800\/45 {
    --tw-ring-color: rgba(23, 23, 69, 0.45);
}
.ring-police-800\/5 {
    --tw-ring-color: rgba(23, 23, 69, 0.05);
}
.ring-police-800\/50 {
    --tw-ring-color: rgba(23, 23, 69, 0.5);
}
.ring-police-800\/55 {
    --tw-ring-color: rgba(23, 23, 69, 0.55);
}
.ring-police-800\/60 {
    --tw-ring-color: rgba(23, 23, 69, 0.6);
}
.ring-police-800\/65 {
    --tw-ring-color: rgba(23, 23, 69, 0.65);
}
.ring-police-800\/70 {
    --tw-ring-color: rgba(23, 23, 69, 0.7);
}
.ring-police-800\/75 {
    --tw-ring-color: rgba(23, 23, 69, 0.75);
}
.ring-police-800\/80 {
    --tw-ring-color: rgba(23, 23, 69, 0.8);
}
.ring-police-800\/85 {
    --tw-ring-color: rgba(23, 23, 69, 0.85);
}
.ring-police-800\/90 {
    --tw-ring-color: rgba(23, 23, 69, 0.9);
}
.ring-police-800\/95 {
    --tw-ring-color: rgba(23, 23, 69, 0.95);
}
.ring-police-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(9 9 27 / var(--tw-ring-opacity, 1));
}
.ring-police-900\/0 {
    --tw-ring-color: rgba(9, 9, 27, 0);
}
.ring-police-900\/10 {
    --tw-ring-color: rgba(9, 9, 27, 0.1);
}
.ring-police-900\/100 {
    --tw-ring-color: #09091b;
}
.ring-police-900\/15 {
    --tw-ring-color: rgba(9, 9, 27, 0.15);
}
.ring-police-900\/20 {
    --tw-ring-color: rgba(9, 9, 27, 0.2);
}
.ring-police-900\/25 {
    --tw-ring-color: rgba(9, 9, 27, 0.25);
}
.ring-police-900\/30 {
    --tw-ring-color: rgba(9, 9, 27, 0.3);
}
.ring-police-900\/35 {
    --tw-ring-color: rgba(9, 9, 27, 0.35);
}
.ring-police-900\/40 {
    --tw-ring-color: rgba(9, 9, 27, 0.4);
}
.ring-police-900\/45 {
    --tw-ring-color: rgba(9, 9, 27, 0.45);
}
.ring-police-900\/5 {
    --tw-ring-color: rgba(9, 9, 27, 0.05);
}
.ring-police-900\/50 {
    --tw-ring-color: rgba(9, 9, 27, 0.5);
}
.ring-police-900\/55 {
    --tw-ring-color: rgba(9, 9, 27, 0.55);
}
.ring-police-900\/60 {
    --tw-ring-color: rgba(9, 9, 27, 0.6);
}
.ring-police-900\/65 {
    --tw-ring-color: rgba(9, 9, 27, 0.65);
}
.ring-police-900\/70 {
    --tw-ring-color: rgba(9, 9, 27, 0.7);
}
.ring-police-900\/75 {
    --tw-ring-color: rgba(9, 9, 27, 0.75);
}
.ring-police-900\/80 {
    --tw-ring-color: rgba(9, 9, 27, 0.8);
}
.ring-police-900\/85 {
    --tw-ring-color: rgba(9, 9, 27, 0.85);
}
.ring-police-900\/90 {
    --tw-ring-color: rgba(9, 9, 27, 0.9);
}
.ring-police-900\/95 {
    --tw-ring-color: rgba(9, 9, 27, 0.95);
}
.ring-positive-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.ring-primary-500,
.ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.ring-primary\/20 {
    --tw-ring-color: rgba(51, 89, 165, 0.2);
}
.ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.ring-purple-100\/0 {
    --tw-ring-color: rgba(237, 233, 254, 0);
}
.ring-purple-100\/10 {
    --tw-ring-color: rgba(237, 233, 254, 0.1);
}
.ring-purple-100\/100 {
    --tw-ring-color: #ede9fe;
}
.ring-purple-100\/15 {
    --tw-ring-color: rgba(237, 233, 254, 0.15);
}
.ring-purple-100\/20 {
    --tw-ring-color: rgba(237, 233, 254, 0.2);
}
.ring-purple-100\/25 {
    --tw-ring-color: rgba(237, 233, 254, 0.25);
}
.ring-purple-100\/30 {
    --tw-ring-color: rgba(237, 233, 254, 0.3);
}
.ring-purple-100\/35 {
    --tw-ring-color: rgba(237, 233, 254, 0.35);
}
.ring-purple-100\/40 {
    --tw-ring-color: rgba(237, 233, 254, 0.4);
}
.ring-purple-100\/45 {
    --tw-ring-color: rgba(237, 233, 254, 0.45);
}
.ring-purple-100\/5 {
    --tw-ring-color: rgba(237, 233, 254, 0.05);
}
.ring-purple-100\/50 {
    --tw-ring-color: rgba(237, 233, 254, 0.5);
}
.ring-purple-100\/55 {
    --tw-ring-color: rgba(237, 233, 254, 0.55);
}
.ring-purple-100\/60 {
    --tw-ring-color: rgba(237, 233, 254, 0.6);
}
.ring-purple-100\/65 {
    --tw-ring-color: rgba(237, 233, 254, 0.65);
}
.ring-purple-100\/70 {
    --tw-ring-color: rgba(237, 233, 254, 0.7);
}
.ring-purple-100\/75 {
    --tw-ring-color: rgba(237, 233, 254, 0.75);
}
.ring-purple-100\/80 {
    --tw-ring-color: rgba(237, 233, 254, 0.8);
}
.ring-purple-100\/85 {
    --tw-ring-color: rgba(237, 233, 254, 0.85);
}
.ring-purple-100\/90 {
    --tw-ring-color: rgba(237, 233, 254, 0.9);
}
.ring-purple-100\/95 {
    --tw-ring-color: rgba(237, 233, 254, 0.95);
}
.ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.ring-purple-200\/0 {
    --tw-ring-color: rgba(221, 214, 254, 0);
}
.ring-purple-200\/10 {
    --tw-ring-color: rgba(221, 214, 254, 0.1);
}
.ring-purple-200\/100 {
    --tw-ring-color: #ddd6fe;
}
.ring-purple-200\/15 {
    --tw-ring-color: rgba(221, 214, 254, 0.15);
}
.ring-purple-200\/20 {
    --tw-ring-color: rgba(221, 214, 254, 0.2);
}
.ring-purple-200\/25 {
    --tw-ring-color: rgba(221, 214, 254, 0.25);
}
.ring-purple-200\/30 {
    --tw-ring-color: rgba(221, 214, 254, 0.3);
}
.ring-purple-200\/35 {
    --tw-ring-color: rgba(221, 214, 254, 0.35);
}
.ring-purple-200\/40 {
    --tw-ring-color: rgba(221, 214, 254, 0.4);
}
.ring-purple-200\/45 {
    --tw-ring-color: rgba(221, 214, 254, 0.45);
}
.ring-purple-200\/5 {
    --tw-ring-color: rgba(221, 214, 254, 0.05);
}
.ring-purple-200\/50 {
    --tw-ring-color: rgba(221, 214, 254, 0.5);
}
.ring-purple-200\/55 {
    --tw-ring-color: rgba(221, 214, 254, 0.55);
}
.ring-purple-200\/60 {
    --tw-ring-color: rgba(221, 214, 254, 0.6);
}
.ring-purple-200\/65 {
    --tw-ring-color: rgba(221, 214, 254, 0.65);
}
.ring-purple-200\/70 {
    --tw-ring-color: rgba(221, 214, 254, 0.7);
}
.ring-purple-200\/75 {
    --tw-ring-color: rgba(221, 214, 254, 0.75);
}
.ring-purple-200\/80 {
    --tw-ring-color: rgba(221, 214, 254, 0.8);
}
.ring-purple-200\/85 {
    --tw-ring-color: rgba(221, 214, 254, 0.85);
}
.ring-purple-200\/90 {
    --tw-ring-color: rgba(221, 214, 254, 0.9);
}
.ring-purple-200\/95 {
    --tw-ring-color: rgba(221, 214, 254, 0.95);
}
.ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}
.ring-purple-300\/0 {
    --tw-ring-color: rgba(196, 181, 253, 0);
}
.ring-purple-300\/10 {
    --tw-ring-color: rgba(196, 181, 253, 0.1);
}
.ring-purple-300\/100 {
    --tw-ring-color: #c4b5fd;
}
.ring-purple-300\/15 {
    --tw-ring-color: rgba(196, 181, 253, 0.15);
}
.ring-purple-300\/20 {
    --tw-ring-color: rgba(196, 181, 253, 0.2);
}
.ring-purple-300\/25 {
    --tw-ring-color: rgba(196, 181, 253, 0.25);
}
.ring-purple-300\/30 {
    --tw-ring-color: rgba(196, 181, 253, 0.3);
}
.ring-purple-300\/35 {
    --tw-ring-color: rgba(196, 181, 253, 0.35);
}
.ring-purple-300\/40 {
    --tw-ring-color: rgba(196, 181, 253, 0.4);
}
.ring-purple-300\/45 {
    --tw-ring-color: rgba(196, 181, 253, 0.45);
}
.ring-purple-300\/5 {
    --tw-ring-color: rgba(196, 181, 253, 0.05);
}
.ring-purple-300\/50 {
    --tw-ring-color: rgba(196, 181, 253, 0.5);
}
.ring-purple-300\/55 {
    --tw-ring-color: rgba(196, 181, 253, 0.55);
}
.ring-purple-300\/60 {
    --tw-ring-color: rgba(196, 181, 253, 0.6);
}
.ring-purple-300\/65 {
    --tw-ring-color: rgba(196, 181, 253, 0.65);
}
.ring-purple-300\/70 {
    --tw-ring-color: rgba(196, 181, 253, 0.7);
}
.ring-purple-300\/75 {
    --tw-ring-color: rgba(196, 181, 253, 0.75);
}
.ring-purple-300\/80 {
    --tw-ring-color: rgba(196, 181, 253, 0.8);
}
.ring-purple-300\/85 {
    --tw-ring-color: rgba(196, 181, 253, 0.85);
}
.ring-purple-300\/90 {
    --tw-ring-color: rgba(196, 181, 253, 0.9);
}
.ring-purple-300\/95 {
    --tw-ring-color: rgba(196, 181, 253, 0.95);
}
.ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.ring-purple-400\/0 {
    --tw-ring-color: rgba(167, 139, 250, 0);
}
.ring-purple-400\/10 {
    --tw-ring-color: rgba(167, 139, 250, 0.1);
}
.ring-purple-400\/100 {
    --tw-ring-color: #a78bfa;
}
.ring-purple-400\/15 {
    --tw-ring-color: rgba(167, 139, 250, 0.15);
}
.ring-purple-400\/20 {
    --tw-ring-color: rgba(167, 139, 250, 0.2);
}
.ring-purple-400\/25 {
    --tw-ring-color: rgba(167, 139, 250, 0.25);
}
.ring-purple-400\/30 {
    --tw-ring-color: rgba(167, 139, 250, 0.3);
}
.ring-purple-400\/35 {
    --tw-ring-color: rgba(167, 139, 250, 0.35);
}
.ring-purple-400\/40 {
    --tw-ring-color: rgba(167, 139, 250, 0.4);
}
.ring-purple-400\/45 {
    --tw-ring-color: rgba(167, 139, 250, 0.45);
}
.ring-purple-400\/5 {
    --tw-ring-color: rgba(167, 139, 250, 0.05);
}
.ring-purple-400\/50 {
    --tw-ring-color: rgba(167, 139, 250, 0.5);
}
.ring-purple-400\/55 {
    --tw-ring-color: rgba(167, 139, 250, 0.55);
}
.ring-purple-400\/60 {
    --tw-ring-color: rgba(167, 139, 250, 0.6);
}
.ring-purple-400\/65 {
    --tw-ring-color: rgba(167, 139, 250, 0.65);
}
.ring-purple-400\/70 {
    --tw-ring-color: rgba(167, 139, 250, 0.7);
}
.ring-purple-400\/75 {
    --tw-ring-color: rgba(167, 139, 250, 0.75);
}
.ring-purple-400\/80 {
    --tw-ring-color: rgba(167, 139, 250, 0.8);
}
.ring-purple-400\/85 {
    --tw-ring-color: rgba(167, 139, 250, 0.85);
}
.ring-purple-400\/90 {
    --tw-ring-color: rgba(167, 139, 250, 0.9);
}
.ring-purple-400\/95 {
    --tw-ring-color: rgba(167, 139, 250, 0.95);
}
.ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-50\/0 {
    --tw-ring-color: rgba(245, 243, 255, 0);
}
.ring-purple-50\/10 {
    --tw-ring-color: rgba(245, 243, 255, 0.1);
}
.ring-purple-50\/100 {
    --tw-ring-color: #f5f3ff;
}
.ring-purple-50\/15 {
    --tw-ring-color: rgba(245, 243, 255, 0.15);
}
.ring-purple-50\/20 {
    --tw-ring-color: rgba(245, 243, 255, 0.2);
}
.ring-purple-50\/25 {
    --tw-ring-color: rgba(245, 243, 255, 0.25);
}
.ring-purple-50\/30 {
    --tw-ring-color: rgba(245, 243, 255, 0.3);
}
.ring-purple-50\/35 {
    --tw-ring-color: rgba(245, 243, 255, 0.35);
}
.ring-purple-50\/40 {
    --tw-ring-color: rgba(245, 243, 255, 0.4);
}
.ring-purple-50\/45 {
    --tw-ring-color: rgba(245, 243, 255, 0.45);
}
.ring-purple-50\/5 {
    --tw-ring-color: rgba(245, 243, 255, 0.05);
}
.ring-purple-50\/50 {
    --tw-ring-color: rgba(245, 243, 255, 0.5);
}
.ring-purple-50\/55 {
    --tw-ring-color: rgba(245, 243, 255, 0.55);
}
.ring-purple-50\/60 {
    --tw-ring-color: rgba(245, 243, 255, 0.6);
}
.ring-purple-50\/65 {
    --tw-ring-color: rgba(245, 243, 255, 0.65);
}
.ring-purple-50\/70 {
    --tw-ring-color: rgba(245, 243, 255, 0.7);
}
.ring-purple-50\/75 {
    --tw-ring-color: rgba(245, 243, 255, 0.75);
}
.ring-purple-50\/80 {
    --tw-ring-color: rgba(245, 243, 255, 0.8);
}
.ring-purple-50\/85 {
    --tw-ring-color: rgba(245, 243, 255, 0.85);
}
.ring-purple-50\/90 {
    --tw-ring-color: rgba(245, 243, 255, 0.9);
}
.ring-purple-50\/95 {
    --tw-ring-color: rgba(245, 243, 255, 0.95);
}
.ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.ring-purple-500\/0 {
    --tw-ring-color: rgba(139, 92, 246, 0);
}
.ring-purple-500\/10 {
    --tw-ring-color: rgba(139, 92, 246, 0.1);
}
.ring-purple-500\/100 {
    --tw-ring-color: #8b5cf6;
}
.ring-purple-500\/15 {
    --tw-ring-color: rgba(139, 92, 246, 0.15);
}
.ring-purple-500\/20 {
    --tw-ring-color: rgba(139, 92, 246, 0.2);
}
.ring-purple-500\/25 {
    --tw-ring-color: rgba(139, 92, 246, 0.25);
}
.ring-purple-500\/30 {
    --tw-ring-color: rgba(139, 92, 246, 0.3);
}
.ring-purple-500\/35 {
    --tw-ring-color: rgba(139, 92, 246, 0.35);
}
.ring-purple-500\/40 {
    --tw-ring-color: rgba(139, 92, 246, 0.4);
}
.ring-purple-500\/45 {
    --tw-ring-color: rgba(139, 92, 246, 0.45);
}
.ring-purple-500\/5 {
    --tw-ring-color: rgba(139, 92, 246, 0.05);
}
.ring-purple-500\/50 {
    --tw-ring-color: rgba(139, 92, 246, 0.5);
}
.ring-purple-500\/55 {
    --tw-ring-color: rgba(139, 92, 246, 0.55);
}
.ring-purple-500\/60 {
    --tw-ring-color: rgba(139, 92, 246, 0.6);
}
.ring-purple-500\/65 {
    --tw-ring-color: rgba(139, 92, 246, 0.65);
}
.ring-purple-500\/70 {
    --tw-ring-color: rgba(139, 92, 246, 0.7);
}
.ring-purple-500\/75 {
    --tw-ring-color: rgba(139, 92, 246, 0.75);
}
.ring-purple-500\/80 {
    --tw-ring-color: rgba(139, 92, 246, 0.8);
}
.ring-purple-500\/85 {
    --tw-ring-color: rgba(139, 92, 246, 0.85);
}
.ring-purple-500\/90 {
    --tw-ring-color: rgba(139, 92, 246, 0.9);
}
.ring-purple-500\/95 {
    --tw-ring-color: rgba(139, 92, 246, 0.95);
}
.ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.ring-purple-600\/0 {
    --tw-ring-color: rgba(124, 58, 237, 0);
}
.ring-purple-600\/10 {
    --tw-ring-color: rgba(124, 58, 237, 0.1);
}
.ring-purple-600\/100 {
    --tw-ring-color: #7c3aed;
}
.ring-purple-600\/15 {
    --tw-ring-color: rgba(124, 58, 237, 0.15);
}
.ring-purple-600\/20 {
    --tw-ring-color: rgba(124, 58, 237, 0.2);
}
.ring-purple-600\/25 {
    --tw-ring-color: rgba(124, 58, 237, 0.25);
}
.ring-purple-600\/30 {
    --tw-ring-color: rgba(124, 58, 237, 0.3);
}
.ring-purple-600\/35 {
    --tw-ring-color: rgba(124, 58, 237, 0.35);
}
.ring-purple-600\/40 {
    --tw-ring-color: rgba(124, 58, 237, 0.4);
}
.ring-purple-600\/45 {
    --tw-ring-color: rgba(124, 58, 237, 0.45);
}
.ring-purple-600\/5 {
    --tw-ring-color: rgba(124, 58, 237, 0.05);
}
.ring-purple-600\/50 {
    --tw-ring-color: rgba(124, 58, 237, 0.5);
}
.ring-purple-600\/55 {
    --tw-ring-color: rgba(124, 58, 237, 0.55);
}
.ring-purple-600\/60 {
    --tw-ring-color: rgba(124, 58, 237, 0.6);
}
.ring-purple-600\/65 {
    --tw-ring-color: rgba(124, 58, 237, 0.65);
}
.ring-purple-600\/70 {
    --tw-ring-color: rgba(124, 58, 237, 0.7);
}
.ring-purple-600\/75 {
    --tw-ring-color: rgba(124, 58, 237, 0.75);
}
.ring-purple-600\/80 {
    --tw-ring-color: rgba(124, 58, 237, 0.8);
}
.ring-purple-600\/85 {
    --tw-ring-color: rgba(124, 58, 237, 0.85);
}
.ring-purple-600\/90 {
    --tw-ring-color: rgba(124, 58, 237, 0.9);
}
.ring-purple-600\/95 {
    --tw-ring-color: rgba(124, 58, 237, 0.95);
}
.ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.ring-purple-700\/0 {
    --tw-ring-color: rgba(109, 40, 217, 0);
}
.ring-purple-700\/10 {
    --tw-ring-color: rgba(109, 40, 217, 0.1);
}
.ring-purple-700\/100 {
    --tw-ring-color: #6d28d9;
}
.ring-purple-700\/15 {
    --tw-ring-color: rgba(109, 40, 217, 0.15);
}
.ring-purple-700\/20 {
    --tw-ring-color: rgba(109, 40, 217, 0.2);
}
.ring-purple-700\/25 {
    --tw-ring-color: rgba(109, 40, 217, 0.25);
}
.ring-purple-700\/30 {
    --tw-ring-color: rgba(109, 40, 217, 0.3);
}
.ring-purple-700\/35 {
    --tw-ring-color: rgba(109, 40, 217, 0.35);
}
.ring-purple-700\/40 {
    --tw-ring-color: rgba(109, 40, 217, 0.4);
}
.ring-purple-700\/45 {
    --tw-ring-color: rgba(109, 40, 217, 0.45);
}
.ring-purple-700\/5 {
    --tw-ring-color: rgba(109, 40, 217, 0.05);
}
.ring-purple-700\/50 {
    --tw-ring-color: rgba(109, 40, 217, 0.5);
}
.ring-purple-700\/55 {
    --tw-ring-color: rgba(109, 40, 217, 0.55);
}
.ring-purple-700\/60 {
    --tw-ring-color: rgba(109, 40, 217, 0.6);
}
.ring-purple-700\/65 {
    --tw-ring-color: rgba(109, 40, 217, 0.65);
}
.ring-purple-700\/70 {
    --tw-ring-color: rgba(109, 40, 217, 0.7);
}
.ring-purple-700\/75 {
    --tw-ring-color: rgba(109, 40, 217, 0.75);
}
.ring-purple-700\/80 {
    --tw-ring-color: rgba(109, 40, 217, 0.8);
}
.ring-purple-700\/85 {
    --tw-ring-color: rgba(109, 40, 217, 0.85);
}
.ring-purple-700\/90 {
    --tw-ring-color: rgba(109, 40, 217, 0.9);
}
.ring-purple-700\/95 {
    --tw-ring-color: rgba(109, 40, 217, 0.95);
}
.ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}
.ring-purple-800\/0 {
    --tw-ring-color: rgba(91, 33, 182, 0);
}
.ring-purple-800\/10 {
    --tw-ring-color: rgba(91, 33, 182, 0.1);
}
.ring-purple-800\/100 {
    --tw-ring-color: #5b21b6;
}
.ring-purple-800\/15 {
    --tw-ring-color: rgba(91, 33, 182, 0.15);
}
.ring-purple-800\/20 {
    --tw-ring-color: rgba(91, 33, 182, 0.2);
}
.ring-purple-800\/25 {
    --tw-ring-color: rgba(91, 33, 182, 0.25);
}
.ring-purple-800\/30 {
    --tw-ring-color: rgba(91, 33, 182, 0.3);
}
.ring-purple-800\/35 {
    --tw-ring-color: rgba(91, 33, 182, 0.35);
}
.ring-purple-800\/40 {
    --tw-ring-color: rgba(91, 33, 182, 0.4);
}
.ring-purple-800\/45 {
    --tw-ring-color: rgba(91, 33, 182, 0.45);
}
.ring-purple-800\/5 {
    --tw-ring-color: rgba(91, 33, 182, 0.05);
}
.ring-purple-800\/50 {
    --tw-ring-color: rgba(91, 33, 182, 0.5);
}
.ring-purple-800\/55 {
    --tw-ring-color: rgba(91, 33, 182, 0.55);
}
.ring-purple-800\/60 {
    --tw-ring-color: rgba(91, 33, 182, 0.6);
}
.ring-purple-800\/65 {
    --tw-ring-color: rgba(91, 33, 182, 0.65);
}
.ring-purple-800\/70 {
    --tw-ring-color: rgba(91, 33, 182, 0.7);
}
.ring-purple-800\/75 {
    --tw-ring-color: rgba(91, 33, 182, 0.75);
}
.ring-purple-800\/80 {
    --tw-ring-color: rgba(91, 33, 182, 0.8);
}
.ring-purple-800\/85 {
    --tw-ring-color: rgba(91, 33, 182, 0.85);
}
.ring-purple-800\/90 {
    --tw-ring-color: rgba(91, 33, 182, 0.9);
}
.ring-purple-800\/95 {
    --tw-ring-color: rgba(91, 33, 182, 0.95);
}
.ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}
.ring-purple-900\/0 {
    --tw-ring-color: rgba(76, 29, 149, 0);
}
.ring-purple-900\/10 {
    --tw-ring-color: rgba(76, 29, 149, 0.1);
}
.ring-purple-900\/100 {
    --tw-ring-color: #4c1d95;
}
.ring-purple-900\/15 {
    --tw-ring-color: rgba(76, 29, 149, 0.15);
}
.ring-purple-900\/20 {
    --tw-ring-color: rgba(76, 29, 149, 0.2);
}
.ring-purple-900\/25 {
    --tw-ring-color: rgba(76, 29, 149, 0.25);
}
.ring-purple-900\/30 {
    --tw-ring-color: rgba(76, 29, 149, 0.3);
}
.ring-purple-900\/35 {
    --tw-ring-color: rgba(76, 29, 149, 0.35);
}
.ring-purple-900\/40 {
    --tw-ring-color: rgba(76, 29, 149, 0.4);
}
.ring-purple-900\/45 {
    --tw-ring-color: rgba(76, 29, 149, 0.45);
}
.ring-purple-900\/5 {
    --tw-ring-color: rgba(76, 29, 149, 0.05);
}
.ring-purple-900\/50 {
    --tw-ring-color: rgba(76, 29, 149, 0.5);
}
.ring-purple-900\/55 {
    --tw-ring-color: rgba(76, 29, 149, 0.55);
}
.ring-purple-900\/60 {
    --tw-ring-color: rgba(76, 29, 149, 0.6);
}
.ring-purple-900\/65 {
    --tw-ring-color: rgba(76, 29, 149, 0.65);
}
.ring-purple-900\/70 {
    --tw-ring-color: rgba(76, 29, 149, 0.7);
}
.ring-purple-900\/75 {
    --tw-ring-color: rgba(76, 29, 149, 0.75);
}
.ring-purple-900\/80 {
    --tw-ring-color: rgba(76, 29, 149, 0.8);
}
.ring-purple-900\/85 {
    --tw-ring-color: rgba(76, 29, 149, 0.85);
}
.ring-purple-900\/90 {
    --tw-ring-color: rgba(76, 29, 149, 0.9);
}
.ring-purple-900\/95 {
    --tw-ring-color: rgba(76, 29, 149, 0.95);
}
.ring-rdv-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.ring-rdv-blue\/10 {
    --tw-ring-color: rgba(51, 89, 165, 0.1);
}
.ring-rdv-blue\/5 {
    --tw-ring-color: rgba(51, 89, 165, 0.05);
}
.ring-rdv-red\/20 {
    --tw-ring-color: rgba(178, 42, 54, 0.2);
}
.ring-rdv-whitelilac {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(243 245 250 / var(--tw-ring-opacity, 1));
}
.ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}
.ring-red-100\/0 {
    --tw-ring-color: hsla(0, 93%, 94%, 0);
}
.ring-red-100\/10 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.1);
}
.ring-red-100\/100 {
    --tw-ring-color: #fee2e2;
}
.ring-red-100\/15 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.15);
}
.ring-red-100\/20 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.2);
}
.ring-red-100\/25 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.25);
}
.ring-red-100\/30 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.3);
}
.ring-red-100\/35 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.35);
}
.ring-red-100\/40 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.4);
}
.ring-red-100\/45 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.45);
}
.ring-red-100\/5 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.05);
}
.ring-red-100\/50 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.5);
}
.ring-red-100\/55 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.55);
}
.ring-red-100\/60 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.6);
}
.ring-red-100\/65 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.65);
}
.ring-red-100\/70 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.7);
}
.ring-red-100\/75 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.75);
}
.ring-red-100\/80 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.8);
}
.ring-red-100\/85 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.85);
}
.ring-red-100\/90 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.9);
}
.ring-red-100\/95 {
    --tw-ring-color: hsla(0, 93%, 94%, 0.95);
}
.ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.ring-red-200\/0 {
    --tw-ring-color: hsla(0, 96%, 89%, 0);
}
.ring-red-200\/10 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.1);
}
.ring-red-200\/100 {
    --tw-ring-color: #fecaca;
}
.ring-red-200\/15 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.15);
}
.ring-red-200\/20 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.2);
}
.ring-red-200\/25 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.25);
}
.ring-red-200\/30 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.3);
}
.ring-red-200\/35 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.35);
}
.ring-red-200\/40 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.4);
}
.ring-red-200\/45 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.45);
}
.ring-red-200\/5 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.05);
}
.ring-red-200\/50 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.5);
}
.ring-red-200\/55 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.55);
}
.ring-red-200\/60 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.6);
}
.ring-red-200\/65 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.65);
}
.ring-red-200\/70 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.7);
}
.ring-red-200\/75 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.75);
}
.ring-red-200\/80 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.8);
}
.ring-red-200\/85 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.85);
}
.ring-red-200\/90 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.9);
}
.ring-red-200\/95 {
    --tw-ring-color: hsla(0, 96%, 89%, 0.95);
}
.ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.ring-red-300\/0 {
    --tw-ring-color: hsla(0, 94%, 82%, 0);
}
.ring-red-300\/10 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.1);
}
.ring-red-300\/100 {
    --tw-ring-color: #fca5a5;
}
.ring-red-300\/15 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.15);
}
.ring-red-300\/20 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.2);
}
.ring-red-300\/25 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.25);
}
.ring-red-300\/30 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.3);
}
.ring-red-300\/35 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.35);
}
.ring-red-300\/40 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.4);
}
.ring-red-300\/45 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.45);
}
.ring-red-300\/5 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.05);
}
.ring-red-300\/50 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.5);
}
.ring-red-300\/55 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.55);
}
.ring-red-300\/60 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.6);
}
.ring-red-300\/65 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.65);
}
.ring-red-300\/70 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.7);
}
.ring-red-300\/75 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.75);
}
.ring-red-300\/80 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.8);
}
.ring-red-300\/85 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.85);
}
.ring-red-300\/90 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.9);
}
.ring-red-300\/95 {
    --tw-ring-color: hsla(0, 94%, 82%, 0.95);
}
.ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.ring-red-400\/0 {
    --tw-ring-color: hsla(0, 91%, 71%, 0);
}
.ring-red-400\/10 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.1);
}
.ring-red-400\/100 {
    --tw-ring-color: #f87171;
}
.ring-red-400\/15 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.15);
}
.ring-red-400\/20 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.2);
}
.ring-red-400\/25 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.25);
}
.ring-red-400\/30 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.3);
}
.ring-red-400\/35 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.35);
}
.ring-red-400\/40 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.4);
}
.ring-red-400\/45 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.45);
}
.ring-red-400\/5 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.05);
}
.ring-red-400\/50 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.5);
}
.ring-red-400\/55 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.55);
}
.ring-red-400\/60 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.6);
}
.ring-red-400\/65 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.65);
}
.ring-red-400\/70 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.7);
}
.ring-red-400\/75 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.75);
}
.ring-red-400\/80 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.8);
}
.ring-red-400\/85 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.85);
}
.ring-red-400\/90 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.9);
}
.ring-red-400\/95 {
    --tw-ring-color: hsla(0, 91%, 71%, 0.95);
}
.ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}
.ring-red-50\/0 {
    --tw-ring-color: hsla(0, 86%, 97%, 0);
}
.ring-red-50\/10 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.1);
}
.ring-red-50\/100 {
    --tw-ring-color: #fef2f2;
}
.ring-red-50\/15 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.15);
}
.ring-red-50\/20 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.2);
}
.ring-red-50\/25 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.25);
}
.ring-red-50\/30 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.3);
}
.ring-red-50\/35 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.35);
}
.ring-red-50\/40 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.4);
}
.ring-red-50\/45 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.45);
}
.ring-red-50\/5 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.05);
}
.ring-red-50\/50 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.5);
}
.ring-red-50\/55 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.55);
}
.ring-red-50\/60 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.6);
}
.ring-red-50\/65 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.65);
}
.ring-red-50\/70 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.7);
}
.ring-red-50\/75 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.75);
}
.ring-red-50\/80 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.8);
}
.ring-red-50\/85 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.85);
}
.ring-red-50\/90 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.9);
}
.ring-red-50\/95 {
    --tw-ring-color: hsla(0, 86%, 97%, 0.95);
}
.ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.ring-red-500\/0 {
    --tw-ring-color: rgba(239, 68, 68, 0);
}
.ring-red-500\/10 {
    --tw-ring-color: rgba(239, 68, 68, 0.1);
}
.ring-red-500\/100 {
    --tw-ring-color: #ef4444;
}
.ring-red-500\/15 {
    --tw-ring-color: rgba(239, 68, 68, 0.15);
}
.ring-red-500\/20 {
    --tw-ring-color: rgba(239, 68, 68, 0.2);
}
.ring-red-500\/25 {
    --tw-ring-color: rgba(239, 68, 68, 0.25);
}
.ring-red-500\/30 {
    --tw-ring-color: rgba(239, 68, 68, 0.3);
}
.ring-red-500\/35 {
    --tw-ring-color: rgba(239, 68, 68, 0.35);
}
.ring-red-500\/40 {
    --tw-ring-color: rgba(239, 68, 68, 0.4);
}
.ring-red-500\/45 {
    --tw-ring-color: rgba(239, 68, 68, 0.45);
}
.ring-red-500\/5 {
    --tw-ring-color: rgba(239, 68, 68, 0.05);
}
.ring-red-500\/50 {
    --tw-ring-color: rgba(239, 68, 68, 0.5);
}
.ring-red-500\/55 {
    --tw-ring-color: rgba(239, 68, 68, 0.55);
}
.ring-red-500\/60 {
    --tw-ring-color: rgba(239, 68, 68, 0.6);
}
.ring-red-500\/65 {
    --tw-ring-color: rgba(239, 68, 68, 0.65);
}
.ring-red-500\/70 {
    --tw-ring-color: rgba(239, 68, 68, 0.7);
}
.ring-red-500\/75 {
    --tw-ring-color: rgba(239, 68, 68, 0.75);
}
.ring-red-500\/80 {
    --tw-ring-color: rgba(239, 68, 68, 0.8);
}
.ring-red-500\/85 {
    --tw-ring-color: rgba(239, 68, 68, 0.85);
}
.ring-red-500\/90 {
    --tw-ring-color: rgba(239, 68, 68, 0.9);
}
.ring-red-500\/95 {
    --tw-ring-color: rgba(239, 68, 68, 0.95);
}
.ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.ring-red-600\/0 {
    --tw-ring-color: rgba(220, 38, 38, 0);
}
.ring-red-600\/10 {
    --tw-ring-color: rgba(220, 38, 38, 0.1);
}
.ring-red-600\/100 {
    --tw-ring-color: #dc2626;
}
.ring-red-600\/15 {
    --tw-ring-color: rgba(220, 38, 38, 0.15);
}
.ring-red-600\/20 {
    --tw-ring-color: rgba(220, 38, 38, 0.2);
}
.ring-red-600\/25 {
    --tw-ring-color: rgba(220, 38, 38, 0.25);
}
.ring-red-600\/30 {
    --tw-ring-color: rgba(220, 38, 38, 0.3);
}
.ring-red-600\/35 {
    --tw-ring-color: rgba(220, 38, 38, 0.35);
}
.ring-red-600\/40 {
    --tw-ring-color: rgba(220, 38, 38, 0.4);
}
.ring-red-600\/45 {
    --tw-ring-color: rgba(220, 38, 38, 0.45);
}
.ring-red-600\/5 {
    --tw-ring-color: rgba(220, 38, 38, 0.05);
}
.ring-red-600\/50 {
    --tw-ring-color: rgba(220, 38, 38, 0.5);
}
.ring-red-600\/55 {
    --tw-ring-color: rgba(220, 38, 38, 0.55);
}
.ring-red-600\/60 {
    --tw-ring-color: rgba(220, 38, 38, 0.6);
}
.ring-red-600\/65 {
    --tw-ring-color: rgba(220, 38, 38, 0.65);
}
.ring-red-600\/70 {
    --tw-ring-color: rgba(220, 38, 38, 0.7);
}
.ring-red-600\/75 {
    --tw-ring-color: rgba(220, 38, 38, 0.75);
}
.ring-red-600\/80 {
    --tw-ring-color: rgba(220, 38, 38, 0.8);
}
.ring-red-600\/85 {
    --tw-ring-color: rgba(220, 38, 38, 0.85);
}
.ring-red-600\/90 {
    --tw-ring-color: rgba(220, 38, 38, 0.9);
}
.ring-red-600\/95 {
    --tw-ring-color: rgba(220, 38, 38, 0.95);
}
.ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.ring-red-700\/0 {
    --tw-ring-color: rgba(185, 28, 28, 0);
}
.ring-red-700\/10 {
    --tw-ring-color: rgba(185, 28, 28, 0.1);
}
.ring-red-700\/100 {
    --tw-ring-color: #b91c1c;
}
.ring-red-700\/15 {
    --tw-ring-color: rgba(185, 28, 28, 0.15);
}
.ring-red-700\/20 {
    --tw-ring-color: rgba(185, 28, 28, 0.2);
}
.ring-red-700\/25 {
    --tw-ring-color: rgba(185, 28, 28, 0.25);
}
.ring-red-700\/30 {
    --tw-ring-color: rgba(185, 28, 28, 0.3);
}
.ring-red-700\/35 {
    --tw-ring-color: rgba(185, 28, 28, 0.35);
}
.ring-red-700\/40 {
    --tw-ring-color: rgba(185, 28, 28, 0.4);
}
.ring-red-700\/45 {
    --tw-ring-color: rgba(185, 28, 28, 0.45);
}
.ring-red-700\/5 {
    --tw-ring-color: rgba(185, 28, 28, 0.05);
}
.ring-red-700\/50 {
    --tw-ring-color: rgba(185, 28, 28, 0.5);
}
.ring-red-700\/55 {
    --tw-ring-color: rgba(185, 28, 28, 0.55);
}
.ring-red-700\/60 {
    --tw-ring-color: rgba(185, 28, 28, 0.6);
}
.ring-red-700\/65 {
    --tw-ring-color: rgba(185, 28, 28, 0.65);
}
.ring-red-700\/70 {
    --tw-ring-color: rgba(185, 28, 28, 0.7);
}
.ring-red-700\/75 {
    --tw-ring-color: rgba(185, 28, 28, 0.75);
}
.ring-red-700\/80 {
    --tw-ring-color: rgba(185, 28, 28, 0.8);
}
.ring-red-700\/85 {
    --tw-ring-color: rgba(185, 28, 28, 0.85);
}
.ring-red-700\/90 {
    --tw-ring-color: rgba(185, 28, 28, 0.9);
}
.ring-red-700\/95 {
    --tw-ring-color: rgba(185, 28, 28, 0.95);
}
.ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}
.ring-red-800\/0 {
    --tw-ring-color: rgba(153, 27, 27, 0);
}
.ring-red-800\/10 {
    --tw-ring-color: rgba(153, 27, 27, 0.1);
}
.ring-red-800\/100 {
    --tw-ring-color: #991b1b;
}
.ring-red-800\/15 {
    --tw-ring-color: rgba(153, 27, 27, 0.15);
}
.ring-red-800\/20 {
    --tw-ring-color: rgba(153, 27, 27, 0.2);
}
.ring-red-800\/25 {
    --tw-ring-color: rgba(153, 27, 27, 0.25);
}
.ring-red-800\/30 {
    --tw-ring-color: rgba(153, 27, 27, 0.3);
}
.ring-red-800\/35 {
    --tw-ring-color: rgba(153, 27, 27, 0.35);
}
.ring-red-800\/40 {
    --tw-ring-color: rgba(153, 27, 27, 0.4);
}
.ring-red-800\/45 {
    --tw-ring-color: rgba(153, 27, 27, 0.45);
}
.ring-red-800\/5 {
    --tw-ring-color: rgba(153, 27, 27, 0.05);
}
.ring-red-800\/50 {
    --tw-ring-color: rgba(153, 27, 27, 0.5);
}
.ring-red-800\/55 {
    --tw-ring-color: rgba(153, 27, 27, 0.55);
}
.ring-red-800\/60 {
    --tw-ring-color: rgba(153, 27, 27, 0.6);
}
.ring-red-800\/65 {
    --tw-ring-color: rgba(153, 27, 27, 0.65);
}
.ring-red-800\/70 {
    --tw-ring-color: rgba(153, 27, 27, 0.7);
}
.ring-red-800\/75 {
    --tw-ring-color: rgba(153, 27, 27, 0.75);
}
.ring-red-800\/80 {
    --tw-ring-color: rgba(153, 27, 27, 0.8);
}
.ring-red-800\/85 {
    --tw-ring-color: rgba(153, 27, 27, 0.85);
}
.ring-red-800\/90 {
    --tw-ring-color: rgba(153, 27, 27, 0.9);
}
.ring-red-800\/95 {
    --tw-ring-color: rgba(153, 27, 27, 0.95);
}
.ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}
.ring-red-900\/0 {
    --tw-ring-color: rgba(127, 29, 29, 0);
}
.ring-red-900\/10 {
    --tw-ring-color: rgba(127, 29, 29, 0.1);
}
.ring-red-900\/100 {
    --tw-ring-color: #7f1d1d;
}
.ring-red-900\/15 {
    --tw-ring-color: rgba(127, 29, 29, 0.15);
}
.ring-red-900\/20 {
    --tw-ring-color: rgba(127, 29, 29, 0.2);
}
.ring-red-900\/25 {
    --tw-ring-color: rgba(127, 29, 29, 0.25);
}
.ring-red-900\/30 {
    --tw-ring-color: rgba(127, 29, 29, 0.3);
}
.ring-red-900\/35 {
    --tw-ring-color: rgba(127, 29, 29, 0.35);
}
.ring-red-900\/40 {
    --tw-ring-color: rgba(127, 29, 29, 0.4);
}
.ring-red-900\/45 {
    --tw-ring-color: rgba(127, 29, 29, 0.45);
}
.ring-red-900\/5 {
    --tw-ring-color: rgba(127, 29, 29, 0.05);
}
.ring-red-900\/50 {
    --tw-ring-color: rgba(127, 29, 29, 0.5);
}
.ring-red-900\/55 {
    --tw-ring-color: rgba(127, 29, 29, 0.55);
}
.ring-red-900\/60 {
    --tw-ring-color: rgba(127, 29, 29, 0.6);
}
.ring-red-900\/65 {
    --tw-ring-color: rgba(127, 29, 29, 0.65);
}
.ring-red-900\/70 {
    --tw-ring-color: rgba(127, 29, 29, 0.7);
}
.ring-red-900\/75 {
    --tw-ring-color: rgba(127, 29, 29, 0.75);
}
.ring-red-900\/80 {
    --tw-ring-color: rgba(127, 29, 29, 0.8);
}
.ring-red-900\/85 {
    --tw-ring-color: rgba(127, 29, 29, 0.85);
}
.ring-red-900\/90 {
    --tw-ring-color: rgba(127, 29, 29, 0.9);
}
.ring-red-900\/95 {
    --tw-ring-color: rgba(127, 29, 29, 0.95);
}
.ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}
.ring-rose-100\/0 {
    --tw-ring-color: rgba(255, 228, 230, 0);
}
.ring-rose-100\/10 {
    --tw-ring-color: rgba(255, 228, 230, 0.1);
}
.ring-rose-100\/100 {
    --tw-ring-color: #ffe4e6;
}
.ring-rose-100\/15 {
    --tw-ring-color: rgba(255, 228, 230, 0.15);
}
.ring-rose-100\/20 {
    --tw-ring-color: rgba(255, 228, 230, 0.2);
}
.ring-rose-100\/25 {
    --tw-ring-color: rgba(255, 228, 230, 0.25);
}
.ring-rose-100\/30 {
    --tw-ring-color: rgba(255, 228, 230, 0.3);
}
.ring-rose-100\/35 {
    --tw-ring-color: rgba(255, 228, 230, 0.35);
}
.ring-rose-100\/40 {
    --tw-ring-color: rgba(255, 228, 230, 0.4);
}
.ring-rose-100\/45 {
    --tw-ring-color: rgba(255, 228, 230, 0.45);
}
.ring-rose-100\/5 {
    --tw-ring-color: rgba(255, 228, 230, 0.05);
}
.ring-rose-100\/50 {
    --tw-ring-color: rgba(255, 228, 230, 0.5);
}
.ring-rose-100\/55 {
    --tw-ring-color: rgba(255, 228, 230, 0.55);
}
.ring-rose-100\/60 {
    --tw-ring-color: rgba(255, 228, 230, 0.6);
}
.ring-rose-100\/65 {
    --tw-ring-color: rgba(255, 228, 230, 0.65);
}
.ring-rose-100\/70 {
    --tw-ring-color: rgba(255, 228, 230, 0.7);
}
.ring-rose-100\/75 {
    --tw-ring-color: rgba(255, 228, 230, 0.75);
}
.ring-rose-100\/80 {
    --tw-ring-color: rgba(255, 228, 230, 0.8);
}
.ring-rose-100\/85 {
    --tw-ring-color: rgba(255, 228, 230, 0.85);
}
.ring-rose-100\/90 {
    --tw-ring-color: rgba(255, 228, 230, 0.9);
}
.ring-rose-100\/95 {
    --tw-ring-color: rgba(255, 228, 230, 0.95);
}
.ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}
.ring-rose-200\/0 {
    --tw-ring-color: rgba(254, 205, 211, 0);
}
.ring-rose-200\/10 {
    --tw-ring-color: rgba(254, 205, 211, 0.1);
}
.ring-rose-200\/100 {
    --tw-ring-color: #fecdd3;
}
.ring-rose-200\/15 {
    --tw-ring-color: rgba(254, 205, 211, 0.15);
}
.ring-rose-200\/20 {
    --tw-ring-color: rgba(254, 205, 211, 0.2);
}
.ring-rose-200\/25 {
    --tw-ring-color: rgba(254, 205, 211, 0.25);
}
.ring-rose-200\/30 {
    --tw-ring-color: rgba(254, 205, 211, 0.3);
}
.ring-rose-200\/35 {
    --tw-ring-color: rgba(254, 205, 211, 0.35);
}
.ring-rose-200\/40 {
    --tw-ring-color: rgba(254, 205, 211, 0.4);
}
.ring-rose-200\/45 {
    --tw-ring-color: rgba(254, 205, 211, 0.45);
}
.ring-rose-200\/5 {
    --tw-ring-color: rgba(254, 205, 211, 0.05);
}
.ring-rose-200\/50 {
    --tw-ring-color: rgba(254, 205, 211, 0.5);
}
.ring-rose-200\/55 {
    --tw-ring-color: rgba(254, 205, 211, 0.55);
}
.ring-rose-200\/60 {
    --tw-ring-color: rgba(254, 205, 211, 0.6);
}
.ring-rose-200\/65 {
    --tw-ring-color: rgba(254, 205, 211, 0.65);
}
.ring-rose-200\/70 {
    --tw-ring-color: rgba(254, 205, 211, 0.7);
}
.ring-rose-200\/75 {
    --tw-ring-color: rgba(254, 205, 211, 0.75);
}
.ring-rose-200\/80 {
    --tw-ring-color: rgba(254, 205, 211, 0.8);
}
.ring-rose-200\/85 {
    --tw-ring-color: rgba(254, 205, 211, 0.85);
}
.ring-rose-200\/90 {
    --tw-ring-color: rgba(254, 205, 211, 0.9);
}
.ring-rose-200\/95 {
    --tw-ring-color: rgba(254, 205, 211, 0.95);
}
.ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}
.ring-rose-300\/0 {
    --tw-ring-color: rgba(253, 164, 175, 0);
}
.ring-rose-300\/10 {
    --tw-ring-color: rgba(253, 164, 175, 0.1);
}
.ring-rose-300\/100 {
    --tw-ring-color: #fda4af;
}
.ring-rose-300\/15 {
    --tw-ring-color: rgba(253, 164, 175, 0.15);
}
.ring-rose-300\/20 {
    --tw-ring-color: rgba(253, 164, 175, 0.2);
}
.ring-rose-300\/25 {
    --tw-ring-color: rgba(253, 164, 175, 0.25);
}
.ring-rose-300\/30 {
    --tw-ring-color: rgba(253, 164, 175, 0.3);
}
.ring-rose-300\/35 {
    --tw-ring-color: rgba(253, 164, 175, 0.35);
}
.ring-rose-300\/40 {
    --tw-ring-color: rgba(253, 164, 175, 0.4);
}
.ring-rose-300\/45 {
    --tw-ring-color: rgba(253, 164, 175, 0.45);
}
.ring-rose-300\/5 {
    --tw-ring-color: rgba(253, 164, 175, 0.05);
}
.ring-rose-300\/50 {
    --tw-ring-color: rgba(253, 164, 175, 0.5);
}
.ring-rose-300\/55 {
    --tw-ring-color: rgba(253, 164, 175, 0.55);
}
.ring-rose-300\/60 {
    --tw-ring-color: rgba(253, 164, 175, 0.6);
}
.ring-rose-300\/65 {
    --tw-ring-color: rgba(253, 164, 175, 0.65);
}
.ring-rose-300\/70 {
    --tw-ring-color: rgba(253, 164, 175, 0.7);
}
.ring-rose-300\/75 {
    --tw-ring-color: rgba(253, 164, 175, 0.75);
}
.ring-rose-300\/80 {
    --tw-ring-color: rgba(253, 164, 175, 0.8);
}
.ring-rose-300\/85 {
    --tw-ring-color: rgba(253, 164, 175, 0.85);
}
.ring-rose-300\/90 {
    --tw-ring-color: rgba(253, 164, 175, 0.9);
}
.ring-rose-300\/95 {
    --tw-ring-color: rgba(253, 164, 175, 0.95);
}
.ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}
.ring-rose-400\/0 {
    --tw-ring-color: rgba(251, 113, 133, 0);
}
.ring-rose-400\/10 {
    --tw-ring-color: rgba(251, 113, 133, 0.1);
}
.ring-rose-400\/100 {
    --tw-ring-color: #fb7185;
}
.ring-rose-400\/15 {
    --tw-ring-color: rgba(251, 113, 133, 0.15);
}
.ring-rose-400\/20 {
    --tw-ring-color: rgba(251, 113, 133, 0.2);
}
.ring-rose-400\/25 {
    --tw-ring-color: rgba(251, 113, 133, 0.25);
}
.ring-rose-400\/30 {
    --tw-ring-color: rgba(251, 113, 133, 0.3);
}
.ring-rose-400\/35 {
    --tw-ring-color: rgba(251, 113, 133, 0.35);
}
.ring-rose-400\/40 {
    --tw-ring-color: rgba(251, 113, 133, 0.4);
}
.ring-rose-400\/45 {
    --tw-ring-color: rgba(251, 113, 133, 0.45);
}
.ring-rose-400\/5 {
    --tw-ring-color: rgba(251, 113, 133, 0.05);
}
.ring-rose-400\/50 {
    --tw-ring-color: rgba(251, 113, 133, 0.5);
}
.ring-rose-400\/55 {
    --tw-ring-color: rgba(251, 113, 133, 0.55);
}
.ring-rose-400\/60 {
    --tw-ring-color: rgba(251, 113, 133, 0.6);
}
.ring-rose-400\/65 {
    --tw-ring-color: rgba(251, 113, 133, 0.65);
}
.ring-rose-400\/70 {
    --tw-ring-color: rgba(251, 113, 133, 0.7);
}
.ring-rose-400\/75 {
    --tw-ring-color: rgba(251, 113, 133, 0.75);
}
.ring-rose-400\/80 {
    --tw-ring-color: rgba(251, 113, 133, 0.8);
}
.ring-rose-400\/85 {
    --tw-ring-color: rgba(251, 113, 133, 0.85);
}
.ring-rose-400\/90 {
    --tw-ring-color: rgba(251, 113, 133, 0.9);
}
.ring-rose-400\/95 {
    --tw-ring-color: rgba(251, 113, 133, 0.95);
}
.ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}
.ring-rose-50\/0 {
    --tw-ring-color: rgba(255, 241, 242, 0);
}
.ring-rose-50\/10 {
    --tw-ring-color: rgba(255, 241, 242, 0.1);
}
.ring-rose-50\/100 {
    --tw-ring-color: #fff1f2;
}
.ring-rose-50\/15 {
    --tw-ring-color: rgba(255, 241, 242, 0.15);
}
.ring-rose-50\/20 {
    --tw-ring-color: rgba(255, 241, 242, 0.2);
}
.ring-rose-50\/25 {
    --tw-ring-color: rgba(255, 241, 242, 0.25);
}
.ring-rose-50\/30 {
    --tw-ring-color: rgba(255, 241, 242, 0.3);
}
.ring-rose-50\/35 {
    --tw-ring-color: rgba(255, 241, 242, 0.35);
}
.ring-rose-50\/40 {
    --tw-ring-color: rgba(255, 241, 242, 0.4);
}
.ring-rose-50\/45 {
    --tw-ring-color: rgba(255, 241, 242, 0.45);
}
.ring-rose-50\/5 {
    --tw-ring-color: rgba(255, 241, 242, 0.05);
}
.ring-rose-50\/50 {
    --tw-ring-color: rgba(255, 241, 242, 0.5);
}
.ring-rose-50\/55 {
    --tw-ring-color: rgba(255, 241, 242, 0.55);
}
.ring-rose-50\/60 {
    --tw-ring-color: rgba(255, 241, 242, 0.6);
}
.ring-rose-50\/65 {
    --tw-ring-color: rgba(255, 241, 242, 0.65);
}
.ring-rose-50\/70 {
    --tw-ring-color: rgba(255, 241, 242, 0.7);
}
.ring-rose-50\/75 {
    --tw-ring-color: rgba(255, 241, 242, 0.75);
}
.ring-rose-50\/80 {
    --tw-ring-color: rgba(255, 241, 242, 0.8);
}
.ring-rose-50\/85 {
    --tw-ring-color: rgba(255, 241, 242, 0.85);
}
.ring-rose-50\/90 {
    --tw-ring-color: rgba(255, 241, 242, 0.9);
}
.ring-rose-50\/95 {
    --tw-ring-color: rgba(255, 241, 242, 0.95);
}
.ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}
.ring-rose-500\/0 {
    --tw-ring-color: rgba(244, 63, 94, 0);
}
.ring-rose-500\/10 {
    --tw-ring-color: rgba(244, 63, 94, 0.1);
}
.ring-rose-500\/100 {
    --tw-ring-color: #f43f5e;
}
.ring-rose-500\/15 {
    --tw-ring-color: rgba(244, 63, 94, 0.15);
}
.ring-rose-500\/20 {
    --tw-ring-color: rgba(244, 63, 94, 0.2);
}
.ring-rose-500\/25 {
    --tw-ring-color: rgba(244, 63, 94, 0.25);
}
.ring-rose-500\/30 {
    --tw-ring-color: rgba(244, 63, 94, 0.3);
}
.ring-rose-500\/35 {
    --tw-ring-color: rgba(244, 63, 94, 0.35);
}
.ring-rose-500\/40 {
    --tw-ring-color: rgba(244, 63, 94, 0.4);
}
.ring-rose-500\/45 {
    --tw-ring-color: rgba(244, 63, 94, 0.45);
}
.ring-rose-500\/5 {
    --tw-ring-color: rgba(244, 63, 94, 0.05);
}
.ring-rose-500\/50 {
    --tw-ring-color: rgba(244, 63, 94, 0.5);
}
.ring-rose-500\/55 {
    --tw-ring-color: rgba(244, 63, 94, 0.55);
}
.ring-rose-500\/60 {
    --tw-ring-color: rgba(244, 63, 94, 0.6);
}
.ring-rose-500\/65 {
    --tw-ring-color: rgba(244, 63, 94, 0.65);
}
.ring-rose-500\/70 {
    --tw-ring-color: rgba(244, 63, 94, 0.7);
}
.ring-rose-500\/75 {
    --tw-ring-color: rgba(244, 63, 94, 0.75);
}
.ring-rose-500\/80 {
    --tw-ring-color: rgba(244, 63, 94, 0.8);
}
.ring-rose-500\/85 {
    --tw-ring-color: rgba(244, 63, 94, 0.85);
}
.ring-rose-500\/90 {
    --tw-ring-color: rgba(244, 63, 94, 0.9);
}
.ring-rose-500\/95 {
    --tw-ring-color: rgba(244, 63, 94, 0.95);
}
.ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}
.ring-rose-600\/0 {
    --tw-ring-color: rgba(225, 29, 72, 0);
}
.ring-rose-600\/10 {
    --tw-ring-color: rgba(225, 29, 72, 0.1);
}
.ring-rose-600\/100 {
    --tw-ring-color: #e11d48;
}
.ring-rose-600\/15 {
    --tw-ring-color: rgba(225, 29, 72, 0.15);
}
.ring-rose-600\/20 {
    --tw-ring-color: rgba(225, 29, 72, 0.2);
}
.ring-rose-600\/25 {
    --tw-ring-color: rgba(225, 29, 72, 0.25);
}
.ring-rose-600\/30 {
    --tw-ring-color: rgba(225, 29, 72, 0.3);
}
.ring-rose-600\/35 {
    --tw-ring-color: rgba(225, 29, 72, 0.35);
}
.ring-rose-600\/40 {
    --tw-ring-color: rgba(225, 29, 72, 0.4);
}
.ring-rose-600\/45 {
    --tw-ring-color: rgba(225, 29, 72, 0.45);
}
.ring-rose-600\/5 {
    --tw-ring-color: rgba(225, 29, 72, 0.05);
}
.ring-rose-600\/50 {
    --tw-ring-color: rgba(225, 29, 72, 0.5);
}
.ring-rose-600\/55 {
    --tw-ring-color: rgba(225, 29, 72, 0.55);
}
.ring-rose-600\/60 {
    --tw-ring-color: rgba(225, 29, 72, 0.6);
}
.ring-rose-600\/65 {
    --tw-ring-color: rgba(225, 29, 72, 0.65);
}
.ring-rose-600\/70 {
    --tw-ring-color: rgba(225, 29, 72, 0.7);
}
.ring-rose-600\/75 {
    --tw-ring-color: rgba(225, 29, 72, 0.75);
}
.ring-rose-600\/80 {
    --tw-ring-color: rgba(225, 29, 72, 0.8);
}
.ring-rose-600\/85 {
    --tw-ring-color: rgba(225, 29, 72, 0.85);
}
.ring-rose-600\/90 {
    --tw-ring-color: rgba(225, 29, 72, 0.9);
}
.ring-rose-600\/95 {
    --tw-ring-color: rgba(225, 29, 72, 0.95);
}
.ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}
.ring-rose-700\/0 {
    --tw-ring-color: rgba(190, 18, 60, 0);
}
.ring-rose-700\/10 {
    --tw-ring-color: rgba(190, 18, 60, 0.1);
}
.ring-rose-700\/100 {
    --tw-ring-color: #be123c;
}
.ring-rose-700\/15 {
    --tw-ring-color: rgba(190, 18, 60, 0.15);
}
.ring-rose-700\/20 {
    --tw-ring-color: rgba(190, 18, 60, 0.2);
}
.ring-rose-700\/25 {
    --tw-ring-color: rgba(190, 18, 60, 0.25);
}
.ring-rose-700\/30 {
    --tw-ring-color: rgba(190, 18, 60, 0.3);
}
.ring-rose-700\/35 {
    --tw-ring-color: rgba(190, 18, 60, 0.35);
}
.ring-rose-700\/40 {
    --tw-ring-color: rgba(190, 18, 60, 0.4);
}
.ring-rose-700\/45 {
    --tw-ring-color: rgba(190, 18, 60, 0.45);
}
.ring-rose-700\/5 {
    --tw-ring-color: rgba(190, 18, 60, 0.05);
}
.ring-rose-700\/50 {
    --tw-ring-color: rgba(190, 18, 60, 0.5);
}
.ring-rose-700\/55 {
    --tw-ring-color: rgba(190, 18, 60, 0.55);
}
.ring-rose-700\/60 {
    --tw-ring-color: rgba(190, 18, 60, 0.6);
}
.ring-rose-700\/65 {
    --tw-ring-color: rgba(190, 18, 60, 0.65);
}
.ring-rose-700\/70 {
    --tw-ring-color: rgba(190, 18, 60, 0.7);
}
.ring-rose-700\/75 {
    --tw-ring-color: rgba(190, 18, 60, 0.75);
}
.ring-rose-700\/80 {
    --tw-ring-color: rgba(190, 18, 60, 0.8);
}
.ring-rose-700\/85 {
    --tw-ring-color: rgba(190, 18, 60, 0.85);
}
.ring-rose-700\/90 {
    --tw-ring-color: rgba(190, 18, 60, 0.9);
}
.ring-rose-700\/95 {
    --tw-ring-color: rgba(190, 18, 60, 0.95);
}
.ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}
.ring-rose-800\/0 {
    --tw-ring-color: rgba(159, 18, 57, 0);
}
.ring-rose-800\/10 {
    --tw-ring-color: rgba(159, 18, 57, 0.1);
}
.ring-rose-800\/100 {
    --tw-ring-color: #9f1239;
}
.ring-rose-800\/15 {
    --tw-ring-color: rgba(159, 18, 57, 0.15);
}
.ring-rose-800\/20 {
    --tw-ring-color: rgba(159, 18, 57, 0.2);
}
.ring-rose-800\/25 {
    --tw-ring-color: rgba(159, 18, 57, 0.25);
}
.ring-rose-800\/30 {
    --tw-ring-color: rgba(159, 18, 57, 0.3);
}
.ring-rose-800\/35 {
    --tw-ring-color: rgba(159, 18, 57, 0.35);
}
.ring-rose-800\/40 {
    --tw-ring-color: rgba(159, 18, 57, 0.4);
}
.ring-rose-800\/45 {
    --tw-ring-color: rgba(159, 18, 57, 0.45);
}
.ring-rose-800\/5 {
    --tw-ring-color: rgba(159, 18, 57, 0.05);
}
.ring-rose-800\/50 {
    --tw-ring-color: rgba(159, 18, 57, 0.5);
}
.ring-rose-800\/55 {
    --tw-ring-color: rgba(159, 18, 57, 0.55);
}
.ring-rose-800\/60 {
    --tw-ring-color: rgba(159, 18, 57, 0.6);
}
.ring-rose-800\/65 {
    --tw-ring-color: rgba(159, 18, 57, 0.65);
}
.ring-rose-800\/70 {
    --tw-ring-color: rgba(159, 18, 57, 0.7);
}
.ring-rose-800\/75 {
    --tw-ring-color: rgba(159, 18, 57, 0.75);
}
.ring-rose-800\/80 {
    --tw-ring-color: rgba(159, 18, 57, 0.8);
}
.ring-rose-800\/85 {
    --tw-ring-color: rgba(159, 18, 57, 0.85);
}
.ring-rose-800\/90 {
    --tw-ring-color: rgba(159, 18, 57, 0.9);
}
.ring-rose-800\/95 {
    --tw-ring-color: rgba(159, 18, 57, 0.95);
}
.ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}
.ring-rose-900\/0 {
    --tw-ring-color: rgba(136, 19, 55, 0);
}
.ring-rose-900\/10 {
    --tw-ring-color: rgba(136, 19, 55, 0.1);
}
.ring-rose-900\/100 {
    --tw-ring-color: #881337;
}
.ring-rose-900\/15 {
    --tw-ring-color: rgba(136, 19, 55, 0.15);
}
.ring-rose-900\/20 {
    --tw-ring-color: rgba(136, 19, 55, 0.2);
}
.ring-rose-900\/25 {
    --tw-ring-color: rgba(136, 19, 55, 0.25);
}
.ring-rose-900\/30 {
    --tw-ring-color: rgba(136, 19, 55, 0.3);
}
.ring-rose-900\/35 {
    --tw-ring-color: rgba(136, 19, 55, 0.35);
}
.ring-rose-900\/40 {
    --tw-ring-color: rgba(136, 19, 55, 0.4);
}
.ring-rose-900\/45 {
    --tw-ring-color: rgba(136, 19, 55, 0.45);
}
.ring-rose-900\/5 {
    --tw-ring-color: rgba(136, 19, 55, 0.05);
}
.ring-rose-900\/50 {
    --tw-ring-color: rgba(136, 19, 55, 0.5);
}
.ring-rose-900\/55 {
    --tw-ring-color: rgba(136, 19, 55, 0.55);
}
.ring-rose-900\/60 {
    --tw-ring-color: rgba(136, 19, 55, 0.6);
}
.ring-rose-900\/65 {
    --tw-ring-color: rgba(136, 19, 55, 0.65);
}
.ring-rose-900\/70 {
    --tw-ring-color: rgba(136, 19, 55, 0.7);
}
.ring-rose-900\/75 {
    --tw-ring-color: rgba(136, 19, 55, 0.75);
}
.ring-rose-900\/80 {
    --tw-ring-color: rgba(136, 19, 55, 0.8);
}
.ring-rose-900\/85 {
    --tw-ring-color: rgba(136, 19, 55, 0.85);
}
.ring-rose-900\/90 {
    --tw-ring-color: rgba(136, 19, 55, 0.9);
}
.ring-rose-900\/95 {
    --tw-ring-color: rgba(136, 19, 55, 0.95);
}
.ring-secondary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.ring-secondary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}
.ring-sky-100\/0 {
    --tw-ring-color: rgba(224, 242, 254, 0);
}
.ring-sky-100\/10 {
    --tw-ring-color: rgba(224, 242, 254, 0.1);
}
.ring-sky-100\/100 {
    --tw-ring-color: #e0f2fe;
}
.ring-sky-100\/15 {
    --tw-ring-color: rgba(224, 242, 254, 0.15);
}
.ring-sky-100\/20 {
    --tw-ring-color: rgba(224, 242, 254, 0.2);
}
.ring-sky-100\/25 {
    --tw-ring-color: rgba(224, 242, 254, 0.25);
}
.ring-sky-100\/30 {
    --tw-ring-color: rgba(224, 242, 254, 0.3);
}
.ring-sky-100\/35 {
    --tw-ring-color: rgba(224, 242, 254, 0.35);
}
.ring-sky-100\/40 {
    --tw-ring-color: rgba(224, 242, 254, 0.4);
}
.ring-sky-100\/45 {
    --tw-ring-color: rgba(224, 242, 254, 0.45);
}
.ring-sky-100\/5 {
    --tw-ring-color: rgba(224, 242, 254, 0.05);
}
.ring-sky-100\/50 {
    --tw-ring-color: rgba(224, 242, 254, 0.5);
}
.ring-sky-100\/55 {
    --tw-ring-color: rgba(224, 242, 254, 0.55);
}
.ring-sky-100\/60 {
    --tw-ring-color: rgba(224, 242, 254, 0.6);
}
.ring-sky-100\/65 {
    --tw-ring-color: rgba(224, 242, 254, 0.65);
}
.ring-sky-100\/70 {
    --tw-ring-color: rgba(224, 242, 254, 0.7);
}
.ring-sky-100\/75 {
    --tw-ring-color: rgba(224, 242, 254, 0.75);
}
.ring-sky-100\/80 {
    --tw-ring-color: rgba(224, 242, 254, 0.8);
}
.ring-sky-100\/85 {
    --tw-ring-color: rgba(224, 242, 254, 0.85);
}
.ring-sky-100\/90 {
    --tw-ring-color: rgba(224, 242, 254, 0.9);
}
.ring-sky-100\/95 {
    --tw-ring-color: rgba(224, 242, 254, 0.95);
}
.ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}
.ring-sky-200\/0 {
    --tw-ring-color: rgba(186, 230, 253, 0);
}
.ring-sky-200\/10 {
    --tw-ring-color: rgba(186, 230, 253, 0.1);
}
.ring-sky-200\/100 {
    --tw-ring-color: #bae6fd;
}
.ring-sky-200\/15 {
    --tw-ring-color: rgba(186, 230, 253, 0.15);
}
.ring-sky-200\/20 {
    --tw-ring-color: rgba(186, 230, 253, 0.2);
}
.ring-sky-200\/25 {
    --tw-ring-color: rgba(186, 230, 253, 0.25);
}
.ring-sky-200\/30 {
    --tw-ring-color: rgba(186, 230, 253, 0.3);
}
.ring-sky-200\/35 {
    --tw-ring-color: rgba(186, 230, 253, 0.35);
}
.ring-sky-200\/40 {
    --tw-ring-color: rgba(186, 230, 253, 0.4);
}
.ring-sky-200\/45 {
    --tw-ring-color: rgba(186, 230, 253, 0.45);
}
.ring-sky-200\/5 {
    --tw-ring-color: rgba(186, 230, 253, 0.05);
}
.ring-sky-200\/50 {
    --tw-ring-color: rgba(186, 230, 253, 0.5);
}
.ring-sky-200\/55 {
    --tw-ring-color: rgba(186, 230, 253, 0.55);
}
.ring-sky-200\/60 {
    --tw-ring-color: rgba(186, 230, 253, 0.6);
}
.ring-sky-200\/65 {
    --tw-ring-color: rgba(186, 230, 253, 0.65);
}
.ring-sky-200\/70 {
    --tw-ring-color: rgba(186, 230, 253, 0.7);
}
.ring-sky-200\/75 {
    --tw-ring-color: rgba(186, 230, 253, 0.75);
}
.ring-sky-200\/80 {
    --tw-ring-color: rgba(186, 230, 253, 0.8);
}
.ring-sky-200\/85 {
    --tw-ring-color: rgba(186, 230, 253, 0.85);
}
.ring-sky-200\/90 {
    --tw-ring-color: rgba(186, 230, 253, 0.9);
}
.ring-sky-200\/95 {
    --tw-ring-color: rgba(186, 230, 253, 0.95);
}
.ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}
.ring-sky-300\/0 {
    --tw-ring-color: rgba(125, 211, 252, 0);
}
.ring-sky-300\/10 {
    --tw-ring-color: rgba(125, 211, 252, 0.1);
}
.ring-sky-300\/100 {
    --tw-ring-color: #7dd3fc;
}
.ring-sky-300\/15 {
    --tw-ring-color: rgba(125, 211, 252, 0.15);
}
.ring-sky-300\/20 {
    --tw-ring-color: rgba(125, 211, 252, 0.2);
}
.ring-sky-300\/25 {
    --tw-ring-color: rgba(125, 211, 252, 0.25);
}
.ring-sky-300\/30 {
    --tw-ring-color: rgba(125, 211, 252, 0.3);
}
.ring-sky-300\/35 {
    --tw-ring-color: rgba(125, 211, 252, 0.35);
}
.ring-sky-300\/40 {
    --tw-ring-color: rgba(125, 211, 252, 0.4);
}
.ring-sky-300\/45 {
    --tw-ring-color: rgba(125, 211, 252, 0.45);
}
.ring-sky-300\/5 {
    --tw-ring-color: rgba(125, 211, 252, 0.05);
}
.ring-sky-300\/50 {
    --tw-ring-color: rgba(125, 211, 252, 0.5);
}
.ring-sky-300\/55 {
    --tw-ring-color: rgba(125, 211, 252, 0.55);
}
.ring-sky-300\/60 {
    --tw-ring-color: rgba(125, 211, 252, 0.6);
}
.ring-sky-300\/65 {
    --tw-ring-color: rgba(125, 211, 252, 0.65);
}
.ring-sky-300\/70 {
    --tw-ring-color: rgba(125, 211, 252, 0.7);
}
.ring-sky-300\/75 {
    --tw-ring-color: rgba(125, 211, 252, 0.75);
}
.ring-sky-300\/80 {
    --tw-ring-color: rgba(125, 211, 252, 0.8);
}
.ring-sky-300\/85 {
    --tw-ring-color: rgba(125, 211, 252, 0.85);
}
.ring-sky-300\/90 {
    --tw-ring-color: rgba(125, 211, 252, 0.9);
}
.ring-sky-300\/95 {
    --tw-ring-color: rgba(125, 211, 252, 0.95);
}
.ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}
.ring-sky-400\/0 {
    --tw-ring-color: rgba(56, 189, 248, 0);
}
.ring-sky-400\/10 {
    --tw-ring-color: rgba(56, 189, 248, 0.1);
}
.ring-sky-400\/100 {
    --tw-ring-color: #38bdf8;
}
.ring-sky-400\/15 {
    --tw-ring-color: rgba(56, 189, 248, 0.15);
}
.ring-sky-400\/20 {
    --tw-ring-color: rgba(56, 189, 248, 0.2);
}
.ring-sky-400\/25 {
    --tw-ring-color: rgba(56, 189, 248, 0.25);
}
.ring-sky-400\/30 {
    --tw-ring-color: rgba(56, 189, 248, 0.3);
}
.ring-sky-400\/35 {
    --tw-ring-color: rgba(56, 189, 248, 0.35);
}
.ring-sky-400\/40 {
    --tw-ring-color: rgba(56, 189, 248, 0.4);
}
.ring-sky-400\/45 {
    --tw-ring-color: rgba(56, 189, 248, 0.45);
}
.ring-sky-400\/5 {
    --tw-ring-color: rgba(56, 189, 248, 0.05);
}
.ring-sky-400\/50 {
    --tw-ring-color: rgba(56, 189, 248, 0.5);
}
.ring-sky-400\/55 {
    --tw-ring-color: rgba(56, 189, 248, 0.55);
}
.ring-sky-400\/60 {
    --tw-ring-color: rgba(56, 189, 248, 0.6);
}
.ring-sky-400\/65 {
    --tw-ring-color: rgba(56, 189, 248, 0.65);
}
.ring-sky-400\/70 {
    --tw-ring-color: rgba(56, 189, 248, 0.7);
}
.ring-sky-400\/75 {
    --tw-ring-color: rgba(56, 189, 248, 0.75);
}
.ring-sky-400\/80 {
    --tw-ring-color: rgba(56, 189, 248, 0.8);
}
.ring-sky-400\/85 {
    --tw-ring-color: rgba(56, 189, 248, 0.85);
}
.ring-sky-400\/90 {
    --tw-ring-color: rgba(56, 189, 248, 0.9);
}
.ring-sky-400\/95 {
    --tw-ring-color: rgba(56, 189, 248, 0.95);
}
.ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}
.ring-sky-50\/0 {
    --tw-ring-color: rgba(240, 249, 255, 0);
}
.ring-sky-50\/10 {
    --tw-ring-color: rgba(240, 249, 255, 0.1);
}
.ring-sky-50\/100 {
    --tw-ring-color: #f0f9ff;
}
.ring-sky-50\/15 {
    --tw-ring-color: rgba(240, 249, 255, 0.15);
}
.ring-sky-50\/20 {
    --tw-ring-color: rgba(240, 249, 255, 0.2);
}
.ring-sky-50\/25 {
    --tw-ring-color: rgba(240, 249, 255, 0.25);
}
.ring-sky-50\/30 {
    --tw-ring-color: rgba(240, 249, 255, 0.3);
}
.ring-sky-50\/35 {
    --tw-ring-color: rgba(240, 249, 255, 0.35);
}
.ring-sky-50\/40 {
    --tw-ring-color: rgba(240, 249, 255, 0.4);
}
.ring-sky-50\/45 {
    --tw-ring-color: rgba(240, 249, 255, 0.45);
}
.ring-sky-50\/5 {
    --tw-ring-color: rgba(240, 249, 255, 0.05);
}
.ring-sky-50\/50 {
    --tw-ring-color: rgba(240, 249, 255, 0.5);
}
.ring-sky-50\/55 {
    --tw-ring-color: rgba(240, 249, 255, 0.55);
}
.ring-sky-50\/60 {
    --tw-ring-color: rgba(240, 249, 255, 0.6);
}
.ring-sky-50\/65 {
    --tw-ring-color: rgba(240, 249, 255, 0.65);
}
.ring-sky-50\/70 {
    --tw-ring-color: rgba(240, 249, 255, 0.7);
}
.ring-sky-50\/75 {
    --tw-ring-color: rgba(240, 249, 255, 0.75);
}
.ring-sky-50\/80 {
    --tw-ring-color: rgba(240, 249, 255, 0.8);
}
.ring-sky-50\/85 {
    --tw-ring-color: rgba(240, 249, 255, 0.85);
}
.ring-sky-50\/90 {
    --tw-ring-color: rgba(240, 249, 255, 0.9);
}
.ring-sky-50\/95 {
    --tw-ring-color: rgba(240, 249, 255, 0.95);
}
.ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.ring-sky-500\/0 {
    --tw-ring-color: rgba(14, 165, 233, 0);
}
.ring-sky-500\/10 {
    --tw-ring-color: rgba(14, 165, 233, 0.1);
}
.ring-sky-500\/100 {
    --tw-ring-color: #0ea5e9;
}
.ring-sky-500\/15 {
    --tw-ring-color: rgba(14, 165, 233, 0.15);
}
.ring-sky-500\/20 {
    --tw-ring-color: rgba(14, 165, 233, 0.2);
}
.ring-sky-500\/25 {
    --tw-ring-color: rgba(14, 165, 233, 0.25);
}
.ring-sky-500\/30 {
    --tw-ring-color: rgba(14, 165, 233, 0.3);
}
.ring-sky-500\/35 {
    --tw-ring-color: rgba(14, 165, 233, 0.35);
}
.ring-sky-500\/40 {
    --tw-ring-color: rgba(14, 165, 233, 0.4);
}
.ring-sky-500\/45 {
    --tw-ring-color: rgba(14, 165, 233, 0.45);
}
.ring-sky-500\/5 {
    --tw-ring-color: rgba(14, 165, 233, 0.05);
}
.ring-sky-500\/50 {
    --tw-ring-color: rgba(14, 165, 233, 0.5);
}
.ring-sky-500\/55 {
    --tw-ring-color: rgba(14, 165, 233, 0.55);
}
.ring-sky-500\/60 {
    --tw-ring-color: rgba(14, 165, 233, 0.6);
}
.ring-sky-500\/65 {
    --tw-ring-color: rgba(14, 165, 233, 0.65);
}
.ring-sky-500\/70 {
    --tw-ring-color: rgba(14, 165, 233, 0.7);
}
.ring-sky-500\/75 {
    --tw-ring-color: rgba(14, 165, 233, 0.75);
}
.ring-sky-500\/80 {
    --tw-ring-color: rgba(14, 165, 233, 0.8);
}
.ring-sky-500\/85 {
    --tw-ring-color: rgba(14, 165, 233, 0.85);
}
.ring-sky-500\/90 {
    --tw-ring-color: rgba(14, 165, 233, 0.9);
}
.ring-sky-500\/95 {
    --tw-ring-color: rgba(14, 165, 233, 0.95);
}
.ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}
.ring-sky-600\/0 {
    --tw-ring-color: rgba(2, 132, 199, 0);
}
.ring-sky-600\/10 {
    --tw-ring-color: rgba(2, 132, 199, 0.1);
}
.ring-sky-600\/100 {
    --tw-ring-color: #0284c7;
}
.ring-sky-600\/15 {
    --tw-ring-color: rgba(2, 132, 199, 0.15);
}
.ring-sky-600\/20 {
    --tw-ring-color: rgba(2, 132, 199, 0.2);
}
.ring-sky-600\/25 {
    --tw-ring-color: rgba(2, 132, 199, 0.25);
}
.ring-sky-600\/30 {
    --tw-ring-color: rgba(2, 132, 199, 0.3);
}
.ring-sky-600\/35 {
    --tw-ring-color: rgba(2, 132, 199, 0.35);
}
.ring-sky-600\/40 {
    --tw-ring-color: rgba(2, 132, 199, 0.4);
}
.ring-sky-600\/45 {
    --tw-ring-color: rgba(2, 132, 199, 0.45);
}
.ring-sky-600\/5 {
    --tw-ring-color: rgba(2, 132, 199, 0.05);
}
.ring-sky-600\/50 {
    --tw-ring-color: rgba(2, 132, 199, 0.5);
}
.ring-sky-600\/55 {
    --tw-ring-color: rgba(2, 132, 199, 0.55);
}
.ring-sky-600\/60 {
    --tw-ring-color: rgba(2, 132, 199, 0.6);
}
.ring-sky-600\/65 {
    --tw-ring-color: rgba(2, 132, 199, 0.65);
}
.ring-sky-600\/70 {
    --tw-ring-color: rgba(2, 132, 199, 0.7);
}
.ring-sky-600\/75 {
    --tw-ring-color: rgba(2, 132, 199, 0.75);
}
.ring-sky-600\/80 {
    --tw-ring-color: rgba(2, 132, 199, 0.8);
}
.ring-sky-600\/85 {
    --tw-ring-color: rgba(2, 132, 199, 0.85);
}
.ring-sky-600\/90 {
    --tw-ring-color: rgba(2, 132, 199, 0.9);
}
.ring-sky-600\/95 {
    --tw-ring-color: rgba(2, 132, 199, 0.95);
}
.ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}
.ring-sky-700\/0 {
    --tw-ring-color: rgba(3, 105, 161, 0);
}
.ring-sky-700\/10 {
    --tw-ring-color: rgba(3, 105, 161, 0.1);
}
.ring-sky-700\/100 {
    --tw-ring-color: #0369a1;
}
.ring-sky-700\/15 {
    --tw-ring-color: rgba(3, 105, 161, 0.15);
}
.ring-sky-700\/20 {
    --tw-ring-color: rgba(3, 105, 161, 0.2);
}
.ring-sky-700\/25 {
    --tw-ring-color: rgba(3, 105, 161, 0.25);
}
.ring-sky-700\/30 {
    --tw-ring-color: rgba(3, 105, 161, 0.3);
}
.ring-sky-700\/35 {
    --tw-ring-color: rgba(3, 105, 161, 0.35);
}
.ring-sky-700\/40 {
    --tw-ring-color: rgba(3, 105, 161, 0.4);
}
.ring-sky-700\/45 {
    --tw-ring-color: rgba(3, 105, 161, 0.45);
}
.ring-sky-700\/5 {
    --tw-ring-color: rgba(3, 105, 161, 0.05);
}
.ring-sky-700\/50 {
    --tw-ring-color: rgba(3, 105, 161, 0.5);
}
.ring-sky-700\/55 {
    --tw-ring-color: rgba(3, 105, 161, 0.55);
}
.ring-sky-700\/60 {
    --tw-ring-color: rgba(3, 105, 161, 0.6);
}
.ring-sky-700\/65 {
    --tw-ring-color: rgba(3, 105, 161, 0.65);
}
.ring-sky-700\/70 {
    --tw-ring-color: rgba(3, 105, 161, 0.7);
}
.ring-sky-700\/75 {
    --tw-ring-color: rgba(3, 105, 161, 0.75);
}
.ring-sky-700\/80 {
    --tw-ring-color: rgba(3, 105, 161, 0.8);
}
.ring-sky-700\/85 {
    --tw-ring-color: rgba(3, 105, 161, 0.85);
}
.ring-sky-700\/90 {
    --tw-ring-color: rgba(3, 105, 161, 0.9);
}
.ring-sky-700\/95 {
    --tw-ring-color: rgba(3, 105, 161, 0.95);
}
.ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}
.ring-sky-800\/0 {
    --tw-ring-color: rgba(7, 89, 133, 0);
}
.ring-sky-800\/10 {
    --tw-ring-color: rgba(7, 89, 133, 0.1);
}
.ring-sky-800\/100 {
    --tw-ring-color: #075985;
}
.ring-sky-800\/15 {
    --tw-ring-color: rgba(7, 89, 133, 0.15);
}
.ring-sky-800\/20 {
    --tw-ring-color: rgba(7, 89, 133, 0.2);
}
.ring-sky-800\/25 {
    --tw-ring-color: rgba(7, 89, 133, 0.25);
}
.ring-sky-800\/30 {
    --tw-ring-color: rgba(7, 89, 133, 0.3);
}
.ring-sky-800\/35 {
    --tw-ring-color: rgba(7, 89, 133, 0.35);
}
.ring-sky-800\/40 {
    --tw-ring-color: rgba(7, 89, 133, 0.4);
}
.ring-sky-800\/45 {
    --tw-ring-color: rgba(7, 89, 133, 0.45);
}
.ring-sky-800\/5 {
    --tw-ring-color: rgba(7, 89, 133, 0.05);
}
.ring-sky-800\/50 {
    --tw-ring-color: rgba(7, 89, 133, 0.5);
}
.ring-sky-800\/55 {
    --tw-ring-color: rgba(7, 89, 133, 0.55);
}
.ring-sky-800\/60 {
    --tw-ring-color: rgba(7, 89, 133, 0.6);
}
.ring-sky-800\/65 {
    --tw-ring-color: rgba(7, 89, 133, 0.65);
}
.ring-sky-800\/70 {
    --tw-ring-color: rgba(7, 89, 133, 0.7);
}
.ring-sky-800\/75 {
    --tw-ring-color: rgba(7, 89, 133, 0.75);
}
.ring-sky-800\/80 {
    --tw-ring-color: rgba(7, 89, 133, 0.8);
}
.ring-sky-800\/85 {
    --tw-ring-color: rgba(7, 89, 133, 0.85);
}
.ring-sky-800\/90 {
    --tw-ring-color: rgba(7, 89, 133, 0.9);
}
.ring-sky-800\/95 {
    --tw-ring-color: rgba(7, 89, 133, 0.95);
}
.ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}
.ring-sky-900\/0 {
    --tw-ring-color: rgba(12, 74, 110, 0);
}
.ring-sky-900\/10 {
    --tw-ring-color: rgba(12, 74, 110, 0.1);
}
.ring-sky-900\/100 {
    --tw-ring-color: #0c4a6e;
}
.ring-sky-900\/15 {
    --tw-ring-color: rgba(12, 74, 110, 0.15);
}
.ring-sky-900\/20 {
    --tw-ring-color: rgba(12, 74, 110, 0.2);
}
.ring-sky-900\/25 {
    --tw-ring-color: rgba(12, 74, 110, 0.25);
}
.ring-sky-900\/30 {
    --tw-ring-color: rgba(12, 74, 110, 0.3);
}
.ring-sky-900\/35 {
    --tw-ring-color: rgba(12, 74, 110, 0.35);
}
.ring-sky-900\/40 {
    --tw-ring-color: rgba(12, 74, 110, 0.4);
}
.ring-sky-900\/45 {
    --tw-ring-color: rgba(12, 74, 110, 0.45);
}
.ring-sky-900\/5 {
    --tw-ring-color: rgba(12, 74, 110, 0.05);
}
.ring-sky-900\/50 {
    --tw-ring-color: rgba(12, 74, 110, 0.5);
}
.ring-sky-900\/55 {
    --tw-ring-color: rgba(12, 74, 110, 0.55);
}
.ring-sky-900\/60 {
    --tw-ring-color: rgba(12, 74, 110, 0.6);
}
.ring-sky-900\/65 {
    --tw-ring-color: rgba(12, 74, 110, 0.65);
}
.ring-sky-900\/70 {
    --tw-ring-color: rgba(12, 74, 110, 0.7);
}
.ring-sky-900\/75 {
    --tw-ring-color: rgba(12, 74, 110, 0.75);
}
.ring-sky-900\/80 {
    --tw-ring-color: rgba(12, 74, 110, 0.8);
}
.ring-sky-900\/85 {
    --tw-ring-color: rgba(12, 74, 110, 0.85);
}
.ring-sky-900\/90 {
    --tw-ring-color: rgba(12, 74, 110, 0.9);
}
.ring-sky-900\/95 {
    --tw-ring-color: rgba(12, 74, 110, 0.95);
}
.ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.ring-slate-100\/0 {
    --tw-ring-color: rgba(241, 245, 249, 0);
}
.ring-slate-100\/10 {
    --tw-ring-color: rgba(241, 245, 249, 0.1);
}
.ring-slate-100\/100 {
    --tw-ring-color: #f1f5f9;
}
.ring-slate-100\/15 {
    --tw-ring-color: rgba(241, 245, 249, 0.15);
}
.ring-slate-100\/20 {
    --tw-ring-color: rgba(241, 245, 249, 0.2);
}
.ring-slate-100\/25 {
    --tw-ring-color: rgba(241, 245, 249, 0.25);
}
.ring-slate-100\/30 {
    --tw-ring-color: rgba(241, 245, 249, 0.3);
}
.ring-slate-100\/35 {
    --tw-ring-color: rgba(241, 245, 249, 0.35);
}
.ring-slate-100\/40 {
    --tw-ring-color: rgba(241, 245, 249, 0.4);
}
.ring-slate-100\/45 {
    --tw-ring-color: rgba(241, 245, 249, 0.45);
}
.ring-slate-100\/5 {
    --tw-ring-color: rgba(241, 245, 249, 0.05);
}
.ring-slate-100\/50 {
    --tw-ring-color: rgba(241, 245, 249, 0.5);
}
.ring-slate-100\/55 {
    --tw-ring-color: rgba(241, 245, 249, 0.55);
}
.ring-slate-100\/60 {
    --tw-ring-color: rgba(241, 245, 249, 0.6);
}
.ring-slate-100\/65 {
    --tw-ring-color: rgba(241, 245, 249, 0.65);
}
.ring-slate-100\/70 {
    --tw-ring-color: rgba(241, 245, 249, 0.7);
}
.ring-slate-100\/75 {
    --tw-ring-color: rgba(241, 245, 249, 0.75);
}
.ring-slate-100\/80 {
    --tw-ring-color: rgba(241, 245, 249, 0.8);
}
.ring-slate-100\/85 {
    --tw-ring-color: rgba(241, 245, 249, 0.85);
}
.ring-slate-100\/90 {
    --tw-ring-color: rgba(241, 245, 249, 0.9);
}
.ring-slate-100\/95 {
    --tw-ring-color: rgba(241, 245, 249, 0.95);
}
.ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-slate-200\/0 {
    --tw-ring-color: rgba(226, 232, 240, 0);
}
.ring-slate-200\/10 {
    --tw-ring-color: rgba(226, 232, 240, 0.1);
}
.ring-slate-200\/100 {
    --tw-ring-color: #e2e8f0;
}
.ring-slate-200\/15 {
    --tw-ring-color: rgba(226, 232, 240, 0.15);
}
.ring-slate-200\/20 {
    --tw-ring-color: rgba(226, 232, 240, 0.2);
}
.ring-slate-200\/25 {
    --tw-ring-color: rgba(226, 232, 240, 0.25);
}
.ring-slate-200\/30 {
    --tw-ring-color: rgba(226, 232, 240, 0.3);
}
.ring-slate-200\/35 {
    --tw-ring-color: rgba(226, 232, 240, 0.35);
}
.ring-slate-200\/40 {
    --tw-ring-color: rgba(226, 232, 240, 0.4);
}
.ring-slate-200\/45 {
    --tw-ring-color: rgba(226, 232, 240, 0.45);
}
.ring-slate-200\/5 {
    --tw-ring-color: rgba(226, 232, 240, 0.05);
}
.ring-slate-200\/50 {
    --tw-ring-color: rgba(226, 232, 240, 0.5);
}
.ring-slate-200\/55 {
    --tw-ring-color: rgba(226, 232, 240, 0.55);
}
.ring-slate-200\/60 {
    --tw-ring-color: rgba(226, 232, 240, 0.6);
}
.ring-slate-200\/65 {
    --tw-ring-color: rgba(226, 232, 240, 0.65);
}
.ring-slate-200\/70 {
    --tw-ring-color: rgba(226, 232, 240, 0.7);
}
.ring-slate-200\/75 {
    --tw-ring-color: rgba(226, 232, 240, 0.75);
}
.ring-slate-200\/80 {
    --tw-ring-color: rgba(226, 232, 240, 0.8);
}
.ring-slate-200\/85 {
    --tw-ring-color: rgba(226, 232, 240, 0.85);
}
.ring-slate-200\/90 {
    --tw-ring-color: rgba(226, 232, 240, 0.9);
}
.ring-slate-200\/95 {
    --tw-ring-color: rgba(226, 232, 240, 0.95);
}
.ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.ring-slate-300\/0 {
    --tw-ring-color: rgba(203, 213, 225, 0);
}
.ring-slate-300\/10 {
    --tw-ring-color: rgba(203, 213, 225, 0.1);
}
.ring-slate-300\/100 {
    --tw-ring-color: #cbd5e1;
}
.ring-slate-300\/15 {
    --tw-ring-color: rgba(203, 213, 225, 0.15);
}
.ring-slate-300\/20 {
    --tw-ring-color: rgba(203, 213, 225, 0.2);
}
.ring-slate-300\/25 {
    --tw-ring-color: rgba(203, 213, 225, 0.25);
}
.ring-slate-300\/30 {
    --tw-ring-color: rgba(203, 213, 225, 0.3);
}
.ring-slate-300\/35 {
    --tw-ring-color: rgba(203, 213, 225, 0.35);
}
.ring-slate-300\/40 {
    --tw-ring-color: rgba(203, 213, 225, 0.4);
}
.ring-slate-300\/45 {
    --tw-ring-color: rgba(203, 213, 225, 0.45);
}
.ring-slate-300\/5 {
    --tw-ring-color: rgba(203, 213, 225, 0.05);
}
.ring-slate-300\/50 {
    --tw-ring-color: rgba(203, 213, 225, 0.5);
}
.ring-slate-300\/55 {
    --tw-ring-color: rgba(203, 213, 225, 0.55);
}
.ring-slate-300\/60 {
    --tw-ring-color: rgba(203, 213, 225, 0.6);
}
.ring-slate-300\/65 {
    --tw-ring-color: rgba(203, 213, 225, 0.65);
}
.ring-slate-300\/70 {
    --tw-ring-color: rgba(203, 213, 225, 0.7);
}
.ring-slate-300\/75 {
    --tw-ring-color: rgba(203, 213, 225, 0.75);
}
.ring-slate-300\/80 {
    --tw-ring-color: rgba(203, 213, 225, 0.8);
}
.ring-slate-300\/85 {
    --tw-ring-color: rgba(203, 213, 225, 0.85);
}
.ring-slate-300\/90 {
    --tw-ring-color: rgba(203, 213, 225, 0.9);
}
.ring-slate-300\/95 {
    --tw-ring-color: rgba(203, 213, 225, 0.95);
}
.ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.ring-slate-400\/0 {
    --tw-ring-color: rgba(148, 163, 184, 0);
}
.ring-slate-400\/10 {
    --tw-ring-color: rgba(148, 163, 184, 0.1);
}
.ring-slate-400\/100 {
    --tw-ring-color: #94a3b8;
}
.ring-slate-400\/15 {
    --tw-ring-color: rgba(148, 163, 184, 0.15);
}
.ring-slate-400\/20 {
    --tw-ring-color: rgba(148, 163, 184, 0.2);
}
.ring-slate-400\/25 {
    --tw-ring-color: rgba(148, 163, 184, 0.25);
}
.ring-slate-400\/30 {
    --tw-ring-color: rgba(148, 163, 184, 0.3);
}
.ring-slate-400\/35 {
    --tw-ring-color: rgba(148, 163, 184, 0.35);
}
.ring-slate-400\/40 {
    --tw-ring-color: rgba(148, 163, 184, 0.4);
}
.ring-slate-400\/45 {
    --tw-ring-color: rgba(148, 163, 184, 0.45);
}
.ring-slate-400\/5 {
    --tw-ring-color: rgba(148, 163, 184, 0.05);
}
.ring-slate-400\/50 {
    --tw-ring-color: rgba(148, 163, 184, 0.5);
}
.ring-slate-400\/55 {
    --tw-ring-color: rgba(148, 163, 184, 0.55);
}
.ring-slate-400\/60 {
    --tw-ring-color: rgba(148, 163, 184, 0.6);
}
.ring-slate-400\/65 {
    --tw-ring-color: rgba(148, 163, 184, 0.65);
}
.ring-slate-400\/70 {
    --tw-ring-color: rgba(148, 163, 184, 0.7);
}
.ring-slate-400\/75 {
    --tw-ring-color: rgba(148, 163, 184, 0.75);
}
.ring-slate-400\/80 {
    --tw-ring-color: rgba(148, 163, 184, 0.8);
}
.ring-slate-400\/85 {
    --tw-ring-color: rgba(148, 163, 184, 0.85);
}
.ring-slate-400\/90 {
    --tw-ring-color: rgba(148, 163, 184, 0.9);
}
.ring-slate-400\/95 {
    --tw-ring-color: rgba(148, 163, 184, 0.95);
}
.ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}
.ring-slate-50\/0 {
    --tw-ring-color: rgba(248, 250, 252, 0);
}
.ring-slate-50\/10 {
    --tw-ring-color: rgba(248, 250, 252, 0.1);
}
.ring-slate-50\/100 {
    --tw-ring-color: #f8fafc;
}
.ring-slate-50\/15 {
    --tw-ring-color: rgba(248, 250, 252, 0.15);
}
.ring-slate-50\/20 {
    --tw-ring-color: rgba(248, 250, 252, 0.2);
}
.ring-slate-50\/25 {
    --tw-ring-color: rgba(248, 250, 252, 0.25);
}
.ring-slate-50\/30 {
    --tw-ring-color: rgba(248, 250, 252, 0.3);
}
.ring-slate-50\/35 {
    --tw-ring-color: rgba(248, 250, 252, 0.35);
}
.ring-slate-50\/40 {
    --tw-ring-color: rgba(248, 250, 252, 0.4);
}
.ring-slate-50\/45 {
    --tw-ring-color: rgba(248, 250, 252, 0.45);
}
.ring-slate-50\/5 {
    --tw-ring-color: rgba(248, 250, 252, 0.05);
}
.ring-slate-50\/50 {
    --tw-ring-color: rgba(248, 250, 252, 0.5);
}
.ring-slate-50\/55 {
    --tw-ring-color: rgba(248, 250, 252, 0.55);
}
.ring-slate-50\/60 {
    --tw-ring-color: rgba(248, 250, 252, 0.6);
}
.ring-slate-50\/65 {
    --tw-ring-color: rgba(248, 250, 252, 0.65);
}
.ring-slate-50\/70 {
    --tw-ring-color: rgba(248, 250, 252, 0.7);
}
.ring-slate-50\/75 {
    --tw-ring-color: rgba(248, 250, 252, 0.75);
}
.ring-slate-50\/80 {
    --tw-ring-color: rgba(248, 250, 252, 0.8);
}
.ring-slate-50\/85 {
    --tw-ring-color: rgba(248, 250, 252, 0.85);
}
.ring-slate-50\/90 {
    --tw-ring-color: rgba(248, 250, 252, 0.9);
}
.ring-slate-50\/95 {
    --tw-ring-color: rgba(248, 250, 252, 0.95);
}
.ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.ring-slate-500\/0 {
    --tw-ring-color: rgba(100, 116, 139, 0);
}
.ring-slate-500\/10 {
    --tw-ring-color: rgba(100, 116, 139, 0.1);
}
.ring-slate-500\/100 {
    --tw-ring-color: #64748b;
}
.ring-slate-500\/15 {
    --tw-ring-color: rgba(100, 116, 139, 0.15);
}
.ring-slate-500\/20 {
    --tw-ring-color: rgba(100, 116, 139, 0.2);
}
.ring-slate-500\/25 {
    --tw-ring-color: rgba(100, 116, 139, 0.25);
}
.ring-slate-500\/30 {
    --tw-ring-color: rgba(100, 116, 139, 0.3);
}
.ring-slate-500\/35 {
    --tw-ring-color: rgba(100, 116, 139, 0.35);
}
.ring-slate-500\/40 {
    --tw-ring-color: rgba(100, 116, 139, 0.4);
}
.ring-slate-500\/45 {
    --tw-ring-color: rgba(100, 116, 139, 0.45);
}
.ring-slate-500\/5 {
    --tw-ring-color: rgba(100, 116, 139, 0.05);
}
.ring-slate-500\/50 {
    --tw-ring-color: rgba(100, 116, 139, 0.5);
}
.ring-slate-500\/55 {
    --tw-ring-color: rgba(100, 116, 139, 0.55);
}
.ring-slate-500\/60 {
    --tw-ring-color: rgba(100, 116, 139, 0.6);
}
.ring-slate-500\/65 {
    --tw-ring-color: rgba(100, 116, 139, 0.65);
}
.ring-slate-500\/70 {
    --tw-ring-color: rgba(100, 116, 139, 0.7);
}
.ring-slate-500\/75 {
    --tw-ring-color: rgba(100, 116, 139, 0.75);
}
.ring-slate-500\/80 {
    --tw-ring-color: rgba(100, 116, 139, 0.8);
}
.ring-slate-500\/85 {
    --tw-ring-color: rgba(100, 116, 139, 0.85);
}
.ring-slate-500\/90 {
    --tw-ring-color: rgba(100, 116, 139, 0.9);
}
.ring-slate-500\/95 {
    --tw-ring-color: rgba(100, 116, 139, 0.95);
}
.ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.ring-slate-600\/0 {
    --tw-ring-color: rgba(71, 85, 105, 0);
}
.ring-slate-600\/10 {
    --tw-ring-color: rgba(71, 85, 105, 0.1);
}
.ring-slate-600\/100 {
    --tw-ring-color: #475569;
}
.ring-slate-600\/15 {
    --tw-ring-color: rgba(71, 85, 105, 0.15);
}
.ring-slate-600\/20 {
    --tw-ring-color: rgba(71, 85, 105, 0.2);
}
.ring-slate-600\/25 {
    --tw-ring-color: rgba(71, 85, 105, 0.25);
}
.ring-slate-600\/30 {
    --tw-ring-color: rgba(71, 85, 105, 0.3);
}
.ring-slate-600\/35 {
    --tw-ring-color: rgba(71, 85, 105, 0.35);
}
.ring-slate-600\/40 {
    --tw-ring-color: rgba(71, 85, 105, 0.4);
}
.ring-slate-600\/45 {
    --tw-ring-color: rgba(71, 85, 105, 0.45);
}
.ring-slate-600\/5 {
    --tw-ring-color: rgba(71, 85, 105, 0.05);
}
.ring-slate-600\/50 {
    --tw-ring-color: rgba(71, 85, 105, 0.5);
}
.ring-slate-600\/55 {
    --tw-ring-color: rgba(71, 85, 105, 0.55);
}
.ring-slate-600\/60 {
    --tw-ring-color: rgba(71, 85, 105, 0.6);
}
.ring-slate-600\/65 {
    --tw-ring-color: rgba(71, 85, 105, 0.65);
}
.ring-slate-600\/70 {
    --tw-ring-color: rgba(71, 85, 105, 0.7);
}
.ring-slate-600\/75 {
    --tw-ring-color: rgba(71, 85, 105, 0.75);
}
.ring-slate-600\/80 {
    --tw-ring-color: rgba(71, 85, 105, 0.8);
}
.ring-slate-600\/85 {
    --tw-ring-color: rgba(71, 85, 105, 0.85);
}
.ring-slate-600\/90 {
    --tw-ring-color: rgba(71, 85, 105, 0.9);
}
.ring-slate-600\/95 {
    --tw-ring-color: rgba(71, 85, 105, 0.95);
}
.ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}
.ring-slate-700\/0 {
    --tw-ring-color: rgba(51, 65, 85, 0);
}
.ring-slate-700\/10 {
    --tw-ring-color: rgba(51, 65, 85, 0.1);
}
.ring-slate-700\/100 {
    --tw-ring-color: #334155;
}
.ring-slate-700\/15 {
    --tw-ring-color: rgba(51, 65, 85, 0.15);
}
.ring-slate-700\/20 {
    --tw-ring-color: rgba(51, 65, 85, 0.2);
}
.ring-slate-700\/25 {
    --tw-ring-color: rgba(51, 65, 85, 0.25);
}
.ring-slate-700\/30 {
    --tw-ring-color: rgba(51, 65, 85, 0.3);
}
.ring-slate-700\/35 {
    --tw-ring-color: rgba(51, 65, 85, 0.35);
}
.ring-slate-700\/40 {
    --tw-ring-color: rgba(51, 65, 85, 0.4);
}
.ring-slate-700\/45 {
    --tw-ring-color: rgba(51, 65, 85, 0.45);
}
.ring-slate-700\/5 {
    --tw-ring-color: rgba(51, 65, 85, 0.05);
}
.ring-slate-700\/50 {
    --tw-ring-color: rgba(51, 65, 85, 0.5);
}
.ring-slate-700\/55 {
    --tw-ring-color: rgba(51, 65, 85, 0.55);
}
.ring-slate-700\/60 {
    --tw-ring-color: rgba(51, 65, 85, 0.6);
}
.ring-slate-700\/65 {
    --tw-ring-color: rgba(51, 65, 85, 0.65);
}
.ring-slate-700\/70 {
    --tw-ring-color: rgba(51, 65, 85, 0.7);
}
.ring-slate-700\/75 {
    --tw-ring-color: rgba(51, 65, 85, 0.75);
}
.ring-slate-700\/80 {
    --tw-ring-color: rgba(51, 65, 85, 0.8);
}
.ring-slate-700\/85 {
    --tw-ring-color: rgba(51, 65, 85, 0.85);
}
.ring-slate-700\/90 {
    --tw-ring-color: rgba(51, 65, 85, 0.9);
}
.ring-slate-700\/95 {
    --tw-ring-color: rgba(51, 65, 85, 0.95);
}
.ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}
.ring-slate-800\/0 {
    --tw-ring-color: rgba(30, 41, 59, 0);
}
.ring-slate-800\/10 {
    --tw-ring-color: rgba(30, 41, 59, 0.1);
}
.ring-slate-800\/100 {
    --tw-ring-color: #1e293b;
}
.ring-slate-800\/15 {
    --tw-ring-color: rgba(30, 41, 59, 0.15);
}
.ring-slate-800\/20 {
    --tw-ring-color: rgba(30, 41, 59, 0.2);
}
.ring-slate-800\/25 {
    --tw-ring-color: rgba(30, 41, 59, 0.25);
}
.ring-slate-800\/30 {
    --tw-ring-color: rgba(30, 41, 59, 0.3);
}
.ring-slate-800\/35 {
    --tw-ring-color: rgba(30, 41, 59, 0.35);
}
.ring-slate-800\/40 {
    --tw-ring-color: rgba(30, 41, 59, 0.4);
}
.ring-slate-800\/45 {
    --tw-ring-color: rgba(30, 41, 59, 0.45);
}
.ring-slate-800\/5 {
    --tw-ring-color: rgba(30, 41, 59, 0.05);
}
.ring-slate-800\/50 {
    --tw-ring-color: rgba(30, 41, 59, 0.5);
}
.ring-slate-800\/55 {
    --tw-ring-color: rgba(30, 41, 59, 0.55);
}
.ring-slate-800\/60 {
    --tw-ring-color: rgba(30, 41, 59, 0.6);
}
.ring-slate-800\/65 {
    --tw-ring-color: rgba(30, 41, 59, 0.65);
}
.ring-slate-800\/70 {
    --tw-ring-color: rgba(30, 41, 59, 0.7);
}
.ring-slate-800\/75 {
    --tw-ring-color: rgba(30, 41, 59, 0.75);
}
.ring-slate-800\/80 {
    --tw-ring-color: rgba(30, 41, 59, 0.8);
}
.ring-slate-800\/85 {
    --tw-ring-color: rgba(30, 41, 59, 0.85);
}
.ring-slate-800\/90 {
    --tw-ring-color: rgba(30, 41, 59, 0.9);
}
.ring-slate-800\/95 {
    --tw-ring-color: rgba(30, 41, 59, 0.95);
}
.ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}
.ring-slate-900\/0 {
    --tw-ring-color: rgba(15, 23, 42, 0);
}
.ring-slate-900\/10 {
    --tw-ring-color: rgba(15, 23, 42, 0.1);
}
.ring-slate-900\/100 {
    --tw-ring-color: #0f172a;
}
.ring-slate-900\/15 {
    --tw-ring-color: rgba(15, 23, 42, 0.15);
}
.ring-slate-900\/20 {
    --tw-ring-color: rgba(15, 23, 42, 0.2);
}
.ring-slate-900\/25 {
    --tw-ring-color: rgba(15, 23, 42, 0.25);
}
.ring-slate-900\/30 {
    --tw-ring-color: rgba(15, 23, 42, 0.3);
}
.ring-slate-900\/35 {
    --tw-ring-color: rgba(15, 23, 42, 0.35);
}
.ring-slate-900\/40 {
    --tw-ring-color: rgba(15, 23, 42, 0.4);
}
.ring-slate-900\/45 {
    --tw-ring-color: rgba(15, 23, 42, 0.45);
}
.ring-slate-900\/5 {
    --tw-ring-color: rgba(15, 23, 42, 0.05);
}
.ring-slate-900\/50 {
    --tw-ring-color: rgba(15, 23, 42, 0.5);
}
.ring-slate-900\/55 {
    --tw-ring-color: rgba(15, 23, 42, 0.55);
}
.ring-slate-900\/60 {
    --tw-ring-color: rgba(15, 23, 42, 0.6);
}
.ring-slate-900\/65 {
    --tw-ring-color: rgba(15, 23, 42, 0.65);
}
.ring-slate-900\/70 {
    --tw-ring-color: rgba(15, 23, 42, 0.7);
}
.ring-slate-900\/75 {
    --tw-ring-color: rgba(15, 23, 42, 0.75);
}
.ring-slate-900\/80 {
    --tw-ring-color: rgba(15, 23, 42, 0.8);
}
.ring-slate-900\/85 {
    --tw-ring-color: rgba(15, 23, 42, 0.85);
}
.ring-slate-900\/90 {
    --tw-ring-color: rgba(15, 23, 42, 0.9);
}
.ring-slate-900\/95 {
    --tw-ring-color: rgba(15, 23, 42, 0.95);
}
.ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}
.ring-stone-100\/0 {
    --tw-ring-color: hsla(60, 5%, 96%, 0);
}
.ring-stone-100\/10 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.1);
}
.ring-stone-100\/100 {
    --tw-ring-color: #f5f5f4;
}
.ring-stone-100\/15 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.15);
}
.ring-stone-100\/20 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.2);
}
.ring-stone-100\/25 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.25);
}
.ring-stone-100\/30 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.3);
}
.ring-stone-100\/35 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.35);
}
.ring-stone-100\/40 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.4);
}
.ring-stone-100\/45 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.45);
}
.ring-stone-100\/5 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.05);
}
.ring-stone-100\/50 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.5);
}
.ring-stone-100\/55 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.55);
}
.ring-stone-100\/60 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.6);
}
.ring-stone-100\/65 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.65);
}
.ring-stone-100\/70 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.7);
}
.ring-stone-100\/75 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.75);
}
.ring-stone-100\/80 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.8);
}
.ring-stone-100\/85 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.85);
}
.ring-stone-100\/90 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.9);
}
.ring-stone-100\/95 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.95);
}
.ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}
.ring-stone-200\/0 {
    --tw-ring-color: hsla(20, 6%, 90%, 0);
}
.ring-stone-200\/10 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.1);
}
.ring-stone-200\/100 {
    --tw-ring-color: #e7e5e4;
}
.ring-stone-200\/15 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.15);
}
.ring-stone-200\/20 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.2);
}
.ring-stone-200\/25 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.25);
}
.ring-stone-200\/30 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.3);
}
.ring-stone-200\/35 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.35);
}
.ring-stone-200\/40 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.4);
}
.ring-stone-200\/45 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.45);
}
.ring-stone-200\/5 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.05);
}
.ring-stone-200\/50 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.5);
}
.ring-stone-200\/55 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.55);
}
.ring-stone-200\/60 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.6);
}
.ring-stone-200\/65 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.65);
}
.ring-stone-200\/70 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.7);
}
.ring-stone-200\/75 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.75);
}
.ring-stone-200\/80 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.8);
}
.ring-stone-200\/85 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.85);
}
.ring-stone-200\/90 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.9);
}
.ring-stone-200\/95 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.95);
}
.ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}
.ring-stone-300\/0 {
    --tw-ring-color: hsla(24, 6%, 83%, 0);
}
.ring-stone-300\/10 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.1);
}
.ring-stone-300\/100 {
    --tw-ring-color: #d6d3d1;
}
.ring-stone-300\/15 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.15);
}
.ring-stone-300\/20 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.2);
}
.ring-stone-300\/25 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.25);
}
.ring-stone-300\/30 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.3);
}
.ring-stone-300\/35 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.35);
}
.ring-stone-300\/40 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.4);
}
.ring-stone-300\/45 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.45);
}
.ring-stone-300\/5 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.05);
}
.ring-stone-300\/50 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.5);
}
.ring-stone-300\/55 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.55);
}
.ring-stone-300\/60 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.6);
}
.ring-stone-300\/65 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.65);
}
.ring-stone-300\/70 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.7);
}
.ring-stone-300\/75 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.75);
}
.ring-stone-300\/80 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.8);
}
.ring-stone-300\/85 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.85);
}
.ring-stone-300\/90 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.9);
}
.ring-stone-300\/95 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.95);
}
.ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.ring-stone-400\/0 {
    --tw-ring-color: hsla(24, 5%, 64%, 0);
}
.ring-stone-400\/10 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.1);
}
.ring-stone-400\/100 {
    --tw-ring-color: #a8a29e;
}
.ring-stone-400\/15 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.15);
}
.ring-stone-400\/20 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.2);
}
.ring-stone-400\/25 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.25);
}
.ring-stone-400\/30 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.3);
}
.ring-stone-400\/35 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.35);
}
.ring-stone-400\/40 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.4);
}
.ring-stone-400\/45 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.45);
}
.ring-stone-400\/5 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.05);
}
.ring-stone-400\/50 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.5);
}
.ring-stone-400\/55 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.55);
}
.ring-stone-400\/60 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.6);
}
.ring-stone-400\/65 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.65);
}
.ring-stone-400\/70 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.7);
}
.ring-stone-400\/75 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.75);
}
.ring-stone-400\/80 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.8);
}
.ring-stone-400\/85 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.85);
}
.ring-stone-400\/90 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.9);
}
.ring-stone-400\/95 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.95);
}
.ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}
.ring-stone-50\/0 {
    --tw-ring-color: hsla(60, 9%, 98%, 0);
}
.ring-stone-50\/10 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.1);
}
.ring-stone-50\/100 {
    --tw-ring-color: #fafaf9;
}
.ring-stone-50\/15 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.15);
}
.ring-stone-50\/20 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.2);
}
.ring-stone-50\/25 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.25);
}
.ring-stone-50\/30 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.3);
}
.ring-stone-50\/35 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.35);
}
.ring-stone-50\/40 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.4);
}
.ring-stone-50\/45 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.45);
}
.ring-stone-50\/5 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.05);
}
.ring-stone-50\/50 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.5);
}
.ring-stone-50\/55 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.55);
}
.ring-stone-50\/60 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.6);
}
.ring-stone-50\/65 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.65);
}
.ring-stone-50\/70 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.7);
}
.ring-stone-50\/75 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.75);
}
.ring-stone-50\/80 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.8);
}
.ring-stone-50\/85 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.85);
}
.ring-stone-50\/90 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.9);
}
.ring-stone-50\/95 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.95);
}
.ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.ring-stone-500\/0 {
    --tw-ring-color: hsla(25, 5%, 45%, 0);
}
.ring-stone-500\/10 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.1);
}
.ring-stone-500\/100 {
    --tw-ring-color: #78716c;
}
.ring-stone-500\/15 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.15);
}
.ring-stone-500\/20 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.2);
}
.ring-stone-500\/25 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.25);
}
.ring-stone-500\/30 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.3);
}
.ring-stone-500\/35 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.35);
}
.ring-stone-500\/40 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.4);
}
.ring-stone-500\/45 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.45);
}
.ring-stone-500\/5 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.05);
}
.ring-stone-500\/50 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.5);
}
.ring-stone-500\/55 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.55);
}
.ring-stone-500\/60 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.6);
}
.ring-stone-500\/65 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.65);
}
.ring-stone-500\/70 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.7);
}
.ring-stone-500\/75 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.75);
}
.ring-stone-500\/80 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.8);
}
.ring-stone-500\/85 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.85);
}
.ring-stone-500\/90 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.9);
}
.ring-stone-500\/95 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.95);
}
.ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.ring-stone-600\/0 {
    --tw-ring-color: rgba(87, 83, 78, 0);
}
.ring-stone-600\/10 {
    --tw-ring-color: rgba(87, 83, 78, 0.1);
}
.ring-stone-600\/100 {
    --tw-ring-color: #57534e;
}
.ring-stone-600\/15 {
    --tw-ring-color: rgba(87, 83, 78, 0.15);
}
.ring-stone-600\/20 {
    --tw-ring-color: rgba(87, 83, 78, 0.2);
}
.ring-stone-600\/25 {
    --tw-ring-color: rgba(87, 83, 78, 0.25);
}
.ring-stone-600\/30 {
    --tw-ring-color: rgba(87, 83, 78, 0.3);
}
.ring-stone-600\/35 {
    --tw-ring-color: rgba(87, 83, 78, 0.35);
}
.ring-stone-600\/40 {
    --tw-ring-color: rgba(87, 83, 78, 0.4);
}
.ring-stone-600\/45 {
    --tw-ring-color: rgba(87, 83, 78, 0.45);
}
.ring-stone-600\/5 {
    --tw-ring-color: rgba(87, 83, 78, 0.05);
}
.ring-stone-600\/50 {
    --tw-ring-color: rgba(87, 83, 78, 0.5);
}
.ring-stone-600\/55 {
    --tw-ring-color: rgba(87, 83, 78, 0.55);
}
.ring-stone-600\/60 {
    --tw-ring-color: rgba(87, 83, 78, 0.6);
}
.ring-stone-600\/65 {
    --tw-ring-color: rgba(87, 83, 78, 0.65);
}
.ring-stone-600\/70 {
    --tw-ring-color: rgba(87, 83, 78, 0.7);
}
.ring-stone-600\/75 {
    --tw-ring-color: rgba(87, 83, 78, 0.75);
}
.ring-stone-600\/80 {
    --tw-ring-color: rgba(87, 83, 78, 0.8);
}
.ring-stone-600\/85 {
    --tw-ring-color: rgba(87, 83, 78, 0.85);
}
.ring-stone-600\/90 {
    --tw-ring-color: rgba(87, 83, 78, 0.9);
}
.ring-stone-600\/95 {
    --tw-ring-color: rgba(87, 83, 78, 0.95);
}
.ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}
.ring-stone-700\/0 {
    --tw-ring-color: rgba(68, 64, 60, 0);
}
.ring-stone-700\/10 {
    --tw-ring-color: rgba(68, 64, 60, 0.1);
}
.ring-stone-700\/100 {
    --tw-ring-color: #44403c;
}
.ring-stone-700\/15 {
    --tw-ring-color: rgba(68, 64, 60, 0.15);
}
.ring-stone-700\/20 {
    --tw-ring-color: rgba(68, 64, 60, 0.2);
}
.ring-stone-700\/25 {
    --tw-ring-color: rgba(68, 64, 60, 0.25);
}
.ring-stone-700\/30 {
    --tw-ring-color: rgba(68, 64, 60, 0.3);
}
.ring-stone-700\/35 {
    --tw-ring-color: rgba(68, 64, 60, 0.35);
}
.ring-stone-700\/40 {
    --tw-ring-color: rgba(68, 64, 60, 0.4);
}
.ring-stone-700\/45 {
    --tw-ring-color: rgba(68, 64, 60, 0.45);
}
.ring-stone-700\/5 {
    --tw-ring-color: rgba(68, 64, 60, 0.05);
}
.ring-stone-700\/50 {
    --tw-ring-color: rgba(68, 64, 60, 0.5);
}
.ring-stone-700\/55 {
    --tw-ring-color: rgba(68, 64, 60, 0.55);
}
.ring-stone-700\/60 {
    --tw-ring-color: rgba(68, 64, 60, 0.6);
}
.ring-stone-700\/65 {
    --tw-ring-color: rgba(68, 64, 60, 0.65);
}
.ring-stone-700\/70 {
    --tw-ring-color: rgba(68, 64, 60, 0.7);
}
.ring-stone-700\/75 {
    --tw-ring-color: rgba(68, 64, 60, 0.75);
}
.ring-stone-700\/80 {
    --tw-ring-color: rgba(68, 64, 60, 0.8);
}
.ring-stone-700\/85 {
    --tw-ring-color: rgba(68, 64, 60, 0.85);
}
.ring-stone-700\/90 {
    --tw-ring-color: rgba(68, 64, 60, 0.9);
}
.ring-stone-700\/95 {
    --tw-ring-color: rgba(68, 64, 60, 0.95);
}
.ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}
.ring-stone-800\/0 {
    --tw-ring-color: rgba(41, 37, 36, 0);
}
.ring-stone-800\/10 {
    --tw-ring-color: rgba(41, 37, 36, 0.1);
}
.ring-stone-800\/100 {
    --tw-ring-color: #292524;
}
.ring-stone-800\/15 {
    --tw-ring-color: rgba(41, 37, 36, 0.15);
}
.ring-stone-800\/20 {
    --tw-ring-color: rgba(41, 37, 36, 0.2);
}
.ring-stone-800\/25 {
    --tw-ring-color: rgba(41, 37, 36, 0.25);
}
.ring-stone-800\/30 {
    --tw-ring-color: rgba(41, 37, 36, 0.3);
}
.ring-stone-800\/35 {
    --tw-ring-color: rgba(41, 37, 36, 0.35);
}
.ring-stone-800\/40 {
    --tw-ring-color: rgba(41, 37, 36, 0.4);
}
.ring-stone-800\/45 {
    --tw-ring-color: rgba(41, 37, 36, 0.45);
}
.ring-stone-800\/5 {
    --tw-ring-color: rgba(41, 37, 36, 0.05);
}
.ring-stone-800\/50 {
    --tw-ring-color: rgba(41, 37, 36, 0.5);
}
.ring-stone-800\/55 {
    --tw-ring-color: rgba(41, 37, 36, 0.55);
}
.ring-stone-800\/60 {
    --tw-ring-color: rgba(41, 37, 36, 0.6);
}
.ring-stone-800\/65 {
    --tw-ring-color: rgba(41, 37, 36, 0.65);
}
.ring-stone-800\/70 {
    --tw-ring-color: rgba(41, 37, 36, 0.7);
}
.ring-stone-800\/75 {
    --tw-ring-color: rgba(41, 37, 36, 0.75);
}
.ring-stone-800\/80 {
    --tw-ring-color: rgba(41, 37, 36, 0.8);
}
.ring-stone-800\/85 {
    --tw-ring-color: rgba(41, 37, 36, 0.85);
}
.ring-stone-800\/90 {
    --tw-ring-color: rgba(41, 37, 36, 0.9);
}
.ring-stone-800\/95 {
    --tw-ring-color: rgba(41, 37, 36, 0.95);
}
.ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}
.ring-stone-900\/0 {
    --tw-ring-color: rgba(28, 25, 23, 0);
}
.ring-stone-900\/10 {
    --tw-ring-color: rgba(28, 25, 23, 0.1);
}
.ring-stone-900\/100 {
    --tw-ring-color: #1c1917;
}
.ring-stone-900\/15 {
    --tw-ring-color: rgba(28, 25, 23, 0.15);
}
.ring-stone-900\/20 {
    --tw-ring-color: rgba(28, 25, 23, 0.2);
}
.ring-stone-900\/25 {
    --tw-ring-color: rgba(28, 25, 23, 0.25);
}
.ring-stone-900\/30 {
    --tw-ring-color: rgba(28, 25, 23, 0.3);
}
.ring-stone-900\/35 {
    --tw-ring-color: rgba(28, 25, 23, 0.35);
}
.ring-stone-900\/40 {
    --tw-ring-color: rgba(28, 25, 23, 0.4);
}
.ring-stone-900\/45 {
    --tw-ring-color: rgba(28, 25, 23, 0.45);
}
.ring-stone-900\/5 {
    --tw-ring-color: rgba(28, 25, 23, 0.05);
}
.ring-stone-900\/50 {
    --tw-ring-color: rgba(28, 25, 23, 0.5);
}
.ring-stone-900\/55 {
    --tw-ring-color: rgba(28, 25, 23, 0.55);
}
.ring-stone-900\/60 {
    --tw-ring-color: rgba(28, 25, 23, 0.6);
}
.ring-stone-900\/65 {
    --tw-ring-color: rgba(28, 25, 23, 0.65);
}
.ring-stone-900\/70 {
    --tw-ring-color: rgba(28, 25, 23, 0.7);
}
.ring-stone-900\/75 {
    --tw-ring-color: rgba(28, 25, 23, 0.75);
}
.ring-stone-900\/80 {
    --tw-ring-color: rgba(28, 25, 23, 0.8);
}
.ring-stone-900\/85 {
    --tw-ring-color: rgba(28, 25, 23, 0.85);
}
.ring-stone-900\/90 {
    --tw-ring-color: rgba(28, 25, 23, 0.9);
}
.ring-stone-900\/95 {
    --tw-ring-color: rgba(28, 25, 23, 0.95);
}
.ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}
.ring-teal-100\/0 {
    --tw-ring-color: rgba(204, 251, 241, 0);
}
.ring-teal-100\/10 {
    --tw-ring-color: rgba(204, 251, 241, 0.1);
}
.ring-teal-100\/100 {
    --tw-ring-color: #ccfbf1;
}
.ring-teal-100\/15 {
    --tw-ring-color: rgba(204, 251, 241, 0.15);
}
.ring-teal-100\/20 {
    --tw-ring-color: rgba(204, 251, 241, 0.2);
}
.ring-teal-100\/25 {
    --tw-ring-color: rgba(204, 251, 241, 0.25);
}
.ring-teal-100\/30 {
    --tw-ring-color: rgba(204, 251, 241, 0.3);
}
.ring-teal-100\/35 {
    --tw-ring-color: rgba(204, 251, 241, 0.35);
}
.ring-teal-100\/40 {
    --tw-ring-color: rgba(204, 251, 241, 0.4);
}
.ring-teal-100\/45 {
    --tw-ring-color: rgba(204, 251, 241, 0.45);
}
.ring-teal-100\/5 {
    --tw-ring-color: rgba(204, 251, 241, 0.05);
}
.ring-teal-100\/50 {
    --tw-ring-color: rgba(204, 251, 241, 0.5);
}
.ring-teal-100\/55 {
    --tw-ring-color: rgba(204, 251, 241, 0.55);
}
.ring-teal-100\/60 {
    --tw-ring-color: rgba(204, 251, 241, 0.6);
}
.ring-teal-100\/65 {
    --tw-ring-color: rgba(204, 251, 241, 0.65);
}
.ring-teal-100\/70 {
    --tw-ring-color: rgba(204, 251, 241, 0.7);
}
.ring-teal-100\/75 {
    --tw-ring-color: rgba(204, 251, 241, 0.75);
}
.ring-teal-100\/80 {
    --tw-ring-color: rgba(204, 251, 241, 0.8);
}
.ring-teal-100\/85 {
    --tw-ring-color: rgba(204, 251, 241, 0.85);
}
.ring-teal-100\/90 {
    --tw-ring-color: rgba(204, 251, 241, 0.9);
}
.ring-teal-100\/95 {
    --tw-ring-color: rgba(204, 251, 241, 0.95);
}
.ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}
.ring-teal-200\/0 {
    --tw-ring-color: rgba(153, 246, 228, 0);
}
.ring-teal-200\/10 {
    --tw-ring-color: rgba(153, 246, 228, 0.1);
}
.ring-teal-200\/100 {
    --tw-ring-color: #99f6e4;
}
.ring-teal-200\/15 {
    --tw-ring-color: rgba(153, 246, 228, 0.15);
}
.ring-teal-200\/20 {
    --tw-ring-color: rgba(153, 246, 228, 0.2);
}
.ring-teal-200\/25 {
    --tw-ring-color: rgba(153, 246, 228, 0.25);
}
.ring-teal-200\/30 {
    --tw-ring-color: rgba(153, 246, 228, 0.3);
}
.ring-teal-200\/35 {
    --tw-ring-color: rgba(153, 246, 228, 0.35);
}
.ring-teal-200\/40 {
    --tw-ring-color: rgba(153, 246, 228, 0.4);
}
.ring-teal-200\/45 {
    --tw-ring-color: rgba(153, 246, 228, 0.45);
}
.ring-teal-200\/5 {
    --tw-ring-color: rgba(153, 246, 228, 0.05);
}
.ring-teal-200\/50 {
    --tw-ring-color: rgba(153, 246, 228, 0.5);
}
.ring-teal-200\/55 {
    --tw-ring-color: rgba(153, 246, 228, 0.55);
}
.ring-teal-200\/60 {
    --tw-ring-color: rgba(153, 246, 228, 0.6);
}
.ring-teal-200\/65 {
    --tw-ring-color: rgba(153, 246, 228, 0.65);
}
.ring-teal-200\/70 {
    --tw-ring-color: rgba(153, 246, 228, 0.7);
}
.ring-teal-200\/75 {
    --tw-ring-color: rgba(153, 246, 228, 0.75);
}
.ring-teal-200\/80 {
    --tw-ring-color: rgba(153, 246, 228, 0.8);
}
.ring-teal-200\/85 {
    --tw-ring-color: rgba(153, 246, 228, 0.85);
}
.ring-teal-200\/90 {
    --tw-ring-color: rgba(153, 246, 228, 0.9);
}
.ring-teal-200\/95 {
    --tw-ring-color: rgba(153, 246, 228, 0.95);
}
.ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}
.ring-teal-300\/0 {
    --tw-ring-color: rgba(94, 234, 212, 0);
}
.ring-teal-300\/10 {
    --tw-ring-color: rgba(94, 234, 212, 0.1);
}
.ring-teal-300\/100 {
    --tw-ring-color: #5eead4;
}
.ring-teal-300\/15 {
    --tw-ring-color: rgba(94, 234, 212, 0.15);
}
.ring-teal-300\/20 {
    --tw-ring-color: rgba(94, 234, 212, 0.2);
}
.ring-teal-300\/25 {
    --tw-ring-color: rgba(94, 234, 212, 0.25);
}
.ring-teal-300\/30 {
    --tw-ring-color: rgba(94, 234, 212, 0.3);
}
.ring-teal-300\/35 {
    --tw-ring-color: rgba(94, 234, 212, 0.35);
}
.ring-teal-300\/40 {
    --tw-ring-color: rgba(94, 234, 212, 0.4);
}
.ring-teal-300\/45 {
    --tw-ring-color: rgba(94, 234, 212, 0.45);
}
.ring-teal-300\/5 {
    --tw-ring-color: rgba(94, 234, 212, 0.05);
}
.ring-teal-300\/50 {
    --tw-ring-color: rgba(94, 234, 212, 0.5);
}
.ring-teal-300\/55 {
    --tw-ring-color: rgba(94, 234, 212, 0.55);
}
.ring-teal-300\/60 {
    --tw-ring-color: rgba(94, 234, 212, 0.6);
}
.ring-teal-300\/65 {
    --tw-ring-color: rgba(94, 234, 212, 0.65);
}
.ring-teal-300\/70 {
    --tw-ring-color: rgba(94, 234, 212, 0.7);
}
.ring-teal-300\/75 {
    --tw-ring-color: rgba(94, 234, 212, 0.75);
}
.ring-teal-300\/80 {
    --tw-ring-color: rgba(94, 234, 212, 0.8);
}
.ring-teal-300\/85 {
    --tw-ring-color: rgba(94, 234, 212, 0.85);
}
.ring-teal-300\/90 {
    --tw-ring-color: rgba(94, 234, 212, 0.9);
}
.ring-teal-300\/95 {
    --tw-ring-color: rgba(94, 234, 212, 0.95);
}
.ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.ring-teal-400\/0 {
    --tw-ring-color: rgba(45, 212, 191, 0);
}
.ring-teal-400\/10 {
    --tw-ring-color: rgba(45, 212, 191, 0.1);
}
.ring-teal-400\/100 {
    --tw-ring-color: #2dd4bf;
}
.ring-teal-400\/15 {
    --tw-ring-color: rgba(45, 212, 191, 0.15);
}
.ring-teal-400\/20 {
    --tw-ring-color: rgba(45, 212, 191, 0.2);
}
.ring-teal-400\/25 {
    --tw-ring-color: rgba(45, 212, 191, 0.25);
}
.ring-teal-400\/30 {
    --tw-ring-color: rgba(45, 212, 191, 0.3);
}
.ring-teal-400\/35 {
    --tw-ring-color: rgba(45, 212, 191, 0.35);
}
.ring-teal-400\/40 {
    --tw-ring-color: rgba(45, 212, 191, 0.4);
}
.ring-teal-400\/45 {
    --tw-ring-color: rgba(45, 212, 191, 0.45);
}
.ring-teal-400\/5 {
    --tw-ring-color: rgba(45, 212, 191, 0.05);
}
.ring-teal-400\/50 {
    --tw-ring-color: rgba(45, 212, 191, 0.5);
}
.ring-teal-400\/55 {
    --tw-ring-color: rgba(45, 212, 191, 0.55);
}
.ring-teal-400\/60 {
    --tw-ring-color: rgba(45, 212, 191, 0.6);
}
.ring-teal-400\/65 {
    --tw-ring-color: rgba(45, 212, 191, 0.65);
}
.ring-teal-400\/70 {
    --tw-ring-color: rgba(45, 212, 191, 0.7);
}
.ring-teal-400\/75 {
    --tw-ring-color: rgba(45, 212, 191, 0.75);
}
.ring-teal-400\/80 {
    --tw-ring-color: rgba(45, 212, 191, 0.8);
}
.ring-teal-400\/85 {
    --tw-ring-color: rgba(45, 212, 191, 0.85);
}
.ring-teal-400\/90 {
    --tw-ring-color: rgba(45, 212, 191, 0.9);
}
.ring-teal-400\/95 {
    --tw-ring-color: rgba(45, 212, 191, 0.95);
}
.ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}
.ring-teal-50\/0 {
    --tw-ring-color: rgba(240, 253, 250, 0);
}
.ring-teal-50\/10 {
    --tw-ring-color: rgba(240, 253, 250, 0.1);
}
.ring-teal-50\/100 {
    --tw-ring-color: #f0fdfa;
}
.ring-teal-50\/15 {
    --tw-ring-color: rgba(240, 253, 250, 0.15);
}
.ring-teal-50\/20 {
    --tw-ring-color: rgba(240, 253, 250, 0.2);
}
.ring-teal-50\/25 {
    --tw-ring-color: rgba(240, 253, 250, 0.25);
}
.ring-teal-50\/30 {
    --tw-ring-color: rgba(240, 253, 250, 0.3);
}
.ring-teal-50\/35 {
    --tw-ring-color: rgba(240, 253, 250, 0.35);
}
.ring-teal-50\/40 {
    --tw-ring-color: rgba(240, 253, 250, 0.4);
}
.ring-teal-50\/45 {
    --tw-ring-color: rgba(240, 253, 250, 0.45);
}
.ring-teal-50\/5 {
    --tw-ring-color: rgba(240, 253, 250, 0.05);
}
.ring-teal-50\/50 {
    --tw-ring-color: rgba(240, 253, 250, 0.5);
}
.ring-teal-50\/55 {
    --tw-ring-color: rgba(240, 253, 250, 0.55);
}
.ring-teal-50\/60 {
    --tw-ring-color: rgba(240, 253, 250, 0.6);
}
.ring-teal-50\/65 {
    --tw-ring-color: rgba(240, 253, 250, 0.65);
}
.ring-teal-50\/70 {
    --tw-ring-color: rgba(240, 253, 250, 0.7);
}
.ring-teal-50\/75 {
    --tw-ring-color: rgba(240, 253, 250, 0.75);
}
.ring-teal-50\/80 {
    --tw-ring-color: rgba(240, 253, 250, 0.8);
}
.ring-teal-50\/85 {
    --tw-ring-color: rgba(240, 253, 250, 0.85);
}
.ring-teal-50\/90 {
    --tw-ring-color: rgba(240, 253, 250, 0.9);
}
.ring-teal-50\/95 {
    --tw-ring-color: rgba(240, 253, 250, 0.95);
}
.ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.ring-teal-500\/0 {
    --tw-ring-color: rgba(20, 184, 166, 0);
}
.ring-teal-500\/10 {
    --tw-ring-color: rgba(20, 184, 166, 0.1);
}
.ring-teal-500\/100 {
    --tw-ring-color: #14b8a6;
}
.ring-teal-500\/15 {
    --tw-ring-color: rgba(20, 184, 166, 0.15);
}
.ring-teal-500\/20 {
    --tw-ring-color: rgba(20, 184, 166, 0.2);
}
.ring-teal-500\/25 {
    --tw-ring-color: rgba(20, 184, 166, 0.25);
}
.ring-teal-500\/30 {
    --tw-ring-color: rgba(20, 184, 166, 0.3);
}
.ring-teal-500\/35 {
    --tw-ring-color: rgba(20, 184, 166, 0.35);
}
.ring-teal-500\/40 {
    --tw-ring-color: rgba(20, 184, 166, 0.4);
}
.ring-teal-500\/45 {
    --tw-ring-color: rgba(20, 184, 166, 0.45);
}
.ring-teal-500\/5 {
    --tw-ring-color: rgba(20, 184, 166, 0.05);
}
.ring-teal-500\/50 {
    --tw-ring-color: rgba(20, 184, 166, 0.5);
}
.ring-teal-500\/55 {
    --tw-ring-color: rgba(20, 184, 166, 0.55);
}
.ring-teal-500\/60 {
    --tw-ring-color: rgba(20, 184, 166, 0.6);
}
.ring-teal-500\/65 {
    --tw-ring-color: rgba(20, 184, 166, 0.65);
}
.ring-teal-500\/70 {
    --tw-ring-color: rgba(20, 184, 166, 0.7);
}
.ring-teal-500\/75 {
    --tw-ring-color: rgba(20, 184, 166, 0.75);
}
.ring-teal-500\/80 {
    --tw-ring-color: rgba(20, 184, 166, 0.8);
}
.ring-teal-500\/85 {
    --tw-ring-color: rgba(20, 184, 166, 0.85);
}
.ring-teal-500\/90 {
    --tw-ring-color: rgba(20, 184, 166, 0.9);
}
.ring-teal-500\/95 {
    --tw-ring-color: rgba(20, 184, 166, 0.95);
}
.ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}
.ring-teal-600\/0 {
    --tw-ring-color: rgba(13, 148, 136, 0);
}
.ring-teal-600\/10 {
    --tw-ring-color: rgba(13, 148, 136, 0.1);
}
.ring-teal-600\/100 {
    --tw-ring-color: #0d9488;
}
.ring-teal-600\/15 {
    --tw-ring-color: rgba(13, 148, 136, 0.15);
}
.ring-teal-600\/20 {
    --tw-ring-color: rgba(13, 148, 136, 0.2);
}
.ring-teal-600\/25 {
    --tw-ring-color: rgba(13, 148, 136, 0.25);
}
.ring-teal-600\/30 {
    --tw-ring-color: rgba(13, 148, 136, 0.3);
}
.ring-teal-600\/35 {
    --tw-ring-color: rgba(13, 148, 136, 0.35);
}
.ring-teal-600\/40 {
    --tw-ring-color: rgba(13, 148, 136, 0.4);
}
.ring-teal-600\/45 {
    --tw-ring-color: rgba(13, 148, 136, 0.45);
}
.ring-teal-600\/5 {
    --tw-ring-color: rgba(13, 148, 136, 0.05);
}
.ring-teal-600\/50 {
    --tw-ring-color: rgba(13, 148, 136, 0.5);
}
.ring-teal-600\/55 {
    --tw-ring-color: rgba(13, 148, 136, 0.55);
}
.ring-teal-600\/60 {
    --tw-ring-color: rgba(13, 148, 136, 0.6);
}
.ring-teal-600\/65 {
    --tw-ring-color: rgba(13, 148, 136, 0.65);
}
.ring-teal-600\/70 {
    --tw-ring-color: rgba(13, 148, 136, 0.7);
}
.ring-teal-600\/75 {
    --tw-ring-color: rgba(13, 148, 136, 0.75);
}
.ring-teal-600\/80 {
    --tw-ring-color: rgba(13, 148, 136, 0.8);
}
.ring-teal-600\/85 {
    --tw-ring-color: rgba(13, 148, 136, 0.85);
}
.ring-teal-600\/90 {
    --tw-ring-color: rgba(13, 148, 136, 0.9);
}
.ring-teal-600\/95 {
    --tw-ring-color: rgba(13, 148, 136, 0.95);
}
.ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}
.ring-teal-700\/0 {
    --tw-ring-color: rgba(15, 118, 110, 0);
}
.ring-teal-700\/10 {
    --tw-ring-color: rgba(15, 118, 110, 0.1);
}
.ring-teal-700\/100 {
    --tw-ring-color: #0f766e;
}
.ring-teal-700\/15 {
    --tw-ring-color: rgba(15, 118, 110, 0.15);
}
.ring-teal-700\/20 {
    --tw-ring-color: rgba(15, 118, 110, 0.2);
}
.ring-teal-700\/25 {
    --tw-ring-color: rgba(15, 118, 110, 0.25);
}
.ring-teal-700\/30 {
    --tw-ring-color: rgba(15, 118, 110, 0.3);
}
.ring-teal-700\/35 {
    --tw-ring-color: rgba(15, 118, 110, 0.35);
}
.ring-teal-700\/40 {
    --tw-ring-color: rgba(15, 118, 110, 0.4);
}
.ring-teal-700\/45 {
    --tw-ring-color: rgba(15, 118, 110, 0.45);
}
.ring-teal-700\/5 {
    --tw-ring-color: rgba(15, 118, 110, 0.05);
}
.ring-teal-700\/50 {
    --tw-ring-color: rgba(15, 118, 110, 0.5);
}
.ring-teal-700\/55 {
    --tw-ring-color: rgba(15, 118, 110, 0.55);
}
.ring-teal-700\/60 {
    --tw-ring-color: rgba(15, 118, 110, 0.6);
}
.ring-teal-700\/65 {
    --tw-ring-color: rgba(15, 118, 110, 0.65);
}
.ring-teal-700\/70 {
    --tw-ring-color: rgba(15, 118, 110, 0.7);
}
.ring-teal-700\/75 {
    --tw-ring-color: rgba(15, 118, 110, 0.75);
}
.ring-teal-700\/80 {
    --tw-ring-color: rgba(15, 118, 110, 0.8);
}
.ring-teal-700\/85 {
    --tw-ring-color: rgba(15, 118, 110, 0.85);
}
.ring-teal-700\/90 {
    --tw-ring-color: rgba(15, 118, 110, 0.9);
}
.ring-teal-700\/95 {
    --tw-ring-color: rgba(15, 118, 110, 0.95);
}
.ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}
.ring-teal-800\/0 {
    --tw-ring-color: rgba(17, 94, 89, 0);
}
.ring-teal-800\/10 {
    --tw-ring-color: rgba(17, 94, 89, 0.1);
}
.ring-teal-800\/100 {
    --tw-ring-color: #115e59;
}
.ring-teal-800\/15 {
    --tw-ring-color: rgba(17, 94, 89, 0.15);
}
.ring-teal-800\/20 {
    --tw-ring-color: rgba(17, 94, 89, 0.2);
}
.ring-teal-800\/25 {
    --tw-ring-color: rgba(17, 94, 89, 0.25);
}
.ring-teal-800\/30 {
    --tw-ring-color: rgba(17, 94, 89, 0.3);
}
.ring-teal-800\/35 {
    --tw-ring-color: rgba(17, 94, 89, 0.35);
}
.ring-teal-800\/40 {
    --tw-ring-color: rgba(17, 94, 89, 0.4);
}
.ring-teal-800\/45 {
    --tw-ring-color: rgba(17, 94, 89, 0.45);
}
.ring-teal-800\/5 {
    --tw-ring-color: rgba(17, 94, 89, 0.05);
}
.ring-teal-800\/50 {
    --tw-ring-color: rgba(17, 94, 89, 0.5);
}
.ring-teal-800\/55 {
    --tw-ring-color: rgba(17, 94, 89, 0.55);
}
.ring-teal-800\/60 {
    --tw-ring-color: rgba(17, 94, 89, 0.6);
}
.ring-teal-800\/65 {
    --tw-ring-color: rgba(17, 94, 89, 0.65);
}
.ring-teal-800\/70 {
    --tw-ring-color: rgba(17, 94, 89, 0.7);
}
.ring-teal-800\/75 {
    --tw-ring-color: rgba(17, 94, 89, 0.75);
}
.ring-teal-800\/80 {
    --tw-ring-color: rgba(17, 94, 89, 0.8);
}
.ring-teal-800\/85 {
    --tw-ring-color: rgba(17, 94, 89, 0.85);
}
.ring-teal-800\/90 {
    --tw-ring-color: rgba(17, 94, 89, 0.9);
}
.ring-teal-800\/95 {
    --tw-ring-color: rgba(17, 94, 89, 0.95);
}
.ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}
.ring-teal-900\/0 {
    --tw-ring-color: rgba(19, 78, 74, 0);
}
.ring-teal-900\/10 {
    --tw-ring-color: rgba(19, 78, 74, 0.1);
}
.ring-teal-900\/100 {
    --tw-ring-color: #134e4a;
}
.ring-teal-900\/15 {
    --tw-ring-color: rgba(19, 78, 74, 0.15);
}
.ring-teal-900\/20 {
    --tw-ring-color: rgba(19, 78, 74, 0.2);
}
.ring-teal-900\/25 {
    --tw-ring-color: rgba(19, 78, 74, 0.25);
}
.ring-teal-900\/30 {
    --tw-ring-color: rgba(19, 78, 74, 0.3);
}
.ring-teal-900\/35 {
    --tw-ring-color: rgba(19, 78, 74, 0.35);
}
.ring-teal-900\/40 {
    --tw-ring-color: rgba(19, 78, 74, 0.4);
}
.ring-teal-900\/45 {
    --tw-ring-color: rgba(19, 78, 74, 0.45);
}
.ring-teal-900\/5 {
    --tw-ring-color: rgba(19, 78, 74, 0.05);
}
.ring-teal-900\/50 {
    --tw-ring-color: rgba(19, 78, 74, 0.5);
}
.ring-teal-900\/55 {
    --tw-ring-color: rgba(19, 78, 74, 0.55);
}
.ring-teal-900\/60 {
    --tw-ring-color: rgba(19, 78, 74, 0.6);
}
.ring-teal-900\/65 {
    --tw-ring-color: rgba(19, 78, 74, 0.65);
}
.ring-teal-900\/70 {
    --tw-ring-color: rgba(19, 78, 74, 0.7);
}
.ring-teal-900\/75 {
    --tw-ring-color: rgba(19, 78, 74, 0.75);
}
.ring-teal-900\/80 {
    --tw-ring-color: rgba(19, 78, 74, 0.8);
}
.ring-teal-900\/85 {
    --tw-ring-color: rgba(19, 78, 74, 0.85);
}
.ring-teal-900\/90 {
    --tw-ring-color: rgba(19, 78, 74, 0.9);
}
.ring-teal-900\/95 {
    --tw-ring-color: rgba(19, 78, 74, 0.95);
}
.ring-transparent {
    --tw-ring-color: transparent;
}
.ring-truegray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}
.ring-truegray-100\/0 {
    --tw-ring-color: hsla(0, 0%, 96%, 0);
}
.ring-truegray-100\/10 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.1);
}
.ring-truegray-100\/100 {
    --tw-ring-color: #f5f5f5;
}
.ring-truegray-100\/15 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.15);
}
.ring-truegray-100\/20 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.2);
}
.ring-truegray-100\/25 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.25);
}
.ring-truegray-100\/30 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.3);
}
.ring-truegray-100\/35 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.35);
}
.ring-truegray-100\/40 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.4);
}
.ring-truegray-100\/45 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.45);
}
.ring-truegray-100\/5 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.05);
}
.ring-truegray-100\/50 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.5);
}
.ring-truegray-100\/55 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.55);
}
.ring-truegray-100\/60 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.6);
}
.ring-truegray-100\/65 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.65);
}
.ring-truegray-100\/70 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.7);
}
.ring-truegray-100\/75 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.75);
}
.ring-truegray-100\/80 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.8);
}
.ring-truegray-100\/85 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.85);
}
.ring-truegray-100\/90 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.9);
}
.ring-truegray-100\/95 {
    --tw-ring-color: hsla(0, 0%, 96%, 0.95);
}
.ring-truegray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}
.ring-truegray-200\/0 {
    --tw-ring-color: hsla(0, 0%, 90%, 0);
}
.ring-truegray-200\/10 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.1);
}
.ring-truegray-200\/100 {
    --tw-ring-color: #e5e5e5;
}
.ring-truegray-200\/15 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.15);
}
.ring-truegray-200\/20 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.2);
}
.ring-truegray-200\/25 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.25);
}
.ring-truegray-200\/30 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.3);
}
.ring-truegray-200\/35 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.35);
}
.ring-truegray-200\/40 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.4);
}
.ring-truegray-200\/45 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.45);
}
.ring-truegray-200\/5 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.05);
}
.ring-truegray-200\/50 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.5);
}
.ring-truegray-200\/55 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.55);
}
.ring-truegray-200\/60 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.6);
}
.ring-truegray-200\/65 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.65);
}
.ring-truegray-200\/70 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.7);
}
.ring-truegray-200\/75 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.75);
}
.ring-truegray-200\/80 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.8);
}
.ring-truegray-200\/85 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.85);
}
.ring-truegray-200\/90 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.9);
}
.ring-truegray-200\/95 {
    --tw-ring-color: hsla(0, 0%, 90%, 0.95);
}
.ring-truegray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}
.ring-truegray-300\/0 {
    --tw-ring-color: hsla(0, 0%, 83%, 0);
}
.ring-truegray-300\/10 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.1);
}
.ring-truegray-300\/100 {
    --tw-ring-color: #d4d4d4;
}
.ring-truegray-300\/15 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.15);
}
.ring-truegray-300\/20 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.2);
}
.ring-truegray-300\/25 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.25);
}
.ring-truegray-300\/30 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.3);
}
.ring-truegray-300\/35 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.35);
}
.ring-truegray-300\/40 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.4);
}
.ring-truegray-300\/45 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.45);
}
.ring-truegray-300\/5 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.05);
}
.ring-truegray-300\/50 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.5);
}
.ring-truegray-300\/55 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.55);
}
.ring-truegray-300\/60 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.6);
}
.ring-truegray-300\/65 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.65);
}
.ring-truegray-300\/70 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.7);
}
.ring-truegray-300\/75 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.75);
}
.ring-truegray-300\/80 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.8);
}
.ring-truegray-300\/85 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.85);
}
.ring-truegray-300\/90 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.9);
}
.ring-truegray-300\/95 {
    --tw-ring-color: hsla(0, 0%, 83%, 0.95);
}
.ring-truegray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.ring-truegray-400\/0 {
    --tw-ring-color: hsla(0, 0%, 64%, 0);
}
.ring-truegray-400\/10 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.1);
}
.ring-truegray-400\/100 {
    --tw-ring-color: #a3a3a3;
}
.ring-truegray-400\/15 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.15);
}
.ring-truegray-400\/20 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.2);
}
.ring-truegray-400\/25 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.25);
}
.ring-truegray-400\/30 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.3);
}
.ring-truegray-400\/35 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.35);
}
.ring-truegray-400\/40 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.4);
}
.ring-truegray-400\/45 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.45);
}
.ring-truegray-400\/5 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.05);
}
.ring-truegray-400\/50 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.5);
}
.ring-truegray-400\/55 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.55);
}
.ring-truegray-400\/60 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.6);
}
.ring-truegray-400\/65 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.65);
}
.ring-truegray-400\/70 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.7);
}
.ring-truegray-400\/75 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.75);
}
.ring-truegray-400\/80 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.8);
}
.ring-truegray-400\/85 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.85);
}
.ring-truegray-400\/90 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.9);
}
.ring-truegray-400\/95 {
    --tw-ring-color: hsla(0, 0%, 64%, 0.95);
}
.ring-truegray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.ring-truegray-50\/0 {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.ring-truegray-50\/10 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.ring-truegray-50\/100 {
    --tw-ring-color: #fafafa;
}
.ring-truegray-50\/15 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.ring-truegray-50\/20 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.ring-truegray-50\/25 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.ring-truegray-50\/30 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.ring-truegray-50\/35 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.ring-truegray-50\/40 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.ring-truegray-50\/45 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.ring-truegray-50\/5 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.ring-truegray-50\/50 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.ring-truegray-50\/55 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.ring-truegray-50\/60 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.ring-truegray-50\/65 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.ring-truegray-50\/70 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.ring-truegray-50\/75 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.ring-truegray-50\/80 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.ring-truegray-50\/85 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.ring-truegray-50\/90 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.ring-truegray-50\/95 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.ring-truegray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}
.ring-truegray-500\/0 {
    --tw-ring-color: hsla(0, 0%, 45%, 0);
}
.ring-truegray-500\/10 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.1);
}
.ring-truegray-500\/100 {
    --tw-ring-color: #737373;
}
.ring-truegray-500\/15 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.15);
}
.ring-truegray-500\/20 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.2);
}
.ring-truegray-500\/25 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.25);
}
.ring-truegray-500\/30 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.3);
}
.ring-truegray-500\/35 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.35);
}
.ring-truegray-500\/40 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.4);
}
.ring-truegray-500\/45 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.45);
}
.ring-truegray-500\/5 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.05);
}
.ring-truegray-500\/50 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.5);
}
.ring-truegray-500\/55 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.55);
}
.ring-truegray-500\/60 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.6);
}
.ring-truegray-500\/65 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.65);
}
.ring-truegray-500\/70 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.7);
}
.ring-truegray-500\/75 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.75);
}
.ring-truegray-500\/80 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.8);
}
.ring-truegray-500\/85 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.85);
}
.ring-truegray-500\/90 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.9);
}
.ring-truegray-500\/95 {
    --tw-ring-color: hsla(0, 0%, 45%, 0.95);
}
.ring-truegray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.ring-truegray-600\/0 {
    --tw-ring-color: rgba(82, 82, 82, 0);
}
.ring-truegray-600\/10 {
    --tw-ring-color: rgba(82, 82, 82, 0.1);
}
.ring-truegray-600\/100 {
    --tw-ring-color: #525252;
}
.ring-truegray-600\/15 {
    --tw-ring-color: rgba(82, 82, 82, 0.15);
}
.ring-truegray-600\/20 {
    --tw-ring-color: rgba(82, 82, 82, 0.2);
}
.ring-truegray-600\/25 {
    --tw-ring-color: rgba(82, 82, 82, 0.25);
}
.ring-truegray-600\/30 {
    --tw-ring-color: rgba(82, 82, 82, 0.3);
}
.ring-truegray-600\/35 {
    --tw-ring-color: rgba(82, 82, 82, 0.35);
}
.ring-truegray-600\/40 {
    --tw-ring-color: rgba(82, 82, 82, 0.4);
}
.ring-truegray-600\/45 {
    --tw-ring-color: rgba(82, 82, 82, 0.45);
}
.ring-truegray-600\/5 {
    --tw-ring-color: rgba(82, 82, 82, 0.05);
}
.ring-truegray-600\/50 {
    --tw-ring-color: rgba(82, 82, 82, 0.5);
}
.ring-truegray-600\/55 {
    --tw-ring-color: rgba(82, 82, 82, 0.55);
}
.ring-truegray-600\/60 {
    --tw-ring-color: rgba(82, 82, 82, 0.6);
}
.ring-truegray-600\/65 {
    --tw-ring-color: rgba(82, 82, 82, 0.65);
}
.ring-truegray-600\/70 {
    --tw-ring-color: rgba(82, 82, 82, 0.7);
}
.ring-truegray-600\/75 {
    --tw-ring-color: rgba(82, 82, 82, 0.75);
}
.ring-truegray-600\/80 {
    --tw-ring-color: rgba(82, 82, 82, 0.8);
}
.ring-truegray-600\/85 {
    --tw-ring-color: rgba(82, 82, 82, 0.85);
}
.ring-truegray-600\/90 {
    --tw-ring-color: rgba(82, 82, 82, 0.9);
}
.ring-truegray-600\/95 {
    --tw-ring-color: rgba(82, 82, 82, 0.95);
}
.ring-truegray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}
.ring-truegray-700\/0 {
    --tw-ring-color: rgba(64, 64, 64, 0);
}
.ring-truegray-700\/10 {
    --tw-ring-color: rgba(64, 64, 64, 0.1);
}
.ring-truegray-700\/100 {
    --tw-ring-color: #404040;
}
.ring-truegray-700\/15 {
    --tw-ring-color: rgba(64, 64, 64, 0.15);
}
.ring-truegray-700\/20 {
    --tw-ring-color: rgba(64, 64, 64, 0.2);
}
.ring-truegray-700\/25 {
    --tw-ring-color: rgba(64, 64, 64, 0.25);
}
.ring-truegray-700\/30 {
    --tw-ring-color: rgba(64, 64, 64, 0.3);
}
.ring-truegray-700\/35 {
    --tw-ring-color: rgba(64, 64, 64, 0.35);
}
.ring-truegray-700\/40 {
    --tw-ring-color: rgba(64, 64, 64, 0.4);
}
.ring-truegray-700\/45 {
    --tw-ring-color: rgba(64, 64, 64, 0.45);
}
.ring-truegray-700\/5 {
    --tw-ring-color: rgba(64, 64, 64, 0.05);
}
.ring-truegray-700\/50 {
    --tw-ring-color: rgba(64, 64, 64, 0.5);
}
.ring-truegray-700\/55 {
    --tw-ring-color: rgba(64, 64, 64, 0.55);
}
.ring-truegray-700\/60 {
    --tw-ring-color: rgba(64, 64, 64, 0.6);
}
.ring-truegray-700\/65 {
    --tw-ring-color: rgba(64, 64, 64, 0.65);
}
.ring-truegray-700\/70 {
    --tw-ring-color: rgba(64, 64, 64, 0.7);
}
.ring-truegray-700\/75 {
    --tw-ring-color: rgba(64, 64, 64, 0.75);
}
.ring-truegray-700\/80 {
    --tw-ring-color: rgba(64, 64, 64, 0.8);
}
.ring-truegray-700\/85 {
    --tw-ring-color: rgba(64, 64, 64, 0.85);
}
.ring-truegray-700\/90 {
    --tw-ring-color: rgba(64, 64, 64, 0.9);
}
.ring-truegray-700\/95 {
    --tw-ring-color: rgba(64, 64, 64, 0.95);
}
.ring-truegray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}
.ring-truegray-800\/0 {
    --tw-ring-color: rgba(38, 38, 38, 0);
}
.ring-truegray-800\/10 {
    --tw-ring-color: rgba(38, 38, 38, 0.1);
}
.ring-truegray-800\/100 {
    --tw-ring-color: #262626;
}
.ring-truegray-800\/15 {
    --tw-ring-color: rgba(38, 38, 38, 0.15);
}
.ring-truegray-800\/20 {
    --tw-ring-color: rgba(38, 38, 38, 0.2);
}
.ring-truegray-800\/25 {
    --tw-ring-color: rgba(38, 38, 38, 0.25);
}
.ring-truegray-800\/30 {
    --tw-ring-color: rgba(38, 38, 38, 0.3);
}
.ring-truegray-800\/35 {
    --tw-ring-color: rgba(38, 38, 38, 0.35);
}
.ring-truegray-800\/40 {
    --tw-ring-color: rgba(38, 38, 38, 0.4);
}
.ring-truegray-800\/45 {
    --tw-ring-color: rgba(38, 38, 38, 0.45);
}
.ring-truegray-800\/5 {
    --tw-ring-color: rgba(38, 38, 38, 0.05);
}
.ring-truegray-800\/50 {
    --tw-ring-color: rgba(38, 38, 38, 0.5);
}
.ring-truegray-800\/55 {
    --tw-ring-color: rgba(38, 38, 38, 0.55);
}
.ring-truegray-800\/60 {
    --tw-ring-color: rgba(38, 38, 38, 0.6);
}
.ring-truegray-800\/65 {
    --tw-ring-color: rgba(38, 38, 38, 0.65);
}
.ring-truegray-800\/70 {
    --tw-ring-color: rgba(38, 38, 38, 0.7);
}
.ring-truegray-800\/75 {
    --tw-ring-color: rgba(38, 38, 38, 0.75);
}
.ring-truegray-800\/80 {
    --tw-ring-color: rgba(38, 38, 38, 0.8);
}
.ring-truegray-800\/85 {
    --tw-ring-color: rgba(38, 38, 38, 0.85);
}
.ring-truegray-800\/90 {
    --tw-ring-color: rgba(38, 38, 38, 0.9);
}
.ring-truegray-800\/95 {
    --tw-ring-color: rgba(38, 38, 38, 0.95);
}
.ring-truegray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}
.ring-truegray-900\/0 {
    --tw-ring-color: hsla(0, 0%, 9%, 0);
}
.ring-truegray-900\/10 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.1);
}
.ring-truegray-900\/100 {
    --tw-ring-color: #171717;
}
.ring-truegray-900\/15 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.15);
}
.ring-truegray-900\/20 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.2);
}
.ring-truegray-900\/25 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.25);
}
.ring-truegray-900\/30 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.3);
}
.ring-truegray-900\/35 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.35);
}
.ring-truegray-900\/40 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.4);
}
.ring-truegray-900\/45 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.45);
}
.ring-truegray-900\/5 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.05);
}
.ring-truegray-900\/50 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.5);
}
.ring-truegray-900\/55 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.55);
}
.ring-truegray-900\/60 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.6);
}
.ring-truegray-900\/65 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.65);
}
.ring-truegray-900\/70 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.7);
}
.ring-truegray-900\/75 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.75);
}
.ring-truegray-900\/80 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.8);
}
.ring-truegray-900\/85 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.85);
}
.ring-truegray-900\/90 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.9);
}
.ring-truegray-900\/95 {
    --tw-ring-color: hsla(0, 0%, 9%, 0.95);
}
.ring-ucm-bluegray\/\[\.15\] {
    --tw-ring-color: rgba(183, 195, 213, 0.15);
}
.ring-ucm-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(184 168 147 / var(--tw-ring-opacity, 1));
}
.ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.ring-violet-100\/0 {
    --tw-ring-color: rgba(237, 233, 254, 0);
}
.ring-violet-100\/10 {
    --tw-ring-color: rgba(237, 233, 254, 0.1);
}
.ring-violet-100\/100 {
    --tw-ring-color: #ede9fe;
}
.ring-violet-100\/15 {
    --tw-ring-color: rgba(237, 233, 254, 0.15);
}
.ring-violet-100\/20 {
    --tw-ring-color: rgba(237, 233, 254, 0.2);
}
.ring-violet-100\/25 {
    --tw-ring-color: rgba(237, 233, 254, 0.25);
}
.ring-violet-100\/30 {
    --tw-ring-color: rgba(237, 233, 254, 0.3);
}
.ring-violet-100\/35 {
    --tw-ring-color: rgba(237, 233, 254, 0.35);
}
.ring-violet-100\/40 {
    --tw-ring-color: rgba(237, 233, 254, 0.4);
}
.ring-violet-100\/45 {
    --tw-ring-color: rgba(237, 233, 254, 0.45);
}
.ring-violet-100\/5 {
    --tw-ring-color: rgba(237, 233, 254, 0.05);
}
.ring-violet-100\/50 {
    --tw-ring-color: rgba(237, 233, 254, 0.5);
}
.ring-violet-100\/55 {
    --tw-ring-color: rgba(237, 233, 254, 0.55);
}
.ring-violet-100\/60 {
    --tw-ring-color: rgba(237, 233, 254, 0.6);
}
.ring-violet-100\/65 {
    --tw-ring-color: rgba(237, 233, 254, 0.65);
}
.ring-violet-100\/70 {
    --tw-ring-color: rgba(237, 233, 254, 0.7);
}
.ring-violet-100\/75 {
    --tw-ring-color: rgba(237, 233, 254, 0.75);
}
.ring-violet-100\/80 {
    --tw-ring-color: rgba(237, 233, 254, 0.8);
}
.ring-violet-100\/85 {
    --tw-ring-color: rgba(237, 233, 254, 0.85);
}
.ring-violet-100\/90 {
    --tw-ring-color: rgba(237, 233, 254, 0.9);
}
.ring-violet-100\/95 {
    --tw-ring-color: rgba(237, 233, 254, 0.95);
}
.ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.ring-violet-200\/0 {
    --tw-ring-color: rgba(221, 214, 254, 0);
}
.ring-violet-200\/10 {
    --tw-ring-color: rgba(221, 214, 254, 0.1);
}
.ring-violet-200\/100 {
    --tw-ring-color: #ddd6fe;
}
.ring-violet-200\/15 {
    --tw-ring-color: rgba(221, 214, 254, 0.15);
}
.ring-violet-200\/20 {
    --tw-ring-color: rgba(221, 214, 254, 0.2);
}
.ring-violet-200\/25 {
    --tw-ring-color: rgba(221, 214, 254, 0.25);
}
.ring-violet-200\/30 {
    --tw-ring-color: rgba(221, 214, 254, 0.3);
}
.ring-violet-200\/35 {
    --tw-ring-color: rgba(221, 214, 254, 0.35);
}
.ring-violet-200\/40 {
    --tw-ring-color: rgba(221, 214, 254, 0.4);
}
.ring-violet-200\/45 {
    --tw-ring-color: rgba(221, 214, 254, 0.45);
}
.ring-violet-200\/5 {
    --tw-ring-color: rgba(221, 214, 254, 0.05);
}
.ring-violet-200\/50 {
    --tw-ring-color: rgba(221, 214, 254, 0.5);
}
.ring-violet-200\/55 {
    --tw-ring-color: rgba(221, 214, 254, 0.55);
}
.ring-violet-200\/60 {
    --tw-ring-color: rgba(221, 214, 254, 0.6);
}
.ring-violet-200\/65 {
    --tw-ring-color: rgba(221, 214, 254, 0.65);
}
.ring-violet-200\/70 {
    --tw-ring-color: rgba(221, 214, 254, 0.7);
}
.ring-violet-200\/75 {
    --tw-ring-color: rgba(221, 214, 254, 0.75);
}
.ring-violet-200\/80 {
    --tw-ring-color: rgba(221, 214, 254, 0.8);
}
.ring-violet-200\/85 {
    --tw-ring-color: rgba(221, 214, 254, 0.85);
}
.ring-violet-200\/90 {
    --tw-ring-color: rgba(221, 214, 254, 0.9);
}
.ring-violet-200\/95 {
    --tw-ring-color: rgba(221, 214, 254, 0.95);
}
.ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}
.ring-violet-300\/0 {
    --tw-ring-color: rgba(196, 181, 253, 0);
}
.ring-violet-300\/10 {
    --tw-ring-color: rgba(196, 181, 253, 0.1);
}
.ring-violet-300\/100 {
    --tw-ring-color: #c4b5fd;
}
.ring-violet-300\/15 {
    --tw-ring-color: rgba(196, 181, 253, 0.15);
}
.ring-violet-300\/20 {
    --tw-ring-color: rgba(196, 181, 253, 0.2);
}
.ring-violet-300\/25 {
    --tw-ring-color: rgba(196, 181, 253, 0.25);
}
.ring-violet-300\/30 {
    --tw-ring-color: rgba(196, 181, 253, 0.3);
}
.ring-violet-300\/35 {
    --tw-ring-color: rgba(196, 181, 253, 0.35);
}
.ring-violet-300\/40 {
    --tw-ring-color: rgba(196, 181, 253, 0.4);
}
.ring-violet-300\/45 {
    --tw-ring-color: rgba(196, 181, 253, 0.45);
}
.ring-violet-300\/5 {
    --tw-ring-color: rgba(196, 181, 253, 0.05);
}
.ring-violet-300\/50 {
    --tw-ring-color: rgba(196, 181, 253, 0.5);
}
.ring-violet-300\/55 {
    --tw-ring-color: rgba(196, 181, 253, 0.55);
}
.ring-violet-300\/60 {
    --tw-ring-color: rgba(196, 181, 253, 0.6);
}
.ring-violet-300\/65 {
    --tw-ring-color: rgba(196, 181, 253, 0.65);
}
.ring-violet-300\/70 {
    --tw-ring-color: rgba(196, 181, 253, 0.7);
}
.ring-violet-300\/75 {
    --tw-ring-color: rgba(196, 181, 253, 0.75);
}
.ring-violet-300\/80 {
    --tw-ring-color: rgba(196, 181, 253, 0.8);
}
.ring-violet-300\/85 {
    --tw-ring-color: rgba(196, 181, 253, 0.85);
}
.ring-violet-300\/90 {
    --tw-ring-color: rgba(196, 181, 253, 0.9);
}
.ring-violet-300\/95 {
    --tw-ring-color: rgba(196, 181, 253, 0.95);
}
.ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.ring-violet-400\/0 {
    --tw-ring-color: rgba(167, 139, 250, 0);
}
.ring-violet-400\/10 {
    --tw-ring-color: rgba(167, 139, 250, 0.1);
}
.ring-violet-400\/100 {
    --tw-ring-color: #a78bfa;
}
.ring-violet-400\/15 {
    --tw-ring-color: rgba(167, 139, 250, 0.15);
}
.ring-violet-400\/20 {
    --tw-ring-color: rgba(167, 139, 250, 0.2);
}
.ring-violet-400\/25 {
    --tw-ring-color: rgba(167, 139, 250, 0.25);
}
.ring-violet-400\/30 {
    --tw-ring-color: rgba(167, 139, 250, 0.3);
}
.ring-violet-400\/35 {
    --tw-ring-color: rgba(167, 139, 250, 0.35);
}
.ring-violet-400\/40 {
    --tw-ring-color: rgba(167, 139, 250, 0.4);
}
.ring-violet-400\/45 {
    --tw-ring-color: rgba(167, 139, 250, 0.45);
}
.ring-violet-400\/5 {
    --tw-ring-color: rgba(167, 139, 250, 0.05);
}
.ring-violet-400\/50 {
    --tw-ring-color: rgba(167, 139, 250, 0.5);
}
.ring-violet-400\/55 {
    --tw-ring-color: rgba(167, 139, 250, 0.55);
}
.ring-violet-400\/60 {
    --tw-ring-color: rgba(167, 139, 250, 0.6);
}
.ring-violet-400\/65 {
    --tw-ring-color: rgba(167, 139, 250, 0.65);
}
.ring-violet-400\/70 {
    --tw-ring-color: rgba(167, 139, 250, 0.7);
}
.ring-violet-400\/75 {
    --tw-ring-color: rgba(167, 139, 250, 0.75);
}
.ring-violet-400\/80 {
    --tw-ring-color: rgba(167, 139, 250, 0.8);
}
.ring-violet-400\/85 {
    --tw-ring-color: rgba(167, 139, 250, 0.85);
}
.ring-violet-400\/90 {
    --tw-ring-color: rgba(167, 139, 250, 0.9);
}
.ring-violet-400\/95 {
    --tw-ring-color: rgba(167, 139, 250, 0.95);
}
.ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}
.ring-violet-50\/0 {
    --tw-ring-color: rgba(245, 243, 255, 0);
}
.ring-violet-50\/10 {
    --tw-ring-color: rgba(245, 243, 255, 0.1);
}
.ring-violet-50\/100 {
    --tw-ring-color: #f5f3ff;
}
.ring-violet-50\/15 {
    --tw-ring-color: rgba(245, 243, 255, 0.15);
}
.ring-violet-50\/20 {
    --tw-ring-color: rgba(245, 243, 255, 0.2);
}
.ring-violet-50\/25 {
    --tw-ring-color: rgba(245, 243, 255, 0.25);
}
.ring-violet-50\/30 {
    --tw-ring-color: rgba(245, 243, 255, 0.3);
}
.ring-violet-50\/35 {
    --tw-ring-color: rgba(245, 243, 255, 0.35);
}
.ring-violet-50\/40 {
    --tw-ring-color: rgba(245, 243, 255, 0.4);
}
.ring-violet-50\/45 {
    --tw-ring-color: rgba(245, 243, 255, 0.45);
}
.ring-violet-50\/5 {
    --tw-ring-color: rgba(245, 243, 255, 0.05);
}
.ring-violet-50\/50 {
    --tw-ring-color: rgba(245, 243, 255, 0.5);
}
.ring-violet-50\/55 {
    --tw-ring-color: rgba(245, 243, 255, 0.55);
}
.ring-violet-50\/60 {
    --tw-ring-color: rgba(245, 243, 255, 0.6);
}
.ring-violet-50\/65 {
    --tw-ring-color: rgba(245, 243, 255, 0.65);
}
.ring-violet-50\/70 {
    --tw-ring-color: rgba(245, 243, 255, 0.7);
}
.ring-violet-50\/75 {
    --tw-ring-color: rgba(245, 243, 255, 0.75);
}
.ring-violet-50\/80 {
    --tw-ring-color: rgba(245, 243, 255, 0.8);
}
.ring-violet-50\/85 {
    --tw-ring-color: rgba(245, 243, 255, 0.85);
}
.ring-violet-50\/90 {
    --tw-ring-color: rgba(245, 243, 255, 0.9);
}
.ring-violet-50\/95 {
    --tw-ring-color: rgba(245, 243, 255, 0.95);
}
.ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.ring-violet-500\/0 {
    --tw-ring-color: rgba(139, 92, 246, 0);
}
.ring-violet-500\/10 {
    --tw-ring-color: rgba(139, 92, 246, 0.1);
}
.ring-violet-500\/100 {
    --tw-ring-color: #8b5cf6;
}
.ring-violet-500\/15 {
    --tw-ring-color: rgba(139, 92, 246, 0.15);
}
.ring-violet-500\/20 {
    --tw-ring-color: rgba(139, 92, 246, 0.2);
}
.ring-violet-500\/25 {
    --tw-ring-color: rgba(139, 92, 246, 0.25);
}
.ring-violet-500\/30 {
    --tw-ring-color: rgba(139, 92, 246, 0.3);
}
.ring-violet-500\/35 {
    --tw-ring-color: rgba(139, 92, 246, 0.35);
}
.ring-violet-500\/40 {
    --tw-ring-color: rgba(139, 92, 246, 0.4);
}
.ring-violet-500\/45 {
    --tw-ring-color: rgba(139, 92, 246, 0.45);
}
.ring-violet-500\/5 {
    --tw-ring-color: rgba(139, 92, 246, 0.05);
}
.ring-violet-500\/50 {
    --tw-ring-color: rgba(139, 92, 246, 0.5);
}
.ring-violet-500\/55 {
    --tw-ring-color: rgba(139, 92, 246, 0.55);
}
.ring-violet-500\/60 {
    --tw-ring-color: rgba(139, 92, 246, 0.6);
}
.ring-violet-500\/65 {
    --tw-ring-color: rgba(139, 92, 246, 0.65);
}
.ring-violet-500\/70 {
    --tw-ring-color: rgba(139, 92, 246, 0.7);
}
.ring-violet-500\/75 {
    --tw-ring-color: rgba(139, 92, 246, 0.75);
}
.ring-violet-500\/80 {
    --tw-ring-color: rgba(139, 92, 246, 0.8);
}
.ring-violet-500\/85 {
    --tw-ring-color: rgba(139, 92, 246, 0.85);
}
.ring-violet-500\/90 {
    --tw-ring-color: rgba(139, 92, 246, 0.9);
}
.ring-violet-500\/95 {
    --tw-ring-color: rgba(139, 92, 246, 0.95);
}
.ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.ring-violet-600\/0 {
    --tw-ring-color: rgba(124, 58, 237, 0);
}
.ring-violet-600\/10 {
    --tw-ring-color: rgba(124, 58, 237, 0.1);
}
.ring-violet-600\/100 {
    --tw-ring-color: #7c3aed;
}
.ring-violet-600\/15 {
    --tw-ring-color: rgba(124, 58, 237, 0.15);
}
.ring-violet-600\/20 {
    --tw-ring-color: rgba(124, 58, 237, 0.2);
}
.ring-violet-600\/25 {
    --tw-ring-color: rgba(124, 58, 237, 0.25);
}
.ring-violet-600\/30 {
    --tw-ring-color: rgba(124, 58, 237, 0.3);
}
.ring-violet-600\/35 {
    --tw-ring-color: rgba(124, 58, 237, 0.35);
}
.ring-violet-600\/40 {
    --tw-ring-color: rgba(124, 58, 237, 0.4);
}
.ring-violet-600\/45 {
    --tw-ring-color: rgba(124, 58, 237, 0.45);
}
.ring-violet-600\/5 {
    --tw-ring-color: rgba(124, 58, 237, 0.05);
}
.ring-violet-600\/50 {
    --tw-ring-color: rgba(124, 58, 237, 0.5);
}
.ring-violet-600\/55 {
    --tw-ring-color: rgba(124, 58, 237, 0.55);
}
.ring-violet-600\/60 {
    --tw-ring-color: rgba(124, 58, 237, 0.6);
}
.ring-violet-600\/65 {
    --tw-ring-color: rgba(124, 58, 237, 0.65);
}
.ring-violet-600\/70 {
    --tw-ring-color: rgba(124, 58, 237, 0.7);
}
.ring-violet-600\/75 {
    --tw-ring-color: rgba(124, 58, 237, 0.75);
}
.ring-violet-600\/80 {
    --tw-ring-color: rgba(124, 58, 237, 0.8);
}
.ring-violet-600\/85 {
    --tw-ring-color: rgba(124, 58, 237, 0.85);
}
.ring-violet-600\/90 {
    --tw-ring-color: rgba(124, 58, 237, 0.9);
}
.ring-violet-600\/95 {
    --tw-ring-color: rgba(124, 58, 237, 0.95);
}
.ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.ring-violet-700\/0 {
    --tw-ring-color: rgba(109, 40, 217, 0);
}
.ring-violet-700\/10 {
    --tw-ring-color: rgba(109, 40, 217, 0.1);
}
.ring-violet-700\/100 {
    --tw-ring-color: #6d28d9;
}
.ring-violet-700\/15 {
    --tw-ring-color: rgba(109, 40, 217, 0.15);
}
.ring-violet-700\/20 {
    --tw-ring-color: rgba(109, 40, 217, 0.2);
}
.ring-violet-700\/25 {
    --tw-ring-color: rgba(109, 40, 217, 0.25);
}
.ring-violet-700\/30 {
    --tw-ring-color: rgba(109, 40, 217, 0.3);
}
.ring-violet-700\/35 {
    --tw-ring-color: rgba(109, 40, 217, 0.35);
}
.ring-violet-700\/40 {
    --tw-ring-color: rgba(109, 40, 217, 0.4);
}
.ring-violet-700\/45 {
    --tw-ring-color: rgba(109, 40, 217, 0.45);
}
.ring-violet-700\/5 {
    --tw-ring-color: rgba(109, 40, 217, 0.05);
}
.ring-violet-700\/50 {
    --tw-ring-color: rgba(109, 40, 217, 0.5);
}
.ring-violet-700\/55 {
    --tw-ring-color: rgba(109, 40, 217, 0.55);
}
.ring-violet-700\/60 {
    --tw-ring-color: rgba(109, 40, 217, 0.6);
}
.ring-violet-700\/65 {
    --tw-ring-color: rgba(109, 40, 217, 0.65);
}
.ring-violet-700\/70 {
    --tw-ring-color: rgba(109, 40, 217, 0.7);
}
.ring-violet-700\/75 {
    --tw-ring-color: rgba(109, 40, 217, 0.75);
}
.ring-violet-700\/80 {
    --tw-ring-color: rgba(109, 40, 217, 0.8);
}
.ring-violet-700\/85 {
    --tw-ring-color: rgba(109, 40, 217, 0.85);
}
.ring-violet-700\/90 {
    --tw-ring-color: rgba(109, 40, 217, 0.9);
}
.ring-violet-700\/95 {
    --tw-ring-color: rgba(109, 40, 217, 0.95);
}
.ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}
.ring-violet-800\/0 {
    --tw-ring-color: rgba(91, 33, 182, 0);
}
.ring-violet-800\/10 {
    --tw-ring-color: rgba(91, 33, 182, 0.1);
}
.ring-violet-800\/100 {
    --tw-ring-color: #5b21b6;
}
.ring-violet-800\/15 {
    --tw-ring-color: rgba(91, 33, 182, 0.15);
}
.ring-violet-800\/20 {
    --tw-ring-color: rgba(91, 33, 182, 0.2);
}
.ring-violet-800\/25 {
    --tw-ring-color: rgba(91, 33, 182, 0.25);
}
.ring-violet-800\/30 {
    --tw-ring-color: rgba(91, 33, 182, 0.3);
}
.ring-violet-800\/35 {
    --tw-ring-color: rgba(91, 33, 182, 0.35);
}
.ring-violet-800\/40 {
    --tw-ring-color: rgba(91, 33, 182, 0.4);
}
.ring-violet-800\/45 {
    --tw-ring-color: rgba(91, 33, 182, 0.45);
}
.ring-violet-800\/5 {
    --tw-ring-color: rgba(91, 33, 182, 0.05);
}
.ring-violet-800\/50 {
    --tw-ring-color: rgba(91, 33, 182, 0.5);
}
.ring-violet-800\/55 {
    --tw-ring-color: rgba(91, 33, 182, 0.55);
}
.ring-violet-800\/60 {
    --tw-ring-color: rgba(91, 33, 182, 0.6);
}
.ring-violet-800\/65 {
    --tw-ring-color: rgba(91, 33, 182, 0.65);
}
.ring-violet-800\/70 {
    --tw-ring-color: rgba(91, 33, 182, 0.7);
}
.ring-violet-800\/75 {
    --tw-ring-color: rgba(91, 33, 182, 0.75);
}
.ring-violet-800\/80 {
    --tw-ring-color: rgba(91, 33, 182, 0.8);
}
.ring-violet-800\/85 {
    --tw-ring-color: rgba(91, 33, 182, 0.85);
}
.ring-violet-800\/90 {
    --tw-ring-color: rgba(91, 33, 182, 0.9);
}
.ring-violet-800\/95 {
    --tw-ring-color: rgba(91, 33, 182, 0.95);
}
.ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}
.ring-violet-900\/0 {
    --tw-ring-color: rgba(76, 29, 149, 0);
}
.ring-violet-900\/10 {
    --tw-ring-color: rgba(76, 29, 149, 0.1);
}
.ring-violet-900\/100 {
    --tw-ring-color: #4c1d95;
}
.ring-violet-900\/15 {
    --tw-ring-color: rgba(76, 29, 149, 0.15);
}
.ring-violet-900\/20 {
    --tw-ring-color: rgba(76, 29, 149, 0.2);
}
.ring-violet-900\/25 {
    --tw-ring-color: rgba(76, 29, 149, 0.25);
}
.ring-violet-900\/30 {
    --tw-ring-color: rgba(76, 29, 149, 0.3);
}
.ring-violet-900\/35 {
    --tw-ring-color: rgba(76, 29, 149, 0.35);
}
.ring-violet-900\/40 {
    --tw-ring-color: rgba(76, 29, 149, 0.4);
}
.ring-violet-900\/45 {
    --tw-ring-color: rgba(76, 29, 149, 0.45);
}
.ring-violet-900\/5 {
    --tw-ring-color: rgba(76, 29, 149, 0.05);
}
.ring-violet-900\/50 {
    --tw-ring-color: rgba(76, 29, 149, 0.5);
}
.ring-violet-900\/55 {
    --tw-ring-color: rgba(76, 29, 149, 0.55);
}
.ring-violet-900\/60 {
    --tw-ring-color: rgba(76, 29, 149, 0.6);
}
.ring-violet-900\/65 {
    --tw-ring-color: rgba(76, 29, 149, 0.65);
}
.ring-violet-900\/70 {
    --tw-ring-color: rgba(76, 29, 149, 0.7);
}
.ring-violet-900\/75 {
    --tw-ring-color: rgba(76, 29, 149, 0.75);
}
.ring-violet-900\/80 {
    --tw-ring-color: rgba(76, 29, 149, 0.8);
}
.ring-violet-900\/85 {
    --tw-ring-color: rgba(76, 29, 149, 0.85);
}
.ring-violet-900\/90 {
    --tw-ring-color: rgba(76, 29, 149, 0.9);
}
.ring-violet-900\/95 {
    --tw-ring-color: rgba(76, 29, 149, 0.95);
}
.ring-warmergreen-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 239 236 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-100\/0 {
    --tw-ring-color: hsla(80, 9%, 93%, 0);
}
.ring-warmergreen-100\/10 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.1);
}
.ring-warmergreen-100\/100 {
    --tw-ring-color: #eeefec;
}
.ring-warmergreen-100\/15 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.15);
}
.ring-warmergreen-100\/20 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.2);
}
.ring-warmergreen-100\/25 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.25);
}
.ring-warmergreen-100\/30 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.3);
}
.ring-warmergreen-100\/35 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.35);
}
.ring-warmergreen-100\/40 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.4);
}
.ring-warmergreen-100\/45 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.45);
}
.ring-warmergreen-100\/5 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.05);
}
.ring-warmergreen-100\/50 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.5);
}
.ring-warmergreen-100\/55 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.55);
}
.ring-warmergreen-100\/60 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.6);
}
.ring-warmergreen-100\/65 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.65);
}
.ring-warmergreen-100\/70 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.7);
}
.ring-warmergreen-100\/75 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.75);
}
.ring-warmergreen-100\/80 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.8);
}
.ring-warmergreen-100\/85 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.85);
}
.ring-warmergreen-100\/90 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.9);
}
.ring-warmergreen-100\/95 {
    --tw-ring-color: hsla(80, 9%, 93%, 0.95);
}
.ring-warmergreen-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 222 215 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-200\/0 {
    --tw-ring-color: rgba(216, 222, 215, 0);
}
.ring-warmergreen-200\/10 {
    --tw-ring-color: rgba(216, 222, 215, 0.1);
}
.ring-warmergreen-200\/100 {
    --tw-ring-color: #d8ded7;
}
.ring-warmergreen-200\/15 {
    --tw-ring-color: rgba(216, 222, 215, 0.15);
}
.ring-warmergreen-200\/20 {
    --tw-ring-color: rgba(216, 222, 215, 0.2);
}
.ring-warmergreen-200\/25 {
    --tw-ring-color: rgba(216, 222, 215, 0.25);
}
.ring-warmergreen-200\/30 {
    --tw-ring-color: rgba(216, 222, 215, 0.3);
}
.ring-warmergreen-200\/35 {
    --tw-ring-color: rgba(216, 222, 215, 0.35);
}
.ring-warmergreen-200\/40 {
    --tw-ring-color: rgba(216, 222, 215, 0.4);
}
.ring-warmergreen-200\/45 {
    --tw-ring-color: rgba(216, 222, 215, 0.45);
}
.ring-warmergreen-200\/5 {
    --tw-ring-color: rgba(216, 222, 215, 0.05);
}
.ring-warmergreen-200\/50 {
    --tw-ring-color: rgba(216, 222, 215, 0.5);
}
.ring-warmergreen-200\/55 {
    --tw-ring-color: rgba(216, 222, 215, 0.55);
}
.ring-warmergreen-200\/60 {
    --tw-ring-color: rgba(216, 222, 215, 0.6);
}
.ring-warmergreen-200\/65 {
    --tw-ring-color: rgba(216, 222, 215, 0.65);
}
.ring-warmergreen-200\/70 {
    --tw-ring-color: rgba(216, 222, 215, 0.7);
}
.ring-warmergreen-200\/75 {
    --tw-ring-color: rgba(216, 222, 215, 0.75);
}
.ring-warmergreen-200\/80 {
    --tw-ring-color: rgba(216, 222, 215, 0.8);
}
.ring-warmergreen-200\/85 {
    --tw-ring-color: rgba(216, 222, 215, 0.85);
}
.ring-warmergreen-200\/90 {
    --tw-ring-color: rgba(216, 222, 215, 0.9);
}
.ring-warmergreen-200\/95 {
    --tw-ring-color: rgba(216, 222, 215, 0.95);
}
.ring-warmergreen-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(177 188 175 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-300\/0 {
    --tw-ring-color: hsla(111, 9%, 71%, 0);
}
.ring-warmergreen-300\/10 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.1);
}
.ring-warmergreen-300\/100 {
    --tw-ring-color: #b1bcaf;
}
.ring-warmergreen-300\/15 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.15);
}
.ring-warmergreen-300\/20 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.2);
}
.ring-warmergreen-300\/25 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.25);
}
.ring-warmergreen-300\/30 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.3);
}
.ring-warmergreen-300\/35 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.35);
}
.ring-warmergreen-300\/40 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.4);
}
.ring-warmergreen-300\/45 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.45);
}
.ring-warmergreen-300\/5 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.05);
}
.ring-warmergreen-300\/50 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.5);
}
.ring-warmergreen-300\/55 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.55);
}
.ring-warmergreen-300\/60 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.6);
}
.ring-warmergreen-300\/65 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.65);
}
.ring-warmergreen-300\/70 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.7);
}
.ring-warmergreen-300\/75 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.75);
}
.ring-warmergreen-300\/80 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.8);
}
.ring-warmergreen-300\/85 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.85);
}
.ring-warmergreen-300\/90 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.9);
}
.ring-warmergreen-300\/95 {
    --tw-ring-color: hsla(111, 9%, 71%, 0.95);
}
.ring-warmergreen-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(127 150 132 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-400\/0 {
    --tw-ring-color: rgba(127, 150, 132, 0);
}
.ring-warmergreen-400\/10 {
    --tw-ring-color: rgba(127, 150, 132, 0.1);
}
.ring-warmergreen-400\/100 {
    --tw-ring-color: #7f9684;
}
.ring-warmergreen-400\/15 {
    --tw-ring-color: rgba(127, 150, 132, 0.15);
}
.ring-warmergreen-400\/20 {
    --tw-ring-color: rgba(127, 150, 132, 0.2);
}
.ring-warmergreen-400\/25 {
    --tw-ring-color: rgba(127, 150, 132, 0.25);
}
.ring-warmergreen-400\/30 {
    --tw-ring-color: rgba(127, 150, 132, 0.3);
}
.ring-warmergreen-400\/35 {
    --tw-ring-color: rgba(127, 150, 132, 0.35);
}
.ring-warmergreen-400\/40 {
    --tw-ring-color: rgba(127, 150, 132, 0.4);
}
.ring-warmergreen-400\/45 {
    --tw-ring-color: rgba(127, 150, 132, 0.45);
}
.ring-warmergreen-400\/5 {
    --tw-ring-color: rgba(127, 150, 132, 0.05);
}
.ring-warmergreen-400\/50 {
    --tw-ring-color: rgba(127, 150, 132, 0.5);
}
.ring-warmergreen-400\/55 {
    --tw-ring-color: rgba(127, 150, 132, 0.55);
}
.ring-warmergreen-400\/60 {
    --tw-ring-color: rgba(127, 150, 132, 0.6);
}
.ring-warmergreen-400\/65 {
    --tw-ring-color: rgba(127, 150, 132, 0.65);
}
.ring-warmergreen-400\/70 {
    --tw-ring-color: rgba(127, 150, 132, 0.7);
}
.ring-warmergreen-400\/75 {
    --tw-ring-color: rgba(127, 150, 132, 0.75);
}
.ring-warmergreen-400\/80 {
    --tw-ring-color: rgba(127, 150, 132, 0.8);
}
.ring-warmergreen-400\/85 {
    --tw-ring-color: rgba(127, 150, 132, 0.85);
}
.ring-warmergreen-400\/90 {
    --tw-ring-color: rgba(127, 150, 132, 0.9);
}
.ring-warmergreen-400\/95 {
    --tw-ring-color: rgba(127, 150, 132, 0.95);
}
.ring-warmergreen-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 248 246 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-50\/0 {
    --tw-ring-color: hsla(90, 12%, 97%, 0);
}
.ring-warmergreen-50\/10 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.1);
}
.ring-warmergreen-50\/100 {
    --tw-ring-color: #f7f8f6;
}
.ring-warmergreen-50\/15 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.15);
}
.ring-warmergreen-50\/20 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.2);
}
.ring-warmergreen-50\/25 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.25);
}
.ring-warmergreen-50\/30 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.3);
}
.ring-warmergreen-50\/35 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.35);
}
.ring-warmergreen-50\/40 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.4);
}
.ring-warmergreen-50\/45 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.45);
}
.ring-warmergreen-50\/5 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.05);
}
.ring-warmergreen-50\/50 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.5);
}
.ring-warmergreen-50\/55 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.55);
}
.ring-warmergreen-50\/60 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.6);
}
.ring-warmergreen-50\/65 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.65);
}
.ring-warmergreen-50\/70 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.7);
}
.ring-warmergreen-50\/75 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.75);
}
.ring-warmergreen-50\/80 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.8);
}
.ring-warmergreen-50\/85 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.85);
}
.ring-warmergreen-50\/90 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.9);
}
.ring-warmergreen-50\/95 {
    --tw-ring-color: hsla(90, 12%, 97%, 0.95);
}
.ring-warmergreen-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(98 119 95 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-500\/0 {
    --tw-ring-color: rgba(98, 119, 95, 0);
}
.ring-warmergreen-500\/10 {
    --tw-ring-color: rgba(98, 119, 95, 0.1);
}
.ring-warmergreen-500\/100 {
    --tw-ring-color: #62775f;
}
.ring-warmergreen-500\/15 {
    --tw-ring-color: rgba(98, 119, 95, 0.15);
}
.ring-warmergreen-500\/20 {
    --tw-ring-color: rgba(98, 119, 95, 0.2);
}
.ring-warmergreen-500\/25 {
    --tw-ring-color: rgba(98, 119, 95, 0.25);
}
.ring-warmergreen-500\/30 {
    --tw-ring-color: rgba(98, 119, 95, 0.3);
}
.ring-warmergreen-500\/35 {
    --tw-ring-color: rgba(98, 119, 95, 0.35);
}
.ring-warmergreen-500\/40 {
    --tw-ring-color: rgba(98, 119, 95, 0.4);
}
.ring-warmergreen-500\/45 {
    --tw-ring-color: rgba(98, 119, 95, 0.45);
}
.ring-warmergreen-500\/5 {
    --tw-ring-color: rgba(98, 119, 95, 0.05);
}
.ring-warmergreen-500\/50 {
    --tw-ring-color: rgba(98, 119, 95, 0.5);
}
.ring-warmergreen-500\/55 {
    --tw-ring-color: rgba(98, 119, 95, 0.55);
}
.ring-warmergreen-500\/60 {
    --tw-ring-color: rgba(98, 119, 95, 0.6);
}
.ring-warmergreen-500\/65 {
    --tw-ring-color: rgba(98, 119, 95, 0.65);
}
.ring-warmergreen-500\/70 {
    --tw-ring-color: rgba(98, 119, 95, 0.7);
}
.ring-warmergreen-500\/75 {
    --tw-ring-color: rgba(98, 119, 95, 0.75);
}
.ring-warmergreen-500\/80 {
    --tw-ring-color: rgba(98, 119, 95, 0.8);
}
.ring-warmergreen-500\/85 {
    --tw-ring-color: rgba(98, 119, 95, 0.85);
}
.ring-warmergreen-500\/90 {
    --tw-ring-color: rgba(98, 119, 95, 0.9);
}
.ring-warmergreen-500\/95 {
    --tw-ring-color: rgba(98, 119, 95, 0.95);
}
.ring-warmergreen-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 92 70 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-600\/0 {
    --tw-ring-color: rgba(79, 92, 70, 0);
}
.ring-warmergreen-600\/10 {
    --tw-ring-color: rgba(79, 92, 70, 0.1);
}
.ring-warmergreen-600\/100 {
    --tw-ring-color: #4f5c46;
}
.ring-warmergreen-600\/15 {
    --tw-ring-color: rgba(79, 92, 70, 0.15);
}
.ring-warmergreen-600\/20 {
    --tw-ring-color: rgba(79, 92, 70, 0.2);
}
.ring-warmergreen-600\/25 {
    --tw-ring-color: rgba(79, 92, 70, 0.25);
}
.ring-warmergreen-600\/30 {
    --tw-ring-color: rgba(79, 92, 70, 0.3);
}
.ring-warmergreen-600\/35 {
    --tw-ring-color: rgba(79, 92, 70, 0.35);
}
.ring-warmergreen-600\/40 {
    --tw-ring-color: rgba(79, 92, 70, 0.4);
}
.ring-warmergreen-600\/45 {
    --tw-ring-color: rgba(79, 92, 70, 0.45);
}
.ring-warmergreen-600\/5 {
    --tw-ring-color: rgba(79, 92, 70, 0.05);
}
.ring-warmergreen-600\/50 {
    --tw-ring-color: rgba(79, 92, 70, 0.5);
}
.ring-warmergreen-600\/55 {
    --tw-ring-color: rgba(79, 92, 70, 0.55);
}
.ring-warmergreen-600\/60 {
    --tw-ring-color: rgba(79, 92, 70, 0.6);
}
.ring-warmergreen-600\/65 {
    --tw-ring-color: rgba(79, 92, 70, 0.65);
}
.ring-warmergreen-600\/70 {
    --tw-ring-color: rgba(79, 92, 70, 0.7);
}
.ring-warmergreen-600\/75 {
    --tw-ring-color: rgba(79, 92, 70, 0.75);
}
.ring-warmergreen-600\/80 {
    --tw-ring-color: rgba(79, 92, 70, 0.8);
}
.ring-warmergreen-600\/85 {
    --tw-ring-color: rgba(79, 92, 70, 0.85);
}
.ring-warmergreen-600\/90 {
    --tw-ring-color: rgba(79, 92, 70, 0.9);
}
.ring-warmergreen-600\/95 {
    --tw-ring-color: rgba(79, 92, 70, 0.95);
}
.ring-warmergreen-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(62 70 54 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-700\/0 {
    --tw-ring-color: rgba(62, 70, 54, 0);
}
.ring-warmergreen-700\/10 {
    --tw-ring-color: rgba(62, 70, 54, 0.1);
}
.ring-warmergreen-700\/100 {
    --tw-ring-color: #3e4636;
}
.ring-warmergreen-700\/15 {
    --tw-ring-color: rgba(62, 70, 54, 0.15);
}
.ring-warmergreen-700\/20 {
    --tw-ring-color: rgba(62, 70, 54, 0.2);
}
.ring-warmergreen-700\/25 {
    --tw-ring-color: rgba(62, 70, 54, 0.25);
}
.ring-warmergreen-700\/30 {
    --tw-ring-color: rgba(62, 70, 54, 0.3);
}
.ring-warmergreen-700\/35 {
    --tw-ring-color: rgba(62, 70, 54, 0.35);
}
.ring-warmergreen-700\/40 {
    --tw-ring-color: rgba(62, 70, 54, 0.4);
}
.ring-warmergreen-700\/45 {
    --tw-ring-color: rgba(62, 70, 54, 0.45);
}
.ring-warmergreen-700\/5 {
    --tw-ring-color: rgba(62, 70, 54, 0.05);
}
.ring-warmergreen-700\/50 {
    --tw-ring-color: rgba(62, 70, 54, 0.5);
}
.ring-warmergreen-700\/55 {
    --tw-ring-color: rgba(62, 70, 54, 0.55);
}
.ring-warmergreen-700\/60 {
    --tw-ring-color: rgba(62, 70, 54, 0.6);
}
.ring-warmergreen-700\/65 {
    --tw-ring-color: rgba(62, 70, 54, 0.65);
}
.ring-warmergreen-700\/70 {
    --tw-ring-color: rgba(62, 70, 54, 0.7);
}
.ring-warmergreen-700\/75 {
    --tw-ring-color: rgba(62, 70, 54, 0.75);
}
.ring-warmergreen-700\/80 {
    --tw-ring-color: rgba(62, 70, 54, 0.8);
}
.ring-warmergreen-700\/85 {
    --tw-ring-color: rgba(62, 70, 54, 0.85);
}
.ring-warmergreen-700\/90 {
    --tw-ring-color: rgba(62, 70, 54, 0.9);
}
.ring-warmergreen-700\/95 {
    --tw-ring-color: rgba(62, 70, 54, 0.95);
}
.ring-warmergreen-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 48 40 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-800\/0 {
    --tw-ring-color: rgba(43, 48, 40, 0);
}
.ring-warmergreen-800\/10 {
    --tw-ring-color: rgba(43, 48, 40, 0.1);
}
.ring-warmergreen-800\/100 {
    --tw-ring-color: #2b3028;
}
.ring-warmergreen-800\/15 {
    --tw-ring-color: rgba(43, 48, 40, 0.15);
}
.ring-warmergreen-800\/20 {
    --tw-ring-color: rgba(43, 48, 40, 0.2);
}
.ring-warmergreen-800\/25 {
    --tw-ring-color: rgba(43, 48, 40, 0.25);
}
.ring-warmergreen-800\/30 {
    --tw-ring-color: rgba(43, 48, 40, 0.3);
}
.ring-warmergreen-800\/35 {
    --tw-ring-color: rgba(43, 48, 40, 0.35);
}
.ring-warmergreen-800\/40 {
    --tw-ring-color: rgba(43, 48, 40, 0.4);
}
.ring-warmergreen-800\/45 {
    --tw-ring-color: rgba(43, 48, 40, 0.45);
}
.ring-warmergreen-800\/5 {
    --tw-ring-color: rgba(43, 48, 40, 0.05);
}
.ring-warmergreen-800\/50 {
    --tw-ring-color: rgba(43, 48, 40, 0.5);
}
.ring-warmergreen-800\/55 {
    --tw-ring-color: rgba(43, 48, 40, 0.55);
}
.ring-warmergreen-800\/60 {
    --tw-ring-color: rgba(43, 48, 40, 0.6);
}
.ring-warmergreen-800\/65 {
    --tw-ring-color: rgba(43, 48, 40, 0.65);
}
.ring-warmergreen-800\/70 {
    --tw-ring-color: rgba(43, 48, 40, 0.7);
}
.ring-warmergreen-800\/75 {
    --tw-ring-color: rgba(43, 48, 40, 0.75);
}
.ring-warmergreen-800\/80 {
    --tw-ring-color: rgba(43, 48, 40, 0.8);
}
.ring-warmergreen-800\/85 {
    --tw-ring-color: rgba(43, 48, 40, 0.85);
}
.ring-warmergreen-800\/90 {
    --tw-ring-color: rgba(43, 48, 40, 0.9);
}
.ring-warmergreen-800\/95 {
    --tw-ring-color: rgba(43, 48, 40, 0.95);
}
.ring-warmergreen-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 30 27 / var(--tw-ring-opacity, 1));
}
.ring-warmergreen-900\/0 {
    --tw-ring-color: rgba(28, 30, 27, 0);
}
.ring-warmergreen-900\/10 {
    --tw-ring-color: rgba(28, 30, 27, 0.1);
}
.ring-warmergreen-900\/100 {
    --tw-ring-color: #1c1e1b;
}
.ring-warmergreen-900\/15 {
    --tw-ring-color: rgba(28, 30, 27, 0.15);
}
.ring-warmergreen-900\/20 {
    --tw-ring-color: rgba(28, 30, 27, 0.2);
}
.ring-warmergreen-900\/25 {
    --tw-ring-color: rgba(28, 30, 27, 0.25);
}
.ring-warmergreen-900\/30 {
    --tw-ring-color: rgba(28, 30, 27, 0.3);
}
.ring-warmergreen-900\/35 {
    --tw-ring-color: rgba(28, 30, 27, 0.35);
}
.ring-warmergreen-900\/40 {
    --tw-ring-color: rgba(28, 30, 27, 0.4);
}
.ring-warmergreen-900\/45 {
    --tw-ring-color: rgba(28, 30, 27, 0.45);
}
.ring-warmergreen-900\/5 {
    --tw-ring-color: rgba(28, 30, 27, 0.05);
}
.ring-warmergreen-900\/50 {
    --tw-ring-color: rgba(28, 30, 27, 0.5);
}
.ring-warmergreen-900\/55 {
    --tw-ring-color: rgba(28, 30, 27, 0.55);
}
.ring-warmergreen-900\/60 {
    --tw-ring-color: rgba(28, 30, 27, 0.6);
}
.ring-warmergreen-900\/65 {
    --tw-ring-color: rgba(28, 30, 27, 0.65);
}
.ring-warmergreen-900\/70 {
    --tw-ring-color: rgba(28, 30, 27, 0.7);
}
.ring-warmergreen-900\/75 {
    --tw-ring-color: rgba(28, 30, 27, 0.75);
}
.ring-warmergreen-900\/80 {
    --tw-ring-color: rgba(28, 30, 27, 0.8);
}
.ring-warmergreen-900\/85 {
    --tw-ring-color: rgba(28, 30, 27, 0.85);
}
.ring-warmergreen-900\/90 {
    --tw-ring-color: rgba(28, 30, 27, 0.9);
}
.ring-warmergreen-900\/95 {
    --tw-ring-color: rgba(28, 30, 27, 0.95);
}
.ring-warmgray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-100\/0 {
    --tw-ring-color: hsla(60, 5%, 96%, 0);
}
.ring-warmgray-100\/10 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.1);
}
.ring-warmgray-100\/100 {
    --tw-ring-color: #f5f5f4;
}
.ring-warmgray-100\/15 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.15);
}
.ring-warmgray-100\/20 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.2);
}
.ring-warmgray-100\/25 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.25);
}
.ring-warmgray-100\/30 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.3);
}
.ring-warmgray-100\/35 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.35);
}
.ring-warmgray-100\/40 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.4);
}
.ring-warmgray-100\/45 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.45);
}
.ring-warmgray-100\/5 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.05);
}
.ring-warmgray-100\/50 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.5);
}
.ring-warmgray-100\/55 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.55);
}
.ring-warmgray-100\/60 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.6);
}
.ring-warmgray-100\/65 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.65);
}
.ring-warmgray-100\/70 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.7);
}
.ring-warmgray-100\/75 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.75);
}
.ring-warmgray-100\/80 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.8);
}
.ring-warmgray-100\/85 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.85);
}
.ring-warmgray-100\/90 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.9);
}
.ring-warmgray-100\/95 {
    --tw-ring-color: hsla(60, 5%, 96%, 0.95);
}
.ring-warmgray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-200\/0 {
    --tw-ring-color: hsla(20, 6%, 90%, 0);
}
.ring-warmgray-200\/10 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.1);
}
.ring-warmgray-200\/100 {
    --tw-ring-color: #e7e5e4;
}
.ring-warmgray-200\/15 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.15);
}
.ring-warmgray-200\/20 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.2);
}
.ring-warmgray-200\/25 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.25);
}
.ring-warmgray-200\/30 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.3);
}
.ring-warmgray-200\/35 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.35);
}
.ring-warmgray-200\/40 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.4);
}
.ring-warmgray-200\/45 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.45);
}
.ring-warmgray-200\/5 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.05);
}
.ring-warmgray-200\/50 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.5);
}
.ring-warmgray-200\/55 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.55);
}
.ring-warmgray-200\/60 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.6);
}
.ring-warmgray-200\/65 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.65);
}
.ring-warmgray-200\/70 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.7);
}
.ring-warmgray-200\/75 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.75);
}
.ring-warmgray-200\/80 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.8);
}
.ring-warmgray-200\/85 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.85);
}
.ring-warmgray-200\/90 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.9);
}
.ring-warmgray-200\/95 {
    --tw-ring-color: hsla(20, 6%, 90%, 0.95);
}
.ring-warmgray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-300\/0 {
    --tw-ring-color: hsla(24, 6%, 83%, 0);
}
.ring-warmgray-300\/10 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.1);
}
.ring-warmgray-300\/100 {
    --tw-ring-color: #d6d3d1;
}
.ring-warmgray-300\/15 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.15);
}
.ring-warmgray-300\/20 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.2);
}
.ring-warmgray-300\/25 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.25);
}
.ring-warmgray-300\/30 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.3);
}
.ring-warmgray-300\/35 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.35);
}
.ring-warmgray-300\/40 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.4);
}
.ring-warmgray-300\/45 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.45);
}
.ring-warmgray-300\/5 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.05);
}
.ring-warmgray-300\/50 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.5);
}
.ring-warmgray-300\/55 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.55);
}
.ring-warmgray-300\/60 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.6);
}
.ring-warmgray-300\/65 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.65);
}
.ring-warmgray-300\/70 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.7);
}
.ring-warmgray-300\/75 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.75);
}
.ring-warmgray-300\/80 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.8);
}
.ring-warmgray-300\/85 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.85);
}
.ring-warmgray-300\/90 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.9);
}
.ring-warmgray-300\/95 {
    --tw-ring-color: hsla(24, 6%, 83%, 0.95);
}
.ring-warmgray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-400\/0 {
    --tw-ring-color: hsla(24, 5%, 64%, 0);
}
.ring-warmgray-400\/10 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.1);
}
.ring-warmgray-400\/100 {
    --tw-ring-color: #a8a29e;
}
.ring-warmgray-400\/15 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.15);
}
.ring-warmgray-400\/20 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.2);
}
.ring-warmgray-400\/25 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.25);
}
.ring-warmgray-400\/30 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.3);
}
.ring-warmgray-400\/35 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.35);
}
.ring-warmgray-400\/40 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.4);
}
.ring-warmgray-400\/45 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.45);
}
.ring-warmgray-400\/5 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.05);
}
.ring-warmgray-400\/50 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.5);
}
.ring-warmgray-400\/55 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.55);
}
.ring-warmgray-400\/60 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.6);
}
.ring-warmgray-400\/65 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.65);
}
.ring-warmgray-400\/70 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.7);
}
.ring-warmgray-400\/75 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.75);
}
.ring-warmgray-400\/80 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.8);
}
.ring-warmgray-400\/85 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.85);
}
.ring-warmgray-400\/90 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.9);
}
.ring-warmgray-400\/95 {
    --tw-ring-color: hsla(24, 5%, 64%, 0.95);
}
.ring-warmgray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-50\/0 {
    --tw-ring-color: hsla(60, 9%, 98%, 0);
}
.ring-warmgray-50\/10 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.1);
}
.ring-warmgray-50\/100 {
    --tw-ring-color: #fafaf9;
}
.ring-warmgray-50\/15 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.15);
}
.ring-warmgray-50\/20 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.2);
}
.ring-warmgray-50\/25 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.25);
}
.ring-warmgray-50\/30 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.3);
}
.ring-warmgray-50\/35 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.35);
}
.ring-warmgray-50\/40 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.4);
}
.ring-warmgray-50\/45 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.45);
}
.ring-warmgray-50\/5 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.05);
}
.ring-warmgray-50\/50 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.5);
}
.ring-warmgray-50\/55 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.55);
}
.ring-warmgray-50\/60 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.6);
}
.ring-warmgray-50\/65 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.65);
}
.ring-warmgray-50\/70 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.7);
}
.ring-warmgray-50\/75 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.75);
}
.ring-warmgray-50\/80 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.8);
}
.ring-warmgray-50\/85 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.85);
}
.ring-warmgray-50\/90 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.9);
}
.ring-warmgray-50\/95 {
    --tw-ring-color: hsla(60, 9%, 98%, 0.95);
}
.ring-warmgray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-500\/0 {
    --tw-ring-color: hsla(25, 5%, 45%, 0);
}
.ring-warmgray-500\/10 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.1);
}
.ring-warmgray-500\/100 {
    --tw-ring-color: #78716c;
}
.ring-warmgray-500\/15 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.15);
}
.ring-warmgray-500\/20 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.2);
}
.ring-warmgray-500\/25 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.25);
}
.ring-warmgray-500\/30 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.3);
}
.ring-warmgray-500\/35 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.35);
}
.ring-warmgray-500\/40 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.4);
}
.ring-warmgray-500\/45 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.45);
}
.ring-warmgray-500\/5 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.05);
}
.ring-warmgray-500\/50 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.5);
}
.ring-warmgray-500\/55 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.55);
}
.ring-warmgray-500\/60 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.6);
}
.ring-warmgray-500\/65 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.65);
}
.ring-warmgray-500\/70 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.7);
}
.ring-warmgray-500\/75 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.75);
}
.ring-warmgray-500\/80 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.8);
}
.ring-warmgray-500\/85 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.85);
}
.ring-warmgray-500\/90 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.9);
}
.ring-warmgray-500\/95 {
    --tw-ring-color: hsla(25, 5%, 45%, 0.95);
}
.ring-warmgray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-600\/0 {
    --tw-ring-color: rgba(87, 83, 78, 0);
}
.ring-warmgray-600\/10 {
    --tw-ring-color: rgba(87, 83, 78, 0.1);
}
.ring-warmgray-600\/100 {
    --tw-ring-color: #57534e;
}
.ring-warmgray-600\/15 {
    --tw-ring-color: rgba(87, 83, 78, 0.15);
}
.ring-warmgray-600\/20 {
    --tw-ring-color: rgba(87, 83, 78, 0.2);
}
.ring-warmgray-600\/25 {
    --tw-ring-color: rgba(87, 83, 78, 0.25);
}
.ring-warmgray-600\/30 {
    --tw-ring-color: rgba(87, 83, 78, 0.3);
}
.ring-warmgray-600\/35 {
    --tw-ring-color: rgba(87, 83, 78, 0.35);
}
.ring-warmgray-600\/40 {
    --tw-ring-color: rgba(87, 83, 78, 0.4);
}
.ring-warmgray-600\/45 {
    --tw-ring-color: rgba(87, 83, 78, 0.45);
}
.ring-warmgray-600\/5 {
    --tw-ring-color: rgba(87, 83, 78, 0.05);
}
.ring-warmgray-600\/50 {
    --tw-ring-color: rgba(87, 83, 78, 0.5);
}
.ring-warmgray-600\/55 {
    --tw-ring-color: rgba(87, 83, 78, 0.55);
}
.ring-warmgray-600\/60 {
    --tw-ring-color: rgba(87, 83, 78, 0.6);
}
.ring-warmgray-600\/65 {
    --tw-ring-color: rgba(87, 83, 78, 0.65);
}
.ring-warmgray-600\/70 {
    --tw-ring-color: rgba(87, 83, 78, 0.7);
}
.ring-warmgray-600\/75 {
    --tw-ring-color: rgba(87, 83, 78, 0.75);
}
.ring-warmgray-600\/80 {
    --tw-ring-color: rgba(87, 83, 78, 0.8);
}
.ring-warmgray-600\/85 {
    --tw-ring-color: rgba(87, 83, 78, 0.85);
}
.ring-warmgray-600\/90 {
    --tw-ring-color: rgba(87, 83, 78, 0.9);
}
.ring-warmgray-600\/95 {
    --tw-ring-color: rgba(87, 83, 78, 0.95);
}
.ring-warmgray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-700\/0 {
    --tw-ring-color: rgba(68, 64, 60, 0);
}
.ring-warmgray-700\/10 {
    --tw-ring-color: rgba(68, 64, 60, 0.1);
}
.ring-warmgray-700\/100 {
    --tw-ring-color: #44403c;
}
.ring-warmgray-700\/15 {
    --tw-ring-color: rgba(68, 64, 60, 0.15);
}
.ring-warmgray-700\/20 {
    --tw-ring-color: rgba(68, 64, 60, 0.2);
}
.ring-warmgray-700\/25 {
    --tw-ring-color: rgba(68, 64, 60, 0.25);
}
.ring-warmgray-700\/30 {
    --tw-ring-color: rgba(68, 64, 60, 0.3);
}
.ring-warmgray-700\/35 {
    --tw-ring-color: rgba(68, 64, 60, 0.35);
}
.ring-warmgray-700\/40 {
    --tw-ring-color: rgba(68, 64, 60, 0.4);
}
.ring-warmgray-700\/45 {
    --tw-ring-color: rgba(68, 64, 60, 0.45);
}
.ring-warmgray-700\/5 {
    --tw-ring-color: rgba(68, 64, 60, 0.05);
}
.ring-warmgray-700\/50 {
    --tw-ring-color: rgba(68, 64, 60, 0.5);
}
.ring-warmgray-700\/55 {
    --tw-ring-color: rgba(68, 64, 60, 0.55);
}
.ring-warmgray-700\/60 {
    --tw-ring-color: rgba(68, 64, 60, 0.6);
}
.ring-warmgray-700\/65 {
    --tw-ring-color: rgba(68, 64, 60, 0.65);
}
.ring-warmgray-700\/70 {
    --tw-ring-color: rgba(68, 64, 60, 0.7);
}
.ring-warmgray-700\/75 {
    --tw-ring-color: rgba(68, 64, 60, 0.75);
}
.ring-warmgray-700\/80 {
    --tw-ring-color: rgba(68, 64, 60, 0.8);
}
.ring-warmgray-700\/85 {
    --tw-ring-color: rgba(68, 64, 60, 0.85);
}
.ring-warmgray-700\/90 {
    --tw-ring-color: rgba(68, 64, 60, 0.9);
}
.ring-warmgray-700\/95 {
    --tw-ring-color: rgba(68, 64, 60, 0.95);
}
.ring-warmgray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-800\/0 {
    --tw-ring-color: rgba(41, 37, 36, 0);
}
.ring-warmgray-800\/10 {
    --tw-ring-color: rgba(41, 37, 36, 0.1);
}
.ring-warmgray-800\/100 {
    --tw-ring-color: #292524;
}
.ring-warmgray-800\/15 {
    --tw-ring-color: rgba(41, 37, 36, 0.15);
}
.ring-warmgray-800\/20 {
    --tw-ring-color: rgba(41, 37, 36, 0.2);
}
.ring-warmgray-800\/25 {
    --tw-ring-color: rgba(41, 37, 36, 0.25);
}
.ring-warmgray-800\/30 {
    --tw-ring-color: rgba(41, 37, 36, 0.3);
}
.ring-warmgray-800\/35 {
    --tw-ring-color: rgba(41, 37, 36, 0.35);
}
.ring-warmgray-800\/40 {
    --tw-ring-color: rgba(41, 37, 36, 0.4);
}
.ring-warmgray-800\/45 {
    --tw-ring-color: rgba(41, 37, 36, 0.45);
}
.ring-warmgray-800\/5 {
    --tw-ring-color: rgba(41, 37, 36, 0.05);
}
.ring-warmgray-800\/50 {
    --tw-ring-color: rgba(41, 37, 36, 0.5);
}
.ring-warmgray-800\/55 {
    --tw-ring-color: rgba(41, 37, 36, 0.55);
}
.ring-warmgray-800\/60 {
    --tw-ring-color: rgba(41, 37, 36, 0.6);
}
.ring-warmgray-800\/65 {
    --tw-ring-color: rgba(41, 37, 36, 0.65);
}
.ring-warmgray-800\/70 {
    --tw-ring-color: rgba(41, 37, 36, 0.7);
}
.ring-warmgray-800\/75 {
    --tw-ring-color: rgba(41, 37, 36, 0.75);
}
.ring-warmgray-800\/80 {
    --tw-ring-color: rgba(41, 37, 36, 0.8);
}
.ring-warmgray-800\/85 {
    --tw-ring-color: rgba(41, 37, 36, 0.85);
}
.ring-warmgray-800\/90 {
    --tw-ring-color: rgba(41, 37, 36, 0.9);
}
.ring-warmgray-800\/95 {
    --tw-ring-color: rgba(41, 37, 36, 0.95);
}
.ring-warmgray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}
.ring-warmgray-900\/0 {
    --tw-ring-color: rgba(28, 25, 23, 0);
}
.ring-warmgray-900\/10 {
    --tw-ring-color: rgba(28, 25, 23, 0.1);
}
.ring-warmgray-900\/100 {
    --tw-ring-color: #1c1917;
}
.ring-warmgray-900\/15 {
    --tw-ring-color: rgba(28, 25, 23, 0.15);
}
.ring-warmgray-900\/20 {
    --tw-ring-color: rgba(28, 25, 23, 0.2);
}
.ring-warmgray-900\/25 {
    --tw-ring-color: rgba(28, 25, 23, 0.25);
}
.ring-warmgray-900\/30 {
    --tw-ring-color: rgba(28, 25, 23, 0.3);
}
.ring-warmgray-900\/35 {
    --tw-ring-color: rgba(28, 25, 23, 0.35);
}
.ring-warmgray-900\/40 {
    --tw-ring-color: rgba(28, 25, 23, 0.4);
}
.ring-warmgray-900\/45 {
    --tw-ring-color: rgba(28, 25, 23, 0.45);
}
.ring-warmgray-900\/5 {
    --tw-ring-color: rgba(28, 25, 23, 0.05);
}
.ring-warmgray-900\/50 {
    --tw-ring-color: rgba(28, 25, 23, 0.5);
}
.ring-warmgray-900\/55 {
    --tw-ring-color: rgba(28, 25, 23, 0.55);
}
.ring-warmgray-900\/60 {
    --tw-ring-color: rgba(28, 25, 23, 0.6);
}
.ring-warmgray-900\/65 {
    --tw-ring-color: rgba(28, 25, 23, 0.65);
}
.ring-warmgray-900\/70 {
    --tw-ring-color: rgba(28, 25, 23, 0.7);
}
.ring-warmgray-900\/75 {
    --tw-ring-color: rgba(28, 25, 23, 0.75);
}
.ring-warmgray-900\/80 {
    --tw-ring-color: rgba(28, 25, 23, 0.8);
}
.ring-warmgray-900\/85 {
    --tw-ring-color: rgba(28, 25, 23, 0.85);
}
.ring-warmgray-900\/90 {
    --tw-ring-color: rgba(28, 25, 23, 0.9);
}
.ring-warmgray-900\/95 {
    --tw-ring-color: rgba(28, 25, 23, 0.95);
}
.ring-warmgreen-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(223 250 149 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-100\/0 {
    --tw-ring-color: hsla(76, 91%, 78%, 0);
}
.ring-warmgreen-100\/10 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.1);
}
.ring-warmgreen-100\/100 {
    --tw-ring-color: #dffa95;
}
.ring-warmgreen-100\/15 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.15);
}
.ring-warmgreen-100\/20 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.2);
}
.ring-warmgreen-100\/25 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.25);
}
.ring-warmgreen-100\/30 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.3);
}
.ring-warmgreen-100\/35 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.35);
}
.ring-warmgreen-100\/40 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.4);
}
.ring-warmgreen-100\/45 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.45);
}
.ring-warmgreen-100\/5 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.05);
}
.ring-warmgreen-100\/50 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.5);
}
.ring-warmgreen-100\/55 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.55);
}
.ring-warmgreen-100\/60 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.6);
}
.ring-warmgreen-100\/65 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.65);
}
.ring-warmgreen-100\/70 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.7);
}
.ring-warmgreen-100\/75 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.75);
}
.ring-warmgreen-100\/80 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.8);
}
.ring-warmgreen-100\/85 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.85);
}
.ring-warmgreen-100\/90 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.9);
}
.ring-warmgreen-100\/95 {
    --tw-ring-color: hsla(76, 91%, 78%, 0.95);
}
.ring-warmgreen-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(213 240 139 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-200\/0 {
    --tw-ring-color: hsla(76, 77%, 74%, 0);
}
.ring-warmgreen-200\/10 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.1);
}
.ring-warmgreen-200\/100 {
    --tw-ring-color: #d5f08b;
}
.ring-warmgreen-200\/15 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.15);
}
.ring-warmgreen-200\/20 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.2);
}
.ring-warmgreen-200\/25 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.25);
}
.ring-warmgreen-200\/30 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.3);
}
.ring-warmgreen-200\/35 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.35);
}
.ring-warmgreen-200\/40 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.4);
}
.ring-warmgreen-200\/45 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.45);
}
.ring-warmgreen-200\/5 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.05);
}
.ring-warmgreen-200\/50 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.5);
}
.ring-warmgreen-200\/55 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.55);
}
.ring-warmgreen-200\/60 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.6);
}
.ring-warmgreen-200\/65 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.65);
}
.ring-warmgreen-200\/70 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.7);
}
.ring-warmgreen-200\/75 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.75);
}
.ring-warmgreen-200\/80 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.8);
}
.ring-warmgreen-200\/85 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.85);
}
.ring-warmgreen-200\/90 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.9);
}
.ring-warmgreen-200\/95 {
    --tw-ring-color: hsla(76, 77%, 74%, 0.95);
}
.ring-warmgreen-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 230 129 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-300\/0 {
    --tw-ring-color: hsla(76, 67%, 70%, 0);
}
.ring-warmgreen-300\/10 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.1);
}
.ring-warmgreen-300\/100 {
    --tw-ring-color: #cbe681;
}
.ring-warmgreen-300\/15 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.15);
}
.ring-warmgreen-300\/20 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.2);
}
.ring-warmgreen-300\/25 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.25);
}
.ring-warmgreen-300\/30 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.3);
}
.ring-warmgreen-300\/35 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.35);
}
.ring-warmgreen-300\/40 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.4);
}
.ring-warmgreen-300\/45 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.45);
}
.ring-warmgreen-300\/5 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.05);
}
.ring-warmgreen-300\/50 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.5);
}
.ring-warmgreen-300\/55 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.55);
}
.ring-warmgreen-300\/60 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.6);
}
.ring-warmgreen-300\/65 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.65);
}
.ring-warmgreen-300\/70 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.7);
}
.ring-warmgreen-300\/75 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.75);
}
.ring-warmgreen-300\/80 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.8);
}
.ring-warmgreen-300\/85 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.85);
}
.ring-warmgreen-300\/90 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.9);
}
.ring-warmgreen-300\/95 {
    --tw-ring-color: hsla(76, 67%, 70%, 0.95);
}
.ring-warmgreen-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(193 220 119 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-400\/0 {
    --tw-ring-color: hsla(76, 59%, 66%, 0);
}
.ring-warmgreen-400\/10 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.1);
}
.ring-warmgreen-400\/100 {
    --tw-ring-color: #c1dc77;
}
.ring-warmgreen-400\/15 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.15);
}
.ring-warmgreen-400\/20 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.2);
}
.ring-warmgreen-400\/25 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.25);
}
.ring-warmgreen-400\/30 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.3);
}
.ring-warmgreen-400\/35 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.35);
}
.ring-warmgreen-400\/40 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.4);
}
.ring-warmgreen-400\/45 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.45);
}
.ring-warmgreen-400\/5 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.05);
}
.ring-warmgreen-400\/50 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.5);
}
.ring-warmgreen-400\/55 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.55);
}
.ring-warmgreen-400\/60 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.6);
}
.ring-warmgreen-400\/65 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.65);
}
.ring-warmgreen-400\/70 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.7);
}
.ring-warmgreen-400\/75 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.75);
}
.ring-warmgreen-400\/80 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.8);
}
.ring-warmgreen-400\/85 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.85);
}
.ring-warmgreen-400\/90 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.9);
}
.ring-warmgreen-400\/95 {
    --tw-ring-color: hsla(76, 59%, 66%, 0.95);
}
.ring-warmgreen-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 255 159 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-50\/0 {
    --tw-ring-color: rgba(233, 255, 159, 0);
}
.ring-warmgreen-50\/10 {
    --tw-ring-color: rgba(233, 255, 159, 0.1);
}
.ring-warmgreen-50\/100 {
    --tw-ring-color: #e9ff9f;
}
.ring-warmgreen-50\/15 {
    --tw-ring-color: rgba(233, 255, 159, 0.15);
}
.ring-warmgreen-50\/20 {
    --tw-ring-color: rgba(233, 255, 159, 0.2);
}
.ring-warmgreen-50\/25 {
    --tw-ring-color: rgba(233, 255, 159, 0.25);
}
.ring-warmgreen-50\/30 {
    --tw-ring-color: rgba(233, 255, 159, 0.3);
}
.ring-warmgreen-50\/35 {
    --tw-ring-color: rgba(233, 255, 159, 0.35);
}
.ring-warmgreen-50\/40 {
    --tw-ring-color: rgba(233, 255, 159, 0.4);
}
.ring-warmgreen-50\/45 {
    --tw-ring-color: rgba(233, 255, 159, 0.45);
}
.ring-warmgreen-50\/5 {
    --tw-ring-color: rgba(233, 255, 159, 0.05);
}
.ring-warmgreen-50\/50 {
    --tw-ring-color: rgba(233, 255, 159, 0.5);
}
.ring-warmgreen-50\/55 {
    --tw-ring-color: rgba(233, 255, 159, 0.55);
}
.ring-warmgreen-50\/60 {
    --tw-ring-color: rgba(233, 255, 159, 0.6);
}
.ring-warmgreen-50\/65 {
    --tw-ring-color: rgba(233, 255, 159, 0.65);
}
.ring-warmgreen-50\/70 {
    --tw-ring-color: rgba(233, 255, 159, 0.7);
}
.ring-warmgreen-50\/75 {
    --tw-ring-color: rgba(233, 255, 159, 0.75);
}
.ring-warmgreen-50\/80 {
    --tw-ring-color: rgba(233, 255, 159, 0.8);
}
.ring-warmgreen-50\/85 {
    --tw-ring-color: rgba(233, 255, 159, 0.85);
}
.ring-warmgreen-50\/90 {
    --tw-ring-color: rgba(233, 255, 159, 0.9);
}
.ring-warmgreen-50\/95 {
    --tw-ring-color: rgba(233, 255, 159, 0.95);
}
.ring-warmgreen-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 210 109 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-500\/0 {
    --tw-ring-color: hsla(76, 53%, 63%, 0);
}
.ring-warmgreen-500\/10 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.1);
}
.ring-warmgreen-500\/100 {
    --tw-ring-color: #b7d26d;
}
.ring-warmgreen-500\/15 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.15);
}
.ring-warmgreen-500\/20 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.2);
}
.ring-warmgreen-500\/25 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.25);
}
.ring-warmgreen-500\/30 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.3);
}
.ring-warmgreen-500\/35 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.35);
}
.ring-warmgreen-500\/40 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.4);
}
.ring-warmgreen-500\/45 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.45);
}
.ring-warmgreen-500\/5 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.05);
}
.ring-warmgreen-500\/50 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.5);
}
.ring-warmgreen-500\/55 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.55);
}
.ring-warmgreen-500\/60 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.6);
}
.ring-warmgreen-500\/65 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.65);
}
.ring-warmgreen-500\/70 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.7);
}
.ring-warmgreen-500\/75 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.75);
}
.ring-warmgreen-500\/80 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.8);
}
.ring-warmgreen-500\/85 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.85);
}
.ring-warmgreen-500\/90 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.9);
}
.ring-warmgreen-500\/95 {
    --tw-ring-color: hsla(76, 53%, 63%, 0.95);
}
.ring-warmgreen-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(173 200 99 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-600\/0 {
    --tw-ring-color: rgba(173, 200, 99, 0);
}
.ring-warmgreen-600\/10 {
    --tw-ring-color: rgba(173, 200, 99, 0.1);
}
.ring-warmgreen-600\/100 {
    --tw-ring-color: #adc863;
}
.ring-warmgreen-600\/15 {
    --tw-ring-color: rgba(173, 200, 99, 0.15);
}
.ring-warmgreen-600\/20 {
    --tw-ring-color: rgba(173, 200, 99, 0.2);
}
.ring-warmgreen-600\/25 {
    --tw-ring-color: rgba(173, 200, 99, 0.25);
}
.ring-warmgreen-600\/30 {
    --tw-ring-color: rgba(173, 200, 99, 0.3);
}
.ring-warmgreen-600\/35 {
    --tw-ring-color: rgba(173, 200, 99, 0.35);
}
.ring-warmgreen-600\/40 {
    --tw-ring-color: rgba(173, 200, 99, 0.4);
}
.ring-warmgreen-600\/45 {
    --tw-ring-color: rgba(173, 200, 99, 0.45);
}
.ring-warmgreen-600\/5 {
    --tw-ring-color: rgba(173, 200, 99, 0.05);
}
.ring-warmgreen-600\/50 {
    --tw-ring-color: rgba(173, 200, 99, 0.5);
}
.ring-warmgreen-600\/55 {
    --tw-ring-color: rgba(173, 200, 99, 0.55);
}
.ring-warmgreen-600\/60 {
    --tw-ring-color: rgba(173, 200, 99, 0.6);
}
.ring-warmgreen-600\/65 {
    --tw-ring-color: rgba(173, 200, 99, 0.65);
}
.ring-warmgreen-600\/70 {
    --tw-ring-color: rgba(173, 200, 99, 0.7);
}
.ring-warmgreen-600\/75 {
    --tw-ring-color: rgba(173, 200, 99, 0.75);
}
.ring-warmgreen-600\/80 {
    --tw-ring-color: rgba(173, 200, 99, 0.8);
}
.ring-warmgreen-600\/85 {
    --tw-ring-color: rgba(173, 200, 99, 0.85);
}
.ring-warmgreen-600\/90 {
    --tw-ring-color: rgba(173, 200, 99, 0.9);
}
.ring-warmgreen-600\/95 {
    --tw-ring-color: rgba(173, 200, 99, 0.95);
}
.ring-warmgreen-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 190 89 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-700\/0 {
    --tw-ring-color: rgba(163, 190, 89, 0);
}
.ring-warmgreen-700\/10 {
    --tw-ring-color: rgba(163, 190, 89, 0.1);
}
.ring-warmgreen-700\/100 {
    --tw-ring-color: #a3be59;
}
.ring-warmgreen-700\/15 {
    --tw-ring-color: rgba(163, 190, 89, 0.15);
}
.ring-warmgreen-700\/20 {
    --tw-ring-color: rgba(163, 190, 89, 0.2);
}
.ring-warmgreen-700\/25 {
    --tw-ring-color: rgba(163, 190, 89, 0.25);
}
.ring-warmgreen-700\/30 {
    --tw-ring-color: rgba(163, 190, 89, 0.3);
}
.ring-warmgreen-700\/35 {
    --tw-ring-color: rgba(163, 190, 89, 0.35);
}
.ring-warmgreen-700\/40 {
    --tw-ring-color: rgba(163, 190, 89, 0.4);
}
.ring-warmgreen-700\/45 {
    --tw-ring-color: rgba(163, 190, 89, 0.45);
}
.ring-warmgreen-700\/5 {
    --tw-ring-color: rgba(163, 190, 89, 0.05);
}
.ring-warmgreen-700\/50 {
    --tw-ring-color: rgba(163, 190, 89, 0.5);
}
.ring-warmgreen-700\/55 {
    --tw-ring-color: rgba(163, 190, 89, 0.55);
}
.ring-warmgreen-700\/60 {
    --tw-ring-color: rgba(163, 190, 89, 0.6);
}
.ring-warmgreen-700\/65 {
    --tw-ring-color: rgba(163, 190, 89, 0.65);
}
.ring-warmgreen-700\/70 {
    --tw-ring-color: rgba(163, 190, 89, 0.7);
}
.ring-warmgreen-700\/75 {
    --tw-ring-color: rgba(163, 190, 89, 0.75);
}
.ring-warmgreen-700\/80 {
    --tw-ring-color: rgba(163, 190, 89, 0.8);
}
.ring-warmgreen-700\/85 {
    --tw-ring-color: rgba(163, 190, 89, 0.85);
}
.ring-warmgreen-700\/90 {
    --tw-ring-color: rgba(163, 190, 89, 0.9);
}
.ring-warmgreen-700\/95 {
    --tw-ring-color: rgba(163, 190, 89, 0.95);
}
.ring-warmgreen-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(98 119 95 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-800\/0 {
    --tw-ring-color: rgba(98, 119, 95, 0);
}
.ring-warmgreen-800\/10 {
    --tw-ring-color: rgba(98, 119, 95, 0.1);
}
.ring-warmgreen-800\/100 {
    --tw-ring-color: #62775f;
}
.ring-warmgreen-800\/15 {
    --tw-ring-color: rgba(98, 119, 95, 0.15);
}
.ring-warmgreen-800\/20 {
    --tw-ring-color: rgba(98, 119, 95, 0.2);
}
.ring-warmgreen-800\/25 {
    --tw-ring-color: rgba(98, 119, 95, 0.25);
}
.ring-warmgreen-800\/30 {
    --tw-ring-color: rgba(98, 119, 95, 0.3);
}
.ring-warmgreen-800\/35 {
    --tw-ring-color: rgba(98, 119, 95, 0.35);
}
.ring-warmgreen-800\/40 {
    --tw-ring-color: rgba(98, 119, 95, 0.4);
}
.ring-warmgreen-800\/45 {
    --tw-ring-color: rgba(98, 119, 95, 0.45);
}
.ring-warmgreen-800\/5 {
    --tw-ring-color: rgba(98, 119, 95, 0.05);
}
.ring-warmgreen-800\/50 {
    --tw-ring-color: rgba(98, 119, 95, 0.5);
}
.ring-warmgreen-800\/55 {
    --tw-ring-color: rgba(98, 119, 95, 0.55);
}
.ring-warmgreen-800\/60 {
    --tw-ring-color: rgba(98, 119, 95, 0.6);
}
.ring-warmgreen-800\/65 {
    --tw-ring-color: rgba(98, 119, 95, 0.65);
}
.ring-warmgreen-800\/70 {
    --tw-ring-color: rgba(98, 119, 95, 0.7);
}
.ring-warmgreen-800\/75 {
    --tw-ring-color: rgba(98, 119, 95, 0.75);
}
.ring-warmgreen-800\/80 {
    --tw-ring-color: rgba(98, 119, 95, 0.8);
}
.ring-warmgreen-800\/85 {
    --tw-ring-color: rgba(98, 119, 95, 0.85);
}
.ring-warmgreen-800\/90 {
    --tw-ring-color: rgba(98, 119, 95, 0.9);
}
.ring-warmgreen-800\/95 {
    --tw-ring-color: rgba(98, 119, 95, 0.95);
}
.ring-warmgreen-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 170 69 / var(--tw-ring-opacity, 1));
}
.ring-warmgreen-900\/0 {
    --tw-ring-color: rgba(143, 170, 69, 0);
}
.ring-warmgreen-900\/10 {
    --tw-ring-color: rgba(143, 170, 69, 0.1);
}
.ring-warmgreen-900\/100 {
    --tw-ring-color: #8faa45;
}
.ring-warmgreen-900\/15 {
    --tw-ring-color: rgba(143, 170, 69, 0.15);
}
.ring-warmgreen-900\/20 {
    --tw-ring-color: rgba(143, 170, 69, 0.2);
}
.ring-warmgreen-900\/25 {
    --tw-ring-color: rgba(143, 170, 69, 0.25);
}
.ring-warmgreen-900\/30 {
    --tw-ring-color: rgba(143, 170, 69, 0.3);
}
.ring-warmgreen-900\/35 {
    --tw-ring-color: rgba(143, 170, 69, 0.35);
}
.ring-warmgreen-900\/40 {
    --tw-ring-color: rgba(143, 170, 69, 0.4);
}
.ring-warmgreen-900\/45 {
    --tw-ring-color: rgba(143, 170, 69, 0.45);
}
.ring-warmgreen-900\/5 {
    --tw-ring-color: rgba(143, 170, 69, 0.05);
}
.ring-warmgreen-900\/50 {
    --tw-ring-color: rgba(143, 170, 69, 0.5);
}
.ring-warmgreen-900\/55 {
    --tw-ring-color: rgba(143, 170, 69, 0.55);
}
.ring-warmgreen-900\/60 {
    --tw-ring-color: rgba(143, 170, 69, 0.6);
}
.ring-warmgreen-900\/65 {
    --tw-ring-color: rgba(143, 170, 69, 0.65);
}
.ring-warmgreen-900\/70 {
    --tw-ring-color: rgba(143, 170, 69, 0.7);
}
.ring-warmgreen-900\/75 {
    --tw-ring-color: rgba(143, 170, 69, 0.75);
}
.ring-warmgreen-900\/80 {
    --tw-ring-color: rgba(143, 170, 69, 0.8);
}
.ring-warmgreen-900\/85 {
    --tw-ring-color: rgba(143, 170, 69, 0.85);
}
.ring-warmgreen-900\/90 {
    --tw-ring-color: rgba(143, 170, 69, 0.9);
}
.ring-warmgreen-900\/95 {
    --tw-ring-color: rgba(143, 170, 69, 0.95);
}
.ring-warning-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.ring-warning-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.ring-yellow-100\/0 {
    --tw-ring-color: hsla(48, 96%, 89%, 0);
}
.ring-yellow-100\/10 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.1);
}
.ring-yellow-100\/100 {
    --tw-ring-color: #fef3c7;
}
.ring-yellow-100\/15 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.15);
}
.ring-yellow-100\/20 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.2);
}
.ring-yellow-100\/25 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.25);
}
.ring-yellow-100\/30 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.3);
}
.ring-yellow-100\/35 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.35);
}
.ring-yellow-100\/40 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.4);
}
.ring-yellow-100\/45 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.45);
}
.ring-yellow-100\/5 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.05);
}
.ring-yellow-100\/50 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.5);
}
.ring-yellow-100\/55 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.55);
}
.ring-yellow-100\/60 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.6);
}
.ring-yellow-100\/65 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.65);
}
.ring-yellow-100\/70 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.7);
}
.ring-yellow-100\/75 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.75);
}
.ring-yellow-100\/80 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.8);
}
.ring-yellow-100\/85 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.85);
}
.ring-yellow-100\/90 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.9);
}
.ring-yellow-100\/95 {
    --tw-ring-color: hsla(48, 96%, 89%, 0.95);
}
.ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.ring-yellow-200\/0 {
    --tw-ring-color: hsla(48, 97%, 77%, 0);
}
.ring-yellow-200\/10 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.1);
}
.ring-yellow-200\/100 {
    --tw-ring-color: #fde68a;
}
.ring-yellow-200\/15 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.15);
}
.ring-yellow-200\/20 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.2);
}
.ring-yellow-200\/25 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.25);
}
.ring-yellow-200\/30 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.3);
}
.ring-yellow-200\/35 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.35);
}
.ring-yellow-200\/40 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.4);
}
.ring-yellow-200\/45 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.45);
}
.ring-yellow-200\/5 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.05);
}
.ring-yellow-200\/50 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.5);
}
.ring-yellow-200\/55 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.55);
}
.ring-yellow-200\/60 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.6);
}
.ring-yellow-200\/65 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.65);
}
.ring-yellow-200\/70 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.7);
}
.ring-yellow-200\/75 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.75);
}
.ring-yellow-200\/80 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.8);
}
.ring-yellow-200\/85 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.85);
}
.ring-yellow-200\/90 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.9);
}
.ring-yellow-200\/95 {
    --tw-ring-color: hsla(48, 97%, 77%, 0.95);
}
.ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.ring-yellow-300\/0 {
    --tw-ring-color: rgba(252, 211, 77, 0);
}
.ring-yellow-300\/10 {
    --tw-ring-color: rgba(252, 211, 77, 0.1);
}
.ring-yellow-300\/100 {
    --tw-ring-color: #fcd34d;
}
.ring-yellow-300\/15 {
    --tw-ring-color: rgba(252, 211, 77, 0.15);
}
.ring-yellow-300\/20 {
    --tw-ring-color: rgba(252, 211, 77, 0.2);
}
.ring-yellow-300\/25 {
    --tw-ring-color: rgba(252, 211, 77, 0.25);
}
.ring-yellow-300\/30 {
    --tw-ring-color: rgba(252, 211, 77, 0.3);
}
.ring-yellow-300\/35 {
    --tw-ring-color: rgba(252, 211, 77, 0.35);
}
.ring-yellow-300\/40 {
    --tw-ring-color: rgba(252, 211, 77, 0.4);
}
.ring-yellow-300\/45 {
    --tw-ring-color: rgba(252, 211, 77, 0.45);
}
.ring-yellow-300\/5 {
    --tw-ring-color: rgba(252, 211, 77, 0.05);
}
.ring-yellow-300\/50 {
    --tw-ring-color: rgba(252, 211, 77, 0.5);
}
.ring-yellow-300\/55 {
    --tw-ring-color: rgba(252, 211, 77, 0.55);
}
.ring-yellow-300\/60 {
    --tw-ring-color: rgba(252, 211, 77, 0.6);
}
.ring-yellow-300\/65 {
    --tw-ring-color: rgba(252, 211, 77, 0.65);
}
.ring-yellow-300\/70 {
    --tw-ring-color: rgba(252, 211, 77, 0.7);
}
.ring-yellow-300\/75 {
    --tw-ring-color: rgba(252, 211, 77, 0.75);
}
.ring-yellow-300\/80 {
    --tw-ring-color: rgba(252, 211, 77, 0.8);
}
.ring-yellow-300\/85 {
    --tw-ring-color: rgba(252, 211, 77, 0.85);
}
.ring-yellow-300\/90 {
    --tw-ring-color: rgba(252, 211, 77, 0.9);
}
.ring-yellow-300\/95 {
    --tw-ring-color: rgba(252, 211, 77, 0.95);
}
.ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.ring-yellow-400\/0 {
    --tw-ring-color: rgba(251, 191, 36, 0);
}
.ring-yellow-400\/10 {
    --tw-ring-color: rgba(251, 191, 36, 0.1);
}
.ring-yellow-400\/100 {
    --tw-ring-color: #fbbf24;
}
.ring-yellow-400\/15 {
    --tw-ring-color: rgba(251, 191, 36, 0.15);
}
.ring-yellow-400\/20 {
    --tw-ring-color: rgba(251, 191, 36, 0.2);
}
.ring-yellow-400\/25 {
    --tw-ring-color: rgba(251, 191, 36, 0.25);
}
.ring-yellow-400\/30 {
    --tw-ring-color: rgba(251, 191, 36, 0.3);
}
.ring-yellow-400\/35 {
    --tw-ring-color: rgba(251, 191, 36, 0.35);
}
.ring-yellow-400\/40 {
    --tw-ring-color: rgba(251, 191, 36, 0.4);
}
.ring-yellow-400\/45 {
    --tw-ring-color: rgba(251, 191, 36, 0.45);
}
.ring-yellow-400\/5 {
    --tw-ring-color: rgba(251, 191, 36, 0.05);
}
.ring-yellow-400\/50 {
    --tw-ring-color: rgba(251, 191, 36, 0.5);
}
.ring-yellow-400\/55 {
    --tw-ring-color: rgba(251, 191, 36, 0.55);
}
.ring-yellow-400\/60 {
    --tw-ring-color: rgba(251, 191, 36, 0.6);
}
.ring-yellow-400\/65 {
    --tw-ring-color: rgba(251, 191, 36, 0.65);
}
.ring-yellow-400\/70 {
    --tw-ring-color: rgba(251, 191, 36, 0.7);
}
.ring-yellow-400\/75 {
    --tw-ring-color: rgba(251, 191, 36, 0.75);
}
.ring-yellow-400\/80 {
    --tw-ring-color: rgba(251, 191, 36, 0.8);
}
.ring-yellow-400\/85 {
    --tw-ring-color: rgba(251, 191, 36, 0.85);
}
.ring-yellow-400\/90 {
    --tw-ring-color: rgba(251, 191, 36, 0.9);
}
.ring-yellow-400\/95 {
    --tw-ring-color: rgba(251, 191, 36, 0.95);
}
.ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}
.ring-yellow-50\/0 {
    --tw-ring-color: rgba(255, 251, 235, 0);
}
.ring-yellow-50\/10 {
    --tw-ring-color: rgba(255, 251, 235, 0.1);
}
.ring-yellow-50\/100 {
    --tw-ring-color: #fffbeb;
}
.ring-yellow-50\/15 {
    --tw-ring-color: rgba(255, 251, 235, 0.15);
}
.ring-yellow-50\/20 {
    --tw-ring-color: rgba(255, 251, 235, 0.2);
}
.ring-yellow-50\/25 {
    --tw-ring-color: rgba(255, 251, 235, 0.25);
}
.ring-yellow-50\/30 {
    --tw-ring-color: rgba(255, 251, 235, 0.3);
}
.ring-yellow-50\/35 {
    --tw-ring-color: rgba(255, 251, 235, 0.35);
}
.ring-yellow-50\/40 {
    --tw-ring-color: rgba(255, 251, 235, 0.4);
}
.ring-yellow-50\/45 {
    --tw-ring-color: rgba(255, 251, 235, 0.45);
}
.ring-yellow-50\/5 {
    --tw-ring-color: rgba(255, 251, 235, 0.05);
}
.ring-yellow-50\/50 {
    --tw-ring-color: rgba(255, 251, 235, 0.5);
}
.ring-yellow-50\/55 {
    --tw-ring-color: rgba(255, 251, 235, 0.55);
}
.ring-yellow-50\/60 {
    --tw-ring-color: rgba(255, 251, 235, 0.6);
}
.ring-yellow-50\/65 {
    --tw-ring-color: rgba(255, 251, 235, 0.65);
}
.ring-yellow-50\/70 {
    --tw-ring-color: rgba(255, 251, 235, 0.7);
}
.ring-yellow-50\/75 {
    --tw-ring-color: rgba(255, 251, 235, 0.75);
}
.ring-yellow-50\/80 {
    --tw-ring-color: rgba(255, 251, 235, 0.8);
}
.ring-yellow-50\/85 {
    --tw-ring-color: rgba(255, 251, 235, 0.85);
}
.ring-yellow-50\/90 {
    --tw-ring-color: rgba(255, 251, 235, 0.9);
}
.ring-yellow-50\/95 {
    --tw-ring-color: rgba(255, 251, 235, 0.95);
}
.ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.ring-yellow-500\/0 {
    --tw-ring-color: rgba(245, 158, 11, 0);
}
.ring-yellow-500\/10 {
    --tw-ring-color: rgba(245, 158, 11, 0.1);
}
.ring-yellow-500\/100 {
    --tw-ring-color: #f59e0b;
}
.ring-yellow-500\/15 {
    --tw-ring-color: rgba(245, 158, 11, 0.15);
}
.ring-yellow-500\/20 {
    --tw-ring-color: rgba(245, 158, 11, 0.2);
}
.ring-yellow-500\/25 {
    --tw-ring-color: rgba(245, 158, 11, 0.25);
}
.ring-yellow-500\/30 {
    --tw-ring-color: rgba(245, 158, 11, 0.3);
}
.ring-yellow-500\/35 {
    --tw-ring-color: rgba(245, 158, 11, 0.35);
}
.ring-yellow-500\/40 {
    --tw-ring-color: rgba(245, 158, 11, 0.4);
}
.ring-yellow-500\/45 {
    --tw-ring-color: rgba(245, 158, 11, 0.45);
}
.ring-yellow-500\/5 {
    --tw-ring-color: rgba(245, 158, 11, 0.05);
}
.ring-yellow-500\/50 {
    --tw-ring-color: rgba(245, 158, 11, 0.5);
}
.ring-yellow-500\/55 {
    --tw-ring-color: rgba(245, 158, 11, 0.55);
}
.ring-yellow-500\/60 {
    --tw-ring-color: rgba(245, 158, 11, 0.6);
}
.ring-yellow-500\/65 {
    --tw-ring-color: rgba(245, 158, 11, 0.65);
}
.ring-yellow-500\/70 {
    --tw-ring-color: rgba(245, 158, 11, 0.7);
}
.ring-yellow-500\/75 {
    --tw-ring-color: rgba(245, 158, 11, 0.75);
}
.ring-yellow-500\/80 {
    --tw-ring-color: rgba(245, 158, 11, 0.8);
}
.ring-yellow-500\/85 {
    --tw-ring-color: rgba(245, 158, 11, 0.85);
}
.ring-yellow-500\/90 {
    --tw-ring-color: rgba(245, 158, 11, 0.9);
}
.ring-yellow-500\/95 {
    --tw-ring-color: rgba(245, 158, 11, 0.95);
}
.ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.ring-yellow-600\/0 {
    --tw-ring-color: rgba(217, 119, 6, 0);
}
.ring-yellow-600\/10 {
    --tw-ring-color: rgba(217, 119, 6, 0.1);
}
.ring-yellow-600\/100 {
    --tw-ring-color: #d97706;
}
.ring-yellow-600\/15 {
    --tw-ring-color: rgba(217, 119, 6, 0.15);
}
.ring-yellow-600\/20 {
    --tw-ring-color: rgba(217, 119, 6, 0.2);
}
.ring-yellow-600\/25 {
    --tw-ring-color: rgba(217, 119, 6, 0.25);
}
.ring-yellow-600\/30 {
    --tw-ring-color: rgba(217, 119, 6, 0.3);
}
.ring-yellow-600\/35 {
    --tw-ring-color: rgba(217, 119, 6, 0.35);
}
.ring-yellow-600\/40 {
    --tw-ring-color: rgba(217, 119, 6, 0.4);
}
.ring-yellow-600\/45 {
    --tw-ring-color: rgba(217, 119, 6, 0.45);
}
.ring-yellow-600\/5 {
    --tw-ring-color: rgba(217, 119, 6, 0.05);
}
.ring-yellow-600\/50 {
    --tw-ring-color: rgba(217, 119, 6, 0.5);
}
.ring-yellow-600\/55 {
    --tw-ring-color: rgba(217, 119, 6, 0.55);
}
.ring-yellow-600\/60 {
    --tw-ring-color: rgba(217, 119, 6, 0.6);
}
.ring-yellow-600\/65 {
    --tw-ring-color: rgba(217, 119, 6, 0.65);
}
.ring-yellow-600\/70 {
    --tw-ring-color: rgba(217, 119, 6, 0.7);
}
.ring-yellow-600\/75 {
    --tw-ring-color: rgba(217, 119, 6, 0.75);
}
.ring-yellow-600\/80 {
    --tw-ring-color: rgba(217, 119, 6, 0.8);
}
.ring-yellow-600\/85 {
    --tw-ring-color: rgba(217, 119, 6, 0.85);
}
.ring-yellow-600\/90 {
    --tw-ring-color: rgba(217, 119, 6, 0.9);
}
.ring-yellow-600\/95 {
    --tw-ring-color: rgba(217, 119, 6, 0.95);
}
.ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.ring-yellow-700\/0 {
    --tw-ring-color: rgba(180, 83, 9, 0);
}
.ring-yellow-700\/10 {
    --tw-ring-color: rgba(180, 83, 9, 0.1);
}
.ring-yellow-700\/100 {
    --tw-ring-color: #b45309;
}
.ring-yellow-700\/15 {
    --tw-ring-color: rgba(180, 83, 9, 0.15);
}
.ring-yellow-700\/20 {
    --tw-ring-color: rgba(180, 83, 9, 0.2);
}
.ring-yellow-700\/25 {
    --tw-ring-color: rgba(180, 83, 9, 0.25);
}
.ring-yellow-700\/30 {
    --tw-ring-color: rgba(180, 83, 9, 0.3);
}
.ring-yellow-700\/35 {
    --tw-ring-color: rgba(180, 83, 9, 0.35);
}
.ring-yellow-700\/40 {
    --tw-ring-color: rgba(180, 83, 9, 0.4);
}
.ring-yellow-700\/45 {
    --tw-ring-color: rgba(180, 83, 9, 0.45);
}
.ring-yellow-700\/5 {
    --tw-ring-color: rgba(180, 83, 9, 0.05);
}
.ring-yellow-700\/50 {
    --tw-ring-color: rgba(180, 83, 9, 0.5);
}
.ring-yellow-700\/55 {
    --tw-ring-color: rgba(180, 83, 9, 0.55);
}
.ring-yellow-700\/60 {
    --tw-ring-color: rgba(180, 83, 9, 0.6);
}
.ring-yellow-700\/65 {
    --tw-ring-color: rgba(180, 83, 9, 0.65);
}
.ring-yellow-700\/70 {
    --tw-ring-color: rgba(180, 83, 9, 0.7);
}
.ring-yellow-700\/75 {
    --tw-ring-color: rgba(180, 83, 9, 0.75);
}
.ring-yellow-700\/80 {
    --tw-ring-color: rgba(180, 83, 9, 0.8);
}
.ring-yellow-700\/85 {
    --tw-ring-color: rgba(180, 83, 9, 0.85);
}
.ring-yellow-700\/90 {
    --tw-ring-color: rgba(180, 83, 9, 0.9);
}
.ring-yellow-700\/95 {
    --tw-ring-color: rgba(180, 83, 9, 0.95);
}
.ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}
.ring-yellow-800\/0 {
    --tw-ring-color: rgba(146, 64, 14, 0);
}
.ring-yellow-800\/10 {
    --tw-ring-color: rgba(146, 64, 14, 0.1);
}
.ring-yellow-800\/100 {
    --tw-ring-color: #92400e;
}
.ring-yellow-800\/15 {
    --tw-ring-color: rgba(146, 64, 14, 0.15);
}
.ring-yellow-800\/20 {
    --tw-ring-color: rgba(146, 64, 14, 0.2);
}
.ring-yellow-800\/25 {
    --tw-ring-color: rgba(146, 64, 14, 0.25);
}
.ring-yellow-800\/30 {
    --tw-ring-color: rgba(146, 64, 14, 0.3);
}
.ring-yellow-800\/35 {
    --tw-ring-color: rgba(146, 64, 14, 0.35);
}
.ring-yellow-800\/40 {
    --tw-ring-color: rgba(146, 64, 14, 0.4);
}
.ring-yellow-800\/45 {
    --tw-ring-color: rgba(146, 64, 14, 0.45);
}
.ring-yellow-800\/5 {
    --tw-ring-color: rgba(146, 64, 14, 0.05);
}
.ring-yellow-800\/50 {
    --tw-ring-color: rgba(146, 64, 14, 0.5);
}
.ring-yellow-800\/55 {
    --tw-ring-color: rgba(146, 64, 14, 0.55);
}
.ring-yellow-800\/60 {
    --tw-ring-color: rgba(146, 64, 14, 0.6);
}
.ring-yellow-800\/65 {
    --tw-ring-color: rgba(146, 64, 14, 0.65);
}
.ring-yellow-800\/70 {
    --tw-ring-color: rgba(146, 64, 14, 0.7);
}
.ring-yellow-800\/75 {
    --tw-ring-color: rgba(146, 64, 14, 0.75);
}
.ring-yellow-800\/80 {
    --tw-ring-color: rgba(146, 64, 14, 0.8);
}
.ring-yellow-800\/85 {
    --tw-ring-color: rgba(146, 64, 14, 0.85);
}
.ring-yellow-800\/90 {
    --tw-ring-color: rgba(146, 64, 14, 0.9);
}
.ring-yellow-800\/95 {
    --tw-ring-color: rgba(146, 64, 14, 0.95);
}
.ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}
.ring-yellow-900\/0 {
    --tw-ring-color: rgba(120, 53, 15, 0);
}
.ring-yellow-900\/10 {
    --tw-ring-color: rgba(120, 53, 15, 0.1);
}
.ring-yellow-900\/100 {
    --tw-ring-color: #78350f;
}
.ring-yellow-900\/15 {
    --tw-ring-color: rgba(120, 53, 15, 0.15);
}
.ring-yellow-900\/20 {
    --tw-ring-color: rgba(120, 53, 15, 0.2);
}
.ring-yellow-900\/25 {
    --tw-ring-color: rgba(120, 53, 15, 0.25);
}
.ring-yellow-900\/30 {
    --tw-ring-color: rgba(120, 53, 15, 0.3);
}
.ring-yellow-900\/35 {
    --tw-ring-color: rgba(120, 53, 15, 0.35);
}
.ring-yellow-900\/40 {
    --tw-ring-color: rgba(120, 53, 15, 0.4);
}
.ring-yellow-900\/45 {
    --tw-ring-color: rgba(120, 53, 15, 0.45);
}
.ring-yellow-900\/5 {
    --tw-ring-color: rgba(120, 53, 15, 0.05);
}
.ring-yellow-900\/50 {
    --tw-ring-color: rgba(120, 53, 15, 0.5);
}
.ring-yellow-900\/55 {
    --tw-ring-color: rgba(120, 53, 15, 0.55);
}
.ring-yellow-900\/60 {
    --tw-ring-color: rgba(120, 53, 15, 0.6);
}
.ring-yellow-900\/65 {
    --tw-ring-color: rgba(120, 53, 15, 0.65);
}
.ring-yellow-900\/70 {
    --tw-ring-color: rgba(120, 53, 15, 0.7);
}
.ring-yellow-900\/75 {
    --tw-ring-color: rgba(120, 53, 15, 0.75);
}
.ring-yellow-900\/80 {
    --tw-ring-color: rgba(120, 53, 15, 0.8);
}
.ring-yellow-900\/85 {
    --tw-ring-color: rgba(120, 53, 15, 0.85);
}
.ring-yellow-900\/90 {
    --tw-ring-color: rgba(120, 53, 15, 0.9);
}
.ring-yellow-900\/95 {
    --tw-ring-color: rgba(120, 53, 15, 0.95);
}
.ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}
.ring-zinc-100\/0 {
    --tw-ring-color: hsla(240, 5%, 96%, 0);
}
.ring-zinc-100\/10 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.1);
}
.ring-zinc-100\/100 {
    --tw-ring-color: #f4f4f5;
}
.ring-zinc-100\/15 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.15);
}
.ring-zinc-100\/20 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.2);
}
.ring-zinc-100\/25 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.25);
}
.ring-zinc-100\/30 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.3);
}
.ring-zinc-100\/35 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.35);
}
.ring-zinc-100\/40 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.4);
}
.ring-zinc-100\/45 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.45);
}
.ring-zinc-100\/5 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.05);
}
.ring-zinc-100\/50 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.5);
}
.ring-zinc-100\/55 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.55);
}
.ring-zinc-100\/60 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.6);
}
.ring-zinc-100\/65 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.65);
}
.ring-zinc-100\/70 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.7);
}
.ring-zinc-100\/75 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.75);
}
.ring-zinc-100\/80 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.8);
}
.ring-zinc-100\/85 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.85);
}
.ring-zinc-100\/90 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.9);
}
.ring-zinc-100\/95 {
    --tw-ring-color: hsla(240, 5%, 96%, 0.95);
}
.ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}
.ring-zinc-200\/0 {
    --tw-ring-color: hsla(240, 6%, 90%, 0);
}
.ring-zinc-200\/10 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.1);
}
.ring-zinc-200\/100 {
    --tw-ring-color: #e4e4e7;
}
.ring-zinc-200\/15 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.15);
}
.ring-zinc-200\/20 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.2);
}
.ring-zinc-200\/25 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.25);
}
.ring-zinc-200\/30 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.3);
}
.ring-zinc-200\/35 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.35);
}
.ring-zinc-200\/40 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.4);
}
.ring-zinc-200\/45 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.45);
}
.ring-zinc-200\/5 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.05);
}
.ring-zinc-200\/50 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.5);
}
.ring-zinc-200\/55 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.55);
}
.ring-zinc-200\/60 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.6);
}
.ring-zinc-200\/65 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.65);
}
.ring-zinc-200\/70 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.7);
}
.ring-zinc-200\/75 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.75);
}
.ring-zinc-200\/80 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.8);
}
.ring-zinc-200\/85 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.85);
}
.ring-zinc-200\/90 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.9);
}
.ring-zinc-200\/95 {
    --tw-ring-color: hsla(240, 6%, 90%, 0.95);
}
.ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}
.ring-zinc-300\/0 {
    --tw-ring-color: hsla(240, 5%, 84%, 0);
}
.ring-zinc-300\/10 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.1);
}
.ring-zinc-300\/100 {
    --tw-ring-color: #d4d4d8;
}
.ring-zinc-300\/15 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.15);
}
.ring-zinc-300\/20 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.2);
}
.ring-zinc-300\/25 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.25);
}
.ring-zinc-300\/30 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.3);
}
.ring-zinc-300\/35 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.35);
}
.ring-zinc-300\/40 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.4);
}
.ring-zinc-300\/45 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.45);
}
.ring-zinc-300\/5 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.05);
}
.ring-zinc-300\/50 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.5);
}
.ring-zinc-300\/55 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.55);
}
.ring-zinc-300\/60 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.6);
}
.ring-zinc-300\/65 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.65);
}
.ring-zinc-300\/70 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.7);
}
.ring-zinc-300\/75 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.75);
}
.ring-zinc-300\/80 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.8);
}
.ring-zinc-300\/85 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.85);
}
.ring-zinc-300\/90 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.9);
}
.ring-zinc-300\/95 {
    --tw-ring-color: hsla(240, 5%, 84%, 0.95);
}
.ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.ring-zinc-400\/0 {
    --tw-ring-color: hsla(240, 5%, 65%, 0);
}
.ring-zinc-400\/10 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.1);
}
.ring-zinc-400\/100 {
    --tw-ring-color: #a1a1aa;
}
.ring-zinc-400\/15 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.15);
}
.ring-zinc-400\/20 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.2);
}
.ring-zinc-400\/25 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.25);
}
.ring-zinc-400\/30 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.3);
}
.ring-zinc-400\/35 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.35);
}
.ring-zinc-400\/40 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.4);
}
.ring-zinc-400\/45 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.45);
}
.ring-zinc-400\/5 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.05);
}
.ring-zinc-400\/50 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.5);
}
.ring-zinc-400\/55 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.55);
}
.ring-zinc-400\/60 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.6);
}
.ring-zinc-400\/65 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.65);
}
.ring-zinc-400\/70 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.7);
}
.ring-zinc-400\/75 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.75);
}
.ring-zinc-400\/80 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.8);
}
.ring-zinc-400\/85 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.85);
}
.ring-zinc-400\/90 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.9);
}
.ring-zinc-400\/95 {
    --tw-ring-color: hsla(240, 5%, 65%, 0.95);
}
.ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.ring-zinc-50\/0 {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.ring-zinc-50\/10 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.ring-zinc-50\/100 {
    --tw-ring-color: #fafafa;
}
.ring-zinc-50\/15 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.ring-zinc-50\/20 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.ring-zinc-50\/25 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.ring-zinc-50\/30 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.ring-zinc-50\/35 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.ring-zinc-50\/40 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.ring-zinc-50\/45 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.ring-zinc-50\/5 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.ring-zinc-50\/50 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.ring-zinc-50\/55 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.ring-zinc-50\/60 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.ring-zinc-50\/65 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.ring-zinc-50\/70 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.ring-zinc-50\/75 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.ring-zinc-50\/80 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.ring-zinc-50\/85 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.ring-zinc-50\/90 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.ring-zinc-50\/95 {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}
.ring-zinc-500\/0 {
    --tw-ring-color: hsla(240, 4%, 46%, 0);
}
.ring-zinc-500\/10 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.1);
}
.ring-zinc-500\/100 {
    --tw-ring-color: #71717a;
}
.ring-zinc-500\/15 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.15);
}
.ring-zinc-500\/20 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.2);
}
.ring-zinc-500\/25 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.25);
}
.ring-zinc-500\/30 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.3);
}
.ring-zinc-500\/35 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.35);
}
.ring-zinc-500\/40 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.4);
}
.ring-zinc-500\/45 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.45);
}
.ring-zinc-500\/5 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.05);
}
.ring-zinc-500\/50 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.5);
}
.ring-zinc-500\/55 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.55);
}
.ring-zinc-500\/60 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.6);
}
.ring-zinc-500\/65 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.65);
}
.ring-zinc-500\/70 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.7);
}
.ring-zinc-500\/75 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.75);
}
.ring-zinc-500\/80 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.8);
}
.ring-zinc-500\/85 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.85);
}
.ring-zinc-500\/90 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.9);
}
.ring-zinc-500\/95 {
    --tw-ring-color: hsla(240, 4%, 46%, 0.95);
}
.ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}
.ring-zinc-600\/0 {
    --tw-ring-color: rgba(82, 82, 91, 0);
}
.ring-zinc-600\/10 {
    --tw-ring-color: rgba(82, 82, 91, 0.1);
}
.ring-zinc-600\/100 {
    --tw-ring-color: #52525b;
}
.ring-zinc-600\/15 {
    --tw-ring-color: rgba(82, 82, 91, 0.15);
}
.ring-zinc-600\/20 {
    --tw-ring-color: rgba(82, 82, 91, 0.2);
}
.ring-zinc-600\/25 {
    --tw-ring-color: rgba(82, 82, 91, 0.25);
}
.ring-zinc-600\/30 {
    --tw-ring-color: rgba(82, 82, 91, 0.3);
}
.ring-zinc-600\/35 {
    --tw-ring-color: rgba(82, 82, 91, 0.35);
}
.ring-zinc-600\/40 {
    --tw-ring-color: rgba(82, 82, 91, 0.4);
}
.ring-zinc-600\/45 {
    --tw-ring-color: rgba(82, 82, 91, 0.45);
}
.ring-zinc-600\/5 {
    --tw-ring-color: rgba(82, 82, 91, 0.05);
}
.ring-zinc-600\/50 {
    --tw-ring-color: rgba(82, 82, 91, 0.5);
}
.ring-zinc-600\/55 {
    --tw-ring-color: rgba(82, 82, 91, 0.55);
}
.ring-zinc-600\/60 {
    --tw-ring-color: rgba(82, 82, 91, 0.6);
}
.ring-zinc-600\/65 {
    --tw-ring-color: rgba(82, 82, 91, 0.65);
}
.ring-zinc-600\/70 {
    --tw-ring-color: rgba(82, 82, 91, 0.7);
}
.ring-zinc-600\/75 {
    --tw-ring-color: rgba(82, 82, 91, 0.75);
}
.ring-zinc-600\/80 {
    --tw-ring-color: rgba(82, 82, 91, 0.8);
}
.ring-zinc-600\/85 {
    --tw-ring-color: rgba(82, 82, 91, 0.85);
}
.ring-zinc-600\/90 {
    --tw-ring-color: rgba(82, 82, 91, 0.9);
}
.ring-zinc-600\/95 {
    --tw-ring-color: rgba(82, 82, 91, 0.95);
}
.ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}
.ring-zinc-700\/0 {
    --tw-ring-color: rgba(63, 63, 70, 0);
}
.ring-zinc-700\/10 {
    --tw-ring-color: rgba(63, 63, 70, 0.1);
}
.ring-zinc-700\/100 {
    --tw-ring-color: #3f3f46;
}
.ring-zinc-700\/15 {
    --tw-ring-color: rgba(63, 63, 70, 0.15);
}
.ring-zinc-700\/20 {
    --tw-ring-color: rgba(63, 63, 70, 0.2);
}
.ring-zinc-700\/25 {
    --tw-ring-color: rgba(63, 63, 70, 0.25);
}
.ring-zinc-700\/30 {
    --tw-ring-color: rgba(63, 63, 70, 0.3);
}
.ring-zinc-700\/35 {
    --tw-ring-color: rgba(63, 63, 70, 0.35);
}
.ring-zinc-700\/40 {
    --tw-ring-color: rgba(63, 63, 70, 0.4);
}
.ring-zinc-700\/45 {
    --tw-ring-color: rgba(63, 63, 70, 0.45);
}
.ring-zinc-700\/5 {
    --tw-ring-color: rgba(63, 63, 70, 0.05);
}
.ring-zinc-700\/50 {
    --tw-ring-color: rgba(63, 63, 70, 0.5);
}
.ring-zinc-700\/55 {
    --tw-ring-color: rgba(63, 63, 70, 0.55);
}
.ring-zinc-700\/60 {
    --tw-ring-color: rgba(63, 63, 70, 0.6);
}
.ring-zinc-700\/65 {
    --tw-ring-color: rgba(63, 63, 70, 0.65);
}
.ring-zinc-700\/70 {
    --tw-ring-color: rgba(63, 63, 70, 0.7);
}
.ring-zinc-700\/75 {
    --tw-ring-color: rgba(63, 63, 70, 0.75);
}
.ring-zinc-700\/80 {
    --tw-ring-color: rgba(63, 63, 70, 0.8);
}
.ring-zinc-700\/85 {
    --tw-ring-color: rgba(63, 63, 70, 0.85);
}
.ring-zinc-700\/90 {
    --tw-ring-color: rgba(63, 63, 70, 0.9);
}
.ring-zinc-700\/95 {
    --tw-ring-color: rgba(63, 63, 70, 0.95);
}
.ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}
.ring-zinc-800\/0 {
    --tw-ring-color: rgba(39, 39, 42, 0);
}
.ring-zinc-800\/10 {
    --tw-ring-color: rgba(39, 39, 42, 0.1);
}
.ring-zinc-800\/100 {
    --tw-ring-color: #27272a;
}
.ring-zinc-800\/15 {
    --tw-ring-color: rgba(39, 39, 42, 0.15);
}
.ring-zinc-800\/20 {
    --tw-ring-color: rgba(39, 39, 42, 0.2);
}
.ring-zinc-800\/25 {
    --tw-ring-color: rgba(39, 39, 42, 0.25);
}
.ring-zinc-800\/30 {
    --tw-ring-color: rgba(39, 39, 42, 0.3);
}
.ring-zinc-800\/35 {
    --tw-ring-color: rgba(39, 39, 42, 0.35);
}
.ring-zinc-800\/40 {
    --tw-ring-color: rgba(39, 39, 42, 0.4);
}
.ring-zinc-800\/45 {
    --tw-ring-color: rgba(39, 39, 42, 0.45);
}
.ring-zinc-800\/5 {
    --tw-ring-color: rgba(39, 39, 42, 0.05);
}
.ring-zinc-800\/50 {
    --tw-ring-color: rgba(39, 39, 42, 0.5);
}
.ring-zinc-800\/55 {
    --tw-ring-color: rgba(39, 39, 42, 0.55);
}
.ring-zinc-800\/60 {
    --tw-ring-color: rgba(39, 39, 42, 0.6);
}
.ring-zinc-800\/65 {
    --tw-ring-color: rgba(39, 39, 42, 0.65);
}
.ring-zinc-800\/70 {
    --tw-ring-color: rgba(39, 39, 42, 0.7);
}
.ring-zinc-800\/75 {
    --tw-ring-color: rgba(39, 39, 42, 0.75);
}
.ring-zinc-800\/80 {
    --tw-ring-color: rgba(39, 39, 42, 0.8);
}
.ring-zinc-800\/85 {
    --tw-ring-color: rgba(39, 39, 42, 0.85);
}
.ring-zinc-800\/90 {
    --tw-ring-color: rgba(39, 39, 42, 0.9);
}
.ring-zinc-800\/95 {
    --tw-ring-color: rgba(39, 39, 42, 0.95);
}
.ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}
.ring-zinc-900\/0 {
    --tw-ring-color: rgba(24, 24, 27, 0);
}
.ring-zinc-900\/10 {
    --tw-ring-color: rgba(24, 24, 27, 0.1);
}
.ring-zinc-900\/100 {
    --tw-ring-color: #18181b;
}
.ring-zinc-900\/15 {
    --tw-ring-color: rgba(24, 24, 27, 0.15);
}
.ring-zinc-900\/20 {
    --tw-ring-color: rgba(24, 24, 27, 0.2);
}
.ring-zinc-900\/25 {
    --tw-ring-color: rgba(24, 24, 27, 0.25);
}
.ring-zinc-900\/30 {
    --tw-ring-color: rgba(24, 24, 27, 0.3);
}
.ring-zinc-900\/35 {
    --tw-ring-color: rgba(24, 24, 27, 0.35);
}
.ring-zinc-900\/40 {
    --tw-ring-color: rgba(24, 24, 27, 0.4);
}
.ring-zinc-900\/45 {
    --tw-ring-color: rgba(24, 24, 27, 0.45);
}
.ring-zinc-900\/5 {
    --tw-ring-color: rgba(24, 24, 27, 0.05);
}
.ring-zinc-900\/50 {
    --tw-ring-color: rgba(24, 24, 27, 0.5);
}
.ring-zinc-900\/55 {
    --tw-ring-color: rgba(24, 24, 27, 0.55);
}
.ring-zinc-900\/60 {
    --tw-ring-color: rgba(24, 24, 27, 0.6);
}
.ring-zinc-900\/65 {
    --tw-ring-color: rgba(24, 24, 27, 0.65);
}
.ring-zinc-900\/70 {
    --tw-ring-color: rgba(24, 24, 27, 0.7);
}
.ring-zinc-900\/75 {
    --tw-ring-color: rgba(24, 24, 27, 0.75);
}
.ring-zinc-900\/80 {
    --tw-ring-color: rgba(24, 24, 27, 0.8);
}
.ring-zinc-900\/85 {
    --tw-ring-color: rgba(24, 24, 27, 0.85);
}
.ring-zinc-900\/90 {
    --tw-ring-color: rgba(24, 24, 27, 0.9);
}
.ring-zinc-900\/95 {
    --tw-ring-color: rgba(24, 24, 27, 0.95);
}
.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}
.ring-offset-2 {
    --tw-ring-offset-width: 2px;
}
.blur {
    --tw-blur: blur(8px);
}
.blur,
.blur-2xl {
    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);
}
.blur-2xl {
    --tw-blur: blur(40px);
}
.blur-\[2px\] {
    --tw-blur: blur(2px);
}
.blur-\[2px\],
.drop-shadow {
    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);
}
.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1))
        drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}
.drop-shadow-\[0_35px_35px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
    --tw-drop-shadow: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.4));
}
.drop-shadow-\[0_35px_35px_rgba\(0\2c 0\2c 0\2c 0\.4\)\],
.drop-shadow-xl {
    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);
}
.drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03))
        drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.grayscale {
    --tw-grayscale: grayscale(100%);
    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);
}
.\!invert {
    --tw-invert: invert(100%) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
    --tw-invert: invert(100%);
    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);
}
.\!filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.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);
}
.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
}
.backdrop-blur,
.backdrop-blur-2xl {
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
.backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
}
.backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
}
.backdrop-blur-3xl,
.backdrop-blur-lg {
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
}
.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
}
.backdrop-blur-md,
.backdrop-blur-sm {
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
}
.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
}
.backdrop-blur-xl,
.backdrop-filter {
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
.transition {
    transition-duration: 0.15s;
    transition-property:
        color, background-color, border-color, text-decoration-color, fill,
        stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
    transition-duration: 0.15s;
    transition-property:
        color, background-color, border-color, text-decoration-color, fill,
        stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-opacity {
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-shadow {
    transition-duration: 0.15s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-transform {
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.delay-100 {
    transition-delay: 0.1s;
}
.delay-150 {
    transition-delay: 0.15s;
}
.duration-100 {
    transition-duration: 0.1s;
}
.duration-1000 {
    transition-duration: 1s;
}
.duration-150 {
    transition-duration: 0.15s;
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.duration-700 {
    transition-duration: 0.7s;
}
.duration-75 {
    transition-duration: 75ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
    transition-timing-function: linear;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.border-spacing-5 {
    border-spacing: 0 5px;
}
.table-padded tbody td:first-child {
    border-radius: 2px 0 0 2px;
}
.\[--tw-prose-background\:theme\(colors\.red\.50\)\] {
    --tw-prose-background: #fef2f2;
}
.\[--tw-prose-background\:theme\(colors\.sky\.50\)\] {
    --tw-prose-background: #f0f9ff;
}
.\[mask-image\:radial-gradient\(closest-side\2c white\2c transparent\)\] {
    -webkit-mask-image: radial-gradient(closest-side, #fff, transparent);
    mask-image: radial-gradient(closest-side, #fff, transparent);
}
.\[text-shadow\:_0_4px_8px_var\(--tw-shadow-color\)\] {
    text-shadow: 0 4px 8px var(--tw-shadow-color);
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.fc .fc-timegrid-divider {
    padding: 0;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
}
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
}
.fc-theme-standard .fc-scrollgrid {
    border: none;
}
.fc-theme-standard td:last-child,
.fc-theme-standard th:last-child {
    border-right: none;
}
.fc-theme-standard .fc-scrollgrid-section-body > td {
    border-bottom: none;
}
.fc-theme-standard th.fc-col-header-cell,
.fc-theme-standard th.fc-timegrid-axis {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}
.fc-theme-standard .fc-list-day-cushion {
    background-color: #c6cdd8;
}
.fc .fc-list-event:hover td {
    background-color: #dee5f1;
}
.fc .fc-timegrid-axis-frame {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.fc .fc-bg-event.sc-available,
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
    background: none;
}
.fc .fc-timegrid-axis-frame {
    align-items: flex-start;
}
.fc .fc-timegrid-axis-cushion,
.fc-theme-standard td.fc-timegrid-slot-label {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 0 0.25rem;
}
.fc-timegrid-event.fc-event-mirror {
    background-color: #3359a5;
    border: 0;
}
.fc-timegrid-event.fc-event-mirror .color-date {
    color: #fff !important;
}
.fc-event-mirror .fc-event-time {
    padding: 2px;
}
.fc-theme-standard td.fc-timegrid-slot-label {
    border: none;
    transform: translateY(-14px);
}
.fc-theme-standard .sc-increment-15 td.fc-timegrid-slot-label {
    transform: translateY(-7px);
}
.fc-theme-standard .sc-increment-30 td.fc-timegrid-slot-label {
    transform: translateY(-14px);
}
.fc-theme-standard .sc-increment-60 td.fc-timegrid-slot-label {
    transform: translateY(-25px);
}
.fc .sc-increment-15 .fc-timegrid-slot {
    height: 0.75em !important;
    line-height: 0.75em !important;
}
.fc .sc-increment-30 .fc-timegrid-slot {
    height: 1.5em !important;
}
.fc .sc-increment-60 .fc-timegrid-slot {
    height: 3em !important;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.25rem;
    margin-top: 1rem;
    padding-right: 0.75rem;
}
th.fc-col-header-cell.fc-resource {
    border-right: 2px solid #4f4f4f;
}
#minified-sidebar:hover {
    cursor: pointer;
}
.fc-event-main {
    display: inline-flex;
    width: 100%;
}
.fc-timeline-body .current-time {
    display: none;
}
.fc-timeline-header .current-time {
    border-radius: 3px;
    right: calc(100% - 18px);
    top: -18px;
}
.fc-timeline-header .fc-timeline-now-indicator-arrow {
    margin: 34px -6px;
}
.current-time {
    background: #ff0013;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    height: 12px;
    line-height: 12px;
    padding: 0 3px;
    position: absolute;
    right: calc(100% + 5px);
    top: -7px;
    white-space: nowrap;
}
.fc-timegrid-now-indicator-line:before {
    border: 6px solid transparent;
    border-left-color: #ff0013;
    content: "";
    left: -5px;
    position: absolute;
    top: -7px;
}
.fc .fc-timegrid-now-indicator-container {
    overflow: visible;
}
.fc .fc-timegrid-now-indicator-arrow {
    display: none;
}
::-moz-selection {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(246, 219, 119, var(--tw-bg-opacity));
    color: rgba(22, 30, 46, var(--tw-text-opacity));
}
::selection {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(246, 219, 119, var(--tw-bg-opacity));
    color: rgba(22, 30, 46, var(--tw-text-opacity));
}
.fc-header-toolbar.fc-toolbar {
    display: none;
}
.fc-v-event {
    background-color: initial;
}
.fc-timegrid-event .fc-event-main {
    padding: 0;
}
.fc .fc-bg-event {
    background-color: rgba(210, 214, 220, 0.3) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%2364748b' fill-opacity='.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    border: 1px solid rgba(210, 214, 220, 0.3) !important;
    opacity: 1;
}
.fc .fc-bg-event.calendar_homeworking {
    background-color: hsla(47, 88%, 72%, 0.08) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%23F6DB77' fill-opacity='.4' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
    border: 1px solid hsla(47, 88%, 72%, 0.8) !important;
    opacity: 1;
}
.fc .fc-bg-event.calendar_working_other_locations {
    background-color: rgba(87, 184, 147, 0.1) !important;
    background-image: none !important;
    border: rgba(87, 184, 147, 0.5) !important;
    border-bottom: 5px solid rgba(87, 184, 147, 0.5) !important;
    display: flex;
    opacity: 1;
    padding-right: 2px;
    place-content: flex-end;
}
.fc .fc-timegrid .fc-bg-event.calendar_working_other_locations {
    border: rgba(87, 184, 147, 0.5) !important;
    border-left: 5px solid rgba(87, 184, 147, 0.5) !important;
}
.fc-list-table .past-event {
    opacity: 1;
}
.fc-list-table .fc-day-today .fc-list-day-cushion {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 83, 252, var(--tw-bg-opacity)) !important;
}
.fc-list-table .fc-day-today .date-day {
    color: #fff !important;
}
.iti {
    width: 100%;
}
.choices__input {
    background-color: #fff !important;
}
.choices__inner {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-border-opacity: 1;
    background-color: transparent;
    border: 1px solid #d1d5db;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    border-radius: 0.375rem;
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: inline-block;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
    padding: 7.5px 7.5px 3.75px;
    vertical-align: top;
    width: 100%;
}
.choice_select input[type="text"] {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
}
.choice_select input[type="text"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.choice_select .choices__list--multiple .choices__item {
    background-color: #3359a5;
    border: none;
    padding: 2px 5px;
}
.choice_select .choices__list--multiple .choices__item.is-highlighted {
    background-color: #49c496;
}
.choice_select .choices__inner {
    font-size: inherit;
}
#customer_list input[type="text"],
#resources input[type="text"] {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
}
#customer_list input[type="text"]:focus,
#resources input[type="text"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
#customer_list .choices__list--multiple .choices__item,
#resources .choices__list--multiple .choices__item {
    background-color: #3359a5;
    border: none;
    padding: 0;
}
#customer_list .choices__list--multiple .choices__item.is-highlighted,
#resources .choices__list--multiple .choices__item.is-highlighted {
    background-color: #49c496;
}
#customer_list .choices__inner,
#resources .choices__inner {
    font-size: inherit;
}
.lp-processor-logo.lp-processor-logo-stripe {
    background-image: url(/assets/img/payment_gateway/stripe.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    overflow: hidden;
    width: 30px;
}
.booking-waiting-payment {
    border: 1px dashed #000 !important;
}
.booking-from-external-calendar {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%2364748b' fill-opacity='.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    border: 1px solid #929292 !important;
    cursor: not-allowed !important;
    opacity: 0.5;
}
.booking-no-show {
    background-color: #48494e;
    border: 2px solid #000 !important;
}
.booking-no-show,
.ucm_CV3 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='333' height='277.5' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='.1'%3E%3Cpath fill='%23444' d='M90 150 0 300h180z'/%3E%3Cpath d='M90 150 180 0H0z'/%3E%3Cpath fill='%23AAA' d='M270 150 360 0H180z'/%3E%3Cpath fill='%23DDD' d='m450 150-90 150h180z'/%3E%3Cpath fill='%23999' d='M450 150 540 0H360z'/%3E%3Cpath d='m630 150-90 150h180z'/%3E%3Cpath fill='%23DDD' d='M630 150 720 0H540z'/%3E%3Cpath fill='%23444' d='m810 150-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M810 150 900 0H720z'/%3E%3Cpath fill='%23DDD' d='m990 150-90 150h180z'/%3E%3Cpath fill='%23444' d='m990 150 90-150H900z'/%3E%3Cpath fill='%23DDD' d='M90 450 0 600h180z'/%3E%3Cpath d='m90 450 90-150H0z'/%3E%3Cpath fill='%23666' d='m270 450-90 150h180z'/%3E%3Cpath fill='%23AAA' d='m270 450 90-150H180z'/%3E%3Cpath fill='%23DDD' d='m450 450-90 150h180z'/%3E%3Cpath fill='%23999' d='m450 450 90-150H360zM630 450l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m630 450 90-150H540z'/%3E%3Cpath d='m810 450-90 150h180z'/%3E%3Cpath fill='%23DDD' d='m810 450 90-150H720z'/%3E%3Cpath fill='%23AAA' d='m990 450-90 150h180z'/%3E%3Cpath fill='%23444' d='m990 450 90-150H900z'/%3E%3Cpath fill='%23222' d='M90 750 0 900h180z'/%3E%3Cpath d='m270 750-90 150h180z'/%3E%3Cpath fill='%23DDD' d='m270 750 90-150H180z'/%3E%3Cpath d='m450 750 90-150H360zM630 750l-90 150h180z'/%3E%3Cpath fill='%23444' d='m630 750 90-150H540z'/%3E%3Cpath fill='%23AAA' d='m810 750-90 150h180z'/%3E%3Cpath fill='%23666' d='m810 750 90-150H720z'/%3E%3Cpath fill='%23999' d='m990 750-90 150h180zM180 0 90 150h180z'/%3E%3Cpath fill='%23444' d='m360 0-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m540 0-90 150h180z'/%3E%3Cpath d='m900 0-90 150h180z'/%3E%3Cpath fill='%23222' d='m0 300-90 150H90z'/%3E%3Cpath fill='%23FFF' d='m0 300 90-150H-90zM180 300 90 450h180z'/%3E%3Cpath fill='%23666' d='m180 300 90-150H90z'/%3E%3Cpath fill='%23222' d='m360 300-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m360 300 90-150H270z'/%3E%3Cpath fill='%23444' d='m540 300-90 150h180z'/%3E%3Cpath fill='%23222' d='m540 300 90-150H450z'/%3E%3Cpath fill='%23AAA' d='m720 300-90 150h180z'/%3E%3Cpath fill='%23666' d='m720 300 90-150H630z'/%3E%3Cpath fill='%23FFF' d='m900 300-90 150h180z'/%3E%3Cpath fill='%23999' d='m900 300 90-150H810z'/%3E%3Cpath d='m0 600-90 150H90z'/%3E%3Cpath fill='%23666' d='m0 600 90-150H-90z'/%3E%3Cpath fill='%23AAA' d='M180 600 90 750h180z'/%3E%3Cpath fill='%23444' d='m180 600 90-150H90zM360 600l-90 150h180z'/%3E%3Cpath fill='%23999' d='m360 600 90-150H270z'/%3E%3Cpath fill='%23666' d='m540 600 90-150H450z'/%3E%3Cpath fill='%23222' d='m720 600-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m900 600-90 150h180z'/%3E%3Cpath fill='%23222' d='m900 600 90-150H810z'/%3E%3Cpath fill='%23DDD' d='m0 900 90-150H-90z'/%3E%3Cpath fill='%23444' d='m180 900 90-150H90z'/%3E%3Cpath fill='%23FFF' d='m360 900 90-150H270z'/%3E%3Cpath fill='%23AAA' d='m540 900 90-150H450z'/%3E%3Cpath fill='%23FFF' d='m720 900 90-150H630z'/%3E%3Cpath fill='%23222' d='m900 900 90-150H810zM1080 300l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m1080 300 90-150H990z'/%3E%3Cpath d='m1080 600-90 150h180z'/%3E%3Cpath fill='%23666' d='m1080 600 90-150H990z'/%3E%3Cpath fill='%23DDD' d='m1080 900 90-150H990z'/%3E%3C/g%3E%3C/svg%3E");
}
.ucm_CV3 {
    border: none !important;
    border-left: 5px solid #ff8c00 !important;
    padding-left: 2px;
}
.ucm_min_CV1,
.ucm_min_CV2,
.ucm_min_CV3 {
    font-weight: 700;
}
.booking-modal legend:before {
    background-color: #0d53fc;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
}
.choices__list--dropdown {
    z-index: 100 !important;
}
#customer_list input[type="text"] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.tippy-backdrop[data-theme~="rdvbiz"],
.tippy-box[data-theme~="rdvbiz"] {
    background-color: #3359a5;
    color: #fff;
}
.tippy-box[data-theme~="rdvbiz"][data-placement^="top"] > .tippy-arrow:before {
    border-top-color: #3359a5;
}
.tippy-box[data-theme~="rdvbiz"][data-placement^="bottom"]
    > .tippy-arrow:before {
    border-bottom-color: #3359a5;
}
.tippy-box[data-theme~="rdvbiz"][data-placement^="left"] > .tippy-arrow:before {
    border-left-color: #3359a5;
}
.tippy-box[data-theme~="rdvbiz"][data-placement^="right"]
    > .tippy-arrow:before {
    border-right-color: #3359a5;
}
.tippy-box[data-theme~="rdvbiz"] > .tippy-svg-arrow {
    fill: #3359a5;
}
.tippy-box[data-theme~="rdvbiz-light"] {
    background-color: #fff;
    border-color: #bbb;
    border-radius: 0.2rem;
    border-width: 1px;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.49);
    width: 40rem;
}
.tippy-backdrop[data-theme~="rdvbiz-light"] {
    background-color: #fff;
}
.tippy-box[data-theme~="rdvbiz-light"] > .tippy-content {
    padding: 2px !important;
}
.tippy-box[data-theme~="rdvbiz-light"][data-placement^="top"]
    > .tippy-arrow:before {
    border-top-color: #fff;
}
.tippy-box[data-theme~="rdvbiz-light"][data-placement^="bottom"]
    > .tippy-arrow:before {
    border-bottom-color: #fff;
}
.tippy-box[data-theme~="rdvbiz-light"][data-placement^="left"]
    > .tippy-arrow:before {
    border-left-color: #fff;
}
.tippy-box[data-theme~="rdvbiz-light"][data-placement^="right"]
    > .tippy-arrow:before {
    border-right-color: #fff;
}
.tippy-box[data-theme~="rdvbiz-light"] > .tippy-svg-arrow {
    fill: #fff;
}
.ck-editor__editable {
    min-height: 200px;
}
.filepond--credits {
    display: none;
}
.ck-content h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 0.83em;
    margin-top: 0.83em;
}
.ck-content h3 {
    display: block;
    font-size: 1.3em;
    font-weight: 700;
}
.ck-content h4 {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
}
.ck-content ol,
.ck-content ul {
    margin: 0 15px;
    padding: inherit;
}
.ck-content ul {
    list-style: circle;
}
.ck-content ol {
    list-style: decimal;
}
abbr[title] {
    text-decoration: none !important;
}
code,
kbd,
pre,
samp {
    font-family:
        ui-monospace,
        SFMono-Regular,
        Consolas,
        Liberation Mono,
        Menlo,
        monospace;
    font-size: 1em;
}
.booking-waiting-payment {
    border: 2px dashed #3359a5 !important;
    opacity: 0.5;
}
.booking-history {
    border: 1px dashed #49c496 !important;
    border-bottom: 4px solid #49c496 !important;
    opacity: 0.8;
}
.booking-history-deleted {
    border: 1px dashed #ef4444 !important;
    border-bottom: 4px solid #ef4444 !important;
    opacity: 0.8;
}
.fc-scrollgrid-section-liquid {
    height: 1px !important;
}
.noUi-connect {
    background: #3359a5 !important;
}
.noUi-horizontal {
    height: 10px;
}
.noUi-target {
    background: #e8e8e8;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    background: #3359a5;
    border: 1px solid #3359a5;
    border-radius: 10px;
    box-shadow: none;
    cursor: default;
    height: 20px;
    right: -17px;
    top: -5px;
    width: 20px;
}
.noUi-handle:after,
.noUi-handle:before {
    content: none;
}
.StripeElement--focus {
    border: 2px solid gray;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.tox-statusbar__branding,
[x-cloak] {
    display: none !important;
}
.HW_badge {
    left: 0 !important;
}
.flatpickr-disabled.inRange {
    background: #fff !important;
    border-color: #fff !important;
    box-shadow:
        -5px 0 0 #fff,
        5px 0 0 #fff !important;
}
.borderblue {
    border-color: rgba(12, 83, 252, var(--tw-bg-opacity)) !important;
}
.fc-resource-timeline .fc-highlight {
    background-color: #3359a5 !important;
    border: 1px solid #fff;
    border-radius: 5px;
}
.fc-resource-timeline .fc-datagrid-cell-main {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.fc-list-event-title > div {
    color: #000 !important;
}
.warning_event {
    --border-size: 0.2rem;
    background: rgb(255 255 255 / var(--opacity));
    border: var(--border-size) solid transparent;
    -o-border-image: conic-gradient(
            from var(--angle),
            #d53e33 0deg 90deg,
            #d53e33 90deg 180deg,
            #d53e33 180deg 270deg,
            hsla(0, 0%, 100%, 0) 270deg 1turn
        )
        1 stretch;
    border-image: conic-gradient(
            from var(--angle),
            #d53e33 0deg 90deg,
            #d53e33 90deg 180deg,
            #d53e33 180deg 270deg,
            hsla(0, 0%, 100%, 0) 270deg 1turn
        )
        1 stretch;
}
@supports (background: paint(houdini)) {
    @property --opacity {
        syntax: "<number>";
        initial-value: 0.5;
        inherits: false;
    }
    @property --angle {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
    }
    @keyframes opacityChange {
        to {
            --opacity: 1;
        }
    }
    @keyframes rotate {
        to {
            --angle: 360deg;
        }
    }
    .warning_event {
        animation:
            rotate 4s linear infinite,
            opacityChange 3s infinite alternate;
    }
}
.booking-field-alert,
.booking-field-warning {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
    border-left-width: 4px;
    padding-left: 0.25rem !important;
}
.booking-field-success {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
    border-left-width: 4px;
    padding-left: 0.25rem !important;
}
.wep-slide-over-container-inner-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.bell {
    -webkit-animation: ring 4s ease-in-out 0.7s infinite;
    -moz-animation: ring 4s ease-in-out 0.7s infinite;
    animation: ring 4s ease-in-out 0.7s infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-transform-origin: 50% 4px;
    transform-origin: 50% 4px;
}
@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    to {
        transform: rotate(0);
    }
}
.nexcalia-logo-link:hover .nexcalia-logo .st0 {
    fill: #7ad0b0;
    transition: all 0.1s;
}
.nexcalia-logo-link:hover .nexcalia-logo .st1 {
    fill: #4f75c1;
    transition: all 0.1s;
}
.nexcalia-logo-link:hover .nexcalia-logo .st3 {
    fill: #fed8a4;
    transition: all 0.1s;
}
.first-letter\:uppercase:first-letter {
    text-transform: uppercase;
}
.selection\:bg-transparent ::-moz-selection {
    background-color: transparent;
}
.selection\:bg-transparent ::selection {
    background-color: transparent;
}
.selection\:bg-transparent::-moz-selection {
    background-color: transparent;
}
.selection\:bg-transparent::selection {
    background-color: transparent;
}
.file\:border-0::file-selector-button {
    border-width: 0;
}
.file\:bg-transparent::file-selector-button {
    background-color: transparent;
}
.file\:text-sm::file-selector-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
    font-weight: 500;
}
.placeholder\:text-gray-400::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.before\:pointer-events-none:before {
    content: var(--tw-content);
    pointer-events: none;
}
.before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
}
.before\:-inset-1:before {
    content: var(--tw-content);
    inset: -0.25rem;
}
.before\:inset-0:before {
    content: var(--tw-content);
    inset: 0;
}
.before\:bottom-0:before {
    bottom: 0;
    content: var(--tw-content);
}
.before\:left-0:before {
    content: var(--tw-content);
    left: 0;
}
.before\:right-0:before {
    content: var(--tw-content);
    right: 0;
}
.before\:block:before {
    content: var(--tw-content);
    display: block;
}
.before\:h-24:before {
    content: var(--tw-content);
    height: 6rem;
}
.before\:h-40:before {
    content: var(--tw-content);
    height: 10rem;
}
.before\:w-24:before {
    content: var(--tw-content);
    width: 6rem;
}
.before\:w-40:before {
    content: var(--tw-content);
    width: 10rem;
}
.before\:-skew-y-3:before {
    --tw-skew-y: -3deg;
    content: var(--tw-content);
    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));
}
.before\:rounded-tl-full:before {
    border-top-left-radius: 9999px;
    content: var(--tw-content);
}
.before\:rounded-tr-full:before {
    border-top-right-radius: 9999px;
    content: var(--tw-content);
}
.before\:bg-rdv-blue:before {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
    content: var(--tw-content);
}
.before\:bg-white\/10:before {
    background-color: hsla(0, 0%, 100%, 0.1);
    content: var(--tw-content);
}
.before\:bg-gradient-to-b:before {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    content: var(--tw-content);
}
.before\:from-white\/20:before {
    --tw-gradient-from: hsla(0, 0%, 100%, 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    content: var(--tw-content);
}
.before\:to-transparent:before {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    content: var(--tw-content);
}
.after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}
.after\:inset-0:after {
    content: var(--tw-content);
    inset: 0;
}
.after\:bottom-0:after {
    bottom: 0;
    content: var(--tw-content);
}
.after\:left-0:after {
    content: var(--tw-content);
    left: 0;
}
.after\:right-0:after {
    content: var(--tw-content);
    right: 0;
}
.after\:z-0:after {
    content: var(--tw-content);
    z-index: 0;
}
.after\:block:after {
    content: var(--tw-content);
    display: block;
}
.after\:h-40:after {
    content: var(--tw-content);
    height: 10rem;
}
.after\:h-56:after {
    content: var(--tw-content);
    height: 14rem;
}
.after\:h-full:after {
    content: var(--tw-content);
    height: 100%;
}
.after\:w-40:after {
    content: var(--tw-content);
    width: 10rem;
}
.after\:w-56:after {
    content: var(--tw-content);
    width: 14rem;
}
.after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
}
.after\:rounded-tl-full:after {
    border-top-left-radius: 9999px;
    content: var(--tw-content);
}
.after\:rounded-tr-full:after {
    border-top-right-radius: 9999px;
    content: var(--tw-content);
}
.after\:bg-white\/10:after {
    background-color: hsla(0, 0%, 100%, 0.1);
    content: var(--tw-content);
}
.after\:bg-gradient-to-b:after {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    content: var(--tw-content);
}
.after\:from-gray-500:after {
    --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    content: var(--tw-content);
}
.after\:from-white:after {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    content: var(--tw-content);
}
.after\:to-gray-800:after {
    --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
    content: var(--tw-content);
}
.after\:to-police-600:after {
    --tw-gradient-to: #339 var(--tw-gradient-to-position);
    content: var(--tw-content);
}
.after\:opacity-50:after {
    content: var(--tw-content);
    opacity: 0.5;
}
.first\:sticky:first-child {
    position: sticky;
}
.first\:left-0:first-child {
    left: 0;
}
.first\:rounded-l:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.first\:rounded-l-md:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}
.first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.first\:border-0:first-child {
    border-width: 0;
}
.first\:border-none:first-child {
    border-style: none;
}
.first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.first\:from-transparent:first-child {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.first\:to-white:first-child {
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.first\:to-\[10px\]:first-child {
    --tw-gradient-to-position: 10px;
}
.first\:pl-0:first-child {
    padding-left: 0;
}
.first\:pl-3:first-child {
    padding-left: 0.75rem;
}
.first\:pr-5:first-child {
    padding-right: 1.25rem;
}
.first\:pt-0:first-child {
    padding-top: 0;
}
.last\:mb-0:last-child {
    margin-bottom: 0;
}
.last\:mb-2:last-child {
    margin-bottom: 0.5rem;
}
.last\:rounded-b-md:last-child {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.last\:rounded-r:last-child {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.last\:rounded-r-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.last\:border-b:last-child {
    border-bottom-width: 1px;
}
.last\:border-b-0:last-child {
    border-bottom-width: 0;
}
.last\:border-none:last-child {
    border-style: none;
}
.last\:pb-0:last-child {
    padding-bottom: 0;
}
.last\:pl-5:last-child {
    padding-left: 1.25rem;
}
.last\:pr-3:last-child {
    padding-right: 0.75rem;
}
.first-of-type\:rounded-t-md:first-of-type {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.last-of-type\:rounded-b-md:last-of-type {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.checked\:translate-x-3:checked {
    --tw-translate-x: 0.75rem;
}
.checked\:translate-x-3:checked,
.checked\:translate-x-3\.5:checked {
    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));
}
.checked\:translate-x-3\.5:checked {
    --tw-translate-x: 0.875rem;
}
.checked\:translate-x-4:checked {
    --tw-translate-x: 1rem;
    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));
}
.checked\:bg-rdv-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.checked\:bg-none:checked {
    background-image: none;
}
.checked\:text-white:checked {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus-within\:z-10:focus-within {
    z-index: 10;
}
.focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.focus-within\:opacity-100:focus-within {
    opacity: 1;
}
.focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-within\:ring-2:focus-within {
    --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-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
}
.focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 124 248 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-rdv-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
}
.focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
}
.focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
}
.hover\:z-30:hover {
    z-index: 30;
}
.hover\:z-50:hover {
    z-index: 50;
}
.hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
}
.hover\:-translate-x-1\.5:hover,
.hover\:-translate-y-0\.5:hover {
    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));
}
.hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
}
.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
}
.hover\:-translate-y-1:hover,
.hover\:rotate-12:hover {
    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));
}
.hover\:rotate-12:hover {
    --tw-rotate: 12deg;
}
.hover\:rotate-90:hover {
    --tw-rotate: 90deg;
}
.hover\:rotate-90:hover,
.hover\:scale-105:hover {
    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));
}
.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}
.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.hover\:scale-110:hover,
.hover\:scale-125:hover {
    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));
}
.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}
.hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}
.hover\:scale-150:hover,
.hover\:scale-\[1\.02\]:hover {
    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));
}
.hover\:scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
}
.hover\:transform:hover {
    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));
}
.hover\:cursor-default:hover {
    cursor: default;
}
.hover\:cursor-move:hover {
    cursor: move;
}
.hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
}
.hover\:cursor-pointer:hover {
    cursor: pointer;
}
.hover\:overflow-x-auto:hover {
    overflow-x: auto;
}
.hover\:overflow-y-auto:hover {
    overflow-y: auto;
}
.hover\:border-2:hover {
    border-width: 2px;
}
.hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-100\/0:hover {
    border-color: hsla(48, 96%, 89%, 0);
}
.hover\:border-amber-100\/10:hover {
    border-color: hsla(48, 96%, 89%, 0.1);
}
.hover\:border-amber-100\/100:hover {
    border-color: #fef3c7;
}
.hover\:border-amber-100\/15:hover {
    border-color: hsla(48, 96%, 89%, 0.15);
}
.hover\:border-amber-100\/20:hover {
    border-color: hsla(48, 96%, 89%, 0.2);
}
.hover\:border-amber-100\/25:hover {
    border-color: hsla(48, 96%, 89%, 0.25);
}
.hover\:border-amber-100\/30:hover {
    border-color: hsla(48, 96%, 89%, 0.3);
}
.hover\:border-amber-100\/35:hover {
    border-color: hsla(48, 96%, 89%, 0.35);
}
.hover\:border-amber-100\/40:hover {
    border-color: hsla(48, 96%, 89%, 0.4);
}
.hover\:border-amber-100\/45:hover {
    border-color: hsla(48, 96%, 89%, 0.45);
}
.hover\:border-amber-100\/5:hover {
    border-color: hsla(48, 96%, 89%, 0.05);
}
.hover\:border-amber-100\/50:hover {
    border-color: hsla(48, 96%, 89%, 0.5);
}
.hover\:border-amber-100\/55:hover {
    border-color: hsla(48, 96%, 89%, 0.55);
}
.hover\:border-amber-100\/60:hover {
    border-color: hsla(48, 96%, 89%, 0.6);
}
.hover\:border-amber-100\/65:hover {
    border-color: hsla(48, 96%, 89%, 0.65);
}
.hover\:border-amber-100\/70:hover {
    border-color: hsla(48, 96%, 89%, 0.7);
}
.hover\:border-amber-100\/75:hover {
    border-color: hsla(48, 96%, 89%, 0.75);
}
.hover\:border-amber-100\/80:hover {
    border-color: hsla(48, 96%, 89%, 0.8);
}
.hover\:border-amber-100\/85:hover {
    border-color: hsla(48, 96%, 89%, 0.85);
}
.hover\:border-amber-100\/90:hover {
    border-color: hsla(48, 96%, 89%, 0.9);
}
.hover\:border-amber-100\/95:hover {
    border-color: hsla(48, 96%, 89%, 0.95);
}
.hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-200\/0:hover {
    border-color: hsla(48, 97%, 77%, 0);
}
.hover\:border-amber-200\/10:hover {
    border-color: hsla(48, 97%, 77%, 0.1);
}
.hover\:border-amber-200\/100:hover {
    border-color: #fde68a;
}
.hover\:border-amber-200\/15:hover {
    border-color: hsla(48, 97%, 77%, 0.15);
}
.hover\:border-amber-200\/20:hover {
    border-color: hsla(48, 97%, 77%, 0.2);
}
.hover\:border-amber-200\/25:hover {
    border-color: hsla(48, 97%, 77%, 0.25);
}
.hover\:border-amber-200\/30:hover {
    border-color: hsla(48, 97%, 77%, 0.3);
}
.hover\:border-amber-200\/35:hover {
    border-color: hsla(48, 97%, 77%, 0.35);
}
.hover\:border-amber-200\/40:hover {
    border-color: hsla(48, 97%, 77%, 0.4);
}
.hover\:border-amber-200\/45:hover {
    border-color: hsla(48, 97%, 77%, 0.45);
}
.hover\:border-amber-200\/5:hover {
    border-color: hsla(48, 97%, 77%, 0.05);
}
.hover\:border-amber-200\/50:hover {
    border-color: hsla(48, 97%, 77%, 0.5);
}
.hover\:border-amber-200\/55:hover {
    border-color: hsla(48, 97%, 77%, 0.55);
}
.hover\:border-amber-200\/60:hover {
    border-color: hsla(48, 97%, 77%, 0.6);
}
.hover\:border-amber-200\/65:hover {
    border-color: hsla(48, 97%, 77%, 0.65);
}
.hover\:border-amber-200\/70:hover {
    border-color: hsla(48, 97%, 77%, 0.7);
}
.hover\:border-amber-200\/75:hover {
    border-color: hsla(48, 97%, 77%, 0.75);
}
.hover\:border-amber-200\/80:hover {
    border-color: hsla(48, 97%, 77%, 0.8);
}
.hover\:border-amber-200\/85:hover {
    border-color: hsla(48, 97%, 77%, 0.85);
}
.hover\:border-amber-200\/90:hover {
    border-color: hsla(48, 97%, 77%, 0.9);
}
.hover\:border-amber-200\/95:hover {
    border-color: hsla(48, 97%, 77%, 0.95);
}
.hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-300\/0:hover {
    border-color: rgba(252, 211, 77, 0);
}
.hover\:border-amber-300\/10:hover {
    border-color: rgba(252, 211, 77, 0.1);
}
.hover\:border-amber-300\/100:hover {
    border-color: #fcd34d;
}
.hover\:border-amber-300\/15:hover {
    border-color: rgba(252, 211, 77, 0.15);
}
.hover\:border-amber-300\/20:hover {
    border-color: rgba(252, 211, 77, 0.2);
}
.hover\:border-amber-300\/25:hover {
    border-color: rgba(252, 211, 77, 0.25);
}
.hover\:border-amber-300\/30:hover {
    border-color: rgba(252, 211, 77, 0.3);
}
.hover\:border-amber-300\/35:hover {
    border-color: rgba(252, 211, 77, 0.35);
}
.hover\:border-amber-300\/40:hover {
    border-color: rgba(252, 211, 77, 0.4);
}
.hover\:border-amber-300\/45:hover {
    border-color: rgba(252, 211, 77, 0.45);
}
.hover\:border-amber-300\/5:hover {
    border-color: rgba(252, 211, 77, 0.05);
}
.hover\:border-amber-300\/50:hover {
    border-color: rgba(252, 211, 77, 0.5);
}
.hover\:border-amber-300\/55:hover {
    border-color: rgba(252, 211, 77, 0.55);
}
.hover\:border-amber-300\/60:hover {
    border-color: rgba(252, 211, 77, 0.6);
}
.hover\:border-amber-300\/65:hover {
    border-color: rgba(252, 211, 77, 0.65);
}
.hover\:border-amber-300\/70:hover {
    border-color: rgba(252, 211, 77, 0.7);
}
.hover\:border-amber-300\/75:hover {
    border-color: rgba(252, 211, 77, 0.75);
}
.hover\:border-amber-300\/80:hover {
    border-color: rgba(252, 211, 77, 0.8);
}
.hover\:border-amber-300\/85:hover {
    border-color: rgba(252, 211, 77, 0.85);
}
.hover\:border-amber-300\/90:hover {
    border-color: rgba(252, 211, 77, 0.9);
}
.hover\:border-amber-300\/95:hover {
    border-color: rgba(252, 211, 77, 0.95);
}
.hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-400\/0:hover {
    border-color: rgba(251, 191, 36, 0);
}
.hover\:border-amber-400\/10:hover {
    border-color: rgba(251, 191, 36, 0.1);
}
.hover\:border-amber-400\/100:hover {
    border-color: #fbbf24;
}
.hover\:border-amber-400\/15:hover {
    border-color: rgba(251, 191, 36, 0.15);
}
.hover\:border-amber-400\/20:hover {
    border-color: rgba(251, 191, 36, 0.2);
}
.hover\:border-amber-400\/25:hover {
    border-color: rgba(251, 191, 36, 0.25);
}
.hover\:border-amber-400\/30:hover {
    border-color: rgba(251, 191, 36, 0.3);
}
.hover\:border-amber-400\/35:hover {
    border-color: rgba(251, 191, 36, 0.35);
}
.hover\:border-amber-400\/40:hover {
    border-color: rgba(251, 191, 36, 0.4);
}
.hover\:border-amber-400\/45:hover {
    border-color: rgba(251, 191, 36, 0.45);
}
.hover\:border-amber-400\/5:hover {
    border-color: rgba(251, 191, 36, 0.05);
}
.hover\:border-amber-400\/50:hover {
    border-color: rgba(251, 191, 36, 0.5);
}
.hover\:border-amber-400\/55:hover {
    border-color: rgba(251, 191, 36, 0.55);
}
.hover\:border-amber-400\/60:hover {
    border-color: rgba(251, 191, 36, 0.6);
}
.hover\:border-amber-400\/65:hover {
    border-color: rgba(251, 191, 36, 0.65);
}
.hover\:border-amber-400\/70:hover {
    border-color: rgba(251, 191, 36, 0.7);
}
.hover\:border-amber-400\/75:hover {
    border-color: rgba(251, 191, 36, 0.75);
}
.hover\:border-amber-400\/80:hover {
    border-color: rgba(251, 191, 36, 0.8);
}
.hover\:border-amber-400\/85:hover {
    border-color: rgba(251, 191, 36, 0.85);
}
.hover\:border-amber-400\/90:hover {
    border-color: rgba(251, 191, 36, 0.9);
}
.hover\:border-amber-400\/95:hover {
    border-color: rgba(251, 191, 36, 0.95);
}
.hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-50\/0:hover {
    border-color: rgba(255, 251, 235, 0);
}
.hover\:border-amber-50\/10:hover {
    border-color: rgba(255, 251, 235, 0.1);
}
.hover\:border-amber-50\/100:hover {
    border-color: #fffbeb;
}
.hover\:border-amber-50\/15:hover {
    border-color: rgba(255, 251, 235, 0.15);
}
.hover\:border-amber-50\/20:hover {
    border-color: rgba(255, 251, 235, 0.2);
}
.hover\:border-amber-50\/25:hover {
    border-color: rgba(255, 251, 235, 0.25);
}
.hover\:border-amber-50\/30:hover {
    border-color: rgba(255, 251, 235, 0.3);
}
.hover\:border-amber-50\/35:hover {
    border-color: rgba(255, 251, 235, 0.35);
}
.hover\:border-amber-50\/40:hover {
    border-color: rgba(255, 251, 235, 0.4);
}
.hover\:border-amber-50\/45:hover {
    border-color: rgba(255, 251, 235, 0.45);
}
.hover\:border-amber-50\/5:hover {
    border-color: rgba(255, 251, 235, 0.05);
}
.hover\:border-amber-50\/50:hover {
    border-color: rgba(255, 251, 235, 0.5);
}
.hover\:border-amber-50\/55:hover {
    border-color: rgba(255, 251, 235, 0.55);
}
.hover\:border-amber-50\/60:hover {
    border-color: rgba(255, 251, 235, 0.6);
}
.hover\:border-amber-50\/65:hover {
    border-color: rgba(255, 251, 235, 0.65);
}
.hover\:border-amber-50\/70:hover {
    border-color: rgba(255, 251, 235, 0.7);
}
.hover\:border-amber-50\/75:hover {
    border-color: rgba(255, 251, 235, 0.75);
}
.hover\:border-amber-50\/80:hover {
    border-color: rgba(255, 251, 235, 0.8);
}
.hover\:border-amber-50\/85:hover {
    border-color: rgba(255, 251, 235, 0.85);
}
.hover\:border-amber-50\/90:hover {
    border-color: rgba(255, 251, 235, 0.9);
}
.hover\:border-amber-50\/95:hover {
    border-color: rgba(255, 251, 235, 0.95);
}
.hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-500\/0:hover {
    border-color: rgba(245, 158, 11, 0);
}
.hover\:border-amber-500\/10:hover {
    border-color: rgba(245, 158, 11, 0.1);
}
.hover\:border-amber-500\/100:hover {
    border-color: #f59e0b;
}
.hover\:border-amber-500\/15:hover {
    border-color: rgba(245, 158, 11, 0.15);
}
.hover\:border-amber-500\/20:hover {
    border-color: rgba(245, 158, 11, 0.2);
}
.hover\:border-amber-500\/25:hover {
    border-color: rgba(245, 158, 11, 0.25);
}
.hover\:border-amber-500\/30:hover {
    border-color: rgba(245, 158, 11, 0.3);
}
.hover\:border-amber-500\/35:hover {
    border-color: rgba(245, 158, 11, 0.35);
}
.hover\:border-amber-500\/40:hover {
    border-color: rgba(245, 158, 11, 0.4);
}
.hover\:border-amber-500\/45:hover {
    border-color: rgba(245, 158, 11, 0.45);
}
.hover\:border-amber-500\/5:hover {
    border-color: rgba(245, 158, 11, 0.05);
}
.hover\:border-amber-500\/50:hover {
    border-color: rgba(245, 158, 11, 0.5);
}
.hover\:border-amber-500\/55:hover {
    border-color: rgba(245, 158, 11, 0.55);
}
.hover\:border-amber-500\/60:hover {
    border-color: rgba(245, 158, 11, 0.6);
}
.hover\:border-amber-500\/65:hover {
    border-color: rgba(245, 158, 11, 0.65);
}
.hover\:border-amber-500\/70:hover {
    border-color: rgba(245, 158, 11, 0.7);
}
.hover\:border-amber-500\/75:hover {
    border-color: rgba(245, 158, 11, 0.75);
}
.hover\:border-amber-500\/80:hover {
    border-color: rgba(245, 158, 11, 0.8);
}
.hover\:border-amber-500\/85:hover {
    border-color: rgba(245, 158, 11, 0.85);
}
.hover\:border-amber-500\/90:hover {
    border-color: rgba(245, 158, 11, 0.9);
}
.hover\:border-amber-500\/95:hover {
    border-color: rgba(245, 158, 11, 0.95);
}
.hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-600\/0:hover {
    border-color: rgba(217, 119, 6, 0);
}
.hover\:border-amber-600\/10:hover {
    border-color: rgba(217, 119, 6, 0.1);
}
.hover\:border-amber-600\/100:hover {
    border-color: #d97706;
}
.hover\:border-amber-600\/15:hover {
    border-color: rgba(217, 119, 6, 0.15);
}
.hover\:border-amber-600\/20:hover {
    border-color: rgba(217, 119, 6, 0.2);
}
.hover\:border-amber-600\/25:hover {
    border-color: rgba(217, 119, 6, 0.25);
}
.hover\:border-amber-600\/30:hover {
    border-color: rgba(217, 119, 6, 0.3);
}
.hover\:border-amber-600\/35:hover {
    border-color: rgba(217, 119, 6, 0.35);
}
.hover\:border-amber-600\/40:hover {
    border-color: rgba(217, 119, 6, 0.4);
}
.hover\:border-amber-600\/45:hover {
    border-color: rgba(217, 119, 6, 0.45);
}
.hover\:border-amber-600\/5:hover {
    border-color: rgba(217, 119, 6, 0.05);
}
.hover\:border-amber-600\/50:hover {
    border-color: rgba(217, 119, 6, 0.5);
}
.hover\:border-amber-600\/55:hover {
    border-color: rgba(217, 119, 6, 0.55);
}
.hover\:border-amber-600\/60:hover {
    border-color: rgba(217, 119, 6, 0.6);
}
.hover\:border-amber-600\/65:hover {
    border-color: rgba(217, 119, 6, 0.65);
}
.hover\:border-amber-600\/70:hover {
    border-color: rgba(217, 119, 6, 0.7);
}
.hover\:border-amber-600\/75:hover {
    border-color: rgba(217, 119, 6, 0.75);
}
.hover\:border-amber-600\/80:hover {
    border-color: rgba(217, 119, 6, 0.8);
}
.hover\:border-amber-600\/85:hover {
    border-color: rgba(217, 119, 6, 0.85);
}
.hover\:border-amber-600\/90:hover {
    border-color: rgba(217, 119, 6, 0.9);
}
.hover\:border-amber-600\/95:hover {
    border-color: rgba(217, 119, 6, 0.95);
}
.hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-700\/0:hover {
    border-color: rgba(180, 83, 9, 0);
}
.hover\:border-amber-700\/10:hover {
    border-color: rgba(180, 83, 9, 0.1);
}
.hover\:border-amber-700\/100:hover {
    border-color: #b45309;
}
.hover\:border-amber-700\/15:hover {
    border-color: rgba(180, 83, 9, 0.15);
}
.hover\:border-amber-700\/20:hover {
    border-color: rgba(180, 83, 9, 0.2);
}
.hover\:border-amber-700\/25:hover {
    border-color: rgba(180, 83, 9, 0.25);
}
.hover\:border-amber-700\/30:hover {
    border-color: rgba(180, 83, 9, 0.3);
}
.hover\:border-amber-700\/35:hover {
    border-color: rgba(180, 83, 9, 0.35);
}
.hover\:border-amber-700\/40:hover {
    border-color: rgba(180, 83, 9, 0.4);
}
.hover\:border-amber-700\/45:hover {
    border-color: rgba(180, 83, 9, 0.45);
}
.hover\:border-amber-700\/5:hover {
    border-color: rgba(180, 83, 9, 0.05);
}
.hover\:border-amber-700\/50:hover {
    border-color: rgba(180, 83, 9, 0.5);
}
.hover\:border-amber-700\/55:hover {
    border-color: rgba(180, 83, 9, 0.55);
}
.hover\:border-amber-700\/60:hover {
    border-color: rgba(180, 83, 9, 0.6);
}
.hover\:border-amber-700\/65:hover {
    border-color: rgba(180, 83, 9, 0.65);
}
.hover\:border-amber-700\/70:hover {
    border-color: rgba(180, 83, 9, 0.7);
}
.hover\:border-amber-700\/75:hover {
    border-color: rgba(180, 83, 9, 0.75);
}
.hover\:border-amber-700\/80:hover {
    border-color: rgba(180, 83, 9, 0.8);
}
.hover\:border-amber-700\/85:hover {
    border-color: rgba(180, 83, 9, 0.85);
}
.hover\:border-amber-700\/90:hover {
    border-color: rgba(180, 83, 9, 0.9);
}
.hover\:border-amber-700\/95:hover {
    border-color: rgba(180, 83, 9, 0.95);
}
.hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-800\/0:hover {
    border-color: rgba(146, 64, 14, 0);
}
.hover\:border-amber-800\/10:hover {
    border-color: rgba(146, 64, 14, 0.1);
}
.hover\:border-amber-800\/100:hover {
    border-color: #92400e;
}
.hover\:border-amber-800\/15:hover {
    border-color: rgba(146, 64, 14, 0.15);
}
.hover\:border-amber-800\/20:hover {
    border-color: rgba(146, 64, 14, 0.2);
}
.hover\:border-amber-800\/25:hover {
    border-color: rgba(146, 64, 14, 0.25);
}
.hover\:border-amber-800\/30:hover {
    border-color: rgba(146, 64, 14, 0.3);
}
.hover\:border-amber-800\/35:hover {
    border-color: rgba(146, 64, 14, 0.35);
}
.hover\:border-amber-800\/40:hover {
    border-color: rgba(146, 64, 14, 0.4);
}
.hover\:border-amber-800\/45:hover {
    border-color: rgba(146, 64, 14, 0.45);
}
.hover\:border-amber-800\/5:hover {
    border-color: rgba(146, 64, 14, 0.05);
}
.hover\:border-amber-800\/50:hover {
    border-color: rgba(146, 64, 14, 0.5);
}
.hover\:border-amber-800\/55:hover {
    border-color: rgba(146, 64, 14, 0.55);
}
.hover\:border-amber-800\/60:hover {
    border-color: rgba(146, 64, 14, 0.6);
}
.hover\:border-amber-800\/65:hover {
    border-color: rgba(146, 64, 14, 0.65);
}
.hover\:border-amber-800\/70:hover {
    border-color: rgba(146, 64, 14, 0.7);
}
.hover\:border-amber-800\/75:hover {
    border-color: rgba(146, 64, 14, 0.75);
}
.hover\:border-amber-800\/80:hover {
    border-color: rgba(146, 64, 14, 0.8);
}
.hover\:border-amber-800\/85:hover {
    border-color: rgba(146, 64, 14, 0.85);
}
.hover\:border-amber-800\/90:hover {
    border-color: rgba(146, 64, 14, 0.9);
}
.hover\:border-amber-800\/95:hover {
    border-color: rgba(146, 64, 14, 0.95);
}
.hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-900\/0:hover {
    border-color: rgba(120, 53, 15, 0);
}
.hover\:border-amber-900\/10:hover {
    border-color: rgba(120, 53, 15, 0.1);
}
.hover\:border-amber-900\/100:hover {
    border-color: #78350f;
}
.hover\:border-amber-900\/15:hover {
    border-color: rgba(120, 53, 15, 0.15);
}
.hover\:border-amber-900\/20:hover {
    border-color: rgba(120, 53, 15, 0.2);
}
.hover\:border-amber-900\/25:hover {
    border-color: rgba(120, 53, 15, 0.25);
}
.hover\:border-amber-900\/30:hover {
    border-color: rgba(120, 53, 15, 0.3);
}
.hover\:border-amber-900\/35:hover {
    border-color: rgba(120, 53, 15, 0.35);
}
.hover\:border-amber-900\/40:hover {
    border-color: rgba(120, 53, 15, 0.4);
}
.hover\:border-amber-900\/45:hover {
    border-color: rgba(120, 53, 15, 0.45);
}
.hover\:border-amber-900\/5:hover {
    border-color: rgba(120, 53, 15, 0.05);
}
.hover\:border-amber-900\/50:hover {
    border-color: rgba(120, 53, 15, 0.5);
}
.hover\:border-amber-900\/55:hover {
    border-color: rgba(120, 53, 15, 0.55);
}
.hover\:border-amber-900\/60:hover {
    border-color: rgba(120, 53, 15, 0.6);
}
.hover\:border-amber-900\/65:hover {
    border-color: rgba(120, 53, 15, 0.65);
}
.hover\:border-amber-900\/70:hover {
    border-color: rgba(120, 53, 15, 0.7);
}
.hover\:border-amber-900\/75:hover {
    border-color: rgba(120, 53, 15, 0.75);
}
.hover\:border-amber-900\/80:hover {
    border-color: rgba(120, 53, 15, 0.8);
}
.hover\:border-amber-900\/85:hover {
    border-color: rgba(120, 53, 15, 0.85);
}
.hover\:border-amber-900\/90:hover {
    border-color: rgba(120, 53, 15, 0.9);
}
.hover\:border-amber-900\/95:hover {
    border-color: rgba(120, 53, 15, 0.95);
}
.hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-100\/0:hover {
    border-color: rgba(219, 234, 254, 0);
}
.hover\:border-blue-100\/10:hover {
    border-color: rgba(219, 234, 254, 0.1);
}
.hover\:border-blue-100\/100:hover {
    border-color: #dbeafe;
}
.hover\:border-blue-100\/15:hover {
    border-color: rgba(219, 234, 254, 0.15);
}
.hover\:border-blue-100\/20:hover {
    border-color: rgba(219, 234, 254, 0.2);
}
.hover\:border-blue-100\/25:hover {
    border-color: rgba(219, 234, 254, 0.25);
}
.hover\:border-blue-100\/30:hover {
    border-color: rgba(219, 234, 254, 0.3);
}
.hover\:border-blue-100\/35:hover {
    border-color: rgba(219, 234, 254, 0.35);
}
.hover\:border-blue-100\/40:hover {
    border-color: rgba(219, 234, 254, 0.4);
}
.hover\:border-blue-100\/45:hover {
    border-color: rgba(219, 234, 254, 0.45);
}
.hover\:border-blue-100\/5:hover {
    border-color: rgba(219, 234, 254, 0.05);
}
.hover\:border-blue-100\/50:hover {
    border-color: rgba(219, 234, 254, 0.5);
}
.hover\:border-blue-100\/55:hover {
    border-color: rgba(219, 234, 254, 0.55);
}
.hover\:border-blue-100\/60:hover {
    border-color: rgba(219, 234, 254, 0.6);
}
.hover\:border-blue-100\/65:hover {
    border-color: rgba(219, 234, 254, 0.65);
}
.hover\:border-blue-100\/70:hover {
    border-color: rgba(219, 234, 254, 0.7);
}
.hover\:border-blue-100\/75:hover {
    border-color: rgba(219, 234, 254, 0.75);
}
.hover\:border-blue-100\/80:hover {
    border-color: rgba(219, 234, 254, 0.8);
}
.hover\:border-blue-100\/85:hover {
    border-color: rgba(219, 234, 254, 0.85);
}
.hover\:border-blue-100\/90:hover {
    border-color: rgba(219, 234, 254, 0.9);
}
.hover\:border-blue-100\/95:hover {
    border-color: rgba(219, 234, 254, 0.95);
}
.hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-200\/0:hover {
    border-color: rgba(191, 219, 254, 0);
}
.hover\:border-blue-200\/10:hover {
    border-color: rgba(191, 219, 254, 0.1);
}
.hover\:border-blue-200\/100:hover {
    border-color: #bfdbfe;
}
.hover\:border-blue-200\/15:hover {
    border-color: rgba(191, 219, 254, 0.15);
}
.hover\:border-blue-200\/20:hover {
    border-color: rgba(191, 219, 254, 0.2);
}
.hover\:border-blue-200\/25:hover {
    border-color: rgba(191, 219, 254, 0.25);
}
.hover\:border-blue-200\/30:hover {
    border-color: rgba(191, 219, 254, 0.3);
}
.hover\:border-blue-200\/35:hover {
    border-color: rgba(191, 219, 254, 0.35);
}
.hover\:border-blue-200\/40:hover {
    border-color: rgba(191, 219, 254, 0.4);
}
.hover\:border-blue-200\/45:hover {
    border-color: rgba(191, 219, 254, 0.45);
}
.hover\:border-blue-200\/5:hover {
    border-color: rgba(191, 219, 254, 0.05);
}
.hover\:border-blue-200\/50:hover {
    border-color: rgba(191, 219, 254, 0.5);
}
.hover\:border-blue-200\/55:hover {
    border-color: rgba(191, 219, 254, 0.55);
}
.hover\:border-blue-200\/60:hover {
    border-color: rgba(191, 219, 254, 0.6);
}
.hover\:border-blue-200\/65:hover {
    border-color: rgba(191, 219, 254, 0.65);
}
.hover\:border-blue-200\/70:hover {
    border-color: rgba(191, 219, 254, 0.7);
}
.hover\:border-blue-200\/75:hover {
    border-color: rgba(191, 219, 254, 0.75);
}
.hover\:border-blue-200\/80:hover {
    border-color: rgba(191, 219, 254, 0.8);
}
.hover\:border-blue-200\/85:hover {
    border-color: rgba(191, 219, 254, 0.85);
}
.hover\:border-blue-200\/90:hover {
    border-color: rgba(191, 219, 254, 0.9);
}
.hover\:border-blue-200\/95:hover {
    border-color: rgba(191, 219, 254, 0.95);
}
.hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-300\/0:hover {
    border-color: rgba(147, 197, 253, 0);
}
.hover\:border-blue-300\/10:hover {
    border-color: rgba(147, 197, 253, 0.1);
}
.hover\:border-blue-300\/100:hover {
    border-color: #93c5fd;
}
.hover\:border-blue-300\/15:hover {
    border-color: rgba(147, 197, 253, 0.15);
}
.hover\:border-blue-300\/20:hover {
    border-color: rgba(147, 197, 253, 0.2);
}
.hover\:border-blue-300\/25:hover {
    border-color: rgba(147, 197, 253, 0.25);
}
.hover\:border-blue-300\/30:hover {
    border-color: rgba(147, 197, 253, 0.3);
}
.hover\:border-blue-300\/35:hover {
    border-color: rgba(147, 197, 253, 0.35);
}
.hover\:border-blue-300\/40:hover {
    border-color: rgba(147, 197, 253, 0.4);
}
.hover\:border-blue-300\/45:hover {
    border-color: rgba(147, 197, 253, 0.45);
}
.hover\:border-blue-300\/5:hover {
    border-color: rgba(147, 197, 253, 0.05);
}
.hover\:border-blue-300\/50:hover {
    border-color: rgba(147, 197, 253, 0.5);
}
.hover\:border-blue-300\/55:hover {
    border-color: rgba(147, 197, 253, 0.55);
}
.hover\:border-blue-300\/60:hover {
    border-color: rgba(147, 197, 253, 0.6);
}
.hover\:border-blue-300\/65:hover {
    border-color: rgba(147, 197, 253, 0.65);
}
.hover\:border-blue-300\/70:hover {
    border-color: rgba(147, 197, 253, 0.7);
}
.hover\:border-blue-300\/75:hover {
    border-color: rgba(147, 197, 253, 0.75);
}
.hover\:border-blue-300\/80:hover {
    border-color: rgba(147, 197, 253, 0.8);
}
.hover\:border-blue-300\/85:hover {
    border-color: rgba(147, 197, 253, 0.85);
}
.hover\:border-blue-300\/90:hover {
    border-color: rgba(147, 197, 253, 0.9);
}
.hover\:border-blue-300\/95:hover {
    border-color: rgba(147, 197, 253, 0.95);
}
.hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-400\/0:hover {
    border-color: rgba(96, 165, 250, 0);
}
.hover\:border-blue-400\/10:hover {
    border-color: rgba(96, 165, 250, 0.1);
}
.hover\:border-blue-400\/100:hover {
    border-color: #60a5fa;
}
.hover\:border-blue-400\/15:hover {
    border-color: rgba(96, 165, 250, 0.15);
}
.hover\:border-blue-400\/20:hover {
    border-color: rgba(96, 165, 250, 0.2);
}
.hover\:border-blue-400\/25:hover {
    border-color: rgba(96, 165, 250, 0.25);
}
.hover\:border-blue-400\/30:hover {
    border-color: rgba(96, 165, 250, 0.3);
}
.hover\:border-blue-400\/35:hover {
    border-color: rgba(96, 165, 250, 0.35);
}
.hover\:border-blue-400\/40:hover {
    border-color: rgba(96, 165, 250, 0.4);
}
.hover\:border-blue-400\/45:hover {
    border-color: rgba(96, 165, 250, 0.45);
}
.hover\:border-blue-400\/5:hover {
    border-color: rgba(96, 165, 250, 0.05);
}
.hover\:border-blue-400\/50:hover {
    border-color: rgba(96, 165, 250, 0.5);
}
.hover\:border-blue-400\/55:hover {
    border-color: rgba(96, 165, 250, 0.55);
}
.hover\:border-blue-400\/60:hover {
    border-color: rgba(96, 165, 250, 0.6);
}
.hover\:border-blue-400\/65:hover {
    border-color: rgba(96, 165, 250, 0.65);
}
.hover\:border-blue-400\/70:hover {
    border-color: rgba(96, 165, 250, 0.7);
}
.hover\:border-blue-400\/75:hover {
    border-color: rgba(96, 165, 250, 0.75);
}
.hover\:border-blue-400\/80:hover {
    border-color: rgba(96, 165, 250, 0.8);
}
.hover\:border-blue-400\/85:hover {
    border-color: rgba(96, 165, 250, 0.85);
}
.hover\:border-blue-400\/90:hover {
    border-color: rgba(96, 165, 250, 0.9);
}
.hover\:border-blue-400\/95:hover {
    border-color: rgba(96, 165, 250, 0.95);
}
.hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-50\/0:hover {
    border-color: rgba(239, 246, 255, 0);
}
.hover\:border-blue-50\/10:hover {
    border-color: rgba(239, 246, 255, 0.1);
}
.hover\:border-blue-50\/100:hover {
    border-color: #eff6ff;
}
.hover\:border-blue-50\/15:hover {
    border-color: rgba(239, 246, 255, 0.15);
}
.hover\:border-blue-50\/20:hover {
    border-color: rgba(239, 246, 255, 0.2);
}
.hover\:border-blue-50\/25:hover {
    border-color: rgba(239, 246, 255, 0.25);
}
.hover\:border-blue-50\/30:hover {
    border-color: rgba(239, 246, 255, 0.3);
}
.hover\:border-blue-50\/35:hover {
    border-color: rgba(239, 246, 255, 0.35);
}
.hover\:border-blue-50\/40:hover {
    border-color: rgba(239, 246, 255, 0.4);
}
.hover\:border-blue-50\/45:hover {
    border-color: rgba(239, 246, 255, 0.45);
}
.hover\:border-blue-50\/5:hover {
    border-color: rgba(239, 246, 255, 0.05);
}
.hover\:border-blue-50\/50:hover {
    border-color: rgba(239, 246, 255, 0.5);
}
.hover\:border-blue-50\/55:hover {
    border-color: rgba(239, 246, 255, 0.55);
}
.hover\:border-blue-50\/60:hover {
    border-color: rgba(239, 246, 255, 0.6);
}
.hover\:border-blue-50\/65:hover {
    border-color: rgba(239, 246, 255, 0.65);
}
.hover\:border-blue-50\/70:hover {
    border-color: rgba(239, 246, 255, 0.7);
}
.hover\:border-blue-50\/75:hover {
    border-color: rgba(239, 246, 255, 0.75);
}
.hover\:border-blue-50\/80:hover {
    border-color: rgba(239, 246, 255, 0.8);
}
.hover\:border-blue-50\/85:hover {
    border-color: rgba(239, 246, 255, 0.85);
}
.hover\:border-blue-50\/90:hover {
    border-color: rgba(239, 246, 255, 0.9);
}
.hover\:border-blue-50\/95:hover {
    border-color: rgba(239, 246, 255, 0.95);
}
.hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-500\/0:hover {
    border-color: rgba(59, 130, 246, 0);
}
.hover\:border-blue-500\/10:hover {
    border-color: rgba(59, 130, 246, 0.1);
}
.hover\:border-blue-500\/100:hover {
    border-color: #3b82f6;
}
.hover\:border-blue-500\/15:hover {
    border-color: rgba(59, 130, 246, 0.15);
}
.hover\:border-blue-500\/20:hover {
    border-color: rgba(59, 130, 246, 0.2);
}
.hover\:border-blue-500\/25:hover {
    border-color: rgba(59, 130, 246, 0.25);
}
.hover\:border-blue-500\/30:hover {
    border-color: rgba(59, 130, 246, 0.3);
}
.hover\:border-blue-500\/35:hover {
    border-color: rgba(59, 130, 246, 0.35);
}
.hover\:border-blue-500\/40:hover {
    border-color: rgba(59, 130, 246, 0.4);
}
.hover\:border-blue-500\/45:hover {
    border-color: rgba(59, 130, 246, 0.45);
}
.hover\:border-blue-500\/5:hover {
    border-color: rgba(59, 130, 246, 0.05);
}
.hover\:border-blue-500\/50:hover {
    border-color: rgba(59, 130, 246, 0.5);
}
.hover\:border-blue-500\/55:hover {
    border-color: rgba(59, 130, 246, 0.55);
}
.hover\:border-blue-500\/60:hover {
    border-color: rgba(59, 130, 246, 0.6);
}
.hover\:border-blue-500\/65:hover {
    border-color: rgba(59, 130, 246, 0.65);
}
.hover\:border-blue-500\/70:hover {
    border-color: rgba(59, 130, 246, 0.7);
}
.hover\:border-blue-500\/75:hover {
    border-color: rgba(59, 130, 246, 0.75);
}
.hover\:border-blue-500\/80:hover {
    border-color: rgba(59, 130, 246, 0.8);
}
.hover\:border-blue-500\/85:hover {
    border-color: rgba(59, 130, 246, 0.85);
}
.hover\:border-blue-500\/90:hover {
    border-color: rgba(59, 130, 246, 0.9);
}
.hover\:border-blue-500\/95:hover {
    border-color: rgba(59, 130, 246, 0.95);
}
.hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(59 124 248 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-600\/0:hover {
    border-color: rgba(59, 124, 248, 0);
}
.hover\:border-blue-600\/10:hover {
    border-color: rgba(59, 124, 248, 0.1);
}
.hover\:border-blue-600\/100:hover {
    border-color: #3b7cf8;
}
.hover\:border-blue-600\/15:hover {
    border-color: rgba(59, 124, 248, 0.15);
}
.hover\:border-blue-600\/20:hover {
    border-color: rgba(59, 124, 248, 0.2);
}
.hover\:border-blue-600\/25:hover {
    border-color: rgba(59, 124, 248, 0.25);
}
.hover\:border-blue-600\/30:hover {
    border-color: rgba(59, 124, 248, 0.3);
}
.hover\:border-blue-600\/35:hover {
    border-color: rgba(59, 124, 248, 0.35);
}
.hover\:border-blue-600\/40:hover {
    border-color: rgba(59, 124, 248, 0.4);
}
.hover\:border-blue-600\/45:hover {
    border-color: rgba(59, 124, 248, 0.45);
}
.hover\:border-blue-600\/5:hover {
    border-color: rgba(59, 124, 248, 0.05);
}
.hover\:border-blue-600\/50:hover {
    border-color: rgba(59, 124, 248, 0.5);
}
.hover\:border-blue-600\/55:hover {
    border-color: rgba(59, 124, 248, 0.55);
}
.hover\:border-blue-600\/60:hover {
    border-color: rgba(59, 124, 248, 0.6);
}
.hover\:border-blue-600\/65:hover {
    border-color: rgba(59, 124, 248, 0.65);
}
.hover\:border-blue-600\/70:hover {
    border-color: rgba(59, 124, 248, 0.7);
}
.hover\:border-blue-600\/75:hover {
    border-color: rgba(59, 124, 248, 0.75);
}
.hover\:border-blue-600\/80:hover {
    border-color: rgba(59, 124, 248, 0.8);
}
.hover\:border-blue-600\/85:hover {
    border-color: rgba(59, 124, 248, 0.85);
}
.hover\:border-blue-600\/90:hover {
    border-color: rgba(59, 124, 248, 0.9);
}
.hover\:border-blue-600\/95:hover {
    border-color: rgba(59, 124, 248, 0.95);
}
.hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(55 98 235 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-700\/0:hover {
    border-color: rgba(55, 98, 235, 0);
}
.hover\:border-blue-700\/10:hover {
    border-color: rgba(55, 98, 235, 0.1);
}
.hover\:border-blue-700\/100:hover {
    border-color: #3762eb;
}
.hover\:border-blue-700\/15:hover {
    border-color: rgba(55, 98, 235, 0.15);
}
.hover\:border-blue-700\/20:hover {
    border-color: rgba(55, 98, 235, 0.2);
}
.hover\:border-blue-700\/25:hover {
    border-color: rgba(55, 98, 235, 0.25);
}
.hover\:border-blue-700\/30:hover {
    border-color: rgba(55, 98, 235, 0.3);
}
.hover\:border-blue-700\/35:hover {
    border-color: rgba(55, 98, 235, 0.35);
}
.hover\:border-blue-700\/40:hover {
    border-color: rgba(55, 98, 235, 0.4);
}
.hover\:border-blue-700\/45:hover {
    border-color: rgba(55, 98, 235, 0.45);
}
.hover\:border-blue-700\/5:hover {
    border-color: rgba(55, 98, 235, 0.05);
}
.hover\:border-blue-700\/50:hover {
    border-color: rgba(55, 98, 235, 0.5);
}
.hover\:border-blue-700\/55:hover {
    border-color: rgba(55, 98, 235, 0.55);
}
.hover\:border-blue-700\/60:hover {
    border-color: rgba(55, 98, 235, 0.6);
}
.hover\:border-blue-700\/65:hover {
    border-color: rgba(55, 98, 235, 0.65);
}
.hover\:border-blue-700\/70:hover {
    border-color: rgba(55, 98, 235, 0.7);
}
.hover\:border-blue-700\/75:hover {
    border-color: rgba(55, 98, 235, 0.75);
}
.hover\:border-blue-700\/80:hover {
    border-color: rgba(55, 98, 235, 0.8);
}
.hover\:border-blue-700\/85:hover {
    border-color: rgba(55, 98, 235, 0.85);
}
.hover\:border-blue-700\/90:hover {
    border-color: rgba(55, 98, 235, 0.9);
}
.hover\:border-blue-700\/95:hover {
    border-color: rgba(55, 98, 235, 0.95);
}
.hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-800\/0:hover {
    border-color: rgba(30, 64, 175, 0);
}
.hover\:border-blue-800\/10:hover {
    border-color: rgba(30, 64, 175, 0.1);
}
.hover\:border-blue-800\/100:hover {
    border-color: #1e40af;
}
.hover\:border-blue-800\/15:hover {
    border-color: rgba(30, 64, 175, 0.15);
}
.hover\:border-blue-800\/20:hover {
    border-color: rgba(30, 64, 175, 0.2);
}
.hover\:border-blue-800\/25:hover {
    border-color: rgba(30, 64, 175, 0.25);
}
.hover\:border-blue-800\/30:hover {
    border-color: rgba(30, 64, 175, 0.3);
}
.hover\:border-blue-800\/35:hover {
    border-color: rgba(30, 64, 175, 0.35);
}
.hover\:border-blue-800\/40:hover {
    border-color: rgba(30, 64, 175, 0.4);
}
.hover\:border-blue-800\/45:hover {
    border-color: rgba(30, 64, 175, 0.45);
}
.hover\:border-blue-800\/5:hover {
    border-color: rgba(30, 64, 175, 0.05);
}
.hover\:border-blue-800\/50:hover {
    border-color: rgba(30, 64, 175, 0.5);
}
.hover\:border-blue-800\/55:hover {
    border-color: rgba(30, 64, 175, 0.55);
}
.hover\:border-blue-800\/60:hover {
    border-color: rgba(30, 64, 175, 0.6);
}
.hover\:border-blue-800\/65:hover {
    border-color: rgba(30, 64, 175, 0.65);
}
.hover\:border-blue-800\/70:hover {
    border-color: rgba(30, 64, 175, 0.7);
}
.hover\:border-blue-800\/75:hover {
    border-color: rgba(30, 64, 175, 0.75);
}
.hover\:border-blue-800\/80:hover {
    border-color: rgba(30, 64, 175, 0.8);
}
.hover\:border-blue-800\/85:hover {
    border-color: rgba(30, 64, 175, 0.85);
}
.hover\:border-blue-800\/90:hover {
    border-color: rgba(30, 64, 175, 0.9);
}
.hover\:border-blue-800\/95:hover {
    border-color: rgba(30, 64, 175, 0.95);
}
.hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-900\/0:hover {
    border-color: rgba(30, 58, 138, 0);
}
.hover\:border-blue-900\/10:hover {
    border-color: rgba(30, 58, 138, 0.1);
}
.hover\:border-blue-900\/100:hover {
    border-color: #1e3a8a;
}
.hover\:border-blue-900\/15:hover {
    border-color: rgba(30, 58, 138, 0.15);
}
.hover\:border-blue-900\/20:hover {
    border-color: rgba(30, 58, 138, 0.2);
}
.hover\:border-blue-900\/25:hover {
    border-color: rgba(30, 58, 138, 0.25);
}
.hover\:border-blue-900\/30:hover {
    border-color: rgba(30, 58, 138, 0.3);
}
.hover\:border-blue-900\/35:hover {
    border-color: rgba(30, 58, 138, 0.35);
}
.hover\:border-blue-900\/40:hover {
    border-color: rgba(30, 58, 138, 0.4);
}
.hover\:border-blue-900\/45:hover {
    border-color: rgba(30, 58, 138, 0.45);
}
.hover\:border-blue-900\/5:hover {
    border-color: rgba(30, 58, 138, 0.05);
}
.hover\:border-blue-900\/50:hover {
    border-color: rgba(30, 58, 138, 0.5);
}
.hover\:border-blue-900\/55:hover {
    border-color: rgba(30, 58, 138, 0.55);
}
.hover\:border-blue-900\/60:hover {
    border-color: rgba(30, 58, 138, 0.6);
}
.hover\:border-blue-900\/65:hover {
    border-color: rgba(30, 58, 138, 0.65);
}
.hover\:border-blue-900\/70:hover {
    border-color: rgba(30, 58, 138, 0.7);
}
.hover\:border-blue-900\/75:hover {
    border-color: rgba(30, 58, 138, 0.75);
}
.hover\:border-blue-900\/80:hover {
    border-color: rgba(30, 58, 138, 0.8);
}
.hover\:border-blue-900\/85:hover {
    border-color: rgba(30, 58, 138, 0.85);
}
.hover\:border-blue-900\/90:hover {
    border-color: rgba(30, 58, 138, 0.9);
}
.hover\:border-blue-900\/95:hover {
    border-color: rgba(30, 58, 138, 0.95);
}
.hover\:border-bluegray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-100\/0:hover {
    border-color: rgba(241, 245, 249, 0);
}
.hover\:border-bluegray-100\/10:hover {
    border-color: rgba(241, 245, 249, 0.1);
}
.hover\:border-bluegray-100\/100:hover {
    border-color: #f1f5f9;
}
.hover\:border-bluegray-100\/15:hover {
    border-color: rgba(241, 245, 249, 0.15);
}
.hover\:border-bluegray-100\/20:hover {
    border-color: rgba(241, 245, 249, 0.2);
}
.hover\:border-bluegray-100\/25:hover {
    border-color: rgba(241, 245, 249, 0.25);
}
.hover\:border-bluegray-100\/30:hover {
    border-color: rgba(241, 245, 249, 0.3);
}
.hover\:border-bluegray-100\/35:hover {
    border-color: rgba(241, 245, 249, 0.35);
}
.hover\:border-bluegray-100\/40:hover {
    border-color: rgba(241, 245, 249, 0.4);
}
.hover\:border-bluegray-100\/45:hover {
    border-color: rgba(241, 245, 249, 0.45);
}
.hover\:border-bluegray-100\/5:hover {
    border-color: rgba(241, 245, 249, 0.05);
}
.hover\:border-bluegray-100\/50:hover {
    border-color: rgba(241, 245, 249, 0.5);
}
.hover\:border-bluegray-100\/55:hover {
    border-color: rgba(241, 245, 249, 0.55);
}
.hover\:border-bluegray-100\/60:hover {
    border-color: rgba(241, 245, 249, 0.6);
}
.hover\:border-bluegray-100\/65:hover {
    border-color: rgba(241, 245, 249, 0.65);
}
.hover\:border-bluegray-100\/70:hover {
    border-color: rgba(241, 245, 249, 0.7);
}
.hover\:border-bluegray-100\/75:hover {
    border-color: rgba(241, 245, 249, 0.75);
}
.hover\:border-bluegray-100\/80:hover {
    border-color: rgba(241, 245, 249, 0.8);
}
.hover\:border-bluegray-100\/85:hover {
    border-color: rgba(241, 245, 249, 0.85);
}
.hover\:border-bluegray-100\/90:hover {
    border-color: rgba(241, 245, 249, 0.9);
}
.hover\:border-bluegray-100\/95:hover {
    border-color: rgba(241, 245, 249, 0.95);
}
.hover\:border-bluegray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-200\/0:hover {
    border-color: rgba(226, 232, 240, 0);
}
.hover\:border-bluegray-200\/10:hover {
    border-color: rgba(226, 232, 240, 0.1);
}
.hover\:border-bluegray-200\/100:hover {
    border-color: #e2e8f0;
}
.hover\:border-bluegray-200\/15:hover {
    border-color: rgba(226, 232, 240, 0.15);
}
.hover\:border-bluegray-200\/20:hover {
    border-color: rgba(226, 232, 240, 0.2);
}
.hover\:border-bluegray-200\/25:hover {
    border-color: rgba(226, 232, 240, 0.25);
}
.hover\:border-bluegray-200\/30:hover {
    border-color: rgba(226, 232, 240, 0.3);
}
.hover\:border-bluegray-200\/35:hover {
    border-color: rgba(226, 232, 240, 0.35);
}
.hover\:border-bluegray-200\/40:hover {
    border-color: rgba(226, 232, 240, 0.4);
}
.hover\:border-bluegray-200\/45:hover {
    border-color: rgba(226, 232, 240, 0.45);
}
.hover\:border-bluegray-200\/5:hover {
    border-color: rgba(226, 232, 240, 0.05);
}
.hover\:border-bluegray-200\/50:hover {
    border-color: rgba(226, 232, 240, 0.5);
}
.hover\:border-bluegray-200\/55:hover {
    border-color: rgba(226, 232, 240, 0.55);
}
.hover\:border-bluegray-200\/60:hover {
    border-color: rgba(226, 232, 240, 0.6);
}
.hover\:border-bluegray-200\/65:hover {
    border-color: rgba(226, 232, 240, 0.65);
}
.hover\:border-bluegray-200\/70:hover {
    border-color: rgba(226, 232, 240, 0.7);
}
.hover\:border-bluegray-200\/75:hover {
    border-color: rgba(226, 232, 240, 0.75);
}
.hover\:border-bluegray-200\/80:hover {
    border-color: rgba(226, 232, 240, 0.8);
}
.hover\:border-bluegray-200\/85:hover {
    border-color: rgba(226, 232, 240, 0.85);
}
.hover\:border-bluegray-200\/90:hover {
    border-color: rgba(226, 232, 240, 0.9);
}
.hover\:border-bluegray-200\/95:hover {
    border-color: rgba(226, 232, 240, 0.95);
}
.hover\:border-bluegray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-300\/0:hover {
    border-color: rgba(203, 213, 225, 0);
}
.hover\:border-bluegray-300\/10:hover {
    border-color: rgba(203, 213, 225, 0.1);
}
.hover\:border-bluegray-300\/100:hover {
    border-color: #cbd5e1;
}
.hover\:border-bluegray-300\/15:hover {
    border-color: rgba(203, 213, 225, 0.15);
}
.hover\:border-bluegray-300\/20:hover {
    border-color: rgba(203, 213, 225, 0.2);
}
.hover\:border-bluegray-300\/25:hover {
    border-color: rgba(203, 213, 225, 0.25);
}
.hover\:border-bluegray-300\/30:hover {
    border-color: rgba(203, 213, 225, 0.3);
}
.hover\:border-bluegray-300\/35:hover {
    border-color: rgba(203, 213, 225, 0.35);
}
.hover\:border-bluegray-300\/40:hover {
    border-color: rgba(203, 213, 225, 0.4);
}
.hover\:border-bluegray-300\/45:hover {
    border-color: rgba(203, 213, 225, 0.45);
}
.hover\:border-bluegray-300\/5:hover {
    border-color: rgba(203, 213, 225, 0.05);
}
.hover\:border-bluegray-300\/50:hover {
    border-color: rgba(203, 213, 225, 0.5);
}
.hover\:border-bluegray-300\/55:hover {
    border-color: rgba(203, 213, 225, 0.55);
}
.hover\:border-bluegray-300\/60:hover {
    border-color: rgba(203, 213, 225, 0.6);
}
.hover\:border-bluegray-300\/65:hover {
    border-color: rgba(203, 213, 225, 0.65);
}
.hover\:border-bluegray-300\/70:hover {
    border-color: rgba(203, 213, 225, 0.7);
}
.hover\:border-bluegray-300\/75:hover {
    border-color: rgba(203, 213, 225, 0.75);
}
.hover\:border-bluegray-300\/80:hover {
    border-color: rgba(203, 213, 225, 0.8);
}
.hover\:border-bluegray-300\/85:hover {
    border-color: rgba(203, 213, 225, 0.85);
}
.hover\:border-bluegray-300\/90:hover {
    border-color: rgba(203, 213, 225, 0.9);
}
.hover\:border-bluegray-300\/95:hover {
    border-color: rgba(203, 213, 225, 0.95);
}
.hover\:border-bluegray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-400\/0:hover {
    border-color: rgba(148, 163, 184, 0);
}
.hover\:border-bluegray-400\/10:hover {
    border-color: rgba(148, 163, 184, 0.1);
}
.hover\:border-bluegray-400\/100:hover {
    border-color: #94a3b8;
}
.hover\:border-bluegray-400\/15:hover {
    border-color: rgba(148, 163, 184, 0.15);
}
.hover\:border-bluegray-400\/20:hover {
    border-color: rgba(148, 163, 184, 0.2);
}
.hover\:border-bluegray-400\/25:hover {
    border-color: rgba(148, 163, 184, 0.25);
}
.hover\:border-bluegray-400\/30:hover {
    border-color: rgba(148, 163, 184, 0.3);
}
.hover\:border-bluegray-400\/35:hover {
    border-color: rgba(148, 163, 184, 0.35);
}
.hover\:border-bluegray-400\/40:hover {
    border-color: rgba(148, 163, 184, 0.4);
}
.hover\:border-bluegray-400\/45:hover {
    border-color: rgba(148, 163, 184, 0.45);
}
.hover\:border-bluegray-400\/5:hover {
    border-color: rgba(148, 163, 184, 0.05);
}
.hover\:border-bluegray-400\/50:hover {
    border-color: rgba(148, 163, 184, 0.5);
}
.hover\:border-bluegray-400\/55:hover {
    border-color: rgba(148, 163, 184, 0.55);
}
.hover\:border-bluegray-400\/60:hover {
    border-color: rgba(148, 163, 184, 0.6);
}
.hover\:border-bluegray-400\/65:hover {
    border-color: rgba(148, 163, 184, 0.65);
}
.hover\:border-bluegray-400\/70:hover {
    border-color: rgba(148, 163, 184, 0.7);
}
.hover\:border-bluegray-400\/75:hover {
    border-color: rgba(148, 163, 184, 0.75);
}
.hover\:border-bluegray-400\/80:hover {
    border-color: rgba(148, 163, 184, 0.8);
}
.hover\:border-bluegray-400\/85:hover {
    border-color: rgba(148, 163, 184, 0.85);
}
.hover\:border-bluegray-400\/90:hover {
    border-color: rgba(148, 163, 184, 0.9);
}
.hover\:border-bluegray-400\/95:hover {
    border-color: rgba(148, 163, 184, 0.95);
}
.hover\:border-bluegray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-50\/0:hover {
    border-color: rgba(248, 250, 252, 0);
}
.hover\:border-bluegray-50\/10:hover {
    border-color: rgba(248, 250, 252, 0.1);
}
.hover\:border-bluegray-50\/100:hover {
    border-color: #f8fafc;
}
.hover\:border-bluegray-50\/15:hover {
    border-color: rgba(248, 250, 252, 0.15);
}
.hover\:border-bluegray-50\/20:hover {
    border-color: rgba(248, 250, 252, 0.2);
}
.hover\:border-bluegray-50\/25:hover {
    border-color: rgba(248, 250, 252, 0.25);
}
.hover\:border-bluegray-50\/30:hover {
    border-color: rgba(248, 250, 252, 0.3);
}
.hover\:border-bluegray-50\/35:hover {
    border-color: rgba(248, 250, 252, 0.35);
}
.hover\:border-bluegray-50\/40:hover {
    border-color: rgba(248, 250, 252, 0.4);
}
.hover\:border-bluegray-50\/45:hover {
    border-color: rgba(248, 250, 252, 0.45);
}
.hover\:border-bluegray-50\/5:hover {
    border-color: rgba(248, 250, 252, 0.05);
}
.hover\:border-bluegray-50\/50:hover {
    border-color: rgba(248, 250, 252, 0.5);
}
.hover\:border-bluegray-50\/55:hover {
    border-color: rgba(248, 250, 252, 0.55);
}
.hover\:border-bluegray-50\/60:hover {
    border-color: rgba(248, 250, 252, 0.6);
}
.hover\:border-bluegray-50\/65:hover {
    border-color: rgba(248, 250, 252, 0.65);
}
.hover\:border-bluegray-50\/70:hover {
    border-color: rgba(248, 250, 252, 0.7);
}
.hover\:border-bluegray-50\/75:hover {
    border-color: rgba(248, 250, 252, 0.75);
}
.hover\:border-bluegray-50\/80:hover {
    border-color: rgba(248, 250, 252, 0.8);
}
.hover\:border-bluegray-50\/85:hover {
    border-color: rgba(248, 250, 252, 0.85);
}
.hover\:border-bluegray-50\/90:hover {
    border-color: rgba(248, 250, 252, 0.9);
}
.hover\:border-bluegray-50\/95:hover {
    border-color: rgba(248, 250, 252, 0.95);
}
.hover\:border-bluegray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-500\/0:hover {
    border-color: rgba(100, 116, 139, 0);
}
.hover\:border-bluegray-500\/10:hover {
    border-color: rgba(100, 116, 139, 0.1);
}
.hover\:border-bluegray-500\/100:hover {
    border-color: #64748b;
}
.hover\:border-bluegray-500\/15:hover {
    border-color: rgba(100, 116, 139, 0.15);
}
.hover\:border-bluegray-500\/20:hover {
    border-color: rgba(100, 116, 139, 0.2);
}
.hover\:border-bluegray-500\/25:hover {
    border-color: rgba(100, 116, 139, 0.25);
}
.hover\:border-bluegray-500\/30:hover {
    border-color: rgba(100, 116, 139, 0.3);
}
.hover\:border-bluegray-500\/35:hover {
    border-color: rgba(100, 116, 139, 0.35);
}
.hover\:border-bluegray-500\/40:hover {
    border-color: rgba(100, 116, 139, 0.4);
}
.hover\:border-bluegray-500\/45:hover {
    border-color: rgba(100, 116, 139, 0.45);
}
.hover\:border-bluegray-500\/5:hover {
    border-color: rgba(100, 116, 139, 0.05);
}
.hover\:border-bluegray-500\/50:hover {
    border-color: rgba(100, 116, 139, 0.5);
}
.hover\:border-bluegray-500\/55:hover {
    border-color: rgba(100, 116, 139, 0.55);
}
.hover\:border-bluegray-500\/60:hover {
    border-color: rgba(100, 116, 139, 0.6);
}
.hover\:border-bluegray-500\/65:hover {
    border-color: rgba(100, 116, 139, 0.65);
}
.hover\:border-bluegray-500\/70:hover {
    border-color: rgba(100, 116, 139, 0.7);
}
.hover\:border-bluegray-500\/75:hover {
    border-color: rgba(100, 116, 139, 0.75);
}
.hover\:border-bluegray-500\/80:hover {
    border-color: rgba(100, 116, 139, 0.8);
}
.hover\:border-bluegray-500\/85:hover {
    border-color: rgba(100, 116, 139, 0.85);
}
.hover\:border-bluegray-500\/90:hover {
    border-color: rgba(100, 116, 139, 0.9);
}
.hover\:border-bluegray-500\/95:hover {
    border-color: rgba(100, 116, 139, 0.95);
}
.hover\:border-bluegray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-600\/0:hover {
    border-color: rgba(71, 85, 105, 0);
}
.hover\:border-bluegray-600\/10:hover {
    border-color: rgba(71, 85, 105, 0.1);
}
.hover\:border-bluegray-600\/100:hover {
    border-color: #475569;
}
.hover\:border-bluegray-600\/15:hover {
    border-color: rgba(71, 85, 105, 0.15);
}
.hover\:border-bluegray-600\/20:hover {
    border-color: rgba(71, 85, 105, 0.2);
}
.hover\:border-bluegray-600\/25:hover {
    border-color: rgba(71, 85, 105, 0.25);
}
.hover\:border-bluegray-600\/30:hover {
    border-color: rgba(71, 85, 105, 0.3);
}
.hover\:border-bluegray-600\/35:hover {
    border-color: rgba(71, 85, 105, 0.35);
}
.hover\:border-bluegray-600\/40:hover {
    border-color: rgba(71, 85, 105, 0.4);
}
.hover\:border-bluegray-600\/45:hover {
    border-color: rgba(71, 85, 105, 0.45);
}
.hover\:border-bluegray-600\/5:hover {
    border-color: rgba(71, 85, 105, 0.05);
}
.hover\:border-bluegray-600\/50:hover {
    border-color: rgba(71, 85, 105, 0.5);
}
.hover\:border-bluegray-600\/55:hover {
    border-color: rgba(71, 85, 105, 0.55);
}
.hover\:border-bluegray-600\/60:hover {
    border-color: rgba(71, 85, 105, 0.6);
}
.hover\:border-bluegray-600\/65:hover {
    border-color: rgba(71, 85, 105, 0.65);
}
.hover\:border-bluegray-600\/70:hover {
    border-color: rgba(71, 85, 105, 0.7);
}
.hover\:border-bluegray-600\/75:hover {
    border-color: rgba(71, 85, 105, 0.75);
}
.hover\:border-bluegray-600\/80:hover {
    border-color: rgba(71, 85, 105, 0.8);
}
.hover\:border-bluegray-600\/85:hover {
    border-color: rgba(71, 85, 105, 0.85);
}
.hover\:border-bluegray-600\/90:hover {
    border-color: rgba(71, 85, 105, 0.9);
}
.hover\:border-bluegray-600\/95:hover {
    border-color: rgba(71, 85, 105, 0.95);
}
.hover\:border-bluegray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-700\/0:hover {
    border-color: rgba(51, 65, 85, 0);
}
.hover\:border-bluegray-700\/10:hover {
    border-color: rgba(51, 65, 85, 0.1);
}
.hover\:border-bluegray-700\/100:hover {
    border-color: #334155;
}
.hover\:border-bluegray-700\/15:hover {
    border-color: rgba(51, 65, 85, 0.15);
}
.hover\:border-bluegray-700\/20:hover {
    border-color: rgba(51, 65, 85, 0.2);
}
.hover\:border-bluegray-700\/25:hover {
    border-color: rgba(51, 65, 85, 0.25);
}
.hover\:border-bluegray-700\/30:hover {
    border-color: rgba(51, 65, 85, 0.3);
}
.hover\:border-bluegray-700\/35:hover {
    border-color: rgba(51, 65, 85, 0.35);
}
.hover\:border-bluegray-700\/40:hover {
    border-color: rgba(51, 65, 85, 0.4);
}
.hover\:border-bluegray-700\/45:hover {
    border-color: rgba(51, 65, 85, 0.45);
}
.hover\:border-bluegray-700\/5:hover {
    border-color: rgba(51, 65, 85, 0.05);
}
.hover\:border-bluegray-700\/50:hover {
    border-color: rgba(51, 65, 85, 0.5);
}
.hover\:border-bluegray-700\/55:hover {
    border-color: rgba(51, 65, 85, 0.55);
}
.hover\:border-bluegray-700\/60:hover {
    border-color: rgba(51, 65, 85, 0.6);
}
.hover\:border-bluegray-700\/65:hover {
    border-color: rgba(51, 65, 85, 0.65);
}
.hover\:border-bluegray-700\/70:hover {
    border-color: rgba(51, 65, 85, 0.7);
}
.hover\:border-bluegray-700\/75:hover {
    border-color: rgba(51, 65, 85, 0.75);
}
.hover\:border-bluegray-700\/80:hover {
    border-color: rgba(51, 65, 85, 0.8);
}
.hover\:border-bluegray-700\/85:hover {
    border-color: rgba(51, 65, 85, 0.85);
}
.hover\:border-bluegray-700\/90:hover {
    border-color: rgba(51, 65, 85, 0.9);
}
.hover\:border-bluegray-700\/95:hover {
    border-color: rgba(51, 65, 85, 0.95);
}
.hover\:border-bluegray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-800\/0:hover {
    border-color: rgba(30, 41, 59, 0);
}
.hover\:border-bluegray-800\/10:hover {
    border-color: rgba(30, 41, 59, 0.1);
}
.hover\:border-bluegray-800\/100:hover {
    border-color: #1e293b;
}
.hover\:border-bluegray-800\/15:hover {
    border-color: rgba(30, 41, 59, 0.15);
}
.hover\:border-bluegray-800\/20:hover {
    border-color: rgba(30, 41, 59, 0.2);
}
.hover\:border-bluegray-800\/25:hover {
    border-color: rgba(30, 41, 59, 0.25);
}
.hover\:border-bluegray-800\/30:hover {
    border-color: rgba(30, 41, 59, 0.3);
}
.hover\:border-bluegray-800\/35:hover {
    border-color: rgba(30, 41, 59, 0.35);
}
.hover\:border-bluegray-800\/40:hover {
    border-color: rgba(30, 41, 59, 0.4);
}
.hover\:border-bluegray-800\/45:hover {
    border-color: rgba(30, 41, 59, 0.45);
}
.hover\:border-bluegray-800\/5:hover {
    border-color: rgba(30, 41, 59, 0.05);
}
.hover\:border-bluegray-800\/50:hover {
    border-color: rgba(30, 41, 59, 0.5);
}
.hover\:border-bluegray-800\/55:hover {
    border-color: rgba(30, 41, 59, 0.55);
}
.hover\:border-bluegray-800\/60:hover {
    border-color: rgba(30, 41, 59, 0.6);
}
.hover\:border-bluegray-800\/65:hover {
    border-color: rgba(30, 41, 59, 0.65);
}
.hover\:border-bluegray-800\/70:hover {
    border-color: rgba(30, 41, 59, 0.7);
}
.hover\:border-bluegray-800\/75:hover {
    border-color: rgba(30, 41, 59, 0.75);
}
.hover\:border-bluegray-800\/80:hover {
    border-color: rgba(30, 41, 59, 0.8);
}
.hover\:border-bluegray-800\/85:hover {
    border-color: rgba(30, 41, 59, 0.85);
}
.hover\:border-bluegray-800\/90:hover {
    border-color: rgba(30, 41, 59, 0.9);
}
.hover\:border-bluegray-800\/95:hover {
    border-color: rgba(30, 41, 59, 0.95);
}
.hover\:border-bluegray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.hover\:border-bluegray-900\/0:hover {
    border-color: rgba(15, 23, 42, 0);
}
.hover\:border-bluegray-900\/10:hover {
    border-color: rgba(15, 23, 42, 0.1);
}
.hover\:border-bluegray-900\/100:hover {
    border-color: #0f172a;
}
.hover\:border-bluegray-900\/15:hover {
    border-color: rgba(15, 23, 42, 0.15);
}
.hover\:border-bluegray-900\/20:hover {
    border-color: rgba(15, 23, 42, 0.2);
}
.hover\:border-bluegray-900\/25:hover {
    border-color: rgba(15, 23, 42, 0.25);
}
.hover\:border-bluegray-900\/30:hover {
    border-color: rgba(15, 23, 42, 0.3);
}
.hover\:border-bluegray-900\/35:hover {
    border-color: rgba(15, 23, 42, 0.35);
}
.hover\:border-bluegray-900\/40:hover {
    border-color: rgba(15, 23, 42, 0.4);
}
.hover\:border-bluegray-900\/45:hover {
    border-color: rgba(15, 23, 42, 0.45);
}
.hover\:border-bluegray-900\/5:hover {
    border-color: rgba(15, 23, 42, 0.05);
}
.hover\:border-bluegray-900\/50:hover {
    border-color: rgba(15, 23, 42, 0.5);
}
.hover\:border-bluegray-900\/55:hover {
    border-color: rgba(15, 23, 42, 0.55);
}
.hover\:border-bluegray-900\/60:hover {
    border-color: rgba(15, 23, 42, 0.6);
}
.hover\:border-bluegray-900\/65:hover {
    border-color: rgba(15, 23, 42, 0.65);
}
.hover\:border-bluegray-900\/70:hover {
    border-color: rgba(15, 23, 42, 0.7);
}
.hover\:border-bluegray-900\/75:hover {
    border-color: rgba(15, 23, 42, 0.75);
}
.hover\:border-bluegray-900\/80:hover {
    border-color: rgba(15, 23, 42, 0.8);
}
.hover\:border-bluegray-900\/85:hover {
    border-color: rgba(15, 23, 42, 0.85);
}
.hover\:border-bluegray-900\/90:hover {
    border-color: rgba(15, 23, 42, 0.9);
}
.hover\:border-bluegray-900\/95:hover {
    border-color: rgba(15, 23, 42, 0.95);
}
.hover\:border-coolgray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-100\/0:hover {
    border-color: rgba(243, 244, 246, 0);
}
.hover\:border-coolgray-100\/10:hover {
    border-color: rgba(243, 244, 246, 0.1);
}
.hover\:border-coolgray-100\/100:hover {
    border-color: #f3f4f6;
}
.hover\:border-coolgray-100\/15:hover {
    border-color: rgba(243, 244, 246, 0.15);
}
.hover\:border-coolgray-100\/20:hover {
    border-color: rgba(243, 244, 246, 0.2);
}
.hover\:border-coolgray-100\/25:hover {
    border-color: rgba(243, 244, 246, 0.25);
}
.hover\:border-coolgray-100\/30:hover {
    border-color: rgba(243, 244, 246, 0.3);
}
.hover\:border-coolgray-100\/35:hover {
    border-color: rgba(243, 244, 246, 0.35);
}
.hover\:border-coolgray-100\/40:hover {
    border-color: rgba(243, 244, 246, 0.4);
}
.hover\:border-coolgray-100\/45:hover {
    border-color: rgba(243, 244, 246, 0.45);
}
.hover\:border-coolgray-100\/5:hover {
    border-color: rgba(243, 244, 246, 0.05);
}
.hover\:border-coolgray-100\/50:hover {
    border-color: rgba(243, 244, 246, 0.5);
}
.hover\:border-coolgray-100\/55:hover {
    border-color: rgba(243, 244, 246, 0.55);
}
.hover\:border-coolgray-100\/60:hover {
    border-color: rgba(243, 244, 246, 0.6);
}
.hover\:border-coolgray-100\/65:hover {
    border-color: rgba(243, 244, 246, 0.65);
}
.hover\:border-coolgray-100\/70:hover {
    border-color: rgba(243, 244, 246, 0.7);
}
.hover\:border-coolgray-100\/75:hover {
    border-color: rgba(243, 244, 246, 0.75);
}
.hover\:border-coolgray-100\/80:hover {
    border-color: rgba(243, 244, 246, 0.8);
}
.hover\:border-coolgray-100\/85:hover {
    border-color: rgba(243, 244, 246, 0.85);
}
.hover\:border-coolgray-100\/90:hover {
    border-color: rgba(243, 244, 246, 0.9);
}
.hover\:border-coolgray-100\/95:hover {
    border-color: rgba(243, 244, 246, 0.95);
}
.hover\:border-coolgray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-200\/0:hover {
    border-color: rgba(229, 231, 235, 0);
}
.hover\:border-coolgray-200\/10:hover {
    border-color: rgba(229, 231, 235, 0.1);
}
.hover\:border-coolgray-200\/100:hover {
    border-color: #e5e7eb;
}
.hover\:border-coolgray-200\/15:hover {
    border-color: rgba(229, 231, 235, 0.15);
}
.hover\:border-coolgray-200\/20:hover {
    border-color: rgba(229, 231, 235, 0.2);
}
.hover\:border-coolgray-200\/25:hover {
    border-color: rgba(229, 231, 235, 0.25);
}
.hover\:border-coolgray-200\/30:hover {
    border-color: rgba(229, 231, 235, 0.3);
}
.hover\:border-coolgray-200\/35:hover {
    border-color: rgba(229, 231, 235, 0.35);
}
.hover\:border-coolgray-200\/40:hover {
    border-color: rgba(229, 231, 235, 0.4);
}
.hover\:border-coolgray-200\/45:hover {
    border-color: rgba(229, 231, 235, 0.45);
}
.hover\:border-coolgray-200\/5:hover {
    border-color: rgba(229, 231, 235, 0.05);
}
.hover\:border-coolgray-200\/50:hover {
    border-color: rgba(229, 231, 235, 0.5);
}
.hover\:border-coolgray-200\/55:hover {
    border-color: rgba(229, 231, 235, 0.55);
}
.hover\:border-coolgray-200\/60:hover {
    border-color: rgba(229, 231, 235, 0.6);
}
.hover\:border-coolgray-200\/65:hover {
    border-color: rgba(229, 231, 235, 0.65);
}
.hover\:border-coolgray-200\/70:hover {
    border-color: rgba(229, 231, 235, 0.7);
}
.hover\:border-coolgray-200\/75:hover {
    border-color: rgba(229, 231, 235, 0.75);
}
.hover\:border-coolgray-200\/80:hover {
    border-color: rgba(229, 231, 235, 0.8);
}
.hover\:border-coolgray-200\/85:hover {
    border-color: rgba(229, 231, 235, 0.85);
}
.hover\:border-coolgray-200\/90:hover {
    border-color: rgba(229, 231, 235, 0.9);
}
.hover\:border-coolgray-200\/95:hover {
    border-color: rgba(229, 231, 235, 0.95);
}
.hover\:border-coolgray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-300\/0:hover {
    border-color: rgba(209, 213, 219, 0);
}
.hover\:border-coolgray-300\/10:hover {
    border-color: rgba(209, 213, 219, 0.1);
}
.hover\:border-coolgray-300\/100:hover {
    border-color: #d1d5db;
}
.hover\:border-coolgray-300\/15:hover {
    border-color: rgba(209, 213, 219, 0.15);
}
.hover\:border-coolgray-300\/20:hover {
    border-color: rgba(209, 213, 219, 0.2);
}
.hover\:border-coolgray-300\/25:hover {
    border-color: rgba(209, 213, 219, 0.25);
}
.hover\:border-coolgray-300\/30:hover {
    border-color: rgba(209, 213, 219, 0.3);
}
.hover\:border-coolgray-300\/35:hover {
    border-color: rgba(209, 213, 219, 0.35);
}
.hover\:border-coolgray-300\/40:hover {
    border-color: rgba(209, 213, 219, 0.4);
}
.hover\:border-coolgray-300\/45:hover {
    border-color: rgba(209, 213, 219, 0.45);
}
.hover\:border-coolgray-300\/5:hover {
    border-color: rgba(209, 213, 219, 0.05);
}
.hover\:border-coolgray-300\/50:hover {
    border-color: rgba(209, 213, 219, 0.5);
}
.hover\:border-coolgray-300\/55:hover {
    border-color: rgba(209, 213, 219, 0.55);
}
.hover\:border-coolgray-300\/60:hover {
    border-color: rgba(209, 213, 219, 0.6);
}
.hover\:border-coolgray-300\/65:hover {
    border-color: rgba(209, 213, 219, 0.65);
}
.hover\:border-coolgray-300\/70:hover {
    border-color: rgba(209, 213, 219, 0.7);
}
.hover\:border-coolgray-300\/75:hover {
    border-color: rgba(209, 213, 219, 0.75);
}
.hover\:border-coolgray-300\/80:hover {
    border-color: rgba(209, 213, 219, 0.8);
}
.hover\:border-coolgray-300\/85:hover {
    border-color: rgba(209, 213, 219, 0.85);
}
.hover\:border-coolgray-300\/90:hover {
    border-color: rgba(209, 213, 219, 0.9);
}
.hover\:border-coolgray-300\/95:hover {
    border-color: rgba(209, 213, 219, 0.95);
}
.hover\:border-coolgray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-400\/0:hover {
    border-color: rgba(156, 163, 175, 0);
}
.hover\:border-coolgray-400\/10:hover {
    border-color: rgba(156, 163, 175, 0.1);
}
.hover\:border-coolgray-400\/100:hover {
    border-color: #9ca3af;
}
.hover\:border-coolgray-400\/15:hover {
    border-color: rgba(156, 163, 175, 0.15);
}
.hover\:border-coolgray-400\/20:hover {
    border-color: rgba(156, 163, 175, 0.2);
}
.hover\:border-coolgray-400\/25:hover {
    border-color: rgba(156, 163, 175, 0.25);
}
.hover\:border-coolgray-400\/30:hover {
    border-color: rgba(156, 163, 175, 0.3);
}
.hover\:border-coolgray-400\/35:hover {
    border-color: rgba(156, 163, 175, 0.35);
}
.hover\:border-coolgray-400\/40:hover {
    border-color: rgba(156, 163, 175, 0.4);
}
.hover\:border-coolgray-400\/45:hover {
    border-color: rgba(156, 163, 175, 0.45);
}
.hover\:border-coolgray-400\/5:hover {
    border-color: rgba(156, 163, 175, 0.05);
}
.hover\:border-coolgray-400\/50:hover {
    border-color: rgba(156, 163, 175, 0.5);
}
.hover\:border-coolgray-400\/55:hover {
    border-color: rgba(156, 163, 175, 0.55);
}
.hover\:border-coolgray-400\/60:hover {
    border-color: rgba(156, 163, 175, 0.6);
}
.hover\:border-coolgray-400\/65:hover {
    border-color: rgba(156, 163, 175, 0.65);
}
.hover\:border-coolgray-400\/70:hover {
    border-color: rgba(156, 163, 175, 0.7);
}
.hover\:border-coolgray-400\/75:hover {
    border-color: rgba(156, 163, 175, 0.75);
}
.hover\:border-coolgray-400\/80:hover {
    border-color: rgba(156, 163, 175, 0.8);
}
.hover\:border-coolgray-400\/85:hover {
    border-color: rgba(156, 163, 175, 0.85);
}
.hover\:border-coolgray-400\/90:hover {
    border-color: rgba(156, 163, 175, 0.9);
}
.hover\:border-coolgray-400\/95:hover {
    border-color: rgba(156, 163, 175, 0.95);
}
.hover\:border-coolgray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-50\/0:hover {
    border-color: rgba(249, 250, 251, 0);
}
.hover\:border-coolgray-50\/10:hover {
    border-color: rgba(249, 250, 251, 0.1);
}
.hover\:border-coolgray-50\/100:hover {
    border-color: #f9fafb;
}
.hover\:border-coolgray-50\/15:hover {
    border-color: rgba(249, 250, 251, 0.15);
}
.hover\:border-coolgray-50\/20:hover {
    border-color: rgba(249, 250, 251, 0.2);
}
.hover\:border-coolgray-50\/25:hover {
    border-color: rgba(249, 250, 251, 0.25);
}
.hover\:border-coolgray-50\/30:hover {
    border-color: rgba(249, 250, 251, 0.3);
}
.hover\:border-coolgray-50\/35:hover {
    border-color: rgba(249, 250, 251, 0.35);
}
.hover\:border-coolgray-50\/40:hover {
    border-color: rgba(249, 250, 251, 0.4);
}
.hover\:border-coolgray-50\/45:hover {
    border-color: rgba(249, 250, 251, 0.45);
}
.hover\:border-coolgray-50\/5:hover {
    border-color: rgba(249, 250, 251, 0.05);
}
.hover\:border-coolgray-50\/50:hover {
    border-color: rgba(249, 250, 251, 0.5);
}
.hover\:border-coolgray-50\/55:hover {
    border-color: rgba(249, 250, 251, 0.55);
}
.hover\:border-coolgray-50\/60:hover {
    border-color: rgba(249, 250, 251, 0.6);
}
.hover\:border-coolgray-50\/65:hover {
    border-color: rgba(249, 250, 251, 0.65);
}
.hover\:border-coolgray-50\/70:hover {
    border-color: rgba(249, 250, 251, 0.7);
}
.hover\:border-coolgray-50\/75:hover {
    border-color: rgba(249, 250, 251, 0.75);
}
.hover\:border-coolgray-50\/80:hover {
    border-color: rgba(249, 250, 251, 0.8);
}
.hover\:border-coolgray-50\/85:hover {
    border-color: rgba(249, 250, 251, 0.85);
}
.hover\:border-coolgray-50\/90:hover {
    border-color: rgba(249, 250, 251, 0.9);
}
.hover\:border-coolgray-50\/95:hover {
    border-color: rgba(249, 250, 251, 0.95);
}
.hover\:border-coolgray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-500\/0:hover {
    border-color: hsla(220, 9%, 46%, 0);
}
.hover\:border-coolgray-500\/10:hover {
    border-color: hsla(220, 9%, 46%, 0.1);
}
.hover\:border-coolgray-500\/100:hover {
    border-color: #6b7280;
}
.hover\:border-coolgray-500\/15:hover {
    border-color: hsla(220, 9%, 46%, 0.15);
}
.hover\:border-coolgray-500\/20:hover {
    border-color: hsla(220, 9%, 46%, 0.2);
}
.hover\:border-coolgray-500\/25:hover {
    border-color: hsla(220, 9%, 46%, 0.25);
}
.hover\:border-coolgray-500\/30:hover {
    border-color: hsla(220, 9%, 46%, 0.3);
}
.hover\:border-coolgray-500\/35:hover {
    border-color: hsla(220, 9%, 46%, 0.35);
}
.hover\:border-coolgray-500\/40:hover {
    border-color: hsla(220, 9%, 46%, 0.4);
}
.hover\:border-coolgray-500\/45:hover {
    border-color: hsla(220, 9%, 46%, 0.45);
}
.hover\:border-coolgray-500\/5:hover {
    border-color: hsla(220, 9%, 46%, 0.05);
}
.hover\:border-coolgray-500\/50:hover {
    border-color: hsla(220, 9%, 46%, 0.5);
}
.hover\:border-coolgray-500\/55:hover {
    border-color: hsla(220, 9%, 46%, 0.55);
}
.hover\:border-coolgray-500\/60:hover {
    border-color: hsla(220, 9%, 46%, 0.6);
}
.hover\:border-coolgray-500\/65:hover {
    border-color: hsla(220, 9%, 46%, 0.65);
}
.hover\:border-coolgray-500\/70:hover {
    border-color: hsla(220, 9%, 46%, 0.7);
}
.hover\:border-coolgray-500\/75:hover {
    border-color: hsla(220, 9%, 46%, 0.75);
}
.hover\:border-coolgray-500\/80:hover {
    border-color: hsla(220, 9%, 46%, 0.8);
}
.hover\:border-coolgray-500\/85:hover {
    border-color: hsla(220, 9%, 46%, 0.85);
}
.hover\:border-coolgray-500\/90:hover {
    border-color: hsla(220, 9%, 46%, 0.9);
}
.hover\:border-coolgray-500\/95:hover {
    border-color: hsla(220, 9%, 46%, 0.95);
}
.hover\:border-coolgray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-600\/0:hover {
    border-color: rgba(75, 85, 99, 0);
}
.hover\:border-coolgray-600\/10:hover {
    border-color: rgba(75, 85, 99, 0.1);
}
.hover\:border-coolgray-600\/100:hover {
    border-color: #4b5563;
}
.hover\:border-coolgray-600\/15:hover {
    border-color: rgba(75, 85, 99, 0.15);
}
.hover\:border-coolgray-600\/20:hover {
    border-color: rgba(75, 85, 99, 0.2);
}
.hover\:border-coolgray-600\/25:hover {
    border-color: rgba(75, 85, 99, 0.25);
}
.hover\:border-coolgray-600\/30:hover {
    border-color: rgba(75, 85, 99, 0.3);
}
.hover\:border-coolgray-600\/35:hover {
    border-color: rgba(75, 85, 99, 0.35);
}
.hover\:border-coolgray-600\/40:hover {
    border-color: rgba(75, 85, 99, 0.4);
}
.hover\:border-coolgray-600\/45:hover {
    border-color: rgba(75, 85, 99, 0.45);
}
.hover\:border-coolgray-600\/5:hover {
    border-color: rgba(75, 85, 99, 0.05);
}
.hover\:border-coolgray-600\/50:hover {
    border-color: rgba(75, 85, 99, 0.5);
}
.hover\:border-coolgray-600\/55:hover {
    border-color: rgba(75, 85, 99, 0.55);
}
.hover\:border-coolgray-600\/60:hover {
    border-color: rgba(75, 85, 99, 0.6);
}
.hover\:border-coolgray-600\/65:hover {
    border-color: rgba(75, 85, 99, 0.65);
}
.hover\:border-coolgray-600\/70:hover {
    border-color: rgba(75, 85, 99, 0.7);
}
.hover\:border-coolgray-600\/75:hover {
    border-color: rgba(75, 85, 99, 0.75);
}
.hover\:border-coolgray-600\/80:hover {
    border-color: rgba(75, 85, 99, 0.8);
}
.hover\:border-coolgray-600\/85:hover {
    border-color: rgba(75, 85, 99, 0.85);
}
.hover\:border-coolgray-600\/90:hover {
    border-color: rgba(75, 85, 99, 0.9);
}
.hover\:border-coolgray-600\/95:hover {
    border-color: rgba(75, 85, 99, 0.95);
}
.hover\:border-coolgray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-700\/0:hover {
    border-color: rgba(55, 65, 81, 0);
}
.hover\:border-coolgray-700\/10:hover {
    border-color: rgba(55, 65, 81, 0.1);
}
.hover\:border-coolgray-700\/100:hover {
    border-color: #374151;
}
.hover\:border-coolgray-700\/15:hover {
    border-color: rgba(55, 65, 81, 0.15);
}
.hover\:border-coolgray-700\/20:hover {
    border-color: rgba(55, 65, 81, 0.2);
}
.hover\:border-coolgray-700\/25:hover {
    border-color: rgba(55, 65, 81, 0.25);
}
.hover\:border-coolgray-700\/30:hover {
    border-color: rgba(55, 65, 81, 0.3);
}
.hover\:border-coolgray-700\/35:hover {
    border-color: rgba(55, 65, 81, 0.35);
}
.hover\:border-coolgray-700\/40:hover {
    border-color: rgba(55, 65, 81, 0.4);
}
.hover\:border-coolgray-700\/45:hover {
    border-color: rgba(55, 65, 81, 0.45);
}
.hover\:border-coolgray-700\/5:hover {
    border-color: rgba(55, 65, 81, 0.05);
}
.hover\:border-coolgray-700\/50:hover {
    border-color: rgba(55, 65, 81, 0.5);
}
.hover\:border-coolgray-700\/55:hover {
    border-color: rgba(55, 65, 81, 0.55);
}
.hover\:border-coolgray-700\/60:hover {
    border-color: rgba(55, 65, 81, 0.6);
}
.hover\:border-coolgray-700\/65:hover {
    border-color: rgba(55, 65, 81, 0.65);
}
.hover\:border-coolgray-700\/70:hover {
    border-color: rgba(55, 65, 81, 0.7);
}
.hover\:border-coolgray-700\/75:hover {
    border-color: rgba(55, 65, 81, 0.75);
}
.hover\:border-coolgray-700\/80:hover {
    border-color: rgba(55, 65, 81, 0.8);
}
.hover\:border-coolgray-700\/85:hover {
    border-color: rgba(55, 65, 81, 0.85);
}
.hover\:border-coolgray-700\/90:hover {
    border-color: rgba(55, 65, 81, 0.9);
}
.hover\:border-coolgray-700\/95:hover {
    border-color: rgba(55, 65, 81, 0.95);
}
.hover\:border-coolgray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-800\/0:hover {
    border-color: rgba(31, 41, 55, 0);
}
.hover\:border-coolgray-800\/10:hover {
    border-color: rgba(31, 41, 55, 0.1);
}
.hover\:border-coolgray-800\/100:hover {
    border-color: #1f2937;
}
.hover\:border-coolgray-800\/15:hover {
    border-color: rgba(31, 41, 55, 0.15);
}
.hover\:border-coolgray-800\/20:hover {
    border-color: rgba(31, 41, 55, 0.2);
}
.hover\:border-coolgray-800\/25:hover {
    border-color: rgba(31, 41, 55, 0.25);
}
.hover\:border-coolgray-800\/30:hover {
    border-color: rgba(31, 41, 55, 0.3);
}
.hover\:border-coolgray-800\/35:hover {
    border-color: rgba(31, 41, 55, 0.35);
}
.hover\:border-coolgray-800\/40:hover {
    border-color: rgba(31, 41, 55, 0.4);
}
.hover\:border-coolgray-800\/45:hover {
    border-color: rgba(31, 41, 55, 0.45);
}
.hover\:border-coolgray-800\/5:hover {
    border-color: rgba(31, 41, 55, 0.05);
}
.hover\:border-coolgray-800\/50:hover {
    border-color: rgba(31, 41, 55, 0.5);
}
.hover\:border-coolgray-800\/55:hover {
    border-color: rgba(31, 41, 55, 0.55);
}
.hover\:border-coolgray-800\/60:hover {
    border-color: rgba(31, 41, 55, 0.6);
}
.hover\:border-coolgray-800\/65:hover {
    border-color: rgba(31, 41, 55, 0.65);
}
.hover\:border-coolgray-800\/70:hover {
    border-color: rgba(31, 41, 55, 0.7);
}
.hover\:border-coolgray-800\/75:hover {
    border-color: rgba(31, 41, 55, 0.75);
}
.hover\:border-coolgray-800\/80:hover {
    border-color: rgba(31, 41, 55, 0.8);
}
.hover\:border-coolgray-800\/85:hover {
    border-color: rgba(31, 41, 55, 0.85);
}
.hover\:border-coolgray-800\/90:hover {
    border-color: rgba(31, 41, 55, 0.9);
}
.hover\:border-coolgray-800\/95:hover {
    border-color: rgba(31, 41, 55, 0.95);
}
.hover\:border-coolgray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-coolgray-900\/0:hover {
    border-color: rgba(17, 24, 39, 0);
}
.hover\:border-coolgray-900\/10:hover {
    border-color: rgba(17, 24, 39, 0.1);
}
.hover\:border-coolgray-900\/100:hover {
    border-color: #111827;
}
.hover\:border-coolgray-900\/15:hover {
    border-color: rgba(17, 24, 39, 0.15);
}
.hover\:border-coolgray-900\/20:hover {
    border-color: rgba(17, 24, 39, 0.2);
}
.hover\:border-coolgray-900\/25:hover {
    border-color: rgba(17, 24, 39, 0.25);
}
.hover\:border-coolgray-900\/30:hover {
    border-color: rgba(17, 24, 39, 0.3);
}
.hover\:border-coolgray-900\/35:hover {
    border-color: rgba(17, 24, 39, 0.35);
}
.hover\:border-coolgray-900\/40:hover {
    border-color: rgba(17, 24, 39, 0.4);
}
.hover\:border-coolgray-900\/45:hover {
    border-color: rgba(17, 24, 39, 0.45);
}
.hover\:border-coolgray-900\/5:hover {
    border-color: rgba(17, 24, 39, 0.05);
}
.hover\:border-coolgray-900\/50:hover {
    border-color: rgba(17, 24, 39, 0.5);
}
.hover\:border-coolgray-900\/55:hover {
    border-color: rgba(17, 24, 39, 0.55);
}
.hover\:border-coolgray-900\/60:hover {
    border-color: rgba(17, 24, 39, 0.6);
}
.hover\:border-coolgray-900\/65:hover {
    border-color: rgba(17, 24, 39, 0.65);
}
.hover\:border-coolgray-900\/70:hover {
    border-color: rgba(17, 24, 39, 0.7);
}
.hover\:border-coolgray-900\/75:hover {
    border-color: rgba(17, 24, 39, 0.75);
}
.hover\:border-coolgray-900\/80:hover {
    border-color: rgba(17, 24, 39, 0.8);
}
.hover\:border-coolgray-900\/85:hover {
    border-color: rgba(17, 24, 39, 0.85);
}
.hover\:border-coolgray-900\/90:hover {
    border-color: rgba(17, 24, 39, 0.9);
}
.hover\:border-coolgray-900\/95:hover {
    border-color: rgba(17, 24, 39, 0.95);
}
.hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-100\/0:hover {
    border-color: rgba(207, 250, 254, 0);
}
.hover\:border-cyan-100\/10:hover {
    border-color: rgba(207, 250, 254, 0.1);
}
.hover\:border-cyan-100\/100:hover {
    border-color: #cffafe;
}
.hover\:border-cyan-100\/15:hover {
    border-color: rgba(207, 250, 254, 0.15);
}
.hover\:border-cyan-100\/20:hover {
    border-color: rgba(207, 250, 254, 0.2);
}
.hover\:border-cyan-100\/25:hover {
    border-color: rgba(207, 250, 254, 0.25);
}
.hover\:border-cyan-100\/30:hover {
    border-color: rgba(207, 250, 254, 0.3);
}
.hover\:border-cyan-100\/35:hover {
    border-color: rgba(207, 250, 254, 0.35);
}
.hover\:border-cyan-100\/40:hover {
    border-color: rgba(207, 250, 254, 0.4);
}
.hover\:border-cyan-100\/45:hover {
    border-color: rgba(207, 250, 254, 0.45);
}
.hover\:border-cyan-100\/5:hover {
    border-color: rgba(207, 250, 254, 0.05);
}
.hover\:border-cyan-100\/50:hover {
    border-color: rgba(207, 250, 254, 0.5);
}
.hover\:border-cyan-100\/55:hover {
    border-color: rgba(207, 250, 254, 0.55);
}
.hover\:border-cyan-100\/60:hover {
    border-color: rgba(207, 250, 254, 0.6);
}
.hover\:border-cyan-100\/65:hover {
    border-color: rgba(207, 250, 254, 0.65);
}
.hover\:border-cyan-100\/70:hover {
    border-color: rgba(207, 250, 254, 0.7);
}
.hover\:border-cyan-100\/75:hover {
    border-color: rgba(207, 250, 254, 0.75);
}
.hover\:border-cyan-100\/80:hover {
    border-color: rgba(207, 250, 254, 0.8);
}
.hover\:border-cyan-100\/85:hover {
    border-color: rgba(207, 250, 254, 0.85);
}
.hover\:border-cyan-100\/90:hover {
    border-color: rgba(207, 250, 254, 0.9);
}
.hover\:border-cyan-100\/95:hover {
    border-color: rgba(207, 250, 254, 0.95);
}
.hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-200\/0:hover {
    border-color: rgba(165, 243, 252, 0);
}
.hover\:border-cyan-200\/10:hover {
    border-color: rgba(165, 243, 252, 0.1);
}
.hover\:border-cyan-200\/100:hover {
    border-color: #a5f3fc;
}
.hover\:border-cyan-200\/15:hover {
    border-color: rgba(165, 243, 252, 0.15);
}
.hover\:border-cyan-200\/20:hover {
    border-color: rgba(165, 243, 252, 0.2);
}
.hover\:border-cyan-200\/25:hover {
    border-color: rgba(165, 243, 252, 0.25);
}
.hover\:border-cyan-200\/30:hover {
    border-color: rgba(165, 243, 252, 0.3);
}
.hover\:border-cyan-200\/35:hover {
    border-color: rgba(165, 243, 252, 0.35);
}
.hover\:border-cyan-200\/40:hover {
    border-color: rgba(165, 243, 252, 0.4);
}
.hover\:border-cyan-200\/45:hover {
    border-color: rgba(165, 243, 252, 0.45);
}
.hover\:border-cyan-200\/5:hover {
    border-color: rgba(165, 243, 252, 0.05);
}
.hover\:border-cyan-200\/50:hover {
    border-color: rgba(165, 243, 252, 0.5);
}
.hover\:border-cyan-200\/55:hover {
    border-color: rgba(165, 243, 252, 0.55);
}
.hover\:border-cyan-200\/60:hover {
    border-color: rgba(165, 243, 252, 0.6);
}
.hover\:border-cyan-200\/65:hover {
    border-color: rgba(165, 243, 252, 0.65);
}
.hover\:border-cyan-200\/70:hover {
    border-color: rgba(165, 243, 252, 0.7);
}
.hover\:border-cyan-200\/75:hover {
    border-color: rgba(165, 243, 252, 0.75);
}
.hover\:border-cyan-200\/80:hover {
    border-color: rgba(165, 243, 252, 0.8);
}
.hover\:border-cyan-200\/85:hover {
    border-color: rgba(165, 243, 252, 0.85);
}
.hover\:border-cyan-200\/90:hover {
    border-color: rgba(165, 243, 252, 0.9);
}
.hover\:border-cyan-200\/95:hover {
    border-color: rgba(165, 243, 252, 0.95);
}
.hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-300\/0:hover {
    border-color: rgba(103, 232, 249, 0);
}
.hover\:border-cyan-300\/10:hover {
    border-color: rgba(103, 232, 249, 0.1);
}
.hover\:border-cyan-300\/100:hover {
    border-color: #67e8f9;
}
.hover\:border-cyan-300\/15:hover {
    border-color: rgba(103, 232, 249, 0.15);
}
.hover\:border-cyan-300\/20:hover {
    border-color: rgba(103, 232, 249, 0.2);
}
.hover\:border-cyan-300\/25:hover {
    border-color: rgba(103, 232, 249, 0.25);
}
.hover\:border-cyan-300\/30:hover {
    border-color: rgba(103, 232, 249, 0.3);
}
.hover\:border-cyan-300\/35:hover {
    border-color: rgba(103, 232, 249, 0.35);
}
.hover\:border-cyan-300\/40:hover {
    border-color: rgba(103, 232, 249, 0.4);
}
.hover\:border-cyan-300\/45:hover {
    border-color: rgba(103, 232, 249, 0.45);
}
.hover\:border-cyan-300\/5:hover {
    border-color: rgba(103, 232, 249, 0.05);
}
.hover\:border-cyan-300\/50:hover {
    border-color: rgba(103, 232, 249, 0.5);
}
.hover\:border-cyan-300\/55:hover {
    border-color: rgba(103, 232, 249, 0.55);
}
.hover\:border-cyan-300\/60:hover {
    border-color: rgba(103, 232, 249, 0.6);
}
.hover\:border-cyan-300\/65:hover {
    border-color: rgba(103, 232, 249, 0.65);
}
.hover\:border-cyan-300\/70:hover {
    border-color: rgba(103, 232, 249, 0.7);
}
.hover\:border-cyan-300\/75:hover {
    border-color: rgba(103, 232, 249, 0.75);
}
.hover\:border-cyan-300\/80:hover {
    border-color: rgba(103, 232, 249, 0.8);
}
.hover\:border-cyan-300\/85:hover {
    border-color: rgba(103, 232, 249, 0.85);
}
.hover\:border-cyan-300\/90:hover {
    border-color: rgba(103, 232, 249, 0.9);
}
.hover\:border-cyan-300\/95:hover {
    border-color: rgba(103, 232, 249, 0.95);
}
.hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-400\/0:hover {
    border-color: rgba(34, 211, 238, 0);
}
.hover\:border-cyan-400\/10:hover {
    border-color: rgba(34, 211, 238, 0.1);
}
.hover\:border-cyan-400\/100:hover {
    border-color: #22d3ee;
}
.hover\:border-cyan-400\/15:hover {
    border-color: rgba(34, 211, 238, 0.15);
}
.hover\:border-cyan-400\/20:hover {
    border-color: rgba(34, 211, 238, 0.2);
}
.hover\:border-cyan-400\/25:hover {
    border-color: rgba(34, 211, 238, 0.25);
}
.hover\:border-cyan-400\/30:hover {
    border-color: rgba(34, 211, 238, 0.3);
}
.hover\:border-cyan-400\/35:hover {
    border-color: rgba(34, 211, 238, 0.35);
}
.hover\:border-cyan-400\/40:hover {
    border-color: rgba(34, 211, 238, 0.4);
}
.hover\:border-cyan-400\/45:hover {
    border-color: rgba(34, 211, 238, 0.45);
}
.hover\:border-cyan-400\/5:hover {
    border-color: rgba(34, 211, 238, 0.05);
}
.hover\:border-cyan-400\/50:hover {
    border-color: rgba(34, 211, 238, 0.5);
}
.hover\:border-cyan-400\/55:hover {
    border-color: rgba(34, 211, 238, 0.55);
}
.hover\:border-cyan-400\/60:hover {
    border-color: rgba(34, 211, 238, 0.6);
}
.hover\:border-cyan-400\/65:hover {
    border-color: rgba(34, 211, 238, 0.65);
}
.hover\:border-cyan-400\/70:hover {
    border-color: rgba(34, 211, 238, 0.7);
}
.hover\:border-cyan-400\/75:hover {
    border-color: rgba(34, 211, 238, 0.75);
}
.hover\:border-cyan-400\/80:hover {
    border-color: rgba(34, 211, 238, 0.8);
}
.hover\:border-cyan-400\/85:hover {
    border-color: rgba(34, 211, 238, 0.85);
}
.hover\:border-cyan-400\/90:hover {
    border-color: rgba(34, 211, 238, 0.9);
}
.hover\:border-cyan-400\/95:hover {
    border-color: rgba(34, 211, 238, 0.95);
}
.hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-50\/0:hover {
    border-color: rgba(236, 254, 255, 0);
}
.hover\:border-cyan-50\/10:hover {
    border-color: rgba(236, 254, 255, 0.1);
}
.hover\:border-cyan-50\/100:hover {
    border-color: #ecfeff;
}
.hover\:border-cyan-50\/15:hover {
    border-color: rgba(236, 254, 255, 0.15);
}
.hover\:border-cyan-50\/20:hover {
    border-color: rgba(236, 254, 255, 0.2);
}
.hover\:border-cyan-50\/25:hover {
    border-color: rgba(236, 254, 255, 0.25);
}
.hover\:border-cyan-50\/30:hover {
    border-color: rgba(236, 254, 255, 0.3);
}
.hover\:border-cyan-50\/35:hover {
    border-color: rgba(236, 254, 255, 0.35);
}
.hover\:border-cyan-50\/40:hover {
    border-color: rgba(236, 254, 255, 0.4);
}
.hover\:border-cyan-50\/45:hover {
    border-color: rgba(236, 254, 255, 0.45);
}
.hover\:border-cyan-50\/5:hover {
    border-color: rgba(236, 254, 255, 0.05);
}
.hover\:border-cyan-50\/50:hover {
    border-color: rgba(236, 254, 255, 0.5);
}
.hover\:border-cyan-50\/55:hover {
    border-color: rgba(236, 254, 255, 0.55);
}
.hover\:border-cyan-50\/60:hover {
    border-color: rgba(236, 254, 255, 0.6);
}
.hover\:border-cyan-50\/65:hover {
    border-color: rgba(236, 254, 255, 0.65);
}
.hover\:border-cyan-50\/70:hover {
    border-color: rgba(236, 254, 255, 0.7);
}
.hover\:border-cyan-50\/75:hover {
    border-color: rgba(236, 254, 255, 0.75);
}
.hover\:border-cyan-50\/80:hover {
    border-color: rgba(236, 254, 255, 0.8);
}
.hover\:border-cyan-50\/85:hover {
    border-color: rgba(236, 254, 255, 0.85);
}
.hover\:border-cyan-50\/90:hover {
    border-color: rgba(236, 254, 255, 0.9);
}
.hover\:border-cyan-50\/95:hover {
    border-color: rgba(236, 254, 255, 0.95);
}
.hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-500\/0:hover {
    border-color: rgba(6, 182, 212, 0);
}
.hover\:border-cyan-500\/10:hover {
    border-color: rgba(6, 182, 212, 0.1);
}
.hover\:border-cyan-500\/100:hover {
    border-color: #06b6d4;
}
.hover\:border-cyan-500\/15:hover {
    border-color: rgba(6, 182, 212, 0.15);
}
.hover\:border-cyan-500\/20:hover {
    border-color: rgba(6, 182, 212, 0.2);
}
.hover\:border-cyan-500\/25:hover {
    border-color: rgba(6, 182, 212, 0.25);
}
.hover\:border-cyan-500\/30:hover {
    border-color: rgba(6, 182, 212, 0.3);
}
.hover\:border-cyan-500\/35:hover {
    border-color: rgba(6, 182, 212, 0.35);
}
.hover\:border-cyan-500\/40:hover {
    border-color: rgba(6, 182, 212, 0.4);
}
.hover\:border-cyan-500\/45:hover {
    border-color: rgba(6, 182, 212, 0.45);
}
.hover\:border-cyan-500\/5:hover {
    border-color: rgba(6, 182, 212, 0.05);
}
.hover\:border-cyan-500\/50:hover {
    border-color: rgba(6, 182, 212, 0.5);
}
.hover\:border-cyan-500\/55:hover {
    border-color: rgba(6, 182, 212, 0.55);
}
.hover\:border-cyan-500\/60:hover {
    border-color: rgba(6, 182, 212, 0.6);
}
.hover\:border-cyan-500\/65:hover {
    border-color: rgba(6, 182, 212, 0.65);
}
.hover\:border-cyan-500\/70:hover {
    border-color: rgba(6, 182, 212, 0.7);
}
.hover\:border-cyan-500\/75:hover {
    border-color: rgba(6, 182, 212, 0.75);
}
.hover\:border-cyan-500\/80:hover {
    border-color: rgba(6, 182, 212, 0.8);
}
.hover\:border-cyan-500\/85:hover {
    border-color: rgba(6, 182, 212, 0.85);
}
.hover\:border-cyan-500\/90:hover {
    border-color: rgba(6, 182, 212, 0.9);
}
.hover\:border-cyan-500\/95:hover {
    border-color: rgba(6, 182, 212, 0.95);
}
.hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-600\/0:hover {
    border-color: rgba(8, 145, 178, 0);
}
.hover\:border-cyan-600\/10:hover {
    border-color: rgba(8, 145, 178, 0.1);
}
.hover\:border-cyan-600\/100:hover {
    border-color: #0891b2;
}
.hover\:border-cyan-600\/15:hover {
    border-color: rgba(8, 145, 178, 0.15);
}
.hover\:border-cyan-600\/20:hover {
    border-color: rgba(8, 145, 178, 0.2);
}
.hover\:border-cyan-600\/25:hover {
    border-color: rgba(8, 145, 178, 0.25);
}
.hover\:border-cyan-600\/30:hover {
    border-color: rgba(8, 145, 178, 0.3);
}
.hover\:border-cyan-600\/35:hover {
    border-color: rgba(8, 145, 178, 0.35);
}
.hover\:border-cyan-600\/40:hover {
    border-color: rgba(8, 145, 178, 0.4);
}
.hover\:border-cyan-600\/45:hover {
    border-color: rgba(8, 145, 178, 0.45);
}
.hover\:border-cyan-600\/5:hover {
    border-color: rgba(8, 145, 178, 0.05);
}
.hover\:border-cyan-600\/50:hover {
    border-color: rgba(8, 145, 178, 0.5);
}
.hover\:border-cyan-600\/55:hover {
    border-color: rgba(8, 145, 178, 0.55);
}
.hover\:border-cyan-600\/60:hover {
    border-color: rgba(8, 145, 178, 0.6);
}
.hover\:border-cyan-600\/65:hover {
    border-color: rgba(8, 145, 178, 0.65);
}
.hover\:border-cyan-600\/70:hover {
    border-color: rgba(8, 145, 178, 0.7);
}
.hover\:border-cyan-600\/75:hover {
    border-color: rgba(8, 145, 178, 0.75);
}
.hover\:border-cyan-600\/80:hover {
    border-color: rgba(8, 145, 178, 0.8);
}
.hover\:border-cyan-600\/85:hover {
    border-color: rgba(8, 145, 178, 0.85);
}
.hover\:border-cyan-600\/90:hover {
    border-color: rgba(8, 145, 178, 0.9);
}
.hover\:border-cyan-600\/95:hover {
    border-color: rgba(8, 145, 178, 0.95);
}
.hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-700\/0:hover {
    border-color: rgba(14, 116, 144, 0);
}
.hover\:border-cyan-700\/10:hover {
    border-color: rgba(14, 116, 144, 0.1);
}
.hover\:border-cyan-700\/100:hover {
    border-color: #0e7490;
}
.hover\:border-cyan-700\/15:hover {
    border-color: rgba(14, 116, 144, 0.15);
}
.hover\:border-cyan-700\/20:hover {
    border-color: rgba(14, 116, 144, 0.2);
}
.hover\:border-cyan-700\/25:hover {
    border-color: rgba(14, 116, 144, 0.25);
}
.hover\:border-cyan-700\/30:hover {
    border-color: rgba(14, 116, 144, 0.3);
}
.hover\:border-cyan-700\/35:hover {
    border-color: rgba(14, 116, 144, 0.35);
}
.hover\:border-cyan-700\/40:hover {
    border-color: rgba(14, 116, 144, 0.4);
}
.hover\:border-cyan-700\/45:hover {
    border-color: rgba(14, 116, 144, 0.45);
}
.hover\:border-cyan-700\/5:hover {
    border-color: rgba(14, 116, 144, 0.05);
}
.hover\:border-cyan-700\/50:hover {
    border-color: rgba(14, 116, 144, 0.5);
}
.hover\:border-cyan-700\/55:hover {
    border-color: rgba(14, 116, 144, 0.55);
}
.hover\:border-cyan-700\/60:hover {
    border-color: rgba(14, 116, 144, 0.6);
}
.hover\:border-cyan-700\/65:hover {
    border-color: rgba(14, 116, 144, 0.65);
}
.hover\:border-cyan-700\/70:hover {
    border-color: rgba(14, 116, 144, 0.7);
}
.hover\:border-cyan-700\/75:hover {
    border-color: rgba(14, 116, 144, 0.75);
}
.hover\:border-cyan-700\/80:hover {
    border-color: rgba(14, 116, 144, 0.8);
}
.hover\:border-cyan-700\/85:hover {
    border-color: rgba(14, 116, 144, 0.85);
}
.hover\:border-cyan-700\/90:hover {
    border-color: rgba(14, 116, 144, 0.9);
}
.hover\:border-cyan-700\/95:hover {
    border-color: rgba(14, 116, 144, 0.95);
}
.hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-800\/0:hover {
    border-color: rgba(21, 94, 117, 0);
}
.hover\:border-cyan-800\/10:hover {
    border-color: rgba(21, 94, 117, 0.1);
}
.hover\:border-cyan-800\/100:hover {
    border-color: #155e75;
}
.hover\:border-cyan-800\/15:hover {
    border-color: rgba(21, 94, 117, 0.15);
}
.hover\:border-cyan-800\/20:hover {
    border-color: rgba(21, 94, 117, 0.2);
}
.hover\:border-cyan-800\/25:hover {
    border-color: rgba(21, 94, 117, 0.25);
}
.hover\:border-cyan-800\/30:hover {
    border-color: rgba(21, 94, 117, 0.3);
}
.hover\:border-cyan-800\/35:hover {
    border-color: rgba(21, 94, 117, 0.35);
}
.hover\:border-cyan-800\/40:hover {
    border-color: rgba(21, 94, 117, 0.4);
}
.hover\:border-cyan-800\/45:hover {
    border-color: rgba(21, 94, 117, 0.45);
}
.hover\:border-cyan-800\/5:hover {
    border-color: rgba(21, 94, 117, 0.05);
}
.hover\:border-cyan-800\/50:hover {
    border-color: rgba(21, 94, 117, 0.5);
}
.hover\:border-cyan-800\/55:hover {
    border-color: rgba(21, 94, 117, 0.55);
}
.hover\:border-cyan-800\/60:hover {
    border-color: rgba(21, 94, 117, 0.6);
}
.hover\:border-cyan-800\/65:hover {
    border-color: rgba(21, 94, 117, 0.65);
}
.hover\:border-cyan-800\/70:hover {
    border-color: rgba(21, 94, 117, 0.7);
}
.hover\:border-cyan-800\/75:hover {
    border-color: rgba(21, 94, 117, 0.75);
}
.hover\:border-cyan-800\/80:hover {
    border-color: rgba(21, 94, 117, 0.8);
}
.hover\:border-cyan-800\/85:hover {
    border-color: rgba(21, 94, 117, 0.85);
}
.hover\:border-cyan-800\/90:hover {
    border-color: rgba(21, 94, 117, 0.9);
}
.hover\:border-cyan-800\/95:hover {
    border-color: rgba(21, 94, 117, 0.95);
}
.hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-900\/0:hover {
    border-color: rgba(22, 78, 99, 0);
}
.hover\:border-cyan-900\/10:hover {
    border-color: rgba(22, 78, 99, 0.1);
}
.hover\:border-cyan-900\/100:hover {
    border-color: #164e63;
}
.hover\:border-cyan-900\/15:hover {
    border-color: rgba(22, 78, 99, 0.15);
}
.hover\:border-cyan-900\/20:hover {
    border-color: rgba(22, 78, 99, 0.2);
}
.hover\:border-cyan-900\/25:hover {
    border-color: rgba(22, 78, 99, 0.25);
}
.hover\:border-cyan-900\/30:hover {
    border-color: rgba(22, 78, 99, 0.3);
}
.hover\:border-cyan-900\/35:hover {
    border-color: rgba(22, 78, 99, 0.35);
}
.hover\:border-cyan-900\/40:hover {
    border-color: rgba(22, 78, 99, 0.4);
}
.hover\:border-cyan-900\/45:hover {
    border-color: rgba(22, 78, 99, 0.45);
}
.hover\:border-cyan-900\/5:hover {
    border-color: rgba(22, 78, 99, 0.05);
}
.hover\:border-cyan-900\/50:hover {
    border-color: rgba(22, 78, 99, 0.5);
}
.hover\:border-cyan-900\/55:hover {
    border-color: rgba(22, 78, 99, 0.55);
}
.hover\:border-cyan-900\/60:hover {
    border-color: rgba(22, 78, 99, 0.6);
}
.hover\:border-cyan-900\/65:hover {
    border-color: rgba(22, 78, 99, 0.65);
}
.hover\:border-cyan-900\/70:hover {
    border-color: rgba(22, 78, 99, 0.7);
}
.hover\:border-cyan-900\/75:hover {
    border-color: rgba(22, 78, 99, 0.75);
}
.hover\:border-cyan-900\/80:hover {
    border-color: rgba(22, 78, 99, 0.8);
}
.hover\:border-cyan-900\/85:hover {
    border-color: rgba(22, 78, 99, 0.85);
}
.hover\:border-cyan-900\/90:hover {
    border-color: rgba(22, 78, 99, 0.9);
}
.hover\:border-cyan-900\/95:hover {
    border-color: rgba(22, 78, 99, 0.95);
}
.hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-100\/0:hover {
    border-color: rgba(209, 250, 229, 0);
}
.hover\:border-emerald-100\/10:hover {
    border-color: rgba(209, 250, 229, 0.1);
}
.hover\:border-emerald-100\/100:hover {
    border-color: #d1fae5;
}
.hover\:border-emerald-100\/15:hover {
    border-color: rgba(209, 250, 229, 0.15);
}
.hover\:border-emerald-100\/20:hover {
    border-color: rgba(209, 250, 229, 0.2);
}
.hover\:border-emerald-100\/25:hover {
    border-color: rgba(209, 250, 229, 0.25);
}
.hover\:border-emerald-100\/30:hover {
    border-color: rgba(209, 250, 229, 0.3);
}
.hover\:border-emerald-100\/35:hover {
    border-color: rgba(209, 250, 229, 0.35);
}
.hover\:border-emerald-100\/40:hover {
    border-color: rgba(209, 250, 229, 0.4);
}
.hover\:border-emerald-100\/45:hover {
    border-color: rgba(209, 250, 229, 0.45);
}
.hover\:border-emerald-100\/5:hover {
    border-color: rgba(209, 250, 229, 0.05);
}
.hover\:border-emerald-100\/50:hover {
    border-color: rgba(209, 250, 229, 0.5);
}
.hover\:border-emerald-100\/55:hover {
    border-color: rgba(209, 250, 229, 0.55);
}
.hover\:border-emerald-100\/60:hover {
    border-color: rgba(209, 250, 229, 0.6);
}
.hover\:border-emerald-100\/65:hover {
    border-color: rgba(209, 250, 229, 0.65);
}
.hover\:border-emerald-100\/70:hover {
    border-color: rgba(209, 250, 229, 0.7);
}
.hover\:border-emerald-100\/75:hover {
    border-color: rgba(209, 250, 229, 0.75);
}
.hover\:border-emerald-100\/80:hover {
    border-color: rgba(209, 250, 229, 0.8);
}
.hover\:border-emerald-100\/85:hover {
    border-color: rgba(209, 250, 229, 0.85);
}
.hover\:border-emerald-100\/90:hover {
    border-color: rgba(209, 250, 229, 0.9);
}
.hover\:border-emerald-100\/95:hover {
    border-color: rgba(209, 250, 229, 0.95);
}
.hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-200\/0:hover {
    border-color: rgba(167, 243, 208, 0);
}
.hover\:border-emerald-200\/10:hover {
    border-color: rgba(167, 243, 208, 0.1);
}
.hover\:border-emerald-200\/100:hover {
    border-color: #a7f3d0;
}
.hover\:border-emerald-200\/15:hover {
    border-color: rgba(167, 243, 208, 0.15);
}
.hover\:border-emerald-200\/20:hover {
    border-color: rgba(167, 243, 208, 0.2);
}
.hover\:border-emerald-200\/25:hover {
    border-color: rgba(167, 243, 208, 0.25);
}
.hover\:border-emerald-200\/30:hover {
    border-color: rgba(167, 243, 208, 0.3);
}
.hover\:border-emerald-200\/35:hover {
    border-color: rgba(167, 243, 208, 0.35);
}
.hover\:border-emerald-200\/40:hover {
    border-color: rgba(167, 243, 208, 0.4);
}
.hover\:border-emerald-200\/45:hover {
    border-color: rgba(167, 243, 208, 0.45);
}
.hover\:border-emerald-200\/5:hover {
    border-color: rgba(167, 243, 208, 0.05);
}
.hover\:border-emerald-200\/50:hover {
    border-color: rgba(167, 243, 208, 0.5);
}
.hover\:border-emerald-200\/55:hover {
    border-color: rgba(167, 243, 208, 0.55);
}
.hover\:border-emerald-200\/60:hover {
    border-color: rgba(167, 243, 208, 0.6);
}
.hover\:border-emerald-200\/65:hover {
    border-color: rgba(167, 243, 208, 0.65);
}
.hover\:border-emerald-200\/70:hover {
    border-color: rgba(167, 243, 208, 0.7);
}
.hover\:border-emerald-200\/75:hover {
    border-color: rgba(167, 243, 208, 0.75);
}
.hover\:border-emerald-200\/80:hover {
    border-color: rgba(167, 243, 208, 0.8);
}
.hover\:border-emerald-200\/85:hover {
    border-color: rgba(167, 243, 208, 0.85);
}
.hover\:border-emerald-200\/90:hover {
    border-color: rgba(167, 243, 208, 0.9);
}
.hover\:border-emerald-200\/95:hover {
    border-color: rgba(167, 243, 208, 0.95);
}
.hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-300\/0:hover {
    border-color: rgba(110, 231, 183, 0);
}
.hover\:border-emerald-300\/10:hover {
    border-color: rgba(110, 231, 183, 0.1);
}
.hover\:border-emerald-300\/100:hover {
    border-color: #6ee7b7;
}
.hover\:border-emerald-300\/15:hover {
    border-color: rgba(110, 231, 183, 0.15);
}
.hover\:border-emerald-300\/20:hover {
    border-color: rgba(110, 231, 183, 0.2);
}
.hover\:border-emerald-300\/25:hover {
    border-color: rgba(110, 231, 183, 0.25);
}
.hover\:border-emerald-300\/30:hover {
    border-color: rgba(110, 231, 183, 0.3);
}
.hover\:border-emerald-300\/35:hover {
    border-color: rgba(110, 231, 183, 0.35);
}
.hover\:border-emerald-300\/40:hover {
    border-color: rgba(110, 231, 183, 0.4);
}
.hover\:border-emerald-300\/45:hover {
    border-color: rgba(110, 231, 183, 0.45);
}
.hover\:border-emerald-300\/5:hover {
    border-color: rgba(110, 231, 183, 0.05);
}
.hover\:border-emerald-300\/50:hover {
    border-color: rgba(110, 231, 183, 0.5);
}
.hover\:border-emerald-300\/55:hover {
    border-color: rgba(110, 231, 183, 0.55);
}
.hover\:border-emerald-300\/60:hover {
    border-color: rgba(110, 231, 183, 0.6);
}
.hover\:border-emerald-300\/65:hover {
    border-color: rgba(110, 231, 183, 0.65);
}
.hover\:border-emerald-300\/70:hover {
    border-color: rgba(110, 231, 183, 0.7);
}
.hover\:border-emerald-300\/75:hover {
    border-color: rgba(110, 231, 183, 0.75);
}
.hover\:border-emerald-300\/80:hover {
    border-color: rgba(110, 231, 183, 0.8);
}
.hover\:border-emerald-300\/85:hover {
    border-color: rgba(110, 231, 183, 0.85);
}
.hover\:border-emerald-300\/90:hover {
    border-color: rgba(110, 231, 183, 0.9);
}
.hover\:border-emerald-300\/95:hover {
    border-color: rgba(110, 231, 183, 0.95);
}
.hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-400\/0:hover {
    border-color: rgba(52, 211, 153, 0);
}
.hover\:border-emerald-400\/10:hover {
    border-color: rgba(52, 211, 153, 0.1);
}
.hover\:border-emerald-400\/100:hover {
    border-color: #34d399;
}
.hover\:border-emerald-400\/15:hover {
    border-color: rgba(52, 211, 153, 0.15);
}
.hover\:border-emerald-400\/20:hover {
    border-color: rgba(52, 211, 153, 0.2);
}
.hover\:border-emerald-400\/25:hover {
    border-color: rgba(52, 211, 153, 0.25);
}
.hover\:border-emerald-400\/30:hover {
    border-color: rgba(52, 211, 153, 0.3);
}
.hover\:border-emerald-400\/35:hover {
    border-color: rgba(52, 211, 153, 0.35);
}
.hover\:border-emerald-400\/40:hover {
    border-color: rgba(52, 211, 153, 0.4);
}
.hover\:border-emerald-400\/45:hover {
    border-color: rgba(52, 211, 153, 0.45);
}
.hover\:border-emerald-400\/5:hover {
    border-color: rgba(52, 211, 153, 0.05);
}
.hover\:border-emerald-400\/50:hover {
    border-color: rgba(52, 211, 153, 0.5);
}
.hover\:border-emerald-400\/55:hover {
    border-color: rgba(52, 211, 153, 0.55);
}
.hover\:border-emerald-400\/60:hover {
    border-color: rgba(52, 211, 153, 0.6);
}
.hover\:border-emerald-400\/65:hover {
    border-color: rgba(52, 211, 153, 0.65);
}
.hover\:border-emerald-400\/70:hover {
    border-color: rgba(52, 211, 153, 0.7);
}
.hover\:border-emerald-400\/75:hover {
    border-color: rgba(52, 211, 153, 0.75);
}
.hover\:border-emerald-400\/80:hover {
    border-color: rgba(52, 211, 153, 0.8);
}
.hover\:border-emerald-400\/85:hover {
    border-color: rgba(52, 211, 153, 0.85);
}
.hover\:border-emerald-400\/90:hover {
    border-color: rgba(52, 211, 153, 0.9);
}
.hover\:border-emerald-400\/95:hover {
    border-color: rgba(52, 211, 153, 0.95);
}
.hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-50\/0:hover {
    border-color: rgba(236, 253, 245, 0);
}
.hover\:border-emerald-50\/10:hover {
    border-color: rgba(236, 253, 245, 0.1);
}
.hover\:border-emerald-50\/100:hover {
    border-color: #ecfdf5;
}
.hover\:border-emerald-50\/15:hover {
    border-color: rgba(236, 253, 245, 0.15);
}
.hover\:border-emerald-50\/20:hover {
    border-color: rgba(236, 253, 245, 0.2);
}
.hover\:border-emerald-50\/25:hover {
    border-color: rgba(236, 253, 245, 0.25);
}
.hover\:border-emerald-50\/30:hover {
    border-color: rgba(236, 253, 245, 0.3);
}
.hover\:border-emerald-50\/35:hover {
    border-color: rgba(236, 253, 245, 0.35);
}
.hover\:border-emerald-50\/40:hover {
    border-color: rgba(236, 253, 245, 0.4);
}
.hover\:border-emerald-50\/45:hover {
    border-color: rgba(236, 253, 245, 0.45);
}
.hover\:border-emerald-50\/5:hover {
    border-color: rgba(236, 253, 245, 0.05);
}
.hover\:border-emerald-50\/50:hover {
    border-color: rgba(236, 253, 245, 0.5);
}
.hover\:border-emerald-50\/55:hover {
    border-color: rgba(236, 253, 245, 0.55);
}
.hover\:border-emerald-50\/60:hover {
    border-color: rgba(236, 253, 245, 0.6);
}
.hover\:border-emerald-50\/65:hover {
    border-color: rgba(236, 253, 245, 0.65);
}
.hover\:border-emerald-50\/70:hover {
    border-color: rgba(236, 253, 245, 0.7);
}
.hover\:border-emerald-50\/75:hover {
    border-color: rgba(236, 253, 245, 0.75);
}
.hover\:border-emerald-50\/80:hover {
    border-color: rgba(236, 253, 245, 0.8);
}
.hover\:border-emerald-50\/85:hover {
    border-color: rgba(236, 253, 245, 0.85);
}
.hover\:border-emerald-50\/90:hover {
    border-color: rgba(236, 253, 245, 0.9);
}
.hover\:border-emerald-50\/95:hover {
    border-color: rgba(236, 253, 245, 0.95);
}
.hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-500\/0:hover {
    border-color: rgba(16, 185, 129, 0);
}
.hover\:border-emerald-500\/10:hover {
    border-color: rgba(16, 185, 129, 0.1);
}
.hover\:border-emerald-500\/100:hover {
    border-color: #10b981;
}
.hover\:border-emerald-500\/15:hover {
    border-color: rgba(16, 185, 129, 0.15);
}
.hover\:border-emerald-500\/20:hover {
    border-color: rgba(16, 185, 129, 0.2);
}
.hover\:border-emerald-500\/25:hover {
    border-color: rgba(16, 185, 129, 0.25);
}
.hover\:border-emerald-500\/30:hover {
    border-color: rgba(16, 185, 129, 0.3);
}
.hover\:border-emerald-500\/35:hover {
    border-color: rgba(16, 185, 129, 0.35);
}
.hover\:border-emerald-500\/40:hover {
    border-color: rgba(16, 185, 129, 0.4);
}
.hover\:border-emerald-500\/45:hover {
    border-color: rgba(16, 185, 129, 0.45);
}
.hover\:border-emerald-500\/5:hover {
    border-color: rgba(16, 185, 129, 0.05);
}
.hover\:border-emerald-500\/50:hover {
    border-color: rgba(16, 185, 129, 0.5);
}
.hover\:border-emerald-500\/55:hover {
    border-color: rgba(16, 185, 129, 0.55);
}
.hover\:border-emerald-500\/60:hover {
    border-color: rgba(16, 185, 129, 0.6);
}
.hover\:border-emerald-500\/65:hover {
    border-color: rgba(16, 185, 129, 0.65);
}
.hover\:border-emerald-500\/70:hover {
    border-color: rgba(16, 185, 129, 0.7);
}
.hover\:border-emerald-500\/75:hover {
    border-color: rgba(16, 185, 129, 0.75);
}
.hover\:border-emerald-500\/80:hover {
    border-color: rgba(16, 185, 129, 0.8);
}
.hover\:border-emerald-500\/85:hover {
    border-color: rgba(16, 185, 129, 0.85);
}
.hover\:border-emerald-500\/90:hover {
    border-color: rgba(16, 185, 129, 0.9);
}
.hover\:border-emerald-500\/95:hover {
    border-color: rgba(16, 185, 129, 0.95);
}
.hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-600\/0:hover {
    border-color: rgba(5, 150, 105, 0);
}
.hover\:border-emerald-600\/10:hover {
    border-color: rgba(5, 150, 105, 0.1);
}
.hover\:border-emerald-600\/100:hover {
    border-color: #059669;
}
.hover\:border-emerald-600\/15:hover {
    border-color: rgba(5, 150, 105, 0.15);
}
.hover\:border-emerald-600\/20:hover {
    border-color: rgba(5, 150, 105, 0.2);
}
.hover\:border-emerald-600\/25:hover {
    border-color: rgba(5, 150, 105, 0.25);
}
.hover\:border-emerald-600\/30:hover {
    border-color: rgba(5, 150, 105, 0.3);
}
.hover\:border-emerald-600\/35:hover {
    border-color: rgba(5, 150, 105, 0.35);
}
.hover\:border-emerald-600\/40:hover {
    border-color: rgba(5, 150, 105, 0.4);
}
.hover\:border-emerald-600\/45:hover {
    border-color: rgba(5, 150, 105, 0.45);
}
.hover\:border-emerald-600\/5:hover {
    border-color: rgba(5, 150, 105, 0.05);
}
.hover\:border-emerald-600\/50:hover {
    border-color: rgba(5, 150, 105, 0.5);
}
.hover\:border-emerald-600\/55:hover {
    border-color: rgba(5, 150, 105, 0.55);
}
.hover\:border-emerald-600\/60:hover {
    border-color: rgba(5, 150, 105, 0.6);
}
.hover\:border-emerald-600\/65:hover {
    border-color: rgba(5, 150, 105, 0.65);
}
.hover\:border-emerald-600\/70:hover {
    border-color: rgba(5, 150, 105, 0.7);
}
.hover\:border-emerald-600\/75:hover {
    border-color: rgba(5, 150, 105, 0.75);
}
.hover\:border-emerald-600\/80:hover {
    border-color: rgba(5, 150, 105, 0.8);
}
.hover\:border-emerald-600\/85:hover {
    border-color: rgba(5, 150, 105, 0.85);
}
.hover\:border-emerald-600\/90:hover {
    border-color: rgba(5, 150, 105, 0.9);
}
.hover\:border-emerald-600\/95:hover {
    border-color: rgba(5, 150, 105, 0.95);
}
.hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-700\/0:hover {
    border-color: rgba(4, 120, 87, 0);
}
.hover\:border-emerald-700\/10:hover {
    border-color: rgba(4, 120, 87, 0.1);
}
.hover\:border-emerald-700\/100:hover {
    border-color: #047857;
}
.hover\:border-emerald-700\/15:hover {
    border-color: rgba(4, 120, 87, 0.15);
}
.hover\:border-emerald-700\/20:hover {
    border-color: rgba(4, 120, 87, 0.2);
}
.hover\:border-emerald-700\/25:hover {
    border-color: rgba(4, 120, 87, 0.25);
}
.hover\:border-emerald-700\/30:hover {
    border-color: rgba(4, 120, 87, 0.3);
}
.hover\:border-emerald-700\/35:hover {
    border-color: rgba(4, 120, 87, 0.35);
}
.hover\:border-emerald-700\/40:hover {
    border-color: rgba(4, 120, 87, 0.4);
}
.hover\:border-emerald-700\/45:hover {
    border-color: rgba(4, 120, 87, 0.45);
}
.hover\:border-emerald-700\/5:hover {
    border-color: rgba(4, 120, 87, 0.05);
}
.hover\:border-emerald-700\/50:hover {
    border-color: rgba(4, 120, 87, 0.5);
}
.hover\:border-emerald-700\/55:hover {
    border-color: rgba(4, 120, 87, 0.55);
}
.hover\:border-emerald-700\/60:hover {
    border-color: rgba(4, 120, 87, 0.6);
}
.hover\:border-emerald-700\/65:hover {
    border-color: rgba(4, 120, 87, 0.65);
}
.hover\:border-emerald-700\/70:hover {
    border-color: rgba(4, 120, 87, 0.7);
}
.hover\:border-emerald-700\/75:hover {
    border-color: rgba(4, 120, 87, 0.75);
}
.hover\:border-emerald-700\/80:hover {
    border-color: rgba(4, 120, 87, 0.8);
}
.hover\:border-emerald-700\/85:hover {
    border-color: rgba(4, 120, 87, 0.85);
}
.hover\:border-emerald-700\/90:hover {
    border-color: rgba(4, 120, 87, 0.9);
}
.hover\:border-emerald-700\/95:hover {
    border-color: rgba(4, 120, 87, 0.95);
}
.hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-800\/0:hover {
    border-color: rgba(6, 95, 70, 0);
}
.hover\:border-emerald-800\/10:hover {
    border-color: rgba(6, 95, 70, 0.1);
}
.hover\:border-emerald-800\/100:hover {
    border-color: #065f46;
}
.hover\:border-emerald-800\/15:hover {
    border-color: rgba(6, 95, 70, 0.15);
}
.hover\:border-emerald-800\/20:hover {
    border-color: rgba(6, 95, 70, 0.2);
}
.hover\:border-emerald-800\/25:hover {
    border-color: rgba(6, 95, 70, 0.25);
}
.hover\:border-emerald-800\/30:hover {
    border-color: rgba(6, 95, 70, 0.3);
}
.hover\:border-emerald-800\/35:hover {
    border-color: rgba(6, 95, 70, 0.35);
}
.hover\:border-emerald-800\/40:hover {
    border-color: rgba(6, 95, 70, 0.4);
}
.hover\:border-emerald-800\/45:hover {
    border-color: rgba(6, 95, 70, 0.45);
}
.hover\:border-emerald-800\/5:hover {
    border-color: rgba(6, 95, 70, 0.05);
}
.hover\:border-emerald-800\/50:hover {
    border-color: rgba(6, 95, 70, 0.5);
}
.hover\:border-emerald-800\/55:hover {
    border-color: rgba(6, 95, 70, 0.55);
}
.hover\:border-emerald-800\/60:hover {
    border-color: rgba(6, 95, 70, 0.6);
}
.hover\:border-emerald-800\/65:hover {
    border-color: rgba(6, 95, 70, 0.65);
}
.hover\:border-emerald-800\/70:hover {
    border-color: rgba(6, 95, 70, 0.7);
}
.hover\:border-emerald-800\/75:hover {
    border-color: rgba(6, 95, 70, 0.75);
}
.hover\:border-emerald-800\/80:hover {
    border-color: rgba(6, 95, 70, 0.8);
}
.hover\:border-emerald-800\/85:hover {
    border-color: rgba(6, 95, 70, 0.85);
}
.hover\:border-emerald-800\/90:hover {
    border-color: rgba(6, 95, 70, 0.9);
}
.hover\:border-emerald-800\/95:hover {
    border-color: rgba(6, 95, 70, 0.95);
}
.hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-900\/0:hover {
    border-color: rgba(6, 78, 59, 0);
}
.hover\:border-emerald-900\/10:hover {
    border-color: rgba(6, 78, 59, 0.1);
}
.hover\:border-emerald-900\/100:hover {
    border-color: #064e3b;
}
.hover\:border-emerald-900\/15:hover {
    border-color: rgba(6, 78, 59, 0.15);
}
.hover\:border-emerald-900\/20:hover {
    border-color: rgba(6, 78, 59, 0.2);
}
.hover\:border-emerald-900\/25:hover {
    border-color: rgba(6, 78, 59, 0.25);
}
.hover\:border-emerald-900\/30:hover {
    border-color: rgba(6, 78, 59, 0.3);
}
.hover\:border-emerald-900\/35:hover {
    border-color: rgba(6, 78, 59, 0.35);
}
.hover\:border-emerald-900\/40:hover {
    border-color: rgba(6, 78, 59, 0.4);
}
.hover\:border-emerald-900\/45:hover {
    border-color: rgba(6, 78, 59, 0.45);
}
.hover\:border-emerald-900\/5:hover {
    border-color: rgba(6, 78, 59, 0.05);
}
.hover\:border-emerald-900\/50:hover {
    border-color: rgba(6, 78, 59, 0.5);
}
.hover\:border-emerald-900\/55:hover {
    border-color: rgba(6, 78, 59, 0.55);
}
.hover\:border-emerald-900\/60:hover {
    border-color: rgba(6, 78, 59, 0.6);
}
.hover\:border-emerald-900\/65:hover {
    border-color: rgba(6, 78, 59, 0.65);
}
.hover\:border-emerald-900\/70:hover {
    border-color: rgba(6, 78, 59, 0.7);
}
.hover\:border-emerald-900\/75:hover {
    border-color: rgba(6, 78, 59, 0.75);
}
.hover\:border-emerald-900\/80:hover {
    border-color: rgba(6, 78, 59, 0.8);
}
.hover\:border-emerald-900\/85:hover {
    border-color: rgba(6, 78, 59, 0.85);
}
.hover\:border-emerald-900\/90:hover {
    border-color: rgba(6, 78, 59, 0.9);
}
.hover\:border-emerald-900\/95:hover {
    border-color: rgba(6, 78, 59, 0.95);
}
.hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-100\/0:hover {
    border-color: rgba(250, 232, 255, 0);
}
.hover\:border-fuchsia-100\/10:hover {
    border-color: rgba(250, 232, 255, 0.1);
}
.hover\:border-fuchsia-100\/100:hover {
    border-color: #fae8ff;
}
.hover\:border-fuchsia-100\/15:hover {
    border-color: rgba(250, 232, 255, 0.15);
}
.hover\:border-fuchsia-100\/20:hover {
    border-color: rgba(250, 232, 255, 0.2);
}
.hover\:border-fuchsia-100\/25:hover {
    border-color: rgba(250, 232, 255, 0.25);
}
.hover\:border-fuchsia-100\/30:hover {
    border-color: rgba(250, 232, 255, 0.3);
}
.hover\:border-fuchsia-100\/35:hover {
    border-color: rgba(250, 232, 255, 0.35);
}
.hover\:border-fuchsia-100\/40:hover {
    border-color: rgba(250, 232, 255, 0.4);
}
.hover\:border-fuchsia-100\/45:hover {
    border-color: rgba(250, 232, 255, 0.45);
}
.hover\:border-fuchsia-100\/5:hover {
    border-color: rgba(250, 232, 255, 0.05);
}
.hover\:border-fuchsia-100\/50:hover {
    border-color: rgba(250, 232, 255, 0.5);
}
.hover\:border-fuchsia-100\/55:hover {
    border-color: rgba(250, 232, 255, 0.55);
}
.hover\:border-fuchsia-100\/60:hover {
    border-color: rgba(250, 232, 255, 0.6);
}
.hover\:border-fuchsia-100\/65:hover {
    border-color: rgba(250, 232, 255, 0.65);
}
.hover\:border-fuchsia-100\/70:hover {
    border-color: rgba(250, 232, 255, 0.7);
}
.hover\:border-fuchsia-100\/75:hover {
    border-color: rgba(250, 232, 255, 0.75);
}
.hover\:border-fuchsia-100\/80:hover {
    border-color: rgba(250, 232, 255, 0.8);
}
.hover\:border-fuchsia-100\/85:hover {
    border-color: rgba(250, 232, 255, 0.85);
}
.hover\:border-fuchsia-100\/90:hover {
    border-color: rgba(250, 232, 255, 0.9);
}
.hover\:border-fuchsia-100\/95:hover {
    border-color: rgba(250, 232, 255, 0.95);
}
.hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-200\/0:hover {
    border-color: rgba(245, 208, 254, 0);
}
.hover\:border-fuchsia-200\/10:hover {
    border-color: rgba(245, 208, 254, 0.1);
}
.hover\:border-fuchsia-200\/100:hover {
    border-color: #f5d0fe;
}
.hover\:border-fuchsia-200\/15:hover {
    border-color: rgba(245, 208, 254, 0.15);
}
.hover\:border-fuchsia-200\/20:hover {
    border-color: rgba(245, 208, 254, 0.2);
}
.hover\:border-fuchsia-200\/25:hover {
    border-color: rgba(245, 208, 254, 0.25);
}
.hover\:border-fuchsia-200\/30:hover {
    border-color: rgba(245, 208, 254, 0.3);
}
.hover\:border-fuchsia-200\/35:hover {
    border-color: rgba(245, 208, 254, 0.35);
}
.hover\:border-fuchsia-200\/40:hover {
    border-color: rgba(245, 208, 254, 0.4);
}
.hover\:border-fuchsia-200\/45:hover {
    border-color: rgba(245, 208, 254, 0.45);
}
.hover\:border-fuchsia-200\/5:hover {
    border-color: rgba(245, 208, 254, 0.05);
}
.hover\:border-fuchsia-200\/50:hover {
    border-color: rgba(245, 208, 254, 0.5);
}
.hover\:border-fuchsia-200\/55:hover {
    border-color: rgba(245, 208, 254, 0.55);
}
.hover\:border-fuchsia-200\/60:hover {
    border-color: rgba(245, 208, 254, 0.6);
}
.hover\:border-fuchsia-200\/65:hover {
    border-color: rgba(245, 208, 254, 0.65);
}
.hover\:border-fuchsia-200\/70:hover {
    border-color: rgba(245, 208, 254, 0.7);
}
.hover\:border-fuchsia-200\/75:hover {
    border-color: rgba(245, 208, 254, 0.75);
}
.hover\:border-fuchsia-200\/80:hover {
    border-color: rgba(245, 208, 254, 0.8);
}
.hover\:border-fuchsia-200\/85:hover {
    border-color: rgba(245, 208, 254, 0.85);
}
.hover\:border-fuchsia-200\/90:hover {
    border-color: rgba(245, 208, 254, 0.9);
}
.hover\:border-fuchsia-200\/95:hover {
    border-color: rgba(245, 208, 254, 0.95);
}
.hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-300\/0:hover {
    border-color: rgba(240, 171, 252, 0);
}
.hover\:border-fuchsia-300\/10:hover {
    border-color: rgba(240, 171, 252, 0.1);
}
.hover\:border-fuchsia-300\/100:hover {
    border-color: #f0abfc;
}
.hover\:border-fuchsia-300\/15:hover {
    border-color: rgba(240, 171, 252, 0.15);
}
.hover\:border-fuchsia-300\/20:hover {
    border-color: rgba(240, 171, 252, 0.2);
}
.hover\:border-fuchsia-300\/25:hover {
    border-color: rgba(240, 171, 252, 0.25);
}
.hover\:border-fuchsia-300\/30:hover {
    border-color: rgba(240, 171, 252, 0.3);
}
.hover\:border-fuchsia-300\/35:hover {
    border-color: rgba(240, 171, 252, 0.35);
}
.hover\:border-fuchsia-300\/40:hover {
    border-color: rgba(240, 171, 252, 0.4);
}
.hover\:border-fuchsia-300\/45:hover {
    border-color: rgba(240, 171, 252, 0.45);
}
.hover\:border-fuchsia-300\/5:hover {
    border-color: rgba(240, 171, 252, 0.05);
}
.hover\:border-fuchsia-300\/50:hover {
    border-color: rgba(240, 171, 252, 0.5);
}
.hover\:border-fuchsia-300\/55:hover {
    border-color: rgba(240, 171, 252, 0.55);
}
.hover\:border-fuchsia-300\/60:hover {
    border-color: rgba(240, 171, 252, 0.6);
}
.hover\:border-fuchsia-300\/65:hover {
    border-color: rgba(240, 171, 252, 0.65);
}
.hover\:border-fuchsia-300\/70:hover {
    border-color: rgba(240, 171, 252, 0.7);
}
.hover\:border-fuchsia-300\/75:hover {
    border-color: rgba(240, 171, 252, 0.75);
}
.hover\:border-fuchsia-300\/80:hover {
    border-color: rgba(240, 171, 252, 0.8);
}
.hover\:border-fuchsia-300\/85:hover {
    border-color: rgba(240, 171, 252, 0.85);
}
.hover\:border-fuchsia-300\/90:hover {
    border-color: rgba(240, 171, 252, 0.9);
}
.hover\:border-fuchsia-300\/95:hover {
    border-color: rgba(240, 171, 252, 0.95);
}
.hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-400\/0:hover {
    border-color: rgba(232, 121, 249, 0);
}
.hover\:border-fuchsia-400\/10:hover {
    border-color: rgba(232, 121, 249, 0.1);
}
.hover\:border-fuchsia-400\/100:hover {
    border-color: #e879f9;
}
.hover\:border-fuchsia-400\/15:hover {
    border-color: rgba(232, 121, 249, 0.15);
}
.hover\:border-fuchsia-400\/20:hover {
    border-color: rgba(232, 121, 249, 0.2);
}
.hover\:border-fuchsia-400\/25:hover {
    border-color: rgba(232, 121, 249, 0.25);
}
.hover\:border-fuchsia-400\/30:hover {
    border-color: rgba(232, 121, 249, 0.3);
}
.hover\:border-fuchsia-400\/35:hover {
    border-color: rgba(232, 121, 249, 0.35);
}
.hover\:border-fuchsia-400\/40:hover {
    border-color: rgba(232, 121, 249, 0.4);
}
.hover\:border-fuchsia-400\/45:hover {
    border-color: rgba(232, 121, 249, 0.45);
}
.hover\:border-fuchsia-400\/5:hover {
    border-color: rgba(232, 121, 249, 0.05);
}
.hover\:border-fuchsia-400\/50:hover {
    border-color: rgba(232, 121, 249, 0.5);
}
.hover\:border-fuchsia-400\/55:hover {
    border-color: rgba(232, 121, 249, 0.55);
}
.hover\:border-fuchsia-400\/60:hover {
    border-color: rgba(232, 121, 249, 0.6);
}
.hover\:border-fuchsia-400\/65:hover {
    border-color: rgba(232, 121, 249, 0.65);
}
.hover\:border-fuchsia-400\/70:hover {
    border-color: rgba(232, 121, 249, 0.7);
}
.hover\:border-fuchsia-400\/75:hover {
    border-color: rgba(232, 121, 249, 0.75);
}
.hover\:border-fuchsia-400\/80:hover {
    border-color: rgba(232, 121, 249, 0.8);
}
.hover\:border-fuchsia-400\/85:hover {
    border-color: rgba(232, 121, 249, 0.85);
}
.hover\:border-fuchsia-400\/90:hover {
    border-color: rgba(232, 121, 249, 0.9);
}
.hover\:border-fuchsia-400\/95:hover {
    border-color: rgba(232, 121, 249, 0.95);
}
.hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-50\/0:hover {
    border-color: rgba(253, 244, 255, 0);
}
.hover\:border-fuchsia-50\/10:hover {
    border-color: rgba(253, 244, 255, 0.1);
}
.hover\:border-fuchsia-50\/100:hover {
    border-color: #fdf4ff;
}
.hover\:border-fuchsia-50\/15:hover {
    border-color: rgba(253, 244, 255, 0.15);
}
.hover\:border-fuchsia-50\/20:hover {
    border-color: rgba(253, 244, 255, 0.2);
}
.hover\:border-fuchsia-50\/25:hover {
    border-color: rgba(253, 244, 255, 0.25);
}
.hover\:border-fuchsia-50\/30:hover {
    border-color: rgba(253, 244, 255, 0.3);
}
.hover\:border-fuchsia-50\/35:hover {
    border-color: rgba(253, 244, 255, 0.35);
}
.hover\:border-fuchsia-50\/40:hover {
    border-color: rgba(253, 244, 255, 0.4);
}
.hover\:border-fuchsia-50\/45:hover {
    border-color: rgba(253, 244, 255, 0.45);
}
.hover\:border-fuchsia-50\/5:hover {
    border-color: rgba(253, 244, 255, 0.05);
}
.hover\:border-fuchsia-50\/50:hover {
    border-color: rgba(253, 244, 255, 0.5);
}
.hover\:border-fuchsia-50\/55:hover {
    border-color: rgba(253, 244, 255, 0.55);
}
.hover\:border-fuchsia-50\/60:hover {
    border-color: rgba(253, 244, 255, 0.6);
}
.hover\:border-fuchsia-50\/65:hover {
    border-color: rgba(253, 244, 255, 0.65);
}
.hover\:border-fuchsia-50\/70:hover {
    border-color: rgba(253, 244, 255, 0.7);
}
.hover\:border-fuchsia-50\/75:hover {
    border-color: rgba(253, 244, 255, 0.75);
}
.hover\:border-fuchsia-50\/80:hover {
    border-color: rgba(253, 244, 255, 0.8);
}
.hover\:border-fuchsia-50\/85:hover {
    border-color: rgba(253, 244, 255, 0.85);
}
.hover\:border-fuchsia-50\/90:hover {
    border-color: rgba(253, 244, 255, 0.9);
}
.hover\:border-fuchsia-50\/95:hover {
    border-color: rgba(253, 244, 255, 0.95);
}
.hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-500\/0:hover {
    border-color: rgba(217, 70, 239, 0);
}
.hover\:border-fuchsia-500\/10:hover {
    border-color: rgba(217, 70, 239, 0.1);
}
.hover\:border-fuchsia-500\/100:hover {
    border-color: #d946ef;
}
.hover\:border-fuchsia-500\/15:hover {
    border-color: rgba(217, 70, 239, 0.15);
}
.hover\:border-fuchsia-500\/20:hover {
    border-color: rgba(217, 70, 239, 0.2);
}
.hover\:border-fuchsia-500\/25:hover {
    border-color: rgba(217, 70, 239, 0.25);
}
.hover\:border-fuchsia-500\/30:hover {
    border-color: rgba(217, 70, 239, 0.3);
}
.hover\:border-fuchsia-500\/35:hover {
    border-color: rgba(217, 70, 239, 0.35);
}
.hover\:border-fuchsia-500\/40:hover {
    border-color: rgba(217, 70, 239, 0.4);
}
.hover\:border-fuchsia-500\/45:hover {
    border-color: rgba(217, 70, 239, 0.45);
}
.hover\:border-fuchsia-500\/5:hover {
    border-color: rgba(217, 70, 239, 0.05);
}
.hover\:border-fuchsia-500\/50:hover {
    border-color: rgba(217, 70, 239, 0.5);
}
.hover\:border-fuchsia-500\/55:hover {
    border-color: rgba(217, 70, 239, 0.55);
}
.hover\:border-fuchsia-500\/60:hover {
    border-color: rgba(217, 70, 239, 0.6);
}
.hover\:border-fuchsia-500\/65:hover {
    border-color: rgba(217, 70, 239, 0.65);
}
.hover\:border-fuchsia-500\/70:hover {
    border-color: rgba(217, 70, 239, 0.7);
}
.hover\:border-fuchsia-500\/75:hover {
    border-color: rgba(217, 70, 239, 0.75);
}
.hover\:border-fuchsia-500\/80:hover {
    border-color: rgba(217, 70, 239, 0.8);
}
.hover\:border-fuchsia-500\/85:hover {
    border-color: rgba(217, 70, 239, 0.85);
}
.hover\:border-fuchsia-500\/90:hover {
    border-color: rgba(217, 70, 239, 0.9);
}
.hover\:border-fuchsia-500\/95:hover {
    border-color: rgba(217, 70, 239, 0.95);
}
.hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-600\/0:hover {
    border-color: rgba(192, 38, 211, 0);
}
.hover\:border-fuchsia-600\/10:hover {
    border-color: rgba(192, 38, 211, 0.1);
}
.hover\:border-fuchsia-600\/100:hover {
    border-color: #c026d3;
}
.hover\:border-fuchsia-600\/15:hover {
    border-color: rgba(192, 38, 211, 0.15);
}
.hover\:border-fuchsia-600\/20:hover {
    border-color: rgba(192, 38, 211, 0.2);
}
.hover\:border-fuchsia-600\/25:hover {
    border-color: rgba(192, 38, 211, 0.25);
}
.hover\:border-fuchsia-600\/30:hover {
    border-color: rgba(192, 38, 211, 0.3);
}
.hover\:border-fuchsia-600\/35:hover {
    border-color: rgba(192, 38, 211, 0.35);
}
.hover\:border-fuchsia-600\/40:hover {
    border-color: rgba(192, 38, 211, 0.4);
}
.hover\:border-fuchsia-600\/45:hover {
    border-color: rgba(192, 38, 211, 0.45);
}
.hover\:border-fuchsia-600\/5:hover {
    border-color: rgba(192, 38, 211, 0.05);
}
.hover\:border-fuchsia-600\/50:hover {
    border-color: rgba(192, 38, 211, 0.5);
}
.hover\:border-fuchsia-600\/55:hover {
    border-color: rgba(192, 38, 211, 0.55);
}
.hover\:border-fuchsia-600\/60:hover {
    border-color: rgba(192, 38, 211, 0.6);
}
.hover\:border-fuchsia-600\/65:hover {
    border-color: rgba(192, 38, 211, 0.65);
}
.hover\:border-fuchsia-600\/70:hover {
    border-color: rgba(192, 38, 211, 0.7);
}
.hover\:border-fuchsia-600\/75:hover {
    border-color: rgba(192, 38, 211, 0.75);
}
.hover\:border-fuchsia-600\/80:hover {
    border-color: rgba(192, 38, 211, 0.8);
}
.hover\:border-fuchsia-600\/85:hover {
    border-color: rgba(192, 38, 211, 0.85);
}
.hover\:border-fuchsia-600\/90:hover {
    border-color: rgba(192, 38, 211, 0.9);
}
.hover\:border-fuchsia-600\/95:hover {
    border-color: rgba(192, 38, 211, 0.95);
}
.hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-700\/0:hover {
    border-color: rgba(162, 28, 175, 0);
}
.hover\:border-fuchsia-700\/10:hover {
    border-color: rgba(162, 28, 175, 0.1);
}
.hover\:border-fuchsia-700\/100:hover {
    border-color: #a21caf;
}
.hover\:border-fuchsia-700\/15:hover {
    border-color: rgba(162, 28, 175, 0.15);
}
.hover\:border-fuchsia-700\/20:hover {
    border-color: rgba(162, 28, 175, 0.2);
}
.hover\:border-fuchsia-700\/25:hover {
    border-color: rgba(162, 28, 175, 0.25);
}
.hover\:border-fuchsia-700\/30:hover {
    border-color: rgba(162, 28, 175, 0.3);
}
.hover\:border-fuchsia-700\/35:hover {
    border-color: rgba(162, 28, 175, 0.35);
}
.hover\:border-fuchsia-700\/40:hover {
    border-color: rgba(162, 28, 175, 0.4);
}
.hover\:border-fuchsia-700\/45:hover {
    border-color: rgba(162, 28, 175, 0.45);
}
.hover\:border-fuchsia-700\/5:hover {
    border-color: rgba(162, 28, 175, 0.05);
}
.hover\:border-fuchsia-700\/50:hover {
    border-color: rgba(162, 28, 175, 0.5);
}
.hover\:border-fuchsia-700\/55:hover {
    border-color: rgba(162, 28, 175, 0.55);
}
.hover\:border-fuchsia-700\/60:hover {
    border-color: rgba(162, 28, 175, 0.6);
}
.hover\:border-fuchsia-700\/65:hover {
    border-color: rgba(162, 28, 175, 0.65);
}
.hover\:border-fuchsia-700\/70:hover {
    border-color: rgba(162, 28, 175, 0.7);
}
.hover\:border-fuchsia-700\/75:hover {
    border-color: rgba(162, 28, 175, 0.75);
}
.hover\:border-fuchsia-700\/80:hover {
    border-color: rgba(162, 28, 175, 0.8);
}
.hover\:border-fuchsia-700\/85:hover {
    border-color: rgba(162, 28, 175, 0.85);
}
.hover\:border-fuchsia-700\/90:hover {
    border-color: rgba(162, 28, 175, 0.9);
}
.hover\:border-fuchsia-700\/95:hover {
    border-color: rgba(162, 28, 175, 0.95);
}
.hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-800\/0:hover {
    border-color: rgba(134, 25, 143, 0);
}
.hover\:border-fuchsia-800\/10:hover {
    border-color: rgba(134, 25, 143, 0.1);
}
.hover\:border-fuchsia-800\/100:hover {
    border-color: #86198f;
}
.hover\:border-fuchsia-800\/15:hover {
    border-color: rgba(134, 25, 143, 0.15);
}
.hover\:border-fuchsia-800\/20:hover {
    border-color: rgba(134, 25, 143, 0.2);
}
.hover\:border-fuchsia-800\/25:hover {
    border-color: rgba(134, 25, 143, 0.25);
}
.hover\:border-fuchsia-800\/30:hover {
    border-color: rgba(134, 25, 143, 0.3);
}
.hover\:border-fuchsia-800\/35:hover {
    border-color: rgba(134, 25, 143, 0.35);
}
.hover\:border-fuchsia-800\/40:hover {
    border-color: rgba(134, 25, 143, 0.4);
}
.hover\:border-fuchsia-800\/45:hover {
    border-color: rgba(134, 25, 143, 0.45);
}
.hover\:border-fuchsia-800\/5:hover {
    border-color: rgba(134, 25, 143, 0.05);
}
.hover\:border-fuchsia-800\/50:hover {
    border-color: rgba(134, 25, 143, 0.5);
}
.hover\:border-fuchsia-800\/55:hover {
    border-color: rgba(134, 25, 143, 0.55);
}
.hover\:border-fuchsia-800\/60:hover {
    border-color: rgba(134, 25, 143, 0.6);
}
.hover\:border-fuchsia-800\/65:hover {
    border-color: rgba(134, 25, 143, 0.65);
}
.hover\:border-fuchsia-800\/70:hover {
    border-color: rgba(134, 25, 143, 0.7);
}
.hover\:border-fuchsia-800\/75:hover {
    border-color: rgba(134, 25, 143, 0.75);
}
.hover\:border-fuchsia-800\/80:hover {
    border-color: rgba(134, 25, 143, 0.8);
}
.hover\:border-fuchsia-800\/85:hover {
    border-color: rgba(134, 25, 143, 0.85);
}
.hover\:border-fuchsia-800\/90:hover {
    border-color: rgba(134, 25, 143, 0.9);
}
.hover\:border-fuchsia-800\/95:hover {
    border-color: rgba(134, 25, 143, 0.95);
}
.hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-900\/0:hover {
    border-color: rgba(112, 26, 117, 0);
}
.hover\:border-fuchsia-900\/10:hover {
    border-color: rgba(112, 26, 117, 0.1);
}
.hover\:border-fuchsia-900\/100:hover {
    border-color: #701a75;
}
.hover\:border-fuchsia-900\/15:hover {
    border-color: rgba(112, 26, 117, 0.15);
}
.hover\:border-fuchsia-900\/20:hover {
    border-color: rgba(112, 26, 117, 0.2);
}
.hover\:border-fuchsia-900\/25:hover {
    border-color: rgba(112, 26, 117, 0.25);
}
.hover\:border-fuchsia-900\/30:hover {
    border-color: rgba(112, 26, 117, 0.3);
}
.hover\:border-fuchsia-900\/35:hover {
    border-color: rgba(112, 26, 117, 0.35);
}
.hover\:border-fuchsia-900\/40:hover {
    border-color: rgba(112, 26, 117, 0.4);
}
.hover\:border-fuchsia-900\/45:hover {
    border-color: rgba(112, 26, 117, 0.45);
}
.hover\:border-fuchsia-900\/5:hover {
    border-color: rgba(112, 26, 117, 0.05);
}
.hover\:border-fuchsia-900\/50:hover {
    border-color: rgba(112, 26, 117, 0.5);
}
.hover\:border-fuchsia-900\/55:hover {
    border-color: rgba(112, 26, 117, 0.55);
}
.hover\:border-fuchsia-900\/60:hover {
    border-color: rgba(112, 26, 117, 0.6);
}
.hover\:border-fuchsia-900\/65:hover {
    border-color: rgba(112, 26, 117, 0.65);
}
.hover\:border-fuchsia-900\/70:hover {
    border-color: rgba(112, 26, 117, 0.7);
}
.hover\:border-fuchsia-900\/75:hover {
    border-color: rgba(112, 26, 117, 0.75);
}
.hover\:border-fuchsia-900\/80:hover {
    border-color: rgba(112, 26, 117, 0.8);
}
.hover\:border-fuchsia-900\/85:hover {
    border-color: rgba(112, 26, 117, 0.85);
}
.hover\:border-fuchsia-900\/90:hover {
    border-color: rgba(112, 26, 117, 0.9);
}
.hover\:border-fuchsia-900\/95:hover {
    border-color: rgba(112, 26, 117, 0.95);
}
.hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-100\/0:hover {
    border-color: rgba(243, 244, 246, 0);
}
.hover\:border-gray-100\/10:hover {
    border-color: rgba(243, 244, 246, 0.1);
}
.hover\:border-gray-100\/100:hover {
    border-color: #f3f4f6;
}
.hover\:border-gray-100\/15:hover {
    border-color: rgba(243, 244, 246, 0.15);
}
.hover\:border-gray-100\/20:hover {
    border-color: rgba(243, 244, 246, 0.2);
}
.hover\:border-gray-100\/25:hover {
    border-color: rgba(243, 244, 246, 0.25);
}
.hover\:border-gray-100\/30:hover {
    border-color: rgba(243, 244, 246, 0.3);
}
.hover\:border-gray-100\/35:hover {
    border-color: rgba(243, 244, 246, 0.35);
}
.hover\:border-gray-100\/40:hover {
    border-color: rgba(243, 244, 246, 0.4);
}
.hover\:border-gray-100\/45:hover {
    border-color: rgba(243, 244, 246, 0.45);
}
.hover\:border-gray-100\/5:hover {
    border-color: rgba(243, 244, 246, 0.05);
}
.hover\:border-gray-100\/50:hover {
    border-color: rgba(243, 244, 246, 0.5);
}
.hover\:border-gray-100\/55:hover {
    border-color: rgba(243, 244, 246, 0.55);
}
.hover\:border-gray-100\/60:hover {
    border-color: rgba(243, 244, 246, 0.6);
}
.hover\:border-gray-100\/65:hover {
    border-color: rgba(243, 244, 246, 0.65);
}
.hover\:border-gray-100\/70:hover {
    border-color: rgba(243, 244, 246, 0.7);
}
.hover\:border-gray-100\/75:hover {
    border-color: rgba(243, 244, 246, 0.75);
}
.hover\:border-gray-100\/80:hover {
    border-color: rgba(243, 244, 246, 0.8);
}
.hover\:border-gray-100\/85:hover {
    border-color: rgba(243, 244, 246, 0.85);
}
.hover\:border-gray-100\/90:hover {
    border-color: rgba(243, 244, 246, 0.9);
}
.hover\:border-gray-100\/95:hover {
    border-color: rgba(243, 244, 246, 0.95);
}
.hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-200\/0:hover {
    border-color: rgba(229, 231, 235, 0);
}
.hover\:border-gray-200\/10:hover {
    border-color: rgba(229, 231, 235, 0.1);
}
.hover\:border-gray-200\/100:hover {
    border-color: #e5e7eb;
}
.hover\:border-gray-200\/15:hover {
    border-color: rgba(229, 231, 235, 0.15);
}
.hover\:border-gray-200\/20:hover {
    border-color: rgba(229, 231, 235, 0.2);
}
.hover\:border-gray-200\/25:hover {
    border-color: rgba(229, 231, 235, 0.25);
}
.hover\:border-gray-200\/30:hover {
    border-color: rgba(229, 231, 235, 0.3);
}
.hover\:border-gray-200\/35:hover {
    border-color: rgba(229, 231, 235, 0.35);
}
.hover\:border-gray-200\/40:hover {
    border-color: rgba(229, 231, 235, 0.4);
}
.hover\:border-gray-200\/45:hover {
    border-color: rgba(229, 231, 235, 0.45);
}
.hover\:border-gray-200\/5:hover {
    border-color: rgba(229, 231, 235, 0.05);
}
.hover\:border-gray-200\/50:hover {
    border-color: rgba(229, 231, 235, 0.5);
}
.hover\:border-gray-200\/55:hover {
    border-color: rgba(229, 231, 235, 0.55);
}
.hover\:border-gray-200\/60:hover {
    border-color: rgba(229, 231, 235, 0.6);
}
.hover\:border-gray-200\/65:hover {
    border-color: rgba(229, 231, 235, 0.65);
}
.hover\:border-gray-200\/70:hover {
    border-color: rgba(229, 231, 235, 0.7);
}
.hover\:border-gray-200\/75:hover {
    border-color: rgba(229, 231, 235, 0.75);
}
.hover\:border-gray-200\/80:hover {
    border-color: rgba(229, 231, 235, 0.8);
}
.hover\:border-gray-200\/85:hover {
    border-color: rgba(229, 231, 235, 0.85);
}
.hover\:border-gray-200\/90:hover {
    border-color: rgba(229, 231, 235, 0.9);
}
.hover\:border-gray-200\/95:hover {
    border-color: rgba(229, 231, 235, 0.95);
}
.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300\/0:hover {
    border-color: rgba(209, 213, 219, 0);
}
.hover\:border-gray-300\/10:hover {
    border-color: rgba(209, 213, 219, 0.1);
}
.hover\:border-gray-300\/100:hover {
    border-color: #d1d5db;
}
.hover\:border-gray-300\/15:hover {
    border-color: rgba(209, 213, 219, 0.15);
}
.hover\:border-gray-300\/20:hover {
    border-color: rgba(209, 213, 219, 0.2);
}
.hover\:border-gray-300\/25:hover {
    border-color: rgba(209, 213, 219, 0.25);
}
.hover\:border-gray-300\/30:hover {
    border-color: rgba(209, 213, 219, 0.3);
}
.hover\:border-gray-300\/35:hover {
    border-color: rgba(209, 213, 219, 0.35);
}
.hover\:border-gray-300\/40:hover {
    border-color: rgba(209, 213, 219, 0.4);
}
.hover\:border-gray-300\/45:hover {
    border-color: rgba(209, 213, 219, 0.45);
}
.hover\:border-gray-300\/5:hover {
    border-color: rgba(209, 213, 219, 0.05);
}
.hover\:border-gray-300\/50:hover {
    border-color: rgba(209, 213, 219, 0.5);
}
.hover\:border-gray-300\/55:hover {
    border-color: rgba(209, 213, 219, 0.55);
}
.hover\:border-gray-300\/60:hover {
    border-color: rgba(209, 213, 219, 0.6);
}
.hover\:border-gray-300\/65:hover {
    border-color: rgba(209, 213, 219, 0.65);
}
.hover\:border-gray-300\/70:hover {
    border-color: rgba(209, 213, 219, 0.7);
}
.hover\:border-gray-300\/75:hover {
    border-color: rgba(209, 213, 219, 0.75);
}
.hover\:border-gray-300\/80:hover {
    border-color: rgba(209, 213, 219, 0.8);
}
.hover\:border-gray-300\/85:hover {
    border-color: rgba(209, 213, 219, 0.85);
}
.hover\:border-gray-300\/90:hover {
    border-color: rgba(209, 213, 219, 0.9);
}
.hover\:border-gray-300\/95:hover {
    border-color: rgba(209, 213, 219, 0.95);
}
.hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400\/0:hover {
    border-color: rgba(156, 163, 175, 0);
}
.hover\:border-gray-400\/10:hover {
    border-color: rgba(156, 163, 175, 0.1);
}
.hover\:border-gray-400\/100:hover {
    border-color: #9ca3af;
}
.hover\:border-gray-400\/15:hover {
    border-color: rgba(156, 163, 175, 0.15);
}
.hover\:border-gray-400\/20:hover {
    border-color: rgba(156, 163, 175, 0.2);
}
.hover\:border-gray-400\/25:hover {
    border-color: rgba(156, 163, 175, 0.25);
}
.hover\:border-gray-400\/30:hover {
    border-color: rgba(156, 163, 175, 0.3);
}
.hover\:border-gray-400\/35:hover {
    border-color: rgba(156, 163, 175, 0.35);
}
.hover\:border-gray-400\/40:hover {
    border-color: rgba(156, 163, 175, 0.4);
}
.hover\:border-gray-400\/45:hover {
    border-color: rgba(156, 163, 175, 0.45);
}
.hover\:border-gray-400\/5:hover {
    border-color: rgba(156, 163, 175, 0.05);
}
.hover\:border-gray-400\/50:hover {
    border-color: rgba(156, 163, 175, 0.5);
}
.hover\:border-gray-400\/55:hover {
    border-color: rgba(156, 163, 175, 0.55);
}
.hover\:border-gray-400\/60:hover {
    border-color: rgba(156, 163, 175, 0.6);
}
.hover\:border-gray-400\/65:hover {
    border-color: rgba(156, 163, 175, 0.65);
}
.hover\:border-gray-400\/70:hover {
    border-color: rgba(156, 163, 175, 0.7);
}
.hover\:border-gray-400\/75:hover {
    border-color: rgba(156, 163, 175, 0.75);
}
.hover\:border-gray-400\/80:hover {
    border-color: rgba(156, 163, 175, 0.8);
}
.hover\:border-gray-400\/85:hover {
    border-color: rgba(156, 163, 175, 0.85);
}
.hover\:border-gray-400\/90:hover {
    border-color: rgba(156, 163, 175, 0.9);
}
.hover\:border-gray-400\/95:hover {
    border-color: rgba(156, 163, 175, 0.95);
}
.hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-50\/0:hover {
    border-color: rgba(249, 250, 251, 0);
}
.hover\:border-gray-50\/10:hover {
    border-color: rgba(249, 250, 251, 0.1);
}
.hover\:border-gray-50\/100:hover {
    border-color: #f9fafb;
}
.hover\:border-gray-50\/15:hover {
    border-color: rgba(249, 250, 251, 0.15);
}
.hover\:border-gray-50\/20:hover {
    border-color: rgba(249, 250, 251, 0.2);
}
.hover\:border-gray-50\/25:hover {
    border-color: rgba(249, 250, 251, 0.25);
}
.hover\:border-gray-50\/30:hover {
    border-color: rgba(249, 250, 251, 0.3);
}
.hover\:border-gray-50\/35:hover {
    border-color: rgba(249, 250, 251, 0.35);
}
.hover\:border-gray-50\/40:hover {
    border-color: rgba(249, 250, 251, 0.4);
}
.hover\:border-gray-50\/45:hover {
    border-color: rgba(249, 250, 251, 0.45);
}
.hover\:border-gray-50\/5:hover {
    border-color: rgba(249, 250, 251, 0.05);
}
.hover\:border-gray-50\/50:hover {
    border-color: rgba(249, 250, 251, 0.5);
}
.hover\:border-gray-50\/55:hover {
    border-color: rgba(249, 250, 251, 0.55);
}
.hover\:border-gray-50\/60:hover {
    border-color: rgba(249, 250, 251, 0.6);
}
.hover\:border-gray-50\/65:hover {
    border-color: rgba(249, 250, 251, 0.65);
}
.hover\:border-gray-50\/70:hover {
    border-color: rgba(249, 250, 251, 0.7);
}
.hover\:border-gray-50\/75:hover {
    border-color: rgba(249, 250, 251, 0.75);
}
.hover\:border-gray-50\/80:hover {
    border-color: rgba(249, 250, 251, 0.8);
}
.hover\:border-gray-50\/85:hover {
    border-color: rgba(249, 250, 251, 0.85);
}
.hover\:border-gray-50\/90:hover {
    border-color: rgba(249, 250, 251, 0.9);
}
.hover\:border-gray-50\/95:hover {
    border-color: rgba(249, 250, 251, 0.95);
}
.hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-500\/0:hover {
    border-color: hsla(220, 9%, 46%, 0);
}
.hover\:border-gray-500\/10:hover {
    border-color: hsla(220, 9%, 46%, 0.1);
}
.hover\:border-gray-500\/100:hover {
    border-color: #6b7280;
}
.hover\:border-gray-500\/15:hover {
    border-color: hsla(220, 9%, 46%, 0.15);
}
.hover\:border-gray-500\/20:hover {
    border-color: hsla(220, 9%, 46%, 0.2);
}
.hover\:border-gray-500\/25:hover {
    border-color: hsla(220, 9%, 46%, 0.25);
}
.hover\:border-gray-500\/30:hover {
    border-color: hsla(220, 9%, 46%, 0.3);
}
.hover\:border-gray-500\/35:hover {
    border-color: hsla(220, 9%, 46%, 0.35);
}
.hover\:border-gray-500\/40:hover {
    border-color: hsla(220, 9%, 46%, 0.4);
}
.hover\:border-gray-500\/45:hover {
    border-color: hsla(220, 9%, 46%, 0.45);
}
.hover\:border-gray-500\/5:hover {
    border-color: hsla(220, 9%, 46%, 0.05);
}
.hover\:border-gray-500\/50:hover {
    border-color: hsla(220, 9%, 46%, 0.5);
}
.hover\:border-gray-500\/55:hover {
    border-color: hsla(220, 9%, 46%, 0.55);
}
.hover\:border-gray-500\/60:hover {
    border-color: hsla(220, 9%, 46%, 0.6);
}
.hover\:border-gray-500\/65:hover {
    border-color: hsla(220, 9%, 46%, 0.65);
}
.hover\:border-gray-500\/70:hover {
    border-color: hsla(220, 9%, 46%, 0.7);
}
.hover\:border-gray-500\/75:hover {
    border-color: hsla(220, 9%, 46%, 0.75);
}
.hover\:border-gray-500\/80:hover {
    border-color: hsla(220, 9%, 46%, 0.8);
}
.hover\:border-gray-500\/85:hover {
    border-color: hsla(220, 9%, 46%, 0.85);
}
.hover\:border-gray-500\/90:hover {
    border-color: hsla(220, 9%, 46%, 0.9);
}
.hover\:border-gray-500\/95:hover {
    border-color: hsla(220, 9%, 46%, 0.95);
}
.hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-600\/0:hover {
    border-color: rgba(75, 85, 99, 0);
}
.hover\:border-gray-600\/10:hover {
    border-color: rgba(75, 85, 99, 0.1);
}
.hover\:border-gray-600\/100:hover {
    border-color: #4b5563;
}
.hover\:border-gray-600\/15:hover {
    border-color: rgba(75, 85, 99, 0.15);
}
.hover\:border-gray-600\/20:hover {
    border-color: rgba(75, 85, 99, 0.2);
}
.hover\:border-gray-600\/25:hover {
    border-color: rgba(75, 85, 99, 0.25);
}
.hover\:border-gray-600\/30:hover {
    border-color: rgba(75, 85, 99, 0.3);
}
.hover\:border-gray-600\/35:hover {
    border-color: rgba(75, 85, 99, 0.35);
}
.hover\:border-gray-600\/40:hover {
    border-color: rgba(75, 85, 99, 0.4);
}
.hover\:border-gray-600\/45:hover {
    border-color: rgba(75, 85, 99, 0.45);
}
.hover\:border-gray-600\/5:hover {
    border-color: rgba(75, 85, 99, 0.05);
}
.hover\:border-gray-600\/50:hover {
    border-color: rgba(75, 85, 99, 0.5);
}
.hover\:border-gray-600\/55:hover {
    border-color: rgba(75, 85, 99, 0.55);
}
.hover\:border-gray-600\/60:hover {
    border-color: rgba(75, 85, 99, 0.6);
}
.hover\:border-gray-600\/65:hover {
    border-color: rgba(75, 85, 99, 0.65);
}
.hover\:border-gray-600\/70:hover {
    border-color: rgba(75, 85, 99, 0.7);
}
.hover\:border-gray-600\/75:hover {
    border-color: rgba(75, 85, 99, 0.75);
}
.hover\:border-gray-600\/80:hover {
    border-color: rgba(75, 85, 99, 0.8);
}
.hover\:border-gray-600\/85:hover {
    border-color: rgba(75, 85, 99, 0.85);
}
.hover\:border-gray-600\/90:hover {
    border-color: rgba(75, 85, 99, 0.9);
}
.hover\:border-gray-600\/95:hover {
    border-color: rgba(75, 85, 99, 0.95);
}
.hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-700\/0:hover {
    border-color: rgba(55, 65, 81, 0);
}
.hover\:border-gray-700\/10:hover {
    border-color: rgba(55, 65, 81, 0.1);
}
.hover\:border-gray-700\/100:hover {
    border-color: #374151;
}
.hover\:border-gray-700\/15:hover {
    border-color: rgba(55, 65, 81, 0.15);
}
.hover\:border-gray-700\/20:hover {
    border-color: rgba(55, 65, 81, 0.2);
}
.hover\:border-gray-700\/25:hover {
    border-color: rgba(55, 65, 81, 0.25);
}
.hover\:border-gray-700\/30:hover {
    border-color: rgba(55, 65, 81, 0.3);
}
.hover\:border-gray-700\/35:hover {
    border-color: rgba(55, 65, 81, 0.35);
}
.hover\:border-gray-700\/40:hover {
    border-color: rgba(55, 65, 81, 0.4);
}
.hover\:border-gray-700\/45:hover {
    border-color: rgba(55, 65, 81, 0.45);
}
.hover\:border-gray-700\/5:hover {
    border-color: rgba(55, 65, 81, 0.05);
}
.hover\:border-gray-700\/50:hover {
    border-color: rgba(55, 65, 81, 0.5);
}
.hover\:border-gray-700\/55:hover {
    border-color: rgba(55, 65, 81, 0.55);
}
.hover\:border-gray-700\/60:hover {
    border-color: rgba(55, 65, 81, 0.6);
}
.hover\:border-gray-700\/65:hover {
    border-color: rgba(55, 65, 81, 0.65);
}
.hover\:border-gray-700\/70:hover {
    border-color: rgba(55, 65, 81, 0.7);
}
.hover\:border-gray-700\/75:hover {
    border-color: rgba(55, 65, 81, 0.75);
}
.hover\:border-gray-700\/80:hover {
    border-color: rgba(55, 65, 81, 0.8);
}
.hover\:border-gray-700\/85:hover {
    border-color: rgba(55, 65, 81, 0.85);
}
.hover\:border-gray-700\/90:hover {
    border-color: rgba(55, 65, 81, 0.9);
}
.hover\:border-gray-700\/95:hover {
    border-color: rgba(55, 65, 81, 0.95);
}
.hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-800\/0:hover {
    border-color: rgba(31, 41, 55, 0);
}
.hover\:border-gray-800\/10:hover {
    border-color: rgba(31, 41, 55, 0.1);
}
.hover\:border-gray-800\/100:hover {
    border-color: #1f2937;
}
.hover\:border-gray-800\/15:hover {
    border-color: rgba(31, 41, 55, 0.15);
}
.hover\:border-gray-800\/20:hover {
    border-color: rgba(31, 41, 55, 0.2);
}
.hover\:border-gray-800\/25:hover {
    border-color: rgba(31, 41, 55, 0.25);
}
.hover\:border-gray-800\/30:hover {
    border-color: rgba(31, 41, 55, 0.3);
}
.hover\:border-gray-800\/35:hover {
    border-color: rgba(31, 41, 55, 0.35);
}
.hover\:border-gray-800\/40:hover {
    border-color: rgba(31, 41, 55, 0.4);
}
.hover\:border-gray-800\/45:hover {
    border-color: rgba(31, 41, 55, 0.45);
}
.hover\:border-gray-800\/5:hover {
    border-color: rgba(31, 41, 55, 0.05);
}
.hover\:border-gray-800\/50:hover {
    border-color: rgba(31, 41, 55, 0.5);
}
.hover\:border-gray-800\/55:hover {
    border-color: rgba(31, 41, 55, 0.55);
}
.hover\:border-gray-800\/60:hover {
    border-color: rgba(31, 41, 55, 0.6);
}
.hover\:border-gray-800\/65:hover {
    border-color: rgba(31, 41, 55, 0.65);
}
.hover\:border-gray-800\/70:hover {
    border-color: rgba(31, 41, 55, 0.7);
}
.hover\:border-gray-800\/75:hover {
    border-color: rgba(31, 41, 55, 0.75);
}
.hover\:border-gray-800\/80:hover {
    border-color: rgba(31, 41, 55, 0.8);
}
.hover\:border-gray-800\/85:hover {
    border-color: rgba(31, 41, 55, 0.85);
}
.hover\:border-gray-800\/90:hover {
    border-color: rgba(31, 41, 55, 0.9);
}
.hover\:border-gray-800\/95:hover {
    border-color: rgba(31, 41, 55, 0.95);
}
.hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-900\/0:hover {
    border-color: rgba(17, 24, 39, 0);
}
.hover\:border-gray-900\/10:hover {
    border-color: rgba(17, 24, 39, 0.1);
}
.hover\:border-gray-900\/100:hover {
    border-color: #111827;
}
.hover\:border-gray-900\/15:hover {
    border-color: rgba(17, 24, 39, 0.15);
}
.hover\:border-gray-900\/20:hover {
    border-color: rgba(17, 24, 39, 0.2);
}
.hover\:border-gray-900\/25:hover {
    border-color: rgba(17, 24, 39, 0.25);
}
.hover\:border-gray-900\/30:hover {
    border-color: rgba(17, 24, 39, 0.3);
}
.hover\:border-gray-900\/35:hover {
    border-color: rgba(17, 24, 39, 0.35);
}
.hover\:border-gray-900\/40:hover {
    border-color: rgba(17, 24, 39, 0.4);
}
.hover\:border-gray-900\/45:hover {
    border-color: rgba(17, 24, 39, 0.45);
}
.hover\:border-gray-900\/5:hover {
    border-color: rgba(17, 24, 39, 0.05);
}
.hover\:border-gray-900\/50:hover {
    border-color: rgba(17, 24, 39, 0.5);
}
.hover\:border-gray-900\/55:hover {
    border-color: rgba(17, 24, 39, 0.55);
}
.hover\:border-gray-900\/60:hover {
    border-color: rgba(17, 24, 39, 0.6);
}
.hover\:border-gray-900\/65:hover {
    border-color: rgba(17, 24, 39, 0.65);
}
.hover\:border-gray-900\/70:hover {
    border-color: rgba(17, 24, 39, 0.7);
}
.hover\:border-gray-900\/75:hover {
    border-color: rgba(17, 24, 39, 0.75);
}
.hover\:border-gray-900\/80:hover {
    border-color: rgba(17, 24, 39, 0.8);
}
.hover\:border-gray-900\/85:hover {
    border-color: rgba(17, 24, 39, 0.85);
}
.hover\:border-gray-900\/90:hover {
    border-color: rgba(17, 24, 39, 0.9);
}
.hover\:border-gray-900\/95:hover {
    border-color: rgba(17, 24, 39, 0.95);
}
.hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.hover\:border-green-100\/0:hover {
    border-color: rgba(209, 250, 229, 0);
}
.hover\:border-green-100\/10:hover {
    border-color: rgba(209, 250, 229, 0.1);
}
.hover\:border-green-100\/100:hover {
    border-color: #d1fae5;
}
.hover\:border-green-100\/15:hover {
    border-color: rgba(209, 250, 229, 0.15);
}
.hover\:border-green-100\/20:hover {
    border-color: rgba(209, 250, 229, 0.2);
}
.hover\:border-green-100\/25:hover {
    border-color: rgba(209, 250, 229, 0.25);
}
.hover\:border-green-100\/30:hover {
    border-color: rgba(209, 250, 229, 0.3);
}
.hover\:border-green-100\/35:hover {
    border-color: rgba(209, 250, 229, 0.35);
}
.hover\:border-green-100\/40:hover {
    border-color: rgba(209, 250, 229, 0.4);
}
.hover\:border-green-100\/45:hover {
    border-color: rgba(209, 250, 229, 0.45);
}
.hover\:border-green-100\/5:hover {
    border-color: rgba(209, 250, 229, 0.05);
}
.hover\:border-green-100\/50:hover {
    border-color: rgba(209, 250, 229, 0.5);
}
.hover\:border-green-100\/55:hover {
    border-color: rgba(209, 250, 229, 0.55);
}
.hover\:border-green-100\/60:hover {
    border-color: rgba(209, 250, 229, 0.6);
}
.hover\:border-green-100\/65:hover {
    border-color: rgba(209, 250, 229, 0.65);
}
.hover\:border-green-100\/70:hover {
    border-color: rgba(209, 250, 229, 0.7);
}
.hover\:border-green-100\/75:hover {
    border-color: rgba(209, 250, 229, 0.75);
}
.hover\:border-green-100\/80:hover {
    border-color: rgba(209, 250, 229, 0.8);
}
.hover\:border-green-100\/85:hover {
    border-color: rgba(209, 250, 229, 0.85);
}
.hover\:border-green-100\/90:hover {
    border-color: rgba(209, 250, 229, 0.9);
}
.hover\:border-green-100\/95:hover {
    border-color: rgba(209, 250, 229, 0.95);
}
.hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.hover\:border-green-200\/0:hover {
    border-color: rgba(167, 243, 208, 0);
}
.hover\:border-green-200\/10:hover {
    border-color: rgba(167, 243, 208, 0.1);
}
.hover\:border-green-200\/100:hover {
    border-color: #a7f3d0;
}
.hover\:border-green-200\/15:hover {
    border-color: rgba(167, 243, 208, 0.15);
}
.hover\:border-green-200\/20:hover {
    border-color: rgba(167, 243, 208, 0.2);
}
.hover\:border-green-200\/25:hover {
    border-color: rgba(167, 243, 208, 0.25);
}
.hover\:border-green-200\/30:hover {
    border-color: rgba(167, 243, 208, 0.3);
}
.hover\:border-green-200\/35:hover {
    border-color: rgba(167, 243, 208, 0.35);
}
.hover\:border-green-200\/40:hover {
    border-color: rgba(167, 243, 208, 0.4);
}
.hover\:border-green-200\/45:hover {
    border-color: rgba(167, 243, 208, 0.45);
}
.hover\:border-green-200\/5:hover {
    border-color: rgba(167, 243, 208, 0.05);
}
.hover\:border-green-200\/50:hover {
    border-color: rgba(167, 243, 208, 0.5);
}
.hover\:border-green-200\/55:hover {
    border-color: rgba(167, 243, 208, 0.55);
}
.hover\:border-green-200\/60:hover {
    border-color: rgba(167, 243, 208, 0.6);
}
.hover\:border-green-200\/65:hover {
    border-color: rgba(167, 243, 208, 0.65);
}
.hover\:border-green-200\/70:hover {
    border-color: rgba(167, 243, 208, 0.7);
}
.hover\:border-green-200\/75:hover {
    border-color: rgba(167, 243, 208, 0.75);
}
.hover\:border-green-200\/80:hover {
    border-color: rgba(167, 243, 208, 0.8);
}
.hover\:border-green-200\/85:hover {
    border-color: rgba(167, 243, 208, 0.85);
}
.hover\:border-green-200\/90:hover {
    border-color: rgba(167, 243, 208, 0.9);
}
.hover\:border-green-200\/95:hover {
    border-color: rgba(167, 243, 208, 0.95);
}
.hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.hover\:border-green-300\/0:hover {
    border-color: rgba(110, 231, 183, 0);
}
.hover\:border-green-300\/10:hover {
    border-color: rgba(110, 231, 183, 0.1);
}
.hover\:border-green-300\/100:hover {
    border-color: #6ee7b7;
}
.hover\:border-green-300\/15:hover {
    border-color: rgba(110, 231, 183, 0.15);
}
.hover\:border-green-300\/20:hover {
    border-color: rgba(110, 231, 183, 0.2);
}
.hover\:border-green-300\/25:hover {
    border-color: rgba(110, 231, 183, 0.25);
}
.hover\:border-green-300\/30:hover {
    border-color: rgba(110, 231, 183, 0.3);
}
.hover\:border-green-300\/35:hover {
    border-color: rgba(110, 231, 183, 0.35);
}
.hover\:border-green-300\/40:hover {
    border-color: rgba(110, 231, 183, 0.4);
}
.hover\:border-green-300\/45:hover {
    border-color: rgba(110, 231, 183, 0.45);
}
.hover\:border-green-300\/5:hover {
    border-color: rgba(110, 231, 183, 0.05);
}
.hover\:border-green-300\/50:hover {
    border-color: rgba(110, 231, 183, 0.5);
}
.hover\:border-green-300\/55:hover {
    border-color: rgba(110, 231, 183, 0.55);
}
.hover\:border-green-300\/60:hover {
    border-color: rgba(110, 231, 183, 0.6);
}
.hover\:border-green-300\/65:hover {
    border-color: rgba(110, 231, 183, 0.65);
}
.hover\:border-green-300\/70:hover {
    border-color: rgba(110, 231, 183, 0.7);
}
.hover\:border-green-300\/75:hover {
    border-color: rgba(110, 231, 183, 0.75);
}
.hover\:border-green-300\/80:hover {
    border-color: rgba(110, 231, 183, 0.8);
}
.hover\:border-green-300\/85:hover {
    border-color: rgba(110, 231, 183, 0.85);
}
.hover\:border-green-300\/90:hover {
    border-color: rgba(110, 231, 183, 0.9);
}
.hover\:border-green-300\/95:hover {
    border-color: rgba(110, 231, 183, 0.95);
}
.hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.hover\:border-green-400\/0:hover {
    border-color: rgba(52, 211, 153, 0);
}
.hover\:border-green-400\/10:hover {
    border-color: rgba(52, 211, 153, 0.1);
}
.hover\:border-green-400\/100:hover {
    border-color: #34d399;
}
.hover\:border-green-400\/15:hover {
    border-color: rgba(52, 211, 153, 0.15);
}
.hover\:border-green-400\/20:hover {
    border-color: rgba(52, 211, 153, 0.2);
}
.hover\:border-green-400\/25:hover {
    border-color: rgba(52, 211, 153, 0.25);
}
.hover\:border-green-400\/30:hover {
    border-color: rgba(52, 211, 153, 0.3);
}
.hover\:border-green-400\/35:hover {
    border-color: rgba(52, 211, 153, 0.35);
}
.hover\:border-green-400\/40:hover {
    border-color: rgba(52, 211, 153, 0.4);
}
.hover\:border-green-400\/45:hover {
    border-color: rgba(52, 211, 153, 0.45);
}
.hover\:border-green-400\/5:hover {
    border-color: rgba(52, 211, 153, 0.05);
}
.hover\:border-green-400\/50:hover {
    border-color: rgba(52, 211, 153, 0.5);
}
.hover\:border-green-400\/55:hover {
    border-color: rgba(52, 211, 153, 0.55);
}
.hover\:border-green-400\/60:hover {
    border-color: rgba(52, 211, 153, 0.6);
}
.hover\:border-green-400\/65:hover {
    border-color: rgba(52, 211, 153, 0.65);
}
.hover\:border-green-400\/70:hover {
    border-color: rgba(52, 211, 153, 0.7);
}
.hover\:border-green-400\/75:hover {
    border-color: rgba(52, 211, 153, 0.75);
}
.hover\:border-green-400\/80:hover {
    border-color: rgba(52, 211, 153, 0.8);
}
.hover\:border-green-400\/85:hover {
    border-color: rgba(52, 211, 153, 0.85);
}
.hover\:border-green-400\/90:hover {
    border-color: rgba(52, 211, 153, 0.9);
}
.hover\:border-green-400\/95:hover {
    border-color: rgba(52, 211, 153, 0.95);
}
.hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.hover\:border-green-50\/0:hover {
    border-color: rgba(236, 253, 245, 0);
}
.hover\:border-green-50\/10:hover {
    border-color: rgba(236, 253, 245, 0.1);
}
.hover\:border-green-50\/100:hover {
    border-color: #ecfdf5;
}
.hover\:border-green-50\/15:hover {
    border-color: rgba(236, 253, 245, 0.15);
}
.hover\:border-green-50\/20:hover {
    border-color: rgba(236, 253, 245, 0.2);
}
.hover\:border-green-50\/25:hover {
    border-color: rgba(236, 253, 245, 0.25);
}
.hover\:border-green-50\/30:hover {
    border-color: rgba(236, 253, 245, 0.3);
}
.hover\:border-green-50\/35:hover {
    border-color: rgba(236, 253, 245, 0.35);
}
.hover\:border-green-50\/40:hover {
    border-color: rgba(236, 253, 245, 0.4);
}
.hover\:border-green-50\/45:hover {
    border-color: rgba(236, 253, 245, 0.45);
}
.hover\:border-green-50\/5:hover {
    border-color: rgba(236, 253, 245, 0.05);
}
.hover\:border-green-50\/50:hover {
    border-color: rgba(236, 253, 245, 0.5);
}
.hover\:border-green-50\/55:hover {
    border-color: rgba(236, 253, 245, 0.55);
}
.hover\:border-green-50\/60:hover {
    border-color: rgba(236, 253, 245, 0.6);
}
.hover\:border-green-50\/65:hover {
    border-color: rgba(236, 253, 245, 0.65);
}
.hover\:border-green-50\/70:hover {
    border-color: rgba(236, 253, 245, 0.7);
}
.hover\:border-green-50\/75:hover {
    border-color: rgba(236, 253, 245, 0.75);
}
.hover\:border-green-50\/80:hover {
    border-color: rgba(236, 253, 245, 0.8);
}
.hover\:border-green-50\/85:hover {
    border-color: rgba(236, 253, 245, 0.85);
}
.hover\:border-green-50\/90:hover {
    border-color: rgba(236, 253, 245, 0.9);
}
.hover\:border-green-50\/95:hover {
    border-color: rgba(236, 253, 245, 0.95);
}
.hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.hover\:border-green-500\/0:hover {
    border-color: rgba(16, 185, 129, 0);
}
.hover\:border-green-500\/10:hover {
    border-color: rgba(16, 185, 129, 0.1);
}
.hover\:border-green-500\/100:hover {
    border-color: #10b981;
}
.hover\:border-green-500\/15:hover {
    border-color: rgba(16, 185, 129, 0.15);
}
.hover\:border-green-500\/20:hover {
    border-color: rgba(16, 185, 129, 0.2);
}
.hover\:border-green-500\/25:hover {
    border-color: rgba(16, 185, 129, 0.25);
}
.hover\:border-green-500\/30:hover {
    border-color: rgba(16, 185, 129, 0.3);
}
.hover\:border-green-500\/35:hover {
    border-color: rgba(16, 185, 129, 0.35);
}
.hover\:border-green-500\/40:hover {
    border-color: rgba(16, 185, 129, 0.4);
}
.hover\:border-green-500\/45:hover {
    border-color: rgba(16, 185, 129, 0.45);
}
.hover\:border-green-500\/5:hover {
    border-color: rgba(16, 185, 129, 0.05);
}
.hover\:border-green-500\/50:hover {
    border-color: rgba(16, 185, 129, 0.5);
}
.hover\:border-green-500\/55:hover {
    border-color: rgba(16, 185, 129, 0.55);
}
.hover\:border-green-500\/60:hover {
    border-color: rgba(16, 185, 129, 0.6);
}
.hover\:border-green-500\/65:hover {
    border-color: rgba(16, 185, 129, 0.65);
}
.hover\:border-green-500\/70:hover {
    border-color: rgba(16, 185, 129, 0.7);
}
.hover\:border-green-500\/75:hover {
    border-color: rgba(16, 185, 129, 0.75);
}
.hover\:border-green-500\/80:hover {
    border-color: rgba(16, 185, 129, 0.8);
}
.hover\:border-green-500\/85:hover {
    border-color: rgba(16, 185, 129, 0.85);
}
.hover\:border-green-500\/90:hover {
    border-color: rgba(16, 185, 129, 0.9);
}
.hover\:border-green-500\/95:hover {
    border-color: rgba(16, 185, 129, 0.95);
}
.hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.hover\:border-green-600\/0:hover {
    border-color: rgba(5, 150, 105, 0);
}
.hover\:border-green-600\/10:hover {
    border-color: rgba(5, 150, 105, 0.1);
}
.hover\:border-green-600\/100:hover {
    border-color: #059669;
}
.hover\:border-green-600\/15:hover {
    border-color: rgba(5, 150, 105, 0.15);
}
.hover\:border-green-600\/20:hover {
    border-color: rgba(5, 150, 105, 0.2);
}
.hover\:border-green-600\/25:hover {
    border-color: rgba(5, 150, 105, 0.25);
}
.hover\:border-green-600\/30:hover {
    border-color: rgba(5, 150, 105, 0.3);
}
.hover\:border-green-600\/35:hover {
    border-color: rgba(5, 150, 105, 0.35);
}
.hover\:border-green-600\/40:hover {
    border-color: rgba(5, 150, 105, 0.4);
}
.hover\:border-green-600\/45:hover {
    border-color: rgba(5, 150, 105, 0.45);
}
.hover\:border-green-600\/5:hover {
    border-color: rgba(5, 150, 105, 0.05);
}
.hover\:border-green-600\/50:hover {
    border-color: rgba(5, 150, 105, 0.5);
}
.hover\:border-green-600\/55:hover {
    border-color: rgba(5, 150, 105, 0.55);
}
.hover\:border-green-600\/60:hover {
    border-color: rgba(5, 150, 105, 0.6);
}
.hover\:border-green-600\/65:hover {
    border-color: rgba(5, 150, 105, 0.65);
}
.hover\:border-green-600\/70:hover {
    border-color: rgba(5, 150, 105, 0.7);
}
.hover\:border-green-600\/75:hover {
    border-color: rgba(5, 150, 105, 0.75);
}
.hover\:border-green-600\/80:hover {
    border-color: rgba(5, 150, 105, 0.8);
}
.hover\:border-green-600\/85:hover {
    border-color: rgba(5, 150, 105, 0.85);
}
.hover\:border-green-600\/90:hover {
    border-color: rgba(5, 150, 105, 0.9);
}
.hover\:border-green-600\/95:hover {
    border-color: rgba(5, 150, 105, 0.95);
}
.hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.hover\:border-green-700\/0:hover {
    border-color: rgba(4, 120, 87, 0);
}
.hover\:border-green-700\/10:hover {
    border-color: rgba(4, 120, 87, 0.1);
}
.hover\:border-green-700\/100:hover {
    border-color: #047857;
}
.hover\:border-green-700\/15:hover {
    border-color: rgba(4, 120, 87, 0.15);
}
.hover\:border-green-700\/20:hover {
    border-color: rgba(4, 120, 87, 0.2);
}
.hover\:border-green-700\/25:hover {
    border-color: rgba(4, 120, 87, 0.25);
}
.hover\:border-green-700\/30:hover {
    border-color: rgba(4, 120, 87, 0.3);
}
.hover\:border-green-700\/35:hover {
    border-color: rgba(4, 120, 87, 0.35);
}
.hover\:border-green-700\/40:hover {
    border-color: rgba(4, 120, 87, 0.4);
}
.hover\:border-green-700\/45:hover {
    border-color: rgba(4, 120, 87, 0.45);
}
.hover\:border-green-700\/5:hover {
    border-color: rgba(4, 120, 87, 0.05);
}
.hover\:border-green-700\/50:hover {
    border-color: rgba(4, 120, 87, 0.5);
}
.hover\:border-green-700\/55:hover {
    border-color: rgba(4, 120, 87, 0.55);
}
.hover\:border-green-700\/60:hover {
    border-color: rgba(4, 120, 87, 0.6);
}
.hover\:border-green-700\/65:hover {
    border-color: rgba(4, 120, 87, 0.65);
}
.hover\:border-green-700\/70:hover {
    border-color: rgba(4, 120, 87, 0.7);
}
.hover\:border-green-700\/75:hover {
    border-color: rgba(4, 120, 87, 0.75);
}
.hover\:border-green-700\/80:hover {
    border-color: rgba(4, 120, 87, 0.8);
}
.hover\:border-green-700\/85:hover {
    border-color: rgba(4, 120, 87, 0.85);
}
.hover\:border-green-700\/90:hover {
    border-color: rgba(4, 120, 87, 0.9);
}
.hover\:border-green-700\/95:hover {
    border-color: rgba(4, 120, 87, 0.95);
}
.hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.hover\:border-green-800\/0:hover {
    border-color: rgba(6, 95, 70, 0);
}
.hover\:border-green-800\/10:hover {
    border-color: rgba(6, 95, 70, 0.1);
}
.hover\:border-green-800\/100:hover {
    border-color: #065f46;
}
.hover\:border-green-800\/15:hover {
    border-color: rgba(6, 95, 70, 0.15);
}
.hover\:border-green-800\/20:hover {
    border-color: rgba(6, 95, 70, 0.2);
}
.hover\:border-green-800\/25:hover {
    border-color: rgba(6, 95, 70, 0.25);
}
.hover\:border-green-800\/30:hover {
    border-color: rgba(6, 95, 70, 0.3);
}
.hover\:border-green-800\/35:hover {
    border-color: rgba(6, 95, 70, 0.35);
}
.hover\:border-green-800\/40:hover {
    border-color: rgba(6, 95, 70, 0.4);
}
.hover\:border-green-800\/45:hover {
    border-color: rgba(6, 95, 70, 0.45);
}
.hover\:border-green-800\/5:hover {
    border-color: rgba(6, 95, 70, 0.05);
}
.hover\:border-green-800\/50:hover {
    border-color: rgba(6, 95, 70, 0.5);
}
.hover\:border-green-800\/55:hover {
    border-color: rgba(6, 95, 70, 0.55);
}
.hover\:border-green-800\/60:hover {
    border-color: rgba(6, 95, 70, 0.6);
}
.hover\:border-green-800\/65:hover {
    border-color: rgba(6, 95, 70, 0.65);
}
.hover\:border-green-800\/70:hover {
    border-color: rgba(6, 95, 70, 0.7);
}
.hover\:border-green-800\/75:hover {
    border-color: rgba(6, 95, 70, 0.75);
}
.hover\:border-green-800\/80:hover {
    border-color: rgba(6, 95, 70, 0.8);
}
.hover\:border-green-800\/85:hover {
    border-color: rgba(6, 95, 70, 0.85);
}
.hover\:border-green-800\/90:hover {
    border-color: rgba(6, 95, 70, 0.9);
}
.hover\:border-green-800\/95:hover {
    border-color: rgba(6, 95, 70, 0.95);
}
.hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.hover\:border-green-900\/0:hover {
    border-color: rgba(6, 78, 59, 0);
}
.hover\:border-green-900\/10:hover {
    border-color: rgba(6, 78, 59, 0.1);
}
.hover\:border-green-900\/100:hover {
    border-color: #064e3b;
}
.hover\:border-green-900\/15:hover {
    border-color: rgba(6, 78, 59, 0.15);
}
.hover\:border-green-900\/20:hover {
    border-color: rgba(6, 78, 59, 0.2);
}
.hover\:border-green-900\/25:hover {
    border-color: rgba(6, 78, 59, 0.25);
}
.hover\:border-green-900\/30:hover {
    border-color: rgba(6, 78, 59, 0.3);
}
.hover\:border-green-900\/35:hover {
    border-color: rgba(6, 78, 59, 0.35);
}
.hover\:border-green-900\/40:hover {
    border-color: rgba(6, 78, 59, 0.4);
}
.hover\:border-green-900\/45:hover {
    border-color: rgba(6, 78, 59, 0.45);
}
.hover\:border-green-900\/5:hover {
    border-color: rgba(6, 78, 59, 0.05);
}
.hover\:border-green-900\/50:hover {
    border-color: rgba(6, 78, 59, 0.5);
}
.hover\:border-green-900\/55:hover {
    border-color: rgba(6, 78, 59, 0.55);
}
.hover\:border-green-900\/60:hover {
    border-color: rgba(6, 78, 59, 0.6);
}
.hover\:border-green-900\/65:hover {
    border-color: rgba(6, 78, 59, 0.65);
}
.hover\:border-green-900\/70:hover {
    border-color: rgba(6, 78, 59, 0.7);
}
.hover\:border-green-900\/75:hover {
    border-color: rgba(6, 78, 59, 0.75);
}
.hover\:border-green-900\/80:hover {
    border-color: rgba(6, 78, 59, 0.8);
}
.hover\:border-green-900\/85:hover {
    border-color: rgba(6, 78, 59, 0.85);
}
.hover\:border-green-900\/90:hover {
    border-color: rgba(6, 78, 59, 0.9);
}
.hover\:border-green-900\/95:hover {
    border-color: rgba(6, 78, 59, 0.95);
}
.hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-100\/0:hover {
    border-color: rgba(224, 231, 255, 0);
}
.hover\:border-indigo-100\/10:hover {
    border-color: rgba(224, 231, 255, 0.1);
}
.hover\:border-indigo-100\/100:hover {
    border-color: #e0e7ff;
}
.hover\:border-indigo-100\/15:hover {
    border-color: rgba(224, 231, 255, 0.15);
}
.hover\:border-indigo-100\/20:hover {
    border-color: rgba(224, 231, 255, 0.2);
}
.hover\:border-indigo-100\/25:hover {
    border-color: rgba(224, 231, 255, 0.25);
}
.hover\:border-indigo-100\/30:hover {
    border-color: rgba(224, 231, 255, 0.3);
}
.hover\:border-indigo-100\/35:hover {
    border-color: rgba(224, 231, 255, 0.35);
}
.hover\:border-indigo-100\/40:hover {
    border-color: rgba(224, 231, 255, 0.4);
}
.hover\:border-indigo-100\/45:hover {
    border-color: rgba(224, 231, 255, 0.45);
}
.hover\:border-indigo-100\/5:hover {
    border-color: rgba(224, 231, 255, 0.05);
}
.hover\:border-indigo-100\/50:hover {
    border-color: rgba(224, 231, 255, 0.5);
}
.hover\:border-indigo-100\/55:hover {
    border-color: rgba(224, 231, 255, 0.55);
}
.hover\:border-indigo-100\/60:hover {
    border-color: rgba(224, 231, 255, 0.6);
}
.hover\:border-indigo-100\/65:hover {
    border-color: rgba(224, 231, 255, 0.65);
}
.hover\:border-indigo-100\/70:hover {
    border-color: rgba(224, 231, 255, 0.7);
}
.hover\:border-indigo-100\/75:hover {
    border-color: rgba(224, 231, 255, 0.75);
}
.hover\:border-indigo-100\/80:hover {
    border-color: rgba(224, 231, 255, 0.8);
}
.hover\:border-indigo-100\/85:hover {
    border-color: rgba(224, 231, 255, 0.85);
}
.hover\:border-indigo-100\/90:hover {
    border-color: rgba(224, 231, 255, 0.9);
}
.hover\:border-indigo-100\/95:hover {
    border-color: rgba(224, 231, 255, 0.95);
}
.hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-200\/0:hover {
    border-color: rgba(199, 210, 254, 0);
}
.hover\:border-indigo-200\/10:hover {
    border-color: rgba(199, 210, 254, 0.1);
}
.hover\:border-indigo-200\/100:hover {
    border-color: #c7d2fe;
}
.hover\:border-indigo-200\/15:hover {
    border-color: rgba(199, 210, 254, 0.15);
}
.hover\:border-indigo-200\/20:hover {
    border-color: rgba(199, 210, 254, 0.2);
}
.hover\:border-indigo-200\/25:hover {
    border-color: rgba(199, 210, 254, 0.25);
}
.hover\:border-indigo-200\/30:hover {
    border-color: rgba(199, 210, 254, 0.3);
}
.hover\:border-indigo-200\/35:hover {
    border-color: rgba(199, 210, 254, 0.35);
}
.hover\:border-indigo-200\/40:hover {
    border-color: rgba(199, 210, 254, 0.4);
}
.hover\:border-indigo-200\/45:hover {
    border-color: rgba(199, 210, 254, 0.45);
}
.hover\:border-indigo-200\/5:hover {
    border-color: rgba(199, 210, 254, 0.05);
}
.hover\:border-indigo-200\/50:hover {
    border-color: rgba(199, 210, 254, 0.5);
}
.hover\:border-indigo-200\/55:hover {
    border-color: rgba(199, 210, 254, 0.55);
}
.hover\:border-indigo-200\/60:hover {
    border-color: rgba(199, 210, 254, 0.6);
}
.hover\:border-indigo-200\/65:hover {
    border-color: rgba(199, 210, 254, 0.65);
}
.hover\:border-indigo-200\/70:hover {
    border-color: rgba(199, 210, 254, 0.7);
}
.hover\:border-indigo-200\/75:hover {
    border-color: rgba(199, 210, 254, 0.75);
}
.hover\:border-indigo-200\/80:hover {
    border-color: rgba(199, 210, 254, 0.8);
}
.hover\:border-indigo-200\/85:hover {
    border-color: rgba(199, 210, 254, 0.85);
}
.hover\:border-indigo-200\/90:hover {
    border-color: rgba(199, 210, 254, 0.9);
}
.hover\:border-indigo-200\/95:hover {
    border-color: rgba(199, 210, 254, 0.95);
}
.hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-300\/0:hover {
    border-color: rgba(165, 180, 252, 0);
}
.hover\:border-indigo-300\/10:hover {
    border-color: rgba(165, 180, 252, 0.1);
}
.hover\:border-indigo-300\/100:hover {
    border-color: #a5b4fc;
}
.hover\:border-indigo-300\/15:hover {
    border-color: rgba(165, 180, 252, 0.15);
}
.hover\:border-indigo-300\/20:hover {
    border-color: rgba(165, 180, 252, 0.2);
}
.hover\:border-indigo-300\/25:hover {
    border-color: rgba(165, 180, 252, 0.25);
}
.hover\:border-indigo-300\/30:hover {
    border-color: rgba(165, 180, 252, 0.3);
}
.hover\:border-indigo-300\/35:hover {
    border-color: rgba(165, 180, 252, 0.35);
}
.hover\:border-indigo-300\/40:hover {
    border-color: rgba(165, 180, 252, 0.4);
}
.hover\:border-indigo-300\/45:hover {
    border-color: rgba(165, 180, 252, 0.45);
}
.hover\:border-indigo-300\/5:hover {
    border-color: rgba(165, 180, 252, 0.05);
}
.hover\:border-indigo-300\/50:hover {
    border-color: rgba(165, 180, 252, 0.5);
}
.hover\:border-indigo-300\/55:hover {
    border-color: rgba(165, 180, 252, 0.55);
}
.hover\:border-indigo-300\/60:hover {
    border-color: rgba(165, 180, 252, 0.6);
}
.hover\:border-indigo-300\/65:hover {
    border-color: rgba(165, 180, 252, 0.65);
}
.hover\:border-indigo-300\/70:hover {
    border-color: rgba(165, 180, 252, 0.7);
}
.hover\:border-indigo-300\/75:hover {
    border-color: rgba(165, 180, 252, 0.75);
}
.hover\:border-indigo-300\/80:hover {
    border-color: rgba(165, 180, 252, 0.8);
}
.hover\:border-indigo-300\/85:hover {
    border-color: rgba(165, 180, 252, 0.85);
}
.hover\:border-indigo-300\/90:hover {
    border-color: rgba(165, 180, 252, 0.9);
}
.hover\:border-indigo-300\/95:hover {
    border-color: rgba(165, 180, 252, 0.95);
}
.hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-400\/0:hover {
    border-color: rgba(129, 140, 248, 0);
}
.hover\:border-indigo-400\/10:hover {
    border-color: rgba(129, 140, 248, 0.1);
}
.hover\:border-indigo-400\/100:hover {
    border-color: #818cf8;
}
.hover\:border-indigo-400\/15:hover {
    border-color: rgba(129, 140, 248, 0.15);
}
.hover\:border-indigo-400\/20:hover {
    border-color: rgba(129, 140, 248, 0.2);
}
.hover\:border-indigo-400\/25:hover {
    border-color: rgba(129, 140, 248, 0.25);
}
.hover\:border-indigo-400\/30:hover {
    border-color: rgba(129, 140, 248, 0.3);
}
.hover\:border-indigo-400\/35:hover {
    border-color: rgba(129, 140, 248, 0.35);
}
.hover\:border-indigo-400\/40:hover {
    border-color: rgba(129, 140, 248, 0.4);
}
.hover\:border-indigo-400\/45:hover {
    border-color: rgba(129, 140, 248, 0.45);
}
.hover\:border-indigo-400\/5:hover {
    border-color: rgba(129, 140, 248, 0.05);
}
.hover\:border-indigo-400\/50:hover {
    border-color: rgba(129, 140, 248, 0.5);
}
.hover\:border-indigo-400\/55:hover {
    border-color: rgba(129, 140, 248, 0.55);
}
.hover\:border-indigo-400\/60:hover {
    border-color: rgba(129, 140, 248, 0.6);
}
.hover\:border-indigo-400\/65:hover {
    border-color: rgba(129, 140, 248, 0.65);
}
.hover\:border-indigo-400\/70:hover {
    border-color: rgba(129, 140, 248, 0.7);
}
.hover\:border-indigo-400\/75:hover {
    border-color: rgba(129, 140, 248, 0.75);
}
.hover\:border-indigo-400\/80:hover {
    border-color: rgba(129, 140, 248, 0.8);
}
.hover\:border-indigo-400\/85:hover {
    border-color: rgba(129, 140, 248, 0.85);
}
.hover\:border-indigo-400\/90:hover {
    border-color: rgba(129, 140, 248, 0.9);
}
.hover\:border-indigo-400\/95:hover {
    border-color: rgba(129, 140, 248, 0.95);
}
.hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-50\/0:hover {
    border-color: rgba(238, 242, 255, 0);
}
.hover\:border-indigo-50\/10:hover {
    border-color: rgba(238, 242, 255, 0.1);
}
.hover\:border-indigo-50\/100:hover {
    border-color: #eef2ff;
}
.hover\:border-indigo-50\/15:hover {
    border-color: rgba(238, 242, 255, 0.15);
}
.hover\:border-indigo-50\/20:hover {
    border-color: rgba(238, 242, 255, 0.2);
}
.hover\:border-indigo-50\/25:hover {
    border-color: rgba(238, 242, 255, 0.25);
}
.hover\:border-indigo-50\/30:hover {
    border-color: rgba(238, 242, 255, 0.3);
}
.hover\:border-indigo-50\/35:hover {
    border-color: rgba(238, 242, 255, 0.35);
}
.hover\:border-indigo-50\/40:hover {
    border-color: rgba(238, 242, 255, 0.4);
}
.hover\:border-indigo-50\/45:hover {
    border-color: rgba(238, 242, 255, 0.45);
}
.hover\:border-indigo-50\/5:hover {
    border-color: rgba(238, 242, 255, 0.05);
}
.hover\:border-indigo-50\/50:hover {
    border-color: rgba(238, 242, 255, 0.5);
}
.hover\:border-indigo-50\/55:hover {
    border-color: rgba(238, 242, 255, 0.55);
}
.hover\:border-indigo-50\/60:hover {
    border-color: rgba(238, 242, 255, 0.6);
}
.hover\:border-indigo-50\/65:hover {
    border-color: rgba(238, 242, 255, 0.65);
}
.hover\:border-indigo-50\/70:hover {
    border-color: rgba(238, 242, 255, 0.7);
}
.hover\:border-indigo-50\/75:hover {
    border-color: rgba(238, 242, 255, 0.75);
}
.hover\:border-indigo-50\/80:hover {
    border-color: rgba(238, 242, 255, 0.8);
}
.hover\:border-indigo-50\/85:hover {
    border-color: rgba(238, 242, 255, 0.85);
}
.hover\:border-indigo-50\/90:hover {
    border-color: rgba(238, 242, 255, 0.9);
}
.hover\:border-indigo-50\/95:hover {
    border-color: rgba(238, 242, 255, 0.95);
}
.hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-500\/0:hover {
    border-color: rgba(99, 102, 241, 0);
}
.hover\:border-indigo-500\/10:hover {
    border-color: rgba(99, 102, 241, 0.1);
}
.hover\:border-indigo-500\/100:hover {
    border-color: #6366f1;
}
.hover\:border-indigo-500\/15:hover {
    border-color: rgba(99, 102, 241, 0.15);
}
.hover\:border-indigo-500\/20:hover {
    border-color: rgba(99, 102, 241, 0.2);
}
.hover\:border-indigo-500\/25:hover {
    border-color: rgba(99, 102, 241, 0.25);
}
.hover\:border-indigo-500\/30:hover {
    border-color: rgba(99, 102, 241, 0.3);
}
.hover\:border-indigo-500\/35:hover {
    border-color: rgba(99, 102, 241, 0.35);
}
.hover\:border-indigo-500\/40:hover {
    border-color: rgba(99, 102, 241, 0.4);
}
.hover\:border-indigo-500\/45:hover {
    border-color: rgba(99, 102, 241, 0.45);
}
.hover\:border-indigo-500\/5:hover {
    border-color: rgba(99, 102, 241, 0.05);
}
.hover\:border-indigo-500\/50:hover {
    border-color: rgba(99, 102, 241, 0.5);
}
.hover\:border-indigo-500\/55:hover {
    border-color: rgba(99, 102, 241, 0.55);
}
.hover\:border-indigo-500\/60:hover {
    border-color: rgba(99, 102, 241, 0.6);
}
.hover\:border-indigo-500\/65:hover {
    border-color: rgba(99, 102, 241, 0.65);
}
.hover\:border-indigo-500\/70:hover {
    border-color: rgba(99, 102, 241, 0.7);
}
.hover\:border-indigo-500\/75:hover {
    border-color: rgba(99, 102, 241, 0.75);
}
.hover\:border-indigo-500\/80:hover {
    border-color: rgba(99, 102, 241, 0.8);
}
.hover\:border-indigo-500\/85:hover {
    border-color: rgba(99, 102, 241, 0.85);
}
.hover\:border-indigo-500\/90:hover {
    border-color: rgba(99, 102, 241, 0.9);
}
.hover\:border-indigo-500\/95:hover {
    border-color: rgba(99, 102, 241, 0.95);
}
.hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-600\/0:hover {
    border-color: rgba(79, 70, 229, 0);
}
.hover\:border-indigo-600\/10:hover {
    border-color: rgba(79, 70, 229, 0.1);
}
.hover\:border-indigo-600\/100:hover {
    border-color: #4f46e5;
}
.hover\:border-indigo-600\/15:hover {
    border-color: rgba(79, 70, 229, 0.15);
}
.hover\:border-indigo-600\/20:hover {
    border-color: rgba(79, 70, 229, 0.2);
}
.hover\:border-indigo-600\/25:hover {
    border-color: rgba(79, 70, 229, 0.25);
}
.hover\:border-indigo-600\/30:hover {
    border-color: rgba(79, 70, 229, 0.3);
}
.hover\:border-indigo-600\/35:hover {
    border-color: rgba(79, 70, 229, 0.35);
}
.hover\:border-indigo-600\/40:hover {
    border-color: rgba(79, 70, 229, 0.4);
}
.hover\:border-indigo-600\/45:hover {
    border-color: rgba(79, 70, 229, 0.45);
}
.hover\:border-indigo-600\/5:hover {
    border-color: rgba(79, 70, 229, 0.05);
}
.hover\:border-indigo-600\/50:hover {
    border-color: rgba(79, 70, 229, 0.5);
}
.hover\:border-indigo-600\/55:hover {
    border-color: rgba(79, 70, 229, 0.55);
}
.hover\:border-indigo-600\/60:hover {
    border-color: rgba(79, 70, 229, 0.6);
}
.hover\:border-indigo-600\/65:hover {
    border-color: rgba(79, 70, 229, 0.65);
}
.hover\:border-indigo-600\/70:hover {
    border-color: rgba(79, 70, 229, 0.7);
}
.hover\:border-indigo-600\/75:hover {
    border-color: rgba(79, 70, 229, 0.75);
}
.hover\:border-indigo-600\/80:hover {
    border-color: rgba(79, 70, 229, 0.8);
}
.hover\:border-indigo-600\/85:hover {
    border-color: rgba(79, 70, 229, 0.85);
}
.hover\:border-indigo-600\/90:hover {
    border-color: rgba(79, 70, 229, 0.9);
}
.hover\:border-indigo-600\/95:hover {
    border-color: rgba(79, 70, 229, 0.95);
}
.hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-700\/0:hover {
    border-color: rgba(67, 56, 202, 0);
}
.hover\:border-indigo-700\/10:hover {
    border-color: rgba(67, 56, 202, 0.1);
}
.hover\:border-indigo-700\/100:hover {
    border-color: #4338ca;
}
.hover\:border-indigo-700\/15:hover {
    border-color: rgba(67, 56, 202, 0.15);
}
.hover\:border-indigo-700\/20:hover {
    border-color: rgba(67, 56, 202, 0.2);
}
.hover\:border-indigo-700\/25:hover {
    border-color: rgba(67, 56, 202, 0.25);
}
.hover\:border-indigo-700\/30:hover {
    border-color: rgba(67, 56, 202, 0.3);
}
.hover\:border-indigo-700\/35:hover {
    border-color: rgba(67, 56, 202, 0.35);
}
.hover\:border-indigo-700\/40:hover {
    border-color: rgba(67, 56, 202, 0.4);
}
.hover\:border-indigo-700\/45:hover {
    border-color: rgba(67, 56, 202, 0.45);
}
.hover\:border-indigo-700\/5:hover {
    border-color: rgba(67, 56, 202, 0.05);
}
.hover\:border-indigo-700\/50:hover {
    border-color: rgba(67, 56, 202, 0.5);
}
.hover\:border-indigo-700\/55:hover {
    border-color: rgba(67, 56, 202, 0.55);
}
.hover\:border-indigo-700\/60:hover {
    border-color: rgba(67, 56, 202, 0.6);
}
.hover\:border-indigo-700\/65:hover {
    border-color: rgba(67, 56, 202, 0.65);
}
.hover\:border-indigo-700\/70:hover {
    border-color: rgba(67, 56, 202, 0.7);
}
.hover\:border-indigo-700\/75:hover {
    border-color: rgba(67, 56, 202, 0.75);
}
.hover\:border-indigo-700\/80:hover {
    border-color: rgba(67, 56, 202, 0.8);
}
.hover\:border-indigo-700\/85:hover {
    border-color: rgba(67, 56, 202, 0.85);
}
.hover\:border-indigo-700\/90:hover {
    border-color: rgba(67, 56, 202, 0.9);
}
.hover\:border-indigo-700\/95:hover {
    border-color: rgba(67, 56, 202, 0.95);
}
.hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-800\/0:hover {
    border-color: rgba(55, 48, 163, 0);
}
.hover\:border-indigo-800\/10:hover {
    border-color: rgba(55, 48, 163, 0.1);
}
.hover\:border-indigo-800\/100:hover {
    border-color: #3730a3;
}
.hover\:border-indigo-800\/15:hover {
    border-color: rgba(55, 48, 163, 0.15);
}
.hover\:border-indigo-800\/20:hover {
    border-color: rgba(55, 48, 163, 0.2);
}
.hover\:border-indigo-800\/25:hover {
    border-color: rgba(55, 48, 163, 0.25);
}
.hover\:border-indigo-800\/30:hover {
    border-color: rgba(55, 48, 163, 0.3);
}
.hover\:border-indigo-800\/35:hover {
    border-color: rgba(55, 48, 163, 0.35);
}
.hover\:border-indigo-800\/40:hover {
    border-color: rgba(55, 48, 163, 0.4);
}
.hover\:border-indigo-800\/45:hover {
    border-color: rgba(55, 48, 163, 0.45);
}
.hover\:border-indigo-800\/5:hover {
    border-color: rgba(55, 48, 163, 0.05);
}
.hover\:border-indigo-800\/50:hover {
    border-color: rgba(55, 48, 163, 0.5);
}
.hover\:border-indigo-800\/55:hover {
    border-color: rgba(55, 48, 163, 0.55);
}
.hover\:border-indigo-800\/60:hover {
    border-color: rgba(55, 48, 163, 0.6);
}
.hover\:border-indigo-800\/65:hover {
    border-color: rgba(55, 48, 163, 0.65);
}
.hover\:border-indigo-800\/70:hover {
    border-color: rgba(55, 48, 163, 0.7);
}
.hover\:border-indigo-800\/75:hover {
    border-color: rgba(55, 48, 163, 0.75);
}
.hover\:border-indigo-800\/80:hover {
    border-color: rgba(55, 48, 163, 0.8);
}
.hover\:border-indigo-800\/85:hover {
    border-color: rgba(55, 48, 163, 0.85);
}
.hover\:border-indigo-800\/90:hover {
    border-color: rgba(55, 48, 163, 0.9);
}
.hover\:border-indigo-800\/95:hover {
    border-color: rgba(55, 48, 163, 0.95);
}
.hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-900\/0:hover {
    border-color: rgba(49, 46, 129, 0);
}
.hover\:border-indigo-900\/10:hover {
    border-color: rgba(49, 46, 129, 0.1);
}
.hover\:border-indigo-900\/100:hover {
    border-color: #312e81;
}
.hover\:border-indigo-900\/15:hover {
    border-color: rgba(49, 46, 129, 0.15);
}
.hover\:border-indigo-900\/20:hover {
    border-color: rgba(49, 46, 129, 0.2);
}
.hover\:border-indigo-900\/25:hover {
    border-color: rgba(49, 46, 129, 0.25);
}
.hover\:border-indigo-900\/30:hover {
    border-color: rgba(49, 46, 129, 0.3);
}
.hover\:border-indigo-900\/35:hover {
    border-color: rgba(49, 46, 129, 0.35);
}
.hover\:border-indigo-900\/40:hover {
    border-color: rgba(49, 46, 129, 0.4);
}
.hover\:border-indigo-900\/45:hover {
    border-color: rgba(49, 46, 129, 0.45);
}
.hover\:border-indigo-900\/5:hover {
    border-color: rgba(49, 46, 129, 0.05);
}
.hover\:border-indigo-900\/50:hover {
    border-color: rgba(49, 46, 129, 0.5);
}
.hover\:border-indigo-900\/55:hover {
    border-color: rgba(49, 46, 129, 0.55);
}
.hover\:border-indigo-900\/60:hover {
    border-color: rgba(49, 46, 129, 0.6);
}
.hover\:border-indigo-900\/65:hover {
    border-color: rgba(49, 46, 129, 0.65);
}
.hover\:border-indigo-900\/70:hover {
    border-color: rgba(49, 46, 129, 0.7);
}
.hover\:border-indigo-900\/75:hover {
    border-color: rgba(49, 46, 129, 0.75);
}
.hover\:border-indigo-900\/80:hover {
    border-color: rgba(49, 46, 129, 0.8);
}
.hover\:border-indigo-900\/85:hover {
    border-color: rgba(49, 46, 129, 0.85);
}
.hover\:border-indigo-900\/90:hover {
    border-color: rgba(49, 46, 129, 0.9);
}
.hover\:border-indigo-900\/95:hover {
    border-color: rgba(49, 46, 129, 0.95);
}
.hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-100\/0:hover {
    border-color: hsla(80, 89%, 89%, 0);
}
.hover\:border-lime-100\/10:hover {
    border-color: hsla(80, 89%, 89%, 0.1);
}
.hover\:border-lime-100\/100:hover {
    border-color: #ecfccb;
}
.hover\:border-lime-100\/15:hover {
    border-color: hsla(80, 89%, 89%, 0.15);
}
.hover\:border-lime-100\/20:hover {
    border-color: hsla(80, 89%, 89%, 0.2);
}
.hover\:border-lime-100\/25:hover {
    border-color: hsla(80, 89%, 89%, 0.25);
}
.hover\:border-lime-100\/30:hover {
    border-color: hsla(80, 89%, 89%, 0.3);
}
.hover\:border-lime-100\/35:hover {
    border-color: hsla(80, 89%, 89%, 0.35);
}
.hover\:border-lime-100\/40:hover {
    border-color: hsla(80, 89%, 89%, 0.4);
}
.hover\:border-lime-100\/45:hover {
    border-color: hsla(80, 89%, 89%, 0.45);
}
.hover\:border-lime-100\/5:hover {
    border-color: hsla(80, 89%, 89%, 0.05);
}
.hover\:border-lime-100\/50:hover {
    border-color: hsla(80, 89%, 89%, 0.5);
}
.hover\:border-lime-100\/55:hover {
    border-color: hsla(80, 89%, 89%, 0.55);
}
.hover\:border-lime-100\/60:hover {
    border-color: hsla(80, 89%, 89%, 0.6);
}
.hover\:border-lime-100\/65:hover {
    border-color: hsla(80, 89%, 89%, 0.65);
}
.hover\:border-lime-100\/70:hover {
    border-color: hsla(80, 89%, 89%, 0.7);
}
.hover\:border-lime-100\/75:hover {
    border-color: hsla(80, 89%, 89%, 0.75);
}
.hover\:border-lime-100\/80:hover {
    border-color: hsla(80, 89%, 89%, 0.8);
}
.hover\:border-lime-100\/85:hover {
    border-color: hsla(80, 89%, 89%, 0.85);
}
.hover\:border-lime-100\/90:hover {
    border-color: hsla(80, 89%, 89%, 0.9);
}
.hover\:border-lime-100\/95:hover {
    border-color: hsla(80, 89%, 89%, 0.95);
}
.hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-200\/0:hover {
    border-color: hsla(81, 88%, 80%, 0);
}
.hover\:border-lime-200\/10:hover {
    border-color: hsla(81, 88%, 80%, 0.1);
}
.hover\:border-lime-200\/100:hover {
    border-color: #d9f99d;
}
.hover\:border-lime-200\/15:hover {
    border-color: hsla(81, 88%, 80%, 0.15);
}
.hover\:border-lime-200\/20:hover {
    border-color: hsla(81, 88%, 80%, 0.2);
}
.hover\:border-lime-200\/25:hover {
    border-color: hsla(81, 88%, 80%, 0.25);
}
.hover\:border-lime-200\/30:hover {
    border-color: hsla(81, 88%, 80%, 0.3);
}
.hover\:border-lime-200\/35:hover {
    border-color: hsla(81, 88%, 80%, 0.35);
}
.hover\:border-lime-200\/40:hover {
    border-color: hsla(81, 88%, 80%, 0.4);
}
.hover\:border-lime-200\/45:hover {
    border-color: hsla(81, 88%, 80%, 0.45);
}
.hover\:border-lime-200\/5:hover {
    border-color: hsla(81, 88%, 80%, 0.05);
}
.hover\:border-lime-200\/50:hover {
    border-color: hsla(81, 88%, 80%, 0.5);
}
.hover\:border-lime-200\/55:hover {
    border-color: hsla(81, 88%, 80%, 0.55);
}
.hover\:border-lime-200\/60:hover {
    border-color: hsla(81, 88%, 80%, 0.6);
}
.hover\:border-lime-200\/65:hover {
    border-color: hsla(81, 88%, 80%, 0.65);
}
.hover\:border-lime-200\/70:hover {
    border-color: hsla(81, 88%, 80%, 0.7);
}
.hover\:border-lime-200\/75:hover {
    border-color: hsla(81, 88%, 80%, 0.75);
}
.hover\:border-lime-200\/80:hover {
    border-color: hsla(81, 88%, 80%, 0.8);
}
.hover\:border-lime-200\/85:hover {
    border-color: hsla(81, 88%, 80%, 0.85);
}
.hover\:border-lime-200\/90:hover {
    border-color: hsla(81, 88%, 80%, 0.9);
}
.hover\:border-lime-200\/95:hover {
    border-color: hsla(81, 88%, 80%, 0.95);
}
.hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-300\/0:hover {
    border-color: hsla(82, 85%, 67%, 0);
}
.hover\:border-lime-300\/10:hover {
    border-color: hsla(82, 85%, 67%, 0.1);
}
.hover\:border-lime-300\/100:hover {
    border-color: #bef264;
}
.hover\:border-lime-300\/15:hover {
    border-color: hsla(82, 85%, 67%, 0.15);
}
.hover\:border-lime-300\/20:hover {
    border-color: hsla(82, 85%, 67%, 0.2);
}
.hover\:border-lime-300\/25:hover {
    border-color: hsla(82, 85%, 67%, 0.25);
}
.hover\:border-lime-300\/30:hover {
    border-color: hsla(82, 85%, 67%, 0.3);
}
.hover\:border-lime-300\/35:hover {
    border-color: hsla(82, 85%, 67%, 0.35);
}
.hover\:border-lime-300\/40:hover {
    border-color: hsla(82, 85%, 67%, 0.4);
}
.hover\:border-lime-300\/45:hover {
    border-color: hsla(82, 85%, 67%, 0.45);
}
.hover\:border-lime-300\/5:hover {
    border-color: hsla(82, 85%, 67%, 0.05);
}
.hover\:border-lime-300\/50:hover {
    border-color: hsla(82, 85%, 67%, 0.5);
}
.hover\:border-lime-300\/55:hover {
    border-color: hsla(82, 85%, 67%, 0.55);
}
.hover\:border-lime-300\/60:hover {
    border-color: hsla(82, 85%, 67%, 0.6);
}
.hover\:border-lime-300\/65:hover {
    border-color: hsla(82, 85%, 67%, 0.65);
}
.hover\:border-lime-300\/70:hover {
    border-color: hsla(82, 85%, 67%, 0.7);
}
.hover\:border-lime-300\/75:hover {
    border-color: hsla(82, 85%, 67%, 0.75);
}
.hover\:border-lime-300\/80:hover {
    border-color: hsla(82, 85%, 67%, 0.8);
}
.hover\:border-lime-300\/85:hover {
    border-color: hsla(82, 85%, 67%, 0.85);
}
.hover\:border-lime-300\/90:hover {
    border-color: hsla(82, 85%, 67%, 0.9);
}
.hover\:border-lime-300\/95:hover {
    border-color: hsla(82, 85%, 67%, 0.95);
}
.hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-400\/0:hover {
    border-color: rgba(163, 230, 53, 0);
}
.hover\:border-lime-400\/10:hover {
    border-color: rgba(163, 230, 53, 0.1);
}
.hover\:border-lime-400\/100:hover {
    border-color: #a3e635;
}
.hover\:border-lime-400\/15:hover {
    border-color: rgba(163, 230, 53, 0.15);
}
.hover\:border-lime-400\/20:hover {
    border-color: rgba(163, 230, 53, 0.2);
}
.hover\:border-lime-400\/25:hover {
    border-color: rgba(163, 230, 53, 0.25);
}
.hover\:border-lime-400\/30:hover {
    border-color: rgba(163, 230, 53, 0.3);
}
.hover\:border-lime-400\/35:hover {
    border-color: rgba(163, 230, 53, 0.35);
}
.hover\:border-lime-400\/40:hover {
    border-color: rgba(163, 230, 53, 0.4);
}
.hover\:border-lime-400\/45:hover {
    border-color: rgba(163, 230, 53, 0.45);
}
.hover\:border-lime-400\/5:hover {
    border-color: rgba(163, 230, 53, 0.05);
}
.hover\:border-lime-400\/50:hover {
    border-color: rgba(163, 230, 53, 0.5);
}
.hover\:border-lime-400\/55:hover {
    border-color: rgba(163, 230, 53, 0.55);
}
.hover\:border-lime-400\/60:hover {
    border-color: rgba(163, 230, 53, 0.6);
}
.hover\:border-lime-400\/65:hover {
    border-color: rgba(163, 230, 53, 0.65);
}
.hover\:border-lime-400\/70:hover {
    border-color: rgba(163, 230, 53, 0.7);
}
.hover\:border-lime-400\/75:hover {
    border-color: rgba(163, 230, 53, 0.75);
}
.hover\:border-lime-400\/80:hover {
    border-color: rgba(163, 230, 53, 0.8);
}
.hover\:border-lime-400\/85:hover {
    border-color: rgba(163, 230, 53, 0.85);
}
.hover\:border-lime-400\/90:hover {
    border-color: rgba(163, 230, 53, 0.9);
}
.hover\:border-lime-400\/95:hover {
    border-color: rgba(163, 230, 53, 0.95);
}
.hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-50\/0:hover {
    border-color: hsla(78, 92%, 95%, 0);
}
.hover\:border-lime-50\/10:hover {
    border-color: hsla(78, 92%, 95%, 0.1);
}
.hover\:border-lime-50\/100:hover {
    border-color: #f7fee7;
}
.hover\:border-lime-50\/15:hover {
    border-color: hsla(78, 92%, 95%, 0.15);
}
.hover\:border-lime-50\/20:hover {
    border-color: hsla(78, 92%, 95%, 0.2);
}
.hover\:border-lime-50\/25:hover {
    border-color: hsla(78, 92%, 95%, 0.25);
}
.hover\:border-lime-50\/30:hover {
    border-color: hsla(78, 92%, 95%, 0.3);
}
.hover\:border-lime-50\/35:hover {
    border-color: hsla(78, 92%, 95%, 0.35);
}
.hover\:border-lime-50\/40:hover {
    border-color: hsla(78, 92%, 95%, 0.4);
}
.hover\:border-lime-50\/45:hover {
    border-color: hsla(78, 92%, 95%, 0.45);
}
.hover\:border-lime-50\/5:hover {
    border-color: hsla(78, 92%, 95%, 0.05);
}
.hover\:border-lime-50\/50:hover {
    border-color: hsla(78, 92%, 95%, 0.5);
}
.hover\:border-lime-50\/55:hover {
    border-color: hsla(78, 92%, 95%, 0.55);
}
.hover\:border-lime-50\/60:hover {
    border-color: hsla(78, 92%, 95%, 0.6);
}
.hover\:border-lime-50\/65:hover {
    border-color: hsla(78, 92%, 95%, 0.65);
}
.hover\:border-lime-50\/70:hover {
    border-color: hsla(78, 92%, 95%, 0.7);
}
.hover\:border-lime-50\/75:hover {
    border-color: hsla(78, 92%, 95%, 0.75);
}
.hover\:border-lime-50\/80:hover {
    border-color: hsla(78, 92%, 95%, 0.8);
}
.hover\:border-lime-50\/85:hover {
    border-color: hsla(78, 92%, 95%, 0.85);
}
.hover\:border-lime-50\/90:hover {
    border-color: hsla(78, 92%, 95%, 0.9);
}
.hover\:border-lime-50\/95:hover {
    border-color: hsla(78, 92%, 95%, 0.95);
}
.hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-500\/0:hover {
    border-color: rgba(132, 204, 22, 0);
}
.hover\:border-lime-500\/10:hover {
    border-color: rgba(132, 204, 22, 0.1);
}
.hover\:border-lime-500\/100:hover {
    border-color: #84cc16;
}
.hover\:border-lime-500\/15:hover {
    border-color: rgba(132, 204, 22, 0.15);
}
.hover\:border-lime-500\/20:hover {
    border-color: rgba(132, 204, 22, 0.2);
}
.hover\:border-lime-500\/25:hover {
    border-color: rgba(132, 204, 22, 0.25);
}
.hover\:border-lime-500\/30:hover {
    border-color: rgba(132, 204, 22, 0.3);
}
.hover\:border-lime-500\/35:hover {
    border-color: rgba(132, 204, 22, 0.35);
}
.hover\:border-lime-500\/40:hover {
    border-color: rgba(132, 204, 22, 0.4);
}
.hover\:border-lime-500\/45:hover {
    border-color: rgba(132, 204, 22, 0.45);
}
.hover\:border-lime-500\/5:hover {
    border-color: rgba(132, 204, 22, 0.05);
}
.hover\:border-lime-500\/50:hover {
    border-color: rgba(132, 204, 22, 0.5);
}
.hover\:border-lime-500\/55:hover {
    border-color: rgba(132, 204, 22, 0.55);
}
.hover\:border-lime-500\/60:hover {
    border-color: rgba(132, 204, 22, 0.6);
}
.hover\:border-lime-500\/65:hover {
    border-color: rgba(132, 204, 22, 0.65);
}
.hover\:border-lime-500\/70:hover {
    border-color: rgba(132, 204, 22, 0.7);
}
.hover\:border-lime-500\/75:hover {
    border-color: rgba(132, 204, 22, 0.75);
}
.hover\:border-lime-500\/80:hover {
    border-color: rgba(132, 204, 22, 0.8);
}
.hover\:border-lime-500\/85:hover {
    border-color: rgba(132, 204, 22, 0.85);
}
.hover\:border-lime-500\/90:hover {
    border-color: rgba(132, 204, 22, 0.9);
}
.hover\:border-lime-500\/95:hover {
    border-color: rgba(132, 204, 22, 0.95);
}
.hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-600\/0:hover {
    border-color: rgba(101, 163, 13, 0);
}
.hover\:border-lime-600\/10:hover {
    border-color: rgba(101, 163, 13, 0.1);
}
.hover\:border-lime-600\/100:hover {
    border-color: #65a30d;
}
.hover\:border-lime-600\/15:hover {
    border-color: rgba(101, 163, 13, 0.15);
}
.hover\:border-lime-600\/20:hover {
    border-color: rgba(101, 163, 13, 0.2);
}
.hover\:border-lime-600\/25:hover {
    border-color: rgba(101, 163, 13, 0.25);
}
.hover\:border-lime-600\/30:hover {
    border-color: rgba(101, 163, 13, 0.3);
}
.hover\:border-lime-600\/35:hover {
    border-color: rgba(101, 163, 13, 0.35);
}
.hover\:border-lime-600\/40:hover {
    border-color: rgba(101, 163, 13, 0.4);
}
.hover\:border-lime-600\/45:hover {
    border-color: rgba(101, 163, 13, 0.45);
}
.hover\:border-lime-600\/5:hover {
    border-color: rgba(101, 163, 13, 0.05);
}
.hover\:border-lime-600\/50:hover {
    border-color: rgba(101, 163, 13, 0.5);
}
.hover\:border-lime-600\/55:hover {
    border-color: rgba(101, 163, 13, 0.55);
}
.hover\:border-lime-600\/60:hover {
    border-color: rgba(101, 163, 13, 0.6);
}
.hover\:border-lime-600\/65:hover {
    border-color: rgba(101, 163, 13, 0.65);
}
.hover\:border-lime-600\/70:hover {
    border-color: rgba(101, 163, 13, 0.7);
}
.hover\:border-lime-600\/75:hover {
    border-color: rgba(101, 163, 13, 0.75);
}
.hover\:border-lime-600\/80:hover {
    border-color: rgba(101, 163, 13, 0.8);
}
.hover\:border-lime-600\/85:hover {
    border-color: rgba(101, 163, 13, 0.85);
}
.hover\:border-lime-600\/90:hover {
    border-color: rgba(101, 163, 13, 0.9);
}
.hover\:border-lime-600\/95:hover {
    border-color: rgba(101, 163, 13, 0.95);
}
.hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-700\/0:hover {
    border-color: rgba(77, 124, 15, 0);
}
.hover\:border-lime-700\/10:hover {
    border-color: rgba(77, 124, 15, 0.1);
}
.hover\:border-lime-700\/100:hover {
    border-color: #4d7c0f;
}
.hover\:border-lime-700\/15:hover {
    border-color: rgba(77, 124, 15, 0.15);
}
.hover\:border-lime-700\/20:hover {
    border-color: rgba(77, 124, 15, 0.2);
}
.hover\:border-lime-700\/25:hover {
    border-color: rgba(77, 124, 15, 0.25);
}
.hover\:border-lime-700\/30:hover {
    border-color: rgba(77, 124, 15, 0.3);
}
.hover\:border-lime-700\/35:hover {
    border-color: rgba(77, 124, 15, 0.35);
}
.hover\:border-lime-700\/40:hover {
    border-color: rgba(77, 124, 15, 0.4);
}
.hover\:border-lime-700\/45:hover {
    border-color: rgba(77, 124, 15, 0.45);
}
.hover\:border-lime-700\/5:hover {
    border-color: rgba(77, 124, 15, 0.05);
}
.hover\:border-lime-700\/50:hover {
    border-color: rgba(77, 124, 15, 0.5);
}
.hover\:border-lime-700\/55:hover {
    border-color: rgba(77, 124, 15, 0.55);
}
.hover\:border-lime-700\/60:hover {
    border-color: rgba(77, 124, 15, 0.6);
}
.hover\:border-lime-700\/65:hover {
    border-color: rgba(77, 124, 15, 0.65);
}
.hover\:border-lime-700\/70:hover {
    border-color: rgba(77, 124, 15, 0.7);
}
.hover\:border-lime-700\/75:hover {
    border-color: rgba(77, 124, 15, 0.75);
}
.hover\:border-lime-700\/80:hover {
    border-color: rgba(77, 124, 15, 0.8);
}
.hover\:border-lime-700\/85:hover {
    border-color: rgba(77, 124, 15, 0.85);
}
.hover\:border-lime-700\/90:hover {
    border-color: rgba(77, 124, 15, 0.9);
}
.hover\:border-lime-700\/95:hover {
    border-color: rgba(77, 124, 15, 0.95);
}
.hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-800\/0:hover {
    border-color: rgba(63, 98, 18, 0);
}
.hover\:border-lime-800\/10:hover {
    border-color: rgba(63, 98, 18, 0.1);
}
.hover\:border-lime-800\/100:hover {
    border-color: #3f6212;
}
.hover\:border-lime-800\/15:hover {
    border-color: rgba(63, 98, 18, 0.15);
}
.hover\:border-lime-800\/20:hover {
    border-color: rgba(63, 98, 18, 0.2);
}
.hover\:border-lime-800\/25:hover {
    border-color: rgba(63, 98, 18, 0.25);
}
.hover\:border-lime-800\/30:hover {
    border-color: rgba(63, 98, 18, 0.3);
}
.hover\:border-lime-800\/35:hover {
    border-color: rgba(63, 98, 18, 0.35);
}
.hover\:border-lime-800\/40:hover {
    border-color: rgba(63, 98, 18, 0.4);
}
.hover\:border-lime-800\/45:hover {
    border-color: rgba(63, 98, 18, 0.45);
}
.hover\:border-lime-800\/5:hover {
    border-color: rgba(63, 98, 18, 0.05);
}
.hover\:border-lime-800\/50:hover {
    border-color: rgba(63, 98, 18, 0.5);
}
.hover\:border-lime-800\/55:hover {
    border-color: rgba(63, 98, 18, 0.55);
}
.hover\:border-lime-800\/60:hover {
    border-color: rgba(63, 98, 18, 0.6);
}
.hover\:border-lime-800\/65:hover {
    border-color: rgba(63, 98, 18, 0.65);
}
.hover\:border-lime-800\/70:hover {
    border-color: rgba(63, 98, 18, 0.7);
}
.hover\:border-lime-800\/75:hover {
    border-color: rgba(63, 98, 18, 0.75);
}
.hover\:border-lime-800\/80:hover {
    border-color: rgba(63, 98, 18, 0.8);
}
.hover\:border-lime-800\/85:hover {
    border-color: rgba(63, 98, 18, 0.85);
}
.hover\:border-lime-800\/90:hover {
    border-color: rgba(63, 98, 18, 0.9);
}
.hover\:border-lime-800\/95:hover {
    border-color: rgba(63, 98, 18, 0.95);
}
.hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-900\/0:hover {
    border-color: rgba(54, 83, 20, 0);
}
.hover\:border-lime-900\/10:hover {
    border-color: rgba(54, 83, 20, 0.1);
}
.hover\:border-lime-900\/100:hover {
    border-color: #365314;
}
.hover\:border-lime-900\/15:hover {
    border-color: rgba(54, 83, 20, 0.15);
}
.hover\:border-lime-900\/20:hover {
    border-color: rgba(54, 83, 20, 0.2);
}
.hover\:border-lime-900\/25:hover {
    border-color: rgba(54, 83, 20, 0.25);
}
.hover\:border-lime-900\/30:hover {
    border-color: rgba(54, 83, 20, 0.3);
}
.hover\:border-lime-900\/35:hover {
    border-color: rgba(54, 83, 20, 0.35);
}
.hover\:border-lime-900\/40:hover {
    border-color: rgba(54, 83, 20, 0.4);
}
.hover\:border-lime-900\/45:hover {
    border-color: rgba(54, 83, 20, 0.45);
}
.hover\:border-lime-900\/5:hover {
    border-color: rgba(54, 83, 20, 0.05);
}
.hover\:border-lime-900\/50:hover {
    border-color: rgba(54, 83, 20, 0.5);
}
.hover\:border-lime-900\/55:hover {
    border-color: rgba(54, 83, 20, 0.55);
}
.hover\:border-lime-900\/60:hover {
    border-color: rgba(54, 83, 20, 0.6);
}
.hover\:border-lime-900\/65:hover {
    border-color: rgba(54, 83, 20, 0.65);
}
.hover\:border-lime-900\/70:hover {
    border-color: rgba(54, 83, 20, 0.7);
}
.hover\:border-lime-900\/75:hover {
    border-color: rgba(54, 83, 20, 0.75);
}
.hover\:border-lime-900\/80:hover {
    border-color: rgba(54, 83, 20, 0.8);
}
.hover\:border-lime-900\/85:hover {
    border-color: rgba(54, 83, 20, 0.85);
}
.hover\:border-lime-900\/90:hover {
    border-color: rgba(54, 83, 20, 0.9);
}
.hover\:border-lime-900\/95:hover {
    border-color: rgba(54, 83, 20, 0.95);
}
.hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-100\/0:hover {
    border-color: hsla(0, 0%, 96%, 0);
}
.hover\:border-neutral-100\/10:hover {
    border-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:border-neutral-100\/100:hover {
    border-color: #f5f5f5;
}
.hover\:border-neutral-100\/15:hover {
    border-color: hsla(0, 0%, 96%, 0.15);
}
.hover\:border-neutral-100\/20:hover {
    border-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:border-neutral-100\/25:hover {
    border-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:border-neutral-100\/30:hover {
    border-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:border-neutral-100\/35:hover {
    border-color: hsla(0, 0%, 96%, 0.35);
}
.hover\:border-neutral-100\/40:hover {
    border-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:border-neutral-100\/45:hover {
    border-color: hsla(0, 0%, 96%, 0.45);
}
.hover\:border-neutral-100\/5:hover {
    border-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:border-neutral-100\/50:hover {
    border-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:border-neutral-100\/55:hover {
    border-color: hsla(0, 0%, 96%, 0.55);
}
.hover\:border-neutral-100\/60:hover {
    border-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:border-neutral-100\/65:hover {
    border-color: hsla(0, 0%, 96%, 0.65);
}
.hover\:border-neutral-100\/70:hover {
    border-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:border-neutral-100\/75:hover {
    border-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:border-neutral-100\/80:hover {
    border-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:border-neutral-100\/85:hover {
    border-color: hsla(0, 0%, 96%, 0.85);
}
.hover\:border-neutral-100\/90:hover {
    border-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:border-neutral-100\/95:hover {
    border-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-200\/0:hover {
    border-color: hsla(0, 0%, 90%, 0);
}
.hover\:border-neutral-200\/10:hover {
    border-color: hsla(0, 0%, 90%, 0.1);
}
.hover\:border-neutral-200\/100:hover {
    border-color: #e5e5e5;
}
.hover\:border-neutral-200\/15:hover {
    border-color: hsla(0, 0%, 90%, 0.15);
}
.hover\:border-neutral-200\/20:hover {
    border-color: hsla(0, 0%, 90%, 0.2);
}
.hover\:border-neutral-200\/25:hover {
    border-color: hsla(0, 0%, 90%, 0.25);
}
.hover\:border-neutral-200\/30:hover {
    border-color: hsla(0, 0%, 90%, 0.3);
}
.hover\:border-neutral-200\/35:hover {
    border-color: hsla(0, 0%, 90%, 0.35);
}
.hover\:border-neutral-200\/40:hover {
    border-color: hsla(0, 0%, 90%, 0.4);
}
.hover\:border-neutral-200\/45:hover {
    border-color: hsla(0, 0%, 90%, 0.45);
}
.hover\:border-neutral-200\/5:hover {
    border-color: hsla(0, 0%, 90%, 0.05);
}
.hover\:border-neutral-200\/50:hover {
    border-color: hsla(0, 0%, 90%, 0.5);
}
.hover\:border-neutral-200\/55:hover {
    border-color: hsla(0, 0%, 90%, 0.55);
}
.hover\:border-neutral-200\/60:hover {
    border-color: hsla(0, 0%, 90%, 0.6);
}
.hover\:border-neutral-200\/65:hover {
    border-color: hsla(0, 0%, 90%, 0.65);
}
.hover\:border-neutral-200\/70:hover {
    border-color: hsla(0, 0%, 90%, 0.7);
}
.hover\:border-neutral-200\/75:hover {
    border-color: hsla(0, 0%, 90%, 0.75);
}
.hover\:border-neutral-200\/80:hover {
    border-color: hsla(0, 0%, 90%, 0.8);
}
.hover\:border-neutral-200\/85:hover {
    border-color: hsla(0, 0%, 90%, 0.85);
}
.hover\:border-neutral-200\/90:hover {
    border-color: hsla(0, 0%, 90%, 0.9);
}
.hover\:border-neutral-200\/95:hover {
    border-color: hsla(0, 0%, 90%, 0.95);
}
.hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-300\/0:hover {
    border-color: hsla(0, 0%, 83%, 0);
}
.hover\:border-neutral-300\/10:hover {
    border-color: hsla(0, 0%, 83%, 0.1);
}
.hover\:border-neutral-300\/100:hover {
    border-color: #d4d4d4;
}
.hover\:border-neutral-300\/15:hover {
    border-color: hsla(0, 0%, 83%, 0.15);
}
.hover\:border-neutral-300\/20:hover {
    border-color: hsla(0, 0%, 83%, 0.2);
}
.hover\:border-neutral-300\/25:hover {
    border-color: hsla(0, 0%, 83%, 0.25);
}
.hover\:border-neutral-300\/30:hover {
    border-color: hsla(0, 0%, 83%, 0.3);
}
.hover\:border-neutral-300\/35:hover {
    border-color: hsla(0, 0%, 83%, 0.35);
}
.hover\:border-neutral-300\/40:hover {
    border-color: hsla(0, 0%, 83%, 0.4);
}
.hover\:border-neutral-300\/45:hover {
    border-color: hsla(0, 0%, 83%, 0.45);
}
.hover\:border-neutral-300\/5:hover {
    border-color: hsla(0, 0%, 83%, 0.05);
}
.hover\:border-neutral-300\/50:hover {
    border-color: hsla(0, 0%, 83%, 0.5);
}
.hover\:border-neutral-300\/55:hover {
    border-color: hsla(0, 0%, 83%, 0.55);
}
.hover\:border-neutral-300\/60:hover {
    border-color: hsla(0, 0%, 83%, 0.6);
}
.hover\:border-neutral-300\/65:hover {
    border-color: hsla(0, 0%, 83%, 0.65);
}
.hover\:border-neutral-300\/70:hover {
    border-color: hsla(0, 0%, 83%, 0.7);
}
.hover\:border-neutral-300\/75:hover {
    border-color: hsla(0, 0%, 83%, 0.75);
}
.hover\:border-neutral-300\/80:hover {
    border-color: hsla(0, 0%, 83%, 0.8);
}
.hover\:border-neutral-300\/85:hover {
    border-color: hsla(0, 0%, 83%, 0.85);
}
.hover\:border-neutral-300\/90:hover {
    border-color: hsla(0, 0%, 83%, 0.9);
}
.hover\:border-neutral-300\/95:hover {
    border-color: hsla(0, 0%, 83%, 0.95);
}
.hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-400\/0:hover {
    border-color: hsla(0, 0%, 64%, 0);
}
.hover\:border-neutral-400\/10:hover {
    border-color: hsla(0, 0%, 64%, 0.1);
}
.hover\:border-neutral-400\/100:hover {
    border-color: #a3a3a3;
}
.hover\:border-neutral-400\/15:hover {
    border-color: hsla(0, 0%, 64%, 0.15);
}
.hover\:border-neutral-400\/20:hover {
    border-color: hsla(0, 0%, 64%, 0.2);
}
.hover\:border-neutral-400\/25:hover {
    border-color: hsla(0, 0%, 64%, 0.25);
}
.hover\:border-neutral-400\/30:hover {
    border-color: hsla(0, 0%, 64%, 0.3);
}
.hover\:border-neutral-400\/35:hover {
    border-color: hsla(0, 0%, 64%, 0.35);
}
.hover\:border-neutral-400\/40:hover {
    border-color: hsla(0, 0%, 64%, 0.4);
}
.hover\:border-neutral-400\/45:hover {
    border-color: hsla(0, 0%, 64%, 0.45);
}
.hover\:border-neutral-400\/5:hover {
    border-color: hsla(0, 0%, 64%, 0.05);
}
.hover\:border-neutral-400\/50:hover {
    border-color: hsla(0, 0%, 64%, 0.5);
}
.hover\:border-neutral-400\/55:hover {
    border-color: hsla(0, 0%, 64%, 0.55);
}
.hover\:border-neutral-400\/60:hover {
    border-color: hsla(0, 0%, 64%, 0.6);
}
.hover\:border-neutral-400\/65:hover {
    border-color: hsla(0, 0%, 64%, 0.65);
}
.hover\:border-neutral-400\/70:hover {
    border-color: hsla(0, 0%, 64%, 0.7);
}
.hover\:border-neutral-400\/75:hover {
    border-color: hsla(0, 0%, 64%, 0.75);
}
.hover\:border-neutral-400\/80:hover {
    border-color: hsla(0, 0%, 64%, 0.8);
}
.hover\:border-neutral-400\/85:hover {
    border-color: hsla(0, 0%, 64%, 0.85);
}
.hover\:border-neutral-400\/90:hover {
    border-color: hsla(0, 0%, 64%, 0.9);
}
.hover\:border-neutral-400\/95:hover {
    border-color: hsla(0, 0%, 64%, 0.95);
}
.hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-50\/0:hover {
    border-color: hsla(0, 0%, 98%, 0);
}
.hover\:border-neutral-50\/10:hover {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:border-neutral-50\/100:hover {
    border-color: #fafafa;
}
.hover\:border-neutral-50\/15:hover {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:border-neutral-50\/20:hover {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:border-neutral-50\/25:hover {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:border-neutral-50\/30:hover {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:border-neutral-50\/35:hover {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:border-neutral-50\/40:hover {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:border-neutral-50\/45:hover {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:border-neutral-50\/5:hover {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:border-neutral-50\/50:hover {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:border-neutral-50\/55:hover {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:border-neutral-50\/60:hover {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:border-neutral-50\/65:hover {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:border-neutral-50\/70:hover {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:border-neutral-50\/75:hover {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:border-neutral-50\/80:hover {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:border-neutral-50\/85:hover {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:border-neutral-50\/90:hover {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:border-neutral-50\/95:hover {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-500\/0:hover {
    border-color: hsla(0, 0%, 45%, 0);
}
.hover\:border-neutral-500\/10:hover {
    border-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:border-neutral-500\/100:hover {
    border-color: #737373;
}
.hover\:border-neutral-500\/15:hover {
    border-color: hsla(0, 0%, 45%, 0.15);
}
.hover\:border-neutral-500\/20:hover {
    border-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:border-neutral-500\/25:hover {
    border-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:border-neutral-500\/30:hover {
    border-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:border-neutral-500\/35:hover {
    border-color: hsla(0, 0%, 45%, 0.35);
}
.hover\:border-neutral-500\/40:hover {
    border-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:border-neutral-500\/45:hover {
    border-color: hsla(0, 0%, 45%, 0.45);
}
.hover\:border-neutral-500\/5:hover {
    border-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:border-neutral-500\/50:hover {
    border-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:border-neutral-500\/55:hover {
    border-color: hsla(0, 0%, 45%, 0.55);
}
.hover\:border-neutral-500\/60:hover {
    border-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:border-neutral-500\/65:hover {
    border-color: hsla(0, 0%, 45%, 0.65);
}
.hover\:border-neutral-500\/70:hover {
    border-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:border-neutral-500\/75:hover {
    border-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:border-neutral-500\/80:hover {
    border-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:border-neutral-500\/85:hover {
    border-color: hsla(0, 0%, 45%, 0.85);
}
.hover\:border-neutral-500\/90:hover {
    border-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:border-neutral-500\/95:hover {
    border-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-600\/0:hover {
    border-color: rgba(82, 82, 82, 0);
}
.hover\:border-neutral-600\/10:hover {
    border-color: rgba(82, 82, 82, 0.1);
}
.hover\:border-neutral-600\/100:hover {
    border-color: #525252;
}
.hover\:border-neutral-600\/15:hover {
    border-color: rgba(82, 82, 82, 0.15);
}
.hover\:border-neutral-600\/20:hover {
    border-color: rgba(82, 82, 82, 0.2);
}
.hover\:border-neutral-600\/25:hover {
    border-color: rgba(82, 82, 82, 0.25);
}
.hover\:border-neutral-600\/30:hover {
    border-color: rgba(82, 82, 82, 0.3);
}
.hover\:border-neutral-600\/35:hover {
    border-color: rgba(82, 82, 82, 0.35);
}
.hover\:border-neutral-600\/40:hover {
    border-color: rgba(82, 82, 82, 0.4);
}
.hover\:border-neutral-600\/45:hover {
    border-color: rgba(82, 82, 82, 0.45);
}
.hover\:border-neutral-600\/5:hover {
    border-color: rgba(82, 82, 82, 0.05);
}
.hover\:border-neutral-600\/50:hover {
    border-color: rgba(82, 82, 82, 0.5);
}
.hover\:border-neutral-600\/55:hover {
    border-color: rgba(82, 82, 82, 0.55);
}
.hover\:border-neutral-600\/60:hover {
    border-color: rgba(82, 82, 82, 0.6);
}
.hover\:border-neutral-600\/65:hover {
    border-color: rgba(82, 82, 82, 0.65);
}
.hover\:border-neutral-600\/70:hover {
    border-color: rgba(82, 82, 82, 0.7);
}
.hover\:border-neutral-600\/75:hover {
    border-color: rgba(82, 82, 82, 0.75);
}
.hover\:border-neutral-600\/80:hover {
    border-color: rgba(82, 82, 82, 0.8);
}
.hover\:border-neutral-600\/85:hover {
    border-color: rgba(82, 82, 82, 0.85);
}
.hover\:border-neutral-600\/90:hover {
    border-color: rgba(82, 82, 82, 0.9);
}
.hover\:border-neutral-600\/95:hover {
    border-color: rgba(82, 82, 82, 0.95);
}
.hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-700\/0:hover {
    border-color: rgba(64, 64, 64, 0);
}
.hover\:border-neutral-700\/10:hover {
    border-color: rgba(64, 64, 64, 0.1);
}
.hover\:border-neutral-700\/100:hover {
    border-color: #404040;
}
.hover\:border-neutral-700\/15:hover {
    border-color: rgba(64, 64, 64, 0.15);
}
.hover\:border-neutral-700\/20:hover {
    border-color: rgba(64, 64, 64, 0.2);
}
.hover\:border-neutral-700\/25:hover {
    border-color: rgba(64, 64, 64, 0.25);
}
.hover\:border-neutral-700\/30:hover {
    border-color: rgba(64, 64, 64, 0.3);
}
.hover\:border-neutral-700\/35:hover {
    border-color: rgba(64, 64, 64, 0.35);
}
.hover\:border-neutral-700\/40:hover {
    border-color: rgba(64, 64, 64, 0.4);
}
.hover\:border-neutral-700\/45:hover {
    border-color: rgba(64, 64, 64, 0.45);
}
.hover\:border-neutral-700\/5:hover {
    border-color: rgba(64, 64, 64, 0.05);
}
.hover\:border-neutral-700\/50:hover {
    border-color: rgba(64, 64, 64, 0.5);
}
.hover\:border-neutral-700\/55:hover {
    border-color: rgba(64, 64, 64, 0.55);
}
.hover\:border-neutral-700\/60:hover {
    border-color: rgba(64, 64, 64, 0.6);
}
.hover\:border-neutral-700\/65:hover {
    border-color: rgba(64, 64, 64, 0.65);
}
.hover\:border-neutral-700\/70:hover {
    border-color: rgba(64, 64, 64, 0.7);
}
.hover\:border-neutral-700\/75:hover {
    border-color: rgba(64, 64, 64, 0.75);
}
.hover\:border-neutral-700\/80:hover {
    border-color: rgba(64, 64, 64, 0.8);
}
.hover\:border-neutral-700\/85:hover {
    border-color: rgba(64, 64, 64, 0.85);
}
.hover\:border-neutral-700\/90:hover {
    border-color: rgba(64, 64, 64, 0.9);
}
.hover\:border-neutral-700\/95:hover {
    border-color: rgba(64, 64, 64, 0.95);
}
.hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-800\/0:hover {
    border-color: rgba(38, 38, 38, 0);
}
.hover\:border-neutral-800\/10:hover {
    border-color: rgba(38, 38, 38, 0.1);
}
.hover\:border-neutral-800\/100:hover {
    border-color: #262626;
}
.hover\:border-neutral-800\/15:hover {
    border-color: rgba(38, 38, 38, 0.15);
}
.hover\:border-neutral-800\/20:hover {
    border-color: rgba(38, 38, 38, 0.2);
}
.hover\:border-neutral-800\/25:hover {
    border-color: rgba(38, 38, 38, 0.25);
}
.hover\:border-neutral-800\/30:hover {
    border-color: rgba(38, 38, 38, 0.3);
}
.hover\:border-neutral-800\/35:hover {
    border-color: rgba(38, 38, 38, 0.35);
}
.hover\:border-neutral-800\/40:hover {
    border-color: rgba(38, 38, 38, 0.4);
}
.hover\:border-neutral-800\/45:hover {
    border-color: rgba(38, 38, 38, 0.45);
}
.hover\:border-neutral-800\/5:hover {
    border-color: rgba(38, 38, 38, 0.05);
}
.hover\:border-neutral-800\/50:hover {
    border-color: rgba(38, 38, 38, 0.5);
}
.hover\:border-neutral-800\/55:hover {
    border-color: rgba(38, 38, 38, 0.55);
}
.hover\:border-neutral-800\/60:hover {
    border-color: rgba(38, 38, 38, 0.6);
}
.hover\:border-neutral-800\/65:hover {
    border-color: rgba(38, 38, 38, 0.65);
}
.hover\:border-neutral-800\/70:hover {
    border-color: rgba(38, 38, 38, 0.7);
}
.hover\:border-neutral-800\/75:hover {
    border-color: rgba(38, 38, 38, 0.75);
}
.hover\:border-neutral-800\/80:hover {
    border-color: rgba(38, 38, 38, 0.8);
}
.hover\:border-neutral-800\/85:hover {
    border-color: rgba(38, 38, 38, 0.85);
}
.hover\:border-neutral-800\/90:hover {
    border-color: rgba(38, 38, 38, 0.9);
}
.hover\:border-neutral-800\/95:hover {
    border-color: rgba(38, 38, 38, 0.95);
}
.hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-900\/0:hover {
    border-color: hsla(0, 0%, 9%, 0);
}
.hover\:border-neutral-900\/10:hover {
    border-color: hsla(0, 0%, 9%, 0.1);
}
.hover\:border-neutral-900\/100:hover {
    border-color: #171717;
}
.hover\:border-neutral-900\/15:hover {
    border-color: hsla(0, 0%, 9%, 0.15);
}
.hover\:border-neutral-900\/20:hover {
    border-color: hsla(0, 0%, 9%, 0.2);
}
.hover\:border-neutral-900\/25:hover {
    border-color: hsla(0, 0%, 9%, 0.25);
}
.hover\:border-neutral-900\/30:hover {
    border-color: hsla(0, 0%, 9%, 0.3);
}
.hover\:border-neutral-900\/35:hover {
    border-color: hsla(0, 0%, 9%, 0.35);
}
.hover\:border-neutral-900\/40:hover {
    border-color: hsla(0, 0%, 9%, 0.4);
}
.hover\:border-neutral-900\/45:hover {
    border-color: hsla(0, 0%, 9%, 0.45);
}
.hover\:border-neutral-900\/5:hover {
    border-color: hsla(0, 0%, 9%, 0.05);
}
.hover\:border-neutral-900\/50:hover {
    border-color: hsla(0, 0%, 9%, 0.5);
}
.hover\:border-neutral-900\/55:hover {
    border-color: hsla(0, 0%, 9%, 0.55);
}
.hover\:border-neutral-900\/60:hover {
    border-color: hsla(0, 0%, 9%, 0.6);
}
.hover\:border-neutral-900\/65:hover {
    border-color: hsla(0, 0%, 9%, 0.65);
}
.hover\:border-neutral-900\/70:hover {
    border-color: hsla(0, 0%, 9%, 0.7);
}
.hover\:border-neutral-900\/75:hover {
    border-color: hsla(0, 0%, 9%, 0.75);
}
.hover\:border-neutral-900\/80:hover {
    border-color: hsla(0, 0%, 9%, 0.8);
}
.hover\:border-neutral-900\/85:hover {
    border-color: hsla(0, 0%, 9%, 0.85);
}
.hover\:border-neutral-900\/90:hover {
    border-color: hsla(0, 0%, 9%, 0.9);
}
.hover\:border-neutral-900\/95:hover {
    border-color: hsla(0, 0%, 9%, 0.95);
}
.hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-100\/0:hover {
    border-color: rgba(255, 237, 213, 0);
}
.hover\:border-orange-100\/10:hover {
    border-color: rgba(255, 237, 213, 0.1);
}
.hover\:border-orange-100\/100:hover {
    border-color: #ffedd5;
}
.hover\:border-orange-100\/15:hover {
    border-color: rgba(255, 237, 213, 0.15);
}
.hover\:border-orange-100\/20:hover {
    border-color: rgba(255, 237, 213, 0.2);
}
.hover\:border-orange-100\/25:hover {
    border-color: rgba(255, 237, 213, 0.25);
}
.hover\:border-orange-100\/30:hover {
    border-color: rgba(255, 237, 213, 0.3);
}
.hover\:border-orange-100\/35:hover {
    border-color: rgba(255, 237, 213, 0.35);
}
.hover\:border-orange-100\/40:hover {
    border-color: rgba(255, 237, 213, 0.4);
}
.hover\:border-orange-100\/45:hover {
    border-color: rgba(255, 237, 213, 0.45);
}
.hover\:border-orange-100\/5:hover {
    border-color: rgba(255, 237, 213, 0.05);
}
.hover\:border-orange-100\/50:hover {
    border-color: rgba(255, 237, 213, 0.5);
}
.hover\:border-orange-100\/55:hover {
    border-color: rgba(255, 237, 213, 0.55);
}
.hover\:border-orange-100\/60:hover {
    border-color: rgba(255, 237, 213, 0.6);
}
.hover\:border-orange-100\/65:hover {
    border-color: rgba(255, 237, 213, 0.65);
}
.hover\:border-orange-100\/70:hover {
    border-color: rgba(255, 237, 213, 0.7);
}
.hover\:border-orange-100\/75:hover {
    border-color: rgba(255, 237, 213, 0.75);
}
.hover\:border-orange-100\/80:hover {
    border-color: rgba(255, 237, 213, 0.8);
}
.hover\:border-orange-100\/85:hover {
    border-color: rgba(255, 237, 213, 0.85);
}
.hover\:border-orange-100\/90:hover {
    border-color: rgba(255, 237, 213, 0.9);
}
.hover\:border-orange-100\/95:hover {
    border-color: rgba(255, 237, 213, 0.95);
}
.hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-200\/0:hover {
    border-color: hsla(32, 98%, 83%, 0);
}
.hover\:border-orange-200\/10:hover {
    border-color: hsla(32, 98%, 83%, 0.1);
}
.hover\:border-orange-200\/100:hover {
    border-color: #fed7aa;
}
.hover\:border-orange-200\/15:hover {
    border-color: hsla(32, 98%, 83%, 0.15);
}
.hover\:border-orange-200\/20:hover {
    border-color: hsla(32, 98%, 83%, 0.2);
}
.hover\:border-orange-200\/25:hover {
    border-color: hsla(32, 98%, 83%, 0.25);
}
.hover\:border-orange-200\/30:hover {
    border-color: hsla(32, 98%, 83%, 0.3);
}
.hover\:border-orange-200\/35:hover {
    border-color: hsla(32, 98%, 83%, 0.35);
}
.hover\:border-orange-200\/40:hover {
    border-color: hsla(32, 98%, 83%, 0.4);
}
.hover\:border-orange-200\/45:hover {
    border-color: hsla(32, 98%, 83%, 0.45);
}
.hover\:border-orange-200\/5:hover {
    border-color: hsla(32, 98%, 83%, 0.05);
}
.hover\:border-orange-200\/50:hover {
    border-color: hsla(32, 98%, 83%, 0.5);
}
.hover\:border-orange-200\/55:hover {
    border-color: hsla(32, 98%, 83%, 0.55);
}
.hover\:border-orange-200\/60:hover {
    border-color: hsla(32, 98%, 83%, 0.6);
}
.hover\:border-orange-200\/65:hover {
    border-color: hsla(32, 98%, 83%, 0.65);
}
.hover\:border-orange-200\/70:hover {
    border-color: hsla(32, 98%, 83%, 0.7);
}
.hover\:border-orange-200\/75:hover {
    border-color: hsla(32, 98%, 83%, 0.75);
}
.hover\:border-orange-200\/80:hover {
    border-color: hsla(32, 98%, 83%, 0.8);
}
.hover\:border-orange-200\/85:hover {
    border-color: hsla(32, 98%, 83%, 0.85);
}
.hover\:border-orange-200\/90:hover {
    border-color: hsla(32, 98%, 83%, 0.9);
}
.hover\:border-orange-200\/95:hover {
    border-color: hsla(32, 98%, 83%, 0.95);
}
.hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-300\/0:hover {
    border-color: hsla(31, 97%, 72%, 0);
}
.hover\:border-orange-300\/10:hover {
    border-color: hsla(31, 97%, 72%, 0.1);
}
.hover\:border-orange-300\/100:hover {
    border-color: #fdba74;
}
.hover\:border-orange-300\/15:hover {
    border-color: hsla(31, 97%, 72%, 0.15);
}
.hover\:border-orange-300\/20:hover {
    border-color: hsla(31, 97%, 72%, 0.2);
}
.hover\:border-orange-300\/25:hover {
    border-color: hsla(31, 97%, 72%, 0.25);
}
.hover\:border-orange-300\/30:hover {
    border-color: hsla(31, 97%, 72%, 0.3);
}
.hover\:border-orange-300\/35:hover {
    border-color: hsla(31, 97%, 72%, 0.35);
}
.hover\:border-orange-300\/40:hover {
    border-color: hsla(31, 97%, 72%, 0.4);
}
.hover\:border-orange-300\/45:hover {
    border-color: hsla(31, 97%, 72%, 0.45);
}
.hover\:border-orange-300\/5:hover {
    border-color: hsla(31, 97%, 72%, 0.05);
}
.hover\:border-orange-300\/50:hover {
    border-color: hsla(31, 97%, 72%, 0.5);
}
.hover\:border-orange-300\/55:hover {
    border-color: hsla(31, 97%, 72%, 0.55);
}
.hover\:border-orange-300\/60:hover {
    border-color: hsla(31, 97%, 72%, 0.6);
}
.hover\:border-orange-300\/65:hover {
    border-color: hsla(31, 97%, 72%, 0.65);
}
.hover\:border-orange-300\/70:hover {
    border-color: hsla(31, 97%, 72%, 0.7);
}
.hover\:border-orange-300\/75:hover {
    border-color: hsla(31, 97%, 72%, 0.75);
}
.hover\:border-orange-300\/80:hover {
    border-color: hsla(31, 97%, 72%, 0.8);
}
.hover\:border-orange-300\/85:hover {
    border-color: hsla(31, 97%, 72%, 0.85);
}
.hover\:border-orange-300\/90:hover {
    border-color: hsla(31, 97%, 72%, 0.9);
}
.hover\:border-orange-300\/95:hover {
    border-color: hsla(31, 97%, 72%, 0.95);
}
.hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-400\/0:hover {
    border-color: rgba(251, 146, 60, 0);
}
.hover\:border-orange-400\/10:hover {
    border-color: rgba(251, 146, 60, 0.1);
}
.hover\:border-orange-400\/100:hover {
    border-color: #fb923c;
}
.hover\:border-orange-400\/15:hover {
    border-color: rgba(251, 146, 60, 0.15);
}
.hover\:border-orange-400\/20:hover {
    border-color: rgba(251, 146, 60, 0.2);
}
.hover\:border-orange-400\/25:hover {
    border-color: rgba(251, 146, 60, 0.25);
}
.hover\:border-orange-400\/30:hover {
    border-color: rgba(251, 146, 60, 0.3);
}
.hover\:border-orange-400\/35:hover {
    border-color: rgba(251, 146, 60, 0.35);
}
.hover\:border-orange-400\/40:hover {
    border-color: rgba(251, 146, 60, 0.4);
}
.hover\:border-orange-400\/45:hover {
    border-color: rgba(251, 146, 60, 0.45);
}
.hover\:border-orange-400\/5:hover {
    border-color: rgba(251, 146, 60, 0.05);
}
.hover\:border-orange-400\/50:hover {
    border-color: rgba(251, 146, 60, 0.5);
}
.hover\:border-orange-400\/55:hover {
    border-color: rgba(251, 146, 60, 0.55);
}
.hover\:border-orange-400\/60:hover {
    border-color: rgba(251, 146, 60, 0.6);
}
.hover\:border-orange-400\/65:hover {
    border-color: rgba(251, 146, 60, 0.65);
}
.hover\:border-orange-400\/70:hover {
    border-color: rgba(251, 146, 60, 0.7);
}
.hover\:border-orange-400\/75:hover {
    border-color: rgba(251, 146, 60, 0.75);
}
.hover\:border-orange-400\/80:hover {
    border-color: rgba(251, 146, 60, 0.8);
}
.hover\:border-orange-400\/85:hover {
    border-color: rgba(251, 146, 60, 0.85);
}
.hover\:border-orange-400\/90:hover {
    border-color: rgba(251, 146, 60, 0.9);
}
.hover\:border-orange-400\/95:hover {
    border-color: rgba(251, 146, 60, 0.95);
}
.hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-50\/0:hover {
    border-color: rgba(255, 247, 237, 0);
}
.hover\:border-orange-50\/10:hover {
    border-color: rgba(255, 247, 237, 0.1);
}
.hover\:border-orange-50\/100:hover {
    border-color: #fff7ed;
}
.hover\:border-orange-50\/15:hover {
    border-color: rgba(255, 247, 237, 0.15);
}
.hover\:border-orange-50\/20:hover {
    border-color: rgba(255, 247, 237, 0.2);
}
.hover\:border-orange-50\/25:hover {
    border-color: rgba(255, 247, 237, 0.25);
}
.hover\:border-orange-50\/30:hover {
    border-color: rgba(255, 247, 237, 0.3);
}
.hover\:border-orange-50\/35:hover {
    border-color: rgba(255, 247, 237, 0.35);
}
.hover\:border-orange-50\/40:hover {
    border-color: rgba(255, 247, 237, 0.4);
}
.hover\:border-orange-50\/45:hover {
    border-color: rgba(255, 247, 237, 0.45);
}
.hover\:border-orange-50\/5:hover {
    border-color: rgba(255, 247, 237, 0.05);
}
.hover\:border-orange-50\/50:hover {
    border-color: rgba(255, 247, 237, 0.5);
}
.hover\:border-orange-50\/55:hover {
    border-color: rgba(255, 247, 237, 0.55);
}
.hover\:border-orange-50\/60:hover {
    border-color: rgba(255, 247, 237, 0.6);
}
.hover\:border-orange-50\/65:hover {
    border-color: rgba(255, 247, 237, 0.65);
}
.hover\:border-orange-50\/70:hover {
    border-color: rgba(255, 247, 237, 0.7);
}
.hover\:border-orange-50\/75:hover {
    border-color: rgba(255, 247, 237, 0.75);
}
.hover\:border-orange-50\/80:hover {
    border-color: rgba(255, 247, 237, 0.8);
}
.hover\:border-orange-50\/85:hover {
    border-color: rgba(255, 247, 237, 0.85);
}
.hover\:border-orange-50\/90:hover {
    border-color: rgba(255, 247, 237, 0.9);
}
.hover\:border-orange-50\/95:hover {
    border-color: rgba(255, 247, 237, 0.95);
}
.hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-500\/0:hover {
    border-color: rgba(249, 115, 22, 0);
}
.hover\:border-orange-500\/10:hover {
    border-color: rgba(249, 115, 22, 0.1);
}
.hover\:border-orange-500\/100:hover {
    border-color: #f97316;
}
.hover\:border-orange-500\/15:hover {
    border-color: rgba(249, 115, 22, 0.15);
}
.hover\:border-orange-500\/20:hover {
    border-color: rgba(249, 115, 22, 0.2);
}
.hover\:border-orange-500\/25:hover {
    border-color: rgba(249, 115, 22, 0.25);
}
.hover\:border-orange-500\/30:hover {
    border-color: rgba(249, 115, 22, 0.3);
}
.hover\:border-orange-500\/35:hover {
    border-color: rgba(249, 115, 22, 0.35);
}
.hover\:border-orange-500\/40:hover {
    border-color: rgba(249, 115, 22, 0.4);
}
.hover\:border-orange-500\/45:hover {
    border-color: rgba(249, 115, 22, 0.45);
}
.hover\:border-orange-500\/5:hover {
    border-color: rgba(249, 115, 22, 0.05);
}
.hover\:border-orange-500\/50:hover {
    border-color: rgba(249, 115, 22, 0.5);
}
.hover\:border-orange-500\/55:hover {
    border-color: rgba(249, 115, 22, 0.55);
}
.hover\:border-orange-500\/60:hover {
    border-color: rgba(249, 115, 22, 0.6);
}
.hover\:border-orange-500\/65:hover {
    border-color: rgba(249, 115, 22, 0.65);
}
.hover\:border-orange-500\/70:hover {
    border-color: rgba(249, 115, 22, 0.7);
}
.hover\:border-orange-500\/75:hover {
    border-color: rgba(249, 115, 22, 0.75);
}
.hover\:border-orange-500\/80:hover {
    border-color: rgba(249, 115, 22, 0.8);
}
.hover\:border-orange-500\/85:hover {
    border-color: rgba(249, 115, 22, 0.85);
}
.hover\:border-orange-500\/90:hover {
    border-color: rgba(249, 115, 22, 0.9);
}
.hover\:border-orange-500\/95:hover {
    border-color: rgba(249, 115, 22, 0.95);
}
.hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-600\/0:hover {
    border-color: rgba(234, 88, 12, 0);
}
.hover\:border-orange-600\/10:hover {
    border-color: rgba(234, 88, 12, 0.1);
}
.hover\:border-orange-600\/100:hover {
    border-color: #ea580c;
}
.hover\:border-orange-600\/15:hover {
    border-color: rgba(234, 88, 12, 0.15);
}
.hover\:border-orange-600\/20:hover {
    border-color: rgba(234, 88, 12, 0.2);
}
.hover\:border-orange-600\/25:hover {
    border-color: rgba(234, 88, 12, 0.25);
}
.hover\:border-orange-600\/30:hover {
    border-color: rgba(234, 88, 12, 0.3);
}
.hover\:border-orange-600\/35:hover {
    border-color: rgba(234, 88, 12, 0.35);
}
.hover\:border-orange-600\/40:hover {
    border-color: rgba(234, 88, 12, 0.4);
}
.hover\:border-orange-600\/45:hover {
    border-color: rgba(234, 88, 12, 0.45);
}
.hover\:border-orange-600\/5:hover {
    border-color: rgba(234, 88, 12, 0.05);
}
.hover\:border-orange-600\/50:hover {
    border-color: rgba(234, 88, 12, 0.5);
}
.hover\:border-orange-600\/55:hover {
    border-color: rgba(234, 88, 12, 0.55);
}
.hover\:border-orange-600\/60:hover {
    border-color: rgba(234, 88, 12, 0.6);
}
.hover\:border-orange-600\/65:hover {
    border-color: rgba(234, 88, 12, 0.65);
}
.hover\:border-orange-600\/70:hover {
    border-color: rgba(234, 88, 12, 0.7);
}
.hover\:border-orange-600\/75:hover {
    border-color: rgba(234, 88, 12, 0.75);
}
.hover\:border-orange-600\/80:hover {
    border-color: rgba(234, 88, 12, 0.8);
}
.hover\:border-orange-600\/85:hover {
    border-color: rgba(234, 88, 12, 0.85);
}
.hover\:border-orange-600\/90:hover {
    border-color: rgba(234, 88, 12, 0.9);
}
.hover\:border-orange-600\/95:hover {
    border-color: rgba(234, 88, 12, 0.95);
}
.hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-700\/0:hover {
    border-color: rgba(194, 65, 12, 0);
}
.hover\:border-orange-700\/10:hover {
    border-color: rgba(194, 65, 12, 0.1);
}
.hover\:border-orange-700\/100:hover {
    border-color: #c2410c;
}
.hover\:border-orange-700\/15:hover {
    border-color: rgba(194, 65, 12, 0.15);
}
.hover\:border-orange-700\/20:hover {
    border-color: rgba(194, 65, 12, 0.2);
}
.hover\:border-orange-700\/25:hover {
    border-color: rgba(194, 65, 12, 0.25);
}
.hover\:border-orange-700\/30:hover {
    border-color: rgba(194, 65, 12, 0.3);
}
.hover\:border-orange-700\/35:hover {
    border-color: rgba(194, 65, 12, 0.35);
}
.hover\:border-orange-700\/40:hover {
    border-color: rgba(194, 65, 12, 0.4);
}
.hover\:border-orange-700\/45:hover {
    border-color: rgba(194, 65, 12, 0.45);
}
.hover\:border-orange-700\/5:hover {
    border-color: rgba(194, 65, 12, 0.05);
}
.hover\:border-orange-700\/50:hover {
    border-color: rgba(194, 65, 12, 0.5);
}
.hover\:border-orange-700\/55:hover {
    border-color: rgba(194, 65, 12, 0.55);
}
.hover\:border-orange-700\/60:hover {
    border-color: rgba(194, 65, 12, 0.6);
}
.hover\:border-orange-700\/65:hover {
    border-color: rgba(194, 65, 12, 0.65);
}
.hover\:border-orange-700\/70:hover {
    border-color: rgba(194, 65, 12, 0.7);
}
.hover\:border-orange-700\/75:hover {
    border-color: rgba(194, 65, 12, 0.75);
}
.hover\:border-orange-700\/80:hover {
    border-color: rgba(194, 65, 12, 0.8);
}
.hover\:border-orange-700\/85:hover {
    border-color: rgba(194, 65, 12, 0.85);
}
.hover\:border-orange-700\/90:hover {
    border-color: rgba(194, 65, 12, 0.9);
}
.hover\:border-orange-700\/95:hover {
    border-color: rgba(194, 65, 12, 0.95);
}
.hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-800\/0:hover {
    border-color: rgba(154, 52, 18, 0);
}
.hover\:border-orange-800\/10:hover {
    border-color: rgba(154, 52, 18, 0.1);
}
.hover\:border-orange-800\/100:hover {
    border-color: #9a3412;
}
.hover\:border-orange-800\/15:hover {
    border-color: rgba(154, 52, 18, 0.15);
}
.hover\:border-orange-800\/20:hover {
    border-color: rgba(154, 52, 18, 0.2);
}
.hover\:border-orange-800\/25:hover {
    border-color: rgba(154, 52, 18, 0.25);
}
.hover\:border-orange-800\/30:hover {
    border-color: rgba(154, 52, 18, 0.3);
}
.hover\:border-orange-800\/35:hover {
    border-color: rgba(154, 52, 18, 0.35);
}
.hover\:border-orange-800\/40:hover {
    border-color: rgba(154, 52, 18, 0.4);
}
.hover\:border-orange-800\/45:hover {
    border-color: rgba(154, 52, 18, 0.45);
}
.hover\:border-orange-800\/5:hover {
    border-color: rgba(154, 52, 18, 0.05);
}
.hover\:border-orange-800\/50:hover {
    border-color: rgba(154, 52, 18, 0.5);
}
.hover\:border-orange-800\/55:hover {
    border-color: rgba(154, 52, 18, 0.55);
}
.hover\:border-orange-800\/60:hover {
    border-color: rgba(154, 52, 18, 0.6);
}
.hover\:border-orange-800\/65:hover {
    border-color: rgba(154, 52, 18, 0.65);
}
.hover\:border-orange-800\/70:hover {
    border-color: rgba(154, 52, 18, 0.7);
}
.hover\:border-orange-800\/75:hover {
    border-color: rgba(154, 52, 18, 0.75);
}
.hover\:border-orange-800\/80:hover {
    border-color: rgba(154, 52, 18, 0.8);
}
.hover\:border-orange-800\/85:hover {
    border-color: rgba(154, 52, 18, 0.85);
}
.hover\:border-orange-800\/90:hover {
    border-color: rgba(154, 52, 18, 0.9);
}
.hover\:border-orange-800\/95:hover {
    border-color: rgba(154, 52, 18, 0.95);
}
.hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-900\/0:hover {
    border-color: rgba(124, 45, 18, 0);
}
.hover\:border-orange-900\/10:hover {
    border-color: rgba(124, 45, 18, 0.1);
}
.hover\:border-orange-900\/100:hover {
    border-color: #7c2d12;
}
.hover\:border-orange-900\/15:hover {
    border-color: rgba(124, 45, 18, 0.15);
}
.hover\:border-orange-900\/20:hover {
    border-color: rgba(124, 45, 18, 0.2);
}
.hover\:border-orange-900\/25:hover {
    border-color: rgba(124, 45, 18, 0.25);
}
.hover\:border-orange-900\/30:hover {
    border-color: rgba(124, 45, 18, 0.3);
}
.hover\:border-orange-900\/35:hover {
    border-color: rgba(124, 45, 18, 0.35);
}
.hover\:border-orange-900\/40:hover {
    border-color: rgba(124, 45, 18, 0.4);
}
.hover\:border-orange-900\/45:hover {
    border-color: rgba(124, 45, 18, 0.45);
}
.hover\:border-orange-900\/5:hover {
    border-color: rgba(124, 45, 18, 0.05);
}
.hover\:border-orange-900\/50:hover {
    border-color: rgba(124, 45, 18, 0.5);
}
.hover\:border-orange-900\/55:hover {
    border-color: rgba(124, 45, 18, 0.55);
}
.hover\:border-orange-900\/60:hover {
    border-color: rgba(124, 45, 18, 0.6);
}
.hover\:border-orange-900\/65:hover {
    border-color: rgba(124, 45, 18, 0.65);
}
.hover\:border-orange-900\/70:hover {
    border-color: rgba(124, 45, 18, 0.7);
}
.hover\:border-orange-900\/75:hover {
    border-color: rgba(124, 45, 18, 0.75);
}
.hover\:border-orange-900\/80:hover {
    border-color: rgba(124, 45, 18, 0.8);
}
.hover\:border-orange-900\/85:hover {
    border-color: rgba(124, 45, 18, 0.85);
}
.hover\:border-orange-900\/90:hover {
    border-color: rgba(124, 45, 18, 0.9);
}
.hover\:border-orange-900\/95:hover {
    border-color: rgba(124, 45, 18, 0.95);
}
.hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-100\/0:hover {
    border-color: rgba(252, 231, 243, 0);
}
.hover\:border-pink-100\/10:hover {
    border-color: rgba(252, 231, 243, 0.1);
}
.hover\:border-pink-100\/100:hover {
    border-color: #fce7f3;
}
.hover\:border-pink-100\/15:hover {
    border-color: rgba(252, 231, 243, 0.15);
}
.hover\:border-pink-100\/20:hover {
    border-color: rgba(252, 231, 243, 0.2);
}
.hover\:border-pink-100\/25:hover {
    border-color: rgba(252, 231, 243, 0.25);
}
.hover\:border-pink-100\/30:hover {
    border-color: rgba(252, 231, 243, 0.3);
}
.hover\:border-pink-100\/35:hover {
    border-color: rgba(252, 231, 243, 0.35);
}
.hover\:border-pink-100\/40:hover {
    border-color: rgba(252, 231, 243, 0.4);
}
.hover\:border-pink-100\/45:hover {
    border-color: rgba(252, 231, 243, 0.45);
}
.hover\:border-pink-100\/5:hover {
    border-color: rgba(252, 231, 243, 0.05);
}
.hover\:border-pink-100\/50:hover {
    border-color: rgba(252, 231, 243, 0.5);
}
.hover\:border-pink-100\/55:hover {
    border-color: rgba(252, 231, 243, 0.55);
}
.hover\:border-pink-100\/60:hover {
    border-color: rgba(252, 231, 243, 0.6);
}
.hover\:border-pink-100\/65:hover {
    border-color: rgba(252, 231, 243, 0.65);
}
.hover\:border-pink-100\/70:hover {
    border-color: rgba(252, 231, 243, 0.7);
}
.hover\:border-pink-100\/75:hover {
    border-color: rgba(252, 231, 243, 0.75);
}
.hover\:border-pink-100\/80:hover {
    border-color: rgba(252, 231, 243, 0.8);
}
.hover\:border-pink-100\/85:hover {
    border-color: rgba(252, 231, 243, 0.85);
}
.hover\:border-pink-100\/90:hover {
    border-color: rgba(252, 231, 243, 0.9);
}
.hover\:border-pink-100\/95:hover {
    border-color: rgba(252, 231, 243, 0.95);
}
.hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-200\/0:hover {
    border-color: rgba(251, 207, 232, 0);
}
.hover\:border-pink-200\/10:hover {
    border-color: rgba(251, 207, 232, 0.1);
}
.hover\:border-pink-200\/100:hover {
    border-color: #fbcfe8;
}
.hover\:border-pink-200\/15:hover {
    border-color: rgba(251, 207, 232, 0.15);
}
.hover\:border-pink-200\/20:hover {
    border-color: rgba(251, 207, 232, 0.2);
}
.hover\:border-pink-200\/25:hover {
    border-color: rgba(251, 207, 232, 0.25);
}
.hover\:border-pink-200\/30:hover {
    border-color: rgba(251, 207, 232, 0.3);
}
.hover\:border-pink-200\/35:hover {
    border-color: rgba(251, 207, 232, 0.35);
}
.hover\:border-pink-200\/40:hover {
    border-color: rgba(251, 207, 232, 0.4);
}
.hover\:border-pink-200\/45:hover {
    border-color: rgba(251, 207, 232, 0.45);
}
.hover\:border-pink-200\/5:hover {
    border-color: rgba(251, 207, 232, 0.05);
}
.hover\:border-pink-200\/50:hover {
    border-color: rgba(251, 207, 232, 0.5);
}
.hover\:border-pink-200\/55:hover {
    border-color: rgba(251, 207, 232, 0.55);
}
.hover\:border-pink-200\/60:hover {
    border-color: rgba(251, 207, 232, 0.6);
}
.hover\:border-pink-200\/65:hover {
    border-color: rgba(251, 207, 232, 0.65);
}
.hover\:border-pink-200\/70:hover {
    border-color: rgba(251, 207, 232, 0.7);
}
.hover\:border-pink-200\/75:hover {
    border-color: rgba(251, 207, 232, 0.75);
}
.hover\:border-pink-200\/80:hover {
    border-color: rgba(251, 207, 232, 0.8);
}
.hover\:border-pink-200\/85:hover {
    border-color: rgba(251, 207, 232, 0.85);
}
.hover\:border-pink-200\/90:hover {
    border-color: rgba(251, 207, 232, 0.9);
}
.hover\:border-pink-200\/95:hover {
    border-color: rgba(251, 207, 232, 0.95);
}
.hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-300\/0:hover {
    border-color: rgba(249, 168, 212, 0);
}
.hover\:border-pink-300\/10:hover {
    border-color: rgba(249, 168, 212, 0.1);
}
.hover\:border-pink-300\/100:hover {
    border-color: #f9a8d4;
}
.hover\:border-pink-300\/15:hover {
    border-color: rgba(249, 168, 212, 0.15);
}
.hover\:border-pink-300\/20:hover {
    border-color: rgba(249, 168, 212, 0.2);
}
.hover\:border-pink-300\/25:hover {
    border-color: rgba(249, 168, 212, 0.25);
}
.hover\:border-pink-300\/30:hover {
    border-color: rgba(249, 168, 212, 0.3);
}
.hover\:border-pink-300\/35:hover {
    border-color: rgba(249, 168, 212, 0.35);
}
.hover\:border-pink-300\/40:hover {
    border-color: rgba(249, 168, 212, 0.4);
}
.hover\:border-pink-300\/45:hover {
    border-color: rgba(249, 168, 212, 0.45);
}
.hover\:border-pink-300\/5:hover {
    border-color: rgba(249, 168, 212, 0.05);
}
.hover\:border-pink-300\/50:hover {
    border-color: rgba(249, 168, 212, 0.5);
}
.hover\:border-pink-300\/55:hover {
    border-color: rgba(249, 168, 212, 0.55);
}
.hover\:border-pink-300\/60:hover {
    border-color: rgba(249, 168, 212, 0.6);
}
.hover\:border-pink-300\/65:hover {
    border-color: rgba(249, 168, 212, 0.65);
}
.hover\:border-pink-300\/70:hover {
    border-color: rgba(249, 168, 212, 0.7);
}
.hover\:border-pink-300\/75:hover {
    border-color: rgba(249, 168, 212, 0.75);
}
.hover\:border-pink-300\/80:hover {
    border-color: rgba(249, 168, 212, 0.8);
}
.hover\:border-pink-300\/85:hover {
    border-color: rgba(249, 168, 212, 0.85);
}
.hover\:border-pink-300\/90:hover {
    border-color: rgba(249, 168, 212, 0.9);
}
.hover\:border-pink-300\/95:hover {
    border-color: rgba(249, 168, 212, 0.95);
}
.hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-400\/0:hover {
    border-color: rgba(244, 114, 182, 0);
}
.hover\:border-pink-400\/10:hover {
    border-color: rgba(244, 114, 182, 0.1);
}
.hover\:border-pink-400\/100:hover {
    border-color: #f472b6;
}
.hover\:border-pink-400\/15:hover {
    border-color: rgba(244, 114, 182, 0.15);
}
.hover\:border-pink-400\/20:hover {
    border-color: rgba(244, 114, 182, 0.2);
}
.hover\:border-pink-400\/25:hover {
    border-color: rgba(244, 114, 182, 0.25);
}
.hover\:border-pink-400\/30:hover {
    border-color: rgba(244, 114, 182, 0.3);
}
.hover\:border-pink-400\/35:hover {
    border-color: rgba(244, 114, 182, 0.35);
}
.hover\:border-pink-400\/40:hover {
    border-color: rgba(244, 114, 182, 0.4);
}
.hover\:border-pink-400\/45:hover {
    border-color: rgba(244, 114, 182, 0.45);
}
.hover\:border-pink-400\/5:hover {
    border-color: rgba(244, 114, 182, 0.05);
}
.hover\:border-pink-400\/50:hover {
    border-color: rgba(244, 114, 182, 0.5);
}
.hover\:border-pink-400\/55:hover {
    border-color: rgba(244, 114, 182, 0.55);
}
.hover\:border-pink-400\/60:hover {
    border-color: rgba(244, 114, 182, 0.6);
}
.hover\:border-pink-400\/65:hover {
    border-color: rgba(244, 114, 182, 0.65);
}
.hover\:border-pink-400\/70:hover {
    border-color: rgba(244, 114, 182, 0.7);
}
.hover\:border-pink-400\/75:hover {
    border-color: rgba(244, 114, 182, 0.75);
}
.hover\:border-pink-400\/80:hover {
    border-color: rgba(244, 114, 182, 0.8);
}
.hover\:border-pink-400\/85:hover {
    border-color: rgba(244, 114, 182, 0.85);
}
.hover\:border-pink-400\/90:hover {
    border-color: rgba(244, 114, 182, 0.9);
}
.hover\:border-pink-400\/95:hover {
    border-color: rgba(244, 114, 182, 0.95);
}
.hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-50\/0:hover {
    border-color: rgba(253, 242, 248, 0);
}
.hover\:border-pink-50\/10:hover {
    border-color: rgba(253, 242, 248, 0.1);
}
.hover\:border-pink-50\/100:hover {
    border-color: #fdf2f8;
}
.hover\:border-pink-50\/15:hover {
    border-color: rgba(253, 242, 248, 0.15);
}
.hover\:border-pink-50\/20:hover {
    border-color: rgba(253, 242, 248, 0.2);
}
.hover\:border-pink-50\/25:hover {
    border-color: rgba(253, 242, 248, 0.25);
}
.hover\:border-pink-50\/30:hover {
    border-color: rgba(253, 242, 248, 0.3);
}
.hover\:border-pink-50\/35:hover {
    border-color: rgba(253, 242, 248, 0.35);
}
.hover\:border-pink-50\/40:hover {
    border-color: rgba(253, 242, 248, 0.4);
}
.hover\:border-pink-50\/45:hover {
    border-color: rgba(253, 242, 248, 0.45);
}
.hover\:border-pink-50\/5:hover {
    border-color: rgba(253, 242, 248, 0.05);
}
.hover\:border-pink-50\/50:hover {
    border-color: rgba(253, 242, 248, 0.5);
}
.hover\:border-pink-50\/55:hover {
    border-color: rgba(253, 242, 248, 0.55);
}
.hover\:border-pink-50\/60:hover {
    border-color: rgba(253, 242, 248, 0.6);
}
.hover\:border-pink-50\/65:hover {
    border-color: rgba(253, 242, 248, 0.65);
}
.hover\:border-pink-50\/70:hover {
    border-color: rgba(253, 242, 248, 0.7);
}
.hover\:border-pink-50\/75:hover {
    border-color: rgba(253, 242, 248, 0.75);
}
.hover\:border-pink-50\/80:hover {
    border-color: rgba(253, 242, 248, 0.8);
}
.hover\:border-pink-50\/85:hover {
    border-color: rgba(253, 242, 248, 0.85);
}
.hover\:border-pink-50\/90:hover {
    border-color: rgba(253, 242, 248, 0.9);
}
.hover\:border-pink-50\/95:hover {
    border-color: rgba(253, 242, 248, 0.95);
}
.hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-500\/0:hover {
    border-color: rgba(236, 72, 153, 0);
}
.hover\:border-pink-500\/10:hover {
    border-color: rgba(236, 72, 153, 0.1);
}
.hover\:border-pink-500\/100:hover {
    border-color: #ec4899;
}
.hover\:border-pink-500\/15:hover {
    border-color: rgba(236, 72, 153, 0.15);
}
.hover\:border-pink-500\/20:hover {
    border-color: rgba(236, 72, 153, 0.2);
}
.hover\:border-pink-500\/25:hover {
    border-color: rgba(236, 72, 153, 0.25);
}
.hover\:border-pink-500\/30:hover {
    border-color: rgba(236, 72, 153, 0.3);
}
.hover\:border-pink-500\/35:hover {
    border-color: rgba(236, 72, 153, 0.35);
}
.hover\:border-pink-500\/40:hover {
    border-color: rgba(236, 72, 153, 0.4);
}
.hover\:border-pink-500\/45:hover {
    border-color: rgba(236, 72, 153, 0.45);
}
.hover\:border-pink-500\/5:hover {
    border-color: rgba(236, 72, 153, 0.05);
}
.hover\:border-pink-500\/50:hover {
    border-color: rgba(236, 72, 153, 0.5);
}
.hover\:border-pink-500\/55:hover {
    border-color: rgba(236, 72, 153, 0.55);
}
.hover\:border-pink-500\/60:hover {
    border-color: rgba(236, 72, 153, 0.6);
}
.hover\:border-pink-500\/65:hover {
    border-color: rgba(236, 72, 153, 0.65);
}
.hover\:border-pink-500\/70:hover {
    border-color: rgba(236, 72, 153, 0.7);
}
.hover\:border-pink-500\/75:hover {
    border-color: rgba(236, 72, 153, 0.75);
}
.hover\:border-pink-500\/80:hover {
    border-color: rgba(236, 72, 153, 0.8);
}
.hover\:border-pink-500\/85:hover {
    border-color: rgba(236, 72, 153, 0.85);
}
.hover\:border-pink-500\/90:hover {
    border-color: rgba(236, 72, 153, 0.9);
}
.hover\:border-pink-500\/95:hover {
    border-color: rgba(236, 72, 153, 0.95);
}
.hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-600\/0:hover {
    border-color: rgba(219, 39, 119, 0);
}
.hover\:border-pink-600\/10:hover {
    border-color: rgba(219, 39, 119, 0.1);
}
.hover\:border-pink-600\/100:hover {
    border-color: #db2777;
}
.hover\:border-pink-600\/15:hover {
    border-color: rgba(219, 39, 119, 0.15);
}
.hover\:border-pink-600\/20:hover {
    border-color: rgba(219, 39, 119, 0.2);
}
.hover\:border-pink-600\/25:hover {
    border-color: rgba(219, 39, 119, 0.25);
}
.hover\:border-pink-600\/30:hover {
    border-color: rgba(219, 39, 119, 0.3);
}
.hover\:border-pink-600\/35:hover {
    border-color: rgba(219, 39, 119, 0.35);
}
.hover\:border-pink-600\/40:hover {
    border-color: rgba(219, 39, 119, 0.4);
}
.hover\:border-pink-600\/45:hover {
    border-color: rgba(219, 39, 119, 0.45);
}
.hover\:border-pink-600\/5:hover {
    border-color: rgba(219, 39, 119, 0.05);
}
.hover\:border-pink-600\/50:hover {
    border-color: rgba(219, 39, 119, 0.5);
}
.hover\:border-pink-600\/55:hover {
    border-color: rgba(219, 39, 119, 0.55);
}
.hover\:border-pink-600\/60:hover {
    border-color: rgba(219, 39, 119, 0.6);
}
.hover\:border-pink-600\/65:hover {
    border-color: rgba(219, 39, 119, 0.65);
}
.hover\:border-pink-600\/70:hover {
    border-color: rgba(219, 39, 119, 0.7);
}
.hover\:border-pink-600\/75:hover {
    border-color: rgba(219, 39, 119, 0.75);
}
.hover\:border-pink-600\/80:hover {
    border-color: rgba(219, 39, 119, 0.8);
}
.hover\:border-pink-600\/85:hover {
    border-color: rgba(219, 39, 119, 0.85);
}
.hover\:border-pink-600\/90:hover {
    border-color: rgba(219, 39, 119, 0.9);
}
.hover\:border-pink-600\/95:hover {
    border-color: rgba(219, 39, 119, 0.95);
}
.hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-700\/0:hover {
    border-color: rgba(190, 24, 93, 0);
}
.hover\:border-pink-700\/10:hover {
    border-color: rgba(190, 24, 93, 0.1);
}
.hover\:border-pink-700\/100:hover {
    border-color: #be185d;
}
.hover\:border-pink-700\/15:hover {
    border-color: rgba(190, 24, 93, 0.15);
}
.hover\:border-pink-700\/20:hover {
    border-color: rgba(190, 24, 93, 0.2);
}
.hover\:border-pink-700\/25:hover {
    border-color: rgba(190, 24, 93, 0.25);
}
.hover\:border-pink-700\/30:hover {
    border-color: rgba(190, 24, 93, 0.3);
}
.hover\:border-pink-700\/35:hover {
    border-color: rgba(190, 24, 93, 0.35);
}
.hover\:border-pink-700\/40:hover {
    border-color: rgba(190, 24, 93, 0.4);
}
.hover\:border-pink-700\/45:hover {
    border-color: rgba(190, 24, 93, 0.45);
}
.hover\:border-pink-700\/5:hover {
    border-color: rgba(190, 24, 93, 0.05);
}
.hover\:border-pink-700\/50:hover {
    border-color: rgba(190, 24, 93, 0.5);
}
.hover\:border-pink-700\/55:hover {
    border-color: rgba(190, 24, 93, 0.55);
}
.hover\:border-pink-700\/60:hover {
    border-color: rgba(190, 24, 93, 0.6);
}
.hover\:border-pink-700\/65:hover {
    border-color: rgba(190, 24, 93, 0.65);
}
.hover\:border-pink-700\/70:hover {
    border-color: rgba(190, 24, 93, 0.7);
}
.hover\:border-pink-700\/75:hover {
    border-color: rgba(190, 24, 93, 0.75);
}
.hover\:border-pink-700\/80:hover {
    border-color: rgba(190, 24, 93, 0.8);
}
.hover\:border-pink-700\/85:hover {
    border-color: rgba(190, 24, 93, 0.85);
}
.hover\:border-pink-700\/90:hover {
    border-color: rgba(190, 24, 93, 0.9);
}
.hover\:border-pink-700\/95:hover {
    border-color: rgba(190, 24, 93, 0.95);
}
.hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-800\/0:hover {
    border-color: rgba(157, 23, 77, 0);
}
.hover\:border-pink-800\/10:hover {
    border-color: rgba(157, 23, 77, 0.1);
}
.hover\:border-pink-800\/100:hover {
    border-color: #9d174d;
}
.hover\:border-pink-800\/15:hover {
    border-color: rgba(157, 23, 77, 0.15);
}
.hover\:border-pink-800\/20:hover {
    border-color: rgba(157, 23, 77, 0.2);
}
.hover\:border-pink-800\/25:hover {
    border-color: rgba(157, 23, 77, 0.25);
}
.hover\:border-pink-800\/30:hover {
    border-color: rgba(157, 23, 77, 0.3);
}
.hover\:border-pink-800\/35:hover {
    border-color: rgba(157, 23, 77, 0.35);
}
.hover\:border-pink-800\/40:hover {
    border-color: rgba(157, 23, 77, 0.4);
}
.hover\:border-pink-800\/45:hover {
    border-color: rgba(157, 23, 77, 0.45);
}
.hover\:border-pink-800\/5:hover {
    border-color: rgba(157, 23, 77, 0.05);
}
.hover\:border-pink-800\/50:hover {
    border-color: rgba(157, 23, 77, 0.5);
}
.hover\:border-pink-800\/55:hover {
    border-color: rgba(157, 23, 77, 0.55);
}
.hover\:border-pink-800\/60:hover {
    border-color: rgba(157, 23, 77, 0.6);
}
.hover\:border-pink-800\/65:hover {
    border-color: rgba(157, 23, 77, 0.65);
}
.hover\:border-pink-800\/70:hover {
    border-color: rgba(157, 23, 77, 0.7);
}
.hover\:border-pink-800\/75:hover {
    border-color: rgba(157, 23, 77, 0.75);
}
.hover\:border-pink-800\/80:hover {
    border-color: rgba(157, 23, 77, 0.8);
}
.hover\:border-pink-800\/85:hover {
    border-color: rgba(157, 23, 77, 0.85);
}
.hover\:border-pink-800\/90:hover {
    border-color: rgba(157, 23, 77, 0.9);
}
.hover\:border-pink-800\/95:hover {
    border-color: rgba(157, 23, 77, 0.95);
}
.hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.hover\:border-pink-900\/0:hover {
    border-color: rgba(131, 24, 67, 0);
}
.hover\:border-pink-900\/10:hover {
    border-color: rgba(131, 24, 67, 0.1);
}
.hover\:border-pink-900\/100:hover {
    border-color: #831843;
}
.hover\:border-pink-900\/15:hover {
    border-color: rgba(131, 24, 67, 0.15);
}
.hover\:border-pink-900\/20:hover {
    border-color: rgba(131, 24, 67, 0.2);
}
.hover\:border-pink-900\/25:hover {
    border-color: rgba(131, 24, 67, 0.25);
}
.hover\:border-pink-900\/30:hover {
    border-color: rgba(131, 24, 67, 0.3);
}
.hover\:border-pink-900\/35:hover {
    border-color: rgba(131, 24, 67, 0.35);
}
.hover\:border-pink-900\/40:hover {
    border-color: rgba(131, 24, 67, 0.4);
}
.hover\:border-pink-900\/45:hover {
    border-color: rgba(131, 24, 67, 0.45);
}
.hover\:border-pink-900\/5:hover {
    border-color: rgba(131, 24, 67, 0.05);
}
.hover\:border-pink-900\/50:hover {
    border-color: rgba(131, 24, 67, 0.5);
}
.hover\:border-pink-900\/55:hover {
    border-color: rgba(131, 24, 67, 0.55);
}
.hover\:border-pink-900\/60:hover {
    border-color: rgba(131, 24, 67, 0.6);
}
.hover\:border-pink-900\/65:hover {
    border-color: rgba(131, 24, 67, 0.65);
}
.hover\:border-pink-900\/70:hover {
    border-color: rgba(131, 24, 67, 0.7);
}
.hover\:border-pink-900\/75:hover {
    border-color: rgba(131, 24, 67, 0.75);
}
.hover\:border-pink-900\/80:hover {
    border-color: rgba(131, 24, 67, 0.8);
}
.hover\:border-pink-900\/85:hover {
    border-color: rgba(131, 24, 67, 0.85);
}
.hover\:border-pink-900\/90:hover {
    border-color: rgba(131, 24, 67, 0.9);
}
.hover\:border-pink-900\/95:hover {
    border-color: rgba(131, 24, 67, 0.95);
}
.hover\:border-police-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(153 204 204 / var(--tw-border-opacity, 1));
}
.hover\:border-police-100\/0:hover {
    border-color: rgba(153, 204, 204, 0);
}
.hover\:border-police-100\/10:hover {
    border-color: rgba(153, 204, 204, 0.1);
}
.hover\:border-police-100\/100:hover {
    border-color: #9cc;
}
.hover\:border-police-100\/15:hover {
    border-color: rgba(153, 204, 204, 0.15);
}
.hover\:border-police-100\/20:hover {
    border-color: rgba(153, 204, 204, 0.2);
}
.hover\:border-police-100\/25:hover {
    border-color: rgba(153, 204, 204, 0.25);
}
.hover\:border-police-100\/30:hover {
    border-color: rgba(153, 204, 204, 0.3);
}
.hover\:border-police-100\/35:hover {
    border-color: rgba(153, 204, 204, 0.35);
}
.hover\:border-police-100\/40:hover {
    border-color: rgba(153, 204, 204, 0.4);
}
.hover\:border-police-100\/45:hover {
    border-color: rgba(153, 204, 204, 0.45);
}
.hover\:border-police-100\/5:hover {
    border-color: rgba(153, 204, 204, 0.05);
}
.hover\:border-police-100\/50:hover {
    border-color: rgba(153, 204, 204, 0.5);
}
.hover\:border-police-100\/55:hover {
    border-color: rgba(153, 204, 204, 0.55);
}
.hover\:border-police-100\/60:hover {
    border-color: rgba(153, 204, 204, 0.6);
}
.hover\:border-police-100\/65:hover {
    border-color: rgba(153, 204, 204, 0.65);
}
.hover\:border-police-100\/70:hover {
    border-color: rgba(153, 204, 204, 0.7);
}
.hover\:border-police-100\/75:hover {
    border-color: rgba(153, 204, 204, 0.75);
}
.hover\:border-police-100\/80:hover {
    border-color: rgba(153, 204, 204, 0.8);
}
.hover\:border-police-100\/85:hover {
    border-color: rgba(153, 204, 204, 0.85);
}
.hover\:border-police-100\/90:hover {
    border-color: rgba(153, 204, 204, 0.9);
}
.hover\:border-police-100\/95:hover {
    border-color: rgba(153, 204, 204, 0.95);
}
.hover\:border-police-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(133 133 214 / var(--tw-border-opacity, 1));
}
.hover\:border-police-200\/0:hover {
    border-color: rgba(133, 133, 214, 0);
}
.hover\:border-police-200\/10:hover {
    border-color: rgba(133, 133, 214, 0.1);
}
.hover\:border-police-200\/100:hover {
    border-color: #8585d6;
}
.hover\:border-police-200\/15:hover {
    border-color: rgba(133, 133, 214, 0.15);
}
.hover\:border-police-200\/20:hover {
    border-color: rgba(133, 133, 214, 0.2);
}
.hover\:border-police-200\/25:hover {
    border-color: rgba(133, 133, 214, 0.25);
}
.hover\:border-police-200\/30:hover {
    border-color: rgba(133, 133, 214, 0.3);
}
.hover\:border-police-200\/35:hover {
    border-color: rgba(133, 133, 214, 0.35);
}
.hover\:border-police-200\/40:hover {
    border-color: rgba(133, 133, 214, 0.4);
}
.hover\:border-police-200\/45:hover {
    border-color: rgba(133, 133, 214, 0.45);
}
.hover\:border-police-200\/5:hover {
    border-color: rgba(133, 133, 214, 0.05);
}
.hover\:border-police-200\/50:hover {
    border-color: rgba(133, 133, 214, 0.5);
}
.hover\:border-police-200\/55:hover {
    border-color: rgba(133, 133, 214, 0.55);
}
.hover\:border-police-200\/60:hover {
    border-color: rgba(133, 133, 214, 0.6);
}
.hover\:border-police-200\/65:hover {
    border-color: rgba(133, 133, 214, 0.65);
}
.hover\:border-police-200\/70:hover {
    border-color: rgba(133, 133, 214, 0.7);
}
.hover\:border-police-200\/75:hover {
    border-color: rgba(133, 133, 214, 0.75);
}
.hover\:border-police-200\/80:hover {
    border-color: rgba(133, 133, 214, 0.8);
}
.hover\:border-police-200\/85:hover {
    border-color: rgba(133, 133, 214, 0.85);
}
.hover\:border-police-200\/90:hover {
    border-color: rgba(133, 133, 214, 0.9);
}
.hover\:border-police-200\/95:hover {
    border-color: rgba(133, 133, 214, 0.95);
}
.hover\:border-police-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(106 106 205 / var(--tw-border-opacity, 1));
}
.hover\:border-police-300\/0:hover {
    border-color: rgba(106, 106, 205, 0);
}
.hover\:border-police-300\/10:hover {
    border-color: rgba(106, 106, 205, 0.1);
}
.hover\:border-police-300\/100:hover {
    border-color: #6a6acd;
}
.hover\:border-police-300\/15:hover {
    border-color: rgba(106, 106, 205, 0.15);
}
.hover\:border-police-300\/20:hover {
    border-color: rgba(106, 106, 205, 0.2);
}
.hover\:border-police-300\/25:hover {
    border-color: rgba(106, 106, 205, 0.25);
}
.hover\:border-police-300\/30:hover {
    border-color: rgba(106, 106, 205, 0.3);
}
.hover\:border-police-300\/35:hover {
    border-color: rgba(106, 106, 205, 0.35);
}
.hover\:border-police-300\/40:hover {
    border-color: rgba(106, 106, 205, 0.4);
}
.hover\:border-police-300\/45:hover {
    border-color: rgba(106, 106, 205, 0.45);
}
.hover\:border-police-300\/5:hover {
    border-color: rgba(106, 106, 205, 0.05);
}
.hover\:border-police-300\/50:hover {
    border-color: rgba(106, 106, 205, 0.5);
}
.hover\:border-police-300\/55:hover {
    border-color: rgba(106, 106, 205, 0.55);
}
.hover\:border-police-300\/60:hover {
    border-color: rgba(106, 106, 205, 0.6);
}
.hover\:border-police-300\/65:hover {
    border-color: rgba(106, 106, 205, 0.65);
}
.hover\:border-police-300\/70:hover {
    border-color: rgba(106, 106, 205, 0.7);
}
.hover\:border-police-300\/75:hover {
    border-color: rgba(106, 106, 205, 0.75);
}
.hover\:border-police-300\/80:hover {
    border-color: rgba(106, 106, 205, 0.8);
}
.hover\:border-police-300\/85:hover {
    border-color: rgba(106, 106, 205, 0.85);
}
.hover\:border-police-300\/90:hover {
    border-color: rgba(106, 106, 205, 0.9);
}
.hover\:border-police-300\/95:hover {
    border-color: rgba(106, 106, 205, 0.95);
}
.hover\:border-police-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(79 79 196 / var(--tw-border-opacity, 1));
}
.hover\:border-police-400\/0:hover {
    border-color: rgba(79, 79, 196, 0);
}
.hover\:border-police-400\/10:hover {
    border-color: rgba(79, 79, 196, 0.1);
}
.hover\:border-police-400\/100:hover {
    border-color: #4f4fc4;
}
.hover\:border-police-400\/15:hover {
    border-color: rgba(79, 79, 196, 0.15);
}
.hover\:border-police-400\/20:hover {
    border-color: rgba(79, 79, 196, 0.2);
}
.hover\:border-police-400\/25:hover {
    border-color: rgba(79, 79, 196, 0.25);
}
.hover\:border-police-400\/30:hover {
    border-color: rgba(79, 79, 196, 0.3);
}
.hover\:border-police-400\/35:hover {
    border-color: rgba(79, 79, 196, 0.35);
}
.hover\:border-police-400\/40:hover {
    border-color: rgba(79, 79, 196, 0.4);
}
.hover\:border-police-400\/45:hover {
    border-color: rgba(79, 79, 196, 0.45);
}
.hover\:border-police-400\/5:hover {
    border-color: rgba(79, 79, 196, 0.05);
}
.hover\:border-police-400\/50:hover {
    border-color: rgba(79, 79, 196, 0.5);
}
.hover\:border-police-400\/55:hover {
    border-color: rgba(79, 79, 196, 0.55);
}
.hover\:border-police-400\/60:hover {
    border-color: rgba(79, 79, 196, 0.6);
}
.hover\:border-police-400\/65:hover {
    border-color: rgba(79, 79, 196, 0.65);
}
.hover\:border-police-400\/70:hover {
    border-color: rgba(79, 79, 196, 0.7);
}
.hover\:border-police-400\/75:hover {
    border-color: rgba(79, 79, 196, 0.75);
}
.hover\:border-police-400\/80:hover {
    border-color: rgba(79, 79, 196, 0.8);
}
.hover\:border-police-400\/85:hover {
    border-color: rgba(79, 79, 196, 0.85);
}
.hover\:border-police-400\/90:hover {
    border-color: rgba(79, 79, 196, 0.9);
}
.hover\:border-police-400\/95:hover {
    border-color: rgba(79, 79, 196, 0.95);
}
.hover\:border-police-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(194 194 235 / var(--tw-border-opacity, 1));
}
.hover\:border-police-50\/0:hover {
    border-color: rgba(194, 194, 235, 0);
}
.hover\:border-police-50\/10:hover {
    border-color: rgba(194, 194, 235, 0.1);
}
.hover\:border-police-50\/100:hover {
    border-color: #c2c2eb;
}
.hover\:border-police-50\/15:hover {
    border-color: rgba(194, 194, 235, 0.15);
}
.hover\:border-police-50\/20:hover {
    border-color: rgba(194, 194, 235, 0.2);
}
.hover\:border-police-50\/25:hover {
    border-color: rgba(194, 194, 235, 0.25);
}
.hover\:border-police-50\/30:hover {
    border-color: rgba(194, 194, 235, 0.3);
}
.hover\:border-police-50\/35:hover {
    border-color: rgba(194, 194, 235, 0.35);
}
.hover\:border-police-50\/40:hover {
    border-color: rgba(194, 194, 235, 0.4);
}
.hover\:border-police-50\/45:hover {
    border-color: rgba(194, 194, 235, 0.45);
}
.hover\:border-police-50\/5:hover {
    border-color: rgba(194, 194, 235, 0.05);
}
.hover\:border-police-50\/50:hover {
    border-color: rgba(194, 194, 235, 0.5);
}
.hover\:border-police-50\/55:hover {
    border-color: rgba(194, 194, 235, 0.55);
}
.hover\:border-police-50\/60:hover {
    border-color: rgba(194, 194, 235, 0.6);
}
.hover\:border-police-50\/65:hover {
    border-color: rgba(194, 194, 235, 0.65);
}
.hover\:border-police-50\/70:hover {
    border-color: rgba(194, 194, 235, 0.7);
}
.hover\:border-police-50\/75:hover {
    border-color: rgba(194, 194, 235, 0.75);
}
.hover\:border-police-50\/80:hover {
    border-color: rgba(194, 194, 235, 0.8);
}
.hover\:border-police-50\/85:hover {
    border-color: rgba(194, 194, 235, 0.85);
}
.hover\:border-police-50\/90:hover {
    border-color: rgba(194, 194, 235, 0.9);
}
.hover\:border-police-50\/95:hover {
    border-color: rgba(194, 194, 235, 0.95);
}
.hover\:border-police-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(60 60 180 / var(--tw-border-opacity, 1));
}
.hover\:border-police-500\/0:hover {
    border-color: rgba(60, 60, 180, 0);
}
.hover\:border-police-500\/10:hover {
    border-color: rgba(60, 60, 180, 0.1);
}
.hover\:border-police-500\/100:hover {
    border-color: #3c3cb4;
}
.hover\:border-police-500\/15:hover {
    border-color: rgba(60, 60, 180, 0.15);
}
.hover\:border-police-500\/20:hover {
    border-color: rgba(60, 60, 180, 0.2);
}
.hover\:border-police-500\/25:hover {
    border-color: rgba(60, 60, 180, 0.25);
}
.hover\:border-police-500\/30:hover {
    border-color: rgba(60, 60, 180, 0.3);
}
.hover\:border-police-500\/35:hover {
    border-color: rgba(60, 60, 180, 0.35);
}
.hover\:border-police-500\/40:hover {
    border-color: rgba(60, 60, 180, 0.4);
}
.hover\:border-police-500\/45:hover {
    border-color: rgba(60, 60, 180, 0.45);
}
.hover\:border-police-500\/5:hover {
    border-color: rgba(60, 60, 180, 0.05);
}
.hover\:border-police-500\/50:hover {
    border-color: rgba(60, 60, 180, 0.5);
}
.hover\:border-police-500\/55:hover {
    border-color: rgba(60, 60, 180, 0.55);
}
.hover\:border-police-500\/60:hover {
    border-color: rgba(60, 60, 180, 0.6);
}
.hover\:border-police-500\/65:hover {
    border-color: rgba(60, 60, 180, 0.65);
}
.hover\:border-police-500\/70:hover {
    border-color: rgba(60, 60, 180, 0.7);
}
.hover\:border-police-500\/75:hover {
    border-color: rgba(60, 60, 180, 0.75);
}
.hover\:border-police-500\/80:hover {
    border-color: rgba(60, 60, 180, 0.8);
}
.hover\:border-police-500\/85:hover {
    border-color: rgba(60, 60, 180, 0.85);
}
.hover\:border-police-500\/90:hover {
    border-color: rgba(60, 60, 180, 0.9);
}
.hover\:border-police-500\/95:hover {
    border-color: rgba(60, 60, 180, 0.95);
}
.hover\:border-police-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 153 / var(--tw-border-opacity, 1));
}
.hover\:border-police-600\/0:hover {
    border-color: rgba(51, 51, 153, 0);
}
.hover\:border-police-600\/10:hover {
    border-color: rgba(51, 51, 153, 0.1);
}
.hover\:border-police-600\/100:hover {
    border-color: #339;
}
.hover\:border-police-600\/15:hover {
    border-color: rgba(51, 51, 153, 0.15);
}
.hover\:border-police-600\/20:hover {
    border-color: rgba(51, 51, 153, 0.2);
}
.hover\:border-police-600\/25:hover {
    border-color: rgba(51, 51, 153, 0.25);
}
.hover\:border-police-600\/30:hover {
    border-color: rgba(51, 51, 153, 0.3);
}
.hover\:border-police-600\/35:hover {
    border-color: rgba(51, 51, 153, 0.35);
}
.hover\:border-police-600\/40:hover {
    border-color: rgba(51, 51, 153, 0.4);
}
.hover\:border-police-600\/45:hover {
    border-color: rgba(51, 51, 153, 0.45);
}
.hover\:border-police-600\/5:hover {
    border-color: rgba(51, 51, 153, 0.05);
}
.hover\:border-police-600\/50:hover {
    border-color: rgba(51, 51, 153, 0.5);
}
.hover\:border-police-600\/55:hover {
    border-color: rgba(51, 51, 153, 0.55);
}
.hover\:border-police-600\/60:hover {
    border-color: rgba(51, 51, 153, 0.6);
}
.hover\:border-police-600\/65:hover {
    border-color: rgba(51, 51, 153, 0.65);
}
.hover\:border-police-600\/70:hover {
    border-color: rgba(51, 51, 153, 0.7);
}
.hover\:border-police-600\/75:hover {
    border-color: rgba(51, 51, 153, 0.75);
}
.hover\:border-police-600\/80:hover {
    border-color: rgba(51, 51, 153, 0.8);
}
.hover\:border-police-600\/85:hover {
    border-color: rgba(51, 51, 153, 0.85);
}
.hover\:border-police-600\/90:hover {
    border-color: rgba(51, 51, 153, 0.9);
}
.hover\:border-police-600\/95:hover {
    border-color: rgba(51, 51, 153, 0.95);
}
.hover\:border-police-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(37 37 111 / var(--tw-border-opacity, 1));
}
.hover\:border-police-700\/0:hover {
    border-color: rgba(37, 37, 111, 0);
}
.hover\:border-police-700\/10:hover {
    border-color: rgba(37, 37, 111, 0.1);
}
.hover\:border-police-700\/100:hover {
    border-color: #25256f;
}
.hover\:border-police-700\/15:hover {
    border-color: rgba(37, 37, 111, 0.15);
}
.hover\:border-police-700\/20:hover {
    border-color: rgba(37, 37, 111, 0.2);
}
.hover\:border-police-700\/25:hover {
    border-color: rgba(37, 37, 111, 0.25);
}
.hover\:border-police-700\/30:hover {
    border-color: rgba(37, 37, 111, 0.3);
}
.hover\:border-police-700\/35:hover {
    border-color: rgba(37, 37, 111, 0.35);
}
.hover\:border-police-700\/40:hover {
    border-color: rgba(37, 37, 111, 0.4);
}
.hover\:border-police-700\/45:hover {
    border-color: rgba(37, 37, 111, 0.45);
}
.hover\:border-police-700\/5:hover {
    border-color: rgba(37, 37, 111, 0.05);
}
.hover\:border-police-700\/50:hover {
    border-color: rgba(37, 37, 111, 0.5);
}
.hover\:border-police-700\/55:hover {
    border-color: rgba(37, 37, 111, 0.55);
}
.hover\:border-police-700\/60:hover {
    border-color: rgba(37, 37, 111, 0.6);
}
.hover\:border-police-700\/65:hover {
    border-color: rgba(37, 37, 111, 0.65);
}
.hover\:border-police-700\/70:hover {
    border-color: rgba(37, 37, 111, 0.7);
}
.hover\:border-police-700\/75:hover {
    border-color: rgba(37, 37, 111, 0.75);
}
.hover\:border-police-700\/80:hover {
    border-color: rgba(37, 37, 111, 0.8);
}
.hover\:border-police-700\/85:hover {
    border-color: rgba(37, 37, 111, 0.85);
}
.hover\:border-police-700\/90:hover {
    border-color: rgba(37, 37, 111, 0.9);
}
.hover\:border-police-700\/95:hover {
    border-color: rgba(37, 37, 111, 0.95);
}
.hover\:border-police-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 69 / var(--tw-border-opacity, 1));
}
.hover\:border-police-800\/0:hover {
    border-color: rgba(23, 23, 69, 0);
}
.hover\:border-police-800\/10:hover {
    border-color: rgba(23, 23, 69, 0.1);
}
.hover\:border-police-800\/100:hover {
    border-color: #171745;
}
.hover\:border-police-800\/15:hover {
    border-color: rgba(23, 23, 69, 0.15);
}
.hover\:border-police-800\/20:hover {
    border-color: rgba(23, 23, 69, 0.2);
}
.hover\:border-police-800\/25:hover {
    border-color: rgba(23, 23, 69, 0.25);
}
.hover\:border-police-800\/30:hover {
    border-color: rgba(23, 23, 69, 0.3);
}
.hover\:border-police-800\/35:hover {
    border-color: rgba(23, 23, 69, 0.35);
}
.hover\:border-police-800\/40:hover {
    border-color: rgba(23, 23, 69, 0.4);
}
.hover\:border-police-800\/45:hover {
    border-color: rgba(23, 23, 69, 0.45);
}
.hover\:border-police-800\/5:hover {
    border-color: rgba(23, 23, 69, 0.05);
}
.hover\:border-police-800\/50:hover {
    border-color: rgba(23, 23, 69, 0.5);
}
.hover\:border-police-800\/55:hover {
    border-color: rgba(23, 23, 69, 0.55);
}
.hover\:border-police-800\/60:hover {
    border-color: rgba(23, 23, 69, 0.6);
}
.hover\:border-police-800\/65:hover {
    border-color: rgba(23, 23, 69, 0.65);
}
.hover\:border-police-800\/70:hover {
    border-color: rgba(23, 23, 69, 0.7);
}
.hover\:border-police-800\/75:hover {
    border-color: rgba(23, 23, 69, 0.75);
}
.hover\:border-police-800\/80:hover {
    border-color: rgba(23, 23, 69, 0.8);
}
.hover\:border-police-800\/85:hover {
    border-color: rgba(23, 23, 69, 0.85);
}
.hover\:border-police-800\/90:hover {
    border-color: rgba(23, 23, 69, 0.9);
}
.hover\:border-police-800\/95:hover {
    border-color: rgba(23, 23, 69, 0.95);
}
.hover\:border-police-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(9 9 27 / var(--tw-border-opacity, 1));
}
.hover\:border-police-900\/0:hover {
    border-color: rgba(9, 9, 27, 0);
}
.hover\:border-police-900\/10:hover {
    border-color: rgba(9, 9, 27, 0.1);
}
.hover\:border-police-900\/100:hover {
    border-color: #09091b;
}
.hover\:border-police-900\/15:hover {
    border-color: rgba(9, 9, 27, 0.15);
}
.hover\:border-police-900\/20:hover {
    border-color: rgba(9, 9, 27, 0.2);
}
.hover\:border-police-900\/25:hover {
    border-color: rgba(9, 9, 27, 0.25);
}
.hover\:border-police-900\/30:hover {
    border-color: rgba(9, 9, 27, 0.3);
}
.hover\:border-police-900\/35:hover {
    border-color: rgba(9, 9, 27, 0.35);
}
.hover\:border-police-900\/40:hover {
    border-color: rgba(9, 9, 27, 0.4);
}
.hover\:border-police-900\/45:hover {
    border-color: rgba(9, 9, 27, 0.45);
}
.hover\:border-police-900\/5:hover {
    border-color: rgba(9, 9, 27, 0.05);
}
.hover\:border-police-900\/50:hover {
    border-color: rgba(9, 9, 27, 0.5);
}
.hover\:border-police-900\/55:hover {
    border-color: rgba(9, 9, 27, 0.55);
}
.hover\:border-police-900\/60:hover {
    border-color: rgba(9, 9, 27, 0.6);
}
.hover\:border-police-900\/65:hover {
    border-color: rgba(9, 9, 27, 0.65);
}
.hover\:border-police-900\/70:hover {
    border-color: rgba(9, 9, 27, 0.7);
}
.hover\:border-police-900\/75:hover {
    border-color: rgba(9, 9, 27, 0.75);
}
.hover\:border-police-900\/80:hover {
    border-color: rgba(9, 9, 27, 0.8);
}
.hover\:border-police-900\/85:hover {
    border-color: rgba(9, 9, 27, 0.85);
}
.hover\:border-police-900\/90:hover {
    border-color: rgba(9, 9, 27, 0.9);
}
.hover\:border-police-900\/95:hover {
    border-color: rgba(9, 9, 27, 0.95);
}
.hover\:border-primary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(93 140 253 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-100\/0:hover {
    border-color: rgba(237, 233, 254, 0);
}
.hover\:border-purple-100\/10:hover {
    border-color: rgba(237, 233, 254, 0.1);
}
.hover\:border-purple-100\/100:hover {
    border-color: #ede9fe;
}
.hover\:border-purple-100\/15:hover {
    border-color: rgba(237, 233, 254, 0.15);
}
.hover\:border-purple-100\/20:hover {
    border-color: rgba(237, 233, 254, 0.2);
}
.hover\:border-purple-100\/25:hover {
    border-color: rgba(237, 233, 254, 0.25);
}
.hover\:border-purple-100\/30:hover {
    border-color: rgba(237, 233, 254, 0.3);
}
.hover\:border-purple-100\/35:hover {
    border-color: rgba(237, 233, 254, 0.35);
}
.hover\:border-purple-100\/40:hover {
    border-color: rgba(237, 233, 254, 0.4);
}
.hover\:border-purple-100\/45:hover {
    border-color: rgba(237, 233, 254, 0.45);
}
.hover\:border-purple-100\/5:hover {
    border-color: rgba(237, 233, 254, 0.05);
}
.hover\:border-purple-100\/50:hover {
    border-color: rgba(237, 233, 254, 0.5);
}
.hover\:border-purple-100\/55:hover {
    border-color: rgba(237, 233, 254, 0.55);
}
.hover\:border-purple-100\/60:hover {
    border-color: rgba(237, 233, 254, 0.6);
}
.hover\:border-purple-100\/65:hover {
    border-color: rgba(237, 233, 254, 0.65);
}
.hover\:border-purple-100\/70:hover {
    border-color: rgba(237, 233, 254, 0.7);
}
.hover\:border-purple-100\/75:hover {
    border-color: rgba(237, 233, 254, 0.75);
}
.hover\:border-purple-100\/80:hover {
    border-color: rgba(237, 233, 254, 0.8);
}
.hover\:border-purple-100\/85:hover {
    border-color: rgba(237, 233, 254, 0.85);
}
.hover\:border-purple-100\/90:hover {
    border-color: rgba(237, 233, 254, 0.9);
}
.hover\:border-purple-100\/95:hover {
    border-color: rgba(237, 233, 254, 0.95);
}
.hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-200\/0:hover {
    border-color: rgba(221, 214, 254, 0);
}
.hover\:border-purple-200\/10:hover {
    border-color: rgba(221, 214, 254, 0.1);
}
.hover\:border-purple-200\/100:hover {
    border-color: #ddd6fe;
}
.hover\:border-purple-200\/15:hover {
    border-color: rgba(221, 214, 254, 0.15);
}
.hover\:border-purple-200\/20:hover {
    border-color: rgba(221, 214, 254, 0.2);
}
.hover\:border-purple-200\/25:hover {
    border-color: rgba(221, 214, 254, 0.25);
}
.hover\:border-purple-200\/30:hover {
    border-color: rgba(221, 214, 254, 0.3);
}
.hover\:border-purple-200\/35:hover {
    border-color: rgba(221, 214, 254, 0.35);
}
.hover\:border-purple-200\/40:hover {
    border-color: rgba(221, 214, 254, 0.4);
}
.hover\:border-purple-200\/45:hover {
    border-color: rgba(221, 214, 254, 0.45);
}
.hover\:border-purple-200\/5:hover {
    border-color: rgba(221, 214, 254, 0.05);
}
.hover\:border-purple-200\/50:hover {
    border-color: rgba(221, 214, 254, 0.5);
}
.hover\:border-purple-200\/55:hover {
    border-color: rgba(221, 214, 254, 0.55);
}
.hover\:border-purple-200\/60:hover {
    border-color: rgba(221, 214, 254, 0.6);
}
.hover\:border-purple-200\/65:hover {
    border-color: rgba(221, 214, 254, 0.65);
}
.hover\:border-purple-200\/70:hover {
    border-color: rgba(221, 214, 254, 0.7);
}
.hover\:border-purple-200\/75:hover {
    border-color: rgba(221, 214, 254, 0.75);
}
.hover\:border-purple-200\/80:hover {
    border-color: rgba(221, 214, 254, 0.8);
}
.hover\:border-purple-200\/85:hover {
    border-color: rgba(221, 214, 254, 0.85);
}
.hover\:border-purple-200\/90:hover {
    border-color: rgba(221, 214, 254, 0.9);
}
.hover\:border-purple-200\/95:hover {
    border-color: rgba(221, 214, 254, 0.95);
}
.hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-300\/0:hover {
    border-color: rgba(196, 181, 253, 0);
}
.hover\:border-purple-300\/10:hover {
    border-color: rgba(196, 181, 253, 0.1);
}
.hover\:border-purple-300\/100:hover {
    border-color: #c4b5fd;
}
.hover\:border-purple-300\/15:hover {
    border-color: rgba(196, 181, 253, 0.15);
}
.hover\:border-purple-300\/20:hover {
    border-color: rgba(196, 181, 253, 0.2);
}
.hover\:border-purple-300\/25:hover {
    border-color: rgba(196, 181, 253, 0.25);
}
.hover\:border-purple-300\/30:hover {
    border-color: rgba(196, 181, 253, 0.3);
}
.hover\:border-purple-300\/35:hover {
    border-color: rgba(196, 181, 253, 0.35);
}
.hover\:border-purple-300\/40:hover {
    border-color: rgba(196, 181, 253, 0.4);
}
.hover\:border-purple-300\/45:hover {
    border-color: rgba(196, 181, 253, 0.45);
}
.hover\:border-purple-300\/5:hover {
    border-color: rgba(196, 181, 253, 0.05);
}
.hover\:border-purple-300\/50:hover {
    border-color: rgba(196, 181, 253, 0.5);
}
.hover\:border-purple-300\/55:hover {
    border-color: rgba(196, 181, 253, 0.55);
}
.hover\:border-purple-300\/60:hover {
    border-color: rgba(196, 181, 253, 0.6);
}
.hover\:border-purple-300\/65:hover {
    border-color: rgba(196, 181, 253, 0.65);
}
.hover\:border-purple-300\/70:hover {
    border-color: rgba(196, 181, 253, 0.7);
}
.hover\:border-purple-300\/75:hover {
    border-color: rgba(196, 181, 253, 0.75);
}
.hover\:border-purple-300\/80:hover {
    border-color: rgba(196, 181, 253, 0.8);
}
.hover\:border-purple-300\/85:hover {
    border-color: rgba(196, 181, 253, 0.85);
}
.hover\:border-purple-300\/90:hover {
    border-color: rgba(196, 181, 253, 0.9);
}
.hover\:border-purple-300\/95:hover {
    border-color: rgba(196, 181, 253, 0.95);
}
.hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-400\/0:hover {
    border-color: rgba(167, 139, 250, 0);
}
.hover\:border-purple-400\/10:hover {
    border-color: rgba(167, 139, 250, 0.1);
}
.hover\:border-purple-400\/100:hover {
    border-color: #a78bfa;
}
.hover\:border-purple-400\/15:hover {
    border-color: rgba(167, 139, 250, 0.15);
}
.hover\:border-purple-400\/20:hover {
    border-color: rgba(167, 139, 250, 0.2);
}
.hover\:border-purple-400\/25:hover {
    border-color: rgba(167, 139, 250, 0.25);
}
.hover\:border-purple-400\/30:hover {
    border-color: rgba(167, 139, 250, 0.3);
}
.hover\:border-purple-400\/35:hover {
    border-color: rgba(167, 139, 250, 0.35);
}
.hover\:border-purple-400\/40:hover {
    border-color: rgba(167, 139, 250, 0.4);
}
.hover\:border-purple-400\/45:hover {
    border-color: rgba(167, 139, 250, 0.45);
}
.hover\:border-purple-400\/5:hover {
    border-color: rgba(167, 139, 250, 0.05);
}
.hover\:border-purple-400\/50:hover {
    border-color: rgba(167, 139, 250, 0.5);
}
.hover\:border-purple-400\/55:hover {
    border-color: rgba(167, 139, 250, 0.55);
}
.hover\:border-purple-400\/60:hover {
    border-color: rgba(167, 139, 250, 0.6);
}
.hover\:border-purple-400\/65:hover {
    border-color: rgba(167, 139, 250, 0.65);
}
.hover\:border-purple-400\/70:hover {
    border-color: rgba(167, 139, 250, 0.7);
}
.hover\:border-purple-400\/75:hover {
    border-color: rgba(167, 139, 250, 0.75);
}
.hover\:border-purple-400\/80:hover {
    border-color: rgba(167, 139, 250, 0.8);
}
.hover\:border-purple-400\/85:hover {
    border-color: rgba(167, 139, 250, 0.85);
}
.hover\:border-purple-400\/90:hover {
    border-color: rgba(167, 139, 250, 0.9);
}
.hover\:border-purple-400\/95:hover {
    border-color: rgba(167, 139, 250, 0.95);
}
.hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-50\/0:hover {
    border-color: rgba(245, 243, 255, 0);
}
.hover\:border-purple-50\/10:hover {
    border-color: rgba(245, 243, 255, 0.1);
}
.hover\:border-purple-50\/100:hover {
    border-color: #f5f3ff;
}
.hover\:border-purple-50\/15:hover {
    border-color: rgba(245, 243, 255, 0.15);
}
.hover\:border-purple-50\/20:hover {
    border-color: rgba(245, 243, 255, 0.2);
}
.hover\:border-purple-50\/25:hover {
    border-color: rgba(245, 243, 255, 0.25);
}
.hover\:border-purple-50\/30:hover {
    border-color: rgba(245, 243, 255, 0.3);
}
.hover\:border-purple-50\/35:hover {
    border-color: rgba(245, 243, 255, 0.35);
}
.hover\:border-purple-50\/40:hover {
    border-color: rgba(245, 243, 255, 0.4);
}
.hover\:border-purple-50\/45:hover {
    border-color: rgba(245, 243, 255, 0.45);
}
.hover\:border-purple-50\/5:hover {
    border-color: rgba(245, 243, 255, 0.05);
}
.hover\:border-purple-50\/50:hover {
    border-color: rgba(245, 243, 255, 0.5);
}
.hover\:border-purple-50\/55:hover {
    border-color: rgba(245, 243, 255, 0.55);
}
.hover\:border-purple-50\/60:hover {
    border-color: rgba(245, 243, 255, 0.6);
}
.hover\:border-purple-50\/65:hover {
    border-color: rgba(245, 243, 255, 0.65);
}
.hover\:border-purple-50\/70:hover {
    border-color: rgba(245, 243, 255, 0.7);
}
.hover\:border-purple-50\/75:hover {
    border-color: rgba(245, 243, 255, 0.75);
}
.hover\:border-purple-50\/80:hover {
    border-color: rgba(245, 243, 255, 0.8);
}
.hover\:border-purple-50\/85:hover {
    border-color: rgba(245, 243, 255, 0.85);
}
.hover\:border-purple-50\/90:hover {
    border-color: rgba(245, 243, 255, 0.9);
}
.hover\:border-purple-50\/95:hover {
    border-color: rgba(245, 243, 255, 0.95);
}
.hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-500\/0:hover {
    border-color: rgba(139, 92, 246, 0);
}
.hover\:border-purple-500\/10:hover {
    border-color: rgba(139, 92, 246, 0.1);
}
.hover\:border-purple-500\/100:hover {
    border-color: #8b5cf6;
}
.hover\:border-purple-500\/15:hover {
    border-color: rgba(139, 92, 246, 0.15);
}
.hover\:border-purple-500\/20:hover {
    border-color: rgba(139, 92, 246, 0.2);
}
.hover\:border-purple-500\/25:hover {
    border-color: rgba(139, 92, 246, 0.25);
}
.hover\:border-purple-500\/30:hover {
    border-color: rgba(139, 92, 246, 0.3);
}
.hover\:border-purple-500\/35:hover {
    border-color: rgba(139, 92, 246, 0.35);
}
.hover\:border-purple-500\/40:hover {
    border-color: rgba(139, 92, 246, 0.4);
}
.hover\:border-purple-500\/45:hover {
    border-color: rgba(139, 92, 246, 0.45);
}
.hover\:border-purple-500\/5:hover {
    border-color: rgba(139, 92, 246, 0.05);
}
.hover\:border-purple-500\/50:hover {
    border-color: rgba(139, 92, 246, 0.5);
}
.hover\:border-purple-500\/55:hover {
    border-color: rgba(139, 92, 246, 0.55);
}
.hover\:border-purple-500\/60:hover {
    border-color: rgba(139, 92, 246, 0.6);
}
.hover\:border-purple-500\/65:hover {
    border-color: rgba(139, 92, 246, 0.65);
}
.hover\:border-purple-500\/70:hover {
    border-color: rgba(139, 92, 246, 0.7);
}
.hover\:border-purple-500\/75:hover {
    border-color: rgba(139, 92, 246, 0.75);
}
.hover\:border-purple-500\/80:hover {
    border-color: rgba(139, 92, 246, 0.8);
}
.hover\:border-purple-500\/85:hover {
    border-color: rgba(139, 92, 246, 0.85);
}
.hover\:border-purple-500\/90:hover {
    border-color: rgba(139, 92, 246, 0.9);
}
.hover\:border-purple-500\/95:hover {
    border-color: rgba(139, 92, 246, 0.95);
}
.hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-600\/0:hover {
    border-color: rgba(124, 58, 237, 0);
}
.hover\:border-purple-600\/10:hover {
    border-color: rgba(124, 58, 237, 0.1);
}
.hover\:border-purple-600\/100:hover {
    border-color: #7c3aed;
}
.hover\:border-purple-600\/15:hover {
    border-color: rgba(124, 58, 237, 0.15);
}
.hover\:border-purple-600\/20:hover {
    border-color: rgba(124, 58, 237, 0.2);
}
.hover\:border-purple-600\/25:hover {
    border-color: rgba(124, 58, 237, 0.25);
}
.hover\:border-purple-600\/30:hover {
    border-color: rgba(124, 58, 237, 0.3);
}
.hover\:border-purple-600\/35:hover {
    border-color: rgba(124, 58, 237, 0.35);
}
.hover\:border-purple-600\/40:hover {
    border-color: rgba(124, 58, 237, 0.4);
}
.hover\:border-purple-600\/45:hover {
    border-color: rgba(124, 58, 237, 0.45);
}
.hover\:border-purple-600\/5:hover {
    border-color: rgba(124, 58, 237, 0.05);
}
.hover\:border-purple-600\/50:hover {
    border-color: rgba(124, 58, 237, 0.5);
}
.hover\:border-purple-600\/55:hover {
    border-color: rgba(124, 58, 237, 0.55);
}
.hover\:border-purple-600\/60:hover {
    border-color: rgba(124, 58, 237, 0.6);
}
.hover\:border-purple-600\/65:hover {
    border-color: rgba(124, 58, 237, 0.65);
}
.hover\:border-purple-600\/70:hover {
    border-color: rgba(124, 58, 237, 0.7);
}
.hover\:border-purple-600\/75:hover {
    border-color: rgba(124, 58, 237, 0.75);
}
.hover\:border-purple-600\/80:hover {
    border-color: rgba(124, 58, 237, 0.8);
}
.hover\:border-purple-600\/85:hover {
    border-color: rgba(124, 58, 237, 0.85);
}
.hover\:border-purple-600\/90:hover {
    border-color: rgba(124, 58, 237, 0.9);
}
.hover\:border-purple-600\/95:hover {
    border-color: rgba(124, 58, 237, 0.95);
}
.hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-700\/0:hover {
    border-color: rgba(109, 40, 217, 0);
}
.hover\:border-purple-700\/10:hover {
    border-color: rgba(109, 40, 217, 0.1);
}
.hover\:border-purple-700\/100:hover {
    border-color: #6d28d9;
}
.hover\:border-purple-700\/15:hover {
    border-color: rgba(109, 40, 217, 0.15);
}
.hover\:border-purple-700\/20:hover {
    border-color: rgba(109, 40, 217, 0.2);
}
.hover\:border-purple-700\/25:hover {
    border-color: rgba(109, 40, 217, 0.25);
}
.hover\:border-purple-700\/30:hover {
    border-color: rgba(109, 40, 217, 0.3);
}
.hover\:border-purple-700\/35:hover {
    border-color: rgba(109, 40, 217, 0.35);
}
.hover\:border-purple-700\/40:hover {
    border-color: rgba(109, 40, 217, 0.4);
}
.hover\:border-purple-700\/45:hover {
    border-color: rgba(109, 40, 217, 0.45);
}
.hover\:border-purple-700\/5:hover {
    border-color: rgba(109, 40, 217, 0.05);
}
.hover\:border-purple-700\/50:hover {
    border-color: rgba(109, 40, 217, 0.5);
}
.hover\:border-purple-700\/55:hover {
    border-color: rgba(109, 40, 217, 0.55);
}
.hover\:border-purple-700\/60:hover {
    border-color: rgba(109, 40, 217, 0.6);
}
.hover\:border-purple-700\/65:hover {
    border-color: rgba(109, 40, 217, 0.65);
}
.hover\:border-purple-700\/70:hover {
    border-color: rgba(109, 40, 217, 0.7);
}
.hover\:border-purple-700\/75:hover {
    border-color: rgba(109, 40, 217, 0.75);
}
.hover\:border-purple-700\/80:hover {
    border-color: rgba(109, 40, 217, 0.8);
}
.hover\:border-purple-700\/85:hover {
    border-color: rgba(109, 40, 217, 0.85);
}
.hover\:border-purple-700\/90:hover {
    border-color: rgba(109, 40, 217, 0.9);
}
.hover\:border-purple-700\/95:hover {
    border-color: rgba(109, 40, 217, 0.95);
}
.hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-800\/0:hover {
    border-color: rgba(91, 33, 182, 0);
}
.hover\:border-purple-800\/10:hover {
    border-color: rgba(91, 33, 182, 0.1);
}
.hover\:border-purple-800\/100:hover {
    border-color: #5b21b6;
}
.hover\:border-purple-800\/15:hover {
    border-color: rgba(91, 33, 182, 0.15);
}
.hover\:border-purple-800\/20:hover {
    border-color: rgba(91, 33, 182, 0.2);
}
.hover\:border-purple-800\/25:hover {
    border-color: rgba(91, 33, 182, 0.25);
}
.hover\:border-purple-800\/30:hover {
    border-color: rgba(91, 33, 182, 0.3);
}
.hover\:border-purple-800\/35:hover {
    border-color: rgba(91, 33, 182, 0.35);
}
.hover\:border-purple-800\/40:hover {
    border-color: rgba(91, 33, 182, 0.4);
}
.hover\:border-purple-800\/45:hover {
    border-color: rgba(91, 33, 182, 0.45);
}
.hover\:border-purple-800\/5:hover {
    border-color: rgba(91, 33, 182, 0.05);
}
.hover\:border-purple-800\/50:hover {
    border-color: rgba(91, 33, 182, 0.5);
}
.hover\:border-purple-800\/55:hover {
    border-color: rgba(91, 33, 182, 0.55);
}
.hover\:border-purple-800\/60:hover {
    border-color: rgba(91, 33, 182, 0.6);
}
.hover\:border-purple-800\/65:hover {
    border-color: rgba(91, 33, 182, 0.65);
}
.hover\:border-purple-800\/70:hover {
    border-color: rgba(91, 33, 182, 0.7);
}
.hover\:border-purple-800\/75:hover {
    border-color: rgba(91, 33, 182, 0.75);
}
.hover\:border-purple-800\/80:hover {
    border-color: rgba(91, 33, 182, 0.8);
}
.hover\:border-purple-800\/85:hover {
    border-color: rgba(91, 33, 182, 0.85);
}
.hover\:border-purple-800\/90:hover {
    border-color: rgba(91, 33, 182, 0.9);
}
.hover\:border-purple-800\/95:hover {
    border-color: rgba(91, 33, 182, 0.95);
}
.hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-900\/0:hover {
    border-color: rgba(76, 29, 149, 0);
}
.hover\:border-purple-900\/10:hover {
    border-color: rgba(76, 29, 149, 0.1);
}
.hover\:border-purple-900\/100:hover {
    border-color: #4c1d95;
}
.hover\:border-purple-900\/15:hover {
    border-color: rgba(76, 29, 149, 0.15);
}
.hover\:border-purple-900\/20:hover {
    border-color: rgba(76, 29, 149, 0.2);
}
.hover\:border-purple-900\/25:hover {
    border-color: rgba(76, 29, 149, 0.25);
}
.hover\:border-purple-900\/30:hover {
    border-color: rgba(76, 29, 149, 0.3);
}
.hover\:border-purple-900\/35:hover {
    border-color: rgba(76, 29, 149, 0.35);
}
.hover\:border-purple-900\/40:hover {
    border-color: rgba(76, 29, 149, 0.4);
}
.hover\:border-purple-900\/45:hover {
    border-color: rgba(76, 29, 149, 0.45);
}
.hover\:border-purple-900\/5:hover {
    border-color: rgba(76, 29, 149, 0.05);
}
.hover\:border-purple-900\/50:hover {
    border-color: rgba(76, 29, 149, 0.5);
}
.hover\:border-purple-900\/55:hover {
    border-color: rgba(76, 29, 149, 0.55);
}
.hover\:border-purple-900\/60:hover {
    border-color: rgba(76, 29, 149, 0.6);
}
.hover\:border-purple-900\/65:hover {
    border-color: rgba(76, 29, 149, 0.65);
}
.hover\:border-purple-900\/70:hover {
    border-color: rgba(76, 29, 149, 0.7);
}
.hover\:border-purple-900\/75:hover {
    border-color: rgba(76, 29, 149, 0.75);
}
.hover\:border-purple-900\/80:hover {
    border-color: rgba(76, 29, 149, 0.8);
}
.hover\:border-purple-900\/85:hover {
    border-color: rgba(76, 29, 149, 0.85);
}
.hover\:border-purple-900\/90:hover {
    border-color: rgba(76, 29, 149, 0.9);
}
.hover\:border-purple-900\/95:hover {
    border-color: rgba(76, 29, 149, 0.95);
}
.hover\:border-rdv-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.hover\:border-rdv-blue\/25:hover {
    border-color: rgba(51, 89, 165, 0.25);
}
.hover\:border-rdv-botticelli:hover {
    --tw-border-opacity: 1;
    border-color: rgb(212 222 239 / var(--tw-border-opacity, 1));
}
.hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.hover\:border-red-100\/0:hover {
    border-color: hsla(0, 93%, 94%, 0);
}
.hover\:border-red-100\/10:hover {
    border-color: hsla(0, 93%, 94%, 0.1);
}
.hover\:border-red-100\/100:hover {
    border-color: #fee2e2;
}
.hover\:border-red-100\/15:hover {
    border-color: hsla(0, 93%, 94%, 0.15);
}
.hover\:border-red-100\/20:hover {
    border-color: hsla(0, 93%, 94%, 0.2);
}
.hover\:border-red-100\/25:hover {
    border-color: hsla(0, 93%, 94%, 0.25);
}
.hover\:border-red-100\/30:hover {
    border-color: hsla(0, 93%, 94%, 0.3);
}
.hover\:border-red-100\/35:hover {
    border-color: hsla(0, 93%, 94%, 0.35);
}
.hover\:border-red-100\/40:hover {
    border-color: hsla(0, 93%, 94%, 0.4);
}
.hover\:border-red-100\/45:hover {
    border-color: hsla(0, 93%, 94%, 0.45);
}
.hover\:border-red-100\/5:hover {
    border-color: hsla(0, 93%, 94%, 0.05);
}
.hover\:border-red-100\/50:hover {
    border-color: hsla(0, 93%, 94%, 0.5);
}
.hover\:border-red-100\/55:hover {
    border-color: hsla(0, 93%, 94%, 0.55);
}
.hover\:border-red-100\/60:hover {
    border-color: hsla(0, 93%, 94%, 0.6);
}
.hover\:border-red-100\/65:hover {
    border-color: hsla(0, 93%, 94%, 0.65);
}
.hover\:border-red-100\/70:hover {
    border-color: hsla(0, 93%, 94%, 0.7);
}
.hover\:border-red-100\/75:hover {
    border-color: hsla(0, 93%, 94%, 0.75);
}
.hover\:border-red-100\/80:hover {
    border-color: hsla(0, 93%, 94%, 0.8);
}
.hover\:border-red-100\/85:hover {
    border-color: hsla(0, 93%, 94%, 0.85);
}
.hover\:border-red-100\/90:hover {
    border-color: hsla(0, 93%, 94%, 0.9);
}
.hover\:border-red-100\/95:hover {
    border-color: hsla(0, 93%, 94%, 0.95);
}
.hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.hover\:border-red-200\/0:hover {
    border-color: hsla(0, 96%, 89%, 0);
}
.hover\:border-red-200\/10:hover {
    border-color: hsla(0, 96%, 89%, 0.1);
}
.hover\:border-red-200\/100:hover {
    border-color: #fecaca;
}
.hover\:border-red-200\/15:hover {
    border-color: hsla(0, 96%, 89%, 0.15);
}
.hover\:border-red-200\/20:hover {
    border-color: hsla(0, 96%, 89%, 0.2);
}
.hover\:border-red-200\/25:hover {
    border-color: hsla(0, 96%, 89%, 0.25);
}
.hover\:border-red-200\/30:hover {
    border-color: hsla(0, 96%, 89%, 0.3);
}
.hover\:border-red-200\/35:hover {
    border-color: hsla(0, 96%, 89%, 0.35);
}
.hover\:border-red-200\/40:hover {
    border-color: hsla(0, 96%, 89%, 0.4);
}
.hover\:border-red-200\/45:hover {
    border-color: hsla(0, 96%, 89%, 0.45);
}
.hover\:border-red-200\/5:hover {
    border-color: hsla(0, 96%, 89%, 0.05);
}
.hover\:border-red-200\/50:hover {
    border-color: hsla(0, 96%, 89%, 0.5);
}
.hover\:border-red-200\/55:hover {
    border-color: hsla(0, 96%, 89%, 0.55);
}
.hover\:border-red-200\/60:hover {
    border-color: hsla(0, 96%, 89%, 0.6);
}
.hover\:border-red-200\/65:hover {
    border-color: hsla(0, 96%, 89%, 0.65);
}
.hover\:border-red-200\/70:hover {
    border-color: hsla(0, 96%, 89%, 0.7);
}
.hover\:border-red-200\/75:hover {
    border-color: hsla(0, 96%, 89%, 0.75);
}
.hover\:border-red-200\/80:hover {
    border-color: hsla(0, 96%, 89%, 0.8);
}
.hover\:border-red-200\/85:hover {
    border-color: hsla(0, 96%, 89%, 0.85);
}
.hover\:border-red-200\/90:hover {
    border-color: hsla(0, 96%, 89%, 0.9);
}
.hover\:border-red-200\/95:hover {
    border-color: hsla(0, 96%, 89%, 0.95);
}
.hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:border-red-300\/0:hover {
    border-color: hsla(0, 94%, 82%, 0);
}
.hover\:border-red-300\/10:hover {
    border-color: hsla(0, 94%, 82%, 0.1);
}
.hover\:border-red-300\/100:hover {
    border-color: #fca5a5;
}
.hover\:border-red-300\/15:hover {
    border-color: hsla(0, 94%, 82%, 0.15);
}
.hover\:border-red-300\/20:hover {
    border-color: hsla(0, 94%, 82%, 0.2);
}
.hover\:border-red-300\/25:hover {
    border-color: hsla(0, 94%, 82%, 0.25);
}
.hover\:border-red-300\/30:hover {
    border-color: hsla(0, 94%, 82%, 0.3);
}
.hover\:border-red-300\/35:hover {
    border-color: hsla(0, 94%, 82%, 0.35);
}
.hover\:border-red-300\/40:hover {
    border-color: hsla(0, 94%, 82%, 0.4);
}
.hover\:border-red-300\/45:hover {
    border-color: hsla(0, 94%, 82%, 0.45);
}
.hover\:border-red-300\/5:hover {
    border-color: hsla(0, 94%, 82%, 0.05);
}
.hover\:border-red-300\/50:hover {
    border-color: hsla(0, 94%, 82%, 0.5);
}
.hover\:border-red-300\/55:hover {
    border-color: hsla(0, 94%, 82%, 0.55);
}
.hover\:border-red-300\/60:hover {
    border-color: hsla(0, 94%, 82%, 0.6);
}
.hover\:border-red-300\/65:hover {
    border-color: hsla(0, 94%, 82%, 0.65);
}
.hover\:border-red-300\/70:hover {
    border-color: hsla(0, 94%, 82%, 0.7);
}
.hover\:border-red-300\/75:hover {
    border-color: hsla(0, 94%, 82%, 0.75);
}
.hover\:border-red-300\/80:hover {
    border-color: hsla(0, 94%, 82%, 0.8);
}
.hover\:border-red-300\/85:hover {
    border-color: hsla(0, 94%, 82%, 0.85);
}
.hover\:border-red-300\/90:hover {
    border-color: hsla(0, 94%, 82%, 0.9);
}
.hover\:border-red-300\/95:hover {
    border-color: hsla(0, 94%, 82%, 0.95);
}
.hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.hover\:border-red-400\/0:hover {
    border-color: hsla(0, 91%, 71%, 0);
}
.hover\:border-red-400\/10:hover {
    border-color: hsla(0, 91%, 71%, 0.1);
}
.hover\:border-red-400\/100:hover {
    border-color: #f87171;
}
.hover\:border-red-400\/15:hover {
    border-color: hsla(0, 91%, 71%, 0.15);
}
.hover\:border-red-400\/20:hover {
    border-color: hsla(0, 91%, 71%, 0.2);
}
.hover\:border-red-400\/25:hover {
    border-color: hsla(0, 91%, 71%, 0.25);
}
.hover\:border-red-400\/30:hover {
    border-color: hsla(0, 91%, 71%, 0.3);
}
.hover\:border-red-400\/35:hover {
    border-color: hsla(0, 91%, 71%, 0.35);
}
.hover\:border-red-400\/40:hover {
    border-color: hsla(0, 91%, 71%, 0.4);
}
.hover\:border-red-400\/45:hover {
    border-color: hsla(0, 91%, 71%, 0.45);
}
.hover\:border-red-400\/5:hover {
    border-color: hsla(0, 91%, 71%, 0.05);
}
.hover\:border-red-400\/50:hover {
    border-color: hsla(0, 91%, 71%, 0.5);
}
.hover\:border-red-400\/55:hover {
    border-color: hsla(0, 91%, 71%, 0.55);
}
.hover\:border-red-400\/60:hover {
    border-color: hsla(0, 91%, 71%, 0.6);
}
.hover\:border-red-400\/65:hover {
    border-color: hsla(0, 91%, 71%, 0.65);
}
.hover\:border-red-400\/70:hover {
    border-color: hsla(0, 91%, 71%, 0.7);
}
.hover\:border-red-400\/75:hover {
    border-color: hsla(0, 91%, 71%, 0.75);
}
.hover\:border-red-400\/80:hover {
    border-color: hsla(0, 91%, 71%, 0.8);
}
.hover\:border-red-400\/85:hover {
    border-color: hsla(0, 91%, 71%, 0.85);
}
.hover\:border-red-400\/90:hover {
    border-color: hsla(0, 91%, 71%, 0.9);
}
.hover\:border-red-400\/95:hover {
    border-color: hsla(0, 91%, 71%, 0.95);
}
.hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.hover\:border-red-50\/0:hover {
    border-color: hsla(0, 86%, 97%, 0);
}
.hover\:border-red-50\/10:hover {
    border-color: hsla(0, 86%, 97%, 0.1);
}
.hover\:border-red-50\/100:hover {
    border-color: #fef2f2;
}
.hover\:border-red-50\/15:hover {
    border-color: hsla(0, 86%, 97%, 0.15);
}
.hover\:border-red-50\/20:hover {
    border-color: hsla(0, 86%, 97%, 0.2);
}
.hover\:border-red-50\/25:hover {
    border-color: hsla(0, 86%, 97%, 0.25);
}
.hover\:border-red-50\/30:hover {
    border-color: hsla(0, 86%, 97%, 0.3);
}
.hover\:border-red-50\/35:hover {
    border-color: hsla(0, 86%, 97%, 0.35);
}
.hover\:border-red-50\/40:hover {
    border-color: hsla(0, 86%, 97%, 0.4);
}
.hover\:border-red-50\/45:hover {
    border-color: hsla(0, 86%, 97%, 0.45);
}
.hover\:border-red-50\/5:hover {
    border-color: hsla(0, 86%, 97%, 0.05);
}
.hover\:border-red-50\/50:hover {
    border-color: hsla(0, 86%, 97%, 0.5);
}
.hover\:border-red-50\/55:hover {
    border-color: hsla(0, 86%, 97%, 0.55);
}
.hover\:border-red-50\/60:hover {
    border-color: hsla(0, 86%, 97%, 0.6);
}
.hover\:border-red-50\/65:hover {
    border-color: hsla(0, 86%, 97%, 0.65);
}
.hover\:border-red-50\/70:hover {
    border-color: hsla(0, 86%, 97%, 0.7);
}
.hover\:border-red-50\/75:hover {
    border-color: hsla(0, 86%, 97%, 0.75);
}
.hover\:border-red-50\/80:hover {
    border-color: hsla(0, 86%, 97%, 0.8);
}
.hover\:border-red-50\/85:hover {
    border-color: hsla(0, 86%, 97%, 0.85);
}
.hover\:border-red-50\/90:hover {
    border-color: hsla(0, 86%, 97%, 0.9);
}
.hover\:border-red-50\/95:hover {
    border-color: hsla(0, 86%, 97%, 0.95);
}
.hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.hover\:border-red-500\/0:hover {
    border-color: rgba(239, 68, 68, 0);
}
.hover\:border-red-500\/10:hover {
    border-color: rgba(239, 68, 68, 0.1);
}
.hover\:border-red-500\/100:hover {
    border-color: #ef4444;
}
.hover\:border-red-500\/15:hover {
    border-color: rgba(239, 68, 68, 0.15);
}
.hover\:border-red-500\/20:hover {
    border-color: rgba(239, 68, 68, 0.2);
}
.hover\:border-red-500\/25:hover {
    border-color: rgba(239, 68, 68, 0.25);
}
.hover\:border-red-500\/30:hover {
    border-color: rgba(239, 68, 68, 0.3);
}
.hover\:border-red-500\/35:hover {
    border-color: rgba(239, 68, 68, 0.35);
}
.hover\:border-red-500\/40:hover {
    border-color: rgba(239, 68, 68, 0.4);
}
.hover\:border-red-500\/45:hover {
    border-color: rgba(239, 68, 68, 0.45);
}
.hover\:border-red-500\/5:hover {
    border-color: rgba(239, 68, 68, 0.05);
}
.hover\:border-red-500\/50:hover {
    border-color: rgba(239, 68, 68, 0.5);
}
.hover\:border-red-500\/55:hover {
    border-color: rgba(239, 68, 68, 0.55);
}
.hover\:border-red-500\/60:hover {
    border-color: rgba(239, 68, 68, 0.6);
}
.hover\:border-red-500\/65:hover {
    border-color: rgba(239, 68, 68, 0.65);
}
.hover\:border-red-500\/70:hover {
    border-color: rgba(239, 68, 68, 0.7);
}
.hover\:border-red-500\/75:hover {
    border-color: rgba(239, 68, 68, 0.75);
}
.hover\:border-red-500\/80:hover {
    border-color: rgba(239, 68, 68, 0.8);
}
.hover\:border-red-500\/85:hover {
    border-color: rgba(239, 68, 68, 0.85);
}
.hover\:border-red-500\/90:hover {
    border-color: rgba(239, 68, 68, 0.9);
}
.hover\:border-red-500\/95:hover {
    border-color: rgba(239, 68, 68, 0.95);
}
.hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.hover\:border-red-600\/0:hover {
    border-color: rgba(220, 38, 38, 0);
}
.hover\:border-red-600\/10:hover {
    border-color: rgba(220, 38, 38, 0.1);
}
.hover\:border-red-600\/100:hover {
    border-color: #dc2626;
}
.hover\:border-red-600\/15:hover {
    border-color: rgba(220, 38, 38, 0.15);
}
.hover\:border-red-600\/20:hover {
    border-color: rgba(220, 38, 38, 0.2);
}
.hover\:border-red-600\/25:hover {
    border-color: rgba(220, 38, 38, 0.25);
}
.hover\:border-red-600\/30:hover {
    border-color: rgba(220, 38, 38, 0.3);
}
.hover\:border-red-600\/35:hover {
    border-color: rgba(220, 38, 38, 0.35);
}
.hover\:border-red-600\/40:hover {
    border-color: rgba(220, 38, 38, 0.4);
}
.hover\:border-red-600\/45:hover {
    border-color: rgba(220, 38, 38, 0.45);
}
.hover\:border-red-600\/5:hover {
    border-color: rgba(220, 38, 38, 0.05);
}
.hover\:border-red-600\/50:hover {
    border-color: rgba(220, 38, 38, 0.5);
}
.hover\:border-red-600\/55:hover {
    border-color: rgba(220, 38, 38, 0.55);
}
.hover\:border-red-600\/60:hover {
    border-color: rgba(220, 38, 38, 0.6);
}
.hover\:border-red-600\/65:hover {
    border-color: rgba(220, 38, 38, 0.65);
}
.hover\:border-red-600\/70:hover {
    border-color: rgba(220, 38, 38, 0.7);
}
.hover\:border-red-600\/75:hover {
    border-color: rgba(220, 38, 38, 0.75);
}
.hover\:border-red-600\/80:hover {
    border-color: rgba(220, 38, 38, 0.8);
}
.hover\:border-red-600\/85:hover {
    border-color: rgba(220, 38, 38, 0.85);
}
.hover\:border-red-600\/90:hover {
    border-color: rgba(220, 38, 38, 0.9);
}
.hover\:border-red-600\/95:hover {
    border-color: rgba(220, 38, 38, 0.95);
}
.hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.hover\:border-red-700\/0:hover {
    border-color: rgba(185, 28, 28, 0);
}
.hover\:border-red-700\/10:hover {
    border-color: rgba(185, 28, 28, 0.1);
}
.hover\:border-red-700\/100:hover {
    border-color: #b91c1c;
}
.hover\:border-red-700\/15:hover {
    border-color: rgba(185, 28, 28, 0.15);
}
.hover\:border-red-700\/20:hover {
    border-color: rgba(185, 28, 28, 0.2);
}
.hover\:border-red-700\/25:hover {
    border-color: rgba(185, 28, 28, 0.25);
}
.hover\:border-red-700\/30:hover {
    border-color: rgba(185, 28, 28, 0.3);
}
.hover\:border-red-700\/35:hover {
    border-color: rgba(185, 28, 28, 0.35);
}
.hover\:border-red-700\/40:hover {
    border-color: rgba(185, 28, 28, 0.4);
}
.hover\:border-red-700\/45:hover {
    border-color: rgba(185, 28, 28, 0.45);
}
.hover\:border-red-700\/5:hover {
    border-color: rgba(185, 28, 28, 0.05);
}
.hover\:border-red-700\/50:hover {
    border-color: rgba(185, 28, 28, 0.5);
}
.hover\:border-red-700\/55:hover {
    border-color: rgba(185, 28, 28, 0.55);
}
.hover\:border-red-700\/60:hover {
    border-color: rgba(185, 28, 28, 0.6);
}
.hover\:border-red-700\/65:hover {
    border-color: rgba(185, 28, 28, 0.65);
}
.hover\:border-red-700\/70:hover {
    border-color: rgba(185, 28, 28, 0.7);
}
.hover\:border-red-700\/75:hover {
    border-color: rgba(185, 28, 28, 0.75);
}
.hover\:border-red-700\/80:hover {
    border-color: rgba(185, 28, 28, 0.8);
}
.hover\:border-red-700\/85:hover {
    border-color: rgba(185, 28, 28, 0.85);
}
.hover\:border-red-700\/90:hover {
    border-color: rgba(185, 28, 28, 0.9);
}
.hover\:border-red-700\/95:hover {
    border-color: rgba(185, 28, 28, 0.95);
}
.hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.hover\:border-red-800\/0:hover {
    border-color: rgba(153, 27, 27, 0);
}
.hover\:border-red-800\/10:hover {
    border-color: rgba(153, 27, 27, 0.1);
}
.hover\:border-red-800\/100:hover {
    border-color: #991b1b;
}
.hover\:border-red-800\/15:hover {
    border-color: rgba(153, 27, 27, 0.15);
}
.hover\:border-red-800\/20:hover {
    border-color: rgba(153, 27, 27, 0.2);
}
.hover\:border-red-800\/25:hover {
    border-color: rgba(153, 27, 27, 0.25);
}
.hover\:border-red-800\/30:hover {
    border-color: rgba(153, 27, 27, 0.3);
}
.hover\:border-red-800\/35:hover {
    border-color: rgba(153, 27, 27, 0.35);
}
.hover\:border-red-800\/40:hover {
    border-color: rgba(153, 27, 27, 0.4);
}
.hover\:border-red-800\/45:hover {
    border-color: rgba(153, 27, 27, 0.45);
}
.hover\:border-red-800\/5:hover {
    border-color: rgba(153, 27, 27, 0.05);
}
.hover\:border-red-800\/50:hover {
    border-color: rgba(153, 27, 27, 0.5);
}
.hover\:border-red-800\/55:hover {
    border-color: rgba(153, 27, 27, 0.55);
}
.hover\:border-red-800\/60:hover {
    border-color: rgba(153, 27, 27, 0.6);
}
.hover\:border-red-800\/65:hover {
    border-color: rgba(153, 27, 27, 0.65);
}
.hover\:border-red-800\/70:hover {
    border-color: rgba(153, 27, 27, 0.7);
}
.hover\:border-red-800\/75:hover {
    border-color: rgba(153, 27, 27, 0.75);
}
.hover\:border-red-800\/80:hover {
    border-color: rgba(153, 27, 27, 0.8);
}
.hover\:border-red-800\/85:hover {
    border-color: rgba(153, 27, 27, 0.85);
}
.hover\:border-red-800\/90:hover {
    border-color: rgba(153, 27, 27, 0.9);
}
.hover\:border-red-800\/95:hover {
    border-color: rgba(153, 27, 27, 0.95);
}
.hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.hover\:border-red-900\/0:hover {
    border-color: rgba(127, 29, 29, 0);
}
.hover\:border-red-900\/10:hover {
    border-color: rgba(127, 29, 29, 0.1);
}
.hover\:border-red-900\/100:hover {
    border-color: #7f1d1d;
}
.hover\:border-red-900\/15:hover {
    border-color: rgba(127, 29, 29, 0.15);
}
.hover\:border-red-900\/20:hover {
    border-color: rgba(127, 29, 29, 0.2);
}
.hover\:border-red-900\/25:hover {
    border-color: rgba(127, 29, 29, 0.25);
}
.hover\:border-red-900\/30:hover {
    border-color: rgba(127, 29, 29, 0.3);
}
.hover\:border-red-900\/35:hover {
    border-color: rgba(127, 29, 29, 0.35);
}
.hover\:border-red-900\/40:hover {
    border-color: rgba(127, 29, 29, 0.4);
}
.hover\:border-red-900\/45:hover {
    border-color: rgba(127, 29, 29, 0.45);
}
.hover\:border-red-900\/5:hover {
    border-color: rgba(127, 29, 29, 0.05);
}
.hover\:border-red-900\/50:hover {
    border-color: rgba(127, 29, 29, 0.5);
}
.hover\:border-red-900\/55:hover {
    border-color: rgba(127, 29, 29, 0.55);
}
.hover\:border-red-900\/60:hover {
    border-color: rgba(127, 29, 29, 0.6);
}
.hover\:border-red-900\/65:hover {
    border-color: rgba(127, 29, 29, 0.65);
}
.hover\:border-red-900\/70:hover {
    border-color: rgba(127, 29, 29, 0.7);
}
.hover\:border-red-900\/75:hover {
    border-color: rgba(127, 29, 29, 0.75);
}
.hover\:border-red-900\/80:hover {
    border-color: rgba(127, 29, 29, 0.8);
}
.hover\:border-red-900\/85:hover {
    border-color: rgba(127, 29, 29, 0.85);
}
.hover\:border-red-900\/90:hover {
    border-color: rgba(127, 29, 29, 0.9);
}
.hover\:border-red-900\/95:hover {
    border-color: rgba(127, 29, 29, 0.95);
}
.hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-100\/0:hover {
    border-color: rgba(255, 228, 230, 0);
}
.hover\:border-rose-100\/10:hover {
    border-color: rgba(255, 228, 230, 0.1);
}
.hover\:border-rose-100\/100:hover {
    border-color: #ffe4e6;
}
.hover\:border-rose-100\/15:hover {
    border-color: rgba(255, 228, 230, 0.15);
}
.hover\:border-rose-100\/20:hover {
    border-color: rgba(255, 228, 230, 0.2);
}
.hover\:border-rose-100\/25:hover {
    border-color: rgba(255, 228, 230, 0.25);
}
.hover\:border-rose-100\/30:hover {
    border-color: rgba(255, 228, 230, 0.3);
}
.hover\:border-rose-100\/35:hover {
    border-color: rgba(255, 228, 230, 0.35);
}
.hover\:border-rose-100\/40:hover {
    border-color: rgba(255, 228, 230, 0.4);
}
.hover\:border-rose-100\/45:hover {
    border-color: rgba(255, 228, 230, 0.45);
}
.hover\:border-rose-100\/5:hover {
    border-color: rgba(255, 228, 230, 0.05);
}
.hover\:border-rose-100\/50:hover {
    border-color: rgba(255, 228, 230, 0.5);
}
.hover\:border-rose-100\/55:hover {
    border-color: rgba(255, 228, 230, 0.55);
}
.hover\:border-rose-100\/60:hover {
    border-color: rgba(255, 228, 230, 0.6);
}
.hover\:border-rose-100\/65:hover {
    border-color: rgba(255, 228, 230, 0.65);
}
.hover\:border-rose-100\/70:hover {
    border-color: rgba(255, 228, 230, 0.7);
}
.hover\:border-rose-100\/75:hover {
    border-color: rgba(255, 228, 230, 0.75);
}
.hover\:border-rose-100\/80:hover {
    border-color: rgba(255, 228, 230, 0.8);
}
.hover\:border-rose-100\/85:hover {
    border-color: rgba(255, 228, 230, 0.85);
}
.hover\:border-rose-100\/90:hover {
    border-color: rgba(255, 228, 230, 0.9);
}
.hover\:border-rose-100\/95:hover {
    border-color: rgba(255, 228, 230, 0.95);
}
.hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-200\/0:hover {
    border-color: rgba(254, 205, 211, 0);
}
.hover\:border-rose-200\/10:hover {
    border-color: rgba(254, 205, 211, 0.1);
}
.hover\:border-rose-200\/100:hover {
    border-color: #fecdd3;
}
.hover\:border-rose-200\/15:hover {
    border-color: rgba(254, 205, 211, 0.15);
}
.hover\:border-rose-200\/20:hover {
    border-color: rgba(254, 205, 211, 0.2);
}
.hover\:border-rose-200\/25:hover {
    border-color: rgba(254, 205, 211, 0.25);
}
.hover\:border-rose-200\/30:hover {
    border-color: rgba(254, 205, 211, 0.3);
}
.hover\:border-rose-200\/35:hover {
    border-color: rgba(254, 205, 211, 0.35);
}
.hover\:border-rose-200\/40:hover {
    border-color: rgba(254, 205, 211, 0.4);
}
.hover\:border-rose-200\/45:hover {
    border-color: rgba(254, 205, 211, 0.45);
}
.hover\:border-rose-200\/5:hover {
    border-color: rgba(254, 205, 211, 0.05);
}
.hover\:border-rose-200\/50:hover {
    border-color: rgba(254, 205, 211, 0.5);
}
.hover\:border-rose-200\/55:hover {
    border-color: rgba(254, 205, 211, 0.55);
}
.hover\:border-rose-200\/60:hover {
    border-color: rgba(254, 205, 211, 0.6);
}
.hover\:border-rose-200\/65:hover {
    border-color: rgba(254, 205, 211, 0.65);
}
.hover\:border-rose-200\/70:hover {
    border-color: rgba(254, 205, 211, 0.7);
}
.hover\:border-rose-200\/75:hover {
    border-color: rgba(254, 205, 211, 0.75);
}
.hover\:border-rose-200\/80:hover {
    border-color: rgba(254, 205, 211, 0.8);
}
.hover\:border-rose-200\/85:hover {
    border-color: rgba(254, 205, 211, 0.85);
}
.hover\:border-rose-200\/90:hover {
    border-color: rgba(254, 205, 211, 0.9);
}
.hover\:border-rose-200\/95:hover {
    border-color: rgba(254, 205, 211, 0.95);
}
.hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-300\/0:hover {
    border-color: rgba(253, 164, 175, 0);
}
.hover\:border-rose-300\/10:hover {
    border-color: rgba(253, 164, 175, 0.1);
}
.hover\:border-rose-300\/100:hover {
    border-color: #fda4af;
}
.hover\:border-rose-300\/15:hover {
    border-color: rgba(253, 164, 175, 0.15);
}
.hover\:border-rose-300\/20:hover {
    border-color: rgba(253, 164, 175, 0.2);
}
.hover\:border-rose-300\/25:hover {
    border-color: rgba(253, 164, 175, 0.25);
}
.hover\:border-rose-300\/30:hover {
    border-color: rgba(253, 164, 175, 0.3);
}
.hover\:border-rose-300\/35:hover {
    border-color: rgba(253, 164, 175, 0.35);
}
.hover\:border-rose-300\/40:hover {
    border-color: rgba(253, 164, 175, 0.4);
}
.hover\:border-rose-300\/45:hover {
    border-color: rgba(253, 164, 175, 0.45);
}
.hover\:border-rose-300\/5:hover {
    border-color: rgba(253, 164, 175, 0.05);
}
.hover\:border-rose-300\/50:hover {
    border-color: rgba(253, 164, 175, 0.5);
}
.hover\:border-rose-300\/55:hover {
    border-color: rgba(253, 164, 175, 0.55);
}
.hover\:border-rose-300\/60:hover {
    border-color: rgba(253, 164, 175, 0.6);
}
.hover\:border-rose-300\/65:hover {
    border-color: rgba(253, 164, 175, 0.65);
}
.hover\:border-rose-300\/70:hover {
    border-color: rgba(253, 164, 175, 0.7);
}
.hover\:border-rose-300\/75:hover {
    border-color: rgba(253, 164, 175, 0.75);
}
.hover\:border-rose-300\/80:hover {
    border-color: rgba(253, 164, 175, 0.8);
}
.hover\:border-rose-300\/85:hover {
    border-color: rgba(253, 164, 175, 0.85);
}
.hover\:border-rose-300\/90:hover {
    border-color: rgba(253, 164, 175, 0.9);
}
.hover\:border-rose-300\/95:hover {
    border-color: rgba(253, 164, 175, 0.95);
}
.hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-400\/0:hover {
    border-color: rgba(251, 113, 133, 0);
}
.hover\:border-rose-400\/10:hover {
    border-color: rgba(251, 113, 133, 0.1);
}
.hover\:border-rose-400\/100:hover {
    border-color: #fb7185;
}
.hover\:border-rose-400\/15:hover {
    border-color: rgba(251, 113, 133, 0.15);
}
.hover\:border-rose-400\/20:hover {
    border-color: rgba(251, 113, 133, 0.2);
}
.hover\:border-rose-400\/25:hover {
    border-color: rgba(251, 113, 133, 0.25);
}
.hover\:border-rose-400\/30:hover {
    border-color: rgba(251, 113, 133, 0.3);
}
.hover\:border-rose-400\/35:hover {
    border-color: rgba(251, 113, 133, 0.35);
}
.hover\:border-rose-400\/40:hover {
    border-color: rgba(251, 113, 133, 0.4);
}
.hover\:border-rose-400\/45:hover {
    border-color: rgba(251, 113, 133, 0.45);
}
.hover\:border-rose-400\/5:hover {
    border-color: rgba(251, 113, 133, 0.05);
}
.hover\:border-rose-400\/50:hover {
    border-color: rgba(251, 113, 133, 0.5);
}
.hover\:border-rose-400\/55:hover {
    border-color: rgba(251, 113, 133, 0.55);
}
.hover\:border-rose-400\/60:hover {
    border-color: rgba(251, 113, 133, 0.6);
}
.hover\:border-rose-400\/65:hover {
    border-color: rgba(251, 113, 133, 0.65);
}
.hover\:border-rose-400\/70:hover {
    border-color: rgba(251, 113, 133, 0.7);
}
.hover\:border-rose-400\/75:hover {
    border-color: rgba(251, 113, 133, 0.75);
}
.hover\:border-rose-400\/80:hover {
    border-color: rgba(251, 113, 133, 0.8);
}
.hover\:border-rose-400\/85:hover {
    border-color: rgba(251, 113, 133, 0.85);
}
.hover\:border-rose-400\/90:hover {
    border-color: rgba(251, 113, 133, 0.9);
}
.hover\:border-rose-400\/95:hover {
    border-color: rgba(251, 113, 133, 0.95);
}
.hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-50\/0:hover {
    border-color: rgba(255, 241, 242, 0);
}
.hover\:border-rose-50\/10:hover {
    border-color: rgba(255, 241, 242, 0.1);
}
.hover\:border-rose-50\/100:hover {
    border-color: #fff1f2;
}
.hover\:border-rose-50\/15:hover {
    border-color: rgba(255, 241, 242, 0.15);
}
.hover\:border-rose-50\/20:hover {
    border-color: rgba(255, 241, 242, 0.2);
}
.hover\:border-rose-50\/25:hover {
    border-color: rgba(255, 241, 242, 0.25);
}
.hover\:border-rose-50\/30:hover {
    border-color: rgba(255, 241, 242, 0.3);
}
.hover\:border-rose-50\/35:hover {
    border-color: rgba(255, 241, 242, 0.35);
}
.hover\:border-rose-50\/40:hover {
    border-color: rgba(255, 241, 242, 0.4);
}
.hover\:border-rose-50\/45:hover {
    border-color: rgba(255, 241, 242, 0.45);
}
.hover\:border-rose-50\/5:hover {
    border-color: rgba(255, 241, 242, 0.05);
}
.hover\:border-rose-50\/50:hover {
    border-color: rgba(255, 241, 242, 0.5);
}
.hover\:border-rose-50\/55:hover {
    border-color: rgba(255, 241, 242, 0.55);
}
.hover\:border-rose-50\/60:hover {
    border-color: rgba(255, 241, 242, 0.6);
}
.hover\:border-rose-50\/65:hover {
    border-color: rgba(255, 241, 242, 0.65);
}
.hover\:border-rose-50\/70:hover {
    border-color: rgba(255, 241, 242, 0.7);
}
.hover\:border-rose-50\/75:hover {
    border-color: rgba(255, 241, 242, 0.75);
}
.hover\:border-rose-50\/80:hover {
    border-color: rgba(255, 241, 242, 0.8);
}
.hover\:border-rose-50\/85:hover {
    border-color: rgba(255, 241, 242, 0.85);
}
.hover\:border-rose-50\/90:hover {
    border-color: rgba(255, 241, 242, 0.9);
}
.hover\:border-rose-50\/95:hover {
    border-color: rgba(255, 241, 242, 0.95);
}
.hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-500\/0:hover {
    border-color: rgba(244, 63, 94, 0);
}
.hover\:border-rose-500\/10:hover {
    border-color: rgba(244, 63, 94, 0.1);
}
.hover\:border-rose-500\/100:hover {
    border-color: #f43f5e;
}
.hover\:border-rose-500\/15:hover {
    border-color: rgba(244, 63, 94, 0.15);
}
.hover\:border-rose-500\/20:hover {
    border-color: rgba(244, 63, 94, 0.2);
}
.hover\:border-rose-500\/25:hover {
    border-color: rgba(244, 63, 94, 0.25);
}
.hover\:border-rose-500\/30:hover {
    border-color: rgba(244, 63, 94, 0.3);
}
.hover\:border-rose-500\/35:hover {
    border-color: rgba(244, 63, 94, 0.35);
}
.hover\:border-rose-500\/40:hover {
    border-color: rgba(244, 63, 94, 0.4);
}
.hover\:border-rose-500\/45:hover {
    border-color: rgba(244, 63, 94, 0.45);
}
.hover\:border-rose-500\/5:hover {
    border-color: rgba(244, 63, 94, 0.05);
}
.hover\:border-rose-500\/50:hover {
    border-color: rgba(244, 63, 94, 0.5);
}
.hover\:border-rose-500\/55:hover {
    border-color: rgba(244, 63, 94, 0.55);
}
.hover\:border-rose-500\/60:hover {
    border-color: rgba(244, 63, 94, 0.6);
}
.hover\:border-rose-500\/65:hover {
    border-color: rgba(244, 63, 94, 0.65);
}
.hover\:border-rose-500\/70:hover {
    border-color: rgba(244, 63, 94, 0.7);
}
.hover\:border-rose-500\/75:hover {
    border-color: rgba(244, 63, 94, 0.75);
}
.hover\:border-rose-500\/80:hover {
    border-color: rgba(244, 63, 94, 0.8);
}
.hover\:border-rose-500\/85:hover {
    border-color: rgba(244, 63, 94, 0.85);
}
.hover\:border-rose-500\/90:hover {
    border-color: rgba(244, 63, 94, 0.9);
}
.hover\:border-rose-500\/95:hover {
    border-color: rgba(244, 63, 94, 0.95);
}
.hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-600\/0:hover {
    border-color: rgba(225, 29, 72, 0);
}
.hover\:border-rose-600\/10:hover {
    border-color: rgba(225, 29, 72, 0.1);
}
.hover\:border-rose-600\/100:hover {
    border-color: #e11d48;
}
.hover\:border-rose-600\/15:hover {
    border-color: rgba(225, 29, 72, 0.15);
}
.hover\:border-rose-600\/20:hover {
    border-color: rgba(225, 29, 72, 0.2);
}
.hover\:border-rose-600\/25:hover {
    border-color: rgba(225, 29, 72, 0.25);
}
.hover\:border-rose-600\/30:hover {
    border-color: rgba(225, 29, 72, 0.3);
}
.hover\:border-rose-600\/35:hover {
    border-color: rgba(225, 29, 72, 0.35);
}
.hover\:border-rose-600\/40:hover {
    border-color: rgba(225, 29, 72, 0.4);
}
.hover\:border-rose-600\/45:hover {
    border-color: rgba(225, 29, 72, 0.45);
}
.hover\:border-rose-600\/5:hover {
    border-color: rgba(225, 29, 72, 0.05);
}
.hover\:border-rose-600\/50:hover {
    border-color: rgba(225, 29, 72, 0.5);
}
.hover\:border-rose-600\/55:hover {
    border-color: rgba(225, 29, 72, 0.55);
}
.hover\:border-rose-600\/60:hover {
    border-color: rgba(225, 29, 72, 0.6);
}
.hover\:border-rose-600\/65:hover {
    border-color: rgba(225, 29, 72, 0.65);
}
.hover\:border-rose-600\/70:hover {
    border-color: rgba(225, 29, 72, 0.7);
}
.hover\:border-rose-600\/75:hover {
    border-color: rgba(225, 29, 72, 0.75);
}
.hover\:border-rose-600\/80:hover {
    border-color: rgba(225, 29, 72, 0.8);
}
.hover\:border-rose-600\/85:hover {
    border-color: rgba(225, 29, 72, 0.85);
}
.hover\:border-rose-600\/90:hover {
    border-color: rgba(225, 29, 72, 0.9);
}
.hover\:border-rose-600\/95:hover {
    border-color: rgba(225, 29, 72, 0.95);
}
.hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-700\/0:hover {
    border-color: rgba(190, 18, 60, 0);
}
.hover\:border-rose-700\/10:hover {
    border-color: rgba(190, 18, 60, 0.1);
}
.hover\:border-rose-700\/100:hover {
    border-color: #be123c;
}
.hover\:border-rose-700\/15:hover {
    border-color: rgba(190, 18, 60, 0.15);
}
.hover\:border-rose-700\/20:hover {
    border-color: rgba(190, 18, 60, 0.2);
}
.hover\:border-rose-700\/25:hover {
    border-color: rgba(190, 18, 60, 0.25);
}
.hover\:border-rose-700\/30:hover {
    border-color: rgba(190, 18, 60, 0.3);
}
.hover\:border-rose-700\/35:hover {
    border-color: rgba(190, 18, 60, 0.35);
}
.hover\:border-rose-700\/40:hover {
    border-color: rgba(190, 18, 60, 0.4);
}
.hover\:border-rose-700\/45:hover {
    border-color: rgba(190, 18, 60, 0.45);
}
.hover\:border-rose-700\/5:hover {
    border-color: rgba(190, 18, 60, 0.05);
}
.hover\:border-rose-700\/50:hover {
    border-color: rgba(190, 18, 60, 0.5);
}
.hover\:border-rose-700\/55:hover {
    border-color: rgba(190, 18, 60, 0.55);
}
.hover\:border-rose-700\/60:hover {
    border-color: rgba(190, 18, 60, 0.6);
}
.hover\:border-rose-700\/65:hover {
    border-color: rgba(190, 18, 60, 0.65);
}
.hover\:border-rose-700\/70:hover {
    border-color: rgba(190, 18, 60, 0.7);
}
.hover\:border-rose-700\/75:hover {
    border-color: rgba(190, 18, 60, 0.75);
}
.hover\:border-rose-700\/80:hover {
    border-color: rgba(190, 18, 60, 0.8);
}
.hover\:border-rose-700\/85:hover {
    border-color: rgba(190, 18, 60, 0.85);
}
.hover\:border-rose-700\/90:hover {
    border-color: rgba(190, 18, 60, 0.9);
}
.hover\:border-rose-700\/95:hover {
    border-color: rgba(190, 18, 60, 0.95);
}
.hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-800\/0:hover {
    border-color: rgba(159, 18, 57, 0);
}
.hover\:border-rose-800\/10:hover {
    border-color: rgba(159, 18, 57, 0.1);
}
.hover\:border-rose-800\/100:hover {
    border-color: #9f1239;
}
.hover\:border-rose-800\/15:hover {
    border-color: rgba(159, 18, 57, 0.15);
}
.hover\:border-rose-800\/20:hover {
    border-color: rgba(159, 18, 57, 0.2);
}
.hover\:border-rose-800\/25:hover {
    border-color: rgba(159, 18, 57, 0.25);
}
.hover\:border-rose-800\/30:hover {
    border-color: rgba(159, 18, 57, 0.3);
}
.hover\:border-rose-800\/35:hover {
    border-color: rgba(159, 18, 57, 0.35);
}
.hover\:border-rose-800\/40:hover {
    border-color: rgba(159, 18, 57, 0.4);
}
.hover\:border-rose-800\/45:hover {
    border-color: rgba(159, 18, 57, 0.45);
}
.hover\:border-rose-800\/5:hover {
    border-color: rgba(159, 18, 57, 0.05);
}
.hover\:border-rose-800\/50:hover {
    border-color: rgba(159, 18, 57, 0.5);
}
.hover\:border-rose-800\/55:hover {
    border-color: rgba(159, 18, 57, 0.55);
}
.hover\:border-rose-800\/60:hover {
    border-color: rgba(159, 18, 57, 0.6);
}
.hover\:border-rose-800\/65:hover {
    border-color: rgba(159, 18, 57, 0.65);
}
.hover\:border-rose-800\/70:hover {
    border-color: rgba(159, 18, 57, 0.7);
}
.hover\:border-rose-800\/75:hover {
    border-color: rgba(159, 18, 57, 0.75);
}
.hover\:border-rose-800\/80:hover {
    border-color: rgba(159, 18, 57, 0.8);
}
.hover\:border-rose-800\/85:hover {
    border-color: rgba(159, 18, 57, 0.85);
}
.hover\:border-rose-800\/90:hover {
    border-color: rgba(159, 18, 57, 0.9);
}
.hover\:border-rose-800\/95:hover {
    border-color: rgba(159, 18, 57, 0.95);
}
.hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.hover\:border-rose-900\/0:hover {
    border-color: rgba(136, 19, 55, 0);
}
.hover\:border-rose-900\/10:hover {
    border-color: rgba(136, 19, 55, 0.1);
}
.hover\:border-rose-900\/100:hover {
    border-color: #881337;
}
.hover\:border-rose-900\/15:hover {
    border-color: rgba(136, 19, 55, 0.15);
}
.hover\:border-rose-900\/20:hover {
    border-color: rgba(136, 19, 55, 0.2);
}
.hover\:border-rose-900\/25:hover {
    border-color: rgba(136, 19, 55, 0.25);
}
.hover\:border-rose-900\/30:hover {
    border-color: rgba(136, 19, 55, 0.3);
}
.hover\:border-rose-900\/35:hover {
    border-color: rgba(136, 19, 55, 0.35);
}
.hover\:border-rose-900\/40:hover {
    border-color: rgba(136, 19, 55, 0.4);
}
.hover\:border-rose-900\/45:hover {
    border-color: rgba(136, 19, 55, 0.45);
}
.hover\:border-rose-900\/5:hover {
    border-color: rgba(136, 19, 55, 0.05);
}
.hover\:border-rose-900\/50:hover {
    border-color: rgba(136, 19, 55, 0.5);
}
.hover\:border-rose-900\/55:hover {
    border-color: rgba(136, 19, 55, 0.55);
}
.hover\:border-rose-900\/60:hover {
    border-color: rgba(136, 19, 55, 0.6);
}
.hover\:border-rose-900\/65:hover {
    border-color: rgba(136, 19, 55, 0.65);
}
.hover\:border-rose-900\/70:hover {
    border-color: rgba(136, 19, 55, 0.7);
}
.hover\:border-rose-900\/75:hover {
    border-color: rgba(136, 19, 55, 0.75);
}
.hover\:border-rose-900\/80:hover {
    border-color: rgba(136, 19, 55, 0.8);
}
.hover\:border-rose-900\/85:hover {
    border-color: rgba(136, 19, 55, 0.85);
}
.hover\:border-rose-900\/90:hover {
    border-color: rgba(136, 19, 55, 0.9);
}
.hover\:border-rose-900\/95:hover {
    border-color: rgba(136, 19, 55, 0.95);
}
.hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-100\/0:hover {
    border-color: rgba(224, 242, 254, 0);
}
.hover\:border-sky-100\/10:hover {
    border-color: rgba(224, 242, 254, 0.1);
}
.hover\:border-sky-100\/100:hover {
    border-color: #e0f2fe;
}
.hover\:border-sky-100\/15:hover {
    border-color: rgba(224, 242, 254, 0.15);
}
.hover\:border-sky-100\/20:hover {
    border-color: rgba(224, 242, 254, 0.2);
}
.hover\:border-sky-100\/25:hover {
    border-color: rgba(224, 242, 254, 0.25);
}
.hover\:border-sky-100\/30:hover {
    border-color: rgba(224, 242, 254, 0.3);
}
.hover\:border-sky-100\/35:hover {
    border-color: rgba(224, 242, 254, 0.35);
}
.hover\:border-sky-100\/40:hover {
    border-color: rgba(224, 242, 254, 0.4);
}
.hover\:border-sky-100\/45:hover {
    border-color: rgba(224, 242, 254, 0.45);
}
.hover\:border-sky-100\/5:hover {
    border-color: rgba(224, 242, 254, 0.05);
}
.hover\:border-sky-100\/50:hover {
    border-color: rgba(224, 242, 254, 0.5);
}
.hover\:border-sky-100\/55:hover {
    border-color: rgba(224, 242, 254, 0.55);
}
.hover\:border-sky-100\/60:hover {
    border-color: rgba(224, 242, 254, 0.6);
}
.hover\:border-sky-100\/65:hover {
    border-color: rgba(224, 242, 254, 0.65);
}
.hover\:border-sky-100\/70:hover {
    border-color: rgba(224, 242, 254, 0.7);
}
.hover\:border-sky-100\/75:hover {
    border-color: rgba(224, 242, 254, 0.75);
}
.hover\:border-sky-100\/80:hover {
    border-color: rgba(224, 242, 254, 0.8);
}
.hover\:border-sky-100\/85:hover {
    border-color: rgba(224, 242, 254, 0.85);
}
.hover\:border-sky-100\/90:hover {
    border-color: rgba(224, 242, 254, 0.9);
}
.hover\:border-sky-100\/95:hover {
    border-color: rgba(224, 242, 254, 0.95);
}
.hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-200\/0:hover {
    border-color: rgba(186, 230, 253, 0);
}
.hover\:border-sky-200\/10:hover {
    border-color: rgba(186, 230, 253, 0.1);
}
.hover\:border-sky-200\/100:hover {
    border-color: #bae6fd;
}
.hover\:border-sky-200\/15:hover {
    border-color: rgba(186, 230, 253, 0.15);
}
.hover\:border-sky-200\/20:hover {
    border-color: rgba(186, 230, 253, 0.2);
}
.hover\:border-sky-200\/25:hover {
    border-color: rgba(186, 230, 253, 0.25);
}
.hover\:border-sky-200\/30:hover {
    border-color: rgba(186, 230, 253, 0.3);
}
.hover\:border-sky-200\/35:hover {
    border-color: rgba(186, 230, 253, 0.35);
}
.hover\:border-sky-200\/40:hover {
    border-color: rgba(186, 230, 253, 0.4);
}
.hover\:border-sky-200\/45:hover {
    border-color: rgba(186, 230, 253, 0.45);
}
.hover\:border-sky-200\/5:hover {
    border-color: rgba(186, 230, 253, 0.05);
}
.hover\:border-sky-200\/50:hover {
    border-color: rgba(186, 230, 253, 0.5);
}
.hover\:border-sky-200\/55:hover {
    border-color: rgba(186, 230, 253, 0.55);
}
.hover\:border-sky-200\/60:hover {
    border-color: rgba(186, 230, 253, 0.6);
}
.hover\:border-sky-200\/65:hover {
    border-color: rgba(186, 230, 253, 0.65);
}
.hover\:border-sky-200\/70:hover {
    border-color: rgba(186, 230, 253, 0.7);
}
.hover\:border-sky-200\/75:hover {
    border-color: rgba(186, 230, 253, 0.75);
}
.hover\:border-sky-200\/80:hover {
    border-color: rgba(186, 230, 253, 0.8);
}
.hover\:border-sky-200\/85:hover {
    border-color: rgba(186, 230, 253, 0.85);
}
.hover\:border-sky-200\/90:hover {
    border-color: rgba(186, 230, 253, 0.9);
}
.hover\:border-sky-200\/95:hover {
    border-color: rgba(186, 230, 253, 0.95);
}
.hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-300\/0:hover {
    border-color: rgba(125, 211, 252, 0);
}
.hover\:border-sky-300\/10:hover {
    border-color: rgba(125, 211, 252, 0.1);
}
.hover\:border-sky-300\/100:hover {
    border-color: #7dd3fc;
}
.hover\:border-sky-300\/15:hover {
    border-color: rgba(125, 211, 252, 0.15);
}
.hover\:border-sky-300\/20:hover {
    border-color: rgba(125, 211, 252, 0.2);
}
.hover\:border-sky-300\/25:hover {
    border-color: rgba(125, 211, 252, 0.25);
}
.hover\:border-sky-300\/30:hover {
    border-color: rgba(125, 211, 252, 0.3);
}
.hover\:border-sky-300\/35:hover {
    border-color: rgba(125, 211, 252, 0.35);
}
.hover\:border-sky-300\/40:hover {
    border-color: rgba(125, 211, 252, 0.4);
}
.hover\:border-sky-300\/45:hover {
    border-color: rgba(125, 211, 252, 0.45);
}
.hover\:border-sky-300\/5:hover {
    border-color: rgba(125, 211, 252, 0.05);
}
.hover\:border-sky-300\/50:hover {
    border-color: rgba(125, 211, 252, 0.5);
}
.hover\:border-sky-300\/55:hover {
    border-color: rgba(125, 211, 252, 0.55);
}
.hover\:border-sky-300\/60:hover {
    border-color: rgba(125, 211, 252, 0.6);
}
.hover\:border-sky-300\/65:hover {
    border-color: rgba(125, 211, 252, 0.65);
}
.hover\:border-sky-300\/70:hover {
    border-color: rgba(125, 211, 252, 0.7);
}
.hover\:border-sky-300\/75:hover {
    border-color: rgba(125, 211, 252, 0.75);
}
.hover\:border-sky-300\/80:hover {
    border-color: rgba(125, 211, 252, 0.8);
}
.hover\:border-sky-300\/85:hover {
    border-color: rgba(125, 211, 252, 0.85);
}
.hover\:border-sky-300\/90:hover {
    border-color: rgba(125, 211, 252, 0.9);
}
.hover\:border-sky-300\/95:hover {
    border-color: rgba(125, 211, 252, 0.95);
}
.hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-400\/0:hover {
    border-color: rgba(56, 189, 248, 0);
}
.hover\:border-sky-400\/10:hover {
    border-color: rgba(56, 189, 248, 0.1);
}
.hover\:border-sky-400\/100:hover {
    border-color: #38bdf8;
}
.hover\:border-sky-400\/15:hover {
    border-color: rgba(56, 189, 248, 0.15);
}
.hover\:border-sky-400\/20:hover {
    border-color: rgba(56, 189, 248, 0.2);
}
.hover\:border-sky-400\/25:hover {
    border-color: rgba(56, 189, 248, 0.25);
}
.hover\:border-sky-400\/30:hover {
    border-color: rgba(56, 189, 248, 0.3);
}
.hover\:border-sky-400\/35:hover {
    border-color: rgba(56, 189, 248, 0.35);
}
.hover\:border-sky-400\/40:hover {
    border-color: rgba(56, 189, 248, 0.4);
}
.hover\:border-sky-400\/45:hover {
    border-color: rgba(56, 189, 248, 0.45);
}
.hover\:border-sky-400\/5:hover {
    border-color: rgba(56, 189, 248, 0.05);
}
.hover\:border-sky-400\/50:hover {
    border-color: rgba(56, 189, 248, 0.5);
}
.hover\:border-sky-400\/55:hover {
    border-color: rgba(56, 189, 248, 0.55);
}
.hover\:border-sky-400\/60:hover {
    border-color: rgba(56, 189, 248, 0.6);
}
.hover\:border-sky-400\/65:hover {
    border-color: rgba(56, 189, 248, 0.65);
}
.hover\:border-sky-400\/70:hover {
    border-color: rgba(56, 189, 248, 0.7);
}
.hover\:border-sky-400\/75:hover {
    border-color: rgba(56, 189, 248, 0.75);
}
.hover\:border-sky-400\/80:hover {
    border-color: rgba(56, 189, 248, 0.8);
}
.hover\:border-sky-400\/85:hover {
    border-color: rgba(56, 189, 248, 0.85);
}
.hover\:border-sky-400\/90:hover {
    border-color: rgba(56, 189, 248, 0.9);
}
.hover\:border-sky-400\/95:hover {
    border-color: rgba(56, 189, 248, 0.95);
}
.hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-50\/0:hover {
    border-color: rgba(240, 249, 255, 0);
}
.hover\:border-sky-50\/10:hover {
    border-color: rgba(240, 249, 255, 0.1);
}
.hover\:border-sky-50\/100:hover {
    border-color: #f0f9ff;
}
.hover\:border-sky-50\/15:hover {
    border-color: rgba(240, 249, 255, 0.15);
}
.hover\:border-sky-50\/20:hover {
    border-color: rgba(240, 249, 255, 0.2);
}
.hover\:border-sky-50\/25:hover {
    border-color: rgba(240, 249, 255, 0.25);
}
.hover\:border-sky-50\/30:hover {
    border-color: rgba(240, 249, 255, 0.3);
}
.hover\:border-sky-50\/35:hover {
    border-color: rgba(240, 249, 255, 0.35);
}
.hover\:border-sky-50\/40:hover {
    border-color: rgba(240, 249, 255, 0.4);
}
.hover\:border-sky-50\/45:hover {
    border-color: rgba(240, 249, 255, 0.45);
}
.hover\:border-sky-50\/5:hover {
    border-color: rgba(240, 249, 255, 0.05);
}
.hover\:border-sky-50\/50:hover {
    border-color: rgba(240, 249, 255, 0.5);
}
.hover\:border-sky-50\/55:hover {
    border-color: rgba(240, 249, 255, 0.55);
}
.hover\:border-sky-50\/60:hover {
    border-color: rgba(240, 249, 255, 0.6);
}
.hover\:border-sky-50\/65:hover {
    border-color: rgba(240, 249, 255, 0.65);
}
.hover\:border-sky-50\/70:hover {
    border-color: rgba(240, 249, 255, 0.7);
}
.hover\:border-sky-50\/75:hover {
    border-color: rgba(240, 249, 255, 0.75);
}
.hover\:border-sky-50\/80:hover {
    border-color: rgba(240, 249, 255, 0.8);
}
.hover\:border-sky-50\/85:hover {
    border-color: rgba(240, 249, 255, 0.85);
}
.hover\:border-sky-50\/90:hover {
    border-color: rgba(240, 249, 255, 0.9);
}
.hover\:border-sky-50\/95:hover {
    border-color: rgba(240, 249, 255, 0.95);
}
.hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-500\/0:hover {
    border-color: rgba(14, 165, 233, 0);
}
.hover\:border-sky-500\/10:hover {
    border-color: rgba(14, 165, 233, 0.1);
}
.hover\:border-sky-500\/100:hover {
    border-color: #0ea5e9;
}
.hover\:border-sky-500\/15:hover {
    border-color: rgba(14, 165, 233, 0.15);
}
.hover\:border-sky-500\/20:hover {
    border-color: rgba(14, 165, 233, 0.2);
}
.hover\:border-sky-500\/25:hover {
    border-color: rgba(14, 165, 233, 0.25);
}
.hover\:border-sky-500\/30:hover {
    border-color: rgba(14, 165, 233, 0.3);
}
.hover\:border-sky-500\/35:hover {
    border-color: rgba(14, 165, 233, 0.35);
}
.hover\:border-sky-500\/40:hover {
    border-color: rgba(14, 165, 233, 0.4);
}
.hover\:border-sky-500\/45:hover {
    border-color: rgba(14, 165, 233, 0.45);
}
.hover\:border-sky-500\/5:hover {
    border-color: rgba(14, 165, 233, 0.05);
}
.hover\:border-sky-500\/50:hover {
    border-color: rgba(14, 165, 233, 0.5);
}
.hover\:border-sky-500\/55:hover {
    border-color: rgba(14, 165, 233, 0.55);
}
.hover\:border-sky-500\/60:hover {
    border-color: rgba(14, 165, 233, 0.6);
}
.hover\:border-sky-500\/65:hover {
    border-color: rgba(14, 165, 233, 0.65);
}
.hover\:border-sky-500\/70:hover {
    border-color: rgba(14, 165, 233, 0.7);
}
.hover\:border-sky-500\/75:hover {
    border-color: rgba(14, 165, 233, 0.75);
}
.hover\:border-sky-500\/80:hover {
    border-color: rgba(14, 165, 233, 0.8);
}
.hover\:border-sky-500\/85:hover {
    border-color: rgba(14, 165, 233, 0.85);
}
.hover\:border-sky-500\/90:hover {
    border-color: rgba(14, 165, 233, 0.9);
}
.hover\:border-sky-500\/95:hover {
    border-color: rgba(14, 165, 233, 0.95);
}
.hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-600\/0:hover {
    border-color: rgba(2, 132, 199, 0);
}
.hover\:border-sky-600\/10:hover {
    border-color: rgba(2, 132, 199, 0.1);
}
.hover\:border-sky-600\/100:hover {
    border-color: #0284c7;
}
.hover\:border-sky-600\/15:hover {
    border-color: rgba(2, 132, 199, 0.15);
}
.hover\:border-sky-600\/20:hover {
    border-color: rgba(2, 132, 199, 0.2);
}
.hover\:border-sky-600\/25:hover {
    border-color: rgba(2, 132, 199, 0.25);
}
.hover\:border-sky-600\/30:hover {
    border-color: rgba(2, 132, 199, 0.3);
}
.hover\:border-sky-600\/35:hover {
    border-color: rgba(2, 132, 199, 0.35);
}
.hover\:border-sky-600\/40:hover {
    border-color: rgba(2, 132, 199, 0.4);
}
.hover\:border-sky-600\/45:hover {
    border-color: rgba(2, 132, 199, 0.45);
}
.hover\:border-sky-600\/5:hover {
    border-color: rgba(2, 132, 199, 0.05);
}
.hover\:border-sky-600\/50:hover {
    border-color: rgba(2, 132, 199, 0.5);
}
.hover\:border-sky-600\/55:hover {
    border-color: rgba(2, 132, 199, 0.55);
}
.hover\:border-sky-600\/60:hover {
    border-color: rgba(2, 132, 199, 0.6);
}
.hover\:border-sky-600\/65:hover {
    border-color: rgba(2, 132, 199, 0.65);
}
.hover\:border-sky-600\/70:hover {
    border-color: rgba(2, 132, 199, 0.7);
}
.hover\:border-sky-600\/75:hover {
    border-color: rgba(2, 132, 199, 0.75);
}
.hover\:border-sky-600\/80:hover {
    border-color: rgba(2, 132, 199, 0.8);
}
.hover\:border-sky-600\/85:hover {
    border-color: rgba(2, 132, 199, 0.85);
}
.hover\:border-sky-600\/90:hover {
    border-color: rgba(2, 132, 199, 0.9);
}
.hover\:border-sky-600\/95:hover {
    border-color: rgba(2, 132, 199, 0.95);
}
.hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-700\/0:hover {
    border-color: rgba(3, 105, 161, 0);
}
.hover\:border-sky-700\/10:hover {
    border-color: rgba(3, 105, 161, 0.1);
}
.hover\:border-sky-700\/100:hover {
    border-color: #0369a1;
}
.hover\:border-sky-700\/15:hover {
    border-color: rgba(3, 105, 161, 0.15);
}
.hover\:border-sky-700\/20:hover {
    border-color: rgba(3, 105, 161, 0.2);
}
.hover\:border-sky-700\/25:hover {
    border-color: rgba(3, 105, 161, 0.25);
}
.hover\:border-sky-700\/30:hover {
    border-color: rgba(3, 105, 161, 0.3);
}
.hover\:border-sky-700\/35:hover {
    border-color: rgba(3, 105, 161, 0.35);
}
.hover\:border-sky-700\/40:hover {
    border-color: rgba(3, 105, 161, 0.4);
}
.hover\:border-sky-700\/45:hover {
    border-color: rgba(3, 105, 161, 0.45);
}
.hover\:border-sky-700\/5:hover {
    border-color: rgba(3, 105, 161, 0.05);
}
.hover\:border-sky-700\/50:hover {
    border-color: rgba(3, 105, 161, 0.5);
}
.hover\:border-sky-700\/55:hover {
    border-color: rgba(3, 105, 161, 0.55);
}
.hover\:border-sky-700\/60:hover {
    border-color: rgba(3, 105, 161, 0.6);
}
.hover\:border-sky-700\/65:hover {
    border-color: rgba(3, 105, 161, 0.65);
}
.hover\:border-sky-700\/70:hover {
    border-color: rgba(3, 105, 161, 0.7);
}
.hover\:border-sky-700\/75:hover {
    border-color: rgba(3, 105, 161, 0.75);
}
.hover\:border-sky-700\/80:hover {
    border-color: rgba(3, 105, 161, 0.8);
}
.hover\:border-sky-700\/85:hover {
    border-color: rgba(3, 105, 161, 0.85);
}
.hover\:border-sky-700\/90:hover {
    border-color: rgba(3, 105, 161, 0.9);
}
.hover\:border-sky-700\/95:hover {
    border-color: rgba(3, 105, 161, 0.95);
}
.hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-800\/0:hover {
    border-color: rgba(7, 89, 133, 0);
}
.hover\:border-sky-800\/10:hover {
    border-color: rgba(7, 89, 133, 0.1);
}
.hover\:border-sky-800\/100:hover {
    border-color: #075985;
}
.hover\:border-sky-800\/15:hover {
    border-color: rgba(7, 89, 133, 0.15);
}
.hover\:border-sky-800\/20:hover {
    border-color: rgba(7, 89, 133, 0.2);
}
.hover\:border-sky-800\/25:hover {
    border-color: rgba(7, 89, 133, 0.25);
}
.hover\:border-sky-800\/30:hover {
    border-color: rgba(7, 89, 133, 0.3);
}
.hover\:border-sky-800\/35:hover {
    border-color: rgba(7, 89, 133, 0.35);
}
.hover\:border-sky-800\/40:hover {
    border-color: rgba(7, 89, 133, 0.4);
}
.hover\:border-sky-800\/45:hover {
    border-color: rgba(7, 89, 133, 0.45);
}
.hover\:border-sky-800\/5:hover {
    border-color: rgba(7, 89, 133, 0.05);
}
.hover\:border-sky-800\/50:hover {
    border-color: rgba(7, 89, 133, 0.5);
}
.hover\:border-sky-800\/55:hover {
    border-color: rgba(7, 89, 133, 0.55);
}
.hover\:border-sky-800\/60:hover {
    border-color: rgba(7, 89, 133, 0.6);
}
.hover\:border-sky-800\/65:hover {
    border-color: rgba(7, 89, 133, 0.65);
}
.hover\:border-sky-800\/70:hover {
    border-color: rgba(7, 89, 133, 0.7);
}
.hover\:border-sky-800\/75:hover {
    border-color: rgba(7, 89, 133, 0.75);
}
.hover\:border-sky-800\/80:hover {
    border-color: rgba(7, 89, 133, 0.8);
}
.hover\:border-sky-800\/85:hover {
    border-color: rgba(7, 89, 133, 0.85);
}
.hover\:border-sky-800\/90:hover {
    border-color: rgba(7, 89, 133, 0.9);
}
.hover\:border-sky-800\/95:hover {
    border-color: rgba(7, 89, 133, 0.95);
}
.hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-900\/0:hover {
    border-color: rgba(12, 74, 110, 0);
}
.hover\:border-sky-900\/10:hover {
    border-color: rgba(12, 74, 110, 0.1);
}
.hover\:border-sky-900\/100:hover {
    border-color: #0c4a6e;
}
.hover\:border-sky-900\/15:hover {
    border-color: rgba(12, 74, 110, 0.15);
}
.hover\:border-sky-900\/20:hover {
    border-color: rgba(12, 74, 110, 0.2);
}
.hover\:border-sky-900\/25:hover {
    border-color: rgba(12, 74, 110, 0.25);
}
.hover\:border-sky-900\/30:hover {
    border-color: rgba(12, 74, 110, 0.3);
}
.hover\:border-sky-900\/35:hover {
    border-color: rgba(12, 74, 110, 0.35);
}
.hover\:border-sky-900\/40:hover {
    border-color: rgba(12, 74, 110, 0.4);
}
.hover\:border-sky-900\/45:hover {
    border-color: rgba(12, 74, 110, 0.45);
}
.hover\:border-sky-900\/5:hover {
    border-color: rgba(12, 74, 110, 0.05);
}
.hover\:border-sky-900\/50:hover {
    border-color: rgba(12, 74, 110, 0.5);
}
.hover\:border-sky-900\/55:hover {
    border-color: rgba(12, 74, 110, 0.55);
}
.hover\:border-sky-900\/60:hover {
    border-color: rgba(12, 74, 110, 0.6);
}
.hover\:border-sky-900\/65:hover {
    border-color: rgba(12, 74, 110, 0.65);
}
.hover\:border-sky-900\/70:hover {
    border-color: rgba(12, 74, 110, 0.7);
}
.hover\:border-sky-900\/75:hover {
    border-color: rgba(12, 74, 110, 0.75);
}
.hover\:border-sky-900\/80:hover {
    border-color: rgba(12, 74, 110, 0.8);
}
.hover\:border-sky-900\/85:hover {
    border-color: rgba(12, 74, 110, 0.85);
}
.hover\:border-sky-900\/90:hover {
    border-color: rgba(12, 74, 110, 0.9);
}
.hover\:border-sky-900\/95:hover {
    border-color: rgba(12, 74, 110, 0.95);
}
.hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-100\/0:hover {
    border-color: rgba(241, 245, 249, 0);
}
.hover\:border-slate-100\/10:hover {
    border-color: rgba(241, 245, 249, 0.1);
}
.hover\:border-slate-100\/100:hover {
    border-color: #f1f5f9;
}
.hover\:border-slate-100\/15:hover {
    border-color: rgba(241, 245, 249, 0.15);
}
.hover\:border-slate-100\/20:hover {
    border-color: rgba(241, 245, 249, 0.2);
}
.hover\:border-slate-100\/25:hover {
    border-color: rgba(241, 245, 249, 0.25);
}
.hover\:border-slate-100\/30:hover {
    border-color: rgba(241, 245, 249, 0.3);
}
.hover\:border-slate-100\/35:hover {
    border-color: rgba(241, 245, 249, 0.35);
}
.hover\:border-slate-100\/40:hover {
    border-color: rgba(241, 245, 249, 0.4);
}
.hover\:border-slate-100\/45:hover {
    border-color: rgba(241, 245, 249, 0.45);
}
.hover\:border-slate-100\/5:hover {
    border-color: rgba(241, 245, 249, 0.05);
}
.hover\:border-slate-100\/50:hover {
    border-color: rgba(241, 245, 249, 0.5);
}
.hover\:border-slate-100\/55:hover {
    border-color: rgba(241, 245, 249, 0.55);
}
.hover\:border-slate-100\/60:hover {
    border-color: rgba(241, 245, 249, 0.6);
}
.hover\:border-slate-100\/65:hover {
    border-color: rgba(241, 245, 249, 0.65);
}
.hover\:border-slate-100\/70:hover {
    border-color: rgba(241, 245, 249, 0.7);
}
.hover\:border-slate-100\/75:hover {
    border-color: rgba(241, 245, 249, 0.75);
}
.hover\:border-slate-100\/80:hover {
    border-color: rgba(241, 245, 249, 0.8);
}
.hover\:border-slate-100\/85:hover {
    border-color: rgba(241, 245, 249, 0.85);
}
.hover\:border-slate-100\/90:hover {
    border-color: rgba(241, 245, 249, 0.9);
}
.hover\:border-slate-100\/95:hover {
    border-color: rgba(241, 245, 249, 0.95);
}
.hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-200\/0:hover {
    border-color: rgba(226, 232, 240, 0);
}
.hover\:border-slate-200\/10:hover {
    border-color: rgba(226, 232, 240, 0.1);
}
.hover\:border-slate-200\/100:hover {
    border-color: #e2e8f0;
}
.hover\:border-slate-200\/15:hover {
    border-color: rgba(226, 232, 240, 0.15);
}
.hover\:border-slate-200\/20:hover {
    border-color: rgba(226, 232, 240, 0.2);
}
.hover\:border-slate-200\/25:hover {
    border-color: rgba(226, 232, 240, 0.25);
}
.hover\:border-slate-200\/30:hover {
    border-color: rgba(226, 232, 240, 0.3);
}
.hover\:border-slate-200\/35:hover {
    border-color: rgba(226, 232, 240, 0.35);
}
.hover\:border-slate-200\/40:hover {
    border-color: rgba(226, 232, 240, 0.4);
}
.hover\:border-slate-200\/45:hover {
    border-color: rgba(226, 232, 240, 0.45);
}
.hover\:border-slate-200\/5:hover {
    border-color: rgba(226, 232, 240, 0.05);
}
.hover\:border-slate-200\/50:hover {
    border-color: rgba(226, 232, 240, 0.5);
}
.hover\:border-slate-200\/55:hover {
    border-color: rgba(226, 232, 240, 0.55);
}
.hover\:border-slate-200\/60:hover {
    border-color: rgba(226, 232, 240, 0.6);
}
.hover\:border-slate-200\/65:hover {
    border-color: rgba(226, 232, 240, 0.65);
}
.hover\:border-slate-200\/70:hover {
    border-color: rgba(226, 232, 240, 0.7);
}
.hover\:border-slate-200\/75:hover {
    border-color: rgba(226, 232, 240, 0.75);
}
.hover\:border-slate-200\/80:hover {
    border-color: rgba(226, 232, 240, 0.8);
}
.hover\:border-slate-200\/85:hover {
    border-color: rgba(226, 232, 240, 0.85);
}
.hover\:border-slate-200\/90:hover {
    border-color: rgba(226, 232, 240, 0.9);
}
.hover\:border-slate-200\/95:hover {
    border-color: rgba(226, 232, 240, 0.95);
}
.hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-300\/0:hover {
    border-color: rgba(203, 213, 225, 0);
}
.hover\:border-slate-300\/10:hover {
    border-color: rgba(203, 213, 225, 0.1);
}
.hover\:border-slate-300\/100:hover {
    border-color: #cbd5e1;
}
.hover\:border-slate-300\/15:hover {
    border-color: rgba(203, 213, 225, 0.15);
}
.hover\:border-slate-300\/20:hover {
    border-color: rgba(203, 213, 225, 0.2);
}
.hover\:border-slate-300\/25:hover {
    border-color: rgba(203, 213, 225, 0.25);
}
.hover\:border-slate-300\/30:hover {
    border-color: rgba(203, 213, 225, 0.3);
}
.hover\:border-slate-300\/35:hover {
    border-color: rgba(203, 213, 225, 0.35);
}
.hover\:border-slate-300\/40:hover {
    border-color: rgba(203, 213, 225, 0.4);
}
.hover\:border-slate-300\/45:hover {
    border-color: rgba(203, 213, 225, 0.45);
}
.hover\:border-slate-300\/5:hover {
    border-color: rgba(203, 213, 225, 0.05);
}
.hover\:border-slate-300\/50:hover {
    border-color: rgba(203, 213, 225, 0.5);
}
.hover\:border-slate-300\/55:hover {
    border-color: rgba(203, 213, 225, 0.55);
}
.hover\:border-slate-300\/60:hover {
    border-color: rgba(203, 213, 225, 0.6);
}
.hover\:border-slate-300\/65:hover {
    border-color: rgba(203, 213, 225, 0.65);
}
.hover\:border-slate-300\/70:hover {
    border-color: rgba(203, 213, 225, 0.7);
}
.hover\:border-slate-300\/75:hover {
    border-color: rgba(203, 213, 225, 0.75);
}
.hover\:border-slate-300\/80:hover {
    border-color: rgba(203, 213, 225, 0.8);
}
.hover\:border-slate-300\/85:hover {
    border-color: rgba(203, 213, 225, 0.85);
}
.hover\:border-slate-300\/90:hover {
    border-color: rgba(203, 213, 225, 0.9);
}
.hover\:border-slate-300\/95:hover {
    border-color: rgba(203, 213, 225, 0.95);
}
.hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-400\/0:hover {
    border-color: rgba(148, 163, 184, 0);
}
.hover\:border-slate-400\/10:hover {
    border-color: rgba(148, 163, 184, 0.1);
}
.hover\:border-slate-400\/100:hover {
    border-color: #94a3b8;
}
.hover\:border-slate-400\/15:hover {
    border-color: rgba(148, 163, 184, 0.15);
}
.hover\:border-slate-400\/20:hover {
    border-color: rgba(148, 163, 184, 0.2);
}
.hover\:border-slate-400\/25:hover {
    border-color: rgba(148, 163, 184, 0.25);
}
.hover\:border-slate-400\/30:hover {
    border-color: rgba(148, 163, 184, 0.3);
}
.hover\:border-slate-400\/35:hover {
    border-color: rgba(148, 163, 184, 0.35);
}
.hover\:border-slate-400\/40:hover {
    border-color: rgba(148, 163, 184, 0.4);
}
.hover\:border-slate-400\/45:hover {
    border-color: rgba(148, 163, 184, 0.45);
}
.hover\:border-slate-400\/5:hover {
    border-color: rgba(148, 163, 184, 0.05);
}
.hover\:border-slate-400\/50:hover {
    border-color: rgba(148, 163, 184, 0.5);
}
.hover\:border-slate-400\/55:hover {
    border-color: rgba(148, 163, 184, 0.55);
}
.hover\:border-slate-400\/60:hover {
    border-color: rgba(148, 163, 184, 0.6);
}
.hover\:border-slate-400\/65:hover {
    border-color: rgba(148, 163, 184, 0.65);
}
.hover\:border-slate-400\/70:hover {
    border-color: rgba(148, 163, 184, 0.7);
}
.hover\:border-slate-400\/75:hover {
    border-color: rgba(148, 163, 184, 0.75);
}
.hover\:border-slate-400\/80:hover {
    border-color: rgba(148, 163, 184, 0.8);
}
.hover\:border-slate-400\/85:hover {
    border-color: rgba(148, 163, 184, 0.85);
}
.hover\:border-slate-400\/90:hover {
    border-color: rgba(148, 163, 184, 0.9);
}
.hover\:border-slate-400\/95:hover {
    border-color: rgba(148, 163, 184, 0.95);
}
.hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-50\/0:hover {
    border-color: rgba(248, 250, 252, 0);
}
.hover\:border-slate-50\/10:hover {
    border-color: rgba(248, 250, 252, 0.1);
}
.hover\:border-slate-50\/100:hover {
    border-color: #f8fafc;
}
.hover\:border-slate-50\/15:hover {
    border-color: rgba(248, 250, 252, 0.15);
}
.hover\:border-slate-50\/20:hover {
    border-color: rgba(248, 250, 252, 0.2);
}
.hover\:border-slate-50\/25:hover {
    border-color: rgba(248, 250, 252, 0.25);
}
.hover\:border-slate-50\/30:hover {
    border-color: rgba(248, 250, 252, 0.3);
}
.hover\:border-slate-50\/35:hover {
    border-color: rgba(248, 250, 252, 0.35);
}
.hover\:border-slate-50\/40:hover {
    border-color: rgba(248, 250, 252, 0.4);
}
.hover\:border-slate-50\/45:hover {
    border-color: rgba(248, 250, 252, 0.45);
}
.hover\:border-slate-50\/5:hover {
    border-color: rgba(248, 250, 252, 0.05);
}
.hover\:border-slate-50\/50:hover {
    border-color: rgba(248, 250, 252, 0.5);
}
.hover\:border-slate-50\/55:hover {
    border-color: rgba(248, 250, 252, 0.55);
}
.hover\:border-slate-50\/60:hover {
    border-color: rgba(248, 250, 252, 0.6);
}
.hover\:border-slate-50\/65:hover {
    border-color: rgba(248, 250, 252, 0.65);
}
.hover\:border-slate-50\/70:hover {
    border-color: rgba(248, 250, 252, 0.7);
}
.hover\:border-slate-50\/75:hover {
    border-color: rgba(248, 250, 252, 0.75);
}
.hover\:border-slate-50\/80:hover {
    border-color: rgba(248, 250, 252, 0.8);
}
.hover\:border-slate-50\/85:hover {
    border-color: rgba(248, 250, 252, 0.85);
}
.hover\:border-slate-50\/90:hover {
    border-color: rgba(248, 250, 252, 0.9);
}
.hover\:border-slate-50\/95:hover {
    border-color: rgba(248, 250, 252, 0.95);
}
.hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-500\/0:hover {
    border-color: rgba(100, 116, 139, 0);
}
.hover\:border-slate-500\/10:hover {
    border-color: rgba(100, 116, 139, 0.1);
}
.hover\:border-slate-500\/100:hover {
    border-color: #64748b;
}
.hover\:border-slate-500\/15:hover {
    border-color: rgba(100, 116, 139, 0.15);
}
.hover\:border-slate-500\/20:hover {
    border-color: rgba(100, 116, 139, 0.2);
}
.hover\:border-slate-500\/25:hover {
    border-color: rgba(100, 116, 139, 0.25);
}
.hover\:border-slate-500\/30:hover {
    border-color: rgba(100, 116, 139, 0.3);
}
.hover\:border-slate-500\/35:hover {
    border-color: rgba(100, 116, 139, 0.35);
}
.hover\:border-slate-500\/40:hover {
    border-color: rgba(100, 116, 139, 0.4);
}
.hover\:border-slate-500\/45:hover {
    border-color: rgba(100, 116, 139, 0.45);
}
.hover\:border-slate-500\/5:hover {
    border-color: rgba(100, 116, 139, 0.05);
}
.hover\:border-slate-500\/50:hover {
    border-color: rgba(100, 116, 139, 0.5);
}
.hover\:border-slate-500\/55:hover {
    border-color: rgba(100, 116, 139, 0.55);
}
.hover\:border-slate-500\/60:hover {
    border-color: rgba(100, 116, 139, 0.6);
}
.hover\:border-slate-500\/65:hover {
    border-color: rgba(100, 116, 139, 0.65);
}
.hover\:border-slate-500\/70:hover {
    border-color: rgba(100, 116, 139, 0.7);
}
.hover\:border-slate-500\/75:hover {
    border-color: rgba(100, 116, 139, 0.75);
}
.hover\:border-slate-500\/80:hover {
    border-color: rgba(100, 116, 139, 0.8);
}
.hover\:border-slate-500\/85:hover {
    border-color: rgba(100, 116, 139, 0.85);
}
.hover\:border-slate-500\/90:hover {
    border-color: rgba(100, 116, 139, 0.9);
}
.hover\:border-slate-500\/95:hover {
    border-color: rgba(100, 116, 139, 0.95);
}
.hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-600\/0:hover {
    border-color: rgba(71, 85, 105, 0);
}
.hover\:border-slate-600\/10:hover {
    border-color: rgba(71, 85, 105, 0.1);
}
.hover\:border-slate-600\/100:hover {
    border-color: #475569;
}
.hover\:border-slate-600\/15:hover {
    border-color: rgba(71, 85, 105, 0.15);
}
.hover\:border-slate-600\/20:hover {
    border-color: rgba(71, 85, 105, 0.2);
}
.hover\:border-slate-600\/25:hover {
    border-color: rgba(71, 85, 105, 0.25);
}
.hover\:border-slate-600\/30:hover {
    border-color: rgba(71, 85, 105, 0.3);
}
.hover\:border-slate-600\/35:hover {
    border-color: rgba(71, 85, 105, 0.35);
}
.hover\:border-slate-600\/40:hover {
    border-color: rgba(71, 85, 105, 0.4);
}
.hover\:border-slate-600\/45:hover {
    border-color: rgba(71, 85, 105, 0.45);
}
.hover\:border-slate-600\/5:hover {
    border-color: rgba(71, 85, 105, 0.05);
}
.hover\:border-slate-600\/50:hover {
    border-color: rgba(71, 85, 105, 0.5);
}
.hover\:border-slate-600\/55:hover {
    border-color: rgba(71, 85, 105, 0.55);
}
.hover\:border-slate-600\/60:hover {
    border-color: rgba(71, 85, 105, 0.6);
}
.hover\:border-slate-600\/65:hover {
    border-color: rgba(71, 85, 105, 0.65);
}
.hover\:border-slate-600\/70:hover {
    border-color: rgba(71, 85, 105, 0.7);
}
.hover\:border-slate-600\/75:hover {
    border-color: rgba(71, 85, 105, 0.75);
}
.hover\:border-slate-600\/80:hover {
    border-color: rgba(71, 85, 105, 0.8);
}
.hover\:border-slate-600\/85:hover {
    border-color: rgba(71, 85, 105, 0.85);
}
.hover\:border-slate-600\/90:hover {
    border-color: rgba(71, 85, 105, 0.9);
}
.hover\:border-slate-600\/95:hover {
    border-color: rgba(71, 85, 105, 0.95);
}
.hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-700\/0:hover {
    border-color: rgba(51, 65, 85, 0);
}
.hover\:border-slate-700\/10:hover {
    border-color: rgba(51, 65, 85, 0.1);
}
.hover\:border-slate-700\/100:hover {
    border-color: #334155;
}
.hover\:border-slate-700\/15:hover {
    border-color: rgba(51, 65, 85, 0.15);
}
.hover\:border-slate-700\/20:hover {
    border-color: rgba(51, 65, 85, 0.2);
}
.hover\:border-slate-700\/25:hover {
    border-color: rgba(51, 65, 85, 0.25);
}
.hover\:border-slate-700\/30:hover {
    border-color: rgba(51, 65, 85, 0.3);
}
.hover\:border-slate-700\/35:hover {
    border-color: rgba(51, 65, 85, 0.35);
}
.hover\:border-slate-700\/40:hover {
    border-color: rgba(51, 65, 85, 0.4);
}
.hover\:border-slate-700\/45:hover {
    border-color: rgba(51, 65, 85, 0.45);
}
.hover\:border-slate-700\/5:hover {
    border-color: rgba(51, 65, 85, 0.05);
}
.hover\:border-slate-700\/50:hover {
    border-color: rgba(51, 65, 85, 0.5);
}
.hover\:border-slate-700\/55:hover {
    border-color: rgba(51, 65, 85, 0.55);
}
.hover\:border-slate-700\/60:hover {
    border-color: rgba(51, 65, 85, 0.6);
}
.hover\:border-slate-700\/65:hover {
    border-color: rgba(51, 65, 85, 0.65);
}
.hover\:border-slate-700\/70:hover {
    border-color: rgba(51, 65, 85, 0.7);
}
.hover\:border-slate-700\/75:hover {
    border-color: rgba(51, 65, 85, 0.75);
}
.hover\:border-slate-700\/80:hover {
    border-color: rgba(51, 65, 85, 0.8);
}
.hover\:border-slate-700\/85:hover {
    border-color: rgba(51, 65, 85, 0.85);
}
.hover\:border-slate-700\/90:hover {
    border-color: rgba(51, 65, 85, 0.9);
}
.hover\:border-slate-700\/95:hover {
    border-color: rgba(51, 65, 85, 0.95);
}
.hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-800\/0:hover {
    border-color: rgba(30, 41, 59, 0);
}
.hover\:border-slate-800\/10:hover {
    border-color: rgba(30, 41, 59, 0.1);
}
.hover\:border-slate-800\/100:hover {
    border-color: #1e293b;
}
.hover\:border-slate-800\/15:hover {
    border-color: rgba(30, 41, 59, 0.15);
}
.hover\:border-slate-800\/20:hover {
    border-color: rgba(30, 41, 59, 0.2);
}
.hover\:border-slate-800\/25:hover {
    border-color: rgba(30, 41, 59, 0.25);
}
.hover\:border-slate-800\/30:hover {
    border-color: rgba(30, 41, 59, 0.3);
}
.hover\:border-slate-800\/35:hover {
    border-color: rgba(30, 41, 59, 0.35);
}
.hover\:border-slate-800\/40:hover {
    border-color: rgba(30, 41, 59, 0.4);
}
.hover\:border-slate-800\/45:hover {
    border-color: rgba(30, 41, 59, 0.45);
}
.hover\:border-slate-800\/5:hover {
    border-color: rgba(30, 41, 59, 0.05);
}
.hover\:border-slate-800\/50:hover {
    border-color: rgba(30, 41, 59, 0.5);
}
.hover\:border-slate-800\/55:hover {
    border-color: rgba(30, 41, 59, 0.55);
}
.hover\:border-slate-800\/60:hover {
    border-color: rgba(30, 41, 59, 0.6);
}
.hover\:border-slate-800\/65:hover {
    border-color: rgba(30, 41, 59, 0.65);
}
.hover\:border-slate-800\/70:hover {
    border-color: rgba(30, 41, 59, 0.7);
}
.hover\:border-slate-800\/75:hover {
    border-color: rgba(30, 41, 59, 0.75);
}
.hover\:border-slate-800\/80:hover {
    border-color: rgba(30, 41, 59, 0.8);
}
.hover\:border-slate-800\/85:hover {
    border-color: rgba(30, 41, 59, 0.85);
}
.hover\:border-slate-800\/90:hover {
    border-color: rgba(30, 41, 59, 0.9);
}
.hover\:border-slate-800\/95:hover {
    border-color: rgba(30, 41, 59, 0.95);
}
.hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-900\/0:hover {
    border-color: rgba(15, 23, 42, 0);
}
.hover\:border-slate-900\/10:hover {
    border-color: rgba(15, 23, 42, 0.1);
}
.hover\:border-slate-900\/100:hover {
    border-color: #0f172a;
}
.hover\:border-slate-900\/15:hover {
    border-color: rgba(15, 23, 42, 0.15);
}
.hover\:border-slate-900\/20:hover {
    border-color: rgba(15, 23, 42, 0.2);
}
.hover\:border-slate-900\/25:hover {
    border-color: rgba(15, 23, 42, 0.25);
}
.hover\:border-slate-900\/30:hover {
    border-color: rgba(15, 23, 42, 0.3);
}
.hover\:border-slate-900\/35:hover {
    border-color: rgba(15, 23, 42, 0.35);
}
.hover\:border-slate-900\/40:hover {
    border-color: rgba(15, 23, 42, 0.4);
}
.hover\:border-slate-900\/45:hover {
    border-color: rgba(15, 23, 42, 0.45);
}
.hover\:border-slate-900\/5:hover {
    border-color: rgba(15, 23, 42, 0.05);
}
.hover\:border-slate-900\/50:hover {
    border-color: rgba(15, 23, 42, 0.5);
}
.hover\:border-slate-900\/55:hover {
    border-color: rgba(15, 23, 42, 0.55);
}
.hover\:border-slate-900\/60:hover {
    border-color: rgba(15, 23, 42, 0.6);
}
.hover\:border-slate-900\/65:hover {
    border-color: rgba(15, 23, 42, 0.65);
}
.hover\:border-slate-900\/70:hover {
    border-color: rgba(15, 23, 42, 0.7);
}
.hover\:border-slate-900\/75:hover {
    border-color: rgba(15, 23, 42, 0.75);
}
.hover\:border-slate-900\/80:hover {
    border-color: rgba(15, 23, 42, 0.8);
}
.hover\:border-slate-900\/85:hover {
    border-color: rgba(15, 23, 42, 0.85);
}
.hover\:border-slate-900\/90:hover {
    border-color: rgba(15, 23, 42, 0.9);
}
.hover\:border-slate-900\/95:hover {
    border-color: rgba(15, 23, 42, 0.95);
}
.hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-100\/0:hover {
    border-color: hsla(60, 5%, 96%, 0);
}
.hover\:border-stone-100\/10:hover {
    border-color: hsla(60, 5%, 96%, 0.1);
}
.hover\:border-stone-100\/100:hover {
    border-color: #f5f5f4;
}
.hover\:border-stone-100\/15:hover {
    border-color: hsla(60, 5%, 96%, 0.15);
}
.hover\:border-stone-100\/20:hover {
    border-color: hsla(60, 5%, 96%, 0.2);
}
.hover\:border-stone-100\/25:hover {
    border-color: hsla(60, 5%, 96%, 0.25);
}
.hover\:border-stone-100\/30:hover {
    border-color: hsla(60, 5%, 96%, 0.3);
}
.hover\:border-stone-100\/35:hover {
    border-color: hsla(60, 5%, 96%, 0.35);
}
.hover\:border-stone-100\/40:hover {
    border-color: hsla(60, 5%, 96%, 0.4);
}
.hover\:border-stone-100\/45:hover {
    border-color: hsla(60, 5%, 96%, 0.45);
}
.hover\:border-stone-100\/5:hover {
    border-color: hsla(60, 5%, 96%, 0.05);
}
.hover\:border-stone-100\/50:hover {
    border-color: hsla(60, 5%, 96%, 0.5);
}
.hover\:border-stone-100\/55:hover {
    border-color: hsla(60, 5%, 96%, 0.55);
}
.hover\:border-stone-100\/60:hover {
    border-color: hsla(60, 5%, 96%, 0.6);
}
.hover\:border-stone-100\/65:hover {
    border-color: hsla(60, 5%, 96%, 0.65);
}
.hover\:border-stone-100\/70:hover {
    border-color: hsla(60, 5%, 96%, 0.7);
}
.hover\:border-stone-100\/75:hover {
    border-color: hsla(60, 5%, 96%, 0.75);
}
.hover\:border-stone-100\/80:hover {
    border-color: hsla(60, 5%, 96%, 0.8);
}
.hover\:border-stone-100\/85:hover {
    border-color: hsla(60, 5%, 96%, 0.85);
}
.hover\:border-stone-100\/90:hover {
    border-color: hsla(60, 5%, 96%, 0.9);
}
.hover\:border-stone-100\/95:hover {
    border-color: hsla(60, 5%, 96%, 0.95);
}
.hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-200\/0:hover {
    border-color: hsla(20, 6%, 90%, 0);
}
.hover\:border-stone-200\/10:hover {
    border-color: hsla(20, 6%, 90%, 0.1);
}
.hover\:border-stone-200\/100:hover {
    border-color: #e7e5e4;
}
.hover\:border-stone-200\/15:hover {
    border-color: hsla(20, 6%, 90%, 0.15);
}
.hover\:border-stone-200\/20:hover {
    border-color: hsla(20, 6%, 90%, 0.2);
}
.hover\:border-stone-200\/25:hover {
    border-color: hsla(20, 6%, 90%, 0.25);
}
.hover\:border-stone-200\/30:hover {
    border-color: hsla(20, 6%, 90%, 0.3);
}
.hover\:border-stone-200\/35:hover {
    border-color: hsla(20, 6%, 90%, 0.35);
}
.hover\:border-stone-200\/40:hover {
    border-color: hsla(20, 6%, 90%, 0.4);
}
.hover\:border-stone-200\/45:hover {
    border-color: hsla(20, 6%, 90%, 0.45);
}
.hover\:border-stone-200\/5:hover {
    border-color: hsla(20, 6%, 90%, 0.05);
}
.hover\:border-stone-200\/50:hover {
    border-color: hsla(20, 6%, 90%, 0.5);
}
.hover\:border-stone-200\/55:hover {
    border-color: hsla(20, 6%, 90%, 0.55);
}
.hover\:border-stone-200\/60:hover {
    border-color: hsla(20, 6%, 90%, 0.6);
}
.hover\:border-stone-200\/65:hover {
    border-color: hsla(20, 6%, 90%, 0.65);
}
.hover\:border-stone-200\/70:hover {
    border-color: hsla(20, 6%, 90%, 0.7);
}
.hover\:border-stone-200\/75:hover {
    border-color: hsla(20, 6%, 90%, 0.75);
}
.hover\:border-stone-200\/80:hover {
    border-color: hsla(20, 6%, 90%, 0.8);
}
.hover\:border-stone-200\/85:hover {
    border-color: hsla(20, 6%, 90%, 0.85);
}
.hover\:border-stone-200\/90:hover {
    border-color: hsla(20, 6%, 90%, 0.9);
}
.hover\:border-stone-200\/95:hover {
    border-color: hsla(20, 6%, 90%, 0.95);
}
.hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-300\/0:hover {
    border-color: hsla(24, 6%, 83%, 0);
}
.hover\:border-stone-300\/10:hover {
    border-color: hsla(24, 6%, 83%, 0.1);
}
.hover\:border-stone-300\/100:hover {
    border-color: #d6d3d1;
}
.hover\:border-stone-300\/15:hover {
    border-color: hsla(24, 6%, 83%, 0.15);
}
.hover\:border-stone-300\/20:hover {
    border-color: hsla(24, 6%, 83%, 0.2);
}
.hover\:border-stone-300\/25:hover {
    border-color: hsla(24, 6%, 83%, 0.25);
}
.hover\:border-stone-300\/30:hover {
    border-color: hsla(24, 6%, 83%, 0.3);
}
.hover\:border-stone-300\/35:hover {
    border-color: hsla(24, 6%, 83%, 0.35);
}
.hover\:border-stone-300\/40:hover {
    border-color: hsla(24, 6%, 83%, 0.4);
}
.hover\:border-stone-300\/45:hover {
    border-color: hsla(24, 6%, 83%, 0.45);
}
.hover\:border-stone-300\/5:hover {
    border-color: hsla(24, 6%, 83%, 0.05);
}
.hover\:border-stone-300\/50:hover {
    border-color: hsla(24, 6%, 83%, 0.5);
}
.hover\:border-stone-300\/55:hover {
    border-color: hsla(24, 6%, 83%, 0.55);
}
.hover\:border-stone-300\/60:hover {
    border-color: hsla(24, 6%, 83%, 0.6);
}
.hover\:border-stone-300\/65:hover {
    border-color: hsla(24, 6%, 83%, 0.65);
}
.hover\:border-stone-300\/70:hover {
    border-color: hsla(24, 6%, 83%, 0.7);
}
.hover\:border-stone-300\/75:hover {
    border-color: hsla(24, 6%, 83%, 0.75);
}
.hover\:border-stone-300\/80:hover {
    border-color: hsla(24, 6%, 83%, 0.8);
}
.hover\:border-stone-300\/85:hover {
    border-color: hsla(24, 6%, 83%, 0.85);
}
.hover\:border-stone-300\/90:hover {
    border-color: hsla(24, 6%, 83%, 0.9);
}
.hover\:border-stone-300\/95:hover {
    border-color: hsla(24, 6%, 83%, 0.95);
}
.hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-400\/0:hover {
    border-color: hsla(24, 5%, 64%, 0);
}
.hover\:border-stone-400\/10:hover {
    border-color: hsla(24, 5%, 64%, 0.1);
}
.hover\:border-stone-400\/100:hover {
    border-color: #a8a29e;
}
.hover\:border-stone-400\/15:hover {
    border-color: hsla(24, 5%, 64%, 0.15);
}
.hover\:border-stone-400\/20:hover {
    border-color: hsla(24, 5%, 64%, 0.2);
}
.hover\:border-stone-400\/25:hover {
    border-color: hsla(24, 5%, 64%, 0.25);
}
.hover\:border-stone-400\/30:hover {
    border-color: hsla(24, 5%, 64%, 0.3);
}
.hover\:border-stone-400\/35:hover {
    border-color: hsla(24, 5%, 64%, 0.35);
}
.hover\:border-stone-400\/40:hover {
    border-color: hsla(24, 5%, 64%, 0.4);
}
.hover\:border-stone-400\/45:hover {
    border-color: hsla(24, 5%, 64%, 0.45);
}
.hover\:border-stone-400\/5:hover {
    border-color: hsla(24, 5%, 64%, 0.05);
}
.hover\:border-stone-400\/50:hover {
    border-color: hsla(24, 5%, 64%, 0.5);
}
.hover\:border-stone-400\/55:hover {
    border-color: hsla(24, 5%, 64%, 0.55);
}
.hover\:border-stone-400\/60:hover {
    border-color: hsla(24, 5%, 64%, 0.6);
}
.hover\:border-stone-400\/65:hover {
    border-color: hsla(24, 5%, 64%, 0.65);
}
.hover\:border-stone-400\/70:hover {
    border-color: hsla(24, 5%, 64%, 0.7);
}
.hover\:border-stone-400\/75:hover {
    border-color: hsla(24, 5%, 64%, 0.75);
}
.hover\:border-stone-400\/80:hover {
    border-color: hsla(24, 5%, 64%, 0.8);
}
.hover\:border-stone-400\/85:hover {
    border-color: hsla(24, 5%, 64%, 0.85);
}
.hover\:border-stone-400\/90:hover {
    border-color: hsla(24, 5%, 64%, 0.9);
}
.hover\:border-stone-400\/95:hover {
    border-color: hsla(24, 5%, 64%, 0.95);
}
.hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-50\/0:hover {
    border-color: hsla(60, 9%, 98%, 0);
}
.hover\:border-stone-50\/10:hover {
    border-color: hsla(60, 9%, 98%, 0.1);
}
.hover\:border-stone-50\/100:hover {
    border-color: #fafaf9;
}
.hover\:border-stone-50\/15:hover {
    border-color: hsla(60, 9%, 98%, 0.15);
}
.hover\:border-stone-50\/20:hover {
    border-color: hsla(60, 9%, 98%, 0.2);
}
.hover\:border-stone-50\/25:hover {
    border-color: hsla(60, 9%, 98%, 0.25);
}
.hover\:border-stone-50\/30:hover {
    border-color: hsla(60, 9%, 98%, 0.3);
}
.hover\:border-stone-50\/35:hover {
    border-color: hsla(60, 9%, 98%, 0.35);
}
.hover\:border-stone-50\/40:hover {
    border-color: hsla(60, 9%, 98%, 0.4);
}
.hover\:border-stone-50\/45:hover {
    border-color: hsla(60, 9%, 98%, 0.45);
}
.hover\:border-stone-50\/5:hover {
    border-color: hsla(60, 9%, 98%, 0.05);
}
.hover\:border-stone-50\/50:hover {
    border-color: hsla(60, 9%, 98%, 0.5);
}
.hover\:border-stone-50\/55:hover {
    border-color: hsla(60, 9%, 98%, 0.55);
}
.hover\:border-stone-50\/60:hover {
    border-color: hsla(60, 9%, 98%, 0.6);
}
.hover\:border-stone-50\/65:hover {
    border-color: hsla(60, 9%, 98%, 0.65);
}
.hover\:border-stone-50\/70:hover {
    border-color: hsla(60, 9%, 98%, 0.7);
}
.hover\:border-stone-50\/75:hover {
    border-color: hsla(60, 9%, 98%, 0.75);
}
.hover\:border-stone-50\/80:hover {
    border-color: hsla(60, 9%, 98%, 0.8);
}
.hover\:border-stone-50\/85:hover {
    border-color: hsla(60, 9%, 98%, 0.85);
}
.hover\:border-stone-50\/90:hover {
    border-color: hsla(60, 9%, 98%, 0.9);
}
.hover\:border-stone-50\/95:hover {
    border-color: hsla(60, 9%, 98%, 0.95);
}
.hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-500\/0:hover {
    border-color: hsla(25, 5%, 45%, 0);
}
.hover\:border-stone-500\/10:hover {
    border-color: hsla(25, 5%, 45%, 0.1);
}
.hover\:border-stone-500\/100:hover {
    border-color: #78716c;
}
.hover\:border-stone-500\/15:hover {
    border-color: hsla(25, 5%, 45%, 0.15);
}
.hover\:border-stone-500\/20:hover {
    border-color: hsla(25, 5%, 45%, 0.2);
}
.hover\:border-stone-500\/25:hover {
    border-color: hsla(25, 5%, 45%, 0.25);
}
.hover\:border-stone-500\/30:hover {
    border-color: hsla(25, 5%, 45%, 0.3);
}
.hover\:border-stone-500\/35:hover {
    border-color: hsla(25, 5%, 45%, 0.35);
}
.hover\:border-stone-500\/40:hover {
    border-color: hsla(25, 5%, 45%, 0.4);
}
.hover\:border-stone-500\/45:hover {
    border-color: hsla(25, 5%, 45%, 0.45);
}
.hover\:border-stone-500\/5:hover {
    border-color: hsla(25, 5%, 45%, 0.05);
}
.hover\:border-stone-500\/50:hover {
    border-color: hsla(25, 5%, 45%, 0.5);
}
.hover\:border-stone-500\/55:hover {
    border-color: hsla(25, 5%, 45%, 0.55);
}
.hover\:border-stone-500\/60:hover {
    border-color: hsla(25, 5%, 45%, 0.6);
}
.hover\:border-stone-500\/65:hover {
    border-color: hsla(25, 5%, 45%, 0.65);
}
.hover\:border-stone-500\/70:hover {
    border-color: hsla(25, 5%, 45%, 0.7);
}
.hover\:border-stone-500\/75:hover {
    border-color: hsla(25, 5%, 45%, 0.75);
}
.hover\:border-stone-500\/80:hover {
    border-color: hsla(25, 5%, 45%, 0.8);
}
.hover\:border-stone-500\/85:hover {
    border-color: hsla(25, 5%, 45%, 0.85);
}
.hover\:border-stone-500\/90:hover {
    border-color: hsla(25, 5%, 45%, 0.9);
}
.hover\:border-stone-500\/95:hover {
    border-color: hsla(25, 5%, 45%, 0.95);
}
.hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-600\/0:hover {
    border-color: rgba(87, 83, 78, 0);
}
.hover\:border-stone-600\/10:hover {
    border-color: rgba(87, 83, 78, 0.1);
}
.hover\:border-stone-600\/100:hover {
    border-color: #57534e;
}
.hover\:border-stone-600\/15:hover {
    border-color: rgba(87, 83, 78, 0.15);
}
.hover\:border-stone-600\/20:hover {
    border-color: rgba(87, 83, 78, 0.2);
}
.hover\:border-stone-600\/25:hover {
    border-color: rgba(87, 83, 78, 0.25);
}
.hover\:border-stone-600\/30:hover {
    border-color: rgba(87, 83, 78, 0.3);
}
.hover\:border-stone-600\/35:hover {
    border-color: rgba(87, 83, 78, 0.35);
}
.hover\:border-stone-600\/40:hover {
    border-color: rgba(87, 83, 78, 0.4);
}
.hover\:border-stone-600\/45:hover {
    border-color: rgba(87, 83, 78, 0.45);
}
.hover\:border-stone-600\/5:hover {
    border-color: rgba(87, 83, 78, 0.05);
}
.hover\:border-stone-600\/50:hover {
    border-color: rgba(87, 83, 78, 0.5);
}
.hover\:border-stone-600\/55:hover {
    border-color: rgba(87, 83, 78, 0.55);
}
.hover\:border-stone-600\/60:hover {
    border-color: rgba(87, 83, 78, 0.6);
}
.hover\:border-stone-600\/65:hover {
    border-color: rgba(87, 83, 78, 0.65);
}
.hover\:border-stone-600\/70:hover {
    border-color: rgba(87, 83, 78, 0.7);
}
.hover\:border-stone-600\/75:hover {
    border-color: rgba(87, 83, 78, 0.75);
}
.hover\:border-stone-600\/80:hover {
    border-color: rgba(87, 83, 78, 0.8);
}
.hover\:border-stone-600\/85:hover {
    border-color: rgba(87, 83, 78, 0.85);
}
.hover\:border-stone-600\/90:hover {
    border-color: rgba(87, 83, 78, 0.9);
}
.hover\:border-stone-600\/95:hover {
    border-color: rgba(87, 83, 78, 0.95);
}
.hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-700\/0:hover {
    border-color: rgba(68, 64, 60, 0);
}
.hover\:border-stone-700\/10:hover {
    border-color: rgba(68, 64, 60, 0.1);
}
.hover\:border-stone-700\/100:hover {
    border-color: #44403c;
}
.hover\:border-stone-700\/15:hover {
    border-color: rgba(68, 64, 60, 0.15);
}
.hover\:border-stone-700\/20:hover {
    border-color: rgba(68, 64, 60, 0.2);
}
.hover\:border-stone-700\/25:hover {
    border-color: rgba(68, 64, 60, 0.25);
}
.hover\:border-stone-700\/30:hover {
    border-color: rgba(68, 64, 60, 0.3);
}
.hover\:border-stone-700\/35:hover {
    border-color: rgba(68, 64, 60, 0.35);
}
.hover\:border-stone-700\/40:hover {
    border-color: rgba(68, 64, 60, 0.4);
}
.hover\:border-stone-700\/45:hover {
    border-color: rgba(68, 64, 60, 0.45);
}
.hover\:border-stone-700\/5:hover {
    border-color: rgba(68, 64, 60, 0.05);
}
.hover\:border-stone-700\/50:hover {
    border-color: rgba(68, 64, 60, 0.5);
}
.hover\:border-stone-700\/55:hover {
    border-color: rgba(68, 64, 60, 0.55);
}
.hover\:border-stone-700\/60:hover {
    border-color: rgba(68, 64, 60, 0.6);
}
.hover\:border-stone-700\/65:hover {
    border-color: rgba(68, 64, 60, 0.65);
}
.hover\:border-stone-700\/70:hover {
    border-color: rgba(68, 64, 60, 0.7);
}
.hover\:border-stone-700\/75:hover {
    border-color: rgba(68, 64, 60, 0.75);
}
.hover\:border-stone-700\/80:hover {
    border-color: rgba(68, 64, 60, 0.8);
}
.hover\:border-stone-700\/85:hover {
    border-color: rgba(68, 64, 60, 0.85);
}
.hover\:border-stone-700\/90:hover {
    border-color: rgba(68, 64, 60, 0.9);
}
.hover\:border-stone-700\/95:hover {
    border-color: rgba(68, 64, 60, 0.95);
}
.hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-800\/0:hover {
    border-color: rgba(41, 37, 36, 0);
}
.hover\:border-stone-800\/10:hover {
    border-color: rgba(41, 37, 36, 0.1);
}
.hover\:border-stone-800\/100:hover {
    border-color: #292524;
}
.hover\:border-stone-800\/15:hover {
    border-color: rgba(41, 37, 36, 0.15);
}
.hover\:border-stone-800\/20:hover {
    border-color: rgba(41, 37, 36, 0.2);
}
.hover\:border-stone-800\/25:hover {
    border-color: rgba(41, 37, 36, 0.25);
}
.hover\:border-stone-800\/30:hover {
    border-color: rgba(41, 37, 36, 0.3);
}
.hover\:border-stone-800\/35:hover {
    border-color: rgba(41, 37, 36, 0.35);
}
.hover\:border-stone-800\/40:hover {
    border-color: rgba(41, 37, 36, 0.4);
}
.hover\:border-stone-800\/45:hover {
    border-color: rgba(41, 37, 36, 0.45);
}
.hover\:border-stone-800\/5:hover {
    border-color: rgba(41, 37, 36, 0.05);
}
.hover\:border-stone-800\/50:hover {
    border-color: rgba(41, 37, 36, 0.5);
}
.hover\:border-stone-800\/55:hover {
    border-color: rgba(41, 37, 36, 0.55);
}
.hover\:border-stone-800\/60:hover {
    border-color: rgba(41, 37, 36, 0.6);
}
.hover\:border-stone-800\/65:hover {
    border-color: rgba(41, 37, 36, 0.65);
}
.hover\:border-stone-800\/70:hover {
    border-color: rgba(41, 37, 36, 0.7);
}
.hover\:border-stone-800\/75:hover {
    border-color: rgba(41, 37, 36, 0.75);
}
.hover\:border-stone-800\/80:hover {
    border-color: rgba(41, 37, 36, 0.8);
}
.hover\:border-stone-800\/85:hover {
    border-color: rgba(41, 37, 36, 0.85);
}
.hover\:border-stone-800\/90:hover {
    border-color: rgba(41, 37, 36, 0.9);
}
.hover\:border-stone-800\/95:hover {
    border-color: rgba(41, 37, 36, 0.95);
}
.hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-900\/0:hover {
    border-color: rgba(28, 25, 23, 0);
}
.hover\:border-stone-900\/10:hover {
    border-color: rgba(28, 25, 23, 0.1);
}
.hover\:border-stone-900\/100:hover {
    border-color: #1c1917;
}
.hover\:border-stone-900\/15:hover {
    border-color: rgba(28, 25, 23, 0.15);
}
.hover\:border-stone-900\/20:hover {
    border-color: rgba(28, 25, 23, 0.2);
}
.hover\:border-stone-900\/25:hover {
    border-color: rgba(28, 25, 23, 0.25);
}
.hover\:border-stone-900\/30:hover {
    border-color: rgba(28, 25, 23, 0.3);
}
.hover\:border-stone-900\/35:hover {
    border-color: rgba(28, 25, 23, 0.35);
}
.hover\:border-stone-900\/40:hover {
    border-color: rgba(28, 25, 23, 0.4);
}
.hover\:border-stone-900\/45:hover {
    border-color: rgba(28, 25, 23, 0.45);
}
.hover\:border-stone-900\/5:hover {
    border-color: rgba(28, 25, 23, 0.05);
}
.hover\:border-stone-900\/50:hover {
    border-color: rgba(28, 25, 23, 0.5);
}
.hover\:border-stone-900\/55:hover {
    border-color: rgba(28, 25, 23, 0.55);
}
.hover\:border-stone-900\/60:hover {
    border-color: rgba(28, 25, 23, 0.6);
}
.hover\:border-stone-900\/65:hover {
    border-color: rgba(28, 25, 23, 0.65);
}
.hover\:border-stone-900\/70:hover {
    border-color: rgba(28, 25, 23, 0.7);
}
.hover\:border-stone-900\/75:hover {
    border-color: rgba(28, 25, 23, 0.75);
}
.hover\:border-stone-900\/80:hover {
    border-color: rgba(28, 25, 23, 0.8);
}
.hover\:border-stone-900\/85:hover {
    border-color: rgba(28, 25, 23, 0.85);
}
.hover\:border-stone-900\/90:hover {
    border-color: rgba(28, 25, 23, 0.9);
}
.hover\:border-stone-900\/95:hover {
    border-color: rgba(28, 25, 23, 0.95);
}
.hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-100\/0:hover {
    border-color: rgba(204, 251, 241, 0);
}
.hover\:border-teal-100\/10:hover {
    border-color: rgba(204, 251, 241, 0.1);
}
.hover\:border-teal-100\/100:hover {
    border-color: #ccfbf1;
}
.hover\:border-teal-100\/15:hover {
    border-color: rgba(204, 251, 241, 0.15);
}
.hover\:border-teal-100\/20:hover {
    border-color: rgba(204, 251, 241, 0.2);
}
.hover\:border-teal-100\/25:hover {
    border-color: rgba(204, 251, 241, 0.25);
}
.hover\:border-teal-100\/30:hover {
    border-color: rgba(204, 251, 241, 0.3);
}
.hover\:border-teal-100\/35:hover {
    border-color: rgba(204, 251, 241, 0.35);
}
.hover\:border-teal-100\/40:hover {
    border-color: rgba(204, 251, 241, 0.4);
}
.hover\:border-teal-100\/45:hover {
    border-color: rgba(204, 251, 241, 0.45);
}
.hover\:border-teal-100\/5:hover {
    border-color: rgba(204, 251, 241, 0.05);
}
.hover\:border-teal-100\/50:hover {
    border-color: rgba(204, 251, 241, 0.5);
}
.hover\:border-teal-100\/55:hover {
    border-color: rgba(204, 251, 241, 0.55);
}
.hover\:border-teal-100\/60:hover {
    border-color: rgba(204, 251, 241, 0.6);
}
.hover\:border-teal-100\/65:hover {
    border-color: rgba(204, 251, 241, 0.65);
}
.hover\:border-teal-100\/70:hover {
    border-color: rgba(204, 251, 241, 0.7);
}
.hover\:border-teal-100\/75:hover {
    border-color: rgba(204, 251, 241, 0.75);
}
.hover\:border-teal-100\/80:hover {
    border-color: rgba(204, 251, 241, 0.8);
}
.hover\:border-teal-100\/85:hover {
    border-color: rgba(204, 251, 241, 0.85);
}
.hover\:border-teal-100\/90:hover {
    border-color: rgba(204, 251, 241, 0.9);
}
.hover\:border-teal-100\/95:hover {
    border-color: rgba(204, 251, 241, 0.95);
}
.hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-200\/0:hover {
    border-color: rgba(153, 246, 228, 0);
}
.hover\:border-teal-200\/10:hover {
    border-color: rgba(153, 246, 228, 0.1);
}
.hover\:border-teal-200\/100:hover {
    border-color: #99f6e4;
}
.hover\:border-teal-200\/15:hover {
    border-color: rgba(153, 246, 228, 0.15);
}
.hover\:border-teal-200\/20:hover {
    border-color: rgba(153, 246, 228, 0.2);
}
.hover\:border-teal-200\/25:hover {
    border-color: rgba(153, 246, 228, 0.25);
}
.hover\:border-teal-200\/30:hover {
    border-color: rgba(153, 246, 228, 0.3);
}
.hover\:border-teal-200\/35:hover {
    border-color: rgba(153, 246, 228, 0.35);
}
.hover\:border-teal-200\/40:hover {
    border-color: rgba(153, 246, 228, 0.4);
}
.hover\:border-teal-200\/45:hover {
    border-color: rgba(153, 246, 228, 0.45);
}
.hover\:border-teal-200\/5:hover {
    border-color: rgba(153, 246, 228, 0.05);
}
.hover\:border-teal-200\/50:hover {
    border-color: rgba(153, 246, 228, 0.5);
}
.hover\:border-teal-200\/55:hover {
    border-color: rgba(153, 246, 228, 0.55);
}
.hover\:border-teal-200\/60:hover {
    border-color: rgba(153, 246, 228, 0.6);
}
.hover\:border-teal-200\/65:hover {
    border-color: rgba(153, 246, 228, 0.65);
}
.hover\:border-teal-200\/70:hover {
    border-color: rgba(153, 246, 228, 0.7);
}
.hover\:border-teal-200\/75:hover {
    border-color: rgba(153, 246, 228, 0.75);
}
.hover\:border-teal-200\/80:hover {
    border-color: rgba(153, 246, 228, 0.8);
}
.hover\:border-teal-200\/85:hover {
    border-color: rgba(153, 246, 228, 0.85);
}
.hover\:border-teal-200\/90:hover {
    border-color: rgba(153, 246, 228, 0.9);
}
.hover\:border-teal-200\/95:hover {
    border-color: rgba(153, 246, 228, 0.95);
}
.hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-300\/0:hover {
    border-color: rgba(94, 234, 212, 0);
}
.hover\:border-teal-300\/10:hover {
    border-color: rgba(94, 234, 212, 0.1);
}
.hover\:border-teal-300\/100:hover {
    border-color: #5eead4;
}
.hover\:border-teal-300\/15:hover {
    border-color: rgba(94, 234, 212, 0.15);
}
.hover\:border-teal-300\/20:hover {
    border-color: rgba(94, 234, 212, 0.2);
}
.hover\:border-teal-300\/25:hover {
    border-color: rgba(94, 234, 212, 0.25);
}
.hover\:border-teal-300\/30:hover {
    border-color: rgba(94, 234, 212, 0.3);
}
.hover\:border-teal-300\/35:hover {
    border-color: rgba(94, 234, 212, 0.35);
}
.hover\:border-teal-300\/40:hover {
    border-color: rgba(94, 234, 212, 0.4);
}
.hover\:border-teal-300\/45:hover {
    border-color: rgba(94, 234, 212, 0.45);
}
.hover\:border-teal-300\/5:hover {
    border-color: rgba(94, 234, 212, 0.05);
}
.hover\:border-teal-300\/50:hover {
    border-color: rgba(94, 234, 212, 0.5);
}
.hover\:border-teal-300\/55:hover {
    border-color: rgba(94, 234, 212, 0.55);
}
.hover\:border-teal-300\/60:hover {
    border-color: rgba(94, 234, 212, 0.6);
}
.hover\:border-teal-300\/65:hover {
    border-color: rgba(94, 234, 212, 0.65);
}
.hover\:border-teal-300\/70:hover {
    border-color: rgba(94, 234, 212, 0.7);
}
.hover\:border-teal-300\/75:hover {
    border-color: rgba(94, 234, 212, 0.75);
}
.hover\:border-teal-300\/80:hover {
    border-color: rgba(94, 234, 212, 0.8);
}
.hover\:border-teal-300\/85:hover {
    border-color: rgba(94, 234, 212, 0.85);
}
.hover\:border-teal-300\/90:hover {
    border-color: rgba(94, 234, 212, 0.9);
}
.hover\:border-teal-300\/95:hover {
    border-color: rgba(94, 234, 212, 0.95);
}
.hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-400\/0:hover {
    border-color: rgba(45, 212, 191, 0);
}
.hover\:border-teal-400\/10:hover {
    border-color: rgba(45, 212, 191, 0.1);
}
.hover\:border-teal-400\/100:hover {
    border-color: #2dd4bf;
}
.hover\:border-teal-400\/15:hover {
    border-color: rgba(45, 212, 191, 0.15);
}
.hover\:border-teal-400\/20:hover {
    border-color: rgba(45, 212, 191, 0.2);
}
.hover\:border-teal-400\/25:hover {
    border-color: rgba(45, 212, 191, 0.25);
}
.hover\:border-teal-400\/30:hover {
    border-color: rgba(45, 212, 191, 0.3);
}
.hover\:border-teal-400\/35:hover {
    border-color: rgba(45, 212, 191, 0.35);
}
.hover\:border-teal-400\/40:hover {
    border-color: rgba(45, 212, 191, 0.4);
}
.hover\:border-teal-400\/45:hover {
    border-color: rgba(45, 212, 191, 0.45);
}
.hover\:border-teal-400\/5:hover {
    border-color: rgba(45, 212, 191, 0.05);
}
.hover\:border-teal-400\/50:hover {
    border-color: rgba(45, 212, 191, 0.5);
}
.hover\:border-teal-400\/55:hover {
    border-color: rgba(45, 212, 191, 0.55);
}
.hover\:border-teal-400\/60:hover {
    border-color: rgba(45, 212, 191, 0.6);
}
.hover\:border-teal-400\/65:hover {
    border-color: rgba(45, 212, 191, 0.65);
}
.hover\:border-teal-400\/70:hover {
    border-color: rgba(45, 212, 191, 0.7);
}
.hover\:border-teal-400\/75:hover {
    border-color: rgba(45, 212, 191, 0.75);
}
.hover\:border-teal-400\/80:hover {
    border-color: rgba(45, 212, 191, 0.8);
}
.hover\:border-teal-400\/85:hover {
    border-color: rgba(45, 212, 191, 0.85);
}
.hover\:border-teal-400\/90:hover {
    border-color: rgba(45, 212, 191, 0.9);
}
.hover\:border-teal-400\/95:hover {
    border-color: rgba(45, 212, 191, 0.95);
}
.hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-50\/0:hover {
    border-color: rgba(240, 253, 250, 0);
}
.hover\:border-teal-50\/10:hover {
    border-color: rgba(240, 253, 250, 0.1);
}
.hover\:border-teal-50\/100:hover {
    border-color: #f0fdfa;
}
.hover\:border-teal-50\/15:hover {
    border-color: rgba(240, 253, 250, 0.15);
}
.hover\:border-teal-50\/20:hover {
    border-color: rgba(240, 253, 250, 0.2);
}
.hover\:border-teal-50\/25:hover {
    border-color: rgba(240, 253, 250, 0.25);
}
.hover\:border-teal-50\/30:hover {
    border-color: rgba(240, 253, 250, 0.3);
}
.hover\:border-teal-50\/35:hover {
    border-color: rgba(240, 253, 250, 0.35);
}
.hover\:border-teal-50\/40:hover {
    border-color: rgba(240, 253, 250, 0.4);
}
.hover\:border-teal-50\/45:hover {
    border-color: rgba(240, 253, 250, 0.45);
}
.hover\:border-teal-50\/5:hover {
    border-color: rgba(240, 253, 250, 0.05);
}
.hover\:border-teal-50\/50:hover {
    border-color: rgba(240, 253, 250, 0.5);
}
.hover\:border-teal-50\/55:hover {
    border-color: rgba(240, 253, 250, 0.55);
}
.hover\:border-teal-50\/60:hover {
    border-color: rgba(240, 253, 250, 0.6);
}
.hover\:border-teal-50\/65:hover {
    border-color: rgba(240, 253, 250, 0.65);
}
.hover\:border-teal-50\/70:hover {
    border-color: rgba(240, 253, 250, 0.7);
}
.hover\:border-teal-50\/75:hover {
    border-color: rgba(240, 253, 250, 0.75);
}
.hover\:border-teal-50\/80:hover {
    border-color: rgba(240, 253, 250, 0.8);
}
.hover\:border-teal-50\/85:hover {
    border-color: rgba(240, 253, 250, 0.85);
}
.hover\:border-teal-50\/90:hover {
    border-color: rgba(240, 253, 250, 0.9);
}
.hover\:border-teal-50\/95:hover {
    border-color: rgba(240, 253, 250, 0.95);
}
.hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-500\/0:hover {
    border-color: rgba(20, 184, 166, 0);
}
.hover\:border-teal-500\/10:hover {
    border-color: rgba(20, 184, 166, 0.1);
}
.hover\:border-teal-500\/100:hover {
    border-color: #14b8a6;
}
.hover\:border-teal-500\/15:hover {
    border-color: rgba(20, 184, 166, 0.15);
}
.hover\:border-teal-500\/20:hover {
    border-color: rgba(20, 184, 166, 0.2);
}
.hover\:border-teal-500\/25:hover {
    border-color: rgba(20, 184, 166, 0.25);
}
.hover\:border-teal-500\/30:hover {
    border-color: rgba(20, 184, 166, 0.3);
}
.hover\:border-teal-500\/35:hover {
    border-color: rgba(20, 184, 166, 0.35);
}
.hover\:border-teal-500\/40:hover {
    border-color: rgba(20, 184, 166, 0.4);
}
.hover\:border-teal-500\/45:hover {
    border-color: rgba(20, 184, 166, 0.45);
}
.hover\:border-teal-500\/5:hover {
    border-color: rgba(20, 184, 166, 0.05);
}
.hover\:border-teal-500\/50:hover {
    border-color: rgba(20, 184, 166, 0.5);
}
.hover\:border-teal-500\/55:hover {
    border-color: rgba(20, 184, 166, 0.55);
}
.hover\:border-teal-500\/60:hover {
    border-color: rgba(20, 184, 166, 0.6);
}
.hover\:border-teal-500\/65:hover {
    border-color: rgba(20, 184, 166, 0.65);
}
.hover\:border-teal-500\/70:hover {
    border-color: rgba(20, 184, 166, 0.7);
}
.hover\:border-teal-500\/75:hover {
    border-color: rgba(20, 184, 166, 0.75);
}
.hover\:border-teal-500\/80:hover {
    border-color: rgba(20, 184, 166, 0.8);
}
.hover\:border-teal-500\/85:hover {
    border-color: rgba(20, 184, 166, 0.85);
}
.hover\:border-teal-500\/90:hover {
    border-color: rgba(20, 184, 166, 0.9);
}
.hover\:border-teal-500\/95:hover {
    border-color: rgba(20, 184, 166, 0.95);
}
.hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-600\/0:hover {
    border-color: rgba(13, 148, 136, 0);
}
.hover\:border-teal-600\/10:hover {
    border-color: rgba(13, 148, 136, 0.1);
}
.hover\:border-teal-600\/100:hover {
    border-color: #0d9488;
}
.hover\:border-teal-600\/15:hover {
    border-color: rgba(13, 148, 136, 0.15);
}
.hover\:border-teal-600\/20:hover {
    border-color: rgba(13, 148, 136, 0.2);
}
.hover\:border-teal-600\/25:hover {
    border-color: rgba(13, 148, 136, 0.25);
}
.hover\:border-teal-600\/30:hover {
    border-color: rgba(13, 148, 136, 0.3);
}
.hover\:border-teal-600\/35:hover {
    border-color: rgba(13, 148, 136, 0.35);
}
.hover\:border-teal-600\/40:hover {
    border-color: rgba(13, 148, 136, 0.4);
}
.hover\:border-teal-600\/45:hover {
    border-color: rgba(13, 148, 136, 0.45);
}
.hover\:border-teal-600\/5:hover {
    border-color: rgba(13, 148, 136, 0.05);
}
.hover\:border-teal-600\/50:hover {
    border-color: rgba(13, 148, 136, 0.5);
}
.hover\:border-teal-600\/55:hover {
    border-color: rgba(13, 148, 136, 0.55);
}
.hover\:border-teal-600\/60:hover {
    border-color: rgba(13, 148, 136, 0.6);
}
.hover\:border-teal-600\/65:hover {
    border-color: rgba(13, 148, 136, 0.65);
}
.hover\:border-teal-600\/70:hover {
    border-color: rgba(13, 148, 136, 0.7);
}
.hover\:border-teal-600\/75:hover {
    border-color: rgba(13, 148, 136, 0.75);
}
.hover\:border-teal-600\/80:hover {
    border-color: rgba(13, 148, 136, 0.8);
}
.hover\:border-teal-600\/85:hover {
    border-color: rgba(13, 148, 136, 0.85);
}
.hover\:border-teal-600\/90:hover {
    border-color: rgba(13, 148, 136, 0.9);
}
.hover\:border-teal-600\/95:hover {
    border-color: rgba(13, 148, 136, 0.95);
}
.hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-700\/0:hover {
    border-color: rgba(15, 118, 110, 0);
}
.hover\:border-teal-700\/10:hover {
    border-color: rgba(15, 118, 110, 0.1);
}
.hover\:border-teal-700\/100:hover {
    border-color: #0f766e;
}
.hover\:border-teal-700\/15:hover {
    border-color: rgba(15, 118, 110, 0.15);
}
.hover\:border-teal-700\/20:hover {
    border-color: rgba(15, 118, 110, 0.2);
}
.hover\:border-teal-700\/25:hover {
    border-color: rgba(15, 118, 110, 0.25);
}
.hover\:border-teal-700\/30:hover {
    border-color: rgba(15, 118, 110, 0.3);
}
.hover\:border-teal-700\/35:hover {
    border-color: rgba(15, 118, 110, 0.35);
}
.hover\:border-teal-700\/40:hover {
    border-color: rgba(15, 118, 110, 0.4);
}
.hover\:border-teal-700\/45:hover {
    border-color: rgba(15, 118, 110, 0.45);
}
.hover\:border-teal-700\/5:hover {
    border-color: rgba(15, 118, 110, 0.05);
}
.hover\:border-teal-700\/50:hover {
    border-color: rgba(15, 118, 110, 0.5);
}
.hover\:border-teal-700\/55:hover {
    border-color: rgba(15, 118, 110, 0.55);
}
.hover\:border-teal-700\/60:hover {
    border-color: rgba(15, 118, 110, 0.6);
}
.hover\:border-teal-700\/65:hover {
    border-color: rgba(15, 118, 110, 0.65);
}
.hover\:border-teal-700\/70:hover {
    border-color: rgba(15, 118, 110, 0.7);
}
.hover\:border-teal-700\/75:hover {
    border-color: rgba(15, 118, 110, 0.75);
}
.hover\:border-teal-700\/80:hover {
    border-color: rgba(15, 118, 110, 0.8);
}
.hover\:border-teal-700\/85:hover {
    border-color: rgba(15, 118, 110, 0.85);
}
.hover\:border-teal-700\/90:hover {
    border-color: rgba(15, 118, 110, 0.9);
}
.hover\:border-teal-700\/95:hover {
    border-color: rgba(15, 118, 110, 0.95);
}
.hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-800\/0:hover {
    border-color: rgba(17, 94, 89, 0);
}
.hover\:border-teal-800\/10:hover {
    border-color: rgba(17, 94, 89, 0.1);
}
.hover\:border-teal-800\/100:hover {
    border-color: #115e59;
}
.hover\:border-teal-800\/15:hover {
    border-color: rgba(17, 94, 89, 0.15);
}
.hover\:border-teal-800\/20:hover {
    border-color: rgba(17, 94, 89, 0.2);
}
.hover\:border-teal-800\/25:hover {
    border-color: rgba(17, 94, 89, 0.25);
}
.hover\:border-teal-800\/30:hover {
    border-color: rgba(17, 94, 89, 0.3);
}
.hover\:border-teal-800\/35:hover {
    border-color: rgba(17, 94, 89, 0.35);
}
.hover\:border-teal-800\/40:hover {
    border-color: rgba(17, 94, 89, 0.4);
}
.hover\:border-teal-800\/45:hover {
    border-color: rgba(17, 94, 89, 0.45);
}
.hover\:border-teal-800\/5:hover {
    border-color: rgba(17, 94, 89, 0.05);
}
.hover\:border-teal-800\/50:hover {
    border-color: rgba(17, 94, 89, 0.5);
}
.hover\:border-teal-800\/55:hover {
    border-color: rgba(17, 94, 89, 0.55);
}
.hover\:border-teal-800\/60:hover {
    border-color: rgba(17, 94, 89, 0.6);
}
.hover\:border-teal-800\/65:hover {
    border-color: rgba(17, 94, 89, 0.65);
}
.hover\:border-teal-800\/70:hover {
    border-color: rgba(17, 94, 89, 0.7);
}
.hover\:border-teal-800\/75:hover {
    border-color: rgba(17, 94, 89, 0.75);
}
.hover\:border-teal-800\/80:hover {
    border-color: rgba(17, 94, 89, 0.8);
}
.hover\:border-teal-800\/85:hover {
    border-color: rgba(17, 94, 89, 0.85);
}
.hover\:border-teal-800\/90:hover {
    border-color: rgba(17, 94, 89, 0.9);
}
.hover\:border-teal-800\/95:hover {
    border-color: rgba(17, 94, 89, 0.95);
}
.hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-900\/0:hover {
    border-color: rgba(19, 78, 74, 0);
}
.hover\:border-teal-900\/10:hover {
    border-color: rgba(19, 78, 74, 0.1);
}
.hover\:border-teal-900\/100:hover {
    border-color: #134e4a;
}
.hover\:border-teal-900\/15:hover {
    border-color: rgba(19, 78, 74, 0.15);
}
.hover\:border-teal-900\/20:hover {
    border-color: rgba(19, 78, 74, 0.2);
}
.hover\:border-teal-900\/25:hover {
    border-color: rgba(19, 78, 74, 0.25);
}
.hover\:border-teal-900\/30:hover {
    border-color: rgba(19, 78, 74, 0.3);
}
.hover\:border-teal-900\/35:hover {
    border-color: rgba(19, 78, 74, 0.35);
}
.hover\:border-teal-900\/40:hover {
    border-color: rgba(19, 78, 74, 0.4);
}
.hover\:border-teal-900\/45:hover {
    border-color: rgba(19, 78, 74, 0.45);
}
.hover\:border-teal-900\/5:hover {
    border-color: rgba(19, 78, 74, 0.05);
}
.hover\:border-teal-900\/50:hover {
    border-color: rgba(19, 78, 74, 0.5);
}
.hover\:border-teal-900\/55:hover {
    border-color: rgba(19, 78, 74, 0.55);
}
.hover\:border-teal-900\/60:hover {
    border-color: rgba(19, 78, 74, 0.6);
}
.hover\:border-teal-900\/65:hover {
    border-color: rgba(19, 78, 74, 0.65);
}
.hover\:border-teal-900\/70:hover {
    border-color: rgba(19, 78, 74, 0.7);
}
.hover\:border-teal-900\/75:hover {
    border-color: rgba(19, 78, 74, 0.75);
}
.hover\:border-teal-900\/80:hover {
    border-color: rgba(19, 78, 74, 0.8);
}
.hover\:border-teal-900\/85:hover {
    border-color: rgba(19, 78, 74, 0.85);
}
.hover\:border-teal-900\/90:hover {
    border-color: rgba(19, 78, 74, 0.9);
}
.hover\:border-teal-900\/95:hover {
    border-color: rgba(19, 78, 74, 0.95);
}
.hover\:border-transparent:hover {
    border-color: transparent;
}
.hover\:border-truegray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-100\/0:hover {
    border-color: hsla(0, 0%, 96%, 0);
}
.hover\:border-truegray-100\/10:hover {
    border-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:border-truegray-100\/100:hover {
    border-color: #f5f5f5;
}
.hover\:border-truegray-100\/15:hover {
    border-color: hsla(0, 0%, 96%, 0.15);
}
.hover\:border-truegray-100\/20:hover {
    border-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:border-truegray-100\/25:hover {
    border-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:border-truegray-100\/30:hover {
    border-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:border-truegray-100\/35:hover {
    border-color: hsla(0, 0%, 96%, 0.35);
}
.hover\:border-truegray-100\/40:hover {
    border-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:border-truegray-100\/45:hover {
    border-color: hsla(0, 0%, 96%, 0.45);
}
.hover\:border-truegray-100\/5:hover {
    border-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:border-truegray-100\/50:hover {
    border-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:border-truegray-100\/55:hover {
    border-color: hsla(0, 0%, 96%, 0.55);
}
.hover\:border-truegray-100\/60:hover {
    border-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:border-truegray-100\/65:hover {
    border-color: hsla(0, 0%, 96%, 0.65);
}
.hover\:border-truegray-100\/70:hover {
    border-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:border-truegray-100\/75:hover {
    border-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:border-truegray-100\/80:hover {
    border-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:border-truegray-100\/85:hover {
    border-color: hsla(0, 0%, 96%, 0.85);
}
.hover\:border-truegray-100\/90:hover {
    border-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:border-truegray-100\/95:hover {
    border-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:border-truegray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-200\/0:hover {
    border-color: hsla(0, 0%, 90%, 0);
}
.hover\:border-truegray-200\/10:hover {
    border-color: hsla(0, 0%, 90%, 0.1);
}
.hover\:border-truegray-200\/100:hover {
    border-color: #e5e5e5;
}
.hover\:border-truegray-200\/15:hover {
    border-color: hsla(0, 0%, 90%, 0.15);
}
.hover\:border-truegray-200\/20:hover {
    border-color: hsla(0, 0%, 90%, 0.2);
}
.hover\:border-truegray-200\/25:hover {
    border-color: hsla(0, 0%, 90%, 0.25);
}
.hover\:border-truegray-200\/30:hover {
    border-color: hsla(0, 0%, 90%, 0.3);
}
.hover\:border-truegray-200\/35:hover {
    border-color: hsla(0, 0%, 90%, 0.35);
}
.hover\:border-truegray-200\/40:hover {
    border-color: hsla(0, 0%, 90%, 0.4);
}
.hover\:border-truegray-200\/45:hover {
    border-color: hsla(0, 0%, 90%, 0.45);
}
.hover\:border-truegray-200\/5:hover {
    border-color: hsla(0, 0%, 90%, 0.05);
}
.hover\:border-truegray-200\/50:hover {
    border-color: hsla(0, 0%, 90%, 0.5);
}
.hover\:border-truegray-200\/55:hover {
    border-color: hsla(0, 0%, 90%, 0.55);
}
.hover\:border-truegray-200\/60:hover {
    border-color: hsla(0, 0%, 90%, 0.6);
}
.hover\:border-truegray-200\/65:hover {
    border-color: hsla(0, 0%, 90%, 0.65);
}
.hover\:border-truegray-200\/70:hover {
    border-color: hsla(0, 0%, 90%, 0.7);
}
.hover\:border-truegray-200\/75:hover {
    border-color: hsla(0, 0%, 90%, 0.75);
}
.hover\:border-truegray-200\/80:hover {
    border-color: hsla(0, 0%, 90%, 0.8);
}
.hover\:border-truegray-200\/85:hover {
    border-color: hsla(0, 0%, 90%, 0.85);
}
.hover\:border-truegray-200\/90:hover {
    border-color: hsla(0, 0%, 90%, 0.9);
}
.hover\:border-truegray-200\/95:hover {
    border-color: hsla(0, 0%, 90%, 0.95);
}
.hover\:border-truegray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-300\/0:hover {
    border-color: hsla(0, 0%, 83%, 0);
}
.hover\:border-truegray-300\/10:hover {
    border-color: hsla(0, 0%, 83%, 0.1);
}
.hover\:border-truegray-300\/100:hover {
    border-color: #d4d4d4;
}
.hover\:border-truegray-300\/15:hover {
    border-color: hsla(0, 0%, 83%, 0.15);
}
.hover\:border-truegray-300\/20:hover {
    border-color: hsla(0, 0%, 83%, 0.2);
}
.hover\:border-truegray-300\/25:hover {
    border-color: hsla(0, 0%, 83%, 0.25);
}
.hover\:border-truegray-300\/30:hover {
    border-color: hsla(0, 0%, 83%, 0.3);
}
.hover\:border-truegray-300\/35:hover {
    border-color: hsla(0, 0%, 83%, 0.35);
}
.hover\:border-truegray-300\/40:hover {
    border-color: hsla(0, 0%, 83%, 0.4);
}
.hover\:border-truegray-300\/45:hover {
    border-color: hsla(0, 0%, 83%, 0.45);
}
.hover\:border-truegray-300\/5:hover {
    border-color: hsla(0, 0%, 83%, 0.05);
}
.hover\:border-truegray-300\/50:hover {
    border-color: hsla(0, 0%, 83%, 0.5);
}
.hover\:border-truegray-300\/55:hover {
    border-color: hsla(0, 0%, 83%, 0.55);
}
.hover\:border-truegray-300\/60:hover {
    border-color: hsla(0, 0%, 83%, 0.6);
}
.hover\:border-truegray-300\/65:hover {
    border-color: hsla(0, 0%, 83%, 0.65);
}
.hover\:border-truegray-300\/70:hover {
    border-color: hsla(0, 0%, 83%, 0.7);
}
.hover\:border-truegray-300\/75:hover {
    border-color: hsla(0, 0%, 83%, 0.75);
}
.hover\:border-truegray-300\/80:hover {
    border-color: hsla(0, 0%, 83%, 0.8);
}
.hover\:border-truegray-300\/85:hover {
    border-color: hsla(0, 0%, 83%, 0.85);
}
.hover\:border-truegray-300\/90:hover {
    border-color: hsla(0, 0%, 83%, 0.9);
}
.hover\:border-truegray-300\/95:hover {
    border-color: hsla(0, 0%, 83%, 0.95);
}
.hover\:border-truegray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-400\/0:hover {
    border-color: hsla(0, 0%, 64%, 0);
}
.hover\:border-truegray-400\/10:hover {
    border-color: hsla(0, 0%, 64%, 0.1);
}
.hover\:border-truegray-400\/100:hover {
    border-color: #a3a3a3;
}
.hover\:border-truegray-400\/15:hover {
    border-color: hsla(0, 0%, 64%, 0.15);
}
.hover\:border-truegray-400\/20:hover {
    border-color: hsla(0, 0%, 64%, 0.2);
}
.hover\:border-truegray-400\/25:hover {
    border-color: hsla(0, 0%, 64%, 0.25);
}
.hover\:border-truegray-400\/30:hover {
    border-color: hsla(0, 0%, 64%, 0.3);
}
.hover\:border-truegray-400\/35:hover {
    border-color: hsla(0, 0%, 64%, 0.35);
}
.hover\:border-truegray-400\/40:hover {
    border-color: hsla(0, 0%, 64%, 0.4);
}
.hover\:border-truegray-400\/45:hover {
    border-color: hsla(0, 0%, 64%, 0.45);
}
.hover\:border-truegray-400\/5:hover {
    border-color: hsla(0, 0%, 64%, 0.05);
}
.hover\:border-truegray-400\/50:hover {
    border-color: hsla(0, 0%, 64%, 0.5);
}
.hover\:border-truegray-400\/55:hover {
    border-color: hsla(0, 0%, 64%, 0.55);
}
.hover\:border-truegray-400\/60:hover {
    border-color: hsla(0, 0%, 64%, 0.6);
}
.hover\:border-truegray-400\/65:hover {
    border-color: hsla(0, 0%, 64%, 0.65);
}
.hover\:border-truegray-400\/70:hover {
    border-color: hsla(0, 0%, 64%, 0.7);
}
.hover\:border-truegray-400\/75:hover {
    border-color: hsla(0, 0%, 64%, 0.75);
}
.hover\:border-truegray-400\/80:hover {
    border-color: hsla(0, 0%, 64%, 0.8);
}
.hover\:border-truegray-400\/85:hover {
    border-color: hsla(0, 0%, 64%, 0.85);
}
.hover\:border-truegray-400\/90:hover {
    border-color: hsla(0, 0%, 64%, 0.9);
}
.hover\:border-truegray-400\/95:hover {
    border-color: hsla(0, 0%, 64%, 0.95);
}
.hover\:border-truegray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-50\/0:hover {
    border-color: hsla(0, 0%, 98%, 0);
}
.hover\:border-truegray-50\/10:hover {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:border-truegray-50\/100:hover {
    border-color: #fafafa;
}
.hover\:border-truegray-50\/15:hover {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:border-truegray-50\/20:hover {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:border-truegray-50\/25:hover {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:border-truegray-50\/30:hover {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:border-truegray-50\/35:hover {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:border-truegray-50\/40:hover {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:border-truegray-50\/45:hover {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:border-truegray-50\/5:hover {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:border-truegray-50\/50:hover {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:border-truegray-50\/55:hover {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:border-truegray-50\/60:hover {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:border-truegray-50\/65:hover {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:border-truegray-50\/70:hover {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:border-truegray-50\/75:hover {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:border-truegray-50\/80:hover {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:border-truegray-50\/85:hover {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:border-truegray-50\/90:hover {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:border-truegray-50\/95:hover {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:border-truegray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-500\/0:hover {
    border-color: hsla(0, 0%, 45%, 0);
}
.hover\:border-truegray-500\/10:hover {
    border-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:border-truegray-500\/100:hover {
    border-color: #737373;
}
.hover\:border-truegray-500\/15:hover {
    border-color: hsla(0, 0%, 45%, 0.15);
}
.hover\:border-truegray-500\/20:hover {
    border-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:border-truegray-500\/25:hover {
    border-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:border-truegray-500\/30:hover {
    border-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:border-truegray-500\/35:hover {
    border-color: hsla(0, 0%, 45%, 0.35);
}
.hover\:border-truegray-500\/40:hover {
    border-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:border-truegray-500\/45:hover {
    border-color: hsla(0, 0%, 45%, 0.45);
}
.hover\:border-truegray-500\/5:hover {
    border-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:border-truegray-500\/50:hover {
    border-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:border-truegray-500\/55:hover {
    border-color: hsla(0, 0%, 45%, 0.55);
}
.hover\:border-truegray-500\/60:hover {
    border-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:border-truegray-500\/65:hover {
    border-color: hsla(0, 0%, 45%, 0.65);
}
.hover\:border-truegray-500\/70:hover {
    border-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:border-truegray-500\/75:hover {
    border-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:border-truegray-500\/80:hover {
    border-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:border-truegray-500\/85:hover {
    border-color: hsla(0, 0%, 45%, 0.85);
}
.hover\:border-truegray-500\/90:hover {
    border-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:border-truegray-500\/95:hover {
    border-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:border-truegray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-600\/0:hover {
    border-color: rgba(82, 82, 82, 0);
}
.hover\:border-truegray-600\/10:hover {
    border-color: rgba(82, 82, 82, 0.1);
}
.hover\:border-truegray-600\/100:hover {
    border-color: #525252;
}
.hover\:border-truegray-600\/15:hover {
    border-color: rgba(82, 82, 82, 0.15);
}
.hover\:border-truegray-600\/20:hover {
    border-color: rgba(82, 82, 82, 0.2);
}
.hover\:border-truegray-600\/25:hover {
    border-color: rgba(82, 82, 82, 0.25);
}
.hover\:border-truegray-600\/30:hover {
    border-color: rgba(82, 82, 82, 0.3);
}
.hover\:border-truegray-600\/35:hover {
    border-color: rgba(82, 82, 82, 0.35);
}
.hover\:border-truegray-600\/40:hover {
    border-color: rgba(82, 82, 82, 0.4);
}
.hover\:border-truegray-600\/45:hover {
    border-color: rgba(82, 82, 82, 0.45);
}
.hover\:border-truegray-600\/5:hover {
    border-color: rgba(82, 82, 82, 0.05);
}
.hover\:border-truegray-600\/50:hover {
    border-color: rgba(82, 82, 82, 0.5);
}
.hover\:border-truegray-600\/55:hover {
    border-color: rgba(82, 82, 82, 0.55);
}
.hover\:border-truegray-600\/60:hover {
    border-color: rgba(82, 82, 82, 0.6);
}
.hover\:border-truegray-600\/65:hover {
    border-color: rgba(82, 82, 82, 0.65);
}
.hover\:border-truegray-600\/70:hover {
    border-color: rgba(82, 82, 82, 0.7);
}
.hover\:border-truegray-600\/75:hover {
    border-color: rgba(82, 82, 82, 0.75);
}
.hover\:border-truegray-600\/80:hover {
    border-color: rgba(82, 82, 82, 0.8);
}
.hover\:border-truegray-600\/85:hover {
    border-color: rgba(82, 82, 82, 0.85);
}
.hover\:border-truegray-600\/90:hover {
    border-color: rgba(82, 82, 82, 0.9);
}
.hover\:border-truegray-600\/95:hover {
    border-color: rgba(82, 82, 82, 0.95);
}
.hover\:border-truegray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-700\/0:hover {
    border-color: rgba(64, 64, 64, 0);
}
.hover\:border-truegray-700\/10:hover {
    border-color: rgba(64, 64, 64, 0.1);
}
.hover\:border-truegray-700\/100:hover {
    border-color: #404040;
}
.hover\:border-truegray-700\/15:hover {
    border-color: rgba(64, 64, 64, 0.15);
}
.hover\:border-truegray-700\/20:hover {
    border-color: rgba(64, 64, 64, 0.2);
}
.hover\:border-truegray-700\/25:hover {
    border-color: rgba(64, 64, 64, 0.25);
}
.hover\:border-truegray-700\/30:hover {
    border-color: rgba(64, 64, 64, 0.3);
}
.hover\:border-truegray-700\/35:hover {
    border-color: rgba(64, 64, 64, 0.35);
}
.hover\:border-truegray-700\/40:hover {
    border-color: rgba(64, 64, 64, 0.4);
}
.hover\:border-truegray-700\/45:hover {
    border-color: rgba(64, 64, 64, 0.45);
}
.hover\:border-truegray-700\/5:hover {
    border-color: rgba(64, 64, 64, 0.05);
}
.hover\:border-truegray-700\/50:hover {
    border-color: rgba(64, 64, 64, 0.5);
}
.hover\:border-truegray-700\/55:hover {
    border-color: rgba(64, 64, 64, 0.55);
}
.hover\:border-truegray-700\/60:hover {
    border-color: rgba(64, 64, 64, 0.6);
}
.hover\:border-truegray-700\/65:hover {
    border-color: rgba(64, 64, 64, 0.65);
}
.hover\:border-truegray-700\/70:hover {
    border-color: rgba(64, 64, 64, 0.7);
}
.hover\:border-truegray-700\/75:hover {
    border-color: rgba(64, 64, 64, 0.75);
}
.hover\:border-truegray-700\/80:hover {
    border-color: rgba(64, 64, 64, 0.8);
}
.hover\:border-truegray-700\/85:hover {
    border-color: rgba(64, 64, 64, 0.85);
}
.hover\:border-truegray-700\/90:hover {
    border-color: rgba(64, 64, 64, 0.9);
}
.hover\:border-truegray-700\/95:hover {
    border-color: rgba(64, 64, 64, 0.95);
}
.hover\:border-truegray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-800\/0:hover {
    border-color: rgba(38, 38, 38, 0);
}
.hover\:border-truegray-800\/10:hover {
    border-color: rgba(38, 38, 38, 0.1);
}
.hover\:border-truegray-800\/100:hover {
    border-color: #262626;
}
.hover\:border-truegray-800\/15:hover {
    border-color: rgba(38, 38, 38, 0.15);
}
.hover\:border-truegray-800\/20:hover {
    border-color: rgba(38, 38, 38, 0.2);
}
.hover\:border-truegray-800\/25:hover {
    border-color: rgba(38, 38, 38, 0.25);
}
.hover\:border-truegray-800\/30:hover {
    border-color: rgba(38, 38, 38, 0.3);
}
.hover\:border-truegray-800\/35:hover {
    border-color: rgba(38, 38, 38, 0.35);
}
.hover\:border-truegray-800\/40:hover {
    border-color: rgba(38, 38, 38, 0.4);
}
.hover\:border-truegray-800\/45:hover {
    border-color: rgba(38, 38, 38, 0.45);
}
.hover\:border-truegray-800\/5:hover {
    border-color: rgba(38, 38, 38, 0.05);
}
.hover\:border-truegray-800\/50:hover {
    border-color: rgba(38, 38, 38, 0.5);
}
.hover\:border-truegray-800\/55:hover {
    border-color: rgba(38, 38, 38, 0.55);
}
.hover\:border-truegray-800\/60:hover {
    border-color: rgba(38, 38, 38, 0.6);
}
.hover\:border-truegray-800\/65:hover {
    border-color: rgba(38, 38, 38, 0.65);
}
.hover\:border-truegray-800\/70:hover {
    border-color: rgba(38, 38, 38, 0.7);
}
.hover\:border-truegray-800\/75:hover {
    border-color: rgba(38, 38, 38, 0.75);
}
.hover\:border-truegray-800\/80:hover {
    border-color: rgba(38, 38, 38, 0.8);
}
.hover\:border-truegray-800\/85:hover {
    border-color: rgba(38, 38, 38, 0.85);
}
.hover\:border-truegray-800\/90:hover {
    border-color: rgba(38, 38, 38, 0.9);
}
.hover\:border-truegray-800\/95:hover {
    border-color: rgba(38, 38, 38, 0.95);
}
.hover\:border-truegray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.hover\:border-truegray-900\/0:hover {
    border-color: hsla(0, 0%, 9%, 0);
}
.hover\:border-truegray-900\/10:hover {
    border-color: hsla(0, 0%, 9%, 0.1);
}
.hover\:border-truegray-900\/100:hover {
    border-color: #171717;
}
.hover\:border-truegray-900\/15:hover {
    border-color: hsla(0, 0%, 9%, 0.15);
}
.hover\:border-truegray-900\/20:hover {
    border-color: hsla(0, 0%, 9%, 0.2);
}
.hover\:border-truegray-900\/25:hover {
    border-color: hsla(0, 0%, 9%, 0.25);
}
.hover\:border-truegray-900\/30:hover {
    border-color: hsla(0, 0%, 9%, 0.3);
}
.hover\:border-truegray-900\/35:hover {
    border-color: hsla(0, 0%, 9%, 0.35);
}
.hover\:border-truegray-900\/40:hover {
    border-color: hsla(0, 0%, 9%, 0.4);
}
.hover\:border-truegray-900\/45:hover {
    border-color: hsla(0, 0%, 9%, 0.45);
}
.hover\:border-truegray-900\/5:hover {
    border-color: hsla(0, 0%, 9%, 0.05);
}
.hover\:border-truegray-900\/50:hover {
    border-color: hsla(0, 0%, 9%, 0.5);
}
.hover\:border-truegray-900\/55:hover {
    border-color: hsla(0, 0%, 9%, 0.55);
}
.hover\:border-truegray-900\/60:hover {
    border-color: hsla(0, 0%, 9%, 0.6);
}
.hover\:border-truegray-900\/65:hover {
    border-color: hsla(0, 0%, 9%, 0.65);
}
.hover\:border-truegray-900\/70:hover {
    border-color: hsla(0, 0%, 9%, 0.7);
}
.hover\:border-truegray-900\/75:hover {
    border-color: hsla(0, 0%, 9%, 0.75);
}
.hover\:border-truegray-900\/80:hover {
    border-color: hsla(0, 0%, 9%, 0.8);
}
.hover\:border-truegray-900\/85:hover {
    border-color: hsla(0, 0%, 9%, 0.85);
}
.hover\:border-truegray-900\/90:hover {
    border-color: hsla(0, 0%, 9%, 0.9);
}
.hover\:border-truegray-900\/95:hover {
    border-color: hsla(0, 0%, 9%, 0.95);
}
.hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-100\/0:hover {
    border-color: rgba(237, 233, 254, 0);
}
.hover\:border-violet-100\/10:hover {
    border-color: rgba(237, 233, 254, 0.1);
}
.hover\:border-violet-100\/100:hover {
    border-color: #ede9fe;
}
.hover\:border-violet-100\/15:hover {
    border-color: rgba(237, 233, 254, 0.15);
}
.hover\:border-violet-100\/20:hover {
    border-color: rgba(237, 233, 254, 0.2);
}
.hover\:border-violet-100\/25:hover {
    border-color: rgba(237, 233, 254, 0.25);
}
.hover\:border-violet-100\/30:hover {
    border-color: rgba(237, 233, 254, 0.3);
}
.hover\:border-violet-100\/35:hover {
    border-color: rgba(237, 233, 254, 0.35);
}
.hover\:border-violet-100\/40:hover {
    border-color: rgba(237, 233, 254, 0.4);
}
.hover\:border-violet-100\/45:hover {
    border-color: rgba(237, 233, 254, 0.45);
}
.hover\:border-violet-100\/5:hover {
    border-color: rgba(237, 233, 254, 0.05);
}
.hover\:border-violet-100\/50:hover {
    border-color: rgba(237, 233, 254, 0.5);
}
.hover\:border-violet-100\/55:hover {
    border-color: rgba(237, 233, 254, 0.55);
}
.hover\:border-violet-100\/60:hover {
    border-color: rgba(237, 233, 254, 0.6);
}
.hover\:border-violet-100\/65:hover {
    border-color: rgba(237, 233, 254, 0.65);
}
.hover\:border-violet-100\/70:hover {
    border-color: rgba(237, 233, 254, 0.7);
}
.hover\:border-violet-100\/75:hover {
    border-color: rgba(237, 233, 254, 0.75);
}
.hover\:border-violet-100\/80:hover {
    border-color: rgba(237, 233, 254, 0.8);
}
.hover\:border-violet-100\/85:hover {
    border-color: rgba(237, 233, 254, 0.85);
}
.hover\:border-violet-100\/90:hover {
    border-color: rgba(237, 233, 254, 0.9);
}
.hover\:border-violet-100\/95:hover {
    border-color: rgba(237, 233, 254, 0.95);
}
.hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-200\/0:hover {
    border-color: rgba(221, 214, 254, 0);
}
.hover\:border-violet-200\/10:hover {
    border-color: rgba(221, 214, 254, 0.1);
}
.hover\:border-violet-200\/100:hover {
    border-color: #ddd6fe;
}
.hover\:border-violet-200\/15:hover {
    border-color: rgba(221, 214, 254, 0.15);
}
.hover\:border-violet-200\/20:hover {
    border-color: rgba(221, 214, 254, 0.2);
}
.hover\:border-violet-200\/25:hover {
    border-color: rgba(221, 214, 254, 0.25);
}
.hover\:border-violet-200\/30:hover {
    border-color: rgba(221, 214, 254, 0.3);
}
.hover\:border-violet-200\/35:hover {
    border-color: rgba(221, 214, 254, 0.35);
}
.hover\:border-violet-200\/40:hover {
    border-color: rgba(221, 214, 254, 0.4);
}
.hover\:border-violet-200\/45:hover {
    border-color: rgba(221, 214, 254, 0.45);
}
.hover\:border-violet-200\/5:hover {
    border-color: rgba(221, 214, 254, 0.05);
}
.hover\:border-violet-200\/50:hover {
    border-color: rgba(221, 214, 254, 0.5);
}
.hover\:border-violet-200\/55:hover {
    border-color: rgba(221, 214, 254, 0.55);
}
.hover\:border-violet-200\/60:hover {
    border-color: rgba(221, 214, 254, 0.6);
}
.hover\:border-violet-200\/65:hover {
    border-color: rgba(221, 214, 254, 0.65);
}
.hover\:border-violet-200\/70:hover {
    border-color: rgba(221, 214, 254, 0.7);
}
.hover\:border-violet-200\/75:hover {
    border-color: rgba(221, 214, 254, 0.75);
}
.hover\:border-violet-200\/80:hover {
    border-color: rgba(221, 214, 254, 0.8);
}
.hover\:border-violet-200\/85:hover {
    border-color: rgba(221, 214, 254, 0.85);
}
.hover\:border-violet-200\/90:hover {
    border-color: rgba(221, 214, 254, 0.9);
}
.hover\:border-violet-200\/95:hover {
    border-color: rgba(221, 214, 254, 0.95);
}
.hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-300\/0:hover {
    border-color: rgba(196, 181, 253, 0);
}
.hover\:border-violet-300\/10:hover {
    border-color: rgba(196, 181, 253, 0.1);
}
.hover\:border-violet-300\/100:hover {
    border-color: #c4b5fd;
}
.hover\:border-violet-300\/15:hover {
    border-color: rgba(196, 181, 253, 0.15);
}
.hover\:border-violet-300\/20:hover {
    border-color: rgba(196, 181, 253, 0.2);
}
.hover\:border-violet-300\/25:hover {
    border-color: rgba(196, 181, 253, 0.25);
}
.hover\:border-violet-300\/30:hover {
    border-color: rgba(196, 181, 253, 0.3);
}
.hover\:border-violet-300\/35:hover {
    border-color: rgba(196, 181, 253, 0.35);
}
.hover\:border-violet-300\/40:hover {
    border-color: rgba(196, 181, 253, 0.4);
}
.hover\:border-violet-300\/45:hover {
    border-color: rgba(196, 181, 253, 0.45);
}
.hover\:border-violet-300\/5:hover {
    border-color: rgba(196, 181, 253, 0.05);
}
.hover\:border-violet-300\/50:hover {
    border-color: rgba(196, 181, 253, 0.5);
}
.hover\:border-violet-300\/55:hover {
    border-color: rgba(196, 181, 253, 0.55);
}
.hover\:border-violet-300\/60:hover {
    border-color: rgba(196, 181, 253, 0.6);
}
.hover\:border-violet-300\/65:hover {
    border-color: rgba(196, 181, 253, 0.65);
}
.hover\:border-violet-300\/70:hover {
    border-color: rgba(196, 181, 253, 0.7);
}
.hover\:border-violet-300\/75:hover {
    border-color: rgba(196, 181, 253, 0.75);
}
.hover\:border-violet-300\/80:hover {
    border-color: rgba(196, 181, 253, 0.8);
}
.hover\:border-violet-300\/85:hover {
    border-color: rgba(196, 181, 253, 0.85);
}
.hover\:border-violet-300\/90:hover {
    border-color: rgba(196, 181, 253, 0.9);
}
.hover\:border-violet-300\/95:hover {
    border-color: rgba(196, 181, 253, 0.95);
}
.hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-400\/0:hover {
    border-color: rgba(167, 139, 250, 0);
}
.hover\:border-violet-400\/10:hover {
    border-color: rgba(167, 139, 250, 0.1);
}
.hover\:border-violet-400\/100:hover {
    border-color: #a78bfa;
}
.hover\:border-violet-400\/15:hover {
    border-color: rgba(167, 139, 250, 0.15);
}
.hover\:border-violet-400\/20:hover {
    border-color: rgba(167, 139, 250, 0.2);
}
.hover\:border-violet-400\/25:hover {
    border-color: rgba(167, 139, 250, 0.25);
}
.hover\:border-violet-400\/30:hover {
    border-color: rgba(167, 139, 250, 0.3);
}
.hover\:border-violet-400\/35:hover {
    border-color: rgba(167, 139, 250, 0.35);
}
.hover\:border-violet-400\/40:hover {
    border-color: rgba(167, 139, 250, 0.4);
}
.hover\:border-violet-400\/45:hover {
    border-color: rgba(167, 139, 250, 0.45);
}
.hover\:border-violet-400\/5:hover {
    border-color: rgba(167, 139, 250, 0.05);
}
.hover\:border-violet-400\/50:hover {
    border-color: rgba(167, 139, 250, 0.5);
}
.hover\:border-violet-400\/55:hover {
    border-color: rgba(167, 139, 250, 0.55);
}
.hover\:border-violet-400\/60:hover {
    border-color: rgba(167, 139, 250, 0.6);
}
.hover\:border-violet-400\/65:hover {
    border-color: rgba(167, 139, 250, 0.65);
}
.hover\:border-violet-400\/70:hover {
    border-color: rgba(167, 139, 250, 0.7);
}
.hover\:border-violet-400\/75:hover {
    border-color: rgba(167, 139, 250, 0.75);
}
.hover\:border-violet-400\/80:hover {
    border-color: rgba(167, 139, 250, 0.8);
}
.hover\:border-violet-400\/85:hover {
    border-color: rgba(167, 139, 250, 0.85);
}
.hover\:border-violet-400\/90:hover {
    border-color: rgba(167, 139, 250, 0.9);
}
.hover\:border-violet-400\/95:hover {
    border-color: rgba(167, 139, 250, 0.95);
}
.hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-50\/0:hover {
    border-color: rgba(245, 243, 255, 0);
}
.hover\:border-violet-50\/10:hover {
    border-color: rgba(245, 243, 255, 0.1);
}
.hover\:border-violet-50\/100:hover {
    border-color: #f5f3ff;
}
.hover\:border-violet-50\/15:hover {
    border-color: rgba(245, 243, 255, 0.15);
}
.hover\:border-violet-50\/20:hover {
    border-color: rgba(245, 243, 255, 0.2);
}
.hover\:border-violet-50\/25:hover {
    border-color: rgba(245, 243, 255, 0.25);
}
.hover\:border-violet-50\/30:hover {
    border-color: rgba(245, 243, 255, 0.3);
}
.hover\:border-violet-50\/35:hover {
    border-color: rgba(245, 243, 255, 0.35);
}
.hover\:border-violet-50\/40:hover {
    border-color: rgba(245, 243, 255, 0.4);
}
.hover\:border-violet-50\/45:hover {
    border-color: rgba(245, 243, 255, 0.45);
}
.hover\:border-violet-50\/5:hover {
    border-color: rgba(245, 243, 255, 0.05);
}
.hover\:border-violet-50\/50:hover {
    border-color: rgba(245, 243, 255, 0.5);
}
.hover\:border-violet-50\/55:hover {
    border-color: rgba(245, 243, 255, 0.55);
}
.hover\:border-violet-50\/60:hover {
    border-color: rgba(245, 243, 255, 0.6);
}
.hover\:border-violet-50\/65:hover {
    border-color: rgba(245, 243, 255, 0.65);
}
.hover\:border-violet-50\/70:hover {
    border-color: rgba(245, 243, 255, 0.7);
}
.hover\:border-violet-50\/75:hover {
    border-color: rgba(245, 243, 255, 0.75);
}
.hover\:border-violet-50\/80:hover {
    border-color: rgba(245, 243, 255, 0.8);
}
.hover\:border-violet-50\/85:hover {
    border-color: rgba(245, 243, 255, 0.85);
}
.hover\:border-violet-50\/90:hover {
    border-color: rgba(245, 243, 255, 0.9);
}
.hover\:border-violet-50\/95:hover {
    border-color: rgba(245, 243, 255, 0.95);
}
.hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-500\/0:hover {
    border-color: rgba(139, 92, 246, 0);
}
.hover\:border-violet-500\/10:hover {
    border-color: rgba(139, 92, 246, 0.1);
}
.hover\:border-violet-500\/100:hover {
    border-color: #8b5cf6;
}
.hover\:border-violet-500\/15:hover {
    border-color: rgba(139, 92, 246, 0.15);
}
.hover\:border-violet-500\/20:hover {
    border-color: rgba(139, 92, 246, 0.2);
}
.hover\:border-violet-500\/25:hover {
    border-color: rgba(139, 92, 246, 0.25);
}
.hover\:border-violet-500\/30:hover {
    border-color: rgba(139, 92, 246, 0.3);
}
.hover\:border-violet-500\/35:hover {
    border-color: rgba(139, 92, 246, 0.35);
}
.hover\:border-violet-500\/40:hover {
    border-color: rgba(139, 92, 246, 0.4);
}
.hover\:border-violet-500\/45:hover {
    border-color: rgba(139, 92, 246, 0.45);
}
.hover\:border-violet-500\/5:hover {
    border-color: rgba(139, 92, 246, 0.05);
}
.hover\:border-violet-500\/50:hover {
    border-color: rgba(139, 92, 246, 0.5);
}
.hover\:border-violet-500\/55:hover {
    border-color: rgba(139, 92, 246, 0.55);
}
.hover\:border-violet-500\/60:hover {
    border-color: rgba(139, 92, 246, 0.6);
}
.hover\:border-violet-500\/65:hover {
    border-color: rgba(139, 92, 246, 0.65);
}
.hover\:border-violet-500\/70:hover {
    border-color: rgba(139, 92, 246, 0.7);
}
.hover\:border-violet-500\/75:hover {
    border-color: rgba(139, 92, 246, 0.75);
}
.hover\:border-violet-500\/80:hover {
    border-color: rgba(139, 92, 246, 0.8);
}
.hover\:border-violet-500\/85:hover {
    border-color: rgba(139, 92, 246, 0.85);
}
.hover\:border-violet-500\/90:hover {
    border-color: rgba(139, 92, 246, 0.9);
}
.hover\:border-violet-500\/95:hover {
    border-color: rgba(139, 92, 246, 0.95);
}
.hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-600\/0:hover {
    border-color: rgba(124, 58, 237, 0);
}
.hover\:border-violet-600\/10:hover {
    border-color: rgba(124, 58, 237, 0.1);
}
.hover\:border-violet-600\/100:hover {
    border-color: #7c3aed;
}
.hover\:border-violet-600\/15:hover {
    border-color: rgba(124, 58, 237, 0.15);
}
.hover\:border-violet-600\/20:hover {
    border-color: rgba(124, 58, 237, 0.2);
}
.hover\:border-violet-600\/25:hover {
    border-color: rgba(124, 58, 237, 0.25);
}
.hover\:border-violet-600\/30:hover {
    border-color: rgba(124, 58, 237, 0.3);
}
.hover\:border-violet-600\/35:hover {
    border-color: rgba(124, 58, 237, 0.35);
}
.hover\:border-violet-600\/40:hover {
    border-color: rgba(124, 58, 237, 0.4);
}
.hover\:border-violet-600\/45:hover {
    border-color: rgba(124, 58, 237, 0.45);
}
.hover\:border-violet-600\/5:hover {
    border-color: rgba(124, 58, 237, 0.05);
}
.hover\:border-violet-600\/50:hover {
    border-color: rgba(124, 58, 237, 0.5);
}
.hover\:border-violet-600\/55:hover {
    border-color: rgba(124, 58, 237, 0.55);
}
.hover\:border-violet-600\/60:hover {
    border-color: rgba(124, 58, 237, 0.6);
}
.hover\:border-violet-600\/65:hover {
    border-color: rgba(124, 58, 237, 0.65);
}
.hover\:border-violet-600\/70:hover {
    border-color: rgba(124, 58, 237, 0.7);
}
.hover\:border-violet-600\/75:hover {
    border-color: rgba(124, 58, 237, 0.75);
}
.hover\:border-violet-600\/80:hover {
    border-color: rgba(124, 58, 237, 0.8);
}
.hover\:border-violet-600\/85:hover {
    border-color: rgba(124, 58, 237, 0.85);
}
.hover\:border-violet-600\/90:hover {
    border-color: rgba(124, 58, 237, 0.9);
}
.hover\:border-violet-600\/95:hover {
    border-color: rgba(124, 58, 237, 0.95);
}
.hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-700\/0:hover {
    border-color: rgba(109, 40, 217, 0);
}
.hover\:border-violet-700\/10:hover {
    border-color: rgba(109, 40, 217, 0.1);
}
.hover\:border-violet-700\/100:hover {
    border-color: #6d28d9;
}
.hover\:border-violet-700\/15:hover {
    border-color: rgba(109, 40, 217, 0.15);
}
.hover\:border-violet-700\/20:hover {
    border-color: rgba(109, 40, 217, 0.2);
}
.hover\:border-violet-700\/25:hover {
    border-color: rgba(109, 40, 217, 0.25);
}
.hover\:border-violet-700\/30:hover {
    border-color: rgba(109, 40, 217, 0.3);
}
.hover\:border-violet-700\/35:hover {
    border-color: rgba(109, 40, 217, 0.35);
}
.hover\:border-violet-700\/40:hover {
    border-color: rgba(109, 40, 217, 0.4);
}
.hover\:border-violet-700\/45:hover {
    border-color: rgba(109, 40, 217, 0.45);
}
.hover\:border-violet-700\/5:hover {
    border-color: rgba(109, 40, 217, 0.05);
}
.hover\:border-violet-700\/50:hover {
    border-color: rgba(109, 40, 217, 0.5);
}
.hover\:border-violet-700\/55:hover {
    border-color: rgba(109, 40, 217, 0.55);
}
.hover\:border-violet-700\/60:hover {
    border-color: rgba(109, 40, 217, 0.6);
}
.hover\:border-violet-700\/65:hover {
    border-color: rgba(109, 40, 217, 0.65);
}
.hover\:border-violet-700\/70:hover {
    border-color: rgba(109, 40, 217, 0.7);
}
.hover\:border-violet-700\/75:hover {
    border-color: rgba(109, 40, 217, 0.75);
}
.hover\:border-violet-700\/80:hover {
    border-color: rgba(109, 40, 217, 0.8);
}
.hover\:border-violet-700\/85:hover {
    border-color: rgba(109, 40, 217, 0.85);
}
.hover\:border-violet-700\/90:hover {
    border-color: rgba(109, 40, 217, 0.9);
}
.hover\:border-violet-700\/95:hover {
    border-color: rgba(109, 40, 217, 0.95);
}
.hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-800\/0:hover {
    border-color: rgba(91, 33, 182, 0);
}
.hover\:border-violet-800\/10:hover {
    border-color: rgba(91, 33, 182, 0.1);
}
.hover\:border-violet-800\/100:hover {
    border-color: #5b21b6;
}
.hover\:border-violet-800\/15:hover {
    border-color: rgba(91, 33, 182, 0.15);
}
.hover\:border-violet-800\/20:hover {
    border-color: rgba(91, 33, 182, 0.2);
}
.hover\:border-violet-800\/25:hover {
    border-color: rgba(91, 33, 182, 0.25);
}
.hover\:border-violet-800\/30:hover {
    border-color: rgba(91, 33, 182, 0.3);
}
.hover\:border-violet-800\/35:hover {
    border-color: rgba(91, 33, 182, 0.35);
}
.hover\:border-violet-800\/40:hover {
    border-color: rgba(91, 33, 182, 0.4);
}
.hover\:border-violet-800\/45:hover {
    border-color: rgba(91, 33, 182, 0.45);
}
.hover\:border-violet-800\/5:hover {
    border-color: rgba(91, 33, 182, 0.05);
}
.hover\:border-violet-800\/50:hover {
    border-color: rgba(91, 33, 182, 0.5);
}
.hover\:border-violet-800\/55:hover {
    border-color: rgba(91, 33, 182, 0.55);
}
.hover\:border-violet-800\/60:hover {
    border-color: rgba(91, 33, 182, 0.6);
}
.hover\:border-violet-800\/65:hover {
    border-color: rgba(91, 33, 182, 0.65);
}
.hover\:border-violet-800\/70:hover {
    border-color: rgba(91, 33, 182, 0.7);
}
.hover\:border-violet-800\/75:hover {
    border-color: rgba(91, 33, 182, 0.75);
}
.hover\:border-violet-800\/80:hover {
    border-color: rgba(91, 33, 182, 0.8);
}
.hover\:border-violet-800\/85:hover {
    border-color: rgba(91, 33, 182, 0.85);
}
.hover\:border-violet-800\/90:hover {
    border-color: rgba(91, 33, 182, 0.9);
}
.hover\:border-violet-800\/95:hover {
    border-color: rgba(91, 33, 182, 0.95);
}
.hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-900\/0:hover {
    border-color: rgba(76, 29, 149, 0);
}
.hover\:border-violet-900\/10:hover {
    border-color: rgba(76, 29, 149, 0.1);
}
.hover\:border-violet-900\/100:hover {
    border-color: #4c1d95;
}
.hover\:border-violet-900\/15:hover {
    border-color: rgba(76, 29, 149, 0.15);
}
.hover\:border-violet-900\/20:hover {
    border-color: rgba(76, 29, 149, 0.2);
}
.hover\:border-violet-900\/25:hover {
    border-color: rgba(76, 29, 149, 0.25);
}
.hover\:border-violet-900\/30:hover {
    border-color: rgba(76, 29, 149, 0.3);
}
.hover\:border-violet-900\/35:hover {
    border-color: rgba(76, 29, 149, 0.35);
}
.hover\:border-violet-900\/40:hover {
    border-color: rgba(76, 29, 149, 0.4);
}
.hover\:border-violet-900\/45:hover {
    border-color: rgba(76, 29, 149, 0.45);
}
.hover\:border-violet-900\/5:hover {
    border-color: rgba(76, 29, 149, 0.05);
}
.hover\:border-violet-900\/50:hover {
    border-color: rgba(76, 29, 149, 0.5);
}
.hover\:border-violet-900\/55:hover {
    border-color: rgba(76, 29, 149, 0.55);
}
.hover\:border-violet-900\/60:hover {
    border-color: rgba(76, 29, 149, 0.6);
}
.hover\:border-violet-900\/65:hover {
    border-color: rgba(76, 29, 149, 0.65);
}
.hover\:border-violet-900\/70:hover {
    border-color: rgba(76, 29, 149, 0.7);
}
.hover\:border-violet-900\/75:hover {
    border-color: rgba(76, 29, 149, 0.75);
}
.hover\:border-violet-900\/80:hover {
    border-color: rgba(76, 29, 149, 0.8);
}
.hover\:border-violet-900\/85:hover {
    border-color: rgba(76, 29, 149, 0.85);
}
.hover\:border-violet-900\/90:hover {
    border-color: rgba(76, 29, 149, 0.9);
}
.hover\:border-violet-900\/95:hover {
    border-color: rgba(76, 29, 149, 0.95);
}
.hover\:border-warmergreen-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(238 239 236 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-100\/0:hover {
    border-color: hsla(80, 9%, 93%, 0);
}
.hover\:border-warmergreen-100\/10:hover {
    border-color: hsla(80, 9%, 93%, 0.1);
}
.hover\:border-warmergreen-100\/100:hover {
    border-color: #eeefec;
}
.hover\:border-warmergreen-100\/15:hover {
    border-color: hsla(80, 9%, 93%, 0.15);
}
.hover\:border-warmergreen-100\/20:hover {
    border-color: hsla(80, 9%, 93%, 0.2);
}
.hover\:border-warmergreen-100\/25:hover {
    border-color: hsla(80, 9%, 93%, 0.25);
}
.hover\:border-warmergreen-100\/30:hover {
    border-color: hsla(80, 9%, 93%, 0.3);
}
.hover\:border-warmergreen-100\/35:hover {
    border-color: hsla(80, 9%, 93%, 0.35);
}
.hover\:border-warmergreen-100\/40:hover {
    border-color: hsla(80, 9%, 93%, 0.4);
}
.hover\:border-warmergreen-100\/45:hover {
    border-color: hsla(80, 9%, 93%, 0.45);
}
.hover\:border-warmergreen-100\/5:hover {
    border-color: hsla(80, 9%, 93%, 0.05);
}
.hover\:border-warmergreen-100\/50:hover {
    border-color: hsla(80, 9%, 93%, 0.5);
}
.hover\:border-warmergreen-100\/55:hover {
    border-color: hsla(80, 9%, 93%, 0.55);
}
.hover\:border-warmergreen-100\/60:hover {
    border-color: hsla(80, 9%, 93%, 0.6);
}
.hover\:border-warmergreen-100\/65:hover {
    border-color: hsla(80, 9%, 93%, 0.65);
}
.hover\:border-warmergreen-100\/70:hover {
    border-color: hsla(80, 9%, 93%, 0.7);
}
.hover\:border-warmergreen-100\/75:hover {
    border-color: hsla(80, 9%, 93%, 0.75);
}
.hover\:border-warmergreen-100\/80:hover {
    border-color: hsla(80, 9%, 93%, 0.8);
}
.hover\:border-warmergreen-100\/85:hover {
    border-color: hsla(80, 9%, 93%, 0.85);
}
.hover\:border-warmergreen-100\/90:hover {
    border-color: hsla(80, 9%, 93%, 0.9);
}
.hover\:border-warmergreen-100\/95:hover {
    border-color: hsla(80, 9%, 93%, 0.95);
}
.hover\:border-warmergreen-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(216 222 215 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-200\/0:hover {
    border-color: rgba(216, 222, 215, 0);
}
.hover\:border-warmergreen-200\/10:hover {
    border-color: rgba(216, 222, 215, 0.1);
}
.hover\:border-warmergreen-200\/100:hover {
    border-color: #d8ded7;
}
.hover\:border-warmergreen-200\/15:hover {
    border-color: rgba(216, 222, 215, 0.15);
}
.hover\:border-warmergreen-200\/20:hover {
    border-color: rgba(216, 222, 215, 0.2);
}
.hover\:border-warmergreen-200\/25:hover {
    border-color: rgba(216, 222, 215, 0.25);
}
.hover\:border-warmergreen-200\/30:hover {
    border-color: rgba(216, 222, 215, 0.3);
}
.hover\:border-warmergreen-200\/35:hover {
    border-color: rgba(216, 222, 215, 0.35);
}
.hover\:border-warmergreen-200\/40:hover {
    border-color: rgba(216, 222, 215, 0.4);
}
.hover\:border-warmergreen-200\/45:hover {
    border-color: rgba(216, 222, 215, 0.45);
}
.hover\:border-warmergreen-200\/5:hover {
    border-color: rgba(216, 222, 215, 0.05);
}
.hover\:border-warmergreen-200\/50:hover {
    border-color: rgba(216, 222, 215, 0.5);
}
.hover\:border-warmergreen-200\/55:hover {
    border-color: rgba(216, 222, 215, 0.55);
}
.hover\:border-warmergreen-200\/60:hover {
    border-color: rgba(216, 222, 215, 0.6);
}
.hover\:border-warmergreen-200\/65:hover {
    border-color: rgba(216, 222, 215, 0.65);
}
.hover\:border-warmergreen-200\/70:hover {
    border-color: rgba(216, 222, 215, 0.7);
}
.hover\:border-warmergreen-200\/75:hover {
    border-color: rgba(216, 222, 215, 0.75);
}
.hover\:border-warmergreen-200\/80:hover {
    border-color: rgba(216, 222, 215, 0.8);
}
.hover\:border-warmergreen-200\/85:hover {
    border-color: rgba(216, 222, 215, 0.85);
}
.hover\:border-warmergreen-200\/90:hover {
    border-color: rgba(216, 222, 215, 0.9);
}
.hover\:border-warmergreen-200\/95:hover {
    border-color: rgba(216, 222, 215, 0.95);
}
.hover\:border-warmergreen-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(177 188 175 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-300\/0:hover {
    border-color: hsla(111, 9%, 71%, 0);
}
.hover\:border-warmergreen-300\/10:hover {
    border-color: hsla(111, 9%, 71%, 0.1);
}
.hover\:border-warmergreen-300\/100:hover {
    border-color: #b1bcaf;
}
.hover\:border-warmergreen-300\/15:hover {
    border-color: hsla(111, 9%, 71%, 0.15);
}
.hover\:border-warmergreen-300\/20:hover {
    border-color: hsla(111, 9%, 71%, 0.2);
}
.hover\:border-warmergreen-300\/25:hover {
    border-color: hsla(111, 9%, 71%, 0.25);
}
.hover\:border-warmergreen-300\/30:hover {
    border-color: hsla(111, 9%, 71%, 0.3);
}
.hover\:border-warmergreen-300\/35:hover {
    border-color: hsla(111, 9%, 71%, 0.35);
}
.hover\:border-warmergreen-300\/40:hover {
    border-color: hsla(111, 9%, 71%, 0.4);
}
.hover\:border-warmergreen-300\/45:hover {
    border-color: hsla(111, 9%, 71%, 0.45);
}
.hover\:border-warmergreen-300\/5:hover {
    border-color: hsla(111, 9%, 71%, 0.05);
}
.hover\:border-warmergreen-300\/50:hover {
    border-color: hsla(111, 9%, 71%, 0.5);
}
.hover\:border-warmergreen-300\/55:hover {
    border-color: hsla(111, 9%, 71%, 0.55);
}
.hover\:border-warmergreen-300\/60:hover {
    border-color: hsla(111, 9%, 71%, 0.6);
}
.hover\:border-warmergreen-300\/65:hover {
    border-color: hsla(111, 9%, 71%, 0.65);
}
.hover\:border-warmergreen-300\/70:hover {
    border-color: hsla(111, 9%, 71%, 0.7);
}
.hover\:border-warmergreen-300\/75:hover {
    border-color: hsla(111, 9%, 71%, 0.75);
}
.hover\:border-warmergreen-300\/80:hover {
    border-color: hsla(111, 9%, 71%, 0.8);
}
.hover\:border-warmergreen-300\/85:hover {
    border-color: hsla(111, 9%, 71%, 0.85);
}
.hover\:border-warmergreen-300\/90:hover {
    border-color: hsla(111, 9%, 71%, 0.9);
}
.hover\:border-warmergreen-300\/95:hover {
    border-color: hsla(111, 9%, 71%, 0.95);
}
.hover\:border-warmergreen-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(127 150 132 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-400\/0:hover {
    border-color: rgba(127, 150, 132, 0);
}
.hover\:border-warmergreen-400\/10:hover {
    border-color: rgba(127, 150, 132, 0.1);
}
.hover\:border-warmergreen-400\/100:hover {
    border-color: #7f9684;
}
.hover\:border-warmergreen-400\/15:hover {
    border-color: rgba(127, 150, 132, 0.15);
}
.hover\:border-warmergreen-400\/20:hover {
    border-color: rgba(127, 150, 132, 0.2);
}
.hover\:border-warmergreen-400\/25:hover {
    border-color: rgba(127, 150, 132, 0.25);
}
.hover\:border-warmergreen-400\/30:hover {
    border-color: rgba(127, 150, 132, 0.3);
}
.hover\:border-warmergreen-400\/35:hover {
    border-color: rgba(127, 150, 132, 0.35);
}
.hover\:border-warmergreen-400\/40:hover {
    border-color: rgba(127, 150, 132, 0.4);
}
.hover\:border-warmergreen-400\/45:hover {
    border-color: rgba(127, 150, 132, 0.45);
}
.hover\:border-warmergreen-400\/5:hover {
    border-color: rgba(127, 150, 132, 0.05);
}
.hover\:border-warmergreen-400\/50:hover {
    border-color: rgba(127, 150, 132, 0.5);
}
.hover\:border-warmergreen-400\/55:hover {
    border-color: rgba(127, 150, 132, 0.55);
}
.hover\:border-warmergreen-400\/60:hover {
    border-color: rgba(127, 150, 132, 0.6);
}
.hover\:border-warmergreen-400\/65:hover {
    border-color: rgba(127, 150, 132, 0.65);
}
.hover\:border-warmergreen-400\/70:hover {
    border-color: rgba(127, 150, 132, 0.7);
}
.hover\:border-warmergreen-400\/75:hover {
    border-color: rgba(127, 150, 132, 0.75);
}
.hover\:border-warmergreen-400\/80:hover {
    border-color: rgba(127, 150, 132, 0.8);
}
.hover\:border-warmergreen-400\/85:hover {
    border-color: rgba(127, 150, 132, 0.85);
}
.hover\:border-warmergreen-400\/90:hover {
    border-color: rgba(127, 150, 132, 0.9);
}
.hover\:border-warmergreen-400\/95:hover {
    border-color: rgba(127, 150, 132, 0.95);
}
.hover\:border-warmergreen-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(247 248 246 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-50\/0:hover {
    border-color: hsla(90, 12%, 97%, 0);
}
.hover\:border-warmergreen-50\/10:hover {
    border-color: hsla(90, 12%, 97%, 0.1);
}
.hover\:border-warmergreen-50\/100:hover {
    border-color: #f7f8f6;
}
.hover\:border-warmergreen-50\/15:hover {
    border-color: hsla(90, 12%, 97%, 0.15);
}
.hover\:border-warmergreen-50\/20:hover {
    border-color: hsla(90, 12%, 97%, 0.2);
}
.hover\:border-warmergreen-50\/25:hover {
    border-color: hsla(90, 12%, 97%, 0.25);
}
.hover\:border-warmergreen-50\/30:hover {
    border-color: hsla(90, 12%, 97%, 0.3);
}
.hover\:border-warmergreen-50\/35:hover {
    border-color: hsla(90, 12%, 97%, 0.35);
}
.hover\:border-warmergreen-50\/40:hover {
    border-color: hsla(90, 12%, 97%, 0.4);
}
.hover\:border-warmergreen-50\/45:hover {
    border-color: hsla(90, 12%, 97%, 0.45);
}
.hover\:border-warmergreen-50\/5:hover {
    border-color: hsla(90, 12%, 97%, 0.05);
}
.hover\:border-warmergreen-50\/50:hover {
    border-color: hsla(90, 12%, 97%, 0.5);
}
.hover\:border-warmergreen-50\/55:hover {
    border-color: hsla(90, 12%, 97%, 0.55);
}
.hover\:border-warmergreen-50\/60:hover {
    border-color: hsla(90, 12%, 97%, 0.6);
}
.hover\:border-warmergreen-50\/65:hover {
    border-color: hsla(90, 12%, 97%, 0.65);
}
.hover\:border-warmergreen-50\/70:hover {
    border-color: hsla(90, 12%, 97%, 0.7);
}
.hover\:border-warmergreen-50\/75:hover {
    border-color: hsla(90, 12%, 97%, 0.75);
}
.hover\:border-warmergreen-50\/80:hover {
    border-color: hsla(90, 12%, 97%, 0.8);
}
.hover\:border-warmergreen-50\/85:hover {
    border-color: hsla(90, 12%, 97%, 0.85);
}
.hover\:border-warmergreen-50\/90:hover {
    border-color: hsla(90, 12%, 97%, 0.9);
}
.hover\:border-warmergreen-50\/95:hover {
    border-color: hsla(90, 12%, 97%, 0.95);
}
.hover\:border-warmergreen-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(98 119 95 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-500\/0:hover {
    border-color: rgba(98, 119, 95, 0);
}
.hover\:border-warmergreen-500\/10:hover {
    border-color: rgba(98, 119, 95, 0.1);
}
.hover\:border-warmergreen-500\/100:hover {
    border-color: #62775f;
}
.hover\:border-warmergreen-500\/15:hover {
    border-color: rgba(98, 119, 95, 0.15);
}
.hover\:border-warmergreen-500\/20:hover {
    border-color: rgba(98, 119, 95, 0.2);
}
.hover\:border-warmergreen-500\/25:hover {
    border-color: rgba(98, 119, 95, 0.25);
}
.hover\:border-warmergreen-500\/30:hover {
    border-color: rgba(98, 119, 95, 0.3);
}
.hover\:border-warmergreen-500\/35:hover {
    border-color: rgba(98, 119, 95, 0.35);
}
.hover\:border-warmergreen-500\/40:hover {
    border-color: rgba(98, 119, 95, 0.4);
}
.hover\:border-warmergreen-500\/45:hover {
    border-color: rgba(98, 119, 95, 0.45);
}
.hover\:border-warmergreen-500\/5:hover {
    border-color: rgba(98, 119, 95, 0.05);
}
.hover\:border-warmergreen-500\/50:hover {
    border-color: rgba(98, 119, 95, 0.5);
}
.hover\:border-warmergreen-500\/55:hover {
    border-color: rgba(98, 119, 95, 0.55);
}
.hover\:border-warmergreen-500\/60:hover {
    border-color: rgba(98, 119, 95, 0.6);
}
.hover\:border-warmergreen-500\/65:hover {
    border-color: rgba(98, 119, 95, 0.65);
}
.hover\:border-warmergreen-500\/70:hover {
    border-color: rgba(98, 119, 95, 0.7);
}
.hover\:border-warmergreen-500\/75:hover {
    border-color: rgba(98, 119, 95, 0.75);
}
.hover\:border-warmergreen-500\/80:hover {
    border-color: rgba(98, 119, 95, 0.8);
}
.hover\:border-warmergreen-500\/85:hover {
    border-color: rgba(98, 119, 95, 0.85);
}
.hover\:border-warmergreen-500\/90:hover {
    border-color: rgba(98, 119, 95, 0.9);
}
.hover\:border-warmergreen-500\/95:hover {
    border-color: rgba(98, 119, 95, 0.95);
}
.hover\:border-warmergreen-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(79 92 70 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-600\/0:hover {
    border-color: rgba(79, 92, 70, 0);
}
.hover\:border-warmergreen-600\/10:hover {
    border-color: rgba(79, 92, 70, 0.1);
}
.hover\:border-warmergreen-600\/100:hover {
    border-color: #4f5c46;
}
.hover\:border-warmergreen-600\/15:hover {
    border-color: rgba(79, 92, 70, 0.15);
}
.hover\:border-warmergreen-600\/20:hover {
    border-color: rgba(79, 92, 70, 0.2);
}
.hover\:border-warmergreen-600\/25:hover {
    border-color: rgba(79, 92, 70, 0.25);
}
.hover\:border-warmergreen-600\/30:hover {
    border-color: rgba(79, 92, 70, 0.3);
}
.hover\:border-warmergreen-600\/35:hover {
    border-color: rgba(79, 92, 70, 0.35);
}
.hover\:border-warmergreen-600\/40:hover {
    border-color: rgba(79, 92, 70, 0.4);
}
.hover\:border-warmergreen-600\/45:hover {
    border-color: rgba(79, 92, 70, 0.45);
}
.hover\:border-warmergreen-600\/5:hover {
    border-color: rgba(79, 92, 70, 0.05);
}
.hover\:border-warmergreen-600\/50:hover {
    border-color: rgba(79, 92, 70, 0.5);
}
.hover\:border-warmergreen-600\/55:hover {
    border-color: rgba(79, 92, 70, 0.55);
}
.hover\:border-warmergreen-600\/60:hover {
    border-color: rgba(79, 92, 70, 0.6);
}
.hover\:border-warmergreen-600\/65:hover {
    border-color: rgba(79, 92, 70, 0.65);
}
.hover\:border-warmergreen-600\/70:hover {
    border-color: rgba(79, 92, 70, 0.7);
}
.hover\:border-warmergreen-600\/75:hover {
    border-color: rgba(79, 92, 70, 0.75);
}
.hover\:border-warmergreen-600\/80:hover {
    border-color: rgba(79, 92, 70, 0.8);
}
.hover\:border-warmergreen-600\/85:hover {
    border-color: rgba(79, 92, 70, 0.85);
}
.hover\:border-warmergreen-600\/90:hover {
    border-color: rgba(79, 92, 70, 0.9);
}
.hover\:border-warmergreen-600\/95:hover {
    border-color: rgba(79, 92, 70, 0.95);
}
.hover\:border-warmergreen-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(62 70 54 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-700\/0:hover {
    border-color: rgba(62, 70, 54, 0);
}
.hover\:border-warmergreen-700\/10:hover {
    border-color: rgba(62, 70, 54, 0.1);
}
.hover\:border-warmergreen-700\/100:hover {
    border-color: #3e4636;
}
.hover\:border-warmergreen-700\/15:hover {
    border-color: rgba(62, 70, 54, 0.15);
}
.hover\:border-warmergreen-700\/20:hover {
    border-color: rgba(62, 70, 54, 0.2);
}
.hover\:border-warmergreen-700\/25:hover {
    border-color: rgba(62, 70, 54, 0.25);
}
.hover\:border-warmergreen-700\/30:hover {
    border-color: rgba(62, 70, 54, 0.3);
}
.hover\:border-warmergreen-700\/35:hover {
    border-color: rgba(62, 70, 54, 0.35);
}
.hover\:border-warmergreen-700\/40:hover {
    border-color: rgba(62, 70, 54, 0.4);
}
.hover\:border-warmergreen-700\/45:hover {
    border-color: rgba(62, 70, 54, 0.45);
}
.hover\:border-warmergreen-700\/5:hover {
    border-color: rgba(62, 70, 54, 0.05);
}
.hover\:border-warmergreen-700\/50:hover {
    border-color: rgba(62, 70, 54, 0.5);
}
.hover\:border-warmergreen-700\/55:hover {
    border-color: rgba(62, 70, 54, 0.55);
}
.hover\:border-warmergreen-700\/60:hover {
    border-color: rgba(62, 70, 54, 0.6);
}
.hover\:border-warmergreen-700\/65:hover {
    border-color: rgba(62, 70, 54, 0.65);
}
.hover\:border-warmergreen-700\/70:hover {
    border-color: rgba(62, 70, 54, 0.7);
}
.hover\:border-warmergreen-700\/75:hover {
    border-color: rgba(62, 70, 54, 0.75);
}
.hover\:border-warmergreen-700\/80:hover {
    border-color: rgba(62, 70, 54, 0.8);
}
.hover\:border-warmergreen-700\/85:hover {
    border-color: rgba(62, 70, 54, 0.85);
}
.hover\:border-warmergreen-700\/90:hover {
    border-color: rgba(62, 70, 54, 0.9);
}
.hover\:border-warmergreen-700\/95:hover {
    border-color: rgba(62, 70, 54, 0.95);
}
.hover\:border-warmergreen-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(43 48 40 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-800\/0:hover {
    border-color: rgba(43, 48, 40, 0);
}
.hover\:border-warmergreen-800\/10:hover {
    border-color: rgba(43, 48, 40, 0.1);
}
.hover\:border-warmergreen-800\/100:hover {
    border-color: #2b3028;
}
.hover\:border-warmergreen-800\/15:hover {
    border-color: rgba(43, 48, 40, 0.15);
}
.hover\:border-warmergreen-800\/20:hover {
    border-color: rgba(43, 48, 40, 0.2);
}
.hover\:border-warmergreen-800\/25:hover {
    border-color: rgba(43, 48, 40, 0.25);
}
.hover\:border-warmergreen-800\/30:hover {
    border-color: rgba(43, 48, 40, 0.3);
}
.hover\:border-warmergreen-800\/35:hover {
    border-color: rgba(43, 48, 40, 0.35);
}
.hover\:border-warmergreen-800\/40:hover {
    border-color: rgba(43, 48, 40, 0.4);
}
.hover\:border-warmergreen-800\/45:hover {
    border-color: rgba(43, 48, 40, 0.45);
}
.hover\:border-warmergreen-800\/5:hover {
    border-color: rgba(43, 48, 40, 0.05);
}
.hover\:border-warmergreen-800\/50:hover {
    border-color: rgba(43, 48, 40, 0.5);
}
.hover\:border-warmergreen-800\/55:hover {
    border-color: rgba(43, 48, 40, 0.55);
}
.hover\:border-warmergreen-800\/60:hover {
    border-color: rgba(43, 48, 40, 0.6);
}
.hover\:border-warmergreen-800\/65:hover {
    border-color: rgba(43, 48, 40, 0.65);
}
.hover\:border-warmergreen-800\/70:hover {
    border-color: rgba(43, 48, 40, 0.7);
}
.hover\:border-warmergreen-800\/75:hover {
    border-color: rgba(43, 48, 40, 0.75);
}
.hover\:border-warmergreen-800\/80:hover {
    border-color: rgba(43, 48, 40, 0.8);
}
.hover\:border-warmergreen-800\/85:hover {
    border-color: rgba(43, 48, 40, 0.85);
}
.hover\:border-warmergreen-800\/90:hover {
    border-color: rgba(43, 48, 40, 0.9);
}
.hover\:border-warmergreen-800\/95:hover {
    border-color: rgba(43, 48, 40, 0.95);
}
.hover\:border-warmergreen-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(28 30 27 / var(--tw-border-opacity, 1));
}
.hover\:border-warmergreen-900\/0:hover {
    border-color: rgba(28, 30, 27, 0);
}
.hover\:border-warmergreen-900\/10:hover {
    border-color: rgba(28, 30, 27, 0.1);
}
.hover\:border-warmergreen-900\/100:hover {
    border-color: #1c1e1b;
}
.hover\:border-warmergreen-900\/15:hover {
    border-color: rgba(28, 30, 27, 0.15);
}
.hover\:border-warmergreen-900\/20:hover {
    border-color: rgba(28, 30, 27, 0.2);
}
.hover\:border-warmergreen-900\/25:hover {
    border-color: rgba(28, 30, 27, 0.25);
}
.hover\:border-warmergreen-900\/30:hover {
    border-color: rgba(28, 30, 27, 0.3);
}
.hover\:border-warmergreen-900\/35:hover {
    border-color: rgba(28, 30, 27, 0.35);
}
.hover\:border-warmergreen-900\/40:hover {
    border-color: rgba(28, 30, 27, 0.4);
}
.hover\:border-warmergreen-900\/45:hover {
    border-color: rgba(28, 30, 27, 0.45);
}
.hover\:border-warmergreen-900\/5:hover {
    border-color: rgba(28, 30, 27, 0.05);
}
.hover\:border-warmergreen-900\/50:hover {
    border-color: rgba(28, 30, 27, 0.5);
}
.hover\:border-warmergreen-900\/55:hover {
    border-color: rgba(28, 30, 27, 0.55);
}
.hover\:border-warmergreen-900\/60:hover {
    border-color: rgba(28, 30, 27, 0.6);
}
.hover\:border-warmergreen-900\/65:hover {
    border-color: rgba(28, 30, 27, 0.65);
}
.hover\:border-warmergreen-900\/70:hover {
    border-color: rgba(28, 30, 27, 0.7);
}
.hover\:border-warmergreen-900\/75:hover {
    border-color: rgba(28, 30, 27, 0.75);
}
.hover\:border-warmergreen-900\/80:hover {
    border-color: rgba(28, 30, 27, 0.8);
}
.hover\:border-warmergreen-900\/85:hover {
    border-color: rgba(28, 30, 27, 0.85);
}
.hover\:border-warmergreen-900\/90:hover {
    border-color: rgba(28, 30, 27, 0.9);
}
.hover\:border-warmergreen-900\/95:hover {
    border-color: rgba(28, 30, 27, 0.95);
}
.hover\:border-warmgray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-100\/0:hover {
    border-color: hsla(60, 5%, 96%, 0);
}
.hover\:border-warmgray-100\/10:hover {
    border-color: hsla(60, 5%, 96%, 0.1);
}
.hover\:border-warmgray-100\/100:hover {
    border-color: #f5f5f4;
}
.hover\:border-warmgray-100\/15:hover {
    border-color: hsla(60, 5%, 96%, 0.15);
}
.hover\:border-warmgray-100\/20:hover {
    border-color: hsla(60, 5%, 96%, 0.2);
}
.hover\:border-warmgray-100\/25:hover {
    border-color: hsla(60, 5%, 96%, 0.25);
}
.hover\:border-warmgray-100\/30:hover {
    border-color: hsla(60, 5%, 96%, 0.3);
}
.hover\:border-warmgray-100\/35:hover {
    border-color: hsla(60, 5%, 96%, 0.35);
}
.hover\:border-warmgray-100\/40:hover {
    border-color: hsla(60, 5%, 96%, 0.4);
}
.hover\:border-warmgray-100\/45:hover {
    border-color: hsla(60, 5%, 96%, 0.45);
}
.hover\:border-warmgray-100\/5:hover {
    border-color: hsla(60, 5%, 96%, 0.05);
}
.hover\:border-warmgray-100\/50:hover {
    border-color: hsla(60, 5%, 96%, 0.5);
}
.hover\:border-warmgray-100\/55:hover {
    border-color: hsla(60, 5%, 96%, 0.55);
}
.hover\:border-warmgray-100\/60:hover {
    border-color: hsla(60, 5%, 96%, 0.6);
}
.hover\:border-warmgray-100\/65:hover {
    border-color: hsla(60, 5%, 96%, 0.65);
}
.hover\:border-warmgray-100\/70:hover {
    border-color: hsla(60, 5%, 96%, 0.7);
}
.hover\:border-warmgray-100\/75:hover {
    border-color: hsla(60, 5%, 96%, 0.75);
}
.hover\:border-warmgray-100\/80:hover {
    border-color: hsla(60, 5%, 96%, 0.8);
}
.hover\:border-warmgray-100\/85:hover {
    border-color: hsla(60, 5%, 96%, 0.85);
}
.hover\:border-warmgray-100\/90:hover {
    border-color: hsla(60, 5%, 96%, 0.9);
}
.hover\:border-warmgray-100\/95:hover {
    border-color: hsla(60, 5%, 96%, 0.95);
}
.hover\:border-warmgray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-200\/0:hover {
    border-color: hsla(20, 6%, 90%, 0);
}
.hover\:border-warmgray-200\/10:hover {
    border-color: hsla(20, 6%, 90%, 0.1);
}
.hover\:border-warmgray-200\/100:hover {
    border-color: #e7e5e4;
}
.hover\:border-warmgray-200\/15:hover {
    border-color: hsla(20, 6%, 90%, 0.15);
}
.hover\:border-warmgray-200\/20:hover {
    border-color: hsla(20, 6%, 90%, 0.2);
}
.hover\:border-warmgray-200\/25:hover {
    border-color: hsla(20, 6%, 90%, 0.25);
}
.hover\:border-warmgray-200\/30:hover {
    border-color: hsla(20, 6%, 90%, 0.3);
}
.hover\:border-warmgray-200\/35:hover {
    border-color: hsla(20, 6%, 90%, 0.35);
}
.hover\:border-warmgray-200\/40:hover {
    border-color: hsla(20, 6%, 90%, 0.4);
}
.hover\:border-warmgray-200\/45:hover {
    border-color: hsla(20, 6%, 90%, 0.45);
}
.hover\:border-warmgray-200\/5:hover {
    border-color: hsla(20, 6%, 90%, 0.05);
}
.hover\:border-warmgray-200\/50:hover {
    border-color: hsla(20, 6%, 90%, 0.5);
}
.hover\:border-warmgray-200\/55:hover {
    border-color: hsla(20, 6%, 90%, 0.55);
}
.hover\:border-warmgray-200\/60:hover {
    border-color: hsla(20, 6%, 90%, 0.6);
}
.hover\:border-warmgray-200\/65:hover {
    border-color: hsla(20, 6%, 90%, 0.65);
}
.hover\:border-warmgray-200\/70:hover {
    border-color: hsla(20, 6%, 90%, 0.7);
}
.hover\:border-warmgray-200\/75:hover {
    border-color: hsla(20, 6%, 90%, 0.75);
}
.hover\:border-warmgray-200\/80:hover {
    border-color: hsla(20, 6%, 90%, 0.8);
}
.hover\:border-warmgray-200\/85:hover {
    border-color: hsla(20, 6%, 90%, 0.85);
}
.hover\:border-warmgray-200\/90:hover {
    border-color: hsla(20, 6%, 90%, 0.9);
}
.hover\:border-warmgray-200\/95:hover {
    border-color: hsla(20, 6%, 90%, 0.95);
}
.hover\:border-warmgray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-300\/0:hover {
    border-color: hsla(24, 6%, 83%, 0);
}
.hover\:border-warmgray-300\/10:hover {
    border-color: hsla(24, 6%, 83%, 0.1);
}
.hover\:border-warmgray-300\/100:hover {
    border-color: #d6d3d1;
}
.hover\:border-warmgray-300\/15:hover {
    border-color: hsla(24, 6%, 83%, 0.15);
}
.hover\:border-warmgray-300\/20:hover {
    border-color: hsla(24, 6%, 83%, 0.2);
}
.hover\:border-warmgray-300\/25:hover {
    border-color: hsla(24, 6%, 83%, 0.25);
}
.hover\:border-warmgray-300\/30:hover {
    border-color: hsla(24, 6%, 83%, 0.3);
}
.hover\:border-warmgray-300\/35:hover {
    border-color: hsla(24, 6%, 83%, 0.35);
}
.hover\:border-warmgray-300\/40:hover {
    border-color: hsla(24, 6%, 83%, 0.4);
}
.hover\:border-warmgray-300\/45:hover {
    border-color: hsla(24, 6%, 83%, 0.45);
}
.hover\:border-warmgray-300\/5:hover {
    border-color: hsla(24, 6%, 83%, 0.05);
}
.hover\:border-warmgray-300\/50:hover {
    border-color: hsla(24, 6%, 83%, 0.5);
}
.hover\:border-warmgray-300\/55:hover {
    border-color: hsla(24, 6%, 83%, 0.55);
}
.hover\:border-warmgray-300\/60:hover {
    border-color: hsla(24, 6%, 83%, 0.6);
}
.hover\:border-warmgray-300\/65:hover {
    border-color: hsla(24, 6%, 83%, 0.65);
}
.hover\:border-warmgray-300\/70:hover {
    border-color: hsla(24, 6%, 83%, 0.7);
}
.hover\:border-warmgray-300\/75:hover {
    border-color: hsla(24, 6%, 83%, 0.75);
}
.hover\:border-warmgray-300\/80:hover {
    border-color: hsla(24, 6%, 83%, 0.8);
}
.hover\:border-warmgray-300\/85:hover {
    border-color: hsla(24, 6%, 83%, 0.85);
}
.hover\:border-warmgray-300\/90:hover {
    border-color: hsla(24, 6%, 83%, 0.9);
}
.hover\:border-warmgray-300\/95:hover {
    border-color: hsla(24, 6%, 83%, 0.95);
}
.hover\:border-warmgray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-400\/0:hover {
    border-color: hsla(24, 5%, 64%, 0);
}
.hover\:border-warmgray-400\/10:hover {
    border-color: hsla(24, 5%, 64%, 0.1);
}
.hover\:border-warmgray-400\/100:hover {
    border-color: #a8a29e;
}
.hover\:border-warmgray-400\/15:hover {
    border-color: hsla(24, 5%, 64%, 0.15);
}
.hover\:border-warmgray-400\/20:hover {
    border-color: hsla(24, 5%, 64%, 0.2);
}
.hover\:border-warmgray-400\/25:hover {
    border-color: hsla(24, 5%, 64%, 0.25);
}
.hover\:border-warmgray-400\/30:hover {
    border-color: hsla(24, 5%, 64%, 0.3);
}
.hover\:border-warmgray-400\/35:hover {
    border-color: hsla(24, 5%, 64%, 0.35);
}
.hover\:border-warmgray-400\/40:hover {
    border-color: hsla(24, 5%, 64%, 0.4);
}
.hover\:border-warmgray-400\/45:hover {
    border-color: hsla(24, 5%, 64%, 0.45);
}
.hover\:border-warmgray-400\/5:hover {
    border-color: hsla(24, 5%, 64%, 0.05);
}
.hover\:border-warmgray-400\/50:hover {
    border-color: hsla(24, 5%, 64%, 0.5);
}
.hover\:border-warmgray-400\/55:hover {
    border-color: hsla(24, 5%, 64%, 0.55);
}
.hover\:border-warmgray-400\/60:hover {
    border-color: hsla(24, 5%, 64%, 0.6);
}
.hover\:border-warmgray-400\/65:hover {
    border-color: hsla(24, 5%, 64%, 0.65);
}
.hover\:border-warmgray-400\/70:hover {
    border-color: hsla(24, 5%, 64%, 0.7);
}
.hover\:border-warmgray-400\/75:hover {
    border-color: hsla(24, 5%, 64%, 0.75);
}
.hover\:border-warmgray-400\/80:hover {
    border-color: hsla(24, 5%, 64%, 0.8);
}
.hover\:border-warmgray-400\/85:hover {
    border-color: hsla(24, 5%, 64%, 0.85);
}
.hover\:border-warmgray-400\/90:hover {
    border-color: hsla(24, 5%, 64%, 0.9);
}
.hover\:border-warmgray-400\/95:hover {
    border-color: hsla(24, 5%, 64%, 0.95);
}
.hover\:border-warmgray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-50\/0:hover {
    border-color: hsla(60, 9%, 98%, 0);
}
.hover\:border-warmgray-50\/10:hover {
    border-color: hsla(60, 9%, 98%, 0.1);
}
.hover\:border-warmgray-50\/100:hover {
    border-color: #fafaf9;
}
.hover\:border-warmgray-50\/15:hover {
    border-color: hsla(60, 9%, 98%, 0.15);
}
.hover\:border-warmgray-50\/20:hover {
    border-color: hsla(60, 9%, 98%, 0.2);
}
.hover\:border-warmgray-50\/25:hover {
    border-color: hsla(60, 9%, 98%, 0.25);
}
.hover\:border-warmgray-50\/30:hover {
    border-color: hsla(60, 9%, 98%, 0.3);
}
.hover\:border-warmgray-50\/35:hover {
    border-color: hsla(60, 9%, 98%, 0.35);
}
.hover\:border-warmgray-50\/40:hover {
    border-color: hsla(60, 9%, 98%, 0.4);
}
.hover\:border-warmgray-50\/45:hover {
    border-color: hsla(60, 9%, 98%, 0.45);
}
.hover\:border-warmgray-50\/5:hover {
    border-color: hsla(60, 9%, 98%, 0.05);
}
.hover\:border-warmgray-50\/50:hover {
    border-color: hsla(60, 9%, 98%, 0.5);
}
.hover\:border-warmgray-50\/55:hover {
    border-color: hsla(60, 9%, 98%, 0.55);
}
.hover\:border-warmgray-50\/60:hover {
    border-color: hsla(60, 9%, 98%, 0.6);
}
.hover\:border-warmgray-50\/65:hover {
    border-color: hsla(60, 9%, 98%, 0.65);
}
.hover\:border-warmgray-50\/70:hover {
    border-color: hsla(60, 9%, 98%, 0.7);
}
.hover\:border-warmgray-50\/75:hover {
    border-color: hsla(60, 9%, 98%, 0.75);
}
.hover\:border-warmgray-50\/80:hover {
    border-color: hsla(60, 9%, 98%, 0.8);
}
.hover\:border-warmgray-50\/85:hover {
    border-color: hsla(60, 9%, 98%, 0.85);
}
.hover\:border-warmgray-50\/90:hover {
    border-color: hsla(60, 9%, 98%, 0.9);
}
.hover\:border-warmgray-50\/95:hover {
    border-color: hsla(60, 9%, 98%, 0.95);
}
.hover\:border-warmgray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-500\/0:hover {
    border-color: hsla(25, 5%, 45%, 0);
}
.hover\:border-warmgray-500\/10:hover {
    border-color: hsla(25, 5%, 45%, 0.1);
}
.hover\:border-warmgray-500\/100:hover {
    border-color: #78716c;
}
.hover\:border-warmgray-500\/15:hover {
    border-color: hsla(25, 5%, 45%, 0.15);
}
.hover\:border-warmgray-500\/20:hover {
    border-color: hsla(25, 5%, 45%, 0.2);
}
.hover\:border-warmgray-500\/25:hover {
    border-color: hsla(25, 5%, 45%, 0.25);
}
.hover\:border-warmgray-500\/30:hover {
    border-color: hsla(25, 5%, 45%, 0.3);
}
.hover\:border-warmgray-500\/35:hover {
    border-color: hsla(25, 5%, 45%, 0.35);
}
.hover\:border-warmgray-500\/40:hover {
    border-color: hsla(25, 5%, 45%, 0.4);
}
.hover\:border-warmgray-500\/45:hover {
    border-color: hsla(25, 5%, 45%, 0.45);
}
.hover\:border-warmgray-500\/5:hover {
    border-color: hsla(25, 5%, 45%, 0.05);
}
.hover\:border-warmgray-500\/50:hover {
    border-color: hsla(25, 5%, 45%, 0.5);
}
.hover\:border-warmgray-500\/55:hover {
    border-color: hsla(25, 5%, 45%, 0.55);
}
.hover\:border-warmgray-500\/60:hover {
    border-color: hsla(25, 5%, 45%, 0.6);
}
.hover\:border-warmgray-500\/65:hover {
    border-color: hsla(25, 5%, 45%, 0.65);
}
.hover\:border-warmgray-500\/70:hover {
    border-color: hsla(25, 5%, 45%, 0.7);
}
.hover\:border-warmgray-500\/75:hover {
    border-color: hsla(25, 5%, 45%, 0.75);
}
.hover\:border-warmgray-500\/80:hover {
    border-color: hsla(25, 5%, 45%, 0.8);
}
.hover\:border-warmgray-500\/85:hover {
    border-color: hsla(25, 5%, 45%, 0.85);
}
.hover\:border-warmgray-500\/90:hover {
    border-color: hsla(25, 5%, 45%, 0.9);
}
.hover\:border-warmgray-500\/95:hover {
    border-color: hsla(25, 5%, 45%, 0.95);
}
.hover\:border-warmgray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-600\/0:hover {
    border-color: rgba(87, 83, 78, 0);
}
.hover\:border-warmgray-600\/10:hover {
    border-color: rgba(87, 83, 78, 0.1);
}
.hover\:border-warmgray-600\/100:hover {
    border-color: #57534e;
}
.hover\:border-warmgray-600\/15:hover {
    border-color: rgba(87, 83, 78, 0.15);
}
.hover\:border-warmgray-600\/20:hover {
    border-color: rgba(87, 83, 78, 0.2);
}
.hover\:border-warmgray-600\/25:hover {
    border-color: rgba(87, 83, 78, 0.25);
}
.hover\:border-warmgray-600\/30:hover {
    border-color: rgba(87, 83, 78, 0.3);
}
.hover\:border-warmgray-600\/35:hover {
    border-color: rgba(87, 83, 78, 0.35);
}
.hover\:border-warmgray-600\/40:hover {
    border-color: rgba(87, 83, 78, 0.4);
}
.hover\:border-warmgray-600\/45:hover {
    border-color: rgba(87, 83, 78, 0.45);
}
.hover\:border-warmgray-600\/5:hover {
    border-color: rgba(87, 83, 78, 0.05);
}
.hover\:border-warmgray-600\/50:hover {
    border-color: rgba(87, 83, 78, 0.5);
}
.hover\:border-warmgray-600\/55:hover {
    border-color: rgba(87, 83, 78, 0.55);
}
.hover\:border-warmgray-600\/60:hover {
    border-color: rgba(87, 83, 78, 0.6);
}
.hover\:border-warmgray-600\/65:hover {
    border-color: rgba(87, 83, 78, 0.65);
}
.hover\:border-warmgray-600\/70:hover {
    border-color: rgba(87, 83, 78, 0.7);
}
.hover\:border-warmgray-600\/75:hover {
    border-color: rgba(87, 83, 78, 0.75);
}
.hover\:border-warmgray-600\/80:hover {
    border-color: rgba(87, 83, 78, 0.8);
}
.hover\:border-warmgray-600\/85:hover {
    border-color: rgba(87, 83, 78, 0.85);
}
.hover\:border-warmgray-600\/90:hover {
    border-color: rgba(87, 83, 78, 0.9);
}
.hover\:border-warmgray-600\/95:hover {
    border-color: rgba(87, 83, 78, 0.95);
}
.hover\:border-warmgray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-700\/0:hover {
    border-color: rgba(68, 64, 60, 0);
}
.hover\:border-warmgray-700\/10:hover {
    border-color: rgba(68, 64, 60, 0.1);
}
.hover\:border-warmgray-700\/100:hover {
    border-color: #44403c;
}
.hover\:border-warmgray-700\/15:hover {
    border-color: rgba(68, 64, 60, 0.15);
}
.hover\:border-warmgray-700\/20:hover {
    border-color: rgba(68, 64, 60, 0.2);
}
.hover\:border-warmgray-700\/25:hover {
    border-color: rgba(68, 64, 60, 0.25);
}
.hover\:border-warmgray-700\/30:hover {
    border-color: rgba(68, 64, 60, 0.3);
}
.hover\:border-warmgray-700\/35:hover {
    border-color: rgba(68, 64, 60, 0.35);
}
.hover\:border-warmgray-700\/40:hover {
    border-color: rgba(68, 64, 60, 0.4);
}
.hover\:border-warmgray-700\/45:hover {
    border-color: rgba(68, 64, 60, 0.45);
}
.hover\:border-warmgray-700\/5:hover {
    border-color: rgba(68, 64, 60, 0.05);
}
.hover\:border-warmgray-700\/50:hover {
    border-color: rgba(68, 64, 60, 0.5);
}
.hover\:border-warmgray-700\/55:hover {
    border-color: rgba(68, 64, 60, 0.55);
}
.hover\:border-warmgray-700\/60:hover {
    border-color: rgba(68, 64, 60, 0.6);
}
.hover\:border-warmgray-700\/65:hover {
    border-color: rgba(68, 64, 60, 0.65);
}
.hover\:border-warmgray-700\/70:hover {
    border-color: rgba(68, 64, 60, 0.7);
}
.hover\:border-warmgray-700\/75:hover {
    border-color: rgba(68, 64, 60, 0.75);
}
.hover\:border-warmgray-700\/80:hover {
    border-color: rgba(68, 64, 60, 0.8);
}
.hover\:border-warmgray-700\/85:hover {
    border-color: rgba(68, 64, 60, 0.85);
}
.hover\:border-warmgray-700\/90:hover {
    border-color: rgba(68, 64, 60, 0.9);
}
.hover\:border-warmgray-700\/95:hover {
    border-color: rgba(68, 64, 60, 0.95);
}
.hover\:border-warmgray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-800\/0:hover {
    border-color: rgba(41, 37, 36, 0);
}
.hover\:border-warmgray-800\/10:hover {
    border-color: rgba(41, 37, 36, 0.1);
}
.hover\:border-warmgray-800\/100:hover {
    border-color: #292524;
}
.hover\:border-warmgray-800\/15:hover {
    border-color: rgba(41, 37, 36, 0.15);
}
.hover\:border-warmgray-800\/20:hover {
    border-color: rgba(41, 37, 36, 0.2);
}
.hover\:border-warmgray-800\/25:hover {
    border-color: rgba(41, 37, 36, 0.25);
}
.hover\:border-warmgray-800\/30:hover {
    border-color: rgba(41, 37, 36, 0.3);
}
.hover\:border-warmgray-800\/35:hover {
    border-color: rgba(41, 37, 36, 0.35);
}
.hover\:border-warmgray-800\/40:hover {
    border-color: rgba(41, 37, 36, 0.4);
}
.hover\:border-warmgray-800\/45:hover {
    border-color: rgba(41, 37, 36, 0.45);
}
.hover\:border-warmgray-800\/5:hover {
    border-color: rgba(41, 37, 36, 0.05);
}
.hover\:border-warmgray-800\/50:hover {
    border-color: rgba(41, 37, 36, 0.5);
}
.hover\:border-warmgray-800\/55:hover {
    border-color: rgba(41, 37, 36, 0.55);
}
.hover\:border-warmgray-800\/60:hover {
    border-color: rgba(41, 37, 36, 0.6);
}
.hover\:border-warmgray-800\/65:hover {
    border-color: rgba(41, 37, 36, 0.65);
}
.hover\:border-warmgray-800\/70:hover {
    border-color: rgba(41, 37, 36, 0.7);
}
.hover\:border-warmgray-800\/75:hover {
    border-color: rgba(41, 37, 36, 0.75);
}
.hover\:border-warmgray-800\/80:hover {
    border-color: rgba(41, 37, 36, 0.8);
}
.hover\:border-warmgray-800\/85:hover {
    border-color: rgba(41, 37, 36, 0.85);
}
.hover\:border-warmgray-800\/90:hover {
    border-color: rgba(41, 37, 36, 0.9);
}
.hover\:border-warmgray-800\/95:hover {
    border-color: rgba(41, 37, 36, 0.95);
}
.hover\:border-warmgray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgray-900\/0:hover {
    border-color: rgba(28, 25, 23, 0);
}
.hover\:border-warmgray-900\/10:hover {
    border-color: rgba(28, 25, 23, 0.1);
}
.hover\:border-warmgray-900\/100:hover {
    border-color: #1c1917;
}
.hover\:border-warmgray-900\/15:hover {
    border-color: rgba(28, 25, 23, 0.15);
}
.hover\:border-warmgray-900\/20:hover {
    border-color: rgba(28, 25, 23, 0.2);
}
.hover\:border-warmgray-900\/25:hover {
    border-color: rgba(28, 25, 23, 0.25);
}
.hover\:border-warmgray-900\/30:hover {
    border-color: rgba(28, 25, 23, 0.3);
}
.hover\:border-warmgray-900\/35:hover {
    border-color: rgba(28, 25, 23, 0.35);
}
.hover\:border-warmgray-900\/40:hover {
    border-color: rgba(28, 25, 23, 0.4);
}
.hover\:border-warmgray-900\/45:hover {
    border-color: rgba(28, 25, 23, 0.45);
}
.hover\:border-warmgray-900\/5:hover {
    border-color: rgba(28, 25, 23, 0.05);
}
.hover\:border-warmgray-900\/50:hover {
    border-color: rgba(28, 25, 23, 0.5);
}
.hover\:border-warmgray-900\/55:hover {
    border-color: rgba(28, 25, 23, 0.55);
}
.hover\:border-warmgray-900\/60:hover {
    border-color: rgba(28, 25, 23, 0.6);
}
.hover\:border-warmgray-900\/65:hover {
    border-color: rgba(28, 25, 23, 0.65);
}
.hover\:border-warmgray-900\/70:hover {
    border-color: rgba(28, 25, 23, 0.7);
}
.hover\:border-warmgray-900\/75:hover {
    border-color: rgba(28, 25, 23, 0.75);
}
.hover\:border-warmgray-900\/80:hover {
    border-color: rgba(28, 25, 23, 0.8);
}
.hover\:border-warmgray-900\/85:hover {
    border-color: rgba(28, 25, 23, 0.85);
}
.hover\:border-warmgray-900\/90:hover {
    border-color: rgba(28, 25, 23, 0.9);
}
.hover\:border-warmgray-900\/95:hover {
    border-color: rgba(28, 25, 23, 0.95);
}
.hover\:border-warmgreen-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(223 250 149 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-100\/0:hover {
    border-color: hsla(76, 91%, 78%, 0);
}
.hover\:border-warmgreen-100\/10:hover {
    border-color: hsla(76, 91%, 78%, 0.1);
}
.hover\:border-warmgreen-100\/100:hover {
    border-color: #dffa95;
}
.hover\:border-warmgreen-100\/15:hover {
    border-color: hsla(76, 91%, 78%, 0.15);
}
.hover\:border-warmgreen-100\/20:hover {
    border-color: hsla(76, 91%, 78%, 0.2);
}
.hover\:border-warmgreen-100\/25:hover {
    border-color: hsla(76, 91%, 78%, 0.25);
}
.hover\:border-warmgreen-100\/30:hover {
    border-color: hsla(76, 91%, 78%, 0.3);
}
.hover\:border-warmgreen-100\/35:hover {
    border-color: hsla(76, 91%, 78%, 0.35);
}
.hover\:border-warmgreen-100\/40:hover {
    border-color: hsla(76, 91%, 78%, 0.4);
}
.hover\:border-warmgreen-100\/45:hover {
    border-color: hsla(76, 91%, 78%, 0.45);
}
.hover\:border-warmgreen-100\/5:hover {
    border-color: hsla(76, 91%, 78%, 0.05);
}
.hover\:border-warmgreen-100\/50:hover {
    border-color: hsla(76, 91%, 78%, 0.5);
}
.hover\:border-warmgreen-100\/55:hover {
    border-color: hsla(76, 91%, 78%, 0.55);
}
.hover\:border-warmgreen-100\/60:hover {
    border-color: hsla(76, 91%, 78%, 0.6);
}
.hover\:border-warmgreen-100\/65:hover {
    border-color: hsla(76, 91%, 78%, 0.65);
}
.hover\:border-warmgreen-100\/70:hover {
    border-color: hsla(76, 91%, 78%, 0.7);
}
.hover\:border-warmgreen-100\/75:hover {
    border-color: hsla(76, 91%, 78%, 0.75);
}
.hover\:border-warmgreen-100\/80:hover {
    border-color: hsla(76, 91%, 78%, 0.8);
}
.hover\:border-warmgreen-100\/85:hover {
    border-color: hsla(76, 91%, 78%, 0.85);
}
.hover\:border-warmgreen-100\/90:hover {
    border-color: hsla(76, 91%, 78%, 0.9);
}
.hover\:border-warmgreen-100\/95:hover {
    border-color: hsla(76, 91%, 78%, 0.95);
}
.hover\:border-warmgreen-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(213 240 139 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-200\/0:hover {
    border-color: hsla(76, 77%, 74%, 0);
}
.hover\:border-warmgreen-200\/10:hover {
    border-color: hsla(76, 77%, 74%, 0.1);
}
.hover\:border-warmgreen-200\/100:hover {
    border-color: #d5f08b;
}
.hover\:border-warmgreen-200\/15:hover {
    border-color: hsla(76, 77%, 74%, 0.15);
}
.hover\:border-warmgreen-200\/20:hover {
    border-color: hsla(76, 77%, 74%, 0.2);
}
.hover\:border-warmgreen-200\/25:hover {
    border-color: hsla(76, 77%, 74%, 0.25);
}
.hover\:border-warmgreen-200\/30:hover {
    border-color: hsla(76, 77%, 74%, 0.3);
}
.hover\:border-warmgreen-200\/35:hover {
    border-color: hsla(76, 77%, 74%, 0.35);
}
.hover\:border-warmgreen-200\/40:hover {
    border-color: hsla(76, 77%, 74%, 0.4);
}
.hover\:border-warmgreen-200\/45:hover {
    border-color: hsla(76, 77%, 74%, 0.45);
}
.hover\:border-warmgreen-200\/5:hover {
    border-color: hsla(76, 77%, 74%, 0.05);
}
.hover\:border-warmgreen-200\/50:hover {
    border-color: hsla(76, 77%, 74%, 0.5);
}
.hover\:border-warmgreen-200\/55:hover {
    border-color: hsla(76, 77%, 74%, 0.55);
}
.hover\:border-warmgreen-200\/60:hover {
    border-color: hsla(76, 77%, 74%, 0.6);
}
.hover\:border-warmgreen-200\/65:hover {
    border-color: hsla(76, 77%, 74%, 0.65);
}
.hover\:border-warmgreen-200\/70:hover {
    border-color: hsla(76, 77%, 74%, 0.7);
}
.hover\:border-warmgreen-200\/75:hover {
    border-color: hsla(76, 77%, 74%, 0.75);
}
.hover\:border-warmgreen-200\/80:hover {
    border-color: hsla(76, 77%, 74%, 0.8);
}
.hover\:border-warmgreen-200\/85:hover {
    border-color: hsla(76, 77%, 74%, 0.85);
}
.hover\:border-warmgreen-200\/90:hover {
    border-color: hsla(76, 77%, 74%, 0.9);
}
.hover\:border-warmgreen-200\/95:hover {
    border-color: hsla(76, 77%, 74%, 0.95);
}
.hover\:border-warmgreen-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(203 230 129 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-300\/0:hover {
    border-color: hsla(76, 67%, 70%, 0);
}
.hover\:border-warmgreen-300\/10:hover {
    border-color: hsla(76, 67%, 70%, 0.1);
}
.hover\:border-warmgreen-300\/100:hover {
    border-color: #cbe681;
}
.hover\:border-warmgreen-300\/15:hover {
    border-color: hsla(76, 67%, 70%, 0.15);
}
.hover\:border-warmgreen-300\/20:hover {
    border-color: hsla(76, 67%, 70%, 0.2);
}
.hover\:border-warmgreen-300\/25:hover {
    border-color: hsla(76, 67%, 70%, 0.25);
}
.hover\:border-warmgreen-300\/30:hover {
    border-color: hsla(76, 67%, 70%, 0.3);
}
.hover\:border-warmgreen-300\/35:hover {
    border-color: hsla(76, 67%, 70%, 0.35);
}
.hover\:border-warmgreen-300\/40:hover {
    border-color: hsla(76, 67%, 70%, 0.4);
}
.hover\:border-warmgreen-300\/45:hover {
    border-color: hsla(76, 67%, 70%, 0.45);
}
.hover\:border-warmgreen-300\/5:hover {
    border-color: hsla(76, 67%, 70%, 0.05);
}
.hover\:border-warmgreen-300\/50:hover {
    border-color: hsla(76, 67%, 70%, 0.5);
}
.hover\:border-warmgreen-300\/55:hover {
    border-color: hsla(76, 67%, 70%, 0.55);
}
.hover\:border-warmgreen-300\/60:hover {
    border-color: hsla(76, 67%, 70%, 0.6);
}
.hover\:border-warmgreen-300\/65:hover {
    border-color: hsla(76, 67%, 70%, 0.65);
}
.hover\:border-warmgreen-300\/70:hover {
    border-color: hsla(76, 67%, 70%, 0.7);
}
.hover\:border-warmgreen-300\/75:hover {
    border-color: hsla(76, 67%, 70%, 0.75);
}
.hover\:border-warmgreen-300\/80:hover {
    border-color: hsla(76, 67%, 70%, 0.8);
}
.hover\:border-warmgreen-300\/85:hover {
    border-color: hsla(76, 67%, 70%, 0.85);
}
.hover\:border-warmgreen-300\/90:hover {
    border-color: hsla(76, 67%, 70%, 0.9);
}
.hover\:border-warmgreen-300\/95:hover {
    border-color: hsla(76, 67%, 70%, 0.95);
}
.hover\:border-warmgreen-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(193 220 119 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-400\/0:hover {
    border-color: hsla(76, 59%, 66%, 0);
}
.hover\:border-warmgreen-400\/10:hover {
    border-color: hsla(76, 59%, 66%, 0.1);
}
.hover\:border-warmgreen-400\/100:hover {
    border-color: #c1dc77;
}
.hover\:border-warmgreen-400\/15:hover {
    border-color: hsla(76, 59%, 66%, 0.15);
}
.hover\:border-warmgreen-400\/20:hover {
    border-color: hsla(76, 59%, 66%, 0.2);
}
.hover\:border-warmgreen-400\/25:hover {
    border-color: hsla(76, 59%, 66%, 0.25);
}
.hover\:border-warmgreen-400\/30:hover {
    border-color: hsla(76, 59%, 66%, 0.3);
}
.hover\:border-warmgreen-400\/35:hover {
    border-color: hsla(76, 59%, 66%, 0.35);
}
.hover\:border-warmgreen-400\/40:hover {
    border-color: hsla(76, 59%, 66%, 0.4);
}
.hover\:border-warmgreen-400\/45:hover {
    border-color: hsla(76, 59%, 66%, 0.45);
}
.hover\:border-warmgreen-400\/5:hover {
    border-color: hsla(76, 59%, 66%, 0.05);
}
.hover\:border-warmgreen-400\/50:hover {
    border-color: hsla(76, 59%, 66%, 0.5);
}
.hover\:border-warmgreen-400\/55:hover {
    border-color: hsla(76, 59%, 66%, 0.55);
}
.hover\:border-warmgreen-400\/60:hover {
    border-color: hsla(76, 59%, 66%, 0.6);
}
.hover\:border-warmgreen-400\/65:hover {
    border-color: hsla(76, 59%, 66%, 0.65);
}
.hover\:border-warmgreen-400\/70:hover {
    border-color: hsla(76, 59%, 66%, 0.7);
}
.hover\:border-warmgreen-400\/75:hover {
    border-color: hsla(76, 59%, 66%, 0.75);
}
.hover\:border-warmgreen-400\/80:hover {
    border-color: hsla(76, 59%, 66%, 0.8);
}
.hover\:border-warmgreen-400\/85:hover {
    border-color: hsla(76, 59%, 66%, 0.85);
}
.hover\:border-warmgreen-400\/90:hover {
    border-color: hsla(76, 59%, 66%, 0.9);
}
.hover\:border-warmgreen-400\/95:hover {
    border-color: hsla(76, 59%, 66%, 0.95);
}
.hover\:border-warmgreen-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(233 255 159 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-50\/0:hover {
    border-color: rgba(233, 255, 159, 0);
}
.hover\:border-warmgreen-50\/10:hover {
    border-color: rgba(233, 255, 159, 0.1);
}
.hover\:border-warmgreen-50\/100:hover {
    border-color: #e9ff9f;
}
.hover\:border-warmgreen-50\/15:hover {
    border-color: rgba(233, 255, 159, 0.15);
}
.hover\:border-warmgreen-50\/20:hover {
    border-color: rgba(233, 255, 159, 0.2);
}
.hover\:border-warmgreen-50\/25:hover {
    border-color: rgba(233, 255, 159, 0.25);
}
.hover\:border-warmgreen-50\/30:hover {
    border-color: rgba(233, 255, 159, 0.3);
}
.hover\:border-warmgreen-50\/35:hover {
    border-color: rgba(233, 255, 159, 0.35);
}
.hover\:border-warmgreen-50\/40:hover {
    border-color: rgba(233, 255, 159, 0.4);
}
.hover\:border-warmgreen-50\/45:hover {
    border-color: rgba(233, 255, 159, 0.45);
}
.hover\:border-warmgreen-50\/5:hover {
    border-color: rgba(233, 255, 159, 0.05);
}
.hover\:border-warmgreen-50\/50:hover {
    border-color: rgba(233, 255, 159, 0.5);
}
.hover\:border-warmgreen-50\/55:hover {
    border-color: rgba(233, 255, 159, 0.55);
}
.hover\:border-warmgreen-50\/60:hover {
    border-color: rgba(233, 255, 159, 0.6);
}
.hover\:border-warmgreen-50\/65:hover {
    border-color: rgba(233, 255, 159, 0.65);
}
.hover\:border-warmgreen-50\/70:hover {
    border-color: rgba(233, 255, 159, 0.7);
}
.hover\:border-warmgreen-50\/75:hover {
    border-color: rgba(233, 255, 159, 0.75);
}
.hover\:border-warmgreen-50\/80:hover {
    border-color: rgba(233, 255, 159, 0.8);
}
.hover\:border-warmgreen-50\/85:hover {
    border-color: rgba(233, 255, 159, 0.85);
}
.hover\:border-warmgreen-50\/90:hover {
    border-color: rgba(233, 255, 159, 0.9);
}
.hover\:border-warmgreen-50\/95:hover {
    border-color: rgba(233, 255, 159, 0.95);
}
.hover\:border-warmgreen-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(183 210 109 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-500\/0:hover {
    border-color: hsla(76, 53%, 63%, 0);
}
.hover\:border-warmgreen-500\/10:hover {
    border-color: hsla(76, 53%, 63%, 0.1);
}
.hover\:border-warmgreen-500\/100:hover {
    border-color: #b7d26d;
}
.hover\:border-warmgreen-500\/15:hover {
    border-color: hsla(76, 53%, 63%, 0.15);
}
.hover\:border-warmgreen-500\/20:hover {
    border-color: hsla(76, 53%, 63%, 0.2);
}
.hover\:border-warmgreen-500\/25:hover {
    border-color: hsla(76, 53%, 63%, 0.25);
}
.hover\:border-warmgreen-500\/30:hover {
    border-color: hsla(76, 53%, 63%, 0.3);
}
.hover\:border-warmgreen-500\/35:hover {
    border-color: hsla(76, 53%, 63%, 0.35);
}
.hover\:border-warmgreen-500\/40:hover {
    border-color: hsla(76, 53%, 63%, 0.4);
}
.hover\:border-warmgreen-500\/45:hover {
    border-color: hsla(76, 53%, 63%, 0.45);
}
.hover\:border-warmgreen-500\/5:hover {
    border-color: hsla(76, 53%, 63%, 0.05);
}
.hover\:border-warmgreen-500\/50:hover {
    border-color: hsla(76, 53%, 63%, 0.5);
}
.hover\:border-warmgreen-500\/55:hover {
    border-color: hsla(76, 53%, 63%, 0.55);
}
.hover\:border-warmgreen-500\/60:hover {
    border-color: hsla(76, 53%, 63%, 0.6);
}
.hover\:border-warmgreen-500\/65:hover {
    border-color: hsla(76, 53%, 63%, 0.65);
}
.hover\:border-warmgreen-500\/70:hover {
    border-color: hsla(76, 53%, 63%, 0.7);
}
.hover\:border-warmgreen-500\/75:hover {
    border-color: hsla(76, 53%, 63%, 0.75);
}
.hover\:border-warmgreen-500\/80:hover {
    border-color: hsla(76, 53%, 63%, 0.8);
}
.hover\:border-warmgreen-500\/85:hover {
    border-color: hsla(76, 53%, 63%, 0.85);
}
.hover\:border-warmgreen-500\/90:hover {
    border-color: hsla(76, 53%, 63%, 0.9);
}
.hover\:border-warmgreen-500\/95:hover {
    border-color: hsla(76, 53%, 63%, 0.95);
}
.hover\:border-warmgreen-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(173 200 99 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-600\/0:hover {
    border-color: rgba(173, 200, 99, 0);
}
.hover\:border-warmgreen-600\/10:hover {
    border-color: rgba(173, 200, 99, 0.1);
}
.hover\:border-warmgreen-600\/100:hover {
    border-color: #adc863;
}
.hover\:border-warmgreen-600\/15:hover {
    border-color: rgba(173, 200, 99, 0.15);
}
.hover\:border-warmgreen-600\/20:hover {
    border-color: rgba(173, 200, 99, 0.2);
}
.hover\:border-warmgreen-600\/25:hover {
    border-color: rgba(173, 200, 99, 0.25);
}
.hover\:border-warmgreen-600\/30:hover {
    border-color: rgba(173, 200, 99, 0.3);
}
.hover\:border-warmgreen-600\/35:hover {
    border-color: rgba(173, 200, 99, 0.35);
}
.hover\:border-warmgreen-600\/40:hover {
    border-color: rgba(173, 200, 99, 0.4);
}
.hover\:border-warmgreen-600\/45:hover {
    border-color: rgba(173, 200, 99, 0.45);
}
.hover\:border-warmgreen-600\/5:hover {
    border-color: rgba(173, 200, 99, 0.05);
}
.hover\:border-warmgreen-600\/50:hover {
    border-color: rgba(173, 200, 99, 0.5);
}
.hover\:border-warmgreen-600\/55:hover {
    border-color: rgba(173, 200, 99, 0.55);
}
.hover\:border-warmgreen-600\/60:hover {
    border-color: rgba(173, 200, 99, 0.6);
}
.hover\:border-warmgreen-600\/65:hover {
    border-color: rgba(173, 200, 99, 0.65);
}
.hover\:border-warmgreen-600\/70:hover {
    border-color: rgba(173, 200, 99, 0.7);
}
.hover\:border-warmgreen-600\/75:hover {
    border-color: rgba(173, 200, 99, 0.75);
}
.hover\:border-warmgreen-600\/80:hover {
    border-color: rgba(173, 200, 99, 0.8);
}
.hover\:border-warmgreen-600\/85:hover {
    border-color: rgba(173, 200, 99, 0.85);
}
.hover\:border-warmgreen-600\/90:hover {
    border-color: rgba(173, 200, 99, 0.9);
}
.hover\:border-warmgreen-600\/95:hover {
    border-color: rgba(173, 200, 99, 0.95);
}
.hover\:border-warmgreen-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(163 190 89 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-700\/0:hover {
    border-color: rgba(163, 190, 89, 0);
}
.hover\:border-warmgreen-700\/10:hover {
    border-color: rgba(163, 190, 89, 0.1);
}
.hover\:border-warmgreen-700\/100:hover {
    border-color: #a3be59;
}
.hover\:border-warmgreen-700\/15:hover {
    border-color: rgba(163, 190, 89, 0.15);
}
.hover\:border-warmgreen-700\/20:hover {
    border-color: rgba(163, 190, 89, 0.2);
}
.hover\:border-warmgreen-700\/25:hover {
    border-color: rgba(163, 190, 89, 0.25);
}
.hover\:border-warmgreen-700\/30:hover {
    border-color: rgba(163, 190, 89, 0.3);
}
.hover\:border-warmgreen-700\/35:hover {
    border-color: rgba(163, 190, 89, 0.35);
}
.hover\:border-warmgreen-700\/40:hover {
    border-color: rgba(163, 190, 89, 0.4);
}
.hover\:border-warmgreen-700\/45:hover {
    border-color: rgba(163, 190, 89, 0.45);
}
.hover\:border-warmgreen-700\/5:hover {
    border-color: rgba(163, 190, 89, 0.05);
}
.hover\:border-warmgreen-700\/50:hover {
    border-color: rgba(163, 190, 89, 0.5);
}
.hover\:border-warmgreen-700\/55:hover {
    border-color: rgba(163, 190, 89, 0.55);
}
.hover\:border-warmgreen-700\/60:hover {
    border-color: rgba(163, 190, 89, 0.6);
}
.hover\:border-warmgreen-700\/65:hover {
    border-color: rgba(163, 190, 89, 0.65);
}
.hover\:border-warmgreen-700\/70:hover {
    border-color: rgba(163, 190, 89, 0.7);
}
.hover\:border-warmgreen-700\/75:hover {
    border-color: rgba(163, 190, 89, 0.75);
}
.hover\:border-warmgreen-700\/80:hover {
    border-color: rgba(163, 190, 89, 0.8);
}
.hover\:border-warmgreen-700\/85:hover {
    border-color: rgba(163, 190, 89, 0.85);
}
.hover\:border-warmgreen-700\/90:hover {
    border-color: rgba(163, 190, 89, 0.9);
}
.hover\:border-warmgreen-700\/95:hover {
    border-color: rgba(163, 190, 89, 0.95);
}
.hover\:border-warmgreen-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(98 119 95 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-800\/0:hover {
    border-color: rgba(98, 119, 95, 0);
}
.hover\:border-warmgreen-800\/10:hover {
    border-color: rgba(98, 119, 95, 0.1);
}
.hover\:border-warmgreen-800\/100:hover {
    border-color: #62775f;
}
.hover\:border-warmgreen-800\/15:hover {
    border-color: rgba(98, 119, 95, 0.15);
}
.hover\:border-warmgreen-800\/20:hover {
    border-color: rgba(98, 119, 95, 0.2);
}
.hover\:border-warmgreen-800\/25:hover {
    border-color: rgba(98, 119, 95, 0.25);
}
.hover\:border-warmgreen-800\/30:hover {
    border-color: rgba(98, 119, 95, 0.3);
}
.hover\:border-warmgreen-800\/35:hover {
    border-color: rgba(98, 119, 95, 0.35);
}
.hover\:border-warmgreen-800\/40:hover {
    border-color: rgba(98, 119, 95, 0.4);
}
.hover\:border-warmgreen-800\/45:hover {
    border-color: rgba(98, 119, 95, 0.45);
}
.hover\:border-warmgreen-800\/5:hover {
    border-color: rgba(98, 119, 95, 0.05);
}
.hover\:border-warmgreen-800\/50:hover {
    border-color: rgba(98, 119, 95, 0.5);
}
.hover\:border-warmgreen-800\/55:hover {
    border-color: rgba(98, 119, 95, 0.55);
}
.hover\:border-warmgreen-800\/60:hover {
    border-color: rgba(98, 119, 95, 0.6);
}
.hover\:border-warmgreen-800\/65:hover {
    border-color: rgba(98, 119, 95, 0.65);
}
.hover\:border-warmgreen-800\/70:hover {
    border-color: rgba(98, 119, 95, 0.7);
}
.hover\:border-warmgreen-800\/75:hover {
    border-color: rgba(98, 119, 95, 0.75);
}
.hover\:border-warmgreen-800\/80:hover {
    border-color: rgba(98, 119, 95, 0.8);
}
.hover\:border-warmgreen-800\/85:hover {
    border-color: rgba(98, 119, 95, 0.85);
}
.hover\:border-warmgreen-800\/90:hover {
    border-color: rgba(98, 119, 95, 0.9);
}
.hover\:border-warmgreen-800\/95:hover {
    border-color: rgba(98, 119, 95, 0.95);
}
.hover\:border-warmgreen-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(143 170 69 / var(--tw-border-opacity, 1));
}
.hover\:border-warmgreen-900\/0:hover {
    border-color: rgba(143, 170, 69, 0);
}
.hover\:border-warmgreen-900\/10:hover {
    border-color: rgba(143, 170, 69, 0.1);
}
.hover\:border-warmgreen-900\/100:hover {
    border-color: #8faa45;
}
.hover\:border-warmgreen-900\/15:hover {
    border-color: rgba(143, 170, 69, 0.15);
}
.hover\:border-warmgreen-900\/20:hover {
    border-color: rgba(143, 170, 69, 0.2);
}
.hover\:border-warmgreen-900\/25:hover {
    border-color: rgba(143, 170, 69, 0.25);
}
.hover\:border-warmgreen-900\/30:hover {
    border-color: rgba(143, 170, 69, 0.3);
}
.hover\:border-warmgreen-900\/35:hover {
    border-color: rgba(143, 170, 69, 0.35);
}
.hover\:border-warmgreen-900\/40:hover {
    border-color: rgba(143, 170, 69, 0.4);
}
.hover\:border-warmgreen-900\/45:hover {
    border-color: rgba(143, 170, 69, 0.45);
}
.hover\:border-warmgreen-900\/5:hover {
    border-color: rgba(143, 170, 69, 0.05);
}
.hover\:border-warmgreen-900\/50:hover {
    border-color: rgba(143, 170, 69, 0.5);
}
.hover\:border-warmgreen-900\/55:hover {
    border-color: rgba(143, 170, 69, 0.55);
}
.hover\:border-warmgreen-900\/60:hover {
    border-color: rgba(143, 170, 69, 0.6);
}
.hover\:border-warmgreen-900\/65:hover {
    border-color: rgba(143, 170, 69, 0.65);
}
.hover\:border-warmgreen-900\/70:hover {
    border-color: rgba(143, 170, 69, 0.7);
}
.hover\:border-warmgreen-900\/75:hover {
    border-color: rgba(143, 170, 69, 0.75);
}
.hover\:border-warmgreen-900\/80:hover {
    border-color: rgba(143, 170, 69, 0.8);
}
.hover\:border-warmgreen-900\/85:hover {
    border-color: rgba(143, 170, 69, 0.85);
}
.hover\:border-warmgreen-900\/90:hover {
    border-color: rgba(143, 170, 69, 0.9);
}
.hover\:border-warmgreen-900\/95:hover {
    border-color: rgba(143, 170, 69, 0.95);
}
.hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-100\/0:hover {
    border-color: hsla(48, 96%, 89%, 0);
}
.hover\:border-yellow-100\/10:hover {
    border-color: hsla(48, 96%, 89%, 0.1);
}
.hover\:border-yellow-100\/100:hover {
    border-color: #fef3c7;
}
.hover\:border-yellow-100\/15:hover {
    border-color: hsla(48, 96%, 89%, 0.15);
}
.hover\:border-yellow-100\/20:hover {
    border-color: hsla(48, 96%, 89%, 0.2);
}
.hover\:border-yellow-100\/25:hover {
    border-color: hsla(48, 96%, 89%, 0.25);
}
.hover\:border-yellow-100\/30:hover {
    border-color: hsla(48, 96%, 89%, 0.3);
}
.hover\:border-yellow-100\/35:hover {
    border-color: hsla(48, 96%, 89%, 0.35);
}
.hover\:border-yellow-100\/40:hover {
    border-color: hsla(48, 96%, 89%, 0.4);
}
.hover\:border-yellow-100\/45:hover {
    border-color: hsla(48, 96%, 89%, 0.45);
}
.hover\:border-yellow-100\/5:hover {
    border-color: hsla(48, 96%, 89%, 0.05);
}
.hover\:border-yellow-100\/50:hover {
    border-color: hsla(48, 96%, 89%, 0.5);
}
.hover\:border-yellow-100\/55:hover {
    border-color: hsla(48, 96%, 89%, 0.55);
}
.hover\:border-yellow-100\/60:hover {
    border-color: hsla(48, 96%, 89%, 0.6);
}
.hover\:border-yellow-100\/65:hover {
    border-color: hsla(48, 96%, 89%, 0.65);
}
.hover\:border-yellow-100\/70:hover {
    border-color: hsla(48, 96%, 89%, 0.7);
}
.hover\:border-yellow-100\/75:hover {
    border-color: hsla(48, 96%, 89%, 0.75);
}
.hover\:border-yellow-100\/80:hover {
    border-color: hsla(48, 96%, 89%, 0.8);
}
.hover\:border-yellow-100\/85:hover {
    border-color: hsla(48, 96%, 89%, 0.85);
}
.hover\:border-yellow-100\/90:hover {
    border-color: hsla(48, 96%, 89%, 0.9);
}
.hover\:border-yellow-100\/95:hover {
    border-color: hsla(48, 96%, 89%, 0.95);
}
.hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-200\/0:hover {
    border-color: hsla(48, 97%, 77%, 0);
}
.hover\:border-yellow-200\/10:hover {
    border-color: hsla(48, 97%, 77%, 0.1);
}
.hover\:border-yellow-200\/100:hover {
    border-color: #fde68a;
}
.hover\:border-yellow-200\/15:hover {
    border-color: hsla(48, 97%, 77%, 0.15);
}
.hover\:border-yellow-200\/20:hover {
    border-color: hsla(48, 97%, 77%, 0.2);
}
.hover\:border-yellow-200\/25:hover {
    border-color: hsla(48, 97%, 77%, 0.25);
}
.hover\:border-yellow-200\/30:hover {
    border-color: hsla(48, 97%, 77%, 0.3);
}
.hover\:border-yellow-200\/35:hover {
    border-color: hsla(48, 97%, 77%, 0.35);
}
.hover\:border-yellow-200\/40:hover {
    border-color: hsla(48, 97%, 77%, 0.4);
}
.hover\:border-yellow-200\/45:hover {
    border-color: hsla(48, 97%, 77%, 0.45);
}
.hover\:border-yellow-200\/5:hover {
    border-color: hsla(48, 97%, 77%, 0.05);
}
.hover\:border-yellow-200\/50:hover {
    border-color: hsla(48, 97%, 77%, 0.5);
}
.hover\:border-yellow-200\/55:hover {
    border-color: hsla(48, 97%, 77%, 0.55);
}
.hover\:border-yellow-200\/60:hover {
    border-color: hsla(48, 97%, 77%, 0.6);
}
.hover\:border-yellow-200\/65:hover {
    border-color: hsla(48, 97%, 77%, 0.65);
}
.hover\:border-yellow-200\/70:hover {
    border-color: hsla(48, 97%, 77%, 0.7);
}
.hover\:border-yellow-200\/75:hover {
    border-color: hsla(48, 97%, 77%, 0.75);
}
.hover\:border-yellow-200\/80:hover {
    border-color: hsla(48, 97%, 77%, 0.8);
}
.hover\:border-yellow-200\/85:hover {
    border-color: hsla(48, 97%, 77%, 0.85);
}
.hover\:border-yellow-200\/90:hover {
    border-color: hsla(48, 97%, 77%, 0.9);
}
.hover\:border-yellow-200\/95:hover {
    border-color: hsla(48, 97%, 77%, 0.95);
}
.hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-300\/0:hover {
    border-color: rgba(252, 211, 77, 0);
}
.hover\:border-yellow-300\/10:hover {
    border-color: rgba(252, 211, 77, 0.1);
}
.hover\:border-yellow-300\/100:hover {
    border-color: #fcd34d;
}
.hover\:border-yellow-300\/15:hover {
    border-color: rgba(252, 211, 77, 0.15);
}
.hover\:border-yellow-300\/20:hover {
    border-color: rgba(252, 211, 77, 0.2);
}
.hover\:border-yellow-300\/25:hover {
    border-color: rgba(252, 211, 77, 0.25);
}
.hover\:border-yellow-300\/30:hover {
    border-color: rgba(252, 211, 77, 0.3);
}
.hover\:border-yellow-300\/35:hover {
    border-color: rgba(252, 211, 77, 0.35);
}
.hover\:border-yellow-300\/40:hover {
    border-color: rgba(252, 211, 77, 0.4);
}
.hover\:border-yellow-300\/45:hover {
    border-color: rgba(252, 211, 77, 0.45);
}
.hover\:border-yellow-300\/5:hover {
    border-color: rgba(252, 211, 77, 0.05);
}
.hover\:border-yellow-300\/50:hover {
    border-color: rgba(252, 211, 77, 0.5);
}
.hover\:border-yellow-300\/55:hover {
    border-color: rgba(252, 211, 77, 0.55);
}
.hover\:border-yellow-300\/60:hover {
    border-color: rgba(252, 211, 77, 0.6);
}
.hover\:border-yellow-300\/65:hover {
    border-color: rgba(252, 211, 77, 0.65);
}
.hover\:border-yellow-300\/70:hover {
    border-color: rgba(252, 211, 77, 0.7);
}
.hover\:border-yellow-300\/75:hover {
    border-color: rgba(252, 211, 77, 0.75);
}
.hover\:border-yellow-300\/80:hover {
    border-color: rgba(252, 211, 77, 0.8);
}
.hover\:border-yellow-300\/85:hover {
    border-color: rgba(252, 211, 77, 0.85);
}
.hover\:border-yellow-300\/90:hover {
    border-color: rgba(252, 211, 77, 0.9);
}
.hover\:border-yellow-300\/95:hover {
    border-color: rgba(252, 211, 77, 0.95);
}
.hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-400\/0:hover {
    border-color: rgba(251, 191, 36, 0);
}
.hover\:border-yellow-400\/10:hover {
    border-color: rgba(251, 191, 36, 0.1);
}
.hover\:border-yellow-400\/100:hover {
    border-color: #fbbf24;
}
.hover\:border-yellow-400\/15:hover {
    border-color: rgba(251, 191, 36, 0.15);
}
.hover\:border-yellow-400\/20:hover {
    border-color: rgba(251, 191, 36, 0.2);
}
.hover\:border-yellow-400\/25:hover {
    border-color: rgba(251, 191, 36, 0.25);
}
.hover\:border-yellow-400\/30:hover {
    border-color: rgba(251, 191, 36, 0.3);
}
.hover\:border-yellow-400\/35:hover {
    border-color: rgba(251, 191, 36, 0.35);
}
.hover\:border-yellow-400\/40:hover {
    border-color: rgba(251, 191, 36, 0.4);
}
.hover\:border-yellow-400\/45:hover {
    border-color: rgba(251, 191, 36, 0.45);
}
.hover\:border-yellow-400\/5:hover {
    border-color: rgba(251, 191, 36, 0.05);
}
.hover\:border-yellow-400\/50:hover {
    border-color: rgba(251, 191, 36, 0.5);
}
.hover\:border-yellow-400\/55:hover {
    border-color: rgba(251, 191, 36, 0.55);
}
.hover\:border-yellow-400\/60:hover {
    border-color: rgba(251, 191, 36, 0.6);
}
.hover\:border-yellow-400\/65:hover {
    border-color: rgba(251, 191, 36, 0.65);
}
.hover\:border-yellow-400\/70:hover {
    border-color: rgba(251, 191, 36, 0.7);
}
.hover\:border-yellow-400\/75:hover {
    border-color: rgba(251, 191, 36, 0.75);
}
.hover\:border-yellow-400\/80:hover {
    border-color: rgba(251, 191, 36, 0.8);
}
.hover\:border-yellow-400\/85:hover {
    border-color: rgba(251, 191, 36, 0.85);
}
.hover\:border-yellow-400\/90:hover {
    border-color: rgba(251, 191, 36, 0.9);
}
.hover\:border-yellow-400\/95:hover {
    border-color: rgba(251, 191, 36, 0.95);
}
.hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-50\/0:hover {
    border-color: rgba(255, 251, 235, 0);
}
.hover\:border-yellow-50\/10:hover {
    border-color: rgba(255, 251, 235, 0.1);
}
.hover\:border-yellow-50\/100:hover {
    border-color: #fffbeb;
}
.hover\:border-yellow-50\/15:hover {
    border-color: rgba(255, 251, 235, 0.15);
}
.hover\:border-yellow-50\/20:hover {
    border-color: rgba(255, 251, 235, 0.2);
}
.hover\:border-yellow-50\/25:hover {
    border-color: rgba(255, 251, 235, 0.25);
}
.hover\:border-yellow-50\/30:hover {
    border-color: rgba(255, 251, 235, 0.3);
}
.hover\:border-yellow-50\/35:hover {
    border-color: rgba(255, 251, 235, 0.35);
}
.hover\:border-yellow-50\/40:hover {
    border-color: rgba(255, 251, 235, 0.4);
}
.hover\:border-yellow-50\/45:hover {
    border-color: rgba(255, 251, 235, 0.45);
}
.hover\:border-yellow-50\/5:hover {
    border-color: rgba(255, 251, 235, 0.05);
}
.hover\:border-yellow-50\/50:hover {
    border-color: rgba(255, 251, 235, 0.5);
}
.hover\:border-yellow-50\/55:hover {
    border-color: rgba(255, 251, 235, 0.55);
}
.hover\:border-yellow-50\/60:hover {
    border-color: rgba(255, 251, 235, 0.6);
}
.hover\:border-yellow-50\/65:hover {
    border-color: rgba(255, 251, 235, 0.65);
}
.hover\:border-yellow-50\/70:hover {
    border-color: rgba(255, 251, 235, 0.7);
}
.hover\:border-yellow-50\/75:hover {
    border-color: rgba(255, 251, 235, 0.75);
}
.hover\:border-yellow-50\/80:hover {
    border-color: rgba(255, 251, 235, 0.8);
}
.hover\:border-yellow-50\/85:hover {
    border-color: rgba(255, 251, 235, 0.85);
}
.hover\:border-yellow-50\/90:hover {
    border-color: rgba(255, 251, 235, 0.9);
}
.hover\:border-yellow-50\/95:hover {
    border-color: rgba(255, 251, 235, 0.95);
}
.hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-500\/0:hover {
    border-color: rgba(245, 158, 11, 0);
}
.hover\:border-yellow-500\/10:hover {
    border-color: rgba(245, 158, 11, 0.1);
}
.hover\:border-yellow-500\/100:hover {
    border-color: #f59e0b;
}
.hover\:border-yellow-500\/15:hover {
    border-color: rgba(245, 158, 11, 0.15);
}
.hover\:border-yellow-500\/20:hover {
    border-color: rgba(245, 158, 11, 0.2);
}
.hover\:border-yellow-500\/25:hover {
    border-color: rgba(245, 158, 11, 0.25);
}
.hover\:border-yellow-500\/30:hover {
    border-color: rgba(245, 158, 11, 0.3);
}
.hover\:border-yellow-500\/35:hover {
    border-color: rgba(245, 158, 11, 0.35);
}
.hover\:border-yellow-500\/40:hover {
    border-color: rgba(245, 158, 11, 0.4);
}
.hover\:border-yellow-500\/45:hover {
    border-color: rgba(245, 158, 11, 0.45);
}
.hover\:border-yellow-500\/5:hover {
    border-color: rgba(245, 158, 11, 0.05);
}
.hover\:border-yellow-500\/50:hover {
    border-color: rgba(245, 158, 11, 0.5);
}
.hover\:border-yellow-500\/55:hover {
    border-color: rgba(245, 158, 11, 0.55);
}
.hover\:border-yellow-500\/60:hover {
    border-color: rgba(245, 158, 11, 0.6);
}
.hover\:border-yellow-500\/65:hover {
    border-color: rgba(245, 158, 11, 0.65);
}
.hover\:border-yellow-500\/70:hover {
    border-color: rgba(245, 158, 11, 0.7);
}
.hover\:border-yellow-500\/75:hover {
    border-color: rgba(245, 158, 11, 0.75);
}
.hover\:border-yellow-500\/80:hover {
    border-color: rgba(245, 158, 11, 0.8);
}
.hover\:border-yellow-500\/85:hover {
    border-color: rgba(245, 158, 11, 0.85);
}
.hover\:border-yellow-500\/90:hover {
    border-color: rgba(245, 158, 11, 0.9);
}
.hover\:border-yellow-500\/95:hover {
    border-color: rgba(245, 158, 11, 0.95);
}
.hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-600\/0:hover {
    border-color: rgba(217, 119, 6, 0);
}
.hover\:border-yellow-600\/10:hover {
    border-color: rgba(217, 119, 6, 0.1);
}
.hover\:border-yellow-600\/100:hover {
    border-color: #d97706;
}
.hover\:border-yellow-600\/15:hover {
    border-color: rgba(217, 119, 6, 0.15);
}
.hover\:border-yellow-600\/20:hover {
    border-color: rgba(217, 119, 6, 0.2);
}
.hover\:border-yellow-600\/25:hover {
    border-color: rgba(217, 119, 6, 0.25);
}
.hover\:border-yellow-600\/30:hover {
    border-color: rgba(217, 119, 6, 0.3);
}
.hover\:border-yellow-600\/35:hover {
    border-color: rgba(217, 119, 6, 0.35);
}
.hover\:border-yellow-600\/40:hover {
    border-color: rgba(217, 119, 6, 0.4);
}
.hover\:border-yellow-600\/45:hover {
    border-color: rgba(217, 119, 6, 0.45);
}
.hover\:border-yellow-600\/5:hover {
    border-color: rgba(217, 119, 6, 0.05);
}
.hover\:border-yellow-600\/50:hover {
    border-color: rgba(217, 119, 6, 0.5);
}
.hover\:border-yellow-600\/55:hover {
    border-color: rgba(217, 119, 6, 0.55);
}
.hover\:border-yellow-600\/60:hover {
    border-color: rgba(217, 119, 6, 0.6);
}
.hover\:border-yellow-600\/65:hover {
    border-color: rgba(217, 119, 6, 0.65);
}
.hover\:border-yellow-600\/70:hover {
    border-color: rgba(217, 119, 6, 0.7);
}
.hover\:border-yellow-600\/75:hover {
    border-color: rgba(217, 119, 6, 0.75);
}
.hover\:border-yellow-600\/80:hover {
    border-color: rgba(217, 119, 6, 0.8);
}
.hover\:border-yellow-600\/85:hover {
    border-color: rgba(217, 119, 6, 0.85);
}
.hover\:border-yellow-600\/90:hover {
    border-color: rgba(217, 119, 6, 0.9);
}
.hover\:border-yellow-600\/95:hover {
    border-color: rgba(217, 119, 6, 0.95);
}
.hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-700\/0:hover {
    border-color: rgba(180, 83, 9, 0);
}
.hover\:border-yellow-700\/10:hover {
    border-color: rgba(180, 83, 9, 0.1);
}
.hover\:border-yellow-700\/100:hover {
    border-color: #b45309;
}
.hover\:border-yellow-700\/15:hover {
    border-color: rgba(180, 83, 9, 0.15);
}
.hover\:border-yellow-700\/20:hover {
    border-color: rgba(180, 83, 9, 0.2);
}
.hover\:border-yellow-700\/25:hover {
    border-color: rgba(180, 83, 9, 0.25);
}
.hover\:border-yellow-700\/30:hover {
    border-color: rgba(180, 83, 9, 0.3);
}
.hover\:border-yellow-700\/35:hover {
    border-color: rgba(180, 83, 9, 0.35);
}
.hover\:border-yellow-700\/40:hover {
    border-color: rgba(180, 83, 9, 0.4);
}
.hover\:border-yellow-700\/45:hover {
    border-color: rgba(180, 83, 9, 0.45);
}
.hover\:border-yellow-700\/5:hover {
    border-color: rgba(180, 83, 9, 0.05);
}
.hover\:border-yellow-700\/50:hover {
    border-color: rgba(180, 83, 9, 0.5);
}
.hover\:border-yellow-700\/55:hover {
    border-color: rgba(180, 83, 9, 0.55);
}
.hover\:border-yellow-700\/60:hover {
    border-color: rgba(180, 83, 9, 0.6);
}
.hover\:border-yellow-700\/65:hover {
    border-color: rgba(180, 83, 9, 0.65);
}
.hover\:border-yellow-700\/70:hover {
    border-color: rgba(180, 83, 9, 0.7);
}
.hover\:border-yellow-700\/75:hover {
    border-color: rgba(180, 83, 9, 0.75);
}
.hover\:border-yellow-700\/80:hover {
    border-color: rgba(180, 83, 9, 0.8);
}
.hover\:border-yellow-700\/85:hover {
    border-color: rgba(180, 83, 9, 0.85);
}
.hover\:border-yellow-700\/90:hover {
    border-color: rgba(180, 83, 9, 0.9);
}
.hover\:border-yellow-700\/95:hover {
    border-color: rgba(180, 83, 9, 0.95);
}
.hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-800\/0:hover {
    border-color: rgba(146, 64, 14, 0);
}
.hover\:border-yellow-800\/10:hover {
    border-color: rgba(146, 64, 14, 0.1);
}
.hover\:border-yellow-800\/100:hover {
    border-color: #92400e;
}
.hover\:border-yellow-800\/15:hover {
    border-color: rgba(146, 64, 14, 0.15);
}
.hover\:border-yellow-800\/20:hover {
    border-color: rgba(146, 64, 14, 0.2);
}
.hover\:border-yellow-800\/25:hover {
    border-color: rgba(146, 64, 14, 0.25);
}
.hover\:border-yellow-800\/30:hover {
    border-color: rgba(146, 64, 14, 0.3);
}
.hover\:border-yellow-800\/35:hover {
    border-color: rgba(146, 64, 14, 0.35);
}
.hover\:border-yellow-800\/40:hover {
    border-color: rgba(146, 64, 14, 0.4);
}
.hover\:border-yellow-800\/45:hover {
    border-color: rgba(146, 64, 14, 0.45);
}
.hover\:border-yellow-800\/5:hover {
    border-color: rgba(146, 64, 14, 0.05);
}
.hover\:border-yellow-800\/50:hover {
    border-color: rgba(146, 64, 14, 0.5);
}
.hover\:border-yellow-800\/55:hover {
    border-color: rgba(146, 64, 14, 0.55);
}
.hover\:border-yellow-800\/60:hover {
    border-color: rgba(146, 64, 14, 0.6);
}
.hover\:border-yellow-800\/65:hover {
    border-color: rgba(146, 64, 14, 0.65);
}
.hover\:border-yellow-800\/70:hover {
    border-color: rgba(146, 64, 14, 0.7);
}
.hover\:border-yellow-800\/75:hover {
    border-color: rgba(146, 64, 14, 0.75);
}
.hover\:border-yellow-800\/80:hover {
    border-color: rgba(146, 64, 14, 0.8);
}
.hover\:border-yellow-800\/85:hover {
    border-color: rgba(146, 64, 14, 0.85);
}
.hover\:border-yellow-800\/90:hover {
    border-color: rgba(146, 64, 14, 0.9);
}
.hover\:border-yellow-800\/95:hover {
    border-color: rgba(146, 64, 14, 0.95);
}
.hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-900\/0:hover {
    border-color: rgba(120, 53, 15, 0);
}
.hover\:border-yellow-900\/10:hover {
    border-color: rgba(120, 53, 15, 0.1);
}
.hover\:border-yellow-900\/100:hover {
    border-color: #78350f;
}
.hover\:border-yellow-900\/15:hover {
    border-color: rgba(120, 53, 15, 0.15);
}
.hover\:border-yellow-900\/20:hover {
    border-color: rgba(120, 53, 15, 0.2);
}
.hover\:border-yellow-900\/25:hover {
    border-color: rgba(120, 53, 15, 0.25);
}
.hover\:border-yellow-900\/30:hover {
    border-color: rgba(120, 53, 15, 0.3);
}
.hover\:border-yellow-900\/35:hover {
    border-color: rgba(120, 53, 15, 0.35);
}
.hover\:border-yellow-900\/40:hover {
    border-color: rgba(120, 53, 15, 0.4);
}
.hover\:border-yellow-900\/45:hover {
    border-color: rgba(120, 53, 15, 0.45);
}
.hover\:border-yellow-900\/5:hover {
    border-color: rgba(120, 53, 15, 0.05);
}
.hover\:border-yellow-900\/50:hover {
    border-color: rgba(120, 53, 15, 0.5);
}
.hover\:border-yellow-900\/55:hover {
    border-color: rgba(120, 53, 15, 0.55);
}
.hover\:border-yellow-900\/60:hover {
    border-color: rgba(120, 53, 15, 0.6);
}
.hover\:border-yellow-900\/65:hover {
    border-color: rgba(120, 53, 15, 0.65);
}
.hover\:border-yellow-900\/70:hover {
    border-color: rgba(120, 53, 15, 0.7);
}
.hover\:border-yellow-900\/75:hover {
    border-color: rgba(120, 53, 15, 0.75);
}
.hover\:border-yellow-900\/80:hover {
    border-color: rgba(120, 53, 15, 0.8);
}
.hover\:border-yellow-900\/85:hover {
    border-color: rgba(120, 53, 15, 0.85);
}
.hover\:border-yellow-900\/90:hover {
    border-color: rgba(120, 53, 15, 0.9);
}
.hover\:border-yellow-900\/95:hover {
    border-color: rgba(120, 53, 15, 0.95);
}
.hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-100\/0:hover {
    border-color: hsla(240, 5%, 96%, 0);
}
.hover\:border-zinc-100\/10:hover {
    border-color: hsla(240, 5%, 96%, 0.1);
}
.hover\:border-zinc-100\/100:hover {
    border-color: #f4f4f5;
}
.hover\:border-zinc-100\/15:hover {
    border-color: hsla(240, 5%, 96%, 0.15);
}
.hover\:border-zinc-100\/20:hover {
    border-color: hsla(240, 5%, 96%, 0.2);
}
.hover\:border-zinc-100\/25:hover {
    border-color: hsla(240, 5%, 96%, 0.25);
}
.hover\:border-zinc-100\/30:hover {
    border-color: hsla(240, 5%, 96%, 0.3);
}
.hover\:border-zinc-100\/35:hover {
    border-color: hsla(240, 5%, 96%, 0.35);
}
.hover\:border-zinc-100\/40:hover {
    border-color: hsla(240, 5%, 96%, 0.4);
}
.hover\:border-zinc-100\/45:hover {
    border-color: hsla(240, 5%, 96%, 0.45);
}
.hover\:border-zinc-100\/5:hover {
    border-color: hsla(240, 5%, 96%, 0.05);
}
.hover\:border-zinc-100\/50:hover {
    border-color: hsla(240, 5%, 96%, 0.5);
}
.hover\:border-zinc-100\/55:hover {
    border-color: hsla(240, 5%, 96%, 0.55);
}
.hover\:border-zinc-100\/60:hover {
    border-color: hsla(240, 5%, 96%, 0.6);
}
.hover\:border-zinc-100\/65:hover {
    border-color: hsla(240, 5%, 96%, 0.65);
}
.hover\:border-zinc-100\/70:hover {
    border-color: hsla(240, 5%, 96%, 0.7);
}
.hover\:border-zinc-100\/75:hover {
    border-color: hsla(240, 5%, 96%, 0.75);
}
.hover\:border-zinc-100\/80:hover {
    border-color: hsla(240, 5%, 96%, 0.8);
}
.hover\:border-zinc-100\/85:hover {
    border-color: hsla(240, 5%, 96%, 0.85);
}
.hover\:border-zinc-100\/90:hover {
    border-color: hsla(240, 5%, 96%, 0.9);
}
.hover\:border-zinc-100\/95:hover {
    border-color: hsla(240, 5%, 96%, 0.95);
}
.hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-200\/0:hover {
    border-color: hsla(240, 6%, 90%, 0);
}
.hover\:border-zinc-200\/10:hover {
    border-color: hsla(240, 6%, 90%, 0.1);
}
.hover\:border-zinc-200\/100:hover {
    border-color: #e4e4e7;
}
.hover\:border-zinc-200\/15:hover {
    border-color: hsla(240, 6%, 90%, 0.15);
}
.hover\:border-zinc-200\/20:hover {
    border-color: hsla(240, 6%, 90%, 0.2);
}
.hover\:border-zinc-200\/25:hover {
    border-color: hsla(240, 6%, 90%, 0.25);
}
.hover\:border-zinc-200\/30:hover {
    border-color: hsla(240, 6%, 90%, 0.3);
}
.hover\:border-zinc-200\/35:hover {
    border-color: hsla(240, 6%, 90%, 0.35);
}
.hover\:border-zinc-200\/40:hover {
    border-color: hsla(240, 6%, 90%, 0.4);
}
.hover\:border-zinc-200\/45:hover {
    border-color: hsla(240, 6%, 90%, 0.45);
}
.hover\:border-zinc-200\/5:hover {
    border-color: hsla(240, 6%, 90%, 0.05);
}
.hover\:border-zinc-200\/50:hover {
    border-color: hsla(240, 6%, 90%, 0.5);
}
.hover\:border-zinc-200\/55:hover {
    border-color: hsla(240, 6%, 90%, 0.55);
}
.hover\:border-zinc-200\/60:hover {
    border-color: hsla(240, 6%, 90%, 0.6);
}
.hover\:border-zinc-200\/65:hover {
    border-color: hsla(240, 6%, 90%, 0.65);
}
.hover\:border-zinc-200\/70:hover {
    border-color: hsla(240, 6%, 90%, 0.7);
}
.hover\:border-zinc-200\/75:hover {
    border-color: hsla(240, 6%, 90%, 0.75);
}
.hover\:border-zinc-200\/80:hover {
    border-color: hsla(240, 6%, 90%, 0.8);
}
.hover\:border-zinc-200\/85:hover {
    border-color: hsla(240, 6%, 90%, 0.85);
}
.hover\:border-zinc-200\/90:hover {
    border-color: hsla(240, 6%, 90%, 0.9);
}
.hover\:border-zinc-200\/95:hover {
    border-color: hsla(240, 6%, 90%, 0.95);
}
.hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-300\/0:hover {
    border-color: hsla(240, 5%, 84%, 0);
}
.hover\:border-zinc-300\/10:hover {
    border-color: hsla(240, 5%, 84%, 0.1);
}
.hover\:border-zinc-300\/100:hover {
    border-color: #d4d4d8;
}
.hover\:border-zinc-300\/15:hover {
    border-color: hsla(240, 5%, 84%, 0.15);
}
.hover\:border-zinc-300\/20:hover {
    border-color: hsla(240, 5%, 84%, 0.2);
}
.hover\:border-zinc-300\/25:hover {
    border-color: hsla(240, 5%, 84%, 0.25);
}
.hover\:border-zinc-300\/30:hover {
    border-color: hsla(240, 5%, 84%, 0.3);
}
.hover\:border-zinc-300\/35:hover {
    border-color: hsla(240, 5%, 84%, 0.35);
}
.hover\:border-zinc-300\/40:hover {
    border-color: hsla(240, 5%, 84%, 0.4);
}
.hover\:border-zinc-300\/45:hover {
    border-color: hsla(240, 5%, 84%, 0.45);
}
.hover\:border-zinc-300\/5:hover {
    border-color: hsla(240, 5%, 84%, 0.05);
}
.hover\:border-zinc-300\/50:hover {
    border-color: hsla(240, 5%, 84%, 0.5);
}
.hover\:border-zinc-300\/55:hover {
    border-color: hsla(240, 5%, 84%, 0.55);
}
.hover\:border-zinc-300\/60:hover {
    border-color: hsla(240, 5%, 84%, 0.6);
}
.hover\:border-zinc-300\/65:hover {
    border-color: hsla(240, 5%, 84%, 0.65);
}
.hover\:border-zinc-300\/70:hover {
    border-color: hsla(240, 5%, 84%, 0.7);
}
.hover\:border-zinc-300\/75:hover {
    border-color: hsla(240, 5%, 84%, 0.75);
}
.hover\:border-zinc-300\/80:hover {
    border-color: hsla(240, 5%, 84%, 0.8);
}
.hover\:border-zinc-300\/85:hover {
    border-color: hsla(240, 5%, 84%, 0.85);
}
.hover\:border-zinc-300\/90:hover {
    border-color: hsla(240, 5%, 84%, 0.9);
}
.hover\:border-zinc-300\/95:hover {
    border-color: hsla(240, 5%, 84%, 0.95);
}
.hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-400\/0:hover {
    border-color: hsla(240, 5%, 65%, 0);
}
.hover\:border-zinc-400\/10:hover {
    border-color: hsla(240, 5%, 65%, 0.1);
}
.hover\:border-zinc-400\/100:hover {
    border-color: #a1a1aa;
}
.hover\:border-zinc-400\/15:hover {
    border-color: hsla(240, 5%, 65%, 0.15);
}
.hover\:border-zinc-400\/20:hover {
    border-color: hsla(240, 5%, 65%, 0.2);
}
.hover\:border-zinc-400\/25:hover {
    border-color: hsla(240, 5%, 65%, 0.25);
}
.hover\:border-zinc-400\/30:hover {
    border-color: hsla(240, 5%, 65%, 0.3);
}
.hover\:border-zinc-400\/35:hover {
    border-color: hsla(240, 5%, 65%, 0.35);
}
.hover\:border-zinc-400\/40:hover {
    border-color: hsla(240, 5%, 65%, 0.4);
}
.hover\:border-zinc-400\/45:hover {
    border-color: hsla(240, 5%, 65%, 0.45);
}
.hover\:border-zinc-400\/5:hover {
    border-color: hsla(240, 5%, 65%, 0.05);
}
.hover\:border-zinc-400\/50:hover {
    border-color: hsla(240, 5%, 65%, 0.5);
}
.hover\:border-zinc-400\/55:hover {
    border-color: hsla(240, 5%, 65%, 0.55);
}
.hover\:border-zinc-400\/60:hover {
    border-color: hsla(240, 5%, 65%, 0.6);
}
.hover\:border-zinc-400\/65:hover {
    border-color: hsla(240, 5%, 65%, 0.65);
}
.hover\:border-zinc-400\/70:hover {
    border-color: hsla(240, 5%, 65%, 0.7);
}
.hover\:border-zinc-400\/75:hover {
    border-color: hsla(240, 5%, 65%, 0.75);
}
.hover\:border-zinc-400\/80:hover {
    border-color: hsla(240, 5%, 65%, 0.8);
}
.hover\:border-zinc-400\/85:hover {
    border-color: hsla(240, 5%, 65%, 0.85);
}
.hover\:border-zinc-400\/90:hover {
    border-color: hsla(240, 5%, 65%, 0.9);
}
.hover\:border-zinc-400\/95:hover {
    border-color: hsla(240, 5%, 65%, 0.95);
}
.hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-50\/0:hover {
    border-color: hsla(0, 0%, 98%, 0);
}
.hover\:border-zinc-50\/10:hover {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:border-zinc-50\/100:hover {
    border-color: #fafafa;
}
.hover\:border-zinc-50\/15:hover {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:border-zinc-50\/20:hover {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:border-zinc-50\/25:hover {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:border-zinc-50\/30:hover {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:border-zinc-50\/35:hover {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:border-zinc-50\/40:hover {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:border-zinc-50\/45:hover {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:border-zinc-50\/5:hover {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:border-zinc-50\/50:hover {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:border-zinc-50\/55:hover {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:border-zinc-50\/60:hover {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:border-zinc-50\/65:hover {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:border-zinc-50\/70:hover {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:border-zinc-50\/75:hover {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:border-zinc-50\/80:hover {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:border-zinc-50\/85:hover {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:border-zinc-50\/90:hover {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:border-zinc-50\/95:hover {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-500\/0:hover {
    border-color: hsla(240, 4%, 46%, 0);
}
.hover\:border-zinc-500\/10:hover {
    border-color: hsla(240, 4%, 46%, 0.1);
}
.hover\:border-zinc-500\/100:hover {
    border-color: #71717a;
}
.hover\:border-zinc-500\/15:hover {
    border-color: hsla(240, 4%, 46%, 0.15);
}
.hover\:border-zinc-500\/20:hover {
    border-color: hsla(240, 4%, 46%, 0.2);
}
.hover\:border-zinc-500\/25:hover {
    border-color: hsla(240, 4%, 46%, 0.25);
}
.hover\:border-zinc-500\/30:hover {
    border-color: hsla(240, 4%, 46%, 0.3);
}
.hover\:border-zinc-500\/35:hover {
    border-color: hsla(240, 4%, 46%, 0.35);
}
.hover\:border-zinc-500\/40:hover {
    border-color: hsla(240, 4%, 46%, 0.4);
}
.hover\:border-zinc-500\/45:hover {
    border-color: hsla(240, 4%, 46%, 0.45);
}
.hover\:border-zinc-500\/5:hover {
    border-color: hsla(240, 4%, 46%, 0.05);
}
.hover\:border-zinc-500\/50:hover {
    border-color: hsla(240, 4%, 46%, 0.5);
}
.hover\:border-zinc-500\/55:hover {
    border-color: hsla(240, 4%, 46%, 0.55);
}
.hover\:border-zinc-500\/60:hover {
    border-color: hsla(240, 4%, 46%, 0.6);
}
.hover\:border-zinc-500\/65:hover {
    border-color: hsla(240, 4%, 46%, 0.65);
}
.hover\:border-zinc-500\/70:hover {
    border-color: hsla(240, 4%, 46%, 0.7);
}
.hover\:border-zinc-500\/75:hover {
    border-color: hsla(240, 4%, 46%, 0.75);
}
.hover\:border-zinc-500\/80:hover {
    border-color: hsla(240, 4%, 46%, 0.8);
}
.hover\:border-zinc-500\/85:hover {
    border-color: hsla(240, 4%, 46%, 0.85);
}
.hover\:border-zinc-500\/90:hover {
    border-color: hsla(240, 4%, 46%, 0.9);
}
.hover\:border-zinc-500\/95:hover {
    border-color: hsla(240, 4%, 46%, 0.95);
}
.hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-600\/0:hover {
    border-color: rgba(82, 82, 91, 0);
}
.hover\:border-zinc-600\/10:hover {
    border-color: rgba(82, 82, 91, 0.1);
}
.hover\:border-zinc-600\/100:hover {
    border-color: #52525b;
}
.hover\:border-zinc-600\/15:hover {
    border-color: rgba(82, 82, 91, 0.15);
}
.hover\:border-zinc-600\/20:hover {
    border-color: rgba(82, 82, 91, 0.2);
}
.hover\:border-zinc-600\/25:hover {
    border-color: rgba(82, 82, 91, 0.25);
}
.hover\:border-zinc-600\/30:hover {
    border-color: rgba(82, 82, 91, 0.3);
}
.hover\:border-zinc-600\/35:hover {
    border-color: rgba(82, 82, 91, 0.35);
}
.hover\:border-zinc-600\/40:hover {
    border-color: rgba(82, 82, 91, 0.4);
}
.hover\:border-zinc-600\/45:hover {
    border-color: rgba(82, 82, 91, 0.45);
}
.hover\:border-zinc-600\/5:hover {
    border-color: rgba(82, 82, 91, 0.05);
}
.hover\:border-zinc-600\/50:hover {
    border-color: rgba(82, 82, 91, 0.5);
}
.hover\:border-zinc-600\/55:hover {
    border-color: rgba(82, 82, 91, 0.55);
}
.hover\:border-zinc-600\/60:hover {
    border-color: rgba(82, 82, 91, 0.6);
}
.hover\:border-zinc-600\/65:hover {
    border-color: rgba(82, 82, 91, 0.65);
}
.hover\:border-zinc-600\/70:hover {
    border-color: rgba(82, 82, 91, 0.7);
}
.hover\:border-zinc-600\/75:hover {
    border-color: rgba(82, 82, 91, 0.75);
}
.hover\:border-zinc-600\/80:hover {
    border-color: rgba(82, 82, 91, 0.8);
}
.hover\:border-zinc-600\/85:hover {
    border-color: rgba(82, 82, 91, 0.85);
}
.hover\:border-zinc-600\/90:hover {
    border-color: rgba(82, 82, 91, 0.9);
}
.hover\:border-zinc-600\/95:hover {
    border-color: rgba(82, 82, 91, 0.95);
}
.hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-700\/0:hover {
    border-color: rgba(63, 63, 70, 0);
}
.hover\:border-zinc-700\/10:hover {
    border-color: rgba(63, 63, 70, 0.1);
}
.hover\:border-zinc-700\/100:hover {
    border-color: #3f3f46;
}
.hover\:border-zinc-700\/15:hover {
    border-color: rgba(63, 63, 70, 0.15);
}
.hover\:border-zinc-700\/20:hover {
    border-color: rgba(63, 63, 70, 0.2);
}
.hover\:border-zinc-700\/25:hover {
    border-color: rgba(63, 63, 70, 0.25);
}
.hover\:border-zinc-700\/30:hover {
    border-color: rgba(63, 63, 70, 0.3);
}
.hover\:border-zinc-700\/35:hover {
    border-color: rgba(63, 63, 70, 0.35);
}
.hover\:border-zinc-700\/40:hover {
    border-color: rgba(63, 63, 70, 0.4);
}
.hover\:border-zinc-700\/45:hover {
    border-color: rgba(63, 63, 70, 0.45);
}
.hover\:border-zinc-700\/5:hover {
    border-color: rgba(63, 63, 70, 0.05);
}
.hover\:border-zinc-700\/50:hover {
    border-color: rgba(63, 63, 70, 0.5);
}
.hover\:border-zinc-700\/55:hover {
    border-color: rgba(63, 63, 70, 0.55);
}
.hover\:border-zinc-700\/60:hover {
    border-color: rgba(63, 63, 70, 0.6);
}
.hover\:border-zinc-700\/65:hover {
    border-color: rgba(63, 63, 70, 0.65);
}
.hover\:border-zinc-700\/70:hover {
    border-color: rgba(63, 63, 70, 0.7);
}
.hover\:border-zinc-700\/75:hover {
    border-color: rgba(63, 63, 70, 0.75);
}
.hover\:border-zinc-700\/80:hover {
    border-color: rgba(63, 63, 70, 0.8);
}
.hover\:border-zinc-700\/85:hover {
    border-color: rgba(63, 63, 70, 0.85);
}
.hover\:border-zinc-700\/90:hover {
    border-color: rgba(63, 63, 70, 0.9);
}
.hover\:border-zinc-700\/95:hover {
    border-color: rgba(63, 63, 70, 0.95);
}
.hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-800\/0:hover {
    border-color: rgba(39, 39, 42, 0);
}
.hover\:border-zinc-800\/10:hover {
    border-color: rgba(39, 39, 42, 0.1);
}
.hover\:border-zinc-800\/100:hover {
    border-color: #27272a;
}
.hover\:border-zinc-800\/15:hover {
    border-color: rgba(39, 39, 42, 0.15);
}
.hover\:border-zinc-800\/20:hover {
    border-color: rgba(39, 39, 42, 0.2);
}
.hover\:border-zinc-800\/25:hover {
    border-color: rgba(39, 39, 42, 0.25);
}
.hover\:border-zinc-800\/30:hover {
    border-color: rgba(39, 39, 42, 0.3);
}
.hover\:border-zinc-800\/35:hover {
    border-color: rgba(39, 39, 42, 0.35);
}
.hover\:border-zinc-800\/40:hover {
    border-color: rgba(39, 39, 42, 0.4);
}
.hover\:border-zinc-800\/45:hover {
    border-color: rgba(39, 39, 42, 0.45);
}
.hover\:border-zinc-800\/5:hover {
    border-color: rgba(39, 39, 42, 0.05);
}
.hover\:border-zinc-800\/50:hover {
    border-color: rgba(39, 39, 42, 0.5);
}
.hover\:border-zinc-800\/55:hover {
    border-color: rgba(39, 39, 42, 0.55);
}
.hover\:border-zinc-800\/60:hover {
    border-color: rgba(39, 39, 42, 0.6);
}
.hover\:border-zinc-800\/65:hover {
    border-color: rgba(39, 39, 42, 0.65);
}
.hover\:border-zinc-800\/70:hover {
    border-color: rgba(39, 39, 42, 0.7);
}
.hover\:border-zinc-800\/75:hover {
    border-color: rgba(39, 39, 42, 0.75);
}
.hover\:border-zinc-800\/80:hover {
    border-color: rgba(39, 39, 42, 0.8);
}
.hover\:border-zinc-800\/85:hover {
    border-color: rgba(39, 39, 42, 0.85);
}
.hover\:border-zinc-800\/90:hover {
    border-color: rgba(39, 39, 42, 0.9);
}
.hover\:border-zinc-800\/95:hover {
    border-color: rgba(39, 39, 42, 0.95);
}
.hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.hover\:border-zinc-900\/0:hover {
    border-color: rgba(24, 24, 27, 0);
}
.hover\:border-zinc-900\/10:hover {
    border-color: rgba(24, 24, 27, 0.1);
}
.hover\:border-zinc-900\/100:hover {
    border-color: #18181b;
}
.hover\:border-zinc-900\/15:hover {
    border-color: rgba(24, 24, 27, 0.15);
}
.hover\:border-zinc-900\/20:hover {
    border-color: rgba(24, 24, 27, 0.2);
}
.hover\:border-zinc-900\/25:hover {
    border-color: rgba(24, 24, 27, 0.25);
}
.hover\:border-zinc-900\/30:hover {
    border-color: rgba(24, 24, 27, 0.3);
}
.hover\:border-zinc-900\/35:hover {
    border-color: rgba(24, 24, 27, 0.35);
}
.hover\:border-zinc-900\/40:hover {
    border-color: rgba(24, 24, 27, 0.4);
}
.hover\:border-zinc-900\/45:hover {
    border-color: rgba(24, 24, 27, 0.45);
}
.hover\:border-zinc-900\/5:hover {
    border-color: rgba(24, 24, 27, 0.05);
}
.hover\:border-zinc-900\/50:hover {
    border-color: rgba(24, 24, 27, 0.5);
}
.hover\:border-zinc-900\/55:hover {
    border-color: rgba(24, 24, 27, 0.55);
}
.hover\:border-zinc-900\/60:hover {
    border-color: rgba(24, 24, 27, 0.6);
}
.hover\:border-zinc-900\/65:hover {
    border-color: rgba(24, 24, 27, 0.65);
}
.hover\:border-zinc-900\/70:hover {
    border-color: rgba(24, 24, 27, 0.7);
}
.hover\:border-zinc-900\/75:hover {
    border-color: rgba(24, 24, 27, 0.75);
}
.hover\:border-zinc-900\/80:hover {
    border-color: rgba(24, 24, 27, 0.8);
}
.hover\:border-zinc-900\/85:hover {
    border-color: rgba(24, 24, 27, 0.85);
}
.hover\:border-zinc-900\/90:hover {
    border-color: rgba(24, 24, 27, 0.9);
}
.hover\:border-zinc-900\/95:hover {
    border-color: rgba(24, 24, 27, 0.95);
}
.hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-100\/0:hover {
    background-color: hsla(48, 96%, 89%, 0);
}
.hover\:bg-amber-100\/10:hover {
    background-color: hsla(48, 96%, 89%, 0.1);
}
.hover\:bg-amber-100\/100:hover {
    background-color: #fef3c7;
}
.hover\:bg-amber-100\/15:hover {
    background-color: hsla(48, 96%, 89%, 0.15);
}
.hover\:bg-amber-100\/20:hover {
    background-color: hsla(48, 96%, 89%, 0.2);
}
.hover\:bg-amber-100\/25:hover {
    background-color: hsla(48, 96%, 89%, 0.25);
}
.hover\:bg-amber-100\/30:hover {
    background-color: hsla(48, 96%, 89%, 0.3);
}
.hover\:bg-amber-100\/35:hover {
    background-color: hsla(48, 96%, 89%, 0.35);
}
.hover\:bg-amber-100\/40:hover {
    background-color: hsla(48, 96%, 89%, 0.4);
}
.hover\:bg-amber-100\/45:hover {
    background-color: hsla(48, 96%, 89%, 0.45);
}
.hover\:bg-amber-100\/5:hover {
    background-color: hsla(48, 96%, 89%, 0.05);
}
.hover\:bg-amber-100\/50:hover {
    background-color: hsla(48, 96%, 89%, 0.5);
}
.hover\:bg-amber-100\/55:hover {
    background-color: hsla(48, 96%, 89%, 0.55);
}
.hover\:bg-amber-100\/60:hover {
    background-color: hsla(48, 96%, 89%, 0.6);
}
.hover\:bg-amber-100\/65:hover {
    background-color: hsla(48, 96%, 89%, 0.65);
}
.hover\:bg-amber-100\/70:hover {
    background-color: hsla(48, 96%, 89%, 0.7);
}
.hover\:bg-amber-100\/75:hover {
    background-color: hsla(48, 96%, 89%, 0.75);
}
.hover\:bg-amber-100\/80:hover {
    background-color: hsla(48, 96%, 89%, 0.8);
}
.hover\:bg-amber-100\/85:hover {
    background-color: hsla(48, 96%, 89%, 0.85);
}
.hover\:bg-amber-100\/90:hover {
    background-color: hsla(48, 96%, 89%, 0.9);
}
.hover\:bg-amber-100\/95:hover {
    background-color: hsla(48, 96%, 89%, 0.95);
}
.hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-200\/0:hover {
    background-color: hsla(48, 97%, 77%, 0);
}
.hover\:bg-amber-200\/10:hover {
    background-color: hsla(48, 97%, 77%, 0.1);
}
.hover\:bg-amber-200\/100:hover {
    background-color: #fde68a;
}
.hover\:bg-amber-200\/15:hover {
    background-color: hsla(48, 97%, 77%, 0.15);
}
.hover\:bg-amber-200\/20:hover {
    background-color: hsla(48, 97%, 77%, 0.2);
}
.hover\:bg-amber-200\/25:hover {
    background-color: hsla(48, 97%, 77%, 0.25);
}
.hover\:bg-amber-200\/30:hover {
    background-color: hsla(48, 97%, 77%, 0.3);
}
.hover\:bg-amber-200\/35:hover {
    background-color: hsla(48, 97%, 77%, 0.35);
}
.hover\:bg-amber-200\/40:hover {
    background-color: hsla(48, 97%, 77%, 0.4);
}
.hover\:bg-amber-200\/45:hover {
    background-color: hsla(48, 97%, 77%, 0.45);
}
.hover\:bg-amber-200\/5:hover {
    background-color: hsla(48, 97%, 77%, 0.05);
}
.hover\:bg-amber-200\/50:hover {
    background-color: hsla(48, 97%, 77%, 0.5);
}
.hover\:bg-amber-200\/55:hover {
    background-color: hsla(48, 97%, 77%, 0.55);
}
.hover\:bg-amber-200\/60:hover {
    background-color: hsla(48, 97%, 77%, 0.6);
}
.hover\:bg-amber-200\/65:hover {
    background-color: hsla(48, 97%, 77%, 0.65);
}
.hover\:bg-amber-200\/70:hover {
    background-color: hsla(48, 97%, 77%, 0.7);
}
.hover\:bg-amber-200\/75:hover {
    background-color: hsla(48, 97%, 77%, 0.75);
}
.hover\:bg-amber-200\/80:hover {
    background-color: hsla(48, 97%, 77%, 0.8);
}
.hover\:bg-amber-200\/85:hover {
    background-color: hsla(48, 97%, 77%, 0.85);
}
.hover\:bg-amber-200\/90:hover {
    background-color: hsla(48, 97%, 77%, 0.9);
}
.hover\:bg-amber-200\/95:hover {
    background-color: hsla(48, 97%, 77%, 0.95);
}
.hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-300\/0:hover {
    background-color: rgba(252, 211, 77, 0);
}
.hover\:bg-amber-300\/10:hover {
    background-color: rgba(252, 211, 77, 0.1);
}
.hover\:bg-amber-300\/100:hover {
    background-color: #fcd34d;
}
.hover\:bg-amber-300\/15:hover {
    background-color: rgba(252, 211, 77, 0.15);
}
.hover\:bg-amber-300\/20:hover {
    background-color: rgba(252, 211, 77, 0.2);
}
.hover\:bg-amber-300\/25:hover {
    background-color: rgba(252, 211, 77, 0.25);
}
.hover\:bg-amber-300\/30:hover {
    background-color: rgba(252, 211, 77, 0.3);
}
.hover\:bg-amber-300\/35:hover {
    background-color: rgba(252, 211, 77, 0.35);
}
.hover\:bg-amber-300\/40:hover {
    background-color: rgba(252, 211, 77, 0.4);
}
.hover\:bg-amber-300\/45:hover {
    background-color: rgba(252, 211, 77, 0.45);
}
.hover\:bg-amber-300\/5:hover {
    background-color: rgba(252, 211, 77, 0.05);
}
.hover\:bg-amber-300\/50:hover {
    background-color: rgba(252, 211, 77, 0.5);
}
.hover\:bg-amber-300\/55:hover {
    background-color: rgba(252, 211, 77, 0.55);
}
.hover\:bg-amber-300\/60:hover {
    background-color: rgba(252, 211, 77, 0.6);
}
.hover\:bg-amber-300\/65:hover {
    background-color: rgba(252, 211, 77, 0.65);
}
.hover\:bg-amber-300\/70:hover {
    background-color: rgba(252, 211, 77, 0.7);
}
.hover\:bg-amber-300\/75:hover {
    background-color: rgba(252, 211, 77, 0.75);
}
.hover\:bg-amber-300\/80:hover {
    background-color: rgba(252, 211, 77, 0.8);
}
.hover\:bg-amber-300\/85:hover {
    background-color: rgba(252, 211, 77, 0.85);
}
.hover\:bg-amber-300\/90:hover {
    background-color: rgba(252, 211, 77, 0.9);
}
.hover\:bg-amber-300\/95:hover {
    background-color: rgba(252, 211, 77, 0.95);
}
.hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-400\/0:hover {
    background-color: rgba(251, 191, 36, 0);
}
.hover\:bg-amber-400\/10:hover {
    background-color: rgba(251, 191, 36, 0.1);
}
.hover\:bg-amber-400\/100:hover {
    background-color: #fbbf24;
}
.hover\:bg-amber-400\/15:hover {
    background-color: rgba(251, 191, 36, 0.15);
}
.hover\:bg-amber-400\/20:hover {
    background-color: rgba(251, 191, 36, 0.2);
}
.hover\:bg-amber-400\/25:hover {
    background-color: rgba(251, 191, 36, 0.25);
}
.hover\:bg-amber-400\/30:hover {
    background-color: rgba(251, 191, 36, 0.3);
}
.hover\:bg-amber-400\/35:hover {
    background-color: rgba(251, 191, 36, 0.35);
}
.hover\:bg-amber-400\/40:hover {
    background-color: rgba(251, 191, 36, 0.4);
}
.hover\:bg-amber-400\/45:hover {
    background-color: rgba(251, 191, 36, 0.45);
}
.hover\:bg-amber-400\/5:hover {
    background-color: rgba(251, 191, 36, 0.05);
}
.hover\:bg-amber-400\/50:hover {
    background-color: rgba(251, 191, 36, 0.5);
}
.hover\:bg-amber-400\/55:hover {
    background-color: rgba(251, 191, 36, 0.55);
}
.hover\:bg-amber-400\/60:hover {
    background-color: rgba(251, 191, 36, 0.6);
}
.hover\:bg-amber-400\/65:hover {
    background-color: rgba(251, 191, 36, 0.65);
}
.hover\:bg-amber-400\/70:hover {
    background-color: rgba(251, 191, 36, 0.7);
}
.hover\:bg-amber-400\/75:hover {
    background-color: rgba(251, 191, 36, 0.75);
}
.hover\:bg-amber-400\/80:hover {
    background-color: rgba(251, 191, 36, 0.8);
}
.hover\:bg-amber-400\/85:hover {
    background-color: rgba(251, 191, 36, 0.85);
}
.hover\:bg-amber-400\/90:hover {
    background-color: rgba(251, 191, 36, 0.9);
}
.hover\:bg-amber-400\/95:hover {
    background-color: rgba(251, 191, 36, 0.95);
}
.hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-50\/0:hover {
    background-color: rgba(255, 251, 235, 0);
}
.hover\:bg-amber-50\/10:hover {
    background-color: rgba(255, 251, 235, 0.1);
}
.hover\:bg-amber-50\/100:hover {
    background-color: #fffbeb;
}
.hover\:bg-amber-50\/15:hover {
    background-color: rgba(255, 251, 235, 0.15);
}
.hover\:bg-amber-50\/20:hover {
    background-color: rgba(255, 251, 235, 0.2);
}
.hover\:bg-amber-50\/25:hover {
    background-color: rgba(255, 251, 235, 0.25);
}
.hover\:bg-amber-50\/30:hover {
    background-color: rgba(255, 251, 235, 0.3);
}
.hover\:bg-amber-50\/35:hover {
    background-color: rgba(255, 251, 235, 0.35);
}
.hover\:bg-amber-50\/40:hover {
    background-color: rgba(255, 251, 235, 0.4);
}
.hover\:bg-amber-50\/45:hover {
    background-color: rgba(255, 251, 235, 0.45);
}
.hover\:bg-amber-50\/5:hover {
    background-color: rgba(255, 251, 235, 0.05);
}
.hover\:bg-amber-50\/50:hover {
    background-color: rgba(255, 251, 235, 0.5);
}
.hover\:bg-amber-50\/55:hover {
    background-color: rgba(255, 251, 235, 0.55);
}
.hover\:bg-amber-50\/60:hover {
    background-color: rgba(255, 251, 235, 0.6);
}
.hover\:bg-amber-50\/65:hover {
    background-color: rgba(255, 251, 235, 0.65);
}
.hover\:bg-amber-50\/70:hover {
    background-color: rgba(255, 251, 235, 0.7);
}
.hover\:bg-amber-50\/75:hover {
    background-color: rgba(255, 251, 235, 0.75);
}
.hover\:bg-amber-50\/80:hover {
    background-color: rgba(255, 251, 235, 0.8);
}
.hover\:bg-amber-50\/85:hover {
    background-color: rgba(255, 251, 235, 0.85);
}
.hover\:bg-amber-50\/90:hover {
    background-color: rgba(255, 251, 235, 0.9);
}
.hover\:bg-amber-50\/95:hover {
    background-color: rgba(255, 251, 235, 0.95);
}
.hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-500\/0:hover {
    background-color: rgba(245, 158, 11, 0);
}
.hover\:bg-amber-500\/10:hover {
    background-color: rgba(245, 158, 11, 0.1);
}
.hover\:bg-amber-500\/100:hover {
    background-color: #f59e0b;
}
.hover\:bg-amber-500\/15:hover {
    background-color: rgba(245, 158, 11, 0.15);
}
.hover\:bg-amber-500\/20:hover {
    background-color: rgba(245, 158, 11, 0.2);
}
.hover\:bg-amber-500\/25:hover {
    background-color: rgba(245, 158, 11, 0.25);
}
.hover\:bg-amber-500\/30:hover {
    background-color: rgba(245, 158, 11, 0.3);
}
.hover\:bg-amber-500\/35:hover {
    background-color: rgba(245, 158, 11, 0.35);
}
.hover\:bg-amber-500\/40:hover {
    background-color: rgba(245, 158, 11, 0.4);
}
.hover\:bg-amber-500\/45:hover {
    background-color: rgba(245, 158, 11, 0.45);
}
.hover\:bg-amber-500\/5:hover {
    background-color: rgba(245, 158, 11, 0.05);
}
.hover\:bg-amber-500\/50:hover {
    background-color: rgba(245, 158, 11, 0.5);
}
.hover\:bg-amber-500\/55:hover {
    background-color: rgba(245, 158, 11, 0.55);
}
.hover\:bg-amber-500\/60:hover {
    background-color: rgba(245, 158, 11, 0.6);
}
.hover\:bg-amber-500\/65:hover {
    background-color: rgba(245, 158, 11, 0.65);
}
.hover\:bg-amber-500\/70:hover {
    background-color: rgba(245, 158, 11, 0.7);
}
.hover\:bg-amber-500\/75:hover {
    background-color: rgba(245, 158, 11, 0.75);
}
.hover\:bg-amber-500\/80:hover {
    background-color: rgba(245, 158, 11, 0.8);
}
.hover\:bg-amber-500\/85:hover {
    background-color: rgba(245, 158, 11, 0.85);
}
.hover\:bg-amber-500\/90:hover {
    background-color: rgba(245, 158, 11, 0.9);
}
.hover\:bg-amber-500\/95:hover {
    background-color: rgba(245, 158, 11, 0.95);
}
.hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-600\/0:hover {
    background-color: rgba(217, 119, 6, 0);
}
.hover\:bg-amber-600\/10:hover {
    background-color: rgba(217, 119, 6, 0.1);
}
.hover\:bg-amber-600\/100:hover {
    background-color: #d97706;
}
.hover\:bg-amber-600\/15:hover {
    background-color: rgba(217, 119, 6, 0.15);
}
.hover\:bg-amber-600\/20:hover {
    background-color: rgba(217, 119, 6, 0.2);
}
.hover\:bg-amber-600\/25:hover {
    background-color: rgba(217, 119, 6, 0.25);
}
.hover\:bg-amber-600\/30:hover {
    background-color: rgba(217, 119, 6, 0.3);
}
.hover\:bg-amber-600\/35:hover {
    background-color: rgba(217, 119, 6, 0.35);
}
.hover\:bg-amber-600\/40:hover {
    background-color: rgba(217, 119, 6, 0.4);
}
.hover\:bg-amber-600\/45:hover {
    background-color: rgba(217, 119, 6, 0.45);
}
.hover\:bg-amber-600\/5:hover {
    background-color: rgba(217, 119, 6, 0.05);
}
.hover\:bg-amber-600\/50:hover {
    background-color: rgba(217, 119, 6, 0.5);
}
.hover\:bg-amber-600\/55:hover {
    background-color: rgba(217, 119, 6, 0.55);
}
.hover\:bg-amber-600\/60:hover {
    background-color: rgba(217, 119, 6, 0.6);
}
.hover\:bg-amber-600\/65:hover {
    background-color: rgba(217, 119, 6, 0.65);
}
.hover\:bg-amber-600\/70:hover {
    background-color: rgba(217, 119, 6, 0.7);
}
.hover\:bg-amber-600\/75:hover {
    background-color: rgba(217, 119, 6, 0.75);
}
.hover\:bg-amber-600\/80:hover {
    background-color: rgba(217, 119, 6, 0.8);
}
.hover\:bg-amber-600\/85:hover {
    background-color: rgba(217, 119, 6, 0.85);
}
.hover\:bg-amber-600\/90:hover {
    background-color: rgba(217, 119, 6, 0.9);
}
.hover\:bg-amber-600\/95:hover {
    background-color: rgba(217, 119, 6, 0.95);
}
.hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-700\/0:hover {
    background-color: rgba(180, 83, 9, 0);
}
.hover\:bg-amber-700\/10:hover {
    background-color: rgba(180, 83, 9, 0.1);
}
.hover\:bg-amber-700\/100:hover {
    background-color: #b45309;
}
.hover\:bg-amber-700\/15:hover {
    background-color: rgba(180, 83, 9, 0.15);
}
.hover\:bg-amber-700\/20:hover {
    background-color: rgba(180, 83, 9, 0.2);
}
.hover\:bg-amber-700\/25:hover {
    background-color: rgba(180, 83, 9, 0.25);
}
.hover\:bg-amber-700\/30:hover {
    background-color: rgba(180, 83, 9, 0.3);
}
.hover\:bg-amber-700\/35:hover {
    background-color: rgba(180, 83, 9, 0.35);
}
.hover\:bg-amber-700\/40:hover {
    background-color: rgba(180, 83, 9, 0.4);
}
.hover\:bg-amber-700\/45:hover {
    background-color: rgba(180, 83, 9, 0.45);
}
.hover\:bg-amber-700\/5:hover {
    background-color: rgba(180, 83, 9, 0.05);
}
.hover\:bg-amber-700\/50:hover {
    background-color: rgba(180, 83, 9, 0.5);
}
.hover\:bg-amber-700\/55:hover {
    background-color: rgba(180, 83, 9, 0.55);
}
.hover\:bg-amber-700\/60:hover {
    background-color: rgba(180, 83, 9, 0.6);
}
.hover\:bg-amber-700\/65:hover {
    background-color: rgba(180, 83, 9, 0.65);
}
.hover\:bg-amber-700\/70:hover {
    background-color: rgba(180, 83, 9, 0.7);
}
.hover\:bg-amber-700\/75:hover {
    background-color: rgba(180, 83, 9, 0.75);
}
.hover\:bg-amber-700\/80:hover {
    background-color: rgba(180, 83, 9, 0.8);
}
.hover\:bg-amber-700\/85:hover {
    background-color: rgba(180, 83, 9, 0.85);
}
.hover\:bg-amber-700\/90:hover {
    background-color: rgba(180, 83, 9, 0.9);
}
.hover\:bg-amber-700\/95:hover {
    background-color: rgba(180, 83, 9, 0.95);
}
.hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-800\/0:hover {
    background-color: rgba(146, 64, 14, 0);
}
.hover\:bg-amber-800\/10:hover {
    background-color: rgba(146, 64, 14, 0.1);
}
.hover\:bg-amber-800\/100:hover {
    background-color: #92400e;
}
.hover\:bg-amber-800\/15:hover {
    background-color: rgba(146, 64, 14, 0.15);
}
.hover\:bg-amber-800\/20:hover {
    background-color: rgba(146, 64, 14, 0.2);
}
.hover\:bg-amber-800\/25:hover {
    background-color: rgba(146, 64, 14, 0.25);
}
.hover\:bg-amber-800\/30:hover {
    background-color: rgba(146, 64, 14, 0.3);
}
.hover\:bg-amber-800\/35:hover {
    background-color: rgba(146, 64, 14, 0.35);
}
.hover\:bg-amber-800\/40:hover {
    background-color: rgba(146, 64, 14, 0.4);
}
.hover\:bg-amber-800\/45:hover {
    background-color: rgba(146, 64, 14, 0.45);
}
.hover\:bg-amber-800\/5:hover {
    background-color: rgba(146, 64, 14, 0.05);
}
.hover\:bg-amber-800\/50:hover {
    background-color: rgba(146, 64, 14, 0.5);
}
.hover\:bg-amber-800\/55:hover {
    background-color: rgba(146, 64, 14, 0.55);
}
.hover\:bg-amber-800\/60:hover {
    background-color: rgba(146, 64, 14, 0.6);
}
.hover\:bg-amber-800\/65:hover {
    background-color: rgba(146, 64, 14, 0.65);
}
.hover\:bg-amber-800\/70:hover {
    background-color: rgba(146, 64, 14, 0.7);
}
.hover\:bg-amber-800\/75:hover {
    background-color: rgba(146, 64, 14, 0.75);
}
.hover\:bg-amber-800\/80:hover {
    background-color: rgba(146, 64, 14, 0.8);
}
.hover\:bg-amber-800\/85:hover {
    background-color: rgba(146, 64, 14, 0.85);
}
.hover\:bg-amber-800\/90:hover {
    background-color: rgba(146, 64, 14, 0.9);
}
.hover\:bg-amber-800\/95:hover {
    background-color: rgba(146, 64, 14, 0.95);
}
.hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-900\/0:hover {
    background-color: rgba(120, 53, 15, 0);
}
.hover\:bg-amber-900\/10:hover {
    background-color: rgba(120, 53, 15, 0.1);
}
.hover\:bg-amber-900\/100:hover {
    background-color: #78350f;
}
.hover\:bg-amber-900\/15:hover {
    background-color: rgba(120, 53, 15, 0.15);
}
.hover\:bg-amber-900\/20:hover {
    background-color: rgba(120, 53, 15, 0.2);
}
.hover\:bg-amber-900\/25:hover {
    background-color: rgba(120, 53, 15, 0.25);
}
.hover\:bg-amber-900\/30:hover {
    background-color: rgba(120, 53, 15, 0.3);
}
.hover\:bg-amber-900\/35:hover {
    background-color: rgba(120, 53, 15, 0.35);
}
.hover\:bg-amber-900\/40:hover {
    background-color: rgba(120, 53, 15, 0.4);
}
.hover\:bg-amber-900\/45:hover {
    background-color: rgba(120, 53, 15, 0.45);
}
.hover\:bg-amber-900\/5:hover {
    background-color: rgba(120, 53, 15, 0.05);
}
.hover\:bg-amber-900\/50:hover {
    background-color: rgba(120, 53, 15, 0.5);
}
.hover\:bg-amber-900\/55:hover {
    background-color: rgba(120, 53, 15, 0.55);
}
.hover\:bg-amber-900\/60:hover {
    background-color: rgba(120, 53, 15, 0.6);
}
.hover\:bg-amber-900\/65:hover {
    background-color: rgba(120, 53, 15, 0.65);
}
.hover\:bg-amber-900\/70:hover {
    background-color: rgba(120, 53, 15, 0.7);
}
.hover\:bg-amber-900\/75:hover {
    background-color: rgba(120, 53, 15, 0.75);
}
.hover\:bg-amber-900\/80:hover {
    background-color: rgba(120, 53, 15, 0.8);
}
.hover\:bg-amber-900\/85:hover {
    background-color: rgba(120, 53, 15, 0.85);
}
.hover\:bg-amber-900\/90:hover {
    background-color: rgba(120, 53, 15, 0.9);
}
.hover\:bg-amber-900\/95:hover {
    background-color: rgba(120, 53, 15, 0.95);
}
.hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-100\/0:hover {
    background-color: rgba(219, 234, 254, 0);
}
.hover\:bg-blue-100\/10:hover {
    background-color: rgba(219, 234, 254, 0.1);
}
.hover\:bg-blue-100\/100:hover {
    background-color: #dbeafe;
}
.hover\:bg-blue-100\/15:hover {
    background-color: rgba(219, 234, 254, 0.15);
}
.hover\:bg-blue-100\/20:hover {
    background-color: rgba(219, 234, 254, 0.2);
}
.hover\:bg-blue-100\/25:hover {
    background-color: rgba(219, 234, 254, 0.25);
}
.hover\:bg-blue-100\/30:hover {
    background-color: rgba(219, 234, 254, 0.3);
}
.hover\:bg-blue-100\/35:hover {
    background-color: rgba(219, 234, 254, 0.35);
}
.hover\:bg-blue-100\/40:hover {
    background-color: rgba(219, 234, 254, 0.4);
}
.hover\:bg-blue-100\/45:hover {
    background-color: rgba(219, 234, 254, 0.45);
}
.hover\:bg-blue-100\/5:hover {
    background-color: rgba(219, 234, 254, 0.05);
}
.hover\:bg-blue-100\/50:hover {
    background-color: rgba(219, 234, 254, 0.5);
}
.hover\:bg-blue-100\/55:hover {
    background-color: rgba(219, 234, 254, 0.55);
}
.hover\:bg-blue-100\/60:hover {
    background-color: rgba(219, 234, 254, 0.6);
}
.hover\:bg-blue-100\/65:hover {
    background-color: rgba(219, 234, 254, 0.65);
}
.hover\:bg-blue-100\/70:hover {
    background-color: rgba(219, 234, 254, 0.7);
}
.hover\:bg-blue-100\/75:hover {
    background-color: rgba(219, 234, 254, 0.75);
}
.hover\:bg-blue-100\/80:hover {
    background-color: rgba(219, 234, 254, 0.8);
}
.hover\:bg-blue-100\/85:hover {
    background-color: rgba(219, 234, 254, 0.85);
}
.hover\:bg-blue-100\/90:hover {
    background-color: rgba(219, 234, 254, 0.9);
}
.hover\:bg-blue-100\/95:hover {
    background-color: rgba(219, 234, 254, 0.95);
}
.hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-200\/0:hover {
    background-color: rgba(191, 219, 254, 0);
}
.hover\:bg-blue-200\/10:hover {
    background-color: rgba(191, 219, 254, 0.1);
}
.hover\:bg-blue-200\/100:hover {
    background-color: #bfdbfe;
}
.hover\:bg-blue-200\/15:hover {
    background-color: rgba(191, 219, 254, 0.15);
}
.hover\:bg-blue-200\/20:hover {
    background-color: rgba(191, 219, 254, 0.2);
}
.hover\:bg-blue-200\/25:hover {
    background-color: rgba(191, 219, 254, 0.25);
}
.hover\:bg-blue-200\/30:hover {
    background-color: rgba(191, 219, 254, 0.3);
}
.hover\:bg-blue-200\/35:hover {
    background-color: rgba(191, 219, 254, 0.35);
}
.hover\:bg-blue-200\/40:hover {
    background-color: rgba(191, 219, 254, 0.4);
}
.hover\:bg-blue-200\/45:hover {
    background-color: rgba(191, 219, 254, 0.45);
}
.hover\:bg-blue-200\/5:hover {
    background-color: rgba(191, 219, 254, 0.05);
}
.hover\:bg-blue-200\/50:hover {
    background-color: rgba(191, 219, 254, 0.5);
}
.hover\:bg-blue-200\/55:hover {
    background-color: rgba(191, 219, 254, 0.55);
}
.hover\:bg-blue-200\/60:hover {
    background-color: rgba(191, 219, 254, 0.6);
}
.hover\:bg-blue-200\/65:hover {
    background-color: rgba(191, 219, 254, 0.65);
}
.hover\:bg-blue-200\/70:hover {
    background-color: rgba(191, 219, 254, 0.7);
}
.hover\:bg-blue-200\/75:hover {
    background-color: rgba(191, 219, 254, 0.75);
}
.hover\:bg-blue-200\/80:hover {
    background-color: rgba(191, 219, 254, 0.8);
}
.hover\:bg-blue-200\/85:hover {
    background-color: rgba(191, 219, 254, 0.85);
}
.hover\:bg-blue-200\/90:hover {
    background-color: rgba(191, 219, 254, 0.9);
}
.hover\:bg-blue-200\/95:hover {
    background-color: rgba(191, 219, 254, 0.95);
}
.hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-300\/0:hover {
    background-color: rgba(147, 197, 253, 0);
}
.hover\:bg-blue-300\/10:hover {
    background-color: rgba(147, 197, 253, 0.1);
}
.hover\:bg-blue-300\/100:hover {
    background-color: #93c5fd;
}
.hover\:bg-blue-300\/15:hover {
    background-color: rgba(147, 197, 253, 0.15);
}
.hover\:bg-blue-300\/20:hover {
    background-color: rgba(147, 197, 253, 0.2);
}
.hover\:bg-blue-300\/25:hover {
    background-color: rgba(147, 197, 253, 0.25);
}
.hover\:bg-blue-300\/30:hover {
    background-color: rgba(147, 197, 253, 0.3);
}
.hover\:bg-blue-300\/35:hover {
    background-color: rgba(147, 197, 253, 0.35);
}
.hover\:bg-blue-300\/40:hover {
    background-color: rgba(147, 197, 253, 0.4);
}
.hover\:bg-blue-300\/45:hover {
    background-color: rgba(147, 197, 253, 0.45);
}
.hover\:bg-blue-300\/5:hover {
    background-color: rgba(147, 197, 253, 0.05);
}
.hover\:bg-blue-300\/50:hover {
    background-color: rgba(147, 197, 253, 0.5);
}
.hover\:bg-blue-300\/55:hover {
    background-color: rgba(147, 197, 253, 0.55);
}
.hover\:bg-blue-300\/60:hover {
    background-color: rgba(147, 197, 253, 0.6);
}
.hover\:bg-blue-300\/65:hover {
    background-color: rgba(147, 197, 253, 0.65);
}
.hover\:bg-blue-300\/70:hover {
    background-color: rgba(147, 197, 253, 0.7);
}
.hover\:bg-blue-300\/75:hover {
    background-color: rgba(147, 197, 253, 0.75);
}
.hover\:bg-blue-300\/80:hover {
    background-color: rgba(147, 197, 253, 0.8);
}
.hover\:bg-blue-300\/85:hover {
    background-color: rgba(147, 197, 253, 0.85);
}
.hover\:bg-blue-300\/90:hover {
    background-color: rgba(147, 197, 253, 0.9);
}
.hover\:bg-blue-300\/95:hover {
    background-color: rgba(147, 197, 253, 0.95);
}
.hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-400\/0:hover {
    background-color: rgba(96, 165, 250, 0);
}
.hover\:bg-blue-400\/10:hover {
    background-color: rgba(96, 165, 250, 0.1);
}
.hover\:bg-blue-400\/100:hover {
    background-color: #60a5fa;
}
.hover\:bg-blue-400\/15:hover {
    background-color: rgba(96, 165, 250, 0.15);
}
.hover\:bg-blue-400\/20:hover {
    background-color: rgba(96, 165, 250, 0.2);
}
.hover\:bg-blue-400\/25:hover {
    background-color: rgba(96, 165, 250, 0.25);
}
.hover\:bg-blue-400\/30:hover {
    background-color: rgba(96, 165, 250, 0.3);
}
.hover\:bg-blue-400\/35:hover {
    background-color: rgba(96, 165, 250, 0.35);
}
.hover\:bg-blue-400\/40:hover {
    background-color: rgba(96, 165, 250, 0.4);
}
.hover\:bg-blue-400\/45:hover {
    background-color: rgba(96, 165, 250, 0.45);
}
.hover\:bg-blue-400\/5:hover {
    background-color: rgba(96, 165, 250, 0.05);
}
.hover\:bg-blue-400\/50:hover {
    background-color: rgba(96, 165, 250, 0.5);
}
.hover\:bg-blue-400\/55:hover {
    background-color: rgba(96, 165, 250, 0.55);
}
.hover\:bg-blue-400\/60:hover {
    background-color: rgba(96, 165, 250, 0.6);
}
.hover\:bg-blue-400\/65:hover {
    background-color: rgba(96, 165, 250, 0.65);
}
.hover\:bg-blue-400\/70:hover {
    background-color: rgba(96, 165, 250, 0.7);
}
.hover\:bg-blue-400\/75:hover {
    background-color: rgba(96, 165, 250, 0.75);
}
.hover\:bg-blue-400\/80:hover {
    background-color: rgba(96, 165, 250, 0.8);
}
.hover\:bg-blue-400\/85:hover {
    background-color: rgba(96, 165, 250, 0.85);
}
.hover\:bg-blue-400\/90:hover {
    background-color: rgba(96, 165, 250, 0.9);
}
.hover\:bg-blue-400\/95:hover {
    background-color: rgba(96, 165, 250, 0.95);
}
.hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50\/0:hover {
    background-color: rgba(239, 246, 255, 0);
}
.hover\:bg-blue-50\/10:hover {
    background-color: rgba(239, 246, 255, 0.1);
}
.hover\:bg-blue-50\/100:hover {
    background-color: #eff6ff;
}
.hover\:bg-blue-50\/15:hover {
    background-color: rgba(239, 246, 255, 0.15);
}
.hover\:bg-blue-50\/20:hover {
    background-color: rgba(239, 246, 255, 0.2);
}
.hover\:bg-blue-50\/25:hover {
    background-color: rgba(239, 246, 255, 0.25);
}
.hover\:bg-blue-50\/30:hover {
    background-color: rgba(239, 246, 255, 0.3);
}
.hover\:bg-blue-50\/35:hover {
    background-color: rgba(239, 246, 255, 0.35);
}
.hover\:bg-blue-50\/40:hover {
    background-color: rgba(239, 246, 255, 0.4);
}
.hover\:bg-blue-50\/45:hover {
    background-color: rgba(239, 246, 255, 0.45);
}
.hover\:bg-blue-50\/5:hover {
    background-color: rgba(239, 246, 255, 0.05);
}
.hover\:bg-blue-50\/50:hover {
    background-color: rgba(239, 246, 255, 0.5);
}
.hover\:bg-blue-50\/55:hover {
    background-color: rgba(239, 246, 255, 0.55);
}
.hover\:bg-blue-50\/60:hover {
    background-color: rgba(239, 246, 255, 0.6);
}
.hover\:bg-blue-50\/65:hover {
    background-color: rgba(239, 246, 255, 0.65);
}
.hover\:bg-blue-50\/70:hover {
    background-color: rgba(239, 246, 255, 0.7);
}
.hover\:bg-blue-50\/75:hover {
    background-color: rgba(239, 246, 255, 0.75);
}
.hover\:bg-blue-50\/80:hover {
    background-color: rgba(239, 246, 255, 0.8);
}
.hover\:bg-blue-50\/85:hover {
    background-color: rgba(239, 246, 255, 0.85);
}
.hover\:bg-blue-50\/90:hover {
    background-color: rgba(239, 246, 255, 0.9);
}
.hover\:bg-blue-50\/95:hover {
    background-color: rgba(239, 246, 255, 0.95);
}
.hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500\/0:hover {
    background-color: rgba(59, 130, 246, 0);
}
.hover\:bg-blue-500\/10:hover {
    background-color: rgba(59, 130, 246, 0.1);
}
.hover\:bg-blue-500\/100:hover {
    background-color: #3b82f6;
}
.hover\:bg-blue-500\/15:hover {
    background-color: rgba(59, 130, 246, 0.15);
}
.hover\:bg-blue-500\/20:hover {
    background-color: rgba(59, 130, 246, 0.2);
}
.hover\:bg-blue-500\/25:hover {
    background-color: rgba(59, 130, 246, 0.25);
}
.hover\:bg-blue-500\/30:hover {
    background-color: rgba(59, 130, 246, 0.3);
}
.hover\:bg-blue-500\/35:hover {
    background-color: rgba(59, 130, 246, 0.35);
}
.hover\:bg-blue-500\/40:hover {
    background-color: rgba(59, 130, 246, 0.4);
}
.hover\:bg-blue-500\/45:hover {
    background-color: rgba(59, 130, 246, 0.45);
}
.hover\:bg-blue-500\/5:hover {
    background-color: rgba(59, 130, 246, 0.05);
}
.hover\:bg-blue-500\/50:hover {
    background-color: rgba(59, 130, 246, 0.5);
}
.hover\:bg-blue-500\/55:hover {
    background-color: rgba(59, 130, 246, 0.55);
}
.hover\:bg-blue-500\/60:hover {
    background-color: rgba(59, 130, 246, 0.6);
}
.hover\:bg-blue-500\/65:hover {
    background-color: rgba(59, 130, 246, 0.65);
}
.hover\:bg-blue-500\/70:hover {
    background-color: rgba(59, 130, 246, 0.7);
}
.hover\:bg-blue-500\/75:hover {
    background-color: rgba(59, 130, 246, 0.75);
}
.hover\:bg-blue-500\/80:hover {
    background-color: rgba(59, 130, 246, 0.8);
}
.hover\:bg-blue-500\/85:hover {
    background-color: rgba(59, 130, 246, 0.85);
}
.hover\:bg-blue-500\/90:hover {
    background-color: rgba(59, 130, 246, 0.9);
}
.hover\:bg-blue-500\/95:hover {
    background-color: rgba(59, 130, 246, 0.95);
}
.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(59 124 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600\/0:hover {
    background-color: rgba(59, 124, 248, 0);
}
.hover\:bg-blue-600\/10:hover {
    background-color: rgba(59, 124, 248, 0.1);
}
.hover\:bg-blue-600\/100:hover {
    background-color: #3b7cf8;
}
.hover\:bg-blue-600\/15:hover {
    background-color: rgba(59, 124, 248, 0.15);
}
.hover\:bg-blue-600\/20:hover {
    background-color: rgba(59, 124, 248, 0.2);
}
.hover\:bg-blue-600\/25:hover {
    background-color: rgba(59, 124, 248, 0.25);
}
.hover\:bg-blue-600\/30:hover {
    background-color: rgba(59, 124, 248, 0.3);
}
.hover\:bg-blue-600\/35:hover {
    background-color: rgba(59, 124, 248, 0.35);
}
.hover\:bg-blue-600\/40:hover {
    background-color: rgba(59, 124, 248, 0.4);
}
.hover\:bg-blue-600\/45:hover {
    background-color: rgba(59, 124, 248, 0.45);
}
.hover\:bg-blue-600\/5:hover {
    background-color: rgba(59, 124, 248, 0.05);
}
.hover\:bg-blue-600\/50:hover {
    background-color: rgba(59, 124, 248, 0.5);
}
.hover\:bg-blue-600\/55:hover {
    background-color: rgba(59, 124, 248, 0.55);
}
.hover\:bg-blue-600\/60:hover {
    background-color: rgba(59, 124, 248, 0.6);
}
.hover\:bg-blue-600\/65:hover {
    background-color: rgba(59, 124, 248, 0.65);
}
.hover\:bg-blue-600\/70:hover {
    background-color: rgba(59, 124, 248, 0.7);
}
.hover\:bg-blue-600\/75:hover {
    background-color: rgba(59, 124, 248, 0.75);
}
.hover\:bg-blue-600\/80:hover {
    background-color: rgba(59, 124, 248, 0.8);
}
.hover\:bg-blue-600\/85:hover {
    background-color: rgba(59, 124, 248, 0.85);
}
.hover\:bg-blue-600\/90:hover {
    background-color: rgba(59, 124, 248, 0.9);
}
.hover\:bg-blue-600\/95:hover {
    background-color: rgba(59, 124, 248, 0.95);
}
.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 98 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700\/0:hover {
    background-color: rgba(55, 98, 235, 0);
}
.hover\:bg-blue-700\/10:hover {
    background-color: rgba(55, 98, 235, 0.1);
}
.hover\:bg-blue-700\/100:hover {
    background-color: #3762eb;
}
.hover\:bg-blue-700\/15:hover {
    background-color: rgba(55, 98, 235, 0.15);
}
.hover\:bg-blue-700\/20:hover {
    background-color: rgba(55, 98, 235, 0.2);
}
.hover\:bg-blue-700\/25:hover {
    background-color: rgba(55, 98, 235, 0.25);
}
.hover\:bg-blue-700\/30:hover {
    background-color: rgba(55, 98, 235, 0.3);
}
.hover\:bg-blue-700\/35:hover {
    background-color: rgba(55, 98, 235, 0.35);
}
.hover\:bg-blue-700\/40:hover {
    background-color: rgba(55, 98, 235, 0.4);
}
.hover\:bg-blue-700\/45:hover {
    background-color: rgba(55, 98, 235, 0.45);
}
.hover\:bg-blue-700\/5:hover {
    background-color: rgba(55, 98, 235, 0.05);
}
.hover\:bg-blue-700\/50:hover {
    background-color: rgba(55, 98, 235, 0.5);
}
.hover\:bg-blue-700\/55:hover {
    background-color: rgba(55, 98, 235, 0.55);
}
.hover\:bg-blue-700\/60:hover {
    background-color: rgba(55, 98, 235, 0.6);
}
.hover\:bg-blue-700\/65:hover {
    background-color: rgba(55, 98, 235, 0.65);
}
.hover\:bg-blue-700\/70:hover {
    background-color: rgba(55, 98, 235, 0.7);
}
.hover\:bg-blue-700\/75:hover {
    background-color: rgba(55, 98, 235, 0.75);
}
.hover\:bg-blue-700\/80:hover {
    background-color: rgba(55, 98, 235, 0.8);
}
.hover\:bg-blue-700\/85:hover {
    background-color: rgba(55, 98, 235, 0.85);
}
.hover\:bg-blue-700\/90:hover {
    background-color: rgba(55, 98, 235, 0.9);
}
.hover\:bg-blue-700\/95:hover {
    background-color: rgba(55, 98, 235, 0.95);
}
.hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-800\/0:hover {
    background-color: rgba(30, 64, 175, 0);
}
.hover\:bg-blue-800\/10:hover {
    background-color: rgba(30, 64, 175, 0.1);
}
.hover\:bg-blue-800\/100:hover {
    background-color: #1e40af;
}
.hover\:bg-blue-800\/15:hover {
    background-color: rgba(30, 64, 175, 0.15);
}
.hover\:bg-blue-800\/20:hover {
    background-color: rgba(30, 64, 175, 0.2);
}
.hover\:bg-blue-800\/25:hover {
    background-color: rgba(30, 64, 175, 0.25);
}
.hover\:bg-blue-800\/30:hover {
    background-color: rgba(30, 64, 175, 0.3);
}
.hover\:bg-blue-800\/35:hover {
    background-color: rgba(30, 64, 175, 0.35);
}
.hover\:bg-blue-800\/40:hover {
    background-color: rgba(30, 64, 175, 0.4);
}
.hover\:bg-blue-800\/45:hover {
    background-color: rgba(30, 64, 175, 0.45);
}
.hover\:bg-blue-800\/5:hover {
    background-color: rgba(30, 64, 175, 0.05);
}
.hover\:bg-blue-800\/50:hover {
    background-color: rgba(30, 64, 175, 0.5);
}
.hover\:bg-blue-800\/55:hover {
    background-color: rgba(30, 64, 175, 0.55);
}
.hover\:bg-blue-800\/60:hover {
    background-color: rgba(30, 64, 175, 0.6);
}
.hover\:bg-blue-800\/65:hover {
    background-color: rgba(30, 64, 175, 0.65);
}
.hover\:bg-blue-800\/70:hover {
    background-color: rgba(30, 64, 175, 0.7);
}
.hover\:bg-blue-800\/75:hover {
    background-color: rgba(30, 64, 175, 0.75);
}
.hover\:bg-blue-800\/80:hover {
    background-color: rgba(30, 64, 175, 0.8);
}
.hover\:bg-blue-800\/85:hover {
    background-color: rgba(30, 64, 175, 0.85);
}
.hover\:bg-blue-800\/90:hover {
    background-color: rgba(30, 64, 175, 0.9);
}
.hover\:bg-blue-800\/95:hover {
    background-color: rgba(30, 64, 175, 0.95);
}
.hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-900\/0:hover {
    background-color: rgba(30, 58, 138, 0);
}
.hover\:bg-blue-900\/10:hover {
    background-color: rgba(30, 58, 138, 0.1);
}
.hover\:bg-blue-900\/100:hover {
    background-color: #1e3a8a;
}
.hover\:bg-blue-900\/15:hover {
    background-color: rgba(30, 58, 138, 0.15);
}
.hover\:bg-blue-900\/20:hover {
    background-color: rgba(30, 58, 138, 0.2);
}
.hover\:bg-blue-900\/25:hover {
    background-color: rgba(30, 58, 138, 0.25);
}
.hover\:bg-blue-900\/30:hover {
    background-color: rgba(30, 58, 138, 0.3);
}
.hover\:bg-blue-900\/35:hover {
    background-color: rgba(30, 58, 138, 0.35);
}
.hover\:bg-blue-900\/40:hover {
    background-color: rgba(30, 58, 138, 0.4);
}
.hover\:bg-blue-900\/45:hover {
    background-color: rgba(30, 58, 138, 0.45);
}
.hover\:bg-blue-900\/5:hover {
    background-color: rgba(30, 58, 138, 0.05);
}
.hover\:bg-blue-900\/50:hover {
    background-color: rgba(30, 58, 138, 0.5);
}
.hover\:bg-blue-900\/55:hover {
    background-color: rgba(30, 58, 138, 0.55);
}
.hover\:bg-blue-900\/60:hover {
    background-color: rgba(30, 58, 138, 0.6);
}
.hover\:bg-blue-900\/65:hover {
    background-color: rgba(30, 58, 138, 0.65);
}
.hover\:bg-blue-900\/70:hover {
    background-color: rgba(30, 58, 138, 0.7);
}
.hover\:bg-blue-900\/75:hover {
    background-color: rgba(30, 58, 138, 0.75);
}
.hover\:bg-blue-900\/80:hover {
    background-color: rgba(30, 58, 138, 0.8);
}
.hover\:bg-blue-900\/85:hover {
    background-color: rgba(30, 58, 138, 0.85);
}
.hover\:bg-blue-900\/90:hover {
    background-color: rgba(30, 58, 138, 0.9);
}
.hover\:bg-blue-900\/95:hover {
    background-color: rgba(30, 58, 138, 0.95);
}
.hover\:bg-bluegray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-100\/0:hover {
    background-color: rgba(241, 245, 249, 0);
}
.hover\:bg-bluegray-100\/10:hover {
    background-color: rgba(241, 245, 249, 0.1);
}
.hover\:bg-bluegray-100\/100:hover {
    background-color: #f1f5f9;
}
.hover\:bg-bluegray-100\/15:hover {
    background-color: rgba(241, 245, 249, 0.15);
}
.hover\:bg-bluegray-100\/20:hover {
    background-color: rgba(241, 245, 249, 0.2);
}
.hover\:bg-bluegray-100\/25:hover {
    background-color: rgba(241, 245, 249, 0.25);
}
.hover\:bg-bluegray-100\/30:hover {
    background-color: rgba(241, 245, 249, 0.3);
}
.hover\:bg-bluegray-100\/35:hover {
    background-color: rgba(241, 245, 249, 0.35);
}
.hover\:bg-bluegray-100\/40:hover {
    background-color: rgba(241, 245, 249, 0.4);
}
.hover\:bg-bluegray-100\/45:hover {
    background-color: rgba(241, 245, 249, 0.45);
}
.hover\:bg-bluegray-100\/5:hover {
    background-color: rgba(241, 245, 249, 0.05);
}
.hover\:bg-bluegray-100\/50:hover {
    background-color: rgba(241, 245, 249, 0.5);
}
.hover\:bg-bluegray-100\/55:hover {
    background-color: rgba(241, 245, 249, 0.55);
}
.hover\:bg-bluegray-100\/60:hover {
    background-color: rgba(241, 245, 249, 0.6);
}
.hover\:bg-bluegray-100\/65:hover {
    background-color: rgba(241, 245, 249, 0.65);
}
.hover\:bg-bluegray-100\/70:hover {
    background-color: rgba(241, 245, 249, 0.7);
}
.hover\:bg-bluegray-100\/75:hover {
    background-color: rgba(241, 245, 249, 0.75);
}
.hover\:bg-bluegray-100\/80:hover {
    background-color: rgba(241, 245, 249, 0.8);
}
.hover\:bg-bluegray-100\/85:hover {
    background-color: rgba(241, 245, 249, 0.85);
}
.hover\:bg-bluegray-100\/90:hover {
    background-color: rgba(241, 245, 249, 0.9);
}
.hover\:bg-bluegray-100\/95:hover {
    background-color: rgba(241, 245, 249, 0.95);
}
.hover\:bg-bluegray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-200\/0:hover {
    background-color: rgba(226, 232, 240, 0);
}
.hover\:bg-bluegray-200\/10:hover {
    background-color: rgba(226, 232, 240, 0.1);
}
.hover\:bg-bluegray-200\/100:hover {
    background-color: #e2e8f0;
}
.hover\:bg-bluegray-200\/15:hover {
    background-color: rgba(226, 232, 240, 0.15);
}
.hover\:bg-bluegray-200\/20:hover {
    background-color: rgba(226, 232, 240, 0.2);
}
.hover\:bg-bluegray-200\/25:hover {
    background-color: rgba(226, 232, 240, 0.25);
}
.hover\:bg-bluegray-200\/30:hover {
    background-color: rgba(226, 232, 240, 0.3);
}
.hover\:bg-bluegray-200\/35:hover {
    background-color: rgba(226, 232, 240, 0.35);
}
.hover\:bg-bluegray-200\/40:hover {
    background-color: rgba(226, 232, 240, 0.4);
}
.hover\:bg-bluegray-200\/45:hover {
    background-color: rgba(226, 232, 240, 0.45);
}
.hover\:bg-bluegray-200\/5:hover {
    background-color: rgba(226, 232, 240, 0.05);
}
.hover\:bg-bluegray-200\/50:hover {
    background-color: rgba(226, 232, 240, 0.5);
}
.hover\:bg-bluegray-200\/55:hover {
    background-color: rgba(226, 232, 240, 0.55);
}
.hover\:bg-bluegray-200\/60:hover {
    background-color: rgba(226, 232, 240, 0.6);
}
.hover\:bg-bluegray-200\/65:hover {
    background-color: rgba(226, 232, 240, 0.65);
}
.hover\:bg-bluegray-200\/70:hover {
    background-color: rgba(226, 232, 240, 0.7);
}
.hover\:bg-bluegray-200\/75:hover {
    background-color: rgba(226, 232, 240, 0.75);
}
.hover\:bg-bluegray-200\/80:hover {
    background-color: rgba(226, 232, 240, 0.8);
}
.hover\:bg-bluegray-200\/85:hover {
    background-color: rgba(226, 232, 240, 0.85);
}
.hover\:bg-bluegray-200\/90:hover {
    background-color: rgba(226, 232, 240, 0.9);
}
.hover\:bg-bluegray-200\/95:hover {
    background-color: rgba(226, 232, 240, 0.95);
}
.hover\:bg-bluegray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-300\/0:hover {
    background-color: rgba(203, 213, 225, 0);
}
.hover\:bg-bluegray-300\/10:hover {
    background-color: rgba(203, 213, 225, 0.1);
}
.hover\:bg-bluegray-300\/100:hover {
    background-color: #cbd5e1;
}
.hover\:bg-bluegray-300\/15:hover {
    background-color: rgba(203, 213, 225, 0.15);
}
.hover\:bg-bluegray-300\/20:hover {
    background-color: rgba(203, 213, 225, 0.2);
}
.hover\:bg-bluegray-300\/25:hover {
    background-color: rgba(203, 213, 225, 0.25);
}
.hover\:bg-bluegray-300\/30:hover {
    background-color: rgba(203, 213, 225, 0.3);
}
.hover\:bg-bluegray-300\/35:hover {
    background-color: rgba(203, 213, 225, 0.35);
}
.hover\:bg-bluegray-300\/40:hover {
    background-color: rgba(203, 213, 225, 0.4);
}
.hover\:bg-bluegray-300\/45:hover {
    background-color: rgba(203, 213, 225, 0.45);
}
.hover\:bg-bluegray-300\/5:hover {
    background-color: rgba(203, 213, 225, 0.05);
}
.hover\:bg-bluegray-300\/50:hover {
    background-color: rgba(203, 213, 225, 0.5);
}
.hover\:bg-bluegray-300\/55:hover {
    background-color: rgba(203, 213, 225, 0.55);
}
.hover\:bg-bluegray-300\/60:hover {
    background-color: rgba(203, 213, 225, 0.6);
}
.hover\:bg-bluegray-300\/65:hover {
    background-color: rgba(203, 213, 225, 0.65);
}
.hover\:bg-bluegray-300\/70:hover {
    background-color: rgba(203, 213, 225, 0.7);
}
.hover\:bg-bluegray-300\/75:hover {
    background-color: rgba(203, 213, 225, 0.75);
}
.hover\:bg-bluegray-300\/80:hover {
    background-color: rgba(203, 213, 225, 0.8);
}
.hover\:bg-bluegray-300\/85:hover {
    background-color: rgba(203, 213, 225, 0.85);
}
.hover\:bg-bluegray-300\/90:hover {
    background-color: rgba(203, 213, 225, 0.9);
}
.hover\:bg-bluegray-300\/95:hover {
    background-color: rgba(203, 213, 225, 0.95);
}
.hover\:bg-bluegray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-400\/0:hover {
    background-color: rgba(148, 163, 184, 0);
}
.hover\:bg-bluegray-400\/10:hover {
    background-color: rgba(148, 163, 184, 0.1);
}
.hover\:bg-bluegray-400\/100:hover {
    background-color: #94a3b8;
}
.hover\:bg-bluegray-400\/15:hover {
    background-color: rgba(148, 163, 184, 0.15);
}
.hover\:bg-bluegray-400\/20:hover {
    background-color: rgba(148, 163, 184, 0.2);
}
.hover\:bg-bluegray-400\/25:hover {
    background-color: rgba(148, 163, 184, 0.25);
}
.hover\:bg-bluegray-400\/30:hover {
    background-color: rgba(148, 163, 184, 0.3);
}
.hover\:bg-bluegray-400\/35:hover {
    background-color: rgba(148, 163, 184, 0.35);
}
.hover\:bg-bluegray-400\/40:hover {
    background-color: rgba(148, 163, 184, 0.4);
}
.hover\:bg-bluegray-400\/45:hover {
    background-color: rgba(148, 163, 184, 0.45);
}
.hover\:bg-bluegray-400\/5:hover {
    background-color: rgba(148, 163, 184, 0.05);
}
.hover\:bg-bluegray-400\/50:hover {
    background-color: rgba(148, 163, 184, 0.5);
}
.hover\:bg-bluegray-400\/55:hover {
    background-color: rgba(148, 163, 184, 0.55);
}
.hover\:bg-bluegray-400\/60:hover {
    background-color: rgba(148, 163, 184, 0.6);
}
.hover\:bg-bluegray-400\/65:hover {
    background-color: rgba(148, 163, 184, 0.65);
}
.hover\:bg-bluegray-400\/70:hover {
    background-color: rgba(148, 163, 184, 0.7);
}
.hover\:bg-bluegray-400\/75:hover {
    background-color: rgba(148, 163, 184, 0.75);
}
.hover\:bg-bluegray-400\/80:hover {
    background-color: rgba(148, 163, 184, 0.8);
}
.hover\:bg-bluegray-400\/85:hover {
    background-color: rgba(148, 163, 184, 0.85);
}
.hover\:bg-bluegray-400\/90:hover {
    background-color: rgba(148, 163, 184, 0.9);
}
.hover\:bg-bluegray-400\/95:hover {
    background-color: rgba(148, 163, 184, 0.95);
}
.hover\:bg-bluegray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-50\/0:hover {
    background-color: rgba(248, 250, 252, 0);
}
.hover\:bg-bluegray-50\/10:hover {
    background-color: rgba(248, 250, 252, 0.1);
}
.hover\:bg-bluegray-50\/100:hover {
    background-color: #f8fafc;
}
.hover\:bg-bluegray-50\/15:hover {
    background-color: rgba(248, 250, 252, 0.15);
}
.hover\:bg-bluegray-50\/20:hover {
    background-color: rgba(248, 250, 252, 0.2);
}
.hover\:bg-bluegray-50\/25:hover {
    background-color: rgba(248, 250, 252, 0.25);
}
.hover\:bg-bluegray-50\/30:hover {
    background-color: rgba(248, 250, 252, 0.3);
}
.hover\:bg-bluegray-50\/35:hover {
    background-color: rgba(248, 250, 252, 0.35);
}
.hover\:bg-bluegray-50\/40:hover {
    background-color: rgba(248, 250, 252, 0.4);
}
.hover\:bg-bluegray-50\/45:hover {
    background-color: rgba(248, 250, 252, 0.45);
}
.hover\:bg-bluegray-50\/5:hover {
    background-color: rgba(248, 250, 252, 0.05);
}
.hover\:bg-bluegray-50\/50:hover {
    background-color: rgba(248, 250, 252, 0.5);
}
.hover\:bg-bluegray-50\/55:hover {
    background-color: rgba(248, 250, 252, 0.55);
}
.hover\:bg-bluegray-50\/60:hover {
    background-color: rgba(248, 250, 252, 0.6);
}
.hover\:bg-bluegray-50\/65:hover {
    background-color: rgba(248, 250, 252, 0.65);
}
.hover\:bg-bluegray-50\/70:hover {
    background-color: rgba(248, 250, 252, 0.7);
}
.hover\:bg-bluegray-50\/75:hover {
    background-color: rgba(248, 250, 252, 0.75);
}
.hover\:bg-bluegray-50\/80:hover {
    background-color: rgba(248, 250, 252, 0.8);
}
.hover\:bg-bluegray-50\/85:hover {
    background-color: rgba(248, 250, 252, 0.85);
}
.hover\:bg-bluegray-50\/90:hover {
    background-color: rgba(248, 250, 252, 0.9);
}
.hover\:bg-bluegray-50\/95:hover {
    background-color: rgba(248, 250, 252, 0.95);
}
.hover\:bg-bluegray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-500\/0:hover {
    background-color: rgba(100, 116, 139, 0);
}
.hover\:bg-bluegray-500\/10:hover {
    background-color: rgba(100, 116, 139, 0.1);
}
.hover\:bg-bluegray-500\/100:hover {
    background-color: #64748b;
}
.hover\:bg-bluegray-500\/15:hover {
    background-color: rgba(100, 116, 139, 0.15);
}
.hover\:bg-bluegray-500\/20:hover {
    background-color: rgba(100, 116, 139, 0.2);
}
.hover\:bg-bluegray-500\/25:hover {
    background-color: rgba(100, 116, 139, 0.25);
}
.hover\:bg-bluegray-500\/30:hover {
    background-color: rgba(100, 116, 139, 0.3);
}
.hover\:bg-bluegray-500\/35:hover {
    background-color: rgba(100, 116, 139, 0.35);
}
.hover\:bg-bluegray-500\/40:hover {
    background-color: rgba(100, 116, 139, 0.4);
}
.hover\:bg-bluegray-500\/45:hover {
    background-color: rgba(100, 116, 139, 0.45);
}
.hover\:bg-bluegray-500\/5:hover {
    background-color: rgba(100, 116, 139, 0.05);
}
.hover\:bg-bluegray-500\/50:hover {
    background-color: rgba(100, 116, 139, 0.5);
}
.hover\:bg-bluegray-500\/55:hover {
    background-color: rgba(100, 116, 139, 0.55);
}
.hover\:bg-bluegray-500\/60:hover {
    background-color: rgba(100, 116, 139, 0.6);
}
.hover\:bg-bluegray-500\/65:hover {
    background-color: rgba(100, 116, 139, 0.65);
}
.hover\:bg-bluegray-500\/70:hover {
    background-color: rgba(100, 116, 139, 0.7);
}
.hover\:bg-bluegray-500\/75:hover {
    background-color: rgba(100, 116, 139, 0.75);
}
.hover\:bg-bluegray-500\/80:hover {
    background-color: rgba(100, 116, 139, 0.8);
}
.hover\:bg-bluegray-500\/85:hover {
    background-color: rgba(100, 116, 139, 0.85);
}
.hover\:bg-bluegray-500\/90:hover {
    background-color: rgba(100, 116, 139, 0.9);
}
.hover\:bg-bluegray-500\/95:hover {
    background-color: rgba(100, 116, 139, 0.95);
}
.hover\:bg-bluegray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-600\/0:hover {
    background-color: rgba(71, 85, 105, 0);
}
.hover\:bg-bluegray-600\/10:hover {
    background-color: rgba(71, 85, 105, 0.1);
}
.hover\:bg-bluegray-600\/100:hover {
    background-color: #475569;
}
.hover\:bg-bluegray-600\/15:hover {
    background-color: rgba(71, 85, 105, 0.15);
}
.hover\:bg-bluegray-600\/20:hover {
    background-color: rgba(71, 85, 105, 0.2);
}
.hover\:bg-bluegray-600\/25:hover {
    background-color: rgba(71, 85, 105, 0.25);
}
.hover\:bg-bluegray-600\/30:hover {
    background-color: rgba(71, 85, 105, 0.3);
}
.hover\:bg-bluegray-600\/35:hover {
    background-color: rgba(71, 85, 105, 0.35);
}
.hover\:bg-bluegray-600\/40:hover {
    background-color: rgba(71, 85, 105, 0.4);
}
.hover\:bg-bluegray-600\/45:hover {
    background-color: rgba(71, 85, 105, 0.45);
}
.hover\:bg-bluegray-600\/5:hover {
    background-color: rgba(71, 85, 105, 0.05);
}
.hover\:bg-bluegray-600\/50:hover {
    background-color: rgba(71, 85, 105, 0.5);
}
.hover\:bg-bluegray-600\/55:hover {
    background-color: rgba(71, 85, 105, 0.55);
}
.hover\:bg-bluegray-600\/60:hover {
    background-color: rgba(71, 85, 105, 0.6);
}
.hover\:bg-bluegray-600\/65:hover {
    background-color: rgba(71, 85, 105, 0.65);
}
.hover\:bg-bluegray-600\/70:hover {
    background-color: rgba(71, 85, 105, 0.7);
}
.hover\:bg-bluegray-600\/75:hover {
    background-color: rgba(71, 85, 105, 0.75);
}
.hover\:bg-bluegray-600\/80:hover {
    background-color: rgba(71, 85, 105, 0.8);
}
.hover\:bg-bluegray-600\/85:hover {
    background-color: rgba(71, 85, 105, 0.85);
}
.hover\:bg-bluegray-600\/90:hover {
    background-color: rgba(71, 85, 105, 0.9);
}
.hover\:bg-bluegray-600\/95:hover {
    background-color: rgba(71, 85, 105, 0.95);
}
.hover\:bg-bluegray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-700\/0:hover {
    background-color: rgba(51, 65, 85, 0);
}
.hover\:bg-bluegray-700\/10:hover {
    background-color: rgba(51, 65, 85, 0.1);
}
.hover\:bg-bluegray-700\/100:hover {
    background-color: #334155;
}
.hover\:bg-bluegray-700\/15:hover {
    background-color: rgba(51, 65, 85, 0.15);
}
.hover\:bg-bluegray-700\/20:hover {
    background-color: rgba(51, 65, 85, 0.2);
}
.hover\:bg-bluegray-700\/25:hover {
    background-color: rgba(51, 65, 85, 0.25);
}
.hover\:bg-bluegray-700\/30:hover {
    background-color: rgba(51, 65, 85, 0.3);
}
.hover\:bg-bluegray-700\/35:hover {
    background-color: rgba(51, 65, 85, 0.35);
}
.hover\:bg-bluegray-700\/40:hover {
    background-color: rgba(51, 65, 85, 0.4);
}
.hover\:bg-bluegray-700\/45:hover {
    background-color: rgba(51, 65, 85, 0.45);
}
.hover\:bg-bluegray-700\/5:hover {
    background-color: rgba(51, 65, 85, 0.05);
}
.hover\:bg-bluegray-700\/50:hover {
    background-color: rgba(51, 65, 85, 0.5);
}
.hover\:bg-bluegray-700\/55:hover {
    background-color: rgba(51, 65, 85, 0.55);
}
.hover\:bg-bluegray-700\/60:hover {
    background-color: rgba(51, 65, 85, 0.6);
}
.hover\:bg-bluegray-700\/65:hover {
    background-color: rgba(51, 65, 85, 0.65);
}
.hover\:bg-bluegray-700\/70:hover {
    background-color: rgba(51, 65, 85, 0.7);
}
.hover\:bg-bluegray-700\/75:hover {
    background-color: rgba(51, 65, 85, 0.75);
}
.hover\:bg-bluegray-700\/80:hover {
    background-color: rgba(51, 65, 85, 0.8);
}
.hover\:bg-bluegray-700\/85:hover {
    background-color: rgba(51, 65, 85, 0.85);
}
.hover\:bg-bluegray-700\/90:hover {
    background-color: rgba(51, 65, 85, 0.9);
}
.hover\:bg-bluegray-700\/95:hover {
    background-color: rgba(51, 65, 85, 0.95);
}
.hover\:bg-bluegray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-800\/0:hover {
    background-color: rgba(30, 41, 59, 0);
}
.hover\:bg-bluegray-800\/10:hover {
    background-color: rgba(30, 41, 59, 0.1);
}
.hover\:bg-bluegray-800\/100:hover {
    background-color: #1e293b;
}
.hover\:bg-bluegray-800\/15:hover {
    background-color: rgba(30, 41, 59, 0.15);
}
.hover\:bg-bluegray-800\/20:hover {
    background-color: rgba(30, 41, 59, 0.2);
}
.hover\:bg-bluegray-800\/25:hover {
    background-color: rgba(30, 41, 59, 0.25);
}
.hover\:bg-bluegray-800\/30:hover {
    background-color: rgba(30, 41, 59, 0.3);
}
.hover\:bg-bluegray-800\/35:hover {
    background-color: rgba(30, 41, 59, 0.35);
}
.hover\:bg-bluegray-800\/40:hover {
    background-color: rgba(30, 41, 59, 0.4);
}
.hover\:bg-bluegray-800\/45:hover {
    background-color: rgba(30, 41, 59, 0.45);
}
.hover\:bg-bluegray-800\/5:hover {
    background-color: rgba(30, 41, 59, 0.05);
}
.hover\:bg-bluegray-800\/50:hover {
    background-color: rgba(30, 41, 59, 0.5);
}
.hover\:bg-bluegray-800\/55:hover {
    background-color: rgba(30, 41, 59, 0.55);
}
.hover\:bg-bluegray-800\/60:hover {
    background-color: rgba(30, 41, 59, 0.6);
}
.hover\:bg-bluegray-800\/65:hover {
    background-color: rgba(30, 41, 59, 0.65);
}
.hover\:bg-bluegray-800\/70:hover {
    background-color: rgba(30, 41, 59, 0.7);
}
.hover\:bg-bluegray-800\/75:hover {
    background-color: rgba(30, 41, 59, 0.75);
}
.hover\:bg-bluegray-800\/80:hover {
    background-color: rgba(30, 41, 59, 0.8);
}
.hover\:bg-bluegray-800\/85:hover {
    background-color: rgba(30, 41, 59, 0.85);
}
.hover\:bg-bluegray-800\/90:hover {
    background-color: rgba(30, 41, 59, 0.9);
}
.hover\:bg-bluegray-800\/95:hover {
    background-color: rgba(30, 41, 59, 0.95);
}
.hover\:bg-bluegray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bluegray-900\/0:hover {
    background-color: rgba(15, 23, 42, 0);
}
.hover\:bg-bluegray-900\/10:hover {
    background-color: rgba(15, 23, 42, 0.1);
}
.hover\:bg-bluegray-900\/100:hover {
    background-color: #0f172a;
}
.hover\:bg-bluegray-900\/15:hover {
    background-color: rgba(15, 23, 42, 0.15);
}
.hover\:bg-bluegray-900\/20:hover {
    background-color: rgba(15, 23, 42, 0.2);
}
.hover\:bg-bluegray-900\/25:hover {
    background-color: rgba(15, 23, 42, 0.25);
}
.hover\:bg-bluegray-900\/30:hover {
    background-color: rgba(15, 23, 42, 0.3);
}
.hover\:bg-bluegray-900\/35:hover {
    background-color: rgba(15, 23, 42, 0.35);
}
.hover\:bg-bluegray-900\/40:hover {
    background-color: rgba(15, 23, 42, 0.4);
}
.hover\:bg-bluegray-900\/45:hover {
    background-color: rgba(15, 23, 42, 0.45);
}
.hover\:bg-bluegray-900\/5:hover {
    background-color: rgba(15, 23, 42, 0.05);
}
.hover\:bg-bluegray-900\/50:hover {
    background-color: rgba(15, 23, 42, 0.5);
}
.hover\:bg-bluegray-900\/55:hover {
    background-color: rgba(15, 23, 42, 0.55);
}
.hover\:bg-bluegray-900\/60:hover {
    background-color: rgba(15, 23, 42, 0.6);
}
.hover\:bg-bluegray-900\/65:hover {
    background-color: rgba(15, 23, 42, 0.65);
}
.hover\:bg-bluegray-900\/70:hover {
    background-color: rgba(15, 23, 42, 0.7);
}
.hover\:bg-bluegray-900\/75:hover {
    background-color: rgba(15, 23, 42, 0.75);
}
.hover\:bg-bluegray-900\/80:hover {
    background-color: rgba(15, 23, 42, 0.8);
}
.hover\:bg-bluegray-900\/85:hover {
    background-color: rgba(15, 23, 42, 0.85);
}
.hover\:bg-bluegray-900\/90:hover {
    background-color: rgba(15, 23, 42, 0.9);
}
.hover\:bg-bluegray-900\/95:hover {
    background-color: rgba(15, 23, 42, 0.95);
}
.hover\:bg-coolgray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-100\/0:hover {
    background-color: rgba(243, 244, 246, 0);
}
.hover\:bg-coolgray-100\/10:hover {
    background-color: rgba(243, 244, 246, 0.1);
}
.hover\:bg-coolgray-100\/100:hover {
    background-color: #f3f4f6;
}
.hover\:bg-coolgray-100\/15:hover {
    background-color: rgba(243, 244, 246, 0.15);
}
.hover\:bg-coolgray-100\/20:hover {
    background-color: rgba(243, 244, 246, 0.2);
}
.hover\:bg-coolgray-100\/25:hover {
    background-color: rgba(243, 244, 246, 0.25);
}
.hover\:bg-coolgray-100\/30:hover {
    background-color: rgba(243, 244, 246, 0.3);
}
.hover\:bg-coolgray-100\/35:hover {
    background-color: rgba(243, 244, 246, 0.35);
}
.hover\:bg-coolgray-100\/40:hover {
    background-color: rgba(243, 244, 246, 0.4);
}
.hover\:bg-coolgray-100\/45:hover {
    background-color: rgba(243, 244, 246, 0.45);
}
.hover\:bg-coolgray-100\/5:hover {
    background-color: rgba(243, 244, 246, 0.05);
}
.hover\:bg-coolgray-100\/50:hover {
    background-color: rgba(243, 244, 246, 0.5);
}
.hover\:bg-coolgray-100\/55:hover {
    background-color: rgba(243, 244, 246, 0.55);
}
.hover\:bg-coolgray-100\/60:hover {
    background-color: rgba(243, 244, 246, 0.6);
}
.hover\:bg-coolgray-100\/65:hover {
    background-color: rgba(243, 244, 246, 0.65);
}
.hover\:bg-coolgray-100\/70:hover {
    background-color: rgba(243, 244, 246, 0.7);
}
.hover\:bg-coolgray-100\/75:hover {
    background-color: rgba(243, 244, 246, 0.75);
}
.hover\:bg-coolgray-100\/80:hover {
    background-color: rgba(243, 244, 246, 0.8);
}
.hover\:bg-coolgray-100\/85:hover {
    background-color: rgba(243, 244, 246, 0.85);
}
.hover\:bg-coolgray-100\/90:hover {
    background-color: rgba(243, 244, 246, 0.9);
}
.hover\:bg-coolgray-100\/95:hover {
    background-color: rgba(243, 244, 246, 0.95);
}
.hover\:bg-coolgray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-200\/0:hover {
    background-color: rgba(229, 231, 235, 0);
}
.hover\:bg-coolgray-200\/10:hover {
    background-color: rgba(229, 231, 235, 0.1);
}
.hover\:bg-coolgray-200\/100:hover {
    background-color: #e5e7eb;
}
.hover\:bg-coolgray-200\/15:hover {
    background-color: rgba(229, 231, 235, 0.15);
}
.hover\:bg-coolgray-200\/20:hover {
    background-color: rgba(229, 231, 235, 0.2);
}
.hover\:bg-coolgray-200\/25:hover {
    background-color: rgba(229, 231, 235, 0.25);
}
.hover\:bg-coolgray-200\/30:hover {
    background-color: rgba(229, 231, 235, 0.3);
}
.hover\:bg-coolgray-200\/35:hover {
    background-color: rgba(229, 231, 235, 0.35);
}
.hover\:bg-coolgray-200\/40:hover {
    background-color: rgba(229, 231, 235, 0.4);
}
.hover\:bg-coolgray-200\/45:hover {
    background-color: rgba(229, 231, 235, 0.45);
}
.hover\:bg-coolgray-200\/5:hover {
    background-color: rgba(229, 231, 235, 0.05);
}
.hover\:bg-coolgray-200\/50:hover {
    background-color: rgba(229, 231, 235, 0.5);
}
.hover\:bg-coolgray-200\/55:hover {
    background-color: rgba(229, 231, 235, 0.55);
}
.hover\:bg-coolgray-200\/60:hover {
    background-color: rgba(229, 231, 235, 0.6);
}
.hover\:bg-coolgray-200\/65:hover {
    background-color: rgba(229, 231, 235, 0.65);
}
.hover\:bg-coolgray-200\/70:hover {
    background-color: rgba(229, 231, 235, 0.7);
}
.hover\:bg-coolgray-200\/75:hover {
    background-color: rgba(229, 231, 235, 0.75);
}
.hover\:bg-coolgray-200\/80:hover {
    background-color: rgba(229, 231, 235, 0.8);
}
.hover\:bg-coolgray-200\/85:hover {
    background-color: rgba(229, 231, 235, 0.85);
}
.hover\:bg-coolgray-200\/90:hover {
    background-color: rgba(229, 231, 235, 0.9);
}
.hover\:bg-coolgray-200\/95:hover {
    background-color: rgba(229, 231, 235, 0.95);
}
.hover\:bg-coolgray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-300\/0:hover {
    background-color: rgba(209, 213, 219, 0);
}
.hover\:bg-coolgray-300\/10:hover {
    background-color: rgba(209, 213, 219, 0.1);
}
.hover\:bg-coolgray-300\/100:hover {
    background-color: #d1d5db;
}
.hover\:bg-coolgray-300\/15:hover {
    background-color: rgba(209, 213, 219, 0.15);
}
.hover\:bg-coolgray-300\/20:hover {
    background-color: rgba(209, 213, 219, 0.2);
}
.hover\:bg-coolgray-300\/25:hover {
    background-color: rgba(209, 213, 219, 0.25);
}
.hover\:bg-coolgray-300\/30:hover {
    background-color: rgba(209, 213, 219, 0.3);
}
.hover\:bg-coolgray-300\/35:hover {
    background-color: rgba(209, 213, 219, 0.35);
}
.hover\:bg-coolgray-300\/40:hover {
    background-color: rgba(209, 213, 219, 0.4);
}
.hover\:bg-coolgray-300\/45:hover {
    background-color: rgba(209, 213, 219, 0.45);
}
.hover\:bg-coolgray-300\/5:hover {
    background-color: rgba(209, 213, 219, 0.05);
}
.hover\:bg-coolgray-300\/50:hover {
    background-color: rgba(209, 213, 219, 0.5);
}
.hover\:bg-coolgray-300\/55:hover {
    background-color: rgba(209, 213, 219, 0.55);
}
.hover\:bg-coolgray-300\/60:hover {
    background-color: rgba(209, 213, 219, 0.6);
}
.hover\:bg-coolgray-300\/65:hover {
    background-color: rgba(209, 213, 219, 0.65);
}
.hover\:bg-coolgray-300\/70:hover {
    background-color: rgba(209, 213, 219, 0.7);
}
.hover\:bg-coolgray-300\/75:hover {
    background-color: rgba(209, 213, 219, 0.75);
}
.hover\:bg-coolgray-300\/80:hover {
    background-color: rgba(209, 213, 219, 0.8);
}
.hover\:bg-coolgray-300\/85:hover {
    background-color: rgba(209, 213, 219, 0.85);
}
.hover\:bg-coolgray-300\/90:hover {
    background-color: rgba(209, 213, 219, 0.9);
}
.hover\:bg-coolgray-300\/95:hover {
    background-color: rgba(209, 213, 219, 0.95);
}
.hover\:bg-coolgray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-400\/0:hover {
    background-color: rgba(156, 163, 175, 0);
}
.hover\:bg-coolgray-400\/10:hover {
    background-color: rgba(156, 163, 175, 0.1);
}
.hover\:bg-coolgray-400\/100:hover {
    background-color: #9ca3af;
}
.hover\:bg-coolgray-400\/15:hover {
    background-color: rgba(156, 163, 175, 0.15);
}
.hover\:bg-coolgray-400\/20:hover {
    background-color: rgba(156, 163, 175, 0.2);
}
.hover\:bg-coolgray-400\/25:hover {
    background-color: rgba(156, 163, 175, 0.25);
}
.hover\:bg-coolgray-400\/30:hover {
    background-color: rgba(156, 163, 175, 0.3);
}
.hover\:bg-coolgray-400\/35:hover {
    background-color: rgba(156, 163, 175, 0.35);
}
.hover\:bg-coolgray-400\/40:hover {
    background-color: rgba(156, 163, 175, 0.4);
}
.hover\:bg-coolgray-400\/45:hover {
    background-color: rgba(156, 163, 175, 0.45);
}
.hover\:bg-coolgray-400\/5:hover {
    background-color: rgba(156, 163, 175, 0.05);
}
.hover\:bg-coolgray-400\/50:hover {
    background-color: rgba(156, 163, 175, 0.5);
}
.hover\:bg-coolgray-400\/55:hover {
    background-color: rgba(156, 163, 175, 0.55);
}
.hover\:bg-coolgray-400\/60:hover {
    background-color: rgba(156, 163, 175, 0.6);
}
.hover\:bg-coolgray-400\/65:hover {
    background-color: rgba(156, 163, 175, 0.65);
}
.hover\:bg-coolgray-400\/70:hover {
    background-color: rgba(156, 163, 175, 0.7);
}
.hover\:bg-coolgray-400\/75:hover {
    background-color: rgba(156, 163, 175, 0.75);
}
.hover\:bg-coolgray-400\/80:hover {
    background-color: rgba(156, 163, 175, 0.8);
}
.hover\:bg-coolgray-400\/85:hover {
    background-color: rgba(156, 163, 175, 0.85);
}
.hover\:bg-coolgray-400\/90:hover {
    background-color: rgba(156, 163, 175, 0.9);
}
.hover\:bg-coolgray-400\/95:hover {
    background-color: rgba(156, 163, 175, 0.95);
}
.hover\:bg-coolgray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-50\/0:hover {
    background-color: rgba(249, 250, 251, 0);
}
.hover\:bg-coolgray-50\/10:hover {
    background-color: rgba(249, 250, 251, 0.1);
}
.hover\:bg-coolgray-50\/100:hover {
    background-color: #f9fafb;
}
.hover\:bg-coolgray-50\/15:hover {
    background-color: rgba(249, 250, 251, 0.15);
}
.hover\:bg-coolgray-50\/20:hover {
    background-color: rgba(249, 250, 251, 0.2);
}
.hover\:bg-coolgray-50\/25:hover {
    background-color: rgba(249, 250, 251, 0.25);
}
.hover\:bg-coolgray-50\/30:hover {
    background-color: rgba(249, 250, 251, 0.3);
}
.hover\:bg-coolgray-50\/35:hover {
    background-color: rgba(249, 250, 251, 0.35);
}
.hover\:bg-coolgray-50\/40:hover {
    background-color: rgba(249, 250, 251, 0.4);
}
.hover\:bg-coolgray-50\/45:hover {
    background-color: rgba(249, 250, 251, 0.45);
}
.hover\:bg-coolgray-50\/5:hover {
    background-color: rgba(249, 250, 251, 0.05);
}
.hover\:bg-coolgray-50\/50:hover {
    background-color: rgba(249, 250, 251, 0.5);
}
.hover\:bg-coolgray-50\/55:hover {
    background-color: rgba(249, 250, 251, 0.55);
}
.hover\:bg-coolgray-50\/60:hover {
    background-color: rgba(249, 250, 251, 0.6);
}
.hover\:bg-coolgray-50\/65:hover {
    background-color: rgba(249, 250, 251, 0.65);
}
.hover\:bg-coolgray-50\/70:hover {
    background-color: rgba(249, 250, 251, 0.7);
}
.hover\:bg-coolgray-50\/75:hover {
    background-color: rgba(249, 250, 251, 0.75);
}
.hover\:bg-coolgray-50\/80:hover {
    background-color: rgba(249, 250, 251, 0.8);
}
.hover\:bg-coolgray-50\/85:hover {
    background-color: rgba(249, 250, 251, 0.85);
}
.hover\:bg-coolgray-50\/90:hover {
    background-color: rgba(249, 250, 251, 0.9);
}
.hover\:bg-coolgray-50\/95:hover {
    background-color: rgba(249, 250, 251, 0.95);
}
.hover\:bg-coolgray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-500\/0:hover {
    background-color: hsla(220, 9%, 46%, 0);
}
.hover\:bg-coolgray-500\/10:hover {
    background-color: hsla(220, 9%, 46%, 0.1);
}
.hover\:bg-coolgray-500\/100:hover {
    background-color: #6b7280;
}
.hover\:bg-coolgray-500\/15:hover {
    background-color: hsla(220, 9%, 46%, 0.15);
}
.hover\:bg-coolgray-500\/20:hover {
    background-color: hsla(220, 9%, 46%, 0.2);
}
.hover\:bg-coolgray-500\/25:hover {
    background-color: hsla(220, 9%, 46%, 0.25);
}
.hover\:bg-coolgray-500\/30:hover {
    background-color: hsla(220, 9%, 46%, 0.3);
}
.hover\:bg-coolgray-500\/35:hover {
    background-color: hsla(220, 9%, 46%, 0.35);
}
.hover\:bg-coolgray-500\/40:hover {
    background-color: hsla(220, 9%, 46%, 0.4);
}
.hover\:bg-coolgray-500\/45:hover {
    background-color: hsla(220, 9%, 46%, 0.45);
}
.hover\:bg-coolgray-500\/5:hover {
    background-color: hsla(220, 9%, 46%, 0.05);
}
.hover\:bg-coolgray-500\/50:hover {
    background-color: hsla(220, 9%, 46%, 0.5);
}
.hover\:bg-coolgray-500\/55:hover {
    background-color: hsla(220, 9%, 46%, 0.55);
}
.hover\:bg-coolgray-500\/60:hover {
    background-color: hsla(220, 9%, 46%, 0.6);
}
.hover\:bg-coolgray-500\/65:hover {
    background-color: hsla(220, 9%, 46%, 0.65);
}
.hover\:bg-coolgray-500\/70:hover {
    background-color: hsla(220, 9%, 46%, 0.7);
}
.hover\:bg-coolgray-500\/75:hover {
    background-color: hsla(220, 9%, 46%, 0.75);
}
.hover\:bg-coolgray-500\/80:hover {
    background-color: hsla(220, 9%, 46%, 0.8);
}
.hover\:bg-coolgray-500\/85:hover {
    background-color: hsla(220, 9%, 46%, 0.85);
}
.hover\:bg-coolgray-500\/90:hover {
    background-color: hsla(220, 9%, 46%, 0.9);
}
.hover\:bg-coolgray-500\/95:hover {
    background-color: hsla(220, 9%, 46%, 0.95);
}
.hover\:bg-coolgray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-600\/0:hover {
    background-color: rgba(75, 85, 99, 0);
}
.hover\:bg-coolgray-600\/10:hover {
    background-color: rgba(75, 85, 99, 0.1);
}
.hover\:bg-coolgray-600\/100:hover {
    background-color: #4b5563;
}
.hover\:bg-coolgray-600\/15:hover {
    background-color: rgba(75, 85, 99, 0.15);
}
.hover\:bg-coolgray-600\/20:hover {
    background-color: rgba(75, 85, 99, 0.2);
}
.hover\:bg-coolgray-600\/25:hover {
    background-color: rgba(75, 85, 99, 0.25);
}
.hover\:bg-coolgray-600\/30:hover {
    background-color: rgba(75, 85, 99, 0.3);
}
.hover\:bg-coolgray-600\/35:hover {
    background-color: rgba(75, 85, 99, 0.35);
}
.hover\:bg-coolgray-600\/40:hover {
    background-color: rgba(75, 85, 99, 0.4);
}
.hover\:bg-coolgray-600\/45:hover {
    background-color: rgba(75, 85, 99, 0.45);
}
.hover\:bg-coolgray-600\/5:hover {
    background-color: rgba(75, 85, 99, 0.05);
}
.hover\:bg-coolgray-600\/50:hover {
    background-color: rgba(75, 85, 99, 0.5);
}
.hover\:bg-coolgray-600\/55:hover {
    background-color: rgba(75, 85, 99, 0.55);
}
.hover\:bg-coolgray-600\/60:hover {
    background-color: rgba(75, 85, 99, 0.6);
}
.hover\:bg-coolgray-600\/65:hover {
    background-color: rgba(75, 85, 99, 0.65);
}
.hover\:bg-coolgray-600\/70:hover {
    background-color: rgba(75, 85, 99, 0.7);
}
.hover\:bg-coolgray-600\/75:hover {
    background-color: rgba(75, 85, 99, 0.75);
}
.hover\:bg-coolgray-600\/80:hover {
    background-color: rgba(75, 85, 99, 0.8);
}
.hover\:bg-coolgray-600\/85:hover {
    background-color: rgba(75, 85, 99, 0.85);
}
.hover\:bg-coolgray-600\/90:hover {
    background-color: rgba(75, 85, 99, 0.9);
}
.hover\:bg-coolgray-600\/95:hover {
    background-color: rgba(75, 85, 99, 0.95);
}
.hover\:bg-coolgray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-700\/0:hover {
    background-color: rgba(55, 65, 81, 0);
}
.hover\:bg-coolgray-700\/10:hover {
    background-color: rgba(55, 65, 81, 0.1);
}
.hover\:bg-coolgray-700\/100:hover {
    background-color: #374151;
}
.hover\:bg-coolgray-700\/15:hover {
    background-color: rgba(55, 65, 81, 0.15);
}
.hover\:bg-coolgray-700\/20:hover {
    background-color: rgba(55, 65, 81, 0.2);
}
.hover\:bg-coolgray-700\/25:hover {
    background-color: rgba(55, 65, 81, 0.25);
}
.hover\:bg-coolgray-700\/30:hover {
    background-color: rgba(55, 65, 81, 0.3);
}
.hover\:bg-coolgray-700\/35:hover {
    background-color: rgba(55, 65, 81, 0.35);
}
.hover\:bg-coolgray-700\/40:hover {
    background-color: rgba(55, 65, 81, 0.4);
}
.hover\:bg-coolgray-700\/45:hover {
    background-color: rgba(55, 65, 81, 0.45);
}
.hover\:bg-coolgray-700\/5:hover {
    background-color: rgba(55, 65, 81, 0.05);
}
.hover\:bg-coolgray-700\/50:hover {
    background-color: rgba(55, 65, 81, 0.5);
}
.hover\:bg-coolgray-700\/55:hover {
    background-color: rgba(55, 65, 81, 0.55);
}
.hover\:bg-coolgray-700\/60:hover {
    background-color: rgba(55, 65, 81, 0.6);
}
.hover\:bg-coolgray-700\/65:hover {
    background-color: rgba(55, 65, 81, 0.65);
}
.hover\:bg-coolgray-700\/70:hover {
    background-color: rgba(55, 65, 81, 0.7);
}
.hover\:bg-coolgray-700\/75:hover {
    background-color: rgba(55, 65, 81, 0.75);
}
.hover\:bg-coolgray-700\/80:hover {
    background-color: rgba(55, 65, 81, 0.8);
}
.hover\:bg-coolgray-700\/85:hover {
    background-color: rgba(55, 65, 81, 0.85);
}
.hover\:bg-coolgray-700\/90:hover {
    background-color: rgba(55, 65, 81, 0.9);
}
.hover\:bg-coolgray-700\/95:hover {
    background-color: rgba(55, 65, 81, 0.95);
}
.hover\:bg-coolgray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-800\/0:hover {
    background-color: rgba(31, 41, 55, 0);
}
.hover\:bg-coolgray-800\/10:hover {
    background-color: rgba(31, 41, 55, 0.1);
}
.hover\:bg-coolgray-800\/100:hover {
    background-color: #1f2937;
}
.hover\:bg-coolgray-800\/15:hover {
    background-color: rgba(31, 41, 55, 0.15);
}
.hover\:bg-coolgray-800\/20:hover {
    background-color: rgba(31, 41, 55, 0.2);
}
.hover\:bg-coolgray-800\/25:hover {
    background-color: rgba(31, 41, 55, 0.25);
}
.hover\:bg-coolgray-800\/30:hover {
    background-color: rgba(31, 41, 55, 0.3);
}
.hover\:bg-coolgray-800\/35:hover {
    background-color: rgba(31, 41, 55, 0.35);
}
.hover\:bg-coolgray-800\/40:hover {
    background-color: rgba(31, 41, 55, 0.4);
}
.hover\:bg-coolgray-800\/45:hover {
    background-color: rgba(31, 41, 55, 0.45);
}
.hover\:bg-coolgray-800\/5:hover {
    background-color: rgba(31, 41, 55, 0.05);
}
.hover\:bg-coolgray-800\/50:hover {
    background-color: rgba(31, 41, 55, 0.5);
}
.hover\:bg-coolgray-800\/55:hover {
    background-color: rgba(31, 41, 55, 0.55);
}
.hover\:bg-coolgray-800\/60:hover {
    background-color: rgba(31, 41, 55, 0.6);
}
.hover\:bg-coolgray-800\/65:hover {
    background-color: rgba(31, 41, 55, 0.65);
}
.hover\:bg-coolgray-800\/70:hover {
    background-color: rgba(31, 41, 55, 0.7);
}
.hover\:bg-coolgray-800\/75:hover {
    background-color: rgba(31, 41, 55, 0.75);
}
.hover\:bg-coolgray-800\/80:hover {
    background-color: rgba(31, 41, 55, 0.8);
}
.hover\:bg-coolgray-800\/85:hover {
    background-color: rgba(31, 41, 55, 0.85);
}
.hover\:bg-coolgray-800\/90:hover {
    background-color: rgba(31, 41, 55, 0.9);
}
.hover\:bg-coolgray-800\/95:hover {
    background-color: rgba(31, 41, 55, 0.95);
}
.hover\:bg-coolgray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-coolgray-900\/0:hover {
    background-color: rgba(17, 24, 39, 0);
}
.hover\:bg-coolgray-900\/10:hover {
    background-color: rgba(17, 24, 39, 0.1);
}
.hover\:bg-coolgray-900\/100:hover {
    background-color: #111827;
}
.hover\:bg-coolgray-900\/15:hover {
    background-color: rgba(17, 24, 39, 0.15);
}
.hover\:bg-coolgray-900\/20:hover {
    background-color: rgba(17, 24, 39, 0.2);
}
.hover\:bg-coolgray-900\/25:hover {
    background-color: rgba(17, 24, 39, 0.25);
}
.hover\:bg-coolgray-900\/30:hover {
    background-color: rgba(17, 24, 39, 0.3);
}
.hover\:bg-coolgray-900\/35:hover {
    background-color: rgba(17, 24, 39, 0.35);
}
.hover\:bg-coolgray-900\/40:hover {
    background-color: rgba(17, 24, 39, 0.4);
}
.hover\:bg-coolgray-900\/45:hover {
    background-color: rgba(17, 24, 39, 0.45);
}
.hover\:bg-coolgray-900\/5:hover {
    background-color: rgba(17, 24, 39, 0.05);
}
.hover\:bg-coolgray-900\/50:hover {
    background-color: rgba(17, 24, 39, 0.5);
}
.hover\:bg-coolgray-900\/55:hover {
    background-color: rgba(17, 24, 39, 0.55);
}
.hover\:bg-coolgray-900\/60:hover {
    background-color: rgba(17, 24, 39, 0.6);
}
.hover\:bg-coolgray-900\/65:hover {
    background-color: rgba(17, 24, 39, 0.65);
}
.hover\:bg-coolgray-900\/70:hover {
    background-color: rgba(17, 24, 39, 0.7);
}
.hover\:bg-coolgray-900\/75:hover {
    background-color: rgba(17, 24, 39, 0.75);
}
.hover\:bg-coolgray-900\/80:hover {
    background-color: rgba(17, 24, 39, 0.8);
}
.hover\:bg-coolgray-900\/85:hover {
    background-color: rgba(17, 24, 39, 0.85);
}
.hover\:bg-coolgray-900\/90:hover {
    background-color: rgba(17, 24, 39, 0.9);
}
.hover\:bg-coolgray-900\/95:hover {
    background-color: rgba(17, 24, 39, 0.95);
}
.hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-100\/0:hover {
    background-color: rgba(207, 250, 254, 0);
}
.hover\:bg-cyan-100\/10:hover {
    background-color: rgba(207, 250, 254, 0.1);
}
.hover\:bg-cyan-100\/100:hover {
    background-color: #cffafe;
}
.hover\:bg-cyan-100\/15:hover {
    background-color: rgba(207, 250, 254, 0.15);
}
.hover\:bg-cyan-100\/20:hover {
    background-color: rgba(207, 250, 254, 0.2);
}
.hover\:bg-cyan-100\/25:hover {
    background-color: rgba(207, 250, 254, 0.25);
}
.hover\:bg-cyan-100\/30:hover {
    background-color: rgba(207, 250, 254, 0.3);
}
.hover\:bg-cyan-100\/35:hover {
    background-color: rgba(207, 250, 254, 0.35);
}
.hover\:bg-cyan-100\/40:hover {
    background-color: rgba(207, 250, 254, 0.4);
}
.hover\:bg-cyan-100\/45:hover {
    background-color: rgba(207, 250, 254, 0.45);
}
.hover\:bg-cyan-100\/5:hover {
    background-color: rgba(207, 250, 254, 0.05);
}
.hover\:bg-cyan-100\/50:hover {
    background-color: rgba(207, 250, 254, 0.5);
}
.hover\:bg-cyan-100\/55:hover {
    background-color: rgba(207, 250, 254, 0.55);
}
.hover\:bg-cyan-100\/60:hover {
    background-color: rgba(207, 250, 254, 0.6);
}
.hover\:bg-cyan-100\/65:hover {
    background-color: rgba(207, 250, 254, 0.65);
}
.hover\:bg-cyan-100\/70:hover {
    background-color: rgba(207, 250, 254, 0.7);
}
.hover\:bg-cyan-100\/75:hover {
    background-color: rgba(207, 250, 254, 0.75);
}
.hover\:bg-cyan-100\/80:hover {
    background-color: rgba(207, 250, 254, 0.8);
}
.hover\:bg-cyan-100\/85:hover {
    background-color: rgba(207, 250, 254, 0.85);
}
.hover\:bg-cyan-100\/90:hover {
    background-color: rgba(207, 250, 254, 0.9);
}
.hover\:bg-cyan-100\/95:hover {
    background-color: rgba(207, 250, 254, 0.95);
}
.hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-200\/0:hover {
    background-color: rgba(165, 243, 252, 0);
}
.hover\:bg-cyan-200\/10:hover {
    background-color: rgba(165, 243, 252, 0.1);
}
.hover\:bg-cyan-200\/100:hover {
    background-color: #a5f3fc;
}
.hover\:bg-cyan-200\/15:hover {
    background-color: rgba(165, 243, 252, 0.15);
}
.hover\:bg-cyan-200\/20:hover {
    background-color: rgba(165, 243, 252, 0.2);
}
.hover\:bg-cyan-200\/25:hover {
    background-color: rgba(165, 243, 252, 0.25);
}
.hover\:bg-cyan-200\/30:hover {
    background-color: rgba(165, 243, 252, 0.3);
}
.hover\:bg-cyan-200\/35:hover {
    background-color: rgba(165, 243, 252, 0.35);
}
.hover\:bg-cyan-200\/40:hover {
    background-color: rgba(165, 243, 252, 0.4);
}
.hover\:bg-cyan-200\/45:hover {
    background-color: rgba(165, 243, 252, 0.45);
}
.hover\:bg-cyan-200\/5:hover {
    background-color: rgba(165, 243, 252, 0.05);
}
.hover\:bg-cyan-200\/50:hover {
    background-color: rgba(165, 243, 252, 0.5);
}
.hover\:bg-cyan-200\/55:hover {
    background-color: rgba(165, 243, 252, 0.55);
}
.hover\:bg-cyan-200\/60:hover {
    background-color: rgba(165, 243, 252, 0.6);
}
.hover\:bg-cyan-200\/65:hover {
    background-color: rgba(165, 243, 252, 0.65);
}
.hover\:bg-cyan-200\/70:hover {
    background-color: rgba(165, 243, 252, 0.7);
}
.hover\:bg-cyan-200\/75:hover {
    background-color: rgba(165, 243, 252, 0.75);
}
.hover\:bg-cyan-200\/80:hover {
    background-color: rgba(165, 243, 252, 0.8);
}
.hover\:bg-cyan-200\/85:hover {
    background-color: rgba(165, 243, 252, 0.85);
}
.hover\:bg-cyan-200\/90:hover {
    background-color: rgba(165, 243, 252, 0.9);
}
.hover\:bg-cyan-200\/95:hover {
    background-color: rgba(165, 243, 252, 0.95);
}
.hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-300\/0:hover {
    background-color: rgba(103, 232, 249, 0);
}
.hover\:bg-cyan-300\/10:hover {
    background-color: rgba(103, 232, 249, 0.1);
}
.hover\:bg-cyan-300\/100:hover {
    background-color: #67e8f9;
}
.hover\:bg-cyan-300\/15:hover {
    background-color: rgba(103, 232, 249, 0.15);
}
.hover\:bg-cyan-300\/20:hover {
    background-color: rgba(103, 232, 249, 0.2);
}
.hover\:bg-cyan-300\/25:hover {
    background-color: rgba(103, 232, 249, 0.25);
}
.hover\:bg-cyan-300\/30:hover {
    background-color: rgba(103, 232, 249, 0.3);
}
.hover\:bg-cyan-300\/35:hover {
    background-color: rgba(103, 232, 249, 0.35);
}
.hover\:bg-cyan-300\/40:hover {
    background-color: rgba(103, 232, 249, 0.4);
}
.hover\:bg-cyan-300\/45:hover {
    background-color: rgba(103, 232, 249, 0.45);
}
.hover\:bg-cyan-300\/5:hover {
    background-color: rgba(103, 232, 249, 0.05);
}
.hover\:bg-cyan-300\/50:hover {
    background-color: rgba(103, 232, 249, 0.5);
}
.hover\:bg-cyan-300\/55:hover {
    background-color: rgba(103, 232, 249, 0.55);
}
.hover\:bg-cyan-300\/60:hover {
    background-color: rgba(103, 232, 249, 0.6);
}
.hover\:bg-cyan-300\/65:hover {
    background-color: rgba(103, 232, 249, 0.65);
}
.hover\:bg-cyan-300\/70:hover {
    background-color: rgba(103, 232, 249, 0.7);
}
.hover\:bg-cyan-300\/75:hover {
    background-color: rgba(103, 232, 249, 0.75);
}
.hover\:bg-cyan-300\/80:hover {
    background-color: rgba(103, 232, 249, 0.8);
}
.hover\:bg-cyan-300\/85:hover {
    background-color: rgba(103, 232, 249, 0.85);
}
.hover\:bg-cyan-300\/90:hover {
    background-color: rgba(103, 232, 249, 0.9);
}
.hover\:bg-cyan-300\/95:hover {
    background-color: rgba(103, 232, 249, 0.95);
}
.hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-400\/0:hover {
    background-color: rgba(34, 211, 238, 0);
}
.hover\:bg-cyan-400\/10:hover {
    background-color: rgba(34, 211, 238, 0.1);
}
.hover\:bg-cyan-400\/100:hover {
    background-color: #22d3ee;
}
.hover\:bg-cyan-400\/15:hover {
    background-color: rgba(34, 211, 238, 0.15);
}
.hover\:bg-cyan-400\/20:hover {
    background-color: rgba(34, 211, 238, 0.2);
}
.hover\:bg-cyan-400\/25:hover {
    background-color: rgba(34, 211, 238, 0.25);
}
.hover\:bg-cyan-400\/30:hover {
    background-color: rgba(34, 211, 238, 0.3);
}
.hover\:bg-cyan-400\/35:hover {
    background-color: rgba(34, 211, 238, 0.35);
}
.hover\:bg-cyan-400\/40:hover {
    background-color: rgba(34, 211, 238, 0.4);
}
.hover\:bg-cyan-400\/45:hover {
    background-color: rgba(34, 211, 238, 0.45);
}
.hover\:bg-cyan-400\/5:hover {
    background-color: rgba(34, 211, 238, 0.05);
}
.hover\:bg-cyan-400\/50:hover {
    background-color: rgba(34, 211, 238, 0.5);
}
.hover\:bg-cyan-400\/55:hover {
    background-color: rgba(34, 211, 238, 0.55);
}
.hover\:bg-cyan-400\/60:hover {
    background-color: rgba(34, 211, 238, 0.6);
}
.hover\:bg-cyan-400\/65:hover {
    background-color: rgba(34, 211, 238, 0.65);
}
.hover\:bg-cyan-400\/70:hover {
    background-color: rgba(34, 211, 238, 0.7);
}
.hover\:bg-cyan-400\/75:hover {
    background-color: rgba(34, 211, 238, 0.75);
}
.hover\:bg-cyan-400\/80:hover {
    background-color: rgba(34, 211, 238, 0.8);
}
.hover\:bg-cyan-400\/85:hover {
    background-color: rgba(34, 211, 238, 0.85);
}
.hover\:bg-cyan-400\/90:hover {
    background-color: rgba(34, 211, 238, 0.9);
}
.hover\:bg-cyan-400\/95:hover {
    background-color: rgba(34, 211, 238, 0.95);
}
.hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-50\/0:hover {
    background-color: rgba(236, 254, 255, 0);
}
.hover\:bg-cyan-50\/10:hover {
    background-color: rgba(236, 254, 255, 0.1);
}
.hover\:bg-cyan-50\/100:hover {
    background-color: #ecfeff;
}
.hover\:bg-cyan-50\/15:hover {
    background-color: rgba(236, 254, 255, 0.15);
}
.hover\:bg-cyan-50\/20:hover {
    background-color: rgba(236, 254, 255, 0.2);
}
.hover\:bg-cyan-50\/25:hover {
    background-color: rgba(236, 254, 255, 0.25);
}
.hover\:bg-cyan-50\/30:hover {
    background-color: rgba(236, 254, 255, 0.3);
}
.hover\:bg-cyan-50\/35:hover {
    background-color: rgba(236, 254, 255, 0.35);
}
.hover\:bg-cyan-50\/40:hover {
    background-color: rgba(236, 254, 255, 0.4);
}
.hover\:bg-cyan-50\/45:hover {
    background-color: rgba(236, 254, 255, 0.45);
}
.hover\:bg-cyan-50\/5:hover {
    background-color: rgba(236, 254, 255, 0.05);
}
.hover\:bg-cyan-50\/50:hover {
    background-color: rgba(236, 254, 255, 0.5);
}
.hover\:bg-cyan-50\/55:hover {
    background-color: rgba(236, 254, 255, 0.55);
}
.hover\:bg-cyan-50\/60:hover {
    background-color: rgba(236, 254, 255, 0.6);
}
.hover\:bg-cyan-50\/65:hover {
    background-color: rgba(236, 254, 255, 0.65);
}
.hover\:bg-cyan-50\/70:hover {
    background-color: rgba(236, 254, 255, 0.7);
}
.hover\:bg-cyan-50\/75:hover {
    background-color: rgba(236, 254, 255, 0.75);
}
.hover\:bg-cyan-50\/80:hover {
    background-color: rgba(236, 254, 255, 0.8);
}
.hover\:bg-cyan-50\/85:hover {
    background-color: rgba(236, 254, 255, 0.85);
}
.hover\:bg-cyan-50\/90:hover {
    background-color: rgba(236, 254, 255, 0.9);
}
.hover\:bg-cyan-50\/95:hover {
    background-color: rgba(236, 254, 255, 0.95);
}
.hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-500\/0:hover {
    background-color: rgba(6, 182, 212, 0);
}
.hover\:bg-cyan-500\/10:hover {
    background-color: rgba(6, 182, 212, 0.1);
}
.hover\:bg-cyan-500\/100:hover {
    background-color: #06b6d4;
}
.hover\:bg-cyan-500\/15:hover {
    background-color: rgba(6, 182, 212, 0.15);
}
.hover\:bg-cyan-500\/20:hover {
    background-color: rgba(6, 182, 212, 0.2);
}
.hover\:bg-cyan-500\/25:hover {
    background-color: rgba(6, 182, 212, 0.25);
}
.hover\:bg-cyan-500\/30:hover {
    background-color: rgba(6, 182, 212, 0.3);
}
.hover\:bg-cyan-500\/35:hover {
    background-color: rgba(6, 182, 212, 0.35);
}
.hover\:bg-cyan-500\/40:hover {
    background-color: rgba(6, 182, 212, 0.4);
}
.hover\:bg-cyan-500\/45:hover {
    background-color: rgba(6, 182, 212, 0.45);
}
.hover\:bg-cyan-500\/5:hover {
    background-color: rgba(6, 182, 212, 0.05);
}
.hover\:bg-cyan-500\/50:hover {
    background-color: rgba(6, 182, 212, 0.5);
}
.hover\:bg-cyan-500\/55:hover {
    background-color: rgba(6, 182, 212, 0.55);
}
.hover\:bg-cyan-500\/60:hover {
    background-color: rgba(6, 182, 212, 0.6);
}
.hover\:bg-cyan-500\/65:hover {
    background-color: rgba(6, 182, 212, 0.65);
}
.hover\:bg-cyan-500\/70:hover {
    background-color: rgba(6, 182, 212, 0.7);
}
.hover\:bg-cyan-500\/75:hover {
    background-color: rgba(6, 182, 212, 0.75);
}
.hover\:bg-cyan-500\/80:hover {
    background-color: rgba(6, 182, 212, 0.8);
}
.hover\:bg-cyan-500\/85:hover {
    background-color: rgba(6, 182, 212, 0.85);
}
.hover\:bg-cyan-500\/90:hover {
    background-color: rgba(6, 182, 212, 0.9);
}
.hover\:bg-cyan-500\/95:hover {
    background-color: rgba(6, 182, 212, 0.95);
}
.hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-600\/0:hover {
    background-color: rgba(8, 145, 178, 0);
}
.hover\:bg-cyan-600\/10:hover {
    background-color: rgba(8, 145, 178, 0.1);
}
.hover\:bg-cyan-600\/100:hover {
    background-color: #0891b2;
}
.hover\:bg-cyan-600\/15:hover {
    background-color: rgba(8, 145, 178, 0.15);
}
.hover\:bg-cyan-600\/20:hover {
    background-color: rgba(8, 145, 178, 0.2);
}
.hover\:bg-cyan-600\/25:hover {
    background-color: rgba(8, 145, 178, 0.25);
}
.hover\:bg-cyan-600\/30:hover {
    background-color: rgba(8, 145, 178, 0.3);
}
.hover\:bg-cyan-600\/35:hover {
    background-color: rgba(8, 145, 178, 0.35);
}
.hover\:bg-cyan-600\/40:hover {
    background-color: rgba(8, 145, 178, 0.4);
}
.hover\:bg-cyan-600\/45:hover {
    background-color: rgba(8, 145, 178, 0.45);
}
.hover\:bg-cyan-600\/5:hover {
    background-color: rgba(8, 145, 178, 0.05);
}
.hover\:bg-cyan-600\/50:hover {
    background-color: rgba(8, 145, 178, 0.5);
}
.hover\:bg-cyan-600\/55:hover {
    background-color: rgba(8, 145, 178, 0.55);
}
.hover\:bg-cyan-600\/60:hover {
    background-color: rgba(8, 145, 178, 0.6);
}
.hover\:bg-cyan-600\/65:hover {
    background-color: rgba(8, 145, 178, 0.65);
}
.hover\:bg-cyan-600\/70:hover {
    background-color: rgba(8, 145, 178, 0.7);
}
.hover\:bg-cyan-600\/75:hover {
    background-color: rgba(8, 145, 178, 0.75);
}
.hover\:bg-cyan-600\/80:hover {
    background-color: rgba(8, 145, 178, 0.8);
}
.hover\:bg-cyan-600\/85:hover {
    background-color: rgba(8, 145, 178, 0.85);
}
.hover\:bg-cyan-600\/90:hover {
    background-color: rgba(8, 145, 178, 0.9);
}
.hover\:bg-cyan-600\/95:hover {
    background-color: rgba(8, 145, 178, 0.95);
}
.hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-700\/0:hover {
    background-color: rgba(14, 116, 144, 0);
}
.hover\:bg-cyan-700\/10:hover {
    background-color: rgba(14, 116, 144, 0.1);
}
.hover\:bg-cyan-700\/100:hover {
    background-color: #0e7490;
}
.hover\:bg-cyan-700\/15:hover {
    background-color: rgba(14, 116, 144, 0.15);
}
.hover\:bg-cyan-700\/20:hover {
    background-color: rgba(14, 116, 144, 0.2);
}
.hover\:bg-cyan-700\/25:hover {
    background-color: rgba(14, 116, 144, 0.25);
}
.hover\:bg-cyan-700\/30:hover {
    background-color: rgba(14, 116, 144, 0.3);
}
.hover\:bg-cyan-700\/35:hover {
    background-color: rgba(14, 116, 144, 0.35);
}
.hover\:bg-cyan-700\/40:hover {
    background-color: rgba(14, 116, 144, 0.4);
}
.hover\:bg-cyan-700\/45:hover {
    background-color: rgba(14, 116, 144, 0.45);
}
.hover\:bg-cyan-700\/5:hover {
    background-color: rgba(14, 116, 144, 0.05);
}
.hover\:bg-cyan-700\/50:hover {
    background-color: rgba(14, 116, 144, 0.5);
}
.hover\:bg-cyan-700\/55:hover {
    background-color: rgba(14, 116, 144, 0.55);
}
.hover\:bg-cyan-700\/60:hover {
    background-color: rgba(14, 116, 144, 0.6);
}
.hover\:bg-cyan-700\/65:hover {
    background-color: rgba(14, 116, 144, 0.65);
}
.hover\:bg-cyan-700\/70:hover {
    background-color: rgba(14, 116, 144, 0.7);
}
.hover\:bg-cyan-700\/75:hover {
    background-color: rgba(14, 116, 144, 0.75);
}
.hover\:bg-cyan-700\/80:hover {
    background-color: rgba(14, 116, 144, 0.8);
}
.hover\:bg-cyan-700\/85:hover {
    background-color: rgba(14, 116, 144, 0.85);
}
.hover\:bg-cyan-700\/90:hover {
    background-color: rgba(14, 116, 144, 0.9);
}
.hover\:bg-cyan-700\/95:hover {
    background-color: rgba(14, 116, 144, 0.95);
}
.hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-800\/0:hover {
    background-color: rgba(21, 94, 117, 0);
}
.hover\:bg-cyan-800\/10:hover {
    background-color: rgba(21, 94, 117, 0.1);
}
.hover\:bg-cyan-800\/100:hover {
    background-color: #155e75;
}
.hover\:bg-cyan-800\/15:hover {
    background-color: rgba(21, 94, 117, 0.15);
}
.hover\:bg-cyan-800\/20:hover {
    background-color: rgba(21, 94, 117, 0.2);
}
.hover\:bg-cyan-800\/25:hover {
    background-color: rgba(21, 94, 117, 0.25);
}
.hover\:bg-cyan-800\/30:hover {
    background-color: rgba(21, 94, 117, 0.3);
}
.hover\:bg-cyan-800\/35:hover {
    background-color: rgba(21, 94, 117, 0.35);
}
.hover\:bg-cyan-800\/40:hover {
    background-color: rgba(21, 94, 117, 0.4);
}
.hover\:bg-cyan-800\/45:hover {
    background-color: rgba(21, 94, 117, 0.45);
}
.hover\:bg-cyan-800\/5:hover {
    background-color: rgba(21, 94, 117, 0.05);
}
.hover\:bg-cyan-800\/50:hover {
    background-color: rgba(21, 94, 117, 0.5);
}
.hover\:bg-cyan-800\/55:hover {
    background-color: rgba(21, 94, 117, 0.55);
}
.hover\:bg-cyan-800\/60:hover {
    background-color: rgba(21, 94, 117, 0.6);
}
.hover\:bg-cyan-800\/65:hover {
    background-color: rgba(21, 94, 117, 0.65);
}
.hover\:bg-cyan-800\/70:hover {
    background-color: rgba(21, 94, 117, 0.7);
}
.hover\:bg-cyan-800\/75:hover {
    background-color: rgba(21, 94, 117, 0.75);
}
.hover\:bg-cyan-800\/80:hover {
    background-color: rgba(21, 94, 117, 0.8);
}
.hover\:bg-cyan-800\/85:hover {
    background-color: rgba(21, 94, 117, 0.85);
}
.hover\:bg-cyan-800\/90:hover {
    background-color: rgba(21, 94, 117, 0.9);
}
.hover\:bg-cyan-800\/95:hover {
    background-color: rgba(21, 94, 117, 0.95);
}
.hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-900\/0:hover {
    background-color: rgba(22, 78, 99, 0);
}
.hover\:bg-cyan-900\/10:hover {
    background-color: rgba(22, 78, 99, 0.1);
}
.hover\:bg-cyan-900\/100:hover {
    background-color: #164e63;
}
.hover\:bg-cyan-900\/15:hover {
    background-color: rgba(22, 78, 99, 0.15);
}
.hover\:bg-cyan-900\/20:hover {
    background-color: rgba(22, 78, 99, 0.2);
}
.hover\:bg-cyan-900\/25:hover {
    background-color: rgba(22, 78, 99, 0.25);
}
.hover\:bg-cyan-900\/30:hover {
    background-color: rgba(22, 78, 99, 0.3);
}
.hover\:bg-cyan-900\/35:hover {
    background-color: rgba(22, 78, 99, 0.35);
}
.hover\:bg-cyan-900\/40:hover {
    background-color: rgba(22, 78, 99, 0.4);
}
.hover\:bg-cyan-900\/45:hover {
    background-color: rgba(22, 78, 99, 0.45);
}
.hover\:bg-cyan-900\/5:hover {
    background-color: rgba(22, 78, 99, 0.05);
}
.hover\:bg-cyan-900\/50:hover {
    background-color: rgba(22, 78, 99, 0.5);
}
.hover\:bg-cyan-900\/55:hover {
    background-color: rgba(22, 78, 99, 0.55);
}
.hover\:bg-cyan-900\/60:hover {
    background-color: rgba(22, 78, 99, 0.6);
}
.hover\:bg-cyan-900\/65:hover {
    background-color: rgba(22, 78, 99, 0.65);
}
.hover\:bg-cyan-900\/70:hover {
    background-color: rgba(22, 78, 99, 0.7);
}
.hover\:bg-cyan-900\/75:hover {
    background-color: rgba(22, 78, 99, 0.75);
}
.hover\:bg-cyan-900\/80:hover {
    background-color: rgba(22, 78, 99, 0.8);
}
.hover\:bg-cyan-900\/85:hover {
    background-color: rgba(22, 78, 99, 0.85);
}
.hover\:bg-cyan-900\/90:hover {
    background-color: rgba(22, 78, 99, 0.9);
}
.hover\:bg-cyan-900\/95:hover {
    background-color: rgba(22, 78, 99, 0.95);
}
.hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-100\/0:hover {
    background-color: rgba(209, 250, 229, 0);
}
.hover\:bg-emerald-100\/10:hover {
    background-color: rgba(209, 250, 229, 0.1);
}
.hover\:bg-emerald-100\/100:hover {
    background-color: #d1fae5;
}
.hover\:bg-emerald-100\/15:hover {
    background-color: rgba(209, 250, 229, 0.15);
}
.hover\:bg-emerald-100\/20:hover {
    background-color: rgba(209, 250, 229, 0.2);
}
.hover\:bg-emerald-100\/25:hover {
    background-color: rgba(209, 250, 229, 0.25);
}
.hover\:bg-emerald-100\/30:hover {
    background-color: rgba(209, 250, 229, 0.3);
}
.hover\:bg-emerald-100\/35:hover {
    background-color: rgba(209, 250, 229, 0.35);
}
.hover\:bg-emerald-100\/40:hover {
    background-color: rgba(209, 250, 229, 0.4);
}
.hover\:bg-emerald-100\/45:hover {
    background-color: rgba(209, 250, 229, 0.45);
}
.hover\:bg-emerald-100\/5:hover {
    background-color: rgba(209, 250, 229, 0.05);
}
.hover\:bg-emerald-100\/50:hover {
    background-color: rgba(209, 250, 229, 0.5);
}
.hover\:bg-emerald-100\/55:hover {
    background-color: rgba(209, 250, 229, 0.55);
}
.hover\:bg-emerald-100\/60:hover {
    background-color: rgba(209, 250, 229, 0.6);
}
.hover\:bg-emerald-100\/65:hover {
    background-color: rgba(209, 250, 229, 0.65);
}
.hover\:bg-emerald-100\/70:hover {
    background-color: rgba(209, 250, 229, 0.7);
}
.hover\:bg-emerald-100\/75:hover {
    background-color: rgba(209, 250, 229, 0.75);
}
.hover\:bg-emerald-100\/80:hover {
    background-color: rgba(209, 250, 229, 0.8);
}
.hover\:bg-emerald-100\/85:hover {
    background-color: rgba(209, 250, 229, 0.85);
}
.hover\:bg-emerald-100\/90:hover {
    background-color: rgba(209, 250, 229, 0.9);
}
.hover\:bg-emerald-100\/95:hover {
    background-color: rgba(209, 250, 229, 0.95);
}
.hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-200\/0:hover {
    background-color: rgba(167, 243, 208, 0);
}
.hover\:bg-emerald-200\/10:hover {
    background-color: rgba(167, 243, 208, 0.1);
}
.hover\:bg-emerald-200\/100:hover {
    background-color: #a7f3d0;
}
.hover\:bg-emerald-200\/15:hover {
    background-color: rgba(167, 243, 208, 0.15);
}
.hover\:bg-emerald-200\/20:hover {
    background-color: rgba(167, 243, 208, 0.2);
}
.hover\:bg-emerald-200\/25:hover {
    background-color: rgba(167, 243, 208, 0.25);
}
.hover\:bg-emerald-200\/30:hover {
    background-color: rgba(167, 243, 208, 0.3);
}
.hover\:bg-emerald-200\/35:hover {
    background-color: rgba(167, 243, 208, 0.35);
}
.hover\:bg-emerald-200\/40:hover {
    background-color: rgba(167, 243, 208, 0.4);
}
.hover\:bg-emerald-200\/45:hover {
    background-color: rgba(167, 243, 208, 0.45);
}
.hover\:bg-emerald-200\/5:hover {
    background-color: rgba(167, 243, 208, 0.05);
}
.hover\:bg-emerald-200\/50:hover {
    background-color: rgba(167, 243, 208, 0.5);
}
.hover\:bg-emerald-200\/55:hover {
    background-color: rgba(167, 243, 208, 0.55);
}
.hover\:bg-emerald-200\/60:hover {
    background-color: rgba(167, 243, 208, 0.6);
}
.hover\:bg-emerald-200\/65:hover {
    background-color: rgba(167, 243, 208, 0.65);
}
.hover\:bg-emerald-200\/70:hover {
    background-color: rgba(167, 243, 208, 0.7);
}
.hover\:bg-emerald-200\/75:hover {
    background-color: rgba(167, 243, 208, 0.75);
}
.hover\:bg-emerald-200\/80:hover {
    background-color: rgba(167, 243, 208, 0.8);
}
.hover\:bg-emerald-200\/85:hover {
    background-color: rgba(167, 243, 208, 0.85);
}
.hover\:bg-emerald-200\/90:hover {
    background-color: rgba(167, 243, 208, 0.9);
}
.hover\:bg-emerald-200\/95:hover {
    background-color: rgba(167, 243, 208, 0.95);
}
.hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-300\/0:hover {
    background-color: rgba(110, 231, 183, 0);
}
.hover\:bg-emerald-300\/10:hover {
    background-color: rgba(110, 231, 183, 0.1);
}
.hover\:bg-emerald-300\/100:hover {
    background-color: #6ee7b7;
}
.hover\:bg-emerald-300\/15:hover {
    background-color: rgba(110, 231, 183, 0.15);
}
.hover\:bg-emerald-300\/20:hover {
    background-color: rgba(110, 231, 183, 0.2);
}
.hover\:bg-emerald-300\/25:hover {
    background-color: rgba(110, 231, 183, 0.25);
}
.hover\:bg-emerald-300\/30:hover {
    background-color: rgba(110, 231, 183, 0.3);
}
.hover\:bg-emerald-300\/35:hover {
    background-color: rgba(110, 231, 183, 0.35);
}
.hover\:bg-emerald-300\/40:hover {
    background-color: rgba(110, 231, 183, 0.4);
}
.hover\:bg-emerald-300\/45:hover {
    background-color: rgba(110, 231, 183, 0.45);
}
.hover\:bg-emerald-300\/5:hover {
    background-color: rgba(110, 231, 183, 0.05);
}
.hover\:bg-emerald-300\/50:hover {
    background-color: rgba(110, 231, 183, 0.5);
}
.hover\:bg-emerald-300\/55:hover {
    background-color: rgba(110, 231, 183, 0.55);
}
.hover\:bg-emerald-300\/60:hover {
    background-color: rgba(110, 231, 183, 0.6);
}
.hover\:bg-emerald-300\/65:hover {
    background-color: rgba(110, 231, 183, 0.65);
}
.hover\:bg-emerald-300\/70:hover {
    background-color: rgba(110, 231, 183, 0.7);
}
.hover\:bg-emerald-300\/75:hover {
    background-color: rgba(110, 231, 183, 0.75);
}
.hover\:bg-emerald-300\/80:hover {
    background-color: rgba(110, 231, 183, 0.8);
}
.hover\:bg-emerald-300\/85:hover {
    background-color: rgba(110, 231, 183, 0.85);
}
.hover\:bg-emerald-300\/90:hover {
    background-color: rgba(110, 231, 183, 0.9);
}
.hover\:bg-emerald-300\/95:hover {
    background-color: rgba(110, 231, 183, 0.95);
}
.hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-400\/0:hover {
    background-color: rgba(52, 211, 153, 0);
}
.hover\:bg-emerald-400\/10:hover {
    background-color: rgba(52, 211, 153, 0.1);
}
.hover\:bg-emerald-400\/100:hover {
    background-color: #34d399;
}
.hover\:bg-emerald-400\/15:hover {
    background-color: rgba(52, 211, 153, 0.15);
}
.hover\:bg-emerald-400\/20:hover {
    background-color: rgba(52, 211, 153, 0.2);
}
.hover\:bg-emerald-400\/25:hover {
    background-color: rgba(52, 211, 153, 0.25);
}
.hover\:bg-emerald-400\/30:hover {
    background-color: rgba(52, 211, 153, 0.3);
}
.hover\:bg-emerald-400\/35:hover {
    background-color: rgba(52, 211, 153, 0.35);
}
.hover\:bg-emerald-400\/40:hover {
    background-color: rgba(52, 211, 153, 0.4);
}
.hover\:bg-emerald-400\/45:hover {
    background-color: rgba(52, 211, 153, 0.45);
}
.hover\:bg-emerald-400\/5:hover {
    background-color: rgba(52, 211, 153, 0.05);
}
.hover\:bg-emerald-400\/50:hover {
    background-color: rgba(52, 211, 153, 0.5);
}
.hover\:bg-emerald-400\/55:hover {
    background-color: rgba(52, 211, 153, 0.55);
}
.hover\:bg-emerald-400\/60:hover {
    background-color: rgba(52, 211, 153, 0.6);
}
.hover\:bg-emerald-400\/65:hover {
    background-color: rgba(52, 211, 153, 0.65);
}
.hover\:bg-emerald-400\/70:hover {
    background-color: rgba(52, 211, 153, 0.7);
}
.hover\:bg-emerald-400\/75:hover {
    background-color: rgba(52, 211, 153, 0.75);
}
.hover\:bg-emerald-400\/80:hover {
    background-color: rgba(52, 211, 153, 0.8);
}
.hover\:bg-emerald-400\/85:hover {
    background-color: rgba(52, 211, 153, 0.85);
}
.hover\:bg-emerald-400\/90:hover {
    background-color: rgba(52, 211, 153, 0.9);
}
.hover\:bg-emerald-400\/95:hover {
    background-color: rgba(52, 211, 153, 0.95);
}
.hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-50\/0:hover {
    background-color: rgba(236, 253, 245, 0);
}
.hover\:bg-emerald-50\/10:hover {
    background-color: rgba(236, 253, 245, 0.1);
}
.hover\:bg-emerald-50\/100:hover {
    background-color: #ecfdf5;
}
.hover\:bg-emerald-50\/15:hover {
    background-color: rgba(236, 253, 245, 0.15);
}
.hover\:bg-emerald-50\/20:hover {
    background-color: rgba(236, 253, 245, 0.2);
}
.hover\:bg-emerald-50\/25:hover {
    background-color: rgba(236, 253, 245, 0.25);
}
.hover\:bg-emerald-50\/30:hover {
    background-color: rgba(236, 253, 245, 0.3);
}
.hover\:bg-emerald-50\/35:hover {
    background-color: rgba(236, 253, 245, 0.35);
}
.hover\:bg-emerald-50\/40:hover {
    background-color: rgba(236, 253, 245, 0.4);
}
.hover\:bg-emerald-50\/45:hover {
    background-color: rgba(236, 253, 245, 0.45);
}
.hover\:bg-emerald-50\/5:hover {
    background-color: rgba(236, 253, 245, 0.05);
}
.hover\:bg-emerald-50\/50:hover {
    background-color: rgba(236, 253, 245, 0.5);
}
.hover\:bg-emerald-50\/55:hover {
    background-color: rgba(236, 253, 245, 0.55);
}
.hover\:bg-emerald-50\/60:hover {
    background-color: rgba(236, 253, 245, 0.6);
}
.hover\:bg-emerald-50\/65:hover {
    background-color: rgba(236, 253, 245, 0.65);
}
.hover\:bg-emerald-50\/70:hover {
    background-color: rgba(236, 253, 245, 0.7);
}
.hover\:bg-emerald-50\/75:hover {
    background-color: rgba(236, 253, 245, 0.75);
}
.hover\:bg-emerald-50\/80:hover {
    background-color: rgba(236, 253, 245, 0.8);
}
.hover\:bg-emerald-50\/85:hover {
    background-color: rgba(236, 253, 245, 0.85);
}
.hover\:bg-emerald-50\/90:hover {
    background-color: rgba(236, 253, 245, 0.9);
}
.hover\:bg-emerald-50\/95:hover {
    background-color: rgba(236, 253, 245, 0.95);
}
.hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-500\/0:hover {
    background-color: rgba(16, 185, 129, 0);
}
.hover\:bg-emerald-500\/10:hover {
    background-color: rgba(16, 185, 129, 0.1);
}
.hover\:bg-emerald-500\/100:hover {
    background-color: #10b981;
}
.hover\:bg-emerald-500\/15:hover {
    background-color: rgba(16, 185, 129, 0.15);
}
.hover\:bg-emerald-500\/20:hover {
    background-color: rgba(16, 185, 129, 0.2);
}
.hover\:bg-emerald-500\/25:hover {
    background-color: rgba(16, 185, 129, 0.25);
}
.hover\:bg-emerald-500\/30:hover {
    background-color: rgba(16, 185, 129, 0.3);
}
.hover\:bg-emerald-500\/35:hover {
    background-color: rgba(16, 185, 129, 0.35);
}
.hover\:bg-emerald-500\/40:hover {
    background-color: rgba(16, 185, 129, 0.4);
}
.hover\:bg-emerald-500\/45:hover {
    background-color: rgba(16, 185, 129, 0.45);
}
.hover\:bg-emerald-500\/5:hover {
    background-color: rgba(16, 185, 129, 0.05);
}
.hover\:bg-emerald-500\/50:hover {
    background-color: rgba(16, 185, 129, 0.5);
}
.hover\:bg-emerald-500\/55:hover {
    background-color: rgba(16, 185, 129, 0.55);
}
.hover\:bg-emerald-500\/60:hover {
    background-color: rgba(16, 185, 129, 0.6);
}
.hover\:bg-emerald-500\/65:hover {
    background-color: rgba(16, 185, 129, 0.65);
}
.hover\:bg-emerald-500\/70:hover {
    background-color: rgba(16, 185, 129, 0.7);
}
.hover\:bg-emerald-500\/75:hover {
    background-color: rgba(16, 185, 129, 0.75);
}
.hover\:bg-emerald-500\/80:hover {
    background-color: rgba(16, 185, 129, 0.8);
}
.hover\:bg-emerald-500\/85:hover {
    background-color: rgba(16, 185, 129, 0.85);
}
.hover\:bg-emerald-500\/90:hover {
    background-color: rgba(16, 185, 129, 0.9);
}
.hover\:bg-emerald-500\/95:hover {
    background-color: rgba(16, 185, 129, 0.95);
}
.hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-600\/0:hover {
    background-color: rgba(5, 150, 105, 0);
}
.hover\:bg-emerald-600\/10:hover {
    background-color: rgba(5, 150, 105, 0.1);
}
.hover\:bg-emerald-600\/100:hover {
    background-color: #059669;
}
.hover\:bg-emerald-600\/15:hover {
    background-color: rgba(5, 150, 105, 0.15);
}
.hover\:bg-emerald-600\/20:hover {
    background-color: rgba(5, 150, 105, 0.2);
}
.hover\:bg-emerald-600\/25:hover {
    background-color: rgba(5, 150, 105, 0.25);
}
.hover\:bg-emerald-600\/30:hover {
    background-color: rgba(5, 150, 105, 0.3);
}
.hover\:bg-emerald-600\/35:hover {
    background-color: rgba(5, 150, 105, 0.35);
}
.hover\:bg-emerald-600\/40:hover {
    background-color: rgba(5, 150, 105, 0.4);
}
.hover\:bg-emerald-600\/45:hover {
    background-color: rgba(5, 150, 105, 0.45);
}
.hover\:bg-emerald-600\/5:hover {
    background-color: rgba(5, 150, 105, 0.05);
}
.hover\:bg-emerald-600\/50:hover {
    background-color: rgba(5, 150, 105, 0.5);
}
.hover\:bg-emerald-600\/55:hover {
    background-color: rgba(5, 150, 105, 0.55);
}
.hover\:bg-emerald-600\/60:hover {
    background-color: rgba(5, 150, 105, 0.6);
}
.hover\:bg-emerald-600\/65:hover {
    background-color: rgba(5, 150, 105, 0.65);
}
.hover\:bg-emerald-600\/70:hover {
    background-color: rgba(5, 150, 105, 0.7);
}
.hover\:bg-emerald-600\/75:hover {
    background-color: rgba(5, 150, 105, 0.75);
}
.hover\:bg-emerald-600\/80:hover {
    background-color: rgba(5, 150, 105, 0.8);
}
.hover\:bg-emerald-600\/85:hover {
    background-color: rgba(5, 150, 105, 0.85);
}
.hover\:bg-emerald-600\/90:hover {
    background-color: rgba(5, 150, 105, 0.9);
}
.hover\:bg-emerald-600\/95:hover {
    background-color: rgba(5, 150, 105, 0.95);
}
.hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-700\/0:hover {
    background-color: rgba(4, 120, 87, 0);
}
.hover\:bg-emerald-700\/10:hover {
    background-color: rgba(4, 120, 87, 0.1);
}
.hover\:bg-emerald-700\/100:hover {
    background-color: #047857;
}
.hover\:bg-emerald-700\/15:hover {
    background-color: rgba(4, 120, 87, 0.15);
}
.hover\:bg-emerald-700\/20:hover {
    background-color: rgba(4, 120, 87, 0.2);
}
.hover\:bg-emerald-700\/25:hover {
    background-color: rgba(4, 120, 87, 0.25);
}
.hover\:bg-emerald-700\/30:hover {
    background-color: rgba(4, 120, 87, 0.3);
}
.hover\:bg-emerald-700\/35:hover {
    background-color: rgba(4, 120, 87, 0.35);
}
.hover\:bg-emerald-700\/40:hover {
    background-color: rgba(4, 120, 87, 0.4);
}
.hover\:bg-emerald-700\/45:hover {
    background-color: rgba(4, 120, 87, 0.45);
}
.hover\:bg-emerald-700\/5:hover {
    background-color: rgba(4, 120, 87, 0.05);
}
.hover\:bg-emerald-700\/50:hover {
    background-color: rgba(4, 120, 87, 0.5);
}
.hover\:bg-emerald-700\/55:hover {
    background-color: rgba(4, 120, 87, 0.55);
}
.hover\:bg-emerald-700\/60:hover {
    background-color: rgba(4, 120, 87, 0.6);
}
.hover\:bg-emerald-700\/65:hover {
    background-color: rgba(4, 120, 87, 0.65);
}
.hover\:bg-emerald-700\/70:hover {
    background-color: rgba(4, 120, 87, 0.7);
}
.hover\:bg-emerald-700\/75:hover {
    background-color: rgba(4, 120, 87, 0.75);
}
.hover\:bg-emerald-700\/80:hover {
    background-color: rgba(4, 120, 87, 0.8);
}
.hover\:bg-emerald-700\/85:hover {
    background-color: rgba(4, 120, 87, 0.85);
}
.hover\:bg-emerald-700\/90:hover {
    background-color: rgba(4, 120, 87, 0.9);
}
.hover\:bg-emerald-700\/95:hover {
    background-color: rgba(4, 120, 87, 0.95);
}
.hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-800\/0:hover {
    background-color: rgba(6, 95, 70, 0);
}
.hover\:bg-emerald-800\/10:hover {
    background-color: rgba(6, 95, 70, 0.1);
}
.hover\:bg-emerald-800\/100:hover {
    background-color: #065f46;
}
.hover\:bg-emerald-800\/15:hover {
    background-color: rgba(6, 95, 70, 0.15);
}
.hover\:bg-emerald-800\/20:hover {
    background-color: rgba(6, 95, 70, 0.2);
}
.hover\:bg-emerald-800\/25:hover {
    background-color: rgba(6, 95, 70, 0.25);
}
.hover\:bg-emerald-800\/30:hover {
    background-color: rgba(6, 95, 70, 0.3);
}
.hover\:bg-emerald-800\/35:hover {
    background-color: rgba(6, 95, 70, 0.35);
}
.hover\:bg-emerald-800\/40:hover {
    background-color: rgba(6, 95, 70, 0.4);
}
.hover\:bg-emerald-800\/45:hover {
    background-color: rgba(6, 95, 70, 0.45);
}
.hover\:bg-emerald-800\/5:hover {
    background-color: rgba(6, 95, 70, 0.05);
}
.hover\:bg-emerald-800\/50:hover {
    background-color: rgba(6, 95, 70, 0.5);
}
.hover\:bg-emerald-800\/55:hover {
    background-color: rgba(6, 95, 70, 0.55);
}
.hover\:bg-emerald-800\/60:hover {
    background-color: rgba(6, 95, 70, 0.6);
}
.hover\:bg-emerald-800\/65:hover {
    background-color: rgba(6, 95, 70, 0.65);
}
.hover\:bg-emerald-800\/70:hover {
    background-color: rgba(6, 95, 70, 0.7);
}
.hover\:bg-emerald-800\/75:hover {
    background-color: rgba(6, 95, 70, 0.75);
}
.hover\:bg-emerald-800\/80:hover {
    background-color: rgba(6, 95, 70, 0.8);
}
.hover\:bg-emerald-800\/85:hover {
    background-color: rgba(6, 95, 70, 0.85);
}
.hover\:bg-emerald-800\/90:hover {
    background-color: rgba(6, 95, 70, 0.9);
}
.hover\:bg-emerald-800\/95:hover {
    background-color: rgba(6, 95, 70, 0.95);
}
.hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-900\/0:hover {
    background-color: rgba(6, 78, 59, 0);
}
.hover\:bg-emerald-900\/10:hover {
    background-color: rgba(6, 78, 59, 0.1);
}
.hover\:bg-emerald-900\/100:hover {
    background-color: #064e3b;
}
.hover\:bg-emerald-900\/15:hover {
    background-color: rgba(6, 78, 59, 0.15);
}
.hover\:bg-emerald-900\/20:hover {
    background-color: rgba(6, 78, 59, 0.2);
}
.hover\:bg-emerald-900\/25:hover {
    background-color: rgba(6, 78, 59, 0.25);
}
.hover\:bg-emerald-900\/30:hover {
    background-color: rgba(6, 78, 59, 0.3);
}
.hover\:bg-emerald-900\/35:hover {
    background-color: rgba(6, 78, 59, 0.35);
}
.hover\:bg-emerald-900\/40:hover {
    background-color: rgba(6, 78, 59, 0.4);
}
.hover\:bg-emerald-900\/45:hover {
    background-color: rgba(6, 78, 59, 0.45);
}
.hover\:bg-emerald-900\/5:hover {
    background-color: rgba(6, 78, 59, 0.05);
}
.hover\:bg-emerald-900\/50:hover {
    background-color: rgba(6, 78, 59, 0.5);
}
.hover\:bg-emerald-900\/55:hover {
    background-color: rgba(6, 78, 59, 0.55);
}
.hover\:bg-emerald-900\/60:hover {
    background-color: rgba(6, 78, 59, 0.6);
}
.hover\:bg-emerald-900\/65:hover {
    background-color: rgba(6, 78, 59, 0.65);
}
.hover\:bg-emerald-900\/70:hover {
    background-color: rgba(6, 78, 59, 0.7);
}
.hover\:bg-emerald-900\/75:hover {
    background-color: rgba(6, 78, 59, 0.75);
}
.hover\:bg-emerald-900\/80:hover {
    background-color: rgba(6, 78, 59, 0.8);
}
.hover\:bg-emerald-900\/85:hover {
    background-color: rgba(6, 78, 59, 0.85);
}
.hover\:bg-emerald-900\/90:hover {
    background-color: rgba(6, 78, 59, 0.9);
}
.hover\:bg-emerald-900\/95:hover {
    background-color: rgba(6, 78, 59, 0.95);
}
.hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-100\/0:hover {
    background-color: rgba(250, 232, 255, 0);
}
.hover\:bg-fuchsia-100\/10:hover {
    background-color: rgba(250, 232, 255, 0.1);
}
.hover\:bg-fuchsia-100\/100:hover {
    background-color: #fae8ff;
}
.hover\:bg-fuchsia-100\/15:hover {
    background-color: rgba(250, 232, 255, 0.15);
}
.hover\:bg-fuchsia-100\/20:hover {
    background-color: rgba(250, 232, 255, 0.2);
}
.hover\:bg-fuchsia-100\/25:hover {
    background-color: rgba(250, 232, 255, 0.25);
}
.hover\:bg-fuchsia-100\/30:hover {
    background-color: rgba(250, 232, 255, 0.3);
}
.hover\:bg-fuchsia-100\/35:hover {
    background-color: rgba(250, 232, 255, 0.35);
}
.hover\:bg-fuchsia-100\/40:hover {
    background-color: rgba(250, 232, 255, 0.4);
}
.hover\:bg-fuchsia-100\/45:hover {
    background-color: rgba(250, 232, 255, 0.45);
}
.hover\:bg-fuchsia-100\/5:hover {
    background-color: rgba(250, 232, 255, 0.05);
}
.hover\:bg-fuchsia-100\/50:hover {
    background-color: rgba(250, 232, 255, 0.5);
}
.hover\:bg-fuchsia-100\/55:hover {
    background-color: rgba(250, 232, 255, 0.55);
}
.hover\:bg-fuchsia-100\/60:hover {
    background-color: rgba(250, 232, 255, 0.6);
}
.hover\:bg-fuchsia-100\/65:hover {
    background-color: rgba(250, 232, 255, 0.65);
}
.hover\:bg-fuchsia-100\/70:hover {
    background-color: rgba(250, 232, 255, 0.7);
}
.hover\:bg-fuchsia-100\/75:hover {
    background-color: rgba(250, 232, 255, 0.75);
}
.hover\:bg-fuchsia-100\/80:hover {
    background-color: rgba(250, 232, 255, 0.8);
}
.hover\:bg-fuchsia-100\/85:hover {
    background-color: rgba(250, 232, 255, 0.85);
}
.hover\:bg-fuchsia-100\/90:hover {
    background-color: rgba(250, 232, 255, 0.9);
}
.hover\:bg-fuchsia-100\/95:hover {
    background-color: rgba(250, 232, 255, 0.95);
}
.hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-200\/0:hover {
    background-color: rgba(245, 208, 254, 0);
}
.hover\:bg-fuchsia-200\/10:hover {
    background-color: rgba(245, 208, 254, 0.1);
}
.hover\:bg-fuchsia-200\/100:hover {
    background-color: #f5d0fe;
}
.hover\:bg-fuchsia-200\/15:hover {
    background-color: rgba(245, 208, 254, 0.15);
}
.hover\:bg-fuchsia-200\/20:hover {
    background-color: rgba(245, 208, 254, 0.2);
}
.hover\:bg-fuchsia-200\/25:hover {
    background-color: rgba(245, 208, 254, 0.25);
}
.hover\:bg-fuchsia-200\/30:hover {
    background-color: rgba(245, 208, 254, 0.3);
}
.hover\:bg-fuchsia-200\/35:hover {
    background-color: rgba(245, 208, 254, 0.35);
}
.hover\:bg-fuchsia-200\/40:hover {
    background-color: rgba(245, 208, 254, 0.4);
}
.hover\:bg-fuchsia-200\/45:hover {
    background-color: rgba(245, 208, 254, 0.45);
}
.hover\:bg-fuchsia-200\/5:hover {
    background-color: rgba(245, 208, 254, 0.05);
}
.hover\:bg-fuchsia-200\/50:hover {
    background-color: rgba(245, 208, 254, 0.5);
}
.hover\:bg-fuchsia-200\/55:hover {
    background-color: rgba(245, 208, 254, 0.55);
}
.hover\:bg-fuchsia-200\/60:hover {
    background-color: rgba(245, 208, 254, 0.6);
}
.hover\:bg-fuchsia-200\/65:hover {
    background-color: rgba(245, 208, 254, 0.65);
}
.hover\:bg-fuchsia-200\/70:hover {
    background-color: rgba(245, 208, 254, 0.7);
}
.hover\:bg-fuchsia-200\/75:hover {
    background-color: rgba(245, 208, 254, 0.75);
}
.hover\:bg-fuchsia-200\/80:hover {
    background-color: rgba(245, 208, 254, 0.8);
}
.hover\:bg-fuchsia-200\/85:hover {
    background-color: rgba(245, 208, 254, 0.85);
}
.hover\:bg-fuchsia-200\/90:hover {
    background-color: rgba(245, 208, 254, 0.9);
}
.hover\:bg-fuchsia-200\/95:hover {
    background-color: rgba(245, 208, 254, 0.95);
}
.hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-300\/0:hover {
    background-color: rgba(240, 171, 252, 0);
}
.hover\:bg-fuchsia-300\/10:hover {
    background-color: rgba(240, 171, 252, 0.1);
}
.hover\:bg-fuchsia-300\/100:hover {
    background-color: #f0abfc;
}
.hover\:bg-fuchsia-300\/15:hover {
    background-color: rgba(240, 171, 252, 0.15);
}
.hover\:bg-fuchsia-300\/20:hover {
    background-color: rgba(240, 171, 252, 0.2);
}
.hover\:bg-fuchsia-300\/25:hover {
    background-color: rgba(240, 171, 252, 0.25);
}
.hover\:bg-fuchsia-300\/30:hover {
    background-color: rgba(240, 171, 252, 0.3);
}
.hover\:bg-fuchsia-300\/35:hover {
    background-color: rgba(240, 171, 252, 0.35);
}
.hover\:bg-fuchsia-300\/40:hover {
    background-color: rgba(240, 171, 252, 0.4);
}
.hover\:bg-fuchsia-300\/45:hover {
    background-color: rgba(240, 171, 252, 0.45);
}
.hover\:bg-fuchsia-300\/5:hover {
    background-color: rgba(240, 171, 252, 0.05);
}
.hover\:bg-fuchsia-300\/50:hover {
    background-color: rgba(240, 171, 252, 0.5);
}
.hover\:bg-fuchsia-300\/55:hover {
    background-color: rgba(240, 171, 252, 0.55);
}
.hover\:bg-fuchsia-300\/60:hover {
    background-color: rgba(240, 171, 252, 0.6);
}
.hover\:bg-fuchsia-300\/65:hover {
    background-color: rgba(240, 171, 252, 0.65);
}
.hover\:bg-fuchsia-300\/70:hover {
    background-color: rgba(240, 171, 252, 0.7);
}
.hover\:bg-fuchsia-300\/75:hover {
    background-color: rgba(240, 171, 252, 0.75);
}
.hover\:bg-fuchsia-300\/80:hover {
    background-color: rgba(240, 171, 252, 0.8);
}
.hover\:bg-fuchsia-300\/85:hover {
    background-color: rgba(240, 171, 252, 0.85);
}
.hover\:bg-fuchsia-300\/90:hover {
    background-color: rgba(240, 171, 252, 0.9);
}
.hover\:bg-fuchsia-300\/95:hover {
    background-color: rgba(240, 171, 252, 0.95);
}
.hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-400\/0:hover {
    background-color: rgba(232, 121, 249, 0);
}
.hover\:bg-fuchsia-400\/10:hover {
    background-color: rgba(232, 121, 249, 0.1);
}
.hover\:bg-fuchsia-400\/100:hover {
    background-color: #e879f9;
}
.hover\:bg-fuchsia-400\/15:hover {
    background-color: rgba(232, 121, 249, 0.15);
}
.hover\:bg-fuchsia-400\/20:hover {
    background-color: rgba(232, 121, 249, 0.2);
}
.hover\:bg-fuchsia-400\/25:hover {
    background-color: rgba(232, 121, 249, 0.25);
}
.hover\:bg-fuchsia-400\/30:hover {
    background-color: rgba(232, 121, 249, 0.3);
}
.hover\:bg-fuchsia-400\/35:hover {
    background-color: rgba(232, 121, 249, 0.35);
}
.hover\:bg-fuchsia-400\/40:hover {
    background-color: rgba(232, 121, 249, 0.4);
}
.hover\:bg-fuchsia-400\/45:hover {
    background-color: rgba(232, 121, 249, 0.45);
}
.hover\:bg-fuchsia-400\/5:hover {
    background-color: rgba(232, 121, 249, 0.05);
}
.hover\:bg-fuchsia-400\/50:hover {
    background-color: rgba(232, 121, 249, 0.5);
}
.hover\:bg-fuchsia-400\/55:hover {
    background-color: rgba(232, 121, 249, 0.55);
}
.hover\:bg-fuchsia-400\/60:hover {
    background-color: rgba(232, 121, 249, 0.6);
}
.hover\:bg-fuchsia-400\/65:hover {
    background-color: rgba(232, 121, 249, 0.65);
}
.hover\:bg-fuchsia-400\/70:hover {
    background-color: rgba(232, 121, 249, 0.7);
}
.hover\:bg-fuchsia-400\/75:hover {
    background-color: rgba(232, 121, 249, 0.75);
}
.hover\:bg-fuchsia-400\/80:hover {
    background-color: rgba(232, 121, 249, 0.8);
}
.hover\:bg-fuchsia-400\/85:hover {
    background-color: rgba(232, 121, 249, 0.85);
}
.hover\:bg-fuchsia-400\/90:hover {
    background-color: rgba(232, 121, 249, 0.9);
}
.hover\:bg-fuchsia-400\/95:hover {
    background-color: rgba(232, 121, 249, 0.95);
}
.hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-50\/0:hover {
    background-color: rgba(253, 244, 255, 0);
}
.hover\:bg-fuchsia-50\/10:hover {
    background-color: rgba(253, 244, 255, 0.1);
}
.hover\:bg-fuchsia-50\/100:hover {
    background-color: #fdf4ff;
}
.hover\:bg-fuchsia-50\/15:hover {
    background-color: rgba(253, 244, 255, 0.15);
}
.hover\:bg-fuchsia-50\/20:hover {
    background-color: rgba(253, 244, 255, 0.2);
}
.hover\:bg-fuchsia-50\/25:hover {
    background-color: rgba(253, 244, 255, 0.25);
}
.hover\:bg-fuchsia-50\/30:hover {
    background-color: rgba(253, 244, 255, 0.3);
}
.hover\:bg-fuchsia-50\/35:hover {
    background-color: rgba(253, 244, 255, 0.35);
}
.hover\:bg-fuchsia-50\/40:hover {
    background-color: rgba(253, 244, 255, 0.4);
}
.hover\:bg-fuchsia-50\/45:hover {
    background-color: rgba(253, 244, 255, 0.45);
}
.hover\:bg-fuchsia-50\/5:hover {
    background-color: rgba(253, 244, 255, 0.05);
}
.hover\:bg-fuchsia-50\/50:hover {
    background-color: rgba(253, 244, 255, 0.5);
}
.hover\:bg-fuchsia-50\/55:hover {
    background-color: rgba(253, 244, 255, 0.55);
}
.hover\:bg-fuchsia-50\/60:hover {
    background-color: rgba(253, 244, 255, 0.6);
}
.hover\:bg-fuchsia-50\/65:hover {
    background-color: rgba(253, 244, 255, 0.65);
}
.hover\:bg-fuchsia-50\/70:hover {
    background-color: rgba(253, 244, 255, 0.7);
}
.hover\:bg-fuchsia-50\/75:hover {
    background-color: rgba(253, 244, 255, 0.75);
}
.hover\:bg-fuchsia-50\/80:hover {
    background-color: rgba(253, 244, 255, 0.8);
}
.hover\:bg-fuchsia-50\/85:hover {
    background-color: rgba(253, 244, 255, 0.85);
}
.hover\:bg-fuchsia-50\/90:hover {
    background-color: rgba(253, 244, 255, 0.9);
}
.hover\:bg-fuchsia-50\/95:hover {
    background-color: rgba(253, 244, 255, 0.95);
}
.hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-500\/0:hover {
    background-color: rgba(217, 70, 239, 0);
}
.hover\:bg-fuchsia-500\/10:hover {
    background-color: rgba(217, 70, 239, 0.1);
}
.hover\:bg-fuchsia-500\/100:hover {
    background-color: #d946ef;
}
.hover\:bg-fuchsia-500\/15:hover {
    background-color: rgba(217, 70, 239, 0.15);
}
.hover\:bg-fuchsia-500\/20:hover {
    background-color: rgba(217, 70, 239, 0.2);
}
.hover\:bg-fuchsia-500\/25:hover {
    background-color: rgba(217, 70, 239, 0.25);
}
.hover\:bg-fuchsia-500\/30:hover {
    background-color: rgba(217, 70, 239, 0.3);
}
.hover\:bg-fuchsia-500\/35:hover {
    background-color: rgba(217, 70, 239, 0.35);
}
.hover\:bg-fuchsia-500\/40:hover {
    background-color: rgba(217, 70, 239, 0.4);
}
.hover\:bg-fuchsia-500\/45:hover {
    background-color: rgba(217, 70, 239, 0.45);
}
.hover\:bg-fuchsia-500\/5:hover {
    background-color: rgba(217, 70, 239, 0.05);
}
.hover\:bg-fuchsia-500\/50:hover {
    background-color: rgba(217, 70, 239, 0.5);
}
.hover\:bg-fuchsia-500\/55:hover {
    background-color: rgba(217, 70, 239, 0.55);
}
.hover\:bg-fuchsia-500\/60:hover {
    background-color: rgba(217, 70, 239, 0.6);
}
.hover\:bg-fuchsia-500\/65:hover {
    background-color: rgba(217, 70, 239, 0.65);
}
.hover\:bg-fuchsia-500\/70:hover {
    background-color: rgba(217, 70, 239, 0.7);
}
.hover\:bg-fuchsia-500\/75:hover {
    background-color: rgba(217, 70, 239, 0.75);
}
.hover\:bg-fuchsia-500\/80:hover {
    background-color: rgba(217, 70, 239, 0.8);
}
.hover\:bg-fuchsia-500\/85:hover {
    background-color: rgba(217, 70, 239, 0.85);
}
.hover\:bg-fuchsia-500\/90:hover {
    background-color: rgba(217, 70, 239, 0.9);
}
.hover\:bg-fuchsia-500\/95:hover {
    background-color: rgba(217, 70, 239, 0.95);
}
.hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-600\/0:hover {
    background-color: rgba(192, 38, 211, 0);
}
.hover\:bg-fuchsia-600\/10:hover {
    background-color: rgba(192, 38, 211, 0.1);
}
.hover\:bg-fuchsia-600\/100:hover {
    background-color: #c026d3;
}
.hover\:bg-fuchsia-600\/15:hover {
    background-color: rgba(192, 38, 211, 0.15);
}
.hover\:bg-fuchsia-600\/20:hover {
    background-color: rgba(192, 38, 211, 0.2);
}
.hover\:bg-fuchsia-600\/25:hover {
    background-color: rgba(192, 38, 211, 0.25);
}
.hover\:bg-fuchsia-600\/30:hover {
    background-color: rgba(192, 38, 211, 0.3);
}
.hover\:bg-fuchsia-600\/35:hover {
    background-color: rgba(192, 38, 211, 0.35);
}
.hover\:bg-fuchsia-600\/40:hover {
    background-color: rgba(192, 38, 211, 0.4);
}
.hover\:bg-fuchsia-600\/45:hover {
    background-color: rgba(192, 38, 211, 0.45);
}
.hover\:bg-fuchsia-600\/5:hover {
    background-color: rgba(192, 38, 211, 0.05);
}
.hover\:bg-fuchsia-600\/50:hover {
    background-color: rgba(192, 38, 211, 0.5);
}
.hover\:bg-fuchsia-600\/55:hover {
    background-color: rgba(192, 38, 211, 0.55);
}
.hover\:bg-fuchsia-600\/60:hover {
    background-color: rgba(192, 38, 211, 0.6);
}
.hover\:bg-fuchsia-600\/65:hover {
    background-color: rgba(192, 38, 211, 0.65);
}
.hover\:bg-fuchsia-600\/70:hover {
    background-color: rgba(192, 38, 211, 0.7);
}
.hover\:bg-fuchsia-600\/75:hover {
    background-color: rgba(192, 38, 211, 0.75);
}
.hover\:bg-fuchsia-600\/80:hover {
    background-color: rgba(192, 38, 211, 0.8);
}
.hover\:bg-fuchsia-600\/85:hover {
    background-color: rgba(192, 38, 211, 0.85);
}
.hover\:bg-fuchsia-600\/90:hover {
    background-color: rgba(192, 38, 211, 0.9);
}
.hover\:bg-fuchsia-600\/95:hover {
    background-color: rgba(192, 38, 211, 0.95);
}
.hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-700\/0:hover {
    background-color: rgba(162, 28, 175, 0);
}
.hover\:bg-fuchsia-700\/10:hover {
    background-color: rgba(162, 28, 175, 0.1);
}
.hover\:bg-fuchsia-700\/100:hover {
    background-color: #a21caf;
}
.hover\:bg-fuchsia-700\/15:hover {
    background-color: rgba(162, 28, 175, 0.15);
}
.hover\:bg-fuchsia-700\/20:hover {
    background-color: rgba(162, 28, 175, 0.2);
}
.hover\:bg-fuchsia-700\/25:hover {
    background-color: rgba(162, 28, 175, 0.25);
}
.hover\:bg-fuchsia-700\/30:hover {
    background-color: rgba(162, 28, 175, 0.3);
}
.hover\:bg-fuchsia-700\/35:hover {
    background-color: rgba(162, 28, 175, 0.35);
}
.hover\:bg-fuchsia-700\/40:hover {
    background-color: rgba(162, 28, 175, 0.4);
}
.hover\:bg-fuchsia-700\/45:hover {
    background-color: rgba(162, 28, 175, 0.45);
}
.hover\:bg-fuchsia-700\/5:hover {
    background-color: rgba(162, 28, 175, 0.05);
}
.hover\:bg-fuchsia-700\/50:hover {
    background-color: rgba(162, 28, 175, 0.5);
}
.hover\:bg-fuchsia-700\/55:hover {
    background-color: rgba(162, 28, 175, 0.55);
}
.hover\:bg-fuchsia-700\/60:hover {
    background-color: rgba(162, 28, 175, 0.6);
}
.hover\:bg-fuchsia-700\/65:hover {
    background-color: rgba(162, 28, 175, 0.65);
}
.hover\:bg-fuchsia-700\/70:hover {
    background-color: rgba(162, 28, 175, 0.7);
}
.hover\:bg-fuchsia-700\/75:hover {
    background-color: rgba(162, 28, 175, 0.75);
}
.hover\:bg-fuchsia-700\/80:hover {
    background-color: rgba(162, 28, 175, 0.8);
}
.hover\:bg-fuchsia-700\/85:hover {
    background-color: rgba(162, 28, 175, 0.85);
}
.hover\:bg-fuchsia-700\/90:hover {
    background-color: rgba(162, 28, 175, 0.9);
}
.hover\:bg-fuchsia-700\/95:hover {
    background-color: rgba(162, 28, 175, 0.95);
}
.hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-800\/0:hover {
    background-color: rgba(134, 25, 143, 0);
}
.hover\:bg-fuchsia-800\/10:hover {
    background-color: rgba(134, 25, 143, 0.1);
}
.hover\:bg-fuchsia-800\/100:hover {
    background-color: #86198f;
}
.hover\:bg-fuchsia-800\/15:hover {
    background-color: rgba(134, 25, 143, 0.15);
}
.hover\:bg-fuchsia-800\/20:hover {
    background-color: rgba(134, 25, 143, 0.2);
}
.hover\:bg-fuchsia-800\/25:hover {
    background-color: rgba(134, 25, 143, 0.25);
}
.hover\:bg-fuchsia-800\/30:hover {
    background-color: rgba(134, 25, 143, 0.3);
}
.hover\:bg-fuchsia-800\/35:hover {
    background-color: rgba(134, 25, 143, 0.35);
}
.hover\:bg-fuchsia-800\/40:hover {
    background-color: rgba(134, 25, 143, 0.4);
}
.hover\:bg-fuchsia-800\/45:hover {
    background-color: rgba(134, 25, 143, 0.45);
}
.hover\:bg-fuchsia-800\/5:hover {
    background-color: rgba(134, 25, 143, 0.05);
}
.hover\:bg-fuchsia-800\/50:hover {
    background-color: rgba(134, 25, 143, 0.5);
}
.hover\:bg-fuchsia-800\/55:hover {
    background-color: rgba(134, 25, 143, 0.55);
}
.hover\:bg-fuchsia-800\/60:hover {
    background-color: rgba(134, 25, 143, 0.6);
}
.hover\:bg-fuchsia-800\/65:hover {
    background-color: rgba(134, 25, 143, 0.65);
}
.hover\:bg-fuchsia-800\/70:hover {
    background-color: rgba(134, 25, 143, 0.7);
}
.hover\:bg-fuchsia-800\/75:hover {
    background-color: rgba(134, 25, 143, 0.75);
}
.hover\:bg-fuchsia-800\/80:hover {
    background-color: rgba(134, 25, 143, 0.8);
}
.hover\:bg-fuchsia-800\/85:hover {
    background-color: rgba(134, 25, 143, 0.85);
}
.hover\:bg-fuchsia-800\/90:hover {
    background-color: rgba(134, 25, 143, 0.9);
}
.hover\:bg-fuchsia-800\/95:hover {
    background-color: rgba(134, 25, 143, 0.95);
}
.hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-900\/0:hover {
    background-color: rgba(112, 26, 117, 0);
}
.hover\:bg-fuchsia-900\/10:hover {
    background-color: rgba(112, 26, 117, 0.1);
}
.hover\:bg-fuchsia-900\/100:hover {
    background-color: #701a75;
}
.hover\:bg-fuchsia-900\/15:hover {
    background-color: rgba(112, 26, 117, 0.15);
}
.hover\:bg-fuchsia-900\/20:hover {
    background-color: rgba(112, 26, 117, 0.2);
}
.hover\:bg-fuchsia-900\/25:hover {
    background-color: rgba(112, 26, 117, 0.25);
}
.hover\:bg-fuchsia-900\/30:hover {
    background-color: rgba(112, 26, 117, 0.3);
}
.hover\:bg-fuchsia-900\/35:hover {
    background-color: rgba(112, 26, 117, 0.35);
}
.hover\:bg-fuchsia-900\/40:hover {
    background-color: rgba(112, 26, 117, 0.4);
}
.hover\:bg-fuchsia-900\/45:hover {
    background-color: rgba(112, 26, 117, 0.45);
}
.hover\:bg-fuchsia-900\/5:hover {
    background-color: rgba(112, 26, 117, 0.05);
}
.hover\:bg-fuchsia-900\/50:hover {
    background-color: rgba(112, 26, 117, 0.5);
}
.hover\:bg-fuchsia-900\/55:hover {
    background-color: rgba(112, 26, 117, 0.55);
}
.hover\:bg-fuchsia-900\/60:hover {
    background-color: rgba(112, 26, 117, 0.6);
}
.hover\:bg-fuchsia-900\/65:hover {
    background-color: rgba(112, 26, 117, 0.65);
}
.hover\:bg-fuchsia-900\/70:hover {
    background-color: rgba(112, 26, 117, 0.7);
}
.hover\:bg-fuchsia-900\/75:hover {
    background-color: rgba(112, 26, 117, 0.75);
}
.hover\:bg-fuchsia-900\/80:hover {
    background-color: rgba(112, 26, 117, 0.8);
}
.hover\:bg-fuchsia-900\/85:hover {
    background-color: rgba(112, 26, 117, 0.85);
}
.hover\:bg-fuchsia-900\/90:hover {
    background-color: rgba(112, 26, 117, 0.9);
}
.hover\:bg-fuchsia-900\/95:hover {
    background-color: rgba(112, 26, 117, 0.95);
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100\/0:hover {
    background-color: rgba(243, 244, 246, 0);
}
.hover\:bg-gray-100\/10:hover {
    background-color: rgba(243, 244, 246, 0.1);
}
.hover\:bg-gray-100\/100:hover {
    background-color: #f3f4f6;
}
.hover\:bg-gray-100\/15:hover {
    background-color: rgba(243, 244, 246, 0.15);
}
.hover\:bg-gray-100\/20:hover {
    background-color: rgba(243, 244, 246, 0.2);
}
.hover\:bg-gray-100\/25:hover {
    background-color: rgba(243, 244, 246, 0.25);
}
.hover\:bg-gray-100\/30:hover {
    background-color: rgba(243, 244, 246, 0.3);
}
.hover\:bg-gray-100\/35:hover {
    background-color: rgba(243, 244, 246, 0.35);
}
.hover\:bg-gray-100\/40:hover {
    background-color: rgba(243, 244, 246, 0.4);
}
.hover\:bg-gray-100\/45:hover {
    background-color: rgba(243, 244, 246, 0.45);
}
.hover\:bg-gray-100\/5:hover {
    background-color: rgba(243, 244, 246, 0.05);
}
.hover\:bg-gray-100\/50:hover {
    background-color: rgba(243, 244, 246, 0.5);
}
.hover\:bg-gray-100\/55:hover {
    background-color: rgba(243, 244, 246, 0.55);
}
.hover\:bg-gray-100\/60:hover {
    background-color: rgba(243, 244, 246, 0.6);
}
.hover\:bg-gray-100\/65:hover {
    background-color: rgba(243, 244, 246, 0.65);
}
.hover\:bg-gray-100\/70:hover {
    background-color: rgba(243, 244, 246, 0.7);
}
.hover\:bg-gray-100\/75:hover {
    background-color: rgba(243, 244, 246, 0.75);
}
.hover\:bg-gray-100\/80:hover {
    background-color: rgba(243, 244, 246, 0.8);
}
.hover\:bg-gray-100\/85:hover {
    background-color: rgba(243, 244, 246, 0.85);
}
.hover\:bg-gray-100\/90:hover {
    background-color: rgba(243, 244, 246, 0.9);
}
.hover\:bg-gray-100\/95:hover {
    background-color: rgba(243, 244, 246, 0.95);
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200\/0:hover {
    background-color: rgba(229, 231, 235, 0);
}
.hover\:bg-gray-200\/10:hover {
    background-color: rgba(229, 231, 235, 0.1);
}
.hover\:bg-gray-200\/100:hover {
    background-color: #e5e7eb;
}
.hover\:bg-gray-200\/15:hover {
    background-color: rgba(229, 231, 235, 0.15);
}
.hover\:bg-gray-200\/20:hover {
    background-color: rgba(229, 231, 235, 0.2);
}
.hover\:bg-gray-200\/25:hover {
    background-color: rgba(229, 231, 235, 0.25);
}
.hover\:bg-gray-200\/30:hover {
    background-color: rgba(229, 231, 235, 0.3);
}
.hover\:bg-gray-200\/35:hover {
    background-color: rgba(229, 231, 235, 0.35);
}
.hover\:bg-gray-200\/40:hover {
    background-color: rgba(229, 231, 235, 0.4);
}
.hover\:bg-gray-200\/45:hover {
    background-color: rgba(229, 231, 235, 0.45);
}
.hover\:bg-gray-200\/5:hover {
    background-color: rgba(229, 231, 235, 0.05);
}
.hover\:bg-gray-200\/50:hover {
    background-color: rgba(229, 231, 235, 0.5);
}
.hover\:bg-gray-200\/55:hover {
    background-color: rgba(229, 231, 235, 0.55);
}
.hover\:bg-gray-200\/60:hover {
    background-color: rgba(229, 231, 235, 0.6);
}
.hover\:bg-gray-200\/65:hover {
    background-color: rgba(229, 231, 235, 0.65);
}
.hover\:bg-gray-200\/70:hover {
    background-color: rgba(229, 231, 235, 0.7);
}
.hover\:bg-gray-200\/75:hover {
    background-color: rgba(229, 231, 235, 0.75);
}
.hover\:bg-gray-200\/80:hover {
    background-color: rgba(229, 231, 235, 0.8);
}
.hover\:bg-gray-200\/85:hover {
    background-color: rgba(229, 231, 235, 0.85);
}
.hover\:bg-gray-200\/90:hover {
    background-color: rgba(229, 231, 235, 0.9);
}
.hover\:bg-gray-200\/95:hover {
    background-color: rgba(229, 231, 235, 0.95);
}
.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300\/0:hover {
    background-color: rgba(209, 213, 219, 0);
}
.hover\:bg-gray-300\/10:hover {
    background-color: rgba(209, 213, 219, 0.1);
}
.hover\:bg-gray-300\/100:hover {
    background-color: #d1d5db;
}
.hover\:bg-gray-300\/15:hover {
    background-color: rgba(209, 213, 219, 0.15);
}
.hover\:bg-gray-300\/20:hover {
    background-color: rgba(209, 213, 219, 0.2);
}
.hover\:bg-gray-300\/25:hover {
    background-color: rgba(209, 213, 219, 0.25);
}
.hover\:bg-gray-300\/30:hover {
    background-color: rgba(209, 213, 219, 0.3);
}
.hover\:bg-gray-300\/35:hover {
    background-color: rgba(209, 213, 219, 0.35);
}
.hover\:bg-gray-300\/40:hover {
    background-color: rgba(209, 213, 219, 0.4);
}
.hover\:bg-gray-300\/45:hover {
    background-color: rgba(209, 213, 219, 0.45);
}
.hover\:bg-gray-300\/5:hover {
    background-color: rgba(209, 213, 219, 0.05);
}
.hover\:bg-gray-300\/50:hover {
    background-color: rgba(209, 213, 219, 0.5);
}
.hover\:bg-gray-300\/55:hover {
    background-color: rgba(209, 213, 219, 0.55);
}
.hover\:bg-gray-300\/60:hover {
    background-color: rgba(209, 213, 219, 0.6);
}
.hover\:bg-gray-300\/65:hover {
    background-color: rgba(209, 213, 219, 0.65);
}
.hover\:bg-gray-300\/70:hover {
    background-color: rgba(209, 213, 219, 0.7);
}
.hover\:bg-gray-300\/75:hover {
    background-color: rgba(209, 213, 219, 0.75);
}
.hover\:bg-gray-300\/80:hover {
    background-color: rgba(209, 213, 219, 0.8);
}
.hover\:bg-gray-300\/85:hover {
    background-color: rgba(209, 213, 219, 0.85);
}
.hover\:bg-gray-300\/90:hover {
    background-color: rgba(209, 213, 219, 0.9);
}
.hover\:bg-gray-300\/95:hover {
    background-color: rgba(209, 213, 219, 0.95);
}
.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400\/0:hover {
    background-color: rgba(156, 163, 175, 0);
}
.hover\:bg-gray-400\/10:hover {
    background-color: rgba(156, 163, 175, 0.1);
}
.hover\:bg-gray-400\/100:hover {
    background-color: #9ca3af;
}
.hover\:bg-gray-400\/15:hover {
    background-color: rgba(156, 163, 175, 0.15);
}
.hover\:bg-gray-400\/20:hover {
    background-color: rgba(156, 163, 175, 0.2);
}
.hover\:bg-gray-400\/25:hover {
    background-color: rgba(156, 163, 175, 0.25);
}
.hover\:bg-gray-400\/30:hover {
    background-color: rgba(156, 163, 175, 0.3);
}
.hover\:bg-gray-400\/35:hover {
    background-color: rgba(156, 163, 175, 0.35);
}
.hover\:bg-gray-400\/40:hover {
    background-color: rgba(156, 163, 175, 0.4);
}
.hover\:bg-gray-400\/45:hover {
    background-color: rgba(156, 163, 175, 0.45);
}
.hover\:bg-gray-400\/5:hover {
    background-color: rgba(156, 163, 175, 0.05);
}
.hover\:bg-gray-400\/50:hover {
    background-color: rgba(156, 163, 175, 0.5);
}
.hover\:bg-gray-400\/55:hover {
    background-color: rgba(156, 163, 175, 0.55);
}
.hover\:bg-gray-400\/60:hover {
    background-color: rgba(156, 163, 175, 0.6);
}
.hover\:bg-gray-400\/65:hover {
    background-color: rgba(156, 163, 175, 0.65);
}
.hover\:bg-gray-400\/70:hover {
    background-color: rgba(156, 163, 175, 0.7);
}
.hover\:bg-gray-400\/75:hover {
    background-color: rgba(156, 163, 175, 0.75);
}
.hover\:bg-gray-400\/80:hover {
    background-color: rgba(156, 163, 175, 0.8);
}
.hover\:bg-gray-400\/85:hover {
    background-color: rgba(156, 163, 175, 0.85);
}
.hover\:bg-gray-400\/90:hover {
    background-color: rgba(156, 163, 175, 0.9);
}
.hover\:bg-gray-400\/95:hover {
    background-color: rgba(156, 163, 175, 0.95);
}
.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50\/0:hover {
    background-color: rgba(249, 250, 251, 0);
}
.hover\:bg-gray-50\/10:hover {
    background-color: rgba(249, 250, 251, 0.1);
}
.hover\:bg-gray-50\/100:hover {
    background-color: #f9fafb;
}
.hover\:bg-gray-50\/15:hover {
    background-color: rgba(249, 250, 251, 0.15);
}
.hover\:bg-gray-50\/20:hover {
    background-color: rgba(249, 250, 251, 0.2);
}
.hover\:bg-gray-50\/25:hover {
    background-color: rgba(249, 250, 251, 0.25);
}
.hover\:bg-gray-50\/30:hover {
    background-color: rgba(249, 250, 251, 0.3);
}
.hover\:bg-gray-50\/35:hover {
    background-color: rgba(249, 250, 251, 0.35);
}
.hover\:bg-gray-50\/40:hover {
    background-color: rgba(249, 250, 251, 0.4);
}
.hover\:bg-gray-50\/45:hover {
    background-color: rgba(249, 250, 251, 0.45);
}
.hover\:bg-gray-50\/5:hover {
    background-color: rgba(249, 250, 251, 0.05);
}
.hover\:bg-gray-50\/50:hover {
    background-color: rgba(249, 250, 251, 0.5);
}
.hover\:bg-gray-50\/55:hover {
    background-color: rgba(249, 250, 251, 0.55);
}
.hover\:bg-gray-50\/60:hover {
    background-color: rgba(249, 250, 251, 0.6);
}
.hover\:bg-gray-50\/65:hover {
    background-color: rgba(249, 250, 251, 0.65);
}
.hover\:bg-gray-50\/70:hover {
    background-color: rgba(249, 250, 251, 0.7);
}
.hover\:bg-gray-50\/75:hover {
    background-color: rgba(249, 250, 251, 0.75);
}
.hover\:bg-gray-50\/80:hover {
    background-color: rgba(249, 250, 251, 0.8);
}
.hover\:bg-gray-50\/85:hover {
    background-color: rgba(249, 250, 251, 0.85);
}
.hover\:bg-gray-50\/90:hover {
    background-color: rgba(249, 250, 251, 0.9);
}
.hover\:bg-gray-50\/95:hover {
    background-color: rgba(249, 250, 251, 0.95);
}
.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-500\/0:hover {
    background-color: hsla(220, 9%, 46%, 0);
}
.hover\:bg-gray-500\/10:hover {
    background-color: hsla(220, 9%, 46%, 0.1);
}
.hover\:bg-gray-500\/100:hover {
    background-color: #6b7280;
}
.hover\:bg-gray-500\/15:hover {
    background-color: hsla(220, 9%, 46%, 0.15);
}
.hover\:bg-gray-500\/20:hover {
    background-color: hsla(220, 9%, 46%, 0.2);
}
.hover\:bg-gray-500\/25:hover {
    background-color: hsla(220, 9%, 46%, 0.25);
}
.hover\:bg-gray-500\/30:hover {
    background-color: hsla(220, 9%, 46%, 0.3);
}
.hover\:bg-gray-500\/35:hover {
    background-color: hsla(220, 9%, 46%, 0.35);
}
.hover\:bg-gray-500\/40:hover {
    background-color: hsla(220, 9%, 46%, 0.4);
}
.hover\:bg-gray-500\/45:hover {
    background-color: hsla(220, 9%, 46%, 0.45);
}
.hover\:bg-gray-500\/5:hover {
    background-color: hsla(220, 9%, 46%, 0.05);
}
.hover\:bg-gray-500\/50:hover {
    background-color: hsla(220, 9%, 46%, 0.5);
}
.hover\:bg-gray-500\/55:hover {
    background-color: hsla(220, 9%, 46%, 0.55);
}
.hover\:bg-gray-500\/60:hover {
    background-color: hsla(220, 9%, 46%, 0.6);
}
.hover\:bg-gray-500\/65:hover {
    background-color: hsla(220, 9%, 46%, 0.65);
}
.hover\:bg-gray-500\/70:hover {
    background-color: hsla(220, 9%, 46%, 0.7);
}
.hover\:bg-gray-500\/75:hover {
    background-color: hsla(220, 9%, 46%, 0.75);
}
.hover\:bg-gray-500\/80:hover {
    background-color: hsla(220, 9%, 46%, 0.8);
}
.hover\:bg-gray-500\/85:hover {
    background-color: hsla(220, 9%, 46%, 0.85);
}
.hover\:bg-gray-500\/90:hover {
    background-color: hsla(220, 9%, 46%, 0.9);
}
.hover\:bg-gray-500\/95:hover {
    background-color: hsla(220, 9%, 46%, 0.95);
}
.hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600\/0:hover {
    background-color: rgba(75, 85, 99, 0);
}
.hover\:bg-gray-600\/10:hover {
    background-color: rgba(75, 85, 99, 0.1);
}
.hover\:bg-gray-600\/100:hover {
    background-color: #4b5563;
}
.hover\:bg-gray-600\/15:hover {
    background-color: rgba(75, 85, 99, 0.15);
}
.hover\:bg-gray-600\/20:hover {
    background-color: rgba(75, 85, 99, 0.2);
}
.hover\:bg-gray-600\/25:hover {
    background-color: rgba(75, 85, 99, 0.25);
}
.hover\:bg-gray-600\/30:hover {
    background-color: rgba(75, 85, 99, 0.3);
}
.hover\:bg-gray-600\/35:hover {
    background-color: rgba(75, 85, 99, 0.35);
}
.hover\:bg-gray-600\/40:hover {
    background-color: rgba(75, 85, 99, 0.4);
}
.hover\:bg-gray-600\/45:hover {
    background-color: rgba(75, 85, 99, 0.45);
}
.hover\:bg-gray-600\/5:hover {
    background-color: rgba(75, 85, 99, 0.05);
}
.hover\:bg-gray-600\/50:hover {
    background-color: rgba(75, 85, 99, 0.5);
}
.hover\:bg-gray-600\/55:hover {
    background-color: rgba(75, 85, 99, 0.55);
}
.hover\:bg-gray-600\/60:hover {
    background-color: rgba(75, 85, 99, 0.6);
}
.hover\:bg-gray-600\/65:hover {
    background-color: rgba(75, 85, 99, 0.65);
}
.hover\:bg-gray-600\/70:hover {
    background-color: rgba(75, 85, 99, 0.7);
}
.hover\:bg-gray-600\/75:hover {
    background-color: rgba(75, 85, 99, 0.75);
}
.hover\:bg-gray-600\/80:hover {
    background-color: rgba(75, 85, 99, 0.8);
}
.hover\:bg-gray-600\/85:hover {
    background-color: rgba(75, 85, 99, 0.85);
}
.hover\:bg-gray-600\/90:hover {
    background-color: rgba(75, 85, 99, 0.9);
}
.hover\:bg-gray-600\/95:hover {
    background-color: rgba(75, 85, 99, 0.95);
}
.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700\/0:hover {
    background-color: rgba(55, 65, 81, 0);
}
.hover\:bg-gray-700\/10:hover {
    background-color: rgba(55, 65, 81, 0.1);
}
.hover\:bg-gray-700\/100:hover {
    background-color: #374151;
}
.hover\:bg-gray-700\/15:hover {
    background-color: rgba(55, 65, 81, 0.15);
}
.hover\:bg-gray-700\/20:hover {
    background-color: rgba(55, 65, 81, 0.2);
}
.hover\:bg-gray-700\/25:hover {
    background-color: rgba(55, 65, 81, 0.25);
}
.hover\:bg-gray-700\/30:hover {
    background-color: rgba(55, 65, 81, 0.3);
}
.hover\:bg-gray-700\/35:hover {
    background-color: rgba(55, 65, 81, 0.35);
}
.hover\:bg-gray-700\/40:hover {
    background-color: rgba(55, 65, 81, 0.4);
}
.hover\:bg-gray-700\/45:hover {
    background-color: rgba(55, 65, 81, 0.45);
}
.hover\:bg-gray-700\/5:hover {
    background-color: rgba(55, 65, 81, 0.05);
}
.hover\:bg-gray-700\/50:hover {
    background-color: rgba(55, 65, 81, 0.5);
}
.hover\:bg-gray-700\/55:hover {
    background-color: rgba(55, 65, 81, 0.55);
}
.hover\:bg-gray-700\/60:hover {
    background-color: rgba(55, 65, 81, 0.6);
}
.hover\:bg-gray-700\/65:hover {
    background-color: rgba(55, 65, 81, 0.65);
}
.hover\:bg-gray-700\/70:hover {
    background-color: rgba(55, 65, 81, 0.7);
}
.hover\:bg-gray-700\/75:hover {
    background-color: rgba(55, 65, 81, 0.75);
}
.hover\:bg-gray-700\/80:hover {
    background-color: rgba(55, 65, 81, 0.8);
}
.hover\:bg-gray-700\/85:hover {
    background-color: rgba(55, 65, 81, 0.85);
}
.hover\:bg-gray-700\/90:hover {
    background-color: rgba(55, 65, 81, 0.9);
}
.hover\:bg-gray-700\/95:hover {
    background-color: rgba(55, 65, 81, 0.95);
}
.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800\/0:hover {
    background-color: rgba(31, 41, 55, 0);
}
.hover\:bg-gray-800\/10:hover {
    background-color: rgba(31, 41, 55, 0.1);
}
.hover\:bg-gray-800\/100:hover {
    background-color: #1f2937;
}
.hover\:bg-gray-800\/15:hover {
    background-color: rgba(31, 41, 55, 0.15);
}
.hover\:bg-gray-800\/20:hover {
    background-color: rgba(31, 41, 55, 0.2);
}
.hover\:bg-gray-800\/25:hover {
    background-color: rgba(31, 41, 55, 0.25);
}
.hover\:bg-gray-800\/30:hover {
    background-color: rgba(31, 41, 55, 0.3);
}
.hover\:bg-gray-800\/35:hover {
    background-color: rgba(31, 41, 55, 0.35);
}
.hover\:bg-gray-800\/40:hover {
    background-color: rgba(31, 41, 55, 0.4);
}
.hover\:bg-gray-800\/45:hover {
    background-color: rgba(31, 41, 55, 0.45);
}
.hover\:bg-gray-800\/5:hover {
    background-color: rgba(31, 41, 55, 0.05);
}
.hover\:bg-gray-800\/50:hover {
    background-color: rgba(31, 41, 55, 0.5);
}
.hover\:bg-gray-800\/55:hover {
    background-color: rgba(31, 41, 55, 0.55);
}
.hover\:bg-gray-800\/60:hover {
    background-color: rgba(31, 41, 55, 0.6);
}
.hover\:bg-gray-800\/65:hover {
    background-color: rgba(31, 41, 55, 0.65);
}
.hover\:bg-gray-800\/70:hover {
    background-color: rgba(31, 41, 55, 0.7);
}
.hover\:bg-gray-800\/75:hover {
    background-color: rgba(31, 41, 55, 0.75);
}
.hover\:bg-gray-800\/80:hover {
    background-color: rgba(31, 41, 55, 0.8);
}
.hover\:bg-gray-800\/85:hover {
    background-color: rgba(31, 41, 55, 0.85);
}
.hover\:bg-gray-800\/90:hover {
    background-color: rgba(31, 41, 55, 0.9);
}
.hover\:bg-gray-800\/95:hover {
    background-color: rgba(31, 41, 55, 0.95);
}
.hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900\/0:hover {
    background-color: rgba(17, 24, 39, 0);
}
.hover\:bg-gray-900\/10:hover {
    background-color: rgba(17, 24, 39, 0.1);
}
.hover\:bg-gray-900\/100:hover {
    background-color: #111827;
}
.hover\:bg-gray-900\/15:hover {
    background-color: rgba(17, 24, 39, 0.15);
}
.hover\:bg-gray-900\/20:hover {
    background-color: rgba(17, 24, 39, 0.2);
}
.hover\:bg-gray-900\/25:hover {
    background-color: rgba(17, 24, 39, 0.25);
}
.hover\:bg-gray-900\/30:hover {
    background-color: rgba(17, 24, 39, 0.3);
}
.hover\:bg-gray-900\/35:hover {
    background-color: rgba(17, 24, 39, 0.35);
}
.hover\:bg-gray-900\/40:hover {
    background-color: rgba(17, 24, 39, 0.4);
}
.hover\:bg-gray-900\/45:hover {
    background-color: rgba(17, 24, 39, 0.45);
}
.hover\:bg-gray-900\/5:hover {
    background-color: rgba(17, 24, 39, 0.05);
}
.hover\:bg-gray-900\/50:hover {
    background-color: rgba(17, 24, 39, 0.5);
}
.hover\:bg-gray-900\/55:hover {
    background-color: rgba(17, 24, 39, 0.55);
}
.hover\:bg-gray-900\/60:hover {
    background-color: rgba(17, 24, 39, 0.6);
}
.hover\:bg-gray-900\/65:hover {
    background-color: rgba(17, 24, 39, 0.65);
}
.hover\:bg-gray-900\/70:hover {
    background-color: rgba(17, 24, 39, 0.7);
}
.hover\:bg-gray-900\/75:hover {
    background-color: rgba(17, 24, 39, 0.75);
}
.hover\:bg-gray-900\/80:hover {
    background-color: rgba(17, 24, 39, 0.8);
}
.hover\:bg-gray-900\/85:hover {
    background-color: rgba(17, 24, 39, 0.85);
}
.hover\:bg-gray-900\/90:hover {
    background-color: rgba(17, 24, 39, 0.9);
}
.hover\:bg-gray-900\/95:hover {
    background-color: rgba(17, 24, 39, 0.95);
}
.hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-100\/0:hover {
    background-color: rgba(209, 250, 229, 0);
}
.hover\:bg-green-100\/10:hover {
    background-color: rgba(209, 250, 229, 0.1);
}
.hover\:bg-green-100\/100:hover {
    background-color: #d1fae5;
}
.hover\:bg-green-100\/15:hover {
    background-color: rgba(209, 250, 229, 0.15);
}
.hover\:bg-green-100\/20:hover {
    background-color: rgba(209, 250, 229, 0.2);
}
.hover\:bg-green-100\/25:hover {
    background-color: rgba(209, 250, 229, 0.25);
}
.hover\:bg-green-100\/30:hover {
    background-color: rgba(209, 250, 229, 0.3);
}
.hover\:bg-green-100\/35:hover {
    background-color: rgba(209, 250, 229, 0.35);
}
.hover\:bg-green-100\/40:hover {
    background-color: rgba(209, 250, 229, 0.4);
}
.hover\:bg-green-100\/45:hover {
    background-color: rgba(209, 250, 229, 0.45);
}
.hover\:bg-green-100\/5:hover {
    background-color: rgba(209, 250, 229, 0.05);
}
.hover\:bg-green-100\/50:hover {
    background-color: rgba(209, 250, 229, 0.5);
}
.hover\:bg-green-100\/55:hover {
    background-color: rgba(209, 250, 229, 0.55);
}
.hover\:bg-green-100\/60:hover {
    background-color: rgba(209, 250, 229, 0.6);
}
.hover\:bg-green-100\/65:hover {
    background-color: rgba(209, 250, 229, 0.65);
}
.hover\:bg-green-100\/70:hover {
    background-color: rgba(209, 250, 229, 0.7);
}
.hover\:bg-green-100\/75:hover {
    background-color: rgba(209, 250, 229, 0.75);
}
.hover\:bg-green-100\/80:hover {
    background-color: rgba(209, 250, 229, 0.8);
}
.hover\:bg-green-100\/85:hover {
    background-color: rgba(209, 250, 229, 0.85);
}
.hover\:bg-green-100\/90:hover {
    background-color: rgba(209, 250, 229, 0.9);
}
.hover\:bg-green-100\/95:hover {
    background-color: rgba(209, 250, 229, 0.95);
}
.hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-200\/0:hover {
    background-color: rgba(167, 243, 208, 0);
}
.hover\:bg-green-200\/10:hover {
    background-color: rgba(167, 243, 208, 0.1);
}
.hover\:bg-green-200\/100:hover {
    background-color: #a7f3d0;
}
.hover\:bg-green-200\/15:hover {
    background-color: rgba(167, 243, 208, 0.15);
}
.hover\:bg-green-200\/20:hover {
    background-color: rgba(167, 243, 208, 0.2);
}
.hover\:bg-green-200\/25:hover {
    background-color: rgba(167, 243, 208, 0.25);
}
.hover\:bg-green-200\/30:hover {
    background-color: rgba(167, 243, 208, 0.3);
}
.hover\:bg-green-200\/35:hover {
    background-color: rgba(167, 243, 208, 0.35);
}
.hover\:bg-green-200\/40:hover {
    background-color: rgba(167, 243, 208, 0.4);
}
.hover\:bg-green-200\/45:hover {
    background-color: rgba(167, 243, 208, 0.45);
}
.hover\:bg-green-200\/5:hover {
    background-color: rgba(167, 243, 208, 0.05);
}
.hover\:bg-green-200\/50:hover {
    background-color: rgba(167, 243, 208, 0.5);
}
.hover\:bg-green-200\/55:hover {
    background-color: rgba(167, 243, 208, 0.55);
}
.hover\:bg-green-200\/60:hover {
    background-color: rgba(167, 243, 208, 0.6);
}
.hover\:bg-green-200\/65:hover {
    background-color: rgba(167, 243, 208, 0.65);
}
.hover\:bg-green-200\/70:hover {
    background-color: rgba(167, 243, 208, 0.7);
}
.hover\:bg-green-200\/75:hover {
    background-color: rgba(167, 243, 208, 0.75);
}
.hover\:bg-green-200\/80:hover {
    background-color: rgba(167, 243, 208, 0.8);
}
.hover\:bg-green-200\/85:hover {
    background-color: rgba(167, 243, 208, 0.85);
}
.hover\:bg-green-200\/90:hover {
    background-color: rgba(167, 243, 208, 0.9);
}
.hover\:bg-green-200\/95:hover {
    background-color: rgba(167, 243, 208, 0.95);
}
.hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-300\/0:hover {
    background-color: rgba(110, 231, 183, 0);
}
.hover\:bg-green-300\/10:hover {
    background-color: rgba(110, 231, 183, 0.1);
}
.hover\:bg-green-300\/100:hover {
    background-color: #6ee7b7;
}
.hover\:bg-green-300\/15:hover {
    background-color: rgba(110, 231, 183, 0.15);
}
.hover\:bg-green-300\/20:hover {
    background-color: rgba(110, 231, 183, 0.2);
}
.hover\:bg-green-300\/25:hover {
    background-color: rgba(110, 231, 183, 0.25);
}
.hover\:bg-green-300\/30:hover {
    background-color: rgba(110, 231, 183, 0.3);
}
.hover\:bg-green-300\/35:hover {
    background-color: rgba(110, 231, 183, 0.35);
}
.hover\:bg-green-300\/40:hover {
    background-color: rgba(110, 231, 183, 0.4);
}
.hover\:bg-green-300\/45:hover {
    background-color: rgba(110, 231, 183, 0.45);
}
.hover\:bg-green-300\/5:hover {
    background-color: rgba(110, 231, 183, 0.05);
}
.hover\:bg-green-300\/50:hover {
    background-color: rgba(110, 231, 183, 0.5);
}
.hover\:bg-green-300\/55:hover {
    background-color: rgba(110, 231, 183, 0.55);
}
.hover\:bg-green-300\/60:hover {
    background-color: rgba(110, 231, 183, 0.6);
}
.hover\:bg-green-300\/65:hover {
    background-color: rgba(110, 231, 183, 0.65);
}
.hover\:bg-green-300\/70:hover {
    background-color: rgba(110, 231, 183, 0.7);
}
.hover\:bg-green-300\/75:hover {
    background-color: rgba(110, 231, 183, 0.75);
}
.hover\:bg-green-300\/80:hover {
    background-color: rgba(110, 231, 183, 0.8);
}
.hover\:bg-green-300\/85:hover {
    background-color: rgba(110, 231, 183, 0.85);
}
.hover\:bg-green-300\/90:hover {
    background-color: rgba(110, 231, 183, 0.9);
}
.hover\:bg-green-300\/95:hover {
    background-color: rgba(110, 231, 183, 0.95);
}
.hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-400\/0:hover {
    background-color: rgba(52, 211, 153, 0);
}
.hover\:bg-green-400\/10:hover {
    background-color: rgba(52, 211, 153, 0.1);
}
.hover\:bg-green-400\/100:hover {
    background-color: #34d399;
}
.hover\:bg-green-400\/15:hover {
    background-color: rgba(52, 211, 153, 0.15);
}
.hover\:bg-green-400\/20:hover {
    background-color: rgba(52, 211, 153, 0.2);
}
.hover\:bg-green-400\/25:hover {
    background-color: rgba(52, 211, 153, 0.25);
}
.hover\:bg-green-400\/30:hover {
    background-color: rgba(52, 211, 153, 0.3);
}
.hover\:bg-green-400\/35:hover {
    background-color: rgba(52, 211, 153, 0.35);
}
.hover\:bg-green-400\/40:hover {
    background-color: rgba(52, 211, 153, 0.4);
}
.hover\:bg-green-400\/45:hover {
    background-color: rgba(52, 211, 153, 0.45);
}
.hover\:bg-green-400\/5:hover {
    background-color: rgba(52, 211, 153, 0.05);
}
.hover\:bg-green-400\/50:hover {
    background-color: rgba(52, 211, 153, 0.5);
}
.hover\:bg-green-400\/55:hover {
    background-color: rgba(52, 211, 153, 0.55);
}
.hover\:bg-green-400\/60:hover {
    background-color: rgba(52, 211, 153, 0.6);
}
.hover\:bg-green-400\/65:hover {
    background-color: rgba(52, 211, 153, 0.65);
}
.hover\:bg-green-400\/70:hover {
    background-color: rgba(52, 211, 153, 0.7);
}
.hover\:bg-green-400\/75:hover {
    background-color: rgba(52, 211, 153, 0.75);
}
.hover\:bg-green-400\/80:hover {
    background-color: rgba(52, 211, 153, 0.8);
}
.hover\:bg-green-400\/85:hover {
    background-color: rgba(52, 211, 153, 0.85);
}
.hover\:bg-green-400\/90:hover {
    background-color: rgba(52, 211, 153, 0.9);
}
.hover\:bg-green-400\/95:hover {
    background-color: rgba(52, 211, 153, 0.95);
}
.hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-50\/0:hover {
    background-color: rgba(236, 253, 245, 0);
}
.hover\:bg-green-50\/10:hover {
    background-color: rgba(236, 253, 245, 0.1);
}
.hover\:bg-green-50\/100:hover {
    background-color: #ecfdf5;
}
.hover\:bg-green-50\/15:hover {
    background-color: rgba(236, 253, 245, 0.15);
}
.hover\:bg-green-50\/20:hover {
    background-color: rgba(236, 253, 245, 0.2);
}
.hover\:bg-green-50\/25:hover {
    background-color: rgba(236, 253, 245, 0.25);
}
.hover\:bg-green-50\/30:hover {
    background-color: rgba(236, 253, 245, 0.3);
}
.hover\:bg-green-50\/35:hover {
    background-color: rgba(236, 253, 245, 0.35);
}
.hover\:bg-green-50\/40:hover {
    background-color: rgba(236, 253, 245, 0.4);
}
.hover\:bg-green-50\/45:hover {
    background-color: rgba(236, 253, 245, 0.45);
}
.hover\:bg-green-50\/5:hover {
    background-color: rgba(236, 253, 245, 0.05);
}
.hover\:bg-green-50\/50:hover {
    background-color: rgba(236, 253, 245, 0.5);
}
.hover\:bg-green-50\/55:hover {
    background-color: rgba(236, 253, 245, 0.55);
}
.hover\:bg-green-50\/60:hover {
    background-color: rgba(236, 253, 245, 0.6);
}
.hover\:bg-green-50\/65:hover {
    background-color: rgba(236, 253, 245, 0.65);
}
.hover\:bg-green-50\/70:hover {
    background-color: rgba(236, 253, 245, 0.7);
}
.hover\:bg-green-50\/75:hover {
    background-color: rgba(236, 253, 245, 0.75);
}
.hover\:bg-green-50\/80:hover {
    background-color: rgba(236, 253, 245, 0.8);
}
.hover\:bg-green-50\/85:hover {
    background-color: rgba(236, 253, 245, 0.85);
}
.hover\:bg-green-50\/90:hover {
    background-color: rgba(236, 253, 245, 0.9);
}
.hover\:bg-green-50\/95:hover {
    background-color: rgba(236, 253, 245, 0.95);
}
.hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-500\/0:hover {
    background-color: rgba(16, 185, 129, 0);
}
.hover\:bg-green-500\/10:hover {
    background-color: rgba(16, 185, 129, 0.1);
}
.hover\:bg-green-500\/100:hover {
    background-color: #10b981;
}
.hover\:bg-green-500\/15:hover {
    background-color: rgba(16, 185, 129, 0.15);
}
.hover\:bg-green-500\/20:hover {
    background-color: rgba(16, 185, 129, 0.2);
}
.hover\:bg-green-500\/25:hover {
    background-color: rgba(16, 185, 129, 0.25);
}
.hover\:bg-green-500\/30:hover {
    background-color: rgba(16, 185, 129, 0.3);
}
.hover\:bg-green-500\/35:hover {
    background-color: rgba(16, 185, 129, 0.35);
}
.hover\:bg-green-500\/40:hover {
    background-color: rgba(16, 185, 129, 0.4);
}
.hover\:bg-green-500\/45:hover {
    background-color: rgba(16, 185, 129, 0.45);
}
.hover\:bg-green-500\/5:hover {
    background-color: rgba(16, 185, 129, 0.05);
}
.hover\:bg-green-500\/50:hover {
    background-color: rgba(16, 185, 129, 0.5);
}
.hover\:bg-green-500\/55:hover {
    background-color: rgba(16, 185, 129, 0.55);
}
.hover\:bg-green-500\/60:hover {
    background-color: rgba(16, 185, 129, 0.6);
}
.hover\:bg-green-500\/65:hover {
    background-color: rgba(16, 185, 129, 0.65);
}
.hover\:bg-green-500\/70:hover {
    background-color: rgba(16, 185, 129, 0.7);
}
.hover\:bg-green-500\/75:hover {
    background-color: rgba(16, 185, 129, 0.75);
}
.hover\:bg-green-500\/80:hover {
    background-color: rgba(16, 185, 129, 0.8);
}
.hover\:bg-green-500\/85:hover {
    background-color: rgba(16, 185, 129, 0.85);
}
.hover\:bg-green-500\/90:hover {
    background-color: rgba(16, 185, 129, 0.9);
}
.hover\:bg-green-500\/95:hover {
    background-color: rgba(16, 185, 129, 0.95);
}
.hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-600\/0:hover {
    background-color: rgba(5, 150, 105, 0);
}
.hover\:bg-green-600\/10:hover {
    background-color: rgba(5, 150, 105, 0.1);
}
.hover\:bg-green-600\/100:hover {
    background-color: #059669;
}
.hover\:bg-green-600\/15:hover {
    background-color: rgba(5, 150, 105, 0.15);
}
.hover\:bg-green-600\/20:hover {
    background-color: rgba(5, 150, 105, 0.2);
}
.hover\:bg-green-600\/25:hover {
    background-color: rgba(5, 150, 105, 0.25);
}
.hover\:bg-green-600\/30:hover {
    background-color: rgba(5, 150, 105, 0.3);
}
.hover\:bg-green-600\/35:hover {
    background-color: rgba(5, 150, 105, 0.35);
}
.hover\:bg-green-600\/40:hover {
    background-color: rgba(5, 150, 105, 0.4);
}
.hover\:bg-green-600\/45:hover {
    background-color: rgba(5, 150, 105, 0.45);
}
.hover\:bg-green-600\/5:hover {
    background-color: rgba(5, 150, 105, 0.05);
}
.hover\:bg-green-600\/50:hover {
    background-color: rgba(5, 150, 105, 0.5);
}
.hover\:bg-green-600\/55:hover {
    background-color: rgba(5, 150, 105, 0.55);
}
.hover\:bg-green-600\/60:hover {
    background-color: rgba(5, 150, 105, 0.6);
}
.hover\:bg-green-600\/65:hover {
    background-color: rgba(5, 150, 105, 0.65);
}
.hover\:bg-green-600\/70:hover {
    background-color: rgba(5, 150, 105, 0.7);
}
.hover\:bg-green-600\/75:hover {
    background-color: rgba(5, 150, 105, 0.75);
}
.hover\:bg-green-600\/80:hover {
    background-color: rgba(5, 150, 105, 0.8);
}
.hover\:bg-green-600\/85:hover {
    background-color: rgba(5, 150, 105, 0.85);
}
.hover\:bg-green-600\/90:hover {
    background-color: rgba(5, 150, 105, 0.9);
}
.hover\:bg-green-600\/95:hover {
    background-color: rgba(5, 150, 105, 0.95);
}
.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700\/0:hover {
    background-color: rgba(4, 120, 87, 0);
}
.hover\:bg-green-700\/10:hover {
    background-color: rgba(4, 120, 87, 0.1);
}
.hover\:bg-green-700\/100:hover {
    background-color: #047857;
}
.hover\:bg-green-700\/15:hover {
    background-color: rgba(4, 120, 87, 0.15);
}
.hover\:bg-green-700\/20:hover {
    background-color: rgba(4, 120, 87, 0.2);
}
.hover\:bg-green-700\/25:hover {
    background-color: rgba(4, 120, 87, 0.25);
}
.hover\:bg-green-700\/30:hover {
    background-color: rgba(4, 120, 87, 0.3);
}
.hover\:bg-green-700\/35:hover {
    background-color: rgba(4, 120, 87, 0.35);
}
.hover\:bg-green-700\/40:hover {
    background-color: rgba(4, 120, 87, 0.4);
}
.hover\:bg-green-700\/45:hover {
    background-color: rgba(4, 120, 87, 0.45);
}
.hover\:bg-green-700\/5:hover {
    background-color: rgba(4, 120, 87, 0.05);
}
.hover\:bg-green-700\/50:hover {
    background-color: rgba(4, 120, 87, 0.5);
}
.hover\:bg-green-700\/55:hover {
    background-color: rgba(4, 120, 87, 0.55);
}
.hover\:bg-green-700\/60:hover {
    background-color: rgba(4, 120, 87, 0.6);
}
.hover\:bg-green-700\/65:hover {
    background-color: rgba(4, 120, 87, 0.65);
}
.hover\:bg-green-700\/70:hover {
    background-color: rgba(4, 120, 87, 0.7);
}
.hover\:bg-green-700\/75:hover {
    background-color: rgba(4, 120, 87, 0.75);
}
.hover\:bg-green-700\/80:hover {
    background-color: rgba(4, 120, 87, 0.8);
}
.hover\:bg-green-700\/85:hover {
    background-color: rgba(4, 120, 87, 0.85);
}
.hover\:bg-green-700\/90:hover {
    background-color: rgba(4, 120, 87, 0.9);
}
.hover\:bg-green-700\/95:hover {
    background-color: rgba(4, 120, 87, 0.95);
}
.hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-800\/0:hover {
    background-color: rgba(6, 95, 70, 0);
}
.hover\:bg-green-800\/10:hover {
    background-color: rgba(6, 95, 70, 0.1);
}
.hover\:bg-green-800\/100:hover {
    background-color: #065f46;
}
.hover\:bg-green-800\/15:hover {
    background-color: rgba(6, 95, 70, 0.15);
}
.hover\:bg-green-800\/20:hover {
    background-color: rgba(6, 95, 70, 0.2);
}
.hover\:bg-green-800\/25:hover {
    background-color: rgba(6, 95, 70, 0.25);
}
.hover\:bg-green-800\/30:hover {
    background-color: rgba(6, 95, 70, 0.3);
}
.hover\:bg-green-800\/35:hover {
    background-color: rgba(6, 95, 70, 0.35);
}
.hover\:bg-green-800\/40:hover {
    background-color: rgba(6, 95, 70, 0.4);
}
.hover\:bg-green-800\/45:hover {
    background-color: rgba(6, 95, 70, 0.45);
}
.hover\:bg-green-800\/5:hover {
    background-color: rgba(6, 95, 70, 0.05);
}
.hover\:bg-green-800\/50:hover {
    background-color: rgba(6, 95, 70, 0.5);
}
.hover\:bg-green-800\/55:hover {
    background-color: rgba(6, 95, 70, 0.55);
}
.hover\:bg-green-800\/60:hover {
    background-color: rgba(6, 95, 70, 0.6);
}
.hover\:bg-green-800\/65:hover {
    background-color: rgba(6, 95, 70, 0.65);
}
.hover\:bg-green-800\/70:hover {
    background-color: rgba(6, 95, 70, 0.7);
}
.hover\:bg-green-800\/75:hover {
    background-color: rgba(6, 95, 70, 0.75);
}
.hover\:bg-green-800\/80:hover {
    background-color: rgba(6, 95, 70, 0.8);
}
.hover\:bg-green-800\/85:hover {
    background-color: rgba(6, 95, 70, 0.85);
}
.hover\:bg-green-800\/90:hover {
    background-color: rgba(6, 95, 70, 0.9);
}
.hover\:bg-green-800\/95:hover {
    background-color: rgba(6, 95, 70, 0.95);
}
.hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-900\/0:hover {
    background-color: rgba(6, 78, 59, 0);
}
.hover\:bg-green-900\/10:hover {
    background-color: rgba(6, 78, 59, 0.1);
}
.hover\:bg-green-900\/100:hover {
    background-color: #064e3b;
}
.hover\:bg-green-900\/15:hover {
    background-color: rgba(6, 78, 59, 0.15);
}
.hover\:bg-green-900\/20:hover {
    background-color: rgba(6, 78, 59, 0.2);
}
.hover\:bg-green-900\/25:hover {
    background-color: rgba(6, 78, 59, 0.25);
}
.hover\:bg-green-900\/30:hover {
    background-color: rgba(6, 78, 59, 0.3);
}
.hover\:bg-green-900\/35:hover {
    background-color: rgba(6, 78, 59, 0.35);
}
.hover\:bg-green-900\/40:hover {
    background-color: rgba(6, 78, 59, 0.4);
}
.hover\:bg-green-900\/45:hover {
    background-color: rgba(6, 78, 59, 0.45);
}
.hover\:bg-green-900\/5:hover {
    background-color: rgba(6, 78, 59, 0.05);
}
.hover\:bg-green-900\/50:hover {
    background-color: rgba(6, 78, 59, 0.5);
}
.hover\:bg-green-900\/55:hover {
    background-color: rgba(6, 78, 59, 0.55);
}
.hover\:bg-green-900\/60:hover {
    background-color: rgba(6, 78, 59, 0.6);
}
.hover\:bg-green-900\/65:hover {
    background-color: rgba(6, 78, 59, 0.65);
}
.hover\:bg-green-900\/70:hover {
    background-color: rgba(6, 78, 59, 0.7);
}
.hover\:bg-green-900\/75:hover {
    background-color: rgba(6, 78, 59, 0.75);
}
.hover\:bg-green-900\/80:hover {
    background-color: rgba(6, 78, 59, 0.8);
}
.hover\:bg-green-900\/85:hover {
    background-color: rgba(6, 78, 59, 0.85);
}
.hover\:bg-green-900\/90:hover {
    background-color: rgba(6, 78, 59, 0.9);
}
.hover\:bg-green-900\/95:hover {
    background-color: rgba(6, 78, 59, 0.95);
}
.hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-100\/0:hover {
    background-color: rgba(224, 231, 255, 0);
}
.hover\:bg-indigo-100\/10:hover {
    background-color: rgba(224, 231, 255, 0.1);
}
.hover\:bg-indigo-100\/100:hover {
    background-color: #e0e7ff;
}
.hover\:bg-indigo-100\/15:hover {
    background-color: rgba(224, 231, 255, 0.15);
}
.hover\:bg-indigo-100\/20:hover {
    background-color: rgba(224, 231, 255, 0.2);
}
.hover\:bg-indigo-100\/25:hover {
    background-color: rgba(224, 231, 255, 0.25);
}
.hover\:bg-indigo-100\/30:hover {
    background-color: rgba(224, 231, 255, 0.3);
}
.hover\:bg-indigo-100\/35:hover {
    background-color: rgba(224, 231, 255, 0.35);
}
.hover\:bg-indigo-100\/40:hover {
    background-color: rgba(224, 231, 255, 0.4);
}
.hover\:bg-indigo-100\/45:hover {
    background-color: rgba(224, 231, 255, 0.45);
}
.hover\:bg-indigo-100\/5:hover {
    background-color: rgba(224, 231, 255, 0.05);
}
.hover\:bg-indigo-100\/50:hover {
    background-color: rgba(224, 231, 255, 0.5);
}
.hover\:bg-indigo-100\/55:hover {
    background-color: rgba(224, 231, 255, 0.55);
}
.hover\:bg-indigo-100\/60:hover {
    background-color: rgba(224, 231, 255, 0.6);
}
.hover\:bg-indigo-100\/65:hover {
    background-color: rgba(224, 231, 255, 0.65);
}
.hover\:bg-indigo-100\/70:hover {
    background-color: rgba(224, 231, 255, 0.7);
}
.hover\:bg-indigo-100\/75:hover {
    background-color: rgba(224, 231, 255, 0.75);
}
.hover\:bg-indigo-100\/80:hover {
    background-color: rgba(224, 231, 255, 0.8);
}
.hover\:bg-indigo-100\/85:hover {
    background-color: rgba(224, 231, 255, 0.85);
}
.hover\:bg-indigo-100\/90:hover {
    background-color: rgba(224, 231, 255, 0.9);
}
.hover\:bg-indigo-100\/95:hover {
    background-color: rgba(224, 231, 255, 0.95);
}
.hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-200\/0:hover {
    background-color: rgba(199, 210, 254, 0);
}
.hover\:bg-indigo-200\/10:hover {
    background-color: rgba(199, 210, 254, 0.1);
}
.hover\:bg-indigo-200\/100:hover {
    background-color: #c7d2fe;
}
.hover\:bg-indigo-200\/15:hover {
    background-color: rgba(199, 210, 254, 0.15);
}
.hover\:bg-indigo-200\/20:hover {
    background-color: rgba(199, 210, 254, 0.2);
}
.hover\:bg-indigo-200\/25:hover {
    background-color: rgba(199, 210, 254, 0.25);
}
.hover\:bg-indigo-200\/30:hover {
    background-color: rgba(199, 210, 254, 0.3);
}
.hover\:bg-indigo-200\/35:hover {
    background-color: rgba(199, 210, 254, 0.35);
}
.hover\:bg-indigo-200\/40:hover {
    background-color: rgba(199, 210, 254, 0.4);
}
.hover\:bg-indigo-200\/45:hover {
    background-color: rgba(199, 210, 254, 0.45);
}
.hover\:bg-indigo-200\/5:hover {
    background-color: rgba(199, 210, 254, 0.05);
}
.hover\:bg-indigo-200\/50:hover {
    background-color: rgba(199, 210, 254, 0.5);
}
.hover\:bg-indigo-200\/55:hover {
    background-color: rgba(199, 210, 254, 0.55);
}
.hover\:bg-indigo-200\/60:hover {
    background-color: rgba(199, 210, 254, 0.6);
}
.hover\:bg-indigo-200\/65:hover {
    background-color: rgba(199, 210, 254, 0.65);
}
.hover\:bg-indigo-200\/70:hover {
    background-color: rgba(199, 210, 254, 0.7);
}
.hover\:bg-indigo-200\/75:hover {
    background-color: rgba(199, 210, 254, 0.75);
}
.hover\:bg-indigo-200\/80:hover {
    background-color: rgba(199, 210, 254, 0.8);
}
.hover\:bg-indigo-200\/85:hover {
    background-color: rgba(199, 210, 254, 0.85);
}
.hover\:bg-indigo-200\/90:hover {
    background-color: rgba(199, 210, 254, 0.9);
}
.hover\:bg-indigo-200\/95:hover {
    background-color: rgba(199, 210, 254, 0.95);
}
.hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-300\/0:hover {
    background-color: rgba(165, 180, 252, 0);
}
.hover\:bg-indigo-300\/10:hover {
    background-color: rgba(165, 180, 252, 0.1);
}
.hover\:bg-indigo-300\/100:hover {
    background-color: #a5b4fc;
}
.hover\:bg-indigo-300\/15:hover {
    background-color: rgba(165, 180, 252, 0.15);
}
.hover\:bg-indigo-300\/20:hover {
    background-color: rgba(165, 180, 252, 0.2);
}
.hover\:bg-indigo-300\/25:hover {
    background-color: rgba(165, 180, 252, 0.25);
}
.hover\:bg-indigo-300\/30:hover {
    background-color: rgba(165, 180, 252, 0.3);
}
.hover\:bg-indigo-300\/35:hover {
    background-color: rgba(165, 180, 252, 0.35);
}
.hover\:bg-indigo-300\/40:hover {
    background-color: rgba(165, 180, 252, 0.4);
}
.hover\:bg-indigo-300\/45:hover {
    background-color: rgba(165, 180, 252, 0.45);
}
.hover\:bg-indigo-300\/5:hover {
    background-color: rgba(165, 180, 252, 0.05);
}
.hover\:bg-indigo-300\/50:hover {
    background-color: rgba(165, 180, 252, 0.5);
}
.hover\:bg-indigo-300\/55:hover {
    background-color: rgba(165, 180, 252, 0.55);
}
.hover\:bg-indigo-300\/60:hover {
    background-color: rgba(165, 180, 252, 0.6);
}
.hover\:bg-indigo-300\/65:hover {
    background-color: rgba(165, 180, 252, 0.65);
}
.hover\:bg-indigo-300\/70:hover {
    background-color: rgba(165, 180, 252, 0.7);
}
.hover\:bg-indigo-300\/75:hover {
    background-color: rgba(165, 180, 252, 0.75);
}
.hover\:bg-indigo-300\/80:hover {
    background-color: rgba(165, 180, 252, 0.8);
}
.hover\:bg-indigo-300\/85:hover {
    background-color: rgba(165, 180, 252, 0.85);
}
.hover\:bg-indigo-300\/90:hover {
    background-color: rgba(165, 180, 252, 0.9);
}
.hover\:bg-indigo-300\/95:hover {
    background-color: rgba(165, 180, 252, 0.95);
}
.hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-400\/0:hover {
    background-color: rgba(129, 140, 248, 0);
}
.hover\:bg-indigo-400\/10:hover {
    background-color: rgba(129, 140, 248, 0.1);
}
.hover\:bg-indigo-400\/100:hover {
    background-color: #818cf8;
}
.hover\:bg-indigo-400\/15:hover {
    background-color: rgba(129, 140, 248, 0.15);
}
.hover\:bg-indigo-400\/20:hover {
    background-color: rgba(129, 140, 248, 0.2);
}
.hover\:bg-indigo-400\/25:hover {
    background-color: rgba(129, 140, 248, 0.25);
}
.hover\:bg-indigo-400\/30:hover {
    background-color: rgba(129, 140, 248, 0.3);
}
.hover\:bg-indigo-400\/35:hover {
    background-color: rgba(129, 140, 248, 0.35);
}
.hover\:bg-indigo-400\/40:hover {
    background-color: rgba(129, 140, 248, 0.4);
}
.hover\:bg-indigo-400\/45:hover {
    background-color: rgba(129, 140, 248, 0.45);
}
.hover\:bg-indigo-400\/5:hover {
    background-color: rgba(129, 140, 248, 0.05);
}
.hover\:bg-indigo-400\/50:hover {
    background-color: rgba(129, 140, 248, 0.5);
}
.hover\:bg-indigo-400\/55:hover {
    background-color: rgba(129, 140, 248, 0.55);
}
.hover\:bg-indigo-400\/60:hover {
    background-color: rgba(129, 140, 248, 0.6);
}
.hover\:bg-indigo-400\/65:hover {
    background-color: rgba(129, 140, 248, 0.65);
}
.hover\:bg-indigo-400\/70:hover {
    background-color: rgba(129, 140, 248, 0.7);
}
.hover\:bg-indigo-400\/75:hover {
    background-color: rgba(129, 140, 248, 0.75);
}
.hover\:bg-indigo-400\/80:hover {
    background-color: rgba(129, 140, 248, 0.8);
}
.hover\:bg-indigo-400\/85:hover {
    background-color: rgba(129, 140, 248, 0.85);
}
.hover\:bg-indigo-400\/90:hover {
    background-color: rgba(129, 140, 248, 0.9);
}
.hover\:bg-indigo-400\/95:hover {
    background-color: rgba(129, 140, 248, 0.95);
}
.hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-50\/0:hover {
    background-color: rgba(238, 242, 255, 0);
}
.hover\:bg-indigo-50\/10:hover {
    background-color: rgba(238, 242, 255, 0.1);
}
.hover\:bg-indigo-50\/100:hover {
    background-color: #eef2ff;
}
.hover\:bg-indigo-50\/15:hover {
    background-color: rgba(238, 242, 255, 0.15);
}
.hover\:bg-indigo-50\/20:hover {
    background-color: rgba(238, 242, 255, 0.2);
}
.hover\:bg-indigo-50\/25:hover {
    background-color: rgba(238, 242, 255, 0.25);
}
.hover\:bg-indigo-50\/30:hover {
    background-color: rgba(238, 242, 255, 0.3);
}
.hover\:bg-indigo-50\/35:hover {
    background-color: rgba(238, 242, 255, 0.35);
}
.hover\:bg-indigo-50\/40:hover {
    background-color: rgba(238, 242, 255, 0.4);
}
.hover\:bg-indigo-50\/45:hover {
    background-color: rgba(238, 242, 255, 0.45);
}
.hover\:bg-indigo-50\/5:hover {
    background-color: rgba(238, 242, 255, 0.05);
}
.hover\:bg-indigo-50\/50:hover {
    background-color: rgba(238, 242, 255, 0.5);
}
.hover\:bg-indigo-50\/55:hover {
    background-color: rgba(238, 242, 255, 0.55);
}
.hover\:bg-indigo-50\/60:hover {
    background-color: rgba(238, 242, 255, 0.6);
}
.hover\:bg-indigo-50\/65:hover {
    background-color: rgba(238, 242, 255, 0.65);
}
.hover\:bg-indigo-50\/70:hover {
    background-color: rgba(238, 242, 255, 0.7);
}
.hover\:bg-indigo-50\/75:hover {
    background-color: rgba(238, 242, 255, 0.75);
}
.hover\:bg-indigo-50\/80:hover {
    background-color: rgba(238, 242, 255, 0.8);
}
.hover\:bg-indigo-50\/85:hover {
    background-color: rgba(238, 242, 255, 0.85);
}
.hover\:bg-indigo-50\/90:hover {
    background-color: rgba(238, 242, 255, 0.9);
}
.hover\:bg-indigo-50\/95:hover {
    background-color: rgba(238, 242, 255, 0.95);
}
.hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-500\/0:hover {
    background-color: rgba(99, 102, 241, 0);
}
.hover\:bg-indigo-500\/10:hover {
    background-color: rgba(99, 102, 241, 0.1);
}
.hover\:bg-indigo-500\/100:hover {
    background-color: #6366f1;
}
.hover\:bg-indigo-500\/15:hover {
    background-color: rgba(99, 102, 241, 0.15);
}
.hover\:bg-indigo-500\/20:hover {
    background-color: rgba(99, 102, 241, 0.2);
}
.hover\:bg-indigo-500\/25:hover {
    background-color: rgba(99, 102, 241, 0.25);
}
.hover\:bg-indigo-500\/30:hover {
    background-color: rgba(99, 102, 241, 0.3);
}
.hover\:bg-indigo-500\/35:hover {
    background-color: rgba(99, 102, 241, 0.35);
}
.hover\:bg-indigo-500\/40:hover {
    background-color: rgba(99, 102, 241, 0.4);
}
.hover\:bg-indigo-500\/45:hover {
    background-color: rgba(99, 102, 241, 0.45);
}
.hover\:bg-indigo-500\/5:hover {
    background-color: rgba(99, 102, 241, 0.05);
}
.hover\:bg-indigo-500\/50:hover {
    background-color: rgba(99, 102, 241, 0.5);
}
.hover\:bg-indigo-500\/55:hover {
    background-color: rgba(99, 102, 241, 0.55);
}
.hover\:bg-indigo-500\/60:hover {
    background-color: rgba(99, 102, 241, 0.6);
}
.hover\:bg-indigo-500\/65:hover {
    background-color: rgba(99, 102, 241, 0.65);
}
.hover\:bg-indigo-500\/70:hover {
    background-color: rgba(99, 102, 241, 0.7);
}
.hover\:bg-indigo-500\/75:hover {
    background-color: rgba(99, 102, 241, 0.75);
}
.hover\:bg-indigo-500\/80:hover {
    background-color: rgba(99, 102, 241, 0.8);
}
.hover\:bg-indigo-500\/85:hover {
    background-color: rgba(99, 102, 241, 0.85);
}
.hover\:bg-indigo-500\/90:hover {
    background-color: rgba(99, 102, 241, 0.9);
}
.hover\:bg-indigo-500\/95:hover {
    background-color: rgba(99, 102, 241, 0.95);
}
.hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-600\/0:hover {
    background-color: rgba(79, 70, 229, 0);
}
.hover\:bg-indigo-600\/10:hover {
    background-color: rgba(79, 70, 229, 0.1);
}
.hover\:bg-indigo-600\/100:hover {
    background-color: #4f46e5;
}
.hover\:bg-indigo-600\/15:hover {
    background-color: rgba(79, 70, 229, 0.15);
}
.hover\:bg-indigo-600\/20:hover {
    background-color: rgba(79, 70, 229, 0.2);
}
.hover\:bg-indigo-600\/25:hover {
    background-color: rgba(79, 70, 229, 0.25);
}
.hover\:bg-indigo-600\/30:hover {
    background-color: rgba(79, 70, 229, 0.3);
}
.hover\:bg-indigo-600\/35:hover {
    background-color: rgba(79, 70, 229, 0.35);
}
.hover\:bg-indigo-600\/40:hover {
    background-color: rgba(79, 70, 229, 0.4);
}
.hover\:bg-indigo-600\/45:hover {
    background-color: rgba(79, 70, 229, 0.45);
}
.hover\:bg-indigo-600\/5:hover {
    background-color: rgba(79, 70, 229, 0.05);
}
.hover\:bg-indigo-600\/50:hover {
    background-color: rgba(79, 70, 229, 0.5);
}
.hover\:bg-indigo-600\/55:hover {
    background-color: rgba(79, 70, 229, 0.55);
}
.hover\:bg-indigo-600\/60:hover {
    background-color: rgba(79, 70, 229, 0.6);
}
.hover\:bg-indigo-600\/65:hover {
    background-color: rgba(79, 70, 229, 0.65);
}
.hover\:bg-indigo-600\/70:hover {
    background-color: rgba(79, 70, 229, 0.7);
}
.hover\:bg-indigo-600\/75:hover {
    background-color: rgba(79, 70, 229, 0.75);
}
.hover\:bg-indigo-600\/80:hover {
    background-color: rgba(79, 70, 229, 0.8);
}
.hover\:bg-indigo-600\/85:hover {
    background-color: rgba(79, 70, 229, 0.85);
}
.hover\:bg-indigo-600\/90:hover {
    background-color: rgba(79, 70, 229, 0.9);
}
.hover\:bg-indigo-600\/95:hover {
    background-color: rgba(79, 70, 229, 0.95);
}
.hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-700\/0:hover {
    background-color: rgba(67, 56, 202, 0);
}
.hover\:bg-indigo-700\/10:hover {
    background-color: rgba(67, 56, 202, 0.1);
}
.hover\:bg-indigo-700\/100:hover {
    background-color: #4338ca;
}
.hover\:bg-indigo-700\/15:hover {
    background-color: rgba(67, 56, 202, 0.15);
}
.hover\:bg-indigo-700\/20:hover {
    background-color: rgba(67, 56, 202, 0.2);
}
.hover\:bg-indigo-700\/25:hover {
    background-color: rgba(67, 56, 202, 0.25);
}
.hover\:bg-indigo-700\/30:hover {
    background-color: rgba(67, 56, 202, 0.3);
}
.hover\:bg-indigo-700\/35:hover {
    background-color: rgba(67, 56, 202, 0.35);
}
.hover\:bg-indigo-700\/40:hover {
    background-color: rgba(67, 56, 202, 0.4);
}
.hover\:bg-indigo-700\/45:hover {
    background-color: rgba(67, 56, 202, 0.45);
}
.hover\:bg-indigo-700\/5:hover {
    background-color: rgba(67, 56, 202, 0.05);
}
.hover\:bg-indigo-700\/50:hover {
    background-color: rgba(67, 56, 202, 0.5);
}
.hover\:bg-indigo-700\/55:hover {
    background-color: rgba(67, 56, 202, 0.55);
}
.hover\:bg-indigo-700\/60:hover {
    background-color: rgba(67, 56, 202, 0.6);
}
.hover\:bg-indigo-700\/65:hover {
    background-color: rgba(67, 56, 202, 0.65);
}
.hover\:bg-indigo-700\/70:hover {
    background-color: rgba(67, 56, 202, 0.7);
}
.hover\:bg-indigo-700\/75:hover {
    background-color: rgba(67, 56, 202, 0.75);
}
.hover\:bg-indigo-700\/80:hover {
    background-color: rgba(67, 56, 202, 0.8);
}
.hover\:bg-indigo-700\/85:hover {
    background-color: rgba(67, 56, 202, 0.85);
}
.hover\:bg-indigo-700\/90:hover {
    background-color: rgba(67, 56, 202, 0.9);
}
.hover\:bg-indigo-700\/95:hover {
    background-color: rgba(67, 56, 202, 0.95);
}
.hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-800\/0:hover {
    background-color: rgba(55, 48, 163, 0);
}
.hover\:bg-indigo-800\/10:hover {
    background-color: rgba(55, 48, 163, 0.1);
}
.hover\:bg-indigo-800\/100:hover {
    background-color: #3730a3;
}
.hover\:bg-indigo-800\/15:hover {
    background-color: rgba(55, 48, 163, 0.15);
}
.hover\:bg-indigo-800\/20:hover {
    background-color: rgba(55, 48, 163, 0.2);
}
.hover\:bg-indigo-800\/25:hover {
    background-color: rgba(55, 48, 163, 0.25);
}
.hover\:bg-indigo-800\/30:hover {
    background-color: rgba(55, 48, 163, 0.3);
}
.hover\:bg-indigo-800\/35:hover {
    background-color: rgba(55, 48, 163, 0.35);
}
.hover\:bg-indigo-800\/40:hover {
    background-color: rgba(55, 48, 163, 0.4);
}
.hover\:bg-indigo-800\/45:hover {
    background-color: rgba(55, 48, 163, 0.45);
}
.hover\:bg-indigo-800\/5:hover {
    background-color: rgba(55, 48, 163, 0.05);
}
.hover\:bg-indigo-800\/50:hover {
    background-color: rgba(55, 48, 163, 0.5);
}
.hover\:bg-indigo-800\/55:hover {
    background-color: rgba(55, 48, 163, 0.55);
}
.hover\:bg-indigo-800\/60:hover {
    background-color: rgba(55, 48, 163, 0.6);
}
.hover\:bg-indigo-800\/65:hover {
    background-color: rgba(55, 48, 163, 0.65);
}
.hover\:bg-indigo-800\/70:hover {
    background-color: rgba(55, 48, 163, 0.7);
}
.hover\:bg-indigo-800\/75:hover {
    background-color: rgba(55, 48, 163, 0.75);
}
.hover\:bg-indigo-800\/80:hover {
    background-color: rgba(55, 48, 163, 0.8);
}
.hover\:bg-indigo-800\/85:hover {
    background-color: rgba(55, 48, 163, 0.85);
}
.hover\:bg-indigo-800\/90:hover {
    background-color: rgba(55, 48, 163, 0.9);
}
.hover\:bg-indigo-800\/95:hover {
    background-color: rgba(55, 48, 163, 0.95);
}
.hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-900\/0:hover {
    background-color: rgba(49, 46, 129, 0);
}
.hover\:bg-indigo-900\/10:hover {
    background-color: rgba(49, 46, 129, 0.1);
}
.hover\:bg-indigo-900\/100:hover {
    background-color: #312e81;
}
.hover\:bg-indigo-900\/15:hover {
    background-color: rgba(49, 46, 129, 0.15);
}
.hover\:bg-indigo-900\/20:hover {
    background-color: rgba(49, 46, 129, 0.2);
}
.hover\:bg-indigo-900\/25:hover {
    background-color: rgba(49, 46, 129, 0.25);
}
.hover\:bg-indigo-900\/30:hover {
    background-color: rgba(49, 46, 129, 0.3);
}
.hover\:bg-indigo-900\/35:hover {
    background-color: rgba(49, 46, 129, 0.35);
}
.hover\:bg-indigo-900\/40:hover {
    background-color: rgba(49, 46, 129, 0.4);
}
.hover\:bg-indigo-900\/45:hover {
    background-color: rgba(49, 46, 129, 0.45);
}
.hover\:bg-indigo-900\/5:hover {
    background-color: rgba(49, 46, 129, 0.05);
}
.hover\:bg-indigo-900\/50:hover {
    background-color: rgba(49, 46, 129, 0.5);
}
.hover\:bg-indigo-900\/55:hover {
    background-color: rgba(49, 46, 129, 0.55);
}
.hover\:bg-indigo-900\/60:hover {
    background-color: rgba(49, 46, 129, 0.6);
}
.hover\:bg-indigo-900\/65:hover {
    background-color: rgba(49, 46, 129, 0.65);
}
.hover\:bg-indigo-900\/70:hover {
    background-color: rgba(49, 46, 129, 0.7);
}
.hover\:bg-indigo-900\/75:hover {
    background-color: rgba(49, 46, 129, 0.75);
}
.hover\:bg-indigo-900\/80:hover {
    background-color: rgba(49, 46, 129, 0.8);
}
.hover\:bg-indigo-900\/85:hover {
    background-color: rgba(49, 46, 129, 0.85);
}
.hover\:bg-indigo-900\/90:hover {
    background-color: rgba(49, 46, 129, 0.9);
}
.hover\:bg-indigo-900\/95:hover {
    background-color: rgba(49, 46, 129, 0.95);
}
.hover\:bg-info-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-itsme-sky:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(139 207 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-100\/0:hover {
    background-color: hsla(80, 89%, 89%, 0);
}
.hover\:bg-lime-100\/10:hover {
    background-color: hsla(80, 89%, 89%, 0.1);
}
.hover\:bg-lime-100\/100:hover {
    background-color: #ecfccb;
}
.hover\:bg-lime-100\/15:hover {
    background-color: hsla(80, 89%, 89%, 0.15);
}
.hover\:bg-lime-100\/20:hover {
    background-color: hsla(80, 89%, 89%, 0.2);
}
.hover\:bg-lime-100\/25:hover {
    background-color: hsla(80, 89%, 89%, 0.25);
}
.hover\:bg-lime-100\/30:hover {
    background-color: hsla(80, 89%, 89%, 0.3);
}
.hover\:bg-lime-100\/35:hover {
    background-color: hsla(80, 89%, 89%, 0.35);
}
.hover\:bg-lime-100\/40:hover {
    background-color: hsla(80, 89%, 89%, 0.4);
}
.hover\:bg-lime-100\/45:hover {
    background-color: hsla(80, 89%, 89%, 0.45);
}
.hover\:bg-lime-100\/5:hover {
    background-color: hsla(80, 89%, 89%, 0.05);
}
.hover\:bg-lime-100\/50:hover {
    background-color: hsla(80, 89%, 89%, 0.5);
}
.hover\:bg-lime-100\/55:hover {
    background-color: hsla(80, 89%, 89%, 0.55);
}
.hover\:bg-lime-100\/60:hover {
    background-color: hsla(80, 89%, 89%, 0.6);
}
.hover\:bg-lime-100\/65:hover {
    background-color: hsla(80, 89%, 89%, 0.65);
}
.hover\:bg-lime-100\/70:hover {
    background-color: hsla(80, 89%, 89%, 0.7);
}
.hover\:bg-lime-100\/75:hover {
    background-color: hsla(80, 89%, 89%, 0.75);
}
.hover\:bg-lime-100\/80:hover {
    background-color: hsla(80, 89%, 89%, 0.8);
}
.hover\:bg-lime-100\/85:hover {
    background-color: hsla(80, 89%, 89%, 0.85);
}
.hover\:bg-lime-100\/90:hover {
    background-color: hsla(80, 89%, 89%, 0.9);
}
.hover\:bg-lime-100\/95:hover {
    background-color: hsla(80, 89%, 89%, 0.95);
}
.hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-200\/0:hover {
    background-color: hsla(81, 88%, 80%, 0);
}
.hover\:bg-lime-200\/10:hover {
    background-color: hsla(81, 88%, 80%, 0.1);
}
.hover\:bg-lime-200\/100:hover {
    background-color: #d9f99d;
}
.hover\:bg-lime-200\/15:hover {
    background-color: hsla(81, 88%, 80%, 0.15);
}
.hover\:bg-lime-200\/20:hover {
    background-color: hsla(81, 88%, 80%, 0.2);
}
.hover\:bg-lime-200\/25:hover {
    background-color: hsla(81, 88%, 80%, 0.25);
}
.hover\:bg-lime-200\/30:hover {
    background-color: hsla(81, 88%, 80%, 0.3);
}
.hover\:bg-lime-200\/35:hover {
    background-color: hsla(81, 88%, 80%, 0.35);
}
.hover\:bg-lime-200\/40:hover {
    background-color: hsla(81, 88%, 80%, 0.4);
}
.hover\:bg-lime-200\/45:hover {
    background-color: hsla(81, 88%, 80%, 0.45);
}
.hover\:bg-lime-200\/5:hover {
    background-color: hsla(81, 88%, 80%, 0.05);
}
.hover\:bg-lime-200\/50:hover {
    background-color: hsla(81, 88%, 80%, 0.5);
}
.hover\:bg-lime-200\/55:hover {
    background-color: hsla(81, 88%, 80%, 0.55);
}
.hover\:bg-lime-200\/60:hover {
    background-color: hsla(81, 88%, 80%, 0.6);
}
.hover\:bg-lime-200\/65:hover {
    background-color: hsla(81, 88%, 80%, 0.65);
}
.hover\:bg-lime-200\/70:hover {
    background-color: hsla(81, 88%, 80%, 0.7);
}
.hover\:bg-lime-200\/75:hover {
    background-color: hsla(81, 88%, 80%, 0.75);
}
.hover\:bg-lime-200\/80:hover {
    background-color: hsla(81, 88%, 80%, 0.8);
}
.hover\:bg-lime-200\/85:hover {
    background-color: hsla(81, 88%, 80%, 0.85);
}
.hover\:bg-lime-200\/90:hover {
    background-color: hsla(81, 88%, 80%, 0.9);
}
.hover\:bg-lime-200\/95:hover {
    background-color: hsla(81, 88%, 80%, 0.95);
}
.hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-300\/0:hover {
    background-color: hsla(82, 85%, 67%, 0);
}
.hover\:bg-lime-300\/10:hover {
    background-color: hsla(82, 85%, 67%, 0.1);
}
.hover\:bg-lime-300\/100:hover {
    background-color: #bef264;
}
.hover\:bg-lime-300\/15:hover {
    background-color: hsla(82, 85%, 67%, 0.15);
}
.hover\:bg-lime-300\/20:hover {
    background-color: hsla(82, 85%, 67%, 0.2);
}
.hover\:bg-lime-300\/25:hover {
    background-color: hsla(82, 85%, 67%, 0.25);
}
.hover\:bg-lime-300\/30:hover {
    background-color: hsla(82, 85%, 67%, 0.3);
}
.hover\:bg-lime-300\/35:hover {
    background-color: hsla(82, 85%, 67%, 0.35);
}
.hover\:bg-lime-300\/40:hover {
    background-color: hsla(82, 85%, 67%, 0.4);
}
.hover\:bg-lime-300\/45:hover {
    background-color: hsla(82, 85%, 67%, 0.45);
}
.hover\:bg-lime-300\/5:hover {
    background-color: hsla(82, 85%, 67%, 0.05);
}
.hover\:bg-lime-300\/50:hover {
    background-color: hsla(82, 85%, 67%, 0.5);
}
.hover\:bg-lime-300\/55:hover {
    background-color: hsla(82, 85%, 67%, 0.55);
}
.hover\:bg-lime-300\/60:hover {
    background-color: hsla(82, 85%, 67%, 0.6);
}
.hover\:bg-lime-300\/65:hover {
    background-color: hsla(82, 85%, 67%, 0.65);
}
.hover\:bg-lime-300\/70:hover {
    background-color: hsla(82, 85%, 67%, 0.7);
}
.hover\:bg-lime-300\/75:hover {
    background-color: hsla(82, 85%, 67%, 0.75);
}
.hover\:bg-lime-300\/80:hover {
    background-color: hsla(82, 85%, 67%, 0.8);
}
.hover\:bg-lime-300\/85:hover {
    background-color: hsla(82, 85%, 67%, 0.85);
}
.hover\:bg-lime-300\/90:hover {
    background-color: hsla(82, 85%, 67%, 0.9);
}
.hover\:bg-lime-300\/95:hover {
    background-color: hsla(82, 85%, 67%, 0.95);
}
.hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-400\/0:hover {
    background-color: rgba(163, 230, 53, 0);
}
.hover\:bg-lime-400\/10:hover {
    background-color: rgba(163, 230, 53, 0.1);
}
.hover\:bg-lime-400\/100:hover {
    background-color: #a3e635;
}
.hover\:bg-lime-400\/15:hover {
    background-color: rgba(163, 230, 53, 0.15);
}
.hover\:bg-lime-400\/20:hover {
    background-color: rgba(163, 230, 53, 0.2);
}
.hover\:bg-lime-400\/25:hover {
    background-color: rgba(163, 230, 53, 0.25);
}
.hover\:bg-lime-400\/30:hover {
    background-color: rgba(163, 230, 53, 0.3);
}
.hover\:bg-lime-400\/35:hover {
    background-color: rgba(163, 230, 53, 0.35);
}
.hover\:bg-lime-400\/40:hover {
    background-color: rgba(163, 230, 53, 0.4);
}
.hover\:bg-lime-400\/45:hover {
    background-color: rgba(163, 230, 53, 0.45);
}
.hover\:bg-lime-400\/5:hover {
    background-color: rgba(163, 230, 53, 0.05);
}
.hover\:bg-lime-400\/50:hover {
    background-color: rgba(163, 230, 53, 0.5);
}
.hover\:bg-lime-400\/55:hover {
    background-color: rgba(163, 230, 53, 0.55);
}
.hover\:bg-lime-400\/60:hover {
    background-color: rgba(163, 230, 53, 0.6);
}
.hover\:bg-lime-400\/65:hover {
    background-color: rgba(163, 230, 53, 0.65);
}
.hover\:bg-lime-400\/70:hover {
    background-color: rgba(163, 230, 53, 0.7);
}
.hover\:bg-lime-400\/75:hover {
    background-color: rgba(163, 230, 53, 0.75);
}
.hover\:bg-lime-400\/80:hover {
    background-color: rgba(163, 230, 53, 0.8);
}
.hover\:bg-lime-400\/85:hover {
    background-color: rgba(163, 230, 53, 0.85);
}
.hover\:bg-lime-400\/90:hover {
    background-color: rgba(163, 230, 53, 0.9);
}
.hover\:bg-lime-400\/95:hover {
    background-color: rgba(163, 230, 53, 0.95);
}
.hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-50\/0:hover {
    background-color: hsla(78, 92%, 95%, 0);
}
.hover\:bg-lime-50\/10:hover {
    background-color: hsla(78, 92%, 95%, 0.1);
}
.hover\:bg-lime-50\/100:hover {
    background-color: #f7fee7;
}
.hover\:bg-lime-50\/15:hover {
    background-color: hsla(78, 92%, 95%, 0.15);
}
.hover\:bg-lime-50\/20:hover {
    background-color: hsla(78, 92%, 95%, 0.2);
}
.hover\:bg-lime-50\/25:hover {
    background-color: hsla(78, 92%, 95%, 0.25);
}
.hover\:bg-lime-50\/30:hover {
    background-color: hsla(78, 92%, 95%, 0.3);
}
.hover\:bg-lime-50\/35:hover {
    background-color: hsla(78, 92%, 95%, 0.35);
}
.hover\:bg-lime-50\/40:hover {
    background-color: hsla(78, 92%, 95%, 0.4);
}
.hover\:bg-lime-50\/45:hover {
    background-color: hsla(78, 92%, 95%, 0.45);
}
.hover\:bg-lime-50\/5:hover {
    background-color: hsla(78, 92%, 95%, 0.05);
}
.hover\:bg-lime-50\/50:hover {
    background-color: hsla(78, 92%, 95%, 0.5);
}
.hover\:bg-lime-50\/55:hover {
    background-color: hsla(78, 92%, 95%, 0.55);
}
.hover\:bg-lime-50\/60:hover {
    background-color: hsla(78, 92%, 95%, 0.6);
}
.hover\:bg-lime-50\/65:hover {
    background-color: hsla(78, 92%, 95%, 0.65);
}
.hover\:bg-lime-50\/70:hover {
    background-color: hsla(78, 92%, 95%, 0.7);
}
.hover\:bg-lime-50\/75:hover {
    background-color: hsla(78, 92%, 95%, 0.75);
}
.hover\:bg-lime-50\/80:hover {
    background-color: hsla(78, 92%, 95%, 0.8);
}
.hover\:bg-lime-50\/85:hover {
    background-color: hsla(78, 92%, 95%, 0.85);
}
.hover\:bg-lime-50\/90:hover {
    background-color: hsla(78, 92%, 95%, 0.9);
}
.hover\:bg-lime-50\/95:hover {
    background-color: hsla(78, 92%, 95%, 0.95);
}
.hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-500\/0:hover {
    background-color: rgba(132, 204, 22, 0);
}
.hover\:bg-lime-500\/10:hover {
    background-color: rgba(132, 204, 22, 0.1);
}
.hover\:bg-lime-500\/100:hover {
    background-color: #84cc16;
}
.hover\:bg-lime-500\/15:hover {
    background-color: rgba(132, 204, 22, 0.15);
}
.hover\:bg-lime-500\/20:hover {
    background-color: rgba(132, 204, 22, 0.2);
}
.hover\:bg-lime-500\/25:hover {
    background-color: rgba(132, 204, 22, 0.25);
}
.hover\:bg-lime-500\/30:hover {
    background-color: rgba(132, 204, 22, 0.3);
}
.hover\:bg-lime-500\/35:hover {
    background-color: rgba(132, 204, 22, 0.35);
}
.hover\:bg-lime-500\/40:hover {
    background-color: rgba(132, 204, 22, 0.4);
}
.hover\:bg-lime-500\/45:hover {
    background-color: rgba(132, 204, 22, 0.45);
}
.hover\:bg-lime-500\/5:hover {
    background-color: rgba(132, 204, 22, 0.05);
}
.hover\:bg-lime-500\/50:hover {
    background-color: rgba(132, 204, 22, 0.5);
}
.hover\:bg-lime-500\/55:hover {
    background-color: rgba(132, 204, 22, 0.55);
}
.hover\:bg-lime-500\/60:hover {
    background-color: rgba(132, 204, 22, 0.6);
}
.hover\:bg-lime-500\/65:hover {
    background-color: rgba(132, 204, 22, 0.65);
}
.hover\:bg-lime-500\/70:hover {
    background-color: rgba(132, 204, 22, 0.7);
}
.hover\:bg-lime-500\/75:hover {
    background-color: rgba(132, 204, 22, 0.75);
}
.hover\:bg-lime-500\/80:hover {
    background-color: rgba(132, 204, 22, 0.8);
}
.hover\:bg-lime-500\/85:hover {
    background-color: rgba(132, 204, 22, 0.85);
}
.hover\:bg-lime-500\/90:hover {
    background-color: rgba(132, 204, 22, 0.9);
}
.hover\:bg-lime-500\/95:hover {
    background-color: rgba(132, 204, 22, 0.95);
}
.hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-600\/0:hover {
    background-color: rgba(101, 163, 13, 0);
}
.hover\:bg-lime-600\/10:hover {
    background-color: rgba(101, 163, 13, 0.1);
}
.hover\:bg-lime-600\/100:hover {
    background-color: #65a30d;
}
.hover\:bg-lime-600\/15:hover {
    background-color: rgba(101, 163, 13, 0.15);
}
.hover\:bg-lime-600\/20:hover {
    background-color: rgba(101, 163, 13, 0.2);
}
.hover\:bg-lime-600\/25:hover {
    background-color: rgba(101, 163, 13, 0.25);
}
.hover\:bg-lime-600\/30:hover {
    background-color: rgba(101, 163, 13, 0.3);
}
.hover\:bg-lime-600\/35:hover {
    background-color: rgba(101, 163, 13, 0.35);
}
.hover\:bg-lime-600\/40:hover {
    background-color: rgba(101, 163, 13, 0.4);
}
.hover\:bg-lime-600\/45:hover {
    background-color: rgba(101, 163, 13, 0.45);
}
.hover\:bg-lime-600\/5:hover {
    background-color: rgba(101, 163, 13, 0.05);
}
.hover\:bg-lime-600\/50:hover {
    background-color: rgba(101, 163, 13, 0.5);
}
.hover\:bg-lime-600\/55:hover {
    background-color: rgba(101, 163, 13, 0.55);
}
.hover\:bg-lime-600\/60:hover {
    background-color: rgba(101, 163, 13, 0.6);
}
.hover\:bg-lime-600\/65:hover {
    background-color: rgba(101, 163, 13, 0.65);
}
.hover\:bg-lime-600\/70:hover {
    background-color: rgba(101, 163, 13, 0.7);
}
.hover\:bg-lime-600\/75:hover {
    background-color: rgba(101, 163, 13, 0.75);
}
.hover\:bg-lime-600\/80:hover {
    background-color: rgba(101, 163, 13, 0.8);
}
.hover\:bg-lime-600\/85:hover {
    background-color: rgba(101, 163, 13, 0.85);
}
.hover\:bg-lime-600\/90:hover {
    background-color: rgba(101, 163, 13, 0.9);
}
.hover\:bg-lime-600\/95:hover {
    background-color: rgba(101, 163, 13, 0.95);
}
.hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-700\/0:hover {
    background-color: rgba(77, 124, 15, 0);
}
.hover\:bg-lime-700\/10:hover {
    background-color: rgba(77, 124, 15, 0.1);
}
.hover\:bg-lime-700\/100:hover {
    background-color: #4d7c0f;
}
.hover\:bg-lime-700\/15:hover {
    background-color: rgba(77, 124, 15, 0.15);
}
.hover\:bg-lime-700\/20:hover {
    background-color: rgba(77, 124, 15, 0.2);
}
.hover\:bg-lime-700\/25:hover {
    background-color: rgba(77, 124, 15, 0.25);
}
.hover\:bg-lime-700\/30:hover {
    background-color: rgba(77, 124, 15, 0.3);
}
.hover\:bg-lime-700\/35:hover {
    background-color: rgba(77, 124, 15, 0.35);
}
.hover\:bg-lime-700\/40:hover {
    background-color: rgba(77, 124, 15, 0.4);
}
.hover\:bg-lime-700\/45:hover {
    background-color: rgba(77, 124, 15, 0.45);
}
.hover\:bg-lime-700\/5:hover {
    background-color: rgba(77, 124, 15, 0.05);
}
.hover\:bg-lime-700\/50:hover {
    background-color: rgba(77, 124, 15, 0.5);
}
.hover\:bg-lime-700\/55:hover {
    background-color: rgba(77, 124, 15, 0.55);
}
.hover\:bg-lime-700\/60:hover {
    background-color: rgba(77, 124, 15, 0.6);
}
.hover\:bg-lime-700\/65:hover {
    background-color: rgba(77, 124, 15, 0.65);
}
.hover\:bg-lime-700\/70:hover {
    background-color: rgba(77, 124, 15, 0.7);
}
.hover\:bg-lime-700\/75:hover {
    background-color: rgba(77, 124, 15, 0.75);
}
.hover\:bg-lime-700\/80:hover {
    background-color: rgba(77, 124, 15, 0.8);
}
.hover\:bg-lime-700\/85:hover {
    background-color: rgba(77, 124, 15, 0.85);
}
.hover\:bg-lime-700\/90:hover {
    background-color: rgba(77, 124, 15, 0.9);
}
.hover\:bg-lime-700\/95:hover {
    background-color: rgba(77, 124, 15, 0.95);
}
.hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-800\/0:hover {
    background-color: rgba(63, 98, 18, 0);
}
.hover\:bg-lime-800\/10:hover {
    background-color: rgba(63, 98, 18, 0.1);
}
.hover\:bg-lime-800\/100:hover {
    background-color: #3f6212;
}
.hover\:bg-lime-800\/15:hover {
    background-color: rgba(63, 98, 18, 0.15);
}
.hover\:bg-lime-800\/20:hover {
    background-color: rgba(63, 98, 18, 0.2);
}
.hover\:bg-lime-800\/25:hover {
    background-color: rgba(63, 98, 18, 0.25);
}
.hover\:bg-lime-800\/30:hover {
    background-color: rgba(63, 98, 18, 0.3);
}
.hover\:bg-lime-800\/35:hover {
    background-color: rgba(63, 98, 18, 0.35);
}
.hover\:bg-lime-800\/40:hover {
    background-color: rgba(63, 98, 18, 0.4);
}
.hover\:bg-lime-800\/45:hover {
    background-color: rgba(63, 98, 18, 0.45);
}
.hover\:bg-lime-800\/5:hover {
    background-color: rgba(63, 98, 18, 0.05);
}
.hover\:bg-lime-800\/50:hover {
    background-color: rgba(63, 98, 18, 0.5);
}
.hover\:bg-lime-800\/55:hover {
    background-color: rgba(63, 98, 18, 0.55);
}
.hover\:bg-lime-800\/60:hover {
    background-color: rgba(63, 98, 18, 0.6);
}
.hover\:bg-lime-800\/65:hover {
    background-color: rgba(63, 98, 18, 0.65);
}
.hover\:bg-lime-800\/70:hover {
    background-color: rgba(63, 98, 18, 0.7);
}
.hover\:bg-lime-800\/75:hover {
    background-color: rgba(63, 98, 18, 0.75);
}
.hover\:bg-lime-800\/80:hover {
    background-color: rgba(63, 98, 18, 0.8);
}
.hover\:bg-lime-800\/85:hover {
    background-color: rgba(63, 98, 18, 0.85);
}
.hover\:bg-lime-800\/90:hover {
    background-color: rgba(63, 98, 18, 0.9);
}
.hover\:bg-lime-800\/95:hover {
    background-color: rgba(63, 98, 18, 0.95);
}
.hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-900\/0:hover {
    background-color: rgba(54, 83, 20, 0);
}
.hover\:bg-lime-900\/10:hover {
    background-color: rgba(54, 83, 20, 0.1);
}
.hover\:bg-lime-900\/100:hover {
    background-color: #365314;
}
.hover\:bg-lime-900\/15:hover {
    background-color: rgba(54, 83, 20, 0.15);
}
.hover\:bg-lime-900\/20:hover {
    background-color: rgba(54, 83, 20, 0.2);
}
.hover\:bg-lime-900\/25:hover {
    background-color: rgba(54, 83, 20, 0.25);
}
.hover\:bg-lime-900\/30:hover {
    background-color: rgba(54, 83, 20, 0.3);
}
.hover\:bg-lime-900\/35:hover {
    background-color: rgba(54, 83, 20, 0.35);
}
.hover\:bg-lime-900\/40:hover {
    background-color: rgba(54, 83, 20, 0.4);
}
.hover\:bg-lime-900\/45:hover {
    background-color: rgba(54, 83, 20, 0.45);
}
.hover\:bg-lime-900\/5:hover {
    background-color: rgba(54, 83, 20, 0.05);
}
.hover\:bg-lime-900\/50:hover {
    background-color: rgba(54, 83, 20, 0.5);
}
.hover\:bg-lime-900\/55:hover {
    background-color: rgba(54, 83, 20, 0.55);
}
.hover\:bg-lime-900\/60:hover {
    background-color: rgba(54, 83, 20, 0.6);
}
.hover\:bg-lime-900\/65:hover {
    background-color: rgba(54, 83, 20, 0.65);
}
.hover\:bg-lime-900\/70:hover {
    background-color: rgba(54, 83, 20, 0.7);
}
.hover\:bg-lime-900\/75:hover {
    background-color: rgba(54, 83, 20, 0.75);
}
.hover\:bg-lime-900\/80:hover {
    background-color: rgba(54, 83, 20, 0.8);
}
.hover\:bg-lime-900\/85:hover {
    background-color: rgba(54, 83, 20, 0.85);
}
.hover\:bg-lime-900\/90:hover {
    background-color: rgba(54, 83, 20, 0.9);
}
.hover\:bg-lime-900\/95:hover {
    background-color: rgba(54, 83, 20, 0.95);
}
.hover\:bg-negative-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-100\/0:hover {
    background-color: hsla(0, 0%, 96%, 0);
}
.hover\:bg-neutral-100\/10:hover {
    background-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:bg-neutral-100\/100:hover {
    background-color: #f5f5f5;
}
.hover\:bg-neutral-100\/15:hover {
    background-color: hsla(0, 0%, 96%, 0.15);
}
.hover\:bg-neutral-100\/20:hover {
    background-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:bg-neutral-100\/25:hover {
    background-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:bg-neutral-100\/30:hover {
    background-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:bg-neutral-100\/35:hover {
    background-color: hsla(0, 0%, 96%, 0.35);
}
.hover\:bg-neutral-100\/40:hover {
    background-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:bg-neutral-100\/45:hover {
    background-color: hsla(0, 0%, 96%, 0.45);
}
.hover\:bg-neutral-100\/5:hover {
    background-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:bg-neutral-100\/50:hover {
    background-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:bg-neutral-100\/55:hover {
    background-color: hsla(0, 0%, 96%, 0.55);
}
.hover\:bg-neutral-100\/60:hover {
    background-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:bg-neutral-100\/65:hover {
    background-color: hsla(0, 0%, 96%, 0.65);
}
.hover\:bg-neutral-100\/70:hover {
    background-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:bg-neutral-100\/75:hover {
    background-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:bg-neutral-100\/80:hover {
    background-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:bg-neutral-100\/85:hover {
    background-color: hsla(0, 0%, 96%, 0.85);
}
.hover\:bg-neutral-100\/90:hover {
    background-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:bg-neutral-100\/95:hover {
    background-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-200\/0:hover {
    background-color: hsla(0, 0%, 90%, 0);
}
.hover\:bg-neutral-200\/10:hover {
    background-color: hsla(0, 0%, 90%, 0.1);
}
.hover\:bg-neutral-200\/100:hover {
    background-color: #e5e5e5;
}
.hover\:bg-neutral-200\/15:hover {
    background-color: hsla(0, 0%, 90%, 0.15);
}
.hover\:bg-neutral-200\/20:hover {
    background-color: hsla(0, 0%, 90%, 0.2);
}
.hover\:bg-neutral-200\/25:hover {
    background-color: hsla(0, 0%, 90%, 0.25);
}
.hover\:bg-neutral-200\/30:hover {
    background-color: hsla(0, 0%, 90%, 0.3);
}
.hover\:bg-neutral-200\/35:hover {
    background-color: hsla(0, 0%, 90%, 0.35);
}
.hover\:bg-neutral-200\/40:hover {
    background-color: hsla(0, 0%, 90%, 0.4);
}
.hover\:bg-neutral-200\/45:hover {
    background-color: hsla(0, 0%, 90%, 0.45);
}
.hover\:bg-neutral-200\/5:hover {
    background-color: hsla(0, 0%, 90%, 0.05);
}
.hover\:bg-neutral-200\/50:hover {
    background-color: hsla(0, 0%, 90%, 0.5);
}
.hover\:bg-neutral-200\/55:hover {
    background-color: hsla(0, 0%, 90%, 0.55);
}
.hover\:bg-neutral-200\/60:hover {
    background-color: hsla(0, 0%, 90%, 0.6);
}
.hover\:bg-neutral-200\/65:hover {
    background-color: hsla(0, 0%, 90%, 0.65);
}
.hover\:bg-neutral-200\/70:hover {
    background-color: hsla(0, 0%, 90%, 0.7);
}
.hover\:bg-neutral-200\/75:hover {
    background-color: hsla(0, 0%, 90%, 0.75);
}
.hover\:bg-neutral-200\/80:hover {
    background-color: hsla(0, 0%, 90%, 0.8);
}
.hover\:bg-neutral-200\/85:hover {
    background-color: hsla(0, 0%, 90%, 0.85);
}
.hover\:bg-neutral-200\/90:hover {
    background-color: hsla(0, 0%, 90%, 0.9);
}
.hover\:bg-neutral-200\/95:hover {
    background-color: hsla(0, 0%, 90%, 0.95);
}
.hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-300\/0:hover {
    background-color: hsla(0, 0%, 83%, 0);
}
.hover\:bg-neutral-300\/10:hover {
    background-color: hsla(0, 0%, 83%, 0.1);
}
.hover\:bg-neutral-300\/100:hover {
    background-color: #d4d4d4;
}
.hover\:bg-neutral-300\/15:hover {
    background-color: hsla(0, 0%, 83%, 0.15);
}
.hover\:bg-neutral-300\/20:hover {
    background-color: hsla(0, 0%, 83%, 0.2);
}
.hover\:bg-neutral-300\/25:hover {
    background-color: hsla(0, 0%, 83%, 0.25);
}
.hover\:bg-neutral-300\/30:hover {
    background-color: hsla(0, 0%, 83%, 0.3);
}
.hover\:bg-neutral-300\/35:hover {
    background-color: hsla(0, 0%, 83%, 0.35);
}
.hover\:bg-neutral-300\/40:hover {
    background-color: hsla(0, 0%, 83%, 0.4);
}
.hover\:bg-neutral-300\/45:hover {
    background-color: hsla(0, 0%, 83%, 0.45);
}
.hover\:bg-neutral-300\/5:hover {
    background-color: hsla(0, 0%, 83%, 0.05);
}
.hover\:bg-neutral-300\/50:hover {
    background-color: hsla(0, 0%, 83%, 0.5);
}
.hover\:bg-neutral-300\/55:hover {
    background-color: hsla(0, 0%, 83%, 0.55);
}
.hover\:bg-neutral-300\/60:hover {
    background-color: hsla(0, 0%, 83%, 0.6);
}
.hover\:bg-neutral-300\/65:hover {
    background-color: hsla(0, 0%, 83%, 0.65);
}
.hover\:bg-neutral-300\/70:hover {
    background-color: hsla(0, 0%, 83%, 0.7);
}
.hover\:bg-neutral-300\/75:hover {
    background-color: hsla(0, 0%, 83%, 0.75);
}
.hover\:bg-neutral-300\/80:hover {
    background-color: hsla(0, 0%, 83%, 0.8);
}
.hover\:bg-neutral-300\/85:hover {
    background-color: hsla(0, 0%, 83%, 0.85);
}
.hover\:bg-neutral-300\/90:hover {
    background-color: hsla(0, 0%, 83%, 0.9);
}
.hover\:bg-neutral-300\/95:hover {
    background-color: hsla(0, 0%, 83%, 0.95);
}
.hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-400\/0:hover {
    background-color: hsla(0, 0%, 64%, 0);
}
.hover\:bg-neutral-400\/10:hover {
    background-color: hsla(0, 0%, 64%, 0.1);
}
.hover\:bg-neutral-400\/100:hover {
    background-color: #a3a3a3;
}
.hover\:bg-neutral-400\/15:hover {
    background-color: hsla(0, 0%, 64%, 0.15);
}
.hover\:bg-neutral-400\/20:hover {
    background-color: hsla(0, 0%, 64%, 0.2);
}
.hover\:bg-neutral-400\/25:hover {
    background-color: hsla(0, 0%, 64%, 0.25);
}
.hover\:bg-neutral-400\/30:hover {
    background-color: hsla(0, 0%, 64%, 0.3);
}
.hover\:bg-neutral-400\/35:hover {
    background-color: hsla(0, 0%, 64%, 0.35);
}
.hover\:bg-neutral-400\/40:hover {
    background-color: hsla(0, 0%, 64%, 0.4);
}
.hover\:bg-neutral-400\/45:hover {
    background-color: hsla(0, 0%, 64%, 0.45);
}
.hover\:bg-neutral-400\/5:hover {
    background-color: hsla(0, 0%, 64%, 0.05);
}
.hover\:bg-neutral-400\/50:hover {
    background-color: hsla(0, 0%, 64%, 0.5);
}
.hover\:bg-neutral-400\/55:hover {
    background-color: hsla(0, 0%, 64%, 0.55);
}
.hover\:bg-neutral-400\/60:hover {
    background-color: hsla(0, 0%, 64%, 0.6);
}
.hover\:bg-neutral-400\/65:hover {
    background-color: hsla(0, 0%, 64%, 0.65);
}
.hover\:bg-neutral-400\/70:hover {
    background-color: hsla(0, 0%, 64%, 0.7);
}
.hover\:bg-neutral-400\/75:hover {
    background-color: hsla(0, 0%, 64%, 0.75);
}
.hover\:bg-neutral-400\/80:hover {
    background-color: hsla(0, 0%, 64%, 0.8);
}
.hover\:bg-neutral-400\/85:hover {
    background-color: hsla(0, 0%, 64%, 0.85);
}
.hover\:bg-neutral-400\/90:hover {
    background-color: hsla(0, 0%, 64%, 0.9);
}
.hover\:bg-neutral-400\/95:hover {
    background-color: hsla(0, 0%, 64%, 0.95);
}
.hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-50\/0:hover {
    background-color: hsla(0, 0%, 98%, 0);
}
.hover\:bg-neutral-50\/10:hover {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:bg-neutral-50\/100:hover {
    background-color: #fafafa;
}
.hover\:bg-neutral-50\/15:hover {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:bg-neutral-50\/20:hover {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:bg-neutral-50\/25:hover {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:bg-neutral-50\/30:hover {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:bg-neutral-50\/35:hover {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:bg-neutral-50\/40:hover {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:bg-neutral-50\/45:hover {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:bg-neutral-50\/5:hover {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:bg-neutral-50\/50:hover {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:bg-neutral-50\/55:hover {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:bg-neutral-50\/60:hover {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:bg-neutral-50\/65:hover {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:bg-neutral-50\/70:hover {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:bg-neutral-50\/75:hover {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:bg-neutral-50\/80:hover {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:bg-neutral-50\/85:hover {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:bg-neutral-50\/90:hover {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:bg-neutral-50\/95:hover {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-500\/0:hover {
    background-color: hsla(0, 0%, 45%, 0);
}
.hover\:bg-neutral-500\/10:hover {
    background-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:bg-neutral-500\/100:hover {
    background-color: #737373;
}
.hover\:bg-neutral-500\/15:hover {
    background-color: hsla(0, 0%, 45%, 0.15);
}
.hover\:bg-neutral-500\/20:hover {
    background-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:bg-neutral-500\/25:hover {
    background-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:bg-neutral-500\/30:hover {
    background-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:bg-neutral-500\/35:hover {
    background-color: hsla(0, 0%, 45%, 0.35);
}
.hover\:bg-neutral-500\/40:hover {
    background-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:bg-neutral-500\/45:hover {
    background-color: hsla(0, 0%, 45%, 0.45);
}
.hover\:bg-neutral-500\/5:hover {
    background-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:bg-neutral-500\/50:hover {
    background-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:bg-neutral-500\/55:hover {
    background-color: hsla(0, 0%, 45%, 0.55);
}
.hover\:bg-neutral-500\/60:hover {
    background-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:bg-neutral-500\/65:hover {
    background-color: hsla(0, 0%, 45%, 0.65);
}
.hover\:bg-neutral-500\/70:hover {
    background-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:bg-neutral-500\/75:hover {
    background-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:bg-neutral-500\/80:hover {
    background-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:bg-neutral-500\/85:hover {
    background-color: hsla(0, 0%, 45%, 0.85);
}
.hover\:bg-neutral-500\/90:hover {
    background-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:bg-neutral-500\/95:hover {
    background-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-600\/0:hover {
    background-color: rgba(82, 82, 82, 0);
}
.hover\:bg-neutral-600\/10:hover {
    background-color: rgba(82, 82, 82, 0.1);
}
.hover\:bg-neutral-600\/100:hover {
    background-color: #525252;
}
.hover\:bg-neutral-600\/15:hover {
    background-color: rgba(82, 82, 82, 0.15);
}
.hover\:bg-neutral-600\/20:hover {
    background-color: rgba(82, 82, 82, 0.2);
}
.hover\:bg-neutral-600\/25:hover {
    background-color: rgba(82, 82, 82, 0.25);
}
.hover\:bg-neutral-600\/30:hover {
    background-color: rgba(82, 82, 82, 0.3);
}
.hover\:bg-neutral-600\/35:hover {
    background-color: rgba(82, 82, 82, 0.35);
}
.hover\:bg-neutral-600\/40:hover {
    background-color: rgba(82, 82, 82, 0.4);
}
.hover\:bg-neutral-600\/45:hover {
    background-color: rgba(82, 82, 82, 0.45);
}
.hover\:bg-neutral-600\/5:hover {
    background-color: rgba(82, 82, 82, 0.05);
}
.hover\:bg-neutral-600\/50:hover {
    background-color: rgba(82, 82, 82, 0.5);
}
.hover\:bg-neutral-600\/55:hover {
    background-color: rgba(82, 82, 82, 0.55);
}
.hover\:bg-neutral-600\/60:hover {
    background-color: rgba(82, 82, 82, 0.6);
}
.hover\:bg-neutral-600\/65:hover {
    background-color: rgba(82, 82, 82, 0.65);
}
.hover\:bg-neutral-600\/70:hover {
    background-color: rgba(82, 82, 82, 0.7);
}
.hover\:bg-neutral-600\/75:hover {
    background-color: rgba(82, 82, 82, 0.75);
}
.hover\:bg-neutral-600\/80:hover {
    background-color: rgba(82, 82, 82, 0.8);
}
.hover\:bg-neutral-600\/85:hover {
    background-color: rgba(82, 82, 82, 0.85);
}
.hover\:bg-neutral-600\/90:hover {
    background-color: rgba(82, 82, 82, 0.9);
}
.hover\:bg-neutral-600\/95:hover {
    background-color: rgba(82, 82, 82, 0.95);
}
.hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-700\/0:hover {
    background-color: rgba(64, 64, 64, 0);
}
.hover\:bg-neutral-700\/10:hover {
    background-color: rgba(64, 64, 64, 0.1);
}
.hover\:bg-neutral-700\/100:hover {
    background-color: #404040;
}
.hover\:bg-neutral-700\/15:hover {
    background-color: rgba(64, 64, 64, 0.15);
}
.hover\:bg-neutral-700\/20:hover {
    background-color: rgba(64, 64, 64, 0.2);
}
.hover\:bg-neutral-700\/25:hover {
    background-color: rgba(64, 64, 64, 0.25);
}
.hover\:bg-neutral-700\/30:hover {
    background-color: rgba(64, 64, 64, 0.3);
}
.hover\:bg-neutral-700\/35:hover {
    background-color: rgba(64, 64, 64, 0.35);
}
.hover\:bg-neutral-700\/40:hover {
    background-color: rgba(64, 64, 64, 0.4);
}
.hover\:bg-neutral-700\/45:hover {
    background-color: rgba(64, 64, 64, 0.45);
}
.hover\:bg-neutral-700\/5:hover {
    background-color: rgba(64, 64, 64, 0.05);
}
.hover\:bg-neutral-700\/50:hover {
    background-color: rgba(64, 64, 64, 0.5);
}
.hover\:bg-neutral-700\/55:hover {
    background-color: rgba(64, 64, 64, 0.55);
}
.hover\:bg-neutral-700\/60:hover {
    background-color: rgba(64, 64, 64, 0.6);
}
.hover\:bg-neutral-700\/65:hover {
    background-color: rgba(64, 64, 64, 0.65);
}
.hover\:bg-neutral-700\/70:hover {
    background-color: rgba(64, 64, 64, 0.7);
}
.hover\:bg-neutral-700\/75:hover {
    background-color: rgba(64, 64, 64, 0.75);
}
.hover\:bg-neutral-700\/80:hover {
    background-color: rgba(64, 64, 64, 0.8);
}
.hover\:bg-neutral-700\/85:hover {
    background-color: rgba(64, 64, 64, 0.85);
}
.hover\:bg-neutral-700\/90:hover {
    background-color: rgba(64, 64, 64, 0.9);
}
.hover\:bg-neutral-700\/95:hover {
    background-color: rgba(64, 64, 64, 0.95);
}
.hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-800\/0:hover {
    background-color: rgba(38, 38, 38, 0);
}
.hover\:bg-neutral-800\/10:hover {
    background-color: rgba(38, 38, 38, 0.1);
}
.hover\:bg-neutral-800\/100:hover {
    background-color: #262626;
}
.hover\:bg-neutral-800\/15:hover {
    background-color: rgba(38, 38, 38, 0.15);
}
.hover\:bg-neutral-800\/20:hover {
    background-color: rgba(38, 38, 38, 0.2);
}
.hover\:bg-neutral-800\/25:hover {
    background-color: rgba(38, 38, 38, 0.25);
}
.hover\:bg-neutral-800\/30:hover {
    background-color: rgba(38, 38, 38, 0.3);
}
.hover\:bg-neutral-800\/35:hover {
    background-color: rgba(38, 38, 38, 0.35);
}
.hover\:bg-neutral-800\/40:hover {
    background-color: rgba(38, 38, 38, 0.4);
}
.hover\:bg-neutral-800\/45:hover {
    background-color: rgba(38, 38, 38, 0.45);
}
.hover\:bg-neutral-800\/5:hover {
    background-color: rgba(38, 38, 38, 0.05);
}
.hover\:bg-neutral-800\/50:hover {
    background-color: rgba(38, 38, 38, 0.5);
}
.hover\:bg-neutral-800\/55:hover {
    background-color: rgba(38, 38, 38, 0.55);
}
.hover\:bg-neutral-800\/60:hover {
    background-color: rgba(38, 38, 38, 0.6);
}
.hover\:bg-neutral-800\/65:hover {
    background-color: rgba(38, 38, 38, 0.65);
}
.hover\:bg-neutral-800\/70:hover {
    background-color: rgba(38, 38, 38, 0.7);
}
.hover\:bg-neutral-800\/75:hover {
    background-color: rgba(38, 38, 38, 0.75);
}
.hover\:bg-neutral-800\/80:hover {
    background-color: rgba(38, 38, 38, 0.8);
}
.hover\:bg-neutral-800\/85:hover {
    background-color: rgba(38, 38, 38, 0.85);
}
.hover\:bg-neutral-800\/90:hover {
    background-color: rgba(38, 38, 38, 0.9);
}
.hover\:bg-neutral-800\/95:hover {
    background-color: rgba(38, 38, 38, 0.95);
}
.hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-900\/0:hover {
    background-color: hsla(0, 0%, 9%, 0);
}
.hover\:bg-neutral-900\/10:hover {
    background-color: hsla(0, 0%, 9%, 0.1);
}
.hover\:bg-neutral-900\/100:hover {
    background-color: #171717;
}
.hover\:bg-neutral-900\/15:hover {
    background-color: hsla(0, 0%, 9%, 0.15);
}
.hover\:bg-neutral-900\/20:hover {
    background-color: hsla(0, 0%, 9%, 0.2);
}
.hover\:bg-neutral-900\/25:hover {
    background-color: hsla(0, 0%, 9%, 0.25);
}
.hover\:bg-neutral-900\/30:hover {
    background-color: hsla(0, 0%, 9%, 0.3);
}
.hover\:bg-neutral-900\/35:hover {
    background-color: hsla(0, 0%, 9%, 0.35);
}
.hover\:bg-neutral-900\/40:hover {
    background-color: hsla(0, 0%, 9%, 0.4);
}
.hover\:bg-neutral-900\/45:hover {
    background-color: hsla(0, 0%, 9%, 0.45);
}
.hover\:bg-neutral-900\/5:hover {
    background-color: hsla(0, 0%, 9%, 0.05);
}
.hover\:bg-neutral-900\/50:hover {
    background-color: hsla(0, 0%, 9%, 0.5);
}
.hover\:bg-neutral-900\/55:hover {
    background-color: hsla(0, 0%, 9%, 0.55);
}
.hover\:bg-neutral-900\/60:hover {
    background-color: hsla(0, 0%, 9%, 0.6);
}
.hover\:bg-neutral-900\/65:hover {
    background-color: hsla(0, 0%, 9%, 0.65);
}
.hover\:bg-neutral-900\/70:hover {
    background-color: hsla(0, 0%, 9%, 0.7);
}
.hover\:bg-neutral-900\/75:hover {
    background-color: hsla(0, 0%, 9%, 0.75);
}
.hover\:bg-neutral-900\/80:hover {
    background-color: hsla(0, 0%, 9%, 0.8);
}
.hover\:bg-neutral-900\/85:hover {
    background-color: hsla(0, 0%, 9%, 0.85);
}
.hover\:bg-neutral-900\/90:hover {
    background-color: hsla(0, 0%, 9%, 0.9);
}
.hover\:bg-neutral-900\/95:hover {
    background-color: hsla(0, 0%, 9%, 0.95);
}
.hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-100\/0:hover {
    background-color: rgba(255, 237, 213, 0);
}
.hover\:bg-orange-100\/10:hover {
    background-color: rgba(255, 237, 213, 0.1);
}
.hover\:bg-orange-100\/100:hover {
    background-color: #ffedd5;
}
.hover\:bg-orange-100\/15:hover {
    background-color: rgba(255, 237, 213, 0.15);
}
.hover\:bg-orange-100\/20:hover {
    background-color: rgba(255, 237, 213, 0.2);
}
.hover\:bg-orange-100\/25:hover {
    background-color: rgba(255, 237, 213, 0.25);
}
.hover\:bg-orange-100\/30:hover {
    background-color: rgba(255, 237, 213, 0.3);
}
.hover\:bg-orange-100\/35:hover {
    background-color: rgba(255, 237, 213, 0.35);
}
.hover\:bg-orange-100\/40:hover {
    background-color: rgba(255, 237, 213, 0.4);
}
.hover\:bg-orange-100\/45:hover {
    background-color: rgba(255, 237, 213, 0.45);
}
.hover\:bg-orange-100\/5:hover {
    background-color: rgba(255, 237, 213, 0.05);
}
.hover\:bg-orange-100\/50:hover {
    background-color: rgba(255, 237, 213, 0.5);
}
.hover\:bg-orange-100\/55:hover {
    background-color: rgba(255, 237, 213, 0.55);
}
.hover\:bg-orange-100\/60:hover {
    background-color: rgba(255, 237, 213, 0.6);
}
.hover\:bg-orange-100\/65:hover {
    background-color: rgba(255, 237, 213, 0.65);
}
.hover\:bg-orange-100\/70:hover {
    background-color: rgba(255, 237, 213, 0.7);
}
.hover\:bg-orange-100\/75:hover {
    background-color: rgba(255, 237, 213, 0.75);
}
.hover\:bg-orange-100\/80:hover {
    background-color: rgba(255, 237, 213, 0.8);
}
.hover\:bg-orange-100\/85:hover {
    background-color: rgba(255, 237, 213, 0.85);
}
.hover\:bg-orange-100\/90:hover {
    background-color: rgba(255, 237, 213, 0.9);
}
.hover\:bg-orange-100\/95:hover {
    background-color: rgba(255, 237, 213, 0.95);
}
.hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-200\/0:hover {
    background-color: hsla(32, 98%, 83%, 0);
}
.hover\:bg-orange-200\/10:hover {
    background-color: hsla(32, 98%, 83%, 0.1);
}
.hover\:bg-orange-200\/100:hover {
    background-color: #fed7aa;
}
.hover\:bg-orange-200\/15:hover {
    background-color: hsla(32, 98%, 83%, 0.15);
}
.hover\:bg-orange-200\/20:hover {
    background-color: hsla(32, 98%, 83%, 0.2);
}
.hover\:bg-orange-200\/25:hover {
    background-color: hsla(32, 98%, 83%, 0.25);
}
.hover\:bg-orange-200\/30:hover {
    background-color: hsla(32, 98%, 83%, 0.3);
}
.hover\:bg-orange-200\/35:hover {
    background-color: hsla(32, 98%, 83%, 0.35);
}
.hover\:bg-orange-200\/40:hover {
    background-color: hsla(32, 98%, 83%, 0.4);
}
.hover\:bg-orange-200\/45:hover {
    background-color: hsla(32, 98%, 83%, 0.45);
}
.hover\:bg-orange-200\/5:hover {
    background-color: hsla(32, 98%, 83%, 0.05);
}
.hover\:bg-orange-200\/50:hover {
    background-color: hsla(32, 98%, 83%, 0.5);
}
.hover\:bg-orange-200\/55:hover {
    background-color: hsla(32, 98%, 83%, 0.55);
}
.hover\:bg-orange-200\/60:hover {
    background-color: hsla(32, 98%, 83%, 0.6);
}
.hover\:bg-orange-200\/65:hover {
    background-color: hsla(32, 98%, 83%, 0.65);
}
.hover\:bg-orange-200\/70:hover {
    background-color: hsla(32, 98%, 83%, 0.7);
}
.hover\:bg-orange-200\/75:hover {
    background-color: hsla(32, 98%, 83%, 0.75);
}
.hover\:bg-orange-200\/80:hover {
    background-color: hsla(32, 98%, 83%, 0.8);
}
.hover\:bg-orange-200\/85:hover {
    background-color: hsla(32, 98%, 83%, 0.85);
}
.hover\:bg-orange-200\/90:hover {
    background-color: hsla(32, 98%, 83%, 0.9);
}
.hover\:bg-orange-200\/95:hover {
    background-color: hsla(32, 98%, 83%, 0.95);
}
.hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-300\/0:hover {
    background-color: hsla(31, 97%, 72%, 0);
}
.hover\:bg-orange-300\/10:hover {
    background-color: hsla(31, 97%, 72%, 0.1);
}
.hover\:bg-orange-300\/100:hover {
    background-color: #fdba74;
}
.hover\:bg-orange-300\/15:hover {
    background-color: hsla(31, 97%, 72%, 0.15);
}
.hover\:bg-orange-300\/20:hover {
    background-color: hsla(31, 97%, 72%, 0.2);
}
.hover\:bg-orange-300\/25:hover {
    background-color: hsla(31, 97%, 72%, 0.25);
}
.hover\:bg-orange-300\/30:hover {
    background-color: hsla(31, 97%, 72%, 0.3);
}
.hover\:bg-orange-300\/35:hover {
    background-color: hsla(31, 97%, 72%, 0.35);
}
.hover\:bg-orange-300\/40:hover {
    background-color: hsla(31, 97%, 72%, 0.4);
}
.hover\:bg-orange-300\/45:hover {
    background-color: hsla(31, 97%, 72%, 0.45);
}
.hover\:bg-orange-300\/5:hover {
    background-color: hsla(31, 97%, 72%, 0.05);
}
.hover\:bg-orange-300\/50:hover {
    background-color: hsla(31, 97%, 72%, 0.5);
}
.hover\:bg-orange-300\/55:hover {
    background-color: hsla(31, 97%, 72%, 0.55);
}
.hover\:bg-orange-300\/60:hover {
    background-color: hsla(31, 97%, 72%, 0.6);
}
.hover\:bg-orange-300\/65:hover {
    background-color: hsla(31, 97%, 72%, 0.65);
}
.hover\:bg-orange-300\/70:hover {
    background-color: hsla(31, 97%, 72%, 0.7);
}
.hover\:bg-orange-300\/75:hover {
    background-color: hsla(31, 97%, 72%, 0.75);
}
.hover\:bg-orange-300\/80:hover {
    background-color: hsla(31, 97%, 72%, 0.8);
}
.hover\:bg-orange-300\/85:hover {
    background-color: hsla(31, 97%, 72%, 0.85);
}
.hover\:bg-orange-300\/90:hover {
    background-color: hsla(31, 97%, 72%, 0.9);
}
.hover\:bg-orange-300\/95:hover {
    background-color: hsla(31, 97%, 72%, 0.95);
}
.hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-400\/0:hover {
    background-color: rgba(251, 146, 60, 0);
}
.hover\:bg-orange-400\/10:hover {
    background-color: rgba(251, 146, 60, 0.1);
}
.hover\:bg-orange-400\/100:hover {
    background-color: #fb923c;
}
.hover\:bg-orange-400\/15:hover {
    background-color: rgba(251, 146, 60, 0.15);
}
.hover\:bg-orange-400\/20:hover {
    background-color: rgba(251, 146, 60, 0.2);
}
.hover\:bg-orange-400\/25:hover {
    background-color: rgba(251, 146, 60, 0.25);
}
.hover\:bg-orange-400\/30:hover {
    background-color: rgba(251, 146, 60, 0.3);
}
.hover\:bg-orange-400\/35:hover {
    background-color: rgba(251, 146, 60, 0.35);
}
.hover\:bg-orange-400\/40:hover {
    background-color: rgba(251, 146, 60, 0.4);
}
.hover\:bg-orange-400\/45:hover {
    background-color: rgba(251, 146, 60, 0.45);
}
.hover\:bg-orange-400\/5:hover {
    background-color: rgba(251, 146, 60, 0.05);
}
.hover\:bg-orange-400\/50:hover {
    background-color: rgba(251, 146, 60, 0.5);
}
.hover\:bg-orange-400\/55:hover {
    background-color: rgba(251, 146, 60, 0.55);
}
.hover\:bg-orange-400\/60:hover {
    background-color: rgba(251, 146, 60, 0.6);
}
.hover\:bg-orange-400\/65:hover {
    background-color: rgba(251, 146, 60, 0.65);
}
.hover\:bg-orange-400\/70:hover {
    background-color: rgba(251, 146, 60, 0.7);
}
.hover\:bg-orange-400\/75:hover {
    background-color: rgba(251, 146, 60, 0.75);
}
.hover\:bg-orange-400\/80:hover {
    background-color: rgba(251, 146, 60, 0.8);
}
.hover\:bg-orange-400\/85:hover {
    background-color: rgba(251, 146, 60, 0.85);
}
.hover\:bg-orange-400\/90:hover {
    background-color: rgba(251, 146, 60, 0.9);
}
.hover\:bg-orange-400\/95:hover {
    background-color: rgba(251, 146, 60, 0.95);
}
.hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-50\/0:hover {
    background-color: rgba(255, 247, 237, 0);
}
.hover\:bg-orange-50\/10:hover {
    background-color: rgba(255, 247, 237, 0.1);
}
.hover\:bg-orange-50\/100:hover {
    background-color: #fff7ed;
}
.hover\:bg-orange-50\/15:hover {
    background-color: rgba(255, 247, 237, 0.15);
}
.hover\:bg-orange-50\/20:hover {
    background-color: rgba(255, 247, 237, 0.2);
}
.hover\:bg-orange-50\/25:hover {
    background-color: rgba(255, 247, 237, 0.25);
}
.hover\:bg-orange-50\/30:hover {
    background-color: rgba(255, 247, 237, 0.3);
}
.hover\:bg-orange-50\/35:hover {
    background-color: rgba(255, 247, 237, 0.35);
}
.hover\:bg-orange-50\/40:hover {
    background-color: rgba(255, 247, 237, 0.4);
}
.hover\:bg-orange-50\/45:hover {
    background-color: rgba(255, 247, 237, 0.45);
}
.hover\:bg-orange-50\/5:hover {
    background-color: rgba(255, 247, 237, 0.05);
}
.hover\:bg-orange-50\/50:hover {
    background-color: rgba(255, 247, 237, 0.5);
}
.hover\:bg-orange-50\/55:hover {
    background-color: rgba(255, 247, 237, 0.55);
}
.hover\:bg-orange-50\/60:hover {
    background-color: rgba(255, 247, 237, 0.6);
}
.hover\:bg-orange-50\/65:hover {
    background-color: rgba(255, 247, 237, 0.65);
}
.hover\:bg-orange-50\/70:hover {
    background-color: rgba(255, 247, 237, 0.7);
}
.hover\:bg-orange-50\/75:hover {
    background-color: rgba(255, 247, 237, 0.75);
}
.hover\:bg-orange-50\/80:hover {
    background-color: rgba(255, 247, 237, 0.8);
}
.hover\:bg-orange-50\/85:hover {
    background-color: rgba(255, 247, 237, 0.85);
}
.hover\:bg-orange-50\/90:hover {
    background-color: rgba(255, 247, 237, 0.9);
}
.hover\:bg-orange-50\/95:hover {
    background-color: rgba(255, 247, 237, 0.95);
}
.hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-500\/0:hover {
    background-color: rgba(249, 115, 22, 0);
}
.hover\:bg-orange-500\/10:hover {
    background-color: rgba(249, 115, 22, 0.1);
}
.hover\:bg-orange-500\/100:hover {
    background-color: #f97316;
}
.hover\:bg-orange-500\/15:hover {
    background-color: rgba(249, 115, 22, 0.15);
}
.hover\:bg-orange-500\/20:hover {
    background-color: rgba(249, 115, 22, 0.2);
}
.hover\:bg-orange-500\/25:hover {
    background-color: rgba(249, 115, 22, 0.25);
}
.hover\:bg-orange-500\/30:hover {
    background-color: rgba(249, 115, 22, 0.3);
}
.hover\:bg-orange-500\/35:hover {
    background-color: rgba(249, 115, 22, 0.35);
}
.hover\:bg-orange-500\/40:hover {
    background-color: rgba(249, 115, 22, 0.4);
}
.hover\:bg-orange-500\/45:hover {
    background-color: rgba(249, 115, 22, 0.45);
}
.hover\:bg-orange-500\/5:hover {
    background-color: rgba(249, 115, 22, 0.05);
}
.hover\:bg-orange-500\/50:hover {
    background-color: rgba(249, 115, 22, 0.5);
}
.hover\:bg-orange-500\/55:hover {
    background-color: rgba(249, 115, 22, 0.55);
}
.hover\:bg-orange-500\/60:hover {
    background-color: rgba(249, 115, 22, 0.6);
}
.hover\:bg-orange-500\/65:hover {
    background-color: rgba(249, 115, 22, 0.65);
}
.hover\:bg-orange-500\/70:hover {
    background-color: rgba(249, 115, 22, 0.7);
}
.hover\:bg-orange-500\/75:hover {
    background-color: rgba(249, 115, 22, 0.75);
}
.hover\:bg-orange-500\/80:hover {
    background-color: rgba(249, 115, 22, 0.8);
}
.hover\:bg-orange-500\/85:hover {
    background-color: rgba(249, 115, 22, 0.85);
}
.hover\:bg-orange-500\/90:hover {
    background-color: rgba(249, 115, 22, 0.9);
}
.hover\:bg-orange-500\/95:hover {
    background-color: rgba(249, 115, 22, 0.95);
}
.hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-600\/0:hover {
    background-color: rgba(234, 88, 12, 0);
}
.hover\:bg-orange-600\/10:hover {
    background-color: rgba(234, 88, 12, 0.1);
}
.hover\:bg-orange-600\/100:hover {
    background-color: #ea580c;
}
.hover\:bg-orange-600\/15:hover {
    background-color: rgba(234, 88, 12, 0.15);
}
.hover\:bg-orange-600\/20:hover {
    background-color: rgba(234, 88, 12, 0.2);
}
.hover\:bg-orange-600\/25:hover {
    background-color: rgba(234, 88, 12, 0.25);
}
.hover\:bg-orange-600\/30:hover {
    background-color: rgba(234, 88, 12, 0.3);
}
.hover\:bg-orange-600\/35:hover {
    background-color: rgba(234, 88, 12, 0.35);
}
.hover\:bg-orange-600\/40:hover {
    background-color: rgba(234, 88, 12, 0.4);
}
.hover\:bg-orange-600\/45:hover {
    background-color: rgba(234, 88, 12, 0.45);
}
.hover\:bg-orange-600\/5:hover {
    background-color: rgba(234, 88, 12, 0.05);
}
.hover\:bg-orange-600\/50:hover {
    background-color: rgba(234, 88, 12, 0.5);
}
.hover\:bg-orange-600\/55:hover {
    background-color: rgba(234, 88, 12, 0.55);
}
.hover\:bg-orange-600\/60:hover {
    background-color: rgba(234, 88, 12, 0.6);
}
.hover\:bg-orange-600\/65:hover {
    background-color: rgba(234, 88, 12, 0.65);
}
.hover\:bg-orange-600\/70:hover {
    background-color: rgba(234, 88, 12, 0.7);
}
.hover\:bg-orange-600\/75:hover {
    background-color: rgba(234, 88, 12, 0.75);
}
.hover\:bg-orange-600\/80:hover {
    background-color: rgba(234, 88, 12, 0.8);
}
.hover\:bg-orange-600\/85:hover {
    background-color: rgba(234, 88, 12, 0.85);
}
.hover\:bg-orange-600\/90:hover {
    background-color: rgba(234, 88, 12, 0.9);
}
.hover\:bg-orange-600\/95:hover {
    background-color: rgba(234, 88, 12, 0.95);
}
.hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-700\/0:hover {
    background-color: rgba(194, 65, 12, 0);
}
.hover\:bg-orange-700\/10:hover {
    background-color: rgba(194, 65, 12, 0.1);
}
.hover\:bg-orange-700\/100:hover {
    background-color: #c2410c;
}
.hover\:bg-orange-700\/15:hover {
    background-color: rgba(194, 65, 12, 0.15);
}
.hover\:bg-orange-700\/20:hover {
    background-color: rgba(194, 65, 12, 0.2);
}
.hover\:bg-orange-700\/25:hover {
    background-color: rgba(194, 65, 12, 0.25);
}
.hover\:bg-orange-700\/30:hover {
    background-color: rgba(194, 65, 12, 0.3);
}
.hover\:bg-orange-700\/35:hover {
    background-color: rgba(194, 65, 12, 0.35);
}
.hover\:bg-orange-700\/40:hover {
    background-color: rgba(194, 65, 12, 0.4);
}
.hover\:bg-orange-700\/45:hover {
    background-color: rgba(194, 65, 12, 0.45);
}
.hover\:bg-orange-700\/5:hover {
    background-color: rgba(194, 65, 12, 0.05);
}
.hover\:bg-orange-700\/50:hover {
    background-color: rgba(194, 65, 12, 0.5);
}
.hover\:bg-orange-700\/55:hover {
    background-color: rgba(194, 65, 12, 0.55);
}
.hover\:bg-orange-700\/60:hover {
    background-color: rgba(194, 65, 12, 0.6);
}
.hover\:bg-orange-700\/65:hover {
    background-color: rgba(194, 65, 12, 0.65);
}
.hover\:bg-orange-700\/70:hover {
    background-color: rgba(194, 65, 12, 0.7);
}
.hover\:bg-orange-700\/75:hover {
    background-color: rgba(194, 65, 12, 0.75);
}
.hover\:bg-orange-700\/80:hover {
    background-color: rgba(194, 65, 12, 0.8);
}
.hover\:bg-orange-700\/85:hover {
    background-color: rgba(194, 65, 12, 0.85);
}
.hover\:bg-orange-700\/90:hover {
    background-color: rgba(194, 65, 12, 0.9);
}
.hover\:bg-orange-700\/95:hover {
    background-color: rgba(194, 65, 12, 0.95);
}
.hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-800\/0:hover {
    background-color: rgba(154, 52, 18, 0);
}
.hover\:bg-orange-800\/10:hover {
    background-color: rgba(154, 52, 18, 0.1);
}
.hover\:bg-orange-800\/100:hover {
    background-color: #9a3412;
}
.hover\:bg-orange-800\/15:hover {
    background-color: rgba(154, 52, 18, 0.15);
}
.hover\:bg-orange-800\/20:hover {
    background-color: rgba(154, 52, 18, 0.2);
}
.hover\:bg-orange-800\/25:hover {
    background-color: rgba(154, 52, 18, 0.25);
}
.hover\:bg-orange-800\/30:hover {
    background-color: rgba(154, 52, 18, 0.3);
}
.hover\:bg-orange-800\/35:hover {
    background-color: rgba(154, 52, 18, 0.35);
}
.hover\:bg-orange-800\/40:hover {
    background-color: rgba(154, 52, 18, 0.4);
}
.hover\:bg-orange-800\/45:hover {
    background-color: rgba(154, 52, 18, 0.45);
}
.hover\:bg-orange-800\/5:hover {
    background-color: rgba(154, 52, 18, 0.05);
}
.hover\:bg-orange-800\/50:hover {
    background-color: rgba(154, 52, 18, 0.5);
}
.hover\:bg-orange-800\/55:hover {
    background-color: rgba(154, 52, 18, 0.55);
}
.hover\:bg-orange-800\/60:hover {
    background-color: rgba(154, 52, 18, 0.6);
}
.hover\:bg-orange-800\/65:hover {
    background-color: rgba(154, 52, 18, 0.65);
}
.hover\:bg-orange-800\/70:hover {
    background-color: rgba(154, 52, 18, 0.7);
}
.hover\:bg-orange-800\/75:hover {
    background-color: rgba(154, 52, 18, 0.75);
}
.hover\:bg-orange-800\/80:hover {
    background-color: rgba(154, 52, 18, 0.8);
}
.hover\:bg-orange-800\/85:hover {
    background-color: rgba(154, 52, 18, 0.85);
}
.hover\:bg-orange-800\/90:hover {
    background-color: rgba(154, 52, 18, 0.9);
}
.hover\:bg-orange-800\/95:hover {
    background-color: rgba(154, 52, 18, 0.95);
}
.hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-900\/0:hover {
    background-color: rgba(124, 45, 18, 0);
}
.hover\:bg-orange-900\/10:hover {
    background-color: rgba(124, 45, 18, 0.1);
}
.hover\:bg-orange-900\/100:hover {
    background-color: #7c2d12;
}
.hover\:bg-orange-900\/15:hover {
    background-color: rgba(124, 45, 18, 0.15);
}
.hover\:bg-orange-900\/20:hover {
    background-color: rgba(124, 45, 18, 0.2);
}
.hover\:bg-orange-900\/25:hover {
    background-color: rgba(124, 45, 18, 0.25);
}
.hover\:bg-orange-900\/30:hover {
    background-color: rgba(124, 45, 18, 0.3);
}
.hover\:bg-orange-900\/35:hover {
    background-color: rgba(124, 45, 18, 0.35);
}
.hover\:bg-orange-900\/40:hover {
    background-color: rgba(124, 45, 18, 0.4);
}
.hover\:bg-orange-900\/45:hover {
    background-color: rgba(124, 45, 18, 0.45);
}
.hover\:bg-orange-900\/5:hover {
    background-color: rgba(124, 45, 18, 0.05);
}
.hover\:bg-orange-900\/50:hover {
    background-color: rgba(124, 45, 18, 0.5);
}
.hover\:bg-orange-900\/55:hover {
    background-color: rgba(124, 45, 18, 0.55);
}
.hover\:bg-orange-900\/60:hover {
    background-color: rgba(124, 45, 18, 0.6);
}
.hover\:bg-orange-900\/65:hover {
    background-color: rgba(124, 45, 18, 0.65);
}
.hover\:bg-orange-900\/70:hover {
    background-color: rgba(124, 45, 18, 0.7);
}
.hover\:bg-orange-900\/75:hover {
    background-color: rgba(124, 45, 18, 0.75);
}
.hover\:bg-orange-900\/80:hover {
    background-color: rgba(124, 45, 18, 0.8);
}
.hover\:bg-orange-900\/85:hover {
    background-color: rgba(124, 45, 18, 0.85);
}
.hover\:bg-orange-900\/90:hover {
    background-color: rgba(124, 45, 18, 0.9);
}
.hover\:bg-orange-900\/95:hover {
    background-color: rgba(124, 45, 18, 0.95);
}
.hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-100\/0:hover {
    background-color: rgba(252, 231, 243, 0);
}
.hover\:bg-pink-100\/10:hover {
    background-color: rgba(252, 231, 243, 0.1);
}
.hover\:bg-pink-100\/100:hover {
    background-color: #fce7f3;
}
.hover\:bg-pink-100\/15:hover {
    background-color: rgba(252, 231, 243, 0.15);
}
.hover\:bg-pink-100\/20:hover {
    background-color: rgba(252, 231, 243, 0.2);
}
.hover\:bg-pink-100\/25:hover {
    background-color: rgba(252, 231, 243, 0.25);
}
.hover\:bg-pink-100\/30:hover {
    background-color: rgba(252, 231, 243, 0.3);
}
.hover\:bg-pink-100\/35:hover {
    background-color: rgba(252, 231, 243, 0.35);
}
.hover\:bg-pink-100\/40:hover {
    background-color: rgba(252, 231, 243, 0.4);
}
.hover\:bg-pink-100\/45:hover {
    background-color: rgba(252, 231, 243, 0.45);
}
.hover\:bg-pink-100\/5:hover {
    background-color: rgba(252, 231, 243, 0.05);
}
.hover\:bg-pink-100\/50:hover {
    background-color: rgba(252, 231, 243, 0.5);
}
.hover\:bg-pink-100\/55:hover {
    background-color: rgba(252, 231, 243, 0.55);
}
.hover\:bg-pink-100\/60:hover {
    background-color: rgba(252, 231, 243, 0.6);
}
.hover\:bg-pink-100\/65:hover {
    background-color: rgba(252, 231, 243, 0.65);
}
.hover\:bg-pink-100\/70:hover {
    background-color: rgba(252, 231, 243, 0.7);
}
.hover\:bg-pink-100\/75:hover {
    background-color: rgba(252, 231, 243, 0.75);
}
.hover\:bg-pink-100\/80:hover {
    background-color: rgba(252, 231, 243, 0.8);
}
.hover\:bg-pink-100\/85:hover {
    background-color: rgba(252, 231, 243, 0.85);
}
.hover\:bg-pink-100\/90:hover {
    background-color: rgba(252, 231, 243, 0.9);
}
.hover\:bg-pink-100\/95:hover {
    background-color: rgba(252, 231, 243, 0.95);
}
.hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-200\/0:hover {
    background-color: rgba(251, 207, 232, 0);
}
.hover\:bg-pink-200\/10:hover {
    background-color: rgba(251, 207, 232, 0.1);
}
.hover\:bg-pink-200\/100:hover {
    background-color: #fbcfe8;
}
.hover\:bg-pink-200\/15:hover {
    background-color: rgba(251, 207, 232, 0.15);
}
.hover\:bg-pink-200\/20:hover {
    background-color: rgba(251, 207, 232, 0.2);
}
.hover\:bg-pink-200\/25:hover {
    background-color: rgba(251, 207, 232, 0.25);
}
.hover\:bg-pink-200\/30:hover {
    background-color: rgba(251, 207, 232, 0.3);
}
.hover\:bg-pink-200\/35:hover {
    background-color: rgba(251, 207, 232, 0.35);
}
.hover\:bg-pink-200\/40:hover {
    background-color: rgba(251, 207, 232, 0.4);
}
.hover\:bg-pink-200\/45:hover {
    background-color: rgba(251, 207, 232, 0.45);
}
.hover\:bg-pink-200\/5:hover {
    background-color: rgba(251, 207, 232, 0.05);
}
.hover\:bg-pink-200\/50:hover {
    background-color: rgba(251, 207, 232, 0.5);
}
.hover\:bg-pink-200\/55:hover {
    background-color: rgba(251, 207, 232, 0.55);
}
.hover\:bg-pink-200\/60:hover {
    background-color: rgba(251, 207, 232, 0.6);
}
.hover\:bg-pink-200\/65:hover {
    background-color: rgba(251, 207, 232, 0.65);
}
.hover\:bg-pink-200\/70:hover {
    background-color: rgba(251, 207, 232, 0.7);
}
.hover\:bg-pink-200\/75:hover {
    background-color: rgba(251, 207, 232, 0.75);
}
.hover\:bg-pink-200\/80:hover {
    background-color: rgba(251, 207, 232, 0.8);
}
.hover\:bg-pink-200\/85:hover {
    background-color: rgba(251, 207, 232, 0.85);
}
.hover\:bg-pink-200\/90:hover {
    background-color: rgba(251, 207, 232, 0.9);
}
.hover\:bg-pink-200\/95:hover {
    background-color: rgba(251, 207, 232, 0.95);
}
.hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-300\/0:hover {
    background-color: rgba(249, 168, 212, 0);
}
.hover\:bg-pink-300\/10:hover {
    background-color: rgba(249, 168, 212, 0.1);
}
.hover\:bg-pink-300\/100:hover {
    background-color: #f9a8d4;
}
.hover\:bg-pink-300\/15:hover {
    background-color: rgba(249, 168, 212, 0.15);
}
.hover\:bg-pink-300\/20:hover {
    background-color: rgba(249, 168, 212, 0.2);
}
.hover\:bg-pink-300\/25:hover {
    background-color: rgba(249, 168, 212, 0.25);
}
.hover\:bg-pink-300\/30:hover {
    background-color: rgba(249, 168, 212, 0.3);
}
.hover\:bg-pink-300\/35:hover {
    background-color: rgba(249, 168, 212, 0.35);
}
.hover\:bg-pink-300\/40:hover {
    background-color: rgba(249, 168, 212, 0.4);
}
.hover\:bg-pink-300\/45:hover {
    background-color: rgba(249, 168, 212, 0.45);
}
.hover\:bg-pink-300\/5:hover {
    background-color: rgba(249, 168, 212, 0.05);
}
.hover\:bg-pink-300\/50:hover {
    background-color: rgba(249, 168, 212, 0.5);
}
.hover\:bg-pink-300\/55:hover {
    background-color: rgba(249, 168, 212, 0.55);
}
.hover\:bg-pink-300\/60:hover {
    background-color: rgba(249, 168, 212, 0.6);
}
.hover\:bg-pink-300\/65:hover {
    background-color: rgba(249, 168, 212, 0.65);
}
.hover\:bg-pink-300\/70:hover {
    background-color: rgba(249, 168, 212, 0.7);
}
.hover\:bg-pink-300\/75:hover {
    background-color: rgba(249, 168, 212, 0.75);
}
.hover\:bg-pink-300\/80:hover {
    background-color: rgba(249, 168, 212, 0.8);
}
.hover\:bg-pink-300\/85:hover {
    background-color: rgba(249, 168, 212, 0.85);
}
.hover\:bg-pink-300\/90:hover {
    background-color: rgba(249, 168, 212, 0.9);
}
.hover\:bg-pink-300\/95:hover {
    background-color: rgba(249, 168, 212, 0.95);
}
.hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-400\/0:hover {
    background-color: rgba(244, 114, 182, 0);
}
.hover\:bg-pink-400\/10:hover {
    background-color: rgba(244, 114, 182, 0.1);
}
.hover\:bg-pink-400\/100:hover {
    background-color: #f472b6;
}
.hover\:bg-pink-400\/15:hover {
    background-color: rgba(244, 114, 182, 0.15);
}
.hover\:bg-pink-400\/20:hover {
    background-color: rgba(244, 114, 182, 0.2);
}
.hover\:bg-pink-400\/25:hover {
    background-color: rgba(244, 114, 182, 0.25);
}
.hover\:bg-pink-400\/30:hover {
    background-color: rgba(244, 114, 182, 0.3);
}
.hover\:bg-pink-400\/35:hover {
    background-color: rgba(244, 114, 182, 0.35);
}
.hover\:bg-pink-400\/40:hover {
    background-color: rgba(244, 114, 182, 0.4);
}
.hover\:bg-pink-400\/45:hover {
    background-color: rgba(244, 114, 182, 0.45);
}
.hover\:bg-pink-400\/5:hover {
    background-color: rgba(244, 114, 182, 0.05);
}
.hover\:bg-pink-400\/50:hover {
    background-color: rgba(244, 114, 182, 0.5);
}
.hover\:bg-pink-400\/55:hover {
    background-color: rgba(244, 114, 182, 0.55);
}
.hover\:bg-pink-400\/60:hover {
    background-color: rgba(244, 114, 182, 0.6);
}
.hover\:bg-pink-400\/65:hover {
    background-color: rgba(244, 114, 182, 0.65);
}
.hover\:bg-pink-400\/70:hover {
    background-color: rgba(244, 114, 182, 0.7);
}
.hover\:bg-pink-400\/75:hover {
    background-color: rgba(244, 114, 182, 0.75);
}
.hover\:bg-pink-400\/80:hover {
    background-color: rgba(244, 114, 182, 0.8);
}
.hover\:bg-pink-400\/85:hover {
    background-color: rgba(244, 114, 182, 0.85);
}
.hover\:bg-pink-400\/90:hover {
    background-color: rgba(244, 114, 182, 0.9);
}
.hover\:bg-pink-400\/95:hover {
    background-color: rgba(244, 114, 182, 0.95);
}
.hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-50\/0:hover {
    background-color: rgba(253, 242, 248, 0);
}
.hover\:bg-pink-50\/10:hover {
    background-color: rgba(253, 242, 248, 0.1);
}
.hover\:bg-pink-50\/100:hover {
    background-color: #fdf2f8;
}
.hover\:bg-pink-50\/15:hover {
    background-color: rgba(253, 242, 248, 0.15);
}
.hover\:bg-pink-50\/20:hover {
    background-color: rgba(253, 242, 248, 0.2);
}
.hover\:bg-pink-50\/25:hover {
    background-color: rgba(253, 242, 248, 0.25);
}
.hover\:bg-pink-50\/30:hover {
    background-color: rgba(253, 242, 248, 0.3);
}
.hover\:bg-pink-50\/35:hover {
    background-color: rgba(253, 242, 248, 0.35);
}
.hover\:bg-pink-50\/40:hover {
    background-color: rgba(253, 242, 248, 0.4);
}
.hover\:bg-pink-50\/45:hover {
    background-color: rgba(253, 242, 248, 0.45);
}
.hover\:bg-pink-50\/5:hover {
    background-color: rgba(253, 242, 248, 0.05);
}
.hover\:bg-pink-50\/50:hover {
    background-color: rgba(253, 242, 248, 0.5);
}
.hover\:bg-pink-50\/55:hover {
    background-color: rgba(253, 242, 248, 0.55);
}
.hover\:bg-pink-50\/60:hover {
    background-color: rgba(253, 242, 248, 0.6);
}
.hover\:bg-pink-50\/65:hover {
    background-color: rgba(253, 242, 248, 0.65);
}
.hover\:bg-pink-50\/70:hover {
    background-color: rgba(253, 242, 248, 0.7);
}
.hover\:bg-pink-50\/75:hover {
    background-color: rgba(253, 242, 248, 0.75);
}
.hover\:bg-pink-50\/80:hover {
    background-color: rgba(253, 242, 248, 0.8);
}
.hover\:bg-pink-50\/85:hover {
    background-color: rgba(253, 242, 248, 0.85);
}
.hover\:bg-pink-50\/90:hover {
    background-color: rgba(253, 242, 248, 0.9);
}
.hover\:bg-pink-50\/95:hover {
    background-color: rgba(253, 242, 248, 0.95);
}
.hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-500\/0:hover {
    background-color: rgba(236, 72, 153, 0);
}
.hover\:bg-pink-500\/10:hover {
    background-color: rgba(236, 72, 153, 0.1);
}
.hover\:bg-pink-500\/100:hover {
    background-color: #ec4899;
}
.hover\:bg-pink-500\/15:hover {
    background-color: rgba(236, 72, 153, 0.15);
}
.hover\:bg-pink-500\/20:hover {
    background-color: rgba(236, 72, 153, 0.2);
}
.hover\:bg-pink-500\/25:hover {
    background-color: rgba(236, 72, 153, 0.25);
}
.hover\:bg-pink-500\/30:hover {
    background-color: rgba(236, 72, 153, 0.3);
}
.hover\:bg-pink-500\/35:hover {
    background-color: rgba(236, 72, 153, 0.35);
}
.hover\:bg-pink-500\/40:hover {
    background-color: rgba(236, 72, 153, 0.4);
}
.hover\:bg-pink-500\/45:hover {
    background-color: rgba(236, 72, 153, 0.45);
}
.hover\:bg-pink-500\/5:hover {
    background-color: rgba(236, 72, 153, 0.05);
}
.hover\:bg-pink-500\/50:hover {
    background-color: rgba(236, 72, 153, 0.5);
}
.hover\:bg-pink-500\/55:hover {
    background-color: rgba(236, 72, 153, 0.55);
}
.hover\:bg-pink-500\/60:hover {
    background-color: rgba(236, 72, 153, 0.6);
}
.hover\:bg-pink-500\/65:hover {
    background-color: rgba(236, 72, 153, 0.65);
}
.hover\:bg-pink-500\/70:hover {
    background-color: rgba(236, 72, 153, 0.7);
}
.hover\:bg-pink-500\/75:hover {
    background-color: rgba(236, 72, 153, 0.75);
}
.hover\:bg-pink-500\/80:hover {
    background-color: rgba(236, 72, 153, 0.8);
}
.hover\:bg-pink-500\/85:hover {
    background-color: rgba(236, 72, 153, 0.85);
}
.hover\:bg-pink-500\/90:hover {
    background-color: rgba(236, 72, 153, 0.9);
}
.hover\:bg-pink-500\/95:hover {
    background-color: rgba(236, 72, 153, 0.95);
}
.hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-600\/0:hover {
    background-color: rgba(219, 39, 119, 0);
}
.hover\:bg-pink-600\/10:hover {
    background-color: rgba(219, 39, 119, 0.1);
}
.hover\:bg-pink-600\/100:hover {
    background-color: #db2777;
}
.hover\:bg-pink-600\/15:hover {
    background-color: rgba(219, 39, 119, 0.15);
}
.hover\:bg-pink-600\/20:hover {
    background-color: rgba(219, 39, 119, 0.2);
}
.hover\:bg-pink-600\/25:hover {
    background-color: rgba(219, 39, 119, 0.25);
}
.hover\:bg-pink-600\/30:hover {
    background-color: rgba(219, 39, 119, 0.3);
}
.hover\:bg-pink-600\/35:hover {
    background-color: rgba(219, 39, 119, 0.35);
}
.hover\:bg-pink-600\/40:hover {
    background-color: rgba(219, 39, 119, 0.4);
}
.hover\:bg-pink-600\/45:hover {
    background-color: rgba(219, 39, 119, 0.45);
}
.hover\:bg-pink-600\/5:hover {
    background-color: rgba(219, 39, 119, 0.05);
}
.hover\:bg-pink-600\/50:hover {
    background-color: rgba(219, 39, 119, 0.5);
}
.hover\:bg-pink-600\/55:hover {
    background-color: rgba(219, 39, 119, 0.55);
}
.hover\:bg-pink-600\/60:hover {
    background-color: rgba(219, 39, 119, 0.6);
}
.hover\:bg-pink-600\/65:hover {
    background-color: rgba(219, 39, 119, 0.65);
}
.hover\:bg-pink-600\/70:hover {
    background-color: rgba(219, 39, 119, 0.7);
}
.hover\:bg-pink-600\/75:hover {
    background-color: rgba(219, 39, 119, 0.75);
}
.hover\:bg-pink-600\/80:hover {
    background-color: rgba(219, 39, 119, 0.8);
}
.hover\:bg-pink-600\/85:hover {
    background-color: rgba(219, 39, 119, 0.85);
}
.hover\:bg-pink-600\/90:hover {
    background-color: rgba(219, 39, 119, 0.9);
}
.hover\:bg-pink-600\/95:hover {
    background-color: rgba(219, 39, 119, 0.95);
}
.hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-700\/0:hover {
    background-color: rgba(190, 24, 93, 0);
}
.hover\:bg-pink-700\/10:hover {
    background-color: rgba(190, 24, 93, 0.1);
}
.hover\:bg-pink-700\/100:hover {
    background-color: #be185d;
}
.hover\:bg-pink-700\/15:hover {
    background-color: rgba(190, 24, 93, 0.15);
}
.hover\:bg-pink-700\/20:hover {
    background-color: rgba(190, 24, 93, 0.2);
}
.hover\:bg-pink-700\/25:hover {
    background-color: rgba(190, 24, 93, 0.25);
}
.hover\:bg-pink-700\/30:hover {
    background-color: rgba(190, 24, 93, 0.3);
}
.hover\:bg-pink-700\/35:hover {
    background-color: rgba(190, 24, 93, 0.35);
}
.hover\:bg-pink-700\/40:hover {
    background-color: rgba(190, 24, 93, 0.4);
}
.hover\:bg-pink-700\/45:hover {
    background-color: rgba(190, 24, 93, 0.45);
}
.hover\:bg-pink-700\/5:hover {
    background-color: rgba(190, 24, 93, 0.05);
}
.hover\:bg-pink-700\/50:hover {
    background-color: rgba(190, 24, 93, 0.5);
}
.hover\:bg-pink-700\/55:hover {
    background-color: rgba(190, 24, 93, 0.55);
}
.hover\:bg-pink-700\/60:hover {
    background-color: rgba(190, 24, 93, 0.6);
}
.hover\:bg-pink-700\/65:hover {
    background-color: rgba(190, 24, 93, 0.65);
}
.hover\:bg-pink-700\/70:hover {
    background-color: rgba(190, 24, 93, 0.7);
}
.hover\:bg-pink-700\/75:hover {
    background-color: rgba(190, 24, 93, 0.75);
}
.hover\:bg-pink-700\/80:hover {
    background-color: rgba(190, 24, 93, 0.8);
}
.hover\:bg-pink-700\/85:hover {
    background-color: rgba(190, 24, 93, 0.85);
}
.hover\:bg-pink-700\/90:hover {
    background-color: rgba(190, 24, 93, 0.9);
}
.hover\:bg-pink-700\/95:hover {
    background-color: rgba(190, 24, 93, 0.95);
}
.hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-800\/0:hover {
    background-color: rgba(157, 23, 77, 0);
}
.hover\:bg-pink-800\/10:hover {
    background-color: rgba(157, 23, 77, 0.1);
}
.hover\:bg-pink-800\/100:hover {
    background-color: #9d174d;
}
.hover\:bg-pink-800\/15:hover {
    background-color: rgba(157, 23, 77, 0.15);
}
.hover\:bg-pink-800\/20:hover {
    background-color: rgba(157, 23, 77, 0.2);
}
.hover\:bg-pink-800\/25:hover {
    background-color: rgba(157, 23, 77, 0.25);
}
.hover\:bg-pink-800\/30:hover {
    background-color: rgba(157, 23, 77, 0.3);
}
.hover\:bg-pink-800\/35:hover {
    background-color: rgba(157, 23, 77, 0.35);
}
.hover\:bg-pink-800\/40:hover {
    background-color: rgba(157, 23, 77, 0.4);
}
.hover\:bg-pink-800\/45:hover {
    background-color: rgba(157, 23, 77, 0.45);
}
.hover\:bg-pink-800\/5:hover {
    background-color: rgba(157, 23, 77, 0.05);
}
.hover\:bg-pink-800\/50:hover {
    background-color: rgba(157, 23, 77, 0.5);
}
.hover\:bg-pink-800\/55:hover {
    background-color: rgba(157, 23, 77, 0.55);
}
.hover\:bg-pink-800\/60:hover {
    background-color: rgba(157, 23, 77, 0.6);
}
.hover\:bg-pink-800\/65:hover {
    background-color: rgba(157, 23, 77, 0.65);
}
.hover\:bg-pink-800\/70:hover {
    background-color: rgba(157, 23, 77, 0.7);
}
.hover\:bg-pink-800\/75:hover {
    background-color: rgba(157, 23, 77, 0.75);
}
.hover\:bg-pink-800\/80:hover {
    background-color: rgba(157, 23, 77, 0.8);
}
.hover\:bg-pink-800\/85:hover {
    background-color: rgba(157, 23, 77, 0.85);
}
.hover\:bg-pink-800\/90:hover {
    background-color: rgba(157, 23, 77, 0.9);
}
.hover\:bg-pink-800\/95:hover {
    background-color: rgba(157, 23, 77, 0.95);
}
.hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-900\/0:hover {
    background-color: rgba(131, 24, 67, 0);
}
.hover\:bg-pink-900\/10:hover {
    background-color: rgba(131, 24, 67, 0.1);
}
.hover\:bg-pink-900\/100:hover {
    background-color: #831843;
}
.hover\:bg-pink-900\/15:hover {
    background-color: rgba(131, 24, 67, 0.15);
}
.hover\:bg-pink-900\/20:hover {
    background-color: rgba(131, 24, 67, 0.2);
}
.hover\:bg-pink-900\/25:hover {
    background-color: rgba(131, 24, 67, 0.25);
}
.hover\:bg-pink-900\/30:hover {
    background-color: rgba(131, 24, 67, 0.3);
}
.hover\:bg-pink-900\/35:hover {
    background-color: rgba(131, 24, 67, 0.35);
}
.hover\:bg-pink-900\/40:hover {
    background-color: rgba(131, 24, 67, 0.4);
}
.hover\:bg-pink-900\/45:hover {
    background-color: rgba(131, 24, 67, 0.45);
}
.hover\:bg-pink-900\/5:hover {
    background-color: rgba(131, 24, 67, 0.05);
}
.hover\:bg-pink-900\/50:hover {
    background-color: rgba(131, 24, 67, 0.5);
}
.hover\:bg-pink-900\/55:hover {
    background-color: rgba(131, 24, 67, 0.55);
}
.hover\:bg-pink-900\/60:hover {
    background-color: rgba(131, 24, 67, 0.6);
}
.hover\:bg-pink-900\/65:hover {
    background-color: rgba(131, 24, 67, 0.65);
}
.hover\:bg-pink-900\/70:hover {
    background-color: rgba(131, 24, 67, 0.7);
}
.hover\:bg-pink-900\/75:hover {
    background-color: rgba(131, 24, 67, 0.75);
}
.hover\:bg-pink-900\/80:hover {
    background-color: rgba(131, 24, 67, 0.8);
}
.hover\:bg-pink-900\/85:hover {
    background-color: rgba(131, 24, 67, 0.85);
}
.hover\:bg-pink-900\/90:hover {
    background-color: rgba(131, 24, 67, 0.9);
}
.hover\:bg-pink-900\/95:hover {
    background-color: rgba(131, 24, 67, 0.95);
}
.hover\:bg-police-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 204 204 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-100\/0:hover {
    background-color: rgba(153, 204, 204, 0);
}
.hover\:bg-police-100\/10:hover {
    background-color: rgba(153, 204, 204, 0.1);
}
.hover\:bg-police-100\/100:hover {
    background-color: #9cc;
}
.hover\:bg-police-100\/15:hover {
    background-color: rgba(153, 204, 204, 0.15);
}
.hover\:bg-police-100\/20:hover {
    background-color: rgba(153, 204, 204, 0.2);
}
.hover\:bg-police-100\/25:hover {
    background-color: rgba(153, 204, 204, 0.25);
}
.hover\:bg-police-100\/30:hover {
    background-color: rgba(153, 204, 204, 0.3);
}
.hover\:bg-police-100\/35:hover {
    background-color: rgba(153, 204, 204, 0.35);
}
.hover\:bg-police-100\/40:hover {
    background-color: rgba(153, 204, 204, 0.4);
}
.hover\:bg-police-100\/45:hover {
    background-color: rgba(153, 204, 204, 0.45);
}
.hover\:bg-police-100\/5:hover {
    background-color: rgba(153, 204, 204, 0.05);
}
.hover\:bg-police-100\/50:hover {
    background-color: rgba(153, 204, 204, 0.5);
}
.hover\:bg-police-100\/55:hover {
    background-color: rgba(153, 204, 204, 0.55);
}
.hover\:bg-police-100\/60:hover {
    background-color: rgba(153, 204, 204, 0.6);
}
.hover\:bg-police-100\/65:hover {
    background-color: rgba(153, 204, 204, 0.65);
}
.hover\:bg-police-100\/70:hover {
    background-color: rgba(153, 204, 204, 0.7);
}
.hover\:bg-police-100\/75:hover {
    background-color: rgba(153, 204, 204, 0.75);
}
.hover\:bg-police-100\/80:hover {
    background-color: rgba(153, 204, 204, 0.8);
}
.hover\:bg-police-100\/85:hover {
    background-color: rgba(153, 204, 204, 0.85);
}
.hover\:bg-police-100\/90:hover {
    background-color: rgba(153, 204, 204, 0.9);
}
.hover\:bg-police-100\/95:hover {
    background-color: rgba(153, 204, 204, 0.95);
}
.hover\:bg-police-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 133 214 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-200\/0:hover {
    background-color: rgba(133, 133, 214, 0);
}
.hover\:bg-police-200\/10:hover {
    background-color: rgba(133, 133, 214, 0.1);
}
.hover\:bg-police-200\/100:hover {
    background-color: #8585d6;
}
.hover\:bg-police-200\/15:hover {
    background-color: rgba(133, 133, 214, 0.15);
}
.hover\:bg-police-200\/20:hover {
    background-color: rgba(133, 133, 214, 0.2);
}
.hover\:bg-police-200\/25:hover {
    background-color: rgba(133, 133, 214, 0.25);
}
.hover\:bg-police-200\/30:hover {
    background-color: rgba(133, 133, 214, 0.3);
}
.hover\:bg-police-200\/35:hover {
    background-color: rgba(133, 133, 214, 0.35);
}
.hover\:bg-police-200\/40:hover {
    background-color: rgba(133, 133, 214, 0.4);
}
.hover\:bg-police-200\/45:hover {
    background-color: rgba(133, 133, 214, 0.45);
}
.hover\:bg-police-200\/5:hover {
    background-color: rgba(133, 133, 214, 0.05);
}
.hover\:bg-police-200\/50:hover {
    background-color: rgba(133, 133, 214, 0.5);
}
.hover\:bg-police-200\/55:hover {
    background-color: rgba(133, 133, 214, 0.55);
}
.hover\:bg-police-200\/60:hover {
    background-color: rgba(133, 133, 214, 0.6);
}
.hover\:bg-police-200\/65:hover {
    background-color: rgba(133, 133, 214, 0.65);
}
.hover\:bg-police-200\/70:hover {
    background-color: rgba(133, 133, 214, 0.7);
}
.hover\:bg-police-200\/75:hover {
    background-color: rgba(133, 133, 214, 0.75);
}
.hover\:bg-police-200\/80:hover {
    background-color: rgba(133, 133, 214, 0.8);
}
.hover\:bg-police-200\/85:hover {
    background-color: rgba(133, 133, 214, 0.85);
}
.hover\:bg-police-200\/90:hover {
    background-color: rgba(133, 133, 214, 0.9);
}
.hover\:bg-police-200\/95:hover {
    background-color: rgba(133, 133, 214, 0.95);
}
.hover\:bg-police-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(106 106 205 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-300\/0:hover {
    background-color: rgba(106, 106, 205, 0);
}
.hover\:bg-police-300\/10:hover {
    background-color: rgba(106, 106, 205, 0.1);
}
.hover\:bg-police-300\/100:hover {
    background-color: #6a6acd;
}
.hover\:bg-police-300\/15:hover {
    background-color: rgba(106, 106, 205, 0.15);
}
.hover\:bg-police-300\/20:hover {
    background-color: rgba(106, 106, 205, 0.2);
}
.hover\:bg-police-300\/25:hover {
    background-color: rgba(106, 106, 205, 0.25);
}
.hover\:bg-police-300\/30:hover {
    background-color: rgba(106, 106, 205, 0.3);
}
.hover\:bg-police-300\/35:hover {
    background-color: rgba(106, 106, 205, 0.35);
}
.hover\:bg-police-300\/40:hover {
    background-color: rgba(106, 106, 205, 0.4);
}
.hover\:bg-police-300\/45:hover {
    background-color: rgba(106, 106, 205, 0.45);
}
.hover\:bg-police-300\/5:hover {
    background-color: rgba(106, 106, 205, 0.05);
}
.hover\:bg-police-300\/50:hover {
    background-color: rgba(106, 106, 205, 0.5);
}
.hover\:bg-police-300\/55:hover {
    background-color: rgba(106, 106, 205, 0.55);
}
.hover\:bg-police-300\/60:hover {
    background-color: rgba(106, 106, 205, 0.6);
}
.hover\:bg-police-300\/65:hover {
    background-color: rgba(106, 106, 205, 0.65);
}
.hover\:bg-police-300\/70:hover {
    background-color: rgba(106, 106, 205, 0.7);
}
.hover\:bg-police-300\/75:hover {
    background-color: rgba(106, 106, 205, 0.75);
}
.hover\:bg-police-300\/80:hover {
    background-color: rgba(106, 106, 205, 0.8);
}
.hover\:bg-police-300\/85:hover {
    background-color: rgba(106, 106, 205, 0.85);
}
.hover\:bg-police-300\/90:hover {
    background-color: rgba(106, 106, 205, 0.9);
}
.hover\:bg-police-300\/95:hover {
    background-color: rgba(106, 106, 205, 0.95);
}
.hover\:bg-police-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 79 196 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-400\/0:hover {
    background-color: rgba(79, 79, 196, 0);
}
.hover\:bg-police-400\/10:hover {
    background-color: rgba(79, 79, 196, 0.1);
}
.hover\:bg-police-400\/100:hover {
    background-color: #4f4fc4;
}
.hover\:bg-police-400\/15:hover {
    background-color: rgba(79, 79, 196, 0.15);
}
.hover\:bg-police-400\/20:hover {
    background-color: rgba(79, 79, 196, 0.2);
}
.hover\:bg-police-400\/25:hover {
    background-color: rgba(79, 79, 196, 0.25);
}
.hover\:bg-police-400\/30:hover {
    background-color: rgba(79, 79, 196, 0.3);
}
.hover\:bg-police-400\/35:hover {
    background-color: rgba(79, 79, 196, 0.35);
}
.hover\:bg-police-400\/40:hover {
    background-color: rgba(79, 79, 196, 0.4);
}
.hover\:bg-police-400\/45:hover {
    background-color: rgba(79, 79, 196, 0.45);
}
.hover\:bg-police-400\/5:hover {
    background-color: rgba(79, 79, 196, 0.05);
}
.hover\:bg-police-400\/50:hover {
    background-color: rgba(79, 79, 196, 0.5);
}
.hover\:bg-police-400\/55:hover {
    background-color: rgba(79, 79, 196, 0.55);
}
.hover\:bg-police-400\/60:hover {
    background-color: rgba(79, 79, 196, 0.6);
}
.hover\:bg-police-400\/65:hover {
    background-color: rgba(79, 79, 196, 0.65);
}
.hover\:bg-police-400\/70:hover {
    background-color: rgba(79, 79, 196, 0.7);
}
.hover\:bg-police-400\/75:hover {
    background-color: rgba(79, 79, 196, 0.75);
}
.hover\:bg-police-400\/80:hover {
    background-color: rgba(79, 79, 196, 0.8);
}
.hover\:bg-police-400\/85:hover {
    background-color: rgba(79, 79, 196, 0.85);
}
.hover\:bg-police-400\/90:hover {
    background-color: rgba(79, 79, 196, 0.9);
}
.hover\:bg-police-400\/95:hover {
    background-color: rgba(79, 79, 196, 0.95);
}
.hover\:bg-police-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(194 194 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-50\/0:hover {
    background-color: rgba(194, 194, 235, 0);
}
.hover\:bg-police-50\/10:hover {
    background-color: rgba(194, 194, 235, 0.1);
}
.hover\:bg-police-50\/100:hover {
    background-color: #c2c2eb;
}
.hover\:bg-police-50\/15:hover {
    background-color: rgba(194, 194, 235, 0.15);
}
.hover\:bg-police-50\/20:hover {
    background-color: rgba(194, 194, 235, 0.2);
}
.hover\:bg-police-50\/25:hover {
    background-color: rgba(194, 194, 235, 0.25);
}
.hover\:bg-police-50\/30:hover {
    background-color: rgba(194, 194, 235, 0.3);
}
.hover\:bg-police-50\/35:hover {
    background-color: rgba(194, 194, 235, 0.35);
}
.hover\:bg-police-50\/40:hover {
    background-color: rgba(194, 194, 235, 0.4);
}
.hover\:bg-police-50\/45:hover {
    background-color: rgba(194, 194, 235, 0.45);
}
.hover\:bg-police-50\/5:hover {
    background-color: rgba(194, 194, 235, 0.05);
}
.hover\:bg-police-50\/50:hover {
    background-color: rgba(194, 194, 235, 0.5);
}
.hover\:bg-police-50\/55:hover {
    background-color: rgba(194, 194, 235, 0.55);
}
.hover\:bg-police-50\/60:hover {
    background-color: rgba(194, 194, 235, 0.6);
}
.hover\:bg-police-50\/65:hover {
    background-color: rgba(194, 194, 235, 0.65);
}
.hover\:bg-police-50\/70:hover {
    background-color: rgba(194, 194, 235, 0.7);
}
.hover\:bg-police-50\/75:hover {
    background-color: rgba(194, 194, 235, 0.75);
}
.hover\:bg-police-50\/80:hover {
    background-color: rgba(194, 194, 235, 0.8);
}
.hover\:bg-police-50\/85:hover {
    background-color: rgba(194, 194, 235, 0.85);
}
.hover\:bg-police-50\/90:hover {
    background-color: rgba(194, 194, 235, 0.9);
}
.hover\:bg-police-50\/95:hover {
    background-color: rgba(194, 194, 235, 0.95);
}
.hover\:bg-police-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(60 60 180 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-500\/0:hover {
    background-color: rgba(60, 60, 180, 0);
}
.hover\:bg-police-500\/10:hover {
    background-color: rgba(60, 60, 180, 0.1);
}
.hover\:bg-police-500\/100:hover {
    background-color: #3c3cb4;
}
.hover\:bg-police-500\/15:hover {
    background-color: rgba(60, 60, 180, 0.15);
}
.hover\:bg-police-500\/20:hover {
    background-color: rgba(60, 60, 180, 0.2);
}
.hover\:bg-police-500\/25:hover {
    background-color: rgba(60, 60, 180, 0.25);
}
.hover\:bg-police-500\/30:hover {
    background-color: rgba(60, 60, 180, 0.3);
}
.hover\:bg-police-500\/35:hover {
    background-color: rgba(60, 60, 180, 0.35);
}
.hover\:bg-police-500\/40:hover {
    background-color: rgba(60, 60, 180, 0.4);
}
.hover\:bg-police-500\/45:hover {
    background-color: rgba(60, 60, 180, 0.45);
}
.hover\:bg-police-500\/5:hover {
    background-color: rgba(60, 60, 180, 0.05);
}
.hover\:bg-police-500\/50:hover {
    background-color: rgba(60, 60, 180, 0.5);
}
.hover\:bg-police-500\/55:hover {
    background-color: rgba(60, 60, 180, 0.55);
}
.hover\:bg-police-500\/60:hover {
    background-color: rgba(60, 60, 180, 0.6);
}
.hover\:bg-police-500\/65:hover {
    background-color: rgba(60, 60, 180, 0.65);
}
.hover\:bg-police-500\/70:hover {
    background-color: rgba(60, 60, 180, 0.7);
}
.hover\:bg-police-500\/75:hover {
    background-color: rgba(60, 60, 180, 0.75);
}
.hover\:bg-police-500\/80:hover {
    background-color: rgba(60, 60, 180, 0.8);
}
.hover\:bg-police-500\/85:hover {
    background-color: rgba(60, 60, 180, 0.85);
}
.hover\:bg-police-500\/90:hover {
    background-color: rgba(60, 60, 180, 0.9);
}
.hover\:bg-police-500\/95:hover {
    background-color: rgba(60, 60, 180, 0.95);
}
.hover\:bg-police-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-600\/0:hover {
    background-color: rgba(51, 51, 153, 0);
}
.hover\:bg-police-600\/10:hover {
    background-color: rgba(51, 51, 153, 0.1);
}
.hover\:bg-police-600\/100:hover {
    background-color: #339;
}
.hover\:bg-police-600\/15:hover {
    background-color: rgba(51, 51, 153, 0.15);
}
.hover\:bg-police-600\/20:hover {
    background-color: rgba(51, 51, 153, 0.2);
}
.hover\:bg-police-600\/25:hover {
    background-color: rgba(51, 51, 153, 0.25);
}
.hover\:bg-police-600\/30:hover {
    background-color: rgba(51, 51, 153, 0.3);
}
.hover\:bg-police-600\/35:hover {
    background-color: rgba(51, 51, 153, 0.35);
}
.hover\:bg-police-600\/40:hover {
    background-color: rgba(51, 51, 153, 0.4);
}
.hover\:bg-police-600\/45:hover {
    background-color: rgba(51, 51, 153, 0.45);
}
.hover\:bg-police-600\/5:hover {
    background-color: rgba(51, 51, 153, 0.05);
}
.hover\:bg-police-600\/50:hover {
    background-color: rgba(51, 51, 153, 0.5);
}
.hover\:bg-police-600\/55:hover {
    background-color: rgba(51, 51, 153, 0.55);
}
.hover\:bg-police-600\/60:hover {
    background-color: rgba(51, 51, 153, 0.6);
}
.hover\:bg-police-600\/65:hover {
    background-color: rgba(51, 51, 153, 0.65);
}
.hover\:bg-police-600\/70:hover {
    background-color: rgba(51, 51, 153, 0.7);
}
.hover\:bg-police-600\/75:hover {
    background-color: rgba(51, 51, 153, 0.75);
}
.hover\:bg-police-600\/80:hover {
    background-color: rgba(51, 51, 153, 0.8);
}
.hover\:bg-police-600\/85:hover {
    background-color: rgba(51, 51, 153, 0.85);
}
.hover\:bg-police-600\/90:hover {
    background-color: rgba(51, 51, 153, 0.9);
}
.hover\:bg-police-600\/95:hover {
    background-color: rgba(51, 51, 153, 0.95);
}
.hover\:bg-police-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 111 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-700\/0:hover {
    background-color: rgba(37, 37, 111, 0);
}
.hover\:bg-police-700\/10:hover {
    background-color: rgba(37, 37, 111, 0.1);
}
.hover\:bg-police-700\/100:hover {
    background-color: #25256f;
}
.hover\:bg-police-700\/15:hover {
    background-color: rgba(37, 37, 111, 0.15);
}
.hover\:bg-police-700\/20:hover {
    background-color: rgba(37, 37, 111, 0.2);
}
.hover\:bg-police-700\/25:hover {
    background-color: rgba(37, 37, 111, 0.25);
}
.hover\:bg-police-700\/30:hover {
    background-color: rgba(37, 37, 111, 0.3);
}
.hover\:bg-police-700\/35:hover {
    background-color: rgba(37, 37, 111, 0.35);
}
.hover\:bg-police-700\/40:hover {
    background-color: rgba(37, 37, 111, 0.4);
}
.hover\:bg-police-700\/45:hover {
    background-color: rgba(37, 37, 111, 0.45);
}
.hover\:bg-police-700\/5:hover {
    background-color: rgba(37, 37, 111, 0.05);
}
.hover\:bg-police-700\/50:hover {
    background-color: rgba(37, 37, 111, 0.5);
}
.hover\:bg-police-700\/55:hover {
    background-color: rgba(37, 37, 111, 0.55);
}
.hover\:bg-police-700\/60:hover {
    background-color: rgba(37, 37, 111, 0.6);
}
.hover\:bg-police-700\/65:hover {
    background-color: rgba(37, 37, 111, 0.65);
}
.hover\:bg-police-700\/70:hover {
    background-color: rgba(37, 37, 111, 0.7);
}
.hover\:bg-police-700\/75:hover {
    background-color: rgba(37, 37, 111, 0.75);
}
.hover\:bg-police-700\/80:hover {
    background-color: rgba(37, 37, 111, 0.8);
}
.hover\:bg-police-700\/85:hover {
    background-color: rgba(37, 37, 111, 0.85);
}
.hover\:bg-police-700\/90:hover {
    background-color: rgba(37, 37, 111, 0.9);
}
.hover\:bg-police-700\/95:hover {
    background-color: rgba(37, 37, 111, 0.95);
}
.hover\:bg-police-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 69 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-800\/0:hover {
    background-color: rgba(23, 23, 69, 0);
}
.hover\:bg-police-800\/10:hover {
    background-color: rgba(23, 23, 69, 0.1);
}
.hover\:bg-police-800\/100:hover {
    background-color: #171745;
}
.hover\:bg-police-800\/15:hover {
    background-color: rgba(23, 23, 69, 0.15);
}
.hover\:bg-police-800\/20:hover {
    background-color: rgba(23, 23, 69, 0.2);
}
.hover\:bg-police-800\/25:hover {
    background-color: rgba(23, 23, 69, 0.25);
}
.hover\:bg-police-800\/30:hover {
    background-color: rgba(23, 23, 69, 0.3);
}
.hover\:bg-police-800\/35:hover {
    background-color: rgba(23, 23, 69, 0.35);
}
.hover\:bg-police-800\/40:hover {
    background-color: rgba(23, 23, 69, 0.4);
}
.hover\:bg-police-800\/45:hover {
    background-color: rgba(23, 23, 69, 0.45);
}
.hover\:bg-police-800\/5:hover {
    background-color: rgba(23, 23, 69, 0.05);
}
.hover\:bg-police-800\/50:hover {
    background-color: rgba(23, 23, 69, 0.5);
}
.hover\:bg-police-800\/55:hover {
    background-color: rgba(23, 23, 69, 0.55);
}
.hover\:bg-police-800\/60:hover {
    background-color: rgba(23, 23, 69, 0.6);
}
.hover\:bg-police-800\/65:hover {
    background-color: rgba(23, 23, 69, 0.65);
}
.hover\:bg-police-800\/70:hover {
    background-color: rgba(23, 23, 69, 0.7);
}
.hover\:bg-police-800\/75:hover {
    background-color: rgba(23, 23, 69, 0.75);
}
.hover\:bg-police-800\/80:hover {
    background-color: rgba(23, 23, 69, 0.8);
}
.hover\:bg-police-800\/85:hover {
    background-color: rgba(23, 23, 69, 0.85);
}
.hover\:bg-police-800\/90:hover {
    background-color: rgba(23, 23, 69, 0.9);
}
.hover\:bg-police-800\/95:hover {
    background-color: rgba(23, 23, 69, 0.95);
}
.hover\:bg-police-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-police-900\/0:hover {
    background-color: rgba(9, 9, 27, 0);
}
.hover\:bg-police-900\/10:hover {
    background-color: rgba(9, 9, 27, 0.1);
}
.hover\:bg-police-900\/100:hover {
    background-color: #09091b;
}
.hover\:bg-police-900\/15:hover {
    background-color: rgba(9, 9, 27, 0.15);
}
.hover\:bg-police-900\/20:hover {
    background-color: rgba(9, 9, 27, 0.2);
}
.hover\:bg-police-900\/25:hover {
    background-color: rgba(9, 9, 27, 0.25);
}
.hover\:bg-police-900\/30:hover {
    background-color: rgba(9, 9, 27, 0.3);
}
.hover\:bg-police-900\/35:hover {
    background-color: rgba(9, 9, 27, 0.35);
}
.hover\:bg-police-900\/40:hover {
    background-color: rgba(9, 9, 27, 0.4);
}
.hover\:bg-police-900\/45:hover {
    background-color: rgba(9, 9, 27, 0.45);
}
.hover\:bg-police-900\/5:hover {
    background-color: rgba(9, 9, 27, 0.05);
}
.hover\:bg-police-900\/50:hover {
    background-color: rgba(9, 9, 27, 0.5);
}
.hover\:bg-police-900\/55:hover {
    background-color: rgba(9, 9, 27, 0.55);
}
.hover\:bg-police-900\/60:hover {
    background-color: rgba(9, 9, 27, 0.6);
}
.hover\:bg-police-900\/65:hover {
    background-color: rgba(9, 9, 27, 0.65);
}
.hover\:bg-police-900\/70:hover {
    background-color: rgba(9, 9, 27, 0.7);
}
.hover\:bg-police-900\/75:hover {
    background-color: rgba(9, 9, 27, 0.75);
}
.hover\:bg-police-900\/80:hover {
    background-color: rgba(9, 9, 27, 0.8);
}
.hover\:bg-police-900\/85:hover {
    background-color: rgba(9, 9, 27, 0.85);
}
.hover\:bg-police-900\/90:hover {
    background-color: rgba(9, 9, 27, 0.9);
}
.hover\:bg-police-900\/95:hover {
    background-color: rgba(9, 9, 27, 0.95);
}
.hover\:bg-positive-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(173 197 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(193 211 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-500:hover,
.hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-100\/0:hover {
    background-color: rgba(237, 233, 254, 0);
}
.hover\:bg-purple-100\/10:hover {
    background-color: rgba(237, 233, 254, 0.1);
}
.hover\:bg-purple-100\/100:hover {
    background-color: #ede9fe;
}
.hover\:bg-purple-100\/15:hover {
    background-color: rgba(237, 233, 254, 0.15);
}
.hover\:bg-purple-100\/20:hover {
    background-color: rgba(237, 233, 254, 0.2);
}
.hover\:bg-purple-100\/25:hover {
    background-color: rgba(237, 233, 254, 0.25);
}
.hover\:bg-purple-100\/30:hover {
    background-color: rgba(237, 233, 254, 0.3);
}
.hover\:bg-purple-100\/35:hover {
    background-color: rgba(237, 233, 254, 0.35);
}
.hover\:bg-purple-100\/40:hover {
    background-color: rgba(237, 233, 254, 0.4);
}
.hover\:bg-purple-100\/45:hover {
    background-color: rgba(237, 233, 254, 0.45);
}
.hover\:bg-purple-100\/5:hover {
    background-color: rgba(237, 233, 254, 0.05);
}
.hover\:bg-purple-100\/50:hover {
    background-color: rgba(237, 233, 254, 0.5);
}
.hover\:bg-purple-100\/55:hover {
    background-color: rgba(237, 233, 254, 0.55);
}
.hover\:bg-purple-100\/60:hover {
    background-color: rgba(237, 233, 254, 0.6);
}
.hover\:bg-purple-100\/65:hover {
    background-color: rgba(237, 233, 254, 0.65);
}
.hover\:bg-purple-100\/70:hover {
    background-color: rgba(237, 233, 254, 0.7);
}
.hover\:bg-purple-100\/75:hover {
    background-color: rgba(237, 233, 254, 0.75);
}
.hover\:bg-purple-100\/80:hover {
    background-color: rgba(237, 233, 254, 0.8);
}
.hover\:bg-purple-100\/85:hover {
    background-color: rgba(237, 233, 254, 0.85);
}
.hover\:bg-purple-100\/90:hover {
    background-color: rgba(237, 233, 254, 0.9);
}
.hover\:bg-purple-100\/95:hover {
    background-color: rgba(237, 233, 254, 0.95);
}
.hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-200\/0:hover {
    background-color: rgba(221, 214, 254, 0);
}
.hover\:bg-purple-200\/10:hover {
    background-color: rgba(221, 214, 254, 0.1);
}
.hover\:bg-purple-200\/100:hover {
    background-color: #ddd6fe;
}
.hover\:bg-purple-200\/15:hover {
    background-color: rgba(221, 214, 254, 0.15);
}
.hover\:bg-purple-200\/20:hover {
    background-color: rgba(221, 214, 254, 0.2);
}
.hover\:bg-purple-200\/25:hover {
    background-color: rgba(221, 214, 254, 0.25);
}
.hover\:bg-purple-200\/30:hover {
    background-color: rgba(221, 214, 254, 0.3);
}
.hover\:bg-purple-200\/35:hover {
    background-color: rgba(221, 214, 254, 0.35);
}
.hover\:bg-purple-200\/40:hover {
    background-color: rgba(221, 214, 254, 0.4);
}
.hover\:bg-purple-200\/45:hover {
    background-color: rgba(221, 214, 254, 0.45);
}
.hover\:bg-purple-200\/5:hover {
    background-color: rgba(221, 214, 254, 0.05);
}
.hover\:bg-purple-200\/50:hover {
    background-color: rgba(221, 214, 254, 0.5);
}
.hover\:bg-purple-200\/55:hover {
    background-color: rgba(221, 214, 254, 0.55);
}
.hover\:bg-purple-200\/60:hover {
    background-color: rgba(221, 214, 254, 0.6);
}
.hover\:bg-purple-200\/65:hover {
    background-color: rgba(221, 214, 254, 0.65);
}
.hover\:bg-purple-200\/70:hover {
    background-color: rgba(221, 214, 254, 0.7);
}
.hover\:bg-purple-200\/75:hover {
    background-color: rgba(221, 214, 254, 0.75);
}
.hover\:bg-purple-200\/80:hover {
    background-color: rgba(221, 214, 254, 0.8);
}
.hover\:bg-purple-200\/85:hover {
    background-color: rgba(221, 214, 254, 0.85);
}
.hover\:bg-purple-200\/90:hover {
    background-color: rgba(221, 214, 254, 0.9);
}
.hover\:bg-purple-200\/95:hover {
    background-color: rgba(221, 214, 254, 0.95);
}
.hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-300\/0:hover {
    background-color: rgba(196, 181, 253, 0);
}
.hover\:bg-purple-300\/10:hover {
    background-color: rgba(196, 181, 253, 0.1);
}
.hover\:bg-purple-300\/100:hover {
    background-color: #c4b5fd;
}
.hover\:bg-purple-300\/15:hover {
    background-color: rgba(196, 181, 253, 0.15);
}
.hover\:bg-purple-300\/20:hover {
    background-color: rgba(196, 181, 253, 0.2);
}
.hover\:bg-purple-300\/25:hover {
    background-color: rgba(196, 181, 253, 0.25);
}
.hover\:bg-purple-300\/30:hover {
    background-color: rgba(196, 181, 253, 0.3);
}
.hover\:bg-purple-300\/35:hover {
    background-color: rgba(196, 181, 253, 0.35);
}
.hover\:bg-purple-300\/40:hover {
    background-color: rgba(196, 181, 253, 0.4);
}
.hover\:bg-purple-300\/45:hover {
    background-color: rgba(196, 181, 253, 0.45);
}
.hover\:bg-purple-300\/5:hover {
    background-color: rgba(196, 181, 253, 0.05);
}
.hover\:bg-purple-300\/50:hover {
    background-color: rgba(196, 181, 253, 0.5);
}
.hover\:bg-purple-300\/55:hover {
    background-color: rgba(196, 181, 253, 0.55);
}
.hover\:bg-purple-300\/60:hover {
    background-color: rgba(196, 181, 253, 0.6);
}
.hover\:bg-purple-300\/65:hover {
    background-color: rgba(196, 181, 253, 0.65);
}
.hover\:bg-purple-300\/70:hover {
    background-color: rgba(196, 181, 253, 0.7);
}
.hover\:bg-purple-300\/75:hover {
    background-color: rgba(196, 181, 253, 0.75);
}
.hover\:bg-purple-300\/80:hover {
    background-color: rgba(196, 181, 253, 0.8);
}
.hover\:bg-purple-300\/85:hover {
    background-color: rgba(196, 181, 253, 0.85);
}
.hover\:bg-purple-300\/90:hover {
    background-color: rgba(196, 181, 253, 0.9);
}
.hover\:bg-purple-300\/95:hover {
    background-color: rgba(196, 181, 253, 0.95);
}
.hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-400\/0:hover {
    background-color: rgba(167, 139, 250, 0);
}
.hover\:bg-purple-400\/10:hover {
    background-color: rgba(167, 139, 250, 0.1);
}
.hover\:bg-purple-400\/100:hover {
    background-color: #a78bfa;
}
.hover\:bg-purple-400\/15:hover {
    background-color: rgba(167, 139, 250, 0.15);
}
.hover\:bg-purple-400\/20:hover {
    background-color: rgba(167, 139, 250, 0.2);
}
.hover\:bg-purple-400\/25:hover {
    background-color: rgba(167, 139, 250, 0.25);
}
.hover\:bg-purple-400\/30:hover {
    background-color: rgba(167, 139, 250, 0.3);
}
.hover\:bg-purple-400\/35:hover {
    background-color: rgba(167, 139, 250, 0.35);
}
.hover\:bg-purple-400\/40:hover {
    background-color: rgba(167, 139, 250, 0.4);
}
.hover\:bg-purple-400\/45:hover {
    background-color: rgba(167, 139, 250, 0.45);
}
.hover\:bg-purple-400\/5:hover {
    background-color: rgba(167, 139, 250, 0.05);
}
.hover\:bg-purple-400\/50:hover {
    background-color: rgba(167, 139, 250, 0.5);
}
.hover\:bg-purple-400\/55:hover {
    background-color: rgba(167, 139, 250, 0.55);
}
.hover\:bg-purple-400\/60:hover {
    background-color: rgba(167, 139, 250, 0.6);
}
.hover\:bg-purple-400\/65:hover {
    background-color: rgba(167, 139, 250, 0.65);
}
.hover\:bg-purple-400\/70:hover {
    background-color: rgba(167, 139, 250, 0.7);
}
.hover\:bg-purple-400\/75:hover {
    background-color: rgba(167, 139, 250, 0.75);
}
.hover\:bg-purple-400\/80:hover {
    background-color: rgba(167, 139, 250, 0.8);
}
.hover\:bg-purple-400\/85:hover {
    background-color: rgba(167, 139, 250, 0.85);
}
.hover\:bg-purple-400\/90:hover {
    background-color: rgba(167, 139, 250, 0.9);
}
.hover\:bg-purple-400\/95:hover {
    background-color: rgba(167, 139, 250, 0.95);
}
.hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50\/0:hover {
    background-color: rgba(245, 243, 255, 0);
}
.hover\:bg-purple-50\/10:hover {
    background-color: rgba(245, 243, 255, 0.1);
}
.hover\:bg-purple-50\/100:hover {
    background-color: #f5f3ff;
}
.hover\:bg-purple-50\/15:hover {
    background-color: rgba(245, 243, 255, 0.15);
}
.hover\:bg-purple-50\/20:hover {
    background-color: rgba(245, 243, 255, 0.2);
}
.hover\:bg-purple-50\/25:hover {
    background-color: rgba(245, 243, 255, 0.25);
}
.hover\:bg-purple-50\/30:hover {
    background-color: rgba(245, 243, 255, 0.3);
}
.hover\:bg-purple-50\/35:hover {
    background-color: rgba(245, 243, 255, 0.35);
}
.hover\:bg-purple-50\/40:hover {
    background-color: rgba(245, 243, 255, 0.4);
}
.hover\:bg-purple-50\/45:hover {
    background-color: rgba(245, 243, 255, 0.45);
}
.hover\:bg-purple-50\/5:hover {
    background-color: rgba(245, 243, 255, 0.05);
}
.hover\:bg-purple-50\/50:hover {
    background-color: rgba(245, 243, 255, 0.5);
}
.hover\:bg-purple-50\/55:hover {
    background-color: rgba(245, 243, 255, 0.55);
}
.hover\:bg-purple-50\/60:hover {
    background-color: rgba(245, 243, 255, 0.6);
}
.hover\:bg-purple-50\/65:hover {
    background-color: rgba(245, 243, 255, 0.65);
}
.hover\:bg-purple-50\/70:hover {
    background-color: rgba(245, 243, 255, 0.7);
}
.hover\:bg-purple-50\/75:hover {
    background-color: rgba(245, 243, 255, 0.75);
}
.hover\:bg-purple-50\/80:hover {
    background-color: rgba(245, 243, 255, 0.8);
}
.hover\:bg-purple-50\/85:hover {
    background-color: rgba(245, 243, 255, 0.85);
}
.hover\:bg-purple-50\/90:hover {
    background-color: rgba(245, 243, 255, 0.9);
}
.hover\:bg-purple-50\/95:hover {
    background-color: rgba(245, 243, 255, 0.95);
}
.hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-500\/0:hover {
    background-color: rgba(139, 92, 246, 0);
}
.hover\:bg-purple-500\/10:hover {
    background-color: rgba(139, 92, 246, 0.1);
}
.hover\:bg-purple-500\/100:hover {
    background-color: #8b5cf6;
}
.hover\:bg-purple-500\/15:hover {
    background-color: rgba(139, 92, 246, 0.15);
}
.hover\:bg-purple-500\/20:hover {
    background-color: rgba(139, 92, 246, 0.2);
}
.hover\:bg-purple-500\/25:hover {
    background-color: rgba(139, 92, 246, 0.25);
}
.hover\:bg-purple-500\/30:hover {
    background-color: rgba(139, 92, 246, 0.3);
}
.hover\:bg-purple-500\/35:hover {
    background-color: rgba(139, 92, 246, 0.35);
}
.hover\:bg-purple-500\/40:hover {
    background-color: rgba(139, 92, 246, 0.4);
}
.hover\:bg-purple-500\/45:hover {
    background-color: rgba(139, 92, 246, 0.45);
}
.hover\:bg-purple-500\/5:hover {
    background-color: rgba(139, 92, 246, 0.05);
}
.hover\:bg-purple-500\/50:hover {
    background-color: rgba(139, 92, 246, 0.5);
}
.hover\:bg-purple-500\/55:hover {
    background-color: rgba(139, 92, 246, 0.55);
}
.hover\:bg-purple-500\/60:hover {
    background-color: rgba(139, 92, 246, 0.6);
}
.hover\:bg-purple-500\/65:hover {
    background-color: rgba(139, 92, 246, 0.65);
}
.hover\:bg-purple-500\/70:hover {
    background-color: rgba(139, 92, 246, 0.7);
}
.hover\:bg-purple-500\/75:hover {
    background-color: rgba(139, 92, 246, 0.75);
}
.hover\:bg-purple-500\/80:hover {
    background-color: rgba(139, 92, 246, 0.8);
}
.hover\:bg-purple-500\/85:hover {
    background-color: rgba(139, 92, 246, 0.85);
}
.hover\:bg-purple-500\/90:hover {
    background-color: rgba(139, 92, 246, 0.9);
}
.hover\:bg-purple-500\/95:hover {
    background-color: rgba(139, 92, 246, 0.95);
}
.hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-600\/0:hover {
    background-color: rgba(124, 58, 237, 0);
}
.hover\:bg-purple-600\/10:hover {
    background-color: rgba(124, 58, 237, 0.1);
}
.hover\:bg-purple-600\/100:hover {
    background-color: #7c3aed;
}
.hover\:bg-purple-600\/15:hover {
    background-color: rgba(124, 58, 237, 0.15);
}
.hover\:bg-purple-600\/20:hover {
    background-color: rgba(124, 58, 237, 0.2);
}
.hover\:bg-purple-600\/25:hover {
    background-color: rgba(124, 58, 237, 0.25);
}
.hover\:bg-purple-600\/30:hover {
    background-color: rgba(124, 58, 237, 0.3);
}
.hover\:bg-purple-600\/35:hover {
    background-color: rgba(124, 58, 237, 0.35);
}
.hover\:bg-purple-600\/40:hover {
    background-color: rgba(124, 58, 237, 0.4);
}
.hover\:bg-purple-600\/45:hover {
    background-color: rgba(124, 58, 237, 0.45);
}
.hover\:bg-purple-600\/5:hover {
    background-color: rgba(124, 58, 237, 0.05);
}
.hover\:bg-purple-600\/50:hover {
    background-color: rgba(124, 58, 237, 0.5);
}
.hover\:bg-purple-600\/55:hover {
    background-color: rgba(124, 58, 237, 0.55);
}
.hover\:bg-purple-600\/60:hover {
    background-color: rgba(124, 58, 237, 0.6);
}
.hover\:bg-purple-600\/65:hover {
    background-color: rgba(124, 58, 237, 0.65);
}
.hover\:bg-purple-600\/70:hover {
    background-color: rgba(124, 58, 237, 0.7);
}
.hover\:bg-purple-600\/75:hover {
    background-color: rgba(124, 58, 237, 0.75);
}
.hover\:bg-purple-600\/80:hover {
    background-color: rgba(124, 58, 237, 0.8);
}
.hover\:bg-purple-600\/85:hover {
    background-color: rgba(124, 58, 237, 0.85);
}
.hover\:bg-purple-600\/90:hover {
    background-color: rgba(124, 58, 237, 0.9);
}
.hover\:bg-purple-600\/95:hover {
    background-color: rgba(124, 58, 237, 0.95);
}
.hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-700\/0:hover {
    background-color: rgba(109, 40, 217, 0);
}
.hover\:bg-purple-700\/10:hover {
    background-color: rgba(109, 40, 217, 0.1);
}
.hover\:bg-purple-700\/100:hover {
    background-color: #6d28d9;
}
.hover\:bg-purple-700\/15:hover {
    background-color: rgba(109, 40, 217, 0.15);
}
.hover\:bg-purple-700\/20:hover {
    background-color: rgba(109, 40, 217, 0.2);
}
.hover\:bg-purple-700\/25:hover {
    background-color: rgba(109, 40, 217, 0.25);
}
.hover\:bg-purple-700\/30:hover {
    background-color: rgba(109, 40, 217, 0.3);
}
.hover\:bg-purple-700\/35:hover {
    background-color: rgba(109, 40, 217, 0.35);
}
.hover\:bg-purple-700\/40:hover {
    background-color: rgba(109, 40, 217, 0.4);
}
.hover\:bg-purple-700\/45:hover {
    background-color: rgba(109, 40, 217, 0.45);
}
.hover\:bg-purple-700\/5:hover {
    background-color: rgba(109, 40, 217, 0.05);
}
.hover\:bg-purple-700\/50:hover {
    background-color: rgba(109, 40, 217, 0.5);
}
.hover\:bg-purple-700\/55:hover {
    background-color: rgba(109, 40, 217, 0.55);
}
.hover\:bg-purple-700\/60:hover {
    background-color: rgba(109, 40, 217, 0.6);
}
.hover\:bg-purple-700\/65:hover {
    background-color: rgba(109, 40, 217, 0.65);
}
.hover\:bg-purple-700\/70:hover {
    background-color: rgba(109, 40, 217, 0.7);
}
.hover\:bg-purple-700\/75:hover {
    background-color: rgba(109, 40, 217, 0.75);
}
.hover\:bg-purple-700\/80:hover {
    background-color: rgba(109, 40, 217, 0.8);
}
.hover\:bg-purple-700\/85:hover {
    background-color: rgba(109, 40, 217, 0.85);
}
.hover\:bg-purple-700\/90:hover {
    background-color: rgba(109, 40, 217, 0.9);
}
.hover\:bg-purple-700\/95:hover {
    background-color: rgba(109, 40, 217, 0.95);
}
.hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-800\/0:hover {
    background-color: rgba(91, 33, 182, 0);
}
.hover\:bg-purple-800\/10:hover {
    background-color: rgba(91, 33, 182, 0.1);
}
.hover\:bg-purple-800\/100:hover {
    background-color: #5b21b6;
}
.hover\:bg-purple-800\/15:hover {
    background-color: rgba(91, 33, 182, 0.15);
}
.hover\:bg-purple-800\/20:hover {
    background-color: rgba(91, 33, 182, 0.2);
}
.hover\:bg-purple-800\/25:hover {
    background-color: rgba(91, 33, 182, 0.25);
}
.hover\:bg-purple-800\/30:hover {
    background-color: rgba(91, 33, 182, 0.3);
}
.hover\:bg-purple-800\/35:hover {
    background-color: rgba(91, 33, 182, 0.35);
}
.hover\:bg-purple-800\/40:hover {
    background-color: rgba(91, 33, 182, 0.4);
}
.hover\:bg-purple-800\/45:hover {
    background-color: rgba(91, 33, 182, 0.45);
}
.hover\:bg-purple-800\/5:hover {
    background-color: rgba(91, 33, 182, 0.05);
}
.hover\:bg-purple-800\/50:hover {
    background-color: rgba(91, 33, 182, 0.5);
}
.hover\:bg-purple-800\/55:hover {
    background-color: rgba(91, 33, 182, 0.55);
}
.hover\:bg-purple-800\/60:hover {
    background-color: rgba(91, 33, 182, 0.6);
}
.hover\:bg-purple-800\/65:hover {
    background-color: rgba(91, 33, 182, 0.65);
}
.hover\:bg-purple-800\/70:hover {
    background-color: rgba(91, 33, 182, 0.7);
}
.hover\:bg-purple-800\/75:hover {
    background-color: rgba(91, 33, 182, 0.75);
}
.hover\:bg-purple-800\/80:hover {
    background-color: rgba(91, 33, 182, 0.8);
}
.hover\:bg-purple-800\/85:hover {
    background-color: rgba(91, 33, 182, 0.85);
}
.hover\:bg-purple-800\/90:hover {
    background-color: rgba(91, 33, 182, 0.9);
}
.hover\:bg-purple-800\/95:hover {
    background-color: rgba(91, 33, 182, 0.95);
}
.hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-900\/0:hover {
    background-color: rgba(76, 29, 149, 0);
}
.hover\:bg-purple-900\/10:hover {
    background-color: rgba(76, 29, 149, 0.1);
}
.hover\:bg-purple-900\/100:hover {
    background-color: #4c1d95;
}
.hover\:bg-purple-900\/15:hover {
    background-color: rgba(76, 29, 149, 0.15);
}
.hover\:bg-purple-900\/20:hover {
    background-color: rgba(76, 29, 149, 0.2);
}
.hover\:bg-purple-900\/25:hover {
    background-color: rgba(76, 29, 149, 0.25);
}
.hover\:bg-purple-900\/30:hover {
    background-color: rgba(76, 29, 149, 0.3);
}
.hover\:bg-purple-900\/35:hover {
    background-color: rgba(76, 29, 149, 0.35);
}
.hover\:bg-purple-900\/40:hover {
    background-color: rgba(76, 29, 149, 0.4);
}
.hover\:bg-purple-900\/45:hover {
    background-color: rgba(76, 29, 149, 0.45);
}
.hover\:bg-purple-900\/5:hover {
    background-color: rgba(76, 29, 149, 0.05);
}
.hover\:bg-purple-900\/50:hover {
    background-color: rgba(76, 29, 149, 0.5);
}
.hover\:bg-purple-900\/55:hover {
    background-color: rgba(76, 29, 149, 0.55);
}
.hover\:bg-purple-900\/60:hover {
    background-color: rgba(76, 29, 149, 0.6);
}
.hover\:bg-purple-900\/65:hover {
    background-color: rgba(76, 29, 149, 0.65);
}
.hover\:bg-purple-900\/70:hover {
    background-color: rgba(76, 29, 149, 0.7);
}
.hover\:bg-purple-900\/75:hover {
    background-color: rgba(76, 29, 149, 0.75);
}
.hover\:bg-purple-900\/80:hover {
    background-color: rgba(76, 29, 149, 0.8);
}
.hover\:bg-purple-900\/85:hover {
    background-color: rgba(76, 29, 149, 0.85);
}
.hover\:bg-purple-900\/90:hover {
    background-color: rgba(76, 29, 149, 0.9);
}
.hover\:bg-purple-900\/95:hover {
    background-color: rgba(76, 29, 149, 0.95);
}
.hover\:bg-rdv-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-blue\/50:hover {
    background-color: rgba(51, 89, 165, 0.5);
}
.hover\:bg-rdv-blue\/90:hover {
    background-color: rgba(51, 89, 165, 0.9);
}
.hover\:bg-rdv-blueribbon:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 77 145 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-botticelli:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 222 239 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-botticelli\/50:hover {
    background-color: rgba(212, 222, 239, 0.5);
}
.hover\:bg-rdv-ghost:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(198 205 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-highlight:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(246 219 120 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-mariner:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(127 167 222 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-pickledbluewood:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(43 57 72 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-puertorico:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(87 184 147 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-whisper:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-whitelilac:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 245 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rdv-whitelilac\/25:hover {
    background-color: rgba(243, 245, 250, 0.25);
}
.hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100\/0:hover {
    background-color: hsla(0, 93%, 94%, 0);
}
.hover\:bg-red-100\/10:hover {
    background-color: hsla(0, 93%, 94%, 0.1);
}
.hover\:bg-red-100\/100:hover {
    background-color: #fee2e2;
}
.hover\:bg-red-100\/15:hover {
    background-color: hsla(0, 93%, 94%, 0.15);
}
.hover\:bg-red-100\/20:hover {
    background-color: hsla(0, 93%, 94%, 0.2);
}
.hover\:bg-red-100\/25:hover {
    background-color: hsla(0, 93%, 94%, 0.25);
}
.hover\:bg-red-100\/30:hover {
    background-color: hsla(0, 93%, 94%, 0.3);
}
.hover\:bg-red-100\/35:hover {
    background-color: hsla(0, 93%, 94%, 0.35);
}
.hover\:bg-red-100\/40:hover {
    background-color: hsla(0, 93%, 94%, 0.4);
}
.hover\:bg-red-100\/45:hover {
    background-color: hsla(0, 93%, 94%, 0.45);
}
.hover\:bg-red-100\/5:hover {
    background-color: hsla(0, 93%, 94%, 0.05);
}
.hover\:bg-red-100\/50:hover {
    background-color: hsla(0, 93%, 94%, 0.5);
}
.hover\:bg-red-100\/55:hover {
    background-color: hsla(0, 93%, 94%, 0.55);
}
.hover\:bg-red-100\/60:hover {
    background-color: hsla(0, 93%, 94%, 0.6);
}
.hover\:bg-red-100\/65:hover {
    background-color: hsla(0, 93%, 94%, 0.65);
}
.hover\:bg-red-100\/70:hover {
    background-color: hsla(0, 93%, 94%, 0.7);
}
.hover\:bg-red-100\/75:hover {
    background-color: hsla(0, 93%, 94%, 0.75);
}
.hover\:bg-red-100\/80:hover {
    background-color: hsla(0, 93%, 94%, 0.8);
}
.hover\:bg-red-100\/85:hover {
    background-color: hsla(0, 93%, 94%, 0.85);
}
.hover\:bg-red-100\/90:hover {
    background-color: hsla(0, 93%, 94%, 0.9);
}
.hover\:bg-red-100\/95:hover {
    background-color: hsla(0, 93%, 94%, 0.95);
}
.hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-200\/0:hover {
    background-color: hsla(0, 96%, 89%, 0);
}
.hover\:bg-red-200\/10:hover {
    background-color: hsla(0, 96%, 89%, 0.1);
}
.hover\:bg-red-200\/100:hover {
    background-color: #fecaca;
}
.hover\:bg-red-200\/15:hover {
    background-color: hsla(0, 96%, 89%, 0.15);
}
.hover\:bg-red-200\/20:hover {
    background-color: hsla(0, 96%, 89%, 0.2);
}
.hover\:bg-red-200\/25:hover {
    background-color: hsla(0, 96%, 89%, 0.25);
}
.hover\:bg-red-200\/30:hover {
    background-color: hsla(0, 96%, 89%, 0.3);
}
.hover\:bg-red-200\/35:hover {
    background-color: hsla(0, 96%, 89%, 0.35);
}
.hover\:bg-red-200\/40:hover {
    background-color: hsla(0, 96%, 89%, 0.4);
}
.hover\:bg-red-200\/45:hover {
    background-color: hsla(0, 96%, 89%, 0.45);
}
.hover\:bg-red-200\/5:hover {
    background-color: hsla(0, 96%, 89%, 0.05);
}
.hover\:bg-red-200\/50:hover {
    background-color: hsla(0, 96%, 89%, 0.5);
}
.hover\:bg-red-200\/55:hover {
    background-color: hsla(0, 96%, 89%, 0.55);
}
.hover\:bg-red-200\/60:hover {
    background-color: hsla(0, 96%, 89%, 0.6);
}
.hover\:bg-red-200\/65:hover {
    background-color: hsla(0, 96%, 89%, 0.65);
}
.hover\:bg-red-200\/70:hover {
    background-color: hsla(0, 96%, 89%, 0.7);
}
.hover\:bg-red-200\/75:hover {
    background-color: hsla(0, 96%, 89%, 0.75);
}
.hover\:bg-red-200\/80:hover {
    background-color: hsla(0, 96%, 89%, 0.8);
}
.hover\:bg-red-200\/85:hover {
    background-color: hsla(0, 96%, 89%, 0.85);
}
.hover\:bg-red-200\/90:hover {
    background-color: hsla(0, 96%, 89%, 0.9);
}
.hover\:bg-red-200\/95:hover {
    background-color: hsla(0, 96%, 89%, 0.95);
}
.hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-300\/0:hover {
    background-color: hsla(0, 94%, 82%, 0);
}
.hover\:bg-red-300\/10:hover {
    background-color: hsla(0, 94%, 82%, 0.1);
}
.hover\:bg-red-300\/100:hover {
    background-color: #fca5a5;
}
.hover\:bg-red-300\/15:hover {
    background-color: hsla(0, 94%, 82%, 0.15);
}
.hover\:bg-red-300\/20:hover {
    background-color: hsla(0, 94%, 82%, 0.2);
}
.hover\:bg-red-300\/25:hover {
    background-color: hsla(0, 94%, 82%, 0.25);
}
.hover\:bg-red-300\/30:hover {
    background-color: hsla(0, 94%, 82%, 0.3);
}
.hover\:bg-red-300\/35:hover {
    background-color: hsla(0, 94%, 82%, 0.35);
}
.hover\:bg-red-300\/40:hover {
    background-color: hsla(0, 94%, 82%, 0.4);
}
.hover\:bg-red-300\/45:hover {
    background-color: hsla(0, 94%, 82%, 0.45);
}
.hover\:bg-red-300\/5:hover {
    background-color: hsla(0, 94%, 82%, 0.05);
}
.hover\:bg-red-300\/50:hover {
    background-color: hsla(0, 94%, 82%, 0.5);
}
.hover\:bg-red-300\/55:hover {
    background-color: hsla(0, 94%, 82%, 0.55);
}
.hover\:bg-red-300\/60:hover {
    background-color: hsla(0, 94%, 82%, 0.6);
}
.hover\:bg-red-300\/65:hover {
    background-color: hsla(0, 94%, 82%, 0.65);
}
.hover\:bg-red-300\/70:hover {
    background-color: hsla(0, 94%, 82%, 0.7);
}
.hover\:bg-red-300\/75:hover {
    background-color: hsla(0, 94%, 82%, 0.75);
}
.hover\:bg-red-300\/80:hover {
    background-color: hsla(0, 94%, 82%, 0.8);
}
.hover\:bg-red-300\/85:hover {
    background-color: hsla(0, 94%, 82%, 0.85);
}
.hover\:bg-red-300\/90:hover {
    background-color: hsla(0, 94%, 82%, 0.9);
}
.hover\:bg-red-300\/95:hover {
    background-color: hsla(0, 94%, 82%, 0.95);
}
.hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-400\/0:hover {
    background-color: hsla(0, 91%, 71%, 0);
}
.hover\:bg-red-400\/10:hover {
    background-color: hsla(0, 91%, 71%, 0.1);
}
.hover\:bg-red-400\/100:hover {
    background-color: #f87171;
}
.hover\:bg-red-400\/15:hover {
    background-color: hsla(0, 91%, 71%, 0.15);
}
.hover\:bg-red-400\/20:hover {
    background-color: hsla(0, 91%, 71%, 0.2);
}
.hover\:bg-red-400\/25:hover {
    background-color: hsla(0, 91%, 71%, 0.25);
}
.hover\:bg-red-400\/30:hover {
    background-color: hsla(0, 91%, 71%, 0.3);
}
.hover\:bg-red-400\/35:hover {
    background-color: hsla(0, 91%, 71%, 0.35);
}
.hover\:bg-red-400\/40:hover {
    background-color: hsla(0, 91%, 71%, 0.4);
}
.hover\:bg-red-400\/45:hover {
    background-color: hsla(0, 91%, 71%, 0.45);
}
.hover\:bg-red-400\/5:hover {
    background-color: hsla(0, 91%, 71%, 0.05);
}
.hover\:bg-red-400\/50:hover {
    background-color: hsla(0, 91%, 71%, 0.5);
}
.hover\:bg-red-400\/55:hover {
    background-color: hsla(0, 91%, 71%, 0.55);
}
.hover\:bg-red-400\/60:hover {
    background-color: hsla(0, 91%, 71%, 0.6);
}
.hover\:bg-red-400\/65:hover {
    background-color: hsla(0, 91%, 71%, 0.65);
}
.hover\:bg-red-400\/70:hover {
    background-color: hsla(0, 91%, 71%, 0.7);
}
.hover\:bg-red-400\/75:hover {
    background-color: hsla(0, 91%, 71%, 0.75);
}
.hover\:bg-red-400\/80:hover {
    background-color: hsla(0, 91%, 71%, 0.8);
}
.hover\:bg-red-400\/85:hover {
    background-color: hsla(0, 91%, 71%, 0.85);
}
.hover\:bg-red-400\/90:hover {
    background-color: hsla(0, 91%, 71%, 0.9);
}
.hover\:bg-red-400\/95:hover {
    background-color: hsla(0, 91%, 71%, 0.95);
}
.hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50\/0:hover {
    background-color: hsla(0, 86%, 97%, 0);
}
.hover\:bg-red-50\/10:hover {
    background-color: hsla(0, 86%, 97%, 0.1);
}
.hover\:bg-red-50\/100:hover {
    background-color: #fef2f2;
}
.hover\:bg-red-50\/15:hover {
    background-color: hsla(0, 86%, 97%, 0.15);
}
.hover\:bg-red-50\/20:hover {
    background-color: hsla(0, 86%, 97%, 0.2);
}
.hover\:bg-red-50\/25:hover {
    background-color: hsla(0, 86%, 97%, 0.25);
}
.hover\:bg-red-50\/30:hover {
    background-color: hsla(0, 86%, 97%, 0.3);
}
.hover\:bg-red-50\/35:hover {
    background-color: hsla(0, 86%, 97%, 0.35);
}
.hover\:bg-red-50\/40:hover {
    background-color: hsla(0, 86%, 97%, 0.4);
}
.hover\:bg-red-50\/45:hover {
    background-color: hsla(0, 86%, 97%, 0.45);
}
.hover\:bg-red-50\/5:hover {
    background-color: hsla(0, 86%, 97%, 0.05);
}
.hover\:bg-red-50\/50:hover {
    background-color: hsla(0, 86%, 97%, 0.5);
}
.hover\:bg-red-50\/55:hover {
    background-color: hsla(0, 86%, 97%, 0.55);
}
.hover\:bg-red-50\/60:hover {
    background-color: hsla(0, 86%, 97%, 0.6);
}
.hover\:bg-red-50\/65:hover {
    background-color: hsla(0, 86%, 97%, 0.65);
}
.hover\:bg-red-50\/70:hover {
    background-color: hsla(0, 86%, 97%, 0.7);
}
.hover\:bg-red-50\/75:hover {
    background-color: hsla(0, 86%, 97%, 0.75);
}
.hover\:bg-red-50\/80:hover {
    background-color: hsla(0, 86%, 97%, 0.8);
}
.hover\:bg-red-50\/85:hover {
    background-color: hsla(0, 86%, 97%, 0.85);
}
.hover\:bg-red-50\/90:hover {
    background-color: hsla(0, 86%, 97%, 0.9);
}
.hover\:bg-red-50\/95:hover {
    background-color: hsla(0, 86%, 97%, 0.95);
}
.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500\/0:hover {
    background-color: rgba(239, 68, 68, 0);
}
.hover\:bg-red-500\/10:hover {
    background-color: rgba(239, 68, 68, 0.1);
}
.hover\:bg-red-500\/100:hover {
    background-color: #ef4444;
}
.hover\:bg-red-500\/15:hover {
    background-color: rgba(239, 68, 68, 0.15);
}
.hover\:bg-red-500\/20:hover {
    background-color: rgba(239, 68, 68, 0.2);
}
.hover\:bg-red-500\/25:hover {
    background-color: rgba(239, 68, 68, 0.25);
}
.hover\:bg-red-500\/30:hover {
    background-color: rgba(239, 68, 68, 0.3);
}
.hover\:bg-red-500\/35:hover {
    background-color: rgba(239, 68, 68, 0.35);
}
.hover\:bg-red-500\/40:hover {
    background-color: rgba(239, 68, 68, 0.4);
}
.hover\:bg-red-500\/45:hover {
    background-color: rgba(239, 68, 68, 0.45);
}
.hover\:bg-red-500\/5:hover {
    background-color: rgba(239, 68, 68, 0.05);
}
.hover\:bg-red-500\/50:hover {
    background-color: rgba(239, 68, 68, 0.5);
}
.hover\:bg-red-500\/55:hover {
    background-color: rgba(239, 68, 68, 0.55);
}
.hover\:bg-red-500\/60:hover {
    background-color: rgba(239, 68, 68, 0.6);
}
.hover\:bg-red-500\/65:hover {
    background-color: rgba(239, 68, 68, 0.65);
}
.hover\:bg-red-500\/70:hover {
    background-color: rgba(239, 68, 68, 0.7);
}
.hover\:bg-red-500\/75:hover {
    background-color: rgba(239, 68, 68, 0.75);
}
.hover\:bg-red-500\/80:hover {
    background-color: rgba(239, 68, 68, 0.8);
}
.hover\:bg-red-500\/85:hover {
    background-color: rgba(239, 68, 68, 0.85);
}
.hover\:bg-red-500\/90:hover {
    background-color: rgba(239, 68, 68, 0.9);
}
.hover\:bg-red-500\/95:hover {
    background-color: rgba(239, 68, 68, 0.95);
}
.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600\/0:hover {
    background-color: rgba(220, 38, 38, 0);
}
.hover\:bg-red-600\/10:hover {
    background-color: rgba(220, 38, 38, 0.1);
}
.hover\:bg-red-600\/100:hover {
    background-color: #dc2626;
}
.hover\:bg-red-600\/15:hover {
    background-color: rgba(220, 38, 38, 0.15);
}
.hover\:bg-red-600\/20:hover {
    background-color: rgba(220, 38, 38, 0.2);
}
.hover\:bg-red-600\/25:hover {
    background-color: rgba(220, 38, 38, 0.25);
}
.hover\:bg-red-600\/30:hover {
    background-color: rgba(220, 38, 38, 0.3);
}
.hover\:bg-red-600\/35:hover {
    background-color: rgba(220, 38, 38, 0.35);
}
.hover\:bg-red-600\/40:hover {
    background-color: rgba(220, 38, 38, 0.4);
}
.hover\:bg-red-600\/45:hover {
    background-color: rgba(220, 38, 38, 0.45);
}
.hover\:bg-red-600\/5:hover {
    background-color: rgba(220, 38, 38, 0.05);
}
.hover\:bg-red-600\/50:hover {
    background-color: rgba(220, 38, 38, 0.5);
}
.hover\:bg-red-600\/55:hover {
    background-color: rgba(220, 38, 38, 0.55);
}
.hover\:bg-red-600\/60:hover {
    background-color: rgba(220, 38, 38, 0.6);
}
.hover\:bg-red-600\/65:hover {
    background-color: rgba(220, 38, 38, 0.65);
}
.hover\:bg-red-600\/70:hover {
    background-color: rgba(220, 38, 38, 0.7);
}
.hover\:bg-red-600\/75:hover {
    background-color: rgba(220, 38, 38, 0.75);
}
.hover\:bg-red-600\/80:hover {
    background-color: rgba(220, 38, 38, 0.8);
}
.hover\:bg-red-600\/85:hover {
    background-color: rgba(220, 38, 38, 0.85);
}
.hover\:bg-red-600\/90:hover {
    background-color: rgba(220, 38, 38, 0.9);
}
.hover\:bg-red-600\/95:hover {
    background-color: rgba(220, 38, 38, 0.95);
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700\/0:hover {
    background-color: rgba(185, 28, 28, 0);
}
.hover\:bg-red-700\/10:hover {
    background-color: rgba(185, 28, 28, 0.1);
}
.hover\:bg-red-700\/100:hover {
    background-color: #b91c1c;
}
.hover\:bg-red-700\/15:hover {
    background-color: rgba(185, 28, 28, 0.15);
}
.hover\:bg-red-700\/20:hover {
    background-color: rgba(185, 28, 28, 0.2);
}
.hover\:bg-red-700\/25:hover {
    background-color: rgba(185, 28, 28, 0.25);
}
.hover\:bg-red-700\/30:hover {
    background-color: rgba(185, 28, 28, 0.3);
}
.hover\:bg-red-700\/35:hover {
    background-color: rgba(185, 28, 28, 0.35);
}
.hover\:bg-red-700\/40:hover {
    background-color: rgba(185, 28, 28, 0.4);
}
.hover\:bg-red-700\/45:hover {
    background-color: rgba(185, 28, 28, 0.45);
}
.hover\:bg-red-700\/5:hover {
    background-color: rgba(185, 28, 28, 0.05);
}
.hover\:bg-red-700\/50:hover {
    background-color: rgba(185, 28, 28, 0.5);
}
.hover\:bg-red-700\/55:hover {
    background-color: rgba(185, 28, 28, 0.55);
}
.hover\:bg-red-700\/60:hover {
    background-color: rgba(185, 28, 28, 0.6);
}
.hover\:bg-red-700\/65:hover {
    background-color: rgba(185, 28, 28, 0.65);
}
.hover\:bg-red-700\/70:hover {
    background-color: rgba(185, 28, 28, 0.7);
}
.hover\:bg-red-700\/75:hover {
    background-color: rgba(185, 28, 28, 0.75);
}
.hover\:bg-red-700\/80:hover {
    background-color: rgba(185, 28, 28, 0.8);
}
.hover\:bg-red-700\/85:hover {
    background-color: rgba(185, 28, 28, 0.85);
}
.hover\:bg-red-700\/90:hover {
    background-color: rgba(185, 28, 28, 0.9);
}
.hover\:bg-red-700\/95:hover {
    background-color: rgba(185, 28, 28, 0.95);
}
.hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-800\/0:hover {
    background-color: rgba(153, 27, 27, 0);
}
.hover\:bg-red-800\/10:hover {
    background-color: rgba(153, 27, 27, 0.1);
}
.hover\:bg-red-800\/100:hover {
    background-color: #991b1b;
}
.hover\:bg-red-800\/15:hover {
    background-color: rgba(153, 27, 27, 0.15);
}
.hover\:bg-red-800\/20:hover {
    background-color: rgba(153, 27, 27, 0.2);
}
.hover\:bg-red-800\/25:hover {
    background-color: rgba(153, 27, 27, 0.25);
}
.hover\:bg-red-800\/30:hover {
    background-color: rgba(153, 27, 27, 0.3);
}
.hover\:bg-red-800\/35:hover {
    background-color: rgba(153, 27, 27, 0.35);
}
.hover\:bg-red-800\/40:hover {
    background-color: rgba(153, 27, 27, 0.4);
}
.hover\:bg-red-800\/45:hover {
    background-color: rgba(153, 27, 27, 0.45);
}
.hover\:bg-red-800\/5:hover {
    background-color: rgba(153, 27, 27, 0.05);
}
.hover\:bg-red-800\/50:hover {
    background-color: rgba(153, 27, 27, 0.5);
}
.hover\:bg-red-800\/55:hover {
    background-color: rgba(153, 27, 27, 0.55);
}
.hover\:bg-red-800\/60:hover {
    background-color: rgba(153, 27, 27, 0.6);
}
.hover\:bg-red-800\/65:hover {
    background-color: rgba(153, 27, 27, 0.65);
}
.hover\:bg-red-800\/70:hover {
    background-color: rgba(153, 27, 27, 0.7);
}
.hover\:bg-red-800\/75:hover {
    background-color: rgba(153, 27, 27, 0.75);
}
.hover\:bg-red-800\/80:hover {
    background-color: rgba(153, 27, 27, 0.8);
}
.hover\:bg-red-800\/85:hover {
    background-color: rgba(153, 27, 27, 0.85);
}
.hover\:bg-red-800\/90:hover {
    background-color: rgba(153, 27, 27, 0.9);
}
.hover\:bg-red-800\/95:hover {
    background-color: rgba(153, 27, 27, 0.95);
}
.hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-900\/0:hover {
    background-color: rgba(127, 29, 29, 0);
}
.hover\:bg-red-900\/10:hover {
    background-color: rgba(127, 29, 29, 0.1);
}
.hover\:bg-red-900\/100:hover {
    background-color: #7f1d1d;
}
.hover\:bg-red-900\/15:hover {
    background-color: rgba(127, 29, 29, 0.15);
}
.hover\:bg-red-900\/20:hover {
    background-color: rgba(127, 29, 29, 0.2);
}
.hover\:bg-red-900\/25:hover {
    background-color: rgba(127, 29, 29, 0.25);
}
.hover\:bg-red-900\/30:hover {
    background-color: rgba(127, 29, 29, 0.3);
}
.hover\:bg-red-900\/35:hover {
    background-color: rgba(127, 29, 29, 0.35);
}
.hover\:bg-red-900\/40:hover {
    background-color: rgba(127, 29, 29, 0.4);
}
.hover\:bg-red-900\/45:hover {
    background-color: rgba(127, 29, 29, 0.45);
}
.hover\:bg-red-900\/5:hover {
    background-color: rgba(127, 29, 29, 0.05);
}
.hover\:bg-red-900\/50:hover {
    background-color: rgba(127, 29, 29, 0.5);
}
.hover\:bg-red-900\/55:hover {
    background-color: rgba(127, 29, 29, 0.55);
}
.hover\:bg-red-900\/60:hover {
    background-color: rgba(127, 29, 29, 0.6);
}
.hover\:bg-red-900\/65:hover {
    background-color: rgba(127, 29, 29, 0.65);
}
.hover\:bg-red-900\/70:hover {
    background-color: rgba(127, 29, 29, 0.7);
}
.hover\:bg-red-900\/75:hover {
    background-color: rgba(127, 29, 29, 0.75);
}
.hover\:bg-red-900\/80:hover {
    background-color: rgba(127, 29, 29, 0.8);
}
.hover\:bg-red-900\/85:hover {
    background-color: rgba(127, 29, 29, 0.85);
}
.hover\:bg-red-900\/90:hover {
    background-color: rgba(127, 29, 29, 0.9);
}
.hover\:bg-red-900\/95:hover {
    background-color: rgba(127, 29, 29, 0.95);
}
.hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-100\/0:hover {
    background-color: rgba(255, 228, 230, 0);
}
.hover\:bg-rose-100\/10:hover {
    background-color: rgba(255, 228, 230, 0.1);
}
.hover\:bg-rose-100\/100:hover {
    background-color: #ffe4e6;
}
.hover\:bg-rose-100\/15:hover {
    background-color: rgba(255, 228, 230, 0.15);
}
.hover\:bg-rose-100\/20:hover {
    background-color: rgba(255, 228, 230, 0.2);
}
.hover\:bg-rose-100\/25:hover {
    background-color: rgba(255, 228, 230, 0.25);
}
.hover\:bg-rose-100\/30:hover {
    background-color: rgba(255, 228, 230, 0.3);
}
.hover\:bg-rose-100\/35:hover {
    background-color: rgba(255, 228, 230, 0.35);
}
.hover\:bg-rose-100\/40:hover {
    background-color: rgba(255, 228, 230, 0.4);
}
.hover\:bg-rose-100\/45:hover {
    background-color: rgba(255, 228, 230, 0.45);
}
.hover\:bg-rose-100\/5:hover {
    background-color: rgba(255, 228, 230, 0.05);
}
.hover\:bg-rose-100\/50:hover {
    background-color: rgba(255, 228, 230, 0.5);
}
.hover\:bg-rose-100\/55:hover {
    background-color: rgba(255, 228, 230, 0.55);
}
.hover\:bg-rose-100\/60:hover {
    background-color: rgba(255, 228, 230, 0.6);
}
.hover\:bg-rose-100\/65:hover {
    background-color: rgba(255, 228, 230, 0.65);
}
.hover\:bg-rose-100\/70:hover {
    background-color: rgba(255, 228, 230, 0.7);
}
.hover\:bg-rose-100\/75:hover {
    background-color: rgba(255, 228, 230, 0.75);
}
.hover\:bg-rose-100\/80:hover {
    background-color: rgba(255, 228, 230, 0.8);
}
.hover\:bg-rose-100\/85:hover {
    background-color: rgba(255, 228, 230, 0.85);
}
.hover\:bg-rose-100\/90:hover {
    background-color: rgba(255, 228, 230, 0.9);
}
.hover\:bg-rose-100\/95:hover {
    background-color: rgba(255, 228, 230, 0.95);
}
.hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-200\/0:hover {
    background-color: rgba(254, 205, 211, 0);
}
.hover\:bg-rose-200\/10:hover {
    background-color: rgba(254, 205, 211, 0.1);
}
.hover\:bg-rose-200\/100:hover {
    background-color: #fecdd3;
}
.hover\:bg-rose-200\/15:hover {
    background-color: rgba(254, 205, 211, 0.15);
}
.hover\:bg-rose-200\/20:hover {
    background-color: rgba(254, 205, 211, 0.2);
}
.hover\:bg-rose-200\/25:hover {
    background-color: rgba(254, 205, 211, 0.25);
}
.hover\:bg-rose-200\/30:hover {
    background-color: rgba(254, 205, 211, 0.3);
}
.hover\:bg-rose-200\/35:hover {
    background-color: rgba(254, 205, 211, 0.35);
}
.hover\:bg-rose-200\/40:hover {
    background-color: rgba(254, 205, 211, 0.4);
}
.hover\:bg-rose-200\/45:hover {
    background-color: rgba(254, 205, 211, 0.45);
}
.hover\:bg-rose-200\/5:hover {
    background-color: rgba(254, 205, 211, 0.05);
}
.hover\:bg-rose-200\/50:hover {
    background-color: rgba(254, 205, 211, 0.5);
}
.hover\:bg-rose-200\/55:hover {
    background-color: rgba(254, 205, 211, 0.55);
}
.hover\:bg-rose-200\/60:hover {
    background-color: rgba(254, 205, 211, 0.6);
}
.hover\:bg-rose-200\/65:hover {
    background-color: rgba(254, 205, 211, 0.65);
}
.hover\:bg-rose-200\/70:hover {
    background-color: rgba(254, 205, 211, 0.7);
}
.hover\:bg-rose-200\/75:hover {
    background-color: rgba(254, 205, 211, 0.75);
}
.hover\:bg-rose-200\/80:hover {
    background-color: rgba(254, 205, 211, 0.8);
}
.hover\:bg-rose-200\/85:hover {
    background-color: rgba(254, 205, 211, 0.85);
}
.hover\:bg-rose-200\/90:hover {
    background-color: rgba(254, 205, 211, 0.9);
}
.hover\:bg-rose-200\/95:hover {
    background-color: rgba(254, 205, 211, 0.95);
}
.hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-300\/0:hover {
    background-color: rgba(253, 164, 175, 0);
}
.hover\:bg-rose-300\/10:hover {
    background-color: rgba(253, 164, 175, 0.1);
}
.hover\:bg-rose-300\/100:hover {
    background-color: #fda4af;
}
.hover\:bg-rose-300\/15:hover {
    background-color: rgba(253, 164, 175, 0.15);
}
.hover\:bg-rose-300\/20:hover {
    background-color: rgba(253, 164, 175, 0.2);
}
.hover\:bg-rose-300\/25:hover {
    background-color: rgba(253, 164, 175, 0.25);
}
.hover\:bg-rose-300\/30:hover {
    background-color: rgba(253, 164, 175, 0.3);
}
.hover\:bg-rose-300\/35:hover {
    background-color: rgba(253, 164, 175, 0.35);
}
.hover\:bg-rose-300\/40:hover {
    background-color: rgba(253, 164, 175, 0.4);
}
.hover\:bg-rose-300\/45:hover {
    background-color: rgba(253, 164, 175, 0.45);
}
.hover\:bg-rose-300\/5:hover {
    background-color: rgba(253, 164, 175, 0.05);
}
.hover\:bg-rose-300\/50:hover {
    background-color: rgba(253, 164, 175, 0.5);
}
.hover\:bg-rose-300\/55:hover {
    background-color: rgba(253, 164, 175, 0.55);
}
.hover\:bg-rose-300\/60:hover {
    background-color: rgba(253, 164, 175, 0.6);
}
.hover\:bg-rose-300\/65:hover {
    background-color: rgba(253, 164, 175, 0.65);
}
.hover\:bg-rose-300\/70:hover {
    background-color: rgba(253, 164, 175, 0.7);
}
.hover\:bg-rose-300\/75:hover {
    background-color: rgba(253, 164, 175, 0.75);
}
.hover\:bg-rose-300\/80:hover {
    background-color: rgba(253, 164, 175, 0.8);
}
.hover\:bg-rose-300\/85:hover {
    background-color: rgba(253, 164, 175, 0.85);
}
.hover\:bg-rose-300\/90:hover {
    background-color: rgba(253, 164, 175, 0.9);
}
.hover\:bg-rose-300\/95:hover {
    background-color: rgba(253, 164, 175, 0.95);
}
.hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-400\/0:hover {
    background-color: rgba(251, 113, 133, 0);
}
.hover\:bg-rose-400\/10:hover {
    background-color: rgba(251, 113, 133, 0.1);
}
.hover\:bg-rose-400\/100:hover {
    background-color: #fb7185;
}
.hover\:bg-rose-400\/15:hover {
    background-color: rgba(251, 113, 133, 0.15);
}
.hover\:bg-rose-400\/20:hover {
    background-color: rgba(251, 113, 133, 0.2);
}
.hover\:bg-rose-400\/25:hover {
    background-color: rgba(251, 113, 133, 0.25);
}
.hover\:bg-rose-400\/30:hover {
    background-color: rgba(251, 113, 133, 0.3);
}
.hover\:bg-rose-400\/35:hover {
    background-color: rgba(251, 113, 133, 0.35);
}
.hover\:bg-rose-400\/40:hover {
    background-color: rgba(251, 113, 133, 0.4);
}
.hover\:bg-rose-400\/45:hover {
    background-color: rgba(251, 113, 133, 0.45);
}
.hover\:bg-rose-400\/5:hover {
    background-color: rgba(251, 113, 133, 0.05);
}
.hover\:bg-rose-400\/50:hover {
    background-color: rgba(251, 113, 133, 0.5);
}
.hover\:bg-rose-400\/55:hover {
    background-color: rgba(251, 113, 133, 0.55);
}
.hover\:bg-rose-400\/60:hover {
    background-color: rgba(251, 113, 133, 0.6);
}
.hover\:bg-rose-400\/65:hover {
    background-color: rgba(251, 113, 133, 0.65);
}
.hover\:bg-rose-400\/70:hover {
    background-color: rgba(251, 113, 133, 0.7);
}
.hover\:bg-rose-400\/75:hover {
    background-color: rgba(251, 113, 133, 0.75);
}
.hover\:bg-rose-400\/80:hover {
    background-color: rgba(251, 113, 133, 0.8);
}
.hover\:bg-rose-400\/85:hover {
    background-color: rgba(251, 113, 133, 0.85);
}
.hover\:bg-rose-400\/90:hover {
    background-color: rgba(251, 113, 133, 0.9);
}
.hover\:bg-rose-400\/95:hover {
    background-color: rgba(251, 113, 133, 0.95);
}
.hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-50\/0:hover {
    background-color: rgba(255, 241, 242, 0);
}
.hover\:bg-rose-50\/10:hover {
    background-color: rgba(255, 241, 242, 0.1);
}
.hover\:bg-rose-50\/100:hover {
    background-color: #fff1f2;
}
.hover\:bg-rose-50\/15:hover {
    background-color: rgba(255, 241, 242, 0.15);
}
.hover\:bg-rose-50\/20:hover {
    background-color: rgba(255, 241, 242, 0.2);
}
.hover\:bg-rose-50\/25:hover {
    background-color: rgba(255, 241, 242, 0.25);
}
.hover\:bg-rose-50\/30:hover {
    background-color: rgba(255, 241, 242, 0.3);
}
.hover\:bg-rose-50\/35:hover {
    background-color: rgba(255, 241, 242, 0.35);
}
.hover\:bg-rose-50\/40:hover {
    background-color: rgba(255, 241, 242, 0.4);
}
.hover\:bg-rose-50\/45:hover {
    background-color: rgba(255, 241, 242, 0.45);
}
.hover\:bg-rose-50\/5:hover {
    background-color: rgba(255, 241, 242, 0.05);
}
.hover\:bg-rose-50\/50:hover {
    background-color: rgba(255, 241, 242, 0.5);
}
.hover\:bg-rose-50\/55:hover {
    background-color: rgba(255, 241, 242, 0.55);
}
.hover\:bg-rose-50\/60:hover {
    background-color: rgba(255, 241, 242, 0.6);
}
.hover\:bg-rose-50\/65:hover {
    background-color: rgba(255, 241, 242, 0.65);
}
.hover\:bg-rose-50\/70:hover {
    background-color: rgba(255, 241, 242, 0.7);
}
.hover\:bg-rose-50\/75:hover {
    background-color: rgba(255, 241, 242, 0.75);
}
.hover\:bg-rose-50\/80:hover {
    background-color: rgba(255, 241, 242, 0.8);
}
.hover\:bg-rose-50\/85:hover {
    background-color: rgba(255, 241, 242, 0.85);
}
.hover\:bg-rose-50\/90:hover {
    background-color: rgba(255, 241, 242, 0.9);
}
.hover\:bg-rose-50\/95:hover {
    background-color: rgba(255, 241, 242, 0.95);
}
.hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-500\/0:hover {
    background-color: rgba(244, 63, 94, 0);
}
.hover\:bg-rose-500\/10:hover {
    background-color: rgba(244, 63, 94, 0.1);
}
.hover\:bg-rose-500\/100:hover {
    background-color: #f43f5e;
}
.hover\:bg-rose-500\/15:hover {
    background-color: rgba(244, 63, 94, 0.15);
}
.hover\:bg-rose-500\/20:hover {
    background-color: rgba(244, 63, 94, 0.2);
}
.hover\:bg-rose-500\/25:hover {
    background-color: rgba(244, 63, 94, 0.25);
}
.hover\:bg-rose-500\/30:hover {
    background-color: rgba(244, 63, 94, 0.3);
}
.hover\:bg-rose-500\/35:hover {
    background-color: rgba(244, 63, 94, 0.35);
}
.hover\:bg-rose-500\/40:hover {
    background-color: rgba(244, 63, 94, 0.4);
}
.hover\:bg-rose-500\/45:hover {
    background-color: rgba(244, 63, 94, 0.45);
}
.hover\:bg-rose-500\/5:hover {
    background-color: rgba(244, 63, 94, 0.05);
}
.hover\:bg-rose-500\/50:hover {
    background-color: rgba(244, 63, 94, 0.5);
}
.hover\:bg-rose-500\/55:hover {
    background-color: rgba(244, 63, 94, 0.55);
}
.hover\:bg-rose-500\/60:hover {
    background-color: rgba(244, 63, 94, 0.6);
}
.hover\:bg-rose-500\/65:hover {
    background-color: rgba(244, 63, 94, 0.65);
}
.hover\:bg-rose-500\/70:hover {
    background-color: rgba(244, 63, 94, 0.7);
}
.hover\:bg-rose-500\/75:hover {
    background-color: rgba(244, 63, 94, 0.75);
}
.hover\:bg-rose-500\/80:hover {
    background-color: rgba(244, 63, 94, 0.8);
}
.hover\:bg-rose-500\/85:hover {
    background-color: rgba(244, 63, 94, 0.85);
}
.hover\:bg-rose-500\/90:hover {
    background-color: rgba(244, 63, 94, 0.9);
}
.hover\:bg-rose-500\/95:hover {
    background-color: rgba(244, 63, 94, 0.95);
}
.hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-600\/0:hover {
    background-color: rgba(225, 29, 72, 0);
}
.hover\:bg-rose-600\/10:hover {
    background-color: rgba(225, 29, 72, 0.1);
}
.hover\:bg-rose-600\/100:hover {
    background-color: #e11d48;
}
.hover\:bg-rose-600\/15:hover {
    background-color: rgba(225, 29, 72, 0.15);
}
.hover\:bg-rose-600\/20:hover {
    background-color: rgba(225, 29, 72, 0.2);
}
.hover\:bg-rose-600\/25:hover {
    background-color: rgba(225, 29, 72, 0.25);
}
.hover\:bg-rose-600\/30:hover {
    background-color: rgba(225, 29, 72, 0.3);
}
.hover\:bg-rose-600\/35:hover {
    background-color: rgba(225, 29, 72, 0.35);
}
.hover\:bg-rose-600\/40:hover {
    background-color: rgba(225, 29, 72, 0.4);
}
.hover\:bg-rose-600\/45:hover {
    background-color: rgba(225, 29, 72, 0.45);
}
.hover\:bg-rose-600\/5:hover {
    background-color: rgba(225, 29, 72, 0.05);
}
.hover\:bg-rose-600\/50:hover {
    background-color: rgba(225, 29, 72, 0.5);
}
.hover\:bg-rose-600\/55:hover {
    background-color: rgba(225, 29, 72, 0.55);
}
.hover\:bg-rose-600\/60:hover {
    background-color: rgba(225, 29, 72, 0.6);
}
.hover\:bg-rose-600\/65:hover {
    background-color: rgba(225, 29, 72, 0.65);
}
.hover\:bg-rose-600\/70:hover {
    background-color: rgba(225, 29, 72, 0.7);
}
.hover\:bg-rose-600\/75:hover {
    background-color: rgba(225, 29, 72, 0.75);
}
.hover\:bg-rose-600\/80:hover {
    background-color: rgba(225, 29, 72, 0.8);
}
.hover\:bg-rose-600\/85:hover {
    background-color: rgba(225, 29, 72, 0.85);
}
.hover\:bg-rose-600\/90:hover {
    background-color: rgba(225, 29, 72, 0.9);
}
.hover\:bg-rose-600\/95:hover {
    background-color: rgba(225, 29, 72, 0.95);
}
.hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-700\/0:hover {
    background-color: rgba(190, 18, 60, 0);
}
.hover\:bg-rose-700\/10:hover {
    background-color: rgba(190, 18, 60, 0.1);
}
.hover\:bg-rose-700\/100:hover {
    background-color: #be123c;
}
.hover\:bg-rose-700\/15:hover {
    background-color: rgba(190, 18, 60, 0.15);
}
.hover\:bg-rose-700\/20:hover {
    background-color: rgba(190, 18, 60, 0.2);
}
.hover\:bg-rose-700\/25:hover {
    background-color: rgba(190, 18, 60, 0.25);
}
.hover\:bg-rose-700\/30:hover {
    background-color: rgba(190, 18, 60, 0.3);
}
.hover\:bg-rose-700\/35:hover {
    background-color: rgba(190, 18, 60, 0.35);
}
.hover\:bg-rose-700\/40:hover {
    background-color: rgba(190, 18, 60, 0.4);
}
.hover\:bg-rose-700\/45:hover {
    background-color: rgba(190, 18, 60, 0.45);
}
.hover\:bg-rose-700\/5:hover {
    background-color: rgba(190, 18, 60, 0.05);
}
.hover\:bg-rose-700\/50:hover {
    background-color: rgba(190, 18, 60, 0.5);
}
.hover\:bg-rose-700\/55:hover {
    background-color: rgba(190, 18, 60, 0.55);
}
.hover\:bg-rose-700\/60:hover {
    background-color: rgba(190, 18, 60, 0.6);
}
.hover\:bg-rose-700\/65:hover {
    background-color: rgba(190, 18, 60, 0.65);
}
.hover\:bg-rose-700\/70:hover {
    background-color: rgba(190, 18, 60, 0.7);
}
.hover\:bg-rose-700\/75:hover {
    background-color: rgba(190, 18, 60, 0.75);
}
.hover\:bg-rose-700\/80:hover {
    background-color: rgba(190, 18, 60, 0.8);
}
.hover\:bg-rose-700\/85:hover {
    background-color: rgba(190, 18, 60, 0.85);
}
.hover\:bg-rose-700\/90:hover {
    background-color: rgba(190, 18, 60, 0.9);
}
.hover\:bg-rose-700\/95:hover {
    background-color: rgba(190, 18, 60, 0.95);
}
.hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-800\/0:hover {
    background-color: rgba(159, 18, 57, 0);
}
.hover\:bg-rose-800\/10:hover {
    background-color: rgba(159, 18, 57, 0.1);
}
.hover\:bg-rose-800\/100:hover {
    background-color: #9f1239;
}
.hover\:bg-rose-800\/15:hover {
    background-color: rgba(159, 18, 57, 0.15);
}
.hover\:bg-rose-800\/20:hover {
    background-color: rgba(159, 18, 57, 0.2);
}
.hover\:bg-rose-800\/25:hover {
    background-color: rgba(159, 18, 57, 0.25);
}
.hover\:bg-rose-800\/30:hover {
    background-color: rgba(159, 18, 57, 0.3);
}
.hover\:bg-rose-800\/35:hover {
    background-color: rgba(159, 18, 57, 0.35);
}
.hover\:bg-rose-800\/40:hover {
    background-color: rgba(159, 18, 57, 0.4);
}
.hover\:bg-rose-800\/45:hover {
    background-color: rgba(159, 18, 57, 0.45);
}
.hover\:bg-rose-800\/5:hover {
    background-color: rgba(159, 18, 57, 0.05);
}
.hover\:bg-rose-800\/50:hover {
    background-color: rgba(159, 18, 57, 0.5);
}
.hover\:bg-rose-800\/55:hover {
    background-color: rgba(159, 18, 57, 0.55);
}
.hover\:bg-rose-800\/60:hover {
    background-color: rgba(159, 18, 57, 0.6);
}
.hover\:bg-rose-800\/65:hover {
    background-color: rgba(159, 18, 57, 0.65);
}
.hover\:bg-rose-800\/70:hover {
    background-color: rgba(159, 18, 57, 0.7);
}
.hover\:bg-rose-800\/75:hover {
    background-color: rgba(159, 18, 57, 0.75);
}
.hover\:bg-rose-800\/80:hover {
    background-color: rgba(159, 18, 57, 0.8);
}
.hover\:bg-rose-800\/85:hover {
    background-color: rgba(159, 18, 57, 0.85);
}
.hover\:bg-rose-800\/90:hover {
    background-color: rgba(159, 18, 57, 0.9);
}
.hover\:bg-rose-800\/95:hover {
    background-color: rgba(159, 18, 57, 0.95);
}
.hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-900\/0:hover {
    background-color: rgba(136, 19, 55, 0);
}
.hover\:bg-rose-900\/10:hover {
    background-color: rgba(136, 19, 55, 0.1);
}
.hover\:bg-rose-900\/100:hover {
    background-color: #881337;
}
.hover\:bg-rose-900\/15:hover {
    background-color: rgba(136, 19, 55, 0.15);
}
.hover\:bg-rose-900\/20:hover {
    background-color: rgba(136, 19, 55, 0.2);
}
.hover\:bg-rose-900\/25:hover {
    background-color: rgba(136, 19, 55, 0.25);
}
.hover\:bg-rose-900\/30:hover {
    background-color: rgba(136, 19, 55, 0.3);
}
.hover\:bg-rose-900\/35:hover {
    background-color: rgba(136, 19, 55, 0.35);
}
.hover\:bg-rose-900\/40:hover {
    background-color: rgba(136, 19, 55, 0.4);
}
.hover\:bg-rose-900\/45:hover {
    background-color: rgba(136, 19, 55, 0.45);
}
.hover\:bg-rose-900\/5:hover {
    background-color: rgba(136, 19, 55, 0.05);
}
.hover\:bg-rose-900\/50:hover {
    background-color: rgba(136, 19, 55, 0.5);
}
.hover\:bg-rose-900\/55:hover {
    background-color: rgba(136, 19, 55, 0.55);
}
.hover\:bg-rose-900\/60:hover {
    background-color: rgba(136, 19, 55, 0.6);
}
.hover\:bg-rose-900\/65:hover {
    background-color: rgba(136, 19, 55, 0.65);
}
.hover\:bg-rose-900\/70:hover {
    background-color: rgba(136, 19, 55, 0.7);
}
.hover\:bg-rose-900\/75:hover {
    background-color: rgba(136, 19, 55, 0.75);
}
.hover\:bg-rose-900\/80:hover {
    background-color: rgba(136, 19, 55, 0.8);
}
.hover\:bg-rose-900\/85:hover {
    background-color: rgba(136, 19, 55, 0.85);
}
.hover\:bg-rose-900\/90:hover {
    background-color: rgba(136, 19, 55, 0.9);
}
.hover\:bg-rose-900\/95:hover {
    background-color: rgba(136, 19, 55, 0.95);
}
.hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-100\/0:hover {
    background-color: rgba(224, 242, 254, 0);
}
.hover\:bg-sky-100\/10:hover {
    background-color: rgba(224, 242, 254, 0.1);
}
.hover\:bg-sky-100\/100:hover {
    background-color: #e0f2fe;
}
.hover\:bg-sky-100\/15:hover {
    background-color: rgba(224, 242, 254, 0.15);
}
.hover\:bg-sky-100\/20:hover {
    background-color: rgba(224, 242, 254, 0.2);
}
.hover\:bg-sky-100\/25:hover {
    background-color: rgba(224, 242, 254, 0.25);
}
.hover\:bg-sky-100\/30:hover {
    background-color: rgba(224, 242, 254, 0.3);
}
.hover\:bg-sky-100\/35:hover {
    background-color: rgba(224, 242, 254, 0.35);
}
.hover\:bg-sky-100\/40:hover {
    background-color: rgba(224, 242, 254, 0.4);
}
.hover\:bg-sky-100\/45:hover {
    background-color: rgba(224, 242, 254, 0.45);
}
.hover\:bg-sky-100\/5:hover {
    background-color: rgba(224, 242, 254, 0.05);
}
.hover\:bg-sky-100\/50:hover {
    background-color: rgba(224, 242, 254, 0.5);
}
.hover\:bg-sky-100\/55:hover {
    background-color: rgba(224, 242, 254, 0.55);
}
.hover\:bg-sky-100\/60:hover {
    background-color: rgba(224, 242, 254, 0.6);
}
.hover\:bg-sky-100\/65:hover {
    background-color: rgba(224, 242, 254, 0.65);
}
.hover\:bg-sky-100\/70:hover {
    background-color: rgba(224, 242, 254, 0.7);
}
.hover\:bg-sky-100\/75:hover {
    background-color: rgba(224, 242, 254, 0.75);
}
.hover\:bg-sky-100\/80:hover {
    background-color: rgba(224, 242, 254, 0.8);
}
.hover\:bg-sky-100\/85:hover {
    background-color: rgba(224, 242, 254, 0.85);
}
.hover\:bg-sky-100\/90:hover {
    background-color: rgba(224, 242, 254, 0.9);
}
.hover\:bg-sky-100\/95:hover {
    background-color: rgba(224, 242, 254, 0.95);
}
.hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-200\/0:hover {
    background-color: rgba(186, 230, 253, 0);
}
.hover\:bg-sky-200\/10:hover {
    background-color: rgba(186, 230, 253, 0.1);
}
.hover\:bg-sky-200\/100:hover {
    background-color: #bae6fd;
}
.hover\:bg-sky-200\/15:hover {
    background-color: rgba(186, 230, 253, 0.15);
}
.hover\:bg-sky-200\/20:hover {
    background-color: rgba(186, 230, 253, 0.2);
}
.hover\:bg-sky-200\/25:hover {
    background-color: rgba(186, 230, 253, 0.25);
}
.hover\:bg-sky-200\/30:hover {
    background-color: rgba(186, 230, 253, 0.3);
}
.hover\:bg-sky-200\/35:hover {
    background-color: rgba(186, 230, 253, 0.35);
}
.hover\:bg-sky-200\/40:hover {
    background-color: rgba(186, 230, 253, 0.4);
}
.hover\:bg-sky-200\/45:hover {
    background-color: rgba(186, 230, 253, 0.45);
}
.hover\:bg-sky-200\/5:hover {
    background-color: rgba(186, 230, 253, 0.05);
}
.hover\:bg-sky-200\/50:hover {
    background-color: rgba(186, 230, 253, 0.5);
}
.hover\:bg-sky-200\/55:hover {
    background-color: rgba(186, 230, 253, 0.55);
}
.hover\:bg-sky-200\/60:hover {
    background-color: rgba(186, 230, 253, 0.6);
}
.hover\:bg-sky-200\/65:hover {
    background-color: rgba(186, 230, 253, 0.65);
}
.hover\:bg-sky-200\/70:hover {
    background-color: rgba(186, 230, 253, 0.7);
}
.hover\:bg-sky-200\/75:hover {
    background-color: rgba(186, 230, 253, 0.75);
}
.hover\:bg-sky-200\/80:hover {
    background-color: rgba(186, 230, 253, 0.8);
}
.hover\:bg-sky-200\/85:hover {
    background-color: rgba(186, 230, 253, 0.85);
}
.hover\:bg-sky-200\/90:hover {
    background-color: rgba(186, 230, 253, 0.9);
}
.hover\:bg-sky-200\/95:hover {
    background-color: rgba(186, 230, 253, 0.95);
}
.hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-300\/0:hover {
    background-color: rgba(125, 211, 252, 0);
}
.hover\:bg-sky-300\/10:hover {
    background-color: rgba(125, 211, 252, 0.1);
}
.hover\:bg-sky-300\/100:hover {
    background-color: #7dd3fc;
}
.hover\:bg-sky-300\/15:hover {
    background-color: rgba(125, 211, 252, 0.15);
}
.hover\:bg-sky-300\/20:hover {
    background-color: rgba(125, 211, 252, 0.2);
}
.hover\:bg-sky-300\/25:hover {
    background-color: rgba(125, 211, 252, 0.25);
}
.hover\:bg-sky-300\/30:hover {
    background-color: rgba(125, 211, 252, 0.3);
}
.hover\:bg-sky-300\/35:hover {
    background-color: rgba(125, 211, 252, 0.35);
}
.hover\:bg-sky-300\/40:hover {
    background-color: rgba(125, 211, 252, 0.4);
}
.hover\:bg-sky-300\/45:hover {
    background-color: rgba(125, 211, 252, 0.45);
}
.hover\:bg-sky-300\/5:hover {
    background-color: rgba(125, 211, 252, 0.05);
}
.hover\:bg-sky-300\/50:hover {
    background-color: rgba(125, 211, 252, 0.5);
}
.hover\:bg-sky-300\/55:hover {
    background-color: rgba(125, 211, 252, 0.55);
}
.hover\:bg-sky-300\/60:hover {
    background-color: rgba(125, 211, 252, 0.6);
}
.hover\:bg-sky-300\/65:hover {
    background-color: rgba(125, 211, 252, 0.65);
}
.hover\:bg-sky-300\/70:hover {
    background-color: rgba(125, 211, 252, 0.7);
}
.hover\:bg-sky-300\/75:hover {
    background-color: rgba(125, 211, 252, 0.75);
}
.hover\:bg-sky-300\/80:hover {
    background-color: rgba(125, 211, 252, 0.8);
}
.hover\:bg-sky-300\/85:hover {
    background-color: rgba(125, 211, 252, 0.85);
}
.hover\:bg-sky-300\/90:hover {
    background-color: rgba(125, 211, 252, 0.9);
}
.hover\:bg-sky-300\/95:hover {
    background-color: rgba(125, 211, 252, 0.95);
}
.hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-400\/0:hover {
    background-color: rgba(56, 189, 248, 0);
}
.hover\:bg-sky-400\/10:hover {
    background-color: rgba(56, 189, 248, 0.1);
}
.hover\:bg-sky-400\/100:hover {
    background-color: #38bdf8;
}
.hover\:bg-sky-400\/15:hover {
    background-color: rgba(56, 189, 248, 0.15);
}
.hover\:bg-sky-400\/20:hover {
    background-color: rgba(56, 189, 248, 0.2);
}
.hover\:bg-sky-400\/25:hover {
    background-color: rgba(56, 189, 248, 0.25);
}
.hover\:bg-sky-400\/30:hover {
    background-color: rgba(56, 189, 248, 0.3);
}
.hover\:bg-sky-400\/35:hover {
    background-color: rgba(56, 189, 248, 0.35);
}
.hover\:bg-sky-400\/40:hover {
    background-color: rgba(56, 189, 248, 0.4);
}
.hover\:bg-sky-400\/45:hover {
    background-color: rgba(56, 189, 248, 0.45);
}
.hover\:bg-sky-400\/5:hover {
    background-color: rgba(56, 189, 248, 0.05);
}
.hover\:bg-sky-400\/50:hover {
    background-color: rgba(56, 189, 248, 0.5);
}
.hover\:bg-sky-400\/55:hover {
    background-color: rgba(56, 189, 248, 0.55);
}
.hover\:bg-sky-400\/60:hover {
    background-color: rgba(56, 189, 248, 0.6);
}
.hover\:bg-sky-400\/65:hover {
    background-color: rgba(56, 189, 248, 0.65);
}
.hover\:bg-sky-400\/70:hover {
    background-color: rgba(56, 189, 248, 0.7);
}
.hover\:bg-sky-400\/75:hover {
    background-color: rgba(56, 189, 248, 0.75);
}
.hover\:bg-sky-400\/80:hover {
    background-color: rgba(56, 189, 248, 0.8);
}
.hover\:bg-sky-400\/85:hover {
    background-color: rgba(56, 189, 248, 0.85);
}
.hover\:bg-sky-400\/90:hover {
    background-color: rgba(56, 189, 248, 0.9);
}
.hover\:bg-sky-400\/95:hover {
    background-color: rgba(56, 189, 248, 0.95);
}
.hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-50\/0:hover {
    background-color: rgba(240, 249, 255, 0);
}
.hover\:bg-sky-50\/10:hover {
    background-color: rgba(240, 249, 255, 0.1);
}
.hover\:bg-sky-50\/100:hover {
    background-color: #f0f9ff;
}
.hover\:bg-sky-50\/15:hover {
    background-color: rgba(240, 249, 255, 0.15);
}
.hover\:bg-sky-50\/20:hover {
    background-color: rgba(240, 249, 255, 0.2);
}
.hover\:bg-sky-50\/25:hover {
    background-color: rgba(240, 249, 255, 0.25);
}
.hover\:bg-sky-50\/30:hover {
    background-color: rgba(240, 249, 255, 0.3);
}
.hover\:bg-sky-50\/35:hover {
    background-color: rgba(240, 249, 255, 0.35);
}
.hover\:bg-sky-50\/40:hover {
    background-color: rgba(240, 249, 255, 0.4);
}
.hover\:bg-sky-50\/45:hover {
    background-color: rgba(240, 249, 255, 0.45);
}
.hover\:bg-sky-50\/5:hover {
    background-color: rgba(240, 249, 255, 0.05);
}
.hover\:bg-sky-50\/50:hover {
    background-color: rgba(240, 249, 255, 0.5);
}
.hover\:bg-sky-50\/55:hover {
    background-color: rgba(240, 249, 255, 0.55);
}
.hover\:bg-sky-50\/60:hover {
    background-color: rgba(240, 249, 255, 0.6);
}
.hover\:bg-sky-50\/65:hover {
    background-color: rgba(240, 249, 255, 0.65);
}
.hover\:bg-sky-50\/70:hover {
    background-color: rgba(240, 249, 255, 0.7);
}
.hover\:bg-sky-50\/75:hover {
    background-color: rgba(240, 249, 255, 0.75);
}
.hover\:bg-sky-50\/80:hover {
    background-color: rgba(240, 249, 255, 0.8);
}
.hover\:bg-sky-50\/85:hover {
    background-color: rgba(240, 249, 255, 0.85);
}
.hover\:bg-sky-50\/90:hover {
    background-color: rgba(240, 249, 255, 0.9);
}
.hover\:bg-sky-50\/95:hover {
    background-color: rgba(240, 249, 255, 0.95);
}
.hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-500\/0:hover {
    background-color: rgba(14, 165, 233, 0);
}
.hover\:bg-sky-500\/10:hover {
    background-color: rgba(14, 165, 233, 0.1);
}
.hover\:bg-sky-500\/100:hover {
    background-color: #0ea5e9;
}
.hover\:bg-sky-500\/15:hover {
    background-color: rgba(14, 165, 233, 0.15);
}
.hover\:bg-sky-500\/20:hover {
    background-color: rgba(14, 165, 233, 0.2);
}
.hover\:bg-sky-500\/25:hover {
    background-color: rgba(14, 165, 233, 0.25);
}
.hover\:bg-sky-500\/30:hover {
    background-color: rgba(14, 165, 233, 0.3);
}
.hover\:bg-sky-500\/35:hover {
    background-color: rgba(14, 165, 233, 0.35);
}
.hover\:bg-sky-500\/40:hover {
    background-color: rgba(14, 165, 233, 0.4);
}
.hover\:bg-sky-500\/45:hover {
    background-color: rgba(14, 165, 233, 0.45);
}
.hover\:bg-sky-500\/5:hover {
    background-color: rgba(14, 165, 233, 0.05);
}
.hover\:bg-sky-500\/50:hover {
    background-color: rgba(14, 165, 233, 0.5);
}
.hover\:bg-sky-500\/55:hover {
    background-color: rgba(14, 165, 233, 0.55);
}
.hover\:bg-sky-500\/60:hover {
    background-color: rgba(14, 165, 233, 0.6);
}
.hover\:bg-sky-500\/65:hover {
    background-color: rgba(14, 165, 233, 0.65);
}
.hover\:bg-sky-500\/70:hover {
    background-color: rgba(14, 165, 233, 0.7);
}
.hover\:bg-sky-500\/75:hover {
    background-color: rgba(14, 165, 233, 0.75);
}
.hover\:bg-sky-500\/80:hover {
    background-color: rgba(14, 165, 233, 0.8);
}
.hover\:bg-sky-500\/85:hover {
    background-color: rgba(14, 165, 233, 0.85);
}
.hover\:bg-sky-500\/90:hover {
    background-color: rgba(14, 165, 233, 0.9);
}
.hover\:bg-sky-500\/95:hover {
    background-color: rgba(14, 165, 233, 0.95);
}
.hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-600\/0:hover {
    background-color: rgba(2, 132, 199, 0);
}
.hover\:bg-sky-600\/10:hover {
    background-color: rgba(2, 132, 199, 0.1);
}
.hover\:bg-sky-600\/100:hover {
    background-color: #0284c7;
}
.hover\:bg-sky-600\/15:hover {
    background-color: rgba(2, 132, 199, 0.15);
}
.hover\:bg-sky-600\/20:hover {
    background-color: rgba(2, 132, 199, 0.2);
}
.hover\:bg-sky-600\/25:hover {
    background-color: rgba(2, 132, 199, 0.25);
}
.hover\:bg-sky-600\/30:hover {
    background-color: rgba(2, 132, 199, 0.3);
}
.hover\:bg-sky-600\/35:hover {
    background-color: rgba(2, 132, 199, 0.35);
}
.hover\:bg-sky-600\/40:hover {
    background-color: rgba(2, 132, 199, 0.4);
}
.hover\:bg-sky-600\/45:hover {
    background-color: rgba(2, 132, 199, 0.45);
}
.hover\:bg-sky-600\/5:hover {
    background-color: rgba(2, 132, 199, 0.05);
}
.hover\:bg-sky-600\/50:hover {
    background-color: rgba(2, 132, 199, 0.5);
}
.hover\:bg-sky-600\/55:hover {
    background-color: rgba(2, 132, 199, 0.55);
}
.hover\:bg-sky-600\/60:hover {
    background-color: rgba(2, 132, 199, 0.6);
}
.hover\:bg-sky-600\/65:hover {
    background-color: rgba(2, 132, 199, 0.65);
}
.hover\:bg-sky-600\/70:hover {
    background-color: rgba(2, 132, 199, 0.7);
}
.hover\:bg-sky-600\/75:hover {
    background-color: rgba(2, 132, 199, 0.75);
}
.hover\:bg-sky-600\/80:hover {
    background-color: rgba(2, 132, 199, 0.8);
}
.hover\:bg-sky-600\/85:hover {
    background-color: rgba(2, 132, 199, 0.85);
}
.hover\:bg-sky-600\/90:hover {
    background-color: rgba(2, 132, 199, 0.9);
}
.hover\:bg-sky-600\/95:hover {
    background-color: rgba(2, 132, 199, 0.95);
}
.hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-700\/0:hover {
    background-color: rgba(3, 105, 161, 0);
}
.hover\:bg-sky-700\/10:hover {
    background-color: rgba(3, 105, 161, 0.1);
}
.hover\:bg-sky-700\/100:hover {
    background-color: #0369a1;
}
.hover\:bg-sky-700\/15:hover {
    background-color: rgba(3, 105, 161, 0.15);
}
.hover\:bg-sky-700\/20:hover {
    background-color: rgba(3, 105, 161, 0.2);
}
.hover\:bg-sky-700\/25:hover {
    background-color: rgba(3, 105, 161, 0.25);
}
.hover\:bg-sky-700\/30:hover {
    background-color: rgba(3, 105, 161, 0.3);
}
.hover\:bg-sky-700\/35:hover {
    background-color: rgba(3, 105, 161, 0.35);
}
.hover\:bg-sky-700\/40:hover {
    background-color: rgba(3, 105, 161, 0.4);
}
.hover\:bg-sky-700\/45:hover {
    background-color: rgba(3, 105, 161, 0.45);
}
.hover\:bg-sky-700\/5:hover {
    background-color: rgba(3, 105, 161, 0.05);
}
.hover\:bg-sky-700\/50:hover {
    background-color: rgba(3, 105, 161, 0.5);
}
.hover\:bg-sky-700\/55:hover {
    background-color: rgba(3, 105, 161, 0.55);
}
.hover\:bg-sky-700\/60:hover {
    background-color: rgba(3, 105, 161, 0.6);
}
.hover\:bg-sky-700\/65:hover {
    background-color: rgba(3, 105, 161, 0.65);
}
.hover\:bg-sky-700\/70:hover {
    background-color: rgba(3, 105, 161, 0.7);
}
.hover\:bg-sky-700\/75:hover {
    background-color: rgba(3, 105, 161, 0.75);
}
.hover\:bg-sky-700\/80:hover {
    background-color: rgba(3, 105, 161, 0.8);
}
.hover\:bg-sky-700\/85:hover {
    background-color: rgba(3, 105, 161, 0.85);
}
.hover\:bg-sky-700\/90:hover {
    background-color: rgba(3, 105, 161, 0.9);
}
.hover\:bg-sky-700\/95:hover {
    background-color: rgba(3, 105, 161, 0.95);
}
.hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-800\/0:hover {
    background-color: rgba(7, 89, 133, 0);
}
.hover\:bg-sky-800\/10:hover {
    background-color: rgba(7, 89, 133, 0.1);
}
.hover\:bg-sky-800\/100:hover {
    background-color: #075985;
}
.hover\:bg-sky-800\/15:hover {
    background-color: rgba(7, 89, 133, 0.15);
}
.hover\:bg-sky-800\/20:hover {
    background-color: rgba(7, 89, 133, 0.2);
}
.hover\:bg-sky-800\/25:hover {
    background-color: rgba(7, 89, 133, 0.25);
}
.hover\:bg-sky-800\/30:hover {
    background-color: rgba(7, 89, 133, 0.3);
}
.hover\:bg-sky-800\/35:hover {
    background-color: rgba(7, 89, 133, 0.35);
}
.hover\:bg-sky-800\/40:hover {
    background-color: rgba(7, 89, 133, 0.4);
}
.hover\:bg-sky-800\/45:hover {
    background-color: rgba(7, 89, 133, 0.45);
}
.hover\:bg-sky-800\/5:hover {
    background-color: rgba(7, 89, 133, 0.05);
}
.hover\:bg-sky-800\/50:hover {
    background-color: rgba(7, 89, 133, 0.5);
}
.hover\:bg-sky-800\/55:hover {
    background-color: rgba(7, 89, 133, 0.55);
}
.hover\:bg-sky-800\/60:hover {
    background-color: rgba(7, 89, 133, 0.6);
}
.hover\:bg-sky-800\/65:hover {
    background-color: rgba(7, 89, 133, 0.65);
}
.hover\:bg-sky-800\/70:hover {
    background-color: rgba(7, 89, 133, 0.7);
}
.hover\:bg-sky-800\/75:hover {
    background-color: rgba(7, 89, 133, 0.75);
}
.hover\:bg-sky-800\/80:hover {
    background-color: rgba(7, 89, 133, 0.8);
}
.hover\:bg-sky-800\/85:hover {
    background-color: rgba(7, 89, 133, 0.85);
}
.hover\:bg-sky-800\/90:hover {
    background-color: rgba(7, 89, 133, 0.9);
}
.hover\:bg-sky-800\/95:hover {
    background-color: rgba(7, 89, 133, 0.95);
}
.hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-900\/0:hover {
    background-color: rgba(12, 74, 110, 0);
}
.hover\:bg-sky-900\/10:hover {
    background-color: rgba(12, 74, 110, 0.1);
}
.hover\:bg-sky-900\/100:hover {
    background-color: #0c4a6e;
}
.hover\:bg-sky-900\/15:hover {
    background-color: rgba(12, 74, 110, 0.15);
}
.hover\:bg-sky-900\/20:hover {
    background-color: rgba(12, 74, 110, 0.2);
}
.hover\:bg-sky-900\/25:hover {
    background-color: rgba(12, 74, 110, 0.25);
}
.hover\:bg-sky-900\/30:hover {
    background-color: rgba(12, 74, 110, 0.3);
}
.hover\:bg-sky-900\/35:hover {
    background-color: rgba(12, 74, 110, 0.35);
}
.hover\:bg-sky-900\/40:hover {
    background-color: rgba(12, 74, 110, 0.4);
}
.hover\:bg-sky-900\/45:hover {
    background-color: rgba(12, 74, 110, 0.45);
}
.hover\:bg-sky-900\/5:hover {
    background-color: rgba(12, 74, 110, 0.05);
}
.hover\:bg-sky-900\/50:hover {
    background-color: rgba(12, 74, 110, 0.5);
}
.hover\:bg-sky-900\/55:hover {
    background-color: rgba(12, 74, 110, 0.55);
}
.hover\:bg-sky-900\/60:hover {
    background-color: rgba(12, 74, 110, 0.6);
}
.hover\:bg-sky-900\/65:hover {
    background-color: rgba(12, 74, 110, 0.65);
}
.hover\:bg-sky-900\/70:hover {
    background-color: rgba(12, 74, 110, 0.7);
}
.hover\:bg-sky-900\/75:hover {
    background-color: rgba(12, 74, 110, 0.75);
}
.hover\:bg-sky-900\/80:hover {
    background-color: rgba(12, 74, 110, 0.8);
}
.hover\:bg-sky-900\/85:hover {
    background-color: rgba(12, 74, 110, 0.85);
}
.hover\:bg-sky-900\/90:hover {
    background-color: rgba(12, 74, 110, 0.9);
}
.hover\:bg-sky-900\/95:hover {
    background-color: rgba(12, 74, 110, 0.95);
}
.hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100\/0:hover {
    background-color: rgba(241, 245, 249, 0);
}
.hover\:bg-slate-100\/10:hover {
    background-color: rgba(241, 245, 249, 0.1);
}
.hover\:bg-slate-100\/100:hover {
    background-color: #f1f5f9;
}
.hover\:bg-slate-100\/15:hover {
    background-color: rgba(241, 245, 249, 0.15);
}
.hover\:bg-slate-100\/20:hover {
    background-color: rgba(241, 245, 249, 0.2);
}
.hover\:bg-slate-100\/25:hover {
    background-color: rgba(241, 245, 249, 0.25);
}
.hover\:bg-slate-100\/30:hover {
    background-color: rgba(241, 245, 249, 0.3);
}
.hover\:bg-slate-100\/35:hover {
    background-color: rgba(241, 245, 249, 0.35);
}
.hover\:bg-slate-100\/40:hover {
    background-color: rgba(241, 245, 249, 0.4);
}
.hover\:bg-slate-100\/45:hover {
    background-color: rgba(241, 245, 249, 0.45);
}
.hover\:bg-slate-100\/5:hover {
    background-color: rgba(241, 245, 249, 0.05);
}
.hover\:bg-slate-100\/50:hover {
    background-color: rgba(241, 245, 249, 0.5);
}
.hover\:bg-slate-100\/55:hover {
    background-color: rgba(241, 245, 249, 0.55);
}
.hover\:bg-slate-100\/60:hover {
    background-color: rgba(241, 245, 249, 0.6);
}
.hover\:bg-slate-100\/65:hover {
    background-color: rgba(241, 245, 249, 0.65);
}
.hover\:bg-slate-100\/70:hover {
    background-color: rgba(241, 245, 249, 0.7);
}
.hover\:bg-slate-100\/75:hover {
    background-color: rgba(241, 245, 249, 0.75);
}
.hover\:bg-slate-100\/80:hover {
    background-color: rgba(241, 245, 249, 0.8);
}
.hover\:bg-slate-100\/85:hover {
    background-color: rgba(241, 245, 249, 0.85);
}
.hover\:bg-slate-100\/90:hover {
    background-color: rgba(241, 245, 249, 0.9);
}
.hover\:bg-slate-100\/95:hover {
    background-color: rgba(241, 245, 249, 0.95);
}
.hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200\/0:hover {
    background-color: rgba(226, 232, 240, 0);
}
.hover\:bg-slate-200\/10:hover {
    background-color: rgba(226, 232, 240, 0.1);
}
.hover\:bg-slate-200\/100:hover {
    background-color: #e2e8f0;
}
.hover\:bg-slate-200\/15:hover {
    background-color: rgba(226, 232, 240, 0.15);
}
.hover\:bg-slate-200\/20:hover {
    background-color: rgba(226, 232, 240, 0.2);
}
.hover\:bg-slate-200\/25:hover {
    background-color: rgba(226, 232, 240, 0.25);
}
.hover\:bg-slate-200\/30:hover {
    background-color: rgba(226, 232, 240, 0.3);
}
.hover\:bg-slate-200\/35:hover {
    background-color: rgba(226, 232, 240, 0.35);
}
.hover\:bg-slate-200\/40:hover {
    background-color: rgba(226, 232, 240, 0.4);
}
.hover\:bg-slate-200\/45:hover {
    background-color: rgba(226, 232, 240, 0.45);
}
.hover\:bg-slate-200\/5:hover {
    background-color: rgba(226, 232, 240, 0.05);
}
.hover\:bg-slate-200\/50:hover {
    background-color: rgba(226, 232, 240, 0.5);
}
.hover\:bg-slate-200\/55:hover {
    background-color: rgba(226, 232, 240, 0.55);
}
.hover\:bg-slate-200\/60:hover {
    background-color: rgba(226, 232, 240, 0.6);
}
.hover\:bg-slate-200\/65:hover {
    background-color: rgba(226, 232, 240, 0.65);
}
.hover\:bg-slate-200\/70:hover {
    background-color: rgba(226, 232, 240, 0.7);
}
.hover\:bg-slate-200\/75:hover {
    background-color: rgba(226, 232, 240, 0.75);
}
.hover\:bg-slate-200\/80:hover {
    background-color: rgba(226, 232, 240, 0.8);
}
.hover\:bg-slate-200\/85:hover {
    background-color: rgba(226, 232, 240, 0.85);
}
.hover\:bg-slate-200\/90:hover {
    background-color: rgba(226, 232, 240, 0.9);
}
.hover\:bg-slate-200\/95:hover {
    background-color: rgba(226, 232, 240, 0.95);
}
.hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-300\/0:hover {
    background-color: rgba(203, 213, 225, 0);
}
.hover\:bg-slate-300\/10:hover {
    background-color: rgba(203, 213, 225, 0.1);
}
.hover\:bg-slate-300\/100:hover {
    background-color: #cbd5e1;
}
.hover\:bg-slate-300\/15:hover {
    background-color: rgba(203, 213, 225, 0.15);
}
.hover\:bg-slate-300\/20:hover {
    background-color: rgba(203, 213, 225, 0.2);
}
.hover\:bg-slate-300\/25:hover {
    background-color: rgba(203, 213, 225, 0.25);
}
.hover\:bg-slate-300\/30:hover {
    background-color: rgba(203, 213, 225, 0.3);
}
.hover\:bg-slate-300\/35:hover {
    background-color: rgba(203, 213, 225, 0.35);
}
.hover\:bg-slate-300\/40:hover {
    background-color: rgba(203, 213, 225, 0.4);
}
.hover\:bg-slate-300\/45:hover {
    background-color: rgba(203, 213, 225, 0.45);
}
.hover\:bg-slate-300\/5:hover {
    background-color: rgba(203, 213, 225, 0.05);
}
.hover\:bg-slate-300\/50:hover {
    background-color: rgba(203, 213, 225, 0.5);
}
.hover\:bg-slate-300\/55:hover {
    background-color: rgba(203, 213, 225, 0.55);
}
.hover\:bg-slate-300\/60:hover {
    background-color: rgba(203, 213, 225, 0.6);
}
.hover\:bg-slate-300\/65:hover {
    background-color: rgba(203, 213, 225, 0.65);
}
.hover\:bg-slate-300\/70:hover {
    background-color: rgba(203, 213, 225, 0.7);
}
.hover\:bg-slate-300\/75:hover {
    background-color: rgba(203, 213, 225, 0.75);
}
.hover\:bg-slate-300\/80:hover {
    background-color: rgba(203, 213, 225, 0.8);
}
.hover\:bg-slate-300\/85:hover {
    background-color: rgba(203, 213, 225, 0.85);
}
.hover\:bg-slate-300\/90:hover {
    background-color: rgba(203, 213, 225, 0.9);
}
.hover\:bg-slate-300\/95:hover {
    background-color: rgba(203, 213, 225, 0.95);
}
.hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-400\/0:hover {
    background-color: rgba(148, 163, 184, 0);
}
.hover\:bg-slate-400\/10:hover {
    background-color: rgba(148, 163, 184, 0.1);
}
.hover\:bg-slate-400\/100:hover {
    background-color: #94a3b8;
}
.hover\:bg-slate-400\/15:hover {
    background-color: rgba(148, 163, 184, 0.15);
}
.hover\:bg-slate-400\/20:hover {
    background-color: rgba(148, 163, 184, 0.2);
}
.hover\:bg-slate-400\/25:hover {
    background-color: rgba(148, 163, 184, 0.25);
}
.hover\:bg-slate-400\/30:hover {
    background-color: rgba(148, 163, 184, 0.3);
}
.hover\:bg-slate-400\/35:hover {
    background-color: rgba(148, 163, 184, 0.35);
}
.hover\:bg-slate-400\/40:hover {
    background-color: rgba(148, 163, 184, 0.4);
}
.hover\:bg-slate-400\/45:hover {
    background-color: rgba(148, 163, 184, 0.45);
}
.hover\:bg-slate-400\/5:hover {
    background-color: rgba(148, 163, 184, 0.05);
}
.hover\:bg-slate-400\/50:hover {
    background-color: rgba(148, 163, 184, 0.5);
}
.hover\:bg-slate-400\/55:hover {
    background-color: rgba(148, 163, 184, 0.55);
}
.hover\:bg-slate-400\/60:hover {
    background-color: rgba(148, 163, 184, 0.6);
}
.hover\:bg-slate-400\/65:hover {
    background-color: rgba(148, 163, 184, 0.65);
}
.hover\:bg-slate-400\/70:hover {
    background-color: rgba(148, 163, 184, 0.7);
}
.hover\:bg-slate-400\/75:hover {
    background-color: rgba(148, 163, 184, 0.75);
}
.hover\:bg-slate-400\/80:hover {
    background-color: rgba(148, 163, 184, 0.8);
}
.hover\:bg-slate-400\/85:hover {
    background-color: rgba(148, 163, 184, 0.85);
}
.hover\:bg-slate-400\/90:hover {
    background-color: rgba(148, 163, 184, 0.9);
}
.hover\:bg-slate-400\/95:hover {
    background-color: rgba(148, 163, 184, 0.95);
}
.hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50\/0:hover {
    background-color: rgba(248, 250, 252, 0);
}
.hover\:bg-slate-50\/10:hover {
    background-color: rgba(248, 250, 252, 0.1);
}
.hover\:bg-slate-50\/100:hover {
    background-color: #f8fafc;
}
.hover\:bg-slate-50\/15:hover {
    background-color: rgba(248, 250, 252, 0.15);
}
.hover\:bg-slate-50\/20:hover {
    background-color: rgba(248, 250, 252, 0.2);
}
.hover\:bg-slate-50\/25:hover {
    background-color: rgba(248, 250, 252, 0.25);
}
.hover\:bg-slate-50\/30:hover {
    background-color: rgba(248, 250, 252, 0.3);
}
.hover\:bg-slate-50\/35:hover {
    background-color: rgba(248, 250, 252, 0.35);
}
.hover\:bg-slate-50\/40:hover {
    background-color: rgba(248, 250, 252, 0.4);
}
.hover\:bg-slate-50\/45:hover {
    background-color: rgba(248, 250, 252, 0.45);
}
.hover\:bg-slate-50\/5:hover {
    background-color: rgba(248, 250, 252, 0.05);
}
.hover\:bg-slate-50\/50:hover {
    background-color: rgba(248, 250, 252, 0.5);
}
.hover\:bg-slate-50\/55:hover {
    background-color: rgba(248, 250, 252, 0.55);
}
.hover\:bg-slate-50\/60:hover {
    background-color: rgba(248, 250, 252, 0.6);
}
.hover\:bg-slate-50\/65:hover {
    background-color: rgba(248, 250, 252, 0.65);
}
.hover\:bg-slate-50\/70:hover {
    background-color: rgba(248, 250, 252, 0.7);
}
.hover\:bg-slate-50\/75:hover {
    background-color: rgba(248, 250, 252, 0.75);
}
.hover\:bg-slate-50\/80:hover {
    background-color: rgba(248, 250, 252, 0.8);
}
.hover\:bg-slate-50\/85:hover {
    background-color: rgba(248, 250, 252, 0.85);
}
.hover\:bg-slate-50\/90:hover {
    background-color: rgba(248, 250, 252, 0.9);
}
.hover\:bg-slate-50\/95:hover {
    background-color: rgba(248, 250, 252, 0.95);
}
.hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-500\/0:hover {
    background-color: rgba(100, 116, 139, 0);
}
.hover\:bg-slate-500\/10:hover {
    background-color: rgba(100, 116, 139, 0.1);
}
.hover\:bg-slate-500\/100:hover {
    background-color: #64748b;
}
.hover\:bg-slate-500\/15:hover {
    background-color: rgba(100, 116, 139, 0.15);
}
.hover\:bg-slate-500\/20:hover {
    background-color: rgba(100, 116, 139, 0.2);
}
.hover\:bg-slate-500\/25:hover {
    background-color: rgba(100, 116, 139, 0.25);
}
.hover\:bg-slate-500\/30:hover {
    background-color: rgba(100, 116, 139, 0.3);
}
.hover\:bg-slate-500\/35:hover {
    background-color: rgba(100, 116, 139, 0.35);
}
.hover\:bg-slate-500\/40:hover {
    background-color: rgba(100, 116, 139, 0.4);
}
.hover\:bg-slate-500\/45:hover {
    background-color: rgba(100, 116, 139, 0.45);
}
.hover\:bg-slate-500\/5:hover {
    background-color: rgba(100, 116, 139, 0.05);
}
.hover\:bg-slate-500\/50:hover {
    background-color: rgba(100, 116, 139, 0.5);
}
.hover\:bg-slate-500\/55:hover {
    background-color: rgba(100, 116, 139, 0.55);
}
.hover\:bg-slate-500\/60:hover {
    background-color: rgba(100, 116, 139, 0.6);
}
.hover\:bg-slate-500\/65:hover {
    background-color: rgba(100, 116, 139, 0.65);
}
.hover\:bg-slate-500\/70:hover {
    background-color: rgba(100, 116, 139, 0.7);
}
.hover\:bg-slate-500\/75:hover {
    background-color: rgba(100, 116, 139, 0.75);
}
.hover\:bg-slate-500\/80:hover {
    background-color: rgba(100, 116, 139, 0.8);
}
.hover\:bg-slate-500\/85:hover {
    background-color: rgba(100, 116, 139, 0.85);
}
.hover\:bg-slate-500\/90:hover {
    background-color: rgba(100, 116, 139, 0.9);
}
.hover\:bg-slate-500\/95:hover {
    background-color: rgba(100, 116, 139, 0.95);
}
.hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-600\/0:hover {
    background-color: rgba(71, 85, 105, 0);
}
.hover\:bg-slate-600\/10:hover {
    background-color: rgba(71, 85, 105, 0.1);
}
.hover\:bg-slate-600\/100:hover {
    background-color: #475569;
}
.hover\:bg-slate-600\/15:hover {
    background-color: rgba(71, 85, 105, 0.15);
}
.hover\:bg-slate-600\/20:hover {
    background-color: rgba(71, 85, 105, 0.2);
}
.hover\:bg-slate-600\/25:hover {
    background-color: rgba(71, 85, 105, 0.25);
}
.hover\:bg-slate-600\/30:hover {
    background-color: rgba(71, 85, 105, 0.3);
}
.hover\:bg-slate-600\/35:hover {
    background-color: rgba(71, 85, 105, 0.35);
}
.hover\:bg-slate-600\/40:hover {
    background-color: rgba(71, 85, 105, 0.4);
}
.hover\:bg-slate-600\/45:hover {
    background-color: rgba(71, 85, 105, 0.45);
}
.hover\:bg-slate-600\/5:hover {
    background-color: rgba(71, 85, 105, 0.05);
}
.hover\:bg-slate-600\/50:hover {
    background-color: rgba(71, 85, 105, 0.5);
}
.hover\:bg-slate-600\/55:hover {
    background-color: rgba(71, 85, 105, 0.55);
}
.hover\:bg-slate-600\/60:hover {
    background-color: rgba(71, 85, 105, 0.6);
}
.hover\:bg-slate-600\/65:hover {
    background-color: rgba(71, 85, 105, 0.65);
}
.hover\:bg-slate-600\/70:hover {
    background-color: rgba(71, 85, 105, 0.7);
}
.hover\:bg-slate-600\/75:hover {
    background-color: rgba(71, 85, 105, 0.75);
}
.hover\:bg-slate-600\/80:hover {
    background-color: rgba(71, 85, 105, 0.8);
}
.hover\:bg-slate-600\/85:hover {
    background-color: rgba(71, 85, 105, 0.85);
}
.hover\:bg-slate-600\/90:hover {
    background-color: rgba(71, 85, 105, 0.9);
}
.hover\:bg-slate-600\/95:hover {
    background-color: rgba(71, 85, 105, 0.95);
}
.hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-700\/0:hover {
    background-color: rgba(51, 65, 85, 0);
}
.hover\:bg-slate-700\/10:hover {
    background-color: rgba(51, 65, 85, 0.1);
}
.hover\:bg-slate-700\/100:hover {
    background-color: #334155;
}
.hover\:bg-slate-700\/15:hover {
    background-color: rgba(51, 65, 85, 0.15);
}
.hover\:bg-slate-700\/20:hover {
    background-color: rgba(51, 65, 85, 0.2);
}
.hover\:bg-slate-700\/25:hover {
    background-color: rgba(51, 65, 85, 0.25);
}
.hover\:bg-slate-700\/30:hover {
    background-color: rgba(51, 65, 85, 0.3);
}
.hover\:bg-slate-700\/35:hover {
    background-color: rgba(51, 65, 85, 0.35);
}
.hover\:bg-slate-700\/40:hover {
    background-color: rgba(51, 65, 85, 0.4);
}
.hover\:bg-slate-700\/45:hover {
    background-color: rgba(51, 65, 85, 0.45);
}
.hover\:bg-slate-700\/5:hover {
    background-color: rgba(51, 65, 85, 0.05);
}
.hover\:bg-slate-700\/50:hover {
    background-color: rgba(51, 65, 85, 0.5);
}
.hover\:bg-slate-700\/55:hover {
    background-color: rgba(51, 65, 85, 0.55);
}
.hover\:bg-slate-700\/60:hover {
    background-color: rgba(51, 65, 85, 0.6);
}
.hover\:bg-slate-700\/65:hover {
    background-color: rgba(51, 65, 85, 0.65);
}
.hover\:bg-slate-700\/70:hover {
    background-color: rgba(51, 65, 85, 0.7);
}
.hover\:bg-slate-700\/75:hover {
    background-color: rgba(51, 65, 85, 0.75);
}
.hover\:bg-slate-700\/80:hover {
    background-color: rgba(51, 65, 85, 0.8);
}
.hover\:bg-slate-700\/85:hover {
    background-color: rgba(51, 65, 85, 0.85);
}
.hover\:bg-slate-700\/90:hover {
    background-color: rgba(51, 65, 85, 0.9);
}
.hover\:bg-slate-700\/95:hover {
    background-color: rgba(51, 65, 85, 0.95);
}
.hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-800\/0:hover {
    background-color: rgba(30, 41, 59, 0);
}
.hover\:bg-slate-800\/10:hover {
    background-color: rgba(30, 41, 59, 0.1);
}
.hover\:bg-slate-800\/100:hover {
    background-color: #1e293b;
}
.hover\:bg-slate-800\/15:hover {
    background-color: rgba(30, 41, 59, 0.15);
}
.hover\:bg-slate-800\/20:hover {
    background-color: rgba(30, 41, 59, 0.2);
}
.hover\:bg-slate-800\/25:hover {
    background-color: rgba(30, 41, 59, 0.25);
}
.hover\:bg-slate-800\/30:hover {
    background-color: rgba(30, 41, 59, 0.3);
}
.hover\:bg-slate-800\/35:hover {
    background-color: rgba(30, 41, 59, 0.35);
}
.hover\:bg-slate-800\/40:hover {
    background-color: rgba(30, 41, 59, 0.4);
}
.hover\:bg-slate-800\/45:hover {
    background-color: rgba(30, 41, 59, 0.45);
}
.hover\:bg-slate-800\/5:hover {
    background-color: rgba(30, 41, 59, 0.05);
}
.hover\:bg-slate-800\/50:hover {
    background-color: rgba(30, 41, 59, 0.5);
}
.hover\:bg-slate-800\/55:hover {
    background-color: rgba(30, 41, 59, 0.55);
}
.hover\:bg-slate-800\/60:hover {
    background-color: rgba(30, 41, 59, 0.6);
}
.hover\:bg-slate-800\/65:hover {
    background-color: rgba(30, 41, 59, 0.65);
}
.hover\:bg-slate-800\/70:hover {
    background-color: rgba(30, 41, 59, 0.7);
}
.hover\:bg-slate-800\/75:hover {
    background-color: rgba(30, 41, 59, 0.75);
}
.hover\:bg-slate-800\/80:hover {
    background-color: rgba(30, 41, 59, 0.8);
}
.hover\:bg-slate-800\/85:hover {
    background-color: rgba(30, 41, 59, 0.85);
}
.hover\:bg-slate-800\/90:hover {
    background-color: rgba(30, 41, 59, 0.9);
}
.hover\:bg-slate-800\/95:hover {
    background-color: rgba(30, 41, 59, 0.95);
}
.hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900\/0:hover {
    background-color: rgba(15, 23, 42, 0);
}
.hover\:bg-slate-900\/10:hover {
    background-color: rgba(15, 23, 42, 0.1);
}
.hover\:bg-slate-900\/100:hover {
    background-color: #0f172a;
}
.hover\:bg-slate-900\/15:hover {
    background-color: rgba(15, 23, 42, 0.15);
}
.hover\:bg-slate-900\/20:hover {
    background-color: rgba(15, 23, 42, 0.2);
}
.hover\:bg-slate-900\/25:hover {
    background-color: rgba(15, 23, 42, 0.25);
}
.hover\:bg-slate-900\/30:hover {
    background-color: rgba(15, 23, 42, 0.3);
}
.hover\:bg-slate-900\/35:hover {
    background-color: rgba(15, 23, 42, 0.35);
}
.hover\:bg-slate-900\/40:hover {
    background-color: rgba(15, 23, 42, 0.4);
}
.hover\:bg-slate-900\/45:hover {
    background-color: rgba(15, 23, 42, 0.45);
}
.hover\:bg-slate-900\/5:hover {
    background-color: rgba(15, 23, 42, 0.05);
}
.hover\:bg-slate-900\/50:hover {
    background-color: rgba(15, 23, 42, 0.5);
}
.hover\:bg-slate-900\/55:hover {
    background-color: rgba(15, 23, 42, 0.55);
}
.hover\:bg-slate-900\/60:hover {
    background-color: rgba(15, 23, 42, 0.6);
}
.hover\:bg-slate-900\/65:hover {
    background-color: rgba(15, 23, 42, 0.65);
}
.hover\:bg-slate-900\/70:hover {
    background-color: rgba(15, 23, 42, 0.7);
}
.hover\:bg-slate-900\/75:hover {
    background-color: rgba(15, 23, 42, 0.75);
}
.hover\:bg-slate-900\/80:hover {
    background-color: rgba(15, 23, 42, 0.8);
}
.hover\:bg-slate-900\/85:hover {
    background-color: rgba(15, 23, 42, 0.85);
}
.hover\:bg-slate-900\/90:hover {
    background-color: rgba(15, 23, 42, 0.9);
}
.hover\:bg-slate-900\/95:hover {
    background-color: rgba(15, 23, 42, 0.95);
}
.hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-100\/0:hover {
    background-color: hsla(60, 5%, 96%, 0);
}
.hover\:bg-stone-100\/10:hover {
    background-color: hsla(60, 5%, 96%, 0.1);
}
.hover\:bg-stone-100\/100:hover {
    background-color: #f5f5f4;
}
.hover\:bg-stone-100\/15:hover {
    background-color: hsla(60, 5%, 96%, 0.15);
}
.hover\:bg-stone-100\/20:hover {
    background-color: hsla(60, 5%, 96%, 0.2);
}
.hover\:bg-stone-100\/25:hover {
    background-color: hsla(60, 5%, 96%, 0.25);
}
.hover\:bg-stone-100\/30:hover {
    background-color: hsla(60, 5%, 96%, 0.3);
}
.hover\:bg-stone-100\/35:hover {
    background-color: hsla(60, 5%, 96%, 0.35);
}
.hover\:bg-stone-100\/40:hover {
    background-color: hsla(60, 5%, 96%, 0.4);
}
.hover\:bg-stone-100\/45:hover {
    background-color: hsla(60, 5%, 96%, 0.45);
}
.hover\:bg-stone-100\/5:hover {
    background-color: hsla(60, 5%, 96%, 0.05);
}
.hover\:bg-stone-100\/50:hover {
    background-color: hsla(60, 5%, 96%, 0.5);
}
.hover\:bg-stone-100\/55:hover {
    background-color: hsla(60, 5%, 96%, 0.55);
}
.hover\:bg-stone-100\/60:hover {
    background-color: hsla(60, 5%, 96%, 0.6);
}
.hover\:bg-stone-100\/65:hover {
    background-color: hsla(60, 5%, 96%, 0.65);
}
.hover\:bg-stone-100\/70:hover {
    background-color: hsla(60, 5%, 96%, 0.7);
}
.hover\:bg-stone-100\/75:hover {
    background-color: hsla(60, 5%, 96%, 0.75);
}
.hover\:bg-stone-100\/80:hover {
    background-color: hsla(60, 5%, 96%, 0.8);
}
.hover\:bg-stone-100\/85:hover {
    background-color: hsla(60, 5%, 96%, 0.85);
}
.hover\:bg-stone-100\/90:hover {
    background-color: hsla(60, 5%, 96%, 0.9);
}
.hover\:bg-stone-100\/95:hover {
    background-color: hsla(60, 5%, 96%, 0.95);
}
.hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-200\/0:hover {
    background-color: hsla(20, 6%, 90%, 0);
}
.hover\:bg-stone-200\/10:hover {
    background-color: hsla(20, 6%, 90%, 0.1);
}
.hover\:bg-stone-200\/100:hover {
    background-color: #e7e5e4;
}
.hover\:bg-stone-200\/15:hover {
    background-color: hsla(20, 6%, 90%, 0.15);
}
.hover\:bg-stone-200\/20:hover {
    background-color: hsla(20, 6%, 90%, 0.2);
}
.hover\:bg-stone-200\/25:hover {
    background-color: hsla(20, 6%, 90%, 0.25);
}
.hover\:bg-stone-200\/30:hover {
    background-color: hsla(20, 6%, 90%, 0.3);
}
.hover\:bg-stone-200\/35:hover {
    background-color: hsla(20, 6%, 90%, 0.35);
}
.hover\:bg-stone-200\/40:hover {
    background-color: hsla(20, 6%, 90%, 0.4);
}
.hover\:bg-stone-200\/45:hover {
    background-color: hsla(20, 6%, 90%, 0.45);
}
.hover\:bg-stone-200\/5:hover {
    background-color: hsla(20, 6%, 90%, 0.05);
}
.hover\:bg-stone-200\/50:hover {
    background-color: hsla(20, 6%, 90%, 0.5);
}
.hover\:bg-stone-200\/55:hover {
    background-color: hsla(20, 6%, 90%, 0.55);
}
.hover\:bg-stone-200\/60:hover {
    background-color: hsla(20, 6%, 90%, 0.6);
}
.hover\:bg-stone-200\/65:hover {
    background-color: hsla(20, 6%, 90%, 0.65);
}
.hover\:bg-stone-200\/70:hover {
    background-color: hsla(20, 6%, 90%, 0.7);
}
.hover\:bg-stone-200\/75:hover {
    background-color: hsla(20, 6%, 90%, 0.75);
}
.hover\:bg-stone-200\/80:hover {
    background-color: hsla(20, 6%, 90%, 0.8);
}
.hover\:bg-stone-200\/85:hover {
    background-color: hsla(20, 6%, 90%, 0.85);
}
.hover\:bg-stone-200\/90:hover {
    background-color: hsla(20, 6%, 90%, 0.9);
}
.hover\:bg-stone-200\/95:hover {
    background-color: hsla(20, 6%, 90%, 0.95);
}
.hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-300\/0:hover {
    background-color: hsla(24, 6%, 83%, 0);
}
.hover\:bg-stone-300\/10:hover {
    background-color: hsla(24, 6%, 83%, 0.1);
}
.hover\:bg-stone-300\/100:hover {
    background-color: #d6d3d1;
}
.hover\:bg-stone-300\/15:hover {
    background-color: hsla(24, 6%, 83%, 0.15);
}
.hover\:bg-stone-300\/20:hover {
    background-color: hsla(24, 6%, 83%, 0.2);
}
.hover\:bg-stone-300\/25:hover {
    background-color: hsla(24, 6%, 83%, 0.25);
}
.hover\:bg-stone-300\/30:hover {
    background-color: hsla(24, 6%, 83%, 0.3);
}
.hover\:bg-stone-300\/35:hover {
    background-color: hsla(24, 6%, 83%, 0.35);
}
.hover\:bg-stone-300\/40:hover {
    background-color: hsla(24, 6%, 83%, 0.4);
}
.hover\:bg-stone-300\/45:hover {
    background-color: hsla(24, 6%, 83%, 0.45);
}
.hover\:bg-stone-300\/5:hover {
    background-color: hsla(24, 6%, 83%, 0.05);
}
.hover\:bg-stone-300\/50:hover {
    background-color: hsla(24, 6%, 83%, 0.5);
}
.hover\:bg-stone-300\/55:hover {
    background-color: hsla(24, 6%, 83%, 0.55);
}
.hover\:bg-stone-300\/60:hover {
    background-color: hsla(24, 6%, 83%, 0.6);
}
.hover\:bg-stone-300\/65:hover {
    background-color: hsla(24, 6%, 83%, 0.65);
}
.hover\:bg-stone-300\/70:hover {
    background-color: hsla(24, 6%, 83%, 0.7);
}
.hover\:bg-stone-300\/75:hover {
    background-color: hsla(24, 6%, 83%, 0.75);
}
.hover\:bg-stone-300\/80:hover {
    background-color: hsla(24, 6%, 83%, 0.8);
}
.hover\:bg-stone-300\/85:hover {
    background-color: hsla(24, 6%, 83%, 0.85);
}
.hover\:bg-stone-300\/90:hover {
    background-color: hsla(24, 6%, 83%, 0.9);
}
.hover\:bg-stone-300\/95:hover {
    background-color: hsla(24, 6%, 83%, 0.95);
}
.hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-400\/0:hover {
    background-color: hsla(24, 5%, 64%, 0);
}
.hover\:bg-stone-400\/10:hover {
    background-color: hsla(24, 5%, 64%, 0.1);
}
.hover\:bg-stone-400\/100:hover {
    background-color: #a8a29e;
}
.hover\:bg-stone-400\/15:hover {
    background-color: hsla(24, 5%, 64%, 0.15);
}
.hover\:bg-stone-400\/20:hover {
    background-color: hsla(24, 5%, 64%, 0.2);
}
.hover\:bg-stone-400\/25:hover {
    background-color: hsla(24, 5%, 64%, 0.25);
}
.hover\:bg-stone-400\/30:hover {
    background-color: hsla(24, 5%, 64%, 0.3);
}
.hover\:bg-stone-400\/35:hover {
    background-color: hsla(24, 5%, 64%, 0.35);
}
.hover\:bg-stone-400\/40:hover {
    background-color: hsla(24, 5%, 64%, 0.4);
}
.hover\:bg-stone-400\/45:hover {
    background-color: hsla(24, 5%, 64%, 0.45);
}
.hover\:bg-stone-400\/5:hover {
    background-color: hsla(24, 5%, 64%, 0.05);
}
.hover\:bg-stone-400\/50:hover {
    background-color: hsla(24, 5%, 64%, 0.5);
}
.hover\:bg-stone-400\/55:hover {
    background-color: hsla(24, 5%, 64%, 0.55);
}
.hover\:bg-stone-400\/60:hover {
    background-color: hsla(24, 5%, 64%, 0.6);
}
.hover\:bg-stone-400\/65:hover {
    background-color: hsla(24, 5%, 64%, 0.65);
}
.hover\:bg-stone-400\/70:hover {
    background-color: hsla(24, 5%, 64%, 0.7);
}
.hover\:bg-stone-400\/75:hover {
    background-color: hsla(24, 5%, 64%, 0.75);
}
.hover\:bg-stone-400\/80:hover {
    background-color: hsla(24, 5%, 64%, 0.8);
}
.hover\:bg-stone-400\/85:hover {
    background-color: hsla(24, 5%, 64%, 0.85);
}
.hover\:bg-stone-400\/90:hover {
    background-color: hsla(24, 5%, 64%, 0.9);
}
.hover\:bg-stone-400\/95:hover {
    background-color: hsla(24, 5%, 64%, 0.95);
}
.hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-50\/0:hover {
    background-color: hsla(60, 9%, 98%, 0);
}
.hover\:bg-stone-50\/10:hover {
    background-color: hsla(60, 9%, 98%, 0.1);
}
.hover\:bg-stone-50\/100:hover {
    background-color: #fafaf9;
}
.hover\:bg-stone-50\/15:hover {
    background-color: hsla(60, 9%, 98%, 0.15);
}
.hover\:bg-stone-50\/20:hover {
    background-color: hsla(60, 9%, 98%, 0.2);
}
.hover\:bg-stone-50\/25:hover {
    background-color: hsla(60, 9%, 98%, 0.25);
}
.hover\:bg-stone-50\/30:hover {
    background-color: hsla(60, 9%, 98%, 0.3);
}
.hover\:bg-stone-50\/35:hover {
    background-color: hsla(60, 9%, 98%, 0.35);
}
.hover\:bg-stone-50\/40:hover {
    background-color: hsla(60, 9%, 98%, 0.4);
}
.hover\:bg-stone-50\/45:hover {
    background-color: hsla(60, 9%, 98%, 0.45);
}
.hover\:bg-stone-50\/5:hover {
    background-color: hsla(60, 9%, 98%, 0.05);
}
.hover\:bg-stone-50\/50:hover {
    background-color: hsla(60, 9%, 98%, 0.5);
}
.hover\:bg-stone-50\/55:hover {
    background-color: hsla(60, 9%, 98%, 0.55);
}
.hover\:bg-stone-50\/60:hover {
    background-color: hsla(60, 9%, 98%, 0.6);
}
.hover\:bg-stone-50\/65:hover {
    background-color: hsla(60, 9%, 98%, 0.65);
}
.hover\:bg-stone-50\/70:hover {
    background-color: hsla(60, 9%, 98%, 0.7);
}
.hover\:bg-stone-50\/75:hover {
    background-color: hsla(60, 9%, 98%, 0.75);
}
.hover\:bg-stone-50\/80:hover {
    background-color: hsla(60, 9%, 98%, 0.8);
}
.hover\:bg-stone-50\/85:hover {
    background-color: hsla(60, 9%, 98%, 0.85);
}
.hover\:bg-stone-50\/90:hover {
    background-color: hsla(60, 9%, 98%, 0.9);
}
.hover\:bg-stone-50\/95:hover {
    background-color: hsla(60, 9%, 98%, 0.95);
}
.hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-500\/0:hover {
    background-color: hsla(25, 5%, 45%, 0);
}
.hover\:bg-stone-500\/10:hover {
    background-color: hsla(25, 5%, 45%, 0.1);
}
.hover\:bg-stone-500\/100:hover {
    background-color: #78716c;
}
.hover\:bg-stone-500\/15:hover {
    background-color: hsla(25, 5%, 45%, 0.15);
}
.hover\:bg-stone-500\/20:hover {
    background-color: hsla(25, 5%, 45%, 0.2);
}
.hover\:bg-stone-500\/25:hover {
    background-color: hsla(25, 5%, 45%, 0.25);
}
.hover\:bg-stone-500\/30:hover {
    background-color: hsla(25, 5%, 45%, 0.3);
}
.hover\:bg-stone-500\/35:hover {
    background-color: hsla(25, 5%, 45%, 0.35);
}
.hover\:bg-stone-500\/40:hover {
    background-color: hsla(25, 5%, 45%, 0.4);
}
.hover\:bg-stone-500\/45:hover {
    background-color: hsla(25, 5%, 45%, 0.45);
}
.hover\:bg-stone-500\/5:hover {
    background-color: hsla(25, 5%, 45%, 0.05);
}
.hover\:bg-stone-500\/50:hover {
    background-color: hsla(25, 5%, 45%, 0.5);
}
.hover\:bg-stone-500\/55:hover {
    background-color: hsla(25, 5%, 45%, 0.55);
}
.hover\:bg-stone-500\/60:hover {
    background-color: hsla(25, 5%, 45%, 0.6);
}
.hover\:bg-stone-500\/65:hover {
    background-color: hsla(25, 5%, 45%, 0.65);
}
.hover\:bg-stone-500\/70:hover {
    background-color: hsla(25, 5%, 45%, 0.7);
}
.hover\:bg-stone-500\/75:hover {
    background-color: hsla(25, 5%, 45%, 0.75);
}
.hover\:bg-stone-500\/80:hover {
    background-color: hsla(25, 5%, 45%, 0.8);
}
.hover\:bg-stone-500\/85:hover {
    background-color: hsla(25, 5%, 45%, 0.85);
}
.hover\:bg-stone-500\/90:hover {
    background-color: hsla(25, 5%, 45%, 0.9);
}
.hover\:bg-stone-500\/95:hover {
    background-color: hsla(25, 5%, 45%, 0.95);
}
.hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-600\/0:hover {
    background-color: rgba(87, 83, 78, 0);
}
.hover\:bg-stone-600\/10:hover {
    background-color: rgba(87, 83, 78, 0.1);
}
.hover\:bg-stone-600\/100:hover {
    background-color: #57534e;
}
.hover\:bg-stone-600\/15:hover {
    background-color: rgba(87, 83, 78, 0.15);
}
.hover\:bg-stone-600\/20:hover {
    background-color: rgba(87, 83, 78, 0.2);
}
.hover\:bg-stone-600\/25:hover {
    background-color: rgba(87, 83, 78, 0.25);
}
.hover\:bg-stone-600\/30:hover {
    background-color: rgba(87, 83, 78, 0.3);
}
.hover\:bg-stone-600\/35:hover {
    background-color: rgba(87, 83, 78, 0.35);
}
.hover\:bg-stone-600\/40:hover {
    background-color: rgba(87, 83, 78, 0.4);
}
.hover\:bg-stone-600\/45:hover {
    background-color: rgba(87, 83, 78, 0.45);
}
.hover\:bg-stone-600\/5:hover {
    background-color: rgba(87, 83, 78, 0.05);
}
.hover\:bg-stone-600\/50:hover {
    background-color: rgba(87, 83, 78, 0.5);
}
.hover\:bg-stone-600\/55:hover {
    background-color: rgba(87, 83, 78, 0.55);
}
.hover\:bg-stone-600\/60:hover {
    background-color: rgba(87, 83, 78, 0.6);
}
.hover\:bg-stone-600\/65:hover {
    background-color: rgba(87, 83, 78, 0.65);
}
.hover\:bg-stone-600\/70:hover {
    background-color: rgba(87, 83, 78, 0.7);
}
.hover\:bg-stone-600\/75:hover {
    background-color: rgba(87, 83, 78, 0.75);
}
.hover\:bg-stone-600\/80:hover {
    background-color: rgba(87, 83, 78, 0.8);
}
.hover\:bg-stone-600\/85:hover {
    background-color: rgba(87, 83, 78, 0.85);
}
.hover\:bg-stone-600\/90:hover {
    background-color: rgba(87, 83, 78, 0.9);
}
.hover\:bg-stone-600\/95:hover {
    background-color: rgba(87, 83, 78, 0.95);
}
.hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-700\/0:hover {
    background-color: rgba(68, 64, 60, 0);
}
.hover\:bg-stone-700\/10:hover {
    background-color: rgba(68, 64, 60, 0.1);
}
.hover\:bg-stone-700\/100:hover {
    background-color: #44403c;
}
.hover\:bg-stone-700\/15:hover {
    background-color: rgba(68, 64, 60, 0.15);
}
.hover\:bg-stone-700\/20:hover {
    background-color: rgba(68, 64, 60, 0.2);
}
.hover\:bg-stone-700\/25:hover {
    background-color: rgba(68, 64, 60, 0.25);
}
.hover\:bg-stone-700\/30:hover {
    background-color: rgba(68, 64, 60, 0.3);
}
.hover\:bg-stone-700\/35:hover {
    background-color: rgba(68, 64, 60, 0.35);
}
.hover\:bg-stone-700\/40:hover {
    background-color: rgba(68, 64, 60, 0.4);
}
.hover\:bg-stone-700\/45:hover {
    background-color: rgba(68, 64, 60, 0.45);
}
.hover\:bg-stone-700\/5:hover {
    background-color: rgba(68, 64, 60, 0.05);
}
.hover\:bg-stone-700\/50:hover {
    background-color: rgba(68, 64, 60, 0.5);
}
.hover\:bg-stone-700\/55:hover {
    background-color: rgba(68, 64, 60, 0.55);
}
.hover\:bg-stone-700\/60:hover {
    background-color: rgba(68, 64, 60, 0.6);
}
.hover\:bg-stone-700\/65:hover {
    background-color: rgba(68, 64, 60, 0.65);
}
.hover\:bg-stone-700\/70:hover {
    background-color: rgba(68, 64, 60, 0.7);
}
.hover\:bg-stone-700\/75:hover {
    background-color: rgba(68, 64, 60, 0.75);
}
.hover\:bg-stone-700\/80:hover {
    background-color: rgba(68, 64, 60, 0.8);
}
.hover\:bg-stone-700\/85:hover {
    background-color: rgba(68, 64, 60, 0.85);
}
.hover\:bg-stone-700\/90:hover {
    background-color: rgba(68, 64, 60, 0.9);
}
.hover\:bg-stone-700\/95:hover {
    background-color: rgba(68, 64, 60, 0.95);
}
.hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-800\/0:hover {
    background-color: rgba(41, 37, 36, 0);
}
.hover\:bg-stone-800\/10:hover {
    background-color: rgba(41, 37, 36, 0.1);
}
.hover\:bg-stone-800\/100:hover {
    background-color: #292524;
}
.hover\:bg-stone-800\/15:hover {
    background-color: rgba(41, 37, 36, 0.15);
}
.hover\:bg-stone-800\/20:hover {
    background-color: rgba(41, 37, 36, 0.2);
}
.hover\:bg-stone-800\/25:hover {
    background-color: rgba(41, 37, 36, 0.25);
}
.hover\:bg-stone-800\/30:hover {
    background-color: rgba(41, 37, 36, 0.3);
}
.hover\:bg-stone-800\/35:hover {
    background-color: rgba(41, 37, 36, 0.35);
}
.hover\:bg-stone-800\/40:hover {
    background-color: rgba(41, 37, 36, 0.4);
}
.hover\:bg-stone-800\/45:hover {
    background-color: rgba(41, 37, 36, 0.45);
}
.hover\:bg-stone-800\/5:hover {
    background-color: rgba(41, 37, 36, 0.05);
}
.hover\:bg-stone-800\/50:hover {
    background-color: rgba(41, 37, 36, 0.5);
}
.hover\:bg-stone-800\/55:hover {
    background-color: rgba(41, 37, 36, 0.55);
}
.hover\:bg-stone-800\/60:hover {
    background-color: rgba(41, 37, 36, 0.6);
}
.hover\:bg-stone-800\/65:hover {
    background-color: rgba(41, 37, 36, 0.65);
}
.hover\:bg-stone-800\/70:hover {
    background-color: rgba(41, 37, 36, 0.7);
}
.hover\:bg-stone-800\/75:hover {
    background-color: rgba(41, 37, 36, 0.75);
}
.hover\:bg-stone-800\/80:hover {
    background-color: rgba(41, 37, 36, 0.8);
}
.hover\:bg-stone-800\/85:hover {
    background-color: rgba(41, 37, 36, 0.85);
}
.hover\:bg-stone-800\/90:hover {
    background-color: rgba(41, 37, 36, 0.9);
}
.hover\:bg-stone-800\/95:hover {
    background-color: rgba(41, 37, 36, 0.95);
}
.hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-900\/0:hover {
    background-color: rgba(28, 25, 23, 0);
}
.hover\:bg-stone-900\/10:hover {
    background-color: rgba(28, 25, 23, 0.1);
}
.hover\:bg-stone-900\/100:hover {
    background-color: #1c1917;
}
.hover\:bg-stone-900\/15:hover {
    background-color: rgba(28, 25, 23, 0.15);
}
.hover\:bg-stone-900\/20:hover {
    background-color: rgba(28, 25, 23, 0.2);
}
.hover\:bg-stone-900\/25:hover {
    background-color: rgba(28, 25, 23, 0.25);
}
.hover\:bg-stone-900\/30:hover {
    background-color: rgba(28, 25, 23, 0.3);
}
.hover\:bg-stone-900\/35:hover {
    background-color: rgba(28, 25, 23, 0.35);
}
.hover\:bg-stone-900\/40:hover {
    background-color: rgba(28, 25, 23, 0.4);
}
.hover\:bg-stone-900\/45:hover {
    background-color: rgba(28, 25, 23, 0.45);
}
.hover\:bg-stone-900\/5:hover {
    background-color: rgba(28, 25, 23, 0.05);
}
.hover\:bg-stone-900\/50:hover {
    background-color: rgba(28, 25, 23, 0.5);
}
.hover\:bg-stone-900\/55:hover {
    background-color: rgba(28, 25, 23, 0.55);
}
.hover\:bg-stone-900\/60:hover {
    background-color: rgba(28, 25, 23, 0.6);
}
.hover\:bg-stone-900\/65:hover {
    background-color: rgba(28, 25, 23, 0.65);
}
.hover\:bg-stone-900\/70:hover {
    background-color: rgba(28, 25, 23, 0.7);
}
.hover\:bg-stone-900\/75:hover {
    background-color: rgba(28, 25, 23, 0.75);
}
.hover\:bg-stone-900\/80:hover {
    background-color: rgba(28, 25, 23, 0.8);
}
.hover\:bg-stone-900\/85:hover {
    background-color: rgba(28, 25, 23, 0.85);
}
.hover\:bg-stone-900\/90:hover {
    background-color: rgba(28, 25, 23, 0.9);
}
.hover\:bg-stone-900\/95:hover {
    background-color: rgba(28, 25, 23, 0.95);
}
.hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-100\/0:hover {
    background-color: rgba(204, 251, 241, 0);
}
.hover\:bg-teal-100\/10:hover {
    background-color: rgba(204, 251, 241, 0.1);
}
.hover\:bg-teal-100\/100:hover {
    background-color: #ccfbf1;
}
.hover\:bg-teal-100\/15:hover {
    background-color: rgba(204, 251, 241, 0.15);
}
.hover\:bg-teal-100\/20:hover {
    background-color: rgba(204, 251, 241, 0.2);
}
.hover\:bg-teal-100\/25:hover {
    background-color: rgba(204, 251, 241, 0.25);
}
.hover\:bg-teal-100\/30:hover {
    background-color: rgba(204, 251, 241, 0.3);
}
.hover\:bg-teal-100\/35:hover {
    background-color: rgba(204, 251, 241, 0.35);
}
.hover\:bg-teal-100\/40:hover {
    background-color: rgba(204, 251, 241, 0.4);
}
.hover\:bg-teal-100\/45:hover {
    background-color: rgba(204, 251, 241, 0.45);
}
.hover\:bg-teal-100\/5:hover {
    background-color: rgba(204, 251, 241, 0.05);
}
.hover\:bg-teal-100\/50:hover {
    background-color: rgba(204, 251, 241, 0.5);
}
.hover\:bg-teal-100\/55:hover {
    background-color: rgba(204, 251, 241, 0.55);
}
.hover\:bg-teal-100\/60:hover {
    background-color: rgba(204, 251, 241, 0.6);
}
.hover\:bg-teal-100\/65:hover {
    background-color: rgba(204, 251, 241, 0.65);
}
.hover\:bg-teal-100\/70:hover {
    background-color: rgba(204, 251, 241, 0.7);
}
.hover\:bg-teal-100\/75:hover {
    background-color: rgba(204, 251, 241, 0.75);
}
.hover\:bg-teal-100\/80:hover {
    background-color: rgba(204, 251, 241, 0.8);
}
.hover\:bg-teal-100\/85:hover {
    background-color: rgba(204, 251, 241, 0.85);
}
.hover\:bg-teal-100\/90:hover {
    background-color: rgba(204, 251, 241, 0.9);
}
.hover\:bg-teal-100\/95:hover {
    background-color: rgba(204, 251, 241, 0.95);
}
.hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-200\/0:hover {
    background-color: rgba(153, 246, 228, 0);
}
.hover\:bg-teal-200\/10:hover {
    background-color: rgba(153, 246, 228, 0.1);
}
.hover\:bg-teal-200\/100:hover {
    background-color: #99f6e4;
}
.hover\:bg-teal-200\/15:hover {
    background-color: rgba(153, 246, 228, 0.15);
}
.hover\:bg-teal-200\/20:hover {
    background-color: rgba(153, 246, 228, 0.2);
}
.hover\:bg-teal-200\/25:hover {
    background-color: rgba(153, 246, 228, 0.25);
}
.hover\:bg-teal-200\/30:hover {
    background-color: rgba(153, 246, 228, 0.3);
}
.hover\:bg-teal-200\/35:hover {
    background-color: rgba(153, 246, 228, 0.35);
}
.hover\:bg-teal-200\/40:hover {
    background-color: rgba(153, 246, 228, 0.4);
}
.hover\:bg-teal-200\/45:hover {
    background-color: rgba(153, 246, 228, 0.45);
}
.hover\:bg-teal-200\/5:hover {
    background-color: rgba(153, 246, 228, 0.05);
}
.hover\:bg-teal-200\/50:hover {
    background-color: rgba(153, 246, 228, 0.5);
}
.hover\:bg-teal-200\/55:hover {
    background-color: rgba(153, 246, 228, 0.55);
}
.hover\:bg-teal-200\/60:hover {
    background-color: rgba(153, 246, 228, 0.6);
}
.hover\:bg-teal-200\/65:hover {
    background-color: rgba(153, 246, 228, 0.65);
}
.hover\:bg-teal-200\/70:hover {
    background-color: rgba(153, 246, 228, 0.7);
}
.hover\:bg-teal-200\/75:hover {
    background-color: rgba(153, 246, 228, 0.75);
}
.hover\:bg-teal-200\/80:hover {
    background-color: rgba(153, 246, 228, 0.8);
}
.hover\:bg-teal-200\/85:hover {
    background-color: rgba(153, 246, 228, 0.85);
}
.hover\:bg-teal-200\/90:hover {
    background-color: rgba(153, 246, 228, 0.9);
}
.hover\:bg-teal-200\/95:hover {
    background-color: rgba(153, 246, 228, 0.95);
}
.hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-300\/0:hover {
    background-color: rgba(94, 234, 212, 0);
}
.hover\:bg-teal-300\/10:hover {
    background-color: rgba(94, 234, 212, 0.1);
}
.hover\:bg-teal-300\/100:hover {
    background-color: #5eead4;
}
.hover\:bg-teal-300\/15:hover {
    background-color: rgba(94, 234, 212, 0.15);
}
.hover\:bg-teal-300\/20:hover {
    background-color: rgba(94, 234, 212, 0.2);
}
.hover\:bg-teal-300\/25:hover {
    background-color: rgba(94, 234, 212, 0.25);
}
.hover\:bg-teal-300\/30:hover {
    background-color: rgba(94, 234, 212, 0.3);
}
.hover\:bg-teal-300\/35:hover {
    background-color: rgba(94, 234, 212, 0.35);
}
.hover\:bg-teal-300\/40:hover {
    background-color: rgba(94, 234, 212, 0.4);
}
.hover\:bg-teal-300\/45:hover {
    background-color: rgba(94, 234, 212, 0.45);
}
.hover\:bg-teal-300\/5:hover {
    background-color: rgba(94, 234, 212, 0.05);
}
.hover\:bg-teal-300\/50:hover {
    background-color: rgba(94, 234, 212, 0.5);
}
.hover\:bg-teal-300\/55:hover {
    background-color: rgba(94, 234, 212, 0.55);
}
.hover\:bg-teal-300\/60:hover {
    background-color: rgba(94, 234, 212, 0.6);
}
.hover\:bg-teal-300\/65:hover {
    background-color: rgba(94, 234, 212, 0.65);
}
.hover\:bg-teal-300\/70:hover {
    background-color: rgba(94, 234, 212, 0.7);
}
.hover\:bg-teal-300\/75:hover {
    background-color: rgba(94, 234, 212, 0.75);
}
.hover\:bg-teal-300\/80:hover {
    background-color: rgba(94, 234, 212, 0.8);
}
.hover\:bg-teal-300\/85:hover {
    background-color: rgba(94, 234, 212, 0.85);
}
.hover\:bg-teal-300\/90:hover {
    background-color: rgba(94, 234, 212, 0.9);
}
.hover\:bg-teal-300\/95:hover {
    background-color: rgba(94, 234, 212, 0.95);
}
.hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-400\/0:hover {
    background-color: rgba(45, 212, 191, 0);
}
.hover\:bg-teal-400\/10:hover {
    background-color: rgba(45, 212, 191, 0.1);
}
.hover\:bg-teal-400\/100:hover {
    background-color: #2dd4bf;
}
.hover\:bg-teal-400\/15:hover {
    background-color: rgba(45, 212, 191, 0.15);
}
.hover\:bg-teal-400\/20:hover {
    background-color: rgba(45, 212, 191, 0.2);
}
.hover\:bg-teal-400\/25:hover {
    background-color: rgba(45, 212, 191, 0.25);
}
.hover\:bg-teal-400\/30:hover {
    background-color: rgba(45, 212, 191, 0.3);
}
.hover\:bg-teal-400\/35:hover {
    background-color: rgba(45, 212, 191, 0.35);
}
.hover\:bg-teal-400\/40:hover {
    background-color: rgba(45, 212, 191, 0.4);
}
.hover\:bg-teal-400\/45:hover {
    background-color: rgba(45, 212, 191, 0.45);
}
.hover\:bg-teal-400\/5:hover {
    background-color: rgba(45, 212, 191, 0.05);
}
.hover\:bg-teal-400\/50:hover {
    background-color: rgba(45, 212, 191, 0.5);
}
.hover\:bg-teal-400\/55:hover {
    background-color: rgba(45, 212, 191, 0.55);
}
.hover\:bg-teal-400\/60:hover {
    background-color: rgba(45, 212, 191, 0.6);
}
.hover\:bg-teal-400\/65:hover {
    background-color: rgba(45, 212, 191, 0.65);
}
.hover\:bg-teal-400\/70:hover {
    background-color: rgba(45, 212, 191, 0.7);
}
.hover\:bg-teal-400\/75:hover {
    background-color: rgba(45, 212, 191, 0.75);
}
.hover\:bg-teal-400\/80:hover {
    background-color: rgba(45, 212, 191, 0.8);
}
.hover\:bg-teal-400\/85:hover {
    background-color: rgba(45, 212, 191, 0.85);
}
.hover\:bg-teal-400\/90:hover {
    background-color: rgba(45, 212, 191, 0.9);
}
.hover\:bg-teal-400\/95:hover {
    background-color: rgba(45, 212, 191, 0.95);
}
.hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-50\/0:hover {
    background-color: rgba(240, 253, 250, 0);
}
.hover\:bg-teal-50\/10:hover {
    background-color: rgba(240, 253, 250, 0.1);
}
.hover\:bg-teal-50\/100:hover {
    background-color: #f0fdfa;
}
.hover\:bg-teal-50\/15:hover {
    background-color: rgba(240, 253, 250, 0.15);
}
.hover\:bg-teal-50\/20:hover {
    background-color: rgba(240, 253, 250, 0.2);
}
.hover\:bg-teal-50\/25:hover {
    background-color: rgba(240, 253, 250, 0.25);
}
.hover\:bg-teal-50\/30:hover {
    background-color: rgba(240, 253, 250, 0.3);
}
.hover\:bg-teal-50\/35:hover {
    background-color: rgba(240, 253, 250, 0.35);
}
.hover\:bg-teal-50\/40:hover {
    background-color: rgba(240, 253, 250, 0.4);
}
.hover\:bg-teal-50\/45:hover {
    background-color: rgba(240, 253, 250, 0.45);
}
.hover\:bg-teal-50\/5:hover {
    background-color: rgba(240, 253, 250, 0.05);
}
.hover\:bg-teal-50\/50:hover {
    background-color: rgba(240, 253, 250, 0.5);
}
.hover\:bg-teal-50\/55:hover {
    background-color: rgba(240, 253, 250, 0.55);
}
.hover\:bg-teal-50\/60:hover {
    background-color: rgba(240, 253, 250, 0.6);
}
.hover\:bg-teal-50\/65:hover {
    background-color: rgba(240, 253, 250, 0.65);
}
.hover\:bg-teal-50\/70:hover {
    background-color: rgba(240, 253, 250, 0.7);
}
.hover\:bg-teal-50\/75:hover {
    background-color: rgba(240, 253, 250, 0.75);
}
.hover\:bg-teal-50\/80:hover {
    background-color: rgba(240, 253, 250, 0.8);
}
.hover\:bg-teal-50\/85:hover {
    background-color: rgba(240, 253, 250, 0.85);
}
.hover\:bg-teal-50\/90:hover {
    background-color: rgba(240, 253, 250, 0.9);
}
.hover\:bg-teal-50\/95:hover {
    background-color: rgba(240, 253, 250, 0.95);
}
.hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-500\/0:hover {
    background-color: rgba(20, 184, 166, 0);
}
.hover\:bg-teal-500\/10:hover {
    background-color: rgba(20, 184, 166, 0.1);
}
.hover\:bg-teal-500\/100:hover {
    background-color: #14b8a6;
}
.hover\:bg-teal-500\/15:hover {
    background-color: rgba(20, 184, 166, 0.15);
}
.hover\:bg-teal-500\/20:hover {
    background-color: rgba(20, 184, 166, 0.2);
}
.hover\:bg-teal-500\/25:hover {
    background-color: rgba(20, 184, 166, 0.25);
}
.hover\:bg-teal-500\/30:hover {
    background-color: rgba(20, 184, 166, 0.3);
}
.hover\:bg-teal-500\/35:hover {
    background-color: rgba(20, 184, 166, 0.35);
}
.hover\:bg-teal-500\/40:hover {
    background-color: rgba(20, 184, 166, 0.4);
}
.hover\:bg-teal-500\/45:hover {
    background-color: rgba(20, 184, 166, 0.45);
}
.hover\:bg-teal-500\/5:hover {
    background-color: rgba(20, 184, 166, 0.05);
}
.hover\:bg-teal-500\/50:hover {
    background-color: rgba(20, 184, 166, 0.5);
}
.hover\:bg-teal-500\/55:hover {
    background-color: rgba(20, 184, 166, 0.55);
}
.hover\:bg-teal-500\/60:hover {
    background-color: rgba(20, 184, 166, 0.6);
}
.hover\:bg-teal-500\/65:hover {
    background-color: rgba(20, 184, 166, 0.65);
}
.hover\:bg-teal-500\/70:hover {
    background-color: rgba(20, 184, 166, 0.7);
}
.hover\:bg-teal-500\/75:hover {
    background-color: rgba(20, 184, 166, 0.75);
}
.hover\:bg-teal-500\/80:hover {
    background-color: rgba(20, 184, 166, 0.8);
}
.hover\:bg-teal-500\/85:hover {
    background-color: rgba(20, 184, 166, 0.85);
}
.hover\:bg-teal-500\/90:hover {
    background-color: rgba(20, 184, 166, 0.9);
}
.hover\:bg-teal-500\/95:hover {
    background-color: rgba(20, 184, 166, 0.95);
}
.hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-600\/0:hover {
    background-color: rgba(13, 148, 136, 0);
}
.hover\:bg-teal-600\/10:hover {
    background-color: rgba(13, 148, 136, 0.1);
}
.hover\:bg-teal-600\/100:hover {
    background-color: #0d9488;
}
.hover\:bg-teal-600\/15:hover {
    background-color: rgba(13, 148, 136, 0.15);
}
.hover\:bg-teal-600\/20:hover {
    background-color: rgba(13, 148, 136, 0.2);
}
.hover\:bg-teal-600\/25:hover {
    background-color: rgba(13, 148, 136, 0.25);
}
.hover\:bg-teal-600\/30:hover {
    background-color: rgba(13, 148, 136, 0.3);
}
.hover\:bg-teal-600\/35:hover {
    background-color: rgba(13, 148, 136, 0.35);
}
.hover\:bg-teal-600\/40:hover {
    background-color: rgba(13, 148, 136, 0.4);
}
.hover\:bg-teal-600\/45:hover {
    background-color: rgba(13, 148, 136, 0.45);
}
.hover\:bg-teal-600\/5:hover {
    background-color: rgba(13, 148, 136, 0.05);
}
.hover\:bg-teal-600\/50:hover {
    background-color: rgba(13, 148, 136, 0.5);
}
.hover\:bg-teal-600\/55:hover {
    background-color: rgba(13, 148, 136, 0.55);
}
.hover\:bg-teal-600\/60:hover {
    background-color: rgba(13, 148, 136, 0.6);
}
.hover\:bg-teal-600\/65:hover {
    background-color: rgba(13, 148, 136, 0.65);
}
.hover\:bg-teal-600\/70:hover {
    background-color: rgba(13, 148, 136, 0.7);
}
.hover\:bg-teal-600\/75:hover {
    background-color: rgba(13, 148, 136, 0.75);
}
.hover\:bg-teal-600\/80:hover {
    background-color: rgba(13, 148, 136, 0.8);
}
.hover\:bg-teal-600\/85:hover {
    background-color: rgba(13, 148, 136, 0.85);
}
.hover\:bg-teal-600\/90:hover {
    background-color: rgba(13, 148, 136, 0.9);
}
.hover\:bg-teal-600\/95:hover {
    background-color: rgba(13, 148, 136, 0.95);
}
.hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-700\/0:hover {
    background-color: rgba(15, 118, 110, 0);
}
.hover\:bg-teal-700\/10:hover {
    background-color: rgba(15, 118, 110, 0.1);
}
.hover\:bg-teal-700\/100:hover {
    background-color: #0f766e;
}
.hover\:bg-teal-700\/15:hover {
    background-color: rgba(15, 118, 110, 0.15);
}
.hover\:bg-teal-700\/20:hover {
    background-color: rgba(15, 118, 110, 0.2);
}
.hover\:bg-teal-700\/25:hover {
    background-color: rgba(15, 118, 110, 0.25);
}
.hover\:bg-teal-700\/30:hover {
    background-color: rgba(15, 118, 110, 0.3);
}
.hover\:bg-teal-700\/35:hover {
    background-color: rgba(15, 118, 110, 0.35);
}
.hover\:bg-teal-700\/40:hover {
    background-color: rgba(15, 118, 110, 0.4);
}
.hover\:bg-teal-700\/45:hover {
    background-color: rgba(15, 118, 110, 0.45);
}
.hover\:bg-teal-700\/5:hover {
    background-color: rgba(15, 118, 110, 0.05);
}
.hover\:bg-teal-700\/50:hover {
    background-color: rgba(15, 118, 110, 0.5);
}
.hover\:bg-teal-700\/55:hover {
    background-color: rgba(15, 118, 110, 0.55);
}
.hover\:bg-teal-700\/60:hover {
    background-color: rgba(15, 118, 110, 0.6);
}
.hover\:bg-teal-700\/65:hover {
    background-color: rgba(15, 118, 110, 0.65);
}
.hover\:bg-teal-700\/70:hover {
    background-color: rgba(15, 118, 110, 0.7);
}
.hover\:bg-teal-700\/75:hover {
    background-color: rgba(15, 118, 110, 0.75);
}
.hover\:bg-teal-700\/80:hover {
    background-color: rgba(15, 118, 110, 0.8);
}
.hover\:bg-teal-700\/85:hover {
    background-color: rgba(15, 118, 110, 0.85);
}
.hover\:bg-teal-700\/90:hover {
    background-color: rgba(15, 118, 110, 0.9);
}
.hover\:bg-teal-700\/95:hover {
    background-color: rgba(15, 118, 110, 0.95);
}
.hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-800\/0:hover {
    background-color: rgba(17, 94, 89, 0);
}
.hover\:bg-teal-800\/10:hover {
    background-color: rgba(17, 94, 89, 0.1);
}
.hover\:bg-teal-800\/100:hover {
    background-color: #115e59;
}
.hover\:bg-teal-800\/15:hover {
    background-color: rgba(17, 94, 89, 0.15);
}
.hover\:bg-teal-800\/20:hover {
    background-color: rgba(17, 94, 89, 0.2);
}
.hover\:bg-teal-800\/25:hover {
    background-color: rgba(17, 94, 89, 0.25);
}
.hover\:bg-teal-800\/30:hover {
    background-color: rgba(17, 94, 89, 0.3);
}
.hover\:bg-teal-800\/35:hover {
    background-color: rgba(17, 94, 89, 0.35);
}
.hover\:bg-teal-800\/40:hover {
    background-color: rgba(17, 94, 89, 0.4);
}
.hover\:bg-teal-800\/45:hover {
    background-color: rgba(17, 94, 89, 0.45);
}
.hover\:bg-teal-800\/5:hover {
    background-color: rgba(17, 94, 89, 0.05);
}
.hover\:bg-teal-800\/50:hover {
    background-color: rgba(17, 94, 89, 0.5);
}
.hover\:bg-teal-800\/55:hover {
    background-color: rgba(17, 94, 89, 0.55);
}
.hover\:bg-teal-800\/60:hover {
    background-color: rgba(17, 94, 89, 0.6);
}
.hover\:bg-teal-800\/65:hover {
    background-color: rgba(17, 94, 89, 0.65);
}
.hover\:bg-teal-800\/70:hover {
    background-color: rgba(17, 94, 89, 0.7);
}
.hover\:bg-teal-800\/75:hover {
    background-color: rgba(17, 94, 89, 0.75);
}
.hover\:bg-teal-800\/80:hover {
    background-color: rgba(17, 94, 89, 0.8);
}
.hover\:bg-teal-800\/85:hover {
    background-color: rgba(17, 94, 89, 0.85);
}
.hover\:bg-teal-800\/90:hover {
    background-color: rgba(17, 94, 89, 0.9);
}
.hover\:bg-teal-800\/95:hover {
    background-color: rgba(17, 94, 89, 0.95);
}
.hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-900\/0:hover {
    background-color: rgba(19, 78, 74, 0);
}
.hover\:bg-teal-900\/10:hover {
    background-color: rgba(19, 78, 74, 0.1);
}
.hover\:bg-teal-900\/100:hover {
    background-color: #134e4a;
}
.hover\:bg-teal-900\/15:hover {
    background-color: rgba(19, 78, 74, 0.15);
}
.hover\:bg-teal-900\/20:hover {
    background-color: rgba(19, 78, 74, 0.2);
}
.hover\:bg-teal-900\/25:hover {
    background-color: rgba(19, 78, 74, 0.25);
}
.hover\:bg-teal-900\/30:hover {
    background-color: rgba(19, 78, 74, 0.3);
}
.hover\:bg-teal-900\/35:hover {
    background-color: rgba(19, 78, 74, 0.35);
}
.hover\:bg-teal-900\/40:hover {
    background-color: rgba(19, 78, 74, 0.4);
}
.hover\:bg-teal-900\/45:hover {
    background-color: rgba(19, 78, 74, 0.45);
}
.hover\:bg-teal-900\/5:hover {
    background-color: rgba(19, 78, 74, 0.05);
}
.hover\:bg-teal-900\/50:hover {
    background-color: rgba(19, 78, 74, 0.5);
}
.hover\:bg-teal-900\/55:hover {
    background-color: rgba(19, 78, 74, 0.55);
}
.hover\:bg-teal-900\/60:hover {
    background-color: rgba(19, 78, 74, 0.6);
}
.hover\:bg-teal-900\/65:hover {
    background-color: rgba(19, 78, 74, 0.65);
}
.hover\:bg-teal-900\/70:hover {
    background-color: rgba(19, 78, 74, 0.7);
}
.hover\:bg-teal-900\/75:hover {
    background-color: rgba(19, 78, 74, 0.75);
}
.hover\:bg-teal-900\/80:hover {
    background-color: rgba(19, 78, 74, 0.8);
}
.hover\:bg-teal-900\/85:hover {
    background-color: rgba(19, 78, 74, 0.85);
}
.hover\:bg-teal-900\/90:hover {
    background-color: rgba(19, 78, 74, 0.9);
}
.hover\:bg-teal-900\/95:hover {
    background-color: rgba(19, 78, 74, 0.95);
}
.hover\:bg-truegray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-100\/0:hover {
    background-color: hsla(0, 0%, 96%, 0);
}
.hover\:bg-truegray-100\/10:hover {
    background-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:bg-truegray-100\/100:hover {
    background-color: #f5f5f5;
}
.hover\:bg-truegray-100\/15:hover {
    background-color: hsla(0, 0%, 96%, 0.15);
}
.hover\:bg-truegray-100\/20:hover {
    background-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:bg-truegray-100\/25:hover {
    background-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:bg-truegray-100\/30:hover {
    background-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:bg-truegray-100\/35:hover {
    background-color: hsla(0, 0%, 96%, 0.35);
}
.hover\:bg-truegray-100\/40:hover {
    background-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:bg-truegray-100\/45:hover {
    background-color: hsla(0, 0%, 96%, 0.45);
}
.hover\:bg-truegray-100\/5:hover {
    background-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:bg-truegray-100\/50:hover {
    background-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:bg-truegray-100\/55:hover {
    background-color: hsla(0, 0%, 96%, 0.55);
}
.hover\:bg-truegray-100\/60:hover {
    background-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:bg-truegray-100\/65:hover {
    background-color: hsla(0, 0%, 96%, 0.65);
}
.hover\:bg-truegray-100\/70:hover {
    background-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:bg-truegray-100\/75:hover {
    background-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:bg-truegray-100\/80:hover {
    background-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:bg-truegray-100\/85:hover {
    background-color: hsla(0, 0%, 96%, 0.85);
}
.hover\:bg-truegray-100\/90:hover {
    background-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:bg-truegray-100\/95:hover {
    background-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:bg-truegray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-200\/0:hover {
    background-color: hsla(0, 0%, 90%, 0);
}
.hover\:bg-truegray-200\/10:hover {
    background-color: hsla(0, 0%, 90%, 0.1);
}
.hover\:bg-truegray-200\/100:hover {
    background-color: #e5e5e5;
}
.hover\:bg-truegray-200\/15:hover {
    background-color: hsla(0, 0%, 90%, 0.15);
}
.hover\:bg-truegray-200\/20:hover {
    background-color: hsla(0, 0%, 90%, 0.2);
}
.hover\:bg-truegray-200\/25:hover {
    background-color: hsla(0, 0%, 90%, 0.25);
}
.hover\:bg-truegray-200\/30:hover {
    background-color: hsla(0, 0%, 90%, 0.3);
}
.hover\:bg-truegray-200\/35:hover {
    background-color: hsla(0, 0%, 90%, 0.35);
}
.hover\:bg-truegray-200\/40:hover {
    background-color: hsla(0, 0%, 90%, 0.4);
}
.hover\:bg-truegray-200\/45:hover {
    background-color: hsla(0, 0%, 90%, 0.45);
}
.hover\:bg-truegray-200\/5:hover {
    background-color: hsla(0, 0%, 90%, 0.05);
}
.hover\:bg-truegray-200\/50:hover {
    background-color: hsla(0, 0%, 90%, 0.5);
}
.hover\:bg-truegray-200\/55:hover {
    background-color: hsla(0, 0%, 90%, 0.55);
}
.hover\:bg-truegray-200\/60:hover {
    background-color: hsla(0, 0%, 90%, 0.6);
}
.hover\:bg-truegray-200\/65:hover {
    background-color: hsla(0, 0%, 90%, 0.65);
}
.hover\:bg-truegray-200\/70:hover {
    background-color: hsla(0, 0%, 90%, 0.7);
}
.hover\:bg-truegray-200\/75:hover {
    background-color: hsla(0, 0%, 90%, 0.75);
}
.hover\:bg-truegray-200\/80:hover {
    background-color: hsla(0, 0%, 90%, 0.8);
}
.hover\:bg-truegray-200\/85:hover {
    background-color: hsla(0, 0%, 90%, 0.85);
}
.hover\:bg-truegray-200\/90:hover {
    background-color: hsla(0, 0%, 90%, 0.9);
}
.hover\:bg-truegray-200\/95:hover {
    background-color: hsla(0, 0%, 90%, 0.95);
}
.hover\:bg-truegray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-300\/0:hover {
    background-color: hsla(0, 0%, 83%, 0);
}
.hover\:bg-truegray-300\/10:hover {
    background-color: hsla(0, 0%, 83%, 0.1);
}
.hover\:bg-truegray-300\/100:hover {
    background-color: #d4d4d4;
}
.hover\:bg-truegray-300\/15:hover {
    background-color: hsla(0, 0%, 83%, 0.15);
}
.hover\:bg-truegray-300\/20:hover {
    background-color: hsla(0, 0%, 83%, 0.2);
}
.hover\:bg-truegray-300\/25:hover {
    background-color: hsla(0, 0%, 83%, 0.25);
}
.hover\:bg-truegray-300\/30:hover {
    background-color: hsla(0, 0%, 83%, 0.3);
}
.hover\:bg-truegray-300\/35:hover {
    background-color: hsla(0, 0%, 83%, 0.35);
}
.hover\:bg-truegray-300\/40:hover {
    background-color: hsla(0, 0%, 83%, 0.4);
}
.hover\:bg-truegray-300\/45:hover {
    background-color: hsla(0, 0%, 83%, 0.45);
}
.hover\:bg-truegray-300\/5:hover {
    background-color: hsla(0, 0%, 83%, 0.05);
}
.hover\:bg-truegray-300\/50:hover {
    background-color: hsla(0, 0%, 83%, 0.5);
}
.hover\:bg-truegray-300\/55:hover {
    background-color: hsla(0, 0%, 83%, 0.55);
}
.hover\:bg-truegray-300\/60:hover {
    background-color: hsla(0, 0%, 83%, 0.6);
}
.hover\:bg-truegray-300\/65:hover {
    background-color: hsla(0, 0%, 83%, 0.65);
}
.hover\:bg-truegray-300\/70:hover {
    background-color: hsla(0, 0%, 83%, 0.7);
}
.hover\:bg-truegray-300\/75:hover {
    background-color: hsla(0, 0%, 83%, 0.75);
}
.hover\:bg-truegray-300\/80:hover {
    background-color: hsla(0, 0%, 83%, 0.8);
}
.hover\:bg-truegray-300\/85:hover {
    background-color: hsla(0, 0%, 83%, 0.85);
}
.hover\:bg-truegray-300\/90:hover {
    background-color: hsla(0, 0%, 83%, 0.9);
}
.hover\:bg-truegray-300\/95:hover {
    background-color: hsla(0, 0%, 83%, 0.95);
}
.hover\:bg-truegray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-400\/0:hover {
    background-color: hsla(0, 0%, 64%, 0);
}
.hover\:bg-truegray-400\/10:hover {
    background-color: hsla(0, 0%, 64%, 0.1);
}
.hover\:bg-truegray-400\/100:hover {
    background-color: #a3a3a3;
}
.hover\:bg-truegray-400\/15:hover {
    background-color: hsla(0, 0%, 64%, 0.15);
}
.hover\:bg-truegray-400\/20:hover {
    background-color: hsla(0, 0%, 64%, 0.2);
}
.hover\:bg-truegray-400\/25:hover {
    background-color: hsla(0, 0%, 64%, 0.25);
}
.hover\:bg-truegray-400\/30:hover {
    background-color: hsla(0, 0%, 64%, 0.3);
}
.hover\:bg-truegray-400\/35:hover {
    background-color: hsla(0, 0%, 64%, 0.35);
}
.hover\:bg-truegray-400\/40:hover {
    background-color: hsla(0, 0%, 64%, 0.4);
}
.hover\:bg-truegray-400\/45:hover {
    background-color: hsla(0, 0%, 64%, 0.45);
}
.hover\:bg-truegray-400\/5:hover {
    background-color: hsla(0, 0%, 64%, 0.05);
}
.hover\:bg-truegray-400\/50:hover {
    background-color: hsla(0, 0%, 64%, 0.5);
}
.hover\:bg-truegray-400\/55:hover {
    background-color: hsla(0, 0%, 64%, 0.55);
}
.hover\:bg-truegray-400\/60:hover {
    background-color: hsla(0, 0%, 64%, 0.6);
}
.hover\:bg-truegray-400\/65:hover {
    background-color: hsla(0, 0%, 64%, 0.65);
}
.hover\:bg-truegray-400\/70:hover {
    background-color: hsla(0, 0%, 64%, 0.7);
}
.hover\:bg-truegray-400\/75:hover {
    background-color: hsla(0, 0%, 64%, 0.75);
}
.hover\:bg-truegray-400\/80:hover {
    background-color: hsla(0, 0%, 64%, 0.8);
}
.hover\:bg-truegray-400\/85:hover {
    background-color: hsla(0, 0%, 64%, 0.85);
}
.hover\:bg-truegray-400\/90:hover {
    background-color: hsla(0, 0%, 64%, 0.9);
}
.hover\:bg-truegray-400\/95:hover {
    background-color: hsla(0, 0%, 64%, 0.95);
}
.hover\:bg-truegray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-50\/0:hover {
    background-color: hsla(0, 0%, 98%, 0);
}
.hover\:bg-truegray-50\/10:hover {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:bg-truegray-50\/100:hover {
    background-color: #fafafa;
}
.hover\:bg-truegray-50\/15:hover {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:bg-truegray-50\/20:hover {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:bg-truegray-50\/25:hover {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:bg-truegray-50\/30:hover {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:bg-truegray-50\/35:hover {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:bg-truegray-50\/40:hover {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:bg-truegray-50\/45:hover {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:bg-truegray-50\/5:hover {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:bg-truegray-50\/50:hover {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:bg-truegray-50\/55:hover {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:bg-truegray-50\/60:hover {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:bg-truegray-50\/65:hover {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:bg-truegray-50\/70:hover {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:bg-truegray-50\/75:hover {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:bg-truegray-50\/80:hover {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:bg-truegray-50\/85:hover {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:bg-truegray-50\/90:hover {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:bg-truegray-50\/95:hover {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:bg-truegray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-500\/0:hover {
    background-color: hsla(0, 0%, 45%, 0);
}
.hover\:bg-truegray-500\/10:hover {
    background-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:bg-truegray-500\/100:hover {
    background-color: #737373;
}
.hover\:bg-truegray-500\/15:hover {
    background-color: hsla(0, 0%, 45%, 0.15);
}
.hover\:bg-truegray-500\/20:hover {
    background-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:bg-truegray-500\/25:hover {
    background-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:bg-truegray-500\/30:hover {
    background-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:bg-truegray-500\/35:hover {
    background-color: hsla(0, 0%, 45%, 0.35);
}
.hover\:bg-truegray-500\/40:hover {
    background-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:bg-truegray-500\/45:hover {
    background-color: hsla(0, 0%, 45%, 0.45);
}
.hover\:bg-truegray-500\/5:hover {
    background-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:bg-truegray-500\/50:hover {
    background-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:bg-truegray-500\/55:hover {
    background-color: hsla(0, 0%, 45%, 0.55);
}
.hover\:bg-truegray-500\/60:hover {
    background-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:bg-truegray-500\/65:hover {
    background-color: hsla(0, 0%, 45%, 0.65);
}
.hover\:bg-truegray-500\/70:hover {
    background-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:bg-truegray-500\/75:hover {
    background-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:bg-truegray-500\/80:hover {
    background-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:bg-truegray-500\/85:hover {
    background-color: hsla(0, 0%, 45%, 0.85);
}
.hover\:bg-truegray-500\/90:hover {
    background-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:bg-truegray-500\/95:hover {
    background-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:bg-truegray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-600\/0:hover {
    background-color: rgba(82, 82, 82, 0);
}
.hover\:bg-truegray-600\/10:hover {
    background-color: rgba(82, 82, 82, 0.1);
}
.hover\:bg-truegray-600\/100:hover {
    background-color: #525252;
}
.hover\:bg-truegray-600\/15:hover {
    background-color: rgba(82, 82, 82, 0.15);
}
.hover\:bg-truegray-600\/20:hover {
    background-color: rgba(82, 82, 82, 0.2);
}
.hover\:bg-truegray-600\/25:hover {
    background-color: rgba(82, 82, 82, 0.25);
}
.hover\:bg-truegray-600\/30:hover {
    background-color: rgba(82, 82, 82, 0.3);
}
.hover\:bg-truegray-600\/35:hover {
    background-color: rgba(82, 82, 82, 0.35);
}
.hover\:bg-truegray-600\/40:hover {
    background-color: rgba(82, 82, 82, 0.4);
}
.hover\:bg-truegray-600\/45:hover {
    background-color: rgba(82, 82, 82, 0.45);
}
.hover\:bg-truegray-600\/5:hover {
    background-color: rgba(82, 82, 82, 0.05);
}
.hover\:bg-truegray-600\/50:hover {
    background-color: rgba(82, 82, 82, 0.5);
}
.hover\:bg-truegray-600\/55:hover {
    background-color: rgba(82, 82, 82, 0.55);
}
.hover\:bg-truegray-600\/60:hover {
    background-color: rgba(82, 82, 82, 0.6);
}
.hover\:bg-truegray-600\/65:hover {
    background-color: rgba(82, 82, 82, 0.65);
}
.hover\:bg-truegray-600\/70:hover {
    background-color: rgba(82, 82, 82, 0.7);
}
.hover\:bg-truegray-600\/75:hover {
    background-color: rgba(82, 82, 82, 0.75);
}
.hover\:bg-truegray-600\/80:hover {
    background-color: rgba(82, 82, 82, 0.8);
}
.hover\:bg-truegray-600\/85:hover {
    background-color: rgba(82, 82, 82, 0.85);
}
.hover\:bg-truegray-600\/90:hover {
    background-color: rgba(82, 82, 82, 0.9);
}
.hover\:bg-truegray-600\/95:hover {
    background-color: rgba(82, 82, 82, 0.95);
}
.hover\:bg-truegray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-700\/0:hover {
    background-color: rgba(64, 64, 64, 0);
}
.hover\:bg-truegray-700\/10:hover {
    background-color: rgba(64, 64, 64, 0.1);
}
.hover\:bg-truegray-700\/100:hover {
    background-color: #404040;
}
.hover\:bg-truegray-700\/15:hover {
    background-color: rgba(64, 64, 64, 0.15);
}
.hover\:bg-truegray-700\/20:hover {
    background-color: rgba(64, 64, 64, 0.2);
}
.hover\:bg-truegray-700\/25:hover {
    background-color: rgba(64, 64, 64, 0.25);
}
.hover\:bg-truegray-700\/30:hover {
    background-color: rgba(64, 64, 64, 0.3);
}
.hover\:bg-truegray-700\/35:hover {
    background-color: rgba(64, 64, 64, 0.35);
}
.hover\:bg-truegray-700\/40:hover {
    background-color: rgba(64, 64, 64, 0.4);
}
.hover\:bg-truegray-700\/45:hover {
    background-color: rgba(64, 64, 64, 0.45);
}
.hover\:bg-truegray-700\/5:hover {
    background-color: rgba(64, 64, 64, 0.05);
}
.hover\:bg-truegray-700\/50:hover {
    background-color: rgba(64, 64, 64, 0.5);
}
.hover\:bg-truegray-700\/55:hover {
    background-color: rgba(64, 64, 64, 0.55);
}
.hover\:bg-truegray-700\/60:hover {
    background-color: rgba(64, 64, 64, 0.6);
}
.hover\:bg-truegray-700\/65:hover {
    background-color: rgba(64, 64, 64, 0.65);
}
.hover\:bg-truegray-700\/70:hover {
    background-color: rgba(64, 64, 64, 0.7);
}
.hover\:bg-truegray-700\/75:hover {
    background-color: rgba(64, 64, 64, 0.75);
}
.hover\:bg-truegray-700\/80:hover {
    background-color: rgba(64, 64, 64, 0.8);
}
.hover\:bg-truegray-700\/85:hover {
    background-color: rgba(64, 64, 64, 0.85);
}
.hover\:bg-truegray-700\/90:hover {
    background-color: rgba(64, 64, 64, 0.9);
}
.hover\:bg-truegray-700\/95:hover {
    background-color: rgba(64, 64, 64, 0.95);
}
.hover\:bg-truegray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-800\/0:hover {
    background-color: rgba(38, 38, 38, 0);
}
.hover\:bg-truegray-800\/10:hover {
    background-color: rgba(38, 38, 38, 0.1);
}
.hover\:bg-truegray-800\/100:hover {
    background-color: #262626;
}
.hover\:bg-truegray-800\/15:hover {
    background-color: rgba(38, 38, 38, 0.15);
}
.hover\:bg-truegray-800\/20:hover {
    background-color: rgba(38, 38, 38, 0.2);
}
.hover\:bg-truegray-800\/25:hover {
    background-color: rgba(38, 38, 38, 0.25);
}
.hover\:bg-truegray-800\/30:hover {
    background-color: rgba(38, 38, 38, 0.3);
}
.hover\:bg-truegray-800\/35:hover {
    background-color: rgba(38, 38, 38, 0.35);
}
.hover\:bg-truegray-800\/40:hover {
    background-color: rgba(38, 38, 38, 0.4);
}
.hover\:bg-truegray-800\/45:hover {
    background-color: rgba(38, 38, 38, 0.45);
}
.hover\:bg-truegray-800\/5:hover {
    background-color: rgba(38, 38, 38, 0.05);
}
.hover\:bg-truegray-800\/50:hover {
    background-color: rgba(38, 38, 38, 0.5);
}
.hover\:bg-truegray-800\/55:hover {
    background-color: rgba(38, 38, 38, 0.55);
}
.hover\:bg-truegray-800\/60:hover {
    background-color: rgba(38, 38, 38, 0.6);
}
.hover\:bg-truegray-800\/65:hover {
    background-color: rgba(38, 38, 38, 0.65);
}
.hover\:bg-truegray-800\/70:hover {
    background-color: rgba(38, 38, 38, 0.7);
}
.hover\:bg-truegray-800\/75:hover {
    background-color: rgba(38, 38, 38, 0.75);
}
.hover\:bg-truegray-800\/80:hover {
    background-color: rgba(38, 38, 38, 0.8);
}
.hover\:bg-truegray-800\/85:hover {
    background-color: rgba(38, 38, 38, 0.85);
}
.hover\:bg-truegray-800\/90:hover {
    background-color: rgba(38, 38, 38, 0.9);
}
.hover\:bg-truegray-800\/95:hover {
    background-color: rgba(38, 38, 38, 0.95);
}
.hover\:bg-truegray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.hover\:bg-truegray-900\/0:hover {
    background-color: hsla(0, 0%, 9%, 0);
}
.hover\:bg-truegray-900\/10:hover {
    background-color: hsla(0, 0%, 9%, 0.1);
}
.hover\:bg-truegray-900\/100:hover {
    background-color: #171717;
}
.hover\:bg-truegray-900\/15:hover {
    background-color: hsla(0, 0%, 9%, 0.15);
}
.hover\:bg-truegray-900\/20:hover {
    background-color: hsla(0, 0%, 9%, 0.2);
}
.hover\:bg-truegray-900\/25:hover {
    background-color: hsla(0, 0%, 9%, 0.25);
}
.hover\:bg-truegray-900\/30:hover {
    background-color: hsla(0, 0%, 9%, 0.3);
}
.hover\:bg-truegray-900\/35:hover {
    background-color: hsla(0, 0%, 9%, 0.35);
}
.hover\:bg-truegray-900\/40:hover {
    background-color: hsla(0, 0%, 9%, 0.4);
}
.hover\:bg-truegray-900\/45:hover {
    background-color: hsla(0, 0%, 9%, 0.45);
}
.hover\:bg-truegray-900\/5:hover {
    background-color: hsla(0, 0%, 9%, 0.05);
}
.hover\:bg-truegray-900\/50:hover {
    background-color: hsla(0, 0%, 9%, 0.5);
}
.hover\:bg-truegray-900\/55:hover {
    background-color: hsla(0, 0%, 9%, 0.55);
}
.hover\:bg-truegray-900\/60:hover {
    background-color: hsla(0, 0%, 9%, 0.6);
}
.hover\:bg-truegray-900\/65:hover {
    background-color: hsla(0, 0%, 9%, 0.65);
}
.hover\:bg-truegray-900\/70:hover {
    background-color: hsla(0, 0%, 9%, 0.7);
}
.hover\:bg-truegray-900\/75:hover {
    background-color: hsla(0, 0%, 9%, 0.75);
}
.hover\:bg-truegray-900\/80:hover {
    background-color: hsla(0, 0%, 9%, 0.8);
}
.hover\:bg-truegray-900\/85:hover {
    background-color: hsla(0, 0%, 9%, 0.85);
}
.hover\:bg-truegray-900\/90:hover {
    background-color: hsla(0, 0%, 9%, 0.9);
}
.hover\:bg-truegray-900\/95:hover {
    background-color: hsla(0, 0%, 9%, 0.95);
}
.hover\:bg-ucm-bluegray:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(183 195 213 / var(--tw-bg-opacity, 1));
}
.hover\:bg-ucm-darkblue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 60 200 / var(--tw-bg-opacity, 1));
}
.hover\:bg-ucm-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(184 168 147 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-100\/0:hover {
    background-color: rgba(237, 233, 254, 0);
}
.hover\:bg-violet-100\/10:hover {
    background-color: rgba(237, 233, 254, 0.1);
}
.hover\:bg-violet-100\/100:hover {
    background-color: #ede9fe;
}
.hover\:bg-violet-100\/15:hover {
    background-color: rgba(237, 233, 254, 0.15);
}
.hover\:bg-violet-100\/20:hover {
    background-color: rgba(237, 233, 254, 0.2);
}
.hover\:bg-violet-100\/25:hover {
    background-color: rgba(237, 233, 254, 0.25);
}
.hover\:bg-violet-100\/30:hover {
    background-color: rgba(237, 233, 254, 0.3);
}
.hover\:bg-violet-100\/35:hover {
    background-color: rgba(237, 233, 254, 0.35);
}
.hover\:bg-violet-100\/40:hover {
    background-color: rgba(237, 233, 254, 0.4);
}
.hover\:bg-violet-100\/45:hover {
    background-color: rgba(237, 233, 254, 0.45);
}
.hover\:bg-violet-100\/5:hover {
    background-color: rgba(237, 233, 254, 0.05);
}
.hover\:bg-violet-100\/50:hover {
    background-color: rgba(237, 233, 254, 0.5);
}
.hover\:bg-violet-100\/55:hover {
    background-color: rgba(237, 233, 254, 0.55);
}
.hover\:bg-violet-100\/60:hover {
    background-color: rgba(237, 233, 254, 0.6);
}
.hover\:bg-violet-100\/65:hover {
    background-color: rgba(237, 233, 254, 0.65);
}
.hover\:bg-violet-100\/70:hover {
    background-color: rgba(237, 233, 254, 0.7);
}
.hover\:bg-violet-100\/75:hover {
    background-color: rgba(237, 233, 254, 0.75);
}
.hover\:bg-violet-100\/80:hover {
    background-color: rgba(237, 233, 254, 0.8);
}
.hover\:bg-violet-100\/85:hover {
    background-color: rgba(237, 233, 254, 0.85);
}
.hover\:bg-violet-100\/90:hover {
    background-color: rgba(237, 233, 254, 0.9);
}
.hover\:bg-violet-100\/95:hover {
    background-color: rgba(237, 233, 254, 0.95);
}
.hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-200\/0:hover {
    background-color: rgba(221, 214, 254, 0);
}
.hover\:bg-violet-200\/10:hover {
    background-color: rgba(221, 214, 254, 0.1);
}
.hover\:bg-violet-200\/100:hover {
    background-color: #ddd6fe;
}
.hover\:bg-violet-200\/15:hover {
    background-color: rgba(221, 214, 254, 0.15);
}
.hover\:bg-violet-200\/20:hover {
    background-color: rgba(221, 214, 254, 0.2);
}
.hover\:bg-violet-200\/25:hover {
    background-color: rgba(221, 214, 254, 0.25);
}
.hover\:bg-violet-200\/30:hover {
    background-color: rgba(221, 214, 254, 0.3);
}
.hover\:bg-violet-200\/35:hover {
    background-color: rgba(221, 214, 254, 0.35);
}
.hover\:bg-violet-200\/40:hover {
    background-color: rgba(221, 214, 254, 0.4);
}
.hover\:bg-violet-200\/45:hover {
    background-color: rgba(221, 214, 254, 0.45);
}
.hover\:bg-violet-200\/5:hover {
    background-color: rgba(221, 214, 254, 0.05);
}
.hover\:bg-violet-200\/50:hover {
    background-color: rgba(221, 214, 254, 0.5);
}
.hover\:bg-violet-200\/55:hover {
    background-color: rgba(221, 214, 254, 0.55);
}
.hover\:bg-violet-200\/60:hover {
    background-color: rgba(221, 214, 254, 0.6);
}
.hover\:bg-violet-200\/65:hover {
    background-color: rgba(221, 214, 254, 0.65);
}
.hover\:bg-violet-200\/70:hover {
    background-color: rgba(221, 214, 254, 0.7);
}
.hover\:bg-violet-200\/75:hover {
    background-color: rgba(221, 214, 254, 0.75);
}
.hover\:bg-violet-200\/80:hover {
    background-color: rgba(221, 214, 254, 0.8);
}
.hover\:bg-violet-200\/85:hover {
    background-color: rgba(221, 214, 254, 0.85);
}
.hover\:bg-violet-200\/90:hover {
    background-color: rgba(221, 214, 254, 0.9);
}
.hover\:bg-violet-200\/95:hover {
    background-color: rgba(221, 214, 254, 0.95);
}
.hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-300\/0:hover {
    background-color: rgba(196, 181, 253, 0);
}
.hover\:bg-violet-300\/10:hover {
    background-color: rgba(196, 181, 253, 0.1);
}
.hover\:bg-violet-300\/100:hover {
    background-color: #c4b5fd;
}
.hover\:bg-violet-300\/15:hover {
    background-color: rgba(196, 181, 253, 0.15);
}
.hover\:bg-violet-300\/20:hover {
    background-color: rgba(196, 181, 253, 0.2);
}
.hover\:bg-violet-300\/25:hover {
    background-color: rgba(196, 181, 253, 0.25);
}
.hover\:bg-violet-300\/30:hover {
    background-color: rgba(196, 181, 253, 0.3);
}
.hover\:bg-violet-300\/35:hover {
    background-color: rgba(196, 181, 253, 0.35);
}
.hover\:bg-violet-300\/40:hover {
    background-color: rgba(196, 181, 253, 0.4);
}
.hover\:bg-violet-300\/45:hover {
    background-color: rgba(196, 181, 253, 0.45);
}
.hover\:bg-violet-300\/5:hover {
    background-color: rgba(196, 181, 253, 0.05);
}
.hover\:bg-violet-300\/50:hover {
    background-color: rgba(196, 181, 253, 0.5);
}
.hover\:bg-violet-300\/55:hover {
    background-color: rgba(196, 181, 253, 0.55);
}
.hover\:bg-violet-300\/60:hover {
    background-color: rgba(196, 181, 253, 0.6);
}
.hover\:bg-violet-300\/65:hover {
    background-color: rgba(196, 181, 253, 0.65);
}
.hover\:bg-violet-300\/70:hover {
    background-color: rgba(196, 181, 253, 0.7);
}
.hover\:bg-violet-300\/75:hover {
    background-color: rgba(196, 181, 253, 0.75);
}
.hover\:bg-violet-300\/80:hover {
    background-color: rgba(196, 181, 253, 0.8);
}
.hover\:bg-violet-300\/85:hover {
    background-color: rgba(196, 181, 253, 0.85);
}
.hover\:bg-violet-300\/90:hover {
    background-color: rgba(196, 181, 253, 0.9);
}
.hover\:bg-violet-300\/95:hover {
    background-color: rgba(196, 181, 253, 0.95);
}
.hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-400\/0:hover {
    background-color: rgba(167, 139, 250, 0);
}
.hover\:bg-violet-400\/10:hover {
    background-color: rgba(167, 139, 250, 0.1);
}
.hover\:bg-violet-400\/100:hover {
    background-color: #a78bfa;
}
.hover\:bg-violet-400\/15:hover {
    background-color: rgba(167, 139, 250, 0.15);
}
.hover\:bg-violet-400\/20:hover {
    background-color: rgba(167, 139, 250, 0.2);
}
.hover\:bg-violet-400\/25:hover {
    background-color: rgba(167, 139, 250, 0.25);
}
.hover\:bg-violet-400\/30:hover {
    background-color: rgba(167, 139, 250, 0.3);
}
.hover\:bg-violet-400\/35:hover {
    background-color: rgba(167, 139, 250, 0.35);
}
.hover\:bg-violet-400\/40:hover {
    background-color: rgba(167, 139, 250, 0.4);
}
.hover\:bg-violet-400\/45:hover {
    background-color: rgba(167, 139, 250, 0.45);
}
.hover\:bg-violet-400\/5:hover {
    background-color: rgba(167, 139, 250, 0.05);
}
.hover\:bg-violet-400\/50:hover {
    background-color: rgba(167, 139, 250, 0.5);
}
.hover\:bg-violet-400\/55:hover {
    background-color: rgba(167, 139, 250, 0.55);
}
.hover\:bg-violet-400\/60:hover {
    background-color: rgba(167, 139, 250, 0.6);
}
.hover\:bg-violet-400\/65:hover {
    background-color: rgba(167, 139, 250, 0.65);
}
.hover\:bg-violet-400\/70:hover {
    background-color: rgba(167, 139, 250, 0.7);
}
.hover\:bg-violet-400\/75:hover {
    background-color: rgba(167, 139, 250, 0.75);
}
.hover\:bg-violet-400\/80:hover {
    background-color: rgba(167, 139, 250, 0.8);
}
.hover\:bg-violet-400\/85:hover {
    background-color: rgba(167, 139, 250, 0.85);
}
.hover\:bg-violet-400\/90:hover {
    background-color: rgba(167, 139, 250, 0.9);
}
.hover\:bg-violet-400\/95:hover {
    background-color: rgba(167, 139, 250, 0.95);
}
.hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-50\/0:hover {
    background-color: rgba(245, 243, 255, 0);
}
.hover\:bg-violet-50\/10:hover {
    background-color: rgba(245, 243, 255, 0.1);
}
.hover\:bg-violet-50\/100:hover {
    background-color: #f5f3ff;
}
.hover\:bg-violet-50\/15:hover {
    background-color: rgba(245, 243, 255, 0.15);
}
.hover\:bg-violet-50\/20:hover {
    background-color: rgba(245, 243, 255, 0.2);
}
.hover\:bg-violet-50\/25:hover {
    background-color: rgba(245, 243, 255, 0.25);
}
.hover\:bg-violet-50\/30:hover {
    background-color: rgba(245, 243, 255, 0.3);
}
.hover\:bg-violet-50\/35:hover {
    background-color: rgba(245, 243, 255, 0.35);
}
.hover\:bg-violet-50\/40:hover {
    background-color: rgba(245, 243, 255, 0.4);
}
.hover\:bg-violet-50\/45:hover {
    background-color: rgba(245, 243, 255, 0.45);
}
.hover\:bg-violet-50\/5:hover {
    background-color: rgba(245, 243, 255, 0.05);
}
.hover\:bg-violet-50\/50:hover {
    background-color: rgba(245, 243, 255, 0.5);
}
.hover\:bg-violet-50\/55:hover {
    background-color: rgba(245, 243, 255, 0.55);
}
.hover\:bg-violet-50\/60:hover {
    background-color: rgba(245, 243, 255, 0.6);
}
.hover\:bg-violet-50\/65:hover {
    background-color: rgba(245, 243, 255, 0.65);
}
.hover\:bg-violet-50\/70:hover {
    background-color: rgba(245, 243, 255, 0.7);
}
.hover\:bg-violet-50\/75:hover {
    background-color: rgba(245, 243, 255, 0.75);
}
.hover\:bg-violet-50\/80:hover {
    background-color: rgba(245, 243, 255, 0.8);
}
.hover\:bg-violet-50\/85:hover {
    background-color: rgba(245, 243, 255, 0.85);
}
.hover\:bg-violet-50\/90:hover {
    background-color: rgba(245, 243, 255, 0.9);
}
.hover\:bg-violet-50\/95:hover {
    background-color: rgba(245, 243, 255, 0.95);
}
.hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-500\/0:hover {
    background-color: rgba(139, 92, 246, 0);
}
.hover\:bg-violet-500\/10:hover {
    background-color: rgba(139, 92, 246, 0.1);
}
.hover\:bg-violet-500\/100:hover {
    background-color: #8b5cf6;
}
.hover\:bg-violet-500\/15:hover {
    background-color: rgba(139, 92, 246, 0.15);
}
.hover\:bg-violet-500\/20:hover {
    background-color: rgba(139, 92, 246, 0.2);
}
.hover\:bg-violet-500\/25:hover {
    background-color: rgba(139, 92, 246, 0.25);
}
.hover\:bg-violet-500\/30:hover {
    background-color: rgba(139, 92, 246, 0.3);
}
.hover\:bg-violet-500\/35:hover {
    background-color: rgba(139, 92, 246, 0.35);
}
.hover\:bg-violet-500\/40:hover {
    background-color: rgba(139, 92, 246, 0.4);
}
.hover\:bg-violet-500\/45:hover {
    background-color: rgba(139, 92, 246, 0.45);
}
.hover\:bg-violet-500\/5:hover {
    background-color: rgba(139, 92, 246, 0.05);
}
.hover\:bg-violet-500\/50:hover {
    background-color: rgba(139, 92, 246, 0.5);
}
.hover\:bg-violet-500\/55:hover {
    background-color: rgba(139, 92, 246, 0.55);
}
.hover\:bg-violet-500\/60:hover {
    background-color: rgba(139, 92, 246, 0.6);
}
.hover\:bg-violet-500\/65:hover {
    background-color: rgba(139, 92, 246, 0.65);
}
.hover\:bg-violet-500\/70:hover {
    background-color: rgba(139, 92, 246, 0.7);
}
.hover\:bg-violet-500\/75:hover {
    background-color: rgba(139, 92, 246, 0.75);
}
.hover\:bg-violet-500\/80:hover {
    background-color: rgba(139, 92, 246, 0.8);
}
.hover\:bg-violet-500\/85:hover {
    background-color: rgba(139, 92, 246, 0.85);
}
.hover\:bg-violet-500\/90:hover {
    background-color: rgba(139, 92, 246, 0.9);
}
.hover\:bg-violet-500\/95:hover {
    background-color: rgba(139, 92, 246, 0.95);
}
.hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-600\/0:hover {
    background-color: rgba(124, 58, 237, 0);
}
.hover\:bg-violet-600\/10:hover {
    background-color: rgba(124, 58, 237, 0.1);
}
.hover\:bg-violet-600\/100:hover {
    background-color: #7c3aed;
}
.hover\:bg-violet-600\/15:hover {
    background-color: rgba(124, 58, 237, 0.15);
}
.hover\:bg-violet-600\/20:hover {
    background-color: rgba(124, 58, 237, 0.2);
}
.hover\:bg-violet-600\/25:hover {
    background-color: rgba(124, 58, 237, 0.25);
}
.hover\:bg-violet-600\/30:hover {
    background-color: rgba(124, 58, 237, 0.3);
}
.hover\:bg-violet-600\/35:hover {
    background-color: rgba(124, 58, 237, 0.35);
}
.hover\:bg-violet-600\/40:hover {
    background-color: rgba(124, 58, 237, 0.4);
}
.hover\:bg-violet-600\/45:hover {
    background-color: rgba(124, 58, 237, 0.45);
}
.hover\:bg-violet-600\/5:hover {
    background-color: rgba(124, 58, 237, 0.05);
}
.hover\:bg-violet-600\/50:hover {
    background-color: rgba(124, 58, 237, 0.5);
}
.hover\:bg-violet-600\/55:hover {
    background-color: rgba(124, 58, 237, 0.55);
}
.hover\:bg-violet-600\/60:hover {
    background-color: rgba(124, 58, 237, 0.6);
}
.hover\:bg-violet-600\/65:hover {
    background-color: rgba(124, 58, 237, 0.65);
}
.hover\:bg-violet-600\/70:hover {
    background-color: rgba(124, 58, 237, 0.7);
}
.hover\:bg-violet-600\/75:hover {
    background-color: rgba(124, 58, 237, 0.75);
}
.hover\:bg-violet-600\/80:hover {
    background-color: rgba(124, 58, 237, 0.8);
}
.hover\:bg-violet-600\/85:hover {
    background-color: rgba(124, 58, 237, 0.85);
}
.hover\:bg-violet-600\/90:hover {
    background-color: rgba(124, 58, 237, 0.9);
}
.hover\:bg-violet-600\/95:hover {
    background-color: rgba(124, 58, 237, 0.95);
}
.hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-700\/0:hover {
    background-color: rgba(109, 40, 217, 0);
}
.hover\:bg-violet-700\/10:hover {
    background-color: rgba(109, 40, 217, 0.1);
}
.hover\:bg-violet-700\/100:hover {
    background-color: #6d28d9;
}
.hover\:bg-violet-700\/15:hover {
    background-color: rgba(109, 40, 217, 0.15);
}
.hover\:bg-violet-700\/20:hover {
    background-color: rgba(109, 40, 217, 0.2);
}
.hover\:bg-violet-700\/25:hover {
    background-color: rgba(109, 40, 217, 0.25);
}
.hover\:bg-violet-700\/30:hover {
    background-color: rgba(109, 40, 217, 0.3);
}
.hover\:bg-violet-700\/35:hover {
    background-color: rgba(109, 40, 217, 0.35);
}
.hover\:bg-violet-700\/40:hover {
    background-color: rgba(109, 40, 217, 0.4);
}
.hover\:bg-violet-700\/45:hover {
    background-color: rgba(109, 40, 217, 0.45);
}
.hover\:bg-violet-700\/5:hover {
    background-color: rgba(109, 40, 217, 0.05);
}
.hover\:bg-violet-700\/50:hover {
    background-color: rgba(109, 40, 217, 0.5);
}
.hover\:bg-violet-700\/55:hover {
    background-color: rgba(109, 40, 217, 0.55);
}
.hover\:bg-violet-700\/60:hover {
    background-color: rgba(109, 40, 217, 0.6);
}
.hover\:bg-violet-700\/65:hover {
    background-color: rgba(109, 40, 217, 0.65);
}
.hover\:bg-violet-700\/70:hover {
    background-color: rgba(109, 40, 217, 0.7);
}
.hover\:bg-violet-700\/75:hover {
    background-color: rgba(109, 40, 217, 0.75);
}
.hover\:bg-violet-700\/80:hover {
    background-color: rgba(109, 40, 217, 0.8);
}
.hover\:bg-violet-700\/85:hover {
    background-color: rgba(109, 40, 217, 0.85);
}
.hover\:bg-violet-700\/90:hover {
    background-color: rgba(109, 40, 217, 0.9);
}
.hover\:bg-violet-700\/95:hover {
    background-color: rgba(109, 40, 217, 0.95);
}
.hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-800\/0:hover {
    background-color: rgba(91, 33, 182, 0);
}
.hover\:bg-violet-800\/10:hover {
    background-color: rgba(91, 33, 182, 0.1);
}
.hover\:bg-violet-800\/100:hover {
    background-color: #5b21b6;
}
.hover\:bg-violet-800\/15:hover {
    background-color: rgba(91, 33, 182, 0.15);
}
.hover\:bg-violet-800\/20:hover {
    background-color: rgba(91, 33, 182, 0.2);
}
.hover\:bg-violet-800\/25:hover {
    background-color: rgba(91, 33, 182, 0.25);
}
.hover\:bg-violet-800\/30:hover {
    background-color: rgba(91, 33, 182, 0.3);
}
.hover\:bg-violet-800\/35:hover {
    background-color: rgba(91, 33, 182, 0.35);
}
.hover\:bg-violet-800\/40:hover {
    background-color: rgba(91, 33, 182, 0.4);
}
.hover\:bg-violet-800\/45:hover {
    background-color: rgba(91, 33, 182, 0.45);
}
.hover\:bg-violet-800\/5:hover {
    background-color: rgba(91, 33, 182, 0.05);
}
.hover\:bg-violet-800\/50:hover {
    background-color: rgba(91, 33, 182, 0.5);
}
.hover\:bg-violet-800\/55:hover {
    background-color: rgba(91, 33, 182, 0.55);
}
.hover\:bg-violet-800\/60:hover {
    background-color: rgba(91, 33, 182, 0.6);
}
.hover\:bg-violet-800\/65:hover {
    background-color: rgba(91, 33, 182, 0.65);
}
.hover\:bg-violet-800\/70:hover {
    background-color: rgba(91, 33, 182, 0.7);
}
.hover\:bg-violet-800\/75:hover {
    background-color: rgba(91, 33, 182, 0.75);
}
.hover\:bg-violet-800\/80:hover {
    background-color: rgba(91, 33, 182, 0.8);
}
.hover\:bg-violet-800\/85:hover {
    background-color: rgba(91, 33, 182, 0.85);
}
.hover\:bg-violet-800\/90:hover {
    background-color: rgba(91, 33, 182, 0.9);
}
.hover\:bg-violet-800\/95:hover {
    background-color: rgba(91, 33, 182, 0.95);
}
.hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-900\/0:hover {
    background-color: rgba(76, 29, 149, 0);
}
.hover\:bg-violet-900\/10:hover {
    background-color: rgba(76, 29, 149, 0.1);
}
.hover\:bg-violet-900\/100:hover {
    background-color: #4c1d95;
}
.hover\:bg-violet-900\/15:hover {
    background-color: rgba(76, 29, 149, 0.15);
}
.hover\:bg-violet-900\/20:hover {
    background-color: rgba(76, 29, 149, 0.2);
}
.hover\:bg-violet-900\/25:hover {
    background-color: rgba(76, 29, 149, 0.25);
}
.hover\:bg-violet-900\/30:hover {
    background-color: rgba(76, 29, 149, 0.3);
}
.hover\:bg-violet-900\/35:hover {
    background-color: rgba(76, 29, 149, 0.35);
}
.hover\:bg-violet-900\/40:hover {
    background-color: rgba(76, 29, 149, 0.4);
}
.hover\:bg-violet-900\/45:hover {
    background-color: rgba(76, 29, 149, 0.45);
}
.hover\:bg-violet-900\/5:hover {
    background-color: rgba(76, 29, 149, 0.05);
}
.hover\:bg-violet-900\/50:hover {
    background-color: rgba(76, 29, 149, 0.5);
}
.hover\:bg-violet-900\/55:hover {
    background-color: rgba(76, 29, 149, 0.55);
}
.hover\:bg-violet-900\/60:hover {
    background-color: rgba(76, 29, 149, 0.6);
}
.hover\:bg-violet-900\/65:hover {
    background-color: rgba(76, 29, 149, 0.65);
}
.hover\:bg-violet-900\/70:hover {
    background-color: rgba(76, 29, 149, 0.7);
}
.hover\:bg-violet-900\/75:hover {
    background-color: rgba(76, 29, 149, 0.75);
}
.hover\:bg-violet-900\/80:hover {
    background-color: rgba(76, 29, 149, 0.8);
}
.hover\:bg-violet-900\/85:hover {
    background-color: rgba(76, 29, 149, 0.85);
}
.hover\:bg-violet-900\/90:hover {
    background-color: rgba(76, 29, 149, 0.9);
}
.hover\:bg-violet-900\/95:hover {
    background-color: rgba(76, 29, 149, 0.95);
}
.hover\:bg-warmergreen-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 239 236 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-100\/0:hover {
    background-color: hsla(80, 9%, 93%, 0);
}
.hover\:bg-warmergreen-100\/10:hover {
    background-color: hsla(80, 9%, 93%, 0.1);
}
.hover\:bg-warmergreen-100\/100:hover {
    background-color: #eeefec;
}
.hover\:bg-warmergreen-100\/15:hover {
    background-color: hsla(80, 9%, 93%, 0.15);
}
.hover\:bg-warmergreen-100\/20:hover {
    background-color: hsla(80, 9%, 93%, 0.2);
}
.hover\:bg-warmergreen-100\/25:hover {
    background-color: hsla(80, 9%, 93%, 0.25);
}
.hover\:bg-warmergreen-100\/30:hover {
    background-color: hsla(80, 9%, 93%, 0.3);
}
.hover\:bg-warmergreen-100\/35:hover {
    background-color: hsla(80, 9%, 93%, 0.35);
}
.hover\:bg-warmergreen-100\/40:hover {
    background-color: hsla(80, 9%, 93%, 0.4);
}
.hover\:bg-warmergreen-100\/45:hover {
    background-color: hsla(80, 9%, 93%, 0.45);
}
.hover\:bg-warmergreen-100\/5:hover {
    background-color: hsla(80, 9%, 93%, 0.05);
}
.hover\:bg-warmergreen-100\/50:hover {
    background-color: hsla(80, 9%, 93%, 0.5);
}
.hover\:bg-warmergreen-100\/55:hover {
    background-color: hsla(80, 9%, 93%, 0.55);
}
.hover\:bg-warmergreen-100\/60:hover {
    background-color: hsla(80, 9%, 93%, 0.6);
}
.hover\:bg-warmergreen-100\/65:hover {
    background-color: hsla(80, 9%, 93%, 0.65);
}
.hover\:bg-warmergreen-100\/70:hover {
    background-color: hsla(80, 9%, 93%, 0.7);
}
.hover\:bg-warmergreen-100\/75:hover {
    background-color: hsla(80, 9%, 93%, 0.75);
}
.hover\:bg-warmergreen-100\/80:hover {
    background-color: hsla(80, 9%, 93%, 0.8);
}
.hover\:bg-warmergreen-100\/85:hover {
    background-color: hsla(80, 9%, 93%, 0.85);
}
.hover\:bg-warmergreen-100\/90:hover {
    background-color: hsla(80, 9%, 93%, 0.9);
}
.hover\:bg-warmergreen-100\/95:hover {
    background-color: hsla(80, 9%, 93%, 0.95);
}
.hover\:bg-warmergreen-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 222 215 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-200\/0:hover {
    background-color: rgba(216, 222, 215, 0);
}
.hover\:bg-warmergreen-200\/10:hover {
    background-color: rgba(216, 222, 215, 0.1);
}
.hover\:bg-warmergreen-200\/100:hover {
    background-color: #d8ded7;
}
.hover\:bg-warmergreen-200\/15:hover {
    background-color: rgba(216, 222, 215, 0.15);
}
.hover\:bg-warmergreen-200\/20:hover {
    background-color: rgba(216, 222, 215, 0.2);
}
.hover\:bg-warmergreen-200\/25:hover {
    background-color: rgba(216, 222, 215, 0.25);
}
.hover\:bg-warmergreen-200\/30:hover {
    background-color: rgba(216, 222, 215, 0.3);
}
.hover\:bg-warmergreen-200\/35:hover {
    background-color: rgba(216, 222, 215, 0.35);
}
.hover\:bg-warmergreen-200\/40:hover {
    background-color: rgba(216, 222, 215, 0.4);
}
.hover\:bg-warmergreen-200\/45:hover {
    background-color: rgba(216, 222, 215, 0.45);
}
.hover\:bg-warmergreen-200\/5:hover {
    background-color: rgba(216, 222, 215, 0.05);
}
.hover\:bg-warmergreen-200\/50:hover {
    background-color: rgba(216, 222, 215, 0.5);
}
.hover\:bg-warmergreen-200\/55:hover {
    background-color: rgba(216, 222, 215, 0.55);
}
.hover\:bg-warmergreen-200\/60:hover {
    background-color: rgba(216, 222, 215, 0.6);
}
.hover\:bg-warmergreen-200\/65:hover {
    background-color: rgba(216, 222, 215, 0.65);
}
.hover\:bg-warmergreen-200\/70:hover {
    background-color: rgba(216, 222, 215, 0.7);
}
.hover\:bg-warmergreen-200\/75:hover {
    background-color: rgba(216, 222, 215, 0.75);
}
.hover\:bg-warmergreen-200\/80:hover {
    background-color: rgba(216, 222, 215, 0.8);
}
.hover\:bg-warmergreen-200\/85:hover {
    background-color: rgba(216, 222, 215, 0.85);
}
.hover\:bg-warmergreen-200\/90:hover {
    background-color: rgba(216, 222, 215, 0.9);
}
.hover\:bg-warmergreen-200\/95:hover {
    background-color: rgba(216, 222, 215, 0.95);
}
.hover\:bg-warmergreen-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(177 188 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-300\/0:hover {
    background-color: hsla(111, 9%, 71%, 0);
}
.hover\:bg-warmergreen-300\/10:hover {
    background-color: hsla(111, 9%, 71%, 0.1);
}
.hover\:bg-warmergreen-300\/100:hover {
    background-color: #b1bcaf;
}
.hover\:bg-warmergreen-300\/15:hover {
    background-color: hsla(111, 9%, 71%, 0.15);
}
.hover\:bg-warmergreen-300\/20:hover {
    background-color: hsla(111, 9%, 71%, 0.2);
}
.hover\:bg-warmergreen-300\/25:hover {
    background-color: hsla(111, 9%, 71%, 0.25);
}
.hover\:bg-warmergreen-300\/30:hover {
    background-color: hsla(111, 9%, 71%, 0.3);
}
.hover\:bg-warmergreen-300\/35:hover {
    background-color: hsla(111, 9%, 71%, 0.35);
}
.hover\:bg-warmergreen-300\/40:hover {
    background-color: hsla(111, 9%, 71%, 0.4);
}
.hover\:bg-warmergreen-300\/45:hover {
    background-color: hsla(111, 9%, 71%, 0.45);
}
.hover\:bg-warmergreen-300\/5:hover {
    background-color: hsla(111, 9%, 71%, 0.05);
}
.hover\:bg-warmergreen-300\/50:hover {
    background-color: hsla(111, 9%, 71%, 0.5);
}
.hover\:bg-warmergreen-300\/55:hover {
    background-color: hsla(111, 9%, 71%, 0.55);
}
.hover\:bg-warmergreen-300\/60:hover {
    background-color: hsla(111, 9%, 71%, 0.6);
}
.hover\:bg-warmergreen-300\/65:hover {
    background-color: hsla(111, 9%, 71%, 0.65);
}
.hover\:bg-warmergreen-300\/70:hover {
    background-color: hsla(111, 9%, 71%, 0.7);
}
.hover\:bg-warmergreen-300\/75:hover {
    background-color: hsla(111, 9%, 71%, 0.75);
}
.hover\:bg-warmergreen-300\/80:hover {
    background-color: hsla(111, 9%, 71%, 0.8);
}
.hover\:bg-warmergreen-300\/85:hover {
    background-color: hsla(111, 9%, 71%, 0.85);
}
.hover\:bg-warmergreen-300\/90:hover {
    background-color: hsla(111, 9%, 71%, 0.9);
}
.hover\:bg-warmergreen-300\/95:hover {
    background-color: hsla(111, 9%, 71%, 0.95);
}
.hover\:bg-warmergreen-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(127 150 132 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-400\/0:hover {
    background-color: rgba(127, 150, 132, 0);
}
.hover\:bg-warmergreen-400\/10:hover {
    background-color: rgba(127, 150, 132, 0.1);
}
.hover\:bg-warmergreen-400\/100:hover {
    background-color: #7f9684;
}
.hover\:bg-warmergreen-400\/15:hover {
    background-color: rgba(127, 150, 132, 0.15);
}
.hover\:bg-warmergreen-400\/20:hover {
    background-color: rgba(127, 150, 132, 0.2);
}
.hover\:bg-warmergreen-400\/25:hover {
    background-color: rgba(127, 150, 132, 0.25);
}
.hover\:bg-warmergreen-400\/30:hover {
    background-color: rgba(127, 150, 132, 0.3);
}
.hover\:bg-warmergreen-400\/35:hover {
    background-color: rgba(127, 150, 132, 0.35);
}
.hover\:bg-warmergreen-400\/40:hover {
    background-color: rgba(127, 150, 132, 0.4);
}
.hover\:bg-warmergreen-400\/45:hover {
    background-color: rgba(127, 150, 132, 0.45);
}
.hover\:bg-warmergreen-400\/5:hover {
    background-color: rgba(127, 150, 132, 0.05);
}
.hover\:bg-warmergreen-400\/50:hover {
    background-color: rgba(127, 150, 132, 0.5);
}
.hover\:bg-warmergreen-400\/55:hover {
    background-color: rgba(127, 150, 132, 0.55);
}
.hover\:bg-warmergreen-400\/60:hover {
    background-color: rgba(127, 150, 132, 0.6);
}
.hover\:bg-warmergreen-400\/65:hover {
    background-color: rgba(127, 150, 132, 0.65);
}
.hover\:bg-warmergreen-400\/70:hover {
    background-color: rgba(127, 150, 132, 0.7);
}
.hover\:bg-warmergreen-400\/75:hover {
    background-color: rgba(127, 150, 132, 0.75);
}
.hover\:bg-warmergreen-400\/80:hover {
    background-color: rgba(127, 150, 132, 0.8);
}
.hover\:bg-warmergreen-400\/85:hover {
    background-color: rgba(127, 150, 132, 0.85);
}
.hover\:bg-warmergreen-400\/90:hover {
    background-color: rgba(127, 150, 132, 0.9);
}
.hover\:bg-warmergreen-400\/95:hover {
    background-color: rgba(127, 150, 132, 0.95);
}
.hover\:bg-warmergreen-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-50\/0:hover {
    background-color: hsla(90, 12%, 97%, 0);
}
.hover\:bg-warmergreen-50\/10:hover {
    background-color: hsla(90, 12%, 97%, 0.1);
}
.hover\:bg-warmergreen-50\/100:hover {
    background-color: #f7f8f6;
}
.hover\:bg-warmergreen-50\/15:hover {
    background-color: hsla(90, 12%, 97%, 0.15);
}
.hover\:bg-warmergreen-50\/20:hover {
    background-color: hsla(90, 12%, 97%, 0.2);
}
.hover\:bg-warmergreen-50\/25:hover {
    background-color: hsla(90, 12%, 97%, 0.25);
}
.hover\:bg-warmergreen-50\/30:hover {
    background-color: hsla(90, 12%, 97%, 0.3);
}
.hover\:bg-warmergreen-50\/35:hover {
    background-color: hsla(90, 12%, 97%, 0.35);
}
.hover\:bg-warmergreen-50\/40:hover {
    background-color: hsla(90, 12%, 97%, 0.4);
}
.hover\:bg-warmergreen-50\/45:hover {
    background-color: hsla(90, 12%, 97%, 0.45);
}
.hover\:bg-warmergreen-50\/5:hover {
    background-color: hsla(90, 12%, 97%, 0.05);
}
.hover\:bg-warmergreen-50\/50:hover {
    background-color: hsla(90, 12%, 97%, 0.5);
}
.hover\:bg-warmergreen-50\/55:hover {
    background-color: hsla(90, 12%, 97%, 0.55);
}
.hover\:bg-warmergreen-50\/60:hover {
    background-color: hsla(90, 12%, 97%, 0.6);
}
.hover\:bg-warmergreen-50\/65:hover {
    background-color: hsla(90, 12%, 97%, 0.65);
}
.hover\:bg-warmergreen-50\/70:hover {
    background-color: hsla(90, 12%, 97%, 0.7);
}
.hover\:bg-warmergreen-50\/75:hover {
    background-color: hsla(90, 12%, 97%, 0.75);
}
.hover\:bg-warmergreen-50\/80:hover {
    background-color: hsla(90, 12%, 97%, 0.8);
}
.hover\:bg-warmergreen-50\/85:hover {
    background-color: hsla(90, 12%, 97%, 0.85);
}
.hover\:bg-warmergreen-50\/90:hover {
    background-color: hsla(90, 12%, 97%, 0.9);
}
.hover\:bg-warmergreen-50\/95:hover {
    background-color: hsla(90, 12%, 97%, 0.95);
}
.hover\:bg-warmergreen-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(98 119 95 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-500\/0:hover {
    background-color: rgba(98, 119, 95, 0);
}
.hover\:bg-warmergreen-500\/10:hover {
    background-color: rgba(98, 119, 95, 0.1);
}
.hover\:bg-warmergreen-500\/100:hover {
    background-color: #62775f;
}
.hover\:bg-warmergreen-500\/15:hover {
    background-color: rgba(98, 119, 95, 0.15);
}
.hover\:bg-warmergreen-500\/20:hover {
    background-color: rgba(98, 119, 95, 0.2);
}
.hover\:bg-warmergreen-500\/25:hover {
    background-color: rgba(98, 119, 95, 0.25);
}
.hover\:bg-warmergreen-500\/30:hover {
    background-color: rgba(98, 119, 95, 0.3);
}
.hover\:bg-warmergreen-500\/35:hover {
    background-color: rgba(98, 119, 95, 0.35);
}
.hover\:bg-warmergreen-500\/40:hover {
    background-color: rgba(98, 119, 95, 0.4);
}
.hover\:bg-warmergreen-500\/45:hover {
    background-color: rgba(98, 119, 95, 0.45);
}
.hover\:bg-warmergreen-500\/5:hover {
    background-color: rgba(98, 119, 95, 0.05);
}
.hover\:bg-warmergreen-500\/50:hover {
    background-color: rgba(98, 119, 95, 0.5);
}
.hover\:bg-warmergreen-500\/55:hover {
    background-color: rgba(98, 119, 95, 0.55);
}
.hover\:bg-warmergreen-500\/60:hover {
    background-color: rgba(98, 119, 95, 0.6);
}
.hover\:bg-warmergreen-500\/65:hover {
    background-color: rgba(98, 119, 95, 0.65);
}
.hover\:bg-warmergreen-500\/70:hover {
    background-color: rgba(98, 119, 95, 0.7);
}
.hover\:bg-warmergreen-500\/75:hover {
    background-color: rgba(98, 119, 95, 0.75);
}
.hover\:bg-warmergreen-500\/80:hover {
    background-color: rgba(98, 119, 95, 0.8);
}
.hover\:bg-warmergreen-500\/85:hover {
    background-color: rgba(98, 119, 95, 0.85);
}
.hover\:bg-warmergreen-500\/90:hover {
    background-color: rgba(98, 119, 95, 0.9);
}
.hover\:bg-warmergreen-500\/95:hover {
    background-color: rgba(98, 119, 95, 0.95);
}
.hover\:bg-warmergreen-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 92 70 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-600\/0:hover {
    background-color: rgba(79, 92, 70, 0);
}
.hover\:bg-warmergreen-600\/10:hover {
    background-color: rgba(79, 92, 70, 0.1);
}
.hover\:bg-warmergreen-600\/100:hover {
    background-color: #4f5c46;
}
.hover\:bg-warmergreen-600\/15:hover {
    background-color: rgba(79, 92, 70, 0.15);
}
.hover\:bg-warmergreen-600\/20:hover {
    background-color: rgba(79, 92, 70, 0.2);
}
.hover\:bg-warmergreen-600\/25:hover {
    background-color: rgba(79, 92, 70, 0.25);
}
.hover\:bg-warmergreen-600\/30:hover {
    background-color: rgba(79, 92, 70, 0.3);
}
.hover\:bg-warmergreen-600\/35:hover {
    background-color: rgba(79, 92, 70, 0.35);
}
.hover\:bg-warmergreen-600\/40:hover {
    background-color: rgba(79, 92, 70, 0.4);
}
.hover\:bg-warmergreen-600\/45:hover {
    background-color: rgba(79, 92, 70, 0.45);
}
.hover\:bg-warmergreen-600\/5:hover {
    background-color: rgba(79, 92, 70, 0.05);
}
.hover\:bg-warmergreen-600\/50:hover {
    background-color: rgba(79, 92, 70, 0.5);
}
.hover\:bg-warmergreen-600\/55:hover {
    background-color: rgba(79, 92, 70, 0.55);
}
.hover\:bg-warmergreen-600\/60:hover {
    background-color: rgba(79, 92, 70, 0.6);
}
.hover\:bg-warmergreen-600\/65:hover {
    background-color: rgba(79, 92, 70, 0.65);
}
.hover\:bg-warmergreen-600\/70:hover {
    background-color: rgba(79, 92, 70, 0.7);
}
.hover\:bg-warmergreen-600\/75:hover {
    background-color: rgba(79, 92, 70, 0.75);
}
.hover\:bg-warmergreen-600\/80:hover {
    background-color: rgba(79, 92, 70, 0.8);
}
.hover\:bg-warmergreen-600\/85:hover {
    background-color: rgba(79, 92, 70, 0.85);
}
.hover\:bg-warmergreen-600\/90:hover {
    background-color: rgba(79, 92, 70, 0.9);
}
.hover\:bg-warmergreen-600\/95:hover {
    background-color: rgba(79, 92, 70, 0.95);
}
.hover\:bg-warmergreen-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(62 70 54 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-700\/0:hover {
    background-color: rgba(62, 70, 54, 0);
}
.hover\:bg-warmergreen-700\/10:hover {
    background-color: rgba(62, 70, 54, 0.1);
}
.hover\:bg-warmergreen-700\/100:hover {
    background-color: #3e4636;
}
.hover\:bg-warmergreen-700\/15:hover {
    background-color: rgba(62, 70, 54, 0.15);
}
.hover\:bg-warmergreen-700\/20:hover {
    background-color: rgba(62, 70, 54, 0.2);
}
.hover\:bg-warmergreen-700\/25:hover {
    background-color: rgba(62, 70, 54, 0.25);
}
.hover\:bg-warmergreen-700\/30:hover {
    background-color: rgba(62, 70, 54, 0.3);
}
.hover\:bg-warmergreen-700\/35:hover {
    background-color: rgba(62, 70, 54, 0.35);
}
.hover\:bg-warmergreen-700\/40:hover {
    background-color: rgba(62, 70, 54, 0.4);
}
.hover\:bg-warmergreen-700\/45:hover {
    background-color: rgba(62, 70, 54, 0.45);
}
.hover\:bg-warmergreen-700\/5:hover {
    background-color: rgba(62, 70, 54, 0.05);
}
.hover\:bg-warmergreen-700\/50:hover {
    background-color: rgba(62, 70, 54, 0.5);
}
.hover\:bg-warmergreen-700\/55:hover {
    background-color: rgba(62, 70, 54, 0.55);
}
.hover\:bg-warmergreen-700\/60:hover {
    background-color: rgba(62, 70, 54, 0.6);
}
.hover\:bg-warmergreen-700\/65:hover {
    background-color: rgba(62, 70, 54, 0.65);
}
.hover\:bg-warmergreen-700\/70:hover {
    background-color: rgba(62, 70, 54, 0.7);
}
.hover\:bg-warmergreen-700\/75:hover {
    background-color: rgba(62, 70, 54, 0.75);
}
.hover\:bg-warmergreen-700\/80:hover {
    background-color: rgba(62, 70, 54, 0.8);
}
.hover\:bg-warmergreen-700\/85:hover {
    background-color: rgba(62, 70, 54, 0.85);
}
.hover\:bg-warmergreen-700\/90:hover {
    background-color: rgba(62, 70, 54, 0.9);
}
.hover\:bg-warmergreen-700\/95:hover {
    background-color: rgba(62, 70, 54, 0.95);
}
.hover\:bg-warmergreen-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(43 48 40 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-800\/0:hover {
    background-color: rgba(43, 48, 40, 0);
}
.hover\:bg-warmergreen-800\/10:hover {
    background-color: rgba(43, 48, 40, 0.1);
}
.hover\:bg-warmergreen-800\/100:hover {
    background-color: #2b3028;
}
.hover\:bg-warmergreen-800\/15:hover {
    background-color: rgba(43, 48, 40, 0.15);
}
.hover\:bg-warmergreen-800\/20:hover {
    background-color: rgba(43, 48, 40, 0.2);
}
.hover\:bg-warmergreen-800\/25:hover {
    background-color: rgba(43, 48, 40, 0.25);
}
.hover\:bg-warmergreen-800\/30:hover {
    background-color: rgba(43, 48, 40, 0.3);
}
.hover\:bg-warmergreen-800\/35:hover {
    background-color: rgba(43, 48, 40, 0.35);
}
.hover\:bg-warmergreen-800\/40:hover {
    background-color: rgba(43, 48, 40, 0.4);
}
.hover\:bg-warmergreen-800\/45:hover {
    background-color: rgba(43, 48, 40, 0.45);
}
.hover\:bg-warmergreen-800\/5:hover {
    background-color: rgba(43, 48, 40, 0.05);
}
.hover\:bg-warmergreen-800\/50:hover {
    background-color: rgba(43, 48, 40, 0.5);
}
.hover\:bg-warmergreen-800\/55:hover {
    background-color: rgba(43, 48, 40, 0.55);
}
.hover\:bg-warmergreen-800\/60:hover {
    background-color: rgba(43, 48, 40, 0.6);
}
.hover\:bg-warmergreen-800\/65:hover {
    background-color: rgba(43, 48, 40, 0.65);
}
.hover\:bg-warmergreen-800\/70:hover {
    background-color: rgba(43, 48, 40, 0.7);
}
.hover\:bg-warmergreen-800\/75:hover {
    background-color: rgba(43, 48, 40, 0.75);
}
.hover\:bg-warmergreen-800\/80:hover {
    background-color: rgba(43, 48, 40, 0.8);
}
.hover\:bg-warmergreen-800\/85:hover {
    background-color: rgba(43, 48, 40, 0.85);
}
.hover\:bg-warmergreen-800\/90:hover {
    background-color: rgba(43, 48, 40, 0.9);
}
.hover\:bg-warmergreen-800\/95:hover {
    background-color: rgba(43, 48, 40, 0.95);
}
.hover\:bg-warmergreen-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 30 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmergreen-900\/0:hover {
    background-color: rgba(28, 30, 27, 0);
}
.hover\:bg-warmergreen-900\/10:hover {
    background-color: rgba(28, 30, 27, 0.1);
}
.hover\:bg-warmergreen-900\/100:hover {
    background-color: #1c1e1b;
}
.hover\:bg-warmergreen-900\/15:hover {
    background-color: rgba(28, 30, 27, 0.15);
}
.hover\:bg-warmergreen-900\/20:hover {
    background-color: rgba(28, 30, 27, 0.2);
}
.hover\:bg-warmergreen-900\/25:hover {
    background-color: rgba(28, 30, 27, 0.25);
}
.hover\:bg-warmergreen-900\/30:hover {
    background-color: rgba(28, 30, 27, 0.3);
}
.hover\:bg-warmergreen-900\/35:hover {
    background-color: rgba(28, 30, 27, 0.35);
}
.hover\:bg-warmergreen-900\/40:hover {
    background-color: rgba(28, 30, 27, 0.4);
}
.hover\:bg-warmergreen-900\/45:hover {
    background-color: rgba(28, 30, 27, 0.45);
}
.hover\:bg-warmergreen-900\/5:hover {
    background-color: rgba(28, 30, 27, 0.05);
}
.hover\:bg-warmergreen-900\/50:hover {
    background-color: rgba(28, 30, 27, 0.5);
}
.hover\:bg-warmergreen-900\/55:hover {
    background-color: rgba(28, 30, 27, 0.55);
}
.hover\:bg-warmergreen-900\/60:hover {
    background-color: rgba(28, 30, 27, 0.6);
}
.hover\:bg-warmergreen-900\/65:hover {
    background-color: rgba(28, 30, 27, 0.65);
}
.hover\:bg-warmergreen-900\/70:hover {
    background-color: rgba(28, 30, 27, 0.7);
}
.hover\:bg-warmergreen-900\/75:hover {
    background-color: rgba(28, 30, 27, 0.75);
}
.hover\:bg-warmergreen-900\/80:hover {
    background-color: rgba(28, 30, 27, 0.8);
}
.hover\:bg-warmergreen-900\/85:hover {
    background-color: rgba(28, 30, 27, 0.85);
}
.hover\:bg-warmergreen-900\/90:hover {
    background-color: rgba(28, 30, 27, 0.9);
}
.hover\:bg-warmergreen-900\/95:hover {
    background-color: rgba(28, 30, 27, 0.95);
}
.hover\:bg-warmgray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-100\/0:hover {
    background-color: hsla(60, 5%, 96%, 0);
}
.hover\:bg-warmgray-100\/10:hover {
    background-color: hsla(60, 5%, 96%, 0.1);
}
.hover\:bg-warmgray-100\/100:hover {
    background-color: #f5f5f4;
}
.hover\:bg-warmgray-100\/15:hover {
    background-color: hsla(60, 5%, 96%, 0.15);
}
.hover\:bg-warmgray-100\/20:hover {
    background-color: hsla(60, 5%, 96%, 0.2);
}
.hover\:bg-warmgray-100\/25:hover {
    background-color: hsla(60, 5%, 96%, 0.25);
}
.hover\:bg-warmgray-100\/30:hover {
    background-color: hsla(60, 5%, 96%, 0.3);
}
.hover\:bg-warmgray-100\/35:hover {
    background-color: hsla(60, 5%, 96%, 0.35);
}
.hover\:bg-warmgray-100\/40:hover {
    background-color: hsla(60, 5%, 96%, 0.4);
}
.hover\:bg-warmgray-100\/45:hover {
    background-color: hsla(60, 5%, 96%, 0.45);
}
.hover\:bg-warmgray-100\/5:hover {
    background-color: hsla(60, 5%, 96%, 0.05);
}
.hover\:bg-warmgray-100\/50:hover {
    background-color: hsla(60, 5%, 96%, 0.5);
}
.hover\:bg-warmgray-100\/55:hover {
    background-color: hsla(60, 5%, 96%, 0.55);
}
.hover\:bg-warmgray-100\/60:hover {
    background-color: hsla(60, 5%, 96%, 0.6);
}
.hover\:bg-warmgray-100\/65:hover {
    background-color: hsla(60, 5%, 96%, 0.65);
}
.hover\:bg-warmgray-100\/70:hover {
    background-color: hsla(60, 5%, 96%, 0.7);
}
.hover\:bg-warmgray-100\/75:hover {
    background-color: hsla(60, 5%, 96%, 0.75);
}
.hover\:bg-warmgray-100\/80:hover {
    background-color: hsla(60, 5%, 96%, 0.8);
}
.hover\:bg-warmgray-100\/85:hover {
    background-color: hsla(60, 5%, 96%, 0.85);
}
.hover\:bg-warmgray-100\/90:hover {
    background-color: hsla(60, 5%, 96%, 0.9);
}
.hover\:bg-warmgray-100\/95:hover {
    background-color: hsla(60, 5%, 96%, 0.95);
}
.hover\:bg-warmgray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-200\/0:hover {
    background-color: hsla(20, 6%, 90%, 0);
}
.hover\:bg-warmgray-200\/10:hover {
    background-color: hsla(20, 6%, 90%, 0.1);
}
.hover\:bg-warmgray-200\/100:hover {
    background-color: #e7e5e4;
}
.hover\:bg-warmgray-200\/15:hover {
    background-color: hsla(20, 6%, 90%, 0.15);
}
.hover\:bg-warmgray-200\/20:hover {
    background-color: hsla(20, 6%, 90%, 0.2);
}
.hover\:bg-warmgray-200\/25:hover {
    background-color: hsla(20, 6%, 90%, 0.25);
}
.hover\:bg-warmgray-200\/30:hover {
    background-color: hsla(20, 6%, 90%, 0.3);
}
.hover\:bg-warmgray-200\/35:hover {
    background-color: hsla(20, 6%, 90%, 0.35);
}
.hover\:bg-warmgray-200\/40:hover {
    background-color: hsla(20, 6%, 90%, 0.4);
}
.hover\:bg-warmgray-200\/45:hover {
    background-color: hsla(20, 6%, 90%, 0.45);
}
.hover\:bg-warmgray-200\/5:hover {
    background-color: hsla(20, 6%, 90%, 0.05);
}
.hover\:bg-warmgray-200\/50:hover {
    background-color: hsla(20, 6%, 90%, 0.5);
}
.hover\:bg-warmgray-200\/55:hover {
    background-color: hsla(20, 6%, 90%, 0.55);
}
.hover\:bg-warmgray-200\/60:hover {
    background-color: hsla(20, 6%, 90%, 0.6);
}
.hover\:bg-warmgray-200\/65:hover {
    background-color: hsla(20, 6%, 90%, 0.65);
}
.hover\:bg-warmgray-200\/70:hover {
    background-color: hsla(20, 6%, 90%, 0.7);
}
.hover\:bg-warmgray-200\/75:hover {
    background-color: hsla(20, 6%, 90%, 0.75);
}
.hover\:bg-warmgray-200\/80:hover {
    background-color: hsla(20, 6%, 90%, 0.8);
}
.hover\:bg-warmgray-200\/85:hover {
    background-color: hsla(20, 6%, 90%, 0.85);
}
.hover\:bg-warmgray-200\/90:hover {
    background-color: hsla(20, 6%, 90%, 0.9);
}
.hover\:bg-warmgray-200\/95:hover {
    background-color: hsla(20, 6%, 90%, 0.95);
}
.hover\:bg-warmgray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-300\/0:hover {
    background-color: hsla(24, 6%, 83%, 0);
}
.hover\:bg-warmgray-300\/10:hover {
    background-color: hsla(24, 6%, 83%, 0.1);
}
.hover\:bg-warmgray-300\/100:hover {
    background-color: #d6d3d1;
}
.hover\:bg-warmgray-300\/15:hover {
    background-color: hsla(24, 6%, 83%, 0.15);
}
.hover\:bg-warmgray-300\/20:hover {
    background-color: hsla(24, 6%, 83%, 0.2);
}
.hover\:bg-warmgray-300\/25:hover {
    background-color: hsla(24, 6%, 83%, 0.25);
}
.hover\:bg-warmgray-300\/30:hover {
    background-color: hsla(24, 6%, 83%, 0.3);
}
.hover\:bg-warmgray-300\/35:hover {
    background-color: hsla(24, 6%, 83%, 0.35);
}
.hover\:bg-warmgray-300\/40:hover {
    background-color: hsla(24, 6%, 83%, 0.4);
}
.hover\:bg-warmgray-300\/45:hover {
    background-color: hsla(24, 6%, 83%, 0.45);
}
.hover\:bg-warmgray-300\/5:hover {
    background-color: hsla(24, 6%, 83%, 0.05);
}
.hover\:bg-warmgray-300\/50:hover {
    background-color: hsla(24, 6%, 83%, 0.5);
}
.hover\:bg-warmgray-300\/55:hover {
    background-color: hsla(24, 6%, 83%, 0.55);
}
.hover\:bg-warmgray-300\/60:hover {
    background-color: hsla(24, 6%, 83%, 0.6);
}
.hover\:bg-warmgray-300\/65:hover {
    background-color: hsla(24, 6%, 83%, 0.65);
}
.hover\:bg-warmgray-300\/70:hover {
    background-color: hsla(24, 6%, 83%, 0.7);
}
.hover\:bg-warmgray-300\/75:hover {
    background-color: hsla(24, 6%, 83%, 0.75);
}
.hover\:bg-warmgray-300\/80:hover {
    background-color: hsla(24, 6%, 83%, 0.8);
}
.hover\:bg-warmgray-300\/85:hover {
    background-color: hsla(24, 6%, 83%, 0.85);
}
.hover\:bg-warmgray-300\/90:hover {
    background-color: hsla(24, 6%, 83%, 0.9);
}
.hover\:bg-warmgray-300\/95:hover {
    background-color: hsla(24, 6%, 83%, 0.95);
}
.hover\:bg-warmgray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-400\/0:hover {
    background-color: hsla(24, 5%, 64%, 0);
}
.hover\:bg-warmgray-400\/10:hover {
    background-color: hsla(24, 5%, 64%, 0.1);
}
.hover\:bg-warmgray-400\/100:hover {
    background-color: #a8a29e;
}
.hover\:bg-warmgray-400\/15:hover {
    background-color: hsla(24, 5%, 64%, 0.15);
}
.hover\:bg-warmgray-400\/20:hover {
    background-color: hsla(24, 5%, 64%, 0.2);
}
.hover\:bg-warmgray-400\/25:hover {
    background-color: hsla(24, 5%, 64%, 0.25);
}
.hover\:bg-warmgray-400\/30:hover {
    background-color: hsla(24, 5%, 64%, 0.3);
}
.hover\:bg-warmgray-400\/35:hover {
    background-color: hsla(24, 5%, 64%, 0.35);
}
.hover\:bg-warmgray-400\/40:hover {
    background-color: hsla(24, 5%, 64%, 0.4);
}
.hover\:bg-warmgray-400\/45:hover {
    background-color: hsla(24, 5%, 64%, 0.45);
}
.hover\:bg-warmgray-400\/5:hover {
    background-color: hsla(24, 5%, 64%, 0.05);
}
.hover\:bg-warmgray-400\/50:hover {
    background-color: hsla(24, 5%, 64%, 0.5);
}
.hover\:bg-warmgray-400\/55:hover {
    background-color: hsla(24, 5%, 64%, 0.55);
}
.hover\:bg-warmgray-400\/60:hover {
    background-color: hsla(24, 5%, 64%, 0.6);
}
.hover\:bg-warmgray-400\/65:hover {
    background-color: hsla(24, 5%, 64%, 0.65);
}
.hover\:bg-warmgray-400\/70:hover {
    background-color: hsla(24, 5%, 64%, 0.7);
}
.hover\:bg-warmgray-400\/75:hover {
    background-color: hsla(24, 5%, 64%, 0.75);
}
.hover\:bg-warmgray-400\/80:hover {
    background-color: hsla(24, 5%, 64%, 0.8);
}
.hover\:bg-warmgray-400\/85:hover {
    background-color: hsla(24, 5%, 64%, 0.85);
}
.hover\:bg-warmgray-400\/90:hover {
    background-color: hsla(24, 5%, 64%, 0.9);
}
.hover\:bg-warmgray-400\/95:hover {
    background-color: hsla(24, 5%, 64%, 0.95);
}
.hover\:bg-warmgray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-50\/0:hover {
    background-color: hsla(60, 9%, 98%, 0);
}
.hover\:bg-warmgray-50\/10:hover {
    background-color: hsla(60, 9%, 98%, 0.1);
}
.hover\:bg-warmgray-50\/100:hover {
    background-color: #fafaf9;
}
.hover\:bg-warmgray-50\/15:hover {
    background-color: hsla(60, 9%, 98%, 0.15);
}
.hover\:bg-warmgray-50\/20:hover {
    background-color: hsla(60, 9%, 98%, 0.2);
}
.hover\:bg-warmgray-50\/25:hover {
    background-color: hsla(60, 9%, 98%, 0.25);
}
.hover\:bg-warmgray-50\/30:hover {
    background-color: hsla(60, 9%, 98%, 0.3);
}
.hover\:bg-warmgray-50\/35:hover {
    background-color: hsla(60, 9%, 98%, 0.35);
}
.hover\:bg-warmgray-50\/40:hover {
    background-color: hsla(60, 9%, 98%, 0.4);
}
.hover\:bg-warmgray-50\/45:hover {
    background-color: hsla(60, 9%, 98%, 0.45);
}
.hover\:bg-warmgray-50\/5:hover {
    background-color: hsla(60, 9%, 98%, 0.05);
}
.hover\:bg-warmgray-50\/50:hover {
    background-color: hsla(60, 9%, 98%, 0.5);
}
.hover\:bg-warmgray-50\/55:hover {
    background-color: hsla(60, 9%, 98%, 0.55);
}
.hover\:bg-warmgray-50\/60:hover {
    background-color: hsla(60, 9%, 98%, 0.6);
}
.hover\:bg-warmgray-50\/65:hover {
    background-color: hsla(60, 9%, 98%, 0.65);
}
.hover\:bg-warmgray-50\/70:hover {
    background-color: hsla(60, 9%, 98%, 0.7);
}
.hover\:bg-warmgray-50\/75:hover {
    background-color: hsla(60, 9%, 98%, 0.75);
}
.hover\:bg-warmgray-50\/80:hover {
    background-color: hsla(60, 9%, 98%, 0.8);
}
.hover\:bg-warmgray-50\/85:hover {
    background-color: hsla(60, 9%, 98%, 0.85);
}
.hover\:bg-warmgray-50\/90:hover {
    background-color: hsla(60, 9%, 98%, 0.9);
}
.hover\:bg-warmgray-50\/95:hover {
    background-color: hsla(60, 9%, 98%, 0.95);
}
.hover\:bg-warmgray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-500\/0:hover {
    background-color: hsla(25, 5%, 45%, 0);
}
.hover\:bg-warmgray-500\/10:hover {
    background-color: hsla(25, 5%, 45%, 0.1);
}
.hover\:bg-warmgray-500\/100:hover {
    background-color: #78716c;
}
.hover\:bg-warmgray-500\/15:hover {
    background-color: hsla(25, 5%, 45%, 0.15);
}
.hover\:bg-warmgray-500\/20:hover {
    background-color: hsla(25, 5%, 45%, 0.2);
}
.hover\:bg-warmgray-500\/25:hover {
    background-color: hsla(25, 5%, 45%, 0.25);
}
.hover\:bg-warmgray-500\/30:hover {
    background-color: hsla(25, 5%, 45%, 0.3);
}
.hover\:bg-warmgray-500\/35:hover {
    background-color: hsla(25, 5%, 45%, 0.35);
}
.hover\:bg-warmgray-500\/40:hover {
    background-color: hsla(25, 5%, 45%, 0.4);
}
.hover\:bg-warmgray-500\/45:hover {
    background-color: hsla(25, 5%, 45%, 0.45);
}
.hover\:bg-warmgray-500\/5:hover {
    background-color: hsla(25, 5%, 45%, 0.05);
}
.hover\:bg-warmgray-500\/50:hover {
    background-color: hsla(25, 5%, 45%, 0.5);
}
.hover\:bg-warmgray-500\/55:hover {
    background-color: hsla(25, 5%, 45%, 0.55);
}
.hover\:bg-warmgray-500\/60:hover {
    background-color: hsla(25, 5%, 45%, 0.6);
}
.hover\:bg-warmgray-500\/65:hover {
    background-color: hsla(25, 5%, 45%, 0.65);
}
.hover\:bg-warmgray-500\/70:hover {
    background-color: hsla(25, 5%, 45%, 0.7);
}
.hover\:bg-warmgray-500\/75:hover {
    background-color: hsla(25, 5%, 45%, 0.75);
}
.hover\:bg-warmgray-500\/80:hover {
    background-color: hsla(25, 5%, 45%, 0.8);
}
.hover\:bg-warmgray-500\/85:hover {
    background-color: hsla(25, 5%, 45%, 0.85);
}
.hover\:bg-warmgray-500\/90:hover {
    background-color: hsla(25, 5%, 45%, 0.9);
}
.hover\:bg-warmgray-500\/95:hover {
    background-color: hsla(25, 5%, 45%, 0.95);
}
.hover\:bg-warmgray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-600\/0:hover {
    background-color: rgba(87, 83, 78, 0);
}
.hover\:bg-warmgray-600\/10:hover {
    background-color: rgba(87, 83, 78, 0.1);
}
.hover\:bg-warmgray-600\/100:hover {
    background-color: #57534e;
}
.hover\:bg-warmgray-600\/15:hover {
    background-color: rgba(87, 83, 78, 0.15);
}
.hover\:bg-warmgray-600\/20:hover {
    background-color: rgba(87, 83, 78, 0.2);
}
.hover\:bg-warmgray-600\/25:hover {
    background-color: rgba(87, 83, 78, 0.25);
}
.hover\:bg-warmgray-600\/30:hover {
    background-color: rgba(87, 83, 78, 0.3);
}
.hover\:bg-warmgray-600\/35:hover {
    background-color: rgba(87, 83, 78, 0.35);
}
.hover\:bg-warmgray-600\/40:hover {
    background-color: rgba(87, 83, 78, 0.4);
}
.hover\:bg-warmgray-600\/45:hover {
    background-color: rgba(87, 83, 78, 0.45);
}
.hover\:bg-warmgray-600\/5:hover {
    background-color: rgba(87, 83, 78, 0.05);
}
.hover\:bg-warmgray-600\/50:hover {
    background-color: rgba(87, 83, 78, 0.5);
}
.hover\:bg-warmgray-600\/55:hover {
    background-color: rgba(87, 83, 78, 0.55);
}
.hover\:bg-warmgray-600\/60:hover {
    background-color: rgba(87, 83, 78, 0.6);
}
.hover\:bg-warmgray-600\/65:hover {
    background-color: rgba(87, 83, 78, 0.65);
}
.hover\:bg-warmgray-600\/70:hover {
    background-color: rgba(87, 83, 78, 0.7);
}
.hover\:bg-warmgray-600\/75:hover {
    background-color: rgba(87, 83, 78, 0.75);
}
.hover\:bg-warmgray-600\/80:hover {
    background-color: rgba(87, 83, 78, 0.8);
}
.hover\:bg-warmgray-600\/85:hover {
    background-color: rgba(87, 83, 78, 0.85);
}
.hover\:bg-warmgray-600\/90:hover {
    background-color: rgba(87, 83, 78, 0.9);
}
.hover\:bg-warmgray-600\/95:hover {
    background-color: rgba(87, 83, 78, 0.95);
}
.hover\:bg-warmgray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-700\/0:hover {
    background-color: rgba(68, 64, 60, 0);
}
.hover\:bg-warmgray-700\/10:hover {
    background-color: rgba(68, 64, 60, 0.1);
}
.hover\:bg-warmgray-700\/100:hover {
    background-color: #44403c;
}
.hover\:bg-warmgray-700\/15:hover {
    background-color: rgba(68, 64, 60, 0.15);
}
.hover\:bg-warmgray-700\/20:hover {
    background-color: rgba(68, 64, 60, 0.2);
}
.hover\:bg-warmgray-700\/25:hover {
    background-color: rgba(68, 64, 60, 0.25);
}
.hover\:bg-warmgray-700\/30:hover {
    background-color: rgba(68, 64, 60, 0.3);
}
.hover\:bg-warmgray-700\/35:hover {
    background-color: rgba(68, 64, 60, 0.35);
}
.hover\:bg-warmgray-700\/40:hover {
    background-color: rgba(68, 64, 60, 0.4);
}
.hover\:bg-warmgray-700\/45:hover {
    background-color: rgba(68, 64, 60, 0.45);
}
.hover\:bg-warmgray-700\/5:hover {
    background-color: rgba(68, 64, 60, 0.05);
}
.hover\:bg-warmgray-700\/50:hover {
    background-color: rgba(68, 64, 60, 0.5);
}
.hover\:bg-warmgray-700\/55:hover {
    background-color: rgba(68, 64, 60, 0.55);
}
.hover\:bg-warmgray-700\/60:hover {
    background-color: rgba(68, 64, 60, 0.6);
}
.hover\:bg-warmgray-700\/65:hover {
    background-color: rgba(68, 64, 60, 0.65);
}
.hover\:bg-warmgray-700\/70:hover {
    background-color: rgba(68, 64, 60, 0.7);
}
.hover\:bg-warmgray-700\/75:hover {
    background-color: rgba(68, 64, 60, 0.75);
}
.hover\:bg-warmgray-700\/80:hover {
    background-color: rgba(68, 64, 60, 0.8);
}
.hover\:bg-warmgray-700\/85:hover {
    background-color: rgba(68, 64, 60, 0.85);
}
.hover\:bg-warmgray-700\/90:hover {
    background-color: rgba(68, 64, 60, 0.9);
}
.hover\:bg-warmgray-700\/95:hover {
    background-color: rgba(68, 64, 60, 0.95);
}
.hover\:bg-warmgray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-800\/0:hover {
    background-color: rgba(41, 37, 36, 0);
}
.hover\:bg-warmgray-800\/10:hover {
    background-color: rgba(41, 37, 36, 0.1);
}
.hover\:bg-warmgray-800\/100:hover {
    background-color: #292524;
}
.hover\:bg-warmgray-800\/15:hover {
    background-color: rgba(41, 37, 36, 0.15);
}
.hover\:bg-warmgray-800\/20:hover {
    background-color: rgba(41, 37, 36, 0.2);
}
.hover\:bg-warmgray-800\/25:hover {
    background-color: rgba(41, 37, 36, 0.25);
}
.hover\:bg-warmgray-800\/30:hover {
    background-color: rgba(41, 37, 36, 0.3);
}
.hover\:bg-warmgray-800\/35:hover {
    background-color: rgba(41, 37, 36, 0.35);
}
.hover\:bg-warmgray-800\/40:hover {
    background-color: rgba(41, 37, 36, 0.4);
}
.hover\:bg-warmgray-800\/45:hover {
    background-color: rgba(41, 37, 36, 0.45);
}
.hover\:bg-warmgray-800\/5:hover {
    background-color: rgba(41, 37, 36, 0.05);
}
.hover\:bg-warmgray-800\/50:hover {
    background-color: rgba(41, 37, 36, 0.5);
}
.hover\:bg-warmgray-800\/55:hover {
    background-color: rgba(41, 37, 36, 0.55);
}
.hover\:bg-warmgray-800\/60:hover {
    background-color: rgba(41, 37, 36, 0.6);
}
.hover\:bg-warmgray-800\/65:hover {
    background-color: rgba(41, 37, 36, 0.65);
}
.hover\:bg-warmgray-800\/70:hover {
    background-color: rgba(41, 37, 36, 0.7);
}
.hover\:bg-warmgray-800\/75:hover {
    background-color: rgba(41, 37, 36, 0.75);
}
.hover\:bg-warmgray-800\/80:hover {
    background-color: rgba(41, 37, 36, 0.8);
}
.hover\:bg-warmgray-800\/85:hover {
    background-color: rgba(41, 37, 36, 0.85);
}
.hover\:bg-warmgray-800\/90:hover {
    background-color: rgba(41, 37, 36, 0.9);
}
.hover\:bg-warmgray-800\/95:hover {
    background-color: rgba(41, 37, 36, 0.95);
}
.hover\:bg-warmgray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgray-900\/0:hover {
    background-color: rgba(28, 25, 23, 0);
}
.hover\:bg-warmgray-900\/10:hover {
    background-color: rgba(28, 25, 23, 0.1);
}
.hover\:bg-warmgray-900\/100:hover {
    background-color: #1c1917;
}
.hover\:bg-warmgray-900\/15:hover {
    background-color: rgba(28, 25, 23, 0.15);
}
.hover\:bg-warmgray-900\/20:hover {
    background-color: rgba(28, 25, 23, 0.2);
}
.hover\:bg-warmgray-900\/25:hover {
    background-color: rgba(28, 25, 23, 0.25);
}
.hover\:bg-warmgray-900\/30:hover {
    background-color: rgba(28, 25, 23, 0.3);
}
.hover\:bg-warmgray-900\/35:hover {
    background-color: rgba(28, 25, 23, 0.35);
}
.hover\:bg-warmgray-900\/40:hover {
    background-color: rgba(28, 25, 23, 0.4);
}
.hover\:bg-warmgray-900\/45:hover {
    background-color: rgba(28, 25, 23, 0.45);
}
.hover\:bg-warmgray-900\/5:hover {
    background-color: rgba(28, 25, 23, 0.05);
}
.hover\:bg-warmgray-900\/50:hover {
    background-color: rgba(28, 25, 23, 0.5);
}
.hover\:bg-warmgray-900\/55:hover {
    background-color: rgba(28, 25, 23, 0.55);
}
.hover\:bg-warmgray-900\/60:hover {
    background-color: rgba(28, 25, 23, 0.6);
}
.hover\:bg-warmgray-900\/65:hover {
    background-color: rgba(28, 25, 23, 0.65);
}
.hover\:bg-warmgray-900\/70:hover {
    background-color: rgba(28, 25, 23, 0.7);
}
.hover\:bg-warmgray-900\/75:hover {
    background-color: rgba(28, 25, 23, 0.75);
}
.hover\:bg-warmgray-900\/80:hover {
    background-color: rgba(28, 25, 23, 0.8);
}
.hover\:bg-warmgray-900\/85:hover {
    background-color: rgba(28, 25, 23, 0.85);
}
.hover\:bg-warmgray-900\/90:hover {
    background-color: rgba(28, 25, 23, 0.9);
}
.hover\:bg-warmgray-900\/95:hover {
    background-color: rgba(28, 25, 23, 0.95);
}
.hover\:bg-warmgreen-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(223 250 149 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-100\/0:hover {
    background-color: hsla(76, 91%, 78%, 0);
}
.hover\:bg-warmgreen-100\/10:hover {
    background-color: hsla(76, 91%, 78%, 0.1);
}
.hover\:bg-warmgreen-100\/100:hover {
    background-color: #dffa95;
}
.hover\:bg-warmgreen-100\/15:hover {
    background-color: hsla(76, 91%, 78%, 0.15);
}
.hover\:bg-warmgreen-100\/20:hover {
    background-color: hsla(76, 91%, 78%, 0.2);
}
.hover\:bg-warmgreen-100\/25:hover {
    background-color: hsla(76, 91%, 78%, 0.25);
}
.hover\:bg-warmgreen-100\/30:hover {
    background-color: hsla(76, 91%, 78%, 0.3);
}
.hover\:bg-warmgreen-100\/35:hover {
    background-color: hsla(76, 91%, 78%, 0.35);
}
.hover\:bg-warmgreen-100\/40:hover {
    background-color: hsla(76, 91%, 78%, 0.4);
}
.hover\:bg-warmgreen-100\/45:hover {
    background-color: hsla(76, 91%, 78%, 0.45);
}
.hover\:bg-warmgreen-100\/5:hover {
    background-color: hsla(76, 91%, 78%, 0.05);
}
.hover\:bg-warmgreen-100\/50:hover {
    background-color: hsla(76, 91%, 78%, 0.5);
}
.hover\:bg-warmgreen-100\/55:hover {
    background-color: hsla(76, 91%, 78%, 0.55);
}
.hover\:bg-warmgreen-100\/60:hover {
    background-color: hsla(76, 91%, 78%, 0.6);
}
.hover\:bg-warmgreen-100\/65:hover {
    background-color: hsla(76, 91%, 78%, 0.65);
}
.hover\:bg-warmgreen-100\/70:hover {
    background-color: hsla(76, 91%, 78%, 0.7);
}
.hover\:bg-warmgreen-100\/75:hover {
    background-color: hsla(76, 91%, 78%, 0.75);
}
.hover\:bg-warmgreen-100\/80:hover {
    background-color: hsla(76, 91%, 78%, 0.8);
}
.hover\:bg-warmgreen-100\/85:hover {
    background-color: hsla(76, 91%, 78%, 0.85);
}
.hover\:bg-warmgreen-100\/90:hover {
    background-color: hsla(76, 91%, 78%, 0.9);
}
.hover\:bg-warmgreen-100\/95:hover {
    background-color: hsla(76, 91%, 78%, 0.95);
}
.hover\:bg-warmgreen-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(213 240 139 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-200\/0:hover {
    background-color: hsla(76, 77%, 74%, 0);
}
.hover\:bg-warmgreen-200\/10:hover {
    background-color: hsla(76, 77%, 74%, 0.1);
}
.hover\:bg-warmgreen-200\/100:hover {
    background-color: #d5f08b;
}
.hover\:bg-warmgreen-200\/15:hover {
    background-color: hsla(76, 77%, 74%, 0.15);
}
.hover\:bg-warmgreen-200\/20:hover {
    background-color: hsla(76, 77%, 74%, 0.2);
}
.hover\:bg-warmgreen-200\/25:hover {
    background-color: hsla(76, 77%, 74%, 0.25);
}
.hover\:bg-warmgreen-200\/30:hover {
    background-color: hsla(76, 77%, 74%, 0.3);
}
.hover\:bg-warmgreen-200\/35:hover {
    background-color: hsla(76, 77%, 74%, 0.35);
}
.hover\:bg-warmgreen-200\/40:hover {
    background-color: hsla(76, 77%, 74%, 0.4);
}
.hover\:bg-warmgreen-200\/45:hover {
    background-color: hsla(76, 77%, 74%, 0.45);
}
.hover\:bg-warmgreen-200\/5:hover {
    background-color: hsla(76, 77%, 74%, 0.05);
}
.hover\:bg-warmgreen-200\/50:hover {
    background-color: hsla(76, 77%, 74%, 0.5);
}
.hover\:bg-warmgreen-200\/55:hover {
    background-color: hsla(76, 77%, 74%, 0.55);
}
.hover\:bg-warmgreen-200\/60:hover {
    background-color: hsla(76, 77%, 74%, 0.6);
}
.hover\:bg-warmgreen-200\/65:hover {
    background-color: hsla(76, 77%, 74%, 0.65);
}
.hover\:bg-warmgreen-200\/70:hover {
    background-color: hsla(76, 77%, 74%, 0.7);
}
.hover\:bg-warmgreen-200\/75:hover {
    background-color: hsla(76, 77%, 74%, 0.75);
}
.hover\:bg-warmgreen-200\/80:hover {
    background-color: hsla(76, 77%, 74%, 0.8);
}
.hover\:bg-warmgreen-200\/85:hover {
    background-color: hsla(76, 77%, 74%, 0.85);
}
.hover\:bg-warmgreen-200\/90:hover {
    background-color: hsla(76, 77%, 74%, 0.9);
}
.hover\:bg-warmgreen-200\/95:hover {
    background-color: hsla(76, 77%, 74%, 0.95);
}
.hover\:bg-warmgreen-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(203 230 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-300\/0:hover {
    background-color: hsla(76, 67%, 70%, 0);
}
.hover\:bg-warmgreen-300\/10:hover {
    background-color: hsla(76, 67%, 70%, 0.1);
}
.hover\:bg-warmgreen-300\/100:hover {
    background-color: #cbe681;
}
.hover\:bg-warmgreen-300\/15:hover {
    background-color: hsla(76, 67%, 70%, 0.15);
}
.hover\:bg-warmgreen-300\/20:hover {
    background-color: hsla(76, 67%, 70%, 0.2);
}
.hover\:bg-warmgreen-300\/25:hover {
    background-color: hsla(76, 67%, 70%, 0.25);
}
.hover\:bg-warmgreen-300\/30:hover {
    background-color: hsla(76, 67%, 70%, 0.3);
}
.hover\:bg-warmgreen-300\/35:hover {
    background-color: hsla(76, 67%, 70%, 0.35);
}
.hover\:bg-warmgreen-300\/40:hover {
    background-color: hsla(76, 67%, 70%, 0.4);
}
.hover\:bg-warmgreen-300\/45:hover {
    background-color: hsla(76, 67%, 70%, 0.45);
}
.hover\:bg-warmgreen-300\/5:hover {
    background-color: hsla(76, 67%, 70%, 0.05);
}
.hover\:bg-warmgreen-300\/50:hover {
    background-color: hsla(76, 67%, 70%, 0.5);
}
.hover\:bg-warmgreen-300\/55:hover {
    background-color: hsla(76, 67%, 70%, 0.55);
}
.hover\:bg-warmgreen-300\/60:hover {
    background-color: hsla(76, 67%, 70%, 0.6);
}
.hover\:bg-warmgreen-300\/65:hover {
    background-color: hsla(76, 67%, 70%, 0.65);
}
.hover\:bg-warmgreen-300\/70:hover {
    background-color: hsla(76, 67%, 70%, 0.7);
}
.hover\:bg-warmgreen-300\/75:hover {
    background-color: hsla(76, 67%, 70%, 0.75);
}
.hover\:bg-warmgreen-300\/80:hover {
    background-color: hsla(76, 67%, 70%, 0.8);
}
.hover\:bg-warmgreen-300\/85:hover {
    background-color: hsla(76, 67%, 70%, 0.85);
}
.hover\:bg-warmgreen-300\/90:hover {
    background-color: hsla(76, 67%, 70%, 0.9);
}
.hover\:bg-warmgreen-300\/95:hover {
    background-color: hsla(76, 67%, 70%, 0.95);
}
.hover\:bg-warmgreen-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(193 220 119 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-400\/0:hover {
    background-color: hsla(76, 59%, 66%, 0);
}
.hover\:bg-warmgreen-400\/10:hover {
    background-color: hsla(76, 59%, 66%, 0.1);
}
.hover\:bg-warmgreen-400\/100:hover {
    background-color: #c1dc77;
}
.hover\:bg-warmgreen-400\/15:hover {
    background-color: hsla(76, 59%, 66%, 0.15);
}
.hover\:bg-warmgreen-400\/20:hover {
    background-color: hsla(76, 59%, 66%, 0.2);
}
.hover\:bg-warmgreen-400\/25:hover {
    background-color: hsla(76, 59%, 66%, 0.25);
}
.hover\:bg-warmgreen-400\/30:hover {
    background-color: hsla(76, 59%, 66%, 0.3);
}
.hover\:bg-warmgreen-400\/35:hover {
    background-color: hsla(76, 59%, 66%, 0.35);
}
.hover\:bg-warmgreen-400\/40:hover {
    background-color: hsla(76, 59%, 66%, 0.4);
}
.hover\:bg-warmgreen-400\/45:hover {
    background-color: hsla(76, 59%, 66%, 0.45);
}
.hover\:bg-warmgreen-400\/5:hover {
    background-color: hsla(76, 59%, 66%, 0.05);
}
.hover\:bg-warmgreen-400\/50:hover {
    background-color: hsla(76, 59%, 66%, 0.5);
}
.hover\:bg-warmgreen-400\/55:hover {
    background-color: hsla(76, 59%, 66%, 0.55);
}
.hover\:bg-warmgreen-400\/60:hover {
    background-color: hsla(76, 59%, 66%, 0.6);
}
.hover\:bg-warmgreen-400\/65:hover {
    background-color: hsla(76, 59%, 66%, 0.65);
}
.hover\:bg-warmgreen-400\/70:hover {
    background-color: hsla(76, 59%, 66%, 0.7);
}
.hover\:bg-warmgreen-400\/75:hover {
    background-color: hsla(76, 59%, 66%, 0.75);
}
.hover\:bg-warmgreen-400\/80:hover {
    background-color: hsla(76, 59%, 66%, 0.8);
}
.hover\:bg-warmgreen-400\/85:hover {
    background-color: hsla(76, 59%, 66%, 0.85);
}
.hover\:bg-warmgreen-400\/90:hover {
    background-color: hsla(76, 59%, 66%, 0.9);
}
.hover\:bg-warmgreen-400\/95:hover {
    background-color: hsla(76, 59%, 66%, 0.95);
}
.hover\:bg-warmgreen-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 255 159 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-50\/0:hover {
    background-color: rgba(233, 255, 159, 0);
}
.hover\:bg-warmgreen-50\/10:hover {
    background-color: rgba(233, 255, 159, 0.1);
}
.hover\:bg-warmgreen-50\/100:hover {
    background-color: #e9ff9f;
}
.hover\:bg-warmgreen-50\/15:hover {
    background-color: rgba(233, 255, 159, 0.15);
}
.hover\:bg-warmgreen-50\/20:hover {
    background-color: rgba(233, 255, 159, 0.2);
}
.hover\:bg-warmgreen-50\/25:hover {
    background-color: rgba(233, 255, 159, 0.25);
}
.hover\:bg-warmgreen-50\/30:hover {
    background-color: rgba(233, 255, 159, 0.3);
}
.hover\:bg-warmgreen-50\/35:hover {
    background-color: rgba(233, 255, 159, 0.35);
}
.hover\:bg-warmgreen-50\/40:hover {
    background-color: rgba(233, 255, 159, 0.4);
}
.hover\:bg-warmgreen-50\/45:hover {
    background-color: rgba(233, 255, 159, 0.45);
}
.hover\:bg-warmgreen-50\/5:hover {
    background-color: rgba(233, 255, 159, 0.05);
}
.hover\:bg-warmgreen-50\/50:hover {
    background-color: rgba(233, 255, 159, 0.5);
}
.hover\:bg-warmgreen-50\/55:hover {
    background-color: rgba(233, 255, 159, 0.55);
}
.hover\:bg-warmgreen-50\/60:hover {
    background-color: rgba(233, 255, 159, 0.6);
}
.hover\:bg-warmgreen-50\/65:hover {
    background-color: rgba(233, 255, 159, 0.65);
}
.hover\:bg-warmgreen-50\/70:hover {
    background-color: rgba(233, 255, 159, 0.7);
}
.hover\:bg-warmgreen-50\/75:hover {
    background-color: rgba(233, 255, 159, 0.75);
}
.hover\:bg-warmgreen-50\/80:hover {
    background-color: rgba(233, 255, 159, 0.8);
}
.hover\:bg-warmgreen-50\/85:hover {
    background-color: rgba(233, 255, 159, 0.85);
}
.hover\:bg-warmgreen-50\/90:hover {
    background-color: rgba(233, 255, 159, 0.9);
}
.hover\:bg-warmgreen-50\/95:hover {
    background-color: rgba(233, 255, 159, 0.95);
}
.hover\:bg-warmgreen-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(183 210 109 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-500\/0:hover {
    background-color: hsla(76, 53%, 63%, 0);
}
.hover\:bg-warmgreen-500\/10:hover {
    background-color: hsla(76, 53%, 63%, 0.1);
}
.hover\:bg-warmgreen-500\/100:hover {
    background-color: #b7d26d;
}
.hover\:bg-warmgreen-500\/15:hover {
    background-color: hsla(76, 53%, 63%, 0.15);
}
.hover\:bg-warmgreen-500\/20:hover {
    background-color: hsla(76, 53%, 63%, 0.2);
}
.hover\:bg-warmgreen-500\/25:hover {
    background-color: hsla(76, 53%, 63%, 0.25);
}
.hover\:bg-warmgreen-500\/30:hover {
    background-color: hsla(76, 53%, 63%, 0.3);
}
.hover\:bg-warmgreen-500\/35:hover {
    background-color: hsla(76, 53%, 63%, 0.35);
}
.hover\:bg-warmgreen-500\/40:hover {
    background-color: hsla(76, 53%, 63%, 0.4);
}
.hover\:bg-warmgreen-500\/45:hover {
    background-color: hsla(76, 53%, 63%, 0.45);
}
.hover\:bg-warmgreen-500\/5:hover {
    background-color: hsla(76, 53%, 63%, 0.05);
}
.hover\:bg-warmgreen-500\/50:hover {
    background-color: hsla(76, 53%, 63%, 0.5);
}
.hover\:bg-warmgreen-500\/55:hover {
    background-color: hsla(76, 53%, 63%, 0.55);
}
.hover\:bg-warmgreen-500\/60:hover {
    background-color: hsla(76, 53%, 63%, 0.6);
}
.hover\:bg-warmgreen-500\/65:hover {
    background-color: hsla(76, 53%, 63%, 0.65);
}
.hover\:bg-warmgreen-500\/70:hover {
    background-color: hsla(76, 53%, 63%, 0.7);
}
.hover\:bg-warmgreen-500\/75:hover {
    background-color: hsla(76, 53%, 63%, 0.75);
}
.hover\:bg-warmgreen-500\/80:hover {
    background-color: hsla(76, 53%, 63%, 0.8);
}
.hover\:bg-warmgreen-500\/85:hover {
    background-color: hsla(76, 53%, 63%, 0.85);
}
.hover\:bg-warmgreen-500\/90:hover {
    background-color: hsla(76, 53%, 63%, 0.9);
}
.hover\:bg-warmgreen-500\/95:hover {
    background-color: hsla(76, 53%, 63%, 0.95);
}
.hover\:bg-warmgreen-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(173 200 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-600\/0:hover {
    background-color: rgba(173, 200, 99, 0);
}
.hover\:bg-warmgreen-600\/10:hover {
    background-color: rgba(173, 200, 99, 0.1);
}
.hover\:bg-warmgreen-600\/100:hover {
    background-color: #adc863;
}
.hover\:bg-warmgreen-600\/15:hover {
    background-color: rgba(173, 200, 99, 0.15);
}
.hover\:bg-warmgreen-600\/20:hover {
    background-color: rgba(173, 200, 99, 0.2);
}
.hover\:bg-warmgreen-600\/25:hover {
    background-color: rgba(173, 200, 99, 0.25);
}
.hover\:bg-warmgreen-600\/30:hover {
    background-color: rgba(173, 200, 99, 0.3);
}
.hover\:bg-warmgreen-600\/35:hover {
    background-color: rgba(173, 200, 99, 0.35);
}
.hover\:bg-warmgreen-600\/40:hover {
    background-color: rgba(173, 200, 99, 0.4);
}
.hover\:bg-warmgreen-600\/45:hover {
    background-color: rgba(173, 200, 99, 0.45);
}
.hover\:bg-warmgreen-600\/5:hover {
    background-color: rgba(173, 200, 99, 0.05);
}
.hover\:bg-warmgreen-600\/50:hover {
    background-color: rgba(173, 200, 99, 0.5);
}
.hover\:bg-warmgreen-600\/55:hover {
    background-color: rgba(173, 200, 99, 0.55);
}
.hover\:bg-warmgreen-600\/60:hover {
    background-color: rgba(173, 200, 99, 0.6);
}
.hover\:bg-warmgreen-600\/65:hover {
    background-color: rgba(173, 200, 99, 0.65);
}
.hover\:bg-warmgreen-600\/70:hover {
    background-color: rgba(173, 200, 99, 0.7);
}
.hover\:bg-warmgreen-600\/75:hover {
    background-color: rgba(173, 200, 99, 0.75);
}
.hover\:bg-warmgreen-600\/80:hover {
    background-color: rgba(173, 200, 99, 0.8);
}
.hover\:bg-warmgreen-600\/85:hover {
    background-color: rgba(173, 200, 99, 0.85);
}
.hover\:bg-warmgreen-600\/90:hover {
    background-color: rgba(173, 200, 99, 0.9);
}
.hover\:bg-warmgreen-600\/95:hover {
    background-color: rgba(173, 200, 99, 0.95);
}
.hover\:bg-warmgreen-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(163 190 89 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-700\/0:hover {
    background-color: rgba(163, 190, 89, 0);
}
.hover\:bg-warmgreen-700\/10:hover {
    background-color: rgba(163, 190, 89, 0.1);
}
.hover\:bg-warmgreen-700\/100:hover {
    background-color: #a3be59;
}
.hover\:bg-warmgreen-700\/15:hover {
    background-color: rgba(163, 190, 89, 0.15);
}
.hover\:bg-warmgreen-700\/20:hover {
    background-color: rgba(163, 190, 89, 0.2);
}
.hover\:bg-warmgreen-700\/25:hover {
    background-color: rgba(163, 190, 89, 0.25);
}
.hover\:bg-warmgreen-700\/30:hover {
    background-color: rgba(163, 190, 89, 0.3);
}
.hover\:bg-warmgreen-700\/35:hover {
    background-color: rgba(163, 190, 89, 0.35);
}
.hover\:bg-warmgreen-700\/40:hover {
    background-color: rgba(163, 190, 89, 0.4);
}
.hover\:bg-warmgreen-700\/45:hover {
    background-color: rgba(163, 190, 89, 0.45);
}
.hover\:bg-warmgreen-700\/5:hover {
    background-color: rgba(163, 190, 89, 0.05);
}
.hover\:bg-warmgreen-700\/50:hover {
    background-color: rgba(163, 190, 89, 0.5);
}
.hover\:bg-warmgreen-700\/55:hover {
    background-color: rgba(163, 190, 89, 0.55);
}
.hover\:bg-warmgreen-700\/60:hover {
    background-color: rgba(163, 190, 89, 0.6);
}
.hover\:bg-warmgreen-700\/65:hover {
    background-color: rgba(163, 190, 89, 0.65);
}
.hover\:bg-warmgreen-700\/70:hover {
    background-color: rgba(163, 190, 89, 0.7);
}
.hover\:bg-warmgreen-700\/75:hover {
    background-color: rgba(163, 190, 89, 0.75);
}
.hover\:bg-warmgreen-700\/80:hover {
    background-color: rgba(163, 190, 89, 0.8);
}
.hover\:bg-warmgreen-700\/85:hover {
    background-color: rgba(163, 190, 89, 0.85);
}
.hover\:bg-warmgreen-700\/90:hover {
    background-color: rgba(163, 190, 89, 0.9);
}
.hover\:bg-warmgreen-700\/95:hover {
    background-color: rgba(163, 190, 89, 0.95);
}
.hover\:bg-warmgreen-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(98 119 95 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-800\/0:hover {
    background-color: rgba(98, 119, 95, 0);
}
.hover\:bg-warmgreen-800\/10:hover {
    background-color: rgba(98, 119, 95, 0.1);
}
.hover\:bg-warmgreen-800\/100:hover {
    background-color: #62775f;
}
.hover\:bg-warmgreen-800\/15:hover {
    background-color: rgba(98, 119, 95, 0.15);
}
.hover\:bg-warmgreen-800\/20:hover {
    background-color: rgba(98, 119, 95, 0.2);
}
.hover\:bg-warmgreen-800\/25:hover {
    background-color: rgba(98, 119, 95, 0.25);
}
.hover\:bg-warmgreen-800\/30:hover {
    background-color: rgba(98, 119, 95, 0.3);
}
.hover\:bg-warmgreen-800\/35:hover {
    background-color: rgba(98, 119, 95, 0.35);
}
.hover\:bg-warmgreen-800\/40:hover {
    background-color: rgba(98, 119, 95, 0.4);
}
.hover\:bg-warmgreen-800\/45:hover {
    background-color: rgba(98, 119, 95, 0.45);
}
.hover\:bg-warmgreen-800\/5:hover {
    background-color: rgba(98, 119, 95, 0.05);
}
.hover\:bg-warmgreen-800\/50:hover {
    background-color: rgba(98, 119, 95, 0.5);
}
.hover\:bg-warmgreen-800\/55:hover {
    background-color: rgba(98, 119, 95, 0.55);
}
.hover\:bg-warmgreen-800\/60:hover {
    background-color: rgba(98, 119, 95, 0.6);
}
.hover\:bg-warmgreen-800\/65:hover {
    background-color: rgba(98, 119, 95, 0.65);
}
.hover\:bg-warmgreen-800\/70:hover {
    background-color: rgba(98, 119, 95, 0.7);
}
.hover\:bg-warmgreen-800\/75:hover {
    background-color: rgba(98, 119, 95, 0.75);
}
.hover\:bg-warmgreen-800\/80:hover {
    background-color: rgba(98, 119, 95, 0.8);
}
.hover\:bg-warmgreen-800\/85:hover {
    background-color: rgba(98, 119, 95, 0.85);
}
.hover\:bg-warmgreen-800\/90:hover {
    background-color: rgba(98, 119, 95, 0.9);
}
.hover\:bg-warmgreen-800\/95:hover {
    background-color: rgba(98, 119, 95, 0.95);
}
.hover\:bg-warmgreen-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(143 170 69 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warmgreen-900\/0:hover {
    background-color: rgba(143, 170, 69, 0);
}
.hover\:bg-warmgreen-900\/10:hover {
    background-color: rgba(143, 170, 69, 0.1);
}
.hover\:bg-warmgreen-900\/100:hover {
    background-color: #8faa45;
}
.hover\:bg-warmgreen-900\/15:hover {
    background-color: rgba(143, 170, 69, 0.15);
}
.hover\:bg-warmgreen-900\/20:hover {
    background-color: rgba(143, 170, 69, 0.2);
}
.hover\:bg-warmgreen-900\/25:hover {
    background-color: rgba(143, 170, 69, 0.25);
}
.hover\:bg-warmgreen-900\/30:hover {
    background-color: rgba(143, 170, 69, 0.3);
}
.hover\:bg-warmgreen-900\/35:hover {
    background-color: rgba(143, 170, 69, 0.35);
}
.hover\:bg-warmgreen-900\/40:hover {
    background-color: rgba(143, 170, 69, 0.4);
}
.hover\:bg-warmgreen-900\/45:hover {
    background-color: rgba(143, 170, 69, 0.45);
}
.hover\:bg-warmgreen-900\/5:hover {
    background-color: rgba(143, 170, 69, 0.05);
}
.hover\:bg-warmgreen-900\/50:hover {
    background-color: rgba(143, 170, 69, 0.5);
}
.hover\:bg-warmgreen-900\/55:hover {
    background-color: rgba(143, 170, 69, 0.55);
}
.hover\:bg-warmgreen-900\/60:hover {
    background-color: rgba(143, 170, 69, 0.6);
}
.hover\:bg-warmgreen-900\/65:hover {
    background-color: rgba(143, 170, 69, 0.65);
}
.hover\:bg-warmgreen-900\/70:hover {
    background-color: rgba(143, 170, 69, 0.7);
}
.hover\:bg-warmgreen-900\/75:hover {
    background-color: rgba(143, 170, 69, 0.75);
}
.hover\:bg-warmgreen-900\/80:hover {
    background-color: rgba(143, 170, 69, 0.8);
}
.hover\:bg-warmgreen-900\/85:hover {
    background-color: rgba(143, 170, 69, 0.85);
}
.hover\:bg-warmgreen-900\/90:hover {
    background-color: rgba(143, 170, 69, 0.9);
}
.hover\:bg-warmgreen-900\/95:hover {
    background-color: rgba(143, 170, 69, 0.95);
}
.hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/20:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.hover\:bg-white\/50:hover {
    background-color: hsla(0, 0%, 100%, 0.5);
}
.hover\:bg-white\/90:hover {
    background-color: hsla(0, 0%, 100%, 0.9);
}
.hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-100\/0:hover {
    background-color: hsla(48, 96%, 89%, 0);
}
.hover\:bg-yellow-100\/10:hover {
    background-color: hsla(48, 96%, 89%, 0.1);
}
.hover\:bg-yellow-100\/100:hover {
    background-color: #fef3c7;
}
.hover\:bg-yellow-100\/15:hover {
    background-color: hsla(48, 96%, 89%, 0.15);
}
.hover\:bg-yellow-100\/20:hover {
    background-color: hsla(48, 96%, 89%, 0.2);
}
.hover\:bg-yellow-100\/25:hover {
    background-color: hsla(48, 96%, 89%, 0.25);
}
.hover\:bg-yellow-100\/30:hover {
    background-color: hsla(48, 96%, 89%, 0.3);
}
.hover\:bg-yellow-100\/35:hover {
    background-color: hsla(48, 96%, 89%, 0.35);
}
.hover\:bg-yellow-100\/40:hover {
    background-color: hsla(48, 96%, 89%, 0.4);
}
.hover\:bg-yellow-100\/45:hover {
    background-color: hsla(48, 96%, 89%, 0.45);
}
.hover\:bg-yellow-100\/5:hover {
    background-color: hsla(48, 96%, 89%, 0.05);
}
.hover\:bg-yellow-100\/50:hover {
    background-color: hsla(48, 96%, 89%, 0.5);
}
.hover\:bg-yellow-100\/55:hover {
    background-color: hsla(48, 96%, 89%, 0.55);
}
.hover\:bg-yellow-100\/60:hover {
    background-color: hsla(48, 96%, 89%, 0.6);
}
.hover\:bg-yellow-100\/65:hover {
    background-color: hsla(48, 96%, 89%, 0.65);
}
.hover\:bg-yellow-100\/70:hover {
    background-color: hsla(48, 96%, 89%, 0.7);
}
.hover\:bg-yellow-100\/75:hover {
    background-color: hsla(48, 96%, 89%, 0.75);
}
.hover\:bg-yellow-100\/80:hover {
    background-color: hsla(48, 96%, 89%, 0.8);
}
.hover\:bg-yellow-100\/85:hover {
    background-color: hsla(48, 96%, 89%, 0.85);
}
.hover\:bg-yellow-100\/90:hover {
    background-color: hsla(48, 96%, 89%, 0.9);
}
.hover\:bg-yellow-100\/95:hover {
    background-color: hsla(48, 96%, 89%, 0.95);
}
.hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-200\/0:hover {
    background-color: hsla(48, 97%, 77%, 0);
}
.hover\:bg-yellow-200\/10:hover {
    background-color: hsla(48, 97%, 77%, 0.1);
}
.hover\:bg-yellow-200\/100:hover {
    background-color: #fde68a;
}
.hover\:bg-yellow-200\/15:hover {
    background-color: hsla(48, 97%, 77%, 0.15);
}
.hover\:bg-yellow-200\/20:hover {
    background-color: hsla(48, 97%, 77%, 0.2);
}
.hover\:bg-yellow-200\/25:hover {
    background-color: hsla(48, 97%, 77%, 0.25);
}
.hover\:bg-yellow-200\/30:hover {
    background-color: hsla(48, 97%, 77%, 0.3);
}
.hover\:bg-yellow-200\/35:hover {
    background-color: hsla(48, 97%, 77%, 0.35);
}
.hover\:bg-yellow-200\/40:hover {
    background-color: hsla(48, 97%, 77%, 0.4);
}
.hover\:bg-yellow-200\/45:hover {
    background-color: hsla(48, 97%, 77%, 0.45);
}
.hover\:bg-yellow-200\/5:hover {
    background-color: hsla(48, 97%, 77%, 0.05);
}
.hover\:bg-yellow-200\/50:hover {
    background-color: hsla(48, 97%, 77%, 0.5);
}
.hover\:bg-yellow-200\/55:hover {
    background-color: hsla(48, 97%, 77%, 0.55);
}
.hover\:bg-yellow-200\/60:hover {
    background-color: hsla(48, 97%, 77%, 0.6);
}
.hover\:bg-yellow-200\/65:hover {
    background-color: hsla(48, 97%, 77%, 0.65);
}
.hover\:bg-yellow-200\/70:hover {
    background-color: hsla(48, 97%, 77%, 0.7);
}
.hover\:bg-yellow-200\/75:hover {
    background-color: hsla(48, 97%, 77%, 0.75);
}
.hover\:bg-yellow-200\/80:hover {
    background-color: hsla(48, 97%, 77%, 0.8);
}
.hover\:bg-yellow-200\/85:hover {
    background-color: hsla(48, 97%, 77%, 0.85);
}
.hover\:bg-yellow-200\/90:hover {
    background-color: hsla(48, 97%, 77%, 0.9);
}
.hover\:bg-yellow-200\/95:hover {
    background-color: hsla(48, 97%, 77%, 0.95);
}
.hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-300\/0:hover {
    background-color: rgba(252, 211, 77, 0);
}
.hover\:bg-yellow-300\/10:hover {
    background-color: rgba(252, 211, 77, 0.1);
}
.hover\:bg-yellow-300\/100:hover {
    background-color: #fcd34d;
}
.hover\:bg-yellow-300\/15:hover {
    background-color: rgba(252, 211, 77, 0.15);
}
.hover\:bg-yellow-300\/20:hover {
    background-color: rgba(252, 211, 77, 0.2);
}
.hover\:bg-yellow-300\/25:hover {
    background-color: rgba(252, 211, 77, 0.25);
}
.hover\:bg-yellow-300\/30:hover {
    background-color: rgba(252, 211, 77, 0.3);
}
.hover\:bg-yellow-300\/35:hover {
    background-color: rgba(252, 211, 77, 0.35);
}
.hover\:bg-yellow-300\/40:hover {
    background-color: rgba(252, 211, 77, 0.4);
}
.hover\:bg-yellow-300\/45:hover {
    background-color: rgba(252, 211, 77, 0.45);
}
.hover\:bg-yellow-300\/5:hover {
    background-color: rgba(252, 211, 77, 0.05);
}
.hover\:bg-yellow-300\/50:hover {
    background-color: rgba(252, 211, 77, 0.5);
}
.hover\:bg-yellow-300\/55:hover {
    background-color: rgba(252, 211, 77, 0.55);
}
.hover\:bg-yellow-300\/60:hover {
    background-color: rgba(252, 211, 77, 0.6);
}
.hover\:bg-yellow-300\/65:hover {
    background-color: rgba(252, 211, 77, 0.65);
}
.hover\:bg-yellow-300\/70:hover {
    background-color: rgba(252, 211, 77, 0.7);
}
.hover\:bg-yellow-300\/75:hover {
    background-color: rgba(252, 211, 77, 0.75);
}
.hover\:bg-yellow-300\/80:hover {
    background-color: rgba(252, 211, 77, 0.8);
}
.hover\:bg-yellow-300\/85:hover {
    background-color: rgba(252, 211, 77, 0.85);
}
.hover\:bg-yellow-300\/90:hover {
    background-color: rgba(252, 211, 77, 0.9);
}
.hover\:bg-yellow-300\/95:hover {
    background-color: rgba(252, 211, 77, 0.95);
}
.hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-400\/0:hover {
    background-color: rgba(251, 191, 36, 0);
}
.hover\:bg-yellow-400\/10:hover {
    background-color: rgba(251, 191, 36, 0.1);
}
.hover\:bg-yellow-400\/100:hover {
    background-color: #fbbf24;
}
.hover\:bg-yellow-400\/15:hover {
    background-color: rgba(251, 191, 36, 0.15);
}
.hover\:bg-yellow-400\/20:hover {
    background-color: rgba(251, 191, 36, 0.2);
}
.hover\:bg-yellow-400\/25:hover {
    background-color: rgba(251, 191, 36, 0.25);
}
.hover\:bg-yellow-400\/30:hover {
    background-color: rgba(251, 191, 36, 0.3);
}
.hover\:bg-yellow-400\/35:hover {
    background-color: rgba(251, 191, 36, 0.35);
}
.hover\:bg-yellow-400\/40:hover {
    background-color: rgba(251, 191, 36, 0.4);
}
.hover\:bg-yellow-400\/45:hover {
    background-color: rgba(251, 191, 36, 0.45);
}
.hover\:bg-yellow-400\/5:hover {
    background-color: rgba(251, 191, 36, 0.05);
}
.hover\:bg-yellow-400\/50:hover {
    background-color: rgba(251, 191, 36, 0.5);
}
.hover\:bg-yellow-400\/55:hover {
    background-color: rgba(251, 191, 36, 0.55);
}
.hover\:bg-yellow-400\/60:hover {
    background-color: rgba(251, 191, 36, 0.6);
}
.hover\:bg-yellow-400\/65:hover {
    background-color: rgba(251, 191, 36, 0.65);
}
.hover\:bg-yellow-400\/70:hover {
    background-color: rgba(251, 191, 36, 0.7);
}
.hover\:bg-yellow-400\/75:hover {
    background-color: rgba(251, 191, 36, 0.75);
}
.hover\:bg-yellow-400\/80:hover {
    background-color: rgba(251, 191, 36, 0.8);
}
.hover\:bg-yellow-400\/85:hover {
    background-color: rgba(251, 191, 36, 0.85);
}
.hover\:bg-yellow-400\/90:hover {
    background-color: rgba(251, 191, 36, 0.9);
}
.hover\:bg-yellow-400\/95:hover {
    background-color: rgba(251, 191, 36, 0.95);
}
.hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-50\/0:hover {
    background-color: rgba(255, 251, 235, 0);
}
.hover\:bg-yellow-50\/10:hover {
    background-color: rgba(255, 251, 235, 0.1);
}
.hover\:bg-yellow-50\/100:hover {
    background-color: #fffbeb;
}
.hover\:bg-yellow-50\/15:hover {
    background-color: rgba(255, 251, 235, 0.15);
}
.hover\:bg-yellow-50\/20:hover {
    background-color: rgba(255, 251, 235, 0.2);
}
.hover\:bg-yellow-50\/25:hover {
    background-color: rgba(255, 251, 235, 0.25);
}
.hover\:bg-yellow-50\/30:hover {
    background-color: rgba(255, 251, 235, 0.3);
}
.hover\:bg-yellow-50\/35:hover {
    background-color: rgba(255, 251, 235, 0.35);
}
.hover\:bg-yellow-50\/40:hover {
    background-color: rgba(255, 251, 235, 0.4);
}
.hover\:bg-yellow-50\/45:hover {
    background-color: rgba(255, 251, 235, 0.45);
}
.hover\:bg-yellow-50\/5:hover {
    background-color: rgba(255, 251, 235, 0.05);
}
.hover\:bg-yellow-50\/50:hover {
    background-color: rgba(255, 251, 235, 0.5);
}
.hover\:bg-yellow-50\/55:hover {
    background-color: rgba(255, 251, 235, 0.55);
}
.hover\:bg-yellow-50\/60:hover {
    background-color: rgba(255, 251, 235, 0.6);
}
.hover\:bg-yellow-50\/65:hover {
    background-color: rgba(255, 251, 235, 0.65);
}
.hover\:bg-yellow-50\/70:hover {
    background-color: rgba(255, 251, 235, 0.7);
}
.hover\:bg-yellow-50\/75:hover {
    background-color: rgba(255, 251, 235, 0.75);
}
.hover\:bg-yellow-50\/80:hover {
    background-color: rgba(255, 251, 235, 0.8);
}
.hover\:bg-yellow-50\/85:hover {
    background-color: rgba(255, 251, 235, 0.85);
}
.hover\:bg-yellow-50\/90:hover {
    background-color: rgba(255, 251, 235, 0.9);
}
.hover\:bg-yellow-50\/95:hover {
    background-color: rgba(255, 251, 235, 0.95);
}
.hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-500\/0:hover {
    background-color: rgba(245, 158, 11, 0);
}
.hover\:bg-yellow-500\/10:hover {
    background-color: rgba(245, 158, 11, 0.1);
}
.hover\:bg-yellow-500\/100:hover {
    background-color: #f59e0b;
}
.hover\:bg-yellow-500\/15:hover {
    background-color: rgba(245, 158, 11, 0.15);
}
.hover\:bg-yellow-500\/20:hover {
    background-color: rgba(245, 158, 11, 0.2);
}
.hover\:bg-yellow-500\/25:hover {
    background-color: rgba(245, 158, 11, 0.25);
}
.hover\:bg-yellow-500\/30:hover {
    background-color: rgba(245, 158, 11, 0.3);
}
.hover\:bg-yellow-500\/35:hover {
    background-color: rgba(245, 158, 11, 0.35);
}
.hover\:bg-yellow-500\/40:hover {
    background-color: rgba(245, 158, 11, 0.4);
}
.hover\:bg-yellow-500\/45:hover {
    background-color: rgba(245, 158, 11, 0.45);
}
.hover\:bg-yellow-500\/5:hover {
    background-color: rgba(245, 158, 11, 0.05);
}
.hover\:bg-yellow-500\/50:hover {
    background-color: rgba(245, 158, 11, 0.5);
}
.hover\:bg-yellow-500\/55:hover {
    background-color: rgba(245, 158, 11, 0.55);
}
.hover\:bg-yellow-500\/60:hover {
    background-color: rgba(245, 158, 11, 0.6);
}
.hover\:bg-yellow-500\/65:hover {
    background-color: rgba(245, 158, 11, 0.65);
}
.hover\:bg-yellow-500\/70:hover {
    background-color: rgba(245, 158, 11, 0.7);
}
.hover\:bg-yellow-500\/75:hover {
    background-color: rgba(245, 158, 11, 0.75);
}
.hover\:bg-yellow-500\/80:hover {
    background-color: rgba(245, 158, 11, 0.8);
}
.hover\:bg-yellow-500\/85:hover {
    background-color: rgba(245, 158, 11, 0.85);
}
.hover\:bg-yellow-500\/90:hover {
    background-color: rgba(245, 158, 11, 0.9);
}
.hover\:bg-yellow-500\/95:hover {
    background-color: rgba(245, 158, 11, 0.95);
}
.hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-600\/0:hover {
    background-color: rgba(217, 119, 6, 0);
}
.hover\:bg-yellow-600\/10:hover {
    background-color: rgba(217, 119, 6, 0.1);
}
.hover\:bg-yellow-600\/100:hover {
    background-color: #d97706;
}
.hover\:bg-yellow-600\/15:hover {
    background-color: rgba(217, 119, 6, 0.15);
}
.hover\:bg-yellow-600\/20:hover {
    background-color: rgba(217, 119, 6, 0.2);
}
.hover\:bg-yellow-600\/25:hover {
    background-color: rgba(217, 119, 6, 0.25);
}
.hover\:bg-yellow-600\/30:hover {
    background-color: rgba(217, 119, 6, 0.3);
}
.hover\:bg-yellow-600\/35:hover {
    background-color: rgba(217, 119, 6, 0.35);
}
.hover\:bg-yellow-600\/40:hover {
    background-color: rgba(217, 119, 6, 0.4);
}
.hover\:bg-yellow-600\/45:hover {
    background-color: rgba(217, 119, 6, 0.45);
}
.hover\:bg-yellow-600\/5:hover {
    background-color: rgba(217, 119, 6, 0.05);
}
.hover\:bg-yellow-600\/50:hover {
    background-color: rgba(217, 119, 6, 0.5);
}
.hover\:bg-yellow-600\/55:hover {
    background-color: rgba(217, 119, 6, 0.55);
}
.hover\:bg-yellow-600\/60:hover {
    background-color: rgba(217, 119, 6, 0.6);
}
.hover\:bg-yellow-600\/65:hover {
    background-color: rgba(217, 119, 6, 0.65);
}
.hover\:bg-yellow-600\/70:hover {
    background-color: rgba(217, 119, 6, 0.7);
}
.hover\:bg-yellow-600\/75:hover {
    background-color: rgba(217, 119, 6, 0.75);
}
.hover\:bg-yellow-600\/80:hover {
    background-color: rgba(217, 119, 6, 0.8);
}
.hover\:bg-yellow-600\/85:hover {
    background-color: rgba(217, 119, 6, 0.85);
}
.hover\:bg-yellow-600\/90:hover {
    background-color: rgba(217, 119, 6, 0.9);
}
.hover\:bg-yellow-600\/95:hover {
    background-color: rgba(217, 119, 6, 0.95);
}
.hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-700\/0:hover {
    background-color: rgba(180, 83, 9, 0);
}
.hover\:bg-yellow-700\/10:hover {
    background-color: rgba(180, 83, 9, 0.1);
}
.hover\:bg-yellow-700\/100:hover {
    background-color: #b45309;
}
.hover\:bg-yellow-700\/15:hover {
    background-color: rgba(180, 83, 9, 0.15);
}
.hover\:bg-yellow-700\/20:hover {
    background-color: rgba(180, 83, 9, 0.2);
}
.hover\:bg-yellow-700\/25:hover {
    background-color: rgba(180, 83, 9, 0.25);
}
.hover\:bg-yellow-700\/30:hover {
    background-color: rgba(180, 83, 9, 0.3);
}
.hover\:bg-yellow-700\/35:hover {
    background-color: rgba(180, 83, 9, 0.35);
}
.hover\:bg-yellow-700\/40:hover {
    background-color: rgba(180, 83, 9, 0.4);
}
.hover\:bg-yellow-700\/45:hover {
    background-color: rgba(180, 83, 9, 0.45);
}
.hover\:bg-yellow-700\/5:hover {
    background-color: rgba(180, 83, 9, 0.05);
}
.hover\:bg-yellow-700\/50:hover {
    background-color: rgba(180, 83, 9, 0.5);
}
.hover\:bg-yellow-700\/55:hover {
    background-color: rgba(180, 83, 9, 0.55);
}
.hover\:bg-yellow-700\/60:hover {
    background-color: rgba(180, 83, 9, 0.6);
}
.hover\:bg-yellow-700\/65:hover {
    background-color: rgba(180, 83, 9, 0.65);
}
.hover\:bg-yellow-700\/70:hover {
    background-color: rgba(180, 83, 9, 0.7);
}
.hover\:bg-yellow-700\/75:hover {
    background-color: rgba(180, 83, 9, 0.75);
}
.hover\:bg-yellow-700\/80:hover {
    background-color: rgba(180, 83, 9, 0.8);
}
.hover\:bg-yellow-700\/85:hover {
    background-color: rgba(180, 83, 9, 0.85);
}
.hover\:bg-yellow-700\/90:hover {
    background-color: rgba(180, 83, 9, 0.9);
}
.hover\:bg-yellow-700\/95:hover {
    background-color: rgba(180, 83, 9, 0.95);
}
.hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-800\/0:hover {
    background-color: rgba(146, 64, 14, 0);
}
.hover\:bg-yellow-800\/10:hover {
    background-color: rgba(146, 64, 14, 0.1);
}
.hover\:bg-yellow-800\/100:hover {
    background-color: #92400e;
}
.hover\:bg-yellow-800\/15:hover {
    background-color: rgba(146, 64, 14, 0.15);
}
.hover\:bg-yellow-800\/20:hover {
    background-color: rgba(146, 64, 14, 0.2);
}
.hover\:bg-yellow-800\/25:hover {
    background-color: rgba(146, 64, 14, 0.25);
}
.hover\:bg-yellow-800\/30:hover {
    background-color: rgba(146, 64, 14, 0.3);
}
.hover\:bg-yellow-800\/35:hover {
    background-color: rgba(146, 64, 14, 0.35);
}
.hover\:bg-yellow-800\/40:hover {
    background-color: rgba(146, 64, 14, 0.4);
}
.hover\:bg-yellow-800\/45:hover {
    background-color: rgba(146, 64, 14, 0.45);
}
.hover\:bg-yellow-800\/5:hover {
    background-color: rgba(146, 64, 14, 0.05);
}
.hover\:bg-yellow-800\/50:hover {
    background-color: rgba(146, 64, 14, 0.5);
}
.hover\:bg-yellow-800\/55:hover {
    background-color: rgba(146, 64, 14, 0.55);
}
.hover\:bg-yellow-800\/60:hover {
    background-color: rgba(146, 64, 14, 0.6);
}
.hover\:bg-yellow-800\/65:hover {
    background-color: rgba(146, 64, 14, 0.65);
}
.hover\:bg-yellow-800\/70:hover {
    background-color: rgba(146, 64, 14, 0.7);
}
.hover\:bg-yellow-800\/75:hover {
    background-color: rgba(146, 64, 14, 0.75);
}
.hover\:bg-yellow-800\/80:hover {
    background-color: rgba(146, 64, 14, 0.8);
}
.hover\:bg-yellow-800\/85:hover {
    background-color: rgba(146, 64, 14, 0.85);
}
.hover\:bg-yellow-800\/90:hover {
    background-color: rgba(146, 64, 14, 0.9);
}
.hover\:bg-yellow-800\/95:hover {
    background-color: rgba(146, 64, 14, 0.95);
}
.hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-900\/0:hover {
    background-color: rgba(120, 53, 15, 0);
}
.hover\:bg-yellow-900\/10:hover {
    background-color: rgba(120, 53, 15, 0.1);
}
.hover\:bg-yellow-900\/100:hover {
    background-color: #78350f;
}
.hover\:bg-yellow-900\/15:hover {
    background-color: rgba(120, 53, 15, 0.15);
}
.hover\:bg-yellow-900\/20:hover {
    background-color: rgba(120, 53, 15, 0.2);
}
.hover\:bg-yellow-900\/25:hover {
    background-color: rgba(120, 53, 15, 0.25);
}
.hover\:bg-yellow-900\/30:hover {
    background-color: rgba(120, 53, 15, 0.3);
}
.hover\:bg-yellow-900\/35:hover {
    background-color: rgba(120, 53, 15, 0.35);
}
.hover\:bg-yellow-900\/40:hover {
    background-color: rgba(120, 53, 15, 0.4);
}
.hover\:bg-yellow-900\/45:hover {
    background-color: rgba(120, 53, 15, 0.45);
}
.hover\:bg-yellow-900\/5:hover {
    background-color: rgba(120, 53, 15, 0.05);
}
.hover\:bg-yellow-900\/50:hover {
    background-color: rgba(120, 53, 15, 0.5);
}
.hover\:bg-yellow-900\/55:hover {
    background-color: rgba(120, 53, 15, 0.55);
}
.hover\:bg-yellow-900\/60:hover {
    background-color: rgba(120, 53, 15, 0.6);
}
.hover\:bg-yellow-900\/65:hover {
    background-color: rgba(120, 53, 15, 0.65);
}
.hover\:bg-yellow-900\/70:hover {
    background-color: rgba(120, 53, 15, 0.7);
}
.hover\:bg-yellow-900\/75:hover {
    background-color: rgba(120, 53, 15, 0.75);
}
.hover\:bg-yellow-900\/80:hover {
    background-color: rgba(120, 53, 15, 0.8);
}
.hover\:bg-yellow-900\/85:hover {
    background-color: rgba(120, 53, 15, 0.85);
}
.hover\:bg-yellow-900\/90:hover {
    background-color: rgba(120, 53, 15, 0.9);
}
.hover\:bg-yellow-900\/95:hover {
    background-color: rgba(120, 53, 15, 0.95);
}
.hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-100\/0:hover {
    background-color: hsla(240, 5%, 96%, 0);
}
.hover\:bg-zinc-100\/10:hover {
    background-color: hsla(240, 5%, 96%, 0.1);
}
.hover\:bg-zinc-100\/100:hover {
    background-color: #f4f4f5;
}
.hover\:bg-zinc-100\/15:hover {
    background-color: hsla(240, 5%, 96%, 0.15);
}
.hover\:bg-zinc-100\/20:hover {
    background-color: hsla(240, 5%, 96%, 0.2);
}
.hover\:bg-zinc-100\/25:hover {
    background-color: hsla(240, 5%, 96%, 0.25);
}
.hover\:bg-zinc-100\/30:hover {
    background-color: hsla(240, 5%, 96%, 0.3);
}
.hover\:bg-zinc-100\/35:hover {
    background-color: hsla(240, 5%, 96%, 0.35);
}
.hover\:bg-zinc-100\/40:hover {
    background-color: hsla(240, 5%, 96%, 0.4);
}
.hover\:bg-zinc-100\/45:hover {
    background-color: hsla(240, 5%, 96%, 0.45);
}
.hover\:bg-zinc-100\/5:hover {
    background-color: hsla(240, 5%, 96%, 0.05);
}
.hover\:bg-zinc-100\/50:hover {
    background-color: hsla(240, 5%, 96%, 0.5);
}
.hover\:bg-zinc-100\/55:hover {
    background-color: hsla(240, 5%, 96%, 0.55);
}
.hover\:bg-zinc-100\/60:hover {
    background-color: hsla(240, 5%, 96%, 0.6);
}
.hover\:bg-zinc-100\/65:hover {
    background-color: hsla(240, 5%, 96%, 0.65);
}
.hover\:bg-zinc-100\/70:hover {
    background-color: hsla(240, 5%, 96%, 0.7);
}
.hover\:bg-zinc-100\/75:hover {
    background-color: hsla(240, 5%, 96%, 0.75);
}
.hover\:bg-zinc-100\/80:hover {
    background-color: hsla(240, 5%, 96%, 0.8);
}
.hover\:bg-zinc-100\/85:hover {
    background-color: hsla(240, 5%, 96%, 0.85);
}
.hover\:bg-zinc-100\/90:hover {
    background-color: hsla(240, 5%, 96%, 0.9);
}
.hover\:bg-zinc-100\/95:hover {
    background-color: hsla(240, 5%, 96%, 0.95);
}
.hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-200\/0:hover {
    background-color: hsla(240, 6%, 90%, 0);
}
.hover\:bg-zinc-200\/10:hover {
    background-color: hsla(240, 6%, 90%, 0.1);
}
.hover\:bg-zinc-200\/100:hover {
    background-color: #e4e4e7;
}
.hover\:bg-zinc-200\/15:hover {
    background-color: hsla(240, 6%, 90%, 0.15);
}
.hover\:bg-zinc-200\/20:hover {
    background-color: hsla(240, 6%, 90%, 0.2);
}
.hover\:bg-zinc-200\/25:hover {
    background-color: hsla(240, 6%, 90%, 0.25);
}
.hover\:bg-zinc-200\/30:hover {
    background-color: hsla(240, 6%, 90%, 0.3);
}
.hover\:bg-zinc-200\/35:hover {
    background-color: hsla(240, 6%, 90%, 0.35);
}
.hover\:bg-zinc-200\/40:hover {
    background-color: hsla(240, 6%, 90%, 0.4);
}
.hover\:bg-zinc-200\/45:hover {
    background-color: hsla(240, 6%, 90%, 0.45);
}
.hover\:bg-zinc-200\/5:hover {
    background-color: hsla(240, 6%, 90%, 0.05);
}
.hover\:bg-zinc-200\/50:hover {
    background-color: hsla(240, 6%, 90%, 0.5);
}
.hover\:bg-zinc-200\/55:hover {
    background-color: hsla(240, 6%, 90%, 0.55);
}
.hover\:bg-zinc-200\/60:hover {
    background-color: hsla(240, 6%, 90%, 0.6);
}
.hover\:bg-zinc-200\/65:hover {
    background-color: hsla(240, 6%, 90%, 0.65);
}
.hover\:bg-zinc-200\/70:hover {
    background-color: hsla(240, 6%, 90%, 0.7);
}
.hover\:bg-zinc-200\/75:hover {
    background-color: hsla(240, 6%, 90%, 0.75);
}
.hover\:bg-zinc-200\/80:hover {
    background-color: hsla(240, 6%, 90%, 0.8);
}
.hover\:bg-zinc-200\/85:hover {
    background-color: hsla(240, 6%, 90%, 0.85);
}
.hover\:bg-zinc-200\/90:hover {
    background-color: hsla(240, 6%, 90%, 0.9);
}
.hover\:bg-zinc-200\/95:hover {
    background-color: hsla(240, 6%, 90%, 0.95);
}
.hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-300\/0:hover {
    background-color: hsla(240, 5%, 84%, 0);
}
.hover\:bg-zinc-300\/10:hover {
    background-color: hsla(240, 5%, 84%, 0.1);
}
.hover\:bg-zinc-300\/100:hover {
    background-color: #d4d4d8;
}
.hover\:bg-zinc-300\/15:hover {
    background-color: hsla(240, 5%, 84%, 0.15);
}
.hover\:bg-zinc-300\/20:hover {
    background-color: hsla(240, 5%, 84%, 0.2);
}
.hover\:bg-zinc-300\/25:hover {
    background-color: hsla(240, 5%, 84%, 0.25);
}
.hover\:bg-zinc-300\/30:hover {
    background-color: hsla(240, 5%, 84%, 0.3);
}
.hover\:bg-zinc-300\/35:hover {
    background-color: hsla(240, 5%, 84%, 0.35);
}
.hover\:bg-zinc-300\/40:hover {
    background-color: hsla(240, 5%, 84%, 0.4);
}
.hover\:bg-zinc-300\/45:hover {
    background-color: hsla(240, 5%, 84%, 0.45);
}
.hover\:bg-zinc-300\/5:hover {
    background-color: hsla(240, 5%, 84%, 0.05);
}
.hover\:bg-zinc-300\/50:hover {
    background-color: hsla(240, 5%, 84%, 0.5);
}
.hover\:bg-zinc-300\/55:hover {
    background-color: hsla(240, 5%, 84%, 0.55);
}
.hover\:bg-zinc-300\/60:hover {
    background-color: hsla(240, 5%, 84%, 0.6);
}
.hover\:bg-zinc-300\/65:hover {
    background-color: hsla(240, 5%, 84%, 0.65);
}
.hover\:bg-zinc-300\/70:hover {
    background-color: hsla(240, 5%, 84%, 0.7);
}
.hover\:bg-zinc-300\/75:hover {
    background-color: hsla(240, 5%, 84%, 0.75);
}
.hover\:bg-zinc-300\/80:hover {
    background-color: hsla(240, 5%, 84%, 0.8);
}
.hover\:bg-zinc-300\/85:hover {
    background-color: hsla(240, 5%, 84%, 0.85);
}
.hover\:bg-zinc-300\/90:hover {
    background-color: hsla(240, 5%, 84%, 0.9);
}
.hover\:bg-zinc-300\/95:hover {
    background-color: hsla(240, 5%, 84%, 0.95);
}
.hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-400\/0:hover {
    background-color: hsla(240, 5%, 65%, 0);
}
.hover\:bg-zinc-400\/10:hover {
    background-color: hsla(240, 5%, 65%, 0.1);
}
.hover\:bg-zinc-400\/100:hover {
    background-color: #a1a1aa;
}
.hover\:bg-zinc-400\/15:hover {
    background-color: hsla(240, 5%, 65%, 0.15);
}
.hover\:bg-zinc-400\/20:hover {
    background-color: hsla(240, 5%, 65%, 0.2);
}
.hover\:bg-zinc-400\/25:hover {
    background-color: hsla(240, 5%, 65%, 0.25);
}
.hover\:bg-zinc-400\/30:hover {
    background-color: hsla(240, 5%, 65%, 0.3);
}
.hover\:bg-zinc-400\/35:hover {
    background-color: hsla(240, 5%, 65%, 0.35);
}
.hover\:bg-zinc-400\/40:hover {
    background-color: hsla(240, 5%, 65%, 0.4);
}
.hover\:bg-zinc-400\/45:hover {
    background-color: hsla(240, 5%, 65%, 0.45);
}
.hover\:bg-zinc-400\/5:hover {
    background-color: hsla(240, 5%, 65%, 0.05);
}
.hover\:bg-zinc-400\/50:hover {
    background-color: hsla(240, 5%, 65%, 0.5);
}
.hover\:bg-zinc-400\/55:hover {
    background-color: hsla(240, 5%, 65%, 0.55);
}
.hover\:bg-zinc-400\/60:hover {
    background-color: hsla(240, 5%, 65%, 0.6);
}
.hover\:bg-zinc-400\/65:hover {
    background-color: hsla(240, 5%, 65%, 0.65);
}
.hover\:bg-zinc-400\/70:hover {
    background-color: hsla(240, 5%, 65%, 0.7);
}
.hover\:bg-zinc-400\/75:hover {
    background-color: hsla(240, 5%, 65%, 0.75);
}
.hover\:bg-zinc-400\/80:hover {
    background-color: hsla(240, 5%, 65%, 0.8);
}
.hover\:bg-zinc-400\/85:hover {
    background-color: hsla(240, 5%, 65%, 0.85);
}
.hover\:bg-zinc-400\/90:hover {
    background-color: hsla(240, 5%, 65%, 0.9);
}
.hover\:bg-zinc-400\/95:hover {
    background-color: hsla(240, 5%, 65%, 0.95);
}
.hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-50\/0:hover {
    background-color: hsla(0, 0%, 98%, 0);
}
.hover\:bg-zinc-50\/10:hover {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:bg-zinc-50\/100:hover {
    background-color: #fafafa;
}
.hover\:bg-zinc-50\/15:hover {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:bg-zinc-50\/20:hover {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:bg-zinc-50\/25:hover {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:bg-zinc-50\/30:hover {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:bg-zinc-50\/35:hover {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:bg-zinc-50\/40:hover {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:bg-zinc-50\/45:hover {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:bg-zinc-50\/5:hover {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:bg-zinc-50\/50:hover {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:bg-zinc-50\/55:hover {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:bg-zinc-50\/60:hover {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:bg-zinc-50\/65:hover {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:bg-zinc-50\/70:hover {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:bg-zinc-50\/75:hover {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:bg-zinc-50\/80:hover {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:bg-zinc-50\/85:hover {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:bg-zinc-50\/90:hover {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:bg-zinc-50\/95:hover {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-500\/0:hover {
    background-color: hsla(240, 4%, 46%, 0);
}
.hover\:bg-zinc-500\/10:hover {
    background-color: hsla(240, 4%, 46%, 0.1);
}
.hover\:bg-zinc-500\/100:hover {
    background-color: #71717a;
}
.hover\:bg-zinc-500\/15:hover {
    background-color: hsla(240, 4%, 46%, 0.15);
}
.hover\:bg-zinc-500\/20:hover {
    background-color: hsla(240, 4%, 46%, 0.2);
}
.hover\:bg-zinc-500\/25:hover {
    background-color: hsla(240, 4%, 46%, 0.25);
}
.hover\:bg-zinc-500\/30:hover {
    background-color: hsla(240, 4%, 46%, 0.3);
}
.hover\:bg-zinc-500\/35:hover {
    background-color: hsla(240, 4%, 46%, 0.35);
}
.hover\:bg-zinc-500\/40:hover {
    background-color: hsla(240, 4%, 46%, 0.4);
}
.hover\:bg-zinc-500\/45:hover {
    background-color: hsla(240, 4%, 46%, 0.45);
}
.hover\:bg-zinc-500\/5:hover {
    background-color: hsla(240, 4%, 46%, 0.05);
}
.hover\:bg-zinc-500\/50:hover {
    background-color: hsla(240, 4%, 46%, 0.5);
}
.hover\:bg-zinc-500\/55:hover {
    background-color: hsla(240, 4%, 46%, 0.55);
}
.hover\:bg-zinc-500\/60:hover {
    background-color: hsla(240, 4%, 46%, 0.6);
}
.hover\:bg-zinc-500\/65:hover {
    background-color: hsla(240, 4%, 46%, 0.65);
}
.hover\:bg-zinc-500\/70:hover {
    background-color: hsla(240, 4%, 46%, 0.7);
}
.hover\:bg-zinc-500\/75:hover {
    background-color: hsla(240, 4%, 46%, 0.75);
}
.hover\:bg-zinc-500\/80:hover {
    background-color: hsla(240, 4%, 46%, 0.8);
}
.hover\:bg-zinc-500\/85:hover {
    background-color: hsla(240, 4%, 46%, 0.85);
}
.hover\:bg-zinc-500\/90:hover {
    background-color: hsla(240, 4%, 46%, 0.9);
}
.hover\:bg-zinc-500\/95:hover {
    background-color: hsla(240, 4%, 46%, 0.95);
}
.hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-600\/0:hover {
    background-color: rgba(82, 82, 91, 0);
}
.hover\:bg-zinc-600\/10:hover {
    background-color: rgba(82, 82, 91, 0.1);
}
.hover\:bg-zinc-600\/100:hover {
    background-color: #52525b;
}
.hover\:bg-zinc-600\/15:hover {
    background-color: rgba(82, 82, 91, 0.15);
}
.hover\:bg-zinc-600\/20:hover {
    background-color: rgba(82, 82, 91, 0.2);
}
.hover\:bg-zinc-600\/25:hover {
    background-color: rgba(82, 82, 91, 0.25);
}
.hover\:bg-zinc-600\/30:hover {
    background-color: rgba(82, 82, 91, 0.3);
}
.hover\:bg-zinc-600\/35:hover {
    background-color: rgba(82, 82, 91, 0.35);
}
.hover\:bg-zinc-600\/40:hover {
    background-color: rgba(82, 82, 91, 0.4);
}
.hover\:bg-zinc-600\/45:hover {
    background-color: rgba(82, 82, 91, 0.45);
}
.hover\:bg-zinc-600\/5:hover {
    background-color: rgba(82, 82, 91, 0.05);
}
.hover\:bg-zinc-600\/50:hover {
    background-color: rgba(82, 82, 91, 0.5);
}
.hover\:bg-zinc-600\/55:hover {
    background-color: rgba(82, 82, 91, 0.55);
}
.hover\:bg-zinc-600\/60:hover {
    background-color: rgba(82, 82, 91, 0.6);
}
.hover\:bg-zinc-600\/65:hover {
    background-color: rgba(82, 82, 91, 0.65);
}
.hover\:bg-zinc-600\/70:hover {
    background-color: rgba(82, 82, 91, 0.7);
}
.hover\:bg-zinc-600\/75:hover {
    background-color: rgba(82, 82, 91, 0.75);
}
.hover\:bg-zinc-600\/80:hover {
    background-color: rgba(82, 82, 91, 0.8);
}
.hover\:bg-zinc-600\/85:hover {
    background-color: rgba(82, 82, 91, 0.85);
}
.hover\:bg-zinc-600\/90:hover {
    background-color: rgba(82, 82, 91, 0.9);
}
.hover\:bg-zinc-600\/95:hover {
    background-color: rgba(82, 82, 91, 0.95);
}
.hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-700\/0:hover {
    background-color: rgba(63, 63, 70, 0);
}
.hover\:bg-zinc-700\/10:hover {
    background-color: rgba(63, 63, 70, 0.1);
}
.hover\:bg-zinc-700\/100:hover {
    background-color: #3f3f46;
}
.hover\:bg-zinc-700\/15:hover {
    background-color: rgba(63, 63, 70, 0.15);
}
.hover\:bg-zinc-700\/20:hover {
    background-color: rgba(63, 63, 70, 0.2);
}
.hover\:bg-zinc-700\/25:hover {
    background-color: rgba(63, 63, 70, 0.25);
}
.hover\:bg-zinc-700\/30:hover {
    background-color: rgba(63, 63, 70, 0.3);
}
.hover\:bg-zinc-700\/35:hover {
    background-color: rgba(63, 63, 70, 0.35);
}
.hover\:bg-zinc-700\/40:hover {
    background-color: rgba(63, 63, 70, 0.4);
}
.hover\:bg-zinc-700\/45:hover {
    background-color: rgba(63, 63, 70, 0.45);
}
.hover\:bg-zinc-700\/5:hover {
    background-color: rgba(63, 63, 70, 0.05);
}
.hover\:bg-zinc-700\/50:hover {
    background-color: rgba(63, 63, 70, 0.5);
}
.hover\:bg-zinc-700\/55:hover {
    background-color: rgba(63, 63, 70, 0.55);
}
.hover\:bg-zinc-700\/60:hover {
    background-color: rgba(63, 63, 70, 0.6);
}
.hover\:bg-zinc-700\/65:hover {
    background-color: rgba(63, 63, 70, 0.65);
}
.hover\:bg-zinc-700\/70:hover {
    background-color: rgba(63, 63, 70, 0.7);
}
.hover\:bg-zinc-700\/75:hover {
    background-color: rgba(63, 63, 70, 0.75);
}
.hover\:bg-zinc-700\/80:hover {
    background-color: rgba(63, 63, 70, 0.8);
}
.hover\:bg-zinc-700\/85:hover {
    background-color: rgba(63, 63, 70, 0.85);
}
.hover\:bg-zinc-700\/90:hover {
    background-color: rgba(63, 63, 70, 0.9);
}
.hover\:bg-zinc-700\/95:hover {
    background-color: rgba(63, 63, 70, 0.95);
}
.hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-800\/0:hover {
    background-color: rgba(39, 39, 42, 0);
}
.hover\:bg-zinc-800\/10:hover {
    background-color: rgba(39, 39, 42, 0.1);
}
.hover\:bg-zinc-800\/100:hover {
    background-color: #27272a;
}
.hover\:bg-zinc-800\/15:hover {
    background-color: rgba(39, 39, 42, 0.15);
}
.hover\:bg-zinc-800\/20:hover {
    background-color: rgba(39, 39, 42, 0.2);
}
.hover\:bg-zinc-800\/25:hover {
    background-color: rgba(39, 39, 42, 0.25);
}
.hover\:bg-zinc-800\/30:hover {
    background-color: rgba(39, 39, 42, 0.3);
}
.hover\:bg-zinc-800\/35:hover {
    background-color: rgba(39, 39, 42, 0.35);
}
.hover\:bg-zinc-800\/40:hover {
    background-color: rgba(39, 39, 42, 0.4);
}
.hover\:bg-zinc-800\/45:hover {
    background-color: rgba(39, 39, 42, 0.45);
}
.hover\:bg-zinc-800\/5:hover {
    background-color: rgba(39, 39, 42, 0.05);
}
.hover\:bg-zinc-800\/50:hover {
    background-color: rgba(39, 39, 42, 0.5);
}
.hover\:bg-zinc-800\/55:hover {
    background-color: rgba(39, 39, 42, 0.55);
}
.hover\:bg-zinc-800\/60:hover {
    background-color: rgba(39, 39, 42, 0.6);
}
.hover\:bg-zinc-800\/65:hover {
    background-color: rgba(39, 39, 42, 0.65);
}
.hover\:bg-zinc-800\/70:hover {
    background-color: rgba(39, 39, 42, 0.7);
}
.hover\:bg-zinc-800\/75:hover {
    background-color: rgba(39, 39, 42, 0.75);
}
.hover\:bg-zinc-800\/80:hover {
    background-color: rgba(39, 39, 42, 0.8);
}
.hover\:bg-zinc-800\/85:hover {
    background-color: rgba(39, 39, 42, 0.85);
}
.hover\:bg-zinc-800\/90:hover {
    background-color: rgba(39, 39, 42, 0.9);
}
.hover\:bg-zinc-800\/95:hover {
    background-color: rgba(39, 39, 42, 0.95);
}
.hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-900\/0:hover {
    background-color: rgba(24, 24, 27, 0);
}
.hover\:bg-zinc-900\/10:hover {
    background-color: rgba(24, 24, 27, 0.1);
}
.hover\:bg-zinc-900\/100:hover {
    background-color: #18181b;
}
.hover\:bg-zinc-900\/15:hover {
    background-color: rgba(24, 24, 27, 0.15);
}
.hover\:bg-zinc-900\/20:hover {
    background-color: rgba(24, 24, 27, 0.2);
}
.hover\:bg-zinc-900\/25:hover {
    background-color: rgba(24, 24, 27, 0.25);
}
.hover\:bg-zinc-900\/30:hover {
    background-color: rgba(24, 24, 27, 0.3);
}
.hover\:bg-zinc-900\/35:hover {
    background-color: rgba(24, 24, 27, 0.35);
}
.hover\:bg-zinc-900\/40:hover {
    background-color: rgba(24, 24, 27, 0.4);
}
.hover\:bg-zinc-900\/45:hover {
    background-color: rgba(24, 24, 27, 0.45);
}
.hover\:bg-zinc-900\/5:hover {
    background-color: rgba(24, 24, 27, 0.05);
}
.hover\:bg-zinc-900\/50:hover {
    background-color: rgba(24, 24, 27, 0.5);
}
.hover\:bg-zinc-900\/55:hover {
    background-color: rgba(24, 24, 27, 0.55);
}
.hover\:bg-zinc-900\/60:hover {
    background-color: rgba(24, 24, 27, 0.6);
}
.hover\:bg-zinc-900\/65:hover {
    background-color: rgba(24, 24, 27, 0.65);
}
.hover\:bg-zinc-900\/70:hover {
    background-color: rgba(24, 24, 27, 0.7);
}
.hover\:bg-zinc-900\/75:hover {
    background-color: rgba(24, 24, 27, 0.75);
}
.hover\:bg-zinc-900\/80:hover {
    background-color: rgba(24, 24, 27, 0.8);
}
.hover\:bg-zinc-900\/85:hover {
    background-color: rgba(24, 24, 27, 0.85);
}
.hover\:bg-zinc-900\/90:hover {
    background-color: rgba(24, 24, 27, 0.9);
}
.hover\:bg-zinc-900\/95:hover {
    background-color: rgba(24, 24, 27, 0.95);
}
.hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
}
.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
}
.hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
}
.hover\:from-emerald-500\/10:hover {
    --tw-gradient-from: rgba(16, 185, 129, 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-rdv-blue\/10:hover {
    --tw-gradient-from: rgba(51, 89, 165, 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 89, 165, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-emerald-500\/20:hover {
    --tw-gradient-to: rgba(16, 185, 129, 0.2) var(--tw-gradient-to-position);
}
.hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.hover\:to-rdv-blue\/20:hover {
    --tw-gradient-to: rgba(51, 89, 165, 0.2) var(--tw-gradient-to-position);
}
.hover\:font-bold:hover {
    font-weight: 700;
}
.hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-100\/0:hover {
    color: hsla(48, 96%, 89%, 0);
}
.hover\:text-amber-100\/10:hover {
    color: hsla(48, 96%, 89%, 0.1);
}
.hover\:text-amber-100\/100:hover {
    color: #fef3c7;
}
.hover\:text-amber-100\/15:hover {
    color: hsla(48, 96%, 89%, 0.15);
}
.hover\:text-amber-100\/20:hover {
    color: hsla(48, 96%, 89%, 0.2);
}
.hover\:text-amber-100\/25:hover {
    color: hsla(48, 96%, 89%, 0.25);
}
.hover\:text-amber-100\/30:hover {
    color: hsla(48, 96%, 89%, 0.3);
}
.hover\:text-amber-100\/35:hover {
    color: hsla(48, 96%, 89%, 0.35);
}
.hover\:text-amber-100\/40:hover {
    color: hsla(48, 96%, 89%, 0.4);
}
.hover\:text-amber-100\/45:hover {
    color: hsla(48, 96%, 89%, 0.45);
}
.hover\:text-amber-100\/5:hover {
    color: hsla(48, 96%, 89%, 0.05);
}
.hover\:text-amber-100\/50:hover {
    color: hsla(48, 96%, 89%, 0.5);
}
.hover\:text-amber-100\/55:hover {
    color: hsla(48, 96%, 89%, 0.55);
}
.hover\:text-amber-100\/60:hover {
    color: hsla(48, 96%, 89%, 0.6);
}
.hover\:text-amber-100\/65:hover {
    color: hsla(48, 96%, 89%, 0.65);
}
.hover\:text-amber-100\/70:hover {
    color: hsla(48, 96%, 89%, 0.7);
}
.hover\:text-amber-100\/75:hover {
    color: hsla(48, 96%, 89%, 0.75);
}
.hover\:text-amber-100\/80:hover {
    color: hsla(48, 96%, 89%, 0.8);
}
.hover\:text-amber-100\/85:hover {
    color: hsla(48, 96%, 89%, 0.85);
}
.hover\:text-amber-100\/90:hover {
    color: hsla(48, 96%, 89%, 0.9);
}
.hover\:text-amber-100\/95:hover {
    color: hsla(48, 96%, 89%, 0.95);
}
.hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-200\/0:hover {
    color: hsla(48, 97%, 77%, 0);
}
.hover\:text-amber-200\/10:hover {
    color: hsla(48, 97%, 77%, 0.1);
}
.hover\:text-amber-200\/100:hover {
    color: #fde68a;
}
.hover\:text-amber-200\/15:hover {
    color: hsla(48, 97%, 77%, 0.15);
}
.hover\:text-amber-200\/20:hover {
    color: hsla(48, 97%, 77%, 0.2);
}
.hover\:text-amber-200\/25:hover {
    color: hsla(48, 97%, 77%, 0.25);
}
.hover\:text-amber-200\/30:hover {
    color: hsla(48, 97%, 77%, 0.3);
}
.hover\:text-amber-200\/35:hover {
    color: hsla(48, 97%, 77%, 0.35);
}
.hover\:text-amber-200\/40:hover {
    color: hsla(48, 97%, 77%, 0.4);
}
.hover\:text-amber-200\/45:hover {
    color: hsla(48, 97%, 77%, 0.45);
}
.hover\:text-amber-200\/5:hover {
    color: hsla(48, 97%, 77%, 0.05);
}
.hover\:text-amber-200\/50:hover {
    color: hsla(48, 97%, 77%, 0.5);
}
.hover\:text-amber-200\/55:hover {
    color: hsla(48, 97%, 77%, 0.55);
}
.hover\:text-amber-200\/60:hover {
    color: hsla(48, 97%, 77%, 0.6);
}
.hover\:text-amber-200\/65:hover {
    color: hsla(48, 97%, 77%, 0.65);
}
.hover\:text-amber-200\/70:hover {
    color: hsla(48, 97%, 77%, 0.7);
}
.hover\:text-amber-200\/75:hover {
    color: hsla(48, 97%, 77%, 0.75);
}
.hover\:text-amber-200\/80:hover {
    color: hsla(48, 97%, 77%, 0.8);
}
.hover\:text-amber-200\/85:hover {
    color: hsla(48, 97%, 77%, 0.85);
}
.hover\:text-amber-200\/90:hover {
    color: hsla(48, 97%, 77%, 0.9);
}
.hover\:text-amber-200\/95:hover {
    color: hsla(48, 97%, 77%, 0.95);
}
.hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-300\/0:hover {
    color: rgba(252, 211, 77, 0);
}
.hover\:text-amber-300\/10:hover {
    color: rgba(252, 211, 77, 0.1);
}
.hover\:text-amber-300\/100:hover {
    color: #fcd34d;
}
.hover\:text-amber-300\/15:hover {
    color: rgba(252, 211, 77, 0.15);
}
.hover\:text-amber-300\/20:hover {
    color: rgba(252, 211, 77, 0.2);
}
.hover\:text-amber-300\/25:hover {
    color: rgba(252, 211, 77, 0.25);
}
.hover\:text-amber-300\/30:hover {
    color: rgba(252, 211, 77, 0.3);
}
.hover\:text-amber-300\/35:hover {
    color: rgba(252, 211, 77, 0.35);
}
.hover\:text-amber-300\/40:hover {
    color: rgba(252, 211, 77, 0.4);
}
.hover\:text-amber-300\/45:hover {
    color: rgba(252, 211, 77, 0.45);
}
.hover\:text-amber-300\/5:hover {
    color: rgba(252, 211, 77, 0.05);
}
.hover\:text-amber-300\/50:hover {
    color: rgba(252, 211, 77, 0.5);
}
.hover\:text-amber-300\/55:hover {
    color: rgba(252, 211, 77, 0.55);
}
.hover\:text-amber-300\/60:hover {
    color: rgba(252, 211, 77, 0.6);
}
.hover\:text-amber-300\/65:hover {
    color: rgba(252, 211, 77, 0.65);
}
.hover\:text-amber-300\/70:hover {
    color: rgba(252, 211, 77, 0.7);
}
.hover\:text-amber-300\/75:hover {
    color: rgba(252, 211, 77, 0.75);
}
.hover\:text-amber-300\/80:hover {
    color: rgba(252, 211, 77, 0.8);
}
.hover\:text-amber-300\/85:hover {
    color: rgba(252, 211, 77, 0.85);
}
.hover\:text-amber-300\/90:hover {
    color: rgba(252, 211, 77, 0.9);
}
.hover\:text-amber-300\/95:hover {
    color: rgba(252, 211, 77, 0.95);
}
.hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-400\/0:hover {
    color: rgba(251, 191, 36, 0);
}
.hover\:text-amber-400\/10:hover {
    color: rgba(251, 191, 36, 0.1);
}
.hover\:text-amber-400\/100:hover {
    color: #fbbf24;
}
.hover\:text-amber-400\/15:hover {
    color: rgba(251, 191, 36, 0.15);
}
.hover\:text-amber-400\/20:hover {
    color: rgba(251, 191, 36, 0.2);
}
.hover\:text-amber-400\/25:hover {
    color: rgba(251, 191, 36, 0.25);
}
.hover\:text-amber-400\/30:hover {
    color: rgba(251, 191, 36, 0.3);
}
.hover\:text-amber-400\/35:hover {
    color: rgba(251, 191, 36, 0.35);
}
.hover\:text-amber-400\/40:hover {
    color: rgba(251, 191, 36, 0.4);
}
.hover\:text-amber-400\/45:hover {
    color: rgba(251, 191, 36, 0.45);
}
.hover\:text-amber-400\/5:hover {
    color: rgba(251, 191, 36, 0.05);
}
.hover\:text-amber-400\/50:hover {
    color: rgba(251, 191, 36, 0.5);
}
.hover\:text-amber-400\/55:hover {
    color: rgba(251, 191, 36, 0.55);
}
.hover\:text-amber-400\/60:hover {
    color: rgba(251, 191, 36, 0.6);
}
.hover\:text-amber-400\/65:hover {
    color: rgba(251, 191, 36, 0.65);
}
.hover\:text-amber-400\/70:hover {
    color: rgba(251, 191, 36, 0.7);
}
.hover\:text-amber-400\/75:hover {
    color: rgba(251, 191, 36, 0.75);
}
.hover\:text-amber-400\/80:hover {
    color: rgba(251, 191, 36, 0.8);
}
.hover\:text-amber-400\/85:hover {
    color: rgba(251, 191, 36, 0.85);
}
.hover\:text-amber-400\/90:hover {
    color: rgba(251, 191, 36, 0.9);
}
.hover\:text-amber-400\/95:hover {
    color: rgba(251, 191, 36, 0.95);
}
.hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-50\/0:hover {
    color: rgba(255, 251, 235, 0);
}
.hover\:text-amber-50\/10:hover {
    color: rgba(255, 251, 235, 0.1);
}
.hover\:text-amber-50\/100:hover {
    color: #fffbeb;
}
.hover\:text-amber-50\/15:hover {
    color: rgba(255, 251, 235, 0.15);
}
.hover\:text-amber-50\/20:hover {
    color: rgba(255, 251, 235, 0.2);
}
.hover\:text-amber-50\/25:hover {
    color: rgba(255, 251, 235, 0.25);
}
.hover\:text-amber-50\/30:hover {
    color: rgba(255, 251, 235, 0.3);
}
.hover\:text-amber-50\/35:hover {
    color: rgba(255, 251, 235, 0.35);
}
.hover\:text-amber-50\/40:hover {
    color: rgba(255, 251, 235, 0.4);
}
.hover\:text-amber-50\/45:hover {
    color: rgba(255, 251, 235, 0.45);
}
.hover\:text-amber-50\/5:hover {
    color: rgba(255, 251, 235, 0.05);
}
.hover\:text-amber-50\/50:hover {
    color: rgba(255, 251, 235, 0.5);
}
.hover\:text-amber-50\/55:hover {
    color: rgba(255, 251, 235, 0.55);
}
.hover\:text-amber-50\/60:hover {
    color: rgba(255, 251, 235, 0.6);
}
.hover\:text-amber-50\/65:hover {
    color: rgba(255, 251, 235, 0.65);
}
.hover\:text-amber-50\/70:hover {
    color: rgba(255, 251, 235, 0.7);
}
.hover\:text-amber-50\/75:hover {
    color: rgba(255, 251, 235, 0.75);
}
.hover\:text-amber-50\/80:hover {
    color: rgba(255, 251, 235, 0.8);
}
.hover\:text-amber-50\/85:hover {
    color: rgba(255, 251, 235, 0.85);
}
.hover\:text-amber-50\/90:hover {
    color: rgba(255, 251, 235, 0.9);
}
.hover\:text-amber-50\/95:hover {
    color: rgba(255, 251, 235, 0.95);
}
.hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-500\/0:hover {
    color: rgba(245, 158, 11, 0);
}
.hover\:text-amber-500\/10:hover {
    color: rgba(245, 158, 11, 0.1);
}
.hover\:text-amber-500\/100:hover {
    color: #f59e0b;
}
.hover\:text-amber-500\/15:hover {
    color: rgba(245, 158, 11, 0.15);
}
.hover\:text-amber-500\/20:hover {
    color: rgba(245, 158, 11, 0.2);
}
.hover\:text-amber-500\/25:hover {
    color: rgba(245, 158, 11, 0.25);
}
.hover\:text-amber-500\/30:hover {
    color: rgba(245, 158, 11, 0.3);
}
.hover\:text-amber-500\/35:hover {
    color: rgba(245, 158, 11, 0.35);
}
.hover\:text-amber-500\/40:hover {
    color: rgba(245, 158, 11, 0.4);
}
.hover\:text-amber-500\/45:hover {
    color: rgba(245, 158, 11, 0.45);
}
.hover\:text-amber-500\/5:hover {
    color: rgba(245, 158, 11, 0.05);
}
.hover\:text-amber-500\/50:hover {
    color: rgba(245, 158, 11, 0.5);
}
.hover\:text-amber-500\/55:hover {
    color: rgba(245, 158, 11, 0.55);
}
.hover\:text-amber-500\/60:hover {
    color: rgba(245, 158, 11, 0.6);
}
.hover\:text-amber-500\/65:hover {
    color: rgba(245, 158, 11, 0.65);
}
.hover\:text-amber-500\/70:hover {
    color: rgba(245, 158, 11, 0.7);
}
.hover\:text-amber-500\/75:hover {
    color: rgba(245, 158, 11, 0.75);
}
.hover\:text-amber-500\/80:hover {
    color: rgba(245, 158, 11, 0.8);
}
.hover\:text-amber-500\/85:hover {
    color: rgba(245, 158, 11, 0.85);
}
.hover\:text-amber-500\/90:hover {
    color: rgba(245, 158, 11, 0.9);
}
.hover\:text-amber-500\/95:hover {
    color: rgba(245, 158, 11, 0.95);
}
.hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-600\/0:hover {
    color: rgba(217, 119, 6, 0);
}
.hover\:text-amber-600\/10:hover {
    color: rgba(217, 119, 6, 0.1);
}
.hover\:text-amber-600\/100:hover {
    color: #d97706;
}
.hover\:text-amber-600\/15:hover {
    color: rgba(217, 119, 6, 0.15);
}
.hover\:text-amber-600\/20:hover {
    color: rgba(217, 119, 6, 0.2);
}
.hover\:text-amber-600\/25:hover {
    color: rgba(217, 119, 6, 0.25);
}
.hover\:text-amber-600\/30:hover {
    color: rgba(217, 119, 6, 0.3);
}
.hover\:text-amber-600\/35:hover {
    color: rgba(217, 119, 6, 0.35);
}
.hover\:text-amber-600\/40:hover {
    color: rgba(217, 119, 6, 0.4);
}
.hover\:text-amber-600\/45:hover {
    color: rgba(217, 119, 6, 0.45);
}
.hover\:text-amber-600\/5:hover {
    color: rgba(217, 119, 6, 0.05);
}
.hover\:text-amber-600\/50:hover {
    color: rgba(217, 119, 6, 0.5);
}
.hover\:text-amber-600\/55:hover {
    color: rgba(217, 119, 6, 0.55);
}
.hover\:text-amber-600\/60:hover {
    color: rgba(217, 119, 6, 0.6);
}
.hover\:text-amber-600\/65:hover {
    color: rgba(217, 119, 6, 0.65);
}
.hover\:text-amber-600\/70:hover {
    color: rgba(217, 119, 6, 0.7);
}
.hover\:text-amber-600\/75:hover {
    color: rgba(217, 119, 6, 0.75);
}
.hover\:text-amber-600\/80:hover {
    color: rgba(217, 119, 6, 0.8);
}
.hover\:text-amber-600\/85:hover {
    color: rgba(217, 119, 6, 0.85);
}
.hover\:text-amber-600\/90:hover {
    color: rgba(217, 119, 6, 0.9);
}
.hover\:text-amber-600\/95:hover {
    color: rgba(217, 119, 6, 0.95);
}
.hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-700\/0:hover {
    color: rgba(180, 83, 9, 0);
}
.hover\:text-amber-700\/10:hover {
    color: rgba(180, 83, 9, 0.1);
}
.hover\:text-amber-700\/100:hover {
    color: #b45309;
}
.hover\:text-amber-700\/15:hover {
    color: rgba(180, 83, 9, 0.15);
}
.hover\:text-amber-700\/20:hover {
    color: rgba(180, 83, 9, 0.2);
}
.hover\:text-amber-700\/25:hover {
    color: rgba(180, 83, 9, 0.25);
}
.hover\:text-amber-700\/30:hover {
    color: rgba(180, 83, 9, 0.3);
}
.hover\:text-amber-700\/35:hover {
    color: rgba(180, 83, 9, 0.35);
}
.hover\:text-amber-700\/40:hover {
    color: rgba(180, 83, 9, 0.4);
}
.hover\:text-amber-700\/45:hover {
    color: rgba(180, 83, 9, 0.45);
}
.hover\:text-amber-700\/5:hover {
    color: rgba(180, 83, 9, 0.05);
}
.hover\:text-amber-700\/50:hover {
    color: rgba(180, 83, 9, 0.5);
}
.hover\:text-amber-700\/55:hover {
    color: rgba(180, 83, 9, 0.55);
}
.hover\:text-amber-700\/60:hover {
    color: rgba(180, 83, 9, 0.6);
}
.hover\:text-amber-700\/65:hover {
    color: rgba(180, 83, 9, 0.65);
}
.hover\:text-amber-700\/70:hover {
    color: rgba(180, 83, 9, 0.7);
}
.hover\:text-amber-700\/75:hover {
    color: rgba(180, 83, 9, 0.75);
}
.hover\:text-amber-700\/80:hover {
    color: rgba(180, 83, 9, 0.8);
}
.hover\:text-amber-700\/85:hover {
    color: rgba(180, 83, 9, 0.85);
}
.hover\:text-amber-700\/90:hover {
    color: rgba(180, 83, 9, 0.9);
}
.hover\:text-amber-700\/95:hover {
    color: rgba(180, 83, 9, 0.95);
}
.hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-800\/0:hover {
    color: rgba(146, 64, 14, 0);
}
.hover\:text-amber-800\/10:hover {
    color: rgba(146, 64, 14, 0.1);
}
.hover\:text-amber-800\/100:hover {
    color: #92400e;
}
.hover\:text-amber-800\/15:hover {
    color: rgba(146, 64, 14, 0.15);
}
.hover\:text-amber-800\/20:hover {
    color: rgba(146, 64, 14, 0.2);
}
.hover\:text-amber-800\/25:hover {
    color: rgba(146, 64, 14, 0.25);
}
.hover\:text-amber-800\/30:hover {
    color: rgba(146, 64, 14, 0.3);
}
.hover\:text-amber-800\/35:hover {
    color: rgba(146, 64, 14, 0.35);
}
.hover\:text-amber-800\/40:hover {
    color: rgba(146, 64, 14, 0.4);
}
.hover\:text-amber-800\/45:hover {
    color: rgba(146, 64, 14, 0.45);
}
.hover\:text-amber-800\/5:hover {
    color: rgba(146, 64, 14, 0.05);
}
.hover\:text-amber-800\/50:hover {
    color: rgba(146, 64, 14, 0.5);
}
.hover\:text-amber-800\/55:hover {
    color: rgba(146, 64, 14, 0.55);
}
.hover\:text-amber-800\/60:hover {
    color: rgba(146, 64, 14, 0.6);
}
.hover\:text-amber-800\/65:hover {
    color: rgba(146, 64, 14, 0.65);
}
.hover\:text-amber-800\/70:hover {
    color: rgba(146, 64, 14, 0.7);
}
.hover\:text-amber-800\/75:hover {
    color: rgba(146, 64, 14, 0.75);
}
.hover\:text-amber-800\/80:hover {
    color: rgba(146, 64, 14, 0.8);
}
.hover\:text-amber-800\/85:hover {
    color: rgba(146, 64, 14, 0.85);
}
.hover\:text-amber-800\/90:hover {
    color: rgba(146, 64, 14, 0.9);
}
.hover\:text-amber-800\/95:hover {
    color: rgba(146, 64, 14, 0.95);
}
.hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-900\/0:hover {
    color: rgba(120, 53, 15, 0);
}
.hover\:text-amber-900\/10:hover {
    color: rgba(120, 53, 15, 0.1);
}
.hover\:text-amber-900\/100:hover {
    color: #78350f;
}
.hover\:text-amber-900\/15:hover {
    color: rgba(120, 53, 15, 0.15);
}
.hover\:text-amber-900\/20:hover {
    color: rgba(120, 53, 15, 0.2);
}
.hover\:text-amber-900\/25:hover {
    color: rgba(120, 53, 15, 0.25);
}
.hover\:text-amber-900\/30:hover {
    color: rgba(120, 53, 15, 0.3);
}
.hover\:text-amber-900\/35:hover {
    color: rgba(120, 53, 15, 0.35);
}
.hover\:text-amber-900\/40:hover {
    color: rgba(120, 53, 15, 0.4);
}
.hover\:text-amber-900\/45:hover {
    color: rgba(120, 53, 15, 0.45);
}
.hover\:text-amber-900\/5:hover {
    color: rgba(120, 53, 15, 0.05);
}
.hover\:text-amber-900\/50:hover {
    color: rgba(120, 53, 15, 0.5);
}
.hover\:text-amber-900\/55:hover {
    color: rgba(120, 53, 15, 0.55);
}
.hover\:text-amber-900\/60:hover {
    color: rgba(120, 53, 15, 0.6);
}
.hover\:text-amber-900\/65:hover {
    color: rgba(120, 53, 15, 0.65);
}
.hover\:text-amber-900\/70:hover {
    color: rgba(120, 53, 15, 0.7);
}
.hover\:text-amber-900\/75:hover {
    color: rgba(120, 53, 15, 0.75);
}
.hover\:text-amber-900\/80:hover {
    color: rgba(120, 53, 15, 0.8);
}
.hover\:text-amber-900\/85:hover {
    color: rgba(120, 53, 15, 0.85);
}
.hover\:text-amber-900\/90:hover {
    color: rgba(120, 53, 15, 0.9);
}
.hover\:text-amber-900\/95:hover {
    color: rgba(120, 53, 15, 0.95);
}
.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-100\/0:hover {
    color: rgba(219, 234, 254, 0);
}
.hover\:text-blue-100\/10:hover {
    color: rgba(219, 234, 254, 0.1);
}
.hover\:text-blue-100\/100:hover {
    color: #dbeafe;
}
.hover\:text-blue-100\/15:hover {
    color: rgba(219, 234, 254, 0.15);
}
.hover\:text-blue-100\/20:hover {
    color: rgba(219, 234, 254, 0.2);
}
.hover\:text-blue-100\/25:hover {
    color: rgba(219, 234, 254, 0.25);
}
.hover\:text-blue-100\/30:hover {
    color: rgba(219, 234, 254, 0.3);
}
.hover\:text-blue-100\/35:hover {
    color: rgba(219, 234, 254, 0.35);
}
.hover\:text-blue-100\/40:hover {
    color: rgba(219, 234, 254, 0.4);
}
.hover\:text-blue-100\/45:hover {
    color: rgba(219, 234, 254, 0.45);
}
.hover\:text-blue-100\/5:hover {
    color: rgba(219, 234, 254, 0.05);
}
.hover\:text-blue-100\/50:hover {
    color: rgba(219, 234, 254, 0.5);
}
.hover\:text-blue-100\/55:hover {
    color: rgba(219, 234, 254, 0.55);
}
.hover\:text-blue-100\/60:hover {
    color: rgba(219, 234, 254, 0.6);
}
.hover\:text-blue-100\/65:hover {
    color: rgba(219, 234, 254, 0.65);
}
.hover\:text-blue-100\/70:hover {
    color: rgba(219, 234, 254, 0.7);
}
.hover\:text-blue-100\/75:hover {
    color: rgba(219, 234, 254, 0.75);
}
.hover\:text-blue-100\/80:hover {
    color: rgba(219, 234, 254, 0.8);
}
.hover\:text-blue-100\/85:hover {
    color: rgba(219, 234, 254, 0.85);
}
.hover\:text-blue-100\/90:hover {
    color: rgba(219, 234, 254, 0.9);
}
.hover\:text-blue-100\/95:hover {
    color: rgba(219, 234, 254, 0.95);
}
.hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-200\/0:hover {
    color: rgba(191, 219, 254, 0);
}
.hover\:text-blue-200\/10:hover {
    color: rgba(191, 219, 254, 0.1);
}
.hover\:text-blue-200\/100:hover {
    color: #bfdbfe;
}
.hover\:text-blue-200\/15:hover {
    color: rgba(191, 219, 254, 0.15);
}
.hover\:text-blue-200\/20:hover {
    color: rgba(191, 219, 254, 0.2);
}
.hover\:text-blue-200\/25:hover {
    color: rgba(191, 219, 254, 0.25);
}
.hover\:text-blue-200\/30:hover {
    color: rgba(191, 219, 254, 0.3);
}
.hover\:text-blue-200\/35:hover {
    color: rgba(191, 219, 254, 0.35);
}
.hover\:text-blue-200\/40:hover {
    color: rgba(191, 219, 254, 0.4);
}
.hover\:text-blue-200\/45:hover {
    color: rgba(191, 219, 254, 0.45);
}
.hover\:text-blue-200\/5:hover {
    color: rgba(191, 219, 254, 0.05);
}
.hover\:text-blue-200\/50:hover {
    color: rgba(191, 219, 254, 0.5);
}
.hover\:text-blue-200\/55:hover {
    color: rgba(191, 219, 254, 0.55);
}
.hover\:text-blue-200\/60:hover {
    color: rgba(191, 219, 254, 0.6);
}
.hover\:text-blue-200\/65:hover {
    color: rgba(191, 219, 254, 0.65);
}
.hover\:text-blue-200\/70:hover {
    color: rgba(191, 219, 254, 0.7);
}
.hover\:text-blue-200\/75:hover {
    color: rgba(191, 219, 254, 0.75);
}
.hover\:text-blue-200\/80:hover {
    color: rgba(191, 219, 254, 0.8);
}
.hover\:text-blue-200\/85:hover {
    color: rgba(191, 219, 254, 0.85);
}
.hover\:text-blue-200\/90:hover {
    color: rgba(191, 219, 254, 0.9);
}
.hover\:text-blue-200\/95:hover {
    color: rgba(191, 219, 254, 0.95);
}
.hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-300\/0:hover {
    color: rgba(147, 197, 253, 0);
}
.hover\:text-blue-300\/10:hover {
    color: rgba(147, 197, 253, 0.1);
}
.hover\:text-blue-300\/100:hover {
    color: #93c5fd;
}
.hover\:text-blue-300\/15:hover {
    color: rgba(147, 197, 253, 0.15);
}
.hover\:text-blue-300\/20:hover {
    color: rgba(147, 197, 253, 0.2);
}
.hover\:text-blue-300\/25:hover {
    color: rgba(147, 197, 253, 0.25);
}
.hover\:text-blue-300\/30:hover {
    color: rgba(147, 197, 253, 0.3);
}
.hover\:text-blue-300\/35:hover {
    color: rgba(147, 197, 253, 0.35);
}
.hover\:text-blue-300\/40:hover {
    color: rgba(147, 197, 253, 0.4);
}
.hover\:text-blue-300\/45:hover {
    color: rgba(147, 197, 253, 0.45);
}
.hover\:text-blue-300\/5:hover {
    color: rgba(147, 197, 253, 0.05);
}
.hover\:text-blue-300\/50:hover {
    color: rgba(147, 197, 253, 0.5);
}
.hover\:text-blue-300\/55:hover {
    color: rgba(147, 197, 253, 0.55);
}
.hover\:text-blue-300\/60:hover {
    color: rgba(147, 197, 253, 0.6);
}
.hover\:text-blue-300\/65:hover {
    color: rgba(147, 197, 253, 0.65);
}
.hover\:text-blue-300\/70:hover {
    color: rgba(147, 197, 253, 0.7);
}
.hover\:text-blue-300\/75:hover {
    color: rgba(147, 197, 253, 0.75);
}
.hover\:text-blue-300\/80:hover {
    color: rgba(147, 197, 253, 0.8);
}
.hover\:text-blue-300\/85:hover {
    color: rgba(147, 197, 253, 0.85);
}
.hover\:text-blue-300\/90:hover {
    color: rgba(147, 197, 253, 0.9);
}
.hover\:text-blue-300\/95:hover {
    color: rgba(147, 197, 253, 0.95);
}
.hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-400\/0:hover {
    color: rgba(96, 165, 250, 0);
}
.hover\:text-blue-400\/10:hover {
    color: rgba(96, 165, 250, 0.1);
}
.hover\:text-blue-400\/100:hover {
    color: #60a5fa;
}
.hover\:text-blue-400\/15:hover {
    color: rgba(96, 165, 250, 0.15);
}
.hover\:text-blue-400\/20:hover {
    color: rgba(96, 165, 250, 0.2);
}
.hover\:text-blue-400\/25:hover {
    color: rgba(96, 165, 250, 0.25);
}
.hover\:text-blue-400\/30:hover {
    color: rgba(96, 165, 250, 0.3);
}
.hover\:text-blue-400\/35:hover {
    color: rgba(96, 165, 250, 0.35);
}
.hover\:text-blue-400\/40:hover {
    color: rgba(96, 165, 250, 0.4);
}
.hover\:text-blue-400\/45:hover {
    color: rgba(96, 165, 250, 0.45);
}
.hover\:text-blue-400\/5:hover {
    color: rgba(96, 165, 250, 0.05);
}
.hover\:text-blue-400\/50:hover {
    color: rgba(96, 165, 250, 0.5);
}
.hover\:text-blue-400\/55:hover {
    color: rgba(96, 165, 250, 0.55);
}
.hover\:text-blue-400\/60:hover {
    color: rgba(96, 165, 250, 0.6);
}
.hover\:text-blue-400\/65:hover {
    color: rgba(96, 165, 250, 0.65);
}
.hover\:text-blue-400\/70:hover {
    color: rgba(96, 165, 250, 0.7);
}
.hover\:text-blue-400\/75:hover {
    color: rgba(96, 165, 250, 0.75);
}
.hover\:text-blue-400\/80:hover {
    color: rgba(96, 165, 250, 0.8);
}
.hover\:text-blue-400\/85:hover {
    color: rgba(96, 165, 250, 0.85);
}
.hover\:text-blue-400\/90:hover {
    color: rgba(96, 165, 250, 0.9);
}
.hover\:text-blue-400\/95:hover {
    color: rgba(96, 165, 250, 0.95);
}
.hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-50\/0:hover {
    color: rgba(239, 246, 255, 0);
}
.hover\:text-blue-50\/10:hover {
    color: rgba(239, 246, 255, 0.1);
}
.hover\:text-blue-50\/100:hover {
    color: #eff6ff;
}
.hover\:text-blue-50\/15:hover {
    color: rgba(239, 246, 255, 0.15);
}
.hover\:text-blue-50\/20:hover {
    color: rgba(239, 246, 255, 0.2);
}
.hover\:text-blue-50\/25:hover {
    color: rgba(239, 246, 255, 0.25);
}
.hover\:text-blue-50\/30:hover {
    color: rgba(239, 246, 255, 0.3);
}
.hover\:text-blue-50\/35:hover {
    color: rgba(239, 246, 255, 0.35);
}
.hover\:text-blue-50\/40:hover {
    color: rgba(239, 246, 255, 0.4);
}
.hover\:text-blue-50\/45:hover {
    color: rgba(239, 246, 255, 0.45);
}
.hover\:text-blue-50\/5:hover {
    color: rgba(239, 246, 255, 0.05);
}
.hover\:text-blue-50\/50:hover {
    color: rgba(239, 246, 255, 0.5);
}
.hover\:text-blue-50\/55:hover {
    color: rgba(239, 246, 255, 0.55);
}
.hover\:text-blue-50\/60:hover {
    color: rgba(239, 246, 255, 0.6);
}
.hover\:text-blue-50\/65:hover {
    color: rgba(239, 246, 255, 0.65);
}
.hover\:text-blue-50\/70:hover {
    color: rgba(239, 246, 255, 0.7);
}
.hover\:text-blue-50\/75:hover {
    color: rgba(239, 246, 255, 0.75);
}
.hover\:text-blue-50\/80:hover {
    color: rgba(239, 246, 255, 0.8);
}
.hover\:text-blue-50\/85:hover {
    color: rgba(239, 246, 255, 0.85);
}
.hover\:text-blue-50\/90:hover {
    color: rgba(239, 246, 255, 0.9);
}
.hover\:text-blue-50\/95:hover {
    color: rgba(239, 246, 255, 0.95);
}
.hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500\/0:hover {
    color: rgba(59, 130, 246, 0);
}
.hover\:text-blue-500\/10:hover {
    color: rgba(59, 130, 246, 0.1);
}
.hover\:text-blue-500\/100:hover {
    color: #3b82f6;
}
.hover\:text-blue-500\/15:hover {
    color: rgba(59, 130, 246, 0.15);
}
.hover\:text-blue-500\/20:hover {
    color: rgba(59, 130, 246, 0.2);
}
.hover\:text-blue-500\/25:hover {
    color: rgba(59, 130, 246, 0.25);
}
.hover\:text-blue-500\/30:hover {
    color: rgba(59, 130, 246, 0.3);
}
.hover\:text-blue-500\/35:hover {
    color: rgba(59, 130, 246, 0.35);
}
.hover\:text-blue-500\/40:hover {
    color: rgba(59, 130, 246, 0.4);
}
.hover\:text-blue-500\/45:hover {
    color: rgba(59, 130, 246, 0.45);
}
.hover\:text-blue-500\/5:hover {
    color: rgba(59, 130, 246, 0.05);
}
.hover\:text-blue-500\/50:hover {
    color: rgba(59, 130, 246, 0.5);
}
.hover\:text-blue-500\/55:hover {
    color: rgba(59, 130, 246, 0.55);
}
.hover\:text-blue-500\/60:hover {
    color: rgba(59, 130, 246, 0.6);
}
.hover\:text-blue-500\/65:hover {
    color: rgba(59, 130, 246, 0.65);
}
.hover\:text-blue-500\/70:hover {
    color: rgba(59, 130, 246, 0.7);
}
.hover\:text-blue-500\/75:hover {
    color: rgba(59, 130, 246, 0.75);
}
.hover\:text-blue-500\/80:hover {
    color: rgba(59, 130, 246, 0.8);
}
.hover\:text-blue-500\/85:hover {
    color: rgba(59, 130, 246, 0.85);
}
.hover\:text-blue-500\/90:hover {
    color: rgba(59, 130, 246, 0.9);
}
.hover\:text-blue-500\/95:hover {
    color: rgba(59, 130, 246, 0.95);
}
.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(59 124 248 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600\/0:hover {
    color: rgba(59, 124, 248, 0);
}
.hover\:text-blue-600\/10:hover {
    color: rgba(59, 124, 248, 0.1);
}
.hover\:text-blue-600\/100:hover {
    color: #3b7cf8;
}
.hover\:text-blue-600\/15:hover {
    color: rgba(59, 124, 248, 0.15);
}
.hover\:text-blue-600\/20:hover {
    color: rgba(59, 124, 248, 0.2);
}
.hover\:text-blue-600\/25:hover {
    color: rgba(59, 124, 248, 0.25);
}
.hover\:text-blue-600\/30:hover {
    color: rgba(59, 124, 248, 0.3);
}
.hover\:text-blue-600\/35:hover {
    color: rgba(59, 124, 248, 0.35);
}
.hover\:text-blue-600\/40:hover {
    color: rgba(59, 124, 248, 0.4);
}
.hover\:text-blue-600\/45:hover {
    color: rgba(59, 124, 248, 0.45);
}
.hover\:text-blue-600\/5:hover {
    color: rgba(59, 124, 248, 0.05);
}
.hover\:text-blue-600\/50:hover {
    color: rgba(59, 124, 248, 0.5);
}
.hover\:text-blue-600\/55:hover {
    color: rgba(59, 124, 248, 0.55);
}
.hover\:text-blue-600\/60:hover {
    color: rgba(59, 124, 248, 0.6);
}
.hover\:text-blue-600\/65:hover {
    color: rgba(59, 124, 248, 0.65);
}
.hover\:text-blue-600\/70:hover {
    color: rgba(59, 124, 248, 0.7);
}
.hover\:text-blue-600\/75:hover {
    color: rgba(59, 124, 248, 0.75);
}
.hover\:text-blue-600\/80:hover {
    color: rgba(59, 124, 248, 0.8);
}
.hover\:text-blue-600\/85:hover {
    color: rgba(59, 124, 248, 0.85);
}
.hover\:text-blue-600\/90:hover {
    color: rgba(59, 124, 248, 0.9);
}
.hover\:text-blue-600\/95:hover {
    color: rgba(59, 124, 248, 0.95);
}
.hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 98 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700\/0:hover {
    color: rgba(55, 98, 235, 0);
}
.hover\:text-blue-700\/10:hover {
    color: rgba(55, 98, 235, 0.1);
}
.hover\:text-blue-700\/100:hover {
    color: #3762eb;
}
.hover\:text-blue-700\/15:hover {
    color: rgba(55, 98, 235, 0.15);
}
.hover\:text-blue-700\/20:hover {
    color: rgba(55, 98, 235, 0.2);
}
.hover\:text-blue-700\/25:hover {
    color: rgba(55, 98, 235, 0.25);
}
.hover\:text-blue-700\/30:hover {
    color: rgba(55, 98, 235, 0.3);
}
.hover\:text-blue-700\/35:hover {
    color: rgba(55, 98, 235, 0.35);
}
.hover\:text-blue-700\/40:hover {
    color: rgba(55, 98, 235, 0.4);
}
.hover\:text-blue-700\/45:hover {
    color: rgba(55, 98, 235, 0.45);
}
.hover\:text-blue-700\/5:hover {
    color: rgba(55, 98, 235, 0.05);
}
.hover\:text-blue-700\/50:hover {
    color: rgba(55, 98, 235, 0.5);
}
.hover\:text-blue-700\/55:hover {
    color: rgba(55, 98, 235, 0.55);
}
.hover\:text-blue-700\/60:hover {
    color: rgba(55, 98, 235, 0.6);
}
.hover\:text-blue-700\/65:hover {
    color: rgba(55, 98, 235, 0.65);
}
.hover\:text-blue-700\/70:hover {
    color: rgba(55, 98, 235, 0.7);
}
.hover\:text-blue-700\/75:hover {
    color: rgba(55, 98, 235, 0.75);
}
.hover\:text-blue-700\/80:hover {
    color: rgba(55, 98, 235, 0.8);
}
.hover\:text-blue-700\/85:hover {
    color: rgba(55, 98, 235, 0.85);
}
.hover\:text-blue-700\/90:hover {
    color: rgba(55, 98, 235, 0.9);
}
.hover\:text-blue-700\/95:hover {
    color: rgba(55, 98, 235, 0.95);
}
.hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800\/0:hover {
    color: rgba(30, 64, 175, 0);
}
.hover\:text-blue-800\/10:hover {
    color: rgba(30, 64, 175, 0.1);
}
.hover\:text-blue-800\/100:hover {
    color: #1e40af;
}
.hover\:text-blue-800\/15:hover {
    color: rgba(30, 64, 175, 0.15);
}
.hover\:text-blue-800\/20:hover {
    color: rgba(30, 64, 175, 0.2);
}
.hover\:text-blue-800\/25:hover {
    color: rgba(30, 64, 175, 0.25);
}
.hover\:text-blue-800\/30:hover {
    color: rgba(30, 64, 175, 0.3);
}
.hover\:text-blue-800\/35:hover {
    color: rgba(30, 64, 175, 0.35);
}
.hover\:text-blue-800\/40:hover {
    color: rgba(30, 64, 175, 0.4);
}
.hover\:text-blue-800\/45:hover {
    color: rgba(30, 64, 175, 0.45);
}
.hover\:text-blue-800\/5:hover {
    color: rgba(30, 64, 175, 0.05);
}
.hover\:text-blue-800\/50:hover {
    color: rgba(30, 64, 175, 0.5);
}
.hover\:text-blue-800\/55:hover {
    color: rgba(30, 64, 175, 0.55);
}
.hover\:text-blue-800\/60:hover {
    color: rgba(30, 64, 175, 0.6);
}
.hover\:text-blue-800\/65:hover {
    color: rgba(30, 64, 175, 0.65);
}
.hover\:text-blue-800\/70:hover {
    color: rgba(30, 64, 175, 0.7);
}
.hover\:text-blue-800\/75:hover {
    color: rgba(30, 64, 175, 0.75);
}
.hover\:text-blue-800\/80:hover {
    color: rgba(30, 64, 175, 0.8);
}
.hover\:text-blue-800\/85:hover {
    color: rgba(30, 64, 175, 0.85);
}
.hover\:text-blue-800\/90:hover {
    color: rgba(30, 64, 175, 0.9);
}
.hover\:text-blue-800\/95:hover {
    color: rgba(30, 64, 175, 0.95);
}
.hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-900\/0:hover {
    color: rgba(30, 58, 138, 0);
}
.hover\:text-blue-900\/10:hover {
    color: rgba(30, 58, 138, 0.1);
}
.hover\:text-blue-900\/100:hover {
    color: #1e3a8a;
}
.hover\:text-blue-900\/15:hover {
    color: rgba(30, 58, 138, 0.15);
}
.hover\:text-blue-900\/20:hover {
    color: rgba(30, 58, 138, 0.2);
}
.hover\:text-blue-900\/25:hover {
    color: rgba(30, 58, 138, 0.25);
}
.hover\:text-blue-900\/30:hover {
    color: rgba(30, 58, 138, 0.3);
}
.hover\:text-blue-900\/35:hover {
    color: rgba(30, 58, 138, 0.35);
}
.hover\:text-blue-900\/40:hover {
    color: rgba(30, 58, 138, 0.4);
}
.hover\:text-blue-900\/45:hover {
    color: rgba(30, 58, 138, 0.45);
}
.hover\:text-blue-900\/5:hover {
    color: rgba(30, 58, 138, 0.05);
}
.hover\:text-blue-900\/50:hover {
    color: rgba(30, 58, 138, 0.5);
}
.hover\:text-blue-900\/55:hover {
    color: rgba(30, 58, 138, 0.55);
}
.hover\:text-blue-900\/60:hover {
    color: rgba(30, 58, 138, 0.6);
}
.hover\:text-blue-900\/65:hover {
    color: rgba(30, 58, 138, 0.65);
}
.hover\:text-blue-900\/70:hover {
    color: rgba(30, 58, 138, 0.7);
}
.hover\:text-blue-900\/75:hover {
    color: rgba(30, 58, 138, 0.75);
}
.hover\:text-blue-900\/80:hover {
    color: rgba(30, 58, 138, 0.8);
}
.hover\:text-blue-900\/85:hover {
    color: rgba(30, 58, 138, 0.85);
}
.hover\:text-blue-900\/90:hover {
    color: rgba(30, 58, 138, 0.9);
}
.hover\:text-blue-900\/95:hover {
    color: rgba(30, 58, 138, 0.95);
}
.hover\:text-bluegray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-100\/0:hover {
    color: rgba(241, 245, 249, 0);
}
.hover\:text-bluegray-100\/10:hover {
    color: rgba(241, 245, 249, 0.1);
}
.hover\:text-bluegray-100\/100:hover {
    color: #f1f5f9;
}
.hover\:text-bluegray-100\/15:hover {
    color: rgba(241, 245, 249, 0.15);
}
.hover\:text-bluegray-100\/20:hover {
    color: rgba(241, 245, 249, 0.2);
}
.hover\:text-bluegray-100\/25:hover {
    color: rgba(241, 245, 249, 0.25);
}
.hover\:text-bluegray-100\/30:hover {
    color: rgba(241, 245, 249, 0.3);
}
.hover\:text-bluegray-100\/35:hover {
    color: rgba(241, 245, 249, 0.35);
}
.hover\:text-bluegray-100\/40:hover {
    color: rgba(241, 245, 249, 0.4);
}
.hover\:text-bluegray-100\/45:hover {
    color: rgba(241, 245, 249, 0.45);
}
.hover\:text-bluegray-100\/5:hover {
    color: rgba(241, 245, 249, 0.05);
}
.hover\:text-bluegray-100\/50:hover {
    color: rgba(241, 245, 249, 0.5);
}
.hover\:text-bluegray-100\/55:hover {
    color: rgba(241, 245, 249, 0.55);
}
.hover\:text-bluegray-100\/60:hover {
    color: rgba(241, 245, 249, 0.6);
}
.hover\:text-bluegray-100\/65:hover {
    color: rgba(241, 245, 249, 0.65);
}
.hover\:text-bluegray-100\/70:hover {
    color: rgba(241, 245, 249, 0.7);
}
.hover\:text-bluegray-100\/75:hover {
    color: rgba(241, 245, 249, 0.75);
}
.hover\:text-bluegray-100\/80:hover {
    color: rgba(241, 245, 249, 0.8);
}
.hover\:text-bluegray-100\/85:hover {
    color: rgba(241, 245, 249, 0.85);
}
.hover\:text-bluegray-100\/90:hover {
    color: rgba(241, 245, 249, 0.9);
}
.hover\:text-bluegray-100\/95:hover {
    color: rgba(241, 245, 249, 0.95);
}
.hover\:text-bluegray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-200\/0:hover {
    color: rgba(226, 232, 240, 0);
}
.hover\:text-bluegray-200\/10:hover {
    color: rgba(226, 232, 240, 0.1);
}
.hover\:text-bluegray-200\/100:hover {
    color: #e2e8f0;
}
.hover\:text-bluegray-200\/15:hover {
    color: rgba(226, 232, 240, 0.15);
}
.hover\:text-bluegray-200\/20:hover {
    color: rgba(226, 232, 240, 0.2);
}
.hover\:text-bluegray-200\/25:hover {
    color: rgba(226, 232, 240, 0.25);
}
.hover\:text-bluegray-200\/30:hover {
    color: rgba(226, 232, 240, 0.3);
}
.hover\:text-bluegray-200\/35:hover {
    color: rgba(226, 232, 240, 0.35);
}
.hover\:text-bluegray-200\/40:hover {
    color: rgba(226, 232, 240, 0.4);
}
.hover\:text-bluegray-200\/45:hover {
    color: rgba(226, 232, 240, 0.45);
}
.hover\:text-bluegray-200\/5:hover {
    color: rgba(226, 232, 240, 0.05);
}
.hover\:text-bluegray-200\/50:hover {
    color: rgba(226, 232, 240, 0.5);
}
.hover\:text-bluegray-200\/55:hover {
    color: rgba(226, 232, 240, 0.55);
}
.hover\:text-bluegray-200\/60:hover {
    color: rgba(226, 232, 240, 0.6);
}
.hover\:text-bluegray-200\/65:hover {
    color: rgba(226, 232, 240, 0.65);
}
.hover\:text-bluegray-200\/70:hover {
    color: rgba(226, 232, 240, 0.7);
}
.hover\:text-bluegray-200\/75:hover {
    color: rgba(226, 232, 240, 0.75);
}
.hover\:text-bluegray-200\/80:hover {
    color: rgba(226, 232, 240, 0.8);
}
.hover\:text-bluegray-200\/85:hover {
    color: rgba(226, 232, 240, 0.85);
}
.hover\:text-bluegray-200\/90:hover {
    color: rgba(226, 232, 240, 0.9);
}
.hover\:text-bluegray-200\/95:hover {
    color: rgba(226, 232, 240, 0.95);
}
.hover\:text-bluegray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-300\/0:hover {
    color: rgba(203, 213, 225, 0);
}
.hover\:text-bluegray-300\/10:hover {
    color: rgba(203, 213, 225, 0.1);
}
.hover\:text-bluegray-300\/100:hover {
    color: #cbd5e1;
}
.hover\:text-bluegray-300\/15:hover {
    color: rgba(203, 213, 225, 0.15);
}
.hover\:text-bluegray-300\/20:hover {
    color: rgba(203, 213, 225, 0.2);
}
.hover\:text-bluegray-300\/25:hover {
    color: rgba(203, 213, 225, 0.25);
}
.hover\:text-bluegray-300\/30:hover {
    color: rgba(203, 213, 225, 0.3);
}
.hover\:text-bluegray-300\/35:hover {
    color: rgba(203, 213, 225, 0.35);
}
.hover\:text-bluegray-300\/40:hover {
    color: rgba(203, 213, 225, 0.4);
}
.hover\:text-bluegray-300\/45:hover {
    color: rgba(203, 213, 225, 0.45);
}
.hover\:text-bluegray-300\/5:hover {
    color: rgba(203, 213, 225, 0.05);
}
.hover\:text-bluegray-300\/50:hover {
    color: rgba(203, 213, 225, 0.5);
}
.hover\:text-bluegray-300\/55:hover {
    color: rgba(203, 213, 225, 0.55);
}
.hover\:text-bluegray-300\/60:hover {
    color: rgba(203, 213, 225, 0.6);
}
.hover\:text-bluegray-300\/65:hover {
    color: rgba(203, 213, 225, 0.65);
}
.hover\:text-bluegray-300\/70:hover {
    color: rgba(203, 213, 225, 0.7);
}
.hover\:text-bluegray-300\/75:hover {
    color: rgba(203, 213, 225, 0.75);
}
.hover\:text-bluegray-300\/80:hover {
    color: rgba(203, 213, 225, 0.8);
}
.hover\:text-bluegray-300\/85:hover {
    color: rgba(203, 213, 225, 0.85);
}
.hover\:text-bluegray-300\/90:hover {
    color: rgba(203, 213, 225, 0.9);
}
.hover\:text-bluegray-300\/95:hover {
    color: rgba(203, 213, 225, 0.95);
}
.hover\:text-bluegray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-400\/0:hover {
    color: rgba(148, 163, 184, 0);
}
.hover\:text-bluegray-400\/10:hover {
    color: rgba(148, 163, 184, 0.1);
}
.hover\:text-bluegray-400\/100:hover {
    color: #94a3b8;
}
.hover\:text-bluegray-400\/15:hover {
    color: rgba(148, 163, 184, 0.15);
}
.hover\:text-bluegray-400\/20:hover {
    color: rgba(148, 163, 184, 0.2);
}
.hover\:text-bluegray-400\/25:hover {
    color: rgba(148, 163, 184, 0.25);
}
.hover\:text-bluegray-400\/30:hover {
    color: rgba(148, 163, 184, 0.3);
}
.hover\:text-bluegray-400\/35:hover {
    color: rgba(148, 163, 184, 0.35);
}
.hover\:text-bluegray-400\/40:hover {
    color: rgba(148, 163, 184, 0.4);
}
.hover\:text-bluegray-400\/45:hover {
    color: rgba(148, 163, 184, 0.45);
}
.hover\:text-bluegray-400\/5:hover {
    color: rgba(148, 163, 184, 0.05);
}
.hover\:text-bluegray-400\/50:hover {
    color: rgba(148, 163, 184, 0.5);
}
.hover\:text-bluegray-400\/55:hover {
    color: rgba(148, 163, 184, 0.55);
}
.hover\:text-bluegray-400\/60:hover {
    color: rgba(148, 163, 184, 0.6);
}
.hover\:text-bluegray-400\/65:hover {
    color: rgba(148, 163, 184, 0.65);
}
.hover\:text-bluegray-400\/70:hover {
    color: rgba(148, 163, 184, 0.7);
}
.hover\:text-bluegray-400\/75:hover {
    color: rgba(148, 163, 184, 0.75);
}
.hover\:text-bluegray-400\/80:hover {
    color: rgba(148, 163, 184, 0.8);
}
.hover\:text-bluegray-400\/85:hover {
    color: rgba(148, 163, 184, 0.85);
}
.hover\:text-bluegray-400\/90:hover {
    color: rgba(148, 163, 184, 0.9);
}
.hover\:text-bluegray-400\/95:hover {
    color: rgba(148, 163, 184, 0.95);
}
.hover\:text-bluegray-50:hover {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-50\/0:hover {
    color: rgba(248, 250, 252, 0);
}
.hover\:text-bluegray-50\/10:hover {
    color: rgba(248, 250, 252, 0.1);
}
.hover\:text-bluegray-50\/100:hover {
    color: #f8fafc;
}
.hover\:text-bluegray-50\/15:hover {
    color: rgba(248, 250, 252, 0.15);
}
.hover\:text-bluegray-50\/20:hover {
    color: rgba(248, 250, 252, 0.2);
}
.hover\:text-bluegray-50\/25:hover {
    color: rgba(248, 250, 252, 0.25);
}
.hover\:text-bluegray-50\/30:hover {
    color: rgba(248, 250, 252, 0.3);
}
.hover\:text-bluegray-50\/35:hover {
    color: rgba(248, 250, 252, 0.35);
}
.hover\:text-bluegray-50\/40:hover {
    color: rgba(248, 250, 252, 0.4);
}
.hover\:text-bluegray-50\/45:hover {
    color: rgba(248, 250, 252, 0.45);
}
.hover\:text-bluegray-50\/5:hover {
    color: rgba(248, 250, 252, 0.05);
}
.hover\:text-bluegray-50\/50:hover {
    color: rgba(248, 250, 252, 0.5);
}
.hover\:text-bluegray-50\/55:hover {
    color: rgba(248, 250, 252, 0.55);
}
.hover\:text-bluegray-50\/60:hover {
    color: rgba(248, 250, 252, 0.6);
}
.hover\:text-bluegray-50\/65:hover {
    color: rgba(248, 250, 252, 0.65);
}
.hover\:text-bluegray-50\/70:hover {
    color: rgba(248, 250, 252, 0.7);
}
.hover\:text-bluegray-50\/75:hover {
    color: rgba(248, 250, 252, 0.75);
}
.hover\:text-bluegray-50\/80:hover {
    color: rgba(248, 250, 252, 0.8);
}
.hover\:text-bluegray-50\/85:hover {
    color: rgba(248, 250, 252, 0.85);
}
.hover\:text-bluegray-50\/90:hover {
    color: rgba(248, 250, 252, 0.9);
}
.hover\:text-bluegray-50\/95:hover {
    color: rgba(248, 250, 252, 0.95);
}
.hover\:text-bluegray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-500\/0:hover {
    color: rgba(100, 116, 139, 0);
}
.hover\:text-bluegray-500\/10:hover {
    color: rgba(100, 116, 139, 0.1);
}
.hover\:text-bluegray-500\/100:hover {
    color: #64748b;
}
.hover\:text-bluegray-500\/15:hover {
    color: rgba(100, 116, 139, 0.15);
}
.hover\:text-bluegray-500\/20:hover {
    color: rgba(100, 116, 139, 0.2);
}
.hover\:text-bluegray-500\/25:hover {
    color: rgba(100, 116, 139, 0.25);
}
.hover\:text-bluegray-500\/30:hover {
    color: rgba(100, 116, 139, 0.3);
}
.hover\:text-bluegray-500\/35:hover {
    color: rgba(100, 116, 139, 0.35);
}
.hover\:text-bluegray-500\/40:hover {
    color: rgba(100, 116, 139, 0.4);
}
.hover\:text-bluegray-500\/45:hover {
    color: rgba(100, 116, 139, 0.45);
}
.hover\:text-bluegray-500\/5:hover {
    color: rgba(100, 116, 139, 0.05);
}
.hover\:text-bluegray-500\/50:hover {
    color: rgba(100, 116, 139, 0.5);
}
.hover\:text-bluegray-500\/55:hover {
    color: rgba(100, 116, 139, 0.55);
}
.hover\:text-bluegray-500\/60:hover {
    color: rgba(100, 116, 139, 0.6);
}
.hover\:text-bluegray-500\/65:hover {
    color: rgba(100, 116, 139, 0.65);
}
.hover\:text-bluegray-500\/70:hover {
    color: rgba(100, 116, 139, 0.7);
}
.hover\:text-bluegray-500\/75:hover {
    color: rgba(100, 116, 139, 0.75);
}
.hover\:text-bluegray-500\/80:hover {
    color: rgba(100, 116, 139, 0.8);
}
.hover\:text-bluegray-500\/85:hover {
    color: rgba(100, 116, 139, 0.85);
}
.hover\:text-bluegray-500\/90:hover {
    color: rgba(100, 116, 139, 0.9);
}
.hover\:text-bluegray-500\/95:hover {
    color: rgba(100, 116, 139, 0.95);
}
.hover\:text-bluegray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-600\/0:hover {
    color: rgba(71, 85, 105, 0);
}
.hover\:text-bluegray-600\/10:hover {
    color: rgba(71, 85, 105, 0.1);
}
.hover\:text-bluegray-600\/100:hover {
    color: #475569;
}
.hover\:text-bluegray-600\/15:hover {
    color: rgba(71, 85, 105, 0.15);
}
.hover\:text-bluegray-600\/20:hover {
    color: rgba(71, 85, 105, 0.2);
}
.hover\:text-bluegray-600\/25:hover {
    color: rgba(71, 85, 105, 0.25);
}
.hover\:text-bluegray-600\/30:hover {
    color: rgba(71, 85, 105, 0.3);
}
.hover\:text-bluegray-600\/35:hover {
    color: rgba(71, 85, 105, 0.35);
}
.hover\:text-bluegray-600\/40:hover {
    color: rgba(71, 85, 105, 0.4);
}
.hover\:text-bluegray-600\/45:hover {
    color: rgba(71, 85, 105, 0.45);
}
.hover\:text-bluegray-600\/5:hover {
    color: rgba(71, 85, 105, 0.05);
}
.hover\:text-bluegray-600\/50:hover {
    color: rgba(71, 85, 105, 0.5);
}
.hover\:text-bluegray-600\/55:hover {
    color: rgba(71, 85, 105, 0.55);
}
.hover\:text-bluegray-600\/60:hover {
    color: rgba(71, 85, 105, 0.6);
}
.hover\:text-bluegray-600\/65:hover {
    color: rgba(71, 85, 105, 0.65);
}
.hover\:text-bluegray-600\/70:hover {
    color: rgba(71, 85, 105, 0.7);
}
.hover\:text-bluegray-600\/75:hover {
    color: rgba(71, 85, 105, 0.75);
}
.hover\:text-bluegray-600\/80:hover {
    color: rgba(71, 85, 105, 0.8);
}
.hover\:text-bluegray-600\/85:hover {
    color: rgba(71, 85, 105, 0.85);
}
.hover\:text-bluegray-600\/90:hover {
    color: rgba(71, 85, 105, 0.9);
}
.hover\:text-bluegray-600\/95:hover {
    color: rgba(71, 85, 105, 0.95);
}
.hover\:text-bluegray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-700\/0:hover {
    color: rgba(51, 65, 85, 0);
}
.hover\:text-bluegray-700\/10:hover {
    color: rgba(51, 65, 85, 0.1);
}
.hover\:text-bluegray-700\/100:hover {
    color: #334155;
}
.hover\:text-bluegray-700\/15:hover {
    color: rgba(51, 65, 85, 0.15);
}
.hover\:text-bluegray-700\/20:hover {
    color: rgba(51, 65, 85, 0.2);
}
.hover\:text-bluegray-700\/25:hover {
    color: rgba(51, 65, 85, 0.25);
}
.hover\:text-bluegray-700\/30:hover {
    color: rgba(51, 65, 85, 0.3);
}
.hover\:text-bluegray-700\/35:hover {
    color: rgba(51, 65, 85, 0.35);
}
.hover\:text-bluegray-700\/40:hover {
    color: rgba(51, 65, 85, 0.4);
}
.hover\:text-bluegray-700\/45:hover {
    color: rgba(51, 65, 85, 0.45);
}
.hover\:text-bluegray-700\/5:hover {
    color: rgba(51, 65, 85, 0.05);
}
.hover\:text-bluegray-700\/50:hover {
    color: rgba(51, 65, 85, 0.5);
}
.hover\:text-bluegray-700\/55:hover {
    color: rgba(51, 65, 85, 0.55);
}
.hover\:text-bluegray-700\/60:hover {
    color: rgba(51, 65, 85, 0.6);
}
.hover\:text-bluegray-700\/65:hover {
    color: rgba(51, 65, 85, 0.65);
}
.hover\:text-bluegray-700\/70:hover {
    color: rgba(51, 65, 85, 0.7);
}
.hover\:text-bluegray-700\/75:hover {
    color: rgba(51, 65, 85, 0.75);
}
.hover\:text-bluegray-700\/80:hover {
    color: rgba(51, 65, 85, 0.8);
}
.hover\:text-bluegray-700\/85:hover {
    color: rgba(51, 65, 85, 0.85);
}
.hover\:text-bluegray-700\/90:hover {
    color: rgba(51, 65, 85, 0.9);
}
.hover\:text-bluegray-700\/95:hover {
    color: rgba(51, 65, 85, 0.95);
}
.hover\:text-bluegray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-800\/0:hover {
    color: rgba(30, 41, 59, 0);
}
.hover\:text-bluegray-800\/10:hover {
    color: rgba(30, 41, 59, 0.1);
}
.hover\:text-bluegray-800\/100:hover {
    color: #1e293b;
}
.hover\:text-bluegray-800\/15:hover {
    color: rgba(30, 41, 59, 0.15);
}
.hover\:text-bluegray-800\/20:hover {
    color: rgba(30, 41, 59, 0.2);
}
.hover\:text-bluegray-800\/25:hover {
    color: rgba(30, 41, 59, 0.25);
}
.hover\:text-bluegray-800\/30:hover {
    color: rgba(30, 41, 59, 0.3);
}
.hover\:text-bluegray-800\/35:hover {
    color: rgba(30, 41, 59, 0.35);
}
.hover\:text-bluegray-800\/40:hover {
    color: rgba(30, 41, 59, 0.4);
}
.hover\:text-bluegray-800\/45:hover {
    color: rgba(30, 41, 59, 0.45);
}
.hover\:text-bluegray-800\/5:hover {
    color: rgba(30, 41, 59, 0.05);
}
.hover\:text-bluegray-800\/50:hover {
    color: rgba(30, 41, 59, 0.5);
}
.hover\:text-bluegray-800\/55:hover {
    color: rgba(30, 41, 59, 0.55);
}
.hover\:text-bluegray-800\/60:hover {
    color: rgba(30, 41, 59, 0.6);
}
.hover\:text-bluegray-800\/65:hover {
    color: rgba(30, 41, 59, 0.65);
}
.hover\:text-bluegray-800\/70:hover {
    color: rgba(30, 41, 59, 0.7);
}
.hover\:text-bluegray-800\/75:hover {
    color: rgba(30, 41, 59, 0.75);
}
.hover\:text-bluegray-800\/80:hover {
    color: rgba(30, 41, 59, 0.8);
}
.hover\:text-bluegray-800\/85:hover {
    color: rgba(30, 41, 59, 0.85);
}
.hover\:text-bluegray-800\/90:hover {
    color: rgba(30, 41, 59, 0.9);
}
.hover\:text-bluegray-800\/95:hover {
    color: rgba(30, 41, 59, 0.95);
}
.hover\:text-bluegray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-bluegray-900\/0:hover {
    color: rgba(15, 23, 42, 0);
}
.hover\:text-bluegray-900\/10:hover {
    color: rgba(15, 23, 42, 0.1);
}
.hover\:text-bluegray-900\/100:hover {
    color: #0f172a;
}
.hover\:text-bluegray-900\/15:hover {
    color: rgba(15, 23, 42, 0.15);
}
.hover\:text-bluegray-900\/20:hover {
    color: rgba(15, 23, 42, 0.2);
}
.hover\:text-bluegray-900\/25:hover {
    color: rgba(15, 23, 42, 0.25);
}
.hover\:text-bluegray-900\/30:hover {
    color: rgba(15, 23, 42, 0.3);
}
.hover\:text-bluegray-900\/35:hover {
    color: rgba(15, 23, 42, 0.35);
}
.hover\:text-bluegray-900\/40:hover {
    color: rgba(15, 23, 42, 0.4);
}
.hover\:text-bluegray-900\/45:hover {
    color: rgba(15, 23, 42, 0.45);
}
.hover\:text-bluegray-900\/5:hover {
    color: rgba(15, 23, 42, 0.05);
}
.hover\:text-bluegray-900\/50:hover {
    color: rgba(15, 23, 42, 0.5);
}
.hover\:text-bluegray-900\/55:hover {
    color: rgba(15, 23, 42, 0.55);
}
.hover\:text-bluegray-900\/60:hover {
    color: rgba(15, 23, 42, 0.6);
}
.hover\:text-bluegray-900\/65:hover {
    color: rgba(15, 23, 42, 0.65);
}
.hover\:text-bluegray-900\/70:hover {
    color: rgba(15, 23, 42, 0.7);
}
.hover\:text-bluegray-900\/75:hover {
    color: rgba(15, 23, 42, 0.75);
}
.hover\:text-bluegray-900\/80:hover {
    color: rgba(15, 23, 42, 0.8);
}
.hover\:text-bluegray-900\/85:hover {
    color: rgba(15, 23, 42, 0.85);
}
.hover\:text-bluegray-900\/90:hover {
    color: rgba(15, 23, 42, 0.9);
}
.hover\:text-bluegray-900\/95:hover {
    color: rgba(15, 23, 42, 0.95);
}
.hover\:text-coolgray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-100\/0:hover {
    color: rgba(243, 244, 246, 0);
}
.hover\:text-coolgray-100\/10:hover {
    color: rgba(243, 244, 246, 0.1);
}
.hover\:text-coolgray-100\/100:hover {
    color: #f3f4f6;
}
.hover\:text-coolgray-100\/15:hover {
    color: rgba(243, 244, 246, 0.15);
}
.hover\:text-coolgray-100\/20:hover {
    color: rgba(243, 244, 246, 0.2);
}
.hover\:text-coolgray-100\/25:hover {
    color: rgba(243, 244, 246, 0.25);
}
.hover\:text-coolgray-100\/30:hover {
    color: rgba(243, 244, 246, 0.3);
}
.hover\:text-coolgray-100\/35:hover {
    color: rgba(243, 244, 246, 0.35);
}
.hover\:text-coolgray-100\/40:hover {
    color: rgba(243, 244, 246, 0.4);
}
.hover\:text-coolgray-100\/45:hover {
    color: rgba(243, 244, 246, 0.45);
}
.hover\:text-coolgray-100\/5:hover {
    color: rgba(243, 244, 246, 0.05);
}
.hover\:text-coolgray-100\/50:hover {
    color: rgba(243, 244, 246, 0.5);
}
.hover\:text-coolgray-100\/55:hover {
    color: rgba(243, 244, 246, 0.55);
}
.hover\:text-coolgray-100\/60:hover {
    color: rgba(243, 244, 246, 0.6);
}
.hover\:text-coolgray-100\/65:hover {
    color: rgba(243, 244, 246, 0.65);
}
.hover\:text-coolgray-100\/70:hover {
    color: rgba(243, 244, 246, 0.7);
}
.hover\:text-coolgray-100\/75:hover {
    color: rgba(243, 244, 246, 0.75);
}
.hover\:text-coolgray-100\/80:hover {
    color: rgba(243, 244, 246, 0.8);
}
.hover\:text-coolgray-100\/85:hover {
    color: rgba(243, 244, 246, 0.85);
}
.hover\:text-coolgray-100\/90:hover {
    color: rgba(243, 244, 246, 0.9);
}
.hover\:text-coolgray-100\/95:hover {
    color: rgba(243, 244, 246, 0.95);
}
.hover\:text-coolgray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-200\/0:hover {
    color: rgba(229, 231, 235, 0);
}
.hover\:text-coolgray-200\/10:hover {
    color: rgba(229, 231, 235, 0.1);
}
.hover\:text-coolgray-200\/100:hover {
    color: #e5e7eb;
}
.hover\:text-coolgray-200\/15:hover {
    color: rgba(229, 231, 235, 0.15);
}
.hover\:text-coolgray-200\/20:hover {
    color: rgba(229, 231, 235, 0.2);
}
.hover\:text-coolgray-200\/25:hover {
    color: rgba(229, 231, 235, 0.25);
}
.hover\:text-coolgray-200\/30:hover {
    color: rgba(229, 231, 235, 0.3);
}
.hover\:text-coolgray-200\/35:hover {
    color: rgba(229, 231, 235, 0.35);
}
.hover\:text-coolgray-200\/40:hover {
    color: rgba(229, 231, 235, 0.4);
}
.hover\:text-coolgray-200\/45:hover {
    color: rgba(229, 231, 235, 0.45);
}
.hover\:text-coolgray-200\/5:hover {
    color: rgba(229, 231, 235, 0.05);
}
.hover\:text-coolgray-200\/50:hover {
    color: rgba(229, 231, 235, 0.5);
}
.hover\:text-coolgray-200\/55:hover {
    color: rgba(229, 231, 235, 0.55);
}
.hover\:text-coolgray-200\/60:hover {
    color: rgba(229, 231, 235, 0.6);
}
.hover\:text-coolgray-200\/65:hover {
    color: rgba(229, 231, 235, 0.65);
}
.hover\:text-coolgray-200\/70:hover {
    color: rgba(229, 231, 235, 0.7);
}
.hover\:text-coolgray-200\/75:hover {
    color: rgba(229, 231, 235, 0.75);
}
.hover\:text-coolgray-200\/80:hover {
    color: rgba(229, 231, 235, 0.8);
}
.hover\:text-coolgray-200\/85:hover {
    color: rgba(229, 231, 235, 0.85);
}
.hover\:text-coolgray-200\/90:hover {
    color: rgba(229, 231, 235, 0.9);
}
.hover\:text-coolgray-200\/95:hover {
    color: rgba(229, 231, 235, 0.95);
}
.hover\:text-coolgray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-300\/0:hover {
    color: rgba(209, 213, 219, 0);
}
.hover\:text-coolgray-300\/10:hover {
    color: rgba(209, 213, 219, 0.1);
}
.hover\:text-coolgray-300\/100:hover {
    color: #d1d5db;
}
.hover\:text-coolgray-300\/15:hover {
    color: rgba(209, 213, 219, 0.15);
}
.hover\:text-coolgray-300\/20:hover {
    color: rgba(209, 213, 219, 0.2);
}
.hover\:text-coolgray-300\/25:hover {
    color: rgba(209, 213, 219, 0.25);
}
.hover\:text-coolgray-300\/30:hover {
    color: rgba(209, 213, 219, 0.3);
}
.hover\:text-coolgray-300\/35:hover {
    color: rgba(209, 213, 219, 0.35);
}
.hover\:text-coolgray-300\/40:hover {
    color: rgba(209, 213, 219, 0.4);
}
.hover\:text-coolgray-300\/45:hover {
    color: rgba(209, 213, 219, 0.45);
}
.hover\:text-coolgray-300\/5:hover {
    color: rgba(209, 213, 219, 0.05);
}
.hover\:text-coolgray-300\/50:hover {
    color: rgba(209, 213, 219, 0.5);
}
.hover\:text-coolgray-300\/55:hover {
    color: rgba(209, 213, 219, 0.55);
}
.hover\:text-coolgray-300\/60:hover {
    color: rgba(209, 213, 219, 0.6);
}
.hover\:text-coolgray-300\/65:hover {
    color: rgba(209, 213, 219, 0.65);
}
.hover\:text-coolgray-300\/70:hover {
    color: rgba(209, 213, 219, 0.7);
}
.hover\:text-coolgray-300\/75:hover {
    color: rgba(209, 213, 219, 0.75);
}
.hover\:text-coolgray-300\/80:hover {
    color: rgba(209, 213, 219, 0.8);
}
.hover\:text-coolgray-300\/85:hover {
    color: rgba(209, 213, 219, 0.85);
}
.hover\:text-coolgray-300\/90:hover {
    color: rgba(209, 213, 219, 0.9);
}
.hover\:text-coolgray-300\/95:hover {
    color: rgba(209, 213, 219, 0.95);
}
.hover\:text-coolgray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-400\/0:hover {
    color: rgba(156, 163, 175, 0);
}
.hover\:text-coolgray-400\/10:hover {
    color: rgba(156, 163, 175, 0.1);
}
.hover\:text-coolgray-400\/100:hover {
    color: #9ca3af;
}
.hover\:text-coolgray-400\/15:hover {
    color: rgba(156, 163, 175, 0.15);
}
.hover\:text-coolgray-400\/20:hover {
    color: rgba(156, 163, 175, 0.2);
}
.hover\:text-coolgray-400\/25:hover {
    color: rgba(156, 163, 175, 0.25);
}
.hover\:text-coolgray-400\/30:hover {
    color: rgba(156, 163, 175, 0.3);
}
.hover\:text-coolgray-400\/35:hover {
    color: rgba(156, 163, 175, 0.35);
}
.hover\:text-coolgray-400\/40:hover {
    color: rgba(156, 163, 175, 0.4);
}
.hover\:text-coolgray-400\/45:hover {
    color: rgba(156, 163, 175, 0.45);
}
.hover\:text-coolgray-400\/5:hover {
    color: rgba(156, 163, 175, 0.05);
}
.hover\:text-coolgray-400\/50:hover {
    color: rgba(156, 163, 175, 0.5);
}
.hover\:text-coolgray-400\/55:hover {
    color: rgba(156, 163, 175, 0.55);
}
.hover\:text-coolgray-400\/60:hover {
    color: rgba(156, 163, 175, 0.6);
}
.hover\:text-coolgray-400\/65:hover {
    color: rgba(156, 163, 175, 0.65);
}
.hover\:text-coolgray-400\/70:hover {
    color: rgba(156, 163, 175, 0.7);
}
.hover\:text-coolgray-400\/75:hover {
    color: rgba(156, 163, 175, 0.75);
}
.hover\:text-coolgray-400\/80:hover {
    color: rgba(156, 163, 175, 0.8);
}
.hover\:text-coolgray-400\/85:hover {
    color: rgba(156, 163, 175, 0.85);
}
.hover\:text-coolgray-400\/90:hover {
    color: rgba(156, 163, 175, 0.9);
}
.hover\:text-coolgray-400\/95:hover {
    color: rgba(156, 163, 175, 0.95);
}
.hover\:text-coolgray-50:hover {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-50\/0:hover {
    color: rgba(249, 250, 251, 0);
}
.hover\:text-coolgray-50\/10:hover {
    color: rgba(249, 250, 251, 0.1);
}
.hover\:text-coolgray-50\/100:hover {
    color: #f9fafb;
}
.hover\:text-coolgray-50\/15:hover {
    color: rgba(249, 250, 251, 0.15);
}
.hover\:text-coolgray-50\/20:hover {
    color: rgba(249, 250, 251, 0.2);
}
.hover\:text-coolgray-50\/25:hover {
    color: rgba(249, 250, 251, 0.25);
}
.hover\:text-coolgray-50\/30:hover {
    color: rgba(249, 250, 251, 0.3);
}
.hover\:text-coolgray-50\/35:hover {
    color: rgba(249, 250, 251, 0.35);
}
.hover\:text-coolgray-50\/40:hover {
    color: rgba(249, 250, 251, 0.4);
}
.hover\:text-coolgray-50\/45:hover {
    color: rgba(249, 250, 251, 0.45);
}
.hover\:text-coolgray-50\/5:hover {
    color: rgba(249, 250, 251, 0.05);
}
.hover\:text-coolgray-50\/50:hover {
    color: rgba(249, 250, 251, 0.5);
}
.hover\:text-coolgray-50\/55:hover {
    color: rgba(249, 250, 251, 0.55);
}
.hover\:text-coolgray-50\/60:hover {
    color: rgba(249, 250, 251, 0.6);
}
.hover\:text-coolgray-50\/65:hover {
    color: rgba(249, 250, 251, 0.65);
}
.hover\:text-coolgray-50\/70:hover {
    color: rgba(249, 250, 251, 0.7);
}
.hover\:text-coolgray-50\/75:hover {
    color: rgba(249, 250, 251, 0.75);
}
.hover\:text-coolgray-50\/80:hover {
    color: rgba(249, 250, 251, 0.8);
}
.hover\:text-coolgray-50\/85:hover {
    color: rgba(249, 250, 251, 0.85);
}
.hover\:text-coolgray-50\/90:hover {
    color: rgba(249, 250, 251, 0.9);
}
.hover\:text-coolgray-50\/95:hover {
    color: rgba(249, 250, 251, 0.95);
}
.hover\:text-coolgray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-500\/0:hover {
    color: hsla(220, 9%, 46%, 0);
}
.hover\:text-coolgray-500\/10:hover {
    color: hsla(220, 9%, 46%, 0.1);
}
.hover\:text-coolgray-500\/100:hover {
    color: #6b7280;
}
.hover\:text-coolgray-500\/15:hover {
    color: hsla(220, 9%, 46%, 0.15);
}
.hover\:text-coolgray-500\/20:hover {
    color: hsla(220, 9%, 46%, 0.2);
}
.hover\:text-coolgray-500\/25:hover {
    color: hsla(220, 9%, 46%, 0.25);
}
.hover\:text-coolgray-500\/30:hover {
    color: hsla(220, 9%, 46%, 0.3);
}
.hover\:text-coolgray-500\/35:hover {
    color: hsla(220, 9%, 46%, 0.35);
}
.hover\:text-coolgray-500\/40:hover {
    color: hsla(220, 9%, 46%, 0.4);
}
.hover\:text-coolgray-500\/45:hover {
    color: hsla(220, 9%, 46%, 0.45);
}
.hover\:text-coolgray-500\/5:hover {
    color: hsla(220, 9%, 46%, 0.05);
}
.hover\:text-coolgray-500\/50:hover {
    color: hsla(220, 9%, 46%, 0.5);
}
.hover\:text-coolgray-500\/55:hover {
    color: hsla(220, 9%, 46%, 0.55);
}
.hover\:text-coolgray-500\/60:hover {
    color: hsla(220, 9%, 46%, 0.6);
}
.hover\:text-coolgray-500\/65:hover {
    color: hsla(220, 9%, 46%, 0.65);
}
.hover\:text-coolgray-500\/70:hover {
    color: hsla(220, 9%, 46%, 0.7);
}
.hover\:text-coolgray-500\/75:hover {
    color: hsla(220, 9%, 46%, 0.75);
}
.hover\:text-coolgray-500\/80:hover {
    color: hsla(220, 9%, 46%, 0.8);
}
.hover\:text-coolgray-500\/85:hover {
    color: hsla(220, 9%, 46%, 0.85);
}
.hover\:text-coolgray-500\/90:hover {
    color: hsla(220, 9%, 46%, 0.9);
}
.hover\:text-coolgray-500\/95:hover {
    color: hsla(220, 9%, 46%, 0.95);
}
.hover\:text-coolgray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-600\/0:hover {
    color: rgba(75, 85, 99, 0);
}
.hover\:text-coolgray-600\/10:hover {
    color: rgba(75, 85, 99, 0.1);
}
.hover\:text-coolgray-600\/100:hover {
    color: #4b5563;
}
.hover\:text-coolgray-600\/15:hover {
    color: rgba(75, 85, 99, 0.15);
}
.hover\:text-coolgray-600\/20:hover {
    color: rgba(75, 85, 99, 0.2);
}
.hover\:text-coolgray-600\/25:hover {
    color: rgba(75, 85, 99, 0.25);
}
.hover\:text-coolgray-600\/30:hover {
    color: rgba(75, 85, 99, 0.3);
}
.hover\:text-coolgray-600\/35:hover {
    color: rgba(75, 85, 99, 0.35);
}
.hover\:text-coolgray-600\/40:hover {
    color: rgba(75, 85, 99, 0.4);
}
.hover\:text-coolgray-600\/45:hover {
    color: rgba(75, 85, 99, 0.45);
}
.hover\:text-coolgray-600\/5:hover {
    color: rgba(75, 85, 99, 0.05);
}
.hover\:text-coolgray-600\/50:hover {
    color: rgba(75, 85, 99, 0.5);
}
.hover\:text-coolgray-600\/55:hover {
    color: rgba(75, 85, 99, 0.55);
}
.hover\:text-coolgray-600\/60:hover {
    color: rgba(75, 85, 99, 0.6);
}
.hover\:text-coolgray-600\/65:hover {
    color: rgba(75, 85, 99, 0.65);
}
.hover\:text-coolgray-600\/70:hover {
    color: rgba(75, 85, 99, 0.7);
}
.hover\:text-coolgray-600\/75:hover {
    color: rgba(75, 85, 99, 0.75);
}
.hover\:text-coolgray-600\/80:hover {
    color: rgba(75, 85, 99, 0.8);
}
.hover\:text-coolgray-600\/85:hover {
    color: rgba(75, 85, 99, 0.85);
}
.hover\:text-coolgray-600\/90:hover {
    color: rgba(75, 85, 99, 0.9);
}
.hover\:text-coolgray-600\/95:hover {
    color: rgba(75, 85, 99, 0.95);
}
.hover\:text-coolgray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-700\/0:hover {
    color: rgba(55, 65, 81, 0);
}
.hover\:text-coolgray-700\/10:hover {
    color: rgba(55, 65, 81, 0.1);
}
.hover\:text-coolgray-700\/100:hover {
    color: #374151;
}
.hover\:text-coolgray-700\/15:hover {
    color: rgba(55, 65, 81, 0.15);
}
.hover\:text-coolgray-700\/20:hover {
    color: rgba(55, 65, 81, 0.2);
}
.hover\:text-coolgray-700\/25:hover {
    color: rgba(55, 65, 81, 0.25);
}
.hover\:text-coolgray-700\/30:hover {
    color: rgba(55, 65, 81, 0.3);
}
.hover\:text-coolgray-700\/35:hover {
    color: rgba(55, 65, 81, 0.35);
}
.hover\:text-coolgray-700\/40:hover {
    color: rgba(55, 65, 81, 0.4);
}
.hover\:text-coolgray-700\/45:hover {
    color: rgba(55, 65, 81, 0.45);
}
.hover\:text-coolgray-700\/5:hover {
    color: rgba(55, 65, 81, 0.05);
}
.hover\:text-coolgray-700\/50:hover {
    color: rgba(55, 65, 81, 0.5);
}
.hover\:text-coolgray-700\/55:hover {
    color: rgba(55, 65, 81, 0.55);
}
.hover\:text-coolgray-700\/60:hover {
    color: rgba(55, 65, 81, 0.6);
}
.hover\:text-coolgray-700\/65:hover {
    color: rgba(55, 65, 81, 0.65);
}
.hover\:text-coolgray-700\/70:hover {
    color: rgba(55, 65, 81, 0.7);
}
.hover\:text-coolgray-700\/75:hover {
    color: rgba(55, 65, 81, 0.75);
}
.hover\:text-coolgray-700\/80:hover {
    color: rgba(55, 65, 81, 0.8);
}
.hover\:text-coolgray-700\/85:hover {
    color: rgba(55, 65, 81, 0.85);
}
.hover\:text-coolgray-700\/90:hover {
    color: rgba(55, 65, 81, 0.9);
}
.hover\:text-coolgray-700\/95:hover {
    color: rgba(55, 65, 81, 0.95);
}
.hover\:text-coolgray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-800\/0:hover {
    color: rgba(31, 41, 55, 0);
}
.hover\:text-coolgray-800\/10:hover {
    color: rgba(31, 41, 55, 0.1);
}
.hover\:text-coolgray-800\/100:hover {
    color: #1f2937;
}
.hover\:text-coolgray-800\/15:hover {
    color: rgba(31, 41, 55, 0.15);
}
.hover\:text-coolgray-800\/20:hover {
    color: rgba(31, 41, 55, 0.2);
}
.hover\:text-coolgray-800\/25:hover {
    color: rgba(31, 41, 55, 0.25);
}
.hover\:text-coolgray-800\/30:hover {
    color: rgba(31, 41, 55, 0.3);
}
.hover\:text-coolgray-800\/35:hover {
    color: rgba(31, 41, 55, 0.35);
}
.hover\:text-coolgray-800\/40:hover {
    color: rgba(31, 41, 55, 0.4);
}
.hover\:text-coolgray-800\/45:hover {
    color: rgba(31, 41, 55, 0.45);
}
.hover\:text-coolgray-800\/5:hover {
    color: rgba(31, 41, 55, 0.05);
}
.hover\:text-coolgray-800\/50:hover {
    color: rgba(31, 41, 55, 0.5);
}
.hover\:text-coolgray-800\/55:hover {
    color: rgba(31, 41, 55, 0.55);
}
.hover\:text-coolgray-800\/60:hover {
    color: rgba(31, 41, 55, 0.6);
}
.hover\:text-coolgray-800\/65:hover {
    color: rgba(31, 41, 55, 0.65);
}
.hover\:text-coolgray-800\/70:hover {
    color: rgba(31, 41, 55, 0.7);
}
.hover\:text-coolgray-800\/75:hover {
    color: rgba(31, 41, 55, 0.75);
}
.hover\:text-coolgray-800\/80:hover {
    color: rgba(31, 41, 55, 0.8);
}
.hover\:text-coolgray-800\/85:hover {
    color: rgba(31, 41, 55, 0.85);
}
.hover\:text-coolgray-800\/90:hover {
    color: rgba(31, 41, 55, 0.9);
}
.hover\:text-coolgray-800\/95:hover {
    color: rgba(31, 41, 55, 0.95);
}
.hover\:text-coolgray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-coolgray-900\/0:hover {
    color: rgba(17, 24, 39, 0);
}
.hover\:text-coolgray-900\/10:hover {
    color: rgba(17, 24, 39, 0.1);
}
.hover\:text-coolgray-900\/100:hover {
    color: #111827;
}
.hover\:text-coolgray-900\/15:hover {
    color: rgba(17, 24, 39, 0.15);
}
.hover\:text-coolgray-900\/20:hover {
    color: rgba(17, 24, 39, 0.2);
}
.hover\:text-coolgray-900\/25:hover {
    color: rgba(17, 24, 39, 0.25);
}
.hover\:text-coolgray-900\/30:hover {
    color: rgba(17, 24, 39, 0.3);
}
.hover\:text-coolgray-900\/35:hover {
    color: rgba(17, 24, 39, 0.35);
}
.hover\:text-coolgray-900\/40:hover {
    color: rgba(17, 24, 39, 0.4);
}
.hover\:text-coolgray-900\/45:hover {
    color: rgba(17, 24, 39, 0.45);
}
.hover\:text-coolgray-900\/5:hover {
    color: rgba(17, 24, 39, 0.05);
}
.hover\:text-coolgray-900\/50:hover {
    color: rgba(17, 24, 39, 0.5);
}
.hover\:text-coolgray-900\/55:hover {
    color: rgba(17, 24, 39, 0.55);
}
.hover\:text-coolgray-900\/60:hover {
    color: rgba(17, 24, 39, 0.6);
}
.hover\:text-coolgray-900\/65:hover {
    color: rgba(17, 24, 39, 0.65);
}
.hover\:text-coolgray-900\/70:hover {
    color: rgba(17, 24, 39, 0.7);
}
.hover\:text-coolgray-900\/75:hover {
    color: rgba(17, 24, 39, 0.75);
}
.hover\:text-coolgray-900\/80:hover {
    color: rgba(17, 24, 39, 0.8);
}
.hover\:text-coolgray-900\/85:hover {
    color: rgba(17, 24, 39, 0.85);
}
.hover\:text-coolgray-900\/90:hover {
    color: rgba(17, 24, 39, 0.9);
}
.hover\:text-coolgray-900\/95:hover {
    color: rgba(17, 24, 39, 0.95);
}
.hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-100\/0:hover {
    color: rgba(207, 250, 254, 0);
}
.hover\:text-cyan-100\/10:hover {
    color: rgba(207, 250, 254, 0.1);
}
.hover\:text-cyan-100\/100:hover {
    color: #cffafe;
}
.hover\:text-cyan-100\/15:hover {
    color: rgba(207, 250, 254, 0.15);
}
.hover\:text-cyan-100\/20:hover {
    color: rgba(207, 250, 254, 0.2);
}
.hover\:text-cyan-100\/25:hover {
    color: rgba(207, 250, 254, 0.25);
}
.hover\:text-cyan-100\/30:hover {
    color: rgba(207, 250, 254, 0.3);
}
.hover\:text-cyan-100\/35:hover {
    color: rgba(207, 250, 254, 0.35);
}
.hover\:text-cyan-100\/40:hover {
    color: rgba(207, 250, 254, 0.4);
}
.hover\:text-cyan-100\/45:hover {
    color: rgba(207, 250, 254, 0.45);
}
.hover\:text-cyan-100\/5:hover {
    color: rgba(207, 250, 254, 0.05);
}
.hover\:text-cyan-100\/50:hover {
    color: rgba(207, 250, 254, 0.5);
}
.hover\:text-cyan-100\/55:hover {
    color: rgba(207, 250, 254, 0.55);
}
.hover\:text-cyan-100\/60:hover {
    color: rgba(207, 250, 254, 0.6);
}
.hover\:text-cyan-100\/65:hover {
    color: rgba(207, 250, 254, 0.65);
}
.hover\:text-cyan-100\/70:hover {
    color: rgba(207, 250, 254, 0.7);
}
.hover\:text-cyan-100\/75:hover {
    color: rgba(207, 250, 254, 0.75);
}
.hover\:text-cyan-100\/80:hover {
    color: rgba(207, 250, 254, 0.8);
}
.hover\:text-cyan-100\/85:hover {
    color: rgba(207, 250, 254, 0.85);
}
.hover\:text-cyan-100\/90:hover {
    color: rgba(207, 250, 254, 0.9);
}
.hover\:text-cyan-100\/95:hover {
    color: rgba(207, 250, 254, 0.95);
}
.hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-200\/0:hover {
    color: rgba(165, 243, 252, 0);
}
.hover\:text-cyan-200\/10:hover {
    color: rgba(165, 243, 252, 0.1);
}
.hover\:text-cyan-200\/100:hover {
    color: #a5f3fc;
}
.hover\:text-cyan-200\/15:hover {
    color: rgba(165, 243, 252, 0.15);
}
.hover\:text-cyan-200\/20:hover {
    color: rgba(165, 243, 252, 0.2);
}
.hover\:text-cyan-200\/25:hover {
    color: rgba(165, 243, 252, 0.25);
}
.hover\:text-cyan-200\/30:hover {
    color: rgba(165, 243, 252, 0.3);
}
.hover\:text-cyan-200\/35:hover {
    color: rgba(165, 243, 252, 0.35);
}
.hover\:text-cyan-200\/40:hover {
    color: rgba(165, 243, 252, 0.4);
}
.hover\:text-cyan-200\/45:hover {
    color: rgba(165, 243, 252, 0.45);
}
.hover\:text-cyan-200\/5:hover {
    color: rgba(165, 243, 252, 0.05);
}
.hover\:text-cyan-200\/50:hover {
    color: rgba(165, 243, 252, 0.5);
}
.hover\:text-cyan-200\/55:hover {
    color: rgba(165, 243, 252, 0.55);
}
.hover\:text-cyan-200\/60:hover {
    color: rgba(165, 243, 252, 0.6);
}
.hover\:text-cyan-200\/65:hover {
    color: rgba(165, 243, 252, 0.65);
}
.hover\:text-cyan-200\/70:hover {
    color: rgba(165, 243, 252, 0.7);
}
.hover\:text-cyan-200\/75:hover {
    color: rgba(165, 243, 252, 0.75);
}
.hover\:text-cyan-200\/80:hover {
    color: rgba(165, 243, 252, 0.8);
}
.hover\:text-cyan-200\/85:hover {
    color: rgba(165, 243, 252, 0.85);
}
.hover\:text-cyan-200\/90:hover {
    color: rgba(165, 243, 252, 0.9);
}
.hover\:text-cyan-200\/95:hover {
    color: rgba(165, 243, 252, 0.95);
}
.hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-300\/0:hover {
    color: rgba(103, 232, 249, 0);
}
.hover\:text-cyan-300\/10:hover {
    color: rgba(103, 232, 249, 0.1);
}
.hover\:text-cyan-300\/100:hover {
    color: #67e8f9;
}
.hover\:text-cyan-300\/15:hover {
    color: rgba(103, 232, 249, 0.15);
}
.hover\:text-cyan-300\/20:hover {
    color: rgba(103, 232, 249, 0.2);
}
.hover\:text-cyan-300\/25:hover {
    color: rgba(103, 232, 249, 0.25);
}
.hover\:text-cyan-300\/30:hover {
    color: rgba(103, 232, 249, 0.3);
}
.hover\:text-cyan-300\/35:hover {
    color: rgba(103, 232, 249, 0.35);
}
.hover\:text-cyan-300\/40:hover {
    color: rgba(103, 232, 249, 0.4);
}
.hover\:text-cyan-300\/45:hover {
    color: rgba(103, 232, 249, 0.45);
}
.hover\:text-cyan-300\/5:hover {
    color: rgba(103, 232, 249, 0.05);
}
.hover\:text-cyan-300\/50:hover {
    color: rgba(103, 232, 249, 0.5);
}
.hover\:text-cyan-300\/55:hover {
    color: rgba(103, 232, 249, 0.55);
}
.hover\:text-cyan-300\/60:hover {
    color: rgba(103, 232, 249, 0.6);
}
.hover\:text-cyan-300\/65:hover {
    color: rgba(103, 232, 249, 0.65);
}
.hover\:text-cyan-300\/70:hover {
    color: rgba(103, 232, 249, 0.7);
}
.hover\:text-cyan-300\/75:hover {
    color: rgba(103, 232, 249, 0.75);
}
.hover\:text-cyan-300\/80:hover {
    color: rgba(103, 232, 249, 0.8);
}
.hover\:text-cyan-300\/85:hover {
    color: rgba(103, 232, 249, 0.85);
}
.hover\:text-cyan-300\/90:hover {
    color: rgba(103, 232, 249, 0.9);
}
.hover\:text-cyan-300\/95:hover {
    color: rgba(103, 232, 249, 0.95);
}
.hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-400\/0:hover {
    color: rgba(34, 211, 238, 0);
}
.hover\:text-cyan-400\/10:hover {
    color: rgba(34, 211, 238, 0.1);
}
.hover\:text-cyan-400\/100:hover {
    color: #22d3ee;
}
.hover\:text-cyan-400\/15:hover {
    color: rgba(34, 211, 238, 0.15);
}
.hover\:text-cyan-400\/20:hover {
    color: rgba(34, 211, 238, 0.2);
}
.hover\:text-cyan-400\/25:hover {
    color: rgba(34, 211, 238, 0.25);
}
.hover\:text-cyan-400\/30:hover {
    color: rgba(34, 211, 238, 0.3);
}
.hover\:text-cyan-400\/35:hover {
    color: rgba(34, 211, 238, 0.35);
}
.hover\:text-cyan-400\/40:hover {
    color: rgba(34, 211, 238, 0.4);
}
.hover\:text-cyan-400\/45:hover {
    color: rgba(34, 211, 238, 0.45);
}
.hover\:text-cyan-400\/5:hover {
    color: rgba(34, 211, 238, 0.05);
}
.hover\:text-cyan-400\/50:hover {
    color: rgba(34, 211, 238, 0.5);
}
.hover\:text-cyan-400\/55:hover {
    color: rgba(34, 211, 238, 0.55);
}
.hover\:text-cyan-400\/60:hover {
    color: rgba(34, 211, 238, 0.6);
}
.hover\:text-cyan-400\/65:hover {
    color: rgba(34, 211, 238, 0.65);
}
.hover\:text-cyan-400\/70:hover {
    color: rgba(34, 211, 238, 0.7);
}
.hover\:text-cyan-400\/75:hover {
    color: rgba(34, 211, 238, 0.75);
}
.hover\:text-cyan-400\/80:hover {
    color: rgba(34, 211, 238, 0.8);
}
.hover\:text-cyan-400\/85:hover {
    color: rgba(34, 211, 238, 0.85);
}
.hover\:text-cyan-400\/90:hover {
    color: rgba(34, 211, 238, 0.9);
}
.hover\:text-cyan-400\/95:hover {
    color: rgba(34, 211, 238, 0.95);
}
.hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-50\/0:hover {
    color: rgba(236, 254, 255, 0);
}
.hover\:text-cyan-50\/10:hover {
    color: rgba(236, 254, 255, 0.1);
}
.hover\:text-cyan-50\/100:hover {
    color: #ecfeff;
}
.hover\:text-cyan-50\/15:hover {
    color: rgba(236, 254, 255, 0.15);
}
.hover\:text-cyan-50\/20:hover {
    color: rgba(236, 254, 255, 0.2);
}
.hover\:text-cyan-50\/25:hover {
    color: rgba(236, 254, 255, 0.25);
}
.hover\:text-cyan-50\/30:hover {
    color: rgba(236, 254, 255, 0.3);
}
.hover\:text-cyan-50\/35:hover {
    color: rgba(236, 254, 255, 0.35);
}
.hover\:text-cyan-50\/40:hover {
    color: rgba(236, 254, 255, 0.4);
}
.hover\:text-cyan-50\/45:hover {
    color: rgba(236, 254, 255, 0.45);
}
.hover\:text-cyan-50\/5:hover {
    color: rgba(236, 254, 255, 0.05);
}
.hover\:text-cyan-50\/50:hover {
    color: rgba(236, 254, 255, 0.5);
}
.hover\:text-cyan-50\/55:hover {
    color: rgba(236, 254, 255, 0.55);
}
.hover\:text-cyan-50\/60:hover {
    color: rgba(236, 254, 255, 0.6);
}
.hover\:text-cyan-50\/65:hover {
    color: rgba(236, 254, 255, 0.65);
}
.hover\:text-cyan-50\/70:hover {
    color: rgba(236, 254, 255, 0.7);
}
.hover\:text-cyan-50\/75:hover {
    color: rgba(236, 254, 255, 0.75);
}
.hover\:text-cyan-50\/80:hover {
    color: rgba(236, 254, 255, 0.8);
}
.hover\:text-cyan-50\/85:hover {
    color: rgba(236, 254, 255, 0.85);
}
.hover\:text-cyan-50\/90:hover {
    color: rgba(236, 254, 255, 0.9);
}
.hover\:text-cyan-50\/95:hover {
    color: rgba(236, 254, 255, 0.95);
}
.hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-500\/0:hover {
    color: rgba(6, 182, 212, 0);
}
.hover\:text-cyan-500\/10:hover {
    color: rgba(6, 182, 212, 0.1);
}
.hover\:text-cyan-500\/100:hover {
    color: #06b6d4;
}
.hover\:text-cyan-500\/15:hover {
    color: rgba(6, 182, 212, 0.15);
}
.hover\:text-cyan-500\/20:hover {
    color: rgba(6, 182, 212, 0.2);
}
.hover\:text-cyan-500\/25:hover {
    color: rgba(6, 182, 212, 0.25);
}
.hover\:text-cyan-500\/30:hover {
    color: rgba(6, 182, 212, 0.3);
}
.hover\:text-cyan-500\/35:hover {
    color: rgba(6, 182, 212, 0.35);
}
.hover\:text-cyan-500\/40:hover {
    color: rgba(6, 182, 212, 0.4);
}
.hover\:text-cyan-500\/45:hover {
    color: rgba(6, 182, 212, 0.45);
}
.hover\:text-cyan-500\/5:hover {
    color: rgba(6, 182, 212, 0.05);
}
.hover\:text-cyan-500\/50:hover {
    color: rgba(6, 182, 212, 0.5);
}
.hover\:text-cyan-500\/55:hover {
    color: rgba(6, 182, 212, 0.55);
}
.hover\:text-cyan-500\/60:hover {
    color: rgba(6, 182, 212, 0.6);
}
.hover\:text-cyan-500\/65:hover {
    color: rgba(6, 182, 212, 0.65);
}
.hover\:text-cyan-500\/70:hover {
    color: rgba(6, 182, 212, 0.7);
}
.hover\:text-cyan-500\/75:hover {
    color: rgba(6, 182, 212, 0.75);
}
.hover\:text-cyan-500\/80:hover {
    color: rgba(6, 182, 212, 0.8);
}
.hover\:text-cyan-500\/85:hover {
    color: rgba(6, 182, 212, 0.85);
}
.hover\:text-cyan-500\/90:hover {
    color: rgba(6, 182, 212, 0.9);
}
.hover\:text-cyan-500\/95:hover {
    color: rgba(6, 182, 212, 0.95);
}
.hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-600\/0:hover {
    color: rgba(8, 145, 178, 0);
}
.hover\:text-cyan-600\/10:hover {
    color: rgba(8, 145, 178, 0.1);
}
.hover\:text-cyan-600\/100:hover {
    color: #0891b2;
}
.hover\:text-cyan-600\/15:hover {
    color: rgba(8, 145, 178, 0.15);
}
.hover\:text-cyan-600\/20:hover {
    color: rgba(8, 145, 178, 0.2);
}
.hover\:text-cyan-600\/25:hover {
    color: rgba(8, 145, 178, 0.25);
}
.hover\:text-cyan-600\/30:hover {
    color: rgba(8, 145, 178, 0.3);
}
.hover\:text-cyan-600\/35:hover {
    color: rgba(8, 145, 178, 0.35);
}
.hover\:text-cyan-600\/40:hover {
    color: rgba(8, 145, 178, 0.4);
}
.hover\:text-cyan-600\/45:hover {
    color: rgba(8, 145, 178, 0.45);
}
.hover\:text-cyan-600\/5:hover {
    color: rgba(8, 145, 178, 0.05);
}
.hover\:text-cyan-600\/50:hover {
    color: rgba(8, 145, 178, 0.5);
}
.hover\:text-cyan-600\/55:hover {
    color: rgba(8, 145, 178, 0.55);
}
.hover\:text-cyan-600\/60:hover {
    color: rgba(8, 145, 178, 0.6);
}
.hover\:text-cyan-600\/65:hover {
    color: rgba(8, 145, 178, 0.65);
}
.hover\:text-cyan-600\/70:hover {
    color: rgba(8, 145, 178, 0.7);
}
.hover\:text-cyan-600\/75:hover {
    color: rgba(8, 145, 178, 0.75);
}
.hover\:text-cyan-600\/80:hover {
    color: rgba(8, 145, 178, 0.8);
}
.hover\:text-cyan-600\/85:hover {
    color: rgba(8, 145, 178, 0.85);
}
.hover\:text-cyan-600\/90:hover {
    color: rgba(8, 145, 178, 0.9);
}
.hover\:text-cyan-600\/95:hover {
    color: rgba(8, 145, 178, 0.95);
}
.hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-700\/0:hover {
    color: rgba(14, 116, 144, 0);
}
.hover\:text-cyan-700\/10:hover {
    color: rgba(14, 116, 144, 0.1);
}
.hover\:text-cyan-700\/100:hover {
    color: #0e7490;
}
.hover\:text-cyan-700\/15:hover {
    color: rgba(14, 116, 144, 0.15);
}
.hover\:text-cyan-700\/20:hover {
    color: rgba(14, 116, 144, 0.2);
}
.hover\:text-cyan-700\/25:hover {
    color: rgba(14, 116, 144, 0.25);
}
.hover\:text-cyan-700\/30:hover {
    color: rgba(14, 116, 144, 0.3);
}
.hover\:text-cyan-700\/35:hover {
    color: rgba(14, 116, 144, 0.35);
}
.hover\:text-cyan-700\/40:hover {
    color: rgba(14, 116, 144, 0.4);
}
.hover\:text-cyan-700\/45:hover {
    color: rgba(14, 116, 144, 0.45);
}
.hover\:text-cyan-700\/5:hover {
    color: rgba(14, 116, 144, 0.05);
}
.hover\:text-cyan-700\/50:hover {
    color: rgba(14, 116, 144, 0.5);
}
.hover\:text-cyan-700\/55:hover {
    color: rgba(14, 116, 144, 0.55);
}
.hover\:text-cyan-700\/60:hover {
    color: rgba(14, 116, 144, 0.6);
}
.hover\:text-cyan-700\/65:hover {
    color: rgba(14, 116, 144, 0.65);
}
.hover\:text-cyan-700\/70:hover {
    color: rgba(14, 116, 144, 0.7);
}
.hover\:text-cyan-700\/75:hover {
    color: rgba(14, 116, 144, 0.75);
}
.hover\:text-cyan-700\/80:hover {
    color: rgba(14, 116, 144, 0.8);
}
.hover\:text-cyan-700\/85:hover {
    color: rgba(14, 116, 144, 0.85);
}
.hover\:text-cyan-700\/90:hover {
    color: rgba(14, 116, 144, 0.9);
}
.hover\:text-cyan-700\/95:hover {
    color: rgba(14, 116, 144, 0.95);
}
.hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-800\/0:hover {
    color: rgba(21, 94, 117, 0);
}
.hover\:text-cyan-800\/10:hover {
    color: rgba(21, 94, 117, 0.1);
}
.hover\:text-cyan-800\/100:hover {
    color: #155e75;
}
.hover\:text-cyan-800\/15:hover {
    color: rgba(21, 94, 117, 0.15);
}
.hover\:text-cyan-800\/20:hover {
    color: rgba(21, 94, 117, 0.2);
}
.hover\:text-cyan-800\/25:hover {
    color: rgba(21, 94, 117, 0.25);
}
.hover\:text-cyan-800\/30:hover {
    color: rgba(21, 94, 117, 0.3);
}
.hover\:text-cyan-800\/35:hover {
    color: rgba(21, 94, 117, 0.35);
}
.hover\:text-cyan-800\/40:hover {
    color: rgba(21, 94, 117, 0.4);
}
.hover\:text-cyan-800\/45:hover {
    color: rgba(21, 94, 117, 0.45);
}
.hover\:text-cyan-800\/5:hover {
    color: rgba(21, 94, 117, 0.05);
}
.hover\:text-cyan-800\/50:hover {
    color: rgba(21, 94, 117, 0.5);
}
.hover\:text-cyan-800\/55:hover {
    color: rgba(21, 94, 117, 0.55);
}
.hover\:text-cyan-800\/60:hover {
    color: rgba(21, 94, 117, 0.6);
}
.hover\:text-cyan-800\/65:hover {
    color: rgba(21, 94, 117, 0.65);
}
.hover\:text-cyan-800\/70:hover {
    color: rgba(21, 94, 117, 0.7);
}
.hover\:text-cyan-800\/75:hover {
    color: rgba(21, 94, 117, 0.75);
}
.hover\:text-cyan-800\/80:hover {
    color: rgba(21, 94, 117, 0.8);
}
.hover\:text-cyan-800\/85:hover {
    color: rgba(21, 94, 117, 0.85);
}
.hover\:text-cyan-800\/90:hover {
    color: rgba(21, 94, 117, 0.9);
}
.hover\:text-cyan-800\/95:hover {
    color: rgba(21, 94, 117, 0.95);
}
.hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-900\/0:hover {
    color: rgba(22, 78, 99, 0);
}
.hover\:text-cyan-900\/10:hover {
    color: rgba(22, 78, 99, 0.1);
}
.hover\:text-cyan-900\/100:hover {
    color: #164e63;
}
.hover\:text-cyan-900\/15:hover {
    color: rgba(22, 78, 99, 0.15);
}
.hover\:text-cyan-900\/20:hover {
    color: rgba(22, 78, 99, 0.2);
}
.hover\:text-cyan-900\/25:hover {
    color: rgba(22, 78, 99, 0.25);
}
.hover\:text-cyan-900\/30:hover {
    color: rgba(22, 78, 99, 0.3);
}
.hover\:text-cyan-900\/35:hover {
    color: rgba(22, 78, 99, 0.35);
}
.hover\:text-cyan-900\/40:hover {
    color: rgba(22, 78, 99, 0.4);
}
.hover\:text-cyan-900\/45:hover {
    color: rgba(22, 78, 99, 0.45);
}
.hover\:text-cyan-900\/5:hover {
    color: rgba(22, 78, 99, 0.05);
}
.hover\:text-cyan-900\/50:hover {
    color: rgba(22, 78, 99, 0.5);
}
.hover\:text-cyan-900\/55:hover {
    color: rgba(22, 78, 99, 0.55);
}
.hover\:text-cyan-900\/60:hover {
    color: rgba(22, 78, 99, 0.6);
}
.hover\:text-cyan-900\/65:hover {
    color: rgba(22, 78, 99, 0.65);
}
.hover\:text-cyan-900\/70:hover {
    color: rgba(22, 78, 99, 0.7);
}
.hover\:text-cyan-900\/75:hover {
    color: rgba(22, 78, 99, 0.75);
}
.hover\:text-cyan-900\/80:hover {
    color: rgba(22, 78, 99, 0.8);
}
.hover\:text-cyan-900\/85:hover {
    color: rgba(22, 78, 99, 0.85);
}
.hover\:text-cyan-900\/90:hover {
    color: rgba(22, 78, 99, 0.9);
}
.hover\:text-cyan-900\/95:hover {
    color: rgba(22, 78, 99, 0.95);
}
.hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-100\/0:hover {
    color: rgba(209, 250, 229, 0);
}
.hover\:text-emerald-100\/10:hover {
    color: rgba(209, 250, 229, 0.1);
}
.hover\:text-emerald-100\/100:hover {
    color: #d1fae5;
}
.hover\:text-emerald-100\/15:hover {
    color: rgba(209, 250, 229, 0.15);
}
.hover\:text-emerald-100\/20:hover {
    color: rgba(209, 250, 229, 0.2);
}
.hover\:text-emerald-100\/25:hover {
    color: rgba(209, 250, 229, 0.25);
}
.hover\:text-emerald-100\/30:hover {
    color: rgba(209, 250, 229, 0.3);
}
.hover\:text-emerald-100\/35:hover {
    color: rgba(209, 250, 229, 0.35);
}
.hover\:text-emerald-100\/40:hover {
    color: rgba(209, 250, 229, 0.4);
}
.hover\:text-emerald-100\/45:hover {
    color: rgba(209, 250, 229, 0.45);
}
.hover\:text-emerald-100\/5:hover {
    color: rgba(209, 250, 229, 0.05);
}
.hover\:text-emerald-100\/50:hover {
    color: rgba(209, 250, 229, 0.5);
}
.hover\:text-emerald-100\/55:hover {
    color: rgba(209, 250, 229, 0.55);
}
.hover\:text-emerald-100\/60:hover {
    color: rgba(209, 250, 229, 0.6);
}
.hover\:text-emerald-100\/65:hover {
    color: rgba(209, 250, 229, 0.65);
}
.hover\:text-emerald-100\/70:hover {
    color: rgba(209, 250, 229, 0.7);
}
.hover\:text-emerald-100\/75:hover {
    color: rgba(209, 250, 229, 0.75);
}
.hover\:text-emerald-100\/80:hover {
    color: rgba(209, 250, 229, 0.8);
}
.hover\:text-emerald-100\/85:hover {
    color: rgba(209, 250, 229, 0.85);
}
.hover\:text-emerald-100\/90:hover {
    color: rgba(209, 250, 229, 0.9);
}
.hover\:text-emerald-100\/95:hover {
    color: rgba(209, 250, 229, 0.95);
}
.hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-200\/0:hover {
    color: rgba(167, 243, 208, 0);
}
.hover\:text-emerald-200\/10:hover {
    color: rgba(167, 243, 208, 0.1);
}
.hover\:text-emerald-200\/100:hover {
    color: #a7f3d0;
}
.hover\:text-emerald-200\/15:hover {
    color: rgba(167, 243, 208, 0.15);
}
.hover\:text-emerald-200\/20:hover {
    color: rgba(167, 243, 208, 0.2);
}
.hover\:text-emerald-200\/25:hover {
    color: rgba(167, 243, 208, 0.25);
}
.hover\:text-emerald-200\/30:hover {
    color: rgba(167, 243, 208, 0.3);
}
.hover\:text-emerald-200\/35:hover {
    color: rgba(167, 243, 208, 0.35);
}
.hover\:text-emerald-200\/40:hover {
    color: rgba(167, 243, 208, 0.4);
}
.hover\:text-emerald-200\/45:hover {
    color: rgba(167, 243, 208, 0.45);
}
.hover\:text-emerald-200\/5:hover {
    color: rgba(167, 243, 208, 0.05);
}
.hover\:text-emerald-200\/50:hover {
    color: rgba(167, 243, 208, 0.5);
}
.hover\:text-emerald-200\/55:hover {
    color: rgba(167, 243, 208, 0.55);
}
.hover\:text-emerald-200\/60:hover {
    color: rgba(167, 243, 208, 0.6);
}
.hover\:text-emerald-200\/65:hover {
    color: rgba(167, 243, 208, 0.65);
}
.hover\:text-emerald-200\/70:hover {
    color: rgba(167, 243, 208, 0.7);
}
.hover\:text-emerald-200\/75:hover {
    color: rgba(167, 243, 208, 0.75);
}
.hover\:text-emerald-200\/80:hover {
    color: rgba(167, 243, 208, 0.8);
}
.hover\:text-emerald-200\/85:hover {
    color: rgba(167, 243, 208, 0.85);
}
.hover\:text-emerald-200\/90:hover {
    color: rgba(167, 243, 208, 0.9);
}
.hover\:text-emerald-200\/95:hover {
    color: rgba(167, 243, 208, 0.95);
}
.hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-300\/0:hover {
    color: rgba(110, 231, 183, 0);
}
.hover\:text-emerald-300\/10:hover {
    color: rgba(110, 231, 183, 0.1);
}
.hover\:text-emerald-300\/100:hover {
    color: #6ee7b7;
}
.hover\:text-emerald-300\/15:hover {
    color: rgba(110, 231, 183, 0.15);
}
.hover\:text-emerald-300\/20:hover {
    color: rgba(110, 231, 183, 0.2);
}
.hover\:text-emerald-300\/25:hover {
    color: rgba(110, 231, 183, 0.25);
}
.hover\:text-emerald-300\/30:hover {
    color: rgba(110, 231, 183, 0.3);
}
.hover\:text-emerald-300\/35:hover {
    color: rgba(110, 231, 183, 0.35);
}
.hover\:text-emerald-300\/40:hover {
    color: rgba(110, 231, 183, 0.4);
}
.hover\:text-emerald-300\/45:hover {
    color: rgba(110, 231, 183, 0.45);
}
.hover\:text-emerald-300\/5:hover {
    color: rgba(110, 231, 183, 0.05);
}
.hover\:text-emerald-300\/50:hover {
    color: rgba(110, 231, 183, 0.5);
}
.hover\:text-emerald-300\/55:hover {
    color: rgba(110, 231, 183, 0.55);
}
.hover\:text-emerald-300\/60:hover {
    color: rgba(110, 231, 183, 0.6);
}
.hover\:text-emerald-300\/65:hover {
    color: rgba(110, 231, 183, 0.65);
}
.hover\:text-emerald-300\/70:hover {
    color: rgba(110, 231, 183, 0.7);
}
.hover\:text-emerald-300\/75:hover {
    color: rgba(110, 231, 183, 0.75);
}
.hover\:text-emerald-300\/80:hover {
    color: rgba(110, 231, 183, 0.8);
}
.hover\:text-emerald-300\/85:hover {
    color: rgba(110, 231, 183, 0.85);
}
.hover\:text-emerald-300\/90:hover {
    color: rgba(110, 231, 183, 0.9);
}
.hover\:text-emerald-300\/95:hover {
    color: rgba(110, 231, 183, 0.95);
}
.hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-400\/0:hover {
    color: rgba(52, 211, 153, 0);
}
.hover\:text-emerald-400\/10:hover {
    color: rgba(52, 211, 153, 0.1);
}
.hover\:text-emerald-400\/100:hover {
    color: #34d399;
}
.hover\:text-emerald-400\/15:hover {
    color: rgba(52, 211, 153, 0.15);
}
.hover\:text-emerald-400\/20:hover {
    color: rgba(52, 211, 153, 0.2);
}
.hover\:text-emerald-400\/25:hover {
    color: rgba(52, 211, 153, 0.25);
}
.hover\:text-emerald-400\/30:hover {
    color: rgba(52, 211, 153, 0.3);
}
.hover\:text-emerald-400\/35:hover {
    color: rgba(52, 211, 153, 0.35);
}
.hover\:text-emerald-400\/40:hover {
    color: rgba(52, 211, 153, 0.4);
}
.hover\:text-emerald-400\/45:hover {
    color: rgba(52, 211, 153, 0.45);
}
.hover\:text-emerald-400\/5:hover {
    color: rgba(52, 211, 153, 0.05);
}
.hover\:text-emerald-400\/50:hover {
    color: rgba(52, 211, 153, 0.5);
}
.hover\:text-emerald-400\/55:hover {
    color: rgba(52, 211, 153, 0.55);
}
.hover\:text-emerald-400\/60:hover {
    color: rgba(52, 211, 153, 0.6);
}
.hover\:text-emerald-400\/65:hover {
    color: rgba(52, 211, 153, 0.65);
}
.hover\:text-emerald-400\/70:hover {
    color: rgba(52, 211, 153, 0.7);
}
.hover\:text-emerald-400\/75:hover {
    color: rgba(52, 211, 153, 0.75);
}
.hover\:text-emerald-400\/80:hover {
    color: rgba(52, 211, 153, 0.8);
}
.hover\:text-emerald-400\/85:hover {
    color: rgba(52, 211, 153, 0.85);
}
.hover\:text-emerald-400\/90:hover {
    color: rgba(52, 211, 153, 0.9);
}
.hover\:text-emerald-400\/95:hover {
    color: rgba(52, 211, 153, 0.95);
}
.hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-50\/0:hover {
    color: rgba(236, 253, 245, 0);
}
.hover\:text-emerald-50\/10:hover {
    color: rgba(236, 253, 245, 0.1);
}
.hover\:text-emerald-50\/100:hover {
    color: #ecfdf5;
}
.hover\:text-emerald-50\/15:hover {
    color: rgba(236, 253, 245, 0.15);
}
.hover\:text-emerald-50\/20:hover {
    color: rgba(236, 253, 245, 0.2);
}
.hover\:text-emerald-50\/25:hover {
    color: rgba(236, 253, 245, 0.25);
}
.hover\:text-emerald-50\/30:hover {
    color: rgba(236, 253, 245, 0.3);
}
.hover\:text-emerald-50\/35:hover {
    color: rgba(236, 253, 245, 0.35);
}
.hover\:text-emerald-50\/40:hover {
    color: rgba(236, 253, 245, 0.4);
}
.hover\:text-emerald-50\/45:hover {
    color: rgba(236, 253, 245, 0.45);
}
.hover\:text-emerald-50\/5:hover {
    color: rgba(236, 253, 245, 0.05);
}
.hover\:text-emerald-50\/50:hover {
    color: rgba(236, 253, 245, 0.5);
}
.hover\:text-emerald-50\/55:hover {
    color: rgba(236, 253, 245, 0.55);
}
.hover\:text-emerald-50\/60:hover {
    color: rgba(236, 253, 245, 0.6);
}
.hover\:text-emerald-50\/65:hover {
    color: rgba(236, 253, 245, 0.65);
}
.hover\:text-emerald-50\/70:hover {
    color: rgba(236, 253, 245, 0.7);
}
.hover\:text-emerald-50\/75:hover {
    color: rgba(236, 253, 245, 0.75);
}
.hover\:text-emerald-50\/80:hover {
    color: rgba(236, 253, 245, 0.8);
}
.hover\:text-emerald-50\/85:hover {
    color: rgba(236, 253, 245, 0.85);
}
.hover\:text-emerald-50\/90:hover {
    color: rgba(236, 253, 245, 0.9);
}
.hover\:text-emerald-50\/95:hover {
    color: rgba(236, 253, 245, 0.95);
}
.hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-500\/0:hover {
    color: rgba(16, 185, 129, 0);
}
.hover\:text-emerald-500\/10:hover {
    color: rgba(16, 185, 129, 0.1);
}
.hover\:text-emerald-500\/100:hover {
    color: #10b981;
}
.hover\:text-emerald-500\/15:hover {
    color: rgba(16, 185, 129, 0.15);
}
.hover\:text-emerald-500\/20:hover {
    color: rgba(16, 185, 129, 0.2);
}
.hover\:text-emerald-500\/25:hover {
    color: rgba(16, 185, 129, 0.25);
}
.hover\:text-emerald-500\/30:hover {
    color: rgba(16, 185, 129, 0.3);
}
.hover\:text-emerald-500\/35:hover {
    color: rgba(16, 185, 129, 0.35);
}
.hover\:text-emerald-500\/40:hover {
    color: rgba(16, 185, 129, 0.4);
}
.hover\:text-emerald-500\/45:hover {
    color: rgba(16, 185, 129, 0.45);
}
.hover\:text-emerald-500\/5:hover {
    color: rgba(16, 185, 129, 0.05);
}
.hover\:text-emerald-500\/50:hover {
    color: rgba(16, 185, 129, 0.5);
}
.hover\:text-emerald-500\/55:hover {
    color: rgba(16, 185, 129, 0.55);
}
.hover\:text-emerald-500\/60:hover {
    color: rgba(16, 185, 129, 0.6);
}
.hover\:text-emerald-500\/65:hover {
    color: rgba(16, 185, 129, 0.65);
}
.hover\:text-emerald-500\/70:hover {
    color: rgba(16, 185, 129, 0.7);
}
.hover\:text-emerald-500\/75:hover {
    color: rgba(16, 185, 129, 0.75);
}
.hover\:text-emerald-500\/80:hover {
    color: rgba(16, 185, 129, 0.8);
}
.hover\:text-emerald-500\/85:hover {
    color: rgba(16, 185, 129, 0.85);
}
.hover\:text-emerald-500\/90:hover {
    color: rgba(16, 185, 129, 0.9);
}
.hover\:text-emerald-500\/95:hover {
    color: rgba(16, 185, 129, 0.95);
}
.hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-600\/0:hover {
    color: rgba(5, 150, 105, 0);
}
.hover\:text-emerald-600\/10:hover {
    color: rgba(5, 150, 105, 0.1);
}
.hover\:text-emerald-600\/100:hover {
    color: #059669;
}
.hover\:text-emerald-600\/15:hover {
    color: rgba(5, 150, 105, 0.15);
}
.hover\:text-emerald-600\/20:hover {
    color: rgba(5, 150, 105, 0.2);
}
.hover\:text-emerald-600\/25:hover {
    color: rgba(5, 150, 105, 0.25);
}
.hover\:text-emerald-600\/30:hover {
    color: rgba(5, 150, 105, 0.3);
}
.hover\:text-emerald-600\/35:hover {
    color: rgba(5, 150, 105, 0.35);
}
.hover\:text-emerald-600\/40:hover {
    color: rgba(5, 150, 105, 0.4);
}
.hover\:text-emerald-600\/45:hover {
    color: rgba(5, 150, 105, 0.45);
}
.hover\:text-emerald-600\/5:hover {
    color: rgba(5, 150, 105, 0.05);
}
.hover\:text-emerald-600\/50:hover {
    color: rgba(5, 150, 105, 0.5);
}
.hover\:text-emerald-600\/55:hover {
    color: rgba(5, 150, 105, 0.55);
}
.hover\:text-emerald-600\/60:hover {
    color: rgba(5, 150, 105, 0.6);
}
.hover\:text-emerald-600\/65:hover {
    color: rgba(5, 150, 105, 0.65);
}
.hover\:text-emerald-600\/70:hover {
    color: rgba(5, 150, 105, 0.7);
}
.hover\:text-emerald-600\/75:hover {
    color: rgba(5, 150, 105, 0.75);
}
.hover\:text-emerald-600\/80:hover {
    color: rgba(5, 150, 105, 0.8);
}
.hover\:text-emerald-600\/85:hover {
    color: rgba(5, 150, 105, 0.85);
}
.hover\:text-emerald-600\/90:hover {
    color: rgba(5, 150, 105, 0.9);
}
.hover\:text-emerald-600\/95:hover {
    color: rgba(5, 150, 105, 0.95);
}
.hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-700\/0:hover {
    color: rgba(4, 120, 87, 0);
}
.hover\:text-emerald-700\/10:hover {
    color: rgba(4, 120, 87, 0.1);
}
.hover\:text-emerald-700\/100:hover {
    color: #047857;
}
.hover\:text-emerald-700\/15:hover {
    color: rgba(4, 120, 87, 0.15);
}
.hover\:text-emerald-700\/20:hover {
    color: rgba(4, 120, 87, 0.2);
}
.hover\:text-emerald-700\/25:hover {
    color: rgba(4, 120, 87, 0.25);
}
.hover\:text-emerald-700\/30:hover {
    color: rgba(4, 120, 87, 0.3);
}
.hover\:text-emerald-700\/35:hover {
    color: rgba(4, 120, 87, 0.35);
}
.hover\:text-emerald-700\/40:hover {
    color: rgba(4, 120, 87, 0.4);
}
.hover\:text-emerald-700\/45:hover {
    color: rgba(4, 120, 87, 0.45);
}
.hover\:text-emerald-700\/5:hover {
    color: rgba(4, 120, 87, 0.05);
}
.hover\:text-emerald-700\/50:hover {
    color: rgba(4, 120, 87, 0.5);
}
.hover\:text-emerald-700\/55:hover {
    color: rgba(4, 120, 87, 0.55);
}
.hover\:text-emerald-700\/60:hover {
    color: rgba(4, 120, 87, 0.6);
}
.hover\:text-emerald-700\/65:hover {
    color: rgba(4, 120, 87, 0.65);
}
.hover\:text-emerald-700\/70:hover {
    color: rgba(4, 120, 87, 0.7);
}
.hover\:text-emerald-700\/75:hover {
    color: rgba(4, 120, 87, 0.75);
}
.hover\:text-emerald-700\/80:hover {
    color: rgba(4, 120, 87, 0.8);
}
.hover\:text-emerald-700\/85:hover {
    color: rgba(4, 120, 87, 0.85);
}
.hover\:text-emerald-700\/90:hover {
    color: rgba(4, 120, 87, 0.9);
}
.hover\:text-emerald-700\/95:hover {
    color: rgba(4, 120, 87, 0.95);
}
.hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-800\/0:hover {
    color: rgba(6, 95, 70, 0);
}
.hover\:text-emerald-800\/10:hover {
    color: rgba(6, 95, 70, 0.1);
}
.hover\:text-emerald-800\/100:hover {
    color: #065f46;
}
.hover\:text-emerald-800\/15:hover {
    color: rgba(6, 95, 70, 0.15);
}
.hover\:text-emerald-800\/20:hover {
    color: rgba(6, 95, 70, 0.2);
}
.hover\:text-emerald-800\/25:hover {
    color: rgba(6, 95, 70, 0.25);
}
.hover\:text-emerald-800\/30:hover {
    color: rgba(6, 95, 70, 0.3);
}
.hover\:text-emerald-800\/35:hover {
    color: rgba(6, 95, 70, 0.35);
}
.hover\:text-emerald-800\/40:hover {
    color: rgba(6, 95, 70, 0.4);
}
.hover\:text-emerald-800\/45:hover {
    color: rgba(6, 95, 70, 0.45);
}
.hover\:text-emerald-800\/5:hover {
    color: rgba(6, 95, 70, 0.05);
}
.hover\:text-emerald-800\/50:hover {
    color: rgba(6, 95, 70, 0.5);
}
.hover\:text-emerald-800\/55:hover {
    color: rgba(6, 95, 70, 0.55);
}
.hover\:text-emerald-800\/60:hover {
    color: rgba(6, 95, 70, 0.6);
}
.hover\:text-emerald-800\/65:hover {
    color: rgba(6, 95, 70, 0.65);
}
.hover\:text-emerald-800\/70:hover {
    color: rgba(6, 95, 70, 0.7);
}
.hover\:text-emerald-800\/75:hover {
    color: rgba(6, 95, 70, 0.75);
}
.hover\:text-emerald-800\/80:hover {
    color: rgba(6, 95, 70, 0.8);
}
.hover\:text-emerald-800\/85:hover {
    color: rgba(6, 95, 70, 0.85);
}
.hover\:text-emerald-800\/90:hover {
    color: rgba(6, 95, 70, 0.9);
}
.hover\:text-emerald-800\/95:hover {
    color: rgba(6, 95, 70, 0.95);
}
.hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-900\/0:hover {
    color: rgba(6, 78, 59, 0);
}
.hover\:text-emerald-900\/10:hover {
    color: rgba(6, 78, 59, 0.1);
}
.hover\:text-emerald-900\/100:hover {
    color: #064e3b;
}
.hover\:text-emerald-900\/15:hover {
    color: rgba(6, 78, 59, 0.15);
}
.hover\:text-emerald-900\/20:hover {
    color: rgba(6, 78, 59, 0.2);
}
.hover\:text-emerald-900\/25:hover {
    color: rgba(6, 78, 59, 0.25);
}
.hover\:text-emerald-900\/30:hover {
    color: rgba(6, 78, 59, 0.3);
}
.hover\:text-emerald-900\/35:hover {
    color: rgba(6, 78, 59, 0.35);
}
.hover\:text-emerald-900\/40:hover {
    color: rgba(6, 78, 59, 0.4);
}
.hover\:text-emerald-900\/45:hover {
    color: rgba(6, 78, 59, 0.45);
}
.hover\:text-emerald-900\/5:hover {
    color: rgba(6, 78, 59, 0.05);
}
.hover\:text-emerald-900\/50:hover {
    color: rgba(6, 78, 59, 0.5);
}
.hover\:text-emerald-900\/55:hover {
    color: rgba(6, 78, 59, 0.55);
}
.hover\:text-emerald-900\/60:hover {
    color: rgba(6, 78, 59, 0.6);
}
.hover\:text-emerald-900\/65:hover {
    color: rgba(6, 78, 59, 0.65);
}
.hover\:text-emerald-900\/70:hover {
    color: rgba(6, 78, 59, 0.7);
}
.hover\:text-emerald-900\/75:hover {
    color: rgba(6, 78, 59, 0.75);
}
.hover\:text-emerald-900\/80:hover {
    color: rgba(6, 78, 59, 0.8);
}
.hover\:text-emerald-900\/85:hover {
    color: rgba(6, 78, 59, 0.85);
}
.hover\:text-emerald-900\/90:hover {
    color: rgba(6, 78, 59, 0.9);
}
.hover\:text-emerald-900\/95:hover {
    color: rgba(6, 78, 59, 0.95);
}
.hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-100\/0:hover {
    color: rgba(250, 232, 255, 0);
}
.hover\:text-fuchsia-100\/10:hover {
    color: rgba(250, 232, 255, 0.1);
}
.hover\:text-fuchsia-100\/100:hover {
    color: #fae8ff;
}
.hover\:text-fuchsia-100\/15:hover {
    color: rgba(250, 232, 255, 0.15);
}
.hover\:text-fuchsia-100\/20:hover {
    color: rgba(250, 232, 255, 0.2);
}
.hover\:text-fuchsia-100\/25:hover {
    color: rgba(250, 232, 255, 0.25);
}
.hover\:text-fuchsia-100\/30:hover {
    color: rgba(250, 232, 255, 0.3);
}
.hover\:text-fuchsia-100\/35:hover {
    color: rgba(250, 232, 255, 0.35);
}
.hover\:text-fuchsia-100\/40:hover {
    color: rgba(250, 232, 255, 0.4);
}
.hover\:text-fuchsia-100\/45:hover {
    color: rgba(250, 232, 255, 0.45);
}
.hover\:text-fuchsia-100\/5:hover {
    color: rgba(250, 232, 255, 0.05);
}
.hover\:text-fuchsia-100\/50:hover {
    color: rgba(250, 232, 255, 0.5);
}
.hover\:text-fuchsia-100\/55:hover {
    color: rgba(250, 232, 255, 0.55);
}
.hover\:text-fuchsia-100\/60:hover {
    color: rgba(250, 232, 255, 0.6);
}
.hover\:text-fuchsia-100\/65:hover {
    color: rgba(250, 232, 255, 0.65);
}
.hover\:text-fuchsia-100\/70:hover {
    color: rgba(250, 232, 255, 0.7);
}
.hover\:text-fuchsia-100\/75:hover {
    color: rgba(250, 232, 255, 0.75);
}
.hover\:text-fuchsia-100\/80:hover {
    color: rgba(250, 232, 255, 0.8);
}
.hover\:text-fuchsia-100\/85:hover {
    color: rgba(250, 232, 255, 0.85);
}
.hover\:text-fuchsia-100\/90:hover {
    color: rgba(250, 232, 255, 0.9);
}
.hover\:text-fuchsia-100\/95:hover {
    color: rgba(250, 232, 255, 0.95);
}
.hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-200\/0:hover {
    color: rgba(245, 208, 254, 0);
}
.hover\:text-fuchsia-200\/10:hover {
    color: rgba(245, 208, 254, 0.1);
}
.hover\:text-fuchsia-200\/100:hover {
    color: #f5d0fe;
}
.hover\:text-fuchsia-200\/15:hover {
    color: rgba(245, 208, 254, 0.15);
}
.hover\:text-fuchsia-200\/20:hover {
    color: rgba(245, 208, 254, 0.2);
}
.hover\:text-fuchsia-200\/25:hover {
    color: rgba(245, 208, 254, 0.25);
}
.hover\:text-fuchsia-200\/30:hover {
    color: rgba(245, 208, 254, 0.3);
}
.hover\:text-fuchsia-200\/35:hover {
    color: rgba(245, 208, 254, 0.35);
}
.hover\:text-fuchsia-200\/40:hover {
    color: rgba(245, 208, 254, 0.4);
}
.hover\:text-fuchsia-200\/45:hover {
    color: rgba(245, 208, 254, 0.45);
}
.hover\:text-fuchsia-200\/5:hover {
    color: rgba(245, 208, 254, 0.05);
}
.hover\:text-fuchsia-200\/50:hover {
    color: rgba(245, 208, 254, 0.5);
}
.hover\:text-fuchsia-200\/55:hover {
    color: rgba(245, 208, 254, 0.55);
}
.hover\:text-fuchsia-200\/60:hover {
    color: rgba(245, 208, 254, 0.6);
}
.hover\:text-fuchsia-200\/65:hover {
    color: rgba(245, 208, 254, 0.65);
}
.hover\:text-fuchsia-200\/70:hover {
    color: rgba(245, 208, 254, 0.7);
}
.hover\:text-fuchsia-200\/75:hover {
    color: rgba(245, 208, 254, 0.75);
}
.hover\:text-fuchsia-200\/80:hover {
    color: rgba(245, 208, 254, 0.8);
}
.hover\:text-fuchsia-200\/85:hover {
    color: rgba(245, 208, 254, 0.85);
}
.hover\:text-fuchsia-200\/90:hover {
    color: rgba(245, 208, 254, 0.9);
}
.hover\:text-fuchsia-200\/95:hover {
    color: rgba(245, 208, 254, 0.95);
}
.hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-300\/0:hover {
    color: rgba(240, 171, 252, 0);
}
.hover\:text-fuchsia-300\/10:hover {
    color: rgba(240, 171, 252, 0.1);
}
.hover\:text-fuchsia-300\/100:hover {
    color: #f0abfc;
}
.hover\:text-fuchsia-300\/15:hover {
    color: rgba(240, 171, 252, 0.15);
}
.hover\:text-fuchsia-300\/20:hover {
    color: rgba(240, 171, 252, 0.2);
}
.hover\:text-fuchsia-300\/25:hover {
    color: rgba(240, 171, 252, 0.25);
}
.hover\:text-fuchsia-300\/30:hover {
    color: rgba(240, 171, 252, 0.3);
}
.hover\:text-fuchsia-300\/35:hover {
    color: rgba(240, 171, 252, 0.35);
}
.hover\:text-fuchsia-300\/40:hover {
    color: rgba(240, 171, 252, 0.4);
}
.hover\:text-fuchsia-300\/45:hover {
    color: rgba(240, 171, 252, 0.45);
}
.hover\:text-fuchsia-300\/5:hover {
    color: rgba(240, 171, 252, 0.05);
}
.hover\:text-fuchsia-300\/50:hover {
    color: rgba(240, 171, 252, 0.5);
}
.hover\:text-fuchsia-300\/55:hover {
    color: rgba(240, 171, 252, 0.55);
}
.hover\:text-fuchsia-300\/60:hover {
    color: rgba(240, 171, 252, 0.6);
}
.hover\:text-fuchsia-300\/65:hover {
    color: rgba(240, 171, 252, 0.65);
}
.hover\:text-fuchsia-300\/70:hover {
    color: rgba(240, 171, 252, 0.7);
}
.hover\:text-fuchsia-300\/75:hover {
    color: rgba(240, 171, 252, 0.75);
}
.hover\:text-fuchsia-300\/80:hover {
    color: rgba(240, 171, 252, 0.8);
}
.hover\:text-fuchsia-300\/85:hover {
    color: rgba(240, 171, 252, 0.85);
}
.hover\:text-fuchsia-300\/90:hover {
    color: rgba(240, 171, 252, 0.9);
}
.hover\:text-fuchsia-300\/95:hover {
    color: rgba(240, 171, 252, 0.95);
}
.hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-400\/0:hover {
    color: rgba(232, 121, 249, 0);
}
.hover\:text-fuchsia-400\/10:hover {
    color: rgba(232, 121, 249, 0.1);
}
.hover\:text-fuchsia-400\/100:hover {
    color: #e879f9;
}
.hover\:text-fuchsia-400\/15:hover {
    color: rgba(232, 121, 249, 0.15);
}
.hover\:text-fuchsia-400\/20:hover {
    color: rgba(232, 121, 249, 0.2);
}
.hover\:text-fuchsia-400\/25:hover {
    color: rgba(232, 121, 249, 0.25);
}
.hover\:text-fuchsia-400\/30:hover {
    color: rgba(232, 121, 249, 0.3);
}
.hover\:text-fuchsia-400\/35:hover {
    color: rgba(232, 121, 249, 0.35);
}
.hover\:text-fuchsia-400\/40:hover {
    color: rgba(232, 121, 249, 0.4);
}
.hover\:text-fuchsia-400\/45:hover {
    color: rgba(232, 121, 249, 0.45);
}
.hover\:text-fuchsia-400\/5:hover {
    color: rgba(232, 121, 249, 0.05);
}
.hover\:text-fuchsia-400\/50:hover {
    color: rgba(232, 121, 249, 0.5);
}
.hover\:text-fuchsia-400\/55:hover {
    color: rgba(232, 121, 249, 0.55);
}
.hover\:text-fuchsia-400\/60:hover {
    color: rgba(232, 121, 249, 0.6);
}
.hover\:text-fuchsia-400\/65:hover {
    color: rgba(232, 121, 249, 0.65);
}
.hover\:text-fuchsia-400\/70:hover {
    color: rgba(232, 121, 249, 0.7);
}
.hover\:text-fuchsia-400\/75:hover {
    color: rgba(232, 121, 249, 0.75);
}
.hover\:text-fuchsia-400\/80:hover {
    color: rgba(232, 121, 249, 0.8);
}
.hover\:text-fuchsia-400\/85:hover {
    color: rgba(232, 121, 249, 0.85);
}
.hover\:text-fuchsia-400\/90:hover {
    color: rgba(232, 121, 249, 0.9);
}
.hover\:text-fuchsia-400\/95:hover {
    color: rgba(232, 121, 249, 0.95);
}
.hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-50\/0:hover {
    color: rgba(253, 244, 255, 0);
}
.hover\:text-fuchsia-50\/10:hover {
    color: rgba(253, 244, 255, 0.1);
}
.hover\:text-fuchsia-50\/100:hover {
    color: #fdf4ff;
}
.hover\:text-fuchsia-50\/15:hover {
    color: rgba(253, 244, 255, 0.15);
}
.hover\:text-fuchsia-50\/20:hover {
    color: rgba(253, 244, 255, 0.2);
}
.hover\:text-fuchsia-50\/25:hover {
    color: rgba(253, 244, 255, 0.25);
}
.hover\:text-fuchsia-50\/30:hover {
    color: rgba(253, 244, 255, 0.3);
}
.hover\:text-fuchsia-50\/35:hover {
    color: rgba(253, 244, 255, 0.35);
}
.hover\:text-fuchsia-50\/40:hover {
    color: rgba(253, 244, 255, 0.4);
}
.hover\:text-fuchsia-50\/45:hover {
    color: rgba(253, 244, 255, 0.45);
}
.hover\:text-fuchsia-50\/5:hover {
    color: rgba(253, 244, 255, 0.05);
}
.hover\:text-fuchsia-50\/50:hover {
    color: rgba(253, 244, 255, 0.5);
}
.hover\:text-fuchsia-50\/55:hover {
    color: rgba(253, 244, 255, 0.55);
}
.hover\:text-fuchsia-50\/60:hover {
    color: rgba(253, 244, 255, 0.6);
}
.hover\:text-fuchsia-50\/65:hover {
    color: rgba(253, 244, 255, 0.65);
}
.hover\:text-fuchsia-50\/70:hover {
    color: rgba(253, 244, 255, 0.7);
}
.hover\:text-fuchsia-50\/75:hover {
    color: rgba(253, 244, 255, 0.75);
}
.hover\:text-fuchsia-50\/80:hover {
    color: rgba(253, 244, 255, 0.8);
}
.hover\:text-fuchsia-50\/85:hover {
    color: rgba(253, 244, 255, 0.85);
}
.hover\:text-fuchsia-50\/90:hover {
    color: rgba(253, 244, 255, 0.9);
}
.hover\:text-fuchsia-50\/95:hover {
    color: rgba(253, 244, 255, 0.95);
}
.hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-500\/0:hover {
    color: rgba(217, 70, 239, 0);
}
.hover\:text-fuchsia-500\/10:hover {
    color: rgba(217, 70, 239, 0.1);
}
.hover\:text-fuchsia-500\/100:hover {
    color: #d946ef;
}
.hover\:text-fuchsia-500\/15:hover {
    color: rgba(217, 70, 239, 0.15);
}
.hover\:text-fuchsia-500\/20:hover {
    color: rgba(217, 70, 239, 0.2);
}
.hover\:text-fuchsia-500\/25:hover {
    color: rgba(217, 70, 239, 0.25);
}
.hover\:text-fuchsia-500\/30:hover {
    color: rgba(217, 70, 239, 0.3);
}
.hover\:text-fuchsia-500\/35:hover {
    color: rgba(217, 70, 239, 0.35);
}
.hover\:text-fuchsia-500\/40:hover {
    color: rgba(217, 70, 239, 0.4);
}
.hover\:text-fuchsia-500\/45:hover {
    color: rgba(217, 70, 239, 0.45);
}
.hover\:text-fuchsia-500\/5:hover {
    color: rgba(217, 70, 239, 0.05);
}
.hover\:text-fuchsia-500\/50:hover {
    color: rgba(217, 70, 239, 0.5);
}
.hover\:text-fuchsia-500\/55:hover {
    color: rgba(217, 70, 239, 0.55);
}
.hover\:text-fuchsia-500\/60:hover {
    color: rgba(217, 70, 239, 0.6);
}
.hover\:text-fuchsia-500\/65:hover {
    color: rgba(217, 70, 239, 0.65);
}
.hover\:text-fuchsia-500\/70:hover {
    color: rgba(217, 70, 239, 0.7);
}
.hover\:text-fuchsia-500\/75:hover {
    color: rgba(217, 70, 239, 0.75);
}
.hover\:text-fuchsia-500\/80:hover {
    color: rgba(217, 70, 239, 0.8);
}
.hover\:text-fuchsia-500\/85:hover {
    color: rgba(217, 70, 239, 0.85);
}
.hover\:text-fuchsia-500\/90:hover {
    color: rgba(217, 70, 239, 0.9);
}
.hover\:text-fuchsia-500\/95:hover {
    color: rgba(217, 70, 239, 0.95);
}
.hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-600\/0:hover {
    color: rgba(192, 38, 211, 0);
}
.hover\:text-fuchsia-600\/10:hover {
    color: rgba(192, 38, 211, 0.1);
}
.hover\:text-fuchsia-600\/100:hover {
    color: #c026d3;
}
.hover\:text-fuchsia-600\/15:hover {
    color: rgba(192, 38, 211, 0.15);
}
.hover\:text-fuchsia-600\/20:hover {
    color: rgba(192, 38, 211, 0.2);
}
.hover\:text-fuchsia-600\/25:hover {
    color: rgba(192, 38, 211, 0.25);
}
.hover\:text-fuchsia-600\/30:hover {
    color: rgba(192, 38, 211, 0.3);
}
.hover\:text-fuchsia-600\/35:hover {
    color: rgba(192, 38, 211, 0.35);
}
.hover\:text-fuchsia-600\/40:hover {
    color: rgba(192, 38, 211, 0.4);
}
.hover\:text-fuchsia-600\/45:hover {
    color: rgba(192, 38, 211, 0.45);
}
.hover\:text-fuchsia-600\/5:hover {
    color: rgba(192, 38, 211, 0.05);
}
.hover\:text-fuchsia-600\/50:hover {
    color: rgba(192, 38, 211, 0.5);
}
.hover\:text-fuchsia-600\/55:hover {
    color: rgba(192, 38, 211, 0.55);
}
.hover\:text-fuchsia-600\/60:hover {
    color: rgba(192, 38, 211, 0.6);
}
.hover\:text-fuchsia-600\/65:hover {
    color: rgba(192, 38, 211, 0.65);
}
.hover\:text-fuchsia-600\/70:hover {
    color: rgba(192, 38, 211, 0.7);
}
.hover\:text-fuchsia-600\/75:hover {
    color: rgba(192, 38, 211, 0.75);
}
.hover\:text-fuchsia-600\/80:hover {
    color: rgba(192, 38, 211, 0.8);
}
.hover\:text-fuchsia-600\/85:hover {
    color: rgba(192, 38, 211, 0.85);
}
.hover\:text-fuchsia-600\/90:hover {
    color: rgba(192, 38, 211, 0.9);
}
.hover\:text-fuchsia-600\/95:hover {
    color: rgba(192, 38, 211, 0.95);
}
.hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-700\/0:hover {
    color: rgba(162, 28, 175, 0);
}
.hover\:text-fuchsia-700\/10:hover {
    color: rgba(162, 28, 175, 0.1);
}
.hover\:text-fuchsia-700\/100:hover {
    color: #a21caf;
}
.hover\:text-fuchsia-700\/15:hover {
    color: rgba(162, 28, 175, 0.15);
}
.hover\:text-fuchsia-700\/20:hover {
    color: rgba(162, 28, 175, 0.2);
}
.hover\:text-fuchsia-700\/25:hover {
    color: rgba(162, 28, 175, 0.25);
}
.hover\:text-fuchsia-700\/30:hover {
    color: rgba(162, 28, 175, 0.3);
}
.hover\:text-fuchsia-700\/35:hover {
    color: rgba(162, 28, 175, 0.35);
}
.hover\:text-fuchsia-700\/40:hover {
    color: rgba(162, 28, 175, 0.4);
}
.hover\:text-fuchsia-700\/45:hover {
    color: rgba(162, 28, 175, 0.45);
}
.hover\:text-fuchsia-700\/5:hover {
    color: rgba(162, 28, 175, 0.05);
}
.hover\:text-fuchsia-700\/50:hover {
    color: rgba(162, 28, 175, 0.5);
}
.hover\:text-fuchsia-700\/55:hover {
    color: rgba(162, 28, 175, 0.55);
}
.hover\:text-fuchsia-700\/60:hover {
    color: rgba(162, 28, 175, 0.6);
}
.hover\:text-fuchsia-700\/65:hover {
    color: rgba(162, 28, 175, 0.65);
}
.hover\:text-fuchsia-700\/70:hover {
    color: rgba(162, 28, 175, 0.7);
}
.hover\:text-fuchsia-700\/75:hover {
    color: rgba(162, 28, 175, 0.75);
}
.hover\:text-fuchsia-700\/80:hover {
    color: rgba(162, 28, 175, 0.8);
}
.hover\:text-fuchsia-700\/85:hover {
    color: rgba(162, 28, 175, 0.85);
}
.hover\:text-fuchsia-700\/90:hover {
    color: rgba(162, 28, 175, 0.9);
}
.hover\:text-fuchsia-700\/95:hover {
    color: rgba(162, 28, 175, 0.95);
}
.hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-800\/0:hover {
    color: rgba(134, 25, 143, 0);
}
.hover\:text-fuchsia-800\/10:hover {
    color: rgba(134, 25, 143, 0.1);
}
.hover\:text-fuchsia-800\/100:hover {
    color: #86198f;
}
.hover\:text-fuchsia-800\/15:hover {
    color: rgba(134, 25, 143, 0.15);
}
.hover\:text-fuchsia-800\/20:hover {
    color: rgba(134, 25, 143, 0.2);
}
.hover\:text-fuchsia-800\/25:hover {
    color: rgba(134, 25, 143, 0.25);
}
.hover\:text-fuchsia-800\/30:hover {
    color: rgba(134, 25, 143, 0.3);
}
.hover\:text-fuchsia-800\/35:hover {
    color: rgba(134, 25, 143, 0.35);
}
.hover\:text-fuchsia-800\/40:hover {
    color: rgba(134, 25, 143, 0.4);
}
.hover\:text-fuchsia-800\/45:hover {
    color: rgba(134, 25, 143, 0.45);
}
.hover\:text-fuchsia-800\/5:hover {
    color: rgba(134, 25, 143, 0.05);
}
.hover\:text-fuchsia-800\/50:hover {
    color: rgba(134, 25, 143, 0.5);
}
.hover\:text-fuchsia-800\/55:hover {
    color: rgba(134, 25, 143, 0.55);
}
.hover\:text-fuchsia-800\/60:hover {
    color: rgba(134, 25, 143, 0.6);
}
.hover\:text-fuchsia-800\/65:hover {
    color: rgba(134, 25, 143, 0.65);
}
.hover\:text-fuchsia-800\/70:hover {
    color: rgba(134, 25, 143, 0.7);
}
.hover\:text-fuchsia-800\/75:hover {
    color: rgba(134, 25, 143, 0.75);
}
.hover\:text-fuchsia-800\/80:hover {
    color: rgba(134, 25, 143, 0.8);
}
.hover\:text-fuchsia-800\/85:hover {
    color: rgba(134, 25, 143, 0.85);
}
.hover\:text-fuchsia-800\/90:hover {
    color: rgba(134, 25, 143, 0.9);
}
.hover\:text-fuchsia-800\/95:hover {
    color: rgba(134, 25, 143, 0.95);
}
.hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-900\/0:hover {
    color: rgba(112, 26, 117, 0);
}
.hover\:text-fuchsia-900\/10:hover {
    color: rgba(112, 26, 117, 0.1);
}
.hover\:text-fuchsia-900\/100:hover {
    color: #701a75;
}
.hover\:text-fuchsia-900\/15:hover {
    color: rgba(112, 26, 117, 0.15);
}
.hover\:text-fuchsia-900\/20:hover {
    color: rgba(112, 26, 117, 0.2);
}
.hover\:text-fuchsia-900\/25:hover {
    color: rgba(112, 26, 117, 0.25);
}
.hover\:text-fuchsia-900\/30:hover {
    color: rgba(112, 26, 117, 0.3);
}
.hover\:text-fuchsia-900\/35:hover {
    color: rgba(112, 26, 117, 0.35);
}
.hover\:text-fuchsia-900\/40:hover {
    color: rgba(112, 26, 117, 0.4);
}
.hover\:text-fuchsia-900\/45:hover {
    color: rgba(112, 26, 117, 0.45);
}
.hover\:text-fuchsia-900\/5:hover {
    color: rgba(112, 26, 117, 0.05);
}
.hover\:text-fuchsia-900\/50:hover {
    color: rgba(112, 26, 117, 0.5);
}
.hover\:text-fuchsia-900\/55:hover {
    color: rgba(112, 26, 117, 0.55);
}
.hover\:text-fuchsia-900\/60:hover {
    color: rgba(112, 26, 117, 0.6);
}
.hover\:text-fuchsia-900\/65:hover {
    color: rgba(112, 26, 117, 0.65);
}
.hover\:text-fuchsia-900\/70:hover {
    color: rgba(112, 26, 117, 0.7);
}
.hover\:text-fuchsia-900\/75:hover {
    color: rgba(112, 26, 117, 0.75);
}
.hover\:text-fuchsia-900\/80:hover {
    color: rgba(112, 26, 117, 0.8);
}
.hover\:text-fuchsia-900\/85:hover {
    color: rgba(112, 26, 117, 0.85);
}
.hover\:text-fuchsia-900\/90:hover {
    color: rgba(112, 26, 117, 0.9);
}
.hover\:text-fuchsia-900\/95:hover {
    color: rgba(112, 26, 117, 0.95);
}
.hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-100\/0:hover {
    color: rgba(243, 244, 246, 0);
}
.hover\:text-gray-100\/10:hover {
    color: rgba(243, 244, 246, 0.1);
}
.hover\:text-gray-100\/100:hover {
    color: #f3f4f6;
}
.hover\:text-gray-100\/15:hover {
    color: rgba(243, 244, 246, 0.15);
}
.hover\:text-gray-100\/20:hover {
    color: rgba(243, 244, 246, 0.2);
}
.hover\:text-gray-100\/25:hover {
    color: rgba(243, 244, 246, 0.25);
}
.hover\:text-gray-100\/30:hover {
    color: rgba(243, 244, 246, 0.3);
}
.hover\:text-gray-100\/35:hover {
    color: rgba(243, 244, 246, 0.35);
}
.hover\:text-gray-100\/40:hover {
    color: rgba(243, 244, 246, 0.4);
}
.hover\:text-gray-100\/45:hover {
    color: rgba(243, 244, 246, 0.45);
}
.hover\:text-gray-100\/5:hover {
    color: rgba(243, 244, 246, 0.05);
}
.hover\:text-gray-100\/50:hover {
    color: rgba(243, 244, 246, 0.5);
}
.hover\:text-gray-100\/55:hover {
    color: rgba(243, 244, 246, 0.55);
}
.hover\:text-gray-100\/60:hover {
    color: rgba(243, 244, 246, 0.6);
}
.hover\:text-gray-100\/65:hover {
    color: rgba(243, 244, 246, 0.65);
}
.hover\:text-gray-100\/70:hover {
    color: rgba(243, 244, 246, 0.7);
}
.hover\:text-gray-100\/75:hover {
    color: rgba(243, 244, 246, 0.75);
}
.hover\:text-gray-100\/80:hover {
    color: rgba(243, 244, 246, 0.8);
}
.hover\:text-gray-100\/85:hover {
    color: rgba(243, 244, 246, 0.85);
}
.hover\:text-gray-100\/90:hover {
    color: rgba(243, 244, 246, 0.9);
}
.hover\:text-gray-100\/95:hover {
    color: rgba(243, 244, 246, 0.95);
}
.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-200\/0:hover {
    color: rgba(229, 231, 235, 0);
}
.hover\:text-gray-200\/10:hover {
    color: rgba(229, 231, 235, 0.1);
}
.hover\:text-gray-200\/100:hover {
    color: #e5e7eb;
}
.hover\:text-gray-200\/15:hover {
    color: rgba(229, 231, 235, 0.15);
}
.hover\:text-gray-200\/20:hover {
    color: rgba(229, 231, 235, 0.2);
}
.hover\:text-gray-200\/25:hover {
    color: rgba(229, 231, 235, 0.25);
}
.hover\:text-gray-200\/30:hover {
    color: rgba(229, 231, 235, 0.3);
}
.hover\:text-gray-200\/35:hover {
    color: rgba(229, 231, 235, 0.35);
}
.hover\:text-gray-200\/40:hover {
    color: rgba(229, 231, 235, 0.4);
}
.hover\:text-gray-200\/45:hover {
    color: rgba(229, 231, 235, 0.45);
}
.hover\:text-gray-200\/5:hover {
    color: rgba(229, 231, 235, 0.05);
}
.hover\:text-gray-200\/50:hover {
    color: rgba(229, 231, 235, 0.5);
}
.hover\:text-gray-200\/55:hover {
    color: rgba(229, 231, 235, 0.55);
}
.hover\:text-gray-200\/60:hover {
    color: rgba(229, 231, 235, 0.6);
}
.hover\:text-gray-200\/65:hover {
    color: rgba(229, 231, 235, 0.65);
}
.hover\:text-gray-200\/70:hover {
    color: rgba(229, 231, 235, 0.7);
}
.hover\:text-gray-200\/75:hover {
    color: rgba(229, 231, 235, 0.75);
}
.hover\:text-gray-200\/80:hover {
    color: rgba(229, 231, 235, 0.8);
}
.hover\:text-gray-200\/85:hover {
    color: rgba(229, 231, 235, 0.85);
}
.hover\:text-gray-200\/90:hover {
    color: rgba(229, 231, 235, 0.9);
}
.hover\:text-gray-200\/95:hover {
    color: rgba(229, 231, 235, 0.95);
}
.hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300\/0:hover {
    color: rgba(209, 213, 219, 0);
}
.hover\:text-gray-300\/10:hover {
    color: rgba(209, 213, 219, 0.1);
}
.hover\:text-gray-300\/100:hover {
    color: #d1d5db;
}
.hover\:text-gray-300\/15:hover {
    color: rgba(209, 213, 219, 0.15);
}
.hover\:text-gray-300\/20:hover {
    color: rgba(209, 213, 219, 0.2);
}
.hover\:text-gray-300\/25:hover {
    color: rgba(209, 213, 219, 0.25);
}
.hover\:text-gray-300\/30:hover {
    color: rgba(209, 213, 219, 0.3);
}
.hover\:text-gray-300\/35:hover {
    color: rgba(209, 213, 219, 0.35);
}
.hover\:text-gray-300\/40:hover {
    color: rgba(209, 213, 219, 0.4);
}
.hover\:text-gray-300\/45:hover {
    color: rgba(209, 213, 219, 0.45);
}
.hover\:text-gray-300\/5:hover {
    color: rgba(209, 213, 219, 0.05);
}
.hover\:text-gray-300\/50:hover {
    color: rgba(209, 213, 219, 0.5);
}
.hover\:text-gray-300\/55:hover {
    color: rgba(209, 213, 219, 0.55);
}
.hover\:text-gray-300\/60:hover {
    color: rgba(209, 213, 219, 0.6);
}
.hover\:text-gray-300\/65:hover {
    color: rgba(209, 213, 219, 0.65);
}
.hover\:text-gray-300\/70:hover {
    color: rgba(209, 213, 219, 0.7);
}
.hover\:text-gray-300\/75:hover {
    color: rgba(209, 213, 219, 0.75);
}
.hover\:text-gray-300\/80:hover {
    color: rgba(209, 213, 219, 0.8);
}
.hover\:text-gray-300\/85:hover {
    color: rgba(209, 213, 219, 0.85);
}
.hover\:text-gray-300\/90:hover {
    color: rgba(209, 213, 219, 0.9);
}
.hover\:text-gray-300\/95:hover {
    color: rgba(209, 213, 219, 0.95);
}
.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400\/0:hover {
    color: rgba(156, 163, 175, 0);
}
.hover\:text-gray-400\/10:hover {
    color: rgba(156, 163, 175, 0.1);
}
.hover\:text-gray-400\/100:hover {
    color: #9ca3af;
}
.hover\:text-gray-400\/15:hover {
    color: rgba(156, 163, 175, 0.15);
}
.hover\:text-gray-400\/20:hover {
    color: rgba(156, 163, 175, 0.2);
}
.hover\:text-gray-400\/25:hover {
    color: rgba(156, 163, 175, 0.25);
}
.hover\:text-gray-400\/30:hover {
    color: rgba(156, 163, 175, 0.3);
}
.hover\:text-gray-400\/35:hover {
    color: rgba(156, 163, 175, 0.35);
}
.hover\:text-gray-400\/40:hover {
    color: rgba(156, 163, 175, 0.4);
}
.hover\:text-gray-400\/45:hover {
    color: rgba(156, 163, 175, 0.45);
}
.hover\:text-gray-400\/5:hover {
    color: rgba(156, 163, 175, 0.05);
}
.hover\:text-gray-400\/50:hover {
    color: rgba(156, 163, 175, 0.5);
}
.hover\:text-gray-400\/55:hover {
    color: rgba(156, 163, 175, 0.55);
}
.hover\:text-gray-400\/60:hover {
    color: rgba(156, 163, 175, 0.6);
}
.hover\:text-gray-400\/65:hover {
    color: rgba(156, 163, 175, 0.65);
}
.hover\:text-gray-400\/70:hover {
    color: rgba(156, 163, 175, 0.7);
}
.hover\:text-gray-400\/75:hover {
    color: rgba(156, 163, 175, 0.75);
}
.hover\:text-gray-400\/80:hover {
    color: rgba(156, 163, 175, 0.8);
}
.hover\:text-gray-400\/85:hover {
    color: rgba(156, 163, 175, 0.85);
}
.hover\:text-gray-400\/90:hover {
    color: rgba(156, 163, 175, 0.9);
}
.hover\:text-gray-400\/95:hover {
    color: rgba(156, 163, 175, 0.95);
}
.hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-50\/0:hover {
    color: rgba(249, 250, 251, 0);
}
.hover\:text-gray-50\/10:hover {
    color: rgba(249, 250, 251, 0.1);
}
.hover\:text-gray-50\/100:hover {
    color: #f9fafb;
}
.hover\:text-gray-50\/15:hover {
    color: rgba(249, 250, 251, 0.15);
}
.hover\:text-gray-50\/20:hover {
    color: rgba(249, 250, 251, 0.2);
}
.hover\:text-gray-50\/25:hover {
    color: rgba(249, 250, 251, 0.25);
}
.hover\:text-gray-50\/30:hover {
    color: rgba(249, 250, 251, 0.3);
}
.hover\:text-gray-50\/35:hover {
    color: rgba(249, 250, 251, 0.35);
}
.hover\:text-gray-50\/40:hover {
    color: rgba(249, 250, 251, 0.4);
}
.hover\:text-gray-50\/45:hover {
    color: rgba(249, 250, 251, 0.45);
}
.hover\:text-gray-50\/5:hover {
    color: rgba(249, 250, 251, 0.05);
}
.hover\:text-gray-50\/50:hover {
    color: rgba(249, 250, 251, 0.5);
}
.hover\:text-gray-50\/55:hover {
    color: rgba(249, 250, 251, 0.55);
}
.hover\:text-gray-50\/60:hover {
    color: rgba(249, 250, 251, 0.6);
}
.hover\:text-gray-50\/65:hover {
    color: rgba(249, 250, 251, 0.65);
}
.hover\:text-gray-50\/70:hover {
    color: rgba(249, 250, 251, 0.7);
}
.hover\:text-gray-50\/75:hover {
    color: rgba(249, 250, 251, 0.75);
}
.hover\:text-gray-50\/80:hover {
    color: rgba(249, 250, 251, 0.8);
}
.hover\:text-gray-50\/85:hover {
    color: rgba(249, 250, 251, 0.85);
}
.hover\:text-gray-50\/90:hover {
    color: rgba(249, 250, 251, 0.9);
}
.hover\:text-gray-50\/95:hover {
    color: rgba(249, 250, 251, 0.95);
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500\/0:hover {
    color: hsla(220, 9%, 46%, 0);
}
.hover\:text-gray-500\/10:hover {
    color: hsla(220, 9%, 46%, 0.1);
}
.hover\:text-gray-500\/100:hover {
    color: #6b7280;
}
.hover\:text-gray-500\/15:hover {
    color: hsla(220, 9%, 46%, 0.15);
}
.hover\:text-gray-500\/20:hover {
    color: hsla(220, 9%, 46%, 0.2);
}
.hover\:text-gray-500\/25:hover {
    color: hsla(220, 9%, 46%, 0.25);
}
.hover\:text-gray-500\/30:hover {
    color: hsla(220, 9%, 46%, 0.3);
}
.hover\:text-gray-500\/35:hover {
    color: hsla(220, 9%, 46%, 0.35);
}
.hover\:text-gray-500\/40:hover {
    color: hsla(220, 9%, 46%, 0.4);
}
.hover\:text-gray-500\/45:hover {
    color: hsla(220, 9%, 46%, 0.45);
}
.hover\:text-gray-500\/5:hover {
    color: hsla(220, 9%, 46%, 0.05);
}
.hover\:text-gray-500\/50:hover {
    color: hsla(220, 9%, 46%, 0.5);
}
.hover\:text-gray-500\/55:hover {
    color: hsla(220, 9%, 46%, 0.55);
}
.hover\:text-gray-500\/60:hover {
    color: hsla(220, 9%, 46%, 0.6);
}
.hover\:text-gray-500\/65:hover {
    color: hsla(220, 9%, 46%, 0.65);
}
.hover\:text-gray-500\/70:hover {
    color: hsla(220, 9%, 46%, 0.7);
}
.hover\:text-gray-500\/75:hover {
    color: hsla(220, 9%, 46%, 0.75);
}
.hover\:text-gray-500\/80:hover {
    color: hsla(220, 9%, 46%, 0.8);
}
.hover\:text-gray-500\/85:hover {
    color: hsla(220, 9%, 46%, 0.85);
}
.hover\:text-gray-500\/90:hover {
    color: hsla(220, 9%, 46%, 0.9);
}
.hover\:text-gray-500\/95:hover {
    color: hsla(220, 9%, 46%, 0.95);
}
.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600\/0:hover {
    color: rgba(75, 85, 99, 0);
}
.hover\:text-gray-600\/10:hover {
    color: rgba(75, 85, 99, 0.1);
}
.hover\:text-gray-600\/100:hover {
    color: #4b5563;
}
.hover\:text-gray-600\/15:hover {
    color: rgba(75, 85, 99, 0.15);
}
.hover\:text-gray-600\/20:hover {
    color: rgba(75, 85, 99, 0.2);
}
.hover\:text-gray-600\/25:hover {
    color: rgba(75, 85, 99, 0.25);
}
.hover\:text-gray-600\/30:hover {
    color: rgba(75, 85, 99, 0.3);
}
.hover\:text-gray-600\/35:hover {
    color: rgba(75, 85, 99, 0.35);
}
.hover\:text-gray-600\/40:hover {
    color: rgba(75, 85, 99, 0.4);
}
.hover\:text-gray-600\/45:hover {
    color: rgba(75, 85, 99, 0.45);
}
.hover\:text-gray-600\/5:hover {
    color: rgba(75, 85, 99, 0.05);
}
.hover\:text-gray-600\/50:hover {
    color: rgba(75, 85, 99, 0.5);
}
.hover\:text-gray-600\/55:hover {
    color: rgba(75, 85, 99, 0.55);
}
.hover\:text-gray-600\/60:hover {
    color: rgba(75, 85, 99, 0.6);
}
.hover\:text-gray-600\/65:hover {
    color: rgba(75, 85, 99, 0.65);
}
.hover\:text-gray-600\/70:hover {
    color: rgba(75, 85, 99, 0.7);
}
.hover\:text-gray-600\/75:hover {
    color: rgba(75, 85, 99, 0.75);
}
.hover\:text-gray-600\/80:hover {
    color: rgba(75, 85, 99, 0.8);
}
.hover\:text-gray-600\/85:hover {
    color: rgba(75, 85, 99, 0.85);
}
.hover\:text-gray-600\/90:hover {
    color: rgba(75, 85, 99, 0.9);
}
.hover\:text-gray-600\/95:hover {
    color: rgba(75, 85, 99, 0.95);
}
.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700\/0:hover {
    color: rgba(55, 65, 81, 0);
}
.hover\:text-gray-700\/10:hover {
    color: rgba(55, 65, 81, 0.1);
}
.hover\:text-gray-700\/100:hover {
    color: #374151;
}
.hover\:text-gray-700\/15:hover {
    color: rgba(55, 65, 81, 0.15);
}
.hover\:text-gray-700\/20:hover {
    color: rgba(55, 65, 81, 0.2);
}
.hover\:text-gray-700\/25:hover {
    color: rgba(55, 65, 81, 0.25);
}
.hover\:text-gray-700\/30:hover {
    color: rgba(55, 65, 81, 0.3);
}
.hover\:text-gray-700\/35:hover {
    color: rgba(55, 65, 81, 0.35);
}
.hover\:text-gray-700\/40:hover {
    color: rgba(55, 65, 81, 0.4);
}
.hover\:text-gray-700\/45:hover {
    color: rgba(55, 65, 81, 0.45);
}
.hover\:text-gray-700\/5:hover {
    color: rgba(55, 65, 81, 0.05);
}
.hover\:text-gray-700\/50:hover {
    color: rgba(55, 65, 81, 0.5);
}
.hover\:text-gray-700\/55:hover {
    color: rgba(55, 65, 81, 0.55);
}
.hover\:text-gray-700\/60:hover {
    color: rgba(55, 65, 81, 0.6);
}
.hover\:text-gray-700\/65:hover {
    color: rgba(55, 65, 81, 0.65);
}
.hover\:text-gray-700\/70:hover {
    color: rgba(55, 65, 81, 0.7);
}
.hover\:text-gray-700\/75:hover {
    color: rgba(55, 65, 81, 0.75);
}
.hover\:text-gray-700\/80:hover {
    color: rgba(55, 65, 81, 0.8);
}
.hover\:text-gray-700\/85:hover {
    color: rgba(55, 65, 81, 0.85);
}
.hover\:text-gray-700\/90:hover {
    color: rgba(55, 65, 81, 0.9);
}
.hover\:text-gray-700\/95:hover {
    color: rgba(55, 65, 81, 0.95);
}
.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800\/0:hover {
    color: rgba(31, 41, 55, 0);
}
.hover\:text-gray-800\/10:hover {
    color: rgba(31, 41, 55, 0.1);
}
.hover\:text-gray-800\/100:hover {
    color: #1f2937;
}
.hover\:text-gray-800\/15:hover {
    color: rgba(31, 41, 55, 0.15);
}
.hover\:text-gray-800\/20:hover {
    color: rgba(31, 41, 55, 0.2);
}
.hover\:text-gray-800\/25:hover {
    color: rgba(31, 41, 55, 0.25);
}
.hover\:text-gray-800\/30:hover {
    color: rgba(31, 41, 55, 0.3);
}
.hover\:text-gray-800\/35:hover {
    color: rgba(31, 41, 55, 0.35);
}
.hover\:text-gray-800\/40:hover {
    color: rgba(31, 41, 55, 0.4);
}
.hover\:text-gray-800\/45:hover {
    color: rgba(31, 41, 55, 0.45);
}
.hover\:text-gray-800\/5:hover {
    color: rgba(31, 41, 55, 0.05);
}
.hover\:text-gray-800\/50:hover {
    color: rgba(31, 41, 55, 0.5);
}
.hover\:text-gray-800\/55:hover {
    color: rgba(31, 41, 55, 0.55);
}
.hover\:text-gray-800\/60:hover {
    color: rgba(31, 41, 55, 0.6);
}
.hover\:text-gray-800\/65:hover {
    color: rgba(31, 41, 55, 0.65);
}
.hover\:text-gray-800\/70:hover {
    color: rgba(31, 41, 55, 0.7);
}
.hover\:text-gray-800\/75:hover {
    color: rgba(31, 41, 55, 0.75);
}
.hover\:text-gray-800\/80:hover {
    color: rgba(31, 41, 55, 0.8);
}
.hover\:text-gray-800\/85:hover {
    color: rgba(31, 41, 55, 0.85);
}
.hover\:text-gray-800\/90:hover {
    color: rgba(31, 41, 55, 0.9);
}
.hover\:text-gray-800\/95:hover {
    color: rgba(31, 41, 55, 0.95);
}
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900\/0:hover {
    color: rgba(17, 24, 39, 0);
}
.hover\:text-gray-900\/10:hover {
    color: rgba(17, 24, 39, 0.1);
}
.hover\:text-gray-900\/100:hover {
    color: #111827;
}
.hover\:text-gray-900\/15:hover {
    color: rgba(17, 24, 39, 0.15);
}
.hover\:text-gray-900\/20:hover {
    color: rgba(17, 24, 39, 0.2);
}
.hover\:text-gray-900\/25:hover {
    color: rgba(17, 24, 39, 0.25);
}
.hover\:text-gray-900\/30:hover {
    color: rgba(17, 24, 39, 0.3);
}
.hover\:text-gray-900\/35:hover {
    color: rgba(17, 24, 39, 0.35);
}
.hover\:text-gray-900\/40:hover {
    color: rgba(17, 24, 39, 0.4);
}
.hover\:text-gray-900\/45:hover {
    color: rgba(17, 24, 39, 0.45);
}
.hover\:text-gray-900\/5:hover {
    color: rgba(17, 24, 39, 0.05);
}
.hover\:text-gray-900\/50:hover {
    color: rgba(17, 24, 39, 0.5);
}
.hover\:text-gray-900\/55:hover {
    color: rgba(17, 24, 39, 0.55);
}
.hover\:text-gray-900\/60:hover {
    color: rgba(17, 24, 39, 0.6);
}
.hover\:text-gray-900\/65:hover {
    color: rgba(17, 24, 39, 0.65);
}
.hover\:text-gray-900\/70:hover {
    color: rgba(17, 24, 39, 0.7);
}
.hover\:text-gray-900\/75:hover {
    color: rgba(17, 24, 39, 0.75);
}
.hover\:text-gray-900\/80:hover {
    color: rgba(17, 24, 39, 0.8);
}
.hover\:text-gray-900\/85:hover {
    color: rgba(17, 24, 39, 0.85);
}
.hover\:text-gray-900\/90:hover {
    color: rgba(17, 24, 39, 0.9);
}
.hover\:text-gray-900\/95:hover {
    color: rgba(17, 24, 39, 0.95);
}
.hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.hover\:text-green-100\/0:hover {
    color: rgba(209, 250, 229, 0);
}
.hover\:text-green-100\/10:hover {
    color: rgba(209, 250, 229, 0.1);
}
.hover\:text-green-100\/100:hover {
    color: #d1fae5;
}
.hover\:text-green-100\/15:hover {
    color: rgba(209, 250, 229, 0.15);
}
.hover\:text-green-100\/20:hover {
    color: rgba(209, 250, 229, 0.2);
}
.hover\:text-green-100\/25:hover {
    color: rgba(209, 250, 229, 0.25);
}
.hover\:text-green-100\/30:hover {
    color: rgba(209, 250, 229, 0.3);
}
.hover\:text-green-100\/35:hover {
    color: rgba(209, 250, 229, 0.35);
}
.hover\:text-green-100\/40:hover {
    color: rgba(209, 250, 229, 0.4);
}
.hover\:text-green-100\/45:hover {
    color: rgba(209, 250, 229, 0.45);
}
.hover\:text-green-100\/5:hover {
    color: rgba(209, 250, 229, 0.05);
}
.hover\:text-green-100\/50:hover {
    color: rgba(209, 250, 229, 0.5);
}
.hover\:text-green-100\/55:hover {
    color: rgba(209, 250, 229, 0.55);
}
.hover\:text-green-100\/60:hover {
    color: rgba(209, 250, 229, 0.6);
}
.hover\:text-green-100\/65:hover {
    color: rgba(209, 250, 229, 0.65);
}
.hover\:text-green-100\/70:hover {
    color: rgba(209, 250, 229, 0.7);
}
.hover\:text-green-100\/75:hover {
    color: rgba(209, 250, 229, 0.75);
}
.hover\:text-green-100\/80:hover {
    color: rgba(209, 250, 229, 0.8);
}
.hover\:text-green-100\/85:hover {
    color: rgba(209, 250, 229, 0.85);
}
.hover\:text-green-100\/90:hover {
    color: rgba(209, 250, 229, 0.9);
}
.hover\:text-green-100\/95:hover {
    color: rgba(209, 250, 229, 0.95);
}
.hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.hover\:text-green-200\/0:hover {
    color: rgba(167, 243, 208, 0);
}
.hover\:text-green-200\/10:hover {
    color: rgba(167, 243, 208, 0.1);
}
.hover\:text-green-200\/100:hover {
    color: #a7f3d0;
}
.hover\:text-green-200\/15:hover {
    color: rgba(167, 243, 208, 0.15);
}
.hover\:text-green-200\/20:hover {
    color: rgba(167, 243, 208, 0.2);
}
.hover\:text-green-200\/25:hover {
    color: rgba(167, 243, 208, 0.25);
}
.hover\:text-green-200\/30:hover {
    color: rgba(167, 243, 208, 0.3);
}
.hover\:text-green-200\/35:hover {
    color: rgba(167, 243, 208, 0.35);
}
.hover\:text-green-200\/40:hover {
    color: rgba(167, 243, 208, 0.4);
}
.hover\:text-green-200\/45:hover {
    color: rgba(167, 243, 208, 0.45);
}
.hover\:text-green-200\/5:hover {
    color: rgba(167, 243, 208, 0.05);
}
.hover\:text-green-200\/50:hover {
    color: rgba(167, 243, 208, 0.5);
}
.hover\:text-green-200\/55:hover {
    color: rgba(167, 243, 208, 0.55);
}
.hover\:text-green-200\/60:hover {
    color: rgba(167, 243, 208, 0.6);
}
.hover\:text-green-200\/65:hover {
    color: rgba(167, 243, 208, 0.65);
}
.hover\:text-green-200\/70:hover {
    color: rgba(167, 243, 208, 0.7);
}
.hover\:text-green-200\/75:hover {
    color: rgba(167, 243, 208, 0.75);
}
.hover\:text-green-200\/80:hover {
    color: rgba(167, 243, 208, 0.8);
}
.hover\:text-green-200\/85:hover {
    color: rgba(167, 243, 208, 0.85);
}
.hover\:text-green-200\/90:hover {
    color: rgba(167, 243, 208, 0.9);
}
.hover\:text-green-200\/95:hover {
    color: rgba(167, 243, 208, 0.95);
}
.hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.hover\:text-green-300\/0:hover {
    color: rgba(110, 231, 183, 0);
}
.hover\:text-green-300\/10:hover {
    color: rgba(110, 231, 183, 0.1);
}
.hover\:text-green-300\/100:hover {
    color: #6ee7b7;
}
.hover\:text-green-300\/15:hover {
    color: rgba(110, 231, 183, 0.15);
}
.hover\:text-green-300\/20:hover {
    color: rgba(110, 231, 183, 0.2);
}
.hover\:text-green-300\/25:hover {
    color: rgba(110, 231, 183, 0.25);
}
.hover\:text-green-300\/30:hover {
    color: rgba(110, 231, 183, 0.3);
}
.hover\:text-green-300\/35:hover {
    color: rgba(110, 231, 183, 0.35);
}
.hover\:text-green-300\/40:hover {
    color: rgba(110, 231, 183, 0.4);
}
.hover\:text-green-300\/45:hover {
    color: rgba(110, 231, 183, 0.45);
}
.hover\:text-green-300\/5:hover {
    color: rgba(110, 231, 183, 0.05);
}
.hover\:text-green-300\/50:hover {
    color: rgba(110, 231, 183, 0.5);
}
.hover\:text-green-300\/55:hover {
    color: rgba(110, 231, 183, 0.55);
}
.hover\:text-green-300\/60:hover {
    color: rgba(110, 231, 183, 0.6);
}
.hover\:text-green-300\/65:hover {
    color: rgba(110, 231, 183, 0.65);
}
.hover\:text-green-300\/70:hover {
    color: rgba(110, 231, 183, 0.7);
}
.hover\:text-green-300\/75:hover {
    color: rgba(110, 231, 183, 0.75);
}
.hover\:text-green-300\/80:hover {
    color: rgba(110, 231, 183, 0.8);
}
.hover\:text-green-300\/85:hover {
    color: rgba(110, 231, 183, 0.85);
}
.hover\:text-green-300\/90:hover {
    color: rgba(110, 231, 183, 0.9);
}
.hover\:text-green-300\/95:hover {
    color: rgba(110, 231, 183, 0.95);
}
.hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.hover\:text-green-400\/0:hover {
    color: rgba(52, 211, 153, 0);
}
.hover\:text-green-400\/10:hover {
    color: rgba(52, 211, 153, 0.1);
}
.hover\:text-green-400\/100:hover {
    color: #34d399;
}
.hover\:text-green-400\/15:hover {
    color: rgba(52, 211, 153, 0.15);
}
.hover\:text-green-400\/20:hover {
    color: rgba(52, 211, 153, 0.2);
}
.hover\:text-green-400\/25:hover {
    color: rgba(52, 211, 153, 0.25);
}
.hover\:text-green-400\/30:hover {
    color: rgba(52, 211, 153, 0.3);
}
.hover\:text-green-400\/35:hover {
    color: rgba(52, 211, 153, 0.35);
}
.hover\:text-green-400\/40:hover {
    color: rgba(52, 211, 153, 0.4);
}
.hover\:text-green-400\/45:hover {
    color: rgba(52, 211, 153, 0.45);
}
.hover\:text-green-400\/5:hover {
    color: rgba(52, 211, 153, 0.05);
}
.hover\:text-green-400\/50:hover {
    color: rgba(52, 211, 153, 0.5);
}
.hover\:text-green-400\/55:hover {
    color: rgba(52, 211, 153, 0.55);
}
.hover\:text-green-400\/60:hover {
    color: rgba(52, 211, 153, 0.6);
}
.hover\:text-green-400\/65:hover {
    color: rgba(52, 211, 153, 0.65);
}
.hover\:text-green-400\/70:hover {
    color: rgba(52, 211, 153, 0.7);
}
.hover\:text-green-400\/75:hover {
    color: rgba(52, 211, 153, 0.75);
}
.hover\:text-green-400\/80:hover {
    color: rgba(52, 211, 153, 0.8);
}
.hover\:text-green-400\/85:hover {
    color: rgba(52, 211, 153, 0.85);
}
.hover\:text-green-400\/90:hover {
    color: rgba(52, 211, 153, 0.9);
}
.hover\:text-green-400\/95:hover {
    color: rgba(52, 211, 153, 0.95);
}
.hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.hover\:text-green-50\/0:hover {
    color: rgba(236, 253, 245, 0);
}
.hover\:text-green-50\/10:hover {
    color: rgba(236, 253, 245, 0.1);
}
.hover\:text-green-50\/100:hover {
    color: #ecfdf5;
}
.hover\:text-green-50\/15:hover {
    color: rgba(236, 253, 245, 0.15);
}
.hover\:text-green-50\/20:hover {
    color: rgba(236, 253, 245, 0.2);
}
.hover\:text-green-50\/25:hover {
    color: rgba(236, 253, 245, 0.25);
}
.hover\:text-green-50\/30:hover {
    color: rgba(236, 253, 245, 0.3);
}
.hover\:text-green-50\/35:hover {
    color: rgba(236, 253, 245, 0.35);
}
.hover\:text-green-50\/40:hover {
    color: rgba(236, 253, 245, 0.4);
}
.hover\:text-green-50\/45:hover {
    color: rgba(236, 253, 245, 0.45);
}
.hover\:text-green-50\/5:hover {
    color: rgba(236, 253, 245, 0.05);
}
.hover\:text-green-50\/50:hover {
    color: rgba(236, 253, 245, 0.5);
}
.hover\:text-green-50\/55:hover {
    color: rgba(236, 253, 245, 0.55);
}
.hover\:text-green-50\/60:hover {
    color: rgba(236, 253, 245, 0.6);
}
.hover\:text-green-50\/65:hover {
    color: rgba(236, 253, 245, 0.65);
}
.hover\:text-green-50\/70:hover {
    color: rgba(236, 253, 245, 0.7);
}
.hover\:text-green-50\/75:hover {
    color: rgba(236, 253, 245, 0.75);
}
.hover\:text-green-50\/80:hover {
    color: rgba(236, 253, 245, 0.8);
}
.hover\:text-green-50\/85:hover {
    color: rgba(236, 253, 245, 0.85);
}
.hover\:text-green-50\/90:hover {
    color: rgba(236, 253, 245, 0.9);
}
.hover\:text-green-50\/95:hover {
    color: rgba(236, 253, 245, 0.95);
}
.hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.hover\:text-green-500\/0:hover {
    color: rgba(16, 185, 129, 0);
}
.hover\:text-green-500\/10:hover {
    color: rgba(16, 185, 129, 0.1);
}
.hover\:text-green-500\/100:hover {
    color: #10b981;
}
.hover\:text-green-500\/15:hover {
    color: rgba(16, 185, 129, 0.15);
}
.hover\:text-green-500\/20:hover {
    color: rgba(16, 185, 129, 0.2);
}
.hover\:text-green-500\/25:hover {
    color: rgba(16, 185, 129, 0.25);
}
.hover\:text-green-500\/30:hover {
    color: rgba(16, 185, 129, 0.3);
}
.hover\:text-green-500\/35:hover {
    color: rgba(16, 185, 129, 0.35);
}
.hover\:text-green-500\/40:hover {
    color: rgba(16, 185, 129, 0.4);
}
.hover\:text-green-500\/45:hover {
    color: rgba(16, 185, 129, 0.45);
}
.hover\:text-green-500\/5:hover {
    color: rgba(16, 185, 129, 0.05);
}
.hover\:text-green-500\/50:hover {
    color: rgba(16, 185, 129, 0.5);
}
.hover\:text-green-500\/55:hover {
    color: rgba(16, 185, 129, 0.55);
}
.hover\:text-green-500\/60:hover {
    color: rgba(16, 185, 129, 0.6);
}
.hover\:text-green-500\/65:hover {
    color: rgba(16, 185, 129, 0.65);
}
.hover\:text-green-500\/70:hover {
    color: rgba(16, 185, 129, 0.7);
}
.hover\:text-green-500\/75:hover {
    color: rgba(16, 185, 129, 0.75);
}
.hover\:text-green-500\/80:hover {
    color: rgba(16, 185, 129, 0.8);
}
.hover\:text-green-500\/85:hover {
    color: rgba(16, 185, 129, 0.85);
}
.hover\:text-green-500\/90:hover {
    color: rgba(16, 185, 129, 0.9);
}
.hover\:text-green-500\/95:hover {
    color: rgba(16, 185, 129, 0.95);
}
.hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.hover\:text-green-600\/0:hover {
    color: rgba(5, 150, 105, 0);
}
.hover\:text-green-600\/10:hover {
    color: rgba(5, 150, 105, 0.1);
}
.hover\:text-green-600\/100:hover {
    color: #059669;
}
.hover\:text-green-600\/15:hover {
    color: rgba(5, 150, 105, 0.15);
}
.hover\:text-green-600\/20:hover {
    color: rgba(5, 150, 105, 0.2);
}
.hover\:text-green-600\/25:hover {
    color: rgba(5, 150, 105, 0.25);
}
.hover\:text-green-600\/30:hover {
    color: rgba(5, 150, 105, 0.3);
}
.hover\:text-green-600\/35:hover {
    color: rgba(5, 150, 105, 0.35);
}
.hover\:text-green-600\/40:hover {
    color: rgba(5, 150, 105, 0.4);
}
.hover\:text-green-600\/45:hover {
    color: rgba(5, 150, 105, 0.45);
}
.hover\:text-green-600\/5:hover {
    color: rgba(5, 150, 105, 0.05);
}
.hover\:text-green-600\/50:hover {
    color: rgba(5, 150, 105, 0.5);
}
.hover\:text-green-600\/55:hover {
    color: rgba(5, 150, 105, 0.55);
}
.hover\:text-green-600\/60:hover {
    color: rgba(5, 150, 105, 0.6);
}
.hover\:text-green-600\/65:hover {
    color: rgba(5, 150, 105, 0.65);
}
.hover\:text-green-600\/70:hover {
    color: rgba(5, 150, 105, 0.7);
}
.hover\:text-green-600\/75:hover {
    color: rgba(5, 150, 105, 0.75);
}
.hover\:text-green-600\/80:hover {
    color: rgba(5, 150, 105, 0.8);
}
.hover\:text-green-600\/85:hover {
    color: rgba(5, 150, 105, 0.85);
}
.hover\:text-green-600\/90:hover {
    color: rgba(5, 150, 105, 0.9);
}
.hover\:text-green-600\/95:hover {
    color: rgba(5, 150, 105, 0.95);
}
.hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.hover\:text-green-700\/0:hover {
    color: rgba(4, 120, 87, 0);
}
.hover\:text-green-700\/10:hover {
    color: rgba(4, 120, 87, 0.1);
}
.hover\:text-green-700\/100:hover {
    color: #047857;
}
.hover\:text-green-700\/15:hover {
    color: rgba(4, 120, 87, 0.15);
}
.hover\:text-green-700\/20:hover {
    color: rgba(4, 120, 87, 0.2);
}
.hover\:text-green-700\/25:hover {
    color: rgba(4, 120, 87, 0.25);
}
.hover\:text-green-700\/30:hover {
    color: rgba(4, 120, 87, 0.3);
}
.hover\:text-green-700\/35:hover {
    color: rgba(4, 120, 87, 0.35);
}
.hover\:text-green-700\/40:hover {
    color: rgba(4, 120, 87, 0.4);
}
.hover\:text-green-700\/45:hover {
    color: rgba(4, 120, 87, 0.45);
}
.hover\:text-green-700\/5:hover {
    color: rgba(4, 120, 87, 0.05);
}
.hover\:text-green-700\/50:hover {
    color: rgba(4, 120, 87, 0.5);
}
.hover\:text-green-700\/55:hover {
    color: rgba(4, 120, 87, 0.55);
}
.hover\:text-green-700\/60:hover {
    color: rgba(4, 120, 87, 0.6);
}
.hover\:text-green-700\/65:hover {
    color: rgba(4, 120, 87, 0.65);
}
.hover\:text-green-700\/70:hover {
    color: rgba(4, 120, 87, 0.7);
}
.hover\:text-green-700\/75:hover {
    color: rgba(4, 120, 87, 0.75);
}
.hover\:text-green-700\/80:hover {
    color: rgba(4, 120, 87, 0.8);
}
.hover\:text-green-700\/85:hover {
    color: rgba(4, 120, 87, 0.85);
}
.hover\:text-green-700\/90:hover {
    color: rgba(4, 120, 87, 0.9);
}
.hover\:text-green-700\/95:hover {
    color: rgba(4, 120, 87, 0.95);
}
.hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.hover\:text-green-800\/0:hover {
    color: rgba(6, 95, 70, 0);
}
.hover\:text-green-800\/10:hover {
    color: rgba(6, 95, 70, 0.1);
}
.hover\:text-green-800\/100:hover {
    color: #065f46;
}
.hover\:text-green-800\/15:hover {
    color: rgba(6, 95, 70, 0.15);
}
.hover\:text-green-800\/20:hover {
    color: rgba(6, 95, 70, 0.2);
}
.hover\:text-green-800\/25:hover {
    color: rgba(6, 95, 70, 0.25);
}
.hover\:text-green-800\/30:hover {
    color: rgba(6, 95, 70, 0.3);
}
.hover\:text-green-800\/35:hover {
    color: rgba(6, 95, 70, 0.35);
}
.hover\:text-green-800\/40:hover {
    color: rgba(6, 95, 70, 0.4);
}
.hover\:text-green-800\/45:hover {
    color: rgba(6, 95, 70, 0.45);
}
.hover\:text-green-800\/5:hover {
    color: rgba(6, 95, 70, 0.05);
}
.hover\:text-green-800\/50:hover {
    color: rgba(6, 95, 70, 0.5);
}
.hover\:text-green-800\/55:hover {
    color: rgba(6, 95, 70, 0.55);
}
.hover\:text-green-800\/60:hover {
    color: rgba(6, 95, 70, 0.6);
}
.hover\:text-green-800\/65:hover {
    color: rgba(6, 95, 70, 0.65);
}
.hover\:text-green-800\/70:hover {
    color: rgba(6, 95, 70, 0.7);
}
.hover\:text-green-800\/75:hover {
    color: rgba(6, 95, 70, 0.75);
}
.hover\:text-green-800\/80:hover {
    color: rgba(6, 95, 70, 0.8);
}
.hover\:text-green-800\/85:hover {
    color: rgba(6, 95, 70, 0.85);
}
.hover\:text-green-800\/90:hover {
    color: rgba(6, 95, 70, 0.9);
}
.hover\:text-green-800\/95:hover {
    color: rgba(6, 95, 70, 0.95);
}
.hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.hover\:text-green-900\/0:hover {
    color: rgba(6, 78, 59, 0);
}
.hover\:text-green-900\/10:hover {
    color: rgba(6, 78, 59, 0.1);
}
.hover\:text-green-900\/100:hover {
    color: #064e3b;
}
.hover\:text-green-900\/15:hover {
    color: rgba(6, 78, 59, 0.15);
}
.hover\:text-green-900\/20:hover {
    color: rgba(6, 78, 59, 0.2);
}
.hover\:text-green-900\/25:hover {
    color: rgba(6, 78, 59, 0.25);
}
.hover\:text-green-900\/30:hover {
    color: rgba(6, 78, 59, 0.3);
}
.hover\:text-green-900\/35:hover {
    color: rgba(6, 78, 59, 0.35);
}
.hover\:text-green-900\/40:hover {
    color: rgba(6, 78, 59, 0.4);
}
.hover\:text-green-900\/45:hover {
    color: rgba(6, 78, 59, 0.45);
}
.hover\:text-green-900\/5:hover {
    color: rgba(6, 78, 59, 0.05);
}
.hover\:text-green-900\/50:hover {
    color: rgba(6, 78, 59, 0.5);
}
.hover\:text-green-900\/55:hover {
    color: rgba(6, 78, 59, 0.55);
}
.hover\:text-green-900\/60:hover {
    color: rgba(6, 78, 59, 0.6);
}
.hover\:text-green-900\/65:hover {
    color: rgba(6, 78, 59, 0.65);
}
.hover\:text-green-900\/70:hover {
    color: rgba(6, 78, 59, 0.7);
}
.hover\:text-green-900\/75:hover {
    color: rgba(6, 78, 59, 0.75);
}
.hover\:text-green-900\/80:hover {
    color: rgba(6, 78, 59, 0.8);
}
.hover\:text-green-900\/85:hover {
    color: rgba(6, 78, 59, 0.85);
}
.hover\:text-green-900\/90:hover {
    color: rgba(6, 78, 59, 0.9);
}
.hover\:text-green-900\/95:hover {
    color: rgba(6, 78, 59, 0.95);
}
.hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-100\/0:hover {
    color: rgba(224, 231, 255, 0);
}
.hover\:text-indigo-100\/10:hover {
    color: rgba(224, 231, 255, 0.1);
}
.hover\:text-indigo-100\/100:hover {
    color: #e0e7ff;
}
.hover\:text-indigo-100\/15:hover {
    color: rgba(224, 231, 255, 0.15);
}
.hover\:text-indigo-100\/20:hover {
    color: rgba(224, 231, 255, 0.2);
}
.hover\:text-indigo-100\/25:hover {
    color: rgba(224, 231, 255, 0.25);
}
.hover\:text-indigo-100\/30:hover {
    color: rgba(224, 231, 255, 0.3);
}
.hover\:text-indigo-100\/35:hover {
    color: rgba(224, 231, 255, 0.35);
}
.hover\:text-indigo-100\/40:hover {
    color: rgba(224, 231, 255, 0.4);
}
.hover\:text-indigo-100\/45:hover {
    color: rgba(224, 231, 255, 0.45);
}
.hover\:text-indigo-100\/5:hover {
    color: rgba(224, 231, 255, 0.05);
}
.hover\:text-indigo-100\/50:hover {
    color: rgba(224, 231, 255, 0.5);
}
.hover\:text-indigo-100\/55:hover {
    color: rgba(224, 231, 255, 0.55);
}
.hover\:text-indigo-100\/60:hover {
    color: rgba(224, 231, 255, 0.6);
}
.hover\:text-indigo-100\/65:hover {
    color: rgba(224, 231, 255, 0.65);
}
.hover\:text-indigo-100\/70:hover {
    color: rgba(224, 231, 255, 0.7);
}
.hover\:text-indigo-100\/75:hover {
    color: rgba(224, 231, 255, 0.75);
}
.hover\:text-indigo-100\/80:hover {
    color: rgba(224, 231, 255, 0.8);
}
.hover\:text-indigo-100\/85:hover {
    color: rgba(224, 231, 255, 0.85);
}
.hover\:text-indigo-100\/90:hover {
    color: rgba(224, 231, 255, 0.9);
}
.hover\:text-indigo-100\/95:hover {
    color: rgba(224, 231, 255, 0.95);
}
.hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-200\/0:hover {
    color: rgba(199, 210, 254, 0);
}
.hover\:text-indigo-200\/10:hover {
    color: rgba(199, 210, 254, 0.1);
}
.hover\:text-indigo-200\/100:hover {
    color: #c7d2fe;
}
.hover\:text-indigo-200\/15:hover {
    color: rgba(199, 210, 254, 0.15);
}
.hover\:text-indigo-200\/20:hover {
    color: rgba(199, 210, 254, 0.2);
}
.hover\:text-indigo-200\/25:hover {
    color: rgba(199, 210, 254, 0.25);
}
.hover\:text-indigo-200\/30:hover {
    color: rgba(199, 210, 254, 0.3);
}
.hover\:text-indigo-200\/35:hover {
    color: rgba(199, 210, 254, 0.35);
}
.hover\:text-indigo-200\/40:hover {
    color: rgba(199, 210, 254, 0.4);
}
.hover\:text-indigo-200\/45:hover {
    color: rgba(199, 210, 254, 0.45);
}
.hover\:text-indigo-200\/5:hover {
    color: rgba(199, 210, 254, 0.05);
}
.hover\:text-indigo-200\/50:hover {
    color: rgba(199, 210, 254, 0.5);
}
.hover\:text-indigo-200\/55:hover {
    color: rgba(199, 210, 254, 0.55);
}
.hover\:text-indigo-200\/60:hover {
    color: rgba(199, 210, 254, 0.6);
}
.hover\:text-indigo-200\/65:hover {
    color: rgba(199, 210, 254, 0.65);
}
.hover\:text-indigo-200\/70:hover {
    color: rgba(199, 210, 254, 0.7);
}
.hover\:text-indigo-200\/75:hover {
    color: rgba(199, 210, 254, 0.75);
}
.hover\:text-indigo-200\/80:hover {
    color: rgba(199, 210, 254, 0.8);
}
.hover\:text-indigo-200\/85:hover {
    color: rgba(199, 210, 254, 0.85);
}
.hover\:text-indigo-200\/90:hover {
    color: rgba(199, 210, 254, 0.9);
}
.hover\:text-indigo-200\/95:hover {
    color: rgba(199, 210, 254, 0.95);
}
.hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-300\/0:hover {
    color: rgba(165, 180, 252, 0);
}
.hover\:text-indigo-300\/10:hover {
    color: rgba(165, 180, 252, 0.1);
}
.hover\:text-indigo-300\/100:hover {
    color: #a5b4fc;
}
.hover\:text-indigo-300\/15:hover {
    color: rgba(165, 180, 252, 0.15);
}
.hover\:text-indigo-300\/20:hover {
    color: rgba(165, 180, 252, 0.2);
}
.hover\:text-indigo-300\/25:hover {
    color: rgba(165, 180, 252, 0.25);
}
.hover\:text-indigo-300\/30:hover {
    color: rgba(165, 180, 252, 0.3);
}
.hover\:text-indigo-300\/35:hover {
    color: rgba(165, 180, 252, 0.35);
}
.hover\:text-indigo-300\/40:hover {
    color: rgba(165, 180, 252, 0.4);
}
.hover\:text-indigo-300\/45:hover {
    color: rgba(165, 180, 252, 0.45);
}
.hover\:text-indigo-300\/5:hover {
    color: rgba(165, 180, 252, 0.05);
}
.hover\:text-indigo-300\/50:hover {
    color: rgba(165, 180, 252, 0.5);
}
.hover\:text-indigo-300\/55:hover {
    color: rgba(165, 180, 252, 0.55);
}
.hover\:text-indigo-300\/60:hover {
    color: rgba(165, 180, 252, 0.6);
}
.hover\:text-indigo-300\/65:hover {
    color: rgba(165, 180, 252, 0.65);
}
.hover\:text-indigo-300\/70:hover {
    color: rgba(165, 180, 252, 0.7);
}
.hover\:text-indigo-300\/75:hover {
    color: rgba(165, 180, 252, 0.75);
}
.hover\:text-indigo-300\/80:hover {
    color: rgba(165, 180, 252, 0.8);
}
.hover\:text-indigo-300\/85:hover {
    color: rgba(165, 180, 252, 0.85);
}
.hover\:text-indigo-300\/90:hover {
    color: rgba(165, 180, 252, 0.9);
}
.hover\:text-indigo-300\/95:hover {
    color: rgba(165, 180, 252, 0.95);
}
.hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-400\/0:hover {
    color: rgba(129, 140, 248, 0);
}
.hover\:text-indigo-400\/10:hover {
    color: rgba(129, 140, 248, 0.1);
}
.hover\:text-indigo-400\/100:hover {
    color: #818cf8;
}
.hover\:text-indigo-400\/15:hover {
    color: rgba(129, 140, 248, 0.15);
}
.hover\:text-indigo-400\/20:hover {
    color: rgba(129, 140, 248, 0.2);
}
.hover\:text-indigo-400\/25:hover {
    color: rgba(129, 140, 248, 0.25);
}
.hover\:text-indigo-400\/30:hover {
    color: rgba(129, 140, 248, 0.3);
}
.hover\:text-indigo-400\/35:hover {
    color: rgba(129, 140, 248, 0.35);
}
.hover\:text-indigo-400\/40:hover {
    color: rgba(129, 140, 248, 0.4);
}
.hover\:text-indigo-400\/45:hover {
    color: rgba(129, 140, 248, 0.45);
}
.hover\:text-indigo-400\/5:hover {
    color: rgba(129, 140, 248, 0.05);
}
.hover\:text-indigo-400\/50:hover {
    color: rgba(129, 140, 248, 0.5);
}
.hover\:text-indigo-400\/55:hover {
    color: rgba(129, 140, 248, 0.55);
}
.hover\:text-indigo-400\/60:hover {
    color: rgba(129, 140, 248, 0.6);
}
.hover\:text-indigo-400\/65:hover {
    color: rgba(129, 140, 248, 0.65);
}
.hover\:text-indigo-400\/70:hover {
    color: rgba(129, 140, 248, 0.7);
}
.hover\:text-indigo-400\/75:hover {
    color: rgba(129, 140, 248, 0.75);
}
.hover\:text-indigo-400\/80:hover {
    color: rgba(129, 140, 248, 0.8);
}
.hover\:text-indigo-400\/85:hover {
    color: rgba(129, 140, 248, 0.85);
}
.hover\:text-indigo-400\/90:hover {
    color: rgba(129, 140, 248, 0.9);
}
.hover\:text-indigo-400\/95:hover {
    color: rgba(129, 140, 248, 0.95);
}
.hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-50\/0:hover {
    color: rgba(238, 242, 255, 0);
}
.hover\:text-indigo-50\/10:hover {
    color: rgba(238, 242, 255, 0.1);
}
.hover\:text-indigo-50\/100:hover {
    color: #eef2ff;
}
.hover\:text-indigo-50\/15:hover {
    color: rgba(238, 242, 255, 0.15);
}
.hover\:text-indigo-50\/20:hover {
    color: rgba(238, 242, 255, 0.2);
}
.hover\:text-indigo-50\/25:hover {
    color: rgba(238, 242, 255, 0.25);
}
.hover\:text-indigo-50\/30:hover {
    color: rgba(238, 242, 255, 0.3);
}
.hover\:text-indigo-50\/35:hover {
    color: rgba(238, 242, 255, 0.35);
}
.hover\:text-indigo-50\/40:hover {
    color: rgba(238, 242, 255, 0.4);
}
.hover\:text-indigo-50\/45:hover {
    color: rgba(238, 242, 255, 0.45);
}
.hover\:text-indigo-50\/5:hover {
    color: rgba(238, 242, 255, 0.05);
}
.hover\:text-indigo-50\/50:hover {
    color: rgba(238, 242, 255, 0.5);
}
.hover\:text-indigo-50\/55:hover {
    color: rgba(238, 242, 255, 0.55);
}
.hover\:text-indigo-50\/60:hover {
    color: rgba(238, 242, 255, 0.6);
}
.hover\:text-indigo-50\/65:hover {
    color: rgba(238, 242, 255, 0.65);
}
.hover\:text-indigo-50\/70:hover {
    color: rgba(238, 242, 255, 0.7);
}
.hover\:text-indigo-50\/75:hover {
    color: rgba(238, 242, 255, 0.75);
}
.hover\:text-indigo-50\/80:hover {
    color: rgba(238, 242, 255, 0.8);
}
.hover\:text-indigo-50\/85:hover {
    color: rgba(238, 242, 255, 0.85);
}
.hover\:text-indigo-50\/90:hover {
    color: rgba(238, 242, 255, 0.9);
}
.hover\:text-indigo-50\/95:hover {
    color: rgba(238, 242, 255, 0.95);
}
.hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-500\/0:hover {
    color: rgba(99, 102, 241, 0);
}
.hover\:text-indigo-500\/10:hover {
    color: rgba(99, 102, 241, 0.1);
}
.hover\:text-indigo-500\/100:hover {
    color: #6366f1;
}
.hover\:text-indigo-500\/15:hover {
    color: rgba(99, 102, 241, 0.15);
}
.hover\:text-indigo-500\/20:hover {
    color: rgba(99, 102, 241, 0.2);
}
.hover\:text-indigo-500\/25:hover {
    color: rgba(99, 102, 241, 0.25);
}
.hover\:text-indigo-500\/30:hover {
    color: rgba(99, 102, 241, 0.3);
}
.hover\:text-indigo-500\/35:hover {
    color: rgba(99, 102, 241, 0.35);
}
.hover\:text-indigo-500\/40:hover {
    color: rgba(99, 102, 241, 0.4);
}
.hover\:text-indigo-500\/45:hover {
    color: rgba(99, 102, 241, 0.45);
}
.hover\:text-indigo-500\/5:hover {
    color: rgba(99, 102, 241, 0.05);
}
.hover\:text-indigo-500\/50:hover {
    color: rgba(99, 102, 241, 0.5);
}
.hover\:text-indigo-500\/55:hover {
    color: rgba(99, 102, 241, 0.55);
}
.hover\:text-indigo-500\/60:hover {
    color: rgba(99, 102, 241, 0.6);
}
.hover\:text-indigo-500\/65:hover {
    color: rgba(99, 102, 241, 0.65);
}
.hover\:text-indigo-500\/70:hover {
    color: rgba(99, 102, 241, 0.7);
}
.hover\:text-indigo-500\/75:hover {
    color: rgba(99, 102, 241, 0.75);
}
.hover\:text-indigo-500\/80:hover {
    color: rgba(99, 102, 241, 0.8);
}
.hover\:text-indigo-500\/85:hover {
    color: rgba(99, 102, 241, 0.85);
}
.hover\:text-indigo-500\/90:hover {
    color: rgba(99, 102, 241, 0.9);
}
.hover\:text-indigo-500\/95:hover {
    color: rgba(99, 102, 241, 0.95);
}
.hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-600\/0:hover {
    color: rgba(79, 70, 229, 0);
}
.hover\:text-indigo-600\/10:hover {
    color: rgba(79, 70, 229, 0.1);
}
.hover\:text-indigo-600\/100:hover {
    color: #4f46e5;
}
.hover\:text-indigo-600\/15:hover {
    color: rgba(79, 70, 229, 0.15);
}
.hover\:text-indigo-600\/20:hover {
    color: rgba(79, 70, 229, 0.2);
}
.hover\:text-indigo-600\/25:hover {
    color: rgba(79, 70, 229, 0.25);
}
.hover\:text-indigo-600\/30:hover {
    color: rgba(79, 70, 229, 0.3);
}
.hover\:text-indigo-600\/35:hover {
    color: rgba(79, 70, 229, 0.35);
}
.hover\:text-indigo-600\/40:hover {
    color: rgba(79, 70, 229, 0.4);
}
.hover\:text-indigo-600\/45:hover {
    color: rgba(79, 70, 229, 0.45);
}
.hover\:text-indigo-600\/5:hover {
    color: rgba(79, 70, 229, 0.05);
}
.hover\:text-indigo-600\/50:hover {
    color: rgba(79, 70, 229, 0.5);
}
.hover\:text-indigo-600\/55:hover {
    color: rgba(79, 70, 229, 0.55);
}
.hover\:text-indigo-600\/60:hover {
    color: rgba(79, 70, 229, 0.6);
}
.hover\:text-indigo-600\/65:hover {
    color: rgba(79, 70, 229, 0.65);
}
.hover\:text-indigo-600\/70:hover {
    color: rgba(79, 70, 229, 0.7);
}
.hover\:text-indigo-600\/75:hover {
    color: rgba(79, 70, 229, 0.75);
}
.hover\:text-indigo-600\/80:hover {
    color: rgba(79, 70, 229, 0.8);
}
.hover\:text-indigo-600\/85:hover {
    color: rgba(79, 70, 229, 0.85);
}
.hover\:text-indigo-600\/90:hover {
    color: rgba(79, 70, 229, 0.9);
}
.hover\:text-indigo-600\/95:hover {
    color: rgba(79, 70, 229, 0.95);
}
.hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-700\/0:hover {
    color: rgba(67, 56, 202, 0);
}
.hover\:text-indigo-700\/10:hover {
    color: rgba(67, 56, 202, 0.1);
}
.hover\:text-indigo-700\/100:hover {
    color: #4338ca;
}
.hover\:text-indigo-700\/15:hover {
    color: rgba(67, 56, 202, 0.15);
}
.hover\:text-indigo-700\/20:hover {
    color: rgba(67, 56, 202, 0.2);
}
.hover\:text-indigo-700\/25:hover {
    color: rgba(67, 56, 202, 0.25);
}
.hover\:text-indigo-700\/30:hover {
    color: rgba(67, 56, 202, 0.3);
}
.hover\:text-indigo-700\/35:hover {
    color: rgba(67, 56, 202, 0.35);
}
.hover\:text-indigo-700\/40:hover {
    color: rgba(67, 56, 202, 0.4);
}
.hover\:text-indigo-700\/45:hover {
    color: rgba(67, 56, 202, 0.45);
}
.hover\:text-indigo-700\/5:hover {
    color: rgba(67, 56, 202, 0.05);
}
.hover\:text-indigo-700\/50:hover {
    color: rgba(67, 56, 202, 0.5);
}
.hover\:text-indigo-700\/55:hover {
    color: rgba(67, 56, 202, 0.55);
}
.hover\:text-indigo-700\/60:hover {
    color: rgba(67, 56, 202, 0.6);
}
.hover\:text-indigo-700\/65:hover {
    color: rgba(67, 56, 202, 0.65);
}
.hover\:text-indigo-700\/70:hover {
    color: rgba(67, 56, 202, 0.7);
}
.hover\:text-indigo-700\/75:hover {
    color: rgba(67, 56, 202, 0.75);
}
.hover\:text-indigo-700\/80:hover {
    color: rgba(67, 56, 202, 0.8);
}
.hover\:text-indigo-700\/85:hover {
    color: rgba(67, 56, 202, 0.85);
}
.hover\:text-indigo-700\/90:hover {
    color: rgba(67, 56, 202, 0.9);
}
.hover\:text-indigo-700\/95:hover {
    color: rgba(67, 56, 202, 0.95);
}
.hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-800\/0:hover {
    color: rgba(55, 48, 163, 0);
}
.hover\:text-indigo-800\/10:hover {
    color: rgba(55, 48, 163, 0.1);
}
.hover\:text-indigo-800\/100:hover {
    color: #3730a3;
}
.hover\:text-indigo-800\/15:hover {
    color: rgba(55, 48, 163, 0.15);
}
.hover\:text-indigo-800\/20:hover {
    color: rgba(55, 48, 163, 0.2);
}
.hover\:text-indigo-800\/25:hover {
    color: rgba(55, 48, 163, 0.25);
}
.hover\:text-indigo-800\/30:hover {
    color: rgba(55, 48, 163, 0.3);
}
.hover\:text-indigo-800\/35:hover {
    color: rgba(55, 48, 163, 0.35);
}
.hover\:text-indigo-800\/40:hover {
    color: rgba(55, 48, 163, 0.4);
}
.hover\:text-indigo-800\/45:hover {
    color: rgba(55, 48, 163, 0.45);
}
.hover\:text-indigo-800\/5:hover {
    color: rgba(55, 48, 163, 0.05);
}
.hover\:text-indigo-800\/50:hover {
    color: rgba(55, 48, 163, 0.5);
}
.hover\:text-indigo-800\/55:hover {
    color: rgba(55, 48, 163, 0.55);
}
.hover\:text-indigo-800\/60:hover {
    color: rgba(55, 48, 163, 0.6);
}
.hover\:text-indigo-800\/65:hover {
    color: rgba(55, 48, 163, 0.65);
}
.hover\:text-indigo-800\/70:hover {
    color: rgba(55, 48, 163, 0.7);
}
.hover\:text-indigo-800\/75:hover {
    color: rgba(55, 48, 163, 0.75);
}
.hover\:text-indigo-800\/80:hover {
    color: rgba(55, 48, 163, 0.8);
}
.hover\:text-indigo-800\/85:hover {
    color: rgba(55, 48, 163, 0.85);
}
.hover\:text-indigo-800\/90:hover {
    color: rgba(55, 48, 163, 0.9);
}
.hover\:text-indigo-800\/95:hover {
    color: rgba(55, 48, 163, 0.95);
}
.hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-900\/0:hover {
    color: rgba(49, 46, 129, 0);
}
.hover\:text-indigo-900\/10:hover {
    color: rgba(49, 46, 129, 0.1);
}
.hover\:text-indigo-900\/100:hover {
    color: #312e81;
}
.hover\:text-indigo-900\/15:hover {
    color: rgba(49, 46, 129, 0.15);
}
.hover\:text-indigo-900\/20:hover {
    color: rgba(49, 46, 129, 0.2);
}
.hover\:text-indigo-900\/25:hover {
    color: rgba(49, 46, 129, 0.25);
}
.hover\:text-indigo-900\/30:hover {
    color: rgba(49, 46, 129, 0.3);
}
.hover\:text-indigo-900\/35:hover {
    color: rgba(49, 46, 129, 0.35);
}
.hover\:text-indigo-900\/40:hover {
    color: rgba(49, 46, 129, 0.4);
}
.hover\:text-indigo-900\/45:hover {
    color: rgba(49, 46, 129, 0.45);
}
.hover\:text-indigo-900\/5:hover {
    color: rgba(49, 46, 129, 0.05);
}
.hover\:text-indigo-900\/50:hover {
    color: rgba(49, 46, 129, 0.5);
}
.hover\:text-indigo-900\/55:hover {
    color: rgba(49, 46, 129, 0.55);
}
.hover\:text-indigo-900\/60:hover {
    color: rgba(49, 46, 129, 0.6);
}
.hover\:text-indigo-900\/65:hover {
    color: rgba(49, 46, 129, 0.65);
}
.hover\:text-indigo-900\/70:hover {
    color: rgba(49, 46, 129, 0.7);
}
.hover\:text-indigo-900\/75:hover {
    color: rgba(49, 46, 129, 0.75);
}
.hover\:text-indigo-900\/80:hover {
    color: rgba(49, 46, 129, 0.8);
}
.hover\:text-indigo-900\/85:hover {
    color: rgba(49, 46, 129, 0.85);
}
.hover\:text-indigo-900\/90:hover {
    color: rgba(49, 46, 129, 0.9);
}
.hover\:text-indigo-900\/95:hover {
    color: rgba(49, 46, 129, 0.95);
}
.hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-100\/0:hover {
    color: hsla(80, 89%, 89%, 0);
}
.hover\:text-lime-100\/10:hover {
    color: hsla(80, 89%, 89%, 0.1);
}
.hover\:text-lime-100\/100:hover {
    color: #ecfccb;
}
.hover\:text-lime-100\/15:hover {
    color: hsla(80, 89%, 89%, 0.15);
}
.hover\:text-lime-100\/20:hover {
    color: hsla(80, 89%, 89%, 0.2);
}
.hover\:text-lime-100\/25:hover {
    color: hsla(80, 89%, 89%, 0.25);
}
.hover\:text-lime-100\/30:hover {
    color: hsla(80, 89%, 89%, 0.3);
}
.hover\:text-lime-100\/35:hover {
    color: hsla(80, 89%, 89%, 0.35);
}
.hover\:text-lime-100\/40:hover {
    color: hsla(80, 89%, 89%, 0.4);
}
.hover\:text-lime-100\/45:hover {
    color: hsla(80, 89%, 89%, 0.45);
}
.hover\:text-lime-100\/5:hover {
    color: hsla(80, 89%, 89%, 0.05);
}
.hover\:text-lime-100\/50:hover {
    color: hsla(80, 89%, 89%, 0.5);
}
.hover\:text-lime-100\/55:hover {
    color: hsla(80, 89%, 89%, 0.55);
}
.hover\:text-lime-100\/60:hover {
    color: hsla(80, 89%, 89%, 0.6);
}
.hover\:text-lime-100\/65:hover {
    color: hsla(80, 89%, 89%, 0.65);
}
.hover\:text-lime-100\/70:hover {
    color: hsla(80, 89%, 89%, 0.7);
}
.hover\:text-lime-100\/75:hover {
    color: hsla(80, 89%, 89%, 0.75);
}
.hover\:text-lime-100\/80:hover {
    color: hsla(80, 89%, 89%, 0.8);
}
.hover\:text-lime-100\/85:hover {
    color: hsla(80, 89%, 89%, 0.85);
}
.hover\:text-lime-100\/90:hover {
    color: hsla(80, 89%, 89%, 0.9);
}
.hover\:text-lime-100\/95:hover {
    color: hsla(80, 89%, 89%, 0.95);
}
.hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-200\/0:hover {
    color: hsla(81, 88%, 80%, 0);
}
.hover\:text-lime-200\/10:hover {
    color: hsla(81, 88%, 80%, 0.1);
}
.hover\:text-lime-200\/100:hover {
    color: #d9f99d;
}
.hover\:text-lime-200\/15:hover {
    color: hsla(81, 88%, 80%, 0.15);
}
.hover\:text-lime-200\/20:hover {
    color: hsla(81, 88%, 80%, 0.2);
}
.hover\:text-lime-200\/25:hover {
    color: hsla(81, 88%, 80%, 0.25);
}
.hover\:text-lime-200\/30:hover {
    color: hsla(81, 88%, 80%, 0.3);
}
.hover\:text-lime-200\/35:hover {
    color: hsla(81, 88%, 80%, 0.35);
}
.hover\:text-lime-200\/40:hover {
    color: hsla(81, 88%, 80%, 0.4);
}
.hover\:text-lime-200\/45:hover {
    color: hsla(81, 88%, 80%, 0.45);
}
.hover\:text-lime-200\/5:hover {
    color: hsla(81, 88%, 80%, 0.05);
}
.hover\:text-lime-200\/50:hover {
    color: hsla(81, 88%, 80%, 0.5);
}
.hover\:text-lime-200\/55:hover {
    color: hsla(81, 88%, 80%, 0.55);
}
.hover\:text-lime-200\/60:hover {
    color: hsla(81, 88%, 80%, 0.6);
}
.hover\:text-lime-200\/65:hover {
    color: hsla(81, 88%, 80%, 0.65);
}
.hover\:text-lime-200\/70:hover {
    color: hsla(81, 88%, 80%, 0.7);
}
.hover\:text-lime-200\/75:hover {
    color: hsla(81, 88%, 80%, 0.75);
}
.hover\:text-lime-200\/80:hover {
    color: hsla(81, 88%, 80%, 0.8);
}
.hover\:text-lime-200\/85:hover {
    color: hsla(81, 88%, 80%, 0.85);
}
.hover\:text-lime-200\/90:hover {
    color: hsla(81, 88%, 80%, 0.9);
}
.hover\:text-lime-200\/95:hover {
    color: hsla(81, 88%, 80%, 0.95);
}
.hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-300\/0:hover {
    color: hsla(82, 85%, 67%, 0);
}
.hover\:text-lime-300\/10:hover {
    color: hsla(82, 85%, 67%, 0.1);
}
.hover\:text-lime-300\/100:hover {
    color: #bef264;
}
.hover\:text-lime-300\/15:hover {
    color: hsla(82, 85%, 67%, 0.15);
}
.hover\:text-lime-300\/20:hover {
    color: hsla(82, 85%, 67%, 0.2);
}
.hover\:text-lime-300\/25:hover {
    color: hsla(82, 85%, 67%, 0.25);
}
.hover\:text-lime-300\/30:hover {
    color: hsla(82, 85%, 67%, 0.3);
}
.hover\:text-lime-300\/35:hover {
    color: hsla(82, 85%, 67%, 0.35);
}
.hover\:text-lime-300\/40:hover {
    color: hsla(82, 85%, 67%, 0.4);
}
.hover\:text-lime-300\/45:hover {
    color: hsla(82, 85%, 67%, 0.45);
}
.hover\:text-lime-300\/5:hover {
    color: hsla(82, 85%, 67%, 0.05);
}
.hover\:text-lime-300\/50:hover {
    color: hsla(82, 85%, 67%, 0.5);
}
.hover\:text-lime-300\/55:hover {
    color: hsla(82, 85%, 67%, 0.55);
}
.hover\:text-lime-300\/60:hover {
    color: hsla(82, 85%, 67%, 0.6);
}
.hover\:text-lime-300\/65:hover {
    color: hsla(82, 85%, 67%, 0.65);
}
.hover\:text-lime-300\/70:hover {
    color: hsla(82, 85%, 67%, 0.7);
}
.hover\:text-lime-300\/75:hover {
    color: hsla(82, 85%, 67%, 0.75);
}
.hover\:text-lime-300\/80:hover {
    color: hsla(82, 85%, 67%, 0.8);
}
.hover\:text-lime-300\/85:hover {
    color: hsla(82, 85%, 67%, 0.85);
}
.hover\:text-lime-300\/90:hover {
    color: hsla(82, 85%, 67%, 0.9);
}
.hover\:text-lime-300\/95:hover {
    color: hsla(82, 85%, 67%, 0.95);
}
.hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-400\/0:hover {
    color: rgba(163, 230, 53, 0);
}
.hover\:text-lime-400\/10:hover {
    color: rgba(163, 230, 53, 0.1);
}
.hover\:text-lime-400\/100:hover {
    color: #a3e635;
}
.hover\:text-lime-400\/15:hover {
    color: rgba(163, 230, 53, 0.15);
}
.hover\:text-lime-400\/20:hover {
    color: rgba(163, 230, 53, 0.2);
}
.hover\:text-lime-400\/25:hover {
    color: rgba(163, 230, 53, 0.25);
}
.hover\:text-lime-400\/30:hover {
    color: rgba(163, 230, 53, 0.3);
}
.hover\:text-lime-400\/35:hover {
    color: rgba(163, 230, 53, 0.35);
}
.hover\:text-lime-400\/40:hover {
    color: rgba(163, 230, 53, 0.4);
}
.hover\:text-lime-400\/45:hover {
    color: rgba(163, 230, 53, 0.45);
}
.hover\:text-lime-400\/5:hover {
    color: rgba(163, 230, 53, 0.05);
}
.hover\:text-lime-400\/50:hover {
    color: rgba(163, 230, 53, 0.5);
}
.hover\:text-lime-400\/55:hover {
    color: rgba(163, 230, 53, 0.55);
}
.hover\:text-lime-400\/60:hover {
    color: rgba(163, 230, 53, 0.6);
}
.hover\:text-lime-400\/65:hover {
    color: rgba(163, 230, 53, 0.65);
}
.hover\:text-lime-400\/70:hover {
    color: rgba(163, 230, 53, 0.7);
}
.hover\:text-lime-400\/75:hover {
    color: rgba(163, 230, 53, 0.75);
}
.hover\:text-lime-400\/80:hover {
    color: rgba(163, 230, 53, 0.8);
}
.hover\:text-lime-400\/85:hover {
    color: rgba(163, 230, 53, 0.85);
}
.hover\:text-lime-400\/90:hover {
    color: rgba(163, 230, 53, 0.9);
}
.hover\:text-lime-400\/95:hover {
    color: rgba(163, 230, 53, 0.95);
}
.hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-50\/0:hover {
    color: hsla(78, 92%, 95%, 0);
}
.hover\:text-lime-50\/10:hover {
    color: hsla(78, 92%, 95%, 0.1);
}
.hover\:text-lime-50\/100:hover {
    color: #f7fee7;
}
.hover\:text-lime-50\/15:hover {
    color: hsla(78, 92%, 95%, 0.15);
}
.hover\:text-lime-50\/20:hover {
    color: hsla(78, 92%, 95%, 0.2);
}
.hover\:text-lime-50\/25:hover {
    color: hsla(78, 92%, 95%, 0.25);
}
.hover\:text-lime-50\/30:hover {
    color: hsla(78, 92%, 95%, 0.3);
}
.hover\:text-lime-50\/35:hover {
    color: hsla(78, 92%, 95%, 0.35);
}
.hover\:text-lime-50\/40:hover {
    color: hsla(78, 92%, 95%, 0.4);
}
.hover\:text-lime-50\/45:hover {
    color: hsla(78, 92%, 95%, 0.45);
}
.hover\:text-lime-50\/5:hover {
    color: hsla(78, 92%, 95%, 0.05);
}
.hover\:text-lime-50\/50:hover {
    color: hsla(78, 92%, 95%, 0.5);
}
.hover\:text-lime-50\/55:hover {
    color: hsla(78, 92%, 95%, 0.55);
}
.hover\:text-lime-50\/60:hover {
    color: hsla(78, 92%, 95%, 0.6);
}
.hover\:text-lime-50\/65:hover {
    color: hsla(78, 92%, 95%, 0.65);
}
.hover\:text-lime-50\/70:hover {
    color: hsla(78, 92%, 95%, 0.7);
}
.hover\:text-lime-50\/75:hover {
    color: hsla(78, 92%, 95%, 0.75);
}
.hover\:text-lime-50\/80:hover {
    color: hsla(78, 92%, 95%, 0.8);
}
.hover\:text-lime-50\/85:hover {
    color: hsla(78, 92%, 95%, 0.85);
}
.hover\:text-lime-50\/90:hover {
    color: hsla(78, 92%, 95%, 0.9);
}
.hover\:text-lime-50\/95:hover {
    color: hsla(78, 92%, 95%, 0.95);
}
.hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-500\/0:hover {
    color: rgba(132, 204, 22, 0);
}
.hover\:text-lime-500\/10:hover {
    color: rgba(132, 204, 22, 0.1);
}
.hover\:text-lime-500\/100:hover {
    color: #84cc16;
}
.hover\:text-lime-500\/15:hover {
    color: rgba(132, 204, 22, 0.15);
}
.hover\:text-lime-500\/20:hover {
    color: rgba(132, 204, 22, 0.2);
}
.hover\:text-lime-500\/25:hover {
    color: rgba(132, 204, 22, 0.25);
}
.hover\:text-lime-500\/30:hover {
    color: rgba(132, 204, 22, 0.3);
}
.hover\:text-lime-500\/35:hover {
    color: rgba(132, 204, 22, 0.35);
}
.hover\:text-lime-500\/40:hover {
    color: rgba(132, 204, 22, 0.4);
}
.hover\:text-lime-500\/45:hover {
    color: rgba(132, 204, 22, 0.45);
}
.hover\:text-lime-500\/5:hover {
    color: rgba(132, 204, 22, 0.05);
}
.hover\:text-lime-500\/50:hover {
    color: rgba(132, 204, 22, 0.5);
}
.hover\:text-lime-500\/55:hover {
    color: rgba(132, 204, 22, 0.55);
}
.hover\:text-lime-500\/60:hover {
    color: rgba(132, 204, 22, 0.6);
}
.hover\:text-lime-500\/65:hover {
    color: rgba(132, 204, 22, 0.65);
}
.hover\:text-lime-500\/70:hover {
    color: rgba(132, 204, 22, 0.7);
}
.hover\:text-lime-500\/75:hover {
    color: rgba(132, 204, 22, 0.75);
}
.hover\:text-lime-500\/80:hover {
    color: rgba(132, 204, 22, 0.8);
}
.hover\:text-lime-500\/85:hover {
    color: rgba(132, 204, 22, 0.85);
}
.hover\:text-lime-500\/90:hover {
    color: rgba(132, 204, 22, 0.9);
}
.hover\:text-lime-500\/95:hover {
    color: rgba(132, 204, 22, 0.95);
}
.hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-600\/0:hover {
    color: rgba(101, 163, 13, 0);
}
.hover\:text-lime-600\/10:hover {
    color: rgba(101, 163, 13, 0.1);
}
.hover\:text-lime-600\/100:hover {
    color: #65a30d;
}
.hover\:text-lime-600\/15:hover {
    color: rgba(101, 163, 13, 0.15);
}
.hover\:text-lime-600\/20:hover {
    color: rgba(101, 163, 13, 0.2);
}
.hover\:text-lime-600\/25:hover {
    color: rgba(101, 163, 13, 0.25);
}
.hover\:text-lime-600\/30:hover {
    color: rgba(101, 163, 13, 0.3);
}
.hover\:text-lime-600\/35:hover {
    color: rgba(101, 163, 13, 0.35);
}
.hover\:text-lime-600\/40:hover {
    color: rgba(101, 163, 13, 0.4);
}
.hover\:text-lime-600\/45:hover {
    color: rgba(101, 163, 13, 0.45);
}
.hover\:text-lime-600\/5:hover {
    color: rgba(101, 163, 13, 0.05);
}
.hover\:text-lime-600\/50:hover {
    color: rgba(101, 163, 13, 0.5);
}
.hover\:text-lime-600\/55:hover {
    color: rgba(101, 163, 13, 0.55);
}
.hover\:text-lime-600\/60:hover {
    color: rgba(101, 163, 13, 0.6);
}
.hover\:text-lime-600\/65:hover {
    color: rgba(101, 163, 13, 0.65);
}
.hover\:text-lime-600\/70:hover {
    color: rgba(101, 163, 13, 0.7);
}
.hover\:text-lime-600\/75:hover {
    color: rgba(101, 163, 13, 0.75);
}
.hover\:text-lime-600\/80:hover {
    color: rgba(101, 163, 13, 0.8);
}
.hover\:text-lime-600\/85:hover {
    color: rgba(101, 163, 13, 0.85);
}
.hover\:text-lime-600\/90:hover {
    color: rgba(101, 163, 13, 0.9);
}
.hover\:text-lime-600\/95:hover {
    color: rgba(101, 163, 13, 0.95);
}
.hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-700\/0:hover {
    color: rgba(77, 124, 15, 0);
}
.hover\:text-lime-700\/10:hover {
    color: rgba(77, 124, 15, 0.1);
}
.hover\:text-lime-700\/100:hover {
    color: #4d7c0f;
}
.hover\:text-lime-700\/15:hover {
    color: rgba(77, 124, 15, 0.15);
}
.hover\:text-lime-700\/20:hover {
    color: rgba(77, 124, 15, 0.2);
}
.hover\:text-lime-700\/25:hover {
    color: rgba(77, 124, 15, 0.25);
}
.hover\:text-lime-700\/30:hover {
    color: rgba(77, 124, 15, 0.3);
}
.hover\:text-lime-700\/35:hover {
    color: rgba(77, 124, 15, 0.35);
}
.hover\:text-lime-700\/40:hover {
    color: rgba(77, 124, 15, 0.4);
}
.hover\:text-lime-700\/45:hover {
    color: rgba(77, 124, 15, 0.45);
}
.hover\:text-lime-700\/5:hover {
    color: rgba(77, 124, 15, 0.05);
}
.hover\:text-lime-700\/50:hover {
    color: rgba(77, 124, 15, 0.5);
}
.hover\:text-lime-700\/55:hover {
    color: rgba(77, 124, 15, 0.55);
}
.hover\:text-lime-700\/60:hover {
    color: rgba(77, 124, 15, 0.6);
}
.hover\:text-lime-700\/65:hover {
    color: rgba(77, 124, 15, 0.65);
}
.hover\:text-lime-700\/70:hover {
    color: rgba(77, 124, 15, 0.7);
}
.hover\:text-lime-700\/75:hover {
    color: rgba(77, 124, 15, 0.75);
}
.hover\:text-lime-700\/80:hover {
    color: rgba(77, 124, 15, 0.8);
}
.hover\:text-lime-700\/85:hover {
    color: rgba(77, 124, 15, 0.85);
}
.hover\:text-lime-700\/90:hover {
    color: rgba(77, 124, 15, 0.9);
}
.hover\:text-lime-700\/95:hover {
    color: rgba(77, 124, 15, 0.95);
}
.hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-800\/0:hover {
    color: rgba(63, 98, 18, 0);
}
.hover\:text-lime-800\/10:hover {
    color: rgba(63, 98, 18, 0.1);
}
.hover\:text-lime-800\/100:hover {
    color: #3f6212;
}
.hover\:text-lime-800\/15:hover {
    color: rgba(63, 98, 18, 0.15);
}
.hover\:text-lime-800\/20:hover {
    color: rgba(63, 98, 18, 0.2);
}
.hover\:text-lime-800\/25:hover {
    color: rgba(63, 98, 18, 0.25);
}
.hover\:text-lime-800\/30:hover {
    color: rgba(63, 98, 18, 0.3);
}
.hover\:text-lime-800\/35:hover {
    color: rgba(63, 98, 18, 0.35);
}
.hover\:text-lime-800\/40:hover {
    color: rgba(63, 98, 18, 0.4);
}
.hover\:text-lime-800\/45:hover {
    color: rgba(63, 98, 18, 0.45);
}
.hover\:text-lime-800\/5:hover {
    color: rgba(63, 98, 18, 0.05);
}
.hover\:text-lime-800\/50:hover {
    color: rgba(63, 98, 18, 0.5);
}
.hover\:text-lime-800\/55:hover {
    color: rgba(63, 98, 18, 0.55);
}
.hover\:text-lime-800\/60:hover {
    color: rgba(63, 98, 18, 0.6);
}
.hover\:text-lime-800\/65:hover {
    color: rgba(63, 98, 18, 0.65);
}
.hover\:text-lime-800\/70:hover {
    color: rgba(63, 98, 18, 0.7);
}
.hover\:text-lime-800\/75:hover {
    color: rgba(63, 98, 18, 0.75);
}
.hover\:text-lime-800\/80:hover {
    color: rgba(63, 98, 18, 0.8);
}
.hover\:text-lime-800\/85:hover {
    color: rgba(63, 98, 18, 0.85);
}
.hover\:text-lime-800\/90:hover {
    color: rgba(63, 98, 18, 0.9);
}
.hover\:text-lime-800\/95:hover {
    color: rgba(63, 98, 18, 0.95);
}
.hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-900\/0:hover {
    color: rgba(54, 83, 20, 0);
}
.hover\:text-lime-900\/10:hover {
    color: rgba(54, 83, 20, 0.1);
}
.hover\:text-lime-900\/100:hover {
    color: #365314;
}
.hover\:text-lime-900\/15:hover {
    color: rgba(54, 83, 20, 0.15);
}
.hover\:text-lime-900\/20:hover {
    color: rgba(54, 83, 20, 0.2);
}
.hover\:text-lime-900\/25:hover {
    color: rgba(54, 83, 20, 0.25);
}
.hover\:text-lime-900\/30:hover {
    color: rgba(54, 83, 20, 0.3);
}
.hover\:text-lime-900\/35:hover {
    color: rgba(54, 83, 20, 0.35);
}
.hover\:text-lime-900\/40:hover {
    color: rgba(54, 83, 20, 0.4);
}
.hover\:text-lime-900\/45:hover {
    color: rgba(54, 83, 20, 0.45);
}
.hover\:text-lime-900\/5:hover {
    color: rgba(54, 83, 20, 0.05);
}
.hover\:text-lime-900\/50:hover {
    color: rgba(54, 83, 20, 0.5);
}
.hover\:text-lime-900\/55:hover {
    color: rgba(54, 83, 20, 0.55);
}
.hover\:text-lime-900\/60:hover {
    color: rgba(54, 83, 20, 0.6);
}
.hover\:text-lime-900\/65:hover {
    color: rgba(54, 83, 20, 0.65);
}
.hover\:text-lime-900\/70:hover {
    color: rgba(54, 83, 20, 0.7);
}
.hover\:text-lime-900\/75:hover {
    color: rgba(54, 83, 20, 0.75);
}
.hover\:text-lime-900\/80:hover {
    color: rgba(54, 83, 20, 0.8);
}
.hover\:text-lime-900\/85:hover {
    color: rgba(54, 83, 20, 0.85);
}
.hover\:text-lime-900\/90:hover {
    color: rgba(54, 83, 20, 0.9);
}
.hover\:text-lime-900\/95:hover {
    color: rgba(54, 83, 20, 0.95);
}
.hover\:text-negative-400:hover {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.hover\:text-negative-500:hover {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-100\/0:hover {
    color: hsla(0, 0%, 96%, 0);
}
.hover\:text-neutral-100\/10:hover {
    color: hsla(0, 0%, 96%, 0.1);
}
.hover\:text-neutral-100\/100:hover {
    color: #f5f5f5;
}
.hover\:text-neutral-100\/15:hover {
    color: hsla(0, 0%, 96%, 0.15);
}
.hover\:text-neutral-100\/20:hover {
    color: hsla(0, 0%, 96%, 0.2);
}
.hover\:text-neutral-100\/25:hover {
    color: hsla(0, 0%, 96%, 0.25);
}
.hover\:text-neutral-100\/30:hover {
    color: hsla(0, 0%, 96%, 0.3);
}
.hover\:text-neutral-100\/35:hover {
    color: hsla(0, 0%, 96%, 0.35);
}
.hover\:text-neutral-100\/40:hover {
    color: hsla(0, 0%, 96%, 0.4);
}
.hover\:text-neutral-100\/45:hover {
    color: hsla(0, 0%, 96%, 0.45);
}
.hover\:text-neutral-100\/5:hover {
    color: hsla(0, 0%, 96%, 0.05);
}
.hover\:text-neutral-100\/50:hover {
    color: hsla(0, 0%, 96%, 0.5);
}
.hover\:text-neutral-100\/55:hover {
    color: hsla(0, 0%, 96%, 0.55);
}
.hover\:text-neutral-100\/60:hover {
    color: hsla(0, 0%, 96%, 0.6);
}
.hover\:text-neutral-100\/65:hover {
    color: hsla(0, 0%, 96%, 0.65);
}
.hover\:text-neutral-100\/70:hover {
    color: hsla(0, 0%, 96%, 0.7);
}
.hover\:text-neutral-100\/75:hover {
    color: hsla(0, 0%, 96%, 0.75);
}
.hover\:text-neutral-100\/80:hover {
    color: hsla(0, 0%, 96%, 0.8);
}
.hover\:text-neutral-100\/85:hover {
    color: hsla(0, 0%, 96%, 0.85);
}
.hover\:text-neutral-100\/90:hover {
    color: hsla(0, 0%, 96%, 0.9);
}
.hover\:text-neutral-100\/95:hover {
    color: hsla(0, 0%, 96%, 0.95);
}
.hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-200\/0:hover {
    color: hsla(0, 0%, 90%, 0);
}
.hover\:text-neutral-200\/10:hover {
    color: hsla(0, 0%, 90%, 0.1);
}
.hover\:text-neutral-200\/100:hover {
    color: #e5e5e5;
}
.hover\:text-neutral-200\/15:hover {
    color: hsla(0, 0%, 90%, 0.15);
}
.hover\:text-neutral-200\/20:hover {
    color: hsla(0, 0%, 90%, 0.2);
}
.hover\:text-neutral-200\/25:hover {
    color: hsla(0, 0%, 90%, 0.25);
}
.hover\:text-neutral-200\/30:hover {
    color: hsla(0, 0%, 90%, 0.3);
}
.hover\:text-neutral-200\/35:hover {
    color: hsla(0, 0%, 90%, 0.35);
}
.hover\:text-neutral-200\/40:hover {
    color: hsla(0, 0%, 90%, 0.4);
}
.hover\:text-neutral-200\/45:hover {
    color: hsla(0, 0%, 90%, 0.45);
}
.hover\:text-neutral-200\/5:hover {
    color: hsla(0, 0%, 90%, 0.05);
}
.hover\:text-neutral-200\/50:hover {
    color: hsla(0, 0%, 90%, 0.5);
}
.hover\:text-neutral-200\/55:hover {
    color: hsla(0, 0%, 90%, 0.55);
}
.hover\:text-neutral-200\/60:hover {
    color: hsla(0, 0%, 90%, 0.6);
}
.hover\:text-neutral-200\/65:hover {
    color: hsla(0, 0%, 90%, 0.65);
}
.hover\:text-neutral-200\/70:hover {
    color: hsla(0, 0%, 90%, 0.7);
}
.hover\:text-neutral-200\/75:hover {
    color: hsla(0, 0%, 90%, 0.75);
}
.hover\:text-neutral-200\/80:hover {
    color: hsla(0, 0%, 90%, 0.8);
}
.hover\:text-neutral-200\/85:hover {
    color: hsla(0, 0%, 90%, 0.85);
}
.hover\:text-neutral-200\/90:hover {
    color: hsla(0, 0%, 90%, 0.9);
}
.hover\:text-neutral-200\/95:hover {
    color: hsla(0, 0%, 90%, 0.95);
}
.hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-300\/0:hover {
    color: hsla(0, 0%, 83%, 0);
}
.hover\:text-neutral-300\/10:hover {
    color: hsla(0, 0%, 83%, 0.1);
}
.hover\:text-neutral-300\/100:hover {
    color: #d4d4d4;
}
.hover\:text-neutral-300\/15:hover {
    color: hsla(0, 0%, 83%, 0.15);
}
.hover\:text-neutral-300\/20:hover {
    color: hsla(0, 0%, 83%, 0.2);
}
.hover\:text-neutral-300\/25:hover {
    color: hsla(0, 0%, 83%, 0.25);
}
.hover\:text-neutral-300\/30:hover {
    color: hsla(0, 0%, 83%, 0.3);
}
.hover\:text-neutral-300\/35:hover {
    color: hsla(0, 0%, 83%, 0.35);
}
.hover\:text-neutral-300\/40:hover {
    color: hsla(0, 0%, 83%, 0.4);
}
.hover\:text-neutral-300\/45:hover {
    color: hsla(0, 0%, 83%, 0.45);
}
.hover\:text-neutral-300\/5:hover {
    color: hsla(0, 0%, 83%, 0.05);
}
.hover\:text-neutral-300\/50:hover {
    color: hsla(0, 0%, 83%, 0.5);
}
.hover\:text-neutral-300\/55:hover {
    color: hsla(0, 0%, 83%, 0.55);
}
.hover\:text-neutral-300\/60:hover {
    color: hsla(0, 0%, 83%, 0.6);
}
.hover\:text-neutral-300\/65:hover {
    color: hsla(0, 0%, 83%, 0.65);
}
.hover\:text-neutral-300\/70:hover {
    color: hsla(0, 0%, 83%, 0.7);
}
.hover\:text-neutral-300\/75:hover {
    color: hsla(0, 0%, 83%, 0.75);
}
.hover\:text-neutral-300\/80:hover {
    color: hsla(0, 0%, 83%, 0.8);
}
.hover\:text-neutral-300\/85:hover {
    color: hsla(0, 0%, 83%, 0.85);
}
.hover\:text-neutral-300\/90:hover {
    color: hsla(0, 0%, 83%, 0.9);
}
.hover\:text-neutral-300\/95:hover {
    color: hsla(0, 0%, 83%, 0.95);
}
.hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-400\/0:hover {
    color: hsla(0, 0%, 64%, 0);
}
.hover\:text-neutral-400\/10:hover {
    color: hsla(0, 0%, 64%, 0.1);
}
.hover\:text-neutral-400\/100:hover {
    color: #a3a3a3;
}
.hover\:text-neutral-400\/15:hover {
    color: hsla(0, 0%, 64%, 0.15);
}
.hover\:text-neutral-400\/20:hover {
    color: hsla(0, 0%, 64%, 0.2);
}
.hover\:text-neutral-400\/25:hover {
    color: hsla(0, 0%, 64%, 0.25);
}
.hover\:text-neutral-400\/30:hover {
    color: hsla(0, 0%, 64%, 0.3);
}
.hover\:text-neutral-400\/35:hover {
    color: hsla(0, 0%, 64%, 0.35);
}
.hover\:text-neutral-400\/40:hover {
    color: hsla(0, 0%, 64%, 0.4);
}
.hover\:text-neutral-400\/45:hover {
    color: hsla(0, 0%, 64%, 0.45);
}
.hover\:text-neutral-400\/5:hover {
    color: hsla(0, 0%, 64%, 0.05);
}
.hover\:text-neutral-400\/50:hover {
    color: hsla(0, 0%, 64%, 0.5);
}
.hover\:text-neutral-400\/55:hover {
    color: hsla(0, 0%, 64%, 0.55);
}
.hover\:text-neutral-400\/60:hover {
    color: hsla(0, 0%, 64%, 0.6);
}
.hover\:text-neutral-400\/65:hover {
    color: hsla(0, 0%, 64%, 0.65);
}
.hover\:text-neutral-400\/70:hover {
    color: hsla(0, 0%, 64%, 0.7);
}
.hover\:text-neutral-400\/75:hover {
    color: hsla(0, 0%, 64%, 0.75);
}
.hover\:text-neutral-400\/80:hover {
    color: hsla(0, 0%, 64%, 0.8);
}
.hover\:text-neutral-400\/85:hover {
    color: hsla(0, 0%, 64%, 0.85);
}
.hover\:text-neutral-400\/90:hover {
    color: hsla(0, 0%, 64%, 0.9);
}
.hover\:text-neutral-400\/95:hover {
    color: hsla(0, 0%, 64%, 0.95);
}
.hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-50\/0:hover {
    color: hsla(0, 0%, 98%, 0);
}
.hover\:text-neutral-50\/10:hover {
    color: hsla(0, 0%, 98%, 0.1);
}
.hover\:text-neutral-50\/100:hover {
    color: #fafafa;
}
.hover\:text-neutral-50\/15:hover {
    color: hsla(0, 0%, 98%, 0.15);
}
.hover\:text-neutral-50\/20:hover {
    color: hsla(0, 0%, 98%, 0.2);
}
.hover\:text-neutral-50\/25:hover {
    color: hsla(0, 0%, 98%, 0.25);
}
.hover\:text-neutral-50\/30:hover {
    color: hsla(0, 0%, 98%, 0.3);
}
.hover\:text-neutral-50\/35:hover {
    color: hsla(0, 0%, 98%, 0.35);
}
.hover\:text-neutral-50\/40:hover {
    color: hsla(0, 0%, 98%, 0.4);
}
.hover\:text-neutral-50\/45:hover {
    color: hsla(0, 0%, 98%, 0.45);
}
.hover\:text-neutral-50\/5:hover {
    color: hsla(0, 0%, 98%, 0.05);
}
.hover\:text-neutral-50\/50:hover {
    color: hsla(0, 0%, 98%, 0.5);
}
.hover\:text-neutral-50\/55:hover {
    color: hsla(0, 0%, 98%, 0.55);
}
.hover\:text-neutral-50\/60:hover {
    color: hsla(0, 0%, 98%, 0.6);
}
.hover\:text-neutral-50\/65:hover {
    color: hsla(0, 0%, 98%, 0.65);
}
.hover\:text-neutral-50\/70:hover {
    color: hsla(0, 0%, 98%, 0.7);
}
.hover\:text-neutral-50\/75:hover {
    color: hsla(0, 0%, 98%, 0.75);
}
.hover\:text-neutral-50\/80:hover {
    color: hsla(0, 0%, 98%, 0.8);
}
.hover\:text-neutral-50\/85:hover {
    color: hsla(0, 0%, 98%, 0.85);
}
.hover\:text-neutral-50\/90:hover {
    color: hsla(0, 0%, 98%, 0.9);
}
.hover\:text-neutral-50\/95:hover {
    color: hsla(0, 0%, 98%, 0.95);
}
.hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-500\/0:hover {
    color: hsla(0, 0%, 45%, 0);
}
.hover\:text-neutral-500\/10:hover {
    color: hsla(0, 0%, 45%, 0.1);
}
.hover\:text-neutral-500\/100:hover {
    color: #737373;
}
.hover\:text-neutral-500\/15:hover {
    color: hsla(0, 0%, 45%, 0.15);
}
.hover\:text-neutral-500\/20:hover {
    color: hsla(0, 0%, 45%, 0.2);
}
.hover\:text-neutral-500\/25:hover {
    color: hsla(0, 0%, 45%, 0.25);
}
.hover\:text-neutral-500\/30:hover {
    color: hsla(0, 0%, 45%, 0.3);
}
.hover\:text-neutral-500\/35:hover {
    color: hsla(0, 0%, 45%, 0.35);
}
.hover\:text-neutral-500\/40:hover {
    color: hsla(0, 0%, 45%, 0.4);
}
.hover\:text-neutral-500\/45:hover {
    color: hsla(0, 0%, 45%, 0.45);
}
.hover\:text-neutral-500\/5:hover {
    color: hsla(0, 0%, 45%, 0.05);
}
.hover\:text-neutral-500\/50:hover {
    color: hsla(0, 0%, 45%, 0.5);
}
.hover\:text-neutral-500\/55:hover {
    color: hsla(0, 0%, 45%, 0.55);
}
.hover\:text-neutral-500\/60:hover {
    color: hsla(0, 0%, 45%, 0.6);
}
.hover\:text-neutral-500\/65:hover {
    color: hsla(0, 0%, 45%, 0.65);
}
.hover\:text-neutral-500\/70:hover {
    color: hsla(0, 0%, 45%, 0.7);
}
.hover\:text-neutral-500\/75:hover {
    color: hsla(0, 0%, 45%, 0.75);
}
.hover\:text-neutral-500\/80:hover {
    color: hsla(0, 0%, 45%, 0.8);
}
.hover\:text-neutral-500\/85:hover {
    color: hsla(0, 0%, 45%, 0.85);
}
.hover\:text-neutral-500\/90:hover {
    color: hsla(0, 0%, 45%, 0.9);
}
.hover\:text-neutral-500\/95:hover {
    color: hsla(0, 0%, 45%, 0.95);
}
.hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-600\/0:hover {
    color: rgba(82, 82, 82, 0);
}
.hover\:text-neutral-600\/10:hover {
    color: rgba(82, 82, 82, 0.1);
}
.hover\:text-neutral-600\/100:hover {
    color: #525252;
}
.hover\:text-neutral-600\/15:hover {
    color: rgba(82, 82, 82, 0.15);
}
.hover\:text-neutral-600\/20:hover {
    color: rgba(82, 82, 82, 0.2);
}
.hover\:text-neutral-600\/25:hover {
    color: rgba(82, 82, 82, 0.25);
}
.hover\:text-neutral-600\/30:hover {
    color: rgba(82, 82, 82, 0.3);
}
.hover\:text-neutral-600\/35:hover {
    color: rgba(82, 82, 82, 0.35);
}
.hover\:text-neutral-600\/40:hover {
    color: rgba(82, 82, 82, 0.4);
}
.hover\:text-neutral-600\/45:hover {
    color: rgba(82, 82, 82, 0.45);
}
.hover\:text-neutral-600\/5:hover {
    color: rgba(82, 82, 82, 0.05);
}
.hover\:text-neutral-600\/50:hover {
    color: rgba(82, 82, 82, 0.5);
}
.hover\:text-neutral-600\/55:hover {
    color: rgba(82, 82, 82, 0.55);
}
.hover\:text-neutral-600\/60:hover {
    color: rgba(82, 82, 82, 0.6);
}
.hover\:text-neutral-600\/65:hover {
    color: rgba(82, 82, 82, 0.65);
}
.hover\:text-neutral-600\/70:hover {
    color: rgba(82, 82, 82, 0.7);
}
.hover\:text-neutral-600\/75:hover {
    color: rgba(82, 82, 82, 0.75);
}
.hover\:text-neutral-600\/80:hover {
    color: rgba(82, 82, 82, 0.8);
}
.hover\:text-neutral-600\/85:hover {
    color: rgba(82, 82, 82, 0.85);
}
.hover\:text-neutral-600\/90:hover {
    color: rgba(82, 82, 82, 0.9);
}
.hover\:text-neutral-600\/95:hover {
    color: rgba(82, 82, 82, 0.95);
}
.hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-700\/0:hover {
    color: rgba(64, 64, 64, 0);
}
.hover\:text-neutral-700\/10:hover {
    color: rgba(64, 64, 64, 0.1);
}
.hover\:text-neutral-700\/100:hover {
    color: #404040;
}
.hover\:text-neutral-700\/15:hover {
    color: rgba(64, 64, 64, 0.15);
}
.hover\:text-neutral-700\/20:hover {
    color: rgba(64, 64, 64, 0.2);
}
.hover\:text-neutral-700\/25:hover {
    color: rgba(64, 64, 64, 0.25);
}
.hover\:text-neutral-700\/30:hover {
    color: rgba(64, 64, 64, 0.3);
}
.hover\:text-neutral-700\/35:hover {
    color: rgba(64, 64, 64, 0.35);
}
.hover\:text-neutral-700\/40:hover {
    color: rgba(64, 64, 64, 0.4);
}
.hover\:text-neutral-700\/45:hover {
    color: rgba(64, 64, 64, 0.45);
}
.hover\:text-neutral-700\/5:hover {
    color: rgba(64, 64, 64, 0.05);
}
.hover\:text-neutral-700\/50:hover {
    color: rgba(64, 64, 64, 0.5);
}
.hover\:text-neutral-700\/55:hover {
    color: rgba(64, 64, 64, 0.55);
}
.hover\:text-neutral-700\/60:hover {
    color: rgba(64, 64, 64, 0.6);
}
.hover\:text-neutral-700\/65:hover {
    color: rgba(64, 64, 64, 0.65);
}
.hover\:text-neutral-700\/70:hover {
    color: rgba(64, 64, 64, 0.7);
}
.hover\:text-neutral-700\/75:hover {
    color: rgba(64, 64, 64, 0.75);
}
.hover\:text-neutral-700\/80:hover {
    color: rgba(64, 64, 64, 0.8);
}
.hover\:text-neutral-700\/85:hover {
    color: rgba(64, 64, 64, 0.85);
}
.hover\:text-neutral-700\/90:hover {
    color: rgba(64, 64, 64, 0.9);
}
.hover\:text-neutral-700\/95:hover {
    color: rgba(64, 64, 64, 0.95);
}
.hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-800\/0:hover {
    color: rgba(38, 38, 38, 0);
}
.hover\:text-neutral-800\/10:hover {
    color: rgba(38, 38, 38, 0.1);
}
.hover\:text-neutral-800\/100:hover {
    color: #262626;
}
.hover\:text-neutral-800\/15:hover {
    color: rgba(38, 38, 38, 0.15);
}
.hover\:text-neutral-800\/20:hover {
    color: rgba(38, 38, 38, 0.2);
}
.hover\:text-neutral-800\/25:hover {
    color: rgba(38, 38, 38, 0.25);
}
.hover\:text-neutral-800\/30:hover {
    color: rgba(38, 38, 38, 0.3);
}
.hover\:text-neutral-800\/35:hover {
    color: rgba(38, 38, 38, 0.35);
}
.hover\:text-neutral-800\/40:hover {
    color: rgba(38, 38, 38, 0.4);
}
.hover\:text-neutral-800\/45:hover {
    color: rgba(38, 38, 38, 0.45);
}
.hover\:text-neutral-800\/5:hover {
    color: rgba(38, 38, 38, 0.05);
}
.hover\:text-neutral-800\/50:hover {
    color: rgba(38, 38, 38, 0.5);
}
.hover\:text-neutral-800\/55:hover {
    color: rgba(38, 38, 38, 0.55);
}
.hover\:text-neutral-800\/60:hover {
    color: rgba(38, 38, 38, 0.6);
}
.hover\:text-neutral-800\/65:hover {
    color: rgba(38, 38, 38, 0.65);
}
.hover\:text-neutral-800\/70:hover {
    color: rgba(38, 38, 38, 0.7);
}
.hover\:text-neutral-800\/75:hover {
    color: rgba(38, 38, 38, 0.75);
}
.hover\:text-neutral-800\/80:hover {
    color: rgba(38, 38, 38, 0.8);
}
.hover\:text-neutral-800\/85:hover {
    color: rgba(38, 38, 38, 0.85);
}
.hover\:text-neutral-800\/90:hover {
    color: rgba(38, 38, 38, 0.9);
}
.hover\:text-neutral-800\/95:hover {
    color: rgba(38, 38, 38, 0.95);
}
.hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-900\/0:hover {
    color: hsla(0, 0%, 9%, 0);
}
.hover\:text-neutral-900\/10:hover {
    color: hsla(0, 0%, 9%, 0.1);
}
.hover\:text-neutral-900\/100:hover {
    color: #171717;
}
.hover\:text-neutral-900\/15:hover {
    color: hsla(0, 0%, 9%, 0.15);
}
.hover\:text-neutral-900\/20:hover {
    color: hsla(0, 0%, 9%, 0.2);
}
.hover\:text-neutral-900\/25:hover {
    color: hsla(0, 0%, 9%, 0.25);
}
.hover\:text-neutral-900\/30:hover {
    color: hsla(0, 0%, 9%, 0.3);
}
.hover\:text-neutral-900\/35:hover {
    color: hsla(0, 0%, 9%, 0.35);
}
.hover\:text-neutral-900\/40:hover {
    color: hsla(0, 0%, 9%, 0.4);
}
.hover\:text-neutral-900\/45:hover {
    color: hsla(0, 0%, 9%, 0.45);
}
.hover\:text-neutral-900\/5:hover {
    color: hsla(0, 0%, 9%, 0.05);
}
.hover\:text-neutral-900\/50:hover {
    color: hsla(0, 0%, 9%, 0.5);
}
.hover\:text-neutral-900\/55:hover {
    color: hsla(0, 0%, 9%, 0.55);
}
.hover\:text-neutral-900\/60:hover {
    color: hsla(0, 0%, 9%, 0.6);
}
.hover\:text-neutral-900\/65:hover {
    color: hsla(0, 0%, 9%, 0.65);
}
.hover\:text-neutral-900\/70:hover {
    color: hsla(0, 0%, 9%, 0.7);
}
.hover\:text-neutral-900\/75:hover {
    color: hsla(0, 0%, 9%, 0.75);
}
.hover\:text-neutral-900\/80:hover {
    color: hsla(0, 0%, 9%, 0.8);
}
.hover\:text-neutral-900\/85:hover {
    color: hsla(0, 0%, 9%, 0.85);
}
.hover\:text-neutral-900\/90:hover {
    color: hsla(0, 0%, 9%, 0.9);
}
.hover\:text-neutral-900\/95:hover {
    color: hsla(0, 0%, 9%, 0.95);
}
.hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-100\/0:hover {
    color: rgba(255, 237, 213, 0);
}
.hover\:text-orange-100\/10:hover {
    color: rgba(255, 237, 213, 0.1);
}
.hover\:text-orange-100\/100:hover {
    color: #ffedd5;
}
.hover\:text-orange-100\/15:hover {
    color: rgba(255, 237, 213, 0.15);
}
.hover\:text-orange-100\/20:hover {
    color: rgba(255, 237, 213, 0.2);
}
.hover\:text-orange-100\/25:hover {
    color: rgba(255, 237, 213, 0.25);
}
.hover\:text-orange-100\/30:hover {
    color: rgba(255, 237, 213, 0.3);
}
.hover\:text-orange-100\/35:hover {
    color: rgba(255, 237, 213, 0.35);
}
.hover\:text-orange-100\/40:hover {
    color: rgba(255, 237, 213, 0.4);
}
.hover\:text-orange-100\/45:hover {
    color: rgba(255, 237, 213, 0.45);
}
.hover\:text-orange-100\/5:hover {
    color: rgba(255, 237, 213, 0.05);
}
.hover\:text-orange-100\/50:hover {
    color: rgba(255, 237, 213, 0.5);
}
.hover\:text-orange-100\/55:hover {
    color: rgba(255, 237, 213, 0.55);
}
.hover\:text-orange-100\/60:hover {
    color: rgba(255, 237, 213, 0.6);
}
.hover\:text-orange-100\/65:hover {
    color: rgba(255, 237, 213, 0.65);
}
.hover\:text-orange-100\/70:hover {
    color: rgba(255, 237, 213, 0.7);
}
.hover\:text-orange-100\/75:hover {
    color: rgba(255, 237, 213, 0.75);
}
.hover\:text-orange-100\/80:hover {
    color: rgba(255, 237, 213, 0.8);
}
.hover\:text-orange-100\/85:hover {
    color: rgba(255, 237, 213, 0.85);
}
.hover\:text-orange-100\/90:hover {
    color: rgba(255, 237, 213, 0.9);
}
.hover\:text-orange-100\/95:hover {
    color: rgba(255, 237, 213, 0.95);
}
.hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-200\/0:hover {
    color: hsla(32, 98%, 83%, 0);
}
.hover\:text-orange-200\/10:hover {
    color: hsla(32, 98%, 83%, 0.1);
}
.hover\:text-orange-200\/100:hover {
    color: #fed7aa;
}
.hover\:text-orange-200\/15:hover {
    color: hsla(32, 98%, 83%, 0.15);
}
.hover\:text-orange-200\/20:hover {
    color: hsla(32, 98%, 83%, 0.2);
}
.hover\:text-orange-200\/25:hover {
    color: hsla(32, 98%, 83%, 0.25);
}
.hover\:text-orange-200\/30:hover {
    color: hsla(32, 98%, 83%, 0.3);
}
.hover\:text-orange-200\/35:hover {
    color: hsla(32, 98%, 83%, 0.35);
}
.hover\:text-orange-200\/40:hover {
    color: hsla(32, 98%, 83%, 0.4);
}
.hover\:text-orange-200\/45:hover {
    color: hsla(32, 98%, 83%, 0.45);
}
.hover\:text-orange-200\/5:hover {
    color: hsla(32, 98%, 83%, 0.05);
}
.hover\:text-orange-200\/50:hover {
    color: hsla(32, 98%, 83%, 0.5);
}
.hover\:text-orange-200\/55:hover {
    color: hsla(32, 98%, 83%, 0.55);
}
.hover\:text-orange-200\/60:hover {
    color: hsla(32, 98%, 83%, 0.6);
}
.hover\:text-orange-200\/65:hover {
    color: hsla(32, 98%, 83%, 0.65);
}
.hover\:text-orange-200\/70:hover {
    color: hsla(32, 98%, 83%, 0.7);
}
.hover\:text-orange-200\/75:hover {
    color: hsla(32, 98%, 83%, 0.75);
}
.hover\:text-orange-200\/80:hover {
    color: hsla(32, 98%, 83%, 0.8);
}
.hover\:text-orange-200\/85:hover {
    color: hsla(32, 98%, 83%, 0.85);
}
.hover\:text-orange-200\/90:hover {
    color: hsla(32, 98%, 83%, 0.9);
}
.hover\:text-orange-200\/95:hover {
    color: hsla(32, 98%, 83%, 0.95);
}
.hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-300\/0:hover {
    color: hsla(31, 97%, 72%, 0);
}
.hover\:text-orange-300\/10:hover {
    color: hsla(31, 97%, 72%, 0.1);
}
.hover\:text-orange-300\/100:hover {
    color: #fdba74;
}
.hover\:text-orange-300\/15:hover {
    color: hsla(31, 97%, 72%, 0.15);
}
.hover\:text-orange-300\/20:hover {
    color: hsla(31, 97%, 72%, 0.2);
}
.hover\:text-orange-300\/25:hover {
    color: hsla(31, 97%, 72%, 0.25);
}
.hover\:text-orange-300\/30:hover {
    color: hsla(31, 97%, 72%, 0.3);
}
.hover\:text-orange-300\/35:hover {
    color: hsla(31, 97%, 72%, 0.35);
}
.hover\:text-orange-300\/40:hover {
    color: hsla(31, 97%, 72%, 0.4);
}
.hover\:text-orange-300\/45:hover {
    color: hsla(31, 97%, 72%, 0.45);
}
.hover\:text-orange-300\/5:hover {
    color: hsla(31, 97%, 72%, 0.05);
}
.hover\:text-orange-300\/50:hover {
    color: hsla(31, 97%, 72%, 0.5);
}
.hover\:text-orange-300\/55:hover {
    color: hsla(31, 97%, 72%, 0.55);
}
.hover\:text-orange-300\/60:hover {
    color: hsla(31, 97%, 72%, 0.6);
}
.hover\:text-orange-300\/65:hover {
    color: hsla(31, 97%, 72%, 0.65);
}
.hover\:text-orange-300\/70:hover {
    color: hsla(31, 97%, 72%, 0.7);
}
.hover\:text-orange-300\/75:hover {
    color: hsla(31, 97%, 72%, 0.75);
}
.hover\:text-orange-300\/80:hover {
    color: hsla(31, 97%, 72%, 0.8);
}
.hover\:text-orange-300\/85:hover {
    color: hsla(31, 97%, 72%, 0.85);
}
.hover\:text-orange-300\/90:hover {
    color: hsla(31, 97%, 72%, 0.9);
}
.hover\:text-orange-300\/95:hover {
    color: hsla(31, 97%, 72%, 0.95);
}
.hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-400\/0:hover {
    color: rgba(251, 146, 60, 0);
}
.hover\:text-orange-400\/10:hover {
    color: rgba(251, 146, 60, 0.1);
}
.hover\:text-orange-400\/100:hover {
    color: #fb923c;
}
.hover\:text-orange-400\/15:hover {
    color: rgba(251, 146, 60, 0.15);
}
.hover\:text-orange-400\/20:hover {
    color: rgba(251, 146, 60, 0.2);
}
.hover\:text-orange-400\/25:hover {
    color: rgba(251, 146, 60, 0.25);
}
.hover\:text-orange-400\/30:hover {
    color: rgba(251, 146, 60, 0.3);
}
.hover\:text-orange-400\/35:hover {
    color: rgba(251, 146, 60, 0.35);
}
.hover\:text-orange-400\/40:hover {
    color: rgba(251, 146, 60, 0.4);
}
.hover\:text-orange-400\/45:hover {
    color: rgba(251, 146, 60, 0.45);
}
.hover\:text-orange-400\/5:hover {
    color: rgba(251, 146, 60, 0.05);
}
.hover\:text-orange-400\/50:hover {
    color: rgba(251, 146, 60, 0.5);
}
.hover\:text-orange-400\/55:hover {
    color: rgba(251, 146, 60, 0.55);
}
.hover\:text-orange-400\/60:hover {
    color: rgba(251, 146, 60, 0.6);
}
.hover\:text-orange-400\/65:hover {
    color: rgba(251, 146, 60, 0.65);
}
.hover\:text-orange-400\/70:hover {
    color: rgba(251, 146, 60, 0.7);
}
.hover\:text-orange-400\/75:hover {
    color: rgba(251, 146, 60, 0.75);
}
.hover\:text-orange-400\/80:hover {
    color: rgba(251, 146, 60, 0.8);
}
.hover\:text-orange-400\/85:hover {
    color: rgba(251, 146, 60, 0.85);
}
.hover\:text-orange-400\/90:hover {
    color: rgba(251, 146, 60, 0.9);
}
.hover\:text-orange-400\/95:hover {
    color: rgba(251, 146, 60, 0.95);
}
.hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-50\/0:hover {
    color: rgba(255, 247, 237, 0);
}
.hover\:text-orange-50\/10:hover {
    color: rgba(255, 247, 237, 0.1);
}
.hover\:text-orange-50\/100:hover {
    color: #fff7ed;
}
.hover\:text-orange-50\/15:hover {
    color: rgba(255, 247, 237, 0.15);
}
.hover\:text-orange-50\/20:hover {
    color: rgba(255, 247, 237, 0.2);
}
.hover\:text-orange-50\/25:hover {
    color: rgba(255, 247, 237, 0.25);
}
.hover\:text-orange-50\/30:hover {
    color: rgba(255, 247, 237, 0.3);
}
.hover\:text-orange-50\/35:hover {
    color: rgba(255, 247, 237, 0.35);
}
.hover\:text-orange-50\/40:hover {
    color: rgba(255, 247, 237, 0.4);
}
.hover\:text-orange-50\/45:hover {
    color: rgba(255, 247, 237, 0.45);
}
.hover\:text-orange-50\/5:hover {
    color: rgba(255, 247, 237, 0.05);
}
.hover\:text-orange-50\/50:hover {
    color: rgba(255, 247, 237, 0.5);
}
.hover\:text-orange-50\/55:hover {
    color: rgba(255, 247, 237, 0.55);
}
.hover\:text-orange-50\/60:hover {
    color: rgba(255, 247, 237, 0.6);
}
.hover\:text-orange-50\/65:hover {
    color: rgba(255, 247, 237, 0.65);
}
.hover\:text-orange-50\/70:hover {
    color: rgba(255, 247, 237, 0.7);
}
.hover\:text-orange-50\/75:hover {
    color: rgba(255, 247, 237, 0.75);
}
.hover\:text-orange-50\/80:hover {
    color: rgba(255, 247, 237, 0.8);
}
.hover\:text-orange-50\/85:hover {
    color: rgba(255, 247, 237, 0.85);
}
.hover\:text-orange-50\/90:hover {
    color: rgba(255, 247, 237, 0.9);
}
.hover\:text-orange-50\/95:hover {
    color: rgba(255, 247, 237, 0.95);
}
.hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-500\/0:hover {
    color: rgba(249, 115, 22, 0);
}
.hover\:text-orange-500\/10:hover {
    color: rgba(249, 115, 22, 0.1);
}
.hover\:text-orange-500\/100:hover {
    color: #f97316;
}
.hover\:text-orange-500\/15:hover {
    color: rgba(249, 115, 22, 0.15);
}
.hover\:text-orange-500\/20:hover {
    color: rgba(249, 115, 22, 0.2);
}
.hover\:text-orange-500\/25:hover {
    color: rgba(249, 115, 22, 0.25);
}
.hover\:text-orange-500\/30:hover {
    color: rgba(249, 115, 22, 0.3);
}
.hover\:text-orange-500\/35:hover {
    color: rgba(249, 115, 22, 0.35);
}
.hover\:text-orange-500\/40:hover {
    color: rgba(249, 115, 22, 0.4);
}
.hover\:text-orange-500\/45:hover {
    color: rgba(249, 115, 22, 0.45);
}
.hover\:text-orange-500\/5:hover {
    color: rgba(249, 115, 22, 0.05);
}
.hover\:text-orange-500\/50:hover {
    color: rgba(249, 115, 22, 0.5);
}
.hover\:text-orange-500\/55:hover {
    color: rgba(249, 115, 22, 0.55);
}
.hover\:text-orange-500\/60:hover {
    color: rgba(249, 115, 22, 0.6);
}
.hover\:text-orange-500\/65:hover {
    color: rgba(249, 115, 22, 0.65);
}
.hover\:text-orange-500\/70:hover {
    color: rgba(249, 115, 22, 0.7);
}
.hover\:text-orange-500\/75:hover {
    color: rgba(249, 115, 22, 0.75);
}
.hover\:text-orange-500\/80:hover {
    color: rgba(249, 115, 22, 0.8);
}
.hover\:text-orange-500\/85:hover {
    color: rgba(249, 115, 22, 0.85);
}
.hover\:text-orange-500\/90:hover {
    color: rgba(249, 115, 22, 0.9);
}
.hover\:text-orange-500\/95:hover {
    color: rgba(249, 115, 22, 0.95);
}
.hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-600\/0:hover {
    color: rgba(234, 88, 12, 0);
}
.hover\:text-orange-600\/10:hover {
    color: rgba(234, 88, 12, 0.1);
}
.hover\:text-orange-600\/100:hover {
    color: #ea580c;
}
.hover\:text-orange-600\/15:hover {
    color: rgba(234, 88, 12, 0.15);
}
.hover\:text-orange-600\/20:hover {
    color: rgba(234, 88, 12, 0.2);
}
.hover\:text-orange-600\/25:hover {
    color: rgba(234, 88, 12, 0.25);
}
.hover\:text-orange-600\/30:hover {
    color: rgba(234, 88, 12, 0.3);
}
.hover\:text-orange-600\/35:hover {
    color: rgba(234, 88, 12, 0.35);
}
.hover\:text-orange-600\/40:hover {
    color: rgba(234, 88, 12, 0.4);
}
.hover\:text-orange-600\/45:hover {
    color: rgba(234, 88, 12, 0.45);
}
.hover\:text-orange-600\/5:hover {
    color: rgba(234, 88, 12, 0.05);
}
.hover\:text-orange-600\/50:hover {
    color: rgba(234, 88, 12, 0.5);
}
.hover\:text-orange-600\/55:hover {
    color: rgba(234, 88, 12, 0.55);
}
.hover\:text-orange-600\/60:hover {
    color: rgba(234, 88, 12, 0.6);
}
.hover\:text-orange-600\/65:hover {
    color: rgba(234, 88, 12, 0.65);
}
.hover\:text-orange-600\/70:hover {
    color: rgba(234, 88, 12, 0.7);
}
.hover\:text-orange-600\/75:hover {
    color: rgba(234, 88, 12, 0.75);
}
.hover\:text-orange-600\/80:hover {
    color: rgba(234, 88, 12, 0.8);
}
.hover\:text-orange-600\/85:hover {
    color: rgba(234, 88, 12, 0.85);
}
.hover\:text-orange-600\/90:hover {
    color: rgba(234, 88, 12, 0.9);
}
.hover\:text-orange-600\/95:hover {
    color: rgba(234, 88, 12, 0.95);
}
.hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-700\/0:hover {
    color: rgba(194, 65, 12, 0);
}
.hover\:text-orange-700\/10:hover {
    color: rgba(194, 65, 12, 0.1);
}
.hover\:text-orange-700\/100:hover {
    color: #c2410c;
}
.hover\:text-orange-700\/15:hover {
    color: rgba(194, 65, 12, 0.15);
}
.hover\:text-orange-700\/20:hover {
    color: rgba(194, 65, 12, 0.2);
}
.hover\:text-orange-700\/25:hover {
    color: rgba(194, 65, 12, 0.25);
}
.hover\:text-orange-700\/30:hover {
    color: rgba(194, 65, 12, 0.3);
}
.hover\:text-orange-700\/35:hover {
    color: rgba(194, 65, 12, 0.35);
}
.hover\:text-orange-700\/40:hover {
    color: rgba(194, 65, 12, 0.4);
}
.hover\:text-orange-700\/45:hover {
    color: rgba(194, 65, 12, 0.45);
}
.hover\:text-orange-700\/5:hover {
    color: rgba(194, 65, 12, 0.05);
}
.hover\:text-orange-700\/50:hover {
    color: rgba(194, 65, 12, 0.5);
}
.hover\:text-orange-700\/55:hover {
    color: rgba(194, 65, 12, 0.55);
}
.hover\:text-orange-700\/60:hover {
    color: rgba(194, 65, 12, 0.6);
}
.hover\:text-orange-700\/65:hover {
    color: rgba(194, 65, 12, 0.65);
}
.hover\:text-orange-700\/70:hover {
    color: rgba(194, 65, 12, 0.7);
}
.hover\:text-orange-700\/75:hover {
    color: rgba(194, 65, 12, 0.75);
}
.hover\:text-orange-700\/80:hover {
    color: rgba(194, 65, 12, 0.8);
}
.hover\:text-orange-700\/85:hover {
    color: rgba(194, 65, 12, 0.85);
}
.hover\:text-orange-700\/90:hover {
    color: rgba(194, 65, 12, 0.9);
}
.hover\:text-orange-700\/95:hover {
    color: rgba(194, 65, 12, 0.95);
}
.hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-800\/0:hover {
    color: rgba(154, 52, 18, 0);
}
.hover\:text-orange-800\/10:hover {
    color: rgba(154, 52, 18, 0.1);
}
.hover\:text-orange-800\/100:hover {
    color: #9a3412;
}
.hover\:text-orange-800\/15:hover {
    color: rgba(154, 52, 18, 0.15);
}
.hover\:text-orange-800\/20:hover {
    color: rgba(154, 52, 18, 0.2);
}
.hover\:text-orange-800\/25:hover {
    color: rgba(154, 52, 18, 0.25);
}
.hover\:text-orange-800\/30:hover {
    color: rgba(154, 52, 18, 0.3);
}
.hover\:text-orange-800\/35:hover {
    color: rgba(154, 52, 18, 0.35);
}
.hover\:text-orange-800\/40:hover {
    color: rgba(154, 52, 18, 0.4);
}
.hover\:text-orange-800\/45:hover {
    color: rgba(154, 52, 18, 0.45);
}
.hover\:text-orange-800\/5:hover {
    color: rgba(154, 52, 18, 0.05);
}
.hover\:text-orange-800\/50:hover {
    color: rgba(154, 52, 18, 0.5);
}
.hover\:text-orange-800\/55:hover {
    color: rgba(154, 52, 18, 0.55);
}
.hover\:text-orange-800\/60:hover {
    color: rgba(154, 52, 18, 0.6);
}
.hover\:text-orange-800\/65:hover {
    color: rgba(154, 52, 18, 0.65);
}
.hover\:text-orange-800\/70:hover {
    color: rgba(154, 52, 18, 0.7);
}
.hover\:text-orange-800\/75:hover {
    color: rgba(154, 52, 18, 0.75);
}
.hover\:text-orange-800\/80:hover {
    color: rgba(154, 52, 18, 0.8);
}
.hover\:text-orange-800\/85:hover {
    color: rgba(154, 52, 18, 0.85);
}
.hover\:text-orange-800\/90:hover {
    color: rgba(154, 52, 18, 0.9);
}
.hover\:text-orange-800\/95:hover {
    color: rgba(154, 52, 18, 0.95);
}
.hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-900\/0:hover {
    color: rgba(124, 45, 18, 0);
}
.hover\:text-orange-900\/10:hover {
    color: rgba(124, 45, 18, 0.1);
}
.hover\:text-orange-900\/100:hover {
    color: #7c2d12;
}
.hover\:text-orange-900\/15:hover {
    color: rgba(124, 45, 18, 0.15);
}
.hover\:text-orange-900\/20:hover {
    color: rgba(124, 45, 18, 0.2);
}
.hover\:text-orange-900\/25:hover {
    color: rgba(124, 45, 18, 0.25);
}
.hover\:text-orange-900\/30:hover {
    color: rgba(124, 45, 18, 0.3);
}
.hover\:text-orange-900\/35:hover {
    color: rgba(124, 45, 18, 0.35);
}
.hover\:text-orange-900\/40:hover {
    color: rgba(124, 45, 18, 0.4);
}
.hover\:text-orange-900\/45:hover {
    color: rgba(124, 45, 18, 0.45);
}
.hover\:text-orange-900\/5:hover {
    color: rgba(124, 45, 18, 0.05);
}
.hover\:text-orange-900\/50:hover {
    color: rgba(124, 45, 18, 0.5);
}
.hover\:text-orange-900\/55:hover {
    color: rgba(124, 45, 18, 0.55);
}
.hover\:text-orange-900\/60:hover {
    color: rgba(124, 45, 18, 0.6);
}
.hover\:text-orange-900\/65:hover {
    color: rgba(124, 45, 18, 0.65);
}
.hover\:text-orange-900\/70:hover {
    color: rgba(124, 45, 18, 0.7);
}
.hover\:text-orange-900\/75:hover {
    color: rgba(124, 45, 18, 0.75);
}
.hover\:text-orange-900\/80:hover {
    color: rgba(124, 45, 18, 0.8);
}
.hover\:text-orange-900\/85:hover {
    color: rgba(124, 45, 18, 0.85);
}
.hover\:text-orange-900\/90:hover {
    color: rgba(124, 45, 18, 0.9);
}
.hover\:text-orange-900\/95:hover {
    color: rgba(124, 45, 18, 0.95);
}
.hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-100\/0:hover {
    color: rgba(252, 231, 243, 0);
}
.hover\:text-pink-100\/10:hover {
    color: rgba(252, 231, 243, 0.1);
}
.hover\:text-pink-100\/100:hover {
    color: #fce7f3;
}
.hover\:text-pink-100\/15:hover {
    color: rgba(252, 231, 243, 0.15);
}
.hover\:text-pink-100\/20:hover {
    color: rgba(252, 231, 243, 0.2);
}
.hover\:text-pink-100\/25:hover {
    color: rgba(252, 231, 243, 0.25);
}
.hover\:text-pink-100\/30:hover {
    color: rgba(252, 231, 243, 0.3);
}
.hover\:text-pink-100\/35:hover {
    color: rgba(252, 231, 243, 0.35);
}
.hover\:text-pink-100\/40:hover {
    color: rgba(252, 231, 243, 0.4);
}
.hover\:text-pink-100\/45:hover {
    color: rgba(252, 231, 243, 0.45);
}
.hover\:text-pink-100\/5:hover {
    color: rgba(252, 231, 243, 0.05);
}
.hover\:text-pink-100\/50:hover {
    color: rgba(252, 231, 243, 0.5);
}
.hover\:text-pink-100\/55:hover {
    color: rgba(252, 231, 243, 0.55);
}
.hover\:text-pink-100\/60:hover {
    color: rgba(252, 231, 243, 0.6);
}
.hover\:text-pink-100\/65:hover {
    color: rgba(252, 231, 243, 0.65);
}
.hover\:text-pink-100\/70:hover {
    color: rgba(252, 231, 243, 0.7);
}
.hover\:text-pink-100\/75:hover {
    color: rgba(252, 231, 243, 0.75);
}
.hover\:text-pink-100\/80:hover {
    color: rgba(252, 231, 243, 0.8);
}
.hover\:text-pink-100\/85:hover {
    color: rgba(252, 231, 243, 0.85);
}
.hover\:text-pink-100\/90:hover {
    color: rgba(252, 231, 243, 0.9);
}
.hover\:text-pink-100\/95:hover {
    color: rgba(252, 231, 243, 0.95);
}
.hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-200\/0:hover {
    color: rgba(251, 207, 232, 0);
}
.hover\:text-pink-200\/10:hover {
    color: rgba(251, 207, 232, 0.1);
}
.hover\:text-pink-200\/100:hover {
    color: #fbcfe8;
}
.hover\:text-pink-200\/15:hover {
    color: rgba(251, 207, 232, 0.15);
}
.hover\:text-pink-200\/20:hover {
    color: rgba(251, 207, 232, 0.2);
}
.hover\:text-pink-200\/25:hover {
    color: rgba(251, 207, 232, 0.25);
}
.hover\:text-pink-200\/30:hover {
    color: rgba(251, 207, 232, 0.3);
}
.hover\:text-pink-200\/35:hover {
    color: rgba(251, 207, 232, 0.35);
}
.hover\:text-pink-200\/40:hover {
    color: rgba(251, 207, 232, 0.4);
}
.hover\:text-pink-200\/45:hover {
    color: rgba(251, 207, 232, 0.45);
}
.hover\:text-pink-200\/5:hover {
    color: rgba(251, 207, 232, 0.05);
}
.hover\:text-pink-200\/50:hover {
    color: rgba(251, 207, 232, 0.5);
}
.hover\:text-pink-200\/55:hover {
    color: rgba(251, 207, 232, 0.55);
}
.hover\:text-pink-200\/60:hover {
    color: rgba(251, 207, 232, 0.6);
}
.hover\:text-pink-200\/65:hover {
    color: rgba(251, 207, 232, 0.65);
}
.hover\:text-pink-200\/70:hover {
    color: rgba(251, 207, 232, 0.7);
}
.hover\:text-pink-200\/75:hover {
    color: rgba(251, 207, 232, 0.75);
}
.hover\:text-pink-200\/80:hover {
    color: rgba(251, 207, 232, 0.8);
}
.hover\:text-pink-200\/85:hover {
    color: rgba(251, 207, 232, 0.85);
}
.hover\:text-pink-200\/90:hover {
    color: rgba(251, 207, 232, 0.9);
}
.hover\:text-pink-200\/95:hover {
    color: rgba(251, 207, 232, 0.95);
}
.hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-300\/0:hover {
    color: rgba(249, 168, 212, 0);
}
.hover\:text-pink-300\/10:hover {
    color: rgba(249, 168, 212, 0.1);
}
.hover\:text-pink-300\/100:hover {
    color: #f9a8d4;
}
.hover\:text-pink-300\/15:hover {
    color: rgba(249, 168, 212, 0.15);
}
.hover\:text-pink-300\/20:hover {
    color: rgba(249, 168, 212, 0.2);
}
.hover\:text-pink-300\/25:hover {
    color: rgba(249, 168, 212, 0.25);
}
.hover\:text-pink-300\/30:hover {
    color: rgba(249, 168, 212, 0.3);
}
.hover\:text-pink-300\/35:hover {
    color: rgba(249, 168, 212, 0.35);
}
.hover\:text-pink-300\/40:hover {
    color: rgba(249, 168, 212, 0.4);
}
.hover\:text-pink-300\/45:hover {
    color: rgba(249, 168, 212, 0.45);
}
.hover\:text-pink-300\/5:hover {
    color: rgba(249, 168, 212, 0.05);
}
.hover\:text-pink-300\/50:hover {
    color: rgba(249, 168, 212, 0.5);
}
.hover\:text-pink-300\/55:hover {
    color: rgba(249, 168, 212, 0.55);
}
.hover\:text-pink-300\/60:hover {
    color: rgba(249, 168, 212, 0.6);
}
.hover\:text-pink-300\/65:hover {
    color: rgba(249, 168, 212, 0.65);
}
.hover\:text-pink-300\/70:hover {
    color: rgba(249, 168, 212, 0.7);
}
.hover\:text-pink-300\/75:hover {
    color: rgba(249, 168, 212, 0.75);
}
.hover\:text-pink-300\/80:hover {
    color: rgba(249, 168, 212, 0.8);
}
.hover\:text-pink-300\/85:hover {
    color: rgba(249, 168, 212, 0.85);
}
.hover\:text-pink-300\/90:hover {
    color: rgba(249, 168, 212, 0.9);
}
.hover\:text-pink-300\/95:hover {
    color: rgba(249, 168, 212, 0.95);
}
.hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-400\/0:hover {
    color: rgba(244, 114, 182, 0);
}
.hover\:text-pink-400\/10:hover {
    color: rgba(244, 114, 182, 0.1);
}
.hover\:text-pink-400\/100:hover {
    color: #f472b6;
}
.hover\:text-pink-400\/15:hover {
    color: rgba(244, 114, 182, 0.15);
}
.hover\:text-pink-400\/20:hover {
    color: rgba(244, 114, 182, 0.2);
}
.hover\:text-pink-400\/25:hover {
    color: rgba(244, 114, 182, 0.25);
}
.hover\:text-pink-400\/30:hover {
    color: rgba(244, 114, 182, 0.3);
}
.hover\:text-pink-400\/35:hover {
    color: rgba(244, 114, 182, 0.35);
}
.hover\:text-pink-400\/40:hover {
    color: rgba(244, 114, 182, 0.4);
}
.hover\:text-pink-400\/45:hover {
    color: rgba(244, 114, 182, 0.45);
}
.hover\:text-pink-400\/5:hover {
    color: rgba(244, 114, 182, 0.05);
}
.hover\:text-pink-400\/50:hover {
    color: rgba(244, 114, 182, 0.5);
}
.hover\:text-pink-400\/55:hover {
    color: rgba(244, 114, 182, 0.55);
}
.hover\:text-pink-400\/60:hover {
    color: rgba(244, 114, 182, 0.6);
}
.hover\:text-pink-400\/65:hover {
    color: rgba(244, 114, 182, 0.65);
}
.hover\:text-pink-400\/70:hover {
    color: rgba(244, 114, 182, 0.7);
}
.hover\:text-pink-400\/75:hover {
    color: rgba(244, 114, 182, 0.75);
}
.hover\:text-pink-400\/80:hover {
    color: rgba(244, 114, 182, 0.8);
}
.hover\:text-pink-400\/85:hover {
    color: rgba(244, 114, 182, 0.85);
}
.hover\:text-pink-400\/90:hover {
    color: rgba(244, 114, 182, 0.9);
}
.hover\:text-pink-400\/95:hover {
    color: rgba(244, 114, 182, 0.95);
}
.hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-50\/0:hover {
    color: rgba(253, 242, 248, 0);
}
.hover\:text-pink-50\/10:hover {
    color: rgba(253, 242, 248, 0.1);
}
.hover\:text-pink-50\/100:hover {
    color: #fdf2f8;
}
.hover\:text-pink-50\/15:hover {
    color: rgba(253, 242, 248, 0.15);
}
.hover\:text-pink-50\/20:hover {
    color: rgba(253, 242, 248, 0.2);
}
.hover\:text-pink-50\/25:hover {
    color: rgba(253, 242, 248, 0.25);
}
.hover\:text-pink-50\/30:hover {
    color: rgba(253, 242, 248, 0.3);
}
.hover\:text-pink-50\/35:hover {
    color: rgba(253, 242, 248, 0.35);
}
.hover\:text-pink-50\/40:hover {
    color: rgba(253, 242, 248, 0.4);
}
.hover\:text-pink-50\/45:hover {
    color: rgba(253, 242, 248, 0.45);
}
.hover\:text-pink-50\/5:hover {
    color: rgba(253, 242, 248, 0.05);
}
.hover\:text-pink-50\/50:hover {
    color: rgba(253, 242, 248, 0.5);
}
.hover\:text-pink-50\/55:hover {
    color: rgba(253, 242, 248, 0.55);
}
.hover\:text-pink-50\/60:hover {
    color: rgba(253, 242, 248, 0.6);
}
.hover\:text-pink-50\/65:hover {
    color: rgba(253, 242, 248, 0.65);
}
.hover\:text-pink-50\/70:hover {
    color: rgba(253, 242, 248, 0.7);
}
.hover\:text-pink-50\/75:hover {
    color: rgba(253, 242, 248, 0.75);
}
.hover\:text-pink-50\/80:hover {
    color: rgba(253, 242, 248, 0.8);
}
.hover\:text-pink-50\/85:hover {
    color: rgba(253, 242, 248, 0.85);
}
.hover\:text-pink-50\/90:hover {
    color: rgba(253, 242, 248, 0.9);
}
.hover\:text-pink-50\/95:hover {
    color: rgba(253, 242, 248, 0.95);
}
.hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-500\/0:hover {
    color: rgba(236, 72, 153, 0);
}
.hover\:text-pink-500\/10:hover {
    color: rgba(236, 72, 153, 0.1);
}
.hover\:text-pink-500\/100:hover {
    color: #ec4899;
}
.hover\:text-pink-500\/15:hover {
    color: rgba(236, 72, 153, 0.15);
}
.hover\:text-pink-500\/20:hover {
    color: rgba(236, 72, 153, 0.2);
}
.hover\:text-pink-500\/25:hover {
    color: rgba(236, 72, 153, 0.25);
}
.hover\:text-pink-500\/30:hover {
    color: rgba(236, 72, 153, 0.3);
}
.hover\:text-pink-500\/35:hover {
    color: rgba(236, 72, 153, 0.35);
}
.hover\:text-pink-500\/40:hover {
    color: rgba(236, 72, 153, 0.4);
}
.hover\:text-pink-500\/45:hover {
    color: rgba(236, 72, 153, 0.45);
}
.hover\:text-pink-500\/5:hover {
    color: rgba(236, 72, 153, 0.05);
}
.hover\:text-pink-500\/50:hover {
    color: rgba(236, 72, 153, 0.5);
}
.hover\:text-pink-500\/55:hover {
    color: rgba(236, 72, 153, 0.55);
}
.hover\:text-pink-500\/60:hover {
    color: rgba(236, 72, 153, 0.6);
}
.hover\:text-pink-500\/65:hover {
    color: rgba(236, 72, 153, 0.65);
}
.hover\:text-pink-500\/70:hover {
    color: rgba(236, 72, 153, 0.7);
}
.hover\:text-pink-500\/75:hover {
    color: rgba(236, 72, 153, 0.75);
}
.hover\:text-pink-500\/80:hover {
    color: rgba(236, 72, 153, 0.8);
}
.hover\:text-pink-500\/85:hover {
    color: rgba(236, 72, 153, 0.85);
}
.hover\:text-pink-500\/90:hover {
    color: rgba(236, 72, 153, 0.9);
}
.hover\:text-pink-500\/95:hover {
    color: rgba(236, 72, 153, 0.95);
}
.hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-600\/0:hover {
    color: rgba(219, 39, 119, 0);
}
.hover\:text-pink-600\/10:hover {
    color: rgba(219, 39, 119, 0.1);
}
.hover\:text-pink-600\/100:hover {
    color: #db2777;
}
.hover\:text-pink-600\/15:hover {
    color: rgba(219, 39, 119, 0.15);
}
.hover\:text-pink-600\/20:hover {
    color: rgba(219, 39, 119, 0.2);
}
.hover\:text-pink-600\/25:hover {
    color: rgba(219, 39, 119, 0.25);
}
.hover\:text-pink-600\/30:hover {
    color: rgba(219, 39, 119, 0.3);
}
.hover\:text-pink-600\/35:hover {
    color: rgba(219, 39, 119, 0.35);
}
.hover\:text-pink-600\/40:hover {
    color: rgba(219, 39, 119, 0.4);
}
.hover\:text-pink-600\/45:hover {
    color: rgba(219, 39, 119, 0.45);
}
.hover\:text-pink-600\/5:hover {
    color: rgba(219, 39, 119, 0.05);
}
.hover\:text-pink-600\/50:hover {
    color: rgba(219, 39, 119, 0.5);
}
.hover\:text-pink-600\/55:hover {
    color: rgba(219, 39, 119, 0.55);
}
.hover\:text-pink-600\/60:hover {
    color: rgba(219, 39, 119, 0.6);
}
.hover\:text-pink-600\/65:hover {
    color: rgba(219, 39, 119, 0.65);
}
.hover\:text-pink-600\/70:hover {
    color: rgba(219, 39, 119, 0.7);
}
.hover\:text-pink-600\/75:hover {
    color: rgba(219, 39, 119, 0.75);
}
.hover\:text-pink-600\/80:hover {
    color: rgba(219, 39, 119, 0.8);
}
.hover\:text-pink-600\/85:hover {
    color: rgba(219, 39, 119, 0.85);
}
.hover\:text-pink-600\/90:hover {
    color: rgba(219, 39, 119, 0.9);
}
.hover\:text-pink-600\/95:hover {
    color: rgba(219, 39, 119, 0.95);
}
.hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-700\/0:hover {
    color: rgba(190, 24, 93, 0);
}
.hover\:text-pink-700\/10:hover {
    color: rgba(190, 24, 93, 0.1);
}
.hover\:text-pink-700\/100:hover {
    color: #be185d;
}
.hover\:text-pink-700\/15:hover {
    color: rgba(190, 24, 93, 0.15);
}
.hover\:text-pink-700\/20:hover {
    color: rgba(190, 24, 93, 0.2);
}
.hover\:text-pink-700\/25:hover {
    color: rgba(190, 24, 93, 0.25);
}
.hover\:text-pink-700\/30:hover {
    color: rgba(190, 24, 93, 0.3);
}
.hover\:text-pink-700\/35:hover {
    color: rgba(190, 24, 93, 0.35);
}
.hover\:text-pink-700\/40:hover {
    color: rgba(190, 24, 93, 0.4);
}
.hover\:text-pink-700\/45:hover {
    color: rgba(190, 24, 93, 0.45);
}
.hover\:text-pink-700\/5:hover {
    color: rgba(190, 24, 93, 0.05);
}
.hover\:text-pink-700\/50:hover {
    color: rgba(190, 24, 93, 0.5);
}
.hover\:text-pink-700\/55:hover {
    color: rgba(190, 24, 93, 0.55);
}
.hover\:text-pink-700\/60:hover {
    color: rgba(190, 24, 93, 0.6);
}
.hover\:text-pink-700\/65:hover {
    color: rgba(190, 24, 93, 0.65);
}
.hover\:text-pink-700\/70:hover {
    color: rgba(190, 24, 93, 0.7);
}
.hover\:text-pink-700\/75:hover {
    color: rgba(190, 24, 93, 0.75);
}
.hover\:text-pink-700\/80:hover {
    color: rgba(190, 24, 93, 0.8);
}
.hover\:text-pink-700\/85:hover {
    color: rgba(190, 24, 93, 0.85);
}
.hover\:text-pink-700\/90:hover {
    color: rgba(190, 24, 93, 0.9);
}
.hover\:text-pink-700\/95:hover {
    color: rgba(190, 24, 93, 0.95);
}
.hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-800\/0:hover {
    color: rgba(157, 23, 77, 0);
}
.hover\:text-pink-800\/10:hover {
    color: rgba(157, 23, 77, 0.1);
}
.hover\:text-pink-800\/100:hover {
    color: #9d174d;
}
.hover\:text-pink-800\/15:hover {
    color: rgba(157, 23, 77, 0.15);
}
.hover\:text-pink-800\/20:hover {
    color: rgba(157, 23, 77, 0.2);
}
.hover\:text-pink-800\/25:hover {
    color: rgba(157, 23, 77, 0.25);
}
.hover\:text-pink-800\/30:hover {
    color: rgba(157, 23, 77, 0.3);
}
.hover\:text-pink-800\/35:hover {
    color: rgba(157, 23, 77, 0.35);
}
.hover\:text-pink-800\/40:hover {
    color: rgba(157, 23, 77, 0.4);
}
.hover\:text-pink-800\/45:hover {
    color: rgba(157, 23, 77, 0.45);
}
.hover\:text-pink-800\/5:hover {
    color: rgba(157, 23, 77, 0.05);
}
.hover\:text-pink-800\/50:hover {
    color: rgba(157, 23, 77, 0.5);
}
.hover\:text-pink-800\/55:hover {
    color: rgba(157, 23, 77, 0.55);
}
.hover\:text-pink-800\/60:hover {
    color: rgba(157, 23, 77, 0.6);
}
.hover\:text-pink-800\/65:hover {
    color: rgba(157, 23, 77, 0.65);
}
.hover\:text-pink-800\/70:hover {
    color: rgba(157, 23, 77, 0.7);
}
.hover\:text-pink-800\/75:hover {
    color: rgba(157, 23, 77, 0.75);
}
.hover\:text-pink-800\/80:hover {
    color: rgba(157, 23, 77, 0.8);
}
.hover\:text-pink-800\/85:hover {
    color: rgba(157, 23, 77, 0.85);
}
.hover\:text-pink-800\/90:hover {
    color: rgba(157, 23, 77, 0.9);
}
.hover\:text-pink-800\/95:hover {
    color: rgba(157, 23, 77, 0.95);
}
.hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-900\/0:hover {
    color: rgba(131, 24, 67, 0);
}
.hover\:text-pink-900\/10:hover {
    color: rgba(131, 24, 67, 0.1);
}
.hover\:text-pink-900\/100:hover {
    color: #831843;
}
.hover\:text-pink-900\/15:hover {
    color: rgba(131, 24, 67, 0.15);
}
.hover\:text-pink-900\/20:hover {
    color: rgba(131, 24, 67, 0.2);
}
.hover\:text-pink-900\/25:hover {
    color: rgba(131, 24, 67, 0.25);
}
.hover\:text-pink-900\/30:hover {
    color: rgba(131, 24, 67, 0.3);
}
.hover\:text-pink-900\/35:hover {
    color: rgba(131, 24, 67, 0.35);
}
.hover\:text-pink-900\/40:hover {
    color: rgba(131, 24, 67, 0.4);
}
.hover\:text-pink-900\/45:hover {
    color: rgba(131, 24, 67, 0.45);
}
.hover\:text-pink-900\/5:hover {
    color: rgba(131, 24, 67, 0.05);
}
.hover\:text-pink-900\/50:hover {
    color: rgba(131, 24, 67, 0.5);
}
.hover\:text-pink-900\/55:hover {
    color: rgba(131, 24, 67, 0.55);
}
.hover\:text-pink-900\/60:hover {
    color: rgba(131, 24, 67, 0.6);
}
.hover\:text-pink-900\/65:hover {
    color: rgba(131, 24, 67, 0.65);
}
.hover\:text-pink-900\/70:hover {
    color: rgba(131, 24, 67, 0.7);
}
.hover\:text-pink-900\/75:hover {
    color: rgba(131, 24, 67, 0.75);
}
.hover\:text-pink-900\/80:hover {
    color: rgba(131, 24, 67, 0.8);
}
.hover\:text-pink-900\/85:hover {
    color: rgba(131, 24, 67, 0.85);
}
.hover\:text-pink-900\/90:hover {
    color: rgba(131, 24, 67, 0.9);
}
.hover\:text-pink-900\/95:hover {
    color: rgba(131, 24, 67, 0.95);
}
.hover\:text-police-100:hover {
    --tw-text-opacity: 1;
    color: rgb(153 204 204 / var(--tw-text-opacity, 1));
}
.hover\:text-police-100\/0:hover {
    color: rgba(153, 204, 204, 0);
}
.hover\:text-police-100\/10:hover {
    color: rgba(153, 204, 204, 0.1);
}
.hover\:text-police-100\/100:hover {
    color: #9cc;
}
.hover\:text-police-100\/15:hover {
    color: rgba(153, 204, 204, 0.15);
}
.hover\:text-police-100\/20:hover {
    color: rgba(153, 204, 204, 0.2);
}
.hover\:text-police-100\/25:hover {
    color: rgba(153, 204, 204, 0.25);
}
.hover\:text-police-100\/30:hover {
    color: rgba(153, 204, 204, 0.3);
}
.hover\:text-police-100\/35:hover {
    color: rgba(153, 204, 204, 0.35);
}
.hover\:text-police-100\/40:hover {
    color: rgba(153, 204, 204, 0.4);
}
.hover\:text-police-100\/45:hover {
    color: rgba(153, 204, 204, 0.45);
}
.hover\:text-police-100\/5:hover {
    color: rgba(153, 204, 204, 0.05);
}
.hover\:text-police-100\/50:hover {
    color: rgba(153, 204, 204, 0.5);
}
.hover\:text-police-100\/55:hover {
    color: rgba(153, 204, 204, 0.55);
}
.hover\:text-police-100\/60:hover {
    color: rgba(153, 204, 204, 0.6);
}
.hover\:text-police-100\/65:hover {
    color: rgba(153, 204, 204, 0.65);
}
.hover\:text-police-100\/70:hover {
    color: rgba(153, 204, 204, 0.7);
}
.hover\:text-police-100\/75:hover {
    color: rgba(153, 204, 204, 0.75);
}
.hover\:text-police-100\/80:hover {
    color: rgba(153, 204, 204, 0.8);
}
.hover\:text-police-100\/85:hover {
    color: rgba(153, 204, 204, 0.85);
}
.hover\:text-police-100\/90:hover {
    color: rgba(153, 204, 204, 0.9);
}
.hover\:text-police-100\/95:hover {
    color: rgba(153, 204, 204, 0.95);
}
.hover\:text-police-200:hover {
    --tw-text-opacity: 1;
    color: rgb(133 133 214 / var(--tw-text-opacity, 1));
}
.hover\:text-police-200\/0:hover {
    color: rgba(133, 133, 214, 0);
}
.hover\:text-police-200\/10:hover {
    color: rgba(133, 133, 214, 0.1);
}
.hover\:text-police-200\/100:hover {
    color: #8585d6;
}
.hover\:text-police-200\/15:hover {
    color: rgba(133, 133, 214, 0.15);
}
.hover\:text-police-200\/20:hover {
    color: rgba(133, 133, 214, 0.2);
}
.hover\:text-police-200\/25:hover {
    color: rgba(133, 133, 214, 0.25);
}
.hover\:text-police-200\/30:hover {
    color: rgba(133, 133, 214, 0.3);
}
.hover\:text-police-200\/35:hover {
    color: rgba(133, 133, 214, 0.35);
}
.hover\:text-police-200\/40:hover {
    color: rgba(133, 133, 214, 0.4);
}
.hover\:text-police-200\/45:hover {
    color: rgba(133, 133, 214, 0.45);
}
.hover\:text-police-200\/5:hover {
    color: rgba(133, 133, 214, 0.05);
}
.hover\:text-police-200\/50:hover {
    color: rgba(133, 133, 214, 0.5);
}
.hover\:text-police-200\/55:hover {
    color: rgba(133, 133, 214, 0.55);
}
.hover\:text-police-200\/60:hover {
    color: rgba(133, 133, 214, 0.6);
}
.hover\:text-police-200\/65:hover {
    color: rgba(133, 133, 214, 0.65);
}
.hover\:text-police-200\/70:hover {
    color: rgba(133, 133, 214, 0.7);
}
.hover\:text-police-200\/75:hover {
    color: rgba(133, 133, 214, 0.75);
}
.hover\:text-police-200\/80:hover {
    color: rgba(133, 133, 214, 0.8);
}
.hover\:text-police-200\/85:hover {
    color: rgba(133, 133, 214, 0.85);
}
.hover\:text-police-200\/90:hover {
    color: rgba(133, 133, 214, 0.9);
}
.hover\:text-police-200\/95:hover {
    color: rgba(133, 133, 214, 0.95);
}
.hover\:text-police-300:hover {
    --tw-text-opacity: 1;
    color: rgb(106 106 205 / var(--tw-text-opacity, 1));
}
.hover\:text-police-300\/0:hover {
    color: rgba(106, 106, 205, 0);
}
.hover\:text-police-300\/10:hover {
    color: rgba(106, 106, 205, 0.1);
}
.hover\:text-police-300\/100:hover {
    color: #6a6acd;
}
.hover\:text-police-300\/15:hover {
    color: rgba(106, 106, 205, 0.15);
}
.hover\:text-police-300\/20:hover {
    color: rgba(106, 106, 205, 0.2);
}
.hover\:text-police-300\/25:hover {
    color: rgba(106, 106, 205, 0.25);
}
.hover\:text-police-300\/30:hover {
    color: rgba(106, 106, 205, 0.3);
}
.hover\:text-police-300\/35:hover {
    color: rgba(106, 106, 205, 0.35);
}
.hover\:text-police-300\/40:hover {
    color: rgba(106, 106, 205, 0.4);
}
.hover\:text-police-300\/45:hover {
    color: rgba(106, 106, 205, 0.45);
}
.hover\:text-police-300\/5:hover {
    color: rgba(106, 106, 205, 0.05);
}
.hover\:text-police-300\/50:hover {
    color: rgba(106, 106, 205, 0.5);
}
.hover\:text-police-300\/55:hover {
    color: rgba(106, 106, 205, 0.55);
}
.hover\:text-police-300\/60:hover {
    color: rgba(106, 106, 205, 0.6);
}
.hover\:text-police-300\/65:hover {
    color: rgba(106, 106, 205, 0.65);
}
.hover\:text-police-300\/70:hover {
    color: rgba(106, 106, 205, 0.7);
}
.hover\:text-police-300\/75:hover {
    color: rgba(106, 106, 205, 0.75);
}
.hover\:text-police-300\/80:hover {
    color: rgba(106, 106, 205, 0.8);
}
.hover\:text-police-300\/85:hover {
    color: rgba(106, 106, 205, 0.85);
}
.hover\:text-police-300\/90:hover {
    color: rgba(106, 106, 205, 0.9);
}
.hover\:text-police-300\/95:hover {
    color: rgba(106, 106, 205, 0.95);
}
.hover\:text-police-400:hover {
    --tw-text-opacity: 1;
    color: rgb(79 79 196 / var(--tw-text-opacity, 1));
}
.hover\:text-police-400\/0:hover {
    color: rgba(79, 79, 196, 0);
}
.hover\:text-police-400\/10:hover {
    color: rgba(79, 79, 196, 0.1);
}
.hover\:text-police-400\/100:hover {
    color: #4f4fc4;
}
.hover\:text-police-400\/15:hover {
    color: rgba(79, 79, 196, 0.15);
}
.hover\:text-police-400\/20:hover {
    color: rgba(79, 79, 196, 0.2);
}
.hover\:text-police-400\/25:hover {
    color: rgba(79, 79, 196, 0.25);
}
.hover\:text-police-400\/30:hover {
    color: rgba(79, 79, 196, 0.3);
}
.hover\:text-police-400\/35:hover {
    color: rgba(79, 79, 196, 0.35);
}
.hover\:text-police-400\/40:hover {
    color: rgba(79, 79, 196, 0.4);
}
.hover\:text-police-400\/45:hover {
    color: rgba(79, 79, 196, 0.45);
}
.hover\:text-police-400\/5:hover {
    color: rgba(79, 79, 196, 0.05);
}
.hover\:text-police-400\/50:hover {
    color: rgba(79, 79, 196, 0.5);
}
.hover\:text-police-400\/55:hover {
    color: rgba(79, 79, 196, 0.55);
}
.hover\:text-police-400\/60:hover {
    color: rgba(79, 79, 196, 0.6);
}
.hover\:text-police-400\/65:hover {
    color: rgba(79, 79, 196, 0.65);
}
.hover\:text-police-400\/70:hover {
    color: rgba(79, 79, 196, 0.7);
}
.hover\:text-police-400\/75:hover {
    color: rgba(79, 79, 196, 0.75);
}
.hover\:text-police-400\/80:hover {
    color: rgba(79, 79, 196, 0.8);
}
.hover\:text-police-400\/85:hover {
    color: rgba(79, 79, 196, 0.85);
}
.hover\:text-police-400\/90:hover {
    color: rgba(79, 79, 196, 0.9);
}
.hover\:text-police-400\/95:hover {
    color: rgba(79, 79, 196, 0.95);
}
.hover\:text-police-50:hover {
    --tw-text-opacity: 1;
    color: rgb(194 194 235 / var(--tw-text-opacity, 1));
}
.hover\:text-police-50\/0:hover {
    color: rgba(194, 194, 235, 0);
}
.hover\:text-police-50\/10:hover {
    color: rgba(194, 194, 235, 0.1);
}
.hover\:text-police-50\/100:hover {
    color: #c2c2eb;
}
.hover\:text-police-50\/15:hover {
    color: rgba(194, 194, 235, 0.15);
}
.hover\:text-police-50\/20:hover {
    color: rgba(194, 194, 235, 0.2);
}
.hover\:text-police-50\/25:hover {
    color: rgba(194, 194, 235, 0.25);
}
.hover\:text-police-50\/30:hover {
    color: rgba(194, 194, 235, 0.3);
}
.hover\:text-police-50\/35:hover {
    color: rgba(194, 194, 235, 0.35);
}
.hover\:text-police-50\/40:hover {
    color: rgba(194, 194, 235, 0.4);
}
.hover\:text-police-50\/45:hover {
    color: rgba(194, 194, 235, 0.45);
}
.hover\:text-police-50\/5:hover {
    color: rgba(194, 194, 235, 0.05);
}
.hover\:text-police-50\/50:hover {
    color: rgba(194, 194, 235, 0.5);
}
.hover\:text-police-50\/55:hover {
    color: rgba(194, 194, 235, 0.55);
}
.hover\:text-police-50\/60:hover {
    color: rgba(194, 194, 235, 0.6);
}
.hover\:text-police-50\/65:hover {
    color: rgba(194, 194, 235, 0.65);
}
.hover\:text-police-50\/70:hover {
    color: rgba(194, 194, 235, 0.7);
}
.hover\:text-police-50\/75:hover {
    color: rgba(194, 194, 235, 0.75);
}
.hover\:text-police-50\/80:hover {
    color: rgba(194, 194, 235, 0.8);
}
.hover\:text-police-50\/85:hover {
    color: rgba(194, 194, 235, 0.85);
}
.hover\:text-police-50\/90:hover {
    color: rgba(194, 194, 235, 0.9);
}
.hover\:text-police-50\/95:hover {
    color: rgba(194, 194, 235, 0.95);
}
.hover\:text-police-500:hover {
    --tw-text-opacity: 1;
    color: rgb(60 60 180 / var(--tw-text-opacity, 1));
}
.hover\:text-police-500\/0:hover {
    color: rgba(60, 60, 180, 0);
}
.hover\:text-police-500\/10:hover {
    color: rgba(60, 60, 180, 0.1);
}
.hover\:text-police-500\/100:hover {
    color: #3c3cb4;
}
.hover\:text-police-500\/15:hover {
    color: rgba(60, 60, 180, 0.15);
}
.hover\:text-police-500\/20:hover {
    color: rgba(60, 60, 180, 0.2);
}
.hover\:text-police-500\/25:hover {
    color: rgba(60, 60, 180, 0.25);
}
.hover\:text-police-500\/30:hover {
    color: rgba(60, 60, 180, 0.3);
}
.hover\:text-police-500\/35:hover {
    color: rgba(60, 60, 180, 0.35);
}
.hover\:text-police-500\/40:hover {
    color: rgba(60, 60, 180, 0.4);
}
.hover\:text-police-500\/45:hover {
    color: rgba(60, 60, 180, 0.45);
}
.hover\:text-police-500\/5:hover {
    color: rgba(60, 60, 180, 0.05);
}
.hover\:text-police-500\/50:hover {
    color: rgba(60, 60, 180, 0.5);
}
.hover\:text-police-500\/55:hover {
    color: rgba(60, 60, 180, 0.55);
}
.hover\:text-police-500\/60:hover {
    color: rgba(60, 60, 180, 0.6);
}
.hover\:text-police-500\/65:hover {
    color: rgba(60, 60, 180, 0.65);
}
.hover\:text-police-500\/70:hover {
    color: rgba(60, 60, 180, 0.7);
}
.hover\:text-police-500\/75:hover {
    color: rgba(60, 60, 180, 0.75);
}
.hover\:text-police-500\/80:hover {
    color: rgba(60, 60, 180, 0.8);
}
.hover\:text-police-500\/85:hover {
    color: rgba(60, 60, 180, 0.85);
}
.hover\:text-police-500\/90:hover {
    color: rgba(60, 60, 180, 0.9);
}
.hover\:text-police-500\/95:hover {
    color: rgba(60, 60, 180, 0.95);
}
.hover\:text-police-600:hover {
    --tw-text-opacity: 1;
    color: rgb(51 51 153 / var(--tw-text-opacity, 1));
}
.hover\:text-police-600\/0:hover {
    color: rgba(51, 51, 153, 0);
}
.hover\:text-police-600\/10:hover {
    color: rgba(51, 51, 153, 0.1);
}
.hover\:text-police-600\/100:hover {
    color: #339;
}
.hover\:text-police-600\/15:hover {
    color: rgba(51, 51, 153, 0.15);
}
.hover\:text-police-600\/20:hover {
    color: rgba(51, 51, 153, 0.2);
}
.hover\:text-police-600\/25:hover {
    color: rgba(51, 51, 153, 0.25);
}
.hover\:text-police-600\/30:hover {
    color: rgba(51, 51, 153, 0.3);
}
.hover\:text-police-600\/35:hover {
    color: rgba(51, 51, 153, 0.35);
}
.hover\:text-police-600\/40:hover {
    color: rgba(51, 51, 153, 0.4);
}
.hover\:text-police-600\/45:hover {
    color: rgba(51, 51, 153, 0.45);
}
.hover\:text-police-600\/5:hover {
    color: rgba(51, 51, 153, 0.05);
}
.hover\:text-police-600\/50:hover {
    color: rgba(51, 51, 153, 0.5);
}
.hover\:text-police-600\/55:hover {
    color: rgba(51, 51, 153, 0.55);
}
.hover\:text-police-600\/60:hover {
    color: rgba(51, 51, 153, 0.6);
}
.hover\:text-police-600\/65:hover {
    color: rgba(51, 51, 153, 0.65);
}
.hover\:text-police-600\/70:hover {
    color: rgba(51, 51, 153, 0.7);
}
.hover\:text-police-600\/75:hover {
    color: rgba(51, 51, 153, 0.75);
}
.hover\:text-police-600\/80:hover {
    color: rgba(51, 51, 153, 0.8);
}
.hover\:text-police-600\/85:hover {
    color: rgba(51, 51, 153, 0.85);
}
.hover\:text-police-600\/90:hover {
    color: rgba(51, 51, 153, 0.9);
}
.hover\:text-police-600\/95:hover {
    color: rgba(51, 51, 153, 0.95);
}
.hover\:text-police-700:hover {
    --tw-text-opacity: 1;
    color: rgb(37 37 111 / var(--tw-text-opacity, 1));
}
.hover\:text-police-700\/0:hover {
    color: rgba(37, 37, 111, 0);
}
.hover\:text-police-700\/10:hover {
    color: rgba(37, 37, 111, 0.1);
}
.hover\:text-police-700\/100:hover {
    color: #25256f;
}
.hover\:text-police-700\/15:hover {
    color: rgba(37, 37, 111, 0.15);
}
.hover\:text-police-700\/20:hover {
    color: rgba(37, 37, 111, 0.2);
}
.hover\:text-police-700\/25:hover {
    color: rgba(37, 37, 111, 0.25);
}
.hover\:text-police-700\/30:hover {
    color: rgba(37, 37, 111, 0.3);
}
.hover\:text-police-700\/35:hover {
    color: rgba(37, 37, 111, 0.35);
}
.hover\:text-police-700\/40:hover {
    color: rgba(37, 37, 111, 0.4);
}
.hover\:text-police-700\/45:hover {
    color: rgba(37, 37, 111, 0.45);
}
.hover\:text-police-700\/5:hover {
    color: rgba(37, 37, 111, 0.05);
}
.hover\:text-police-700\/50:hover {
    color: rgba(37, 37, 111, 0.5);
}
.hover\:text-police-700\/55:hover {
    color: rgba(37, 37, 111, 0.55);
}
.hover\:text-police-700\/60:hover {
    color: rgba(37, 37, 111, 0.6);
}
.hover\:text-police-700\/65:hover {
    color: rgba(37, 37, 111, 0.65);
}
.hover\:text-police-700\/70:hover {
    color: rgba(37, 37, 111, 0.7);
}
.hover\:text-police-700\/75:hover {
    color: rgba(37, 37, 111, 0.75);
}
.hover\:text-police-700\/80:hover {
    color: rgba(37, 37, 111, 0.8);
}
.hover\:text-police-700\/85:hover {
    color: rgba(37, 37, 111, 0.85);
}
.hover\:text-police-700\/90:hover {
    color: rgba(37, 37, 111, 0.9);
}
.hover\:text-police-700\/95:hover {
    color: rgba(37, 37, 111, 0.95);
}
.hover\:text-police-800:hover {
    --tw-text-opacity: 1;
    color: rgb(23 23 69 / var(--tw-text-opacity, 1));
}
.hover\:text-police-800\/0:hover {
    color: rgba(23, 23, 69, 0);
}
.hover\:text-police-800\/10:hover {
    color: rgba(23, 23, 69, 0.1);
}
.hover\:text-police-800\/100:hover {
    color: #171745;
}
.hover\:text-police-800\/15:hover {
    color: rgba(23, 23, 69, 0.15);
}
.hover\:text-police-800\/20:hover {
    color: rgba(23, 23, 69, 0.2);
}
.hover\:text-police-800\/25:hover {
    color: rgba(23, 23, 69, 0.25);
}
.hover\:text-police-800\/30:hover {
    color: rgba(23, 23, 69, 0.3);
}
.hover\:text-police-800\/35:hover {
    color: rgba(23, 23, 69, 0.35);
}
.hover\:text-police-800\/40:hover {
    color: rgba(23, 23, 69, 0.4);
}
.hover\:text-police-800\/45:hover {
    color: rgba(23, 23, 69, 0.45);
}
.hover\:text-police-800\/5:hover {
    color: rgba(23, 23, 69, 0.05);
}
.hover\:text-police-800\/50:hover {
    color: rgba(23, 23, 69, 0.5);
}
.hover\:text-police-800\/55:hover {
    color: rgba(23, 23, 69, 0.55);
}
.hover\:text-police-800\/60:hover {
    color: rgba(23, 23, 69, 0.6);
}
.hover\:text-police-800\/65:hover {
    color: rgba(23, 23, 69, 0.65);
}
.hover\:text-police-800\/70:hover {
    color: rgba(23, 23, 69, 0.7);
}
.hover\:text-police-800\/75:hover {
    color: rgba(23, 23, 69, 0.75);
}
.hover\:text-police-800\/80:hover {
    color: rgba(23, 23, 69, 0.8);
}
.hover\:text-police-800\/85:hover {
    color: rgba(23, 23, 69, 0.85);
}
.hover\:text-police-800\/90:hover {
    color: rgba(23, 23, 69, 0.9);
}
.hover\:text-police-800\/95:hover {
    color: rgba(23, 23, 69, 0.95);
}
.hover\:text-police-900:hover {
    --tw-text-opacity: 1;
    color: rgb(9 9 27 / var(--tw-text-opacity, 1));
}
.hover\:text-police-900\/0:hover {
    color: rgba(9, 9, 27, 0);
}
.hover\:text-police-900\/10:hover {
    color: rgba(9, 9, 27, 0.1);
}
.hover\:text-police-900\/100:hover {
    color: #09091b;
}
.hover\:text-police-900\/15:hover {
    color: rgba(9, 9, 27, 0.15);
}
.hover\:text-police-900\/20:hover {
    color: rgba(9, 9, 27, 0.2);
}
.hover\:text-police-900\/25:hover {
    color: rgba(9, 9, 27, 0.25);
}
.hover\:text-police-900\/30:hover {
    color: rgba(9, 9, 27, 0.3);
}
.hover\:text-police-900\/35:hover {
    color: rgba(9, 9, 27, 0.35);
}
.hover\:text-police-900\/40:hover {
    color: rgba(9, 9, 27, 0.4);
}
.hover\:text-police-900\/45:hover {
    color: rgba(9, 9, 27, 0.45);
}
.hover\:text-police-900\/5:hover {
    color: rgba(9, 9, 27, 0.05);
}
.hover\:text-police-900\/50:hover {
    color: rgba(9, 9, 27, 0.5);
}
.hover\:text-police-900\/55:hover {
    color: rgba(9, 9, 27, 0.55);
}
.hover\:text-police-900\/60:hover {
    color: rgba(9, 9, 27, 0.6);
}
.hover\:text-police-900\/65:hover {
    color: rgba(9, 9, 27, 0.65);
}
.hover\:text-police-900\/70:hover {
    color: rgba(9, 9, 27, 0.7);
}
.hover\:text-police-900\/75:hover {
    color: rgba(9, 9, 27, 0.75);
}
.hover\:text-police-900\/80:hover {
    color: rgba(9, 9, 27, 0.8);
}
.hover\:text-police-900\/85:hover {
    color: rgba(9, 9, 27, 0.85);
}
.hover\:text-police-900\/90:hover {
    color: rgba(9, 9, 27, 0.9);
}
.hover\:text-police-900\/95:hover {
    color: rgba(9, 9, 27, 0.95);
}
.hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(51 89 165 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-100\/0:hover {
    color: rgba(237, 233, 254, 0);
}
.hover\:text-purple-100\/10:hover {
    color: rgba(237, 233, 254, 0.1);
}
.hover\:text-purple-100\/100:hover {
    color: #ede9fe;
}
.hover\:text-purple-100\/15:hover {
    color: rgba(237, 233, 254, 0.15);
}
.hover\:text-purple-100\/20:hover {
    color: rgba(237, 233, 254, 0.2);
}
.hover\:text-purple-100\/25:hover {
    color: rgba(237, 233, 254, 0.25);
}
.hover\:text-purple-100\/30:hover {
    color: rgba(237, 233, 254, 0.3);
}
.hover\:text-purple-100\/35:hover {
    color: rgba(237, 233, 254, 0.35);
}
.hover\:text-purple-100\/40:hover {
    color: rgba(237, 233, 254, 0.4);
}
.hover\:text-purple-100\/45:hover {
    color: rgba(237, 233, 254, 0.45);
}
.hover\:text-purple-100\/5:hover {
    color: rgba(237, 233, 254, 0.05);
}
.hover\:text-purple-100\/50:hover {
    color: rgba(237, 233, 254, 0.5);
}
.hover\:text-purple-100\/55:hover {
    color: rgba(237, 233, 254, 0.55);
}
.hover\:text-purple-100\/60:hover {
    color: rgba(237, 233, 254, 0.6);
}
.hover\:text-purple-100\/65:hover {
    color: rgba(237, 233, 254, 0.65);
}
.hover\:text-purple-100\/70:hover {
    color: rgba(237, 233, 254, 0.7);
}
.hover\:text-purple-100\/75:hover {
    color: rgba(237, 233, 254, 0.75);
}
.hover\:text-purple-100\/80:hover {
    color: rgba(237, 233, 254, 0.8);
}
.hover\:text-purple-100\/85:hover {
    color: rgba(237, 233, 254, 0.85);
}
.hover\:text-purple-100\/90:hover {
    color: rgba(237, 233, 254, 0.9);
}
.hover\:text-purple-100\/95:hover {
    color: rgba(237, 233, 254, 0.95);
}
.hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-200\/0:hover {
    color: rgba(221, 214, 254, 0);
}
.hover\:text-purple-200\/10:hover {
    color: rgba(221, 214, 254, 0.1);
}
.hover\:text-purple-200\/100:hover {
    color: #ddd6fe;
}
.hover\:text-purple-200\/15:hover {
    color: rgba(221, 214, 254, 0.15);
}
.hover\:text-purple-200\/20:hover {
    color: rgba(221, 214, 254, 0.2);
}
.hover\:text-purple-200\/25:hover {
    color: rgba(221, 214, 254, 0.25);
}
.hover\:text-purple-200\/30:hover {
    color: rgba(221, 214, 254, 0.3);
}
.hover\:text-purple-200\/35:hover {
    color: rgba(221, 214, 254, 0.35);
}
.hover\:text-purple-200\/40:hover {
    color: rgba(221, 214, 254, 0.4);
}
.hover\:text-purple-200\/45:hover {
    color: rgba(221, 214, 254, 0.45);
}
.hover\:text-purple-200\/5:hover {
    color: rgba(221, 214, 254, 0.05);
}
.hover\:text-purple-200\/50:hover {
    color: rgba(221, 214, 254, 0.5);
}
.hover\:text-purple-200\/55:hover {
    color: rgba(221, 214, 254, 0.55);
}
.hover\:text-purple-200\/60:hover {
    color: rgba(221, 214, 254, 0.6);
}
.hover\:text-purple-200\/65:hover {
    color: rgba(221, 214, 254, 0.65);
}
.hover\:text-purple-200\/70:hover {
    color: rgba(221, 214, 254, 0.7);
}
.hover\:text-purple-200\/75:hover {
    color: rgba(221, 214, 254, 0.75);
}
.hover\:text-purple-200\/80:hover {
    color: rgba(221, 214, 254, 0.8);
}
.hover\:text-purple-200\/85:hover {
    color: rgba(221, 214, 254, 0.85);
}
.hover\:text-purple-200\/90:hover {
    color: rgba(221, 214, 254, 0.9);
}
.hover\:text-purple-200\/95:hover {
    color: rgba(221, 214, 254, 0.95);
}
.hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-300\/0:hover {
    color: rgba(196, 181, 253, 0);
}
.hover\:text-purple-300\/10:hover {
    color: rgba(196, 181, 253, 0.1);
}
.hover\:text-purple-300\/100:hover {
    color: #c4b5fd;
}
.hover\:text-purple-300\/15:hover {
    color: rgba(196, 181, 253, 0.15);
}
.hover\:text-purple-300\/20:hover {
    color: rgba(196, 181, 253, 0.2);
}
.hover\:text-purple-300\/25:hover {
    color: rgba(196, 181, 253, 0.25);
}
.hover\:text-purple-300\/30:hover {
    color: rgba(196, 181, 253, 0.3);
}
.hover\:text-purple-300\/35:hover {
    color: rgba(196, 181, 253, 0.35);
}
.hover\:text-purple-300\/40:hover {
    color: rgba(196, 181, 253, 0.4);
}
.hover\:text-purple-300\/45:hover {
    color: rgba(196, 181, 253, 0.45);
}
.hover\:text-purple-300\/5:hover {
    color: rgba(196, 181, 253, 0.05);
}
.hover\:text-purple-300\/50:hover {
    color: rgba(196, 181, 253, 0.5);
}
.hover\:text-purple-300\/55:hover {
    color: rgba(196, 181, 253, 0.55);
}
.hover\:text-purple-300\/60:hover {
    color: rgba(196, 181, 253, 0.6);
}
.hover\:text-purple-300\/65:hover {
    color: rgba(196, 181, 253, 0.65);
}
.hover\:text-purple-300\/70:hover {
    color: rgba(196, 181, 253, 0.7);
}
.hover\:text-purple-300\/75:hover {
    color: rgba(196, 181, 253, 0.75);
}
.hover\:text-purple-300\/80:hover {
    color: rgba(196, 181, 253, 0.8);
}
.hover\:text-purple-300\/85:hover {
    color: rgba(196, 181, 253, 0.85);
}
.hover\:text-purple-300\/90:hover {
    color: rgba(196, 181, 253, 0.9);
}
.hover\:text-purple-300\/95:hover {
    color: rgba(196, 181, 253, 0.95);
}
.hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-400\/0:hover {
    color: rgba(167, 139, 250, 0);
}
.hover\:text-purple-400\/10:hover {
    color: rgba(167, 139, 250, 0.1);
}
.hover\:text-purple-400\/100:hover {
    color: #a78bfa;
}
.hover\:text-purple-400\/15:hover {
    color: rgba(167, 139, 250, 0.15);
}
.hover\:text-purple-400\/20:hover {
    color: rgba(167, 139, 250, 0.2);
}
.hover\:text-purple-400\/25:hover {
    color: rgba(167, 139, 250, 0.25);
}
.hover\:text-purple-400\/30:hover {
    color: rgba(167, 139, 250, 0.3);
}
.hover\:text-purple-400\/35:hover {
    color: rgba(167, 139, 250, 0.35);
}
.hover\:text-purple-400\/40:hover {
    color: rgba(167, 139, 250, 0.4);
}
.hover\:text-purple-400\/45:hover {
    color: rgba(167, 139, 250, 0.45);
}
.hover\:text-purple-400\/5:hover {
    color: rgba(167, 139, 250, 0.05);
}
.hover\:text-purple-400\/50:hover {
    color: rgba(167, 139, 250, 0.5);
}
.hover\:text-purple-400\/55:hover {
    color: rgba(167, 139, 250, 0.55);
}
.hover\:text-purple-400\/60:hover {
    color: rgba(167, 139, 250, 0.6);
}
.hover\:text-purple-400\/65:hover {
    color: rgba(167, 139, 250, 0.65);
}
.hover\:text-purple-400\/70:hover {
    color: rgba(167, 139, 250, 0.7);
}
.hover\:text-purple-400\/75:hover {
    color: rgba(167, 139, 250, 0.75);
}
.hover\:text-purple-400\/80:hover {
    color: rgba(167, 139, 250, 0.8);
}
.hover\:text-purple-400\/85:hover {
    color: rgba(167, 139, 250, 0.85);
}
.hover\:text-purple-400\/90:hover {
    color: rgba(167, 139, 250, 0.9);
}
.hover\:text-purple-400\/95:hover {
    color: rgba(167, 139, 250, 0.95);
}
.hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-50\/0:hover {
    color: rgba(245, 243, 255, 0);
}
.hover\:text-purple-50\/10:hover {
    color: rgba(245, 243, 255, 0.1);
}
.hover\:text-purple-50\/100:hover {
    color: #f5f3ff;
}
.hover\:text-purple-50\/15:hover {
    color: rgba(245, 243, 255, 0.15);
}
.hover\:text-purple-50\/20:hover {
    color: rgba(245, 243, 255, 0.2);
}
.hover\:text-purple-50\/25:hover {
    color: rgba(245, 243, 255, 0.25);
}
.hover\:text-purple-50\/30:hover {
    color: rgba(245, 243, 255, 0.3);
}
.hover\:text-purple-50\/35:hover {
    color: rgba(245, 243, 255, 0.35);
}
.hover\:text-purple-50\/40:hover {
    color: rgba(245, 243, 255, 0.4);
}
.hover\:text-purple-50\/45:hover {
    color: rgba(245, 243, 255, 0.45);
}
.hover\:text-purple-50\/5:hover {
    color: rgba(245, 243, 255, 0.05);
}
.hover\:text-purple-50\/50:hover {
    color: rgba(245, 243, 255, 0.5);
}
.hover\:text-purple-50\/55:hover {
    color: rgba(245, 243, 255, 0.55);
}
.hover\:text-purple-50\/60:hover {
    color: rgba(245, 243, 255, 0.6);
}
.hover\:text-purple-50\/65:hover {
    color: rgba(245, 243, 255, 0.65);
}
.hover\:text-purple-50\/70:hover {
    color: rgba(245, 243, 255, 0.7);
}
.hover\:text-purple-50\/75:hover {
    color: rgba(245, 243, 255, 0.75);
}
.hover\:text-purple-50\/80:hover {
    color: rgba(245, 243, 255, 0.8);
}
.hover\:text-purple-50\/85:hover {
    color: rgba(245, 243, 255, 0.85);
}
.hover\:text-purple-50\/90:hover {
    color: rgba(245, 243, 255, 0.9);
}
.hover\:text-purple-50\/95:hover {
    color: rgba(245, 243, 255, 0.95);
}
.hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-500\/0:hover {
    color: rgba(139, 92, 246, 0);
}
.hover\:text-purple-500\/10:hover {
    color: rgba(139, 92, 246, 0.1);
}
.hover\:text-purple-500\/100:hover {
    color: #8b5cf6;
}
.hover\:text-purple-500\/15:hover {
    color: rgba(139, 92, 246, 0.15);
}
.hover\:text-purple-500\/20:hover {
    color: rgba(139, 92, 246, 0.2);
}
.hover\:text-purple-500\/25:hover {
    color: rgba(139, 92, 246, 0.25);
}
.hover\:text-purple-500\/30:hover {
    color: rgba(139, 92, 246, 0.3);
}
.hover\:text-purple-500\/35:hover {
    color: rgba(139, 92, 246, 0.35);
}
.hover\:text-purple-500\/40:hover {
    color: rgba(139, 92, 246, 0.4);
}
.hover\:text-purple-500\/45:hover {
    color: rgba(139, 92, 246, 0.45);
}
.hover\:text-purple-500\/5:hover {
    color: rgba(139, 92, 246, 0.05);
}
.hover\:text-purple-500\/50:hover {
    color: rgba(139, 92, 246, 0.5);
}
.hover\:text-purple-500\/55:hover {
    color: rgba(139, 92, 246, 0.55);
}
.hover\:text-purple-500\/60:hover {
    color: rgba(139, 92, 246, 0.6);
}
.hover\:text-purple-500\/65:hover {
    color: rgba(139, 92, 246, 0.65);
}
.hover\:text-purple-500\/70:hover {
    color: rgba(139, 92, 246, 0.7);
}
.hover\:text-purple-500\/75:hover {
    color: rgba(139, 92, 246, 0.75);
}
.hover\:text-purple-500\/80:hover {
    color: rgba(139, 92, 246, 0.8);
}
.hover\:text-purple-500\/85:hover {
    color: rgba(139, 92, 246, 0.85);
}
.hover\:text-purple-500\/90:hover {
    color: rgba(139, 92, 246, 0.9);
}
.hover\:text-purple-500\/95:hover {
    color: rgba(139, 92, 246, 0.95);
}
.hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-600\/0:hover {
    color: rgba(124, 58, 237, 0);
}
.hover\:text-purple-600\/10:hover {
    color: rgba(124, 58, 237, 0.1);
}
.hover\:text-purple-600\/100:hover {
    color: #7c3aed;
}
.hover\:text-purple-600\/15:hover {
    color: rgba(124, 58, 237, 0.15);
}
.hover\:text-purple-600\/20:hover {
    color: rgba(124, 58, 237, 0.2);
}
.hover\:text-purple-600\/25:hover {
    color: rgba(124, 58, 237, 0.25);
}
.hover\:text-purple-600\/30:hover {
    color: rgba(124, 58, 237, 0.3);
}
.hover\:text-purple-600\/35:hover {
    color: rgba(124, 58, 237, 0.35);
}
.hover\:text-purple-600\/40:hover {
    color: rgba(124, 58, 237, 0.4);
}
.hover\:text-purple-600\/45:hover {
    color: rgba(124, 58, 237, 0.45);
}
.hover\:text-purple-600\/5:hover {
    color: rgba(124, 58, 237, 0.05);
}
.hover\:text-purple-600\/50:hover {
    color: rgba(124, 58, 237, 0.5);
}
.hover\:text-purple-600\/55:hover {
    color: rgba(124, 58, 237, 0.55);
}
.hover\:text-purple-600\/60:hover {
    color: rgba(124, 58, 237, 0.6);
}
.hover\:text-purple-600\/65:hover {
    color: rgba(124, 58, 237, 0.65);
}
.hover\:text-purple-600\/70:hover {
    color: rgba(124, 58, 237, 0.7);
}
.hover\:text-purple-600\/75:hover {
    color: rgba(124, 58, 237, 0.75);
}
.hover\:text-purple-600\/80:hover {
    color: rgba(124, 58, 237, 0.8);
}
.hover\:text-purple-600\/85:hover {
    color: rgba(124, 58, 237, 0.85);
}
.hover\:text-purple-600\/90:hover {
    color: rgba(124, 58, 237, 0.9);
}
.hover\:text-purple-600\/95:hover {
    color: rgba(124, 58, 237, 0.95);
}
.hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-700\/0:hover {
    color: rgba(109, 40, 217, 0);
}
.hover\:text-purple-700\/10:hover {
    color: rgba(109, 40, 217, 0.1);
}
.hover\:text-purple-700\/100:hover {
    color: #6d28d9;
}
.hover\:text-purple-700\/15:hover {
    color: rgba(109, 40, 217, 0.15);
}
.hover\:text-purple-700\/20:hover {
    color: rgba(109, 40, 217, 0.2);
}
.hover\:text-purple-700\/25:hover {
    color: rgba(109, 40, 217, 0.25);
}
.hover\:text-purple-700\/30:hover {
    color: rgba(109, 40, 217, 0.3);
}
.hover\:text-purple-700\/35:hover {
    color: rgba(109, 40, 217, 0.35);
}
.hover\:text-purple-700\/40:hover {
    color: rgba(109, 40, 217, 0.4);
}
.hover\:text-purple-700\/45:hover {
    color: rgba(109, 40, 217, 0.45);
}
.hover\:text-purple-700\/5:hover {
    color: rgba(109, 40, 217, 0.05);
}
.hover\:text-purple-700\/50:hover {
    color: rgba(109, 40, 217, 0.5);
}
.hover\:text-purple-700\/55:hover {
    color: rgba(109, 40, 217, 0.55);
}
.hover\:text-purple-700\/60:hover {
    color: rgba(109, 40, 217, 0.6);
}
.hover\:text-purple-700\/65:hover {
    color: rgba(109, 40, 217, 0.65);
}
.hover\:text-purple-700\/70:hover {
    color: rgba(109, 40, 217, 0.7);
}
.hover\:text-purple-700\/75:hover {
    color: rgba(109, 40, 217, 0.75);
}
.hover\:text-purple-700\/80:hover {
    color: rgba(109, 40, 217, 0.8);
}
.hover\:text-purple-700\/85:hover {
    color: rgba(109, 40, 217, 0.85);
}
.hover\:text-purple-700\/90:hover {
    color: rgba(109, 40, 217, 0.9);
}
.hover\:text-purple-700\/95:hover {
    color: rgba(109, 40, 217, 0.95);
}
.hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-800\/0:hover {
    color: rgba(91, 33, 182, 0);
}
.hover\:text-purple-800\/10:hover {
    color: rgba(91, 33, 182, 0.1);
}
.hover\:text-purple-800\/100:hover {
    color: #5b21b6;
}
.hover\:text-purple-800\/15:hover {
    color: rgba(91, 33, 182, 0.15);
}
.hover\:text-purple-800\/20:hover {
    color: rgba(91, 33, 182, 0.2);
}
.hover\:text-purple-800\/25:hover {
    color: rgba(91, 33, 182, 0.25);
}
.hover\:text-purple-800\/30:hover {
    color: rgba(91, 33, 182, 0.3);
}
.hover\:text-purple-800\/35:hover {
    color: rgba(91, 33, 182, 0.35);
}
.hover\:text-purple-800\/40:hover {
    color: rgba(91, 33, 182, 0.4);
}
.hover\:text-purple-800\/45:hover {
    color: rgba(91, 33, 182, 0.45);
}
.hover\:text-purple-800\/5:hover {
    color: rgba(91, 33, 182, 0.05);
}
.hover\:text-purple-800\/50:hover {
    color: rgba(91, 33, 182, 0.5);
}
.hover\:text-purple-800\/55:hover {
    color: rgba(91, 33, 182, 0.55);
}
.hover\:text-purple-800\/60:hover {
    color: rgba(91, 33, 182, 0.6);
}
.hover\:text-purple-800\/65:hover {
    color: rgba(91, 33, 182, 0.65);
}
.hover\:text-purple-800\/70:hover {
    color: rgba(91, 33, 182, 0.7);
}
.hover\:text-purple-800\/75:hover {
    color: rgba(91, 33, 182, 0.75);
}
.hover\:text-purple-800\/80:hover {
    color: rgba(91, 33, 182, 0.8);
}
.hover\:text-purple-800\/85:hover {
    color: rgba(91, 33, 182, 0.85);
}
.hover\:text-purple-800\/90:hover {
    color: rgba(91, 33, 182, 0.9);
}
.hover\:text-purple-800\/95:hover {
    color: rgba(91, 33, 182, 0.95);
}
.hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-900\/0:hover {
    color: rgba(76, 29, 149, 0);
}
.hover\:text-purple-900\/10:hover {
    color: rgba(76, 29, 149, 0.1);
}
.hover\:text-purple-900\/100:hover {
    color: #4c1d95;
}
.hover\:text-purple-900\/15:hover {
    color: rgba(76, 29, 149, 0.15);
}
.hover\:text-purple-900\/20:hover {
    color: rgba(76, 29, 149, 0.2);
}
.hover\:text-purple-900\/25:hover {
    color: rgba(76, 29, 149, 0.25);
}
.hover\:text-purple-900\/30:hover {
    color: rgba(76, 29, 149, 0.3);
}
.hover\:text-purple-900\/35:hover {
    color: rgba(76, 29, 149, 0.35);
}
.hover\:text-purple-900\/40:hover {
    color: rgba(76, 29, 149, 0.4);
}
.hover\:text-purple-900\/45:hover {
    color: rgba(76, 29, 149, 0.45);
}
.hover\:text-purple-900\/5:hover {
    color: rgba(76, 29, 149, 0.05);
}
.hover\:text-purple-900\/50:hover {
    color: rgba(76, 29, 149, 0.5);
}
.hover\:text-purple-900\/55:hover {
    color: rgba(76, 29, 149, 0.55);
}
.hover\:text-purple-900\/60:hover {
    color: rgba(76, 29, 149, 0.6);
}
.hover\:text-purple-900\/65:hover {
    color: rgba(76, 29, 149, 0.65);
}
.hover\:text-purple-900\/70:hover {
    color: rgba(76, 29, 149, 0.7);
}
.hover\:text-purple-900\/75:hover {
    color: rgba(76, 29, 149, 0.75);
}
.hover\:text-purple-900\/80:hover {
    color: rgba(76, 29, 149, 0.8);
}
.hover\:text-purple-900\/85:hover {
    color: rgba(76, 29, 149, 0.85);
}
.hover\:text-purple-900\/90:hover {
    color: rgba(76, 29, 149, 0.9);
}
.hover\:text-purple-900\/95:hover {
    color: rgba(76, 29, 149, 0.95);
}
.hover\:text-rdv-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(51 89 165 / var(--tw-text-opacity, 1));
}
.hover\:text-rdv-blue\/80:hover {
    color: rgba(51, 89, 165, 0.8);
}
.hover\:text-rdv-blueribbon:hover {
    --tw-text-opacity: 1;
    color: rgb(38 77 145 / var(--tw-text-opacity, 1));
}
.hover\:text-rdv-pickledbluewood:hover {
    --tw-text-opacity: 1;
    color: rgb(43 57 72 / var(--tw-text-opacity, 1));
}
.hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.hover\:text-red-100\/0:hover {
    color: hsla(0, 93%, 94%, 0);
}
.hover\:text-red-100\/10:hover {
    color: hsla(0, 93%, 94%, 0.1);
}
.hover\:text-red-100\/100:hover {
    color: #fee2e2;
}
.hover\:text-red-100\/15:hover {
    color: hsla(0, 93%, 94%, 0.15);
}
.hover\:text-red-100\/20:hover {
    color: hsla(0, 93%, 94%, 0.2);
}
.hover\:text-red-100\/25:hover {
    color: hsla(0, 93%, 94%, 0.25);
}
.hover\:text-red-100\/30:hover {
    color: hsla(0, 93%, 94%, 0.3);
}
.hover\:text-red-100\/35:hover {
    color: hsla(0, 93%, 94%, 0.35);
}
.hover\:text-red-100\/40:hover {
    color: hsla(0, 93%, 94%, 0.4);
}
.hover\:text-red-100\/45:hover {
    color: hsla(0, 93%, 94%, 0.45);
}
.hover\:text-red-100\/5:hover {
    color: hsla(0, 93%, 94%, 0.05);
}
.hover\:text-red-100\/50:hover {
    color: hsla(0, 93%, 94%, 0.5);
}
.hover\:text-red-100\/55:hover {
    color: hsla(0, 93%, 94%, 0.55);
}
.hover\:text-red-100\/60:hover {
    color: hsla(0, 93%, 94%, 0.6);
}
.hover\:text-red-100\/65:hover {
    color: hsla(0, 93%, 94%, 0.65);
}
.hover\:text-red-100\/70:hover {
    color: hsla(0, 93%, 94%, 0.7);
}
.hover\:text-red-100\/75:hover {
    color: hsla(0, 93%, 94%, 0.75);
}
.hover\:text-red-100\/80:hover {
    color: hsla(0, 93%, 94%, 0.8);
}
.hover\:text-red-100\/85:hover {
    color: hsla(0, 93%, 94%, 0.85);
}
.hover\:text-red-100\/90:hover {
    color: hsla(0, 93%, 94%, 0.9);
}
.hover\:text-red-100\/95:hover {
    color: hsla(0, 93%, 94%, 0.95);
}
.hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.hover\:text-red-200\/0:hover {
    color: hsla(0, 96%, 89%, 0);
}
.hover\:text-red-200\/10:hover {
    color: hsla(0, 96%, 89%, 0.1);
}
.hover\:text-red-200\/100:hover {
    color: #fecaca;
}
.hover\:text-red-200\/15:hover {
    color: hsla(0, 96%, 89%, 0.15);
}
.hover\:text-red-200\/20:hover {
    color: hsla(0, 96%, 89%, 0.2);
}
.hover\:text-red-200\/25:hover {
    color: hsla(0, 96%, 89%, 0.25);
}
.hover\:text-red-200\/30:hover {
    color: hsla(0, 96%, 89%, 0.3);
}
.hover\:text-red-200\/35:hover {
    color: hsla(0, 96%, 89%, 0.35);
}
.hover\:text-red-200\/40:hover {
    color: hsla(0, 96%, 89%, 0.4);
}
.hover\:text-red-200\/45:hover {
    color: hsla(0, 96%, 89%, 0.45);
}
.hover\:text-red-200\/5:hover {
    color: hsla(0, 96%, 89%, 0.05);
}
.hover\:text-red-200\/50:hover {
    color: hsla(0, 96%, 89%, 0.5);
}
.hover\:text-red-200\/55:hover {
    color: hsla(0, 96%, 89%, 0.55);
}
.hover\:text-red-200\/60:hover {
    color: hsla(0, 96%, 89%, 0.6);
}
.hover\:text-red-200\/65:hover {
    color: hsla(0, 96%, 89%, 0.65);
}
.hover\:text-red-200\/70:hover {
    color: hsla(0, 96%, 89%, 0.7);
}
.hover\:text-red-200\/75:hover {
    color: hsla(0, 96%, 89%, 0.75);
}
.hover\:text-red-200\/80:hover {
    color: hsla(0, 96%, 89%, 0.8);
}
.hover\:text-red-200\/85:hover {
    color: hsla(0, 96%, 89%, 0.85);
}
.hover\:text-red-200\/90:hover {
    color: hsla(0, 96%, 89%, 0.9);
}
.hover\:text-red-200\/95:hover {
    color: hsla(0, 96%, 89%, 0.95);
}
.hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.hover\:text-red-300\/0:hover {
    color: hsla(0, 94%, 82%, 0);
}
.hover\:text-red-300\/10:hover {
    color: hsla(0, 94%, 82%, 0.1);
}
.hover\:text-red-300\/100:hover {
    color: #fca5a5;
}
.hover\:text-red-300\/15:hover {
    color: hsla(0, 94%, 82%, 0.15);
}
.hover\:text-red-300\/20:hover {
    color: hsla(0, 94%, 82%, 0.2);
}
.hover\:text-red-300\/25:hover {
    color: hsla(0, 94%, 82%, 0.25);
}
.hover\:text-red-300\/30:hover {
    color: hsla(0, 94%, 82%, 0.3);
}
.hover\:text-red-300\/35:hover {
    color: hsla(0, 94%, 82%, 0.35);
}
.hover\:text-red-300\/40:hover {
    color: hsla(0, 94%, 82%, 0.4);
}
.hover\:text-red-300\/45:hover {
    color: hsla(0, 94%, 82%, 0.45);
}
.hover\:text-red-300\/5:hover {
    color: hsla(0, 94%, 82%, 0.05);
}
.hover\:text-red-300\/50:hover {
    color: hsla(0, 94%, 82%, 0.5);
}
.hover\:text-red-300\/55:hover {
    color: hsla(0, 94%, 82%, 0.55);
}
.hover\:text-red-300\/60:hover {
    color: hsla(0, 94%, 82%, 0.6);
}
.hover\:text-red-300\/65:hover {
    color: hsla(0, 94%, 82%, 0.65);
}
.hover\:text-red-300\/70:hover {
    color: hsla(0, 94%, 82%, 0.7);
}
.hover\:text-red-300\/75:hover {
    color: hsla(0, 94%, 82%, 0.75);
}
.hover\:text-red-300\/80:hover {
    color: hsla(0, 94%, 82%, 0.8);
}
.hover\:text-red-300\/85:hover {
    color: hsla(0, 94%, 82%, 0.85);
}
.hover\:text-red-300\/90:hover {
    color: hsla(0, 94%, 82%, 0.9);
}
.hover\:text-red-300\/95:hover {
    color: hsla(0, 94%, 82%, 0.95);
}
.hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.hover\:text-red-400\/0:hover {
    color: hsla(0, 91%, 71%, 0);
}
.hover\:text-red-400\/10:hover {
    color: hsla(0, 91%, 71%, 0.1);
}
.hover\:text-red-400\/100:hover {
    color: #f87171;
}
.hover\:text-red-400\/15:hover {
    color: hsla(0, 91%, 71%, 0.15);
}
.hover\:text-red-400\/20:hover {
    color: hsla(0, 91%, 71%, 0.2);
}
.hover\:text-red-400\/25:hover {
    color: hsla(0, 91%, 71%, 0.25);
}
.hover\:text-red-400\/30:hover {
    color: hsla(0, 91%, 71%, 0.3);
}
.hover\:text-red-400\/35:hover {
    color: hsla(0, 91%, 71%, 0.35);
}
.hover\:text-red-400\/40:hover {
    color: hsla(0, 91%, 71%, 0.4);
}
.hover\:text-red-400\/45:hover {
    color: hsla(0, 91%, 71%, 0.45);
}
.hover\:text-red-400\/5:hover {
    color: hsla(0, 91%, 71%, 0.05);
}
.hover\:text-red-400\/50:hover {
    color: hsla(0, 91%, 71%, 0.5);
}
.hover\:text-red-400\/55:hover {
    color: hsla(0, 91%, 71%, 0.55);
}
.hover\:text-red-400\/60:hover {
    color: hsla(0, 91%, 71%, 0.6);
}
.hover\:text-red-400\/65:hover {
    color: hsla(0, 91%, 71%, 0.65);
}
.hover\:text-red-400\/70:hover {
    color: hsla(0, 91%, 71%, 0.7);
}
.hover\:text-red-400\/75:hover {
    color: hsla(0, 91%, 71%, 0.75);
}
.hover\:text-red-400\/80:hover {
    color: hsla(0, 91%, 71%, 0.8);
}
.hover\:text-red-400\/85:hover {
    color: hsla(0, 91%, 71%, 0.85);
}
.hover\:text-red-400\/90:hover {
    color: hsla(0, 91%, 71%, 0.9);
}
.hover\:text-red-400\/95:hover {
    color: hsla(0, 91%, 71%, 0.95);
}
.hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.hover\:text-red-50\/0:hover {
    color: hsla(0, 86%, 97%, 0);
}
.hover\:text-red-50\/10:hover {
    color: hsla(0, 86%, 97%, 0.1);
}
.hover\:text-red-50\/100:hover {
    color: #fef2f2;
}
.hover\:text-red-50\/15:hover {
    color: hsla(0, 86%, 97%, 0.15);
}
.hover\:text-red-50\/20:hover {
    color: hsla(0, 86%, 97%, 0.2);
}
.hover\:text-red-50\/25:hover {
    color: hsla(0, 86%, 97%, 0.25);
}
.hover\:text-red-50\/30:hover {
    color: hsla(0, 86%, 97%, 0.3);
}
.hover\:text-red-50\/35:hover {
    color: hsla(0, 86%, 97%, 0.35);
}
.hover\:text-red-50\/40:hover {
    color: hsla(0, 86%, 97%, 0.4);
}
.hover\:text-red-50\/45:hover {
    color: hsla(0, 86%, 97%, 0.45);
}
.hover\:text-red-50\/5:hover {
    color: hsla(0, 86%, 97%, 0.05);
}
.hover\:text-red-50\/50:hover {
    color: hsla(0, 86%, 97%, 0.5);
}
.hover\:text-red-50\/55:hover {
    color: hsla(0, 86%, 97%, 0.55);
}
.hover\:text-red-50\/60:hover {
    color: hsla(0, 86%, 97%, 0.6);
}
.hover\:text-red-50\/65:hover {
    color: hsla(0, 86%, 97%, 0.65);
}
.hover\:text-red-50\/70:hover {
    color: hsla(0, 86%, 97%, 0.7);
}
.hover\:text-red-50\/75:hover {
    color: hsla(0, 86%, 97%, 0.75);
}
.hover\:text-red-50\/80:hover {
    color: hsla(0, 86%, 97%, 0.8);
}
.hover\:text-red-50\/85:hover {
    color: hsla(0, 86%, 97%, 0.85);
}
.hover\:text-red-50\/90:hover {
    color: hsla(0, 86%, 97%, 0.9);
}
.hover\:text-red-50\/95:hover {
    color: hsla(0, 86%, 97%, 0.95);
}
.hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500\/0:hover {
    color: rgba(239, 68, 68, 0);
}
.hover\:text-red-500\/10:hover {
    color: rgba(239, 68, 68, 0.1);
}
.hover\:text-red-500\/100:hover {
    color: #ef4444;
}
.hover\:text-red-500\/15:hover {
    color: rgba(239, 68, 68, 0.15);
}
.hover\:text-red-500\/20:hover {
    color: rgba(239, 68, 68, 0.2);
}
.hover\:text-red-500\/25:hover {
    color: rgba(239, 68, 68, 0.25);
}
.hover\:text-red-500\/30:hover {
    color: rgba(239, 68, 68, 0.3);
}
.hover\:text-red-500\/35:hover {
    color: rgba(239, 68, 68, 0.35);
}
.hover\:text-red-500\/40:hover {
    color: rgba(239, 68, 68, 0.4);
}
.hover\:text-red-500\/45:hover {
    color: rgba(239, 68, 68, 0.45);
}
.hover\:text-red-500\/5:hover {
    color: rgba(239, 68, 68, 0.05);
}
.hover\:text-red-500\/50:hover {
    color: rgba(239, 68, 68, 0.5);
}
.hover\:text-red-500\/55:hover {
    color: rgba(239, 68, 68, 0.55);
}
.hover\:text-red-500\/60:hover {
    color: rgba(239, 68, 68, 0.6);
}
.hover\:text-red-500\/65:hover {
    color: rgba(239, 68, 68, 0.65);
}
.hover\:text-red-500\/70:hover {
    color: rgba(239, 68, 68, 0.7);
}
.hover\:text-red-500\/75:hover {
    color: rgba(239, 68, 68, 0.75);
}
.hover\:text-red-500\/80:hover {
    color: rgba(239, 68, 68, 0.8);
}
.hover\:text-red-500\/85:hover {
    color: rgba(239, 68, 68, 0.85);
}
.hover\:text-red-500\/90:hover {
    color: rgba(239, 68, 68, 0.9);
}
.hover\:text-red-500\/95:hover {
    color: rgba(239, 68, 68, 0.95);
}
.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600\/0:hover {
    color: rgba(220, 38, 38, 0);
}
.hover\:text-red-600\/10:hover {
    color: rgba(220, 38, 38, 0.1);
}
.hover\:text-red-600\/100:hover {
    color: #dc2626;
}
.hover\:text-red-600\/15:hover {
    color: rgba(220, 38, 38, 0.15);
}
.hover\:text-red-600\/20:hover {
    color: rgba(220, 38, 38, 0.2);
}
.hover\:text-red-600\/25:hover {
    color: rgba(220, 38, 38, 0.25);
}
.hover\:text-red-600\/30:hover {
    color: rgba(220, 38, 38, 0.3);
}
.hover\:text-red-600\/35:hover {
    color: rgba(220, 38, 38, 0.35);
}
.hover\:text-red-600\/40:hover {
    color: rgba(220, 38, 38, 0.4);
}
.hover\:text-red-600\/45:hover {
    color: rgba(220, 38, 38, 0.45);
}
.hover\:text-red-600\/5:hover {
    color: rgba(220, 38, 38, 0.05);
}
.hover\:text-red-600\/50:hover {
    color: rgba(220, 38, 38, 0.5);
}
.hover\:text-red-600\/55:hover {
    color: rgba(220, 38, 38, 0.55);
}
.hover\:text-red-600\/60:hover {
    color: rgba(220, 38, 38, 0.6);
}
.hover\:text-red-600\/65:hover {
    color: rgba(220, 38, 38, 0.65);
}
.hover\:text-red-600\/70:hover {
    color: rgba(220, 38, 38, 0.7);
}
.hover\:text-red-600\/75:hover {
    color: rgba(220, 38, 38, 0.75);
}
.hover\:text-red-600\/80:hover {
    color: rgba(220, 38, 38, 0.8);
}
.hover\:text-red-600\/85:hover {
    color: rgba(220, 38, 38, 0.85);
}
.hover\:text-red-600\/90:hover {
    color: rgba(220, 38, 38, 0.9);
}
.hover\:text-red-600\/95:hover {
    color: rgba(220, 38, 38, 0.95);
}
.hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700\/0:hover {
    color: rgba(185, 28, 28, 0);
}
.hover\:text-red-700\/10:hover {
    color: rgba(185, 28, 28, 0.1);
}
.hover\:text-red-700\/100:hover {
    color: #b91c1c;
}
.hover\:text-red-700\/15:hover {
    color: rgba(185, 28, 28, 0.15);
}
.hover\:text-red-700\/20:hover {
    color: rgba(185, 28, 28, 0.2);
}
.hover\:text-red-700\/25:hover {
    color: rgba(185, 28, 28, 0.25);
}
.hover\:text-red-700\/30:hover {
    color: rgba(185, 28, 28, 0.3);
}
.hover\:text-red-700\/35:hover {
    color: rgba(185, 28, 28, 0.35);
}
.hover\:text-red-700\/40:hover {
    color: rgba(185, 28, 28, 0.4);
}
.hover\:text-red-700\/45:hover {
    color: rgba(185, 28, 28, 0.45);
}
.hover\:text-red-700\/5:hover {
    color: rgba(185, 28, 28, 0.05);
}
.hover\:text-red-700\/50:hover {
    color: rgba(185, 28, 28, 0.5);
}
.hover\:text-red-700\/55:hover {
    color: rgba(185, 28, 28, 0.55);
}
.hover\:text-red-700\/60:hover {
    color: rgba(185, 28, 28, 0.6);
}
.hover\:text-red-700\/65:hover {
    color: rgba(185, 28, 28, 0.65);
}
.hover\:text-red-700\/70:hover {
    color: rgba(185, 28, 28, 0.7);
}
.hover\:text-red-700\/75:hover {
    color: rgba(185, 28, 28, 0.75);
}
.hover\:text-red-700\/80:hover {
    color: rgba(185, 28, 28, 0.8);
}
.hover\:text-red-700\/85:hover {
    color: rgba(185, 28, 28, 0.85);
}
.hover\:text-red-700\/90:hover {
    color: rgba(185, 28, 28, 0.9);
}
.hover\:text-red-700\/95:hover {
    color: rgba(185, 28, 28, 0.95);
}
.hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800\/0:hover {
    color: rgba(153, 27, 27, 0);
}
.hover\:text-red-800\/10:hover {
    color: rgba(153, 27, 27, 0.1);
}
.hover\:text-red-800\/100:hover {
    color: #991b1b;
}
.hover\:text-red-800\/15:hover {
    color: rgba(153, 27, 27, 0.15);
}
.hover\:text-red-800\/20:hover {
    color: rgba(153, 27, 27, 0.2);
}
.hover\:text-red-800\/25:hover {
    color: rgba(153, 27, 27, 0.25);
}
.hover\:text-red-800\/30:hover {
    color: rgba(153, 27, 27, 0.3);
}
.hover\:text-red-800\/35:hover {
    color: rgba(153, 27, 27, 0.35);
}
.hover\:text-red-800\/40:hover {
    color: rgba(153, 27, 27, 0.4);
}
.hover\:text-red-800\/45:hover {
    color: rgba(153, 27, 27, 0.45);
}
.hover\:text-red-800\/5:hover {
    color: rgba(153, 27, 27, 0.05);
}
.hover\:text-red-800\/50:hover {
    color: rgba(153, 27, 27, 0.5);
}
.hover\:text-red-800\/55:hover {
    color: rgba(153, 27, 27, 0.55);
}
.hover\:text-red-800\/60:hover {
    color: rgba(153, 27, 27, 0.6);
}
.hover\:text-red-800\/65:hover {
    color: rgba(153, 27, 27, 0.65);
}
.hover\:text-red-800\/70:hover {
    color: rgba(153, 27, 27, 0.7);
}
.hover\:text-red-800\/75:hover {
    color: rgba(153, 27, 27, 0.75);
}
.hover\:text-red-800\/80:hover {
    color: rgba(153, 27, 27, 0.8);
}
.hover\:text-red-800\/85:hover {
    color: rgba(153, 27, 27, 0.85);
}
.hover\:text-red-800\/90:hover {
    color: rgba(153, 27, 27, 0.9);
}
.hover\:text-red-800\/95:hover {
    color: rgba(153, 27, 27, 0.95);
}
.hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.hover\:text-red-900\/0:hover {
    color: rgba(127, 29, 29, 0);
}
.hover\:text-red-900\/10:hover {
    color: rgba(127, 29, 29, 0.1);
}
.hover\:text-red-900\/100:hover {
    color: #7f1d1d;
}
.hover\:text-red-900\/15:hover {
    color: rgba(127, 29, 29, 0.15);
}
.hover\:text-red-900\/20:hover {
    color: rgba(127, 29, 29, 0.2);
}
.hover\:text-red-900\/25:hover {
    color: rgba(127, 29, 29, 0.25);
}
.hover\:text-red-900\/30:hover {
    color: rgba(127, 29, 29, 0.3);
}
.hover\:text-red-900\/35:hover {
    color: rgba(127, 29, 29, 0.35);
}
.hover\:text-red-900\/40:hover {
    color: rgba(127, 29, 29, 0.4);
}
.hover\:text-red-900\/45:hover {
    color: rgba(127, 29, 29, 0.45);
}
.hover\:text-red-900\/5:hover {
    color: rgba(127, 29, 29, 0.05);
}
.hover\:text-red-900\/50:hover {
    color: rgba(127, 29, 29, 0.5);
}
.hover\:text-red-900\/55:hover {
    color: rgba(127, 29, 29, 0.55);
}
.hover\:text-red-900\/60:hover {
    color: rgba(127, 29, 29, 0.6);
}
.hover\:text-red-900\/65:hover {
    color: rgba(127, 29, 29, 0.65);
}
.hover\:text-red-900\/70:hover {
    color: rgba(127, 29, 29, 0.7);
}
.hover\:text-red-900\/75:hover {
    color: rgba(127, 29, 29, 0.75);
}
.hover\:text-red-900\/80:hover {
    color: rgba(127, 29, 29, 0.8);
}
.hover\:text-red-900\/85:hover {
    color: rgba(127, 29, 29, 0.85);
}
.hover\:text-red-900\/90:hover {
    color: rgba(127, 29, 29, 0.9);
}
.hover\:text-red-900\/95:hover {
    color: rgba(127, 29, 29, 0.95);
}
.hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-100\/0:hover {
    color: rgba(255, 228, 230, 0);
}
.hover\:text-rose-100\/10:hover {
    color: rgba(255, 228, 230, 0.1);
}
.hover\:text-rose-100\/100:hover {
    color: #ffe4e6;
}
.hover\:text-rose-100\/15:hover {
    color: rgba(255, 228, 230, 0.15);
}
.hover\:text-rose-100\/20:hover {
    color: rgba(255, 228, 230, 0.2);
}
.hover\:text-rose-100\/25:hover {
    color: rgba(255, 228, 230, 0.25);
}
.hover\:text-rose-100\/30:hover {
    color: rgba(255, 228, 230, 0.3);
}
.hover\:text-rose-100\/35:hover {
    color: rgba(255, 228, 230, 0.35);
}
.hover\:text-rose-100\/40:hover {
    color: rgba(255, 228, 230, 0.4);
}
.hover\:text-rose-100\/45:hover {
    color: rgba(255, 228, 230, 0.45);
}
.hover\:text-rose-100\/5:hover {
    color: rgba(255, 228, 230, 0.05);
}
.hover\:text-rose-100\/50:hover {
    color: rgba(255, 228, 230, 0.5);
}
.hover\:text-rose-100\/55:hover {
    color: rgba(255, 228, 230, 0.55);
}
.hover\:text-rose-100\/60:hover {
    color: rgba(255, 228, 230, 0.6);
}
.hover\:text-rose-100\/65:hover {
    color: rgba(255, 228, 230, 0.65);
}
.hover\:text-rose-100\/70:hover {
    color: rgba(255, 228, 230, 0.7);
}
.hover\:text-rose-100\/75:hover {
    color: rgba(255, 228, 230, 0.75);
}
.hover\:text-rose-100\/80:hover {
    color: rgba(255, 228, 230, 0.8);
}
.hover\:text-rose-100\/85:hover {
    color: rgba(255, 228, 230, 0.85);
}
.hover\:text-rose-100\/90:hover {
    color: rgba(255, 228, 230, 0.9);
}
.hover\:text-rose-100\/95:hover {
    color: rgba(255, 228, 230, 0.95);
}
.hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-200\/0:hover {
    color: rgba(254, 205, 211, 0);
}
.hover\:text-rose-200\/10:hover {
    color: rgba(254, 205, 211, 0.1);
}
.hover\:text-rose-200\/100:hover {
    color: #fecdd3;
}
.hover\:text-rose-200\/15:hover {
    color: rgba(254, 205, 211, 0.15);
}
.hover\:text-rose-200\/20:hover {
    color: rgba(254, 205, 211, 0.2);
}
.hover\:text-rose-200\/25:hover {
    color: rgba(254, 205, 211, 0.25);
}
.hover\:text-rose-200\/30:hover {
    color: rgba(254, 205, 211, 0.3);
}
.hover\:text-rose-200\/35:hover {
    color: rgba(254, 205, 211, 0.35);
}
.hover\:text-rose-200\/40:hover {
    color: rgba(254, 205, 211, 0.4);
}
.hover\:text-rose-200\/45:hover {
    color: rgba(254, 205, 211, 0.45);
}
.hover\:text-rose-200\/5:hover {
    color: rgba(254, 205, 211, 0.05);
}
.hover\:text-rose-200\/50:hover {
    color: rgba(254, 205, 211, 0.5);
}
.hover\:text-rose-200\/55:hover {
    color: rgba(254, 205, 211, 0.55);
}
.hover\:text-rose-200\/60:hover {
    color: rgba(254, 205, 211, 0.6);
}
.hover\:text-rose-200\/65:hover {
    color: rgba(254, 205, 211, 0.65);
}
.hover\:text-rose-200\/70:hover {
    color: rgba(254, 205, 211, 0.7);
}
.hover\:text-rose-200\/75:hover {
    color: rgba(254, 205, 211, 0.75);
}
.hover\:text-rose-200\/80:hover {
    color: rgba(254, 205, 211, 0.8);
}
.hover\:text-rose-200\/85:hover {
    color: rgba(254, 205, 211, 0.85);
}
.hover\:text-rose-200\/90:hover {
    color: rgba(254, 205, 211, 0.9);
}
.hover\:text-rose-200\/95:hover {
    color: rgba(254, 205, 211, 0.95);
}
.hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-300\/0:hover {
    color: rgba(253, 164, 175, 0);
}
.hover\:text-rose-300\/10:hover {
    color: rgba(253, 164, 175, 0.1);
}
.hover\:text-rose-300\/100:hover {
    color: #fda4af;
}
.hover\:text-rose-300\/15:hover {
    color: rgba(253, 164, 175, 0.15);
}
.hover\:text-rose-300\/20:hover {
    color: rgba(253, 164, 175, 0.2);
}
.hover\:text-rose-300\/25:hover {
    color: rgba(253, 164, 175, 0.25);
}
.hover\:text-rose-300\/30:hover {
    color: rgba(253, 164, 175, 0.3);
}
.hover\:text-rose-300\/35:hover {
    color: rgba(253, 164, 175, 0.35);
}
.hover\:text-rose-300\/40:hover {
    color: rgba(253, 164, 175, 0.4);
}
.hover\:text-rose-300\/45:hover {
    color: rgba(253, 164, 175, 0.45);
}
.hover\:text-rose-300\/5:hover {
    color: rgba(253, 164, 175, 0.05);
}
.hover\:text-rose-300\/50:hover {
    color: rgba(253, 164, 175, 0.5);
}
.hover\:text-rose-300\/55:hover {
    color: rgba(253, 164, 175, 0.55);
}
.hover\:text-rose-300\/60:hover {
    color: rgba(253, 164, 175, 0.6);
}
.hover\:text-rose-300\/65:hover {
    color: rgba(253, 164, 175, 0.65);
}
.hover\:text-rose-300\/70:hover {
    color: rgba(253, 164, 175, 0.7);
}
.hover\:text-rose-300\/75:hover {
    color: rgba(253, 164, 175, 0.75);
}
.hover\:text-rose-300\/80:hover {
    color: rgba(253, 164, 175, 0.8);
}
.hover\:text-rose-300\/85:hover {
    color: rgba(253, 164, 175, 0.85);
}
.hover\:text-rose-300\/90:hover {
    color: rgba(253, 164, 175, 0.9);
}
.hover\:text-rose-300\/95:hover {
    color: rgba(253, 164, 175, 0.95);
}
.hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-400\/0:hover {
    color: rgba(251, 113, 133, 0);
}
.hover\:text-rose-400\/10:hover {
    color: rgba(251, 113, 133, 0.1);
}
.hover\:text-rose-400\/100:hover {
    color: #fb7185;
}
.hover\:text-rose-400\/15:hover {
    color: rgba(251, 113, 133, 0.15);
}
.hover\:text-rose-400\/20:hover {
    color: rgba(251, 113, 133, 0.2);
}
.hover\:text-rose-400\/25:hover {
    color: rgba(251, 113, 133, 0.25);
}
.hover\:text-rose-400\/30:hover {
    color: rgba(251, 113, 133, 0.3);
}
.hover\:text-rose-400\/35:hover {
    color: rgba(251, 113, 133, 0.35);
}
.hover\:text-rose-400\/40:hover {
    color: rgba(251, 113, 133, 0.4);
}
.hover\:text-rose-400\/45:hover {
    color: rgba(251, 113, 133, 0.45);
}
.hover\:text-rose-400\/5:hover {
    color: rgba(251, 113, 133, 0.05);
}
.hover\:text-rose-400\/50:hover {
    color: rgba(251, 113, 133, 0.5);
}
.hover\:text-rose-400\/55:hover {
    color: rgba(251, 113, 133, 0.55);
}
.hover\:text-rose-400\/60:hover {
    color: rgba(251, 113, 133, 0.6);
}
.hover\:text-rose-400\/65:hover {
    color: rgba(251, 113, 133, 0.65);
}
.hover\:text-rose-400\/70:hover {
    color: rgba(251, 113, 133, 0.7);
}
.hover\:text-rose-400\/75:hover {
    color: rgba(251, 113, 133, 0.75);
}
.hover\:text-rose-400\/80:hover {
    color: rgba(251, 113, 133, 0.8);
}
.hover\:text-rose-400\/85:hover {
    color: rgba(251, 113, 133, 0.85);
}
.hover\:text-rose-400\/90:hover {
    color: rgba(251, 113, 133, 0.9);
}
.hover\:text-rose-400\/95:hover {
    color: rgba(251, 113, 133, 0.95);
}
.hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-50\/0:hover {
    color: rgba(255, 241, 242, 0);
}
.hover\:text-rose-50\/10:hover {
    color: rgba(255, 241, 242, 0.1);
}
.hover\:text-rose-50\/100:hover {
    color: #fff1f2;
}
.hover\:text-rose-50\/15:hover {
    color: rgba(255, 241, 242, 0.15);
}
.hover\:text-rose-50\/20:hover {
    color: rgba(255, 241, 242, 0.2);
}
.hover\:text-rose-50\/25:hover {
    color: rgba(255, 241, 242, 0.25);
}
.hover\:text-rose-50\/30:hover {
    color: rgba(255, 241, 242, 0.3);
}
.hover\:text-rose-50\/35:hover {
    color: rgba(255, 241, 242, 0.35);
}
.hover\:text-rose-50\/40:hover {
    color: rgba(255, 241, 242, 0.4);
}
.hover\:text-rose-50\/45:hover {
    color: rgba(255, 241, 242, 0.45);
}
.hover\:text-rose-50\/5:hover {
    color: rgba(255, 241, 242, 0.05);
}
.hover\:text-rose-50\/50:hover {
    color: rgba(255, 241, 242, 0.5);
}
.hover\:text-rose-50\/55:hover {
    color: rgba(255, 241, 242, 0.55);
}
.hover\:text-rose-50\/60:hover {
    color: rgba(255, 241, 242, 0.6);
}
.hover\:text-rose-50\/65:hover {
    color: rgba(255, 241, 242, 0.65);
}
.hover\:text-rose-50\/70:hover {
    color: rgba(255, 241, 242, 0.7);
}
.hover\:text-rose-50\/75:hover {
    color: rgba(255, 241, 242, 0.75);
}
.hover\:text-rose-50\/80:hover {
    color: rgba(255, 241, 242, 0.8);
}
.hover\:text-rose-50\/85:hover {
    color: rgba(255, 241, 242, 0.85);
}
.hover\:text-rose-50\/90:hover {
    color: rgba(255, 241, 242, 0.9);
}
.hover\:text-rose-50\/95:hover {
    color: rgba(255, 241, 242, 0.95);
}
.hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-500\/0:hover {
    color: rgba(244, 63, 94, 0);
}
.hover\:text-rose-500\/10:hover {
    color: rgba(244, 63, 94, 0.1);
}
.hover\:text-rose-500\/100:hover {
    color: #f43f5e;
}
.hover\:text-rose-500\/15:hover {
    color: rgba(244, 63, 94, 0.15);
}
.hover\:text-rose-500\/20:hover {
    color: rgba(244, 63, 94, 0.2);
}
.hover\:text-rose-500\/25:hover {
    color: rgba(244, 63, 94, 0.25);
}
.hover\:text-rose-500\/30:hover {
    color: rgba(244, 63, 94, 0.3);
}
.hover\:text-rose-500\/35:hover {
    color: rgba(244, 63, 94, 0.35);
}
.hover\:text-rose-500\/40:hover {
    color: rgba(244, 63, 94, 0.4);
}
.hover\:text-rose-500\/45:hover {
    color: rgba(244, 63, 94, 0.45);
}
.hover\:text-rose-500\/5:hover {
    color: rgba(244, 63, 94, 0.05);
}
.hover\:text-rose-500\/50:hover {
    color: rgba(244, 63, 94, 0.5);
}
.hover\:text-rose-500\/55:hover {
    color: rgba(244, 63, 94, 0.55);
}
.hover\:text-rose-500\/60:hover {
    color: rgba(244, 63, 94, 0.6);
}
.hover\:text-rose-500\/65:hover {
    color: rgba(244, 63, 94, 0.65);
}
.hover\:text-rose-500\/70:hover {
    color: rgba(244, 63, 94, 0.7);
}
.hover\:text-rose-500\/75:hover {
    color: rgba(244, 63, 94, 0.75);
}
.hover\:text-rose-500\/80:hover {
    color: rgba(244, 63, 94, 0.8);
}
.hover\:text-rose-500\/85:hover {
    color: rgba(244, 63, 94, 0.85);
}
.hover\:text-rose-500\/90:hover {
    color: rgba(244, 63, 94, 0.9);
}
.hover\:text-rose-500\/95:hover {
    color: rgba(244, 63, 94, 0.95);
}
.hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-600\/0:hover {
    color: rgba(225, 29, 72, 0);
}
.hover\:text-rose-600\/10:hover {
    color: rgba(225, 29, 72, 0.1);
}
.hover\:text-rose-600\/100:hover {
    color: #e11d48;
}
.hover\:text-rose-600\/15:hover {
    color: rgba(225, 29, 72, 0.15);
}
.hover\:text-rose-600\/20:hover {
    color: rgba(225, 29, 72, 0.2);
}
.hover\:text-rose-600\/25:hover {
    color: rgba(225, 29, 72, 0.25);
}
.hover\:text-rose-600\/30:hover {
    color: rgba(225, 29, 72, 0.3);
}
.hover\:text-rose-600\/35:hover {
    color: rgba(225, 29, 72, 0.35);
}
.hover\:text-rose-600\/40:hover {
    color: rgba(225, 29, 72, 0.4);
}
.hover\:text-rose-600\/45:hover {
    color: rgba(225, 29, 72, 0.45);
}
.hover\:text-rose-600\/5:hover {
    color: rgba(225, 29, 72, 0.05);
}
.hover\:text-rose-600\/50:hover {
    color: rgba(225, 29, 72, 0.5);
}
.hover\:text-rose-600\/55:hover {
    color: rgba(225, 29, 72, 0.55);
}
.hover\:text-rose-600\/60:hover {
    color: rgba(225, 29, 72, 0.6);
}
.hover\:text-rose-600\/65:hover {
    color: rgba(225, 29, 72, 0.65);
}
.hover\:text-rose-600\/70:hover {
    color: rgba(225, 29, 72, 0.7);
}
.hover\:text-rose-600\/75:hover {
    color: rgba(225, 29, 72, 0.75);
}
.hover\:text-rose-600\/80:hover {
    color: rgba(225, 29, 72, 0.8);
}
.hover\:text-rose-600\/85:hover {
    color: rgba(225, 29, 72, 0.85);
}
.hover\:text-rose-600\/90:hover {
    color: rgba(225, 29, 72, 0.9);
}
.hover\:text-rose-600\/95:hover {
    color: rgba(225, 29, 72, 0.95);
}
.hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-700\/0:hover {
    color: rgba(190, 18, 60, 0);
}
.hover\:text-rose-700\/10:hover {
    color: rgba(190, 18, 60, 0.1);
}
.hover\:text-rose-700\/100:hover {
    color: #be123c;
}
.hover\:text-rose-700\/15:hover {
    color: rgba(190, 18, 60, 0.15);
}
.hover\:text-rose-700\/20:hover {
    color: rgba(190, 18, 60, 0.2);
}
.hover\:text-rose-700\/25:hover {
    color: rgba(190, 18, 60, 0.25);
}
.hover\:text-rose-700\/30:hover {
    color: rgba(190, 18, 60, 0.3);
}
.hover\:text-rose-700\/35:hover {
    color: rgba(190, 18, 60, 0.35);
}
.hover\:text-rose-700\/40:hover {
    color: rgba(190, 18, 60, 0.4);
}
.hover\:text-rose-700\/45:hover {
    color: rgba(190, 18, 60, 0.45);
}
.hover\:text-rose-700\/5:hover {
    color: rgba(190, 18, 60, 0.05);
}
.hover\:text-rose-700\/50:hover {
    color: rgba(190, 18, 60, 0.5);
}
.hover\:text-rose-700\/55:hover {
    color: rgba(190, 18, 60, 0.55);
}
.hover\:text-rose-700\/60:hover {
    color: rgba(190, 18, 60, 0.6);
}
.hover\:text-rose-700\/65:hover {
    color: rgba(190, 18, 60, 0.65);
}
.hover\:text-rose-700\/70:hover {
    color: rgba(190, 18, 60, 0.7);
}
.hover\:text-rose-700\/75:hover {
    color: rgba(190, 18, 60, 0.75);
}
.hover\:text-rose-700\/80:hover {
    color: rgba(190, 18, 60, 0.8);
}
.hover\:text-rose-700\/85:hover {
    color: rgba(190, 18, 60, 0.85);
}
.hover\:text-rose-700\/90:hover {
    color: rgba(190, 18, 60, 0.9);
}
.hover\:text-rose-700\/95:hover {
    color: rgba(190, 18, 60, 0.95);
}
.hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-800\/0:hover {
    color: rgba(159, 18, 57, 0);
}
.hover\:text-rose-800\/10:hover {
    color: rgba(159, 18, 57, 0.1);
}
.hover\:text-rose-800\/100:hover {
    color: #9f1239;
}
.hover\:text-rose-800\/15:hover {
    color: rgba(159, 18, 57, 0.15);
}
.hover\:text-rose-800\/20:hover {
    color: rgba(159, 18, 57, 0.2);
}
.hover\:text-rose-800\/25:hover {
    color: rgba(159, 18, 57, 0.25);
}
.hover\:text-rose-800\/30:hover {
    color: rgba(159, 18, 57, 0.3);
}
.hover\:text-rose-800\/35:hover {
    color: rgba(159, 18, 57, 0.35);
}
.hover\:text-rose-800\/40:hover {
    color: rgba(159, 18, 57, 0.4);
}
.hover\:text-rose-800\/45:hover {
    color: rgba(159, 18, 57, 0.45);
}
.hover\:text-rose-800\/5:hover {
    color: rgba(159, 18, 57, 0.05);
}
.hover\:text-rose-800\/50:hover {
    color: rgba(159, 18, 57, 0.5);
}
.hover\:text-rose-800\/55:hover {
    color: rgba(159, 18, 57, 0.55);
}
.hover\:text-rose-800\/60:hover {
    color: rgba(159, 18, 57, 0.6);
}
.hover\:text-rose-800\/65:hover {
    color: rgba(159, 18, 57, 0.65);
}
.hover\:text-rose-800\/70:hover {
    color: rgba(159, 18, 57, 0.7);
}
.hover\:text-rose-800\/75:hover {
    color: rgba(159, 18, 57, 0.75);
}
.hover\:text-rose-800\/80:hover {
    color: rgba(159, 18, 57, 0.8);
}
.hover\:text-rose-800\/85:hover {
    color: rgba(159, 18, 57, 0.85);
}
.hover\:text-rose-800\/90:hover {
    color: rgba(159, 18, 57, 0.9);
}
.hover\:text-rose-800\/95:hover {
    color: rgba(159, 18, 57, 0.95);
}
.hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-900\/0:hover {
    color: rgba(136, 19, 55, 0);
}
.hover\:text-rose-900\/10:hover {
    color: rgba(136, 19, 55, 0.1);
}
.hover\:text-rose-900\/100:hover {
    color: #881337;
}
.hover\:text-rose-900\/15:hover {
    color: rgba(136, 19, 55, 0.15);
}
.hover\:text-rose-900\/20:hover {
    color: rgba(136, 19, 55, 0.2);
}
.hover\:text-rose-900\/25:hover {
    color: rgba(136, 19, 55, 0.25);
}
.hover\:text-rose-900\/30:hover {
    color: rgba(136, 19, 55, 0.3);
}
.hover\:text-rose-900\/35:hover {
    color: rgba(136, 19, 55, 0.35);
}
.hover\:text-rose-900\/40:hover {
    color: rgba(136, 19, 55, 0.4);
}
.hover\:text-rose-900\/45:hover {
    color: rgba(136, 19, 55, 0.45);
}
.hover\:text-rose-900\/5:hover {
    color: rgba(136, 19, 55, 0.05);
}
.hover\:text-rose-900\/50:hover {
    color: rgba(136, 19, 55, 0.5);
}
.hover\:text-rose-900\/55:hover {
    color: rgba(136, 19, 55, 0.55);
}
.hover\:text-rose-900\/60:hover {
    color: rgba(136, 19, 55, 0.6);
}
.hover\:text-rose-900\/65:hover {
    color: rgba(136, 19, 55, 0.65);
}
.hover\:text-rose-900\/70:hover {
    color: rgba(136, 19, 55, 0.7);
}
.hover\:text-rose-900\/75:hover {
    color: rgba(136, 19, 55, 0.75);
}
.hover\:text-rose-900\/80:hover {
    color: rgba(136, 19, 55, 0.8);
}
.hover\:text-rose-900\/85:hover {
    color: rgba(136, 19, 55, 0.85);
}
.hover\:text-rose-900\/90:hover {
    color: rgba(136, 19, 55, 0.9);
}
.hover\:text-rose-900\/95:hover {
    color: rgba(136, 19, 55, 0.95);
}
.hover\:text-secondary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-100\/0:hover {
    color: rgba(224, 242, 254, 0);
}
.hover\:text-sky-100\/10:hover {
    color: rgba(224, 242, 254, 0.1);
}
.hover\:text-sky-100\/100:hover {
    color: #e0f2fe;
}
.hover\:text-sky-100\/15:hover {
    color: rgba(224, 242, 254, 0.15);
}
.hover\:text-sky-100\/20:hover {
    color: rgba(224, 242, 254, 0.2);
}
.hover\:text-sky-100\/25:hover {
    color: rgba(224, 242, 254, 0.25);
}
.hover\:text-sky-100\/30:hover {
    color: rgba(224, 242, 254, 0.3);
}
.hover\:text-sky-100\/35:hover {
    color: rgba(224, 242, 254, 0.35);
}
.hover\:text-sky-100\/40:hover {
    color: rgba(224, 242, 254, 0.4);
}
.hover\:text-sky-100\/45:hover {
    color: rgba(224, 242, 254, 0.45);
}
.hover\:text-sky-100\/5:hover {
    color: rgba(224, 242, 254, 0.05);
}
.hover\:text-sky-100\/50:hover {
    color: rgba(224, 242, 254, 0.5);
}
.hover\:text-sky-100\/55:hover {
    color: rgba(224, 242, 254, 0.55);
}
.hover\:text-sky-100\/60:hover {
    color: rgba(224, 242, 254, 0.6);
}
.hover\:text-sky-100\/65:hover {
    color: rgba(224, 242, 254, 0.65);
}
.hover\:text-sky-100\/70:hover {
    color: rgba(224, 242, 254, 0.7);
}
.hover\:text-sky-100\/75:hover {
    color: rgba(224, 242, 254, 0.75);
}
.hover\:text-sky-100\/80:hover {
    color: rgba(224, 242, 254, 0.8);
}
.hover\:text-sky-100\/85:hover {
    color: rgba(224, 242, 254, 0.85);
}
.hover\:text-sky-100\/90:hover {
    color: rgba(224, 242, 254, 0.9);
}
.hover\:text-sky-100\/95:hover {
    color: rgba(224, 242, 254, 0.95);
}
.hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-200\/0:hover {
    color: rgba(186, 230, 253, 0);
}
.hover\:text-sky-200\/10:hover {
    color: rgba(186, 230, 253, 0.1);
}
.hover\:text-sky-200\/100:hover {
    color: #bae6fd;
}
.hover\:text-sky-200\/15:hover {
    color: rgba(186, 230, 253, 0.15);
}
.hover\:text-sky-200\/20:hover {
    color: rgba(186, 230, 253, 0.2);
}
.hover\:text-sky-200\/25:hover {
    color: rgba(186, 230, 253, 0.25);
}
.hover\:text-sky-200\/30:hover {
    color: rgba(186, 230, 253, 0.3);
}
.hover\:text-sky-200\/35:hover {
    color: rgba(186, 230, 253, 0.35);
}
.hover\:text-sky-200\/40:hover {
    color: rgba(186, 230, 253, 0.4);
}
.hover\:text-sky-200\/45:hover {
    color: rgba(186, 230, 253, 0.45);
}
.hover\:text-sky-200\/5:hover {
    color: rgba(186, 230, 253, 0.05);
}
.hover\:text-sky-200\/50:hover {
    color: rgba(186, 230, 253, 0.5);
}
.hover\:text-sky-200\/55:hover {
    color: rgba(186, 230, 253, 0.55);
}
.hover\:text-sky-200\/60:hover {
    color: rgba(186, 230, 253, 0.6);
}
.hover\:text-sky-200\/65:hover {
    color: rgba(186, 230, 253, 0.65);
}
.hover\:text-sky-200\/70:hover {
    color: rgba(186, 230, 253, 0.7);
}
.hover\:text-sky-200\/75:hover {
    color: rgba(186, 230, 253, 0.75);
}
.hover\:text-sky-200\/80:hover {
    color: rgba(186, 230, 253, 0.8);
}
.hover\:text-sky-200\/85:hover {
    color: rgba(186, 230, 253, 0.85);
}
.hover\:text-sky-200\/90:hover {
    color: rgba(186, 230, 253, 0.9);
}
.hover\:text-sky-200\/95:hover {
    color: rgba(186, 230, 253, 0.95);
}
.hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-300\/0:hover {
    color: rgba(125, 211, 252, 0);
}
.hover\:text-sky-300\/10:hover {
    color: rgba(125, 211, 252, 0.1);
}
.hover\:text-sky-300\/100:hover {
    color: #7dd3fc;
}
.hover\:text-sky-300\/15:hover {
    color: rgba(125, 211, 252, 0.15);
}
.hover\:text-sky-300\/20:hover {
    color: rgba(125, 211, 252, 0.2);
}
.hover\:text-sky-300\/25:hover {
    color: rgba(125, 211, 252, 0.25);
}
.hover\:text-sky-300\/30:hover {
    color: rgba(125, 211, 252, 0.3);
}
.hover\:text-sky-300\/35:hover {
    color: rgba(125, 211, 252, 0.35);
}
.hover\:text-sky-300\/40:hover {
    color: rgba(125, 211, 252, 0.4);
}
.hover\:text-sky-300\/45:hover {
    color: rgba(125, 211, 252, 0.45);
}
.hover\:text-sky-300\/5:hover {
    color: rgba(125, 211, 252, 0.05);
}
.hover\:text-sky-300\/50:hover {
    color: rgba(125, 211, 252, 0.5);
}
.hover\:text-sky-300\/55:hover {
    color: rgba(125, 211, 252, 0.55);
}
.hover\:text-sky-300\/60:hover {
    color: rgba(125, 211, 252, 0.6);
}
.hover\:text-sky-300\/65:hover {
    color: rgba(125, 211, 252, 0.65);
}
.hover\:text-sky-300\/70:hover {
    color: rgba(125, 211, 252, 0.7);
}
.hover\:text-sky-300\/75:hover {
    color: rgba(125, 211, 252, 0.75);
}
.hover\:text-sky-300\/80:hover {
    color: rgba(125, 211, 252, 0.8);
}
.hover\:text-sky-300\/85:hover {
    color: rgba(125, 211, 252, 0.85);
}
.hover\:text-sky-300\/90:hover {
    color: rgba(125, 211, 252, 0.9);
}
.hover\:text-sky-300\/95:hover {
    color: rgba(125, 211, 252, 0.95);
}
.hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-400\/0:hover {
    color: rgba(56, 189, 248, 0);
}
.hover\:text-sky-400\/10:hover {
    color: rgba(56, 189, 248, 0.1);
}
.hover\:text-sky-400\/100:hover {
    color: #38bdf8;
}
.hover\:text-sky-400\/15:hover {
    color: rgba(56, 189, 248, 0.15);
}
.hover\:text-sky-400\/20:hover {
    color: rgba(56, 189, 248, 0.2);
}
.hover\:text-sky-400\/25:hover {
    color: rgba(56, 189, 248, 0.25);
}
.hover\:text-sky-400\/30:hover {
    color: rgba(56, 189, 248, 0.3);
}
.hover\:text-sky-400\/35:hover {
    color: rgba(56, 189, 248, 0.35);
}
.hover\:text-sky-400\/40:hover {
    color: rgba(56, 189, 248, 0.4);
}
.hover\:text-sky-400\/45:hover {
    color: rgba(56, 189, 248, 0.45);
}
.hover\:text-sky-400\/5:hover {
    color: rgba(56, 189, 248, 0.05);
}
.hover\:text-sky-400\/50:hover {
    color: rgba(56, 189, 248, 0.5);
}
.hover\:text-sky-400\/55:hover {
    color: rgba(56, 189, 248, 0.55);
}
.hover\:text-sky-400\/60:hover {
    color: rgba(56, 189, 248, 0.6);
}
.hover\:text-sky-400\/65:hover {
    color: rgba(56, 189, 248, 0.65);
}
.hover\:text-sky-400\/70:hover {
    color: rgba(56, 189, 248, 0.7);
}
.hover\:text-sky-400\/75:hover {
    color: rgba(56, 189, 248, 0.75);
}
.hover\:text-sky-400\/80:hover {
    color: rgba(56, 189, 248, 0.8);
}
.hover\:text-sky-400\/85:hover {
    color: rgba(56, 189, 248, 0.85);
}
.hover\:text-sky-400\/90:hover {
    color: rgba(56, 189, 248, 0.9);
}
.hover\:text-sky-400\/95:hover {
    color: rgba(56, 189, 248, 0.95);
}
.hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-50\/0:hover {
    color: rgba(240, 249, 255, 0);
}
.hover\:text-sky-50\/10:hover {
    color: rgba(240, 249, 255, 0.1);
}
.hover\:text-sky-50\/100:hover {
    color: #f0f9ff;
}
.hover\:text-sky-50\/15:hover {
    color: rgba(240, 249, 255, 0.15);
}
.hover\:text-sky-50\/20:hover {
    color: rgba(240, 249, 255, 0.2);
}
.hover\:text-sky-50\/25:hover {
    color: rgba(240, 249, 255, 0.25);
}
.hover\:text-sky-50\/30:hover {
    color: rgba(240, 249, 255, 0.3);
}
.hover\:text-sky-50\/35:hover {
    color: rgba(240, 249, 255, 0.35);
}
.hover\:text-sky-50\/40:hover {
    color: rgba(240, 249, 255, 0.4);
}
.hover\:text-sky-50\/45:hover {
    color: rgba(240, 249, 255, 0.45);
}
.hover\:text-sky-50\/5:hover {
    color: rgba(240, 249, 255, 0.05);
}
.hover\:text-sky-50\/50:hover {
    color: rgba(240, 249, 255, 0.5);
}
.hover\:text-sky-50\/55:hover {
    color: rgba(240, 249, 255, 0.55);
}
.hover\:text-sky-50\/60:hover {
    color: rgba(240, 249, 255, 0.6);
}
.hover\:text-sky-50\/65:hover {
    color: rgba(240, 249, 255, 0.65);
}
.hover\:text-sky-50\/70:hover {
    color: rgba(240, 249, 255, 0.7);
}
.hover\:text-sky-50\/75:hover {
    color: rgba(240, 249, 255, 0.75);
}
.hover\:text-sky-50\/80:hover {
    color: rgba(240, 249, 255, 0.8);
}
.hover\:text-sky-50\/85:hover {
    color: rgba(240, 249, 255, 0.85);
}
.hover\:text-sky-50\/90:hover {
    color: rgba(240, 249, 255, 0.9);
}
.hover\:text-sky-50\/95:hover {
    color: rgba(240, 249, 255, 0.95);
}
.hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-500\/0:hover {
    color: rgba(14, 165, 233, 0);
}
.hover\:text-sky-500\/10:hover {
    color: rgba(14, 165, 233, 0.1);
}
.hover\:text-sky-500\/100:hover {
    color: #0ea5e9;
}
.hover\:text-sky-500\/15:hover {
    color: rgba(14, 165, 233, 0.15);
}
.hover\:text-sky-500\/20:hover {
    color: rgba(14, 165, 233, 0.2);
}
.hover\:text-sky-500\/25:hover {
    color: rgba(14, 165, 233, 0.25);
}
.hover\:text-sky-500\/30:hover {
    color: rgba(14, 165, 233, 0.3);
}
.hover\:text-sky-500\/35:hover {
    color: rgba(14, 165, 233, 0.35);
}
.hover\:text-sky-500\/40:hover {
    color: rgba(14, 165, 233, 0.4);
}
.hover\:text-sky-500\/45:hover {
    color: rgba(14, 165, 233, 0.45);
}
.hover\:text-sky-500\/5:hover {
    color: rgba(14, 165, 233, 0.05);
}
.hover\:text-sky-500\/50:hover {
    color: rgba(14, 165, 233, 0.5);
}
.hover\:text-sky-500\/55:hover {
    color: rgba(14, 165, 233, 0.55);
}
.hover\:text-sky-500\/60:hover {
    color: rgba(14, 165, 233, 0.6);
}
.hover\:text-sky-500\/65:hover {
    color: rgba(14, 165, 233, 0.65);
}
.hover\:text-sky-500\/70:hover {
    color: rgba(14, 165, 233, 0.7);
}
.hover\:text-sky-500\/75:hover {
    color: rgba(14, 165, 233, 0.75);
}
.hover\:text-sky-500\/80:hover {
    color: rgba(14, 165, 233, 0.8);
}
.hover\:text-sky-500\/85:hover {
    color: rgba(14, 165, 233, 0.85);
}
.hover\:text-sky-500\/90:hover {
    color: rgba(14, 165, 233, 0.9);
}
.hover\:text-sky-500\/95:hover {
    color: rgba(14, 165, 233, 0.95);
}
.hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-600\/0:hover {
    color: rgba(2, 132, 199, 0);
}
.hover\:text-sky-600\/10:hover {
    color: rgba(2, 132, 199, 0.1);
}
.hover\:text-sky-600\/100:hover {
    color: #0284c7;
}
.hover\:text-sky-600\/15:hover {
    color: rgba(2, 132, 199, 0.15);
}
.hover\:text-sky-600\/20:hover {
    color: rgba(2, 132, 199, 0.2);
}
.hover\:text-sky-600\/25:hover {
    color: rgba(2, 132, 199, 0.25);
}
.hover\:text-sky-600\/30:hover {
    color: rgba(2, 132, 199, 0.3);
}
.hover\:text-sky-600\/35:hover {
    color: rgba(2, 132, 199, 0.35);
}
.hover\:text-sky-600\/40:hover {
    color: rgba(2, 132, 199, 0.4);
}
.hover\:text-sky-600\/45:hover {
    color: rgba(2, 132, 199, 0.45);
}
.hover\:text-sky-600\/5:hover {
    color: rgba(2, 132, 199, 0.05);
}
.hover\:text-sky-600\/50:hover {
    color: rgba(2, 132, 199, 0.5);
}
.hover\:text-sky-600\/55:hover {
    color: rgba(2, 132, 199, 0.55);
}
.hover\:text-sky-600\/60:hover {
    color: rgba(2, 132, 199, 0.6);
}
.hover\:text-sky-600\/65:hover {
    color: rgba(2, 132, 199, 0.65);
}
.hover\:text-sky-600\/70:hover {
    color: rgba(2, 132, 199, 0.7);
}
.hover\:text-sky-600\/75:hover {
    color: rgba(2, 132, 199, 0.75);
}
.hover\:text-sky-600\/80:hover {
    color: rgba(2, 132, 199, 0.8);
}
.hover\:text-sky-600\/85:hover {
    color: rgba(2, 132, 199, 0.85);
}
.hover\:text-sky-600\/90:hover {
    color: rgba(2, 132, 199, 0.9);
}
.hover\:text-sky-600\/95:hover {
    color: rgba(2, 132, 199, 0.95);
}
.hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-700\/0:hover {
    color: rgba(3, 105, 161, 0);
}
.hover\:text-sky-700\/10:hover {
    color: rgba(3, 105, 161, 0.1);
}
.hover\:text-sky-700\/100:hover {
    color: #0369a1;
}
.hover\:text-sky-700\/15:hover {
    color: rgba(3, 105, 161, 0.15);
}
.hover\:text-sky-700\/20:hover {
    color: rgba(3, 105, 161, 0.2);
}
.hover\:text-sky-700\/25:hover {
    color: rgba(3, 105, 161, 0.25);
}
.hover\:text-sky-700\/30:hover {
    color: rgba(3, 105, 161, 0.3);
}
.hover\:text-sky-700\/35:hover {
    color: rgba(3, 105, 161, 0.35);
}
.hover\:text-sky-700\/40:hover {
    color: rgba(3, 105, 161, 0.4);
}
.hover\:text-sky-700\/45:hover {
    color: rgba(3, 105, 161, 0.45);
}
.hover\:text-sky-700\/5:hover {
    color: rgba(3, 105, 161, 0.05);
}
.hover\:text-sky-700\/50:hover {
    color: rgba(3, 105, 161, 0.5);
}
.hover\:text-sky-700\/55:hover {
    color: rgba(3, 105, 161, 0.55);
}
.hover\:text-sky-700\/60:hover {
    color: rgba(3, 105, 161, 0.6);
}
.hover\:text-sky-700\/65:hover {
    color: rgba(3, 105, 161, 0.65);
}
.hover\:text-sky-700\/70:hover {
    color: rgba(3, 105, 161, 0.7);
}
.hover\:text-sky-700\/75:hover {
    color: rgba(3, 105, 161, 0.75);
}
.hover\:text-sky-700\/80:hover {
    color: rgba(3, 105, 161, 0.8);
}
.hover\:text-sky-700\/85:hover {
    color: rgba(3, 105, 161, 0.85);
}
.hover\:text-sky-700\/90:hover {
    color: rgba(3, 105, 161, 0.9);
}
.hover\:text-sky-700\/95:hover {
    color: rgba(3, 105, 161, 0.95);
}
.hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-800\/0:hover {
    color: rgba(7, 89, 133, 0);
}
.hover\:text-sky-800\/10:hover {
    color: rgba(7, 89, 133, 0.1);
}
.hover\:text-sky-800\/100:hover {
    color: #075985;
}
.hover\:text-sky-800\/15:hover {
    color: rgba(7, 89, 133, 0.15);
}
.hover\:text-sky-800\/20:hover {
    color: rgba(7, 89, 133, 0.2);
}
.hover\:text-sky-800\/25:hover {
    color: rgba(7, 89, 133, 0.25);
}
.hover\:text-sky-800\/30:hover {
    color: rgba(7, 89, 133, 0.3);
}
.hover\:text-sky-800\/35:hover {
    color: rgba(7, 89, 133, 0.35);
}
.hover\:text-sky-800\/40:hover {
    color: rgba(7, 89, 133, 0.4);
}
.hover\:text-sky-800\/45:hover {
    color: rgba(7, 89, 133, 0.45);
}
.hover\:text-sky-800\/5:hover {
    color: rgba(7, 89, 133, 0.05);
}
.hover\:text-sky-800\/50:hover {
    color: rgba(7, 89, 133, 0.5);
}
.hover\:text-sky-800\/55:hover {
    color: rgba(7, 89, 133, 0.55);
}
.hover\:text-sky-800\/60:hover {
    color: rgba(7, 89, 133, 0.6);
}
.hover\:text-sky-800\/65:hover {
    color: rgba(7, 89, 133, 0.65);
}
.hover\:text-sky-800\/70:hover {
    color: rgba(7, 89, 133, 0.7);
}
.hover\:text-sky-800\/75:hover {
    color: rgba(7, 89, 133, 0.75);
}
.hover\:text-sky-800\/80:hover {
    color: rgba(7, 89, 133, 0.8);
}
.hover\:text-sky-800\/85:hover {
    color: rgba(7, 89, 133, 0.85);
}
.hover\:text-sky-800\/90:hover {
    color: rgba(7, 89, 133, 0.9);
}
.hover\:text-sky-800\/95:hover {
    color: rgba(7, 89, 133, 0.95);
}
.hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-900\/0:hover {
    color: rgba(12, 74, 110, 0);
}
.hover\:text-sky-900\/10:hover {
    color: rgba(12, 74, 110, 0.1);
}
.hover\:text-sky-900\/100:hover {
    color: #0c4a6e;
}
.hover\:text-sky-900\/15:hover {
    color: rgba(12, 74, 110, 0.15);
}
.hover\:text-sky-900\/20:hover {
    color: rgba(12, 74, 110, 0.2);
}
.hover\:text-sky-900\/25:hover {
    color: rgba(12, 74, 110, 0.25);
}
.hover\:text-sky-900\/30:hover {
    color: rgba(12, 74, 110, 0.3);
}
.hover\:text-sky-900\/35:hover {
    color: rgba(12, 74, 110, 0.35);
}
.hover\:text-sky-900\/40:hover {
    color: rgba(12, 74, 110, 0.4);
}
.hover\:text-sky-900\/45:hover {
    color: rgba(12, 74, 110, 0.45);
}
.hover\:text-sky-900\/5:hover {
    color: rgba(12, 74, 110, 0.05);
}
.hover\:text-sky-900\/50:hover {
    color: rgba(12, 74, 110, 0.5);
}
.hover\:text-sky-900\/55:hover {
    color: rgba(12, 74, 110, 0.55);
}
.hover\:text-sky-900\/60:hover {
    color: rgba(12, 74, 110, 0.6);
}
.hover\:text-sky-900\/65:hover {
    color: rgba(12, 74, 110, 0.65);
}
.hover\:text-sky-900\/70:hover {
    color: rgba(12, 74, 110, 0.7);
}
.hover\:text-sky-900\/75:hover {
    color: rgba(12, 74, 110, 0.75);
}
.hover\:text-sky-900\/80:hover {
    color: rgba(12, 74, 110, 0.8);
}
.hover\:text-sky-900\/85:hover {
    color: rgba(12, 74, 110, 0.85);
}
.hover\:text-sky-900\/90:hover {
    color: rgba(12, 74, 110, 0.9);
}
.hover\:text-sky-900\/95:hover {
    color: rgba(12, 74, 110, 0.95);
}
.hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-100\/0:hover {
    color: rgba(241, 245, 249, 0);
}
.hover\:text-slate-100\/10:hover {
    color: rgba(241, 245, 249, 0.1);
}
.hover\:text-slate-100\/100:hover {
    color: #f1f5f9;
}
.hover\:text-slate-100\/15:hover {
    color: rgba(241, 245, 249, 0.15);
}
.hover\:text-slate-100\/20:hover {
    color: rgba(241, 245, 249, 0.2);
}
.hover\:text-slate-100\/25:hover {
    color: rgba(241, 245, 249, 0.25);
}
.hover\:text-slate-100\/30:hover {
    color: rgba(241, 245, 249, 0.3);
}
.hover\:text-slate-100\/35:hover {
    color: rgba(241, 245, 249, 0.35);
}
.hover\:text-slate-100\/40:hover {
    color: rgba(241, 245, 249, 0.4);
}
.hover\:text-slate-100\/45:hover {
    color: rgba(241, 245, 249, 0.45);
}
.hover\:text-slate-100\/5:hover {
    color: rgba(241, 245, 249, 0.05);
}
.hover\:text-slate-100\/50:hover {
    color: rgba(241, 245, 249, 0.5);
}
.hover\:text-slate-100\/55:hover {
    color: rgba(241, 245, 249, 0.55);
}
.hover\:text-slate-100\/60:hover {
    color: rgba(241, 245, 249, 0.6);
}
.hover\:text-slate-100\/65:hover {
    color: rgba(241, 245, 249, 0.65);
}
.hover\:text-slate-100\/70:hover {
    color: rgba(241, 245, 249, 0.7);
}
.hover\:text-slate-100\/75:hover {
    color: rgba(241, 245, 249, 0.75);
}
.hover\:text-slate-100\/80:hover {
    color: rgba(241, 245, 249, 0.8);
}
.hover\:text-slate-100\/85:hover {
    color: rgba(241, 245, 249, 0.85);
}
.hover\:text-slate-100\/90:hover {
    color: rgba(241, 245, 249, 0.9);
}
.hover\:text-slate-100\/95:hover {
    color: rgba(241, 245, 249, 0.95);
}
.hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-200\/0:hover {
    color: rgba(226, 232, 240, 0);
}
.hover\:text-slate-200\/10:hover {
    color: rgba(226, 232, 240, 0.1);
}
.hover\:text-slate-200\/100:hover {
    color: #e2e8f0;
}
.hover\:text-slate-200\/15:hover {
    color: rgba(226, 232, 240, 0.15);
}
.hover\:text-slate-200\/20:hover {
    color: rgba(226, 232, 240, 0.2);
}
.hover\:text-slate-200\/25:hover {
    color: rgba(226, 232, 240, 0.25);
}
.hover\:text-slate-200\/30:hover {
    color: rgba(226, 232, 240, 0.3);
}
.hover\:text-slate-200\/35:hover {
    color: rgba(226, 232, 240, 0.35);
}
.hover\:text-slate-200\/40:hover {
    color: rgba(226, 232, 240, 0.4);
}
.hover\:text-slate-200\/45:hover {
    color: rgba(226, 232, 240, 0.45);
}
.hover\:text-slate-200\/5:hover {
    color: rgba(226, 232, 240, 0.05);
}
.hover\:text-slate-200\/50:hover {
    color: rgba(226, 232, 240, 0.5);
}
.hover\:text-slate-200\/55:hover {
    color: rgba(226, 232, 240, 0.55);
}
.hover\:text-slate-200\/60:hover {
    color: rgba(226, 232, 240, 0.6);
}
.hover\:text-slate-200\/65:hover {
    color: rgba(226, 232, 240, 0.65);
}
.hover\:text-slate-200\/70:hover {
    color: rgba(226, 232, 240, 0.7);
}
.hover\:text-slate-200\/75:hover {
    color: rgba(226, 232, 240, 0.75);
}
.hover\:text-slate-200\/80:hover {
    color: rgba(226, 232, 240, 0.8);
}
.hover\:text-slate-200\/85:hover {
    color: rgba(226, 232, 240, 0.85);
}
.hover\:text-slate-200\/90:hover {
    color: rgba(226, 232, 240, 0.9);
}
.hover\:text-slate-200\/95:hover {
    color: rgba(226, 232, 240, 0.95);
}
.hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-300\/0:hover {
    color: rgba(203, 213, 225, 0);
}
.hover\:text-slate-300\/10:hover {
    color: rgba(203, 213, 225, 0.1);
}
.hover\:text-slate-300\/100:hover {
    color: #cbd5e1;
}
.hover\:text-slate-300\/15:hover {
    color: rgba(203, 213, 225, 0.15);
}
.hover\:text-slate-300\/20:hover {
    color: rgba(203, 213, 225, 0.2);
}
.hover\:text-slate-300\/25:hover {
    color: rgba(203, 213, 225, 0.25);
}
.hover\:text-slate-300\/30:hover {
    color: rgba(203, 213, 225, 0.3);
}
.hover\:text-slate-300\/35:hover {
    color: rgba(203, 213, 225, 0.35);
}
.hover\:text-slate-300\/40:hover {
    color: rgba(203, 213, 225, 0.4);
}
.hover\:text-slate-300\/45:hover {
    color: rgba(203, 213, 225, 0.45);
}
.hover\:text-slate-300\/5:hover {
    color: rgba(203, 213, 225, 0.05);
}
.hover\:text-slate-300\/50:hover {
    color: rgba(203, 213, 225, 0.5);
}
.hover\:text-slate-300\/55:hover {
    color: rgba(203, 213, 225, 0.55);
}
.hover\:text-slate-300\/60:hover {
    color: rgba(203, 213, 225, 0.6);
}
.hover\:text-slate-300\/65:hover {
    color: rgba(203, 213, 225, 0.65);
}
.hover\:text-slate-300\/70:hover {
    color: rgba(203, 213, 225, 0.7);
}
.hover\:text-slate-300\/75:hover {
    color: rgba(203, 213, 225, 0.75);
}
.hover\:text-slate-300\/80:hover {
    color: rgba(203, 213, 225, 0.8);
}
.hover\:text-slate-300\/85:hover {
    color: rgba(203, 213, 225, 0.85);
}
.hover\:text-slate-300\/90:hover {
    color: rgba(203, 213, 225, 0.9);
}
.hover\:text-slate-300\/95:hover {
    color: rgba(203, 213, 225, 0.95);
}
.hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-400\/0:hover {
    color: rgba(148, 163, 184, 0);
}
.hover\:text-slate-400\/10:hover {
    color: rgba(148, 163, 184, 0.1);
}
.hover\:text-slate-400\/100:hover {
    color: #94a3b8;
}
.hover\:text-slate-400\/15:hover {
    color: rgba(148, 163, 184, 0.15);
}
.hover\:text-slate-400\/20:hover {
    color: rgba(148, 163, 184, 0.2);
}
.hover\:text-slate-400\/25:hover {
    color: rgba(148, 163, 184, 0.25);
}
.hover\:text-slate-400\/30:hover {
    color: rgba(148, 163, 184, 0.3);
}
.hover\:text-slate-400\/35:hover {
    color: rgba(148, 163, 184, 0.35);
}
.hover\:text-slate-400\/40:hover {
    color: rgba(148, 163, 184, 0.4);
}
.hover\:text-slate-400\/45:hover {
    color: rgba(148, 163, 184, 0.45);
}
.hover\:text-slate-400\/5:hover {
    color: rgba(148, 163, 184, 0.05);
}
.hover\:text-slate-400\/50:hover {
    color: rgba(148, 163, 184, 0.5);
}
.hover\:text-slate-400\/55:hover {
    color: rgba(148, 163, 184, 0.55);
}
.hover\:text-slate-400\/60:hover {
    color: rgba(148, 163, 184, 0.6);
}
.hover\:text-slate-400\/65:hover {
    color: rgba(148, 163, 184, 0.65);
}
.hover\:text-slate-400\/70:hover {
    color: rgba(148, 163, 184, 0.7);
}
.hover\:text-slate-400\/75:hover {
    color: rgba(148, 163, 184, 0.75);
}
.hover\:text-slate-400\/80:hover {
    color: rgba(148, 163, 184, 0.8);
}
.hover\:text-slate-400\/85:hover {
    color: rgba(148, 163, 184, 0.85);
}
.hover\:text-slate-400\/90:hover {
    color: rgba(148, 163, 184, 0.9);
}
.hover\:text-slate-400\/95:hover {
    color: rgba(148, 163, 184, 0.95);
}
.hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-50\/0:hover {
    color: rgba(248, 250, 252, 0);
}
.hover\:text-slate-50\/10:hover {
    color: rgba(248, 250, 252, 0.1);
}
.hover\:text-slate-50\/100:hover {
    color: #f8fafc;
}
.hover\:text-slate-50\/15:hover {
    color: rgba(248, 250, 252, 0.15);
}
.hover\:text-slate-50\/20:hover {
    color: rgba(248, 250, 252, 0.2);
}
.hover\:text-slate-50\/25:hover {
    color: rgba(248, 250, 252, 0.25);
}
.hover\:text-slate-50\/30:hover {
    color: rgba(248, 250, 252, 0.3);
}
.hover\:text-slate-50\/35:hover {
    color: rgba(248, 250, 252, 0.35);
}
.hover\:text-slate-50\/40:hover {
    color: rgba(248, 250, 252, 0.4);
}
.hover\:text-slate-50\/45:hover {
    color: rgba(248, 250, 252, 0.45);
}
.hover\:text-slate-50\/5:hover {
    color: rgba(248, 250, 252, 0.05);
}
.hover\:text-slate-50\/50:hover {
    color: rgba(248, 250, 252, 0.5);
}
.hover\:text-slate-50\/55:hover {
    color: rgba(248, 250, 252, 0.55);
}
.hover\:text-slate-50\/60:hover {
    color: rgba(248, 250, 252, 0.6);
}
.hover\:text-slate-50\/65:hover {
    color: rgba(248, 250, 252, 0.65);
}
.hover\:text-slate-50\/70:hover {
    color: rgba(248, 250, 252, 0.7);
}
.hover\:text-slate-50\/75:hover {
    color: rgba(248, 250, 252, 0.75);
}
.hover\:text-slate-50\/80:hover {
    color: rgba(248, 250, 252, 0.8);
}
.hover\:text-slate-50\/85:hover {
    color: rgba(248, 250, 252, 0.85);
}
.hover\:text-slate-50\/90:hover {
    color: rgba(248, 250, 252, 0.9);
}
.hover\:text-slate-50\/95:hover {
    color: rgba(248, 250, 252, 0.95);
}
.hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-500\/0:hover {
    color: rgba(100, 116, 139, 0);
}
.hover\:text-slate-500\/10:hover {
    color: rgba(100, 116, 139, 0.1);
}
.hover\:text-slate-500\/100:hover {
    color: #64748b;
}
.hover\:text-slate-500\/15:hover {
    color: rgba(100, 116, 139, 0.15);
}
.hover\:text-slate-500\/20:hover {
    color: rgba(100, 116, 139, 0.2);
}
.hover\:text-slate-500\/25:hover {
    color: rgba(100, 116, 139, 0.25);
}
.hover\:text-slate-500\/30:hover {
    color: rgba(100, 116, 139, 0.3);
}
.hover\:text-slate-500\/35:hover {
    color: rgba(100, 116, 139, 0.35);
}
.hover\:text-slate-500\/40:hover {
    color: rgba(100, 116, 139, 0.4);
}
.hover\:text-slate-500\/45:hover {
    color: rgba(100, 116, 139, 0.45);
}
.hover\:text-slate-500\/5:hover {
    color: rgba(100, 116, 139, 0.05);
}
.hover\:text-slate-500\/50:hover {
    color: rgba(100, 116, 139, 0.5);
}
.hover\:text-slate-500\/55:hover {
    color: rgba(100, 116, 139, 0.55);
}
.hover\:text-slate-500\/60:hover {
    color: rgba(100, 116, 139, 0.6);
}
.hover\:text-slate-500\/65:hover {
    color: rgba(100, 116, 139, 0.65);
}
.hover\:text-slate-500\/70:hover {
    color: rgba(100, 116, 139, 0.7);
}
.hover\:text-slate-500\/75:hover {
    color: rgba(100, 116, 139, 0.75);
}
.hover\:text-slate-500\/80:hover {
    color: rgba(100, 116, 139, 0.8);
}
.hover\:text-slate-500\/85:hover {
    color: rgba(100, 116, 139, 0.85);
}
.hover\:text-slate-500\/90:hover {
    color: rgba(100, 116, 139, 0.9);
}
.hover\:text-slate-500\/95:hover {
    color: rgba(100, 116, 139, 0.95);
}
.hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-600\/0:hover {
    color: rgba(71, 85, 105, 0);
}
.hover\:text-slate-600\/10:hover {
    color: rgba(71, 85, 105, 0.1);
}
.hover\:text-slate-600\/100:hover {
    color: #475569;
}
.hover\:text-slate-600\/15:hover {
    color: rgba(71, 85, 105, 0.15);
}
.hover\:text-slate-600\/20:hover {
    color: rgba(71, 85, 105, 0.2);
}
.hover\:text-slate-600\/25:hover {
    color: rgba(71, 85, 105, 0.25);
}
.hover\:text-slate-600\/30:hover {
    color: rgba(71, 85, 105, 0.3);
}
.hover\:text-slate-600\/35:hover {
    color: rgba(71, 85, 105, 0.35);
}
.hover\:text-slate-600\/40:hover {
    color: rgba(71, 85, 105, 0.4);
}
.hover\:text-slate-600\/45:hover {
    color: rgba(71, 85, 105, 0.45);
}
.hover\:text-slate-600\/5:hover {
    color: rgba(71, 85, 105, 0.05);
}
.hover\:text-slate-600\/50:hover {
    color: rgba(71, 85, 105, 0.5);
}
.hover\:text-slate-600\/55:hover {
    color: rgba(71, 85, 105, 0.55);
}
.hover\:text-slate-600\/60:hover {
    color: rgba(71, 85, 105, 0.6);
}
.hover\:text-slate-600\/65:hover {
    color: rgba(71, 85, 105, 0.65);
}
.hover\:text-slate-600\/70:hover {
    color: rgba(71, 85, 105, 0.7);
}
.hover\:text-slate-600\/75:hover {
    color: rgba(71, 85, 105, 0.75);
}
.hover\:text-slate-600\/80:hover {
    color: rgba(71, 85, 105, 0.8);
}
.hover\:text-slate-600\/85:hover {
    color: rgba(71, 85, 105, 0.85);
}
.hover\:text-slate-600\/90:hover {
    color: rgba(71, 85, 105, 0.9);
}
.hover\:text-slate-600\/95:hover {
    color: rgba(71, 85, 105, 0.95);
}
.hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-700\/0:hover {
    color: rgba(51, 65, 85, 0);
}
.hover\:text-slate-700\/10:hover {
    color: rgba(51, 65, 85, 0.1);
}
.hover\:text-slate-700\/100:hover {
    color: #334155;
}
.hover\:text-slate-700\/15:hover {
    color: rgba(51, 65, 85, 0.15);
}
.hover\:text-slate-700\/20:hover {
    color: rgba(51, 65, 85, 0.2);
}
.hover\:text-slate-700\/25:hover {
    color: rgba(51, 65, 85, 0.25);
}
.hover\:text-slate-700\/30:hover {
    color: rgba(51, 65, 85, 0.3);
}
.hover\:text-slate-700\/35:hover {
    color: rgba(51, 65, 85, 0.35);
}
.hover\:text-slate-700\/40:hover {
    color: rgba(51, 65, 85, 0.4);
}
.hover\:text-slate-700\/45:hover {
    color: rgba(51, 65, 85, 0.45);
}
.hover\:text-slate-700\/5:hover {
    color: rgba(51, 65, 85, 0.05);
}
.hover\:text-slate-700\/50:hover {
    color: rgba(51, 65, 85, 0.5);
}
.hover\:text-slate-700\/55:hover {
    color: rgba(51, 65, 85, 0.55);
}
.hover\:text-slate-700\/60:hover {
    color: rgba(51, 65, 85, 0.6);
}
.hover\:text-slate-700\/65:hover {
    color: rgba(51, 65, 85, 0.65);
}
.hover\:text-slate-700\/70:hover {
    color: rgba(51, 65, 85, 0.7);
}
.hover\:text-slate-700\/75:hover {
    color: rgba(51, 65, 85, 0.75);
}
.hover\:text-slate-700\/80:hover {
    color: rgba(51, 65, 85, 0.8);
}
.hover\:text-slate-700\/85:hover {
    color: rgba(51, 65, 85, 0.85);
}
.hover\:text-slate-700\/90:hover {
    color: rgba(51, 65, 85, 0.9);
}
.hover\:text-slate-700\/95:hover {
    color: rgba(51, 65, 85, 0.95);
}
.hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-800\/0:hover {
    color: rgba(30, 41, 59, 0);
}
.hover\:text-slate-800\/10:hover {
    color: rgba(30, 41, 59, 0.1);
}
.hover\:text-slate-800\/100:hover {
    color: #1e293b;
}
.hover\:text-slate-800\/15:hover {
    color: rgba(30, 41, 59, 0.15);
}
.hover\:text-slate-800\/20:hover {
    color: rgba(30, 41, 59, 0.2);
}
.hover\:text-slate-800\/25:hover {
    color: rgba(30, 41, 59, 0.25);
}
.hover\:text-slate-800\/30:hover {
    color: rgba(30, 41, 59, 0.3);
}
.hover\:text-slate-800\/35:hover {
    color: rgba(30, 41, 59, 0.35);
}
.hover\:text-slate-800\/40:hover {
    color: rgba(30, 41, 59, 0.4);
}
.hover\:text-slate-800\/45:hover {
    color: rgba(30, 41, 59, 0.45);
}
.hover\:text-slate-800\/5:hover {
    color: rgba(30, 41, 59, 0.05);
}
.hover\:text-slate-800\/50:hover {
    color: rgba(30, 41, 59, 0.5);
}
.hover\:text-slate-800\/55:hover {
    color: rgba(30, 41, 59, 0.55);
}
.hover\:text-slate-800\/60:hover {
    color: rgba(30, 41, 59, 0.6);
}
.hover\:text-slate-800\/65:hover {
    color: rgba(30, 41, 59, 0.65);
}
.hover\:text-slate-800\/70:hover {
    color: rgba(30, 41, 59, 0.7);
}
.hover\:text-slate-800\/75:hover {
    color: rgba(30, 41, 59, 0.75);
}
.hover\:text-slate-800\/80:hover {
    color: rgba(30, 41, 59, 0.8);
}
.hover\:text-slate-800\/85:hover {
    color: rgba(30, 41, 59, 0.85);
}
.hover\:text-slate-800\/90:hover {
    color: rgba(30, 41, 59, 0.9);
}
.hover\:text-slate-800\/95:hover {
    color: rgba(30, 41, 59, 0.95);
}
.hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900\/0:hover {
    color: rgba(15, 23, 42, 0);
}
.hover\:text-slate-900\/10:hover {
    color: rgba(15, 23, 42, 0.1);
}
.hover\:text-slate-900\/100:hover {
    color: #0f172a;
}
.hover\:text-slate-900\/15:hover {
    color: rgba(15, 23, 42, 0.15);
}
.hover\:text-slate-900\/20:hover {
    color: rgba(15, 23, 42, 0.2);
}
.hover\:text-slate-900\/25:hover {
    color: rgba(15, 23, 42, 0.25);
}
.hover\:text-slate-900\/30:hover {
    color: rgba(15, 23, 42, 0.3);
}
.hover\:text-slate-900\/35:hover {
    color: rgba(15, 23, 42, 0.35);
}
.hover\:text-slate-900\/40:hover {
    color: rgba(15, 23, 42, 0.4);
}
.hover\:text-slate-900\/45:hover {
    color: rgba(15, 23, 42, 0.45);
}
.hover\:text-slate-900\/5:hover {
    color: rgba(15, 23, 42, 0.05);
}
.hover\:text-slate-900\/50:hover {
    color: rgba(15, 23, 42, 0.5);
}
.hover\:text-slate-900\/55:hover {
    color: rgba(15, 23, 42, 0.55);
}
.hover\:text-slate-900\/60:hover {
    color: rgba(15, 23, 42, 0.6);
}
.hover\:text-slate-900\/65:hover {
    color: rgba(15, 23, 42, 0.65);
}
.hover\:text-slate-900\/70:hover {
    color: rgba(15, 23, 42, 0.7);
}
.hover\:text-slate-900\/75:hover {
    color: rgba(15, 23, 42, 0.75);
}
.hover\:text-slate-900\/80:hover {
    color: rgba(15, 23, 42, 0.8);
}
.hover\:text-slate-900\/85:hover {
    color: rgba(15, 23, 42, 0.85);
}
.hover\:text-slate-900\/90:hover {
    color: rgba(15, 23, 42, 0.9);
}
.hover\:text-slate-900\/95:hover {
    color: rgba(15, 23, 42, 0.95);
}
.hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-100\/0:hover {
    color: hsla(60, 5%, 96%, 0);
}
.hover\:text-stone-100\/10:hover {
    color: hsla(60, 5%, 96%, 0.1);
}
.hover\:text-stone-100\/100:hover {
    color: #f5f5f4;
}
.hover\:text-stone-100\/15:hover {
    color: hsla(60, 5%, 96%, 0.15);
}
.hover\:text-stone-100\/20:hover {
    color: hsla(60, 5%, 96%, 0.2);
}
.hover\:text-stone-100\/25:hover {
    color: hsla(60, 5%, 96%, 0.25);
}
.hover\:text-stone-100\/30:hover {
    color: hsla(60, 5%, 96%, 0.3);
}
.hover\:text-stone-100\/35:hover {
    color: hsla(60, 5%, 96%, 0.35);
}
.hover\:text-stone-100\/40:hover {
    color: hsla(60, 5%, 96%, 0.4);
}
.hover\:text-stone-100\/45:hover {
    color: hsla(60, 5%, 96%, 0.45);
}
.hover\:text-stone-100\/5:hover {
    color: hsla(60, 5%, 96%, 0.05);
}
.hover\:text-stone-100\/50:hover {
    color: hsla(60, 5%, 96%, 0.5);
}
.hover\:text-stone-100\/55:hover {
    color: hsla(60, 5%, 96%, 0.55);
}
.hover\:text-stone-100\/60:hover {
    color: hsla(60, 5%, 96%, 0.6);
}
.hover\:text-stone-100\/65:hover {
    color: hsla(60, 5%, 96%, 0.65);
}
.hover\:text-stone-100\/70:hover {
    color: hsla(60, 5%, 96%, 0.7);
}
.hover\:text-stone-100\/75:hover {
    color: hsla(60, 5%, 96%, 0.75);
}
.hover\:text-stone-100\/80:hover {
    color: hsla(60, 5%, 96%, 0.8);
}
.hover\:text-stone-100\/85:hover {
    color: hsla(60, 5%, 96%, 0.85);
}
.hover\:text-stone-100\/90:hover {
    color: hsla(60, 5%, 96%, 0.9);
}
.hover\:text-stone-100\/95:hover {
    color: hsla(60, 5%, 96%, 0.95);
}
.hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-200\/0:hover {
    color: hsla(20, 6%, 90%, 0);
}
.hover\:text-stone-200\/10:hover {
    color: hsla(20, 6%, 90%, 0.1);
}
.hover\:text-stone-200\/100:hover {
    color: #e7e5e4;
}
.hover\:text-stone-200\/15:hover {
    color: hsla(20, 6%, 90%, 0.15);
}
.hover\:text-stone-200\/20:hover {
    color: hsla(20, 6%, 90%, 0.2);
}
.hover\:text-stone-200\/25:hover {
    color: hsla(20, 6%, 90%, 0.25);
}
.hover\:text-stone-200\/30:hover {
    color: hsla(20, 6%, 90%, 0.3);
}
.hover\:text-stone-200\/35:hover {
    color: hsla(20, 6%, 90%, 0.35);
}
.hover\:text-stone-200\/40:hover {
    color: hsla(20, 6%, 90%, 0.4);
}
.hover\:text-stone-200\/45:hover {
    color: hsla(20, 6%, 90%, 0.45);
}
.hover\:text-stone-200\/5:hover {
    color: hsla(20, 6%, 90%, 0.05);
}
.hover\:text-stone-200\/50:hover {
    color: hsla(20, 6%, 90%, 0.5);
}
.hover\:text-stone-200\/55:hover {
    color: hsla(20, 6%, 90%, 0.55);
}
.hover\:text-stone-200\/60:hover {
    color: hsla(20, 6%, 90%, 0.6);
}
.hover\:text-stone-200\/65:hover {
    color: hsla(20, 6%, 90%, 0.65);
}
.hover\:text-stone-200\/70:hover {
    color: hsla(20, 6%, 90%, 0.7);
}
.hover\:text-stone-200\/75:hover {
    color: hsla(20, 6%, 90%, 0.75);
}
.hover\:text-stone-200\/80:hover {
    color: hsla(20, 6%, 90%, 0.8);
}
.hover\:text-stone-200\/85:hover {
    color: hsla(20, 6%, 90%, 0.85);
}
.hover\:text-stone-200\/90:hover {
    color: hsla(20, 6%, 90%, 0.9);
}
.hover\:text-stone-200\/95:hover {
    color: hsla(20, 6%, 90%, 0.95);
}
.hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-300\/0:hover {
    color: hsla(24, 6%, 83%, 0);
}
.hover\:text-stone-300\/10:hover {
    color: hsla(24, 6%, 83%, 0.1);
}
.hover\:text-stone-300\/100:hover {
    color: #d6d3d1;
}
.hover\:text-stone-300\/15:hover {
    color: hsla(24, 6%, 83%, 0.15);
}
.hover\:text-stone-300\/20:hover {
    color: hsla(24, 6%, 83%, 0.2);
}
.hover\:text-stone-300\/25:hover {
    color: hsla(24, 6%, 83%, 0.25);
}
.hover\:text-stone-300\/30:hover {
    color: hsla(24, 6%, 83%, 0.3);
}
.hover\:text-stone-300\/35:hover {
    color: hsla(24, 6%, 83%, 0.35);
}
.hover\:text-stone-300\/40:hover {
    color: hsla(24, 6%, 83%, 0.4);
}
.hover\:text-stone-300\/45:hover {
    color: hsla(24, 6%, 83%, 0.45);
}
.hover\:text-stone-300\/5:hover {
    color: hsla(24, 6%, 83%, 0.05);
}
.hover\:text-stone-300\/50:hover {
    color: hsla(24, 6%, 83%, 0.5);
}
.hover\:text-stone-300\/55:hover {
    color: hsla(24, 6%, 83%, 0.55);
}
.hover\:text-stone-300\/60:hover {
    color: hsla(24, 6%, 83%, 0.6);
}
.hover\:text-stone-300\/65:hover {
    color: hsla(24, 6%, 83%, 0.65);
}
.hover\:text-stone-300\/70:hover {
    color: hsla(24, 6%, 83%, 0.7);
}
.hover\:text-stone-300\/75:hover {
    color: hsla(24, 6%, 83%, 0.75);
}
.hover\:text-stone-300\/80:hover {
    color: hsla(24, 6%, 83%, 0.8);
}
.hover\:text-stone-300\/85:hover {
    color: hsla(24, 6%, 83%, 0.85);
}
.hover\:text-stone-300\/90:hover {
    color: hsla(24, 6%, 83%, 0.9);
}
.hover\:text-stone-300\/95:hover {
    color: hsla(24, 6%, 83%, 0.95);
}
.hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-400\/0:hover {
    color: hsla(24, 5%, 64%, 0);
}
.hover\:text-stone-400\/10:hover {
    color: hsla(24, 5%, 64%, 0.1);
}
.hover\:text-stone-400\/100:hover {
    color: #a8a29e;
}
.hover\:text-stone-400\/15:hover {
    color: hsla(24, 5%, 64%, 0.15);
}
.hover\:text-stone-400\/20:hover {
    color: hsla(24, 5%, 64%, 0.2);
}
.hover\:text-stone-400\/25:hover {
    color: hsla(24, 5%, 64%, 0.25);
}
.hover\:text-stone-400\/30:hover {
    color: hsla(24, 5%, 64%, 0.3);
}
.hover\:text-stone-400\/35:hover {
    color: hsla(24, 5%, 64%, 0.35);
}
.hover\:text-stone-400\/40:hover {
    color: hsla(24, 5%, 64%, 0.4);
}
.hover\:text-stone-400\/45:hover {
    color: hsla(24, 5%, 64%, 0.45);
}
.hover\:text-stone-400\/5:hover {
    color: hsla(24, 5%, 64%, 0.05);
}
.hover\:text-stone-400\/50:hover {
    color: hsla(24, 5%, 64%, 0.5);
}
.hover\:text-stone-400\/55:hover {
    color: hsla(24, 5%, 64%, 0.55);
}
.hover\:text-stone-400\/60:hover {
    color: hsla(24, 5%, 64%, 0.6);
}
.hover\:text-stone-400\/65:hover {
    color: hsla(24, 5%, 64%, 0.65);
}
.hover\:text-stone-400\/70:hover {
    color: hsla(24, 5%, 64%, 0.7);
}
.hover\:text-stone-400\/75:hover {
    color: hsla(24, 5%, 64%, 0.75);
}
.hover\:text-stone-400\/80:hover {
    color: hsla(24, 5%, 64%, 0.8);
}
.hover\:text-stone-400\/85:hover {
    color: hsla(24, 5%, 64%, 0.85);
}
.hover\:text-stone-400\/90:hover {
    color: hsla(24, 5%, 64%, 0.9);
}
.hover\:text-stone-400\/95:hover {
    color: hsla(24, 5%, 64%, 0.95);
}
.hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-50\/0:hover {
    color: hsla(60, 9%, 98%, 0);
}
.hover\:text-stone-50\/10:hover {
    color: hsla(60, 9%, 98%, 0.1);
}
.hover\:text-stone-50\/100:hover {
    color: #fafaf9;
}
.hover\:text-stone-50\/15:hover {
    color: hsla(60, 9%, 98%, 0.15);
}
.hover\:text-stone-50\/20:hover {
    color: hsla(60, 9%, 98%, 0.2);
}
.hover\:text-stone-50\/25:hover {
    color: hsla(60, 9%, 98%, 0.25);
}
.hover\:text-stone-50\/30:hover {
    color: hsla(60, 9%, 98%, 0.3);
}
.hover\:text-stone-50\/35:hover {
    color: hsla(60, 9%, 98%, 0.35);
}
.hover\:text-stone-50\/40:hover {
    color: hsla(60, 9%, 98%, 0.4);
}
.hover\:text-stone-50\/45:hover {
    color: hsla(60, 9%, 98%, 0.45);
}
.hover\:text-stone-50\/5:hover {
    color: hsla(60, 9%, 98%, 0.05);
}
.hover\:text-stone-50\/50:hover {
    color: hsla(60, 9%, 98%, 0.5);
}
.hover\:text-stone-50\/55:hover {
    color: hsla(60, 9%, 98%, 0.55);
}
.hover\:text-stone-50\/60:hover {
    color: hsla(60, 9%, 98%, 0.6);
}
.hover\:text-stone-50\/65:hover {
    color: hsla(60, 9%, 98%, 0.65);
}
.hover\:text-stone-50\/70:hover {
    color: hsla(60, 9%, 98%, 0.7);
}
.hover\:text-stone-50\/75:hover {
    color: hsla(60, 9%, 98%, 0.75);
}
.hover\:text-stone-50\/80:hover {
    color: hsla(60, 9%, 98%, 0.8);
}
.hover\:text-stone-50\/85:hover {
    color: hsla(60, 9%, 98%, 0.85);
}
.hover\:text-stone-50\/90:hover {
    color: hsla(60, 9%, 98%, 0.9);
}
.hover\:text-stone-50\/95:hover {
    color: hsla(60, 9%, 98%, 0.95);
}
.hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-500\/0:hover {
    color: hsla(25, 5%, 45%, 0);
}
.hover\:text-stone-500\/10:hover {
    color: hsla(25, 5%, 45%, 0.1);
}
.hover\:text-stone-500\/100:hover {
    color: #78716c;
}
.hover\:text-stone-500\/15:hover {
    color: hsla(25, 5%, 45%, 0.15);
}
.hover\:text-stone-500\/20:hover {
    color: hsla(25, 5%, 45%, 0.2);
}
.hover\:text-stone-500\/25:hover {
    color: hsla(25, 5%, 45%, 0.25);
}
.hover\:text-stone-500\/30:hover {
    color: hsla(25, 5%, 45%, 0.3);
}
.hover\:text-stone-500\/35:hover {
    color: hsla(25, 5%, 45%, 0.35);
}
.hover\:text-stone-500\/40:hover {
    color: hsla(25, 5%, 45%, 0.4);
}
.hover\:text-stone-500\/45:hover {
    color: hsla(25, 5%, 45%, 0.45);
}
.hover\:text-stone-500\/5:hover {
    color: hsla(25, 5%, 45%, 0.05);
}
.hover\:text-stone-500\/50:hover {
    color: hsla(25, 5%, 45%, 0.5);
}
.hover\:text-stone-500\/55:hover {
    color: hsla(25, 5%, 45%, 0.55);
}
.hover\:text-stone-500\/60:hover {
    color: hsla(25, 5%, 45%, 0.6);
}
.hover\:text-stone-500\/65:hover {
    color: hsla(25, 5%, 45%, 0.65);
}
.hover\:text-stone-500\/70:hover {
    color: hsla(25, 5%, 45%, 0.7);
}
.hover\:text-stone-500\/75:hover {
    color: hsla(25, 5%, 45%, 0.75);
}
.hover\:text-stone-500\/80:hover {
    color: hsla(25, 5%, 45%, 0.8);
}
.hover\:text-stone-500\/85:hover {
    color: hsla(25, 5%, 45%, 0.85);
}
.hover\:text-stone-500\/90:hover {
    color: hsla(25, 5%, 45%, 0.9);
}
.hover\:text-stone-500\/95:hover {
    color: hsla(25, 5%, 45%, 0.95);
}
.hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-600\/0:hover {
    color: rgba(87, 83, 78, 0);
}
.hover\:text-stone-600\/10:hover {
    color: rgba(87, 83, 78, 0.1);
}
.hover\:text-stone-600\/100:hover {
    color: #57534e;
}
.hover\:text-stone-600\/15:hover {
    color: rgba(87, 83, 78, 0.15);
}
.hover\:text-stone-600\/20:hover {
    color: rgba(87, 83, 78, 0.2);
}
.hover\:text-stone-600\/25:hover {
    color: rgba(87, 83, 78, 0.25);
}
.hover\:text-stone-600\/30:hover {
    color: rgba(87, 83, 78, 0.3);
}
.hover\:text-stone-600\/35:hover {
    color: rgba(87, 83, 78, 0.35);
}
.hover\:text-stone-600\/40:hover {
    color: rgba(87, 83, 78, 0.4);
}
.hover\:text-stone-600\/45:hover {
    color: rgba(87, 83, 78, 0.45);
}
.hover\:text-stone-600\/5:hover {
    color: rgba(87, 83, 78, 0.05);
}
.hover\:text-stone-600\/50:hover {
    color: rgba(87, 83, 78, 0.5);
}
.hover\:text-stone-600\/55:hover {
    color: rgba(87, 83, 78, 0.55);
}
.hover\:text-stone-600\/60:hover {
    color: rgba(87, 83, 78, 0.6);
}
.hover\:text-stone-600\/65:hover {
    color: rgba(87, 83, 78, 0.65);
}
.hover\:text-stone-600\/70:hover {
    color: rgba(87, 83, 78, 0.7);
}
.hover\:text-stone-600\/75:hover {
    color: rgba(87, 83, 78, 0.75);
}
.hover\:text-stone-600\/80:hover {
    color: rgba(87, 83, 78, 0.8);
}
.hover\:text-stone-600\/85:hover {
    color: rgba(87, 83, 78, 0.85);
}
.hover\:text-stone-600\/90:hover {
    color: rgba(87, 83, 78, 0.9);
}
.hover\:text-stone-600\/95:hover {
    color: rgba(87, 83, 78, 0.95);
}
.hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-700\/0:hover {
    color: rgba(68, 64, 60, 0);
}
.hover\:text-stone-700\/10:hover {
    color: rgba(68, 64, 60, 0.1);
}
.hover\:text-stone-700\/100:hover {
    color: #44403c;
}
.hover\:text-stone-700\/15:hover {
    color: rgba(68, 64, 60, 0.15);
}
.hover\:text-stone-700\/20:hover {
    color: rgba(68, 64, 60, 0.2);
}
.hover\:text-stone-700\/25:hover {
    color: rgba(68, 64, 60, 0.25);
}
.hover\:text-stone-700\/30:hover {
    color: rgba(68, 64, 60, 0.3);
}
.hover\:text-stone-700\/35:hover {
    color: rgba(68, 64, 60, 0.35);
}
.hover\:text-stone-700\/40:hover {
    color: rgba(68, 64, 60, 0.4);
}
.hover\:text-stone-700\/45:hover {
    color: rgba(68, 64, 60, 0.45);
}
.hover\:text-stone-700\/5:hover {
    color: rgba(68, 64, 60, 0.05);
}
.hover\:text-stone-700\/50:hover {
    color: rgba(68, 64, 60, 0.5);
}
.hover\:text-stone-700\/55:hover {
    color: rgba(68, 64, 60, 0.55);
}
.hover\:text-stone-700\/60:hover {
    color: rgba(68, 64, 60, 0.6);
}
.hover\:text-stone-700\/65:hover {
    color: rgba(68, 64, 60, 0.65);
}
.hover\:text-stone-700\/70:hover {
    color: rgba(68, 64, 60, 0.7);
}
.hover\:text-stone-700\/75:hover {
    color: rgba(68, 64, 60, 0.75);
}
.hover\:text-stone-700\/80:hover {
    color: rgba(68, 64, 60, 0.8);
}
.hover\:text-stone-700\/85:hover {
    color: rgba(68, 64, 60, 0.85);
}
.hover\:text-stone-700\/90:hover {
    color: rgba(68, 64, 60, 0.9);
}
.hover\:text-stone-700\/95:hover {
    color: rgba(68, 64, 60, 0.95);
}
.hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-800\/0:hover {
    color: rgba(41, 37, 36, 0);
}
.hover\:text-stone-800\/10:hover {
    color: rgba(41, 37, 36, 0.1);
}
.hover\:text-stone-800\/100:hover {
    color: #292524;
}
.hover\:text-stone-800\/15:hover {
    color: rgba(41, 37, 36, 0.15);
}
.hover\:text-stone-800\/20:hover {
    color: rgba(41, 37, 36, 0.2);
}
.hover\:text-stone-800\/25:hover {
    color: rgba(41, 37, 36, 0.25);
}
.hover\:text-stone-800\/30:hover {
    color: rgba(41, 37, 36, 0.3);
}
.hover\:text-stone-800\/35:hover {
    color: rgba(41, 37, 36, 0.35);
}
.hover\:text-stone-800\/40:hover {
    color: rgba(41, 37, 36, 0.4);
}
.hover\:text-stone-800\/45:hover {
    color: rgba(41, 37, 36, 0.45);
}
.hover\:text-stone-800\/5:hover {
    color: rgba(41, 37, 36, 0.05);
}
.hover\:text-stone-800\/50:hover {
    color: rgba(41, 37, 36, 0.5);
}
.hover\:text-stone-800\/55:hover {
    color: rgba(41, 37, 36, 0.55);
}
.hover\:text-stone-800\/60:hover {
    color: rgba(41, 37, 36, 0.6);
}
.hover\:text-stone-800\/65:hover {
    color: rgba(41, 37, 36, 0.65);
}
.hover\:text-stone-800\/70:hover {
    color: rgba(41, 37, 36, 0.7);
}
.hover\:text-stone-800\/75:hover {
    color: rgba(41, 37, 36, 0.75);
}
.hover\:text-stone-800\/80:hover {
    color: rgba(41, 37, 36, 0.8);
}
.hover\:text-stone-800\/85:hover {
    color: rgba(41, 37, 36, 0.85);
}
.hover\:text-stone-800\/90:hover {
    color: rgba(41, 37, 36, 0.9);
}
.hover\:text-stone-800\/95:hover {
    color: rgba(41, 37, 36, 0.95);
}
.hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-900\/0:hover {
    color: rgba(28, 25, 23, 0);
}
.hover\:text-stone-900\/10:hover {
    color: rgba(28, 25, 23, 0.1);
}
.hover\:text-stone-900\/100:hover {
    color: #1c1917;
}
.hover\:text-stone-900\/15:hover {
    color: rgba(28, 25, 23, 0.15);
}
.hover\:text-stone-900\/20:hover {
    color: rgba(28, 25, 23, 0.2);
}
.hover\:text-stone-900\/25:hover {
    color: rgba(28, 25, 23, 0.25);
}
.hover\:text-stone-900\/30:hover {
    color: rgba(28, 25, 23, 0.3);
}
.hover\:text-stone-900\/35:hover {
    color: rgba(28, 25, 23, 0.35);
}
.hover\:text-stone-900\/40:hover {
    color: rgba(28, 25, 23, 0.4);
}
.hover\:text-stone-900\/45:hover {
    color: rgba(28, 25, 23, 0.45);
}
.hover\:text-stone-900\/5:hover {
    color: rgba(28, 25, 23, 0.05);
}
.hover\:text-stone-900\/50:hover {
    color: rgba(28, 25, 23, 0.5);
}
.hover\:text-stone-900\/55:hover {
    color: rgba(28, 25, 23, 0.55);
}
.hover\:text-stone-900\/60:hover {
    color: rgba(28, 25, 23, 0.6);
}
.hover\:text-stone-900\/65:hover {
    color: rgba(28, 25, 23, 0.65);
}
.hover\:text-stone-900\/70:hover {
    color: rgba(28, 25, 23, 0.7);
}
.hover\:text-stone-900\/75:hover {
    color: rgba(28, 25, 23, 0.75);
}
.hover\:text-stone-900\/80:hover {
    color: rgba(28, 25, 23, 0.8);
}
.hover\:text-stone-900\/85:hover {
    color: rgba(28, 25, 23, 0.85);
}
.hover\:text-stone-900\/90:hover {
    color: rgba(28, 25, 23, 0.9);
}
.hover\:text-stone-900\/95:hover {
    color: rgba(28, 25, 23, 0.95);
}
.hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-100\/0:hover {
    color: rgba(204, 251, 241, 0);
}
.hover\:text-teal-100\/10:hover {
    color: rgba(204, 251, 241, 0.1);
}
.hover\:text-teal-100\/100:hover {
    color: #ccfbf1;
}
.hover\:text-teal-100\/15:hover {
    color: rgba(204, 251, 241, 0.15);
}
.hover\:text-teal-100\/20:hover {
    color: rgba(204, 251, 241, 0.2);
}
.hover\:text-teal-100\/25:hover {
    color: rgba(204, 251, 241, 0.25);
}
.hover\:text-teal-100\/30:hover {
    color: rgba(204, 251, 241, 0.3);
}
.hover\:text-teal-100\/35:hover {
    color: rgba(204, 251, 241, 0.35);
}
.hover\:text-teal-100\/40:hover {
    color: rgba(204, 251, 241, 0.4);
}
.hover\:text-teal-100\/45:hover {
    color: rgba(204, 251, 241, 0.45);
}
.hover\:text-teal-100\/5:hover {
    color: rgba(204, 251, 241, 0.05);
}
.hover\:text-teal-100\/50:hover {
    color: rgba(204, 251, 241, 0.5);
}
.hover\:text-teal-100\/55:hover {
    color: rgba(204, 251, 241, 0.55);
}
.hover\:text-teal-100\/60:hover {
    color: rgba(204, 251, 241, 0.6);
}
.hover\:text-teal-100\/65:hover {
    color: rgba(204, 251, 241, 0.65);
}
.hover\:text-teal-100\/70:hover {
    color: rgba(204, 251, 241, 0.7);
}
.hover\:text-teal-100\/75:hover {
    color: rgba(204, 251, 241, 0.75);
}
.hover\:text-teal-100\/80:hover {
    color: rgba(204, 251, 241, 0.8);
}
.hover\:text-teal-100\/85:hover {
    color: rgba(204, 251, 241, 0.85);
}
.hover\:text-teal-100\/90:hover {
    color: rgba(204, 251, 241, 0.9);
}
.hover\:text-teal-100\/95:hover {
    color: rgba(204, 251, 241, 0.95);
}
.hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-200\/0:hover {
    color: rgba(153, 246, 228, 0);
}
.hover\:text-teal-200\/10:hover {
    color: rgba(153, 246, 228, 0.1);
}
.hover\:text-teal-200\/100:hover {
    color: #99f6e4;
}
.hover\:text-teal-200\/15:hover {
    color: rgba(153, 246, 228, 0.15);
}
.hover\:text-teal-200\/20:hover {
    color: rgba(153, 246, 228, 0.2);
}
.hover\:text-teal-200\/25:hover {
    color: rgba(153, 246, 228, 0.25);
}
.hover\:text-teal-200\/30:hover {
    color: rgba(153, 246, 228, 0.3);
}
.hover\:text-teal-200\/35:hover {
    color: rgba(153, 246, 228, 0.35);
}
.hover\:text-teal-200\/40:hover {
    color: rgba(153, 246, 228, 0.4);
}
.hover\:text-teal-200\/45:hover {
    color: rgba(153, 246, 228, 0.45);
}
.hover\:text-teal-200\/5:hover {
    color: rgba(153, 246, 228, 0.05);
}
.hover\:text-teal-200\/50:hover {
    color: rgba(153, 246, 228, 0.5);
}
.hover\:text-teal-200\/55:hover {
    color: rgba(153, 246, 228, 0.55);
}
.hover\:text-teal-200\/60:hover {
    color: rgba(153, 246, 228, 0.6);
}
.hover\:text-teal-200\/65:hover {
    color: rgba(153, 246, 228, 0.65);
}
.hover\:text-teal-200\/70:hover {
    color: rgba(153, 246, 228, 0.7);
}
.hover\:text-teal-200\/75:hover {
    color: rgba(153, 246, 228, 0.75);
}
.hover\:text-teal-200\/80:hover {
    color: rgba(153, 246, 228, 0.8);
}
.hover\:text-teal-200\/85:hover {
    color: rgba(153, 246, 228, 0.85);
}
.hover\:text-teal-200\/90:hover {
    color: rgba(153, 246, 228, 0.9);
}
.hover\:text-teal-200\/95:hover {
    color: rgba(153, 246, 228, 0.95);
}
.hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-300\/0:hover {
    color: rgba(94, 234, 212, 0);
}
.hover\:text-teal-300\/10:hover {
    color: rgba(94, 234, 212, 0.1);
}
.hover\:text-teal-300\/100:hover {
    color: #5eead4;
}
.hover\:text-teal-300\/15:hover {
    color: rgba(94, 234, 212, 0.15);
}
.hover\:text-teal-300\/20:hover {
    color: rgba(94, 234, 212, 0.2);
}
.hover\:text-teal-300\/25:hover {
    color: rgba(94, 234, 212, 0.25);
}
.hover\:text-teal-300\/30:hover {
    color: rgba(94, 234, 212, 0.3);
}
.hover\:text-teal-300\/35:hover {
    color: rgba(94, 234, 212, 0.35);
}
.hover\:text-teal-300\/40:hover {
    color: rgba(94, 234, 212, 0.4);
}
.hover\:text-teal-300\/45:hover {
    color: rgba(94, 234, 212, 0.45);
}
.hover\:text-teal-300\/5:hover {
    color: rgba(94, 234, 212, 0.05);
}
.hover\:text-teal-300\/50:hover {
    color: rgba(94, 234, 212, 0.5);
}
.hover\:text-teal-300\/55:hover {
    color: rgba(94, 234, 212, 0.55);
}
.hover\:text-teal-300\/60:hover {
    color: rgba(94, 234, 212, 0.6);
}
.hover\:text-teal-300\/65:hover {
    color: rgba(94, 234, 212, 0.65);
}
.hover\:text-teal-300\/70:hover {
    color: rgba(94, 234, 212, 0.7);
}
.hover\:text-teal-300\/75:hover {
    color: rgba(94, 234, 212, 0.75);
}
.hover\:text-teal-300\/80:hover {
    color: rgba(94, 234, 212, 0.8);
}
.hover\:text-teal-300\/85:hover {
    color: rgba(94, 234, 212, 0.85);
}
.hover\:text-teal-300\/90:hover {
    color: rgba(94, 234, 212, 0.9);
}
.hover\:text-teal-300\/95:hover {
    color: rgba(94, 234, 212, 0.95);
}
.hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-400\/0:hover {
    color: rgba(45, 212, 191, 0);
}
.hover\:text-teal-400\/10:hover {
    color: rgba(45, 212, 191, 0.1);
}
.hover\:text-teal-400\/100:hover {
    color: #2dd4bf;
}
.hover\:text-teal-400\/15:hover {
    color: rgba(45, 212, 191, 0.15);
}
.hover\:text-teal-400\/20:hover {
    color: rgba(45, 212, 191, 0.2);
}
.hover\:text-teal-400\/25:hover {
    color: rgba(45, 212, 191, 0.25);
}
.hover\:text-teal-400\/30:hover {
    color: rgba(45, 212, 191, 0.3);
}
.hover\:text-teal-400\/35:hover {
    color: rgba(45, 212, 191, 0.35);
}
.hover\:text-teal-400\/40:hover {
    color: rgba(45, 212, 191, 0.4);
}
.hover\:text-teal-400\/45:hover {
    color: rgba(45, 212, 191, 0.45);
}
.hover\:text-teal-400\/5:hover {
    color: rgba(45, 212, 191, 0.05);
}
.hover\:text-teal-400\/50:hover {
    color: rgba(45, 212, 191, 0.5);
}
.hover\:text-teal-400\/55:hover {
    color: rgba(45, 212, 191, 0.55);
}
.hover\:text-teal-400\/60:hover {
    color: rgba(45, 212, 191, 0.6);
}
.hover\:text-teal-400\/65:hover {
    color: rgba(45, 212, 191, 0.65);
}
.hover\:text-teal-400\/70:hover {
    color: rgba(45, 212, 191, 0.7);
}
.hover\:text-teal-400\/75:hover {
    color: rgba(45, 212, 191, 0.75);
}
.hover\:text-teal-400\/80:hover {
    color: rgba(45, 212, 191, 0.8);
}
.hover\:text-teal-400\/85:hover {
    color: rgba(45, 212, 191, 0.85);
}
.hover\:text-teal-400\/90:hover {
    color: rgba(45, 212, 191, 0.9);
}
.hover\:text-teal-400\/95:hover {
    color: rgba(45, 212, 191, 0.95);
}
.hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-50\/0:hover {
    color: rgba(240, 253, 250, 0);
}
.hover\:text-teal-50\/10:hover {
    color: rgba(240, 253, 250, 0.1);
}
.hover\:text-teal-50\/100:hover {
    color: #f0fdfa;
}
.hover\:text-teal-50\/15:hover {
    color: rgba(240, 253, 250, 0.15);
}
.hover\:text-teal-50\/20:hover {
    color: rgba(240, 253, 250, 0.2);
}
.hover\:text-teal-50\/25:hover {
    color: rgba(240, 253, 250, 0.25);
}
.hover\:text-teal-50\/30:hover {
    color: rgba(240, 253, 250, 0.3);
}
.hover\:text-teal-50\/35:hover {
    color: rgba(240, 253, 250, 0.35);
}
.hover\:text-teal-50\/40:hover {
    color: rgba(240, 253, 250, 0.4);
}
.hover\:text-teal-50\/45:hover {
    color: rgba(240, 253, 250, 0.45);
}
.hover\:text-teal-50\/5:hover {
    color: rgba(240, 253, 250, 0.05);
}
.hover\:text-teal-50\/50:hover {
    color: rgba(240, 253, 250, 0.5);
}
.hover\:text-teal-50\/55:hover {
    color: rgba(240, 253, 250, 0.55);
}
.hover\:text-teal-50\/60:hover {
    color: rgba(240, 253, 250, 0.6);
}
.hover\:text-teal-50\/65:hover {
    color: rgba(240, 253, 250, 0.65);
}
.hover\:text-teal-50\/70:hover {
    color: rgba(240, 253, 250, 0.7);
}
.hover\:text-teal-50\/75:hover {
    color: rgba(240, 253, 250, 0.75);
}
.hover\:text-teal-50\/80:hover {
    color: rgba(240, 253, 250, 0.8);
}
.hover\:text-teal-50\/85:hover {
    color: rgba(240, 253, 250, 0.85);
}
.hover\:text-teal-50\/90:hover {
    color: rgba(240, 253, 250, 0.9);
}
.hover\:text-teal-50\/95:hover {
    color: rgba(240, 253, 250, 0.95);
}
.hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-500\/0:hover {
    color: rgba(20, 184, 166, 0);
}
.hover\:text-teal-500\/10:hover {
    color: rgba(20, 184, 166, 0.1);
}
.hover\:text-teal-500\/100:hover {
    color: #14b8a6;
}
.hover\:text-teal-500\/15:hover {
    color: rgba(20, 184, 166, 0.15);
}
.hover\:text-teal-500\/20:hover {
    color: rgba(20, 184, 166, 0.2);
}
.hover\:text-teal-500\/25:hover {
    color: rgba(20, 184, 166, 0.25);
}
.hover\:text-teal-500\/30:hover {
    color: rgba(20, 184, 166, 0.3);
}
.hover\:text-teal-500\/35:hover {
    color: rgba(20, 184, 166, 0.35);
}
.hover\:text-teal-500\/40:hover {
    color: rgba(20, 184, 166, 0.4);
}
.hover\:text-teal-500\/45:hover {
    color: rgba(20, 184, 166, 0.45);
}
.hover\:text-teal-500\/5:hover {
    color: rgba(20, 184, 166, 0.05);
}
.hover\:text-teal-500\/50:hover {
    color: rgba(20, 184, 166, 0.5);
}
.hover\:text-teal-500\/55:hover {
    color: rgba(20, 184, 166, 0.55);
}
.hover\:text-teal-500\/60:hover {
    color: rgba(20, 184, 166, 0.6);
}
.hover\:text-teal-500\/65:hover {
    color: rgba(20, 184, 166, 0.65);
}
.hover\:text-teal-500\/70:hover {
    color: rgba(20, 184, 166, 0.7);
}
.hover\:text-teal-500\/75:hover {
    color: rgba(20, 184, 166, 0.75);
}
.hover\:text-teal-500\/80:hover {
    color: rgba(20, 184, 166, 0.8);
}
.hover\:text-teal-500\/85:hover {
    color: rgba(20, 184, 166, 0.85);
}
.hover\:text-teal-500\/90:hover {
    color: rgba(20, 184, 166, 0.9);
}
.hover\:text-teal-500\/95:hover {
    color: rgba(20, 184, 166, 0.95);
}
.hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-600\/0:hover {
    color: rgba(13, 148, 136, 0);
}
.hover\:text-teal-600\/10:hover {
    color: rgba(13, 148, 136, 0.1);
}
.hover\:text-teal-600\/100:hover {
    color: #0d9488;
}
.hover\:text-teal-600\/15:hover {
    color: rgba(13, 148, 136, 0.15);
}
.hover\:text-teal-600\/20:hover {
    color: rgba(13, 148, 136, 0.2);
}
.hover\:text-teal-600\/25:hover {
    color: rgba(13, 148, 136, 0.25);
}
.hover\:text-teal-600\/30:hover {
    color: rgba(13, 148, 136, 0.3);
}
.hover\:text-teal-600\/35:hover {
    color: rgba(13, 148, 136, 0.35);
}
.hover\:text-teal-600\/40:hover {
    color: rgba(13, 148, 136, 0.4);
}
.hover\:text-teal-600\/45:hover {
    color: rgba(13, 148, 136, 0.45);
}
.hover\:text-teal-600\/5:hover {
    color: rgba(13, 148, 136, 0.05);
}
.hover\:text-teal-600\/50:hover {
    color: rgba(13, 148, 136, 0.5);
}
.hover\:text-teal-600\/55:hover {
    color: rgba(13, 148, 136, 0.55);
}
.hover\:text-teal-600\/60:hover {
    color: rgba(13, 148, 136, 0.6);
}
.hover\:text-teal-600\/65:hover {
    color: rgba(13, 148, 136, 0.65);
}
.hover\:text-teal-600\/70:hover {
    color: rgba(13, 148, 136, 0.7);
}
.hover\:text-teal-600\/75:hover {
    color: rgba(13, 148, 136, 0.75);
}
.hover\:text-teal-600\/80:hover {
    color: rgba(13, 148, 136, 0.8);
}
.hover\:text-teal-600\/85:hover {
    color: rgba(13, 148, 136, 0.85);
}
.hover\:text-teal-600\/90:hover {
    color: rgba(13, 148, 136, 0.9);
}
.hover\:text-teal-600\/95:hover {
    color: rgba(13, 148, 136, 0.95);
}
.hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-700\/0:hover {
    color: rgba(15, 118, 110, 0);
}
.hover\:text-teal-700\/10:hover {
    color: rgba(15, 118, 110, 0.1);
}
.hover\:text-teal-700\/100:hover {
    color: #0f766e;
}
.hover\:text-teal-700\/15:hover {
    color: rgba(15, 118, 110, 0.15);
}
.hover\:text-teal-700\/20:hover {
    color: rgba(15, 118, 110, 0.2);
}
.hover\:text-teal-700\/25:hover {
    color: rgba(15, 118, 110, 0.25);
}
.hover\:text-teal-700\/30:hover {
    color: rgba(15, 118, 110, 0.3);
}
.hover\:text-teal-700\/35:hover {
    color: rgba(15, 118, 110, 0.35);
}
.hover\:text-teal-700\/40:hover {
    color: rgba(15, 118, 110, 0.4);
}
.hover\:text-teal-700\/45:hover {
    color: rgba(15, 118, 110, 0.45);
}
.hover\:text-teal-700\/5:hover {
    color: rgba(15, 118, 110, 0.05);
}
.hover\:text-teal-700\/50:hover {
    color: rgba(15, 118, 110, 0.5);
}
.hover\:text-teal-700\/55:hover {
    color: rgba(15, 118, 110, 0.55);
}
.hover\:text-teal-700\/60:hover {
    color: rgba(15, 118, 110, 0.6);
}
.hover\:text-teal-700\/65:hover {
    color: rgba(15, 118, 110, 0.65);
}
.hover\:text-teal-700\/70:hover {
    color: rgba(15, 118, 110, 0.7);
}
.hover\:text-teal-700\/75:hover {
    color: rgba(15, 118, 110, 0.75);
}
.hover\:text-teal-700\/80:hover {
    color: rgba(15, 118, 110, 0.8);
}
.hover\:text-teal-700\/85:hover {
    color: rgba(15, 118, 110, 0.85);
}
.hover\:text-teal-700\/90:hover {
    color: rgba(15, 118, 110, 0.9);
}
.hover\:text-teal-700\/95:hover {
    color: rgba(15, 118, 110, 0.95);
}
.hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-800\/0:hover {
    color: rgba(17, 94, 89, 0);
}
.hover\:text-teal-800\/10:hover {
    color: rgba(17, 94, 89, 0.1);
}
.hover\:text-teal-800\/100:hover {
    color: #115e59;
}
.hover\:text-teal-800\/15:hover {
    color: rgba(17, 94, 89, 0.15);
}
.hover\:text-teal-800\/20:hover {
    color: rgba(17, 94, 89, 0.2);
}
.hover\:text-teal-800\/25:hover {
    color: rgba(17, 94, 89, 0.25);
}
.hover\:text-teal-800\/30:hover {
    color: rgba(17, 94, 89, 0.3);
}
.hover\:text-teal-800\/35:hover {
    color: rgba(17, 94, 89, 0.35);
}
.hover\:text-teal-800\/40:hover {
    color: rgba(17, 94, 89, 0.4);
}
.hover\:text-teal-800\/45:hover {
    color: rgba(17, 94, 89, 0.45);
}
.hover\:text-teal-800\/5:hover {
    color: rgba(17, 94, 89, 0.05);
}
.hover\:text-teal-800\/50:hover {
    color: rgba(17, 94, 89, 0.5);
}
.hover\:text-teal-800\/55:hover {
    color: rgba(17, 94, 89, 0.55);
}
.hover\:text-teal-800\/60:hover {
    color: rgba(17, 94, 89, 0.6);
}
.hover\:text-teal-800\/65:hover {
    color: rgba(17, 94, 89, 0.65);
}
.hover\:text-teal-800\/70:hover {
    color: rgba(17, 94, 89, 0.7);
}
.hover\:text-teal-800\/75:hover {
    color: rgba(17, 94, 89, 0.75);
}
.hover\:text-teal-800\/80:hover {
    color: rgba(17, 94, 89, 0.8);
}
.hover\:text-teal-800\/85:hover {
    color: rgba(17, 94, 89, 0.85);
}
.hover\:text-teal-800\/90:hover {
    color: rgba(17, 94, 89, 0.9);
}
.hover\:text-teal-800\/95:hover {
    color: rgba(17, 94, 89, 0.95);
}
.hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-900\/0:hover {
    color: rgba(19, 78, 74, 0);
}
.hover\:text-teal-900\/10:hover {
    color: rgba(19, 78, 74, 0.1);
}
.hover\:text-teal-900\/100:hover {
    color: #134e4a;
}
.hover\:text-teal-900\/15:hover {
    color: rgba(19, 78, 74, 0.15);
}
.hover\:text-teal-900\/20:hover {
    color: rgba(19, 78, 74, 0.2);
}
.hover\:text-teal-900\/25:hover {
    color: rgba(19, 78, 74, 0.25);
}
.hover\:text-teal-900\/30:hover {
    color: rgba(19, 78, 74, 0.3);
}
.hover\:text-teal-900\/35:hover {
    color: rgba(19, 78, 74, 0.35);
}
.hover\:text-teal-900\/40:hover {
    color: rgba(19, 78, 74, 0.4);
}
.hover\:text-teal-900\/45:hover {
    color: rgba(19, 78, 74, 0.45);
}
.hover\:text-teal-900\/5:hover {
    color: rgba(19, 78, 74, 0.05);
}
.hover\:text-teal-900\/50:hover {
    color: rgba(19, 78, 74, 0.5);
}
.hover\:text-teal-900\/55:hover {
    color: rgba(19, 78, 74, 0.55);
}
.hover\:text-teal-900\/60:hover {
    color: rgba(19, 78, 74, 0.6);
}
.hover\:text-teal-900\/65:hover {
    color: rgba(19, 78, 74, 0.65);
}
.hover\:text-teal-900\/70:hover {
    color: rgba(19, 78, 74, 0.7);
}
.hover\:text-teal-900\/75:hover {
    color: rgba(19, 78, 74, 0.75);
}
.hover\:text-teal-900\/80:hover {
    color: rgba(19, 78, 74, 0.8);
}
.hover\:text-teal-900\/85:hover {
    color: rgba(19, 78, 74, 0.85);
}
.hover\:text-teal-900\/90:hover {
    color: rgba(19, 78, 74, 0.9);
}
.hover\:text-teal-900\/95:hover {
    color: rgba(19, 78, 74, 0.95);
}
.hover\:text-truegray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-100\/0:hover {
    color: hsla(0, 0%, 96%, 0);
}
.hover\:text-truegray-100\/10:hover {
    color: hsla(0, 0%, 96%, 0.1);
}
.hover\:text-truegray-100\/100:hover {
    color: #f5f5f5;
}
.hover\:text-truegray-100\/15:hover {
    color: hsla(0, 0%, 96%, 0.15);
}
.hover\:text-truegray-100\/20:hover {
    color: hsla(0, 0%, 96%, 0.2);
}
.hover\:text-truegray-100\/25:hover {
    color: hsla(0, 0%, 96%, 0.25);
}
.hover\:text-truegray-100\/30:hover {
    color: hsla(0, 0%, 96%, 0.3);
}
.hover\:text-truegray-100\/35:hover {
    color: hsla(0, 0%, 96%, 0.35);
}
.hover\:text-truegray-100\/40:hover {
    color: hsla(0, 0%, 96%, 0.4);
}
.hover\:text-truegray-100\/45:hover {
    color: hsla(0, 0%, 96%, 0.45);
}
.hover\:text-truegray-100\/5:hover {
    color: hsla(0, 0%, 96%, 0.05);
}
.hover\:text-truegray-100\/50:hover {
    color: hsla(0, 0%, 96%, 0.5);
}
.hover\:text-truegray-100\/55:hover {
    color: hsla(0, 0%, 96%, 0.55);
}
.hover\:text-truegray-100\/60:hover {
    color: hsla(0, 0%, 96%, 0.6);
}
.hover\:text-truegray-100\/65:hover {
    color: hsla(0, 0%, 96%, 0.65);
}
.hover\:text-truegray-100\/70:hover {
    color: hsla(0, 0%, 96%, 0.7);
}
.hover\:text-truegray-100\/75:hover {
    color: hsla(0, 0%, 96%, 0.75);
}
.hover\:text-truegray-100\/80:hover {
    color: hsla(0, 0%, 96%, 0.8);
}
.hover\:text-truegray-100\/85:hover {
    color: hsla(0, 0%, 96%, 0.85);
}
.hover\:text-truegray-100\/90:hover {
    color: hsla(0, 0%, 96%, 0.9);
}
.hover\:text-truegray-100\/95:hover {
    color: hsla(0, 0%, 96%, 0.95);
}
.hover\:text-truegray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-200\/0:hover {
    color: hsla(0, 0%, 90%, 0);
}
.hover\:text-truegray-200\/10:hover {
    color: hsla(0, 0%, 90%, 0.1);
}
.hover\:text-truegray-200\/100:hover {
    color: #e5e5e5;
}
.hover\:text-truegray-200\/15:hover {
    color: hsla(0, 0%, 90%, 0.15);
}
.hover\:text-truegray-200\/20:hover {
    color: hsla(0, 0%, 90%, 0.2);
}
.hover\:text-truegray-200\/25:hover {
    color: hsla(0, 0%, 90%, 0.25);
}
.hover\:text-truegray-200\/30:hover {
    color: hsla(0, 0%, 90%, 0.3);
}
.hover\:text-truegray-200\/35:hover {
    color: hsla(0, 0%, 90%, 0.35);
}
.hover\:text-truegray-200\/40:hover {
    color: hsla(0, 0%, 90%, 0.4);
}
.hover\:text-truegray-200\/45:hover {
    color: hsla(0, 0%, 90%, 0.45);
}
.hover\:text-truegray-200\/5:hover {
    color: hsla(0, 0%, 90%, 0.05);
}
.hover\:text-truegray-200\/50:hover {
    color: hsla(0, 0%, 90%, 0.5);
}
.hover\:text-truegray-200\/55:hover {
    color: hsla(0, 0%, 90%, 0.55);
}
.hover\:text-truegray-200\/60:hover {
    color: hsla(0, 0%, 90%, 0.6);
}
.hover\:text-truegray-200\/65:hover {
    color: hsla(0, 0%, 90%, 0.65);
}
.hover\:text-truegray-200\/70:hover {
    color: hsla(0, 0%, 90%, 0.7);
}
.hover\:text-truegray-200\/75:hover {
    color: hsla(0, 0%, 90%, 0.75);
}
.hover\:text-truegray-200\/80:hover {
    color: hsla(0, 0%, 90%, 0.8);
}
.hover\:text-truegray-200\/85:hover {
    color: hsla(0, 0%, 90%, 0.85);
}
.hover\:text-truegray-200\/90:hover {
    color: hsla(0, 0%, 90%, 0.9);
}
.hover\:text-truegray-200\/95:hover {
    color: hsla(0, 0%, 90%, 0.95);
}
.hover\:text-truegray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-300\/0:hover {
    color: hsla(0, 0%, 83%, 0);
}
.hover\:text-truegray-300\/10:hover {
    color: hsla(0, 0%, 83%, 0.1);
}
.hover\:text-truegray-300\/100:hover {
    color: #d4d4d4;
}
.hover\:text-truegray-300\/15:hover {
    color: hsla(0, 0%, 83%, 0.15);
}
.hover\:text-truegray-300\/20:hover {
    color: hsla(0, 0%, 83%, 0.2);
}
.hover\:text-truegray-300\/25:hover {
    color: hsla(0, 0%, 83%, 0.25);
}
.hover\:text-truegray-300\/30:hover {
    color: hsla(0, 0%, 83%, 0.3);
}
.hover\:text-truegray-300\/35:hover {
    color: hsla(0, 0%, 83%, 0.35);
}
.hover\:text-truegray-300\/40:hover {
    color: hsla(0, 0%, 83%, 0.4);
}
.hover\:text-truegray-300\/45:hover {
    color: hsla(0, 0%, 83%, 0.45);
}
.hover\:text-truegray-300\/5:hover {
    color: hsla(0, 0%, 83%, 0.05);
}
.hover\:text-truegray-300\/50:hover {
    color: hsla(0, 0%, 83%, 0.5);
}
.hover\:text-truegray-300\/55:hover {
    color: hsla(0, 0%, 83%, 0.55);
}
.hover\:text-truegray-300\/60:hover {
    color: hsla(0, 0%, 83%, 0.6);
}
.hover\:text-truegray-300\/65:hover {
    color: hsla(0, 0%, 83%, 0.65);
}
.hover\:text-truegray-300\/70:hover {
    color: hsla(0, 0%, 83%, 0.7);
}
.hover\:text-truegray-300\/75:hover {
    color: hsla(0, 0%, 83%, 0.75);
}
.hover\:text-truegray-300\/80:hover {
    color: hsla(0, 0%, 83%, 0.8);
}
.hover\:text-truegray-300\/85:hover {
    color: hsla(0, 0%, 83%, 0.85);
}
.hover\:text-truegray-300\/90:hover {
    color: hsla(0, 0%, 83%, 0.9);
}
.hover\:text-truegray-300\/95:hover {
    color: hsla(0, 0%, 83%, 0.95);
}
.hover\:text-truegray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-400\/0:hover {
    color: hsla(0, 0%, 64%, 0);
}
.hover\:text-truegray-400\/10:hover {
    color: hsla(0, 0%, 64%, 0.1);
}
.hover\:text-truegray-400\/100:hover {
    color: #a3a3a3;
}
.hover\:text-truegray-400\/15:hover {
    color: hsla(0, 0%, 64%, 0.15);
}
.hover\:text-truegray-400\/20:hover {
    color: hsla(0, 0%, 64%, 0.2);
}
.hover\:text-truegray-400\/25:hover {
    color: hsla(0, 0%, 64%, 0.25);
}
.hover\:text-truegray-400\/30:hover {
    color: hsla(0, 0%, 64%, 0.3);
}
.hover\:text-truegray-400\/35:hover {
    color: hsla(0, 0%, 64%, 0.35);
}
.hover\:text-truegray-400\/40:hover {
    color: hsla(0, 0%, 64%, 0.4);
}
.hover\:text-truegray-400\/45:hover {
    color: hsla(0, 0%, 64%, 0.45);
}
.hover\:text-truegray-400\/5:hover {
    color: hsla(0, 0%, 64%, 0.05);
}
.hover\:text-truegray-400\/50:hover {
    color: hsla(0, 0%, 64%, 0.5);
}
.hover\:text-truegray-400\/55:hover {
    color: hsla(0, 0%, 64%, 0.55);
}
.hover\:text-truegray-400\/60:hover {
    color: hsla(0, 0%, 64%, 0.6);
}
.hover\:text-truegray-400\/65:hover {
    color: hsla(0, 0%, 64%, 0.65);
}
.hover\:text-truegray-400\/70:hover {
    color: hsla(0, 0%, 64%, 0.7);
}
.hover\:text-truegray-400\/75:hover {
    color: hsla(0, 0%, 64%, 0.75);
}
.hover\:text-truegray-400\/80:hover {
    color: hsla(0, 0%, 64%, 0.8);
}
.hover\:text-truegray-400\/85:hover {
    color: hsla(0, 0%, 64%, 0.85);
}
.hover\:text-truegray-400\/90:hover {
    color: hsla(0, 0%, 64%, 0.9);
}
.hover\:text-truegray-400\/95:hover {
    color: hsla(0, 0%, 64%, 0.95);
}
.hover\:text-truegray-50:hover {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-50\/0:hover {
    color: hsla(0, 0%, 98%, 0);
}
.hover\:text-truegray-50\/10:hover {
    color: hsla(0, 0%, 98%, 0.1);
}
.hover\:text-truegray-50\/100:hover {
    color: #fafafa;
}
.hover\:text-truegray-50\/15:hover {
    color: hsla(0, 0%, 98%, 0.15);
}
.hover\:text-truegray-50\/20:hover {
    color: hsla(0, 0%, 98%, 0.2);
}
.hover\:text-truegray-50\/25:hover {
    color: hsla(0, 0%, 98%, 0.25);
}
.hover\:text-truegray-50\/30:hover {
    color: hsla(0, 0%, 98%, 0.3);
}
.hover\:text-truegray-50\/35:hover {
    color: hsla(0, 0%, 98%, 0.35);
}
.hover\:text-truegray-50\/40:hover {
    color: hsla(0, 0%, 98%, 0.4);
}
.hover\:text-truegray-50\/45:hover {
    color: hsla(0, 0%, 98%, 0.45);
}
.hover\:text-truegray-50\/5:hover {
    color: hsla(0, 0%, 98%, 0.05);
}
.hover\:text-truegray-50\/50:hover {
    color: hsla(0, 0%, 98%, 0.5);
}
.hover\:text-truegray-50\/55:hover {
    color: hsla(0, 0%, 98%, 0.55);
}
.hover\:text-truegray-50\/60:hover {
    color: hsla(0, 0%, 98%, 0.6);
}
.hover\:text-truegray-50\/65:hover {
    color: hsla(0, 0%, 98%, 0.65);
}
.hover\:text-truegray-50\/70:hover {
    color: hsla(0, 0%, 98%, 0.7);
}
.hover\:text-truegray-50\/75:hover {
    color: hsla(0, 0%, 98%, 0.75);
}
.hover\:text-truegray-50\/80:hover {
    color: hsla(0, 0%, 98%, 0.8);
}
.hover\:text-truegray-50\/85:hover {
    color: hsla(0, 0%, 98%, 0.85);
}
.hover\:text-truegray-50\/90:hover {
    color: hsla(0, 0%, 98%, 0.9);
}
.hover\:text-truegray-50\/95:hover {
    color: hsla(0, 0%, 98%, 0.95);
}
.hover\:text-truegray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-500\/0:hover {
    color: hsla(0, 0%, 45%, 0);
}
.hover\:text-truegray-500\/10:hover {
    color: hsla(0, 0%, 45%, 0.1);
}
.hover\:text-truegray-500\/100:hover {
    color: #737373;
}
.hover\:text-truegray-500\/15:hover {
    color: hsla(0, 0%, 45%, 0.15);
}
.hover\:text-truegray-500\/20:hover {
    color: hsla(0, 0%, 45%, 0.2);
}
.hover\:text-truegray-500\/25:hover {
    color: hsla(0, 0%, 45%, 0.25);
}
.hover\:text-truegray-500\/30:hover {
    color: hsla(0, 0%, 45%, 0.3);
}
.hover\:text-truegray-500\/35:hover {
    color: hsla(0, 0%, 45%, 0.35);
}
.hover\:text-truegray-500\/40:hover {
    color: hsla(0, 0%, 45%, 0.4);
}
.hover\:text-truegray-500\/45:hover {
    color: hsla(0, 0%, 45%, 0.45);
}
.hover\:text-truegray-500\/5:hover {
    color: hsla(0, 0%, 45%, 0.05);
}
.hover\:text-truegray-500\/50:hover {
    color: hsla(0, 0%, 45%, 0.5);
}
.hover\:text-truegray-500\/55:hover {
    color: hsla(0, 0%, 45%, 0.55);
}
.hover\:text-truegray-500\/60:hover {
    color: hsla(0, 0%, 45%, 0.6);
}
.hover\:text-truegray-500\/65:hover {
    color: hsla(0, 0%, 45%, 0.65);
}
.hover\:text-truegray-500\/70:hover {
    color: hsla(0, 0%, 45%, 0.7);
}
.hover\:text-truegray-500\/75:hover {
    color: hsla(0, 0%, 45%, 0.75);
}
.hover\:text-truegray-500\/80:hover {
    color: hsla(0, 0%, 45%, 0.8);
}
.hover\:text-truegray-500\/85:hover {
    color: hsla(0, 0%, 45%, 0.85);
}
.hover\:text-truegray-500\/90:hover {
    color: hsla(0, 0%, 45%, 0.9);
}
.hover\:text-truegray-500\/95:hover {
    color: hsla(0, 0%, 45%, 0.95);
}
.hover\:text-truegray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-600\/0:hover {
    color: rgba(82, 82, 82, 0);
}
.hover\:text-truegray-600\/10:hover {
    color: rgba(82, 82, 82, 0.1);
}
.hover\:text-truegray-600\/100:hover {
    color: #525252;
}
.hover\:text-truegray-600\/15:hover {
    color: rgba(82, 82, 82, 0.15);
}
.hover\:text-truegray-600\/20:hover {
    color: rgba(82, 82, 82, 0.2);
}
.hover\:text-truegray-600\/25:hover {
    color: rgba(82, 82, 82, 0.25);
}
.hover\:text-truegray-600\/30:hover {
    color: rgba(82, 82, 82, 0.3);
}
.hover\:text-truegray-600\/35:hover {
    color: rgba(82, 82, 82, 0.35);
}
.hover\:text-truegray-600\/40:hover {
    color: rgba(82, 82, 82, 0.4);
}
.hover\:text-truegray-600\/45:hover {
    color: rgba(82, 82, 82, 0.45);
}
.hover\:text-truegray-600\/5:hover {
    color: rgba(82, 82, 82, 0.05);
}
.hover\:text-truegray-600\/50:hover {
    color: rgba(82, 82, 82, 0.5);
}
.hover\:text-truegray-600\/55:hover {
    color: rgba(82, 82, 82, 0.55);
}
.hover\:text-truegray-600\/60:hover {
    color: rgba(82, 82, 82, 0.6);
}
.hover\:text-truegray-600\/65:hover {
    color: rgba(82, 82, 82, 0.65);
}
.hover\:text-truegray-600\/70:hover {
    color: rgba(82, 82, 82, 0.7);
}
.hover\:text-truegray-600\/75:hover {
    color: rgba(82, 82, 82, 0.75);
}
.hover\:text-truegray-600\/80:hover {
    color: rgba(82, 82, 82, 0.8);
}
.hover\:text-truegray-600\/85:hover {
    color: rgba(82, 82, 82, 0.85);
}
.hover\:text-truegray-600\/90:hover {
    color: rgba(82, 82, 82, 0.9);
}
.hover\:text-truegray-600\/95:hover {
    color: rgba(82, 82, 82, 0.95);
}
.hover\:text-truegray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-700\/0:hover {
    color: rgba(64, 64, 64, 0);
}
.hover\:text-truegray-700\/10:hover {
    color: rgba(64, 64, 64, 0.1);
}
.hover\:text-truegray-700\/100:hover {
    color: #404040;
}
.hover\:text-truegray-700\/15:hover {
    color: rgba(64, 64, 64, 0.15);
}
.hover\:text-truegray-700\/20:hover {
    color: rgba(64, 64, 64, 0.2);
}
.hover\:text-truegray-700\/25:hover {
    color: rgba(64, 64, 64, 0.25);
}
.hover\:text-truegray-700\/30:hover {
    color: rgba(64, 64, 64, 0.3);
}
.hover\:text-truegray-700\/35:hover {
    color: rgba(64, 64, 64, 0.35);
}
.hover\:text-truegray-700\/40:hover {
    color: rgba(64, 64, 64, 0.4);
}
.hover\:text-truegray-700\/45:hover {
    color: rgba(64, 64, 64, 0.45);
}
.hover\:text-truegray-700\/5:hover {
    color: rgba(64, 64, 64, 0.05);
}
.hover\:text-truegray-700\/50:hover {
    color: rgba(64, 64, 64, 0.5);
}
.hover\:text-truegray-700\/55:hover {
    color: rgba(64, 64, 64, 0.55);
}
.hover\:text-truegray-700\/60:hover {
    color: rgba(64, 64, 64, 0.6);
}
.hover\:text-truegray-700\/65:hover {
    color: rgba(64, 64, 64, 0.65);
}
.hover\:text-truegray-700\/70:hover {
    color: rgba(64, 64, 64, 0.7);
}
.hover\:text-truegray-700\/75:hover {
    color: rgba(64, 64, 64, 0.75);
}
.hover\:text-truegray-700\/80:hover {
    color: rgba(64, 64, 64, 0.8);
}
.hover\:text-truegray-700\/85:hover {
    color: rgba(64, 64, 64, 0.85);
}
.hover\:text-truegray-700\/90:hover {
    color: rgba(64, 64, 64, 0.9);
}
.hover\:text-truegray-700\/95:hover {
    color: rgba(64, 64, 64, 0.95);
}
.hover\:text-truegray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-800\/0:hover {
    color: rgba(38, 38, 38, 0);
}
.hover\:text-truegray-800\/10:hover {
    color: rgba(38, 38, 38, 0.1);
}
.hover\:text-truegray-800\/100:hover {
    color: #262626;
}
.hover\:text-truegray-800\/15:hover {
    color: rgba(38, 38, 38, 0.15);
}
.hover\:text-truegray-800\/20:hover {
    color: rgba(38, 38, 38, 0.2);
}
.hover\:text-truegray-800\/25:hover {
    color: rgba(38, 38, 38, 0.25);
}
.hover\:text-truegray-800\/30:hover {
    color: rgba(38, 38, 38, 0.3);
}
.hover\:text-truegray-800\/35:hover {
    color: rgba(38, 38, 38, 0.35);
}
.hover\:text-truegray-800\/40:hover {
    color: rgba(38, 38, 38, 0.4);
}
.hover\:text-truegray-800\/45:hover {
    color: rgba(38, 38, 38, 0.45);
}
.hover\:text-truegray-800\/5:hover {
    color: rgba(38, 38, 38, 0.05);
}
.hover\:text-truegray-800\/50:hover {
    color: rgba(38, 38, 38, 0.5);
}
.hover\:text-truegray-800\/55:hover {
    color: rgba(38, 38, 38, 0.55);
}
.hover\:text-truegray-800\/60:hover {
    color: rgba(38, 38, 38, 0.6);
}
.hover\:text-truegray-800\/65:hover {
    color: rgba(38, 38, 38, 0.65);
}
.hover\:text-truegray-800\/70:hover {
    color: rgba(38, 38, 38, 0.7);
}
.hover\:text-truegray-800\/75:hover {
    color: rgba(38, 38, 38, 0.75);
}
.hover\:text-truegray-800\/80:hover {
    color: rgba(38, 38, 38, 0.8);
}
.hover\:text-truegray-800\/85:hover {
    color: rgba(38, 38, 38, 0.85);
}
.hover\:text-truegray-800\/90:hover {
    color: rgba(38, 38, 38, 0.9);
}
.hover\:text-truegray-800\/95:hover {
    color: rgba(38, 38, 38, 0.95);
}
.hover\:text-truegray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.hover\:text-truegray-900\/0:hover {
    color: hsla(0, 0%, 9%, 0);
}
.hover\:text-truegray-900\/10:hover {
    color: hsla(0, 0%, 9%, 0.1);
}
.hover\:text-truegray-900\/100:hover {
    color: #171717;
}
.hover\:text-truegray-900\/15:hover {
    color: hsla(0, 0%, 9%, 0.15);
}
.hover\:text-truegray-900\/20:hover {
    color: hsla(0, 0%, 9%, 0.2);
}
.hover\:text-truegray-900\/25:hover {
    color: hsla(0, 0%, 9%, 0.25);
}
.hover\:text-truegray-900\/30:hover {
    color: hsla(0, 0%, 9%, 0.3);
}
.hover\:text-truegray-900\/35:hover {
    color: hsla(0, 0%, 9%, 0.35);
}
.hover\:text-truegray-900\/40:hover {
    color: hsla(0, 0%, 9%, 0.4);
}
.hover\:text-truegray-900\/45:hover {
    color: hsla(0, 0%, 9%, 0.45);
}
.hover\:text-truegray-900\/5:hover {
    color: hsla(0, 0%, 9%, 0.05);
}
.hover\:text-truegray-900\/50:hover {
    color: hsla(0, 0%, 9%, 0.5);
}
.hover\:text-truegray-900\/55:hover {
    color: hsla(0, 0%, 9%, 0.55);
}
.hover\:text-truegray-900\/60:hover {
    color: hsla(0, 0%, 9%, 0.6);
}
.hover\:text-truegray-900\/65:hover {
    color: hsla(0, 0%, 9%, 0.65);
}
.hover\:text-truegray-900\/70:hover {
    color: hsla(0, 0%, 9%, 0.7);
}
.hover\:text-truegray-900\/75:hover {
    color: hsla(0, 0%, 9%, 0.75);
}
.hover\:text-truegray-900\/80:hover {
    color: hsla(0, 0%, 9%, 0.8);
}
.hover\:text-truegray-900\/85:hover {
    color: hsla(0, 0%, 9%, 0.85);
}
.hover\:text-truegray-900\/90:hover {
    color: hsla(0, 0%, 9%, 0.9);
}
.hover\:text-truegray-900\/95:hover {
    color: hsla(0, 0%, 9%, 0.95);
}
.hover\:text-ucm-bluegray:hover {
    --tw-text-opacity: 1;
    color: rgb(183 195 213 / var(--tw-text-opacity, 1));
}
.hover\:text-ucm-darkblue:hover {
    --tw-text-opacity: 1;
    color: rgb(20 60 200 / var(--tw-text-opacity, 1));
}
.hover\:text-ucm-green:hover {
    --tw-text-opacity: 1;
    color: rgb(184 168 147 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-100\/0:hover {
    color: rgba(237, 233, 254, 0);
}
.hover\:text-violet-100\/10:hover {
    color: rgba(237, 233, 254, 0.1);
}
.hover\:text-violet-100\/100:hover {
    color: #ede9fe;
}
.hover\:text-violet-100\/15:hover {
    color: rgba(237, 233, 254, 0.15);
}
.hover\:text-violet-100\/20:hover {
    color: rgba(237, 233, 254, 0.2);
}
.hover\:text-violet-100\/25:hover {
    color: rgba(237, 233, 254, 0.25);
}
.hover\:text-violet-100\/30:hover {
    color: rgba(237, 233, 254, 0.3);
}
.hover\:text-violet-100\/35:hover {
    color: rgba(237, 233, 254, 0.35);
}
.hover\:text-violet-100\/40:hover {
    color: rgba(237, 233, 254, 0.4);
}
.hover\:text-violet-100\/45:hover {
    color: rgba(237, 233, 254, 0.45);
}
.hover\:text-violet-100\/5:hover {
    color: rgba(237, 233, 254, 0.05);
}
.hover\:text-violet-100\/50:hover {
    color: rgba(237, 233, 254, 0.5);
}
.hover\:text-violet-100\/55:hover {
    color: rgba(237, 233, 254, 0.55);
}
.hover\:text-violet-100\/60:hover {
    color: rgba(237, 233, 254, 0.6);
}
.hover\:text-violet-100\/65:hover {
    color: rgba(237, 233, 254, 0.65);
}
.hover\:text-violet-100\/70:hover {
    color: rgba(237, 233, 254, 0.7);
}
.hover\:text-violet-100\/75:hover {
    color: rgba(237, 233, 254, 0.75);
}
.hover\:text-violet-100\/80:hover {
    color: rgba(237, 233, 254, 0.8);
}
.hover\:text-violet-100\/85:hover {
    color: rgba(237, 233, 254, 0.85);
}
.hover\:text-violet-100\/90:hover {
    color: rgba(237, 233, 254, 0.9);
}
.hover\:text-violet-100\/95:hover {
    color: rgba(237, 233, 254, 0.95);
}
.hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-200\/0:hover {
    color: rgba(221, 214, 254, 0);
}
.hover\:text-violet-200\/10:hover {
    color: rgba(221, 214, 254, 0.1);
}
.hover\:text-violet-200\/100:hover {
    color: #ddd6fe;
}
.hover\:text-violet-200\/15:hover {
    color: rgba(221, 214, 254, 0.15);
}
.hover\:text-violet-200\/20:hover {
    color: rgba(221, 214, 254, 0.2);
}
.hover\:text-violet-200\/25:hover {
    color: rgba(221, 214, 254, 0.25);
}
.hover\:text-violet-200\/30:hover {
    color: rgba(221, 214, 254, 0.3);
}
.hover\:text-violet-200\/35:hover {
    color: rgba(221, 214, 254, 0.35);
}
.hover\:text-violet-200\/40:hover {
    color: rgba(221, 214, 254, 0.4);
}
.hover\:text-violet-200\/45:hover {
    color: rgba(221, 214, 254, 0.45);
}
.hover\:text-violet-200\/5:hover {
    color: rgba(221, 214, 254, 0.05);
}
.hover\:text-violet-200\/50:hover {
    color: rgba(221, 214, 254, 0.5);
}
.hover\:text-violet-200\/55:hover {
    color: rgba(221, 214, 254, 0.55);
}
.hover\:text-violet-200\/60:hover {
    color: rgba(221, 214, 254, 0.6);
}
.hover\:text-violet-200\/65:hover {
    color: rgba(221, 214, 254, 0.65);
}
.hover\:text-violet-200\/70:hover {
    color: rgba(221, 214, 254, 0.7);
}
.hover\:text-violet-200\/75:hover {
    color: rgba(221, 214, 254, 0.75);
}
.hover\:text-violet-200\/80:hover {
    color: rgba(221, 214, 254, 0.8);
}
.hover\:text-violet-200\/85:hover {
    color: rgba(221, 214, 254, 0.85);
}
.hover\:text-violet-200\/90:hover {
    color: rgba(221, 214, 254, 0.9);
}
.hover\:text-violet-200\/95:hover {
    color: rgba(221, 214, 254, 0.95);
}
.hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-300\/0:hover {
    color: rgba(196, 181, 253, 0);
}
.hover\:text-violet-300\/10:hover {
    color: rgba(196, 181, 253, 0.1);
}
.hover\:text-violet-300\/100:hover {
    color: #c4b5fd;
}
.hover\:text-violet-300\/15:hover {
    color: rgba(196, 181, 253, 0.15);
}
.hover\:text-violet-300\/20:hover {
    color: rgba(196, 181, 253, 0.2);
}
.hover\:text-violet-300\/25:hover {
    color: rgba(196, 181, 253, 0.25);
}
.hover\:text-violet-300\/30:hover {
    color: rgba(196, 181, 253, 0.3);
}
.hover\:text-violet-300\/35:hover {
    color: rgba(196, 181, 253, 0.35);
}
.hover\:text-violet-300\/40:hover {
    color: rgba(196, 181, 253, 0.4);
}
.hover\:text-violet-300\/45:hover {
    color: rgba(196, 181, 253, 0.45);
}
.hover\:text-violet-300\/5:hover {
    color: rgba(196, 181, 253, 0.05);
}
.hover\:text-violet-300\/50:hover {
    color: rgba(196, 181, 253, 0.5);
}
.hover\:text-violet-300\/55:hover {
    color: rgba(196, 181, 253, 0.55);
}
.hover\:text-violet-300\/60:hover {
    color: rgba(196, 181, 253, 0.6);
}
.hover\:text-violet-300\/65:hover {
    color: rgba(196, 181, 253, 0.65);
}
.hover\:text-violet-300\/70:hover {
    color: rgba(196, 181, 253, 0.7);
}
.hover\:text-violet-300\/75:hover {
    color: rgba(196, 181, 253, 0.75);
}
.hover\:text-violet-300\/80:hover {
    color: rgba(196, 181, 253, 0.8);
}
.hover\:text-violet-300\/85:hover {
    color: rgba(196, 181, 253, 0.85);
}
.hover\:text-violet-300\/90:hover {
    color: rgba(196, 181, 253, 0.9);
}
.hover\:text-violet-300\/95:hover {
    color: rgba(196, 181, 253, 0.95);
}
.hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-400\/0:hover {
    color: rgba(167, 139, 250, 0);
}
.hover\:text-violet-400\/10:hover {
    color: rgba(167, 139, 250, 0.1);
}
.hover\:text-violet-400\/100:hover {
    color: #a78bfa;
}
.hover\:text-violet-400\/15:hover {
    color: rgba(167, 139, 250, 0.15);
}
.hover\:text-violet-400\/20:hover {
    color: rgba(167, 139, 250, 0.2);
}
.hover\:text-violet-400\/25:hover {
    color: rgba(167, 139, 250, 0.25);
}
.hover\:text-violet-400\/30:hover {
    color: rgba(167, 139, 250, 0.3);
}
.hover\:text-violet-400\/35:hover {
    color: rgba(167, 139, 250, 0.35);
}
.hover\:text-violet-400\/40:hover {
    color: rgba(167, 139, 250, 0.4);
}
.hover\:text-violet-400\/45:hover {
    color: rgba(167, 139, 250, 0.45);
}
.hover\:text-violet-400\/5:hover {
    color: rgba(167, 139, 250, 0.05);
}
.hover\:text-violet-400\/50:hover {
    color: rgba(167, 139, 250, 0.5);
}
.hover\:text-violet-400\/55:hover {
    color: rgba(167, 139, 250, 0.55);
}
.hover\:text-violet-400\/60:hover {
    color: rgba(167, 139, 250, 0.6);
}
.hover\:text-violet-400\/65:hover {
    color: rgba(167, 139, 250, 0.65);
}
.hover\:text-violet-400\/70:hover {
    color: rgba(167, 139, 250, 0.7);
}
.hover\:text-violet-400\/75:hover {
    color: rgba(167, 139, 250, 0.75);
}
.hover\:text-violet-400\/80:hover {
    color: rgba(167, 139, 250, 0.8);
}
.hover\:text-violet-400\/85:hover {
    color: rgba(167, 139, 250, 0.85);
}
.hover\:text-violet-400\/90:hover {
    color: rgba(167, 139, 250, 0.9);
}
.hover\:text-violet-400\/95:hover {
    color: rgba(167, 139, 250, 0.95);
}
.hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-50\/0:hover {
    color: rgba(245, 243, 255, 0);
}
.hover\:text-violet-50\/10:hover {
    color: rgba(245, 243, 255, 0.1);
}
.hover\:text-violet-50\/100:hover {
    color: #f5f3ff;
}
.hover\:text-violet-50\/15:hover {
    color: rgba(245, 243, 255, 0.15);
}
.hover\:text-violet-50\/20:hover {
    color: rgba(245, 243, 255, 0.2);
}
.hover\:text-violet-50\/25:hover {
    color: rgba(245, 243, 255, 0.25);
}
.hover\:text-violet-50\/30:hover {
    color: rgba(245, 243, 255, 0.3);
}
.hover\:text-violet-50\/35:hover {
    color: rgba(245, 243, 255, 0.35);
}
.hover\:text-violet-50\/40:hover {
    color: rgba(245, 243, 255, 0.4);
}
.hover\:text-violet-50\/45:hover {
    color: rgba(245, 243, 255, 0.45);
}
.hover\:text-violet-50\/5:hover {
    color: rgba(245, 243, 255, 0.05);
}
.hover\:text-violet-50\/50:hover {
    color: rgba(245, 243, 255, 0.5);
}
.hover\:text-violet-50\/55:hover {
    color: rgba(245, 243, 255, 0.55);
}
.hover\:text-violet-50\/60:hover {
    color: rgba(245, 243, 255, 0.6);
}
.hover\:text-violet-50\/65:hover {
    color: rgba(245, 243, 255, 0.65);
}
.hover\:text-violet-50\/70:hover {
    color: rgba(245, 243, 255, 0.7);
}
.hover\:text-violet-50\/75:hover {
    color: rgba(245, 243, 255, 0.75);
}
.hover\:text-violet-50\/80:hover {
    color: rgba(245, 243, 255, 0.8);
}
.hover\:text-violet-50\/85:hover {
    color: rgba(245, 243, 255, 0.85);
}
.hover\:text-violet-50\/90:hover {
    color: rgba(245, 243, 255, 0.9);
}
.hover\:text-violet-50\/95:hover {
    color: rgba(245, 243, 255, 0.95);
}
.hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-500\/0:hover {
    color: rgba(139, 92, 246, 0);
}
.hover\:text-violet-500\/10:hover {
    color: rgba(139, 92, 246, 0.1);
}
.hover\:text-violet-500\/100:hover {
    color: #8b5cf6;
}
.hover\:text-violet-500\/15:hover {
    color: rgba(139, 92, 246, 0.15);
}
.hover\:text-violet-500\/20:hover {
    color: rgba(139, 92, 246, 0.2);
}
.hover\:text-violet-500\/25:hover {
    color: rgba(139, 92, 246, 0.25);
}
.hover\:text-violet-500\/30:hover {
    color: rgba(139, 92, 246, 0.3);
}
.hover\:text-violet-500\/35:hover {
    color: rgba(139, 92, 246, 0.35);
}
.hover\:text-violet-500\/40:hover {
    color: rgba(139, 92, 246, 0.4);
}
.hover\:text-violet-500\/45:hover {
    color: rgba(139, 92, 246, 0.45);
}
.hover\:text-violet-500\/5:hover {
    color: rgba(139, 92, 246, 0.05);
}
.hover\:text-violet-500\/50:hover {
    color: rgba(139, 92, 246, 0.5);
}
.hover\:text-violet-500\/55:hover {
    color: rgba(139, 92, 246, 0.55);
}
.hover\:text-violet-500\/60:hover {
    color: rgba(139, 92, 246, 0.6);
}
.hover\:text-violet-500\/65:hover {
    color: rgba(139, 92, 246, 0.65);
}
.hover\:text-violet-500\/70:hover {
    color: rgba(139, 92, 246, 0.7);
}
.hover\:text-violet-500\/75:hover {
    color: rgba(139, 92, 246, 0.75);
}
.hover\:text-violet-500\/80:hover {
    color: rgba(139, 92, 246, 0.8);
}
.hover\:text-violet-500\/85:hover {
    color: rgba(139, 92, 246, 0.85);
}
.hover\:text-violet-500\/90:hover {
    color: rgba(139, 92, 246, 0.9);
}
.hover\:text-violet-500\/95:hover {
    color: rgba(139, 92, 246, 0.95);
}
.hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-600\/0:hover {
    color: rgba(124, 58, 237, 0);
}
.hover\:text-violet-600\/10:hover {
    color: rgba(124, 58, 237, 0.1);
}
.hover\:text-violet-600\/100:hover {
    color: #7c3aed;
}
.hover\:text-violet-600\/15:hover {
    color: rgba(124, 58, 237, 0.15);
}
.hover\:text-violet-600\/20:hover {
    color: rgba(124, 58, 237, 0.2);
}
.hover\:text-violet-600\/25:hover {
    color: rgba(124, 58, 237, 0.25);
}
.hover\:text-violet-600\/30:hover {
    color: rgba(124, 58, 237, 0.3);
}
.hover\:text-violet-600\/35:hover {
    color: rgba(124, 58, 237, 0.35);
}
.hover\:text-violet-600\/40:hover {
    color: rgba(124, 58, 237, 0.4);
}
.hover\:text-violet-600\/45:hover {
    color: rgba(124, 58, 237, 0.45);
}
.hover\:text-violet-600\/5:hover {
    color: rgba(124, 58, 237, 0.05);
}
.hover\:text-violet-600\/50:hover {
    color: rgba(124, 58, 237, 0.5);
}
.hover\:text-violet-600\/55:hover {
    color: rgba(124, 58, 237, 0.55);
}
.hover\:text-violet-600\/60:hover {
    color: rgba(124, 58, 237, 0.6);
}
.hover\:text-violet-600\/65:hover {
    color: rgba(124, 58, 237, 0.65);
}
.hover\:text-violet-600\/70:hover {
    color: rgba(124, 58, 237, 0.7);
}
.hover\:text-violet-600\/75:hover {
    color: rgba(124, 58, 237, 0.75);
}
.hover\:text-violet-600\/80:hover {
    color: rgba(124, 58, 237, 0.8);
}
.hover\:text-violet-600\/85:hover {
    color: rgba(124, 58, 237, 0.85);
}
.hover\:text-violet-600\/90:hover {
    color: rgba(124, 58, 237, 0.9);
}
.hover\:text-violet-600\/95:hover {
    color: rgba(124, 58, 237, 0.95);
}
.hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-700\/0:hover {
    color: rgba(109, 40, 217, 0);
}
.hover\:text-violet-700\/10:hover {
    color: rgba(109, 40, 217, 0.1);
}
.hover\:text-violet-700\/100:hover {
    color: #6d28d9;
}
.hover\:text-violet-700\/15:hover {
    color: rgba(109, 40, 217, 0.15);
}
.hover\:text-violet-700\/20:hover {
    color: rgba(109, 40, 217, 0.2);
}
.hover\:text-violet-700\/25:hover {
    color: rgba(109, 40, 217, 0.25);
}
.hover\:text-violet-700\/30:hover {
    color: rgba(109, 40, 217, 0.3);
}
.hover\:text-violet-700\/35:hover {
    color: rgba(109, 40, 217, 0.35);
}
.hover\:text-violet-700\/40:hover {
    color: rgba(109, 40, 217, 0.4);
}
.hover\:text-violet-700\/45:hover {
    color: rgba(109, 40, 217, 0.45);
}
.hover\:text-violet-700\/5:hover {
    color: rgba(109, 40, 217, 0.05);
}
.hover\:text-violet-700\/50:hover {
    color: rgba(109, 40, 217, 0.5);
}
.hover\:text-violet-700\/55:hover {
    color: rgba(109, 40, 217, 0.55);
}
.hover\:text-violet-700\/60:hover {
    color: rgba(109, 40, 217, 0.6);
}
.hover\:text-violet-700\/65:hover {
    color: rgba(109, 40, 217, 0.65);
}
.hover\:text-violet-700\/70:hover {
    color: rgba(109, 40, 217, 0.7);
}
.hover\:text-violet-700\/75:hover {
    color: rgba(109, 40, 217, 0.75);
}
.hover\:text-violet-700\/80:hover {
    color: rgba(109, 40, 217, 0.8);
}
.hover\:text-violet-700\/85:hover {
    color: rgba(109, 40, 217, 0.85);
}
.hover\:text-violet-700\/90:hover {
    color: rgba(109, 40, 217, 0.9);
}
.hover\:text-violet-700\/95:hover {
    color: rgba(109, 40, 217, 0.95);
}
.hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-800\/0:hover {
    color: rgba(91, 33, 182, 0);
}
.hover\:text-violet-800\/10:hover {
    color: rgba(91, 33, 182, 0.1);
}
.hover\:text-violet-800\/100:hover {
    color: #5b21b6;
}
.hover\:text-violet-800\/15:hover {
    color: rgba(91, 33, 182, 0.15);
}
.hover\:text-violet-800\/20:hover {
    color: rgba(91, 33, 182, 0.2);
}
.hover\:text-violet-800\/25:hover {
    color: rgba(91, 33, 182, 0.25);
}
.hover\:text-violet-800\/30:hover {
    color: rgba(91, 33, 182, 0.3);
}
.hover\:text-violet-800\/35:hover {
    color: rgba(91, 33, 182, 0.35);
}
.hover\:text-violet-800\/40:hover {
    color: rgba(91, 33, 182, 0.4);
}
.hover\:text-violet-800\/45:hover {
    color: rgba(91, 33, 182, 0.45);
}
.hover\:text-violet-800\/5:hover {
    color: rgba(91, 33, 182, 0.05);
}
.hover\:text-violet-800\/50:hover {
    color: rgba(91, 33, 182, 0.5);
}
.hover\:text-violet-800\/55:hover {
    color: rgba(91, 33, 182, 0.55);
}
.hover\:text-violet-800\/60:hover {
    color: rgba(91, 33, 182, 0.6);
}
.hover\:text-violet-800\/65:hover {
    color: rgba(91, 33, 182, 0.65);
}
.hover\:text-violet-800\/70:hover {
    color: rgba(91, 33, 182, 0.7);
}
.hover\:text-violet-800\/75:hover {
    color: rgba(91, 33, 182, 0.75);
}
.hover\:text-violet-800\/80:hover {
    color: rgba(91, 33, 182, 0.8);
}
.hover\:text-violet-800\/85:hover {
    color: rgba(91, 33, 182, 0.85);
}
.hover\:text-violet-800\/90:hover {
    color: rgba(91, 33, 182, 0.9);
}
.hover\:text-violet-800\/95:hover {
    color: rgba(91, 33, 182, 0.95);
}
.hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-900\/0:hover {
    color: rgba(76, 29, 149, 0);
}
.hover\:text-violet-900\/10:hover {
    color: rgba(76, 29, 149, 0.1);
}
.hover\:text-violet-900\/100:hover {
    color: #4c1d95;
}
.hover\:text-violet-900\/15:hover {
    color: rgba(76, 29, 149, 0.15);
}
.hover\:text-violet-900\/20:hover {
    color: rgba(76, 29, 149, 0.2);
}
.hover\:text-violet-900\/25:hover {
    color: rgba(76, 29, 149, 0.25);
}
.hover\:text-violet-900\/30:hover {
    color: rgba(76, 29, 149, 0.3);
}
.hover\:text-violet-900\/35:hover {
    color: rgba(76, 29, 149, 0.35);
}
.hover\:text-violet-900\/40:hover {
    color: rgba(76, 29, 149, 0.4);
}
.hover\:text-violet-900\/45:hover {
    color: rgba(76, 29, 149, 0.45);
}
.hover\:text-violet-900\/5:hover {
    color: rgba(76, 29, 149, 0.05);
}
.hover\:text-violet-900\/50:hover {
    color: rgba(76, 29, 149, 0.5);
}
.hover\:text-violet-900\/55:hover {
    color: rgba(76, 29, 149, 0.55);
}
.hover\:text-violet-900\/60:hover {
    color: rgba(76, 29, 149, 0.6);
}
.hover\:text-violet-900\/65:hover {
    color: rgba(76, 29, 149, 0.65);
}
.hover\:text-violet-900\/70:hover {
    color: rgba(76, 29, 149, 0.7);
}
.hover\:text-violet-900\/75:hover {
    color: rgba(76, 29, 149, 0.75);
}
.hover\:text-violet-900\/80:hover {
    color: rgba(76, 29, 149, 0.8);
}
.hover\:text-violet-900\/85:hover {
    color: rgba(76, 29, 149, 0.85);
}
.hover\:text-violet-900\/90:hover {
    color: rgba(76, 29, 149, 0.9);
}
.hover\:text-violet-900\/95:hover {
    color: rgba(76, 29, 149, 0.95);
}
.hover\:text-warmergreen-100:hover {
    --tw-text-opacity: 1;
    color: rgb(238 239 236 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-100\/0:hover {
    color: hsla(80, 9%, 93%, 0);
}
.hover\:text-warmergreen-100\/10:hover {
    color: hsla(80, 9%, 93%, 0.1);
}
.hover\:text-warmergreen-100\/100:hover {
    color: #eeefec;
}
.hover\:text-warmergreen-100\/15:hover {
    color: hsla(80, 9%, 93%, 0.15);
}
.hover\:text-warmergreen-100\/20:hover {
    color: hsla(80, 9%, 93%, 0.2);
}
.hover\:text-warmergreen-100\/25:hover {
    color: hsla(80, 9%, 93%, 0.25);
}
.hover\:text-warmergreen-100\/30:hover {
    color: hsla(80, 9%, 93%, 0.3);
}
.hover\:text-warmergreen-100\/35:hover {
    color: hsla(80, 9%, 93%, 0.35);
}
.hover\:text-warmergreen-100\/40:hover {
    color: hsla(80, 9%, 93%, 0.4);
}
.hover\:text-warmergreen-100\/45:hover {
    color: hsla(80, 9%, 93%, 0.45);
}
.hover\:text-warmergreen-100\/5:hover {
    color: hsla(80, 9%, 93%, 0.05);
}
.hover\:text-warmergreen-100\/50:hover {
    color: hsla(80, 9%, 93%, 0.5);
}
.hover\:text-warmergreen-100\/55:hover {
    color: hsla(80, 9%, 93%, 0.55);
}
.hover\:text-warmergreen-100\/60:hover {
    color: hsla(80, 9%, 93%, 0.6);
}
.hover\:text-warmergreen-100\/65:hover {
    color: hsla(80, 9%, 93%, 0.65);
}
.hover\:text-warmergreen-100\/70:hover {
    color: hsla(80, 9%, 93%, 0.7);
}
.hover\:text-warmergreen-100\/75:hover {
    color: hsla(80, 9%, 93%, 0.75);
}
.hover\:text-warmergreen-100\/80:hover {
    color: hsla(80, 9%, 93%, 0.8);
}
.hover\:text-warmergreen-100\/85:hover {
    color: hsla(80, 9%, 93%, 0.85);
}
.hover\:text-warmergreen-100\/90:hover {
    color: hsla(80, 9%, 93%, 0.9);
}
.hover\:text-warmergreen-100\/95:hover {
    color: hsla(80, 9%, 93%, 0.95);
}
.hover\:text-warmergreen-200:hover {
    --tw-text-opacity: 1;
    color: rgb(216 222 215 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-200\/0:hover {
    color: rgba(216, 222, 215, 0);
}
.hover\:text-warmergreen-200\/10:hover {
    color: rgba(216, 222, 215, 0.1);
}
.hover\:text-warmergreen-200\/100:hover {
    color: #d8ded7;
}
.hover\:text-warmergreen-200\/15:hover {
    color: rgba(216, 222, 215, 0.15);
}
.hover\:text-warmergreen-200\/20:hover {
    color: rgba(216, 222, 215, 0.2);
}
.hover\:text-warmergreen-200\/25:hover {
    color: rgba(216, 222, 215, 0.25);
}
.hover\:text-warmergreen-200\/30:hover {
    color: rgba(216, 222, 215, 0.3);
}
.hover\:text-warmergreen-200\/35:hover {
    color: rgba(216, 222, 215, 0.35);
}
.hover\:text-warmergreen-200\/40:hover {
    color: rgba(216, 222, 215, 0.4);
}
.hover\:text-warmergreen-200\/45:hover {
    color: rgba(216, 222, 215, 0.45);
}
.hover\:text-warmergreen-200\/5:hover {
    color: rgba(216, 222, 215, 0.05);
}
.hover\:text-warmergreen-200\/50:hover {
    color: rgba(216, 222, 215, 0.5);
}
.hover\:text-warmergreen-200\/55:hover {
    color: rgba(216, 222, 215, 0.55);
}
.hover\:text-warmergreen-200\/60:hover {
    color: rgba(216, 222, 215, 0.6);
}
.hover\:text-warmergreen-200\/65:hover {
    color: rgba(216, 222, 215, 0.65);
}
.hover\:text-warmergreen-200\/70:hover {
    color: rgba(216, 222, 215, 0.7);
}
.hover\:text-warmergreen-200\/75:hover {
    color: rgba(216, 222, 215, 0.75);
}
.hover\:text-warmergreen-200\/80:hover {
    color: rgba(216, 222, 215, 0.8);
}
.hover\:text-warmergreen-200\/85:hover {
    color: rgba(216, 222, 215, 0.85);
}
.hover\:text-warmergreen-200\/90:hover {
    color: rgba(216, 222, 215, 0.9);
}
.hover\:text-warmergreen-200\/95:hover {
    color: rgba(216, 222, 215, 0.95);
}
.hover\:text-warmergreen-300:hover {
    --tw-text-opacity: 1;
    color: rgb(177 188 175 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-300\/0:hover {
    color: hsla(111, 9%, 71%, 0);
}
.hover\:text-warmergreen-300\/10:hover {
    color: hsla(111, 9%, 71%, 0.1);
}
.hover\:text-warmergreen-300\/100:hover {
    color: #b1bcaf;
}
.hover\:text-warmergreen-300\/15:hover {
    color: hsla(111, 9%, 71%, 0.15);
}
.hover\:text-warmergreen-300\/20:hover {
    color: hsla(111, 9%, 71%, 0.2);
}
.hover\:text-warmergreen-300\/25:hover {
    color: hsla(111, 9%, 71%, 0.25);
}
.hover\:text-warmergreen-300\/30:hover {
    color: hsla(111, 9%, 71%, 0.3);
}
.hover\:text-warmergreen-300\/35:hover {
    color: hsla(111, 9%, 71%, 0.35);
}
.hover\:text-warmergreen-300\/40:hover {
    color: hsla(111, 9%, 71%, 0.4);
}
.hover\:text-warmergreen-300\/45:hover {
    color: hsla(111, 9%, 71%, 0.45);
}
.hover\:text-warmergreen-300\/5:hover {
    color: hsla(111, 9%, 71%, 0.05);
}
.hover\:text-warmergreen-300\/50:hover {
    color: hsla(111, 9%, 71%, 0.5);
}
.hover\:text-warmergreen-300\/55:hover {
    color: hsla(111, 9%, 71%, 0.55);
}
.hover\:text-warmergreen-300\/60:hover {
    color: hsla(111, 9%, 71%, 0.6);
}
.hover\:text-warmergreen-300\/65:hover {
    color: hsla(111, 9%, 71%, 0.65);
}
.hover\:text-warmergreen-300\/70:hover {
    color: hsla(111, 9%, 71%, 0.7);
}
.hover\:text-warmergreen-300\/75:hover {
    color: hsla(111, 9%, 71%, 0.75);
}
.hover\:text-warmergreen-300\/80:hover {
    color: hsla(111, 9%, 71%, 0.8);
}
.hover\:text-warmergreen-300\/85:hover {
    color: hsla(111, 9%, 71%, 0.85);
}
.hover\:text-warmergreen-300\/90:hover {
    color: hsla(111, 9%, 71%, 0.9);
}
.hover\:text-warmergreen-300\/95:hover {
    color: hsla(111, 9%, 71%, 0.95);
}
.hover\:text-warmergreen-400:hover {
    --tw-text-opacity: 1;
    color: rgb(127 150 132 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-400\/0:hover {
    color: rgba(127, 150, 132, 0);
}
.hover\:text-warmergreen-400\/10:hover {
    color: rgba(127, 150, 132, 0.1);
}
.hover\:text-warmergreen-400\/100:hover {
    color: #7f9684;
}
.hover\:text-warmergreen-400\/15:hover {
    color: rgba(127, 150, 132, 0.15);
}
.hover\:text-warmergreen-400\/20:hover {
    color: rgba(127, 150, 132, 0.2);
}
.hover\:text-warmergreen-400\/25:hover {
    color: rgba(127, 150, 132, 0.25);
}
.hover\:text-warmergreen-400\/30:hover {
    color: rgba(127, 150, 132, 0.3);
}
.hover\:text-warmergreen-400\/35:hover {
    color: rgba(127, 150, 132, 0.35);
}
.hover\:text-warmergreen-400\/40:hover {
    color: rgba(127, 150, 132, 0.4);
}
.hover\:text-warmergreen-400\/45:hover {
    color: rgba(127, 150, 132, 0.45);
}
.hover\:text-warmergreen-400\/5:hover {
    color: rgba(127, 150, 132, 0.05);
}
.hover\:text-warmergreen-400\/50:hover {
    color: rgba(127, 150, 132, 0.5);
}
.hover\:text-warmergreen-400\/55:hover {
    color: rgba(127, 150, 132, 0.55);
}
.hover\:text-warmergreen-400\/60:hover {
    color: rgba(127, 150, 132, 0.6);
}
.hover\:text-warmergreen-400\/65:hover {
    color: rgba(127, 150, 132, 0.65);
}
.hover\:text-warmergreen-400\/70:hover {
    color: rgba(127, 150, 132, 0.7);
}
.hover\:text-warmergreen-400\/75:hover {
    color: rgba(127, 150, 132, 0.75);
}
.hover\:text-warmergreen-400\/80:hover {
    color: rgba(127, 150, 132, 0.8);
}
.hover\:text-warmergreen-400\/85:hover {
    color: rgba(127, 150, 132, 0.85);
}
.hover\:text-warmergreen-400\/90:hover {
    color: rgba(127, 150, 132, 0.9);
}
.hover\:text-warmergreen-400\/95:hover {
    color: rgba(127, 150, 132, 0.95);
}
.hover\:text-warmergreen-50:hover {
    --tw-text-opacity: 1;
    color: rgb(247 248 246 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-50\/0:hover {
    color: hsla(90, 12%, 97%, 0);
}
.hover\:text-warmergreen-50\/10:hover {
    color: hsla(90, 12%, 97%, 0.1);
}
.hover\:text-warmergreen-50\/100:hover {
    color: #f7f8f6;
}
.hover\:text-warmergreen-50\/15:hover {
    color: hsla(90, 12%, 97%, 0.15);
}
.hover\:text-warmergreen-50\/20:hover {
    color: hsla(90, 12%, 97%, 0.2);
}
.hover\:text-warmergreen-50\/25:hover {
    color: hsla(90, 12%, 97%, 0.25);
}
.hover\:text-warmergreen-50\/30:hover {
    color: hsla(90, 12%, 97%, 0.3);
}
.hover\:text-warmergreen-50\/35:hover {
    color: hsla(90, 12%, 97%, 0.35);
}
.hover\:text-warmergreen-50\/40:hover {
    color: hsla(90, 12%, 97%, 0.4);
}
.hover\:text-warmergreen-50\/45:hover {
    color: hsla(90, 12%, 97%, 0.45);
}
.hover\:text-warmergreen-50\/5:hover {
    color: hsla(90, 12%, 97%, 0.05);
}
.hover\:text-warmergreen-50\/50:hover {
    color: hsla(90, 12%, 97%, 0.5);
}
.hover\:text-warmergreen-50\/55:hover {
    color: hsla(90, 12%, 97%, 0.55);
}
.hover\:text-warmergreen-50\/60:hover {
    color: hsla(90, 12%, 97%, 0.6);
}
.hover\:text-warmergreen-50\/65:hover {
    color: hsla(90, 12%, 97%, 0.65);
}
.hover\:text-warmergreen-50\/70:hover {
    color: hsla(90, 12%, 97%, 0.7);
}
.hover\:text-warmergreen-50\/75:hover {
    color: hsla(90, 12%, 97%, 0.75);
}
.hover\:text-warmergreen-50\/80:hover {
    color: hsla(90, 12%, 97%, 0.8);
}
.hover\:text-warmergreen-50\/85:hover {
    color: hsla(90, 12%, 97%, 0.85);
}
.hover\:text-warmergreen-50\/90:hover {
    color: hsla(90, 12%, 97%, 0.9);
}
.hover\:text-warmergreen-50\/95:hover {
    color: hsla(90, 12%, 97%, 0.95);
}
.hover\:text-warmergreen-500:hover {
    --tw-text-opacity: 1;
    color: rgb(98 119 95 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-500\/0:hover {
    color: rgba(98, 119, 95, 0);
}
.hover\:text-warmergreen-500\/10:hover {
    color: rgba(98, 119, 95, 0.1);
}
.hover\:text-warmergreen-500\/100:hover {
    color: #62775f;
}
.hover\:text-warmergreen-500\/15:hover {
    color: rgba(98, 119, 95, 0.15);
}
.hover\:text-warmergreen-500\/20:hover {
    color: rgba(98, 119, 95, 0.2);
}
.hover\:text-warmergreen-500\/25:hover {
    color: rgba(98, 119, 95, 0.25);
}
.hover\:text-warmergreen-500\/30:hover {
    color: rgba(98, 119, 95, 0.3);
}
.hover\:text-warmergreen-500\/35:hover {
    color: rgba(98, 119, 95, 0.35);
}
.hover\:text-warmergreen-500\/40:hover {
    color: rgba(98, 119, 95, 0.4);
}
.hover\:text-warmergreen-500\/45:hover {
    color: rgba(98, 119, 95, 0.45);
}
.hover\:text-warmergreen-500\/5:hover {
    color: rgba(98, 119, 95, 0.05);
}
.hover\:text-warmergreen-500\/50:hover {
    color: rgba(98, 119, 95, 0.5);
}
.hover\:text-warmergreen-500\/55:hover {
    color: rgba(98, 119, 95, 0.55);
}
.hover\:text-warmergreen-500\/60:hover {
    color: rgba(98, 119, 95, 0.6);
}
.hover\:text-warmergreen-500\/65:hover {
    color: rgba(98, 119, 95, 0.65);
}
.hover\:text-warmergreen-500\/70:hover {
    color: rgba(98, 119, 95, 0.7);
}
.hover\:text-warmergreen-500\/75:hover {
    color: rgba(98, 119, 95, 0.75);
}
.hover\:text-warmergreen-500\/80:hover {
    color: rgba(98, 119, 95, 0.8);
}
.hover\:text-warmergreen-500\/85:hover {
    color: rgba(98, 119, 95, 0.85);
}
.hover\:text-warmergreen-500\/90:hover {
    color: rgba(98, 119, 95, 0.9);
}
.hover\:text-warmergreen-500\/95:hover {
    color: rgba(98, 119, 95, 0.95);
}
.hover\:text-warmergreen-600:hover {
    --tw-text-opacity: 1;
    color: rgb(79 92 70 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-600\/0:hover {
    color: rgba(79, 92, 70, 0);
}
.hover\:text-warmergreen-600\/10:hover {
    color: rgba(79, 92, 70, 0.1);
}
.hover\:text-warmergreen-600\/100:hover {
    color: #4f5c46;
}
.hover\:text-warmergreen-600\/15:hover {
    color: rgba(79, 92, 70, 0.15);
}
.hover\:text-warmergreen-600\/20:hover {
    color: rgba(79, 92, 70, 0.2);
}
.hover\:text-warmergreen-600\/25:hover {
    color: rgba(79, 92, 70, 0.25);
}
.hover\:text-warmergreen-600\/30:hover {
    color: rgba(79, 92, 70, 0.3);
}
.hover\:text-warmergreen-600\/35:hover {
    color: rgba(79, 92, 70, 0.35);
}
.hover\:text-warmergreen-600\/40:hover {
    color: rgba(79, 92, 70, 0.4);
}
.hover\:text-warmergreen-600\/45:hover {
    color: rgba(79, 92, 70, 0.45);
}
.hover\:text-warmergreen-600\/5:hover {
    color: rgba(79, 92, 70, 0.05);
}
.hover\:text-warmergreen-600\/50:hover {
    color: rgba(79, 92, 70, 0.5);
}
.hover\:text-warmergreen-600\/55:hover {
    color: rgba(79, 92, 70, 0.55);
}
.hover\:text-warmergreen-600\/60:hover {
    color: rgba(79, 92, 70, 0.6);
}
.hover\:text-warmergreen-600\/65:hover {
    color: rgba(79, 92, 70, 0.65);
}
.hover\:text-warmergreen-600\/70:hover {
    color: rgba(79, 92, 70, 0.7);
}
.hover\:text-warmergreen-600\/75:hover {
    color: rgba(79, 92, 70, 0.75);
}
.hover\:text-warmergreen-600\/80:hover {
    color: rgba(79, 92, 70, 0.8);
}
.hover\:text-warmergreen-600\/85:hover {
    color: rgba(79, 92, 70, 0.85);
}
.hover\:text-warmergreen-600\/90:hover {
    color: rgba(79, 92, 70, 0.9);
}
.hover\:text-warmergreen-600\/95:hover {
    color: rgba(79, 92, 70, 0.95);
}
.hover\:text-warmergreen-700:hover {
    --tw-text-opacity: 1;
    color: rgb(62 70 54 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-700\/0:hover {
    color: rgba(62, 70, 54, 0);
}
.hover\:text-warmergreen-700\/10:hover {
    color: rgba(62, 70, 54, 0.1);
}
.hover\:text-warmergreen-700\/100:hover {
    color: #3e4636;
}
.hover\:text-warmergreen-700\/15:hover {
    color: rgba(62, 70, 54, 0.15);
}
.hover\:text-warmergreen-700\/20:hover {
    color: rgba(62, 70, 54, 0.2);
}
.hover\:text-warmergreen-700\/25:hover {
    color: rgba(62, 70, 54, 0.25);
}
.hover\:text-warmergreen-700\/30:hover {
    color: rgba(62, 70, 54, 0.3);
}
.hover\:text-warmergreen-700\/35:hover {
    color: rgba(62, 70, 54, 0.35);
}
.hover\:text-warmergreen-700\/40:hover {
    color: rgba(62, 70, 54, 0.4);
}
.hover\:text-warmergreen-700\/45:hover {
    color: rgba(62, 70, 54, 0.45);
}
.hover\:text-warmergreen-700\/5:hover {
    color: rgba(62, 70, 54, 0.05);
}
.hover\:text-warmergreen-700\/50:hover {
    color: rgba(62, 70, 54, 0.5);
}
.hover\:text-warmergreen-700\/55:hover {
    color: rgba(62, 70, 54, 0.55);
}
.hover\:text-warmergreen-700\/60:hover {
    color: rgba(62, 70, 54, 0.6);
}
.hover\:text-warmergreen-700\/65:hover {
    color: rgba(62, 70, 54, 0.65);
}
.hover\:text-warmergreen-700\/70:hover {
    color: rgba(62, 70, 54, 0.7);
}
.hover\:text-warmergreen-700\/75:hover {
    color: rgba(62, 70, 54, 0.75);
}
.hover\:text-warmergreen-700\/80:hover {
    color: rgba(62, 70, 54, 0.8);
}
.hover\:text-warmergreen-700\/85:hover {
    color: rgba(62, 70, 54, 0.85);
}
.hover\:text-warmergreen-700\/90:hover {
    color: rgba(62, 70, 54, 0.9);
}
.hover\:text-warmergreen-700\/95:hover {
    color: rgba(62, 70, 54, 0.95);
}
.hover\:text-warmergreen-800:hover {
    --tw-text-opacity: 1;
    color: rgb(43 48 40 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-800\/0:hover {
    color: rgba(43, 48, 40, 0);
}
.hover\:text-warmergreen-800\/10:hover {
    color: rgba(43, 48, 40, 0.1);
}
.hover\:text-warmergreen-800\/100:hover {
    color: #2b3028;
}
.hover\:text-warmergreen-800\/15:hover {
    color: rgba(43, 48, 40, 0.15);
}
.hover\:text-warmergreen-800\/20:hover {
    color: rgba(43, 48, 40, 0.2);
}
.hover\:text-warmergreen-800\/25:hover {
    color: rgba(43, 48, 40, 0.25);
}
.hover\:text-warmergreen-800\/30:hover {
    color: rgba(43, 48, 40, 0.3);
}
.hover\:text-warmergreen-800\/35:hover {
    color: rgba(43, 48, 40, 0.35);
}
.hover\:text-warmergreen-800\/40:hover {
    color: rgba(43, 48, 40, 0.4);
}
.hover\:text-warmergreen-800\/45:hover {
    color: rgba(43, 48, 40, 0.45);
}
.hover\:text-warmergreen-800\/5:hover {
    color: rgba(43, 48, 40, 0.05);
}
.hover\:text-warmergreen-800\/50:hover {
    color: rgba(43, 48, 40, 0.5);
}
.hover\:text-warmergreen-800\/55:hover {
    color: rgba(43, 48, 40, 0.55);
}
.hover\:text-warmergreen-800\/60:hover {
    color: rgba(43, 48, 40, 0.6);
}
.hover\:text-warmergreen-800\/65:hover {
    color: rgba(43, 48, 40, 0.65);
}
.hover\:text-warmergreen-800\/70:hover {
    color: rgba(43, 48, 40, 0.7);
}
.hover\:text-warmergreen-800\/75:hover {
    color: rgba(43, 48, 40, 0.75);
}
.hover\:text-warmergreen-800\/80:hover {
    color: rgba(43, 48, 40, 0.8);
}
.hover\:text-warmergreen-800\/85:hover {
    color: rgba(43, 48, 40, 0.85);
}
.hover\:text-warmergreen-800\/90:hover {
    color: rgba(43, 48, 40, 0.9);
}
.hover\:text-warmergreen-800\/95:hover {
    color: rgba(43, 48, 40, 0.95);
}
.hover\:text-warmergreen-900:hover {
    --tw-text-opacity: 1;
    color: rgb(28 30 27 / var(--tw-text-opacity, 1));
}
.hover\:text-warmergreen-900\/0:hover {
    color: rgba(28, 30, 27, 0);
}
.hover\:text-warmergreen-900\/10:hover {
    color: rgba(28, 30, 27, 0.1);
}
.hover\:text-warmergreen-900\/100:hover {
    color: #1c1e1b;
}
.hover\:text-warmergreen-900\/15:hover {
    color: rgba(28, 30, 27, 0.15);
}
.hover\:text-warmergreen-900\/20:hover {
    color: rgba(28, 30, 27, 0.2);
}
.hover\:text-warmergreen-900\/25:hover {
    color: rgba(28, 30, 27, 0.25);
}
.hover\:text-warmergreen-900\/30:hover {
    color: rgba(28, 30, 27, 0.3);
}
.hover\:text-warmergreen-900\/35:hover {
    color: rgba(28, 30, 27, 0.35);
}
.hover\:text-warmergreen-900\/40:hover {
    color: rgba(28, 30, 27, 0.4);
}
.hover\:text-warmergreen-900\/45:hover {
    color: rgba(28, 30, 27, 0.45);
}
.hover\:text-warmergreen-900\/5:hover {
    color: rgba(28, 30, 27, 0.05);
}
.hover\:text-warmergreen-900\/50:hover {
    color: rgba(28, 30, 27, 0.5);
}
.hover\:text-warmergreen-900\/55:hover {
    color: rgba(28, 30, 27, 0.55);
}
.hover\:text-warmergreen-900\/60:hover {
    color: rgba(28, 30, 27, 0.6);
}
.hover\:text-warmergreen-900\/65:hover {
    color: rgba(28, 30, 27, 0.65);
}
.hover\:text-warmergreen-900\/70:hover {
    color: rgba(28, 30, 27, 0.7);
}
.hover\:text-warmergreen-900\/75:hover {
    color: rgba(28, 30, 27, 0.75);
}
.hover\:text-warmergreen-900\/80:hover {
    color: rgba(28, 30, 27, 0.8);
}
.hover\:text-warmergreen-900\/85:hover {
    color: rgba(28, 30, 27, 0.85);
}
.hover\:text-warmergreen-900\/90:hover {
    color: rgba(28, 30, 27, 0.9);
}
.hover\:text-warmergreen-900\/95:hover {
    color: rgba(28, 30, 27, 0.95);
}
.hover\:text-warmgray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-100\/0:hover {
    color: hsla(60, 5%, 96%, 0);
}
.hover\:text-warmgray-100\/10:hover {
    color: hsla(60, 5%, 96%, 0.1);
}
.hover\:text-warmgray-100\/100:hover {
    color: #f5f5f4;
}
.hover\:text-warmgray-100\/15:hover {
    color: hsla(60, 5%, 96%, 0.15);
}
.hover\:text-warmgray-100\/20:hover {
    color: hsla(60, 5%, 96%, 0.2);
}
.hover\:text-warmgray-100\/25:hover {
    color: hsla(60, 5%, 96%, 0.25);
}
.hover\:text-warmgray-100\/30:hover {
    color: hsla(60, 5%, 96%, 0.3);
}
.hover\:text-warmgray-100\/35:hover {
    color: hsla(60, 5%, 96%, 0.35);
}
.hover\:text-warmgray-100\/40:hover {
    color: hsla(60, 5%, 96%, 0.4);
}
.hover\:text-warmgray-100\/45:hover {
    color: hsla(60, 5%, 96%, 0.45);
}
.hover\:text-warmgray-100\/5:hover {
    color: hsla(60, 5%, 96%, 0.05);
}
.hover\:text-warmgray-100\/50:hover {
    color: hsla(60, 5%, 96%, 0.5);
}
.hover\:text-warmgray-100\/55:hover {
    color: hsla(60, 5%, 96%, 0.55);
}
.hover\:text-warmgray-100\/60:hover {
    color: hsla(60, 5%, 96%, 0.6);
}
.hover\:text-warmgray-100\/65:hover {
    color: hsla(60, 5%, 96%, 0.65);
}
.hover\:text-warmgray-100\/70:hover {
    color: hsla(60, 5%, 96%, 0.7);
}
.hover\:text-warmgray-100\/75:hover {
    color: hsla(60, 5%, 96%, 0.75);
}
.hover\:text-warmgray-100\/80:hover {
    color: hsla(60, 5%, 96%, 0.8);
}
.hover\:text-warmgray-100\/85:hover {
    color: hsla(60, 5%, 96%, 0.85);
}
.hover\:text-warmgray-100\/90:hover {
    color: hsla(60, 5%, 96%, 0.9);
}
.hover\:text-warmgray-100\/95:hover {
    color: hsla(60, 5%, 96%, 0.95);
}
.hover\:text-warmgray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-200\/0:hover {
    color: hsla(20, 6%, 90%, 0);
}
.hover\:text-warmgray-200\/10:hover {
    color: hsla(20, 6%, 90%, 0.1);
}
.hover\:text-warmgray-200\/100:hover {
    color: #e7e5e4;
}
.hover\:text-warmgray-200\/15:hover {
    color: hsla(20, 6%, 90%, 0.15);
}
.hover\:text-warmgray-200\/20:hover {
    color: hsla(20, 6%, 90%, 0.2);
}
.hover\:text-warmgray-200\/25:hover {
    color: hsla(20, 6%, 90%, 0.25);
}
.hover\:text-warmgray-200\/30:hover {
    color: hsla(20, 6%, 90%, 0.3);
}
.hover\:text-warmgray-200\/35:hover {
    color: hsla(20, 6%, 90%, 0.35);
}
.hover\:text-warmgray-200\/40:hover {
    color: hsla(20, 6%, 90%, 0.4);
}
.hover\:text-warmgray-200\/45:hover {
    color: hsla(20, 6%, 90%, 0.45);
}
.hover\:text-warmgray-200\/5:hover {
    color: hsla(20, 6%, 90%, 0.05);
}
.hover\:text-warmgray-200\/50:hover {
    color: hsla(20, 6%, 90%, 0.5);
}
.hover\:text-warmgray-200\/55:hover {
    color: hsla(20, 6%, 90%, 0.55);
}
.hover\:text-warmgray-200\/60:hover {
    color: hsla(20, 6%, 90%, 0.6);
}
.hover\:text-warmgray-200\/65:hover {
    color: hsla(20, 6%, 90%, 0.65);
}
.hover\:text-warmgray-200\/70:hover {
    color: hsla(20, 6%, 90%, 0.7);
}
.hover\:text-warmgray-200\/75:hover {
    color: hsla(20, 6%, 90%, 0.75);
}
.hover\:text-warmgray-200\/80:hover {
    color: hsla(20, 6%, 90%, 0.8);
}
.hover\:text-warmgray-200\/85:hover {
    color: hsla(20, 6%, 90%, 0.85);
}
.hover\:text-warmgray-200\/90:hover {
    color: hsla(20, 6%, 90%, 0.9);
}
.hover\:text-warmgray-200\/95:hover {
    color: hsla(20, 6%, 90%, 0.95);
}
.hover\:text-warmgray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-300\/0:hover {
    color: hsla(24, 6%, 83%, 0);
}
.hover\:text-warmgray-300\/10:hover {
    color: hsla(24, 6%, 83%, 0.1);
}
.hover\:text-warmgray-300\/100:hover {
    color: #d6d3d1;
}
.hover\:text-warmgray-300\/15:hover {
    color: hsla(24, 6%, 83%, 0.15);
}
.hover\:text-warmgray-300\/20:hover {
    color: hsla(24, 6%, 83%, 0.2);
}
.hover\:text-warmgray-300\/25:hover {
    color: hsla(24, 6%, 83%, 0.25);
}
.hover\:text-warmgray-300\/30:hover {
    color: hsla(24, 6%, 83%, 0.3);
}
.hover\:text-warmgray-300\/35:hover {
    color: hsla(24, 6%, 83%, 0.35);
}
.hover\:text-warmgray-300\/40:hover {
    color: hsla(24, 6%, 83%, 0.4);
}
.hover\:text-warmgray-300\/45:hover {
    color: hsla(24, 6%, 83%, 0.45);
}
.hover\:text-warmgray-300\/5:hover {
    color: hsla(24, 6%, 83%, 0.05);
}
.hover\:text-warmgray-300\/50:hover {
    color: hsla(24, 6%, 83%, 0.5);
}
.hover\:text-warmgray-300\/55:hover {
    color: hsla(24, 6%, 83%, 0.55);
}
.hover\:text-warmgray-300\/60:hover {
    color: hsla(24, 6%, 83%, 0.6);
}
.hover\:text-warmgray-300\/65:hover {
    color: hsla(24, 6%, 83%, 0.65);
}
.hover\:text-warmgray-300\/70:hover {
    color: hsla(24, 6%, 83%, 0.7);
}
.hover\:text-warmgray-300\/75:hover {
    color: hsla(24, 6%, 83%, 0.75);
}
.hover\:text-warmgray-300\/80:hover {
    color: hsla(24, 6%, 83%, 0.8);
}
.hover\:text-warmgray-300\/85:hover {
    color: hsla(24, 6%, 83%, 0.85);
}
.hover\:text-warmgray-300\/90:hover {
    color: hsla(24, 6%, 83%, 0.9);
}
.hover\:text-warmgray-300\/95:hover {
    color: hsla(24, 6%, 83%, 0.95);
}
.hover\:text-warmgray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-400\/0:hover {
    color: hsla(24, 5%, 64%, 0);
}
.hover\:text-warmgray-400\/10:hover {
    color: hsla(24, 5%, 64%, 0.1);
}
.hover\:text-warmgray-400\/100:hover {
    color: #a8a29e;
}
.hover\:text-warmgray-400\/15:hover {
    color: hsla(24, 5%, 64%, 0.15);
}
.hover\:text-warmgray-400\/20:hover {
    color: hsla(24, 5%, 64%, 0.2);
}
.hover\:text-warmgray-400\/25:hover {
    color: hsla(24, 5%, 64%, 0.25);
}
.hover\:text-warmgray-400\/30:hover {
    color: hsla(24, 5%, 64%, 0.3);
}
.hover\:text-warmgray-400\/35:hover {
    color: hsla(24, 5%, 64%, 0.35);
}
.hover\:text-warmgray-400\/40:hover {
    color: hsla(24, 5%, 64%, 0.4);
}
.hover\:text-warmgray-400\/45:hover {
    color: hsla(24, 5%, 64%, 0.45);
}
.hover\:text-warmgray-400\/5:hover {
    color: hsla(24, 5%, 64%, 0.05);
}
.hover\:text-warmgray-400\/50:hover {
    color: hsla(24, 5%, 64%, 0.5);
}
.hover\:text-warmgray-400\/55:hover {
    color: hsla(24, 5%, 64%, 0.55);
}
.hover\:text-warmgray-400\/60:hover {
    color: hsla(24, 5%, 64%, 0.6);
}
.hover\:text-warmgray-400\/65:hover {
    color: hsla(24, 5%, 64%, 0.65);
}
.hover\:text-warmgray-400\/70:hover {
    color: hsla(24, 5%, 64%, 0.7);
}
.hover\:text-warmgray-400\/75:hover {
    color: hsla(24, 5%, 64%, 0.75);
}
.hover\:text-warmgray-400\/80:hover {
    color: hsla(24, 5%, 64%, 0.8);
}
.hover\:text-warmgray-400\/85:hover {
    color: hsla(24, 5%, 64%, 0.85);
}
.hover\:text-warmgray-400\/90:hover {
    color: hsla(24, 5%, 64%, 0.9);
}
.hover\:text-warmgray-400\/95:hover {
    color: hsla(24, 5%, 64%, 0.95);
}
.hover\:text-warmgray-50:hover {
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-50\/0:hover {
    color: hsla(60, 9%, 98%, 0);
}
.hover\:text-warmgray-50\/10:hover {
    color: hsla(60, 9%, 98%, 0.1);
}
.hover\:text-warmgray-50\/100:hover {
    color: #fafaf9;
}
.hover\:text-warmgray-50\/15:hover {
    color: hsla(60, 9%, 98%, 0.15);
}
.hover\:text-warmgray-50\/20:hover {
    color: hsla(60, 9%, 98%, 0.2);
}
.hover\:text-warmgray-50\/25:hover {
    color: hsla(60, 9%, 98%, 0.25);
}
.hover\:text-warmgray-50\/30:hover {
    color: hsla(60, 9%, 98%, 0.3);
}
.hover\:text-warmgray-50\/35:hover {
    color: hsla(60, 9%, 98%, 0.35);
}
.hover\:text-warmgray-50\/40:hover {
    color: hsla(60, 9%, 98%, 0.4);
}
.hover\:text-warmgray-50\/45:hover {
    color: hsla(60, 9%, 98%, 0.45);
}
.hover\:text-warmgray-50\/5:hover {
    color: hsla(60, 9%, 98%, 0.05);
}
.hover\:text-warmgray-50\/50:hover {
    color: hsla(60, 9%, 98%, 0.5);
}
.hover\:text-warmgray-50\/55:hover {
    color: hsla(60, 9%, 98%, 0.55);
}
.hover\:text-warmgray-50\/60:hover {
    color: hsla(60, 9%, 98%, 0.6);
}
.hover\:text-warmgray-50\/65:hover {
    color: hsla(60, 9%, 98%, 0.65);
}
.hover\:text-warmgray-50\/70:hover {
    color: hsla(60, 9%, 98%, 0.7);
}
.hover\:text-warmgray-50\/75:hover {
    color: hsla(60, 9%, 98%, 0.75);
}
.hover\:text-warmgray-50\/80:hover {
    color: hsla(60, 9%, 98%, 0.8);
}
.hover\:text-warmgray-50\/85:hover {
    color: hsla(60, 9%, 98%, 0.85);
}
.hover\:text-warmgray-50\/90:hover {
    color: hsla(60, 9%, 98%, 0.9);
}
.hover\:text-warmgray-50\/95:hover {
    color: hsla(60, 9%, 98%, 0.95);
}
.hover\:text-warmgray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-500\/0:hover {
    color: hsla(25, 5%, 45%, 0);
}
.hover\:text-warmgray-500\/10:hover {
    color: hsla(25, 5%, 45%, 0.1);
}
.hover\:text-warmgray-500\/100:hover {
    color: #78716c;
}
.hover\:text-warmgray-500\/15:hover {
    color: hsla(25, 5%, 45%, 0.15);
}
.hover\:text-warmgray-500\/20:hover {
    color: hsla(25, 5%, 45%, 0.2);
}
.hover\:text-warmgray-500\/25:hover {
    color: hsla(25, 5%, 45%, 0.25);
}
.hover\:text-warmgray-500\/30:hover {
    color: hsla(25, 5%, 45%, 0.3);
}
.hover\:text-warmgray-500\/35:hover {
    color: hsla(25, 5%, 45%, 0.35);
}
.hover\:text-warmgray-500\/40:hover {
    color: hsla(25, 5%, 45%, 0.4);
}
.hover\:text-warmgray-500\/45:hover {
    color: hsla(25, 5%, 45%, 0.45);
}
.hover\:text-warmgray-500\/5:hover {
    color: hsla(25, 5%, 45%, 0.05);
}
.hover\:text-warmgray-500\/50:hover {
    color: hsla(25, 5%, 45%, 0.5);
}
.hover\:text-warmgray-500\/55:hover {
    color: hsla(25, 5%, 45%, 0.55);
}
.hover\:text-warmgray-500\/60:hover {
    color: hsla(25, 5%, 45%, 0.6);
}
.hover\:text-warmgray-500\/65:hover {
    color: hsla(25, 5%, 45%, 0.65);
}
.hover\:text-warmgray-500\/70:hover {
    color: hsla(25, 5%, 45%, 0.7);
}
.hover\:text-warmgray-500\/75:hover {
    color: hsla(25, 5%, 45%, 0.75);
}
.hover\:text-warmgray-500\/80:hover {
    color: hsla(25, 5%, 45%, 0.8);
}
.hover\:text-warmgray-500\/85:hover {
    color: hsla(25, 5%, 45%, 0.85);
}
.hover\:text-warmgray-500\/90:hover {
    color: hsla(25, 5%, 45%, 0.9);
}
.hover\:text-warmgray-500\/95:hover {
    color: hsla(25, 5%, 45%, 0.95);
}
.hover\:text-warmgray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-600\/0:hover {
    color: rgba(87, 83, 78, 0);
}
.hover\:text-warmgray-600\/10:hover {
    color: rgba(87, 83, 78, 0.1);
}
.hover\:text-warmgray-600\/100:hover {
    color: #57534e;
}
.hover\:text-warmgray-600\/15:hover {
    color: rgba(87, 83, 78, 0.15);
}
.hover\:text-warmgray-600\/20:hover {
    color: rgba(87, 83, 78, 0.2);
}
.hover\:text-warmgray-600\/25:hover {
    color: rgba(87, 83, 78, 0.25);
}
.hover\:text-warmgray-600\/30:hover {
    color: rgba(87, 83, 78, 0.3);
}
.hover\:text-warmgray-600\/35:hover {
    color: rgba(87, 83, 78, 0.35);
}
.hover\:text-warmgray-600\/40:hover {
    color: rgba(87, 83, 78, 0.4);
}
.hover\:text-warmgray-600\/45:hover {
    color: rgba(87, 83, 78, 0.45);
}
.hover\:text-warmgray-600\/5:hover {
    color: rgba(87, 83, 78, 0.05);
}
.hover\:text-warmgray-600\/50:hover {
    color: rgba(87, 83, 78, 0.5);
}
.hover\:text-warmgray-600\/55:hover {
    color: rgba(87, 83, 78, 0.55);
}
.hover\:text-warmgray-600\/60:hover {
    color: rgba(87, 83, 78, 0.6);
}
.hover\:text-warmgray-600\/65:hover {
    color: rgba(87, 83, 78, 0.65);
}
.hover\:text-warmgray-600\/70:hover {
    color: rgba(87, 83, 78, 0.7);
}
.hover\:text-warmgray-600\/75:hover {
    color: rgba(87, 83, 78, 0.75);
}
.hover\:text-warmgray-600\/80:hover {
    color: rgba(87, 83, 78, 0.8);
}
.hover\:text-warmgray-600\/85:hover {
    color: rgba(87, 83, 78, 0.85);
}
.hover\:text-warmgray-600\/90:hover {
    color: rgba(87, 83, 78, 0.9);
}
.hover\:text-warmgray-600\/95:hover {
    color: rgba(87, 83, 78, 0.95);
}
.hover\:text-warmgray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-700\/0:hover {
    color: rgba(68, 64, 60, 0);
}
.hover\:text-warmgray-700\/10:hover {
    color: rgba(68, 64, 60, 0.1);
}
.hover\:text-warmgray-700\/100:hover {
    color: #44403c;
}
.hover\:text-warmgray-700\/15:hover {
    color: rgba(68, 64, 60, 0.15);
}
.hover\:text-warmgray-700\/20:hover {
    color: rgba(68, 64, 60, 0.2);
}
.hover\:text-warmgray-700\/25:hover {
    color: rgba(68, 64, 60, 0.25);
}
.hover\:text-warmgray-700\/30:hover {
    color: rgba(68, 64, 60, 0.3);
}
.hover\:text-warmgray-700\/35:hover {
    color: rgba(68, 64, 60, 0.35);
}
.hover\:text-warmgray-700\/40:hover {
    color: rgba(68, 64, 60, 0.4);
}
.hover\:text-warmgray-700\/45:hover {
    color: rgba(68, 64, 60, 0.45);
}
.hover\:text-warmgray-700\/5:hover {
    color: rgba(68, 64, 60, 0.05);
}
.hover\:text-warmgray-700\/50:hover {
    color: rgba(68, 64, 60, 0.5);
}
.hover\:text-warmgray-700\/55:hover {
    color: rgba(68, 64, 60, 0.55);
}
.hover\:text-warmgray-700\/60:hover {
    color: rgba(68, 64, 60, 0.6);
}
.hover\:text-warmgray-700\/65:hover {
    color: rgba(68, 64, 60, 0.65);
}
.hover\:text-warmgray-700\/70:hover {
    color: rgba(68, 64, 60, 0.7);
}
.hover\:text-warmgray-700\/75:hover {
    color: rgba(68, 64, 60, 0.75);
}
.hover\:text-warmgray-700\/80:hover {
    color: rgba(68, 64, 60, 0.8);
}
.hover\:text-warmgray-700\/85:hover {
    color: rgba(68, 64, 60, 0.85);
}
.hover\:text-warmgray-700\/90:hover {
    color: rgba(68, 64, 60, 0.9);
}
.hover\:text-warmgray-700\/95:hover {
    color: rgba(68, 64, 60, 0.95);
}
.hover\:text-warmgray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-800\/0:hover {
    color: rgba(41, 37, 36, 0);
}
.hover\:text-warmgray-800\/10:hover {
    color: rgba(41, 37, 36, 0.1);
}
.hover\:text-warmgray-800\/100:hover {
    color: #292524;
}
.hover\:text-warmgray-800\/15:hover {
    color: rgba(41, 37, 36, 0.15);
}
.hover\:text-warmgray-800\/20:hover {
    color: rgba(41, 37, 36, 0.2);
}
.hover\:text-warmgray-800\/25:hover {
    color: rgba(41, 37, 36, 0.25);
}
.hover\:text-warmgray-800\/30:hover {
    color: rgba(41, 37, 36, 0.3);
}
.hover\:text-warmgray-800\/35:hover {
    color: rgba(41, 37, 36, 0.35);
}
.hover\:text-warmgray-800\/40:hover {
    color: rgba(41, 37, 36, 0.4);
}
.hover\:text-warmgray-800\/45:hover {
    color: rgba(41, 37, 36, 0.45);
}
.hover\:text-warmgray-800\/5:hover {
    color: rgba(41, 37, 36, 0.05);
}
.hover\:text-warmgray-800\/50:hover {
    color: rgba(41, 37, 36, 0.5);
}
.hover\:text-warmgray-800\/55:hover {
    color: rgba(41, 37, 36, 0.55);
}
.hover\:text-warmgray-800\/60:hover {
    color: rgba(41, 37, 36, 0.6);
}
.hover\:text-warmgray-800\/65:hover {
    color: rgba(41, 37, 36, 0.65);
}
.hover\:text-warmgray-800\/70:hover {
    color: rgba(41, 37, 36, 0.7);
}
.hover\:text-warmgray-800\/75:hover {
    color: rgba(41, 37, 36, 0.75);
}
.hover\:text-warmgray-800\/80:hover {
    color: rgba(41, 37, 36, 0.8);
}
.hover\:text-warmgray-800\/85:hover {
    color: rgba(41, 37, 36, 0.85);
}
.hover\:text-warmgray-800\/90:hover {
    color: rgba(41, 37, 36, 0.9);
}
.hover\:text-warmgray-800\/95:hover {
    color: rgba(41, 37, 36, 0.95);
}
.hover\:text-warmgray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgray-900\/0:hover {
    color: rgba(28, 25, 23, 0);
}
.hover\:text-warmgray-900\/10:hover {
    color: rgba(28, 25, 23, 0.1);
}
.hover\:text-warmgray-900\/100:hover {
    color: #1c1917;
}
.hover\:text-warmgray-900\/15:hover {
    color: rgba(28, 25, 23, 0.15);
}
.hover\:text-warmgray-900\/20:hover {
    color: rgba(28, 25, 23, 0.2);
}
.hover\:text-warmgray-900\/25:hover {
    color: rgba(28, 25, 23, 0.25);
}
.hover\:text-warmgray-900\/30:hover {
    color: rgba(28, 25, 23, 0.3);
}
.hover\:text-warmgray-900\/35:hover {
    color: rgba(28, 25, 23, 0.35);
}
.hover\:text-warmgray-900\/40:hover {
    color: rgba(28, 25, 23, 0.4);
}
.hover\:text-warmgray-900\/45:hover {
    color: rgba(28, 25, 23, 0.45);
}
.hover\:text-warmgray-900\/5:hover {
    color: rgba(28, 25, 23, 0.05);
}
.hover\:text-warmgray-900\/50:hover {
    color: rgba(28, 25, 23, 0.5);
}
.hover\:text-warmgray-900\/55:hover {
    color: rgba(28, 25, 23, 0.55);
}
.hover\:text-warmgray-900\/60:hover {
    color: rgba(28, 25, 23, 0.6);
}
.hover\:text-warmgray-900\/65:hover {
    color: rgba(28, 25, 23, 0.65);
}
.hover\:text-warmgray-900\/70:hover {
    color: rgba(28, 25, 23, 0.7);
}
.hover\:text-warmgray-900\/75:hover {
    color: rgba(28, 25, 23, 0.75);
}
.hover\:text-warmgray-900\/80:hover {
    color: rgba(28, 25, 23, 0.8);
}
.hover\:text-warmgray-900\/85:hover {
    color: rgba(28, 25, 23, 0.85);
}
.hover\:text-warmgray-900\/90:hover {
    color: rgba(28, 25, 23, 0.9);
}
.hover\:text-warmgray-900\/95:hover {
    color: rgba(28, 25, 23, 0.95);
}
.hover\:text-warmgreen-100:hover {
    --tw-text-opacity: 1;
    color: rgb(223 250 149 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-100\/0:hover {
    color: hsla(76, 91%, 78%, 0);
}
.hover\:text-warmgreen-100\/10:hover {
    color: hsla(76, 91%, 78%, 0.1);
}
.hover\:text-warmgreen-100\/100:hover {
    color: #dffa95;
}
.hover\:text-warmgreen-100\/15:hover {
    color: hsla(76, 91%, 78%, 0.15);
}
.hover\:text-warmgreen-100\/20:hover {
    color: hsla(76, 91%, 78%, 0.2);
}
.hover\:text-warmgreen-100\/25:hover {
    color: hsla(76, 91%, 78%, 0.25);
}
.hover\:text-warmgreen-100\/30:hover {
    color: hsla(76, 91%, 78%, 0.3);
}
.hover\:text-warmgreen-100\/35:hover {
    color: hsla(76, 91%, 78%, 0.35);
}
.hover\:text-warmgreen-100\/40:hover {
    color: hsla(76, 91%, 78%, 0.4);
}
.hover\:text-warmgreen-100\/45:hover {
    color: hsla(76, 91%, 78%, 0.45);
}
.hover\:text-warmgreen-100\/5:hover {
    color: hsla(76, 91%, 78%, 0.05);
}
.hover\:text-warmgreen-100\/50:hover {
    color: hsla(76, 91%, 78%, 0.5);
}
.hover\:text-warmgreen-100\/55:hover {
    color: hsla(76, 91%, 78%, 0.55);
}
.hover\:text-warmgreen-100\/60:hover {
    color: hsla(76, 91%, 78%, 0.6);
}
.hover\:text-warmgreen-100\/65:hover {
    color: hsla(76, 91%, 78%, 0.65);
}
.hover\:text-warmgreen-100\/70:hover {
    color: hsla(76, 91%, 78%, 0.7);
}
.hover\:text-warmgreen-100\/75:hover {
    color: hsla(76, 91%, 78%, 0.75);
}
.hover\:text-warmgreen-100\/80:hover {
    color: hsla(76, 91%, 78%, 0.8);
}
.hover\:text-warmgreen-100\/85:hover {
    color: hsla(76, 91%, 78%, 0.85);
}
.hover\:text-warmgreen-100\/90:hover {
    color: hsla(76, 91%, 78%, 0.9);
}
.hover\:text-warmgreen-100\/95:hover {
    color: hsla(76, 91%, 78%, 0.95);
}
.hover\:text-warmgreen-200:hover {
    --tw-text-opacity: 1;
    color: rgb(213 240 139 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-200\/0:hover {
    color: hsla(76, 77%, 74%, 0);
}
.hover\:text-warmgreen-200\/10:hover {
    color: hsla(76, 77%, 74%, 0.1);
}
.hover\:text-warmgreen-200\/100:hover {
    color: #d5f08b;
}
.hover\:text-warmgreen-200\/15:hover {
    color: hsla(76, 77%, 74%, 0.15);
}
.hover\:text-warmgreen-200\/20:hover {
    color: hsla(76, 77%, 74%, 0.2);
}
.hover\:text-warmgreen-200\/25:hover {
    color: hsla(76, 77%, 74%, 0.25);
}
.hover\:text-warmgreen-200\/30:hover {
    color: hsla(76, 77%, 74%, 0.3);
}
.hover\:text-warmgreen-200\/35:hover {
    color: hsla(76, 77%, 74%, 0.35);
}
.hover\:text-warmgreen-200\/40:hover {
    color: hsla(76, 77%, 74%, 0.4);
}
.hover\:text-warmgreen-200\/45:hover {
    color: hsla(76, 77%, 74%, 0.45);
}
.hover\:text-warmgreen-200\/5:hover {
    color: hsla(76, 77%, 74%, 0.05);
}
.hover\:text-warmgreen-200\/50:hover {
    color: hsla(76, 77%, 74%, 0.5);
}
.hover\:text-warmgreen-200\/55:hover {
    color: hsla(76, 77%, 74%, 0.55);
}
.hover\:text-warmgreen-200\/60:hover {
    color: hsla(76, 77%, 74%, 0.6);
}
.hover\:text-warmgreen-200\/65:hover {
    color: hsla(76, 77%, 74%, 0.65);
}
.hover\:text-warmgreen-200\/70:hover {
    color: hsla(76, 77%, 74%, 0.7);
}
.hover\:text-warmgreen-200\/75:hover {
    color: hsla(76, 77%, 74%, 0.75);
}
.hover\:text-warmgreen-200\/80:hover {
    color: hsla(76, 77%, 74%, 0.8);
}
.hover\:text-warmgreen-200\/85:hover {
    color: hsla(76, 77%, 74%, 0.85);
}
.hover\:text-warmgreen-200\/90:hover {
    color: hsla(76, 77%, 74%, 0.9);
}
.hover\:text-warmgreen-200\/95:hover {
    color: hsla(76, 77%, 74%, 0.95);
}
.hover\:text-warmgreen-300:hover {
    --tw-text-opacity: 1;
    color: rgb(203 230 129 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-300\/0:hover {
    color: hsla(76, 67%, 70%, 0);
}
.hover\:text-warmgreen-300\/10:hover {
    color: hsla(76, 67%, 70%, 0.1);
}
.hover\:text-warmgreen-300\/100:hover {
    color: #cbe681;
}
.hover\:text-warmgreen-300\/15:hover {
    color: hsla(76, 67%, 70%, 0.15);
}
.hover\:text-warmgreen-300\/20:hover {
    color: hsla(76, 67%, 70%, 0.2);
}
.hover\:text-warmgreen-300\/25:hover {
    color: hsla(76, 67%, 70%, 0.25);
}
.hover\:text-warmgreen-300\/30:hover {
    color: hsla(76, 67%, 70%, 0.3);
}
.hover\:text-warmgreen-300\/35:hover {
    color: hsla(76, 67%, 70%, 0.35);
}
.hover\:text-warmgreen-300\/40:hover {
    color: hsla(76, 67%, 70%, 0.4);
}
.hover\:text-warmgreen-300\/45:hover {
    color: hsla(76, 67%, 70%, 0.45);
}
.hover\:text-warmgreen-300\/5:hover {
    color: hsla(76, 67%, 70%, 0.05);
}
.hover\:text-warmgreen-300\/50:hover {
    color: hsla(76, 67%, 70%, 0.5);
}
.hover\:text-warmgreen-300\/55:hover {
    color: hsla(76, 67%, 70%, 0.55);
}
.hover\:text-warmgreen-300\/60:hover {
    color: hsla(76, 67%, 70%, 0.6);
}
.hover\:text-warmgreen-300\/65:hover {
    color: hsla(76, 67%, 70%, 0.65);
}
.hover\:text-warmgreen-300\/70:hover {
    color: hsla(76, 67%, 70%, 0.7);
}
.hover\:text-warmgreen-300\/75:hover {
    color: hsla(76, 67%, 70%, 0.75);
}
.hover\:text-warmgreen-300\/80:hover {
    color: hsla(76, 67%, 70%, 0.8);
}
.hover\:text-warmgreen-300\/85:hover {
    color: hsla(76, 67%, 70%, 0.85);
}
.hover\:text-warmgreen-300\/90:hover {
    color: hsla(76, 67%, 70%, 0.9);
}
.hover\:text-warmgreen-300\/95:hover {
    color: hsla(76, 67%, 70%, 0.95);
}
.hover\:text-warmgreen-400:hover {
    --tw-text-opacity: 1;
    color: rgb(193 220 119 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-400\/0:hover {
    color: hsla(76, 59%, 66%, 0);
}
.hover\:text-warmgreen-400\/10:hover {
    color: hsla(76, 59%, 66%, 0.1);
}
.hover\:text-warmgreen-400\/100:hover {
    color: #c1dc77;
}
.hover\:text-warmgreen-400\/15:hover {
    color: hsla(76, 59%, 66%, 0.15);
}
.hover\:text-warmgreen-400\/20:hover {
    color: hsla(76, 59%, 66%, 0.2);
}
.hover\:text-warmgreen-400\/25:hover {
    color: hsla(76, 59%, 66%, 0.25);
}
.hover\:text-warmgreen-400\/30:hover {
    color: hsla(76, 59%, 66%, 0.3);
}
.hover\:text-warmgreen-400\/35:hover {
    color: hsla(76, 59%, 66%, 0.35);
}
.hover\:text-warmgreen-400\/40:hover {
    color: hsla(76, 59%, 66%, 0.4);
}
.hover\:text-warmgreen-400\/45:hover {
    color: hsla(76, 59%, 66%, 0.45);
}
.hover\:text-warmgreen-400\/5:hover {
    color: hsla(76, 59%, 66%, 0.05);
}
.hover\:text-warmgreen-400\/50:hover {
    color: hsla(76, 59%, 66%, 0.5);
}
.hover\:text-warmgreen-400\/55:hover {
    color: hsla(76, 59%, 66%, 0.55);
}
.hover\:text-warmgreen-400\/60:hover {
    color: hsla(76, 59%, 66%, 0.6);
}
.hover\:text-warmgreen-400\/65:hover {
    color: hsla(76, 59%, 66%, 0.65);
}
.hover\:text-warmgreen-400\/70:hover {
    color: hsla(76, 59%, 66%, 0.7);
}
.hover\:text-warmgreen-400\/75:hover {
    color: hsla(76, 59%, 66%, 0.75);
}
.hover\:text-warmgreen-400\/80:hover {
    color: hsla(76, 59%, 66%, 0.8);
}
.hover\:text-warmgreen-400\/85:hover {
    color: hsla(76, 59%, 66%, 0.85);
}
.hover\:text-warmgreen-400\/90:hover {
    color: hsla(76, 59%, 66%, 0.9);
}
.hover\:text-warmgreen-400\/95:hover {
    color: hsla(76, 59%, 66%, 0.95);
}
.hover\:text-warmgreen-50:hover {
    --tw-text-opacity: 1;
    color: rgb(233 255 159 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-50\/0:hover {
    color: rgba(233, 255, 159, 0);
}
.hover\:text-warmgreen-50\/10:hover {
    color: rgba(233, 255, 159, 0.1);
}
.hover\:text-warmgreen-50\/100:hover {
    color: #e9ff9f;
}
.hover\:text-warmgreen-50\/15:hover {
    color: rgba(233, 255, 159, 0.15);
}
.hover\:text-warmgreen-50\/20:hover {
    color: rgba(233, 255, 159, 0.2);
}
.hover\:text-warmgreen-50\/25:hover {
    color: rgba(233, 255, 159, 0.25);
}
.hover\:text-warmgreen-50\/30:hover {
    color: rgba(233, 255, 159, 0.3);
}
.hover\:text-warmgreen-50\/35:hover {
    color: rgba(233, 255, 159, 0.35);
}
.hover\:text-warmgreen-50\/40:hover {
    color: rgba(233, 255, 159, 0.4);
}
.hover\:text-warmgreen-50\/45:hover {
    color: rgba(233, 255, 159, 0.45);
}
.hover\:text-warmgreen-50\/5:hover {
    color: rgba(233, 255, 159, 0.05);
}
.hover\:text-warmgreen-50\/50:hover {
    color: rgba(233, 255, 159, 0.5);
}
.hover\:text-warmgreen-50\/55:hover {
    color: rgba(233, 255, 159, 0.55);
}
.hover\:text-warmgreen-50\/60:hover {
    color: rgba(233, 255, 159, 0.6);
}
.hover\:text-warmgreen-50\/65:hover {
    color: rgba(233, 255, 159, 0.65);
}
.hover\:text-warmgreen-50\/70:hover {
    color: rgba(233, 255, 159, 0.7);
}
.hover\:text-warmgreen-50\/75:hover {
    color: rgba(233, 255, 159, 0.75);
}
.hover\:text-warmgreen-50\/80:hover {
    color: rgba(233, 255, 159, 0.8);
}
.hover\:text-warmgreen-50\/85:hover {
    color: rgba(233, 255, 159, 0.85);
}
.hover\:text-warmgreen-50\/90:hover {
    color: rgba(233, 255, 159, 0.9);
}
.hover\:text-warmgreen-50\/95:hover {
    color: rgba(233, 255, 159, 0.95);
}
.hover\:text-warmgreen-500:hover {
    --tw-text-opacity: 1;
    color: rgb(183 210 109 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-500\/0:hover {
    color: hsla(76, 53%, 63%, 0);
}
.hover\:text-warmgreen-500\/10:hover {
    color: hsla(76, 53%, 63%, 0.1);
}
.hover\:text-warmgreen-500\/100:hover {
    color: #b7d26d;
}
.hover\:text-warmgreen-500\/15:hover {
    color: hsla(76, 53%, 63%, 0.15);
}
.hover\:text-warmgreen-500\/20:hover {
    color: hsla(76, 53%, 63%, 0.2);
}
.hover\:text-warmgreen-500\/25:hover {
    color: hsla(76, 53%, 63%, 0.25);
}
.hover\:text-warmgreen-500\/30:hover {
    color: hsla(76, 53%, 63%, 0.3);
}
.hover\:text-warmgreen-500\/35:hover {
    color: hsla(76, 53%, 63%, 0.35);
}
.hover\:text-warmgreen-500\/40:hover {
    color: hsla(76, 53%, 63%, 0.4);
}
.hover\:text-warmgreen-500\/45:hover {
    color: hsla(76, 53%, 63%, 0.45);
}
.hover\:text-warmgreen-500\/5:hover {
    color: hsla(76, 53%, 63%, 0.05);
}
.hover\:text-warmgreen-500\/50:hover {
    color: hsla(76, 53%, 63%, 0.5);
}
.hover\:text-warmgreen-500\/55:hover {
    color: hsla(76, 53%, 63%, 0.55);
}
.hover\:text-warmgreen-500\/60:hover {
    color: hsla(76, 53%, 63%, 0.6);
}
.hover\:text-warmgreen-500\/65:hover {
    color: hsla(76, 53%, 63%, 0.65);
}
.hover\:text-warmgreen-500\/70:hover {
    color: hsla(76, 53%, 63%, 0.7);
}
.hover\:text-warmgreen-500\/75:hover {
    color: hsla(76, 53%, 63%, 0.75);
}
.hover\:text-warmgreen-500\/80:hover {
    color: hsla(76, 53%, 63%, 0.8);
}
.hover\:text-warmgreen-500\/85:hover {
    color: hsla(76, 53%, 63%, 0.85);
}
.hover\:text-warmgreen-500\/90:hover {
    color: hsla(76, 53%, 63%, 0.9);
}
.hover\:text-warmgreen-500\/95:hover {
    color: hsla(76, 53%, 63%, 0.95);
}
.hover\:text-warmgreen-600:hover {
    --tw-text-opacity: 1;
    color: rgb(173 200 99 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-600\/0:hover {
    color: rgba(173, 200, 99, 0);
}
.hover\:text-warmgreen-600\/10:hover {
    color: rgba(173, 200, 99, 0.1);
}
.hover\:text-warmgreen-600\/100:hover {
    color: #adc863;
}
.hover\:text-warmgreen-600\/15:hover {
    color: rgba(173, 200, 99, 0.15);
}
.hover\:text-warmgreen-600\/20:hover {
    color: rgba(173, 200, 99, 0.2);
}
.hover\:text-warmgreen-600\/25:hover {
    color: rgba(173, 200, 99, 0.25);
}
.hover\:text-warmgreen-600\/30:hover {
    color: rgba(173, 200, 99, 0.3);
}
.hover\:text-warmgreen-600\/35:hover {
    color: rgba(173, 200, 99, 0.35);
}
.hover\:text-warmgreen-600\/40:hover {
    color: rgba(173, 200, 99, 0.4);
}
.hover\:text-warmgreen-600\/45:hover {
    color: rgba(173, 200, 99, 0.45);
}
.hover\:text-warmgreen-600\/5:hover {
    color: rgba(173, 200, 99, 0.05);
}
.hover\:text-warmgreen-600\/50:hover {
    color: rgba(173, 200, 99, 0.5);
}
.hover\:text-warmgreen-600\/55:hover {
    color: rgba(173, 200, 99, 0.55);
}
.hover\:text-warmgreen-600\/60:hover {
    color: rgba(173, 200, 99, 0.6);
}
.hover\:text-warmgreen-600\/65:hover {
    color: rgba(173, 200, 99, 0.65);
}
.hover\:text-warmgreen-600\/70:hover {
    color: rgba(173, 200, 99, 0.7);
}
.hover\:text-warmgreen-600\/75:hover {
    color: rgba(173, 200, 99, 0.75);
}
.hover\:text-warmgreen-600\/80:hover {
    color: rgba(173, 200, 99, 0.8);
}
.hover\:text-warmgreen-600\/85:hover {
    color: rgba(173, 200, 99, 0.85);
}
.hover\:text-warmgreen-600\/90:hover {
    color: rgba(173, 200, 99, 0.9);
}
.hover\:text-warmgreen-600\/95:hover {
    color: rgba(173, 200, 99, 0.95);
}
.hover\:text-warmgreen-700:hover {
    --tw-text-opacity: 1;
    color: rgb(163 190 89 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-700\/0:hover {
    color: rgba(163, 190, 89, 0);
}
.hover\:text-warmgreen-700\/10:hover {
    color: rgba(163, 190, 89, 0.1);
}
.hover\:text-warmgreen-700\/100:hover {
    color: #a3be59;
}
.hover\:text-warmgreen-700\/15:hover {
    color: rgba(163, 190, 89, 0.15);
}
.hover\:text-warmgreen-700\/20:hover {
    color: rgba(163, 190, 89, 0.2);
}
.hover\:text-warmgreen-700\/25:hover {
    color: rgba(163, 190, 89, 0.25);
}
.hover\:text-warmgreen-700\/30:hover {
    color: rgba(163, 190, 89, 0.3);
}
.hover\:text-warmgreen-700\/35:hover {
    color: rgba(163, 190, 89, 0.35);
}
.hover\:text-warmgreen-700\/40:hover {
    color: rgba(163, 190, 89, 0.4);
}
.hover\:text-warmgreen-700\/45:hover {
    color: rgba(163, 190, 89, 0.45);
}
.hover\:text-warmgreen-700\/5:hover {
    color: rgba(163, 190, 89, 0.05);
}
.hover\:text-warmgreen-700\/50:hover {
    color: rgba(163, 190, 89, 0.5);
}
.hover\:text-warmgreen-700\/55:hover {
    color: rgba(163, 190, 89, 0.55);
}
.hover\:text-warmgreen-700\/60:hover {
    color: rgba(163, 190, 89, 0.6);
}
.hover\:text-warmgreen-700\/65:hover {
    color: rgba(163, 190, 89, 0.65);
}
.hover\:text-warmgreen-700\/70:hover {
    color: rgba(163, 190, 89, 0.7);
}
.hover\:text-warmgreen-700\/75:hover {
    color: rgba(163, 190, 89, 0.75);
}
.hover\:text-warmgreen-700\/80:hover {
    color: rgba(163, 190, 89, 0.8);
}
.hover\:text-warmgreen-700\/85:hover {
    color: rgba(163, 190, 89, 0.85);
}
.hover\:text-warmgreen-700\/90:hover {
    color: rgba(163, 190, 89, 0.9);
}
.hover\:text-warmgreen-700\/95:hover {
    color: rgba(163, 190, 89, 0.95);
}
.hover\:text-warmgreen-800:hover {
    --tw-text-opacity: 1;
    color: rgb(98 119 95 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-800\/0:hover {
    color: rgba(98, 119, 95, 0);
}
.hover\:text-warmgreen-800\/10:hover {
    color: rgba(98, 119, 95, 0.1);
}
.hover\:text-warmgreen-800\/100:hover {
    color: #62775f;
}
.hover\:text-warmgreen-800\/15:hover {
    color: rgba(98, 119, 95, 0.15);
}
.hover\:text-warmgreen-800\/20:hover {
    color: rgba(98, 119, 95, 0.2);
}
.hover\:text-warmgreen-800\/25:hover {
    color: rgba(98, 119, 95, 0.25);
}
.hover\:text-warmgreen-800\/30:hover {
    color: rgba(98, 119, 95, 0.3);
}
.hover\:text-warmgreen-800\/35:hover {
    color: rgba(98, 119, 95, 0.35);
}
.hover\:text-warmgreen-800\/40:hover {
    color: rgba(98, 119, 95, 0.4);
}
.hover\:text-warmgreen-800\/45:hover {
    color: rgba(98, 119, 95, 0.45);
}
.hover\:text-warmgreen-800\/5:hover {
    color: rgba(98, 119, 95, 0.05);
}
.hover\:text-warmgreen-800\/50:hover {
    color: rgba(98, 119, 95, 0.5);
}
.hover\:text-warmgreen-800\/55:hover {
    color: rgba(98, 119, 95, 0.55);
}
.hover\:text-warmgreen-800\/60:hover {
    color: rgba(98, 119, 95, 0.6);
}
.hover\:text-warmgreen-800\/65:hover {
    color: rgba(98, 119, 95, 0.65);
}
.hover\:text-warmgreen-800\/70:hover {
    color: rgba(98, 119, 95, 0.7);
}
.hover\:text-warmgreen-800\/75:hover {
    color: rgba(98, 119, 95, 0.75);
}
.hover\:text-warmgreen-800\/80:hover {
    color: rgba(98, 119, 95, 0.8);
}
.hover\:text-warmgreen-800\/85:hover {
    color: rgba(98, 119, 95, 0.85);
}
.hover\:text-warmgreen-800\/90:hover {
    color: rgba(98, 119, 95, 0.9);
}
.hover\:text-warmgreen-800\/95:hover {
    color: rgba(98, 119, 95, 0.95);
}
.hover\:text-warmgreen-900:hover {
    --tw-text-opacity: 1;
    color: rgb(143 170 69 / var(--tw-text-opacity, 1));
}
.hover\:text-warmgreen-900\/0:hover {
    color: rgba(143, 170, 69, 0);
}
.hover\:text-warmgreen-900\/10:hover {
    color: rgba(143, 170, 69, 0.1);
}
.hover\:text-warmgreen-900\/100:hover {
    color: #8faa45;
}
.hover\:text-warmgreen-900\/15:hover {
    color: rgba(143, 170, 69, 0.15);
}
.hover\:text-warmgreen-900\/20:hover {
    color: rgba(143, 170, 69, 0.2);
}
.hover\:text-warmgreen-900\/25:hover {
    color: rgba(143, 170, 69, 0.25);
}
.hover\:text-warmgreen-900\/30:hover {
    color: rgba(143, 170, 69, 0.3);
}
.hover\:text-warmgreen-900\/35:hover {
    color: rgba(143, 170, 69, 0.35);
}
.hover\:text-warmgreen-900\/40:hover {
    color: rgba(143, 170, 69, 0.4);
}
.hover\:text-warmgreen-900\/45:hover {
    color: rgba(143, 170, 69, 0.45);
}
.hover\:text-warmgreen-900\/5:hover {
    color: rgba(143, 170, 69, 0.05);
}
.hover\:text-warmgreen-900\/50:hover {
    color: rgba(143, 170, 69, 0.5);
}
.hover\:text-warmgreen-900\/55:hover {
    color: rgba(143, 170, 69, 0.55);
}
.hover\:text-warmgreen-900\/60:hover {
    color: rgba(143, 170, 69, 0.6);
}
.hover\:text-warmgreen-900\/65:hover {
    color: rgba(143, 170, 69, 0.65);
}
.hover\:text-warmgreen-900\/70:hover {
    color: rgba(143, 170, 69, 0.7);
}
.hover\:text-warmgreen-900\/75:hover {
    color: rgba(143, 170, 69, 0.75);
}
.hover\:text-warmgreen-900\/80:hover {
    color: rgba(143, 170, 69, 0.8);
}
.hover\:text-warmgreen-900\/85:hover {
    color: rgba(143, 170, 69, 0.85);
}
.hover\:text-warmgreen-900\/90:hover {
    color: rgba(143, 170, 69, 0.9);
}
.hover\:text-warmgreen-900\/95:hover {
    color: rgba(143, 170, 69, 0.95);
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-100\/0:hover {
    color: hsla(48, 96%, 89%, 0);
}
.hover\:text-yellow-100\/10:hover {
    color: hsla(48, 96%, 89%, 0.1);
}
.hover\:text-yellow-100\/100:hover {
    color: #fef3c7;
}
.hover\:text-yellow-100\/15:hover {
    color: hsla(48, 96%, 89%, 0.15);
}
.hover\:text-yellow-100\/20:hover {
    color: hsla(48, 96%, 89%, 0.2);
}
.hover\:text-yellow-100\/25:hover {
    color: hsla(48, 96%, 89%, 0.25);
}
.hover\:text-yellow-100\/30:hover {
    color: hsla(48, 96%, 89%, 0.3);
}
.hover\:text-yellow-100\/35:hover {
    color: hsla(48, 96%, 89%, 0.35);
}
.hover\:text-yellow-100\/40:hover {
    color: hsla(48, 96%, 89%, 0.4);
}
.hover\:text-yellow-100\/45:hover {
    color: hsla(48, 96%, 89%, 0.45);
}
.hover\:text-yellow-100\/5:hover {
    color: hsla(48, 96%, 89%, 0.05);
}
.hover\:text-yellow-100\/50:hover {
    color: hsla(48, 96%, 89%, 0.5);
}
.hover\:text-yellow-100\/55:hover {
    color: hsla(48, 96%, 89%, 0.55);
}
.hover\:text-yellow-100\/60:hover {
    color: hsla(48, 96%, 89%, 0.6);
}
.hover\:text-yellow-100\/65:hover {
    color: hsla(48, 96%, 89%, 0.65);
}
.hover\:text-yellow-100\/70:hover {
    color: hsla(48, 96%, 89%, 0.7);
}
.hover\:text-yellow-100\/75:hover {
    color: hsla(48, 96%, 89%, 0.75);
}
.hover\:text-yellow-100\/80:hover {
    color: hsla(48, 96%, 89%, 0.8);
}
.hover\:text-yellow-100\/85:hover {
    color: hsla(48, 96%, 89%, 0.85);
}
.hover\:text-yellow-100\/90:hover {
    color: hsla(48, 96%, 89%, 0.9);
}
.hover\:text-yellow-100\/95:hover {
    color: hsla(48, 96%, 89%, 0.95);
}
.hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-200\/0:hover {
    color: hsla(48, 97%, 77%, 0);
}
.hover\:text-yellow-200\/10:hover {
    color: hsla(48, 97%, 77%, 0.1);
}
.hover\:text-yellow-200\/100:hover {
    color: #fde68a;
}
.hover\:text-yellow-200\/15:hover {
    color: hsla(48, 97%, 77%, 0.15);
}
.hover\:text-yellow-200\/20:hover {
    color: hsla(48, 97%, 77%, 0.2);
}
.hover\:text-yellow-200\/25:hover {
    color: hsla(48, 97%, 77%, 0.25);
}
.hover\:text-yellow-200\/30:hover {
    color: hsla(48, 97%, 77%, 0.3);
}
.hover\:text-yellow-200\/35:hover {
    color: hsla(48, 97%, 77%, 0.35);
}
.hover\:text-yellow-200\/40:hover {
    color: hsla(48, 97%, 77%, 0.4);
}
.hover\:text-yellow-200\/45:hover {
    color: hsla(48, 97%, 77%, 0.45);
}
.hover\:text-yellow-200\/5:hover {
    color: hsla(48, 97%, 77%, 0.05);
}
.hover\:text-yellow-200\/50:hover {
    color: hsla(48, 97%, 77%, 0.5);
}
.hover\:text-yellow-200\/55:hover {
    color: hsla(48, 97%, 77%, 0.55);
}
.hover\:text-yellow-200\/60:hover {
    color: hsla(48, 97%, 77%, 0.6);
}
.hover\:text-yellow-200\/65:hover {
    color: hsla(48, 97%, 77%, 0.65);
}
.hover\:text-yellow-200\/70:hover {
    color: hsla(48, 97%, 77%, 0.7);
}
.hover\:text-yellow-200\/75:hover {
    color: hsla(48, 97%, 77%, 0.75);
}
.hover\:text-yellow-200\/80:hover {
    color: hsla(48, 97%, 77%, 0.8);
}
.hover\:text-yellow-200\/85:hover {
    color: hsla(48, 97%, 77%, 0.85);
}
.hover\:text-yellow-200\/90:hover {
    color: hsla(48, 97%, 77%, 0.9);
}
.hover\:text-yellow-200\/95:hover {
    color: hsla(48, 97%, 77%, 0.95);
}
.hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-300\/0:hover {
    color: rgba(252, 211, 77, 0);
}
.hover\:text-yellow-300\/10:hover {
    color: rgba(252, 211, 77, 0.1);
}
.hover\:text-yellow-300\/100:hover {
    color: #fcd34d;
}
.hover\:text-yellow-300\/15:hover {
    color: rgba(252, 211, 77, 0.15);
}
.hover\:text-yellow-300\/20:hover {
    color: rgba(252, 211, 77, 0.2);
}
.hover\:text-yellow-300\/25:hover {
    color: rgba(252, 211, 77, 0.25);
}
.hover\:text-yellow-300\/30:hover {
    color: rgba(252, 211, 77, 0.3);
}
.hover\:text-yellow-300\/35:hover {
    color: rgba(252, 211, 77, 0.35);
}
.hover\:text-yellow-300\/40:hover {
    color: rgba(252, 211, 77, 0.4);
}
.hover\:text-yellow-300\/45:hover {
    color: rgba(252, 211, 77, 0.45);
}
.hover\:text-yellow-300\/5:hover {
    color: rgba(252, 211, 77, 0.05);
}
.hover\:text-yellow-300\/50:hover {
    color: rgba(252, 211, 77, 0.5);
}
.hover\:text-yellow-300\/55:hover {
    color: rgba(252, 211, 77, 0.55);
}
.hover\:text-yellow-300\/60:hover {
    color: rgba(252, 211, 77, 0.6);
}
.hover\:text-yellow-300\/65:hover {
    color: rgba(252, 211, 77, 0.65);
}
.hover\:text-yellow-300\/70:hover {
    color: rgba(252, 211, 77, 0.7);
}
.hover\:text-yellow-300\/75:hover {
    color: rgba(252, 211, 77, 0.75);
}
.hover\:text-yellow-300\/80:hover {
    color: rgba(252, 211, 77, 0.8);
}
.hover\:text-yellow-300\/85:hover {
    color: rgba(252, 211, 77, 0.85);
}
.hover\:text-yellow-300\/90:hover {
    color: rgba(252, 211, 77, 0.9);
}
.hover\:text-yellow-300\/95:hover {
    color: rgba(252, 211, 77, 0.95);
}
.hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-400\/0:hover {
    color: rgba(251, 191, 36, 0);
}
.hover\:text-yellow-400\/10:hover {
    color: rgba(251, 191, 36, 0.1);
}
.hover\:text-yellow-400\/100:hover {
    color: #fbbf24;
}
.hover\:text-yellow-400\/15:hover {
    color: rgba(251, 191, 36, 0.15);
}
.hover\:text-yellow-400\/20:hover {
    color: rgba(251, 191, 36, 0.2);
}
.hover\:text-yellow-400\/25:hover {
    color: rgba(251, 191, 36, 0.25);
}
.hover\:text-yellow-400\/30:hover {
    color: rgba(251, 191, 36, 0.3);
}
.hover\:text-yellow-400\/35:hover {
    color: rgba(251, 191, 36, 0.35);
}
.hover\:text-yellow-400\/40:hover {
    color: rgba(251, 191, 36, 0.4);
}
.hover\:text-yellow-400\/45:hover {
    color: rgba(251, 191, 36, 0.45);
}
.hover\:text-yellow-400\/5:hover {
    color: rgba(251, 191, 36, 0.05);
}
.hover\:text-yellow-400\/50:hover {
    color: rgba(251, 191, 36, 0.5);
}
.hover\:text-yellow-400\/55:hover {
    color: rgba(251, 191, 36, 0.55);
}
.hover\:text-yellow-400\/60:hover {
    color: rgba(251, 191, 36, 0.6);
}
.hover\:text-yellow-400\/65:hover {
    color: rgba(251, 191, 36, 0.65);
}
.hover\:text-yellow-400\/70:hover {
    color: rgba(251, 191, 36, 0.7);
}
.hover\:text-yellow-400\/75:hover {
    color: rgba(251, 191, 36, 0.75);
}
.hover\:text-yellow-400\/80:hover {
    color: rgba(251, 191, 36, 0.8);
}
.hover\:text-yellow-400\/85:hover {
    color: rgba(251, 191, 36, 0.85);
}
.hover\:text-yellow-400\/90:hover {
    color: rgba(251, 191, 36, 0.9);
}
.hover\:text-yellow-400\/95:hover {
    color: rgba(251, 191, 36, 0.95);
}
.hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-50\/0:hover {
    color: rgba(255, 251, 235, 0);
}
.hover\:text-yellow-50\/10:hover {
    color: rgba(255, 251, 235, 0.1);
}
.hover\:text-yellow-50\/100:hover {
    color: #fffbeb;
}
.hover\:text-yellow-50\/15:hover {
    color: rgba(255, 251, 235, 0.15);
}
.hover\:text-yellow-50\/20:hover {
    color: rgba(255, 251, 235, 0.2);
}
.hover\:text-yellow-50\/25:hover {
    color: rgba(255, 251, 235, 0.25);
}
.hover\:text-yellow-50\/30:hover {
    color: rgba(255, 251, 235, 0.3);
}
.hover\:text-yellow-50\/35:hover {
    color: rgba(255, 251, 235, 0.35);
}
.hover\:text-yellow-50\/40:hover {
    color: rgba(255, 251, 235, 0.4);
}
.hover\:text-yellow-50\/45:hover {
    color: rgba(255, 251, 235, 0.45);
}
.hover\:text-yellow-50\/5:hover {
    color: rgba(255, 251, 235, 0.05);
}
.hover\:text-yellow-50\/50:hover {
    color: rgba(255, 251, 235, 0.5);
}
.hover\:text-yellow-50\/55:hover {
    color: rgba(255, 251, 235, 0.55);
}
.hover\:text-yellow-50\/60:hover {
    color: rgba(255, 251, 235, 0.6);
}
.hover\:text-yellow-50\/65:hover {
    color: rgba(255, 251, 235, 0.65);
}
.hover\:text-yellow-50\/70:hover {
    color: rgba(255, 251, 235, 0.7);
}
.hover\:text-yellow-50\/75:hover {
    color: rgba(255, 251, 235, 0.75);
}
.hover\:text-yellow-50\/80:hover {
    color: rgba(255, 251, 235, 0.8);
}
.hover\:text-yellow-50\/85:hover {
    color: rgba(255, 251, 235, 0.85);
}
.hover\:text-yellow-50\/90:hover {
    color: rgba(255, 251, 235, 0.9);
}
.hover\:text-yellow-50\/95:hover {
    color: rgba(255, 251, 235, 0.95);
}
.hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-500\/0:hover {
    color: rgba(245, 158, 11, 0);
}
.hover\:text-yellow-500\/10:hover {
    color: rgba(245, 158, 11, 0.1);
}
.hover\:text-yellow-500\/100:hover {
    color: #f59e0b;
}
.hover\:text-yellow-500\/15:hover {
    color: rgba(245, 158, 11, 0.15);
}
.hover\:text-yellow-500\/20:hover {
    color: rgba(245, 158, 11, 0.2);
}
.hover\:text-yellow-500\/25:hover {
    color: rgba(245, 158, 11, 0.25);
}
.hover\:text-yellow-500\/30:hover {
    color: rgba(245, 158, 11, 0.3);
}
.hover\:text-yellow-500\/35:hover {
    color: rgba(245, 158, 11, 0.35);
}
.hover\:text-yellow-500\/40:hover {
    color: rgba(245, 158, 11, 0.4);
}
.hover\:text-yellow-500\/45:hover {
    color: rgba(245, 158, 11, 0.45);
}
.hover\:text-yellow-500\/5:hover {
    color: rgba(245, 158, 11, 0.05);
}
.hover\:text-yellow-500\/50:hover {
    color: rgba(245, 158, 11, 0.5);
}
.hover\:text-yellow-500\/55:hover {
    color: rgba(245, 158, 11, 0.55);
}
.hover\:text-yellow-500\/60:hover {
    color: rgba(245, 158, 11, 0.6);
}
.hover\:text-yellow-500\/65:hover {
    color: rgba(245, 158, 11, 0.65);
}
.hover\:text-yellow-500\/70:hover {
    color: rgba(245, 158, 11, 0.7);
}
.hover\:text-yellow-500\/75:hover {
    color: rgba(245, 158, 11, 0.75);
}
.hover\:text-yellow-500\/80:hover {
    color: rgba(245, 158, 11, 0.8);
}
.hover\:text-yellow-500\/85:hover {
    color: rgba(245, 158, 11, 0.85);
}
.hover\:text-yellow-500\/90:hover {
    color: rgba(245, 158, 11, 0.9);
}
.hover\:text-yellow-500\/95:hover {
    color: rgba(245, 158, 11, 0.95);
}
.hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-600\/0:hover {
    color: rgba(217, 119, 6, 0);
}
.hover\:text-yellow-600\/10:hover {
    color: rgba(217, 119, 6, 0.1);
}
.hover\:text-yellow-600\/100:hover {
    color: #d97706;
}
.hover\:text-yellow-600\/15:hover {
    color: rgba(217, 119, 6, 0.15);
}
.hover\:text-yellow-600\/20:hover {
    color: rgba(217, 119, 6, 0.2);
}
.hover\:text-yellow-600\/25:hover {
    color: rgba(217, 119, 6, 0.25);
}
.hover\:text-yellow-600\/30:hover {
    color: rgba(217, 119, 6, 0.3);
}
.hover\:text-yellow-600\/35:hover {
    color: rgba(217, 119, 6, 0.35);
}
.hover\:text-yellow-600\/40:hover {
    color: rgba(217, 119, 6, 0.4);
}
.hover\:text-yellow-600\/45:hover {
    color: rgba(217, 119, 6, 0.45);
}
.hover\:text-yellow-600\/5:hover {
    color: rgba(217, 119, 6, 0.05);
}
.hover\:text-yellow-600\/50:hover {
    color: rgba(217, 119, 6, 0.5);
}
.hover\:text-yellow-600\/55:hover {
    color: rgba(217, 119, 6, 0.55);
}
.hover\:text-yellow-600\/60:hover {
    color: rgba(217, 119, 6, 0.6);
}
.hover\:text-yellow-600\/65:hover {
    color: rgba(217, 119, 6, 0.65);
}
.hover\:text-yellow-600\/70:hover {
    color: rgba(217, 119, 6, 0.7);
}
.hover\:text-yellow-600\/75:hover {
    color: rgba(217, 119, 6, 0.75);
}
.hover\:text-yellow-600\/80:hover {
    color: rgba(217, 119, 6, 0.8);
}
.hover\:text-yellow-600\/85:hover {
    color: rgba(217, 119, 6, 0.85);
}
.hover\:text-yellow-600\/90:hover {
    color: rgba(217, 119, 6, 0.9);
}
.hover\:text-yellow-600\/95:hover {
    color: rgba(217, 119, 6, 0.95);
}
.hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-700\/0:hover {
    color: rgba(180, 83, 9, 0);
}
.hover\:text-yellow-700\/10:hover {
    color: rgba(180, 83, 9, 0.1);
}
.hover\:text-yellow-700\/100:hover {
    color: #b45309;
}
.hover\:text-yellow-700\/15:hover {
    color: rgba(180, 83, 9, 0.15);
}
.hover\:text-yellow-700\/20:hover {
    color: rgba(180, 83, 9, 0.2);
}
.hover\:text-yellow-700\/25:hover {
    color: rgba(180, 83, 9, 0.25);
}
.hover\:text-yellow-700\/30:hover {
    color: rgba(180, 83, 9, 0.3);
}
.hover\:text-yellow-700\/35:hover {
    color: rgba(180, 83, 9, 0.35);
}
.hover\:text-yellow-700\/40:hover {
    color: rgba(180, 83, 9, 0.4);
}
.hover\:text-yellow-700\/45:hover {
    color: rgba(180, 83, 9, 0.45);
}
.hover\:text-yellow-700\/5:hover {
    color: rgba(180, 83, 9, 0.05);
}
.hover\:text-yellow-700\/50:hover {
    color: rgba(180, 83, 9, 0.5);
}
.hover\:text-yellow-700\/55:hover {
    color: rgba(180, 83, 9, 0.55);
}
.hover\:text-yellow-700\/60:hover {
    color: rgba(180, 83, 9, 0.6);
}
.hover\:text-yellow-700\/65:hover {
    color: rgba(180, 83, 9, 0.65);
}
.hover\:text-yellow-700\/70:hover {
    color: rgba(180, 83, 9, 0.7);
}
.hover\:text-yellow-700\/75:hover {
    color: rgba(180, 83, 9, 0.75);
}
.hover\:text-yellow-700\/80:hover {
    color: rgba(180, 83, 9, 0.8);
}
.hover\:text-yellow-700\/85:hover {
    color: rgba(180, 83, 9, 0.85);
}
.hover\:text-yellow-700\/90:hover {
    color: rgba(180, 83, 9, 0.9);
}
.hover\:text-yellow-700\/95:hover {
    color: rgba(180, 83, 9, 0.95);
}
.hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-800\/0:hover {
    color: rgba(146, 64, 14, 0);
}
.hover\:text-yellow-800\/10:hover {
    color: rgba(146, 64, 14, 0.1);
}
.hover\:text-yellow-800\/100:hover {
    color: #92400e;
}
.hover\:text-yellow-800\/15:hover {
    color: rgba(146, 64, 14, 0.15);
}
.hover\:text-yellow-800\/20:hover {
    color: rgba(146, 64, 14, 0.2);
}
.hover\:text-yellow-800\/25:hover {
    color: rgba(146, 64, 14, 0.25);
}
.hover\:text-yellow-800\/30:hover {
    color: rgba(146, 64, 14, 0.3);
}
.hover\:text-yellow-800\/35:hover {
    color: rgba(146, 64, 14, 0.35);
}
.hover\:text-yellow-800\/40:hover {
    color: rgba(146, 64, 14, 0.4);
}
.hover\:text-yellow-800\/45:hover {
    color: rgba(146, 64, 14, 0.45);
}
.hover\:text-yellow-800\/5:hover {
    color: rgba(146, 64, 14, 0.05);
}
.hover\:text-yellow-800\/50:hover {
    color: rgba(146, 64, 14, 0.5);
}
.hover\:text-yellow-800\/55:hover {
    color: rgba(146, 64, 14, 0.55);
}
.hover\:text-yellow-800\/60:hover {
    color: rgba(146, 64, 14, 0.6);
}
.hover\:text-yellow-800\/65:hover {
    color: rgba(146, 64, 14, 0.65);
}
.hover\:text-yellow-800\/70:hover {
    color: rgba(146, 64, 14, 0.7);
}
.hover\:text-yellow-800\/75:hover {
    color: rgba(146, 64, 14, 0.75);
}
.hover\:text-yellow-800\/80:hover {
    color: rgba(146, 64, 14, 0.8);
}
.hover\:text-yellow-800\/85:hover {
    color: rgba(146, 64, 14, 0.85);
}
.hover\:text-yellow-800\/90:hover {
    color: rgba(146, 64, 14, 0.9);
}
.hover\:text-yellow-800\/95:hover {
    color: rgba(146, 64, 14, 0.95);
}
.hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-900\/0:hover {
    color: rgba(120, 53, 15, 0);
}
.hover\:text-yellow-900\/10:hover {
    color: rgba(120, 53, 15, 0.1);
}
.hover\:text-yellow-900\/100:hover {
    color: #78350f;
}
.hover\:text-yellow-900\/15:hover {
    color: rgba(120, 53, 15, 0.15);
}
.hover\:text-yellow-900\/20:hover {
    color: rgba(120, 53, 15, 0.2);
}
.hover\:text-yellow-900\/25:hover {
    color: rgba(120, 53, 15, 0.25);
}
.hover\:text-yellow-900\/30:hover {
    color: rgba(120, 53, 15, 0.3);
}
.hover\:text-yellow-900\/35:hover {
    color: rgba(120, 53, 15, 0.35);
}
.hover\:text-yellow-900\/40:hover {
    color: rgba(120, 53, 15, 0.4);
}
.hover\:text-yellow-900\/45:hover {
    color: rgba(120, 53, 15, 0.45);
}
.hover\:text-yellow-900\/5:hover {
    color: rgba(120, 53, 15, 0.05);
}
.hover\:text-yellow-900\/50:hover {
    color: rgba(120, 53, 15, 0.5);
}
.hover\:text-yellow-900\/55:hover {
    color: rgba(120, 53, 15, 0.55);
}
.hover\:text-yellow-900\/60:hover {
    color: rgba(120, 53, 15, 0.6);
}
.hover\:text-yellow-900\/65:hover {
    color: rgba(120, 53, 15, 0.65);
}
.hover\:text-yellow-900\/70:hover {
    color: rgba(120, 53, 15, 0.7);
}
.hover\:text-yellow-900\/75:hover {
    color: rgba(120, 53, 15, 0.75);
}
.hover\:text-yellow-900\/80:hover {
    color: rgba(120, 53, 15, 0.8);
}
.hover\:text-yellow-900\/85:hover {
    color: rgba(120, 53, 15, 0.85);
}
.hover\:text-yellow-900\/90:hover {
    color: rgba(120, 53, 15, 0.9);
}
.hover\:text-yellow-900\/95:hover {
    color: rgba(120, 53, 15, 0.95);
}
.hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-100\/0:hover {
    color: hsla(240, 5%, 96%, 0);
}
.hover\:text-zinc-100\/10:hover {
    color: hsla(240, 5%, 96%, 0.1);
}
.hover\:text-zinc-100\/100:hover {
    color: #f4f4f5;
}
.hover\:text-zinc-100\/15:hover {
    color: hsla(240, 5%, 96%, 0.15);
}
.hover\:text-zinc-100\/20:hover {
    color: hsla(240, 5%, 96%, 0.2);
}
.hover\:text-zinc-100\/25:hover {
    color: hsla(240, 5%, 96%, 0.25);
}
.hover\:text-zinc-100\/30:hover {
    color: hsla(240, 5%, 96%, 0.3);
}
.hover\:text-zinc-100\/35:hover {
    color: hsla(240, 5%, 96%, 0.35);
}
.hover\:text-zinc-100\/40:hover {
    color: hsla(240, 5%, 96%, 0.4);
}
.hover\:text-zinc-100\/45:hover {
    color: hsla(240, 5%, 96%, 0.45);
}
.hover\:text-zinc-100\/5:hover {
    color: hsla(240, 5%, 96%, 0.05);
}
.hover\:text-zinc-100\/50:hover {
    color: hsla(240, 5%, 96%, 0.5);
}
.hover\:text-zinc-100\/55:hover {
    color: hsla(240, 5%, 96%, 0.55);
}
.hover\:text-zinc-100\/60:hover {
    color: hsla(240, 5%, 96%, 0.6);
}
.hover\:text-zinc-100\/65:hover {
    color: hsla(240, 5%, 96%, 0.65);
}
.hover\:text-zinc-100\/70:hover {
    color: hsla(240, 5%, 96%, 0.7);
}
.hover\:text-zinc-100\/75:hover {
    color: hsla(240, 5%, 96%, 0.75);
}
.hover\:text-zinc-100\/80:hover {
    color: hsla(240, 5%, 96%, 0.8);
}
.hover\:text-zinc-100\/85:hover {
    color: hsla(240, 5%, 96%, 0.85);
}
.hover\:text-zinc-100\/90:hover {
    color: hsla(240, 5%, 96%, 0.9);
}
.hover\:text-zinc-100\/95:hover {
    color: hsla(240, 5%, 96%, 0.95);
}
.hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-200\/0:hover {
    color: hsla(240, 6%, 90%, 0);
}
.hover\:text-zinc-200\/10:hover {
    color: hsla(240, 6%, 90%, 0.1);
}
.hover\:text-zinc-200\/100:hover {
    color: #e4e4e7;
}
.hover\:text-zinc-200\/15:hover {
    color: hsla(240, 6%, 90%, 0.15);
}
.hover\:text-zinc-200\/20:hover {
    color: hsla(240, 6%, 90%, 0.2);
}
.hover\:text-zinc-200\/25:hover {
    color: hsla(240, 6%, 90%, 0.25);
}
.hover\:text-zinc-200\/30:hover {
    color: hsla(240, 6%, 90%, 0.3);
}
.hover\:text-zinc-200\/35:hover {
    color: hsla(240, 6%, 90%, 0.35);
}
.hover\:text-zinc-200\/40:hover {
    color: hsla(240, 6%, 90%, 0.4);
}
.hover\:text-zinc-200\/45:hover {
    color: hsla(240, 6%, 90%, 0.45);
}
.hover\:text-zinc-200\/5:hover {
    color: hsla(240, 6%, 90%, 0.05);
}
.hover\:text-zinc-200\/50:hover {
    color: hsla(240, 6%, 90%, 0.5);
}
.hover\:text-zinc-200\/55:hover {
    color: hsla(240, 6%, 90%, 0.55);
}
.hover\:text-zinc-200\/60:hover {
    color: hsla(240, 6%, 90%, 0.6);
}
.hover\:text-zinc-200\/65:hover {
    color: hsla(240, 6%, 90%, 0.65);
}
.hover\:text-zinc-200\/70:hover {
    color: hsla(240, 6%, 90%, 0.7);
}
.hover\:text-zinc-200\/75:hover {
    color: hsla(240, 6%, 90%, 0.75);
}
.hover\:text-zinc-200\/80:hover {
    color: hsla(240, 6%, 90%, 0.8);
}
.hover\:text-zinc-200\/85:hover {
    color: hsla(240, 6%, 90%, 0.85);
}
.hover\:text-zinc-200\/90:hover {
    color: hsla(240, 6%, 90%, 0.9);
}
.hover\:text-zinc-200\/95:hover {
    color: hsla(240, 6%, 90%, 0.95);
}
.hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-300\/0:hover {
    color: hsla(240, 5%, 84%, 0);
}
.hover\:text-zinc-300\/10:hover {
    color: hsla(240, 5%, 84%, 0.1);
}
.hover\:text-zinc-300\/100:hover {
    color: #d4d4d8;
}
.hover\:text-zinc-300\/15:hover {
    color: hsla(240, 5%, 84%, 0.15);
}
.hover\:text-zinc-300\/20:hover {
    color: hsla(240, 5%, 84%, 0.2);
}
.hover\:text-zinc-300\/25:hover {
    color: hsla(240, 5%, 84%, 0.25);
}
.hover\:text-zinc-300\/30:hover {
    color: hsla(240, 5%, 84%, 0.3);
}
.hover\:text-zinc-300\/35:hover {
    color: hsla(240, 5%, 84%, 0.35);
}
.hover\:text-zinc-300\/40:hover {
    color: hsla(240, 5%, 84%, 0.4);
}
.hover\:text-zinc-300\/45:hover {
    color: hsla(240, 5%, 84%, 0.45);
}
.hover\:text-zinc-300\/5:hover {
    color: hsla(240, 5%, 84%, 0.05);
}
.hover\:text-zinc-300\/50:hover {
    color: hsla(240, 5%, 84%, 0.5);
}
.hover\:text-zinc-300\/55:hover {
    color: hsla(240, 5%, 84%, 0.55);
}
.hover\:text-zinc-300\/60:hover {
    color: hsla(240, 5%, 84%, 0.6);
}
.hover\:text-zinc-300\/65:hover {
    color: hsla(240, 5%, 84%, 0.65);
}
.hover\:text-zinc-300\/70:hover {
    color: hsla(240, 5%, 84%, 0.7);
}
.hover\:text-zinc-300\/75:hover {
    color: hsla(240, 5%, 84%, 0.75);
}
.hover\:text-zinc-300\/80:hover {
    color: hsla(240, 5%, 84%, 0.8);
}
.hover\:text-zinc-300\/85:hover {
    color: hsla(240, 5%, 84%, 0.85);
}
.hover\:text-zinc-300\/90:hover {
    color: hsla(240, 5%, 84%, 0.9);
}
.hover\:text-zinc-300\/95:hover {
    color: hsla(240, 5%, 84%, 0.95);
}
.hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-400\/0:hover {
    color: hsla(240, 5%, 65%, 0);
}
.hover\:text-zinc-400\/10:hover {
    color: hsla(240, 5%, 65%, 0.1);
}
.hover\:text-zinc-400\/100:hover {
    color: #a1a1aa;
}
.hover\:text-zinc-400\/15:hover {
    color: hsla(240, 5%, 65%, 0.15);
}
.hover\:text-zinc-400\/20:hover {
    color: hsla(240, 5%, 65%, 0.2);
}
.hover\:text-zinc-400\/25:hover {
    color: hsla(240, 5%, 65%, 0.25);
}
.hover\:text-zinc-400\/30:hover {
    color: hsla(240, 5%, 65%, 0.3);
}
.hover\:text-zinc-400\/35:hover {
    color: hsla(240, 5%, 65%, 0.35);
}
.hover\:text-zinc-400\/40:hover {
    color: hsla(240, 5%, 65%, 0.4);
}
.hover\:text-zinc-400\/45:hover {
    color: hsla(240, 5%, 65%, 0.45);
}
.hover\:text-zinc-400\/5:hover {
    color: hsla(240, 5%, 65%, 0.05);
}
.hover\:text-zinc-400\/50:hover {
    color: hsla(240, 5%, 65%, 0.5);
}
.hover\:text-zinc-400\/55:hover {
    color: hsla(240, 5%, 65%, 0.55);
}
.hover\:text-zinc-400\/60:hover {
    color: hsla(240, 5%, 65%, 0.6);
}
.hover\:text-zinc-400\/65:hover {
    color: hsla(240, 5%, 65%, 0.65);
}
.hover\:text-zinc-400\/70:hover {
    color: hsla(240, 5%, 65%, 0.7);
}
.hover\:text-zinc-400\/75:hover {
    color: hsla(240, 5%, 65%, 0.75);
}
.hover\:text-zinc-400\/80:hover {
    color: hsla(240, 5%, 65%, 0.8);
}
.hover\:text-zinc-400\/85:hover {
    color: hsla(240, 5%, 65%, 0.85);
}
.hover\:text-zinc-400\/90:hover {
    color: hsla(240, 5%, 65%, 0.9);
}
.hover\:text-zinc-400\/95:hover {
    color: hsla(240, 5%, 65%, 0.95);
}
.hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-50\/0:hover {
    color: hsla(0, 0%, 98%, 0);
}
.hover\:text-zinc-50\/10:hover {
    color: hsla(0, 0%, 98%, 0.1);
}
.hover\:text-zinc-50\/100:hover {
    color: #fafafa;
}
.hover\:text-zinc-50\/15:hover {
    color: hsla(0, 0%, 98%, 0.15);
}
.hover\:text-zinc-50\/20:hover {
    color: hsla(0, 0%, 98%, 0.2);
}
.hover\:text-zinc-50\/25:hover {
    color: hsla(0, 0%, 98%, 0.25);
}
.hover\:text-zinc-50\/30:hover {
    color: hsla(0, 0%, 98%, 0.3);
}
.hover\:text-zinc-50\/35:hover {
    color: hsla(0, 0%, 98%, 0.35);
}
.hover\:text-zinc-50\/40:hover {
    color: hsla(0, 0%, 98%, 0.4);
}
.hover\:text-zinc-50\/45:hover {
    color: hsla(0, 0%, 98%, 0.45);
}
.hover\:text-zinc-50\/5:hover {
    color: hsla(0, 0%, 98%, 0.05);
}
.hover\:text-zinc-50\/50:hover {
    color: hsla(0, 0%, 98%, 0.5);
}
.hover\:text-zinc-50\/55:hover {
    color: hsla(0, 0%, 98%, 0.55);
}
.hover\:text-zinc-50\/60:hover {
    color: hsla(0, 0%, 98%, 0.6);
}
.hover\:text-zinc-50\/65:hover {
    color: hsla(0, 0%, 98%, 0.65);
}
.hover\:text-zinc-50\/70:hover {
    color: hsla(0, 0%, 98%, 0.7);
}
.hover\:text-zinc-50\/75:hover {
    color: hsla(0, 0%, 98%, 0.75);
}
.hover\:text-zinc-50\/80:hover {
    color: hsla(0, 0%, 98%, 0.8);
}
.hover\:text-zinc-50\/85:hover {
    color: hsla(0, 0%, 98%, 0.85);
}
.hover\:text-zinc-50\/90:hover {
    color: hsla(0, 0%, 98%, 0.9);
}
.hover\:text-zinc-50\/95:hover {
    color: hsla(0, 0%, 98%, 0.95);
}
.hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-500\/0:hover {
    color: hsla(240, 4%, 46%, 0);
}
.hover\:text-zinc-500\/10:hover {
    color: hsla(240, 4%, 46%, 0.1);
}
.hover\:text-zinc-500\/100:hover {
    color: #71717a;
}
.hover\:text-zinc-500\/15:hover {
    color: hsla(240, 4%, 46%, 0.15);
}
.hover\:text-zinc-500\/20:hover {
    color: hsla(240, 4%, 46%, 0.2);
}
.hover\:text-zinc-500\/25:hover {
    color: hsla(240, 4%, 46%, 0.25);
}
.hover\:text-zinc-500\/30:hover {
    color: hsla(240, 4%, 46%, 0.3);
}
.hover\:text-zinc-500\/35:hover {
    color: hsla(240, 4%, 46%, 0.35);
}
.hover\:text-zinc-500\/40:hover {
    color: hsla(240, 4%, 46%, 0.4);
}
.hover\:text-zinc-500\/45:hover {
    color: hsla(240, 4%, 46%, 0.45);
}
.hover\:text-zinc-500\/5:hover {
    color: hsla(240, 4%, 46%, 0.05);
}
.hover\:text-zinc-500\/50:hover {
    color: hsla(240, 4%, 46%, 0.5);
}
.hover\:text-zinc-500\/55:hover {
    color: hsla(240, 4%, 46%, 0.55);
}
.hover\:text-zinc-500\/60:hover {
    color: hsla(240, 4%, 46%, 0.6);
}
.hover\:text-zinc-500\/65:hover {
    color: hsla(240, 4%, 46%, 0.65);
}
.hover\:text-zinc-500\/70:hover {
    color: hsla(240, 4%, 46%, 0.7);
}
.hover\:text-zinc-500\/75:hover {
    color: hsla(240, 4%, 46%, 0.75);
}
.hover\:text-zinc-500\/80:hover {
    color: hsla(240, 4%, 46%, 0.8);
}
.hover\:text-zinc-500\/85:hover {
    color: hsla(240, 4%, 46%, 0.85);
}
.hover\:text-zinc-500\/90:hover {
    color: hsla(240, 4%, 46%, 0.9);
}
.hover\:text-zinc-500\/95:hover {
    color: hsla(240, 4%, 46%, 0.95);
}
.hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-600\/0:hover {
    color: rgba(82, 82, 91, 0);
}
.hover\:text-zinc-600\/10:hover {
    color: rgba(82, 82, 91, 0.1);
}
.hover\:text-zinc-600\/100:hover {
    color: #52525b;
}
.hover\:text-zinc-600\/15:hover {
    color: rgba(82, 82, 91, 0.15);
}
.hover\:text-zinc-600\/20:hover {
    color: rgba(82, 82, 91, 0.2);
}
.hover\:text-zinc-600\/25:hover {
    color: rgba(82, 82, 91, 0.25);
}
.hover\:text-zinc-600\/30:hover {
    color: rgba(82, 82, 91, 0.3);
}
.hover\:text-zinc-600\/35:hover {
    color: rgba(82, 82, 91, 0.35);
}
.hover\:text-zinc-600\/40:hover {
    color: rgba(82, 82, 91, 0.4);
}
.hover\:text-zinc-600\/45:hover {
    color: rgba(82, 82, 91, 0.45);
}
.hover\:text-zinc-600\/5:hover {
    color: rgba(82, 82, 91, 0.05);
}
.hover\:text-zinc-600\/50:hover {
    color: rgba(82, 82, 91, 0.5);
}
.hover\:text-zinc-600\/55:hover {
    color: rgba(82, 82, 91, 0.55);
}
.hover\:text-zinc-600\/60:hover {
    color: rgba(82, 82, 91, 0.6);
}
.hover\:text-zinc-600\/65:hover {
    color: rgba(82, 82, 91, 0.65);
}
.hover\:text-zinc-600\/70:hover {
    color: rgba(82, 82, 91, 0.7);
}
.hover\:text-zinc-600\/75:hover {
    color: rgba(82, 82, 91, 0.75);
}
.hover\:text-zinc-600\/80:hover {
    color: rgba(82, 82, 91, 0.8);
}
.hover\:text-zinc-600\/85:hover {
    color: rgba(82, 82, 91, 0.85);
}
.hover\:text-zinc-600\/90:hover {
    color: rgba(82, 82, 91, 0.9);
}
.hover\:text-zinc-600\/95:hover {
    color: rgba(82, 82, 91, 0.95);
}
.hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-700\/0:hover {
    color: rgba(63, 63, 70, 0);
}
.hover\:text-zinc-700\/10:hover {
    color: rgba(63, 63, 70, 0.1);
}
.hover\:text-zinc-700\/100:hover {
    color: #3f3f46;
}
.hover\:text-zinc-700\/15:hover {
    color: rgba(63, 63, 70, 0.15);
}
.hover\:text-zinc-700\/20:hover {
    color: rgba(63, 63, 70, 0.2);
}
.hover\:text-zinc-700\/25:hover {
    color: rgba(63, 63, 70, 0.25);
}
.hover\:text-zinc-700\/30:hover {
    color: rgba(63, 63, 70, 0.3);
}
.hover\:text-zinc-700\/35:hover {
    color: rgba(63, 63, 70, 0.35);
}
.hover\:text-zinc-700\/40:hover {
    color: rgba(63, 63, 70, 0.4);
}
.hover\:text-zinc-700\/45:hover {
    color: rgba(63, 63, 70, 0.45);
}
.hover\:text-zinc-700\/5:hover {
    color: rgba(63, 63, 70, 0.05);
}
.hover\:text-zinc-700\/50:hover {
    color: rgba(63, 63, 70, 0.5);
}
.hover\:text-zinc-700\/55:hover {
    color: rgba(63, 63, 70, 0.55);
}
.hover\:text-zinc-700\/60:hover {
    color: rgba(63, 63, 70, 0.6);
}
.hover\:text-zinc-700\/65:hover {
    color: rgba(63, 63, 70, 0.65);
}
.hover\:text-zinc-700\/70:hover {
    color: rgba(63, 63, 70, 0.7);
}
.hover\:text-zinc-700\/75:hover {
    color: rgba(63, 63, 70, 0.75);
}
.hover\:text-zinc-700\/80:hover {
    color: rgba(63, 63, 70, 0.8);
}
.hover\:text-zinc-700\/85:hover {
    color: rgba(63, 63, 70, 0.85);
}
.hover\:text-zinc-700\/90:hover {
    color: rgba(63, 63, 70, 0.9);
}
.hover\:text-zinc-700\/95:hover {
    color: rgba(63, 63, 70, 0.95);
}
.hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-800\/0:hover {
    color: rgba(39, 39, 42, 0);
}
.hover\:text-zinc-800\/10:hover {
    color: rgba(39, 39, 42, 0.1);
}
.hover\:text-zinc-800\/100:hover {
    color: #27272a;
}
.hover\:text-zinc-800\/15:hover {
    color: rgba(39, 39, 42, 0.15);
}
.hover\:text-zinc-800\/20:hover {
    color: rgba(39, 39, 42, 0.2);
}
.hover\:text-zinc-800\/25:hover {
    color: rgba(39, 39, 42, 0.25);
}
.hover\:text-zinc-800\/30:hover {
    color: rgba(39, 39, 42, 0.3);
}
.hover\:text-zinc-800\/35:hover {
    color: rgba(39, 39, 42, 0.35);
}
.hover\:text-zinc-800\/40:hover {
    color: rgba(39, 39, 42, 0.4);
}
.hover\:text-zinc-800\/45:hover {
    color: rgba(39, 39, 42, 0.45);
}
.hover\:text-zinc-800\/5:hover {
    color: rgba(39, 39, 42, 0.05);
}
.hover\:text-zinc-800\/50:hover {
    color: rgba(39, 39, 42, 0.5);
}
.hover\:text-zinc-800\/55:hover {
    color: rgba(39, 39, 42, 0.55);
}
.hover\:text-zinc-800\/60:hover {
    color: rgba(39, 39, 42, 0.6);
}
.hover\:text-zinc-800\/65:hover {
    color: rgba(39, 39, 42, 0.65);
}
.hover\:text-zinc-800\/70:hover {
    color: rgba(39, 39, 42, 0.7);
}
.hover\:text-zinc-800\/75:hover {
    color: rgba(39, 39, 42, 0.75);
}
.hover\:text-zinc-800\/80:hover {
    color: rgba(39, 39, 42, 0.8);
}
.hover\:text-zinc-800\/85:hover {
    color: rgba(39, 39, 42, 0.85);
}
.hover\:text-zinc-800\/90:hover {
    color: rgba(39, 39, 42, 0.9);
}
.hover\:text-zinc-800\/95:hover {
    color: rgba(39, 39, 42, 0.95);
}
.hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-900\/0:hover {
    color: rgba(24, 24, 27, 0);
}
.hover\:text-zinc-900\/10:hover {
    color: rgba(24, 24, 27, 0.1);
}
.hover\:text-zinc-900\/100:hover {
    color: #18181b;
}
.hover\:text-zinc-900\/15:hover {
    color: rgba(24, 24, 27, 0.15);
}
.hover\:text-zinc-900\/20:hover {
    color: rgba(24, 24, 27, 0.2);
}
.hover\:text-zinc-900\/25:hover {
    color: rgba(24, 24, 27, 0.25);
}
.hover\:text-zinc-900\/30:hover {
    color: rgba(24, 24, 27, 0.3);
}
.hover\:text-zinc-900\/35:hover {
    color: rgba(24, 24, 27, 0.35);
}
.hover\:text-zinc-900\/40:hover {
    color: rgba(24, 24, 27, 0.4);
}
.hover\:text-zinc-900\/45:hover {
    color: rgba(24, 24, 27, 0.45);
}
.hover\:text-zinc-900\/5:hover {
    color: rgba(24, 24, 27, 0.05);
}
.hover\:text-zinc-900\/50:hover {
    color: rgba(24, 24, 27, 0.5);
}
.hover\:text-zinc-900\/55:hover {
    color: rgba(24, 24, 27, 0.55);
}
.hover\:text-zinc-900\/60:hover {
    color: rgba(24, 24, 27, 0.6);
}
.hover\:text-zinc-900\/65:hover {
    color: rgba(24, 24, 27, 0.65);
}
.hover\:text-zinc-900\/70:hover {
    color: rgba(24, 24, 27, 0.7);
}
.hover\:text-zinc-900\/75:hover {
    color: rgba(24, 24, 27, 0.75);
}
.hover\:text-zinc-900\/80:hover {
    color: rgba(24, 24, 27, 0.8);
}
.hover\:text-zinc-900\/85:hover {
    color: rgba(24, 24, 27, 0.85);
}
.hover\:text-zinc-900\/90:hover {
    color: rgba(24, 24, 27, 0.9);
}
.hover\:text-zinc-900\/95:hover {
    color: rgba(24, 24, 27, 0.95);
}
.hover\:underline:hover {
    text-decoration-line: underline;
}
.hover\:no-underline:hover {
    text-decoration-line: none;
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.hover\:opacity-80:hover {
    opacity: 0.8;
}
.hover\:opacity-90:hover {
    opacity: 0.9;
}
.hover\:shadow:hover {
    --tw-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
}
.hover\:shadow-lg:hover,
.hover\:shadow:hover {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
    --tw-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
}
.hover\:shadow-md:hover {
    --tw-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
}
.hover\:shadow-md:hover,
.hover\:shadow-sm:hover {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.hover\:shadow-xl:hover {
    --tw-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 20px 25px -5px var(--tw-shadow-color),
        0 8px 10px -6px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-rdv-blue\/20:hover {
    --tw-shadow-color: rgba(51, 89, 165, 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-ucm-bluegray:hover {
    --tw-shadow-color: #b7c3d5;
    --tw-shadow: var(--tw-shadow-colored);
}
.hover\:ring-2:hover {
    --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);
}
.hover\:ring-2:hover,
.hover\:ring-\[3px\]:hover {
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-\[3px\]:hover {
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.hover\:ring-amber-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-100\/0:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0);
}
.hover\:ring-amber-100\/10:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.1);
}
.hover\:ring-amber-100\/100:hover {
    --tw-ring-color: #fef3c7;
}
.hover\:ring-amber-100\/15:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.15);
}
.hover\:ring-amber-100\/20:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.2);
}
.hover\:ring-amber-100\/25:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.25);
}
.hover\:ring-amber-100\/30:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.3);
}
.hover\:ring-amber-100\/35:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.35);
}
.hover\:ring-amber-100\/40:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.4);
}
.hover\:ring-amber-100\/45:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.45);
}
.hover\:ring-amber-100\/5:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.05);
}
.hover\:ring-amber-100\/50:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.5);
}
.hover\:ring-amber-100\/55:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.55);
}
.hover\:ring-amber-100\/60:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.6);
}
.hover\:ring-amber-100\/65:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.65);
}
.hover\:ring-amber-100\/70:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.7);
}
.hover\:ring-amber-100\/75:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.75);
}
.hover\:ring-amber-100\/80:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.8);
}
.hover\:ring-amber-100\/85:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.85);
}
.hover\:ring-amber-100\/90:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.9);
}
.hover\:ring-amber-100\/95:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.95);
}
.hover\:ring-amber-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-200\/0:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0);
}
.hover\:ring-amber-200\/10:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.1);
}
.hover\:ring-amber-200\/100:hover {
    --tw-ring-color: #fde68a;
}
.hover\:ring-amber-200\/15:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.15);
}
.hover\:ring-amber-200\/20:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.2);
}
.hover\:ring-amber-200\/25:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.25);
}
.hover\:ring-amber-200\/30:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.3);
}
.hover\:ring-amber-200\/35:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.35);
}
.hover\:ring-amber-200\/40:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.4);
}
.hover\:ring-amber-200\/45:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.45);
}
.hover\:ring-amber-200\/5:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.05);
}
.hover\:ring-amber-200\/50:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.5);
}
.hover\:ring-amber-200\/55:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.55);
}
.hover\:ring-amber-200\/60:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.6);
}
.hover\:ring-amber-200\/65:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.65);
}
.hover\:ring-amber-200\/70:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.7);
}
.hover\:ring-amber-200\/75:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.75);
}
.hover\:ring-amber-200\/80:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.8);
}
.hover\:ring-amber-200\/85:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.85);
}
.hover\:ring-amber-200\/90:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.9);
}
.hover\:ring-amber-200\/95:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.95);
}
.hover\:ring-amber-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-300\/0:hover {
    --tw-ring-color: rgba(252, 211, 77, 0);
}
.hover\:ring-amber-300\/10:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.1);
}
.hover\:ring-amber-300\/100:hover {
    --tw-ring-color: #fcd34d;
}
.hover\:ring-amber-300\/15:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.15);
}
.hover\:ring-amber-300\/20:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.2);
}
.hover\:ring-amber-300\/25:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.25);
}
.hover\:ring-amber-300\/30:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.3);
}
.hover\:ring-amber-300\/35:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.35);
}
.hover\:ring-amber-300\/40:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.4);
}
.hover\:ring-amber-300\/45:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.45);
}
.hover\:ring-amber-300\/5:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.05);
}
.hover\:ring-amber-300\/50:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.5);
}
.hover\:ring-amber-300\/55:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.55);
}
.hover\:ring-amber-300\/60:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.6);
}
.hover\:ring-amber-300\/65:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.65);
}
.hover\:ring-amber-300\/70:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.7);
}
.hover\:ring-amber-300\/75:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.75);
}
.hover\:ring-amber-300\/80:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.8);
}
.hover\:ring-amber-300\/85:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.85);
}
.hover\:ring-amber-300\/90:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.9);
}
.hover\:ring-amber-300\/95:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.95);
}
.hover\:ring-amber-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-400\/0:hover {
    --tw-ring-color: rgba(251, 191, 36, 0);
}
.hover\:ring-amber-400\/10:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.1);
}
.hover\:ring-amber-400\/100:hover {
    --tw-ring-color: #fbbf24;
}
.hover\:ring-amber-400\/15:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.15);
}
.hover\:ring-amber-400\/20:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.2);
}
.hover\:ring-amber-400\/25:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.25);
}
.hover\:ring-amber-400\/30:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.3);
}
.hover\:ring-amber-400\/35:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.35);
}
.hover\:ring-amber-400\/40:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.4);
}
.hover\:ring-amber-400\/45:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.45);
}
.hover\:ring-amber-400\/5:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.05);
}
.hover\:ring-amber-400\/50:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.5);
}
.hover\:ring-amber-400\/55:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.55);
}
.hover\:ring-amber-400\/60:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.6);
}
.hover\:ring-amber-400\/65:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.65);
}
.hover\:ring-amber-400\/70:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.7);
}
.hover\:ring-amber-400\/75:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.75);
}
.hover\:ring-amber-400\/80:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.8);
}
.hover\:ring-amber-400\/85:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.85);
}
.hover\:ring-amber-400\/90:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.9);
}
.hover\:ring-amber-400\/95:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.95);
}
.hover\:ring-amber-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-50\/0:hover {
    --tw-ring-color: rgba(255, 251, 235, 0);
}
.hover\:ring-amber-50\/10:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.1);
}
.hover\:ring-amber-50\/100:hover {
    --tw-ring-color: #fffbeb;
}
.hover\:ring-amber-50\/15:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.15);
}
.hover\:ring-amber-50\/20:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.2);
}
.hover\:ring-amber-50\/25:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.25);
}
.hover\:ring-amber-50\/30:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.3);
}
.hover\:ring-amber-50\/35:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.35);
}
.hover\:ring-amber-50\/40:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.4);
}
.hover\:ring-amber-50\/45:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.45);
}
.hover\:ring-amber-50\/5:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.05);
}
.hover\:ring-amber-50\/50:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.5);
}
.hover\:ring-amber-50\/55:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.55);
}
.hover\:ring-amber-50\/60:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.6);
}
.hover\:ring-amber-50\/65:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.65);
}
.hover\:ring-amber-50\/70:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.7);
}
.hover\:ring-amber-50\/75:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.75);
}
.hover\:ring-amber-50\/80:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.8);
}
.hover\:ring-amber-50\/85:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.85);
}
.hover\:ring-amber-50\/90:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.9);
}
.hover\:ring-amber-50\/95:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.95);
}
.hover\:ring-amber-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-500\/0:hover {
    --tw-ring-color: rgba(245, 158, 11, 0);
}
.hover\:ring-amber-500\/10:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.1);
}
.hover\:ring-amber-500\/100:hover {
    --tw-ring-color: #f59e0b;
}
.hover\:ring-amber-500\/15:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.15);
}
.hover\:ring-amber-500\/20:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.2);
}
.hover\:ring-amber-500\/25:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.25);
}
.hover\:ring-amber-500\/30:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.3);
}
.hover\:ring-amber-500\/35:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.35);
}
.hover\:ring-amber-500\/40:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.4);
}
.hover\:ring-amber-500\/45:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.45);
}
.hover\:ring-amber-500\/5:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.05);
}
.hover\:ring-amber-500\/50:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.5);
}
.hover\:ring-amber-500\/55:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.55);
}
.hover\:ring-amber-500\/60:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.6);
}
.hover\:ring-amber-500\/65:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.65);
}
.hover\:ring-amber-500\/70:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.7);
}
.hover\:ring-amber-500\/75:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.75);
}
.hover\:ring-amber-500\/80:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.8);
}
.hover\:ring-amber-500\/85:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.85);
}
.hover\:ring-amber-500\/90:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.9);
}
.hover\:ring-amber-500\/95:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.95);
}
.hover\:ring-amber-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-600\/0:hover {
    --tw-ring-color: rgba(217, 119, 6, 0);
}
.hover\:ring-amber-600\/10:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.1);
}
.hover\:ring-amber-600\/100:hover {
    --tw-ring-color: #d97706;
}
.hover\:ring-amber-600\/15:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.15);
}
.hover\:ring-amber-600\/20:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.2);
}
.hover\:ring-amber-600\/25:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.25);
}
.hover\:ring-amber-600\/30:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.3);
}
.hover\:ring-amber-600\/35:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.35);
}
.hover\:ring-amber-600\/40:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.4);
}
.hover\:ring-amber-600\/45:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.45);
}
.hover\:ring-amber-600\/5:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.05);
}
.hover\:ring-amber-600\/50:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.5);
}
.hover\:ring-amber-600\/55:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.55);
}
.hover\:ring-amber-600\/60:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.6);
}
.hover\:ring-amber-600\/65:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.65);
}
.hover\:ring-amber-600\/70:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.7);
}
.hover\:ring-amber-600\/75:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.75);
}
.hover\:ring-amber-600\/80:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.8);
}
.hover\:ring-amber-600\/85:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.85);
}
.hover\:ring-amber-600\/90:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.9);
}
.hover\:ring-amber-600\/95:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.95);
}
.hover\:ring-amber-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-700\/0:hover {
    --tw-ring-color: rgba(180, 83, 9, 0);
}
.hover\:ring-amber-700\/10:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.1);
}
.hover\:ring-amber-700\/100:hover {
    --tw-ring-color: #b45309;
}
.hover\:ring-amber-700\/15:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.15);
}
.hover\:ring-amber-700\/20:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.2);
}
.hover\:ring-amber-700\/25:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.25);
}
.hover\:ring-amber-700\/30:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.3);
}
.hover\:ring-amber-700\/35:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.35);
}
.hover\:ring-amber-700\/40:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.4);
}
.hover\:ring-amber-700\/45:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.45);
}
.hover\:ring-amber-700\/5:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.05);
}
.hover\:ring-amber-700\/50:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.5);
}
.hover\:ring-amber-700\/55:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.55);
}
.hover\:ring-amber-700\/60:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.6);
}
.hover\:ring-amber-700\/65:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.65);
}
.hover\:ring-amber-700\/70:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.7);
}
.hover\:ring-amber-700\/75:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.75);
}
.hover\:ring-amber-700\/80:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.8);
}
.hover\:ring-amber-700\/85:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.85);
}
.hover\:ring-amber-700\/90:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.9);
}
.hover\:ring-amber-700\/95:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.95);
}
.hover\:ring-amber-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-800\/0:hover {
    --tw-ring-color: rgba(146, 64, 14, 0);
}
.hover\:ring-amber-800\/10:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.1);
}
.hover\:ring-amber-800\/100:hover {
    --tw-ring-color: #92400e;
}
.hover\:ring-amber-800\/15:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.15);
}
.hover\:ring-amber-800\/20:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.2);
}
.hover\:ring-amber-800\/25:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.25);
}
.hover\:ring-amber-800\/30:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.3);
}
.hover\:ring-amber-800\/35:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.35);
}
.hover\:ring-amber-800\/40:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.4);
}
.hover\:ring-amber-800\/45:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.45);
}
.hover\:ring-amber-800\/5:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.05);
}
.hover\:ring-amber-800\/50:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.5);
}
.hover\:ring-amber-800\/55:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.55);
}
.hover\:ring-amber-800\/60:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.6);
}
.hover\:ring-amber-800\/65:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.65);
}
.hover\:ring-amber-800\/70:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.7);
}
.hover\:ring-amber-800\/75:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.75);
}
.hover\:ring-amber-800\/80:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.8);
}
.hover\:ring-amber-800\/85:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.85);
}
.hover\:ring-amber-800\/90:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.9);
}
.hover\:ring-amber-800\/95:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.95);
}
.hover\:ring-amber-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}
.hover\:ring-amber-900\/0:hover {
    --tw-ring-color: rgba(120, 53, 15, 0);
}
.hover\:ring-amber-900\/10:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.1);
}
.hover\:ring-amber-900\/100:hover {
    --tw-ring-color: #78350f;
}
.hover\:ring-amber-900\/15:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.15);
}
.hover\:ring-amber-900\/20:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.2);
}
.hover\:ring-amber-900\/25:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.25);
}
.hover\:ring-amber-900\/30:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.3);
}
.hover\:ring-amber-900\/35:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.35);
}
.hover\:ring-amber-900\/40:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.4);
}
.hover\:ring-amber-900\/45:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.45);
}
.hover\:ring-amber-900\/5:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.05);
}
.hover\:ring-amber-900\/50:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.5);
}
.hover\:ring-amber-900\/55:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.55);
}
.hover\:ring-amber-900\/60:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.6);
}
.hover\:ring-amber-900\/65:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.65);
}
.hover\:ring-amber-900\/70:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.7);
}
.hover\:ring-amber-900\/75:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.75);
}
.hover\:ring-amber-900\/80:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.8);
}
.hover\:ring-amber-900\/85:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.85);
}
.hover\:ring-amber-900\/90:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.9);
}
.hover\:ring-amber-900\/95:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.95);
}
.hover\:ring-blue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-100\/0:hover {
    --tw-ring-color: rgba(219, 234, 254, 0);
}
.hover\:ring-blue-100\/10:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.1);
}
.hover\:ring-blue-100\/100:hover {
    --tw-ring-color: #dbeafe;
}
.hover\:ring-blue-100\/15:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.15);
}
.hover\:ring-blue-100\/20:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.2);
}
.hover\:ring-blue-100\/25:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.25);
}
.hover\:ring-blue-100\/30:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.3);
}
.hover\:ring-blue-100\/35:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.35);
}
.hover\:ring-blue-100\/40:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.4);
}
.hover\:ring-blue-100\/45:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.45);
}
.hover\:ring-blue-100\/5:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.05);
}
.hover\:ring-blue-100\/50:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.5);
}
.hover\:ring-blue-100\/55:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.55);
}
.hover\:ring-blue-100\/60:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.6);
}
.hover\:ring-blue-100\/65:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.65);
}
.hover\:ring-blue-100\/70:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.7);
}
.hover\:ring-blue-100\/75:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.75);
}
.hover\:ring-blue-100\/80:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.8);
}
.hover\:ring-blue-100\/85:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.85);
}
.hover\:ring-blue-100\/90:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.9);
}
.hover\:ring-blue-100\/95:hover {
    --tw-ring-color: rgba(219, 234, 254, 0.95);
}
.hover\:ring-blue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-200\/0:hover {
    --tw-ring-color: rgba(191, 219, 254, 0);
}
.hover\:ring-blue-200\/10:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.1);
}
.hover\:ring-blue-200\/100:hover {
    --tw-ring-color: #bfdbfe;
}
.hover\:ring-blue-200\/15:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.15);
}
.hover\:ring-blue-200\/20:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.2);
}
.hover\:ring-blue-200\/25:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.25);
}
.hover\:ring-blue-200\/30:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.3);
}
.hover\:ring-blue-200\/35:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.35);
}
.hover\:ring-blue-200\/40:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.4);
}
.hover\:ring-blue-200\/45:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.45);
}
.hover\:ring-blue-200\/5:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.05);
}
.hover\:ring-blue-200\/50:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.5);
}
.hover\:ring-blue-200\/55:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.55);
}
.hover\:ring-blue-200\/60:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.6);
}
.hover\:ring-blue-200\/65:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.65);
}
.hover\:ring-blue-200\/70:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.7);
}
.hover\:ring-blue-200\/75:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.75);
}
.hover\:ring-blue-200\/80:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.8);
}
.hover\:ring-blue-200\/85:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.85);
}
.hover\:ring-blue-200\/90:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.9);
}
.hover\:ring-blue-200\/95:hover {
    --tw-ring-color: rgba(191, 219, 254, 0.95);
}
.hover\:ring-blue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-300\/0:hover {
    --tw-ring-color: rgba(147, 197, 253, 0);
}
.hover\:ring-blue-300\/10:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.1);
}
.hover\:ring-blue-300\/100:hover {
    --tw-ring-color: #93c5fd;
}
.hover\:ring-blue-300\/15:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.15);
}
.hover\:ring-blue-300\/20:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.2);
}
.hover\:ring-blue-300\/25:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.25);
}
.hover\:ring-blue-300\/30:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.3);
}
.hover\:ring-blue-300\/35:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.35);
}
.hover\:ring-blue-300\/40:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.4);
}
.hover\:ring-blue-300\/45:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.45);
}
.hover\:ring-blue-300\/5:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.05);
}
.hover\:ring-blue-300\/50:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.5);
}
.hover\:ring-blue-300\/55:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.55);
}
.hover\:ring-blue-300\/60:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.6);
}
.hover\:ring-blue-300\/65:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.65);
}
.hover\:ring-blue-300\/70:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.7);
}
.hover\:ring-blue-300\/75:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.75);
}
.hover\:ring-blue-300\/80:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.8);
}
.hover\:ring-blue-300\/85:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.85);
}
.hover\:ring-blue-300\/90:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.9);
}
.hover\:ring-blue-300\/95:hover {
    --tw-ring-color: rgba(147, 197, 253, 0.95);
}
.hover\:ring-blue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-400\/0:hover {
    --tw-ring-color: rgba(96, 165, 250, 0);
}
.hover\:ring-blue-400\/10:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.1);
}
.hover\:ring-blue-400\/100:hover {
    --tw-ring-color: #60a5fa;
}
.hover\:ring-blue-400\/15:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.15);
}
.hover\:ring-blue-400\/20:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.2);
}
.hover\:ring-blue-400\/25:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.25);
}
.hover\:ring-blue-400\/30:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.3);
}
.hover\:ring-blue-400\/35:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.35);
}
.hover\:ring-blue-400\/40:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.4);
}
.hover\:ring-blue-400\/45:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.45);
}
.hover\:ring-blue-400\/5:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.05);
}
.hover\:ring-blue-400\/50:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.5);
}
.hover\:ring-blue-400\/55:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.55);
}
.hover\:ring-blue-400\/60:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.6);
}
.hover\:ring-blue-400\/65:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.65);
}
.hover\:ring-blue-400\/70:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.7);
}
.hover\:ring-blue-400\/75:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.75);
}
.hover\:ring-blue-400\/80:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.8);
}
.hover\:ring-blue-400\/85:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.85);
}
.hover\:ring-blue-400\/90:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.9);
}
.hover\:ring-blue-400\/95:hover {
    --tw-ring-color: rgba(96, 165, 250, 0.95);
}
.hover\:ring-blue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-50\/0:hover {
    --tw-ring-color: rgba(239, 246, 255, 0);
}
.hover\:ring-blue-50\/10:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.1);
}
.hover\:ring-blue-50\/100:hover {
    --tw-ring-color: #eff6ff;
}
.hover\:ring-blue-50\/15:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.15);
}
.hover\:ring-blue-50\/20:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.2);
}
.hover\:ring-blue-50\/25:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.25);
}
.hover\:ring-blue-50\/30:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.3);
}
.hover\:ring-blue-50\/35:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.35);
}
.hover\:ring-blue-50\/40:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.4);
}
.hover\:ring-blue-50\/45:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.45);
}
.hover\:ring-blue-50\/5:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.05);
}
.hover\:ring-blue-50\/50:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.5);
}
.hover\:ring-blue-50\/55:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.55);
}
.hover\:ring-blue-50\/60:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.6);
}
.hover\:ring-blue-50\/65:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.65);
}
.hover\:ring-blue-50\/70:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.7);
}
.hover\:ring-blue-50\/75:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.75);
}
.hover\:ring-blue-50\/80:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.8);
}
.hover\:ring-blue-50\/85:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.85);
}
.hover\:ring-blue-50\/90:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.9);
}
.hover\:ring-blue-50\/95:hover {
    --tw-ring-color: rgba(239, 246, 255, 0.95);
}
.hover\:ring-blue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-500\/0:hover {
    --tw-ring-color: rgba(59, 130, 246, 0);
}
.hover\:ring-blue-500\/10:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.1);
}
.hover\:ring-blue-500\/100:hover {
    --tw-ring-color: #3b82f6;
}
.hover\:ring-blue-500\/15:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.15);
}
.hover\:ring-blue-500\/20:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.2);
}
.hover\:ring-blue-500\/25:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.25);
}
.hover\:ring-blue-500\/30:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.3);
}
.hover\:ring-blue-500\/35:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.35);
}
.hover\:ring-blue-500\/40:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.4);
}
.hover\:ring-blue-500\/45:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.45);
}
.hover\:ring-blue-500\/5:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.05);
}
.hover\:ring-blue-500\/50:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.5);
}
.hover\:ring-blue-500\/55:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.55);
}
.hover\:ring-blue-500\/60:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.6);
}
.hover\:ring-blue-500\/65:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.65);
}
.hover\:ring-blue-500\/70:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.7);
}
.hover\:ring-blue-500\/75:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.75);
}
.hover\:ring-blue-500\/80:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.8);
}
.hover\:ring-blue-500\/85:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.85);
}
.hover\:ring-blue-500\/90:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.9);
}
.hover\:ring-blue-500\/95:hover {
    --tw-ring-color: rgba(59, 130, 246, 0.95);
}
.hover\:ring-blue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 124 248 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-600\/0:hover {
    --tw-ring-color: rgba(59, 124, 248, 0);
}
.hover\:ring-blue-600\/10:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.1);
}
.hover\:ring-blue-600\/100:hover {
    --tw-ring-color: #3b7cf8;
}
.hover\:ring-blue-600\/15:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.15);
}
.hover\:ring-blue-600\/20:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.2);
}
.hover\:ring-blue-600\/25:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.25);
}
.hover\:ring-blue-600\/30:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.3);
}
.hover\:ring-blue-600\/35:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.35);
}
.hover\:ring-blue-600\/40:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.4);
}
.hover\:ring-blue-600\/45:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.45);
}
.hover\:ring-blue-600\/5:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.05);
}
.hover\:ring-blue-600\/50:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.5);
}
.hover\:ring-blue-600\/55:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.55);
}
.hover\:ring-blue-600\/60:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.6);
}
.hover\:ring-blue-600\/65:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.65);
}
.hover\:ring-blue-600\/70:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.7);
}
.hover\:ring-blue-600\/75:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.75);
}
.hover\:ring-blue-600\/80:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.8);
}
.hover\:ring-blue-600\/85:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.85);
}
.hover\:ring-blue-600\/90:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.9);
}
.hover\:ring-blue-600\/95:hover {
    --tw-ring-color: rgba(59, 124, 248, 0.95);
}
.hover\:ring-blue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 98 235 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-700\/0:hover {
    --tw-ring-color: rgba(55, 98, 235, 0);
}
.hover\:ring-blue-700\/10:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.1);
}
.hover\:ring-blue-700\/100:hover {
    --tw-ring-color: #3762eb;
}
.hover\:ring-blue-700\/15:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.15);
}
.hover\:ring-blue-700\/20:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.2);
}
.hover\:ring-blue-700\/25:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.25);
}
.hover\:ring-blue-700\/30:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.3);
}
.hover\:ring-blue-700\/35:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.35);
}
.hover\:ring-blue-700\/40:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.4);
}
.hover\:ring-blue-700\/45:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.45);
}
.hover\:ring-blue-700\/5:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.05);
}
.hover\:ring-blue-700\/50:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.5);
}
.hover\:ring-blue-700\/55:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.55);
}
.hover\:ring-blue-700\/60:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.6);
}
.hover\:ring-blue-700\/65:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.65);
}
.hover\:ring-blue-700\/70:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.7);
}
.hover\:ring-blue-700\/75:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.75);
}
.hover\:ring-blue-700\/80:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.8);
}
.hover\:ring-blue-700\/85:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.85);
}
.hover\:ring-blue-700\/90:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.9);
}
.hover\:ring-blue-700\/95:hover {
    --tw-ring-color: rgba(55, 98, 235, 0.95);
}
.hover\:ring-blue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-800\/0:hover {
    --tw-ring-color: rgba(30, 64, 175, 0);
}
.hover\:ring-blue-800\/10:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.1);
}
.hover\:ring-blue-800\/100:hover {
    --tw-ring-color: #1e40af;
}
.hover\:ring-blue-800\/15:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.15);
}
.hover\:ring-blue-800\/20:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.2);
}
.hover\:ring-blue-800\/25:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.25);
}
.hover\:ring-blue-800\/30:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.3);
}
.hover\:ring-blue-800\/35:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.35);
}
.hover\:ring-blue-800\/40:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.4);
}
.hover\:ring-blue-800\/45:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.45);
}
.hover\:ring-blue-800\/5:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.05);
}
.hover\:ring-blue-800\/50:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.5);
}
.hover\:ring-blue-800\/55:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.55);
}
.hover\:ring-blue-800\/60:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.6);
}
.hover\:ring-blue-800\/65:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.65);
}
.hover\:ring-blue-800\/70:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.7);
}
.hover\:ring-blue-800\/75:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.75);
}
.hover\:ring-blue-800\/80:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.8);
}
.hover\:ring-blue-800\/85:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.85);
}
.hover\:ring-blue-800\/90:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.9);
}
.hover\:ring-blue-800\/95:hover {
    --tw-ring-color: rgba(30, 64, 175, 0.95);
}
.hover\:ring-blue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}
.hover\:ring-blue-900\/0:hover {
    --tw-ring-color: rgba(30, 58, 138, 0);
}
.hover\:ring-blue-900\/10:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.1);
}
.hover\:ring-blue-900\/100:hover {
    --tw-ring-color: #1e3a8a;
}
.hover\:ring-blue-900\/15:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.15);
}
.hover\:ring-blue-900\/20:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.2);
}
.hover\:ring-blue-900\/25:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.25);
}
.hover\:ring-blue-900\/30:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.3);
}
.hover\:ring-blue-900\/35:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.35);
}
.hover\:ring-blue-900\/40:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.4);
}
.hover\:ring-blue-900\/45:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.45);
}
.hover\:ring-blue-900\/5:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.05);
}
.hover\:ring-blue-900\/50:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.5);
}
.hover\:ring-blue-900\/55:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.55);
}
.hover\:ring-blue-900\/60:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.6);
}
.hover\:ring-blue-900\/65:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.65);
}
.hover\:ring-blue-900\/70:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.7);
}
.hover\:ring-blue-900\/75:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.75);
}
.hover\:ring-blue-900\/80:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.8);
}
.hover\:ring-blue-900\/85:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.85);
}
.hover\:ring-blue-900\/90:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.9);
}
.hover\:ring-blue-900\/95:hover {
    --tw-ring-color: rgba(30, 58, 138, 0.95);
}
.hover\:ring-bluegray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-100\/0:hover {
    --tw-ring-color: rgba(241, 245, 249, 0);
}
.hover\:ring-bluegray-100\/10:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.1);
}
.hover\:ring-bluegray-100\/100:hover {
    --tw-ring-color: #f1f5f9;
}
.hover\:ring-bluegray-100\/15:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.15);
}
.hover\:ring-bluegray-100\/20:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.2);
}
.hover\:ring-bluegray-100\/25:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.25);
}
.hover\:ring-bluegray-100\/30:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.3);
}
.hover\:ring-bluegray-100\/35:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.35);
}
.hover\:ring-bluegray-100\/40:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.4);
}
.hover\:ring-bluegray-100\/45:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.45);
}
.hover\:ring-bluegray-100\/5:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.05);
}
.hover\:ring-bluegray-100\/50:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.5);
}
.hover\:ring-bluegray-100\/55:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.55);
}
.hover\:ring-bluegray-100\/60:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.6);
}
.hover\:ring-bluegray-100\/65:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.65);
}
.hover\:ring-bluegray-100\/70:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.7);
}
.hover\:ring-bluegray-100\/75:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.75);
}
.hover\:ring-bluegray-100\/80:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.8);
}
.hover\:ring-bluegray-100\/85:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.85);
}
.hover\:ring-bluegray-100\/90:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.9);
}
.hover\:ring-bluegray-100\/95:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.95);
}
.hover\:ring-bluegray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-200\/0:hover {
    --tw-ring-color: rgba(226, 232, 240, 0);
}
.hover\:ring-bluegray-200\/10:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.1);
}
.hover\:ring-bluegray-200\/100:hover {
    --tw-ring-color: #e2e8f0;
}
.hover\:ring-bluegray-200\/15:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.15);
}
.hover\:ring-bluegray-200\/20:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.2);
}
.hover\:ring-bluegray-200\/25:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.25);
}
.hover\:ring-bluegray-200\/30:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.3);
}
.hover\:ring-bluegray-200\/35:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.35);
}
.hover\:ring-bluegray-200\/40:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.4);
}
.hover\:ring-bluegray-200\/45:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.45);
}
.hover\:ring-bluegray-200\/5:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.05);
}
.hover\:ring-bluegray-200\/50:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.5);
}
.hover\:ring-bluegray-200\/55:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.55);
}
.hover\:ring-bluegray-200\/60:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.6);
}
.hover\:ring-bluegray-200\/65:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.65);
}
.hover\:ring-bluegray-200\/70:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.7);
}
.hover\:ring-bluegray-200\/75:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.75);
}
.hover\:ring-bluegray-200\/80:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.8);
}
.hover\:ring-bluegray-200\/85:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.85);
}
.hover\:ring-bluegray-200\/90:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.9);
}
.hover\:ring-bluegray-200\/95:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.95);
}
.hover\:ring-bluegray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-300\/0:hover {
    --tw-ring-color: rgba(203, 213, 225, 0);
}
.hover\:ring-bluegray-300\/10:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.1);
}
.hover\:ring-bluegray-300\/100:hover {
    --tw-ring-color: #cbd5e1;
}
.hover\:ring-bluegray-300\/15:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.15);
}
.hover\:ring-bluegray-300\/20:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.2);
}
.hover\:ring-bluegray-300\/25:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.25);
}
.hover\:ring-bluegray-300\/30:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.3);
}
.hover\:ring-bluegray-300\/35:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.35);
}
.hover\:ring-bluegray-300\/40:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.4);
}
.hover\:ring-bluegray-300\/45:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.45);
}
.hover\:ring-bluegray-300\/5:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.05);
}
.hover\:ring-bluegray-300\/50:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.5);
}
.hover\:ring-bluegray-300\/55:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.55);
}
.hover\:ring-bluegray-300\/60:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.6);
}
.hover\:ring-bluegray-300\/65:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.65);
}
.hover\:ring-bluegray-300\/70:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.7);
}
.hover\:ring-bluegray-300\/75:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.75);
}
.hover\:ring-bluegray-300\/80:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.8);
}
.hover\:ring-bluegray-300\/85:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.85);
}
.hover\:ring-bluegray-300\/90:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.9);
}
.hover\:ring-bluegray-300\/95:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.95);
}
.hover\:ring-bluegray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-400\/0:hover {
    --tw-ring-color: rgba(148, 163, 184, 0);
}
.hover\:ring-bluegray-400\/10:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.1);
}
.hover\:ring-bluegray-400\/100:hover {
    --tw-ring-color: #94a3b8;
}
.hover\:ring-bluegray-400\/15:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.15);
}
.hover\:ring-bluegray-400\/20:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.2);
}
.hover\:ring-bluegray-400\/25:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.25);
}
.hover\:ring-bluegray-400\/30:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.3);
}
.hover\:ring-bluegray-400\/35:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.35);
}
.hover\:ring-bluegray-400\/40:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.4);
}
.hover\:ring-bluegray-400\/45:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.45);
}
.hover\:ring-bluegray-400\/5:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.05);
}
.hover\:ring-bluegray-400\/50:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.5);
}
.hover\:ring-bluegray-400\/55:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.55);
}
.hover\:ring-bluegray-400\/60:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.6);
}
.hover\:ring-bluegray-400\/65:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.65);
}
.hover\:ring-bluegray-400\/70:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.7);
}
.hover\:ring-bluegray-400\/75:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.75);
}
.hover\:ring-bluegray-400\/80:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.8);
}
.hover\:ring-bluegray-400\/85:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.85);
}
.hover\:ring-bluegray-400\/90:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.9);
}
.hover\:ring-bluegray-400\/95:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.95);
}
.hover\:ring-bluegray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-50\/0:hover {
    --tw-ring-color: rgba(248, 250, 252, 0);
}
.hover\:ring-bluegray-50\/10:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.1);
}
.hover\:ring-bluegray-50\/100:hover {
    --tw-ring-color: #f8fafc;
}
.hover\:ring-bluegray-50\/15:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.15);
}
.hover\:ring-bluegray-50\/20:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.2);
}
.hover\:ring-bluegray-50\/25:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.25);
}
.hover\:ring-bluegray-50\/30:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.3);
}
.hover\:ring-bluegray-50\/35:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.35);
}
.hover\:ring-bluegray-50\/40:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.4);
}
.hover\:ring-bluegray-50\/45:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.45);
}
.hover\:ring-bluegray-50\/5:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.05);
}
.hover\:ring-bluegray-50\/50:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.5);
}
.hover\:ring-bluegray-50\/55:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.55);
}
.hover\:ring-bluegray-50\/60:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.6);
}
.hover\:ring-bluegray-50\/65:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.65);
}
.hover\:ring-bluegray-50\/70:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.7);
}
.hover\:ring-bluegray-50\/75:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.75);
}
.hover\:ring-bluegray-50\/80:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.8);
}
.hover\:ring-bluegray-50\/85:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.85);
}
.hover\:ring-bluegray-50\/90:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.9);
}
.hover\:ring-bluegray-50\/95:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.95);
}
.hover\:ring-bluegray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-500\/0:hover {
    --tw-ring-color: rgba(100, 116, 139, 0);
}
.hover\:ring-bluegray-500\/10:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.1);
}
.hover\:ring-bluegray-500\/100:hover {
    --tw-ring-color: #64748b;
}
.hover\:ring-bluegray-500\/15:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.15);
}
.hover\:ring-bluegray-500\/20:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.2);
}
.hover\:ring-bluegray-500\/25:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.25);
}
.hover\:ring-bluegray-500\/30:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.3);
}
.hover\:ring-bluegray-500\/35:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.35);
}
.hover\:ring-bluegray-500\/40:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.4);
}
.hover\:ring-bluegray-500\/45:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.45);
}
.hover\:ring-bluegray-500\/5:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.05);
}
.hover\:ring-bluegray-500\/50:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.5);
}
.hover\:ring-bluegray-500\/55:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.55);
}
.hover\:ring-bluegray-500\/60:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.6);
}
.hover\:ring-bluegray-500\/65:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.65);
}
.hover\:ring-bluegray-500\/70:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.7);
}
.hover\:ring-bluegray-500\/75:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.75);
}
.hover\:ring-bluegray-500\/80:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.8);
}
.hover\:ring-bluegray-500\/85:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.85);
}
.hover\:ring-bluegray-500\/90:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.9);
}
.hover\:ring-bluegray-500\/95:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.95);
}
.hover\:ring-bluegray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-600\/0:hover {
    --tw-ring-color: rgba(71, 85, 105, 0);
}
.hover\:ring-bluegray-600\/10:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.1);
}
.hover\:ring-bluegray-600\/100:hover {
    --tw-ring-color: #475569;
}
.hover\:ring-bluegray-600\/15:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.15);
}
.hover\:ring-bluegray-600\/20:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.2);
}
.hover\:ring-bluegray-600\/25:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.25);
}
.hover\:ring-bluegray-600\/30:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.3);
}
.hover\:ring-bluegray-600\/35:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.35);
}
.hover\:ring-bluegray-600\/40:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.4);
}
.hover\:ring-bluegray-600\/45:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.45);
}
.hover\:ring-bluegray-600\/5:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.05);
}
.hover\:ring-bluegray-600\/50:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.5);
}
.hover\:ring-bluegray-600\/55:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.55);
}
.hover\:ring-bluegray-600\/60:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.6);
}
.hover\:ring-bluegray-600\/65:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.65);
}
.hover\:ring-bluegray-600\/70:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.7);
}
.hover\:ring-bluegray-600\/75:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.75);
}
.hover\:ring-bluegray-600\/80:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.8);
}
.hover\:ring-bluegray-600\/85:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.85);
}
.hover\:ring-bluegray-600\/90:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.9);
}
.hover\:ring-bluegray-600\/95:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.95);
}
.hover\:ring-bluegray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-700\/0:hover {
    --tw-ring-color: rgba(51, 65, 85, 0);
}
.hover\:ring-bluegray-700\/10:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.1);
}
.hover\:ring-bluegray-700\/100:hover {
    --tw-ring-color: #334155;
}
.hover\:ring-bluegray-700\/15:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.15);
}
.hover\:ring-bluegray-700\/20:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.2);
}
.hover\:ring-bluegray-700\/25:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.25);
}
.hover\:ring-bluegray-700\/30:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.3);
}
.hover\:ring-bluegray-700\/35:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.35);
}
.hover\:ring-bluegray-700\/40:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.4);
}
.hover\:ring-bluegray-700\/45:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.45);
}
.hover\:ring-bluegray-700\/5:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.05);
}
.hover\:ring-bluegray-700\/50:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.5);
}
.hover\:ring-bluegray-700\/55:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.55);
}
.hover\:ring-bluegray-700\/60:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.6);
}
.hover\:ring-bluegray-700\/65:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.65);
}
.hover\:ring-bluegray-700\/70:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.7);
}
.hover\:ring-bluegray-700\/75:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.75);
}
.hover\:ring-bluegray-700\/80:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.8);
}
.hover\:ring-bluegray-700\/85:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.85);
}
.hover\:ring-bluegray-700\/90:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.9);
}
.hover\:ring-bluegray-700\/95:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.95);
}
.hover\:ring-bluegray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-800\/0:hover {
    --tw-ring-color: rgba(30, 41, 59, 0);
}
.hover\:ring-bluegray-800\/10:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.1);
}
.hover\:ring-bluegray-800\/100:hover {
    --tw-ring-color: #1e293b;
}
.hover\:ring-bluegray-800\/15:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.15);
}
.hover\:ring-bluegray-800\/20:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.2);
}
.hover\:ring-bluegray-800\/25:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.25);
}
.hover\:ring-bluegray-800\/30:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.3);
}
.hover\:ring-bluegray-800\/35:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.35);
}
.hover\:ring-bluegray-800\/40:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.4);
}
.hover\:ring-bluegray-800\/45:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.45);
}
.hover\:ring-bluegray-800\/5:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.05);
}
.hover\:ring-bluegray-800\/50:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.5);
}
.hover\:ring-bluegray-800\/55:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.55);
}
.hover\:ring-bluegray-800\/60:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.6);
}
.hover\:ring-bluegray-800\/65:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.65);
}
.hover\:ring-bluegray-800\/70:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.7);
}
.hover\:ring-bluegray-800\/75:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.75);
}
.hover\:ring-bluegray-800\/80:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.8);
}
.hover\:ring-bluegray-800\/85:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.85);
}
.hover\:ring-bluegray-800\/90:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.9);
}
.hover\:ring-bluegray-800\/95:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.95);
}
.hover\:ring-bluegray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}
.hover\:ring-bluegray-900\/0:hover {
    --tw-ring-color: rgba(15, 23, 42, 0);
}
.hover\:ring-bluegray-900\/10:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.1);
}
.hover\:ring-bluegray-900\/100:hover {
    --tw-ring-color: #0f172a;
}
.hover\:ring-bluegray-900\/15:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.15);
}
.hover\:ring-bluegray-900\/20:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.2);
}
.hover\:ring-bluegray-900\/25:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.25);
}
.hover\:ring-bluegray-900\/30:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.3);
}
.hover\:ring-bluegray-900\/35:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.35);
}
.hover\:ring-bluegray-900\/40:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.4);
}
.hover\:ring-bluegray-900\/45:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.45);
}
.hover\:ring-bluegray-900\/5:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.05);
}
.hover\:ring-bluegray-900\/50:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.5);
}
.hover\:ring-bluegray-900\/55:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.55);
}
.hover\:ring-bluegray-900\/60:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.6);
}
.hover\:ring-bluegray-900\/65:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.65);
}
.hover\:ring-bluegray-900\/70:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.7);
}
.hover\:ring-bluegray-900\/75:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.75);
}
.hover\:ring-bluegray-900\/80:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.8);
}
.hover\:ring-bluegray-900\/85:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.85);
}
.hover\:ring-bluegray-900\/90:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.9);
}
.hover\:ring-bluegray-900\/95:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.95);
}
.hover\:ring-coolgray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-100\/0:hover {
    --tw-ring-color: rgba(243, 244, 246, 0);
}
.hover\:ring-coolgray-100\/10:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.1);
}
.hover\:ring-coolgray-100\/100:hover {
    --tw-ring-color: #f3f4f6;
}
.hover\:ring-coolgray-100\/15:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.15);
}
.hover\:ring-coolgray-100\/20:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.2);
}
.hover\:ring-coolgray-100\/25:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.25);
}
.hover\:ring-coolgray-100\/30:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.3);
}
.hover\:ring-coolgray-100\/35:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.35);
}
.hover\:ring-coolgray-100\/40:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.4);
}
.hover\:ring-coolgray-100\/45:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.45);
}
.hover\:ring-coolgray-100\/5:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.05);
}
.hover\:ring-coolgray-100\/50:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.5);
}
.hover\:ring-coolgray-100\/55:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.55);
}
.hover\:ring-coolgray-100\/60:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.6);
}
.hover\:ring-coolgray-100\/65:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.65);
}
.hover\:ring-coolgray-100\/70:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.7);
}
.hover\:ring-coolgray-100\/75:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.75);
}
.hover\:ring-coolgray-100\/80:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.8);
}
.hover\:ring-coolgray-100\/85:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.85);
}
.hover\:ring-coolgray-100\/90:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.9);
}
.hover\:ring-coolgray-100\/95:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.95);
}
.hover\:ring-coolgray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-200\/0:hover {
    --tw-ring-color: rgba(229, 231, 235, 0);
}
.hover\:ring-coolgray-200\/10:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.1);
}
.hover\:ring-coolgray-200\/100:hover {
    --tw-ring-color: #e5e7eb;
}
.hover\:ring-coolgray-200\/15:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.15);
}
.hover\:ring-coolgray-200\/20:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.2);
}
.hover\:ring-coolgray-200\/25:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.25);
}
.hover\:ring-coolgray-200\/30:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.3);
}
.hover\:ring-coolgray-200\/35:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.35);
}
.hover\:ring-coolgray-200\/40:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.4);
}
.hover\:ring-coolgray-200\/45:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.45);
}
.hover\:ring-coolgray-200\/5:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.05);
}
.hover\:ring-coolgray-200\/50:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.5);
}
.hover\:ring-coolgray-200\/55:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.55);
}
.hover\:ring-coolgray-200\/60:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.6);
}
.hover\:ring-coolgray-200\/65:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.65);
}
.hover\:ring-coolgray-200\/70:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.7);
}
.hover\:ring-coolgray-200\/75:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.75);
}
.hover\:ring-coolgray-200\/80:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.8);
}
.hover\:ring-coolgray-200\/85:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.85);
}
.hover\:ring-coolgray-200\/90:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.9);
}
.hover\:ring-coolgray-200\/95:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.95);
}
.hover\:ring-coolgray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-300\/0:hover {
    --tw-ring-color: rgba(209, 213, 219, 0);
}
.hover\:ring-coolgray-300\/10:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.1);
}
.hover\:ring-coolgray-300\/100:hover {
    --tw-ring-color: #d1d5db;
}
.hover\:ring-coolgray-300\/15:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.15);
}
.hover\:ring-coolgray-300\/20:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.2);
}
.hover\:ring-coolgray-300\/25:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.25);
}
.hover\:ring-coolgray-300\/30:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.3);
}
.hover\:ring-coolgray-300\/35:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.35);
}
.hover\:ring-coolgray-300\/40:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.4);
}
.hover\:ring-coolgray-300\/45:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.45);
}
.hover\:ring-coolgray-300\/5:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.05);
}
.hover\:ring-coolgray-300\/50:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.5);
}
.hover\:ring-coolgray-300\/55:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.55);
}
.hover\:ring-coolgray-300\/60:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.6);
}
.hover\:ring-coolgray-300\/65:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.65);
}
.hover\:ring-coolgray-300\/70:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.7);
}
.hover\:ring-coolgray-300\/75:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.75);
}
.hover\:ring-coolgray-300\/80:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.8);
}
.hover\:ring-coolgray-300\/85:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.85);
}
.hover\:ring-coolgray-300\/90:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.9);
}
.hover\:ring-coolgray-300\/95:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.95);
}
.hover\:ring-coolgray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-400\/0:hover {
    --tw-ring-color: rgba(156, 163, 175, 0);
}
.hover\:ring-coolgray-400\/10:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.1);
}
.hover\:ring-coolgray-400\/100:hover {
    --tw-ring-color: #9ca3af;
}
.hover\:ring-coolgray-400\/15:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.15);
}
.hover\:ring-coolgray-400\/20:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.2);
}
.hover\:ring-coolgray-400\/25:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.25);
}
.hover\:ring-coolgray-400\/30:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.3);
}
.hover\:ring-coolgray-400\/35:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.35);
}
.hover\:ring-coolgray-400\/40:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.4);
}
.hover\:ring-coolgray-400\/45:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.45);
}
.hover\:ring-coolgray-400\/5:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.05);
}
.hover\:ring-coolgray-400\/50:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.5);
}
.hover\:ring-coolgray-400\/55:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.55);
}
.hover\:ring-coolgray-400\/60:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.6);
}
.hover\:ring-coolgray-400\/65:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.65);
}
.hover\:ring-coolgray-400\/70:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.7);
}
.hover\:ring-coolgray-400\/75:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.75);
}
.hover\:ring-coolgray-400\/80:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.8);
}
.hover\:ring-coolgray-400\/85:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.85);
}
.hover\:ring-coolgray-400\/90:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.9);
}
.hover\:ring-coolgray-400\/95:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.95);
}
.hover\:ring-coolgray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-50\/0:hover {
    --tw-ring-color: rgba(249, 250, 251, 0);
}
.hover\:ring-coolgray-50\/10:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.1);
}
.hover\:ring-coolgray-50\/100:hover {
    --tw-ring-color: #f9fafb;
}
.hover\:ring-coolgray-50\/15:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.15);
}
.hover\:ring-coolgray-50\/20:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.2);
}
.hover\:ring-coolgray-50\/25:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.25);
}
.hover\:ring-coolgray-50\/30:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.3);
}
.hover\:ring-coolgray-50\/35:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.35);
}
.hover\:ring-coolgray-50\/40:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.4);
}
.hover\:ring-coolgray-50\/45:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.45);
}
.hover\:ring-coolgray-50\/5:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.05);
}
.hover\:ring-coolgray-50\/50:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.5);
}
.hover\:ring-coolgray-50\/55:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.55);
}
.hover\:ring-coolgray-50\/60:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.6);
}
.hover\:ring-coolgray-50\/65:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.65);
}
.hover\:ring-coolgray-50\/70:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.7);
}
.hover\:ring-coolgray-50\/75:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.75);
}
.hover\:ring-coolgray-50\/80:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.8);
}
.hover\:ring-coolgray-50\/85:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.85);
}
.hover\:ring-coolgray-50\/90:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.9);
}
.hover\:ring-coolgray-50\/95:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.95);
}
.hover\:ring-coolgray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-500\/0:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0);
}
.hover\:ring-coolgray-500\/10:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.1);
}
.hover\:ring-coolgray-500\/100:hover {
    --tw-ring-color: #6b7280;
}
.hover\:ring-coolgray-500\/15:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.15);
}
.hover\:ring-coolgray-500\/20:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.2);
}
.hover\:ring-coolgray-500\/25:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.25);
}
.hover\:ring-coolgray-500\/30:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.3);
}
.hover\:ring-coolgray-500\/35:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.35);
}
.hover\:ring-coolgray-500\/40:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.4);
}
.hover\:ring-coolgray-500\/45:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.45);
}
.hover\:ring-coolgray-500\/5:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.05);
}
.hover\:ring-coolgray-500\/50:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.5);
}
.hover\:ring-coolgray-500\/55:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.55);
}
.hover\:ring-coolgray-500\/60:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.6);
}
.hover\:ring-coolgray-500\/65:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.65);
}
.hover\:ring-coolgray-500\/70:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.7);
}
.hover\:ring-coolgray-500\/75:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.75);
}
.hover\:ring-coolgray-500\/80:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.8);
}
.hover\:ring-coolgray-500\/85:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.85);
}
.hover\:ring-coolgray-500\/90:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.9);
}
.hover\:ring-coolgray-500\/95:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.95);
}
.hover\:ring-coolgray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-600\/0:hover {
    --tw-ring-color: rgba(75, 85, 99, 0);
}
.hover\:ring-coolgray-600\/10:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.1);
}
.hover\:ring-coolgray-600\/100:hover {
    --tw-ring-color: #4b5563;
}
.hover\:ring-coolgray-600\/15:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.15);
}
.hover\:ring-coolgray-600\/20:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.2);
}
.hover\:ring-coolgray-600\/25:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.25);
}
.hover\:ring-coolgray-600\/30:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.3);
}
.hover\:ring-coolgray-600\/35:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.35);
}
.hover\:ring-coolgray-600\/40:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.4);
}
.hover\:ring-coolgray-600\/45:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.45);
}
.hover\:ring-coolgray-600\/5:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.05);
}
.hover\:ring-coolgray-600\/50:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.5);
}
.hover\:ring-coolgray-600\/55:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.55);
}
.hover\:ring-coolgray-600\/60:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.6);
}
.hover\:ring-coolgray-600\/65:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.65);
}
.hover\:ring-coolgray-600\/70:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.7);
}
.hover\:ring-coolgray-600\/75:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.75);
}
.hover\:ring-coolgray-600\/80:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.8);
}
.hover\:ring-coolgray-600\/85:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.85);
}
.hover\:ring-coolgray-600\/90:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.9);
}
.hover\:ring-coolgray-600\/95:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.95);
}
.hover\:ring-coolgray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-700\/0:hover {
    --tw-ring-color: rgba(55, 65, 81, 0);
}
.hover\:ring-coolgray-700\/10:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.1);
}
.hover\:ring-coolgray-700\/100:hover {
    --tw-ring-color: #374151;
}
.hover\:ring-coolgray-700\/15:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.15);
}
.hover\:ring-coolgray-700\/20:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.2);
}
.hover\:ring-coolgray-700\/25:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.25);
}
.hover\:ring-coolgray-700\/30:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.3);
}
.hover\:ring-coolgray-700\/35:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.35);
}
.hover\:ring-coolgray-700\/40:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.4);
}
.hover\:ring-coolgray-700\/45:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.45);
}
.hover\:ring-coolgray-700\/5:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.05);
}
.hover\:ring-coolgray-700\/50:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.5);
}
.hover\:ring-coolgray-700\/55:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.55);
}
.hover\:ring-coolgray-700\/60:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.6);
}
.hover\:ring-coolgray-700\/65:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.65);
}
.hover\:ring-coolgray-700\/70:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.7);
}
.hover\:ring-coolgray-700\/75:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.75);
}
.hover\:ring-coolgray-700\/80:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.8);
}
.hover\:ring-coolgray-700\/85:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.85);
}
.hover\:ring-coolgray-700\/90:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.9);
}
.hover\:ring-coolgray-700\/95:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.95);
}
.hover\:ring-coolgray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-800\/0:hover {
    --tw-ring-color: rgba(31, 41, 55, 0);
}
.hover\:ring-coolgray-800\/10:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.1);
}
.hover\:ring-coolgray-800\/100:hover {
    --tw-ring-color: #1f2937;
}
.hover\:ring-coolgray-800\/15:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.15);
}
.hover\:ring-coolgray-800\/20:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.2);
}
.hover\:ring-coolgray-800\/25:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.25);
}
.hover\:ring-coolgray-800\/30:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.3);
}
.hover\:ring-coolgray-800\/35:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.35);
}
.hover\:ring-coolgray-800\/40:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.4);
}
.hover\:ring-coolgray-800\/45:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.45);
}
.hover\:ring-coolgray-800\/5:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.05);
}
.hover\:ring-coolgray-800\/50:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.5);
}
.hover\:ring-coolgray-800\/55:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.55);
}
.hover\:ring-coolgray-800\/60:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.6);
}
.hover\:ring-coolgray-800\/65:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.65);
}
.hover\:ring-coolgray-800\/70:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.7);
}
.hover\:ring-coolgray-800\/75:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.75);
}
.hover\:ring-coolgray-800\/80:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.8);
}
.hover\:ring-coolgray-800\/85:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.85);
}
.hover\:ring-coolgray-800\/90:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.9);
}
.hover\:ring-coolgray-800\/95:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.95);
}
.hover\:ring-coolgray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.hover\:ring-coolgray-900\/0:hover {
    --tw-ring-color: rgba(17, 24, 39, 0);
}
.hover\:ring-coolgray-900\/10:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.1);
}
.hover\:ring-coolgray-900\/100:hover {
    --tw-ring-color: #111827;
}
.hover\:ring-coolgray-900\/15:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.15);
}
.hover\:ring-coolgray-900\/20:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.2);
}
.hover\:ring-coolgray-900\/25:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.25);
}
.hover\:ring-coolgray-900\/30:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.3);
}
.hover\:ring-coolgray-900\/35:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.35);
}
.hover\:ring-coolgray-900\/40:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.4);
}
.hover\:ring-coolgray-900\/45:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.45);
}
.hover\:ring-coolgray-900\/5:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.05);
}
.hover\:ring-coolgray-900\/50:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.5);
}
.hover\:ring-coolgray-900\/55:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.55);
}
.hover\:ring-coolgray-900\/60:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.6);
}
.hover\:ring-coolgray-900\/65:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.65);
}
.hover\:ring-coolgray-900\/70:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.7);
}
.hover\:ring-coolgray-900\/75:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.75);
}
.hover\:ring-coolgray-900\/80:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.8);
}
.hover\:ring-coolgray-900\/85:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.85);
}
.hover\:ring-coolgray-900\/90:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.9);
}
.hover\:ring-coolgray-900\/95:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.95);
}
.hover\:ring-cyan-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-100\/0:hover {
    --tw-ring-color: rgba(207, 250, 254, 0);
}
.hover\:ring-cyan-100\/10:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.1);
}
.hover\:ring-cyan-100\/100:hover {
    --tw-ring-color: #cffafe;
}
.hover\:ring-cyan-100\/15:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.15);
}
.hover\:ring-cyan-100\/20:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.2);
}
.hover\:ring-cyan-100\/25:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.25);
}
.hover\:ring-cyan-100\/30:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.3);
}
.hover\:ring-cyan-100\/35:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.35);
}
.hover\:ring-cyan-100\/40:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.4);
}
.hover\:ring-cyan-100\/45:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.45);
}
.hover\:ring-cyan-100\/5:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.05);
}
.hover\:ring-cyan-100\/50:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.5);
}
.hover\:ring-cyan-100\/55:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.55);
}
.hover\:ring-cyan-100\/60:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.6);
}
.hover\:ring-cyan-100\/65:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.65);
}
.hover\:ring-cyan-100\/70:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.7);
}
.hover\:ring-cyan-100\/75:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.75);
}
.hover\:ring-cyan-100\/80:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.8);
}
.hover\:ring-cyan-100\/85:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.85);
}
.hover\:ring-cyan-100\/90:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.9);
}
.hover\:ring-cyan-100\/95:hover {
    --tw-ring-color: rgba(207, 250, 254, 0.95);
}
.hover\:ring-cyan-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-200\/0:hover {
    --tw-ring-color: rgba(165, 243, 252, 0);
}
.hover\:ring-cyan-200\/10:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.1);
}
.hover\:ring-cyan-200\/100:hover {
    --tw-ring-color: #a5f3fc;
}
.hover\:ring-cyan-200\/15:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.15);
}
.hover\:ring-cyan-200\/20:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.2);
}
.hover\:ring-cyan-200\/25:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.25);
}
.hover\:ring-cyan-200\/30:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.3);
}
.hover\:ring-cyan-200\/35:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.35);
}
.hover\:ring-cyan-200\/40:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.4);
}
.hover\:ring-cyan-200\/45:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.45);
}
.hover\:ring-cyan-200\/5:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.05);
}
.hover\:ring-cyan-200\/50:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.5);
}
.hover\:ring-cyan-200\/55:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.55);
}
.hover\:ring-cyan-200\/60:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.6);
}
.hover\:ring-cyan-200\/65:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.65);
}
.hover\:ring-cyan-200\/70:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.7);
}
.hover\:ring-cyan-200\/75:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.75);
}
.hover\:ring-cyan-200\/80:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.8);
}
.hover\:ring-cyan-200\/85:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.85);
}
.hover\:ring-cyan-200\/90:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.9);
}
.hover\:ring-cyan-200\/95:hover {
    --tw-ring-color: rgba(165, 243, 252, 0.95);
}
.hover\:ring-cyan-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-300\/0:hover {
    --tw-ring-color: rgba(103, 232, 249, 0);
}
.hover\:ring-cyan-300\/10:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.1);
}
.hover\:ring-cyan-300\/100:hover {
    --tw-ring-color: #67e8f9;
}
.hover\:ring-cyan-300\/15:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.15);
}
.hover\:ring-cyan-300\/20:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.2);
}
.hover\:ring-cyan-300\/25:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.25);
}
.hover\:ring-cyan-300\/30:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.3);
}
.hover\:ring-cyan-300\/35:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.35);
}
.hover\:ring-cyan-300\/40:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.4);
}
.hover\:ring-cyan-300\/45:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.45);
}
.hover\:ring-cyan-300\/5:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.05);
}
.hover\:ring-cyan-300\/50:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.5);
}
.hover\:ring-cyan-300\/55:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.55);
}
.hover\:ring-cyan-300\/60:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.6);
}
.hover\:ring-cyan-300\/65:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.65);
}
.hover\:ring-cyan-300\/70:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.7);
}
.hover\:ring-cyan-300\/75:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.75);
}
.hover\:ring-cyan-300\/80:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.8);
}
.hover\:ring-cyan-300\/85:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.85);
}
.hover\:ring-cyan-300\/90:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.9);
}
.hover\:ring-cyan-300\/95:hover {
    --tw-ring-color: rgba(103, 232, 249, 0.95);
}
.hover\:ring-cyan-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-400\/0:hover {
    --tw-ring-color: rgba(34, 211, 238, 0);
}
.hover\:ring-cyan-400\/10:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.1);
}
.hover\:ring-cyan-400\/100:hover {
    --tw-ring-color: #22d3ee;
}
.hover\:ring-cyan-400\/15:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.15);
}
.hover\:ring-cyan-400\/20:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.2);
}
.hover\:ring-cyan-400\/25:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.25);
}
.hover\:ring-cyan-400\/30:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.3);
}
.hover\:ring-cyan-400\/35:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.35);
}
.hover\:ring-cyan-400\/40:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.4);
}
.hover\:ring-cyan-400\/45:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.45);
}
.hover\:ring-cyan-400\/5:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.05);
}
.hover\:ring-cyan-400\/50:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.5);
}
.hover\:ring-cyan-400\/55:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.55);
}
.hover\:ring-cyan-400\/60:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.6);
}
.hover\:ring-cyan-400\/65:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.65);
}
.hover\:ring-cyan-400\/70:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.7);
}
.hover\:ring-cyan-400\/75:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.75);
}
.hover\:ring-cyan-400\/80:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.8);
}
.hover\:ring-cyan-400\/85:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.85);
}
.hover\:ring-cyan-400\/90:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.9);
}
.hover\:ring-cyan-400\/95:hover {
    --tw-ring-color: rgba(34, 211, 238, 0.95);
}
.hover\:ring-cyan-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-50\/0:hover {
    --tw-ring-color: rgba(236, 254, 255, 0);
}
.hover\:ring-cyan-50\/10:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.1);
}
.hover\:ring-cyan-50\/100:hover {
    --tw-ring-color: #ecfeff;
}
.hover\:ring-cyan-50\/15:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.15);
}
.hover\:ring-cyan-50\/20:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.2);
}
.hover\:ring-cyan-50\/25:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.25);
}
.hover\:ring-cyan-50\/30:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.3);
}
.hover\:ring-cyan-50\/35:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.35);
}
.hover\:ring-cyan-50\/40:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.4);
}
.hover\:ring-cyan-50\/45:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.45);
}
.hover\:ring-cyan-50\/5:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.05);
}
.hover\:ring-cyan-50\/50:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.5);
}
.hover\:ring-cyan-50\/55:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.55);
}
.hover\:ring-cyan-50\/60:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.6);
}
.hover\:ring-cyan-50\/65:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.65);
}
.hover\:ring-cyan-50\/70:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.7);
}
.hover\:ring-cyan-50\/75:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.75);
}
.hover\:ring-cyan-50\/80:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.8);
}
.hover\:ring-cyan-50\/85:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.85);
}
.hover\:ring-cyan-50\/90:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.9);
}
.hover\:ring-cyan-50\/95:hover {
    --tw-ring-color: rgba(236, 254, 255, 0.95);
}
.hover\:ring-cyan-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-500\/0:hover {
    --tw-ring-color: rgba(6, 182, 212, 0);
}
.hover\:ring-cyan-500\/10:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.1);
}
.hover\:ring-cyan-500\/100:hover {
    --tw-ring-color: #06b6d4;
}
.hover\:ring-cyan-500\/15:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.15);
}
.hover\:ring-cyan-500\/20:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.2);
}
.hover\:ring-cyan-500\/25:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.25);
}
.hover\:ring-cyan-500\/30:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.3);
}
.hover\:ring-cyan-500\/35:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.35);
}
.hover\:ring-cyan-500\/40:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.4);
}
.hover\:ring-cyan-500\/45:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.45);
}
.hover\:ring-cyan-500\/5:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.05);
}
.hover\:ring-cyan-500\/50:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.5);
}
.hover\:ring-cyan-500\/55:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.55);
}
.hover\:ring-cyan-500\/60:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.6);
}
.hover\:ring-cyan-500\/65:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.65);
}
.hover\:ring-cyan-500\/70:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.7);
}
.hover\:ring-cyan-500\/75:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.75);
}
.hover\:ring-cyan-500\/80:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.8);
}
.hover\:ring-cyan-500\/85:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.85);
}
.hover\:ring-cyan-500\/90:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.9);
}
.hover\:ring-cyan-500\/95:hover {
    --tw-ring-color: rgba(6, 182, 212, 0.95);
}
.hover\:ring-cyan-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-600\/0:hover {
    --tw-ring-color: rgba(8, 145, 178, 0);
}
.hover\:ring-cyan-600\/10:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.1);
}
.hover\:ring-cyan-600\/100:hover {
    --tw-ring-color: #0891b2;
}
.hover\:ring-cyan-600\/15:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.15);
}
.hover\:ring-cyan-600\/20:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.2);
}
.hover\:ring-cyan-600\/25:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.25);
}
.hover\:ring-cyan-600\/30:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.3);
}
.hover\:ring-cyan-600\/35:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.35);
}
.hover\:ring-cyan-600\/40:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.4);
}
.hover\:ring-cyan-600\/45:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.45);
}
.hover\:ring-cyan-600\/5:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.05);
}
.hover\:ring-cyan-600\/50:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.5);
}
.hover\:ring-cyan-600\/55:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.55);
}
.hover\:ring-cyan-600\/60:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.6);
}
.hover\:ring-cyan-600\/65:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.65);
}
.hover\:ring-cyan-600\/70:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.7);
}
.hover\:ring-cyan-600\/75:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.75);
}
.hover\:ring-cyan-600\/80:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.8);
}
.hover\:ring-cyan-600\/85:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.85);
}
.hover\:ring-cyan-600\/90:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.9);
}
.hover\:ring-cyan-600\/95:hover {
    --tw-ring-color: rgba(8, 145, 178, 0.95);
}
.hover\:ring-cyan-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-700\/0:hover {
    --tw-ring-color: rgba(14, 116, 144, 0);
}
.hover\:ring-cyan-700\/10:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.1);
}
.hover\:ring-cyan-700\/100:hover {
    --tw-ring-color: #0e7490;
}
.hover\:ring-cyan-700\/15:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.15);
}
.hover\:ring-cyan-700\/20:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.2);
}
.hover\:ring-cyan-700\/25:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.25);
}
.hover\:ring-cyan-700\/30:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.3);
}
.hover\:ring-cyan-700\/35:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.35);
}
.hover\:ring-cyan-700\/40:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.4);
}
.hover\:ring-cyan-700\/45:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.45);
}
.hover\:ring-cyan-700\/5:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.05);
}
.hover\:ring-cyan-700\/50:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.5);
}
.hover\:ring-cyan-700\/55:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.55);
}
.hover\:ring-cyan-700\/60:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.6);
}
.hover\:ring-cyan-700\/65:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.65);
}
.hover\:ring-cyan-700\/70:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.7);
}
.hover\:ring-cyan-700\/75:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.75);
}
.hover\:ring-cyan-700\/80:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.8);
}
.hover\:ring-cyan-700\/85:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.85);
}
.hover\:ring-cyan-700\/90:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.9);
}
.hover\:ring-cyan-700\/95:hover {
    --tw-ring-color: rgba(14, 116, 144, 0.95);
}
.hover\:ring-cyan-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-800\/0:hover {
    --tw-ring-color: rgba(21, 94, 117, 0);
}
.hover\:ring-cyan-800\/10:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.1);
}
.hover\:ring-cyan-800\/100:hover {
    --tw-ring-color: #155e75;
}
.hover\:ring-cyan-800\/15:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.15);
}
.hover\:ring-cyan-800\/20:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.2);
}
.hover\:ring-cyan-800\/25:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.25);
}
.hover\:ring-cyan-800\/30:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.3);
}
.hover\:ring-cyan-800\/35:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.35);
}
.hover\:ring-cyan-800\/40:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.4);
}
.hover\:ring-cyan-800\/45:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.45);
}
.hover\:ring-cyan-800\/5:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.05);
}
.hover\:ring-cyan-800\/50:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.5);
}
.hover\:ring-cyan-800\/55:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.55);
}
.hover\:ring-cyan-800\/60:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.6);
}
.hover\:ring-cyan-800\/65:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.65);
}
.hover\:ring-cyan-800\/70:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.7);
}
.hover\:ring-cyan-800\/75:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.75);
}
.hover\:ring-cyan-800\/80:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.8);
}
.hover\:ring-cyan-800\/85:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.85);
}
.hover\:ring-cyan-800\/90:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.9);
}
.hover\:ring-cyan-800\/95:hover {
    --tw-ring-color: rgba(21, 94, 117, 0.95);
}
.hover\:ring-cyan-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}
.hover\:ring-cyan-900\/0:hover {
    --tw-ring-color: rgba(22, 78, 99, 0);
}
.hover\:ring-cyan-900\/10:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.1);
}
.hover\:ring-cyan-900\/100:hover {
    --tw-ring-color: #164e63;
}
.hover\:ring-cyan-900\/15:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.15);
}
.hover\:ring-cyan-900\/20:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.2);
}
.hover\:ring-cyan-900\/25:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.25);
}
.hover\:ring-cyan-900\/30:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.3);
}
.hover\:ring-cyan-900\/35:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.35);
}
.hover\:ring-cyan-900\/40:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.4);
}
.hover\:ring-cyan-900\/45:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.45);
}
.hover\:ring-cyan-900\/5:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.05);
}
.hover\:ring-cyan-900\/50:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.5);
}
.hover\:ring-cyan-900\/55:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.55);
}
.hover\:ring-cyan-900\/60:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.6);
}
.hover\:ring-cyan-900\/65:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.65);
}
.hover\:ring-cyan-900\/70:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.7);
}
.hover\:ring-cyan-900\/75:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.75);
}
.hover\:ring-cyan-900\/80:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.8);
}
.hover\:ring-cyan-900\/85:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.85);
}
.hover\:ring-cyan-900\/90:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.9);
}
.hover\:ring-cyan-900\/95:hover {
    --tw-ring-color: rgba(22, 78, 99, 0.95);
}
.hover\:ring-emerald-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-100\/0:hover {
    --tw-ring-color: rgba(209, 250, 229, 0);
}
.hover\:ring-emerald-100\/10:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.1);
}
.hover\:ring-emerald-100\/100:hover {
    --tw-ring-color: #d1fae5;
}
.hover\:ring-emerald-100\/15:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.15);
}
.hover\:ring-emerald-100\/20:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.2);
}
.hover\:ring-emerald-100\/25:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.25);
}
.hover\:ring-emerald-100\/30:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.3);
}
.hover\:ring-emerald-100\/35:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.35);
}
.hover\:ring-emerald-100\/40:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.4);
}
.hover\:ring-emerald-100\/45:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.45);
}
.hover\:ring-emerald-100\/5:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.05);
}
.hover\:ring-emerald-100\/50:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.5);
}
.hover\:ring-emerald-100\/55:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.55);
}
.hover\:ring-emerald-100\/60:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.6);
}
.hover\:ring-emerald-100\/65:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.65);
}
.hover\:ring-emerald-100\/70:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.7);
}
.hover\:ring-emerald-100\/75:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.75);
}
.hover\:ring-emerald-100\/80:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.8);
}
.hover\:ring-emerald-100\/85:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.85);
}
.hover\:ring-emerald-100\/90:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.9);
}
.hover\:ring-emerald-100\/95:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.95);
}
.hover\:ring-emerald-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-200\/0:hover {
    --tw-ring-color: rgba(167, 243, 208, 0);
}
.hover\:ring-emerald-200\/10:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.1);
}
.hover\:ring-emerald-200\/100:hover {
    --tw-ring-color: #a7f3d0;
}
.hover\:ring-emerald-200\/15:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.15);
}
.hover\:ring-emerald-200\/20:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.2);
}
.hover\:ring-emerald-200\/25:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.25);
}
.hover\:ring-emerald-200\/30:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.3);
}
.hover\:ring-emerald-200\/35:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.35);
}
.hover\:ring-emerald-200\/40:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.4);
}
.hover\:ring-emerald-200\/45:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.45);
}
.hover\:ring-emerald-200\/5:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.05);
}
.hover\:ring-emerald-200\/50:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.5);
}
.hover\:ring-emerald-200\/55:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.55);
}
.hover\:ring-emerald-200\/60:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.6);
}
.hover\:ring-emerald-200\/65:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.65);
}
.hover\:ring-emerald-200\/70:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.7);
}
.hover\:ring-emerald-200\/75:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.75);
}
.hover\:ring-emerald-200\/80:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.8);
}
.hover\:ring-emerald-200\/85:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.85);
}
.hover\:ring-emerald-200\/90:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.9);
}
.hover\:ring-emerald-200\/95:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.95);
}
.hover\:ring-emerald-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-300\/0:hover {
    --tw-ring-color: rgba(110, 231, 183, 0);
}
.hover\:ring-emerald-300\/10:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.1);
}
.hover\:ring-emerald-300\/100:hover {
    --tw-ring-color: #6ee7b7;
}
.hover\:ring-emerald-300\/15:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.15);
}
.hover\:ring-emerald-300\/20:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.2);
}
.hover\:ring-emerald-300\/25:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.25);
}
.hover\:ring-emerald-300\/30:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.3);
}
.hover\:ring-emerald-300\/35:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.35);
}
.hover\:ring-emerald-300\/40:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.4);
}
.hover\:ring-emerald-300\/45:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.45);
}
.hover\:ring-emerald-300\/5:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.05);
}
.hover\:ring-emerald-300\/50:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.5);
}
.hover\:ring-emerald-300\/55:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.55);
}
.hover\:ring-emerald-300\/60:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.6);
}
.hover\:ring-emerald-300\/65:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.65);
}
.hover\:ring-emerald-300\/70:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.7);
}
.hover\:ring-emerald-300\/75:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.75);
}
.hover\:ring-emerald-300\/80:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.8);
}
.hover\:ring-emerald-300\/85:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.85);
}
.hover\:ring-emerald-300\/90:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.9);
}
.hover\:ring-emerald-300\/95:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.95);
}
.hover\:ring-emerald-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-400\/0:hover {
    --tw-ring-color: rgba(52, 211, 153, 0);
}
.hover\:ring-emerald-400\/10:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.1);
}
.hover\:ring-emerald-400\/100:hover {
    --tw-ring-color: #34d399;
}
.hover\:ring-emerald-400\/15:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.15);
}
.hover\:ring-emerald-400\/20:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.2);
}
.hover\:ring-emerald-400\/25:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.25);
}
.hover\:ring-emerald-400\/30:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.3);
}
.hover\:ring-emerald-400\/35:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.35);
}
.hover\:ring-emerald-400\/40:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.4);
}
.hover\:ring-emerald-400\/45:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.45);
}
.hover\:ring-emerald-400\/5:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.05);
}
.hover\:ring-emerald-400\/50:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.5);
}
.hover\:ring-emerald-400\/55:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.55);
}
.hover\:ring-emerald-400\/60:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.6);
}
.hover\:ring-emerald-400\/65:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.65);
}
.hover\:ring-emerald-400\/70:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.7);
}
.hover\:ring-emerald-400\/75:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.75);
}
.hover\:ring-emerald-400\/80:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.8);
}
.hover\:ring-emerald-400\/85:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.85);
}
.hover\:ring-emerald-400\/90:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.9);
}
.hover\:ring-emerald-400\/95:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.95);
}
.hover\:ring-emerald-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-50\/0:hover {
    --tw-ring-color: rgba(236, 253, 245, 0);
}
.hover\:ring-emerald-50\/10:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.1);
}
.hover\:ring-emerald-50\/100:hover {
    --tw-ring-color: #ecfdf5;
}
.hover\:ring-emerald-50\/15:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.15);
}
.hover\:ring-emerald-50\/20:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.2);
}
.hover\:ring-emerald-50\/25:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.25);
}
.hover\:ring-emerald-50\/30:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.3);
}
.hover\:ring-emerald-50\/35:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.35);
}
.hover\:ring-emerald-50\/40:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.4);
}
.hover\:ring-emerald-50\/45:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.45);
}
.hover\:ring-emerald-50\/5:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.05);
}
.hover\:ring-emerald-50\/50:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.5);
}
.hover\:ring-emerald-50\/55:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.55);
}
.hover\:ring-emerald-50\/60:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.6);
}
.hover\:ring-emerald-50\/65:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.65);
}
.hover\:ring-emerald-50\/70:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.7);
}
.hover\:ring-emerald-50\/75:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.75);
}
.hover\:ring-emerald-50\/80:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.8);
}
.hover\:ring-emerald-50\/85:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.85);
}
.hover\:ring-emerald-50\/90:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.9);
}
.hover\:ring-emerald-50\/95:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.95);
}
.hover\:ring-emerald-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-500\/0:hover {
    --tw-ring-color: rgba(16, 185, 129, 0);
}
.hover\:ring-emerald-500\/10:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.1);
}
.hover\:ring-emerald-500\/100:hover {
    --tw-ring-color: #10b981;
}
.hover\:ring-emerald-500\/15:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.15);
}
.hover\:ring-emerald-500\/20:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.2);
}
.hover\:ring-emerald-500\/25:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.25);
}
.hover\:ring-emerald-500\/30:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.3);
}
.hover\:ring-emerald-500\/35:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.35);
}
.hover\:ring-emerald-500\/40:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.4);
}
.hover\:ring-emerald-500\/45:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.45);
}
.hover\:ring-emerald-500\/5:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.05);
}
.hover\:ring-emerald-500\/50:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.5);
}
.hover\:ring-emerald-500\/55:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.55);
}
.hover\:ring-emerald-500\/60:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.6);
}
.hover\:ring-emerald-500\/65:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.65);
}
.hover\:ring-emerald-500\/70:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.7);
}
.hover\:ring-emerald-500\/75:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.75);
}
.hover\:ring-emerald-500\/80:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.8);
}
.hover\:ring-emerald-500\/85:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.85);
}
.hover\:ring-emerald-500\/90:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.9);
}
.hover\:ring-emerald-500\/95:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.95);
}
.hover\:ring-emerald-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-600\/0:hover {
    --tw-ring-color: rgba(5, 150, 105, 0);
}
.hover\:ring-emerald-600\/10:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.1);
}
.hover\:ring-emerald-600\/100:hover {
    --tw-ring-color: #059669;
}
.hover\:ring-emerald-600\/15:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.15);
}
.hover\:ring-emerald-600\/20:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.2);
}
.hover\:ring-emerald-600\/25:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.25);
}
.hover\:ring-emerald-600\/30:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.3);
}
.hover\:ring-emerald-600\/35:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.35);
}
.hover\:ring-emerald-600\/40:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.4);
}
.hover\:ring-emerald-600\/45:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.45);
}
.hover\:ring-emerald-600\/5:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.05);
}
.hover\:ring-emerald-600\/50:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.5);
}
.hover\:ring-emerald-600\/55:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.55);
}
.hover\:ring-emerald-600\/60:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.6);
}
.hover\:ring-emerald-600\/65:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.65);
}
.hover\:ring-emerald-600\/70:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.7);
}
.hover\:ring-emerald-600\/75:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.75);
}
.hover\:ring-emerald-600\/80:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.8);
}
.hover\:ring-emerald-600\/85:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.85);
}
.hover\:ring-emerald-600\/90:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.9);
}
.hover\:ring-emerald-600\/95:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.95);
}
.hover\:ring-emerald-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-700\/0:hover {
    --tw-ring-color: rgba(4, 120, 87, 0);
}
.hover\:ring-emerald-700\/10:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.1);
}
.hover\:ring-emerald-700\/100:hover {
    --tw-ring-color: #047857;
}
.hover\:ring-emerald-700\/15:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.15);
}
.hover\:ring-emerald-700\/20:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.2);
}
.hover\:ring-emerald-700\/25:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.25);
}
.hover\:ring-emerald-700\/30:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.3);
}
.hover\:ring-emerald-700\/35:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.35);
}
.hover\:ring-emerald-700\/40:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.4);
}
.hover\:ring-emerald-700\/45:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.45);
}
.hover\:ring-emerald-700\/5:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.05);
}
.hover\:ring-emerald-700\/50:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.5);
}
.hover\:ring-emerald-700\/55:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.55);
}
.hover\:ring-emerald-700\/60:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.6);
}
.hover\:ring-emerald-700\/65:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.65);
}
.hover\:ring-emerald-700\/70:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.7);
}
.hover\:ring-emerald-700\/75:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.75);
}
.hover\:ring-emerald-700\/80:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.8);
}
.hover\:ring-emerald-700\/85:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.85);
}
.hover\:ring-emerald-700\/90:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.9);
}
.hover\:ring-emerald-700\/95:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.95);
}
.hover\:ring-emerald-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-800\/0:hover {
    --tw-ring-color: rgba(6, 95, 70, 0);
}
.hover\:ring-emerald-800\/10:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.1);
}
.hover\:ring-emerald-800\/100:hover {
    --tw-ring-color: #065f46;
}
.hover\:ring-emerald-800\/15:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.15);
}
.hover\:ring-emerald-800\/20:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.2);
}
.hover\:ring-emerald-800\/25:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.25);
}
.hover\:ring-emerald-800\/30:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.3);
}
.hover\:ring-emerald-800\/35:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.35);
}
.hover\:ring-emerald-800\/40:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.4);
}
.hover\:ring-emerald-800\/45:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.45);
}
.hover\:ring-emerald-800\/5:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.05);
}
.hover\:ring-emerald-800\/50:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.5);
}
.hover\:ring-emerald-800\/55:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.55);
}
.hover\:ring-emerald-800\/60:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.6);
}
.hover\:ring-emerald-800\/65:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.65);
}
.hover\:ring-emerald-800\/70:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.7);
}
.hover\:ring-emerald-800\/75:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.75);
}
.hover\:ring-emerald-800\/80:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.8);
}
.hover\:ring-emerald-800\/85:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.85);
}
.hover\:ring-emerald-800\/90:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.9);
}
.hover\:ring-emerald-800\/95:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.95);
}
.hover\:ring-emerald-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}
.hover\:ring-emerald-900\/0:hover {
    --tw-ring-color: rgba(6, 78, 59, 0);
}
.hover\:ring-emerald-900\/10:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.1);
}
.hover\:ring-emerald-900\/100:hover {
    --tw-ring-color: #064e3b;
}
.hover\:ring-emerald-900\/15:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.15);
}
.hover\:ring-emerald-900\/20:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.2);
}
.hover\:ring-emerald-900\/25:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.25);
}
.hover\:ring-emerald-900\/30:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.3);
}
.hover\:ring-emerald-900\/35:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.35);
}
.hover\:ring-emerald-900\/40:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.4);
}
.hover\:ring-emerald-900\/45:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.45);
}
.hover\:ring-emerald-900\/5:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.05);
}
.hover\:ring-emerald-900\/50:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.5);
}
.hover\:ring-emerald-900\/55:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.55);
}
.hover\:ring-emerald-900\/60:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.6);
}
.hover\:ring-emerald-900\/65:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.65);
}
.hover\:ring-emerald-900\/70:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.7);
}
.hover\:ring-emerald-900\/75:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.75);
}
.hover\:ring-emerald-900\/80:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.8);
}
.hover\:ring-emerald-900\/85:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.85);
}
.hover\:ring-emerald-900\/90:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.9);
}
.hover\:ring-emerald-900\/95:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.95);
}
.hover\:ring-fuchsia-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-100\/0:hover {
    --tw-ring-color: rgba(250, 232, 255, 0);
}
.hover\:ring-fuchsia-100\/10:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.1);
}
.hover\:ring-fuchsia-100\/100:hover {
    --tw-ring-color: #fae8ff;
}
.hover\:ring-fuchsia-100\/15:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.15);
}
.hover\:ring-fuchsia-100\/20:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.2);
}
.hover\:ring-fuchsia-100\/25:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.25);
}
.hover\:ring-fuchsia-100\/30:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.3);
}
.hover\:ring-fuchsia-100\/35:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.35);
}
.hover\:ring-fuchsia-100\/40:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.4);
}
.hover\:ring-fuchsia-100\/45:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.45);
}
.hover\:ring-fuchsia-100\/5:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.05);
}
.hover\:ring-fuchsia-100\/50:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.5);
}
.hover\:ring-fuchsia-100\/55:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.55);
}
.hover\:ring-fuchsia-100\/60:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.6);
}
.hover\:ring-fuchsia-100\/65:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.65);
}
.hover\:ring-fuchsia-100\/70:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.7);
}
.hover\:ring-fuchsia-100\/75:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.75);
}
.hover\:ring-fuchsia-100\/80:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.8);
}
.hover\:ring-fuchsia-100\/85:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.85);
}
.hover\:ring-fuchsia-100\/90:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.9);
}
.hover\:ring-fuchsia-100\/95:hover {
    --tw-ring-color: rgba(250, 232, 255, 0.95);
}
.hover\:ring-fuchsia-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-200\/0:hover {
    --tw-ring-color: rgba(245, 208, 254, 0);
}
.hover\:ring-fuchsia-200\/10:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.1);
}
.hover\:ring-fuchsia-200\/100:hover {
    --tw-ring-color: #f5d0fe;
}
.hover\:ring-fuchsia-200\/15:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.15);
}
.hover\:ring-fuchsia-200\/20:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.2);
}
.hover\:ring-fuchsia-200\/25:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.25);
}
.hover\:ring-fuchsia-200\/30:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.3);
}
.hover\:ring-fuchsia-200\/35:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.35);
}
.hover\:ring-fuchsia-200\/40:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.4);
}
.hover\:ring-fuchsia-200\/45:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.45);
}
.hover\:ring-fuchsia-200\/5:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.05);
}
.hover\:ring-fuchsia-200\/50:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.5);
}
.hover\:ring-fuchsia-200\/55:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.55);
}
.hover\:ring-fuchsia-200\/60:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.6);
}
.hover\:ring-fuchsia-200\/65:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.65);
}
.hover\:ring-fuchsia-200\/70:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.7);
}
.hover\:ring-fuchsia-200\/75:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.75);
}
.hover\:ring-fuchsia-200\/80:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.8);
}
.hover\:ring-fuchsia-200\/85:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.85);
}
.hover\:ring-fuchsia-200\/90:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.9);
}
.hover\:ring-fuchsia-200\/95:hover {
    --tw-ring-color: rgba(245, 208, 254, 0.95);
}
.hover\:ring-fuchsia-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-300\/0:hover {
    --tw-ring-color: rgba(240, 171, 252, 0);
}
.hover\:ring-fuchsia-300\/10:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.1);
}
.hover\:ring-fuchsia-300\/100:hover {
    --tw-ring-color: #f0abfc;
}
.hover\:ring-fuchsia-300\/15:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.15);
}
.hover\:ring-fuchsia-300\/20:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.2);
}
.hover\:ring-fuchsia-300\/25:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.25);
}
.hover\:ring-fuchsia-300\/30:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.3);
}
.hover\:ring-fuchsia-300\/35:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.35);
}
.hover\:ring-fuchsia-300\/40:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.4);
}
.hover\:ring-fuchsia-300\/45:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.45);
}
.hover\:ring-fuchsia-300\/5:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.05);
}
.hover\:ring-fuchsia-300\/50:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.5);
}
.hover\:ring-fuchsia-300\/55:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.55);
}
.hover\:ring-fuchsia-300\/60:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.6);
}
.hover\:ring-fuchsia-300\/65:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.65);
}
.hover\:ring-fuchsia-300\/70:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.7);
}
.hover\:ring-fuchsia-300\/75:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.75);
}
.hover\:ring-fuchsia-300\/80:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.8);
}
.hover\:ring-fuchsia-300\/85:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.85);
}
.hover\:ring-fuchsia-300\/90:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.9);
}
.hover\:ring-fuchsia-300\/95:hover {
    --tw-ring-color: rgba(240, 171, 252, 0.95);
}
.hover\:ring-fuchsia-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-400\/0:hover {
    --tw-ring-color: rgba(232, 121, 249, 0);
}
.hover\:ring-fuchsia-400\/10:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.1);
}
.hover\:ring-fuchsia-400\/100:hover {
    --tw-ring-color: #e879f9;
}
.hover\:ring-fuchsia-400\/15:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.15);
}
.hover\:ring-fuchsia-400\/20:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.2);
}
.hover\:ring-fuchsia-400\/25:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.25);
}
.hover\:ring-fuchsia-400\/30:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.3);
}
.hover\:ring-fuchsia-400\/35:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.35);
}
.hover\:ring-fuchsia-400\/40:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.4);
}
.hover\:ring-fuchsia-400\/45:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.45);
}
.hover\:ring-fuchsia-400\/5:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.05);
}
.hover\:ring-fuchsia-400\/50:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.5);
}
.hover\:ring-fuchsia-400\/55:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.55);
}
.hover\:ring-fuchsia-400\/60:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.6);
}
.hover\:ring-fuchsia-400\/65:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.65);
}
.hover\:ring-fuchsia-400\/70:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.7);
}
.hover\:ring-fuchsia-400\/75:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.75);
}
.hover\:ring-fuchsia-400\/80:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.8);
}
.hover\:ring-fuchsia-400\/85:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.85);
}
.hover\:ring-fuchsia-400\/90:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.9);
}
.hover\:ring-fuchsia-400\/95:hover {
    --tw-ring-color: rgba(232, 121, 249, 0.95);
}
.hover\:ring-fuchsia-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-50\/0:hover {
    --tw-ring-color: rgba(253, 244, 255, 0);
}
.hover\:ring-fuchsia-50\/10:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.1);
}
.hover\:ring-fuchsia-50\/100:hover {
    --tw-ring-color: #fdf4ff;
}
.hover\:ring-fuchsia-50\/15:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.15);
}
.hover\:ring-fuchsia-50\/20:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.2);
}
.hover\:ring-fuchsia-50\/25:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.25);
}
.hover\:ring-fuchsia-50\/30:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.3);
}
.hover\:ring-fuchsia-50\/35:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.35);
}
.hover\:ring-fuchsia-50\/40:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.4);
}
.hover\:ring-fuchsia-50\/45:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.45);
}
.hover\:ring-fuchsia-50\/5:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.05);
}
.hover\:ring-fuchsia-50\/50:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.5);
}
.hover\:ring-fuchsia-50\/55:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.55);
}
.hover\:ring-fuchsia-50\/60:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.6);
}
.hover\:ring-fuchsia-50\/65:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.65);
}
.hover\:ring-fuchsia-50\/70:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.7);
}
.hover\:ring-fuchsia-50\/75:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.75);
}
.hover\:ring-fuchsia-50\/80:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.8);
}
.hover\:ring-fuchsia-50\/85:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.85);
}
.hover\:ring-fuchsia-50\/90:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.9);
}
.hover\:ring-fuchsia-50\/95:hover {
    --tw-ring-color: rgba(253, 244, 255, 0.95);
}
.hover\:ring-fuchsia-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-500\/0:hover {
    --tw-ring-color: rgba(217, 70, 239, 0);
}
.hover\:ring-fuchsia-500\/10:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.1);
}
.hover\:ring-fuchsia-500\/100:hover {
    --tw-ring-color: #d946ef;
}
.hover\:ring-fuchsia-500\/15:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.15);
}
.hover\:ring-fuchsia-500\/20:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.2);
}
.hover\:ring-fuchsia-500\/25:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.25);
}
.hover\:ring-fuchsia-500\/30:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.3);
}
.hover\:ring-fuchsia-500\/35:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.35);
}
.hover\:ring-fuchsia-500\/40:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.4);
}
.hover\:ring-fuchsia-500\/45:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.45);
}
.hover\:ring-fuchsia-500\/5:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.05);
}
.hover\:ring-fuchsia-500\/50:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.5);
}
.hover\:ring-fuchsia-500\/55:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.55);
}
.hover\:ring-fuchsia-500\/60:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.6);
}
.hover\:ring-fuchsia-500\/65:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.65);
}
.hover\:ring-fuchsia-500\/70:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.7);
}
.hover\:ring-fuchsia-500\/75:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.75);
}
.hover\:ring-fuchsia-500\/80:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.8);
}
.hover\:ring-fuchsia-500\/85:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.85);
}
.hover\:ring-fuchsia-500\/90:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.9);
}
.hover\:ring-fuchsia-500\/95:hover {
    --tw-ring-color: rgba(217, 70, 239, 0.95);
}
.hover\:ring-fuchsia-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-600\/0:hover {
    --tw-ring-color: rgba(192, 38, 211, 0);
}
.hover\:ring-fuchsia-600\/10:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.1);
}
.hover\:ring-fuchsia-600\/100:hover {
    --tw-ring-color: #c026d3;
}
.hover\:ring-fuchsia-600\/15:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.15);
}
.hover\:ring-fuchsia-600\/20:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.2);
}
.hover\:ring-fuchsia-600\/25:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.25);
}
.hover\:ring-fuchsia-600\/30:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.3);
}
.hover\:ring-fuchsia-600\/35:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.35);
}
.hover\:ring-fuchsia-600\/40:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.4);
}
.hover\:ring-fuchsia-600\/45:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.45);
}
.hover\:ring-fuchsia-600\/5:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.05);
}
.hover\:ring-fuchsia-600\/50:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.5);
}
.hover\:ring-fuchsia-600\/55:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.55);
}
.hover\:ring-fuchsia-600\/60:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.6);
}
.hover\:ring-fuchsia-600\/65:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.65);
}
.hover\:ring-fuchsia-600\/70:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.7);
}
.hover\:ring-fuchsia-600\/75:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.75);
}
.hover\:ring-fuchsia-600\/80:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.8);
}
.hover\:ring-fuchsia-600\/85:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.85);
}
.hover\:ring-fuchsia-600\/90:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.9);
}
.hover\:ring-fuchsia-600\/95:hover {
    --tw-ring-color: rgba(192, 38, 211, 0.95);
}
.hover\:ring-fuchsia-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-700\/0:hover {
    --tw-ring-color: rgba(162, 28, 175, 0);
}
.hover\:ring-fuchsia-700\/10:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.1);
}
.hover\:ring-fuchsia-700\/100:hover {
    --tw-ring-color: #a21caf;
}
.hover\:ring-fuchsia-700\/15:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.15);
}
.hover\:ring-fuchsia-700\/20:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.2);
}
.hover\:ring-fuchsia-700\/25:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.25);
}
.hover\:ring-fuchsia-700\/30:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.3);
}
.hover\:ring-fuchsia-700\/35:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.35);
}
.hover\:ring-fuchsia-700\/40:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.4);
}
.hover\:ring-fuchsia-700\/45:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.45);
}
.hover\:ring-fuchsia-700\/5:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.05);
}
.hover\:ring-fuchsia-700\/50:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.5);
}
.hover\:ring-fuchsia-700\/55:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.55);
}
.hover\:ring-fuchsia-700\/60:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.6);
}
.hover\:ring-fuchsia-700\/65:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.65);
}
.hover\:ring-fuchsia-700\/70:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.7);
}
.hover\:ring-fuchsia-700\/75:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.75);
}
.hover\:ring-fuchsia-700\/80:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.8);
}
.hover\:ring-fuchsia-700\/85:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.85);
}
.hover\:ring-fuchsia-700\/90:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.9);
}
.hover\:ring-fuchsia-700\/95:hover {
    --tw-ring-color: rgba(162, 28, 175, 0.95);
}
.hover\:ring-fuchsia-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-800\/0:hover {
    --tw-ring-color: rgba(134, 25, 143, 0);
}
.hover\:ring-fuchsia-800\/10:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.1);
}
.hover\:ring-fuchsia-800\/100:hover {
    --tw-ring-color: #86198f;
}
.hover\:ring-fuchsia-800\/15:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.15);
}
.hover\:ring-fuchsia-800\/20:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.2);
}
.hover\:ring-fuchsia-800\/25:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.25);
}
.hover\:ring-fuchsia-800\/30:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.3);
}
.hover\:ring-fuchsia-800\/35:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.35);
}
.hover\:ring-fuchsia-800\/40:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.4);
}
.hover\:ring-fuchsia-800\/45:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.45);
}
.hover\:ring-fuchsia-800\/5:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.05);
}
.hover\:ring-fuchsia-800\/50:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.5);
}
.hover\:ring-fuchsia-800\/55:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.55);
}
.hover\:ring-fuchsia-800\/60:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.6);
}
.hover\:ring-fuchsia-800\/65:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.65);
}
.hover\:ring-fuchsia-800\/70:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.7);
}
.hover\:ring-fuchsia-800\/75:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.75);
}
.hover\:ring-fuchsia-800\/80:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.8);
}
.hover\:ring-fuchsia-800\/85:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.85);
}
.hover\:ring-fuchsia-800\/90:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.9);
}
.hover\:ring-fuchsia-800\/95:hover {
    --tw-ring-color: rgba(134, 25, 143, 0.95);
}
.hover\:ring-fuchsia-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}
.hover\:ring-fuchsia-900\/0:hover {
    --tw-ring-color: rgba(112, 26, 117, 0);
}
.hover\:ring-fuchsia-900\/10:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.1);
}
.hover\:ring-fuchsia-900\/100:hover {
    --tw-ring-color: #701a75;
}
.hover\:ring-fuchsia-900\/15:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.15);
}
.hover\:ring-fuchsia-900\/20:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.2);
}
.hover\:ring-fuchsia-900\/25:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.25);
}
.hover\:ring-fuchsia-900\/30:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.3);
}
.hover\:ring-fuchsia-900\/35:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.35);
}
.hover\:ring-fuchsia-900\/40:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.4);
}
.hover\:ring-fuchsia-900\/45:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.45);
}
.hover\:ring-fuchsia-900\/5:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.05);
}
.hover\:ring-fuchsia-900\/50:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.5);
}
.hover\:ring-fuchsia-900\/55:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.55);
}
.hover\:ring-fuchsia-900\/60:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.6);
}
.hover\:ring-fuchsia-900\/65:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.65);
}
.hover\:ring-fuchsia-900\/70:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.7);
}
.hover\:ring-fuchsia-900\/75:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.75);
}
.hover\:ring-fuchsia-900\/80:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.8);
}
.hover\:ring-fuchsia-900\/85:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.85);
}
.hover\:ring-fuchsia-900\/90:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.9);
}
.hover\:ring-fuchsia-900\/95:hover {
    --tw-ring-color: rgba(112, 26, 117, 0.95);
}
.hover\:ring-gray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-100\/0:hover {
    --tw-ring-color: rgba(243, 244, 246, 0);
}
.hover\:ring-gray-100\/10:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.1);
}
.hover\:ring-gray-100\/100:hover {
    --tw-ring-color: #f3f4f6;
}
.hover\:ring-gray-100\/15:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.15);
}
.hover\:ring-gray-100\/20:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.2);
}
.hover\:ring-gray-100\/25:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.25);
}
.hover\:ring-gray-100\/30:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.3);
}
.hover\:ring-gray-100\/35:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.35);
}
.hover\:ring-gray-100\/40:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.4);
}
.hover\:ring-gray-100\/45:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.45);
}
.hover\:ring-gray-100\/5:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.05);
}
.hover\:ring-gray-100\/50:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.5);
}
.hover\:ring-gray-100\/55:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.55);
}
.hover\:ring-gray-100\/60:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.6);
}
.hover\:ring-gray-100\/65:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.65);
}
.hover\:ring-gray-100\/70:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.7);
}
.hover\:ring-gray-100\/75:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.75);
}
.hover\:ring-gray-100\/80:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.8);
}
.hover\:ring-gray-100\/85:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.85);
}
.hover\:ring-gray-100\/90:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.9);
}
.hover\:ring-gray-100\/95:hover {
    --tw-ring-color: rgba(243, 244, 246, 0.95);
}
.hover\:ring-gray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-200\/0:hover {
    --tw-ring-color: rgba(229, 231, 235, 0);
}
.hover\:ring-gray-200\/10:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.1);
}
.hover\:ring-gray-200\/100:hover {
    --tw-ring-color: #e5e7eb;
}
.hover\:ring-gray-200\/15:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.15);
}
.hover\:ring-gray-200\/20:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.2);
}
.hover\:ring-gray-200\/25:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.25);
}
.hover\:ring-gray-200\/30:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.3);
}
.hover\:ring-gray-200\/35:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.35);
}
.hover\:ring-gray-200\/40:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.4);
}
.hover\:ring-gray-200\/45:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.45);
}
.hover\:ring-gray-200\/5:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.05);
}
.hover\:ring-gray-200\/50:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.5);
}
.hover\:ring-gray-200\/55:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.55);
}
.hover\:ring-gray-200\/60:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.6);
}
.hover\:ring-gray-200\/65:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.65);
}
.hover\:ring-gray-200\/70:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.7);
}
.hover\:ring-gray-200\/75:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.75);
}
.hover\:ring-gray-200\/80:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.8);
}
.hover\:ring-gray-200\/85:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.85);
}
.hover\:ring-gray-200\/90:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.9);
}
.hover\:ring-gray-200\/95:hover {
    --tw-ring-color: rgba(229, 231, 235, 0.95);
}
.hover\:ring-gray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-300\/0:hover {
    --tw-ring-color: rgba(209, 213, 219, 0);
}
.hover\:ring-gray-300\/10:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.1);
}
.hover\:ring-gray-300\/100:hover {
    --tw-ring-color: #d1d5db;
}
.hover\:ring-gray-300\/15:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.15);
}
.hover\:ring-gray-300\/20:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.2);
}
.hover\:ring-gray-300\/25:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.25);
}
.hover\:ring-gray-300\/30:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.3);
}
.hover\:ring-gray-300\/35:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.35);
}
.hover\:ring-gray-300\/40:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.4);
}
.hover\:ring-gray-300\/45:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.45);
}
.hover\:ring-gray-300\/5:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.05);
}
.hover\:ring-gray-300\/50:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.5);
}
.hover\:ring-gray-300\/55:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.55);
}
.hover\:ring-gray-300\/60:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.6);
}
.hover\:ring-gray-300\/65:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.65);
}
.hover\:ring-gray-300\/70:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.7);
}
.hover\:ring-gray-300\/75:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.75);
}
.hover\:ring-gray-300\/80:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.8);
}
.hover\:ring-gray-300\/85:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.85);
}
.hover\:ring-gray-300\/90:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.9);
}
.hover\:ring-gray-300\/95:hover {
    --tw-ring-color: rgba(209, 213, 219, 0.95);
}
.hover\:ring-gray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-400\/0:hover {
    --tw-ring-color: rgba(156, 163, 175, 0);
}
.hover\:ring-gray-400\/10:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.1);
}
.hover\:ring-gray-400\/100:hover {
    --tw-ring-color: #9ca3af;
}
.hover\:ring-gray-400\/15:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.15);
}
.hover\:ring-gray-400\/20:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.2);
}
.hover\:ring-gray-400\/25:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.25);
}
.hover\:ring-gray-400\/30:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.3);
}
.hover\:ring-gray-400\/35:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.35);
}
.hover\:ring-gray-400\/40:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.4);
}
.hover\:ring-gray-400\/45:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.45);
}
.hover\:ring-gray-400\/5:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.05);
}
.hover\:ring-gray-400\/50:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.5);
}
.hover\:ring-gray-400\/55:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.55);
}
.hover\:ring-gray-400\/60:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.6);
}
.hover\:ring-gray-400\/65:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.65);
}
.hover\:ring-gray-400\/70:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.7);
}
.hover\:ring-gray-400\/75:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.75);
}
.hover\:ring-gray-400\/80:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.8);
}
.hover\:ring-gray-400\/85:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.85);
}
.hover\:ring-gray-400\/90:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.9);
}
.hover\:ring-gray-400\/95:hover {
    --tw-ring-color: rgba(156, 163, 175, 0.95);
}
.hover\:ring-gray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-50\/0:hover {
    --tw-ring-color: rgba(249, 250, 251, 0);
}
.hover\:ring-gray-50\/10:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.1);
}
.hover\:ring-gray-50\/100:hover {
    --tw-ring-color: #f9fafb;
}
.hover\:ring-gray-50\/15:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.15);
}
.hover\:ring-gray-50\/20:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.2);
}
.hover\:ring-gray-50\/25:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.25);
}
.hover\:ring-gray-50\/30:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.3);
}
.hover\:ring-gray-50\/35:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.35);
}
.hover\:ring-gray-50\/40:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.4);
}
.hover\:ring-gray-50\/45:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.45);
}
.hover\:ring-gray-50\/5:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.05);
}
.hover\:ring-gray-50\/50:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.5);
}
.hover\:ring-gray-50\/55:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.55);
}
.hover\:ring-gray-50\/60:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.6);
}
.hover\:ring-gray-50\/65:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.65);
}
.hover\:ring-gray-50\/70:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.7);
}
.hover\:ring-gray-50\/75:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.75);
}
.hover\:ring-gray-50\/80:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.8);
}
.hover\:ring-gray-50\/85:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.85);
}
.hover\:ring-gray-50\/90:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.9);
}
.hover\:ring-gray-50\/95:hover {
    --tw-ring-color: rgba(249, 250, 251, 0.95);
}
.hover\:ring-gray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-500\/0:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0);
}
.hover\:ring-gray-500\/10:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.1);
}
.hover\:ring-gray-500\/100:hover {
    --tw-ring-color: #6b7280;
}
.hover\:ring-gray-500\/15:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.15);
}
.hover\:ring-gray-500\/20:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.2);
}
.hover\:ring-gray-500\/25:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.25);
}
.hover\:ring-gray-500\/30:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.3);
}
.hover\:ring-gray-500\/35:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.35);
}
.hover\:ring-gray-500\/40:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.4);
}
.hover\:ring-gray-500\/45:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.45);
}
.hover\:ring-gray-500\/5:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.05);
}
.hover\:ring-gray-500\/50:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.5);
}
.hover\:ring-gray-500\/55:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.55);
}
.hover\:ring-gray-500\/60:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.6);
}
.hover\:ring-gray-500\/65:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.65);
}
.hover\:ring-gray-500\/70:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.7);
}
.hover\:ring-gray-500\/75:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.75);
}
.hover\:ring-gray-500\/80:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.8);
}
.hover\:ring-gray-500\/85:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.85);
}
.hover\:ring-gray-500\/90:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.9);
}
.hover\:ring-gray-500\/95:hover {
    --tw-ring-color: hsla(220, 9%, 46%, 0.95);
}
.hover\:ring-gray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-600\/0:hover {
    --tw-ring-color: rgba(75, 85, 99, 0);
}
.hover\:ring-gray-600\/10:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.1);
}
.hover\:ring-gray-600\/100:hover {
    --tw-ring-color: #4b5563;
}
.hover\:ring-gray-600\/15:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.15);
}
.hover\:ring-gray-600\/20:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.2);
}
.hover\:ring-gray-600\/25:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.25);
}
.hover\:ring-gray-600\/30:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.3);
}
.hover\:ring-gray-600\/35:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.35);
}
.hover\:ring-gray-600\/40:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.4);
}
.hover\:ring-gray-600\/45:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.45);
}
.hover\:ring-gray-600\/5:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.05);
}
.hover\:ring-gray-600\/50:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.5);
}
.hover\:ring-gray-600\/55:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.55);
}
.hover\:ring-gray-600\/60:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.6);
}
.hover\:ring-gray-600\/65:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.65);
}
.hover\:ring-gray-600\/70:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.7);
}
.hover\:ring-gray-600\/75:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.75);
}
.hover\:ring-gray-600\/80:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.8);
}
.hover\:ring-gray-600\/85:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.85);
}
.hover\:ring-gray-600\/90:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.9);
}
.hover\:ring-gray-600\/95:hover {
    --tw-ring-color: rgba(75, 85, 99, 0.95);
}
.hover\:ring-gray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-700\/0:hover {
    --tw-ring-color: rgba(55, 65, 81, 0);
}
.hover\:ring-gray-700\/10:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.1);
}
.hover\:ring-gray-700\/100:hover {
    --tw-ring-color: #374151;
}
.hover\:ring-gray-700\/15:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.15);
}
.hover\:ring-gray-700\/20:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.2);
}
.hover\:ring-gray-700\/25:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.25);
}
.hover\:ring-gray-700\/30:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.3);
}
.hover\:ring-gray-700\/35:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.35);
}
.hover\:ring-gray-700\/40:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.4);
}
.hover\:ring-gray-700\/45:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.45);
}
.hover\:ring-gray-700\/5:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.05);
}
.hover\:ring-gray-700\/50:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.5);
}
.hover\:ring-gray-700\/55:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.55);
}
.hover\:ring-gray-700\/60:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.6);
}
.hover\:ring-gray-700\/65:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.65);
}
.hover\:ring-gray-700\/70:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.7);
}
.hover\:ring-gray-700\/75:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.75);
}
.hover\:ring-gray-700\/80:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.8);
}
.hover\:ring-gray-700\/85:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.85);
}
.hover\:ring-gray-700\/90:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.9);
}
.hover\:ring-gray-700\/95:hover {
    --tw-ring-color: rgba(55, 65, 81, 0.95);
}
.hover\:ring-gray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-800\/0:hover {
    --tw-ring-color: rgba(31, 41, 55, 0);
}
.hover\:ring-gray-800\/10:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.1);
}
.hover\:ring-gray-800\/100:hover {
    --tw-ring-color: #1f2937;
}
.hover\:ring-gray-800\/15:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.15);
}
.hover\:ring-gray-800\/20:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.2);
}
.hover\:ring-gray-800\/25:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.25);
}
.hover\:ring-gray-800\/30:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.3);
}
.hover\:ring-gray-800\/35:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.35);
}
.hover\:ring-gray-800\/40:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.4);
}
.hover\:ring-gray-800\/45:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.45);
}
.hover\:ring-gray-800\/5:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.05);
}
.hover\:ring-gray-800\/50:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.5);
}
.hover\:ring-gray-800\/55:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.55);
}
.hover\:ring-gray-800\/60:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.6);
}
.hover\:ring-gray-800\/65:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.65);
}
.hover\:ring-gray-800\/70:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.7);
}
.hover\:ring-gray-800\/75:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.75);
}
.hover\:ring-gray-800\/80:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.8);
}
.hover\:ring-gray-800\/85:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.85);
}
.hover\:ring-gray-800\/90:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.9);
}
.hover\:ring-gray-800\/95:hover {
    --tw-ring-color: rgba(31, 41, 55, 0.95);
}
.hover\:ring-gray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.hover\:ring-gray-900\/0:hover {
    --tw-ring-color: rgba(17, 24, 39, 0);
}
.hover\:ring-gray-900\/10:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.1);
}
.hover\:ring-gray-900\/100:hover {
    --tw-ring-color: #111827;
}
.hover\:ring-gray-900\/15:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.15);
}
.hover\:ring-gray-900\/20:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.2);
}
.hover\:ring-gray-900\/25:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.25);
}
.hover\:ring-gray-900\/30:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.3);
}
.hover\:ring-gray-900\/35:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.35);
}
.hover\:ring-gray-900\/40:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.4);
}
.hover\:ring-gray-900\/45:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.45);
}
.hover\:ring-gray-900\/5:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.05);
}
.hover\:ring-gray-900\/50:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.5);
}
.hover\:ring-gray-900\/55:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.55);
}
.hover\:ring-gray-900\/60:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.6);
}
.hover\:ring-gray-900\/65:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.65);
}
.hover\:ring-gray-900\/70:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.7);
}
.hover\:ring-gray-900\/75:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.75);
}
.hover\:ring-gray-900\/80:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.8);
}
.hover\:ring-gray-900\/85:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.85);
}
.hover\:ring-gray-900\/90:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.9);
}
.hover\:ring-gray-900\/95:hover {
    --tw-ring-color: rgba(17, 24, 39, 0.95);
}
.hover\:ring-green-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-100\/0:hover {
    --tw-ring-color: rgba(209, 250, 229, 0);
}
.hover\:ring-green-100\/10:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.1);
}
.hover\:ring-green-100\/100:hover {
    --tw-ring-color: #d1fae5;
}
.hover\:ring-green-100\/15:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.15);
}
.hover\:ring-green-100\/20:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.2);
}
.hover\:ring-green-100\/25:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.25);
}
.hover\:ring-green-100\/30:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.3);
}
.hover\:ring-green-100\/35:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.35);
}
.hover\:ring-green-100\/40:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.4);
}
.hover\:ring-green-100\/45:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.45);
}
.hover\:ring-green-100\/5:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.05);
}
.hover\:ring-green-100\/50:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.5);
}
.hover\:ring-green-100\/55:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.55);
}
.hover\:ring-green-100\/60:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.6);
}
.hover\:ring-green-100\/65:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.65);
}
.hover\:ring-green-100\/70:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.7);
}
.hover\:ring-green-100\/75:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.75);
}
.hover\:ring-green-100\/80:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.8);
}
.hover\:ring-green-100\/85:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.85);
}
.hover\:ring-green-100\/90:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.9);
}
.hover\:ring-green-100\/95:hover {
    --tw-ring-color: rgba(209, 250, 229, 0.95);
}
.hover\:ring-green-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-200\/0:hover {
    --tw-ring-color: rgba(167, 243, 208, 0);
}
.hover\:ring-green-200\/10:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.1);
}
.hover\:ring-green-200\/100:hover {
    --tw-ring-color: #a7f3d0;
}
.hover\:ring-green-200\/15:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.15);
}
.hover\:ring-green-200\/20:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.2);
}
.hover\:ring-green-200\/25:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.25);
}
.hover\:ring-green-200\/30:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.3);
}
.hover\:ring-green-200\/35:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.35);
}
.hover\:ring-green-200\/40:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.4);
}
.hover\:ring-green-200\/45:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.45);
}
.hover\:ring-green-200\/5:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.05);
}
.hover\:ring-green-200\/50:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.5);
}
.hover\:ring-green-200\/55:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.55);
}
.hover\:ring-green-200\/60:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.6);
}
.hover\:ring-green-200\/65:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.65);
}
.hover\:ring-green-200\/70:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.7);
}
.hover\:ring-green-200\/75:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.75);
}
.hover\:ring-green-200\/80:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.8);
}
.hover\:ring-green-200\/85:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.85);
}
.hover\:ring-green-200\/90:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.9);
}
.hover\:ring-green-200\/95:hover {
    --tw-ring-color: rgba(167, 243, 208, 0.95);
}
.hover\:ring-green-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-300\/0:hover {
    --tw-ring-color: rgba(110, 231, 183, 0);
}
.hover\:ring-green-300\/10:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.1);
}
.hover\:ring-green-300\/100:hover {
    --tw-ring-color: #6ee7b7;
}
.hover\:ring-green-300\/15:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.15);
}
.hover\:ring-green-300\/20:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.2);
}
.hover\:ring-green-300\/25:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.25);
}
.hover\:ring-green-300\/30:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.3);
}
.hover\:ring-green-300\/35:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.35);
}
.hover\:ring-green-300\/40:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.4);
}
.hover\:ring-green-300\/45:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.45);
}
.hover\:ring-green-300\/5:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.05);
}
.hover\:ring-green-300\/50:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.5);
}
.hover\:ring-green-300\/55:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.55);
}
.hover\:ring-green-300\/60:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.6);
}
.hover\:ring-green-300\/65:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.65);
}
.hover\:ring-green-300\/70:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.7);
}
.hover\:ring-green-300\/75:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.75);
}
.hover\:ring-green-300\/80:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.8);
}
.hover\:ring-green-300\/85:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.85);
}
.hover\:ring-green-300\/90:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.9);
}
.hover\:ring-green-300\/95:hover {
    --tw-ring-color: rgba(110, 231, 183, 0.95);
}
.hover\:ring-green-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-400\/0:hover {
    --tw-ring-color: rgba(52, 211, 153, 0);
}
.hover\:ring-green-400\/10:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.1);
}
.hover\:ring-green-400\/100:hover {
    --tw-ring-color: #34d399;
}
.hover\:ring-green-400\/15:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.15);
}
.hover\:ring-green-400\/20:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.2);
}
.hover\:ring-green-400\/25:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.25);
}
.hover\:ring-green-400\/30:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.3);
}
.hover\:ring-green-400\/35:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.35);
}
.hover\:ring-green-400\/40:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.4);
}
.hover\:ring-green-400\/45:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.45);
}
.hover\:ring-green-400\/5:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.05);
}
.hover\:ring-green-400\/50:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.5);
}
.hover\:ring-green-400\/55:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.55);
}
.hover\:ring-green-400\/60:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.6);
}
.hover\:ring-green-400\/65:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.65);
}
.hover\:ring-green-400\/70:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.7);
}
.hover\:ring-green-400\/75:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.75);
}
.hover\:ring-green-400\/80:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.8);
}
.hover\:ring-green-400\/85:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.85);
}
.hover\:ring-green-400\/90:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.9);
}
.hover\:ring-green-400\/95:hover {
    --tw-ring-color: rgba(52, 211, 153, 0.95);
}
.hover\:ring-green-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-50\/0:hover {
    --tw-ring-color: rgba(236, 253, 245, 0);
}
.hover\:ring-green-50\/10:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.1);
}
.hover\:ring-green-50\/100:hover {
    --tw-ring-color: #ecfdf5;
}
.hover\:ring-green-50\/15:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.15);
}
.hover\:ring-green-50\/20:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.2);
}
.hover\:ring-green-50\/25:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.25);
}
.hover\:ring-green-50\/30:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.3);
}
.hover\:ring-green-50\/35:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.35);
}
.hover\:ring-green-50\/40:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.4);
}
.hover\:ring-green-50\/45:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.45);
}
.hover\:ring-green-50\/5:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.05);
}
.hover\:ring-green-50\/50:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.5);
}
.hover\:ring-green-50\/55:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.55);
}
.hover\:ring-green-50\/60:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.6);
}
.hover\:ring-green-50\/65:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.65);
}
.hover\:ring-green-50\/70:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.7);
}
.hover\:ring-green-50\/75:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.75);
}
.hover\:ring-green-50\/80:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.8);
}
.hover\:ring-green-50\/85:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.85);
}
.hover\:ring-green-50\/90:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.9);
}
.hover\:ring-green-50\/95:hover {
    --tw-ring-color: rgba(236, 253, 245, 0.95);
}
.hover\:ring-green-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-500\/0:hover {
    --tw-ring-color: rgba(16, 185, 129, 0);
}
.hover\:ring-green-500\/10:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.1);
}
.hover\:ring-green-500\/100:hover {
    --tw-ring-color: #10b981;
}
.hover\:ring-green-500\/15:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.15);
}
.hover\:ring-green-500\/20:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.2);
}
.hover\:ring-green-500\/25:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.25);
}
.hover\:ring-green-500\/30:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.3);
}
.hover\:ring-green-500\/35:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.35);
}
.hover\:ring-green-500\/40:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.4);
}
.hover\:ring-green-500\/45:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.45);
}
.hover\:ring-green-500\/5:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.05);
}
.hover\:ring-green-500\/50:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.5);
}
.hover\:ring-green-500\/55:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.55);
}
.hover\:ring-green-500\/60:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.6);
}
.hover\:ring-green-500\/65:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.65);
}
.hover\:ring-green-500\/70:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.7);
}
.hover\:ring-green-500\/75:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.75);
}
.hover\:ring-green-500\/80:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.8);
}
.hover\:ring-green-500\/85:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.85);
}
.hover\:ring-green-500\/90:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.9);
}
.hover\:ring-green-500\/95:hover {
    --tw-ring-color: rgba(16, 185, 129, 0.95);
}
.hover\:ring-green-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-600\/0:hover {
    --tw-ring-color: rgba(5, 150, 105, 0);
}
.hover\:ring-green-600\/10:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.1);
}
.hover\:ring-green-600\/100:hover {
    --tw-ring-color: #059669;
}
.hover\:ring-green-600\/15:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.15);
}
.hover\:ring-green-600\/20:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.2);
}
.hover\:ring-green-600\/25:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.25);
}
.hover\:ring-green-600\/30:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.3);
}
.hover\:ring-green-600\/35:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.35);
}
.hover\:ring-green-600\/40:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.4);
}
.hover\:ring-green-600\/45:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.45);
}
.hover\:ring-green-600\/5:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.05);
}
.hover\:ring-green-600\/50:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.5);
}
.hover\:ring-green-600\/55:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.55);
}
.hover\:ring-green-600\/60:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.6);
}
.hover\:ring-green-600\/65:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.65);
}
.hover\:ring-green-600\/70:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.7);
}
.hover\:ring-green-600\/75:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.75);
}
.hover\:ring-green-600\/80:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.8);
}
.hover\:ring-green-600\/85:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.85);
}
.hover\:ring-green-600\/90:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.9);
}
.hover\:ring-green-600\/95:hover {
    --tw-ring-color: rgba(5, 150, 105, 0.95);
}
.hover\:ring-green-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-700\/0:hover {
    --tw-ring-color: rgba(4, 120, 87, 0);
}
.hover\:ring-green-700\/10:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.1);
}
.hover\:ring-green-700\/100:hover {
    --tw-ring-color: #047857;
}
.hover\:ring-green-700\/15:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.15);
}
.hover\:ring-green-700\/20:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.2);
}
.hover\:ring-green-700\/25:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.25);
}
.hover\:ring-green-700\/30:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.3);
}
.hover\:ring-green-700\/35:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.35);
}
.hover\:ring-green-700\/40:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.4);
}
.hover\:ring-green-700\/45:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.45);
}
.hover\:ring-green-700\/5:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.05);
}
.hover\:ring-green-700\/50:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.5);
}
.hover\:ring-green-700\/55:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.55);
}
.hover\:ring-green-700\/60:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.6);
}
.hover\:ring-green-700\/65:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.65);
}
.hover\:ring-green-700\/70:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.7);
}
.hover\:ring-green-700\/75:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.75);
}
.hover\:ring-green-700\/80:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.8);
}
.hover\:ring-green-700\/85:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.85);
}
.hover\:ring-green-700\/90:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.9);
}
.hover\:ring-green-700\/95:hover {
    --tw-ring-color: rgba(4, 120, 87, 0.95);
}
.hover\:ring-green-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-800\/0:hover {
    --tw-ring-color: rgba(6, 95, 70, 0);
}
.hover\:ring-green-800\/10:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.1);
}
.hover\:ring-green-800\/100:hover {
    --tw-ring-color: #065f46;
}
.hover\:ring-green-800\/15:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.15);
}
.hover\:ring-green-800\/20:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.2);
}
.hover\:ring-green-800\/25:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.25);
}
.hover\:ring-green-800\/30:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.3);
}
.hover\:ring-green-800\/35:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.35);
}
.hover\:ring-green-800\/40:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.4);
}
.hover\:ring-green-800\/45:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.45);
}
.hover\:ring-green-800\/5:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.05);
}
.hover\:ring-green-800\/50:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.5);
}
.hover\:ring-green-800\/55:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.55);
}
.hover\:ring-green-800\/60:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.6);
}
.hover\:ring-green-800\/65:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.65);
}
.hover\:ring-green-800\/70:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.7);
}
.hover\:ring-green-800\/75:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.75);
}
.hover\:ring-green-800\/80:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.8);
}
.hover\:ring-green-800\/85:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.85);
}
.hover\:ring-green-800\/90:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.9);
}
.hover\:ring-green-800\/95:hover {
    --tw-ring-color: rgba(6, 95, 70, 0.95);
}
.hover\:ring-green-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}
.hover\:ring-green-900\/0:hover {
    --tw-ring-color: rgba(6, 78, 59, 0);
}
.hover\:ring-green-900\/10:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.1);
}
.hover\:ring-green-900\/100:hover {
    --tw-ring-color: #064e3b;
}
.hover\:ring-green-900\/15:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.15);
}
.hover\:ring-green-900\/20:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.2);
}
.hover\:ring-green-900\/25:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.25);
}
.hover\:ring-green-900\/30:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.3);
}
.hover\:ring-green-900\/35:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.35);
}
.hover\:ring-green-900\/40:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.4);
}
.hover\:ring-green-900\/45:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.45);
}
.hover\:ring-green-900\/5:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.05);
}
.hover\:ring-green-900\/50:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.5);
}
.hover\:ring-green-900\/55:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.55);
}
.hover\:ring-green-900\/60:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.6);
}
.hover\:ring-green-900\/65:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.65);
}
.hover\:ring-green-900\/70:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.7);
}
.hover\:ring-green-900\/75:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.75);
}
.hover\:ring-green-900\/80:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.8);
}
.hover\:ring-green-900\/85:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.85);
}
.hover\:ring-green-900\/90:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.9);
}
.hover\:ring-green-900\/95:hover {
    --tw-ring-color: rgba(6, 78, 59, 0.95);
}
.hover\:ring-indigo-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-100\/0:hover {
    --tw-ring-color: rgba(224, 231, 255, 0);
}
.hover\:ring-indigo-100\/10:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.1);
}
.hover\:ring-indigo-100\/100:hover {
    --tw-ring-color: #e0e7ff;
}
.hover\:ring-indigo-100\/15:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.15);
}
.hover\:ring-indigo-100\/20:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.2);
}
.hover\:ring-indigo-100\/25:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.25);
}
.hover\:ring-indigo-100\/30:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.3);
}
.hover\:ring-indigo-100\/35:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.35);
}
.hover\:ring-indigo-100\/40:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.4);
}
.hover\:ring-indigo-100\/45:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.45);
}
.hover\:ring-indigo-100\/5:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.05);
}
.hover\:ring-indigo-100\/50:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.5);
}
.hover\:ring-indigo-100\/55:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.55);
}
.hover\:ring-indigo-100\/60:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.6);
}
.hover\:ring-indigo-100\/65:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.65);
}
.hover\:ring-indigo-100\/70:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.7);
}
.hover\:ring-indigo-100\/75:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.75);
}
.hover\:ring-indigo-100\/80:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.8);
}
.hover\:ring-indigo-100\/85:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.85);
}
.hover\:ring-indigo-100\/90:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.9);
}
.hover\:ring-indigo-100\/95:hover {
    --tw-ring-color: rgba(224, 231, 255, 0.95);
}
.hover\:ring-indigo-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-200\/0:hover {
    --tw-ring-color: rgba(199, 210, 254, 0);
}
.hover\:ring-indigo-200\/10:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.1);
}
.hover\:ring-indigo-200\/100:hover {
    --tw-ring-color: #c7d2fe;
}
.hover\:ring-indigo-200\/15:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.15);
}
.hover\:ring-indigo-200\/20:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.2);
}
.hover\:ring-indigo-200\/25:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.25);
}
.hover\:ring-indigo-200\/30:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.3);
}
.hover\:ring-indigo-200\/35:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.35);
}
.hover\:ring-indigo-200\/40:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.4);
}
.hover\:ring-indigo-200\/45:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.45);
}
.hover\:ring-indigo-200\/5:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.05);
}
.hover\:ring-indigo-200\/50:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.5);
}
.hover\:ring-indigo-200\/55:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.55);
}
.hover\:ring-indigo-200\/60:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.6);
}
.hover\:ring-indigo-200\/65:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.65);
}
.hover\:ring-indigo-200\/70:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.7);
}
.hover\:ring-indigo-200\/75:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.75);
}
.hover\:ring-indigo-200\/80:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.8);
}
.hover\:ring-indigo-200\/85:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.85);
}
.hover\:ring-indigo-200\/90:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.9);
}
.hover\:ring-indigo-200\/95:hover {
    --tw-ring-color: rgba(199, 210, 254, 0.95);
}
.hover\:ring-indigo-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-300\/0:hover {
    --tw-ring-color: rgba(165, 180, 252, 0);
}
.hover\:ring-indigo-300\/10:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.1);
}
.hover\:ring-indigo-300\/100:hover {
    --tw-ring-color: #a5b4fc;
}
.hover\:ring-indigo-300\/15:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.15);
}
.hover\:ring-indigo-300\/20:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.2);
}
.hover\:ring-indigo-300\/25:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.25);
}
.hover\:ring-indigo-300\/30:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.3);
}
.hover\:ring-indigo-300\/35:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.35);
}
.hover\:ring-indigo-300\/40:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.4);
}
.hover\:ring-indigo-300\/45:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.45);
}
.hover\:ring-indigo-300\/5:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.05);
}
.hover\:ring-indigo-300\/50:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.5);
}
.hover\:ring-indigo-300\/55:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.55);
}
.hover\:ring-indigo-300\/60:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.6);
}
.hover\:ring-indigo-300\/65:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.65);
}
.hover\:ring-indigo-300\/70:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.7);
}
.hover\:ring-indigo-300\/75:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.75);
}
.hover\:ring-indigo-300\/80:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.8);
}
.hover\:ring-indigo-300\/85:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.85);
}
.hover\:ring-indigo-300\/90:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.9);
}
.hover\:ring-indigo-300\/95:hover {
    --tw-ring-color: rgba(165, 180, 252, 0.95);
}
.hover\:ring-indigo-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-400\/0:hover {
    --tw-ring-color: rgba(129, 140, 248, 0);
}
.hover\:ring-indigo-400\/10:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.1);
}
.hover\:ring-indigo-400\/100:hover {
    --tw-ring-color: #818cf8;
}
.hover\:ring-indigo-400\/15:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.15);
}
.hover\:ring-indigo-400\/20:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.2);
}
.hover\:ring-indigo-400\/25:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.25);
}
.hover\:ring-indigo-400\/30:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.3);
}
.hover\:ring-indigo-400\/35:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.35);
}
.hover\:ring-indigo-400\/40:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.4);
}
.hover\:ring-indigo-400\/45:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.45);
}
.hover\:ring-indigo-400\/5:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.05);
}
.hover\:ring-indigo-400\/50:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.5);
}
.hover\:ring-indigo-400\/55:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.55);
}
.hover\:ring-indigo-400\/60:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.6);
}
.hover\:ring-indigo-400\/65:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.65);
}
.hover\:ring-indigo-400\/70:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.7);
}
.hover\:ring-indigo-400\/75:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.75);
}
.hover\:ring-indigo-400\/80:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.8);
}
.hover\:ring-indigo-400\/85:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.85);
}
.hover\:ring-indigo-400\/90:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.9);
}
.hover\:ring-indigo-400\/95:hover {
    --tw-ring-color: rgba(129, 140, 248, 0.95);
}
.hover\:ring-indigo-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-50\/0:hover {
    --tw-ring-color: rgba(238, 242, 255, 0);
}
.hover\:ring-indigo-50\/10:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.1);
}
.hover\:ring-indigo-50\/100:hover {
    --tw-ring-color: #eef2ff;
}
.hover\:ring-indigo-50\/15:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.15);
}
.hover\:ring-indigo-50\/20:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.2);
}
.hover\:ring-indigo-50\/25:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.25);
}
.hover\:ring-indigo-50\/30:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.3);
}
.hover\:ring-indigo-50\/35:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.35);
}
.hover\:ring-indigo-50\/40:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.4);
}
.hover\:ring-indigo-50\/45:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.45);
}
.hover\:ring-indigo-50\/5:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.05);
}
.hover\:ring-indigo-50\/50:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.5);
}
.hover\:ring-indigo-50\/55:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.55);
}
.hover\:ring-indigo-50\/60:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.6);
}
.hover\:ring-indigo-50\/65:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.65);
}
.hover\:ring-indigo-50\/70:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.7);
}
.hover\:ring-indigo-50\/75:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.75);
}
.hover\:ring-indigo-50\/80:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.8);
}
.hover\:ring-indigo-50\/85:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.85);
}
.hover\:ring-indigo-50\/90:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.9);
}
.hover\:ring-indigo-50\/95:hover {
    --tw-ring-color: rgba(238, 242, 255, 0.95);
}
.hover\:ring-indigo-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-500\/0:hover {
    --tw-ring-color: rgba(99, 102, 241, 0);
}
.hover\:ring-indigo-500\/10:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.1);
}
.hover\:ring-indigo-500\/100:hover {
    --tw-ring-color: #6366f1;
}
.hover\:ring-indigo-500\/15:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.15);
}
.hover\:ring-indigo-500\/20:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.2);
}
.hover\:ring-indigo-500\/25:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.25);
}
.hover\:ring-indigo-500\/30:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.3);
}
.hover\:ring-indigo-500\/35:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.35);
}
.hover\:ring-indigo-500\/40:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.4);
}
.hover\:ring-indigo-500\/45:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.45);
}
.hover\:ring-indigo-500\/5:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.05);
}
.hover\:ring-indigo-500\/50:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.5);
}
.hover\:ring-indigo-500\/55:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.55);
}
.hover\:ring-indigo-500\/60:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.6);
}
.hover\:ring-indigo-500\/65:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.65);
}
.hover\:ring-indigo-500\/70:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.7);
}
.hover\:ring-indigo-500\/75:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.75);
}
.hover\:ring-indigo-500\/80:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.8);
}
.hover\:ring-indigo-500\/85:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.85);
}
.hover\:ring-indigo-500\/90:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.9);
}
.hover\:ring-indigo-500\/95:hover {
    --tw-ring-color: rgba(99, 102, 241, 0.95);
}
.hover\:ring-indigo-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-600\/0:hover {
    --tw-ring-color: rgba(79, 70, 229, 0);
}
.hover\:ring-indigo-600\/10:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.1);
}
.hover\:ring-indigo-600\/100:hover {
    --tw-ring-color: #4f46e5;
}
.hover\:ring-indigo-600\/15:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.15);
}
.hover\:ring-indigo-600\/20:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.2);
}
.hover\:ring-indigo-600\/25:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.25);
}
.hover\:ring-indigo-600\/30:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.3);
}
.hover\:ring-indigo-600\/35:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.35);
}
.hover\:ring-indigo-600\/40:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.4);
}
.hover\:ring-indigo-600\/45:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.45);
}
.hover\:ring-indigo-600\/5:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.05);
}
.hover\:ring-indigo-600\/50:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.5);
}
.hover\:ring-indigo-600\/55:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.55);
}
.hover\:ring-indigo-600\/60:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.6);
}
.hover\:ring-indigo-600\/65:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.65);
}
.hover\:ring-indigo-600\/70:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.7);
}
.hover\:ring-indigo-600\/75:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.75);
}
.hover\:ring-indigo-600\/80:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.8);
}
.hover\:ring-indigo-600\/85:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.85);
}
.hover\:ring-indigo-600\/90:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.9);
}
.hover\:ring-indigo-600\/95:hover {
    --tw-ring-color: rgba(79, 70, 229, 0.95);
}
.hover\:ring-indigo-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-700\/0:hover {
    --tw-ring-color: rgba(67, 56, 202, 0);
}
.hover\:ring-indigo-700\/10:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.1);
}
.hover\:ring-indigo-700\/100:hover {
    --tw-ring-color: #4338ca;
}
.hover\:ring-indigo-700\/15:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.15);
}
.hover\:ring-indigo-700\/20:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.2);
}
.hover\:ring-indigo-700\/25:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.25);
}
.hover\:ring-indigo-700\/30:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.3);
}
.hover\:ring-indigo-700\/35:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.35);
}
.hover\:ring-indigo-700\/40:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.4);
}
.hover\:ring-indigo-700\/45:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.45);
}
.hover\:ring-indigo-700\/5:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.05);
}
.hover\:ring-indigo-700\/50:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.5);
}
.hover\:ring-indigo-700\/55:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.55);
}
.hover\:ring-indigo-700\/60:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.6);
}
.hover\:ring-indigo-700\/65:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.65);
}
.hover\:ring-indigo-700\/70:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.7);
}
.hover\:ring-indigo-700\/75:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.75);
}
.hover\:ring-indigo-700\/80:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.8);
}
.hover\:ring-indigo-700\/85:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.85);
}
.hover\:ring-indigo-700\/90:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.9);
}
.hover\:ring-indigo-700\/95:hover {
    --tw-ring-color: rgba(67, 56, 202, 0.95);
}
.hover\:ring-indigo-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-800\/0:hover {
    --tw-ring-color: rgba(55, 48, 163, 0);
}
.hover\:ring-indigo-800\/10:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.1);
}
.hover\:ring-indigo-800\/100:hover {
    --tw-ring-color: #3730a3;
}
.hover\:ring-indigo-800\/15:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.15);
}
.hover\:ring-indigo-800\/20:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.2);
}
.hover\:ring-indigo-800\/25:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.25);
}
.hover\:ring-indigo-800\/30:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.3);
}
.hover\:ring-indigo-800\/35:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.35);
}
.hover\:ring-indigo-800\/40:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.4);
}
.hover\:ring-indigo-800\/45:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.45);
}
.hover\:ring-indigo-800\/5:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.05);
}
.hover\:ring-indigo-800\/50:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.5);
}
.hover\:ring-indigo-800\/55:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.55);
}
.hover\:ring-indigo-800\/60:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.6);
}
.hover\:ring-indigo-800\/65:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.65);
}
.hover\:ring-indigo-800\/70:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.7);
}
.hover\:ring-indigo-800\/75:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.75);
}
.hover\:ring-indigo-800\/80:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.8);
}
.hover\:ring-indigo-800\/85:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.85);
}
.hover\:ring-indigo-800\/90:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.9);
}
.hover\:ring-indigo-800\/95:hover {
    --tw-ring-color: rgba(55, 48, 163, 0.95);
}
.hover\:ring-indigo-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-900\/0:hover {
    --tw-ring-color: rgba(49, 46, 129, 0);
}
.hover\:ring-indigo-900\/10:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.1);
}
.hover\:ring-indigo-900\/100:hover {
    --tw-ring-color: #312e81;
}
.hover\:ring-indigo-900\/15:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.15);
}
.hover\:ring-indigo-900\/20:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.2);
}
.hover\:ring-indigo-900\/25:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.25);
}
.hover\:ring-indigo-900\/30:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.3);
}
.hover\:ring-indigo-900\/35:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.35);
}
.hover\:ring-indigo-900\/40:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.4);
}
.hover\:ring-indigo-900\/45:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.45);
}
.hover\:ring-indigo-900\/5:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.05);
}
.hover\:ring-indigo-900\/50:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.5);
}
.hover\:ring-indigo-900\/55:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.55);
}
.hover\:ring-indigo-900\/60:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.6);
}
.hover\:ring-indigo-900\/65:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.65);
}
.hover\:ring-indigo-900\/70:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.7);
}
.hover\:ring-indigo-900\/75:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.75);
}
.hover\:ring-indigo-900\/80:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.8);
}
.hover\:ring-indigo-900\/85:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.85);
}
.hover\:ring-indigo-900\/90:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.9);
}
.hover\:ring-indigo-900\/95:hover {
    --tw-ring-color: rgba(49, 46, 129, 0.95);
}
.hover\:ring-info-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-100\/0:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0);
}
.hover\:ring-lime-100\/10:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.1);
}
.hover\:ring-lime-100\/100:hover {
    --tw-ring-color: #ecfccb;
}
.hover\:ring-lime-100\/15:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.15);
}
.hover\:ring-lime-100\/20:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.2);
}
.hover\:ring-lime-100\/25:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.25);
}
.hover\:ring-lime-100\/30:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.3);
}
.hover\:ring-lime-100\/35:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.35);
}
.hover\:ring-lime-100\/40:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.4);
}
.hover\:ring-lime-100\/45:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.45);
}
.hover\:ring-lime-100\/5:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.05);
}
.hover\:ring-lime-100\/50:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.5);
}
.hover\:ring-lime-100\/55:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.55);
}
.hover\:ring-lime-100\/60:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.6);
}
.hover\:ring-lime-100\/65:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.65);
}
.hover\:ring-lime-100\/70:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.7);
}
.hover\:ring-lime-100\/75:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.75);
}
.hover\:ring-lime-100\/80:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.8);
}
.hover\:ring-lime-100\/85:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.85);
}
.hover\:ring-lime-100\/90:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.9);
}
.hover\:ring-lime-100\/95:hover {
    --tw-ring-color: hsla(80, 89%, 89%, 0.95);
}
.hover\:ring-lime-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-200\/0:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0);
}
.hover\:ring-lime-200\/10:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.1);
}
.hover\:ring-lime-200\/100:hover {
    --tw-ring-color: #d9f99d;
}
.hover\:ring-lime-200\/15:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.15);
}
.hover\:ring-lime-200\/20:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.2);
}
.hover\:ring-lime-200\/25:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.25);
}
.hover\:ring-lime-200\/30:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.3);
}
.hover\:ring-lime-200\/35:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.35);
}
.hover\:ring-lime-200\/40:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.4);
}
.hover\:ring-lime-200\/45:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.45);
}
.hover\:ring-lime-200\/5:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.05);
}
.hover\:ring-lime-200\/50:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.5);
}
.hover\:ring-lime-200\/55:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.55);
}
.hover\:ring-lime-200\/60:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.6);
}
.hover\:ring-lime-200\/65:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.65);
}
.hover\:ring-lime-200\/70:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.7);
}
.hover\:ring-lime-200\/75:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.75);
}
.hover\:ring-lime-200\/80:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.8);
}
.hover\:ring-lime-200\/85:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.85);
}
.hover\:ring-lime-200\/90:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.9);
}
.hover\:ring-lime-200\/95:hover {
    --tw-ring-color: hsla(81, 88%, 80%, 0.95);
}
.hover\:ring-lime-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-300\/0:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0);
}
.hover\:ring-lime-300\/10:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.1);
}
.hover\:ring-lime-300\/100:hover {
    --tw-ring-color: #bef264;
}
.hover\:ring-lime-300\/15:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.15);
}
.hover\:ring-lime-300\/20:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.2);
}
.hover\:ring-lime-300\/25:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.25);
}
.hover\:ring-lime-300\/30:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.3);
}
.hover\:ring-lime-300\/35:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.35);
}
.hover\:ring-lime-300\/40:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.4);
}
.hover\:ring-lime-300\/45:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.45);
}
.hover\:ring-lime-300\/5:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.05);
}
.hover\:ring-lime-300\/50:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.5);
}
.hover\:ring-lime-300\/55:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.55);
}
.hover\:ring-lime-300\/60:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.6);
}
.hover\:ring-lime-300\/65:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.65);
}
.hover\:ring-lime-300\/70:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.7);
}
.hover\:ring-lime-300\/75:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.75);
}
.hover\:ring-lime-300\/80:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.8);
}
.hover\:ring-lime-300\/85:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.85);
}
.hover\:ring-lime-300\/90:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.9);
}
.hover\:ring-lime-300\/95:hover {
    --tw-ring-color: hsla(82, 85%, 67%, 0.95);
}
.hover\:ring-lime-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-400\/0:hover {
    --tw-ring-color: rgba(163, 230, 53, 0);
}
.hover\:ring-lime-400\/10:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.1);
}
.hover\:ring-lime-400\/100:hover {
    --tw-ring-color: #a3e635;
}
.hover\:ring-lime-400\/15:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.15);
}
.hover\:ring-lime-400\/20:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.2);
}
.hover\:ring-lime-400\/25:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.25);
}
.hover\:ring-lime-400\/30:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.3);
}
.hover\:ring-lime-400\/35:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.35);
}
.hover\:ring-lime-400\/40:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.4);
}
.hover\:ring-lime-400\/45:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.45);
}
.hover\:ring-lime-400\/5:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.05);
}
.hover\:ring-lime-400\/50:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.5);
}
.hover\:ring-lime-400\/55:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.55);
}
.hover\:ring-lime-400\/60:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.6);
}
.hover\:ring-lime-400\/65:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.65);
}
.hover\:ring-lime-400\/70:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.7);
}
.hover\:ring-lime-400\/75:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.75);
}
.hover\:ring-lime-400\/80:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.8);
}
.hover\:ring-lime-400\/85:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.85);
}
.hover\:ring-lime-400\/90:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.9);
}
.hover\:ring-lime-400\/95:hover {
    --tw-ring-color: rgba(163, 230, 53, 0.95);
}
.hover\:ring-lime-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-50\/0:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0);
}
.hover\:ring-lime-50\/10:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.1);
}
.hover\:ring-lime-50\/100:hover {
    --tw-ring-color: #f7fee7;
}
.hover\:ring-lime-50\/15:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.15);
}
.hover\:ring-lime-50\/20:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.2);
}
.hover\:ring-lime-50\/25:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.25);
}
.hover\:ring-lime-50\/30:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.3);
}
.hover\:ring-lime-50\/35:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.35);
}
.hover\:ring-lime-50\/40:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.4);
}
.hover\:ring-lime-50\/45:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.45);
}
.hover\:ring-lime-50\/5:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.05);
}
.hover\:ring-lime-50\/50:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.5);
}
.hover\:ring-lime-50\/55:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.55);
}
.hover\:ring-lime-50\/60:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.6);
}
.hover\:ring-lime-50\/65:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.65);
}
.hover\:ring-lime-50\/70:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.7);
}
.hover\:ring-lime-50\/75:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.75);
}
.hover\:ring-lime-50\/80:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.8);
}
.hover\:ring-lime-50\/85:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.85);
}
.hover\:ring-lime-50\/90:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.9);
}
.hover\:ring-lime-50\/95:hover {
    --tw-ring-color: hsla(78, 92%, 95%, 0.95);
}
.hover\:ring-lime-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-500\/0:hover {
    --tw-ring-color: rgba(132, 204, 22, 0);
}
.hover\:ring-lime-500\/10:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.1);
}
.hover\:ring-lime-500\/100:hover {
    --tw-ring-color: #84cc16;
}
.hover\:ring-lime-500\/15:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.15);
}
.hover\:ring-lime-500\/20:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.2);
}
.hover\:ring-lime-500\/25:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.25);
}
.hover\:ring-lime-500\/30:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.3);
}
.hover\:ring-lime-500\/35:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.35);
}
.hover\:ring-lime-500\/40:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.4);
}
.hover\:ring-lime-500\/45:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.45);
}
.hover\:ring-lime-500\/5:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.05);
}
.hover\:ring-lime-500\/50:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.5);
}
.hover\:ring-lime-500\/55:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.55);
}
.hover\:ring-lime-500\/60:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.6);
}
.hover\:ring-lime-500\/65:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.65);
}
.hover\:ring-lime-500\/70:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.7);
}
.hover\:ring-lime-500\/75:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.75);
}
.hover\:ring-lime-500\/80:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.8);
}
.hover\:ring-lime-500\/85:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.85);
}
.hover\:ring-lime-500\/90:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.9);
}
.hover\:ring-lime-500\/95:hover {
    --tw-ring-color: rgba(132, 204, 22, 0.95);
}
.hover\:ring-lime-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-600\/0:hover {
    --tw-ring-color: rgba(101, 163, 13, 0);
}
.hover\:ring-lime-600\/10:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.1);
}
.hover\:ring-lime-600\/100:hover {
    --tw-ring-color: #65a30d;
}
.hover\:ring-lime-600\/15:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.15);
}
.hover\:ring-lime-600\/20:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.2);
}
.hover\:ring-lime-600\/25:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.25);
}
.hover\:ring-lime-600\/30:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.3);
}
.hover\:ring-lime-600\/35:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.35);
}
.hover\:ring-lime-600\/40:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.4);
}
.hover\:ring-lime-600\/45:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.45);
}
.hover\:ring-lime-600\/5:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.05);
}
.hover\:ring-lime-600\/50:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.5);
}
.hover\:ring-lime-600\/55:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.55);
}
.hover\:ring-lime-600\/60:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.6);
}
.hover\:ring-lime-600\/65:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.65);
}
.hover\:ring-lime-600\/70:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.7);
}
.hover\:ring-lime-600\/75:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.75);
}
.hover\:ring-lime-600\/80:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.8);
}
.hover\:ring-lime-600\/85:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.85);
}
.hover\:ring-lime-600\/90:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.9);
}
.hover\:ring-lime-600\/95:hover {
    --tw-ring-color: rgba(101, 163, 13, 0.95);
}
.hover\:ring-lime-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-700\/0:hover {
    --tw-ring-color: rgba(77, 124, 15, 0);
}
.hover\:ring-lime-700\/10:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.1);
}
.hover\:ring-lime-700\/100:hover {
    --tw-ring-color: #4d7c0f;
}
.hover\:ring-lime-700\/15:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.15);
}
.hover\:ring-lime-700\/20:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.2);
}
.hover\:ring-lime-700\/25:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.25);
}
.hover\:ring-lime-700\/30:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.3);
}
.hover\:ring-lime-700\/35:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.35);
}
.hover\:ring-lime-700\/40:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.4);
}
.hover\:ring-lime-700\/45:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.45);
}
.hover\:ring-lime-700\/5:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.05);
}
.hover\:ring-lime-700\/50:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.5);
}
.hover\:ring-lime-700\/55:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.55);
}
.hover\:ring-lime-700\/60:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.6);
}
.hover\:ring-lime-700\/65:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.65);
}
.hover\:ring-lime-700\/70:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.7);
}
.hover\:ring-lime-700\/75:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.75);
}
.hover\:ring-lime-700\/80:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.8);
}
.hover\:ring-lime-700\/85:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.85);
}
.hover\:ring-lime-700\/90:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.9);
}
.hover\:ring-lime-700\/95:hover {
    --tw-ring-color: rgba(77, 124, 15, 0.95);
}
.hover\:ring-lime-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-800\/0:hover {
    --tw-ring-color: rgba(63, 98, 18, 0);
}
.hover\:ring-lime-800\/10:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.1);
}
.hover\:ring-lime-800\/100:hover {
    --tw-ring-color: #3f6212;
}
.hover\:ring-lime-800\/15:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.15);
}
.hover\:ring-lime-800\/20:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.2);
}
.hover\:ring-lime-800\/25:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.25);
}
.hover\:ring-lime-800\/30:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.3);
}
.hover\:ring-lime-800\/35:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.35);
}
.hover\:ring-lime-800\/40:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.4);
}
.hover\:ring-lime-800\/45:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.45);
}
.hover\:ring-lime-800\/5:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.05);
}
.hover\:ring-lime-800\/50:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.5);
}
.hover\:ring-lime-800\/55:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.55);
}
.hover\:ring-lime-800\/60:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.6);
}
.hover\:ring-lime-800\/65:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.65);
}
.hover\:ring-lime-800\/70:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.7);
}
.hover\:ring-lime-800\/75:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.75);
}
.hover\:ring-lime-800\/80:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.8);
}
.hover\:ring-lime-800\/85:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.85);
}
.hover\:ring-lime-800\/90:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.9);
}
.hover\:ring-lime-800\/95:hover {
    --tw-ring-color: rgba(63, 98, 18, 0.95);
}
.hover\:ring-lime-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}
.hover\:ring-lime-900\/0:hover {
    --tw-ring-color: rgba(54, 83, 20, 0);
}
.hover\:ring-lime-900\/10:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.1);
}
.hover\:ring-lime-900\/100:hover {
    --tw-ring-color: #365314;
}
.hover\:ring-lime-900\/15:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.15);
}
.hover\:ring-lime-900\/20:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.2);
}
.hover\:ring-lime-900\/25:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.25);
}
.hover\:ring-lime-900\/30:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.3);
}
.hover\:ring-lime-900\/35:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.35);
}
.hover\:ring-lime-900\/40:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.4);
}
.hover\:ring-lime-900\/45:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.45);
}
.hover\:ring-lime-900\/5:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.05);
}
.hover\:ring-lime-900\/50:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.5);
}
.hover\:ring-lime-900\/55:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.55);
}
.hover\:ring-lime-900\/60:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.6);
}
.hover\:ring-lime-900\/65:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.65);
}
.hover\:ring-lime-900\/70:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.7);
}
.hover\:ring-lime-900\/75:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.75);
}
.hover\:ring-lime-900\/80:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.8);
}
.hover\:ring-lime-900\/85:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.85);
}
.hover\:ring-lime-900\/90:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.9);
}
.hover\:ring-lime-900\/95:hover {
    --tw-ring-color: rgba(54, 83, 20, 0.95);
}
.hover\:ring-negative-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-100\/0:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0);
}
.hover\:ring-neutral-100\/10:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:ring-neutral-100\/100:hover {
    --tw-ring-color: #f5f5f5;
}
.hover\:ring-neutral-100\/15:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.15);
}
.hover\:ring-neutral-100\/20:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:ring-neutral-100\/25:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:ring-neutral-100\/30:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:ring-neutral-100\/35:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.35);
}
.hover\:ring-neutral-100\/40:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:ring-neutral-100\/45:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.45);
}
.hover\:ring-neutral-100\/5:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:ring-neutral-100\/50:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:ring-neutral-100\/55:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.55);
}
.hover\:ring-neutral-100\/60:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:ring-neutral-100\/65:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.65);
}
.hover\:ring-neutral-100\/70:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:ring-neutral-100\/75:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:ring-neutral-100\/80:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:ring-neutral-100\/85:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.85);
}
.hover\:ring-neutral-100\/90:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:ring-neutral-100\/95:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:ring-neutral-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-200\/0:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0);
}
.hover\:ring-neutral-200\/10:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.1);
}
.hover\:ring-neutral-200\/100:hover {
    --tw-ring-color: #e5e5e5;
}
.hover\:ring-neutral-200\/15:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.15);
}
.hover\:ring-neutral-200\/20:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.2);
}
.hover\:ring-neutral-200\/25:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.25);
}
.hover\:ring-neutral-200\/30:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.3);
}
.hover\:ring-neutral-200\/35:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.35);
}
.hover\:ring-neutral-200\/40:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.4);
}
.hover\:ring-neutral-200\/45:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.45);
}
.hover\:ring-neutral-200\/5:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.05);
}
.hover\:ring-neutral-200\/50:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.5);
}
.hover\:ring-neutral-200\/55:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.55);
}
.hover\:ring-neutral-200\/60:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.6);
}
.hover\:ring-neutral-200\/65:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.65);
}
.hover\:ring-neutral-200\/70:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.7);
}
.hover\:ring-neutral-200\/75:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.75);
}
.hover\:ring-neutral-200\/80:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.8);
}
.hover\:ring-neutral-200\/85:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.85);
}
.hover\:ring-neutral-200\/90:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.9);
}
.hover\:ring-neutral-200\/95:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.95);
}
.hover\:ring-neutral-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-300\/0:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0);
}
.hover\:ring-neutral-300\/10:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.1);
}
.hover\:ring-neutral-300\/100:hover {
    --tw-ring-color: #d4d4d4;
}
.hover\:ring-neutral-300\/15:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.15);
}
.hover\:ring-neutral-300\/20:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.2);
}
.hover\:ring-neutral-300\/25:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.25);
}
.hover\:ring-neutral-300\/30:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.3);
}
.hover\:ring-neutral-300\/35:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.35);
}
.hover\:ring-neutral-300\/40:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.4);
}
.hover\:ring-neutral-300\/45:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.45);
}
.hover\:ring-neutral-300\/5:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.05);
}
.hover\:ring-neutral-300\/50:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.5);
}
.hover\:ring-neutral-300\/55:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.55);
}
.hover\:ring-neutral-300\/60:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.6);
}
.hover\:ring-neutral-300\/65:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.65);
}
.hover\:ring-neutral-300\/70:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.7);
}
.hover\:ring-neutral-300\/75:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.75);
}
.hover\:ring-neutral-300\/80:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.8);
}
.hover\:ring-neutral-300\/85:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.85);
}
.hover\:ring-neutral-300\/90:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.9);
}
.hover\:ring-neutral-300\/95:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.95);
}
.hover\:ring-neutral-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-400\/0:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0);
}
.hover\:ring-neutral-400\/10:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.1);
}
.hover\:ring-neutral-400\/100:hover {
    --tw-ring-color: #a3a3a3;
}
.hover\:ring-neutral-400\/15:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.15);
}
.hover\:ring-neutral-400\/20:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.2);
}
.hover\:ring-neutral-400\/25:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.25);
}
.hover\:ring-neutral-400\/30:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.3);
}
.hover\:ring-neutral-400\/35:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.35);
}
.hover\:ring-neutral-400\/40:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.4);
}
.hover\:ring-neutral-400\/45:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.45);
}
.hover\:ring-neutral-400\/5:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.05);
}
.hover\:ring-neutral-400\/50:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.5);
}
.hover\:ring-neutral-400\/55:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.55);
}
.hover\:ring-neutral-400\/60:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.6);
}
.hover\:ring-neutral-400\/65:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.65);
}
.hover\:ring-neutral-400\/70:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.7);
}
.hover\:ring-neutral-400\/75:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.75);
}
.hover\:ring-neutral-400\/80:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.8);
}
.hover\:ring-neutral-400\/85:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.85);
}
.hover\:ring-neutral-400\/90:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.9);
}
.hover\:ring-neutral-400\/95:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.95);
}
.hover\:ring-neutral-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-50\/0:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.hover\:ring-neutral-50\/10:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:ring-neutral-50\/100:hover {
    --tw-ring-color: #fafafa;
}
.hover\:ring-neutral-50\/15:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:ring-neutral-50\/20:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:ring-neutral-50\/25:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:ring-neutral-50\/30:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:ring-neutral-50\/35:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:ring-neutral-50\/40:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:ring-neutral-50\/45:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:ring-neutral-50\/5:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:ring-neutral-50\/50:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:ring-neutral-50\/55:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:ring-neutral-50\/60:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:ring-neutral-50\/65:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:ring-neutral-50\/70:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:ring-neutral-50\/75:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:ring-neutral-50\/80:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:ring-neutral-50\/85:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:ring-neutral-50\/90:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:ring-neutral-50\/95:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:ring-neutral-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-500\/0:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0);
}
.hover\:ring-neutral-500\/10:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:ring-neutral-500\/100:hover {
    --tw-ring-color: #737373;
}
.hover\:ring-neutral-500\/15:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.15);
}
.hover\:ring-neutral-500\/20:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:ring-neutral-500\/25:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:ring-neutral-500\/30:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:ring-neutral-500\/35:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.35);
}
.hover\:ring-neutral-500\/40:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:ring-neutral-500\/45:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.45);
}
.hover\:ring-neutral-500\/5:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:ring-neutral-500\/50:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:ring-neutral-500\/55:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.55);
}
.hover\:ring-neutral-500\/60:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:ring-neutral-500\/65:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.65);
}
.hover\:ring-neutral-500\/70:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:ring-neutral-500\/75:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:ring-neutral-500\/80:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:ring-neutral-500\/85:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.85);
}
.hover\:ring-neutral-500\/90:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:ring-neutral-500\/95:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:ring-neutral-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-600\/0:hover {
    --tw-ring-color: rgba(82, 82, 82, 0);
}
.hover\:ring-neutral-600\/10:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.1);
}
.hover\:ring-neutral-600\/100:hover {
    --tw-ring-color: #525252;
}
.hover\:ring-neutral-600\/15:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.15);
}
.hover\:ring-neutral-600\/20:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.2);
}
.hover\:ring-neutral-600\/25:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.25);
}
.hover\:ring-neutral-600\/30:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.3);
}
.hover\:ring-neutral-600\/35:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.35);
}
.hover\:ring-neutral-600\/40:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.4);
}
.hover\:ring-neutral-600\/45:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.45);
}
.hover\:ring-neutral-600\/5:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.05);
}
.hover\:ring-neutral-600\/50:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.5);
}
.hover\:ring-neutral-600\/55:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.55);
}
.hover\:ring-neutral-600\/60:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.6);
}
.hover\:ring-neutral-600\/65:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.65);
}
.hover\:ring-neutral-600\/70:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.7);
}
.hover\:ring-neutral-600\/75:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.75);
}
.hover\:ring-neutral-600\/80:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.8);
}
.hover\:ring-neutral-600\/85:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.85);
}
.hover\:ring-neutral-600\/90:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.9);
}
.hover\:ring-neutral-600\/95:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.95);
}
.hover\:ring-neutral-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-700\/0:hover {
    --tw-ring-color: rgba(64, 64, 64, 0);
}
.hover\:ring-neutral-700\/10:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.1);
}
.hover\:ring-neutral-700\/100:hover {
    --tw-ring-color: #404040;
}
.hover\:ring-neutral-700\/15:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.15);
}
.hover\:ring-neutral-700\/20:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.2);
}
.hover\:ring-neutral-700\/25:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.25);
}
.hover\:ring-neutral-700\/30:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.3);
}
.hover\:ring-neutral-700\/35:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.35);
}
.hover\:ring-neutral-700\/40:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.4);
}
.hover\:ring-neutral-700\/45:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.45);
}
.hover\:ring-neutral-700\/5:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.05);
}
.hover\:ring-neutral-700\/50:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.5);
}
.hover\:ring-neutral-700\/55:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.55);
}
.hover\:ring-neutral-700\/60:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.6);
}
.hover\:ring-neutral-700\/65:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.65);
}
.hover\:ring-neutral-700\/70:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.7);
}
.hover\:ring-neutral-700\/75:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.75);
}
.hover\:ring-neutral-700\/80:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.8);
}
.hover\:ring-neutral-700\/85:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.85);
}
.hover\:ring-neutral-700\/90:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.9);
}
.hover\:ring-neutral-700\/95:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.95);
}
.hover\:ring-neutral-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-800\/0:hover {
    --tw-ring-color: rgba(38, 38, 38, 0);
}
.hover\:ring-neutral-800\/10:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.1);
}
.hover\:ring-neutral-800\/100:hover {
    --tw-ring-color: #262626;
}
.hover\:ring-neutral-800\/15:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.15);
}
.hover\:ring-neutral-800\/20:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.2);
}
.hover\:ring-neutral-800\/25:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.25);
}
.hover\:ring-neutral-800\/30:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.3);
}
.hover\:ring-neutral-800\/35:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.35);
}
.hover\:ring-neutral-800\/40:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.4);
}
.hover\:ring-neutral-800\/45:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.45);
}
.hover\:ring-neutral-800\/5:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.05);
}
.hover\:ring-neutral-800\/50:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.5);
}
.hover\:ring-neutral-800\/55:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.55);
}
.hover\:ring-neutral-800\/60:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.6);
}
.hover\:ring-neutral-800\/65:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.65);
}
.hover\:ring-neutral-800\/70:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.7);
}
.hover\:ring-neutral-800\/75:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.75);
}
.hover\:ring-neutral-800\/80:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.8);
}
.hover\:ring-neutral-800\/85:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.85);
}
.hover\:ring-neutral-800\/90:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.9);
}
.hover\:ring-neutral-800\/95:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.95);
}
.hover\:ring-neutral-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}
.hover\:ring-neutral-900\/0:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0);
}
.hover\:ring-neutral-900\/10:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.1);
}
.hover\:ring-neutral-900\/100:hover {
    --tw-ring-color: #171717;
}
.hover\:ring-neutral-900\/15:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.15);
}
.hover\:ring-neutral-900\/20:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.2);
}
.hover\:ring-neutral-900\/25:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.25);
}
.hover\:ring-neutral-900\/30:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.3);
}
.hover\:ring-neutral-900\/35:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.35);
}
.hover\:ring-neutral-900\/40:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.4);
}
.hover\:ring-neutral-900\/45:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.45);
}
.hover\:ring-neutral-900\/5:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.05);
}
.hover\:ring-neutral-900\/50:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.5);
}
.hover\:ring-neutral-900\/55:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.55);
}
.hover\:ring-neutral-900\/60:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.6);
}
.hover\:ring-neutral-900\/65:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.65);
}
.hover\:ring-neutral-900\/70:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.7);
}
.hover\:ring-neutral-900\/75:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.75);
}
.hover\:ring-neutral-900\/80:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.8);
}
.hover\:ring-neutral-900\/85:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.85);
}
.hover\:ring-neutral-900\/90:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.9);
}
.hover\:ring-neutral-900\/95:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.95);
}
.hover\:ring-orange-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-100\/0:hover {
    --tw-ring-color: rgba(255, 237, 213, 0);
}
.hover\:ring-orange-100\/10:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.1);
}
.hover\:ring-orange-100\/100:hover {
    --tw-ring-color: #ffedd5;
}
.hover\:ring-orange-100\/15:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.15);
}
.hover\:ring-orange-100\/20:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.2);
}
.hover\:ring-orange-100\/25:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.25);
}
.hover\:ring-orange-100\/30:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.3);
}
.hover\:ring-orange-100\/35:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.35);
}
.hover\:ring-orange-100\/40:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.4);
}
.hover\:ring-orange-100\/45:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.45);
}
.hover\:ring-orange-100\/5:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.05);
}
.hover\:ring-orange-100\/50:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.5);
}
.hover\:ring-orange-100\/55:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.55);
}
.hover\:ring-orange-100\/60:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.6);
}
.hover\:ring-orange-100\/65:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.65);
}
.hover\:ring-orange-100\/70:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.7);
}
.hover\:ring-orange-100\/75:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.75);
}
.hover\:ring-orange-100\/80:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.8);
}
.hover\:ring-orange-100\/85:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.85);
}
.hover\:ring-orange-100\/90:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.9);
}
.hover\:ring-orange-100\/95:hover {
    --tw-ring-color: rgba(255, 237, 213, 0.95);
}
.hover\:ring-orange-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-200\/0:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0);
}
.hover\:ring-orange-200\/10:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.1);
}
.hover\:ring-orange-200\/100:hover {
    --tw-ring-color: #fed7aa;
}
.hover\:ring-orange-200\/15:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.15);
}
.hover\:ring-orange-200\/20:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.2);
}
.hover\:ring-orange-200\/25:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.25);
}
.hover\:ring-orange-200\/30:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.3);
}
.hover\:ring-orange-200\/35:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.35);
}
.hover\:ring-orange-200\/40:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.4);
}
.hover\:ring-orange-200\/45:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.45);
}
.hover\:ring-orange-200\/5:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.05);
}
.hover\:ring-orange-200\/50:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.5);
}
.hover\:ring-orange-200\/55:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.55);
}
.hover\:ring-orange-200\/60:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.6);
}
.hover\:ring-orange-200\/65:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.65);
}
.hover\:ring-orange-200\/70:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.7);
}
.hover\:ring-orange-200\/75:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.75);
}
.hover\:ring-orange-200\/80:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.8);
}
.hover\:ring-orange-200\/85:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.85);
}
.hover\:ring-orange-200\/90:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.9);
}
.hover\:ring-orange-200\/95:hover {
    --tw-ring-color: hsla(32, 98%, 83%, 0.95);
}
.hover\:ring-orange-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-300\/0:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0);
}
.hover\:ring-orange-300\/10:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.1);
}
.hover\:ring-orange-300\/100:hover {
    --tw-ring-color: #fdba74;
}
.hover\:ring-orange-300\/15:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.15);
}
.hover\:ring-orange-300\/20:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.2);
}
.hover\:ring-orange-300\/25:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.25);
}
.hover\:ring-orange-300\/30:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.3);
}
.hover\:ring-orange-300\/35:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.35);
}
.hover\:ring-orange-300\/40:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.4);
}
.hover\:ring-orange-300\/45:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.45);
}
.hover\:ring-orange-300\/5:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.05);
}
.hover\:ring-orange-300\/50:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.5);
}
.hover\:ring-orange-300\/55:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.55);
}
.hover\:ring-orange-300\/60:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.6);
}
.hover\:ring-orange-300\/65:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.65);
}
.hover\:ring-orange-300\/70:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.7);
}
.hover\:ring-orange-300\/75:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.75);
}
.hover\:ring-orange-300\/80:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.8);
}
.hover\:ring-orange-300\/85:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.85);
}
.hover\:ring-orange-300\/90:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.9);
}
.hover\:ring-orange-300\/95:hover {
    --tw-ring-color: hsla(31, 97%, 72%, 0.95);
}
.hover\:ring-orange-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-400\/0:hover {
    --tw-ring-color: rgba(251, 146, 60, 0);
}
.hover\:ring-orange-400\/10:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.1);
}
.hover\:ring-orange-400\/100:hover {
    --tw-ring-color: #fb923c;
}
.hover\:ring-orange-400\/15:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.15);
}
.hover\:ring-orange-400\/20:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.2);
}
.hover\:ring-orange-400\/25:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.25);
}
.hover\:ring-orange-400\/30:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.3);
}
.hover\:ring-orange-400\/35:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.35);
}
.hover\:ring-orange-400\/40:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.4);
}
.hover\:ring-orange-400\/45:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.45);
}
.hover\:ring-orange-400\/5:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.05);
}
.hover\:ring-orange-400\/50:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.5);
}
.hover\:ring-orange-400\/55:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.55);
}
.hover\:ring-orange-400\/60:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.6);
}
.hover\:ring-orange-400\/65:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.65);
}
.hover\:ring-orange-400\/70:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.7);
}
.hover\:ring-orange-400\/75:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.75);
}
.hover\:ring-orange-400\/80:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.8);
}
.hover\:ring-orange-400\/85:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.85);
}
.hover\:ring-orange-400\/90:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.9);
}
.hover\:ring-orange-400\/95:hover {
    --tw-ring-color: rgba(251, 146, 60, 0.95);
}
.hover\:ring-orange-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-50\/0:hover {
    --tw-ring-color: rgba(255, 247, 237, 0);
}
.hover\:ring-orange-50\/10:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.1);
}
.hover\:ring-orange-50\/100:hover {
    --tw-ring-color: #fff7ed;
}
.hover\:ring-orange-50\/15:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.15);
}
.hover\:ring-orange-50\/20:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.2);
}
.hover\:ring-orange-50\/25:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.25);
}
.hover\:ring-orange-50\/30:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.3);
}
.hover\:ring-orange-50\/35:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.35);
}
.hover\:ring-orange-50\/40:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.4);
}
.hover\:ring-orange-50\/45:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.45);
}
.hover\:ring-orange-50\/5:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.05);
}
.hover\:ring-orange-50\/50:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.5);
}
.hover\:ring-orange-50\/55:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.55);
}
.hover\:ring-orange-50\/60:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.6);
}
.hover\:ring-orange-50\/65:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.65);
}
.hover\:ring-orange-50\/70:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.7);
}
.hover\:ring-orange-50\/75:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.75);
}
.hover\:ring-orange-50\/80:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.8);
}
.hover\:ring-orange-50\/85:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.85);
}
.hover\:ring-orange-50\/90:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.9);
}
.hover\:ring-orange-50\/95:hover {
    --tw-ring-color: rgba(255, 247, 237, 0.95);
}
.hover\:ring-orange-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-500\/0:hover {
    --tw-ring-color: rgba(249, 115, 22, 0);
}
.hover\:ring-orange-500\/10:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.1);
}
.hover\:ring-orange-500\/100:hover {
    --tw-ring-color: #f97316;
}
.hover\:ring-orange-500\/15:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.15);
}
.hover\:ring-orange-500\/20:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.2);
}
.hover\:ring-orange-500\/25:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.25);
}
.hover\:ring-orange-500\/30:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.3);
}
.hover\:ring-orange-500\/35:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.35);
}
.hover\:ring-orange-500\/40:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.4);
}
.hover\:ring-orange-500\/45:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.45);
}
.hover\:ring-orange-500\/5:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.05);
}
.hover\:ring-orange-500\/50:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.5);
}
.hover\:ring-orange-500\/55:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.55);
}
.hover\:ring-orange-500\/60:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.6);
}
.hover\:ring-orange-500\/65:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.65);
}
.hover\:ring-orange-500\/70:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.7);
}
.hover\:ring-orange-500\/75:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.75);
}
.hover\:ring-orange-500\/80:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.8);
}
.hover\:ring-orange-500\/85:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.85);
}
.hover\:ring-orange-500\/90:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.9);
}
.hover\:ring-orange-500\/95:hover {
    --tw-ring-color: rgba(249, 115, 22, 0.95);
}
.hover\:ring-orange-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-600\/0:hover {
    --tw-ring-color: rgba(234, 88, 12, 0);
}
.hover\:ring-orange-600\/10:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.1);
}
.hover\:ring-orange-600\/100:hover {
    --tw-ring-color: #ea580c;
}
.hover\:ring-orange-600\/15:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.15);
}
.hover\:ring-orange-600\/20:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.2);
}
.hover\:ring-orange-600\/25:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.25);
}
.hover\:ring-orange-600\/30:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.3);
}
.hover\:ring-orange-600\/35:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.35);
}
.hover\:ring-orange-600\/40:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.4);
}
.hover\:ring-orange-600\/45:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.45);
}
.hover\:ring-orange-600\/5:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.05);
}
.hover\:ring-orange-600\/50:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.5);
}
.hover\:ring-orange-600\/55:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.55);
}
.hover\:ring-orange-600\/60:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.6);
}
.hover\:ring-orange-600\/65:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.65);
}
.hover\:ring-orange-600\/70:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.7);
}
.hover\:ring-orange-600\/75:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.75);
}
.hover\:ring-orange-600\/80:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.8);
}
.hover\:ring-orange-600\/85:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.85);
}
.hover\:ring-orange-600\/90:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.9);
}
.hover\:ring-orange-600\/95:hover {
    --tw-ring-color: rgba(234, 88, 12, 0.95);
}
.hover\:ring-orange-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-700\/0:hover {
    --tw-ring-color: rgba(194, 65, 12, 0);
}
.hover\:ring-orange-700\/10:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.1);
}
.hover\:ring-orange-700\/100:hover {
    --tw-ring-color: #c2410c;
}
.hover\:ring-orange-700\/15:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.15);
}
.hover\:ring-orange-700\/20:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.2);
}
.hover\:ring-orange-700\/25:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.25);
}
.hover\:ring-orange-700\/30:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.3);
}
.hover\:ring-orange-700\/35:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.35);
}
.hover\:ring-orange-700\/40:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.4);
}
.hover\:ring-orange-700\/45:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.45);
}
.hover\:ring-orange-700\/5:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.05);
}
.hover\:ring-orange-700\/50:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.5);
}
.hover\:ring-orange-700\/55:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.55);
}
.hover\:ring-orange-700\/60:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.6);
}
.hover\:ring-orange-700\/65:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.65);
}
.hover\:ring-orange-700\/70:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.7);
}
.hover\:ring-orange-700\/75:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.75);
}
.hover\:ring-orange-700\/80:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.8);
}
.hover\:ring-orange-700\/85:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.85);
}
.hover\:ring-orange-700\/90:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.9);
}
.hover\:ring-orange-700\/95:hover {
    --tw-ring-color: rgba(194, 65, 12, 0.95);
}
.hover\:ring-orange-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-800\/0:hover {
    --tw-ring-color: rgba(154, 52, 18, 0);
}
.hover\:ring-orange-800\/10:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.1);
}
.hover\:ring-orange-800\/100:hover {
    --tw-ring-color: #9a3412;
}
.hover\:ring-orange-800\/15:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.15);
}
.hover\:ring-orange-800\/20:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.2);
}
.hover\:ring-orange-800\/25:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.25);
}
.hover\:ring-orange-800\/30:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.3);
}
.hover\:ring-orange-800\/35:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.35);
}
.hover\:ring-orange-800\/40:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.4);
}
.hover\:ring-orange-800\/45:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.45);
}
.hover\:ring-orange-800\/5:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.05);
}
.hover\:ring-orange-800\/50:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.5);
}
.hover\:ring-orange-800\/55:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.55);
}
.hover\:ring-orange-800\/60:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.6);
}
.hover\:ring-orange-800\/65:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.65);
}
.hover\:ring-orange-800\/70:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.7);
}
.hover\:ring-orange-800\/75:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.75);
}
.hover\:ring-orange-800\/80:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.8);
}
.hover\:ring-orange-800\/85:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.85);
}
.hover\:ring-orange-800\/90:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.9);
}
.hover\:ring-orange-800\/95:hover {
    --tw-ring-color: rgba(154, 52, 18, 0.95);
}
.hover\:ring-orange-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}
.hover\:ring-orange-900\/0:hover {
    --tw-ring-color: rgba(124, 45, 18, 0);
}
.hover\:ring-orange-900\/10:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.1);
}
.hover\:ring-orange-900\/100:hover {
    --tw-ring-color: #7c2d12;
}
.hover\:ring-orange-900\/15:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.15);
}
.hover\:ring-orange-900\/20:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.2);
}
.hover\:ring-orange-900\/25:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.25);
}
.hover\:ring-orange-900\/30:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.3);
}
.hover\:ring-orange-900\/35:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.35);
}
.hover\:ring-orange-900\/40:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.4);
}
.hover\:ring-orange-900\/45:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.45);
}
.hover\:ring-orange-900\/5:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.05);
}
.hover\:ring-orange-900\/50:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.5);
}
.hover\:ring-orange-900\/55:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.55);
}
.hover\:ring-orange-900\/60:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.6);
}
.hover\:ring-orange-900\/65:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.65);
}
.hover\:ring-orange-900\/70:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.7);
}
.hover\:ring-orange-900\/75:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.75);
}
.hover\:ring-orange-900\/80:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.8);
}
.hover\:ring-orange-900\/85:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.85);
}
.hover\:ring-orange-900\/90:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.9);
}
.hover\:ring-orange-900\/95:hover {
    --tw-ring-color: rgba(124, 45, 18, 0.95);
}
.hover\:ring-pink-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-100\/0:hover {
    --tw-ring-color: rgba(252, 231, 243, 0);
}
.hover\:ring-pink-100\/10:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.1);
}
.hover\:ring-pink-100\/100:hover {
    --tw-ring-color: #fce7f3;
}
.hover\:ring-pink-100\/15:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.15);
}
.hover\:ring-pink-100\/20:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.2);
}
.hover\:ring-pink-100\/25:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.25);
}
.hover\:ring-pink-100\/30:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.3);
}
.hover\:ring-pink-100\/35:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.35);
}
.hover\:ring-pink-100\/40:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.4);
}
.hover\:ring-pink-100\/45:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.45);
}
.hover\:ring-pink-100\/5:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.05);
}
.hover\:ring-pink-100\/50:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.5);
}
.hover\:ring-pink-100\/55:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.55);
}
.hover\:ring-pink-100\/60:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.6);
}
.hover\:ring-pink-100\/65:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.65);
}
.hover\:ring-pink-100\/70:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.7);
}
.hover\:ring-pink-100\/75:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.75);
}
.hover\:ring-pink-100\/80:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.8);
}
.hover\:ring-pink-100\/85:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.85);
}
.hover\:ring-pink-100\/90:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.9);
}
.hover\:ring-pink-100\/95:hover {
    --tw-ring-color: rgba(252, 231, 243, 0.95);
}
.hover\:ring-pink-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-200\/0:hover {
    --tw-ring-color: rgba(251, 207, 232, 0);
}
.hover\:ring-pink-200\/10:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.1);
}
.hover\:ring-pink-200\/100:hover {
    --tw-ring-color: #fbcfe8;
}
.hover\:ring-pink-200\/15:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.15);
}
.hover\:ring-pink-200\/20:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.2);
}
.hover\:ring-pink-200\/25:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.25);
}
.hover\:ring-pink-200\/30:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.3);
}
.hover\:ring-pink-200\/35:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.35);
}
.hover\:ring-pink-200\/40:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.4);
}
.hover\:ring-pink-200\/45:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.45);
}
.hover\:ring-pink-200\/5:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.05);
}
.hover\:ring-pink-200\/50:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.5);
}
.hover\:ring-pink-200\/55:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.55);
}
.hover\:ring-pink-200\/60:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.6);
}
.hover\:ring-pink-200\/65:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.65);
}
.hover\:ring-pink-200\/70:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.7);
}
.hover\:ring-pink-200\/75:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.75);
}
.hover\:ring-pink-200\/80:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.8);
}
.hover\:ring-pink-200\/85:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.85);
}
.hover\:ring-pink-200\/90:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.9);
}
.hover\:ring-pink-200\/95:hover {
    --tw-ring-color: rgba(251, 207, 232, 0.95);
}
.hover\:ring-pink-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-300\/0:hover {
    --tw-ring-color: rgba(249, 168, 212, 0);
}
.hover\:ring-pink-300\/10:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.1);
}
.hover\:ring-pink-300\/100:hover {
    --tw-ring-color: #f9a8d4;
}
.hover\:ring-pink-300\/15:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.15);
}
.hover\:ring-pink-300\/20:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.2);
}
.hover\:ring-pink-300\/25:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.25);
}
.hover\:ring-pink-300\/30:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.3);
}
.hover\:ring-pink-300\/35:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.35);
}
.hover\:ring-pink-300\/40:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.4);
}
.hover\:ring-pink-300\/45:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.45);
}
.hover\:ring-pink-300\/5:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.05);
}
.hover\:ring-pink-300\/50:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.5);
}
.hover\:ring-pink-300\/55:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.55);
}
.hover\:ring-pink-300\/60:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.6);
}
.hover\:ring-pink-300\/65:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.65);
}
.hover\:ring-pink-300\/70:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.7);
}
.hover\:ring-pink-300\/75:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.75);
}
.hover\:ring-pink-300\/80:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.8);
}
.hover\:ring-pink-300\/85:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.85);
}
.hover\:ring-pink-300\/90:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.9);
}
.hover\:ring-pink-300\/95:hover {
    --tw-ring-color: rgba(249, 168, 212, 0.95);
}
.hover\:ring-pink-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-400\/0:hover {
    --tw-ring-color: rgba(244, 114, 182, 0);
}
.hover\:ring-pink-400\/10:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.1);
}
.hover\:ring-pink-400\/100:hover {
    --tw-ring-color: #f472b6;
}
.hover\:ring-pink-400\/15:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.15);
}
.hover\:ring-pink-400\/20:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.2);
}
.hover\:ring-pink-400\/25:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.25);
}
.hover\:ring-pink-400\/30:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.3);
}
.hover\:ring-pink-400\/35:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.35);
}
.hover\:ring-pink-400\/40:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.4);
}
.hover\:ring-pink-400\/45:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.45);
}
.hover\:ring-pink-400\/5:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.05);
}
.hover\:ring-pink-400\/50:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.5);
}
.hover\:ring-pink-400\/55:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.55);
}
.hover\:ring-pink-400\/60:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.6);
}
.hover\:ring-pink-400\/65:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.65);
}
.hover\:ring-pink-400\/70:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.7);
}
.hover\:ring-pink-400\/75:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.75);
}
.hover\:ring-pink-400\/80:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.8);
}
.hover\:ring-pink-400\/85:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.85);
}
.hover\:ring-pink-400\/90:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.9);
}
.hover\:ring-pink-400\/95:hover {
    --tw-ring-color: rgba(244, 114, 182, 0.95);
}
.hover\:ring-pink-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-50\/0:hover {
    --tw-ring-color: rgba(253, 242, 248, 0);
}
.hover\:ring-pink-50\/10:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.1);
}
.hover\:ring-pink-50\/100:hover {
    --tw-ring-color: #fdf2f8;
}
.hover\:ring-pink-50\/15:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.15);
}
.hover\:ring-pink-50\/20:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.2);
}
.hover\:ring-pink-50\/25:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.25);
}
.hover\:ring-pink-50\/30:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.3);
}
.hover\:ring-pink-50\/35:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.35);
}
.hover\:ring-pink-50\/40:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.4);
}
.hover\:ring-pink-50\/45:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.45);
}
.hover\:ring-pink-50\/5:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.05);
}
.hover\:ring-pink-50\/50:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.5);
}
.hover\:ring-pink-50\/55:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.55);
}
.hover\:ring-pink-50\/60:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.6);
}
.hover\:ring-pink-50\/65:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.65);
}
.hover\:ring-pink-50\/70:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.7);
}
.hover\:ring-pink-50\/75:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.75);
}
.hover\:ring-pink-50\/80:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.8);
}
.hover\:ring-pink-50\/85:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.85);
}
.hover\:ring-pink-50\/90:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.9);
}
.hover\:ring-pink-50\/95:hover {
    --tw-ring-color: rgba(253, 242, 248, 0.95);
}
.hover\:ring-pink-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-500\/0:hover {
    --tw-ring-color: rgba(236, 72, 153, 0);
}
.hover\:ring-pink-500\/10:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.1);
}
.hover\:ring-pink-500\/100:hover {
    --tw-ring-color: #ec4899;
}
.hover\:ring-pink-500\/15:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.15);
}
.hover\:ring-pink-500\/20:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.2);
}
.hover\:ring-pink-500\/25:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.25);
}
.hover\:ring-pink-500\/30:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.3);
}
.hover\:ring-pink-500\/35:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.35);
}
.hover\:ring-pink-500\/40:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.4);
}
.hover\:ring-pink-500\/45:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.45);
}
.hover\:ring-pink-500\/5:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.05);
}
.hover\:ring-pink-500\/50:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.5);
}
.hover\:ring-pink-500\/55:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.55);
}
.hover\:ring-pink-500\/60:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.6);
}
.hover\:ring-pink-500\/65:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.65);
}
.hover\:ring-pink-500\/70:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.7);
}
.hover\:ring-pink-500\/75:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.75);
}
.hover\:ring-pink-500\/80:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.8);
}
.hover\:ring-pink-500\/85:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.85);
}
.hover\:ring-pink-500\/90:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.9);
}
.hover\:ring-pink-500\/95:hover {
    --tw-ring-color: rgba(236, 72, 153, 0.95);
}
.hover\:ring-pink-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-600\/0:hover {
    --tw-ring-color: rgba(219, 39, 119, 0);
}
.hover\:ring-pink-600\/10:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.1);
}
.hover\:ring-pink-600\/100:hover {
    --tw-ring-color: #db2777;
}
.hover\:ring-pink-600\/15:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.15);
}
.hover\:ring-pink-600\/20:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.2);
}
.hover\:ring-pink-600\/25:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.25);
}
.hover\:ring-pink-600\/30:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.3);
}
.hover\:ring-pink-600\/35:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.35);
}
.hover\:ring-pink-600\/40:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.4);
}
.hover\:ring-pink-600\/45:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.45);
}
.hover\:ring-pink-600\/5:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.05);
}
.hover\:ring-pink-600\/50:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.5);
}
.hover\:ring-pink-600\/55:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.55);
}
.hover\:ring-pink-600\/60:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.6);
}
.hover\:ring-pink-600\/65:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.65);
}
.hover\:ring-pink-600\/70:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.7);
}
.hover\:ring-pink-600\/75:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.75);
}
.hover\:ring-pink-600\/80:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.8);
}
.hover\:ring-pink-600\/85:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.85);
}
.hover\:ring-pink-600\/90:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.9);
}
.hover\:ring-pink-600\/95:hover {
    --tw-ring-color: rgba(219, 39, 119, 0.95);
}
.hover\:ring-pink-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-700\/0:hover {
    --tw-ring-color: rgba(190, 24, 93, 0);
}
.hover\:ring-pink-700\/10:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.1);
}
.hover\:ring-pink-700\/100:hover {
    --tw-ring-color: #be185d;
}
.hover\:ring-pink-700\/15:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.15);
}
.hover\:ring-pink-700\/20:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.2);
}
.hover\:ring-pink-700\/25:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.25);
}
.hover\:ring-pink-700\/30:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.3);
}
.hover\:ring-pink-700\/35:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.35);
}
.hover\:ring-pink-700\/40:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.4);
}
.hover\:ring-pink-700\/45:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.45);
}
.hover\:ring-pink-700\/5:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.05);
}
.hover\:ring-pink-700\/50:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.5);
}
.hover\:ring-pink-700\/55:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.55);
}
.hover\:ring-pink-700\/60:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.6);
}
.hover\:ring-pink-700\/65:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.65);
}
.hover\:ring-pink-700\/70:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.7);
}
.hover\:ring-pink-700\/75:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.75);
}
.hover\:ring-pink-700\/80:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.8);
}
.hover\:ring-pink-700\/85:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.85);
}
.hover\:ring-pink-700\/90:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.9);
}
.hover\:ring-pink-700\/95:hover {
    --tw-ring-color: rgba(190, 24, 93, 0.95);
}
.hover\:ring-pink-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-800\/0:hover {
    --tw-ring-color: rgba(157, 23, 77, 0);
}
.hover\:ring-pink-800\/10:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.1);
}
.hover\:ring-pink-800\/100:hover {
    --tw-ring-color: #9d174d;
}
.hover\:ring-pink-800\/15:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.15);
}
.hover\:ring-pink-800\/20:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.2);
}
.hover\:ring-pink-800\/25:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.25);
}
.hover\:ring-pink-800\/30:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.3);
}
.hover\:ring-pink-800\/35:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.35);
}
.hover\:ring-pink-800\/40:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.4);
}
.hover\:ring-pink-800\/45:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.45);
}
.hover\:ring-pink-800\/5:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.05);
}
.hover\:ring-pink-800\/50:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.5);
}
.hover\:ring-pink-800\/55:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.55);
}
.hover\:ring-pink-800\/60:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.6);
}
.hover\:ring-pink-800\/65:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.65);
}
.hover\:ring-pink-800\/70:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.7);
}
.hover\:ring-pink-800\/75:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.75);
}
.hover\:ring-pink-800\/80:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.8);
}
.hover\:ring-pink-800\/85:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.85);
}
.hover\:ring-pink-800\/90:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.9);
}
.hover\:ring-pink-800\/95:hover {
    --tw-ring-color: rgba(157, 23, 77, 0.95);
}
.hover\:ring-pink-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}
.hover\:ring-pink-900\/0:hover {
    --tw-ring-color: rgba(131, 24, 67, 0);
}
.hover\:ring-pink-900\/10:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.1);
}
.hover\:ring-pink-900\/100:hover {
    --tw-ring-color: #831843;
}
.hover\:ring-pink-900\/15:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.15);
}
.hover\:ring-pink-900\/20:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.2);
}
.hover\:ring-pink-900\/25:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.25);
}
.hover\:ring-pink-900\/30:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.3);
}
.hover\:ring-pink-900\/35:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.35);
}
.hover\:ring-pink-900\/40:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.4);
}
.hover\:ring-pink-900\/45:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.45);
}
.hover\:ring-pink-900\/5:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.05);
}
.hover\:ring-pink-900\/50:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.5);
}
.hover\:ring-pink-900\/55:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.55);
}
.hover\:ring-pink-900\/60:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.6);
}
.hover\:ring-pink-900\/65:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.65);
}
.hover\:ring-pink-900\/70:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.7);
}
.hover\:ring-pink-900\/75:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.75);
}
.hover\:ring-pink-900\/80:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.8);
}
.hover\:ring-pink-900\/85:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.85);
}
.hover\:ring-pink-900\/90:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.9);
}
.hover\:ring-pink-900\/95:hover {
    --tw-ring-color: rgba(131, 24, 67, 0.95);
}
.hover\:ring-police-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 204 204 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-100\/0:hover {
    --tw-ring-color: rgba(153, 204, 204, 0);
}
.hover\:ring-police-100\/10:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.1);
}
.hover\:ring-police-100\/100:hover {
    --tw-ring-color: #9cc;
}
.hover\:ring-police-100\/15:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.15);
}
.hover\:ring-police-100\/20:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.2);
}
.hover\:ring-police-100\/25:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.25);
}
.hover\:ring-police-100\/30:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.3);
}
.hover\:ring-police-100\/35:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.35);
}
.hover\:ring-police-100\/40:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.4);
}
.hover\:ring-police-100\/45:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.45);
}
.hover\:ring-police-100\/5:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.05);
}
.hover\:ring-police-100\/50:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.5);
}
.hover\:ring-police-100\/55:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.55);
}
.hover\:ring-police-100\/60:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.6);
}
.hover\:ring-police-100\/65:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.65);
}
.hover\:ring-police-100\/70:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.7);
}
.hover\:ring-police-100\/75:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.75);
}
.hover\:ring-police-100\/80:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.8);
}
.hover\:ring-police-100\/85:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.85);
}
.hover\:ring-police-100\/90:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.9);
}
.hover\:ring-police-100\/95:hover {
    --tw-ring-color: rgba(153, 204, 204, 0.95);
}
.hover\:ring-police-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 133 214 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-200\/0:hover {
    --tw-ring-color: rgba(133, 133, 214, 0);
}
.hover\:ring-police-200\/10:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.1);
}
.hover\:ring-police-200\/100:hover {
    --tw-ring-color: #8585d6;
}
.hover\:ring-police-200\/15:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.15);
}
.hover\:ring-police-200\/20:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.2);
}
.hover\:ring-police-200\/25:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.25);
}
.hover\:ring-police-200\/30:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.3);
}
.hover\:ring-police-200\/35:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.35);
}
.hover\:ring-police-200\/40:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.4);
}
.hover\:ring-police-200\/45:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.45);
}
.hover\:ring-police-200\/5:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.05);
}
.hover\:ring-police-200\/50:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.5);
}
.hover\:ring-police-200\/55:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.55);
}
.hover\:ring-police-200\/60:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.6);
}
.hover\:ring-police-200\/65:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.65);
}
.hover\:ring-police-200\/70:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.7);
}
.hover\:ring-police-200\/75:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.75);
}
.hover\:ring-police-200\/80:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.8);
}
.hover\:ring-police-200\/85:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.85);
}
.hover\:ring-police-200\/90:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.9);
}
.hover\:ring-police-200\/95:hover {
    --tw-ring-color: rgba(133, 133, 214, 0.95);
}
.hover\:ring-police-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 106 205 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-300\/0:hover {
    --tw-ring-color: rgba(106, 106, 205, 0);
}
.hover\:ring-police-300\/10:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.1);
}
.hover\:ring-police-300\/100:hover {
    --tw-ring-color: #6a6acd;
}
.hover\:ring-police-300\/15:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.15);
}
.hover\:ring-police-300\/20:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.2);
}
.hover\:ring-police-300\/25:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.25);
}
.hover\:ring-police-300\/30:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.3);
}
.hover\:ring-police-300\/35:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.35);
}
.hover\:ring-police-300\/40:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.4);
}
.hover\:ring-police-300\/45:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.45);
}
.hover\:ring-police-300\/5:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.05);
}
.hover\:ring-police-300\/50:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.5);
}
.hover\:ring-police-300\/55:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.55);
}
.hover\:ring-police-300\/60:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.6);
}
.hover\:ring-police-300\/65:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.65);
}
.hover\:ring-police-300\/70:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.7);
}
.hover\:ring-police-300\/75:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.75);
}
.hover\:ring-police-300\/80:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.8);
}
.hover\:ring-police-300\/85:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.85);
}
.hover\:ring-police-300\/90:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.9);
}
.hover\:ring-police-300\/95:hover {
    --tw-ring-color: rgba(106, 106, 205, 0.95);
}
.hover\:ring-police-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 79 196 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-400\/0:hover {
    --tw-ring-color: rgba(79, 79, 196, 0);
}
.hover\:ring-police-400\/10:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.1);
}
.hover\:ring-police-400\/100:hover {
    --tw-ring-color: #4f4fc4;
}
.hover\:ring-police-400\/15:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.15);
}
.hover\:ring-police-400\/20:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.2);
}
.hover\:ring-police-400\/25:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.25);
}
.hover\:ring-police-400\/30:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.3);
}
.hover\:ring-police-400\/35:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.35);
}
.hover\:ring-police-400\/40:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.4);
}
.hover\:ring-police-400\/45:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.45);
}
.hover\:ring-police-400\/5:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.05);
}
.hover\:ring-police-400\/50:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.5);
}
.hover\:ring-police-400\/55:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.55);
}
.hover\:ring-police-400\/60:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.6);
}
.hover\:ring-police-400\/65:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.65);
}
.hover\:ring-police-400\/70:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.7);
}
.hover\:ring-police-400\/75:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.75);
}
.hover\:ring-police-400\/80:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.8);
}
.hover\:ring-police-400\/85:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.85);
}
.hover\:ring-police-400\/90:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.9);
}
.hover\:ring-police-400\/95:hover {
    --tw-ring-color: rgba(79, 79, 196, 0.95);
}
.hover\:ring-police-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(194 194 235 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-50\/0:hover {
    --tw-ring-color: rgba(194, 194, 235, 0);
}
.hover\:ring-police-50\/10:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.1);
}
.hover\:ring-police-50\/100:hover {
    --tw-ring-color: #c2c2eb;
}
.hover\:ring-police-50\/15:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.15);
}
.hover\:ring-police-50\/20:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.2);
}
.hover\:ring-police-50\/25:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.25);
}
.hover\:ring-police-50\/30:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.3);
}
.hover\:ring-police-50\/35:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.35);
}
.hover\:ring-police-50\/40:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.4);
}
.hover\:ring-police-50\/45:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.45);
}
.hover\:ring-police-50\/5:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.05);
}
.hover\:ring-police-50\/50:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.5);
}
.hover\:ring-police-50\/55:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.55);
}
.hover\:ring-police-50\/60:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.6);
}
.hover\:ring-police-50\/65:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.65);
}
.hover\:ring-police-50\/70:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.7);
}
.hover\:ring-police-50\/75:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.75);
}
.hover\:ring-police-50\/80:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.8);
}
.hover\:ring-police-50\/85:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.85);
}
.hover\:ring-police-50\/90:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.9);
}
.hover\:ring-police-50\/95:hover {
    --tw-ring-color: rgba(194, 194, 235, 0.95);
}
.hover\:ring-police-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(60 60 180 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-500\/0:hover {
    --tw-ring-color: rgba(60, 60, 180, 0);
}
.hover\:ring-police-500\/10:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.1);
}
.hover\:ring-police-500\/100:hover {
    --tw-ring-color: #3c3cb4;
}
.hover\:ring-police-500\/15:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.15);
}
.hover\:ring-police-500\/20:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.2);
}
.hover\:ring-police-500\/25:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.25);
}
.hover\:ring-police-500\/30:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.3);
}
.hover\:ring-police-500\/35:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.35);
}
.hover\:ring-police-500\/40:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.4);
}
.hover\:ring-police-500\/45:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.45);
}
.hover\:ring-police-500\/5:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.05);
}
.hover\:ring-police-500\/50:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.5);
}
.hover\:ring-police-500\/55:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.55);
}
.hover\:ring-police-500\/60:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.6);
}
.hover\:ring-police-500\/65:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.65);
}
.hover\:ring-police-500\/70:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.7);
}
.hover\:ring-police-500\/75:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.75);
}
.hover\:ring-police-500\/80:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.8);
}
.hover\:ring-police-500\/85:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.85);
}
.hover\:ring-police-500\/90:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.9);
}
.hover\:ring-police-500\/95:hover {
    --tw-ring-color: rgba(60, 60, 180, 0.95);
}
.hover\:ring-police-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 51 153 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-600\/0:hover {
    --tw-ring-color: rgba(51, 51, 153, 0);
}
.hover\:ring-police-600\/10:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.1);
}
.hover\:ring-police-600\/100:hover {
    --tw-ring-color: #339;
}
.hover\:ring-police-600\/15:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.15);
}
.hover\:ring-police-600\/20:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.2);
}
.hover\:ring-police-600\/25:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.25);
}
.hover\:ring-police-600\/30:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.3);
}
.hover\:ring-police-600\/35:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.35);
}
.hover\:ring-police-600\/40:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.4);
}
.hover\:ring-police-600\/45:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.45);
}
.hover\:ring-police-600\/5:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.05);
}
.hover\:ring-police-600\/50:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.5);
}
.hover\:ring-police-600\/55:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.55);
}
.hover\:ring-police-600\/60:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.6);
}
.hover\:ring-police-600\/65:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.65);
}
.hover\:ring-police-600\/70:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.7);
}
.hover\:ring-police-600\/75:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.75);
}
.hover\:ring-police-600\/80:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.8);
}
.hover\:ring-police-600\/85:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.85);
}
.hover\:ring-police-600\/90:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.9);
}
.hover\:ring-police-600\/95:hover {
    --tw-ring-color: rgba(51, 51, 153, 0.95);
}
.hover\:ring-police-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 37 111 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-700\/0:hover {
    --tw-ring-color: rgba(37, 37, 111, 0);
}
.hover\:ring-police-700\/10:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.1);
}
.hover\:ring-police-700\/100:hover {
    --tw-ring-color: #25256f;
}
.hover\:ring-police-700\/15:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.15);
}
.hover\:ring-police-700\/20:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.2);
}
.hover\:ring-police-700\/25:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.25);
}
.hover\:ring-police-700\/30:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.3);
}
.hover\:ring-police-700\/35:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.35);
}
.hover\:ring-police-700\/40:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.4);
}
.hover\:ring-police-700\/45:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.45);
}
.hover\:ring-police-700\/5:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.05);
}
.hover\:ring-police-700\/50:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.5);
}
.hover\:ring-police-700\/55:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.55);
}
.hover\:ring-police-700\/60:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.6);
}
.hover\:ring-police-700\/65:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.65);
}
.hover\:ring-police-700\/70:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.7);
}
.hover\:ring-police-700\/75:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.75);
}
.hover\:ring-police-700\/80:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.8);
}
.hover\:ring-police-700\/85:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.85);
}
.hover\:ring-police-700\/90:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.9);
}
.hover\:ring-police-700\/95:hover {
    --tw-ring-color: rgba(37, 37, 111, 0.95);
}
.hover\:ring-police-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 69 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-800\/0:hover {
    --tw-ring-color: rgba(23, 23, 69, 0);
}
.hover\:ring-police-800\/10:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.1);
}
.hover\:ring-police-800\/100:hover {
    --tw-ring-color: #171745;
}
.hover\:ring-police-800\/15:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.15);
}
.hover\:ring-police-800\/20:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.2);
}
.hover\:ring-police-800\/25:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.25);
}
.hover\:ring-police-800\/30:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.3);
}
.hover\:ring-police-800\/35:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.35);
}
.hover\:ring-police-800\/40:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.4);
}
.hover\:ring-police-800\/45:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.45);
}
.hover\:ring-police-800\/5:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.05);
}
.hover\:ring-police-800\/50:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.5);
}
.hover\:ring-police-800\/55:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.55);
}
.hover\:ring-police-800\/60:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.6);
}
.hover\:ring-police-800\/65:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.65);
}
.hover\:ring-police-800\/70:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.7);
}
.hover\:ring-police-800\/75:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.75);
}
.hover\:ring-police-800\/80:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.8);
}
.hover\:ring-police-800\/85:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.85);
}
.hover\:ring-police-800\/90:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.9);
}
.hover\:ring-police-800\/95:hover {
    --tw-ring-color: rgba(23, 23, 69, 0.95);
}
.hover\:ring-police-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(9 9 27 / var(--tw-ring-opacity, 1));
}
.hover\:ring-police-900\/0:hover {
    --tw-ring-color: rgba(9, 9, 27, 0);
}
.hover\:ring-police-900\/10:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.1);
}
.hover\:ring-police-900\/100:hover {
    --tw-ring-color: #09091b;
}
.hover\:ring-police-900\/15:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.15);
}
.hover\:ring-police-900\/20:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.2);
}
.hover\:ring-police-900\/25:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.25);
}
.hover\:ring-police-900\/30:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.3);
}
.hover\:ring-police-900\/35:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.35);
}
.hover\:ring-police-900\/40:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.4);
}
.hover\:ring-police-900\/45:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.45);
}
.hover\:ring-police-900\/5:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.05);
}
.hover\:ring-police-900\/50:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.5);
}
.hover\:ring-police-900\/55:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.55);
}
.hover\:ring-police-900\/60:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.6);
}
.hover\:ring-police-900\/65:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.65);
}
.hover\:ring-police-900\/70:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.7);
}
.hover\:ring-police-900\/75:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.75);
}
.hover\:ring-police-900\/80:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.8);
}
.hover\:ring-police-900\/85:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.85);
}
.hover\:ring-police-900\/90:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.9);
}
.hover\:ring-police-900\/95:hover {
    --tw-ring-color: rgba(9, 9, 27, 0.95);
}
.hover\:ring-positive-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.hover\:ring-primary-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-100\/0:hover {
    --tw-ring-color: rgba(237, 233, 254, 0);
}
.hover\:ring-purple-100\/10:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.1);
}
.hover\:ring-purple-100\/100:hover {
    --tw-ring-color: #ede9fe;
}
.hover\:ring-purple-100\/15:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.15);
}
.hover\:ring-purple-100\/20:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.2);
}
.hover\:ring-purple-100\/25:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.25);
}
.hover\:ring-purple-100\/30:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.3);
}
.hover\:ring-purple-100\/35:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.35);
}
.hover\:ring-purple-100\/40:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.4);
}
.hover\:ring-purple-100\/45:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.45);
}
.hover\:ring-purple-100\/5:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.05);
}
.hover\:ring-purple-100\/50:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.5);
}
.hover\:ring-purple-100\/55:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.55);
}
.hover\:ring-purple-100\/60:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.6);
}
.hover\:ring-purple-100\/65:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.65);
}
.hover\:ring-purple-100\/70:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.7);
}
.hover\:ring-purple-100\/75:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.75);
}
.hover\:ring-purple-100\/80:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.8);
}
.hover\:ring-purple-100\/85:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.85);
}
.hover\:ring-purple-100\/90:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.9);
}
.hover\:ring-purple-100\/95:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.95);
}
.hover\:ring-purple-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-200\/0:hover {
    --tw-ring-color: rgba(221, 214, 254, 0);
}
.hover\:ring-purple-200\/10:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.1);
}
.hover\:ring-purple-200\/100:hover {
    --tw-ring-color: #ddd6fe;
}
.hover\:ring-purple-200\/15:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.15);
}
.hover\:ring-purple-200\/20:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.2);
}
.hover\:ring-purple-200\/25:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.25);
}
.hover\:ring-purple-200\/30:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.3);
}
.hover\:ring-purple-200\/35:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.35);
}
.hover\:ring-purple-200\/40:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.4);
}
.hover\:ring-purple-200\/45:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.45);
}
.hover\:ring-purple-200\/5:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.05);
}
.hover\:ring-purple-200\/50:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.5);
}
.hover\:ring-purple-200\/55:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.55);
}
.hover\:ring-purple-200\/60:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.6);
}
.hover\:ring-purple-200\/65:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.65);
}
.hover\:ring-purple-200\/70:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.7);
}
.hover\:ring-purple-200\/75:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.75);
}
.hover\:ring-purple-200\/80:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.8);
}
.hover\:ring-purple-200\/85:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.85);
}
.hover\:ring-purple-200\/90:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.9);
}
.hover\:ring-purple-200\/95:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.95);
}
.hover\:ring-purple-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-300\/0:hover {
    --tw-ring-color: rgba(196, 181, 253, 0);
}
.hover\:ring-purple-300\/10:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.1);
}
.hover\:ring-purple-300\/100:hover {
    --tw-ring-color: #c4b5fd;
}
.hover\:ring-purple-300\/15:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.15);
}
.hover\:ring-purple-300\/20:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.2);
}
.hover\:ring-purple-300\/25:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.25);
}
.hover\:ring-purple-300\/30:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.3);
}
.hover\:ring-purple-300\/35:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.35);
}
.hover\:ring-purple-300\/40:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.4);
}
.hover\:ring-purple-300\/45:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.45);
}
.hover\:ring-purple-300\/5:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.05);
}
.hover\:ring-purple-300\/50:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.5);
}
.hover\:ring-purple-300\/55:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.55);
}
.hover\:ring-purple-300\/60:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.6);
}
.hover\:ring-purple-300\/65:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.65);
}
.hover\:ring-purple-300\/70:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.7);
}
.hover\:ring-purple-300\/75:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.75);
}
.hover\:ring-purple-300\/80:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.8);
}
.hover\:ring-purple-300\/85:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.85);
}
.hover\:ring-purple-300\/90:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.9);
}
.hover\:ring-purple-300\/95:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.95);
}
.hover\:ring-purple-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-400\/0:hover {
    --tw-ring-color: rgba(167, 139, 250, 0);
}
.hover\:ring-purple-400\/10:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.1);
}
.hover\:ring-purple-400\/100:hover {
    --tw-ring-color: #a78bfa;
}
.hover\:ring-purple-400\/15:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.15);
}
.hover\:ring-purple-400\/20:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.2);
}
.hover\:ring-purple-400\/25:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.25);
}
.hover\:ring-purple-400\/30:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.3);
}
.hover\:ring-purple-400\/35:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.35);
}
.hover\:ring-purple-400\/40:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.4);
}
.hover\:ring-purple-400\/45:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.45);
}
.hover\:ring-purple-400\/5:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.05);
}
.hover\:ring-purple-400\/50:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.5);
}
.hover\:ring-purple-400\/55:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.55);
}
.hover\:ring-purple-400\/60:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.6);
}
.hover\:ring-purple-400\/65:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.65);
}
.hover\:ring-purple-400\/70:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.7);
}
.hover\:ring-purple-400\/75:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.75);
}
.hover\:ring-purple-400\/80:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.8);
}
.hover\:ring-purple-400\/85:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.85);
}
.hover\:ring-purple-400\/90:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.9);
}
.hover\:ring-purple-400\/95:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.95);
}
.hover\:ring-purple-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-50\/0:hover {
    --tw-ring-color: rgba(245, 243, 255, 0);
}
.hover\:ring-purple-50\/10:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.1);
}
.hover\:ring-purple-50\/100:hover {
    --tw-ring-color: #f5f3ff;
}
.hover\:ring-purple-50\/15:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.15);
}
.hover\:ring-purple-50\/20:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.2);
}
.hover\:ring-purple-50\/25:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.25);
}
.hover\:ring-purple-50\/30:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.3);
}
.hover\:ring-purple-50\/35:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.35);
}
.hover\:ring-purple-50\/40:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.4);
}
.hover\:ring-purple-50\/45:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.45);
}
.hover\:ring-purple-50\/5:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.05);
}
.hover\:ring-purple-50\/50:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.5);
}
.hover\:ring-purple-50\/55:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.55);
}
.hover\:ring-purple-50\/60:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.6);
}
.hover\:ring-purple-50\/65:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.65);
}
.hover\:ring-purple-50\/70:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.7);
}
.hover\:ring-purple-50\/75:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.75);
}
.hover\:ring-purple-50\/80:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.8);
}
.hover\:ring-purple-50\/85:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.85);
}
.hover\:ring-purple-50\/90:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.9);
}
.hover\:ring-purple-50\/95:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.95);
}
.hover\:ring-purple-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-500\/0:hover {
    --tw-ring-color: rgba(139, 92, 246, 0);
}
.hover\:ring-purple-500\/10:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.1);
}
.hover\:ring-purple-500\/100:hover {
    --tw-ring-color: #8b5cf6;
}
.hover\:ring-purple-500\/15:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.15);
}
.hover\:ring-purple-500\/20:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.2);
}
.hover\:ring-purple-500\/25:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.25);
}
.hover\:ring-purple-500\/30:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.3);
}
.hover\:ring-purple-500\/35:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.35);
}
.hover\:ring-purple-500\/40:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.4);
}
.hover\:ring-purple-500\/45:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.45);
}
.hover\:ring-purple-500\/5:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.05);
}
.hover\:ring-purple-500\/50:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.5);
}
.hover\:ring-purple-500\/55:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.55);
}
.hover\:ring-purple-500\/60:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.6);
}
.hover\:ring-purple-500\/65:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.65);
}
.hover\:ring-purple-500\/70:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.7);
}
.hover\:ring-purple-500\/75:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.75);
}
.hover\:ring-purple-500\/80:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.8);
}
.hover\:ring-purple-500\/85:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.85);
}
.hover\:ring-purple-500\/90:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.9);
}
.hover\:ring-purple-500\/95:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.95);
}
.hover\:ring-purple-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-600\/0:hover {
    --tw-ring-color: rgba(124, 58, 237, 0);
}
.hover\:ring-purple-600\/10:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.1);
}
.hover\:ring-purple-600\/100:hover {
    --tw-ring-color: #7c3aed;
}
.hover\:ring-purple-600\/15:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.15);
}
.hover\:ring-purple-600\/20:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.2);
}
.hover\:ring-purple-600\/25:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.25);
}
.hover\:ring-purple-600\/30:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.3);
}
.hover\:ring-purple-600\/35:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.35);
}
.hover\:ring-purple-600\/40:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.4);
}
.hover\:ring-purple-600\/45:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.45);
}
.hover\:ring-purple-600\/5:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.05);
}
.hover\:ring-purple-600\/50:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.5);
}
.hover\:ring-purple-600\/55:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.55);
}
.hover\:ring-purple-600\/60:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.6);
}
.hover\:ring-purple-600\/65:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.65);
}
.hover\:ring-purple-600\/70:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.7);
}
.hover\:ring-purple-600\/75:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.75);
}
.hover\:ring-purple-600\/80:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.8);
}
.hover\:ring-purple-600\/85:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.85);
}
.hover\:ring-purple-600\/90:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.9);
}
.hover\:ring-purple-600\/95:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.95);
}
.hover\:ring-purple-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-700\/0:hover {
    --tw-ring-color: rgba(109, 40, 217, 0);
}
.hover\:ring-purple-700\/10:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.1);
}
.hover\:ring-purple-700\/100:hover {
    --tw-ring-color: #6d28d9;
}
.hover\:ring-purple-700\/15:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.15);
}
.hover\:ring-purple-700\/20:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.2);
}
.hover\:ring-purple-700\/25:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.25);
}
.hover\:ring-purple-700\/30:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.3);
}
.hover\:ring-purple-700\/35:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.35);
}
.hover\:ring-purple-700\/40:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.4);
}
.hover\:ring-purple-700\/45:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.45);
}
.hover\:ring-purple-700\/5:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.05);
}
.hover\:ring-purple-700\/50:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.5);
}
.hover\:ring-purple-700\/55:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.55);
}
.hover\:ring-purple-700\/60:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.6);
}
.hover\:ring-purple-700\/65:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.65);
}
.hover\:ring-purple-700\/70:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.7);
}
.hover\:ring-purple-700\/75:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.75);
}
.hover\:ring-purple-700\/80:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.8);
}
.hover\:ring-purple-700\/85:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.85);
}
.hover\:ring-purple-700\/90:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.9);
}
.hover\:ring-purple-700\/95:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.95);
}
.hover\:ring-purple-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-800\/0:hover {
    --tw-ring-color: rgba(91, 33, 182, 0);
}
.hover\:ring-purple-800\/10:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.1);
}
.hover\:ring-purple-800\/100:hover {
    --tw-ring-color: #5b21b6;
}
.hover\:ring-purple-800\/15:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.15);
}
.hover\:ring-purple-800\/20:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.2);
}
.hover\:ring-purple-800\/25:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.25);
}
.hover\:ring-purple-800\/30:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.3);
}
.hover\:ring-purple-800\/35:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.35);
}
.hover\:ring-purple-800\/40:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.4);
}
.hover\:ring-purple-800\/45:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.45);
}
.hover\:ring-purple-800\/5:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.05);
}
.hover\:ring-purple-800\/50:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.5);
}
.hover\:ring-purple-800\/55:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.55);
}
.hover\:ring-purple-800\/60:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.6);
}
.hover\:ring-purple-800\/65:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.65);
}
.hover\:ring-purple-800\/70:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.7);
}
.hover\:ring-purple-800\/75:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.75);
}
.hover\:ring-purple-800\/80:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.8);
}
.hover\:ring-purple-800\/85:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.85);
}
.hover\:ring-purple-800\/90:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.9);
}
.hover\:ring-purple-800\/95:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.95);
}
.hover\:ring-purple-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}
.hover\:ring-purple-900\/0:hover {
    --tw-ring-color: rgba(76, 29, 149, 0);
}
.hover\:ring-purple-900\/10:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.1);
}
.hover\:ring-purple-900\/100:hover {
    --tw-ring-color: #4c1d95;
}
.hover\:ring-purple-900\/15:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.15);
}
.hover\:ring-purple-900\/20:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.2);
}
.hover\:ring-purple-900\/25:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.25);
}
.hover\:ring-purple-900\/30:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.3);
}
.hover\:ring-purple-900\/35:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.35);
}
.hover\:ring-purple-900\/40:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.4);
}
.hover\:ring-purple-900\/45:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.45);
}
.hover\:ring-purple-900\/5:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.05);
}
.hover\:ring-purple-900\/50:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.5);
}
.hover\:ring-purple-900\/55:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.55);
}
.hover\:ring-purple-900\/60:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.6);
}
.hover\:ring-purple-900\/65:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.65);
}
.hover\:ring-purple-900\/70:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.7);
}
.hover\:ring-purple-900\/75:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.75);
}
.hover\:ring-purple-900\/80:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.8);
}
.hover\:ring-purple-900\/85:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.85);
}
.hover\:ring-purple-900\/90:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.9);
}
.hover\:ring-purple-900\/95:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.95);
}
.hover\:ring-rdv-blue:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-100\/0:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0);
}
.hover\:ring-red-100\/10:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.1);
}
.hover\:ring-red-100\/100:hover {
    --tw-ring-color: #fee2e2;
}
.hover\:ring-red-100\/15:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.15);
}
.hover\:ring-red-100\/20:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.2);
}
.hover\:ring-red-100\/25:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.25);
}
.hover\:ring-red-100\/30:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.3);
}
.hover\:ring-red-100\/35:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.35);
}
.hover\:ring-red-100\/40:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.4);
}
.hover\:ring-red-100\/45:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.45);
}
.hover\:ring-red-100\/5:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.05);
}
.hover\:ring-red-100\/50:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.5);
}
.hover\:ring-red-100\/55:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.55);
}
.hover\:ring-red-100\/60:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.6);
}
.hover\:ring-red-100\/65:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.65);
}
.hover\:ring-red-100\/70:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.7);
}
.hover\:ring-red-100\/75:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.75);
}
.hover\:ring-red-100\/80:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.8);
}
.hover\:ring-red-100\/85:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.85);
}
.hover\:ring-red-100\/90:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.9);
}
.hover\:ring-red-100\/95:hover {
    --tw-ring-color: hsla(0, 93%, 94%, 0.95);
}
.hover\:ring-red-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-200\/0:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0);
}
.hover\:ring-red-200\/10:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.1);
}
.hover\:ring-red-200\/100:hover {
    --tw-ring-color: #fecaca;
}
.hover\:ring-red-200\/15:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.15);
}
.hover\:ring-red-200\/20:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.2);
}
.hover\:ring-red-200\/25:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.25);
}
.hover\:ring-red-200\/30:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.3);
}
.hover\:ring-red-200\/35:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.35);
}
.hover\:ring-red-200\/40:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.4);
}
.hover\:ring-red-200\/45:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.45);
}
.hover\:ring-red-200\/5:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.05);
}
.hover\:ring-red-200\/50:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.5);
}
.hover\:ring-red-200\/55:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.55);
}
.hover\:ring-red-200\/60:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.6);
}
.hover\:ring-red-200\/65:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.65);
}
.hover\:ring-red-200\/70:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.7);
}
.hover\:ring-red-200\/75:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.75);
}
.hover\:ring-red-200\/80:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.8);
}
.hover\:ring-red-200\/85:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.85);
}
.hover\:ring-red-200\/90:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.9);
}
.hover\:ring-red-200\/95:hover {
    --tw-ring-color: hsla(0, 96%, 89%, 0.95);
}
.hover\:ring-red-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-300\/0:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0);
}
.hover\:ring-red-300\/10:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.1);
}
.hover\:ring-red-300\/100:hover {
    --tw-ring-color: #fca5a5;
}
.hover\:ring-red-300\/15:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.15);
}
.hover\:ring-red-300\/20:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.2);
}
.hover\:ring-red-300\/25:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.25);
}
.hover\:ring-red-300\/30:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.3);
}
.hover\:ring-red-300\/35:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.35);
}
.hover\:ring-red-300\/40:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.4);
}
.hover\:ring-red-300\/45:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.45);
}
.hover\:ring-red-300\/5:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.05);
}
.hover\:ring-red-300\/50:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.5);
}
.hover\:ring-red-300\/55:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.55);
}
.hover\:ring-red-300\/60:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.6);
}
.hover\:ring-red-300\/65:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.65);
}
.hover\:ring-red-300\/70:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.7);
}
.hover\:ring-red-300\/75:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.75);
}
.hover\:ring-red-300\/80:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.8);
}
.hover\:ring-red-300\/85:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.85);
}
.hover\:ring-red-300\/90:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.9);
}
.hover\:ring-red-300\/95:hover {
    --tw-ring-color: hsla(0, 94%, 82%, 0.95);
}
.hover\:ring-red-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-400\/0:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0);
}
.hover\:ring-red-400\/10:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.1);
}
.hover\:ring-red-400\/100:hover {
    --tw-ring-color: #f87171;
}
.hover\:ring-red-400\/15:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.15);
}
.hover\:ring-red-400\/20:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.2);
}
.hover\:ring-red-400\/25:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.25);
}
.hover\:ring-red-400\/30:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.3);
}
.hover\:ring-red-400\/35:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.35);
}
.hover\:ring-red-400\/40:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.4);
}
.hover\:ring-red-400\/45:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.45);
}
.hover\:ring-red-400\/5:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.05);
}
.hover\:ring-red-400\/50:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.5);
}
.hover\:ring-red-400\/55:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.55);
}
.hover\:ring-red-400\/60:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.6);
}
.hover\:ring-red-400\/65:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.65);
}
.hover\:ring-red-400\/70:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.7);
}
.hover\:ring-red-400\/75:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.75);
}
.hover\:ring-red-400\/80:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.8);
}
.hover\:ring-red-400\/85:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.85);
}
.hover\:ring-red-400\/90:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.9);
}
.hover\:ring-red-400\/95:hover {
    --tw-ring-color: hsla(0, 91%, 71%, 0.95);
}
.hover\:ring-red-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-50\/0:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0);
}
.hover\:ring-red-50\/10:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.1);
}
.hover\:ring-red-50\/100:hover {
    --tw-ring-color: #fef2f2;
}
.hover\:ring-red-50\/15:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.15);
}
.hover\:ring-red-50\/20:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.2);
}
.hover\:ring-red-50\/25:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.25);
}
.hover\:ring-red-50\/30:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.3);
}
.hover\:ring-red-50\/35:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.35);
}
.hover\:ring-red-50\/40:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.4);
}
.hover\:ring-red-50\/45:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.45);
}
.hover\:ring-red-50\/5:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.05);
}
.hover\:ring-red-50\/50:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.5);
}
.hover\:ring-red-50\/55:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.55);
}
.hover\:ring-red-50\/60:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.6);
}
.hover\:ring-red-50\/65:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.65);
}
.hover\:ring-red-50\/70:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.7);
}
.hover\:ring-red-50\/75:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.75);
}
.hover\:ring-red-50\/80:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.8);
}
.hover\:ring-red-50\/85:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.85);
}
.hover\:ring-red-50\/90:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.9);
}
.hover\:ring-red-50\/95:hover {
    --tw-ring-color: hsla(0, 86%, 97%, 0.95);
}
.hover\:ring-red-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-500\/0:hover {
    --tw-ring-color: rgba(239, 68, 68, 0);
}
.hover\:ring-red-500\/10:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.1);
}
.hover\:ring-red-500\/100:hover {
    --tw-ring-color: #ef4444;
}
.hover\:ring-red-500\/15:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.15);
}
.hover\:ring-red-500\/20:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.2);
}
.hover\:ring-red-500\/25:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.25);
}
.hover\:ring-red-500\/30:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.3);
}
.hover\:ring-red-500\/35:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.35);
}
.hover\:ring-red-500\/40:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.4);
}
.hover\:ring-red-500\/45:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.45);
}
.hover\:ring-red-500\/5:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.05);
}
.hover\:ring-red-500\/50:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.5);
}
.hover\:ring-red-500\/55:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.55);
}
.hover\:ring-red-500\/60:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.6);
}
.hover\:ring-red-500\/65:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.65);
}
.hover\:ring-red-500\/70:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.7);
}
.hover\:ring-red-500\/75:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.75);
}
.hover\:ring-red-500\/80:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.8);
}
.hover\:ring-red-500\/85:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.85);
}
.hover\:ring-red-500\/90:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.9);
}
.hover\:ring-red-500\/95:hover {
    --tw-ring-color: rgba(239, 68, 68, 0.95);
}
.hover\:ring-red-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-600\/0:hover {
    --tw-ring-color: rgba(220, 38, 38, 0);
}
.hover\:ring-red-600\/10:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.1);
}
.hover\:ring-red-600\/100:hover {
    --tw-ring-color: #dc2626;
}
.hover\:ring-red-600\/15:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.15);
}
.hover\:ring-red-600\/20:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.2);
}
.hover\:ring-red-600\/25:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.25);
}
.hover\:ring-red-600\/30:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.3);
}
.hover\:ring-red-600\/35:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.35);
}
.hover\:ring-red-600\/40:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.4);
}
.hover\:ring-red-600\/45:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.45);
}
.hover\:ring-red-600\/5:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.05);
}
.hover\:ring-red-600\/50:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.5);
}
.hover\:ring-red-600\/55:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.55);
}
.hover\:ring-red-600\/60:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.6);
}
.hover\:ring-red-600\/65:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.65);
}
.hover\:ring-red-600\/70:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.7);
}
.hover\:ring-red-600\/75:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.75);
}
.hover\:ring-red-600\/80:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.8);
}
.hover\:ring-red-600\/85:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.85);
}
.hover\:ring-red-600\/90:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.9);
}
.hover\:ring-red-600\/95:hover {
    --tw-ring-color: rgba(220, 38, 38, 0.95);
}
.hover\:ring-red-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-700\/0:hover {
    --tw-ring-color: rgba(185, 28, 28, 0);
}
.hover\:ring-red-700\/10:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.1);
}
.hover\:ring-red-700\/100:hover {
    --tw-ring-color: #b91c1c;
}
.hover\:ring-red-700\/15:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.15);
}
.hover\:ring-red-700\/20:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.2);
}
.hover\:ring-red-700\/25:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.25);
}
.hover\:ring-red-700\/30:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.3);
}
.hover\:ring-red-700\/35:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.35);
}
.hover\:ring-red-700\/40:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.4);
}
.hover\:ring-red-700\/45:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.45);
}
.hover\:ring-red-700\/5:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.05);
}
.hover\:ring-red-700\/50:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.5);
}
.hover\:ring-red-700\/55:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.55);
}
.hover\:ring-red-700\/60:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.6);
}
.hover\:ring-red-700\/65:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.65);
}
.hover\:ring-red-700\/70:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.7);
}
.hover\:ring-red-700\/75:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.75);
}
.hover\:ring-red-700\/80:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.8);
}
.hover\:ring-red-700\/85:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.85);
}
.hover\:ring-red-700\/90:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.9);
}
.hover\:ring-red-700\/95:hover {
    --tw-ring-color: rgba(185, 28, 28, 0.95);
}
.hover\:ring-red-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-800\/0:hover {
    --tw-ring-color: rgba(153, 27, 27, 0);
}
.hover\:ring-red-800\/10:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.1);
}
.hover\:ring-red-800\/100:hover {
    --tw-ring-color: #991b1b;
}
.hover\:ring-red-800\/15:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.15);
}
.hover\:ring-red-800\/20:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.2);
}
.hover\:ring-red-800\/25:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.25);
}
.hover\:ring-red-800\/30:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.3);
}
.hover\:ring-red-800\/35:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.35);
}
.hover\:ring-red-800\/40:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.4);
}
.hover\:ring-red-800\/45:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.45);
}
.hover\:ring-red-800\/5:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.05);
}
.hover\:ring-red-800\/50:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.5);
}
.hover\:ring-red-800\/55:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.55);
}
.hover\:ring-red-800\/60:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.6);
}
.hover\:ring-red-800\/65:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.65);
}
.hover\:ring-red-800\/70:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.7);
}
.hover\:ring-red-800\/75:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.75);
}
.hover\:ring-red-800\/80:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.8);
}
.hover\:ring-red-800\/85:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.85);
}
.hover\:ring-red-800\/90:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.9);
}
.hover\:ring-red-800\/95:hover {
    --tw-ring-color: rgba(153, 27, 27, 0.95);
}
.hover\:ring-red-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}
.hover\:ring-red-900\/0:hover {
    --tw-ring-color: rgba(127, 29, 29, 0);
}
.hover\:ring-red-900\/10:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.1);
}
.hover\:ring-red-900\/100:hover {
    --tw-ring-color: #7f1d1d;
}
.hover\:ring-red-900\/15:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.15);
}
.hover\:ring-red-900\/20:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.2);
}
.hover\:ring-red-900\/25:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.25);
}
.hover\:ring-red-900\/30:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.3);
}
.hover\:ring-red-900\/35:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.35);
}
.hover\:ring-red-900\/40:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.4);
}
.hover\:ring-red-900\/45:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.45);
}
.hover\:ring-red-900\/5:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.05);
}
.hover\:ring-red-900\/50:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.5);
}
.hover\:ring-red-900\/55:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.55);
}
.hover\:ring-red-900\/60:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.6);
}
.hover\:ring-red-900\/65:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.65);
}
.hover\:ring-red-900\/70:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.7);
}
.hover\:ring-red-900\/75:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.75);
}
.hover\:ring-red-900\/80:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.8);
}
.hover\:ring-red-900\/85:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.85);
}
.hover\:ring-red-900\/90:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.9);
}
.hover\:ring-red-900\/95:hover {
    --tw-ring-color: rgba(127, 29, 29, 0.95);
}
.hover\:ring-rose-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-100\/0:hover {
    --tw-ring-color: rgba(255, 228, 230, 0);
}
.hover\:ring-rose-100\/10:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.1);
}
.hover\:ring-rose-100\/100:hover {
    --tw-ring-color: #ffe4e6;
}
.hover\:ring-rose-100\/15:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.15);
}
.hover\:ring-rose-100\/20:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.2);
}
.hover\:ring-rose-100\/25:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.25);
}
.hover\:ring-rose-100\/30:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.3);
}
.hover\:ring-rose-100\/35:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.35);
}
.hover\:ring-rose-100\/40:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.4);
}
.hover\:ring-rose-100\/45:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.45);
}
.hover\:ring-rose-100\/5:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.05);
}
.hover\:ring-rose-100\/50:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.5);
}
.hover\:ring-rose-100\/55:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.55);
}
.hover\:ring-rose-100\/60:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.6);
}
.hover\:ring-rose-100\/65:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.65);
}
.hover\:ring-rose-100\/70:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.7);
}
.hover\:ring-rose-100\/75:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.75);
}
.hover\:ring-rose-100\/80:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.8);
}
.hover\:ring-rose-100\/85:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.85);
}
.hover\:ring-rose-100\/90:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.9);
}
.hover\:ring-rose-100\/95:hover {
    --tw-ring-color: rgba(255, 228, 230, 0.95);
}
.hover\:ring-rose-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-200\/0:hover {
    --tw-ring-color: rgba(254, 205, 211, 0);
}
.hover\:ring-rose-200\/10:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.1);
}
.hover\:ring-rose-200\/100:hover {
    --tw-ring-color: #fecdd3;
}
.hover\:ring-rose-200\/15:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.15);
}
.hover\:ring-rose-200\/20:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.2);
}
.hover\:ring-rose-200\/25:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.25);
}
.hover\:ring-rose-200\/30:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.3);
}
.hover\:ring-rose-200\/35:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.35);
}
.hover\:ring-rose-200\/40:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.4);
}
.hover\:ring-rose-200\/45:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.45);
}
.hover\:ring-rose-200\/5:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.05);
}
.hover\:ring-rose-200\/50:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.5);
}
.hover\:ring-rose-200\/55:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.55);
}
.hover\:ring-rose-200\/60:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.6);
}
.hover\:ring-rose-200\/65:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.65);
}
.hover\:ring-rose-200\/70:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.7);
}
.hover\:ring-rose-200\/75:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.75);
}
.hover\:ring-rose-200\/80:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.8);
}
.hover\:ring-rose-200\/85:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.85);
}
.hover\:ring-rose-200\/90:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.9);
}
.hover\:ring-rose-200\/95:hover {
    --tw-ring-color: rgba(254, 205, 211, 0.95);
}
.hover\:ring-rose-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-300\/0:hover {
    --tw-ring-color: rgba(253, 164, 175, 0);
}
.hover\:ring-rose-300\/10:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.1);
}
.hover\:ring-rose-300\/100:hover {
    --tw-ring-color: #fda4af;
}
.hover\:ring-rose-300\/15:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.15);
}
.hover\:ring-rose-300\/20:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.2);
}
.hover\:ring-rose-300\/25:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.25);
}
.hover\:ring-rose-300\/30:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.3);
}
.hover\:ring-rose-300\/35:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.35);
}
.hover\:ring-rose-300\/40:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.4);
}
.hover\:ring-rose-300\/45:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.45);
}
.hover\:ring-rose-300\/5:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.05);
}
.hover\:ring-rose-300\/50:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.5);
}
.hover\:ring-rose-300\/55:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.55);
}
.hover\:ring-rose-300\/60:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.6);
}
.hover\:ring-rose-300\/65:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.65);
}
.hover\:ring-rose-300\/70:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.7);
}
.hover\:ring-rose-300\/75:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.75);
}
.hover\:ring-rose-300\/80:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.8);
}
.hover\:ring-rose-300\/85:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.85);
}
.hover\:ring-rose-300\/90:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.9);
}
.hover\:ring-rose-300\/95:hover {
    --tw-ring-color: rgba(253, 164, 175, 0.95);
}
.hover\:ring-rose-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-400\/0:hover {
    --tw-ring-color: rgba(251, 113, 133, 0);
}
.hover\:ring-rose-400\/10:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.1);
}
.hover\:ring-rose-400\/100:hover {
    --tw-ring-color: #fb7185;
}
.hover\:ring-rose-400\/15:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.15);
}
.hover\:ring-rose-400\/20:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.2);
}
.hover\:ring-rose-400\/25:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.25);
}
.hover\:ring-rose-400\/30:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.3);
}
.hover\:ring-rose-400\/35:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.35);
}
.hover\:ring-rose-400\/40:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.4);
}
.hover\:ring-rose-400\/45:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.45);
}
.hover\:ring-rose-400\/5:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.05);
}
.hover\:ring-rose-400\/50:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.5);
}
.hover\:ring-rose-400\/55:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.55);
}
.hover\:ring-rose-400\/60:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.6);
}
.hover\:ring-rose-400\/65:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.65);
}
.hover\:ring-rose-400\/70:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.7);
}
.hover\:ring-rose-400\/75:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.75);
}
.hover\:ring-rose-400\/80:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.8);
}
.hover\:ring-rose-400\/85:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.85);
}
.hover\:ring-rose-400\/90:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.9);
}
.hover\:ring-rose-400\/95:hover {
    --tw-ring-color: rgba(251, 113, 133, 0.95);
}
.hover\:ring-rose-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-50\/0:hover {
    --tw-ring-color: rgba(255, 241, 242, 0);
}
.hover\:ring-rose-50\/10:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.1);
}
.hover\:ring-rose-50\/100:hover {
    --tw-ring-color: #fff1f2;
}
.hover\:ring-rose-50\/15:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.15);
}
.hover\:ring-rose-50\/20:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.2);
}
.hover\:ring-rose-50\/25:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.25);
}
.hover\:ring-rose-50\/30:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.3);
}
.hover\:ring-rose-50\/35:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.35);
}
.hover\:ring-rose-50\/40:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.4);
}
.hover\:ring-rose-50\/45:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.45);
}
.hover\:ring-rose-50\/5:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.05);
}
.hover\:ring-rose-50\/50:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.5);
}
.hover\:ring-rose-50\/55:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.55);
}
.hover\:ring-rose-50\/60:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.6);
}
.hover\:ring-rose-50\/65:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.65);
}
.hover\:ring-rose-50\/70:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.7);
}
.hover\:ring-rose-50\/75:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.75);
}
.hover\:ring-rose-50\/80:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.8);
}
.hover\:ring-rose-50\/85:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.85);
}
.hover\:ring-rose-50\/90:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.9);
}
.hover\:ring-rose-50\/95:hover {
    --tw-ring-color: rgba(255, 241, 242, 0.95);
}
.hover\:ring-rose-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-500\/0:hover {
    --tw-ring-color: rgba(244, 63, 94, 0);
}
.hover\:ring-rose-500\/10:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.1);
}
.hover\:ring-rose-500\/100:hover {
    --tw-ring-color: #f43f5e;
}
.hover\:ring-rose-500\/15:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.15);
}
.hover\:ring-rose-500\/20:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.2);
}
.hover\:ring-rose-500\/25:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.25);
}
.hover\:ring-rose-500\/30:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.3);
}
.hover\:ring-rose-500\/35:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.35);
}
.hover\:ring-rose-500\/40:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.4);
}
.hover\:ring-rose-500\/45:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.45);
}
.hover\:ring-rose-500\/5:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.05);
}
.hover\:ring-rose-500\/50:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.5);
}
.hover\:ring-rose-500\/55:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.55);
}
.hover\:ring-rose-500\/60:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.6);
}
.hover\:ring-rose-500\/65:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.65);
}
.hover\:ring-rose-500\/70:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.7);
}
.hover\:ring-rose-500\/75:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.75);
}
.hover\:ring-rose-500\/80:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.8);
}
.hover\:ring-rose-500\/85:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.85);
}
.hover\:ring-rose-500\/90:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.9);
}
.hover\:ring-rose-500\/95:hover {
    --tw-ring-color: rgba(244, 63, 94, 0.95);
}
.hover\:ring-rose-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-600\/0:hover {
    --tw-ring-color: rgba(225, 29, 72, 0);
}
.hover\:ring-rose-600\/10:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.1);
}
.hover\:ring-rose-600\/100:hover {
    --tw-ring-color: #e11d48;
}
.hover\:ring-rose-600\/15:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.15);
}
.hover\:ring-rose-600\/20:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.2);
}
.hover\:ring-rose-600\/25:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.25);
}
.hover\:ring-rose-600\/30:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.3);
}
.hover\:ring-rose-600\/35:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.35);
}
.hover\:ring-rose-600\/40:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.4);
}
.hover\:ring-rose-600\/45:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.45);
}
.hover\:ring-rose-600\/5:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.05);
}
.hover\:ring-rose-600\/50:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.5);
}
.hover\:ring-rose-600\/55:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.55);
}
.hover\:ring-rose-600\/60:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.6);
}
.hover\:ring-rose-600\/65:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.65);
}
.hover\:ring-rose-600\/70:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.7);
}
.hover\:ring-rose-600\/75:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.75);
}
.hover\:ring-rose-600\/80:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.8);
}
.hover\:ring-rose-600\/85:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.85);
}
.hover\:ring-rose-600\/90:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.9);
}
.hover\:ring-rose-600\/95:hover {
    --tw-ring-color: rgba(225, 29, 72, 0.95);
}
.hover\:ring-rose-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-700\/0:hover {
    --tw-ring-color: rgba(190, 18, 60, 0);
}
.hover\:ring-rose-700\/10:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.1);
}
.hover\:ring-rose-700\/100:hover {
    --tw-ring-color: #be123c;
}
.hover\:ring-rose-700\/15:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.15);
}
.hover\:ring-rose-700\/20:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.2);
}
.hover\:ring-rose-700\/25:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.25);
}
.hover\:ring-rose-700\/30:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.3);
}
.hover\:ring-rose-700\/35:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.35);
}
.hover\:ring-rose-700\/40:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.4);
}
.hover\:ring-rose-700\/45:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.45);
}
.hover\:ring-rose-700\/5:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.05);
}
.hover\:ring-rose-700\/50:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.5);
}
.hover\:ring-rose-700\/55:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.55);
}
.hover\:ring-rose-700\/60:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.6);
}
.hover\:ring-rose-700\/65:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.65);
}
.hover\:ring-rose-700\/70:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.7);
}
.hover\:ring-rose-700\/75:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.75);
}
.hover\:ring-rose-700\/80:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.8);
}
.hover\:ring-rose-700\/85:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.85);
}
.hover\:ring-rose-700\/90:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.9);
}
.hover\:ring-rose-700\/95:hover {
    --tw-ring-color: rgba(190, 18, 60, 0.95);
}
.hover\:ring-rose-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-800\/0:hover {
    --tw-ring-color: rgba(159, 18, 57, 0);
}
.hover\:ring-rose-800\/10:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.1);
}
.hover\:ring-rose-800\/100:hover {
    --tw-ring-color: #9f1239;
}
.hover\:ring-rose-800\/15:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.15);
}
.hover\:ring-rose-800\/20:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.2);
}
.hover\:ring-rose-800\/25:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.25);
}
.hover\:ring-rose-800\/30:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.3);
}
.hover\:ring-rose-800\/35:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.35);
}
.hover\:ring-rose-800\/40:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.4);
}
.hover\:ring-rose-800\/45:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.45);
}
.hover\:ring-rose-800\/5:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.05);
}
.hover\:ring-rose-800\/50:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.5);
}
.hover\:ring-rose-800\/55:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.55);
}
.hover\:ring-rose-800\/60:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.6);
}
.hover\:ring-rose-800\/65:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.65);
}
.hover\:ring-rose-800\/70:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.7);
}
.hover\:ring-rose-800\/75:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.75);
}
.hover\:ring-rose-800\/80:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.8);
}
.hover\:ring-rose-800\/85:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.85);
}
.hover\:ring-rose-800\/90:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.9);
}
.hover\:ring-rose-800\/95:hover {
    --tw-ring-color: rgba(159, 18, 57, 0.95);
}
.hover\:ring-rose-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}
.hover\:ring-rose-900\/0:hover {
    --tw-ring-color: rgba(136, 19, 55, 0);
}
.hover\:ring-rose-900\/10:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.1);
}
.hover\:ring-rose-900\/100:hover {
    --tw-ring-color: #881337;
}
.hover\:ring-rose-900\/15:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.15);
}
.hover\:ring-rose-900\/20:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.2);
}
.hover\:ring-rose-900\/25:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.25);
}
.hover\:ring-rose-900\/30:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.3);
}
.hover\:ring-rose-900\/35:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.35);
}
.hover\:ring-rose-900\/40:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.4);
}
.hover\:ring-rose-900\/45:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.45);
}
.hover\:ring-rose-900\/5:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.05);
}
.hover\:ring-rose-900\/50:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.5);
}
.hover\:ring-rose-900\/55:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.55);
}
.hover\:ring-rose-900\/60:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.6);
}
.hover\:ring-rose-900\/65:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.65);
}
.hover\:ring-rose-900\/70:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.7);
}
.hover\:ring-rose-900\/75:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.75);
}
.hover\:ring-rose-900\/80:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.8);
}
.hover\:ring-rose-900\/85:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.85);
}
.hover\:ring-rose-900\/90:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.9);
}
.hover\:ring-rose-900\/95:hover {
    --tw-ring-color: rgba(136, 19, 55, 0.95);
}
.hover\:ring-secondary-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-100\/0:hover {
    --tw-ring-color: rgba(224, 242, 254, 0);
}
.hover\:ring-sky-100\/10:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.1);
}
.hover\:ring-sky-100\/100:hover {
    --tw-ring-color: #e0f2fe;
}
.hover\:ring-sky-100\/15:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.15);
}
.hover\:ring-sky-100\/20:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.2);
}
.hover\:ring-sky-100\/25:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.25);
}
.hover\:ring-sky-100\/30:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.3);
}
.hover\:ring-sky-100\/35:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.35);
}
.hover\:ring-sky-100\/40:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.4);
}
.hover\:ring-sky-100\/45:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.45);
}
.hover\:ring-sky-100\/5:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.05);
}
.hover\:ring-sky-100\/50:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.5);
}
.hover\:ring-sky-100\/55:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.55);
}
.hover\:ring-sky-100\/60:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.6);
}
.hover\:ring-sky-100\/65:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.65);
}
.hover\:ring-sky-100\/70:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.7);
}
.hover\:ring-sky-100\/75:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.75);
}
.hover\:ring-sky-100\/80:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.8);
}
.hover\:ring-sky-100\/85:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.85);
}
.hover\:ring-sky-100\/90:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.9);
}
.hover\:ring-sky-100\/95:hover {
    --tw-ring-color: rgba(224, 242, 254, 0.95);
}
.hover\:ring-sky-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-200\/0:hover {
    --tw-ring-color: rgba(186, 230, 253, 0);
}
.hover\:ring-sky-200\/10:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.1);
}
.hover\:ring-sky-200\/100:hover {
    --tw-ring-color: #bae6fd;
}
.hover\:ring-sky-200\/15:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.15);
}
.hover\:ring-sky-200\/20:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.2);
}
.hover\:ring-sky-200\/25:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.25);
}
.hover\:ring-sky-200\/30:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.3);
}
.hover\:ring-sky-200\/35:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.35);
}
.hover\:ring-sky-200\/40:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.4);
}
.hover\:ring-sky-200\/45:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.45);
}
.hover\:ring-sky-200\/5:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.05);
}
.hover\:ring-sky-200\/50:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.5);
}
.hover\:ring-sky-200\/55:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.55);
}
.hover\:ring-sky-200\/60:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.6);
}
.hover\:ring-sky-200\/65:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.65);
}
.hover\:ring-sky-200\/70:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.7);
}
.hover\:ring-sky-200\/75:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.75);
}
.hover\:ring-sky-200\/80:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.8);
}
.hover\:ring-sky-200\/85:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.85);
}
.hover\:ring-sky-200\/90:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.9);
}
.hover\:ring-sky-200\/95:hover {
    --tw-ring-color: rgba(186, 230, 253, 0.95);
}
.hover\:ring-sky-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-300\/0:hover {
    --tw-ring-color: rgba(125, 211, 252, 0);
}
.hover\:ring-sky-300\/10:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.1);
}
.hover\:ring-sky-300\/100:hover {
    --tw-ring-color: #7dd3fc;
}
.hover\:ring-sky-300\/15:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.15);
}
.hover\:ring-sky-300\/20:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.2);
}
.hover\:ring-sky-300\/25:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.25);
}
.hover\:ring-sky-300\/30:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.3);
}
.hover\:ring-sky-300\/35:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.35);
}
.hover\:ring-sky-300\/40:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.4);
}
.hover\:ring-sky-300\/45:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.45);
}
.hover\:ring-sky-300\/5:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.05);
}
.hover\:ring-sky-300\/50:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.5);
}
.hover\:ring-sky-300\/55:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.55);
}
.hover\:ring-sky-300\/60:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.6);
}
.hover\:ring-sky-300\/65:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.65);
}
.hover\:ring-sky-300\/70:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.7);
}
.hover\:ring-sky-300\/75:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.75);
}
.hover\:ring-sky-300\/80:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.8);
}
.hover\:ring-sky-300\/85:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.85);
}
.hover\:ring-sky-300\/90:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.9);
}
.hover\:ring-sky-300\/95:hover {
    --tw-ring-color: rgba(125, 211, 252, 0.95);
}
.hover\:ring-sky-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-400\/0:hover {
    --tw-ring-color: rgba(56, 189, 248, 0);
}
.hover\:ring-sky-400\/10:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.1);
}
.hover\:ring-sky-400\/100:hover {
    --tw-ring-color: #38bdf8;
}
.hover\:ring-sky-400\/15:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.15);
}
.hover\:ring-sky-400\/20:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.2);
}
.hover\:ring-sky-400\/25:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.25);
}
.hover\:ring-sky-400\/30:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.3);
}
.hover\:ring-sky-400\/35:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.35);
}
.hover\:ring-sky-400\/40:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.4);
}
.hover\:ring-sky-400\/45:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.45);
}
.hover\:ring-sky-400\/5:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.05);
}
.hover\:ring-sky-400\/50:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.5);
}
.hover\:ring-sky-400\/55:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.55);
}
.hover\:ring-sky-400\/60:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.6);
}
.hover\:ring-sky-400\/65:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.65);
}
.hover\:ring-sky-400\/70:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.7);
}
.hover\:ring-sky-400\/75:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.75);
}
.hover\:ring-sky-400\/80:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.8);
}
.hover\:ring-sky-400\/85:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.85);
}
.hover\:ring-sky-400\/90:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.9);
}
.hover\:ring-sky-400\/95:hover {
    --tw-ring-color: rgba(56, 189, 248, 0.95);
}
.hover\:ring-sky-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-50\/0:hover {
    --tw-ring-color: rgba(240, 249, 255, 0);
}
.hover\:ring-sky-50\/10:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.1);
}
.hover\:ring-sky-50\/100:hover {
    --tw-ring-color: #f0f9ff;
}
.hover\:ring-sky-50\/15:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.15);
}
.hover\:ring-sky-50\/20:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.2);
}
.hover\:ring-sky-50\/25:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.25);
}
.hover\:ring-sky-50\/30:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.3);
}
.hover\:ring-sky-50\/35:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.35);
}
.hover\:ring-sky-50\/40:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.4);
}
.hover\:ring-sky-50\/45:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.45);
}
.hover\:ring-sky-50\/5:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.05);
}
.hover\:ring-sky-50\/50:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.5);
}
.hover\:ring-sky-50\/55:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.55);
}
.hover\:ring-sky-50\/60:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.6);
}
.hover\:ring-sky-50\/65:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.65);
}
.hover\:ring-sky-50\/70:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.7);
}
.hover\:ring-sky-50\/75:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.75);
}
.hover\:ring-sky-50\/80:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.8);
}
.hover\:ring-sky-50\/85:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.85);
}
.hover\:ring-sky-50\/90:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.9);
}
.hover\:ring-sky-50\/95:hover {
    --tw-ring-color: rgba(240, 249, 255, 0.95);
}
.hover\:ring-sky-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-500\/0:hover {
    --tw-ring-color: rgba(14, 165, 233, 0);
}
.hover\:ring-sky-500\/10:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.1);
}
.hover\:ring-sky-500\/100:hover {
    --tw-ring-color: #0ea5e9;
}
.hover\:ring-sky-500\/15:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.15);
}
.hover\:ring-sky-500\/20:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.2);
}
.hover\:ring-sky-500\/25:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.25);
}
.hover\:ring-sky-500\/30:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.3);
}
.hover\:ring-sky-500\/35:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.35);
}
.hover\:ring-sky-500\/40:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.4);
}
.hover\:ring-sky-500\/45:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.45);
}
.hover\:ring-sky-500\/5:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.05);
}
.hover\:ring-sky-500\/50:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.5);
}
.hover\:ring-sky-500\/55:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.55);
}
.hover\:ring-sky-500\/60:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.6);
}
.hover\:ring-sky-500\/65:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.65);
}
.hover\:ring-sky-500\/70:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.7);
}
.hover\:ring-sky-500\/75:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.75);
}
.hover\:ring-sky-500\/80:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.8);
}
.hover\:ring-sky-500\/85:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.85);
}
.hover\:ring-sky-500\/90:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.9);
}
.hover\:ring-sky-500\/95:hover {
    --tw-ring-color: rgba(14, 165, 233, 0.95);
}
.hover\:ring-sky-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-600\/0:hover {
    --tw-ring-color: rgba(2, 132, 199, 0);
}
.hover\:ring-sky-600\/10:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.1);
}
.hover\:ring-sky-600\/100:hover {
    --tw-ring-color: #0284c7;
}
.hover\:ring-sky-600\/15:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.15);
}
.hover\:ring-sky-600\/20:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.2);
}
.hover\:ring-sky-600\/25:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.25);
}
.hover\:ring-sky-600\/30:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.3);
}
.hover\:ring-sky-600\/35:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.35);
}
.hover\:ring-sky-600\/40:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.4);
}
.hover\:ring-sky-600\/45:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.45);
}
.hover\:ring-sky-600\/5:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.05);
}
.hover\:ring-sky-600\/50:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.5);
}
.hover\:ring-sky-600\/55:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.55);
}
.hover\:ring-sky-600\/60:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.6);
}
.hover\:ring-sky-600\/65:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.65);
}
.hover\:ring-sky-600\/70:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.7);
}
.hover\:ring-sky-600\/75:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.75);
}
.hover\:ring-sky-600\/80:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.8);
}
.hover\:ring-sky-600\/85:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.85);
}
.hover\:ring-sky-600\/90:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.9);
}
.hover\:ring-sky-600\/95:hover {
    --tw-ring-color: rgba(2, 132, 199, 0.95);
}
.hover\:ring-sky-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-700\/0:hover {
    --tw-ring-color: rgba(3, 105, 161, 0);
}
.hover\:ring-sky-700\/10:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.1);
}
.hover\:ring-sky-700\/100:hover {
    --tw-ring-color: #0369a1;
}
.hover\:ring-sky-700\/15:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.15);
}
.hover\:ring-sky-700\/20:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.2);
}
.hover\:ring-sky-700\/25:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.25);
}
.hover\:ring-sky-700\/30:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.3);
}
.hover\:ring-sky-700\/35:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.35);
}
.hover\:ring-sky-700\/40:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.4);
}
.hover\:ring-sky-700\/45:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.45);
}
.hover\:ring-sky-700\/5:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.05);
}
.hover\:ring-sky-700\/50:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.5);
}
.hover\:ring-sky-700\/55:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.55);
}
.hover\:ring-sky-700\/60:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.6);
}
.hover\:ring-sky-700\/65:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.65);
}
.hover\:ring-sky-700\/70:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.7);
}
.hover\:ring-sky-700\/75:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.75);
}
.hover\:ring-sky-700\/80:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.8);
}
.hover\:ring-sky-700\/85:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.85);
}
.hover\:ring-sky-700\/90:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.9);
}
.hover\:ring-sky-700\/95:hover {
    --tw-ring-color: rgba(3, 105, 161, 0.95);
}
.hover\:ring-sky-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-800\/0:hover {
    --tw-ring-color: rgba(7, 89, 133, 0);
}
.hover\:ring-sky-800\/10:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.1);
}
.hover\:ring-sky-800\/100:hover {
    --tw-ring-color: #075985;
}
.hover\:ring-sky-800\/15:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.15);
}
.hover\:ring-sky-800\/20:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.2);
}
.hover\:ring-sky-800\/25:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.25);
}
.hover\:ring-sky-800\/30:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.3);
}
.hover\:ring-sky-800\/35:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.35);
}
.hover\:ring-sky-800\/40:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.4);
}
.hover\:ring-sky-800\/45:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.45);
}
.hover\:ring-sky-800\/5:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.05);
}
.hover\:ring-sky-800\/50:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.5);
}
.hover\:ring-sky-800\/55:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.55);
}
.hover\:ring-sky-800\/60:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.6);
}
.hover\:ring-sky-800\/65:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.65);
}
.hover\:ring-sky-800\/70:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.7);
}
.hover\:ring-sky-800\/75:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.75);
}
.hover\:ring-sky-800\/80:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.8);
}
.hover\:ring-sky-800\/85:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.85);
}
.hover\:ring-sky-800\/90:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.9);
}
.hover\:ring-sky-800\/95:hover {
    --tw-ring-color: rgba(7, 89, 133, 0.95);
}
.hover\:ring-sky-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}
.hover\:ring-sky-900\/0:hover {
    --tw-ring-color: rgba(12, 74, 110, 0);
}
.hover\:ring-sky-900\/10:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.1);
}
.hover\:ring-sky-900\/100:hover {
    --tw-ring-color: #0c4a6e;
}
.hover\:ring-sky-900\/15:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.15);
}
.hover\:ring-sky-900\/20:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.2);
}
.hover\:ring-sky-900\/25:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.25);
}
.hover\:ring-sky-900\/30:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.3);
}
.hover\:ring-sky-900\/35:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.35);
}
.hover\:ring-sky-900\/40:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.4);
}
.hover\:ring-sky-900\/45:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.45);
}
.hover\:ring-sky-900\/5:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.05);
}
.hover\:ring-sky-900\/50:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.5);
}
.hover\:ring-sky-900\/55:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.55);
}
.hover\:ring-sky-900\/60:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.6);
}
.hover\:ring-sky-900\/65:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.65);
}
.hover\:ring-sky-900\/70:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.7);
}
.hover\:ring-sky-900\/75:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.75);
}
.hover\:ring-sky-900\/80:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.8);
}
.hover\:ring-sky-900\/85:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.85);
}
.hover\:ring-sky-900\/90:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.9);
}
.hover\:ring-sky-900\/95:hover {
    --tw-ring-color: rgba(12, 74, 110, 0.95);
}
.hover\:ring-slate-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-100\/0:hover {
    --tw-ring-color: rgba(241, 245, 249, 0);
}
.hover\:ring-slate-100\/10:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.1);
}
.hover\:ring-slate-100\/100:hover {
    --tw-ring-color: #f1f5f9;
}
.hover\:ring-slate-100\/15:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.15);
}
.hover\:ring-slate-100\/20:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.2);
}
.hover\:ring-slate-100\/25:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.25);
}
.hover\:ring-slate-100\/30:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.3);
}
.hover\:ring-slate-100\/35:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.35);
}
.hover\:ring-slate-100\/40:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.4);
}
.hover\:ring-slate-100\/45:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.45);
}
.hover\:ring-slate-100\/5:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.05);
}
.hover\:ring-slate-100\/50:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.5);
}
.hover\:ring-slate-100\/55:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.55);
}
.hover\:ring-slate-100\/60:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.6);
}
.hover\:ring-slate-100\/65:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.65);
}
.hover\:ring-slate-100\/70:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.7);
}
.hover\:ring-slate-100\/75:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.75);
}
.hover\:ring-slate-100\/80:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.8);
}
.hover\:ring-slate-100\/85:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.85);
}
.hover\:ring-slate-100\/90:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.9);
}
.hover\:ring-slate-100\/95:hover {
    --tw-ring-color: rgba(241, 245, 249, 0.95);
}
.hover\:ring-slate-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-200\/0:hover {
    --tw-ring-color: rgba(226, 232, 240, 0);
}
.hover\:ring-slate-200\/10:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.1);
}
.hover\:ring-slate-200\/100:hover {
    --tw-ring-color: #e2e8f0;
}
.hover\:ring-slate-200\/15:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.15);
}
.hover\:ring-slate-200\/20:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.2);
}
.hover\:ring-slate-200\/25:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.25);
}
.hover\:ring-slate-200\/30:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.3);
}
.hover\:ring-slate-200\/35:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.35);
}
.hover\:ring-slate-200\/40:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.4);
}
.hover\:ring-slate-200\/45:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.45);
}
.hover\:ring-slate-200\/5:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.05);
}
.hover\:ring-slate-200\/50:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.5);
}
.hover\:ring-slate-200\/55:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.55);
}
.hover\:ring-slate-200\/60:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.6);
}
.hover\:ring-slate-200\/65:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.65);
}
.hover\:ring-slate-200\/70:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.7);
}
.hover\:ring-slate-200\/75:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.75);
}
.hover\:ring-slate-200\/80:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.8);
}
.hover\:ring-slate-200\/85:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.85);
}
.hover\:ring-slate-200\/90:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.9);
}
.hover\:ring-slate-200\/95:hover {
    --tw-ring-color: rgba(226, 232, 240, 0.95);
}
.hover\:ring-slate-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-300\/0:hover {
    --tw-ring-color: rgba(203, 213, 225, 0);
}
.hover\:ring-slate-300\/10:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.1);
}
.hover\:ring-slate-300\/100:hover {
    --tw-ring-color: #cbd5e1;
}
.hover\:ring-slate-300\/15:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.15);
}
.hover\:ring-slate-300\/20:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.2);
}
.hover\:ring-slate-300\/25:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.25);
}
.hover\:ring-slate-300\/30:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.3);
}
.hover\:ring-slate-300\/35:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.35);
}
.hover\:ring-slate-300\/40:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.4);
}
.hover\:ring-slate-300\/45:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.45);
}
.hover\:ring-slate-300\/5:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.05);
}
.hover\:ring-slate-300\/50:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.5);
}
.hover\:ring-slate-300\/55:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.55);
}
.hover\:ring-slate-300\/60:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.6);
}
.hover\:ring-slate-300\/65:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.65);
}
.hover\:ring-slate-300\/70:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.7);
}
.hover\:ring-slate-300\/75:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.75);
}
.hover\:ring-slate-300\/80:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.8);
}
.hover\:ring-slate-300\/85:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.85);
}
.hover\:ring-slate-300\/90:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.9);
}
.hover\:ring-slate-300\/95:hover {
    --tw-ring-color: rgba(203, 213, 225, 0.95);
}
.hover\:ring-slate-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-400\/0:hover {
    --tw-ring-color: rgba(148, 163, 184, 0);
}
.hover\:ring-slate-400\/10:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.1);
}
.hover\:ring-slate-400\/100:hover {
    --tw-ring-color: #94a3b8;
}
.hover\:ring-slate-400\/15:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.15);
}
.hover\:ring-slate-400\/20:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.2);
}
.hover\:ring-slate-400\/25:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.25);
}
.hover\:ring-slate-400\/30:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.3);
}
.hover\:ring-slate-400\/35:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.35);
}
.hover\:ring-slate-400\/40:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.4);
}
.hover\:ring-slate-400\/45:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.45);
}
.hover\:ring-slate-400\/5:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.05);
}
.hover\:ring-slate-400\/50:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.5);
}
.hover\:ring-slate-400\/55:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.55);
}
.hover\:ring-slate-400\/60:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.6);
}
.hover\:ring-slate-400\/65:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.65);
}
.hover\:ring-slate-400\/70:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.7);
}
.hover\:ring-slate-400\/75:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.75);
}
.hover\:ring-slate-400\/80:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.8);
}
.hover\:ring-slate-400\/85:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.85);
}
.hover\:ring-slate-400\/90:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.9);
}
.hover\:ring-slate-400\/95:hover {
    --tw-ring-color: rgba(148, 163, 184, 0.95);
}
.hover\:ring-slate-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-50\/0:hover {
    --tw-ring-color: rgba(248, 250, 252, 0);
}
.hover\:ring-slate-50\/10:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.1);
}
.hover\:ring-slate-50\/100:hover {
    --tw-ring-color: #f8fafc;
}
.hover\:ring-slate-50\/15:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.15);
}
.hover\:ring-slate-50\/20:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.2);
}
.hover\:ring-slate-50\/25:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.25);
}
.hover\:ring-slate-50\/30:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.3);
}
.hover\:ring-slate-50\/35:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.35);
}
.hover\:ring-slate-50\/40:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.4);
}
.hover\:ring-slate-50\/45:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.45);
}
.hover\:ring-slate-50\/5:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.05);
}
.hover\:ring-slate-50\/50:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.5);
}
.hover\:ring-slate-50\/55:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.55);
}
.hover\:ring-slate-50\/60:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.6);
}
.hover\:ring-slate-50\/65:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.65);
}
.hover\:ring-slate-50\/70:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.7);
}
.hover\:ring-slate-50\/75:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.75);
}
.hover\:ring-slate-50\/80:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.8);
}
.hover\:ring-slate-50\/85:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.85);
}
.hover\:ring-slate-50\/90:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.9);
}
.hover\:ring-slate-50\/95:hover {
    --tw-ring-color: rgba(248, 250, 252, 0.95);
}
.hover\:ring-slate-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-500\/0:hover {
    --tw-ring-color: rgba(100, 116, 139, 0);
}
.hover\:ring-slate-500\/10:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.1);
}
.hover\:ring-slate-500\/100:hover {
    --tw-ring-color: #64748b;
}
.hover\:ring-slate-500\/15:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.15);
}
.hover\:ring-slate-500\/20:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.2);
}
.hover\:ring-slate-500\/25:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.25);
}
.hover\:ring-slate-500\/30:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.3);
}
.hover\:ring-slate-500\/35:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.35);
}
.hover\:ring-slate-500\/40:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.4);
}
.hover\:ring-slate-500\/45:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.45);
}
.hover\:ring-slate-500\/5:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.05);
}
.hover\:ring-slate-500\/50:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.5);
}
.hover\:ring-slate-500\/55:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.55);
}
.hover\:ring-slate-500\/60:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.6);
}
.hover\:ring-slate-500\/65:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.65);
}
.hover\:ring-slate-500\/70:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.7);
}
.hover\:ring-slate-500\/75:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.75);
}
.hover\:ring-slate-500\/80:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.8);
}
.hover\:ring-slate-500\/85:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.85);
}
.hover\:ring-slate-500\/90:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.9);
}
.hover\:ring-slate-500\/95:hover {
    --tw-ring-color: rgba(100, 116, 139, 0.95);
}
.hover\:ring-slate-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-600\/0:hover {
    --tw-ring-color: rgba(71, 85, 105, 0);
}
.hover\:ring-slate-600\/10:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.1);
}
.hover\:ring-slate-600\/100:hover {
    --tw-ring-color: #475569;
}
.hover\:ring-slate-600\/15:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.15);
}
.hover\:ring-slate-600\/20:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.2);
}
.hover\:ring-slate-600\/25:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.25);
}
.hover\:ring-slate-600\/30:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.3);
}
.hover\:ring-slate-600\/35:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.35);
}
.hover\:ring-slate-600\/40:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.4);
}
.hover\:ring-slate-600\/45:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.45);
}
.hover\:ring-slate-600\/5:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.05);
}
.hover\:ring-slate-600\/50:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.5);
}
.hover\:ring-slate-600\/55:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.55);
}
.hover\:ring-slate-600\/60:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.6);
}
.hover\:ring-slate-600\/65:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.65);
}
.hover\:ring-slate-600\/70:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.7);
}
.hover\:ring-slate-600\/75:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.75);
}
.hover\:ring-slate-600\/80:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.8);
}
.hover\:ring-slate-600\/85:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.85);
}
.hover\:ring-slate-600\/90:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.9);
}
.hover\:ring-slate-600\/95:hover {
    --tw-ring-color: rgba(71, 85, 105, 0.95);
}
.hover\:ring-slate-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-700\/0:hover {
    --tw-ring-color: rgba(51, 65, 85, 0);
}
.hover\:ring-slate-700\/10:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.1);
}
.hover\:ring-slate-700\/100:hover {
    --tw-ring-color: #334155;
}
.hover\:ring-slate-700\/15:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.15);
}
.hover\:ring-slate-700\/20:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.2);
}
.hover\:ring-slate-700\/25:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.25);
}
.hover\:ring-slate-700\/30:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.3);
}
.hover\:ring-slate-700\/35:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.35);
}
.hover\:ring-slate-700\/40:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.4);
}
.hover\:ring-slate-700\/45:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.45);
}
.hover\:ring-slate-700\/5:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.05);
}
.hover\:ring-slate-700\/50:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.5);
}
.hover\:ring-slate-700\/55:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.55);
}
.hover\:ring-slate-700\/60:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.6);
}
.hover\:ring-slate-700\/65:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.65);
}
.hover\:ring-slate-700\/70:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.7);
}
.hover\:ring-slate-700\/75:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.75);
}
.hover\:ring-slate-700\/80:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.8);
}
.hover\:ring-slate-700\/85:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.85);
}
.hover\:ring-slate-700\/90:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.9);
}
.hover\:ring-slate-700\/95:hover {
    --tw-ring-color: rgba(51, 65, 85, 0.95);
}
.hover\:ring-slate-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-800\/0:hover {
    --tw-ring-color: rgba(30, 41, 59, 0);
}
.hover\:ring-slate-800\/10:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.1);
}
.hover\:ring-slate-800\/100:hover {
    --tw-ring-color: #1e293b;
}
.hover\:ring-slate-800\/15:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.15);
}
.hover\:ring-slate-800\/20:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.2);
}
.hover\:ring-slate-800\/25:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.25);
}
.hover\:ring-slate-800\/30:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.3);
}
.hover\:ring-slate-800\/35:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.35);
}
.hover\:ring-slate-800\/40:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.4);
}
.hover\:ring-slate-800\/45:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.45);
}
.hover\:ring-slate-800\/5:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.05);
}
.hover\:ring-slate-800\/50:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.5);
}
.hover\:ring-slate-800\/55:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.55);
}
.hover\:ring-slate-800\/60:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.6);
}
.hover\:ring-slate-800\/65:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.65);
}
.hover\:ring-slate-800\/70:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.7);
}
.hover\:ring-slate-800\/75:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.75);
}
.hover\:ring-slate-800\/80:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.8);
}
.hover\:ring-slate-800\/85:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.85);
}
.hover\:ring-slate-800\/90:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.9);
}
.hover\:ring-slate-800\/95:hover {
    --tw-ring-color: rgba(30, 41, 59, 0.95);
}
.hover\:ring-slate-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}
.hover\:ring-slate-900\/0:hover {
    --tw-ring-color: rgba(15, 23, 42, 0);
}
.hover\:ring-slate-900\/10:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.1);
}
.hover\:ring-slate-900\/100:hover {
    --tw-ring-color: #0f172a;
}
.hover\:ring-slate-900\/15:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.15);
}
.hover\:ring-slate-900\/20:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.2);
}
.hover\:ring-slate-900\/25:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.25);
}
.hover\:ring-slate-900\/30:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.3);
}
.hover\:ring-slate-900\/35:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.35);
}
.hover\:ring-slate-900\/40:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.4);
}
.hover\:ring-slate-900\/45:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.45);
}
.hover\:ring-slate-900\/5:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.05);
}
.hover\:ring-slate-900\/50:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.5);
}
.hover\:ring-slate-900\/55:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.55);
}
.hover\:ring-slate-900\/60:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.6);
}
.hover\:ring-slate-900\/65:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.65);
}
.hover\:ring-slate-900\/70:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.7);
}
.hover\:ring-slate-900\/75:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.75);
}
.hover\:ring-slate-900\/80:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.8);
}
.hover\:ring-slate-900\/85:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.85);
}
.hover\:ring-slate-900\/90:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.9);
}
.hover\:ring-slate-900\/95:hover {
    --tw-ring-color: rgba(15, 23, 42, 0.95);
}
.hover\:ring-stone-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-100\/0:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0);
}
.hover\:ring-stone-100\/10:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.1);
}
.hover\:ring-stone-100\/100:hover {
    --tw-ring-color: #f5f5f4;
}
.hover\:ring-stone-100\/15:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.15);
}
.hover\:ring-stone-100\/20:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.2);
}
.hover\:ring-stone-100\/25:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.25);
}
.hover\:ring-stone-100\/30:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.3);
}
.hover\:ring-stone-100\/35:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.35);
}
.hover\:ring-stone-100\/40:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.4);
}
.hover\:ring-stone-100\/45:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.45);
}
.hover\:ring-stone-100\/5:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.05);
}
.hover\:ring-stone-100\/50:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.5);
}
.hover\:ring-stone-100\/55:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.55);
}
.hover\:ring-stone-100\/60:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.6);
}
.hover\:ring-stone-100\/65:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.65);
}
.hover\:ring-stone-100\/70:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.7);
}
.hover\:ring-stone-100\/75:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.75);
}
.hover\:ring-stone-100\/80:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.8);
}
.hover\:ring-stone-100\/85:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.85);
}
.hover\:ring-stone-100\/90:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.9);
}
.hover\:ring-stone-100\/95:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.95);
}
.hover\:ring-stone-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-200\/0:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0);
}
.hover\:ring-stone-200\/10:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.1);
}
.hover\:ring-stone-200\/100:hover {
    --tw-ring-color: #e7e5e4;
}
.hover\:ring-stone-200\/15:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.15);
}
.hover\:ring-stone-200\/20:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.2);
}
.hover\:ring-stone-200\/25:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.25);
}
.hover\:ring-stone-200\/30:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.3);
}
.hover\:ring-stone-200\/35:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.35);
}
.hover\:ring-stone-200\/40:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.4);
}
.hover\:ring-stone-200\/45:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.45);
}
.hover\:ring-stone-200\/5:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.05);
}
.hover\:ring-stone-200\/50:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.5);
}
.hover\:ring-stone-200\/55:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.55);
}
.hover\:ring-stone-200\/60:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.6);
}
.hover\:ring-stone-200\/65:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.65);
}
.hover\:ring-stone-200\/70:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.7);
}
.hover\:ring-stone-200\/75:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.75);
}
.hover\:ring-stone-200\/80:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.8);
}
.hover\:ring-stone-200\/85:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.85);
}
.hover\:ring-stone-200\/90:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.9);
}
.hover\:ring-stone-200\/95:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.95);
}
.hover\:ring-stone-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-300\/0:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0);
}
.hover\:ring-stone-300\/10:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.1);
}
.hover\:ring-stone-300\/100:hover {
    --tw-ring-color: #d6d3d1;
}
.hover\:ring-stone-300\/15:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.15);
}
.hover\:ring-stone-300\/20:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.2);
}
.hover\:ring-stone-300\/25:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.25);
}
.hover\:ring-stone-300\/30:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.3);
}
.hover\:ring-stone-300\/35:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.35);
}
.hover\:ring-stone-300\/40:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.4);
}
.hover\:ring-stone-300\/45:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.45);
}
.hover\:ring-stone-300\/5:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.05);
}
.hover\:ring-stone-300\/50:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.5);
}
.hover\:ring-stone-300\/55:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.55);
}
.hover\:ring-stone-300\/60:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.6);
}
.hover\:ring-stone-300\/65:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.65);
}
.hover\:ring-stone-300\/70:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.7);
}
.hover\:ring-stone-300\/75:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.75);
}
.hover\:ring-stone-300\/80:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.8);
}
.hover\:ring-stone-300\/85:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.85);
}
.hover\:ring-stone-300\/90:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.9);
}
.hover\:ring-stone-300\/95:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.95);
}
.hover\:ring-stone-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-400\/0:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0);
}
.hover\:ring-stone-400\/10:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.1);
}
.hover\:ring-stone-400\/100:hover {
    --tw-ring-color: #a8a29e;
}
.hover\:ring-stone-400\/15:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.15);
}
.hover\:ring-stone-400\/20:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.2);
}
.hover\:ring-stone-400\/25:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.25);
}
.hover\:ring-stone-400\/30:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.3);
}
.hover\:ring-stone-400\/35:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.35);
}
.hover\:ring-stone-400\/40:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.4);
}
.hover\:ring-stone-400\/45:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.45);
}
.hover\:ring-stone-400\/5:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.05);
}
.hover\:ring-stone-400\/50:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.5);
}
.hover\:ring-stone-400\/55:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.55);
}
.hover\:ring-stone-400\/60:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.6);
}
.hover\:ring-stone-400\/65:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.65);
}
.hover\:ring-stone-400\/70:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.7);
}
.hover\:ring-stone-400\/75:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.75);
}
.hover\:ring-stone-400\/80:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.8);
}
.hover\:ring-stone-400\/85:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.85);
}
.hover\:ring-stone-400\/90:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.9);
}
.hover\:ring-stone-400\/95:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.95);
}
.hover\:ring-stone-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-50\/0:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0);
}
.hover\:ring-stone-50\/10:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.1);
}
.hover\:ring-stone-50\/100:hover {
    --tw-ring-color: #fafaf9;
}
.hover\:ring-stone-50\/15:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.15);
}
.hover\:ring-stone-50\/20:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.2);
}
.hover\:ring-stone-50\/25:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.25);
}
.hover\:ring-stone-50\/30:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.3);
}
.hover\:ring-stone-50\/35:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.35);
}
.hover\:ring-stone-50\/40:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.4);
}
.hover\:ring-stone-50\/45:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.45);
}
.hover\:ring-stone-50\/5:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.05);
}
.hover\:ring-stone-50\/50:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.5);
}
.hover\:ring-stone-50\/55:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.55);
}
.hover\:ring-stone-50\/60:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.6);
}
.hover\:ring-stone-50\/65:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.65);
}
.hover\:ring-stone-50\/70:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.7);
}
.hover\:ring-stone-50\/75:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.75);
}
.hover\:ring-stone-50\/80:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.8);
}
.hover\:ring-stone-50\/85:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.85);
}
.hover\:ring-stone-50\/90:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.9);
}
.hover\:ring-stone-50\/95:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.95);
}
.hover\:ring-stone-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-500\/0:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0);
}
.hover\:ring-stone-500\/10:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.1);
}
.hover\:ring-stone-500\/100:hover {
    --tw-ring-color: #78716c;
}
.hover\:ring-stone-500\/15:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.15);
}
.hover\:ring-stone-500\/20:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.2);
}
.hover\:ring-stone-500\/25:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.25);
}
.hover\:ring-stone-500\/30:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.3);
}
.hover\:ring-stone-500\/35:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.35);
}
.hover\:ring-stone-500\/40:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.4);
}
.hover\:ring-stone-500\/45:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.45);
}
.hover\:ring-stone-500\/5:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.05);
}
.hover\:ring-stone-500\/50:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.5);
}
.hover\:ring-stone-500\/55:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.55);
}
.hover\:ring-stone-500\/60:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.6);
}
.hover\:ring-stone-500\/65:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.65);
}
.hover\:ring-stone-500\/70:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.7);
}
.hover\:ring-stone-500\/75:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.75);
}
.hover\:ring-stone-500\/80:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.8);
}
.hover\:ring-stone-500\/85:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.85);
}
.hover\:ring-stone-500\/90:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.9);
}
.hover\:ring-stone-500\/95:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.95);
}
.hover\:ring-stone-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-600\/0:hover {
    --tw-ring-color: rgba(87, 83, 78, 0);
}
.hover\:ring-stone-600\/10:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.1);
}
.hover\:ring-stone-600\/100:hover {
    --tw-ring-color: #57534e;
}
.hover\:ring-stone-600\/15:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.15);
}
.hover\:ring-stone-600\/20:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.2);
}
.hover\:ring-stone-600\/25:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.25);
}
.hover\:ring-stone-600\/30:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.3);
}
.hover\:ring-stone-600\/35:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.35);
}
.hover\:ring-stone-600\/40:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.4);
}
.hover\:ring-stone-600\/45:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.45);
}
.hover\:ring-stone-600\/5:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.05);
}
.hover\:ring-stone-600\/50:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.5);
}
.hover\:ring-stone-600\/55:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.55);
}
.hover\:ring-stone-600\/60:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.6);
}
.hover\:ring-stone-600\/65:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.65);
}
.hover\:ring-stone-600\/70:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.7);
}
.hover\:ring-stone-600\/75:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.75);
}
.hover\:ring-stone-600\/80:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.8);
}
.hover\:ring-stone-600\/85:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.85);
}
.hover\:ring-stone-600\/90:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.9);
}
.hover\:ring-stone-600\/95:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.95);
}
.hover\:ring-stone-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-700\/0:hover {
    --tw-ring-color: rgba(68, 64, 60, 0);
}
.hover\:ring-stone-700\/10:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.1);
}
.hover\:ring-stone-700\/100:hover {
    --tw-ring-color: #44403c;
}
.hover\:ring-stone-700\/15:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.15);
}
.hover\:ring-stone-700\/20:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.2);
}
.hover\:ring-stone-700\/25:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.25);
}
.hover\:ring-stone-700\/30:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.3);
}
.hover\:ring-stone-700\/35:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.35);
}
.hover\:ring-stone-700\/40:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.4);
}
.hover\:ring-stone-700\/45:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.45);
}
.hover\:ring-stone-700\/5:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.05);
}
.hover\:ring-stone-700\/50:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.5);
}
.hover\:ring-stone-700\/55:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.55);
}
.hover\:ring-stone-700\/60:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.6);
}
.hover\:ring-stone-700\/65:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.65);
}
.hover\:ring-stone-700\/70:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.7);
}
.hover\:ring-stone-700\/75:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.75);
}
.hover\:ring-stone-700\/80:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.8);
}
.hover\:ring-stone-700\/85:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.85);
}
.hover\:ring-stone-700\/90:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.9);
}
.hover\:ring-stone-700\/95:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.95);
}
.hover\:ring-stone-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-800\/0:hover {
    --tw-ring-color: rgba(41, 37, 36, 0);
}
.hover\:ring-stone-800\/10:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.1);
}
.hover\:ring-stone-800\/100:hover {
    --tw-ring-color: #292524;
}
.hover\:ring-stone-800\/15:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.15);
}
.hover\:ring-stone-800\/20:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.2);
}
.hover\:ring-stone-800\/25:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.25);
}
.hover\:ring-stone-800\/30:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.3);
}
.hover\:ring-stone-800\/35:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.35);
}
.hover\:ring-stone-800\/40:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.4);
}
.hover\:ring-stone-800\/45:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.45);
}
.hover\:ring-stone-800\/5:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.05);
}
.hover\:ring-stone-800\/50:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.5);
}
.hover\:ring-stone-800\/55:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.55);
}
.hover\:ring-stone-800\/60:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.6);
}
.hover\:ring-stone-800\/65:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.65);
}
.hover\:ring-stone-800\/70:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.7);
}
.hover\:ring-stone-800\/75:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.75);
}
.hover\:ring-stone-800\/80:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.8);
}
.hover\:ring-stone-800\/85:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.85);
}
.hover\:ring-stone-800\/90:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.9);
}
.hover\:ring-stone-800\/95:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.95);
}
.hover\:ring-stone-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}
.hover\:ring-stone-900\/0:hover {
    --tw-ring-color: rgba(28, 25, 23, 0);
}
.hover\:ring-stone-900\/10:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.1);
}
.hover\:ring-stone-900\/100:hover {
    --tw-ring-color: #1c1917;
}
.hover\:ring-stone-900\/15:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.15);
}
.hover\:ring-stone-900\/20:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.2);
}
.hover\:ring-stone-900\/25:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.25);
}
.hover\:ring-stone-900\/30:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.3);
}
.hover\:ring-stone-900\/35:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.35);
}
.hover\:ring-stone-900\/40:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.4);
}
.hover\:ring-stone-900\/45:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.45);
}
.hover\:ring-stone-900\/5:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.05);
}
.hover\:ring-stone-900\/50:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.5);
}
.hover\:ring-stone-900\/55:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.55);
}
.hover\:ring-stone-900\/60:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.6);
}
.hover\:ring-stone-900\/65:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.65);
}
.hover\:ring-stone-900\/70:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.7);
}
.hover\:ring-stone-900\/75:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.75);
}
.hover\:ring-stone-900\/80:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.8);
}
.hover\:ring-stone-900\/85:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.85);
}
.hover\:ring-stone-900\/90:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.9);
}
.hover\:ring-stone-900\/95:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.95);
}
.hover\:ring-teal-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-100\/0:hover {
    --tw-ring-color: rgba(204, 251, 241, 0);
}
.hover\:ring-teal-100\/10:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.1);
}
.hover\:ring-teal-100\/100:hover {
    --tw-ring-color: #ccfbf1;
}
.hover\:ring-teal-100\/15:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.15);
}
.hover\:ring-teal-100\/20:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.2);
}
.hover\:ring-teal-100\/25:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.25);
}
.hover\:ring-teal-100\/30:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.3);
}
.hover\:ring-teal-100\/35:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.35);
}
.hover\:ring-teal-100\/40:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.4);
}
.hover\:ring-teal-100\/45:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.45);
}
.hover\:ring-teal-100\/5:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.05);
}
.hover\:ring-teal-100\/50:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.5);
}
.hover\:ring-teal-100\/55:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.55);
}
.hover\:ring-teal-100\/60:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.6);
}
.hover\:ring-teal-100\/65:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.65);
}
.hover\:ring-teal-100\/70:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.7);
}
.hover\:ring-teal-100\/75:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.75);
}
.hover\:ring-teal-100\/80:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.8);
}
.hover\:ring-teal-100\/85:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.85);
}
.hover\:ring-teal-100\/90:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.9);
}
.hover\:ring-teal-100\/95:hover {
    --tw-ring-color: rgba(204, 251, 241, 0.95);
}
.hover\:ring-teal-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-200\/0:hover {
    --tw-ring-color: rgba(153, 246, 228, 0);
}
.hover\:ring-teal-200\/10:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.1);
}
.hover\:ring-teal-200\/100:hover {
    --tw-ring-color: #99f6e4;
}
.hover\:ring-teal-200\/15:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.15);
}
.hover\:ring-teal-200\/20:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.2);
}
.hover\:ring-teal-200\/25:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.25);
}
.hover\:ring-teal-200\/30:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.3);
}
.hover\:ring-teal-200\/35:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.35);
}
.hover\:ring-teal-200\/40:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.4);
}
.hover\:ring-teal-200\/45:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.45);
}
.hover\:ring-teal-200\/5:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.05);
}
.hover\:ring-teal-200\/50:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.5);
}
.hover\:ring-teal-200\/55:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.55);
}
.hover\:ring-teal-200\/60:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.6);
}
.hover\:ring-teal-200\/65:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.65);
}
.hover\:ring-teal-200\/70:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.7);
}
.hover\:ring-teal-200\/75:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.75);
}
.hover\:ring-teal-200\/80:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.8);
}
.hover\:ring-teal-200\/85:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.85);
}
.hover\:ring-teal-200\/90:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.9);
}
.hover\:ring-teal-200\/95:hover {
    --tw-ring-color: rgba(153, 246, 228, 0.95);
}
.hover\:ring-teal-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-300\/0:hover {
    --tw-ring-color: rgba(94, 234, 212, 0);
}
.hover\:ring-teal-300\/10:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.1);
}
.hover\:ring-teal-300\/100:hover {
    --tw-ring-color: #5eead4;
}
.hover\:ring-teal-300\/15:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.15);
}
.hover\:ring-teal-300\/20:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.2);
}
.hover\:ring-teal-300\/25:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.25);
}
.hover\:ring-teal-300\/30:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.3);
}
.hover\:ring-teal-300\/35:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.35);
}
.hover\:ring-teal-300\/40:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.4);
}
.hover\:ring-teal-300\/45:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.45);
}
.hover\:ring-teal-300\/5:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.05);
}
.hover\:ring-teal-300\/50:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.5);
}
.hover\:ring-teal-300\/55:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.55);
}
.hover\:ring-teal-300\/60:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.6);
}
.hover\:ring-teal-300\/65:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.65);
}
.hover\:ring-teal-300\/70:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.7);
}
.hover\:ring-teal-300\/75:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.75);
}
.hover\:ring-teal-300\/80:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.8);
}
.hover\:ring-teal-300\/85:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.85);
}
.hover\:ring-teal-300\/90:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.9);
}
.hover\:ring-teal-300\/95:hover {
    --tw-ring-color: rgba(94, 234, 212, 0.95);
}
.hover\:ring-teal-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-400\/0:hover {
    --tw-ring-color: rgba(45, 212, 191, 0);
}
.hover\:ring-teal-400\/10:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.1);
}
.hover\:ring-teal-400\/100:hover {
    --tw-ring-color: #2dd4bf;
}
.hover\:ring-teal-400\/15:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.15);
}
.hover\:ring-teal-400\/20:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.2);
}
.hover\:ring-teal-400\/25:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.25);
}
.hover\:ring-teal-400\/30:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.3);
}
.hover\:ring-teal-400\/35:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.35);
}
.hover\:ring-teal-400\/40:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.4);
}
.hover\:ring-teal-400\/45:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.45);
}
.hover\:ring-teal-400\/5:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.05);
}
.hover\:ring-teal-400\/50:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.5);
}
.hover\:ring-teal-400\/55:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.55);
}
.hover\:ring-teal-400\/60:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.6);
}
.hover\:ring-teal-400\/65:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.65);
}
.hover\:ring-teal-400\/70:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.7);
}
.hover\:ring-teal-400\/75:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.75);
}
.hover\:ring-teal-400\/80:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.8);
}
.hover\:ring-teal-400\/85:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.85);
}
.hover\:ring-teal-400\/90:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.9);
}
.hover\:ring-teal-400\/95:hover {
    --tw-ring-color: rgba(45, 212, 191, 0.95);
}
.hover\:ring-teal-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-50\/0:hover {
    --tw-ring-color: rgba(240, 253, 250, 0);
}
.hover\:ring-teal-50\/10:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.1);
}
.hover\:ring-teal-50\/100:hover {
    --tw-ring-color: #f0fdfa;
}
.hover\:ring-teal-50\/15:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.15);
}
.hover\:ring-teal-50\/20:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.2);
}
.hover\:ring-teal-50\/25:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.25);
}
.hover\:ring-teal-50\/30:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.3);
}
.hover\:ring-teal-50\/35:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.35);
}
.hover\:ring-teal-50\/40:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.4);
}
.hover\:ring-teal-50\/45:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.45);
}
.hover\:ring-teal-50\/5:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.05);
}
.hover\:ring-teal-50\/50:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.5);
}
.hover\:ring-teal-50\/55:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.55);
}
.hover\:ring-teal-50\/60:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.6);
}
.hover\:ring-teal-50\/65:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.65);
}
.hover\:ring-teal-50\/70:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.7);
}
.hover\:ring-teal-50\/75:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.75);
}
.hover\:ring-teal-50\/80:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.8);
}
.hover\:ring-teal-50\/85:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.85);
}
.hover\:ring-teal-50\/90:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.9);
}
.hover\:ring-teal-50\/95:hover {
    --tw-ring-color: rgba(240, 253, 250, 0.95);
}
.hover\:ring-teal-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-500\/0:hover {
    --tw-ring-color: rgba(20, 184, 166, 0);
}
.hover\:ring-teal-500\/10:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.1);
}
.hover\:ring-teal-500\/100:hover {
    --tw-ring-color: #14b8a6;
}
.hover\:ring-teal-500\/15:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.15);
}
.hover\:ring-teal-500\/20:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.2);
}
.hover\:ring-teal-500\/25:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.25);
}
.hover\:ring-teal-500\/30:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.3);
}
.hover\:ring-teal-500\/35:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.35);
}
.hover\:ring-teal-500\/40:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.4);
}
.hover\:ring-teal-500\/45:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.45);
}
.hover\:ring-teal-500\/5:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.05);
}
.hover\:ring-teal-500\/50:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.5);
}
.hover\:ring-teal-500\/55:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.55);
}
.hover\:ring-teal-500\/60:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.6);
}
.hover\:ring-teal-500\/65:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.65);
}
.hover\:ring-teal-500\/70:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.7);
}
.hover\:ring-teal-500\/75:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.75);
}
.hover\:ring-teal-500\/80:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.8);
}
.hover\:ring-teal-500\/85:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.85);
}
.hover\:ring-teal-500\/90:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.9);
}
.hover\:ring-teal-500\/95:hover {
    --tw-ring-color: rgba(20, 184, 166, 0.95);
}
.hover\:ring-teal-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-600\/0:hover {
    --tw-ring-color: rgba(13, 148, 136, 0);
}
.hover\:ring-teal-600\/10:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.1);
}
.hover\:ring-teal-600\/100:hover {
    --tw-ring-color: #0d9488;
}
.hover\:ring-teal-600\/15:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.15);
}
.hover\:ring-teal-600\/20:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.2);
}
.hover\:ring-teal-600\/25:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.25);
}
.hover\:ring-teal-600\/30:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.3);
}
.hover\:ring-teal-600\/35:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.35);
}
.hover\:ring-teal-600\/40:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.4);
}
.hover\:ring-teal-600\/45:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.45);
}
.hover\:ring-teal-600\/5:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.05);
}
.hover\:ring-teal-600\/50:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.5);
}
.hover\:ring-teal-600\/55:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.55);
}
.hover\:ring-teal-600\/60:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.6);
}
.hover\:ring-teal-600\/65:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.65);
}
.hover\:ring-teal-600\/70:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.7);
}
.hover\:ring-teal-600\/75:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.75);
}
.hover\:ring-teal-600\/80:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.8);
}
.hover\:ring-teal-600\/85:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.85);
}
.hover\:ring-teal-600\/90:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.9);
}
.hover\:ring-teal-600\/95:hover {
    --tw-ring-color: rgba(13, 148, 136, 0.95);
}
.hover\:ring-teal-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-700\/0:hover {
    --tw-ring-color: rgba(15, 118, 110, 0);
}
.hover\:ring-teal-700\/10:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.1);
}
.hover\:ring-teal-700\/100:hover {
    --tw-ring-color: #0f766e;
}
.hover\:ring-teal-700\/15:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.15);
}
.hover\:ring-teal-700\/20:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.2);
}
.hover\:ring-teal-700\/25:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.25);
}
.hover\:ring-teal-700\/30:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.3);
}
.hover\:ring-teal-700\/35:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.35);
}
.hover\:ring-teal-700\/40:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.4);
}
.hover\:ring-teal-700\/45:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.45);
}
.hover\:ring-teal-700\/5:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.05);
}
.hover\:ring-teal-700\/50:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.5);
}
.hover\:ring-teal-700\/55:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.55);
}
.hover\:ring-teal-700\/60:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.6);
}
.hover\:ring-teal-700\/65:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.65);
}
.hover\:ring-teal-700\/70:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.7);
}
.hover\:ring-teal-700\/75:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.75);
}
.hover\:ring-teal-700\/80:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.8);
}
.hover\:ring-teal-700\/85:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.85);
}
.hover\:ring-teal-700\/90:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.9);
}
.hover\:ring-teal-700\/95:hover {
    --tw-ring-color: rgba(15, 118, 110, 0.95);
}
.hover\:ring-teal-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-800\/0:hover {
    --tw-ring-color: rgba(17, 94, 89, 0);
}
.hover\:ring-teal-800\/10:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.1);
}
.hover\:ring-teal-800\/100:hover {
    --tw-ring-color: #115e59;
}
.hover\:ring-teal-800\/15:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.15);
}
.hover\:ring-teal-800\/20:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.2);
}
.hover\:ring-teal-800\/25:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.25);
}
.hover\:ring-teal-800\/30:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.3);
}
.hover\:ring-teal-800\/35:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.35);
}
.hover\:ring-teal-800\/40:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.4);
}
.hover\:ring-teal-800\/45:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.45);
}
.hover\:ring-teal-800\/5:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.05);
}
.hover\:ring-teal-800\/50:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.5);
}
.hover\:ring-teal-800\/55:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.55);
}
.hover\:ring-teal-800\/60:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.6);
}
.hover\:ring-teal-800\/65:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.65);
}
.hover\:ring-teal-800\/70:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.7);
}
.hover\:ring-teal-800\/75:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.75);
}
.hover\:ring-teal-800\/80:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.8);
}
.hover\:ring-teal-800\/85:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.85);
}
.hover\:ring-teal-800\/90:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.9);
}
.hover\:ring-teal-800\/95:hover {
    --tw-ring-color: rgba(17, 94, 89, 0.95);
}
.hover\:ring-teal-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-900\/0:hover {
    --tw-ring-color: rgba(19, 78, 74, 0);
}
.hover\:ring-teal-900\/10:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.1);
}
.hover\:ring-teal-900\/100:hover {
    --tw-ring-color: #134e4a;
}
.hover\:ring-teal-900\/15:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.15);
}
.hover\:ring-teal-900\/20:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.2);
}
.hover\:ring-teal-900\/25:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.25);
}
.hover\:ring-teal-900\/30:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.3);
}
.hover\:ring-teal-900\/35:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.35);
}
.hover\:ring-teal-900\/40:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.4);
}
.hover\:ring-teal-900\/45:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.45);
}
.hover\:ring-teal-900\/5:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.05);
}
.hover\:ring-teal-900\/50:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.5);
}
.hover\:ring-teal-900\/55:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.55);
}
.hover\:ring-teal-900\/60:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.6);
}
.hover\:ring-teal-900\/65:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.65);
}
.hover\:ring-teal-900\/70:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.7);
}
.hover\:ring-teal-900\/75:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.75);
}
.hover\:ring-teal-900\/80:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.8);
}
.hover\:ring-teal-900\/85:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.85);
}
.hover\:ring-teal-900\/90:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.9);
}
.hover\:ring-teal-900\/95:hover {
    --tw-ring-color: rgba(19, 78, 74, 0.95);
}
.hover\:ring-truegray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-100\/0:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0);
}
.hover\:ring-truegray-100\/10:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:ring-truegray-100\/100:hover {
    --tw-ring-color: #f5f5f5;
}
.hover\:ring-truegray-100\/15:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.15);
}
.hover\:ring-truegray-100\/20:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:ring-truegray-100\/25:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:ring-truegray-100\/30:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:ring-truegray-100\/35:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.35);
}
.hover\:ring-truegray-100\/40:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:ring-truegray-100\/45:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.45);
}
.hover\:ring-truegray-100\/5:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:ring-truegray-100\/50:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:ring-truegray-100\/55:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.55);
}
.hover\:ring-truegray-100\/60:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:ring-truegray-100\/65:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.65);
}
.hover\:ring-truegray-100\/70:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:ring-truegray-100\/75:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:ring-truegray-100\/80:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:ring-truegray-100\/85:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.85);
}
.hover\:ring-truegray-100\/90:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:ring-truegray-100\/95:hover {
    --tw-ring-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:ring-truegray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-200\/0:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0);
}
.hover\:ring-truegray-200\/10:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.1);
}
.hover\:ring-truegray-200\/100:hover {
    --tw-ring-color: #e5e5e5;
}
.hover\:ring-truegray-200\/15:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.15);
}
.hover\:ring-truegray-200\/20:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.2);
}
.hover\:ring-truegray-200\/25:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.25);
}
.hover\:ring-truegray-200\/30:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.3);
}
.hover\:ring-truegray-200\/35:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.35);
}
.hover\:ring-truegray-200\/40:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.4);
}
.hover\:ring-truegray-200\/45:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.45);
}
.hover\:ring-truegray-200\/5:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.05);
}
.hover\:ring-truegray-200\/50:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.5);
}
.hover\:ring-truegray-200\/55:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.55);
}
.hover\:ring-truegray-200\/60:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.6);
}
.hover\:ring-truegray-200\/65:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.65);
}
.hover\:ring-truegray-200\/70:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.7);
}
.hover\:ring-truegray-200\/75:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.75);
}
.hover\:ring-truegray-200\/80:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.8);
}
.hover\:ring-truegray-200\/85:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.85);
}
.hover\:ring-truegray-200\/90:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.9);
}
.hover\:ring-truegray-200\/95:hover {
    --tw-ring-color: hsla(0, 0%, 90%, 0.95);
}
.hover\:ring-truegray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-300\/0:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0);
}
.hover\:ring-truegray-300\/10:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.1);
}
.hover\:ring-truegray-300\/100:hover {
    --tw-ring-color: #d4d4d4;
}
.hover\:ring-truegray-300\/15:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.15);
}
.hover\:ring-truegray-300\/20:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.2);
}
.hover\:ring-truegray-300\/25:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.25);
}
.hover\:ring-truegray-300\/30:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.3);
}
.hover\:ring-truegray-300\/35:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.35);
}
.hover\:ring-truegray-300\/40:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.4);
}
.hover\:ring-truegray-300\/45:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.45);
}
.hover\:ring-truegray-300\/5:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.05);
}
.hover\:ring-truegray-300\/50:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.5);
}
.hover\:ring-truegray-300\/55:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.55);
}
.hover\:ring-truegray-300\/60:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.6);
}
.hover\:ring-truegray-300\/65:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.65);
}
.hover\:ring-truegray-300\/70:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.7);
}
.hover\:ring-truegray-300\/75:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.75);
}
.hover\:ring-truegray-300\/80:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.8);
}
.hover\:ring-truegray-300\/85:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.85);
}
.hover\:ring-truegray-300\/90:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.9);
}
.hover\:ring-truegray-300\/95:hover {
    --tw-ring-color: hsla(0, 0%, 83%, 0.95);
}
.hover\:ring-truegray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-400\/0:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0);
}
.hover\:ring-truegray-400\/10:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.1);
}
.hover\:ring-truegray-400\/100:hover {
    --tw-ring-color: #a3a3a3;
}
.hover\:ring-truegray-400\/15:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.15);
}
.hover\:ring-truegray-400\/20:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.2);
}
.hover\:ring-truegray-400\/25:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.25);
}
.hover\:ring-truegray-400\/30:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.3);
}
.hover\:ring-truegray-400\/35:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.35);
}
.hover\:ring-truegray-400\/40:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.4);
}
.hover\:ring-truegray-400\/45:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.45);
}
.hover\:ring-truegray-400\/5:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.05);
}
.hover\:ring-truegray-400\/50:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.5);
}
.hover\:ring-truegray-400\/55:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.55);
}
.hover\:ring-truegray-400\/60:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.6);
}
.hover\:ring-truegray-400\/65:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.65);
}
.hover\:ring-truegray-400\/70:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.7);
}
.hover\:ring-truegray-400\/75:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.75);
}
.hover\:ring-truegray-400\/80:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.8);
}
.hover\:ring-truegray-400\/85:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.85);
}
.hover\:ring-truegray-400\/90:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.9);
}
.hover\:ring-truegray-400\/95:hover {
    --tw-ring-color: hsla(0, 0%, 64%, 0.95);
}
.hover\:ring-truegray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-50\/0:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.hover\:ring-truegray-50\/10:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:ring-truegray-50\/100:hover {
    --tw-ring-color: #fafafa;
}
.hover\:ring-truegray-50\/15:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:ring-truegray-50\/20:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:ring-truegray-50\/25:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:ring-truegray-50\/30:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:ring-truegray-50\/35:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:ring-truegray-50\/40:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:ring-truegray-50\/45:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:ring-truegray-50\/5:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:ring-truegray-50\/50:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:ring-truegray-50\/55:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:ring-truegray-50\/60:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:ring-truegray-50\/65:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:ring-truegray-50\/70:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:ring-truegray-50\/75:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:ring-truegray-50\/80:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:ring-truegray-50\/85:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:ring-truegray-50\/90:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:ring-truegray-50\/95:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:ring-truegray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-500\/0:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0);
}
.hover\:ring-truegray-500\/10:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:ring-truegray-500\/100:hover {
    --tw-ring-color: #737373;
}
.hover\:ring-truegray-500\/15:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.15);
}
.hover\:ring-truegray-500\/20:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:ring-truegray-500\/25:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:ring-truegray-500\/30:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:ring-truegray-500\/35:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.35);
}
.hover\:ring-truegray-500\/40:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:ring-truegray-500\/45:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.45);
}
.hover\:ring-truegray-500\/5:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:ring-truegray-500\/50:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:ring-truegray-500\/55:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.55);
}
.hover\:ring-truegray-500\/60:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:ring-truegray-500\/65:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.65);
}
.hover\:ring-truegray-500\/70:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:ring-truegray-500\/75:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:ring-truegray-500\/80:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:ring-truegray-500\/85:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.85);
}
.hover\:ring-truegray-500\/90:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:ring-truegray-500\/95:hover {
    --tw-ring-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:ring-truegray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-600\/0:hover {
    --tw-ring-color: rgba(82, 82, 82, 0);
}
.hover\:ring-truegray-600\/10:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.1);
}
.hover\:ring-truegray-600\/100:hover {
    --tw-ring-color: #525252;
}
.hover\:ring-truegray-600\/15:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.15);
}
.hover\:ring-truegray-600\/20:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.2);
}
.hover\:ring-truegray-600\/25:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.25);
}
.hover\:ring-truegray-600\/30:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.3);
}
.hover\:ring-truegray-600\/35:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.35);
}
.hover\:ring-truegray-600\/40:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.4);
}
.hover\:ring-truegray-600\/45:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.45);
}
.hover\:ring-truegray-600\/5:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.05);
}
.hover\:ring-truegray-600\/50:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.5);
}
.hover\:ring-truegray-600\/55:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.55);
}
.hover\:ring-truegray-600\/60:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.6);
}
.hover\:ring-truegray-600\/65:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.65);
}
.hover\:ring-truegray-600\/70:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.7);
}
.hover\:ring-truegray-600\/75:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.75);
}
.hover\:ring-truegray-600\/80:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.8);
}
.hover\:ring-truegray-600\/85:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.85);
}
.hover\:ring-truegray-600\/90:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.9);
}
.hover\:ring-truegray-600\/95:hover {
    --tw-ring-color: rgba(82, 82, 82, 0.95);
}
.hover\:ring-truegray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-700\/0:hover {
    --tw-ring-color: rgba(64, 64, 64, 0);
}
.hover\:ring-truegray-700\/10:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.1);
}
.hover\:ring-truegray-700\/100:hover {
    --tw-ring-color: #404040;
}
.hover\:ring-truegray-700\/15:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.15);
}
.hover\:ring-truegray-700\/20:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.2);
}
.hover\:ring-truegray-700\/25:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.25);
}
.hover\:ring-truegray-700\/30:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.3);
}
.hover\:ring-truegray-700\/35:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.35);
}
.hover\:ring-truegray-700\/40:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.4);
}
.hover\:ring-truegray-700\/45:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.45);
}
.hover\:ring-truegray-700\/5:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.05);
}
.hover\:ring-truegray-700\/50:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.5);
}
.hover\:ring-truegray-700\/55:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.55);
}
.hover\:ring-truegray-700\/60:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.6);
}
.hover\:ring-truegray-700\/65:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.65);
}
.hover\:ring-truegray-700\/70:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.7);
}
.hover\:ring-truegray-700\/75:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.75);
}
.hover\:ring-truegray-700\/80:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.8);
}
.hover\:ring-truegray-700\/85:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.85);
}
.hover\:ring-truegray-700\/90:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.9);
}
.hover\:ring-truegray-700\/95:hover {
    --tw-ring-color: rgba(64, 64, 64, 0.95);
}
.hover\:ring-truegray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-800\/0:hover {
    --tw-ring-color: rgba(38, 38, 38, 0);
}
.hover\:ring-truegray-800\/10:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.1);
}
.hover\:ring-truegray-800\/100:hover {
    --tw-ring-color: #262626;
}
.hover\:ring-truegray-800\/15:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.15);
}
.hover\:ring-truegray-800\/20:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.2);
}
.hover\:ring-truegray-800\/25:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.25);
}
.hover\:ring-truegray-800\/30:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.3);
}
.hover\:ring-truegray-800\/35:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.35);
}
.hover\:ring-truegray-800\/40:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.4);
}
.hover\:ring-truegray-800\/45:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.45);
}
.hover\:ring-truegray-800\/5:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.05);
}
.hover\:ring-truegray-800\/50:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.5);
}
.hover\:ring-truegray-800\/55:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.55);
}
.hover\:ring-truegray-800\/60:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.6);
}
.hover\:ring-truegray-800\/65:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.65);
}
.hover\:ring-truegray-800\/70:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.7);
}
.hover\:ring-truegray-800\/75:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.75);
}
.hover\:ring-truegray-800\/80:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.8);
}
.hover\:ring-truegray-800\/85:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.85);
}
.hover\:ring-truegray-800\/90:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.9);
}
.hover\:ring-truegray-800\/95:hover {
    --tw-ring-color: rgba(38, 38, 38, 0.95);
}
.hover\:ring-truegray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}
.hover\:ring-truegray-900\/0:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0);
}
.hover\:ring-truegray-900\/10:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.1);
}
.hover\:ring-truegray-900\/100:hover {
    --tw-ring-color: #171717;
}
.hover\:ring-truegray-900\/15:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.15);
}
.hover\:ring-truegray-900\/20:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.2);
}
.hover\:ring-truegray-900\/25:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.25);
}
.hover\:ring-truegray-900\/30:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.3);
}
.hover\:ring-truegray-900\/35:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.35);
}
.hover\:ring-truegray-900\/40:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.4);
}
.hover\:ring-truegray-900\/45:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.45);
}
.hover\:ring-truegray-900\/5:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.05);
}
.hover\:ring-truegray-900\/50:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.5);
}
.hover\:ring-truegray-900\/55:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.55);
}
.hover\:ring-truegray-900\/60:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.6);
}
.hover\:ring-truegray-900\/65:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.65);
}
.hover\:ring-truegray-900\/70:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.7);
}
.hover\:ring-truegray-900\/75:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.75);
}
.hover\:ring-truegray-900\/80:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.8);
}
.hover\:ring-truegray-900\/85:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.85);
}
.hover\:ring-truegray-900\/90:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.9);
}
.hover\:ring-truegray-900\/95:hover {
    --tw-ring-color: hsla(0, 0%, 9%, 0.95);
}
.hover\:ring-ucm-green:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(184 168 147 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-100\/0:hover {
    --tw-ring-color: rgba(237, 233, 254, 0);
}
.hover\:ring-violet-100\/10:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.1);
}
.hover\:ring-violet-100\/100:hover {
    --tw-ring-color: #ede9fe;
}
.hover\:ring-violet-100\/15:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.15);
}
.hover\:ring-violet-100\/20:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.2);
}
.hover\:ring-violet-100\/25:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.25);
}
.hover\:ring-violet-100\/30:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.3);
}
.hover\:ring-violet-100\/35:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.35);
}
.hover\:ring-violet-100\/40:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.4);
}
.hover\:ring-violet-100\/45:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.45);
}
.hover\:ring-violet-100\/5:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.05);
}
.hover\:ring-violet-100\/50:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.5);
}
.hover\:ring-violet-100\/55:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.55);
}
.hover\:ring-violet-100\/60:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.6);
}
.hover\:ring-violet-100\/65:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.65);
}
.hover\:ring-violet-100\/70:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.7);
}
.hover\:ring-violet-100\/75:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.75);
}
.hover\:ring-violet-100\/80:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.8);
}
.hover\:ring-violet-100\/85:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.85);
}
.hover\:ring-violet-100\/90:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.9);
}
.hover\:ring-violet-100\/95:hover {
    --tw-ring-color: rgba(237, 233, 254, 0.95);
}
.hover\:ring-violet-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-200\/0:hover {
    --tw-ring-color: rgba(221, 214, 254, 0);
}
.hover\:ring-violet-200\/10:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.1);
}
.hover\:ring-violet-200\/100:hover {
    --tw-ring-color: #ddd6fe;
}
.hover\:ring-violet-200\/15:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.15);
}
.hover\:ring-violet-200\/20:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.2);
}
.hover\:ring-violet-200\/25:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.25);
}
.hover\:ring-violet-200\/30:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.3);
}
.hover\:ring-violet-200\/35:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.35);
}
.hover\:ring-violet-200\/40:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.4);
}
.hover\:ring-violet-200\/45:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.45);
}
.hover\:ring-violet-200\/5:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.05);
}
.hover\:ring-violet-200\/50:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.5);
}
.hover\:ring-violet-200\/55:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.55);
}
.hover\:ring-violet-200\/60:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.6);
}
.hover\:ring-violet-200\/65:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.65);
}
.hover\:ring-violet-200\/70:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.7);
}
.hover\:ring-violet-200\/75:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.75);
}
.hover\:ring-violet-200\/80:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.8);
}
.hover\:ring-violet-200\/85:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.85);
}
.hover\:ring-violet-200\/90:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.9);
}
.hover\:ring-violet-200\/95:hover {
    --tw-ring-color: rgba(221, 214, 254, 0.95);
}
.hover\:ring-violet-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-300\/0:hover {
    --tw-ring-color: rgba(196, 181, 253, 0);
}
.hover\:ring-violet-300\/10:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.1);
}
.hover\:ring-violet-300\/100:hover {
    --tw-ring-color: #c4b5fd;
}
.hover\:ring-violet-300\/15:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.15);
}
.hover\:ring-violet-300\/20:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.2);
}
.hover\:ring-violet-300\/25:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.25);
}
.hover\:ring-violet-300\/30:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.3);
}
.hover\:ring-violet-300\/35:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.35);
}
.hover\:ring-violet-300\/40:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.4);
}
.hover\:ring-violet-300\/45:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.45);
}
.hover\:ring-violet-300\/5:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.05);
}
.hover\:ring-violet-300\/50:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.5);
}
.hover\:ring-violet-300\/55:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.55);
}
.hover\:ring-violet-300\/60:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.6);
}
.hover\:ring-violet-300\/65:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.65);
}
.hover\:ring-violet-300\/70:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.7);
}
.hover\:ring-violet-300\/75:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.75);
}
.hover\:ring-violet-300\/80:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.8);
}
.hover\:ring-violet-300\/85:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.85);
}
.hover\:ring-violet-300\/90:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.9);
}
.hover\:ring-violet-300\/95:hover {
    --tw-ring-color: rgba(196, 181, 253, 0.95);
}
.hover\:ring-violet-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-400\/0:hover {
    --tw-ring-color: rgba(167, 139, 250, 0);
}
.hover\:ring-violet-400\/10:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.1);
}
.hover\:ring-violet-400\/100:hover {
    --tw-ring-color: #a78bfa;
}
.hover\:ring-violet-400\/15:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.15);
}
.hover\:ring-violet-400\/20:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.2);
}
.hover\:ring-violet-400\/25:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.25);
}
.hover\:ring-violet-400\/30:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.3);
}
.hover\:ring-violet-400\/35:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.35);
}
.hover\:ring-violet-400\/40:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.4);
}
.hover\:ring-violet-400\/45:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.45);
}
.hover\:ring-violet-400\/5:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.05);
}
.hover\:ring-violet-400\/50:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.5);
}
.hover\:ring-violet-400\/55:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.55);
}
.hover\:ring-violet-400\/60:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.6);
}
.hover\:ring-violet-400\/65:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.65);
}
.hover\:ring-violet-400\/70:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.7);
}
.hover\:ring-violet-400\/75:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.75);
}
.hover\:ring-violet-400\/80:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.8);
}
.hover\:ring-violet-400\/85:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.85);
}
.hover\:ring-violet-400\/90:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.9);
}
.hover\:ring-violet-400\/95:hover {
    --tw-ring-color: rgba(167, 139, 250, 0.95);
}
.hover\:ring-violet-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-50\/0:hover {
    --tw-ring-color: rgba(245, 243, 255, 0);
}
.hover\:ring-violet-50\/10:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.1);
}
.hover\:ring-violet-50\/100:hover {
    --tw-ring-color: #f5f3ff;
}
.hover\:ring-violet-50\/15:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.15);
}
.hover\:ring-violet-50\/20:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.2);
}
.hover\:ring-violet-50\/25:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.25);
}
.hover\:ring-violet-50\/30:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.3);
}
.hover\:ring-violet-50\/35:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.35);
}
.hover\:ring-violet-50\/40:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.4);
}
.hover\:ring-violet-50\/45:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.45);
}
.hover\:ring-violet-50\/5:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.05);
}
.hover\:ring-violet-50\/50:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.5);
}
.hover\:ring-violet-50\/55:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.55);
}
.hover\:ring-violet-50\/60:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.6);
}
.hover\:ring-violet-50\/65:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.65);
}
.hover\:ring-violet-50\/70:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.7);
}
.hover\:ring-violet-50\/75:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.75);
}
.hover\:ring-violet-50\/80:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.8);
}
.hover\:ring-violet-50\/85:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.85);
}
.hover\:ring-violet-50\/90:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.9);
}
.hover\:ring-violet-50\/95:hover {
    --tw-ring-color: rgba(245, 243, 255, 0.95);
}
.hover\:ring-violet-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-500\/0:hover {
    --tw-ring-color: rgba(139, 92, 246, 0);
}
.hover\:ring-violet-500\/10:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.1);
}
.hover\:ring-violet-500\/100:hover {
    --tw-ring-color: #8b5cf6;
}
.hover\:ring-violet-500\/15:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.15);
}
.hover\:ring-violet-500\/20:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.2);
}
.hover\:ring-violet-500\/25:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.25);
}
.hover\:ring-violet-500\/30:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.3);
}
.hover\:ring-violet-500\/35:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.35);
}
.hover\:ring-violet-500\/40:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.4);
}
.hover\:ring-violet-500\/45:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.45);
}
.hover\:ring-violet-500\/5:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.05);
}
.hover\:ring-violet-500\/50:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.5);
}
.hover\:ring-violet-500\/55:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.55);
}
.hover\:ring-violet-500\/60:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.6);
}
.hover\:ring-violet-500\/65:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.65);
}
.hover\:ring-violet-500\/70:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.7);
}
.hover\:ring-violet-500\/75:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.75);
}
.hover\:ring-violet-500\/80:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.8);
}
.hover\:ring-violet-500\/85:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.85);
}
.hover\:ring-violet-500\/90:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.9);
}
.hover\:ring-violet-500\/95:hover {
    --tw-ring-color: rgba(139, 92, 246, 0.95);
}
.hover\:ring-violet-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-600\/0:hover {
    --tw-ring-color: rgba(124, 58, 237, 0);
}
.hover\:ring-violet-600\/10:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.1);
}
.hover\:ring-violet-600\/100:hover {
    --tw-ring-color: #7c3aed;
}
.hover\:ring-violet-600\/15:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.15);
}
.hover\:ring-violet-600\/20:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.2);
}
.hover\:ring-violet-600\/25:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.25);
}
.hover\:ring-violet-600\/30:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.3);
}
.hover\:ring-violet-600\/35:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.35);
}
.hover\:ring-violet-600\/40:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.4);
}
.hover\:ring-violet-600\/45:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.45);
}
.hover\:ring-violet-600\/5:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.05);
}
.hover\:ring-violet-600\/50:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.5);
}
.hover\:ring-violet-600\/55:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.55);
}
.hover\:ring-violet-600\/60:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.6);
}
.hover\:ring-violet-600\/65:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.65);
}
.hover\:ring-violet-600\/70:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.7);
}
.hover\:ring-violet-600\/75:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.75);
}
.hover\:ring-violet-600\/80:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.8);
}
.hover\:ring-violet-600\/85:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.85);
}
.hover\:ring-violet-600\/90:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.9);
}
.hover\:ring-violet-600\/95:hover {
    --tw-ring-color: rgba(124, 58, 237, 0.95);
}
.hover\:ring-violet-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-700\/0:hover {
    --tw-ring-color: rgba(109, 40, 217, 0);
}
.hover\:ring-violet-700\/10:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.1);
}
.hover\:ring-violet-700\/100:hover {
    --tw-ring-color: #6d28d9;
}
.hover\:ring-violet-700\/15:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.15);
}
.hover\:ring-violet-700\/20:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.2);
}
.hover\:ring-violet-700\/25:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.25);
}
.hover\:ring-violet-700\/30:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.3);
}
.hover\:ring-violet-700\/35:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.35);
}
.hover\:ring-violet-700\/40:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.4);
}
.hover\:ring-violet-700\/45:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.45);
}
.hover\:ring-violet-700\/5:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.05);
}
.hover\:ring-violet-700\/50:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.5);
}
.hover\:ring-violet-700\/55:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.55);
}
.hover\:ring-violet-700\/60:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.6);
}
.hover\:ring-violet-700\/65:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.65);
}
.hover\:ring-violet-700\/70:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.7);
}
.hover\:ring-violet-700\/75:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.75);
}
.hover\:ring-violet-700\/80:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.8);
}
.hover\:ring-violet-700\/85:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.85);
}
.hover\:ring-violet-700\/90:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.9);
}
.hover\:ring-violet-700\/95:hover {
    --tw-ring-color: rgba(109, 40, 217, 0.95);
}
.hover\:ring-violet-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-800\/0:hover {
    --tw-ring-color: rgba(91, 33, 182, 0);
}
.hover\:ring-violet-800\/10:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.1);
}
.hover\:ring-violet-800\/100:hover {
    --tw-ring-color: #5b21b6;
}
.hover\:ring-violet-800\/15:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.15);
}
.hover\:ring-violet-800\/20:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.2);
}
.hover\:ring-violet-800\/25:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.25);
}
.hover\:ring-violet-800\/30:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.3);
}
.hover\:ring-violet-800\/35:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.35);
}
.hover\:ring-violet-800\/40:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.4);
}
.hover\:ring-violet-800\/45:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.45);
}
.hover\:ring-violet-800\/5:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.05);
}
.hover\:ring-violet-800\/50:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.5);
}
.hover\:ring-violet-800\/55:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.55);
}
.hover\:ring-violet-800\/60:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.6);
}
.hover\:ring-violet-800\/65:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.65);
}
.hover\:ring-violet-800\/70:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.7);
}
.hover\:ring-violet-800\/75:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.75);
}
.hover\:ring-violet-800\/80:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.8);
}
.hover\:ring-violet-800\/85:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.85);
}
.hover\:ring-violet-800\/90:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.9);
}
.hover\:ring-violet-800\/95:hover {
    --tw-ring-color: rgba(91, 33, 182, 0.95);
}
.hover\:ring-violet-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}
.hover\:ring-violet-900\/0:hover {
    --tw-ring-color: rgba(76, 29, 149, 0);
}
.hover\:ring-violet-900\/10:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.1);
}
.hover\:ring-violet-900\/100:hover {
    --tw-ring-color: #4c1d95;
}
.hover\:ring-violet-900\/15:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.15);
}
.hover\:ring-violet-900\/20:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.2);
}
.hover\:ring-violet-900\/25:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.25);
}
.hover\:ring-violet-900\/30:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.3);
}
.hover\:ring-violet-900\/35:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.35);
}
.hover\:ring-violet-900\/40:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.4);
}
.hover\:ring-violet-900\/45:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.45);
}
.hover\:ring-violet-900\/5:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.05);
}
.hover\:ring-violet-900\/50:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.5);
}
.hover\:ring-violet-900\/55:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.55);
}
.hover\:ring-violet-900\/60:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.6);
}
.hover\:ring-violet-900\/65:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.65);
}
.hover\:ring-violet-900\/70:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.7);
}
.hover\:ring-violet-900\/75:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.75);
}
.hover\:ring-violet-900\/80:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.8);
}
.hover\:ring-violet-900\/85:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.85);
}
.hover\:ring-violet-900\/90:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.9);
}
.hover\:ring-violet-900\/95:hover {
    --tw-ring-color: rgba(76, 29, 149, 0.95);
}
.hover\:ring-warmergreen-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 239 236 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-100\/0:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0);
}
.hover\:ring-warmergreen-100\/10:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.1);
}
.hover\:ring-warmergreen-100\/100:hover {
    --tw-ring-color: #eeefec;
}
.hover\:ring-warmergreen-100\/15:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.15);
}
.hover\:ring-warmergreen-100\/20:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.2);
}
.hover\:ring-warmergreen-100\/25:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.25);
}
.hover\:ring-warmergreen-100\/30:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.3);
}
.hover\:ring-warmergreen-100\/35:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.35);
}
.hover\:ring-warmergreen-100\/40:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.4);
}
.hover\:ring-warmergreen-100\/45:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.45);
}
.hover\:ring-warmergreen-100\/5:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.05);
}
.hover\:ring-warmergreen-100\/50:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.5);
}
.hover\:ring-warmergreen-100\/55:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.55);
}
.hover\:ring-warmergreen-100\/60:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.6);
}
.hover\:ring-warmergreen-100\/65:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.65);
}
.hover\:ring-warmergreen-100\/70:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.7);
}
.hover\:ring-warmergreen-100\/75:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.75);
}
.hover\:ring-warmergreen-100\/80:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.8);
}
.hover\:ring-warmergreen-100\/85:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.85);
}
.hover\:ring-warmergreen-100\/90:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.9);
}
.hover\:ring-warmergreen-100\/95:hover {
    --tw-ring-color: hsla(80, 9%, 93%, 0.95);
}
.hover\:ring-warmergreen-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 222 215 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-200\/0:hover {
    --tw-ring-color: rgba(216, 222, 215, 0);
}
.hover\:ring-warmergreen-200\/10:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.1);
}
.hover\:ring-warmergreen-200\/100:hover {
    --tw-ring-color: #d8ded7;
}
.hover\:ring-warmergreen-200\/15:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.15);
}
.hover\:ring-warmergreen-200\/20:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.2);
}
.hover\:ring-warmergreen-200\/25:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.25);
}
.hover\:ring-warmergreen-200\/30:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.3);
}
.hover\:ring-warmergreen-200\/35:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.35);
}
.hover\:ring-warmergreen-200\/40:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.4);
}
.hover\:ring-warmergreen-200\/45:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.45);
}
.hover\:ring-warmergreen-200\/5:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.05);
}
.hover\:ring-warmergreen-200\/50:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.5);
}
.hover\:ring-warmergreen-200\/55:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.55);
}
.hover\:ring-warmergreen-200\/60:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.6);
}
.hover\:ring-warmergreen-200\/65:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.65);
}
.hover\:ring-warmergreen-200\/70:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.7);
}
.hover\:ring-warmergreen-200\/75:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.75);
}
.hover\:ring-warmergreen-200\/80:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.8);
}
.hover\:ring-warmergreen-200\/85:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.85);
}
.hover\:ring-warmergreen-200\/90:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.9);
}
.hover\:ring-warmergreen-200\/95:hover {
    --tw-ring-color: rgba(216, 222, 215, 0.95);
}
.hover\:ring-warmergreen-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(177 188 175 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-300\/0:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0);
}
.hover\:ring-warmergreen-300\/10:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.1);
}
.hover\:ring-warmergreen-300\/100:hover {
    --tw-ring-color: #b1bcaf;
}
.hover\:ring-warmergreen-300\/15:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.15);
}
.hover\:ring-warmergreen-300\/20:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.2);
}
.hover\:ring-warmergreen-300\/25:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.25);
}
.hover\:ring-warmergreen-300\/30:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.3);
}
.hover\:ring-warmergreen-300\/35:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.35);
}
.hover\:ring-warmergreen-300\/40:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.4);
}
.hover\:ring-warmergreen-300\/45:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.45);
}
.hover\:ring-warmergreen-300\/5:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.05);
}
.hover\:ring-warmergreen-300\/50:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.5);
}
.hover\:ring-warmergreen-300\/55:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.55);
}
.hover\:ring-warmergreen-300\/60:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.6);
}
.hover\:ring-warmergreen-300\/65:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.65);
}
.hover\:ring-warmergreen-300\/70:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.7);
}
.hover\:ring-warmergreen-300\/75:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.75);
}
.hover\:ring-warmergreen-300\/80:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.8);
}
.hover\:ring-warmergreen-300\/85:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.85);
}
.hover\:ring-warmergreen-300\/90:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.9);
}
.hover\:ring-warmergreen-300\/95:hover {
    --tw-ring-color: hsla(111, 9%, 71%, 0.95);
}
.hover\:ring-warmergreen-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(127 150 132 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-400\/0:hover {
    --tw-ring-color: rgba(127, 150, 132, 0);
}
.hover\:ring-warmergreen-400\/10:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.1);
}
.hover\:ring-warmergreen-400\/100:hover {
    --tw-ring-color: #7f9684;
}
.hover\:ring-warmergreen-400\/15:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.15);
}
.hover\:ring-warmergreen-400\/20:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.2);
}
.hover\:ring-warmergreen-400\/25:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.25);
}
.hover\:ring-warmergreen-400\/30:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.3);
}
.hover\:ring-warmergreen-400\/35:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.35);
}
.hover\:ring-warmergreen-400\/40:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.4);
}
.hover\:ring-warmergreen-400\/45:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.45);
}
.hover\:ring-warmergreen-400\/5:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.05);
}
.hover\:ring-warmergreen-400\/50:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.5);
}
.hover\:ring-warmergreen-400\/55:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.55);
}
.hover\:ring-warmergreen-400\/60:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.6);
}
.hover\:ring-warmergreen-400\/65:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.65);
}
.hover\:ring-warmergreen-400\/70:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.7);
}
.hover\:ring-warmergreen-400\/75:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.75);
}
.hover\:ring-warmergreen-400\/80:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.8);
}
.hover\:ring-warmergreen-400\/85:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.85);
}
.hover\:ring-warmergreen-400\/90:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.9);
}
.hover\:ring-warmergreen-400\/95:hover {
    --tw-ring-color: rgba(127, 150, 132, 0.95);
}
.hover\:ring-warmergreen-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 248 246 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-50\/0:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0);
}
.hover\:ring-warmergreen-50\/10:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.1);
}
.hover\:ring-warmergreen-50\/100:hover {
    --tw-ring-color: #f7f8f6;
}
.hover\:ring-warmergreen-50\/15:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.15);
}
.hover\:ring-warmergreen-50\/20:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.2);
}
.hover\:ring-warmergreen-50\/25:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.25);
}
.hover\:ring-warmergreen-50\/30:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.3);
}
.hover\:ring-warmergreen-50\/35:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.35);
}
.hover\:ring-warmergreen-50\/40:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.4);
}
.hover\:ring-warmergreen-50\/45:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.45);
}
.hover\:ring-warmergreen-50\/5:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.05);
}
.hover\:ring-warmergreen-50\/50:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.5);
}
.hover\:ring-warmergreen-50\/55:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.55);
}
.hover\:ring-warmergreen-50\/60:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.6);
}
.hover\:ring-warmergreen-50\/65:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.65);
}
.hover\:ring-warmergreen-50\/70:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.7);
}
.hover\:ring-warmergreen-50\/75:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.75);
}
.hover\:ring-warmergreen-50\/80:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.8);
}
.hover\:ring-warmergreen-50\/85:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.85);
}
.hover\:ring-warmergreen-50\/90:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.9);
}
.hover\:ring-warmergreen-50\/95:hover {
    --tw-ring-color: hsla(90, 12%, 97%, 0.95);
}
.hover\:ring-warmergreen-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(98 119 95 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-500\/0:hover {
    --tw-ring-color: rgba(98, 119, 95, 0);
}
.hover\:ring-warmergreen-500\/10:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.1);
}
.hover\:ring-warmergreen-500\/100:hover {
    --tw-ring-color: #62775f;
}
.hover\:ring-warmergreen-500\/15:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.15);
}
.hover\:ring-warmergreen-500\/20:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.2);
}
.hover\:ring-warmergreen-500\/25:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.25);
}
.hover\:ring-warmergreen-500\/30:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.3);
}
.hover\:ring-warmergreen-500\/35:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.35);
}
.hover\:ring-warmergreen-500\/40:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.4);
}
.hover\:ring-warmergreen-500\/45:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.45);
}
.hover\:ring-warmergreen-500\/5:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.05);
}
.hover\:ring-warmergreen-500\/50:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.5);
}
.hover\:ring-warmergreen-500\/55:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.55);
}
.hover\:ring-warmergreen-500\/60:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.6);
}
.hover\:ring-warmergreen-500\/65:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.65);
}
.hover\:ring-warmergreen-500\/70:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.7);
}
.hover\:ring-warmergreen-500\/75:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.75);
}
.hover\:ring-warmergreen-500\/80:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.8);
}
.hover\:ring-warmergreen-500\/85:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.85);
}
.hover\:ring-warmergreen-500\/90:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.9);
}
.hover\:ring-warmergreen-500\/95:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.95);
}
.hover\:ring-warmergreen-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 92 70 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-600\/0:hover {
    --tw-ring-color: rgba(79, 92, 70, 0);
}
.hover\:ring-warmergreen-600\/10:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.1);
}
.hover\:ring-warmergreen-600\/100:hover {
    --tw-ring-color: #4f5c46;
}
.hover\:ring-warmergreen-600\/15:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.15);
}
.hover\:ring-warmergreen-600\/20:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.2);
}
.hover\:ring-warmergreen-600\/25:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.25);
}
.hover\:ring-warmergreen-600\/30:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.3);
}
.hover\:ring-warmergreen-600\/35:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.35);
}
.hover\:ring-warmergreen-600\/40:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.4);
}
.hover\:ring-warmergreen-600\/45:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.45);
}
.hover\:ring-warmergreen-600\/5:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.05);
}
.hover\:ring-warmergreen-600\/50:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.5);
}
.hover\:ring-warmergreen-600\/55:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.55);
}
.hover\:ring-warmergreen-600\/60:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.6);
}
.hover\:ring-warmergreen-600\/65:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.65);
}
.hover\:ring-warmergreen-600\/70:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.7);
}
.hover\:ring-warmergreen-600\/75:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.75);
}
.hover\:ring-warmergreen-600\/80:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.8);
}
.hover\:ring-warmergreen-600\/85:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.85);
}
.hover\:ring-warmergreen-600\/90:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.9);
}
.hover\:ring-warmergreen-600\/95:hover {
    --tw-ring-color: rgba(79, 92, 70, 0.95);
}
.hover\:ring-warmergreen-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(62 70 54 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-700\/0:hover {
    --tw-ring-color: rgba(62, 70, 54, 0);
}
.hover\:ring-warmergreen-700\/10:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.1);
}
.hover\:ring-warmergreen-700\/100:hover {
    --tw-ring-color: #3e4636;
}
.hover\:ring-warmergreen-700\/15:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.15);
}
.hover\:ring-warmergreen-700\/20:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.2);
}
.hover\:ring-warmergreen-700\/25:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.25);
}
.hover\:ring-warmergreen-700\/30:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.3);
}
.hover\:ring-warmergreen-700\/35:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.35);
}
.hover\:ring-warmergreen-700\/40:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.4);
}
.hover\:ring-warmergreen-700\/45:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.45);
}
.hover\:ring-warmergreen-700\/5:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.05);
}
.hover\:ring-warmergreen-700\/50:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.5);
}
.hover\:ring-warmergreen-700\/55:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.55);
}
.hover\:ring-warmergreen-700\/60:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.6);
}
.hover\:ring-warmergreen-700\/65:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.65);
}
.hover\:ring-warmergreen-700\/70:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.7);
}
.hover\:ring-warmergreen-700\/75:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.75);
}
.hover\:ring-warmergreen-700\/80:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.8);
}
.hover\:ring-warmergreen-700\/85:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.85);
}
.hover\:ring-warmergreen-700\/90:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.9);
}
.hover\:ring-warmergreen-700\/95:hover {
    --tw-ring-color: rgba(62, 70, 54, 0.95);
}
.hover\:ring-warmergreen-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 48 40 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-800\/0:hover {
    --tw-ring-color: rgba(43, 48, 40, 0);
}
.hover\:ring-warmergreen-800\/10:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.1);
}
.hover\:ring-warmergreen-800\/100:hover {
    --tw-ring-color: #2b3028;
}
.hover\:ring-warmergreen-800\/15:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.15);
}
.hover\:ring-warmergreen-800\/20:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.2);
}
.hover\:ring-warmergreen-800\/25:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.25);
}
.hover\:ring-warmergreen-800\/30:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.3);
}
.hover\:ring-warmergreen-800\/35:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.35);
}
.hover\:ring-warmergreen-800\/40:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.4);
}
.hover\:ring-warmergreen-800\/45:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.45);
}
.hover\:ring-warmergreen-800\/5:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.05);
}
.hover\:ring-warmergreen-800\/50:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.5);
}
.hover\:ring-warmergreen-800\/55:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.55);
}
.hover\:ring-warmergreen-800\/60:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.6);
}
.hover\:ring-warmergreen-800\/65:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.65);
}
.hover\:ring-warmergreen-800\/70:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.7);
}
.hover\:ring-warmergreen-800\/75:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.75);
}
.hover\:ring-warmergreen-800\/80:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.8);
}
.hover\:ring-warmergreen-800\/85:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.85);
}
.hover\:ring-warmergreen-800\/90:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.9);
}
.hover\:ring-warmergreen-800\/95:hover {
    --tw-ring-color: rgba(43, 48, 40, 0.95);
}
.hover\:ring-warmergreen-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 30 27 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmergreen-900\/0:hover {
    --tw-ring-color: rgba(28, 30, 27, 0);
}
.hover\:ring-warmergreen-900\/10:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.1);
}
.hover\:ring-warmergreen-900\/100:hover {
    --tw-ring-color: #1c1e1b;
}
.hover\:ring-warmergreen-900\/15:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.15);
}
.hover\:ring-warmergreen-900\/20:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.2);
}
.hover\:ring-warmergreen-900\/25:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.25);
}
.hover\:ring-warmergreen-900\/30:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.3);
}
.hover\:ring-warmergreen-900\/35:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.35);
}
.hover\:ring-warmergreen-900\/40:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.4);
}
.hover\:ring-warmergreen-900\/45:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.45);
}
.hover\:ring-warmergreen-900\/5:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.05);
}
.hover\:ring-warmergreen-900\/50:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.5);
}
.hover\:ring-warmergreen-900\/55:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.55);
}
.hover\:ring-warmergreen-900\/60:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.6);
}
.hover\:ring-warmergreen-900\/65:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.65);
}
.hover\:ring-warmergreen-900\/70:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.7);
}
.hover\:ring-warmergreen-900\/75:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.75);
}
.hover\:ring-warmergreen-900\/80:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.8);
}
.hover\:ring-warmergreen-900\/85:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.85);
}
.hover\:ring-warmergreen-900\/90:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.9);
}
.hover\:ring-warmergreen-900\/95:hover {
    --tw-ring-color: rgba(28, 30, 27, 0.95);
}
.hover\:ring-warmgray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-100\/0:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0);
}
.hover\:ring-warmgray-100\/10:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.1);
}
.hover\:ring-warmgray-100\/100:hover {
    --tw-ring-color: #f5f5f4;
}
.hover\:ring-warmgray-100\/15:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.15);
}
.hover\:ring-warmgray-100\/20:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.2);
}
.hover\:ring-warmgray-100\/25:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.25);
}
.hover\:ring-warmgray-100\/30:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.3);
}
.hover\:ring-warmgray-100\/35:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.35);
}
.hover\:ring-warmgray-100\/40:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.4);
}
.hover\:ring-warmgray-100\/45:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.45);
}
.hover\:ring-warmgray-100\/5:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.05);
}
.hover\:ring-warmgray-100\/50:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.5);
}
.hover\:ring-warmgray-100\/55:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.55);
}
.hover\:ring-warmgray-100\/60:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.6);
}
.hover\:ring-warmgray-100\/65:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.65);
}
.hover\:ring-warmgray-100\/70:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.7);
}
.hover\:ring-warmgray-100\/75:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.75);
}
.hover\:ring-warmgray-100\/80:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.8);
}
.hover\:ring-warmgray-100\/85:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.85);
}
.hover\:ring-warmgray-100\/90:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.9);
}
.hover\:ring-warmgray-100\/95:hover {
    --tw-ring-color: hsla(60, 5%, 96%, 0.95);
}
.hover\:ring-warmgray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-200\/0:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0);
}
.hover\:ring-warmgray-200\/10:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.1);
}
.hover\:ring-warmgray-200\/100:hover {
    --tw-ring-color: #e7e5e4;
}
.hover\:ring-warmgray-200\/15:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.15);
}
.hover\:ring-warmgray-200\/20:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.2);
}
.hover\:ring-warmgray-200\/25:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.25);
}
.hover\:ring-warmgray-200\/30:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.3);
}
.hover\:ring-warmgray-200\/35:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.35);
}
.hover\:ring-warmgray-200\/40:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.4);
}
.hover\:ring-warmgray-200\/45:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.45);
}
.hover\:ring-warmgray-200\/5:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.05);
}
.hover\:ring-warmgray-200\/50:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.5);
}
.hover\:ring-warmgray-200\/55:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.55);
}
.hover\:ring-warmgray-200\/60:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.6);
}
.hover\:ring-warmgray-200\/65:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.65);
}
.hover\:ring-warmgray-200\/70:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.7);
}
.hover\:ring-warmgray-200\/75:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.75);
}
.hover\:ring-warmgray-200\/80:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.8);
}
.hover\:ring-warmgray-200\/85:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.85);
}
.hover\:ring-warmgray-200\/90:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.9);
}
.hover\:ring-warmgray-200\/95:hover {
    --tw-ring-color: hsla(20, 6%, 90%, 0.95);
}
.hover\:ring-warmgray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-300\/0:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0);
}
.hover\:ring-warmgray-300\/10:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.1);
}
.hover\:ring-warmgray-300\/100:hover {
    --tw-ring-color: #d6d3d1;
}
.hover\:ring-warmgray-300\/15:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.15);
}
.hover\:ring-warmgray-300\/20:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.2);
}
.hover\:ring-warmgray-300\/25:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.25);
}
.hover\:ring-warmgray-300\/30:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.3);
}
.hover\:ring-warmgray-300\/35:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.35);
}
.hover\:ring-warmgray-300\/40:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.4);
}
.hover\:ring-warmgray-300\/45:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.45);
}
.hover\:ring-warmgray-300\/5:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.05);
}
.hover\:ring-warmgray-300\/50:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.5);
}
.hover\:ring-warmgray-300\/55:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.55);
}
.hover\:ring-warmgray-300\/60:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.6);
}
.hover\:ring-warmgray-300\/65:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.65);
}
.hover\:ring-warmgray-300\/70:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.7);
}
.hover\:ring-warmgray-300\/75:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.75);
}
.hover\:ring-warmgray-300\/80:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.8);
}
.hover\:ring-warmgray-300\/85:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.85);
}
.hover\:ring-warmgray-300\/90:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.9);
}
.hover\:ring-warmgray-300\/95:hover {
    --tw-ring-color: hsla(24, 6%, 83%, 0.95);
}
.hover\:ring-warmgray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-400\/0:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0);
}
.hover\:ring-warmgray-400\/10:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.1);
}
.hover\:ring-warmgray-400\/100:hover {
    --tw-ring-color: #a8a29e;
}
.hover\:ring-warmgray-400\/15:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.15);
}
.hover\:ring-warmgray-400\/20:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.2);
}
.hover\:ring-warmgray-400\/25:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.25);
}
.hover\:ring-warmgray-400\/30:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.3);
}
.hover\:ring-warmgray-400\/35:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.35);
}
.hover\:ring-warmgray-400\/40:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.4);
}
.hover\:ring-warmgray-400\/45:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.45);
}
.hover\:ring-warmgray-400\/5:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.05);
}
.hover\:ring-warmgray-400\/50:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.5);
}
.hover\:ring-warmgray-400\/55:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.55);
}
.hover\:ring-warmgray-400\/60:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.6);
}
.hover\:ring-warmgray-400\/65:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.65);
}
.hover\:ring-warmgray-400\/70:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.7);
}
.hover\:ring-warmgray-400\/75:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.75);
}
.hover\:ring-warmgray-400\/80:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.8);
}
.hover\:ring-warmgray-400\/85:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.85);
}
.hover\:ring-warmgray-400\/90:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.9);
}
.hover\:ring-warmgray-400\/95:hover {
    --tw-ring-color: hsla(24, 5%, 64%, 0.95);
}
.hover\:ring-warmgray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-50\/0:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0);
}
.hover\:ring-warmgray-50\/10:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.1);
}
.hover\:ring-warmgray-50\/100:hover {
    --tw-ring-color: #fafaf9;
}
.hover\:ring-warmgray-50\/15:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.15);
}
.hover\:ring-warmgray-50\/20:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.2);
}
.hover\:ring-warmgray-50\/25:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.25);
}
.hover\:ring-warmgray-50\/30:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.3);
}
.hover\:ring-warmgray-50\/35:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.35);
}
.hover\:ring-warmgray-50\/40:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.4);
}
.hover\:ring-warmgray-50\/45:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.45);
}
.hover\:ring-warmgray-50\/5:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.05);
}
.hover\:ring-warmgray-50\/50:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.5);
}
.hover\:ring-warmgray-50\/55:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.55);
}
.hover\:ring-warmgray-50\/60:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.6);
}
.hover\:ring-warmgray-50\/65:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.65);
}
.hover\:ring-warmgray-50\/70:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.7);
}
.hover\:ring-warmgray-50\/75:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.75);
}
.hover\:ring-warmgray-50\/80:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.8);
}
.hover\:ring-warmgray-50\/85:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.85);
}
.hover\:ring-warmgray-50\/90:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.9);
}
.hover\:ring-warmgray-50\/95:hover {
    --tw-ring-color: hsla(60, 9%, 98%, 0.95);
}
.hover\:ring-warmgray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-500\/0:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0);
}
.hover\:ring-warmgray-500\/10:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.1);
}
.hover\:ring-warmgray-500\/100:hover {
    --tw-ring-color: #78716c;
}
.hover\:ring-warmgray-500\/15:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.15);
}
.hover\:ring-warmgray-500\/20:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.2);
}
.hover\:ring-warmgray-500\/25:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.25);
}
.hover\:ring-warmgray-500\/30:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.3);
}
.hover\:ring-warmgray-500\/35:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.35);
}
.hover\:ring-warmgray-500\/40:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.4);
}
.hover\:ring-warmgray-500\/45:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.45);
}
.hover\:ring-warmgray-500\/5:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.05);
}
.hover\:ring-warmgray-500\/50:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.5);
}
.hover\:ring-warmgray-500\/55:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.55);
}
.hover\:ring-warmgray-500\/60:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.6);
}
.hover\:ring-warmgray-500\/65:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.65);
}
.hover\:ring-warmgray-500\/70:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.7);
}
.hover\:ring-warmgray-500\/75:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.75);
}
.hover\:ring-warmgray-500\/80:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.8);
}
.hover\:ring-warmgray-500\/85:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.85);
}
.hover\:ring-warmgray-500\/90:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.9);
}
.hover\:ring-warmgray-500\/95:hover {
    --tw-ring-color: hsla(25, 5%, 45%, 0.95);
}
.hover\:ring-warmgray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-600\/0:hover {
    --tw-ring-color: rgba(87, 83, 78, 0);
}
.hover\:ring-warmgray-600\/10:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.1);
}
.hover\:ring-warmgray-600\/100:hover {
    --tw-ring-color: #57534e;
}
.hover\:ring-warmgray-600\/15:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.15);
}
.hover\:ring-warmgray-600\/20:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.2);
}
.hover\:ring-warmgray-600\/25:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.25);
}
.hover\:ring-warmgray-600\/30:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.3);
}
.hover\:ring-warmgray-600\/35:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.35);
}
.hover\:ring-warmgray-600\/40:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.4);
}
.hover\:ring-warmgray-600\/45:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.45);
}
.hover\:ring-warmgray-600\/5:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.05);
}
.hover\:ring-warmgray-600\/50:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.5);
}
.hover\:ring-warmgray-600\/55:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.55);
}
.hover\:ring-warmgray-600\/60:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.6);
}
.hover\:ring-warmgray-600\/65:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.65);
}
.hover\:ring-warmgray-600\/70:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.7);
}
.hover\:ring-warmgray-600\/75:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.75);
}
.hover\:ring-warmgray-600\/80:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.8);
}
.hover\:ring-warmgray-600\/85:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.85);
}
.hover\:ring-warmgray-600\/90:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.9);
}
.hover\:ring-warmgray-600\/95:hover {
    --tw-ring-color: rgba(87, 83, 78, 0.95);
}
.hover\:ring-warmgray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-700\/0:hover {
    --tw-ring-color: rgba(68, 64, 60, 0);
}
.hover\:ring-warmgray-700\/10:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.1);
}
.hover\:ring-warmgray-700\/100:hover {
    --tw-ring-color: #44403c;
}
.hover\:ring-warmgray-700\/15:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.15);
}
.hover\:ring-warmgray-700\/20:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.2);
}
.hover\:ring-warmgray-700\/25:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.25);
}
.hover\:ring-warmgray-700\/30:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.3);
}
.hover\:ring-warmgray-700\/35:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.35);
}
.hover\:ring-warmgray-700\/40:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.4);
}
.hover\:ring-warmgray-700\/45:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.45);
}
.hover\:ring-warmgray-700\/5:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.05);
}
.hover\:ring-warmgray-700\/50:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.5);
}
.hover\:ring-warmgray-700\/55:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.55);
}
.hover\:ring-warmgray-700\/60:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.6);
}
.hover\:ring-warmgray-700\/65:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.65);
}
.hover\:ring-warmgray-700\/70:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.7);
}
.hover\:ring-warmgray-700\/75:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.75);
}
.hover\:ring-warmgray-700\/80:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.8);
}
.hover\:ring-warmgray-700\/85:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.85);
}
.hover\:ring-warmgray-700\/90:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.9);
}
.hover\:ring-warmgray-700\/95:hover {
    --tw-ring-color: rgba(68, 64, 60, 0.95);
}
.hover\:ring-warmgray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-800\/0:hover {
    --tw-ring-color: rgba(41, 37, 36, 0);
}
.hover\:ring-warmgray-800\/10:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.1);
}
.hover\:ring-warmgray-800\/100:hover {
    --tw-ring-color: #292524;
}
.hover\:ring-warmgray-800\/15:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.15);
}
.hover\:ring-warmgray-800\/20:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.2);
}
.hover\:ring-warmgray-800\/25:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.25);
}
.hover\:ring-warmgray-800\/30:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.3);
}
.hover\:ring-warmgray-800\/35:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.35);
}
.hover\:ring-warmgray-800\/40:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.4);
}
.hover\:ring-warmgray-800\/45:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.45);
}
.hover\:ring-warmgray-800\/5:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.05);
}
.hover\:ring-warmgray-800\/50:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.5);
}
.hover\:ring-warmgray-800\/55:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.55);
}
.hover\:ring-warmgray-800\/60:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.6);
}
.hover\:ring-warmgray-800\/65:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.65);
}
.hover\:ring-warmgray-800\/70:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.7);
}
.hover\:ring-warmgray-800\/75:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.75);
}
.hover\:ring-warmgray-800\/80:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.8);
}
.hover\:ring-warmgray-800\/85:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.85);
}
.hover\:ring-warmgray-800\/90:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.9);
}
.hover\:ring-warmgray-800\/95:hover {
    --tw-ring-color: rgba(41, 37, 36, 0.95);
}
.hover\:ring-warmgray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgray-900\/0:hover {
    --tw-ring-color: rgba(28, 25, 23, 0);
}
.hover\:ring-warmgray-900\/10:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.1);
}
.hover\:ring-warmgray-900\/100:hover {
    --tw-ring-color: #1c1917;
}
.hover\:ring-warmgray-900\/15:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.15);
}
.hover\:ring-warmgray-900\/20:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.2);
}
.hover\:ring-warmgray-900\/25:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.25);
}
.hover\:ring-warmgray-900\/30:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.3);
}
.hover\:ring-warmgray-900\/35:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.35);
}
.hover\:ring-warmgray-900\/40:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.4);
}
.hover\:ring-warmgray-900\/45:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.45);
}
.hover\:ring-warmgray-900\/5:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.05);
}
.hover\:ring-warmgray-900\/50:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.5);
}
.hover\:ring-warmgray-900\/55:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.55);
}
.hover\:ring-warmgray-900\/60:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.6);
}
.hover\:ring-warmgray-900\/65:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.65);
}
.hover\:ring-warmgray-900\/70:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.7);
}
.hover\:ring-warmgray-900\/75:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.75);
}
.hover\:ring-warmgray-900\/80:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.8);
}
.hover\:ring-warmgray-900\/85:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.85);
}
.hover\:ring-warmgray-900\/90:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.9);
}
.hover\:ring-warmgray-900\/95:hover {
    --tw-ring-color: rgba(28, 25, 23, 0.95);
}
.hover\:ring-warmgreen-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(223 250 149 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-100\/0:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0);
}
.hover\:ring-warmgreen-100\/10:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.1);
}
.hover\:ring-warmgreen-100\/100:hover {
    --tw-ring-color: #dffa95;
}
.hover\:ring-warmgreen-100\/15:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.15);
}
.hover\:ring-warmgreen-100\/20:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.2);
}
.hover\:ring-warmgreen-100\/25:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.25);
}
.hover\:ring-warmgreen-100\/30:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.3);
}
.hover\:ring-warmgreen-100\/35:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.35);
}
.hover\:ring-warmgreen-100\/40:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.4);
}
.hover\:ring-warmgreen-100\/45:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.45);
}
.hover\:ring-warmgreen-100\/5:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.05);
}
.hover\:ring-warmgreen-100\/50:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.5);
}
.hover\:ring-warmgreen-100\/55:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.55);
}
.hover\:ring-warmgreen-100\/60:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.6);
}
.hover\:ring-warmgreen-100\/65:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.65);
}
.hover\:ring-warmgreen-100\/70:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.7);
}
.hover\:ring-warmgreen-100\/75:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.75);
}
.hover\:ring-warmgreen-100\/80:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.8);
}
.hover\:ring-warmgreen-100\/85:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.85);
}
.hover\:ring-warmgreen-100\/90:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.9);
}
.hover\:ring-warmgreen-100\/95:hover {
    --tw-ring-color: hsla(76, 91%, 78%, 0.95);
}
.hover\:ring-warmgreen-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(213 240 139 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-200\/0:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0);
}
.hover\:ring-warmgreen-200\/10:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.1);
}
.hover\:ring-warmgreen-200\/100:hover {
    --tw-ring-color: #d5f08b;
}
.hover\:ring-warmgreen-200\/15:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.15);
}
.hover\:ring-warmgreen-200\/20:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.2);
}
.hover\:ring-warmgreen-200\/25:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.25);
}
.hover\:ring-warmgreen-200\/30:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.3);
}
.hover\:ring-warmgreen-200\/35:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.35);
}
.hover\:ring-warmgreen-200\/40:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.4);
}
.hover\:ring-warmgreen-200\/45:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.45);
}
.hover\:ring-warmgreen-200\/5:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.05);
}
.hover\:ring-warmgreen-200\/50:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.5);
}
.hover\:ring-warmgreen-200\/55:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.55);
}
.hover\:ring-warmgreen-200\/60:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.6);
}
.hover\:ring-warmgreen-200\/65:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.65);
}
.hover\:ring-warmgreen-200\/70:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.7);
}
.hover\:ring-warmgreen-200\/75:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.75);
}
.hover\:ring-warmgreen-200\/80:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.8);
}
.hover\:ring-warmgreen-200\/85:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.85);
}
.hover\:ring-warmgreen-200\/90:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.9);
}
.hover\:ring-warmgreen-200\/95:hover {
    --tw-ring-color: hsla(76, 77%, 74%, 0.95);
}
.hover\:ring-warmgreen-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 230 129 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-300\/0:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0);
}
.hover\:ring-warmgreen-300\/10:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.1);
}
.hover\:ring-warmgreen-300\/100:hover {
    --tw-ring-color: #cbe681;
}
.hover\:ring-warmgreen-300\/15:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.15);
}
.hover\:ring-warmgreen-300\/20:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.2);
}
.hover\:ring-warmgreen-300\/25:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.25);
}
.hover\:ring-warmgreen-300\/30:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.3);
}
.hover\:ring-warmgreen-300\/35:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.35);
}
.hover\:ring-warmgreen-300\/40:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.4);
}
.hover\:ring-warmgreen-300\/45:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.45);
}
.hover\:ring-warmgreen-300\/5:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.05);
}
.hover\:ring-warmgreen-300\/50:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.5);
}
.hover\:ring-warmgreen-300\/55:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.55);
}
.hover\:ring-warmgreen-300\/60:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.6);
}
.hover\:ring-warmgreen-300\/65:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.65);
}
.hover\:ring-warmgreen-300\/70:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.7);
}
.hover\:ring-warmgreen-300\/75:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.75);
}
.hover\:ring-warmgreen-300\/80:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.8);
}
.hover\:ring-warmgreen-300\/85:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.85);
}
.hover\:ring-warmgreen-300\/90:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.9);
}
.hover\:ring-warmgreen-300\/95:hover {
    --tw-ring-color: hsla(76, 67%, 70%, 0.95);
}
.hover\:ring-warmgreen-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(193 220 119 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-400\/0:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0);
}
.hover\:ring-warmgreen-400\/10:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.1);
}
.hover\:ring-warmgreen-400\/100:hover {
    --tw-ring-color: #c1dc77;
}
.hover\:ring-warmgreen-400\/15:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.15);
}
.hover\:ring-warmgreen-400\/20:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.2);
}
.hover\:ring-warmgreen-400\/25:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.25);
}
.hover\:ring-warmgreen-400\/30:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.3);
}
.hover\:ring-warmgreen-400\/35:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.35);
}
.hover\:ring-warmgreen-400\/40:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.4);
}
.hover\:ring-warmgreen-400\/45:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.45);
}
.hover\:ring-warmgreen-400\/5:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.05);
}
.hover\:ring-warmgreen-400\/50:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.5);
}
.hover\:ring-warmgreen-400\/55:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.55);
}
.hover\:ring-warmgreen-400\/60:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.6);
}
.hover\:ring-warmgreen-400\/65:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.65);
}
.hover\:ring-warmgreen-400\/70:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.7);
}
.hover\:ring-warmgreen-400\/75:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.75);
}
.hover\:ring-warmgreen-400\/80:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.8);
}
.hover\:ring-warmgreen-400\/85:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.85);
}
.hover\:ring-warmgreen-400\/90:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.9);
}
.hover\:ring-warmgreen-400\/95:hover {
    --tw-ring-color: hsla(76, 59%, 66%, 0.95);
}
.hover\:ring-warmgreen-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 255 159 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-50\/0:hover {
    --tw-ring-color: rgba(233, 255, 159, 0);
}
.hover\:ring-warmgreen-50\/10:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.1);
}
.hover\:ring-warmgreen-50\/100:hover {
    --tw-ring-color: #e9ff9f;
}
.hover\:ring-warmgreen-50\/15:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.15);
}
.hover\:ring-warmgreen-50\/20:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.2);
}
.hover\:ring-warmgreen-50\/25:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.25);
}
.hover\:ring-warmgreen-50\/30:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.3);
}
.hover\:ring-warmgreen-50\/35:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.35);
}
.hover\:ring-warmgreen-50\/40:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.4);
}
.hover\:ring-warmgreen-50\/45:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.45);
}
.hover\:ring-warmgreen-50\/5:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.05);
}
.hover\:ring-warmgreen-50\/50:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.5);
}
.hover\:ring-warmgreen-50\/55:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.55);
}
.hover\:ring-warmgreen-50\/60:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.6);
}
.hover\:ring-warmgreen-50\/65:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.65);
}
.hover\:ring-warmgreen-50\/70:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.7);
}
.hover\:ring-warmgreen-50\/75:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.75);
}
.hover\:ring-warmgreen-50\/80:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.8);
}
.hover\:ring-warmgreen-50\/85:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.85);
}
.hover\:ring-warmgreen-50\/90:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.9);
}
.hover\:ring-warmgreen-50\/95:hover {
    --tw-ring-color: rgba(233, 255, 159, 0.95);
}
.hover\:ring-warmgreen-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 210 109 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-500\/0:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0);
}
.hover\:ring-warmgreen-500\/10:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.1);
}
.hover\:ring-warmgreen-500\/100:hover {
    --tw-ring-color: #b7d26d;
}
.hover\:ring-warmgreen-500\/15:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.15);
}
.hover\:ring-warmgreen-500\/20:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.2);
}
.hover\:ring-warmgreen-500\/25:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.25);
}
.hover\:ring-warmgreen-500\/30:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.3);
}
.hover\:ring-warmgreen-500\/35:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.35);
}
.hover\:ring-warmgreen-500\/40:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.4);
}
.hover\:ring-warmgreen-500\/45:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.45);
}
.hover\:ring-warmgreen-500\/5:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.05);
}
.hover\:ring-warmgreen-500\/50:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.5);
}
.hover\:ring-warmgreen-500\/55:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.55);
}
.hover\:ring-warmgreen-500\/60:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.6);
}
.hover\:ring-warmgreen-500\/65:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.65);
}
.hover\:ring-warmgreen-500\/70:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.7);
}
.hover\:ring-warmgreen-500\/75:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.75);
}
.hover\:ring-warmgreen-500\/80:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.8);
}
.hover\:ring-warmgreen-500\/85:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.85);
}
.hover\:ring-warmgreen-500\/90:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.9);
}
.hover\:ring-warmgreen-500\/95:hover {
    --tw-ring-color: hsla(76, 53%, 63%, 0.95);
}
.hover\:ring-warmgreen-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(173 200 99 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-600\/0:hover {
    --tw-ring-color: rgba(173, 200, 99, 0);
}
.hover\:ring-warmgreen-600\/10:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.1);
}
.hover\:ring-warmgreen-600\/100:hover {
    --tw-ring-color: #adc863;
}
.hover\:ring-warmgreen-600\/15:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.15);
}
.hover\:ring-warmgreen-600\/20:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.2);
}
.hover\:ring-warmgreen-600\/25:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.25);
}
.hover\:ring-warmgreen-600\/30:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.3);
}
.hover\:ring-warmgreen-600\/35:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.35);
}
.hover\:ring-warmgreen-600\/40:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.4);
}
.hover\:ring-warmgreen-600\/45:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.45);
}
.hover\:ring-warmgreen-600\/5:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.05);
}
.hover\:ring-warmgreen-600\/50:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.5);
}
.hover\:ring-warmgreen-600\/55:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.55);
}
.hover\:ring-warmgreen-600\/60:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.6);
}
.hover\:ring-warmgreen-600\/65:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.65);
}
.hover\:ring-warmgreen-600\/70:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.7);
}
.hover\:ring-warmgreen-600\/75:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.75);
}
.hover\:ring-warmgreen-600\/80:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.8);
}
.hover\:ring-warmgreen-600\/85:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.85);
}
.hover\:ring-warmgreen-600\/90:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.9);
}
.hover\:ring-warmgreen-600\/95:hover {
    --tw-ring-color: rgba(173, 200, 99, 0.95);
}
.hover\:ring-warmgreen-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 190 89 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-700\/0:hover {
    --tw-ring-color: rgba(163, 190, 89, 0);
}
.hover\:ring-warmgreen-700\/10:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.1);
}
.hover\:ring-warmgreen-700\/100:hover {
    --tw-ring-color: #a3be59;
}
.hover\:ring-warmgreen-700\/15:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.15);
}
.hover\:ring-warmgreen-700\/20:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.2);
}
.hover\:ring-warmgreen-700\/25:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.25);
}
.hover\:ring-warmgreen-700\/30:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.3);
}
.hover\:ring-warmgreen-700\/35:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.35);
}
.hover\:ring-warmgreen-700\/40:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.4);
}
.hover\:ring-warmgreen-700\/45:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.45);
}
.hover\:ring-warmgreen-700\/5:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.05);
}
.hover\:ring-warmgreen-700\/50:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.5);
}
.hover\:ring-warmgreen-700\/55:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.55);
}
.hover\:ring-warmgreen-700\/60:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.6);
}
.hover\:ring-warmgreen-700\/65:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.65);
}
.hover\:ring-warmgreen-700\/70:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.7);
}
.hover\:ring-warmgreen-700\/75:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.75);
}
.hover\:ring-warmgreen-700\/80:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.8);
}
.hover\:ring-warmgreen-700\/85:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.85);
}
.hover\:ring-warmgreen-700\/90:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.9);
}
.hover\:ring-warmgreen-700\/95:hover {
    --tw-ring-color: rgba(163, 190, 89, 0.95);
}
.hover\:ring-warmgreen-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(98 119 95 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-800\/0:hover {
    --tw-ring-color: rgba(98, 119, 95, 0);
}
.hover\:ring-warmgreen-800\/10:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.1);
}
.hover\:ring-warmgreen-800\/100:hover {
    --tw-ring-color: #62775f;
}
.hover\:ring-warmgreen-800\/15:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.15);
}
.hover\:ring-warmgreen-800\/20:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.2);
}
.hover\:ring-warmgreen-800\/25:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.25);
}
.hover\:ring-warmgreen-800\/30:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.3);
}
.hover\:ring-warmgreen-800\/35:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.35);
}
.hover\:ring-warmgreen-800\/40:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.4);
}
.hover\:ring-warmgreen-800\/45:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.45);
}
.hover\:ring-warmgreen-800\/5:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.05);
}
.hover\:ring-warmgreen-800\/50:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.5);
}
.hover\:ring-warmgreen-800\/55:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.55);
}
.hover\:ring-warmgreen-800\/60:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.6);
}
.hover\:ring-warmgreen-800\/65:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.65);
}
.hover\:ring-warmgreen-800\/70:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.7);
}
.hover\:ring-warmgreen-800\/75:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.75);
}
.hover\:ring-warmgreen-800\/80:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.8);
}
.hover\:ring-warmgreen-800\/85:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.85);
}
.hover\:ring-warmgreen-800\/90:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.9);
}
.hover\:ring-warmgreen-800\/95:hover {
    --tw-ring-color: rgba(98, 119, 95, 0.95);
}
.hover\:ring-warmgreen-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 170 69 / var(--tw-ring-opacity, 1));
}
.hover\:ring-warmgreen-900\/0:hover {
    --tw-ring-color: rgba(143, 170, 69, 0);
}
.hover\:ring-warmgreen-900\/10:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.1);
}
.hover\:ring-warmgreen-900\/100:hover {
    --tw-ring-color: #8faa45;
}
.hover\:ring-warmgreen-900\/15:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.15);
}
.hover\:ring-warmgreen-900\/20:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.2);
}
.hover\:ring-warmgreen-900\/25:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.25);
}
.hover\:ring-warmgreen-900\/30:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.3);
}
.hover\:ring-warmgreen-900\/35:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.35);
}
.hover\:ring-warmgreen-900\/40:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.4);
}
.hover\:ring-warmgreen-900\/45:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.45);
}
.hover\:ring-warmgreen-900\/5:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.05);
}
.hover\:ring-warmgreen-900\/50:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.5);
}
.hover\:ring-warmgreen-900\/55:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.55);
}
.hover\:ring-warmgreen-900\/60:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.6);
}
.hover\:ring-warmgreen-900\/65:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.65);
}
.hover\:ring-warmgreen-900\/70:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.7);
}
.hover\:ring-warmgreen-900\/75:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.75);
}
.hover\:ring-warmgreen-900\/80:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.8);
}
.hover\:ring-warmgreen-900\/85:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.85);
}
.hover\:ring-warmgreen-900\/90:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.9);
}
.hover\:ring-warmgreen-900\/95:hover {
    --tw-ring-color: rgba(143, 170, 69, 0.95);
}
.hover\:ring-warning-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.hover\:ring-white:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-100\/0:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0);
}
.hover\:ring-yellow-100\/10:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.1);
}
.hover\:ring-yellow-100\/100:hover {
    --tw-ring-color: #fef3c7;
}
.hover\:ring-yellow-100\/15:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.15);
}
.hover\:ring-yellow-100\/20:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.2);
}
.hover\:ring-yellow-100\/25:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.25);
}
.hover\:ring-yellow-100\/30:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.3);
}
.hover\:ring-yellow-100\/35:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.35);
}
.hover\:ring-yellow-100\/40:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.4);
}
.hover\:ring-yellow-100\/45:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.45);
}
.hover\:ring-yellow-100\/5:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.05);
}
.hover\:ring-yellow-100\/50:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.5);
}
.hover\:ring-yellow-100\/55:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.55);
}
.hover\:ring-yellow-100\/60:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.6);
}
.hover\:ring-yellow-100\/65:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.65);
}
.hover\:ring-yellow-100\/70:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.7);
}
.hover\:ring-yellow-100\/75:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.75);
}
.hover\:ring-yellow-100\/80:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.8);
}
.hover\:ring-yellow-100\/85:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.85);
}
.hover\:ring-yellow-100\/90:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.9);
}
.hover\:ring-yellow-100\/95:hover {
    --tw-ring-color: hsla(48, 96%, 89%, 0.95);
}
.hover\:ring-yellow-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-200\/0:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0);
}
.hover\:ring-yellow-200\/10:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.1);
}
.hover\:ring-yellow-200\/100:hover {
    --tw-ring-color: #fde68a;
}
.hover\:ring-yellow-200\/15:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.15);
}
.hover\:ring-yellow-200\/20:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.2);
}
.hover\:ring-yellow-200\/25:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.25);
}
.hover\:ring-yellow-200\/30:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.3);
}
.hover\:ring-yellow-200\/35:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.35);
}
.hover\:ring-yellow-200\/40:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.4);
}
.hover\:ring-yellow-200\/45:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.45);
}
.hover\:ring-yellow-200\/5:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.05);
}
.hover\:ring-yellow-200\/50:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.5);
}
.hover\:ring-yellow-200\/55:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.55);
}
.hover\:ring-yellow-200\/60:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.6);
}
.hover\:ring-yellow-200\/65:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.65);
}
.hover\:ring-yellow-200\/70:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.7);
}
.hover\:ring-yellow-200\/75:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.75);
}
.hover\:ring-yellow-200\/80:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.8);
}
.hover\:ring-yellow-200\/85:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.85);
}
.hover\:ring-yellow-200\/90:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.9);
}
.hover\:ring-yellow-200\/95:hover {
    --tw-ring-color: hsla(48, 97%, 77%, 0.95);
}
.hover\:ring-yellow-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-300\/0:hover {
    --tw-ring-color: rgba(252, 211, 77, 0);
}
.hover\:ring-yellow-300\/10:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.1);
}
.hover\:ring-yellow-300\/100:hover {
    --tw-ring-color: #fcd34d;
}
.hover\:ring-yellow-300\/15:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.15);
}
.hover\:ring-yellow-300\/20:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.2);
}
.hover\:ring-yellow-300\/25:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.25);
}
.hover\:ring-yellow-300\/30:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.3);
}
.hover\:ring-yellow-300\/35:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.35);
}
.hover\:ring-yellow-300\/40:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.4);
}
.hover\:ring-yellow-300\/45:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.45);
}
.hover\:ring-yellow-300\/5:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.05);
}
.hover\:ring-yellow-300\/50:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.5);
}
.hover\:ring-yellow-300\/55:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.55);
}
.hover\:ring-yellow-300\/60:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.6);
}
.hover\:ring-yellow-300\/65:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.65);
}
.hover\:ring-yellow-300\/70:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.7);
}
.hover\:ring-yellow-300\/75:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.75);
}
.hover\:ring-yellow-300\/80:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.8);
}
.hover\:ring-yellow-300\/85:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.85);
}
.hover\:ring-yellow-300\/90:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.9);
}
.hover\:ring-yellow-300\/95:hover {
    --tw-ring-color: rgba(252, 211, 77, 0.95);
}
.hover\:ring-yellow-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-400\/0:hover {
    --tw-ring-color: rgba(251, 191, 36, 0);
}
.hover\:ring-yellow-400\/10:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.1);
}
.hover\:ring-yellow-400\/100:hover {
    --tw-ring-color: #fbbf24;
}
.hover\:ring-yellow-400\/15:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.15);
}
.hover\:ring-yellow-400\/20:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.2);
}
.hover\:ring-yellow-400\/25:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.25);
}
.hover\:ring-yellow-400\/30:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.3);
}
.hover\:ring-yellow-400\/35:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.35);
}
.hover\:ring-yellow-400\/40:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.4);
}
.hover\:ring-yellow-400\/45:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.45);
}
.hover\:ring-yellow-400\/5:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.05);
}
.hover\:ring-yellow-400\/50:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.5);
}
.hover\:ring-yellow-400\/55:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.55);
}
.hover\:ring-yellow-400\/60:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.6);
}
.hover\:ring-yellow-400\/65:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.65);
}
.hover\:ring-yellow-400\/70:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.7);
}
.hover\:ring-yellow-400\/75:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.75);
}
.hover\:ring-yellow-400\/80:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.8);
}
.hover\:ring-yellow-400\/85:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.85);
}
.hover\:ring-yellow-400\/90:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.9);
}
.hover\:ring-yellow-400\/95:hover {
    --tw-ring-color: rgba(251, 191, 36, 0.95);
}
.hover\:ring-yellow-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-50\/0:hover {
    --tw-ring-color: rgba(255, 251, 235, 0);
}
.hover\:ring-yellow-50\/10:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.1);
}
.hover\:ring-yellow-50\/100:hover {
    --tw-ring-color: #fffbeb;
}
.hover\:ring-yellow-50\/15:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.15);
}
.hover\:ring-yellow-50\/20:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.2);
}
.hover\:ring-yellow-50\/25:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.25);
}
.hover\:ring-yellow-50\/30:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.3);
}
.hover\:ring-yellow-50\/35:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.35);
}
.hover\:ring-yellow-50\/40:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.4);
}
.hover\:ring-yellow-50\/45:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.45);
}
.hover\:ring-yellow-50\/5:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.05);
}
.hover\:ring-yellow-50\/50:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.5);
}
.hover\:ring-yellow-50\/55:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.55);
}
.hover\:ring-yellow-50\/60:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.6);
}
.hover\:ring-yellow-50\/65:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.65);
}
.hover\:ring-yellow-50\/70:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.7);
}
.hover\:ring-yellow-50\/75:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.75);
}
.hover\:ring-yellow-50\/80:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.8);
}
.hover\:ring-yellow-50\/85:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.85);
}
.hover\:ring-yellow-50\/90:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.9);
}
.hover\:ring-yellow-50\/95:hover {
    --tw-ring-color: rgba(255, 251, 235, 0.95);
}
.hover\:ring-yellow-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-500\/0:hover {
    --tw-ring-color: rgba(245, 158, 11, 0);
}
.hover\:ring-yellow-500\/10:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.1);
}
.hover\:ring-yellow-500\/100:hover {
    --tw-ring-color: #f59e0b;
}
.hover\:ring-yellow-500\/15:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.15);
}
.hover\:ring-yellow-500\/20:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.2);
}
.hover\:ring-yellow-500\/25:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.25);
}
.hover\:ring-yellow-500\/30:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.3);
}
.hover\:ring-yellow-500\/35:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.35);
}
.hover\:ring-yellow-500\/40:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.4);
}
.hover\:ring-yellow-500\/45:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.45);
}
.hover\:ring-yellow-500\/5:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.05);
}
.hover\:ring-yellow-500\/50:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.5);
}
.hover\:ring-yellow-500\/55:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.55);
}
.hover\:ring-yellow-500\/60:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.6);
}
.hover\:ring-yellow-500\/65:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.65);
}
.hover\:ring-yellow-500\/70:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.7);
}
.hover\:ring-yellow-500\/75:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.75);
}
.hover\:ring-yellow-500\/80:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.8);
}
.hover\:ring-yellow-500\/85:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.85);
}
.hover\:ring-yellow-500\/90:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.9);
}
.hover\:ring-yellow-500\/95:hover {
    --tw-ring-color: rgba(245, 158, 11, 0.95);
}
.hover\:ring-yellow-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-600\/0:hover {
    --tw-ring-color: rgba(217, 119, 6, 0);
}
.hover\:ring-yellow-600\/10:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.1);
}
.hover\:ring-yellow-600\/100:hover {
    --tw-ring-color: #d97706;
}
.hover\:ring-yellow-600\/15:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.15);
}
.hover\:ring-yellow-600\/20:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.2);
}
.hover\:ring-yellow-600\/25:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.25);
}
.hover\:ring-yellow-600\/30:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.3);
}
.hover\:ring-yellow-600\/35:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.35);
}
.hover\:ring-yellow-600\/40:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.4);
}
.hover\:ring-yellow-600\/45:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.45);
}
.hover\:ring-yellow-600\/5:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.05);
}
.hover\:ring-yellow-600\/50:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.5);
}
.hover\:ring-yellow-600\/55:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.55);
}
.hover\:ring-yellow-600\/60:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.6);
}
.hover\:ring-yellow-600\/65:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.65);
}
.hover\:ring-yellow-600\/70:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.7);
}
.hover\:ring-yellow-600\/75:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.75);
}
.hover\:ring-yellow-600\/80:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.8);
}
.hover\:ring-yellow-600\/85:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.85);
}
.hover\:ring-yellow-600\/90:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.9);
}
.hover\:ring-yellow-600\/95:hover {
    --tw-ring-color: rgba(217, 119, 6, 0.95);
}
.hover\:ring-yellow-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-700\/0:hover {
    --tw-ring-color: rgba(180, 83, 9, 0);
}
.hover\:ring-yellow-700\/10:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.1);
}
.hover\:ring-yellow-700\/100:hover {
    --tw-ring-color: #b45309;
}
.hover\:ring-yellow-700\/15:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.15);
}
.hover\:ring-yellow-700\/20:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.2);
}
.hover\:ring-yellow-700\/25:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.25);
}
.hover\:ring-yellow-700\/30:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.3);
}
.hover\:ring-yellow-700\/35:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.35);
}
.hover\:ring-yellow-700\/40:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.4);
}
.hover\:ring-yellow-700\/45:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.45);
}
.hover\:ring-yellow-700\/5:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.05);
}
.hover\:ring-yellow-700\/50:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.5);
}
.hover\:ring-yellow-700\/55:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.55);
}
.hover\:ring-yellow-700\/60:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.6);
}
.hover\:ring-yellow-700\/65:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.65);
}
.hover\:ring-yellow-700\/70:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.7);
}
.hover\:ring-yellow-700\/75:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.75);
}
.hover\:ring-yellow-700\/80:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.8);
}
.hover\:ring-yellow-700\/85:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.85);
}
.hover\:ring-yellow-700\/90:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.9);
}
.hover\:ring-yellow-700\/95:hover {
    --tw-ring-color: rgba(180, 83, 9, 0.95);
}
.hover\:ring-yellow-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-800\/0:hover {
    --tw-ring-color: rgba(146, 64, 14, 0);
}
.hover\:ring-yellow-800\/10:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.1);
}
.hover\:ring-yellow-800\/100:hover {
    --tw-ring-color: #92400e;
}
.hover\:ring-yellow-800\/15:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.15);
}
.hover\:ring-yellow-800\/20:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.2);
}
.hover\:ring-yellow-800\/25:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.25);
}
.hover\:ring-yellow-800\/30:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.3);
}
.hover\:ring-yellow-800\/35:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.35);
}
.hover\:ring-yellow-800\/40:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.4);
}
.hover\:ring-yellow-800\/45:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.45);
}
.hover\:ring-yellow-800\/5:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.05);
}
.hover\:ring-yellow-800\/50:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.5);
}
.hover\:ring-yellow-800\/55:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.55);
}
.hover\:ring-yellow-800\/60:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.6);
}
.hover\:ring-yellow-800\/65:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.65);
}
.hover\:ring-yellow-800\/70:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.7);
}
.hover\:ring-yellow-800\/75:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.75);
}
.hover\:ring-yellow-800\/80:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.8);
}
.hover\:ring-yellow-800\/85:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.85);
}
.hover\:ring-yellow-800\/90:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.9);
}
.hover\:ring-yellow-800\/95:hover {
    --tw-ring-color: rgba(146, 64, 14, 0.95);
}
.hover\:ring-yellow-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}
.hover\:ring-yellow-900\/0:hover {
    --tw-ring-color: rgba(120, 53, 15, 0);
}
.hover\:ring-yellow-900\/10:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.1);
}
.hover\:ring-yellow-900\/100:hover {
    --tw-ring-color: #78350f;
}
.hover\:ring-yellow-900\/15:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.15);
}
.hover\:ring-yellow-900\/20:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.2);
}
.hover\:ring-yellow-900\/25:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.25);
}
.hover\:ring-yellow-900\/30:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.3);
}
.hover\:ring-yellow-900\/35:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.35);
}
.hover\:ring-yellow-900\/40:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.4);
}
.hover\:ring-yellow-900\/45:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.45);
}
.hover\:ring-yellow-900\/5:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.05);
}
.hover\:ring-yellow-900\/50:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.5);
}
.hover\:ring-yellow-900\/55:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.55);
}
.hover\:ring-yellow-900\/60:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.6);
}
.hover\:ring-yellow-900\/65:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.65);
}
.hover\:ring-yellow-900\/70:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.7);
}
.hover\:ring-yellow-900\/75:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.75);
}
.hover\:ring-yellow-900\/80:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.8);
}
.hover\:ring-yellow-900\/85:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.85);
}
.hover\:ring-yellow-900\/90:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.9);
}
.hover\:ring-yellow-900\/95:hover {
    --tw-ring-color: rgba(120, 53, 15, 0.95);
}
.hover\:ring-zinc-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-100\/0:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0);
}
.hover\:ring-zinc-100\/10:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.1);
}
.hover\:ring-zinc-100\/100:hover {
    --tw-ring-color: #f4f4f5;
}
.hover\:ring-zinc-100\/15:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.15);
}
.hover\:ring-zinc-100\/20:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.2);
}
.hover\:ring-zinc-100\/25:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.25);
}
.hover\:ring-zinc-100\/30:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.3);
}
.hover\:ring-zinc-100\/35:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.35);
}
.hover\:ring-zinc-100\/40:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.4);
}
.hover\:ring-zinc-100\/45:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.45);
}
.hover\:ring-zinc-100\/5:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.05);
}
.hover\:ring-zinc-100\/50:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.5);
}
.hover\:ring-zinc-100\/55:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.55);
}
.hover\:ring-zinc-100\/60:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.6);
}
.hover\:ring-zinc-100\/65:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.65);
}
.hover\:ring-zinc-100\/70:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.7);
}
.hover\:ring-zinc-100\/75:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.75);
}
.hover\:ring-zinc-100\/80:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.8);
}
.hover\:ring-zinc-100\/85:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.85);
}
.hover\:ring-zinc-100\/90:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.9);
}
.hover\:ring-zinc-100\/95:hover {
    --tw-ring-color: hsla(240, 5%, 96%, 0.95);
}
.hover\:ring-zinc-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-200\/0:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0);
}
.hover\:ring-zinc-200\/10:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.1);
}
.hover\:ring-zinc-200\/100:hover {
    --tw-ring-color: #e4e4e7;
}
.hover\:ring-zinc-200\/15:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.15);
}
.hover\:ring-zinc-200\/20:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.2);
}
.hover\:ring-zinc-200\/25:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.25);
}
.hover\:ring-zinc-200\/30:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.3);
}
.hover\:ring-zinc-200\/35:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.35);
}
.hover\:ring-zinc-200\/40:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.4);
}
.hover\:ring-zinc-200\/45:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.45);
}
.hover\:ring-zinc-200\/5:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.05);
}
.hover\:ring-zinc-200\/50:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.5);
}
.hover\:ring-zinc-200\/55:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.55);
}
.hover\:ring-zinc-200\/60:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.6);
}
.hover\:ring-zinc-200\/65:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.65);
}
.hover\:ring-zinc-200\/70:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.7);
}
.hover\:ring-zinc-200\/75:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.75);
}
.hover\:ring-zinc-200\/80:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.8);
}
.hover\:ring-zinc-200\/85:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.85);
}
.hover\:ring-zinc-200\/90:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.9);
}
.hover\:ring-zinc-200\/95:hover {
    --tw-ring-color: hsla(240, 6%, 90%, 0.95);
}
.hover\:ring-zinc-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-300\/0:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0);
}
.hover\:ring-zinc-300\/10:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.1);
}
.hover\:ring-zinc-300\/100:hover {
    --tw-ring-color: #d4d4d8;
}
.hover\:ring-zinc-300\/15:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.15);
}
.hover\:ring-zinc-300\/20:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.2);
}
.hover\:ring-zinc-300\/25:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.25);
}
.hover\:ring-zinc-300\/30:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.3);
}
.hover\:ring-zinc-300\/35:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.35);
}
.hover\:ring-zinc-300\/40:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.4);
}
.hover\:ring-zinc-300\/45:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.45);
}
.hover\:ring-zinc-300\/5:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.05);
}
.hover\:ring-zinc-300\/50:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.5);
}
.hover\:ring-zinc-300\/55:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.55);
}
.hover\:ring-zinc-300\/60:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.6);
}
.hover\:ring-zinc-300\/65:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.65);
}
.hover\:ring-zinc-300\/70:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.7);
}
.hover\:ring-zinc-300\/75:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.75);
}
.hover\:ring-zinc-300\/80:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.8);
}
.hover\:ring-zinc-300\/85:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.85);
}
.hover\:ring-zinc-300\/90:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.9);
}
.hover\:ring-zinc-300\/95:hover {
    --tw-ring-color: hsla(240, 5%, 84%, 0.95);
}
.hover\:ring-zinc-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-400\/0:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0);
}
.hover\:ring-zinc-400\/10:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.1);
}
.hover\:ring-zinc-400\/100:hover {
    --tw-ring-color: #a1a1aa;
}
.hover\:ring-zinc-400\/15:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.15);
}
.hover\:ring-zinc-400\/20:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.2);
}
.hover\:ring-zinc-400\/25:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.25);
}
.hover\:ring-zinc-400\/30:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.3);
}
.hover\:ring-zinc-400\/35:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.35);
}
.hover\:ring-zinc-400\/40:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.4);
}
.hover\:ring-zinc-400\/45:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.45);
}
.hover\:ring-zinc-400\/5:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.05);
}
.hover\:ring-zinc-400\/50:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.5);
}
.hover\:ring-zinc-400\/55:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.55);
}
.hover\:ring-zinc-400\/60:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.6);
}
.hover\:ring-zinc-400\/65:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.65);
}
.hover\:ring-zinc-400\/70:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.7);
}
.hover\:ring-zinc-400\/75:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.75);
}
.hover\:ring-zinc-400\/80:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.8);
}
.hover\:ring-zinc-400\/85:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.85);
}
.hover\:ring-zinc-400\/90:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.9);
}
.hover\:ring-zinc-400\/95:hover {
    --tw-ring-color: hsla(240, 5%, 65%, 0.95);
}
.hover\:ring-zinc-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-50\/0:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.hover\:ring-zinc-50\/10:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.hover\:ring-zinc-50\/100:hover {
    --tw-ring-color: #fafafa;
}
.hover\:ring-zinc-50\/15:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.hover\:ring-zinc-50\/20:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.hover\:ring-zinc-50\/25:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.hover\:ring-zinc-50\/30:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.hover\:ring-zinc-50\/35:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.hover\:ring-zinc-50\/40:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.hover\:ring-zinc-50\/45:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.hover\:ring-zinc-50\/5:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.hover\:ring-zinc-50\/50:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.hover\:ring-zinc-50\/55:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.hover\:ring-zinc-50\/60:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.hover\:ring-zinc-50\/65:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.hover\:ring-zinc-50\/70:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.hover\:ring-zinc-50\/75:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.hover\:ring-zinc-50\/80:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.hover\:ring-zinc-50\/85:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.hover\:ring-zinc-50\/90:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.hover\:ring-zinc-50\/95:hover {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.hover\:ring-zinc-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-500\/0:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0);
}
.hover\:ring-zinc-500\/10:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.1);
}
.hover\:ring-zinc-500\/100:hover {
    --tw-ring-color: #71717a;
}
.hover\:ring-zinc-500\/15:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.15);
}
.hover\:ring-zinc-500\/20:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.2);
}
.hover\:ring-zinc-500\/25:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.25);
}
.hover\:ring-zinc-500\/30:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.3);
}
.hover\:ring-zinc-500\/35:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.35);
}
.hover\:ring-zinc-500\/40:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.4);
}
.hover\:ring-zinc-500\/45:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.45);
}
.hover\:ring-zinc-500\/5:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.05);
}
.hover\:ring-zinc-500\/50:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.5);
}
.hover\:ring-zinc-500\/55:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.55);
}
.hover\:ring-zinc-500\/60:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.6);
}
.hover\:ring-zinc-500\/65:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.65);
}
.hover\:ring-zinc-500\/70:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.7);
}
.hover\:ring-zinc-500\/75:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.75);
}
.hover\:ring-zinc-500\/80:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.8);
}
.hover\:ring-zinc-500\/85:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.85);
}
.hover\:ring-zinc-500\/90:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.9);
}
.hover\:ring-zinc-500\/95:hover {
    --tw-ring-color: hsla(240, 4%, 46%, 0.95);
}
.hover\:ring-zinc-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-600\/0:hover {
    --tw-ring-color: rgba(82, 82, 91, 0);
}
.hover\:ring-zinc-600\/10:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.1);
}
.hover\:ring-zinc-600\/100:hover {
    --tw-ring-color: #52525b;
}
.hover\:ring-zinc-600\/15:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.15);
}
.hover\:ring-zinc-600\/20:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.2);
}
.hover\:ring-zinc-600\/25:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.25);
}
.hover\:ring-zinc-600\/30:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.3);
}
.hover\:ring-zinc-600\/35:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.35);
}
.hover\:ring-zinc-600\/40:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.4);
}
.hover\:ring-zinc-600\/45:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.45);
}
.hover\:ring-zinc-600\/5:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.05);
}
.hover\:ring-zinc-600\/50:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.5);
}
.hover\:ring-zinc-600\/55:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.55);
}
.hover\:ring-zinc-600\/60:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.6);
}
.hover\:ring-zinc-600\/65:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.65);
}
.hover\:ring-zinc-600\/70:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.7);
}
.hover\:ring-zinc-600\/75:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.75);
}
.hover\:ring-zinc-600\/80:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.8);
}
.hover\:ring-zinc-600\/85:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.85);
}
.hover\:ring-zinc-600\/90:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.9);
}
.hover\:ring-zinc-600\/95:hover {
    --tw-ring-color: rgba(82, 82, 91, 0.95);
}
.hover\:ring-zinc-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-700\/0:hover {
    --tw-ring-color: rgba(63, 63, 70, 0);
}
.hover\:ring-zinc-700\/10:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.1);
}
.hover\:ring-zinc-700\/100:hover {
    --tw-ring-color: #3f3f46;
}
.hover\:ring-zinc-700\/15:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.15);
}
.hover\:ring-zinc-700\/20:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.2);
}
.hover\:ring-zinc-700\/25:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.25);
}
.hover\:ring-zinc-700\/30:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.3);
}
.hover\:ring-zinc-700\/35:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.35);
}
.hover\:ring-zinc-700\/40:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.4);
}
.hover\:ring-zinc-700\/45:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.45);
}
.hover\:ring-zinc-700\/5:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.05);
}
.hover\:ring-zinc-700\/50:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.5);
}
.hover\:ring-zinc-700\/55:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.55);
}
.hover\:ring-zinc-700\/60:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.6);
}
.hover\:ring-zinc-700\/65:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.65);
}
.hover\:ring-zinc-700\/70:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.7);
}
.hover\:ring-zinc-700\/75:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.75);
}
.hover\:ring-zinc-700\/80:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.8);
}
.hover\:ring-zinc-700\/85:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.85);
}
.hover\:ring-zinc-700\/90:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.9);
}
.hover\:ring-zinc-700\/95:hover {
    --tw-ring-color: rgba(63, 63, 70, 0.95);
}
.hover\:ring-zinc-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-800\/0:hover {
    --tw-ring-color: rgba(39, 39, 42, 0);
}
.hover\:ring-zinc-800\/10:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.1);
}
.hover\:ring-zinc-800\/100:hover {
    --tw-ring-color: #27272a;
}
.hover\:ring-zinc-800\/15:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.15);
}
.hover\:ring-zinc-800\/20:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.2);
}
.hover\:ring-zinc-800\/25:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.25);
}
.hover\:ring-zinc-800\/30:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.3);
}
.hover\:ring-zinc-800\/35:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.35);
}
.hover\:ring-zinc-800\/40:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.4);
}
.hover\:ring-zinc-800\/45:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.45);
}
.hover\:ring-zinc-800\/5:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.05);
}
.hover\:ring-zinc-800\/50:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.5);
}
.hover\:ring-zinc-800\/55:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.55);
}
.hover\:ring-zinc-800\/60:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.6);
}
.hover\:ring-zinc-800\/65:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.65);
}
.hover\:ring-zinc-800\/70:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.7);
}
.hover\:ring-zinc-800\/75:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.75);
}
.hover\:ring-zinc-800\/80:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.8);
}
.hover\:ring-zinc-800\/85:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.85);
}
.hover\:ring-zinc-800\/90:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.9);
}
.hover\:ring-zinc-800\/95:hover {
    --tw-ring-color: rgba(39, 39, 42, 0.95);
}
.hover\:ring-zinc-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}
.hover\:ring-zinc-900\/0:hover {
    --tw-ring-color: rgba(24, 24, 27, 0);
}
.hover\:ring-zinc-900\/10:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.1);
}
.hover\:ring-zinc-900\/100:hover {
    --tw-ring-color: #18181b;
}
.hover\:ring-zinc-900\/15:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.15);
}
.hover\:ring-zinc-900\/20:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.2);
}
.hover\:ring-zinc-900\/25:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.25);
}
.hover\:ring-zinc-900\/30:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.3);
}
.hover\:ring-zinc-900\/35:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.35);
}
.hover\:ring-zinc-900\/40:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.4);
}
.hover\:ring-zinc-900\/45:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.45);
}
.hover\:ring-zinc-900\/5:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.05);
}
.hover\:ring-zinc-900\/50:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.5);
}
.hover\:ring-zinc-900\/55:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.55);
}
.hover\:ring-zinc-900\/60:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.6);
}
.hover\:ring-zinc-900\/65:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.65);
}
.hover\:ring-zinc-900\/70:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.7);
}
.hover\:ring-zinc-900\/75:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.75);
}
.hover\:ring-zinc-900\/80:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.8);
}
.hover\:ring-zinc-900\/85:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.85);
}
.hover\:ring-zinc-900\/90:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.9);
}
.hover\:ring-zinc-900\/95:hover {
    --tw-ring-color: rgba(24, 24, 27, 0.95);
}
.hover\:blur-none:hover {
    --tw-blur: ;
}
.hover\:blur-none:hover,
.hover\:drop-shadow-xl:hover {
    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);
}
.hover\:drop-shadow-xl:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03))
        drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:border:focus {
    border-width: 1px;
}
.focus\:border-0:focus {
    border-width: 0;
}
.focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-100\/0:focus {
    border-color: hsla(48, 96%, 89%, 0);
}
.focus\:border-amber-100\/10:focus {
    border-color: hsla(48, 96%, 89%, 0.1);
}
.focus\:border-amber-100\/100:focus {
    border-color: #fef3c7;
}
.focus\:border-amber-100\/15:focus {
    border-color: hsla(48, 96%, 89%, 0.15);
}
.focus\:border-amber-100\/20:focus {
    border-color: hsla(48, 96%, 89%, 0.2);
}
.focus\:border-amber-100\/25:focus {
    border-color: hsla(48, 96%, 89%, 0.25);
}
.focus\:border-amber-100\/30:focus {
    border-color: hsla(48, 96%, 89%, 0.3);
}
.focus\:border-amber-100\/35:focus {
    border-color: hsla(48, 96%, 89%, 0.35);
}
.focus\:border-amber-100\/40:focus {
    border-color: hsla(48, 96%, 89%, 0.4);
}
.focus\:border-amber-100\/45:focus {
    border-color: hsla(48, 96%, 89%, 0.45);
}
.focus\:border-amber-100\/5:focus {
    border-color: hsla(48, 96%, 89%, 0.05);
}
.focus\:border-amber-100\/50:focus {
    border-color: hsla(48, 96%, 89%, 0.5);
}
.focus\:border-amber-100\/55:focus {
    border-color: hsla(48, 96%, 89%, 0.55);
}
.focus\:border-amber-100\/60:focus {
    border-color: hsla(48, 96%, 89%, 0.6);
}
.focus\:border-amber-100\/65:focus {
    border-color: hsla(48, 96%, 89%, 0.65);
}
.focus\:border-amber-100\/70:focus {
    border-color: hsla(48, 96%, 89%, 0.7);
}
.focus\:border-amber-100\/75:focus {
    border-color: hsla(48, 96%, 89%, 0.75);
}
.focus\:border-amber-100\/80:focus {
    border-color: hsla(48, 96%, 89%, 0.8);
}
.focus\:border-amber-100\/85:focus {
    border-color: hsla(48, 96%, 89%, 0.85);
}
.focus\:border-amber-100\/90:focus {
    border-color: hsla(48, 96%, 89%, 0.9);
}
.focus\:border-amber-100\/95:focus {
    border-color: hsla(48, 96%, 89%, 0.95);
}
.focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-200\/0:focus {
    border-color: hsla(48, 97%, 77%, 0);
}
.focus\:border-amber-200\/10:focus {
    border-color: hsla(48, 97%, 77%, 0.1);
}
.focus\:border-amber-200\/100:focus {
    border-color: #fde68a;
}
.focus\:border-amber-200\/15:focus {
    border-color: hsla(48, 97%, 77%, 0.15);
}
.focus\:border-amber-200\/20:focus {
    border-color: hsla(48, 97%, 77%, 0.2);
}
.focus\:border-amber-200\/25:focus {
    border-color: hsla(48, 97%, 77%, 0.25);
}
.focus\:border-amber-200\/30:focus {
    border-color: hsla(48, 97%, 77%, 0.3);
}
.focus\:border-amber-200\/35:focus {
    border-color: hsla(48, 97%, 77%, 0.35);
}
.focus\:border-amber-200\/40:focus {
    border-color: hsla(48, 97%, 77%, 0.4);
}
.focus\:border-amber-200\/45:focus {
    border-color: hsla(48, 97%, 77%, 0.45);
}
.focus\:border-amber-200\/5:focus {
    border-color: hsla(48, 97%, 77%, 0.05);
}
.focus\:border-amber-200\/50:focus {
    border-color: hsla(48, 97%, 77%, 0.5);
}
.focus\:border-amber-200\/55:focus {
    border-color: hsla(48, 97%, 77%, 0.55);
}
.focus\:border-amber-200\/60:focus {
    border-color: hsla(48, 97%, 77%, 0.6);
}
.focus\:border-amber-200\/65:focus {
    border-color: hsla(48, 97%, 77%, 0.65);
}
.focus\:border-amber-200\/70:focus {
    border-color: hsla(48, 97%, 77%, 0.7);
}
.focus\:border-amber-200\/75:focus {
    border-color: hsla(48, 97%, 77%, 0.75);
}
.focus\:border-amber-200\/80:focus {
    border-color: hsla(48, 97%, 77%, 0.8);
}
.focus\:border-amber-200\/85:focus {
    border-color: hsla(48, 97%, 77%, 0.85);
}
.focus\:border-amber-200\/90:focus {
    border-color: hsla(48, 97%, 77%, 0.9);
}
.focus\:border-amber-200\/95:focus {
    border-color: hsla(48, 97%, 77%, 0.95);
}
.focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-300\/0:focus {
    border-color: rgba(252, 211, 77, 0);
}
.focus\:border-amber-300\/10:focus {
    border-color: rgba(252, 211, 77, 0.1);
}
.focus\:border-amber-300\/100:focus {
    border-color: #fcd34d;
}
.focus\:border-amber-300\/15:focus {
    border-color: rgba(252, 211, 77, 0.15);
}
.focus\:border-amber-300\/20:focus {
    border-color: rgba(252, 211, 77, 0.2);
}
.focus\:border-amber-300\/25:focus {
    border-color: rgba(252, 211, 77, 0.25);
}
.focus\:border-amber-300\/30:focus {
    border-color: rgba(252, 211, 77, 0.3);
}
.focus\:border-amber-300\/35:focus {
    border-color: rgba(252, 211, 77, 0.35);
}
.focus\:border-amber-300\/40:focus {
    border-color: rgba(252, 211, 77, 0.4);
}
.focus\:border-amber-300\/45:focus {
    border-color: rgba(252, 211, 77, 0.45);
}
.focus\:border-amber-300\/5:focus {
    border-color: rgba(252, 211, 77, 0.05);
}
.focus\:border-amber-300\/50:focus {
    border-color: rgba(252, 211, 77, 0.5);
}
.focus\:border-amber-300\/55:focus {
    border-color: rgba(252, 211, 77, 0.55);
}
.focus\:border-amber-300\/60:focus {
    border-color: rgba(252, 211, 77, 0.6);
}
.focus\:border-amber-300\/65:focus {
    border-color: rgba(252, 211, 77, 0.65);
}
.focus\:border-amber-300\/70:focus {
    border-color: rgba(252, 211, 77, 0.7);
}
.focus\:border-amber-300\/75:focus {
    border-color: rgba(252, 211, 77, 0.75);
}
.focus\:border-amber-300\/80:focus {
    border-color: rgba(252, 211, 77, 0.8);
}
.focus\:border-amber-300\/85:focus {
    border-color: rgba(252, 211, 77, 0.85);
}
.focus\:border-amber-300\/90:focus {
    border-color: rgba(252, 211, 77, 0.9);
}
.focus\:border-amber-300\/95:focus {
    border-color: rgba(252, 211, 77, 0.95);
}
.focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-400\/0:focus {
    border-color: rgba(251, 191, 36, 0);
}
.focus\:border-amber-400\/10:focus {
    border-color: rgba(251, 191, 36, 0.1);
}
.focus\:border-amber-400\/100:focus {
    border-color: #fbbf24;
}
.focus\:border-amber-400\/15:focus {
    border-color: rgba(251, 191, 36, 0.15);
}
.focus\:border-amber-400\/20:focus {
    border-color: rgba(251, 191, 36, 0.2);
}
.focus\:border-amber-400\/25:focus {
    border-color: rgba(251, 191, 36, 0.25);
}
.focus\:border-amber-400\/30:focus {
    border-color: rgba(251, 191, 36, 0.3);
}
.focus\:border-amber-400\/35:focus {
    border-color: rgba(251, 191, 36, 0.35);
}
.focus\:border-amber-400\/40:focus {
    border-color: rgba(251, 191, 36, 0.4);
}
.focus\:border-amber-400\/45:focus {
    border-color: rgba(251, 191, 36, 0.45);
}
.focus\:border-amber-400\/5:focus {
    border-color: rgba(251, 191, 36, 0.05);
}
.focus\:border-amber-400\/50:focus {
    border-color: rgba(251, 191, 36, 0.5);
}
.focus\:border-amber-400\/55:focus {
    border-color: rgba(251, 191, 36, 0.55);
}
.focus\:border-amber-400\/60:focus {
    border-color: rgba(251, 191, 36, 0.6);
}
.focus\:border-amber-400\/65:focus {
    border-color: rgba(251, 191, 36, 0.65);
}
.focus\:border-amber-400\/70:focus {
    border-color: rgba(251, 191, 36, 0.7);
}
.focus\:border-amber-400\/75:focus {
    border-color: rgba(251, 191, 36, 0.75);
}
.focus\:border-amber-400\/80:focus {
    border-color: rgba(251, 191, 36, 0.8);
}
.focus\:border-amber-400\/85:focus {
    border-color: rgba(251, 191, 36, 0.85);
}
.focus\:border-amber-400\/90:focus {
    border-color: rgba(251, 191, 36, 0.9);
}
.focus\:border-amber-400\/95:focus {
    border-color: rgba(251, 191, 36, 0.95);
}
.focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-50\/0:focus {
    border-color: rgba(255, 251, 235, 0);
}
.focus\:border-amber-50\/10:focus {
    border-color: rgba(255, 251, 235, 0.1);
}
.focus\:border-amber-50\/100:focus {
    border-color: #fffbeb;
}
.focus\:border-amber-50\/15:focus {
    border-color: rgba(255, 251, 235, 0.15);
}
.focus\:border-amber-50\/20:focus {
    border-color: rgba(255, 251, 235, 0.2);
}
.focus\:border-amber-50\/25:focus {
    border-color: rgba(255, 251, 235, 0.25);
}
.focus\:border-amber-50\/30:focus {
    border-color: rgba(255, 251, 235, 0.3);
}
.focus\:border-amber-50\/35:focus {
    border-color: rgba(255, 251, 235, 0.35);
}
.focus\:border-amber-50\/40:focus {
    border-color: rgba(255, 251, 235, 0.4);
}
.focus\:border-amber-50\/45:focus {
    border-color: rgba(255, 251, 235, 0.45);
}
.focus\:border-amber-50\/5:focus {
    border-color: rgba(255, 251, 235, 0.05);
}
.focus\:border-amber-50\/50:focus {
    border-color: rgba(255, 251, 235, 0.5);
}
.focus\:border-amber-50\/55:focus {
    border-color: rgba(255, 251, 235, 0.55);
}
.focus\:border-amber-50\/60:focus {
    border-color: rgba(255, 251, 235, 0.6);
}
.focus\:border-amber-50\/65:focus {
    border-color: rgba(255, 251, 235, 0.65);
}
.focus\:border-amber-50\/70:focus {
    border-color: rgba(255, 251, 235, 0.7);
}
.focus\:border-amber-50\/75:focus {
    border-color: rgba(255, 251, 235, 0.75);
}
.focus\:border-amber-50\/80:focus {
    border-color: rgba(255, 251, 235, 0.8);
}
.focus\:border-amber-50\/85:focus {
    border-color: rgba(255, 251, 235, 0.85);
}
.focus\:border-amber-50\/90:focus {
    border-color: rgba(255, 251, 235, 0.9);
}
.focus\:border-amber-50\/95:focus {
    border-color: rgba(255, 251, 235, 0.95);
}
.focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-500\/0:focus {
    border-color: rgba(245, 158, 11, 0);
}
.focus\:border-amber-500\/10:focus {
    border-color: rgba(245, 158, 11, 0.1);
}
.focus\:border-amber-500\/100:focus {
    border-color: #f59e0b;
}
.focus\:border-amber-500\/15:focus {
    border-color: rgba(245, 158, 11, 0.15);
}
.focus\:border-amber-500\/20:focus {
    border-color: rgba(245, 158, 11, 0.2);
}
.focus\:border-amber-500\/25:focus {
    border-color: rgba(245, 158, 11, 0.25);
}
.focus\:border-amber-500\/30:focus {
    border-color: rgba(245, 158, 11, 0.3);
}
.focus\:border-amber-500\/35:focus {
    border-color: rgba(245, 158, 11, 0.35);
}
.focus\:border-amber-500\/40:focus {
    border-color: rgba(245, 158, 11, 0.4);
}
.focus\:border-amber-500\/45:focus {
    border-color: rgba(245, 158, 11, 0.45);
}
.focus\:border-amber-500\/5:focus {
    border-color: rgba(245, 158, 11, 0.05);
}
.focus\:border-amber-500\/50:focus {
    border-color: rgba(245, 158, 11, 0.5);
}
.focus\:border-amber-500\/55:focus {
    border-color: rgba(245, 158, 11, 0.55);
}
.focus\:border-amber-500\/60:focus {
    border-color: rgba(245, 158, 11, 0.6);
}
.focus\:border-amber-500\/65:focus {
    border-color: rgba(245, 158, 11, 0.65);
}
.focus\:border-amber-500\/70:focus {
    border-color: rgba(245, 158, 11, 0.7);
}
.focus\:border-amber-500\/75:focus {
    border-color: rgba(245, 158, 11, 0.75);
}
.focus\:border-amber-500\/80:focus {
    border-color: rgba(245, 158, 11, 0.8);
}
.focus\:border-amber-500\/85:focus {
    border-color: rgba(245, 158, 11, 0.85);
}
.focus\:border-amber-500\/90:focus {
    border-color: rgba(245, 158, 11, 0.9);
}
.focus\:border-amber-500\/95:focus {
    border-color: rgba(245, 158, 11, 0.95);
}
.focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-600\/0:focus {
    border-color: rgba(217, 119, 6, 0);
}
.focus\:border-amber-600\/10:focus {
    border-color: rgba(217, 119, 6, 0.1);
}
.focus\:border-amber-600\/100:focus {
    border-color: #d97706;
}
.focus\:border-amber-600\/15:focus {
    border-color: rgba(217, 119, 6, 0.15);
}
.focus\:border-amber-600\/20:focus {
    border-color: rgba(217, 119, 6, 0.2);
}
.focus\:border-amber-600\/25:focus {
    border-color: rgba(217, 119, 6, 0.25);
}
.focus\:border-amber-600\/30:focus {
    border-color: rgba(217, 119, 6, 0.3);
}
.focus\:border-amber-600\/35:focus {
    border-color: rgba(217, 119, 6, 0.35);
}
.focus\:border-amber-600\/40:focus {
    border-color: rgba(217, 119, 6, 0.4);
}
.focus\:border-amber-600\/45:focus {
    border-color: rgba(217, 119, 6, 0.45);
}
.focus\:border-amber-600\/5:focus {
    border-color: rgba(217, 119, 6, 0.05);
}
.focus\:border-amber-600\/50:focus {
    border-color: rgba(217, 119, 6, 0.5);
}
.focus\:border-amber-600\/55:focus {
    border-color: rgba(217, 119, 6, 0.55);
}
.focus\:border-amber-600\/60:focus {
    border-color: rgba(217, 119, 6, 0.6);
}
.focus\:border-amber-600\/65:focus {
    border-color: rgba(217, 119, 6, 0.65);
}
.focus\:border-amber-600\/70:focus {
    border-color: rgba(217, 119, 6, 0.7);
}
.focus\:border-amber-600\/75:focus {
    border-color: rgba(217, 119, 6, 0.75);
}
.focus\:border-amber-600\/80:focus {
    border-color: rgba(217, 119, 6, 0.8);
}
.focus\:border-amber-600\/85:focus {
    border-color: rgba(217, 119, 6, 0.85);
}
.focus\:border-amber-600\/90:focus {
    border-color: rgba(217, 119, 6, 0.9);
}
.focus\:border-amber-600\/95:focus {
    border-color: rgba(217, 119, 6, 0.95);
}
.focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-700\/0:focus {
    border-color: rgba(180, 83, 9, 0);
}
.focus\:border-amber-700\/10:focus {
    border-color: rgba(180, 83, 9, 0.1);
}
.focus\:border-amber-700\/100:focus {
    border-color: #b45309;
}
.focus\:border-amber-700\/15:focus {
    border-color: rgba(180, 83, 9, 0.15);
}
.focus\:border-amber-700\/20:focus {
    border-color: rgba(180, 83, 9, 0.2);
}
.focus\:border-amber-700\/25:focus {
    border-color: rgba(180, 83, 9, 0.25);
}
.focus\:border-amber-700\/30:focus {
    border-color: rgba(180, 83, 9, 0.3);
}
.focus\:border-amber-700\/35:focus {
    border-color: rgba(180, 83, 9, 0.35);
}
.focus\:border-amber-700\/40:focus {
    border-color: rgba(180, 83, 9, 0.4);
}
.focus\:border-amber-700\/45:focus {
    border-color: rgba(180, 83, 9, 0.45);
}
.focus\:border-amber-700\/5:focus {
    border-color: rgba(180, 83, 9, 0.05);
}
.focus\:border-amber-700\/50:focus {
    border-color: rgba(180, 83, 9, 0.5);
}
.focus\:border-amber-700\/55:focus {
    border-color: rgba(180, 83, 9, 0.55);
}
.focus\:border-amber-700\/60:focus {
    border-color: rgba(180, 83, 9, 0.6);
}
.focus\:border-amber-700\/65:focus {
    border-color: rgba(180, 83, 9, 0.65);
}
.focus\:border-amber-700\/70:focus {
    border-color: rgba(180, 83, 9, 0.7);
}
.focus\:border-amber-700\/75:focus {
    border-color: rgba(180, 83, 9, 0.75);
}
.focus\:border-amber-700\/80:focus {
    border-color: rgba(180, 83, 9, 0.8);
}
.focus\:border-amber-700\/85:focus {
    border-color: rgba(180, 83, 9, 0.85);
}
.focus\:border-amber-700\/90:focus {
    border-color: rgba(180, 83, 9, 0.9);
}
.focus\:border-amber-700\/95:focus {
    border-color: rgba(180, 83, 9, 0.95);
}
.focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-800\/0:focus {
    border-color: rgba(146, 64, 14, 0);
}
.focus\:border-amber-800\/10:focus {
    border-color: rgba(146, 64, 14, 0.1);
}
.focus\:border-amber-800\/100:focus {
    border-color: #92400e;
}
.focus\:border-amber-800\/15:focus {
    border-color: rgba(146, 64, 14, 0.15);
}
.focus\:border-amber-800\/20:focus {
    border-color: rgba(146, 64, 14, 0.2);
}
.focus\:border-amber-800\/25:focus {
    border-color: rgba(146, 64, 14, 0.25);
}
.focus\:border-amber-800\/30:focus {
    border-color: rgba(146, 64, 14, 0.3);
}
.focus\:border-amber-800\/35:focus {
    border-color: rgba(146, 64, 14, 0.35);
}
.focus\:border-amber-800\/40:focus {
    border-color: rgba(146, 64, 14, 0.4);
}
.focus\:border-amber-800\/45:focus {
    border-color: rgba(146, 64, 14, 0.45);
}
.focus\:border-amber-800\/5:focus {
    border-color: rgba(146, 64, 14, 0.05);
}
.focus\:border-amber-800\/50:focus {
    border-color: rgba(146, 64, 14, 0.5);
}
.focus\:border-amber-800\/55:focus {
    border-color: rgba(146, 64, 14, 0.55);
}
.focus\:border-amber-800\/60:focus {
    border-color: rgba(146, 64, 14, 0.6);
}
.focus\:border-amber-800\/65:focus {
    border-color: rgba(146, 64, 14, 0.65);
}
.focus\:border-amber-800\/70:focus {
    border-color: rgba(146, 64, 14, 0.7);
}
.focus\:border-amber-800\/75:focus {
    border-color: rgba(146, 64, 14, 0.75);
}
.focus\:border-amber-800\/80:focus {
    border-color: rgba(146, 64, 14, 0.8);
}
.focus\:border-amber-800\/85:focus {
    border-color: rgba(146, 64, 14, 0.85);
}
.focus\:border-amber-800\/90:focus {
    border-color: rgba(146, 64, 14, 0.9);
}
.focus\:border-amber-800\/95:focus {
    border-color: rgba(146, 64, 14, 0.95);
}
.focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-900\/0:focus {
    border-color: rgba(120, 53, 15, 0);
}
.focus\:border-amber-900\/10:focus {
    border-color: rgba(120, 53, 15, 0.1);
}
.focus\:border-amber-900\/100:focus {
    border-color: #78350f;
}
.focus\:border-amber-900\/15:focus {
    border-color: rgba(120, 53, 15, 0.15);
}
.focus\:border-amber-900\/20:focus {
    border-color: rgba(120, 53, 15, 0.2);
}
.focus\:border-amber-900\/25:focus {
    border-color: rgba(120, 53, 15, 0.25);
}
.focus\:border-amber-900\/30:focus {
    border-color: rgba(120, 53, 15, 0.3);
}
.focus\:border-amber-900\/35:focus {
    border-color: rgba(120, 53, 15, 0.35);
}
.focus\:border-amber-900\/40:focus {
    border-color: rgba(120, 53, 15, 0.4);
}
.focus\:border-amber-900\/45:focus {
    border-color: rgba(120, 53, 15, 0.45);
}
.focus\:border-amber-900\/5:focus {
    border-color: rgba(120, 53, 15, 0.05);
}
.focus\:border-amber-900\/50:focus {
    border-color: rgba(120, 53, 15, 0.5);
}
.focus\:border-amber-900\/55:focus {
    border-color: rgba(120, 53, 15, 0.55);
}
.focus\:border-amber-900\/60:focus {
    border-color: rgba(120, 53, 15, 0.6);
}
.focus\:border-amber-900\/65:focus {
    border-color: rgba(120, 53, 15, 0.65);
}
.focus\:border-amber-900\/70:focus {
    border-color: rgba(120, 53, 15, 0.7);
}
.focus\:border-amber-900\/75:focus {
    border-color: rgba(120, 53, 15, 0.75);
}
.focus\:border-amber-900\/80:focus {
    border-color: rgba(120, 53, 15, 0.8);
}
.focus\:border-amber-900\/85:focus {
    border-color: rgba(120, 53, 15, 0.85);
}
.focus\:border-amber-900\/90:focus {
    border-color: rgba(120, 53, 15, 0.9);
}
.focus\:border-amber-900\/95:focus {
    border-color: rgba(120, 53, 15, 0.95);
}
.focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-100\/0:focus {
    border-color: rgba(219, 234, 254, 0);
}
.focus\:border-blue-100\/10:focus {
    border-color: rgba(219, 234, 254, 0.1);
}
.focus\:border-blue-100\/100:focus {
    border-color: #dbeafe;
}
.focus\:border-blue-100\/15:focus {
    border-color: rgba(219, 234, 254, 0.15);
}
.focus\:border-blue-100\/20:focus {
    border-color: rgba(219, 234, 254, 0.2);
}
.focus\:border-blue-100\/25:focus {
    border-color: rgba(219, 234, 254, 0.25);
}
.focus\:border-blue-100\/30:focus {
    border-color: rgba(219, 234, 254, 0.3);
}
.focus\:border-blue-100\/35:focus {
    border-color: rgba(219, 234, 254, 0.35);
}
.focus\:border-blue-100\/40:focus {
    border-color: rgba(219, 234, 254, 0.4);
}
.focus\:border-blue-100\/45:focus {
    border-color: rgba(219, 234, 254, 0.45);
}
.focus\:border-blue-100\/5:focus {
    border-color: rgba(219, 234, 254, 0.05);
}
.focus\:border-blue-100\/50:focus {
    border-color: rgba(219, 234, 254, 0.5);
}
.focus\:border-blue-100\/55:focus {
    border-color: rgba(219, 234, 254, 0.55);
}
.focus\:border-blue-100\/60:focus {
    border-color: rgba(219, 234, 254, 0.6);
}
.focus\:border-blue-100\/65:focus {
    border-color: rgba(219, 234, 254, 0.65);
}
.focus\:border-blue-100\/70:focus {
    border-color: rgba(219, 234, 254, 0.7);
}
.focus\:border-blue-100\/75:focus {
    border-color: rgba(219, 234, 254, 0.75);
}
.focus\:border-blue-100\/80:focus {
    border-color: rgba(219, 234, 254, 0.8);
}
.focus\:border-blue-100\/85:focus {
    border-color: rgba(219, 234, 254, 0.85);
}
.focus\:border-blue-100\/90:focus {
    border-color: rgba(219, 234, 254, 0.9);
}
.focus\:border-blue-100\/95:focus {
    border-color: rgba(219, 234, 254, 0.95);
}
.focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-200\/0:focus {
    border-color: rgba(191, 219, 254, 0);
}
.focus\:border-blue-200\/10:focus {
    border-color: rgba(191, 219, 254, 0.1);
}
.focus\:border-blue-200\/100:focus {
    border-color: #bfdbfe;
}
.focus\:border-blue-200\/15:focus {
    border-color: rgba(191, 219, 254, 0.15);
}
.focus\:border-blue-200\/20:focus {
    border-color: rgba(191, 219, 254, 0.2);
}
.focus\:border-blue-200\/25:focus {
    border-color: rgba(191, 219, 254, 0.25);
}
.focus\:border-blue-200\/30:focus {
    border-color: rgba(191, 219, 254, 0.3);
}
.focus\:border-blue-200\/35:focus {
    border-color: rgba(191, 219, 254, 0.35);
}
.focus\:border-blue-200\/40:focus {
    border-color: rgba(191, 219, 254, 0.4);
}
.focus\:border-blue-200\/45:focus {
    border-color: rgba(191, 219, 254, 0.45);
}
.focus\:border-blue-200\/5:focus {
    border-color: rgba(191, 219, 254, 0.05);
}
.focus\:border-blue-200\/50:focus {
    border-color: rgba(191, 219, 254, 0.5);
}
.focus\:border-blue-200\/55:focus {
    border-color: rgba(191, 219, 254, 0.55);
}
.focus\:border-blue-200\/60:focus {
    border-color: rgba(191, 219, 254, 0.6);
}
.focus\:border-blue-200\/65:focus {
    border-color: rgba(191, 219, 254, 0.65);
}
.focus\:border-blue-200\/70:focus {
    border-color: rgba(191, 219, 254, 0.7);
}
.focus\:border-blue-200\/75:focus {
    border-color: rgba(191, 219, 254, 0.75);
}
.focus\:border-blue-200\/80:focus {
    border-color: rgba(191, 219, 254, 0.8);
}
.focus\:border-blue-200\/85:focus {
    border-color: rgba(191, 219, 254, 0.85);
}
.focus\:border-blue-200\/90:focus {
    border-color: rgba(191, 219, 254, 0.9);
}
.focus\:border-blue-200\/95:focus {
    border-color: rgba(191, 219, 254, 0.95);
}
.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-300\/0:focus {
    border-color: rgba(147, 197, 253, 0);
}
.focus\:border-blue-300\/10:focus {
    border-color: rgba(147, 197, 253, 0.1);
}
.focus\:border-blue-300\/100:focus {
    border-color: #93c5fd;
}
.focus\:border-blue-300\/15:focus {
    border-color: rgba(147, 197, 253, 0.15);
}
.focus\:border-blue-300\/20:focus {
    border-color: rgba(147, 197, 253, 0.2);
}
.focus\:border-blue-300\/25:focus {
    border-color: rgba(147, 197, 253, 0.25);
}
.focus\:border-blue-300\/30:focus {
    border-color: rgba(147, 197, 253, 0.3);
}
.focus\:border-blue-300\/35:focus {
    border-color: rgba(147, 197, 253, 0.35);
}
.focus\:border-blue-300\/40:focus {
    border-color: rgba(147, 197, 253, 0.4);
}
.focus\:border-blue-300\/45:focus {
    border-color: rgba(147, 197, 253, 0.45);
}
.focus\:border-blue-300\/5:focus {
    border-color: rgba(147, 197, 253, 0.05);
}
.focus\:border-blue-300\/50:focus {
    border-color: rgba(147, 197, 253, 0.5);
}
.focus\:border-blue-300\/55:focus {
    border-color: rgba(147, 197, 253, 0.55);
}
.focus\:border-blue-300\/60:focus {
    border-color: rgba(147, 197, 253, 0.6);
}
.focus\:border-blue-300\/65:focus {
    border-color: rgba(147, 197, 253, 0.65);
}
.focus\:border-blue-300\/70:focus {
    border-color: rgba(147, 197, 253, 0.7);
}
.focus\:border-blue-300\/75:focus {
    border-color: rgba(147, 197, 253, 0.75);
}
.focus\:border-blue-300\/80:focus {
    border-color: rgba(147, 197, 253, 0.8);
}
.focus\:border-blue-300\/85:focus {
    border-color: rgba(147, 197, 253, 0.85);
}
.focus\:border-blue-300\/90:focus {
    border-color: rgba(147, 197, 253, 0.9);
}
.focus\:border-blue-300\/95:focus {
    border-color: rgba(147, 197, 253, 0.95);
}
.focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-400\/0:focus {
    border-color: rgba(96, 165, 250, 0);
}
.focus\:border-blue-400\/10:focus {
    border-color: rgba(96, 165, 250, 0.1);
}
.focus\:border-blue-400\/100:focus {
    border-color: #60a5fa;
}
.focus\:border-blue-400\/15:focus {
    border-color: rgba(96, 165, 250, 0.15);
}
.focus\:border-blue-400\/20:focus {
    border-color: rgba(96, 165, 250, 0.2);
}
.focus\:border-blue-400\/25:focus {
    border-color: rgba(96, 165, 250, 0.25);
}
.focus\:border-blue-400\/30:focus {
    border-color: rgba(96, 165, 250, 0.3);
}
.focus\:border-blue-400\/35:focus {
    border-color: rgba(96, 165, 250, 0.35);
}
.focus\:border-blue-400\/40:focus {
    border-color: rgba(96, 165, 250, 0.4);
}
.focus\:border-blue-400\/45:focus {
    border-color: rgba(96, 165, 250, 0.45);
}
.focus\:border-blue-400\/5:focus {
    border-color: rgba(96, 165, 250, 0.05);
}
.focus\:border-blue-400\/50:focus {
    border-color: rgba(96, 165, 250, 0.5);
}
.focus\:border-blue-400\/55:focus {
    border-color: rgba(96, 165, 250, 0.55);
}
.focus\:border-blue-400\/60:focus {
    border-color: rgba(96, 165, 250, 0.6);
}
.focus\:border-blue-400\/65:focus {
    border-color: rgba(96, 165, 250, 0.65);
}
.focus\:border-blue-400\/70:focus {
    border-color: rgba(96, 165, 250, 0.7);
}
.focus\:border-blue-400\/75:focus {
    border-color: rgba(96, 165, 250, 0.75);
}
.focus\:border-blue-400\/80:focus {
    border-color: rgba(96, 165, 250, 0.8);
}
.focus\:border-blue-400\/85:focus {
    border-color: rgba(96, 165, 250, 0.85);
}
.focus\:border-blue-400\/90:focus {
    border-color: rgba(96, 165, 250, 0.9);
}
.focus\:border-blue-400\/95:focus {
    border-color: rgba(96, 165, 250, 0.95);
}
.focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-50\/0:focus {
    border-color: rgba(239, 246, 255, 0);
}
.focus\:border-blue-50\/10:focus {
    border-color: rgba(239, 246, 255, 0.1);
}
.focus\:border-blue-50\/100:focus {
    border-color: #eff6ff;
}
.focus\:border-blue-50\/15:focus {
    border-color: rgba(239, 246, 255, 0.15);
}
.focus\:border-blue-50\/20:focus {
    border-color: rgba(239, 246, 255, 0.2);
}
.focus\:border-blue-50\/25:focus {
    border-color: rgba(239, 246, 255, 0.25);
}
.focus\:border-blue-50\/30:focus {
    border-color: rgba(239, 246, 255, 0.3);
}
.focus\:border-blue-50\/35:focus {
    border-color: rgba(239, 246, 255, 0.35);
}
.focus\:border-blue-50\/40:focus {
    border-color: rgba(239, 246, 255, 0.4);
}
.focus\:border-blue-50\/45:focus {
    border-color: rgba(239, 246, 255, 0.45);
}
.focus\:border-blue-50\/5:focus {
    border-color: rgba(239, 246, 255, 0.05);
}
.focus\:border-blue-50\/50:focus {
    border-color: rgba(239, 246, 255, 0.5);
}
.focus\:border-blue-50\/55:focus {
    border-color: rgba(239, 246, 255, 0.55);
}
.focus\:border-blue-50\/60:focus {
    border-color: rgba(239, 246, 255, 0.6);
}
.focus\:border-blue-50\/65:focus {
    border-color: rgba(239, 246, 255, 0.65);
}
.focus\:border-blue-50\/70:focus {
    border-color: rgba(239, 246, 255, 0.7);
}
.focus\:border-blue-50\/75:focus {
    border-color: rgba(239, 246, 255, 0.75);
}
.focus\:border-blue-50\/80:focus {
    border-color: rgba(239, 246, 255, 0.8);
}
.focus\:border-blue-50\/85:focus {
    border-color: rgba(239, 246, 255, 0.85);
}
.focus\:border-blue-50\/90:focus {
    border-color: rgba(239, 246, 255, 0.9);
}
.focus\:border-blue-50\/95:focus {
    border-color: rgba(239, 246, 255, 0.95);
}
.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500\/0:focus {
    border-color: rgba(59, 130, 246, 0);
}
.focus\:border-blue-500\/10:focus {
    border-color: rgba(59, 130, 246, 0.1);
}
.focus\:border-blue-500\/100:focus {
    border-color: #3b82f6;
}
.focus\:border-blue-500\/15:focus {
    border-color: rgba(59, 130, 246, 0.15);
}
.focus\:border-blue-500\/20:focus {
    border-color: rgba(59, 130, 246, 0.2);
}
.focus\:border-blue-500\/25:focus {
    border-color: rgba(59, 130, 246, 0.25);
}
.focus\:border-blue-500\/30:focus {
    border-color: rgba(59, 130, 246, 0.3);
}
.focus\:border-blue-500\/35:focus {
    border-color: rgba(59, 130, 246, 0.35);
}
.focus\:border-blue-500\/40:focus {
    border-color: rgba(59, 130, 246, 0.4);
}
.focus\:border-blue-500\/45:focus {
    border-color: rgba(59, 130, 246, 0.45);
}
.focus\:border-blue-500\/5:focus {
    border-color: rgba(59, 130, 246, 0.05);
}
.focus\:border-blue-500\/50:focus {
    border-color: rgba(59, 130, 246, 0.5);
}
.focus\:border-blue-500\/55:focus {
    border-color: rgba(59, 130, 246, 0.55);
}
.focus\:border-blue-500\/60:focus {
    border-color: rgba(59, 130, 246, 0.6);
}
.focus\:border-blue-500\/65:focus {
    border-color: rgba(59, 130, 246, 0.65);
}
.focus\:border-blue-500\/70:focus {
    border-color: rgba(59, 130, 246, 0.7);
}
.focus\:border-blue-500\/75:focus {
    border-color: rgba(59, 130, 246, 0.75);
}
.focus\:border-blue-500\/80:focus {
    border-color: rgba(59, 130, 246, 0.8);
}
.focus\:border-blue-500\/85:focus {
    border-color: rgba(59, 130, 246, 0.85);
}
.focus\:border-blue-500\/90:focus {
    border-color: rgba(59, 130, 246, 0.9);
}
.focus\:border-blue-500\/95:focus {
    border-color: rgba(59, 130, 246, 0.95);
}
.focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 124 248 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-600\/0:focus {
    border-color: rgba(59, 124, 248, 0);
}
.focus\:border-blue-600\/10:focus {
    border-color: rgba(59, 124, 248, 0.1);
}
.focus\:border-blue-600\/100:focus {
    border-color: #3b7cf8;
}
.focus\:border-blue-600\/15:focus {
    border-color: rgba(59, 124, 248, 0.15);
}
.focus\:border-blue-600\/20:focus {
    border-color: rgba(59, 124, 248, 0.2);
}
.focus\:border-blue-600\/25:focus {
    border-color: rgba(59, 124, 248, 0.25);
}
.focus\:border-blue-600\/30:focus {
    border-color: rgba(59, 124, 248, 0.3);
}
.focus\:border-blue-600\/35:focus {
    border-color: rgba(59, 124, 248, 0.35);
}
.focus\:border-blue-600\/40:focus {
    border-color: rgba(59, 124, 248, 0.4);
}
.focus\:border-blue-600\/45:focus {
    border-color: rgba(59, 124, 248, 0.45);
}
.focus\:border-blue-600\/5:focus {
    border-color: rgba(59, 124, 248, 0.05);
}
.focus\:border-blue-600\/50:focus {
    border-color: rgba(59, 124, 248, 0.5);
}
.focus\:border-blue-600\/55:focus {
    border-color: rgba(59, 124, 248, 0.55);
}
.focus\:border-blue-600\/60:focus {
    border-color: rgba(59, 124, 248, 0.6);
}
.focus\:border-blue-600\/65:focus {
    border-color: rgba(59, 124, 248, 0.65);
}
.focus\:border-blue-600\/70:focus {
    border-color: rgba(59, 124, 248, 0.7);
}
.focus\:border-blue-600\/75:focus {
    border-color: rgba(59, 124, 248, 0.75);
}
.focus\:border-blue-600\/80:focus {
    border-color: rgba(59, 124, 248, 0.8);
}
.focus\:border-blue-600\/85:focus {
    border-color: rgba(59, 124, 248, 0.85);
}
.focus\:border-blue-600\/90:focus {
    border-color: rgba(59, 124, 248, 0.9);
}
.focus\:border-blue-600\/95:focus {
    border-color: rgba(59, 124, 248, 0.95);
}
.focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(55 98 235 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-700\/0:focus {
    border-color: rgba(55, 98, 235, 0);
}
.focus\:border-blue-700\/10:focus {
    border-color: rgba(55, 98, 235, 0.1);
}
.focus\:border-blue-700\/100:focus {
    border-color: #3762eb;
}
.focus\:border-blue-700\/15:focus {
    border-color: rgba(55, 98, 235, 0.15);
}
.focus\:border-blue-700\/20:focus {
    border-color: rgba(55, 98, 235, 0.2);
}
.focus\:border-blue-700\/25:focus {
    border-color: rgba(55, 98, 235, 0.25);
}
.focus\:border-blue-700\/30:focus {
    border-color: rgba(55, 98, 235, 0.3);
}
.focus\:border-blue-700\/35:focus {
    border-color: rgba(55, 98, 235, 0.35);
}
.focus\:border-blue-700\/40:focus {
    border-color: rgba(55, 98, 235, 0.4);
}
.focus\:border-blue-700\/45:focus {
    border-color: rgba(55, 98, 235, 0.45);
}
.focus\:border-blue-700\/5:focus {
    border-color: rgba(55, 98, 235, 0.05);
}
.focus\:border-blue-700\/50:focus {
    border-color: rgba(55, 98, 235, 0.5);
}
.focus\:border-blue-700\/55:focus {
    border-color: rgba(55, 98, 235, 0.55);
}
.focus\:border-blue-700\/60:focus {
    border-color: rgba(55, 98, 235, 0.6);
}
.focus\:border-blue-700\/65:focus {
    border-color: rgba(55, 98, 235, 0.65);
}
.focus\:border-blue-700\/70:focus {
    border-color: rgba(55, 98, 235, 0.7);
}
.focus\:border-blue-700\/75:focus {
    border-color: rgba(55, 98, 235, 0.75);
}
.focus\:border-blue-700\/80:focus {
    border-color: rgba(55, 98, 235, 0.8);
}
.focus\:border-blue-700\/85:focus {
    border-color: rgba(55, 98, 235, 0.85);
}
.focus\:border-blue-700\/90:focus {
    border-color: rgba(55, 98, 235, 0.9);
}
.focus\:border-blue-700\/95:focus {
    border-color: rgba(55, 98, 235, 0.95);
}
.focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-800\/0:focus {
    border-color: rgba(30, 64, 175, 0);
}
.focus\:border-blue-800\/10:focus {
    border-color: rgba(30, 64, 175, 0.1);
}
.focus\:border-blue-800\/100:focus {
    border-color: #1e40af;
}
.focus\:border-blue-800\/15:focus {
    border-color: rgba(30, 64, 175, 0.15);
}
.focus\:border-blue-800\/20:focus {
    border-color: rgba(30, 64, 175, 0.2);
}
.focus\:border-blue-800\/25:focus {
    border-color: rgba(30, 64, 175, 0.25);
}
.focus\:border-blue-800\/30:focus {
    border-color: rgba(30, 64, 175, 0.3);
}
.focus\:border-blue-800\/35:focus {
    border-color: rgba(30, 64, 175, 0.35);
}
.focus\:border-blue-800\/40:focus {
    border-color: rgba(30, 64, 175, 0.4);
}
.focus\:border-blue-800\/45:focus {
    border-color: rgba(30, 64, 175, 0.45);
}
.focus\:border-blue-800\/5:focus {
    border-color: rgba(30, 64, 175, 0.05);
}
.focus\:border-blue-800\/50:focus {
    border-color: rgba(30, 64, 175, 0.5);
}
.focus\:border-blue-800\/55:focus {
    border-color: rgba(30, 64, 175, 0.55);
}
.focus\:border-blue-800\/60:focus {
    border-color: rgba(30, 64, 175, 0.6);
}
.focus\:border-blue-800\/65:focus {
    border-color: rgba(30, 64, 175, 0.65);
}
.focus\:border-blue-800\/70:focus {
    border-color: rgba(30, 64, 175, 0.7);
}
.focus\:border-blue-800\/75:focus {
    border-color: rgba(30, 64, 175, 0.75);
}
.focus\:border-blue-800\/80:focus {
    border-color: rgba(30, 64, 175, 0.8);
}
.focus\:border-blue-800\/85:focus {
    border-color: rgba(30, 64, 175, 0.85);
}
.focus\:border-blue-800\/90:focus {
    border-color: rgba(30, 64, 175, 0.9);
}
.focus\:border-blue-800\/95:focus {
    border-color: rgba(30, 64, 175, 0.95);
}
.focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-900\/0:focus {
    border-color: rgba(30, 58, 138, 0);
}
.focus\:border-blue-900\/10:focus {
    border-color: rgba(30, 58, 138, 0.1);
}
.focus\:border-blue-900\/100:focus {
    border-color: #1e3a8a;
}
.focus\:border-blue-900\/15:focus {
    border-color: rgba(30, 58, 138, 0.15);
}
.focus\:border-blue-900\/20:focus {
    border-color: rgba(30, 58, 138, 0.2);
}
.focus\:border-blue-900\/25:focus {
    border-color: rgba(30, 58, 138, 0.25);
}
.focus\:border-blue-900\/30:focus {
    border-color: rgba(30, 58, 138, 0.3);
}
.focus\:border-blue-900\/35:focus {
    border-color: rgba(30, 58, 138, 0.35);
}
.focus\:border-blue-900\/40:focus {
    border-color: rgba(30, 58, 138, 0.4);
}
.focus\:border-blue-900\/45:focus {
    border-color: rgba(30, 58, 138, 0.45);
}
.focus\:border-blue-900\/5:focus {
    border-color: rgba(30, 58, 138, 0.05);
}
.focus\:border-blue-900\/50:focus {
    border-color: rgba(30, 58, 138, 0.5);
}
.focus\:border-blue-900\/55:focus {
    border-color: rgba(30, 58, 138, 0.55);
}
.focus\:border-blue-900\/60:focus {
    border-color: rgba(30, 58, 138, 0.6);
}
.focus\:border-blue-900\/65:focus {
    border-color: rgba(30, 58, 138, 0.65);
}
.focus\:border-blue-900\/70:focus {
    border-color: rgba(30, 58, 138, 0.7);
}
.focus\:border-blue-900\/75:focus {
    border-color: rgba(30, 58, 138, 0.75);
}
.focus\:border-blue-900\/80:focus {
    border-color: rgba(30, 58, 138, 0.8);
}
.focus\:border-blue-900\/85:focus {
    border-color: rgba(30, 58, 138, 0.85);
}
.focus\:border-blue-900\/90:focus {
    border-color: rgba(30, 58, 138, 0.9);
}
.focus\:border-blue-900\/95:focus {
    border-color: rgba(30, 58, 138, 0.95);
}
.focus\:border-bluegray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-100\/0:focus {
    border-color: rgba(241, 245, 249, 0);
}
.focus\:border-bluegray-100\/10:focus {
    border-color: rgba(241, 245, 249, 0.1);
}
.focus\:border-bluegray-100\/100:focus {
    border-color: #f1f5f9;
}
.focus\:border-bluegray-100\/15:focus {
    border-color: rgba(241, 245, 249, 0.15);
}
.focus\:border-bluegray-100\/20:focus {
    border-color: rgba(241, 245, 249, 0.2);
}
.focus\:border-bluegray-100\/25:focus {
    border-color: rgba(241, 245, 249, 0.25);
}
.focus\:border-bluegray-100\/30:focus {
    border-color: rgba(241, 245, 249, 0.3);
}
.focus\:border-bluegray-100\/35:focus {
    border-color: rgba(241, 245, 249, 0.35);
}
.focus\:border-bluegray-100\/40:focus {
    border-color: rgba(241, 245, 249, 0.4);
}
.focus\:border-bluegray-100\/45:focus {
    border-color: rgba(241, 245, 249, 0.45);
}
.focus\:border-bluegray-100\/5:focus {
    border-color: rgba(241, 245, 249, 0.05);
}
.focus\:border-bluegray-100\/50:focus {
    border-color: rgba(241, 245, 249, 0.5);
}
.focus\:border-bluegray-100\/55:focus {
    border-color: rgba(241, 245, 249, 0.55);
}
.focus\:border-bluegray-100\/60:focus {
    border-color: rgba(241, 245, 249, 0.6);
}
.focus\:border-bluegray-100\/65:focus {
    border-color: rgba(241, 245, 249, 0.65);
}
.focus\:border-bluegray-100\/70:focus {
    border-color: rgba(241, 245, 249, 0.7);
}
.focus\:border-bluegray-100\/75:focus {
    border-color: rgba(241, 245, 249, 0.75);
}
.focus\:border-bluegray-100\/80:focus {
    border-color: rgba(241, 245, 249, 0.8);
}
.focus\:border-bluegray-100\/85:focus {
    border-color: rgba(241, 245, 249, 0.85);
}
.focus\:border-bluegray-100\/90:focus {
    border-color: rgba(241, 245, 249, 0.9);
}
.focus\:border-bluegray-100\/95:focus {
    border-color: rgba(241, 245, 249, 0.95);
}
.focus\:border-bluegray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-200\/0:focus {
    border-color: rgba(226, 232, 240, 0);
}
.focus\:border-bluegray-200\/10:focus {
    border-color: rgba(226, 232, 240, 0.1);
}
.focus\:border-bluegray-200\/100:focus {
    border-color: #e2e8f0;
}
.focus\:border-bluegray-200\/15:focus {
    border-color: rgba(226, 232, 240, 0.15);
}
.focus\:border-bluegray-200\/20:focus {
    border-color: rgba(226, 232, 240, 0.2);
}
.focus\:border-bluegray-200\/25:focus {
    border-color: rgba(226, 232, 240, 0.25);
}
.focus\:border-bluegray-200\/30:focus {
    border-color: rgba(226, 232, 240, 0.3);
}
.focus\:border-bluegray-200\/35:focus {
    border-color: rgba(226, 232, 240, 0.35);
}
.focus\:border-bluegray-200\/40:focus {
    border-color: rgba(226, 232, 240, 0.4);
}
.focus\:border-bluegray-200\/45:focus {
    border-color: rgba(226, 232, 240, 0.45);
}
.focus\:border-bluegray-200\/5:focus {
    border-color: rgba(226, 232, 240, 0.05);
}
.focus\:border-bluegray-200\/50:focus {
    border-color: rgba(226, 232, 240, 0.5);
}
.focus\:border-bluegray-200\/55:focus {
    border-color: rgba(226, 232, 240, 0.55);
}
.focus\:border-bluegray-200\/60:focus {
    border-color: rgba(226, 232, 240, 0.6);
}
.focus\:border-bluegray-200\/65:focus {
    border-color: rgba(226, 232, 240, 0.65);
}
.focus\:border-bluegray-200\/70:focus {
    border-color: rgba(226, 232, 240, 0.7);
}
.focus\:border-bluegray-200\/75:focus {
    border-color: rgba(226, 232, 240, 0.75);
}
.focus\:border-bluegray-200\/80:focus {
    border-color: rgba(226, 232, 240, 0.8);
}
.focus\:border-bluegray-200\/85:focus {
    border-color: rgba(226, 232, 240, 0.85);
}
.focus\:border-bluegray-200\/90:focus {
    border-color: rgba(226, 232, 240, 0.9);
}
.focus\:border-bluegray-200\/95:focus {
    border-color: rgba(226, 232, 240, 0.95);
}
.focus\:border-bluegray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-300\/0:focus {
    border-color: rgba(203, 213, 225, 0);
}
.focus\:border-bluegray-300\/10:focus {
    border-color: rgba(203, 213, 225, 0.1);
}
.focus\:border-bluegray-300\/100:focus {
    border-color: #cbd5e1;
}
.focus\:border-bluegray-300\/15:focus {
    border-color: rgba(203, 213, 225, 0.15);
}
.focus\:border-bluegray-300\/20:focus {
    border-color: rgba(203, 213, 225, 0.2);
}
.focus\:border-bluegray-300\/25:focus {
    border-color: rgba(203, 213, 225, 0.25);
}
.focus\:border-bluegray-300\/30:focus {
    border-color: rgba(203, 213, 225, 0.3);
}
.focus\:border-bluegray-300\/35:focus {
    border-color: rgba(203, 213, 225, 0.35);
}
.focus\:border-bluegray-300\/40:focus {
    border-color: rgba(203, 213, 225, 0.4);
}
.focus\:border-bluegray-300\/45:focus {
    border-color: rgba(203, 213, 225, 0.45);
}
.focus\:border-bluegray-300\/5:focus {
    border-color: rgba(203, 213, 225, 0.05);
}
.focus\:border-bluegray-300\/50:focus {
    border-color: rgba(203, 213, 225, 0.5);
}
.focus\:border-bluegray-300\/55:focus {
    border-color: rgba(203, 213, 225, 0.55);
}
.focus\:border-bluegray-300\/60:focus {
    border-color: rgba(203, 213, 225, 0.6);
}
.focus\:border-bluegray-300\/65:focus {
    border-color: rgba(203, 213, 225, 0.65);
}
.focus\:border-bluegray-300\/70:focus {
    border-color: rgba(203, 213, 225, 0.7);
}
.focus\:border-bluegray-300\/75:focus {
    border-color: rgba(203, 213, 225, 0.75);
}
.focus\:border-bluegray-300\/80:focus {
    border-color: rgba(203, 213, 225, 0.8);
}
.focus\:border-bluegray-300\/85:focus {
    border-color: rgba(203, 213, 225, 0.85);
}
.focus\:border-bluegray-300\/90:focus {
    border-color: rgba(203, 213, 225, 0.9);
}
.focus\:border-bluegray-300\/95:focus {
    border-color: rgba(203, 213, 225, 0.95);
}
.focus\:border-bluegray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-400\/0:focus {
    border-color: rgba(148, 163, 184, 0);
}
.focus\:border-bluegray-400\/10:focus {
    border-color: rgba(148, 163, 184, 0.1);
}
.focus\:border-bluegray-400\/100:focus {
    border-color: #94a3b8;
}
.focus\:border-bluegray-400\/15:focus {
    border-color: rgba(148, 163, 184, 0.15);
}
.focus\:border-bluegray-400\/20:focus {
    border-color: rgba(148, 163, 184, 0.2);
}
.focus\:border-bluegray-400\/25:focus {
    border-color: rgba(148, 163, 184, 0.25);
}
.focus\:border-bluegray-400\/30:focus {
    border-color: rgba(148, 163, 184, 0.3);
}
.focus\:border-bluegray-400\/35:focus {
    border-color: rgba(148, 163, 184, 0.35);
}
.focus\:border-bluegray-400\/40:focus {
    border-color: rgba(148, 163, 184, 0.4);
}
.focus\:border-bluegray-400\/45:focus {
    border-color: rgba(148, 163, 184, 0.45);
}
.focus\:border-bluegray-400\/5:focus {
    border-color: rgba(148, 163, 184, 0.05);
}
.focus\:border-bluegray-400\/50:focus {
    border-color: rgba(148, 163, 184, 0.5);
}
.focus\:border-bluegray-400\/55:focus {
    border-color: rgba(148, 163, 184, 0.55);
}
.focus\:border-bluegray-400\/60:focus {
    border-color: rgba(148, 163, 184, 0.6);
}
.focus\:border-bluegray-400\/65:focus {
    border-color: rgba(148, 163, 184, 0.65);
}
.focus\:border-bluegray-400\/70:focus {
    border-color: rgba(148, 163, 184, 0.7);
}
.focus\:border-bluegray-400\/75:focus {
    border-color: rgba(148, 163, 184, 0.75);
}
.focus\:border-bluegray-400\/80:focus {
    border-color: rgba(148, 163, 184, 0.8);
}
.focus\:border-bluegray-400\/85:focus {
    border-color: rgba(148, 163, 184, 0.85);
}
.focus\:border-bluegray-400\/90:focus {
    border-color: rgba(148, 163, 184, 0.9);
}
.focus\:border-bluegray-400\/95:focus {
    border-color: rgba(148, 163, 184, 0.95);
}
.focus\:border-bluegray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-50\/0:focus {
    border-color: rgba(248, 250, 252, 0);
}
.focus\:border-bluegray-50\/10:focus {
    border-color: rgba(248, 250, 252, 0.1);
}
.focus\:border-bluegray-50\/100:focus {
    border-color: #f8fafc;
}
.focus\:border-bluegray-50\/15:focus {
    border-color: rgba(248, 250, 252, 0.15);
}
.focus\:border-bluegray-50\/20:focus {
    border-color: rgba(248, 250, 252, 0.2);
}
.focus\:border-bluegray-50\/25:focus {
    border-color: rgba(248, 250, 252, 0.25);
}
.focus\:border-bluegray-50\/30:focus {
    border-color: rgba(248, 250, 252, 0.3);
}
.focus\:border-bluegray-50\/35:focus {
    border-color: rgba(248, 250, 252, 0.35);
}
.focus\:border-bluegray-50\/40:focus {
    border-color: rgba(248, 250, 252, 0.4);
}
.focus\:border-bluegray-50\/45:focus {
    border-color: rgba(248, 250, 252, 0.45);
}
.focus\:border-bluegray-50\/5:focus {
    border-color: rgba(248, 250, 252, 0.05);
}
.focus\:border-bluegray-50\/50:focus {
    border-color: rgba(248, 250, 252, 0.5);
}
.focus\:border-bluegray-50\/55:focus {
    border-color: rgba(248, 250, 252, 0.55);
}
.focus\:border-bluegray-50\/60:focus {
    border-color: rgba(248, 250, 252, 0.6);
}
.focus\:border-bluegray-50\/65:focus {
    border-color: rgba(248, 250, 252, 0.65);
}
.focus\:border-bluegray-50\/70:focus {
    border-color: rgba(248, 250, 252, 0.7);
}
.focus\:border-bluegray-50\/75:focus {
    border-color: rgba(248, 250, 252, 0.75);
}
.focus\:border-bluegray-50\/80:focus {
    border-color: rgba(248, 250, 252, 0.8);
}
.focus\:border-bluegray-50\/85:focus {
    border-color: rgba(248, 250, 252, 0.85);
}
.focus\:border-bluegray-50\/90:focus {
    border-color: rgba(248, 250, 252, 0.9);
}
.focus\:border-bluegray-50\/95:focus {
    border-color: rgba(248, 250, 252, 0.95);
}
.focus\:border-bluegray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-500\/0:focus {
    border-color: rgba(100, 116, 139, 0);
}
.focus\:border-bluegray-500\/10:focus {
    border-color: rgba(100, 116, 139, 0.1);
}
.focus\:border-bluegray-500\/100:focus {
    border-color: #64748b;
}
.focus\:border-bluegray-500\/15:focus {
    border-color: rgba(100, 116, 139, 0.15);
}
.focus\:border-bluegray-500\/20:focus {
    border-color: rgba(100, 116, 139, 0.2);
}
.focus\:border-bluegray-500\/25:focus {
    border-color: rgba(100, 116, 139, 0.25);
}
.focus\:border-bluegray-500\/30:focus {
    border-color: rgba(100, 116, 139, 0.3);
}
.focus\:border-bluegray-500\/35:focus {
    border-color: rgba(100, 116, 139, 0.35);
}
.focus\:border-bluegray-500\/40:focus {
    border-color: rgba(100, 116, 139, 0.4);
}
.focus\:border-bluegray-500\/45:focus {
    border-color: rgba(100, 116, 139, 0.45);
}
.focus\:border-bluegray-500\/5:focus {
    border-color: rgba(100, 116, 139, 0.05);
}
.focus\:border-bluegray-500\/50:focus {
    border-color: rgba(100, 116, 139, 0.5);
}
.focus\:border-bluegray-500\/55:focus {
    border-color: rgba(100, 116, 139, 0.55);
}
.focus\:border-bluegray-500\/60:focus {
    border-color: rgba(100, 116, 139, 0.6);
}
.focus\:border-bluegray-500\/65:focus {
    border-color: rgba(100, 116, 139, 0.65);
}
.focus\:border-bluegray-500\/70:focus {
    border-color: rgba(100, 116, 139, 0.7);
}
.focus\:border-bluegray-500\/75:focus {
    border-color: rgba(100, 116, 139, 0.75);
}
.focus\:border-bluegray-500\/80:focus {
    border-color: rgba(100, 116, 139, 0.8);
}
.focus\:border-bluegray-500\/85:focus {
    border-color: rgba(100, 116, 139, 0.85);
}
.focus\:border-bluegray-500\/90:focus {
    border-color: rgba(100, 116, 139, 0.9);
}
.focus\:border-bluegray-500\/95:focus {
    border-color: rgba(100, 116, 139, 0.95);
}
.focus\:border-bluegray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-600\/0:focus {
    border-color: rgba(71, 85, 105, 0);
}
.focus\:border-bluegray-600\/10:focus {
    border-color: rgba(71, 85, 105, 0.1);
}
.focus\:border-bluegray-600\/100:focus {
    border-color: #475569;
}
.focus\:border-bluegray-600\/15:focus {
    border-color: rgba(71, 85, 105, 0.15);
}
.focus\:border-bluegray-600\/20:focus {
    border-color: rgba(71, 85, 105, 0.2);
}
.focus\:border-bluegray-600\/25:focus {
    border-color: rgba(71, 85, 105, 0.25);
}
.focus\:border-bluegray-600\/30:focus {
    border-color: rgba(71, 85, 105, 0.3);
}
.focus\:border-bluegray-600\/35:focus {
    border-color: rgba(71, 85, 105, 0.35);
}
.focus\:border-bluegray-600\/40:focus {
    border-color: rgba(71, 85, 105, 0.4);
}
.focus\:border-bluegray-600\/45:focus {
    border-color: rgba(71, 85, 105, 0.45);
}
.focus\:border-bluegray-600\/5:focus {
    border-color: rgba(71, 85, 105, 0.05);
}
.focus\:border-bluegray-600\/50:focus {
    border-color: rgba(71, 85, 105, 0.5);
}
.focus\:border-bluegray-600\/55:focus {
    border-color: rgba(71, 85, 105, 0.55);
}
.focus\:border-bluegray-600\/60:focus {
    border-color: rgba(71, 85, 105, 0.6);
}
.focus\:border-bluegray-600\/65:focus {
    border-color: rgba(71, 85, 105, 0.65);
}
.focus\:border-bluegray-600\/70:focus {
    border-color: rgba(71, 85, 105, 0.7);
}
.focus\:border-bluegray-600\/75:focus {
    border-color: rgba(71, 85, 105, 0.75);
}
.focus\:border-bluegray-600\/80:focus {
    border-color: rgba(71, 85, 105, 0.8);
}
.focus\:border-bluegray-600\/85:focus {
    border-color: rgba(71, 85, 105, 0.85);
}
.focus\:border-bluegray-600\/90:focus {
    border-color: rgba(71, 85, 105, 0.9);
}
.focus\:border-bluegray-600\/95:focus {
    border-color: rgba(71, 85, 105, 0.95);
}
.focus\:border-bluegray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-700\/0:focus {
    border-color: rgba(51, 65, 85, 0);
}
.focus\:border-bluegray-700\/10:focus {
    border-color: rgba(51, 65, 85, 0.1);
}
.focus\:border-bluegray-700\/100:focus {
    border-color: #334155;
}
.focus\:border-bluegray-700\/15:focus {
    border-color: rgba(51, 65, 85, 0.15);
}
.focus\:border-bluegray-700\/20:focus {
    border-color: rgba(51, 65, 85, 0.2);
}
.focus\:border-bluegray-700\/25:focus {
    border-color: rgba(51, 65, 85, 0.25);
}
.focus\:border-bluegray-700\/30:focus {
    border-color: rgba(51, 65, 85, 0.3);
}
.focus\:border-bluegray-700\/35:focus {
    border-color: rgba(51, 65, 85, 0.35);
}
.focus\:border-bluegray-700\/40:focus {
    border-color: rgba(51, 65, 85, 0.4);
}
.focus\:border-bluegray-700\/45:focus {
    border-color: rgba(51, 65, 85, 0.45);
}
.focus\:border-bluegray-700\/5:focus {
    border-color: rgba(51, 65, 85, 0.05);
}
.focus\:border-bluegray-700\/50:focus {
    border-color: rgba(51, 65, 85, 0.5);
}
.focus\:border-bluegray-700\/55:focus {
    border-color: rgba(51, 65, 85, 0.55);
}
.focus\:border-bluegray-700\/60:focus {
    border-color: rgba(51, 65, 85, 0.6);
}
.focus\:border-bluegray-700\/65:focus {
    border-color: rgba(51, 65, 85, 0.65);
}
.focus\:border-bluegray-700\/70:focus {
    border-color: rgba(51, 65, 85, 0.7);
}
.focus\:border-bluegray-700\/75:focus {
    border-color: rgba(51, 65, 85, 0.75);
}
.focus\:border-bluegray-700\/80:focus {
    border-color: rgba(51, 65, 85, 0.8);
}
.focus\:border-bluegray-700\/85:focus {
    border-color: rgba(51, 65, 85, 0.85);
}
.focus\:border-bluegray-700\/90:focus {
    border-color: rgba(51, 65, 85, 0.9);
}
.focus\:border-bluegray-700\/95:focus {
    border-color: rgba(51, 65, 85, 0.95);
}
.focus\:border-bluegray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-800\/0:focus {
    border-color: rgba(30, 41, 59, 0);
}
.focus\:border-bluegray-800\/10:focus {
    border-color: rgba(30, 41, 59, 0.1);
}
.focus\:border-bluegray-800\/100:focus {
    border-color: #1e293b;
}
.focus\:border-bluegray-800\/15:focus {
    border-color: rgba(30, 41, 59, 0.15);
}
.focus\:border-bluegray-800\/20:focus {
    border-color: rgba(30, 41, 59, 0.2);
}
.focus\:border-bluegray-800\/25:focus {
    border-color: rgba(30, 41, 59, 0.25);
}
.focus\:border-bluegray-800\/30:focus {
    border-color: rgba(30, 41, 59, 0.3);
}
.focus\:border-bluegray-800\/35:focus {
    border-color: rgba(30, 41, 59, 0.35);
}
.focus\:border-bluegray-800\/40:focus {
    border-color: rgba(30, 41, 59, 0.4);
}
.focus\:border-bluegray-800\/45:focus {
    border-color: rgba(30, 41, 59, 0.45);
}
.focus\:border-bluegray-800\/5:focus {
    border-color: rgba(30, 41, 59, 0.05);
}
.focus\:border-bluegray-800\/50:focus {
    border-color: rgba(30, 41, 59, 0.5);
}
.focus\:border-bluegray-800\/55:focus {
    border-color: rgba(30, 41, 59, 0.55);
}
.focus\:border-bluegray-800\/60:focus {
    border-color: rgba(30, 41, 59, 0.6);
}
.focus\:border-bluegray-800\/65:focus {
    border-color: rgba(30, 41, 59, 0.65);
}
.focus\:border-bluegray-800\/70:focus {
    border-color: rgba(30, 41, 59, 0.7);
}
.focus\:border-bluegray-800\/75:focus {
    border-color: rgba(30, 41, 59, 0.75);
}
.focus\:border-bluegray-800\/80:focus {
    border-color: rgba(30, 41, 59, 0.8);
}
.focus\:border-bluegray-800\/85:focus {
    border-color: rgba(30, 41, 59, 0.85);
}
.focus\:border-bluegray-800\/90:focus {
    border-color: rgba(30, 41, 59, 0.9);
}
.focus\:border-bluegray-800\/95:focus {
    border-color: rgba(30, 41, 59, 0.95);
}
.focus\:border-bluegray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.focus\:border-bluegray-900\/0:focus {
    border-color: rgba(15, 23, 42, 0);
}
.focus\:border-bluegray-900\/10:focus {
    border-color: rgba(15, 23, 42, 0.1);
}
.focus\:border-bluegray-900\/100:focus {
    border-color: #0f172a;
}
.focus\:border-bluegray-900\/15:focus {
    border-color: rgba(15, 23, 42, 0.15);
}
.focus\:border-bluegray-900\/20:focus {
    border-color: rgba(15, 23, 42, 0.2);
}
.focus\:border-bluegray-900\/25:focus {
    border-color: rgba(15, 23, 42, 0.25);
}
.focus\:border-bluegray-900\/30:focus {
    border-color: rgba(15, 23, 42, 0.3);
}
.focus\:border-bluegray-900\/35:focus {
    border-color: rgba(15, 23, 42, 0.35);
}
.focus\:border-bluegray-900\/40:focus {
    border-color: rgba(15, 23, 42, 0.4);
}
.focus\:border-bluegray-900\/45:focus {
    border-color: rgba(15, 23, 42, 0.45);
}
.focus\:border-bluegray-900\/5:focus {
    border-color: rgba(15, 23, 42, 0.05);
}
.focus\:border-bluegray-900\/50:focus {
    border-color: rgba(15, 23, 42, 0.5);
}
.focus\:border-bluegray-900\/55:focus {
    border-color: rgba(15, 23, 42, 0.55);
}
.focus\:border-bluegray-900\/60:focus {
    border-color: rgba(15, 23, 42, 0.6);
}
.focus\:border-bluegray-900\/65:focus {
    border-color: rgba(15, 23, 42, 0.65);
}
.focus\:border-bluegray-900\/70:focus {
    border-color: rgba(15, 23, 42, 0.7);
}
.focus\:border-bluegray-900\/75:focus {
    border-color: rgba(15, 23, 42, 0.75);
}
.focus\:border-bluegray-900\/80:focus {
    border-color: rgba(15, 23, 42, 0.8);
}
.focus\:border-bluegray-900\/85:focus {
    border-color: rgba(15, 23, 42, 0.85);
}
.focus\:border-bluegray-900\/90:focus {
    border-color: rgba(15, 23, 42, 0.9);
}
.focus\:border-bluegray-900\/95:focus {
    border-color: rgba(15, 23, 42, 0.95);
}
.focus\:border-coolgray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-100\/0:focus {
    border-color: rgba(243, 244, 246, 0);
}
.focus\:border-coolgray-100\/10:focus {
    border-color: rgba(243, 244, 246, 0.1);
}
.focus\:border-coolgray-100\/100:focus {
    border-color: #f3f4f6;
}
.focus\:border-coolgray-100\/15:focus {
    border-color: rgba(243, 244, 246, 0.15);
}
.focus\:border-coolgray-100\/20:focus {
    border-color: rgba(243, 244, 246, 0.2);
}
.focus\:border-coolgray-100\/25:focus {
    border-color: rgba(243, 244, 246, 0.25);
}
.focus\:border-coolgray-100\/30:focus {
    border-color: rgba(243, 244, 246, 0.3);
}
.focus\:border-coolgray-100\/35:focus {
    border-color: rgba(243, 244, 246, 0.35);
}
.focus\:border-coolgray-100\/40:focus {
    border-color: rgba(243, 244, 246, 0.4);
}
.focus\:border-coolgray-100\/45:focus {
    border-color: rgba(243, 244, 246, 0.45);
}
.focus\:border-coolgray-100\/5:focus {
    border-color: rgba(243, 244, 246, 0.05);
}
.focus\:border-coolgray-100\/50:focus {
    border-color: rgba(243, 244, 246, 0.5);
}
.focus\:border-coolgray-100\/55:focus {
    border-color: rgba(243, 244, 246, 0.55);
}
.focus\:border-coolgray-100\/60:focus {
    border-color: rgba(243, 244, 246, 0.6);
}
.focus\:border-coolgray-100\/65:focus {
    border-color: rgba(243, 244, 246, 0.65);
}
.focus\:border-coolgray-100\/70:focus {
    border-color: rgba(243, 244, 246, 0.7);
}
.focus\:border-coolgray-100\/75:focus {
    border-color: rgba(243, 244, 246, 0.75);
}
.focus\:border-coolgray-100\/80:focus {
    border-color: rgba(243, 244, 246, 0.8);
}
.focus\:border-coolgray-100\/85:focus {
    border-color: rgba(243, 244, 246, 0.85);
}
.focus\:border-coolgray-100\/90:focus {
    border-color: rgba(243, 244, 246, 0.9);
}
.focus\:border-coolgray-100\/95:focus {
    border-color: rgba(243, 244, 246, 0.95);
}
.focus\:border-coolgray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-200\/0:focus {
    border-color: rgba(229, 231, 235, 0);
}
.focus\:border-coolgray-200\/10:focus {
    border-color: rgba(229, 231, 235, 0.1);
}
.focus\:border-coolgray-200\/100:focus {
    border-color: #e5e7eb;
}
.focus\:border-coolgray-200\/15:focus {
    border-color: rgba(229, 231, 235, 0.15);
}
.focus\:border-coolgray-200\/20:focus {
    border-color: rgba(229, 231, 235, 0.2);
}
.focus\:border-coolgray-200\/25:focus {
    border-color: rgba(229, 231, 235, 0.25);
}
.focus\:border-coolgray-200\/30:focus {
    border-color: rgba(229, 231, 235, 0.3);
}
.focus\:border-coolgray-200\/35:focus {
    border-color: rgba(229, 231, 235, 0.35);
}
.focus\:border-coolgray-200\/40:focus {
    border-color: rgba(229, 231, 235, 0.4);
}
.focus\:border-coolgray-200\/45:focus {
    border-color: rgba(229, 231, 235, 0.45);
}
.focus\:border-coolgray-200\/5:focus {
    border-color: rgba(229, 231, 235, 0.05);
}
.focus\:border-coolgray-200\/50:focus {
    border-color: rgba(229, 231, 235, 0.5);
}
.focus\:border-coolgray-200\/55:focus {
    border-color: rgba(229, 231, 235, 0.55);
}
.focus\:border-coolgray-200\/60:focus {
    border-color: rgba(229, 231, 235, 0.6);
}
.focus\:border-coolgray-200\/65:focus {
    border-color: rgba(229, 231, 235, 0.65);
}
.focus\:border-coolgray-200\/70:focus {
    border-color: rgba(229, 231, 235, 0.7);
}
.focus\:border-coolgray-200\/75:focus {
    border-color: rgba(229, 231, 235, 0.75);
}
.focus\:border-coolgray-200\/80:focus {
    border-color: rgba(229, 231, 235, 0.8);
}
.focus\:border-coolgray-200\/85:focus {
    border-color: rgba(229, 231, 235, 0.85);
}
.focus\:border-coolgray-200\/90:focus {
    border-color: rgba(229, 231, 235, 0.9);
}
.focus\:border-coolgray-200\/95:focus {
    border-color: rgba(229, 231, 235, 0.95);
}
.focus\:border-coolgray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-300\/0:focus {
    border-color: rgba(209, 213, 219, 0);
}
.focus\:border-coolgray-300\/10:focus {
    border-color: rgba(209, 213, 219, 0.1);
}
.focus\:border-coolgray-300\/100:focus {
    border-color: #d1d5db;
}
.focus\:border-coolgray-300\/15:focus {
    border-color: rgba(209, 213, 219, 0.15);
}
.focus\:border-coolgray-300\/20:focus {
    border-color: rgba(209, 213, 219, 0.2);
}
.focus\:border-coolgray-300\/25:focus {
    border-color: rgba(209, 213, 219, 0.25);
}
.focus\:border-coolgray-300\/30:focus {
    border-color: rgba(209, 213, 219, 0.3);
}
.focus\:border-coolgray-300\/35:focus {
    border-color: rgba(209, 213, 219, 0.35);
}
.focus\:border-coolgray-300\/40:focus {
    border-color: rgba(209, 213, 219, 0.4);
}
.focus\:border-coolgray-300\/45:focus {
    border-color: rgba(209, 213, 219, 0.45);
}
.focus\:border-coolgray-300\/5:focus {
    border-color: rgba(209, 213, 219, 0.05);
}
.focus\:border-coolgray-300\/50:focus {
    border-color: rgba(209, 213, 219, 0.5);
}
.focus\:border-coolgray-300\/55:focus {
    border-color: rgba(209, 213, 219, 0.55);
}
.focus\:border-coolgray-300\/60:focus {
    border-color: rgba(209, 213, 219, 0.6);
}
.focus\:border-coolgray-300\/65:focus {
    border-color: rgba(209, 213, 219, 0.65);
}
.focus\:border-coolgray-300\/70:focus {
    border-color: rgba(209, 213, 219, 0.7);
}
.focus\:border-coolgray-300\/75:focus {
    border-color: rgba(209, 213, 219, 0.75);
}
.focus\:border-coolgray-300\/80:focus {
    border-color: rgba(209, 213, 219, 0.8);
}
.focus\:border-coolgray-300\/85:focus {
    border-color: rgba(209, 213, 219, 0.85);
}
.focus\:border-coolgray-300\/90:focus {
    border-color: rgba(209, 213, 219, 0.9);
}
.focus\:border-coolgray-300\/95:focus {
    border-color: rgba(209, 213, 219, 0.95);
}
.focus\:border-coolgray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-400\/0:focus {
    border-color: rgba(156, 163, 175, 0);
}
.focus\:border-coolgray-400\/10:focus {
    border-color: rgba(156, 163, 175, 0.1);
}
.focus\:border-coolgray-400\/100:focus {
    border-color: #9ca3af;
}
.focus\:border-coolgray-400\/15:focus {
    border-color: rgba(156, 163, 175, 0.15);
}
.focus\:border-coolgray-400\/20:focus {
    border-color: rgba(156, 163, 175, 0.2);
}
.focus\:border-coolgray-400\/25:focus {
    border-color: rgba(156, 163, 175, 0.25);
}
.focus\:border-coolgray-400\/30:focus {
    border-color: rgba(156, 163, 175, 0.3);
}
.focus\:border-coolgray-400\/35:focus {
    border-color: rgba(156, 163, 175, 0.35);
}
.focus\:border-coolgray-400\/40:focus {
    border-color: rgba(156, 163, 175, 0.4);
}
.focus\:border-coolgray-400\/45:focus {
    border-color: rgba(156, 163, 175, 0.45);
}
.focus\:border-coolgray-400\/5:focus {
    border-color: rgba(156, 163, 175, 0.05);
}
.focus\:border-coolgray-400\/50:focus {
    border-color: rgba(156, 163, 175, 0.5);
}
.focus\:border-coolgray-400\/55:focus {
    border-color: rgba(156, 163, 175, 0.55);
}
.focus\:border-coolgray-400\/60:focus {
    border-color: rgba(156, 163, 175, 0.6);
}
.focus\:border-coolgray-400\/65:focus {
    border-color: rgba(156, 163, 175, 0.65);
}
.focus\:border-coolgray-400\/70:focus {
    border-color: rgba(156, 163, 175, 0.7);
}
.focus\:border-coolgray-400\/75:focus {
    border-color: rgba(156, 163, 175, 0.75);
}
.focus\:border-coolgray-400\/80:focus {
    border-color: rgba(156, 163, 175, 0.8);
}
.focus\:border-coolgray-400\/85:focus {
    border-color: rgba(156, 163, 175, 0.85);
}
.focus\:border-coolgray-400\/90:focus {
    border-color: rgba(156, 163, 175, 0.9);
}
.focus\:border-coolgray-400\/95:focus {
    border-color: rgba(156, 163, 175, 0.95);
}
.focus\:border-coolgray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-50\/0:focus {
    border-color: rgba(249, 250, 251, 0);
}
.focus\:border-coolgray-50\/10:focus {
    border-color: rgba(249, 250, 251, 0.1);
}
.focus\:border-coolgray-50\/100:focus {
    border-color: #f9fafb;
}
.focus\:border-coolgray-50\/15:focus {
    border-color: rgba(249, 250, 251, 0.15);
}
.focus\:border-coolgray-50\/20:focus {
    border-color: rgba(249, 250, 251, 0.2);
}
.focus\:border-coolgray-50\/25:focus {
    border-color: rgba(249, 250, 251, 0.25);
}
.focus\:border-coolgray-50\/30:focus {
    border-color: rgba(249, 250, 251, 0.3);
}
.focus\:border-coolgray-50\/35:focus {
    border-color: rgba(249, 250, 251, 0.35);
}
.focus\:border-coolgray-50\/40:focus {
    border-color: rgba(249, 250, 251, 0.4);
}
.focus\:border-coolgray-50\/45:focus {
    border-color: rgba(249, 250, 251, 0.45);
}
.focus\:border-coolgray-50\/5:focus {
    border-color: rgba(249, 250, 251, 0.05);
}
.focus\:border-coolgray-50\/50:focus {
    border-color: rgba(249, 250, 251, 0.5);
}
.focus\:border-coolgray-50\/55:focus {
    border-color: rgba(249, 250, 251, 0.55);
}
.focus\:border-coolgray-50\/60:focus {
    border-color: rgba(249, 250, 251, 0.6);
}
.focus\:border-coolgray-50\/65:focus {
    border-color: rgba(249, 250, 251, 0.65);
}
.focus\:border-coolgray-50\/70:focus {
    border-color: rgba(249, 250, 251, 0.7);
}
.focus\:border-coolgray-50\/75:focus {
    border-color: rgba(249, 250, 251, 0.75);
}
.focus\:border-coolgray-50\/80:focus {
    border-color: rgba(249, 250, 251, 0.8);
}
.focus\:border-coolgray-50\/85:focus {
    border-color: rgba(249, 250, 251, 0.85);
}
.focus\:border-coolgray-50\/90:focus {
    border-color: rgba(249, 250, 251, 0.9);
}
.focus\:border-coolgray-50\/95:focus {
    border-color: rgba(249, 250, 251, 0.95);
}
.focus\:border-coolgray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-500\/0:focus {
    border-color: hsla(220, 9%, 46%, 0);
}
.focus\:border-coolgray-500\/10:focus {
    border-color: hsla(220, 9%, 46%, 0.1);
}
.focus\:border-coolgray-500\/100:focus {
    border-color: #6b7280;
}
.focus\:border-coolgray-500\/15:focus {
    border-color: hsla(220, 9%, 46%, 0.15);
}
.focus\:border-coolgray-500\/20:focus {
    border-color: hsla(220, 9%, 46%, 0.2);
}
.focus\:border-coolgray-500\/25:focus {
    border-color: hsla(220, 9%, 46%, 0.25);
}
.focus\:border-coolgray-500\/30:focus {
    border-color: hsla(220, 9%, 46%, 0.3);
}
.focus\:border-coolgray-500\/35:focus {
    border-color: hsla(220, 9%, 46%, 0.35);
}
.focus\:border-coolgray-500\/40:focus {
    border-color: hsla(220, 9%, 46%, 0.4);
}
.focus\:border-coolgray-500\/45:focus {
    border-color: hsla(220, 9%, 46%, 0.45);
}
.focus\:border-coolgray-500\/5:focus {
    border-color: hsla(220, 9%, 46%, 0.05);
}
.focus\:border-coolgray-500\/50:focus {
    border-color: hsla(220, 9%, 46%, 0.5);
}
.focus\:border-coolgray-500\/55:focus {
    border-color: hsla(220, 9%, 46%, 0.55);
}
.focus\:border-coolgray-500\/60:focus {
    border-color: hsla(220, 9%, 46%, 0.6);
}
.focus\:border-coolgray-500\/65:focus {
    border-color: hsla(220, 9%, 46%, 0.65);
}
.focus\:border-coolgray-500\/70:focus {
    border-color: hsla(220, 9%, 46%, 0.7);
}
.focus\:border-coolgray-500\/75:focus {
    border-color: hsla(220, 9%, 46%, 0.75);
}
.focus\:border-coolgray-500\/80:focus {
    border-color: hsla(220, 9%, 46%, 0.8);
}
.focus\:border-coolgray-500\/85:focus {
    border-color: hsla(220, 9%, 46%, 0.85);
}
.focus\:border-coolgray-500\/90:focus {
    border-color: hsla(220, 9%, 46%, 0.9);
}
.focus\:border-coolgray-500\/95:focus {
    border-color: hsla(220, 9%, 46%, 0.95);
}
.focus\:border-coolgray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-600\/0:focus {
    border-color: rgba(75, 85, 99, 0);
}
.focus\:border-coolgray-600\/10:focus {
    border-color: rgba(75, 85, 99, 0.1);
}
.focus\:border-coolgray-600\/100:focus {
    border-color: #4b5563;
}
.focus\:border-coolgray-600\/15:focus {
    border-color: rgba(75, 85, 99, 0.15);
}
.focus\:border-coolgray-600\/20:focus {
    border-color: rgba(75, 85, 99, 0.2);
}
.focus\:border-coolgray-600\/25:focus {
    border-color: rgba(75, 85, 99, 0.25);
}
.focus\:border-coolgray-600\/30:focus {
    border-color: rgba(75, 85, 99, 0.3);
}
.focus\:border-coolgray-600\/35:focus {
    border-color: rgba(75, 85, 99, 0.35);
}
.focus\:border-coolgray-600\/40:focus {
    border-color: rgba(75, 85, 99, 0.4);
}
.focus\:border-coolgray-600\/45:focus {
    border-color: rgba(75, 85, 99, 0.45);
}
.focus\:border-coolgray-600\/5:focus {
    border-color: rgba(75, 85, 99, 0.05);
}
.focus\:border-coolgray-600\/50:focus {
    border-color: rgba(75, 85, 99, 0.5);
}
.focus\:border-coolgray-600\/55:focus {
    border-color: rgba(75, 85, 99, 0.55);
}
.focus\:border-coolgray-600\/60:focus {
    border-color: rgba(75, 85, 99, 0.6);
}
.focus\:border-coolgray-600\/65:focus {
    border-color: rgba(75, 85, 99, 0.65);
}
.focus\:border-coolgray-600\/70:focus {
    border-color: rgba(75, 85, 99, 0.7);
}
.focus\:border-coolgray-600\/75:focus {
    border-color: rgba(75, 85, 99, 0.75);
}
.focus\:border-coolgray-600\/80:focus {
    border-color: rgba(75, 85, 99, 0.8);
}
.focus\:border-coolgray-600\/85:focus {
    border-color: rgba(75, 85, 99, 0.85);
}
.focus\:border-coolgray-600\/90:focus {
    border-color: rgba(75, 85, 99, 0.9);
}
.focus\:border-coolgray-600\/95:focus {
    border-color: rgba(75, 85, 99, 0.95);
}
.focus\:border-coolgray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-700\/0:focus {
    border-color: rgba(55, 65, 81, 0);
}
.focus\:border-coolgray-700\/10:focus {
    border-color: rgba(55, 65, 81, 0.1);
}
.focus\:border-coolgray-700\/100:focus {
    border-color: #374151;
}
.focus\:border-coolgray-700\/15:focus {
    border-color: rgba(55, 65, 81, 0.15);
}
.focus\:border-coolgray-700\/20:focus {
    border-color: rgba(55, 65, 81, 0.2);
}
.focus\:border-coolgray-700\/25:focus {
    border-color: rgba(55, 65, 81, 0.25);
}
.focus\:border-coolgray-700\/30:focus {
    border-color: rgba(55, 65, 81, 0.3);
}
.focus\:border-coolgray-700\/35:focus {
    border-color: rgba(55, 65, 81, 0.35);
}
.focus\:border-coolgray-700\/40:focus {
    border-color: rgba(55, 65, 81, 0.4);
}
.focus\:border-coolgray-700\/45:focus {
    border-color: rgba(55, 65, 81, 0.45);
}
.focus\:border-coolgray-700\/5:focus {
    border-color: rgba(55, 65, 81, 0.05);
}
.focus\:border-coolgray-700\/50:focus {
    border-color: rgba(55, 65, 81, 0.5);
}
.focus\:border-coolgray-700\/55:focus {
    border-color: rgba(55, 65, 81, 0.55);
}
.focus\:border-coolgray-700\/60:focus {
    border-color: rgba(55, 65, 81, 0.6);
}
.focus\:border-coolgray-700\/65:focus {
    border-color: rgba(55, 65, 81, 0.65);
}
.focus\:border-coolgray-700\/70:focus {
    border-color: rgba(55, 65, 81, 0.7);
}
.focus\:border-coolgray-700\/75:focus {
    border-color: rgba(55, 65, 81, 0.75);
}
.focus\:border-coolgray-700\/80:focus {
    border-color: rgba(55, 65, 81, 0.8);
}
.focus\:border-coolgray-700\/85:focus {
    border-color: rgba(55, 65, 81, 0.85);
}
.focus\:border-coolgray-700\/90:focus {
    border-color: rgba(55, 65, 81, 0.9);
}
.focus\:border-coolgray-700\/95:focus {
    border-color: rgba(55, 65, 81, 0.95);
}
.focus\:border-coolgray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-800\/0:focus {
    border-color: rgba(31, 41, 55, 0);
}
.focus\:border-coolgray-800\/10:focus {
    border-color: rgba(31, 41, 55, 0.1);
}
.focus\:border-coolgray-800\/100:focus {
    border-color: #1f2937;
}
.focus\:border-coolgray-800\/15:focus {
    border-color: rgba(31, 41, 55, 0.15);
}
.focus\:border-coolgray-800\/20:focus {
    border-color: rgba(31, 41, 55, 0.2);
}
.focus\:border-coolgray-800\/25:focus {
    border-color: rgba(31, 41, 55, 0.25);
}
.focus\:border-coolgray-800\/30:focus {
    border-color: rgba(31, 41, 55, 0.3);
}
.focus\:border-coolgray-800\/35:focus {
    border-color: rgba(31, 41, 55, 0.35);
}
.focus\:border-coolgray-800\/40:focus {
    border-color: rgba(31, 41, 55, 0.4);
}
.focus\:border-coolgray-800\/45:focus {
    border-color: rgba(31, 41, 55, 0.45);
}
.focus\:border-coolgray-800\/5:focus {
    border-color: rgba(31, 41, 55, 0.05);
}
.focus\:border-coolgray-800\/50:focus {
    border-color: rgba(31, 41, 55, 0.5);
}
.focus\:border-coolgray-800\/55:focus {
    border-color: rgba(31, 41, 55, 0.55);
}
.focus\:border-coolgray-800\/60:focus {
    border-color: rgba(31, 41, 55, 0.6);
}
.focus\:border-coolgray-800\/65:focus {
    border-color: rgba(31, 41, 55, 0.65);
}
.focus\:border-coolgray-800\/70:focus {
    border-color: rgba(31, 41, 55, 0.7);
}
.focus\:border-coolgray-800\/75:focus {
    border-color: rgba(31, 41, 55, 0.75);
}
.focus\:border-coolgray-800\/80:focus {
    border-color: rgba(31, 41, 55, 0.8);
}
.focus\:border-coolgray-800\/85:focus {
    border-color: rgba(31, 41, 55, 0.85);
}
.focus\:border-coolgray-800\/90:focus {
    border-color: rgba(31, 41, 55, 0.9);
}
.focus\:border-coolgray-800\/95:focus {
    border-color: rgba(31, 41, 55, 0.95);
}
.focus\:border-coolgray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-coolgray-900\/0:focus {
    border-color: rgba(17, 24, 39, 0);
}
.focus\:border-coolgray-900\/10:focus {
    border-color: rgba(17, 24, 39, 0.1);
}
.focus\:border-coolgray-900\/100:focus {
    border-color: #111827;
}
.focus\:border-coolgray-900\/15:focus {
    border-color: rgba(17, 24, 39, 0.15);
}
.focus\:border-coolgray-900\/20:focus {
    border-color: rgba(17, 24, 39, 0.2);
}
.focus\:border-coolgray-900\/25:focus {
    border-color: rgba(17, 24, 39, 0.25);
}
.focus\:border-coolgray-900\/30:focus {
    border-color: rgba(17, 24, 39, 0.3);
}
.focus\:border-coolgray-900\/35:focus {
    border-color: rgba(17, 24, 39, 0.35);
}
.focus\:border-coolgray-900\/40:focus {
    border-color: rgba(17, 24, 39, 0.4);
}
.focus\:border-coolgray-900\/45:focus {
    border-color: rgba(17, 24, 39, 0.45);
}
.focus\:border-coolgray-900\/5:focus {
    border-color: rgba(17, 24, 39, 0.05);
}
.focus\:border-coolgray-900\/50:focus {
    border-color: rgba(17, 24, 39, 0.5);
}
.focus\:border-coolgray-900\/55:focus {
    border-color: rgba(17, 24, 39, 0.55);
}
.focus\:border-coolgray-900\/60:focus {
    border-color: rgba(17, 24, 39, 0.6);
}
.focus\:border-coolgray-900\/65:focus {
    border-color: rgba(17, 24, 39, 0.65);
}
.focus\:border-coolgray-900\/70:focus {
    border-color: rgba(17, 24, 39, 0.7);
}
.focus\:border-coolgray-900\/75:focus {
    border-color: rgba(17, 24, 39, 0.75);
}
.focus\:border-coolgray-900\/80:focus {
    border-color: rgba(17, 24, 39, 0.8);
}
.focus\:border-coolgray-900\/85:focus {
    border-color: rgba(17, 24, 39, 0.85);
}
.focus\:border-coolgray-900\/90:focus {
    border-color: rgba(17, 24, 39, 0.9);
}
.focus\:border-coolgray-900\/95:focus {
    border-color: rgba(17, 24, 39, 0.95);
}
.focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-100\/0:focus {
    border-color: rgba(207, 250, 254, 0);
}
.focus\:border-cyan-100\/10:focus {
    border-color: rgba(207, 250, 254, 0.1);
}
.focus\:border-cyan-100\/100:focus {
    border-color: #cffafe;
}
.focus\:border-cyan-100\/15:focus {
    border-color: rgba(207, 250, 254, 0.15);
}
.focus\:border-cyan-100\/20:focus {
    border-color: rgba(207, 250, 254, 0.2);
}
.focus\:border-cyan-100\/25:focus {
    border-color: rgba(207, 250, 254, 0.25);
}
.focus\:border-cyan-100\/30:focus {
    border-color: rgba(207, 250, 254, 0.3);
}
.focus\:border-cyan-100\/35:focus {
    border-color: rgba(207, 250, 254, 0.35);
}
.focus\:border-cyan-100\/40:focus {
    border-color: rgba(207, 250, 254, 0.4);
}
.focus\:border-cyan-100\/45:focus {
    border-color: rgba(207, 250, 254, 0.45);
}
.focus\:border-cyan-100\/5:focus {
    border-color: rgba(207, 250, 254, 0.05);
}
.focus\:border-cyan-100\/50:focus {
    border-color: rgba(207, 250, 254, 0.5);
}
.focus\:border-cyan-100\/55:focus {
    border-color: rgba(207, 250, 254, 0.55);
}
.focus\:border-cyan-100\/60:focus {
    border-color: rgba(207, 250, 254, 0.6);
}
.focus\:border-cyan-100\/65:focus {
    border-color: rgba(207, 250, 254, 0.65);
}
.focus\:border-cyan-100\/70:focus {
    border-color: rgba(207, 250, 254, 0.7);
}
.focus\:border-cyan-100\/75:focus {
    border-color: rgba(207, 250, 254, 0.75);
}
.focus\:border-cyan-100\/80:focus {
    border-color: rgba(207, 250, 254, 0.8);
}
.focus\:border-cyan-100\/85:focus {
    border-color: rgba(207, 250, 254, 0.85);
}
.focus\:border-cyan-100\/90:focus {
    border-color: rgba(207, 250, 254, 0.9);
}
.focus\:border-cyan-100\/95:focus {
    border-color: rgba(207, 250, 254, 0.95);
}
.focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-200\/0:focus {
    border-color: rgba(165, 243, 252, 0);
}
.focus\:border-cyan-200\/10:focus {
    border-color: rgba(165, 243, 252, 0.1);
}
.focus\:border-cyan-200\/100:focus {
    border-color: #a5f3fc;
}
.focus\:border-cyan-200\/15:focus {
    border-color: rgba(165, 243, 252, 0.15);
}
.focus\:border-cyan-200\/20:focus {
    border-color: rgba(165, 243, 252, 0.2);
}
.focus\:border-cyan-200\/25:focus {
    border-color: rgba(165, 243, 252, 0.25);
}
.focus\:border-cyan-200\/30:focus {
    border-color: rgba(165, 243, 252, 0.3);
}
.focus\:border-cyan-200\/35:focus {
    border-color: rgba(165, 243, 252, 0.35);
}
.focus\:border-cyan-200\/40:focus {
    border-color: rgba(165, 243, 252, 0.4);
}
.focus\:border-cyan-200\/45:focus {
    border-color: rgba(165, 243, 252, 0.45);
}
.focus\:border-cyan-200\/5:focus {
    border-color: rgba(165, 243, 252, 0.05);
}
.focus\:border-cyan-200\/50:focus {
    border-color: rgba(165, 243, 252, 0.5);
}
.focus\:border-cyan-200\/55:focus {
    border-color: rgba(165, 243, 252, 0.55);
}
.focus\:border-cyan-200\/60:focus {
    border-color: rgba(165, 243, 252, 0.6);
}
.focus\:border-cyan-200\/65:focus {
    border-color: rgba(165, 243, 252, 0.65);
}
.focus\:border-cyan-200\/70:focus {
    border-color: rgba(165, 243, 252, 0.7);
}
.focus\:border-cyan-200\/75:focus {
    border-color: rgba(165, 243, 252, 0.75);
}
.focus\:border-cyan-200\/80:focus {
    border-color: rgba(165, 243, 252, 0.8);
}
.focus\:border-cyan-200\/85:focus {
    border-color: rgba(165, 243, 252, 0.85);
}
.focus\:border-cyan-200\/90:focus {
    border-color: rgba(165, 243, 252, 0.9);
}
.focus\:border-cyan-200\/95:focus {
    border-color: rgba(165, 243, 252, 0.95);
}
.focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-300\/0:focus {
    border-color: rgba(103, 232, 249, 0);
}
.focus\:border-cyan-300\/10:focus {
    border-color: rgba(103, 232, 249, 0.1);
}
.focus\:border-cyan-300\/100:focus {
    border-color: #67e8f9;
}
.focus\:border-cyan-300\/15:focus {
    border-color: rgba(103, 232, 249, 0.15);
}
.focus\:border-cyan-300\/20:focus {
    border-color: rgba(103, 232, 249, 0.2);
}
.focus\:border-cyan-300\/25:focus {
    border-color: rgba(103, 232, 249, 0.25);
}
.focus\:border-cyan-300\/30:focus {
    border-color: rgba(103, 232, 249, 0.3);
}
.focus\:border-cyan-300\/35:focus {
    border-color: rgba(103, 232, 249, 0.35);
}
.focus\:border-cyan-300\/40:focus {
    border-color: rgba(103, 232, 249, 0.4);
}
.focus\:border-cyan-300\/45:focus {
    border-color: rgba(103, 232, 249, 0.45);
}
.focus\:border-cyan-300\/5:focus {
    border-color: rgba(103, 232, 249, 0.05);
}
.focus\:border-cyan-300\/50:focus {
    border-color: rgba(103, 232, 249, 0.5);
}
.focus\:border-cyan-300\/55:focus {
    border-color: rgba(103, 232, 249, 0.55);
}
.focus\:border-cyan-300\/60:focus {
    border-color: rgba(103, 232, 249, 0.6);
}
.focus\:border-cyan-300\/65:focus {
    border-color: rgba(103, 232, 249, 0.65);
}
.focus\:border-cyan-300\/70:focus {
    border-color: rgba(103, 232, 249, 0.7);
}
.focus\:border-cyan-300\/75:focus {
    border-color: rgba(103, 232, 249, 0.75);
}
.focus\:border-cyan-300\/80:focus {
    border-color: rgba(103, 232, 249, 0.8);
}
.focus\:border-cyan-300\/85:focus {
    border-color: rgba(103, 232, 249, 0.85);
}
.focus\:border-cyan-300\/90:focus {
    border-color: rgba(103, 232, 249, 0.9);
}
.focus\:border-cyan-300\/95:focus {
    border-color: rgba(103, 232, 249, 0.95);
}
.focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-400\/0:focus {
    border-color: rgba(34, 211, 238, 0);
}
.focus\:border-cyan-400\/10:focus {
    border-color: rgba(34, 211, 238, 0.1);
}
.focus\:border-cyan-400\/100:focus {
    border-color: #22d3ee;
}
.focus\:border-cyan-400\/15:focus {
    border-color: rgba(34, 211, 238, 0.15);
}
.focus\:border-cyan-400\/20:focus {
    border-color: rgba(34, 211, 238, 0.2);
}
.focus\:border-cyan-400\/25:focus {
    border-color: rgba(34, 211, 238, 0.25);
}
.focus\:border-cyan-400\/30:focus {
    border-color: rgba(34, 211, 238, 0.3);
}
.focus\:border-cyan-400\/35:focus {
    border-color: rgba(34, 211, 238, 0.35);
}
.focus\:border-cyan-400\/40:focus {
    border-color: rgba(34, 211, 238, 0.4);
}
.focus\:border-cyan-400\/45:focus {
    border-color: rgba(34, 211, 238, 0.45);
}
.focus\:border-cyan-400\/5:focus {
    border-color: rgba(34, 211, 238, 0.05);
}
.focus\:border-cyan-400\/50:focus {
    border-color: rgba(34, 211, 238, 0.5);
}
.focus\:border-cyan-400\/55:focus {
    border-color: rgba(34, 211, 238, 0.55);
}
.focus\:border-cyan-400\/60:focus {
    border-color: rgba(34, 211, 238, 0.6);
}
.focus\:border-cyan-400\/65:focus {
    border-color: rgba(34, 211, 238, 0.65);
}
.focus\:border-cyan-400\/70:focus {
    border-color: rgba(34, 211, 238, 0.7);
}
.focus\:border-cyan-400\/75:focus {
    border-color: rgba(34, 211, 238, 0.75);
}
.focus\:border-cyan-400\/80:focus {
    border-color: rgba(34, 211, 238, 0.8);
}
.focus\:border-cyan-400\/85:focus {
    border-color: rgba(34, 211, 238, 0.85);
}
.focus\:border-cyan-400\/90:focus {
    border-color: rgba(34, 211, 238, 0.9);
}
.focus\:border-cyan-400\/95:focus {
    border-color: rgba(34, 211, 238, 0.95);
}
.focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-50\/0:focus {
    border-color: rgba(236, 254, 255, 0);
}
.focus\:border-cyan-50\/10:focus {
    border-color: rgba(236, 254, 255, 0.1);
}
.focus\:border-cyan-50\/100:focus {
    border-color: #ecfeff;
}
.focus\:border-cyan-50\/15:focus {
    border-color: rgba(236, 254, 255, 0.15);
}
.focus\:border-cyan-50\/20:focus {
    border-color: rgba(236, 254, 255, 0.2);
}
.focus\:border-cyan-50\/25:focus {
    border-color: rgba(236, 254, 255, 0.25);
}
.focus\:border-cyan-50\/30:focus {
    border-color: rgba(236, 254, 255, 0.3);
}
.focus\:border-cyan-50\/35:focus {
    border-color: rgba(236, 254, 255, 0.35);
}
.focus\:border-cyan-50\/40:focus {
    border-color: rgba(236, 254, 255, 0.4);
}
.focus\:border-cyan-50\/45:focus {
    border-color: rgba(236, 254, 255, 0.45);
}
.focus\:border-cyan-50\/5:focus {
    border-color: rgba(236, 254, 255, 0.05);
}
.focus\:border-cyan-50\/50:focus {
    border-color: rgba(236, 254, 255, 0.5);
}
.focus\:border-cyan-50\/55:focus {
    border-color: rgba(236, 254, 255, 0.55);
}
.focus\:border-cyan-50\/60:focus {
    border-color: rgba(236, 254, 255, 0.6);
}
.focus\:border-cyan-50\/65:focus {
    border-color: rgba(236, 254, 255, 0.65);
}
.focus\:border-cyan-50\/70:focus {
    border-color: rgba(236, 254, 255, 0.7);
}
.focus\:border-cyan-50\/75:focus {
    border-color: rgba(236, 254, 255, 0.75);
}
.focus\:border-cyan-50\/80:focus {
    border-color: rgba(236, 254, 255, 0.8);
}
.focus\:border-cyan-50\/85:focus {
    border-color: rgba(236, 254, 255, 0.85);
}
.focus\:border-cyan-50\/90:focus {
    border-color: rgba(236, 254, 255, 0.9);
}
.focus\:border-cyan-50\/95:focus {
    border-color: rgba(236, 254, 255, 0.95);
}
.focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-500\/0:focus {
    border-color: rgba(6, 182, 212, 0);
}
.focus\:border-cyan-500\/10:focus {
    border-color: rgba(6, 182, 212, 0.1);
}
.focus\:border-cyan-500\/100:focus {
    border-color: #06b6d4;
}
.focus\:border-cyan-500\/15:focus {
    border-color: rgba(6, 182, 212, 0.15);
}
.focus\:border-cyan-500\/20:focus {
    border-color: rgba(6, 182, 212, 0.2);
}
.focus\:border-cyan-500\/25:focus {
    border-color: rgba(6, 182, 212, 0.25);
}
.focus\:border-cyan-500\/30:focus {
    border-color: rgba(6, 182, 212, 0.3);
}
.focus\:border-cyan-500\/35:focus {
    border-color: rgba(6, 182, 212, 0.35);
}
.focus\:border-cyan-500\/40:focus {
    border-color: rgba(6, 182, 212, 0.4);
}
.focus\:border-cyan-500\/45:focus {
    border-color: rgba(6, 182, 212, 0.45);
}
.focus\:border-cyan-500\/5:focus {
    border-color: rgba(6, 182, 212, 0.05);
}
.focus\:border-cyan-500\/50:focus {
    border-color: rgba(6, 182, 212, 0.5);
}
.focus\:border-cyan-500\/55:focus {
    border-color: rgba(6, 182, 212, 0.55);
}
.focus\:border-cyan-500\/60:focus {
    border-color: rgba(6, 182, 212, 0.6);
}
.focus\:border-cyan-500\/65:focus {
    border-color: rgba(6, 182, 212, 0.65);
}
.focus\:border-cyan-500\/70:focus {
    border-color: rgba(6, 182, 212, 0.7);
}
.focus\:border-cyan-500\/75:focus {
    border-color: rgba(6, 182, 212, 0.75);
}
.focus\:border-cyan-500\/80:focus {
    border-color: rgba(6, 182, 212, 0.8);
}
.focus\:border-cyan-500\/85:focus {
    border-color: rgba(6, 182, 212, 0.85);
}
.focus\:border-cyan-500\/90:focus {
    border-color: rgba(6, 182, 212, 0.9);
}
.focus\:border-cyan-500\/95:focus {
    border-color: rgba(6, 182, 212, 0.95);
}
.focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-600\/0:focus {
    border-color: rgba(8, 145, 178, 0);
}
.focus\:border-cyan-600\/10:focus {
    border-color: rgba(8, 145, 178, 0.1);
}
.focus\:border-cyan-600\/100:focus {
    border-color: #0891b2;
}
.focus\:border-cyan-600\/15:focus {
    border-color: rgba(8, 145, 178, 0.15);
}
.focus\:border-cyan-600\/20:focus {
    border-color: rgba(8, 145, 178, 0.2);
}
.focus\:border-cyan-600\/25:focus {
    border-color: rgba(8, 145, 178, 0.25);
}
.focus\:border-cyan-600\/30:focus {
    border-color: rgba(8, 145, 178, 0.3);
}
.focus\:border-cyan-600\/35:focus {
    border-color: rgba(8, 145, 178, 0.35);
}
.focus\:border-cyan-600\/40:focus {
    border-color: rgba(8, 145, 178, 0.4);
}
.focus\:border-cyan-600\/45:focus {
    border-color: rgba(8, 145, 178, 0.45);
}
.focus\:border-cyan-600\/5:focus {
    border-color: rgba(8, 145, 178, 0.05);
}
.focus\:border-cyan-600\/50:focus {
    border-color: rgba(8, 145, 178, 0.5);
}
.focus\:border-cyan-600\/55:focus {
    border-color: rgba(8, 145, 178, 0.55);
}
.focus\:border-cyan-600\/60:focus {
    border-color: rgba(8, 145, 178, 0.6);
}
.focus\:border-cyan-600\/65:focus {
    border-color: rgba(8, 145, 178, 0.65);
}
.focus\:border-cyan-600\/70:focus {
    border-color: rgba(8, 145, 178, 0.7);
}
.focus\:border-cyan-600\/75:focus {
    border-color: rgba(8, 145, 178, 0.75);
}
.focus\:border-cyan-600\/80:focus {
    border-color: rgba(8, 145, 178, 0.8);
}
.focus\:border-cyan-600\/85:focus {
    border-color: rgba(8, 145, 178, 0.85);
}
.focus\:border-cyan-600\/90:focus {
    border-color: rgba(8, 145, 178, 0.9);
}
.focus\:border-cyan-600\/95:focus {
    border-color: rgba(8, 145, 178, 0.95);
}
.focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-700\/0:focus {
    border-color: rgba(14, 116, 144, 0);
}
.focus\:border-cyan-700\/10:focus {
    border-color: rgba(14, 116, 144, 0.1);
}
.focus\:border-cyan-700\/100:focus {
    border-color: #0e7490;
}
.focus\:border-cyan-700\/15:focus {
    border-color: rgba(14, 116, 144, 0.15);
}
.focus\:border-cyan-700\/20:focus {
    border-color: rgba(14, 116, 144, 0.2);
}
.focus\:border-cyan-700\/25:focus {
    border-color: rgba(14, 116, 144, 0.25);
}
.focus\:border-cyan-700\/30:focus {
    border-color: rgba(14, 116, 144, 0.3);
}
.focus\:border-cyan-700\/35:focus {
    border-color: rgba(14, 116, 144, 0.35);
}
.focus\:border-cyan-700\/40:focus {
    border-color: rgba(14, 116, 144, 0.4);
}
.focus\:border-cyan-700\/45:focus {
    border-color: rgba(14, 116, 144, 0.45);
}
.focus\:border-cyan-700\/5:focus {
    border-color: rgba(14, 116, 144, 0.05);
}
.focus\:border-cyan-700\/50:focus {
    border-color: rgba(14, 116, 144, 0.5);
}
.focus\:border-cyan-700\/55:focus {
    border-color: rgba(14, 116, 144, 0.55);
}
.focus\:border-cyan-700\/60:focus {
    border-color: rgba(14, 116, 144, 0.6);
}
.focus\:border-cyan-700\/65:focus {
    border-color: rgba(14, 116, 144, 0.65);
}
.focus\:border-cyan-700\/70:focus {
    border-color: rgba(14, 116, 144, 0.7);
}
.focus\:border-cyan-700\/75:focus {
    border-color: rgba(14, 116, 144, 0.75);
}
.focus\:border-cyan-700\/80:focus {
    border-color: rgba(14, 116, 144, 0.8);
}
.focus\:border-cyan-700\/85:focus {
    border-color: rgba(14, 116, 144, 0.85);
}
.focus\:border-cyan-700\/90:focus {
    border-color: rgba(14, 116, 144, 0.9);
}
.focus\:border-cyan-700\/95:focus {
    border-color: rgba(14, 116, 144, 0.95);
}
.focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-800\/0:focus {
    border-color: rgba(21, 94, 117, 0);
}
.focus\:border-cyan-800\/10:focus {
    border-color: rgba(21, 94, 117, 0.1);
}
.focus\:border-cyan-800\/100:focus {
    border-color: #155e75;
}
.focus\:border-cyan-800\/15:focus {
    border-color: rgba(21, 94, 117, 0.15);
}
.focus\:border-cyan-800\/20:focus {
    border-color: rgba(21, 94, 117, 0.2);
}
.focus\:border-cyan-800\/25:focus {
    border-color: rgba(21, 94, 117, 0.25);
}
.focus\:border-cyan-800\/30:focus {
    border-color: rgba(21, 94, 117, 0.3);
}
.focus\:border-cyan-800\/35:focus {
    border-color: rgba(21, 94, 117, 0.35);
}
.focus\:border-cyan-800\/40:focus {
    border-color: rgba(21, 94, 117, 0.4);
}
.focus\:border-cyan-800\/45:focus {
    border-color: rgba(21, 94, 117, 0.45);
}
.focus\:border-cyan-800\/5:focus {
    border-color: rgba(21, 94, 117, 0.05);
}
.focus\:border-cyan-800\/50:focus {
    border-color: rgba(21, 94, 117, 0.5);
}
.focus\:border-cyan-800\/55:focus {
    border-color: rgba(21, 94, 117, 0.55);
}
.focus\:border-cyan-800\/60:focus {
    border-color: rgba(21, 94, 117, 0.6);
}
.focus\:border-cyan-800\/65:focus {
    border-color: rgba(21, 94, 117, 0.65);
}
.focus\:border-cyan-800\/70:focus {
    border-color: rgba(21, 94, 117, 0.7);
}
.focus\:border-cyan-800\/75:focus {
    border-color: rgba(21, 94, 117, 0.75);
}
.focus\:border-cyan-800\/80:focus {
    border-color: rgba(21, 94, 117, 0.8);
}
.focus\:border-cyan-800\/85:focus {
    border-color: rgba(21, 94, 117, 0.85);
}
.focus\:border-cyan-800\/90:focus {
    border-color: rgba(21, 94, 117, 0.9);
}
.focus\:border-cyan-800\/95:focus {
    border-color: rgba(21, 94, 117, 0.95);
}
.focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.focus\:border-cyan-900\/0:focus {
    border-color: rgba(22, 78, 99, 0);
}
.focus\:border-cyan-900\/10:focus {
    border-color: rgba(22, 78, 99, 0.1);
}
.focus\:border-cyan-900\/100:focus {
    border-color: #164e63;
}
.focus\:border-cyan-900\/15:focus {
    border-color: rgba(22, 78, 99, 0.15);
}
.focus\:border-cyan-900\/20:focus {
    border-color: rgba(22, 78, 99, 0.2);
}
.focus\:border-cyan-900\/25:focus {
    border-color: rgba(22, 78, 99, 0.25);
}
.focus\:border-cyan-900\/30:focus {
    border-color: rgba(22, 78, 99, 0.3);
}
.focus\:border-cyan-900\/35:focus {
    border-color: rgba(22, 78, 99, 0.35);
}
.focus\:border-cyan-900\/40:focus {
    border-color: rgba(22, 78, 99, 0.4);
}
.focus\:border-cyan-900\/45:focus {
    border-color: rgba(22, 78, 99, 0.45);
}
.focus\:border-cyan-900\/5:focus {
    border-color: rgba(22, 78, 99, 0.05);
}
.focus\:border-cyan-900\/50:focus {
    border-color: rgba(22, 78, 99, 0.5);
}
.focus\:border-cyan-900\/55:focus {
    border-color: rgba(22, 78, 99, 0.55);
}
.focus\:border-cyan-900\/60:focus {
    border-color: rgba(22, 78, 99, 0.6);
}
.focus\:border-cyan-900\/65:focus {
    border-color: rgba(22, 78, 99, 0.65);
}
.focus\:border-cyan-900\/70:focus {
    border-color: rgba(22, 78, 99, 0.7);
}
.focus\:border-cyan-900\/75:focus {
    border-color: rgba(22, 78, 99, 0.75);
}
.focus\:border-cyan-900\/80:focus {
    border-color: rgba(22, 78, 99, 0.8);
}
.focus\:border-cyan-900\/85:focus {
    border-color: rgba(22, 78, 99, 0.85);
}
.focus\:border-cyan-900\/90:focus {
    border-color: rgba(22, 78, 99, 0.9);
}
.focus\:border-cyan-900\/95:focus {
    border-color: rgba(22, 78, 99, 0.95);
}
.focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-100\/0:focus {
    border-color: rgba(209, 250, 229, 0);
}
.focus\:border-emerald-100\/10:focus {
    border-color: rgba(209, 250, 229, 0.1);
}
.focus\:border-emerald-100\/100:focus {
    border-color: #d1fae5;
}
.focus\:border-emerald-100\/15:focus {
    border-color: rgba(209, 250, 229, 0.15);
}
.focus\:border-emerald-100\/20:focus {
    border-color: rgba(209, 250, 229, 0.2);
}
.focus\:border-emerald-100\/25:focus {
    border-color: rgba(209, 250, 229, 0.25);
}
.focus\:border-emerald-100\/30:focus {
    border-color: rgba(209, 250, 229, 0.3);
}
.focus\:border-emerald-100\/35:focus {
    border-color: rgba(209, 250, 229, 0.35);
}
.focus\:border-emerald-100\/40:focus {
    border-color: rgba(209, 250, 229, 0.4);
}
.focus\:border-emerald-100\/45:focus {
    border-color: rgba(209, 250, 229, 0.45);
}
.focus\:border-emerald-100\/5:focus {
    border-color: rgba(209, 250, 229, 0.05);
}
.focus\:border-emerald-100\/50:focus {
    border-color: rgba(209, 250, 229, 0.5);
}
.focus\:border-emerald-100\/55:focus {
    border-color: rgba(209, 250, 229, 0.55);
}
.focus\:border-emerald-100\/60:focus {
    border-color: rgba(209, 250, 229, 0.6);
}
.focus\:border-emerald-100\/65:focus {
    border-color: rgba(209, 250, 229, 0.65);
}
.focus\:border-emerald-100\/70:focus {
    border-color: rgba(209, 250, 229, 0.7);
}
.focus\:border-emerald-100\/75:focus {
    border-color: rgba(209, 250, 229, 0.75);
}
.focus\:border-emerald-100\/80:focus {
    border-color: rgba(209, 250, 229, 0.8);
}
.focus\:border-emerald-100\/85:focus {
    border-color: rgba(209, 250, 229, 0.85);
}
.focus\:border-emerald-100\/90:focus {
    border-color: rgba(209, 250, 229, 0.9);
}
.focus\:border-emerald-100\/95:focus {
    border-color: rgba(209, 250, 229, 0.95);
}
.focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-200\/0:focus {
    border-color: rgba(167, 243, 208, 0);
}
.focus\:border-emerald-200\/10:focus {
    border-color: rgba(167, 243, 208, 0.1);
}
.focus\:border-emerald-200\/100:focus {
    border-color: #a7f3d0;
}
.focus\:border-emerald-200\/15:focus {
    border-color: rgba(167, 243, 208, 0.15);
}
.focus\:border-emerald-200\/20:focus {
    border-color: rgba(167, 243, 208, 0.2);
}
.focus\:border-emerald-200\/25:focus {
    border-color: rgba(167, 243, 208, 0.25);
}
.focus\:border-emerald-200\/30:focus {
    border-color: rgba(167, 243, 208, 0.3);
}
.focus\:border-emerald-200\/35:focus {
    border-color: rgba(167, 243, 208, 0.35);
}
.focus\:border-emerald-200\/40:focus {
    border-color: rgba(167, 243, 208, 0.4);
}
.focus\:border-emerald-200\/45:focus {
    border-color: rgba(167, 243, 208, 0.45);
}
.focus\:border-emerald-200\/5:focus {
    border-color: rgba(167, 243, 208, 0.05);
}
.focus\:border-emerald-200\/50:focus {
    border-color: rgba(167, 243, 208, 0.5);
}
.focus\:border-emerald-200\/55:focus {
    border-color: rgba(167, 243, 208, 0.55);
}
.focus\:border-emerald-200\/60:focus {
    border-color: rgba(167, 243, 208, 0.6);
}
.focus\:border-emerald-200\/65:focus {
    border-color: rgba(167, 243, 208, 0.65);
}
.focus\:border-emerald-200\/70:focus {
    border-color: rgba(167, 243, 208, 0.7);
}
.focus\:border-emerald-200\/75:focus {
    border-color: rgba(167, 243, 208, 0.75);
}
.focus\:border-emerald-200\/80:focus {
    border-color: rgba(167, 243, 208, 0.8);
}
.focus\:border-emerald-200\/85:focus {
    border-color: rgba(167, 243, 208, 0.85);
}
.focus\:border-emerald-200\/90:focus {
    border-color: rgba(167, 243, 208, 0.9);
}
.focus\:border-emerald-200\/95:focus {
    border-color: rgba(167, 243, 208, 0.95);
}
.focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-300\/0:focus {
    border-color: rgba(110, 231, 183, 0);
}
.focus\:border-emerald-300\/10:focus {
    border-color: rgba(110, 231, 183, 0.1);
}
.focus\:border-emerald-300\/100:focus {
    border-color: #6ee7b7;
}
.focus\:border-emerald-300\/15:focus {
    border-color: rgba(110, 231, 183, 0.15);
}
.focus\:border-emerald-300\/20:focus {
    border-color: rgba(110, 231, 183, 0.2);
}
.focus\:border-emerald-300\/25:focus {
    border-color: rgba(110, 231, 183, 0.25);
}
.focus\:border-emerald-300\/30:focus {
    border-color: rgba(110, 231, 183, 0.3);
}
.focus\:border-emerald-300\/35:focus {
    border-color: rgba(110, 231, 183, 0.35);
}
.focus\:border-emerald-300\/40:focus {
    border-color: rgba(110, 231, 183, 0.4);
}
.focus\:border-emerald-300\/45:focus {
    border-color: rgba(110, 231, 183, 0.45);
}
.focus\:border-emerald-300\/5:focus {
    border-color: rgba(110, 231, 183, 0.05);
}
.focus\:border-emerald-300\/50:focus {
    border-color: rgba(110, 231, 183, 0.5);
}
.focus\:border-emerald-300\/55:focus {
    border-color: rgba(110, 231, 183, 0.55);
}
.focus\:border-emerald-300\/60:focus {
    border-color: rgba(110, 231, 183, 0.6);
}
.focus\:border-emerald-300\/65:focus {
    border-color: rgba(110, 231, 183, 0.65);
}
.focus\:border-emerald-300\/70:focus {
    border-color: rgba(110, 231, 183, 0.7);
}
.focus\:border-emerald-300\/75:focus {
    border-color: rgba(110, 231, 183, 0.75);
}
.focus\:border-emerald-300\/80:focus {
    border-color: rgba(110, 231, 183, 0.8);
}
.focus\:border-emerald-300\/85:focus {
    border-color: rgba(110, 231, 183, 0.85);
}
.focus\:border-emerald-300\/90:focus {
    border-color: rgba(110, 231, 183, 0.9);
}
.focus\:border-emerald-300\/95:focus {
    border-color: rgba(110, 231, 183, 0.95);
}
.focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-400\/0:focus {
    border-color: rgba(52, 211, 153, 0);
}
.focus\:border-emerald-400\/10:focus {
    border-color: rgba(52, 211, 153, 0.1);
}
.focus\:border-emerald-400\/100:focus {
    border-color: #34d399;
}
.focus\:border-emerald-400\/15:focus {
    border-color: rgba(52, 211, 153, 0.15);
}
.focus\:border-emerald-400\/20:focus {
    border-color: rgba(52, 211, 153, 0.2);
}
.focus\:border-emerald-400\/25:focus {
    border-color: rgba(52, 211, 153, 0.25);
}
.focus\:border-emerald-400\/30:focus {
    border-color: rgba(52, 211, 153, 0.3);
}
.focus\:border-emerald-400\/35:focus {
    border-color: rgba(52, 211, 153, 0.35);
}
.focus\:border-emerald-400\/40:focus {
    border-color: rgba(52, 211, 153, 0.4);
}
.focus\:border-emerald-400\/45:focus {
    border-color: rgba(52, 211, 153, 0.45);
}
.focus\:border-emerald-400\/5:focus {
    border-color: rgba(52, 211, 153, 0.05);
}
.focus\:border-emerald-400\/50:focus {
    border-color: rgba(52, 211, 153, 0.5);
}
.focus\:border-emerald-400\/55:focus {
    border-color: rgba(52, 211, 153, 0.55);
}
.focus\:border-emerald-400\/60:focus {
    border-color: rgba(52, 211, 153, 0.6);
}
.focus\:border-emerald-400\/65:focus {
    border-color: rgba(52, 211, 153, 0.65);
}
.focus\:border-emerald-400\/70:focus {
    border-color: rgba(52, 211, 153, 0.7);
}
.focus\:border-emerald-400\/75:focus {
    border-color: rgba(52, 211, 153, 0.75);
}
.focus\:border-emerald-400\/80:focus {
    border-color: rgba(52, 211, 153, 0.8);
}
.focus\:border-emerald-400\/85:focus {
    border-color: rgba(52, 211, 153, 0.85);
}
.focus\:border-emerald-400\/90:focus {
    border-color: rgba(52, 211, 153, 0.9);
}
.focus\:border-emerald-400\/95:focus {
    border-color: rgba(52, 211, 153, 0.95);
}
.focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-50\/0:focus {
    border-color: rgba(236, 253, 245, 0);
}
.focus\:border-emerald-50\/10:focus {
    border-color: rgba(236, 253, 245, 0.1);
}
.focus\:border-emerald-50\/100:focus {
    border-color: #ecfdf5;
}
.focus\:border-emerald-50\/15:focus {
    border-color: rgba(236, 253, 245, 0.15);
}
.focus\:border-emerald-50\/20:focus {
    border-color: rgba(236, 253, 245, 0.2);
}
.focus\:border-emerald-50\/25:focus {
    border-color: rgba(236, 253, 245, 0.25);
}
.focus\:border-emerald-50\/30:focus {
    border-color: rgba(236, 253, 245, 0.3);
}
.focus\:border-emerald-50\/35:focus {
    border-color: rgba(236, 253, 245, 0.35);
}
.focus\:border-emerald-50\/40:focus {
    border-color: rgba(236, 253, 245, 0.4);
}
.focus\:border-emerald-50\/45:focus {
    border-color: rgba(236, 253, 245, 0.45);
}
.focus\:border-emerald-50\/5:focus {
    border-color: rgba(236, 253, 245, 0.05);
}
.focus\:border-emerald-50\/50:focus {
    border-color: rgba(236, 253, 245, 0.5);
}
.focus\:border-emerald-50\/55:focus {
    border-color: rgba(236, 253, 245, 0.55);
}
.focus\:border-emerald-50\/60:focus {
    border-color: rgba(236, 253, 245, 0.6);
}
.focus\:border-emerald-50\/65:focus {
    border-color: rgba(236, 253, 245, 0.65);
}
.focus\:border-emerald-50\/70:focus {
    border-color: rgba(236, 253, 245, 0.7);
}
.focus\:border-emerald-50\/75:focus {
    border-color: rgba(236, 253, 245, 0.75);
}
.focus\:border-emerald-50\/80:focus {
    border-color: rgba(236, 253, 245, 0.8);
}
.focus\:border-emerald-50\/85:focus {
    border-color: rgba(236, 253, 245, 0.85);
}
.focus\:border-emerald-50\/90:focus {
    border-color: rgba(236, 253, 245, 0.9);
}
.focus\:border-emerald-50\/95:focus {
    border-color: rgba(236, 253, 245, 0.95);
}
.focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-500\/0:focus {
    border-color: rgba(16, 185, 129, 0);
}
.focus\:border-emerald-500\/10:focus {
    border-color: rgba(16, 185, 129, 0.1);
}
.focus\:border-emerald-500\/100:focus {
    border-color: #10b981;
}
.focus\:border-emerald-500\/15:focus {
    border-color: rgba(16, 185, 129, 0.15);
}
.focus\:border-emerald-500\/20:focus {
    border-color: rgba(16, 185, 129, 0.2);
}
.focus\:border-emerald-500\/25:focus {
    border-color: rgba(16, 185, 129, 0.25);
}
.focus\:border-emerald-500\/30:focus {
    border-color: rgba(16, 185, 129, 0.3);
}
.focus\:border-emerald-500\/35:focus {
    border-color: rgba(16, 185, 129, 0.35);
}
.focus\:border-emerald-500\/40:focus {
    border-color: rgba(16, 185, 129, 0.4);
}
.focus\:border-emerald-500\/45:focus {
    border-color: rgba(16, 185, 129, 0.45);
}
.focus\:border-emerald-500\/5:focus {
    border-color: rgba(16, 185, 129, 0.05);
}
.focus\:border-emerald-500\/50:focus {
    border-color: rgba(16, 185, 129, 0.5);
}
.focus\:border-emerald-500\/55:focus {
    border-color: rgba(16, 185, 129, 0.55);
}
.focus\:border-emerald-500\/60:focus {
    border-color: rgba(16, 185, 129, 0.6);
}
.focus\:border-emerald-500\/65:focus {
    border-color: rgba(16, 185, 129, 0.65);
}
.focus\:border-emerald-500\/70:focus {
    border-color: rgba(16, 185, 129, 0.7);
}
.focus\:border-emerald-500\/75:focus {
    border-color: rgba(16, 185, 129, 0.75);
}
.focus\:border-emerald-500\/80:focus {
    border-color: rgba(16, 185, 129, 0.8);
}
.focus\:border-emerald-500\/85:focus {
    border-color: rgba(16, 185, 129, 0.85);
}
.focus\:border-emerald-500\/90:focus {
    border-color: rgba(16, 185, 129, 0.9);
}
.focus\:border-emerald-500\/95:focus {
    border-color: rgba(16, 185, 129, 0.95);
}
.focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-600\/0:focus {
    border-color: rgba(5, 150, 105, 0);
}
.focus\:border-emerald-600\/10:focus {
    border-color: rgba(5, 150, 105, 0.1);
}
.focus\:border-emerald-600\/100:focus {
    border-color: #059669;
}
.focus\:border-emerald-600\/15:focus {
    border-color: rgba(5, 150, 105, 0.15);
}
.focus\:border-emerald-600\/20:focus {
    border-color: rgba(5, 150, 105, 0.2);
}
.focus\:border-emerald-600\/25:focus {
    border-color: rgba(5, 150, 105, 0.25);
}
.focus\:border-emerald-600\/30:focus {
    border-color: rgba(5, 150, 105, 0.3);
}
.focus\:border-emerald-600\/35:focus {
    border-color: rgba(5, 150, 105, 0.35);
}
.focus\:border-emerald-600\/40:focus {
    border-color: rgba(5, 150, 105, 0.4);
}
.focus\:border-emerald-600\/45:focus {
    border-color: rgba(5, 150, 105, 0.45);
}
.focus\:border-emerald-600\/5:focus {
    border-color: rgba(5, 150, 105, 0.05);
}
.focus\:border-emerald-600\/50:focus {
    border-color: rgba(5, 150, 105, 0.5);
}
.focus\:border-emerald-600\/55:focus {
    border-color: rgba(5, 150, 105, 0.55);
}
.focus\:border-emerald-600\/60:focus {
    border-color: rgba(5, 150, 105, 0.6);
}
.focus\:border-emerald-600\/65:focus {
    border-color: rgba(5, 150, 105, 0.65);
}
.focus\:border-emerald-600\/70:focus {
    border-color: rgba(5, 150, 105, 0.7);
}
.focus\:border-emerald-600\/75:focus {
    border-color: rgba(5, 150, 105, 0.75);
}
.focus\:border-emerald-600\/80:focus {
    border-color: rgba(5, 150, 105, 0.8);
}
.focus\:border-emerald-600\/85:focus {
    border-color: rgba(5, 150, 105, 0.85);
}
.focus\:border-emerald-600\/90:focus {
    border-color: rgba(5, 150, 105, 0.9);
}
.focus\:border-emerald-600\/95:focus {
    border-color: rgba(5, 150, 105, 0.95);
}
.focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-700\/0:focus {
    border-color: rgba(4, 120, 87, 0);
}
.focus\:border-emerald-700\/10:focus {
    border-color: rgba(4, 120, 87, 0.1);
}
.focus\:border-emerald-700\/100:focus {
    border-color: #047857;
}
.focus\:border-emerald-700\/15:focus {
    border-color: rgba(4, 120, 87, 0.15);
}
.focus\:border-emerald-700\/20:focus {
    border-color: rgba(4, 120, 87, 0.2);
}
.focus\:border-emerald-700\/25:focus {
    border-color: rgba(4, 120, 87, 0.25);
}
.focus\:border-emerald-700\/30:focus {
    border-color: rgba(4, 120, 87, 0.3);
}
.focus\:border-emerald-700\/35:focus {
    border-color: rgba(4, 120, 87, 0.35);
}
.focus\:border-emerald-700\/40:focus {
    border-color: rgba(4, 120, 87, 0.4);
}
.focus\:border-emerald-700\/45:focus {
    border-color: rgba(4, 120, 87, 0.45);
}
.focus\:border-emerald-700\/5:focus {
    border-color: rgba(4, 120, 87, 0.05);
}
.focus\:border-emerald-700\/50:focus {
    border-color: rgba(4, 120, 87, 0.5);
}
.focus\:border-emerald-700\/55:focus {
    border-color: rgba(4, 120, 87, 0.55);
}
.focus\:border-emerald-700\/60:focus {
    border-color: rgba(4, 120, 87, 0.6);
}
.focus\:border-emerald-700\/65:focus {
    border-color: rgba(4, 120, 87, 0.65);
}
.focus\:border-emerald-700\/70:focus {
    border-color: rgba(4, 120, 87, 0.7);
}
.focus\:border-emerald-700\/75:focus {
    border-color: rgba(4, 120, 87, 0.75);
}
.focus\:border-emerald-700\/80:focus {
    border-color: rgba(4, 120, 87, 0.8);
}
.focus\:border-emerald-700\/85:focus {
    border-color: rgba(4, 120, 87, 0.85);
}
.focus\:border-emerald-700\/90:focus {
    border-color: rgba(4, 120, 87, 0.9);
}
.focus\:border-emerald-700\/95:focus {
    border-color: rgba(4, 120, 87, 0.95);
}
.focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-800\/0:focus {
    border-color: rgba(6, 95, 70, 0);
}
.focus\:border-emerald-800\/10:focus {
    border-color: rgba(6, 95, 70, 0.1);
}
.focus\:border-emerald-800\/100:focus {
    border-color: #065f46;
}
.focus\:border-emerald-800\/15:focus {
    border-color: rgba(6, 95, 70, 0.15);
}
.focus\:border-emerald-800\/20:focus {
    border-color: rgba(6, 95, 70, 0.2);
}
.focus\:border-emerald-800\/25:focus {
    border-color: rgba(6, 95, 70, 0.25);
}
.focus\:border-emerald-800\/30:focus {
    border-color: rgba(6, 95, 70, 0.3);
}
.focus\:border-emerald-800\/35:focus {
    border-color: rgba(6, 95, 70, 0.35);
}
.focus\:border-emerald-800\/40:focus {
    border-color: rgba(6, 95, 70, 0.4);
}
.focus\:border-emerald-800\/45:focus {
    border-color: rgba(6, 95, 70, 0.45);
}
.focus\:border-emerald-800\/5:focus {
    border-color: rgba(6, 95, 70, 0.05);
}
.focus\:border-emerald-800\/50:focus {
    border-color: rgba(6, 95, 70, 0.5);
}
.focus\:border-emerald-800\/55:focus {
    border-color: rgba(6, 95, 70, 0.55);
}
.focus\:border-emerald-800\/60:focus {
    border-color: rgba(6, 95, 70, 0.6);
}
.focus\:border-emerald-800\/65:focus {
    border-color: rgba(6, 95, 70, 0.65);
}
.focus\:border-emerald-800\/70:focus {
    border-color: rgba(6, 95, 70, 0.7);
}
.focus\:border-emerald-800\/75:focus {
    border-color: rgba(6, 95, 70, 0.75);
}
.focus\:border-emerald-800\/80:focus {
    border-color: rgba(6, 95, 70, 0.8);
}
.focus\:border-emerald-800\/85:focus {
    border-color: rgba(6, 95, 70, 0.85);
}
.focus\:border-emerald-800\/90:focus {
    border-color: rgba(6, 95, 70, 0.9);
}
.focus\:border-emerald-800\/95:focus {
    border-color: rgba(6, 95, 70, 0.95);
}
.focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-900\/0:focus {
    border-color: rgba(6, 78, 59, 0);
}
.focus\:border-emerald-900\/10:focus {
    border-color: rgba(6, 78, 59, 0.1);
}
.focus\:border-emerald-900\/100:focus {
    border-color: #064e3b;
}
.focus\:border-emerald-900\/15:focus {
    border-color: rgba(6, 78, 59, 0.15);
}
.focus\:border-emerald-900\/20:focus {
    border-color: rgba(6, 78, 59, 0.2);
}
.focus\:border-emerald-900\/25:focus {
    border-color: rgba(6, 78, 59, 0.25);
}
.focus\:border-emerald-900\/30:focus {
    border-color: rgba(6, 78, 59, 0.3);
}
.focus\:border-emerald-900\/35:focus {
    border-color: rgba(6, 78, 59, 0.35);
}
.focus\:border-emerald-900\/40:focus {
    border-color: rgba(6, 78, 59, 0.4);
}
.focus\:border-emerald-900\/45:focus {
    border-color: rgba(6, 78, 59, 0.45);
}
.focus\:border-emerald-900\/5:focus {
    border-color: rgba(6, 78, 59, 0.05);
}
.focus\:border-emerald-900\/50:focus {
    border-color: rgba(6, 78, 59, 0.5);
}
.focus\:border-emerald-900\/55:focus {
    border-color: rgba(6, 78, 59, 0.55);
}
.focus\:border-emerald-900\/60:focus {
    border-color: rgba(6, 78, 59, 0.6);
}
.focus\:border-emerald-900\/65:focus {
    border-color: rgba(6, 78, 59, 0.65);
}
.focus\:border-emerald-900\/70:focus {
    border-color: rgba(6, 78, 59, 0.7);
}
.focus\:border-emerald-900\/75:focus {
    border-color: rgba(6, 78, 59, 0.75);
}
.focus\:border-emerald-900\/80:focus {
    border-color: rgba(6, 78, 59, 0.8);
}
.focus\:border-emerald-900\/85:focus {
    border-color: rgba(6, 78, 59, 0.85);
}
.focus\:border-emerald-900\/90:focus {
    border-color: rgba(6, 78, 59, 0.9);
}
.focus\:border-emerald-900\/95:focus {
    border-color: rgba(6, 78, 59, 0.95);
}
.focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-100\/0:focus {
    border-color: rgba(250, 232, 255, 0);
}
.focus\:border-fuchsia-100\/10:focus {
    border-color: rgba(250, 232, 255, 0.1);
}
.focus\:border-fuchsia-100\/100:focus {
    border-color: #fae8ff;
}
.focus\:border-fuchsia-100\/15:focus {
    border-color: rgba(250, 232, 255, 0.15);
}
.focus\:border-fuchsia-100\/20:focus {
    border-color: rgba(250, 232, 255, 0.2);
}
.focus\:border-fuchsia-100\/25:focus {
    border-color: rgba(250, 232, 255, 0.25);
}
.focus\:border-fuchsia-100\/30:focus {
    border-color: rgba(250, 232, 255, 0.3);
}
.focus\:border-fuchsia-100\/35:focus {
    border-color: rgba(250, 232, 255, 0.35);
}
.focus\:border-fuchsia-100\/40:focus {
    border-color: rgba(250, 232, 255, 0.4);
}
.focus\:border-fuchsia-100\/45:focus {
    border-color: rgba(250, 232, 255, 0.45);
}
.focus\:border-fuchsia-100\/5:focus {
    border-color: rgba(250, 232, 255, 0.05);
}
.focus\:border-fuchsia-100\/50:focus {
    border-color: rgba(250, 232, 255, 0.5);
}
.focus\:border-fuchsia-100\/55:focus {
    border-color: rgba(250, 232, 255, 0.55);
}
.focus\:border-fuchsia-100\/60:focus {
    border-color: rgba(250, 232, 255, 0.6);
}
.focus\:border-fuchsia-100\/65:focus {
    border-color: rgba(250, 232, 255, 0.65);
}
.focus\:border-fuchsia-100\/70:focus {
    border-color: rgba(250, 232, 255, 0.7);
}
.focus\:border-fuchsia-100\/75:focus {
    border-color: rgba(250, 232, 255, 0.75);
}
.focus\:border-fuchsia-100\/80:focus {
    border-color: rgba(250, 232, 255, 0.8);
}
.focus\:border-fuchsia-100\/85:focus {
    border-color: rgba(250, 232, 255, 0.85);
}
.focus\:border-fuchsia-100\/90:focus {
    border-color: rgba(250, 232, 255, 0.9);
}
.focus\:border-fuchsia-100\/95:focus {
    border-color: rgba(250, 232, 255, 0.95);
}
.focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-200\/0:focus {
    border-color: rgba(245, 208, 254, 0);
}
.focus\:border-fuchsia-200\/10:focus {
    border-color: rgba(245, 208, 254, 0.1);
}
.focus\:border-fuchsia-200\/100:focus {
    border-color: #f5d0fe;
}
.focus\:border-fuchsia-200\/15:focus {
    border-color: rgba(245, 208, 254, 0.15);
}
.focus\:border-fuchsia-200\/20:focus {
    border-color: rgba(245, 208, 254, 0.2);
}
.focus\:border-fuchsia-200\/25:focus {
    border-color: rgba(245, 208, 254, 0.25);
}
.focus\:border-fuchsia-200\/30:focus {
    border-color: rgba(245, 208, 254, 0.3);
}
.focus\:border-fuchsia-200\/35:focus {
    border-color: rgba(245, 208, 254, 0.35);
}
.focus\:border-fuchsia-200\/40:focus {
    border-color: rgba(245, 208, 254, 0.4);
}
.focus\:border-fuchsia-200\/45:focus {
    border-color: rgba(245, 208, 254, 0.45);
}
.focus\:border-fuchsia-200\/5:focus {
    border-color: rgba(245, 208, 254, 0.05);
}
.focus\:border-fuchsia-200\/50:focus {
    border-color: rgba(245, 208, 254, 0.5);
}
.focus\:border-fuchsia-200\/55:focus {
    border-color: rgba(245, 208, 254, 0.55);
}
.focus\:border-fuchsia-200\/60:focus {
    border-color: rgba(245, 208, 254, 0.6);
}
.focus\:border-fuchsia-200\/65:focus {
    border-color: rgba(245, 208, 254, 0.65);
}
.focus\:border-fuchsia-200\/70:focus {
    border-color: rgba(245, 208, 254, 0.7);
}
.focus\:border-fuchsia-200\/75:focus {
    border-color: rgba(245, 208, 254, 0.75);
}
.focus\:border-fuchsia-200\/80:focus {
    border-color: rgba(245, 208, 254, 0.8);
}
.focus\:border-fuchsia-200\/85:focus {
    border-color: rgba(245, 208, 254, 0.85);
}
.focus\:border-fuchsia-200\/90:focus {
    border-color: rgba(245, 208, 254, 0.9);
}
.focus\:border-fuchsia-200\/95:focus {
    border-color: rgba(245, 208, 254, 0.95);
}
.focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-300\/0:focus {
    border-color: rgba(240, 171, 252, 0);
}
.focus\:border-fuchsia-300\/10:focus {
    border-color: rgba(240, 171, 252, 0.1);
}
.focus\:border-fuchsia-300\/100:focus {
    border-color: #f0abfc;
}
.focus\:border-fuchsia-300\/15:focus {
    border-color: rgba(240, 171, 252, 0.15);
}
.focus\:border-fuchsia-300\/20:focus {
    border-color: rgba(240, 171, 252, 0.2);
}
.focus\:border-fuchsia-300\/25:focus {
    border-color: rgba(240, 171, 252, 0.25);
}
.focus\:border-fuchsia-300\/30:focus {
    border-color: rgba(240, 171, 252, 0.3);
}
.focus\:border-fuchsia-300\/35:focus {
    border-color: rgba(240, 171, 252, 0.35);
}
.focus\:border-fuchsia-300\/40:focus {
    border-color: rgba(240, 171, 252, 0.4);
}
.focus\:border-fuchsia-300\/45:focus {
    border-color: rgba(240, 171, 252, 0.45);
}
.focus\:border-fuchsia-300\/5:focus {
    border-color: rgba(240, 171, 252, 0.05);
}
.focus\:border-fuchsia-300\/50:focus {
    border-color: rgba(240, 171, 252, 0.5);
}
.focus\:border-fuchsia-300\/55:focus {
    border-color: rgba(240, 171, 252, 0.55);
}
.focus\:border-fuchsia-300\/60:focus {
    border-color: rgba(240, 171, 252, 0.6);
}
.focus\:border-fuchsia-300\/65:focus {
    border-color: rgba(240, 171, 252, 0.65);
}
.focus\:border-fuchsia-300\/70:focus {
    border-color: rgba(240, 171, 252, 0.7);
}
.focus\:border-fuchsia-300\/75:focus {
    border-color: rgba(240, 171, 252, 0.75);
}
.focus\:border-fuchsia-300\/80:focus {
    border-color: rgba(240, 171, 252, 0.8);
}
.focus\:border-fuchsia-300\/85:focus {
    border-color: rgba(240, 171, 252, 0.85);
}
.focus\:border-fuchsia-300\/90:focus {
    border-color: rgba(240, 171, 252, 0.9);
}
.focus\:border-fuchsia-300\/95:focus {
    border-color: rgba(240, 171, 252, 0.95);
}
.focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-400\/0:focus {
    border-color: rgba(232, 121, 249, 0);
}
.focus\:border-fuchsia-400\/10:focus {
    border-color: rgba(232, 121, 249, 0.1);
}
.focus\:border-fuchsia-400\/100:focus {
    border-color: #e879f9;
}
.focus\:border-fuchsia-400\/15:focus {
    border-color: rgba(232, 121, 249, 0.15);
}
.focus\:border-fuchsia-400\/20:focus {
    border-color: rgba(232, 121, 249, 0.2);
}
.focus\:border-fuchsia-400\/25:focus {
    border-color: rgba(232, 121, 249, 0.25);
}
.focus\:border-fuchsia-400\/30:focus {
    border-color: rgba(232, 121, 249, 0.3);
}
.focus\:border-fuchsia-400\/35:focus {
    border-color: rgba(232, 121, 249, 0.35);
}
.focus\:border-fuchsia-400\/40:focus {
    border-color: rgba(232, 121, 249, 0.4);
}
.focus\:border-fuchsia-400\/45:focus {
    border-color: rgba(232, 121, 249, 0.45);
}
.focus\:border-fuchsia-400\/5:focus {
    border-color: rgba(232, 121, 249, 0.05);
}
.focus\:border-fuchsia-400\/50:focus {
    border-color: rgba(232, 121, 249, 0.5);
}
.focus\:border-fuchsia-400\/55:focus {
    border-color: rgba(232, 121, 249, 0.55);
}
.focus\:border-fuchsia-400\/60:focus {
    border-color: rgba(232, 121, 249, 0.6);
}
.focus\:border-fuchsia-400\/65:focus {
    border-color: rgba(232, 121, 249, 0.65);
}
.focus\:border-fuchsia-400\/70:focus {
    border-color: rgba(232, 121, 249, 0.7);
}
.focus\:border-fuchsia-400\/75:focus {
    border-color: rgba(232, 121, 249, 0.75);
}
.focus\:border-fuchsia-400\/80:focus {
    border-color: rgba(232, 121, 249, 0.8);
}
.focus\:border-fuchsia-400\/85:focus {
    border-color: rgba(232, 121, 249, 0.85);
}
.focus\:border-fuchsia-400\/90:focus {
    border-color: rgba(232, 121, 249, 0.9);
}
.focus\:border-fuchsia-400\/95:focus {
    border-color: rgba(232, 121, 249, 0.95);
}
.focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-50\/0:focus {
    border-color: rgba(253, 244, 255, 0);
}
.focus\:border-fuchsia-50\/10:focus {
    border-color: rgba(253, 244, 255, 0.1);
}
.focus\:border-fuchsia-50\/100:focus {
    border-color: #fdf4ff;
}
.focus\:border-fuchsia-50\/15:focus {
    border-color: rgba(253, 244, 255, 0.15);
}
.focus\:border-fuchsia-50\/20:focus {
    border-color: rgba(253, 244, 255, 0.2);
}
.focus\:border-fuchsia-50\/25:focus {
    border-color: rgba(253, 244, 255, 0.25);
}
.focus\:border-fuchsia-50\/30:focus {
    border-color: rgba(253, 244, 255, 0.3);
}
.focus\:border-fuchsia-50\/35:focus {
    border-color: rgba(253, 244, 255, 0.35);
}
.focus\:border-fuchsia-50\/40:focus {
    border-color: rgba(253, 244, 255, 0.4);
}
.focus\:border-fuchsia-50\/45:focus {
    border-color: rgba(253, 244, 255, 0.45);
}
.focus\:border-fuchsia-50\/5:focus {
    border-color: rgba(253, 244, 255, 0.05);
}
.focus\:border-fuchsia-50\/50:focus {
    border-color: rgba(253, 244, 255, 0.5);
}
.focus\:border-fuchsia-50\/55:focus {
    border-color: rgba(253, 244, 255, 0.55);
}
.focus\:border-fuchsia-50\/60:focus {
    border-color: rgba(253, 244, 255, 0.6);
}
.focus\:border-fuchsia-50\/65:focus {
    border-color: rgba(253, 244, 255, 0.65);
}
.focus\:border-fuchsia-50\/70:focus {
    border-color: rgba(253, 244, 255, 0.7);
}
.focus\:border-fuchsia-50\/75:focus {
    border-color: rgba(253, 244, 255, 0.75);
}
.focus\:border-fuchsia-50\/80:focus {
    border-color: rgba(253, 244, 255, 0.8);
}
.focus\:border-fuchsia-50\/85:focus {
    border-color: rgba(253, 244, 255, 0.85);
}
.focus\:border-fuchsia-50\/90:focus {
    border-color: rgba(253, 244, 255, 0.9);
}
.focus\:border-fuchsia-50\/95:focus {
    border-color: rgba(253, 244, 255, 0.95);
}
.focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-500\/0:focus {
    border-color: rgba(217, 70, 239, 0);
}
.focus\:border-fuchsia-500\/10:focus {
    border-color: rgba(217, 70, 239, 0.1);
}
.focus\:border-fuchsia-500\/100:focus {
    border-color: #d946ef;
}
.focus\:border-fuchsia-500\/15:focus {
    border-color: rgba(217, 70, 239, 0.15);
}
.focus\:border-fuchsia-500\/20:focus {
    border-color: rgba(217, 70, 239, 0.2);
}
.focus\:border-fuchsia-500\/25:focus {
    border-color: rgba(217, 70, 239, 0.25);
}
.focus\:border-fuchsia-500\/30:focus {
    border-color: rgba(217, 70, 239, 0.3);
}
.focus\:border-fuchsia-500\/35:focus {
    border-color: rgba(217, 70, 239, 0.35);
}
.focus\:border-fuchsia-500\/40:focus {
    border-color: rgba(217, 70, 239, 0.4);
}
.focus\:border-fuchsia-500\/45:focus {
    border-color: rgba(217, 70, 239, 0.45);
}
.focus\:border-fuchsia-500\/5:focus {
    border-color: rgba(217, 70, 239, 0.05);
}
.focus\:border-fuchsia-500\/50:focus {
    border-color: rgba(217, 70, 239, 0.5);
}
.focus\:border-fuchsia-500\/55:focus {
    border-color: rgba(217, 70, 239, 0.55);
}
.focus\:border-fuchsia-500\/60:focus {
    border-color: rgba(217, 70, 239, 0.6);
}
.focus\:border-fuchsia-500\/65:focus {
    border-color: rgba(217, 70, 239, 0.65);
}
.focus\:border-fuchsia-500\/70:focus {
    border-color: rgba(217, 70, 239, 0.7);
}
.focus\:border-fuchsia-500\/75:focus {
    border-color: rgba(217, 70, 239, 0.75);
}
.focus\:border-fuchsia-500\/80:focus {
    border-color: rgba(217, 70, 239, 0.8);
}
.focus\:border-fuchsia-500\/85:focus {
    border-color: rgba(217, 70, 239, 0.85);
}
.focus\:border-fuchsia-500\/90:focus {
    border-color: rgba(217, 70, 239, 0.9);
}
.focus\:border-fuchsia-500\/95:focus {
    border-color: rgba(217, 70, 239, 0.95);
}
.focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-600\/0:focus {
    border-color: rgba(192, 38, 211, 0);
}
.focus\:border-fuchsia-600\/10:focus {
    border-color: rgba(192, 38, 211, 0.1);
}
.focus\:border-fuchsia-600\/100:focus {
    border-color: #c026d3;
}
.focus\:border-fuchsia-600\/15:focus {
    border-color: rgba(192, 38, 211, 0.15);
}
.focus\:border-fuchsia-600\/20:focus {
    border-color: rgba(192, 38, 211, 0.2);
}
.focus\:border-fuchsia-600\/25:focus {
    border-color: rgba(192, 38, 211, 0.25);
}
.focus\:border-fuchsia-600\/30:focus {
    border-color: rgba(192, 38, 211, 0.3);
}
.focus\:border-fuchsia-600\/35:focus {
    border-color: rgba(192, 38, 211, 0.35);
}
.focus\:border-fuchsia-600\/40:focus {
    border-color: rgba(192, 38, 211, 0.4);
}
.focus\:border-fuchsia-600\/45:focus {
    border-color: rgba(192, 38, 211, 0.45);
}
.focus\:border-fuchsia-600\/5:focus {
    border-color: rgba(192, 38, 211, 0.05);
}
.focus\:border-fuchsia-600\/50:focus {
    border-color: rgba(192, 38, 211, 0.5);
}
.focus\:border-fuchsia-600\/55:focus {
    border-color: rgba(192, 38, 211, 0.55);
}
.focus\:border-fuchsia-600\/60:focus {
    border-color: rgba(192, 38, 211, 0.6);
}
.focus\:border-fuchsia-600\/65:focus {
    border-color: rgba(192, 38, 211, 0.65);
}
.focus\:border-fuchsia-600\/70:focus {
    border-color: rgba(192, 38, 211, 0.7);
}
.focus\:border-fuchsia-600\/75:focus {
    border-color: rgba(192, 38, 211, 0.75);
}
.focus\:border-fuchsia-600\/80:focus {
    border-color: rgba(192, 38, 211, 0.8);
}
.focus\:border-fuchsia-600\/85:focus {
    border-color: rgba(192, 38, 211, 0.85);
}
.focus\:border-fuchsia-600\/90:focus {
    border-color: rgba(192, 38, 211, 0.9);
}
.focus\:border-fuchsia-600\/95:focus {
    border-color: rgba(192, 38, 211, 0.95);
}
.focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-700\/0:focus {
    border-color: rgba(162, 28, 175, 0);
}
.focus\:border-fuchsia-700\/10:focus {
    border-color: rgba(162, 28, 175, 0.1);
}
.focus\:border-fuchsia-700\/100:focus {
    border-color: #a21caf;
}
.focus\:border-fuchsia-700\/15:focus {
    border-color: rgba(162, 28, 175, 0.15);
}
.focus\:border-fuchsia-700\/20:focus {
    border-color: rgba(162, 28, 175, 0.2);
}
.focus\:border-fuchsia-700\/25:focus {
    border-color: rgba(162, 28, 175, 0.25);
}
.focus\:border-fuchsia-700\/30:focus {
    border-color: rgba(162, 28, 175, 0.3);
}
.focus\:border-fuchsia-700\/35:focus {
    border-color: rgba(162, 28, 175, 0.35);
}
.focus\:border-fuchsia-700\/40:focus {
    border-color: rgba(162, 28, 175, 0.4);
}
.focus\:border-fuchsia-700\/45:focus {
    border-color: rgba(162, 28, 175, 0.45);
}
.focus\:border-fuchsia-700\/5:focus {
    border-color: rgba(162, 28, 175, 0.05);
}
.focus\:border-fuchsia-700\/50:focus {
    border-color: rgba(162, 28, 175, 0.5);
}
.focus\:border-fuchsia-700\/55:focus {
    border-color: rgba(162, 28, 175, 0.55);
}
.focus\:border-fuchsia-700\/60:focus {
    border-color: rgba(162, 28, 175, 0.6);
}
.focus\:border-fuchsia-700\/65:focus {
    border-color: rgba(162, 28, 175, 0.65);
}
.focus\:border-fuchsia-700\/70:focus {
    border-color: rgba(162, 28, 175, 0.7);
}
.focus\:border-fuchsia-700\/75:focus {
    border-color: rgba(162, 28, 175, 0.75);
}
.focus\:border-fuchsia-700\/80:focus {
    border-color: rgba(162, 28, 175, 0.8);
}
.focus\:border-fuchsia-700\/85:focus {
    border-color: rgba(162, 28, 175, 0.85);
}
.focus\:border-fuchsia-700\/90:focus {
    border-color: rgba(162, 28, 175, 0.9);
}
.focus\:border-fuchsia-700\/95:focus {
    border-color: rgba(162, 28, 175, 0.95);
}
.focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-800\/0:focus {
    border-color: rgba(134, 25, 143, 0);
}
.focus\:border-fuchsia-800\/10:focus {
    border-color: rgba(134, 25, 143, 0.1);
}
.focus\:border-fuchsia-800\/100:focus {
    border-color: #86198f;
}
.focus\:border-fuchsia-800\/15:focus {
    border-color: rgba(134, 25, 143, 0.15);
}
.focus\:border-fuchsia-800\/20:focus {
    border-color: rgba(134, 25, 143, 0.2);
}
.focus\:border-fuchsia-800\/25:focus {
    border-color: rgba(134, 25, 143, 0.25);
}
.focus\:border-fuchsia-800\/30:focus {
    border-color: rgba(134, 25, 143, 0.3);
}
.focus\:border-fuchsia-800\/35:focus {
    border-color: rgba(134, 25, 143, 0.35);
}
.focus\:border-fuchsia-800\/40:focus {
    border-color: rgba(134, 25, 143, 0.4);
}
.focus\:border-fuchsia-800\/45:focus {
    border-color: rgba(134, 25, 143, 0.45);
}
.focus\:border-fuchsia-800\/5:focus {
    border-color: rgba(134, 25, 143, 0.05);
}
.focus\:border-fuchsia-800\/50:focus {
    border-color: rgba(134, 25, 143, 0.5);
}
.focus\:border-fuchsia-800\/55:focus {
    border-color: rgba(134, 25, 143, 0.55);
}
.focus\:border-fuchsia-800\/60:focus {
    border-color: rgba(134, 25, 143, 0.6);
}
.focus\:border-fuchsia-800\/65:focus {
    border-color: rgba(134, 25, 143, 0.65);
}
.focus\:border-fuchsia-800\/70:focus {
    border-color: rgba(134, 25, 143, 0.7);
}
.focus\:border-fuchsia-800\/75:focus {
    border-color: rgba(134, 25, 143, 0.75);
}
.focus\:border-fuchsia-800\/80:focus {
    border-color: rgba(134, 25, 143, 0.8);
}
.focus\:border-fuchsia-800\/85:focus {
    border-color: rgba(134, 25, 143, 0.85);
}
.focus\:border-fuchsia-800\/90:focus {
    border-color: rgba(134, 25, 143, 0.9);
}
.focus\:border-fuchsia-800\/95:focus {
    border-color: rgba(134, 25, 143, 0.95);
}
.focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.focus\:border-fuchsia-900\/0:focus {
    border-color: rgba(112, 26, 117, 0);
}
.focus\:border-fuchsia-900\/10:focus {
    border-color: rgba(112, 26, 117, 0.1);
}
.focus\:border-fuchsia-900\/100:focus {
    border-color: #701a75;
}
.focus\:border-fuchsia-900\/15:focus {
    border-color: rgba(112, 26, 117, 0.15);
}
.focus\:border-fuchsia-900\/20:focus {
    border-color: rgba(112, 26, 117, 0.2);
}
.focus\:border-fuchsia-900\/25:focus {
    border-color: rgba(112, 26, 117, 0.25);
}
.focus\:border-fuchsia-900\/30:focus {
    border-color: rgba(112, 26, 117, 0.3);
}
.focus\:border-fuchsia-900\/35:focus {
    border-color: rgba(112, 26, 117, 0.35);
}
.focus\:border-fuchsia-900\/40:focus {
    border-color: rgba(112, 26, 117, 0.4);
}
.focus\:border-fuchsia-900\/45:focus {
    border-color: rgba(112, 26, 117, 0.45);
}
.focus\:border-fuchsia-900\/5:focus {
    border-color: rgba(112, 26, 117, 0.05);
}
.focus\:border-fuchsia-900\/50:focus {
    border-color: rgba(112, 26, 117, 0.5);
}
.focus\:border-fuchsia-900\/55:focus {
    border-color: rgba(112, 26, 117, 0.55);
}
.focus\:border-fuchsia-900\/60:focus {
    border-color: rgba(112, 26, 117, 0.6);
}
.focus\:border-fuchsia-900\/65:focus {
    border-color: rgba(112, 26, 117, 0.65);
}
.focus\:border-fuchsia-900\/70:focus {
    border-color: rgba(112, 26, 117, 0.7);
}
.focus\:border-fuchsia-900\/75:focus {
    border-color: rgba(112, 26, 117, 0.75);
}
.focus\:border-fuchsia-900\/80:focus {
    border-color: rgba(112, 26, 117, 0.8);
}
.focus\:border-fuchsia-900\/85:focus {
    border-color: rgba(112, 26, 117, 0.85);
}
.focus\:border-fuchsia-900\/90:focus {
    border-color: rgba(112, 26, 117, 0.9);
}
.focus\:border-fuchsia-900\/95:focus {
    border-color: rgba(112, 26, 117, 0.95);
}
.focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-100\/0:focus {
    border-color: rgba(243, 244, 246, 0);
}
.focus\:border-gray-100\/10:focus {
    border-color: rgba(243, 244, 246, 0.1);
}
.focus\:border-gray-100\/100:focus {
    border-color: #f3f4f6;
}
.focus\:border-gray-100\/15:focus {
    border-color: rgba(243, 244, 246, 0.15);
}
.focus\:border-gray-100\/20:focus {
    border-color: rgba(243, 244, 246, 0.2);
}
.focus\:border-gray-100\/25:focus {
    border-color: rgba(243, 244, 246, 0.25);
}
.focus\:border-gray-100\/30:focus {
    border-color: rgba(243, 244, 246, 0.3);
}
.focus\:border-gray-100\/35:focus {
    border-color: rgba(243, 244, 246, 0.35);
}
.focus\:border-gray-100\/40:focus {
    border-color: rgba(243, 244, 246, 0.4);
}
.focus\:border-gray-100\/45:focus {
    border-color: rgba(243, 244, 246, 0.45);
}
.focus\:border-gray-100\/5:focus {
    border-color: rgba(243, 244, 246, 0.05);
}
.focus\:border-gray-100\/50:focus {
    border-color: rgba(243, 244, 246, 0.5);
}
.focus\:border-gray-100\/55:focus {
    border-color: rgba(243, 244, 246, 0.55);
}
.focus\:border-gray-100\/60:focus {
    border-color: rgba(243, 244, 246, 0.6);
}
.focus\:border-gray-100\/65:focus {
    border-color: rgba(243, 244, 246, 0.65);
}
.focus\:border-gray-100\/70:focus {
    border-color: rgba(243, 244, 246, 0.7);
}
.focus\:border-gray-100\/75:focus {
    border-color: rgba(243, 244, 246, 0.75);
}
.focus\:border-gray-100\/80:focus {
    border-color: rgba(243, 244, 246, 0.8);
}
.focus\:border-gray-100\/85:focus {
    border-color: rgba(243, 244, 246, 0.85);
}
.focus\:border-gray-100\/90:focus {
    border-color: rgba(243, 244, 246, 0.9);
}
.focus\:border-gray-100\/95:focus {
    border-color: rgba(243, 244, 246, 0.95);
}
.focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-200\/0:focus {
    border-color: rgba(229, 231, 235, 0);
}
.focus\:border-gray-200\/10:focus {
    border-color: rgba(229, 231, 235, 0.1);
}
.focus\:border-gray-200\/100:focus {
    border-color: #e5e7eb;
}
.focus\:border-gray-200\/15:focus {
    border-color: rgba(229, 231, 235, 0.15);
}
.focus\:border-gray-200\/20:focus {
    border-color: rgba(229, 231, 235, 0.2);
}
.focus\:border-gray-200\/25:focus {
    border-color: rgba(229, 231, 235, 0.25);
}
.focus\:border-gray-200\/30:focus {
    border-color: rgba(229, 231, 235, 0.3);
}
.focus\:border-gray-200\/35:focus {
    border-color: rgba(229, 231, 235, 0.35);
}
.focus\:border-gray-200\/40:focus {
    border-color: rgba(229, 231, 235, 0.4);
}
.focus\:border-gray-200\/45:focus {
    border-color: rgba(229, 231, 235, 0.45);
}
.focus\:border-gray-200\/5:focus {
    border-color: rgba(229, 231, 235, 0.05);
}
.focus\:border-gray-200\/50:focus {
    border-color: rgba(229, 231, 235, 0.5);
}
.focus\:border-gray-200\/55:focus {
    border-color: rgba(229, 231, 235, 0.55);
}
.focus\:border-gray-200\/60:focus {
    border-color: rgba(229, 231, 235, 0.6);
}
.focus\:border-gray-200\/65:focus {
    border-color: rgba(229, 231, 235, 0.65);
}
.focus\:border-gray-200\/70:focus {
    border-color: rgba(229, 231, 235, 0.7);
}
.focus\:border-gray-200\/75:focus {
    border-color: rgba(229, 231, 235, 0.75);
}
.focus\:border-gray-200\/80:focus {
    border-color: rgba(229, 231, 235, 0.8);
}
.focus\:border-gray-200\/85:focus {
    border-color: rgba(229, 231, 235, 0.85);
}
.focus\:border-gray-200\/90:focus {
    border-color: rgba(229, 231, 235, 0.9);
}
.focus\:border-gray-200\/95:focus {
    border-color: rgba(229, 231, 235, 0.95);
}
.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300\/0:focus {
    border-color: rgba(209, 213, 219, 0);
}
.focus\:border-gray-300\/10:focus {
    border-color: rgba(209, 213, 219, 0.1);
}
.focus\:border-gray-300\/100:focus {
    border-color: #d1d5db;
}
.focus\:border-gray-300\/15:focus {
    border-color: rgba(209, 213, 219, 0.15);
}
.focus\:border-gray-300\/20:focus {
    border-color: rgba(209, 213, 219, 0.2);
}
.focus\:border-gray-300\/25:focus {
    border-color: rgba(209, 213, 219, 0.25);
}
.focus\:border-gray-300\/30:focus {
    border-color: rgba(209, 213, 219, 0.3);
}
.focus\:border-gray-300\/35:focus {
    border-color: rgba(209, 213, 219, 0.35);
}
.focus\:border-gray-300\/40:focus {
    border-color: rgba(209, 213, 219, 0.4);
}
.focus\:border-gray-300\/45:focus {
    border-color: rgba(209, 213, 219, 0.45);
}
.focus\:border-gray-300\/5:focus {
    border-color: rgba(209, 213, 219, 0.05);
}
.focus\:border-gray-300\/50:focus {
    border-color: rgba(209, 213, 219, 0.5);
}
.focus\:border-gray-300\/55:focus {
    border-color: rgba(209, 213, 219, 0.55);
}
.focus\:border-gray-300\/60:focus {
    border-color: rgba(209, 213, 219, 0.6);
}
.focus\:border-gray-300\/65:focus {
    border-color: rgba(209, 213, 219, 0.65);
}
.focus\:border-gray-300\/70:focus {
    border-color: rgba(209, 213, 219, 0.7);
}
.focus\:border-gray-300\/75:focus {
    border-color: rgba(209, 213, 219, 0.75);
}
.focus\:border-gray-300\/80:focus {
    border-color: rgba(209, 213, 219, 0.8);
}
.focus\:border-gray-300\/85:focus {
    border-color: rgba(209, 213, 219, 0.85);
}
.focus\:border-gray-300\/90:focus {
    border-color: rgba(209, 213, 219, 0.9);
}
.focus\:border-gray-300\/95:focus {
    border-color: rgba(209, 213, 219, 0.95);
}
.focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-400\/0:focus {
    border-color: rgba(156, 163, 175, 0);
}
.focus\:border-gray-400\/10:focus {
    border-color: rgba(156, 163, 175, 0.1);
}
.focus\:border-gray-400\/100:focus {
    border-color: #9ca3af;
}
.focus\:border-gray-400\/15:focus {
    border-color: rgba(156, 163, 175, 0.15);
}
.focus\:border-gray-400\/20:focus {
    border-color: rgba(156, 163, 175, 0.2);
}
.focus\:border-gray-400\/25:focus {
    border-color: rgba(156, 163, 175, 0.25);
}
.focus\:border-gray-400\/30:focus {
    border-color: rgba(156, 163, 175, 0.3);
}
.focus\:border-gray-400\/35:focus {
    border-color: rgba(156, 163, 175, 0.35);
}
.focus\:border-gray-400\/40:focus {
    border-color: rgba(156, 163, 175, 0.4);
}
.focus\:border-gray-400\/45:focus {
    border-color: rgba(156, 163, 175, 0.45);
}
.focus\:border-gray-400\/5:focus {
    border-color: rgba(156, 163, 175, 0.05);
}
.focus\:border-gray-400\/50:focus {
    border-color: rgba(156, 163, 175, 0.5);
}
.focus\:border-gray-400\/55:focus {
    border-color: rgba(156, 163, 175, 0.55);
}
.focus\:border-gray-400\/60:focus {
    border-color: rgba(156, 163, 175, 0.6);
}
.focus\:border-gray-400\/65:focus {
    border-color: rgba(156, 163, 175, 0.65);
}
.focus\:border-gray-400\/70:focus {
    border-color: rgba(156, 163, 175, 0.7);
}
.focus\:border-gray-400\/75:focus {
    border-color: rgba(156, 163, 175, 0.75);
}
.focus\:border-gray-400\/80:focus {
    border-color: rgba(156, 163, 175, 0.8);
}
.focus\:border-gray-400\/85:focus {
    border-color: rgba(156, 163, 175, 0.85);
}
.focus\:border-gray-400\/90:focus {
    border-color: rgba(156, 163, 175, 0.9);
}
.focus\:border-gray-400\/95:focus {
    border-color: rgba(156, 163, 175, 0.95);
}
.focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-50\/0:focus {
    border-color: rgba(249, 250, 251, 0);
}
.focus\:border-gray-50\/10:focus {
    border-color: rgba(249, 250, 251, 0.1);
}
.focus\:border-gray-50\/100:focus {
    border-color: #f9fafb;
}
.focus\:border-gray-50\/15:focus {
    border-color: rgba(249, 250, 251, 0.15);
}
.focus\:border-gray-50\/20:focus {
    border-color: rgba(249, 250, 251, 0.2);
}
.focus\:border-gray-50\/25:focus {
    border-color: rgba(249, 250, 251, 0.25);
}
.focus\:border-gray-50\/30:focus {
    border-color: rgba(249, 250, 251, 0.3);
}
.focus\:border-gray-50\/35:focus {
    border-color: rgba(249, 250, 251, 0.35);
}
.focus\:border-gray-50\/40:focus {
    border-color: rgba(249, 250, 251, 0.4);
}
.focus\:border-gray-50\/45:focus {
    border-color: rgba(249, 250, 251, 0.45);
}
.focus\:border-gray-50\/5:focus {
    border-color: rgba(249, 250, 251, 0.05);
}
.focus\:border-gray-50\/50:focus {
    border-color: rgba(249, 250, 251, 0.5);
}
.focus\:border-gray-50\/55:focus {
    border-color: rgba(249, 250, 251, 0.55);
}
.focus\:border-gray-50\/60:focus {
    border-color: rgba(249, 250, 251, 0.6);
}
.focus\:border-gray-50\/65:focus {
    border-color: rgba(249, 250, 251, 0.65);
}
.focus\:border-gray-50\/70:focus {
    border-color: rgba(249, 250, 251, 0.7);
}
.focus\:border-gray-50\/75:focus {
    border-color: rgba(249, 250, 251, 0.75);
}
.focus\:border-gray-50\/80:focus {
    border-color: rgba(249, 250, 251, 0.8);
}
.focus\:border-gray-50\/85:focus {
    border-color: rgba(249, 250, 251, 0.85);
}
.focus\:border-gray-50\/90:focus {
    border-color: rgba(249, 250, 251, 0.9);
}
.focus\:border-gray-50\/95:focus {
    border-color: rgba(249, 250, 251, 0.95);
}
.focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-500\/0:focus {
    border-color: hsla(220, 9%, 46%, 0);
}
.focus\:border-gray-500\/10:focus {
    border-color: hsla(220, 9%, 46%, 0.1);
}
.focus\:border-gray-500\/100:focus {
    border-color: #6b7280;
}
.focus\:border-gray-500\/15:focus {
    border-color: hsla(220, 9%, 46%, 0.15);
}
.focus\:border-gray-500\/20:focus {
    border-color: hsla(220, 9%, 46%, 0.2);
}
.focus\:border-gray-500\/25:focus {
    border-color: hsla(220, 9%, 46%, 0.25);
}
.focus\:border-gray-500\/30:focus {
    border-color: hsla(220, 9%, 46%, 0.3);
}
.focus\:border-gray-500\/35:focus {
    border-color: hsla(220, 9%, 46%, 0.35);
}
.focus\:border-gray-500\/40:focus {
    border-color: hsla(220, 9%, 46%, 0.4);
}
.focus\:border-gray-500\/45:focus {
    border-color: hsla(220, 9%, 46%, 0.45);
}
.focus\:border-gray-500\/5:focus {
    border-color: hsla(220, 9%, 46%, 0.05);
}
.focus\:border-gray-500\/50:focus {
    border-color: hsla(220, 9%, 46%, 0.5);
}
.focus\:border-gray-500\/55:focus {
    border-color: hsla(220, 9%, 46%, 0.55);
}
.focus\:border-gray-500\/60:focus {
    border-color: hsla(220, 9%, 46%, 0.6);
}
.focus\:border-gray-500\/65:focus {
    border-color: hsla(220, 9%, 46%, 0.65);
}
.focus\:border-gray-500\/70:focus {
    border-color: hsla(220, 9%, 46%, 0.7);
}
.focus\:border-gray-500\/75:focus {
    border-color: hsla(220, 9%, 46%, 0.75);
}
.focus\:border-gray-500\/80:focus {
    border-color: hsla(220, 9%, 46%, 0.8);
}
.focus\:border-gray-500\/85:focus {
    border-color: hsla(220, 9%, 46%, 0.85);
}
.focus\:border-gray-500\/90:focus {
    border-color: hsla(220, 9%, 46%, 0.9);
}
.focus\:border-gray-500\/95:focus {
    border-color: hsla(220, 9%, 46%, 0.95);
}
.focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-600\/0:focus {
    border-color: rgba(75, 85, 99, 0);
}
.focus\:border-gray-600\/10:focus {
    border-color: rgba(75, 85, 99, 0.1);
}
.focus\:border-gray-600\/100:focus {
    border-color: #4b5563;
}
.focus\:border-gray-600\/15:focus {
    border-color: rgba(75, 85, 99, 0.15);
}
.focus\:border-gray-600\/20:focus {
    border-color: rgba(75, 85, 99, 0.2);
}
.focus\:border-gray-600\/25:focus {
    border-color: rgba(75, 85, 99, 0.25);
}
.focus\:border-gray-600\/30:focus {
    border-color: rgba(75, 85, 99, 0.3);
}
.focus\:border-gray-600\/35:focus {
    border-color: rgba(75, 85, 99, 0.35);
}
.focus\:border-gray-600\/40:focus {
    border-color: rgba(75, 85, 99, 0.4);
}
.focus\:border-gray-600\/45:focus {
    border-color: rgba(75, 85, 99, 0.45);
}
.focus\:border-gray-600\/5:focus {
    border-color: rgba(75, 85, 99, 0.05);
}
.focus\:border-gray-600\/50:focus {
    border-color: rgba(75, 85, 99, 0.5);
}
.focus\:border-gray-600\/55:focus {
    border-color: rgba(75, 85, 99, 0.55);
}
.focus\:border-gray-600\/60:focus {
    border-color: rgba(75, 85, 99, 0.6);
}
.focus\:border-gray-600\/65:focus {
    border-color: rgba(75, 85, 99, 0.65);
}
.focus\:border-gray-600\/70:focus {
    border-color: rgba(75, 85, 99, 0.7);
}
.focus\:border-gray-600\/75:focus {
    border-color: rgba(75, 85, 99, 0.75);
}
.focus\:border-gray-600\/80:focus {
    border-color: rgba(75, 85, 99, 0.8);
}
.focus\:border-gray-600\/85:focus {
    border-color: rgba(75, 85, 99, 0.85);
}
.focus\:border-gray-600\/90:focus {
    border-color: rgba(75, 85, 99, 0.9);
}
.focus\:border-gray-600\/95:focus {
    border-color: rgba(75, 85, 99, 0.95);
}
.focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-700\/0:focus {
    border-color: rgba(55, 65, 81, 0);
}
.focus\:border-gray-700\/10:focus {
    border-color: rgba(55, 65, 81, 0.1);
}
.focus\:border-gray-700\/100:focus {
    border-color: #374151;
}
.focus\:border-gray-700\/15:focus {
    border-color: rgba(55, 65, 81, 0.15);
}
.focus\:border-gray-700\/20:focus {
    border-color: rgba(55, 65, 81, 0.2);
}
.focus\:border-gray-700\/25:focus {
    border-color: rgba(55, 65, 81, 0.25);
}
.focus\:border-gray-700\/30:focus {
    border-color: rgba(55, 65, 81, 0.3);
}
.focus\:border-gray-700\/35:focus {
    border-color: rgba(55, 65, 81, 0.35);
}
.focus\:border-gray-700\/40:focus {
    border-color: rgba(55, 65, 81, 0.4);
}
.focus\:border-gray-700\/45:focus {
    border-color: rgba(55, 65, 81, 0.45);
}
.focus\:border-gray-700\/5:focus {
    border-color: rgba(55, 65, 81, 0.05);
}
.focus\:border-gray-700\/50:focus {
    border-color: rgba(55, 65, 81, 0.5);
}
.focus\:border-gray-700\/55:focus {
    border-color: rgba(55, 65, 81, 0.55);
}
.focus\:border-gray-700\/60:focus {
    border-color: rgba(55, 65, 81, 0.6);
}
.focus\:border-gray-700\/65:focus {
    border-color: rgba(55, 65, 81, 0.65);
}
.focus\:border-gray-700\/70:focus {
    border-color: rgba(55, 65, 81, 0.7);
}
.focus\:border-gray-700\/75:focus {
    border-color: rgba(55, 65, 81, 0.75);
}
.focus\:border-gray-700\/80:focus {
    border-color: rgba(55, 65, 81, 0.8);
}
.focus\:border-gray-700\/85:focus {
    border-color: rgba(55, 65, 81, 0.85);
}
.focus\:border-gray-700\/90:focus {
    border-color: rgba(55, 65, 81, 0.9);
}
.focus\:border-gray-700\/95:focus {
    border-color: rgba(55, 65, 81, 0.95);
}
.focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-800\/0:focus {
    border-color: rgba(31, 41, 55, 0);
}
.focus\:border-gray-800\/10:focus {
    border-color: rgba(31, 41, 55, 0.1);
}
.focus\:border-gray-800\/100:focus {
    border-color: #1f2937;
}
.focus\:border-gray-800\/15:focus {
    border-color: rgba(31, 41, 55, 0.15);
}
.focus\:border-gray-800\/20:focus {
    border-color: rgba(31, 41, 55, 0.2);
}
.focus\:border-gray-800\/25:focus {
    border-color: rgba(31, 41, 55, 0.25);
}
.focus\:border-gray-800\/30:focus {
    border-color: rgba(31, 41, 55, 0.3);
}
.focus\:border-gray-800\/35:focus {
    border-color: rgba(31, 41, 55, 0.35);
}
.focus\:border-gray-800\/40:focus {
    border-color: rgba(31, 41, 55, 0.4);
}
.focus\:border-gray-800\/45:focus {
    border-color: rgba(31, 41, 55, 0.45);
}
.focus\:border-gray-800\/5:focus {
    border-color: rgba(31, 41, 55, 0.05);
}
.focus\:border-gray-800\/50:focus {
    border-color: rgba(31, 41, 55, 0.5);
}
.focus\:border-gray-800\/55:focus {
    border-color: rgba(31, 41, 55, 0.55);
}
.focus\:border-gray-800\/60:focus {
    border-color: rgba(31, 41, 55, 0.6);
}
.focus\:border-gray-800\/65:focus {
    border-color: rgba(31, 41, 55, 0.65);
}
.focus\:border-gray-800\/70:focus {
    border-color: rgba(31, 41, 55, 0.7);
}
.focus\:border-gray-800\/75:focus {
    border-color: rgba(31, 41, 55, 0.75);
}
.focus\:border-gray-800\/80:focus {
    border-color: rgba(31, 41, 55, 0.8);
}
.focus\:border-gray-800\/85:focus {
    border-color: rgba(31, 41, 55, 0.85);
}
.focus\:border-gray-800\/90:focus {
    border-color: rgba(31, 41, 55, 0.9);
}
.focus\:border-gray-800\/95:focus {
    border-color: rgba(31, 41, 55, 0.95);
}
.focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-900\/0:focus {
    border-color: rgba(17, 24, 39, 0);
}
.focus\:border-gray-900\/10:focus {
    border-color: rgba(17, 24, 39, 0.1);
}
.focus\:border-gray-900\/100:focus {
    border-color: #111827;
}
.focus\:border-gray-900\/15:focus {
    border-color: rgba(17, 24, 39, 0.15);
}
.focus\:border-gray-900\/20:focus {
    border-color: rgba(17, 24, 39, 0.2);
}
.focus\:border-gray-900\/25:focus {
    border-color: rgba(17, 24, 39, 0.25);
}
.focus\:border-gray-900\/30:focus {
    border-color: rgba(17, 24, 39, 0.3);
}
.focus\:border-gray-900\/35:focus {
    border-color: rgba(17, 24, 39, 0.35);
}
.focus\:border-gray-900\/40:focus {
    border-color: rgba(17, 24, 39, 0.4);
}
.focus\:border-gray-900\/45:focus {
    border-color: rgba(17, 24, 39, 0.45);
}
.focus\:border-gray-900\/5:focus {
    border-color: rgba(17, 24, 39, 0.05);
}
.focus\:border-gray-900\/50:focus {
    border-color: rgba(17, 24, 39, 0.5);
}
.focus\:border-gray-900\/55:focus {
    border-color: rgba(17, 24, 39, 0.55);
}
.focus\:border-gray-900\/60:focus {
    border-color: rgba(17, 24, 39, 0.6);
}
.focus\:border-gray-900\/65:focus {
    border-color: rgba(17, 24, 39, 0.65);
}
.focus\:border-gray-900\/70:focus {
    border-color: rgba(17, 24, 39, 0.7);
}
.focus\:border-gray-900\/75:focus {
    border-color: rgba(17, 24, 39, 0.75);
}
.focus\:border-gray-900\/80:focus {
    border-color: rgba(17, 24, 39, 0.8);
}
.focus\:border-gray-900\/85:focus {
    border-color: rgba(17, 24, 39, 0.85);
}
.focus\:border-gray-900\/90:focus {
    border-color: rgba(17, 24, 39, 0.9);
}
.focus\:border-gray-900\/95:focus {
    border-color: rgba(17, 24, 39, 0.95);
}
.focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.focus\:border-green-100\/0:focus {
    border-color: rgba(209, 250, 229, 0);
}
.focus\:border-green-100\/10:focus {
    border-color: rgba(209, 250, 229, 0.1);
}
.focus\:border-green-100\/100:focus {
    border-color: #d1fae5;
}
.focus\:border-green-100\/15:focus {
    border-color: rgba(209, 250, 229, 0.15);
}
.focus\:border-green-100\/20:focus {
    border-color: rgba(209, 250, 229, 0.2);
}
.focus\:border-green-100\/25:focus {
    border-color: rgba(209, 250, 229, 0.25);
}
.focus\:border-green-100\/30:focus {
    border-color: rgba(209, 250, 229, 0.3);
}
.focus\:border-green-100\/35:focus {
    border-color: rgba(209, 250, 229, 0.35);
}
.focus\:border-green-100\/40:focus {
    border-color: rgba(209, 250, 229, 0.4);
}
.focus\:border-green-100\/45:focus {
    border-color: rgba(209, 250, 229, 0.45);
}
.focus\:border-green-100\/5:focus {
    border-color: rgba(209, 250, 229, 0.05);
}
.focus\:border-green-100\/50:focus {
    border-color: rgba(209, 250, 229, 0.5);
}
.focus\:border-green-100\/55:focus {
    border-color: rgba(209, 250, 229, 0.55);
}
.focus\:border-green-100\/60:focus {
    border-color: rgba(209, 250, 229, 0.6);
}
.focus\:border-green-100\/65:focus {
    border-color: rgba(209, 250, 229, 0.65);
}
.focus\:border-green-100\/70:focus {
    border-color: rgba(209, 250, 229, 0.7);
}
.focus\:border-green-100\/75:focus {
    border-color: rgba(209, 250, 229, 0.75);
}
.focus\:border-green-100\/80:focus {
    border-color: rgba(209, 250, 229, 0.8);
}
.focus\:border-green-100\/85:focus {
    border-color: rgba(209, 250, 229, 0.85);
}
.focus\:border-green-100\/90:focus {
    border-color: rgba(209, 250, 229, 0.9);
}
.focus\:border-green-100\/95:focus {
    border-color: rgba(209, 250, 229, 0.95);
}
.focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.focus\:border-green-200\/0:focus {
    border-color: rgba(167, 243, 208, 0);
}
.focus\:border-green-200\/10:focus {
    border-color: rgba(167, 243, 208, 0.1);
}
.focus\:border-green-200\/100:focus {
    border-color: #a7f3d0;
}
.focus\:border-green-200\/15:focus {
    border-color: rgba(167, 243, 208, 0.15);
}
.focus\:border-green-200\/20:focus {
    border-color: rgba(167, 243, 208, 0.2);
}
.focus\:border-green-200\/25:focus {
    border-color: rgba(167, 243, 208, 0.25);
}
.focus\:border-green-200\/30:focus {
    border-color: rgba(167, 243, 208, 0.3);
}
.focus\:border-green-200\/35:focus {
    border-color: rgba(167, 243, 208, 0.35);
}
.focus\:border-green-200\/40:focus {
    border-color: rgba(167, 243, 208, 0.4);
}
.focus\:border-green-200\/45:focus {
    border-color: rgba(167, 243, 208, 0.45);
}
.focus\:border-green-200\/5:focus {
    border-color: rgba(167, 243, 208, 0.05);
}
.focus\:border-green-200\/50:focus {
    border-color: rgba(167, 243, 208, 0.5);
}
.focus\:border-green-200\/55:focus {
    border-color: rgba(167, 243, 208, 0.55);
}
.focus\:border-green-200\/60:focus {
    border-color: rgba(167, 243, 208, 0.6);
}
.focus\:border-green-200\/65:focus {
    border-color: rgba(167, 243, 208, 0.65);
}
.focus\:border-green-200\/70:focus {
    border-color: rgba(167, 243, 208, 0.7);
}
.focus\:border-green-200\/75:focus {
    border-color: rgba(167, 243, 208, 0.75);
}
.focus\:border-green-200\/80:focus {
    border-color: rgba(167, 243, 208, 0.8);
}
.focus\:border-green-200\/85:focus {
    border-color: rgba(167, 243, 208, 0.85);
}
.focus\:border-green-200\/90:focus {
    border-color: rgba(167, 243, 208, 0.9);
}
.focus\:border-green-200\/95:focus {
    border-color: rgba(167, 243, 208, 0.95);
}
.focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.focus\:border-green-300\/0:focus {
    border-color: rgba(110, 231, 183, 0);
}
.focus\:border-green-300\/10:focus {
    border-color: rgba(110, 231, 183, 0.1);
}
.focus\:border-green-300\/100:focus {
    border-color: #6ee7b7;
}
.focus\:border-green-300\/15:focus {
    border-color: rgba(110, 231, 183, 0.15);
}
.focus\:border-green-300\/20:focus {
    border-color: rgba(110, 231, 183, 0.2);
}
.focus\:border-green-300\/25:focus {
    border-color: rgba(110, 231, 183, 0.25);
}
.focus\:border-green-300\/30:focus {
    border-color: rgba(110, 231, 183, 0.3);
}
.focus\:border-green-300\/35:focus {
    border-color: rgba(110, 231, 183, 0.35);
}
.focus\:border-green-300\/40:focus {
    border-color: rgba(110, 231, 183, 0.4);
}
.focus\:border-green-300\/45:focus {
    border-color: rgba(110, 231, 183, 0.45);
}
.focus\:border-green-300\/5:focus {
    border-color: rgba(110, 231, 183, 0.05);
}
.focus\:border-green-300\/50:focus {
    border-color: rgba(110, 231, 183, 0.5);
}
.focus\:border-green-300\/55:focus {
    border-color: rgba(110, 231, 183, 0.55);
}
.focus\:border-green-300\/60:focus {
    border-color: rgba(110, 231, 183, 0.6);
}
.focus\:border-green-300\/65:focus {
    border-color: rgba(110, 231, 183, 0.65);
}
.focus\:border-green-300\/70:focus {
    border-color: rgba(110, 231, 183, 0.7);
}
.focus\:border-green-300\/75:focus {
    border-color: rgba(110, 231, 183, 0.75);
}
.focus\:border-green-300\/80:focus {
    border-color: rgba(110, 231, 183, 0.8);
}
.focus\:border-green-300\/85:focus {
    border-color: rgba(110, 231, 183, 0.85);
}
.focus\:border-green-300\/90:focus {
    border-color: rgba(110, 231, 183, 0.9);
}
.focus\:border-green-300\/95:focus {
    border-color: rgba(110, 231, 183, 0.95);
}
.focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.focus\:border-green-400\/0:focus {
    border-color: rgba(52, 211, 153, 0);
}
.focus\:border-green-400\/10:focus {
    border-color: rgba(52, 211, 153, 0.1);
}
.focus\:border-green-400\/100:focus {
    border-color: #34d399;
}
.focus\:border-green-400\/15:focus {
    border-color: rgba(52, 211, 153, 0.15);
}
.focus\:border-green-400\/20:focus {
    border-color: rgba(52, 211, 153, 0.2);
}
.focus\:border-green-400\/25:focus {
    border-color: rgba(52, 211, 153, 0.25);
}
.focus\:border-green-400\/30:focus {
    border-color: rgba(52, 211, 153, 0.3);
}
.focus\:border-green-400\/35:focus {
    border-color: rgba(52, 211, 153, 0.35);
}
.focus\:border-green-400\/40:focus {
    border-color: rgba(52, 211, 153, 0.4);
}
.focus\:border-green-400\/45:focus {
    border-color: rgba(52, 211, 153, 0.45);
}
.focus\:border-green-400\/5:focus {
    border-color: rgba(52, 211, 153, 0.05);
}
.focus\:border-green-400\/50:focus {
    border-color: rgba(52, 211, 153, 0.5);
}
.focus\:border-green-400\/55:focus {
    border-color: rgba(52, 211, 153, 0.55);
}
.focus\:border-green-400\/60:focus {
    border-color: rgba(52, 211, 153, 0.6);
}
.focus\:border-green-400\/65:focus {
    border-color: rgba(52, 211, 153, 0.65);
}
.focus\:border-green-400\/70:focus {
    border-color: rgba(52, 211, 153, 0.7);
}
.focus\:border-green-400\/75:focus {
    border-color: rgba(52, 211, 153, 0.75);
}
.focus\:border-green-400\/80:focus {
    border-color: rgba(52, 211, 153, 0.8);
}
.focus\:border-green-400\/85:focus {
    border-color: rgba(52, 211, 153, 0.85);
}
.focus\:border-green-400\/90:focus {
    border-color: rgba(52, 211, 153, 0.9);
}
.focus\:border-green-400\/95:focus {
    border-color: rgba(52, 211, 153, 0.95);
}
.focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.focus\:border-green-50\/0:focus {
    border-color: rgba(236, 253, 245, 0);
}
.focus\:border-green-50\/10:focus {
    border-color: rgba(236, 253, 245, 0.1);
}
.focus\:border-green-50\/100:focus {
    border-color: #ecfdf5;
}
.focus\:border-green-50\/15:focus {
    border-color: rgba(236, 253, 245, 0.15);
}
.focus\:border-green-50\/20:focus {
    border-color: rgba(236, 253, 245, 0.2);
}
.focus\:border-green-50\/25:focus {
    border-color: rgba(236, 253, 245, 0.25);
}
.focus\:border-green-50\/30:focus {
    border-color: rgba(236, 253, 245, 0.3);
}
.focus\:border-green-50\/35:focus {
    border-color: rgba(236, 253, 245, 0.35);
}
.focus\:border-green-50\/40:focus {
    border-color: rgba(236, 253, 245, 0.4);
}
.focus\:border-green-50\/45:focus {
    border-color: rgba(236, 253, 245, 0.45);
}
.focus\:border-green-50\/5:focus {
    border-color: rgba(236, 253, 245, 0.05);
}
.focus\:border-green-50\/50:focus {
    border-color: rgba(236, 253, 245, 0.5);
}
.focus\:border-green-50\/55:focus {
    border-color: rgba(236, 253, 245, 0.55);
}
.focus\:border-green-50\/60:focus {
    border-color: rgba(236, 253, 245, 0.6);
}
.focus\:border-green-50\/65:focus {
    border-color: rgba(236, 253, 245, 0.65);
}
.focus\:border-green-50\/70:focus {
    border-color: rgba(236, 253, 245, 0.7);
}
.focus\:border-green-50\/75:focus {
    border-color: rgba(236, 253, 245, 0.75);
}
.focus\:border-green-50\/80:focus {
    border-color: rgba(236, 253, 245, 0.8);
}
.focus\:border-green-50\/85:focus {
    border-color: rgba(236, 253, 245, 0.85);
}
.focus\:border-green-50\/90:focus {
    border-color: rgba(236, 253, 245, 0.9);
}
.focus\:border-green-50\/95:focus {
    border-color: rgba(236, 253, 245, 0.95);
}
.focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.focus\:border-green-500\/0:focus {
    border-color: rgba(16, 185, 129, 0);
}
.focus\:border-green-500\/10:focus {
    border-color: rgba(16, 185, 129, 0.1);
}
.focus\:border-green-500\/100:focus {
    border-color: #10b981;
}
.focus\:border-green-500\/15:focus {
    border-color: rgba(16, 185, 129, 0.15);
}
.focus\:border-green-500\/20:focus {
    border-color: rgba(16, 185, 129, 0.2);
}
.focus\:border-green-500\/25:focus {
    border-color: rgba(16, 185, 129, 0.25);
}
.focus\:border-green-500\/30:focus {
    border-color: rgba(16, 185, 129, 0.3);
}
.focus\:border-green-500\/35:focus {
    border-color: rgba(16, 185, 129, 0.35);
}
.focus\:border-green-500\/40:focus {
    border-color: rgba(16, 185, 129, 0.4);
}
.focus\:border-green-500\/45:focus {
    border-color: rgba(16, 185, 129, 0.45);
}
.focus\:border-green-500\/5:focus {
    border-color: rgba(16, 185, 129, 0.05);
}
.focus\:border-green-500\/50:focus {
    border-color: rgba(16, 185, 129, 0.5);
}
.focus\:border-green-500\/55:focus {
    border-color: rgba(16, 185, 129, 0.55);
}
.focus\:border-green-500\/60:focus {
    border-color: rgba(16, 185, 129, 0.6);
}
.focus\:border-green-500\/65:focus {
    border-color: rgba(16, 185, 129, 0.65);
}
.focus\:border-green-500\/70:focus {
    border-color: rgba(16, 185, 129, 0.7);
}
.focus\:border-green-500\/75:focus {
    border-color: rgba(16, 185, 129, 0.75);
}
.focus\:border-green-500\/80:focus {
    border-color: rgba(16, 185, 129, 0.8);
}
.focus\:border-green-500\/85:focus {
    border-color: rgba(16, 185, 129, 0.85);
}
.focus\:border-green-500\/90:focus {
    border-color: rgba(16, 185, 129, 0.9);
}
.focus\:border-green-500\/95:focus {
    border-color: rgba(16, 185, 129, 0.95);
}
.focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.focus\:border-green-600\/0:focus {
    border-color: rgba(5, 150, 105, 0);
}
.focus\:border-green-600\/10:focus {
    border-color: rgba(5, 150, 105, 0.1);
}
.focus\:border-green-600\/100:focus {
    border-color: #059669;
}
.focus\:border-green-600\/15:focus {
    border-color: rgba(5, 150, 105, 0.15);
}
.focus\:border-green-600\/20:focus {
    border-color: rgba(5, 150, 105, 0.2);
}
.focus\:border-green-600\/25:focus {
    border-color: rgba(5, 150, 105, 0.25);
}
.focus\:border-green-600\/30:focus {
    border-color: rgba(5, 150, 105, 0.3);
}
.focus\:border-green-600\/35:focus {
    border-color: rgba(5, 150, 105, 0.35);
}
.focus\:border-green-600\/40:focus {
    border-color: rgba(5, 150, 105, 0.4);
}
.focus\:border-green-600\/45:focus {
    border-color: rgba(5, 150, 105, 0.45);
}
.focus\:border-green-600\/5:focus {
    border-color: rgba(5, 150, 105, 0.05);
}
.focus\:border-green-600\/50:focus {
    border-color: rgba(5, 150, 105, 0.5);
}
.focus\:border-green-600\/55:focus {
    border-color: rgba(5, 150, 105, 0.55);
}
.focus\:border-green-600\/60:focus {
    border-color: rgba(5, 150, 105, 0.6);
}
.focus\:border-green-600\/65:focus {
    border-color: rgba(5, 150, 105, 0.65);
}
.focus\:border-green-600\/70:focus {
    border-color: rgba(5, 150, 105, 0.7);
}
.focus\:border-green-600\/75:focus {
    border-color: rgba(5, 150, 105, 0.75);
}
.focus\:border-green-600\/80:focus {
    border-color: rgba(5, 150, 105, 0.8);
}
.focus\:border-green-600\/85:focus {
    border-color: rgba(5, 150, 105, 0.85);
}
.focus\:border-green-600\/90:focus {
    border-color: rgba(5, 150, 105, 0.9);
}
.focus\:border-green-600\/95:focus {
    border-color: rgba(5, 150, 105, 0.95);
}
.focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.focus\:border-green-700\/0:focus {
    border-color: rgba(4, 120, 87, 0);
}
.focus\:border-green-700\/10:focus {
    border-color: rgba(4, 120, 87, 0.1);
}
.focus\:border-green-700\/100:focus {
    border-color: #047857;
}
.focus\:border-green-700\/15:focus {
    border-color: rgba(4, 120, 87, 0.15);
}
.focus\:border-green-700\/20:focus {
    border-color: rgba(4, 120, 87, 0.2);
}
.focus\:border-green-700\/25:focus {
    border-color: rgba(4, 120, 87, 0.25);
}
.focus\:border-green-700\/30:focus {
    border-color: rgba(4, 120, 87, 0.3);
}
.focus\:border-green-700\/35:focus {
    border-color: rgba(4, 120, 87, 0.35);
}
.focus\:border-green-700\/40:focus {
    border-color: rgba(4, 120, 87, 0.4);
}
.focus\:border-green-700\/45:focus {
    border-color: rgba(4, 120, 87, 0.45);
}
.focus\:border-green-700\/5:focus {
    border-color: rgba(4, 120, 87, 0.05);
}
.focus\:border-green-700\/50:focus {
    border-color: rgba(4, 120, 87, 0.5);
}
.focus\:border-green-700\/55:focus {
    border-color: rgba(4, 120, 87, 0.55);
}
.focus\:border-green-700\/60:focus {
    border-color: rgba(4, 120, 87, 0.6);
}
.focus\:border-green-700\/65:focus {
    border-color: rgba(4, 120, 87, 0.65);
}
.focus\:border-green-700\/70:focus {
    border-color: rgba(4, 120, 87, 0.7);
}
.focus\:border-green-700\/75:focus {
    border-color: rgba(4, 120, 87, 0.75);
}
.focus\:border-green-700\/80:focus {
    border-color: rgba(4, 120, 87, 0.8);
}
.focus\:border-green-700\/85:focus {
    border-color: rgba(4, 120, 87, 0.85);
}
.focus\:border-green-700\/90:focus {
    border-color: rgba(4, 120, 87, 0.9);
}
.focus\:border-green-700\/95:focus {
    border-color: rgba(4, 120, 87, 0.95);
}
.focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.focus\:border-green-800\/0:focus {
    border-color: rgba(6, 95, 70, 0);
}
.focus\:border-green-800\/10:focus {
    border-color: rgba(6, 95, 70, 0.1);
}
.focus\:border-green-800\/100:focus {
    border-color: #065f46;
}
.focus\:border-green-800\/15:focus {
    border-color: rgba(6, 95, 70, 0.15);
}
.focus\:border-green-800\/20:focus {
    border-color: rgba(6, 95, 70, 0.2);
}
.focus\:border-green-800\/25:focus {
    border-color: rgba(6, 95, 70, 0.25);
}
.focus\:border-green-800\/30:focus {
    border-color: rgba(6, 95, 70, 0.3);
}
.focus\:border-green-800\/35:focus {
    border-color: rgba(6, 95, 70, 0.35);
}
.focus\:border-green-800\/40:focus {
    border-color: rgba(6, 95, 70, 0.4);
}
.focus\:border-green-800\/45:focus {
    border-color: rgba(6, 95, 70, 0.45);
}
.focus\:border-green-800\/5:focus {
    border-color: rgba(6, 95, 70, 0.05);
}
.focus\:border-green-800\/50:focus {
    border-color: rgba(6, 95, 70, 0.5);
}
.focus\:border-green-800\/55:focus {
    border-color: rgba(6, 95, 70, 0.55);
}
.focus\:border-green-800\/60:focus {
    border-color: rgba(6, 95, 70, 0.6);
}
.focus\:border-green-800\/65:focus {
    border-color: rgba(6, 95, 70, 0.65);
}
.focus\:border-green-800\/70:focus {
    border-color: rgba(6, 95, 70, 0.7);
}
.focus\:border-green-800\/75:focus {
    border-color: rgba(6, 95, 70, 0.75);
}
.focus\:border-green-800\/80:focus {
    border-color: rgba(6, 95, 70, 0.8);
}
.focus\:border-green-800\/85:focus {
    border-color: rgba(6, 95, 70, 0.85);
}
.focus\:border-green-800\/90:focus {
    border-color: rgba(6, 95, 70, 0.9);
}
.focus\:border-green-800\/95:focus {
    border-color: rgba(6, 95, 70, 0.95);
}
.focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.focus\:border-green-900\/0:focus {
    border-color: rgba(6, 78, 59, 0);
}
.focus\:border-green-900\/10:focus {
    border-color: rgba(6, 78, 59, 0.1);
}
.focus\:border-green-900\/100:focus {
    border-color: #064e3b;
}
.focus\:border-green-900\/15:focus {
    border-color: rgba(6, 78, 59, 0.15);
}
.focus\:border-green-900\/20:focus {
    border-color: rgba(6, 78, 59, 0.2);
}
.focus\:border-green-900\/25:focus {
    border-color: rgba(6, 78, 59, 0.25);
}
.focus\:border-green-900\/30:focus {
    border-color: rgba(6, 78, 59, 0.3);
}
.focus\:border-green-900\/35:focus {
    border-color: rgba(6, 78, 59, 0.35);
}
.focus\:border-green-900\/40:focus {
    border-color: rgba(6, 78, 59, 0.4);
}
.focus\:border-green-900\/45:focus {
    border-color: rgba(6, 78, 59, 0.45);
}
.focus\:border-green-900\/5:focus {
    border-color: rgba(6, 78, 59, 0.05);
}
.focus\:border-green-900\/50:focus {
    border-color: rgba(6, 78, 59, 0.5);
}
.focus\:border-green-900\/55:focus {
    border-color: rgba(6, 78, 59, 0.55);
}
.focus\:border-green-900\/60:focus {
    border-color: rgba(6, 78, 59, 0.6);
}
.focus\:border-green-900\/65:focus {
    border-color: rgba(6, 78, 59, 0.65);
}
.focus\:border-green-900\/70:focus {
    border-color: rgba(6, 78, 59, 0.7);
}
.focus\:border-green-900\/75:focus {
    border-color: rgba(6, 78, 59, 0.75);
}
.focus\:border-green-900\/80:focus {
    border-color: rgba(6, 78, 59, 0.8);
}
.focus\:border-green-900\/85:focus {
    border-color: rgba(6, 78, 59, 0.85);
}
.focus\:border-green-900\/90:focus {
    border-color: rgba(6, 78, 59, 0.9);
}
.focus\:border-green-900\/95:focus {
    border-color: rgba(6, 78, 59, 0.95);
}
.focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-100\/0:focus {
    border-color: rgba(224, 231, 255, 0);
}
.focus\:border-indigo-100\/10:focus {
    border-color: rgba(224, 231, 255, 0.1);
}
.focus\:border-indigo-100\/100:focus {
    border-color: #e0e7ff;
}
.focus\:border-indigo-100\/15:focus {
    border-color: rgba(224, 231, 255, 0.15);
}
.focus\:border-indigo-100\/20:focus {
    border-color: rgba(224, 231, 255, 0.2);
}
.focus\:border-indigo-100\/25:focus {
    border-color: rgba(224, 231, 255, 0.25);
}
.focus\:border-indigo-100\/30:focus {
    border-color: rgba(224, 231, 255, 0.3);
}
.focus\:border-indigo-100\/35:focus {
    border-color: rgba(224, 231, 255, 0.35);
}
.focus\:border-indigo-100\/40:focus {
    border-color: rgba(224, 231, 255, 0.4);
}
.focus\:border-indigo-100\/45:focus {
    border-color: rgba(224, 231, 255, 0.45);
}
.focus\:border-indigo-100\/5:focus {
    border-color: rgba(224, 231, 255, 0.05);
}
.focus\:border-indigo-100\/50:focus {
    border-color: rgba(224, 231, 255, 0.5);
}
.focus\:border-indigo-100\/55:focus {
    border-color: rgba(224, 231, 255, 0.55);
}
.focus\:border-indigo-100\/60:focus {
    border-color: rgba(224, 231, 255, 0.6);
}
.focus\:border-indigo-100\/65:focus {
    border-color: rgba(224, 231, 255, 0.65);
}
.focus\:border-indigo-100\/70:focus {
    border-color: rgba(224, 231, 255, 0.7);
}
.focus\:border-indigo-100\/75:focus {
    border-color: rgba(224, 231, 255, 0.75);
}
.focus\:border-indigo-100\/80:focus {
    border-color: rgba(224, 231, 255, 0.8);
}
.focus\:border-indigo-100\/85:focus {
    border-color: rgba(224, 231, 255, 0.85);
}
.focus\:border-indigo-100\/90:focus {
    border-color: rgba(224, 231, 255, 0.9);
}
.focus\:border-indigo-100\/95:focus {
    border-color: rgba(224, 231, 255, 0.95);
}
.focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-200\/0:focus {
    border-color: rgba(199, 210, 254, 0);
}
.focus\:border-indigo-200\/10:focus {
    border-color: rgba(199, 210, 254, 0.1);
}
.focus\:border-indigo-200\/100:focus {
    border-color: #c7d2fe;
}
.focus\:border-indigo-200\/15:focus {
    border-color: rgba(199, 210, 254, 0.15);
}
.focus\:border-indigo-200\/20:focus {
    border-color: rgba(199, 210, 254, 0.2);
}
.focus\:border-indigo-200\/25:focus {
    border-color: rgba(199, 210, 254, 0.25);
}
.focus\:border-indigo-200\/30:focus {
    border-color: rgba(199, 210, 254, 0.3);
}
.focus\:border-indigo-200\/35:focus {
    border-color: rgba(199, 210, 254, 0.35);
}
.focus\:border-indigo-200\/40:focus {
    border-color: rgba(199, 210, 254, 0.4);
}
.focus\:border-indigo-200\/45:focus {
    border-color: rgba(199, 210, 254, 0.45);
}
.focus\:border-indigo-200\/5:focus {
    border-color: rgba(199, 210, 254, 0.05);
}
.focus\:border-indigo-200\/50:focus {
    border-color: rgba(199, 210, 254, 0.5);
}
.focus\:border-indigo-200\/55:focus {
    border-color: rgba(199, 210, 254, 0.55);
}
.focus\:border-indigo-200\/60:focus {
    border-color: rgba(199, 210, 254, 0.6);
}
.focus\:border-indigo-200\/65:focus {
    border-color: rgba(199, 210, 254, 0.65);
}
.focus\:border-indigo-200\/70:focus {
    border-color: rgba(199, 210, 254, 0.7);
}
.focus\:border-indigo-200\/75:focus {
    border-color: rgba(199, 210, 254, 0.75);
}
.focus\:border-indigo-200\/80:focus {
    border-color: rgba(199, 210, 254, 0.8);
}
.focus\:border-indigo-200\/85:focus {
    border-color: rgba(199, 210, 254, 0.85);
}
.focus\:border-indigo-200\/90:focus {
    border-color: rgba(199, 210, 254, 0.9);
}
.focus\:border-indigo-200\/95:focus {
    border-color: rgba(199, 210, 254, 0.95);
}
.focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-300\/0:focus {
    border-color: rgba(165, 180, 252, 0);
}
.focus\:border-indigo-300\/10:focus {
    border-color: rgba(165, 180, 252, 0.1);
}
.focus\:border-indigo-300\/100:focus {
    border-color: #a5b4fc;
}
.focus\:border-indigo-300\/15:focus {
    border-color: rgba(165, 180, 252, 0.15);
}
.focus\:border-indigo-300\/20:focus {
    border-color: rgba(165, 180, 252, 0.2);
}
.focus\:border-indigo-300\/25:focus {
    border-color: rgba(165, 180, 252, 0.25);
}
.focus\:border-indigo-300\/30:focus {
    border-color: rgba(165, 180, 252, 0.3);
}
.focus\:border-indigo-300\/35:focus {
    border-color: rgba(165, 180, 252, 0.35);
}
.focus\:border-indigo-300\/40:focus {
    border-color: rgba(165, 180, 252, 0.4);
}
.focus\:border-indigo-300\/45:focus {
    border-color: rgba(165, 180, 252, 0.45);
}
.focus\:border-indigo-300\/5:focus {
    border-color: rgba(165, 180, 252, 0.05);
}
.focus\:border-indigo-300\/50:focus {
    border-color: rgba(165, 180, 252, 0.5);
}
.focus\:border-indigo-300\/55:focus {
    border-color: rgba(165, 180, 252, 0.55);
}
.focus\:border-indigo-300\/60:focus {
    border-color: rgba(165, 180, 252, 0.6);
}
.focus\:border-indigo-300\/65:focus {
    border-color: rgba(165, 180, 252, 0.65);
}
.focus\:border-indigo-300\/70:focus {
    border-color: rgba(165, 180, 252, 0.7);
}
.focus\:border-indigo-300\/75:focus {
    border-color: rgba(165, 180, 252, 0.75);
}
.focus\:border-indigo-300\/80:focus {
    border-color: rgba(165, 180, 252, 0.8);
}
.focus\:border-indigo-300\/85:focus {
    border-color: rgba(165, 180, 252, 0.85);
}
.focus\:border-indigo-300\/90:focus {
    border-color: rgba(165, 180, 252, 0.9);
}
.focus\:border-indigo-300\/95:focus {
    border-color: rgba(165, 180, 252, 0.95);
}
.focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-400\/0:focus {
    border-color: rgba(129, 140, 248, 0);
}
.focus\:border-indigo-400\/10:focus {
    border-color: rgba(129, 140, 248, 0.1);
}
.focus\:border-indigo-400\/100:focus {
    border-color: #818cf8;
}
.focus\:border-indigo-400\/15:focus {
    border-color: rgba(129, 140, 248, 0.15);
}
.focus\:border-indigo-400\/20:focus {
    border-color: rgba(129, 140, 248, 0.2);
}
.focus\:border-indigo-400\/25:focus {
    border-color: rgba(129, 140, 248, 0.25);
}
.focus\:border-indigo-400\/30:focus {
    border-color: rgba(129, 140, 248, 0.3);
}
.focus\:border-indigo-400\/35:focus {
    border-color: rgba(129, 140, 248, 0.35);
}
.focus\:border-indigo-400\/40:focus {
    border-color: rgba(129, 140, 248, 0.4);
}
.focus\:border-indigo-400\/45:focus {
    border-color: rgba(129, 140, 248, 0.45);
}
.focus\:border-indigo-400\/5:focus {
    border-color: rgba(129, 140, 248, 0.05);
}
.focus\:border-indigo-400\/50:focus {
    border-color: rgba(129, 140, 248, 0.5);
}
.focus\:border-indigo-400\/55:focus {
    border-color: rgba(129, 140, 248, 0.55);
}
.focus\:border-indigo-400\/60:focus {
    border-color: rgba(129, 140, 248, 0.6);
}
.focus\:border-indigo-400\/65:focus {
    border-color: rgba(129, 140, 248, 0.65);
}
.focus\:border-indigo-400\/70:focus {
    border-color: rgba(129, 140, 248, 0.7);
}
.focus\:border-indigo-400\/75:focus {
    border-color: rgba(129, 140, 248, 0.75);
}
.focus\:border-indigo-400\/80:focus {
    border-color: rgba(129, 140, 248, 0.8);
}
.focus\:border-indigo-400\/85:focus {
    border-color: rgba(129, 140, 248, 0.85);
}
.focus\:border-indigo-400\/90:focus {
    border-color: rgba(129, 140, 248, 0.9);
}
.focus\:border-indigo-400\/95:focus {
    border-color: rgba(129, 140, 248, 0.95);
}
.focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-50\/0:focus {
    border-color: rgba(238, 242, 255, 0);
}
.focus\:border-indigo-50\/10:focus {
    border-color: rgba(238, 242, 255, 0.1);
}
.focus\:border-indigo-50\/100:focus {
    border-color: #eef2ff;
}
.focus\:border-indigo-50\/15:focus {
    border-color: rgba(238, 242, 255, 0.15);
}
.focus\:border-indigo-50\/20:focus {
    border-color: rgba(238, 242, 255, 0.2);
}
.focus\:border-indigo-50\/25:focus {
    border-color: rgba(238, 242, 255, 0.25);
}
.focus\:border-indigo-50\/30:focus {
    border-color: rgba(238, 242, 255, 0.3);
}
.focus\:border-indigo-50\/35:focus {
    border-color: rgba(238, 242, 255, 0.35);
}
.focus\:border-indigo-50\/40:focus {
    border-color: rgba(238, 242, 255, 0.4);
}
.focus\:border-indigo-50\/45:focus {
    border-color: rgba(238, 242, 255, 0.45);
}
.focus\:border-indigo-50\/5:focus {
    border-color: rgba(238, 242, 255, 0.05);
}
.focus\:border-indigo-50\/50:focus {
    border-color: rgba(238, 242, 255, 0.5);
}
.focus\:border-indigo-50\/55:focus {
    border-color: rgba(238, 242, 255, 0.55);
}
.focus\:border-indigo-50\/60:focus {
    border-color: rgba(238, 242, 255, 0.6);
}
.focus\:border-indigo-50\/65:focus {
    border-color: rgba(238, 242, 255, 0.65);
}
.focus\:border-indigo-50\/70:focus {
    border-color: rgba(238, 242, 255, 0.7);
}
.focus\:border-indigo-50\/75:focus {
    border-color: rgba(238, 242, 255, 0.75);
}
.focus\:border-indigo-50\/80:focus {
    border-color: rgba(238, 242, 255, 0.8);
}
.focus\:border-indigo-50\/85:focus {
    border-color: rgba(238, 242, 255, 0.85);
}
.focus\:border-indigo-50\/90:focus {
    border-color: rgba(238, 242, 255, 0.9);
}
.focus\:border-indigo-50\/95:focus {
    border-color: rgba(238, 242, 255, 0.95);
}
.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-500\/0:focus {
    border-color: rgba(99, 102, 241, 0);
}
.focus\:border-indigo-500\/10:focus {
    border-color: rgba(99, 102, 241, 0.1);
}
.focus\:border-indigo-500\/100:focus {
    border-color: #6366f1;
}
.focus\:border-indigo-500\/15:focus {
    border-color: rgba(99, 102, 241, 0.15);
}
.focus\:border-indigo-500\/20:focus {
    border-color: rgba(99, 102, 241, 0.2);
}
.focus\:border-indigo-500\/25:focus {
    border-color: rgba(99, 102, 241, 0.25);
}
.focus\:border-indigo-500\/30:focus {
    border-color: rgba(99, 102, 241, 0.3);
}
.focus\:border-indigo-500\/35:focus {
    border-color: rgba(99, 102, 241, 0.35);
}
.focus\:border-indigo-500\/40:focus {
    border-color: rgba(99, 102, 241, 0.4);
}
.focus\:border-indigo-500\/45:focus {
    border-color: rgba(99, 102, 241, 0.45);
}
.focus\:border-indigo-500\/5:focus {
    border-color: rgba(99, 102, 241, 0.05);
}
.focus\:border-indigo-500\/50:focus {
    border-color: rgba(99, 102, 241, 0.5);
}
.focus\:border-indigo-500\/55:focus {
    border-color: rgba(99, 102, 241, 0.55);
}
.focus\:border-indigo-500\/60:focus {
    border-color: rgba(99, 102, 241, 0.6);
}
.focus\:border-indigo-500\/65:focus {
    border-color: rgba(99, 102, 241, 0.65);
}
.focus\:border-indigo-500\/70:focus {
    border-color: rgba(99, 102, 241, 0.7);
}
.focus\:border-indigo-500\/75:focus {
    border-color: rgba(99, 102, 241, 0.75);
}
.focus\:border-indigo-500\/80:focus {
    border-color: rgba(99, 102, 241, 0.8);
}
.focus\:border-indigo-500\/85:focus {
    border-color: rgba(99, 102, 241, 0.85);
}
.focus\:border-indigo-500\/90:focus {
    border-color: rgba(99, 102, 241, 0.9);
}
.focus\:border-indigo-500\/95:focus {
    border-color: rgba(99, 102, 241, 0.95);
}
.focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-600\/0:focus {
    border-color: rgba(79, 70, 229, 0);
}
.focus\:border-indigo-600\/10:focus {
    border-color: rgba(79, 70, 229, 0.1);
}
.focus\:border-indigo-600\/100:focus {
    border-color: #4f46e5;
}
.focus\:border-indigo-600\/15:focus {
    border-color: rgba(79, 70, 229, 0.15);
}
.focus\:border-indigo-600\/20:focus {
    border-color: rgba(79, 70, 229, 0.2);
}
.focus\:border-indigo-600\/25:focus {
    border-color: rgba(79, 70, 229, 0.25);
}
.focus\:border-indigo-600\/30:focus {
    border-color: rgba(79, 70, 229, 0.3);
}
.focus\:border-indigo-600\/35:focus {
    border-color: rgba(79, 70, 229, 0.35);
}
.focus\:border-indigo-600\/40:focus {
    border-color: rgba(79, 70, 229, 0.4);
}
.focus\:border-indigo-600\/45:focus {
    border-color: rgba(79, 70, 229, 0.45);
}
.focus\:border-indigo-600\/5:focus {
    border-color: rgba(79, 70, 229, 0.05);
}
.focus\:border-indigo-600\/50:focus {
    border-color: rgba(79, 70, 229, 0.5);
}
.focus\:border-indigo-600\/55:focus {
    border-color: rgba(79, 70, 229, 0.55);
}
.focus\:border-indigo-600\/60:focus {
    border-color: rgba(79, 70, 229, 0.6);
}
.focus\:border-indigo-600\/65:focus {
    border-color: rgba(79, 70, 229, 0.65);
}
.focus\:border-indigo-600\/70:focus {
    border-color: rgba(79, 70, 229, 0.7);
}
.focus\:border-indigo-600\/75:focus {
    border-color: rgba(79, 70, 229, 0.75);
}
.focus\:border-indigo-600\/80:focus {
    border-color: rgba(79, 70, 229, 0.8);
}
.focus\:border-indigo-600\/85:focus {
    border-color: rgba(79, 70, 229, 0.85);
}
.focus\:border-indigo-600\/90:focus {
    border-color: rgba(79, 70, 229, 0.9);
}
.focus\:border-indigo-600\/95:focus {
    border-color: rgba(79, 70, 229, 0.95);
}
.focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-700\/0:focus {
    border-color: rgba(67, 56, 202, 0);
}
.focus\:border-indigo-700\/10:focus {
    border-color: rgba(67, 56, 202, 0.1);
}
.focus\:border-indigo-700\/100:focus {
    border-color: #4338ca;
}
.focus\:border-indigo-700\/15:focus {
    border-color: rgba(67, 56, 202, 0.15);
}
.focus\:border-indigo-700\/20:focus {
    border-color: rgba(67, 56, 202, 0.2);
}
.focus\:border-indigo-700\/25:focus {
    border-color: rgba(67, 56, 202, 0.25);
}
.focus\:border-indigo-700\/30:focus {
    border-color: rgba(67, 56, 202, 0.3);
}
.focus\:border-indigo-700\/35:focus {
    border-color: rgba(67, 56, 202, 0.35);
}
.focus\:border-indigo-700\/40:focus {
    border-color: rgba(67, 56, 202, 0.4);
}
.focus\:border-indigo-700\/45:focus {
    border-color: rgba(67, 56, 202, 0.45);
}
.focus\:border-indigo-700\/5:focus {
    border-color: rgba(67, 56, 202, 0.05);
}
.focus\:border-indigo-700\/50:focus {
    border-color: rgba(67, 56, 202, 0.5);
}
.focus\:border-indigo-700\/55:focus {
    border-color: rgba(67, 56, 202, 0.55);
}
.focus\:border-indigo-700\/60:focus {
    border-color: rgba(67, 56, 202, 0.6);
}
.focus\:border-indigo-700\/65:focus {
    border-color: rgba(67, 56, 202, 0.65);
}
.focus\:border-indigo-700\/70:focus {
    border-color: rgba(67, 56, 202, 0.7);
}
.focus\:border-indigo-700\/75:focus {
    border-color: rgba(67, 56, 202, 0.75);
}
.focus\:border-indigo-700\/80:focus {
    border-color: rgba(67, 56, 202, 0.8);
}
.focus\:border-indigo-700\/85:focus {
    border-color: rgba(67, 56, 202, 0.85);
}
.focus\:border-indigo-700\/90:focus {
    border-color: rgba(67, 56, 202, 0.9);
}
.focus\:border-indigo-700\/95:focus {
    border-color: rgba(67, 56, 202, 0.95);
}
.focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-800\/0:focus {
    border-color: rgba(55, 48, 163, 0);
}
.focus\:border-indigo-800\/10:focus {
    border-color: rgba(55, 48, 163, 0.1);
}
.focus\:border-indigo-800\/100:focus {
    border-color: #3730a3;
}
.focus\:border-indigo-800\/15:focus {
    border-color: rgba(55, 48, 163, 0.15);
}
.focus\:border-indigo-800\/20:focus {
    border-color: rgba(55, 48, 163, 0.2);
}
.focus\:border-indigo-800\/25:focus {
    border-color: rgba(55, 48, 163, 0.25);
}
.focus\:border-indigo-800\/30:focus {
    border-color: rgba(55, 48, 163, 0.3);
}
.focus\:border-indigo-800\/35:focus {
    border-color: rgba(55, 48, 163, 0.35);
}
.focus\:border-indigo-800\/40:focus {
    border-color: rgba(55, 48, 163, 0.4);
}
.focus\:border-indigo-800\/45:focus {
    border-color: rgba(55, 48, 163, 0.45);
}
.focus\:border-indigo-800\/5:focus {
    border-color: rgba(55, 48, 163, 0.05);
}
.focus\:border-indigo-800\/50:focus {
    border-color: rgba(55, 48, 163, 0.5);
}
.focus\:border-indigo-800\/55:focus {
    border-color: rgba(55, 48, 163, 0.55);
}
.focus\:border-indigo-800\/60:focus {
    border-color: rgba(55, 48, 163, 0.6);
}
.focus\:border-indigo-800\/65:focus {
    border-color: rgba(55, 48, 163, 0.65);
}
.focus\:border-indigo-800\/70:focus {
    border-color: rgba(55, 48, 163, 0.7);
}
.focus\:border-indigo-800\/75:focus {
    border-color: rgba(55, 48, 163, 0.75);
}
.focus\:border-indigo-800\/80:focus {
    border-color: rgba(55, 48, 163, 0.8);
}
.focus\:border-indigo-800\/85:focus {
    border-color: rgba(55, 48, 163, 0.85);
}
.focus\:border-indigo-800\/90:focus {
    border-color: rgba(55, 48, 163, 0.9);
}
.focus\:border-indigo-800\/95:focus {
    border-color: rgba(55, 48, 163, 0.95);
}
.focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-900\/0:focus {
    border-color: rgba(49, 46, 129, 0);
}
.focus\:border-indigo-900\/10:focus {
    border-color: rgba(49, 46, 129, 0.1);
}
.focus\:border-indigo-900\/100:focus {
    border-color: #312e81;
}
.focus\:border-indigo-900\/15:focus {
    border-color: rgba(49, 46, 129, 0.15);
}
.focus\:border-indigo-900\/20:focus {
    border-color: rgba(49, 46, 129, 0.2);
}
.focus\:border-indigo-900\/25:focus {
    border-color: rgba(49, 46, 129, 0.25);
}
.focus\:border-indigo-900\/30:focus {
    border-color: rgba(49, 46, 129, 0.3);
}
.focus\:border-indigo-900\/35:focus {
    border-color: rgba(49, 46, 129, 0.35);
}
.focus\:border-indigo-900\/40:focus {
    border-color: rgba(49, 46, 129, 0.4);
}
.focus\:border-indigo-900\/45:focus {
    border-color: rgba(49, 46, 129, 0.45);
}
.focus\:border-indigo-900\/5:focus {
    border-color: rgba(49, 46, 129, 0.05);
}
.focus\:border-indigo-900\/50:focus {
    border-color: rgba(49, 46, 129, 0.5);
}
.focus\:border-indigo-900\/55:focus {
    border-color: rgba(49, 46, 129, 0.55);
}
.focus\:border-indigo-900\/60:focus {
    border-color: rgba(49, 46, 129, 0.6);
}
.focus\:border-indigo-900\/65:focus {
    border-color: rgba(49, 46, 129, 0.65);
}
.focus\:border-indigo-900\/70:focus {
    border-color: rgba(49, 46, 129, 0.7);
}
.focus\:border-indigo-900\/75:focus {
    border-color: rgba(49, 46, 129, 0.75);
}
.focus\:border-indigo-900\/80:focus {
    border-color: rgba(49, 46, 129, 0.8);
}
.focus\:border-indigo-900\/85:focus {
    border-color: rgba(49, 46, 129, 0.85);
}
.focus\:border-indigo-900\/90:focus {
    border-color: rgba(49, 46, 129, 0.9);
}
.focus\:border-indigo-900\/95:focus {
    border-color: rgba(49, 46, 129, 0.95);
}
.focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-100\/0:focus {
    border-color: hsla(80, 89%, 89%, 0);
}
.focus\:border-lime-100\/10:focus {
    border-color: hsla(80, 89%, 89%, 0.1);
}
.focus\:border-lime-100\/100:focus {
    border-color: #ecfccb;
}
.focus\:border-lime-100\/15:focus {
    border-color: hsla(80, 89%, 89%, 0.15);
}
.focus\:border-lime-100\/20:focus {
    border-color: hsla(80, 89%, 89%, 0.2);
}
.focus\:border-lime-100\/25:focus {
    border-color: hsla(80, 89%, 89%, 0.25);
}
.focus\:border-lime-100\/30:focus {
    border-color: hsla(80, 89%, 89%, 0.3);
}
.focus\:border-lime-100\/35:focus {
    border-color: hsla(80, 89%, 89%, 0.35);
}
.focus\:border-lime-100\/40:focus {
    border-color: hsla(80, 89%, 89%, 0.4);
}
.focus\:border-lime-100\/45:focus {
    border-color: hsla(80, 89%, 89%, 0.45);
}
.focus\:border-lime-100\/5:focus {
    border-color: hsla(80, 89%, 89%, 0.05);
}
.focus\:border-lime-100\/50:focus {
    border-color: hsla(80, 89%, 89%, 0.5);
}
.focus\:border-lime-100\/55:focus {
    border-color: hsla(80, 89%, 89%, 0.55);
}
.focus\:border-lime-100\/60:focus {
    border-color: hsla(80, 89%, 89%, 0.6);
}
.focus\:border-lime-100\/65:focus {
    border-color: hsla(80, 89%, 89%, 0.65);
}
.focus\:border-lime-100\/70:focus {
    border-color: hsla(80, 89%, 89%, 0.7);
}
.focus\:border-lime-100\/75:focus {
    border-color: hsla(80, 89%, 89%, 0.75);
}
.focus\:border-lime-100\/80:focus {
    border-color: hsla(80, 89%, 89%, 0.8);
}
.focus\:border-lime-100\/85:focus {
    border-color: hsla(80, 89%, 89%, 0.85);
}
.focus\:border-lime-100\/90:focus {
    border-color: hsla(80, 89%, 89%, 0.9);
}
.focus\:border-lime-100\/95:focus {
    border-color: hsla(80, 89%, 89%, 0.95);
}
.focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-200\/0:focus {
    border-color: hsla(81, 88%, 80%, 0);
}
.focus\:border-lime-200\/10:focus {
    border-color: hsla(81, 88%, 80%, 0.1);
}
.focus\:border-lime-200\/100:focus {
    border-color: #d9f99d;
}
.focus\:border-lime-200\/15:focus {
    border-color: hsla(81, 88%, 80%, 0.15);
}
.focus\:border-lime-200\/20:focus {
    border-color: hsla(81, 88%, 80%, 0.2);
}
.focus\:border-lime-200\/25:focus {
    border-color: hsla(81, 88%, 80%, 0.25);
}
.focus\:border-lime-200\/30:focus {
    border-color: hsla(81, 88%, 80%, 0.3);
}
.focus\:border-lime-200\/35:focus {
    border-color: hsla(81, 88%, 80%, 0.35);
}
.focus\:border-lime-200\/40:focus {
    border-color: hsla(81, 88%, 80%, 0.4);
}
.focus\:border-lime-200\/45:focus {
    border-color: hsla(81, 88%, 80%, 0.45);
}
.focus\:border-lime-200\/5:focus {
    border-color: hsla(81, 88%, 80%, 0.05);
}
.focus\:border-lime-200\/50:focus {
    border-color: hsla(81, 88%, 80%, 0.5);
}
.focus\:border-lime-200\/55:focus {
    border-color: hsla(81, 88%, 80%, 0.55);
}
.focus\:border-lime-200\/60:focus {
    border-color: hsla(81, 88%, 80%, 0.6);
}
.focus\:border-lime-200\/65:focus {
    border-color: hsla(81, 88%, 80%, 0.65);
}
.focus\:border-lime-200\/70:focus {
    border-color: hsla(81, 88%, 80%, 0.7);
}
.focus\:border-lime-200\/75:focus {
    border-color: hsla(81, 88%, 80%, 0.75);
}
.focus\:border-lime-200\/80:focus {
    border-color: hsla(81, 88%, 80%, 0.8);
}
.focus\:border-lime-200\/85:focus {
    border-color: hsla(81, 88%, 80%, 0.85);
}
.focus\:border-lime-200\/90:focus {
    border-color: hsla(81, 88%, 80%, 0.9);
}
.focus\:border-lime-200\/95:focus {
    border-color: hsla(81, 88%, 80%, 0.95);
}
.focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-300\/0:focus {
    border-color: hsla(82, 85%, 67%, 0);
}
.focus\:border-lime-300\/10:focus {
    border-color: hsla(82, 85%, 67%, 0.1);
}
.focus\:border-lime-300\/100:focus {
    border-color: #bef264;
}
.focus\:border-lime-300\/15:focus {
    border-color: hsla(82, 85%, 67%, 0.15);
}
.focus\:border-lime-300\/20:focus {
    border-color: hsla(82, 85%, 67%, 0.2);
}
.focus\:border-lime-300\/25:focus {
    border-color: hsla(82, 85%, 67%, 0.25);
}
.focus\:border-lime-300\/30:focus {
    border-color: hsla(82, 85%, 67%, 0.3);
}
.focus\:border-lime-300\/35:focus {
    border-color: hsla(82, 85%, 67%, 0.35);
}
.focus\:border-lime-300\/40:focus {
    border-color: hsla(82, 85%, 67%, 0.4);
}
.focus\:border-lime-300\/45:focus {
    border-color: hsla(82, 85%, 67%, 0.45);
}
.focus\:border-lime-300\/5:focus {
    border-color: hsla(82, 85%, 67%, 0.05);
}
.focus\:border-lime-300\/50:focus {
    border-color: hsla(82, 85%, 67%, 0.5);
}
.focus\:border-lime-300\/55:focus {
    border-color: hsla(82, 85%, 67%, 0.55);
}
.focus\:border-lime-300\/60:focus {
    border-color: hsla(82, 85%, 67%, 0.6);
}
.focus\:border-lime-300\/65:focus {
    border-color: hsla(82, 85%, 67%, 0.65);
}
.focus\:border-lime-300\/70:focus {
    border-color: hsla(82, 85%, 67%, 0.7);
}
.focus\:border-lime-300\/75:focus {
    border-color: hsla(82, 85%, 67%, 0.75);
}
.focus\:border-lime-300\/80:focus {
    border-color: hsla(82, 85%, 67%, 0.8);
}
.focus\:border-lime-300\/85:focus {
    border-color: hsla(82, 85%, 67%, 0.85);
}
.focus\:border-lime-300\/90:focus {
    border-color: hsla(82, 85%, 67%, 0.9);
}
.focus\:border-lime-300\/95:focus {
    border-color: hsla(82, 85%, 67%, 0.95);
}
.focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-400\/0:focus {
    border-color: rgba(163, 230, 53, 0);
}
.focus\:border-lime-400\/10:focus {
    border-color: rgba(163, 230, 53, 0.1);
}
.focus\:border-lime-400\/100:focus {
    border-color: #a3e635;
}
.focus\:border-lime-400\/15:focus {
    border-color: rgba(163, 230, 53, 0.15);
}
.focus\:border-lime-400\/20:focus {
    border-color: rgba(163, 230, 53, 0.2);
}
.focus\:border-lime-400\/25:focus {
    border-color: rgba(163, 230, 53, 0.25);
}
.focus\:border-lime-400\/30:focus {
    border-color: rgba(163, 230, 53, 0.3);
}
.focus\:border-lime-400\/35:focus {
    border-color: rgba(163, 230, 53, 0.35);
}
.focus\:border-lime-400\/40:focus {
    border-color: rgba(163, 230, 53, 0.4);
}
.focus\:border-lime-400\/45:focus {
    border-color: rgba(163, 230, 53, 0.45);
}
.focus\:border-lime-400\/5:focus {
    border-color: rgba(163, 230, 53, 0.05);
}
.focus\:border-lime-400\/50:focus {
    border-color: rgba(163, 230, 53, 0.5);
}
.focus\:border-lime-400\/55:focus {
    border-color: rgba(163, 230, 53, 0.55);
}
.focus\:border-lime-400\/60:focus {
    border-color: rgba(163, 230, 53, 0.6);
}
.focus\:border-lime-400\/65:focus {
    border-color: rgba(163, 230, 53, 0.65);
}
.focus\:border-lime-400\/70:focus {
    border-color: rgba(163, 230, 53, 0.7);
}
.focus\:border-lime-400\/75:focus {
    border-color: rgba(163, 230, 53, 0.75);
}
.focus\:border-lime-400\/80:focus {
    border-color: rgba(163, 230, 53, 0.8);
}
.focus\:border-lime-400\/85:focus {
    border-color: rgba(163, 230, 53, 0.85);
}
.focus\:border-lime-400\/90:focus {
    border-color: rgba(163, 230, 53, 0.9);
}
.focus\:border-lime-400\/95:focus {
    border-color: rgba(163, 230, 53, 0.95);
}
.focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-50\/0:focus {
    border-color: hsla(78, 92%, 95%, 0);
}
.focus\:border-lime-50\/10:focus {
    border-color: hsla(78, 92%, 95%, 0.1);
}
.focus\:border-lime-50\/100:focus {
    border-color: #f7fee7;
}
.focus\:border-lime-50\/15:focus {
    border-color: hsla(78, 92%, 95%, 0.15);
}
.focus\:border-lime-50\/20:focus {
    border-color: hsla(78, 92%, 95%, 0.2);
}
.focus\:border-lime-50\/25:focus {
    border-color: hsla(78, 92%, 95%, 0.25);
}
.focus\:border-lime-50\/30:focus {
    border-color: hsla(78, 92%, 95%, 0.3);
}
.focus\:border-lime-50\/35:focus {
    border-color: hsla(78, 92%, 95%, 0.35);
}
.focus\:border-lime-50\/40:focus {
    border-color: hsla(78, 92%, 95%, 0.4);
}
.focus\:border-lime-50\/45:focus {
    border-color: hsla(78, 92%, 95%, 0.45);
}
.focus\:border-lime-50\/5:focus {
    border-color: hsla(78, 92%, 95%, 0.05);
}
.focus\:border-lime-50\/50:focus {
    border-color: hsla(78, 92%, 95%, 0.5);
}
.focus\:border-lime-50\/55:focus {
    border-color: hsla(78, 92%, 95%, 0.55);
}
.focus\:border-lime-50\/60:focus {
    border-color: hsla(78, 92%, 95%, 0.6);
}
.focus\:border-lime-50\/65:focus {
    border-color: hsla(78, 92%, 95%, 0.65);
}
.focus\:border-lime-50\/70:focus {
    border-color: hsla(78, 92%, 95%, 0.7);
}
.focus\:border-lime-50\/75:focus {
    border-color: hsla(78, 92%, 95%, 0.75);
}
.focus\:border-lime-50\/80:focus {
    border-color: hsla(78, 92%, 95%, 0.8);
}
.focus\:border-lime-50\/85:focus {
    border-color: hsla(78, 92%, 95%, 0.85);
}
.focus\:border-lime-50\/90:focus {
    border-color: hsla(78, 92%, 95%, 0.9);
}
.focus\:border-lime-50\/95:focus {
    border-color: hsla(78, 92%, 95%, 0.95);
}
.focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-500\/0:focus {
    border-color: rgba(132, 204, 22, 0);
}
.focus\:border-lime-500\/10:focus {
    border-color: rgba(132, 204, 22, 0.1);
}
.focus\:border-lime-500\/100:focus {
    border-color: #84cc16;
}
.focus\:border-lime-500\/15:focus {
    border-color: rgba(132, 204, 22, 0.15);
}
.focus\:border-lime-500\/20:focus {
    border-color: rgba(132, 204, 22, 0.2);
}
.focus\:border-lime-500\/25:focus {
    border-color: rgba(132, 204, 22, 0.25);
}
.focus\:border-lime-500\/30:focus {
    border-color: rgba(132, 204, 22, 0.3);
}
.focus\:border-lime-500\/35:focus {
    border-color: rgba(132, 204, 22, 0.35);
}
.focus\:border-lime-500\/40:focus {
    border-color: rgba(132, 204, 22, 0.4);
}
.focus\:border-lime-500\/45:focus {
    border-color: rgba(132, 204, 22, 0.45);
}
.focus\:border-lime-500\/5:focus {
    border-color: rgba(132, 204, 22, 0.05);
}
.focus\:border-lime-500\/50:focus {
    border-color: rgba(132, 204, 22, 0.5);
}
.focus\:border-lime-500\/55:focus {
    border-color: rgba(132, 204, 22, 0.55);
}
.focus\:border-lime-500\/60:focus {
    border-color: rgba(132, 204, 22, 0.6);
}
.focus\:border-lime-500\/65:focus {
    border-color: rgba(132, 204, 22, 0.65);
}
.focus\:border-lime-500\/70:focus {
    border-color: rgba(132, 204, 22, 0.7);
}
.focus\:border-lime-500\/75:focus {
    border-color: rgba(132, 204, 22, 0.75);
}
.focus\:border-lime-500\/80:focus {
    border-color: rgba(132, 204, 22, 0.8);
}
.focus\:border-lime-500\/85:focus {
    border-color: rgba(132, 204, 22, 0.85);
}
.focus\:border-lime-500\/90:focus {
    border-color: rgba(132, 204, 22, 0.9);
}
.focus\:border-lime-500\/95:focus {
    border-color: rgba(132, 204, 22, 0.95);
}
.focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-600\/0:focus {
    border-color: rgba(101, 163, 13, 0);
}
.focus\:border-lime-600\/10:focus {
    border-color: rgba(101, 163, 13, 0.1);
}
.focus\:border-lime-600\/100:focus {
    border-color: #65a30d;
}
.focus\:border-lime-600\/15:focus {
    border-color: rgba(101, 163, 13, 0.15);
}
.focus\:border-lime-600\/20:focus {
    border-color: rgba(101, 163, 13, 0.2);
}
.focus\:border-lime-600\/25:focus {
    border-color: rgba(101, 163, 13, 0.25);
}
.focus\:border-lime-600\/30:focus {
    border-color: rgba(101, 163, 13, 0.3);
}
.focus\:border-lime-600\/35:focus {
    border-color: rgba(101, 163, 13, 0.35);
}
.focus\:border-lime-600\/40:focus {
    border-color: rgba(101, 163, 13, 0.4);
}
.focus\:border-lime-600\/45:focus {
    border-color: rgba(101, 163, 13, 0.45);
}
.focus\:border-lime-600\/5:focus {
    border-color: rgba(101, 163, 13, 0.05);
}
.focus\:border-lime-600\/50:focus {
    border-color: rgba(101, 163, 13, 0.5);
}
.focus\:border-lime-600\/55:focus {
    border-color: rgba(101, 163, 13, 0.55);
}
.focus\:border-lime-600\/60:focus {
    border-color: rgba(101, 163, 13, 0.6);
}
.focus\:border-lime-600\/65:focus {
    border-color: rgba(101, 163, 13, 0.65);
}
.focus\:border-lime-600\/70:focus {
    border-color: rgba(101, 163, 13, 0.7);
}
.focus\:border-lime-600\/75:focus {
    border-color: rgba(101, 163, 13, 0.75);
}
.focus\:border-lime-600\/80:focus {
    border-color: rgba(101, 163, 13, 0.8);
}
.focus\:border-lime-600\/85:focus {
    border-color: rgba(101, 163, 13, 0.85);
}
.focus\:border-lime-600\/90:focus {
    border-color: rgba(101, 163, 13, 0.9);
}
.focus\:border-lime-600\/95:focus {
    border-color: rgba(101, 163, 13, 0.95);
}
.focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-700\/0:focus {
    border-color: rgba(77, 124, 15, 0);
}
.focus\:border-lime-700\/10:focus {
    border-color: rgba(77, 124, 15, 0.1);
}
.focus\:border-lime-700\/100:focus {
    border-color: #4d7c0f;
}
.focus\:border-lime-700\/15:focus {
    border-color: rgba(77, 124, 15, 0.15);
}
.focus\:border-lime-700\/20:focus {
    border-color: rgba(77, 124, 15, 0.2);
}
.focus\:border-lime-700\/25:focus {
    border-color: rgba(77, 124, 15, 0.25);
}
.focus\:border-lime-700\/30:focus {
    border-color: rgba(77, 124, 15, 0.3);
}
.focus\:border-lime-700\/35:focus {
    border-color: rgba(77, 124, 15, 0.35);
}
.focus\:border-lime-700\/40:focus {
    border-color: rgba(77, 124, 15, 0.4);
}
.focus\:border-lime-700\/45:focus {
    border-color: rgba(77, 124, 15, 0.45);
}
.focus\:border-lime-700\/5:focus {
    border-color: rgba(77, 124, 15, 0.05);
}
.focus\:border-lime-700\/50:focus {
    border-color: rgba(77, 124, 15, 0.5);
}
.focus\:border-lime-700\/55:focus {
    border-color: rgba(77, 124, 15, 0.55);
}
.focus\:border-lime-700\/60:focus {
    border-color: rgba(77, 124, 15, 0.6);
}
.focus\:border-lime-700\/65:focus {
    border-color: rgba(77, 124, 15, 0.65);
}
.focus\:border-lime-700\/70:focus {
    border-color: rgba(77, 124, 15, 0.7);
}
.focus\:border-lime-700\/75:focus {
    border-color: rgba(77, 124, 15, 0.75);
}
.focus\:border-lime-700\/80:focus {
    border-color: rgba(77, 124, 15, 0.8);
}
.focus\:border-lime-700\/85:focus {
    border-color: rgba(77, 124, 15, 0.85);
}
.focus\:border-lime-700\/90:focus {
    border-color: rgba(77, 124, 15, 0.9);
}
.focus\:border-lime-700\/95:focus {
    border-color: rgba(77, 124, 15, 0.95);
}
.focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-800\/0:focus {
    border-color: rgba(63, 98, 18, 0);
}
.focus\:border-lime-800\/10:focus {
    border-color: rgba(63, 98, 18, 0.1);
}
.focus\:border-lime-800\/100:focus {
    border-color: #3f6212;
}
.focus\:border-lime-800\/15:focus {
    border-color: rgba(63, 98, 18, 0.15);
}
.focus\:border-lime-800\/20:focus {
    border-color: rgba(63, 98, 18, 0.2);
}
.focus\:border-lime-800\/25:focus {
    border-color: rgba(63, 98, 18, 0.25);
}
.focus\:border-lime-800\/30:focus {
    border-color: rgba(63, 98, 18, 0.3);
}
.focus\:border-lime-800\/35:focus {
    border-color: rgba(63, 98, 18, 0.35);
}
.focus\:border-lime-800\/40:focus {
    border-color: rgba(63, 98, 18, 0.4);
}
.focus\:border-lime-800\/45:focus {
    border-color: rgba(63, 98, 18, 0.45);
}
.focus\:border-lime-800\/5:focus {
    border-color: rgba(63, 98, 18, 0.05);
}
.focus\:border-lime-800\/50:focus {
    border-color: rgba(63, 98, 18, 0.5);
}
.focus\:border-lime-800\/55:focus {
    border-color: rgba(63, 98, 18, 0.55);
}
.focus\:border-lime-800\/60:focus {
    border-color: rgba(63, 98, 18, 0.6);
}
.focus\:border-lime-800\/65:focus {
    border-color: rgba(63, 98, 18, 0.65);
}
.focus\:border-lime-800\/70:focus {
    border-color: rgba(63, 98, 18, 0.7);
}
.focus\:border-lime-800\/75:focus {
    border-color: rgba(63, 98, 18, 0.75);
}
.focus\:border-lime-800\/80:focus {
    border-color: rgba(63, 98, 18, 0.8);
}
.focus\:border-lime-800\/85:focus {
    border-color: rgba(63, 98, 18, 0.85);
}
.focus\:border-lime-800\/90:focus {
    border-color: rgba(63, 98, 18, 0.9);
}
.focus\:border-lime-800\/95:focus {
    border-color: rgba(63, 98, 18, 0.95);
}
.focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.focus\:border-lime-900\/0:focus {
    border-color: rgba(54, 83, 20, 0);
}
.focus\:border-lime-900\/10:focus {
    border-color: rgba(54, 83, 20, 0.1);
}
.focus\:border-lime-900\/100:focus {
    border-color: #365314;
}
.focus\:border-lime-900\/15:focus {
    border-color: rgba(54, 83, 20, 0.15);
}
.focus\:border-lime-900\/20:focus {
    border-color: rgba(54, 83, 20, 0.2);
}
.focus\:border-lime-900\/25:focus {
    border-color: rgba(54, 83, 20, 0.25);
}
.focus\:border-lime-900\/30:focus {
    border-color: rgba(54, 83, 20, 0.3);
}
.focus\:border-lime-900\/35:focus {
    border-color: rgba(54, 83, 20, 0.35);
}
.focus\:border-lime-900\/40:focus {
    border-color: rgba(54, 83, 20, 0.4);
}
.focus\:border-lime-900\/45:focus {
    border-color: rgba(54, 83, 20, 0.45);
}
.focus\:border-lime-900\/5:focus {
    border-color: rgba(54, 83, 20, 0.05);
}
.focus\:border-lime-900\/50:focus {
    border-color: rgba(54, 83, 20, 0.5);
}
.focus\:border-lime-900\/55:focus {
    border-color: rgba(54, 83, 20, 0.55);
}
.focus\:border-lime-900\/60:focus {
    border-color: rgba(54, 83, 20, 0.6);
}
.focus\:border-lime-900\/65:focus {
    border-color: rgba(54, 83, 20, 0.65);
}
.focus\:border-lime-900\/70:focus {
    border-color: rgba(54, 83, 20, 0.7);
}
.focus\:border-lime-900\/75:focus {
    border-color: rgba(54, 83, 20, 0.75);
}
.focus\:border-lime-900\/80:focus {
    border-color: rgba(54, 83, 20, 0.8);
}
.focus\:border-lime-900\/85:focus {
    border-color: rgba(54, 83, 20, 0.85);
}
.focus\:border-lime-900\/90:focus {
    border-color: rgba(54, 83, 20, 0.9);
}
.focus\:border-lime-900\/95:focus {
    border-color: rgba(54, 83, 20, 0.95);
}
.focus\:border-negative-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.focus\:border-negative-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-100\/0:focus {
    border-color: hsla(0, 0%, 96%, 0);
}
.focus\:border-neutral-100\/10:focus {
    border-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:border-neutral-100\/100:focus {
    border-color: #f5f5f5;
}
.focus\:border-neutral-100\/15:focus {
    border-color: hsla(0, 0%, 96%, 0.15);
}
.focus\:border-neutral-100\/20:focus {
    border-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:border-neutral-100\/25:focus {
    border-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:border-neutral-100\/30:focus {
    border-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:border-neutral-100\/35:focus {
    border-color: hsla(0, 0%, 96%, 0.35);
}
.focus\:border-neutral-100\/40:focus {
    border-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:border-neutral-100\/45:focus {
    border-color: hsla(0, 0%, 96%, 0.45);
}
.focus\:border-neutral-100\/5:focus {
    border-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:border-neutral-100\/50:focus {
    border-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:border-neutral-100\/55:focus {
    border-color: hsla(0, 0%, 96%, 0.55);
}
.focus\:border-neutral-100\/60:focus {
    border-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:border-neutral-100\/65:focus {
    border-color: hsla(0, 0%, 96%, 0.65);
}
.focus\:border-neutral-100\/70:focus {
    border-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:border-neutral-100\/75:focus {
    border-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:border-neutral-100\/80:focus {
    border-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:border-neutral-100\/85:focus {
    border-color: hsla(0, 0%, 96%, 0.85);
}
.focus\:border-neutral-100\/90:focus {
    border-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:border-neutral-100\/95:focus {
    border-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-200\/0:focus {
    border-color: hsla(0, 0%, 90%, 0);
}
.focus\:border-neutral-200\/10:focus {
    border-color: hsla(0, 0%, 90%, 0.1);
}
.focus\:border-neutral-200\/100:focus {
    border-color: #e5e5e5;
}
.focus\:border-neutral-200\/15:focus {
    border-color: hsla(0, 0%, 90%, 0.15);
}
.focus\:border-neutral-200\/20:focus {
    border-color: hsla(0, 0%, 90%, 0.2);
}
.focus\:border-neutral-200\/25:focus {
    border-color: hsla(0, 0%, 90%, 0.25);
}
.focus\:border-neutral-200\/30:focus {
    border-color: hsla(0, 0%, 90%, 0.3);
}
.focus\:border-neutral-200\/35:focus {
    border-color: hsla(0, 0%, 90%, 0.35);
}
.focus\:border-neutral-200\/40:focus {
    border-color: hsla(0, 0%, 90%, 0.4);
}
.focus\:border-neutral-200\/45:focus {
    border-color: hsla(0, 0%, 90%, 0.45);
}
.focus\:border-neutral-200\/5:focus {
    border-color: hsla(0, 0%, 90%, 0.05);
}
.focus\:border-neutral-200\/50:focus {
    border-color: hsla(0, 0%, 90%, 0.5);
}
.focus\:border-neutral-200\/55:focus {
    border-color: hsla(0, 0%, 90%, 0.55);
}
.focus\:border-neutral-200\/60:focus {
    border-color: hsla(0, 0%, 90%, 0.6);
}
.focus\:border-neutral-200\/65:focus {
    border-color: hsla(0, 0%, 90%, 0.65);
}
.focus\:border-neutral-200\/70:focus {
    border-color: hsla(0, 0%, 90%, 0.7);
}
.focus\:border-neutral-200\/75:focus {
    border-color: hsla(0, 0%, 90%, 0.75);
}
.focus\:border-neutral-200\/80:focus {
    border-color: hsla(0, 0%, 90%, 0.8);
}
.focus\:border-neutral-200\/85:focus {
    border-color: hsla(0, 0%, 90%, 0.85);
}
.focus\:border-neutral-200\/90:focus {
    border-color: hsla(0, 0%, 90%, 0.9);
}
.focus\:border-neutral-200\/95:focus {
    border-color: hsla(0, 0%, 90%, 0.95);
}
.focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-300\/0:focus {
    border-color: hsla(0, 0%, 83%, 0);
}
.focus\:border-neutral-300\/10:focus {
    border-color: hsla(0, 0%, 83%, 0.1);
}
.focus\:border-neutral-300\/100:focus {
    border-color: #d4d4d4;
}
.focus\:border-neutral-300\/15:focus {
    border-color: hsla(0, 0%, 83%, 0.15);
}
.focus\:border-neutral-300\/20:focus {
    border-color: hsla(0, 0%, 83%, 0.2);
}
.focus\:border-neutral-300\/25:focus {
    border-color: hsla(0, 0%, 83%, 0.25);
}
.focus\:border-neutral-300\/30:focus {
    border-color: hsla(0, 0%, 83%, 0.3);
}
.focus\:border-neutral-300\/35:focus {
    border-color: hsla(0, 0%, 83%, 0.35);
}
.focus\:border-neutral-300\/40:focus {
    border-color: hsla(0, 0%, 83%, 0.4);
}
.focus\:border-neutral-300\/45:focus {
    border-color: hsla(0, 0%, 83%, 0.45);
}
.focus\:border-neutral-300\/5:focus {
    border-color: hsla(0, 0%, 83%, 0.05);
}
.focus\:border-neutral-300\/50:focus {
    border-color: hsla(0, 0%, 83%, 0.5);
}
.focus\:border-neutral-300\/55:focus {
    border-color: hsla(0, 0%, 83%, 0.55);
}
.focus\:border-neutral-300\/60:focus {
    border-color: hsla(0, 0%, 83%, 0.6);
}
.focus\:border-neutral-300\/65:focus {
    border-color: hsla(0, 0%, 83%, 0.65);
}
.focus\:border-neutral-300\/70:focus {
    border-color: hsla(0, 0%, 83%, 0.7);
}
.focus\:border-neutral-300\/75:focus {
    border-color: hsla(0, 0%, 83%, 0.75);
}
.focus\:border-neutral-300\/80:focus {
    border-color: hsla(0, 0%, 83%, 0.8);
}
.focus\:border-neutral-300\/85:focus {
    border-color: hsla(0, 0%, 83%, 0.85);
}
.focus\:border-neutral-300\/90:focus {
    border-color: hsla(0, 0%, 83%, 0.9);
}
.focus\:border-neutral-300\/95:focus {
    border-color: hsla(0, 0%, 83%, 0.95);
}
.focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-400\/0:focus {
    border-color: hsla(0, 0%, 64%, 0);
}
.focus\:border-neutral-400\/10:focus {
    border-color: hsla(0, 0%, 64%, 0.1);
}
.focus\:border-neutral-400\/100:focus {
    border-color: #a3a3a3;
}
.focus\:border-neutral-400\/15:focus {
    border-color: hsla(0, 0%, 64%, 0.15);
}
.focus\:border-neutral-400\/20:focus {
    border-color: hsla(0, 0%, 64%, 0.2);
}
.focus\:border-neutral-400\/25:focus {
    border-color: hsla(0, 0%, 64%, 0.25);
}
.focus\:border-neutral-400\/30:focus {
    border-color: hsla(0, 0%, 64%, 0.3);
}
.focus\:border-neutral-400\/35:focus {
    border-color: hsla(0, 0%, 64%, 0.35);
}
.focus\:border-neutral-400\/40:focus {
    border-color: hsla(0, 0%, 64%, 0.4);
}
.focus\:border-neutral-400\/45:focus {
    border-color: hsla(0, 0%, 64%, 0.45);
}
.focus\:border-neutral-400\/5:focus {
    border-color: hsla(0, 0%, 64%, 0.05);
}
.focus\:border-neutral-400\/50:focus {
    border-color: hsla(0, 0%, 64%, 0.5);
}
.focus\:border-neutral-400\/55:focus {
    border-color: hsla(0, 0%, 64%, 0.55);
}
.focus\:border-neutral-400\/60:focus {
    border-color: hsla(0, 0%, 64%, 0.6);
}
.focus\:border-neutral-400\/65:focus {
    border-color: hsla(0, 0%, 64%, 0.65);
}
.focus\:border-neutral-400\/70:focus {
    border-color: hsla(0, 0%, 64%, 0.7);
}
.focus\:border-neutral-400\/75:focus {
    border-color: hsla(0, 0%, 64%, 0.75);
}
.focus\:border-neutral-400\/80:focus {
    border-color: hsla(0, 0%, 64%, 0.8);
}
.focus\:border-neutral-400\/85:focus {
    border-color: hsla(0, 0%, 64%, 0.85);
}
.focus\:border-neutral-400\/90:focus {
    border-color: hsla(0, 0%, 64%, 0.9);
}
.focus\:border-neutral-400\/95:focus {
    border-color: hsla(0, 0%, 64%, 0.95);
}
.focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-50\/0:focus {
    border-color: hsla(0, 0%, 98%, 0);
}
.focus\:border-neutral-50\/10:focus {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:border-neutral-50\/100:focus {
    border-color: #fafafa;
}
.focus\:border-neutral-50\/15:focus {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:border-neutral-50\/20:focus {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:border-neutral-50\/25:focus {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:border-neutral-50\/30:focus {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:border-neutral-50\/35:focus {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:border-neutral-50\/40:focus {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:border-neutral-50\/45:focus {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:border-neutral-50\/5:focus {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:border-neutral-50\/50:focus {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:border-neutral-50\/55:focus {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:border-neutral-50\/60:focus {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:border-neutral-50\/65:focus {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:border-neutral-50\/70:focus {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:border-neutral-50\/75:focus {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:border-neutral-50\/80:focus {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:border-neutral-50\/85:focus {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:border-neutral-50\/90:focus {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:border-neutral-50\/95:focus {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-500\/0:focus {
    border-color: hsla(0, 0%, 45%, 0);
}
.focus\:border-neutral-500\/10:focus {
    border-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:border-neutral-500\/100:focus {
    border-color: #737373;
}
.focus\:border-neutral-500\/15:focus {
    border-color: hsla(0, 0%, 45%, 0.15);
}
.focus\:border-neutral-500\/20:focus {
    border-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:border-neutral-500\/25:focus {
    border-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:border-neutral-500\/30:focus {
    border-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:border-neutral-500\/35:focus {
    border-color: hsla(0, 0%, 45%, 0.35);
}
.focus\:border-neutral-500\/40:focus {
    border-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:border-neutral-500\/45:focus {
    border-color: hsla(0, 0%, 45%, 0.45);
}
.focus\:border-neutral-500\/5:focus {
    border-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:border-neutral-500\/50:focus {
    border-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:border-neutral-500\/55:focus {
    border-color: hsla(0, 0%, 45%, 0.55);
}
.focus\:border-neutral-500\/60:focus {
    border-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:border-neutral-500\/65:focus {
    border-color: hsla(0, 0%, 45%, 0.65);
}
.focus\:border-neutral-500\/70:focus {
    border-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:border-neutral-500\/75:focus {
    border-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:border-neutral-500\/80:focus {
    border-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:border-neutral-500\/85:focus {
    border-color: hsla(0, 0%, 45%, 0.85);
}
.focus\:border-neutral-500\/90:focus {
    border-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:border-neutral-500\/95:focus {
    border-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-600\/0:focus {
    border-color: rgba(82, 82, 82, 0);
}
.focus\:border-neutral-600\/10:focus {
    border-color: rgba(82, 82, 82, 0.1);
}
.focus\:border-neutral-600\/100:focus {
    border-color: #525252;
}
.focus\:border-neutral-600\/15:focus {
    border-color: rgba(82, 82, 82, 0.15);
}
.focus\:border-neutral-600\/20:focus {
    border-color: rgba(82, 82, 82, 0.2);
}
.focus\:border-neutral-600\/25:focus {
    border-color: rgba(82, 82, 82, 0.25);
}
.focus\:border-neutral-600\/30:focus {
    border-color: rgba(82, 82, 82, 0.3);
}
.focus\:border-neutral-600\/35:focus {
    border-color: rgba(82, 82, 82, 0.35);
}
.focus\:border-neutral-600\/40:focus {
    border-color: rgba(82, 82, 82, 0.4);
}
.focus\:border-neutral-600\/45:focus {
    border-color: rgba(82, 82, 82, 0.45);
}
.focus\:border-neutral-600\/5:focus {
    border-color: rgba(82, 82, 82, 0.05);
}
.focus\:border-neutral-600\/50:focus {
    border-color: rgba(82, 82, 82, 0.5);
}
.focus\:border-neutral-600\/55:focus {
    border-color: rgba(82, 82, 82, 0.55);
}
.focus\:border-neutral-600\/60:focus {
    border-color: rgba(82, 82, 82, 0.6);
}
.focus\:border-neutral-600\/65:focus {
    border-color: rgba(82, 82, 82, 0.65);
}
.focus\:border-neutral-600\/70:focus {
    border-color: rgba(82, 82, 82, 0.7);
}
.focus\:border-neutral-600\/75:focus {
    border-color: rgba(82, 82, 82, 0.75);
}
.focus\:border-neutral-600\/80:focus {
    border-color: rgba(82, 82, 82, 0.8);
}
.focus\:border-neutral-600\/85:focus {
    border-color: rgba(82, 82, 82, 0.85);
}
.focus\:border-neutral-600\/90:focus {
    border-color: rgba(82, 82, 82, 0.9);
}
.focus\:border-neutral-600\/95:focus {
    border-color: rgba(82, 82, 82, 0.95);
}
.focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-700\/0:focus {
    border-color: rgba(64, 64, 64, 0);
}
.focus\:border-neutral-700\/10:focus {
    border-color: rgba(64, 64, 64, 0.1);
}
.focus\:border-neutral-700\/100:focus {
    border-color: #404040;
}
.focus\:border-neutral-700\/15:focus {
    border-color: rgba(64, 64, 64, 0.15);
}
.focus\:border-neutral-700\/20:focus {
    border-color: rgba(64, 64, 64, 0.2);
}
.focus\:border-neutral-700\/25:focus {
    border-color: rgba(64, 64, 64, 0.25);
}
.focus\:border-neutral-700\/30:focus {
    border-color: rgba(64, 64, 64, 0.3);
}
.focus\:border-neutral-700\/35:focus {
    border-color: rgba(64, 64, 64, 0.35);
}
.focus\:border-neutral-700\/40:focus {
    border-color: rgba(64, 64, 64, 0.4);
}
.focus\:border-neutral-700\/45:focus {
    border-color: rgba(64, 64, 64, 0.45);
}
.focus\:border-neutral-700\/5:focus {
    border-color: rgba(64, 64, 64, 0.05);
}
.focus\:border-neutral-700\/50:focus {
    border-color: rgba(64, 64, 64, 0.5);
}
.focus\:border-neutral-700\/55:focus {
    border-color: rgba(64, 64, 64, 0.55);
}
.focus\:border-neutral-700\/60:focus {
    border-color: rgba(64, 64, 64, 0.6);
}
.focus\:border-neutral-700\/65:focus {
    border-color: rgba(64, 64, 64, 0.65);
}
.focus\:border-neutral-700\/70:focus {
    border-color: rgba(64, 64, 64, 0.7);
}
.focus\:border-neutral-700\/75:focus {
    border-color: rgba(64, 64, 64, 0.75);
}
.focus\:border-neutral-700\/80:focus {
    border-color: rgba(64, 64, 64, 0.8);
}
.focus\:border-neutral-700\/85:focus {
    border-color: rgba(64, 64, 64, 0.85);
}
.focus\:border-neutral-700\/90:focus {
    border-color: rgba(64, 64, 64, 0.9);
}
.focus\:border-neutral-700\/95:focus {
    border-color: rgba(64, 64, 64, 0.95);
}
.focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-800\/0:focus {
    border-color: rgba(38, 38, 38, 0);
}
.focus\:border-neutral-800\/10:focus {
    border-color: rgba(38, 38, 38, 0.1);
}
.focus\:border-neutral-800\/100:focus {
    border-color: #262626;
}
.focus\:border-neutral-800\/15:focus {
    border-color: rgba(38, 38, 38, 0.15);
}
.focus\:border-neutral-800\/20:focus {
    border-color: rgba(38, 38, 38, 0.2);
}
.focus\:border-neutral-800\/25:focus {
    border-color: rgba(38, 38, 38, 0.25);
}
.focus\:border-neutral-800\/30:focus {
    border-color: rgba(38, 38, 38, 0.3);
}
.focus\:border-neutral-800\/35:focus {
    border-color: rgba(38, 38, 38, 0.35);
}
.focus\:border-neutral-800\/40:focus {
    border-color: rgba(38, 38, 38, 0.4);
}
.focus\:border-neutral-800\/45:focus {
    border-color: rgba(38, 38, 38, 0.45);
}
.focus\:border-neutral-800\/5:focus {
    border-color: rgba(38, 38, 38, 0.05);
}
.focus\:border-neutral-800\/50:focus {
    border-color: rgba(38, 38, 38, 0.5);
}
.focus\:border-neutral-800\/55:focus {
    border-color: rgba(38, 38, 38, 0.55);
}
.focus\:border-neutral-800\/60:focus {
    border-color: rgba(38, 38, 38, 0.6);
}
.focus\:border-neutral-800\/65:focus {
    border-color: rgba(38, 38, 38, 0.65);
}
.focus\:border-neutral-800\/70:focus {
    border-color: rgba(38, 38, 38, 0.7);
}
.focus\:border-neutral-800\/75:focus {
    border-color: rgba(38, 38, 38, 0.75);
}
.focus\:border-neutral-800\/80:focus {
    border-color: rgba(38, 38, 38, 0.8);
}
.focus\:border-neutral-800\/85:focus {
    border-color: rgba(38, 38, 38, 0.85);
}
.focus\:border-neutral-800\/90:focus {
    border-color: rgba(38, 38, 38, 0.9);
}
.focus\:border-neutral-800\/95:focus {
    border-color: rgba(38, 38, 38, 0.95);
}
.focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.focus\:border-neutral-900\/0:focus {
    border-color: hsla(0, 0%, 9%, 0);
}
.focus\:border-neutral-900\/10:focus {
    border-color: hsla(0, 0%, 9%, 0.1);
}
.focus\:border-neutral-900\/100:focus {
    border-color: #171717;
}
.focus\:border-neutral-900\/15:focus {
    border-color: hsla(0, 0%, 9%, 0.15);
}
.focus\:border-neutral-900\/20:focus {
    border-color: hsla(0, 0%, 9%, 0.2);
}
.focus\:border-neutral-900\/25:focus {
    border-color: hsla(0, 0%, 9%, 0.25);
}
.focus\:border-neutral-900\/30:focus {
    border-color: hsla(0, 0%, 9%, 0.3);
}
.focus\:border-neutral-900\/35:focus {
    border-color: hsla(0, 0%, 9%, 0.35);
}
.focus\:border-neutral-900\/40:focus {
    border-color: hsla(0, 0%, 9%, 0.4);
}
.focus\:border-neutral-900\/45:focus {
    border-color: hsla(0, 0%, 9%, 0.45);
}
.focus\:border-neutral-900\/5:focus {
    border-color: hsla(0, 0%, 9%, 0.05);
}
.focus\:border-neutral-900\/50:focus {
    border-color: hsla(0, 0%, 9%, 0.5);
}
.focus\:border-neutral-900\/55:focus {
    border-color: hsla(0, 0%, 9%, 0.55);
}
.focus\:border-neutral-900\/60:focus {
    border-color: hsla(0, 0%, 9%, 0.6);
}
.focus\:border-neutral-900\/65:focus {
    border-color: hsla(0, 0%, 9%, 0.65);
}
.focus\:border-neutral-900\/70:focus {
    border-color: hsla(0, 0%, 9%, 0.7);
}
.focus\:border-neutral-900\/75:focus {
    border-color: hsla(0, 0%, 9%, 0.75);
}
.focus\:border-neutral-900\/80:focus {
    border-color: hsla(0, 0%, 9%, 0.8);
}
.focus\:border-neutral-900\/85:focus {
    border-color: hsla(0, 0%, 9%, 0.85);
}
.focus\:border-neutral-900\/90:focus {
    border-color: hsla(0, 0%, 9%, 0.9);
}
.focus\:border-neutral-900\/95:focus {
    border-color: hsla(0, 0%, 9%, 0.95);
}
.focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-100\/0:focus {
    border-color: rgba(255, 237, 213, 0);
}
.focus\:border-orange-100\/10:focus {
    border-color: rgba(255, 237, 213, 0.1);
}
.focus\:border-orange-100\/100:focus {
    border-color: #ffedd5;
}
.focus\:border-orange-100\/15:focus {
    border-color: rgba(255, 237, 213, 0.15);
}
.focus\:border-orange-100\/20:focus {
    border-color: rgba(255, 237, 213, 0.2);
}
.focus\:border-orange-100\/25:focus {
    border-color: rgba(255, 237, 213, 0.25);
}
.focus\:border-orange-100\/30:focus {
    border-color: rgba(255, 237, 213, 0.3);
}
.focus\:border-orange-100\/35:focus {
    border-color: rgba(255, 237, 213, 0.35);
}
.focus\:border-orange-100\/40:focus {
    border-color: rgba(255, 237, 213, 0.4);
}
.focus\:border-orange-100\/45:focus {
    border-color: rgba(255, 237, 213, 0.45);
}
.focus\:border-orange-100\/5:focus {
    border-color: rgba(255, 237, 213, 0.05);
}
.focus\:border-orange-100\/50:focus {
    border-color: rgba(255, 237, 213, 0.5);
}
.focus\:border-orange-100\/55:focus {
    border-color: rgba(255, 237, 213, 0.55);
}
.focus\:border-orange-100\/60:focus {
    border-color: rgba(255, 237, 213, 0.6);
}
.focus\:border-orange-100\/65:focus {
    border-color: rgba(255, 237, 213, 0.65);
}
.focus\:border-orange-100\/70:focus {
    border-color: rgba(255, 237, 213, 0.7);
}
.focus\:border-orange-100\/75:focus {
    border-color: rgba(255, 237, 213, 0.75);
}
.focus\:border-orange-100\/80:focus {
    border-color: rgba(255, 237, 213, 0.8);
}
.focus\:border-orange-100\/85:focus {
    border-color: rgba(255, 237, 213, 0.85);
}
.focus\:border-orange-100\/90:focus {
    border-color: rgba(255, 237, 213, 0.9);
}
.focus\:border-orange-100\/95:focus {
    border-color: rgba(255, 237, 213, 0.95);
}
.focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-200\/0:focus {
    border-color: hsla(32, 98%, 83%, 0);
}
.focus\:border-orange-200\/10:focus {
    border-color: hsla(32, 98%, 83%, 0.1);
}
.focus\:border-orange-200\/100:focus {
    border-color: #fed7aa;
}
.focus\:border-orange-200\/15:focus {
    border-color: hsla(32, 98%, 83%, 0.15);
}
.focus\:border-orange-200\/20:focus {
    border-color: hsla(32, 98%, 83%, 0.2);
}
.focus\:border-orange-200\/25:focus {
    border-color: hsla(32, 98%, 83%, 0.25);
}
.focus\:border-orange-200\/30:focus {
    border-color: hsla(32, 98%, 83%, 0.3);
}
.focus\:border-orange-200\/35:focus {
    border-color: hsla(32, 98%, 83%, 0.35);
}
.focus\:border-orange-200\/40:focus {
    border-color: hsla(32, 98%, 83%, 0.4);
}
.focus\:border-orange-200\/45:focus {
    border-color: hsla(32, 98%, 83%, 0.45);
}
.focus\:border-orange-200\/5:focus {
    border-color: hsla(32, 98%, 83%, 0.05);
}
.focus\:border-orange-200\/50:focus {
    border-color: hsla(32, 98%, 83%, 0.5);
}
.focus\:border-orange-200\/55:focus {
    border-color: hsla(32, 98%, 83%, 0.55);
}
.focus\:border-orange-200\/60:focus {
    border-color: hsla(32, 98%, 83%, 0.6);
}
.focus\:border-orange-200\/65:focus {
    border-color: hsla(32, 98%, 83%, 0.65);
}
.focus\:border-orange-200\/70:focus {
    border-color: hsla(32, 98%, 83%, 0.7);
}
.focus\:border-orange-200\/75:focus {
    border-color: hsla(32, 98%, 83%, 0.75);
}
.focus\:border-orange-200\/80:focus {
    border-color: hsla(32, 98%, 83%, 0.8);
}
.focus\:border-orange-200\/85:focus {
    border-color: hsla(32, 98%, 83%, 0.85);
}
.focus\:border-orange-200\/90:focus {
    border-color: hsla(32, 98%, 83%, 0.9);
}
.focus\:border-orange-200\/95:focus {
    border-color: hsla(32, 98%, 83%, 0.95);
}
.focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-300\/0:focus {
    border-color: hsla(31, 97%, 72%, 0);
}
.focus\:border-orange-300\/10:focus {
    border-color: hsla(31, 97%, 72%, 0.1);
}
.focus\:border-orange-300\/100:focus {
    border-color: #fdba74;
}
.focus\:border-orange-300\/15:focus {
    border-color: hsla(31, 97%, 72%, 0.15);
}
.focus\:border-orange-300\/20:focus {
    border-color: hsla(31, 97%, 72%, 0.2);
}
.focus\:border-orange-300\/25:focus {
    border-color: hsla(31, 97%, 72%, 0.25);
}
.focus\:border-orange-300\/30:focus {
    border-color: hsla(31, 97%, 72%, 0.3);
}
.focus\:border-orange-300\/35:focus {
    border-color: hsla(31, 97%, 72%, 0.35);
}
.focus\:border-orange-300\/40:focus {
    border-color: hsla(31, 97%, 72%, 0.4);
}
.focus\:border-orange-300\/45:focus {
    border-color: hsla(31, 97%, 72%, 0.45);
}
.focus\:border-orange-300\/5:focus {
    border-color: hsla(31, 97%, 72%, 0.05);
}
.focus\:border-orange-300\/50:focus {
    border-color: hsla(31, 97%, 72%, 0.5);
}
.focus\:border-orange-300\/55:focus {
    border-color: hsla(31, 97%, 72%, 0.55);
}
.focus\:border-orange-300\/60:focus {
    border-color: hsla(31, 97%, 72%, 0.6);
}
.focus\:border-orange-300\/65:focus {
    border-color: hsla(31, 97%, 72%, 0.65);
}
.focus\:border-orange-300\/70:focus {
    border-color: hsla(31, 97%, 72%, 0.7);
}
.focus\:border-orange-300\/75:focus {
    border-color: hsla(31, 97%, 72%, 0.75);
}
.focus\:border-orange-300\/80:focus {
    border-color: hsla(31, 97%, 72%, 0.8);
}
.focus\:border-orange-300\/85:focus {
    border-color: hsla(31, 97%, 72%, 0.85);
}
.focus\:border-orange-300\/90:focus {
    border-color: hsla(31, 97%, 72%, 0.9);
}
.focus\:border-orange-300\/95:focus {
    border-color: hsla(31, 97%, 72%, 0.95);
}
.focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-400\/0:focus {
    border-color: rgba(251, 146, 60, 0);
}
.focus\:border-orange-400\/10:focus {
    border-color: rgba(251, 146, 60, 0.1);
}
.focus\:border-orange-400\/100:focus {
    border-color: #fb923c;
}
.focus\:border-orange-400\/15:focus {
    border-color: rgba(251, 146, 60, 0.15);
}
.focus\:border-orange-400\/20:focus {
    border-color: rgba(251, 146, 60, 0.2);
}
.focus\:border-orange-400\/25:focus {
    border-color: rgba(251, 146, 60, 0.25);
}
.focus\:border-orange-400\/30:focus {
    border-color: rgba(251, 146, 60, 0.3);
}
.focus\:border-orange-400\/35:focus {
    border-color: rgba(251, 146, 60, 0.35);
}
.focus\:border-orange-400\/40:focus {
    border-color: rgba(251, 146, 60, 0.4);
}
.focus\:border-orange-400\/45:focus {
    border-color: rgba(251, 146, 60, 0.45);
}
.focus\:border-orange-400\/5:focus {
    border-color: rgba(251, 146, 60, 0.05);
}
.focus\:border-orange-400\/50:focus {
    border-color: rgba(251, 146, 60, 0.5);
}
.focus\:border-orange-400\/55:focus {
    border-color: rgba(251, 146, 60, 0.55);
}
.focus\:border-orange-400\/60:focus {
    border-color: rgba(251, 146, 60, 0.6);
}
.focus\:border-orange-400\/65:focus {
    border-color: rgba(251, 146, 60, 0.65);
}
.focus\:border-orange-400\/70:focus {
    border-color: rgba(251, 146, 60, 0.7);
}
.focus\:border-orange-400\/75:focus {
    border-color: rgba(251, 146, 60, 0.75);
}
.focus\:border-orange-400\/80:focus {
    border-color: rgba(251, 146, 60, 0.8);
}
.focus\:border-orange-400\/85:focus {
    border-color: rgba(251, 146, 60, 0.85);
}
.focus\:border-orange-400\/90:focus {
    border-color: rgba(251, 146, 60, 0.9);
}
.focus\:border-orange-400\/95:focus {
    border-color: rgba(251, 146, 60, 0.95);
}
.focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-50\/0:focus {
    border-color: rgba(255, 247, 237, 0);
}
.focus\:border-orange-50\/10:focus {
    border-color: rgba(255, 247, 237, 0.1);
}
.focus\:border-orange-50\/100:focus {
    border-color: #fff7ed;
}
.focus\:border-orange-50\/15:focus {
    border-color: rgba(255, 247, 237, 0.15);
}
.focus\:border-orange-50\/20:focus {
    border-color: rgba(255, 247, 237, 0.2);
}
.focus\:border-orange-50\/25:focus {
    border-color: rgba(255, 247, 237, 0.25);
}
.focus\:border-orange-50\/30:focus {
    border-color: rgba(255, 247, 237, 0.3);
}
.focus\:border-orange-50\/35:focus {
    border-color: rgba(255, 247, 237, 0.35);
}
.focus\:border-orange-50\/40:focus {
    border-color: rgba(255, 247, 237, 0.4);
}
.focus\:border-orange-50\/45:focus {
    border-color: rgba(255, 247, 237, 0.45);
}
.focus\:border-orange-50\/5:focus {
    border-color: rgba(255, 247, 237, 0.05);
}
.focus\:border-orange-50\/50:focus {
    border-color: rgba(255, 247, 237, 0.5);
}
.focus\:border-orange-50\/55:focus {
    border-color: rgba(255, 247, 237, 0.55);
}
.focus\:border-orange-50\/60:focus {
    border-color: rgba(255, 247, 237, 0.6);
}
.focus\:border-orange-50\/65:focus {
    border-color: rgba(255, 247, 237, 0.65);
}
.focus\:border-orange-50\/70:focus {
    border-color: rgba(255, 247, 237, 0.7);
}
.focus\:border-orange-50\/75:focus {
    border-color: rgba(255, 247, 237, 0.75);
}
.focus\:border-orange-50\/80:focus {
    border-color: rgba(255, 247, 237, 0.8);
}
.focus\:border-orange-50\/85:focus {
    border-color: rgba(255, 247, 237, 0.85);
}
.focus\:border-orange-50\/90:focus {
    border-color: rgba(255, 247, 237, 0.9);
}
.focus\:border-orange-50\/95:focus {
    border-color: rgba(255, 247, 237, 0.95);
}
.focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-500\/0:focus {
    border-color: rgba(249, 115, 22, 0);
}
.focus\:border-orange-500\/10:focus {
    border-color: rgba(249, 115, 22, 0.1);
}
.focus\:border-orange-500\/100:focus {
    border-color: #f97316;
}
.focus\:border-orange-500\/15:focus {
    border-color: rgba(249, 115, 22, 0.15);
}
.focus\:border-orange-500\/20:focus {
    border-color: rgba(249, 115, 22, 0.2);
}
.focus\:border-orange-500\/25:focus {
    border-color: rgba(249, 115, 22, 0.25);
}
.focus\:border-orange-500\/30:focus {
    border-color: rgba(249, 115, 22, 0.3);
}
.focus\:border-orange-500\/35:focus {
    border-color: rgba(249, 115, 22, 0.35);
}
.focus\:border-orange-500\/40:focus {
    border-color: rgba(249, 115, 22, 0.4);
}
.focus\:border-orange-500\/45:focus {
    border-color: rgba(249, 115, 22, 0.45);
}
.focus\:border-orange-500\/5:focus {
    border-color: rgba(249, 115, 22, 0.05);
}
.focus\:border-orange-500\/50:focus {
    border-color: rgba(249, 115, 22, 0.5);
}
.focus\:border-orange-500\/55:focus {
    border-color: rgba(249, 115, 22, 0.55);
}
.focus\:border-orange-500\/60:focus {
    border-color: rgba(249, 115, 22, 0.6);
}
.focus\:border-orange-500\/65:focus {
    border-color: rgba(249, 115, 22, 0.65);
}
.focus\:border-orange-500\/70:focus {
    border-color: rgba(249, 115, 22, 0.7);
}
.focus\:border-orange-500\/75:focus {
    border-color: rgba(249, 115, 22, 0.75);
}
.focus\:border-orange-500\/80:focus {
    border-color: rgba(249, 115, 22, 0.8);
}
.focus\:border-orange-500\/85:focus {
    border-color: rgba(249, 115, 22, 0.85);
}
.focus\:border-orange-500\/90:focus {
    border-color: rgba(249, 115, 22, 0.9);
}
.focus\:border-orange-500\/95:focus {
    border-color: rgba(249, 115, 22, 0.95);
}
.focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-600\/0:focus {
    border-color: rgba(234, 88, 12, 0);
}
.focus\:border-orange-600\/10:focus {
    border-color: rgba(234, 88, 12, 0.1);
}
.focus\:border-orange-600\/100:focus {
    border-color: #ea580c;
}
.focus\:border-orange-600\/15:focus {
    border-color: rgba(234, 88, 12, 0.15);
}
.focus\:border-orange-600\/20:focus {
    border-color: rgba(234, 88, 12, 0.2);
}
.focus\:border-orange-600\/25:focus {
    border-color: rgba(234, 88, 12, 0.25);
}
.focus\:border-orange-600\/30:focus {
    border-color: rgba(234, 88, 12, 0.3);
}
.focus\:border-orange-600\/35:focus {
    border-color: rgba(234, 88, 12, 0.35);
}
.focus\:border-orange-600\/40:focus {
    border-color: rgba(234, 88, 12, 0.4);
}
.focus\:border-orange-600\/45:focus {
    border-color: rgba(234, 88, 12, 0.45);
}
.focus\:border-orange-600\/5:focus {
    border-color: rgba(234, 88, 12, 0.05);
}
.focus\:border-orange-600\/50:focus {
    border-color: rgba(234, 88, 12, 0.5);
}
.focus\:border-orange-600\/55:focus {
    border-color: rgba(234, 88, 12, 0.55);
}
.focus\:border-orange-600\/60:focus {
    border-color: rgba(234, 88, 12, 0.6);
}
.focus\:border-orange-600\/65:focus {
    border-color: rgba(234, 88, 12, 0.65);
}
.focus\:border-orange-600\/70:focus {
    border-color: rgba(234, 88, 12, 0.7);
}
.focus\:border-orange-600\/75:focus {
    border-color: rgba(234, 88, 12, 0.75);
}
.focus\:border-orange-600\/80:focus {
    border-color: rgba(234, 88, 12, 0.8);
}
.focus\:border-orange-600\/85:focus {
    border-color: rgba(234, 88, 12, 0.85);
}
.focus\:border-orange-600\/90:focus {
    border-color: rgba(234, 88, 12, 0.9);
}
.focus\:border-orange-600\/95:focus {
    border-color: rgba(234, 88, 12, 0.95);
}
.focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-700\/0:focus {
    border-color: rgba(194, 65, 12, 0);
}
.focus\:border-orange-700\/10:focus {
    border-color: rgba(194, 65, 12, 0.1);
}
.focus\:border-orange-700\/100:focus {
    border-color: #c2410c;
}
.focus\:border-orange-700\/15:focus {
    border-color: rgba(194, 65, 12, 0.15);
}
.focus\:border-orange-700\/20:focus {
    border-color: rgba(194, 65, 12, 0.2);
}
.focus\:border-orange-700\/25:focus {
    border-color: rgba(194, 65, 12, 0.25);
}
.focus\:border-orange-700\/30:focus {
    border-color: rgba(194, 65, 12, 0.3);
}
.focus\:border-orange-700\/35:focus {
    border-color: rgba(194, 65, 12, 0.35);
}
.focus\:border-orange-700\/40:focus {
    border-color: rgba(194, 65, 12, 0.4);
}
.focus\:border-orange-700\/45:focus {
    border-color: rgba(194, 65, 12, 0.45);
}
.focus\:border-orange-700\/5:focus {
    border-color: rgba(194, 65, 12, 0.05);
}
.focus\:border-orange-700\/50:focus {
    border-color: rgba(194, 65, 12, 0.5);
}
.focus\:border-orange-700\/55:focus {
    border-color: rgba(194, 65, 12, 0.55);
}
.focus\:border-orange-700\/60:focus {
    border-color: rgba(194, 65, 12, 0.6);
}
.focus\:border-orange-700\/65:focus {
    border-color: rgba(194, 65, 12, 0.65);
}
.focus\:border-orange-700\/70:focus {
    border-color: rgba(194, 65, 12, 0.7);
}
.focus\:border-orange-700\/75:focus {
    border-color: rgba(194, 65, 12, 0.75);
}
.focus\:border-orange-700\/80:focus {
    border-color: rgba(194, 65, 12, 0.8);
}
.focus\:border-orange-700\/85:focus {
    border-color: rgba(194, 65, 12, 0.85);
}
.focus\:border-orange-700\/90:focus {
    border-color: rgba(194, 65, 12, 0.9);
}
.focus\:border-orange-700\/95:focus {
    border-color: rgba(194, 65, 12, 0.95);
}
.focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-800\/0:focus {
    border-color: rgba(154, 52, 18, 0);
}
.focus\:border-orange-800\/10:focus {
    border-color: rgba(154, 52, 18, 0.1);
}
.focus\:border-orange-800\/100:focus {
    border-color: #9a3412;
}
.focus\:border-orange-800\/15:focus {
    border-color: rgba(154, 52, 18, 0.15);
}
.focus\:border-orange-800\/20:focus {
    border-color: rgba(154, 52, 18, 0.2);
}
.focus\:border-orange-800\/25:focus {
    border-color: rgba(154, 52, 18, 0.25);
}
.focus\:border-orange-800\/30:focus {
    border-color: rgba(154, 52, 18, 0.3);
}
.focus\:border-orange-800\/35:focus {
    border-color: rgba(154, 52, 18, 0.35);
}
.focus\:border-orange-800\/40:focus {
    border-color: rgba(154, 52, 18, 0.4);
}
.focus\:border-orange-800\/45:focus {
    border-color: rgba(154, 52, 18, 0.45);
}
.focus\:border-orange-800\/5:focus {
    border-color: rgba(154, 52, 18, 0.05);
}
.focus\:border-orange-800\/50:focus {
    border-color: rgba(154, 52, 18, 0.5);
}
.focus\:border-orange-800\/55:focus {
    border-color: rgba(154, 52, 18, 0.55);
}
.focus\:border-orange-800\/60:focus {
    border-color: rgba(154, 52, 18, 0.6);
}
.focus\:border-orange-800\/65:focus {
    border-color: rgba(154, 52, 18, 0.65);
}
.focus\:border-orange-800\/70:focus {
    border-color: rgba(154, 52, 18, 0.7);
}
.focus\:border-orange-800\/75:focus {
    border-color: rgba(154, 52, 18, 0.75);
}
.focus\:border-orange-800\/80:focus {
    border-color: rgba(154, 52, 18, 0.8);
}
.focus\:border-orange-800\/85:focus {
    border-color: rgba(154, 52, 18, 0.85);
}
.focus\:border-orange-800\/90:focus {
    border-color: rgba(154, 52, 18, 0.9);
}
.focus\:border-orange-800\/95:focus {
    border-color: rgba(154, 52, 18, 0.95);
}
.focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-900\/0:focus {
    border-color: rgba(124, 45, 18, 0);
}
.focus\:border-orange-900\/10:focus {
    border-color: rgba(124, 45, 18, 0.1);
}
.focus\:border-orange-900\/100:focus {
    border-color: #7c2d12;
}
.focus\:border-orange-900\/15:focus {
    border-color: rgba(124, 45, 18, 0.15);
}
.focus\:border-orange-900\/20:focus {
    border-color: rgba(124, 45, 18, 0.2);
}
.focus\:border-orange-900\/25:focus {
    border-color: rgba(124, 45, 18, 0.25);
}
.focus\:border-orange-900\/30:focus {
    border-color: rgba(124, 45, 18, 0.3);
}
.focus\:border-orange-900\/35:focus {
    border-color: rgba(124, 45, 18, 0.35);
}
.focus\:border-orange-900\/40:focus {
    border-color: rgba(124, 45, 18, 0.4);
}
.focus\:border-orange-900\/45:focus {
    border-color: rgba(124, 45, 18, 0.45);
}
.focus\:border-orange-900\/5:focus {
    border-color: rgba(124, 45, 18, 0.05);
}
.focus\:border-orange-900\/50:focus {
    border-color: rgba(124, 45, 18, 0.5);
}
.focus\:border-orange-900\/55:focus {
    border-color: rgba(124, 45, 18, 0.55);
}
.focus\:border-orange-900\/60:focus {
    border-color: rgba(124, 45, 18, 0.6);
}
.focus\:border-orange-900\/65:focus {
    border-color: rgba(124, 45, 18, 0.65);
}
.focus\:border-orange-900\/70:focus {
    border-color: rgba(124, 45, 18, 0.7);
}
.focus\:border-orange-900\/75:focus {
    border-color: rgba(124, 45, 18, 0.75);
}
.focus\:border-orange-900\/80:focus {
    border-color: rgba(124, 45, 18, 0.8);
}
.focus\:border-orange-900\/85:focus {
    border-color: rgba(124, 45, 18, 0.85);
}
.focus\:border-orange-900\/90:focus {
    border-color: rgba(124, 45, 18, 0.9);
}
.focus\:border-orange-900\/95:focus {
    border-color: rgba(124, 45, 18, 0.95);
}
.focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-100\/0:focus {
    border-color: rgba(252, 231, 243, 0);
}
.focus\:border-pink-100\/10:focus {
    border-color: rgba(252, 231, 243, 0.1);
}
.focus\:border-pink-100\/100:focus {
    border-color: #fce7f3;
}
.focus\:border-pink-100\/15:focus {
    border-color: rgba(252, 231, 243, 0.15);
}
.focus\:border-pink-100\/20:focus {
    border-color: rgba(252, 231, 243, 0.2);
}
.focus\:border-pink-100\/25:focus {
    border-color: rgba(252, 231, 243, 0.25);
}
.focus\:border-pink-100\/30:focus {
    border-color: rgba(252, 231, 243, 0.3);
}
.focus\:border-pink-100\/35:focus {
    border-color: rgba(252, 231, 243, 0.35);
}
.focus\:border-pink-100\/40:focus {
    border-color: rgba(252, 231, 243, 0.4);
}
.focus\:border-pink-100\/45:focus {
    border-color: rgba(252, 231, 243, 0.45);
}
.focus\:border-pink-100\/5:focus {
    border-color: rgba(252, 231, 243, 0.05);
}
.focus\:border-pink-100\/50:focus {
    border-color: rgba(252, 231, 243, 0.5);
}
.focus\:border-pink-100\/55:focus {
    border-color: rgba(252, 231, 243, 0.55);
}
.focus\:border-pink-100\/60:focus {
    border-color: rgba(252, 231, 243, 0.6);
}
.focus\:border-pink-100\/65:focus {
    border-color: rgba(252, 231, 243, 0.65);
}
.focus\:border-pink-100\/70:focus {
    border-color: rgba(252, 231, 243, 0.7);
}
.focus\:border-pink-100\/75:focus {
    border-color: rgba(252, 231, 243, 0.75);
}
.focus\:border-pink-100\/80:focus {
    border-color: rgba(252, 231, 243, 0.8);
}
.focus\:border-pink-100\/85:focus {
    border-color: rgba(252, 231, 243, 0.85);
}
.focus\:border-pink-100\/90:focus {
    border-color: rgba(252, 231, 243, 0.9);
}
.focus\:border-pink-100\/95:focus {
    border-color: rgba(252, 231, 243, 0.95);
}
.focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-200\/0:focus {
    border-color: rgba(251, 207, 232, 0);
}
.focus\:border-pink-200\/10:focus {
    border-color: rgba(251, 207, 232, 0.1);
}
.focus\:border-pink-200\/100:focus {
    border-color: #fbcfe8;
}
.focus\:border-pink-200\/15:focus {
    border-color: rgba(251, 207, 232, 0.15);
}
.focus\:border-pink-200\/20:focus {
    border-color: rgba(251, 207, 232, 0.2);
}
.focus\:border-pink-200\/25:focus {
    border-color: rgba(251, 207, 232, 0.25);
}
.focus\:border-pink-200\/30:focus {
    border-color: rgba(251, 207, 232, 0.3);
}
.focus\:border-pink-200\/35:focus {
    border-color: rgba(251, 207, 232, 0.35);
}
.focus\:border-pink-200\/40:focus {
    border-color: rgba(251, 207, 232, 0.4);
}
.focus\:border-pink-200\/45:focus {
    border-color: rgba(251, 207, 232, 0.45);
}
.focus\:border-pink-200\/5:focus {
    border-color: rgba(251, 207, 232, 0.05);
}
.focus\:border-pink-200\/50:focus {
    border-color: rgba(251, 207, 232, 0.5);
}
.focus\:border-pink-200\/55:focus {
    border-color: rgba(251, 207, 232, 0.55);
}
.focus\:border-pink-200\/60:focus {
    border-color: rgba(251, 207, 232, 0.6);
}
.focus\:border-pink-200\/65:focus {
    border-color: rgba(251, 207, 232, 0.65);
}
.focus\:border-pink-200\/70:focus {
    border-color: rgba(251, 207, 232, 0.7);
}
.focus\:border-pink-200\/75:focus {
    border-color: rgba(251, 207, 232, 0.75);
}
.focus\:border-pink-200\/80:focus {
    border-color: rgba(251, 207, 232, 0.8);
}
.focus\:border-pink-200\/85:focus {
    border-color: rgba(251, 207, 232, 0.85);
}
.focus\:border-pink-200\/90:focus {
    border-color: rgba(251, 207, 232, 0.9);
}
.focus\:border-pink-200\/95:focus {
    border-color: rgba(251, 207, 232, 0.95);
}
.focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-300\/0:focus {
    border-color: rgba(249, 168, 212, 0);
}
.focus\:border-pink-300\/10:focus {
    border-color: rgba(249, 168, 212, 0.1);
}
.focus\:border-pink-300\/100:focus {
    border-color: #f9a8d4;
}
.focus\:border-pink-300\/15:focus {
    border-color: rgba(249, 168, 212, 0.15);
}
.focus\:border-pink-300\/20:focus {
    border-color: rgba(249, 168, 212, 0.2);
}
.focus\:border-pink-300\/25:focus {
    border-color: rgba(249, 168, 212, 0.25);
}
.focus\:border-pink-300\/30:focus {
    border-color: rgba(249, 168, 212, 0.3);
}
.focus\:border-pink-300\/35:focus {
    border-color: rgba(249, 168, 212, 0.35);
}
.focus\:border-pink-300\/40:focus {
    border-color: rgba(249, 168, 212, 0.4);
}
.focus\:border-pink-300\/45:focus {
    border-color: rgba(249, 168, 212, 0.45);
}
.focus\:border-pink-300\/5:focus {
    border-color: rgba(249, 168, 212, 0.05);
}
.focus\:border-pink-300\/50:focus {
    border-color: rgba(249, 168, 212, 0.5);
}
.focus\:border-pink-300\/55:focus {
    border-color: rgba(249, 168, 212, 0.55);
}
.focus\:border-pink-300\/60:focus {
    border-color: rgba(249, 168, 212, 0.6);
}
.focus\:border-pink-300\/65:focus {
    border-color: rgba(249, 168, 212, 0.65);
}
.focus\:border-pink-300\/70:focus {
    border-color: rgba(249, 168, 212, 0.7);
}
.focus\:border-pink-300\/75:focus {
    border-color: rgba(249, 168, 212, 0.75);
}
.focus\:border-pink-300\/80:focus {
    border-color: rgba(249, 168, 212, 0.8);
}
.focus\:border-pink-300\/85:focus {
    border-color: rgba(249, 168, 212, 0.85);
}
.focus\:border-pink-300\/90:focus {
    border-color: rgba(249, 168, 212, 0.9);
}
.focus\:border-pink-300\/95:focus {
    border-color: rgba(249, 168, 212, 0.95);
}
.focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-400\/0:focus {
    border-color: rgba(244, 114, 182, 0);
}
.focus\:border-pink-400\/10:focus {
    border-color: rgba(244, 114, 182, 0.1);
}
.focus\:border-pink-400\/100:focus {
    border-color: #f472b6;
}
.focus\:border-pink-400\/15:focus {
    border-color: rgba(244, 114, 182, 0.15);
}
.focus\:border-pink-400\/20:focus {
    border-color: rgba(244, 114, 182, 0.2);
}
.focus\:border-pink-400\/25:focus {
    border-color: rgba(244, 114, 182, 0.25);
}
.focus\:border-pink-400\/30:focus {
    border-color: rgba(244, 114, 182, 0.3);
}
.focus\:border-pink-400\/35:focus {
    border-color: rgba(244, 114, 182, 0.35);
}
.focus\:border-pink-400\/40:focus {
    border-color: rgba(244, 114, 182, 0.4);
}
.focus\:border-pink-400\/45:focus {
    border-color: rgba(244, 114, 182, 0.45);
}
.focus\:border-pink-400\/5:focus {
    border-color: rgba(244, 114, 182, 0.05);
}
.focus\:border-pink-400\/50:focus {
    border-color: rgba(244, 114, 182, 0.5);
}
.focus\:border-pink-400\/55:focus {
    border-color: rgba(244, 114, 182, 0.55);
}
.focus\:border-pink-400\/60:focus {
    border-color: rgba(244, 114, 182, 0.6);
}
.focus\:border-pink-400\/65:focus {
    border-color: rgba(244, 114, 182, 0.65);
}
.focus\:border-pink-400\/70:focus {
    border-color: rgba(244, 114, 182, 0.7);
}
.focus\:border-pink-400\/75:focus {
    border-color: rgba(244, 114, 182, 0.75);
}
.focus\:border-pink-400\/80:focus {
    border-color: rgba(244, 114, 182, 0.8);
}
.focus\:border-pink-400\/85:focus {
    border-color: rgba(244, 114, 182, 0.85);
}
.focus\:border-pink-400\/90:focus {
    border-color: rgba(244, 114, 182, 0.9);
}
.focus\:border-pink-400\/95:focus {
    border-color: rgba(244, 114, 182, 0.95);
}
.focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-50\/0:focus {
    border-color: rgba(253, 242, 248, 0);
}
.focus\:border-pink-50\/10:focus {
    border-color: rgba(253, 242, 248, 0.1);
}
.focus\:border-pink-50\/100:focus {
    border-color: #fdf2f8;
}
.focus\:border-pink-50\/15:focus {
    border-color: rgba(253, 242, 248, 0.15);
}
.focus\:border-pink-50\/20:focus {
    border-color: rgba(253, 242, 248, 0.2);
}
.focus\:border-pink-50\/25:focus {
    border-color: rgba(253, 242, 248, 0.25);
}
.focus\:border-pink-50\/30:focus {
    border-color: rgba(253, 242, 248, 0.3);
}
.focus\:border-pink-50\/35:focus {
    border-color: rgba(253, 242, 248, 0.35);
}
.focus\:border-pink-50\/40:focus {
    border-color: rgba(253, 242, 248, 0.4);
}
.focus\:border-pink-50\/45:focus {
    border-color: rgba(253, 242, 248, 0.45);
}
.focus\:border-pink-50\/5:focus {
    border-color: rgba(253, 242, 248, 0.05);
}
.focus\:border-pink-50\/50:focus {
    border-color: rgba(253, 242, 248, 0.5);
}
.focus\:border-pink-50\/55:focus {
    border-color: rgba(253, 242, 248, 0.55);
}
.focus\:border-pink-50\/60:focus {
    border-color: rgba(253, 242, 248, 0.6);
}
.focus\:border-pink-50\/65:focus {
    border-color: rgba(253, 242, 248, 0.65);
}
.focus\:border-pink-50\/70:focus {
    border-color: rgba(253, 242, 248, 0.7);
}
.focus\:border-pink-50\/75:focus {
    border-color: rgba(253, 242, 248, 0.75);
}
.focus\:border-pink-50\/80:focus {
    border-color: rgba(253, 242, 248, 0.8);
}
.focus\:border-pink-50\/85:focus {
    border-color: rgba(253, 242, 248, 0.85);
}
.focus\:border-pink-50\/90:focus {
    border-color: rgba(253, 242, 248, 0.9);
}
.focus\:border-pink-50\/95:focus {
    border-color: rgba(253, 242, 248, 0.95);
}
.focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-500\/0:focus {
    border-color: rgba(236, 72, 153, 0);
}
.focus\:border-pink-500\/10:focus {
    border-color: rgba(236, 72, 153, 0.1);
}
.focus\:border-pink-500\/100:focus {
    border-color: #ec4899;
}
.focus\:border-pink-500\/15:focus {
    border-color: rgba(236, 72, 153, 0.15);
}
.focus\:border-pink-500\/20:focus {
    border-color: rgba(236, 72, 153, 0.2);
}
.focus\:border-pink-500\/25:focus {
    border-color: rgba(236, 72, 153, 0.25);
}
.focus\:border-pink-500\/30:focus {
    border-color: rgba(236, 72, 153, 0.3);
}
.focus\:border-pink-500\/35:focus {
    border-color: rgba(236, 72, 153, 0.35);
}
.focus\:border-pink-500\/40:focus {
    border-color: rgba(236, 72, 153, 0.4);
}
.focus\:border-pink-500\/45:focus {
    border-color: rgba(236, 72, 153, 0.45);
}
.focus\:border-pink-500\/5:focus {
    border-color: rgba(236, 72, 153, 0.05);
}
.focus\:border-pink-500\/50:focus {
    border-color: rgba(236, 72, 153, 0.5);
}
.focus\:border-pink-500\/55:focus {
    border-color: rgba(236, 72, 153, 0.55);
}
.focus\:border-pink-500\/60:focus {
    border-color: rgba(236, 72, 153, 0.6);
}
.focus\:border-pink-500\/65:focus {
    border-color: rgba(236, 72, 153, 0.65);
}
.focus\:border-pink-500\/70:focus {
    border-color: rgba(236, 72, 153, 0.7);
}
.focus\:border-pink-500\/75:focus {
    border-color: rgba(236, 72, 153, 0.75);
}
.focus\:border-pink-500\/80:focus {
    border-color: rgba(236, 72, 153, 0.8);
}
.focus\:border-pink-500\/85:focus {
    border-color: rgba(236, 72, 153, 0.85);
}
.focus\:border-pink-500\/90:focus {
    border-color: rgba(236, 72, 153, 0.9);
}
.focus\:border-pink-500\/95:focus {
    border-color: rgba(236, 72, 153, 0.95);
}
.focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-600\/0:focus {
    border-color: rgba(219, 39, 119, 0);
}
.focus\:border-pink-600\/10:focus {
    border-color: rgba(219, 39, 119, 0.1);
}
.focus\:border-pink-600\/100:focus {
    border-color: #db2777;
}
.focus\:border-pink-600\/15:focus {
    border-color: rgba(219, 39, 119, 0.15);
}
.focus\:border-pink-600\/20:focus {
    border-color: rgba(219, 39, 119, 0.2);
}
.focus\:border-pink-600\/25:focus {
    border-color: rgba(219, 39, 119, 0.25);
}
.focus\:border-pink-600\/30:focus {
    border-color: rgba(219, 39, 119, 0.3);
}
.focus\:border-pink-600\/35:focus {
    border-color: rgba(219, 39, 119, 0.35);
}
.focus\:border-pink-600\/40:focus {
    border-color: rgba(219, 39, 119, 0.4);
}
.focus\:border-pink-600\/45:focus {
    border-color: rgba(219, 39, 119, 0.45);
}
.focus\:border-pink-600\/5:focus {
    border-color: rgba(219, 39, 119, 0.05);
}
.focus\:border-pink-600\/50:focus {
    border-color: rgba(219, 39, 119, 0.5);
}
.focus\:border-pink-600\/55:focus {
    border-color: rgba(219, 39, 119, 0.55);
}
.focus\:border-pink-600\/60:focus {
    border-color: rgba(219, 39, 119, 0.6);
}
.focus\:border-pink-600\/65:focus {
    border-color: rgba(219, 39, 119, 0.65);
}
.focus\:border-pink-600\/70:focus {
    border-color: rgba(219, 39, 119, 0.7);
}
.focus\:border-pink-600\/75:focus {
    border-color: rgba(219, 39, 119, 0.75);
}
.focus\:border-pink-600\/80:focus {
    border-color: rgba(219, 39, 119, 0.8);
}
.focus\:border-pink-600\/85:focus {
    border-color: rgba(219, 39, 119, 0.85);
}
.focus\:border-pink-600\/90:focus {
    border-color: rgba(219, 39, 119, 0.9);
}
.focus\:border-pink-600\/95:focus {
    border-color: rgba(219, 39, 119, 0.95);
}
.focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-700\/0:focus {
    border-color: rgba(190, 24, 93, 0);
}
.focus\:border-pink-700\/10:focus {
    border-color: rgba(190, 24, 93, 0.1);
}
.focus\:border-pink-700\/100:focus {
    border-color: #be185d;
}
.focus\:border-pink-700\/15:focus {
    border-color: rgba(190, 24, 93, 0.15);
}
.focus\:border-pink-700\/20:focus {
    border-color: rgba(190, 24, 93, 0.2);
}
.focus\:border-pink-700\/25:focus {
    border-color: rgba(190, 24, 93, 0.25);
}
.focus\:border-pink-700\/30:focus {
    border-color: rgba(190, 24, 93, 0.3);
}
.focus\:border-pink-700\/35:focus {
    border-color: rgba(190, 24, 93, 0.35);
}
.focus\:border-pink-700\/40:focus {
    border-color: rgba(190, 24, 93, 0.4);
}
.focus\:border-pink-700\/45:focus {
    border-color: rgba(190, 24, 93, 0.45);
}
.focus\:border-pink-700\/5:focus {
    border-color: rgba(190, 24, 93, 0.05);
}
.focus\:border-pink-700\/50:focus {
    border-color: rgba(190, 24, 93, 0.5);
}
.focus\:border-pink-700\/55:focus {
    border-color: rgba(190, 24, 93, 0.55);
}
.focus\:border-pink-700\/60:focus {
    border-color: rgba(190, 24, 93, 0.6);
}
.focus\:border-pink-700\/65:focus {
    border-color: rgba(190, 24, 93, 0.65);
}
.focus\:border-pink-700\/70:focus {
    border-color: rgba(190, 24, 93, 0.7);
}
.focus\:border-pink-700\/75:focus {
    border-color: rgba(190, 24, 93, 0.75);
}
.focus\:border-pink-700\/80:focus {
    border-color: rgba(190, 24, 93, 0.8);
}
.focus\:border-pink-700\/85:focus {
    border-color: rgba(190, 24, 93, 0.85);
}
.focus\:border-pink-700\/90:focus {
    border-color: rgba(190, 24, 93, 0.9);
}
.focus\:border-pink-700\/95:focus {
    border-color: rgba(190, 24, 93, 0.95);
}
.focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-800\/0:focus {
    border-color: rgba(157, 23, 77, 0);
}
.focus\:border-pink-800\/10:focus {
    border-color: rgba(157, 23, 77, 0.1);
}
.focus\:border-pink-800\/100:focus {
    border-color: #9d174d;
}
.focus\:border-pink-800\/15:focus {
    border-color: rgba(157, 23, 77, 0.15);
}
.focus\:border-pink-800\/20:focus {
    border-color: rgba(157, 23, 77, 0.2);
}
.focus\:border-pink-800\/25:focus {
    border-color: rgba(157, 23, 77, 0.25);
}
.focus\:border-pink-800\/30:focus {
    border-color: rgba(157, 23, 77, 0.3);
}
.focus\:border-pink-800\/35:focus {
    border-color: rgba(157, 23, 77, 0.35);
}
.focus\:border-pink-800\/40:focus {
    border-color: rgba(157, 23, 77, 0.4);
}
.focus\:border-pink-800\/45:focus {
    border-color: rgba(157, 23, 77, 0.45);
}
.focus\:border-pink-800\/5:focus {
    border-color: rgba(157, 23, 77, 0.05);
}
.focus\:border-pink-800\/50:focus {
    border-color: rgba(157, 23, 77, 0.5);
}
.focus\:border-pink-800\/55:focus {
    border-color: rgba(157, 23, 77, 0.55);
}
.focus\:border-pink-800\/60:focus {
    border-color: rgba(157, 23, 77, 0.6);
}
.focus\:border-pink-800\/65:focus {
    border-color: rgba(157, 23, 77, 0.65);
}
.focus\:border-pink-800\/70:focus {
    border-color: rgba(157, 23, 77, 0.7);
}
.focus\:border-pink-800\/75:focus {
    border-color: rgba(157, 23, 77, 0.75);
}
.focus\:border-pink-800\/80:focus {
    border-color: rgba(157, 23, 77, 0.8);
}
.focus\:border-pink-800\/85:focus {
    border-color: rgba(157, 23, 77, 0.85);
}
.focus\:border-pink-800\/90:focus {
    border-color: rgba(157, 23, 77, 0.9);
}
.focus\:border-pink-800\/95:focus {
    border-color: rgba(157, 23, 77, 0.95);
}
.focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.focus\:border-pink-900\/0:focus {
    border-color: rgba(131, 24, 67, 0);
}
.focus\:border-pink-900\/10:focus {
    border-color: rgba(131, 24, 67, 0.1);
}
.focus\:border-pink-900\/100:focus {
    border-color: #831843;
}
.focus\:border-pink-900\/15:focus {
    border-color: rgba(131, 24, 67, 0.15);
}
.focus\:border-pink-900\/20:focus {
    border-color: rgba(131, 24, 67, 0.2);
}
.focus\:border-pink-900\/25:focus {
    border-color: rgba(131, 24, 67, 0.25);
}
.focus\:border-pink-900\/30:focus {
    border-color: rgba(131, 24, 67, 0.3);
}
.focus\:border-pink-900\/35:focus {
    border-color: rgba(131, 24, 67, 0.35);
}
.focus\:border-pink-900\/40:focus {
    border-color: rgba(131, 24, 67, 0.4);
}
.focus\:border-pink-900\/45:focus {
    border-color: rgba(131, 24, 67, 0.45);
}
.focus\:border-pink-900\/5:focus {
    border-color: rgba(131, 24, 67, 0.05);
}
.focus\:border-pink-900\/50:focus {
    border-color: rgba(131, 24, 67, 0.5);
}
.focus\:border-pink-900\/55:focus {
    border-color: rgba(131, 24, 67, 0.55);
}
.focus\:border-pink-900\/60:focus {
    border-color: rgba(131, 24, 67, 0.6);
}
.focus\:border-pink-900\/65:focus {
    border-color: rgba(131, 24, 67, 0.65);
}
.focus\:border-pink-900\/70:focus {
    border-color: rgba(131, 24, 67, 0.7);
}
.focus\:border-pink-900\/75:focus {
    border-color: rgba(131, 24, 67, 0.75);
}
.focus\:border-pink-900\/80:focus {
    border-color: rgba(131, 24, 67, 0.8);
}
.focus\:border-pink-900\/85:focus {
    border-color: rgba(131, 24, 67, 0.85);
}
.focus\:border-pink-900\/90:focus {
    border-color: rgba(131, 24, 67, 0.9);
}
.focus\:border-pink-900\/95:focus {
    border-color: rgba(131, 24, 67, 0.95);
}
.focus\:border-police-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(153 204 204 / var(--tw-border-opacity, 1));
}
.focus\:border-police-100\/0:focus {
    border-color: rgba(153, 204, 204, 0);
}
.focus\:border-police-100\/10:focus {
    border-color: rgba(153, 204, 204, 0.1);
}
.focus\:border-police-100\/100:focus {
    border-color: #9cc;
}
.focus\:border-police-100\/15:focus {
    border-color: rgba(153, 204, 204, 0.15);
}
.focus\:border-police-100\/20:focus {
    border-color: rgba(153, 204, 204, 0.2);
}
.focus\:border-police-100\/25:focus {
    border-color: rgba(153, 204, 204, 0.25);
}
.focus\:border-police-100\/30:focus {
    border-color: rgba(153, 204, 204, 0.3);
}
.focus\:border-police-100\/35:focus {
    border-color: rgba(153, 204, 204, 0.35);
}
.focus\:border-police-100\/40:focus {
    border-color: rgba(153, 204, 204, 0.4);
}
.focus\:border-police-100\/45:focus {
    border-color: rgba(153, 204, 204, 0.45);
}
.focus\:border-police-100\/5:focus {
    border-color: rgba(153, 204, 204, 0.05);
}
.focus\:border-police-100\/50:focus {
    border-color: rgba(153, 204, 204, 0.5);
}
.focus\:border-police-100\/55:focus {
    border-color: rgba(153, 204, 204, 0.55);
}
.focus\:border-police-100\/60:focus {
    border-color: rgba(153, 204, 204, 0.6);
}
.focus\:border-police-100\/65:focus {
    border-color: rgba(153, 204, 204, 0.65);
}
.focus\:border-police-100\/70:focus {
    border-color: rgba(153, 204, 204, 0.7);
}
.focus\:border-police-100\/75:focus {
    border-color: rgba(153, 204, 204, 0.75);
}
.focus\:border-police-100\/80:focus {
    border-color: rgba(153, 204, 204, 0.8);
}
.focus\:border-police-100\/85:focus {
    border-color: rgba(153, 204, 204, 0.85);
}
.focus\:border-police-100\/90:focus {
    border-color: rgba(153, 204, 204, 0.9);
}
.focus\:border-police-100\/95:focus {
    border-color: rgba(153, 204, 204, 0.95);
}
.focus\:border-police-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(133 133 214 / var(--tw-border-opacity, 1));
}
.focus\:border-police-200\/0:focus {
    border-color: rgba(133, 133, 214, 0);
}
.focus\:border-police-200\/10:focus {
    border-color: rgba(133, 133, 214, 0.1);
}
.focus\:border-police-200\/100:focus {
    border-color: #8585d6;
}
.focus\:border-police-200\/15:focus {
    border-color: rgba(133, 133, 214, 0.15);
}
.focus\:border-police-200\/20:focus {
    border-color: rgba(133, 133, 214, 0.2);
}
.focus\:border-police-200\/25:focus {
    border-color: rgba(133, 133, 214, 0.25);
}
.focus\:border-police-200\/30:focus {
    border-color: rgba(133, 133, 214, 0.3);
}
.focus\:border-police-200\/35:focus {
    border-color: rgba(133, 133, 214, 0.35);
}
.focus\:border-police-200\/40:focus {
    border-color: rgba(133, 133, 214, 0.4);
}
.focus\:border-police-200\/45:focus {
    border-color: rgba(133, 133, 214, 0.45);
}
.focus\:border-police-200\/5:focus {
    border-color: rgba(133, 133, 214, 0.05);
}
.focus\:border-police-200\/50:focus {
    border-color: rgba(133, 133, 214, 0.5);
}
.focus\:border-police-200\/55:focus {
    border-color: rgba(133, 133, 214, 0.55);
}
.focus\:border-police-200\/60:focus {
    border-color: rgba(133, 133, 214, 0.6);
}
.focus\:border-police-200\/65:focus {
    border-color: rgba(133, 133, 214, 0.65);
}
.focus\:border-police-200\/70:focus {
    border-color: rgba(133, 133, 214, 0.7);
}
.focus\:border-police-200\/75:focus {
    border-color: rgba(133, 133, 214, 0.75);
}
.focus\:border-police-200\/80:focus {
    border-color: rgba(133, 133, 214, 0.8);
}
.focus\:border-police-200\/85:focus {
    border-color: rgba(133, 133, 214, 0.85);
}
.focus\:border-police-200\/90:focus {
    border-color: rgba(133, 133, 214, 0.9);
}
.focus\:border-police-200\/95:focus {
    border-color: rgba(133, 133, 214, 0.95);
}
.focus\:border-police-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(106 106 205 / var(--tw-border-opacity, 1));
}
.focus\:border-police-300\/0:focus {
    border-color: rgba(106, 106, 205, 0);
}
.focus\:border-police-300\/10:focus {
    border-color: rgba(106, 106, 205, 0.1);
}
.focus\:border-police-300\/100:focus {
    border-color: #6a6acd;
}
.focus\:border-police-300\/15:focus {
    border-color: rgba(106, 106, 205, 0.15);
}
.focus\:border-police-300\/20:focus {
    border-color: rgba(106, 106, 205, 0.2);
}
.focus\:border-police-300\/25:focus {
    border-color: rgba(106, 106, 205, 0.25);
}
.focus\:border-police-300\/30:focus {
    border-color: rgba(106, 106, 205, 0.3);
}
.focus\:border-police-300\/35:focus {
    border-color: rgba(106, 106, 205, 0.35);
}
.focus\:border-police-300\/40:focus {
    border-color: rgba(106, 106, 205, 0.4);
}
.focus\:border-police-300\/45:focus {
    border-color: rgba(106, 106, 205, 0.45);
}
.focus\:border-police-300\/5:focus {
    border-color: rgba(106, 106, 205, 0.05);
}
.focus\:border-police-300\/50:focus {
    border-color: rgba(106, 106, 205, 0.5);
}
.focus\:border-police-300\/55:focus {
    border-color: rgba(106, 106, 205, 0.55);
}
.focus\:border-police-300\/60:focus {
    border-color: rgba(106, 106, 205, 0.6);
}
.focus\:border-police-300\/65:focus {
    border-color: rgba(106, 106, 205, 0.65);
}
.focus\:border-police-300\/70:focus {
    border-color: rgba(106, 106, 205, 0.7);
}
.focus\:border-police-300\/75:focus {
    border-color: rgba(106, 106, 205, 0.75);
}
.focus\:border-police-300\/80:focus {
    border-color: rgba(106, 106, 205, 0.8);
}
.focus\:border-police-300\/85:focus {
    border-color: rgba(106, 106, 205, 0.85);
}
.focus\:border-police-300\/90:focus {
    border-color: rgba(106, 106, 205, 0.9);
}
.focus\:border-police-300\/95:focus {
    border-color: rgba(106, 106, 205, 0.95);
}
.focus\:border-police-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(79 79 196 / var(--tw-border-opacity, 1));
}
.focus\:border-police-400\/0:focus {
    border-color: rgba(79, 79, 196, 0);
}
.focus\:border-police-400\/10:focus {
    border-color: rgba(79, 79, 196, 0.1);
}
.focus\:border-police-400\/100:focus {
    border-color: #4f4fc4;
}
.focus\:border-police-400\/15:focus {
    border-color: rgba(79, 79, 196, 0.15);
}
.focus\:border-police-400\/20:focus {
    border-color: rgba(79, 79, 196, 0.2);
}
.focus\:border-police-400\/25:focus {
    border-color: rgba(79, 79, 196, 0.25);
}
.focus\:border-police-400\/30:focus {
    border-color: rgba(79, 79, 196, 0.3);
}
.focus\:border-police-400\/35:focus {
    border-color: rgba(79, 79, 196, 0.35);
}
.focus\:border-police-400\/40:focus {
    border-color: rgba(79, 79, 196, 0.4);
}
.focus\:border-police-400\/45:focus {
    border-color: rgba(79, 79, 196, 0.45);
}
.focus\:border-police-400\/5:focus {
    border-color: rgba(79, 79, 196, 0.05);
}
.focus\:border-police-400\/50:focus {
    border-color: rgba(79, 79, 196, 0.5);
}
.focus\:border-police-400\/55:focus {
    border-color: rgba(79, 79, 196, 0.55);
}
.focus\:border-police-400\/60:focus {
    border-color: rgba(79, 79, 196, 0.6);
}
.focus\:border-police-400\/65:focus {
    border-color: rgba(79, 79, 196, 0.65);
}
.focus\:border-police-400\/70:focus {
    border-color: rgba(79, 79, 196, 0.7);
}
.focus\:border-police-400\/75:focus {
    border-color: rgba(79, 79, 196, 0.75);
}
.focus\:border-police-400\/80:focus {
    border-color: rgba(79, 79, 196, 0.8);
}
.focus\:border-police-400\/85:focus {
    border-color: rgba(79, 79, 196, 0.85);
}
.focus\:border-police-400\/90:focus {
    border-color: rgba(79, 79, 196, 0.9);
}
.focus\:border-police-400\/95:focus {
    border-color: rgba(79, 79, 196, 0.95);
}
.focus\:border-police-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(194 194 235 / var(--tw-border-opacity, 1));
}
.focus\:border-police-50\/0:focus {
    border-color: rgba(194, 194, 235, 0);
}
.focus\:border-police-50\/10:focus {
    border-color: rgba(194, 194, 235, 0.1);
}
.focus\:border-police-50\/100:focus {
    border-color: #c2c2eb;
}
.focus\:border-police-50\/15:focus {
    border-color: rgba(194, 194, 235, 0.15);
}
.focus\:border-police-50\/20:focus {
    border-color: rgba(194, 194, 235, 0.2);
}
.focus\:border-police-50\/25:focus {
    border-color: rgba(194, 194, 235, 0.25);
}
.focus\:border-police-50\/30:focus {
    border-color: rgba(194, 194, 235, 0.3);
}
.focus\:border-police-50\/35:focus {
    border-color: rgba(194, 194, 235, 0.35);
}
.focus\:border-police-50\/40:focus {
    border-color: rgba(194, 194, 235, 0.4);
}
.focus\:border-police-50\/45:focus {
    border-color: rgba(194, 194, 235, 0.45);
}
.focus\:border-police-50\/5:focus {
    border-color: rgba(194, 194, 235, 0.05);
}
.focus\:border-police-50\/50:focus {
    border-color: rgba(194, 194, 235, 0.5);
}
.focus\:border-police-50\/55:focus {
    border-color: rgba(194, 194, 235, 0.55);
}
.focus\:border-police-50\/60:focus {
    border-color: rgba(194, 194, 235, 0.6);
}
.focus\:border-police-50\/65:focus {
    border-color: rgba(194, 194, 235, 0.65);
}
.focus\:border-police-50\/70:focus {
    border-color: rgba(194, 194, 235, 0.7);
}
.focus\:border-police-50\/75:focus {
    border-color: rgba(194, 194, 235, 0.75);
}
.focus\:border-police-50\/80:focus {
    border-color: rgba(194, 194, 235, 0.8);
}
.focus\:border-police-50\/85:focus {
    border-color: rgba(194, 194, 235, 0.85);
}
.focus\:border-police-50\/90:focus {
    border-color: rgba(194, 194, 235, 0.9);
}
.focus\:border-police-50\/95:focus {
    border-color: rgba(194, 194, 235, 0.95);
}
.focus\:border-police-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(60 60 180 / var(--tw-border-opacity, 1));
}
.focus\:border-police-500\/0:focus {
    border-color: rgba(60, 60, 180, 0);
}
.focus\:border-police-500\/10:focus {
    border-color: rgba(60, 60, 180, 0.1);
}
.focus\:border-police-500\/100:focus {
    border-color: #3c3cb4;
}
.focus\:border-police-500\/15:focus {
    border-color: rgba(60, 60, 180, 0.15);
}
.focus\:border-police-500\/20:focus {
    border-color: rgba(60, 60, 180, 0.2);
}
.focus\:border-police-500\/25:focus {
    border-color: rgba(60, 60, 180, 0.25);
}
.focus\:border-police-500\/30:focus {
    border-color: rgba(60, 60, 180, 0.3);
}
.focus\:border-police-500\/35:focus {
    border-color: rgba(60, 60, 180, 0.35);
}
.focus\:border-police-500\/40:focus {
    border-color: rgba(60, 60, 180, 0.4);
}
.focus\:border-police-500\/45:focus {
    border-color: rgba(60, 60, 180, 0.45);
}
.focus\:border-police-500\/5:focus {
    border-color: rgba(60, 60, 180, 0.05);
}
.focus\:border-police-500\/50:focus {
    border-color: rgba(60, 60, 180, 0.5);
}
.focus\:border-police-500\/55:focus {
    border-color: rgba(60, 60, 180, 0.55);
}
.focus\:border-police-500\/60:focus {
    border-color: rgba(60, 60, 180, 0.6);
}
.focus\:border-police-500\/65:focus {
    border-color: rgba(60, 60, 180, 0.65);
}
.focus\:border-police-500\/70:focus {
    border-color: rgba(60, 60, 180, 0.7);
}
.focus\:border-police-500\/75:focus {
    border-color: rgba(60, 60, 180, 0.75);
}
.focus\:border-police-500\/80:focus {
    border-color: rgba(60, 60, 180, 0.8);
}
.focus\:border-police-500\/85:focus {
    border-color: rgba(60, 60, 180, 0.85);
}
.focus\:border-police-500\/90:focus {
    border-color: rgba(60, 60, 180, 0.9);
}
.focus\:border-police-500\/95:focus {
    border-color: rgba(60, 60, 180, 0.95);
}
.focus\:border-police-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 153 / var(--tw-border-opacity, 1));
}
.focus\:border-police-600\/0:focus {
    border-color: rgba(51, 51, 153, 0);
}
.focus\:border-police-600\/10:focus {
    border-color: rgba(51, 51, 153, 0.1);
}
.focus\:border-police-600\/100:focus {
    border-color: #339;
}
.focus\:border-police-600\/15:focus {
    border-color: rgba(51, 51, 153, 0.15);
}
.focus\:border-police-600\/20:focus {
    border-color: rgba(51, 51, 153, 0.2);
}
.focus\:border-police-600\/25:focus {
    border-color: rgba(51, 51, 153, 0.25);
}
.focus\:border-police-600\/30:focus {
    border-color: rgba(51, 51, 153, 0.3);
}
.focus\:border-police-600\/35:focus {
    border-color: rgba(51, 51, 153, 0.35);
}
.focus\:border-police-600\/40:focus {
    border-color: rgba(51, 51, 153, 0.4);
}
.focus\:border-police-600\/45:focus {
    border-color: rgba(51, 51, 153, 0.45);
}
.focus\:border-police-600\/5:focus {
    border-color: rgba(51, 51, 153, 0.05);
}
.focus\:border-police-600\/50:focus {
    border-color: rgba(51, 51, 153, 0.5);
}
.focus\:border-police-600\/55:focus {
    border-color: rgba(51, 51, 153, 0.55);
}
.focus\:border-police-600\/60:focus {
    border-color: rgba(51, 51, 153, 0.6);
}
.focus\:border-police-600\/65:focus {
    border-color: rgba(51, 51, 153, 0.65);
}
.focus\:border-police-600\/70:focus {
    border-color: rgba(51, 51, 153, 0.7);
}
.focus\:border-police-600\/75:focus {
    border-color: rgba(51, 51, 153, 0.75);
}
.focus\:border-police-600\/80:focus {
    border-color: rgba(51, 51, 153, 0.8);
}
.focus\:border-police-600\/85:focus {
    border-color: rgba(51, 51, 153, 0.85);
}
.focus\:border-police-600\/90:focus {
    border-color: rgba(51, 51, 153, 0.9);
}
.focus\:border-police-600\/95:focus {
    border-color: rgba(51, 51, 153, 0.95);
}
.focus\:border-police-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 37 111 / var(--tw-border-opacity, 1));
}
.focus\:border-police-700\/0:focus {
    border-color: rgba(37, 37, 111, 0);
}
.focus\:border-police-700\/10:focus {
    border-color: rgba(37, 37, 111, 0.1);
}
.focus\:border-police-700\/100:focus {
    border-color: #25256f;
}
.focus\:border-police-700\/15:focus {
    border-color: rgba(37, 37, 111, 0.15);
}
.focus\:border-police-700\/20:focus {
    border-color: rgba(37, 37, 111, 0.2);
}
.focus\:border-police-700\/25:focus {
    border-color: rgba(37, 37, 111, 0.25);
}
.focus\:border-police-700\/30:focus {
    border-color: rgba(37, 37, 111, 0.3);
}
.focus\:border-police-700\/35:focus {
    border-color: rgba(37, 37, 111, 0.35);
}
.focus\:border-police-700\/40:focus {
    border-color: rgba(37, 37, 111, 0.4);
}
.focus\:border-police-700\/45:focus {
    border-color: rgba(37, 37, 111, 0.45);
}
.focus\:border-police-700\/5:focus {
    border-color: rgba(37, 37, 111, 0.05);
}
.focus\:border-police-700\/50:focus {
    border-color: rgba(37, 37, 111, 0.5);
}
.focus\:border-police-700\/55:focus {
    border-color: rgba(37, 37, 111, 0.55);
}
.focus\:border-police-700\/60:focus {
    border-color: rgba(37, 37, 111, 0.6);
}
.focus\:border-police-700\/65:focus {
    border-color: rgba(37, 37, 111, 0.65);
}
.focus\:border-police-700\/70:focus {
    border-color: rgba(37, 37, 111, 0.7);
}
.focus\:border-police-700\/75:focus {
    border-color: rgba(37, 37, 111, 0.75);
}
.focus\:border-police-700\/80:focus {
    border-color: rgba(37, 37, 111, 0.8);
}
.focus\:border-police-700\/85:focus {
    border-color: rgba(37, 37, 111, 0.85);
}
.focus\:border-police-700\/90:focus {
    border-color: rgba(37, 37, 111, 0.9);
}
.focus\:border-police-700\/95:focus {
    border-color: rgba(37, 37, 111, 0.95);
}
.focus\:border-police-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 69 / var(--tw-border-opacity, 1));
}
.focus\:border-police-800\/0:focus {
    border-color: rgba(23, 23, 69, 0);
}
.focus\:border-police-800\/10:focus {
    border-color: rgba(23, 23, 69, 0.1);
}
.focus\:border-police-800\/100:focus {
    border-color: #171745;
}
.focus\:border-police-800\/15:focus {
    border-color: rgba(23, 23, 69, 0.15);
}
.focus\:border-police-800\/20:focus {
    border-color: rgba(23, 23, 69, 0.2);
}
.focus\:border-police-800\/25:focus {
    border-color: rgba(23, 23, 69, 0.25);
}
.focus\:border-police-800\/30:focus {
    border-color: rgba(23, 23, 69, 0.3);
}
.focus\:border-police-800\/35:focus {
    border-color: rgba(23, 23, 69, 0.35);
}
.focus\:border-police-800\/40:focus {
    border-color: rgba(23, 23, 69, 0.4);
}
.focus\:border-police-800\/45:focus {
    border-color: rgba(23, 23, 69, 0.45);
}
.focus\:border-police-800\/5:focus {
    border-color: rgba(23, 23, 69, 0.05);
}
.focus\:border-police-800\/50:focus {
    border-color: rgba(23, 23, 69, 0.5);
}
.focus\:border-police-800\/55:focus {
    border-color: rgba(23, 23, 69, 0.55);
}
.focus\:border-police-800\/60:focus {
    border-color: rgba(23, 23, 69, 0.6);
}
.focus\:border-police-800\/65:focus {
    border-color: rgba(23, 23, 69, 0.65);
}
.focus\:border-police-800\/70:focus {
    border-color: rgba(23, 23, 69, 0.7);
}
.focus\:border-police-800\/75:focus {
    border-color: rgba(23, 23, 69, 0.75);
}
.focus\:border-police-800\/80:focus {
    border-color: rgba(23, 23, 69, 0.8);
}
.focus\:border-police-800\/85:focus {
    border-color: rgba(23, 23, 69, 0.85);
}
.focus\:border-police-800\/90:focus {
    border-color: rgba(23, 23, 69, 0.9);
}
.focus\:border-police-800\/95:focus {
    border-color: rgba(23, 23, 69, 0.95);
}
.focus\:border-police-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(9 9 27 / var(--tw-border-opacity, 1));
}
.focus\:border-police-900\/0:focus {
    border-color: rgba(9, 9, 27, 0);
}
.focus\:border-police-900\/10:focus {
    border-color: rgba(9, 9, 27, 0.1);
}
.focus\:border-police-900\/100:focus {
    border-color: #09091b;
}
.focus\:border-police-900\/15:focus {
    border-color: rgba(9, 9, 27, 0.15);
}
.focus\:border-police-900\/20:focus {
    border-color: rgba(9, 9, 27, 0.2);
}
.focus\:border-police-900\/25:focus {
    border-color: rgba(9, 9, 27, 0.25);
}
.focus\:border-police-900\/30:focus {
    border-color: rgba(9, 9, 27, 0.3);
}
.focus\:border-police-900\/35:focus {
    border-color: rgba(9, 9, 27, 0.35);
}
.focus\:border-police-900\/40:focus {
    border-color: rgba(9, 9, 27, 0.4);
}
.focus\:border-police-900\/45:focus {
    border-color: rgba(9, 9, 27, 0.45);
}
.focus\:border-police-900\/5:focus {
    border-color: rgba(9, 9, 27, 0.05);
}
.focus\:border-police-900\/50:focus {
    border-color: rgba(9, 9, 27, 0.5);
}
.focus\:border-police-900\/55:focus {
    border-color: rgba(9, 9, 27, 0.55);
}
.focus\:border-police-900\/60:focus {
    border-color: rgba(9, 9, 27, 0.6);
}
.focus\:border-police-900\/65:focus {
    border-color: rgba(9, 9, 27, 0.65);
}
.focus\:border-police-900\/70:focus {
    border-color: rgba(9, 9, 27, 0.7);
}
.focus\:border-police-900\/75:focus {
    border-color: rgba(9, 9, 27, 0.75);
}
.focus\:border-police-900\/80:focus {
    border-color: rgba(9, 9, 27, 0.8);
}
.focus\:border-police-900\/85:focus {
    border-color: rgba(9, 9, 27, 0.85);
}
.focus\:border-police-900\/90:focus {
    border-color: rgba(9, 9, 27, 0.9);
}
.focus\:border-police-900\/95:focus {
    border-color: rgba(9, 9, 27, 0.95);
}
.focus\:border-primary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(52 112 252 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-100\/0:focus {
    border-color: rgba(237, 233, 254, 0);
}
.focus\:border-purple-100\/10:focus {
    border-color: rgba(237, 233, 254, 0.1);
}
.focus\:border-purple-100\/100:focus {
    border-color: #ede9fe;
}
.focus\:border-purple-100\/15:focus {
    border-color: rgba(237, 233, 254, 0.15);
}
.focus\:border-purple-100\/20:focus {
    border-color: rgba(237, 233, 254, 0.2);
}
.focus\:border-purple-100\/25:focus {
    border-color: rgba(237, 233, 254, 0.25);
}
.focus\:border-purple-100\/30:focus {
    border-color: rgba(237, 233, 254, 0.3);
}
.focus\:border-purple-100\/35:focus {
    border-color: rgba(237, 233, 254, 0.35);
}
.focus\:border-purple-100\/40:focus {
    border-color: rgba(237, 233, 254, 0.4);
}
.focus\:border-purple-100\/45:focus {
    border-color: rgba(237, 233, 254, 0.45);
}
.focus\:border-purple-100\/5:focus {
    border-color: rgba(237, 233, 254, 0.05);
}
.focus\:border-purple-100\/50:focus {
    border-color: rgba(237, 233, 254, 0.5);
}
.focus\:border-purple-100\/55:focus {
    border-color: rgba(237, 233, 254, 0.55);
}
.focus\:border-purple-100\/60:focus {
    border-color: rgba(237, 233, 254, 0.6);
}
.focus\:border-purple-100\/65:focus {
    border-color: rgba(237, 233, 254, 0.65);
}
.focus\:border-purple-100\/70:focus {
    border-color: rgba(237, 233, 254, 0.7);
}
.focus\:border-purple-100\/75:focus {
    border-color: rgba(237, 233, 254, 0.75);
}
.focus\:border-purple-100\/80:focus {
    border-color: rgba(237, 233, 254, 0.8);
}
.focus\:border-purple-100\/85:focus {
    border-color: rgba(237, 233, 254, 0.85);
}
.focus\:border-purple-100\/90:focus {
    border-color: rgba(237, 233, 254, 0.9);
}
.focus\:border-purple-100\/95:focus {
    border-color: rgba(237, 233, 254, 0.95);
}
.focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-200\/0:focus {
    border-color: rgba(221, 214, 254, 0);
}
.focus\:border-purple-200\/10:focus {
    border-color: rgba(221, 214, 254, 0.1);
}
.focus\:border-purple-200\/100:focus {
    border-color: #ddd6fe;
}
.focus\:border-purple-200\/15:focus {
    border-color: rgba(221, 214, 254, 0.15);
}
.focus\:border-purple-200\/20:focus {
    border-color: rgba(221, 214, 254, 0.2);
}
.focus\:border-purple-200\/25:focus {
    border-color: rgba(221, 214, 254, 0.25);
}
.focus\:border-purple-200\/30:focus {
    border-color: rgba(221, 214, 254, 0.3);
}
.focus\:border-purple-200\/35:focus {
    border-color: rgba(221, 214, 254, 0.35);
}
.focus\:border-purple-200\/40:focus {
    border-color: rgba(221, 214, 254, 0.4);
}
.focus\:border-purple-200\/45:focus {
    border-color: rgba(221, 214, 254, 0.45);
}
.focus\:border-purple-200\/5:focus {
    border-color: rgba(221, 214, 254, 0.05);
}
.focus\:border-purple-200\/50:focus {
    border-color: rgba(221, 214, 254, 0.5);
}
.focus\:border-purple-200\/55:focus {
    border-color: rgba(221, 214, 254, 0.55);
}
.focus\:border-purple-200\/60:focus {
    border-color: rgba(221, 214, 254, 0.6);
}
.focus\:border-purple-200\/65:focus {
    border-color: rgba(221, 214, 254, 0.65);
}
.focus\:border-purple-200\/70:focus {
    border-color: rgba(221, 214, 254, 0.7);
}
.focus\:border-purple-200\/75:focus {
    border-color: rgba(221, 214, 254, 0.75);
}
.focus\:border-purple-200\/80:focus {
    border-color: rgba(221, 214, 254, 0.8);
}
.focus\:border-purple-200\/85:focus {
    border-color: rgba(221, 214, 254, 0.85);
}
.focus\:border-purple-200\/90:focus {
    border-color: rgba(221, 214, 254, 0.9);
}
.focus\:border-purple-200\/95:focus {
    border-color: rgba(221, 214, 254, 0.95);
}
.focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-300\/0:focus {
    border-color: rgba(196, 181, 253, 0);
}
.focus\:border-purple-300\/10:focus {
    border-color: rgba(196, 181, 253, 0.1);
}
.focus\:border-purple-300\/100:focus {
    border-color: #c4b5fd;
}
.focus\:border-purple-300\/15:focus {
    border-color: rgba(196, 181, 253, 0.15);
}
.focus\:border-purple-300\/20:focus {
    border-color: rgba(196, 181, 253, 0.2);
}
.focus\:border-purple-300\/25:focus {
    border-color: rgba(196, 181, 253, 0.25);
}
.focus\:border-purple-300\/30:focus {
    border-color: rgba(196, 181, 253, 0.3);
}
.focus\:border-purple-300\/35:focus {
    border-color: rgba(196, 181, 253, 0.35);
}
.focus\:border-purple-300\/40:focus {
    border-color: rgba(196, 181, 253, 0.4);
}
.focus\:border-purple-300\/45:focus {
    border-color: rgba(196, 181, 253, 0.45);
}
.focus\:border-purple-300\/5:focus {
    border-color: rgba(196, 181, 253, 0.05);
}
.focus\:border-purple-300\/50:focus {
    border-color: rgba(196, 181, 253, 0.5);
}
.focus\:border-purple-300\/55:focus {
    border-color: rgba(196, 181, 253, 0.55);
}
.focus\:border-purple-300\/60:focus {
    border-color: rgba(196, 181, 253, 0.6);
}
.focus\:border-purple-300\/65:focus {
    border-color: rgba(196, 181, 253, 0.65);
}
.focus\:border-purple-300\/70:focus {
    border-color: rgba(196, 181, 253, 0.7);
}
.focus\:border-purple-300\/75:focus {
    border-color: rgba(196, 181, 253, 0.75);
}
.focus\:border-purple-300\/80:focus {
    border-color: rgba(196, 181, 253, 0.8);
}
.focus\:border-purple-300\/85:focus {
    border-color: rgba(196, 181, 253, 0.85);
}
.focus\:border-purple-300\/90:focus {
    border-color: rgba(196, 181, 253, 0.9);
}
.focus\:border-purple-300\/95:focus {
    border-color: rgba(196, 181, 253, 0.95);
}
.focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-400\/0:focus {
    border-color: rgba(167, 139, 250, 0);
}
.focus\:border-purple-400\/10:focus {
    border-color: rgba(167, 139, 250, 0.1);
}
.focus\:border-purple-400\/100:focus {
    border-color: #a78bfa;
}
.focus\:border-purple-400\/15:focus {
    border-color: rgba(167, 139, 250, 0.15);
}
.focus\:border-purple-400\/20:focus {
    border-color: rgba(167, 139, 250, 0.2);
}
.focus\:border-purple-400\/25:focus {
    border-color: rgba(167, 139, 250, 0.25);
}
.focus\:border-purple-400\/30:focus {
    border-color: rgba(167, 139, 250, 0.3);
}
.focus\:border-purple-400\/35:focus {
    border-color: rgba(167, 139, 250, 0.35);
}
.focus\:border-purple-400\/40:focus {
    border-color: rgba(167, 139, 250, 0.4);
}
.focus\:border-purple-400\/45:focus {
    border-color: rgba(167, 139, 250, 0.45);
}
.focus\:border-purple-400\/5:focus {
    border-color: rgba(167, 139, 250, 0.05);
}
.focus\:border-purple-400\/50:focus {
    border-color: rgba(167, 139, 250, 0.5);
}
.focus\:border-purple-400\/55:focus {
    border-color: rgba(167, 139, 250, 0.55);
}
.focus\:border-purple-400\/60:focus {
    border-color: rgba(167, 139, 250, 0.6);
}
.focus\:border-purple-400\/65:focus {
    border-color: rgba(167, 139, 250, 0.65);
}
.focus\:border-purple-400\/70:focus {
    border-color: rgba(167, 139, 250, 0.7);
}
.focus\:border-purple-400\/75:focus {
    border-color: rgba(167, 139, 250, 0.75);
}
.focus\:border-purple-400\/80:focus {
    border-color: rgba(167, 139, 250, 0.8);
}
.focus\:border-purple-400\/85:focus {
    border-color: rgba(167, 139, 250, 0.85);
}
.focus\:border-purple-400\/90:focus {
    border-color: rgba(167, 139, 250, 0.9);
}
.focus\:border-purple-400\/95:focus {
    border-color: rgba(167, 139, 250, 0.95);
}
.focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-50\/0:focus {
    border-color: rgba(245, 243, 255, 0);
}
.focus\:border-purple-50\/10:focus {
    border-color: rgba(245, 243, 255, 0.1);
}
.focus\:border-purple-50\/100:focus {
    border-color: #f5f3ff;
}
.focus\:border-purple-50\/15:focus {
    border-color: rgba(245, 243, 255, 0.15);
}
.focus\:border-purple-50\/20:focus {
    border-color: rgba(245, 243, 255, 0.2);
}
.focus\:border-purple-50\/25:focus {
    border-color: rgba(245, 243, 255, 0.25);
}
.focus\:border-purple-50\/30:focus {
    border-color: rgba(245, 243, 255, 0.3);
}
.focus\:border-purple-50\/35:focus {
    border-color: rgba(245, 243, 255, 0.35);
}
.focus\:border-purple-50\/40:focus {
    border-color: rgba(245, 243, 255, 0.4);
}
.focus\:border-purple-50\/45:focus {
    border-color: rgba(245, 243, 255, 0.45);
}
.focus\:border-purple-50\/5:focus {
    border-color: rgba(245, 243, 255, 0.05);
}
.focus\:border-purple-50\/50:focus {
    border-color: rgba(245, 243, 255, 0.5);
}
.focus\:border-purple-50\/55:focus {
    border-color: rgba(245, 243, 255, 0.55);
}
.focus\:border-purple-50\/60:focus {
    border-color: rgba(245, 243, 255, 0.6);
}
.focus\:border-purple-50\/65:focus {
    border-color: rgba(245, 243, 255, 0.65);
}
.focus\:border-purple-50\/70:focus {
    border-color: rgba(245, 243, 255, 0.7);
}
.focus\:border-purple-50\/75:focus {
    border-color: rgba(245, 243, 255, 0.75);
}
.focus\:border-purple-50\/80:focus {
    border-color: rgba(245, 243, 255, 0.8);
}
.focus\:border-purple-50\/85:focus {
    border-color: rgba(245, 243, 255, 0.85);
}
.focus\:border-purple-50\/90:focus {
    border-color: rgba(245, 243, 255, 0.9);
}
.focus\:border-purple-50\/95:focus {
    border-color: rgba(245, 243, 255, 0.95);
}
.focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-500\/0:focus {
    border-color: rgba(139, 92, 246, 0);
}
.focus\:border-purple-500\/10:focus {
    border-color: rgba(139, 92, 246, 0.1);
}
.focus\:border-purple-500\/100:focus {
    border-color: #8b5cf6;
}
.focus\:border-purple-500\/15:focus {
    border-color: rgba(139, 92, 246, 0.15);
}
.focus\:border-purple-500\/20:focus {
    border-color: rgba(139, 92, 246, 0.2);
}
.focus\:border-purple-500\/25:focus {
    border-color: rgba(139, 92, 246, 0.25);
}
.focus\:border-purple-500\/30:focus {
    border-color: rgba(139, 92, 246, 0.3);
}
.focus\:border-purple-500\/35:focus {
    border-color: rgba(139, 92, 246, 0.35);
}
.focus\:border-purple-500\/40:focus {
    border-color: rgba(139, 92, 246, 0.4);
}
.focus\:border-purple-500\/45:focus {
    border-color: rgba(139, 92, 246, 0.45);
}
.focus\:border-purple-500\/5:focus {
    border-color: rgba(139, 92, 246, 0.05);
}
.focus\:border-purple-500\/50:focus {
    border-color: rgba(139, 92, 246, 0.5);
}
.focus\:border-purple-500\/55:focus {
    border-color: rgba(139, 92, 246, 0.55);
}
.focus\:border-purple-500\/60:focus {
    border-color: rgba(139, 92, 246, 0.6);
}
.focus\:border-purple-500\/65:focus {
    border-color: rgba(139, 92, 246, 0.65);
}
.focus\:border-purple-500\/70:focus {
    border-color: rgba(139, 92, 246, 0.7);
}
.focus\:border-purple-500\/75:focus {
    border-color: rgba(139, 92, 246, 0.75);
}
.focus\:border-purple-500\/80:focus {
    border-color: rgba(139, 92, 246, 0.8);
}
.focus\:border-purple-500\/85:focus {
    border-color: rgba(139, 92, 246, 0.85);
}
.focus\:border-purple-500\/90:focus {
    border-color: rgba(139, 92, 246, 0.9);
}
.focus\:border-purple-500\/95:focus {
    border-color: rgba(139, 92, 246, 0.95);
}
.focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-600\/0:focus {
    border-color: rgba(124, 58, 237, 0);
}
.focus\:border-purple-600\/10:focus {
    border-color: rgba(124, 58, 237, 0.1);
}
.focus\:border-purple-600\/100:focus {
    border-color: #7c3aed;
}
.focus\:border-purple-600\/15:focus {
    border-color: rgba(124, 58, 237, 0.15);
}
.focus\:border-purple-600\/20:focus {
    border-color: rgba(124, 58, 237, 0.2);
}
.focus\:border-purple-600\/25:focus {
    border-color: rgba(124, 58, 237, 0.25);
}
.focus\:border-purple-600\/30:focus {
    border-color: rgba(124, 58, 237, 0.3);
}
.focus\:border-purple-600\/35:focus {
    border-color: rgba(124, 58, 237, 0.35);
}
.focus\:border-purple-600\/40:focus {
    border-color: rgba(124, 58, 237, 0.4);
}
.focus\:border-purple-600\/45:focus {
    border-color: rgba(124, 58, 237, 0.45);
}
.focus\:border-purple-600\/5:focus {
    border-color: rgba(124, 58, 237, 0.05);
}
.focus\:border-purple-600\/50:focus {
    border-color: rgba(124, 58, 237, 0.5);
}
.focus\:border-purple-600\/55:focus {
    border-color: rgba(124, 58, 237, 0.55);
}
.focus\:border-purple-600\/60:focus {
    border-color: rgba(124, 58, 237, 0.6);
}
.focus\:border-purple-600\/65:focus {
    border-color: rgba(124, 58, 237, 0.65);
}
.focus\:border-purple-600\/70:focus {
    border-color: rgba(124, 58, 237, 0.7);
}
.focus\:border-purple-600\/75:focus {
    border-color: rgba(124, 58, 237, 0.75);
}
.focus\:border-purple-600\/80:focus {
    border-color: rgba(124, 58, 237, 0.8);
}
.focus\:border-purple-600\/85:focus {
    border-color: rgba(124, 58, 237, 0.85);
}
.focus\:border-purple-600\/90:focus {
    border-color: rgba(124, 58, 237, 0.9);
}
.focus\:border-purple-600\/95:focus {
    border-color: rgba(124, 58, 237, 0.95);
}
.focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-700\/0:focus {
    border-color: rgba(109, 40, 217, 0);
}
.focus\:border-purple-700\/10:focus {
    border-color: rgba(109, 40, 217, 0.1);
}
.focus\:border-purple-700\/100:focus {
    border-color: #6d28d9;
}
.focus\:border-purple-700\/15:focus {
    border-color: rgba(109, 40, 217, 0.15);
}
.focus\:border-purple-700\/20:focus {
    border-color: rgba(109, 40, 217, 0.2);
}
.focus\:border-purple-700\/25:focus {
    border-color: rgba(109, 40, 217, 0.25);
}
.focus\:border-purple-700\/30:focus {
    border-color: rgba(109, 40, 217, 0.3);
}
.focus\:border-purple-700\/35:focus {
    border-color: rgba(109, 40, 217, 0.35);
}
.focus\:border-purple-700\/40:focus {
    border-color: rgba(109, 40, 217, 0.4);
}
.focus\:border-purple-700\/45:focus {
    border-color: rgba(109, 40, 217, 0.45);
}
.focus\:border-purple-700\/5:focus {
    border-color: rgba(109, 40, 217, 0.05);
}
.focus\:border-purple-700\/50:focus {
    border-color: rgba(109, 40, 217, 0.5);
}
.focus\:border-purple-700\/55:focus {
    border-color: rgba(109, 40, 217, 0.55);
}
.focus\:border-purple-700\/60:focus {
    border-color: rgba(109, 40, 217, 0.6);
}
.focus\:border-purple-700\/65:focus {
    border-color: rgba(109, 40, 217, 0.65);
}
.focus\:border-purple-700\/70:focus {
    border-color: rgba(109, 40, 217, 0.7);
}
.focus\:border-purple-700\/75:focus {
    border-color: rgba(109, 40, 217, 0.75);
}
.focus\:border-purple-700\/80:focus {
    border-color: rgba(109, 40, 217, 0.8);
}
.focus\:border-purple-700\/85:focus {
    border-color: rgba(109, 40, 217, 0.85);
}
.focus\:border-purple-700\/90:focus {
    border-color: rgba(109, 40, 217, 0.9);
}
.focus\:border-purple-700\/95:focus {
    border-color: rgba(109, 40, 217, 0.95);
}
.focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-800\/0:focus {
    border-color: rgba(91, 33, 182, 0);
}
.focus\:border-purple-800\/10:focus {
    border-color: rgba(91, 33, 182, 0.1);
}
.focus\:border-purple-800\/100:focus {
    border-color: #5b21b6;
}
.focus\:border-purple-800\/15:focus {
    border-color: rgba(91, 33, 182, 0.15);
}
.focus\:border-purple-800\/20:focus {
    border-color: rgba(91, 33, 182, 0.2);
}
.focus\:border-purple-800\/25:focus {
    border-color: rgba(91, 33, 182, 0.25);
}
.focus\:border-purple-800\/30:focus {
    border-color: rgba(91, 33, 182, 0.3);
}
.focus\:border-purple-800\/35:focus {
    border-color: rgba(91, 33, 182, 0.35);
}
.focus\:border-purple-800\/40:focus {
    border-color: rgba(91, 33, 182, 0.4);
}
.focus\:border-purple-800\/45:focus {
    border-color: rgba(91, 33, 182, 0.45);
}
.focus\:border-purple-800\/5:focus {
    border-color: rgba(91, 33, 182, 0.05);
}
.focus\:border-purple-800\/50:focus {
    border-color: rgba(91, 33, 182, 0.5);
}
.focus\:border-purple-800\/55:focus {
    border-color: rgba(91, 33, 182, 0.55);
}
.focus\:border-purple-800\/60:focus {
    border-color: rgba(91, 33, 182, 0.6);
}
.focus\:border-purple-800\/65:focus {
    border-color: rgba(91, 33, 182, 0.65);
}
.focus\:border-purple-800\/70:focus {
    border-color: rgba(91, 33, 182, 0.7);
}
.focus\:border-purple-800\/75:focus {
    border-color: rgba(91, 33, 182, 0.75);
}
.focus\:border-purple-800\/80:focus {
    border-color: rgba(91, 33, 182, 0.8);
}
.focus\:border-purple-800\/85:focus {
    border-color: rgba(91, 33, 182, 0.85);
}
.focus\:border-purple-800\/90:focus {
    border-color: rgba(91, 33, 182, 0.9);
}
.focus\:border-purple-800\/95:focus {
    border-color: rgba(91, 33, 182, 0.95);
}
.focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-900\/0:focus {
    border-color: rgba(76, 29, 149, 0);
}
.focus\:border-purple-900\/10:focus {
    border-color: rgba(76, 29, 149, 0.1);
}
.focus\:border-purple-900\/100:focus {
    border-color: #4c1d95;
}
.focus\:border-purple-900\/15:focus {
    border-color: rgba(76, 29, 149, 0.15);
}
.focus\:border-purple-900\/20:focus {
    border-color: rgba(76, 29, 149, 0.2);
}
.focus\:border-purple-900\/25:focus {
    border-color: rgba(76, 29, 149, 0.25);
}
.focus\:border-purple-900\/30:focus {
    border-color: rgba(76, 29, 149, 0.3);
}
.focus\:border-purple-900\/35:focus {
    border-color: rgba(76, 29, 149, 0.35);
}
.focus\:border-purple-900\/40:focus {
    border-color: rgba(76, 29, 149, 0.4);
}
.focus\:border-purple-900\/45:focus {
    border-color: rgba(76, 29, 149, 0.45);
}
.focus\:border-purple-900\/5:focus {
    border-color: rgba(76, 29, 149, 0.05);
}
.focus\:border-purple-900\/50:focus {
    border-color: rgba(76, 29, 149, 0.5);
}
.focus\:border-purple-900\/55:focus {
    border-color: rgba(76, 29, 149, 0.55);
}
.focus\:border-purple-900\/60:focus {
    border-color: rgba(76, 29, 149, 0.6);
}
.focus\:border-purple-900\/65:focus {
    border-color: rgba(76, 29, 149, 0.65);
}
.focus\:border-purple-900\/70:focus {
    border-color: rgba(76, 29, 149, 0.7);
}
.focus\:border-purple-900\/75:focus {
    border-color: rgba(76, 29, 149, 0.75);
}
.focus\:border-purple-900\/80:focus {
    border-color: rgba(76, 29, 149, 0.8);
}
.focus\:border-purple-900\/85:focus {
    border-color: rgba(76, 29, 149, 0.85);
}
.focus\:border-purple-900\/90:focus {
    border-color: rgba(76, 29, 149, 0.9);
}
.focus\:border-purple-900\/95:focus {
    border-color: rgba(76, 29, 149, 0.95);
}
.focus\:border-rdv-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.focus\:border-rdv-blueribbon:focus {
    --tw-border-opacity: 1;
    border-color: rgb(38 77 145 / var(--tw-border-opacity, 1));
}
.focus\:border-rdv-ghost:focus {
    --tw-border-opacity: 1;
    border-color: rgb(198 205 216 / var(--tw-border-opacity, 1));
}
.focus\:border-rdv-highlight:focus {
    --tw-border-opacity: 1;
    border-color: rgb(246 219 120 / var(--tw-border-opacity, 1));
}
.focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.focus\:border-red-100\/0:focus {
    border-color: hsla(0, 93%, 94%, 0);
}
.focus\:border-red-100\/10:focus {
    border-color: hsla(0, 93%, 94%, 0.1);
}
.focus\:border-red-100\/100:focus {
    border-color: #fee2e2;
}
.focus\:border-red-100\/15:focus {
    border-color: hsla(0, 93%, 94%, 0.15);
}
.focus\:border-red-100\/20:focus {
    border-color: hsla(0, 93%, 94%, 0.2);
}
.focus\:border-red-100\/25:focus {
    border-color: hsla(0, 93%, 94%, 0.25);
}
.focus\:border-red-100\/30:focus {
    border-color: hsla(0, 93%, 94%, 0.3);
}
.focus\:border-red-100\/35:focus {
    border-color: hsla(0, 93%, 94%, 0.35);
}
.focus\:border-red-100\/40:focus {
    border-color: hsla(0, 93%, 94%, 0.4);
}
.focus\:border-red-100\/45:focus {
    border-color: hsla(0, 93%, 94%, 0.45);
}
.focus\:border-red-100\/5:focus {
    border-color: hsla(0, 93%, 94%, 0.05);
}
.focus\:border-red-100\/50:focus {
    border-color: hsla(0, 93%, 94%, 0.5);
}
.focus\:border-red-100\/55:focus {
    border-color: hsla(0, 93%, 94%, 0.55);
}
.focus\:border-red-100\/60:focus {
    border-color: hsla(0, 93%, 94%, 0.6);
}
.focus\:border-red-100\/65:focus {
    border-color: hsla(0, 93%, 94%, 0.65);
}
.focus\:border-red-100\/70:focus {
    border-color: hsla(0, 93%, 94%, 0.7);
}
.focus\:border-red-100\/75:focus {
    border-color: hsla(0, 93%, 94%, 0.75);
}
.focus\:border-red-100\/80:focus {
    border-color: hsla(0, 93%, 94%, 0.8);
}
.focus\:border-red-100\/85:focus {
    border-color: hsla(0, 93%, 94%, 0.85);
}
.focus\:border-red-100\/90:focus {
    border-color: hsla(0, 93%, 94%, 0.9);
}
.focus\:border-red-100\/95:focus {
    border-color: hsla(0, 93%, 94%, 0.95);
}
.focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.focus\:border-red-200\/0:focus {
    border-color: hsla(0, 96%, 89%, 0);
}
.focus\:border-red-200\/10:focus {
    border-color: hsla(0, 96%, 89%, 0.1);
}
.focus\:border-red-200\/100:focus {
    border-color: #fecaca;
}
.focus\:border-red-200\/15:focus {
    border-color: hsla(0, 96%, 89%, 0.15);
}
.focus\:border-red-200\/20:focus {
    border-color: hsla(0, 96%, 89%, 0.2);
}
.focus\:border-red-200\/25:focus {
    border-color: hsla(0, 96%, 89%, 0.25);
}
.focus\:border-red-200\/30:focus {
    border-color: hsla(0, 96%, 89%, 0.3);
}
.focus\:border-red-200\/35:focus {
    border-color: hsla(0, 96%, 89%, 0.35);
}
.focus\:border-red-200\/40:focus {
    border-color: hsla(0, 96%, 89%, 0.4);
}
.focus\:border-red-200\/45:focus {
    border-color: hsla(0, 96%, 89%, 0.45);
}
.focus\:border-red-200\/5:focus {
    border-color: hsla(0, 96%, 89%, 0.05);
}
.focus\:border-red-200\/50:focus {
    border-color: hsla(0, 96%, 89%, 0.5);
}
.focus\:border-red-200\/55:focus {
    border-color: hsla(0, 96%, 89%, 0.55);
}
.focus\:border-red-200\/60:focus {
    border-color: hsla(0, 96%, 89%, 0.6);
}
.focus\:border-red-200\/65:focus {
    border-color: hsla(0, 96%, 89%, 0.65);
}
.focus\:border-red-200\/70:focus {
    border-color: hsla(0, 96%, 89%, 0.7);
}
.focus\:border-red-200\/75:focus {
    border-color: hsla(0, 96%, 89%, 0.75);
}
.focus\:border-red-200\/80:focus {
    border-color: hsla(0, 96%, 89%, 0.8);
}
.focus\:border-red-200\/85:focus {
    border-color: hsla(0, 96%, 89%, 0.85);
}
.focus\:border-red-200\/90:focus {
    border-color: hsla(0, 96%, 89%, 0.9);
}
.focus\:border-red-200\/95:focus {
    border-color: hsla(0, 96%, 89%, 0.95);
}
.focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.focus\:border-red-300\/0:focus {
    border-color: hsla(0, 94%, 82%, 0);
}
.focus\:border-red-300\/10:focus {
    border-color: hsla(0, 94%, 82%, 0.1);
}
.focus\:border-red-300\/100:focus {
    border-color: #fca5a5;
}
.focus\:border-red-300\/15:focus {
    border-color: hsla(0, 94%, 82%, 0.15);
}
.focus\:border-red-300\/20:focus {
    border-color: hsla(0, 94%, 82%, 0.2);
}
.focus\:border-red-300\/25:focus {
    border-color: hsla(0, 94%, 82%, 0.25);
}
.focus\:border-red-300\/30:focus {
    border-color: hsla(0, 94%, 82%, 0.3);
}
.focus\:border-red-300\/35:focus {
    border-color: hsla(0, 94%, 82%, 0.35);
}
.focus\:border-red-300\/40:focus {
    border-color: hsla(0, 94%, 82%, 0.4);
}
.focus\:border-red-300\/45:focus {
    border-color: hsla(0, 94%, 82%, 0.45);
}
.focus\:border-red-300\/5:focus {
    border-color: hsla(0, 94%, 82%, 0.05);
}
.focus\:border-red-300\/50:focus {
    border-color: hsla(0, 94%, 82%, 0.5);
}
.focus\:border-red-300\/55:focus {
    border-color: hsla(0, 94%, 82%, 0.55);
}
.focus\:border-red-300\/60:focus {
    border-color: hsla(0, 94%, 82%, 0.6);
}
.focus\:border-red-300\/65:focus {
    border-color: hsla(0, 94%, 82%, 0.65);
}
.focus\:border-red-300\/70:focus {
    border-color: hsla(0, 94%, 82%, 0.7);
}
.focus\:border-red-300\/75:focus {
    border-color: hsla(0, 94%, 82%, 0.75);
}
.focus\:border-red-300\/80:focus {
    border-color: hsla(0, 94%, 82%, 0.8);
}
.focus\:border-red-300\/85:focus {
    border-color: hsla(0, 94%, 82%, 0.85);
}
.focus\:border-red-300\/90:focus {
    border-color: hsla(0, 94%, 82%, 0.9);
}
.focus\:border-red-300\/95:focus {
    border-color: hsla(0, 94%, 82%, 0.95);
}
.focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.focus\:border-red-400\/0:focus {
    border-color: hsla(0, 91%, 71%, 0);
}
.focus\:border-red-400\/10:focus {
    border-color: hsla(0, 91%, 71%, 0.1);
}
.focus\:border-red-400\/100:focus {
    border-color: #f87171;
}
.focus\:border-red-400\/15:focus {
    border-color: hsla(0, 91%, 71%, 0.15);
}
.focus\:border-red-400\/20:focus {
    border-color: hsla(0, 91%, 71%, 0.2);
}
.focus\:border-red-400\/25:focus {
    border-color: hsla(0, 91%, 71%, 0.25);
}
.focus\:border-red-400\/30:focus {
    border-color: hsla(0, 91%, 71%, 0.3);
}
.focus\:border-red-400\/35:focus {
    border-color: hsla(0, 91%, 71%, 0.35);
}
.focus\:border-red-400\/40:focus {
    border-color: hsla(0, 91%, 71%, 0.4);
}
.focus\:border-red-400\/45:focus {
    border-color: hsla(0, 91%, 71%, 0.45);
}
.focus\:border-red-400\/5:focus {
    border-color: hsla(0, 91%, 71%, 0.05);
}
.focus\:border-red-400\/50:focus {
    border-color: hsla(0, 91%, 71%, 0.5);
}
.focus\:border-red-400\/55:focus {
    border-color: hsla(0, 91%, 71%, 0.55);
}
.focus\:border-red-400\/60:focus {
    border-color: hsla(0, 91%, 71%, 0.6);
}
.focus\:border-red-400\/65:focus {
    border-color: hsla(0, 91%, 71%, 0.65);
}
.focus\:border-red-400\/70:focus {
    border-color: hsla(0, 91%, 71%, 0.7);
}
.focus\:border-red-400\/75:focus {
    border-color: hsla(0, 91%, 71%, 0.75);
}
.focus\:border-red-400\/80:focus {
    border-color: hsla(0, 91%, 71%, 0.8);
}
.focus\:border-red-400\/85:focus {
    border-color: hsla(0, 91%, 71%, 0.85);
}
.focus\:border-red-400\/90:focus {
    border-color: hsla(0, 91%, 71%, 0.9);
}
.focus\:border-red-400\/95:focus {
    border-color: hsla(0, 91%, 71%, 0.95);
}
.focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.focus\:border-red-50\/0:focus {
    border-color: hsla(0, 86%, 97%, 0);
}
.focus\:border-red-50\/10:focus {
    border-color: hsla(0, 86%, 97%, 0.1);
}
.focus\:border-red-50\/100:focus {
    border-color: #fef2f2;
}
.focus\:border-red-50\/15:focus {
    border-color: hsla(0, 86%, 97%, 0.15);
}
.focus\:border-red-50\/20:focus {
    border-color: hsla(0, 86%, 97%, 0.2);
}
.focus\:border-red-50\/25:focus {
    border-color: hsla(0, 86%, 97%, 0.25);
}
.focus\:border-red-50\/30:focus {
    border-color: hsla(0, 86%, 97%, 0.3);
}
.focus\:border-red-50\/35:focus {
    border-color: hsla(0, 86%, 97%, 0.35);
}
.focus\:border-red-50\/40:focus {
    border-color: hsla(0, 86%, 97%, 0.4);
}
.focus\:border-red-50\/45:focus {
    border-color: hsla(0, 86%, 97%, 0.45);
}
.focus\:border-red-50\/5:focus {
    border-color: hsla(0, 86%, 97%, 0.05);
}
.focus\:border-red-50\/50:focus {
    border-color: hsla(0, 86%, 97%, 0.5);
}
.focus\:border-red-50\/55:focus {
    border-color: hsla(0, 86%, 97%, 0.55);
}
.focus\:border-red-50\/60:focus {
    border-color: hsla(0, 86%, 97%, 0.6);
}
.focus\:border-red-50\/65:focus {
    border-color: hsla(0, 86%, 97%, 0.65);
}
.focus\:border-red-50\/70:focus {
    border-color: hsla(0, 86%, 97%, 0.7);
}
.focus\:border-red-50\/75:focus {
    border-color: hsla(0, 86%, 97%, 0.75);
}
.focus\:border-red-50\/80:focus {
    border-color: hsla(0, 86%, 97%, 0.8);
}
.focus\:border-red-50\/85:focus {
    border-color: hsla(0, 86%, 97%, 0.85);
}
.focus\:border-red-50\/90:focus {
    border-color: hsla(0, 86%, 97%, 0.9);
}
.focus\:border-red-50\/95:focus {
    border-color: hsla(0, 86%, 97%, 0.95);
}
.focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.focus\:border-red-500\/0:focus {
    border-color: rgba(239, 68, 68, 0);
}
.focus\:border-red-500\/10:focus {
    border-color: rgba(239, 68, 68, 0.1);
}
.focus\:border-red-500\/100:focus {
    border-color: #ef4444;
}
.focus\:border-red-500\/15:focus {
    border-color: rgba(239, 68, 68, 0.15);
}
.focus\:border-red-500\/20:focus {
    border-color: rgba(239, 68, 68, 0.2);
}
.focus\:border-red-500\/25:focus {
    border-color: rgba(239, 68, 68, 0.25);
}
.focus\:border-red-500\/30:focus {
    border-color: rgba(239, 68, 68, 0.3);
}
.focus\:border-red-500\/35:focus {
    border-color: rgba(239, 68, 68, 0.35);
}
.focus\:border-red-500\/40:focus {
    border-color: rgba(239, 68, 68, 0.4);
}
.focus\:border-red-500\/45:focus {
    border-color: rgba(239, 68, 68, 0.45);
}
.focus\:border-red-500\/5:focus {
    border-color: rgba(239, 68, 68, 0.05);
}
.focus\:border-red-500\/50:focus {
    border-color: rgba(239, 68, 68, 0.5);
}
.focus\:border-red-500\/55:focus {
    border-color: rgba(239, 68, 68, 0.55);
}
.focus\:border-red-500\/60:focus {
    border-color: rgba(239, 68, 68, 0.6);
}
.focus\:border-red-500\/65:focus {
    border-color: rgba(239, 68, 68, 0.65);
}
.focus\:border-red-500\/70:focus {
    border-color: rgba(239, 68, 68, 0.7);
}
.focus\:border-red-500\/75:focus {
    border-color: rgba(239, 68, 68, 0.75);
}
.focus\:border-red-500\/80:focus {
    border-color: rgba(239, 68, 68, 0.8);
}
.focus\:border-red-500\/85:focus {
    border-color: rgba(239, 68, 68, 0.85);
}
.focus\:border-red-500\/90:focus {
    border-color: rgba(239, 68, 68, 0.9);
}
.focus\:border-red-500\/95:focus {
    border-color: rgba(239, 68, 68, 0.95);
}
.focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.focus\:border-red-600\/0:focus {
    border-color: rgba(220, 38, 38, 0);
}
.focus\:border-red-600\/10:focus {
    border-color: rgba(220, 38, 38, 0.1);
}
.focus\:border-red-600\/100:focus {
    border-color: #dc2626;
}
.focus\:border-red-600\/15:focus {
    border-color: rgba(220, 38, 38, 0.15);
}
.focus\:border-red-600\/20:focus {
    border-color: rgba(220, 38, 38, 0.2);
}
.focus\:border-red-600\/25:focus {
    border-color: rgba(220, 38, 38, 0.25);
}
.focus\:border-red-600\/30:focus {
    border-color: rgba(220, 38, 38, 0.3);
}
.focus\:border-red-600\/35:focus {
    border-color: rgba(220, 38, 38, 0.35);
}
.focus\:border-red-600\/40:focus {
    border-color: rgba(220, 38, 38, 0.4);
}
.focus\:border-red-600\/45:focus {
    border-color: rgba(220, 38, 38, 0.45);
}
.focus\:border-red-600\/5:focus {
    border-color: rgba(220, 38, 38, 0.05);
}
.focus\:border-red-600\/50:focus {
    border-color: rgba(220, 38, 38, 0.5);
}
.focus\:border-red-600\/55:focus {
    border-color: rgba(220, 38, 38, 0.55);
}
.focus\:border-red-600\/60:focus {
    border-color: rgba(220, 38, 38, 0.6);
}
.focus\:border-red-600\/65:focus {
    border-color: rgba(220, 38, 38, 0.65);
}
.focus\:border-red-600\/70:focus {
    border-color: rgba(220, 38, 38, 0.7);
}
.focus\:border-red-600\/75:focus {
    border-color: rgba(220, 38, 38, 0.75);
}
.focus\:border-red-600\/80:focus {
    border-color: rgba(220, 38, 38, 0.8);
}
.focus\:border-red-600\/85:focus {
    border-color: rgba(220, 38, 38, 0.85);
}
.focus\:border-red-600\/90:focus {
    border-color: rgba(220, 38, 38, 0.9);
}
.focus\:border-red-600\/95:focus {
    border-color: rgba(220, 38, 38, 0.95);
}
.focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.focus\:border-red-700\/0:focus {
    border-color: rgba(185, 28, 28, 0);
}
.focus\:border-red-700\/10:focus {
    border-color: rgba(185, 28, 28, 0.1);
}
.focus\:border-red-700\/100:focus {
    border-color: #b91c1c;
}
.focus\:border-red-700\/15:focus {
    border-color: rgba(185, 28, 28, 0.15);
}
.focus\:border-red-700\/20:focus {
    border-color: rgba(185, 28, 28, 0.2);
}
.focus\:border-red-700\/25:focus {
    border-color: rgba(185, 28, 28, 0.25);
}
.focus\:border-red-700\/30:focus {
    border-color: rgba(185, 28, 28, 0.3);
}
.focus\:border-red-700\/35:focus {
    border-color: rgba(185, 28, 28, 0.35);
}
.focus\:border-red-700\/40:focus {
    border-color: rgba(185, 28, 28, 0.4);
}
.focus\:border-red-700\/45:focus {
    border-color: rgba(185, 28, 28, 0.45);
}
.focus\:border-red-700\/5:focus {
    border-color: rgba(185, 28, 28, 0.05);
}
.focus\:border-red-700\/50:focus {
    border-color: rgba(185, 28, 28, 0.5);
}
.focus\:border-red-700\/55:focus {
    border-color: rgba(185, 28, 28, 0.55);
}
.focus\:border-red-700\/60:focus {
    border-color: rgba(185, 28, 28, 0.6);
}
.focus\:border-red-700\/65:focus {
    border-color: rgba(185, 28, 28, 0.65);
}
.focus\:border-red-700\/70:focus {
    border-color: rgba(185, 28, 28, 0.7);
}
.focus\:border-red-700\/75:focus {
    border-color: rgba(185, 28, 28, 0.75);
}
.focus\:border-red-700\/80:focus {
    border-color: rgba(185, 28, 28, 0.8);
}
.focus\:border-red-700\/85:focus {
    border-color: rgba(185, 28, 28, 0.85);
}
.focus\:border-red-700\/90:focus {
    border-color: rgba(185, 28, 28, 0.9);
}
.focus\:border-red-700\/95:focus {
    border-color: rgba(185, 28, 28, 0.95);
}
.focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.focus\:border-red-800\/0:focus {
    border-color: rgba(153, 27, 27, 0);
}
.focus\:border-red-800\/10:focus {
    border-color: rgba(153, 27, 27, 0.1);
}
.focus\:border-red-800\/100:focus {
    border-color: #991b1b;
}
.focus\:border-red-800\/15:focus {
    border-color: rgba(153, 27, 27, 0.15);
}
.focus\:border-red-800\/20:focus {
    border-color: rgba(153, 27, 27, 0.2);
}
.focus\:border-red-800\/25:focus {
    border-color: rgba(153, 27, 27, 0.25);
}
.focus\:border-red-800\/30:focus {
    border-color: rgba(153, 27, 27, 0.3);
}
.focus\:border-red-800\/35:focus {
    border-color: rgba(153, 27, 27, 0.35);
}
.focus\:border-red-800\/40:focus {
    border-color: rgba(153, 27, 27, 0.4);
}
.focus\:border-red-800\/45:focus {
    border-color: rgba(153, 27, 27, 0.45);
}
.focus\:border-red-800\/5:focus {
    border-color: rgba(153, 27, 27, 0.05);
}
.focus\:border-red-800\/50:focus {
    border-color: rgba(153, 27, 27, 0.5);
}
.focus\:border-red-800\/55:focus {
    border-color: rgba(153, 27, 27, 0.55);
}
.focus\:border-red-800\/60:focus {
    border-color: rgba(153, 27, 27, 0.6);
}
.focus\:border-red-800\/65:focus {
    border-color: rgba(153, 27, 27, 0.65);
}
.focus\:border-red-800\/70:focus {
    border-color: rgba(153, 27, 27, 0.7);
}
.focus\:border-red-800\/75:focus {
    border-color: rgba(153, 27, 27, 0.75);
}
.focus\:border-red-800\/80:focus {
    border-color: rgba(153, 27, 27, 0.8);
}
.focus\:border-red-800\/85:focus {
    border-color: rgba(153, 27, 27, 0.85);
}
.focus\:border-red-800\/90:focus {
    border-color: rgba(153, 27, 27, 0.9);
}
.focus\:border-red-800\/95:focus {
    border-color: rgba(153, 27, 27, 0.95);
}
.focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.focus\:border-red-900\/0:focus {
    border-color: rgba(127, 29, 29, 0);
}
.focus\:border-red-900\/10:focus {
    border-color: rgba(127, 29, 29, 0.1);
}
.focus\:border-red-900\/100:focus {
    border-color: #7f1d1d;
}
.focus\:border-red-900\/15:focus {
    border-color: rgba(127, 29, 29, 0.15);
}
.focus\:border-red-900\/20:focus {
    border-color: rgba(127, 29, 29, 0.2);
}
.focus\:border-red-900\/25:focus {
    border-color: rgba(127, 29, 29, 0.25);
}
.focus\:border-red-900\/30:focus {
    border-color: rgba(127, 29, 29, 0.3);
}
.focus\:border-red-900\/35:focus {
    border-color: rgba(127, 29, 29, 0.35);
}
.focus\:border-red-900\/40:focus {
    border-color: rgba(127, 29, 29, 0.4);
}
.focus\:border-red-900\/45:focus {
    border-color: rgba(127, 29, 29, 0.45);
}
.focus\:border-red-900\/5:focus {
    border-color: rgba(127, 29, 29, 0.05);
}
.focus\:border-red-900\/50:focus {
    border-color: rgba(127, 29, 29, 0.5);
}
.focus\:border-red-900\/55:focus {
    border-color: rgba(127, 29, 29, 0.55);
}
.focus\:border-red-900\/60:focus {
    border-color: rgba(127, 29, 29, 0.6);
}
.focus\:border-red-900\/65:focus {
    border-color: rgba(127, 29, 29, 0.65);
}
.focus\:border-red-900\/70:focus {
    border-color: rgba(127, 29, 29, 0.7);
}
.focus\:border-red-900\/75:focus {
    border-color: rgba(127, 29, 29, 0.75);
}
.focus\:border-red-900\/80:focus {
    border-color: rgba(127, 29, 29, 0.8);
}
.focus\:border-red-900\/85:focus {
    border-color: rgba(127, 29, 29, 0.85);
}
.focus\:border-red-900\/90:focus {
    border-color: rgba(127, 29, 29, 0.9);
}
.focus\:border-red-900\/95:focus {
    border-color: rgba(127, 29, 29, 0.95);
}
.focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-100\/0:focus {
    border-color: rgba(255, 228, 230, 0);
}
.focus\:border-rose-100\/10:focus {
    border-color: rgba(255, 228, 230, 0.1);
}
.focus\:border-rose-100\/100:focus {
    border-color: #ffe4e6;
}
.focus\:border-rose-100\/15:focus {
    border-color: rgba(255, 228, 230, 0.15);
}
.focus\:border-rose-100\/20:focus {
    border-color: rgba(255, 228, 230, 0.2);
}
.focus\:border-rose-100\/25:focus {
    border-color: rgba(255, 228, 230, 0.25);
}
.focus\:border-rose-100\/30:focus {
    border-color: rgba(255, 228, 230, 0.3);
}
.focus\:border-rose-100\/35:focus {
    border-color: rgba(255, 228, 230, 0.35);
}
.focus\:border-rose-100\/40:focus {
    border-color: rgba(255, 228, 230, 0.4);
}
.focus\:border-rose-100\/45:focus {
    border-color: rgba(255, 228, 230, 0.45);
}
.focus\:border-rose-100\/5:focus {
    border-color: rgba(255, 228, 230, 0.05);
}
.focus\:border-rose-100\/50:focus {
    border-color: rgba(255, 228, 230, 0.5);
}
.focus\:border-rose-100\/55:focus {
    border-color: rgba(255, 228, 230, 0.55);
}
.focus\:border-rose-100\/60:focus {
    border-color: rgba(255, 228, 230, 0.6);
}
.focus\:border-rose-100\/65:focus {
    border-color: rgba(255, 228, 230, 0.65);
}
.focus\:border-rose-100\/70:focus {
    border-color: rgba(255, 228, 230, 0.7);
}
.focus\:border-rose-100\/75:focus {
    border-color: rgba(255, 228, 230, 0.75);
}
.focus\:border-rose-100\/80:focus {
    border-color: rgba(255, 228, 230, 0.8);
}
.focus\:border-rose-100\/85:focus {
    border-color: rgba(255, 228, 230, 0.85);
}
.focus\:border-rose-100\/90:focus {
    border-color: rgba(255, 228, 230, 0.9);
}
.focus\:border-rose-100\/95:focus {
    border-color: rgba(255, 228, 230, 0.95);
}
.focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-200\/0:focus {
    border-color: rgba(254, 205, 211, 0);
}
.focus\:border-rose-200\/10:focus {
    border-color: rgba(254, 205, 211, 0.1);
}
.focus\:border-rose-200\/100:focus {
    border-color: #fecdd3;
}
.focus\:border-rose-200\/15:focus {
    border-color: rgba(254, 205, 211, 0.15);
}
.focus\:border-rose-200\/20:focus {
    border-color: rgba(254, 205, 211, 0.2);
}
.focus\:border-rose-200\/25:focus {
    border-color: rgba(254, 205, 211, 0.25);
}
.focus\:border-rose-200\/30:focus {
    border-color: rgba(254, 205, 211, 0.3);
}
.focus\:border-rose-200\/35:focus {
    border-color: rgba(254, 205, 211, 0.35);
}
.focus\:border-rose-200\/40:focus {
    border-color: rgba(254, 205, 211, 0.4);
}
.focus\:border-rose-200\/45:focus {
    border-color: rgba(254, 205, 211, 0.45);
}
.focus\:border-rose-200\/5:focus {
    border-color: rgba(254, 205, 211, 0.05);
}
.focus\:border-rose-200\/50:focus {
    border-color: rgba(254, 205, 211, 0.5);
}
.focus\:border-rose-200\/55:focus {
    border-color: rgba(254, 205, 211, 0.55);
}
.focus\:border-rose-200\/60:focus {
    border-color: rgba(254, 205, 211, 0.6);
}
.focus\:border-rose-200\/65:focus {
    border-color: rgba(254, 205, 211, 0.65);
}
.focus\:border-rose-200\/70:focus {
    border-color: rgba(254, 205, 211, 0.7);
}
.focus\:border-rose-200\/75:focus {
    border-color: rgba(254, 205, 211, 0.75);
}
.focus\:border-rose-200\/80:focus {
    border-color: rgba(254, 205, 211, 0.8);
}
.focus\:border-rose-200\/85:focus {
    border-color: rgba(254, 205, 211, 0.85);
}
.focus\:border-rose-200\/90:focus {
    border-color: rgba(254, 205, 211, 0.9);
}
.focus\:border-rose-200\/95:focus {
    border-color: rgba(254, 205, 211, 0.95);
}
.focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-300\/0:focus {
    border-color: rgba(253, 164, 175, 0);
}
.focus\:border-rose-300\/10:focus {
    border-color: rgba(253, 164, 175, 0.1);
}
.focus\:border-rose-300\/100:focus {
    border-color: #fda4af;
}
.focus\:border-rose-300\/15:focus {
    border-color: rgba(253, 164, 175, 0.15);
}
.focus\:border-rose-300\/20:focus {
    border-color: rgba(253, 164, 175, 0.2);
}
.focus\:border-rose-300\/25:focus {
    border-color: rgba(253, 164, 175, 0.25);
}
.focus\:border-rose-300\/30:focus {
    border-color: rgba(253, 164, 175, 0.3);
}
.focus\:border-rose-300\/35:focus {
    border-color: rgba(253, 164, 175, 0.35);
}
.focus\:border-rose-300\/40:focus {
    border-color: rgba(253, 164, 175, 0.4);
}
.focus\:border-rose-300\/45:focus {
    border-color: rgba(253, 164, 175, 0.45);
}
.focus\:border-rose-300\/5:focus {
    border-color: rgba(253, 164, 175, 0.05);
}
.focus\:border-rose-300\/50:focus {
    border-color: rgba(253, 164, 175, 0.5);
}
.focus\:border-rose-300\/55:focus {
    border-color: rgba(253, 164, 175, 0.55);
}
.focus\:border-rose-300\/60:focus {
    border-color: rgba(253, 164, 175, 0.6);
}
.focus\:border-rose-300\/65:focus {
    border-color: rgba(253, 164, 175, 0.65);
}
.focus\:border-rose-300\/70:focus {
    border-color: rgba(253, 164, 175, 0.7);
}
.focus\:border-rose-300\/75:focus {
    border-color: rgba(253, 164, 175, 0.75);
}
.focus\:border-rose-300\/80:focus {
    border-color: rgba(253, 164, 175, 0.8);
}
.focus\:border-rose-300\/85:focus {
    border-color: rgba(253, 164, 175, 0.85);
}
.focus\:border-rose-300\/90:focus {
    border-color: rgba(253, 164, 175, 0.9);
}
.focus\:border-rose-300\/95:focus {
    border-color: rgba(253, 164, 175, 0.95);
}
.focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-400\/0:focus {
    border-color: rgba(251, 113, 133, 0);
}
.focus\:border-rose-400\/10:focus {
    border-color: rgba(251, 113, 133, 0.1);
}
.focus\:border-rose-400\/100:focus {
    border-color: #fb7185;
}
.focus\:border-rose-400\/15:focus {
    border-color: rgba(251, 113, 133, 0.15);
}
.focus\:border-rose-400\/20:focus {
    border-color: rgba(251, 113, 133, 0.2);
}
.focus\:border-rose-400\/25:focus {
    border-color: rgba(251, 113, 133, 0.25);
}
.focus\:border-rose-400\/30:focus {
    border-color: rgba(251, 113, 133, 0.3);
}
.focus\:border-rose-400\/35:focus {
    border-color: rgba(251, 113, 133, 0.35);
}
.focus\:border-rose-400\/40:focus {
    border-color: rgba(251, 113, 133, 0.4);
}
.focus\:border-rose-400\/45:focus {
    border-color: rgba(251, 113, 133, 0.45);
}
.focus\:border-rose-400\/5:focus {
    border-color: rgba(251, 113, 133, 0.05);
}
.focus\:border-rose-400\/50:focus {
    border-color: rgba(251, 113, 133, 0.5);
}
.focus\:border-rose-400\/55:focus {
    border-color: rgba(251, 113, 133, 0.55);
}
.focus\:border-rose-400\/60:focus {
    border-color: rgba(251, 113, 133, 0.6);
}
.focus\:border-rose-400\/65:focus {
    border-color: rgba(251, 113, 133, 0.65);
}
.focus\:border-rose-400\/70:focus {
    border-color: rgba(251, 113, 133, 0.7);
}
.focus\:border-rose-400\/75:focus {
    border-color: rgba(251, 113, 133, 0.75);
}
.focus\:border-rose-400\/80:focus {
    border-color: rgba(251, 113, 133, 0.8);
}
.focus\:border-rose-400\/85:focus {
    border-color: rgba(251, 113, 133, 0.85);
}
.focus\:border-rose-400\/90:focus {
    border-color: rgba(251, 113, 133, 0.9);
}
.focus\:border-rose-400\/95:focus {
    border-color: rgba(251, 113, 133, 0.95);
}
.focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-50\/0:focus {
    border-color: rgba(255, 241, 242, 0);
}
.focus\:border-rose-50\/10:focus {
    border-color: rgba(255, 241, 242, 0.1);
}
.focus\:border-rose-50\/100:focus {
    border-color: #fff1f2;
}
.focus\:border-rose-50\/15:focus {
    border-color: rgba(255, 241, 242, 0.15);
}
.focus\:border-rose-50\/20:focus {
    border-color: rgba(255, 241, 242, 0.2);
}
.focus\:border-rose-50\/25:focus {
    border-color: rgba(255, 241, 242, 0.25);
}
.focus\:border-rose-50\/30:focus {
    border-color: rgba(255, 241, 242, 0.3);
}
.focus\:border-rose-50\/35:focus {
    border-color: rgba(255, 241, 242, 0.35);
}
.focus\:border-rose-50\/40:focus {
    border-color: rgba(255, 241, 242, 0.4);
}
.focus\:border-rose-50\/45:focus {
    border-color: rgba(255, 241, 242, 0.45);
}
.focus\:border-rose-50\/5:focus {
    border-color: rgba(255, 241, 242, 0.05);
}
.focus\:border-rose-50\/50:focus {
    border-color: rgba(255, 241, 242, 0.5);
}
.focus\:border-rose-50\/55:focus {
    border-color: rgba(255, 241, 242, 0.55);
}
.focus\:border-rose-50\/60:focus {
    border-color: rgba(255, 241, 242, 0.6);
}
.focus\:border-rose-50\/65:focus {
    border-color: rgba(255, 241, 242, 0.65);
}
.focus\:border-rose-50\/70:focus {
    border-color: rgba(255, 241, 242, 0.7);
}
.focus\:border-rose-50\/75:focus {
    border-color: rgba(255, 241, 242, 0.75);
}
.focus\:border-rose-50\/80:focus {
    border-color: rgba(255, 241, 242, 0.8);
}
.focus\:border-rose-50\/85:focus {
    border-color: rgba(255, 241, 242, 0.85);
}
.focus\:border-rose-50\/90:focus {
    border-color: rgba(255, 241, 242, 0.9);
}
.focus\:border-rose-50\/95:focus {
    border-color: rgba(255, 241, 242, 0.95);
}
.focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-500\/0:focus {
    border-color: rgba(244, 63, 94, 0);
}
.focus\:border-rose-500\/10:focus {
    border-color: rgba(244, 63, 94, 0.1);
}
.focus\:border-rose-500\/100:focus {
    border-color: #f43f5e;
}
.focus\:border-rose-500\/15:focus {
    border-color: rgba(244, 63, 94, 0.15);
}
.focus\:border-rose-500\/20:focus {
    border-color: rgba(244, 63, 94, 0.2);
}
.focus\:border-rose-500\/25:focus {
    border-color: rgba(244, 63, 94, 0.25);
}
.focus\:border-rose-500\/30:focus {
    border-color: rgba(244, 63, 94, 0.3);
}
.focus\:border-rose-500\/35:focus {
    border-color: rgba(244, 63, 94, 0.35);
}
.focus\:border-rose-500\/40:focus {
    border-color: rgba(244, 63, 94, 0.4);
}
.focus\:border-rose-500\/45:focus {
    border-color: rgba(244, 63, 94, 0.45);
}
.focus\:border-rose-500\/5:focus {
    border-color: rgba(244, 63, 94, 0.05);
}
.focus\:border-rose-500\/50:focus {
    border-color: rgba(244, 63, 94, 0.5);
}
.focus\:border-rose-500\/55:focus {
    border-color: rgba(244, 63, 94, 0.55);
}
.focus\:border-rose-500\/60:focus {
    border-color: rgba(244, 63, 94, 0.6);
}
.focus\:border-rose-500\/65:focus {
    border-color: rgba(244, 63, 94, 0.65);
}
.focus\:border-rose-500\/70:focus {
    border-color: rgba(244, 63, 94, 0.7);
}
.focus\:border-rose-500\/75:focus {
    border-color: rgba(244, 63, 94, 0.75);
}
.focus\:border-rose-500\/80:focus {
    border-color: rgba(244, 63, 94, 0.8);
}
.focus\:border-rose-500\/85:focus {
    border-color: rgba(244, 63, 94, 0.85);
}
.focus\:border-rose-500\/90:focus {
    border-color: rgba(244, 63, 94, 0.9);
}
.focus\:border-rose-500\/95:focus {
    border-color: rgba(244, 63, 94, 0.95);
}
.focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-600\/0:focus {
    border-color: rgba(225, 29, 72, 0);
}
.focus\:border-rose-600\/10:focus {
    border-color: rgba(225, 29, 72, 0.1);
}
.focus\:border-rose-600\/100:focus {
    border-color: #e11d48;
}
.focus\:border-rose-600\/15:focus {
    border-color: rgba(225, 29, 72, 0.15);
}
.focus\:border-rose-600\/20:focus {
    border-color: rgba(225, 29, 72, 0.2);
}
.focus\:border-rose-600\/25:focus {
    border-color: rgba(225, 29, 72, 0.25);
}
.focus\:border-rose-600\/30:focus {
    border-color: rgba(225, 29, 72, 0.3);
}
.focus\:border-rose-600\/35:focus {
    border-color: rgba(225, 29, 72, 0.35);
}
.focus\:border-rose-600\/40:focus {
    border-color: rgba(225, 29, 72, 0.4);
}
.focus\:border-rose-600\/45:focus {
    border-color: rgba(225, 29, 72, 0.45);
}
.focus\:border-rose-600\/5:focus {
    border-color: rgba(225, 29, 72, 0.05);
}
.focus\:border-rose-600\/50:focus {
    border-color: rgba(225, 29, 72, 0.5);
}
.focus\:border-rose-600\/55:focus {
    border-color: rgba(225, 29, 72, 0.55);
}
.focus\:border-rose-600\/60:focus {
    border-color: rgba(225, 29, 72, 0.6);
}
.focus\:border-rose-600\/65:focus {
    border-color: rgba(225, 29, 72, 0.65);
}
.focus\:border-rose-600\/70:focus {
    border-color: rgba(225, 29, 72, 0.7);
}
.focus\:border-rose-600\/75:focus {
    border-color: rgba(225, 29, 72, 0.75);
}
.focus\:border-rose-600\/80:focus {
    border-color: rgba(225, 29, 72, 0.8);
}
.focus\:border-rose-600\/85:focus {
    border-color: rgba(225, 29, 72, 0.85);
}
.focus\:border-rose-600\/90:focus {
    border-color: rgba(225, 29, 72, 0.9);
}
.focus\:border-rose-600\/95:focus {
    border-color: rgba(225, 29, 72, 0.95);
}
.focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-700\/0:focus {
    border-color: rgba(190, 18, 60, 0);
}
.focus\:border-rose-700\/10:focus {
    border-color: rgba(190, 18, 60, 0.1);
}
.focus\:border-rose-700\/100:focus {
    border-color: #be123c;
}
.focus\:border-rose-700\/15:focus {
    border-color: rgba(190, 18, 60, 0.15);
}
.focus\:border-rose-700\/20:focus {
    border-color: rgba(190, 18, 60, 0.2);
}
.focus\:border-rose-700\/25:focus {
    border-color: rgba(190, 18, 60, 0.25);
}
.focus\:border-rose-700\/30:focus {
    border-color: rgba(190, 18, 60, 0.3);
}
.focus\:border-rose-700\/35:focus {
    border-color: rgba(190, 18, 60, 0.35);
}
.focus\:border-rose-700\/40:focus {
    border-color: rgba(190, 18, 60, 0.4);
}
.focus\:border-rose-700\/45:focus {
    border-color: rgba(190, 18, 60, 0.45);
}
.focus\:border-rose-700\/5:focus {
    border-color: rgba(190, 18, 60, 0.05);
}
.focus\:border-rose-700\/50:focus {
    border-color: rgba(190, 18, 60, 0.5);
}
.focus\:border-rose-700\/55:focus {
    border-color: rgba(190, 18, 60, 0.55);
}
.focus\:border-rose-700\/60:focus {
    border-color: rgba(190, 18, 60, 0.6);
}
.focus\:border-rose-700\/65:focus {
    border-color: rgba(190, 18, 60, 0.65);
}
.focus\:border-rose-700\/70:focus {
    border-color: rgba(190, 18, 60, 0.7);
}
.focus\:border-rose-700\/75:focus {
    border-color: rgba(190, 18, 60, 0.75);
}
.focus\:border-rose-700\/80:focus {
    border-color: rgba(190, 18, 60, 0.8);
}
.focus\:border-rose-700\/85:focus {
    border-color: rgba(190, 18, 60, 0.85);
}
.focus\:border-rose-700\/90:focus {
    border-color: rgba(190, 18, 60, 0.9);
}
.focus\:border-rose-700\/95:focus {
    border-color: rgba(190, 18, 60, 0.95);
}
.focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-800\/0:focus {
    border-color: rgba(159, 18, 57, 0);
}
.focus\:border-rose-800\/10:focus {
    border-color: rgba(159, 18, 57, 0.1);
}
.focus\:border-rose-800\/100:focus {
    border-color: #9f1239;
}
.focus\:border-rose-800\/15:focus {
    border-color: rgba(159, 18, 57, 0.15);
}
.focus\:border-rose-800\/20:focus {
    border-color: rgba(159, 18, 57, 0.2);
}
.focus\:border-rose-800\/25:focus {
    border-color: rgba(159, 18, 57, 0.25);
}
.focus\:border-rose-800\/30:focus {
    border-color: rgba(159, 18, 57, 0.3);
}
.focus\:border-rose-800\/35:focus {
    border-color: rgba(159, 18, 57, 0.35);
}
.focus\:border-rose-800\/40:focus {
    border-color: rgba(159, 18, 57, 0.4);
}
.focus\:border-rose-800\/45:focus {
    border-color: rgba(159, 18, 57, 0.45);
}
.focus\:border-rose-800\/5:focus {
    border-color: rgba(159, 18, 57, 0.05);
}
.focus\:border-rose-800\/50:focus {
    border-color: rgba(159, 18, 57, 0.5);
}
.focus\:border-rose-800\/55:focus {
    border-color: rgba(159, 18, 57, 0.55);
}
.focus\:border-rose-800\/60:focus {
    border-color: rgba(159, 18, 57, 0.6);
}
.focus\:border-rose-800\/65:focus {
    border-color: rgba(159, 18, 57, 0.65);
}
.focus\:border-rose-800\/70:focus {
    border-color: rgba(159, 18, 57, 0.7);
}
.focus\:border-rose-800\/75:focus {
    border-color: rgba(159, 18, 57, 0.75);
}
.focus\:border-rose-800\/80:focus {
    border-color: rgba(159, 18, 57, 0.8);
}
.focus\:border-rose-800\/85:focus {
    border-color: rgba(159, 18, 57, 0.85);
}
.focus\:border-rose-800\/90:focus {
    border-color: rgba(159, 18, 57, 0.9);
}
.focus\:border-rose-800\/95:focus {
    border-color: rgba(159, 18, 57, 0.95);
}
.focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.focus\:border-rose-900\/0:focus {
    border-color: rgba(136, 19, 55, 0);
}
.focus\:border-rose-900\/10:focus {
    border-color: rgba(136, 19, 55, 0.1);
}
.focus\:border-rose-900\/100:focus {
    border-color: #881337;
}
.focus\:border-rose-900\/15:focus {
    border-color: rgba(136, 19, 55, 0.15);
}
.focus\:border-rose-900\/20:focus {
    border-color: rgba(136, 19, 55, 0.2);
}
.focus\:border-rose-900\/25:focus {
    border-color: rgba(136, 19, 55, 0.25);
}
.focus\:border-rose-900\/30:focus {
    border-color: rgba(136, 19, 55, 0.3);
}
.focus\:border-rose-900\/35:focus {
    border-color: rgba(136, 19, 55, 0.35);
}
.focus\:border-rose-900\/40:focus {
    border-color: rgba(136, 19, 55, 0.4);
}
.focus\:border-rose-900\/45:focus {
    border-color: rgba(136, 19, 55, 0.45);
}
.focus\:border-rose-900\/5:focus {
    border-color: rgba(136, 19, 55, 0.05);
}
.focus\:border-rose-900\/50:focus {
    border-color: rgba(136, 19, 55, 0.5);
}
.focus\:border-rose-900\/55:focus {
    border-color: rgba(136, 19, 55, 0.55);
}
.focus\:border-rose-900\/60:focus {
    border-color: rgba(136, 19, 55, 0.6);
}
.focus\:border-rose-900\/65:focus {
    border-color: rgba(136, 19, 55, 0.65);
}
.focus\:border-rose-900\/70:focus {
    border-color: rgba(136, 19, 55, 0.7);
}
.focus\:border-rose-900\/75:focus {
    border-color: rgba(136, 19, 55, 0.75);
}
.focus\:border-rose-900\/80:focus {
    border-color: rgba(136, 19, 55, 0.8);
}
.focus\:border-rose-900\/85:focus {
    border-color: rgba(136, 19, 55, 0.85);
}
.focus\:border-rose-900\/90:focus {
    border-color: rgba(136, 19, 55, 0.9);
}
.focus\:border-rose-900\/95:focus {
    border-color: rgba(136, 19, 55, 0.95);
}
.focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-100\/0:focus {
    border-color: rgba(224, 242, 254, 0);
}
.focus\:border-sky-100\/10:focus {
    border-color: rgba(224, 242, 254, 0.1);
}
.focus\:border-sky-100\/100:focus {
    border-color: #e0f2fe;
}
.focus\:border-sky-100\/15:focus {
    border-color: rgba(224, 242, 254, 0.15);
}
.focus\:border-sky-100\/20:focus {
    border-color: rgba(224, 242, 254, 0.2);
}
.focus\:border-sky-100\/25:focus {
    border-color: rgba(224, 242, 254, 0.25);
}
.focus\:border-sky-100\/30:focus {
    border-color: rgba(224, 242, 254, 0.3);
}
.focus\:border-sky-100\/35:focus {
    border-color: rgba(224, 242, 254, 0.35);
}
.focus\:border-sky-100\/40:focus {
    border-color: rgba(224, 242, 254, 0.4);
}
.focus\:border-sky-100\/45:focus {
    border-color: rgba(224, 242, 254, 0.45);
}
.focus\:border-sky-100\/5:focus {
    border-color: rgba(224, 242, 254, 0.05);
}
.focus\:border-sky-100\/50:focus {
    border-color: rgba(224, 242, 254, 0.5);
}
.focus\:border-sky-100\/55:focus {
    border-color: rgba(224, 242, 254, 0.55);
}
.focus\:border-sky-100\/60:focus {
    border-color: rgba(224, 242, 254, 0.6);
}
.focus\:border-sky-100\/65:focus {
    border-color: rgba(224, 242, 254, 0.65);
}
.focus\:border-sky-100\/70:focus {
    border-color: rgba(224, 242, 254, 0.7);
}
.focus\:border-sky-100\/75:focus {
    border-color: rgba(224, 242, 254, 0.75);
}
.focus\:border-sky-100\/80:focus {
    border-color: rgba(224, 242, 254, 0.8);
}
.focus\:border-sky-100\/85:focus {
    border-color: rgba(224, 242, 254, 0.85);
}
.focus\:border-sky-100\/90:focus {
    border-color: rgba(224, 242, 254, 0.9);
}
.focus\:border-sky-100\/95:focus {
    border-color: rgba(224, 242, 254, 0.95);
}
.focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-200\/0:focus {
    border-color: rgba(186, 230, 253, 0);
}
.focus\:border-sky-200\/10:focus {
    border-color: rgba(186, 230, 253, 0.1);
}
.focus\:border-sky-200\/100:focus {
    border-color: #bae6fd;
}
.focus\:border-sky-200\/15:focus {
    border-color: rgba(186, 230, 253, 0.15);
}
.focus\:border-sky-200\/20:focus {
    border-color: rgba(186, 230, 253, 0.2);
}
.focus\:border-sky-200\/25:focus {
    border-color: rgba(186, 230, 253, 0.25);
}
.focus\:border-sky-200\/30:focus {
    border-color: rgba(186, 230, 253, 0.3);
}
.focus\:border-sky-200\/35:focus {
    border-color: rgba(186, 230, 253, 0.35);
}
.focus\:border-sky-200\/40:focus {
    border-color: rgba(186, 230, 253, 0.4);
}
.focus\:border-sky-200\/45:focus {
    border-color: rgba(186, 230, 253, 0.45);
}
.focus\:border-sky-200\/5:focus {
    border-color: rgba(186, 230, 253, 0.05);
}
.focus\:border-sky-200\/50:focus {
    border-color: rgba(186, 230, 253, 0.5);
}
.focus\:border-sky-200\/55:focus {
    border-color: rgba(186, 230, 253, 0.55);
}
.focus\:border-sky-200\/60:focus {
    border-color: rgba(186, 230, 253, 0.6);
}
.focus\:border-sky-200\/65:focus {
    border-color: rgba(186, 230, 253, 0.65);
}
.focus\:border-sky-200\/70:focus {
    border-color: rgba(186, 230, 253, 0.7);
}
.focus\:border-sky-200\/75:focus {
    border-color: rgba(186, 230, 253, 0.75);
}
.focus\:border-sky-200\/80:focus {
    border-color: rgba(186, 230, 253, 0.8);
}
.focus\:border-sky-200\/85:focus {
    border-color: rgba(186, 230, 253, 0.85);
}
.focus\:border-sky-200\/90:focus {
    border-color: rgba(186, 230, 253, 0.9);
}
.focus\:border-sky-200\/95:focus {
    border-color: rgba(186, 230, 253, 0.95);
}
.focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-300\/0:focus {
    border-color: rgba(125, 211, 252, 0);
}
.focus\:border-sky-300\/10:focus {
    border-color: rgba(125, 211, 252, 0.1);
}
.focus\:border-sky-300\/100:focus {
    border-color: #7dd3fc;
}
.focus\:border-sky-300\/15:focus {
    border-color: rgba(125, 211, 252, 0.15);
}
.focus\:border-sky-300\/20:focus {
    border-color: rgba(125, 211, 252, 0.2);
}
.focus\:border-sky-300\/25:focus {
    border-color: rgba(125, 211, 252, 0.25);
}
.focus\:border-sky-300\/30:focus {
    border-color: rgba(125, 211, 252, 0.3);
}
.focus\:border-sky-300\/35:focus {
    border-color: rgba(125, 211, 252, 0.35);
}
.focus\:border-sky-300\/40:focus {
    border-color: rgba(125, 211, 252, 0.4);
}
.focus\:border-sky-300\/45:focus {
    border-color: rgba(125, 211, 252, 0.45);
}
.focus\:border-sky-300\/5:focus {
    border-color: rgba(125, 211, 252, 0.05);
}
.focus\:border-sky-300\/50:focus {
    border-color: rgba(125, 211, 252, 0.5);
}
.focus\:border-sky-300\/55:focus {
    border-color: rgba(125, 211, 252, 0.55);
}
.focus\:border-sky-300\/60:focus {
    border-color: rgba(125, 211, 252, 0.6);
}
.focus\:border-sky-300\/65:focus {
    border-color: rgba(125, 211, 252, 0.65);
}
.focus\:border-sky-300\/70:focus {
    border-color: rgba(125, 211, 252, 0.7);
}
.focus\:border-sky-300\/75:focus {
    border-color: rgba(125, 211, 252, 0.75);
}
.focus\:border-sky-300\/80:focus {
    border-color: rgba(125, 211, 252, 0.8);
}
.focus\:border-sky-300\/85:focus {
    border-color: rgba(125, 211, 252, 0.85);
}
.focus\:border-sky-300\/90:focus {
    border-color: rgba(125, 211, 252, 0.9);
}
.focus\:border-sky-300\/95:focus {
    border-color: rgba(125, 211, 252, 0.95);
}
.focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-400\/0:focus {
    border-color: rgba(56, 189, 248, 0);
}
.focus\:border-sky-400\/10:focus {
    border-color: rgba(56, 189, 248, 0.1);
}
.focus\:border-sky-400\/100:focus {
    border-color: #38bdf8;
}
.focus\:border-sky-400\/15:focus {
    border-color: rgba(56, 189, 248, 0.15);
}
.focus\:border-sky-400\/20:focus {
    border-color: rgba(56, 189, 248, 0.2);
}
.focus\:border-sky-400\/25:focus {
    border-color: rgba(56, 189, 248, 0.25);
}
.focus\:border-sky-400\/30:focus {
    border-color: rgba(56, 189, 248, 0.3);
}
.focus\:border-sky-400\/35:focus {
    border-color: rgba(56, 189, 248, 0.35);
}
.focus\:border-sky-400\/40:focus {
    border-color: rgba(56, 189, 248, 0.4);
}
.focus\:border-sky-400\/45:focus {
    border-color: rgba(56, 189, 248, 0.45);
}
.focus\:border-sky-400\/5:focus {
    border-color: rgba(56, 189, 248, 0.05);
}
.focus\:border-sky-400\/50:focus {
    border-color: rgba(56, 189, 248, 0.5);
}
.focus\:border-sky-400\/55:focus {
    border-color: rgba(56, 189, 248, 0.55);
}
.focus\:border-sky-400\/60:focus {
    border-color: rgba(56, 189, 248, 0.6);
}
.focus\:border-sky-400\/65:focus {
    border-color: rgba(56, 189, 248, 0.65);
}
.focus\:border-sky-400\/70:focus {
    border-color: rgba(56, 189, 248, 0.7);
}
.focus\:border-sky-400\/75:focus {
    border-color: rgba(56, 189, 248, 0.75);
}
.focus\:border-sky-400\/80:focus {
    border-color: rgba(56, 189, 248, 0.8);
}
.focus\:border-sky-400\/85:focus {
    border-color: rgba(56, 189, 248, 0.85);
}
.focus\:border-sky-400\/90:focus {
    border-color: rgba(56, 189, 248, 0.9);
}
.focus\:border-sky-400\/95:focus {
    border-color: rgba(56, 189, 248, 0.95);
}
.focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-50\/0:focus {
    border-color: rgba(240, 249, 255, 0);
}
.focus\:border-sky-50\/10:focus {
    border-color: rgba(240, 249, 255, 0.1);
}
.focus\:border-sky-50\/100:focus {
    border-color: #f0f9ff;
}
.focus\:border-sky-50\/15:focus {
    border-color: rgba(240, 249, 255, 0.15);
}
.focus\:border-sky-50\/20:focus {
    border-color: rgba(240, 249, 255, 0.2);
}
.focus\:border-sky-50\/25:focus {
    border-color: rgba(240, 249, 255, 0.25);
}
.focus\:border-sky-50\/30:focus {
    border-color: rgba(240, 249, 255, 0.3);
}
.focus\:border-sky-50\/35:focus {
    border-color: rgba(240, 249, 255, 0.35);
}
.focus\:border-sky-50\/40:focus {
    border-color: rgba(240, 249, 255, 0.4);
}
.focus\:border-sky-50\/45:focus {
    border-color: rgba(240, 249, 255, 0.45);
}
.focus\:border-sky-50\/5:focus {
    border-color: rgba(240, 249, 255, 0.05);
}
.focus\:border-sky-50\/50:focus {
    border-color: rgba(240, 249, 255, 0.5);
}
.focus\:border-sky-50\/55:focus {
    border-color: rgba(240, 249, 255, 0.55);
}
.focus\:border-sky-50\/60:focus {
    border-color: rgba(240, 249, 255, 0.6);
}
.focus\:border-sky-50\/65:focus {
    border-color: rgba(240, 249, 255, 0.65);
}
.focus\:border-sky-50\/70:focus {
    border-color: rgba(240, 249, 255, 0.7);
}
.focus\:border-sky-50\/75:focus {
    border-color: rgba(240, 249, 255, 0.75);
}
.focus\:border-sky-50\/80:focus {
    border-color: rgba(240, 249, 255, 0.8);
}
.focus\:border-sky-50\/85:focus {
    border-color: rgba(240, 249, 255, 0.85);
}
.focus\:border-sky-50\/90:focus {
    border-color: rgba(240, 249, 255, 0.9);
}
.focus\:border-sky-50\/95:focus {
    border-color: rgba(240, 249, 255, 0.95);
}
.focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-500\/0:focus {
    border-color: rgba(14, 165, 233, 0);
}
.focus\:border-sky-500\/10:focus {
    border-color: rgba(14, 165, 233, 0.1);
}
.focus\:border-sky-500\/100:focus {
    border-color: #0ea5e9;
}
.focus\:border-sky-500\/15:focus {
    border-color: rgba(14, 165, 233, 0.15);
}
.focus\:border-sky-500\/20:focus {
    border-color: rgba(14, 165, 233, 0.2);
}
.focus\:border-sky-500\/25:focus {
    border-color: rgba(14, 165, 233, 0.25);
}
.focus\:border-sky-500\/30:focus {
    border-color: rgba(14, 165, 233, 0.3);
}
.focus\:border-sky-500\/35:focus {
    border-color: rgba(14, 165, 233, 0.35);
}
.focus\:border-sky-500\/40:focus {
    border-color: rgba(14, 165, 233, 0.4);
}
.focus\:border-sky-500\/45:focus {
    border-color: rgba(14, 165, 233, 0.45);
}
.focus\:border-sky-500\/5:focus {
    border-color: rgba(14, 165, 233, 0.05);
}
.focus\:border-sky-500\/50:focus {
    border-color: rgba(14, 165, 233, 0.5);
}
.focus\:border-sky-500\/55:focus {
    border-color: rgba(14, 165, 233, 0.55);
}
.focus\:border-sky-500\/60:focus {
    border-color: rgba(14, 165, 233, 0.6);
}
.focus\:border-sky-500\/65:focus {
    border-color: rgba(14, 165, 233, 0.65);
}
.focus\:border-sky-500\/70:focus {
    border-color: rgba(14, 165, 233, 0.7);
}
.focus\:border-sky-500\/75:focus {
    border-color: rgba(14, 165, 233, 0.75);
}
.focus\:border-sky-500\/80:focus {
    border-color: rgba(14, 165, 233, 0.8);
}
.focus\:border-sky-500\/85:focus {
    border-color: rgba(14, 165, 233, 0.85);
}
.focus\:border-sky-500\/90:focus {
    border-color: rgba(14, 165, 233, 0.9);
}
.focus\:border-sky-500\/95:focus {
    border-color: rgba(14, 165, 233, 0.95);
}
.focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-600\/0:focus {
    border-color: rgba(2, 132, 199, 0);
}
.focus\:border-sky-600\/10:focus {
    border-color: rgba(2, 132, 199, 0.1);
}
.focus\:border-sky-600\/100:focus {
    border-color: #0284c7;
}
.focus\:border-sky-600\/15:focus {
    border-color: rgba(2, 132, 199, 0.15);
}
.focus\:border-sky-600\/20:focus {
    border-color: rgba(2, 132, 199, 0.2);
}
.focus\:border-sky-600\/25:focus {
    border-color: rgba(2, 132, 199, 0.25);
}
.focus\:border-sky-600\/30:focus {
    border-color: rgba(2, 132, 199, 0.3);
}
.focus\:border-sky-600\/35:focus {
    border-color: rgba(2, 132, 199, 0.35);
}
.focus\:border-sky-600\/40:focus {
    border-color: rgba(2, 132, 199, 0.4);
}
.focus\:border-sky-600\/45:focus {
    border-color: rgba(2, 132, 199, 0.45);
}
.focus\:border-sky-600\/5:focus {
    border-color: rgba(2, 132, 199, 0.05);
}
.focus\:border-sky-600\/50:focus {
    border-color: rgba(2, 132, 199, 0.5);
}
.focus\:border-sky-600\/55:focus {
    border-color: rgba(2, 132, 199, 0.55);
}
.focus\:border-sky-600\/60:focus {
    border-color: rgba(2, 132, 199, 0.6);
}
.focus\:border-sky-600\/65:focus {
    border-color: rgba(2, 132, 199, 0.65);
}
.focus\:border-sky-600\/70:focus {
    border-color: rgba(2, 132, 199, 0.7);
}
.focus\:border-sky-600\/75:focus {
    border-color: rgba(2, 132, 199, 0.75);
}
.focus\:border-sky-600\/80:focus {
    border-color: rgba(2, 132, 199, 0.8);
}
.focus\:border-sky-600\/85:focus {
    border-color: rgba(2, 132, 199, 0.85);
}
.focus\:border-sky-600\/90:focus {
    border-color: rgba(2, 132, 199, 0.9);
}
.focus\:border-sky-600\/95:focus {
    border-color: rgba(2, 132, 199, 0.95);
}
.focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-700\/0:focus {
    border-color: rgba(3, 105, 161, 0);
}
.focus\:border-sky-700\/10:focus {
    border-color: rgba(3, 105, 161, 0.1);
}
.focus\:border-sky-700\/100:focus {
    border-color: #0369a1;
}
.focus\:border-sky-700\/15:focus {
    border-color: rgba(3, 105, 161, 0.15);
}
.focus\:border-sky-700\/20:focus {
    border-color: rgba(3, 105, 161, 0.2);
}
.focus\:border-sky-700\/25:focus {
    border-color: rgba(3, 105, 161, 0.25);
}
.focus\:border-sky-700\/30:focus {
    border-color: rgba(3, 105, 161, 0.3);
}
.focus\:border-sky-700\/35:focus {
    border-color: rgba(3, 105, 161, 0.35);
}
.focus\:border-sky-700\/40:focus {
    border-color: rgba(3, 105, 161, 0.4);
}
.focus\:border-sky-700\/45:focus {
    border-color: rgba(3, 105, 161, 0.45);
}
.focus\:border-sky-700\/5:focus {
    border-color: rgba(3, 105, 161, 0.05);
}
.focus\:border-sky-700\/50:focus {
    border-color: rgba(3, 105, 161, 0.5);
}
.focus\:border-sky-700\/55:focus {
    border-color: rgba(3, 105, 161, 0.55);
}
.focus\:border-sky-700\/60:focus {
    border-color: rgba(3, 105, 161, 0.6);
}
.focus\:border-sky-700\/65:focus {
    border-color: rgba(3, 105, 161, 0.65);
}
.focus\:border-sky-700\/70:focus {
    border-color: rgba(3, 105, 161, 0.7);
}
.focus\:border-sky-700\/75:focus {
    border-color: rgba(3, 105, 161, 0.75);
}
.focus\:border-sky-700\/80:focus {
    border-color: rgba(3, 105, 161, 0.8);
}
.focus\:border-sky-700\/85:focus {
    border-color: rgba(3, 105, 161, 0.85);
}
.focus\:border-sky-700\/90:focus {
    border-color: rgba(3, 105, 161, 0.9);
}
.focus\:border-sky-700\/95:focus {
    border-color: rgba(3, 105, 161, 0.95);
}
.focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-800\/0:focus {
    border-color: rgba(7, 89, 133, 0);
}
.focus\:border-sky-800\/10:focus {
    border-color: rgba(7, 89, 133, 0.1);
}
.focus\:border-sky-800\/100:focus {
    border-color: #075985;
}
.focus\:border-sky-800\/15:focus {
    border-color: rgba(7, 89, 133, 0.15);
}
.focus\:border-sky-800\/20:focus {
    border-color: rgba(7, 89, 133, 0.2);
}
.focus\:border-sky-800\/25:focus {
    border-color: rgba(7, 89, 133, 0.25);
}
.focus\:border-sky-800\/30:focus {
    border-color: rgba(7, 89, 133, 0.3);
}
.focus\:border-sky-800\/35:focus {
    border-color: rgba(7, 89, 133, 0.35);
}
.focus\:border-sky-800\/40:focus {
    border-color: rgba(7, 89, 133, 0.4);
}
.focus\:border-sky-800\/45:focus {
    border-color: rgba(7, 89, 133, 0.45);
}
.focus\:border-sky-800\/5:focus {
    border-color: rgba(7, 89, 133, 0.05);
}
.focus\:border-sky-800\/50:focus {
    border-color: rgba(7, 89, 133, 0.5);
}
.focus\:border-sky-800\/55:focus {
    border-color: rgba(7, 89, 133, 0.55);
}
.focus\:border-sky-800\/60:focus {
    border-color: rgba(7, 89, 133, 0.6);
}
.focus\:border-sky-800\/65:focus {
    border-color: rgba(7, 89, 133, 0.65);
}
.focus\:border-sky-800\/70:focus {
    border-color: rgba(7, 89, 133, 0.7);
}
.focus\:border-sky-800\/75:focus {
    border-color: rgba(7, 89, 133, 0.75);
}
.focus\:border-sky-800\/80:focus {
    border-color: rgba(7, 89, 133, 0.8);
}
.focus\:border-sky-800\/85:focus {
    border-color: rgba(7, 89, 133, 0.85);
}
.focus\:border-sky-800\/90:focus {
    border-color: rgba(7, 89, 133, 0.9);
}
.focus\:border-sky-800\/95:focus {
    border-color: rgba(7, 89, 133, 0.95);
}
.focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-900\/0:focus {
    border-color: rgba(12, 74, 110, 0);
}
.focus\:border-sky-900\/10:focus {
    border-color: rgba(12, 74, 110, 0.1);
}
.focus\:border-sky-900\/100:focus {
    border-color: #0c4a6e;
}
.focus\:border-sky-900\/15:focus {
    border-color: rgba(12, 74, 110, 0.15);
}
.focus\:border-sky-900\/20:focus {
    border-color: rgba(12, 74, 110, 0.2);
}
.focus\:border-sky-900\/25:focus {
    border-color: rgba(12, 74, 110, 0.25);
}
.focus\:border-sky-900\/30:focus {
    border-color: rgba(12, 74, 110, 0.3);
}
.focus\:border-sky-900\/35:focus {
    border-color: rgba(12, 74, 110, 0.35);
}
.focus\:border-sky-900\/40:focus {
    border-color: rgba(12, 74, 110, 0.4);
}
.focus\:border-sky-900\/45:focus {
    border-color: rgba(12, 74, 110, 0.45);
}
.focus\:border-sky-900\/5:focus {
    border-color: rgba(12, 74, 110, 0.05);
}
.focus\:border-sky-900\/50:focus {
    border-color: rgba(12, 74, 110, 0.5);
}
.focus\:border-sky-900\/55:focus {
    border-color: rgba(12, 74, 110, 0.55);
}
.focus\:border-sky-900\/60:focus {
    border-color: rgba(12, 74, 110, 0.6);
}
.focus\:border-sky-900\/65:focus {
    border-color: rgba(12, 74, 110, 0.65);
}
.focus\:border-sky-900\/70:focus {
    border-color: rgba(12, 74, 110, 0.7);
}
.focus\:border-sky-900\/75:focus {
    border-color: rgba(12, 74, 110, 0.75);
}
.focus\:border-sky-900\/80:focus {
    border-color: rgba(12, 74, 110, 0.8);
}
.focus\:border-sky-900\/85:focus {
    border-color: rgba(12, 74, 110, 0.85);
}
.focus\:border-sky-900\/90:focus {
    border-color: rgba(12, 74, 110, 0.9);
}
.focus\:border-sky-900\/95:focus {
    border-color: rgba(12, 74, 110, 0.95);
}
.focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-100\/0:focus {
    border-color: rgba(241, 245, 249, 0);
}
.focus\:border-slate-100\/10:focus {
    border-color: rgba(241, 245, 249, 0.1);
}
.focus\:border-slate-100\/100:focus {
    border-color: #f1f5f9;
}
.focus\:border-slate-100\/15:focus {
    border-color: rgba(241, 245, 249, 0.15);
}
.focus\:border-slate-100\/20:focus {
    border-color: rgba(241, 245, 249, 0.2);
}
.focus\:border-slate-100\/25:focus {
    border-color: rgba(241, 245, 249, 0.25);
}
.focus\:border-slate-100\/30:focus {
    border-color: rgba(241, 245, 249, 0.3);
}
.focus\:border-slate-100\/35:focus {
    border-color: rgba(241, 245, 249, 0.35);
}
.focus\:border-slate-100\/40:focus {
    border-color: rgba(241, 245, 249, 0.4);
}
.focus\:border-slate-100\/45:focus {
    border-color: rgba(241, 245, 249, 0.45);
}
.focus\:border-slate-100\/5:focus {
    border-color: rgba(241, 245, 249, 0.05);
}
.focus\:border-slate-100\/50:focus {
    border-color: rgba(241, 245, 249, 0.5);
}
.focus\:border-slate-100\/55:focus {
    border-color: rgba(241, 245, 249, 0.55);
}
.focus\:border-slate-100\/60:focus {
    border-color: rgba(241, 245, 249, 0.6);
}
.focus\:border-slate-100\/65:focus {
    border-color: rgba(241, 245, 249, 0.65);
}
.focus\:border-slate-100\/70:focus {
    border-color: rgba(241, 245, 249, 0.7);
}
.focus\:border-slate-100\/75:focus {
    border-color: rgba(241, 245, 249, 0.75);
}
.focus\:border-slate-100\/80:focus {
    border-color: rgba(241, 245, 249, 0.8);
}
.focus\:border-slate-100\/85:focus {
    border-color: rgba(241, 245, 249, 0.85);
}
.focus\:border-slate-100\/90:focus {
    border-color: rgba(241, 245, 249, 0.9);
}
.focus\:border-slate-100\/95:focus {
    border-color: rgba(241, 245, 249, 0.95);
}
.focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-200\/0:focus {
    border-color: rgba(226, 232, 240, 0);
}
.focus\:border-slate-200\/10:focus {
    border-color: rgba(226, 232, 240, 0.1);
}
.focus\:border-slate-200\/100:focus {
    border-color: #e2e8f0;
}
.focus\:border-slate-200\/15:focus {
    border-color: rgba(226, 232, 240, 0.15);
}
.focus\:border-slate-200\/20:focus {
    border-color: rgba(226, 232, 240, 0.2);
}
.focus\:border-slate-200\/25:focus {
    border-color: rgba(226, 232, 240, 0.25);
}
.focus\:border-slate-200\/30:focus {
    border-color: rgba(226, 232, 240, 0.3);
}
.focus\:border-slate-200\/35:focus {
    border-color: rgba(226, 232, 240, 0.35);
}
.focus\:border-slate-200\/40:focus {
    border-color: rgba(226, 232, 240, 0.4);
}
.focus\:border-slate-200\/45:focus {
    border-color: rgba(226, 232, 240, 0.45);
}
.focus\:border-slate-200\/5:focus {
    border-color: rgba(226, 232, 240, 0.05);
}
.focus\:border-slate-200\/50:focus {
    border-color: rgba(226, 232, 240, 0.5);
}
.focus\:border-slate-200\/55:focus {
    border-color: rgba(226, 232, 240, 0.55);
}
.focus\:border-slate-200\/60:focus {
    border-color: rgba(226, 232, 240, 0.6);
}
.focus\:border-slate-200\/65:focus {
    border-color: rgba(226, 232, 240, 0.65);
}
.focus\:border-slate-200\/70:focus {
    border-color: rgba(226, 232, 240, 0.7);
}
.focus\:border-slate-200\/75:focus {
    border-color: rgba(226, 232, 240, 0.75);
}
.focus\:border-slate-200\/80:focus {
    border-color: rgba(226, 232, 240, 0.8);
}
.focus\:border-slate-200\/85:focus {
    border-color: rgba(226, 232, 240, 0.85);
}
.focus\:border-slate-200\/90:focus {
    border-color: rgba(226, 232, 240, 0.9);
}
.focus\:border-slate-200\/95:focus {
    border-color: rgba(226, 232, 240, 0.95);
}
.focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-300\/0:focus {
    border-color: rgba(203, 213, 225, 0);
}
.focus\:border-slate-300\/10:focus {
    border-color: rgba(203, 213, 225, 0.1);
}
.focus\:border-slate-300\/100:focus {
    border-color: #cbd5e1;
}
.focus\:border-slate-300\/15:focus {
    border-color: rgba(203, 213, 225, 0.15);
}
.focus\:border-slate-300\/20:focus {
    border-color: rgba(203, 213, 225, 0.2);
}
.focus\:border-slate-300\/25:focus {
    border-color: rgba(203, 213, 225, 0.25);
}
.focus\:border-slate-300\/30:focus {
    border-color: rgba(203, 213, 225, 0.3);
}
.focus\:border-slate-300\/35:focus {
    border-color: rgba(203, 213, 225, 0.35);
}
.focus\:border-slate-300\/40:focus {
    border-color: rgba(203, 213, 225, 0.4);
}
.focus\:border-slate-300\/45:focus {
    border-color: rgba(203, 213, 225, 0.45);
}
.focus\:border-slate-300\/5:focus {
    border-color: rgba(203, 213, 225, 0.05);
}
.focus\:border-slate-300\/50:focus {
    border-color: rgba(203, 213, 225, 0.5);
}
.focus\:border-slate-300\/55:focus {
    border-color: rgba(203, 213, 225, 0.55);
}
.focus\:border-slate-300\/60:focus {
    border-color: rgba(203, 213, 225, 0.6);
}
.focus\:border-slate-300\/65:focus {
    border-color: rgba(203, 213, 225, 0.65);
}
.focus\:border-slate-300\/70:focus {
    border-color: rgba(203, 213, 225, 0.7);
}
.focus\:border-slate-300\/75:focus {
    border-color: rgba(203, 213, 225, 0.75);
}
.focus\:border-slate-300\/80:focus {
    border-color: rgba(203, 213, 225, 0.8);
}
.focus\:border-slate-300\/85:focus {
    border-color: rgba(203, 213, 225, 0.85);
}
.focus\:border-slate-300\/90:focus {
    border-color: rgba(203, 213, 225, 0.9);
}
.focus\:border-slate-300\/95:focus {
    border-color: rgba(203, 213, 225, 0.95);
}
.focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-400\/0:focus {
    border-color: rgba(148, 163, 184, 0);
}
.focus\:border-slate-400\/10:focus {
    border-color: rgba(148, 163, 184, 0.1);
}
.focus\:border-slate-400\/100:focus {
    border-color: #94a3b8;
}
.focus\:border-slate-400\/15:focus {
    border-color: rgba(148, 163, 184, 0.15);
}
.focus\:border-slate-400\/20:focus {
    border-color: rgba(148, 163, 184, 0.2);
}
.focus\:border-slate-400\/25:focus {
    border-color: rgba(148, 163, 184, 0.25);
}
.focus\:border-slate-400\/30:focus {
    border-color: rgba(148, 163, 184, 0.3);
}
.focus\:border-slate-400\/35:focus {
    border-color: rgba(148, 163, 184, 0.35);
}
.focus\:border-slate-400\/40:focus {
    border-color: rgba(148, 163, 184, 0.4);
}
.focus\:border-slate-400\/45:focus {
    border-color: rgba(148, 163, 184, 0.45);
}
.focus\:border-slate-400\/5:focus {
    border-color: rgba(148, 163, 184, 0.05);
}
.focus\:border-slate-400\/50:focus {
    border-color: rgba(148, 163, 184, 0.5);
}
.focus\:border-slate-400\/55:focus {
    border-color: rgba(148, 163, 184, 0.55);
}
.focus\:border-slate-400\/60:focus {
    border-color: rgba(148, 163, 184, 0.6);
}
.focus\:border-slate-400\/65:focus {
    border-color: rgba(148, 163, 184, 0.65);
}
.focus\:border-slate-400\/70:focus {
    border-color: rgba(148, 163, 184, 0.7);
}
.focus\:border-slate-400\/75:focus {
    border-color: rgba(148, 163, 184, 0.75);
}
.focus\:border-slate-400\/80:focus {
    border-color: rgba(148, 163, 184, 0.8);
}
.focus\:border-slate-400\/85:focus {
    border-color: rgba(148, 163, 184, 0.85);
}
.focus\:border-slate-400\/90:focus {
    border-color: rgba(148, 163, 184, 0.9);
}
.focus\:border-slate-400\/95:focus {
    border-color: rgba(148, 163, 184, 0.95);
}
.focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-50\/0:focus {
    border-color: rgba(248, 250, 252, 0);
}
.focus\:border-slate-50\/10:focus {
    border-color: rgba(248, 250, 252, 0.1);
}
.focus\:border-slate-50\/100:focus {
    border-color: #f8fafc;
}
.focus\:border-slate-50\/15:focus {
    border-color: rgba(248, 250, 252, 0.15);
}
.focus\:border-slate-50\/20:focus {
    border-color: rgba(248, 250, 252, 0.2);
}
.focus\:border-slate-50\/25:focus {
    border-color: rgba(248, 250, 252, 0.25);
}
.focus\:border-slate-50\/30:focus {
    border-color: rgba(248, 250, 252, 0.3);
}
.focus\:border-slate-50\/35:focus {
    border-color: rgba(248, 250, 252, 0.35);
}
.focus\:border-slate-50\/40:focus {
    border-color: rgba(248, 250, 252, 0.4);
}
.focus\:border-slate-50\/45:focus {
    border-color: rgba(248, 250, 252, 0.45);
}
.focus\:border-slate-50\/5:focus {
    border-color: rgba(248, 250, 252, 0.05);
}
.focus\:border-slate-50\/50:focus {
    border-color: rgba(248, 250, 252, 0.5);
}
.focus\:border-slate-50\/55:focus {
    border-color: rgba(248, 250, 252, 0.55);
}
.focus\:border-slate-50\/60:focus {
    border-color: rgba(248, 250, 252, 0.6);
}
.focus\:border-slate-50\/65:focus {
    border-color: rgba(248, 250, 252, 0.65);
}
.focus\:border-slate-50\/70:focus {
    border-color: rgba(248, 250, 252, 0.7);
}
.focus\:border-slate-50\/75:focus {
    border-color: rgba(248, 250, 252, 0.75);
}
.focus\:border-slate-50\/80:focus {
    border-color: rgba(248, 250, 252, 0.8);
}
.focus\:border-slate-50\/85:focus {
    border-color: rgba(248, 250, 252, 0.85);
}
.focus\:border-slate-50\/90:focus {
    border-color: rgba(248, 250, 252, 0.9);
}
.focus\:border-slate-50\/95:focus {
    border-color: rgba(248, 250, 252, 0.95);
}
.focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-500\/0:focus {
    border-color: rgba(100, 116, 139, 0);
}
.focus\:border-slate-500\/10:focus {
    border-color: rgba(100, 116, 139, 0.1);
}
.focus\:border-slate-500\/100:focus {
    border-color: #64748b;
}
.focus\:border-slate-500\/15:focus {
    border-color: rgba(100, 116, 139, 0.15);
}
.focus\:border-slate-500\/20:focus {
    border-color: rgba(100, 116, 139, 0.2);
}
.focus\:border-slate-500\/25:focus {
    border-color: rgba(100, 116, 139, 0.25);
}
.focus\:border-slate-500\/30:focus {
    border-color: rgba(100, 116, 139, 0.3);
}
.focus\:border-slate-500\/35:focus {
    border-color: rgba(100, 116, 139, 0.35);
}
.focus\:border-slate-500\/40:focus {
    border-color: rgba(100, 116, 139, 0.4);
}
.focus\:border-slate-500\/45:focus {
    border-color: rgba(100, 116, 139, 0.45);
}
.focus\:border-slate-500\/5:focus {
    border-color: rgba(100, 116, 139, 0.05);
}
.focus\:border-slate-500\/50:focus {
    border-color: rgba(100, 116, 139, 0.5);
}
.focus\:border-slate-500\/55:focus {
    border-color: rgba(100, 116, 139, 0.55);
}
.focus\:border-slate-500\/60:focus {
    border-color: rgba(100, 116, 139, 0.6);
}
.focus\:border-slate-500\/65:focus {
    border-color: rgba(100, 116, 139, 0.65);
}
.focus\:border-slate-500\/70:focus {
    border-color: rgba(100, 116, 139, 0.7);
}
.focus\:border-slate-500\/75:focus {
    border-color: rgba(100, 116, 139, 0.75);
}
.focus\:border-slate-500\/80:focus {
    border-color: rgba(100, 116, 139, 0.8);
}
.focus\:border-slate-500\/85:focus {
    border-color: rgba(100, 116, 139, 0.85);
}
.focus\:border-slate-500\/90:focus {
    border-color: rgba(100, 116, 139, 0.9);
}
.focus\:border-slate-500\/95:focus {
    border-color: rgba(100, 116, 139, 0.95);
}
.focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-600\/0:focus {
    border-color: rgba(71, 85, 105, 0);
}
.focus\:border-slate-600\/10:focus {
    border-color: rgba(71, 85, 105, 0.1);
}
.focus\:border-slate-600\/100:focus {
    border-color: #475569;
}
.focus\:border-slate-600\/15:focus {
    border-color: rgba(71, 85, 105, 0.15);
}
.focus\:border-slate-600\/20:focus {
    border-color: rgba(71, 85, 105, 0.2);
}
.focus\:border-slate-600\/25:focus {
    border-color: rgba(71, 85, 105, 0.25);
}
.focus\:border-slate-600\/30:focus {
    border-color: rgba(71, 85, 105, 0.3);
}
.focus\:border-slate-600\/35:focus {
    border-color: rgba(71, 85, 105, 0.35);
}
.focus\:border-slate-600\/40:focus {
    border-color: rgba(71, 85, 105, 0.4);
}
.focus\:border-slate-600\/45:focus {
    border-color: rgba(71, 85, 105, 0.45);
}
.focus\:border-slate-600\/5:focus {
    border-color: rgba(71, 85, 105, 0.05);
}
.focus\:border-slate-600\/50:focus {
    border-color: rgba(71, 85, 105, 0.5);
}
.focus\:border-slate-600\/55:focus {
    border-color: rgba(71, 85, 105, 0.55);
}
.focus\:border-slate-600\/60:focus {
    border-color: rgba(71, 85, 105, 0.6);
}
.focus\:border-slate-600\/65:focus {
    border-color: rgba(71, 85, 105, 0.65);
}
.focus\:border-slate-600\/70:focus {
    border-color: rgba(71, 85, 105, 0.7);
}
.focus\:border-slate-600\/75:focus {
    border-color: rgba(71, 85, 105, 0.75);
}
.focus\:border-slate-600\/80:focus {
    border-color: rgba(71, 85, 105, 0.8);
}
.focus\:border-slate-600\/85:focus {
    border-color: rgba(71, 85, 105, 0.85);
}
.focus\:border-slate-600\/90:focus {
    border-color: rgba(71, 85, 105, 0.9);
}
.focus\:border-slate-600\/95:focus {
    border-color: rgba(71, 85, 105, 0.95);
}
.focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-700\/0:focus {
    border-color: rgba(51, 65, 85, 0);
}
.focus\:border-slate-700\/10:focus {
    border-color: rgba(51, 65, 85, 0.1);
}
.focus\:border-slate-700\/100:focus {
    border-color: #334155;
}
.focus\:border-slate-700\/15:focus {
    border-color: rgba(51, 65, 85, 0.15);
}
.focus\:border-slate-700\/20:focus {
    border-color: rgba(51, 65, 85, 0.2);
}
.focus\:border-slate-700\/25:focus {
    border-color: rgba(51, 65, 85, 0.25);
}
.focus\:border-slate-700\/30:focus {
    border-color: rgba(51, 65, 85, 0.3);
}
.focus\:border-slate-700\/35:focus {
    border-color: rgba(51, 65, 85, 0.35);
}
.focus\:border-slate-700\/40:focus {
    border-color: rgba(51, 65, 85, 0.4);
}
.focus\:border-slate-700\/45:focus {
    border-color: rgba(51, 65, 85, 0.45);
}
.focus\:border-slate-700\/5:focus {
    border-color: rgba(51, 65, 85, 0.05);
}
.focus\:border-slate-700\/50:focus {
    border-color: rgba(51, 65, 85, 0.5);
}
.focus\:border-slate-700\/55:focus {
    border-color: rgba(51, 65, 85, 0.55);
}
.focus\:border-slate-700\/60:focus {
    border-color: rgba(51, 65, 85, 0.6);
}
.focus\:border-slate-700\/65:focus {
    border-color: rgba(51, 65, 85, 0.65);
}
.focus\:border-slate-700\/70:focus {
    border-color: rgba(51, 65, 85, 0.7);
}
.focus\:border-slate-700\/75:focus {
    border-color: rgba(51, 65, 85, 0.75);
}
.focus\:border-slate-700\/80:focus {
    border-color: rgba(51, 65, 85, 0.8);
}
.focus\:border-slate-700\/85:focus {
    border-color: rgba(51, 65, 85, 0.85);
}
.focus\:border-slate-700\/90:focus {
    border-color: rgba(51, 65, 85, 0.9);
}
.focus\:border-slate-700\/95:focus {
    border-color: rgba(51, 65, 85, 0.95);
}
.focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-800\/0:focus {
    border-color: rgba(30, 41, 59, 0);
}
.focus\:border-slate-800\/10:focus {
    border-color: rgba(30, 41, 59, 0.1);
}
.focus\:border-slate-800\/100:focus {
    border-color: #1e293b;
}
.focus\:border-slate-800\/15:focus {
    border-color: rgba(30, 41, 59, 0.15);
}
.focus\:border-slate-800\/20:focus {
    border-color: rgba(30, 41, 59, 0.2);
}
.focus\:border-slate-800\/25:focus {
    border-color: rgba(30, 41, 59, 0.25);
}
.focus\:border-slate-800\/30:focus {
    border-color: rgba(30, 41, 59, 0.3);
}
.focus\:border-slate-800\/35:focus {
    border-color: rgba(30, 41, 59, 0.35);
}
.focus\:border-slate-800\/40:focus {
    border-color: rgba(30, 41, 59, 0.4);
}
.focus\:border-slate-800\/45:focus {
    border-color: rgba(30, 41, 59, 0.45);
}
.focus\:border-slate-800\/5:focus {
    border-color: rgba(30, 41, 59, 0.05);
}
.focus\:border-slate-800\/50:focus {
    border-color: rgba(30, 41, 59, 0.5);
}
.focus\:border-slate-800\/55:focus {
    border-color: rgba(30, 41, 59, 0.55);
}
.focus\:border-slate-800\/60:focus {
    border-color: rgba(30, 41, 59, 0.6);
}
.focus\:border-slate-800\/65:focus {
    border-color: rgba(30, 41, 59, 0.65);
}
.focus\:border-slate-800\/70:focus {
    border-color: rgba(30, 41, 59, 0.7);
}
.focus\:border-slate-800\/75:focus {
    border-color: rgba(30, 41, 59, 0.75);
}
.focus\:border-slate-800\/80:focus {
    border-color: rgba(30, 41, 59, 0.8);
}
.focus\:border-slate-800\/85:focus {
    border-color: rgba(30, 41, 59, 0.85);
}
.focus\:border-slate-800\/90:focus {
    border-color: rgba(30, 41, 59, 0.9);
}
.focus\:border-slate-800\/95:focus {
    border-color: rgba(30, 41, 59, 0.95);
}
.focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-900\/0:focus {
    border-color: rgba(15, 23, 42, 0);
}
.focus\:border-slate-900\/10:focus {
    border-color: rgba(15, 23, 42, 0.1);
}
.focus\:border-slate-900\/100:focus {
    border-color: #0f172a;
}
.focus\:border-slate-900\/15:focus {
    border-color: rgba(15, 23, 42, 0.15);
}
.focus\:border-slate-900\/20:focus {
    border-color: rgba(15, 23, 42, 0.2);
}
.focus\:border-slate-900\/25:focus {
    border-color: rgba(15, 23, 42, 0.25);
}
.focus\:border-slate-900\/30:focus {
    border-color: rgba(15, 23, 42, 0.3);
}
.focus\:border-slate-900\/35:focus {
    border-color: rgba(15, 23, 42, 0.35);
}
.focus\:border-slate-900\/40:focus {
    border-color: rgba(15, 23, 42, 0.4);
}
.focus\:border-slate-900\/45:focus {
    border-color: rgba(15, 23, 42, 0.45);
}
.focus\:border-slate-900\/5:focus {
    border-color: rgba(15, 23, 42, 0.05);
}
.focus\:border-slate-900\/50:focus {
    border-color: rgba(15, 23, 42, 0.5);
}
.focus\:border-slate-900\/55:focus {
    border-color: rgba(15, 23, 42, 0.55);
}
.focus\:border-slate-900\/60:focus {
    border-color: rgba(15, 23, 42, 0.6);
}
.focus\:border-slate-900\/65:focus {
    border-color: rgba(15, 23, 42, 0.65);
}
.focus\:border-slate-900\/70:focus {
    border-color: rgba(15, 23, 42, 0.7);
}
.focus\:border-slate-900\/75:focus {
    border-color: rgba(15, 23, 42, 0.75);
}
.focus\:border-slate-900\/80:focus {
    border-color: rgba(15, 23, 42, 0.8);
}
.focus\:border-slate-900\/85:focus {
    border-color: rgba(15, 23, 42, 0.85);
}
.focus\:border-slate-900\/90:focus {
    border-color: rgba(15, 23, 42, 0.9);
}
.focus\:border-slate-900\/95:focus {
    border-color: rgba(15, 23, 42, 0.95);
}
.focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-100\/0:focus {
    border-color: hsla(60, 5%, 96%, 0);
}
.focus\:border-stone-100\/10:focus {
    border-color: hsla(60, 5%, 96%, 0.1);
}
.focus\:border-stone-100\/100:focus {
    border-color: #f5f5f4;
}
.focus\:border-stone-100\/15:focus {
    border-color: hsla(60, 5%, 96%, 0.15);
}
.focus\:border-stone-100\/20:focus {
    border-color: hsla(60, 5%, 96%, 0.2);
}
.focus\:border-stone-100\/25:focus {
    border-color: hsla(60, 5%, 96%, 0.25);
}
.focus\:border-stone-100\/30:focus {
    border-color: hsla(60, 5%, 96%, 0.3);
}
.focus\:border-stone-100\/35:focus {
    border-color: hsla(60, 5%, 96%, 0.35);
}
.focus\:border-stone-100\/40:focus {
    border-color: hsla(60, 5%, 96%, 0.4);
}
.focus\:border-stone-100\/45:focus {
    border-color: hsla(60, 5%, 96%, 0.45);
}
.focus\:border-stone-100\/5:focus {
    border-color: hsla(60, 5%, 96%, 0.05);
}
.focus\:border-stone-100\/50:focus {
    border-color: hsla(60, 5%, 96%, 0.5);
}
.focus\:border-stone-100\/55:focus {
    border-color: hsla(60, 5%, 96%, 0.55);
}
.focus\:border-stone-100\/60:focus {
    border-color: hsla(60, 5%, 96%, 0.6);
}
.focus\:border-stone-100\/65:focus {
    border-color: hsla(60, 5%, 96%, 0.65);
}
.focus\:border-stone-100\/70:focus {
    border-color: hsla(60, 5%, 96%, 0.7);
}
.focus\:border-stone-100\/75:focus {
    border-color: hsla(60, 5%, 96%, 0.75);
}
.focus\:border-stone-100\/80:focus {
    border-color: hsla(60, 5%, 96%, 0.8);
}
.focus\:border-stone-100\/85:focus {
    border-color: hsla(60, 5%, 96%, 0.85);
}
.focus\:border-stone-100\/90:focus {
    border-color: hsla(60, 5%, 96%, 0.9);
}
.focus\:border-stone-100\/95:focus {
    border-color: hsla(60, 5%, 96%, 0.95);
}
.focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-200\/0:focus {
    border-color: hsla(20, 6%, 90%, 0);
}
.focus\:border-stone-200\/10:focus {
    border-color: hsla(20, 6%, 90%, 0.1);
}
.focus\:border-stone-200\/100:focus {
    border-color: #e7e5e4;
}
.focus\:border-stone-200\/15:focus {
    border-color: hsla(20, 6%, 90%, 0.15);
}
.focus\:border-stone-200\/20:focus {
    border-color: hsla(20, 6%, 90%, 0.2);
}
.focus\:border-stone-200\/25:focus {
    border-color: hsla(20, 6%, 90%, 0.25);
}
.focus\:border-stone-200\/30:focus {
    border-color: hsla(20, 6%, 90%, 0.3);
}
.focus\:border-stone-200\/35:focus {
    border-color: hsla(20, 6%, 90%, 0.35);
}
.focus\:border-stone-200\/40:focus {
    border-color: hsla(20, 6%, 90%, 0.4);
}
.focus\:border-stone-200\/45:focus {
    border-color: hsla(20, 6%, 90%, 0.45);
}
.focus\:border-stone-200\/5:focus {
    border-color: hsla(20, 6%, 90%, 0.05);
}
.focus\:border-stone-200\/50:focus {
    border-color: hsla(20, 6%, 90%, 0.5);
}
.focus\:border-stone-200\/55:focus {
    border-color: hsla(20, 6%, 90%, 0.55);
}
.focus\:border-stone-200\/60:focus {
    border-color: hsla(20, 6%, 90%, 0.6);
}
.focus\:border-stone-200\/65:focus {
    border-color: hsla(20, 6%, 90%, 0.65);
}
.focus\:border-stone-200\/70:focus {
    border-color: hsla(20, 6%, 90%, 0.7);
}
.focus\:border-stone-200\/75:focus {
    border-color: hsla(20, 6%, 90%, 0.75);
}
.focus\:border-stone-200\/80:focus {
    border-color: hsla(20, 6%, 90%, 0.8);
}
.focus\:border-stone-200\/85:focus {
    border-color: hsla(20, 6%, 90%, 0.85);
}
.focus\:border-stone-200\/90:focus {
    border-color: hsla(20, 6%, 90%, 0.9);
}
.focus\:border-stone-200\/95:focus {
    border-color: hsla(20, 6%, 90%, 0.95);
}
.focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-300\/0:focus {
    border-color: hsla(24, 6%, 83%, 0);
}
.focus\:border-stone-300\/10:focus {
    border-color: hsla(24, 6%, 83%, 0.1);
}
.focus\:border-stone-300\/100:focus {
    border-color: #d6d3d1;
}
.focus\:border-stone-300\/15:focus {
    border-color: hsla(24, 6%, 83%, 0.15);
}
.focus\:border-stone-300\/20:focus {
    border-color: hsla(24, 6%, 83%, 0.2);
}
.focus\:border-stone-300\/25:focus {
    border-color: hsla(24, 6%, 83%, 0.25);
}
.focus\:border-stone-300\/30:focus {
    border-color: hsla(24, 6%, 83%, 0.3);
}
.focus\:border-stone-300\/35:focus {
    border-color: hsla(24, 6%, 83%, 0.35);
}
.focus\:border-stone-300\/40:focus {
    border-color: hsla(24, 6%, 83%, 0.4);
}
.focus\:border-stone-300\/45:focus {
    border-color: hsla(24, 6%, 83%, 0.45);
}
.focus\:border-stone-300\/5:focus {
    border-color: hsla(24, 6%, 83%, 0.05);
}
.focus\:border-stone-300\/50:focus {
    border-color: hsla(24, 6%, 83%, 0.5);
}
.focus\:border-stone-300\/55:focus {
    border-color: hsla(24, 6%, 83%, 0.55);
}
.focus\:border-stone-300\/60:focus {
    border-color: hsla(24, 6%, 83%, 0.6);
}
.focus\:border-stone-300\/65:focus {
    border-color: hsla(24, 6%, 83%, 0.65);
}
.focus\:border-stone-300\/70:focus {
    border-color: hsla(24, 6%, 83%, 0.7);
}
.focus\:border-stone-300\/75:focus {
    border-color: hsla(24, 6%, 83%, 0.75);
}
.focus\:border-stone-300\/80:focus {
    border-color: hsla(24, 6%, 83%, 0.8);
}
.focus\:border-stone-300\/85:focus {
    border-color: hsla(24, 6%, 83%, 0.85);
}
.focus\:border-stone-300\/90:focus {
    border-color: hsla(24, 6%, 83%, 0.9);
}
.focus\:border-stone-300\/95:focus {
    border-color: hsla(24, 6%, 83%, 0.95);
}
.focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-400\/0:focus {
    border-color: hsla(24, 5%, 64%, 0);
}
.focus\:border-stone-400\/10:focus {
    border-color: hsla(24, 5%, 64%, 0.1);
}
.focus\:border-stone-400\/100:focus {
    border-color: #a8a29e;
}
.focus\:border-stone-400\/15:focus {
    border-color: hsla(24, 5%, 64%, 0.15);
}
.focus\:border-stone-400\/20:focus {
    border-color: hsla(24, 5%, 64%, 0.2);
}
.focus\:border-stone-400\/25:focus {
    border-color: hsla(24, 5%, 64%, 0.25);
}
.focus\:border-stone-400\/30:focus {
    border-color: hsla(24, 5%, 64%, 0.3);
}
.focus\:border-stone-400\/35:focus {
    border-color: hsla(24, 5%, 64%, 0.35);
}
.focus\:border-stone-400\/40:focus {
    border-color: hsla(24, 5%, 64%, 0.4);
}
.focus\:border-stone-400\/45:focus {
    border-color: hsla(24, 5%, 64%, 0.45);
}
.focus\:border-stone-400\/5:focus {
    border-color: hsla(24, 5%, 64%, 0.05);
}
.focus\:border-stone-400\/50:focus {
    border-color: hsla(24, 5%, 64%, 0.5);
}
.focus\:border-stone-400\/55:focus {
    border-color: hsla(24, 5%, 64%, 0.55);
}
.focus\:border-stone-400\/60:focus {
    border-color: hsla(24, 5%, 64%, 0.6);
}
.focus\:border-stone-400\/65:focus {
    border-color: hsla(24, 5%, 64%, 0.65);
}
.focus\:border-stone-400\/70:focus {
    border-color: hsla(24, 5%, 64%, 0.7);
}
.focus\:border-stone-400\/75:focus {
    border-color: hsla(24, 5%, 64%, 0.75);
}
.focus\:border-stone-400\/80:focus {
    border-color: hsla(24, 5%, 64%, 0.8);
}
.focus\:border-stone-400\/85:focus {
    border-color: hsla(24, 5%, 64%, 0.85);
}
.focus\:border-stone-400\/90:focus {
    border-color: hsla(24, 5%, 64%, 0.9);
}
.focus\:border-stone-400\/95:focus {
    border-color: hsla(24, 5%, 64%, 0.95);
}
.focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-50\/0:focus {
    border-color: hsla(60, 9%, 98%, 0);
}
.focus\:border-stone-50\/10:focus {
    border-color: hsla(60, 9%, 98%, 0.1);
}
.focus\:border-stone-50\/100:focus {
    border-color: #fafaf9;
}
.focus\:border-stone-50\/15:focus {
    border-color: hsla(60, 9%, 98%, 0.15);
}
.focus\:border-stone-50\/20:focus {
    border-color: hsla(60, 9%, 98%, 0.2);
}
.focus\:border-stone-50\/25:focus {
    border-color: hsla(60, 9%, 98%, 0.25);
}
.focus\:border-stone-50\/30:focus {
    border-color: hsla(60, 9%, 98%, 0.3);
}
.focus\:border-stone-50\/35:focus {
    border-color: hsla(60, 9%, 98%, 0.35);
}
.focus\:border-stone-50\/40:focus {
    border-color: hsla(60, 9%, 98%, 0.4);
}
.focus\:border-stone-50\/45:focus {
    border-color: hsla(60, 9%, 98%, 0.45);
}
.focus\:border-stone-50\/5:focus {
    border-color: hsla(60, 9%, 98%, 0.05);
}
.focus\:border-stone-50\/50:focus {
    border-color: hsla(60, 9%, 98%, 0.5);
}
.focus\:border-stone-50\/55:focus {
    border-color: hsla(60, 9%, 98%, 0.55);
}
.focus\:border-stone-50\/60:focus {
    border-color: hsla(60, 9%, 98%, 0.6);
}
.focus\:border-stone-50\/65:focus {
    border-color: hsla(60, 9%, 98%, 0.65);
}
.focus\:border-stone-50\/70:focus {
    border-color: hsla(60, 9%, 98%, 0.7);
}
.focus\:border-stone-50\/75:focus {
    border-color: hsla(60, 9%, 98%, 0.75);
}
.focus\:border-stone-50\/80:focus {
    border-color: hsla(60, 9%, 98%, 0.8);
}
.focus\:border-stone-50\/85:focus {
    border-color: hsla(60, 9%, 98%, 0.85);
}
.focus\:border-stone-50\/90:focus {
    border-color: hsla(60, 9%, 98%, 0.9);
}
.focus\:border-stone-50\/95:focus {
    border-color: hsla(60, 9%, 98%, 0.95);
}
.focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-500\/0:focus {
    border-color: hsla(25, 5%, 45%, 0);
}
.focus\:border-stone-500\/10:focus {
    border-color: hsla(25, 5%, 45%, 0.1);
}
.focus\:border-stone-500\/100:focus {
    border-color: #78716c;
}
.focus\:border-stone-500\/15:focus {
    border-color: hsla(25, 5%, 45%, 0.15);
}
.focus\:border-stone-500\/20:focus {
    border-color: hsla(25, 5%, 45%, 0.2);
}
.focus\:border-stone-500\/25:focus {
    border-color: hsla(25, 5%, 45%, 0.25);
}
.focus\:border-stone-500\/30:focus {
    border-color: hsla(25, 5%, 45%, 0.3);
}
.focus\:border-stone-500\/35:focus {
    border-color: hsla(25, 5%, 45%, 0.35);
}
.focus\:border-stone-500\/40:focus {
    border-color: hsla(25, 5%, 45%, 0.4);
}
.focus\:border-stone-500\/45:focus {
    border-color: hsla(25, 5%, 45%, 0.45);
}
.focus\:border-stone-500\/5:focus {
    border-color: hsla(25, 5%, 45%, 0.05);
}
.focus\:border-stone-500\/50:focus {
    border-color: hsla(25, 5%, 45%, 0.5);
}
.focus\:border-stone-500\/55:focus {
    border-color: hsla(25, 5%, 45%, 0.55);
}
.focus\:border-stone-500\/60:focus {
    border-color: hsla(25, 5%, 45%, 0.6);
}
.focus\:border-stone-500\/65:focus {
    border-color: hsla(25, 5%, 45%, 0.65);
}
.focus\:border-stone-500\/70:focus {
    border-color: hsla(25, 5%, 45%, 0.7);
}
.focus\:border-stone-500\/75:focus {
    border-color: hsla(25, 5%, 45%, 0.75);
}
.focus\:border-stone-500\/80:focus {
    border-color: hsla(25, 5%, 45%, 0.8);
}
.focus\:border-stone-500\/85:focus {
    border-color: hsla(25, 5%, 45%, 0.85);
}
.focus\:border-stone-500\/90:focus {
    border-color: hsla(25, 5%, 45%, 0.9);
}
.focus\:border-stone-500\/95:focus {
    border-color: hsla(25, 5%, 45%, 0.95);
}
.focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-600\/0:focus {
    border-color: rgba(87, 83, 78, 0);
}
.focus\:border-stone-600\/10:focus {
    border-color: rgba(87, 83, 78, 0.1);
}
.focus\:border-stone-600\/100:focus {
    border-color: #57534e;
}
.focus\:border-stone-600\/15:focus {
    border-color: rgba(87, 83, 78, 0.15);
}
.focus\:border-stone-600\/20:focus {
    border-color: rgba(87, 83, 78, 0.2);
}
.focus\:border-stone-600\/25:focus {
    border-color: rgba(87, 83, 78, 0.25);
}
.focus\:border-stone-600\/30:focus {
    border-color: rgba(87, 83, 78, 0.3);
}
.focus\:border-stone-600\/35:focus {
    border-color: rgba(87, 83, 78, 0.35);
}
.focus\:border-stone-600\/40:focus {
    border-color: rgba(87, 83, 78, 0.4);
}
.focus\:border-stone-600\/45:focus {
    border-color: rgba(87, 83, 78, 0.45);
}
.focus\:border-stone-600\/5:focus {
    border-color: rgba(87, 83, 78, 0.05);
}
.focus\:border-stone-600\/50:focus {
    border-color: rgba(87, 83, 78, 0.5);
}
.focus\:border-stone-600\/55:focus {
    border-color: rgba(87, 83, 78, 0.55);
}
.focus\:border-stone-600\/60:focus {
    border-color: rgba(87, 83, 78, 0.6);
}
.focus\:border-stone-600\/65:focus {
    border-color: rgba(87, 83, 78, 0.65);
}
.focus\:border-stone-600\/70:focus {
    border-color: rgba(87, 83, 78, 0.7);
}
.focus\:border-stone-600\/75:focus {
    border-color: rgba(87, 83, 78, 0.75);
}
.focus\:border-stone-600\/80:focus {
    border-color: rgba(87, 83, 78, 0.8);
}
.focus\:border-stone-600\/85:focus {
    border-color: rgba(87, 83, 78, 0.85);
}
.focus\:border-stone-600\/90:focus {
    border-color: rgba(87, 83, 78, 0.9);
}
.focus\:border-stone-600\/95:focus {
    border-color: rgba(87, 83, 78, 0.95);
}
.focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-700\/0:focus {
    border-color: rgba(68, 64, 60, 0);
}
.focus\:border-stone-700\/10:focus {
    border-color: rgba(68, 64, 60, 0.1);
}
.focus\:border-stone-700\/100:focus {
    border-color: #44403c;
}
.focus\:border-stone-700\/15:focus {
    border-color: rgba(68, 64, 60, 0.15);
}
.focus\:border-stone-700\/20:focus {
    border-color: rgba(68, 64, 60, 0.2);
}
.focus\:border-stone-700\/25:focus {
    border-color: rgba(68, 64, 60, 0.25);
}
.focus\:border-stone-700\/30:focus {
    border-color: rgba(68, 64, 60, 0.3);
}
.focus\:border-stone-700\/35:focus {
    border-color: rgba(68, 64, 60, 0.35);
}
.focus\:border-stone-700\/40:focus {
    border-color: rgba(68, 64, 60, 0.4);
}
.focus\:border-stone-700\/45:focus {
    border-color: rgba(68, 64, 60, 0.45);
}
.focus\:border-stone-700\/5:focus {
    border-color: rgba(68, 64, 60, 0.05);
}
.focus\:border-stone-700\/50:focus {
    border-color: rgba(68, 64, 60, 0.5);
}
.focus\:border-stone-700\/55:focus {
    border-color: rgba(68, 64, 60, 0.55);
}
.focus\:border-stone-700\/60:focus {
    border-color: rgba(68, 64, 60, 0.6);
}
.focus\:border-stone-700\/65:focus {
    border-color: rgba(68, 64, 60, 0.65);
}
.focus\:border-stone-700\/70:focus {
    border-color: rgba(68, 64, 60, 0.7);
}
.focus\:border-stone-700\/75:focus {
    border-color: rgba(68, 64, 60, 0.75);
}
.focus\:border-stone-700\/80:focus {
    border-color: rgba(68, 64, 60, 0.8);
}
.focus\:border-stone-700\/85:focus {
    border-color: rgba(68, 64, 60, 0.85);
}
.focus\:border-stone-700\/90:focus {
    border-color: rgba(68, 64, 60, 0.9);
}
.focus\:border-stone-700\/95:focus {
    border-color: rgba(68, 64, 60, 0.95);
}
.focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-800\/0:focus {
    border-color: rgba(41, 37, 36, 0);
}
.focus\:border-stone-800\/10:focus {
    border-color: rgba(41, 37, 36, 0.1);
}
.focus\:border-stone-800\/100:focus {
    border-color: #292524;
}
.focus\:border-stone-800\/15:focus {
    border-color: rgba(41, 37, 36, 0.15);
}
.focus\:border-stone-800\/20:focus {
    border-color: rgba(41, 37, 36, 0.2);
}
.focus\:border-stone-800\/25:focus {
    border-color: rgba(41, 37, 36, 0.25);
}
.focus\:border-stone-800\/30:focus {
    border-color: rgba(41, 37, 36, 0.3);
}
.focus\:border-stone-800\/35:focus {
    border-color: rgba(41, 37, 36, 0.35);
}
.focus\:border-stone-800\/40:focus {
    border-color: rgba(41, 37, 36, 0.4);
}
.focus\:border-stone-800\/45:focus {
    border-color: rgba(41, 37, 36, 0.45);
}
.focus\:border-stone-800\/5:focus {
    border-color: rgba(41, 37, 36, 0.05);
}
.focus\:border-stone-800\/50:focus {
    border-color: rgba(41, 37, 36, 0.5);
}
.focus\:border-stone-800\/55:focus {
    border-color: rgba(41, 37, 36, 0.55);
}
.focus\:border-stone-800\/60:focus {
    border-color: rgba(41, 37, 36, 0.6);
}
.focus\:border-stone-800\/65:focus {
    border-color: rgba(41, 37, 36, 0.65);
}
.focus\:border-stone-800\/70:focus {
    border-color: rgba(41, 37, 36, 0.7);
}
.focus\:border-stone-800\/75:focus {
    border-color: rgba(41, 37, 36, 0.75);
}
.focus\:border-stone-800\/80:focus {
    border-color: rgba(41, 37, 36, 0.8);
}
.focus\:border-stone-800\/85:focus {
    border-color: rgba(41, 37, 36, 0.85);
}
.focus\:border-stone-800\/90:focus {
    border-color: rgba(41, 37, 36, 0.9);
}
.focus\:border-stone-800\/95:focus {
    border-color: rgba(41, 37, 36, 0.95);
}
.focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.focus\:border-stone-900\/0:focus {
    border-color: rgba(28, 25, 23, 0);
}
.focus\:border-stone-900\/10:focus {
    border-color: rgba(28, 25, 23, 0.1);
}
.focus\:border-stone-900\/100:focus {
    border-color: #1c1917;
}
.focus\:border-stone-900\/15:focus {
    border-color: rgba(28, 25, 23, 0.15);
}
.focus\:border-stone-900\/20:focus {
    border-color: rgba(28, 25, 23, 0.2);
}
.focus\:border-stone-900\/25:focus {
    border-color: rgba(28, 25, 23, 0.25);
}
.focus\:border-stone-900\/30:focus {
    border-color: rgba(28, 25, 23, 0.3);
}
.focus\:border-stone-900\/35:focus {
    border-color: rgba(28, 25, 23, 0.35);
}
.focus\:border-stone-900\/40:focus {
    border-color: rgba(28, 25, 23, 0.4);
}
.focus\:border-stone-900\/45:focus {
    border-color: rgba(28, 25, 23, 0.45);
}
.focus\:border-stone-900\/5:focus {
    border-color: rgba(28, 25, 23, 0.05);
}
.focus\:border-stone-900\/50:focus {
    border-color: rgba(28, 25, 23, 0.5);
}
.focus\:border-stone-900\/55:focus {
    border-color: rgba(28, 25, 23, 0.55);
}
.focus\:border-stone-900\/60:focus {
    border-color: rgba(28, 25, 23, 0.6);
}
.focus\:border-stone-900\/65:focus {
    border-color: rgba(28, 25, 23, 0.65);
}
.focus\:border-stone-900\/70:focus {
    border-color: rgba(28, 25, 23, 0.7);
}
.focus\:border-stone-900\/75:focus {
    border-color: rgba(28, 25, 23, 0.75);
}
.focus\:border-stone-900\/80:focus {
    border-color: rgba(28, 25, 23, 0.8);
}
.focus\:border-stone-900\/85:focus {
    border-color: rgba(28, 25, 23, 0.85);
}
.focus\:border-stone-900\/90:focus {
    border-color: rgba(28, 25, 23, 0.9);
}
.focus\:border-stone-900\/95:focus {
    border-color: rgba(28, 25, 23, 0.95);
}
.focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-100\/0:focus {
    border-color: rgba(204, 251, 241, 0);
}
.focus\:border-teal-100\/10:focus {
    border-color: rgba(204, 251, 241, 0.1);
}
.focus\:border-teal-100\/100:focus {
    border-color: #ccfbf1;
}
.focus\:border-teal-100\/15:focus {
    border-color: rgba(204, 251, 241, 0.15);
}
.focus\:border-teal-100\/20:focus {
    border-color: rgba(204, 251, 241, 0.2);
}
.focus\:border-teal-100\/25:focus {
    border-color: rgba(204, 251, 241, 0.25);
}
.focus\:border-teal-100\/30:focus {
    border-color: rgba(204, 251, 241, 0.3);
}
.focus\:border-teal-100\/35:focus {
    border-color: rgba(204, 251, 241, 0.35);
}
.focus\:border-teal-100\/40:focus {
    border-color: rgba(204, 251, 241, 0.4);
}
.focus\:border-teal-100\/45:focus {
    border-color: rgba(204, 251, 241, 0.45);
}
.focus\:border-teal-100\/5:focus {
    border-color: rgba(204, 251, 241, 0.05);
}
.focus\:border-teal-100\/50:focus {
    border-color: rgba(204, 251, 241, 0.5);
}
.focus\:border-teal-100\/55:focus {
    border-color: rgba(204, 251, 241, 0.55);
}
.focus\:border-teal-100\/60:focus {
    border-color: rgba(204, 251, 241, 0.6);
}
.focus\:border-teal-100\/65:focus {
    border-color: rgba(204, 251, 241, 0.65);
}
.focus\:border-teal-100\/70:focus {
    border-color: rgba(204, 251, 241, 0.7);
}
.focus\:border-teal-100\/75:focus {
    border-color: rgba(204, 251, 241, 0.75);
}
.focus\:border-teal-100\/80:focus {
    border-color: rgba(204, 251, 241, 0.8);
}
.focus\:border-teal-100\/85:focus {
    border-color: rgba(204, 251, 241, 0.85);
}
.focus\:border-teal-100\/90:focus {
    border-color: rgba(204, 251, 241, 0.9);
}
.focus\:border-teal-100\/95:focus {
    border-color: rgba(204, 251, 241, 0.95);
}
.focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-200\/0:focus {
    border-color: rgba(153, 246, 228, 0);
}
.focus\:border-teal-200\/10:focus {
    border-color: rgba(153, 246, 228, 0.1);
}
.focus\:border-teal-200\/100:focus {
    border-color: #99f6e4;
}
.focus\:border-teal-200\/15:focus {
    border-color: rgba(153, 246, 228, 0.15);
}
.focus\:border-teal-200\/20:focus {
    border-color: rgba(153, 246, 228, 0.2);
}
.focus\:border-teal-200\/25:focus {
    border-color: rgba(153, 246, 228, 0.25);
}
.focus\:border-teal-200\/30:focus {
    border-color: rgba(153, 246, 228, 0.3);
}
.focus\:border-teal-200\/35:focus {
    border-color: rgba(153, 246, 228, 0.35);
}
.focus\:border-teal-200\/40:focus {
    border-color: rgba(153, 246, 228, 0.4);
}
.focus\:border-teal-200\/45:focus {
    border-color: rgba(153, 246, 228, 0.45);
}
.focus\:border-teal-200\/5:focus {
    border-color: rgba(153, 246, 228, 0.05);
}
.focus\:border-teal-200\/50:focus {
    border-color: rgba(153, 246, 228, 0.5);
}
.focus\:border-teal-200\/55:focus {
    border-color: rgba(153, 246, 228, 0.55);
}
.focus\:border-teal-200\/60:focus {
    border-color: rgba(153, 246, 228, 0.6);
}
.focus\:border-teal-200\/65:focus {
    border-color: rgba(153, 246, 228, 0.65);
}
.focus\:border-teal-200\/70:focus {
    border-color: rgba(153, 246, 228, 0.7);
}
.focus\:border-teal-200\/75:focus {
    border-color: rgba(153, 246, 228, 0.75);
}
.focus\:border-teal-200\/80:focus {
    border-color: rgba(153, 246, 228, 0.8);
}
.focus\:border-teal-200\/85:focus {
    border-color: rgba(153, 246, 228, 0.85);
}
.focus\:border-teal-200\/90:focus {
    border-color: rgba(153, 246, 228, 0.9);
}
.focus\:border-teal-200\/95:focus {
    border-color: rgba(153, 246, 228, 0.95);
}
.focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-300\/0:focus {
    border-color: rgba(94, 234, 212, 0);
}
.focus\:border-teal-300\/10:focus {
    border-color: rgba(94, 234, 212, 0.1);
}
.focus\:border-teal-300\/100:focus {
    border-color: #5eead4;
}
.focus\:border-teal-300\/15:focus {
    border-color: rgba(94, 234, 212, 0.15);
}
.focus\:border-teal-300\/20:focus {
    border-color: rgba(94, 234, 212, 0.2);
}
.focus\:border-teal-300\/25:focus {
    border-color: rgba(94, 234, 212, 0.25);
}
.focus\:border-teal-300\/30:focus {
    border-color: rgba(94, 234, 212, 0.3);
}
.focus\:border-teal-300\/35:focus {
    border-color: rgba(94, 234, 212, 0.35);
}
.focus\:border-teal-300\/40:focus {
    border-color: rgba(94, 234, 212, 0.4);
}
.focus\:border-teal-300\/45:focus {
    border-color: rgba(94, 234, 212, 0.45);
}
.focus\:border-teal-300\/5:focus {
    border-color: rgba(94, 234, 212, 0.05);
}
.focus\:border-teal-300\/50:focus {
    border-color: rgba(94, 234, 212, 0.5);
}
.focus\:border-teal-300\/55:focus {
    border-color: rgba(94, 234, 212, 0.55);
}
.focus\:border-teal-300\/60:focus {
    border-color: rgba(94, 234, 212, 0.6);
}
.focus\:border-teal-300\/65:focus {
    border-color: rgba(94, 234, 212, 0.65);
}
.focus\:border-teal-300\/70:focus {
    border-color: rgba(94, 234, 212, 0.7);
}
.focus\:border-teal-300\/75:focus {
    border-color: rgba(94, 234, 212, 0.75);
}
.focus\:border-teal-300\/80:focus {
    border-color: rgba(94, 234, 212, 0.8);
}
.focus\:border-teal-300\/85:focus {
    border-color: rgba(94, 234, 212, 0.85);
}
.focus\:border-teal-300\/90:focus {
    border-color: rgba(94, 234, 212, 0.9);
}
.focus\:border-teal-300\/95:focus {
    border-color: rgba(94, 234, 212, 0.95);
}
.focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-400\/0:focus {
    border-color: rgba(45, 212, 191, 0);
}
.focus\:border-teal-400\/10:focus {
    border-color: rgba(45, 212, 191, 0.1);
}
.focus\:border-teal-400\/100:focus {
    border-color: #2dd4bf;
}
.focus\:border-teal-400\/15:focus {
    border-color: rgba(45, 212, 191, 0.15);
}
.focus\:border-teal-400\/20:focus {
    border-color: rgba(45, 212, 191, 0.2);
}
.focus\:border-teal-400\/25:focus {
    border-color: rgba(45, 212, 191, 0.25);
}
.focus\:border-teal-400\/30:focus {
    border-color: rgba(45, 212, 191, 0.3);
}
.focus\:border-teal-400\/35:focus {
    border-color: rgba(45, 212, 191, 0.35);
}
.focus\:border-teal-400\/40:focus {
    border-color: rgba(45, 212, 191, 0.4);
}
.focus\:border-teal-400\/45:focus {
    border-color: rgba(45, 212, 191, 0.45);
}
.focus\:border-teal-400\/5:focus {
    border-color: rgba(45, 212, 191, 0.05);
}
.focus\:border-teal-400\/50:focus {
    border-color: rgba(45, 212, 191, 0.5);
}
.focus\:border-teal-400\/55:focus {
    border-color: rgba(45, 212, 191, 0.55);
}
.focus\:border-teal-400\/60:focus {
    border-color: rgba(45, 212, 191, 0.6);
}
.focus\:border-teal-400\/65:focus {
    border-color: rgba(45, 212, 191, 0.65);
}
.focus\:border-teal-400\/70:focus {
    border-color: rgba(45, 212, 191, 0.7);
}
.focus\:border-teal-400\/75:focus {
    border-color: rgba(45, 212, 191, 0.75);
}
.focus\:border-teal-400\/80:focus {
    border-color: rgba(45, 212, 191, 0.8);
}
.focus\:border-teal-400\/85:focus {
    border-color: rgba(45, 212, 191, 0.85);
}
.focus\:border-teal-400\/90:focus {
    border-color: rgba(45, 212, 191, 0.9);
}
.focus\:border-teal-400\/95:focus {
    border-color: rgba(45, 212, 191, 0.95);
}
.focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-50\/0:focus {
    border-color: rgba(240, 253, 250, 0);
}
.focus\:border-teal-50\/10:focus {
    border-color: rgba(240, 253, 250, 0.1);
}
.focus\:border-teal-50\/100:focus {
    border-color: #f0fdfa;
}
.focus\:border-teal-50\/15:focus {
    border-color: rgba(240, 253, 250, 0.15);
}
.focus\:border-teal-50\/20:focus {
    border-color: rgba(240, 253, 250, 0.2);
}
.focus\:border-teal-50\/25:focus {
    border-color: rgba(240, 253, 250, 0.25);
}
.focus\:border-teal-50\/30:focus {
    border-color: rgba(240, 253, 250, 0.3);
}
.focus\:border-teal-50\/35:focus {
    border-color: rgba(240, 253, 250, 0.35);
}
.focus\:border-teal-50\/40:focus {
    border-color: rgba(240, 253, 250, 0.4);
}
.focus\:border-teal-50\/45:focus {
    border-color: rgba(240, 253, 250, 0.45);
}
.focus\:border-teal-50\/5:focus {
    border-color: rgba(240, 253, 250, 0.05);
}
.focus\:border-teal-50\/50:focus {
    border-color: rgba(240, 253, 250, 0.5);
}
.focus\:border-teal-50\/55:focus {
    border-color: rgba(240, 253, 250, 0.55);
}
.focus\:border-teal-50\/60:focus {
    border-color: rgba(240, 253, 250, 0.6);
}
.focus\:border-teal-50\/65:focus {
    border-color: rgba(240, 253, 250, 0.65);
}
.focus\:border-teal-50\/70:focus {
    border-color: rgba(240, 253, 250, 0.7);
}
.focus\:border-teal-50\/75:focus {
    border-color: rgba(240, 253, 250, 0.75);
}
.focus\:border-teal-50\/80:focus {
    border-color: rgba(240, 253, 250, 0.8);
}
.focus\:border-teal-50\/85:focus {
    border-color: rgba(240, 253, 250, 0.85);
}
.focus\:border-teal-50\/90:focus {
    border-color: rgba(240, 253, 250, 0.9);
}
.focus\:border-teal-50\/95:focus {
    border-color: rgba(240, 253, 250, 0.95);
}
.focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-500\/0:focus {
    border-color: rgba(20, 184, 166, 0);
}
.focus\:border-teal-500\/10:focus {
    border-color: rgba(20, 184, 166, 0.1);
}
.focus\:border-teal-500\/100:focus {
    border-color: #14b8a6;
}
.focus\:border-teal-500\/15:focus {
    border-color: rgba(20, 184, 166, 0.15);
}
.focus\:border-teal-500\/20:focus {
    border-color: rgba(20, 184, 166, 0.2);
}
.focus\:border-teal-500\/25:focus {
    border-color: rgba(20, 184, 166, 0.25);
}
.focus\:border-teal-500\/30:focus {
    border-color: rgba(20, 184, 166, 0.3);
}
.focus\:border-teal-500\/35:focus {
    border-color: rgba(20, 184, 166, 0.35);
}
.focus\:border-teal-500\/40:focus {
    border-color: rgba(20, 184, 166, 0.4);
}
.focus\:border-teal-500\/45:focus {
    border-color: rgba(20, 184, 166, 0.45);
}
.focus\:border-teal-500\/5:focus {
    border-color: rgba(20, 184, 166, 0.05);
}
.focus\:border-teal-500\/50:focus {
    border-color: rgba(20, 184, 166, 0.5);
}
.focus\:border-teal-500\/55:focus {
    border-color: rgba(20, 184, 166, 0.55);
}
.focus\:border-teal-500\/60:focus {
    border-color: rgba(20, 184, 166, 0.6);
}
.focus\:border-teal-500\/65:focus {
    border-color: rgba(20, 184, 166, 0.65);
}
.focus\:border-teal-500\/70:focus {
    border-color: rgba(20, 184, 166, 0.7);
}
.focus\:border-teal-500\/75:focus {
    border-color: rgba(20, 184, 166, 0.75);
}
.focus\:border-teal-500\/80:focus {
    border-color: rgba(20, 184, 166, 0.8);
}
.focus\:border-teal-500\/85:focus {
    border-color: rgba(20, 184, 166, 0.85);
}
.focus\:border-teal-500\/90:focus {
    border-color: rgba(20, 184, 166, 0.9);
}
.focus\:border-teal-500\/95:focus {
    border-color: rgba(20, 184, 166, 0.95);
}
.focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-600\/0:focus {
    border-color: rgba(13, 148, 136, 0);
}
.focus\:border-teal-600\/10:focus {
    border-color: rgba(13, 148, 136, 0.1);
}
.focus\:border-teal-600\/100:focus {
    border-color: #0d9488;
}
.focus\:border-teal-600\/15:focus {
    border-color: rgba(13, 148, 136, 0.15);
}
.focus\:border-teal-600\/20:focus {
    border-color: rgba(13, 148, 136, 0.2);
}
.focus\:border-teal-600\/25:focus {
    border-color: rgba(13, 148, 136, 0.25);
}
.focus\:border-teal-600\/30:focus {
    border-color: rgba(13, 148, 136, 0.3);
}
.focus\:border-teal-600\/35:focus {
    border-color: rgba(13, 148, 136, 0.35);
}
.focus\:border-teal-600\/40:focus {
    border-color: rgba(13, 148, 136, 0.4);
}
.focus\:border-teal-600\/45:focus {
    border-color: rgba(13, 148, 136, 0.45);
}
.focus\:border-teal-600\/5:focus {
    border-color: rgba(13, 148, 136, 0.05);
}
.focus\:border-teal-600\/50:focus {
    border-color: rgba(13, 148, 136, 0.5);
}
.focus\:border-teal-600\/55:focus {
    border-color: rgba(13, 148, 136, 0.55);
}
.focus\:border-teal-600\/60:focus {
    border-color: rgba(13, 148, 136, 0.6);
}
.focus\:border-teal-600\/65:focus {
    border-color: rgba(13, 148, 136, 0.65);
}
.focus\:border-teal-600\/70:focus {
    border-color: rgba(13, 148, 136, 0.7);
}
.focus\:border-teal-600\/75:focus {
    border-color: rgba(13, 148, 136, 0.75);
}
.focus\:border-teal-600\/80:focus {
    border-color: rgba(13, 148, 136, 0.8);
}
.focus\:border-teal-600\/85:focus {
    border-color: rgba(13, 148, 136, 0.85);
}
.focus\:border-teal-600\/90:focus {
    border-color: rgba(13, 148, 136, 0.9);
}
.focus\:border-teal-600\/95:focus {
    border-color: rgba(13, 148, 136, 0.95);
}
.focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-700\/0:focus {
    border-color: rgba(15, 118, 110, 0);
}
.focus\:border-teal-700\/10:focus {
    border-color: rgba(15, 118, 110, 0.1);
}
.focus\:border-teal-700\/100:focus {
    border-color: #0f766e;
}
.focus\:border-teal-700\/15:focus {
    border-color: rgba(15, 118, 110, 0.15);
}
.focus\:border-teal-700\/20:focus {
    border-color: rgba(15, 118, 110, 0.2);
}
.focus\:border-teal-700\/25:focus {
    border-color: rgba(15, 118, 110, 0.25);
}
.focus\:border-teal-700\/30:focus {
    border-color: rgba(15, 118, 110, 0.3);
}
.focus\:border-teal-700\/35:focus {
    border-color: rgba(15, 118, 110, 0.35);
}
.focus\:border-teal-700\/40:focus {
    border-color: rgba(15, 118, 110, 0.4);
}
.focus\:border-teal-700\/45:focus {
    border-color: rgba(15, 118, 110, 0.45);
}
.focus\:border-teal-700\/5:focus {
    border-color: rgba(15, 118, 110, 0.05);
}
.focus\:border-teal-700\/50:focus {
    border-color: rgba(15, 118, 110, 0.5);
}
.focus\:border-teal-700\/55:focus {
    border-color: rgba(15, 118, 110, 0.55);
}
.focus\:border-teal-700\/60:focus {
    border-color: rgba(15, 118, 110, 0.6);
}
.focus\:border-teal-700\/65:focus {
    border-color: rgba(15, 118, 110, 0.65);
}
.focus\:border-teal-700\/70:focus {
    border-color: rgba(15, 118, 110, 0.7);
}
.focus\:border-teal-700\/75:focus {
    border-color: rgba(15, 118, 110, 0.75);
}
.focus\:border-teal-700\/80:focus {
    border-color: rgba(15, 118, 110, 0.8);
}
.focus\:border-teal-700\/85:focus {
    border-color: rgba(15, 118, 110, 0.85);
}
.focus\:border-teal-700\/90:focus {
    border-color: rgba(15, 118, 110, 0.9);
}
.focus\:border-teal-700\/95:focus {
    border-color: rgba(15, 118, 110, 0.95);
}
.focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-800\/0:focus {
    border-color: rgba(17, 94, 89, 0);
}
.focus\:border-teal-800\/10:focus {
    border-color: rgba(17, 94, 89, 0.1);
}
.focus\:border-teal-800\/100:focus {
    border-color: #115e59;
}
.focus\:border-teal-800\/15:focus {
    border-color: rgba(17, 94, 89, 0.15);
}
.focus\:border-teal-800\/20:focus {
    border-color: rgba(17, 94, 89, 0.2);
}
.focus\:border-teal-800\/25:focus {
    border-color: rgba(17, 94, 89, 0.25);
}
.focus\:border-teal-800\/30:focus {
    border-color: rgba(17, 94, 89, 0.3);
}
.focus\:border-teal-800\/35:focus {
    border-color: rgba(17, 94, 89, 0.35);
}
.focus\:border-teal-800\/40:focus {
    border-color: rgba(17, 94, 89, 0.4);
}
.focus\:border-teal-800\/45:focus {
    border-color: rgba(17, 94, 89, 0.45);
}
.focus\:border-teal-800\/5:focus {
    border-color: rgba(17, 94, 89, 0.05);
}
.focus\:border-teal-800\/50:focus {
    border-color: rgba(17, 94, 89, 0.5);
}
.focus\:border-teal-800\/55:focus {
    border-color: rgba(17, 94, 89, 0.55);
}
.focus\:border-teal-800\/60:focus {
    border-color: rgba(17, 94, 89, 0.6);
}
.focus\:border-teal-800\/65:focus {
    border-color: rgba(17, 94, 89, 0.65);
}
.focus\:border-teal-800\/70:focus {
    border-color: rgba(17, 94, 89, 0.7);
}
.focus\:border-teal-800\/75:focus {
    border-color: rgba(17, 94, 89, 0.75);
}
.focus\:border-teal-800\/80:focus {
    border-color: rgba(17, 94, 89, 0.8);
}
.focus\:border-teal-800\/85:focus {
    border-color: rgba(17, 94, 89, 0.85);
}
.focus\:border-teal-800\/90:focus {
    border-color: rgba(17, 94, 89, 0.9);
}
.focus\:border-teal-800\/95:focus {
    border-color: rgba(17, 94, 89, 0.95);
}
.focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-900\/0:focus {
    border-color: rgba(19, 78, 74, 0);
}
.focus\:border-teal-900\/10:focus {
    border-color: rgba(19, 78, 74, 0.1);
}
.focus\:border-teal-900\/100:focus {
    border-color: #134e4a;
}
.focus\:border-teal-900\/15:focus {
    border-color: rgba(19, 78, 74, 0.15);
}
.focus\:border-teal-900\/20:focus {
    border-color: rgba(19, 78, 74, 0.2);
}
.focus\:border-teal-900\/25:focus {
    border-color: rgba(19, 78, 74, 0.25);
}
.focus\:border-teal-900\/30:focus {
    border-color: rgba(19, 78, 74, 0.3);
}
.focus\:border-teal-900\/35:focus {
    border-color: rgba(19, 78, 74, 0.35);
}
.focus\:border-teal-900\/40:focus {
    border-color: rgba(19, 78, 74, 0.4);
}
.focus\:border-teal-900\/45:focus {
    border-color: rgba(19, 78, 74, 0.45);
}
.focus\:border-teal-900\/5:focus {
    border-color: rgba(19, 78, 74, 0.05);
}
.focus\:border-teal-900\/50:focus {
    border-color: rgba(19, 78, 74, 0.5);
}
.focus\:border-teal-900\/55:focus {
    border-color: rgba(19, 78, 74, 0.55);
}
.focus\:border-teal-900\/60:focus {
    border-color: rgba(19, 78, 74, 0.6);
}
.focus\:border-teal-900\/65:focus {
    border-color: rgba(19, 78, 74, 0.65);
}
.focus\:border-teal-900\/70:focus {
    border-color: rgba(19, 78, 74, 0.7);
}
.focus\:border-teal-900\/75:focus {
    border-color: rgba(19, 78, 74, 0.75);
}
.focus\:border-teal-900\/80:focus {
    border-color: rgba(19, 78, 74, 0.8);
}
.focus\:border-teal-900\/85:focus {
    border-color: rgba(19, 78, 74, 0.85);
}
.focus\:border-teal-900\/90:focus {
    border-color: rgba(19, 78, 74, 0.9);
}
.focus\:border-teal-900\/95:focus {
    border-color: rgba(19, 78, 74, 0.95);
}
.focus\:border-transparent:focus {
    border-color: transparent;
}
.focus\:border-truegray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-100\/0:focus {
    border-color: hsla(0, 0%, 96%, 0);
}
.focus\:border-truegray-100\/10:focus {
    border-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:border-truegray-100\/100:focus {
    border-color: #f5f5f5;
}
.focus\:border-truegray-100\/15:focus {
    border-color: hsla(0, 0%, 96%, 0.15);
}
.focus\:border-truegray-100\/20:focus {
    border-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:border-truegray-100\/25:focus {
    border-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:border-truegray-100\/30:focus {
    border-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:border-truegray-100\/35:focus {
    border-color: hsla(0, 0%, 96%, 0.35);
}
.focus\:border-truegray-100\/40:focus {
    border-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:border-truegray-100\/45:focus {
    border-color: hsla(0, 0%, 96%, 0.45);
}
.focus\:border-truegray-100\/5:focus {
    border-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:border-truegray-100\/50:focus {
    border-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:border-truegray-100\/55:focus {
    border-color: hsla(0, 0%, 96%, 0.55);
}
.focus\:border-truegray-100\/60:focus {
    border-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:border-truegray-100\/65:focus {
    border-color: hsla(0, 0%, 96%, 0.65);
}
.focus\:border-truegray-100\/70:focus {
    border-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:border-truegray-100\/75:focus {
    border-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:border-truegray-100\/80:focus {
    border-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:border-truegray-100\/85:focus {
    border-color: hsla(0, 0%, 96%, 0.85);
}
.focus\:border-truegray-100\/90:focus {
    border-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:border-truegray-100\/95:focus {
    border-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:border-truegray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-200\/0:focus {
    border-color: hsla(0, 0%, 90%, 0);
}
.focus\:border-truegray-200\/10:focus {
    border-color: hsla(0, 0%, 90%, 0.1);
}
.focus\:border-truegray-200\/100:focus {
    border-color: #e5e5e5;
}
.focus\:border-truegray-200\/15:focus {
    border-color: hsla(0, 0%, 90%, 0.15);
}
.focus\:border-truegray-200\/20:focus {
    border-color: hsla(0, 0%, 90%, 0.2);
}
.focus\:border-truegray-200\/25:focus {
    border-color: hsla(0, 0%, 90%, 0.25);
}
.focus\:border-truegray-200\/30:focus {
    border-color: hsla(0, 0%, 90%, 0.3);
}
.focus\:border-truegray-200\/35:focus {
    border-color: hsla(0, 0%, 90%, 0.35);
}
.focus\:border-truegray-200\/40:focus {
    border-color: hsla(0, 0%, 90%, 0.4);
}
.focus\:border-truegray-200\/45:focus {
    border-color: hsla(0, 0%, 90%, 0.45);
}
.focus\:border-truegray-200\/5:focus {
    border-color: hsla(0, 0%, 90%, 0.05);
}
.focus\:border-truegray-200\/50:focus {
    border-color: hsla(0, 0%, 90%, 0.5);
}
.focus\:border-truegray-200\/55:focus {
    border-color: hsla(0, 0%, 90%, 0.55);
}
.focus\:border-truegray-200\/60:focus {
    border-color: hsla(0, 0%, 90%, 0.6);
}
.focus\:border-truegray-200\/65:focus {
    border-color: hsla(0, 0%, 90%, 0.65);
}
.focus\:border-truegray-200\/70:focus {
    border-color: hsla(0, 0%, 90%, 0.7);
}
.focus\:border-truegray-200\/75:focus {
    border-color: hsla(0, 0%, 90%, 0.75);
}
.focus\:border-truegray-200\/80:focus {
    border-color: hsla(0, 0%, 90%, 0.8);
}
.focus\:border-truegray-200\/85:focus {
    border-color: hsla(0, 0%, 90%, 0.85);
}
.focus\:border-truegray-200\/90:focus {
    border-color: hsla(0, 0%, 90%, 0.9);
}
.focus\:border-truegray-200\/95:focus {
    border-color: hsla(0, 0%, 90%, 0.95);
}
.focus\:border-truegray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-300\/0:focus {
    border-color: hsla(0, 0%, 83%, 0);
}
.focus\:border-truegray-300\/10:focus {
    border-color: hsla(0, 0%, 83%, 0.1);
}
.focus\:border-truegray-300\/100:focus {
    border-color: #d4d4d4;
}
.focus\:border-truegray-300\/15:focus {
    border-color: hsla(0, 0%, 83%, 0.15);
}
.focus\:border-truegray-300\/20:focus {
    border-color: hsla(0, 0%, 83%, 0.2);
}
.focus\:border-truegray-300\/25:focus {
    border-color: hsla(0, 0%, 83%, 0.25);
}
.focus\:border-truegray-300\/30:focus {
    border-color: hsla(0, 0%, 83%, 0.3);
}
.focus\:border-truegray-300\/35:focus {
    border-color: hsla(0, 0%, 83%, 0.35);
}
.focus\:border-truegray-300\/40:focus {
    border-color: hsla(0, 0%, 83%, 0.4);
}
.focus\:border-truegray-300\/45:focus {
    border-color: hsla(0, 0%, 83%, 0.45);
}
.focus\:border-truegray-300\/5:focus {
    border-color: hsla(0, 0%, 83%, 0.05);
}
.focus\:border-truegray-300\/50:focus {
    border-color: hsla(0, 0%, 83%, 0.5);
}
.focus\:border-truegray-300\/55:focus {
    border-color: hsla(0, 0%, 83%, 0.55);
}
.focus\:border-truegray-300\/60:focus {
    border-color: hsla(0, 0%, 83%, 0.6);
}
.focus\:border-truegray-300\/65:focus {
    border-color: hsla(0, 0%, 83%, 0.65);
}
.focus\:border-truegray-300\/70:focus {
    border-color: hsla(0, 0%, 83%, 0.7);
}
.focus\:border-truegray-300\/75:focus {
    border-color: hsla(0, 0%, 83%, 0.75);
}
.focus\:border-truegray-300\/80:focus {
    border-color: hsla(0, 0%, 83%, 0.8);
}
.focus\:border-truegray-300\/85:focus {
    border-color: hsla(0, 0%, 83%, 0.85);
}
.focus\:border-truegray-300\/90:focus {
    border-color: hsla(0, 0%, 83%, 0.9);
}
.focus\:border-truegray-300\/95:focus {
    border-color: hsla(0, 0%, 83%, 0.95);
}
.focus\:border-truegray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-400\/0:focus {
    border-color: hsla(0, 0%, 64%, 0);
}
.focus\:border-truegray-400\/10:focus {
    border-color: hsla(0, 0%, 64%, 0.1);
}
.focus\:border-truegray-400\/100:focus {
    border-color: #a3a3a3;
}
.focus\:border-truegray-400\/15:focus {
    border-color: hsla(0, 0%, 64%, 0.15);
}
.focus\:border-truegray-400\/20:focus {
    border-color: hsla(0, 0%, 64%, 0.2);
}
.focus\:border-truegray-400\/25:focus {
    border-color: hsla(0, 0%, 64%, 0.25);
}
.focus\:border-truegray-400\/30:focus {
    border-color: hsla(0, 0%, 64%, 0.3);
}
.focus\:border-truegray-400\/35:focus {
    border-color: hsla(0, 0%, 64%, 0.35);
}
.focus\:border-truegray-400\/40:focus {
    border-color: hsla(0, 0%, 64%, 0.4);
}
.focus\:border-truegray-400\/45:focus {
    border-color: hsla(0, 0%, 64%, 0.45);
}
.focus\:border-truegray-400\/5:focus {
    border-color: hsla(0, 0%, 64%, 0.05);
}
.focus\:border-truegray-400\/50:focus {
    border-color: hsla(0, 0%, 64%, 0.5);
}
.focus\:border-truegray-400\/55:focus {
    border-color: hsla(0, 0%, 64%, 0.55);
}
.focus\:border-truegray-400\/60:focus {
    border-color: hsla(0, 0%, 64%, 0.6);
}
.focus\:border-truegray-400\/65:focus {
    border-color: hsla(0, 0%, 64%, 0.65);
}
.focus\:border-truegray-400\/70:focus {
    border-color: hsla(0, 0%, 64%, 0.7);
}
.focus\:border-truegray-400\/75:focus {
    border-color: hsla(0, 0%, 64%, 0.75);
}
.focus\:border-truegray-400\/80:focus {
    border-color: hsla(0, 0%, 64%, 0.8);
}
.focus\:border-truegray-400\/85:focus {
    border-color: hsla(0, 0%, 64%, 0.85);
}
.focus\:border-truegray-400\/90:focus {
    border-color: hsla(0, 0%, 64%, 0.9);
}
.focus\:border-truegray-400\/95:focus {
    border-color: hsla(0, 0%, 64%, 0.95);
}
.focus\:border-truegray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-50\/0:focus {
    border-color: hsla(0, 0%, 98%, 0);
}
.focus\:border-truegray-50\/10:focus {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:border-truegray-50\/100:focus {
    border-color: #fafafa;
}
.focus\:border-truegray-50\/15:focus {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:border-truegray-50\/20:focus {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:border-truegray-50\/25:focus {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:border-truegray-50\/30:focus {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:border-truegray-50\/35:focus {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:border-truegray-50\/40:focus {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:border-truegray-50\/45:focus {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:border-truegray-50\/5:focus {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:border-truegray-50\/50:focus {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:border-truegray-50\/55:focus {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:border-truegray-50\/60:focus {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:border-truegray-50\/65:focus {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:border-truegray-50\/70:focus {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:border-truegray-50\/75:focus {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:border-truegray-50\/80:focus {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:border-truegray-50\/85:focus {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:border-truegray-50\/90:focus {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:border-truegray-50\/95:focus {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:border-truegray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-500\/0:focus {
    border-color: hsla(0, 0%, 45%, 0);
}
.focus\:border-truegray-500\/10:focus {
    border-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:border-truegray-500\/100:focus {
    border-color: #737373;
}
.focus\:border-truegray-500\/15:focus {
    border-color: hsla(0, 0%, 45%, 0.15);
}
.focus\:border-truegray-500\/20:focus {
    border-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:border-truegray-500\/25:focus {
    border-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:border-truegray-500\/30:focus {
    border-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:border-truegray-500\/35:focus {
    border-color: hsla(0, 0%, 45%, 0.35);
}
.focus\:border-truegray-500\/40:focus {
    border-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:border-truegray-500\/45:focus {
    border-color: hsla(0, 0%, 45%, 0.45);
}
.focus\:border-truegray-500\/5:focus {
    border-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:border-truegray-500\/50:focus {
    border-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:border-truegray-500\/55:focus {
    border-color: hsla(0, 0%, 45%, 0.55);
}
.focus\:border-truegray-500\/60:focus {
    border-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:border-truegray-500\/65:focus {
    border-color: hsla(0, 0%, 45%, 0.65);
}
.focus\:border-truegray-500\/70:focus {
    border-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:border-truegray-500\/75:focus {
    border-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:border-truegray-500\/80:focus {
    border-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:border-truegray-500\/85:focus {
    border-color: hsla(0, 0%, 45%, 0.85);
}
.focus\:border-truegray-500\/90:focus {
    border-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:border-truegray-500\/95:focus {
    border-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:border-truegray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-600\/0:focus {
    border-color: rgba(82, 82, 82, 0);
}
.focus\:border-truegray-600\/10:focus {
    border-color: rgba(82, 82, 82, 0.1);
}
.focus\:border-truegray-600\/100:focus {
    border-color: #525252;
}
.focus\:border-truegray-600\/15:focus {
    border-color: rgba(82, 82, 82, 0.15);
}
.focus\:border-truegray-600\/20:focus {
    border-color: rgba(82, 82, 82, 0.2);
}
.focus\:border-truegray-600\/25:focus {
    border-color: rgba(82, 82, 82, 0.25);
}
.focus\:border-truegray-600\/30:focus {
    border-color: rgba(82, 82, 82, 0.3);
}
.focus\:border-truegray-600\/35:focus {
    border-color: rgba(82, 82, 82, 0.35);
}
.focus\:border-truegray-600\/40:focus {
    border-color: rgba(82, 82, 82, 0.4);
}
.focus\:border-truegray-600\/45:focus {
    border-color: rgba(82, 82, 82, 0.45);
}
.focus\:border-truegray-600\/5:focus {
    border-color: rgba(82, 82, 82, 0.05);
}
.focus\:border-truegray-600\/50:focus {
    border-color: rgba(82, 82, 82, 0.5);
}
.focus\:border-truegray-600\/55:focus {
    border-color: rgba(82, 82, 82, 0.55);
}
.focus\:border-truegray-600\/60:focus {
    border-color: rgba(82, 82, 82, 0.6);
}
.focus\:border-truegray-600\/65:focus {
    border-color: rgba(82, 82, 82, 0.65);
}
.focus\:border-truegray-600\/70:focus {
    border-color: rgba(82, 82, 82, 0.7);
}
.focus\:border-truegray-600\/75:focus {
    border-color: rgba(82, 82, 82, 0.75);
}
.focus\:border-truegray-600\/80:focus {
    border-color: rgba(82, 82, 82, 0.8);
}
.focus\:border-truegray-600\/85:focus {
    border-color: rgba(82, 82, 82, 0.85);
}
.focus\:border-truegray-600\/90:focus {
    border-color: rgba(82, 82, 82, 0.9);
}
.focus\:border-truegray-600\/95:focus {
    border-color: rgba(82, 82, 82, 0.95);
}
.focus\:border-truegray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-700\/0:focus {
    border-color: rgba(64, 64, 64, 0);
}
.focus\:border-truegray-700\/10:focus {
    border-color: rgba(64, 64, 64, 0.1);
}
.focus\:border-truegray-700\/100:focus {
    border-color: #404040;
}
.focus\:border-truegray-700\/15:focus {
    border-color: rgba(64, 64, 64, 0.15);
}
.focus\:border-truegray-700\/20:focus {
    border-color: rgba(64, 64, 64, 0.2);
}
.focus\:border-truegray-700\/25:focus {
    border-color: rgba(64, 64, 64, 0.25);
}
.focus\:border-truegray-700\/30:focus {
    border-color: rgba(64, 64, 64, 0.3);
}
.focus\:border-truegray-700\/35:focus {
    border-color: rgba(64, 64, 64, 0.35);
}
.focus\:border-truegray-700\/40:focus {
    border-color: rgba(64, 64, 64, 0.4);
}
.focus\:border-truegray-700\/45:focus {
    border-color: rgba(64, 64, 64, 0.45);
}
.focus\:border-truegray-700\/5:focus {
    border-color: rgba(64, 64, 64, 0.05);
}
.focus\:border-truegray-700\/50:focus {
    border-color: rgba(64, 64, 64, 0.5);
}
.focus\:border-truegray-700\/55:focus {
    border-color: rgba(64, 64, 64, 0.55);
}
.focus\:border-truegray-700\/60:focus {
    border-color: rgba(64, 64, 64, 0.6);
}
.focus\:border-truegray-700\/65:focus {
    border-color: rgba(64, 64, 64, 0.65);
}
.focus\:border-truegray-700\/70:focus {
    border-color: rgba(64, 64, 64, 0.7);
}
.focus\:border-truegray-700\/75:focus {
    border-color: rgba(64, 64, 64, 0.75);
}
.focus\:border-truegray-700\/80:focus {
    border-color: rgba(64, 64, 64, 0.8);
}
.focus\:border-truegray-700\/85:focus {
    border-color: rgba(64, 64, 64, 0.85);
}
.focus\:border-truegray-700\/90:focus {
    border-color: rgba(64, 64, 64, 0.9);
}
.focus\:border-truegray-700\/95:focus {
    border-color: rgba(64, 64, 64, 0.95);
}
.focus\:border-truegray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-800\/0:focus {
    border-color: rgba(38, 38, 38, 0);
}
.focus\:border-truegray-800\/10:focus {
    border-color: rgba(38, 38, 38, 0.1);
}
.focus\:border-truegray-800\/100:focus {
    border-color: #262626;
}
.focus\:border-truegray-800\/15:focus {
    border-color: rgba(38, 38, 38, 0.15);
}
.focus\:border-truegray-800\/20:focus {
    border-color: rgba(38, 38, 38, 0.2);
}
.focus\:border-truegray-800\/25:focus {
    border-color: rgba(38, 38, 38, 0.25);
}
.focus\:border-truegray-800\/30:focus {
    border-color: rgba(38, 38, 38, 0.3);
}
.focus\:border-truegray-800\/35:focus {
    border-color: rgba(38, 38, 38, 0.35);
}
.focus\:border-truegray-800\/40:focus {
    border-color: rgba(38, 38, 38, 0.4);
}
.focus\:border-truegray-800\/45:focus {
    border-color: rgba(38, 38, 38, 0.45);
}
.focus\:border-truegray-800\/5:focus {
    border-color: rgba(38, 38, 38, 0.05);
}
.focus\:border-truegray-800\/50:focus {
    border-color: rgba(38, 38, 38, 0.5);
}
.focus\:border-truegray-800\/55:focus {
    border-color: rgba(38, 38, 38, 0.55);
}
.focus\:border-truegray-800\/60:focus {
    border-color: rgba(38, 38, 38, 0.6);
}
.focus\:border-truegray-800\/65:focus {
    border-color: rgba(38, 38, 38, 0.65);
}
.focus\:border-truegray-800\/70:focus {
    border-color: rgba(38, 38, 38, 0.7);
}
.focus\:border-truegray-800\/75:focus {
    border-color: rgba(38, 38, 38, 0.75);
}
.focus\:border-truegray-800\/80:focus {
    border-color: rgba(38, 38, 38, 0.8);
}
.focus\:border-truegray-800\/85:focus {
    border-color: rgba(38, 38, 38, 0.85);
}
.focus\:border-truegray-800\/90:focus {
    border-color: rgba(38, 38, 38, 0.9);
}
.focus\:border-truegray-800\/95:focus {
    border-color: rgba(38, 38, 38, 0.95);
}
.focus\:border-truegray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.focus\:border-truegray-900\/0:focus {
    border-color: hsla(0, 0%, 9%, 0);
}
.focus\:border-truegray-900\/10:focus {
    border-color: hsla(0, 0%, 9%, 0.1);
}
.focus\:border-truegray-900\/100:focus {
    border-color: #171717;
}
.focus\:border-truegray-900\/15:focus {
    border-color: hsla(0, 0%, 9%, 0.15);
}
.focus\:border-truegray-900\/20:focus {
    border-color: hsla(0, 0%, 9%, 0.2);
}
.focus\:border-truegray-900\/25:focus {
    border-color: hsla(0, 0%, 9%, 0.25);
}
.focus\:border-truegray-900\/30:focus {
    border-color: hsla(0, 0%, 9%, 0.3);
}
.focus\:border-truegray-900\/35:focus {
    border-color: hsla(0, 0%, 9%, 0.35);
}
.focus\:border-truegray-900\/40:focus {
    border-color: hsla(0, 0%, 9%, 0.4);
}
.focus\:border-truegray-900\/45:focus {
    border-color: hsla(0, 0%, 9%, 0.45);
}
.focus\:border-truegray-900\/5:focus {
    border-color: hsla(0, 0%, 9%, 0.05);
}
.focus\:border-truegray-900\/50:focus {
    border-color: hsla(0, 0%, 9%, 0.5);
}
.focus\:border-truegray-900\/55:focus {
    border-color: hsla(0, 0%, 9%, 0.55);
}
.focus\:border-truegray-900\/60:focus {
    border-color: hsla(0, 0%, 9%, 0.6);
}
.focus\:border-truegray-900\/65:focus {
    border-color: hsla(0, 0%, 9%, 0.65);
}
.focus\:border-truegray-900\/70:focus {
    border-color: hsla(0, 0%, 9%, 0.7);
}
.focus\:border-truegray-900\/75:focus {
    border-color: hsla(0, 0%, 9%, 0.75);
}
.focus\:border-truegray-900\/80:focus {
    border-color: hsla(0, 0%, 9%, 0.8);
}
.focus\:border-truegray-900\/85:focus {
    border-color: hsla(0, 0%, 9%, 0.85);
}
.focus\:border-truegray-900\/90:focus {
    border-color: hsla(0, 0%, 9%, 0.9);
}
.focus\:border-truegray-900\/95:focus {
    border-color: hsla(0, 0%, 9%, 0.95);
}
.focus\:border-ucm-darkblue:focus {
    --tw-border-opacity: 1;
    border-color: rgb(20 60 200 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-100\/0:focus {
    border-color: rgba(237, 233, 254, 0);
}
.focus\:border-violet-100\/10:focus {
    border-color: rgba(237, 233, 254, 0.1);
}
.focus\:border-violet-100\/100:focus {
    border-color: #ede9fe;
}
.focus\:border-violet-100\/15:focus {
    border-color: rgba(237, 233, 254, 0.15);
}
.focus\:border-violet-100\/20:focus {
    border-color: rgba(237, 233, 254, 0.2);
}
.focus\:border-violet-100\/25:focus {
    border-color: rgba(237, 233, 254, 0.25);
}
.focus\:border-violet-100\/30:focus {
    border-color: rgba(237, 233, 254, 0.3);
}
.focus\:border-violet-100\/35:focus {
    border-color: rgba(237, 233, 254, 0.35);
}
.focus\:border-violet-100\/40:focus {
    border-color: rgba(237, 233, 254, 0.4);
}
.focus\:border-violet-100\/45:focus {
    border-color: rgba(237, 233, 254, 0.45);
}
.focus\:border-violet-100\/5:focus {
    border-color: rgba(237, 233, 254, 0.05);
}
.focus\:border-violet-100\/50:focus {
    border-color: rgba(237, 233, 254, 0.5);
}
.focus\:border-violet-100\/55:focus {
    border-color: rgba(237, 233, 254, 0.55);
}
.focus\:border-violet-100\/60:focus {
    border-color: rgba(237, 233, 254, 0.6);
}
.focus\:border-violet-100\/65:focus {
    border-color: rgba(237, 233, 254, 0.65);
}
.focus\:border-violet-100\/70:focus {
    border-color: rgba(237, 233, 254, 0.7);
}
.focus\:border-violet-100\/75:focus {
    border-color: rgba(237, 233, 254, 0.75);
}
.focus\:border-violet-100\/80:focus {
    border-color: rgba(237, 233, 254, 0.8);
}
.focus\:border-violet-100\/85:focus {
    border-color: rgba(237, 233, 254, 0.85);
}
.focus\:border-violet-100\/90:focus {
    border-color: rgba(237, 233, 254, 0.9);
}
.focus\:border-violet-100\/95:focus {
    border-color: rgba(237, 233, 254, 0.95);
}
.focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-200\/0:focus {
    border-color: rgba(221, 214, 254, 0);
}
.focus\:border-violet-200\/10:focus {
    border-color: rgba(221, 214, 254, 0.1);
}
.focus\:border-violet-200\/100:focus {
    border-color: #ddd6fe;
}
.focus\:border-violet-200\/15:focus {
    border-color: rgba(221, 214, 254, 0.15);
}
.focus\:border-violet-200\/20:focus {
    border-color: rgba(221, 214, 254, 0.2);
}
.focus\:border-violet-200\/25:focus {
    border-color: rgba(221, 214, 254, 0.25);
}
.focus\:border-violet-200\/30:focus {
    border-color: rgba(221, 214, 254, 0.3);
}
.focus\:border-violet-200\/35:focus {
    border-color: rgba(221, 214, 254, 0.35);
}
.focus\:border-violet-200\/40:focus {
    border-color: rgba(221, 214, 254, 0.4);
}
.focus\:border-violet-200\/45:focus {
    border-color: rgba(221, 214, 254, 0.45);
}
.focus\:border-violet-200\/5:focus {
    border-color: rgba(221, 214, 254, 0.05);
}
.focus\:border-violet-200\/50:focus {
    border-color: rgba(221, 214, 254, 0.5);
}
.focus\:border-violet-200\/55:focus {
    border-color: rgba(221, 214, 254, 0.55);
}
.focus\:border-violet-200\/60:focus {
    border-color: rgba(221, 214, 254, 0.6);
}
.focus\:border-violet-200\/65:focus {
    border-color: rgba(221, 214, 254, 0.65);
}
.focus\:border-violet-200\/70:focus {
    border-color: rgba(221, 214, 254, 0.7);
}
.focus\:border-violet-200\/75:focus {
    border-color: rgba(221, 214, 254, 0.75);
}
.focus\:border-violet-200\/80:focus {
    border-color: rgba(221, 214, 254, 0.8);
}
.focus\:border-violet-200\/85:focus {
    border-color: rgba(221, 214, 254, 0.85);
}
.focus\:border-violet-200\/90:focus {
    border-color: rgba(221, 214, 254, 0.9);
}
.focus\:border-violet-200\/95:focus {
    border-color: rgba(221, 214, 254, 0.95);
}
.focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-300\/0:focus {
    border-color: rgba(196, 181, 253, 0);
}
.focus\:border-violet-300\/10:focus {
    border-color: rgba(196, 181, 253, 0.1);
}
.focus\:border-violet-300\/100:focus {
    border-color: #c4b5fd;
}
.focus\:border-violet-300\/15:focus {
    border-color: rgba(196, 181, 253, 0.15);
}
.focus\:border-violet-300\/20:focus {
    border-color: rgba(196, 181, 253, 0.2);
}
.focus\:border-violet-300\/25:focus {
    border-color: rgba(196, 181, 253, 0.25);
}
.focus\:border-violet-300\/30:focus {
    border-color: rgba(196, 181, 253, 0.3);
}
.focus\:border-violet-300\/35:focus {
    border-color: rgba(196, 181, 253, 0.35);
}
.focus\:border-violet-300\/40:focus {
    border-color: rgba(196, 181, 253, 0.4);
}
.focus\:border-violet-300\/45:focus {
    border-color: rgba(196, 181, 253, 0.45);
}
.focus\:border-violet-300\/5:focus {
    border-color: rgba(196, 181, 253, 0.05);
}
.focus\:border-violet-300\/50:focus {
    border-color: rgba(196, 181, 253, 0.5);
}
.focus\:border-violet-300\/55:focus {
    border-color: rgba(196, 181, 253, 0.55);
}
.focus\:border-violet-300\/60:focus {
    border-color: rgba(196, 181, 253, 0.6);
}
.focus\:border-violet-300\/65:focus {
    border-color: rgba(196, 181, 253, 0.65);
}
.focus\:border-violet-300\/70:focus {
    border-color: rgba(196, 181, 253, 0.7);
}
.focus\:border-violet-300\/75:focus {
    border-color: rgba(196, 181, 253, 0.75);
}
.focus\:border-violet-300\/80:focus {
    border-color: rgba(196, 181, 253, 0.8);
}
.focus\:border-violet-300\/85:focus {
    border-color: rgba(196, 181, 253, 0.85);
}
.focus\:border-violet-300\/90:focus {
    border-color: rgba(196, 181, 253, 0.9);
}
.focus\:border-violet-300\/95:focus {
    border-color: rgba(196, 181, 253, 0.95);
}
.focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-400\/0:focus {
    border-color: rgba(167, 139, 250, 0);
}
.focus\:border-violet-400\/10:focus {
    border-color: rgba(167, 139, 250, 0.1);
}
.focus\:border-violet-400\/100:focus {
    border-color: #a78bfa;
}
.focus\:border-violet-400\/15:focus {
    border-color: rgba(167, 139, 250, 0.15);
}
.focus\:border-violet-400\/20:focus {
    border-color: rgba(167, 139, 250, 0.2);
}
.focus\:border-violet-400\/25:focus {
    border-color: rgba(167, 139, 250, 0.25);
}
.focus\:border-violet-400\/30:focus {
    border-color: rgba(167, 139, 250, 0.3);
}
.focus\:border-violet-400\/35:focus {
    border-color: rgba(167, 139, 250, 0.35);
}
.focus\:border-violet-400\/40:focus {
    border-color: rgba(167, 139, 250, 0.4);
}
.focus\:border-violet-400\/45:focus {
    border-color: rgba(167, 139, 250, 0.45);
}
.focus\:border-violet-400\/5:focus {
    border-color: rgba(167, 139, 250, 0.05);
}
.focus\:border-violet-400\/50:focus {
    border-color: rgba(167, 139, 250, 0.5);
}
.focus\:border-violet-400\/55:focus {
    border-color: rgba(167, 139, 250, 0.55);
}
.focus\:border-violet-400\/60:focus {
    border-color: rgba(167, 139, 250, 0.6);
}
.focus\:border-violet-400\/65:focus {
    border-color: rgba(167, 139, 250, 0.65);
}
.focus\:border-violet-400\/70:focus {
    border-color: rgba(167, 139, 250, 0.7);
}
.focus\:border-violet-400\/75:focus {
    border-color: rgba(167, 139, 250, 0.75);
}
.focus\:border-violet-400\/80:focus {
    border-color: rgba(167, 139, 250, 0.8);
}
.focus\:border-violet-400\/85:focus {
    border-color: rgba(167, 139, 250, 0.85);
}
.focus\:border-violet-400\/90:focus {
    border-color: rgba(167, 139, 250, 0.9);
}
.focus\:border-violet-400\/95:focus {
    border-color: rgba(167, 139, 250, 0.95);
}
.focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-50\/0:focus {
    border-color: rgba(245, 243, 255, 0);
}
.focus\:border-violet-50\/10:focus {
    border-color: rgba(245, 243, 255, 0.1);
}
.focus\:border-violet-50\/100:focus {
    border-color: #f5f3ff;
}
.focus\:border-violet-50\/15:focus {
    border-color: rgba(245, 243, 255, 0.15);
}
.focus\:border-violet-50\/20:focus {
    border-color: rgba(245, 243, 255, 0.2);
}
.focus\:border-violet-50\/25:focus {
    border-color: rgba(245, 243, 255, 0.25);
}
.focus\:border-violet-50\/30:focus {
    border-color: rgba(245, 243, 255, 0.3);
}
.focus\:border-violet-50\/35:focus {
    border-color: rgba(245, 243, 255, 0.35);
}
.focus\:border-violet-50\/40:focus {
    border-color: rgba(245, 243, 255, 0.4);
}
.focus\:border-violet-50\/45:focus {
    border-color: rgba(245, 243, 255, 0.45);
}
.focus\:border-violet-50\/5:focus {
    border-color: rgba(245, 243, 255, 0.05);
}
.focus\:border-violet-50\/50:focus {
    border-color: rgba(245, 243, 255, 0.5);
}
.focus\:border-violet-50\/55:focus {
    border-color: rgba(245, 243, 255, 0.55);
}
.focus\:border-violet-50\/60:focus {
    border-color: rgba(245, 243, 255, 0.6);
}
.focus\:border-violet-50\/65:focus {
    border-color: rgba(245, 243, 255, 0.65);
}
.focus\:border-violet-50\/70:focus {
    border-color: rgba(245, 243, 255, 0.7);
}
.focus\:border-violet-50\/75:focus {
    border-color: rgba(245, 243, 255, 0.75);
}
.focus\:border-violet-50\/80:focus {
    border-color: rgba(245, 243, 255, 0.8);
}
.focus\:border-violet-50\/85:focus {
    border-color: rgba(245, 243, 255, 0.85);
}
.focus\:border-violet-50\/90:focus {
    border-color: rgba(245, 243, 255, 0.9);
}
.focus\:border-violet-50\/95:focus {
    border-color: rgba(245, 243, 255, 0.95);
}
.focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-500\/0:focus {
    border-color: rgba(139, 92, 246, 0);
}
.focus\:border-violet-500\/10:focus {
    border-color: rgba(139, 92, 246, 0.1);
}
.focus\:border-violet-500\/100:focus {
    border-color: #8b5cf6;
}
.focus\:border-violet-500\/15:focus {
    border-color: rgba(139, 92, 246, 0.15);
}
.focus\:border-violet-500\/20:focus {
    border-color: rgba(139, 92, 246, 0.2);
}
.focus\:border-violet-500\/25:focus {
    border-color: rgba(139, 92, 246, 0.25);
}
.focus\:border-violet-500\/30:focus {
    border-color: rgba(139, 92, 246, 0.3);
}
.focus\:border-violet-500\/35:focus {
    border-color: rgba(139, 92, 246, 0.35);
}
.focus\:border-violet-500\/40:focus {
    border-color: rgba(139, 92, 246, 0.4);
}
.focus\:border-violet-500\/45:focus {
    border-color: rgba(139, 92, 246, 0.45);
}
.focus\:border-violet-500\/5:focus {
    border-color: rgba(139, 92, 246, 0.05);
}
.focus\:border-violet-500\/50:focus {
    border-color: rgba(139, 92, 246, 0.5);
}
.focus\:border-violet-500\/55:focus {
    border-color: rgba(139, 92, 246, 0.55);
}
.focus\:border-violet-500\/60:focus {
    border-color: rgba(139, 92, 246, 0.6);
}
.focus\:border-violet-500\/65:focus {
    border-color: rgba(139, 92, 246, 0.65);
}
.focus\:border-violet-500\/70:focus {
    border-color: rgba(139, 92, 246, 0.7);
}
.focus\:border-violet-500\/75:focus {
    border-color: rgba(139, 92, 246, 0.75);
}
.focus\:border-violet-500\/80:focus {
    border-color: rgba(139, 92, 246, 0.8);
}
.focus\:border-violet-500\/85:focus {
    border-color: rgba(139, 92, 246, 0.85);
}
.focus\:border-violet-500\/90:focus {
    border-color: rgba(139, 92, 246, 0.9);
}
.focus\:border-violet-500\/95:focus {
    border-color: rgba(139, 92, 246, 0.95);
}
.focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-600\/0:focus {
    border-color: rgba(124, 58, 237, 0);
}
.focus\:border-violet-600\/10:focus {
    border-color: rgba(124, 58, 237, 0.1);
}
.focus\:border-violet-600\/100:focus {
    border-color: #7c3aed;
}
.focus\:border-violet-600\/15:focus {
    border-color: rgba(124, 58, 237, 0.15);
}
.focus\:border-violet-600\/20:focus {
    border-color: rgba(124, 58, 237, 0.2);
}
.focus\:border-violet-600\/25:focus {
    border-color: rgba(124, 58, 237, 0.25);
}
.focus\:border-violet-600\/30:focus {
    border-color: rgba(124, 58, 237, 0.3);
}
.focus\:border-violet-600\/35:focus {
    border-color: rgba(124, 58, 237, 0.35);
}
.focus\:border-violet-600\/40:focus {
    border-color: rgba(124, 58, 237, 0.4);
}
.focus\:border-violet-600\/45:focus {
    border-color: rgba(124, 58, 237, 0.45);
}
.focus\:border-violet-600\/5:focus {
    border-color: rgba(124, 58, 237, 0.05);
}
.focus\:border-violet-600\/50:focus {
    border-color: rgba(124, 58, 237, 0.5);
}
.focus\:border-violet-600\/55:focus {
    border-color: rgba(124, 58, 237, 0.55);
}
.focus\:border-violet-600\/60:focus {
    border-color: rgba(124, 58, 237, 0.6);
}
.focus\:border-violet-600\/65:focus {
    border-color: rgba(124, 58, 237, 0.65);
}
.focus\:border-violet-600\/70:focus {
    border-color: rgba(124, 58, 237, 0.7);
}
.focus\:border-violet-600\/75:focus {
    border-color: rgba(124, 58, 237, 0.75);
}
.focus\:border-violet-600\/80:focus {
    border-color: rgba(124, 58, 237, 0.8);
}
.focus\:border-violet-600\/85:focus {
    border-color: rgba(124, 58, 237, 0.85);
}
.focus\:border-violet-600\/90:focus {
    border-color: rgba(124, 58, 237, 0.9);
}
.focus\:border-violet-600\/95:focus {
    border-color: rgba(124, 58, 237, 0.95);
}
.focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-700\/0:focus {
    border-color: rgba(109, 40, 217, 0);
}
.focus\:border-violet-700\/10:focus {
    border-color: rgba(109, 40, 217, 0.1);
}
.focus\:border-violet-700\/100:focus {
    border-color: #6d28d9;
}
.focus\:border-violet-700\/15:focus {
    border-color: rgba(109, 40, 217, 0.15);
}
.focus\:border-violet-700\/20:focus {
    border-color: rgba(109, 40, 217, 0.2);
}
.focus\:border-violet-700\/25:focus {
    border-color: rgba(109, 40, 217, 0.25);
}
.focus\:border-violet-700\/30:focus {
    border-color: rgba(109, 40, 217, 0.3);
}
.focus\:border-violet-700\/35:focus {
    border-color: rgba(109, 40, 217, 0.35);
}
.focus\:border-violet-700\/40:focus {
    border-color: rgba(109, 40, 217, 0.4);
}
.focus\:border-violet-700\/45:focus {
    border-color: rgba(109, 40, 217, 0.45);
}
.focus\:border-violet-700\/5:focus {
    border-color: rgba(109, 40, 217, 0.05);
}
.focus\:border-violet-700\/50:focus {
    border-color: rgba(109, 40, 217, 0.5);
}
.focus\:border-violet-700\/55:focus {
    border-color: rgba(109, 40, 217, 0.55);
}
.focus\:border-violet-700\/60:focus {
    border-color: rgba(109, 40, 217, 0.6);
}
.focus\:border-violet-700\/65:focus {
    border-color: rgba(109, 40, 217, 0.65);
}
.focus\:border-violet-700\/70:focus {
    border-color: rgba(109, 40, 217, 0.7);
}
.focus\:border-violet-700\/75:focus {
    border-color: rgba(109, 40, 217, 0.75);
}
.focus\:border-violet-700\/80:focus {
    border-color: rgba(109, 40, 217, 0.8);
}
.focus\:border-violet-700\/85:focus {
    border-color: rgba(109, 40, 217, 0.85);
}
.focus\:border-violet-700\/90:focus {
    border-color: rgba(109, 40, 217, 0.9);
}
.focus\:border-violet-700\/95:focus {
    border-color: rgba(109, 40, 217, 0.95);
}
.focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-800\/0:focus {
    border-color: rgba(91, 33, 182, 0);
}
.focus\:border-violet-800\/10:focus {
    border-color: rgba(91, 33, 182, 0.1);
}
.focus\:border-violet-800\/100:focus {
    border-color: #5b21b6;
}
.focus\:border-violet-800\/15:focus {
    border-color: rgba(91, 33, 182, 0.15);
}
.focus\:border-violet-800\/20:focus {
    border-color: rgba(91, 33, 182, 0.2);
}
.focus\:border-violet-800\/25:focus {
    border-color: rgba(91, 33, 182, 0.25);
}
.focus\:border-violet-800\/30:focus {
    border-color: rgba(91, 33, 182, 0.3);
}
.focus\:border-violet-800\/35:focus {
    border-color: rgba(91, 33, 182, 0.35);
}
.focus\:border-violet-800\/40:focus {
    border-color: rgba(91, 33, 182, 0.4);
}
.focus\:border-violet-800\/45:focus {
    border-color: rgba(91, 33, 182, 0.45);
}
.focus\:border-violet-800\/5:focus {
    border-color: rgba(91, 33, 182, 0.05);
}
.focus\:border-violet-800\/50:focus {
    border-color: rgba(91, 33, 182, 0.5);
}
.focus\:border-violet-800\/55:focus {
    border-color: rgba(91, 33, 182, 0.55);
}
.focus\:border-violet-800\/60:focus {
    border-color: rgba(91, 33, 182, 0.6);
}
.focus\:border-violet-800\/65:focus {
    border-color: rgba(91, 33, 182, 0.65);
}
.focus\:border-violet-800\/70:focus {
    border-color: rgba(91, 33, 182, 0.7);
}
.focus\:border-violet-800\/75:focus {
    border-color: rgba(91, 33, 182, 0.75);
}
.focus\:border-violet-800\/80:focus {
    border-color: rgba(91, 33, 182, 0.8);
}
.focus\:border-violet-800\/85:focus {
    border-color: rgba(91, 33, 182, 0.85);
}
.focus\:border-violet-800\/90:focus {
    border-color: rgba(91, 33, 182, 0.9);
}
.focus\:border-violet-800\/95:focus {
    border-color: rgba(91, 33, 182, 0.95);
}
.focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.focus\:border-violet-900\/0:focus {
    border-color: rgba(76, 29, 149, 0);
}
.focus\:border-violet-900\/10:focus {
    border-color: rgba(76, 29, 149, 0.1);
}
.focus\:border-violet-900\/100:focus {
    border-color: #4c1d95;
}
.focus\:border-violet-900\/15:focus {
    border-color: rgba(76, 29, 149, 0.15);
}
.focus\:border-violet-900\/20:focus {
    border-color: rgba(76, 29, 149, 0.2);
}
.focus\:border-violet-900\/25:focus {
    border-color: rgba(76, 29, 149, 0.25);
}
.focus\:border-violet-900\/30:focus {
    border-color: rgba(76, 29, 149, 0.3);
}
.focus\:border-violet-900\/35:focus {
    border-color: rgba(76, 29, 149, 0.35);
}
.focus\:border-violet-900\/40:focus {
    border-color: rgba(76, 29, 149, 0.4);
}
.focus\:border-violet-900\/45:focus {
    border-color: rgba(76, 29, 149, 0.45);
}
.focus\:border-violet-900\/5:focus {
    border-color: rgba(76, 29, 149, 0.05);
}
.focus\:border-violet-900\/50:focus {
    border-color: rgba(76, 29, 149, 0.5);
}
.focus\:border-violet-900\/55:focus {
    border-color: rgba(76, 29, 149, 0.55);
}
.focus\:border-violet-900\/60:focus {
    border-color: rgba(76, 29, 149, 0.6);
}
.focus\:border-violet-900\/65:focus {
    border-color: rgba(76, 29, 149, 0.65);
}
.focus\:border-violet-900\/70:focus {
    border-color: rgba(76, 29, 149, 0.7);
}
.focus\:border-violet-900\/75:focus {
    border-color: rgba(76, 29, 149, 0.75);
}
.focus\:border-violet-900\/80:focus {
    border-color: rgba(76, 29, 149, 0.8);
}
.focus\:border-violet-900\/85:focus {
    border-color: rgba(76, 29, 149, 0.85);
}
.focus\:border-violet-900\/90:focus {
    border-color: rgba(76, 29, 149, 0.9);
}
.focus\:border-violet-900\/95:focus {
    border-color: rgba(76, 29, 149, 0.95);
}
.focus\:border-warmergreen-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(238 239 236 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-100\/0:focus {
    border-color: hsla(80, 9%, 93%, 0);
}
.focus\:border-warmergreen-100\/10:focus {
    border-color: hsla(80, 9%, 93%, 0.1);
}
.focus\:border-warmergreen-100\/100:focus {
    border-color: #eeefec;
}
.focus\:border-warmergreen-100\/15:focus {
    border-color: hsla(80, 9%, 93%, 0.15);
}
.focus\:border-warmergreen-100\/20:focus {
    border-color: hsla(80, 9%, 93%, 0.2);
}
.focus\:border-warmergreen-100\/25:focus {
    border-color: hsla(80, 9%, 93%, 0.25);
}
.focus\:border-warmergreen-100\/30:focus {
    border-color: hsla(80, 9%, 93%, 0.3);
}
.focus\:border-warmergreen-100\/35:focus {
    border-color: hsla(80, 9%, 93%, 0.35);
}
.focus\:border-warmergreen-100\/40:focus {
    border-color: hsla(80, 9%, 93%, 0.4);
}
.focus\:border-warmergreen-100\/45:focus {
    border-color: hsla(80, 9%, 93%, 0.45);
}
.focus\:border-warmergreen-100\/5:focus {
    border-color: hsla(80, 9%, 93%, 0.05);
}
.focus\:border-warmergreen-100\/50:focus {
    border-color: hsla(80, 9%, 93%, 0.5);
}
.focus\:border-warmergreen-100\/55:focus {
    border-color: hsla(80, 9%, 93%, 0.55);
}
.focus\:border-warmergreen-100\/60:focus {
    border-color: hsla(80, 9%, 93%, 0.6);
}
.focus\:border-warmergreen-100\/65:focus {
    border-color: hsla(80, 9%, 93%, 0.65);
}
.focus\:border-warmergreen-100\/70:focus {
    border-color: hsla(80, 9%, 93%, 0.7);
}
.focus\:border-warmergreen-100\/75:focus {
    border-color: hsla(80, 9%, 93%, 0.75);
}
.focus\:border-warmergreen-100\/80:focus {
    border-color: hsla(80, 9%, 93%, 0.8);
}
.focus\:border-warmergreen-100\/85:focus {
    border-color: hsla(80, 9%, 93%, 0.85);
}
.focus\:border-warmergreen-100\/90:focus {
    border-color: hsla(80, 9%, 93%, 0.9);
}
.focus\:border-warmergreen-100\/95:focus {
    border-color: hsla(80, 9%, 93%, 0.95);
}
.focus\:border-warmergreen-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(216 222 215 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-200\/0:focus {
    border-color: rgba(216, 222, 215, 0);
}
.focus\:border-warmergreen-200\/10:focus {
    border-color: rgba(216, 222, 215, 0.1);
}
.focus\:border-warmergreen-200\/100:focus {
    border-color: #d8ded7;
}
.focus\:border-warmergreen-200\/15:focus {
    border-color: rgba(216, 222, 215, 0.15);
}
.focus\:border-warmergreen-200\/20:focus {
    border-color: rgba(216, 222, 215, 0.2);
}
.focus\:border-warmergreen-200\/25:focus {
    border-color: rgba(216, 222, 215, 0.25);
}
.focus\:border-warmergreen-200\/30:focus {
    border-color: rgba(216, 222, 215, 0.3);
}
.focus\:border-warmergreen-200\/35:focus {
    border-color: rgba(216, 222, 215, 0.35);
}
.focus\:border-warmergreen-200\/40:focus {
    border-color: rgba(216, 222, 215, 0.4);
}
.focus\:border-warmergreen-200\/45:focus {
    border-color: rgba(216, 222, 215, 0.45);
}
.focus\:border-warmergreen-200\/5:focus {
    border-color: rgba(216, 222, 215, 0.05);
}
.focus\:border-warmergreen-200\/50:focus {
    border-color: rgba(216, 222, 215, 0.5);
}
.focus\:border-warmergreen-200\/55:focus {
    border-color: rgba(216, 222, 215, 0.55);
}
.focus\:border-warmergreen-200\/60:focus {
    border-color: rgba(216, 222, 215, 0.6);
}
.focus\:border-warmergreen-200\/65:focus {
    border-color: rgba(216, 222, 215, 0.65);
}
.focus\:border-warmergreen-200\/70:focus {
    border-color: rgba(216, 222, 215, 0.7);
}
.focus\:border-warmergreen-200\/75:focus {
    border-color: rgba(216, 222, 215, 0.75);
}
.focus\:border-warmergreen-200\/80:focus {
    border-color: rgba(216, 222, 215, 0.8);
}
.focus\:border-warmergreen-200\/85:focus {
    border-color: rgba(216, 222, 215, 0.85);
}
.focus\:border-warmergreen-200\/90:focus {
    border-color: rgba(216, 222, 215, 0.9);
}
.focus\:border-warmergreen-200\/95:focus {
    border-color: rgba(216, 222, 215, 0.95);
}
.focus\:border-warmergreen-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(177 188 175 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-300\/0:focus {
    border-color: hsla(111, 9%, 71%, 0);
}
.focus\:border-warmergreen-300\/10:focus {
    border-color: hsla(111, 9%, 71%, 0.1);
}
.focus\:border-warmergreen-300\/100:focus {
    border-color: #b1bcaf;
}
.focus\:border-warmergreen-300\/15:focus {
    border-color: hsla(111, 9%, 71%, 0.15);
}
.focus\:border-warmergreen-300\/20:focus {
    border-color: hsla(111, 9%, 71%, 0.2);
}
.focus\:border-warmergreen-300\/25:focus {
    border-color: hsla(111, 9%, 71%, 0.25);
}
.focus\:border-warmergreen-300\/30:focus {
    border-color: hsla(111, 9%, 71%, 0.3);
}
.focus\:border-warmergreen-300\/35:focus {
    border-color: hsla(111, 9%, 71%, 0.35);
}
.focus\:border-warmergreen-300\/40:focus {
    border-color: hsla(111, 9%, 71%, 0.4);
}
.focus\:border-warmergreen-300\/45:focus {
    border-color: hsla(111, 9%, 71%, 0.45);
}
.focus\:border-warmergreen-300\/5:focus {
    border-color: hsla(111, 9%, 71%, 0.05);
}
.focus\:border-warmergreen-300\/50:focus {
    border-color: hsla(111, 9%, 71%, 0.5);
}
.focus\:border-warmergreen-300\/55:focus {
    border-color: hsla(111, 9%, 71%, 0.55);
}
.focus\:border-warmergreen-300\/60:focus {
    border-color: hsla(111, 9%, 71%, 0.6);
}
.focus\:border-warmergreen-300\/65:focus {
    border-color: hsla(111, 9%, 71%, 0.65);
}
.focus\:border-warmergreen-300\/70:focus {
    border-color: hsla(111, 9%, 71%, 0.7);
}
.focus\:border-warmergreen-300\/75:focus {
    border-color: hsla(111, 9%, 71%, 0.75);
}
.focus\:border-warmergreen-300\/80:focus {
    border-color: hsla(111, 9%, 71%, 0.8);
}
.focus\:border-warmergreen-300\/85:focus {
    border-color: hsla(111, 9%, 71%, 0.85);
}
.focus\:border-warmergreen-300\/90:focus {
    border-color: hsla(111, 9%, 71%, 0.9);
}
.focus\:border-warmergreen-300\/95:focus {
    border-color: hsla(111, 9%, 71%, 0.95);
}
.focus\:border-warmergreen-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(127 150 132 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-400\/0:focus {
    border-color: rgba(127, 150, 132, 0);
}
.focus\:border-warmergreen-400\/10:focus {
    border-color: rgba(127, 150, 132, 0.1);
}
.focus\:border-warmergreen-400\/100:focus {
    border-color: #7f9684;
}
.focus\:border-warmergreen-400\/15:focus {
    border-color: rgba(127, 150, 132, 0.15);
}
.focus\:border-warmergreen-400\/20:focus {
    border-color: rgba(127, 150, 132, 0.2);
}
.focus\:border-warmergreen-400\/25:focus {
    border-color: rgba(127, 150, 132, 0.25);
}
.focus\:border-warmergreen-400\/30:focus {
    border-color: rgba(127, 150, 132, 0.3);
}
.focus\:border-warmergreen-400\/35:focus {
    border-color: rgba(127, 150, 132, 0.35);
}
.focus\:border-warmergreen-400\/40:focus {
    border-color: rgba(127, 150, 132, 0.4);
}
.focus\:border-warmergreen-400\/45:focus {
    border-color: rgba(127, 150, 132, 0.45);
}
.focus\:border-warmergreen-400\/5:focus {
    border-color: rgba(127, 150, 132, 0.05);
}
.focus\:border-warmergreen-400\/50:focus {
    border-color: rgba(127, 150, 132, 0.5);
}
.focus\:border-warmergreen-400\/55:focus {
    border-color: rgba(127, 150, 132, 0.55);
}
.focus\:border-warmergreen-400\/60:focus {
    border-color: rgba(127, 150, 132, 0.6);
}
.focus\:border-warmergreen-400\/65:focus {
    border-color: rgba(127, 150, 132, 0.65);
}
.focus\:border-warmergreen-400\/70:focus {
    border-color: rgba(127, 150, 132, 0.7);
}
.focus\:border-warmergreen-400\/75:focus {
    border-color: rgba(127, 150, 132, 0.75);
}
.focus\:border-warmergreen-400\/80:focus {
    border-color: rgba(127, 150, 132, 0.8);
}
.focus\:border-warmergreen-400\/85:focus {
    border-color: rgba(127, 150, 132, 0.85);
}
.focus\:border-warmergreen-400\/90:focus {
    border-color: rgba(127, 150, 132, 0.9);
}
.focus\:border-warmergreen-400\/95:focus {
    border-color: rgba(127, 150, 132, 0.95);
}
.focus\:border-warmergreen-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(247 248 246 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-50\/0:focus {
    border-color: hsla(90, 12%, 97%, 0);
}
.focus\:border-warmergreen-50\/10:focus {
    border-color: hsla(90, 12%, 97%, 0.1);
}
.focus\:border-warmergreen-50\/100:focus {
    border-color: #f7f8f6;
}
.focus\:border-warmergreen-50\/15:focus {
    border-color: hsla(90, 12%, 97%, 0.15);
}
.focus\:border-warmergreen-50\/20:focus {
    border-color: hsla(90, 12%, 97%, 0.2);
}
.focus\:border-warmergreen-50\/25:focus {
    border-color: hsla(90, 12%, 97%, 0.25);
}
.focus\:border-warmergreen-50\/30:focus {
    border-color: hsla(90, 12%, 97%, 0.3);
}
.focus\:border-warmergreen-50\/35:focus {
    border-color: hsla(90, 12%, 97%, 0.35);
}
.focus\:border-warmergreen-50\/40:focus {
    border-color: hsla(90, 12%, 97%, 0.4);
}
.focus\:border-warmergreen-50\/45:focus {
    border-color: hsla(90, 12%, 97%, 0.45);
}
.focus\:border-warmergreen-50\/5:focus {
    border-color: hsla(90, 12%, 97%, 0.05);
}
.focus\:border-warmergreen-50\/50:focus {
    border-color: hsla(90, 12%, 97%, 0.5);
}
.focus\:border-warmergreen-50\/55:focus {
    border-color: hsla(90, 12%, 97%, 0.55);
}
.focus\:border-warmergreen-50\/60:focus {
    border-color: hsla(90, 12%, 97%, 0.6);
}
.focus\:border-warmergreen-50\/65:focus {
    border-color: hsla(90, 12%, 97%, 0.65);
}
.focus\:border-warmergreen-50\/70:focus {
    border-color: hsla(90, 12%, 97%, 0.7);
}
.focus\:border-warmergreen-50\/75:focus {
    border-color: hsla(90, 12%, 97%, 0.75);
}
.focus\:border-warmergreen-50\/80:focus {
    border-color: hsla(90, 12%, 97%, 0.8);
}
.focus\:border-warmergreen-50\/85:focus {
    border-color: hsla(90, 12%, 97%, 0.85);
}
.focus\:border-warmergreen-50\/90:focus {
    border-color: hsla(90, 12%, 97%, 0.9);
}
.focus\:border-warmergreen-50\/95:focus {
    border-color: hsla(90, 12%, 97%, 0.95);
}
.focus\:border-warmergreen-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(98 119 95 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-500\/0:focus {
    border-color: rgba(98, 119, 95, 0);
}
.focus\:border-warmergreen-500\/10:focus {
    border-color: rgba(98, 119, 95, 0.1);
}
.focus\:border-warmergreen-500\/100:focus {
    border-color: #62775f;
}
.focus\:border-warmergreen-500\/15:focus {
    border-color: rgba(98, 119, 95, 0.15);
}
.focus\:border-warmergreen-500\/20:focus {
    border-color: rgba(98, 119, 95, 0.2);
}
.focus\:border-warmergreen-500\/25:focus {
    border-color: rgba(98, 119, 95, 0.25);
}
.focus\:border-warmergreen-500\/30:focus {
    border-color: rgba(98, 119, 95, 0.3);
}
.focus\:border-warmergreen-500\/35:focus {
    border-color: rgba(98, 119, 95, 0.35);
}
.focus\:border-warmergreen-500\/40:focus {
    border-color: rgba(98, 119, 95, 0.4);
}
.focus\:border-warmergreen-500\/45:focus {
    border-color: rgba(98, 119, 95, 0.45);
}
.focus\:border-warmergreen-500\/5:focus {
    border-color: rgba(98, 119, 95, 0.05);
}
.focus\:border-warmergreen-500\/50:focus {
    border-color: rgba(98, 119, 95, 0.5);
}
.focus\:border-warmergreen-500\/55:focus {
    border-color: rgba(98, 119, 95, 0.55);
}
.focus\:border-warmergreen-500\/60:focus {
    border-color: rgba(98, 119, 95, 0.6);
}
.focus\:border-warmergreen-500\/65:focus {
    border-color: rgba(98, 119, 95, 0.65);
}
.focus\:border-warmergreen-500\/70:focus {
    border-color: rgba(98, 119, 95, 0.7);
}
.focus\:border-warmergreen-500\/75:focus {
    border-color: rgba(98, 119, 95, 0.75);
}
.focus\:border-warmergreen-500\/80:focus {
    border-color: rgba(98, 119, 95, 0.8);
}
.focus\:border-warmergreen-500\/85:focus {
    border-color: rgba(98, 119, 95, 0.85);
}
.focus\:border-warmergreen-500\/90:focus {
    border-color: rgba(98, 119, 95, 0.9);
}
.focus\:border-warmergreen-500\/95:focus {
    border-color: rgba(98, 119, 95, 0.95);
}
.focus\:border-warmergreen-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(79 92 70 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-600\/0:focus {
    border-color: rgba(79, 92, 70, 0);
}
.focus\:border-warmergreen-600\/10:focus {
    border-color: rgba(79, 92, 70, 0.1);
}
.focus\:border-warmergreen-600\/100:focus {
    border-color: #4f5c46;
}
.focus\:border-warmergreen-600\/15:focus {
    border-color: rgba(79, 92, 70, 0.15);
}
.focus\:border-warmergreen-600\/20:focus {
    border-color: rgba(79, 92, 70, 0.2);
}
.focus\:border-warmergreen-600\/25:focus {
    border-color: rgba(79, 92, 70, 0.25);
}
.focus\:border-warmergreen-600\/30:focus {
    border-color: rgba(79, 92, 70, 0.3);
}
.focus\:border-warmergreen-600\/35:focus {
    border-color: rgba(79, 92, 70, 0.35);
}
.focus\:border-warmergreen-600\/40:focus {
    border-color: rgba(79, 92, 70, 0.4);
}
.focus\:border-warmergreen-600\/45:focus {
    border-color: rgba(79, 92, 70, 0.45);
}
.focus\:border-warmergreen-600\/5:focus {
    border-color: rgba(79, 92, 70, 0.05);
}
.focus\:border-warmergreen-600\/50:focus {
    border-color: rgba(79, 92, 70, 0.5);
}
.focus\:border-warmergreen-600\/55:focus {
    border-color: rgba(79, 92, 70, 0.55);
}
.focus\:border-warmergreen-600\/60:focus {
    border-color: rgba(79, 92, 70, 0.6);
}
.focus\:border-warmergreen-600\/65:focus {
    border-color: rgba(79, 92, 70, 0.65);
}
.focus\:border-warmergreen-600\/70:focus {
    border-color: rgba(79, 92, 70, 0.7);
}
.focus\:border-warmergreen-600\/75:focus {
    border-color: rgba(79, 92, 70, 0.75);
}
.focus\:border-warmergreen-600\/80:focus {
    border-color: rgba(79, 92, 70, 0.8);
}
.focus\:border-warmergreen-600\/85:focus {
    border-color: rgba(79, 92, 70, 0.85);
}
.focus\:border-warmergreen-600\/90:focus {
    border-color: rgba(79, 92, 70, 0.9);
}
.focus\:border-warmergreen-600\/95:focus {
    border-color: rgba(79, 92, 70, 0.95);
}
.focus\:border-warmergreen-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(62 70 54 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-700\/0:focus {
    border-color: rgba(62, 70, 54, 0);
}
.focus\:border-warmergreen-700\/10:focus {
    border-color: rgba(62, 70, 54, 0.1);
}
.focus\:border-warmergreen-700\/100:focus {
    border-color: #3e4636;
}
.focus\:border-warmergreen-700\/15:focus {
    border-color: rgba(62, 70, 54, 0.15);
}
.focus\:border-warmergreen-700\/20:focus {
    border-color: rgba(62, 70, 54, 0.2);
}
.focus\:border-warmergreen-700\/25:focus {
    border-color: rgba(62, 70, 54, 0.25);
}
.focus\:border-warmergreen-700\/30:focus {
    border-color: rgba(62, 70, 54, 0.3);
}
.focus\:border-warmergreen-700\/35:focus {
    border-color: rgba(62, 70, 54, 0.35);
}
.focus\:border-warmergreen-700\/40:focus {
    border-color: rgba(62, 70, 54, 0.4);
}
.focus\:border-warmergreen-700\/45:focus {
    border-color: rgba(62, 70, 54, 0.45);
}
.focus\:border-warmergreen-700\/5:focus {
    border-color: rgba(62, 70, 54, 0.05);
}
.focus\:border-warmergreen-700\/50:focus {
    border-color: rgba(62, 70, 54, 0.5);
}
.focus\:border-warmergreen-700\/55:focus {
    border-color: rgba(62, 70, 54, 0.55);
}
.focus\:border-warmergreen-700\/60:focus {
    border-color: rgba(62, 70, 54, 0.6);
}
.focus\:border-warmergreen-700\/65:focus {
    border-color: rgba(62, 70, 54, 0.65);
}
.focus\:border-warmergreen-700\/70:focus {
    border-color: rgba(62, 70, 54, 0.7);
}
.focus\:border-warmergreen-700\/75:focus {
    border-color: rgba(62, 70, 54, 0.75);
}
.focus\:border-warmergreen-700\/80:focus {
    border-color: rgba(62, 70, 54, 0.8);
}
.focus\:border-warmergreen-700\/85:focus {
    border-color: rgba(62, 70, 54, 0.85);
}
.focus\:border-warmergreen-700\/90:focus {
    border-color: rgba(62, 70, 54, 0.9);
}
.focus\:border-warmergreen-700\/95:focus {
    border-color: rgba(62, 70, 54, 0.95);
}
.focus\:border-warmergreen-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(43 48 40 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-800\/0:focus {
    border-color: rgba(43, 48, 40, 0);
}
.focus\:border-warmergreen-800\/10:focus {
    border-color: rgba(43, 48, 40, 0.1);
}
.focus\:border-warmergreen-800\/100:focus {
    border-color: #2b3028;
}
.focus\:border-warmergreen-800\/15:focus {
    border-color: rgba(43, 48, 40, 0.15);
}
.focus\:border-warmergreen-800\/20:focus {
    border-color: rgba(43, 48, 40, 0.2);
}
.focus\:border-warmergreen-800\/25:focus {
    border-color: rgba(43, 48, 40, 0.25);
}
.focus\:border-warmergreen-800\/30:focus {
    border-color: rgba(43, 48, 40, 0.3);
}
.focus\:border-warmergreen-800\/35:focus {
    border-color: rgba(43, 48, 40, 0.35);
}
.focus\:border-warmergreen-800\/40:focus {
    border-color: rgba(43, 48, 40, 0.4);
}
.focus\:border-warmergreen-800\/45:focus {
    border-color: rgba(43, 48, 40, 0.45);
}
.focus\:border-warmergreen-800\/5:focus {
    border-color: rgba(43, 48, 40, 0.05);
}
.focus\:border-warmergreen-800\/50:focus {
    border-color: rgba(43, 48, 40, 0.5);
}
.focus\:border-warmergreen-800\/55:focus {
    border-color: rgba(43, 48, 40, 0.55);
}
.focus\:border-warmergreen-800\/60:focus {
    border-color: rgba(43, 48, 40, 0.6);
}
.focus\:border-warmergreen-800\/65:focus {
    border-color: rgba(43, 48, 40, 0.65);
}
.focus\:border-warmergreen-800\/70:focus {
    border-color: rgba(43, 48, 40, 0.7);
}
.focus\:border-warmergreen-800\/75:focus {
    border-color: rgba(43, 48, 40, 0.75);
}
.focus\:border-warmergreen-800\/80:focus {
    border-color: rgba(43, 48, 40, 0.8);
}
.focus\:border-warmergreen-800\/85:focus {
    border-color: rgba(43, 48, 40, 0.85);
}
.focus\:border-warmergreen-800\/90:focus {
    border-color: rgba(43, 48, 40, 0.9);
}
.focus\:border-warmergreen-800\/95:focus {
    border-color: rgba(43, 48, 40, 0.95);
}
.focus\:border-warmergreen-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(28 30 27 / var(--tw-border-opacity, 1));
}
.focus\:border-warmergreen-900\/0:focus {
    border-color: rgba(28, 30, 27, 0);
}
.focus\:border-warmergreen-900\/10:focus {
    border-color: rgba(28, 30, 27, 0.1);
}
.focus\:border-warmergreen-900\/100:focus {
    border-color: #1c1e1b;
}
.focus\:border-warmergreen-900\/15:focus {
    border-color: rgba(28, 30, 27, 0.15);
}
.focus\:border-warmergreen-900\/20:focus {
    border-color: rgba(28, 30, 27, 0.2);
}
.focus\:border-warmergreen-900\/25:focus {
    border-color: rgba(28, 30, 27, 0.25);
}
.focus\:border-warmergreen-900\/30:focus {
    border-color: rgba(28, 30, 27, 0.3);
}
.focus\:border-warmergreen-900\/35:focus {
    border-color: rgba(28, 30, 27, 0.35);
}
.focus\:border-warmergreen-900\/40:focus {
    border-color: rgba(28, 30, 27, 0.4);
}
.focus\:border-warmergreen-900\/45:focus {
    border-color: rgba(28, 30, 27, 0.45);
}
.focus\:border-warmergreen-900\/5:focus {
    border-color: rgba(28, 30, 27, 0.05);
}
.focus\:border-warmergreen-900\/50:focus {
    border-color: rgba(28, 30, 27, 0.5);
}
.focus\:border-warmergreen-900\/55:focus {
    border-color: rgba(28, 30, 27, 0.55);
}
.focus\:border-warmergreen-900\/60:focus {
    border-color: rgba(28, 30, 27, 0.6);
}
.focus\:border-warmergreen-900\/65:focus {
    border-color: rgba(28, 30, 27, 0.65);
}
.focus\:border-warmergreen-900\/70:focus {
    border-color: rgba(28, 30, 27, 0.7);
}
.focus\:border-warmergreen-900\/75:focus {
    border-color: rgba(28, 30, 27, 0.75);
}
.focus\:border-warmergreen-900\/80:focus {
    border-color: rgba(28, 30, 27, 0.8);
}
.focus\:border-warmergreen-900\/85:focus {
    border-color: rgba(28, 30, 27, 0.85);
}
.focus\:border-warmergreen-900\/90:focus {
    border-color: rgba(28, 30, 27, 0.9);
}
.focus\:border-warmergreen-900\/95:focus {
    border-color: rgba(28, 30, 27, 0.95);
}
.focus\:border-warmgray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-100\/0:focus {
    border-color: hsla(60, 5%, 96%, 0);
}
.focus\:border-warmgray-100\/10:focus {
    border-color: hsla(60, 5%, 96%, 0.1);
}
.focus\:border-warmgray-100\/100:focus {
    border-color: #f5f5f4;
}
.focus\:border-warmgray-100\/15:focus {
    border-color: hsla(60, 5%, 96%, 0.15);
}
.focus\:border-warmgray-100\/20:focus {
    border-color: hsla(60, 5%, 96%, 0.2);
}
.focus\:border-warmgray-100\/25:focus {
    border-color: hsla(60, 5%, 96%, 0.25);
}
.focus\:border-warmgray-100\/30:focus {
    border-color: hsla(60, 5%, 96%, 0.3);
}
.focus\:border-warmgray-100\/35:focus {
    border-color: hsla(60, 5%, 96%, 0.35);
}
.focus\:border-warmgray-100\/40:focus {
    border-color: hsla(60, 5%, 96%, 0.4);
}
.focus\:border-warmgray-100\/45:focus {
    border-color: hsla(60, 5%, 96%, 0.45);
}
.focus\:border-warmgray-100\/5:focus {
    border-color: hsla(60, 5%, 96%, 0.05);
}
.focus\:border-warmgray-100\/50:focus {
    border-color: hsla(60, 5%, 96%, 0.5);
}
.focus\:border-warmgray-100\/55:focus {
    border-color: hsla(60, 5%, 96%, 0.55);
}
.focus\:border-warmgray-100\/60:focus {
    border-color: hsla(60, 5%, 96%, 0.6);
}
.focus\:border-warmgray-100\/65:focus {
    border-color: hsla(60, 5%, 96%, 0.65);
}
.focus\:border-warmgray-100\/70:focus {
    border-color: hsla(60, 5%, 96%, 0.7);
}
.focus\:border-warmgray-100\/75:focus {
    border-color: hsla(60, 5%, 96%, 0.75);
}
.focus\:border-warmgray-100\/80:focus {
    border-color: hsla(60, 5%, 96%, 0.8);
}
.focus\:border-warmgray-100\/85:focus {
    border-color: hsla(60, 5%, 96%, 0.85);
}
.focus\:border-warmgray-100\/90:focus {
    border-color: hsla(60, 5%, 96%, 0.9);
}
.focus\:border-warmgray-100\/95:focus {
    border-color: hsla(60, 5%, 96%, 0.95);
}
.focus\:border-warmgray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-200\/0:focus {
    border-color: hsla(20, 6%, 90%, 0);
}
.focus\:border-warmgray-200\/10:focus {
    border-color: hsla(20, 6%, 90%, 0.1);
}
.focus\:border-warmgray-200\/100:focus {
    border-color: #e7e5e4;
}
.focus\:border-warmgray-200\/15:focus {
    border-color: hsla(20, 6%, 90%, 0.15);
}
.focus\:border-warmgray-200\/20:focus {
    border-color: hsla(20, 6%, 90%, 0.2);
}
.focus\:border-warmgray-200\/25:focus {
    border-color: hsla(20, 6%, 90%, 0.25);
}
.focus\:border-warmgray-200\/30:focus {
    border-color: hsla(20, 6%, 90%, 0.3);
}
.focus\:border-warmgray-200\/35:focus {
    border-color: hsla(20, 6%, 90%, 0.35);
}
.focus\:border-warmgray-200\/40:focus {
    border-color: hsla(20, 6%, 90%, 0.4);
}
.focus\:border-warmgray-200\/45:focus {
    border-color: hsla(20, 6%, 90%, 0.45);
}
.focus\:border-warmgray-200\/5:focus {
    border-color: hsla(20, 6%, 90%, 0.05);
}
.focus\:border-warmgray-200\/50:focus {
    border-color: hsla(20, 6%, 90%, 0.5);
}
.focus\:border-warmgray-200\/55:focus {
    border-color: hsla(20, 6%, 90%, 0.55);
}
.focus\:border-warmgray-200\/60:focus {
    border-color: hsla(20, 6%, 90%, 0.6);
}
.focus\:border-warmgray-200\/65:focus {
    border-color: hsla(20, 6%, 90%, 0.65);
}
.focus\:border-warmgray-200\/70:focus {
    border-color: hsla(20, 6%, 90%, 0.7);
}
.focus\:border-warmgray-200\/75:focus {
    border-color: hsla(20, 6%, 90%, 0.75);
}
.focus\:border-warmgray-200\/80:focus {
    border-color: hsla(20, 6%, 90%, 0.8);
}
.focus\:border-warmgray-200\/85:focus {
    border-color: hsla(20, 6%, 90%, 0.85);
}
.focus\:border-warmgray-200\/90:focus {
    border-color: hsla(20, 6%, 90%, 0.9);
}
.focus\:border-warmgray-200\/95:focus {
    border-color: hsla(20, 6%, 90%, 0.95);
}
.focus\:border-warmgray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-300\/0:focus {
    border-color: hsla(24, 6%, 83%, 0);
}
.focus\:border-warmgray-300\/10:focus {
    border-color: hsla(24, 6%, 83%, 0.1);
}
.focus\:border-warmgray-300\/100:focus {
    border-color: #d6d3d1;
}
.focus\:border-warmgray-300\/15:focus {
    border-color: hsla(24, 6%, 83%, 0.15);
}
.focus\:border-warmgray-300\/20:focus {
    border-color: hsla(24, 6%, 83%, 0.2);
}
.focus\:border-warmgray-300\/25:focus {
    border-color: hsla(24, 6%, 83%, 0.25);
}
.focus\:border-warmgray-300\/30:focus {
    border-color: hsla(24, 6%, 83%, 0.3);
}
.focus\:border-warmgray-300\/35:focus {
    border-color: hsla(24, 6%, 83%, 0.35);
}
.focus\:border-warmgray-300\/40:focus {
    border-color: hsla(24, 6%, 83%, 0.4);
}
.focus\:border-warmgray-300\/45:focus {
    border-color: hsla(24, 6%, 83%, 0.45);
}
.focus\:border-warmgray-300\/5:focus {
    border-color: hsla(24, 6%, 83%, 0.05);
}
.focus\:border-warmgray-300\/50:focus {
    border-color: hsla(24, 6%, 83%, 0.5);
}
.focus\:border-warmgray-300\/55:focus {
    border-color: hsla(24, 6%, 83%, 0.55);
}
.focus\:border-warmgray-300\/60:focus {
    border-color: hsla(24, 6%, 83%, 0.6);
}
.focus\:border-warmgray-300\/65:focus {
    border-color: hsla(24, 6%, 83%, 0.65);
}
.focus\:border-warmgray-300\/70:focus {
    border-color: hsla(24, 6%, 83%, 0.7);
}
.focus\:border-warmgray-300\/75:focus {
    border-color: hsla(24, 6%, 83%, 0.75);
}
.focus\:border-warmgray-300\/80:focus {
    border-color: hsla(24, 6%, 83%, 0.8);
}
.focus\:border-warmgray-300\/85:focus {
    border-color: hsla(24, 6%, 83%, 0.85);
}
.focus\:border-warmgray-300\/90:focus {
    border-color: hsla(24, 6%, 83%, 0.9);
}
.focus\:border-warmgray-300\/95:focus {
    border-color: hsla(24, 6%, 83%, 0.95);
}
.focus\:border-warmgray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-400\/0:focus {
    border-color: hsla(24, 5%, 64%, 0);
}
.focus\:border-warmgray-400\/10:focus {
    border-color: hsla(24, 5%, 64%, 0.1);
}
.focus\:border-warmgray-400\/100:focus {
    border-color: #a8a29e;
}
.focus\:border-warmgray-400\/15:focus {
    border-color: hsla(24, 5%, 64%, 0.15);
}
.focus\:border-warmgray-400\/20:focus {
    border-color: hsla(24, 5%, 64%, 0.2);
}
.focus\:border-warmgray-400\/25:focus {
    border-color: hsla(24, 5%, 64%, 0.25);
}
.focus\:border-warmgray-400\/30:focus {
    border-color: hsla(24, 5%, 64%, 0.3);
}
.focus\:border-warmgray-400\/35:focus {
    border-color: hsla(24, 5%, 64%, 0.35);
}
.focus\:border-warmgray-400\/40:focus {
    border-color: hsla(24, 5%, 64%, 0.4);
}
.focus\:border-warmgray-400\/45:focus {
    border-color: hsla(24, 5%, 64%, 0.45);
}
.focus\:border-warmgray-400\/5:focus {
    border-color: hsla(24, 5%, 64%, 0.05);
}
.focus\:border-warmgray-400\/50:focus {
    border-color: hsla(24, 5%, 64%, 0.5);
}
.focus\:border-warmgray-400\/55:focus {
    border-color: hsla(24, 5%, 64%, 0.55);
}
.focus\:border-warmgray-400\/60:focus {
    border-color: hsla(24, 5%, 64%, 0.6);
}
.focus\:border-warmgray-400\/65:focus {
    border-color: hsla(24, 5%, 64%, 0.65);
}
.focus\:border-warmgray-400\/70:focus {
    border-color: hsla(24, 5%, 64%, 0.7);
}
.focus\:border-warmgray-400\/75:focus {
    border-color: hsla(24, 5%, 64%, 0.75);
}
.focus\:border-warmgray-400\/80:focus {
    border-color: hsla(24, 5%, 64%, 0.8);
}
.focus\:border-warmgray-400\/85:focus {
    border-color: hsla(24, 5%, 64%, 0.85);
}
.focus\:border-warmgray-400\/90:focus {
    border-color: hsla(24, 5%, 64%, 0.9);
}
.focus\:border-warmgray-400\/95:focus {
    border-color: hsla(24, 5%, 64%, 0.95);
}
.focus\:border-warmgray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-50\/0:focus {
    border-color: hsla(60, 9%, 98%, 0);
}
.focus\:border-warmgray-50\/10:focus {
    border-color: hsla(60, 9%, 98%, 0.1);
}
.focus\:border-warmgray-50\/100:focus {
    border-color: #fafaf9;
}
.focus\:border-warmgray-50\/15:focus {
    border-color: hsla(60, 9%, 98%, 0.15);
}
.focus\:border-warmgray-50\/20:focus {
    border-color: hsla(60, 9%, 98%, 0.2);
}
.focus\:border-warmgray-50\/25:focus {
    border-color: hsla(60, 9%, 98%, 0.25);
}
.focus\:border-warmgray-50\/30:focus {
    border-color: hsla(60, 9%, 98%, 0.3);
}
.focus\:border-warmgray-50\/35:focus {
    border-color: hsla(60, 9%, 98%, 0.35);
}
.focus\:border-warmgray-50\/40:focus {
    border-color: hsla(60, 9%, 98%, 0.4);
}
.focus\:border-warmgray-50\/45:focus {
    border-color: hsla(60, 9%, 98%, 0.45);
}
.focus\:border-warmgray-50\/5:focus {
    border-color: hsla(60, 9%, 98%, 0.05);
}
.focus\:border-warmgray-50\/50:focus {
    border-color: hsla(60, 9%, 98%, 0.5);
}
.focus\:border-warmgray-50\/55:focus {
    border-color: hsla(60, 9%, 98%, 0.55);
}
.focus\:border-warmgray-50\/60:focus {
    border-color: hsla(60, 9%, 98%, 0.6);
}
.focus\:border-warmgray-50\/65:focus {
    border-color: hsla(60, 9%, 98%, 0.65);
}
.focus\:border-warmgray-50\/70:focus {
    border-color: hsla(60, 9%, 98%, 0.7);
}
.focus\:border-warmgray-50\/75:focus {
    border-color: hsla(60, 9%, 98%, 0.75);
}
.focus\:border-warmgray-50\/80:focus {
    border-color: hsla(60, 9%, 98%, 0.8);
}
.focus\:border-warmgray-50\/85:focus {
    border-color: hsla(60, 9%, 98%, 0.85);
}
.focus\:border-warmgray-50\/90:focus {
    border-color: hsla(60, 9%, 98%, 0.9);
}
.focus\:border-warmgray-50\/95:focus {
    border-color: hsla(60, 9%, 98%, 0.95);
}
.focus\:border-warmgray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-500\/0:focus {
    border-color: hsla(25, 5%, 45%, 0);
}
.focus\:border-warmgray-500\/10:focus {
    border-color: hsla(25, 5%, 45%, 0.1);
}
.focus\:border-warmgray-500\/100:focus {
    border-color: #78716c;
}
.focus\:border-warmgray-500\/15:focus {
    border-color: hsla(25, 5%, 45%, 0.15);
}
.focus\:border-warmgray-500\/20:focus {
    border-color: hsla(25, 5%, 45%, 0.2);
}
.focus\:border-warmgray-500\/25:focus {
    border-color: hsla(25, 5%, 45%, 0.25);
}
.focus\:border-warmgray-500\/30:focus {
    border-color: hsla(25, 5%, 45%, 0.3);
}
.focus\:border-warmgray-500\/35:focus {
    border-color: hsla(25, 5%, 45%, 0.35);
}
.focus\:border-warmgray-500\/40:focus {
    border-color: hsla(25, 5%, 45%, 0.4);
}
.focus\:border-warmgray-500\/45:focus {
    border-color: hsla(25, 5%, 45%, 0.45);
}
.focus\:border-warmgray-500\/5:focus {
    border-color: hsla(25, 5%, 45%, 0.05);
}
.focus\:border-warmgray-500\/50:focus {
    border-color: hsla(25, 5%, 45%, 0.5);
}
.focus\:border-warmgray-500\/55:focus {
    border-color: hsla(25, 5%, 45%, 0.55);
}
.focus\:border-warmgray-500\/60:focus {
    border-color: hsla(25, 5%, 45%, 0.6);
}
.focus\:border-warmgray-500\/65:focus {
    border-color: hsla(25, 5%, 45%, 0.65);
}
.focus\:border-warmgray-500\/70:focus {
    border-color: hsla(25, 5%, 45%, 0.7);
}
.focus\:border-warmgray-500\/75:focus {
    border-color: hsla(25, 5%, 45%, 0.75);
}
.focus\:border-warmgray-500\/80:focus {
    border-color: hsla(25, 5%, 45%, 0.8);
}
.focus\:border-warmgray-500\/85:focus {
    border-color: hsla(25, 5%, 45%, 0.85);
}
.focus\:border-warmgray-500\/90:focus {
    border-color: hsla(25, 5%, 45%, 0.9);
}
.focus\:border-warmgray-500\/95:focus {
    border-color: hsla(25, 5%, 45%, 0.95);
}
.focus\:border-warmgray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-600\/0:focus {
    border-color: rgba(87, 83, 78, 0);
}
.focus\:border-warmgray-600\/10:focus {
    border-color: rgba(87, 83, 78, 0.1);
}
.focus\:border-warmgray-600\/100:focus {
    border-color: #57534e;
}
.focus\:border-warmgray-600\/15:focus {
    border-color: rgba(87, 83, 78, 0.15);
}
.focus\:border-warmgray-600\/20:focus {
    border-color: rgba(87, 83, 78, 0.2);
}
.focus\:border-warmgray-600\/25:focus {
    border-color: rgba(87, 83, 78, 0.25);
}
.focus\:border-warmgray-600\/30:focus {
    border-color: rgba(87, 83, 78, 0.3);
}
.focus\:border-warmgray-600\/35:focus {
    border-color: rgba(87, 83, 78, 0.35);
}
.focus\:border-warmgray-600\/40:focus {
    border-color: rgba(87, 83, 78, 0.4);
}
.focus\:border-warmgray-600\/45:focus {
    border-color: rgba(87, 83, 78, 0.45);
}
.focus\:border-warmgray-600\/5:focus {
    border-color: rgba(87, 83, 78, 0.05);
}
.focus\:border-warmgray-600\/50:focus {
    border-color: rgba(87, 83, 78, 0.5);
}
.focus\:border-warmgray-600\/55:focus {
    border-color: rgba(87, 83, 78, 0.55);
}
.focus\:border-warmgray-600\/60:focus {
    border-color: rgba(87, 83, 78, 0.6);
}
.focus\:border-warmgray-600\/65:focus {
    border-color: rgba(87, 83, 78, 0.65);
}
.focus\:border-warmgray-600\/70:focus {
    border-color: rgba(87, 83, 78, 0.7);
}
.focus\:border-warmgray-600\/75:focus {
    border-color: rgba(87, 83, 78, 0.75);
}
.focus\:border-warmgray-600\/80:focus {
    border-color: rgba(87, 83, 78, 0.8);
}
.focus\:border-warmgray-600\/85:focus {
    border-color: rgba(87, 83, 78, 0.85);
}
.focus\:border-warmgray-600\/90:focus {
    border-color: rgba(87, 83, 78, 0.9);
}
.focus\:border-warmgray-600\/95:focus {
    border-color: rgba(87, 83, 78, 0.95);
}
.focus\:border-warmgray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-700\/0:focus {
    border-color: rgba(68, 64, 60, 0);
}
.focus\:border-warmgray-700\/10:focus {
    border-color: rgba(68, 64, 60, 0.1);
}
.focus\:border-warmgray-700\/100:focus {
    border-color: #44403c;
}
.focus\:border-warmgray-700\/15:focus {
    border-color: rgba(68, 64, 60, 0.15);
}
.focus\:border-warmgray-700\/20:focus {
    border-color: rgba(68, 64, 60, 0.2);
}
.focus\:border-warmgray-700\/25:focus {
    border-color: rgba(68, 64, 60, 0.25);
}
.focus\:border-warmgray-700\/30:focus {
    border-color: rgba(68, 64, 60, 0.3);
}
.focus\:border-warmgray-700\/35:focus {
    border-color: rgba(68, 64, 60, 0.35);
}
.focus\:border-warmgray-700\/40:focus {
    border-color: rgba(68, 64, 60, 0.4);
}
.focus\:border-warmgray-700\/45:focus {
    border-color: rgba(68, 64, 60, 0.45);
}
.focus\:border-warmgray-700\/5:focus {
    border-color: rgba(68, 64, 60, 0.05);
}
.focus\:border-warmgray-700\/50:focus {
    border-color: rgba(68, 64, 60, 0.5);
}
.focus\:border-warmgray-700\/55:focus {
    border-color: rgba(68, 64, 60, 0.55);
}
.focus\:border-warmgray-700\/60:focus {
    border-color: rgba(68, 64, 60, 0.6);
}
.focus\:border-warmgray-700\/65:focus {
    border-color: rgba(68, 64, 60, 0.65);
}
.focus\:border-warmgray-700\/70:focus {
    border-color: rgba(68, 64, 60, 0.7);
}
.focus\:border-warmgray-700\/75:focus {
    border-color: rgba(68, 64, 60, 0.75);
}
.focus\:border-warmgray-700\/80:focus {
    border-color: rgba(68, 64, 60, 0.8);
}
.focus\:border-warmgray-700\/85:focus {
    border-color: rgba(68, 64, 60, 0.85);
}
.focus\:border-warmgray-700\/90:focus {
    border-color: rgba(68, 64, 60, 0.9);
}
.focus\:border-warmgray-700\/95:focus {
    border-color: rgba(68, 64, 60, 0.95);
}
.focus\:border-warmgray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-800\/0:focus {
    border-color: rgba(41, 37, 36, 0);
}
.focus\:border-warmgray-800\/10:focus {
    border-color: rgba(41, 37, 36, 0.1);
}
.focus\:border-warmgray-800\/100:focus {
    border-color: #292524;
}
.focus\:border-warmgray-800\/15:focus {
    border-color: rgba(41, 37, 36, 0.15);
}
.focus\:border-warmgray-800\/20:focus {
    border-color: rgba(41, 37, 36, 0.2);
}
.focus\:border-warmgray-800\/25:focus {
    border-color: rgba(41, 37, 36, 0.25);
}
.focus\:border-warmgray-800\/30:focus {
    border-color: rgba(41, 37, 36, 0.3);
}
.focus\:border-warmgray-800\/35:focus {
    border-color: rgba(41, 37, 36, 0.35);
}
.focus\:border-warmgray-800\/40:focus {
    border-color: rgba(41, 37, 36, 0.4);
}
.focus\:border-warmgray-800\/45:focus {
    border-color: rgba(41, 37, 36, 0.45);
}
.focus\:border-warmgray-800\/5:focus {
    border-color: rgba(41, 37, 36, 0.05);
}
.focus\:border-warmgray-800\/50:focus {
    border-color: rgba(41, 37, 36, 0.5);
}
.focus\:border-warmgray-800\/55:focus {
    border-color: rgba(41, 37, 36, 0.55);
}
.focus\:border-warmgray-800\/60:focus {
    border-color: rgba(41, 37, 36, 0.6);
}
.focus\:border-warmgray-800\/65:focus {
    border-color: rgba(41, 37, 36, 0.65);
}
.focus\:border-warmgray-800\/70:focus {
    border-color: rgba(41, 37, 36, 0.7);
}
.focus\:border-warmgray-800\/75:focus {
    border-color: rgba(41, 37, 36, 0.75);
}
.focus\:border-warmgray-800\/80:focus {
    border-color: rgba(41, 37, 36, 0.8);
}
.focus\:border-warmgray-800\/85:focus {
    border-color: rgba(41, 37, 36, 0.85);
}
.focus\:border-warmgray-800\/90:focus {
    border-color: rgba(41, 37, 36, 0.9);
}
.focus\:border-warmgray-800\/95:focus {
    border-color: rgba(41, 37, 36, 0.95);
}
.focus\:border-warmgray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgray-900\/0:focus {
    border-color: rgba(28, 25, 23, 0);
}
.focus\:border-warmgray-900\/10:focus {
    border-color: rgba(28, 25, 23, 0.1);
}
.focus\:border-warmgray-900\/100:focus {
    border-color: #1c1917;
}
.focus\:border-warmgray-900\/15:focus {
    border-color: rgba(28, 25, 23, 0.15);
}
.focus\:border-warmgray-900\/20:focus {
    border-color: rgba(28, 25, 23, 0.2);
}
.focus\:border-warmgray-900\/25:focus {
    border-color: rgba(28, 25, 23, 0.25);
}
.focus\:border-warmgray-900\/30:focus {
    border-color: rgba(28, 25, 23, 0.3);
}
.focus\:border-warmgray-900\/35:focus {
    border-color: rgba(28, 25, 23, 0.35);
}
.focus\:border-warmgray-900\/40:focus {
    border-color: rgba(28, 25, 23, 0.4);
}
.focus\:border-warmgray-900\/45:focus {
    border-color: rgba(28, 25, 23, 0.45);
}
.focus\:border-warmgray-900\/5:focus {
    border-color: rgba(28, 25, 23, 0.05);
}
.focus\:border-warmgray-900\/50:focus {
    border-color: rgba(28, 25, 23, 0.5);
}
.focus\:border-warmgray-900\/55:focus {
    border-color: rgba(28, 25, 23, 0.55);
}
.focus\:border-warmgray-900\/60:focus {
    border-color: rgba(28, 25, 23, 0.6);
}
.focus\:border-warmgray-900\/65:focus {
    border-color: rgba(28, 25, 23, 0.65);
}
.focus\:border-warmgray-900\/70:focus {
    border-color: rgba(28, 25, 23, 0.7);
}
.focus\:border-warmgray-900\/75:focus {
    border-color: rgba(28, 25, 23, 0.75);
}
.focus\:border-warmgray-900\/80:focus {
    border-color: rgba(28, 25, 23, 0.8);
}
.focus\:border-warmgray-900\/85:focus {
    border-color: rgba(28, 25, 23, 0.85);
}
.focus\:border-warmgray-900\/90:focus {
    border-color: rgba(28, 25, 23, 0.9);
}
.focus\:border-warmgray-900\/95:focus {
    border-color: rgba(28, 25, 23, 0.95);
}
.focus\:border-warmgreen-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(223 250 149 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-100\/0:focus {
    border-color: hsla(76, 91%, 78%, 0);
}
.focus\:border-warmgreen-100\/10:focus {
    border-color: hsla(76, 91%, 78%, 0.1);
}
.focus\:border-warmgreen-100\/100:focus {
    border-color: #dffa95;
}
.focus\:border-warmgreen-100\/15:focus {
    border-color: hsla(76, 91%, 78%, 0.15);
}
.focus\:border-warmgreen-100\/20:focus {
    border-color: hsla(76, 91%, 78%, 0.2);
}
.focus\:border-warmgreen-100\/25:focus {
    border-color: hsla(76, 91%, 78%, 0.25);
}
.focus\:border-warmgreen-100\/30:focus {
    border-color: hsla(76, 91%, 78%, 0.3);
}
.focus\:border-warmgreen-100\/35:focus {
    border-color: hsla(76, 91%, 78%, 0.35);
}
.focus\:border-warmgreen-100\/40:focus {
    border-color: hsla(76, 91%, 78%, 0.4);
}
.focus\:border-warmgreen-100\/45:focus {
    border-color: hsla(76, 91%, 78%, 0.45);
}
.focus\:border-warmgreen-100\/5:focus {
    border-color: hsla(76, 91%, 78%, 0.05);
}
.focus\:border-warmgreen-100\/50:focus {
    border-color: hsla(76, 91%, 78%, 0.5);
}
.focus\:border-warmgreen-100\/55:focus {
    border-color: hsla(76, 91%, 78%, 0.55);
}
.focus\:border-warmgreen-100\/60:focus {
    border-color: hsla(76, 91%, 78%, 0.6);
}
.focus\:border-warmgreen-100\/65:focus {
    border-color: hsla(76, 91%, 78%, 0.65);
}
.focus\:border-warmgreen-100\/70:focus {
    border-color: hsla(76, 91%, 78%, 0.7);
}
.focus\:border-warmgreen-100\/75:focus {
    border-color: hsla(76, 91%, 78%, 0.75);
}
.focus\:border-warmgreen-100\/80:focus {
    border-color: hsla(76, 91%, 78%, 0.8);
}
.focus\:border-warmgreen-100\/85:focus {
    border-color: hsla(76, 91%, 78%, 0.85);
}
.focus\:border-warmgreen-100\/90:focus {
    border-color: hsla(76, 91%, 78%, 0.9);
}
.focus\:border-warmgreen-100\/95:focus {
    border-color: hsla(76, 91%, 78%, 0.95);
}
.focus\:border-warmgreen-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(213 240 139 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-200\/0:focus {
    border-color: hsla(76, 77%, 74%, 0);
}
.focus\:border-warmgreen-200\/10:focus {
    border-color: hsla(76, 77%, 74%, 0.1);
}
.focus\:border-warmgreen-200\/100:focus {
    border-color: #d5f08b;
}
.focus\:border-warmgreen-200\/15:focus {
    border-color: hsla(76, 77%, 74%, 0.15);
}
.focus\:border-warmgreen-200\/20:focus {
    border-color: hsla(76, 77%, 74%, 0.2);
}
.focus\:border-warmgreen-200\/25:focus {
    border-color: hsla(76, 77%, 74%, 0.25);
}
.focus\:border-warmgreen-200\/30:focus {
    border-color: hsla(76, 77%, 74%, 0.3);
}
.focus\:border-warmgreen-200\/35:focus {
    border-color: hsla(76, 77%, 74%, 0.35);
}
.focus\:border-warmgreen-200\/40:focus {
    border-color: hsla(76, 77%, 74%, 0.4);
}
.focus\:border-warmgreen-200\/45:focus {
    border-color: hsla(76, 77%, 74%, 0.45);
}
.focus\:border-warmgreen-200\/5:focus {
    border-color: hsla(76, 77%, 74%, 0.05);
}
.focus\:border-warmgreen-200\/50:focus {
    border-color: hsla(76, 77%, 74%, 0.5);
}
.focus\:border-warmgreen-200\/55:focus {
    border-color: hsla(76, 77%, 74%, 0.55);
}
.focus\:border-warmgreen-200\/60:focus {
    border-color: hsla(76, 77%, 74%, 0.6);
}
.focus\:border-warmgreen-200\/65:focus {
    border-color: hsla(76, 77%, 74%, 0.65);
}
.focus\:border-warmgreen-200\/70:focus {
    border-color: hsla(76, 77%, 74%, 0.7);
}
.focus\:border-warmgreen-200\/75:focus {
    border-color: hsla(76, 77%, 74%, 0.75);
}
.focus\:border-warmgreen-200\/80:focus {
    border-color: hsla(76, 77%, 74%, 0.8);
}
.focus\:border-warmgreen-200\/85:focus {
    border-color: hsla(76, 77%, 74%, 0.85);
}
.focus\:border-warmgreen-200\/90:focus {
    border-color: hsla(76, 77%, 74%, 0.9);
}
.focus\:border-warmgreen-200\/95:focus {
    border-color: hsla(76, 77%, 74%, 0.95);
}
.focus\:border-warmgreen-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(203 230 129 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-300\/0:focus {
    border-color: hsla(76, 67%, 70%, 0);
}
.focus\:border-warmgreen-300\/10:focus {
    border-color: hsla(76, 67%, 70%, 0.1);
}
.focus\:border-warmgreen-300\/100:focus {
    border-color: #cbe681;
}
.focus\:border-warmgreen-300\/15:focus {
    border-color: hsla(76, 67%, 70%, 0.15);
}
.focus\:border-warmgreen-300\/20:focus {
    border-color: hsla(76, 67%, 70%, 0.2);
}
.focus\:border-warmgreen-300\/25:focus {
    border-color: hsla(76, 67%, 70%, 0.25);
}
.focus\:border-warmgreen-300\/30:focus {
    border-color: hsla(76, 67%, 70%, 0.3);
}
.focus\:border-warmgreen-300\/35:focus {
    border-color: hsla(76, 67%, 70%, 0.35);
}
.focus\:border-warmgreen-300\/40:focus {
    border-color: hsla(76, 67%, 70%, 0.4);
}
.focus\:border-warmgreen-300\/45:focus {
    border-color: hsla(76, 67%, 70%, 0.45);
}
.focus\:border-warmgreen-300\/5:focus {
    border-color: hsla(76, 67%, 70%, 0.05);
}
.focus\:border-warmgreen-300\/50:focus {
    border-color: hsla(76, 67%, 70%, 0.5);
}
.focus\:border-warmgreen-300\/55:focus {
    border-color: hsla(76, 67%, 70%, 0.55);
}
.focus\:border-warmgreen-300\/60:focus {
    border-color: hsla(76, 67%, 70%, 0.6);
}
.focus\:border-warmgreen-300\/65:focus {
    border-color: hsla(76, 67%, 70%, 0.65);
}
.focus\:border-warmgreen-300\/70:focus {
    border-color: hsla(76, 67%, 70%, 0.7);
}
.focus\:border-warmgreen-300\/75:focus {
    border-color: hsla(76, 67%, 70%, 0.75);
}
.focus\:border-warmgreen-300\/80:focus {
    border-color: hsla(76, 67%, 70%, 0.8);
}
.focus\:border-warmgreen-300\/85:focus {
    border-color: hsla(76, 67%, 70%, 0.85);
}
.focus\:border-warmgreen-300\/90:focus {
    border-color: hsla(76, 67%, 70%, 0.9);
}
.focus\:border-warmgreen-300\/95:focus {
    border-color: hsla(76, 67%, 70%, 0.95);
}
.focus\:border-warmgreen-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(193 220 119 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-400\/0:focus {
    border-color: hsla(76, 59%, 66%, 0);
}
.focus\:border-warmgreen-400\/10:focus {
    border-color: hsla(76, 59%, 66%, 0.1);
}
.focus\:border-warmgreen-400\/100:focus {
    border-color: #c1dc77;
}
.focus\:border-warmgreen-400\/15:focus {
    border-color: hsla(76, 59%, 66%, 0.15);
}
.focus\:border-warmgreen-400\/20:focus {
    border-color: hsla(76, 59%, 66%, 0.2);
}
.focus\:border-warmgreen-400\/25:focus {
    border-color: hsla(76, 59%, 66%, 0.25);
}
.focus\:border-warmgreen-400\/30:focus {
    border-color: hsla(76, 59%, 66%, 0.3);
}
.focus\:border-warmgreen-400\/35:focus {
    border-color: hsla(76, 59%, 66%, 0.35);
}
.focus\:border-warmgreen-400\/40:focus {
    border-color: hsla(76, 59%, 66%, 0.4);
}
.focus\:border-warmgreen-400\/45:focus {
    border-color: hsla(76, 59%, 66%, 0.45);
}
.focus\:border-warmgreen-400\/5:focus {
    border-color: hsla(76, 59%, 66%, 0.05);
}
.focus\:border-warmgreen-400\/50:focus {
    border-color: hsla(76, 59%, 66%, 0.5);
}
.focus\:border-warmgreen-400\/55:focus {
    border-color: hsla(76, 59%, 66%, 0.55);
}
.focus\:border-warmgreen-400\/60:focus {
    border-color: hsla(76, 59%, 66%, 0.6);
}
.focus\:border-warmgreen-400\/65:focus {
    border-color: hsla(76, 59%, 66%, 0.65);
}
.focus\:border-warmgreen-400\/70:focus {
    border-color: hsla(76, 59%, 66%, 0.7);
}
.focus\:border-warmgreen-400\/75:focus {
    border-color: hsla(76, 59%, 66%, 0.75);
}
.focus\:border-warmgreen-400\/80:focus {
    border-color: hsla(76, 59%, 66%, 0.8);
}
.focus\:border-warmgreen-400\/85:focus {
    border-color: hsla(76, 59%, 66%, 0.85);
}
.focus\:border-warmgreen-400\/90:focus {
    border-color: hsla(76, 59%, 66%, 0.9);
}
.focus\:border-warmgreen-400\/95:focus {
    border-color: hsla(76, 59%, 66%, 0.95);
}
.focus\:border-warmgreen-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(233 255 159 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-50\/0:focus {
    border-color: rgba(233, 255, 159, 0);
}
.focus\:border-warmgreen-50\/10:focus {
    border-color: rgba(233, 255, 159, 0.1);
}
.focus\:border-warmgreen-50\/100:focus {
    border-color: #e9ff9f;
}
.focus\:border-warmgreen-50\/15:focus {
    border-color: rgba(233, 255, 159, 0.15);
}
.focus\:border-warmgreen-50\/20:focus {
    border-color: rgba(233, 255, 159, 0.2);
}
.focus\:border-warmgreen-50\/25:focus {
    border-color: rgba(233, 255, 159, 0.25);
}
.focus\:border-warmgreen-50\/30:focus {
    border-color: rgba(233, 255, 159, 0.3);
}
.focus\:border-warmgreen-50\/35:focus {
    border-color: rgba(233, 255, 159, 0.35);
}
.focus\:border-warmgreen-50\/40:focus {
    border-color: rgba(233, 255, 159, 0.4);
}
.focus\:border-warmgreen-50\/45:focus {
    border-color: rgba(233, 255, 159, 0.45);
}
.focus\:border-warmgreen-50\/5:focus {
    border-color: rgba(233, 255, 159, 0.05);
}
.focus\:border-warmgreen-50\/50:focus {
    border-color: rgba(233, 255, 159, 0.5);
}
.focus\:border-warmgreen-50\/55:focus {
    border-color: rgba(233, 255, 159, 0.55);
}
.focus\:border-warmgreen-50\/60:focus {
    border-color: rgba(233, 255, 159, 0.6);
}
.focus\:border-warmgreen-50\/65:focus {
    border-color: rgba(233, 255, 159, 0.65);
}
.focus\:border-warmgreen-50\/70:focus {
    border-color: rgba(233, 255, 159, 0.7);
}
.focus\:border-warmgreen-50\/75:focus {
    border-color: rgba(233, 255, 159, 0.75);
}
.focus\:border-warmgreen-50\/80:focus {
    border-color: rgba(233, 255, 159, 0.8);
}
.focus\:border-warmgreen-50\/85:focus {
    border-color: rgba(233, 255, 159, 0.85);
}
.focus\:border-warmgreen-50\/90:focus {
    border-color: rgba(233, 255, 159, 0.9);
}
.focus\:border-warmgreen-50\/95:focus {
    border-color: rgba(233, 255, 159, 0.95);
}
.focus\:border-warmgreen-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(183 210 109 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-500\/0:focus {
    border-color: hsla(76, 53%, 63%, 0);
}
.focus\:border-warmgreen-500\/10:focus {
    border-color: hsla(76, 53%, 63%, 0.1);
}
.focus\:border-warmgreen-500\/100:focus {
    border-color: #b7d26d;
}
.focus\:border-warmgreen-500\/15:focus {
    border-color: hsla(76, 53%, 63%, 0.15);
}
.focus\:border-warmgreen-500\/20:focus {
    border-color: hsla(76, 53%, 63%, 0.2);
}
.focus\:border-warmgreen-500\/25:focus {
    border-color: hsla(76, 53%, 63%, 0.25);
}
.focus\:border-warmgreen-500\/30:focus {
    border-color: hsla(76, 53%, 63%, 0.3);
}
.focus\:border-warmgreen-500\/35:focus {
    border-color: hsla(76, 53%, 63%, 0.35);
}
.focus\:border-warmgreen-500\/40:focus {
    border-color: hsla(76, 53%, 63%, 0.4);
}
.focus\:border-warmgreen-500\/45:focus {
    border-color: hsla(76, 53%, 63%, 0.45);
}
.focus\:border-warmgreen-500\/5:focus {
    border-color: hsla(76, 53%, 63%, 0.05);
}
.focus\:border-warmgreen-500\/50:focus {
    border-color: hsla(76, 53%, 63%, 0.5);
}
.focus\:border-warmgreen-500\/55:focus {
    border-color: hsla(76, 53%, 63%, 0.55);
}
.focus\:border-warmgreen-500\/60:focus {
    border-color: hsla(76, 53%, 63%, 0.6);
}
.focus\:border-warmgreen-500\/65:focus {
    border-color: hsla(76, 53%, 63%, 0.65);
}
.focus\:border-warmgreen-500\/70:focus {
    border-color: hsla(76, 53%, 63%, 0.7);
}
.focus\:border-warmgreen-500\/75:focus {
    border-color: hsla(76, 53%, 63%, 0.75);
}
.focus\:border-warmgreen-500\/80:focus {
    border-color: hsla(76, 53%, 63%, 0.8);
}
.focus\:border-warmgreen-500\/85:focus {
    border-color: hsla(76, 53%, 63%, 0.85);
}
.focus\:border-warmgreen-500\/90:focus {
    border-color: hsla(76, 53%, 63%, 0.9);
}
.focus\:border-warmgreen-500\/95:focus {
    border-color: hsla(76, 53%, 63%, 0.95);
}
.focus\:border-warmgreen-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(173 200 99 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-600\/0:focus {
    border-color: rgba(173, 200, 99, 0);
}
.focus\:border-warmgreen-600\/10:focus {
    border-color: rgba(173, 200, 99, 0.1);
}
.focus\:border-warmgreen-600\/100:focus {
    border-color: #adc863;
}
.focus\:border-warmgreen-600\/15:focus {
    border-color: rgba(173, 200, 99, 0.15);
}
.focus\:border-warmgreen-600\/20:focus {
    border-color: rgba(173, 200, 99, 0.2);
}
.focus\:border-warmgreen-600\/25:focus {
    border-color: rgba(173, 200, 99, 0.25);
}
.focus\:border-warmgreen-600\/30:focus {
    border-color: rgba(173, 200, 99, 0.3);
}
.focus\:border-warmgreen-600\/35:focus {
    border-color: rgba(173, 200, 99, 0.35);
}
.focus\:border-warmgreen-600\/40:focus {
    border-color: rgba(173, 200, 99, 0.4);
}
.focus\:border-warmgreen-600\/45:focus {
    border-color: rgba(173, 200, 99, 0.45);
}
.focus\:border-warmgreen-600\/5:focus {
    border-color: rgba(173, 200, 99, 0.05);
}
.focus\:border-warmgreen-600\/50:focus {
    border-color: rgba(173, 200, 99, 0.5);
}
.focus\:border-warmgreen-600\/55:focus {
    border-color: rgba(173, 200, 99, 0.55);
}
.focus\:border-warmgreen-600\/60:focus {
    border-color: rgba(173, 200, 99, 0.6);
}
.focus\:border-warmgreen-600\/65:focus {
    border-color: rgba(173, 200, 99, 0.65);
}
.focus\:border-warmgreen-600\/70:focus {
    border-color: rgba(173, 200, 99, 0.7);
}
.focus\:border-warmgreen-600\/75:focus {
    border-color: rgba(173, 200, 99, 0.75);
}
.focus\:border-warmgreen-600\/80:focus {
    border-color: rgba(173, 200, 99, 0.8);
}
.focus\:border-warmgreen-600\/85:focus {
    border-color: rgba(173, 200, 99, 0.85);
}
.focus\:border-warmgreen-600\/90:focus {
    border-color: rgba(173, 200, 99, 0.9);
}
.focus\:border-warmgreen-600\/95:focus {
    border-color: rgba(173, 200, 99, 0.95);
}
.focus\:border-warmgreen-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(163 190 89 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-700\/0:focus {
    border-color: rgba(163, 190, 89, 0);
}
.focus\:border-warmgreen-700\/10:focus {
    border-color: rgba(163, 190, 89, 0.1);
}
.focus\:border-warmgreen-700\/100:focus {
    border-color: #a3be59;
}
.focus\:border-warmgreen-700\/15:focus {
    border-color: rgba(163, 190, 89, 0.15);
}
.focus\:border-warmgreen-700\/20:focus {
    border-color: rgba(163, 190, 89, 0.2);
}
.focus\:border-warmgreen-700\/25:focus {
    border-color: rgba(163, 190, 89, 0.25);
}
.focus\:border-warmgreen-700\/30:focus {
    border-color: rgba(163, 190, 89, 0.3);
}
.focus\:border-warmgreen-700\/35:focus {
    border-color: rgba(163, 190, 89, 0.35);
}
.focus\:border-warmgreen-700\/40:focus {
    border-color: rgba(163, 190, 89, 0.4);
}
.focus\:border-warmgreen-700\/45:focus {
    border-color: rgba(163, 190, 89, 0.45);
}
.focus\:border-warmgreen-700\/5:focus {
    border-color: rgba(163, 190, 89, 0.05);
}
.focus\:border-warmgreen-700\/50:focus {
    border-color: rgba(163, 190, 89, 0.5);
}
.focus\:border-warmgreen-700\/55:focus {
    border-color: rgba(163, 190, 89, 0.55);
}
.focus\:border-warmgreen-700\/60:focus {
    border-color: rgba(163, 190, 89, 0.6);
}
.focus\:border-warmgreen-700\/65:focus {
    border-color: rgba(163, 190, 89, 0.65);
}
.focus\:border-warmgreen-700\/70:focus {
    border-color: rgba(163, 190, 89, 0.7);
}
.focus\:border-warmgreen-700\/75:focus {
    border-color: rgba(163, 190, 89, 0.75);
}
.focus\:border-warmgreen-700\/80:focus {
    border-color: rgba(163, 190, 89, 0.8);
}
.focus\:border-warmgreen-700\/85:focus {
    border-color: rgba(163, 190, 89, 0.85);
}
.focus\:border-warmgreen-700\/90:focus {
    border-color: rgba(163, 190, 89, 0.9);
}
.focus\:border-warmgreen-700\/95:focus {
    border-color: rgba(163, 190, 89, 0.95);
}
.focus\:border-warmgreen-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(98 119 95 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-800\/0:focus {
    border-color: rgba(98, 119, 95, 0);
}
.focus\:border-warmgreen-800\/10:focus {
    border-color: rgba(98, 119, 95, 0.1);
}
.focus\:border-warmgreen-800\/100:focus {
    border-color: #62775f;
}
.focus\:border-warmgreen-800\/15:focus {
    border-color: rgba(98, 119, 95, 0.15);
}
.focus\:border-warmgreen-800\/20:focus {
    border-color: rgba(98, 119, 95, 0.2);
}
.focus\:border-warmgreen-800\/25:focus {
    border-color: rgba(98, 119, 95, 0.25);
}
.focus\:border-warmgreen-800\/30:focus {
    border-color: rgba(98, 119, 95, 0.3);
}
.focus\:border-warmgreen-800\/35:focus {
    border-color: rgba(98, 119, 95, 0.35);
}
.focus\:border-warmgreen-800\/40:focus {
    border-color: rgba(98, 119, 95, 0.4);
}
.focus\:border-warmgreen-800\/45:focus {
    border-color: rgba(98, 119, 95, 0.45);
}
.focus\:border-warmgreen-800\/5:focus {
    border-color: rgba(98, 119, 95, 0.05);
}
.focus\:border-warmgreen-800\/50:focus {
    border-color: rgba(98, 119, 95, 0.5);
}
.focus\:border-warmgreen-800\/55:focus {
    border-color: rgba(98, 119, 95, 0.55);
}
.focus\:border-warmgreen-800\/60:focus {
    border-color: rgba(98, 119, 95, 0.6);
}
.focus\:border-warmgreen-800\/65:focus {
    border-color: rgba(98, 119, 95, 0.65);
}
.focus\:border-warmgreen-800\/70:focus {
    border-color: rgba(98, 119, 95, 0.7);
}
.focus\:border-warmgreen-800\/75:focus {
    border-color: rgba(98, 119, 95, 0.75);
}
.focus\:border-warmgreen-800\/80:focus {
    border-color: rgba(98, 119, 95, 0.8);
}
.focus\:border-warmgreen-800\/85:focus {
    border-color: rgba(98, 119, 95, 0.85);
}
.focus\:border-warmgreen-800\/90:focus {
    border-color: rgba(98, 119, 95, 0.9);
}
.focus\:border-warmgreen-800\/95:focus {
    border-color: rgba(98, 119, 95, 0.95);
}
.focus\:border-warmgreen-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(143 170 69 / var(--tw-border-opacity, 1));
}
.focus\:border-warmgreen-900\/0:focus {
    border-color: rgba(143, 170, 69, 0);
}
.focus\:border-warmgreen-900\/10:focus {
    border-color: rgba(143, 170, 69, 0.1);
}
.focus\:border-warmgreen-900\/100:focus {
    border-color: #8faa45;
}
.focus\:border-warmgreen-900\/15:focus {
    border-color: rgba(143, 170, 69, 0.15);
}
.focus\:border-warmgreen-900\/20:focus {
    border-color: rgba(143, 170, 69, 0.2);
}
.focus\:border-warmgreen-900\/25:focus {
    border-color: rgba(143, 170, 69, 0.25);
}
.focus\:border-warmgreen-900\/30:focus {
    border-color: rgba(143, 170, 69, 0.3);
}
.focus\:border-warmgreen-900\/35:focus {
    border-color: rgba(143, 170, 69, 0.35);
}
.focus\:border-warmgreen-900\/40:focus {
    border-color: rgba(143, 170, 69, 0.4);
}
.focus\:border-warmgreen-900\/45:focus {
    border-color: rgba(143, 170, 69, 0.45);
}
.focus\:border-warmgreen-900\/5:focus {
    border-color: rgba(143, 170, 69, 0.05);
}
.focus\:border-warmgreen-900\/50:focus {
    border-color: rgba(143, 170, 69, 0.5);
}
.focus\:border-warmgreen-900\/55:focus {
    border-color: rgba(143, 170, 69, 0.55);
}
.focus\:border-warmgreen-900\/60:focus {
    border-color: rgba(143, 170, 69, 0.6);
}
.focus\:border-warmgreen-900\/65:focus {
    border-color: rgba(143, 170, 69, 0.65);
}
.focus\:border-warmgreen-900\/70:focus {
    border-color: rgba(143, 170, 69, 0.7);
}
.focus\:border-warmgreen-900\/75:focus {
    border-color: rgba(143, 170, 69, 0.75);
}
.focus\:border-warmgreen-900\/80:focus {
    border-color: rgba(143, 170, 69, 0.8);
}
.focus\:border-warmgreen-900\/85:focus {
    border-color: rgba(143, 170, 69, 0.85);
}
.focus\:border-warmgreen-900\/90:focus {
    border-color: rgba(143, 170, 69, 0.9);
}
.focus\:border-warmgreen-900\/95:focus {
    border-color: rgba(143, 170, 69, 0.95);
}
.focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-100\/0:focus {
    border-color: hsla(48, 96%, 89%, 0);
}
.focus\:border-yellow-100\/10:focus {
    border-color: hsla(48, 96%, 89%, 0.1);
}
.focus\:border-yellow-100\/100:focus {
    border-color: #fef3c7;
}
.focus\:border-yellow-100\/15:focus {
    border-color: hsla(48, 96%, 89%, 0.15);
}
.focus\:border-yellow-100\/20:focus {
    border-color: hsla(48, 96%, 89%, 0.2);
}
.focus\:border-yellow-100\/25:focus {
    border-color: hsla(48, 96%, 89%, 0.25);
}
.focus\:border-yellow-100\/30:focus {
    border-color: hsla(48, 96%, 89%, 0.3);
}
.focus\:border-yellow-100\/35:focus {
    border-color: hsla(48, 96%, 89%, 0.35);
}
.focus\:border-yellow-100\/40:focus {
    border-color: hsla(48, 96%, 89%, 0.4);
}
.focus\:border-yellow-100\/45:focus {
    border-color: hsla(48, 96%, 89%, 0.45);
}
.focus\:border-yellow-100\/5:focus {
    border-color: hsla(48, 96%, 89%, 0.05);
}
.focus\:border-yellow-100\/50:focus {
    border-color: hsla(48, 96%, 89%, 0.5);
}
.focus\:border-yellow-100\/55:focus {
    border-color: hsla(48, 96%, 89%, 0.55);
}
.focus\:border-yellow-100\/60:focus {
    border-color: hsla(48, 96%, 89%, 0.6);
}
.focus\:border-yellow-100\/65:focus {
    border-color: hsla(48, 96%, 89%, 0.65);
}
.focus\:border-yellow-100\/70:focus {
    border-color: hsla(48, 96%, 89%, 0.7);
}
.focus\:border-yellow-100\/75:focus {
    border-color: hsla(48, 96%, 89%, 0.75);
}
.focus\:border-yellow-100\/80:focus {
    border-color: hsla(48, 96%, 89%, 0.8);
}
.focus\:border-yellow-100\/85:focus {
    border-color: hsla(48, 96%, 89%, 0.85);
}
.focus\:border-yellow-100\/90:focus {
    border-color: hsla(48, 96%, 89%, 0.9);
}
.focus\:border-yellow-100\/95:focus {
    border-color: hsla(48, 96%, 89%, 0.95);
}
.focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-200\/0:focus {
    border-color: hsla(48, 97%, 77%, 0);
}
.focus\:border-yellow-200\/10:focus {
    border-color: hsla(48, 97%, 77%, 0.1);
}
.focus\:border-yellow-200\/100:focus {
    border-color: #fde68a;
}
.focus\:border-yellow-200\/15:focus {
    border-color: hsla(48, 97%, 77%, 0.15);
}
.focus\:border-yellow-200\/20:focus {
    border-color: hsla(48, 97%, 77%, 0.2);
}
.focus\:border-yellow-200\/25:focus {
    border-color: hsla(48, 97%, 77%, 0.25);
}
.focus\:border-yellow-200\/30:focus {
    border-color: hsla(48, 97%, 77%, 0.3);
}
.focus\:border-yellow-200\/35:focus {
    border-color: hsla(48, 97%, 77%, 0.35);
}
.focus\:border-yellow-200\/40:focus {
    border-color: hsla(48, 97%, 77%, 0.4);
}
.focus\:border-yellow-200\/45:focus {
    border-color: hsla(48, 97%, 77%, 0.45);
}
.focus\:border-yellow-200\/5:focus {
    border-color: hsla(48, 97%, 77%, 0.05);
}
.focus\:border-yellow-200\/50:focus {
    border-color: hsla(48, 97%, 77%, 0.5);
}
.focus\:border-yellow-200\/55:focus {
    border-color: hsla(48, 97%, 77%, 0.55);
}
.focus\:border-yellow-200\/60:focus {
    border-color: hsla(48, 97%, 77%, 0.6);
}
.focus\:border-yellow-200\/65:focus {
    border-color: hsla(48, 97%, 77%, 0.65);
}
.focus\:border-yellow-200\/70:focus {
    border-color: hsla(48, 97%, 77%, 0.7);
}
.focus\:border-yellow-200\/75:focus {
    border-color: hsla(48, 97%, 77%, 0.75);
}
.focus\:border-yellow-200\/80:focus {
    border-color: hsla(48, 97%, 77%, 0.8);
}
.focus\:border-yellow-200\/85:focus {
    border-color: hsla(48, 97%, 77%, 0.85);
}
.focus\:border-yellow-200\/90:focus {
    border-color: hsla(48, 97%, 77%, 0.9);
}
.focus\:border-yellow-200\/95:focus {
    border-color: hsla(48, 97%, 77%, 0.95);
}
.focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-300\/0:focus {
    border-color: rgba(252, 211, 77, 0);
}
.focus\:border-yellow-300\/10:focus {
    border-color: rgba(252, 211, 77, 0.1);
}
.focus\:border-yellow-300\/100:focus {
    border-color: #fcd34d;
}
.focus\:border-yellow-300\/15:focus {
    border-color: rgba(252, 211, 77, 0.15);
}
.focus\:border-yellow-300\/20:focus {
    border-color: rgba(252, 211, 77, 0.2);
}
.focus\:border-yellow-300\/25:focus {
    border-color: rgba(252, 211, 77, 0.25);
}
.focus\:border-yellow-300\/30:focus {
    border-color: rgba(252, 211, 77, 0.3);
}
.focus\:border-yellow-300\/35:focus {
    border-color: rgba(252, 211, 77, 0.35);
}
.focus\:border-yellow-300\/40:focus {
    border-color: rgba(252, 211, 77, 0.4);
}
.focus\:border-yellow-300\/45:focus {
    border-color: rgba(252, 211, 77, 0.45);
}
.focus\:border-yellow-300\/5:focus {
    border-color: rgba(252, 211, 77, 0.05);
}
.focus\:border-yellow-300\/50:focus {
    border-color: rgba(252, 211, 77, 0.5);
}
.focus\:border-yellow-300\/55:focus {
    border-color: rgba(252, 211, 77, 0.55);
}
.focus\:border-yellow-300\/60:focus {
    border-color: rgba(252, 211, 77, 0.6);
}
.focus\:border-yellow-300\/65:focus {
    border-color: rgba(252, 211, 77, 0.65);
}
.focus\:border-yellow-300\/70:focus {
    border-color: rgba(252, 211, 77, 0.7);
}
.focus\:border-yellow-300\/75:focus {
    border-color: rgba(252, 211, 77, 0.75);
}
.focus\:border-yellow-300\/80:focus {
    border-color: rgba(252, 211, 77, 0.8);
}
.focus\:border-yellow-300\/85:focus {
    border-color: rgba(252, 211, 77, 0.85);
}
.focus\:border-yellow-300\/90:focus {
    border-color: rgba(252, 211, 77, 0.9);
}
.focus\:border-yellow-300\/95:focus {
    border-color: rgba(252, 211, 77, 0.95);
}
.focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-400\/0:focus {
    border-color: rgba(251, 191, 36, 0);
}
.focus\:border-yellow-400\/10:focus {
    border-color: rgba(251, 191, 36, 0.1);
}
.focus\:border-yellow-400\/100:focus {
    border-color: #fbbf24;
}
.focus\:border-yellow-400\/15:focus {
    border-color: rgba(251, 191, 36, 0.15);
}
.focus\:border-yellow-400\/20:focus {
    border-color: rgba(251, 191, 36, 0.2);
}
.focus\:border-yellow-400\/25:focus {
    border-color: rgba(251, 191, 36, 0.25);
}
.focus\:border-yellow-400\/30:focus {
    border-color: rgba(251, 191, 36, 0.3);
}
.focus\:border-yellow-400\/35:focus {
    border-color: rgba(251, 191, 36, 0.35);
}
.focus\:border-yellow-400\/40:focus {
    border-color: rgba(251, 191, 36, 0.4);
}
.focus\:border-yellow-400\/45:focus {
    border-color: rgba(251, 191, 36, 0.45);
}
.focus\:border-yellow-400\/5:focus {
    border-color: rgba(251, 191, 36, 0.05);
}
.focus\:border-yellow-400\/50:focus {
    border-color: rgba(251, 191, 36, 0.5);
}
.focus\:border-yellow-400\/55:focus {
    border-color: rgba(251, 191, 36, 0.55);
}
.focus\:border-yellow-400\/60:focus {
    border-color: rgba(251, 191, 36, 0.6);
}
.focus\:border-yellow-400\/65:focus {
    border-color: rgba(251, 191, 36, 0.65);
}
.focus\:border-yellow-400\/70:focus {
    border-color: rgba(251, 191, 36, 0.7);
}
.focus\:border-yellow-400\/75:focus {
    border-color: rgba(251, 191, 36, 0.75);
}
.focus\:border-yellow-400\/80:focus {
    border-color: rgba(251, 191, 36, 0.8);
}
.focus\:border-yellow-400\/85:focus {
    border-color: rgba(251, 191, 36, 0.85);
}
.focus\:border-yellow-400\/90:focus {
    border-color: rgba(251, 191, 36, 0.9);
}
.focus\:border-yellow-400\/95:focus {
    border-color: rgba(251, 191, 36, 0.95);
}
.focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-50\/0:focus {
    border-color: rgba(255, 251, 235, 0);
}
.focus\:border-yellow-50\/10:focus {
    border-color: rgba(255, 251, 235, 0.1);
}
.focus\:border-yellow-50\/100:focus {
    border-color: #fffbeb;
}
.focus\:border-yellow-50\/15:focus {
    border-color: rgba(255, 251, 235, 0.15);
}
.focus\:border-yellow-50\/20:focus {
    border-color: rgba(255, 251, 235, 0.2);
}
.focus\:border-yellow-50\/25:focus {
    border-color: rgba(255, 251, 235, 0.25);
}
.focus\:border-yellow-50\/30:focus {
    border-color: rgba(255, 251, 235, 0.3);
}
.focus\:border-yellow-50\/35:focus {
    border-color: rgba(255, 251, 235, 0.35);
}
.focus\:border-yellow-50\/40:focus {
    border-color: rgba(255, 251, 235, 0.4);
}
.focus\:border-yellow-50\/45:focus {
    border-color: rgba(255, 251, 235, 0.45);
}
.focus\:border-yellow-50\/5:focus {
    border-color: rgba(255, 251, 235, 0.05);
}
.focus\:border-yellow-50\/50:focus {
    border-color: rgba(255, 251, 235, 0.5);
}
.focus\:border-yellow-50\/55:focus {
    border-color: rgba(255, 251, 235, 0.55);
}
.focus\:border-yellow-50\/60:focus {
    border-color: rgba(255, 251, 235, 0.6);
}
.focus\:border-yellow-50\/65:focus {
    border-color: rgba(255, 251, 235, 0.65);
}
.focus\:border-yellow-50\/70:focus {
    border-color: rgba(255, 251, 235, 0.7);
}
.focus\:border-yellow-50\/75:focus {
    border-color: rgba(255, 251, 235, 0.75);
}
.focus\:border-yellow-50\/80:focus {
    border-color: rgba(255, 251, 235, 0.8);
}
.focus\:border-yellow-50\/85:focus {
    border-color: rgba(255, 251, 235, 0.85);
}
.focus\:border-yellow-50\/90:focus {
    border-color: rgba(255, 251, 235, 0.9);
}
.focus\:border-yellow-50\/95:focus {
    border-color: rgba(255, 251, 235, 0.95);
}
.focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-500\/0:focus {
    border-color: rgba(245, 158, 11, 0);
}
.focus\:border-yellow-500\/10:focus {
    border-color: rgba(245, 158, 11, 0.1);
}
.focus\:border-yellow-500\/100:focus {
    border-color: #f59e0b;
}
.focus\:border-yellow-500\/15:focus {
    border-color: rgba(245, 158, 11, 0.15);
}
.focus\:border-yellow-500\/20:focus {
    border-color: rgba(245, 158, 11, 0.2);
}
.focus\:border-yellow-500\/25:focus {
    border-color: rgba(245, 158, 11, 0.25);
}
.focus\:border-yellow-500\/30:focus {
    border-color: rgba(245, 158, 11, 0.3);
}
.focus\:border-yellow-500\/35:focus {
    border-color: rgba(245, 158, 11, 0.35);
}
.focus\:border-yellow-500\/40:focus {
    border-color: rgba(245, 158, 11, 0.4);
}
.focus\:border-yellow-500\/45:focus {
    border-color: rgba(245, 158, 11, 0.45);
}
.focus\:border-yellow-500\/5:focus {
    border-color: rgba(245, 158, 11, 0.05);
}
.focus\:border-yellow-500\/50:focus {
    border-color: rgba(245, 158, 11, 0.5);
}
.focus\:border-yellow-500\/55:focus {
    border-color: rgba(245, 158, 11, 0.55);
}
.focus\:border-yellow-500\/60:focus {
    border-color: rgba(245, 158, 11, 0.6);
}
.focus\:border-yellow-500\/65:focus {
    border-color: rgba(245, 158, 11, 0.65);
}
.focus\:border-yellow-500\/70:focus {
    border-color: rgba(245, 158, 11, 0.7);
}
.focus\:border-yellow-500\/75:focus {
    border-color: rgba(245, 158, 11, 0.75);
}
.focus\:border-yellow-500\/80:focus {
    border-color: rgba(245, 158, 11, 0.8);
}
.focus\:border-yellow-500\/85:focus {
    border-color: rgba(245, 158, 11, 0.85);
}
.focus\:border-yellow-500\/90:focus {
    border-color: rgba(245, 158, 11, 0.9);
}
.focus\:border-yellow-500\/95:focus {
    border-color: rgba(245, 158, 11, 0.95);
}
.focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-600\/0:focus {
    border-color: rgba(217, 119, 6, 0);
}
.focus\:border-yellow-600\/10:focus {
    border-color: rgba(217, 119, 6, 0.1);
}
.focus\:border-yellow-600\/100:focus {
    border-color: #d97706;
}
.focus\:border-yellow-600\/15:focus {
    border-color: rgba(217, 119, 6, 0.15);
}
.focus\:border-yellow-600\/20:focus {
    border-color: rgba(217, 119, 6, 0.2);
}
.focus\:border-yellow-600\/25:focus {
    border-color: rgba(217, 119, 6, 0.25);
}
.focus\:border-yellow-600\/30:focus {
    border-color: rgba(217, 119, 6, 0.3);
}
.focus\:border-yellow-600\/35:focus {
    border-color: rgba(217, 119, 6, 0.35);
}
.focus\:border-yellow-600\/40:focus {
    border-color: rgba(217, 119, 6, 0.4);
}
.focus\:border-yellow-600\/45:focus {
    border-color: rgba(217, 119, 6, 0.45);
}
.focus\:border-yellow-600\/5:focus {
    border-color: rgba(217, 119, 6, 0.05);
}
.focus\:border-yellow-600\/50:focus {
    border-color: rgba(217, 119, 6, 0.5);
}
.focus\:border-yellow-600\/55:focus {
    border-color: rgba(217, 119, 6, 0.55);
}
.focus\:border-yellow-600\/60:focus {
    border-color: rgba(217, 119, 6, 0.6);
}
.focus\:border-yellow-600\/65:focus {
    border-color: rgba(217, 119, 6, 0.65);
}
.focus\:border-yellow-600\/70:focus {
    border-color: rgba(217, 119, 6, 0.7);
}
.focus\:border-yellow-600\/75:focus {
    border-color: rgba(217, 119, 6, 0.75);
}
.focus\:border-yellow-600\/80:focus {
    border-color: rgba(217, 119, 6, 0.8);
}
.focus\:border-yellow-600\/85:focus {
    border-color: rgba(217, 119, 6, 0.85);
}
.focus\:border-yellow-600\/90:focus {
    border-color: rgba(217, 119, 6, 0.9);
}
.focus\:border-yellow-600\/95:focus {
    border-color: rgba(217, 119, 6, 0.95);
}
.focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-700\/0:focus {
    border-color: rgba(180, 83, 9, 0);
}
.focus\:border-yellow-700\/10:focus {
    border-color: rgba(180, 83, 9, 0.1);
}
.focus\:border-yellow-700\/100:focus {
    border-color: #b45309;
}
.focus\:border-yellow-700\/15:focus {
    border-color: rgba(180, 83, 9, 0.15);
}
.focus\:border-yellow-700\/20:focus {
    border-color: rgba(180, 83, 9, 0.2);
}
.focus\:border-yellow-700\/25:focus {
    border-color: rgba(180, 83, 9, 0.25);
}
.focus\:border-yellow-700\/30:focus {
    border-color: rgba(180, 83, 9, 0.3);
}
.focus\:border-yellow-700\/35:focus {
    border-color: rgba(180, 83, 9, 0.35);
}
.focus\:border-yellow-700\/40:focus {
    border-color: rgba(180, 83, 9, 0.4);
}
.focus\:border-yellow-700\/45:focus {
    border-color: rgba(180, 83, 9, 0.45);
}
.focus\:border-yellow-700\/5:focus {
    border-color: rgba(180, 83, 9, 0.05);
}
.focus\:border-yellow-700\/50:focus {
    border-color: rgba(180, 83, 9, 0.5);
}
.focus\:border-yellow-700\/55:focus {
    border-color: rgba(180, 83, 9, 0.55);
}
.focus\:border-yellow-700\/60:focus {
    border-color: rgba(180, 83, 9, 0.6);
}
.focus\:border-yellow-700\/65:focus {
    border-color: rgba(180, 83, 9, 0.65);
}
.focus\:border-yellow-700\/70:focus {
    border-color: rgba(180, 83, 9, 0.7);
}
.focus\:border-yellow-700\/75:focus {
    border-color: rgba(180, 83, 9, 0.75);
}
.focus\:border-yellow-700\/80:focus {
    border-color: rgba(180, 83, 9, 0.8);
}
.focus\:border-yellow-700\/85:focus {
    border-color: rgba(180, 83, 9, 0.85);
}
.focus\:border-yellow-700\/90:focus {
    border-color: rgba(180, 83, 9, 0.9);
}
.focus\:border-yellow-700\/95:focus {
    border-color: rgba(180, 83, 9, 0.95);
}
.focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-800\/0:focus {
    border-color: rgba(146, 64, 14, 0);
}
.focus\:border-yellow-800\/10:focus {
    border-color: rgba(146, 64, 14, 0.1);
}
.focus\:border-yellow-800\/100:focus {
    border-color: #92400e;
}
.focus\:border-yellow-800\/15:focus {
    border-color: rgba(146, 64, 14, 0.15);
}
.focus\:border-yellow-800\/20:focus {
    border-color: rgba(146, 64, 14, 0.2);
}
.focus\:border-yellow-800\/25:focus {
    border-color: rgba(146, 64, 14, 0.25);
}
.focus\:border-yellow-800\/30:focus {
    border-color: rgba(146, 64, 14, 0.3);
}
.focus\:border-yellow-800\/35:focus {
    border-color: rgba(146, 64, 14, 0.35);
}
.focus\:border-yellow-800\/40:focus {
    border-color: rgba(146, 64, 14, 0.4);
}
.focus\:border-yellow-800\/45:focus {
    border-color: rgba(146, 64, 14, 0.45);
}
.focus\:border-yellow-800\/5:focus {
    border-color: rgba(146, 64, 14, 0.05);
}
.focus\:border-yellow-800\/50:focus {
    border-color: rgba(146, 64, 14, 0.5);
}
.focus\:border-yellow-800\/55:focus {
    border-color: rgba(146, 64, 14, 0.55);
}
.focus\:border-yellow-800\/60:focus {
    border-color: rgba(146, 64, 14, 0.6);
}
.focus\:border-yellow-800\/65:focus {
    border-color: rgba(146, 64, 14, 0.65);
}
.focus\:border-yellow-800\/70:focus {
    border-color: rgba(146, 64, 14, 0.7);
}
.focus\:border-yellow-800\/75:focus {
    border-color: rgba(146, 64, 14, 0.75);
}
.focus\:border-yellow-800\/80:focus {
    border-color: rgba(146, 64, 14, 0.8);
}
.focus\:border-yellow-800\/85:focus {
    border-color: rgba(146, 64, 14, 0.85);
}
.focus\:border-yellow-800\/90:focus {
    border-color: rgba(146, 64, 14, 0.9);
}
.focus\:border-yellow-800\/95:focus {
    border-color: rgba(146, 64, 14, 0.95);
}
.focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-900\/0:focus {
    border-color: rgba(120, 53, 15, 0);
}
.focus\:border-yellow-900\/10:focus {
    border-color: rgba(120, 53, 15, 0.1);
}
.focus\:border-yellow-900\/100:focus {
    border-color: #78350f;
}
.focus\:border-yellow-900\/15:focus {
    border-color: rgba(120, 53, 15, 0.15);
}
.focus\:border-yellow-900\/20:focus {
    border-color: rgba(120, 53, 15, 0.2);
}
.focus\:border-yellow-900\/25:focus {
    border-color: rgba(120, 53, 15, 0.25);
}
.focus\:border-yellow-900\/30:focus {
    border-color: rgba(120, 53, 15, 0.3);
}
.focus\:border-yellow-900\/35:focus {
    border-color: rgba(120, 53, 15, 0.35);
}
.focus\:border-yellow-900\/40:focus {
    border-color: rgba(120, 53, 15, 0.4);
}
.focus\:border-yellow-900\/45:focus {
    border-color: rgba(120, 53, 15, 0.45);
}
.focus\:border-yellow-900\/5:focus {
    border-color: rgba(120, 53, 15, 0.05);
}
.focus\:border-yellow-900\/50:focus {
    border-color: rgba(120, 53, 15, 0.5);
}
.focus\:border-yellow-900\/55:focus {
    border-color: rgba(120, 53, 15, 0.55);
}
.focus\:border-yellow-900\/60:focus {
    border-color: rgba(120, 53, 15, 0.6);
}
.focus\:border-yellow-900\/65:focus {
    border-color: rgba(120, 53, 15, 0.65);
}
.focus\:border-yellow-900\/70:focus {
    border-color: rgba(120, 53, 15, 0.7);
}
.focus\:border-yellow-900\/75:focus {
    border-color: rgba(120, 53, 15, 0.75);
}
.focus\:border-yellow-900\/80:focus {
    border-color: rgba(120, 53, 15, 0.8);
}
.focus\:border-yellow-900\/85:focus {
    border-color: rgba(120, 53, 15, 0.85);
}
.focus\:border-yellow-900\/90:focus {
    border-color: rgba(120, 53, 15, 0.9);
}
.focus\:border-yellow-900\/95:focus {
    border-color: rgba(120, 53, 15, 0.95);
}
.focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-100\/0:focus {
    border-color: hsla(240, 5%, 96%, 0);
}
.focus\:border-zinc-100\/10:focus {
    border-color: hsla(240, 5%, 96%, 0.1);
}
.focus\:border-zinc-100\/100:focus {
    border-color: #f4f4f5;
}
.focus\:border-zinc-100\/15:focus {
    border-color: hsla(240, 5%, 96%, 0.15);
}
.focus\:border-zinc-100\/20:focus {
    border-color: hsla(240, 5%, 96%, 0.2);
}
.focus\:border-zinc-100\/25:focus {
    border-color: hsla(240, 5%, 96%, 0.25);
}
.focus\:border-zinc-100\/30:focus {
    border-color: hsla(240, 5%, 96%, 0.3);
}
.focus\:border-zinc-100\/35:focus {
    border-color: hsla(240, 5%, 96%, 0.35);
}
.focus\:border-zinc-100\/40:focus {
    border-color: hsla(240, 5%, 96%, 0.4);
}
.focus\:border-zinc-100\/45:focus {
    border-color: hsla(240, 5%, 96%, 0.45);
}
.focus\:border-zinc-100\/5:focus {
    border-color: hsla(240, 5%, 96%, 0.05);
}
.focus\:border-zinc-100\/50:focus {
    border-color: hsla(240, 5%, 96%, 0.5);
}
.focus\:border-zinc-100\/55:focus {
    border-color: hsla(240, 5%, 96%, 0.55);
}
.focus\:border-zinc-100\/60:focus {
    border-color: hsla(240, 5%, 96%, 0.6);
}
.focus\:border-zinc-100\/65:focus {
    border-color: hsla(240, 5%, 96%, 0.65);
}
.focus\:border-zinc-100\/70:focus {
    border-color: hsla(240, 5%, 96%, 0.7);
}
.focus\:border-zinc-100\/75:focus {
    border-color: hsla(240, 5%, 96%, 0.75);
}
.focus\:border-zinc-100\/80:focus {
    border-color: hsla(240, 5%, 96%, 0.8);
}
.focus\:border-zinc-100\/85:focus {
    border-color: hsla(240, 5%, 96%, 0.85);
}
.focus\:border-zinc-100\/90:focus {
    border-color: hsla(240, 5%, 96%, 0.9);
}
.focus\:border-zinc-100\/95:focus {
    border-color: hsla(240, 5%, 96%, 0.95);
}
.focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-200\/0:focus {
    border-color: hsla(240, 6%, 90%, 0);
}
.focus\:border-zinc-200\/10:focus {
    border-color: hsla(240, 6%, 90%, 0.1);
}
.focus\:border-zinc-200\/100:focus {
    border-color: #e4e4e7;
}
.focus\:border-zinc-200\/15:focus {
    border-color: hsla(240, 6%, 90%, 0.15);
}
.focus\:border-zinc-200\/20:focus {
    border-color: hsla(240, 6%, 90%, 0.2);
}
.focus\:border-zinc-200\/25:focus {
    border-color: hsla(240, 6%, 90%, 0.25);
}
.focus\:border-zinc-200\/30:focus {
    border-color: hsla(240, 6%, 90%, 0.3);
}
.focus\:border-zinc-200\/35:focus {
    border-color: hsla(240, 6%, 90%, 0.35);
}
.focus\:border-zinc-200\/40:focus {
    border-color: hsla(240, 6%, 90%, 0.4);
}
.focus\:border-zinc-200\/45:focus {
    border-color: hsla(240, 6%, 90%, 0.45);
}
.focus\:border-zinc-200\/5:focus {
    border-color: hsla(240, 6%, 90%, 0.05);
}
.focus\:border-zinc-200\/50:focus {
    border-color: hsla(240, 6%, 90%, 0.5);
}
.focus\:border-zinc-200\/55:focus {
    border-color: hsla(240, 6%, 90%, 0.55);
}
.focus\:border-zinc-200\/60:focus {
    border-color: hsla(240, 6%, 90%, 0.6);
}
.focus\:border-zinc-200\/65:focus {
    border-color: hsla(240, 6%, 90%, 0.65);
}
.focus\:border-zinc-200\/70:focus {
    border-color: hsla(240, 6%, 90%, 0.7);
}
.focus\:border-zinc-200\/75:focus {
    border-color: hsla(240, 6%, 90%, 0.75);
}
.focus\:border-zinc-200\/80:focus {
    border-color: hsla(240, 6%, 90%, 0.8);
}
.focus\:border-zinc-200\/85:focus {
    border-color: hsla(240, 6%, 90%, 0.85);
}
.focus\:border-zinc-200\/90:focus {
    border-color: hsla(240, 6%, 90%, 0.9);
}
.focus\:border-zinc-200\/95:focus {
    border-color: hsla(240, 6%, 90%, 0.95);
}
.focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-300\/0:focus {
    border-color: hsla(240, 5%, 84%, 0);
}
.focus\:border-zinc-300\/10:focus {
    border-color: hsla(240, 5%, 84%, 0.1);
}
.focus\:border-zinc-300\/100:focus {
    border-color: #d4d4d8;
}
.focus\:border-zinc-300\/15:focus {
    border-color: hsla(240, 5%, 84%, 0.15);
}
.focus\:border-zinc-300\/20:focus {
    border-color: hsla(240, 5%, 84%, 0.2);
}
.focus\:border-zinc-300\/25:focus {
    border-color: hsla(240, 5%, 84%, 0.25);
}
.focus\:border-zinc-300\/30:focus {
    border-color: hsla(240, 5%, 84%, 0.3);
}
.focus\:border-zinc-300\/35:focus {
    border-color: hsla(240, 5%, 84%, 0.35);
}
.focus\:border-zinc-300\/40:focus {
    border-color: hsla(240, 5%, 84%, 0.4);
}
.focus\:border-zinc-300\/45:focus {
    border-color: hsla(240, 5%, 84%, 0.45);
}
.focus\:border-zinc-300\/5:focus {
    border-color: hsla(240, 5%, 84%, 0.05);
}
.focus\:border-zinc-300\/50:focus {
    border-color: hsla(240, 5%, 84%, 0.5);
}
.focus\:border-zinc-300\/55:focus {
    border-color: hsla(240, 5%, 84%, 0.55);
}
.focus\:border-zinc-300\/60:focus {
    border-color: hsla(240, 5%, 84%, 0.6);
}
.focus\:border-zinc-300\/65:focus {
    border-color: hsla(240, 5%, 84%, 0.65);
}
.focus\:border-zinc-300\/70:focus {
    border-color: hsla(240, 5%, 84%, 0.7);
}
.focus\:border-zinc-300\/75:focus {
    border-color: hsla(240, 5%, 84%, 0.75);
}
.focus\:border-zinc-300\/80:focus {
    border-color: hsla(240, 5%, 84%, 0.8);
}
.focus\:border-zinc-300\/85:focus {
    border-color: hsla(240, 5%, 84%, 0.85);
}
.focus\:border-zinc-300\/90:focus {
    border-color: hsla(240, 5%, 84%, 0.9);
}
.focus\:border-zinc-300\/95:focus {
    border-color: hsla(240, 5%, 84%, 0.95);
}
.focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-400\/0:focus {
    border-color: hsla(240, 5%, 65%, 0);
}
.focus\:border-zinc-400\/10:focus {
    border-color: hsla(240, 5%, 65%, 0.1);
}
.focus\:border-zinc-400\/100:focus {
    border-color: #a1a1aa;
}
.focus\:border-zinc-400\/15:focus {
    border-color: hsla(240, 5%, 65%, 0.15);
}
.focus\:border-zinc-400\/20:focus {
    border-color: hsla(240, 5%, 65%, 0.2);
}
.focus\:border-zinc-400\/25:focus {
    border-color: hsla(240, 5%, 65%, 0.25);
}
.focus\:border-zinc-400\/30:focus {
    border-color: hsla(240, 5%, 65%, 0.3);
}
.focus\:border-zinc-400\/35:focus {
    border-color: hsla(240, 5%, 65%, 0.35);
}
.focus\:border-zinc-400\/40:focus {
    border-color: hsla(240, 5%, 65%, 0.4);
}
.focus\:border-zinc-400\/45:focus {
    border-color: hsla(240, 5%, 65%, 0.45);
}
.focus\:border-zinc-400\/5:focus {
    border-color: hsla(240, 5%, 65%, 0.05);
}
.focus\:border-zinc-400\/50:focus {
    border-color: hsla(240, 5%, 65%, 0.5);
}
.focus\:border-zinc-400\/55:focus {
    border-color: hsla(240, 5%, 65%, 0.55);
}
.focus\:border-zinc-400\/60:focus {
    border-color: hsla(240, 5%, 65%, 0.6);
}
.focus\:border-zinc-400\/65:focus {
    border-color: hsla(240, 5%, 65%, 0.65);
}
.focus\:border-zinc-400\/70:focus {
    border-color: hsla(240, 5%, 65%, 0.7);
}
.focus\:border-zinc-400\/75:focus {
    border-color: hsla(240, 5%, 65%, 0.75);
}
.focus\:border-zinc-400\/80:focus {
    border-color: hsla(240, 5%, 65%, 0.8);
}
.focus\:border-zinc-400\/85:focus {
    border-color: hsla(240, 5%, 65%, 0.85);
}
.focus\:border-zinc-400\/90:focus {
    border-color: hsla(240, 5%, 65%, 0.9);
}
.focus\:border-zinc-400\/95:focus {
    border-color: hsla(240, 5%, 65%, 0.95);
}
.focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-50\/0:focus {
    border-color: hsla(0, 0%, 98%, 0);
}
.focus\:border-zinc-50\/10:focus {
    border-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:border-zinc-50\/100:focus {
    border-color: #fafafa;
}
.focus\:border-zinc-50\/15:focus {
    border-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:border-zinc-50\/20:focus {
    border-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:border-zinc-50\/25:focus {
    border-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:border-zinc-50\/30:focus {
    border-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:border-zinc-50\/35:focus {
    border-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:border-zinc-50\/40:focus {
    border-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:border-zinc-50\/45:focus {
    border-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:border-zinc-50\/5:focus {
    border-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:border-zinc-50\/50:focus {
    border-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:border-zinc-50\/55:focus {
    border-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:border-zinc-50\/60:focus {
    border-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:border-zinc-50\/65:focus {
    border-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:border-zinc-50\/70:focus {
    border-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:border-zinc-50\/75:focus {
    border-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:border-zinc-50\/80:focus {
    border-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:border-zinc-50\/85:focus {
    border-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:border-zinc-50\/90:focus {
    border-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:border-zinc-50\/95:focus {
    border-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-500\/0:focus {
    border-color: hsla(240, 4%, 46%, 0);
}
.focus\:border-zinc-500\/10:focus {
    border-color: hsla(240, 4%, 46%, 0.1);
}
.focus\:border-zinc-500\/100:focus {
    border-color: #71717a;
}
.focus\:border-zinc-500\/15:focus {
    border-color: hsla(240, 4%, 46%, 0.15);
}
.focus\:border-zinc-500\/20:focus {
    border-color: hsla(240, 4%, 46%, 0.2);
}
.focus\:border-zinc-500\/25:focus {
    border-color: hsla(240, 4%, 46%, 0.25);
}
.focus\:border-zinc-500\/30:focus {
    border-color: hsla(240, 4%, 46%, 0.3);
}
.focus\:border-zinc-500\/35:focus {
    border-color: hsla(240, 4%, 46%, 0.35);
}
.focus\:border-zinc-500\/40:focus {
    border-color: hsla(240, 4%, 46%, 0.4);
}
.focus\:border-zinc-500\/45:focus {
    border-color: hsla(240, 4%, 46%, 0.45);
}
.focus\:border-zinc-500\/5:focus {
    border-color: hsla(240, 4%, 46%, 0.05);
}
.focus\:border-zinc-500\/50:focus {
    border-color: hsla(240, 4%, 46%, 0.5);
}
.focus\:border-zinc-500\/55:focus {
    border-color: hsla(240, 4%, 46%, 0.55);
}
.focus\:border-zinc-500\/60:focus {
    border-color: hsla(240, 4%, 46%, 0.6);
}
.focus\:border-zinc-500\/65:focus {
    border-color: hsla(240, 4%, 46%, 0.65);
}
.focus\:border-zinc-500\/70:focus {
    border-color: hsla(240, 4%, 46%, 0.7);
}
.focus\:border-zinc-500\/75:focus {
    border-color: hsla(240, 4%, 46%, 0.75);
}
.focus\:border-zinc-500\/80:focus {
    border-color: hsla(240, 4%, 46%, 0.8);
}
.focus\:border-zinc-500\/85:focus {
    border-color: hsla(240, 4%, 46%, 0.85);
}
.focus\:border-zinc-500\/90:focus {
    border-color: hsla(240, 4%, 46%, 0.9);
}
.focus\:border-zinc-500\/95:focus {
    border-color: hsla(240, 4%, 46%, 0.95);
}
.focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-600\/0:focus {
    border-color: rgba(82, 82, 91, 0);
}
.focus\:border-zinc-600\/10:focus {
    border-color: rgba(82, 82, 91, 0.1);
}
.focus\:border-zinc-600\/100:focus {
    border-color: #52525b;
}
.focus\:border-zinc-600\/15:focus {
    border-color: rgba(82, 82, 91, 0.15);
}
.focus\:border-zinc-600\/20:focus {
    border-color: rgba(82, 82, 91, 0.2);
}
.focus\:border-zinc-600\/25:focus {
    border-color: rgba(82, 82, 91, 0.25);
}
.focus\:border-zinc-600\/30:focus {
    border-color: rgba(82, 82, 91, 0.3);
}
.focus\:border-zinc-600\/35:focus {
    border-color: rgba(82, 82, 91, 0.35);
}
.focus\:border-zinc-600\/40:focus {
    border-color: rgba(82, 82, 91, 0.4);
}
.focus\:border-zinc-600\/45:focus {
    border-color: rgba(82, 82, 91, 0.45);
}
.focus\:border-zinc-600\/5:focus {
    border-color: rgba(82, 82, 91, 0.05);
}
.focus\:border-zinc-600\/50:focus {
    border-color: rgba(82, 82, 91, 0.5);
}
.focus\:border-zinc-600\/55:focus {
    border-color: rgba(82, 82, 91, 0.55);
}
.focus\:border-zinc-600\/60:focus {
    border-color: rgba(82, 82, 91, 0.6);
}
.focus\:border-zinc-600\/65:focus {
    border-color: rgba(82, 82, 91, 0.65);
}
.focus\:border-zinc-600\/70:focus {
    border-color: rgba(82, 82, 91, 0.7);
}
.focus\:border-zinc-600\/75:focus {
    border-color: rgba(82, 82, 91, 0.75);
}
.focus\:border-zinc-600\/80:focus {
    border-color: rgba(82, 82, 91, 0.8);
}
.focus\:border-zinc-600\/85:focus {
    border-color: rgba(82, 82, 91, 0.85);
}
.focus\:border-zinc-600\/90:focus {
    border-color: rgba(82, 82, 91, 0.9);
}
.focus\:border-zinc-600\/95:focus {
    border-color: rgba(82, 82, 91, 0.95);
}
.focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-700\/0:focus {
    border-color: rgba(63, 63, 70, 0);
}
.focus\:border-zinc-700\/10:focus {
    border-color: rgba(63, 63, 70, 0.1);
}
.focus\:border-zinc-700\/100:focus {
    border-color: #3f3f46;
}
.focus\:border-zinc-700\/15:focus {
    border-color: rgba(63, 63, 70, 0.15);
}
.focus\:border-zinc-700\/20:focus {
    border-color: rgba(63, 63, 70, 0.2);
}
.focus\:border-zinc-700\/25:focus {
    border-color: rgba(63, 63, 70, 0.25);
}
.focus\:border-zinc-700\/30:focus {
    border-color: rgba(63, 63, 70, 0.3);
}
.focus\:border-zinc-700\/35:focus {
    border-color: rgba(63, 63, 70, 0.35);
}
.focus\:border-zinc-700\/40:focus {
    border-color: rgba(63, 63, 70, 0.4);
}
.focus\:border-zinc-700\/45:focus {
    border-color: rgba(63, 63, 70, 0.45);
}
.focus\:border-zinc-700\/5:focus {
    border-color: rgba(63, 63, 70, 0.05);
}
.focus\:border-zinc-700\/50:focus {
    border-color: rgba(63, 63, 70, 0.5);
}
.focus\:border-zinc-700\/55:focus {
    border-color: rgba(63, 63, 70, 0.55);
}
.focus\:border-zinc-700\/60:focus {
    border-color: rgba(63, 63, 70, 0.6);
}
.focus\:border-zinc-700\/65:focus {
    border-color: rgba(63, 63, 70, 0.65);
}
.focus\:border-zinc-700\/70:focus {
    border-color: rgba(63, 63, 70, 0.7);
}
.focus\:border-zinc-700\/75:focus {
    border-color: rgba(63, 63, 70, 0.75);
}
.focus\:border-zinc-700\/80:focus {
    border-color: rgba(63, 63, 70, 0.8);
}
.focus\:border-zinc-700\/85:focus {
    border-color: rgba(63, 63, 70, 0.85);
}
.focus\:border-zinc-700\/90:focus {
    border-color: rgba(63, 63, 70, 0.9);
}
.focus\:border-zinc-700\/95:focus {
    border-color: rgba(63, 63, 70, 0.95);
}
.focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-800\/0:focus {
    border-color: rgba(39, 39, 42, 0);
}
.focus\:border-zinc-800\/10:focus {
    border-color: rgba(39, 39, 42, 0.1);
}
.focus\:border-zinc-800\/100:focus {
    border-color: #27272a;
}
.focus\:border-zinc-800\/15:focus {
    border-color: rgba(39, 39, 42, 0.15);
}
.focus\:border-zinc-800\/20:focus {
    border-color: rgba(39, 39, 42, 0.2);
}
.focus\:border-zinc-800\/25:focus {
    border-color: rgba(39, 39, 42, 0.25);
}
.focus\:border-zinc-800\/30:focus {
    border-color: rgba(39, 39, 42, 0.3);
}
.focus\:border-zinc-800\/35:focus {
    border-color: rgba(39, 39, 42, 0.35);
}
.focus\:border-zinc-800\/40:focus {
    border-color: rgba(39, 39, 42, 0.4);
}
.focus\:border-zinc-800\/45:focus {
    border-color: rgba(39, 39, 42, 0.45);
}
.focus\:border-zinc-800\/5:focus {
    border-color: rgba(39, 39, 42, 0.05);
}
.focus\:border-zinc-800\/50:focus {
    border-color: rgba(39, 39, 42, 0.5);
}
.focus\:border-zinc-800\/55:focus {
    border-color: rgba(39, 39, 42, 0.55);
}
.focus\:border-zinc-800\/60:focus {
    border-color: rgba(39, 39, 42, 0.6);
}
.focus\:border-zinc-800\/65:focus {
    border-color: rgba(39, 39, 42, 0.65);
}
.focus\:border-zinc-800\/70:focus {
    border-color: rgba(39, 39, 42, 0.7);
}
.focus\:border-zinc-800\/75:focus {
    border-color: rgba(39, 39, 42, 0.75);
}
.focus\:border-zinc-800\/80:focus {
    border-color: rgba(39, 39, 42, 0.8);
}
.focus\:border-zinc-800\/85:focus {
    border-color: rgba(39, 39, 42, 0.85);
}
.focus\:border-zinc-800\/90:focus {
    border-color: rgba(39, 39, 42, 0.9);
}
.focus\:border-zinc-800\/95:focus {
    border-color: rgba(39, 39, 42, 0.95);
}
.focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.focus\:border-zinc-900\/0:focus {
    border-color: rgba(24, 24, 27, 0);
}
.focus\:border-zinc-900\/10:focus {
    border-color: rgba(24, 24, 27, 0.1);
}
.focus\:border-zinc-900\/100:focus {
    border-color: #18181b;
}
.focus\:border-zinc-900\/15:focus {
    border-color: rgba(24, 24, 27, 0.15);
}
.focus\:border-zinc-900\/20:focus {
    border-color: rgba(24, 24, 27, 0.2);
}
.focus\:border-zinc-900\/25:focus {
    border-color: rgba(24, 24, 27, 0.25);
}
.focus\:border-zinc-900\/30:focus {
    border-color: rgba(24, 24, 27, 0.3);
}
.focus\:border-zinc-900\/35:focus {
    border-color: rgba(24, 24, 27, 0.35);
}
.focus\:border-zinc-900\/40:focus {
    border-color: rgba(24, 24, 27, 0.4);
}
.focus\:border-zinc-900\/45:focus {
    border-color: rgba(24, 24, 27, 0.45);
}
.focus\:border-zinc-900\/5:focus {
    border-color: rgba(24, 24, 27, 0.05);
}
.focus\:border-zinc-900\/50:focus {
    border-color: rgba(24, 24, 27, 0.5);
}
.focus\:border-zinc-900\/55:focus {
    border-color: rgba(24, 24, 27, 0.55);
}
.focus\:border-zinc-900\/60:focus {
    border-color: rgba(24, 24, 27, 0.6);
}
.focus\:border-zinc-900\/65:focus {
    border-color: rgba(24, 24, 27, 0.65);
}
.focus\:border-zinc-900\/70:focus {
    border-color: rgba(24, 24, 27, 0.7);
}
.focus\:border-zinc-900\/75:focus {
    border-color: rgba(24, 24, 27, 0.75);
}
.focus\:border-zinc-900\/80:focus {
    border-color: rgba(24, 24, 27, 0.8);
}
.focus\:border-zinc-900\/85:focus {
    border-color: rgba(24, 24, 27, 0.85);
}
.focus\:border-zinc-900\/90:focus {
    border-color: rgba(24, 24, 27, 0.9);
}
.focus\:border-zinc-900\/95:focus {
    border-color: rgba(24, 24, 27, 0.95);
}
.focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-100\/0:focus {
    background-color: hsla(48, 96%, 89%, 0);
}
.focus\:bg-amber-100\/10:focus {
    background-color: hsla(48, 96%, 89%, 0.1);
}
.focus\:bg-amber-100\/100:focus {
    background-color: #fef3c7;
}
.focus\:bg-amber-100\/15:focus {
    background-color: hsla(48, 96%, 89%, 0.15);
}
.focus\:bg-amber-100\/20:focus {
    background-color: hsla(48, 96%, 89%, 0.2);
}
.focus\:bg-amber-100\/25:focus {
    background-color: hsla(48, 96%, 89%, 0.25);
}
.focus\:bg-amber-100\/30:focus {
    background-color: hsla(48, 96%, 89%, 0.3);
}
.focus\:bg-amber-100\/35:focus {
    background-color: hsla(48, 96%, 89%, 0.35);
}
.focus\:bg-amber-100\/40:focus {
    background-color: hsla(48, 96%, 89%, 0.4);
}
.focus\:bg-amber-100\/45:focus {
    background-color: hsla(48, 96%, 89%, 0.45);
}
.focus\:bg-amber-100\/5:focus {
    background-color: hsla(48, 96%, 89%, 0.05);
}
.focus\:bg-amber-100\/50:focus {
    background-color: hsla(48, 96%, 89%, 0.5);
}
.focus\:bg-amber-100\/55:focus {
    background-color: hsla(48, 96%, 89%, 0.55);
}
.focus\:bg-amber-100\/60:focus {
    background-color: hsla(48, 96%, 89%, 0.6);
}
.focus\:bg-amber-100\/65:focus {
    background-color: hsla(48, 96%, 89%, 0.65);
}
.focus\:bg-amber-100\/70:focus {
    background-color: hsla(48, 96%, 89%, 0.7);
}
.focus\:bg-amber-100\/75:focus {
    background-color: hsla(48, 96%, 89%, 0.75);
}
.focus\:bg-amber-100\/80:focus {
    background-color: hsla(48, 96%, 89%, 0.8);
}
.focus\:bg-amber-100\/85:focus {
    background-color: hsla(48, 96%, 89%, 0.85);
}
.focus\:bg-amber-100\/90:focus {
    background-color: hsla(48, 96%, 89%, 0.9);
}
.focus\:bg-amber-100\/95:focus {
    background-color: hsla(48, 96%, 89%, 0.95);
}
.focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-200\/0:focus {
    background-color: hsla(48, 97%, 77%, 0);
}
.focus\:bg-amber-200\/10:focus {
    background-color: hsla(48, 97%, 77%, 0.1);
}
.focus\:bg-amber-200\/100:focus {
    background-color: #fde68a;
}
.focus\:bg-amber-200\/15:focus {
    background-color: hsla(48, 97%, 77%, 0.15);
}
.focus\:bg-amber-200\/20:focus {
    background-color: hsla(48, 97%, 77%, 0.2);
}
.focus\:bg-amber-200\/25:focus {
    background-color: hsla(48, 97%, 77%, 0.25);
}
.focus\:bg-amber-200\/30:focus {
    background-color: hsla(48, 97%, 77%, 0.3);
}
.focus\:bg-amber-200\/35:focus {
    background-color: hsla(48, 97%, 77%, 0.35);
}
.focus\:bg-amber-200\/40:focus {
    background-color: hsla(48, 97%, 77%, 0.4);
}
.focus\:bg-amber-200\/45:focus {
    background-color: hsla(48, 97%, 77%, 0.45);
}
.focus\:bg-amber-200\/5:focus {
    background-color: hsla(48, 97%, 77%, 0.05);
}
.focus\:bg-amber-200\/50:focus {
    background-color: hsla(48, 97%, 77%, 0.5);
}
.focus\:bg-amber-200\/55:focus {
    background-color: hsla(48, 97%, 77%, 0.55);
}
.focus\:bg-amber-200\/60:focus {
    background-color: hsla(48, 97%, 77%, 0.6);
}
.focus\:bg-amber-200\/65:focus {
    background-color: hsla(48, 97%, 77%, 0.65);
}
.focus\:bg-amber-200\/70:focus {
    background-color: hsla(48, 97%, 77%, 0.7);
}
.focus\:bg-amber-200\/75:focus {
    background-color: hsla(48, 97%, 77%, 0.75);
}
.focus\:bg-amber-200\/80:focus {
    background-color: hsla(48, 97%, 77%, 0.8);
}
.focus\:bg-amber-200\/85:focus {
    background-color: hsla(48, 97%, 77%, 0.85);
}
.focus\:bg-amber-200\/90:focus {
    background-color: hsla(48, 97%, 77%, 0.9);
}
.focus\:bg-amber-200\/95:focus {
    background-color: hsla(48, 97%, 77%, 0.95);
}
.focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-300\/0:focus {
    background-color: rgba(252, 211, 77, 0);
}
.focus\:bg-amber-300\/10:focus {
    background-color: rgba(252, 211, 77, 0.1);
}
.focus\:bg-amber-300\/100:focus {
    background-color: #fcd34d;
}
.focus\:bg-amber-300\/15:focus {
    background-color: rgba(252, 211, 77, 0.15);
}
.focus\:bg-amber-300\/20:focus {
    background-color: rgba(252, 211, 77, 0.2);
}
.focus\:bg-amber-300\/25:focus {
    background-color: rgba(252, 211, 77, 0.25);
}
.focus\:bg-amber-300\/30:focus {
    background-color: rgba(252, 211, 77, 0.3);
}
.focus\:bg-amber-300\/35:focus {
    background-color: rgba(252, 211, 77, 0.35);
}
.focus\:bg-amber-300\/40:focus {
    background-color: rgba(252, 211, 77, 0.4);
}
.focus\:bg-amber-300\/45:focus {
    background-color: rgba(252, 211, 77, 0.45);
}
.focus\:bg-amber-300\/5:focus {
    background-color: rgba(252, 211, 77, 0.05);
}
.focus\:bg-amber-300\/50:focus {
    background-color: rgba(252, 211, 77, 0.5);
}
.focus\:bg-amber-300\/55:focus {
    background-color: rgba(252, 211, 77, 0.55);
}
.focus\:bg-amber-300\/60:focus {
    background-color: rgba(252, 211, 77, 0.6);
}
.focus\:bg-amber-300\/65:focus {
    background-color: rgba(252, 211, 77, 0.65);
}
.focus\:bg-amber-300\/70:focus {
    background-color: rgba(252, 211, 77, 0.7);
}
.focus\:bg-amber-300\/75:focus {
    background-color: rgba(252, 211, 77, 0.75);
}
.focus\:bg-amber-300\/80:focus {
    background-color: rgba(252, 211, 77, 0.8);
}
.focus\:bg-amber-300\/85:focus {
    background-color: rgba(252, 211, 77, 0.85);
}
.focus\:bg-amber-300\/90:focus {
    background-color: rgba(252, 211, 77, 0.9);
}
.focus\:bg-amber-300\/95:focus {
    background-color: rgba(252, 211, 77, 0.95);
}
.focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-400\/0:focus {
    background-color: rgba(251, 191, 36, 0);
}
.focus\:bg-amber-400\/10:focus {
    background-color: rgba(251, 191, 36, 0.1);
}
.focus\:bg-amber-400\/100:focus {
    background-color: #fbbf24;
}
.focus\:bg-amber-400\/15:focus {
    background-color: rgba(251, 191, 36, 0.15);
}
.focus\:bg-amber-400\/20:focus {
    background-color: rgba(251, 191, 36, 0.2);
}
.focus\:bg-amber-400\/25:focus {
    background-color: rgba(251, 191, 36, 0.25);
}
.focus\:bg-amber-400\/30:focus {
    background-color: rgba(251, 191, 36, 0.3);
}
.focus\:bg-amber-400\/35:focus {
    background-color: rgba(251, 191, 36, 0.35);
}
.focus\:bg-amber-400\/40:focus {
    background-color: rgba(251, 191, 36, 0.4);
}
.focus\:bg-amber-400\/45:focus {
    background-color: rgba(251, 191, 36, 0.45);
}
.focus\:bg-amber-400\/5:focus {
    background-color: rgba(251, 191, 36, 0.05);
}
.focus\:bg-amber-400\/50:focus {
    background-color: rgba(251, 191, 36, 0.5);
}
.focus\:bg-amber-400\/55:focus {
    background-color: rgba(251, 191, 36, 0.55);
}
.focus\:bg-amber-400\/60:focus {
    background-color: rgba(251, 191, 36, 0.6);
}
.focus\:bg-amber-400\/65:focus {
    background-color: rgba(251, 191, 36, 0.65);
}
.focus\:bg-amber-400\/70:focus {
    background-color: rgba(251, 191, 36, 0.7);
}
.focus\:bg-amber-400\/75:focus {
    background-color: rgba(251, 191, 36, 0.75);
}
.focus\:bg-amber-400\/80:focus {
    background-color: rgba(251, 191, 36, 0.8);
}
.focus\:bg-amber-400\/85:focus {
    background-color: rgba(251, 191, 36, 0.85);
}
.focus\:bg-amber-400\/90:focus {
    background-color: rgba(251, 191, 36, 0.9);
}
.focus\:bg-amber-400\/95:focus {
    background-color: rgba(251, 191, 36, 0.95);
}
.focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-50\/0:focus {
    background-color: rgba(255, 251, 235, 0);
}
.focus\:bg-amber-50\/10:focus {
    background-color: rgba(255, 251, 235, 0.1);
}
.focus\:bg-amber-50\/100:focus {
    background-color: #fffbeb;
}
.focus\:bg-amber-50\/15:focus {
    background-color: rgba(255, 251, 235, 0.15);
}
.focus\:bg-amber-50\/20:focus {
    background-color: rgba(255, 251, 235, 0.2);
}
.focus\:bg-amber-50\/25:focus {
    background-color: rgba(255, 251, 235, 0.25);
}
.focus\:bg-amber-50\/30:focus {
    background-color: rgba(255, 251, 235, 0.3);
}
.focus\:bg-amber-50\/35:focus {
    background-color: rgba(255, 251, 235, 0.35);
}
.focus\:bg-amber-50\/40:focus {
    background-color: rgba(255, 251, 235, 0.4);
}
.focus\:bg-amber-50\/45:focus {
    background-color: rgba(255, 251, 235, 0.45);
}
.focus\:bg-amber-50\/5:focus {
    background-color: rgba(255, 251, 235, 0.05);
}
.focus\:bg-amber-50\/50:focus {
    background-color: rgba(255, 251, 235, 0.5);
}
.focus\:bg-amber-50\/55:focus {
    background-color: rgba(255, 251, 235, 0.55);
}
.focus\:bg-amber-50\/60:focus {
    background-color: rgba(255, 251, 235, 0.6);
}
.focus\:bg-amber-50\/65:focus {
    background-color: rgba(255, 251, 235, 0.65);
}
.focus\:bg-amber-50\/70:focus {
    background-color: rgba(255, 251, 235, 0.7);
}
.focus\:bg-amber-50\/75:focus {
    background-color: rgba(255, 251, 235, 0.75);
}
.focus\:bg-amber-50\/80:focus {
    background-color: rgba(255, 251, 235, 0.8);
}
.focus\:bg-amber-50\/85:focus {
    background-color: rgba(255, 251, 235, 0.85);
}
.focus\:bg-amber-50\/90:focus {
    background-color: rgba(255, 251, 235, 0.9);
}
.focus\:bg-amber-50\/95:focus {
    background-color: rgba(255, 251, 235, 0.95);
}
.focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-500\/0:focus {
    background-color: rgba(245, 158, 11, 0);
}
.focus\:bg-amber-500\/10:focus {
    background-color: rgba(245, 158, 11, 0.1);
}
.focus\:bg-amber-500\/100:focus {
    background-color: #f59e0b;
}
.focus\:bg-amber-500\/15:focus {
    background-color: rgba(245, 158, 11, 0.15);
}
.focus\:bg-amber-500\/20:focus {
    background-color: rgba(245, 158, 11, 0.2);
}
.focus\:bg-amber-500\/25:focus {
    background-color: rgba(245, 158, 11, 0.25);
}
.focus\:bg-amber-500\/30:focus {
    background-color: rgba(245, 158, 11, 0.3);
}
.focus\:bg-amber-500\/35:focus {
    background-color: rgba(245, 158, 11, 0.35);
}
.focus\:bg-amber-500\/40:focus {
    background-color: rgba(245, 158, 11, 0.4);
}
.focus\:bg-amber-500\/45:focus {
    background-color: rgba(245, 158, 11, 0.45);
}
.focus\:bg-amber-500\/5:focus {
    background-color: rgba(245, 158, 11, 0.05);
}
.focus\:bg-amber-500\/50:focus {
    background-color: rgba(245, 158, 11, 0.5);
}
.focus\:bg-amber-500\/55:focus {
    background-color: rgba(245, 158, 11, 0.55);
}
.focus\:bg-amber-500\/60:focus {
    background-color: rgba(245, 158, 11, 0.6);
}
.focus\:bg-amber-500\/65:focus {
    background-color: rgba(245, 158, 11, 0.65);
}
.focus\:bg-amber-500\/70:focus {
    background-color: rgba(245, 158, 11, 0.7);
}
.focus\:bg-amber-500\/75:focus {
    background-color: rgba(245, 158, 11, 0.75);
}
.focus\:bg-amber-500\/80:focus {
    background-color: rgba(245, 158, 11, 0.8);
}
.focus\:bg-amber-500\/85:focus {
    background-color: rgba(245, 158, 11, 0.85);
}
.focus\:bg-amber-500\/90:focus {
    background-color: rgba(245, 158, 11, 0.9);
}
.focus\:bg-amber-500\/95:focus {
    background-color: rgba(245, 158, 11, 0.95);
}
.focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-600\/0:focus {
    background-color: rgba(217, 119, 6, 0);
}
.focus\:bg-amber-600\/10:focus {
    background-color: rgba(217, 119, 6, 0.1);
}
.focus\:bg-amber-600\/100:focus {
    background-color: #d97706;
}
.focus\:bg-amber-600\/15:focus {
    background-color: rgba(217, 119, 6, 0.15);
}
.focus\:bg-amber-600\/20:focus {
    background-color: rgba(217, 119, 6, 0.2);
}
.focus\:bg-amber-600\/25:focus {
    background-color: rgba(217, 119, 6, 0.25);
}
.focus\:bg-amber-600\/30:focus {
    background-color: rgba(217, 119, 6, 0.3);
}
.focus\:bg-amber-600\/35:focus {
    background-color: rgba(217, 119, 6, 0.35);
}
.focus\:bg-amber-600\/40:focus {
    background-color: rgba(217, 119, 6, 0.4);
}
.focus\:bg-amber-600\/45:focus {
    background-color: rgba(217, 119, 6, 0.45);
}
.focus\:bg-amber-600\/5:focus {
    background-color: rgba(217, 119, 6, 0.05);
}
.focus\:bg-amber-600\/50:focus {
    background-color: rgba(217, 119, 6, 0.5);
}
.focus\:bg-amber-600\/55:focus {
    background-color: rgba(217, 119, 6, 0.55);
}
.focus\:bg-amber-600\/60:focus {
    background-color: rgba(217, 119, 6, 0.6);
}
.focus\:bg-amber-600\/65:focus {
    background-color: rgba(217, 119, 6, 0.65);
}
.focus\:bg-amber-600\/70:focus {
    background-color: rgba(217, 119, 6, 0.7);
}
.focus\:bg-amber-600\/75:focus {
    background-color: rgba(217, 119, 6, 0.75);
}
.focus\:bg-amber-600\/80:focus {
    background-color: rgba(217, 119, 6, 0.8);
}
.focus\:bg-amber-600\/85:focus {
    background-color: rgba(217, 119, 6, 0.85);
}
.focus\:bg-amber-600\/90:focus {
    background-color: rgba(217, 119, 6, 0.9);
}
.focus\:bg-amber-600\/95:focus {
    background-color: rgba(217, 119, 6, 0.95);
}
.focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-700\/0:focus {
    background-color: rgba(180, 83, 9, 0);
}
.focus\:bg-amber-700\/10:focus {
    background-color: rgba(180, 83, 9, 0.1);
}
.focus\:bg-amber-700\/100:focus {
    background-color: #b45309;
}
.focus\:bg-amber-700\/15:focus {
    background-color: rgba(180, 83, 9, 0.15);
}
.focus\:bg-amber-700\/20:focus {
    background-color: rgba(180, 83, 9, 0.2);
}
.focus\:bg-amber-700\/25:focus {
    background-color: rgba(180, 83, 9, 0.25);
}
.focus\:bg-amber-700\/30:focus {
    background-color: rgba(180, 83, 9, 0.3);
}
.focus\:bg-amber-700\/35:focus {
    background-color: rgba(180, 83, 9, 0.35);
}
.focus\:bg-amber-700\/40:focus {
    background-color: rgba(180, 83, 9, 0.4);
}
.focus\:bg-amber-700\/45:focus {
    background-color: rgba(180, 83, 9, 0.45);
}
.focus\:bg-amber-700\/5:focus {
    background-color: rgba(180, 83, 9, 0.05);
}
.focus\:bg-amber-700\/50:focus {
    background-color: rgba(180, 83, 9, 0.5);
}
.focus\:bg-amber-700\/55:focus {
    background-color: rgba(180, 83, 9, 0.55);
}
.focus\:bg-amber-700\/60:focus {
    background-color: rgba(180, 83, 9, 0.6);
}
.focus\:bg-amber-700\/65:focus {
    background-color: rgba(180, 83, 9, 0.65);
}
.focus\:bg-amber-700\/70:focus {
    background-color: rgba(180, 83, 9, 0.7);
}
.focus\:bg-amber-700\/75:focus {
    background-color: rgba(180, 83, 9, 0.75);
}
.focus\:bg-amber-700\/80:focus {
    background-color: rgba(180, 83, 9, 0.8);
}
.focus\:bg-amber-700\/85:focus {
    background-color: rgba(180, 83, 9, 0.85);
}
.focus\:bg-amber-700\/90:focus {
    background-color: rgba(180, 83, 9, 0.9);
}
.focus\:bg-amber-700\/95:focus {
    background-color: rgba(180, 83, 9, 0.95);
}
.focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-800\/0:focus {
    background-color: rgba(146, 64, 14, 0);
}
.focus\:bg-amber-800\/10:focus {
    background-color: rgba(146, 64, 14, 0.1);
}
.focus\:bg-amber-800\/100:focus {
    background-color: #92400e;
}
.focus\:bg-amber-800\/15:focus {
    background-color: rgba(146, 64, 14, 0.15);
}
.focus\:bg-amber-800\/20:focus {
    background-color: rgba(146, 64, 14, 0.2);
}
.focus\:bg-amber-800\/25:focus {
    background-color: rgba(146, 64, 14, 0.25);
}
.focus\:bg-amber-800\/30:focus {
    background-color: rgba(146, 64, 14, 0.3);
}
.focus\:bg-amber-800\/35:focus {
    background-color: rgba(146, 64, 14, 0.35);
}
.focus\:bg-amber-800\/40:focus {
    background-color: rgba(146, 64, 14, 0.4);
}
.focus\:bg-amber-800\/45:focus {
    background-color: rgba(146, 64, 14, 0.45);
}
.focus\:bg-amber-800\/5:focus {
    background-color: rgba(146, 64, 14, 0.05);
}
.focus\:bg-amber-800\/50:focus {
    background-color: rgba(146, 64, 14, 0.5);
}
.focus\:bg-amber-800\/55:focus {
    background-color: rgba(146, 64, 14, 0.55);
}
.focus\:bg-amber-800\/60:focus {
    background-color: rgba(146, 64, 14, 0.6);
}
.focus\:bg-amber-800\/65:focus {
    background-color: rgba(146, 64, 14, 0.65);
}
.focus\:bg-amber-800\/70:focus {
    background-color: rgba(146, 64, 14, 0.7);
}
.focus\:bg-amber-800\/75:focus {
    background-color: rgba(146, 64, 14, 0.75);
}
.focus\:bg-amber-800\/80:focus {
    background-color: rgba(146, 64, 14, 0.8);
}
.focus\:bg-amber-800\/85:focus {
    background-color: rgba(146, 64, 14, 0.85);
}
.focus\:bg-amber-800\/90:focus {
    background-color: rgba(146, 64, 14, 0.9);
}
.focus\:bg-amber-800\/95:focus {
    background-color: rgba(146, 64, 14, 0.95);
}
.focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.focus\:bg-amber-900\/0:focus {
    background-color: rgba(120, 53, 15, 0);
}
.focus\:bg-amber-900\/10:focus {
    background-color: rgba(120, 53, 15, 0.1);
}
.focus\:bg-amber-900\/100:focus {
    background-color: #78350f;
}
.focus\:bg-amber-900\/15:focus {
    background-color: rgba(120, 53, 15, 0.15);
}
.focus\:bg-amber-900\/20:focus {
    background-color: rgba(120, 53, 15, 0.2);
}
.focus\:bg-amber-900\/25:focus {
    background-color: rgba(120, 53, 15, 0.25);
}
.focus\:bg-amber-900\/30:focus {
    background-color: rgba(120, 53, 15, 0.3);
}
.focus\:bg-amber-900\/35:focus {
    background-color: rgba(120, 53, 15, 0.35);
}
.focus\:bg-amber-900\/40:focus {
    background-color: rgba(120, 53, 15, 0.4);
}
.focus\:bg-amber-900\/45:focus {
    background-color: rgba(120, 53, 15, 0.45);
}
.focus\:bg-amber-900\/5:focus {
    background-color: rgba(120, 53, 15, 0.05);
}
.focus\:bg-amber-900\/50:focus {
    background-color: rgba(120, 53, 15, 0.5);
}
.focus\:bg-amber-900\/55:focus {
    background-color: rgba(120, 53, 15, 0.55);
}
.focus\:bg-amber-900\/60:focus {
    background-color: rgba(120, 53, 15, 0.6);
}
.focus\:bg-amber-900\/65:focus {
    background-color: rgba(120, 53, 15, 0.65);
}
.focus\:bg-amber-900\/70:focus {
    background-color: rgba(120, 53, 15, 0.7);
}
.focus\:bg-amber-900\/75:focus {
    background-color: rgba(120, 53, 15, 0.75);
}
.focus\:bg-amber-900\/80:focus {
    background-color: rgba(120, 53, 15, 0.8);
}
.focus\:bg-amber-900\/85:focus {
    background-color: rgba(120, 53, 15, 0.85);
}
.focus\:bg-amber-900\/90:focus {
    background-color: rgba(120, 53, 15, 0.9);
}
.focus\:bg-amber-900\/95:focus {
    background-color: rgba(120, 53, 15, 0.95);
}
.focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-100\/0:focus {
    background-color: rgba(219, 234, 254, 0);
}
.focus\:bg-blue-100\/10:focus {
    background-color: rgba(219, 234, 254, 0.1);
}
.focus\:bg-blue-100\/100:focus {
    background-color: #dbeafe;
}
.focus\:bg-blue-100\/15:focus {
    background-color: rgba(219, 234, 254, 0.15);
}
.focus\:bg-blue-100\/20:focus {
    background-color: rgba(219, 234, 254, 0.2);
}
.focus\:bg-blue-100\/25:focus {
    background-color: rgba(219, 234, 254, 0.25);
}
.focus\:bg-blue-100\/30:focus {
    background-color: rgba(219, 234, 254, 0.3);
}
.focus\:bg-blue-100\/35:focus {
    background-color: rgba(219, 234, 254, 0.35);
}
.focus\:bg-blue-100\/40:focus {
    background-color: rgba(219, 234, 254, 0.4);
}
.focus\:bg-blue-100\/45:focus {
    background-color: rgba(219, 234, 254, 0.45);
}
.focus\:bg-blue-100\/5:focus {
    background-color: rgba(219, 234, 254, 0.05);
}
.focus\:bg-blue-100\/50:focus {
    background-color: rgba(219, 234, 254, 0.5);
}
.focus\:bg-blue-100\/55:focus {
    background-color: rgba(219, 234, 254, 0.55);
}
.focus\:bg-blue-100\/60:focus {
    background-color: rgba(219, 234, 254, 0.6);
}
.focus\:bg-blue-100\/65:focus {
    background-color: rgba(219, 234, 254, 0.65);
}
.focus\:bg-blue-100\/70:focus {
    background-color: rgba(219, 234, 254, 0.7);
}
.focus\:bg-blue-100\/75:focus {
    background-color: rgba(219, 234, 254, 0.75);
}
.focus\:bg-blue-100\/80:focus {
    background-color: rgba(219, 234, 254, 0.8);
}
.focus\:bg-blue-100\/85:focus {
    background-color: rgba(219, 234, 254, 0.85);
}
.focus\:bg-blue-100\/90:focus {
    background-color: rgba(219, 234, 254, 0.9);
}
.focus\:bg-blue-100\/95:focus {
    background-color: rgba(219, 234, 254, 0.95);
}
.focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-200\/0:focus {
    background-color: rgba(191, 219, 254, 0);
}
.focus\:bg-blue-200\/10:focus {
    background-color: rgba(191, 219, 254, 0.1);
}
.focus\:bg-blue-200\/100:focus {
    background-color: #bfdbfe;
}
.focus\:bg-blue-200\/15:focus {
    background-color: rgba(191, 219, 254, 0.15);
}
.focus\:bg-blue-200\/20:focus {
    background-color: rgba(191, 219, 254, 0.2);
}
.focus\:bg-blue-200\/25:focus {
    background-color: rgba(191, 219, 254, 0.25);
}
.focus\:bg-blue-200\/30:focus {
    background-color: rgba(191, 219, 254, 0.3);
}
.focus\:bg-blue-200\/35:focus {
    background-color: rgba(191, 219, 254, 0.35);
}
.focus\:bg-blue-200\/40:focus {
    background-color: rgba(191, 219, 254, 0.4);
}
.focus\:bg-blue-200\/45:focus {
    background-color: rgba(191, 219, 254, 0.45);
}
.focus\:bg-blue-200\/5:focus {
    background-color: rgba(191, 219, 254, 0.05);
}
.focus\:bg-blue-200\/50:focus {
    background-color: rgba(191, 219, 254, 0.5);
}
.focus\:bg-blue-200\/55:focus {
    background-color: rgba(191, 219, 254, 0.55);
}
.focus\:bg-blue-200\/60:focus {
    background-color: rgba(191, 219, 254, 0.6);
}
.focus\:bg-blue-200\/65:focus {
    background-color: rgba(191, 219, 254, 0.65);
}
.focus\:bg-blue-200\/70:focus {
    background-color: rgba(191, 219, 254, 0.7);
}
.focus\:bg-blue-200\/75:focus {
    background-color: rgba(191, 219, 254, 0.75);
}
.focus\:bg-blue-200\/80:focus {
    background-color: rgba(191, 219, 254, 0.8);
}
.focus\:bg-blue-200\/85:focus {
    background-color: rgba(191, 219, 254, 0.85);
}
.focus\:bg-blue-200\/90:focus {
    background-color: rgba(191, 219, 254, 0.9);
}
.focus\:bg-blue-200\/95:focus {
    background-color: rgba(191, 219, 254, 0.95);
}
.focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-300\/0:focus {
    background-color: rgba(147, 197, 253, 0);
}
.focus\:bg-blue-300\/10:focus {
    background-color: rgba(147, 197, 253, 0.1);
}
.focus\:bg-blue-300\/100:focus {
    background-color: #93c5fd;
}
.focus\:bg-blue-300\/15:focus {
    background-color: rgba(147, 197, 253, 0.15);
}
.focus\:bg-blue-300\/20:focus {
    background-color: rgba(147, 197, 253, 0.2);
}
.focus\:bg-blue-300\/25:focus {
    background-color: rgba(147, 197, 253, 0.25);
}
.focus\:bg-blue-300\/30:focus {
    background-color: rgba(147, 197, 253, 0.3);
}
.focus\:bg-blue-300\/35:focus {
    background-color: rgba(147, 197, 253, 0.35);
}
.focus\:bg-blue-300\/40:focus {
    background-color: rgba(147, 197, 253, 0.4);
}
.focus\:bg-blue-300\/45:focus {
    background-color: rgba(147, 197, 253, 0.45);
}
.focus\:bg-blue-300\/5:focus {
    background-color: rgba(147, 197, 253, 0.05);
}
.focus\:bg-blue-300\/50:focus {
    background-color: rgba(147, 197, 253, 0.5);
}
.focus\:bg-blue-300\/55:focus {
    background-color: rgba(147, 197, 253, 0.55);
}
.focus\:bg-blue-300\/60:focus {
    background-color: rgba(147, 197, 253, 0.6);
}
.focus\:bg-blue-300\/65:focus {
    background-color: rgba(147, 197, 253, 0.65);
}
.focus\:bg-blue-300\/70:focus {
    background-color: rgba(147, 197, 253, 0.7);
}
.focus\:bg-blue-300\/75:focus {
    background-color: rgba(147, 197, 253, 0.75);
}
.focus\:bg-blue-300\/80:focus {
    background-color: rgba(147, 197, 253, 0.8);
}
.focus\:bg-blue-300\/85:focus {
    background-color: rgba(147, 197, 253, 0.85);
}
.focus\:bg-blue-300\/90:focus {
    background-color: rgba(147, 197, 253, 0.9);
}
.focus\:bg-blue-300\/95:focus {
    background-color: rgba(147, 197, 253, 0.95);
}
.focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-400\/0:focus {
    background-color: rgba(96, 165, 250, 0);
}
.focus\:bg-blue-400\/10:focus {
    background-color: rgba(96, 165, 250, 0.1);
}
.focus\:bg-blue-400\/100:focus {
    background-color: #60a5fa;
}
.focus\:bg-blue-400\/15:focus {
    background-color: rgba(96, 165, 250, 0.15);
}
.focus\:bg-blue-400\/20:focus {
    background-color: rgba(96, 165, 250, 0.2);
}
.focus\:bg-blue-400\/25:focus {
    background-color: rgba(96, 165, 250, 0.25);
}
.focus\:bg-blue-400\/30:focus {
    background-color: rgba(96, 165, 250, 0.3);
}
.focus\:bg-blue-400\/35:focus {
    background-color: rgba(96, 165, 250, 0.35);
}
.focus\:bg-blue-400\/40:focus {
    background-color: rgba(96, 165, 250, 0.4);
}
.focus\:bg-blue-400\/45:focus {
    background-color: rgba(96, 165, 250, 0.45);
}
.focus\:bg-blue-400\/5:focus {
    background-color: rgba(96, 165, 250, 0.05);
}
.focus\:bg-blue-400\/50:focus {
    background-color: rgba(96, 165, 250, 0.5);
}
.focus\:bg-blue-400\/55:focus {
    background-color: rgba(96, 165, 250, 0.55);
}
.focus\:bg-blue-400\/60:focus {
    background-color: rgba(96, 165, 250, 0.6);
}
.focus\:bg-blue-400\/65:focus {
    background-color: rgba(96, 165, 250, 0.65);
}
.focus\:bg-blue-400\/70:focus {
    background-color: rgba(96, 165, 250, 0.7);
}
.focus\:bg-blue-400\/75:focus {
    background-color: rgba(96, 165, 250, 0.75);
}
.focus\:bg-blue-400\/80:focus {
    background-color: rgba(96, 165, 250, 0.8);
}
.focus\:bg-blue-400\/85:focus {
    background-color: rgba(96, 165, 250, 0.85);
}
.focus\:bg-blue-400\/90:focus {
    background-color: rgba(96, 165, 250, 0.9);
}
.focus\:bg-blue-400\/95:focus {
    background-color: rgba(96, 165, 250, 0.95);
}
.focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-50\/0:focus {
    background-color: rgba(239, 246, 255, 0);
}
.focus\:bg-blue-50\/10:focus {
    background-color: rgba(239, 246, 255, 0.1);
}
.focus\:bg-blue-50\/100:focus {
    background-color: #eff6ff;
}
.focus\:bg-blue-50\/15:focus {
    background-color: rgba(239, 246, 255, 0.15);
}
.focus\:bg-blue-50\/20:focus {
    background-color: rgba(239, 246, 255, 0.2);
}
.focus\:bg-blue-50\/25:focus {
    background-color: rgba(239, 246, 255, 0.25);
}
.focus\:bg-blue-50\/30:focus {
    background-color: rgba(239, 246, 255, 0.3);
}
.focus\:bg-blue-50\/35:focus {
    background-color: rgba(239, 246, 255, 0.35);
}
.focus\:bg-blue-50\/40:focus {
    background-color: rgba(239, 246, 255, 0.4);
}
.focus\:bg-blue-50\/45:focus {
    background-color: rgba(239, 246, 255, 0.45);
}
.focus\:bg-blue-50\/5:focus {
    background-color: rgba(239, 246, 255, 0.05);
}
.focus\:bg-blue-50\/50:focus {
    background-color: rgba(239, 246, 255, 0.5);
}
.focus\:bg-blue-50\/55:focus {
    background-color: rgba(239, 246, 255, 0.55);
}
.focus\:bg-blue-50\/60:focus {
    background-color: rgba(239, 246, 255, 0.6);
}
.focus\:bg-blue-50\/65:focus {
    background-color: rgba(239, 246, 255, 0.65);
}
.focus\:bg-blue-50\/70:focus {
    background-color: rgba(239, 246, 255, 0.7);
}
.focus\:bg-blue-50\/75:focus {
    background-color: rgba(239, 246, 255, 0.75);
}
.focus\:bg-blue-50\/80:focus {
    background-color: rgba(239, 246, 255, 0.8);
}
.focus\:bg-blue-50\/85:focus {
    background-color: rgba(239, 246, 255, 0.85);
}
.focus\:bg-blue-50\/90:focus {
    background-color: rgba(239, 246, 255, 0.9);
}
.focus\:bg-blue-50\/95:focus {
    background-color: rgba(239, 246, 255, 0.95);
}
.focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-500\/0:focus {
    background-color: rgba(59, 130, 246, 0);
}
.focus\:bg-blue-500\/10:focus {
    background-color: rgba(59, 130, 246, 0.1);
}
.focus\:bg-blue-500\/100:focus {
    background-color: #3b82f6;
}
.focus\:bg-blue-500\/15:focus {
    background-color: rgba(59, 130, 246, 0.15);
}
.focus\:bg-blue-500\/20:focus {
    background-color: rgba(59, 130, 246, 0.2);
}
.focus\:bg-blue-500\/25:focus {
    background-color: rgba(59, 130, 246, 0.25);
}
.focus\:bg-blue-500\/30:focus {
    background-color: rgba(59, 130, 246, 0.3);
}
.focus\:bg-blue-500\/35:focus {
    background-color: rgba(59, 130, 246, 0.35);
}
.focus\:bg-blue-500\/40:focus {
    background-color: rgba(59, 130, 246, 0.4);
}
.focus\:bg-blue-500\/45:focus {
    background-color: rgba(59, 130, 246, 0.45);
}
.focus\:bg-blue-500\/5:focus {
    background-color: rgba(59, 130, 246, 0.05);
}
.focus\:bg-blue-500\/50:focus {
    background-color: rgba(59, 130, 246, 0.5);
}
.focus\:bg-blue-500\/55:focus {
    background-color: rgba(59, 130, 246, 0.55);
}
.focus\:bg-blue-500\/60:focus {
    background-color: rgba(59, 130, 246, 0.6);
}
.focus\:bg-blue-500\/65:focus {
    background-color: rgba(59, 130, 246, 0.65);
}
.focus\:bg-blue-500\/70:focus {
    background-color: rgba(59, 130, 246, 0.7);
}
.focus\:bg-blue-500\/75:focus {
    background-color: rgba(59, 130, 246, 0.75);
}
.focus\:bg-blue-500\/80:focus {
    background-color: rgba(59, 130, 246, 0.8);
}
.focus\:bg-blue-500\/85:focus {
    background-color: rgba(59, 130, 246, 0.85);
}
.focus\:bg-blue-500\/90:focus {
    background-color: rgba(59, 130, 246, 0.9);
}
.focus\:bg-blue-500\/95:focus {
    background-color: rgba(59, 130, 246, 0.95);
}
.focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(59 124 248 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-600\/0:focus {
    background-color: rgba(59, 124, 248, 0);
}
.focus\:bg-blue-600\/10:focus {
    background-color: rgba(59, 124, 248, 0.1);
}
.focus\:bg-blue-600\/100:focus {
    background-color: #3b7cf8;
}
.focus\:bg-blue-600\/15:focus {
    background-color: rgba(59, 124, 248, 0.15);
}
.focus\:bg-blue-600\/20:focus {
    background-color: rgba(59, 124, 248, 0.2);
}
.focus\:bg-blue-600\/25:focus {
    background-color: rgba(59, 124, 248, 0.25);
}
.focus\:bg-blue-600\/30:focus {
    background-color: rgba(59, 124, 248, 0.3);
}
.focus\:bg-blue-600\/35:focus {
    background-color: rgba(59, 124, 248, 0.35);
}
.focus\:bg-blue-600\/40:focus {
    background-color: rgba(59, 124, 248, 0.4);
}
.focus\:bg-blue-600\/45:focus {
    background-color: rgba(59, 124, 248, 0.45);
}
.focus\:bg-blue-600\/5:focus {
    background-color: rgba(59, 124, 248, 0.05);
}
.focus\:bg-blue-600\/50:focus {
    background-color: rgba(59, 124, 248, 0.5);
}
.focus\:bg-blue-600\/55:focus {
    background-color: rgba(59, 124, 248, 0.55);
}
.focus\:bg-blue-600\/60:focus {
    background-color: rgba(59, 124, 248, 0.6);
}
.focus\:bg-blue-600\/65:focus {
    background-color: rgba(59, 124, 248, 0.65);
}
.focus\:bg-blue-600\/70:focus {
    background-color: rgba(59, 124, 248, 0.7);
}
.focus\:bg-blue-600\/75:focus {
    background-color: rgba(59, 124, 248, 0.75);
}
.focus\:bg-blue-600\/80:focus {
    background-color: rgba(59, 124, 248, 0.8);
}
.focus\:bg-blue-600\/85:focus {
    background-color: rgba(59, 124, 248, 0.85);
}
.focus\:bg-blue-600\/90:focus {
    background-color: rgba(59, 124, 248, 0.9);
}
.focus\:bg-blue-600\/95:focus {
    background-color: rgba(59, 124, 248, 0.95);
}
.focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 98 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-700\/0:focus {
    background-color: rgba(55, 98, 235, 0);
}
.focus\:bg-blue-700\/10:focus {
    background-color: rgba(55, 98, 235, 0.1);
}
.focus\:bg-blue-700\/100:focus {
    background-color: #3762eb;
}
.focus\:bg-blue-700\/15:focus {
    background-color: rgba(55, 98, 235, 0.15);
}
.focus\:bg-blue-700\/20:focus {
    background-color: rgba(55, 98, 235, 0.2);
}
.focus\:bg-blue-700\/25:focus {
    background-color: rgba(55, 98, 235, 0.25);
}
.focus\:bg-blue-700\/30:focus {
    background-color: rgba(55, 98, 235, 0.3);
}
.focus\:bg-blue-700\/35:focus {
    background-color: rgba(55, 98, 235, 0.35);
}
.focus\:bg-blue-700\/40:focus {
    background-color: rgba(55, 98, 235, 0.4);
}
.focus\:bg-blue-700\/45:focus {
    background-color: rgba(55, 98, 235, 0.45);
}
.focus\:bg-blue-700\/5:focus {
    background-color: rgba(55, 98, 235, 0.05);
}
.focus\:bg-blue-700\/50:focus {
    background-color: rgba(55, 98, 235, 0.5);
}
.focus\:bg-blue-700\/55:focus {
    background-color: rgba(55, 98, 235, 0.55);
}
.focus\:bg-blue-700\/60:focus {
    background-color: rgba(55, 98, 235, 0.6);
}
.focus\:bg-blue-700\/65:focus {
    background-color: rgba(55, 98, 235, 0.65);
}
.focus\:bg-blue-700\/70:focus {
    background-color: rgba(55, 98, 235, 0.7);
}
.focus\:bg-blue-700\/75:focus {
    background-color: rgba(55, 98, 235, 0.75);
}
.focus\:bg-blue-700\/80:focus {
    background-color: rgba(55, 98, 235, 0.8);
}
.focus\:bg-blue-700\/85:focus {
    background-color: rgba(55, 98, 235, 0.85);
}
.focus\:bg-blue-700\/90:focus {
    background-color: rgba(55, 98, 235, 0.9);
}
.focus\:bg-blue-700\/95:focus {
    background-color: rgba(55, 98, 235, 0.95);
}
.focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-800\/0:focus {
    background-color: rgba(30, 64, 175, 0);
}
.focus\:bg-blue-800\/10:focus {
    background-color: rgba(30, 64, 175, 0.1);
}
.focus\:bg-blue-800\/100:focus {
    background-color: #1e40af;
}
.focus\:bg-blue-800\/15:focus {
    background-color: rgba(30, 64, 175, 0.15);
}
.focus\:bg-blue-800\/20:focus {
    background-color: rgba(30, 64, 175, 0.2);
}
.focus\:bg-blue-800\/25:focus {
    background-color: rgba(30, 64, 175, 0.25);
}
.focus\:bg-blue-800\/30:focus {
    background-color: rgba(30, 64, 175, 0.3);
}
.focus\:bg-blue-800\/35:focus {
    background-color: rgba(30, 64, 175, 0.35);
}
.focus\:bg-blue-800\/40:focus {
    background-color: rgba(30, 64, 175, 0.4);
}
.focus\:bg-blue-800\/45:focus {
    background-color: rgba(30, 64, 175, 0.45);
}
.focus\:bg-blue-800\/5:focus {
    background-color: rgba(30, 64, 175, 0.05);
}
.focus\:bg-blue-800\/50:focus {
    background-color: rgba(30, 64, 175, 0.5);
}
.focus\:bg-blue-800\/55:focus {
    background-color: rgba(30, 64, 175, 0.55);
}
.focus\:bg-blue-800\/60:focus {
    background-color: rgba(30, 64, 175, 0.6);
}
.focus\:bg-blue-800\/65:focus {
    background-color: rgba(30, 64, 175, 0.65);
}
.focus\:bg-blue-800\/70:focus {
    background-color: rgba(30, 64, 175, 0.7);
}
.focus\:bg-blue-800\/75:focus {
    background-color: rgba(30, 64, 175, 0.75);
}
.focus\:bg-blue-800\/80:focus {
    background-color: rgba(30, 64, 175, 0.8);
}
.focus\:bg-blue-800\/85:focus {
    background-color: rgba(30, 64, 175, 0.85);
}
.focus\:bg-blue-800\/90:focus {
    background-color: rgba(30, 64, 175, 0.9);
}
.focus\:bg-blue-800\/95:focus {
    background-color: rgba(30, 64, 175, 0.95);
}
.focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-900\/0:focus {
    background-color: rgba(30, 58, 138, 0);
}
.focus\:bg-blue-900\/10:focus {
    background-color: rgba(30, 58, 138, 0.1);
}
.focus\:bg-blue-900\/100:focus {
    background-color: #1e3a8a;
}
.focus\:bg-blue-900\/15:focus {
    background-color: rgba(30, 58, 138, 0.15);
}
.focus\:bg-blue-900\/20:focus {
    background-color: rgba(30, 58, 138, 0.2);
}
.focus\:bg-blue-900\/25:focus {
    background-color: rgba(30, 58, 138, 0.25);
}
.focus\:bg-blue-900\/30:focus {
    background-color: rgba(30, 58, 138, 0.3);
}
.focus\:bg-blue-900\/35:focus {
    background-color: rgba(30, 58, 138, 0.35);
}
.focus\:bg-blue-900\/40:focus {
    background-color: rgba(30, 58, 138, 0.4);
}
.focus\:bg-blue-900\/45:focus {
    background-color: rgba(30, 58, 138, 0.45);
}
.focus\:bg-blue-900\/5:focus {
    background-color: rgba(30, 58, 138, 0.05);
}
.focus\:bg-blue-900\/50:focus {
    background-color: rgba(30, 58, 138, 0.5);
}
.focus\:bg-blue-900\/55:focus {
    background-color: rgba(30, 58, 138, 0.55);
}
.focus\:bg-blue-900\/60:focus {
    background-color: rgba(30, 58, 138, 0.6);
}
.focus\:bg-blue-900\/65:focus {
    background-color: rgba(30, 58, 138, 0.65);
}
.focus\:bg-blue-900\/70:focus {
    background-color: rgba(30, 58, 138, 0.7);
}
.focus\:bg-blue-900\/75:focus {
    background-color: rgba(30, 58, 138, 0.75);
}
.focus\:bg-blue-900\/80:focus {
    background-color: rgba(30, 58, 138, 0.8);
}
.focus\:bg-blue-900\/85:focus {
    background-color: rgba(30, 58, 138, 0.85);
}
.focus\:bg-blue-900\/90:focus {
    background-color: rgba(30, 58, 138, 0.9);
}
.focus\:bg-blue-900\/95:focus {
    background-color: rgba(30, 58, 138, 0.95);
}
.focus\:bg-bluegray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-100\/0:focus {
    background-color: rgba(241, 245, 249, 0);
}
.focus\:bg-bluegray-100\/10:focus {
    background-color: rgba(241, 245, 249, 0.1);
}
.focus\:bg-bluegray-100\/100:focus {
    background-color: #f1f5f9;
}
.focus\:bg-bluegray-100\/15:focus {
    background-color: rgba(241, 245, 249, 0.15);
}
.focus\:bg-bluegray-100\/20:focus {
    background-color: rgba(241, 245, 249, 0.2);
}
.focus\:bg-bluegray-100\/25:focus {
    background-color: rgba(241, 245, 249, 0.25);
}
.focus\:bg-bluegray-100\/30:focus {
    background-color: rgba(241, 245, 249, 0.3);
}
.focus\:bg-bluegray-100\/35:focus {
    background-color: rgba(241, 245, 249, 0.35);
}
.focus\:bg-bluegray-100\/40:focus {
    background-color: rgba(241, 245, 249, 0.4);
}
.focus\:bg-bluegray-100\/45:focus {
    background-color: rgba(241, 245, 249, 0.45);
}
.focus\:bg-bluegray-100\/5:focus {
    background-color: rgba(241, 245, 249, 0.05);
}
.focus\:bg-bluegray-100\/50:focus {
    background-color: rgba(241, 245, 249, 0.5);
}
.focus\:bg-bluegray-100\/55:focus {
    background-color: rgba(241, 245, 249, 0.55);
}
.focus\:bg-bluegray-100\/60:focus {
    background-color: rgba(241, 245, 249, 0.6);
}
.focus\:bg-bluegray-100\/65:focus {
    background-color: rgba(241, 245, 249, 0.65);
}
.focus\:bg-bluegray-100\/70:focus {
    background-color: rgba(241, 245, 249, 0.7);
}
.focus\:bg-bluegray-100\/75:focus {
    background-color: rgba(241, 245, 249, 0.75);
}
.focus\:bg-bluegray-100\/80:focus {
    background-color: rgba(241, 245, 249, 0.8);
}
.focus\:bg-bluegray-100\/85:focus {
    background-color: rgba(241, 245, 249, 0.85);
}
.focus\:bg-bluegray-100\/90:focus {
    background-color: rgba(241, 245, 249, 0.9);
}
.focus\:bg-bluegray-100\/95:focus {
    background-color: rgba(241, 245, 249, 0.95);
}
.focus\:bg-bluegray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-200\/0:focus {
    background-color: rgba(226, 232, 240, 0);
}
.focus\:bg-bluegray-200\/10:focus {
    background-color: rgba(226, 232, 240, 0.1);
}
.focus\:bg-bluegray-200\/100:focus {
    background-color: #e2e8f0;
}
.focus\:bg-bluegray-200\/15:focus {
    background-color: rgba(226, 232, 240, 0.15);
}
.focus\:bg-bluegray-200\/20:focus {
    background-color: rgba(226, 232, 240, 0.2);
}
.focus\:bg-bluegray-200\/25:focus {
    background-color: rgba(226, 232, 240, 0.25);
}
.focus\:bg-bluegray-200\/30:focus {
    background-color: rgba(226, 232, 240, 0.3);
}
.focus\:bg-bluegray-200\/35:focus {
    background-color: rgba(226, 232, 240, 0.35);
}
.focus\:bg-bluegray-200\/40:focus {
    background-color: rgba(226, 232, 240, 0.4);
}
.focus\:bg-bluegray-200\/45:focus {
    background-color: rgba(226, 232, 240, 0.45);
}
.focus\:bg-bluegray-200\/5:focus {
    background-color: rgba(226, 232, 240, 0.05);
}
.focus\:bg-bluegray-200\/50:focus {
    background-color: rgba(226, 232, 240, 0.5);
}
.focus\:bg-bluegray-200\/55:focus {
    background-color: rgba(226, 232, 240, 0.55);
}
.focus\:bg-bluegray-200\/60:focus {
    background-color: rgba(226, 232, 240, 0.6);
}
.focus\:bg-bluegray-200\/65:focus {
    background-color: rgba(226, 232, 240, 0.65);
}
.focus\:bg-bluegray-200\/70:focus {
    background-color: rgba(226, 232, 240, 0.7);
}
.focus\:bg-bluegray-200\/75:focus {
    background-color: rgba(226, 232, 240, 0.75);
}
.focus\:bg-bluegray-200\/80:focus {
    background-color: rgba(226, 232, 240, 0.8);
}
.focus\:bg-bluegray-200\/85:focus {
    background-color: rgba(226, 232, 240, 0.85);
}
.focus\:bg-bluegray-200\/90:focus {
    background-color: rgba(226, 232, 240, 0.9);
}
.focus\:bg-bluegray-200\/95:focus {
    background-color: rgba(226, 232, 240, 0.95);
}
.focus\:bg-bluegray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-300\/0:focus {
    background-color: rgba(203, 213, 225, 0);
}
.focus\:bg-bluegray-300\/10:focus {
    background-color: rgba(203, 213, 225, 0.1);
}
.focus\:bg-bluegray-300\/100:focus {
    background-color: #cbd5e1;
}
.focus\:bg-bluegray-300\/15:focus {
    background-color: rgba(203, 213, 225, 0.15);
}
.focus\:bg-bluegray-300\/20:focus {
    background-color: rgba(203, 213, 225, 0.2);
}
.focus\:bg-bluegray-300\/25:focus {
    background-color: rgba(203, 213, 225, 0.25);
}
.focus\:bg-bluegray-300\/30:focus {
    background-color: rgba(203, 213, 225, 0.3);
}
.focus\:bg-bluegray-300\/35:focus {
    background-color: rgba(203, 213, 225, 0.35);
}
.focus\:bg-bluegray-300\/40:focus {
    background-color: rgba(203, 213, 225, 0.4);
}
.focus\:bg-bluegray-300\/45:focus {
    background-color: rgba(203, 213, 225, 0.45);
}
.focus\:bg-bluegray-300\/5:focus {
    background-color: rgba(203, 213, 225, 0.05);
}
.focus\:bg-bluegray-300\/50:focus {
    background-color: rgba(203, 213, 225, 0.5);
}
.focus\:bg-bluegray-300\/55:focus {
    background-color: rgba(203, 213, 225, 0.55);
}
.focus\:bg-bluegray-300\/60:focus {
    background-color: rgba(203, 213, 225, 0.6);
}
.focus\:bg-bluegray-300\/65:focus {
    background-color: rgba(203, 213, 225, 0.65);
}
.focus\:bg-bluegray-300\/70:focus {
    background-color: rgba(203, 213, 225, 0.7);
}
.focus\:bg-bluegray-300\/75:focus {
    background-color: rgba(203, 213, 225, 0.75);
}
.focus\:bg-bluegray-300\/80:focus {
    background-color: rgba(203, 213, 225, 0.8);
}
.focus\:bg-bluegray-300\/85:focus {
    background-color: rgba(203, 213, 225, 0.85);
}
.focus\:bg-bluegray-300\/90:focus {
    background-color: rgba(203, 213, 225, 0.9);
}
.focus\:bg-bluegray-300\/95:focus {
    background-color: rgba(203, 213, 225, 0.95);
}
.focus\:bg-bluegray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-400\/0:focus {
    background-color: rgba(148, 163, 184, 0);
}
.focus\:bg-bluegray-400\/10:focus {
    background-color: rgba(148, 163, 184, 0.1);
}
.focus\:bg-bluegray-400\/100:focus {
    background-color: #94a3b8;
}
.focus\:bg-bluegray-400\/15:focus {
    background-color: rgba(148, 163, 184, 0.15);
}
.focus\:bg-bluegray-400\/20:focus {
    background-color: rgba(148, 163, 184, 0.2);
}
.focus\:bg-bluegray-400\/25:focus {
    background-color: rgba(148, 163, 184, 0.25);
}
.focus\:bg-bluegray-400\/30:focus {
    background-color: rgba(148, 163, 184, 0.3);
}
.focus\:bg-bluegray-400\/35:focus {
    background-color: rgba(148, 163, 184, 0.35);
}
.focus\:bg-bluegray-400\/40:focus {
    background-color: rgba(148, 163, 184, 0.4);
}
.focus\:bg-bluegray-400\/45:focus {
    background-color: rgba(148, 163, 184, 0.45);
}
.focus\:bg-bluegray-400\/5:focus {
    background-color: rgba(148, 163, 184, 0.05);
}
.focus\:bg-bluegray-400\/50:focus {
    background-color: rgba(148, 163, 184, 0.5);
}
.focus\:bg-bluegray-400\/55:focus {
    background-color: rgba(148, 163, 184, 0.55);
}
.focus\:bg-bluegray-400\/60:focus {
    background-color: rgba(148, 163, 184, 0.6);
}
.focus\:bg-bluegray-400\/65:focus {
    background-color: rgba(148, 163, 184, 0.65);
}
.focus\:bg-bluegray-400\/70:focus {
    background-color: rgba(148, 163, 184, 0.7);
}
.focus\:bg-bluegray-400\/75:focus {
    background-color: rgba(148, 163, 184, 0.75);
}
.focus\:bg-bluegray-400\/80:focus {
    background-color: rgba(148, 163, 184, 0.8);
}
.focus\:bg-bluegray-400\/85:focus {
    background-color: rgba(148, 163, 184, 0.85);
}
.focus\:bg-bluegray-400\/90:focus {
    background-color: rgba(148, 163, 184, 0.9);
}
.focus\:bg-bluegray-400\/95:focus {
    background-color: rgba(148, 163, 184, 0.95);
}
.focus\:bg-bluegray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-50\/0:focus {
    background-color: rgba(248, 250, 252, 0);
}
.focus\:bg-bluegray-50\/10:focus {
    background-color: rgba(248, 250, 252, 0.1);
}
.focus\:bg-bluegray-50\/100:focus {
    background-color: #f8fafc;
}
.focus\:bg-bluegray-50\/15:focus {
    background-color: rgba(248, 250, 252, 0.15);
}
.focus\:bg-bluegray-50\/20:focus {
    background-color: rgba(248, 250, 252, 0.2);
}
.focus\:bg-bluegray-50\/25:focus {
    background-color: rgba(248, 250, 252, 0.25);
}
.focus\:bg-bluegray-50\/30:focus {
    background-color: rgba(248, 250, 252, 0.3);
}
.focus\:bg-bluegray-50\/35:focus {
    background-color: rgba(248, 250, 252, 0.35);
}
.focus\:bg-bluegray-50\/40:focus {
    background-color: rgba(248, 250, 252, 0.4);
}
.focus\:bg-bluegray-50\/45:focus {
    background-color: rgba(248, 250, 252, 0.45);
}
.focus\:bg-bluegray-50\/5:focus {
    background-color: rgba(248, 250, 252, 0.05);
}
.focus\:bg-bluegray-50\/50:focus {
    background-color: rgba(248, 250, 252, 0.5);
}
.focus\:bg-bluegray-50\/55:focus {
    background-color: rgba(248, 250, 252, 0.55);
}
.focus\:bg-bluegray-50\/60:focus {
    background-color: rgba(248, 250, 252, 0.6);
}
.focus\:bg-bluegray-50\/65:focus {
    background-color: rgba(248, 250, 252, 0.65);
}
.focus\:bg-bluegray-50\/70:focus {
    background-color: rgba(248, 250, 252, 0.7);
}
.focus\:bg-bluegray-50\/75:focus {
    background-color: rgba(248, 250, 252, 0.75);
}
.focus\:bg-bluegray-50\/80:focus {
    background-color: rgba(248, 250, 252, 0.8);
}
.focus\:bg-bluegray-50\/85:focus {
    background-color: rgba(248, 250, 252, 0.85);
}
.focus\:bg-bluegray-50\/90:focus {
    background-color: rgba(248, 250, 252, 0.9);
}
.focus\:bg-bluegray-50\/95:focus {
    background-color: rgba(248, 250, 252, 0.95);
}
.focus\:bg-bluegray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-500\/0:focus {
    background-color: rgba(100, 116, 139, 0);
}
.focus\:bg-bluegray-500\/10:focus {
    background-color: rgba(100, 116, 139, 0.1);
}
.focus\:bg-bluegray-500\/100:focus {
    background-color: #64748b;
}
.focus\:bg-bluegray-500\/15:focus {
    background-color: rgba(100, 116, 139, 0.15);
}
.focus\:bg-bluegray-500\/20:focus {
    background-color: rgba(100, 116, 139, 0.2);
}
.focus\:bg-bluegray-500\/25:focus {
    background-color: rgba(100, 116, 139, 0.25);
}
.focus\:bg-bluegray-500\/30:focus {
    background-color: rgba(100, 116, 139, 0.3);
}
.focus\:bg-bluegray-500\/35:focus {
    background-color: rgba(100, 116, 139, 0.35);
}
.focus\:bg-bluegray-500\/40:focus {
    background-color: rgba(100, 116, 139, 0.4);
}
.focus\:bg-bluegray-500\/45:focus {
    background-color: rgba(100, 116, 139, 0.45);
}
.focus\:bg-bluegray-500\/5:focus {
    background-color: rgba(100, 116, 139, 0.05);
}
.focus\:bg-bluegray-500\/50:focus {
    background-color: rgba(100, 116, 139, 0.5);
}
.focus\:bg-bluegray-500\/55:focus {
    background-color: rgba(100, 116, 139, 0.55);
}
.focus\:bg-bluegray-500\/60:focus {
    background-color: rgba(100, 116, 139, 0.6);
}
.focus\:bg-bluegray-500\/65:focus {
    background-color: rgba(100, 116, 139, 0.65);
}
.focus\:bg-bluegray-500\/70:focus {
    background-color: rgba(100, 116, 139, 0.7);
}
.focus\:bg-bluegray-500\/75:focus {
    background-color: rgba(100, 116, 139, 0.75);
}
.focus\:bg-bluegray-500\/80:focus {
    background-color: rgba(100, 116, 139, 0.8);
}
.focus\:bg-bluegray-500\/85:focus {
    background-color: rgba(100, 116, 139, 0.85);
}
.focus\:bg-bluegray-500\/90:focus {
    background-color: rgba(100, 116, 139, 0.9);
}
.focus\:bg-bluegray-500\/95:focus {
    background-color: rgba(100, 116, 139, 0.95);
}
.focus\:bg-bluegray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-600\/0:focus {
    background-color: rgba(71, 85, 105, 0);
}
.focus\:bg-bluegray-600\/10:focus {
    background-color: rgba(71, 85, 105, 0.1);
}
.focus\:bg-bluegray-600\/100:focus {
    background-color: #475569;
}
.focus\:bg-bluegray-600\/15:focus {
    background-color: rgba(71, 85, 105, 0.15);
}
.focus\:bg-bluegray-600\/20:focus {
    background-color: rgba(71, 85, 105, 0.2);
}
.focus\:bg-bluegray-600\/25:focus {
    background-color: rgba(71, 85, 105, 0.25);
}
.focus\:bg-bluegray-600\/30:focus {
    background-color: rgba(71, 85, 105, 0.3);
}
.focus\:bg-bluegray-600\/35:focus {
    background-color: rgba(71, 85, 105, 0.35);
}
.focus\:bg-bluegray-600\/40:focus {
    background-color: rgba(71, 85, 105, 0.4);
}
.focus\:bg-bluegray-600\/45:focus {
    background-color: rgba(71, 85, 105, 0.45);
}
.focus\:bg-bluegray-600\/5:focus {
    background-color: rgba(71, 85, 105, 0.05);
}
.focus\:bg-bluegray-600\/50:focus {
    background-color: rgba(71, 85, 105, 0.5);
}
.focus\:bg-bluegray-600\/55:focus {
    background-color: rgba(71, 85, 105, 0.55);
}
.focus\:bg-bluegray-600\/60:focus {
    background-color: rgba(71, 85, 105, 0.6);
}
.focus\:bg-bluegray-600\/65:focus {
    background-color: rgba(71, 85, 105, 0.65);
}
.focus\:bg-bluegray-600\/70:focus {
    background-color: rgba(71, 85, 105, 0.7);
}
.focus\:bg-bluegray-600\/75:focus {
    background-color: rgba(71, 85, 105, 0.75);
}
.focus\:bg-bluegray-600\/80:focus {
    background-color: rgba(71, 85, 105, 0.8);
}
.focus\:bg-bluegray-600\/85:focus {
    background-color: rgba(71, 85, 105, 0.85);
}
.focus\:bg-bluegray-600\/90:focus {
    background-color: rgba(71, 85, 105, 0.9);
}
.focus\:bg-bluegray-600\/95:focus {
    background-color: rgba(71, 85, 105, 0.95);
}
.focus\:bg-bluegray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-700\/0:focus {
    background-color: rgba(51, 65, 85, 0);
}
.focus\:bg-bluegray-700\/10:focus {
    background-color: rgba(51, 65, 85, 0.1);
}
.focus\:bg-bluegray-700\/100:focus {
    background-color: #334155;
}
.focus\:bg-bluegray-700\/15:focus {
    background-color: rgba(51, 65, 85, 0.15);
}
.focus\:bg-bluegray-700\/20:focus {
    background-color: rgba(51, 65, 85, 0.2);
}
.focus\:bg-bluegray-700\/25:focus {
    background-color: rgba(51, 65, 85, 0.25);
}
.focus\:bg-bluegray-700\/30:focus {
    background-color: rgba(51, 65, 85, 0.3);
}
.focus\:bg-bluegray-700\/35:focus {
    background-color: rgba(51, 65, 85, 0.35);
}
.focus\:bg-bluegray-700\/40:focus {
    background-color: rgba(51, 65, 85, 0.4);
}
.focus\:bg-bluegray-700\/45:focus {
    background-color: rgba(51, 65, 85, 0.45);
}
.focus\:bg-bluegray-700\/5:focus {
    background-color: rgba(51, 65, 85, 0.05);
}
.focus\:bg-bluegray-700\/50:focus {
    background-color: rgba(51, 65, 85, 0.5);
}
.focus\:bg-bluegray-700\/55:focus {
    background-color: rgba(51, 65, 85, 0.55);
}
.focus\:bg-bluegray-700\/60:focus {
    background-color: rgba(51, 65, 85, 0.6);
}
.focus\:bg-bluegray-700\/65:focus {
    background-color: rgba(51, 65, 85, 0.65);
}
.focus\:bg-bluegray-700\/70:focus {
    background-color: rgba(51, 65, 85, 0.7);
}
.focus\:bg-bluegray-700\/75:focus {
    background-color: rgba(51, 65, 85, 0.75);
}
.focus\:bg-bluegray-700\/80:focus {
    background-color: rgba(51, 65, 85, 0.8);
}
.focus\:bg-bluegray-700\/85:focus {
    background-color: rgba(51, 65, 85, 0.85);
}
.focus\:bg-bluegray-700\/90:focus {
    background-color: rgba(51, 65, 85, 0.9);
}
.focus\:bg-bluegray-700\/95:focus {
    background-color: rgba(51, 65, 85, 0.95);
}
.focus\:bg-bluegray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-800\/0:focus {
    background-color: rgba(30, 41, 59, 0);
}
.focus\:bg-bluegray-800\/10:focus {
    background-color: rgba(30, 41, 59, 0.1);
}
.focus\:bg-bluegray-800\/100:focus {
    background-color: #1e293b;
}
.focus\:bg-bluegray-800\/15:focus {
    background-color: rgba(30, 41, 59, 0.15);
}
.focus\:bg-bluegray-800\/20:focus {
    background-color: rgba(30, 41, 59, 0.2);
}
.focus\:bg-bluegray-800\/25:focus {
    background-color: rgba(30, 41, 59, 0.25);
}
.focus\:bg-bluegray-800\/30:focus {
    background-color: rgba(30, 41, 59, 0.3);
}
.focus\:bg-bluegray-800\/35:focus {
    background-color: rgba(30, 41, 59, 0.35);
}
.focus\:bg-bluegray-800\/40:focus {
    background-color: rgba(30, 41, 59, 0.4);
}
.focus\:bg-bluegray-800\/45:focus {
    background-color: rgba(30, 41, 59, 0.45);
}
.focus\:bg-bluegray-800\/5:focus {
    background-color: rgba(30, 41, 59, 0.05);
}
.focus\:bg-bluegray-800\/50:focus {
    background-color: rgba(30, 41, 59, 0.5);
}
.focus\:bg-bluegray-800\/55:focus {
    background-color: rgba(30, 41, 59, 0.55);
}
.focus\:bg-bluegray-800\/60:focus {
    background-color: rgba(30, 41, 59, 0.6);
}
.focus\:bg-bluegray-800\/65:focus {
    background-color: rgba(30, 41, 59, 0.65);
}
.focus\:bg-bluegray-800\/70:focus {
    background-color: rgba(30, 41, 59, 0.7);
}
.focus\:bg-bluegray-800\/75:focus {
    background-color: rgba(30, 41, 59, 0.75);
}
.focus\:bg-bluegray-800\/80:focus {
    background-color: rgba(30, 41, 59, 0.8);
}
.focus\:bg-bluegray-800\/85:focus {
    background-color: rgba(30, 41, 59, 0.85);
}
.focus\:bg-bluegray-800\/90:focus {
    background-color: rgba(30, 41, 59, 0.9);
}
.focus\:bg-bluegray-800\/95:focus {
    background-color: rgba(30, 41, 59, 0.95);
}
.focus\:bg-bluegray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.focus\:bg-bluegray-900\/0:focus {
    background-color: rgba(15, 23, 42, 0);
}
.focus\:bg-bluegray-900\/10:focus {
    background-color: rgba(15, 23, 42, 0.1);
}
.focus\:bg-bluegray-900\/100:focus {
    background-color: #0f172a;
}
.focus\:bg-bluegray-900\/15:focus {
    background-color: rgba(15, 23, 42, 0.15);
}
.focus\:bg-bluegray-900\/20:focus {
    background-color: rgba(15, 23, 42, 0.2);
}
.focus\:bg-bluegray-900\/25:focus {
    background-color: rgba(15, 23, 42, 0.25);
}
.focus\:bg-bluegray-900\/30:focus {
    background-color: rgba(15, 23, 42, 0.3);
}
.focus\:bg-bluegray-900\/35:focus {
    background-color: rgba(15, 23, 42, 0.35);
}
.focus\:bg-bluegray-900\/40:focus {
    background-color: rgba(15, 23, 42, 0.4);
}
.focus\:bg-bluegray-900\/45:focus {
    background-color: rgba(15, 23, 42, 0.45);
}
.focus\:bg-bluegray-900\/5:focus {
    background-color: rgba(15, 23, 42, 0.05);
}
.focus\:bg-bluegray-900\/50:focus {
    background-color: rgba(15, 23, 42, 0.5);
}
.focus\:bg-bluegray-900\/55:focus {
    background-color: rgba(15, 23, 42, 0.55);
}
.focus\:bg-bluegray-900\/60:focus {
    background-color: rgba(15, 23, 42, 0.6);
}
.focus\:bg-bluegray-900\/65:focus {
    background-color: rgba(15, 23, 42, 0.65);
}
.focus\:bg-bluegray-900\/70:focus {
    background-color: rgba(15, 23, 42, 0.7);
}
.focus\:bg-bluegray-900\/75:focus {
    background-color: rgba(15, 23, 42, 0.75);
}
.focus\:bg-bluegray-900\/80:focus {
    background-color: rgba(15, 23, 42, 0.8);
}
.focus\:bg-bluegray-900\/85:focus {
    background-color: rgba(15, 23, 42, 0.85);
}
.focus\:bg-bluegray-900\/90:focus {
    background-color: rgba(15, 23, 42, 0.9);
}
.focus\:bg-bluegray-900\/95:focus {
    background-color: rgba(15, 23, 42, 0.95);
}
.focus\:bg-coolgray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-100\/0:focus {
    background-color: rgba(243, 244, 246, 0);
}
.focus\:bg-coolgray-100\/10:focus {
    background-color: rgba(243, 244, 246, 0.1);
}
.focus\:bg-coolgray-100\/100:focus {
    background-color: #f3f4f6;
}
.focus\:bg-coolgray-100\/15:focus {
    background-color: rgba(243, 244, 246, 0.15);
}
.focus\:bg-coolgray-100\/20:focus {
    background-color: rgba(243, 244, 246, 0.2);
}
.focus\:bg-coolgray-100\/25:focus {
    background-color: rgba(243, 244, 246, 0.25);
}
.focus\:bg-coolgray-100\/30:focus {
    background-color: rgba(243, 244, 246, 0.3);
}
.focus\:bg-coolgray-100\/35:focus {
    background-color: rgba(243, 244, 246, 0.35);
}
.focus\:bg-coolgray-100\/40:focus {
    background-color: rgba(243, 244, 246, 0.4);
}
.focus\:bg-coolgray-100\/45:focus {
    background-color: rgba(243, 244, 246, 0.45);
}
.focus\:bg-coolgray-100\/5:focus {
    background-color: rgba(243, 244, 246, 0.05);
}
.focus\:bg-coolgray-100\/50:focus {
    background-color: rgba(243, 244, 246, 0.5);
}
.focus\:bg-coolgray-100\/55:focus {
    background-color: rgba(243, 244, 246, 0.55);
}
.focus\:bg-coolgray-100\/60:focus {
    background-color: rgba(243, 244, 246, 0.6);
}
.focus\:bg-coolgray-100\/65:focus {
    background-color: rgba(243, 244, 246, 0.65);
}
.focus\:bg-coolgray-100\/70:focus {
    background-color: rgba(243, 244, 246, 0.7);
}
.focus\:bg-coolgray-100\/75:focus {
    background-color: rgba(243, 244, 246, 0.75);
}
.focus\:bg-coolgray-100\/80:focus {
    background-color: rgba(243, 244, 246, 0.8);
}
.focus\:bg-coolgray-100\/85:focus {
    background-color: rgba(243, 244, 246, 0.85);
}
.focus\:bg-coolgray-100\/90:focus {
    background-color: rgba(243, 244, 246, 0.9);
}
.focus\:bg-coolgray-100\/95:focus {
    background-color: rgba(243, 244, 246, 0.95);
}
.focus\:bg-coolgray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-200\/0:focus {
    background-color: rgba(229, 231, 235, 0);
}
.focus\:bg-coolgray-200\/10:focus {
    background-color: rgba(229, 231, 235, 0.1);
}
.focus\:bg-coolgray-200\/100:focus {
    background-color: #e5e7eb;
}
.focus\:bg-coolgray-200\/15:focus {
    background-color: rgba(229, 231, 235, 0.15);
}
.focus\:bg-coolgray-200\/20:focus {
    background-color: rgba(229, 231, 235, 0.2);
}
.focus\:bg-coolgray-200\/25:focus {
    background-color: rgba(229, 231, 235, 0.25);
}
.focus\:bg-coolgray-200\/30:focus {
    background-color: rgba(229, 231, 235, 0.3);
}
.focus\:bg-coolgray-200\/35:focus {
    background-color: rgba(229, 231, 235, 0.35);
}
.focus\:bg-coolgray-200\/40:focus {
    background-color: rgba(229, 231, 235, 0.4);
}
.focus\:bg-coolgray-200\/45:focus {
    background-color: rgba(229, 231, 235, 0.45);
}
.focus\:bg-coolgray-200\/5:focus {
    background-color: rgba(229, 231, 235, 0.05);
}
.focus\:bg-coolgray-200\/50:focus {
    background-color: rgba(229, 231, 235, 0.5);
}
.focus\:bg-coolgray-200\/55:focus {
    background-color: rgba(229, 231, 235, 0.55);
}
.focus\:bg-coolgray-200\/60:focus {
    background-color: rgba(229, 231, 235, 0.6);
}
.focus\:bg-coolgray-200\/65:focus {
    background-color: rgba(229, 231, 235, 0.65);
}
.focus\:bg-coolgray-200\/70:focus {
    background-color: rgba(229, 231, 235, 0.7);
}
.focus\:bg-coolgray-200\/75:focus {
    background-color: rgba(229, 231, 235, 0.75);
}
.focus\:bg-coolgray-200\/80:focus {
    background-color: rgba(229, 231, 235, 0.8);
}
.focus\:bg-coolgray-200\/85:focus {
    background-color: rgba(229, 231, 235, 0.85);
}
.focus\:bg-coolgray-200\/90:focus {
    background-color: rgba(229, 231, 235, 0.9);
}
.focus\:bg-coolgray-200\/95:focus {
    background-color: rgba(229, 231, 235, 0.95);
}
.focus\:bg-coolgray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-300\/0:focus {
    background-color: rgba(209, 213, 219, 0);
}
.focus\:bg-coolgray-300\/10:focus {
    background-color: rgba(209, 213, 219, 0.1);
}
.focus\:bg-coolgray-300\/100:focus {
    background-color: #d1d5db;
}
.focus\:bg-coolgray-300\/15:focus {
    background-color: rgba(209, 213, 219, 0.15);
}
.focus\:bg-coolgray-300\/20:focus {
    background-color: rgba(209, 213, 219, 0.2);
}
.focus\:bg-coolgray-300\/25:focus {
    background-color: rgba(209, 213, 219, 0.25);
}
.focus\:bg-coolgray-300\/30:focus {
    background-color: rgba(209, 213, 219, 0.3);
}
.focus\:bg-coolgray-300\/35:focus {
    background-color: rgba(209, 213, 219, 0.35);
}
.focus\:bg-coolgray-300\/40:focus {
    background-color: rgba(209, 213, 219, 0.4);
}
.focus\:bg-coolgray-300\/45:focus {
    background-color: rgba(209, 213, 219, 0.45);
}
.focus\:bg-coolgray-300\/5:focus {
    background-color: rgba(209, 213, 219, 0.05);
}
.focus\:bg-coolgray-300\/50:focus {
    background-color: rgba(209, 213, 219, 0.5);
}
.focus\:bg-coolgray-300\/55:focus {
    background-color: rgba(209, 213, 219, 0.55);
}
.focus\:bg-coolgray-300\/60:focus {
    background-color: rgba(209, 213, 219, 0.6);
}
.focus\:bg-coolgray-300\/65:focus {
    background-color: rgba(209, 213, 219, 0.65);
}
.focus\:bg-coolgray-300\/70:focus {
    background-color: rgba(209, 213, 219, 0.7);
}
.focus\:bg-coolgray-300\/75:focus {
    background-color: rgba(209, 213, 219, 0.75);
}
.focus\:bg-coolgray-300\/80:focus {
    background-color: rgba(209, 213, 219, 0.8);
}
.focus\:bg-coolgray-300\/85:focus {
    background-color: rgba(209, 213, 219, 0.85);
}
.focus\:bg-coolgray-300\/90:focus {
    background-color: rgba(209, 213, 219, 0.9);
}
.focus\:bg-coolgray-300\/95:focus {
    background-color: rgba(209, 213, 219, 0.95);
}
.focus\:bg-coolgray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-400\/0:focus {
    background-color: rgba(156, 163, 175, 0);
}
.focus\:bg-coolgray-400\/10:focus {
    background-color: rgba(156, 163, 175, 0.1);
}
.focus\:bg-coolgray-400\/100:focus {
    background-color: #9ca3af;
}
.focus\:bg-coolgray-400\/15:focus {
    background-color: rgba(156, 163, 175, 0.15);
}
.focus\:bg-coolgray-400\/20:focus {
    background-color: rgba(156, 163, 175, 0.2);
}
.focus\:bg-coolgray-400\/25:focus {
    background-color: rgba(156, 163, 175, 0.25);
}
.focus\:bg-coolgray-400\/30:focus {
    background-color: rgba(156, 163, 175, 0.3);
}
.focus\:bg-coolgray-400\/35:focus {
    background-color: rgba(156, 163, 175, 0.35);
}
.focus\:bg-coolgray-400\/40:focus {
    background-color: rgba(156, 163, 175, 0.4);
}
.focus\:bg-coolgray-400\/45:focus {
    background-color: rgba(156, 163, 175, 0.45);
}
.focus\:bg-coolgray-400\/5:focus {
    background-color: rgba(156, 163, 175, 0.05);
}
.focus\:bg-coolgray-400\/50:focus {
    background-color: rgba(156, 163, 175, 0.5);
}
.focus\:bg-coolgray-400\/55:focus {
    background-color: rgba(156, 163, 175, 0.55);
}
.focus\:bg-coolgray-400\/60:focus {
    background-color: rgba(156, 163, 175, 0.6);
}
.focus\:bg-coolgray-400\/65:focus {
    background-color: rgba(156, 163, 175, 0.65);
}
.focus\:bg-coolgray-400\/70:focus {
    background-color: rgba(156, 163, 175, 0.7);
}
.focus\:bg-coolgray-400\/75:focus {
    background-color: rgba(156, 163, 175, 0.75);
}
.focus\:bg-coolgray-400\/80:focus {
    background-color: rgba(156, 163, 175, 0.8);
}
.focus\:bg-coolgray-400\/85:focus {
    background-color: rgba(156, 163, 175, 0.85);
}
.focus\:bg-coolgray-400\/90:focus {
    background-color: rgba(156, 163, 175, 0.9);
}
.focus\:bg-coolgray-400\/95:focus {
    background-color: rgba(156, 163, 175, 0.95);
}
.focus\:bg-coolgray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-50\/0:focus {
    background-color: rgba(249, 250, 251, 0);
}
.focus\:bg-coolgray-50\/10:focus {
    background-color: rgba(249, 250, 251, 0.1);
}
.focus\:bg-coolgray-50\/100:focus {
    background-color: #f9fafb;
}
.focus\:bg-coolgray-50\/15:focus {
    background-color: rgba(249, 250, 251, 0.15);
}
.focus\:bg-coolgray-50\/20:focus {
    background-color: rgba(249, 250, 251, 0.2);
}
.focus\:bg-coolgray-50\/25:focus {
    background-color: rgba(249, 250, 251, 0.25);
}
.focus\:bg-coolgray-50\/30:focus {
    background-color: rgba(249, 250, 251, 0.3);
}
.focus\:bg-coolgray-50\/35:focus {
    background-color: rgba(249, 250, 251, 0.35);
}
.focus\:bg-coolgray-50\/40:focus {
    background-color: rgba(249, 250, 251, 0.4);
}
.focus\:bg-coolgray-50\/45:focus {
    background-color: rgba(249, 250, 251, 0.45);
}
.focus\:bg-coolgray-50\/5:focus {
    background-color: rgba(249, 250, 251, 0.05);
}
.focus\:bg-coolgray-50\/50:focus {
    background-color: rgba(249, 250, 251, 0.5);
}
.focus\:bg-coolgray-50\/55:focus {
    background-color: rgba(249, 250, 251, 0.55);
}
.focus\:bg-coolgray-50\/60:focus {
    background-color: rgba(249, 250, 251, 0.6);
}
.focus\:bg-coolgray-50\/65:focus {
    background-color: rgba(249, 250, 251, 0.65);
}
.focus\:bg-coolgray-50\/70:focus {
    background-color: rgba(249, 250, 251, 0.7);
}
.focus\:bg-coolgray-50\/75:focus {
    background-color: rgba(249, 250, 251, 0.75);
}
.focus\:bg-coolgray-50\/80:focus {
    background-color: rgba(249, 250, 251, 0.8);
}
.focus\:bg-coolgray-50\/85:focus {
    background-color: rgba(249, 250, 251, 0.85);
}
.focus\:bg-coolgray-50\/90:focus {
    background-color: rgba(249, 250, 251, 0.9);
}
.focus\:bg-coolgray-50\/95:focus {
    background-color: rgba(249, 250, 251, 0.95);
}
.focus\:bg-coolgray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-500\/0:focus {
    background-color: hsla(220, 9%, 46%, 0);
}
.focus\:bg-coolgray-500\/10:focus {
    background-color: hsla(220, 9%, 46%, 0.1);
}
.focus\:bg-coolgray-500\/100:focus {
    background-color: #6b7280;
}
.focus\:bg-coolgray-500\/15:focus {
    background-color: hsla(220, 9%, 46%, 0.15);
}
.focus\:bg-coolgray-500\/20:focus {
    background-color: hsla(220, 9%, 46%, 0.2);
}
.focus\:bg-coolgray-500\/25:focus {
    background-color: hsla(220, 9%, 46%, 0.25);
}
.focus\:bg-coolgray-500\/30:focus {
    background-color: hsla(220, 9%, 46%, 0.3);
}
.focus\:bg-coolgray-500\/35:focus {
    background-color: hsla(220, 9%, 46%, 0.35);
}
.focus\:bg-coolgray-500\/40:focus {
    background-color: hsla(220, 9%, 46%, 0.4);
}
.focus\:bg-coolgray-500\/45:focus {
    background-color: hsla(220, 9%, 46%, 0.45);
}
.focus\:bg-coolgray-500\/5:focus {
    background-color: hsla(220, 9%, 46%, 0.05);
}
.focus\:bg-coolgray-500\/50:focus {
    background-color: hsla(220, 9%, 46%, 0.5);
}
.focus\:bg-coolgray-500\/55:focus {
    background-color: hsla(220, 9%, 46%, 0.55);
}
.focus\:bg-coolgray-500\/60:focus {
    background-color: hsla(220, 9%, 46%, 0.6);
}
.focus\:bg-coolgray-500\/65:focus {
    background-color: hsla(220, 9%, 46%, 0.65);
}
.focus\:bg-coolgray-500\/70:focus {
    background-color: hsla(220, 9%, 46%, 0.7);
}
.focus\:bg-coolgray-500\/75:focus {
    background-color: hsla(220, 9%, 46%, 0.75);
}
.focus\:bg-coolgray-500\/80:focus {
    background-color: hsla(220, 9%, 46%, 0.8);
}
.focus\:bg-coolgray-500\/85:focus {
    background-color: hsla(220, 9%, 46%, 0.85);
}
.focus\:bg-coolgray-500\/90:focus {
    background-color: hsla(220, 9%, 46%, 0.9);
}
.focus\:bg-coolgray-500\/95:focus {
    background-color: hsla(220, 9%, 46%, 0.95);
}
.focus\:bg-coolgray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-600\/0:focus {
    background-color: rgba(75, 85, 99, 0);
}
.focus\:bg-coolgray-600\/10:focus {
    background-color: rgba(75, 85, 99, 0.1);
}
.focus\:bg-coolgray-600\/100:focus {
    background-color: #4b5563;
}
.focus\:bg-coolgray-600\/15:focus {
    background-color: rgba(75, 85, 99, 0.15);
}
.focus\:bg-coolgray-600\/20:focus {
    background-color: rgba(75, 85, 99, 0.2);
}
.focus\:bg-coolgray-600\/25:focus {
    background-color: rgba(75, 85, 99, 0.25);
}
.focus\:bg-coolgray-600\/30:focus {
    background-color: rgba(75, 85, 99, 0.3);
}
.focus\:bg-coolgray-600\/35:focus {
    background-color: rgba(75, 85, 99, 0.35);
}
.focus\:bg-coolgray-600\/40:focus {
    background-color: rgba(75, 85, 99, 0.4);
}
.focus\:bg-coolgray-600\/45:focus {
    background-color: rgba(75, 85, 99, 0.45);
}
.focus\:bg-coolgray-600\/5:focus {
    background-color: rgba(75, 85, 99, 0.05);
}
.focus\:bg-coolgray-600\/50:focus {
    background-color: rgba(75, 85, 99, 0.5);
}
.focus\:bg-coolgray-600\/55:focus {
    background-color: rgba(75, 85, 99, 0.55);
}
.focus\:bg-coolgray-600\/60:focus {
    background-color: rgba(75, 85, 99, 0.6);
}
.focus\:bg-coolgray-600\/65:focus {
    background-color: rgba(75, 85, 99, 0.65);
}
.focus\:bg-coolgray-600\/70:focus {
    background-color: rgba(75, 85, 99, 0.7);
}
.focus\:bg-coolgray-600\/75:focus {
    background-color: rgba(75, 85, 99, 0.75);
}
.focus\:bg-coolgray-600\/80:focus {
    background-color: rgba(75, 85, 99, 0.8);
}
.focus\:bg-coolgray-600\/85:focus {
    background-color: rgba(75, 85, 99, 0.85);
}
.focus\:bg-coolgray-600\/90:focus {
    background-color: rgba(75, 85, 99, 0.9);
}
.focus\:bg-coolgray-600\/95:focus {
    background-color: rgba(75, 85, 99, 0.95);
}
.focus\:bg-coolgray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-700\/0:focus {
    background-color: rgba(55, 65, 81, 0);
}
.focus\:bg-coolgray-700\/10:focus {
    background-color: rgba(55, 65, 81, 0.1);
}
.focus\:bg-coolgray-700\/100:focus {
    background-color: #374151;
}
.focus\:bg-coolgray-700\/15:focus {
    background-color: rgba(55, 65, 81, 0.15);
}
.focus\:bg-coolgray-700\/20:focus {
    background-color: rgba(55, 65, 81, 0.2);
}
.focus\:bg-coolgray-700\/25:focus {
    background-color: rgba(55, 65, 81, 0.25);
}
.focus\:bg-coolgray-700\/30:focus {
    background-color: rgba(55, 65, 81, 0.3);
}
.focus\:bg-coolgray-700\/35:focus {
    background-color: rgba(55, 65, 81, 0.35);
}
.focus\:bg-coolgray-700\/40:focus {
    background-color: rgba(55, 65, 81, 0.4);
}
.focus\:bg-coolgray-700\/45:focus {
    background-color: rgba(55, 65, 81, 0.45);
}
.focus\:bg-coolgray-700\/5:focus {
    background-color: rgba(55, 65, 81, 0.05);
}
.focus\:bg-coolgray-700\/50:focus {
    background-color: rgba(55, 65, 81, 0.5);
}
.focus\:bg-coolgray-700\/55:focus {
    background-color: rgba(55, 65, 81, 0.55);
}
.focus\:bg-coolgray-700\/60:focus {
    background-color: rgba(55, 65, 81, 0.6);
}
.focus\:bg-coolgray-700\/65:focus {
    background-color: rgba(55, 65, 81, 0.65);
}
.focus\:bg-coolgray-700\/70:focus {
    background-color: rgba(55, 65, 81, 0.7);
}
.focus\:bg-coolgray-700\/75:focus {
    background-color: rgba(55, 65, 81, 0.75);
}
.focus\:bg-coolgray-700\/80:focus {
    background-color: rgba(55, 65, 81, 0.8);
}
.focus\:bg-coolgray-700\/85:focus {
    background-color: rgba(55, 65, 81, 0.85);
}
.focus\:bg-coolgray-700\/90:focus {
    background-color: rgba(55, 65, 81, 0.9);
}
.focus\:bg-coolgray-700\/95:focus {
    background-color: rgba(55, 65, 81, 0.95);
}
.focus\:bg-coolgray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-800\/0:focus {
    background-color: rgba(31, 41, 55, 0);
}
.focus\:bg-coolgray-800\/10:focus {
    background-color: rgba(31, 41, 55, 0.1);
}
.focus\:bg-coolgray-800\/100:focus {
    background-color: #1f2937;
}
.focus\:bg-coolgray-800\/15:focus {
    background-color: rgba(31, 41, 55, 0.15);
}
.focus\:bg-coolgray-800\/20:focus {
    background-color: rgba(31, 41, 55, 0.2);
}
.focus\:bg-coolgray-800\/25:focus {
    background-color: rgba(31, 41, 55, 0.25);
}
.focus\:bg-coolgray-800\/30:focus {
    background-color: rgba(31, 41, 55, 0.3);
}
.focus\:bg-coolgray-800\/35:focus {
    background-color: rgba(31, 41, 55, 0.35);
}
.focus\:bg-coolgray-800\/40:focus {
    background-color: rgba(31, 41, 55, 0.4);
}
.focus\:bg-coolgray-800\/45:focus {
    background-color: rgba(31, 41, 55, 0.45);
}
.focus\:bg-coolgray-800\/5:focus {
    background-color: rgba(31, 41, 55, 0.05);
}
.focus\:bg-coolgray-800\/50:focus {
    background-color: rgba(31, 41, 55, 0.5);
}
.focus\:bg-coolgray-800\/55:focus {
    background-color: rgba(31, 41, 55, 0.55);
}
.focus\:bg-coolgray-800\/60:focus {
    background-color: rgba(31, 41, 55, 0.6);
}
.focus\:bg-coolgray-800\/65:focus {
    background-color: rgba(31, 41, 55, 0.65);
}
.focus\:bg-coolgray-800\/70:focus {
    background-color: rgba(31, 41, 55, 0.7);
}
.focus\:bg-coolgray-800\/75:focus {
    background-color: rgba(31, 41, 55, 0.75);
}
.focus\:bg-coolgray-800\/80:focus {
    background-color: rgba(31, 41, 55, 0.8);
}
.focus\:bg-coolgray-800\/85:focus {
    background-color: rgba(31, 41, 55, 0.85);
}
.focus\:bg-coolgray-800\/90:focus {
    background-color: rgba(31, 41, 55, 0.9);
}
.focus\:bg-coolgray-800\/95:focus {
    background-color: rgba(31, 41, 55, 0.95);
}
.focus\:bg-coolgray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.focus\:bg-coolgray-900\/0:focus {
    background-color: rgba(17, 24, 39, 0);
}
.focus\:bg-coolgray-900\/10:focus {
    background-color: rgba(17, 24, 39, 0.1);
}
.focus\:bg-coolgray-900\/100:focus {
    background-color: #111827;
}
.focus\:bg-coolgray-900\/15:focus {
    background-color: rgba(17, 24, 39, 0.15);
}
.focus\:bg-coolgray-900\/20:focus {
    background-color: rgba(17, 24, 39, 0.2);
}
.focus\:bg-coolgray-900\/25:focus {
    background-color: rgba(17, 24, 39, 0.25);
}
.focus\:bg-coolgray-900\/30:focus {
    background-color: rgba(17, 24, 39, 0.3);
}
.focus\:bg-coolgray-900\/35:focus {
    background-color: rgba(17, 24, 39, 0.35);
}
.focus\:bg-coolgray-900\/40:focus {
    background-color: rgba(17, 24, 39, 0.4);
}
.focus\:bg-coolgray-900\/45:focus {
    background-color: rgba(17, 24, 39, 0.45);
}
.focus\:bg-coolgray-900\/5:focus {
    background-color: rgba(17, 24, 39, 0.05);
}
.focus\:bg-coolgray-900\/50:focus {
    background-color: rgba(17, 24, 39, 0.5);
}
.focus\:bg-coolgray-900\/55:focus {
    background-color: rgba(17, 24, 39, 0.55);
}
.focus\:bg-coolgray-900\/60:focus {
    background-color: rgba(17, 24, 39, 0.6);
}
.focus\:bg-coolgray-900\/65:focus {
    background-color: rgba(17, 24, 39, 0.65);
}
.focus\:bg-coolgray-900\/70:focus {
    background-color: rgba(17, 24, 39, 0.7);
}
.focus\:bg-coolgray-900\/75:focus {
    background-color: rgba(17, 24, 39, 0.75);
}
.focus\:bg-coolgray-900\/80:focus {
    background-color: rgba(17, 24, 39, 0.8);
}
.focus\:bg-coolgray-900\/85:focus {
    background-color: rgba(17, 24, 39, 0.85);
}
.focus\:bg-coolgray-900\/90:focus {
    background-color: rgba(17, 24, 39, 0.9);
}
.focus\:bg-coolgray-900\/95:focus {
    background-color: rgba(17, 24, 39, 0.95);
}
.focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-100\/0:focus {
    background-color: rgba(207, 250, 254, 0);
}
.focus\:bg-cyan-100\/10:focus {
    background-color: rgba(207, 250, 254, 0.1);
}
.focus\:bg-cyan-100\/100:focus {
    background-color: #cffafe;
}
.focus\:bg-cyan-100\/15:focus {
    background-color: rgba(207, 250, 254, 0.15);
}
.focus\:bg-cyan-100\/20:focus {
    background-color: rgba(207, 250, 254, 0.2);
}
.focus\:bg-cyan-100\/25:focus {
    background-color: rgba(207, 250, 254, 0.25);
}
.focus\:bg-cyan-100\/30:focus {
    background-color: rgba(207, 250, 254, 0.3);
}
.focus\:bg-cyan-100\/35:focus {
    background-color: rgba(207, 250, 254, 0.35);
}
.focus\:bg-cyan-100\/40:focus {
    background-color: rgba(207, 250, 254, 0.4);
}
.focus\:bg-cyan-100\/45:focus {
    background-color: rgba(207, 250, 254, 0.45);
}
.focus\:bg-cyan-100\/5:focus {
    background-color: rgba(207, 250, 254, 0.05);
}
.focus\:bg-cyan-100\/50:focus {
    background-color: rgba(207, 250, 254, 0.5);
}
.focus\:bg-cyan-100\/55:focus {
    background-color: rgba(207, 250, 254, 0.55);
}
.focus\:bg-cyan-100\/60:focus {
    background-color: rgba(207, 250, 254, 0.6);
}
.focus\:bg-cyan-100\/65:focus {
    background-color: rgba(207, 250, 254, 0.65);
}
.focus\:bg-cyan-100\/70:focus {
    background-color: rgba(207, 250, 254, 0.7);
}
.focus\:bg-cyan-100\/75:focus {
    background-color: rgba(207, 250, 254, 0.75);
}
.focus\:bg-cyan-100\/80:focus {
    background-color: rgba(207, 250, 254, 0.8);
}
.focus\:bg-cyan-100\/85:focus {
    background-color: rgba(207, 250, 254, 0.85);
}
.focus\:bg-cyan-100\/90:focus {
    background-color: rgba(207, 250, 254, 0.9);
}
.focus\:bg-cyan-100\/95:focus {
    background-color: rgba(207, 250, 254, 0.95);
}
.focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-200\/0:focus {
    background-color: rgba(165, 243, 252, 0);
}
.focus\:bg-cyan-200\/10:focus {
    background-color: rgba(165, 243, 252, 0.1);
}
.focus\:bg-cyan-200\/100:focus {
    background-color: #a5f3fc;
}
.focus\:bg-cyan-200\/15:focus {
    background-color: rgba(165, 243, 252, 0.15);
}
.focus\:bg-cyan-200\/20:focus {
    background-color: rgba(165, 243, 252, 0.2);
}
.focus\:bg-cyan-200\/25:focus {
    background-color: rgba(165, 243, 252, 0.25);
}
.focus\:bg-cyan-200\/30:focus {
    background-color: rgba(165, 243, 252, 0.3);
}
.focus\:bg-cyan-200\/35:focus {
    background-color: rgba(165, 243, 252, 0.35);
}
.focus\:bg-cyan-200\/40:focus {
    background-color: rgba(165, 243, 252, 0.4);
}
.focus\:bg-cyan-200\/45:focus {
    background-color: rgba(165, 243, 252, 0.45);
}
.focus\:bg-cyan-200\/5:focus {
    background-color: rgba(165, 243, 252, 0.05);
}
.focus\:bg-cyan-200\/50:focus {
    background-color: rgba(165, 243, 252, 0.5);
}
.focus\:bg-cyan-200\/55:focus {
    background-color: rgba(165, 243, 252, 0.55);
}
.focus\:bg-cyan-200\/60:focus {
    background-color: rgba(165, 243, 252, 0.6);
}
.focus\:bg-cyan-200\/65:focus {
    background-color: rgba(165, 243, 252, 0.65);
}
.focus\:bg-cyan-200\/70:focus {
    background-color: rgba(165, 243, 252, 0.7);
}
.focus\:bg-cyan-200\/75:focus {
    background-color: rgba(165, 243, 252, 0.75);
}
.focus\:bg-cyan-200\/80:focus {
    background-color: rgba(165, 243, 252, 0.8);
}
.focus\:bg-cyan-200\/85:focus {
    background-color: rgba(165, 243, 252, 0.85);
}
.focus\:bg-cyan-200\/90:focus {
    background-color: rgba(165, 243, 252, 0.9);
}
.focus\:bg-cyan-200\/95:focus {
    background-color: rgba(165, 243, 252, 0.95);
}
.focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-300\/0:focus {
    background-color: rgba(103, 232, 249, 0);
}
.focus\:bg-cyan-300\/10:focus {
    background-color: rgba(103, 232, 249, 0.1);
}
.focus\:bg-cyan-300\/100:focus {
    background-color: #67e8f9;
}
.focus\:bg-cyan-300\/15:focus {
    background-color: rgba(103, 232, 249, 0.15);
}
.focus\:bg-cyan-300\/20:focus {
    background-color: rgba(103, 232, 249, 0.2);
}
.focus\:bg-cyan-300\/25:focus {
    background-color: rgba(103, 232, 249, 0.25);
}
.focus\:bg-cyan-300\/30:focus {
    background-color: rgba(103, 232, 249, 0.3);
}
.focus\:bg-cyan-300\/35:focus {
    background-color: rgba(103, 232, 249, 0.35);
}
.focus\:bg-cyan-300\/40:focus {
    background-color: rgba(103, 232, 249, 0.4);
}
.focus\:bg-cyan-300\/45:focus {
    background-color: rgba(103, 232, 249, 0.45);
}
.focus\:bg-cyan-300\/5:focus {
    background-color: rgba(103, 232, 249, 0.05);
}
.focus\:bg-cyan-300\/50:focus {
    background-color: rgba(103, 232, 249, 0.5);
}
.focus\:bg-cyan-300\/55:focus {
    background-color: rgba(103, 232, 249, 0.55);
}
.focus\:bg-cyan-300\/60:focus {
    background-color: rgba(103, 232, 249, 0.6);
}
.focus\:bg-cyan-300\/65:focus {
    background-color: rgba(103, 232, 249, 0.65);
}
.focus\:bg-cyan-300\/70:focus {
    background-color: rgba(103, 232, 249, 0.7);
}
.focus\:bg-cyan-300\/75:focus {
    background-color: rgba(103, 232, 249, 0.75);
}
.focus\:bg-cyan-300\/80:focus {
    background-color: rgba(103, 232, 249, 0.8);
}
.focus\:bg-cyan-300\/85:focus {
    background-color: rgba(103, 232, 249, 0.85);
}
.focus\:bg-cyan-300\/90:focus {
    background-color: rgba(103, 232, 249, 0.9);
}
.focus\:bg-cyan-300\/95:focus {
    background-color: rgba(103, 232, 249, 0.95);
}
.focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-400\/0:focus {
    background-color: rgba(34, 211, 238, 0);
}
.focus\:bg-cyan-400\/10:focus {
    background-color: rgba(34, 211, 238, 0.1);
}
.focus\:bg-cyan-400\/100:focus {
    background-color: #22d3ee;
}
.focus\:bg-cyan-400\/15:focus {
    background-color: rgba(34, 211, 238, 0.15);
}
.focus\:bg-cyan-400\/20:focus {
    background-color: rgba(34, 211, 238, 0.2);
}
.focus\:bg-cyan-400\/25:focus {
    background-color: rgba(34, 211, 238, 0.25);
}
.focus\:bg-cyan-400\/30:focus {
    background-color: rgba(34, 211, 238, 0.3);
}
.focus\:bg-cyan-400\/35:focus {
    background-color: rgba(34, 211, 238, 0.35);
}
.focus\:bg-cyan-400\/40:focus {
    background-color: rgba(34, 211, 238, 0.4);
}
.focus\:bg-cyan-400\/45:focus {
    background-color: rgba(34, 211, 238, 0.45);
}
.focus\:bg-cyan-400\/5:focus {
    background-color: rgba(34, 211, 238, 0.05);
}
.focus\:bg-cyan-400\/50:focus {
    background-color: rgba(34, 211, 238, 0.5);
}
.focus\:bg-cyan-400\/55:focus {
    background-color: rgba(34, 211, 238, 0.55);
}
.focus\:bg-cyan-400\/60:focus {
    background-color: rgba(34, 211, 238, 0.6);
}
.focus\:bg-cyan-400\/65:focus {
    background-color: rgba(34, 211, 238, 0.65);
}
.focus\:bg-cyan-400\/70:focus {
    background-color: rgba(34, 211, 238, 0.7);
}
.focus\:bg-cyan-400\/75:focus {
    background-color: rgba(34, 211, 238, 0.75);
}
.focus\:bg-cyan-400\/80:focus {
    background-color: rgba(34, 211, 238, 0.8);
}
.focus\:bg-cyan-400\/85:focus {
    background-color: rgba(34, 211, 238, 0.85);
}
.focus\:bg-cyan-400\/90:focus {
    background-color: rgba(34, 211, 238, 0.9);
}
.focus\:bg-cyan-400\/95:focus {
    background-color: rgba(34, 211, 238, 0.95);
}
.focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-50\/0:focus {
    background-color: rgba(236, 254, 255, 0);
}
.focus\:bg-cyan-50\/10:focus {
    background-color: rgba(236, 254, 255, 0.1);
}
.focus\:bg-cyan-50\/100:focus {
    background-color: #ecfeff;
}
.focus\:bg-cyan-50\/15:focus {
    background-color: rgba(236, 254, 255, 0.15);
}
.focus\:bg-cyan-50\/20:focus {
    background-color: rgba(236, 254, 255, 0.2);
}
.focus\:bg-cyan-50\/25:focus {
    background-color: rgba(236, 254, 255, 0.25);
}
.focus\:bg-cyan-50\/30:focus {
    background-color: rgba(236, 254, 255, 0.3);
}
.focus\:bg-cyan-50\/35:focus {
    background-color: rgba(236, 254, 255, 0.35);
}
.focus\:bg-cyan-50\/40:focus {
    background-color: rgba(236, 254, 255, 0.4);
}
.focus\:bg-cyan-50\/45:focus {
    background-color: rgba(236, 254, 255, 0.45);
}
.focus\:bg-cyan-50\/5:focus {
    background-color: rgba(236, 254, 255, 0.05);
}
.focus\:bg-cyan-50\/50:focus {
    background-color: rgba(236, 254, 255, 0.5);
}
.focus\:bg-cyan-50\/55:focus {
    background-color: rgba(236, 254, 255, 0.55);
}
.focus\:bg-cyan-50\/60:focus {
    background-color: rgba(236, 254, 255, 0.6);
}
.focus\:bg-cyan-50\/65:focus {
    background-color: rgba(236, 254, 255, 0.65);
}
.focus\:bg-cyan-50\/70:focus {
    background-color: rgba(236, 254, 255, 0.7);
}
.focus\:bg-cyan-50\/75:focus {
    background-color: rgba(236, 254, 255, 0.75);
}
.focus\:bg-cyan-50\/80:focus {
    background-color: rgba(236, 254, 255, 0.8);
}
.focus\:bg-cyan-50\/85:focus {
    background-color: rgba(236, 254, 255, 0.85);
}
.focus\:bg-cyan-50\/90:focus {
    background-color: rgba(236, 254, 255, 0.9);
}
.focus\:bg-cyan-50\/95:focus {
    background-color: rgba(236, 254, 255, 0.95);
}
.focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-500\/0:focus {
    background-color: rgba(6, 182, 212, 0);
}
.focus\:bg-cyan-500\/10:focus {
    background-color: rgba(6, 182, 212, 0.1);
}
.focus\:bg-cyan-500\/100:focus {
    background-color: #06b6d4;
}
.focus\:bg-cyan-500\/15:focus {
    background-color: rgba(6, 182, 212, 0.15);
}
.focus\:bg-cyan-500\/20:focus {
    background-color: rgba(6, 182, 212, 0.2);
}
.focus\:bg-cyan-500\/25:focus {
    background-color: rgba(6, 182, 212, 0.25);
}
.focus\:bg-cyan-500\/30:focus {
    background-color: rgba(6, 182, 212, 0.3);
}
.focus\:bg-cyan-500\/35:focus {
    background-color: rgba(6, 182, 212, 0.35);
}
.focus\:bg-cyan-500\/40:focus {
    background-color: rgba(6, 182, 212, 0.4);
}
.focus\:bg-cyan-500\/45:focus {
    background-color: rgba(6, 182, 212, 0.45);
}
.focus\:bg-cyan-500\/5:focus {
    background-color: rgba(6, 182, 212, 0.05);
}
.focus\:bg-cyan-500\/50:focus {
    background-color: rgba(6, 182, 212, 0.5);
}
.focus\:bg-cyan-500\/55:focus {
    background-color: rgba(6, 182, 212, 0.55);
}
.focus\:bg-cyan-500\/60:focus {
    background-color: rgba(6, 182, 212, 0.6);
}
.focus\:bg-cyan-500\/65:focus {
    background-color: rgba(6, 182, 212, 0.65);
}
.focus\:bg-cyan-500\/70:focus {
    background-color: rgba(6, 182, 212, 0.7);
}
.focus\:bg-cyan-500\/75:focus {
    background-color: rgba(6, 182, 212, 0.75);
}
.focus\:bg-cyan-500\/80:focus {
    background-color: rgba(6, 182, 212, 0.8);
}
.focus\:bg-cyan-500\/85:focus {
    background-color: rgba(6, 182, 212, 0.85);
}
.focus\:bg-cyan-500\/90:focus {
    background-color: rgba(6, 182, 212, 0.9);
}
.focus\:bg-cyan-500\/95:focus {
    background-color: rgba(6, 182, 212, 0.95);
}
.focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-600\/0:focus {
    background-color: rgba(8, 145, 178, 0);
}
.focus\:bg-cyan-600\/10:focus {
    background-color: rgba(8, 145, 178, 0.1);
}
.focus\:bg-cyan-600\/100:focus {
    background-color: #0891b2;
}
.focus\:bg-cyan-600\/15:focus {
    background-color: rgba(8, 145, 178, 0.15);
}
.focus\:bg-cyan-600\/20:focus {
    background-color: rgba(8, 145, 178, 0.2);
}
.focus\:bg-cyan-600\/25:focus {
    background-color: rgba(8, 145, 178, 0.25);
}
.focus\:bg-cyan-600\/30:focus {
    background-color: rgba(8, 145, 178, 0.3);
}
.focus\:bg-cyan-600\/35:focus {
    background-color: rgba(8, 145, 178, 0.35);
}
.focus\:bg-cyan-600\/40:focus {
    background-color: rgba(8, 145, 178, 0.4);
}
.focus\:bg-cyan-600\/45:focus {
    background-color: rgba(8, 145, 178, 0.45);
}
.focus\:bg-cyan-600\/5:focus {
    background-color: rgba(8, 145, 178, 0.05);
}
.focus\:bg-cyan-600\/50:focus {
    background-color: rgba(8, 145, 178, 0.5);
}
.focus\:bg-cyan-600\/55:focus {
    background-color: rgba(8, 145, 178, 0.55);
}
.focus\:bg-cyan-600\/60:focus {
    background-color: rgba(8, 145, 178, 0.6);
}
.focus\:bg-cyan-600\/65:focus {
    background-color: rgba(8, 145, 178, 0.65);
}
.focus\:bg-cyan-600\/70:focus {
    background-color: rgba(8, 145, 178, 0.7);
}
.focus\:bg-cyan-600\/75:focus {
    background-color: rgba(8, 145, 178, 0.75);
}
.focus\:bg-cyan-600\/80:focus {
    background-color: rgba(8, 145, 178, 0.8);
}
.focus\:bg-cyan-600\/85:focus {
    background-color: rgba(8, 145, 178, 0.85);
}
.focus\:bg-cyan-600\/90:focus {
    background-color: rgba(8, 145, 178, 0.9);
}
.focus\:bg-cyan-600\/95:focus {
    background-color: rgba(8, 145, 178, 0.95);
}
.focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-700\/0:focus {
    background-color: rgba(14, 116, 144, 0);
}
.focus\:bg-cyan-700\/10:focus {
    background-color: rgba(14, 116, 144, 0.1);
}
.focus\:bg-cyan-700\/100:focus {
    background-color: #0e7490;
}
.focus\:bg-cyan-700\/15:focus {
    background-color: rgba(14, 116, 144, 0.15);
}
.focus\:bg-cyan-700\/20:focus {
    background-color: rgba(14, 116, 144, 0.2);
}
.focus\:bg-cyan-700\/25:focus {
    background-color: rgba(14, 116, 144, 0.25);
}
.focus\:bg-cyan-700\/30:focus {
    background-color: rgba(14, 116, 144, 0.3);
}
.focus\:bg-cyan-700\/35:focus {
    background-color: rgba(14, 116, 144, 0.35);
}
.focus\:bg-cyan-700\/40:focus {
    background-color: rgba(14, 116, 144, 0.4);
}
.focus\:bg-cyan-700\/45:focus {
    background-color: rgba(14, 116, 144, 0.45);
}
.focus\:bg-cyan-700\/5:focus {
    background-color: rgba(14, 116, 144, 0.05);
}
.focus\:bg-cyan-700\/50:focus {
    background-color: rgba(14, 116, 144, 0.5);
}
.focus\:bg-cyan-700\/55:focus {
    background-color: rgba(14, 116, 144, 0.55);
}
.focus\:bg-cyan-700\/60:focus {
    background-color: rgba(14, 116, 144, 0.6);
}
.focus\:bg-cyan-700\/65:focus {
    background-color: rgba(14, 116, 144, 0.65);
}
.focus\:bg-cyan-700\/70:focus {
    background-color: rgba(14, 116, 144, 0.7);
}
.focus\:bg-cyan-700\/75:focus {
    background-color: rgba(14, 116, 144, 0.75);
}
.focus\:bg-cyan-700\/80:focus {
    background-color: rgba(14, 116, 144, 0.8);
}
.focus\:bg-cyan-700\/85:focus {
    background-color: rgba(14, 116, 144, 0.85);
}
.focus\:bg-cyan-700\/90:focus {
    background-color: rgba(14, 116, 144, 0.9);
}
.focus\:bg-cyan-700\/95:focus {
    background-color: rgba(14, 116, 144, 0.95);
}
.focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-800\/0:focus {
    background-color: rgba(21, 94, 117, 0);
}
.focus\:bg-cyan-800\/10:focus {
    background-color: rgba(21, 94, 117, 0.1);
}
.focus\:bg-cyan-800\/100:focus {
    background-color: #155e75;
}
.focus\:bg-cyan-800\/15:focus {
    background-color: rgba(21, 94, 117, 0.15);
}
.focus\:bg-cyan-800\/20:focus {
    background-color: rgba(21, 94, 117, 0.2);
}
.focus\:bg-cyan-800\/25:focus {
    background-color: rgba(21, 94, 117, 0.25);
}
.focus\:bg-cyan-800\/30:focus {
    background-color: rgba(21, 94, 117, 0.3);
}
.focus\:bg-cyan-800\/35:focus {
    background-color: rgba(21, 94, 117, 0.35);
}
.focus\:bg-cyan-800\/40:focus {
    background-color: rgba(21, 94, 117, 0.4);
}
.focus\:bg-cyan-800\/45:focus {
    background-color: rgba(21, 94, 117, 0.45);
}
.focus\:bg-cyan-800\/5:focus {
    background-color: rgba(21, 94, 117, 0.05);
}
.focus\:bg-cyan-800\/50:focus {
    background-color: rgba(21, 94, 117, 0.5);
}
.focus\:bg-cyan-800\/55:focus {
    background-color: rgba(21, 94, 117, 0.55);
}
.focus\:bg-cyan-800\/60:focus {
    background-color: rgba(21, 94, 117, 0.6);
}
.focus\:bg-cyan-800\/65:focus {
    background-color: rgba(21, 94, 117, 0.65);
}
.focus\:bg-cyan-800\/70:focus {
    background-color: rgba(21, 94, 117, 0.7);
}
.focus\:bg-cyan-800\/75:focus {
    background-color: rgba(21, 94, 117, 0.75);
}
.focus\:bg-cyan-800\/80:focus {
    background-color: rgba(21, 94, 117, 0.8);
}
.focus\:bg-cyan-800\/85:focus {
    background-color: rgba(21, 94, 117, 0.85);
}
.focus\:bg-cyan-800\/90:focus {
    background-color: rgba(21, 94, 117, 0.9);
}
.focus\:bg-cyan-800\/95:focus {
    background-color: rgba(21, 94, 117, 0.95);
}
.focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-900\/0:focus {
    background-color: rgba(22, 78, 99, 0);
}
.focus\:bg-cyan-900\/10:focus {
    background-color: rgba(22, 78, 99, 0.1);
}
.focus\:bg-cyan-900\/100:focus {
    background-color: #164e63;
}
.focus\:bg-cyan-900\/15:focus {
    background-color: rgba(22, 78, 99, 0.15);
}
.focus\:bg-cyan-900\/20:focus {
    background-color: rgba(22, 78, 99, 0.2);
}
.focus\:bg-cyan-900\/25:focus {
    background-color: rgba(22, 78, 99, 0.25);
}
.focus\:bg-cyan-900\/30:focus {
    background-color: rgba(22, 78, 99, 0.3);
}
.focus\:bg-cyan-900\/35:focus {
    background-color: rgba(22, 78, 99, 0.35);
}
.focus\:bg-cyan-900\/40:focus {
    background-color: rgba(22, 78, 99, 0.4);
}
.focus\:bg-cyan-900\/45:focus {
    background-color: rgba(22, 78, 99, 0.45);
}
.focus\:bg-cyan-900\/5:focus {
    background-color: rgba(22, 78, 99, 0.05);
}
.focus\:bg-cyan-900\/50:focus {
    background-color: rgba(22, 78, 99, 0.5);
}
.focus\:bg-cyan-900\/55:focus {
    background-color: rgba(22, 78, 99, 0.55);
}
.focus\:bg-cyan-900\/60:focus {
    background-color: rgba(22, 78, 99, 0.6);
}
.focus\:bg-cyan-900\/65:focus {
    background-color: rgba(22, 78, 99, 0.65);
}
.focus\:bg-cyan-900\/70:focus {
    background-color: rgba(22, 78, 99, 0.7);
}
.focus\:bg-cyan-900\/75:focus {
    background-color: rgba(22, 78, 99, 0.75);
}
.focus\:bg-cyan-900\/80:focus {
    background-color: rgba(22, 78, 99, 0.8);
}
.focus\:bg-cyan-900\/85:focus {
    background-color: rgba(22, 78, 99, 0.85);
}
.focus\:bg-cyan-900\/90:focus {
    background-color: rgba(22, 78, 99, 0.9);
}
.focus\:bg-cyan-900\/95:focus {
    background-color: rgba(22, 78, 99, 0.95);
}
.focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-100\/0:focus {
    background-color: rgba(209, 250, 229, 0);
}
.focus\:bg-emerald-100\/10:focus {
    background-color: rgba(209, 250, 229, 0.1);
}
.focus\:bg-emerald-100\/100:focus {
    background-color: #d1fae5;
}
.focus\:bg-emerald-100\/15:focus {
    background-color: rgba(209, 250, 229, 0.15);
}
.focus\:bg-emerald-100\/20:focus {
    background-color: rgba(209, 250, 229, 0.2);
}
.focus\:bg-emerald-100\/25:focus {
    background-color: rgba(209, 250, 229, 0.25);
}
.focus\:bg-emerald-100\/30:focus {
    background-color: rgba(209, 250, 229, 0.3);
}
.focus\:bg-emerald-100\/35:focus {
    background-color: rgba(209, 250, 229, 0.35);
}
.focus\:bg-emerald-100\/40:focus {
    background-color: rgba(209, 250, 229, 0.4);
}
.focus\:bg-emerald-100\/45:focus {
    background-color: rgba(209, 250, 229, 0.45);
}
.focus\:bg-emerald-100\/5:focus {
    background-color: rgba(209, 250, 229, 0.05);
}
.focus\:bg-emerald-100\/50:focus {
    background-color: rgba(209, 250, 229, 0.5);
}
.focus\:bg-emerald-100\/55:focus {
    background-color: rgba(209, 250, 229, 0.55);
}
.focus\:bg-emerald-100\/60:focus {
    background-color: rgba(209, 250, 229, 0.6);
}
.focus\:bg-emerald-100\/65:focus {
    background-color: rgba(209, 250, 229, 0.65);
}
.focus\:bg-emerald-100\/70:focus {
    background-color: rgba(209, 250, 229, 0.7);
}
.focus\:bg-emerald-100\/75:focus {
    background-color: rgba(209, 250, 229, 0.75);
}
.focus\:bg-emerald-100\/80:focus {
    background-color: rgba(209, 250, 229, 0.8);
}
.focus\:bg-emerald-100\/85:focus {
    background-color: rgba(209, 250, 229, 0.85);
}
.focus\:bg-emerald-100\/90:focus {
    background-color: rgba(209, 250, 229, 0.9);
}
.focus\:bg-emerald-100\/95:focus {
    background-color: rgba(209, 250, 229, 0.95);
}
.focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-200\/0:focus {
    background-color: rgba(167, 243, 208, 0);
}
.focus\:bg-emerald-200\/10:focus {
    background-color: rgba(167, 243, 208, 0.1);
}
.focus\:bg-emerald-200\/100:focus {
    background-color: #a7f3d0;
}
.focus\:bg-emerald-200\/15:focus {
    background-color: rgba(167, 243, 208, 0.15);
}
.focus\:bg-emerald-200\/20:focus {
    background-color: rgba(167, 243, 208, 0.2);
}
.focus\:bg-emerald-200\/25:focus {
    background-color: rgba(167, 243, 208, 0.25);
}
.focus\:bg-emerald-200\/30:focus {
    background-color: rgba(167, 243, 208, 0.3);
}
.focus\:bg-emerald-200\/35:focus {
    background-color: rgba(167, 243, 208, 0.35);
}
.focus\:bg-emerald-200\/40:focus {
    background-color: rgba(167, 243, 208, 0.4);
}
.focus\:bg-emerald-200\/45:focus {
    background-color: rgba(167, 243, 208, 0.45);
}
.focus\:bg-emerald-200\/5:focus {
    background-color: rgba(167, 243, 208, 0.05);
}
.focus\:bg-emerald-200\/50:focus {
    background-color: rgba(167, 243, 208, 0.5);
}
.focus\:bg-emerald-200\/55:focus {
    background-color: rgba(167, 243, 208, 0.55);
}
.focus\:bg-emerald-200\/60:focus {
    background-color: rgba(167, 243, 208, 0.6);
}
.focus\:bg-emerald-200\/65:focus {
    background-color: rgba(167, 243, 208, 0.65);
}
.focus\:bg-emerald-200\/70:focus {
    background-color: rgba(167, 243, 208, 0.7);
}
.focus\:bg-emerald-200\/75:focus {
    background-color: rgba(167, 243, 208, 0.75);
}
.focus\:bg-emerald-200\/80:focus {
    background-color: rgba(167, 243, 208, 0.8);
}
.focus\:bg-emerald-200\/85:focus {
    background-color: rgba(167, 243, 208, 0.85);
}
.focus\:bg-emerald-200\/90:focus {
    background-color: rgba(167, 243, 208, 0.9);
}
.focus\:bg-emerald-200\/95:focus {
    background-color: rgba(167, 243, 208, 0.95);
}
.focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-300\/0:focus {
    background-color: rgba(110, 231, 183, 0);
}
.focus\:bg-emerald-300\/10:focus {
    background-color: rgba(110, 231, 183, 0.1);
}
.focus\:bg-emerald-300\/100:focus {
    background-color: #6ee7b7;
}
.focus\:bg-emerald-300\/15:focus {
    background-color: rgba(110, 231, 183, 0.15);
}
.focus\:bg-emerald-300\/20:focus {
    background-color: rgba(110, 231, 183, 0.2);
}
.focus\:bg-emerald-300\/25:focus {
    background-color: rgba(110, 231, 183, 0.25);
}
.focus\:bg-emerald-300\/30:focus {
    background-color: rgba(110, 231, 183, 0.3);
}
.focus\:bg-emerald-300\/35:focus {
    background-color: rgba(110, 231, 183, 0.35);
}
.focus\:bg-emerald-300\/40:focus {
    background-color: rgba(110, 231, 183, 0.4);
}
.focus\:bg-emerald-300\/45:focus {
    background-color: rgba(110, 231, 183, 0.45);
}
.focus\:bg-emerald-300\/5:focus {
    background-color: rgba(110, 231, 183, 0.05);
}
.focus\:bg-emerald-300\/50:focus {
    background-color: rgba(110, 231, 183, 0.5);
}
.focus\:bg-emerald-300\/55:focus {
    background-color: rgba(110, 231, 183, 0.55);
}
.focus\:bg-emerald-300\/60:focus {
    background-color: rgba(110, 231, 183, 0.6);
}
.focus\:bg-emerald-300\/65:focus {
    background-color: rgba(110, 231, 183, 0.65);
}
.focus\:bg-emerald-300\/70:focus {
    background-color: rgba(110, 231, 183, 0.7);
}
.focus\:bg-emerald-300\/75:focus {
    background-color: rgba(110, 231, 183, 0.75);
}
.focus\:bg-emerald-300\/80:focus {
    background-color: rgba(110, 231, 183, 0.8);
}
.focus\:bg-emerald-300\/85:focus {
    background-color: rgba(110, 231, 183, 0.85);
}
.focus\:bg-emerald-300\/90:focus {
    background-color: rgba(110, 231, 183, 0.9);
}
.focus\:bg-emerald-300\/95:focus {
    background-color: rgba(110, 231, 183, 0.95);
}
.focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-400\/0:focus {
    background-color: rgba(52, 211, 153, 0);
}
.focus\:bg-emerald-400\/10:focus {
    background-color: rgba(52, 211, 153, 0.1);
}
.focus\:bg-emerald-400\/100:focus {
    background-color: #34d399;
}
.focus\:bg-emerald-400\/15:focus {
    background-color: rgba(52, 211, 153, 0.15);
}
.focus\:bg-emerald-400\/20:focus {
    background-color: rgba(52, 211, 153, 0.2);
}
.focus\:bg-emerald-400\/25:focus {
    background-color: rgba(52, 211, 153, 0.25);
}
.focus\:bg-emerald-400\/30:focus {
    background-color: rgba(52, 211, 153, 0.3);
}
.focus\:bg-emerald-400\/35:focus {
    background-color: rgba(52, 211, 153, 0.35);
}
.focus\:bg-emerald-400\/40:focus {
    background-color: rgba(52, 211, 153, 0.4);
}
.focus\:bg-emerald-400\/45:focus {
    background-color: rgba(52, 211, 153, 0.45);
}
.focus\:bg-emerald-400\/5:focus {
    background-color: rgba(52, 211, 153, 0.05);
}
.focus\:bg-emerald-400\/50:focus {
    background-color: rgba(52, 211, 153, 0.5);
}
.focus\:bg-emerald-400\/55:focus {
    background-color: rgba(52, 211, 153, 0.55);
}
.focus\:bg-emerald-400\/60:focus {
    background-color: rgba(52, 211, 153, 0.6);
}
.focus\:bg-emerald-400\/65:focus {
    background-color: rgba(52, 211, 153, 0.65);
}
.focus\:bg-emerald-400\/70:focus {
    background-color: rgba(52, 211, 153, 0.7);
}
.focus\:bg-emerald-400\/75:focus {
    background-color: rgba(52, 211, 153, 0.75);
}
.focus\:bg-emerald-400\/80:focus {
    background-color: rgba(52, 211, 153, 0.8);
}
.focus\:bg-emerald-400\/85:focus {
    background-color: rgba(52, 211, 153, 0.85);
}
.focus\:bg-emerald-400\/90:focus {
    background-color: rgba(52, 211, 153, 0.9);
}
.focus\:bg-emerald-400\/95:focus {
    background-color: rgba(52, 211, 153, 0.95);
}
.focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-50\/0:focus {
    background-color: rgba(236, 253, 245, 0);
}
.focus\:bg-emerald-50\/10:focus {
    background-color: rgba(236, 253, 245, 0.1);
}
.focus\:bg-emerald-50\/100:focus {
    background-color: #ecfdf5;
}
.focus\:bg-emerald-50\/15:focus {
    background-color: rgba(236, 253, 245, 0.15);
}
.focus\:bg-emerald-50\/20:focus {
    background-color: rgba(236, 253, 245, 0.2);
}
.focus\:bg-emerald-50\/25:focus {
    background-color: rgba(236, 253, 245, 0.25);
}
.focus\:bg-emerald-50\/30:focus {
    background-color: rgba(236, 253, 245, 0.3);
}
.focus\:bg-emerald-50\/35:focus {
    background-color: rgba(236, 253, 245, 0.35);
}
.focus\:bg-emerald-50\/40:focus {
    background-color: rgba(236, 253, 245, 0.4);
}
.focus\:bg-emerald-50\/45:focus {
    background-color: rgba(236, 253, 245, 0.45);
}
.focus\:bg-emerald-50\/5:focus {
    background-color: rgba(236, 253, 245, 0.05);
}
.focus\:bg-emerald-50\/50:focus {
    background-color: rgba(236, 253, 245, 0.5);
}
.focus\:bg-emerald-50\/55:focus {
    background-color: rgba(236, 253, 245, 0.55);
}
.focus\:bg-emerald-50\/60:focus {
    background-color: rgba(236, 253, 245, 0.6);
}
.focus\:bg-emerald-50\/65:focus {
    background-color: rgba(236, 253, 245, 0.65);
}
.focus\:bg-emerald-50\/70:focus {
    background-color: rgba(236, 253, 245, 0.7);
}
.focus\:bg-emerald-50\/75:focus {
    background-color: rgba(236, 253, 245, 0.75);
}
.focus\:bg-emerald-50\/80:focus {
    background-color: rgba(236, 253, 245, 0.8);
}
.focus\:bg-emerald-50\/85:focus {
    background-color: rgba(236, 253, 245, 0.85);
}
.focus\:bg-emerald-50\/90:focus {
    background-color: rgba(236, 253, 245, 0.9);
}
.focus\:bg-emerald-50\/95:focus {
    background-color: rgba(236, 253, 245, 0.95);
}
.focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-500\/0:focus {
    background-color: rgba(16, 185, 129, 0);
}
.focus\:bg-emerald-500\/10:focus {
    background-color: rgba(16, 185, 129, 0.1);
}
.focus\:bg-emerald-500\/100:focus {
    background-color: #10b981;
}
.focus\:bg-emerald-500\/15:focus {
    background-color: rgba(16, 185, 129, 0.15);
}
.focus\:bg-emerald-500\/20:focus {
    background-color: rgba(16, 185, 129, 0.2);
}
.focus\:bg-emerald-500\/25:focus {
    background-color: rgba(16, 185, 129, 0.25);
}
.focus\:bg-emerald-500\/30:focus {
    background-color: rgba(16, 185, 129, 0.3);
}
.focus\:bg-emerald-500\/35:focus {
    background-color: rgba(16, 185, 129, 0.35);
}
.focus\:bg-emerald-500\/40:focus {
    background-color: rgba(16, 185, 129, 0.4);
}
.focus\:bg-emerald-500\/45:focus {
    background-color: rgba(16, 185, 129, 0.45);
}
.focus\:bg-emerald-500\/5:focus {
    background-color: rgba(16, 185, 129, 0.05);
}
.focus\:bg-emerald-500\/50:focus {
    background-color: rgba(16, 185, 129, 0.5);
}
.focus\:bg-emerald-500\/55:focus {
    background-color: rgba(16, 185, 129, 0.55);
}
.focus\:bg-emerald-500\/60:focus {
    background-color: rgba(16, 185, 129, 0.6);
}
.focus\:bg-emerald-500\/65:focus {
    background-color: rgba(16, 185, 129, 0.65);
}
.focus\:bg-emerald-500\/70:focus {
    background-color: rgba(16, 185, 129, 0.7);
}
.focus\:bg-emerald-500\/75:focus {
    background-color: rgba(16, 185, 129, 0.75);
}
.focus\:bg-emerald-500\/80:focus {
    background-color: rgba(16, 185, 129, 0.8);
}
.focus\:bg-emerald-500\/85:focus {
    background-color: rgba(16, 185, 129, 0.85);
}
.focus\:bg-emerald-500\/90:focus {
    background-color: rgba(16, 185, 129, 0.9);
}
.focus\:bg-emerald-500\/95:focus {
    background-color: rgba(16, 185, 129, 0.95);
}
.focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-600\/0:focus {
    background-color: rgba(5, 150, 105, 0);
}
.focus\:bg-emerald-600\/10:focus {
    background-color: rgba(5, 150, 105, 0.1);
}
.focus\:bg-emerald-600\/100:focus {
    background-color: #059669;
}
.focus\:bg-emerald-600\/15:focus {
    background-color: rgba(5, 150, 105, 0.15);
}
.focus\:bg-emerald-600\/20:focus {
    background-color: rgba(5, 150, 105, 0.2);
}
.focus\:bg-emerald-600\/25:focus {
    background-color: rgba(5, 150, 105, 0.25);
}
.focus\:bg-emerald-600\/30:focus {
    background-color: rgba(5, 150, 105, 0.3);
}
.focus\:bg-emerald-600\/35:focus {
    background-color: rgba(5, 150, 105, 0.35);
}
.focus\:bg-emerald-600\/40:focus {
    background-color: rgba(5, 150, 105, 0.4);
}
.focus\:bg-emerald-600\/45:focus {
    background-color: rgba(5, 150, 105, 0.45);
}
.focus\:bg-emerald-600\/5:focus {
    background-color: rgba(5, 150, 105, 0.05);
}
.focus\:bg-emerald-600\/50:focus {
    background-color: rgba(5, 150, 105, 0.5);
}
.focus\:bg-emerald-600\/55:focus {
    background-color: rgba(5, 150, 105, 0.55);
}
.focus\:bg-emerald-600\/60:focus {
    background-color: rgba(5, 150, 105, 0.6);
}
.focus\:bg-emerald-600\/65:focus {
    background-color: rgba(5, 150, 105, 0.65);
}
.focus\:bg-emerald-600\/70:focus {
    background-color: rgba(5, 150, 105, 0.7);
}
.focus\:bg-emerald-600\/75:focus {
    background-color: rgba(5, 150, 105, 0.75);
}
.focus\:bg-emerald-600\/80:focus {
    background-color: rgba(5, 150, 105, 0.8);
}
.focus\:bg-emerald-600\/85:focus {
    background-color: rgba(5, 150, 105, 0.85);
}
.focus\:bg-emerald-600\/90:focus {
    background-color: rgba(5, 150, 105, 0.9);
}
.focus\:bg-emerald-600\/95:focus {
    background-color: rgba(5, 150, 105, 0.95);
}
.focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-700\/0:focus {
    background-color: rgba(4, 120, 87, 0);
}
.focus\:bg-emerald-700\/10:focus {
    background-color: rgba(4, 120, 87, 0.1);
}
.focus\:bg-emerald-700\/100:focus {
    background-color: #047857;
}
.focus\:bg-emerald-700\/15:focus {
    background-color: rgba(4, 120, 87, 0.15);
}
.focus\:bg-emerald-700\/20:focus {
    background-color: rgba(4, 120, 87, 0.2);
}
.focus\:bg-emerald-700\/25:focus {
    background-color: rgba(4, 120, 87, 0.25);
}
.focus\:bg-emerald-700\/30:focus {
    background-color: rgba(4, 120, 87, 0.3);
}
.focus\:bg-emerald-700\/35:focus {
    background-color: rgba(4, 120, 87, 0.35);
}
.focus\:bg-emerald-700\/40:focus {
    background-color: rgba(4, 120, 87, 0.4);
}
.focus\:bg-emerald-700\/45:focus {
    background-color: rgba(4, 120, 87, 0.45);
}
.focus\:bg-emerald-700\/5:focus {
    background-color: rgba(4, 120, 87, 0.05);
}
.focus\:bg-emerald-700\/50:focus {
    background-color: rgba(4, 120, 87, 0.5);
}
.focus\:bg-emerald-700\/55:focus {
    background-color: rgba(4, 120, 87, 0.55);
}
.focus\:bg-emerald-700\/60:focus {
    background-color: rgba(4, 120, 87, 0.6);
}
.focus\:bg-emerald-700\/65:focus {
    background-color: rgba(4, 120, 87, 0.65);
}
.focus\:bg-emerald-700\/70:focus {
    background-color: rgba(4, 120, 87, 0.7);
}
.focus\:bg-emerald-700\/75:focus {
    background-color: rgba(4, 120, 87, 0.75);
}
.focus\:bg-emerald-700\/80:focus {
    background-color: rgba(4, 120, 87, 0.8);
}
.focus\:bg-emerald-700\/85:focus {
    background-color: rgba(4, 120, 87, 0.85);
}
.focus\:bg-emerald-700\/90:focus {
    background-color: rgba(4, 120, 87, 0.9);
}
.focus\:bg-emerald-700\/95:focus {
    background-color: rgba(4, 120, 87, 0.95);
}
.focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-800\/0:focus {
    background-color: rgba(6, 95, 70, 0);
}
.focus\:bg-emerald-800\/10:focus {
    background-color: rgba(6, 95, 70, 0.1);
}
.focus\:bg-emerald-800\/100:focus {
    background-color: #065f46;
}
.focus\:bg-emerald-800\/15:focus {
    background-color: rgba(6, 95, 70, 0.15);
}
.focus\:bg-emerald-800\/20:focus {
    background-color: rgba(6, 95, 70, 0.2);
}
.focus\:bg-emerald-800\/25:focus {
    background-color: rgba(6, 95, 70, 0.25);
}
.focus\:bg-emerald-800\/30:focus {
    background-color: rgba(6, 95, 70, 0.3);
}
.focus\:bg-emerald-800\/35:focus {
    background-color: rgba(6, 95, 70, 0.35);
}
.focus\:bg-emerald-800\/40:focus {
    background-color: rgba(6, 95, 70, 0.4);
}
.focus\:bg-emerald-800\/45:focus {
    background-color: rgba(6, 95, 70, 0.45);
}
.focus\:bg-emerald-800\/5:focus {
    background-color: rgba(6, 95, 70, 0.05);
}
.focus\:bg-emerald-800\/50:focus {
    background-color: rgba(6, 95, 70, 0.5);
}
.focus\:bg-emerald-800\/55:focus {
    background-color: rgba(6, 95, 70, 0.55);
}
.focus\:bg-emerald-800\/60:focus {
    background-color: rgba(6, 95, 70, 0.6);
}
.focus\:bg-emerald-800\/65:focus {
    background-color: rgba(6, 95, 70, 0.65);
}
.focus\:bg-emerald-800\/70:focus {
    background-color: rgba(6, 95, 70, 0.7);
}
.focus\:bg-emerald-800\/75:focus {
    background-color: rgba(6, 95, 70, 0.75);
}
.focus\:bg-emerald-800\/80:focus {
    background-color: rgba(6, 95, 70, 0.8);
}
.focus\:bg-emerald-800\/85:focus {
    background-color: rgba(6, 95, 70, 0.85);
}
.focus\:bg-emerald-800\/90:focus {
    background-color: rgba(6, 95, 70, 0.9);
}
.focus\:bg-emerald-800\/95:focus {
    background-color: rgba(6, 95, 70, 0.95);
}
.focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-900\/0:focus {
    background-color: rgba(6, 78, 59, 0);
}
.focus\:bg-emerald-900\/10:focus {
    background-color: rgba(6, 78, 59, 0.1);
}
.focus\:bg-emerald-900\/100:focus {
    background-color: #064e3b;
}
.focus\:bg-emerald-900\/15:focus {
    background-color: rgba(6, 78, 59, 0.15);
}
.focus\:bg-emerald-900\/20:focus {
    background-color: rgba(6, 78, 59, 0.2);
}
.focus\:bg-emerald-900\/25:focus {
    background-color: rgba(6, 78, 59, 0.25);
}
.focus\:bg-emerald-900\/30:focus {
    background-color: rgba(6, 78, 59, 0.3);
}
.focus\:bg-emerald-900\/35:focus {
    background-color: rgba(6, 78, 59, 0.35);
}
.focus\:bg-emerald-900\/40:focus {
    background-color: rgba(6, 78, 59, 0.4);
}
.focus\:bg-emerald-900\/45:focus {
    background-color: rgba(6, 78, 59, 0.45);
}
.focus\:bg-emerald-900\/5:focus {
    background-color: rgba(6, 78, 59, 0.05);
}
.focus\:bg-emerald-900\/50:focus {
    background-color: rgba(6, 78, 59, 0.5);
}
.focus\:bg-emerald-900\/55:focus {
    background-color: rgba(6, 78, 59, 0.55);
}
.focus\:bg-emerald-900\/60:focus {
    background-color: rgba(6, 78, 59, 0.6);
}
.focus\:bg-emerald-900\/65:focus {
    background-color: rgba(6, 78, 59, 0.65);
}
.focus\:bg-emerald-900\/70:focus {
    background-color: rgba(6, 78, 59, 0.7);
}
.focus\:bg-emerald-900\/75:focus {
    background-color: rgba(6, 78, 59, 0.75);
}
.focus\:bg-emerald-900\/80:focus {
    background-color: rgba(6, 78, 59, 0.8);
}
.focus\:bg-emerald-900\/85:focus {
    background-color: rgba(6, 78, 59, 0.85);
}
.focus\:bg-emerald-900\/90:focus {
    background-color: rgba(6, 78, 59, 0.9);
}
.focus\:bg-emerald-900\/95:focus {
    background-color: rgba(6, 78, 59, 0.95);
}
.focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-100\/0:focus {
    background-color: rgba(250, 232, 255, 0);
}
.focus\:bg-fuchsia-100\/10:focus {
    background-color: rgba(250, 232, 255, 0.1);
}
.focus\:bg-fuchsia-100\/100:focus {
    background-color: #fae8ff;
}
.focus\:bg-fuchsia-100\/15:focus {
    background-color: rgba(250, 232, 255, 0.15);
}
.focus\:bg-fuchsia-100\/20:focus {
    background-color: rgba(250, 232, 255, 0.2);
}
.focus\:bg-fuchsia-100\/25:focus {
    background-color: rgba(250, 232, 255, 0.25);
}
.focus\:bg-fuchsia-100\/30:focus {
    background-color: rgba(250, 232, 255, 0.3);
}
.focus\:bg-fuchsia-100\/35:focus {
    background-color: rgba(250, 232, 255, 0.35);
}
.focus\:bg-fuchsia-100\/40:focus {
    background-color: rgba(250, 232, 255, 0.4);
}
.focus\:bg-fuchsia-100\/45:focus {
    background-color: rgba(250, 232, 255, 0.45);
}
.focus\:bg-fuchsia-100\/5:focus {
    background-color: rgba(250, 232, 255, 0.05);
}
.focus\:bg-fuchsia-100\/50:focus {
    background-color: rgba(250, 232, 255, 0.5);
}
.focus\:bg-fuchsia-100\/55:focus {
    background-color: rgba(250, 232, 255, 0.55);
}
.focus\:bg-fuchsia-100\/60:focus {
    background-color: rgba(250, 232, 255, 0.6);
}
.focus\:bg-fuchsia-100\/65:focus {
    background-color: rgba(250, 232, 255, 0.65);
}
.focus\:bg-fuchsia-100\/70:focus {
    background-color: rgba(250, 232, 255, 0.7);
}
.focus\:bg-fuchsia-100\/75:focus {
    background-color: rgba(250, 232, 255, 0.75);
}
.focus\:bg-fuchsia-100\/80:focus {
    background-color: rgba(250, 232, 255, 0.8);
}
.focus\:bg-fuchsia-100\/85:focus {
    background-color: rgba(250, 232, 255, 0.85);
}
.focus\:bg-fuchsia-100\/90:focus {
    background-color: rgba(250, 232, 255, 0.9);
}
.focus\:bg-fuchsia-100\/95:focus {
    background-color: rgba(250, 232, 255, 0.95);
}
.focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-200\/0:focus {
    background-color: rgba(245, 208, 254, 0);
}
.focus\:bg-fuchsia-200\/10:focus {
    background-color: rgba(245, 208, 254, 0.1);
}
.focus\:bg-fuchsia-200\/100:focus {
    background-color: #f5d0fe;
}
.focus\:bg-fuchsia-200\/15:focus {
    background-color: rgba(245, 208, 254, 0.15);
}
.focus\:bg-fuchsia-200\/20:focus {
    background-color: rgba(245, 208, 254, 0.2);
}
.focus\:bg-fuchsia-200\/25:focus {
    background-color: rgba(245, 208, 254, 0.25);
}
.focus\:bg-fuchsia-200\/30:focus {
    background-color: rgba(245, 208, 254, 0.3);
}
.focus\:bg-fuchsia-200\/35:focus {
    background-color: rgba(245, 208, 254, 0.35);
}
.focus\:bg-fuchsia-200\/40:focus {
    background-color: rgba(245, 208, 254, 0.4);
}
.focus\:bg-fuchsia-200\/45:focus {
    background-color: rgba(245, 208, 254, 0.45);
}
.focus\:bg-fuchsia-200\/5:focus {
    background-color: rgba(245, 208, 254, 0.05);
}
.focus\:bg-fuchsia-200\/50:focus {
    background-color: rgba(245, 208, 254, 0.5);
}
.focus\:bg-fuchsia-200\/55:focus {
    background-color: rgba(245, 208, 254, 0.55);
}
.focus\:bg-fuchsia-200\/60:focus {
    background-color: rgba(245, 208, 254, 0.6);
}
.focus\:bg-fuchsia-200\/65:focus {
    background-color: rgba(245, 208, 254, 0.65);
}
.focus\:bg-fuchsia-200\/70:focus {
    background-color: rgba(245, 208, 254, 0.7);
}
.focus\:bg-fuchsia-200\/75:focus {
    background-color: rgba(245, 208, 254, 0.75);
}
.focus\:bg-fuchsia-200\/80:focus {
    background-color: rgba(245, 208, 254, 0.8);
}
.focus\:bg-fuchsia-200\/85:focus {
    background-color: rgba(245, 208, 254, 0.85);
}
.focus\:bg-fuchsia-200\/90:focus {
    background-color: rgba(245, 208, 254, 0.9);
}
.focus\:bg-fuchsia-200\/95:focus {
    background-color: rgba(245, 208, 254, 0.95);
}
.focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-300\/0:focus {
    background-color: rgba(240, 171, 252, 0);
}
.focus\:bg-fuchsia-300\/10:focus {
    background-color: rgba(240, 171, 252, 0.1);
}
.focus\:bg-fuchsia-300\/100:focus {
    background-color: #f0abfc;
}
.focus\:bg-fuchsia-300\/15:focus {
    background-color: rgba(240, 171, 252, 0.15);
}
.focus\:bg-fuchsia-300\/20:focus {
    background-color: rgba(240, 171, 252, 0.2);
}
.focus\:bg-fuchsia-300\/25:focus {
    background-color: rgba(240, 171, 252, 0.25);
}
.focus\:bg-fuchsia-300\/30:focus {
    background-color: rgba(240, 171, 252, 0.3);
}
.focus\:bg-fuchsia-300\/35:focus {
    background-color: rgba(240, 171, 252, 0.35);
}
.focus\:bg-fuchsia-300\/40:focus {
    background-color: rgba(240, 171, 252, 0.4);
}
.focus\:bg-fuchsia-300\/45:focus {
    background-color: rgba(240, 171, 252, 0.45);
}
.focus\:bg-fuchsia-300\/5:focus {
    background-color: rgba(240, 171, 252, 0.05);
}
.focus\:bg-fuchsia-300\/50:focus {
    background-color: rgba(240, 171, 252, 0.5);
}
.focus\:bg-fuchsia-300\/55:focus {
    background-color: rgba(240, 171, 252, 0.55);
}
.focus\:bg-fuchsia-300\/60:focus {
    background-color: rgba(240, 171, 252, 0.6);
}
.focus\:bg-fuchsia-300\/65:focus {
    background-color: rgba(240, 171, 252, 0.65);
}
.focus\:bg-fuchsia-300\/70:focus {
    background-color: rgba(240, 171, 252, 0.7);
}
.focus\:bg-fuchsia-300\/75:focus {
    background-color: rgba(240, 171, 252, 0.75);
}
.focus\:bg-fuchsia-300\/80:focus {
    background-color: rgba(240, 171, 252, 0.8);
}
.focus\:bg-fuchsia-300\/85:focus {
    background-color: rgba(240, 171, 252, 0.85);
}
.focus\:bg-fuchsia-300\/90:focus {
    background-color: rgba(240, 171, 252, 0.9);
}
.focus\:bg-fuchsia-300\/95:focus {
    background-color: rgba(240, 171, 252, 0.95);
}
.focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-400\/0:focus {
    background-color: rgba(232, 121, 249, 0);
}
.focus\:bg-fuchsia-400\/10:focus {
    background-color: rgba(232, 121, 249, 0.1);
}
.focus\:bg-fuchsia-400\/100:focus {
    background-color: #e879f9;
}
.focus\:bg-fuchsia-400\/15:focus {
    background-color: rgba(232, 121, 249, 0.15);
}
.focus\:bg-fuchsia-400\/20:focus {
    background-color: rgba(232, 121, 249, 0.2);
}
.focus\:bg-fuchsia-400\/25:focus {
    background-color: rgba(232, 121, 249, 0.25);
}
.focus\:bg-fuchsia-400\/30:focus {
    background-color: rgba(232, 121, 249, 0.3);
}
.focus\:bg-fuchsia-400\/35:focus {
    background-color: rgba(232, 121, 249, 0.35);
}
.focus\:bg-fuchsia-400\/40:focus {
    background-color: rgba(232, 121, 249, 0.4);
}
.focus\:bg-fuchsia-400\/45:focus {
    background-color: rgba(232, 121, 249, 0.45);
}
.focus\:bg-fuchsia-400\/5:focus {
    background-color: rgba(232, 121, 249, 0.05);
}
.focus\:bg-fuchsia-400\/50:focus {
    background-color: rgba(232, 121, 249, 0.5);
}
.focus\:bg-fuchsia-400\/55:focus {
    background-color: rgba(232, 121, 249, 0.55);
}
.focus\:bg-fuchsia-400\/60:focus {
    background-color: rgba(232, 121, 249, 0.6);
}
.focus\:bg-fuchsia-400\/65:focus {
    background-color: rgba(232, 121, 249, 0.65);
}
.focus\:bg-fuchsia-400\/70:focus {
    background-color: rgba(232, 121, 249, 0.7);
}
.focus\:bg-fuchsia-400\/75:focus {
    background-color: rgba(232, 121, 249, 0.75);
}
.focus\:bg-fuchsia-400\/80:focus {
    background-color: rgba(232, 121, 249, 0.8);
}
.focus\:bg-fuchsia-400\/85:focus {
    background-color: rgba(232, 121, 249, 0.85);
}
.focus\:bg-fuchsia-400\/90:focus {
    background-color: rgba(232, 121, 249, 0.9);
}
.focus\:bg-fuchsia-400\/95:focus {
    background-color: rgba(232, 121, 249, 0.95);
}
.focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-50\/0:focus {
    background-color: rgba(253, 244, 255, 0);
}
.focus\:bg-fuchsia-50\/10:focus {
    background-color: rgba(253, 244, 255, 0.1);
}
.focus\:bg-fuchsia-50\/100:focus {
    background-color: #fdf4ff;
}
.focus\:bg-fuchsia-50\/15:focus {
    background-color: rgba(253, 244, 255, 0.15);
}
.focus\:bg-fuchsia-50\/20:focus {
    background-color: rgba(253, 244, 255, 0.2);
}
.focus\:bg-fuchsia-50\/25:focus {
    background-color: rgba(253, 244, 255, 0.25);
}
.focus\:bg-fuchsia-50\/30:focus {
    background-color: rgba(253, 244, 255, 0.3);
}
.focus\:bg-fuchsia-50\/35:focus {
    background-color: rgba(253, 244, 255, 0.35);
}
.focus\:bg-fuchsia-50\/40:focus {
    background-color: rgba(253, 244, 255, 0.4);
}
.focus\:bg-fuchsia-50\/45:focus {
    background-color: rgba(253, 244, 255, 0.45);
}
.focus\:bg-fuchsia-50\/5:focus {
    background-color: rgba(253, 244, 255, 0.05);
}
.focus\:bg-fuchsia-50\/50:focus {
    background-color: rgba(253, 244, 255, 0.5);
}
.focus\:bg-fuchsia-50\/55:focus {
    background-color: rgba(253, 244, 255, 0.55);
}
.focus\:bg-fuchsia-50\/60:focus {
    background-color: rgba(253, 244, 255, 0.6);
}
.focus\:bg-fuchsia-50\/65:focus {
    background-color: rgba(253, 244, 255, 0.65);
}
.focus\:bg-fuchsia-50\/70:focus {
    background-color: rgba(253, 244, 255, 0.7);
}
.focus\:bg-fuchsia-50\/75:focus {
    background-color: rgba(253, 244, 255, 0.75);
}
.focus\:bg-fuchsia-50\/80:focus {
    background-color: rgba(253, 244, 255, 0.8);
}
.focus\:bg-fuchsia-50\/85:focus {
    background-color: rgba(253, 244, 255, 0.85);
}
.focus\:bg-fuchsia-50\/90:focus {
    background-color: rgba(253, 244, 255, 0.9);
}
.focus\:bg-fuchsia-50\/95:focus {
    background-color: rgba(253, 244, 255, 0.95);
}
.focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-500\/0:focus {
    background-color: rgba(217, 70, 239, 0);
}
.focus\:bg-fuchsia-500\/10:focus {
    background-color: rgba(217, 70, 239, 0.1);
}
.focus\:bg-fuchsia-500\/100:focus {
    background-color: #d946ef;
}
.focus\:bg-fuchsia-500\/15:focus {
    background-color: rgba(217, 70, 239, 0.15);
}
.focus\:bg-fuchsia-500\/20:focus {
    background-color: rgba(217, 70, 239, 0.2);
}
.focus\:bg-fuchsia-500\/25:focus {
    background-color: rgba(217, 70, 239, 0.25);
}
.focus\:bg-fuchsia-500\/30:focus {
    background-color: rgba(217, 70, 239, 0.3);
}
.focus\:bg-fuchsia-500\/35:focus {
    background-color: rgba(217, 70, 239, 0.35);
}
.focus\:bg-fuchsia-500\/40:focus {
    background-color: rgba(217, 70, 239, 0.4);
}
.focus\:bg-fuchsia-500\/45:focus {
    background-color: rgba(217, 70, 239, 0.45);
}
.focus\:bg-fuchsia-500\/5:focus {
    background-color: rgba(217, 70, 239, 0.05);
}
.focus\:bg-fuchsia-500\/50:focus {
    background-color: rgba(217, 70, 239, 0.5);
}
.focus\:bg-fuchsia-500\/55:focus {
    background-color: rgba(217, 70, 239, 0.55);
}
.focus\:bg-fuchsia-500\/60:focus {
    background-color: rgba(217, 70, 239, 0.6);
}
.focus\:bg-fuchsia-500\/65:focus {
    background-color: rgba(217, 70, 239, 0.65);
}
.focus\:bg-fuchsia-500\/70:focus {
    background-color: rgba(217, 70, 239, 0.7);
}
.focus\:bg-fuchsia-500\/75:focus {
    background-color: rgba(217, 70, 239, 0.75);
}
.focus\:bg-fuchsia-500\/80:focus {
    background-color: rgba(217, 70, 239, 0.8);
}
.focus\:bg-fuchsia-500\/85:focus {
    background-color: rgba(217, 70, 239, 0.85);
}
.focus\:bg-fuchsia-500\/90:focus {
    background-color: rgba(217, 70, 239, 0.9);
}
.focus\:bg-fuchsia-500\/95:focus {
    background-color: rgba(217, 70, 239, 0.95);
}
.focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-600\/0:focus {
    background-color: rgba(192, 38, 211, 0);
}
.focus\:bg-fuchsia-600\/10:focus {
    background-color: rgba(192, 38, 211, 0.1);
}
.focus\:bg-fuchsia-600\/100:focus {
    background-color: #c026d3;
}
.focus\:bg-fuchsia-600\/15:focus {
    background-color: rgba(192, 38, 211, 0.15);
}
.focus\:bg-fuchsia-600\/20:focus {
    background-color: rgba(192, 38, 211, 0.2);
}
.focus\:bg-fuchsia-600\/25:focus {
    background-color: rgba(192, 38, 211, 0.25);
}
.focus\:bg-fuchsia-600\/30:focus {
    background-color: rgba(192, 38, 211, 0.3);
}
.focus\:bg-fuchsia-600\/35:focus {
    background-color: rgba(192, 38, 211, 0.35);
}
.focus\:bg-fuchsia-600\/40:focus {
    background-color: rgba(192, 38, 211, 0.4);
}
.focus\:bg-fuchsia-600\/45:focus {
    background-color: rgba(192, 38, 211, 0.45);
}
.focus\:bg-fuchsia-600\/5:focus {
    background-color: rgba(192, 38, 211, 0.05);
}
.focus\:bg-fuchsia-600\/50:focus {
    background-color: rgba(192, 38, 211, 0.5);
}
.focus\:bg-fuchsia-600\/55:focus {
    background-color: rgba(192, 38, 211, 0.55);
}
.focus\:bg-fuchsia-600\/60:focus {
    background-color: rgba(192, 38, 211, 0.6);
}
.focus\:bg-fuchsia-600\/65:focus {
    background-color: rgba(192, 38, 211, 0.65);
}
.focus\:bg-fuchsia-600\/70:focus {
    background-color: rgba(192, 38, 211, 0.7);
}
.focus\:bg-fuchsia-600\/75:focus {
    background-color: rgba(192, 38, 211, 0.75);
}
.focus\:bg-fuchsia-600\/80:focus {
    background-color: rgba(192, 38, 211, 0.8);
}
.focus\:bg-fuchsia-600\/85:focus {
    background-color: rgba(192, 38, 211, 0.85);
}
.focus\:bg-fuchsia-600\/90:focus {
    background-color: rgba(192, 38, 211, 0.9);
}
.focus\:bg-fuchsia-600\/95:focus {
    background-color: rgba(192, 38, 211, 0.95);
}
.focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-700\/0:focus {
    background-color: rgba(162, 28, 175, 0);
}
.focus\:bg-fuchsia-700\/10:focus {
    background-color: rgba(162, 28, 175, 0.1);
}
.focus\:bg-fuchsia-700\/100:focus {
    background-color: #a21caf;
}
.focus\:bg-fuchsia-700\/15:focus {
    background-color: rgba(162, 28, 175, 0.15);
}
.focus\:bg-fuchsia-700\/20:focus {
    background-color: rgba(162, 28, 175, 0.2);
}
.focus\:bg-fuchsia-700\/25:focus {
    background-color: rgba(162, 28, 175, 0.25);
}
.focus\:bg-fuchsia-700\/30:focus {
    background-color: rgba(162, 28, 175, 0.3);
}
.focus\:bg-fuchsia-700\/35:focus {
    background-color: rgba(162, 28, 175, 0.35);
}
.focus\:bg-fuchsia-700\/40:focus {
    background-color: rgba(162, 28, 175, 0.4);
}
.focus\:bg-fuchsia-700\/45:focus {
    background-color: rgba(162, 28, 175, 0.45);
}
.focus\:bg-fuchsia-700\/5:focus {
    background-color: rgba(162, 28, 175, 0.05);
}
.focus\:bg-fuchsia-700\/50:focus {
    background-color: rgba(162, 28, 175, 0.5);
}
.focus\:bg-fuchsia-700\/55:focus {
    background-color: rgba(162, 28, 175, 0.55);
}
.focus\:bg-fuchsia-700\/60:focus {
    background-color: rgba(162, 28, 175, 0.6);
}
.focus\:bg-fuchsia-700\/65:focus {
    background-color: rgba(162, 28, 175, 0.65);
}
.focus\:bg-fuchsia-700\/70:focus {
    background-color: rgba(162, 28, 175, 0.7);
}
.focus\:bg-fuchsia-700\/75:focus {
    background-color: rgba(162, 28, 175, 0.75);
}
.focus\:bg-fuchsia-700\/80:focus {
    background-color: rgba(162, 28, 175, 0.8);
}
.focus\:bg-fuchsia-700\/85:focus {
    background-color: rgba(162, 28, 175, 0.85);
}
.focus\:bg-fuchsia-700\/90:focus {
    background-color: rgba(162, 28, 175, 0.9);
}
.focus\:bg-fuchsia-700\/95:focus {
    background-color: rgba(162, 28, 175, 0.95);
}
.focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-800\/0:focus {
    background-color: rgba(134, 25, 143, 0);
}
.focus\:bg-fuchsia-800\/10:focus {
    background-color: rgba(134, 25, 143, 0.1);
}
.focus\:bg-fuchsia-800\/100:focus {
    background-color: #86198f;
}
.focus\:bg-fuchsia-800\/15:focus {
    background-color: rgba(134, 25, 143, 0.15);
}
.focus\:bg-fuchsia-800\/20:focus {
    background-color: rgba(134, 25, 143, 0.2);
}
.focus\:bg-fuchsia-800\/25:focus {
    background-color: rgba(134, 25, 143, 0.25);
}
.focus\:bg-fuchsia-800\/30:focus {
    background-color: rgba(134, 25, 143, 0.3);
}
.focus\:bg-fuchsia-800\/35:focus {
    background-color: rgba(134, 25, 143, 0.35);
}
.focus\:bg-fuchsia-800\/40:focus {
    background-color: rgba(134, 25, 143, 0.4);
}
.focus\:bg-fuchsia-800\/45:focus {
    background-color: rgba(134, 25, 143, 0.45);
}
.focus\:bg-fuchsia-800\/5:focus {
    background-color: rgba(134, 25, 143, 0.05);
}
.focus\:bg-fuchsia-800\/50:focus {
    background-color: rgba(134, 25, 143, 0.5);
}
.focus\:bg-fuchsia-800\/55:focus {
    background-color: rgba(134, 25, 143, 0.55);
}
.focus\:bg-fuchsia-800\/60:focus {
    background-color: rgba(134, 25, 143, 0.6);
}
.focus\:bg-fuchsia-800\/65:focus {
    background-color: rgba(134, 25, 143, 0.65);
}
.focus\:bg-fuchsia-800\/70:focus {
    background-color: rgba(134, 25, 143, 0.7);
}
.focus\:bg-fuchsia-800\/75:focus {
    background-color: rgba(134, 25, 143, 0.75);
}
.focus\:bg-fuchsia-800\/80:focus {
    background-color: rgba(134, 25, 143, 0.8);
}
.focus\:bg-fuchsia-800\/85:focus {
    background-color: rgba(134, 25, 143, 0.85);
}
.focus\:bg-fuchsia-800\/90:focus {
    background-color: rgba(134, 25, 143, 0.9);
}
.focus\:bg-fuchsia-800\/95:focus {
    background-color: rgba(134, 25, 143, 0.95);
}
.focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-900\/0:focus {
    background-color: rgba(112, 26, 117, 0);
}
.focus\:bg-fuchsia-900\/10:focus {
    background-color: rgba(112, 26, 117, 0.1);
}
.focus\:bg-fuchsia-900\/100:focus {
    background-color: #701a75;
}
.focus\:bg-fuchsia-900\/15:focus {
    background-color: rgba(112, 26, 117, 0.15);
}
.focus\:bg-fuchsia-900\/20:focus {
    background-color: rgba(112, 26, 117, 0.2);
}
.focus\:bg-fuchsia-900\/25:focus {
    background-color: rgba(112, 26, 117, 0.25);
}
.focus\:bg-fuchsia-900\/30:focus {
    background-color: rgba(112, 26, 117, 0.3);
}
.focus\:bg-fuchsia-900\/35:focus {
    background-color: rgba(112, 26, 117, 0.35);
}
.focus\:bg-fuchsia-900\/40:focus {
    background-color: rgba(112, 26, 117, 0.4);
}
.focus\:bg-fuchsia-900\/45:focus {
    background-color: rgba(112, 26, 117, 0.45);
}
.focus\:bg-fuchsia-900\/5:focus {
    background-color: rgba(112, 26, 117, 0.05);
}
.focus\:bg-fuchsia-900\/50:focus {
    background-color: rgba(112, 26, 117, 0.5);
}
.focus\:bg-fuchsia-900\/55:focus {
    background-color: rgba(112, 26, 117, 0.55);
}
.focus\:bg-fuchsia-900\/60:focus {
    background-color: rgba(112, 26, 117, 0.6);
}
.focus\:bg-fuchsia-900\/65:focus {
    background-color: rgba(112, 26, 117, 0.65);
}
.focus\:bg-fuchsia-900\/70:focus {
    background-color: rgba(112, 26, 117, 0.7);
}
.focus\:bg-fuchsia-900\/75:focus {
    background-color: rgba(112, 26, 117, 0.75);
}
.focus\:bg-fuchsia-900\/80:focus {
    background-color: rgba(112, 26, 117, 0.8);
}
.focus\:bg-fuchsia-900\/85:focus {
    background-color: rgba(112, 26, 117, 0.85);
}
.focus\:bg-fuchsia-900\/90:focus {
    background-color: rgba(112, 26, 117, 0.9);
}
.focus\:bg-fuchsia-900\/95:focus {
    background-color: rgba(112, 26, 117, 0.95);
}
.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-100\/0:focus {
    background-color: rgba(243, 244, 246, 0);
}
.focus\:bg-gray-100\/10:focus {
    background-color: rgba(243, 244, 246, 0.1);
}
.focus\:bg-gray-100\/100:focus {
    background-color: #f3f4f6;
}
.focus\:bg-gray-100\/15:focus {
    background-color: rgba(243, 244, 246, 0.15);
}
.focus\:bg-gray-100\/20:focus {
    background-color: rgba(243, 244, 246, 0.2);
}
.focus\:bg-gray-100\/25:focus {
    background-color: rgba(243, 244, 246, 0.25);
}
.focus\:bg-gray-100\/30:focus {
    background-color: rgba(243, 244, 246, 0.3);
}
.focus\:bg-gray-100\/35:focus {
    background-color: rgba(243, 244, 246, 0.35);
}
.focus\:bg-gray-100\/40:focus {
    background-color: rgba(243, 244, 246, 0.4);
}
.focus\:bg-gray-100\/45:focus {
    background-color: rgba(243, 244, 246, 0.45);
}
.focus\:bg-gray-100\/5:focus {
    background-color: rgba(243, 244, 246, 0.05);
}
.focus\:bg-gray-100\/50:focus {
    background-color: rgba(243, 244, 246, 0.5);
}
.focus\:bg-gray-100\/55:focus {
    background-color: rgba(243, 244, 246, 0.55);
}
.focus\:bg-gray-100\/60:focus {
    background-color: rgba(243, 244, 246, 0.6);
}
.focus\:bg-gray-100\/65:focus {
    background-color: rgba(243, 244, 246, 0.65);
}
.focus\:bg-gray-100\/70:focus {
    background-color: rgba(243, 244, 246, 0.7);
}
.focus\:bg-gray-100\/75:focus {
    background-color: rgba(243, 244, 246, 0.75);
}
.focus\:bg-gray-100\/80:focus {
    background-color: rgba(243, 244, 246, 0.8);
}
.focus\:bg-gray-100\/85:focus {
    background-color: rgba(243, 244, 246, 0.85);
}
.focus\:bg-gray-100\/90:focus {
    background-color: rgba(243, 244, 246, 0.9);
}
.focus\:bg-gray-100\/95:focus {
    background-color: rgba(243, 244, 246, 0.95);
}
.focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-200\/0:focus {
    background-color: rgba(229, 231, 235, 0);
}
.focus\:bg-gray-200\/10:focus {
    background-color: rgba(229, 231, 235, 0.1);
}
.focus\:bg-gray-200\/100:focus {
    background-color: #e5e7eb;
}
.focus\:bg-gray-200\/15:focus {
    background-color: rgba(229, 231, 235, 0.15);
}
.focus\:bg-gray-200\/20:focus {
    background-color: rgba(229, 231, 235, 0.2);
}
.focus\:bg-gray-200\/25:focus {
    background-color: rgba(229, 231, 235, 0.25);
}
.focus\:bg-gray-200\/30:focus {
    background-color: rgba(229, 231, 235, 0.3);
}
.focus\:bg-gray-200\/35:focus {
    background-color: rgba(229, 231, 235, 0.35);
}
.focus\:bg-gray-200\/40:focus {
    background-color: rgba(229, 231, 235, 0.4);
}
.focus\:bg-gray-200\/45:focus {
    background-color: rgba(229, 231, 235, 0.45);
}
.focus\:bg-gray-200\/5:focus {
    background-color: rgba(229, 231, 235, 0.05);
}
.focus\:bg-gray-200\/50:focus {
    background-color: rgba(229, 231, 235, 0.5);
}
.focus\:bg-gray-200\/55:focus {
    background-color: rgba(229, 231, 235, 0.55);
}
.focus\:bg-gray-200\/60:focus {
    background-color: rgba(229, 231, 235, 0.6);
}
.focus\:bg-gray-200\/65:focus {
    background-color: rgba(229, 231, 235, 0.65);
}
.focus\:bg-gray-200\/70:focus {
    background-color: rgba(229, 231, 235, 0.7);
}
.focus\:bg-gray-200\/75:focus {
    background-color: rgba(229, 231, 235, 0.75);
}
.focus\:bg-gray-200\/80:focus {
    background-color: rgba(229, 231, 235, 0.8);
}
.focus\:bg-gray-200\/85:focus {
    background-color: rgba(229, 231, 235, 0.85);
}
.focus\:bg-gray-200\/90:focus {
    background-color: rgba(229, 231, 235, 0.9);
}
.focus\:bg-gray-200\/95:focus {
    background-color: rgba(229, 231, 235, 0.95);
}
.focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-300\/0:focus {
    background-color: rgba(209, 213, 219, 0);
}
.focus\:bg-gray-300\/10:focus {
    background-color: rgba(209, 213, 219, 0.1);
}
.focus\:bg-gray-300\/100:focus {
    background-color: #d1d5db;
}
.focus\:bg-gray-300\/15:focus {
    background-color: rgba(209, 213, 219, 0.15);
}
.focus\:bg-gray-300\/20:focus {
    background-color: rgba(209, 213, 219, 0.2);
}
.focus\:bg-gray-300\/25:focus {
    background-color: rgba(209, 213, 219, 0.25);
}
.focus\:bg-gray-300\/30:focus {
    background-color: rgba(209, 213, 219, 0.3);
}
.focus\:bg-gray-300\/35:focus {
    background-color: rgba(209, 213, 219, 0.35);
}
.focus\:bg-gray-300\/40:focus {
    background-color: rgba(209, 213, 219, 0.4);
}
.focus\:bg-gray-300\/45:focus {
    background-color: rgba(209, 213, 219, 0.45);
}
.focus\:bg-gray-300\/5:focus {
    background-color: rgba(209, 213, 219, 0.05);
}
.focus\:bg-gray-300\/50:focus {
    background-color: rgba(209, 213, 219, 0.5);
}
.focus\:bg-gray-300\/55:focus {
    background-color: rgba(209, 213, 219, 0.55);
}
.focus\:bg-gray-300\/60:focus {
    background-color: rgba(209, 213, 219, 0.6);
}
.focus\:bg-gray-300\/65:focus {
    background-color: rgba(209, 213, 219, 0.65);
}
.focus\:bg-gray-300\/70:focus {
    background-color: rgba(209, 213, 219, 0.7);
}
.focus\:bg-gray-300\/75:focus {
    background-color: rgba(209, 213, 219, 0.75);
}
.focus\:bg-gray-300\/80:focus {
    background-color: rgba(209, 213, 219, 0.8);
}
.focus\:bg-gray-300\/85:focus {
    background-color: rgba(209, 213, 219, 0.85);
}
.focus\:bg-gray-300\/90:focus {
    background-color: rgba(209, 213, 219, 0.9);
}
.focus\:bg-gray-300\/95:focus {
    background-color: rgba(209, 213, 219, 0.95);
}
.focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-400\/0:focus {
    background-color: rgba(156, 163, 175, 0);
}
.focus\:bg-gray-400\/10:focus {
    background-color: rgba(156, 163, 175, 0.1);
}
.focus\:bg-gray-400\/100:focus {
    background-color: #9ca3af;
}
.focus\:bg-gray-400\/15:focus {
    background-color: rgba(156, 163, 175, 0.15);
}
.focus\:bg-gray-400\/20:focus {
    background-color: rgba(156, 163, 175, 0.2);
}
.focus\:bg-gray-400\/25:focus {
    background-color: rgba(156, 163, 175, 0.25);
}
.focus\:bg-gray-400\/30:focus {
    background-color: rgba(156, 163, 175, 0.3);
}
.focus\:bg-gray-400\/35:focus {
    background-color: rgba(156, 163, 175, 0.35);
}
.focus\:bg-gray-400\/40:focus {
    background-color: rgba(156, 163, 175, 0.4);
}
.focus\:bg-gray-400\/45:focus {
    background-color: rgba(156, 163, 175, 0.45);
}
.focus\:bg-gray-400\/5:focus {
    background-color: rgba(156, 163, 175, 0.05);
}
.focus\:bg-gray-400\/50:focus {
    background-color: rgba(156, 163, 175, 0.5);
}
.focus\:bg-gray-400\/55:focus {
    background-color: rgba(156, 163, 175, 0.55);
}
.focus\:bg-gray-400\/60:focus {
    background-color: rgba(156, 163, 175, 0.6);
}
.focus\:bg-gray-400\/65:focus {
    background-color: rgba(156, 163, 175, 0.65);
}
.focus\:bg-gray-400\/70:focus {
    background-color: rgba(156, 163, 175, 0.7);
}
.focus\:bg-gray-400\/75:focus {
    background-color: rgba(156, 163, 175, 0.75);
}
.focus\:bg-gray-400\/80:focus {
    background-color: rgba(156, 163, 175, 0.8);
}
.focus\:bg-gray-400\/85:focus {
    background-color: rgba(156, 163, 175, 0.85);
}
.focus\:bg-gray-400\/90:focus {
    background-color: rgba(156, 163, 175, 0.9);
}
.focus\:bg-gray-400\/95:focus {
    background-color: rgba(156, 163, 175, 0.95);
}
.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-50\/0:focus {
    background-color: rgba(249, 250, 251, 0);
}
.focus\:bg-gray-50\/10:focus {
    background-color: rgba(249, 250, 251, 0.1);
}
.focus\:bg-gray-50\/100:focus {
    background-color: #f9fafb;
}
.focus\:bg-gray-50\/15:focus {
    background-color: rgba(249, 250, 251, 0.15);
}
.focus\:bg-gray-50\/20:focus {
    background-color: rgba(249, 250, 251, 0.2);
}
.focus\:bg-gray-50\/25:focus {
    background-color: rgba(249, 250, 251, 0.25);
}
.focus\:bg-gray-50\/30:focus {
    background-color: rgba(249, 250, 251, 0.3);
}
.focus\:bg-gray-50\/35:focus {
    background-color: rgba(249, 250, 251, 0.35);
}
.focus\:bg-gray-50\/40:focus {
    background-color: rgba(249, 250, 251, 0.4);
}
.focus\:bg-gray-50\/45:focus {
    background-color: rgba(249, 250, 251, 0.45);
}
.focus\:bg-gray-50\/5:focus {
    background-color: rgba(249, 250, 251, 0.05);
}
.focus\:bg-gray-50\/50:focus {
    background-color: rgba(249, 250, 251, 0.5);
}
.focus\:bg-gray-50\/55:focus {
    background-color: rgba(249, 250, 251, 0.55);
}
.focus\:bg-gray-50\/60:focus {
    background-color: rgba(249, 250, 251, 0.6);
}
.focus\:bg-gray-50\/65:focus {
    background-color: rgba(249, 250, 251, 0.65);
}
.focus\:bg-gray-50\/70:focus {
    background-color: rgba(249, 250, 251, 0.7);
}
.focus\:bg-gray-50\/75:focus {
    background-color: rgba(249, 250, 251, 0.75);
}
.focus\:bg-gray-50\/80:focus {
    background-color: rgba(249, 250, 251, 0.8);
}
.focus\:bg-gray-50\/85:focus {
    background-color: rgba(249, 250, 251, 0.85);
}
.focus\:bg-gray-50\/90:focus {
    background-color: rgba(249, 250, 251, 0.9);
}
.focus\:bg-gray-50\/95:focus {
    background-color: rgba(249, 250, 251, 0.95);
}
.focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-500\/0:focus {
    background-color: hsla(220, 9%, 46%, 0);
}
.focus\:bg-gray-500\/10:focus {
    background-color: hsla(220, 9%, 46%, 0.1);
}
.focus\:bg-gray-500\/100:focus {
    background-color: #6b7280;
}
.focus\:bg-gray-500\/15:focus {
    background-color: hsla(220, 9%, 46%, 0.15);
}
.focus\:bg-gray-500\/20:focus {
    background-color: hsla(220, 9%, 46%, 0.2);
}
.focus\:bg-gray-500\/25:focus {
    background-color: hsla(220, 9%, 46%, 0.25);
}
.focus\:bg-gray-500\/30:focus {
    background-color: hsla(220, 9%, 46%, 0.3);
}
.focus\:bg-gray-500\/35:focus {
    background-color: hsla(220, 9%, 46%, 0.35);
}
.focus\:bg-gray-500\/40:focus {
    background-color: hsla(220, 9%, 46%, 0.4);
}
.focus\:bg-gray-500\/45:focus {
    background-color: hsla(220, 9%, 46%, 0.45);
}
.focus\:bg-gray-500\/5:focus {
    background-color: hsla(220, 9%, 46%, 0.05);
}
.focus\:bg-gray-500\/50:focus {
    background-color: hsla(220, 9%, 46%, 0.5);
}
.focus\:bg-gray-500\/55:focus {
    background-color: hsla(220, 9%, 46%, 0.55);
}
.focus\:bg-gray-500\/60:focus {
    background-color: hsla(220, 9%, 46%, 0.6);
}
.focus\:bg-gray-500\/65:focus {
    background-color: hsla(220, 9%, 46%, 0.65);
}
.focus\:bg-gray-500\/70:focus {
    background-color: hsla(220, 9%, 46%, 0.7);
}
.focus\:bg-gray-500\/75:focus {
    background-color: hsla(220, 9%, 46%, 0.75);
}
.focus\:bg-gray-500\/80:focus {
    background-color: hsla(220, 9%, 46%, 0.8);
}
.focus\:bg-gray-500\/85:focus {
    background-color: hsla(220, 9%, 46%, 0.85);
}
.focus\:bg-gray-500\/90:focus {
    background-color: hsla(220, 9%, 46%, 0.9);
}
.focus\:bg-gray-500\/95:focus {
    background-color: hsla(220, 9%, 46%, 0.95);
}
.focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-600\/0:focus {
    background-color: rgba(75, 85, 99, 0);
}
.focus\:bg-gray-600\/10:focus {
    background-color: rgba(75, 85, 99, 0.1);
}
.focus\:bg-gray-600\/100:focus {
    background-color: #4b5563;
}
.focus\:bg-gray-600\/15:focus {
    background-color: rgba(75, 85, 99, 0.15);
}
.focus\:bg-gray-600\/20:focus {
    background-color: rgba(75, 85, 99, 0.2);
}
.focus\:bg-gray-600\/25:focus {
    background-color: rgba(75, 85, 99, 0.25);
}
.focus\:bg-gray-600\/30:focus {
    background-color: rgba(75, 85, 99, 0.3);
}
.focus\:bg-gray-600\/35:focus {
    background-color: rgba(75, 85, 99, 0.35);
}
.focus\:bg-gray-600\/40:focus {
    background-color: rgba(75, 85, 99, 0.4);
}
.focus\:bg-gray-600\/45:focus {
    background-color: rgba(75, 85, 99, 0.45);
}
.focus\:bg-gray-600\/5:focus {
    background-color: rgba(75, 85, 99, 0.05);
}
.focus\:bg-gray-600\/50:focus {
    background-color: rgba(75, 85, 99, 0.5);
}
.focus\:bg-gray-600\/55:focus {
    background-color: rgba(75, 85, 99, 0.55);
}
.focus\:bg-gray-600\/60:focus {
    background-color: rgba(75, 85, 99, 0.6);
}
.focus\:bg-gray-600\/65:focus {
    background-color: rgba(75, 85, 99, 0.65);
}
.focus\:bg-gray-600\/70:focus {
    background-color: rgba(75, 85, 99, 0.7);
}
.focus\:bg-gray-600\/75:focus {
    background-color: rgba(75, 85, 99, 0.75);
}
.focus\:bg-gray-600\/80:focus {
    background-color: rgba(75, 85, 99, 0.8);
}
.focus\:bg-gray-600\/85:focus {
    background-color: rgba(75, 85, 99, 0.85);
}
.focus\:bg-gray-600\/90:focus {
    background-color: rgba(75, 85, 99, 0.9);
}
.focus\:bg-gray-600\/95:focus {
    background-color: rgba(75, 85, 99, 0.95);
}
.focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-700\/0:focus {
    background-color: rgba(55, 65, 81, 0);
}
.focus\:bg-gray-700\/10:focus {
    background-color: rgba(55, 65, 81, 0.1);
}
.focus\:bg-gray-700\/100:focus {
    background-color: #374151;
}
.focus\:bg-gray-700\/15:focus {
    background-color: rgba(55, 65, 81, 0.15);
}
.focus\:bg-gray-700\/20:focus {
    background-color: rgba(55, 65, 81, 0.2);
}
.focus\:bg-gray-700\/25:focus {
    background-color: rgba(55, 65, 81, 0.25);
}
.focus\:bg-gray-700\/30:focus {
    background-color: rgba(55, 65, 81, 0.3);
}
.focus\:bg-gray-700\/35:focus {
    background-color: rgba(55, 65, 81, 0.35);
}
.focus\:bg-gray-700\/40:focus {
    background-color: rgba(55, 65, 81, 0.4);
}
.focus\:bg-gray-700\/45:focus {
    background-color: rgba(55, 65, 81, 0.45);
}
.focus\:bg-gray-700\/5:focus {
    background-color: rgba(55, 65, 81, 0.05);
}
.focus\:bg-gray-700\/50:focus {
    background-color: rgba(55, 65, 81, 0.5);
}
.focus\:bg-gray-700\/55:focus {
    background-color: rgba(55, 65, 81, 0.55);
}
.focus\:bg-gray-700\/60:focus {
    background-color: rgba(55, 65, 81, 0.6);
}
.focus\:bg-gray-700\/65:focus {
    background-color: rgba(55, 65, 81, 0.65);
}
.focus\:bg-gray-700\/70:focus {
    background-color: rgba(55, 65, 81, 0.7);
}
.focus\:bg-gray-700\/75:focus {
    background-color: rgba(55, 65, 81, 0.75);
}
.focus\:bg-gray-700\/80:focus {
    background-color: rgba(55, 65, 81, 0.8);
}
.focus\:bg-gray-700\/85:focus {
    background-color: rgba(55, 65, 81, 0.85);
}
.focus\:bg-gray-700\/90:focus {
    background-color: rgba(55, 65, 81, 0.9);
}
.focus\:bg-gray-700\/95:focus {
    background-color: rgba(55, 65, 81, 0.95);
}
.focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-800\/0:focus {
    background-color: rgba(31, 41, 55, 0);
}
.focus\:bg-gray-800\/10:focus {
    background-color: rgba(31, 41, 55, 0.1);
}
.focus\:bg-gray-800\/100:focus {
    background-color: #1f2937;
}
.focus\:bg-gray-800\/15:focus {
    background-color: rgba(31, 41, 55, 0.15);
}
.focus\:bg-gray-800\/20:focus {
    background-color: rgba(31, 41, 55, 0.2);
}
.focus\:bg-gray-800\/25:focus {
    background-color: rgba(31, 41, 55, 0.25);
}
.focus\:bg-gray-800\/30:focus {
    background-color: rgba(31, 41, 55, 0.3);
}
.focus\:bg-gray-800\/35:focus {
    background-color: rgba(31, 41, 55, 0.35);
}
.focus\:bg-gray-800\/40:focus {
    background-color: rgba(31, 41, 55, 0.4);
}
.focus\:bg-gray-800\/45:focus {
    background-color: rgba(31, 41, 55, 0.45);
}
.focus\:bg-gray-800\/5:focus {
    background-color: rgba(31, 41, 55, 0.05);
}
.focus\:bg-gray-800\/50:focus {
    background-color: rgba(31, 41, 55, 0.5);
}
.focus\:bg-gray-800\/55:focus {
    background-color: rgba(31, 41, 55, 0.55);
}
.focus\:bg-gray-800\/60:focus {
    background-color: rgba(31, 41, 55, 0.6);
}
.focus\:bg-gray-800\/65:focus {
    background-color: rgba(31, 41, 55, 0.65);
}
.focus\:bg-gray-800\/70:focus {
    background-color: rgba(31, 41, 55, 0.7);
}
.focus\:bg-gray-800\/75:focus {
    background-color: rgba(31, 41, 55, 0.75);
}
.focus\:bg-gray-800\/80:focus {
    background-color: rgba(31, 41, 55, 0.8);
}
.focus\:bg-gray-800\/85:focus {
    background-color: rgba(31, 41, 55, 0.85);
}
.focus\:bg-gray-800\/90:focus {
    background-color: rgba(31, 41, 55, 0.9);
}
.focus\:bg-gray-800\/95:focus {
    background-color: rgba(31, 41, 55, 0.95);
}
.focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-900\/0:focus {
    background-color: rgba(17, 24, 39, 0);
}
.focus\:bg-gray-900\/10:focus {
    background-color: rgba(17, 24, 39, 0.1);
}
.focus\:bg-gray-900\/100:focus {
    background-color: #111827;
}
.focus\:bg-gray-900\/15:focus {
    background-color: rgba(17, 24, 39, 0.15);
}
.focus\:bg-gray-900\/20:focus {
    background-color: rgba(17, 24, 39, 0.2);
}
.focus\:bg-gray-900\/25:focus {
    background-color: rgba(17, 24, 39, 0.25);
}
.focus\:bg-gray-900\/30:focus {
    background-color: rgba(17, 24, 39, 0.3);
}
.focus\:bg-gray-900\/35:focus {
    background-color: rgba(17, 24, 39, 0.35);
}
.focus\:bg-gray-900\/40:focus {
    background-color: rgba(17, 24, 39, 0.4);
}
.focus\:bg-gray-900\/45:focus {
    background-color: rgba(17, 24, 39, 0.45);
}
.focus\:bg-gray-900\/5:focus {
    background-color: rgba(17, 24, 39, 0.05);
}
.focus\:bg-gray-900\/50:focus {
    background-color: rgba(17, 24, 39, 0.5);
}
.focus\:bg-gray-900\/55:focus {
    background-color: rgba(17, 24, 39, 0.55);
}
.focus\:bg-gray-900\/60:focus {
    background-color: rgba(17, 24, 39, 0.6);
}
.focus\:bg-gray-900\/65:focus {
    background-color: rgba(17, 24, 39, 0.65);
}
.focus\:bg-gray-900\/70:focus {
    background-color: rgba(17, 24, 39, 0.7);
}
.focus\:bg-gray-900\/75:focus {
    background-color: rgba(17, 24, 39, 0.75);
}
.focus\:bg-gray-900\/80:focus {
    background-color: rgba(17, 24, 39, 0.8);
}
.focus\:bg-gray-900\/85:focus {
    background-color: rgba(17, 24, 39, 0.85);
}
.focus\:bg-gray-900\/90:focus {
    background-color: rgba(17, 24, 39, 0.9);
}
.focus\:bg-gray-900\/95:focus {
    background-color: rgba(17, 24, 39, 0.95);
}
.focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-100\/0:focus {
    background-color: rgba(209, 250, 229, 0);
}
.focus\:bg-green-100\/10:focus {
    background-color: rgba(209, 250, 229, 0.1);
}
.focus\:bg-green-100\/100:focus {
    background-color: #d1fae5;
}
.focus\:bg-green-100\/15:focus {
    background-color: rgba(209, 250, 229, 0.15);
}
.focus\:bg-green-100\/20:focus {
    background-color: rgba(209, 250, 229, 0.2);
}
.focus\:bg-green-100\/25:focus {
    background-color: rgba(209, 250, 229, 0.25);
}
.focus\:bg-green-100\/30:focus {
    background-color: rgba(209, 250, 229, 0.3);
}
.focus\:bg-green-100\/35:focus {
    background-color: rgba(209, 250, 229, 0.35);
}
.focus\:bg-green-100\/40:focus {
    background-color: rgba(209, 250, 229, 0.4);
}
.focus\:bg-green-100\/45:focus {
    background-color: rgba(209, 250, 229, 0.45);
}
.focus\:bg-green-100\/5:focus {
    background-color: rgba(209, 250, 229, 0.05);
}
.focus\:bg-green-100\/50:focus {
    background-color: rgba(209, 250, 229, 0.5);
}
.focus\:bg-green-100\/55:focus {
    background-color: rgba(209, 250, 229, 0.55);
}
.focus\:bg-green-100\/60:focus {
    background-color: rgba(209, 250, 229, 0.6);
}
.focus\:bg-green-100\/65:focus {
    background-color: rgba(209, 250, 229, 0.65);
}
.focus\:bg-green-100\/70:focus {
    background-color: rgba(209, 250, 229, 0.7);
}
.focus\:bg-green-100\/75:focus {
    background-color: rgba(209, 250, 229, 0.75);
}
.focus\:bg-green-100\/80:focus {
    background-color: rgba(209, 250, 229, 0.8);
}
.focus\:bg-green-100\/85:focus {
    background-color: rgba(209, 250, 229, 0.85);
}
.focus\:bg-green-100\/90:focus {
    background-color: rgba(209, 250, 229, 0.9);
}
.focus\:bg-green-100\/95:focus {
    background-color: rgba(209, 250, 229, 0.95);
}
.focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-200\/0:focus {
    background-color: rgba(167, 243, 208, 0);
}
.focus\:bg-green-200\/10:focus {
    background-color: rgba(167, 243, 208, 0.1);
}
.focus\:bg-green-200\/100:focus {
    background-color: #a7f3d0;
}
.focus\:bg-green-200\/15:focus {
    background-color: rgba(167, 243, 208, 0.15);
}
.focus\:bg-green-200\/20:focus {
    background-color: rgba(167, 243, 208, 0.2);
}
.focus\:bg-green-200\/25:focus {
    background-color: rgba(167, 243, 208, 0.25);
}
.focus\:bg-green-200\/30:focus {
    background-color: rgba(167, 243, 208, 0.3);
}
.focus\:bg-green-200\/35:focus {
    background-color: rgba(167, 243, 208, 0.35);
}
.focus\:bg-green-200\/40:focus {
    background-color: rgba(167, 243, 208, 0.4);
}
.focus\:bg-green-200\/45:focus {
    background-color: rgba(167, 243, 208, 0.45);
}
.focus\:bg-green-200\/5:focus {
    background-color: rgba(167, 243, 208, 0.05);
}
.focus\:bg-green-200\/50:focus {
    background-color: rgba(167, 243, 208, 0.5);
}
.focus\:bg-green-200\/55:focus {
    background-color: rgba(167, 243, 208, 0.55);
}
.focus\:bg-green-200\/60:focus {
    background-color: rgba(167, 243, 208, 0.6);
}
.focus\:bg-green-200\/65:focus {
    background-color: rgba(167, 243, 208, 0.65);
}
.focus\:bg-green-200\/70:focus {
    background-color: rgba(167, 243, 208, 0.7);
}
.focus\:bg-green-200\/75:focus {
    background-color: rgba(167, 243, 208, 0.75);
}
.focus\:bg-green-200\/80:focus {
    background-color: rgba(167, 243, 208, 0.8);
}
.focus\:bg-green-200\/85:focus {
    background-color: rgba(167, 243, 208, 0.85);
}
.focus\:bg-green-200\/90:focus {
    background-color: rgba(167, 243, 208, 0.9);
}
.focus\:bg-green-200\/95:focus {
    background-color: rgba(167, 243, 208, 0.95);
}
.focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-300\/0:focus {
    background-color: rgba(110, 231, 183, 0);
}
.focus\:bg-green-300\/10:focus {
    background-color: rgba(110, 231, 183, 0.1);
}
.focus\:bg-green-300\/100:focus {
    background-color: #6ee7b7;
}
.focus\:bg-green-300\/15:focus {
    background-color: rgba(110, 231, 183, 0.15);
}
.focus\:bg-green-300\/20:focus {
    background-color: rgba(110, 231, 183, 0.2);
}
.focus\:bg-green-300\/25:focus {
    background-color: rgba(110, 231, 183, 0.25);
}
.focus\:bg-green-300\/30:focus {
    background-color: rgba(110, 231, 183, 0.3);
}
.focus\:bg-green-300\/35:focus {
    background-color: rgba(110, 231, 183, 0.35);
}
.focus\:bg-green-300\/40:focus {
    background-color: rgba(110, 231, 183, 0.4);
}
.focus\:bg-green-300\/45:focus {
    background-color: rgba(110, 231, 183, 0.45);
}
.focus\:bg-green-300\/5:focus {
    background-color: rgba(110, 231, 183, 0.05);
}
.focus\:bg-green-300\/50:focus {
    background-color: rgba(110, 231, 183, 0.5);
}
.focus\:bg-green-300\/55:focus {
    background-color: rgba(110, 231, 183, 0.55);
}
.focus\:bg-green-300\/60:focus {
    background-color: rgba(110, 231, 183, 0.6);
}
.focus\:bg-green-300\/65:focus {
    background-color: rgba(110, 231, 183, 0.65);
}
.focus\:bg-green-300\/70:focus {
    background-color: rgba(110, 231, 183, 0.7);
}
.focus\:bg-green-300\/75:focus {
    background-color: rgba(110, 231, 183, 0.75);
}
.focus\:bg-green-300\/80:focus {
    background-color: rgba(110, 231, 183, 0.8);
}
.focus\:bg-green-300\/85:focus {
    background-color: rgba(110, 231, 183, 0.85);
}
.focus\:bg-green-300\/90:focus {
    background-color: rgba(110, 231, 183, 0.9);
}
.focus\:bg-green-300\/95:focus {
    background-color: rgba(110, 231, 183, 0.95);
}
.focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-400\/0:focus {
    background-color: rgba(52, 211, 153, 0);
}
.focus\:bg-green-400\/10:focus {
    background-color: rgba(52, 211, 153, 0.1);
}
.focus\:bg-green-400\/100:focus {
    background-color: #34d399;
}
.focus\:bg-green-400\/15:focus {
    background-color: rgba(52, 211, 153, 0.15);
}
.focus\:bg-green-400\/20:focus {
    background-color: rgba(52, 211, 153, 0.2);
}
.focus\:bg-green-400\/25:focus {
    background-color: rgba(52, 211, 153, 0.25);
}
.focus\:bg-green-400\/30:focus {
    background-color: rgba(52, 211, 153, 0.3);
}
.focus\:bg-green-400\/35:focus {
    background-color: rgba(52, 211, 153, 0.35);
}
.focus\:bg-green-400\/40:focus {
    background-color: rgba(52, 211, 153, 0.4);
}
.focus\:bg-green-400\/45:focus {
    background-color: rgba(52, 211, 153, 0.45);
}
.focus\:bg-green-400\/5:focus {
    background-color: rgba(52, 211, 153, 0.05);
}
.focus\:bg-green-400\/50:focus {
    background-color: rgba(52, 211, 153, 0.5);
}
.focus\:bg-green-400\/55:focus {
    background-color: rgba(52, 211, 153, 0.55);
}
.focus\:bg-green-400\/60:focus {
    background-color: rgba(52, 211, 153, 0.6);
}
.focus\:bg-green-400\/65:focus {
    background-color: rgba(52, 211, 153, 0.65);
}
.focus\:bg-green-400\/70:focus {
    background-color: rgba(52, 211, 153, 0.7);
}
.focus\:bg-green-400\/75:focus {
    background-color: rgba(52, 211, 153, 0.75);
}
.focus\:bg-green-400\/80:focus {
    background-color: rgba(52, 211, 153, 0.8);
}
.focus\:bg-green-400\/85:focus {
    background-color: rgba(52, 211, 153, 0.85);
}
.focus\:bg-green-400\/90:focus {
    background-color: rgba(52, 211, 153, 0.9);
}
.focus\:bg-green-400\/95:focus {
    background-color: rgba(52, 211, 153, 0.95);
}
.focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-50\/0:focus {
    background-color: rgba(236, 253, 245, 0);
}
.focus\:bg-green-50\/10:focus {
    background-color: rgba(236, 253, 245, 0.1);
}
.focus\:bg-green-50\/100:focus {
    background-color: #ecfdf5;
}
.focus\:bg-green-50\/15:focus {
    background-color: rgba(236, 253, 245, 0.15);
}
.focus\:bg-green-50\/20:focus {
    background-color: rgba(236, 253, 245, 0.2);
}
.focus\:bg-green-50\/25:focus {
    background-color: rgba(236, 253, 245, 0.25);
}
.focus\:bg-green-50\/30:focus {
    background-color: rgba(236, 253, 245, 0.3);
}
.focus\:bg-green-50\/35:focus {
    background-color: rgba(236, 253, 245, 0.35);
}
.focus\:bg-green-50\/40:focus {
    background-color: rgba(236, 253, 245, 0.4);
}
.focus\:bg-green-50\/45:focus {
    background-color: rgba(236, 253, 245, 0.45);
}
.focus\:bg-green-50\/5:focus {
    background-color: rgba(236, 253, 245, 0.05);
}
.focus\:bg-green-50\/50:focus {
    background-color: rgba(236, 253, 245, 0.5);
}
.focus\:bg-green-50\/55:focus {
    background-color: rgba(236, 253, 245, 0.55);
}
.focus\:bg-green-50\/60:focus {
    background-color: rgba(236, 253, 245, 0.6);
}
.focus\:bg-green-50\/65:focus {
    background-color: rgba(236, 253, 245, 0.65);
}
.focus\:bg-green-50\/70:focus {
    background-color: rgba(236, 253, 245, 0.7);
}
.focus\:bg-green-50\/75:focus {
    background-color: rgba(236, 253, 245, 0.75);
}
.focus\:bg-green-50\/80:focus {
    background-color: rgba(236, 253, 245, 0.8);
}
.focus\:bg-green-50\/85:focus {
    background-color: rgba(236, 253, 245, 0.85);
}
.focus\:bg-green-50\/90:focus {
    background-color: rgba(236, 253, 245, 0.9);
}
.focus\:bg-green-50\/95:focus {
    background-color: rgba(236, 253, 245, 0.95);
}
.focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-500\/0:focus {
    background-color: rgba(16, 185, 129, 0);
}
.focus\:bg-green-500\/10:focus {
    background-color: rgba(16, 185, 129, 0.1);
}
.focus\:bg-green-500\/100:focus {
    background-color: #10b981;
}
.focus\:bg-green-500\/15:focus {
    background-color: rgba(16, 185, 129, 0.15);
}
.focus\:bg-green-500\/20:focus {
    background-color: rgba(16, 185, 129, 0.2);
}
.focus\:bg-green-500\/25:focus {
    background-color: rgba(16, 185, 129, 0.25);
}
.focus\:bg-green-500\/30:focus {
    background-color: rgba(16, 185, 129, 0.3);
}
.focus\:bg-green-500\/35:focus {
    background-color: rgba(16, 185, 129, 0.35);
}
.focus\:bg-green-500\/40:focus {
    background-color: rgba(16, 185, 129, 0.4);
}
.focus\:bg-green-500\/45:focus {
    background-color: rgba(16, 185, 129, 0.45);
}
.focus\:bg-green-500\/5:focus {
    background-color: rgba(16, 185, 129, 0.05);
}
.focus\:bg-green-500\/50:focus {
    background-color: rgba(16, 185, 129, 0.5);
}
.focus\:bg-green-500\/55:focus {
    background-color: rgba(16, 185, 129, 0.55);
}
.focus\:bg-green-500\/60:focus {
    background-color: rgba(16, 185, 129, 0.6);
}
.focus\:bg-green-500\/65:focus {
    background-color: rgba(16, 185, 129, 0.65);
}
.focus\:bg-green-500\/70:focus {
    background-color: rgba(16, 185, 129, 0.7);
}
.focus\:bg-green-500\/75:focus {
    background-color: rgba(16, 185, 129, 0.75);
}
.focus\:bg-green-500\/80:focus {
    background-color: rgba(16, 185, 129, 0.8);
}
.focus\:bg-green-500\/85:focus {
    background-color: rgba(16, 185, 129, 0.85);
}
.focus\:bg-green-500\/90:focus {
    background-color: rgba(16, 185, 129, 0.9);
}
.focus\:bg-green-500\/95:focus {
    background-color: rgba(16, 185, 129, 0.95);
}
.focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-600\/0:focus {
    background-color: rgba(5, 150, 105, 0);
}
.focus\:bg-green-600\/10:focus {
    background-color: rgba(5, 150, 105, 0.1);
}
.focus\:bg-green-600\/100:focus {
    background-color: #059669;
}
.focus\:bg-green-600\/15:focus {
    background-color: rgba(5, 150, 105, 0.15);
}
.focus\:bg-green-600\/20:focus {
    background-color: rgba(5, 150, 105, 0.2);
}
.focus\:bg-green-600\/25:focus {
    background-color: rgba(5, 150, 105, 0.25);
}
.focus\:bg-green-600\/30:focus {
    background-color: rgba(5, 150, 105, 0.3);
}
.focus\:bg-green-600\/35:focus {
    background-color: rgba(5, 150, 105, 0.35);
}
.focus\:bg-green-600\/40:focus {
    background-color: rgba(5, 150, 105, 0.4);
}
.focus\:bg-green-600\/45:focus {
    background-color: rgba(5, 150, 105, 0.45);
}
.focus\:bg-green-600\/5:focus {
    background-color: rgba(5, 150, 105, 0.05);
}
.focus\:bg-green-600\/50:focus {
    background-color: rgba(5, 150, 105, 0.5);
}
.focus\:bg-green-600\/55:focus {
    background-color: rgba(5, 150, 105, 0.55);
}
.focus\:bg-green-600\/60:focus {
    background-color: rgba(5, 150, 105, 0.6);
}
.focus\:bg-green-600\/65:focus {
    background-color: rgba(5, 150, 105, 0.65);
}
.focus\:bg-green-600\/70:focus {
    background-color: rgba(5, 150, 105, 0.7);
}
.focus\:bg-green-600\/75:focus {
    background-color: rgba(5, 150, 105, 0.75);
}
.focus\:bg-green-600\/80:focus {
    background-color: rgba(5, 150, 105, 0.8);
}
.focus\:bg-green-600\/85:focus {
    background-color: rgba(5, 150, 105, 0.85);
}
.focus\:bg-green-600\/90:focus {
    background-color: rgba(5, 150, 105, 0.9);
}
.focus\:bg-green-600\/95:focus {
    background-color: rgba(5, 150, 105, 0.95);
}
.focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-700\/0:focus {
    background-color: rgba(4, 120, 87, 0);
}
.focus\:bg-green-700\/10:focus {
    background-color: rgba(4, 120, 87, 0.1);
}
.focus\:bg-green-700\/100:focus {
    background-color: #047857;
}
.focus\:bg-green-700\/15:focus {
    background-color: rgba(4, 120, 87, 0.15);
}
.focus\:bg-green-700\/20:focus {
    background-color: rgba(4, 120, 87, 0.2);
}
.focus\:bg-green-700\/25:focus {
    background-color: rgba(4, 120, 87, 0.25);
}
.focus\:bg-green-700\/30:focus {
    background-color: rgba(4, 120, 87, 0.3);
}
.focus\:bg-green-700\/35:focus {
    background-color: rgba(4, 120, 87, 0.35);
}
.focus\:bg-green-700\/40:focus {
    background-color: rgba(4, 120, 87, 0.4);
}
.focus\:bg-green-700\/45:focus {
    background-color: rgba(4, 120, 87, 0.45);
}
.focus\:bg-green-700\/5:focus {
    background-color: rgba(4, 120, 87, 0.05);
}
.focus\:bg-green-700\/50:focus {
    background-color: rgba(4, 120, 87, 0.5);
}
.focus\:bg-green-700\/55:focus {
    background-color: rgba(4, 120, 87, 0.55);
}
.focus\:bg-green-700\/60:focus {
    background-color: rgba(4, 120, 87, 0.6);
}
.focus\:bg-green-700\/65:focus {
    background-color: rgba(4, 120, 87, 0.65);
}
.focus\:bg-green-700\/70:focus {
    background-color: rgba(4, 120, 87, 0.7);
}
.focus\:bg-green-700\/75:focus {
    background-color: rgba(4, 120, 87, 0.75);
}
.focus\:bg-green-700\/80:focus {
    background-color: rgba(4, 120, 87, 0.8);
}
.focus\:bg-green-700\/85:focus {
    background-color: rgba(4, 120, 87, 0.85);
}
.focus\:bg-green-700\/90:focus {
    background-color: rgba(4, 120, 87, 0.9);
}
.focus\:bg-green-700\/95:focus {
    background-color: rgba(4, 120, 87, 0.95);
}
.focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-800\/0:focus {
    background-color: rgba(6, 95, 70, 0);
}
.focus\:bg-green-800\/10:focus {
    background-color: rgba(6, 95, 70, 0.1);
}
.focus\:bg-green-800\/100:focus {
    background-color: #065f46;
}
.focus\:bg-green-800\/15:focus {
    background-color: rgba(6, 95, 70, 0.15);
}
.focus\:bg-green-800\/20:focus {
    background-color: rgba(6, 95, 70, 0.2);
}
.focus\:bg-green-800\/25:focus {
    background-color: rgba(6, 95, 70, 0.25);
}
.focus\:bg-green-800\/30:focus {
    background-color: rgba(6, 95, 70, 0.3);
}
.focus\:bg-green-800\/35:focus {
    background-color: rgba(6, 95, 70, 0.35);
}
.focus\:bg-green-800\/40:focus {
    background-color: rgba(6, 95, 70, 0.4);
}
.focus\:bg-green-800\/45:focus {
    background-color: rgba(6, 95, 70, 0.45);
}
.focus\:bg-green-800\/5:focus {
    background-color: rgba(6, 95, 70, 0.05);
}
.focus\:bg-green-800\/50:focus {
    background-color: rgba(6, 95, 70, 0.5);
}
.focus\:bg-green-800\/55:focus {
    background-color: rgba(6, 95, 70, 0.55);
}
.focus\:bg-green-800\/60:focus {
    background-color: rgba(6, 95, 70, 0.6);
}
.focus\:bg-green-800\/65:focus {
    background-color: rgba(6, 95, 70, 0.65);
}
.focus\:bg-green-800\/70:focus {
    background-color: rgba(6, 95, 70, 0.7);
}
.focus\:bg-green-800\/75:focus {
    background-color: rgba(6, 95, 70, 0.75);
}
.focus\:bg-green-800\/80:focus {
    background-color: rgba(6, 95, 70, 0.8);
}
.focus\:bg-green-800\/85:focus {
    background-color: rgba(6, 95, 70, 0.85);
}
.focus\:bg-green-800\/90:focus {
    background-color: rgba(6, 95, 70, 0.9);
}
.focus\:bg-green-800\/95:focus {
    background-color: rgba(6, 95, 70, 0.95);
}
.focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-900\/0:focus {
    background-color: rgba(6, 78, 59, 0);
}
.focus\:bg-green-900\/10:focus {
    background-color: rgba(6, 78, 59, 0.1);
}
.focus\:bg-green-900\/100:focus {
    background-color: #064e3b;
}
.focus\:bg-green-900\/15:focus {
    background-color: rgba(6, 78, 59, 0.15);
}
.focus\:bg-green-900\/20:focus {
    background-color: rgba(6, 78, 59, 0.2);
}
.focus\:bg-green-900\/25:focus {
    background-color: rgba(6, 78, 59, 0.25);
}
.focus\:bg-green-900\/30:focus {
    background-color: rgba(6, 78, 59, 0.3);
}
.focus\:bg-green-900\/35:focus {
    background-color: rgba(6, 78, 59, 0.35);
}
.focus\:bg-green-900\/40:focus {
    background-color: rgba(6, 78, 59, 0.4);
}
.focus\:bg-green-900\/45:focus {
    background-color: rgba(6, 78, 59, 0.45);
}
.focus\:bg-green-900\/5:focus {
    background-color: rgba(6, 78, 59, 0.05);
}
.focus\:bg-green-900\/50:focus {
    background-color: rgba(6, 78, 59, 0.5);
}
.focus\:bg-green-900\/55:focus {
    background-color: rgba(6, 78, 59, 0.55);
}
.focus\:bg-green-900\/60:focus {
    background-color: rgba(6, 78, 59, 0.6);
}
.focus\:bg-green-900\/65:focus {
    background-color: rgba(6, 78, 59, 0.65);
}
.focus\:bg-green-900\/70:focus {
    background-color: rgba(6, 78, 59, 0.7);
}
.focus\:bg-green-900\/75:focus {
    background-color: rgba(6, 78, 59, 0.75);
}
.focus\:bg-green-900\/80:focus {
    background-color: rgba(6, 78, 59, 0.8);
}
.focus\:bg-green-900\/85:focus {
    background-color: rgba(6, 78, 59, 0.85);
}
.focus\:bg-green-900\/90:focus {
    background-color: rgba(6, 78, 59, 0.9);
}
.focus\:bg-green-900\/95:focus {
    background-color: rgba(6, 78, 59, 0.95);
}
.focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-100\/0:focus {
    background-color: rgba(224, 231, 255, 0);
}
.focus\:bg-indigo-100\/10:focus {
    background-color: rgba(224, 231, 255, 0.1);
}
.focus\:bg-indigo-100\/100:focus {
    background-color: #e0e7ff;
}
.focus\:bg-indigo-100\/15:focus {
    background-color: rgba(224, 231, 255, 0.15);
}
.focus\:bg-indigo-100\/20:focus {
    background-color: rgba(224, 231, 255, 0.2);
}
.focus\:bg-indigo-100\/25:focus {
    background-color: rgba(224, 231, 255, 0.25);
}
.focus\:bg-indigo-100\/30:focus {
    background-color: rgba(224, 231, 255, 0.3);
}
.focus\:bg-indigo-100\/35:focus {
    background-color: rgba(224, 231, 255, 0.35);
}
.focus\:bg-indigo-100\/40:focus {
    background-color: rgba(224, 231, 255, 0.4);
}
.focus\:bg-indigo-100\/45:focus {
    background-color: rgba(224, 231, 255, 0.45);
}
.focus\:bg-indigo-100\/5:focus {
    background-color: rgba(224, 231, 255, 0.05);
}
.focus\:bg-indigo-100\/50:focus {
    background-color: rgba(224, 231, 255, 0.5);
}
.focus\:bg-indigo-100\/55:focus {
    background-color: rgba(224, 231, 255, 0.55);
}
.focus\:bg-indigo-100\/60:focus {
    background-color: rgba(224, 231, 255, 0.6);
}
.focus\:bg-indigo-100\/65:focus {
    background-color: rgba(224, 231, 255, 0.65);
}
.focus\:bg-indigo-100\/70:focus {
    background-color: rgba(224, 231, 255, 0.7);
}
.focus\:bg-indigo-100\/75:focus {
    background-color: rgba(224, 231, 255, 0.75);
}
.focus\:bg-indigo-100\/80:focus {
    background-color: rgba(224, 231, 255, 0.8);
}
.focus\:bg-indigo-100\/85:focus {
    background-color: rgba(224, 231, 255, 0.85);
}
.focus\:bg-indigo-100\/90:focus {
    background-color: rgba(224, 231, 255, 0.9);
}
.focus\:bg-indigo-100\/95:focus {
    background-color: rgba(224, 231, 255, 0.95);
}
.focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-200\/0:focus {
    background-color: rgba(199, 210, 254, 0);
}
.focus\:bg-indigo-200\/10:focus {
    background-color: rgba(199, 210, 254, 0.1);
}
.focus\:bg-indigo-200\/100:focus {
    background-color: #c7d2fe;
}
.focus\:bg-indigo-200\/15:focus {
    background-color: rgba(199, 210, 254, 0.15);
}
.focus\:bg-indigo-200\/20:focus {
    background-color: rgba(199, 210, 254, 0.2);
}
.focus\:bg-indigo-200\/25:focus {
    background-color: rgba(199, 210, 254, 0.25);
}
.focus\:bg-indigo-200\/30:focus {
    background-color: rgba(199, 210, 254, 0.3);
}
.focus\:bg-indigo-200\/35:focus {
    background-color: rgba(199, 210, 254, 0.35);
}
.focus\:bg-indigo-200\/40:focus {
    background-color: rgba(199, 210, 254, 0.4);
}
.focus\:bg-indigo-200\/45:focus {
    background-color: rgba(199, 210, 254, 0.45);
}
.focus\:bg-indigo-200\/5:focus {
    background-color: rgba(199, 210, 254, 0.05);
}
.focus\:bg-indigo-200\/50:focus {
    background-color: rgba(199, 210, 254, 0.5);
}
.focus\:bg-indigo-200\/55:focus {
    background-color: rgba(199, 210, 254, 0.55);
}
.focus\:bg-indigo-200\/60:focus {
    background-color: rgba(199, 210, 254, 0.6);
}
.focus\:bg-indigo-200\/65:focus {
    background-color: rgba(199, 210, 254, 0.65);
}
.focus\:bg-indigo-200\/70:focus {
    background-color: rgba(199, 210, 254, 0.7);
}
.focus\:bg-indigo-200\/75:focus {
    background-color: rgba(199, 210, 254, 0.75);
}
.focus\:bg-indigo-200\/80:focus {
    background-color: rgba(199, 210, 254, 0.8);
}
.focus\:bg-indigo-200\/85:focus {
    background-color: rgba(199, 210, 254, 0.85);
}
.focus\:bg-indigo-200\/90:focus {
    background-color: rgba(199, 210, 254, 0.9);
}
.focus\:bg-indigo-200\/95:focus {
    background-color: rgba(199, 210, 254, 0.95);
}
.focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-300\/0:focus {
    background-color: rgba(165, 180, 252, 0);
}
.focus\:bg-indigo-300\/10:focus {
    background-color: rgba(165, 180, 252, 0.1);
}
.focus\:bg-indigo-300\/100:focus {
    background-color: #a5b4fc;
}
.focus\:bg-indigo-300\/15:focus {
    background-color: rgba(165, 180, 252, 0.15);
}
.focus\:bg-indigo-300\/20:focus {
    background-color: rgba(165, 180, 252, 0.2);
}
.focus\:bg-indigo-300\/25:focus {
    background-color: rgba(165, 180, 252, 0.25);
}
.focus\:bg-indigo-300\/30:focus {
    background-color: rgba(165, 180, 252, 0.3);
}
.focus\:bg-indigo-300\/35:focus {
    background-color: rgba(165, 180, 252, 0.35);
}
.focus\:bg-indigo-300\/40:focus {
    background-color: rgba(165, 180, 252, 0.4);
}
.focus\:bg-indigo-300\/45:focus {
    background-color: rgba(165, 180, 252, 0.45);
}
.focus\:bg-indigo-300\/5:focus {
    background-color: rgba(165, 180, 252, 0.05);
}
.focus\:bg-indigo-300\/50:focus {
    background-color: rgba(165, 180, 252, 0.5);
}
.focus\:bg-indigo-300\/55:focus {
    background-color: rgba(165, 180, 252, 0.55);
}
.focus\:bg-indigo-300\/60:focus {
    background-color: rgba(165, 180, 252, 0.6);
}
.focus\:bg-indigo-300\/65:focus {
    background-color: rgba(165, 180, 252, 0.65);
}
.focus\:bg-indigo-300\/70:focus {
    background-color: rgba(165, 180, 252, 0.7);
}
.focus\:bg-indigo-300\/75:focus {
    background-color: rgba(165, 180, 252, 0.75);
}
.focus\:bg-indigo-300\/80:focus {
    background-color: rgba(165, 180, 252, 0.8);
}
.focus\:bg-indigo-300\/85:focus {
    background-color: rgba(165, 180, 252, 0.85);
}
.focus\:bg-indigo-300\/90:focus {
    background-color: rgba(165, 180, 252, 0.9);
}
.focus\:bg-indigo-300\/95:focus {
    background-color: rgba(165, 180, 252, 0.95);
}
.focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-400\/0:focus {
    background-color: rgba(129, 140, 248, 0);
}
.focus\:bg-indigo-400\/10:focus {
    background-color: rgba(129, 140, 248, 0.1);
}
.focus\:bg-indigo-400\/100:focus {
    background-color: #818cf8;
}
.focus\:bg-indigo-400\/15:focus {
    background-color: rgba(129, 140, 248, 0.15);
}
.focus\:bg-indigo-400\/20:focus {
    background-color: rgba(129, 140, 248, 0.2);
}
.focus\:bg-indigo-400\/25:focus {
    background-color: rgba(129, 140, 248, 0.25);
}
.focus\:bg-indigo-400\/30:focus {
    background-color: rgba(129, 140, 248, 0.3);
}
.focus\:bg-indigo-400\/35:focus {
    background-color: rgba(129, 140, 248, 0.35);
}
.focus\:bg-indigo-400\/40:focus {
    background-color: rgba(129, 140, 248, 0.4);
}
.focus\:bg-indigo-400\/45:focus {
    background-color: rgba(129, 140, 248, 0.45);
}
.focus\:bg-indigo-400\/5:focus {
    background-color: rgba(129, 140, 248, 0.05);
}
.focus\:bg-indigo-400\/50:focus {
    background-color: rgba(129, 140, 248, 0.5);
}
.focus\:bg-indigo-400\/55:focus {
    background-color: rgba(129, 140, 248, 0.55);
}
.focus\:bg-indigo-400\/60:focus {
    background-color: rgba(129, 140, 248, 0.6);
}
.focus\:bg-indigo-400\/65:focus {
    background-color: rgba(129, 140, 248, 0.65);
}
.focus\:bg-indigo-400\/70:focus {
    background-color: rgba(129, 140, 248, 0.7);
}
.focus\:bg-indigo-400\/75:focus {
    background-color: rgba(129, 140, 248, 0.75);
}
.focus\:bg-indigo-400\/80:focus {
    background-color: rgba(129, 140, 248, 0.8);
}
.focus\:bg-indigo-400\/85:focus {
    background-color: rgba(129, 140, 248, 0.85);
}
.focus\:bg-indigo-400\/90:focus {
    background-color: rgba(129, 140, 248, 0.9);
}
.focus\:bg-indigo-400\/95:focus {
    background-color: rgba(129, 140, 248, 0.95);
}
.focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-50\/0:focus {
    background-color: rgba(238, 242, 255, 0);
}
.focus\:bg-indigo-50\/10:focus {
    background-color: rgba(238, 242, 255, 0.1);
}
.focus\:bg-indigo-50\/100:focus {
    background-color: #eef2ff;
}
.focus\:bg-indigo-50\/15:focus {
    background-color: rgba(238, 242, 255, 0.15);
}
.focus\:bg-indigo-50\/20:focus {
    background-color: rgba(238, 242, 255, 0.2);
}
.focus\:bg-indigo-50\/25:focus {
    background-color: rgba(238, 242, 255, 0.25);
}
.focus\:bg-indigo-50\/30:focus {
    background-color: rgba(238, 242, 255, 0.3);
}
.focus\:bg-indigo-50\/35:focus {
    background-color: rgba(238, 242, 255, 0.35);
}
.focus\:bg-indigo-50\/40:focus {
    background-color: rgba(238, 242, 255, 0.4);
}
.focus\:bg-indigo-50\/45:focus {
    background-color: rgba(238, 242, 255, 0.45);
}
.focus\:bg-indigo-50\/5:focus {
    background-color: rgba(238, 242, 255, 0.05);
}
.focus\:bg-indigo-50\/50:focus {
    background-color: rgba(238, 242, 255, 0.5);
}
.focus\:bg-indigo-50\/55:focus {
    background-color: rgba(238, 242, 255, 0.55);
}
.focus\:bg-indigo-50\/60:focus {
    background-color: rgba(238, 242, 255, 0.6);
}
.focus\:bg-indigo-50\/65:focus {
    background-color: rgba(238, 242, 255, 0.65);
}
.focus\:bg-indigo-50\/70:focus {
    background-color: rgba(238, 242, 255, 0.7);
}
.focus\:bg-indigo-50\/75:focus {
    background-color: rgba(238, 242, 255, 0.75);
}
.focus\:bg-indigo-50\/80:focus {
    background-color: rgba(238, 242, 255, 0.8);
}
.focus\:bg-indigo-50\/85:focus {
    background-color: rgba(238, 242, 255, 0.85);
}
.focus\:bg-indigo-50\/90:focus {
    background-color: rgba(238, 242, 255, 0.9);
}
.focus\:bg-indigo-50\/95:focus {
    background-color: rgba(238, 242, 255, 0.95);
}
.focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-500\/0:focus {
    background-color: rgba(99, 102, 241, 0);
}
.focus\:bg-indigo-500\/10:focus {
    background-color: rgba(99, 102, 241, 0.1);
}
.focus\:bg-indigo-500\/100:focus {
    background-color: #6366f1;
}
.focus\:bg-indigo-500\/15:focus {
    background-color: rgba(99, 102, 241, 0.15);
}
.focus\:bg-indigo-500\/20:focus {
    background-color: rgba(99, 102, 241, 0.2);
}
.focus\:bg-indigo-500\/25:focus {
    background-color: rgba(99, 102, 241, 0.25);
}
.focus\:bg-indigo-500\/30:focus {
    background-color: rgba(99, 102, 241, 0.3);
}
.focus\:bg-indigo-500\/35:focus {
    background-color: rgba(99, 102, 241, 0.35);
}
.focus\:bg-indigo-500\/40:focus {
    background-color: rgba(99, 102, 241, 0.4);
}
.focus\:bg-indigo-500\/45:focus {
    background-color: rgba(99, 102, 241, 0.45);
}
.focus\:bg-indigo-500\/5:focus {
    background-color: rgba(99, 102, 241, 0.05);
}
.focus\:bg-indigo-500\/50:focus {
    background-color: rgba(99, 102, 241, 0.5);
}
.focus\:bg-indigo-500\/55:focus {
    background-color: rgba(99, 102, 241, 0.55);
}
.focus\:bg-indigo-500\/60:focus {
    background-color: rgba(99, 102, 241, 0.6);
}
.focus\:bg-indigo-500\/65:focus {
    background-color: rgba(99, 102, 241, 0.65);
}
.focus\:bg-indigo-500\/70:focus {
    background-color: rgba(99, 102, 241, 0.7);
}
.focus\:bg-indigo-500\/75:focus {
    background-color: rgba(99, 102, 241, 0.75);
}
.focus\:bg-indigo-500\/80:focus {
    background-color: rgba(99, 102, 241, 0.8);
}
.focus\:bg-indigo-500\/85:focus {
    background-color: rgba(99, 102, 241, 0.85);
}
.focus\:bg-indigo-500\/90:focus {
    background-color: rgba(99, 102, 241, 0.9);
}
.focus\:bg-indigo-500\/95:focus {
    background-color: rgba(99, 102, 241, 0.95);
}
.focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-600\/0:focus {
    background-color: rgba(79, 70, 229, 0);
}
.focus\:bg-indigo-600\/10:focus {
    background-color: rgba(79, 70, 229, 0.1);
}
.focus\:bg-indigo-600\/100:focus {
    background-color: #4f46e5;
}
.focus\:bg-indigo-600\/15:focus {
    background-color: rgba(79, 70, 229, 0.15);
}
.focus\:bg-indigo-600\/20:focus {
    background-color: rgba(79, 70, 229, 0.2);
}
.focus\:bg-indigo-600\/25:focus {
    background-color: rgba(79, 70, 229, 0.25);
}
.focus\:bg-indigo-600\/30:focus {
    background-color: rgba(79, 70, 229, 0.3);
}
.focus\:bg-indigo-600\/35:focus {
    background-color: rgba(79, 70, 229, 0.35);
}
.focus\:bg-indigo-600\/40:focus {
    background-color: rgba(79, 70, 229, 0.4);
}
.focus\:bg-indigo-600\/45:focus {
    background-color: rgba(79, 70, 229, 0.45);
}
.focus\:bg-indigo-600\/5:focus {
    background-color: rgba(79, 70, 229, 0.05);
}
.focus\:bg-indigo-600\/50:focus {
    background-color: rgba(79, 70, 229, 0.5);
}
.focus\:bg-indigo-600\/55:focus {
    background-color: rgba(79, 70, 229, 0.55);
}
.focus\:bg-indigo-600\/60:focus {
    background-color: rgba(79, 70, 229, 0.6);
}
.focus\:bg-indigo-600\/65:focus {
    background-color: rgba(79, 70, 229, 0.65);
}
.focus\:bg-indigo-600\/70:focus {
    background-color: rgba(79, 70, 229, 0.7);
}
.focus\:bg-indigo-600\/75:focus {
    background-color: rgba(79, 70, 229, 0.75);
}
.focus\:bg-indigo-600\/80:focus {
    background-color: rgba(79, 70, 229, 0.8);
}
.focus\:bg-indigo-600\/85:focus {
    background-color: rgba(79, 70, 229, 0.85);
}
.focus\:bg-indigo-600\/90:focus {
    background-color: rgba(79, 70, 229, 0.9);
}
.focus\:bg-indigo-600\/95:focus {
    background-color: rgba(79, 70, 229, 0.95);
}
.focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-700\/0:focus {
    background-color: rgba(67, 56, 202, 0);
}
.focus\:bg-indigo-700\/10:focus {
    background-color: rgba(67, 56, 202, 0.1);
}
.focus\:bg-indigo-700\/100:focus {
    background-color: #4338ca;
}
.focus\:bg-indigo-700\/15:focus {
    background-color: rgba(67, 56, 202, 0.15);
}
.focus\:bg-indigo-700\/20:focus {
    background-color: rgba(67, 56, 202, 0.2);
}
.focus\:bg-indigo-700\/25:focus {
    background-color: rgba(67, 56, 202, 0.25);
}
.focus\:bg-indigo-700\/30:focus {
    background-color: rgba(67, 56, 202, 0.3);
}
.focus\:bg-indigo-700\/35:focus {
    background-color: rgba(67, 56, 202, 0.35);
}
.focus\:bg-indigo-700\/40:focus {
    background-color: rgba(67, 56, 202, 0.4);
}
.focus\:bg-indigo-700\/45:focus {
    background-color: rgba(67, 56, 202, 0.45);
}
.focus\:bg-indigo-700\/5:focus {
    background-color: rgba(67, 56, 202, 0.05);
}
.focus\:bg-indigo-700\/50:focus {
    background-color: rgba(67, 56, 202, 0.5);
}
.focus\:bg-indigo-700\/55:focus {
    background-color: rgba(67, 56, 202, 0.55);
}
.focus\:bg-indigo-700\/60:focus {
    background-color: rgba(67, 56, 202, 0.6);
}
.focus\:bg-indigo-700\/65:focus {
    background-color: rgba(67, 56, 202, 0.65);
}
.focus\:bg-indigo-700\/70:focus {
    background-color: rgba(67, 56, 202, 0.7);
}
.focus\:bg-indigo-700\/75:focus {
    background-color: rgba(67, 56, 202, 0.75);
}
.focus\:bg-indigo-700\/80:focus {
    background-color: rgba(67, 56, 202, 0.8);
}
.focus\:bg-indigo-700\/85:focus {
    background-color: rgba(67, 56, 202, 0.85);
}
.focus\:bg-indigo-700\/90:focus {
    background-color: rgba(67, 56, 202, 0.9);
}
.focus\:bg-indigo-700\/95:focus {
    background-color: rgba(67, 56, 202, 0.95);
}
.focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-800\/0:focus {
    background-color: rgba(55, 48, 163, 0);
}
.focus\:bg-indigo-800\/10:focus {
    background-color: rgba(55, 48, 163, 0.1);
}
.focus\:bg-indigo-800\/100:focus {
    background-color: #3730a3;
}
.focus\:bg-indigo-800\/15:focus {
    background-color: rgba(55, 48, 163, 0.15);
}
.focus\:bg-indigo-800\/20:focus {
    background-color: rgba(55, 48, 163, 0.2);
}
.focus\:bg-indigo-800\/25:focus {
    background-color: rgba(55, 48, 163, 0.25);
}
.focus\:bg-indigo-800\/30:focus {
    background-color: rgba(55, 48, 163, 0.3);
}
.focus\:bg-indigo-800\/35:focus {
    background-color: rgba(55, 48, 163, 0.35);
}
.focus\:bg-indigo-800\/40:focus {
    background-color: rgba(55, 48, 163, 0.4);
}
.focus\:bg-indigo-800\/45:focus {
    background-color: rgba(55, 48, 163, 0.45);
}
.focus\:bg-indigo-800\/5:focus {
    background-color: rgba(55, 48, 163, 0.05);
}
.focus\:bg-indigo-800\/50:focus {
    background-color: rgba(55, 48, 163, 0.5);
}
.focus\:bg-indigo-800\/55:focus {
    background-color: rgba(55, 48, 163, 0.55);
}
.focus\:bg-indigo-800\/60:focus {
    background-color: rgba(55, 48, 163, 0.6);
}
.focus\:bg-indigo-800\/65:focus {
    background-color: rgba(55, 48, 163, 0.65);
}
.focus\:bg-indigo-800\/70:focus {
    background-color: rgba(55, 48, 163, 0.7);
}
.focus\:bg-indigo-800\/75:focus {
    background-color: rgba(55, 48, 163, 0.75);
}
.focus\:bg-indigo-800\/80:focus {
    background-color: rgba(55, 48, 163, 0.8);
}
.focus\:bg-indigo-800\/85:focus {
    background-color: rgba(55, 48, 163, 0.85);
}
.focus\:bg-indigo-800\/90:focus {
    background-color: rgba(55, 48, 163, 0.9);
}
.focus\:bg-indigo-800\/95:focus {
    background-color: rgba(55, 48, 163, 0.95);
}
.focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-900\/0:focus {
    background-color: rgba(49, 46, 129, 0);
}
.focus\:bg-indigo-900\/10:focus {
    background-color: rgba(49, 46, 129, 0.1);
}
.focus\:bg-indigo-900\/100:focus {
    background-color: #312e81;
}
.focus\:bg-indigo-900\/15:focus {
    background-color: rgba(49, 46, 129, 0.15);
}
.focus\:bg-indigo-900\/20:focus {
    background-color: rgba(49, 46, 129, 0.2);
}
.focus\:bg-indigo-900\/25:focus {
    background-color: rgba(49, 46, 129, 0.25);
}
.focus\:bg-indigo-900\/30:focus {
    background-color: rgba(49, 46, 129, 0.3);
}
.focus\:bg-indigo-900\/35:focus {
    background-color: rgba(49, 46, 129, 0.35);
}
.focus\:bg-indigo-900\/40:focus {
    background-color: rgba(49, 46, 129, 0.4);
}
.focus\:bg-indigo-900\/45:focus {
    background-color: rgba(49, 46, 129, 0.45);
}
.focus\:bg-indigo-900\/5:focus {
    background-color: rgba(49, 46, 129, 0.05);
}
.focus\:bg-indigo-900\/50:focus {
    background-color: rgba(49, 46, 129, 0.5);
}
.focus\:bg-indigo-900\/55:focus {
    background-color: rgba(49, 46, 129, 0.55);
}
.focus\:bg-indigo-900\/60:focus {
    background-color: rgba(49, 46, 129, 0.6);
}
.focus\:bg-indigo-900\/65:focus {
    background-color: rgba(49, 46, 129, 0.65);
}
.focus\:bg-indigo-900\/70:focus {
    background-color: rgba(49, 46, 129, 0.7);
}
.focus\:bg-indigo-900\/75:focus {
    background-color: rgba(49, 46, 129, 0.75);
}
.focus\:bg-indigo-900\/80:focus {
    background-color: rgba(49, 46, 129, 0.8);
}
.focus\:bg-indigo-900\/85:focus {
    background-color: rgba(49, 46, 129, 0.85);
}
.focus\:bg-indigo-900\/90:focus {
    background-color: rgba(49, 46, 129, 0.9);
}
.focus\:bg-indigo-900\/95:focus {
    background-color: rgba(49, 46, 129, 0.95);
}
.focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-100\/0:focus {
    background-color: hsla(80, 89%, 89%, 0);
}
.focus\:bg-lime-100\/10:focus {
    background-color: hsla(80, 89%, 89%, 0.1);
}
.focus\:bg-lime-100\/100:focus {
    background-color: #ecfccb;
}
.focus\:bg-lime-100\/15:focus {
    background-color: hsla(80, 89%, 89%, 0.15);
}
.focus\:bg-lime-100\/20:focus {
    background-color: hsla(80, 89%, 89%, 0.2);
}
.focus\:bg-lime-100\/25:focus {
    background-color: hsla(80, 89%, 89%, 0.25);
}
.focus\:bg-lime-100\/30:focus {
    background-color: hsla(80, 89%, 89%, 0.3);
}
.focus\:bg-lime-100\/35:focus {
    background-color: hsla(80, 89%, 89%, 0.35);
}
.focus\:bg-lime-100\/40:focus {
    background-color: hsla(80, 89%, 89%, 0.4);
}
.focus\:bg-lime-100\/45:focus {
    background-color: hsla(80, 89%, 89%, 0.45);
}
.focus\:bg-lime-100\/5:focus {
    background-color: hsla(80, 89%, 89%, 0.05);
}
.focus\:bg-lime-100\/50:focus {
    background-color: hsla(80, 89%, 89%, 0.5);
}
.focus\:bg-lime-100\/55:focus {
    background-color: hsla(80, 89%, 89%, 0.55);
}
.focus\:bg-lime-100\/60:focus {
    background-color: hsla(80, 89%, 89%, 0.6);
}
.focus\:bg-lime-100\/65:focus {
    background-color: hsla(80, 89%, 89%, 0.65);
}
.focus\:bg-lime-100\/70:focus {
    background-color: hsla(80, 89%, 89%, 0.7);
}
.focus\:bg-lime-100\/75:focus {
    background-color: hsla(80, 89%, 89%, 0.75);
}
.focus\:bg-lime-100\/80:focus {
    background-color: hsla(80, 89%, 89%, 0.8);
}
.focus\:bg-lime-100\/85:focus {
    background-color: hsla(80, 89%, 89%, 0.85);
}
.focus\:bg-lime-100\/90:focus {
    background-color: hsla(80, 89%, 89%, 0.9);
}
.focus\:bg-lime-100\/95:focus {
    background-color: hsla(80, 89%, 89%, 0.95);
}
.focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-200\/0:focus {
    background-color: hsla(81, 88%, 80%, 0);
}
.focus\:bg-lime-200\/10:focus {
    background-color: hsla(81, 88%, 80%, 0.1);
}
.focus\:bg-lime-200\/100:focus {
    background-color: #d9f99d;
}
.focus\:bg-lime-200\/15:focus {
    background-color: hsla(81, 88%, 80%, 0.15);
}
.focus\:bg-lime-200\/20:focus {
    background-color: hsla(81, 88%, 80%, 0.2);
}
.focus\:bg-lime-200\/25:focus {
    background-color: hsla(81, 88%, 80%, 0.25);
}
.focus\:bg-lime-200\/30:focus {
    background-color: hsla(81, 88%, 80%, 0.3);
}
.focus\:bg-lime-200\/35:focus {
    background-color: hsla(81, 88%, 80%, 0.35);
}
.focus\:bg-lime-200\/40:focus {
    background-color: hsla(81, 88%, 80%, 0.4);
}
.focus\:bg-lime-200\/45:focus {
    background-color: hsla(81, 88%, 80%, 0.45);
}
.focus\:bg-lime-200\/5:focus {
    background-color: hsla(81, 88%, 80%, 0.05);
}
.focus\:bg-lime-200\/50:focus {
    background-color: hsla(81, 88%, 80%, 0.5);
}
.focus\:bg-lime-200\/55:focus {
    background-color: hsla(81, 88%, 80%, 0.55);
}
.focus\:bg-lime-200\/60:focus {
    background-color: hsla(81, 88%, 80%, 0.6);
}
.focus\:bg-lime-200\/65:focus {
    background-color: hsla(81, 88%, 80%, 0.65);
}
.focus\:bg-lime-200\/70:focus {
    background-color: hsla(81, 88%, 80%, 0.7);
}
.focus\:bg-lime-200\/75:focus {
    background-color: hsla(81, 88%, 80%, 0.75);
}
.focus\:bg-lime-200\/80:focus {
    background-color: hsla(81, 88%, 80%, 0.8);
}
.focus\:bg-lime-200\/85:focus {
    background-color: hsla(81, 88%, 80%, 0.85);
}
.focus\:bg-lime-200\/90:focus {
    background-color: hsla(81, 88%, 80%, 0.9);
}
.focus\:bg-lime-200\/95:focus {
    background-color: hsla(81, 88%, 80%, 0.95);
}
.focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-300\/0:focus {
    background-color: hsla(82, 85%, 67%, 0);
}
.focus\:bg-lime-300\/10:focus {
    background-color: hsla(82, 85%, 67%, 0.1);
}
.focus\:bg-lime-300\/100:focus {
    background-color: #bef264;
}
.focus\:bg-lime-300\/15:focus {
    background-color: hsla(82, 85%, 67%, 0.15);
}
.focus\:bg-lime-300\/20:focus {
    background-color: hsla(82, 85%, 67%, 0.2);
}
.focus\:bg-lime-300\/25:focus {
    background-color: hsla(82, 85%, 67%, 0.25);
}
.focus\:bg-lime-300\/30:focus {
    background-color: hsla(82, 85%, 67%, 0.3);
}
.focus\:bg-lime-300\/35:focus {
    background-color: hsla(82, 85%, 67%, 0.35);
}
.focus\:bg-lime-300\/40:focus {
    background-color: hsla(82, 85%, 67%, 0.4);
}
.focus\:bg-lime-300\/45:focus {
    background-color: hsla(82, 85%, 67%, 0.45);
}
.focus\:bg-lime-300\/5:focus {
    background-color: hsla(82, 85%, 67%, 0.05);
}
.focus\:bg-lime-300\/50:focus {
    background-color: hsla(82, 85%, 67%, 0.5);
}
.focus\:bg-lime-300\/55:focus {
    background-color: hsla(82, 85%, 67%, 0.55);
}
.focus\:bg-lime-300\/60:focus {
    background-color: hsla(82, 85%, 67%, 0.6);
}
.focus\:bg-lime-300\/65:focus {
    background-color: hsla(82, 85%, 67%, 0.65);
}
.focus\:bg-lime-300\/70:focus {
    background-color: hsla(82, 85%, 67%, 0.7);
}
.focus\:bg-lime-300\/75:focus {
    background-color: hsla(82, 85%, 67%, 0.75);
}
.focus\:bg-lime-300\/80:focus {
    background-color: hsla(82, 85%, 67%, 0.8);
}
.focus\:bg-lime-300\/85:focus {
    background-color: hsla(82, 85%, 67%, 0.85);
}
.focus\:bg-lime-300\/90:focus {
    background-color: hsla(82, 85%, 67%, 0.9);
}
.focus\:bg-lime-300\/95:focus {
    background-color: hsla(82, 85%, 67%, 0.95);
}
.focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-400\/0:focus {
    background-color: rgba(163, 230, 53, 0);
}
.focus\:bg-lime-400\/10:focus {
    background-color: rgba(163, 230, 53, 0.1);
}
.focus\:bg-lime-400\/100:focus {
    background-color: #a3e635;
}
.focus\:bg-lime-400\/15:focus {
    background-color: rgba(163, 230, 53, 0.15);
}
.focus\:bg-lime-400\/20:focus {
    background-color: rgba(163, 230, 53, 0.2);
}
.focus\:bg-lime-400\/25:focus {
    background-color: rgba(163, 230, 53, 0.25);
}
.focus\:bg-lime-400\/30:focus {
    background-color: rgba(163, 230, 53, 0.3);
}
.focus\:bg-lime-400\/35:focus {
    background-color: rgba(163, 230, 53, 0.35);
}
.focus\:bg-lime-400\/40:focus {
    background-color: rgba(163, 230, 53, 0.4);
}
.focus\:bg-lime-400\/45:focus {
    background-color: rgba(163, 230, 53, 0.45);
}
.focus\:bg-lime-400\/5:focus {
    background-color: rgba(163, 230, 53, 0.05);
}
.focus\:bg-lime-400\/50:focus {
    background-color: rgba(163, 230, 53, 0.5);
}
.focus\:bg-lime-400\/55:focus {
    background-color: rgba(163, 230, 53, 0.55);
}
.focus\:bg-lime-400\/60:focus {
    background-color: rgba(163, 230, 53, 0.6);
}
.focus\:bg-lime-400\/65:focus {
    background-color: rgba(163, 230, 53, 0.65);
}
.focus\:bg-lime-400\/70:focus {
    background-color: rgba(163, 230, 53, 0.7);
}
.focus\:bg-lime-400\/75:focus {
    background-color: rgba(163, 230, 53, 0.75);
}
.focus\:bg-lime-400\/80:focus {
    background-color: rgba(163, 230, 53, 0.8);
}
.focus\:bg-lime-400\/85:focus {
    background-color: rgba(163, 230, 53, 0.85);
}
.focus\:bg-lime-400\/90:focus {
    background-color: rgba(163, 230, 53, 0.9);
}
.focus\:bg-lime-400\/95:focus {
    background-color: rgba(163, 230, 53, 0.95);
}
.focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-50\/0:focus {
    background-color: hsla(78, 92%, 95%, 0);
}
.focus\:bg-lime-50\/10:focus {
    background-color: hsla(78, 92%, 95%, 0.1);
}
.focus\:bg-lime-50\/100:focus {
    background-color: #f7fee7;
}
.focus\:bg-lime-50\/15:focus {
    background-color: hsla(78, 92%, 95%, 0.15);
}
.focus\:bg-lime-50\/20:focus {
    background-color: hsla(78, 92%, 95%, 0.2);
}
.focus\:bg-lime-50\/25:focus {
    background-color: hsla(78, 92%, 95%, 0.25);
}
.focus\:bg-lime-50\/30:focus {
    background-color: hsla(78, 92%, 95%, 0.3);
}
.focus\:bg-lime-50\/35:focus {
    background-color: hsla(78, 92%, 95%, 0.35);
}
.focus\:bg-lime-50\/40:focus {
    background-color: hsla(78, 92%, 95%, 0.4);
}
.focus\:bg-lime-50\/45:focus {
    background-color: hsla(78, 92%, 95%, 0.45);
}
.focus\:bg-lime-50\/5:focus {
    background-color: hsla(78, 92%, 95%, 0.05);
}
.focus\:bg-lime-50\/50:focus {
    background-color: hsla(78, 92%, 95%, 0.5);
}
.focus\:bg-lime-50\/55:focus {
    background-color: hsla(78, 92%, 95%, 0.55);
}
.focus\:bg-lime-50\/60:focus {
    background-color: hsla(78, 92%, 95%, 0.6);
}
.focus\:bg-lime-50\/65:focus {
    background-color: hsla(78, 92%, 95%, 0.65);
}
.focus\:bg-lime-50\/70:focus {
    background-color: hsla(78, 92%, 95%, 0.7);
}
.focus\:bg-lime-50\/75:focus {
    background-color: hsla(78, 92%, 95%, 0.75);
}
.focus\:bg-lime-50\/80:focus {
    background-color: hsla(78, 92%, 95%, 0.8);
}
.focus\:bg-lime-50\/85:focus {
    background-color: hsla(78, 92%, 95%, 0.85);
}
.focus\:bg-lime-50\/90:focus {
    background-color: hsla(78, 92%, 95%, 0.9);
}
.focus\:bg-lime-50\/95:focus {
    background-color: hsla(78, 92%, 95%, 0.95);
}
.focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-500\/0:focus {
    background-color: rgba(132, 204, 22, 0);
}
.focus\:bg-lime-500\/10:focus {
    background-color: rgba(132, 204, 22, 0.1);
}
.focus\:bg-lime-500\/100:focus {
    background-color: #84cc16;
}
.focus\:bg-lime-500\/15:focus {
    background-color: rgba(132, 204, 22, 0.15);
}
.focus\:bg-lime-500\/20:focus {
    background-color: rgba(132, 204, 22, 0.2);
}
.focus\:bg-lime-500\/25:focus {
    background-color: rgba(132, 204, 22, 0.25);
}
.focus\:bg-lime-500\/30:focus {
    background-color: rgba(132, 204, 22, 0.3);
}
.focus\:bg-lime-500\/35:focus {
    background-color: rgba(132, 204, 22, 0.35);
}
.focus\:bg-lime-500\/40:focus {
    background-color: rgba(132, 204, 22, 0.4);
}
.focus\:bg-lime-500\/45:focus {
    background-color: rgba(132, 204, 22, 0.45);
}
.focus\:bg-lime-500\/5:focus {
    background-color: rgba(132, 204, 22, 0.05);
}
.focus\:bg-lime-500\/50:focus {
    background-color: rgba(132, 204, 22, 0.5);
}
.focus\:bg-lime-500\/55:focus {
    background-color: rgba(132, 204, 22, 0.55);
}
.focus\:bg-lime-500\/60:focus {
    background-color: rgba(132, 204, 22, 0.6);
}
.focus\:bg-lime-500\/65:focus {
    background-color: rgba(132, 204, 22, 0.65);
}
.focus\:bg-lime-500\/70:focus {
    background-color: rgba(132, 204, 22, 0.7);
}
.focus\:bg-lime-500\/75:focus {
    background-color: rgba(132, 204, 22, 0.75);
}
.focus\:bg-lime-500\/80:focus {
    background-color: rgba(132, 204, 22, 0.8);
}
.focus\:bg-lime-500\/85:focus {
    background-color: rgba(132, 204, 22, 0.85);
}
.focus\:bg-lime-500\/90:focus {
    background-color: rgba(132, 204, 22, 0.9);
}
.focus\:bg-lime-500\/95:focus {
    background-color: rgba(132, 204, 22, 0.95);
}
.focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-600\/0:focus {
    background-color: rgba(101, 163, 13, 0);
}
.focus\:bg-lime-600\/10:focus {
    background-color: rgba(101, 163, 13, 0.1);
}
.focus\:bg-lime-600\/100:focus {
    background-color: #65a30d;
}
.focus\:bg-lime-600\/15:focus {
    background-color: rgba(101, 163, 13, 0.15);
}
.focus\:bg-lime-600\/20:focus {
    background-color: rgba(101, 163, 13, 0.2);
}
.focus\:bg-lime-600\/25:focus {
    background-color: rgba(101, 163, 13, 0.25);
}
.focus\:bg-lime-600\/30:focus {
    background-color: rgba(101, 163, 13, 0.3);
}
.focus\:bg-lime-600\/35:focus {
    background-color: rgba(101, 163, 13, 0.35);
}
.focus\:bg-lime-600\/40:focus {
    background-color: rgba(101, 163, 13, 0.4);
}
.focus\:bg-lime-600\/45:focus {
    background-color: rgba(101, 163, 13, 0.45);
}
.focus\:bg-lime-600\/5:focus {
    background-color: rgba(101, 163, 13, 0.05);
}
.focus\:bg-lime-600\/50:focus {
    background-color: rgba(101, 163, 13, 0.5);
}
.focus\:bg-lime-600\/55:focus {
    background-color: rgba(101, 163, 13, 0.55);
}
.focus\:bg-lime-600\/60:focus {
    background-color: rgba(101, 163, 13, 0.6);
}
.focus\:bg-lime-600\/65:focus {
    background-color: rgba(101, 163, 13, 0.65);
}
.focus\:bg-lime-600\/70:focus {
    background-color: rgba(101, 163, 13, 0.7);
}
.focus\:bg-lime-600\/75:focus {
    background-color: rgba(101, 163, 13, 0.75);
}
.focus\:bg-lime-600\/80:focus {
    background-color: rgba(101, 163, 13, 0.8);
}
.focus\:bg-lime-600\/85:focus {
    background-color: rgba(101, 163, 13, 0.85);
}
.focus\:bg-lime-600\/90:focus {
    background-color: rgba(101, 163, 13, 0.9);
}
.focus\:bg-lime-600\/95:focus {
    background-color: rgba(101, 163, 13, 0.95);
}
.focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-700\/0:focus {
    background-color: rgba(77, 124, 15, 0);
}
.focus\:bg-lime-700\/10:focus {
    background-color: rgba(77, 124, 15, 0.1);
}
.focus\:bg-lime-700\/100:focus {
    background-color: #4d7c0f;
}
.focus\:bg-lime-700\/15:focus {
    background-color: rgba(77, 124, 15, 0.15);
}
.focus\:bg-lime-700\/20:focus {
    background-color: rgba(77, 124, 15, 0.2);
}
.focus\:bg-lime-700\/25:focus {
    background-color: rgba(77, 124, 15, 0.25);
}
.focus\:bg-lime-700\/30:focus {
    background-color: rgba(77, 124, 15, 0.3);
}
.focus\:bg-lime-700\/35:focus {
    background-color: rgba(77, 124, 15, 0.35);
}
.focus\:bg-lime-700\/40:focus {
    background-color: rgba(77, 124, 15, 0.4);
}
.focus\:bg-lime-700\/45:focus {
    background-color: rgba(77, 124, 15, 0.45);
}
.focus\:bg-lime-700\/5:focus {
    background-color: rgba(77, 124, 15, 0.05);
}
.focus\:bg-lime-700\/50:focus {
    background-color: rgba(77, 124, 15, 0.5);
}
.focus\:bg-lime-700\/55:focus {
    background-color: rgba(77, 124, 15, 0.55);
}
.focus\:bg-lime-700\/60:focus {
    background-color: rgba(77, 124, 15, 0.6);
}
.focus\:bg-lime-700\/65:focus {
    background-color: rgba(77, 124, 15, 0.65);
}
.focus\:bg-lime-700\/70:focus {
    background-color: rgba(77, 124, 15, 0.7);
}
.focus\:bg-lime-700\/75:focus {
    background-color: rgba(77, 124, 15, 0.75);
}
.focus\:bg-lime-700\/80:focus {
    background-color: rgba(77, 124, 15, 0.8);
}
.focus\:bg-lime-700\/85:focus {
    background-color: rgba(77, 124, 15, 0.85);
}
.focus\:bg-lime-700\/90:focus {
    background-color: rgba(77, 124, 15, 0.9);
}
.focus\:bg-lime-700\/95:focus {
    background-color: rgba(77, 124, 15, 0.95);
}
.focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-800\/0:focus {
    background-color: rgba(63, 98, 18, 0);
}
.focus\:bg-lime-800\/10:focus {
    background-color: rgba(63, 98, 18, 0.1);
}
.focus\:bg-lime-800\/100:focus {
    background-color: #3f6212;
}
.focus\:bg-lime-800\/15:focus {
    background-color: rgba(63, 98, 18, 0.15);
}
.focus\:bg-lime-800\/20:focus {
    background-color: rgba(63, 98, 18, 0.2);
}
.focus\:bg-lime-800\/25:focus {
    background-color: rgba(63, 98, 18, 0.25);
}
.focus\:bg-lime-800\/30:focus {
    background-color: rgba(63, 98, 18, 0.3);
}
.focus\:bg-lime-800\/35:focus {
    background-color: rgba(63, 98, 18, 0.35);
}
.focus\:bg-lime-800\/40:focus {
    background-color: rgba(63, 98, 18, 0.4);
}
.focus\:bg-lime-800\/45:focus {
    background-color: rgba(63, 98, 18, 0.45);
}
.focus\:bg-lime-800\/5:focus {
    background-color: rgba(63, 98, 18, 0.05);
}
.focus\:bg-lime-800\/50:focus {
    background-color: rgba(63, 98, 18, 0.5);
}
.focus\:bg-lime-800\/55:focus {
    background-color: rgba(63, 98, 18, 0.55);
}
.focus\:bg-lime-800\/60:focus {
    background-color: rgba(63, 98, 18, 0.6);
}
.focus\:bg-lime-800\/65:focus {
    background-color: rgba(63, 98, 18, 0.65);
}
.focus\:bg-lime-800\/70:focus {
    background-color: rgba(63, 98, 18, 0.7);
}
.focus\:bg-lime-800\/75:focus {
    background-color: rgba(63, 98, 18, 0.75);
}
.focus\:bg-lime-800\/80:focus {
    background-color: rgba(63, 98, 18, 0.8);
}
.focus\:bg-lime-800\/85:focus {
    background-color: rgba(63, 98, 18, 0.85);
}
.focus\:bg-lime-800\/90:focus {
    background-color: rgba(63, 98, 18, 0.9);
}
.focus\:bg-lime-800\/95:focus {
    background-color: rgba(63, 98, 18, 0.95);
}
.focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lime-900\/0:focus {
    background-color: rgba(54, 83, 20, 0);
}
.focus\:bg-lime-900\/10:focus {
    background-color: rgba(54, 83, 20, 0.1);
}
.focus\:bg-lime-900\/100:focus {
    background-color: #365314;
}
.focus\:bg-lime-900\/15:focus {
    background-color: rgba(54, 83, 20, 0.15);
}
.focus\:bg-lime-900\/20:focus {
    background-color: rgba(54, 83, 20, 0.2);
}
.focus\:bg-lime-900\/25:focus {
    background-color: rgba(54, 83, 20, 0.25);
}
.focus\:bg-lime-900\/30:focus {
    background-color: rgba(54, 83, 20, 0.3);
}
.focus\:bg-lime-900\/35:focus {
    background-color: rgba(54, 83, 20, 0.35);
}
.focus\:bg-lime-900\/40:focus {
    background-color: rgba(54, 83, 20, 0.4);
}
.focus\:bg-lime-900\/45:focus {
    background-color: rgba(54, 83, 20, 0.45);
}
.focus\:bg-lime-900\/5:focus {
    background-color: rgba(54, 83, 20, 0.05);
}
.focus\:bg-lime-900\/50:focus {
    background-color: rgba(54, 83, 20, 0.5);
}
.focus\:bg-lime-900\/55:focus {
    background-color: rgba(54, 83, 20, 0.55);
}
.focus\:bg-lime-900\/60:focus {
    background-color: rgba(54, 83, 20, 0.6);
}
.focus\:bg-lime-900\/65:focus {
    background-color: rgba(54, 83, 20, 0.65);
}
.focus\:bg-lime-900\/70:focus {
    background-color: rgba(54, 83, 20, 0.7);
}
.focus\:bg-lime-900\/75:focus {
    background-color: rgba(54, 83, 20, 0.75);
}
.focus\:bg-lime-900\/80:focus {
    background-color: rgba(54, 83, 20, 0.8);
}
.focus\:bg-lime-900\/85:focus {
    background-color: rgba(54, 83, 20, 0.85);
}
.focus\:bg-lime-900\/90:focus {
    background-color: rgba(54, 83, 20, 0.9);
}
.focus\:bg-lime-900\/95:focus {
    background-color: rgba(54, 83, 20, 0.95);
}
.focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-100\/0:focus {
    background-color: hsla(0, 0%, 96%, 0);
}
.focus\:bg-neutral-100\/10:focus {
    background-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:bg-neutral-100\/100:focus {
    background-color: #f5f5f5;
}
.focus\:bg-neutral-100\/15:focus {
    background-color: hsla(0, 0%, 96%, 0.15);
}
.focus\:bg-neutral-100\/20:focus {
    background-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:bg-neutral-100\/25:focus {
    background-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:bg-neutral-100\/30:focus {
    background-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:bg-neutral-100\/35:focus {
    background-color: hsla(0, 0%, 96%, 0.35);
}
.focus\:bg-neutral-100\/40:focus {
    background-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:bg-neutral-100\/45:focus {
    background-color: hsla(0, 0%, 96%, 0.45);
}
.focus\:bg-neutral-100\/5:focus {
    background-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:bg-neutral-100\/50:focus {
    background-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:bg-neutral-100\/55:focus {
    background-color: hsla(0, 0%, 96%, 0.55);
}
.focus\:bg-neutral-100\/60:focus {
    background-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:bg-neutral-100\/65:focus {
    background-color: hsla(0, 0%, 96%, 0.65);
}
.focus\:bg-neutral-100\/70:focus {
    background-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:bg-neutral-100\/75:focus {
    background-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:bg-neutral-100\/80:focus {
    background-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:bg-neutral-100\/85:focus {
    background-color: hsla(0, 0%, 96%, 0.85);
}
.focus\:bg-neutral-100\/90:focus {
    background-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:bg-neutral-100\/95:focus {
    background-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-200\/0:focus {
    background-color: hsla(0, 0%, 90%, 0);
}
.focus\:bg-neutral-200\/10:focus {
    background-color: hsla(0, 0%, 90%, 0.1);
}
.focus\:bg-neutral-200\/100:focus {
    background-color: #e5e5e5;
}
.focus\:bg-neutral-200\/15:focus {
    background-color: hsla(0, 0%, 90%, 0.15);
}
.focus\:bg-neutral-200\/20:focus {
    background-color: hsla(0, 0%, 90%, 0.2);
}
.focus\:bg-neutral-200\/25:focus {
    background-color: hsla(0, 0%, 90%, 0.25);
}
.focus\:bg-neutral-200\/30:focus {
    background-color: hsla(0, 0%, 90%, 0.3);
}
.focus\:bg-neutral-200\/35:focus {
    background-color: hsla(0, 0%, 90%, 0.35);
}
.focus\:bg-neutral-200\/40:focus {
    background-color: hsla(0, 0%, 90%, 0.4);
}
.focus\:bg-neutral-200\/45:focus {
    background-color: hsla(0, 0%, 90%, 0.45);
}
.focus\:bg-neutral-200\/5:focus {
    background-color: hsla(0, 0%, 90%, 0.05);
}
.focus\:bg-neutral-200\/50:focus {
    background-color: hsla(0, 0%, 90%, 0.5);
}
.focus\:bg-neutral-200\/55:focus {
    background-color: hsla(0, 0%, 90%, 0.55);
}
.focus\:bg-neutral-200\/60:focus {
    background-color: hsla(0, 0%, 90%, 0.6);
}
.focus\:bg-neutral-200\/65:focus {
    background-color: hsla(0, 0%, 90%, 0.65);
}
.focus\:bg-neutral-200\/70:focus {
    background-color: hsla(0, 0%, 90%, 0.7);
}
.focus\:bg-neutral-200\/75:focus {
    background-color: hsla(0, 0%, 90%, 0.75);
}
.focus\:bg-neutral-200\/80:focus {
    background-color: hsla(0, 0%, 90%, 0.8);
}
.focus\:bg-neutral-200\/85:focus {
    background-color: hsla(0, 0%, 90%, 0.85);
}
.focus\:bg-neutral-200\/90:focus {
    background-color: hsla(0, 0%, 90%, 0.9);
}
.focus\:bg-neutral-200\/95:focus {
    background-color: hsla(0, 0%, 90%, 0.95);
}
.focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-300\/0:focus {
    background-color: hsla(0, 0%, 83%, 0);
}
.focus\:bg-neutral-300\/10:focus {
    background-color: hsla(0, 0%, 83%, 0.1);
}
.focus\:bg-neutral-300\/100:focus {
    background-color: #d4d4d4;
}
.focus\:bg-neutral-300\/15:focus {
    background-color: hsla(0, 0%, 83%, 0.15);
}
.focus\:bg-neutral-300\/20:focus {
    background-color: hsla(0, 0%, 83%, 0.2);
}
.focus\:bg-neutral-300\/25:focus {
    background-color: hsla(0, 0%, 83%, 0.25);
}
.focus\:bg-neutral-300\/30:focus {
    background-color: hsla(0, 0%, 83%, 0.3);
}
.focus\:bg-neutral-300\/35:focus {
    background-color: hsla(0, 0%, 83%, 0.35);
}
.focus\:bg-neutral-300\/40:focus {
    background-color: hsla(0, 0%, 83%, 0.4);
}
.focus\:bg-neutral-300\/45:focus {
    background-color: hsla(0, 0%, 83%, 0.45);
}
.focus\:bg-neutral-300\/5:focus {
    background-color: hsla(0, 0%, 83%, 0.05);
}
.focus\:bg-neutral-300\/50:focus {
    background-color: hsla(0, 0%, 83%, 0.5);
}
.focus\:bg-neutral-300\/55:focus {
    background-color: hsla(0, 0%, 83%, 0.55);
}
.focus\:bg-neutral-300\/60:focus {
    background-color: hsla(0, 0%, 83%, 0.6);
}
.focus\:bg-neutral-300\/65:focus {
    background-color: hsla(0, 0%, 83%, 0.65);
}
.focus\:bg-neutral-300\/70:focus {
    background-color: hsla(0, 0%, 83%, 0.7);
}
.focus\:bg-neutral-300\/75:focus {
    background-color: hsla(0, 0%, 83%, 0.75);
}
.focus\:bg-neutral-300\/80:focus {
    background-color: hsla(0, 0%, 83%, 0.8);
}
.focus\:bg-neutral-300\/85:focus {
    background-color: hsla(0, 0%, 83%, 0.85);
}
.focus\:bg-neutral-300\/90:focus {
    background-color: hsla(0, 0%, 83%, 0.9);
}
.focus\:bg-neutral-300\/95:focus {
    background-color: hsla(0, 0%, 83%, 0.95);
}
.focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-400\/0:focus {
    background-color: hsla(0, 0%, 64%, 0);
}
.focus\:bg-neutral-400\/10:focus {
    background-color: hsla(0, 0%, 64%, 0.1);
}
.focus\:bg-neutral-400\/100:focus {
    background-color: #a3a3a3;
}
.focus\:bg-neutral-400\/15:focus {
    background-color: hsla(0, 0%, 64%, 0.15);
}
.focus\:bg-neutral-400\/20:focus {
    background-color: hsla(0, 0%, 64%, 0.2);
}
.focus\:bg-neutral-400\/25:focus {
    background-color: hsla(0, 0%, 64%, 0.25);
}
.focus\:bg-neutral-400\/30:focus {
    background-color: hsla(0, 0%, 64%, 0.3);
}
.focus\:bg-neutral-400\/35:focus {
    background-color: hsla(0, 0%, 64%, 0.35);
}
.focus\:bg-neutral-400\/40:focus {
    background-color: hsla(0, 0%, 64%, 0.4);
}
.focus\:bg-neutral-400\/45:focus {
    background-color: hsla(0, 0%, 64%, 0.45);
}
.focus\:bg-neutral-400\/5:focus {
    background-color: hsla(0, 0%, 64%, 0.05);
}
.focus\:bg-neutral-400\/50:focus {
    background-color: hsla(0, 0%, 64%, 0.5);
}
.focus\:bg-neutral-400\/55:focus {
    background-color: hsla(0, 0%, 64%, 0.55);
}
.focus\:bg-neutral-400\/60:focus {
    background-color: hsla(0, 0%, 64%, 0.6);
}
.focus\:bg-neutral-400\/65:focus {
    background-color: hsla(0, 0%, 64%, 0.65);
}
.focus\:bg-neutral-400\/70:focus {
    background-color: hsla(0, 0%, 64%, 0.7);
}
.focus\:bg-neutral-400\/75:focus {
    background-color: hsla(0, 0%, 64%, 0.75);
}
.focus\:bg-neutral-400\/80:focus {
    background-color: hsla(0, 0%, 64%, 0.8);
}
.focus\:bg-neutral-400\/85:focus {
    background-color: hsla(0, 0%, 64%, 0.85);
}
.focus\:bg-neutral-400\/90:focus {
    background-color: hsla(0, 0%, 64%, 0.9);
}
.focus\:bg-neutral-400\/95:focus {
    background-color: hsla(0, 0%, 64%, 0.95);
}
.focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-50\/0:focus {
    background-color: hsla(0, 0%, 98%, 0);
}
.focus\:bg-neutral-50\/10:focus {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:bg-neutral-50\/100:focus {
    background-color: #fafafa;
}
.focus\:bg-neutral-50\/15:focus {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:bg-neutral-50\/20:focus {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:bg-neutral-50\/25:focus {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:bg-neutral-50\/30:focus {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:bg-neutral-50\/35:focus {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:bg-neutral-50\/40:focus {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:bg-neutral-50\/45:focus {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:bg-neutral-50\/5:focus {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:bg-neutral-50\/50:focus {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:bg-neutral-50\/55:focus {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:bg-neutral-50\/60:focus {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:bg-neutral-50\/65:focus {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:bg-neutral-50\/70:focus {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:bg-neutral-50\/75:focus {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:bg-neutral-50\/80:focus {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:bg-neutral-50\/85:focus {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:bg-neutral-50\/90:focus {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:bg-neutral-50\/95:focus {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-500\/0:focus {
    background-color: hsla(0, 0%, 45%, 0);
}
.focus\:bg-neutral-500\/10:focus {
    background-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:bg-neutral-500\/100:focus {
    background-color: #737373;
}
.focus\:bg-neutral-500\/15:focus {
    background-color: hsla(0, 0%, 45%, 0.15);
}
.focus\:bg-neutral-500\/20:focus {
    background-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:bg-neutral-500\/25:focus {
    background-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:bg-neutral-500\/30:focus {
    background-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:bg-neutral-500\/35:focus {
    background-color: hsla(0, 0%, 45%, 0.35);
}
.focus\:bg-neutral-500\/40:focus {
    background-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:bg-neutral-500\/45:focus {
    background-color: hsla(0, 0%, 45%, 0.45);
}
.focus\:bg-neutral-500\/5:focus {
    background-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:bg-neutral-500\/50:focus {
    background-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:bg-neutral-500\/55:focus {
    background-color: hsla(0, 0%, 45%, 0.55);
}
.focus\:bg-neutral-500\/60:focus {
    background-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:bg-neutral-500\/65:focus {
    background-color: hsla(0, 0%, 45%, 0.65);
}
.focus\:bg-neutral-500\/70:focus {
    background-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:bg-neutral-500\/75:focus {
    background-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:bg-neutral-500\/80:focus {
    background-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:bg-neutral-500\/85:focus {
    background-color: hsla(0, 0%, 45%, 0.85);
}
.focus\:bg-neutral-500\/90:focus {
    background-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:bg-neutral-500\/95:focus {
    background-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-600\/0:focus {
    background-color: rgba(82, 82, 82, 0);
}
.focus\:bg-neutral-600\/10:focus {
    background-color: rgba(82, 82, 82, 0.1);
}
.focus\:bg-neutral-600\/100:focus {
    background-color: #525252;
}
.focus\:bg-neutral-600\/15:focus {
    background-color: rgba(82, 82, 82, 0.15);
}
.focus\:bg-neutral-600\/20:focus {
    background-color: rgba(82, 82, 82, 0.2);
}
.focus\:bg-neutral-600\/25:focus {
    background-color: rgba(82, 82, 82, 0.25);
}
.focus\:bg-neutral-600\/30:focus {
    background-color: rgba(82, 82, 82, 0.3);
}
.focus\:bg-neutral-600\/35:focus {
    background-color: rgba(82, 82, 82, 0.35);
}
.focus\:bg-neutral-600\/40:focus {
    background-color: rgba(82, 82, 82, 0.4);
}
.focus\:bg-neutral-600\/45:focus {
    background-color: rgba(82, 82, 82, 0.45);
}
.focus\:bg-neutral-600\/5:focus {
    background-color: rgba(82, 82, 82, 0.05);
}
.focus\:bg-neutral-600\/50:focus {
    background-color: rgba(82, 82, 82, 0.5);
}
.focus\:bg-neutral-600\/55:focus {
    background-color: rgba(82, 82, 82, 0.55);
}
.focus\:bg-neutral-600\/60:focus {
    background-color: rgba(82, 82, 82, 0.6);
}
.focus\:bg-neutral-600\/65:focus {
    background-color: rgba(82, 82, 82, 0.65);
}
.focus\:bg-neutral-600\/70:focus {
    background-color: rgba(82, 82, 82, 0.7);
}
.focus\:bg-neutral-600\/75:focus {
    background-color: rgba(82, 82, 82, 0.75);
}
.focus\:bg-neutral-600\/80:focus {
    background-color: rgba(82, 82, 82, 0.8);
}
.focus\:bg-neutral-600\/85:focus {
    background-color: rgba(82, 82, 82, 0.85);
}
.focus\:bg-neutral-600\/90:focus {
    background-color: rgba(82, 82, 82, 0.9);
}
.focus\:bg-neutral-600\/95:focus {
    background-color: rgba(82, 82, 82, 0.95);
}
.focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-700\/0:focus {
    background-color: rgba(64, 64, 64, 0);
}
.focus\:bg-neutral-700\/10:focus {
    background-color: rgba(64, 64, 64, 0.1);
}
.focus\:bg-neutral-700\/100:focus {
    background-color: #404040;
}
.focus\:bg-neutral-700\/15:focus {
    background-color: rgba(64, 64, 64, 0.15);
}
.focus\:bg-neutral-700\/20:focus {
    background-color: rgba(64, 64, 64, 0.2);
}
.focus\:bg-neutral-700\/25:focus {
    background-color: rgba(64, 64, 64, 0.25);
}
.focus\:bg-neutral-700\/30:focus {
    background-color: rgba(64, 64, 64, 0.3);
}
.focus\:bg-neutral-700\/35:focus {
    background-color: rgba(64, 64, 64, 0.35);
}
.focus\:bg-neutral-700\/40:focus {
    background-color: rgba(64, 64, 64, 0.4);
}
.focus\:bg-neutral-700\/45:focus {
    background-color: rgba(64, 64, 64, 0.45);
}
.focus\:bg-neutral-700\/5:focus {
    background-color: rgba(64, 64, 64, 0.05);
}
.focus\:bg-neutral-700\/50:focus {
    background-color: rgba(64, 64, 64, 0.5);
}
.focus\:bg-neutral-700\/55:focus {
    background-color: rgba(64, 64, 64, 0.55);
}
.focus\:bg-neutral-700\/60:focus {
    background-color: rgba(64, 64, 64, 0.6);
}
.focus\:bg-neutral-700\/65:focus {
    background-color: rgba(64, 64, 64, 0.65);
}
.focus\:bg-neutral-700\/70:focus {
    background-color: rgba(64, 64, 64, 0.7);
}
.focus\:bg-neutral-700\/75:focus {
    background-color: rgba(64, 64, 64, 0.75);
}
.focus\:bg-neutral-700\/80:focus {
    background-color: rgba(64, 64, 64, 0.8);
}
.focus\:bg-neutral-700\/85:focus {
    background-color: rgba(64, 64, 64, 0.85);
}
.focus\:bg-neutral-700\/90:focus {
    background-color: rgba(64, 64, 64, 0.9);
}
.focus\:bg-neutral-700\/95:focus {
    background-color: rgba(64, 64, 64, 0.95);
}
.focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-800\/0:focus {
    background-color: rgba(38, 38, 38, 0);
}
.focus\:bg-neutral-800\/10:focus {
    background-color: rgba(38, 38, 38, 0.1);
}
.focus\:bg-neutral-800\/100:focus {
    background-color: #262626;
}
.focus\:bg-neutral-800\/15:focus {
    background-color: rgba(38, 38, 38, 0.15);
}
.focus\:bg-neutral-800\/20:focus {
    background-color: rgba(38, 38, 38, 0.2);
}
.focus\:bg-neutral-800\/25:focus {
    background-color: rgba(38, 38, 38, 0.25);
}
.focus\:bg-neutral-800\/30:focus {
    background-color: rgba(38, 38, 38, 0.3);
}
.focus\:bg-neutral-800\/35:focus {
    background-color: rgba(38, 38, 38, 0.35);
}
.focus\:bg-neutral-800\/40:focus {
    background-color: rgba(38, 38, 38, 0.4);
}
.focus\:bg-neutral-800\/45:focus {
    background-color: rgba(38, 38, 38, 0.45);
}
.focus\:bg-neutral-800\/5:focus {
    background-color: rgba(38, 38, 38, 0.05);
}
.focus\:bg-neutral-800\/50:focus {
    background-color: rgba(38, 38, 38, 0.5);
}
.focus\:bg-neutral-800\/55:focus {
    background-color: rgba(38, 38, 38, 0.55);
}
.focus\:bg-neutral-800\/60:focus {
    background-color: rgba(38, 38, 38, 0.6);
}
.focus\:bg-neutral-800\/65:focus {
    background-color: rgba(38, 38, 38, 0.65);
}
.focus\:bg-neutral-800\/70:focus {
    background-color: rgba(38, 38, 38, 0.7);
}
.focus\:bg-neutral-800\/75:focus {
    background-color: rgba(38, 38, 38, 0.75);
}
.focus\:bg-neutral-800\/80:focus {
    background-color: rgba(38, 38, 38, 0.8);
}
.focus\:bg-neutral-800\/85:focus {
    background-color: rgba(38, 38, 38, 0.85);
}
.focus\:bg-neutral-800\/90:focus {
    background-color: rgba(38, 38, 38, 0.9);
}
.focus\:bg-neutral-800\/95:focus {
    background-color: rgba(38, 38, 38, 0.95);
}
.focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.focus\:bg-neutral-900\/0:focus {
    background-color: hsla(0, 0%, 9%, 0);
}
.focus\:bg-neutral-900\/10:focus {
    background-color: hsla(0, 0%, 9%, 0.1);
}
.focus\:bg-neutral-900\/100:focus {
    background-color: #171717;
}
.focus\:bg-neutral-900\/15:focus {
    background-color: hsla(0, 0%, 9%, 0.15);
}
.focus\:bg-neutral-900\/20:focus {
    background-color: hsla(0, 0%, 9%, 0.2);
}
.focus\:bg-neutral-900\/25:focus {
    background-color: hsla(0, 0%, 9%, 0.25);
}
.focus\:bg-neutral-900\/30:focus {
    background-color: hsla(0, 0%, 9%, 0.3);
}
.focus\:bg-neutral-900\/35:focus {
    background-color: hsla(0, 0%, 9%, 0.35);
}
.focus\:bg-neutral-900\/40:focus {
    background-color: hsla(0, 0%, 9%, 0.4);
}
.focus\:bg-neutral-900\/45:focus {
    background-color: hsla(0, 0%, 9%, 0.45);
}
.focus\:bg-neutral-900\/5:focus {
    background-color: hsla(0, 0%, 9%, 0.05);
}
.focus\:bg-neutral-900\/50:focus {
    background-color: hsla(0, 0%, 9%, 0.5);
}
.focus\:bg-neutral-900\/55:focus {
    background-color: hsla(0, 0%, 9%, 0.55);
}
.focus\:bg-neutral-900\/60:focus {
    background-color: hsla(0, 0%, 9%, 0.6);
}
.focus\:bg-neutral-900\/65:focus {
    background-color: hsla(0, 0%, 9%, 0.65);
}
.focus\:bg-neutral-900\/70:focus {
    background-color: hsla(0, 0%, 9%, 0.7);
}
.focus\:bg-neutral-900\/75:focus {
    background-color: hsla(0, 0%, 9%, 0.75);
}
.focus\:bg-neutral-900\/80:focus {
    background-color: hsla(0, 0%, 9%, 0.8);
}
.focus\:bg-neutral-900\/85:focus {
    background-color: hsla(0, 0%, 9%, 0.85);
}
.focus\:bg-neutral-900\/90:focus {
    background-color: hsla(0, 0%, 9%, 0.9);
}
.focus\:bg-neutral-900\/95:focus {
    background-color: hsla(0, 0%, 9%, 0.95);
}
.focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-100\/0:focus {
    background-color: rgba(255, 237, 213, 0);
}
.focus\:bg-orange-100\/10:focus {
    background-color: rgba(255, 237, 213, 0.1);
}
.focus\:bg-orange-100\/100:focus {
    background-color: #ffedd5;
}
.focus\:bg-orange-100\/15:focus {
    background-color: rgba(255, 237, 213, 0.15);
}
.focus\:bg-orange-100\/20:focus {
    background-color: rgba(255, 237, 213, 0.2);
}
.focus\:bg-orange-100\/25:focus {
    background-color: rgba(255, 237, 213, 0.25);
}
.focus\:bg-orange-100\/30:focus {
    background-color: rgba(255, 237, 213, 0.3);
}
.focus\:bg-orange-100\/35:focus {
    background-color: rgba(255, 237, 213, 0.35);
}
.focus\:bg-orange-100\/40:focus {
    background-color: rgba(255, 237, 213, 0.4);
}
.focus\:bg-orange-100\/45:focus {
    background-color: rgba(255, 237, 213, 0.45);
}
.focus\:bg-orange-100\/5:focus {
    background-color: rgba(255, 237, 213, 0.05);
}
.focus\:bg-orange-100\/50:focus {
    background-color: rgba(255, 237, 213, 0.5);
}
.focus\:bg-orange-100\/55:focus {
    background-color: rgba(255, 237, 213, 0.55);
}
.focus\:bg-orange-100\/60:focus {
    background-color: rgba(255, 237, 213, 0.6);
}
.focus\:bg-orange-100\/65:focus {
    background-color: rgba(255, 237, 213, 0.65);
}
.focus\:bg-orange-100\/70:focus {
    background-color: rgba(255, 237, 213, 0.7);
}
.focus\:bg-orange-100\/75:focus {
    background-color: rgba(255, 237, 213, 0.75);
}
.focus\:bg-orange-100\/80:focus {
    background-color: rgba(255, 237, 213, 0.8);
}
.focus\:bg-orange-100\/85:focus {
    background-color: rgba(255, 237, 213, 0.85);
}
.focus\:bg-orange-100\/90:focus {
    background-color: rgba(255, 237, 213, 0.9);
}
.focus\:bg-orange-100\/95:focus {
    background-color: rgba(255, 237, 213, 0.95);
}
.focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-200\/0:focus {
    background-color: hsla(32, 98%, 83%, 0);
}
.focus\:bg-orange-200\/10:focus {
    background-color: hsla(32, 98%, 83%, 0.1);
}
.focus\:bg-orange-200\/100:focus {
    background-color: #fed7aa;
}
.focus\:bg-orange-200\/15:focus {
    background-color: hsla(32, 98%, 83%, 0.15);
}
.focus\:bg-orange-200\/20:focus {
    background-color: hsla(32, 98%, 83%, 0.2);
}
.focus\:bg-orange-200\/25:focus {
    background-color: hsla(32, 98%, 83%, 0.25);
}
.focus\:bg-orange-200\/30:focus {
    background-color: hsla(32, 98%, 83%, 0.3);
}
.focus\:bg-orange-200\/35:focus {
    background-color: hsla(32, 98%, 83%, 0.35);
}
.focus\:bg-orange-200\/40:focus {
    background-color: hsla(32, 98%, 83%, 0.4);
}
.focus\:bg-orange-200\/45:focus {
    background-color: hsla(32, 98%, 83%, 0.45);
}
.focus\:bg-orange-200\/5:focus {
    background-color: hsla(32, 98%, 83%, 0.05);
}
.focus\:bg-orange-200\/50:focus {
    background-color: hsla(32, 98%, 83%, 0.5);
}
.focus\:bg-orange-200\/55:focus {
    background-color: hsla(32, 98%, 83%, 0.55);
}
.focus\:bg-orange-200\/60:focus {
    background-color: hsla(32, 98%, 83%, 0.6);
}
.focus\:bg-orange-200\/65:focus {
    background-color: hsla(32, 98%, 83%, 0.65);
}
.focus\:bg-orange-200\/70:focus {
    background-color: hsla(32, 98%, 83%, 0.7);
}
.focus\:bg-orange-200\/75:focus {
    background-color: hsla(32, 98%, 83%, 0.75);
}
.focus\:bg-orange-200\/80:focus {
    background-color: hsla(32, 98%, 83%, 0.8);
}
.focus\:bg-orange-200\/85:focus {
    background-color: hsla(32, 98%, 83%, 0.85);
}
.focus\:bg-orange-200\/90:focus {
    background-color: hsla(32, 98%, 83%, 0.9);
}
.focus\:bg-orange-200\/95:focus {
    background-color: hsla(32, 98%, 83%, 0.95);
}
.focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-300\/0:focus {
    background-color: hsla(31, 97%, 72%, 0);
}
.focus\:bg-orange-300\/10:focus {
    background-color: hsla(31, 97%, 72%, 0.1);
}
.focus\:bg-orange-300\/100:focus {
    background-color: #fdba74;
}
.focus\:bg-orange-300\/15:focus {
    background-color: hsla(31, 97%, 72%, 0.15);
}
.focus\:bg-orange-300\/20:focus {
    background-color: hsla(31, 97%, 72%, 0.2);
}
.focus\:bg-orange-300\/25:focus {
    background-color: hsla(31, 97%, 72%, 0.25);
}
.focus\:bg-orange-300\/30:focus {
    background-color: hsla(31, 97%, 72%, 0.3);
}
.focus\:bg-orange-300\/35:focus {
    background-color: hsla(31, 97%, 72%, 0.35);
}
.focus\:bg-orange-300\/40:focus {
    background-color: hsla(31, 97%, 72%, 0.4);
}
.focus\:bg-orange-300\/45:focus {
    background-color: hsla(31, 97%, 72%, 0.45);
}
.focus\:bg-orange-300\/5:focus {
    background-color: hsla(31, 97%, 72%, 0.05);
}
.focus\:bg-orange-300\/50:focus {
    background-color: hsla(31, 97%, 72%, 0.5);
}
.focus\:bg-orange-300\/55:focus {
    background-color: hsla(31, 97%, 72%, 0.55);
}
.focus\:bg-orange-300\/60:focus {
    background-color: hsla(31, 97%, 72%, 0.6);
}
.focus\:bg-orange-300\/65:focus {
    background-color: hsla(31, 97%, 72%, 0.65);
}
.focus\:bg-orange-300\/70:focus {
    background-color: hsla(31, 97%, 72%, 0.7);
}
.focus\:bg-orange-300\/75:focus {
    background-color: hsla(31, 97%, 72%, 0.75);
}
.focus\:bg-orange-300\/80:focus {
    background-color: hsla(31, 97%, 72%, 0.8);
}
.focus\:bg-orange-300\/85:focus {
    background-color: hsla(31, 97%, 72%, 0.85);
}
.focus\:bg-orange-300\/90:focus {
    background-color: hsla(31, 97%, 72%, 0.9);
}
.focus\:bg-orange-300\/95:focus {
    background-color: hsla(31, 97%, 72%, 0.95);
}
.focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-400\/0:focus {
    background-color: rgba(251, 146, 60, 0);
}
.focus\:bg-orange-400\/10:focus {
    background-color: rgba(251, 146, 60, 0.1);
}
.focus\:bg-orange-400\/100:focus {
    background-color: #fb923c;
}
.focus\:bg-orange-400\/15:focus {
    background-color: rgba(251, 146, 60, 0.15);
}
.focus\:bg-orange-400\/20:focus {
    background-color: rgba(251, 146, 60, 0.2);
}
.focus\:bg-orange-400\/25:focus {
    background-color: rgba(251, 146, 60, 0.25);
}
.focus\:bg-orange-400\/30:focus {
    background-color: rgba(251, 146, 60, 0.3);
}
.focus\:bg-orange-400\/35:focus {
    background-color: rgba(251, 146, 60, 0.35);
}
.focus\:bg-orange-400\/40:focus {
    background-color: rgba(251, 146, 60, 0.4);
}
.focus\:bg-orange-400\/45:focus {
    background-color: rgba(251, 146, 60, 0.45);
}
.focus\:bg-orange-400\/5:focus {
    background-color: rgba(251, 146, 60, 0.05);
}
.focus\:bg-orange-400\/50:focus {
    background-color: rgba(251, 146, 60, 0.5);
}
.focus\:bg-orange-400\/55:focus {
    background-color: rgba(251, 146, 60, 0.55);
}
.focus\:bg-orange-400\/60:focus {
    background-color: rgba(251, 146, 60, 0.6);
}
.focus\:bg-orange-400\/65:focus {
    background-color: rgba(251, 146, 60, 0.65);
}
.focus\:bg-orange-400\/70:focus {
    background-color: rgba(251, 146, 60, 0.7);
}
.focus\:bg-orange-400\/75:focus {
    background-color: rgba(251, 146, 60, 0.75);
}
.focus\:bg-orange-400\/80:focus {
    background-color: rgba(251, 146, 60, 0.8);
}
.focus\:bg-orange-400\/85:focus {
    background-color: rgba(251, 146, 60, 0.85);
}
.focus\:bg-orange-400\/90:focus {
    background-color: rgba(251, 146, 60, 0.9);
}
.focus\:bg-orange-400\/95:focus {
    background-color: rgba(251, 146, 60, 0.95);
}
.focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-50\/0:focus {
    background-color: rgba(255, 247, 237, 0);
}
.focus\:bg-orange-50\/10:focus {
    background-color: rgba(255, 247, 237, 0.1);
}
.focus\:bg-orange-50\/100:focus {
    background-color: #fff7ed;
}
.focus\:bg-orange-50\/15:focus {
    background-color: rgba(255, 247, 237, 0.15);
}
.focus\:bg-orange-50\/20:focus {
    background-color: rgba(255, 247, 237, 0.2);
}
.focus\:bg-orange-50\/25:focus {
    background-color: rgba(255, 247, 237, 0.25);
}
.focus\:bg-orange-50\/30:focus {
    background-color: rgba(255, 247, 237, 0.3);
}
.focus\:bg-orange-50\/35:focus {
    background-color: rgba(255, 247, 237, 0.35);
}
.focus\:bg-orange-50\/40:focus {
    background-color: rgba(255, 247, 237, 0.4);
}
.focus\:bg-orange-50\/45:focus {
    background-color: rgba(255, 247, 237, 0.45);
}
.focus\:bg-orange-50\/5:focus {
    background-color: rgba(255, 247, 237, 0.05);
}
.focus\:bg-orange-50\/50:focus {
    background-color: rgba(255, 247, 237, 0.5);
}
.focus\:bg-orange-50\/55:focus {
    background-color: rgba(255, 247, 237, 0.55);
}
.focus\:bg-orange-50\/60:focus {
    background-color: rgba(255, 247, 237, 0.6);
}
.focus\:bg-orange-50\/65:focus {
    background-color: rgba(255, 247, 237, 0.65);
}
.focus\:bg-orange-50\/70:focus {
    background-color: rgba(255, 247, 237, 0.7);
}
.focus\:bg-orange-50\/75:focus {
    background-color: rgba(255, 247, 237, 0.75);
}
.focus\:bg-orange-50\/80:focus {
    background-color: rgba(255, 247, 237, 0.8);
}
.focus\:bg-orange-50\/85:focus {
    background-color: rgba(255, 247, 237, 0.85);
}
.focus\:bg-orange-50\/90:focus {
    background-color: rgba(255, 247, 237, 0.9);
}
.focus\:bg-orange-50\/95:focus {
    background-color: rgba(255, 247, 237, 0.95);
}
.focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-500\/0:focus {
    background-color: rgba(249, 115, 22, 0);
}
.focus\:bg-orange-500\/10:focus {
    background-color: rgba(249, 115, 22, 0.1);
}
.focus\:bg-orange-500\/100:focus {
    background-color: #f97316;
}
.focus\:bg-orange-500\/15:focus {
    background-color: rgba(249, 115, 22, 0.15);
}
.focus\:bg-orange-500\/20:focus {
    background-color: rgba(249, 115, 22, 0.2);
}
.focus\:bg-orange-500\/25:focus {
    background-color: rgba(249, 115, 22, 0.25);
}
.focus\:bg-orange-500\/30:focus {
    background-color: rgba(249, 115, 22, 0.3);
}
.focus\:bg-orange-500\/35:focus {
    background-color: rgba(249, 115, 22, 0.35);
}
.focus\:bg-orange-500\/40:focus {
    background-color: rgba(249, 115, 22, 0.4);
}
.focus\:bg-orange-500\/45:focus {
    background-color: rgba(249, 115, 22, 0.45);
}
.focus\:bg-orange-500\/5:focus {
    background-color: rgba(249, 115, 22, 0.05);
}
.focus\:bg-orange-500\/50:focus {
    background-color: rgba(249, 115, 22, 0.5);
}
.focus\:bg-orange-500\/55:focus {
    background-color: rgba(249, 115, 22, 0.55);
}
.focus\:bg-orange-500\/60:focus {
    background-color: rgba(249, 115, 22, 0.6);
}
.focus\:bg-orange-500\/65:focus {
    background-color: rgba(249, 115, 22, 0.65);
}
.focus\:bg-orange-500\/70:focus {
    background-color: rgba(249, 115, 22, 0.7);
}
.focus\:bg-orange-500\/75:focus {
    background-color: rgba(249, 115, 22, 0.75);
}
.focus\:bg-orange-500\/80:focus {
    background-color: rgba(249, 115, 22, 0.8);
}
.focus\:bg-orange-500\/85:focus {
    background-color: rgba(249, 115, 22, 0.85);
}
.focus\:bg-orange-500\/90:focus {
    background-color: rgba(249, 115, 22, 0.9);
}
.focus\:bg-orange-500\/95:focus {
    background-color: rgba(249, 115, 22, 0.95);
}
.focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-600\/0:focus {
    background-color: rgba(234, 88, 12, 0);
}
.focus\:bg-orange-600\/10:focus {
    background-color: rgba(234, 88, 12, 0.1);
}
.focus\:bg-orange-600\/100:focus {
    background-color: #ea580c;
}
.focus\:bg-orange-600\/15:focus {
    background-color: rgba(234, 88, 12, 0.15);
}
.focus\:bg-orange-600\/20:focus {
    background-color: rgba(234, 88, 12, 0.2);
}
.focus\:bg-orange-600\/25:focus {
    background-color: rgba(234, 88, 12, 0.25);
}
.focus\:bg-orange-600\/30:focus {
    background-color: rgba(234, 88, 12, 0.3);
}
.focus\:bg-orange-600\/35:focus {
    background-color: rgba(234, 88, 12, 0.35);
}
.focus\:bg-orange-600\/40:focus {
    background-color: rgba(234, 88, 12, 0.4);
}
.focus\:bg-orange-600\/45:focus {
    background-color: rgba(234, 88, 12, 0.45);
}
.focus\:bg-orange-600\/5:focus {
    background-color: rgba(234, 88, 12, 0.05);
}
.focus\:bg-orange-600\/50:focus {
    background-color: rgba(234, 88, 12, 0.5);
}
.focus\:bg-orange-600\/55:focus {
    background-color: rgba(234, 88, 12, 0.55);
}
.focus\:bg-orange-600\/60:focus {
    background-color: rgba(234, 88, 12, 0.6);
}
.focus\:bg-orange-600\/65:focus {
    background-color: rgba(234, 88, 12, 0.65);
}
.focus\:bg-orange-600\/70:focus {
    background-color: rgba(234, 88, 12, 0.7);
}
.focus\:bg-orange-600\/75:focus {
    background-color: rgba(234, 88, 12, 0.75);
}
.focus\:bg-orange-600\/80:focus {
    background-color: rgba(234, 88, 12, 0.8);
}
.focus\:bg-orange-600\/85:focus {
    background-color: rgba(234, 88, 12, 0.85);
}
.focus\:bg-orange-600\/90:focus {
    background-color: rgba(234, 88, 12, 0.9);
}
.focus\:bg-orange-600\/95:focus {
    background-color: rgba(234, 88, 12, 0.95);
}
.focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-700\/0:focus {
    background-color: rgba(194, 65, 12, 0);
}
.focus\:bg-orange-700\/10:focus {
    background-color: rgba(194, 65, 12, 0.1);
}
.focus\:bg-orange-700\/100:focus {
    background-color: #c2410c;
}
.focus\:bg-orange-700\/15:focus {
    background-color: rgba(194, 65, 12, 0.15);
}
.focus\:bg-orange-700\/20:focus {
    background-color: rgba(194, 65, 12, 0.2);
}
.focus\:bg-orange-700\/25:focus {
    background-color: rgba(194, 65, 12, 0.25);
}
.focus\:bg-orange-700\/30:focus {
    background-color: rgba(194, 65, 12, 0.3);
}
.focus\:bg-orange-700\/35:focus {
    background-color: rgba(194, 65, 12, 0.35);
}
.focus\:bg-orange-700\/40:focus {
    background-color: rgba(194, 65, 12, 0.4);
}
.focus\:bg-orange-700\/45:focus {
    background-color: rgba(194, 65, 12, 0.45);
}
.focus\:bg-orange-700\/5:focus {
    background-color: rgba(194, 65, 12, 0.05);
}
.focus\:bg-orange-700\/50:focus {
    background-color: rgba(194, 65, 12, 0.5);
}
.focus\:bg-orange-700\/55:focus {
    background-color: rgba(194, 65, 12, 0.55);
}
.focus\:bg-orange-700\/60:focus {
    background-color: rgba(194, 65, 12, 0.6);
}
.focus\:bg-orange-700\/65:focus {
    background-color: rgba(194, 65, 12, 0.65);
}
.focus\:bg-orange-700\/70:focus {
    background-color: rgba(194, 65, 12, 0.7);
}
.focus\:bg-orange-700\/75:focus {
    background-color: rgba(194, 65, 12, 0.75);
}
.focus\:bg-orange-700\/80:focus {
    background-color: rgba(194, 65, 12, 0.8);
}
.focus\:bg-orange-700\/85:focus {
    background-color: rgba(194, 65, 12, 0.85);
}
.focus\:bg-orange-700\/90:focus {
    background-color: rgba(194, 65, 12, 0.9);
}
.focus\:bg-orange-700\/95:focus {
    background-color: rgba(194, 65, 12, 0.95);
}
.focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-800\/0:focus {
    background-color: rgba(154, 52, 18, 0);
}
.focus\:bg-orange-800\/10:focus {
    background-color: rgba(154, 52, 18, 0.1);
}
.focus\:bg-orange-800\/100:focus {
    background-color: #9a3412;
}
.focus\:bg-orange-800\/15:focus {
    background-color: rgba(154, 52, 18, 0.15);
}
.focus\:bg-orange-800\/20:focus {
    background-color: rgba(154, 52, 18, 0.2);
}
.focus\:bg-orange-800\/25:focus {
    background-color: rgba(154, 52, 18, 0.25);
}
.focus\:bg-orange-800\/30:focus {
    background-color: rgba(154, 52, 18, 0.3);
}
.focus\:bg-orange-800\/35:focus {
    background-color: rgba(154, 52, 18, 0.35);
}
.focus\:bg-orange-800\/40:focus {
    background-color: rgba(154, 52, 18, 0.4);
}
.focus\:bg-orange-800\/45:focus {
    background-color: rgba(154, 52, 18, 0.45);
}
.focus\:bg-orange-800\/5:focus {
    background-color: rgba(154, 52, 18, 0.05);
}
.focus\:bg-orange-800\/50:focus {
    background-color: rgba(154, 52, 18, 0.5);
}
.focus\:bg-orange-800\/55:focus {
    background-color: rgba(154, 52, 18, 0.55);
}
.focus\:bg-orange-800\/60:focus {
    background-color: rgba(154, 52, 18, 0.6);
}
.focus\:bg-orange-800\/65:focus {
    background-color: rgba(154, 52, 18, 0.65);
}
.focus\:bg-orange-800\/70:focus {
    background-color: rgba(154, 52, 18, 0.7);
}
.focus\:bg-orange-800\/75:focus {
    background-color: rgba(154, 52, 18, 0.75);
}
.focus\:bg-orange-800\/80:focus {
    background-color: rgba(154, 52, 18, 0.8);
}
.focus\:bg-orange-800\/85:focus {
    background-color: rgba(154, 52, 18, 0.85);
}
.focus\:bg-orange-800\/90:focus {
    background-color: rgba(154, 52, 18, 0.9);
}
.focus\:bg-orange-800\/95:focus {
    background-color: rgba(154, 52, 18, 0.95);
}
.focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-900\/0:focus {
    background-color: rgba(124, 45, 18, 0);
}
.focus\:bg-orange-900\/10:focus {
    background-color: rgba(124, 45, 18, 0.1);
}
.focus\:bg-orange-900\/100:focus {
    background-color: #7c2d12;
}
.focus\:bg-orange-900\/15:focus {
    background-color: rgba(124, 45, 18, 0.15);
}
.focus\:bg-orange-900\/20:focus {
    background-color: rgba(124, 45, 18, 0.2);
}
.focus\:bg-orange-900\/25:focus {
    background-color: rgba(124, 45, 18, 0.25);
}
.focus\:bg-orange-900\/30:focus {
    background-color: rgba(124, 45, 18, 0.3);
}
.focus\:bg-orange-900\/35:focus {
    background-color: rgba(124, 45, 18, 0.35);
}
.focus\:bg-orange-900\/40:focus {
    background-color: rgba(124, 45, 18, 0.4);
}
.focus\:bg-orange-900\/45:focus {
    background-color: rgba(124, 45, 18, 0.45);
}
.focus\:bg-orange-900\/5:focus {
    background-color: rgba(124, 45, 18, 0.05);
}
.focus\:bg-orange-900\/50:focus {
    background-color: rgba(124, 45, 18, 0.5);
}
.focus\:bg-orange-900\/55:focus {
    background-color: rgba(124, 45, 18, 0.55);
}
.focus\:bg-orange-900\/60:focus {
    background-color: rgba(124, 45, 18, 0.6);
}
.focus\:bg-orange-900\/65:focus {
    background-color: rgba(124, 45, 18, 0.65);
}
.focus\:bg-orange-900\/70:focus {
    background-color: rgba(124, 45, 18, 0.7);
}
.focus\:bg-orange-900\/75:focus {
    background-color: rgba(124, 45, 18, 0.75);
}
.focus\:bg-orange-900\/80:focus {
    background-color: rgba(124, 45, 18, 0.8);
}
.focus\:bg-orange-900\/85:focus {
    background-color: rgba(124, 45, 18, 0.85);
}
.focus\:bg-orange-900\/90:focus {
    background-color: rgba(124, 45, 18, 0.9);
}
.focus\:bg-orange-900\/95:focus {
    background-color: rgba(124, 45, 18, 0.95);
}
.focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-100\/0:focus {
    background-color: rgba(252, 231, 243, 0);
}
.focus\:bg-pink-100\/10:focus {
    background-color: rgba(252, 231, 243, 0.1);
}
.focus\:bg-pink-100\/100:focus {
    background-color: #fce7f3;
}
.focus\:bg-pink-100\/15:focus {
    background-color: rgba(252, 231, 243, 0.15);
}
.focus\:bg-pink-100\/20:focus {
    background-color: rgba(252, 231, 243, 0.2);
}
.focus\:bg-pink-100\/25:focus {
    background-color: rgba(252, 231, 243, 0.25);
}
.focus\:bg-pink-100\/30:focus {
    background-color: rgba(252, 231, 243, 0.3);
}
.focus\:bg-pink-100\/35:focus {
    background-color: rgba(252, 231, 243, 0.35);
}
.focus\:bg-pink-100\/40:focus {
    background-color: rgba(252, 231, 243, 0.4);
}
.focus\:bg-pink-100\/45:focus {
    background-color: rgba(252, 231, 243, 0.45);
}
.focus\:bg-pink-100\/5:focus {
    background-color: rgba(252, 231, 243, 0.05);
}
.focus\:bg-pink-100\/50:focus {
    background-color: rgba(252, 231, 243, 0.5);
}
.focus\:bg-pink-100\/55:focus {
    background-color: rgba(252, 231, 243, 0.55);
}
.focus\:bg-pink-100\/60:focus {
    background-color: rgba(252, 231, 243, 0.6);
}
.focus\:bg-pink-100\/65:focus {
    background-color: rgba(252, 231, 243, 0.65);
}
.focus\:bg-pink-100\/70:focus {
    background-color: rgba(252, 231, 243, 0.7);
}
.focus\:bg-pink-100\/75:focus {
    background-color: rgba(252, 231, 243, 0.75);
}
.focus\:bg-pink-100\/80:focus {
    background-color: rgba(252, 231, 243, 0.8);
}
.focus\:bg-pink-100\/85:focus {
    background-color: rgba(252, 231, 243, 0.85);
}
.focus\:bg-pink-100\/90:focus {
    background-color: rgba(252, 231, 243, 0.9);
}
.focus\:bg-pink-100\/95:focus {
    background-color: rgba(252, 231, 243, 0.95);
}
.focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-200\/0:focus {
    background-color: rgba(251, 207, 232, 0);
}
.focus\:bg-pink-200\/10:focus {
    background-color: rgba(251, 207, 232, 0.1);
}
.focus\:bg-pink-200\/100:focus {
    background-color: #fbcfe8;
}
.focus\:bg-pink-200\/15:focus {
    background-color: rgba(251, 207, 232, 0.15);
}
.focus\:bg-pink-200\/20:focus {
    background-color: rgba(251, 207, 232, 0.2);
}
.focus\:bg-pink-200\/25:focus {
    background-color: rgba(251, 207, 232, 0.25);
}
.focus\:bg-pink-200\/30:focus {
    background-color: rgba(251, 207, 232, 0.3);
}
.focus\:bg-pink-200\/35:focus {
    background-color: rgba(251, 207, 232, 0.35);
}
.focus\:bg-pink-200\/40:focus {
    background-color: rgba(251, 207, 232, 0.4);
}
.focus\:bg-pink-200\/45:focus {
    background-color: rgba(251, 207, 232, 0.45);
}
.focus\:bg-pink-200\/5:focus {
    background-color: rgba(251, 207, 232, 0.05);
}
.focus\:bg-pink-200\/50:focus {
    background-color: rgba(251, 207, 232, 0.5);
}
.focus\:bg-pink-200\/55:focus {
    background-color: rgba(251, 207, 232, 0.55);
}
.focus\:bg-pink-200\/60:focus {
    background-color: rgba(251, 207, 232, 0.6);
}
.focus\:bg-pink-200\/65:focus {
    background-color: rgba(251, 207, 232, 0.65);
}
.focus\:bg-pink-200\/70:focus {
    background-color: rgba(251, 207, 232, 0.7);
}
.focus\:bg-pink-200\/75:focus {
    background-color: rgba(251, 207, 232, 0.75);
}
.focus\:bg-pink-200\/80:focus {
    background-color: rgba(251, 207, 232, 0.8);
}
.focus\:bg-pink-200\/85:focus {
    background-color: rgba(251, 207, 232, 0.85);
}
.focus\:bg-pink-200\/90:focus {
    background-color: rgba(251, 207, 232, 0.9);
}
.focus\:bg-pink-200\/95:focus {
    background-color: rgba(251, 207, 232, 0.95);
}
.focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-300\/0:focus {
    background-color: rgba(249, 168, 212, 0);
}
.focus\:bg-pink-300\/10:focus {
    background-color: rgba(249, 168, 212, 0.1);
}
.focus\:bg-pink-300\/100:focus {
    background-color: #f9a8d4;
}
.focus\:bg-pink-300\/15:focus {
    background-color: rgba(249, 168, 212, 0.15);
}
.focus\:bg-pink-300\/20:focus {
    background-color: rgba(249, 168, 212, 0.2);
}
.focus\:bg-pink-300\/25:focus {
    background-color: rgba(249, 168, 212, 0.25);
}
.focus\:bg-pink-300\/30:focus {
    background-color: rgba(249, 168, 212, 0.3);
}
.focus\:bg-pink-300\/35:focus {
    background-color: rgba(249, 168, 212, 0.35);
}
.focus\:bg-pink-300\/40:focus {
    background-color: rgba(249, 168, 212, 0.4);
}
.focus\:bg-pink-300\/45:focus {
    background-color: rgba(249, 168, 212, 0.45);
}
.focus\:bg-pink-300\/5:focus {
    background-color: rgba(249, 168, 212, 0.05);
}
.focus\:bg-pink-300\/50:focus {
    background-color: rgba(249, 168, 212, 0.5);
}
.focus\:bg-pink-300\/55:focus {
    background-color: rgba(249, 168, 212, 0.55);
}
.focus\:bg-pink-300\/60:focus {
    background-color: rgba(249, 168, 212, 0.6);
}
.focus\:bg-pink-300\/65:focus {
    background-color: rgba(249, 168, 212, 0.65);
}
.focus\:bg-pink-300\/70:focus {
    background-color: rgba(249, 168, 212, 0.7);
}
.focus\:bg-pink-300\/75:focus {
    background-color: rgba(249, 168, 212, 0.75);
}
.focus\:bg-pink-300\/80:focus {
    background-color: rgba(249, 168, 212, 0.8);
}
.focus\:bg-pink-300\/85:focus {
    background-color: rgba(249, 168, 212, 0.85);
}
.focus\:bg-pink-300\/90:focus {
    background-color: rgba(249, 168, 212, 0.9);
}
.focus\:bg-pink-300\/95:focus {
    background-color: rgba(249, 168, 212, 0.95);
}
.focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-400\/0:focus {
    background-color: rgba(244, 114, 182, 0);
}
.focus\:bg-pink-400\/10:focus {
    background-color: rgba(244, 114, 182, 0.1);
}
.focus\:bg-pink-400\/100:focus {
    background-color: #f472b6;
}
.focus\:bg-pink-400\/15:focus {
    background-color: rgba(244, 114, 182, 0.15);
}
.focus\:bg-pink-400\/20:focus {
    background-color: rgba(244, 114, 182, 0.2);
}
.focus\:bg-pink-400\/25:focus {
    background-color: rgba(244, 114, 182, 0.25);
}
.focus\:bg-pink-400\/30:focus {
    background-color: rgba(244, 114, 182, 0.3);
}
.focus\:bg-pink-400\/35:focus {
    background-color: rgba(244, 114, 182, 0.35);
}
.focus\:bg-pink-400\/40:focus {
    background-color: rgba(244, 114, 182, 0.4);
}
.focus\:bg-pink-400\/45:focus {
    background-color: rgba(244, 114, 182, 0.45);
}
.focus\:bg-pink-400\/5:focus {
    background-color: rgba(244, 114, 182, 0.05);
}
.focus\:bg-pink-400\/50:focus {
    background-color: rgba(244, 114, 182, 0.5);
}
.focus\:bg-pink-400\/55:focus {
    background-color: rgba(244, 114, 182, 0.55);
}
.focus\:bg-pink-400\/60:focus {
    background-color: rgba(244, 114, 182, 0.6);
}
.focus\:bg-pink-400\/65:focus {
    background-color: rgba(244, 114, 182, 0.65);
}
.focus\:bg-pink-400\/70:focus {
    background-color: rgba(244, 114, 182, 0.7);
}
.focus\:bg-pink-400\/75:focus {
    background-color: rgba(244, 114, 182, 0.75);
}
.focus\:bg-pink-400\/80:focus {
    background-color: rgba(244, 114, 182, 0.8);
}
.focus\:bg-pink-400\/85:focus {
    background-color: rgba(244, 114, 182, 0.85);
}
.focus\:bg-pink-400\/90:focus {
    background-color: rgba(244, 114, 182, 0.9);
}
.focus\:bg-pink-400\/95:focus {
    background-color: rgba(244, 114, 182, 0.95);
}
.focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-50\/0:focus {
    background-color: rgba(253, 242, 248, 0);
}
.focus\:bg-pink-50\/10:focus {
    background-color: rgba(253, 242, 248, 0.1);
}
.focus\:bg-pink-50\/100:focus {
    background-color: #fdf2f8;
}
.focus\:bg-pink-50\/15:focus {
    background-color: rgba(253, 242, 248, 0.15);
}
.focus\:bg-pink-50\/20:focus {
    background-color: rgba(253, 242, 248, 0.2);
}
.focus\:bg-pink-50\/25:focus {
    background-color: rgba(253, 242, 248, 0.25);
}
.focus\:bg-pink-50\/30:focus {
    background-color: rgba(253, 242, 248, 0.3);
}
.focus\:bg-pink-50\/35:focus {
    background-color: rgba(253, 242, 248, 0.35);
}
.focus\:bg-pink-50\/40:focus {
    background-color: rgba(253, 242, 248, 0.4);
}
.focus\:bg-pink-50\/45:focus {
    background-color: rgba(253, 242, 248, 0.45);
}
.focus\:bg-pink-50\/5:focus {
    background-color: rgba(253, 242, 248, 0.05);
}
.focus\:bg-pink-50\/50:focus {
    background-color: rgba(253, 242, 248, 0.5);
}
.focus\:bg-pink-50\/55:focus {
    background-color: rgba(253, 242, 248, 0.55);
}
.focus\:bg-pink-50\/60:focus {
    background-color: rgba(253, 242, 248, 0.6);
}
.focus\:bg-pink-50\/65:focus {
    background-color: rgba(253, 242, 248, 0.65);
}
.focus\:bg-pink-50\/70:focus {
    background-color: rgba(253, 242, 248, 0.7);
}
.focus\:bg-pink-50\/75:focus {
    background-color: rgba(253, 242, 248, 0.75);
}
.focus\:bg-pink-50\/80:focus {
    background-color: rgba(253, 242, 248, 0.8);
}
.focus\:bg-pink-50\/85:focus {
    background-color: rgba(253, 242, 248, 0.85);
}
.focus\:bg-pink-50\/90:focus {
    background-color: rgba(253, 242, 248, 0.9);
}
.focus\:bg-pink-50\/95:focus {
    background-color: rgba(253, 242, 248, 0.95);
}
.focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-500\/0:focus {
    background-color: rgba(236, 72, 153, 0);
}
.focus\:bg-pink-500\/10:focus {
    background-color: rgba(236, 72, 153, 0.1);
}
.focus\:bg-pink-500\/100:focus {
    background-color: #ec4899;
}
.focus\:bg-pink-500\/15:focus {
    background-color: rgba(236, 72, 153, 0.15);
}
.focus\:bg-pink-500\/20:focus {
    background-color: rgba(236, 72, 153, 0.2);
}
.focus\:bg-pink-500\/25:focus {
    background-color: rgba(236, 72, 153, 0.25);
}
.focus\:bg-pink-500\/30:focus {
    background-color: rgba(236, 72, 153, 0.3);
}
.focus\:bg-pink-500\/35:focus {
    background-color: rgba(236, 72, 153, 0.35);
}
.focus\:bg-pink-500\/40:focus {
    background-color: rgba(236, 72, 153, 0.4);
}
.focus\:bg-pink-500\/45:focus {
    background-color: rgba(236, 72, 153, 0.45);
}
.focus\:bg-pink-500\/5:focus {
    background-color: rgba(236, 72, 153, 0.05);
}
.focus\:bg-pink-500\/50:focus {
    background-color: rgba(236, 72, 153, 0.5);
}
.focus\:bg-pink-500\/55:focus {
    background-color: rgba(236, 72, 153, 0.55);
}
.focus\:bg-pink-500\/60:focus {
    background-color: rgba(236, 72, 153, 0.6);
}
.focus\:bg-pink-500\/65:focus {
    background-color: rgba(236, 72, 153, 0.65);
}
.focus\:bg-pink-500\/70:focus {
    background-color: rgba(236, 72, 153, 0.7);
}
.focus\:bg-pink-500\/75:focus {
    background-color: rgba(236, 72, 153, 0.75);
}
.focus\:bg-pink-500\/80:focus {
    background-color: rgba(236, 72, 153, 0.8);
}
.focus\:bg-pink-500\/85:focus {
    background-color: rgba(236, 72, 153, 0.85);
}
.focus\:bg-pink-500\/90:focus {
    background-color: rgba(236, 72, 153, 0.9);
}
.focus\:bg-pink-500\/95:focus {
    background-color: rgba(236, 72, 153, 0.95);
}
.focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-600\/0:focus {
    background-color: rgba(219, 39, 119, 0);
}
.focus\:bg-pink-600\/10:focus {
    background-color: rgba(219, 39, 119, 0.1);
}
.focus\:bg-pink-600\/100:focus {
    background-color: #db2777;
}
.focus\:bg-pink-600\/15:focus {
    background-color: rgba(219, 39, 119, 0.15);
}
.focus\:bg-pink-600\/20:focus {
    background-color: rgba(219, 39, 119, 0.2);
}
.focus\:bg-pink-600\/25:focus {
    background-color: rgba(219, 39, 119, 0.25);
}
.focus\:bg-pink-600\/30:focus {
    background-color: rgba(219, 39, 119, 0.3);
}
.focus\:bg-pink-600\/35:focus {
    background-color: rgba(219, 39, 119, 0.35);
}
.focus\:bg-pink-600\/40:focus {
    background-color: rgba(219, 39, 119, 0.4);
}
.focus\:bg-pink-600\/45:focus {
    background-color: rgba(219, 39, 119, 0.45);
}
.focus\:bg-pink-600\/5:focus {
    background-color: rgba(219, 39, 119, 0.05);
}
.focus\:bg-pink-600\/50:focus {
    background-color: rgba(219, 39, 119, 0.5);
}
.focus\:bg-pink-600\/55:focus {
    background-color: rgba(219, 39, 119, 0.55);
}
.focus\:bg-pink-600\/60:focus {
    background-color: rgba(219, 39, 119, 0.6);
}
.focus\:bg-pink-600\/65:focus {
    background-color: rgba(219, 39, 119, 0.65);
}
.focus\:bg-pink-600\/70:focus {
    background-color: rgba(219, 39, 119, 0.7);
}
.focus\:bg-pink-600\/75:focus {
    background-color: rgba(219, 39, 119, 0.75);
}
.focus\:bg-pink-600\/80:focus {
    background-color: rgba(219, 39, 119, 0.8);
}
.focus\:bg-pink-600\/85:focus {
    background-color: rgba(219, 39, 119, 0.85);
}
.focus\:bg-pink-600\/90:focus {
    background-color: rgba(219, 39, 119, 0.9);
}
.focus\:bg-pink-600\/95:focus {
    background-color: rgba(219, 39, 119, 0.95);
}
.focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-700\/0:focus {
    background-color: rgba(190, 24, 93, 0);
}
.focus\:bg-pink-700\/10:focus {
    background-color: rgba(190, 24, 93, 0.1);
}
.focus\:bg-pink-700\/100:focus {
    background-color: #be185d;
}
.focus\:bg-pink-700\/15:focus {
    background-color: rgba(190, 24, 93, 0.15);
}
.focus\:bg-pink-700\/20:focus {
    background-color: rgba(190, 24, 93, 0.2);
}
.focus\:bg-pink-700\/25:focus {
    background-color: rgba(190, 24, 93, 0.25);
}
.focus\:bg-pink-700\/30:focus {
    background-color: rgba(190, 24, 93, 0.3);
}
.focus\:bg-pink-700\/35:focus {
    background-color: rgba(190, 24, 93, 0.35);
}
.focus\:bg-pink-700\/40:focus {
    background-color: rgba(190, 24, 93, 0.4);
}
.focus\:bg-pink-700\/45:focus {
    background-color: rgba(190, 24, 93, 0.45);
}
.focus\:bg-pink-700\/5:focus {
    background-color: rgba(190, 24, 93, 0.05);
}
.focus\:bg-pink-700\/50:focus {
    background-color: rgba(190, 24, 93, 0.5);
}
.focus\:bg-pink-700\/55:focus {
    background-color: rgba(190, 24, 93, 0.55);
}
.focus\:bg-pink-700\/60:focus {
    background-color: rgba(190, 24, 93, 0.6);
}
.focus\:bg-pink-700\/65:focus {
    background-color: rgba(190, 24, 93, 0.65);
}
.focus\:bg-pink-700\/70:focus {
    background-color: rgba(190, 24, 93, 0.7);
}
.focus\:bg-pink-700\/75:focus {
    background-color: rgba(190, 24, 93, 0.75);
}
.focus\:bg-pink-700\/80:focus {
    background-color: rgba(190, 24, 93, 0.8);
}
.focus\:bg-pink-700\/85:focus {
    background-color: rgba(190, 24, 93, 0.85);
}
.focus\:bg-pink-700\/90:focus {
    background-color: rgba(190, 24, 93, 0.9);
}
.focus\:bg-pink-700\/95:focus {
    background-color: rgba(190, 24, 93, 0.95);
}
.focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-800\/0:focus {
    background-color: rgba(157, 23, 77, 0);
}
.focus\:bg-pink-800\/10:focus {
    background-color: rgba(157, 23, 77, 0.1);
}
.focus\:bg-pink-800\/100:focus {
    background-color: #9d174d;
}
.focus\:bg-pink-800\/15:focus {
    background-color: rgba(157, 23, 77, 0.15);
}
.focus\:bg-pink-800\/20:focus {
    background-color: rgba(157, 23, 77, 0.2);
}
.focus\:bg-pink-800\/25:focus {
    background-color: rgba(157, 23, 77, 0.25);
}
.focus\:bg-pink-800\/30:focus {
    background-color: rgba(157, 23, 77, 0.3);
}
.focus\:bg-pink-800\/35:focus {
    background-color: rgba(157, 23, 77, 0.35);
}
.focus\:bg-pink-800\/40:focus {
    background-color: rgba(157, 23, 77, 0.4);
}
.focus\:bg-pink-800\/45:focus {
    background-color: rgba(157, 23, 77, 0.45);
}
.focus\:bg-pink-800\/5:focus {
    background-color: rgba(157, 23, 77, 0.05);
}
.focus\:bg-pink-800\/50:focus {
    background-color: rgba(157, 23, 77, 0.5);
}
.focus\:bg-pink-800\/55:focus {
    background-color: rgba(157, 23, 77, 0.55);
}
.focus\:bg-pink-800\/60:focus {
    background-color: rgba(157, 23, 77, 0.6);
}
.focus\:bg-pink-800\/65:focus {
    background-color: rgba(157, 23, 77, 0.65);
}
.focus\:bg-pink-800\/70:focus {
    background-color: rgba(157, 23, 77, 0.7);
}
.focus\:bg-pink-800\/75:focus {
    background-color: rgba(157, 23, 77, 0.75);
}
.focus\:bg-pink-800\/80:focus {
    background-color: rgba(157, 23, 77, 0.8);
}
.focus\:bg-pink-800\/85:focus {
    background-color: rgba(157, 23, 77, 0.85);
}
.focus\:bg-pink-800\/90:focus {
    background-color: rgba(157, 23, 77, 0.9);
}
.focus\:bg-pink-800\/95:focus {
    background-color: rgba(157, 23, 77, 0.95);
}
.focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-900\/0:focus {
    background-color: rgba(131, 24, 67, 0);
}
.focus\:bg-pink-900\/10:focus {
    background-color: rgba(131, 24, 67, 0.1);
}
.focus\:bg-pink-900\/100:focus {
    background-color: #831843;
}
.focus\:bg-pink-900\/15:focus {
    background-color: rgba(131, 24, 67, 0.15);
}
.focus\:bg-pink-900\/20:focus {
    background-color: rgba(131, 24, 67, 0.2);
}
.focus\:bg-pink-900\/25:focus {
    background-color: rgba(131, 24, 67, 0.25);
}
.focus\:bg-pink-900\/30:focus {
    background-color: rgba(131, 24, 67, 0.3);
}
.focus\:bg-pink-900\/35:focus {
    background-color: rgba(131, 24, 67, 0.35);
}
.focus\:bg-pink-900\/40:focus {
    background-color: rgba(131, 24, 67, 0.4);
}
.focus\:bg-pink-900\/45:focus {
    background-color: rgba(131, 24, 67, 0.45);
}
.focus\:bg-pink-900\/5:focus {
    background-color: rgba(131, 24, 67, 0.05);
}
.focus\:bg-pink-900\/50:focus {
    background-color: rgba(131, 24, 67, 0.5);
}
.focus\:bg-pink-900\/55:focus {
    background-color: rgba(131, 24, 67, 0.55);
}
.focus\:bg-pink-900\/60:focus {
    background-color: rgba(131, 24, 67, 0.6);
}
.focus\:bg-pink-900\/65:focus {
    background-color: rgba(131, 24, 67, 0.65);
}
.focus\:bg-pink-900\/70:focus {
    background-color: rgba(131, 24, 67, 0.7);
}
.focus\:bg-pink-900\/75:focus {
    background-color: rgba(131, 24, 67, 0.75);
}
.focus\:bg-pink-900\/80:focus {
    background-color: rgba(131, 24, 67, 0.8);
}
.focus\:bg-pink-900\/85:focus {
    background-color: rgba(131, 24, 67, 0.85);
}
.focus\:bg-pink-900\/90:focus {
    background-color: rgba(131, 24, 67, 0.9);
}
.focus\:bg-pink-900\/95:focus {
    background-color: rgba(131, 24, 67, 0.95);
}
.focus\:bg-police-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(153 204 204 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-100\/0:focus {
    background-color: rgba(153, 204, 204, 0);
}
.focus\:bg-police-100\/10:focus {
    background-color: rgba(153, 204, 204, 0.1);
}
.focus\:bg-police-100\/100:focus {
    background-color: #9cc;
}
.focus\:bg-police-100\/15:focus {
    background-color: rgba(153, 204, 204, 0.15);
}
.focus\:bg-police-100\/20:focus {
    background-color: rgba(153, 204, 204, 0.2);
}
.focus\:bg-police-100\/25:focus {
    background-color: rgba(153, 204, 204, 0.25);
}
.focus\:bg-police-100\/30:focus {
    background-color: rgba(153, 204, 204, 0.3);
}
.focus\:bg-police-100\/35:focus {
    background-color: rgba(153, 204, 204, 0.35);
}
.focus\:bg-police-100\/40:focus {
    background-color: rgba(153, 204, 204, 0.4);
}
.focus\:bg-police-100\/45:focus {
    background-color: rgba(153, 204, 204, 0.45);
}
.focus\:bg-police-100\/5:focus {
    background-color: rgba(153, 204, 204, 0.05);
}
.focus\:bg-police-100\/50:focus {
    background-color: rgba(153, 204, 204, 0.5);
}
.focus\:bg-police-100\/55:focus {
    background-color: rgba(153, 204, 204, 0.55);
}
.focus\:bg-police-100\/60:focus {
    background-color: rgba(153, 204, 204, 0.6);
}
.focus\:bg-police-100\/65:focus {
    background-color: rgba(153, 204, 204, 0.65);
}
.focus\:bg-police-100\/70:focus {
    background-color: rgba(153, 204, 204, 0.7);
}
.focus\:bg-police-100\/75:focus {
    background-color: rgba(153, 204, 204, 0.75);
}
.focus\:bg-police-100\/80:focus {
    background-color: rgba(153, 204, 204, 0.8);
}
.focus\:bg-police-100\/85:focus {
    background-color: rgba(153, 204, 204, 0.85);
}
.focus\:bg-police-100\/90:focus {
    background-color: rgba(153, 204, 204, 0.9);
}
.focus\:bg-police-100\/95:focus {
    background-color: rgba(153, 204, 204, 0.95);
}
.focus\:bg-police-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(133 133 214 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-200\/0:focus {
    background-color: rgba(133, 133, 214, 0);
}
.focus\:bg-police-200\/10:focus {
    background-color: rgba(133, 133, 214, 0.1);
}
.focus\:bg-police-200\/100:focus {
    background-color: #8585d6;
}
.focus\:bg-police-200\/15:focus {
    background-color: rgba(133, 133, 214, 0.15);
}
.focus\:bg-police-200\/20:focus {
    background-color: rgba(133, 133, 214, 0.2);
}
.focus\:bg-police-200\/25:focus {
    background-color: rgba(133, 133, 214, 0.25);
}
.focus\:bg-police-200\/30:focus {
    background-color: rgba(133, 133, 214, 0.3);
}
.focus\:bg-police-200\/35:focus {
    background-color: rgba(133, 133, 214, 0.35);
}
.focus\:bg-police-200\/40:focus {
    background-color: rgba(133, 133, 214, 0.4);
}
.focus\:bg-police-200\/45:focus {
    background-color: rgba(133, 133, 214, 0.45);
}
.focus\:bg-police-200\/5:focus {
    background-color: rgba(133, 133, 214, 0.05);
}
.focus\:bg-police-200\/50:focus {
    background-color: rgba(133, 133, 214, 0.5);
}
.focus\:bg-police-200\/55:focus {
    background-color: rgba(133, 133, 214, 0.55);
}
.focus\:bg-police-200\/60:focus {
    background-color: rgba(133, 133, 214, 0.6);
}
.focus\:bg-police-200\/65:focus {
    background-color: rgba(133, 133, 214, 0.65);
}
.focus\:bg-police-200\/70:focus {
    background-color: rgba(133, 133, 214, 0.7);
}
.focus\:bg-police-200\/75:focus {
    background-color: rgba(133, 133, 214, 0.75);
}
.focus\:bg-police-200\/80:focus {
    background-color: rgba(133, 133, 214, 0.8);
}
.focus\:bg-police-200\/85:focus {
    background-color: rgba(133, 133, 214, 0.85);
}
.focus\:bg-police-200\/90:focus {
    background-color: rgba(133, 133, 214, 0.9);
}
.focus\:bg-police-200\/95:focus {
    background-color: rgba(133, 133, 214, 0.95);
}
.focus\:bg-police-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(106 106 205 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-300\/0:focus {
    background-color: rgba(106, 106, 205, 0);
}
.focus\:bg-police-300\/10:focus {
    background-color: rgba(106, 106, 205, 0.1);
}
.focus\:bg-police-300\/100:focus {
    background-color: #6a6acd;
}
.focus\:bg-police-300\/15:focus {
    background-color: rgba(106, 106, 205, 0.15);
}
.focus\:bg-police-300\/20:focus {
    background-color: rgba(106, 106, 205, 0.2);
}
.focus\:bg-police-300\/25:focus {
    background-color: rgba(106, 106, 205, 0.25);
}
.focus\:bg-police-300\/30:focus {
    background-color: rgba(106, 106, 205, 0.3);
}
.focus\:bg-police-300\/35:focus {
    background-color: rgba(106, 106, 205, 0.35);
}
.focus\:bg-police-300\/40:focus {
    background-color: rgba(106, 106, 205, 0.4);
}
.focus\:bg-police-300\/45:focus {
    background-color: rgba(106, 106, 205, 0.45);
}
.focus\:bg-police-300\/5:focus {
    background-color: rgba(106, 106, 205, 0.05);
}
.focus\:bg-police-300\/50:focus {
    background-color: rgba(106, 106, 205, 0.5);
}
.focus\:bg-police-300\/55:focus {
    background-color: rgba(106, 106, 205, 0.55);
}
.focus\:bg-police-300\/60:focus {
    background-color: rgba(106, 106, 205, 0.6);
}
.focus\:bg-police-300\/65:focus {
    background-color: rgba(106, 106, 205, 0.65);
}
.focus\:bg-police-300\/70:focus {
    background-color: rgba(106, 106, 205, 0.7);
}
.focus\:bg-police-300\/75:focus {
    background-color: rgba(106, 106, 205, 0.75);
}
.focus\:bg-police-300\/80:focus {
    background-color: rgba(106, 106, 205, 0.8);
}
.focus\:bg-police-300\/85:focus {
    background-color: rgba(106, 106, 205, 0.85);
}
.focus\:bg-police-300\/90:focus {
    background-color: rgba(106, 106, 205, 0.9);
}
.focus\:bg-police-300\/95:focus {
    background-color: rgba(106, 106, 205, 0.95);
}
.focus\:bg-police-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(79 79 196 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-400\/0:focus {
    background-color: rgba(79, 79, 196, 0);
}
.focus\:bg-police-400\/10:focus {
    background-color: rgba(79, 79, 196, 0.1);
}
.focus\:bg-police-400\/100:focus {
    background-color: #4f4fc4;
}
.focus\:bg-police-400\/15:focus {
    background-color: rgba(79, 79, 196, 0.15);
}
.focus\:bg-police-400\/20:focus {
    background-color: rgba(79, 79, 196, 0.2);
}
.focus\:bg-police-400\/25:focus {
    background-color: rgba(79, 79, 196, 0.25);
}
.focus\:bg-police-400\/30:focus {
    background-color: rgba(79, 79, 196, 0.3);
}
.focus\:bg-police-400\/35:focus {
    background-color: rgba(79, 79, 196, 0.35);
}
.focus\:bg-police-400\/40:focus {
    background-color: rgba(79, 79, 196, 0.4);
}
.focus\:bg-police-400\/45:focus {
    background-color: rgba(79, 79, 196, 0.45);
}
.focus\:bg-police-400\/5:focus {
    background-color: rgba(79, 79, 196, 0.05);
}
.focus\:bg-police-400\/50:focus {
    background-color: rgba(79, 79, 196, 0.5);
}
.focus\:bg-police-400\/55:focus {
    background-color: rgba(79, 79, 196, 0.55);
}
.focus\:bg-police-400\/60:focus {
    background-color: rgba(79, 79, 196, 0.6);
}
.focus\:bg-police-400\/65:focus {
    background-color: rgba(79, 79, 196, 0.65);
}
.focus\:bg-police-400\/70:focus {
    background-color: rgba(79, 79, 196, 0.7);
}
.focus\:bg-police-400\/75:focus {
    background-color: rgba(79, 79, 196, 0.75);
}
.focus\:bg-police-400\/80:focus {
    background-color: rgba(79, 79, 196, 0.8);
}
.focus\:bg-police-400\/85:focus {
    background-color: rgba(79, 79, 196, 0.85);
}
.focus\:bg-police-400\/90:focus {
    background-color: rgba(79, 79, 196, 0.9);
}
.focus\:bg-police-400\/95:focus {
    background-color: rgba(79, 79, 196, 0.95);
}
.focus\:bg-police-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(194 194 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-50\/0:focus {
    background-color: rgba(194, 194, 235, 0);
}
.focus\:bg-police-50\/10:focus {
    background-color: rgba(194, 194, 235, 0.1);
}
.focus\:bg-police-50\/100:focus {
    background-color: #c2c2eb;
}
.focus\:bg-police-50\/15:focus {
    background-color: rgba(194, 194, 235, 0.15);
}
.focus\:bg-police-50\/20:focus {
    background-color: rgba(194, 194, 235, 0.2);
}
.focus\:bg-police-50\/25:focus {
    background-color: rgba(194, 194, 235, 0.25);
}
.focus\:bg-police-50\/30:focus {
    background-color: rgba(194, 194, 235, 0.3);
}
.focus\:bg-police-50\/35:focus {
    background-color: rgba(194, 194, 235, 0.35);
}
.focus\:bg-police-50\/40:focus {
    background-color: rgba(194, 194, 235, 0.4);
}
.focus\:bg-police-50\/45:focus {
    background-color: rgba(194, 194, 235, 0.45);
}
.focus\:bg-police-50\/5:focus {
    background-color: rgba(194, 194, 235, 0.05);
}
.focus\:bg-police-50\/50:focus {
    background-color: rgba(194, 194, 235, 0.5);
}
.focus\:bg-police-50\/55:focus {
    background-color: rgba(194, 194, 235, 0.55);
}
.focus\:bg-police-50\/60:focus {
    background-color: rgba(194, 194, 235, 0.6);
}
.focus\:bg-police-50\/65:focus {
    background-color: rgba(194, 194, 235, 0.65);
}
.focus\:bg-police-50\/70:focus {
    background-color: rgba(194, 194, 235, 0.7);
}
.focus\:bg-police-50\/75:focus {
    background-color: rgba(194, 194, 235, 0.75);
}
.focus\:bg-police-50\/80:focus {
    background-color: rgba(194, 194, 235, 0.8);
}
.focus\:bg-police-50\/85:focus {
    background-color: rgba(194, 194, 235, 0.85);
}
.focus\:bg-police-50\/90:focus {
    background-color: rgba(194, 194, 235, 0.9);
}
.focus\:bg-police-50\/95:focus {
    background-color: rgba(194, 194, 235, 0.95);
}
.focus\:bg-police-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(60 60 180 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-500\/0:focus {
    background-color: rgba(60, 60, 180, 0);
}
.focus\:bg-police-500\/10:focus {
    background-color: rgba(60, 60, 180, 0.1);
}
.focus\:bg-police-500\/100:focus {
    background-color: #3c3cb4;
}
.focus\:bg-police-500\/15:focus {
    background-color: rgba(60, 60, 180, 0.15);
}
.focus\:bg-police-500\/20:focus {
    background-color: rgba(60, 60, 180, 0.2);
}
.focus\:bg-police-500\/25:focus {
    background-color: rgba(60, 60, 180, 0.25);
}
.focus\:bg-police-500\/30:focus {
    background-color: rgba(60, 60, 180, 0.3);
}
.focus\:bg-police-500\/35:focus {
    background-color: rgba(60, 60, 180, 0.35);
}
.focus\:bg-police-500\/40:focus {
    background-color: rgba(60, 60, 180, 0.4);
}
.focus\:bg-police-500\/45:focus {
    background-color: rgba(60, 60, 180, 0.45);
}
.focus\:bg-police-500\/5:focus {
    background-color: rgba(60, 60, 180, 0.05);
}
.focus\:bg-police-500\/50:focus {
    background-color: rgba(60, 60, 180, 0.5);
}
.focus\:bg-police-500\/55:focus {
    background-color: rgba(60, 60, 180, 0.55);
}
.focus\:bg-police-500\/60:focus {
    background-color: rgba(60, 60, 180, 0.6);
}
.focus\:bg-police-500\/65:focus {
    background-color: rgba(60, 60, 180, 0.65);
}
.focus\:bg-police-500\/70:focus {
    background-color: rgba(60, 60, 180, 0.7);
}
.focus\:bg-police-500\/75:focus {
    background-color: rgba(60, 60, 180, 0.75);
}
.focus\:bg-police-500\/80:focus {
    background-color: rgba(60, 60, 180, 0.8);
}
.focus\:bg-police-500\/85:focus {
    background-color: rgba(60, 60, 180, 0.85);
}
.focus\:bg-police-500\/90:focus {
    background-color: rgba(60, 60, 180, 0.9);
}
.focus\:bg-police-500\/95:focus {
    background-color: rgba(60, 60, 180, 0.95);
}
.focus\:bg-police-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 153 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-600\/0:focus {
    background-color: rgba(51, 51, 153, 0);
}
.focus\:bg-police-600\/10:focus {
    background-color: rgba(51, 51, 153, 0.1);
}
.focus\:bg-police-600\/100:focus {
    background-color: #339;
}
.focus\:bg-police-600\/15:focus {
    background-color: rgba(51, 51, 153, 0.15);
}
.focus\:bg-police-600\/20:focus {
    background-color: rgba(51, 51, 153, 0.2);
}
.focus\:bg-police-600\/25:focus {
    background-color: rgba(51, 51, 153, 0.25);
}
.focus\:bg-police-600\/30:focus {
    background-color: rgba(51, 51, 153, 0.3);
}
.focus\:bg-police-600\/35:focus {
    background-color: rgba(51, 51, 153, 0.35);
}
.focus\:bg-police-600\/40:focus {
    background-color: rgba(51, 51, 153, 0.4);
}
.focus\:bg-police-600\/45:focus {
    background-color: rgba(51, 51, 153, 0.45);
}
.focus\:bg-police-600\/5:focus {
    background-color: rgba(51, 51, 153, 0.05);
}
.focus\:bg-police-600\/50:focus {
    background-color: rgba(51, 51, 153, 0.5);
}
.focus\:bg-police-600\/55:focus {
    background-color: rgba(51, 51, 153, 0.55);
}
.focus\:bg-police-600\/60:focus {
    background-color: rgba(51, 51, 153, 0.6);
}
.focus\:bg-police-600\/65:focus {
    background-color: rgba(51, 51, 153, 0.65);
}
.focus\:bg-police-600\/70:focus {
    background-color: rgba(51, 51, 153, 0.7);
}
.focus\:bg-police-600\/75:focus {
    background-color: rgba(51, 51, 153, 0.75);
}
.focus\:bg-police-600\/80:focus {
    background-color: rgba(51, 51, 153, 0.8);
}
.focus\:bg-police-600\/85:focus {
    background-color: rgba(51, 51, 153, 0.85);
}
.focus\:bg-police-600\/90:focus {
    background-color: rgba(51, 51, 153, 0.9);
}
.focus\:bg-police-600\/95:focus {
    background-color: rgba(51, 51, 153, 0.95);
}
.focus\:bg-police-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 111 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-700\/0:focus {
    background-color: rgba(37, 37, 111, 0);
}
.focus\:bg-police-700\/10:focus {
    background-color: rgba(37, 37, 111, 0.1);
}
.focus\:bg-police-700\/100:focus {
    background-color: #25256f;
}
.focus\:bg-police-700\/15:focus {
    background-color: rgba(37, 37, 111, 0.15);
}
.focus\:bg-police-700\/20:focus {
    background-color: rgba(37, 37, 111, 0.2);
}
.focus\:bg-police-700\/25:focus {
    background-color: rgba(37, 37, 111, 0.25);
}
.focus\:bg-police-700\/30:focus {
    background-color: rgba(37, 37, 111, 0.3);
}
.focus\:bg-police-700\/35:focus {
    background-color: rgba(37, 37, 111, 0.35);
}
.focus\:bg-police-700\/40:focus {
    background-color: rgba(37, 37, 111, 0.4);
}
.focus\:bg-police-700\/45:focus {
    background-color: rgba(37, 37, 111, 0.45);
}
.focus\:bg-police-700\/5:focus {
    background-color: rgba(37, 37, 111, 0.05);
}
.focus\:bg-police-700\/50:focus {
    background-color: rgba(37, 37, 111, 0.5);
}
.focus\:bg-police-700\/55:focus {
    background-color: rgba(37, 37, 111, 0.55);
}
.focus\:bg-police-700\/60:focus {
    background-color: rgba(37, 37, 111, 0.6);
}
.focus\:bg-police-700\/65:focus {
    background-color: rgba(37, 37, 111, 0.65);
}
.focus\:bg-police-700\/70:focus {
    background-color: rgba(37, 37, 111, 0.7);
}
.focus\:bg-police-700\/75:focus {
    background-color: rgba(37, 37, 111, 0.75);
}
.focus\:bg-police-700\/80:focus {
    background-color: rgba(37, 37, 111, 0.8);
}
.focus\:bg-police-700\/85:focus {
    background-color: rgba(37, 37, 111, 0.85);
}
.focus\:bg-police-700\/90:focus {
    background-color: rgba(37, 37, 111, 0.9);
}
.focus\:bg-police-700\/95:focus {
    background-color: rgba(37, 37, 111, 0.95);
}
.focus\:bg-police-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 69 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-800\/0:focus {
    background-color: rgba(23, 23, 69, 0);
}
.focus\:bg-police-800\/10:focus {
    background-color: rgba(23, 23, 69, 0.1);
}
.focus\:bg-police-800\/100:focus {
    background-color: #171745;
}
.focus\:bg-police-800\/15:focus {
    background-color: rgba(23, 23, 69, 0.15);
}
.focus\:bg-police-800\/20:focus {
    background-color: rgba(23, 23, 69, 0.2);
}
.focus\:bg-police-800\/25:focus {
    background-color: rgba(23, 23, 69, 0.25);
}
.focus\:bg-police-800\/30:focus {
    background-color: rgba(23, 23, 69, 0.3);
}
.focus\:bg-police-800\/35:focus {
    background-color: rgba(23, 23, 69, 0.35);
}
.focus\:bg-police-800\/40:focus {
    background-color: rgba(23, 23, 69, 0.4);
}
.focus\:bg-police-800\/45:focus {
    background-color: rgba(23, 23, 69, 0.45);
}
.focus\:bg-police-800\/5:focus {
    background-color: rgba(23, 23, 69, 0.05);
}
.focus\:bg-police-800\/50:focus {
    background-color: rgba(23, 23, 69, 0.5);
}
.focus\:bg-police-800\/55:focus {
    background-color: rgba(23, 23, 69, 0.55);
}
.focus\:bg-police-800\/60:focus {
    background-color: rgba(23, 23, 69, 0.6);
}
.focus\:bg-police-800\/65:focus {
    background-color: rgba(23, 23, 69, 0.65);
}
.focus\:bg-police-800\/70:focus {
    background-color: rgba(23, 23, 69, 0.7);
}
.focus\:bg-police-800\/75:focus {
    background-color: rgba(23, 23, 69, 0.75);
}
.focus\:bg-police-800\/80:focus {
    background-color: rgba(23, 23, 69, 0.8);
}
.focus\:bg-police-800\/85:focus {
    background-color: rgba(23, 23, 69, 0.85);
}
.focus\:bg-police-800\/90:focus {
    background-color: rgba(23, 23, 69, 0.9);
}
.focus\:bg-police-800\/95:focus {
    background-color: rgba(23, 23, 69, 0.95);
}
.focus\:bg-police-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 27 / var(--tw-bg-opacity, 1));
}
.focus\:bg-police-900\/0:focus {
    background-color: rgba(9, 9, 27, 0);
}
.focus\:bg-police-900\/10:focus {
    background-color: rgba(9, 9, 27, 0.1);
}
.focus\:bg-police-900\/100:focus {
    background-color: #09091b;
}
.focus\:bg-police-900\/15:focus {
    background-color: rgba(9, 9, 27, 0.15);
}
.focus\:bg-police-900\/20:focus {
    background-color: rgba(9, 9, 27, 0.2);
}
.focus\:bg-police-900\/25:focus {
    background-color: rgba(9, 9, 27, 0.25);
}
.focus\:bg-police-900\/30:focus {
    background-color: rgba(9, 9, 27, 0.3);
}
.focus\:bg-police-900\/35:focus {
    background-color: rgba(9, 9, 27, 0.35);
}
.focus\:bg-police-900\/40:focus {
    background-color: rgba(9, 9, 27, 0.4);
}
.focus\:bg-police-900\/45:focus {
    background-color: rgba(9, 9, 27, 0.45);
}
.focus\:bg-police-900\/5:focus {
    background-color: rgba(9, 9, 27, 0.05);
}
.focus\:bg-police-900\/50:focus {
    background-color: rgba(9, 9, 27, 0.5);
}
.focus\:bg-police-900\/55:focus {
    background-color: rgba(9, 9, 27, 0.55);
}
.focus\:bg-police-900\/60:focus {
    background-color: rgba(9, 9, 27, 0.6);
}
.focus\:bg-police-900\/65:focus {
    background-color: rgba(9, 9, 27, 0.65);
}
.focus\:bg-police-900\/70:focus {
    background-color: rgba(9, 9, 27, 0.7);
}
.focus\:bg-police-900\/75:focus {
    background-color: rgba(9, 9, 27, 0.75);
}
.focus\:bg-police-900\/80:focus {
    background-color: rgba(9, 9, 27, 0.8);
}
.focus\:bg-police-900\/85:focus {
    background-color: rgba(9, 9, 27, 0.85);
}
.focus\:bg-police-900\/90:focus {
    background-color: rgba(9, 9, 27, 0.9);
}
.focus\:bg-police-900\/95:focus {
    background-color: rgba(9, 9, 27, 0.95);
}
.focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(173 197 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-100\/0:focus {
    background-color: rgba(237, 233, 254, 0);
}
.focus\:bg-purple-100\/10:focus {
    background-color: rgba(237, 233, 254, 0.1);
}
.focus\:bg-purple-100\/100:focus {
    background-color: #ede9fe;
}
.focus\:bg-purple-100\/15:focus {
    background-color: rgba(237, 233, 254, 0.15);
}
.focus\:bg-purple-100\/20:focus {
    background-color: rgba(237, 233, 254, 0.2);
}
.focus\:bg-purple-100\/25:focus {
    background-color: rgba(237, 233, 254, 0.25);
}
.focus\:bg-purple-100\/30:focus {
    background-color: rgba(237, 233, 254, 0.3);
}
.focus\:bg-purple-100\/35:focus {
    background-color: rgba(237, 233, 254, 0.35);
}
.focus\:bg-purple-100\/40:focus {
    background-color: rgba(237, 233, 254, 0.4);
}
.focus\:bg-purple-100\/45:focus {
    background-color: rgba(237, 233, 254, 0.45);
}
.focus\:bg-purple-100\/5:focus {
    background-color: rgba(237, 233, 254, 0.05);
}
.focus\:bg-purple-100\/50:focus {
    background-color: rgba(237, 233, 254, 0.5);
}
.focus\:bg-purple-100\/55:focus {
    background-color: rgba(237, 233, 254, 0.55);
}
.focus\:bg-purple-100\/60:focus {
    background-color: rgba(237, 233, 254, 0.6);
}
.focus\:bg-purple-100\/65:focus {
    background-color: rgba(237, 233, 254, 0.65);
}
.focus\:bg-purple-100\/70:focus {
    background-color: rgba(237, 233, 254, 0.7);
}
.focus\:bg-purple-100\/75:focus {
    background-color: rgba(237, 233, 254, 0.75);
}
.focus\:bg-purple-100\/80:focus {
    background-color: rgba(237, 233, 254, 0.8);
}
.focus\:bg-purple-100\/85:focus {
    background-color: rgba(237, 233, 254, 0.85);
}
.focus\:bg-purple-100\/90:focus {
    background-color: rgba(237, 233, 254, 0.9);
}
.focus\:bg-purple-100\/95:focus {
    background-color: rgba(237, 233, 254, 0.95);
}
.focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-200\/0:focus {
    background-color: rgba(221, 214, 254, 0);
}
.focus\:bg-purple-200\/10:focus {
    background-color: rgba(221, 214, 254, 0.1);
}
.focus\:bg-purple-200\/100:focus {
    background-color: #ddd6fe;
}
.focus\:bg-purple-200\/15:focus {
    background-color: rgba(221, 214, 254, 0.15);
}
.focus\:bg-purple-200\/20:focus {
    background-color: rgba(221, 214, 254, 0.2);
}
.focus\:bg-purple-200\/25:focus {
    background-color: rgba(221, 214, 254, 0.25);
}
.focus\:bg-purple-200\/30:focus {
    background-color: rgba(221, 214, 254, 0.3);
}
.focus\:bg-purple-200\/35:focus {
    background-color: rgba(221, 214, 254, 0.35);
}
.focus\:bg-purple-200\/40:focus {
    background-color: rgba(221, 214, 254, 0.4);
}
.focus\:bg-purple-200\/45:focus {
    background-color: rgba(221, 214, 254, 0.45);
}
.focus\:bg-purple-200\/5:focus {
    background-color: rgba(221, 214, 254, 0.05);
}
.focus\:bg-purple-200\/50:focus {
    background-color: rgba(221, 214, 254, 0.5);
}
.focus\:bg-purple-200\/55:focus {
    background-color: rgba(221, 214, 254, 0.55);
}
.focus\:bg-purple-200\/60:focus {
    background-color: rgba(221, 214, 254, 0.6);
}
.focus\:bg-purple-200\/65:focus {
    background-color: rgba(221, 214, 254, 0.65);
}
.focus\:bg-purple-200\/70:focus {
    background-color: rgba(221, 214, 254, 0.7);
}
.focus\:bg-purple-200\/75:focus {
    background-color: rgba(221, 214, 254, 0.75);
}
.focus\:bg-purple-200\/80:focus {
    background-color: rgba(221, 214, 254, 0.8);
}
.focus\:bg-purple-200\/85:focus {
    background-color: rgba(221, 214, 254, 0.85);
}
.focus\:bg-purple-200\/90:focus {
    background-color: rgba(221, 214, 254, 0.9);
}
.focus\:bg-purple-200\/95:focus {
    background-color: rgba(221, 214, 254, 0.95);
}
.focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-300\/0:focus {
    background-color: rgba(196, 181, 253, 0);
}
.focus\:bg-purple-300\/10:focus {
    background-color: rgba(196, 181, 253, 0.1);
}
.focus\:bg-purple-300\/100:focus {
    background-color: #c4b5fd;
}
.focus\:bg-purple-300\/15:focus {
    background-color: rgba(196, 181, 253, 0.15);
}
.focus\:bg-purple-300\/20:focus {
    background-color: rgba(196, 181, 253, 0.2);
}
.focus\:bg-purple-300\/25:focus {
    background-color: rgba(196, 181, 253, 0.25);
}
.focus\:bg-purple-300\/30:focus {
    background-color: rgba(196, 181, 253, 0.3);
}
.focus\:bg-purple-300\/35:focus {
    background-color: rgba(196, 181, 253, 0.35);
}
.focus\:bg-purple-300\/40:focus {
    background-color: rgba(196, 181, 253, 0.4);
}
.focus\:bg-purple-300\/45:focus {
    background-color: rgba(196, 181, 253, 0.45);
}
.focus\:bg-purple-300\/5:focus {
    background-color: rgba(196, 181, 253, 0.05);
}
.focus\:bg-purple-300\/50:focus {
    background-color: rgba(196, 181, 253, 0.5);
}
.focus\:bg-purple-300\/55:focus {
    background-color: rgba(196, 181, 253, 0.55);
}
.focus\:bg-purple-300\/60:focus {
    background-color: rgba(196, 181, 253, 0.6);
}
.focus\:bg-purple-300\/65:focus {
    background-color: rgba(196, 181, 253, 0.65);
}
.focus\:bg-purple-300\/70:focus {
    background-color: rgba(196, 181, 253, 0.7);
}
.focus\:bg-purple-300\/75:focus {
    background-color: rgba(196, 181, 253, 0.75);
}
.focus\:bg-purple-300\/80:focus {
    background-color: rgba(196, 181, 253, 0.8);
}
.focus\:bg-purple-300\/85:focus {
    background-color: rgba(196, 181, 253, 0.85);
}
.focus\:bg-purple-300\/90:focus {
    background-color: rgba(196, 181, 253, 0.9);
}
.focus\:bg-purple-300\/95:focus {
    background-color: rgba(196, 181, 253, 0.95);
}
.focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-400\/0:focus {
    background-color: rgba(167, 139, 250, 0);
}
.focus\:bg-purple-400\/10:focus {
    background-color: rgba(167, 139, 250, 0.1);
}
.focus\:bg-purple-400\/100:focus {
    background-color: #a78bfa;
}
.focus\:bg-purple-400\/15:focus {
    background-color: rgba(167, 139, 250, 0.15);
}
.focus\:bg-purple-400\/20:focus {
    background-color: rgba(167, 139, 250, 0.2);
}
.focus\:bg-purple-400\/25:focus {
    background-color: rgba(167, 139, 250, 0.25);
}
.focus\:bg-purple-400\/30:focus {
    background-color: rgba(167, 139, 250, 0.3);
}
.focus\:bg-purple-400\/35:focus {
    background-color: rgba(167, 139, 250, 0.35);
}
.focus\:bg-purple-400\/40:focus {
    background-color: rgba(167, 139, 250, 0.4);
}
.focus\:bg-purple-400\/45:focus {
    background-color: rgba(167, 139, 250, 0.45);
}
.focus\:bg-purple-400\/5:focus {
    background-color: rgba(167, 139, 250, 0.05);
}
.focus\:bg-purple-400\/50:focus {
    background-color: rgba(167, 139, 250, 0.5);
}
.focus\:bg-purple-400\/55:focus {
    background-color: rgba(167, 139, 250, 0.55);
}
.focus\:bg-purple-400\/60:focus {
    background-color: rgba(167, 139, 250, 0.6);
}
.focus\:bg-purple-400\/65:focus {
    background-color: rgba(167, 139, 250, 0.65);
}
.focus\:bg-purple-400\/70:focus {
    background-color: rgba(167, 139, 250, 0.7);
}
.focus\:bg-purple-400\/75:focus {
    background-color: rgba(167, 139, 250, 0.75);
}
.focus\:bg-purple-400\/80:focus {
    background-color: rgba(167, 139, 250, 0.8);
}
.focus\:bg-purple-400\/85:focus {
    background-color: rgba(167, 139, 250, 0.85);
}
.focus\:bg-purple-400\/90:focus {
    background-color: rgba(167, 139, 250, 0.9);
}
.focus\:bg-purple-400\/95:focus {
    background-color: rgba(167, 139, 250, 0.95);
}
.focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-50\/0:focus {
    background-color: rgba(245, 243, 255, 0);
}
.focus\:bg-purple-50\/10:focus {
    background-color: rgba(245, 243, 255, 0.1);
}
.focus\:bg-purple-50\/100:focus {
    background-color: #f5f3ff;
}
.focus\:bg-purple-50\/15:focus {
    background-color: rgba(245, 243, 255, 0.15);
}
.focus\:bg-purple-50\/20:focus {
    background-color: rgba(245, 243, 255, 0.2);
}
.focus\:bg-purple-50\/25:focus {
    background-color: rgba(245, 243, 255, 0.25);
}
.focus\:bg-purple-50\/30:focus {
    background-color: rgba(245, 243, 255, 0.3);
}
.focus\:bg-purple-50\/35:focus {
    background-color: rgba(245, 243, 255, 0.35);
}
.focus\:bg-purple-50\/40:focus {
    background-color: rgba(245, 243, 255, 0.4);
}
.focus\:bg-purple-50\/45:focus {
    background-color: rgba(245, 243, 255, 0.45);
}
.focus\:bg-purple-50\/5:focus {
    background-color: rgba(245, 243, 255, 0.05);
}
.focus\:bg-purple-50\/50:focus {
    background-color: rgba(245, 243, 255, 0.5);
}
.focus\:bg-purple-50\/55:focus {
    background-color: rgba(245, 243, 255, 0.55);
}
.focus\:bg-purple-50\/60:focus {
    background-color: rgba(245, 243, 255, 0.6);
}
.focus\:bg-purple-50\/65:focus {
    background-color: rgba(245, 243, 255, 0.65);
}
.focus\:bg-purple-50\/70:focus {
    background-color: rgba(245, 243, 255, 0.7);
}
.focus\:bg-purple-50\/75:focus {
    background-color: rgba(245, 243, 255, 0.75);
}
.focus\:bg-purple-50\/80:focus {
    background-color: rgba(245, 243, 255, 0.8);
}
.focus\:bg-purple-50\/85:focus {
    background-color: rgba(245, 243, 255, 0.85);
}
.focus\:bg-purple-50\/90:focus {
    background-color: rgba(245, 243, 255, 0.9);
}
.focus\:bg-purple-50\/95:focus {
    background-color: rgba(245, 243, 255, 0.95);
}
.focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-500\/0:focus {
    background-color: rgba(139, 92, 246, 0);
}
.focus\:bg-purple-500\/10:focus {
    background-color: rgba(139, 92, 246, 0.1);
}
.focus\:bg-purple-500\/100:focus {
    background-color: #8b5cf6;
}
.focus\:bg-purple-500\/15:focus {
    background-color: rgba(139, 92, 246, 0.15);
}
.focus\:bg-purple-500\/20:focus {
    background-color: rgba(139, 92, 246, 0.2);
}
.focus\:bg-purple-500\/25:focus {
    background-color: rgba(139, 92, 246, 0.25);
}
.focus\:bg-purple-500\/30:focus {
    background-color: rgba(139, 92, 246, 0.3);
}
.focus\:bg-purple-500\/35:focus {
    background-color: rgba(139, 92, 246, 0.35);
}
.focus\:bg-purple-500\/40:focus {
    background-color: rgba(139, 92, 246, 0.4);
}
.focus\:bg-purple-500\/45:focus {
    background-color: rgba(139, 92, 246, 0.45);
}
.focus\:bg-purple-500\/5:focus {
    background-color: rgba(139, 92, 246, 0.05);
}
.focus\:bg-purple-500\/50:focus {
    background-color: rgba(139, 92, 246, 0.5);
}
.focus\:bg-purple-500\/55:focus {
    background-color: rgba(139, 92, 246, 0.55);
}
.focus\:bg-purple-500\/60:focus {
    background-color: rgba(139, 92, 246, 0.6);
}
.focus\:bg-purple-500\/65:focus {
    background-color: rgba(139, 92, 246, 0.65);
}
.focus\:bg-purple-500\/70:focus {
    background-color: rgba(139, 92, 246, 0.7);
}
.focus\:bg-purple-500\/75:focus {
    background-color: rgba(139, 92, 246, 0.75);
}
.focus\:bg-purple-500\/80:focus {
    background-color: rgba(139, 92, 246, 0.8);
}
.focus\:bg-purple-500\/85:focus {
    background-color: rgba(139, 92, 246, 0.85);
}
.focus\:bg-purple-500\/90:focus {
    background-color: rgba(139, 92, 246, 0.9);
}
.focus\:bg-purple-500\/95:focus {
    background-color: rgba(139, 92, 246, 0.95);
}
.focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-600\/0:focus {
    background-color: rgba(124, 58, 237, 0);
}
.focus\:bg-purple-600\/10:focus {
    background-color: rgba(124, 58, 237, 0.1);
}
.focus\:bg-purple-600\/100:focus {
    background-color: #7c3aed;
}
.focus\:bg-purple-600\/15:focus {
    background-color: rgba(124, 58, 237, 0.15);
}
.focus\:bg-purple-600\/20:focus {
    background-color: rgba(124, 58, 237, 0.2);
}
.focus\:bg-purple-600\/25:focus {
    background-color: rgba(124, 58, 237, 0.25);
}
.focus\:bg-purple-600\/30:focus {
    background-color: rgba(124, 58, 237, 0.3);
}
.focus\:bg-purple-600\/35:focus {
    background-color: rgba(124, 58, 237, 0.35);
}
.focus\:bg-purple-600\/40:focus {
    background-color: rgba(124, 58, 237, 0.4);
}
.focus\:bg-purple-600\/45:focus {
    background-color: rgba(124, 58, 237, 0.45);
}
.focus\:bg-purple-600\/5:focus {
    background-color: rgba(124, 58, 237, 0.05);
}
.focus\:bg-purple-600\/50:focus {
    background-color: rgba(124, 58, 237, 0.5);
}
.focus\:bg-purple-600\/55:focus {
    background-color: rgba(124, 58, 237, 0.55);
}
.focus\:bg-purple-600\/60:focus {
    background-color: rgba(124, 58, 237, 0.6);
}
.focus\:bg-purple-600\/65:focus {
    background-color: rgba(124, 58, 237, 0.65);
}
.focus\:bg-purple-600\/70:focus {
    background-color: rgba(124, 58, 237, 0.7);
}
.focus\:bg-purple-600\/75:focus {
    background-color: rgba(124, 58, 237, 0.75);
}
.focus\:bg-purple-600\/80:focus {
    background-color: rgba(124, 58, 237, 0.8);
}
.focus\:bg-purple-600\/85:focus {
    background-color: rgba(124, 58, 237, 0.85);
}
.focus\:bg-purple-600\/90:focus {
    background-color: rgba(124, 58, 237, 0.9);
}
.focus\:bg-purple-600\/95:focus {
    background-color: rgba(124, 58, 237, 0.95);
}
.focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-700\/0:focus {
    background-color: rgba(109, 40, 217, 0);
}
.focus\:bg-purple-700\/10:focus {
    background-color: rgba(109, 40, 217, 0.1);
}
.focus\:bg-purple-700\/100:focus {
    background-color: #6d28d9;
}
.focus\:bg-purple-700\/15:focus {
    background-color: rgba(109, 40, 217, 0.15);
}
.focus\:bg-purple-700\/20:focus {
    background-color: rgba(109, 40, 217, 0.2);
}
.focus\:bg-purple-700\/25:focus {
    background-color: rgba(109, 40, 217, 0.25);
}
.focus\:bg-purple-700\/30:focus {
    background-color: rgba(109, 40, 217, 0.3);
}
.focus\:bg-purple-700\/35:focus {
    background-color: rgba(109, 40, 217, 0.35);
}
.focus\:bg-purple-700\/40:focus {
    background-color: rgba(109, 40, 217, 0.4);
}
.focus\:bg-purple-700\/45:focus {
    background-color: rgba(109, 40, 217, 0.45);
}
.focus\:bg-purple-700\/5:focus {
    background-color: rgba(109, 40, 217, 0.05);
}
.focus\:bg-purple-700\/50:focus {
    background-color: rgba(109, 40, 217, 0.5);
}
.focus\:bg-purple-700\/55:focus {
    background-color: rgba(109, 40, 217, 0.55);
}
.focus\:bg-purple-700\/60:focus {
    background-color: rgba(109, 40, 217, 0.6);
}
.focus\:bg-purple-700\/65:focus {
    background-color: rgba(109, 40, 217, 0.65);
}
.focus\:bg-purple-700\/70:focus {
    background-color: rgba(109, 40, 217, 0.7);
}
.focus\:bg-purple-700\/75:focus {
    background-color: rgba(109, 40, 217, 0.75);
}
.focus\:bg-purple-700\/80:focus {
    background-color: rgba(109, 40, 217, 0.8);
}
.focus\:bg-purple-700\/85:focus {
    background-color: rgba(109, 40, 217, 0.85);
}
.focus\:bg-purple-700\/90:focus {
    background-color: rgba(109, 40, 217, 0.9);
}
.focus\:bg-purple-700\/95:focus {
    background-color: rgba(109, 40, 217, 0.95);
}
.focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-800\/0:focus {
    background-color: rgba(91, 33, 182, 0);
}
.focus\:bg-purple-800\/10:focus {
    background-color: rgba(91, 33, 182, 0.1);
}
.focus\:bg-purple-800\/100:focus {
    background-color: #5b21b6;
}
.focus\:bg-purple-800\/15:focus {
    background-color: rgba(91, 33, 182, 0.15);
}
.focus\:bg-purple-800\/20:focus {
    background-color: rgba(91, 33, 182, 0.2);
}
.focus\:bg-purple-800\/25:focus {
    background-color: rgba(91, 33, 182, 0.25);
}
.focus\:bg-purple-800\/30:focus {
    background-color: rgba(91, 33, 182, 0.3);
}
.focus\:bg-purple-800\/35:focus {
    background-color: rgba(91, 33, 182, 0.35);
}
.focus\:bg-purple-800\/40:focus {
    background-color: rgba(91, 33, 182, 0.4);
}
.focus\:bg-purple-800\/45:focus {
    background-color: rgba(91, 33, 182, 0.45);
}
.focus\:bg-purple-800\/5:focus {
    background-color: rgba(91, 33, 182, 0.05);
}
.focus\:bg-purple-800\/50:focus {
    background-color: rgba(91, 33, 182, 0.5);
}
.focus\:bg-purple-800\/55:focus {
    background-color: rgba(91, 33, 182, 0.55);
}
.focus\:bg-purple-800\/60:focus {
    background-color: rgba(91, 33, 182, 0.6);
}
.focus\:bg-purple-800\/65:focus {
    background-color: rgba(91, 33, 182, 0.65);
}
.focus\:bg-purple-800\/70:focus {
    background-color: rgba(91, 33, 182, 0.7);
}
.focus\:bg-purple-800\/75:focus {
    background-color: rgba(91, 33, 182, 0.75);
}
.focus\:bg-purple-800\/80:focus {
    background-color: rgba(91, 33, 182, 0.8);
}
.focus\:bg-purple-800\/85:focus {
    background-color: rgba(91, 33, 182, 0.85);
}
.focus\:bg-purple-800\/90:focus {
    background-color: rgba(91, 33, 182, 0.9);
}
.focus\:bg-purple-800\/95:focus {
    background-color: rgba(91, 33, 182, 0.95);
}
.focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.focus\:bg-purple-900\/0:focus {
    background-color: rgba(76, 29, 149, 0);
}
.focus\:bg-purple-900\/10:focus {
    background-color: rgba(76, 29, 149, 0.1);
}
.focus\:bg-purple-900\/100:focus {
    background-color: #4c1d95;
}
.focus\:bg-purple-900\/15:focus {
    background-color: rgba(76, 29, 149, 0.15);
}
.focus\:bg-purple-900\/20:focus {
    background-color: rgba(76, 29, 149, 0.2);
}
.focus\:bg-purple-900\/25:focus {
    background-color: rgba(76, 29, 149, 0.25);
}
.focus\:bg-purple-900\/30:focus {
    background-color: rgba(76, 29, 149, 0.3);
}
.focus\:bg-purple-900\/35:focus {
    background-color: rgba(76, 29, 149, 0.35);
}
.focus\:bg-purple-900\/40:focus {
    background-color: rgba(76, 29, 149, 0.4);
}
.focus\:bg-purple-900\/45:focus {
    background-color: rgba(76, 29, 149, 0.45);
}
.focus\:bg-purple-900\/5:focus {
    background-color: rgba(76, 29, 149, 0.05);
}
.focus\:bg-purple-900\/50:focus {
    background-color: rgba(76, 29, 149, 0.5);
}
.focus\:bg-purple-900\/55:focus {
    background-color: rgba(76, 29, 149, 0.55);
}
.focus\:bg-purple-900\/60:focus {
    background-color: rgba(76, 29, 149, 0.6);
}
.focus\:bg-purple-900\/65:focus {
    background-color: rgba(76, 29, 149, 0.65);
}
.focus\:bg-purple-900\/70:focus {
    background-color: rgba(76, 29, 149, 0.7);
}
.focus\:bg-purple-900\/75:focus {
    background-color: rgba(76, 29, 149, 0.75);
}
.focus\:bg-purple-900\/80:focus {
    background-color: rgba(76, 29, 149, 0.8);
}
.focus\:bg-purple-900\/85:focus {
    background-color: rgba(76, 29, 149, 0.85);
}
.focus\:bg-purple-900\/90:focus {
    background-color: rgba(76, 29, 149, 0.9);
}
.focus\:bg-purple-900\/95:focus {
    background-color: rgba(76, 29, 149, 0.95);
}
.focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-100\/0:focus {
    background-color: hsla(0, 93%, 94%, 0);
}
.focus\:bg-red-100\/10:focus {
    background-color: hsla(0, 93%, 94%, 0.1);
}
.focus\:bg-red-100\/100:focus {
    background-color: #fee2e2;
}
.focus\:bg-red-100\/15:focus {
    background-color: hsla(0, 93%, 94%, 0.15);
}
.focus\:bg-red-100\/20:focus {
    background-color: hsla(0, 93%, 94%, 0.2);
}
.focus\:bg-red-100\/25:focus {
    background-color: hsla(0, 93%, 94%, 0.25);
}
.focus\:bg-red-100\/30:focus {
    background-color: hsla(0, 93%, 94%, 0.3);
}
.focus\:bg-red-100\/35:focus {
    background-color: hsla(0, 93%, 94%, 0.35);
}
.focus\:bg-red-100\/40:focus {
    background-color: hsla(0, 93%, 94%, 0.4);
}
.focus\:bg-red-100\/45:focus {
    background-color: hsla(0, 93%, 94%, 0.45);
}
.focus\:bg-red-100\/5:focus {
    background-color: hsla(0, 93%, 94%, 0.05);
}
.focus\:bg-red-100\/50:focus {
    background-color: hsla(0, 93%, 94%, 0.5);
}
.focus\:bg-red-100\/55:focus {
    background-color: hsla(0, 93%, 94%, 0.55);
}
.focus\:bg-red-100\/60:focus {
    background-color: hsla(0, 93%, 94%, 0.6);
}
.focus\:bg-red-100\/65:focus {
    background-color: hsla(0, 93%, 94%, 0.65);
}
.focus\:bg-red-100\/70:focus {
    background-color: hsla(0, 93%, 94%, 0.7);
}
.focus\:bg-red-100\/75:focus {
    background-color: hsla(0, 93%, 94%, 0.75);
}
.focus\:bg-red-100\/80:focus {
    background-color: hsla(0, 93%, 94%, 0.8);
}
.focus\:bg-red-100\/85:focus {
    background-color: hsla(0, 93%, 94%, 0.85);
}
.focus\:bg-red-100\/90:focus {
    background-color: hsla(0, 93%, 94%, 0.9);
}
.focus\:bg-red-100\/95:focus {
    background-color: hsla(0, 93%, 94%, 0.95);
}
.focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-200\/0:focus {
    background-color: hsla(0, 96%, 89%, 0);
}
.focus\:bg-red-200\/10:focus {
    background-color: hsla(0, 96%, 89%, 0.1);
}
.focus\:bg-red-200\/100:focus {
    background-color: #fecaca;
}
.focus\:bg-red-200\/15:focus {
    background-color: hsla(0, 96%, 89%, 0.15);
}
.focus\:bg-red-200\/20:focus {
    background-color: hsla(0, 96%, 89%, 0.2);
}
.focus\:bg-red-200\/25:focus {
    background-color: hsla(0, 96%, 89%, 0.25);
}
.focus\:bg-red-200\/30:focus {
    background-color: hsla(0, 96%, 89%, 0.3);
}
.focus\:bg-red-200\/35:focus {
    background-color: hsla(0, 96%, 89%, 0.35);
}
.focus\:bg-red-200\/40:focus {
    background-color: hsla(0, 96%, 89%, 0.4);
}
.focus\:bg-red-200\/45:focus {
    background-color: hsla(0, 96%, 89%, 0.45);
}
.focus\:bg-red-200\/5:focus {
    background-color: hsla(0, 96%, 89%, 0.05);
}
.focus\:bg-red-200\/50:focus {
    background-color: hsla(0, 96%, 89%, 0.5);
}
.focus\:bg-red-200\/55:focus {
    background-color: hsla(0, 96%, 89%, 0.55);
}
.focus\:bg-red-200\/60:focus {
    background-color: hsla(0, 96%, 89%, 0.6);
}
.focus\:bg-red-200\/65:focus {
    background-color: hsla(0, 96%, 89%, 0.65);
}
.focus\:bg-red-200\/70:focus {
    background-color: hsla(0, 96%, 89%, 0.7);
}
.focus\:bg-red-200\/75:focus {
    background-color: hsla(0, 96%, 89%, 0.75);
}
.focus\:bg-red-200\/80:focus {
    background-color: hsla(0, 96%, 89%, 0.8);
}
.focus\:bg-red-200\/85:focus {
    background-color: hsla(0, 96%, 89%, 0.85);
}
.focus\:bg-red-200\/90:focus {
    background-color: hsla(0, 96%, 89%, 0.9);
}
.focus\:bg-red-200\/95:focus {
    background-color: hsla(0, 96%, 89%, 0.95);
}
.focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-300\/0:focus {
    background-color: hsla(0, 94%, 82%, 0);
}
.focus\:bg-red-300\/10:focus {
    background-color: hsla(0, 94%, 82%, 0.1);
}
.focus\:bg-red-300\/100:focus {
    background-color: #fca5a5;
}
.focus\:bg-red-300\/15:focus {
    background-color: hsla(0, 94%, 82%, 0.15);
}
.focus\:bg-red-300\/20:focus {
    background-color: hsla(0, 94%, 82%, 0.2);
}
.focus\:bg-red-300\/25:focus {
    background-color: hsla(0, 94%, 82%, 0.25);
}
.focus\:bg-red-300\/30:focus {
    background-color: hsla(0, 94%, 82%, 0.3);
}
.focus\:bg-red-300\/35:focus {
    background-color: hsla(0, 94%, 82%, 0.35);
}
.focus\:bg-red-300\/40:focus {
    background-color: hsla(0, 94%, 82%, 0.4);
}
.focus\:bg-red-300\/45:focus {
    background-color: hsla(0, 94%, 82%, 0.45);
}
.focus\:bg-red-300\/5:focus {
    background-color: hsla(0, 94%, 82%, 0.05);
}
.focus\:bg-red-300\/50:focus {
    background-color: hsla(0, 94%, 82%, 0.5);
}
.focus\:bg-red-300\/55:focus {
    background-color: hsla(0, 94%, 82%, 0.55);
}
.focus\:bg-red-300\/60:focus {
    background-color: hsla(0, 94%, 82%, 0.6);
}
.focus\:bg-red-300\/65:focus {
    background-color: hsla(0, 94%, 82%, 0.65);
}
.focus\:bg-red-300\/70:focus {
    background-color: hsla(0, 94%, 82%, 0.7);
}
.focus\:bg-red-300\/75:focus {
    background-color: hsla(0, 94%, 82%, 0.75);
}
.focus\:bg-red-300\/80:focus {
    background-color: hsla(0, 94%, 82%, 0.8);
}
.focus\:bg-red-300\/85:focus {
    background-color: hsla(0, 94%, 82%, 0.85);
}
.focus\:bg-red-300\/90:focus {
    background-color: hsla(0, 94%, 82%, 0.9);
}
.focus\:bg-red-300\/95:focus {
    background-color: hsla(0, 94%, 82%, 0.95);
}
.focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-400\/0:focus {
    background-color: hsla(0, 91%, 71%, 0);
}
.focus\:bg-red-400\/10:focus {
    background-color: hsla(0, 91%, 71%, 0.1);
}
.focus\:bg-red-400\/100:focus {
    background-color: #f87171;
}
.focus\:bg-red-400\/15:focus {
    background-color: hsla(0, 91%, 71%, 0.15);
}
.focus\:bg-red-400\/20:focus {
    background-color: hsla(0, 91%, 71%, 0.2);
}
.focus\:bg-red-400\/25:focus {
    background-color: hsla(0, 91%, 71%, 0.25);
}
.focus\:bg-red-400\/30:focus {
    background-color: hsla(0, 91%, 71%, 0.3);
}
.focus\:bg-red-400\/35:focus {
    background-color: hsla(0, 91%, 71%, 0.35);
}
.focus\:bg-red-400\/40:focus {
    background-color: hsla(0, 91%, 71%, 0.4);
}
.focus\:bg-red-400\/45:focus {
    background-color: hsla(0, 91%, 71%, 0.45);
}
.focus\:bg-red-400\/5:focus {
    background-color: hsla(0, 91%, 71%, 0.05);
}
.focus\:bg-red-400\/50:focus {
    background-color: hsla(0, 91%, 71%, 0.5);
}
.focus\:bg-red-400\/55:focus {
    background-color: hsla(0, 91%, 71%, 0.55);
}
.focus\:bg-red-400\/60:focus {
    background-color: hsla(0, 91%, 71%, 0.6);
}
.focus\:bg-red-400\/65:focus {
    background-color: hsla(0, 91%, 71%, 0.65);
}
.focus\:bg-red-400\/70:focus {
    background-color: hsla(0, 91%, 71%, 0.7);
}
.focus\:bg-red-400\/75:focus {
    background-color: hsla(0, 91%, 71%, 0.75);
}
.focus\:bg-red-400\/80:focus {
    background-color: hsla(0, 91%, 71%, 0.8);
}
.focus\:bg-red-400\/85:focus {
    background-color: hsla(0, 91%, 71%, 0.85);
}
.focus\:bg-red-400\/90:focus {
    background-color: hsla(0, 91%, 71%, 0.9);
}
.focus\:bg-red-400\/95:focus {
    background-color: hsla(0, 91%, 71%, 0.95);
}
.focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-50\/0:focus {
    background-color: hsla(0, 86%, 97%, 0);
}
.focus\:bg-red-50\/10:focus {
    background-color: hsla(0, 86%, 97%, 0.1);
}
.focus\:bg-red-50\/100:focus {
    background-color: #fef2f2;
}
.focus\:bg-red-50\/15:focus {
    background-color: hsla(0, 86%, 97%, 0.15);
}
.focus\:bg-red-50\/20:focus {
    background-color: hsla(0, 86%, 97%, 0.2);
}
.focus\:bg-red-50\/25:focus {
    background-color: hsla(0, 86%, 97%, 0.25);
}
.focus\:bg-red-50\/30:focus {
    background-color: hsla(0, 86%, 97%, 0.3);
}
.focus\:bg-red-50\/35:focus {
    background-color: hsla(0, 86%, 97%, 0.35);
}
.focus\:bg-red-50\/40:focus {
    background-color: hsla(0, 86%, 97%, 0.4);
}
.focus\:bg-red-50\/45:focus {
    background-color: hsla(0, 86%, 97%, 0.45);
}
.focus\:bg-red-50\/5:focus {
    background-color: hsla(0, 86%, 97%, 0.05);
}
.focus\:bg-red-50\/50:focus {
    background-color: hsla(0, 86%, 97%, 0.5);
}
.focus\:bg-red-50\/55:focus {
    background-color: hsla(0, 86%, 97%, 0.55);
}
.focus\:bg-red-50\/60:focus {
    background-color: hsla(0, 86%, 97%, 0.6);
}
.focus\:bg-red-50\/65:focus {
    background-color: hsla(0, 86%, 97%, 0.65);
}
.focus\:bg-red-50\/70:focus {
    background-color: hsla(0, 86%, 97%, 0.7);
}
.focus\:bg-red-50\/75:focus {
    background-color: hsla(0, 86%, 97%, 0.75);
}
.focus\:bg-red-50\/80:focus {
    background-color: hsla(0, 86%, 97%, 0.8);
}
.focus\:bg-red-50\/85:focus {
    background-color: hsla(0, 86%, 97%, 0.85);
}
.focus\:bg-red-50\/90:focus {
    background-color: hsla(0, 86%, 97%, 0.9);
}
.focus\:bg-red-50\/95:focus {
    background-color: hsla(0, 86%, 97%, 0.95);
}
.focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-500\/0:focus {
    background-color: rgba(239, 68, 68, 0);
}
.focus\:bg-red-500\/10:focus {
    background-color: rgba(239, 68, 68, 0.1);
}
.focus\:bg-red-500\/100:focus {
    background-color: #ef4444;
}
.focus\:bg-red-500\/15:focus {
    background-color: rgba(239, 68, 68, 0.15);
}
.focus\:bg-red-500\/20:focus {
    background-color: rgba(239, 68, 68, 0.2);
}
.focus\:bg-red-500\/25:focus {
    background-color: rgba(239, 68, 68, 0.25);
}
.focus\:bg-red-500\/30:focus {
    background-color: rgba(239, 68, 68, 0.3);
}
.focus\:bg-red-500\/35:focus {
    background-color: rgba(239, 68, 68, 0.35);
}
.focus\:bg-red-500\/40:focus {
    background-color: rgba(239, 68, 68, 0.4);
}
.focus\:bg-red-500\/45:focus {
    background-color: rgba(239, 68, 68, 0.45);
}
.focus\:bg-red-500\/5:focus {
    background-color: rgba(239, 68, 68, 0.05);
}
.focus\:bg-red-500\/50:focus {
    background-color: rgba(239, 68, 68, 0.5);
}
.focus\:bg-red-500\/55:focus {
    background-color: rgba(239, 68, 68, 0.55);
}
.focus\:bg-red-500\/60:focus {
    background-color: rgba(239, 68, 68, 0.6);
}
.focus\:bg-red-500\/65:focus {
    background-color: rgba(239, 68, 68, 0.65);
}
.focus\:bg-red-500\/70:focus {
    background-color: rgba(239, 68, 68, 0.7);
}
.focus\:bg-red-500\/75:focus {
    background-color: rgba(239, 68, 68, 0.75);
}
.focus\:bg-red-500\/80:focus {
    background-color: rgba(239, 68, 68, 0.8);
}
.focus\:bg-red-500\/85:focus {
    background-color: rgba(239, 68, 68, 0.85);
}
.focus\:bg-red-500\/90:focus {
    background-color: rgba(239, 68, 68, 0.9);
}
.focus\:bg-red-500\/95:focus {
    background-color: rgba(239, 68, 68, 0.95);
}
.focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-600\/0:focus {
    background-color: rgba(220, 38, 38, 0);
}
.focus\:bg-red-600\/10:focus {
    background-color: rgba(220, 38, 38, 0.1);
}
.focus\:bg-red-600\/100:focus {
    background-color: #dc2626;
}
.focus\:bg-red-600\/15:focus {
    background-color: rgba(220, 38, 38, 0.15);
}
.focus\:bg-red-600\/20:focus {
    background-color: rgba(220, 38, 38, 0.2);
}
.focus\:bg-red-600\/25:focus {
    background-color: rgba(220, 38, 38, 0.25);
}
.focus\:bg-red-600\/30:focus {
    background-color: rgba(220, 38, 38, 0.3);
}
.focus\:bg-red-600\/35:focus {
    background-color: rgba(220, 38, 38, 0.35);
}
.focus\:bg-red-600\/40:focus {
    background-color: rgba(220, 38, 38, 0.4);
}
.focus\:bg-red-600\/45:focus {
    background-color: rgba(220, 38, 38, 0.45);
}
.focus\:bg-red-600\/5:focus {
    background-color: rgba(220, 38, 38, 0.05);
}
.focus\:bg-red-600\/50:focus {
    background-color: rgba(220, 38, 38, 0.5);
}
.focus\:bg-red-600\/55:focus {
    background-color: rgba(220, 38, 38, 0.55);
}
.focus\:bg-red-600\/60:focus {
    background-color: rgba(220, 38, 38, 0.6);
}
.focus\:bg-red-600\/65:focus {
    background-color: rgba(220, 38, 38, 0.65);
}
.focus\:bg-red-600\/70:focus {
    background-color: rgba(220, 38, 38, 0.7);
}
.focus\:bg-red-600\/75:focus {
    background-color: rgba(220, 38, 38, 0.75);
}
.focus\:bg-red-600\/80:focus {
    background-color: rgba(220, 38, 38, 0.8);
}
.focus\:bg-red-600\/85:focus {
    background-color: rgba(220, 38, 38, 0.85);
}
.focus\:bg-red-600\/90:focus {
    background-color: rgba(220, 38, 38, 0.9);
}
.focus\:bg-red-600\/95:focus {
    background-color: rgba(220, 38, 38, 0.95);
}
.focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-700\/0:focus {
    background-color: rgba(185, 28, 28, 0);
}
.focus\:bg-red-700\/10:focus {
    background-color: rgba(185, 28, 28, 0.1);
}
.focus\:bg-red-700\/100:focus {
    background-color: #b91c1c;
}
.focus\:bg-red-700\/15:focus {
    background-color: rgba(185, 28, 28, 0.15);
}
.focus\:bg-red-700\/20:focus {
    background-color: rgba(185, 28, 28, 0.2);
}
.focus\:bg-red-700\/25:focus {
    background-color: rgba(185, 28, 28, 0.25);
}
.focus\:bg-red-700\/30:focus {
    background-color: rgba(185, 28, 28, 0.3);
}
.focus\:bg-red-700\/35:focus {
    background-color: rgba(185, 28, 28, 0.35);
}
.focus\:bg-red-700\/40:focus {
    background-color: rgba(185, 28, 28, 0.4);
}
.focus\:bg-red-700\/45:focus {
    background-color: rgba(185, 28, 28, 0.45);
}
.focus\:bg-red-700\/5:focus {
    background-color: rgba(185, 28, 28, 0.05);
}
.focus\:bg-red-700\/50:focus {
    background-color: rgba(185, 28, 28, 0.5);
}
.focus\:bg-red-700\/55:focus {
    background-color: rgba(185, 28, 28, 0.55);
}
.focus\:bg-red-700\/60:focus {
    background-color: rgba(185, 28, 28, 0.6);
}
.focus\:bg-red-700\/65:focus {
    background-color: rgba(185, 28, 28, 0.65);
}
.focus\:bg-red-700\/70:focus {
    background-color: rgba(185, 28, 28, 0.7);
}
.focus\:bg-red-700\/75:focus {
    background-color: rgba(185, 28, 28, 0.75);
}
.focus\:bg-red-700\/80:focus {
    background-color: rgba(185, 28, 28, 0.8);
}
.focus\:bg-red-700\/85:focus {
    background-color: rgba(185, 28, 28, 0.85);
}
.focus\:bg-red-700\/90:focus {
    background-color: rgba(185, 28, 28, 0.9);
}
.focus\:bg-red-700\/95:focus {
    background-color: rgba(185, 28, 28, 0.95);
}
.focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-800\/0:focus {
    background-color: rgba(153, 27, 27, 0);
}
.focus\:bg-red-800\/10:focus {
    background-color: rgba(153, 27, 27, 0.1);
}
.focus\:bg-red-800\/100:focus {
    background-color: #991b1b;
}
.focus\:bg-red-800\/15:focus {
    background-color: rgba(153, 27, 27, 0.15);
}
.focus\:bg-red-800\/20:focus {
    background-color: rgba(153, 27, 27, 0.2);
}
.focus\:bg-red-800\/25:focus {
    background-color: rgba(153, 27, 27, 0.25);
}
.focus\:bg-red-800\/30:focus {
    background-color: rgba(153, 27, 27, 0.3);
}
.focus\:bg-red-800\/35:focus {
    background-color: rgba(153, 27, 27, 0.35);
}
.focus\:bg-red-800\/40:focus {
    background-color: rgba(153, 27, 27, 0.4);
}
.focus\:bg-red-800\/45:focus {
    background-color: rgba(153, 27, 27, 0.45);
}
.focus\:bg-red-800\/5:focus {
    background-color: rgba(153, 27, 27, 0.05);
}
.focus\:bg-red-800\/50:focus {
    background-color: rgba(153, 27, 27, 0.5);
}
.focus\:bg-red-800\/55:focus {
    background-color: rgba(153, 27, 27, 0.55);
}
.focus\:bg-red-800\/60:focus {
    background-color: rgba(153, 27, 27, 0.6);
}
.focus\:bg-red-800\/65:focus {
    background-color: rgba(153, 27, 27, 0.65);
}
.focus\:bg-red-800\/70:focus {
    background-color: rgba(153, 27, 27, 0.7);
}
.focus\:bg-red-800\/75:focus {
    background-color: rgba(153, 27, 27, 0.75);
}
.focus\:bg-red-800\/80:focus {
    background-color: rgba(153, 27, 27, 0.8);
}
.focus\:bg-red-800\/85:focus {
    background-color: rgba(153, 27, 27, 0.85);
}
.focus\:bg-red-800\/90:focus {
    background-color: rgba(153, 27, 27, 0.9);
}
.focus\:bg-red-800\/95:focus {
    background-color: rgba(153, 27, 27, 0.95);
}
.focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-900\/0:focus {
    background-color: rgba(127, 29, 29, 0);
}
.focus\:bg-red-900\/10:focus {
    background-color: rgba(127, 29, 29, 0.1);
}
.focus\:bg-red-900\/100:focus {
    background-color: #7f1d1d;
}
.focus\:bg-red-900\/15:focus {
    background-color: rgba(127, 29, 29, 0.15);
}
.focus\:bg-red-900\/20:focus {
    background-color: rgba(127, 29, 29, 0.2);
}
.focus\:bg-red-900\/25:focus {
    background-color: rgba(127, 29, 29, 0.25);
}
.focus\:bg-red-900\/30:focus {
    background-color: rgba(127, 29, 29, 0.3);
}
.focus\:bg-red-900\/35:focus {
    background-color: rgba(127, 29, 29, 0.35);
}
.focus\:bg-red-900\/40:focus {
    background-color: rgba(127, 29, 29, 0.4);
}
.focus\:bg-red-900\/45:focus {
    background-color: rgba(127, 29, 29, 0.45);
}
.focus\:bg-red-900\/5:focus {
    background-color: rgba(127, 29, 29, 0.05);
}
.focus\:bg-red-900\/50:focus {
    background-color: rgba(127, 29, 29, 0.5);
}
.focus\:bg-red-900\/55:focus {
    background-color: rgba(127, 29, 29, 0.55);
}
.focus\:bg-red-900\/60:focus {
    background-color: rgba(127, 29, 29, 0.6);
}
.focus\:bg-red-900\/65:focus {
    background-color: rgba(127, 29, 29, 0.65);
}
.focus\:bg-red-900\/70:focus {
    background-color: rgba(127, 29, 29, 0.7);
}
.focus\:bg-red-900\/75:focus {
    background-color: rgba(127, 29, 29, 0.75);
}
.focus\:bg-red-900\/80:focus {
    background-color: rgba(127, 29, 29, 0.8);
}
.focus\:bg-red-900\/85:focus {
    background-color: rgba(127, 29, 29, 0.85);
}
.focus\:bg-red-900\/90:focus {
    background-color: rgba(127, 29, 29, 0.9);
}
.focus\:bg-red-900\/95:focus {
    background-color: rgba(127, 29, 29, 0.95);
}
.focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-100\/0:focus {
    background-color: rgba(255, 228, 230, 0);
}
.focus\:bg-rose-100\/10:focus {
    background-color: rgba(255, 228, 230, 0.1);
}
.focus\:bg-rose-100\/100:focus {
    background-color: #ffe4e6;
}
.focus\:bg-rose-100\/15:focus {
    background-color: rgba(255, 228, 230, 0.15);
}
.focus\:bg-rose-100\/20:focus {
    background-color: rgba(255, 228, 230, 0.2);
}
.focus\:bg-rose-100\/25:focus {
    background-color: rgba(255, 228, 230, 0.25);
}
.focus\:bg-rose-100\/30:focus {
    background-color: rgba(255, 228, 230, 0.3);
}
.focus\:bg-rose-100\/35:focus {
    background-color: rgba(255, 228, 230, 0.35);
}
.focus\:bg-rose-100\/40:focus {
    background-color: rgba(255, 228, 230, 0.4);
}
.focus\:bg-rose-100\/45:focus {
    background-color: rgba(255, 228, 230, 0.45);
}
.focus\:bg-rose-100\/5:focus {
    background-color: rgba(255, 228, 230, 0.05);
}
.focus\:bg-rose-100\/50:focus {
    background-color: rgba(255, 228, 230, 0.5);
}
.focus\:bg-rose-100\/55:focus {
    background-color: rgba(255, 228, 230, 0.55);
}
.focus\:bg-rose-100\/60:focus {
    background-color: rgba(255, 228, 230, 0.6);
}
.focus\:bg-rose-100\/65:focus {
    background-color: rgba(255, 228, 230, 0.65);
}
.focus\:bg-rose-100\/70:focus {
    background-color: rgba(255, 228, 230, 0.7);
}
.focus\:bg-rose-100\/75:focus {
    background-color: rgba(255, 228, 230, 0.75);
}
.focus\:bg-rose-100\/80:focus {
    background-color: rgba(255, 228, 230, 0.8);
}
.focus\:bg-rose-100\/85:focus {
    background-color: rgba(255, 228, 230, 0.85);
}
.focus\:bg-rose-100\/90:focus {
    background-color: rgba(255, 228, 230, 0.9);
}
.focus\:bg-rose-100\/95:focus {
    background-color: rgba(255, 228, 230, 0.95);
}
.focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-200\/0:focus {
    background-color: rgba(254, 205, 211, 0);
}
.focus\:bg-rose-200\/10:focus {
    background-color: rgba(254, 205, 211, 0.1);
}
.focus\:bg-rose-200\/100:focus {
    background-color: #fecdd3;
}
.focus\:bg-rose-200\/15:focus {
    background-color: rgba(254, 205, 211, 0.15);
}
.focus\:bg-rose-200\/20:focus {
    background-color: rgba(254, 205, 211, 0.2);
}
.focus\:bg-rose-200\/25:focus {
    background-color: rgba(254, 205, 211, 0.25);
}
.focus\:bg-rose-200\/30:focus {
    background-color: rgba(254, 205, 211, 0.3);
}
.focus\:bg-rose-200\/35:focus {
    background-color: rgba(254, 205, 211, 0.35);
}
.focus\:bg-rose-200\/40:focus {
    background-color: rgba(254, 205, 211, 0.4);
}
.focus\:bg-rose-200\/45:focus {
    background-color: rgba(254, 205, 211, 0.45);
}
.focus\:bg-rose-200\/5:focus {
    background-color: rgba(254, 205, 211, 0.05);
}
.focus\:bg-rose-200\/50:focus {
    background-color: rgba(254, 205, 211, 0.5);
}
.focus\:bg-rose-200\/55:focus {
    background-color: rgba(254, 205, 211, 0.55);
}
.focus\:bg-rose-200\/60:focus {
    background-color: rgba(254, 205, 211, 0.6);
}
.focus\:bg-rose-200\/65:focus {
    background-color: rgba(254, 205, 211, 0.65);
}
.focus\:bg-rose-200\/70:focus {
    background-color: rgba(254, 205, 211, 0.7);
}
.focus\:bg-rose-200\/75:focus {
    background-color: rgba(254, 205, 211, 0.75);
}
.focus\:bg-rose-200\/80:focus {
    background-color: rgba(254, 205, 211, 0.8);
}
.focus\:bg-rose-200\/85:focus {
    background-color: rgba(254, 205, 211, 0.85);
}
.focus\:bg-rose-200\/90:focus {
    background-color: rgba(254, 205, 211, 0.9);
}
.focus\:bg-rose-200\/95:focus {
    background-color: rgba(254, 205, 211, 0.95);
}
.focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-300\/0:focus {
    background-color: rgba(253, 164, 175, 0);
}
.focus\:bg-rose-300\/10:focus {
    background-color: rgba(253, 164, 175, 0.1);
}
.focus\:bg-rose-300\/100:focus {
    background-color: #fda4af;
}
.focus\:bg-rose-300\/15:focus {
    background-color: rgba(253, 164, 175, 0.15);
}
.focus\:bg-rose-300\/20:focus {
    background-color: rgba(253, 164, 175, 0.2);
}
.focus\:bg-rose-300\/25:focus {
    background-color: rgba(253, 164, 175, 0.25);
}
.focus\:bg-rose-300\/30:focus {
    background-color: rgba(253, 164, 175, 0.3);
}
.focus\:bg-rose-300\/35:focus {
    background-color: rgba(253, 164, 175, 0.35);
}
.focus\:bg-rose-300\/40:focus {
    background-color: rgba(253, 164, 175, 0.4);
}
.focus\:bg-rose-300\/45:focus {
    background-color: rgba(253, 164, 175, 0.45);
}
.focus\:bg-rose-300\/5:focus {
    background-color: rgba(253, 164, 175, 0.05);
}
.focus\:bg-rose-300\/50:focus {
    background-color: rgba(253, 164, 175, 0.5);
}
.focus\:bg-rose-300\/55:focus {
    background-color: rgba(253, 164, 175, 0.55);
}
.focus\:bg-rose-300\/60:focus {
    background-color: rgba(253, 164, 175, 0.6);
}
.focus\:bg-rose-300\/65:focus {
    background-color: rgba(253, 164, 175, 0.65);
}
.focus\:bg-rose-300\/70:focus {
    background-color: rgba(253, 164, 175, 0.7);
}
.focus\:bg-rose-300\/75:focus {
    background-color: rgba(253, 164, 175, 0.75);
}
.focus\:bg-rose-300\/80:focus {
    background-color: rgba(253, 164, 175, 0.8);
}
.focus\:bg-rose-300\/85:focus {
    background-color: rgba(253, 164, 175, 0.85);
}
.focus\:bg-rose-300\/90:focus {
    background-color: rgba(253, 164, 175, 0.9);
}
.focus\:bg-rose-300\/95:focus {
    background-color: rgba(253, 164, 175, 0.95);
}
.focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-400\/0:focus {
    background-color: rgba(251, 113, 133, 0);
}
.focus\:bg-rose-400\/10:focus {
    background-color: rgba(251, 113, 133, 0.1);
}
.focus\:bg-rose-400\/100:focus {
    background-color: #fb7185;
}
.focus\:bg-rose-400\/15:focus {
    background-color: rgba(251, 113, 133, 0.15);
}
.focus\:bg-rose-400\/20:focus {
    background-color: rgba(251, 113, 133, 0.2);
}
.focus\:bg-rose-400\/25:focus {
    background-color: rgba(251, 113, 133, 0.25);
}
.focus\:bg-rose-400\/30:focus {
    background-color: rgba(251, 113, 133, 0.3);
}
.focus\:bg-rose-400\/35:focus {
    background-color: rgba(251, 113, 133, 0.35);
}
.focus\:bg-rose-400\/40:focus {
    background-color: rgba(251, 113, 133, 0.4);
}
.focus\:bg-rose-400\/45:focus {
    background-color: rgba(251, 113, 133, 0.45);
}
.focus\:bg-rose-400\/5:focus {
    background-color: rgba(251, 113, 133, 0.05);
}
.focus\:bg-rose-400\/50:focus {
    background-color: rgba(251, 113, 133, 0.5);
}
.focus\:bg-rose-400\/55:focus {
    background-color: rgba(251, 113, 133, 0.55);
}
.focus\:bg-rose-400\/60:focus {
    background-color: rgba(251, 113, 133, 0.6);
}
.focus\:bg-rose-400\/65:focus {
    background-color: rgba(251, 113, 133, 0.65);
}
.focus\:bg-rose-400\/70:focus {
    background-color: rgba(251, 113, 133, 0.7);
}
.focus\:bg-rose-400\/75:focus {
    background-color: rgba(251, 113, 133, 0.75);
}
.focus\:bg-rose-400\/80:focus {
    background-color: rgba(251, 113, 133, 0.8);
}
.focus\:bg-rose-400\/85:focus {
    background-color: rgba(251, 113, 133, 0.85);
}
.focus\:bg-rose-400\/90:focus {
    background-color: rgba(251, 113, 133, 0.9);
}
.focus\:bg-rose-400\/95:focus {
    background-color: rgba(251, 113, 133, 0.95);
}
.focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-50\/0:focus {
    background-color: rgba(255, 241, 242, 0);
}
.focus\:bg-rose-50\/10:focus {
    background-color: rgba(255, 241, 242, 0.1);
}
.focus\:bg-rose-50\/100:focus {
    background-color: #fff1f2;
}
.focus\:bg-rose-50\/15:focus {
    background-color: rgba(255, 241, 242, 0.15);
}
.focus\:bg-rose-50\/20:focus {
    background-color: rgba(255, 241, 242, 0.2);
}
.focus\:bg-rose-50\/25:focus {
    background-color: rgba(255, 241, 242, 0.25);
}
.focus\:bg-rose-50\/30:focus {
    background-color: rgba(255, 241, 242, 0.3);
}
.focus\:bg-rose-50\/35:focus {
    background-color: rgba(255, 241, 242, 0.35);
}
.focus\:bg-rose-50\/40:focus {
    background-color: rgba(255, 241, 242, 0.4);
}
.focus\:bg-rose-50\/45:focus {
    background-color: rgba(255, 241, 242, 0.45);
}
.focus\:bg-rose-50\/5:focus {
    background-color: rgba(255, 241, 242, 0.05);
}
.focus\:bg-rose-50\/50:focus {
    background-color: rgba(255, 241, 242, 0.5);
}
.focus\:bg-rose-50\/55:focus {
    background-color: rgba(255, 241, 242, 0.55);
}
.focus\:bg-rose-50\/60:focus {
    background-color: rgba(255, 241, 242, 0.6);
}
.focus\:bg-rose-50\/65:focus {
    background-color: rgba(255, 241, 242, 0.65);
}
.focus\:bg-rose-50\/70:focus {
    background-color: rgba(255, 241, 242, 0.7);
}
.focus\:bg-rose-50\/75:focus {
    background-color: rgba(255, 241, 242, 0.75);
}
.focus\:bg-rose-50\/80:focus {
    background-color: rgba(255, 241, 242, 0.8);
}
.focus\:bg-rose-50\/85:focus {
    background-color: rgba(255, 241, 242, 0.85);
}
.focus\:bg-rose-50\/90:focus {
    background-color: rgba(255, 241, 242, 0.9);
}
.focus\:bg-rose-50\/95:focus {
    background-color: rgba(255, 241, 242, 0.95);
}
.focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-500\/0:focus {
    background-color: rgba(244, 63, 94, 0);
}
.focus\:bg-rose-500\/10:focus {
    background-color: rgba(244, 63, 94, 0.1);
}
.focus\:bg-rose-500\/100:focus {
    background-color: #f43f5e;
}
.focus\:bg-rose-500\/15:focus {
    background-color: rgba(244, 63, 94, 0.15);
}
.focus\:bg-rose-500\/20:focus {
    background-color: rgba(244, 63, 94, 0.2);
}
.focus\:bg-rose-500\/25:focus {
    background-color: rgba(244, 63, 94, 0.25);
}
.focus\:bg-rose-500\/30:focus {
    background-color: rgba(244, 63, 94, 0.3);
}
.focus\:bg-rose-500\/35:focus {
    background-color: rgba(244, 63, 94, 0.35);
}
.focus\:bg-rose-500\/40:focus {
    background-color: rgba(244, 63, 94, 0.4);
}
.focus\:bg-rose-500\/45:focus {
    background-color: rgba(244, 63, 94, 0.45);
}
.focus\:bg-rose-500\/5:focus {
    background-color: rgba(244, 63, 94, 0.05);
}
.focus\:bg-rose-500\/50:focus {
    background-color: rgba(244, 63, 94, 0.5);
}
.focus\:bg-rose-500\/55:focus {
    background-color: rgba(244, 63, 94, 0.55);
}
.focus\:bg-rose-500\/60:focus {
    background-color: rgba(244, 63, 94, 0.6);
}
.focus\:bg-rose-500\/65:focus {
    background-color: rgba(244, 63, 94, 0.65);
}
.focus\:bg-rose-500\/70:focus {
    background-color: rgba(244, 63, 94, 0.7);
}
.focus\:bg-rose-500\/75:focus {
    background-color: rgba(244, 63, 94, 0.75);
}
.focus\:bg-rose-500\/80:focus {
    background-color: rgba(244, 63, 94, 0.8);
}
.focus\:bg-rose-500\/85:focus {
    background-color: rgba(244, 63, 94, 0.85);
}
.focus\:bg-rose-500\/90:focus {
    background-color: rgba(244, 63, 94, 0.9);
}
.focus\:bg-rose-500\/95:focus {
    background-color: rgba(244, 63, 94, 0.95);
}
.focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-600\/0:focus {
    background-color: rgba(225, 29, 72, 0);
}
.focus\:bg-rose-600\/10:focus {
    background-color: rgba(225, 29, 72, 0.1);
}
.focus\:bg-rose-600\/100:focus {
    background-color: #e11d48;
}
.focus\:bg-rose-600\/15:focus {
    background-color: rgba(225, 29, 72, 0.15);
}
.focus\:bg-rose-600\/20:focus {
    background-color: rgba(225, 29, 72, 0.2);
}
.focus\:bg-rose-600\/25:focus {
    background-color: rgba(225, 29, 72, 0.25);
}
.focus\:bg-rose-600\/30:focus {
    background-color: rgba(225, 29, 72, 0.3);
}
.focus\:bg-rose-600\/35:focus {
    background-color: rgba(225, 29, 72, 0.35);
}
.focus\:bg-rose-600\/40:focus {
    background-color: rgba(225, 29, 72, 0.4);
}
.focus\:bg-rose-600\/45:focus {
    background-color: rgba(225, 29, 72, 0.45);
}
.focus\:bg-rose-600\/5:focus {
    background-color: rgba(225, 29, 72, 0.05);
}
.focus\:bg-rose-600\/50:focus {
    background-color: rgba(225, 29, 72, 0.5);
}
.focus\:bg-rose-600\/55:focus {
    background-color: rgba(225, 29, 72, 0.55);
}
.focus\:bg-rose-600\/60:focus {
    background-color: rgba(225, 29, 72, 0.6);
}
.focus\:bg-rose-600\/65:focus {
    background-color: rgba(225, 29, 72, 0.65);
}
.focus\:bg-rose-600\/70:focus {
    background-color: rgba(225, 29, 72, 0.7);
}
.focus\:bg-rose-600\/75:focus {
    background-color: rgba(225, 29, 72, 0.75);
}
.focus\:bg-rose-600\/80:focus {
    background-color: rgba(225, 29, 72, 0.8);
}
.focus\:bg-rose-600\/85:focus {
    background-color: rgba(225, 29, 72, 0.85);
}
.focus\:bg-rose-600\/90:focus {
    background-color: rgba(225, 29, 72, 0.9);
}
.focus\:bg-rose-600\/95:focus {
    background-color: rgba(225, 29, 72, 0.95);
}
.focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-700\/0:focus {
    background-color: rgba(190, 18, 60, 0);
}
.focus\:bg-rose-700\/10:focus {
    background-color: rgba(190, 18, 60, 0.1);
}
.focus\:bg-rose-700\/100:focus {
    background-color: #be123c;
}
.focus\:bg-rose-700\/15:focus {
    background-color: rgba(190, 18, 60, 0.15);
}
.focus\:bg-rose-700\/20:focus {
    background-color: rgba(190, 18, 60, 0.2);
}
.focus\:bg-rose-700\/25:focus {
    background-color: rgba(190, 18, 60, 0.25);
}
.focus\:bg-rose-700\/30:focus {
    background-color: rgba(190, 18, 60, 0.3);
}
.focus\:bg-rose-700\/35:focus {
    background-color: rgba(190, 18, 60, 0.35);
}
.focus\:bg-rose-700\/40:focus {
    background-color: rgba(190, 18, 60, 0.4);
}
.focus\:bg-rose-700\/45:focus {
    background-color: rgba(190, 18, 60, 0.45);
}
.focus\:bg-rose-700\/5:focus {
    background-color: rgba(190, 18, 60, 0.05);
}
.focus\:bg-rose-700\/50:focus {
    background-color: rgba(190, 18, 60, 0.5);
}
.focus\:bg-rose-700\/55:focus {
    background-color: rgba(190, 18, 60, 0.55);
}
.focus\:bg-rose-700\/60:focus {
    background-color: rgba(190, 18, 60, 0.6);
}
.focus\:bg-rose-700\/65:focus {
    background-color: rgba(190, 18, 60, 0.65);
}
.focus\:bg-rose-700\/70:focus {
    background-color: rgba(190, 18, 60, 0.7);
}
.focus\:bg-rose-700\/75:focus {
    background-color: rgba(190, 18, 60, 0.75);
}
.focus\:bg-rose-700\/80:focus {
    background-color: rgba(190, 18, 60, 0.8);
}
.focus\:bg-rose-700\/85:focus {
    background-color: rgba(190, 18, 60, 0.85);
}
.focus\:bg-rose-700\/90:focus {
    background-color: rgba(190, 18, 60, 0.9);
}
.focus\:bg-rose-700\/95:focus {
    background-color: rgba(190, 18, 60, 0.95);
}
.focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-800\/0:focus {
    background-color: rgba(159, 18, 57, 0);
}
.focus\:bg-rose-800\/10:focus {
    background-color: rgba(159, 18, 57, 0.1);
}
.focus\:bg-rose-800\/100:focus {
    background-color: #9f1239;
}
.focus\:bg-rose-800\/15:focus {
    background-color: rgba(159, 18, 57, 0.15);
}
.focus\:bg-rose-800\/20:focus {
    background-color: rgba(159, 18, 57, 0.2);
}
.focus\:bg-rose-800\/25:focus {
    background-color: rgba(159, 18, 57, 0.25);
}
.focus\:bg-rose-800\/30:focus {
    background-color: rgba(159, 18, 57, 0.3);
}
.focus\:bg-rose-800\/35:focus {
    background-color: rgba(159, 18, 57, 0.35);
}
.focus\:bg-rose-800\/40:focus {
    background-color: rgba(159, 18, 57, 0.4);
}
.focus\:bg-rose-800\/45:focus {
    background-color: rgba(159, 18, 57, 0.45);
}
.focus\:bg-rose-800\/5:focus {
    background-color: rgba(159, 18, 57, 0.05);
}
.focus\:bg-rose-800\/50:focus {
    background-color: rgba(159, 18, 57, 0.5);
}
.focus\:bg-rose-800\/55:focus {
    background-color: rgba(159, 18, 57, 0.55);
}
.focus\:bg-rose-800\/60:focus {
    background-color: rgba(159, 18, 57, 0.6);
}
.focus\:bg-rose-800\/65:focus {
    background-color: rgba(159, 18, 57, 0.65);
}
.focus\:bg-rose-800\/70:focus {
    background-color: rgba(159, 18, 57, 0.7);
}
.focus\:bg-rose-800\/75:focus {
    background-color: rgba(159, 18, 57, 0.75);
}
.focus\:bg-rose-800\/80:focus {
    background-color: rgba(159, 18, 57, 0.8);
}
.focus\:bg-rose-800\/85:focus {
    background-color: rgba(159, 18, 57, 0.85);
}
.focus\:bg-rose-800\/90:focus {
    background-color: rgba(159, 18, 57, 0.9);
}
.focus\:bg-rose-800\/95:focus {
    background-color: rgba(159, 18, 57, 0.95);
}
.focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-900\/0:focus {
    background-color: rgba(136, 19, 55, 0);
}
.focus\:bg-rose-900\/10:focus {
    background-color: rgba(136, 19, 55, 0.1);
}
.focus\:bg-rose-900\/100:focus {
    background-color: #881337;
}
.focus\:bg-rose-900\/15:focus {
    background-color: rgba(136, 19, 55, 0.15);
}
.focus\:bg-rose-900\/20:focus {
    background-color: rgba(136, 19, 55, 0.2);
}
.focus\:bg-rose-900\/25:focus {
    background-color: rgba(136, 19, 55, 0.25);
}
.focus\:bg-rose-900\/30:focus {
    background-color: rgba(136, 19, 55, 0.3);
}
.focus\:bg-rose-900\/35:focus {
    background-color: rgba(136, 19, 55, 0.35);
}
.focus\:bg-rose-900\/40:focus {
    background-color: rgba(136, 19, 55, 0.4);
}
.focus\:bg-rose-900\/45:focus {
    background-color: rgba(136, 19, 55, 0.45);
}
.focus\:bg-rose-900\/5:focus {
    background-color: rgba(136, 19, 55, 0.05);
}
.focus\:bg-rose-900\/50:focus {
    background-color: rgba(136, 19, 55, 0.5);
}
.focus\:bg-rose-900\/55:focus {
    background-color: rgba(136, 19, 55, 0.55);
}
.focus\:bg-rose-900\/60:focus {
    background-color: rgba(136, 19, 55, 0.6);
}
.focus\:bg-rose-900\/65:focus {
    background-color: rgba(136, 19, 55, 0.65);
}
.focus\:bg-rose-900\/70:focus {
    background-color: rgba(136, 19, 55, 0.7);
}
.focus\:bg-rose-900\/75:focus {
    background-color: rgba(136, 19, 55, 0.75);
}
.focus\:bg-rose-900\/80:focus {
    background-color: rgba(136, 19, 55, 0.8);
}
.focus\:bg-rose-900\/85:focus {
    background-color: rgba(136, 19, 55, 0.85);
}
.focus\:bg-rose-900\/90:focus {
    background-color: rgba(136, 19, 55, 0.9);
}
.focus\:bg-rose-900\/95:focus {
    background-color: rgba(136, 19, 55, 0.95);
}
.focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-100\/0:focus {
    background-color: rgba(224, 242, 254, 0);
}
.focus\:bg-sky-100\/10:focus {
    background-color: rgba(224, 242, 254, 0.1);
}
.focus\:bg-sky-100\/100:focus {
    background-color: #e0f2fe;
}
.focus\:bg-sky-100\/15:focus {
    background-color: rgba(224, 242, 254, 0.15);
}
.focus\:bg-sky-100\/20:focus {
    background-color: rgba(224, 242, 254, 0.2);
}
.focus\:bg-sky-100\/25:focus {
    background-color: rgba(224, 242, 254, 0.25);
}
.focus\:bg-sky-100\/30:focus {
    background-color: rgba(224, 242, 254, 0.3);
}
.focus\:bg-sky-100\/35:focus {
    background-color: rgba(224, 242, 254, 0.35);
}
.focus\:bg-sky-100\/40:focus {
    background-color: rgba(224, 242, 254, 0.4);
}
.focus\:bg-sky-100\/45:focus {
    background-color: rgba(224, 242, 254, 0.45);
}
.focus\:bg-sky-100\/5:focus {
    background-color: rgba(224, 242, 254, 0.05);
}
.focus\:bg-sky-100\/50:focus {
    background-color: rgba(224, 242, 254, 0.5);
}
.focus\:bg-sky-100\/55:focus {
    background-color: rgba(224, 242, 254, 0.55);
}
.focus\:bg-sky-100\/60:focus {
    background-color: rgba(224, 242, 254, 0.6);
}
.focus\:bg-sky-100\/65:focus {
    background-color: rgba(224, 242, 254, 0.65);
}
.focus\:bg-sky-100\/70:focus {
    background-color: rgba(224, 242, 254, 0.7);
}
.focus\:bg-sky-100\/75:focus {
    background-color: rgba(224, 242, 254, 0.75);
}
.focus\:bg-sky-100\/80:focus {
    background-color: rgba(224, 242, 254, 0.8);
}
.focus\:bg-sky-100\/85:focus {
    background-color: rgba(224, 242, 254, 0.85);
}
.focus\:bg-sky-100\/90:focus {
    background-color: rgba(224, 242, 254, 0.9);
}
.focus\:bg-sky-100\/95:focus {
    background-color: rgba(224, 242, 254, 0.95);
}
.focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-200\/0:focus {
    background-color: rgba(186, 230, 253, 0);
}
.focus\:bg-sky-200\/10:focus {
    background-color: rgba(186, 230, 253, 0.1);
}
.focus\:bg-sky-200\/100:focus {
    background-color: #bae6fd;
}
.focus\:bg-sky-200\/15:focus {
    background-color: rgba(186, 230, 253, 0.15);
}
.focus\:bg-sky-200\/20:focus {
    background-color: rgba(186, 230, 253, 0.2);
}
.focus\:bg-sky-200\/25:focus {
    background-color: rgba(186, 230, 253, 0.25);
}
.focus\:bg-sky-200\/30:focus {
    background-color: rgba(186, 230, 253, 0.3);
}
.focus\:bg-sky-200\/35:focus {
    background-color: rgba(186, 230, 253, 0.35);
}
.focus\:bg-sky-200\/40:focus {
    background-color: rgba(186, 230, 253, 0.4);
}
.focus\:bg-sky-200\/45:focus {
    background-color: rgba(186, 230, 253, 0.45);
}
.focus\:bg-sky-200\/5:focus {
    background-color: rgba(186, 230, 253, 0.05);
}
.focus\:bg-sky-200\/50:focus {
    background-color: rgba(186, 230, 253, 0.5);
}
.focus\:bg-sky-200\/55:focus {
    background-color: rgba(186, 230, 253, 0.55);
}
.focus\:bg-sky-200\/60:focus {
    background-color: rgba(186, 230, 253, 0.6);
}
.focus\:bg-sky-200\/65:focus {
    background-color: rgba(186, 230, 253, 0.65);
}
.focus\:bg-sky-200\/70:focus {
    background-color: rgba(186, 230, 253, 0.7);
}
.focus\:bg-sky-200\/75:focus {
    background-color: rgba(186, 230, 253, 0.75);
}
.focus\:bg-sky-200\/80:focus {
    background-color: rgba(186, 230, 253, 0.8);
}
.focus\:bg-sky-200\/85:focus {
    background-color: rgba(186, 230, 253, 0.85);
}
.focus\:bg-sky-200\/90:focus {
    background-color: rgba(186, 230, 253, 0.9);
}
.focus\:bg-sky-200\/95:focus {
    background-color: rgba(186, 230, 253, 0.95);
}
.focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-300\/0:focus {
    background-color: rgba(125, 211, 252, 0);
}
.focus\:bg-sky-300\/10:focus {
    background-color: rgba(125, 211, 252, 0.1);
}
.focus\:bg-sky-300\/100:focus {
    background-color: #7dd3fc;
}
.focus\:bg-sky-300\/15:focus {
    background-color: rgba(125, 211, 252, 0.15);
}
.focus\:bg-sky-300\/20:focus {
    background-color: rgba(125, 211, 252, 0.2);
}
.focus\:bg-sky-300\/25:focus {
    background-color: rgba(125, 211, 252, 0.25);
}
.focus\:bg-sky-300\/30:focus {
    background-color: rgba(125, 211, 252, 0.3);
}
.focus\:bg-sky-300\/35:focus {
    background-color: rgba(125, 211, 252, 0.35);
}
.focus\:bg-sky-300\/40:focus {
    background-color: rgba(125, 211, 252, 0.4);
}
.focus\:bg-sky-300\/45:focus {
    background-color: rgba(125, 211, 252, 0.45);
}
.focus\:bg-sky-300\/5:focus {
    background-color: rgba(125, 211, 252, 0.05);
}
.focus\:bg-sky-300\/50:focus {
    background-color: rgba(125, 211, 252, 0.5);
}
.focus\:bg-sky-300\/55:focus {
    background-color: rgba(125, 211, 252, 0.55);
}
.focus\:bg-sky-300\/60:focus {
    background-color: rgba(125, 211, 252, 0.6);
}
.focus\:bg-sky-300\/65:focus {
    background-color: rgba(125, 211, 252, 0.65);
}
.focus\:bg-sky-300\/70:focus {
    background-color: rgba(125, 211, 252, 0.7);
}
.focus\:bg-sky-300\/75:focus {
    background-color: rgba(125, 211, 252, 0.75);
}
.focus\:bg-sky-300\/80:focus {
    background-color: rgba(125, 211, 252, 0.8);
}
.focus\:bg-sky-300\/85:focus {
    background-color: rgba(125, 211, 252, 0.85);
}
.focus\:bg-sky-300\/90:focus {
    background-color: rgba(125, 211, 252, 0.9);
}
.focus\:bg-sky-300\/95:focus {
    background-color: rgba(125, 211, 252, 0.95);
}
.focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-400\/0:focus {
    background-color: rgba(56, 189, 248, 0);
}
.focus\:bg-sky-400\/10:focus {
    background-color: rgba(56, 189, 248, 0.1);
}
.focus\:bg-sky-400\/100:focus {
    background-color: #38bdf8;
}
.focus\:bg-sky-400\/15:focus {
    background-color: rgba(56, 189, 248, 0.15);
}
.focus\:bg-sky-400\/20:focus {
    background-color: rgba(56, 189, 248, 0.2);
}
.focus\:bg-sky-400\/25:focus {
    background-color: rgba(56, 189, 248, 0.25);
}
.focus\:bg-sky-400\/30:focus {
    background-color: rgba(56, 189, 248, 0.3);
}
.focus\:bg-sky-400\/35:focus {
    background-color: rgba(56, 189, 248, 0.35);
}
.focus\:bg-sky-400\/40:focus {
    background-color: rgba(56, 189, 248, 0.4);
}
.focus\:bg-sky-400\/45:focus {
    background-color: rgba(56, 189, 248, 0.45);
}
.focus\:bg-sky-400\/5:focus {
    background-color: rgba(56, 189, 248, 0.05);
}
.focus\:bg-sky-400\/50:focus {
    background-color: rgba(56, 189, 248, 0.5);
}
.focus\:bg-sky-400\/55:focus {
    background-color: rgba(56, 189, 248, 0.55);
}
.focus\:bg-sky-400\/60:focus {
    background-color: rgba(56, 189, 248, 0.6);
}
.focus\:bg-sky-400\/65:focus {
    background-color: rgba(56, 189, 248, 0.65);
}
.focus\:bg-sky-400\/70:focus {
    background-color: rgba(56, 189, 248, 0.7);
}
.focus\:bg-sky-400\/75:focus {
    background-color: rgba(56, 189, 248, 0.75);
}
.focus\:bg-sky-400\/80:focus {
    background-color: rgba(56, 189, 248, 0.8);
}
.focus\:bg-sky-400\/85:focus {
    background-color: rgba(56, 189, 248, 0.85);
}
.focus\:bg-sky-400\/90:focus {
    background-color: rgba(56, 189, 248, 0.9);
}
.focus\:bg-sky-400\/95:focus {
    background-color: rgba(56, 189, 248, 0.95);
}
.focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-50\/0:focus {
    background-color: rgba(240, 249, 255, 0);
}
.focus\:bg-sky-50\/10:focus {
    background-color: rgba(240, 249, 255, 0.1);
}
.focus\:bg-sky-50\/100:focus {
    background-color: #f0f9ff;
}
.focus\:bg-sky-50\/15:focus {
    background-color: rgba(240, 249, 255, 0.15);
}
.focus\:bg-sky-50\/20:focus {
    background-color: rgba(240, 249, 255, 0.2);
}
.focus\:bg-sky-50\/25:focus {
    background-color: rgba(240, 249, 255, 0.25);
}
.focus\:bg-sky-50\/30:focus {
    background-color: rgba(240, 249, 255, 0.3);
}
.focus\:bg-sky-50\/35:focus {
    background-color: rgba(240, 249, 255, 0.35);
}
.focus\:bg-sky-50\/40:focus {
    background-color: rgba(240, 249, 255, 0.4);
}
.focus\:bg-sky-50\/45:focus {
    background-color: rgba(240, 249, 255, 0.45);
}
.focus\:bg-sky-50\/5:focus {
    background-color: rgba(240, 249, 255, 0.05);
}
.focus\:bg-sky-50\/50:focus {
    background-color: rgba(240, 249, 255, 0.5);
}
.focus\:bg-sky-50\/55:focus {
    background-color: rgba(240, 249, 255, 0.55);
}
.focus\:bg-sky-50\/60:focus {
    background-color: rgba(240, 249, 255, 0.6);
}
.focus\:bg-sky-50\/65:focus {
    background-color: rgba(240, 249, 255, 0.65);
}
.focus\:bg-sky-50\/70:focus {
    background-color: rgba(240, 249, 255, 0.7);
}
.focus\:bg-sky-50\/75:focus {
    background-color: rgba(240, 249, 255, 0.75);
}
.focus\:bg-sky-50\/80:focus {
    background-color: rgba(240, 249, 255, 0.8);
}
.focus\:bg-sky-50\/85:focus {
    background-color: rgba(240, 249, 255, 0.85);
}
.focus\:bg-sky-50\/90:focus {
    background-color: rgba(240, 249, 255, 0.9);
}
.focus\:bg-sky-50\/95:focus {
    background-color: rgba(240, 249, 255, 0.95);
}
.focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-500\/0:focus {
    background-color: rgba(14, 165, 233, 0);
}
.focus\:bg-sky-500\/10:focus {
    background-color: rgba(14, 165, 233, 0.1);
}
.focus\:bg-sky-500\/100:focus {
    background-color: #0ea5e9;
}
.focus\:bg-sky-500\/15:focus {
    background-color: rgba(14, 165, 233, 0.15);
}
.focus\:bg-sky-500\/20:focus {
    background-color: rgba(14, 165, 233, 0.2);
}
.focus\:bg-sky-500\/25:focus {
    background-color: rgba(14, 165, 233, 0.25);
}
.focus\:bg-sky-500\/30:focus {
    background-color: rgba(14, 165, 233, 0.3);
}
.focus\:bg-sky-500\/35:focus {
    background-color: rgba(14, 165, 233, 0.35);
}
.focus\:bg-sky-500\/40:focus {
    background-color: rgba(14, 165, 233, 0.4);
}
.focus\:bg-sky-500\/45:focus {
    background-color: rgba(14, 165, 233, 0.45);
}
.focus\:bg-sky-500\/5:focus {
    background-color: rgba(14, 165, 233, 0.05);
}
.focus\:bg-sky-500\/50:focus {
    background-color: rgba(14, 165, 233, 0.5);
}
.focus\:bg-sky-500\/55:focus {
    background-color: rgba(14, 165, 233, 0.55);
}
.focus\:bg-sky-500\/60:focus {
    background-color: rgba(14, 165, 233, 0.6);
}
.focus\:bg-sky-500\/65:focus {
    background-color: rgba(14, 165, 233, 0.65);
}
.focus\:bg-sky-500\/70:focus {
    background-color: rgba(14, 165, 233, 0.7);
}
.focus\:bg-sky-500\/75:focus {
    background-color: rgba(14, 165, 233, 0.75);
}
.focus\:bg-sky-500\/80:focus {
    background-color: rgba(14, 165, 233, 0.8);
}
.focus\:bg-sky-500\/85:focus {
    background-color: rgba(14, 165, 233, 0.85);
}
.focus\:bg-sky-500\/90:focus {
    background-color: rgba(14, 165, 233, 0.9);
}
.focus\:bg-sky-500\/95:focus {
    background-color: rgba(14, 165, 233, 0.95);
}
.focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-600\/0:focus {
    background-color: rgba(2, 132, 199, 0);
}
.focus\:bg-sky-600\/10:focus {
    background-color: rgba(2, 132, 199, 0.1);
}
.focus\:bg-sky-600\/100:focus {
    background-color: #0284c7;
}
.focus\:bg-sky-600\/15:focus {
    background-color: rgba(2, 132, 199, 0.15);
}
.focus\:bg-sky-600\/20:focus {
    background-color: rgba(2, 132, 199, 0.2);
}
.focus\:bg-sky-600\/25:focus {
    background-color: rgba(2, 132, 199, 0.25);
}
.focus\:bg-sky-600\/30:focus {
    background-color: rgba(2, 132, 199, 0.3);
}
.focus\:bg-sky-600\/35:focus {
    background-color: rgba(2, 132, 199, 0.35);
}
.focus\:bg-sky-600\/40:focus {
    background-color: rgba(2, 132, 199, 0.4);
}
.focus\:bg-sky-600\/45:focus {
    background-color: rgba(2, 132, 199, 0.45);
}
.focus\:bg-sky-600\/5:focus {
    background-color: rgba(2, 132, 199, 0.05);
}
.focus\:bg-sky-600\/50:focus {
    background-color: rgba(2, 132, 199, 0.5);
}
.focus\:bg-sky-600\/55:focus {
    background-color: rgba(2, 132, 199, 0.55);
}
.focus\:bg-sky-600\/60:focus {
    background-color: rgba(2, 132, 199, 0.6);
}
.focus\:bg-sky-600\/65:focus {
    background-color: rgba(2, 132, 199, 0.65);
}
.focus\:bg-sky-600\/70:focus {
    background-color: rgba(2, 132, 199, 0.7);
}
.focus\:bg-sky-600\/75:focus {
    background-color: rgba(2, 132, 199, 0.75);
}
.focus\:bg-sky-600\/80:focus {
    background-color: rgba(2, 132, 199, 0.8);
}
.focus\:bg-sky-600\/85:focus {
    background-color: rgba(2, 132, 199, 0.85);
}
.focus\:bg-sky-600\/90:focus {
    background-color: rgba(2, 132, 199, 0.9);
}
.focus\:bg-sky-600\/95:focus {
    background-color: rgba(2, 132, 199, 0.95);
}
.focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-700\/0:focus {
    background-color: rgba(3, 105, 161, 0);
}
.focus\:bg-sky-700\/10:focus {
    background-color: rgba(3, 105, 161, 0.1);
}
.focus\:bg-sky-700\/100:focus {
    background-color: #0369a1;
}
.focus\:bg-sky-700\/15:focus {
    background-color: rgba(3, 105, 161, 0.15);
}
.focus\:bg-sky-700\/20:focus {
    background-color: rgba(3, 105, 161, 0.2);
}
.focus\:bg-sky-700\/25:focus {
    background-color: rgba(3, 105, 161, 0.25);
}
.focus\:bg-sky-700\/30:focus {
    background-color: rgba(3, 105, 161, 0.3);
}
.focus\:bg-sky-700\/35:focus {
    background-color: rgba(3, 105, 161, 0.35);
}
.focus\:bg-sky-700\/40:focus {
    background-color: rgba(3, 105, 161, 0.4);
}
.focus\:bg-sky-700\/45:focus {
    background-color: rgba(3, 105, 161, 0.45);
}
.focus\:bg-sky-700\/5:focus {
    background-color: rgba(3, 105, 161, 0.05);
}
.focus\:bg-sky-700\/50:focus {
    background-color: rgba(3, 105, 161, 0.5);
}
.focus\:bg-sky-700\/55:focus {
    background-color: rgba(3, 105, 161, 0.55);
}
.focus\:bg-sky-700\/60:focus {
    background-color: rgba(3, 105, 161, 0.6);
}
.focus\:bg-sky-700\/65:focus {
    background-color: rgba(3, 105, 161, 0.65);
}
.focus\:bg-sky-700\/70:focus {
    background-color: rgba(3, 105, 161, 0.7);
}
.focus\:bg-sky-700\/75:focus {
    background-color: rgba(3, 105, 161, 0.75);
}
.focus\:bg-sky-700\/80:focus {
    background-color: rgba(3, 105, 161, 0.8);
}
.focus\:bg-sky-700\/85:focus {
    background-color: rgba(3, 105, 161, 0.85);
}
.focus\:bg-sky-700\/90:focus {
    background-color: rgba(3, 105, 161, 0.9);
}
.focus\:bg-sky-700\/95:focus {
    background-color: rgba(3, 105, 161, 0.95);
}
.focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-800\/0:focus {
    background-color: rgba(7, 89, 133, 0);
}
.focus\:bg-sky-800\/10:focus {
    background-color: rgba(7, 89, 133, 0.1);
}
.focus\:bg-sky-800\/100:focus {
    background-color: #075985;
}
.focus\:bg-sky-800\/15:focus {
    background-color: rgba(7, 89, 133, 0.15);
}
.focus\:bg-sky-800\/20:focus {
    background-color: rgba(7, 89, 133, 0.2);
}
.focus\:bg-sky-800\/25:focus {
    background-color: rgba(7, 89, 133, 0.25);
}
.focus\:bg-sky-800\/30:focus {
    background-color: rgba(7, 89, 133, 0.3);
}
.focus\:bg-sky-800\/35:focus {
    background-color: rgba(7, 89, 133, 0.35);
}
.focus\:bg-sky-800\/40:focus {
    background-color: rgba(7, 89, 133, 0.4);
}
.focus\:bg-sky-800\/45:focus {
    background-color: rgba(7, 89, 133, 0.45);
}
.focus\:bg-sky-800\/5:focus {
    background-color: rgba(7, 89, 133, 0.05);
}
.focus\:bg-sky-800\/50:focus {
    background-color: rgba(7, 89, 133, 0.5);
}
.focus\:bg-sky-800\/55:focus {
    background-color: rgba(7, 89, 133, 0.55);
}
.focus\:bg-sky-800\/60:focus {
    background-color: rgba(7, 89, 133, 0.6);
}
.focus\:bg-sky-800\/65:focus {
    background-color: rgba(7, 89, 133, 0.65);
}
.focus\:bg-sky-800\/70:focus {
    background-color: rgba(7, 89, 133, 0.7);
}
.focus\:bg-sky-800\/75:focus {
    background-color: rgba(7, 89, 133, 0.75);
}
.focus\:bg-sky-800\/80:focus {
    background-color: rgba(7, 89, 133, 0.8);
}
.focus\:bg-sky-800\/85:focus {
    background-color: rgba(7, 89, 133, 0.85);
}
.focus\:bg-sky-800\/90:focus {
    background-color: rgba(7, 89, 133, 0.9);
}
.focus\:bg-sky-800\/95:focus {
    background-color: rgba(7, 89, 133, 0.95);
}
.focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}
.focus\:bg-sky-900\/0:focus {
    background-color: rgba(12, 74, 110, 0);
}
.focus\:bg-sky-900\/10:focus {
    background-color: rgba(12, 74, 110, 0.1);
}
.focus\:bg-sky-900\/100:focus {
    background-color: #0c4a6e;
}
.focus\:bg-sky-900\/15:focus {
    background-color: rgba(12, 74, 110, 0.15);
}
.focus\:bg-sky-900\/20:focus {
    background-color: rgba(12, 74, 110, 0.2);
}
.focus\:bg-sky-900\/25:focus {
    background-color: rgba(12, 74, 110, 0.25);
}
.focus\:bg-sky-900\/30:focus {
    background-color: rgba(12, 74, 110, 0.3);
}
.focus\:bg-sky-900\/35:focus {
    background-color: rgba(12, 74, 110, 0.35);
}
.focus\:bg-sky-900\/40:focus {
    background-color: rgba(12, 74, 110, 0.4);
}
.focus\:bg-sky-900\/45:focus {
    background-color: rgba(12, 74, 110, 0.45);
}
.focus\:bg-sky-900\/5:focus {
    background-color: rgba(12, 74, 110, 0.05);
}
.focus\:bg-sky-900\/50:focus {
    background-color: rgba(12, 74, 110, 0.5);
}
.focus\:bg-sky-900\/55:focus {
    background-color: rgba(12, 74, 110, 0.55);
}
.focus\:bg-sky-900\/60:focus {
    background-color: rgba(12, 74, 110, 0.6);
}
.focus\:bg-sky-900\/65:focus {
    background-color: rgba(12, 74, 110, 0.65);
}
.focus\:bg-sky-900\/70:focus {
    background-color: rgba(12, 74, 110, 0.7);
}
.focus\:bg-sky-900\/75:focus {
    background-color: rgba(12, 74, 110, 0.75);
}
.focus\:bg-sky-900\/80:focus {
    background-color: rgba(12, 74, 110, 0.8);
}
.focus\:bg-sky-900\/85:focus {
    background-color: rgba(12, 74, 110, 0.85);
}
.focus\:bg-sky-900\/90:focus {
    background-color: rgba(12, 74, 110, 0.9);
}
.focus\:bg-sky-900\/95:focus {
    background-color: rgba(12, 74, 110, 0.95);
}
.focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-100\/0:focus {
    background-color: rgba(241, 245, 249, 0);
}
.focus\:bg-slate-100\/10:focus {
    background-color: rgba(241, 245, 249, 0.1);
}
.focus\:bg-slate-100\/100:focus {
    background-color: #f1f5f9;
}
.focus\:bg-slate-100\/15:focus {
    background-color: rgba(241, 245, 249, 0.15);
}
.focus\:bg-slate-100\/20:focus {
    background-color: rgba(241, 245, 249, 0.2);
}
.focus\:bg-slate-100\/25:focus {
    background-color: rgba(241, 245, 249, 0.25);
}
.focus\:bg-slate-100\/30:focus {
    background-color: rgba(241, 245, 249, 0.3);
}
.focus\:bg-slate-100\/35:focus {
    background-color: rgba(241, 245, 249, 0.35);
}
.focus\:bg-slate-100\/40:focus {
    background-color: rgba(241, 245, 249, 0.4);
}
.focus\:bg-slate-100\/45:focus {
    background-color: rgba(241, 245, 249, 0.45);
}
.focus\:bg-slate-100\/5:focus {
    background-color: rgba(241, 245, 249, 0.05);
}
.focus\:bg-slate-100\/50:focus {
    background-color: rgba(241, 245, 249, 0.5);
}
.focus\:bg-slate-100\/55:focus {
    background-color: rgba(241, 245, 249, 0.55);
}
.focus\:bg-slate-100\/60:focus {
    background-color: rgba(241, 245, 249, 0.6);
}
.focus\:bg-slate-100\/65:focus {
    background-color: rgba(241, 245, 249, 0.65);
}
.focus\:bg-slate-100\/70:focus {
    background-color: rgba(241, 245, 249, 0.7);
}
.focus\:bg-slate-100\/75:focus {
    background-color: rgba(241, 245, 249, 0.75);
}
.focus\:bg-slate-100\/80:focus {
    background-color: rgba(241, 245, 249, 0.8);
}
.focus\:bg-slate-100\/85:focus {
    background-color: rgba(241, 245, 249, 0.85);
}
.focus\:bg-slate-100\/90:focus {
    background-color: rgba(241, 245, 249, 0.9);
}
.focus\:bg-slate-100\/95:focus {
    background-color: rgba(241, 245, 249, 0.95);
}
.focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-200\/0:focus {
    background-color: rgba(226, 232, 240, 0);
}
.focus\:bg-slate-200\/10:focus {
    background-color: rgba(226, 232, 240, 0.1);
}
.focus\:bg-slate-200\/100:focus {
    background-color: #e2e8f0;
}
.focus\:bg-slate-200\/15:focus {
    background-color: rgba(226, 232, 240, 0.15);
}
.focus\:bg-slate-200\/20:focus {
    background-color: rgba(226, 232, 240, 0.2);
}
.focus\:bg-slate-200\/25:focus {
    background-color: rgba(226, 232, 240, 0.25);
}
.focus\:bg-slate-200\/30:focus {
    background-color: rgba(226, 232, 240, 0.3);
}
.focus\:bg-slate-200\/35:focus {
    background-color: rgba(226, 232, 240, 0.35);
}
.focus\:bg-slate-200\/40:focus {
    background-color: rgba(226, 232, 240, 0.4);
}
.focus\:bg-slate-200\/45:focus {
    background-color: rgba(226, 232, 240, 0.45);
}
.focus\:bg-slate-200\/5:focus {
    background-color: rgba(226, 232, 240, 0.05);
}
.focus\:bg-slate-200\/50:focus {
    background-color: rgba(226, 232, 240, 0.5);
}
.focus\:bg-slate-200\/55:focus {
    background-color: rgba(226, 232, 240, 0.55);
}
.focus\:bg-slate-200\/60:focus {
    background-color: rgba(226, 232, 240, 0.6);
}
.focus\:bg-slate-200\/65:focus {
    background-color: rgba(226, 232, 240, 0.65);
}
.focus\:bg-slate-200\/70:focus {
    background-color: rgba(226, 232, 240, 0.7);
}
.focus\:bg-slate-200\/75:focus {
    background-color: rgba(226, 232, 240, 0.75);
}
.focus\:bg-slate-200\/80:focus {
    background-color: rgba(226, 232, 240, 0.8);
}
.focus\:bg-slate-200\/85:focus {
    background-color: rgba(226, 232, 240, 0.85);
}
.focus\:bg-slate-200\/90:focus {
    background-color: rgba(226, 232, 240, 0.9);
}
.focus\:bg-slate-200\/95:focus {
    background-color: rgba(226, 232, 240, 0.95);
}
.focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-300\/0:focus {
    background-color: rgba(203, 213, 225, 0);
}
.focus\:bg-slate-300\/10:focus {
    background-color: rgba(203, 213, 225, 0.1);
}
.focus\:bg-slate-300\/100:focus {
    background-color: #cbd5e1;
}
.focus\:bg-slate-300\/15:focus {
    background-color: rgba(203, 213, 225, 0.15);
}
.focus\:bg-slate-300\/20:focus {
    background-color: rgba(203, 213, 225, 0.2);
}
.focus\:bg-slate-300\/25:focus {
    background-color: rgba(203, 213, 225, 0.25);
}
.focus\:bg-slate-300\/30:focus {
    background-color: rgba(203, 213, 225, 0.3);
}
.focus\:bg-slate-300\/35:focus {
    background-color: rgba(203, 213, 225, 0.35);
}
.focus\:bg-slate-300\/40:focus {
    background-color: rgba(203, 213, 225, 0.4);
}
.focus\:bg-slate-300\/45:focus {
    background-color: rgba(203, 213, 225, 0.45);
}
.focus\:bg-slate-300\/5:focus {
    background-color: rgba(203, 213, 225, 0.05);
}
.focus\:bg-slate-300\/50:focus {
    background-color: rgba(203, 213, 225, 0.5);
}
.focus\:bg-slate-300\/55:focus {
    background-color: rgba(203, 213, 225, 0.55);
}
.focus\:bg-slate-300\/60:focus {
    background-color: rgba(203, 213, 225, 0.6);
}
.focus\:bg-slate-300\/65:focus {
    background-color: rgba(203, 213, 225, 0.65);
}
.focus\:bg-slate-300\/70:focus {
    background-color: rgba(203, 213, 225, 0.7);
}
.focus\:bg-slate-300\/75:focus {
    background-color: rgba(203, 213, 225, 0.75);
}
.focus\:bg-slate-300\/80:focus {
    background-color: rgba(203, 213, 225, 0.8);
}
.focus\:bg-slate-300\/85:focus {
    background-color: rgba(203, 213, 225, 0.85);
}
.focus\:bg-slate-300\/90:focus {
    background-color: rgba(203, 213, 225, 0.9);
}
.focus\:bg-slate-300\/95:focus {
    background-color: rgba(203, 213, 225, 0.95);
}
.focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-400\/0:focus {
    background-color: rgba(148, 163, 184, 0);
}
.focus\:bg-slate-400\/10:focus {
    background-color: rgba(148, 163, 184, 0.1);
}
.focus\:bg-slate-400\/100:focus {
    background-color: #94a3b8;
}
.focus\:bg-slate-400\/15:focus {
    background-color: rgba(148, 163, 184, 0.15);
}
.focus\:bg-slate-400\/20:focus {
    background-color: rgba(148, 163, 184, 0.2);
}
.focus\:bg-slate-400\/25:focus {
    background-color: rgba(148, 163, 184, 0.25);
}
.focus\:bg-slate-400\/30:focus {
    background-color: rgba(148, 163, 184, 0.3);
}
.focus\:bg-slate-400\/35:focus {
    background-color: rgba(148, 163, 184, 0.35);
}
.focus\:bg-slate-400\/40:focus {
    background-color: rgba(148, 163, 184, 0.4);
}
.focus\:bg-slate-400\/45:focus {
    background-color: rgba(148, 163, 184, 0.45);
}
.focus\:bg-slate-400\/5:focus {
    background-color: rgba(148, 163, 184, 0.05);
}
.focus\:bg-slate-400\/50:focus {
    background-color: rgba(148, 163, 184, 0.5);
}
.focus\:bg-slate-400\/55:focus {
    background-color: rgba(148, 163, 184, 0.55);
}
.focus\:bg-slate-400\/60:focus {
    background-color: rgba(148, 163, 184, 0.6);
}
.focus\:bg-slate-400\/65:focus {
    background-color: rgba(148, 163, 184, 0.65);
}
.focus\:bg-slate-400\/70:focus {
    background-color: rgba(148, 163, 184, 0.7);
}
.focus\:bg-slate-400\/75:focus {
    background-color: rgba(148, 163, 184, 0.75);
}
.focus\:bg-slate-400\/80:focus {
    background-color: rgba(148, 163, 184, 0.8);
}
.focus\:bg-slate-400\/85:focus {
    background-color: rgba(148, 163, 184, 0.85);
}
.focus\:bg-slate-400\/90:focus {
    background-color: rgba(148, 163, 184, 0.9);
}
.focus\:bg-slate-400\/95:focus {
    background-color: rgba(148, 163, 184, 0.95);
}
.focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-50\/0:focus {
    background-color: rgba(248, 250, 252, 0);
}
.focus\:bg-slate-50\/10:focus {
    background-color: rgba(248, 250, 252, 0.1);
}
.focus\:bg-slate-50\/100:focus {
    background-color: #f8fafc;
}
.focus\:bg-slate-50\/15:focus {
    background-color: rgba(248, 250, 252, 0.15);
}
.focus\:bg-slate-50\/20:focus {
    background-color: rgba(248, 250, 252, 0.2);
}
.focus\:bg-slate-50\/25:focus {
    background-color: rgba(248, 250, 252, 0.25);
}
.focus\:bg-slate-50\/30:focus {
    background-color: rgba(248, 250, 252, 0.3);
}
.focus\:bg-slate-50\/35:focus {
    background-color: rgba(248, 250, 252, 0.35);
}
.focus\:bg-slate-50\/40:focus {
    background-color: rgba(248, 250, 252, 0.4);
}
.focus\:bg-slate-50\/45:focus {
    background-color: rgba(248, 250, 252, 0.45);
}
.focus\:bg-slate-50\/5:focus {
    background-color: rgba(248, 250, 252, 0.05);
}
.focus\:bg-slate-50\/50:focus {
    background-color: rgba(248, 250, 252, 0.5);
}
.focus\:bg-slate-50\/55:focus {
    background-color: rgba(248, 250, 252, 0.55);
}
.focus\:bg-slate-50\/60:focus {
    background-color: rgba(248, 250, 252, 0.6);
}
.focus\:bg-slate-50\/65:focus {
    background-color: rgba(248, 250, 252, 0.65);
}
.focus\:bg-slate-50\/70:focus {
    background-color: rgba(248, 250, 252, 0.7);
}
.focus\:bg-slate-50\/75:focus {
    background-color: rgba(248, 250, 252, 0.75);
}
.focus\:bg-slate-50\/80:focus {
    background-color: rgba(248, 250, 252, 0.8);
}
.focus\:bg-slate-50\/85:focus {
    background-color: rgba(248, 250, 252, 0.85);
}
.focus\:bg-slate-50\/90:focus {
    background-color: rgba(248, 250, 252, 0.9);
}
.focus\:bg-slate-50\/95:focus {
    background-color: rgba(248, 250, 252, 0.95);
}
.focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-500\/0:focus {
    background-color: rgba(100, 116, 139, 0);
}
.focus\:bg-slate-500\/10:focus {
    background-color: rgba(100, 116, 139, 0.1);
}
.focus\:bg-slate-500\/100:focus {
    background-color: #64748b;
}
.focus\:bg-slate-500\/15:focus {
    background-color: rgba(100, 116, 139, 0.15);
}
.focus\:bg-slate-500\/20:focus {
    background-color: rgba(100, 116, 139, 0.2);
}
.focus\:bg-slate-500\/25:focus {
    background-color: rgba(100, 116, 139, 0.25);
}
.focus\:bg-slate-500\/30:focus {
    background-color: rgba(100, 116, 139, 0.3);
}
.focus\:bg-slate-500\/35:focus {
    background-color: rgba(100, 116, 139, 0.35);
}
.focus\:bg-slate-500\/40:focus {
    background-color: rgba(100, 116, 139, 0.4);
}
.focus\:bg-slate-500\/45:focus {
    background-color: rgba(100, 116, 139, 0.45);
}
.focus\:bg-slate-500\/5:focus {
    background-color: rgba(100, 116, 139, 0.05);
}
.focus\:bg-slate-500\/50:focus {
    background-color: rgba(100, 116, 139, 0.5);
}
.focus\:bg-slate-500\/55:focus {
    background-color: rgba(100, 116, 139, 0.55);
}
.focus\:bg-slate-500\/60:focus {
    background-color: rgba(100, 116, 139, 0.6);
}
.focus\:bg-slate-500\/65:focus {
    background-color: rgba(100, 116, 139, 0.65);
}
.focus\:bg-slate-500\/70:focus {
    background-color: rgba(100, 116, 139, 0.7);
}
.focus\:bg-slate-500\/75:focus {
    background-color: rgba(100, 116, 139, 0.75);
}
.focus\:bg-slate-500\/80:focus {
    background-color: rgba(100, 116, 139, 0.8);
}
.focus\:bg-slate-500\/85:focus {
    background-color: rgba(100, 116, 139, 0.85);
}
.focus\:bg-slate-500\/90:focus {
    background-color: rgba(100, 116, 139, 0.9);
}
.focus\:bg-slate-500\/95:focus {
    background-color: rgba(100, 116, 139, 0.95);
}
.focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-600\/0:focus {
    background-color: rgba(71, 85, 105, 0);
}
.focus\:bg-slate-600\/10:focus {
    background-color: rgba(71, 85, 105, 0.1);
}
.focus\:bg-slate-600\/100:focus {
    background-color: #475569;
}
.focus\:bg-slate-600\/15:focus {
    background-color: rgba(71, 85, 105, 0.15);
}
.focus\:bg-slate-600\/20:focus {
    background-color: rgba(71, 85, 105, 0.2);
}
.focus\:bg-slate-600\/25:focus {
    background-color: rgba(71, 85, 105, 0.25);
}
.focus\:bg-slate-600\/30:focus {
    background-color: rgba(71, 85, 105, 0.3);
}
.focus\:bg-slate-600\/35:focus {
    background-color: rgba(71, 85, 105, 0.35);
}
.focus\:bg-slate-600\/40:focus {
    background-color: rgba(71, 85, 105, 0.4);
}
.focus\:bg-slate-600\/45:focus {
    background-color: rgba(71, 85, 105, 0.45);
}
.focus\:bg-slate-600\/5:focus {
    background-color: rgba(71, 85, 105, 0.05);
}
.focus\:bg-slate-600\/50:focus {
    background-color: rgba(71, 85, 105, 0.5);
}
.focus\:bg-slate-600\/55:focus {
    background-color: rgba(71, 85, 105, 0.55);
}
.focus\:bg-slate-600\/60:focus {
    background-color: rgba(71, 85, 105, 0.6);
}
.focus\:bg-slate-600\/65:focus {
    background-color: rgba(71, 85, 105, 0.65);
}
.focus\:bg-slate-600\/70:focus {
    background-color: rgba(71, 85, 105, 0.7);
}
.focus\:bg-slate-600\/75:focus {
    background-color: rgba(71, 85, 105, 0.75);
}
.focus\:bg-slate-600\/80:focus {
    background-color: rgba(71, 85, 105, 0.8);
}
.focus\:bg-slate-600\/85:focus {
    background-color: rgba(71, 85, 105, 0.85);
}
.focus\:bg-slate-600\/90:focus {
    background-color: rgba(71, 85, 105, 0.9);
}
.focus\:bg-slate-600\/95:focus {
    background-color: rgba(71, 85, 105, 0.95);
}
.focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-700\/0:focus {
    background-color: rgba(51, 65, 85, 0);
}
.focus\:bg-slate-700\/10:focus {
    background-color: rgba(51, 65, 85, 0.1);
}
.focus\:bg-slate-700\/100:focus {
    background-color: #334155;
}
.focus\:bg-slate-700\/15:focus {
    background-color: rgba(51, 65, 85, 0.15);
}
.focus\:bg-slate-700\/20:focus {
    background-color: rgba(51, 65, 85, 0.2);
}
.focus\:bg-slate-700\/25:focus {
    background-color: rgba(51, 65, 85, 0.25);
}
.focus\:bg-slate-700\/30:focus {
    background-color: rgba(51, 65, 85, 0.3);
}
.focus\:bg-slate-700\/35:focus {
    background-color: rgba(51, 65, 85, 0.35);
}
.focus\:bg-slate-700\/40:focus {
    background-color: rgba(51, 65, 85, 0.4);
}
.focus\:bg-slate-700\/45:focus {
    background-color: rgba(51, 65, 85, 0.45);
}
.focus\:bg-slate-700\/5:focus {
    background-color: rgba(51, 65, 85, 0.05);
}
.focus\:bg-slate-700\/50:focus {
    background-color: rgba(51, 65, 85, 0.5);
}
.focus\:bg-slate-700\/55:focus {
    background-color: rgba(51, 65, 85, 0.55);
}
.focus\:bg-slate-700\/60:focus {
    background-color: rgba(51, 65, 85, 0.6);
}
.focus\:bg-slate-700\/65:focus {
    background-color: rgba(51, 65, 85, 0.65);
}
.focus\:bg-slate-700\/70:focus {
    background-color: rgba(51, 65, 85, 0.7);
}
.focus\:bg-slate-700\/75:focus {
    background-color: rgba(51, 65, 85, 0.75);
}
.focus\:bg-slate-700\/80:focus {
    background-color: rgba(51, 65, 85, 0.8);
}
.focus\:bg-slate-700\/85:focus {
    background-color: rgba(51, 65, 85, 0.85);
}
.focus\:bg-slate-700\/90:focus {
    background-color: rgba(51, 65, 85, 0.9);
}
.focus\:bg-slate-700\/95:focus {
    background-color: rgba(51, 65, 85, 0.95);
}
.focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-800\/0:focus {
    background-color: rgba(30, 41, 59, 0);
}
.focus\:bg-slate-800\/10:focus {
    background-color: rgba(30, 41, 59, 0.1);
}
.focus\:bg-slate-800\/100:focus {
    background-color: #1e293b;
}
.focus\:bg-slate-800\/15:focus {
    background-color: rgba(30, 41, 59, 0.15);
}
.focus\:bg-slate-800\/20:focus {
    background-color: rgba(30, 41, 59, 0.2);
}
.focus\:bg-slate-800\/25:focus {
    background-color: rgba(30, 41, 59, 0.25);
}
.focus\:bg-slate-800\/30:focus {
    background-color: rgba(30, 41, 59, 0.3);
}
.focus\:bg-slate-800\/35:focus {
    background-color: rgba(30, 41, 59, 0.35);
}
.focus\:bg-slate-800\/40:focus {
    background-color: rgba(30, 41, 59, 0.4);
}
.focus\:bg-slate-800\/45:focus {
    background-color: rgba(30, 41, 59, 0.45);
}
.focus\:bg-slate-800\/5:focus {
    background-color: rgba(30, 41, 59, 0.05);
}
.focus\:bg-slate-800\/50:focus {
    background-color: rgba(30, 41, 59, 0.5);
}
.focus\:bg-slate-800\/55:focus {
    background-color: rgba(30, 41, 59, 0.55);
}
.focus\:bg-slate-800\/60:focus {
    background-color: rgba(30, 41, 59, 0.6);
}
.focus\:bg-slate-800\/65:focus {
    background-color: rgba(30, 41, 59, 0.65);
}
.focus\:bg-slate-800\/70:focus {
    background-color: rgba(30, 41, 59, 0.7);
}
.focus\:bg-slate-800\/75:focus {
    background-color: rgba(30, 41, 59, 0.75);
}
.focus\:bg-slate-800\/80:focus {
    background-color: rgba(30, 41, 59, 0.8);
}
.focus\:bg-slate-800\/85:focus {
    background-color: rgba(30, 41, 59, 0.85);
}
.focus\:bg-slate-800\/90:focus {
    background-color: rgba(30, 41, 59, 0.9);
}
.focus\:bg-slate-800\/95:focus {
    background-color: rgba(30, 41, 59, 0.95);
}
.focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-900\/0:focus {
    background-color: rgba(15, 23, 42, 0);
}
.focus\:bg-slate-900\/10:focus {
    background-color: rgba(15, 23, 42, 0.1);
}
.focus\:bg-slate-900\/100:focus {
    background-color: #0f172a;
}
.focus\:bg-slate-900\/15:focus {
    background-color: rgba(15, 23, 42, 0.15);
}
.focus\:bg-slate-900\/20:focus {
    background-color: rgba(15, 23, 42, 0.2);
}
.focus\:bg-slate-900\/25:focus {
    background-color: rgba(15, 23, 42, 0.25);
}
.focus\:bg-slate-900\/30:focus {
    background-color: rgba(15, 23, 42, 0.3);
}
.focus\:bg-slate-900\/35:focus {
    background-color: rgba(15, 23, 42, 0.35);
}
.focus\:bg-slate-900\/40:focus {
    background-color: rgba(15, 23, 42, 0.4);
}
.focus\:bg-slate-900\/45:focus {
    background-color: rgba(15, 23, 42, 0.45);
}
.focus\:bg-slate-900\/5:focus {
    background-color: rgba(15, 23, 42, 0.05);
}
.focus\:bg-slate-900\/50:focus {
    background-color: rgba(15, 23, 42, 0.5);
}
.focus\:bg-slate-900\/55:focus {
    background-color: rgba(15, 23, 42, 0.55);
}
.focus\:bg-slate-900\/60:focus {
    background-color: rgba(15, 23, 42, 0.6);
}
.focus\:bg-slate-900\/65:focus {
    background-color: rgba(15, 23, 42, 0.65);
}
.focus\:bg-slate-900\/70:focus {
    background-color: rgba(15, 23, 42, 0.7);
}
.focus\:bg-slate-900\/75:focus {
    background-color: rgba(15, 23, 42, 0.75);
}
.focus\:bg-slate-900\/80:focus {
    background-color: rgba(15, 23, 42, 0.8);
}
.focus\:bg-slate-900\/85:focus {
    background-color: rgba(15, 23, 42, 0.85);
}
.focus\:bg-slate-900\/90:focus {
    background-color: rgba(15, 23, 42, 0.9);
}
.focus\:bg-slate-900\/95:focus {
    background-color: rgba(15, 23, 42, 0.95);
}
.focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-100\/0:focus {
    background-color: hsla(60, 5%, 96%, 0);
}
.focus\:bg-stone-100\/10:focus {
    background-color: hsla(60, 5%, 96%, 0.1);
}
.focus\:bg-stone-100\/100:focus {
    background-color: #f5f5f4;
}
.focus\:bg-stone-100\/15:focus {
    background-color: hsla(60, 5%, 96%, 0.15);
}
.focus\:bg-stone-100\/20:focus {
    background-color: hsla(60, 5%, 96%, 0.2);
}
.focus\:bg-stone-100\/25:focus {
    background-color: hsla(60, 5%, 96%, 0.25);
}
.focus\:bg-stone-100\/30:focus {
    background-color: hsla(60, 5%, 96%, 0.3);
}
.focus\:bg-stone-100\/35:focus {
    background-color: hsla(60, 5%, 96%, 0.35);
}
.focus\:bg-stone-100\/40:focus {
    background-color: hsla(60, 5%, 96%, 0.4);
}
.focus\:bg-stone-100\/45:focus {
    background-color: hsla(60, 5%, 96%, 0.45);
}
.focus\:bg-stone-100\/5:focus {
    background-color: hsla(60, 5%, 96%, 0.05);
}
.focus\:bg-stone-100\/50:focus {
    background-color: hsla(60, 5%, 96%, 0.5);
}
.focus\:bg-stone-100\/55:focus {
    background-color: hsla(60, 5%, 96%, 0.55);
}
.focus\:bg-stone-100\/60:focus {
    background-color: hsla(60, 5%, 96%, 0.6);
}
.focus\:bg-stone-100\/65:focus {
    background-color: hsla(60, 5%, 96%, 0.65);
}
.focus\:bg-stone-100\/70:focus {
    background-color: hsla(60, 5%, 96%, 0.7);
}
.focus\:bg-stone-100\/75:focus {
    background-color: hsla(60, 5%, 96%, 0.75);
}
.focus\:bg-stone-100\/80:focus {
    background-color: hsla(60, 5%, 96%, 0.8);
}
.focus\:bg-stone-100\/85:focus {
    background-color: hsla(60, 5%, 96%, 0.85);
}
.focus\:bg-stone-100\/90:focus {
    background-color: hsla(60, 5%, 96%, 0.9);
}
.focus\:bg-stone-100\/95:focus {
    background-color: hsla(60, 5%, 96%, 0.95);
}
.focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-200\/0:focus {
    background-color: hsla(20, 6%, 90%, 0);
}
.focus\:bg-stone-200\/10:focus {
    background-color: hsla(20, 6%, 90%, 0.1);
}
.focus\:bg-stone-200\/100:focus {
    background-color: #e7e5e4;
}
.focus\:bg-stone-200\/15:focus {
    background-color: hsla(20, 6%, 90%, 0.15);
}
.focus\:bg-stone-200\/20:focus {
    background-color: hsla(20, 6%, 90%, 0.2);
}
.focus\:bg-stone-200\/25:focus {
    background-color: hsla(20, 6%, 90%, 0.25);
}
.focus\:bg-stone-200\/30:focus {
    background-color: hsla(20, 6%, 90%, 0.3);
}
.focus\:bg-stone-200\/35:focus {
    background-color: hsla(20, 6%, 90%, 0.35);
}
.focus\:bg-stone-200\/40:focus {
    background-color: hsla(20, 6%, 90%, 0.4);
}
.focus\:bg-stone-200\/45:focus {
    background-color: hsla(20, 6%, 90%, 0.45);
}
.focus\:bg-stone-200\/5:focus {
    background-color: hsla(20, 6%, 90%, 0.05);
}
.focus\:bg-stone-200\/50:focus {
    background-color: hsla(20, 6%, 90%, 0.5);
}
.focus\:bg-stone-200\/55:focus {
    background-color: hsla(20, 6%, 90%, 0.55);
}
.focus\:bg-stone-200\/60:focus {
    background-color: hsla(20, 6%, 90%, 0.6);
}
.focus\:bg-stone-200\/65:focus {
    background-color: hsla(20, 6%, 90%, 0.65);
}
.focus\:bg-stone-200\/70:focus {
    background-color: hsla(20, 6%, 90%, 0.7);
}
.focus\:bg-stone-200\/75:focus {
    background-color: hsla(20, 6%, 90%, 0.75);
}
.focus\:bg-stone-200\/80:focus {
    background-color: hsla(20, 6%, 90%, 0.8);
}
.focus\:bg-stone-200\/85:focus {
    background-color: hsla(20, 6%, 90%, 0.85);
}
.focus\:bg-stone-200\/90:focus {
    background-color: hsla(20, 6%, 90%, 0.9);
}
.focus\:bg-stone-200\/95:focus {
    background-color: hsla(20, 6%, 90%, 0.95);
}
.focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-300\/0:focus {
    background-color: hsla(24, 6%, 83%, 0);
}
.focus\:bg-stone-300\/10:focus {
    background-color: hsla(24, 6%, 83%, 0.1);
}
.focus\:bg-stone-300\/100:focus {
    background-color: #d6d3d1;
}
.focus\:bg-stone-300\/15:focus {
    background-color: hsla(24, 6%, 83%, 0.15);
}
.focus\:bg-stone-300\/20:focus {
    background-color: hsla(24, 6%, 83%, 0.2);
}
.focus\:bg-stone-300\/25:focus {
    background-color: hsla(24, 6%, 83%, 0.25);
}
.focus\:bg-stone-300\/30:focus {
    background-color: hsla(24, 6%, 83%, 0.3);
}
.focus\:bg-stone-300\/35:focus {
    background-color: hsla(24, 6%, 83%, 0.35);
}
.focus\:bg-stone-300\/40:focus {
    background-color: hsla(24, 6%, 83%, 0.4);
}
.focus\:bg-stone-300\/45:focus {
    background-color: hsla(24, 6%, 83%, 0.45);
}
.focus\:bg-stone-300\/5:focus {
    background-color: hsla(24, 6%, 83%, 0.05);
}
.focus\:bg-stone-300\/50:focus {
    background-color: hsla(24, 6%, 83%, 0.5);
}
.focus\:bg-stone-300\/55:focus {
    background-color: hsla(24, 6%, 83%, 0.55);
}
.focus\:bg-stone-300\/60:focus {
    background-color: hsla(24, 6%, 83%, 0.6);
}
.focus\:bg-stone-300\/65:focus {
    background-color: hsla(24, 6%, 83%, 0.65);
}
.focus\:bg-stone-300\/70:focus {
    background-color: hsla(24, 6%, 83%, 0.7);
}
.focus\:bg-stone-300\/75:focus {
    background-color: hsla(24, 6%, 83%, 0.75);
}
.focus\:bg-stone-300\/80:focus {
    background-color: hsla(24, 6%, 83%, 0.8);
}
.focus\:bg-stone-300\/85:focus {
    background-color: hsla(24, 6%, 83%, 0.85);
}
.focus\:bg-stone-300\/90:focus {
    background-color: hsla(24, 6%, 83%, 0.9);
}
.focus\:bg-stone-300\/95:focus {
    background-color: hsla(24, 6%, 83%, 0.95);
}
.focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-400\/0:focus {
    background-color: hsla(24, 5%, 64%, 0);
}
.focus\:bg-stone-400\/10:focus {
    background-color: hsla(24, 5%, 64%, 0.1);
}
.focus\:bg-stone-400\/100:focus {
    background-color: #a8a29e;
}
.focus\:bg-stone-400\/15:focus {
    background-color: hsla(24, 5%, 64%, 0.15);
}
.focus\:bg-stone-400\/20:focus {
    background-color: hsla(24, 5%, 64%, 0.2);
}
.focus\:bg-stone-400\/25:focus {
    background-color: hsla(24, 5%, 64%, 0.25);
}
.focus\:bg-stone-400\/30:focus {
    background-color: hsla(24, 5%, 64%, 0.3);
}
.focus\:bg-stone-400\/35:focus {
    background-color: hsla(24, 5%, 64%, 0.35);
}
.focus\:bg-stone-400\/40:focus {
    background-color: hsla(24, 5%, 64%, 0.4);
}
.focus\:bg-stone-400\/45:focus {
    background-color: hsla(24, 5%, 64%, 0.45);
}
.focus\:bg-stone-400\/5:focus {
    background-color: hsla(24, 5%, 64%, 0.05);
}
.focus\:bg-stone-400\/50:focus {
    background-color: hsla(24, 5%, 64%, 0.5);
}
.focus\:bg-stone-400\/55:focus {
    background-color: hsla(24, 5%, 64%, 0.55);
}
.focus\:bg-stone-400\/60:focus {
    background-color: hsla(24, 5%, 64%, 0.6);
}
.focus\:bg-stone-400\/65:focus {
    background-color: hsla(24, 5%, 64%, 0.65);
}
.focus\:bg-stone-400\/70:focus {
    background-color: hsla(24, 5%, 64%, 0.7);
}
.focus\:bg-stone-400\/75:focus {
    background-color: hsla(24, 5%, 64%, 0.75);
}
.focus\:bg-stone-400\/80:focus {
    background-color: hsla(24, 5%, 64%, 0.8);
}
.focus\:bg-stone-400\/85:focus {
    background-color: hsla(24, 5%, 64%, 0.85);
}
.focus\:bg-stone-400\/90:focus {
    background-color: hsla(24, 5%, 64%, 0.9);
}
.focus\:bg-stone-400\/95:focus {
    background-color: hsla(24, 5%, 64%, 0.95);
}
.focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-50\/0:focus {
    background-color: hsla(60, 9%, 98%, 0);
}
.focus\:bg-stone-50\/10:focus {
    background-color: hsla(60, 9%, 98%, 0.1);
}
.focus\:bg-stone-50\/100:focus {
    background-color: #fafaf9;
}
.focus\:bg-stone-50\/15:focus {
    background-color: hsla(60, 9%, 98%, 0.15);
}
.focus\:bg-stone-50\/20:focus {
    background-color: hsla(60, 9%, 98%, 0.2);
}
.focus\:bg-stone-50\/25:focus {
    background-color: hsla(60, 9%, 98%, 0.25);
}
.focus\:bg-stone-50\/30:focus {
    background-color: hsla(60, 9%, 98%, 0.3);
}
.focus\:bg-stone-50\/35:focus {
    background-color: hsla(60, 9%, 98%, 0.35);
}
.focus\:bg-stone-50\/40:focus {
    background-color: hsla(60, 9%, 98%, 0.4);
}
.focus\:bg-stone-50\/45:focus {
    background-color: hsla(60, 9%, 98%, 0.45);
}
.focus\:bg-stone-50\/5:focus {
    background-color: hsla(60, 9%, 98%, 0.05);
}
.focus\:bg-stone-50\/50:focus {
    background-color: hsla(60, 9%, 98%, 0.5);
}
.focus\:bg-stone-50\/55:focus {
    background-color: hsla(60, 9%, 98%, 0.55);
}
.focus\:bg-stone-50\/60:focus {
    background-color: hsla(60, 9%, 98%, 0.6);
}
.focus\:bg-stone-50\/65:focus {
    background-color: hsla(60, 9%, 98%, 0.65);
}
.focus\:bg-stone-50\/70:focus {
    background-color: hsla(60, 9%, 98%, 0.7);
}
.focus\:bg-stone-50\/75:focus {
    background-color: hsla(60, 9%, 98%, 0.75);
}
.focus\:bg-stone-50\/80:focus {
    background-color: hsla(60, 9%, 98%, 0.8);
}
.focus\:bg-stone-50\/85:focus {
    background-color: hsla(60, 9%, 98%, 0.85);
}
.focus\:bg-stone-50\/90:focus {
    background-color: hsla(60, 9%, 98%, 0.9);
}
.focus\:bg-stone-50\/95:focus {
    background-color: hsla(60, 9%, 98%, 0.95);
}
.focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-500\/0:focus {
    background-color: hsla(25, 5%, 45%, 0);
}
.focus\:bg-stone-500\/10:focus {
    background-color: hsla(25, 5%, 45%, 0.1);
}
.focus\:bg-stone-500\/100:focus {
    background-color: #78716c;
}
.focus\:bg-stone-500\/15:focus {
    background-color: hsla(25, 5%, 45%, 0.15);
}
.focus\:bg-stone-500\/20:focus {
    background-color: hsla(25, 5%, 45%, 0.2);
}
.focus\:bg-stone-500\/25:focus {
    background-color: hsla(25, 5%, 45%, 0.25);
}
.focus\:bg-stone-500\/30:focus {
    background-color: hsla(25, 5%, 45%, 0.3);
}
.focus\:bg-stone-500\/35:focus {
    background-color: hsla(25, 5%, 45%, 0.35);
}
.focus\:bg-stone-500\/40:focus {
    background-color: hsla(25, 5%, 45%, 0.4);
}
.focus\:bg-stone-500\/45:focus {
    background-color: hsla(25, 5%, 45%, 0.45);
}
.focus\:bg-stone-500\/5:focus {
    background-color: hsla(25, 5%, 45%, 0.05);
}
.focus\:bg-stone-500\/50:focus {
    background-color: hsla(25, 5%, 45%, 0.5);
}
.focus\:bg-stone-500\/55:focus {
    background-color: hsla(25, 5%, 45%, 0.55);
}
.focus\:bg-stone-500\/60:focus {
    background-color: hsla(25, 5%, 45%, 0.6);
}
.focus\:bg-stone-500\/65:focus {
    background-color: hsla(25, 5%, 45%, 0.65);
}
.focus\:bg-stone-500\/70:focus {
    background-color: hsla(25, 5%, 45%, 0.7);
}
.focus\:bg-stone-500\/75:focus {
    background-color: hsla(25, 5%, 45%, 0.75);
}
.focus\:bg-stone-500\/80:focus {
    background-color: hsla(25, 5%, 45%, 0.8);
}
.focus\:bg-stone-500\/85:focus {
    background-color: hsla(25, 5%, 45%, 0.85);
}
.focus\:bg-stone-500\/90:focus {
    background-color: hsla(25, 5%, 45%, 0.9);
}
.focus\:bg-stone-500\/95:focus {
    background-color: hsla(25, 5%, 45%, 0.95);
}
.focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-600\/0:focus {
    background-color: rgba(87, 83, 78, 0);
}
.focus\:bg-stone-600\/10:focus {
    background-color: rgba(87, 83, 78, 0.1);
}
.focus\:bg-stone-600\/100:focus {
    background-color: #57534e;
}
.focus\:bg-stone-600\/15:focus {
    background-color: rgba(87, 83, 78, 0.15);
}
.focus\:bg-stone-600\/20:focus {
    background-color: rgba(87, 83, 78, 0.2);
}
.focus\:bg-stone-600\/25:focus {
    background-color: rgba(87, 83, 78, 0.25);
}
.focus\:bg-stone-600\/30:focus {
    background-color: rgba(87, 83, 78, 0.3);
}
.focus\:bg-stone-600\/35:focus {
    background-color: rgba(87, 83, 78, 0.35);
}
.focus\:bg-stone-600\/40:focus {
    background-color: rgba(87, 83, 78, 0.4);
}
.focus\:bg-stone-600\/45:focus {
    background-color: rgba(87, 83, 78, 0.45);
}
.focus\:bg-stone-600\/5:focus {
    background-color: rgba(87, 83, 78, 0.05);
}
.focus\:bg-stone-600\/50:focus {
    background-color: rgba(87, 83, 78, 0.5);
}
.focus\:bg-stone-600\/55:focus {
    background-color: rgba(87, 83, 78, 0.55);
}
.focus\:bg-stone-600\/60:focus {
    background-color: rgba(87, 83, 78, 0.6);
}
.focus\:bg-stone-600\/65:focus {
    background-color: rgba(87, 83, 78, 0.65);
}
.focus\:bg-stone-600\/70:focus {
    background-color: rgba(87, 83, 78, 0.7);
}
.focus\:bg-stone-600\/75:focus {
    background-color: rgba(87, 83, 78, 0.75);
}
.focus\:bg-stone-600\/80:focus {
    background-color: rgba(87, 83, 78, 0.8);
}
.focus\:bg-stone-600\/85:focus {
    background-color: rgba(87, 83, 78, 0.85);
}
.focus\:bg-stone-600\/90:focus {
    background-color: rgba(87, 83, 78, 0.9);
}
.focus\:bg-stone-600\/95:focus {
    background-color: rgba(87, 83, 78, 0.95);
}
.focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-700\/0:focus {
    background-color: rgba(68, 64, 60, 0);
}
.focus\:bg-stone-700\/10:focus {
    background-color: rgba(68, 64, 60, 0.1);
}
.focus\:bg-stone-700\/100:focus {
    background-color: #44403c;
}
.focus\:bg-stone-700\/15:focus {
    background-color: rgba(68, 64, 60, 0.15);
}
.focus\:bg-stone-700\/20:focus {
    background-color: rgba(68, 64, 60, 0.2);
}
.focus\:bg-stone-700\/25:focus {
    background-color: rgba(68, 64, 60, 0.25);
}
.focus\:bg-stone-700\/30:focus {
    background-color: rgba(68, 64, 60, 0.3);
}
.focus\:bg-stone-700\/35:focus {
    background-color: rgba(68, 64, 60, 0.35);
}
.focus\:bg-stone-700\/40:focus {
    background-color: rgba(68, 64, 60, 0.4);
}
.focus\:bg-stone-700\/45:focus {
    background-color: rgba(68, 64, 60, 0.45);
}
.focus\:bg-stone-700\/5:focus {
    background-color: rgba(68, 64, 60, 0.05);
}
.focus\:bg-stone-700\/50:focus {
    background-color: rgba(68, 64, 60, 0.5);
}
.focus\:bg-stone-700\/55:focus {
    background-color: rgba(68, 64, 60, 0.55);
}
.focus\:bg-stone-700\/60:focus {
    background-color: rgba(68, 64, 60, 0.6);
}
.focus\:bg-stone-700\/65:focus {
    background-color: rgba(68, 64, 60, 0.65);
}
.focus\:bg-stone-700\/70:focus {
    background-color: rgba(68, 64, 60, 0.7);
}
.focus\:bg-stone-700\/75:focus {
    background-color: rgba(68, 64, 60, 0.75);
}
.focus\:bg-stone-700\/80:focus {
    background-color: rgba(68, 64, 60, 0.8);
}
.focus\:bg-stone-700\/85:focus {
    background-color: rgba(68, 64, 60, 0.85);
}
.focus\:bg-stone-700\/90:focus {
    background-color: rgba(68, 64, 60, 0.9);
}
.focus\:bg-stone-700\/95:focus {
    background-color: rgba(68, 64, 60, 0.95);
}
.focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-800\/0:focus {
    background-color: rgba(41, 37, 36, 0);
}
.focus\:bg-stone-800\/10:focus {
    background-color: rgba(41, 37, 36, 0.1);
}
.focus\:bg-stone-800\/100:focus {
    background-color: #292524;
}
.focus\:bg-stone-800\/15:focus {
    background-color: rgba(41, 37, 36, 0.15);
}
.focus\:bg-stone-800\/20:focus {
    background-color: rgba(41, 37, 36, 0.2);
}
.focus\:bg-stone-800\/25:focus {
    background-color: rgba(41, 37, 36, 0.25);
}
.focus\:bg-stone-800\/30:focus {
    background-color: rgba(41, 37, 36, 0.3);
}
.focus\:bg-stone-800\/35:focus {
    background-color: rgba(41, 37, 36, 0.35);
}
.focus\:bg-stone-800\/40:focus {
    background-color: rgba(41, 37, 36, 0.4);
}
.focus\:bg-stone-800\/45:focus {
    background-color: rgba(41, 37, 36, 0.45);
}
.focus\:bg-stone-800\/5:focus {
    background-color: rgba(41, 37, 36, 0.05);
}
.focus\:bg-stone-800\/50:focus {
    background-color: rgba(41, 37, 36, 0.5);
}
.focus\:bg-stone-800\/55:focus {
    background-color: rgba(41, 37, 36, 0.55);
}
.focus\:bg-stone-800\/60:focus {
    background-color: rgba(41, 37, 36, 0.6);
}
.focus\:bg-stone-800\/65:focus {
    background-color: rgba(41, 37, 36, 0.65);
}
.focus\:bg-stone-800\/70:focus {
    background-color: rgba(41, 37, 36, 0.7);
}
.focus\:bg-stone-800\/75:focus {
    background-color: rgba(41, 37, 36, 0.75);
}
.focus\:bg-stone-800\/80:focus {
    background-color: rgba(41, 37, 36, 0.8);
}
.focus\:bg-stone-800\/85:focus {
    background-color: rgba(41, 37, 36, 0.85);
}
.focus\:bg-stone-800\/90:focus {
    background-color: rgba(41, 37, 36, 0.9);
}
.focus\:bg-stone-800\/95:focus {
    background-color: rgba(41, 37, 36, 0.95);
}
.focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-900\/0:focus {
    background-color: rgba(28, 25, 23, 0);
}
.focus\:bg-stone-900\/10:focus {
    background-color: rgba(28, 25, 23, 0.1);
}
.focus\:bg-stone-900\/100:focus {
    background-color: #1c1917;
}
.focus\:bg-stone-900\/15:focus {
    background-color: rgba(28, 25, 23, 0.15);
}
.focus\:bg-stone-900\/20:focus {
    background-color: rgba(28, 25, 23, 0.2);
}
.focus\:bg-stone-900\/25:focus {
    background-color: rgba(28, 25, 23, 0.25);
}
.focus\:bg-stone-900\/30:focus {
    background-color: rgba(28, 25, 23, 0.3);
}
.focus\:bg-stone-900\/35:focus {
    background-color: rgba(28, 25, 23, 0.35);
}
.focus\:bg-stone-900\/40:focus {
    background-color: rgba(28, 25, 23, 0.4);
}
.focus\:bg-stone-900\/45:focus {
    background-color: rgba(28, 25, 23, 0.45);
}
.focus\:bg-stone-900\/5:focus {
    background-color: rgba(28, 25, 23, 0.05);
}
.focus\:bg-stone-900\/50:focus {
    background-color: rgba(28, 25, 23, 0.5);
}
.focus\:bg-stone-900\/55:focus {
    background-color: rgba(28, 25, 23, 0.55);
}
.focus\:bg-stone-900\/60:focus {
    background-color: rgba(28, 25, 23, 0.6);
}
.focus\:bg-stone-900\/65:focus {
    background-color: rgba(28, 25, 23, 0.65);
}
.focus\:bg-stone-900\/70:focus {
    background-color: rgba(28, 25, 23, 0.7);
}
.focus\:bg-stone-900\/75:focus {
    background-color: rgba(28, 25, 23, 0.75);
}
.focus\:bg-stone-900\/80:focus {
    background-color: rgba(28, 25, 23, 0.8);
}
.focus\:bg-stone-900\/85:focus {
    background-color: rgba(28, 25, 23, 0.85);
}
.focus\:bg-stone-900\/90:focus {
    background-color: rgba(28, 25, 23, 0.9);
}
.focus\:bg-stone-900\/95:focus {
    background-color: rgba(28, 25, 23, 0.95);
}
.focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-100\/0:focus {
    background-color: rgba(204, 251, 241, 0);
}
.focus\:bg-teal-100\/10:focus {
    background-color: rgba(204, 251, 241, 0.1);
}
.focus\:bg-teal-100\/100:focus {
    background-color: #ccfbf1;
}
.focus\:bg-teal-100\/15:focus {
    background-color: rgba(204, 251, 241, 0.15);
}
.focus\:bg-teal-100\/20:focus {
    background-color: rgba(204, 251, 241, 0.2);
}
.focus\:bg-teal-100\/25:focus {
    background-color: rgba(204, 251, 241, 0.25);
}
.focus\:bg-teal-100\/30:focus {
    background-color: rgba(204, 251, 241, 0.3);
}
.focus\:bg-teal-100\/35:focus {
    background-color: rgba(204, 251, 241, 0.35);
}
.focus\:bg-teal-100\/40:focus {
    background-color: rgba(204, 251, 241, 0.4);
}
.focus\:bg-teal-100\/45:focus {
    background-color: rgba(204, 251, 241, 0.45);
}
.focus\:bg-teal-100\/5:focus {
    background-color: rgba(204, 251, 241, 0.05);
}
.focus\:bg-teal-100\/50:focus {
    background-color: rgba(204, 251, 241, 0.5);
}
.focus\:bg-teal-100\/55:focus {
    background-color: rgba(204, 251, 241, 0.55);
}
.focus\:bg-teal-100\/60:focus {
    background-color: rgba(204, 251, 241, 0.6);
}
.focus\:bg-teal-100\/65:focus {
    background-color: rgba(204, 251, 241, 0.65);
}
.focus\:bg-teal-100\/70:focus {
    background-color: rgba(204, 251, 241, 0.7);
}
.focus\:bg-teal-100\/75:focus {
    background-color: rgba(204, 251, 241, 0.75);
}
.focus\:bg-teal-100\/80:focus {
    background-color: rgba(204, 251, 241, 0.8);
}
.focus\:bg-teal-100\/85:focus {
    background-color: rgba(204, 251, 241, 0.85);
}
.focus\:bg-teal-100\/90:focus {
    background-color: rgba(204, 251, 241, 0.9);
}
.focus\:bg-teal-100\/95:focus {
    background-color: rgba(204, 251, 241, 0.95);
}
.focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-200\/0:focus {
    background-color: rgba(153, 246, 228, 0);
}
.focus\:bg-teal-200\/10:focus {
    background-color: rgba(153, 246, 228, 0.1);
}
.focus\:bg-teal-200\/100:focus {
    background-color: #99f6e4;
}
.focus\:bg-teal-200\/15:focus {
    background-color: rgba(153, 246, 228, 0.15);
}
.focus\:bg-teal-200\/20:focus {
    background-color: rgba(153, 246, 228, 0.2);
}
.focus\:bg-teal-200\/25:focus {
    background-color: rgba(153, 246, 228, 0.25);
}
.focus\:bg-teal-200\/30:focus {
    background-color: rgba(153, 246, 228, 0.3);
}
.focus\:bg-teal-200\/35:focus {
    background-color: rgba(153, 246, 228, 0.35);
}
.focus\:bg-teal-200\/40:focus {
    background-color: rgba(153, 246, 228, 0.4);
}
.focus\:bg-teal-200\/45:focus {
    background-color: rgba(153, 246, 228, 0.45);
}
.focus\:bg-teal-200\/5:focus {
    background-color: rgba(153, 246, 228, 0.05);
}
.focus\:bg-teal-200\/50:focus {
    background-color: rgba(153, 246, 228, 0.5);
}
.focus\:bg-teal-200\/55:focus {
    background-color: rgba(153, 246, 228, 0.55);
}
.focus\:bg-teal-200\/60:focus {
    background-color: rgba(153, 246, 228, 0.6);
}
.focus\:bg-teal-200\/65:focus {
    background-color: rgba(153, 246, 228, 0.65);
}
.focus\:bg-teal-200\/70:focus {
    background-color: rgba(153, 246, 228, 0.7);
}
.focus\:bg-teal-200\/75:focus {
    background-color: rgba(153, 246, 228, 0.75);
}
.focus\:bg-teal-200\/80:focus {
    background-color: rgba(153, 246, 228, 0.8);
}
.focus\:bg-teal-200\/85:focus {
    background-color: rgba(153, 246, 228, 0.85);
}
.focus\:bg-teal-200\/90:focus {
    background-color: rgba(153, 246, 228, 0.9);
}
.focus\:bg-teal-200\/95:focus {
    background-color: rgba(153, 246, 228, 0.95);
}
.focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-300\/0:focus {
    background-color: rgba(94, 234, 212, 0);
}
.focus\:bg-teal-300\/10:focus {
    background-color: rgba(94, 234, 212, 0.1);
}
.focus\:bg-teal-300\/100:focus {
    background-color: #5eead4;
}
.focus\:bg-teal-300\/15:focus {
    background-color: rgba(94, 234, 212, 0.15);
}
.focus\:bg-teal-300\/20:focus {
    background-color: rgba(94, 234, 212, 0.2);
}
.focus\:bg-teal-300\/25:focus {
    background-color: rgba(94, 234, 212, 0.25);
}
.focus\:bg-teal-300\/30:focus {
    background-color: rgba(94, 234, 212, 0.3);
}
.focus\:bg-teal-300\/35:focus {
    background-color: rgba(94, 234, 212, 0.35);
}
.focus\:bg-teal-300\/40:focus {
    background-color: rgba(94, 234, 212, 0.4);
}
.focus\:bg-teal-300\/45:focus {
    background-color: rgba(94, 234, 212, 0.45);
}
.focus\:bg-teal-300\/5:focus {
    background-color: rgba(94, 234, 212, 0.05);
}
.focus\:bg-teal-300\/50:focus {
    background-color: rgba(94, 234, 212, 0.5);
}
.focus\:bg-teal-300\/55:focus {
    background-color: rgba(94, 234, 212, 0.55);
}
.focus\:bg-teal-300\/60:focus {
    background-color: rgba(94, 234, 212, 0.6);
}
.focus\:bg-teal-300\/65:focus {
    background-color: rgba(94, 234, 212, 0.65);
}
.focus\:bg-teal-300\/70:focus {
    background-color: rgba(94, 234, 212, 0.7);
}
.focus\:bg-teal-300\/75:focus {
    background-color: rgba(94, 234, 212, 0.75);
}
.focus\:bg-teal-300\/80:focus {
    background-color: rgba(94, 234, 212, 0.8);
}
.focus\:bg-teal-300\/85:focus {
    background-color: rgba(94, 234, 212, 0.85);
}
.focus\:bg-teal-300\/90:focus {
    background-color: rgba(94, 234, 212, 0.9);
}
.focus\:bg-teal-300\/95:focus {
    background-color: rgba(94, 234, 212, 0.95);
}
.focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-400\/0:focus {
    background-color: rgba(45, 212, 191, 0);
}
.focus\:bg-teal-400\/10:focus {
    background-color: rgba(45, 212, 191, 0.1);
}
.focus\:bg-teal-400\/100:focus {
    background-color: #2dd4bf;
}
.focus\:bg-teal-400\/15:focus {
    background-color: rgba(45, 212, 191, 0.15);
}
.focus\:bg-teal-400\/20:focus {
    background-color: rgba(45, 212, 191, 0.2);
}
.focus\:bg-teal-400\/25:focus {
    background-color: rgba(45, 212, 191, 0.25);
}
.focus\:bg-teal-400\/30:focus {
    background-color: rgba(45, 212, 191, 0.3);
}
.focus\:bg-teal-400\/35:focus {
    background-color: rgba(45, 212, 191, 0.35);
}
.focus\:bg-teal-400\/40:focus {
    background-color: rgba(45, 212, 191, 0.4);
}
.focus\:bg-teal-400\/45:focus {
    background-color: rgba(45, 212, 191, 0.45);
}
.focus\:bg-teal-400\/5:focus {
    background-color: rgba(45, 212, 191, 0.05);
}
.focus\:bg-teal-400\/50:focus {
    background-color: rgba(45, 212, 191, 0.5);
}
.focus\:bg-teal-400\/55:focus {
    background-color: rgba(45, 212, 191, 0.55);
}
.focus\:bg-teal-400\/60:focus {
    background-color: rgba(45, 212, 191, 0.6);
}
.focus\:bg-teal-400\/65:focus {
    background-color: rgba(45, 212, 191, 0.65);
}
.focus\:bg-teal-400\/70:focus {
    background-color: rgba(45, 212, 191, 0.7);
}
.focus\:bg-teal-400\/75:focus {
    background-color: rgba(45, 212, 191, 0.75);
}
.focus\:bg-teal-400\/80:focus {
    background-color: rgba(45, 212, 191, 0.8);
}
.focus\:bg-teal-400\/85:focus {
    background-color: rgba(45, 212, 191, 0.85);
}
.focus\:bg-teal-400\/90:focus {
    background-color: rgba(45, 212, 191, 0.9);
}
.focus\:bg-teal-400\/95:focus {
    background-color: rgba(45, 212, 191, 0.95);
}
.focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-50\/0:focus {
    background-color: rgba(240, 253, 250, 0);
}
.focus\:bg-teal-50\/10:focus {
    background-color: rgba(240, 253, 250, 0.1);
}
.focus\:bg-teal-50\/100:focus {
    background-color: #f0fdfa;
}
.focus\:bg-teal-50\/15:focus {
    background-color: rgba(240, 253, 250, 0.15);
}
.focus\:bg-teal-50\/20:focus {
    background-color: rgba(240, 253, 250, 0.2);
}
.focus\:bg-teal-50\/25:focus {
    background-color: rgba(240, 253, 250, 0.25);
}
.focus\:bg-teal-50\/30:focus {
    background-color: rgba(240, 253, 250, 0.3);
}
.focus\:bg-teal-50\/35:focus {
    background-color: rgba(240, 253, 250, 0.35);
}
.focus\:bg-teal-50\/40:focus {
    background-color: rgba(240, 253, 250, 0.4);
}
.focus\:bg-teal-50\/45:focus {
    background-color: rgba(240, 253, 250, 0.45);
}
.focus\:bg-teal-50\/5:focus {
    background-color: rgba(240, 253, 250, 0.05);
}
.focus\:bg-teal-50\/50:focus {
    background-color: rgba(240, 253, 250, 0.5);
}
.focus\:bg-teal-50\/55:focus {
    background-color: rgba(240, 253, 250, 0.55);
}
.focus\:bg-teal-50\/60:focus {
    background-color: rgba(240, 253, 250, 0.6);
}
.focus\:bg-teal-50\/65:focus {
    background-color: rgba(240, 253, 250, 0.65);
}
.focus\:bg-teal-50\/70:focus {
    background-color: rgba(240, 253, 250, 0.7);
}
.focus\:bg-teal-50\/75:focus {
    background-color: rgba(240, 253, 250, 0.75);
}
.focus\:bg-teal-50\/80:focus {
    background-color: rgba(240, 253, 250, 0.8);
}
.focus\:bg-teal-50\/85:focus {
    background-color: rgba(240, 253, 250, 0.85);
}
.focus\:bg-teal-50\/90:focus {
    background-color: rgba(240, 253, 250, 0.9);
}
.focus\:bg-teal-50\/95:focus {
    background-color: rgba(240, 253, 250, 0.95);
}
.focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-500\/0:focus {
    background-color: rgba(20, 184, 166, 0);
}
.focus\:bg-teal-500\/10:focus {
    background-color: rgba(20, 184, 166, 0.1);
}
.focus\:bg-teal-500\/100:focus {
    background-color: #14b8a6;
}
.focus\:bg-teal-500\/15:focus {
    background-color: rgba(20, 184, 166, 0.15);
}
.focus\:bg-teal-500\/20:focus {
    background-color: rgba(20, 184, 166, 0.2);
}
.focus\:bg-teal-500\/25:focus {
    background-color: rgba(20, 184, 166, 0.25);
}
.focus\:bg-teal-500\/30:focus {
    background-color: rgba(20, 184, 166, 0.3);
}
.focus\:bg-teal-500\/35:focus {
    background-color: rgba(20, 184, 166, 0.35);
}
.focus\:bg-teal-500\/40:focus {
    background-color: rgba(20, 184, 166, 0.4);
}
.focus\:bg-teal-500\/45:focus {
    background-color: rgba(20, 184, 166, 0.45);
}
.focus\:bg-teal-500\/5:focus {
    background-color: rgba(20, 184, 166, 0.05);
}
.focus\:bg-teal-500\/50:focus {
    background-color: rgba(20, 184, 166, 0.5);
}
.focus\:bg-teal-500\/55:focus {
    background-color: rgba(20, 184, 166, 0.55);
}
.focus\:bg-teal-500\/60:focus {
    background-color: rgba(20, 184, 166, 0.6);
}
.focus\:bg-teal-500\/65:focus {
    background-color: rgba(20, 184, 166, 0.65);
}
.focus\:bg-teal-500\/70:focus {
    background-color: rgba(20, 184, 166, 0.7);
}
.focus\:bg-teal-500\/75:focus {
    background-color: rgba(20, 184, 166, 0.75);
}
.focus\:bg-teal-500\/80:focus {
    background-color: rgba(20, 184, 166, 0.8);
}
.focus\:bg-teal-500\/85:focus {
    background-color: rgba(20, 184, 166, 0.85);
}
.focus\:bg-teal-500\/90:focus {
    background-color: rgba(20, 184, 166, 0.9);
}
.focus\:bg-teal-500\/95:focus {
    background-color: rgba(20, 184, 166, 0.95);
}
.focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-600\/0:focus {
    background-color: rgba(13, 148, 136, 0);
}
.focus\:bg-teal-600\/10:focus {
    background-color: rgba(13, 148, 136, 0.1);
}
.focus\:bg-teal-600\/100:focus {
    background-color: #0d9488;
}
.focus\:bg-teal-600\/15:focus {
    background-color: rgba(13, 148, 136, 0.15);
}
.focus\:bg-teal-600\/20:focus {
    background-color: rgba(13, 148, 136, 0.2);
}
.focus\:bg-teal-600\/25:focus {
    background-color: rgba(13, 148, 136, 0.25);
}
.focus\:bg-teal-600\/30:focus {
    background-color: rgba(13, 148, 136, 0.3);
}
.focus\:bg-teal-600\/35:focus {
    background-color: rgba(13, 148, 136, 0.35);
}
.focus\:bg-teal-600\/40:focus {
    background-color: rgba(13, 148, 136, 0.4);
}
.focus\:bg-teal-600\/45:focus {
    background-color: rgba(13, 148, 136, 0.45);
}
.focus\:bg-teal-600\/5:focus {
    background-color: rgba(13, 148, 136, 0.05);
}
.focus\:bg-teal-600\/50:focus {
    background-color: rgba(13, 148, 136, 0.5);
}
.focus\:bg-teal-600\/55:focus {
    background-color: rgba(13, 148, 136, 0.55);
}
.focus\:bg-teal-600\/60:focus {
    background-color: rgba(13, 148, 136, 0.6);
}
.focus\:bg-teal-600\/65:focus {
    background-color: rgba(13, 148, 136, 0.65);
}
.focus\:bg-teal-600\/70:focus {
    background-color: rgba(13, 148, 136, 0.7);
}
.focus\:bg-teal-600\/75:focus {
    background-color: rgba(13, 148, 136, 0.75);
}
.focus\:bg-teal-600\/80:focus {
    background-color: rgba(13, 148, 136, 0.8);
}
.focus\:bg-teal-600\/85:focus {
    background-color: rgba(13, 148, 136, 0.85);
}
.focus\:bg-teal-600\/90:focus {
    background-color: rgba(13, 148, 136, 0.9);
}
.focus\:bg-teal-600\/95:focus {
    background-color: rgba(13, 148, 136, 0.95);
}
.focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-700\/0:focus {
    background-color: rgba(15, 118, 110, 0);
}
.focus\:bg-teal-700\/10:focus {
    background-color: rgba(15, 118, 110, 0.1);
}
.focus\:bg-teal-700\/100:focus {
    background-color: #0f766e;
}
.focus\:bg-teal-700\/15:focus {
    background-color: rgba(15, 118, 110, 0.15);
}
.focus\:bg-teal-700\/20:focus {
    background-color: rgba(15, 118, 110, 0.2);
}
.focus\:bg-teal-700\/25:focus {
    background-color: rgba(15, 118, 110, 0.25);
}
.focus\:bg-teal-700\/30:focus {
    background-color: rgba(15, 118, 110, 0.3);
}
.focus\:bg-teal-700\/35:focus {
    background-color: rgba(15, 118, 110, 0.35);
}
.focus\:bg-teal-700\/40:focus {
    background-color: rgba(15, 118, 110, 0.4);
}
.focus\:bg-teal-700\/45:focus {
    background-color: rgba(15, 118, 110, 0.45);
}
.focus\:bg-teal-700\/5:focus {
    background-color: rgba(15, 118, 110, 0.05);
}
.focus\:bg-teal-700\/50:focus {
    background-color: rgba(15, 118, 110, 0.5);
}
.focus\:bg-teal-700\/55:focus {
    background-color: rgba(15, 118, 110, 0.55);
}
.focus\:bg-teal-700\/60:focus {
    background-color: rgba(15, 118, 110, 0.6);
}
.focus\:bg-teal-700\/65:focus {
    background-color: rgba(15, 118, 110, 0.65);
}
.focus\:bg-teal-700\/70:focus {
    background-color: rgba(15, 118, 110, 0.7);
}
.focus\:bg-teal-700\/75:focus {
    background-color: rgba(15, 118, 110, 0.75);
}
.focus\:bg-teal-700\/80:focus {
    background-color: rgba(15, 118, 110, 0.8);
}
.focus\:bg-teal-700\/85:focus {
    background-color: rgba(15, 118, 110, 0.85);
}
.focus\:bg-teal-700\/90:focus {
    background-color: rgba(15, 118, 110, 0.9);
}
.focus\:bg-teal-700\/95:focus {
    background-color: rgba(15, 118, 110, 0.95);
}
.focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-800\/0:focus {
    background-color: rgba(17, 94, 89, 0);
}
.focus\:bg-teal-800\/10:focus {
    background-color: rgba(17, 94, 89, 0.1);
}
.focus\:bg-teal-800\/100:focus {
    background-color: #115e59;
}
.focus\:bg-teal-800\/15:focus {
    background-color: rgba(17, 94, 89, 0.15);
}
.focus\:bg-teal-800\/20:focus {
    background-color: rgba(17, 94, 89, 0.2);
}
.focus\:bg-teal-800\/25:focus {
    background-color: rgba(17, 94, 89, 0.25);
}
.focus\:bg-teal-800\/30:focus {
    background-color: rgba(17, 94, 89, 0.3);
}
.focus\:bg-teal-800\/35:focus {
    background-color: rgba(17, 94, 89, 0.35);
}
.focus\:bg-teal-800\/40:focus {
    background-color: rgba(17, 94, 89, 0.4);
}
.focus\:bg-teal-800\/45:focus {
    background-color: rgba(17, 94, 89, 0.45);
}
.focus\:bg-teal-800\/5:focus {
    background-color: rgba(17, 94, 89, 0.05);
}
.focus\:bg-teal-800\/50:focus {
    background-color: rgba(17, 94, 89, 0.5);
}
.focus\:bg-teal-800\/55:focus {
    background-color: rgba(17, 94, 89, 0.55);
}
.focus\:bg-teal-800\/60:focus {
    background-color: rgba(17, 94, 89, 0.6);
}
.focus\:bg-teal-800\/65:focus {
    background-color: rgba(17, 94, 89, 0.65);
}
.focus\:bg-teal-800\/70:focus {
    background-color: rgba(17, 94, 89, 0.7);
}
.focus\:bg-teal-800\/75:focus {
    background-color: rgba(17, 94, 89, 0.75);
}
.focus\:bg-teal-800\/80:focus {
    background-color: rgba(17, 94, 89, 0.8);
}
.focus\:bg-teal-800\/85:focus {
    background-color: rgba(17, 94, 89, 0.85);
}
.focus\:bg-teal-800\/90:focus {
    background-color: rgba(17, 94, 89, 0.9);
}
.focus\:bg-teal-800\/95:focus {
    background-color: rgba(17, 94, 89, 0.95);
}
.focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-900\/0:focus {
    background-color: rgba(19, 78, 74, 0);
}
.focus\:bg-teal-900\/10:focus {
    background-color: rgba(19, 78, 74, 0.1);
}
.focus\:bg-teal-900\/100:focus {
    background-color: #134e4a;
}
.focus\:bg-teal-900\/15:focus {
    background-color: rgba(19, 78, 74, 0.15);
}
.focus\:bg-teal-900\/20:focus {
    background-color: rgba(19, 78, 74, 0.2);
}
.focus\:bg-teal-900\/25:focus {
    background-color: rgba(19, 78, 74, 0.25);
}
.focus\:bg-teal-900\/30:focus {
    background-color: rgba(19, 78, 74, 0.3);
}
.focus\:bg-teal-900\/35:focus {
    background-color: rgba(19, 78, 74, 0.35);
}
.focus\:bg-teal-900\/40:focus {
    background-color: rgba(19, 78, 74, 0.4);
}
.focus\:bg-teal-900\/45:focus {
    background-color: rgba(19, 78, 74, 0.45);
}
.focus\:bg-teal-900\/5:focus {
    background-color: rgba(19, 78, 74, 0.05);
}
.focus\:bg-teal-900\/50:focus {
    background-color: rgba(19, 78, 74, 0.5);
}
.focus\:bg-teal-900\/55:focus {
    background-color: rgba(19, 78, 74, 0.55);
}
.focus\:bg-teal-900\/60:focus {
    background-color: rgba(19, 78, 74, 0.6);
}
.focus\:bg-teal-900\/65:focus {
    background-color: rgba(19, 78, 74, 0.65);
}
.focus\:bg-teal-900\/70:focus {
    background-color: rgba(19, 78, 74, 0.7);
}
.focus\:bg-teal-900\/75:focus {
    background-color: rgba(19, 78, 74, 0.75);
}
.focus\:bg-teal-900\/80:focus {
    background-color: rgba(19, 78, 74, 0.8);
}
.focus\:bg-teal-900\/85:focus {
    background-color: rgba(19, 78, 74, 0.85);
}
.focus\:bg-teal-900\/90:focus {
    background-color: rgba(19, 78, 74, 0.9);
}
.focus\:bg-teal-900\/95:focus {
    background-color: rgba(19, 78, 74, 0.95);
}
.focus\:bg-truegray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-100\/0:focus {
    background-color: hsla(0, 0%, 96%, 0);
}
.focus\:bg-truegray-100\/10:focus {
    background-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:bg-truegray-100\/100:focus {
    background-color: #f5f5f5;
}
.focus\:bg-truegray-100\/15:focus {
    background-color: hsla(0, 0%, 96%, 0.15);
}
.focus\:bg-truegray-100\/20:focus {
    background-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:bg-truegray-100\/25:focus {
    background-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:bg-truegray-100\/30:focus {
    background-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:bg-truegray-100\/35:focus {
    background-color: hsla(0, 0%, 96%, 0.35);
}
.focus\:bg-truegray-100\/40:focus {
    background-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:bg-truegray-100\/45:focus {
    background-color: hsla(0, 0%, 96%, 0.45);
}
.focus\:bg-truegray-100\/5:focus {
    background-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:bg-truegray-100\/50:focus {
    background-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:bg-truegray-100\/55:focus {
    background-color: hsla(0, 0%, 96%, 0.55);
}
.focus\:bg-truegray-100\/60:focus {
    background-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:bg-truegray-100\/65:focus {
    background-color: hsla(0, 0%, 96%, 0.65);
}
.focus\:bg-truegray-100\/70:focus {
    background-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:bg-truegray-100\/75:focus {
    background-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:bg-truegray-100\/80:focus {
    background-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:bg-truegray-100\/85:focus {
    background-color: hsla(0, 0%, 96%, 0.85);
}
.focus\:bg-truegray-100\/90:focus {
    background-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:bg-truegray-100\/95:focus {
    background-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:bg-truegray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-200\/0:focus {
    background-color: hsla(0, 0%, 90%, 0);
}
.focus\:bg-truegray-200\/10:focus {
    background-color: hsla(0, 0%, 90%, 0.1);
}
.focus\:bg-truegray-200\/100:focus {
    background-color: #e5e5e5;
}
.focus\:bg-truegray-200\/15:focus {
    background-color: hsla(0, 0%, 90%, 0.15);
}
.focus\:bg-truegray-200\/20:focus {
    background-color: hsla(0, 0%, 90%, 0.2);
}
.focus\:bg-truegray-200\/25:focus {
    background-color: hsla(0, 0%, 90%, 0.25);
}
.focus\:bg-truegray-200\/30:focus {
    background-color: hsla(0, 0%, 90%, 0.3);
}
.focus\:bg-truegray-200\/35:focus {
    background-color: hsla(0, 0%, 90%, 0.35);
}
.focus\:bg-truegray-200\/40:focus {
    background-color: hsla(0, 0%, 90%, 0.4);
}
.focus\:bg-truegray-200\/45:focus {
    background-color: hsla(0, 0%, 90%, 0.45);
}
.focus\:bg-truegray-200\/5:focus {
    background-color: hsla(0, 0%, 90%, 0.05);
}
.focus\:bg-truegray-200\/50:focus {
    background-color: hsla(0, 0%, 90%, 0.5);
}
.focus\:bg-truegray-200\/55:focus {
    background-color: hsla(0, 0%, 90%, 0.55);
}
.focus\:bg-truegray-200\/60:focus {
    background-color: hsla(0, 0%, 90%, 0.6);
}
.focus\:bg-truegray-200\/65:focus {
    background-color: hsla(0, 0%, 90%, 0.65);
}
.focus\:bg-truegray-200\/70:focus {
    background-color: hsla(0, 0%, 90%, 0.7);
}
.focus\:bg-truegray-200\/75:focus {
    background-color: hsla(0, 0%, 90%, 0.75);
}
.focus\:bg-truegray-200\/80:focus {
    background-color: hsla(0, 0%, 90%, 0.8);
}
.focus\:bg-truegray-200\/85:focus {
    background-color: hsla(0, 0%, 90%, 0.85);
}
.focus\:bg-truegray-200\/90:focus {
    background-color: hsla(0, 0%, 90%, 0.9);
}
.focus\:bg-truegray-200\/95:focus {
    background-color: hsla(0, 0%, 90%, 0.95);
}
.focus\:bg-truegray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-300\/0:focus {
    background-color: hsla(0, 0%, 83%, 0);
}
.focus\:bg-truegray-300\/10:focus {
    background-color: hsla(0, 0%, 83%, 0.1);
}
.focus\:bg-truegray-300\/100:focus {
    background-color: #d4d4d4;
}
.focus\:bg-truegray-300\/15:focus {
    background-color: hsla(0, 0%, 83%, 0.15);
}
.focus\:bg-truegray-300\/20:focus {
    background-color: hsla(0, 0%, 83%, 0.2);
}
.focus\:bg-truegray-300\/25:focus {
    background-color: hsla(0, 0%, 83%, 0.25);
}
.focus\:bg-truegray-300\/30:focus {
    background-color: hsla(0, 0%, 83%, 0.3);
}
.focus\:bg-truegray-300\/35:focus {
    background-color: hsla(0, 0%, 83%, 0.35);
}
.focus\:bg-truegray-300\/40:focus {
    background-color: hsla(0, 0%, 83%, 0.4);
}
.focus\:bg-truegray-300\/45:focus {
    background-color: hsla(0, 0%, 83%, 0.45);
}
.focus\:bg-truegray-300\/5:focus {
    background-color: hsla(0, 0%, 83%, 0.05);
}
.focus\:bg-truegray-300\/50:focus {
    background-color: hsla(0, 0%, 83%, 0.5);
}
.focus\:bg-truegray-300\/55:focus {
    background-color: hsla(0, 0%, 83%, 0.55);
}
.focus\:bg-truegray-300\/60:focus {
    background-color: hsla(0, 0%, 83%, 0.6);
}
.focus\:bg-truegray-300\/65:focus {
    background-color: hsla(0, 0%, 83%, 0.65);
}
.focus\:bg-truegray-300\/70:focus {
    background-color: hsla(0, 0%, 83%, 0.7);
}
.focus\:bg-truegray-300\/75:focus {
    background-color: hsla(0, 0%, 83%, 0.75);
}
.focus\:bg-truegray-300\/80:focus {
    background-color: hsla(0, 0%, 83%, 0.8);
}
.focus\:bg-truegray-300\/85:focus {
    background-color: hsla(0, 0%, 83%, 0.85);
}
.focus\:bg-truegray-300\/90:focus {
    background-color: hsla(0, 0%, 83%, 0.9);
}
.focus\:bg-truegray-300\/95:focus {
    background-color: hsla(0, 0%, 83%, 0.95);
}
.focus\:bg-truegray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-400\/0:focus {
    background-color: hsla(0, 0%, 64%, 0);
}
.focus\:bg-truegray-400\/10:focus {
    background-color: hsla(0, 0%, 64%, 0.1);
}
.focus\:bg-truegray-400\/100:focus {
    background-color: #a3a3a3;
}
.focus\:bg-truegray-400\/15:focus {
    background-color: hsla(0, 0%, 64%, 0.15);
}
.focus\:bg-truegray-400\/20:focus {
    background-color: hsla(0, 0%, 64%, 0.2);
}
.focus\:bg-truegray-400\/25:focus {
    background-color: hsla(0, 0%, 64%, 0.25);
}
.focus\:bg-truegray-400\/30:focus {
    background-color: hsla(0, 0%, 64%, 0.3);
}
.focus\:bg-truegray-400\/35:focus {
    background-color: hsla(0, 0%, 64%, 0.35);
}
.focus\:bg-truegray-400\/40:focus {
    background-color: hsla(0, 0%, 64%, 0.4);
}
.focus\:bg-truegray-400\/45:focus {
    background-color: hsla(0, 0%, 64%, 0.45);
}
.focus\:bg-truegray-400\/5:focus {
    background-color: hsla(0, 0%, 64%, 0.05);
}
.focus\:bg-truegray-400\/50:focus {
    background-color: hsla(0, 0%, 64%, 0.5);
}
.focus\:bg-truegray-400\/55:focus {
    background-color: hsla(0, 0%, 64%, 0.55);
}
.focus\:bg-truegray-400\/60:focus {
    background-color: hsla(0, 0%, 64%, 0.6);
}
.focus\:bg-truegray-400\/65:focus {
    background-color: hsla(0, 0%, 64%, 0.65);
}
.focus\:bg-truegray-400\/70:focus {
    background-color: hsla(0, 0%, 64%, 0.7);
}
.focus\:bg-truegray-400\/75:focus {
    background-color: hsla(0, 0%, 64%, 0.75);
}
.focus\:bg-truegray-400\/80:focus {
    background-color: hsla(0, 0%, 64%, 0.8);
}
.focus\:bg-truegray-400\/85:focus {
    background-color: hsla(0, 0%, 64%, 0.85);
}
.focus\:bg-truegray-400\/90:focus {
    background-color: hsla(0, 0%, 64%, 0.9);
}
.focus\:bg-truegray-400\/95:focus {
    background-color: hsla(0, 0%, 64%, 0.95);
}
.focus\:bg-truegray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-50\/0:focus {
    background-color: hsla(0, 0%, 98%, 0);
}
.focus\:bg-truegray-50\/10:focus {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:bg-truegray-50\/100:focus {
    background-color: #fafafa;
}
.focus\:bg-truegray-50\/15:focus {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:bg-truegray-50\/20:focus {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:bg-truegray-50\/25:focus {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:bg-truegray-50\/30:focus {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:bg-truegray-50\/35:focus {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:bg-truegray-50\/40:focus {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:bg-truegray-50\/45:focus {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:bg-truegray-50\/5:focus {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:bg-truegray-50\/50:focus {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:bg-truegray-50\/55:focus {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:bg-truegray-50\/60:focus {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:bg-truegray-50\/65:focus {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:bg-truegray-50\/70:focus {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:bg-truegray-50\/75:focus {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:bg-truegray-50\/80:focus {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:bg-truegray-50\/85:focus {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:bg-truegray-50\/90:focus {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:bg-truegray-50\/95:focus {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:bg-truegray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-500\/0:focus {
    background-color: hsla(0, 0%, 45%, 0);
}
.focus\:bg-truegray-500\/10:focus {
    background-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:bg-truegray-500\/100:focus {
    background-color: #737373;
}
.focus\:bg-truegray-500\/15:focus {
    background-color: hsla(0, 0%, 45%, 0.15);
}
.focus\:bg-truegray-500\/20:focus {
    background-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:bg-truegray-500\/25:focus {
    background-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:bg-truegray-500\/30:focus {
    background-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:bg-truegray-500\/35:focus {
    background-color: hsla(0, 0%, 45%, 0.35);
}
.focus\:bg-truegray-500\/40:focus {
    background-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:bg-truegray-500\/45:focus {
    background-color: hsla(0, 0%, 45%, 0.45);
}
.focus\:bg-truegray-500\/5:focus {
    background-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:bg-truegray-500\/50:focus {
    background-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:bg-truegray-500\/55:focus {
    background-color: hsla(0, 0%, 45%, 0.55);
}
.focus\:bg-truegray-500\/60:focus {
    background-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:bg-truegray-500\/65:focus {
    background-color: hsla(0, 0%, 45%, 0.65);
}
.focus\:bg-truegray-500\/70:focus {
    background-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:bg-truegray-500\/75:focus {
    background-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:bg-truegray-500\/80:focus {
    background-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:bg-truegray-500\/85:focus {
    background-color: hsla(0, 0%, 45%, 0.85);
}
.focus\:bg-truegray-500\/90:focus {
    background-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:bg-truegray-500\/95:focus {
    background-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:bg-truegray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-600\/0:focus {
    background-color: rgba(82, 82, 82, 0);
}
.focus\:bg-truegray-600\/10:focus {
    background-color: rgba(82, 82, 82, 0.1);
}
.focus\:bg-truegray-600\/100:focus {
    background-color: #525252;
}
.focus\:bg-truegray-600\/15:focus {
    background-color: rgba(82, 82, 82, 0.15);
}
.focus\:bg-truegray-600\/20:focus {
    background-color: rgba(82, 82, 82, 0.2);
}
.focus\:bg-truegray-600\/25:focus {
    background-color: rgba(82, 82, 82, 0.25);
}
.focus\:bg-truegray-600\/30:focus {
    background-color: rgba(82, 82, 82, 0.3);
}
.focus\:bg-truegray-600\/35:focus {
    background-color: rgba(82, 82, 82, 0.35);
}
.focus\:bg-truegray-600\/40:focus {
    background-color: rgba(82, 82, 82, 0.4);
}
.focus\:bg-truegray-600\/45:focus {
    background-color: rgba(82, 82, 82, 0.45);
}
.focus\:bg-truegray-600\/5:focus {
    background-color: rgba(82, 82, 82, 0.05);
}
.focus\:bg-truegray-600\/50:focus {
    background-color: rgba(82, 82, 82, 0.5);
}
.focus\:bg-truegray-600\/55:focus {
    background-color: rgba(82, 82, 82, 0.55);
}
.focus\:bg-truegray-600\/60:focus {
    background-color: rgba(82, 82, 82, 0.6);
}
.focus\:bg-truegray-600\/65:focus {
    background-color: rgba(82, 82, 82, 0.65);
}
.focus\:bg-truegray-600\/70:focus {
    background-color: rgba(82, 82, 82, 0.7);
}
.focus\:bg-truegray-600\/75:focus {
    background-color: rgba(82, 82, 82, 0.75);
}
.focus\:bg-truegray-600\/80:focus {
    background-color: rgba(82, 82, 82, 0.8);
}
.focus\:bg-truegray-600\/85:focus {
    background-color: rgba(82, 82, 82, 0.85);
}
.focus\:bg-truegray-600\/90:focus {
    background-color: rgba(82, 82, 82, 0.9);
}
.focus\:bg-truegray-600\/95:focus {
    background-color: rgba(82, 82, 82, 0.95);
}
.focus\:bg-truegray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-700\/0:focus {
    background-color: rgba(64, 64, 64, 0);
}
.focus\:bg-truegray-700\/10:focus {
    background-color: rgba(64, 64, 64, 0.1);
}
.focus\:bg-truegray-700\/100:focus {
    background-color: #404040;
}
.focus\:bg-truegray-700\/15:focus {
    background-color: rgba(64, 64, 64, 0.15);
}
.focus\:bg-truegray-700\/20:focus {
    background-color: rgba(64, 64, 64, 0.2);
}
.focus\:bg-truegray-700\/25:focus {
    background-color: rgba(64, 64, 64, 0.25);
}
.focus\:bg-truegray-700\/30:focus {
    background-color: rgba(64, 64, 64, 0.3);
}
.focus\:bg-truegray-700\/35:focus {
    background-color: rgba(64, 64, 64, 0.35);
}
.focus\:bg-truegray-700\/40:focus {
    background-color: rgba(64, 64, 64, 0.4);
}
.focus\:bg-truegray-700\/45:focus {
    background-color: rgba(64, 64, 64, 0.45);
}
.focus\:bg-truegray-700\/5:focus {
    background-color: rgba(64, 64, 64, 0.05);
}
.focus\:bg-truegray-700\/50:focus {
    background-color: rgba(64, 64, 64, 0.5);
}
.focus\:bg-truegray-700\/55:focus {
    background-color: rgba(64, 64, 64, 0.55);
}
.focus\:bg-truegray-700\/60:focus {
    background-color: rgba(64, 64, 64, 0.6);
}
.focus\:bg-truegray-700\/65:focus {
    background-color: rgba(64, 64, 64, 0.65);
}
.focus\:bg-truegray-700\/70:focus {
    background-color: rgba(64, 64, 64, 0.7);
}
.focus\:bg-truegray-700\/75:focus {
    background-color: rgba(64, 64, 64, 0.75);
}
.focus\:bg-truegray-700\/80:focus {
    background-color: rgba(64, 64, 64, 0.8);
}
.focus\:bg-truegray-700\/85:focus {
    background-color: rgba(64, 64, 64, 0.85);
}
.focus\:bg-truegray-700\/90:focus {
    background-color: rgba(64, 64, 64, 0.9);
}
.focus\:bg-truegray-700\/95:focus {
    background-color: rgba(64, 64, 64, 0.95);
}
.focus\:bg-truegray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-800\/0:focus {
    background-color: rgba(38, 38, 38, 0);
}
.focus\:bg-truegray-800\/10:focus {
    background-color: rgba(38, 38, 38, 0.1);
}
.focus\:bg-truegray-800\/100:focus {
    background-color: #262626;
}
.focus\:bg-truegray-800\/15:focus {
    background-color: rgba(38, 38, 38, 0.15);
}
.focus\:bg-truegray-800\/20:focus {
    background-color: rgba(38, 38, 38, 0.2);
}
.focus\:bg-truegray-800\/25:focus {
    background-color: rgba(38, 38, 38, 0.25);
}
.focus\:bg-truegray-800\/30:focus {
    background-color: rgba(38, 38, 38, 0.3);
}
.focus\:bg-truegray-800\/35:focus {
    background-color: rgba(38, 38, 38, 0.35);
}
.focus\:bg-truegray-800\/40:focus {
    background-color: rgba(38, 38, 38, 0.4);
}
.focus\:bg-truegray-800\/45:focus {
    background-color: rgba(38, 38, 38, 0.45);
}
.focus\:bg-truegray-800\/5:focus {
    background-color: rgba(38, 38, 38, 0.05);
}
.focus\:bg-truegray-800\/50:focus {
    background-color: rgba(38, 38, 38, 0.5);
}
.focus\:bg-truegray-800\/55:focus {
    background-color: rgba(38, 38, 38, 0.55);
}
.focus\:bg-truegray-800\/60:focus {
    background-color: rgba(38, 38, 38, 0.6);
}
.focus\:bg-truegray-800\/65:focus {
    background-color: rgba(38, 38, 38, 0.65);
}
.focus\:bg-truegray-800\/70:focus {
    background-color: rgba(38, 38, 38, 0.7);
}
.focus\:bg-truegray-800\/75:focus {
    background-color: rgba(38, 38, 38, 0.75);
}
.focus\:bg-truegray-800\/80:focus {
    background-color: rgba(38, 38, 38, 0.8);
}
.focus\:bg-truegray-800\/85:focus {
    background-color: rgba(38, 38, 38, 0.85);
}
.focus\:bg-truegray-800\/90:focus {
    background-color: rgba(38, 38, 38, 0.9);
}
.focus\:bg-truegray-800\/95:focus {
    background-color: rgba(38, 38, 38, 0.95);
}
.focus\:bg-truegray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.focus\:bg-truegray-900\/0:focus {
    background-color: hsla(0, 0%, 9%, 0);
}
.focus\:bg-truegray-900\/10:focus {
    background-color: hsla(0, 0%, 9%, 0.1);
}
.focus\:bg-truegray-900\/100:focus {
    background-color: #171717;
}
.focus\:bg-truegray-900\/15:focus {
    background-color: hsla(0, 0%, 9%, 0.15);
}
.focus\:bg-truegray-900\/20:focus {
    background-color: hsla(0, 0%, 9%, 0.2);
}
.focus\:bg-truegray-900\/25:focus {
    background-color: hsla(0, 0%, 9%, 0.25);
}
.focus\:bg-truegray-900\/30:focus {
    background-color: hsla(0, 0%, 9%, 0.3);
}
.focus\:bg-truegray-900\/35:focus {
    background-color: hsla(0, 0%, 9%, 0.35);
}
.focus\:bg-truegray-900\/40:focus {
    background-color: hsla(0, 0%, 9%, 0.4);
}
.focus\:bg-truegray-900\/45:focus {
    background-color: hsla(0, 0%, 9%, 0.45);
}
.focus\:bg-truegray-900\/5:focus {
    background-color: hsla(0, 0%, 9%, 0.05);
}
.focus\:bg-truegray-900\/50:focus {
    background-color: hsla(0, 0%, 9%, 0.5);
}
.focus\:bg-truegray-900\/55:focus {
    background-color: hsla(0, 0%, 9%, 0.55);
}
.focus\:bg-truegray-900\/60:focus {
    background-color: hsla(0, 0%, 9%, 0.6);
}
.focus\:bg-truegray-900\/65:focus {
    background-color: hsla(0, 0%, 9%, 0.65);
}
.focus\:bg-truegray-900\/70:focus {
    background-color: hsla(0, 0%, 9%, 0.7);
}
.focus\:bg-truegray-900\/75:focus {
    background-color: hsla(0, 0%, 9%, 0.75);
}
.focus\:bg-truegray-900\/80:focus {
    background-color: hsla(0, 0%, 9%, 0.8);
}
.focus\:bg-truegray-900\/85:focus {
    background-color: hsla(0, 0%, 9%, 0.85);
}
.focus\:bg-truegray-900\/90:focus {
    background-color: hsla(0, 0%, 9%, 0.9);
}
.focus\:bg-truegray-900\/95:focus {
    background-color: hsla(0, 0%, 9%, 0.95);
}
.focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-100\/0:focus {
    background-color: rgba(237, 233, 254, 0);
}
.focus\:bg-violet-100\/10:focus {
    background-color: rgba(237, 233, 254, 0.1);
}
.focus\:bg-violet-100\/100:focus {
    background-color: #ede9fe;
}
.focus\:bg-violet-100\/15:focus {
    background-color: rgba(237, 233, 254, 0.15);
}
.focus\:bg-violet-100\/20:focus {
    background-color: rgba(237, 233, 254, 0.2);
}
.focus\:bg-violet-100\/25:focus {
    background-color: rgba(237, 233, 254, 0.25);
}
.focus\:bg-violet-100\/30:focus {
    background-color: rgba(237, 233, 254, 0.3);
}
.focus\:bg-violet-100\/35:focus {
    background-color: rgba(237, 233, 254, 0.35);
}
.focus\:bg-violet-100\/40:focus {
    background-color: rgba(237, 233, 254, 0.4);
}
.focus\:bg-violet-100\/45:focus {
    background-color: rgba(237, 233, 254, 0.45);
}
.focus\:bg-violet-100\/5:focus {
    background-color: rgba(237, 233, 254, 0.05);
}
.focus\:bg-violet-100\/50:focus {
    background-color: rgba(237, 233, 254, 0.5);
}
.focus\:bg-violet-100\/55:focus {
    background-color: rgba(237, 233, 254, 0.55);
}
.focus\:bg-violet-100\/60:focus {
    background-color: rgba(237, 233, 254, 0.6);
}
.focus\:bg-violet-100\/65:focus {
    background-color: rgba(237, 233, 254, 0.65);
}
.focus\:bg-violet-100\/70:focus {
    background-color: rgba(237, 233, 254, 0.7);
}
.focus\:bg-violet-100\/75:focus {
    background-color: rgba(237, 233, 254, 0.75);
}
.focus\:bg-violet-100\/80:focus {
    background-color: rgba(237, 233, 254, 0.8);
}
.focus\:bg-violet-100\/85:focus {
    background-color: rgba(237, 233, 254, 0.85);
}
.focus\:bg-violet-100\/90:focus {
    background-color: rgba(237, 233, 254, 0.9);
}
.focus\:bg-violet-100\/95:focus {
    background-color: rgba(237, 233, 254, 0.95);
}
.focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-200\/0:focus {
    background-color: rgba(221, 214, 254, 0);
}
.focus\:bg-violet-200\/10:focus {
    background-color: rgba(221, 214, 254, 0.1);
}
.focus\:bg-violet-200\/100:focus {
    background-color: #ddd6fe;
}
.focus\:bg-violet-200\/15:focus {
    background-color: rgba(221, 214, 254, 0.15);
}
.focus\:bg-violet-200\/20:focus {
    background-color: rgba(221, 214, 254, 0.2);
}
.focus\:bg-violet-200\/25:focus {
    background-color: rgba(221, 214, 254, 0.25);
}
.focus\:bg-violet-200\/30:focus {
    background-color: rgba(221, 214, 254, 0.3);
}
.focus\:bg-violet-200\/35:focus {
    background-color: rgba(221, 214, 254, 0.35);
}
.focus\:bg-violet-200\/40:focus {
    background-color: rgba(221, 214, 254, 0.4);
}
.focus\:bg-violet-200\/45:focus {
    background-color: rgba(221, 214, 254, 0.45);
}
.focus\:bg-violet-200\/5:focus {
    background-color: rgba(221, 214, 254, 0.05);
}
.focus\:bg-violet-200\/50:focus {
    background-color: rgba(221, 214, 254, 0.5);
}
.focus\:bg-violet-200\/55:focus {
    background-color: rgba(221, 214, 254, 0.55);
}
.focus\:bg-violet-200\/60:focus {
    background-color: rgba(221, 214, 254, 0.6);
}
.focus\:bg-violet-200\/65:focus {
    background-color: rgba(221, 214, 254, 0.65);
}
.focus\:bg-violet-200\/70:focus {
    background-color: rgba(221, 214, 254, 0.7);
}
.focus\:bg-violet-200\/75:focus {
    background-color: rgba(221, 214, 254, 0.75);
}
.focus\:bg-violet-200\/80:focus {
    background-color: rgba(221, 214, 254, 0.8);
}
.focus\:bg-violet-200\/85:focus {
    background-color: rgba(221, 214, 254, 0.85);
}
.focus\:bg-violet-200\/90:focus {
    background-color: rgba(221, 214, 254, 0.9);
}
.focus\:bg-violet-200\/95:focus {
    background-color: rgba(221, 214, 254, 0.95);
}
.focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-300\/0:focus {
    background-color: rgba(196, 181, 253, 0);
}
.focus\:bg-violet-300\/10:focus {
    background-color: rgba(196, 181, 253, 0.1);
}
.focus\:bg-violet-300\/100:focus {
    background-color: #c4b5fd;
}
.focus\:bg-violet-300\/15:focus {
    background-color: rgba(196, 181, 253, 0.15);
}
.focus\:bg-violet-300\/20:focus {
    background-color: rgba(196, 181, 253, 0.2);
}
.focus\:bg-violet-300\/25:focus {
    background-color: rgba(196, 181, 253, 0.25);
}
.focus\:bg-violet-300\/30:focus {
    background-color: rgba(196, 181, 253, 0.3);
}
.focus\:bg-violet-300\/35:focus {
    background-color: rgba(196, 181, 253, 0.35);
}
.focus\:bg-violet-300\/40:focus {
    background-color: rgba(196, 181, 253, 0.4);
}
.focus\:bg-violet-300\/45:focus {
    background-color: rgba(196, 181, 253, 0.45);
}
.focus\:bg-violet-300\/5:focus {
    background-color: rgba(196, 181, 253, 0.05);
}
.focus\:bg-violet-300\/50:focus {
    background-color: rgba(196, 181, 253, 0.5);
}
.focus\:bg-violet-300\/55:focus {
    background-color: rgba(196, 181, 253, 0.55);
}
.focus\:bg-violet-300\/60:focus {
    background-color: rgba(196, 181, 253, 0.6);
}
.focus\:bg-violet-300\/65:focus {
    background-color: rgba(196, 181, 253, 0.65);
}
.focus\:bg-violet-300\/70:focus {
    background-color: rgba(196, 181, 253, 0.7);
}
.focus\:bg-violet-300\/75:focus {
    background-color: rgba(196, 181, 253, 0.75);
}
.focus\:bg-violet-300\/80:focus {
    background-color: rgba(196, 181, 253, 0.8);
}
.focus\:bg-violet-300\/85:focus {
    background-color: rgba(196, 181, 253, 0.85);
}
.focus\:bg-violet-300\/90:focus {
    background-color: rgba(196, 181, 253, 0.9);
}
.focus\:bg-violet-300\/95:focus {
    background-color: rgba(196, 181, 253, 0.95);
}
.focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-400\/0:focus {
    background-color: rgba(167, 139, 250, 0);
}
.focus\:bg-violet-400\/10:focus {
    background-color: rgba(167, 139, 250, 0.1);
}
.focus\:bg-violet-400\/100:focus {
    background-color: #a78bfa;
}
.focus\:bg-violet-400\/15:focus {
    background-color: rgba(167, 139, 250, 0.15);
}
.focus\:bg-violet-400\/20:focus {
    background-color: rgba(167, 139, 250, 0.2);
}
.focus\:bg-violet-400\/25:focus {
    background-color: rgba(167, 139, 250, 0.25);
}
.focus\:bg-violet-400\/30:focus {
    background-color: rgba(167, 139, 250, 0.3);
}
.focus\:bg-violet-400\/35:focus {
    background-color: rgba(167, 139, 250, 0.35);
}
.focus\:bg-violet-400\/40:focus {
    background-color: rgba(167, 139, 250, 0.4);
}
.focus\:bg-violet-400\/45:focus {
    background-color: rgba(167, 139, 250, 0.45);
}
.focus\:bg-violet-400\/5:focus {
    background-color: rgba(167, 139, 250, 0.05);
}
.focus\:bg-violet-400\/50:focus {
    background-color: rgba(167, 139, 250, 0.5);
}
.focus\:bg-violet-400\/55:focus {
    background-color: rgba(167, 139, 250, 0.55);
}
.focus\:bg-violet-400\/60:focus {
    background-color: rgba(167, 139, 250, 0.6);
}
.focus\:bg-violet-400\/65:focus {
    background-color: rgba(167, 139, 250, 0.65);
}
.focus\:bg-violet-400\/70:focus {
    background-color: rgba(167, 139, 250, 0.7);
}
.focus\:bg-violet-400\/75:focus {
    background-color: rgba(167, 139, 250, 0.75);
}
.focus\:bg-violet-400\/80:focus {
    background-color: rgba(167, 139, 250, 0.8);
}
.focus\:bg-violet-400\/85:focus {
    background-color: rgba(167, 139, 250, 0.85);
}
.focus\:bg-violet-400\/90:focus {
    background-color: rgba(167, 139, 250, 0.9);
}
.focus\:bg-violet-400\/95:focus {
    background-color: rgba(167, 139, 250, 0.95);
}
.focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-50\/0:focus {
    background-color: rgba(245, 243, 255, 0);
}
.focus\:bg-violet-50\/10:focus {
    background-color: rgba(245, 243, 255, 0.1);
}
.focus\:bg-violet-50\/100:focus {
    background-color: #f5f3ff;
}
.focus\:bg-violet-50\/15:focus {
    background-color: rgba(245, 243, 255, 0.15);
}
.focus\:bg-violet-50\/20:focus {
    background-color: rgba(245, 243, 255, 0.2);
}
.focus\:bg-violet-50\/25:focus {
    background-color: rgba(245, 243, 255, 0.25);
}
.focus\:bg-violet-50\/30:focus {
    background-color: rgba(245, 243, 255, 0.3);
}
.focus\:bg-violet-50\/35:focus {
    background-color: rgba(245, 243, 255, 0.35);
}
.focus\:bg-violet-50\/40:focus {
    background-color: rgba(245, 243, 255, 0.4);
}
.focus\:bg-violet-50\/45:focus {
    background-color: rgba(245, 243, 255, 0.45);
}
.focus\:bg-violet-50\/5:focus {
    background-color: rgba(245, 243, 255, 0.05);
}
.focus\:bg-violet-50\/50:focus {
    background-color: rgba(245, 243, 255, 0.5);
}
.focus\:bg-violet-50\/55:focus {
    background-color: rgba(245, 243, 255, 0.55);
}
.focus\:bg-violet-50\/60:focus {
    background-color: rgba(245, 243, 255, 0.6);
}
.focus\:bg-violet-50\/65:focus {
    background-color: rgba(245, 243, 255, 0.65);
}
.focus\:bg-violet-50\/70:focus {
    background-color: rgba(245, 243, 255, 0.7);
}
.focus\:bg-violet-50\/75:focus {
    background-color: rgba(245, 243, 255, 0.75);
}
.focus\:bg-violet-50\/80:focus {
    background-color: rgba(245, 243, 255, 0.8);
}
.focus\:bg-violet-50\/85:focus {
    background-color: rgba(245, 243, 255, 0.85);
}
.focus\:bg-violet-50\/90:focus {
    background-color: rgba(245, 243, 255, 0.9);
}
.focus\:bg-violet-50\/95:focus {
    background-color: rgba(245, 243, 255, 0.95);
}
.focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-500\/0:focus {
    background-color: rgba(139, 92, 246, 0);
}
.focus\:bg-violet-500\/10:focus {
    background-color: rgba(139, 92, 246, 0.1);
}
.focus\:bg-violet-500\/100:focus {
    background-color: #8b5cf6;
}
.focus\:bg-violet-500\/15:focus {
    background-color: rgba(139, 92, 246, 0.15);
}
.focus\:bg-violet-500\/20:focus {
    background-color: rgba(139, 92, 246, 0.2);
}
.focus\:bg-violet-500\/25:focus {
    background-color: rgba(139, 92, 246, 0.25);
}
.focus\:bg-violet-500\/30:focus {
    background-color: rgba(139, 92, 246, 0.3);
}
.focus\:bg-violet-500\/35:focus {
    background-color: rgba(139, 92, 246, 0.35);
}
.focus\:bg-violet-500\/40:focus {
    background-color: rgba(139, 92, 246, 0.4);
}
.focus\:bg-violet-500\/45:focus {
    background-color: rgba(139, 92, 246, 0.45);
}
.focus\:bg-violet-500\/5:focus {
    background-color: rgba(139, 92, 246, 0.05);
}
.focus\:bg-violet-500\/50:focus {
    background-color: rgba(139, 92, 246, 0.5);
}
.focus\:bg-violet-500\/55:focus {
    background-color: rgba(139, 92, 246, 0.55);
}
.focus\:bg-violet-500\/60:focus {
    background-color: rgba(139, 92, 246, 0.6);
}
.focus\:bg-violet-500\/65:focus {
    background-color: rgba(139, 92, 246, 0.65);
}
.focus\:bg-violet-500\/70:focus {
    background-color: rgba(139, 92, 246, 0.7);
}
.focus\:bg-violet-500\/75:focus {
    background-color: rgba(139, 92, 246, 0.75);
}
.focus\:bg-violet-500\/80:focus {
    background-color: rgba(139, 92, 246, 0.8);
}
.focus\:bg-violet-500\/85:focus {
    background-color: rgba(139, 92, 246, 0.85);
}
.focus\:bg-violet-500\/90:focus {
    background-color: rgba(139, 92, 246, 0.9);
}
.focus\:bg-violet-500\/95:focus {
    background-color: rgba(139, 92, 246, 0.95);
}
.focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-600\/0:focus {
    background-color: rgba(124, 58, 237, 0);
}
.focus\:bg-violet-600\/10:focus {
    background-color: rgba(124, 58, 237, 0.1);
}
.focus\:bg-violet-600\/100:focus {
    background-color: #7c3aed;
}
.focus\:bg-violet-600\/15:focus {
    background-color: rgba(124, 58, 237, 0.15);
}
.focus\:bg-violet-600\/20:focus {
    background-color: rgba(124, 58, 237, 0.2);
}
.focus\:bg-violet-600\/25:focus {
    background-color: rgba(124, 58, 237, 0.25);
}
.focus\:bg-violet-600\/30:focus {
    background-color: rgba(124, 58, 237, 0.3);
}
.focus\:bg-violet-600\/35:focus {
    background-color: rgba(124, 58, 237, 0.35);
}
.focus\:bg-violet-600\/40:focus {
    background-color: rgba(124, 58, 237, 0.4);
}
.focus\:bg-violet-600\/45:focus {
    background-color: rgba(124, 58, 237, 0.45);
}
.focus\:bg-violet-600\/5:focus {
    background-color: rgba(124, 58, 237, 0.05);
}
.focus\:bg-violet-600\/50:focus {
    background-color: rgba(124, 58, 237, 0.5);
}
.focus\:bg-violet-600\/55:focus {
    background-color: rgba(124, 58, 237, 0.55);
}
.focus\:bg-violet-600\/60:focus {
    background-color: rgba(124, 58, 237, 0.6);
}
.focus\:bg-violet-600\/65:focus {
    background-color: rgba(124, 58, 237, 0.65);
}
.focus\:bg-violet-600\/70:focus {
    background-color: rgba(124, 58, 237, 0.7);
}
.focus\:bg-violet-600\/75:focus {
    background-color: rgba(124, 58, 237, 0.75);
}
.focus\:bg-violet-600\/80:focus {
    background-color: rgba(124, 58, 237, 0.8);
}
.focus\:bg-violet-600\/85:focus {
    background-color: rgba(124, 58, 237, 0.85);
}
.focus\:bg-violet-600\/90:focus {
    background-color: rgba(124, 58, 237, 0.9);
}
.focus\:bg-violet-600\/95:focus {
    background-color: rgba(124, 58, 237, 0.95);
}
.focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-700\/0:focus {
    background-color: rgba(109, 40, 217, 0);
}
.focus\:bg-violet-700\/10:focus {
    background-color: rgba(109, 40, 217, 0.1);
}
.focus\:bg-violet-700\/100:focus {
    background-color: #6d28d9;
}
.focus\:bg-violet-700\/15:focus {
    background-color: rgba(109, 40, 217, 0.15);
}
.focus\:bg-violet-700\/20:focus {
    background-color: rgba(109, 40, 217, 0.2);
}
.focus\:bg-violet-700\/25:focus {
    background-color: rgba(109, 40, 217, 0.25);
}
.focus\:bg-violet-700\/30:focus {
    background-color: rgba(109, 40, 217, 0.3);
}
.focus\:bg-violet-700\/35:focus {
    background-color: rgba(109, 40, 217, 0.35);
}
.focus\:bg-violet-700\/40:focus {
    background-color: rgba(109, 40, 217, 0.4);
}
.focus\:bg-violet-700\/45:focus {
    background-color: rgba(109, 40, 217, 0.45);
}
.focus\:bg-violet-700\/5:focus {
    background-color: rgba(109, 40, 217, 0.05);
}
.focus\:bg-violet-700\/50:focus {
    background-color: rgba(109, 40, 217, 0.5);
}
.focus\:bg-violet-700\/55:focus {
    background-color: rgba(109, 40, 217, 0.55);
}
.focus\:bg-violet-700\/60:focus {
    background-color: rgba(109, 40, 217, 0.6);
}
.focus\:bg-violet-700\/65:focus {
    background-color: rgba(109, 40, 217, 0.65);
}
.focus\:bg-violet-700\/70:focus {
    background-color: rgba(109, 40, 217, 0.7);
}
.focus\:bg-violet-700\/75:focus {
    background-color: rgba(109, 40, 217, 0.75);
}
.focus\:bg-violet-700\/80:focus {
    background-color: rgba(109, 40, 217, 0.8);
}
.focus\:bg-violet-700\/85:focus {
    background-color: rgba(109, 40, 217, 0.85);
}
.focus\:bg-violet-700\/90:focus {
    background-color: rgba(109, 40, 217, 0.9);
}
.focus\:bg-violet-700\/95:focus {
    background-color: rgba(109, 40, 217, 0.95);
}
.focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-800\/0:focus {
    background-color: rgba(91, 33, 182, 0);
}
.focus\:bg-violet-800\/10:focus {
    background-color: rgba(91, 33, 182, 0.1);
}
.focus\:bg-violet-800\/100:focus {
    background-color: #5b21b6;
}
.focus\:bg-violet-800\/15:focus {
    background-color: rgba(91, 33, 182, 0.15);
}
.focus\:bg-violet-800\/20:focus {
    background-color: rgba(91, 33, 182, 0.2);
}
.focus\:bg-violet-800\/25:focus {
    background-color: rgba(91, 33, 182, 0.25);
}
.focus\:bg-violet-800\/30:focus {
    background-color: rgba(91, 33, 182, 0.3);
}
.focus\:bg-violet-800\/35:focus {
    background-color: rgba(91, 33, 182, 0.35);
}
.focus\:bg-violet-800\/40:focus {
    background-color: rgba(91, 33, 182, 0.4);
}
.focus\:bg-violet-800\/45:focus {
    background-color: rgba(91, 33, 182, 0.45);
}
.focus\:bg-violet-800\/5:focus {
    background-color: rgba(91, 33, 182, 0.05);
}
.focus\:bg-violet-800\/50:focus {
    background-color: rgba(91, 33, 182, 0.5);
}
.focus\:bg-violet-800\/55:focus {
    background-color: rgba(91, 33, 182, 0.55);
}
.focus\:bg-violet-800\/60:focus {
    background-color: rgba(91, 33, 182, 0.6);
}
.focus\:bg-violet-800\/65:focus {
    background-color: rgba(91, 33, 182, 0.65);
}
.focus\:bg-violet-800\/70:focus {
    background-color: rgba(91, 33, 182, 0.7);
}
.focus\:bg-violet-800\/75:focus {
    background-color: rgba(91, 33, 182, 0.75);
}
.focus\:bg-violet-800\/80:focus {
    background-color: rgba(91, 33, 182, 0.8);
}
.focus\:bg-violet-800\/85:focus {
    background-color: rgba(91, 33, 182, 0.85);
}
.focus\:bg-violet-800\/90:focus {
    background-color: rgba(91, 33, 182, 0.9);
}
.focus\:bg-violet-800\/95:focus {
    background-color: rgba(91, 33, 182, 0.95);
}
.focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-900\/0:focus {
    background-color: rgba(76, 29, 149, 0);
}
.focus\:bg-violet-900\/10:focus {
    background-color: rgba(76, 29, 149, 0.1);
}
.focus\:bg-violet-900\/100:focus {
    background-color: #4c1d95;
}
.focus\:bg-violet-900\/15:focus {
    background-color: rgba(76, 29, 149, 0.15);
}
.focus\:bg-violet-900\/20:focus {
    background-color: rgba(76, 29, 149, 0.2);
}
.focus\:bg-violet-900\/25:focus {
    background-color: rgba(76, 29, 149, 0.25);
}
.focus\:bg-violet-900\/30:focus {
    background-color: rgba(76, 29, 149, 0.3);
}
.focus\:bg-violet-900\/35:focus {
    background-color: rgba(76, 29, 149, 0.35);
}
.focus\:bg-violet-900\/40:focus {
    background-color: rgba(76, 29, 149, 0.4);
}
.focus\:bg-violet-900\/45:focus {
    background-color: rgba(76, 29, 149, 0.45);
}
.focus\:bg-violet-900\/5:focus {
    background-color: rgba(76, 29, 149, 0.05);
}
.focus\:bg-violet-900\/50:focus {
    background-color: rgba(76, 29, 149, 0.5);
}
.focus\:bg-violet-900\/55:focus {
    background-color: rgba(76, 29, 149, 0.55);
}
.focus\:bg-violet-900\/60:focus {
    background-color: rgba(76, 29, 149, 0.6);
}
.focus\:bg-violet-900\/65:focus {
    background-color: rgba(76, 29, 149, 0.65);
}
.focus\:bg-violet-900\/70:focus {
    background-color: rgba(76, 29, 149, 0.7);
}
.focus\:bg-violet-900\/75:focus {
    background-color: rgba(76, 29, 149, 0.75);
}
.focus\:bg-violet-900\/80:focus {
    background-color: rgba(76, 29, 149, 0.8);
}
.focus\:bg-violet-900\/85:focus {
    background-color: rgba(76, 29, 149, 0.85);
}
.focus\:bg-violet-900\/90:focus {
    background-color: rgba(76, 29, 149, 0.9);
}
.focus\:bg-violet-900\/95:focus {
    background-color: rgba(76, 29, 149, 0.95);
}
.focus\:bg-warmergreen-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(238 239 236 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-100\/0:focus {
    background-color: hsla(80, 9%, 93%, 0);
}
.focus\:bg-warmergreen-100\/10:focus {
    background-color: hsla(80, 9%, 93%, 0.1);
}
.focus\:bg-warmergreen-100\/100:focus {
    background-color: #eeefec;
}
.focus\:bg-warmergreen-100\/15:focus {
    background-color: hsla(80, 9%, 93%, 0.15);
}
.focus\:bg-warmergreen-100\/20:focus {
    background-color: hsla(80, 9%, 93%, 0.2);
}
.focus\:bg-warmergreen-100\/25:focus {
    background-color: hsla(80, 9%, 93%, 0.25);
}
.focus\:bg-warmergreen-100\/30:focus {
    background-color: hsla(80, 9%, 93%, 0.3);
}
.focus\:bg-warmergreen-100\/35:focus {
    background-color: hsla(80, 9%, 93%, 0.35);
}
.focus\:bg-warmergreen-100\/40:focus {
    background-color: hsla(80, 9%, 93%, 0.4);
}
.focus\:bg-warmergreen-100\/45:focus {
    background-color: hsla(80, 9%, 93%, 0.45);
}
.focus\:bg-warmergreen-100\/5:focus {
    background-color: hsla(80, 9%, 93%, 0.05);
}
.focus\:bg-warmergreen-100\/50:focus {
    background-color: hsla(80, 9%, 93%, 0.5);
}
.focus\:bg-warmergreen-100\/55:focus {
    background-color: hsla(80, 9%, 93%, 0.55);
}
.focus\:bg-warmergreen-100\/60:focus {
    background-color: hsla(80, 9%, 93%, 0.6);
}
.focus\:bg-warmergreen-100\/65:focus {
    background-color: hsla(80, 9%, 93%, 0.65);
}
.focus\:bg-warmergreen-100\/70:focus {
    background-color: hsla(80, 9%, 93%, 0.7);
}
.focus\:bg-warmergreen-100\/75:focus {
    background-color: hsla(80, 9%, 93%, 0.75);
}
.focus\:bg-warmergreen-100\/80:focus {
    background-color: hsla(80, 9%, 93%, 0.8);
}
.focus\:bg-warmergreen-100\/85:focus {
    background-color: hsla(80, 9%, 93%, 0.85);
}
.focus\:bg-warmergreen-100\/90:focus {
    background-color: hsla(80, 9%, 93%, 0.9);
}
.focus\:bg-warmergreen-100\/95:focus {
    background-color: hsla(80, 9%, 93%, 0.95);
}
.focus\:bg-warmergreen-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(216 222 215 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-200\/0:focus {
    background-color: rgba(216, 222, 215, 0);
}
.focus\:bg-warmergreen-200\/10:focus {
    background-color: rgba(216, 222, 215, 0.1);
}
.focus\:bg-warmergreen-200\/100:focus {
    background-color: #d8ded7;
}
.focus\:bg-warmergreen-200\/15:focus {
    background-color: rgba(216, 222, 215, 0.15);
}
.focus\:bg-warmergreen-200\/20:focus {
    background-color: rgba(216, 222, 215, 0.2);
}
.focus\:bg-warmergreen-200\/25:focus {
    background-color: rgba(216, 222, 215, 0.25);
}
.focus\:bg-warmergreen-200\/30:focus {
    background-color: rgba(216, 222, 215, 0.3);
}
.focus\:bg-warmergreen-200\/35:focus {
    background-color: rgba(216, 222, 215, 0.35);
}
.focus\:bg-warmergreen-200\/40:focus {
    background-color: rgba(216, 222, 215, 0.4);
}
.focus\:bg-warmergreen-200\/45:focus {
    background-color: rgba(216, 222, 215, 0.45);
}
.focus\:bg-warmergreen-200\/5:focus {
    background-color: rgba(216, 222, 215, 0.05);
}
.focus\:bg-warmergreen-200\/50:focus {
    background-color: rgba(216, 222, 215, 0.5);
}
.focus\:bg-warmergreen-200\/55:focus {
    background-color: rgba(216, 222, 215, 0.55);
}
.focus\:bg-warmergreen-200\/60:focus {
    background-color: rgba(216, 222, 215, 0.6);
}
.focus\:bg-warmergreen-200\/65:focus {
    background-color: rgba(216, 222, 215, 0.65);
}
.focus\:bg-warmergreen-200\/70:focus {
    background-color: rgba(216, 222, 215, 0.7);
}
.focus\:bg-warmergreen-200\/75:focus {
    background-color: rgba(216, 222, 215, 0.75);
}
.focus\:bg-warmergreen-200\/80:focus {
    background-color: rgba(216, 222, 215, 0.8);
}
.focus\:bg-warmergreen-200\/85:focus {
    background-color: rgba(216, 222, 215, 0.85);
}
.focus\:bg-warmergreen-200\/90:focus {
    background-color: rgba(216, 222, 215, 0.9);
}
.focus\:bg-warmergreen-200\/95:focus {
    background-color: rgba(216, 222, 215, 0.95);
}
.focus\:bg-warmergreen-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(177 188 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-300\/0:focus {
    background-color: hsla(111, 9%, 71%, 0);
}
.focus\:bg-warmergreen-300\/10:focus {
    background-color: hsla(111, 9%, 71%, 0.1);
}
.focus\:bg-warmergreen-300\/100:focus {
    background-color: #b1bcaf;
}
.focus\:bg-warmergreen-300\/15:focus {
    background-color: hsla(111, 9%, 71%, 0.15);
}
.focus\:bg-warmergreen-300\/20:focus {
    background-color: hsla(111, 9%, 71%, 0.2);
}
.focus\:bg-warmergreen-300\/25:focus {
    background-color: hsla(111, 9%, 71%, 0.25);
}
.focus\:bg-warmergreen-300\/30:focus {
    background-color: hsla(111, 9%, 71%, 0.3);
}
.focus\:bg-warmergreen-300\/35:focus {
    background-color: hsla(111, 9%, 71%, 0.35);
}
.focus\:bg-warmergreen-300\/40:focus {
    background-color: hsla(111, 9%, 71%, 0.4);
}
.focus\:bg-warmergreen-300\/45:focus {
    background-color: hsla(111, 9%, 71%, 0.45);
}
.focus\:bg-warmergreen-300\/5:focus {
    background-color: hsla(111, 9%, 71%, 0.05);
}
.focus\:bg-warmergreen-300\/50:focus {
    background-color: hsla(111, 9%, 71%, 0.5);
}
.focus\:bg-warmergreen-300\/55:focus {
    background-color: hsla(111, 9%, 71%, 0.55);
}
.focus\:bg-warmergreen-300\/60:focus {
    background-color: hsla(111, 9%, 71%, 0.6);
}
.focus\:bg-warmergreen-300\/65:focus {
    background-color: hsla(111, 9%, 71%, 0.65);
}
.focus\:bg-warmergreen-300\/70:focus {
    background-color: hsla(111, 9%, 71%, 0.7);
}
.focus\:bg-warmergreen-300\/75:focus {
    background-color: hsla(111, 9%, 71%, 0.75);
}
.focus\:bg-warmergreen-300\/80:focus {
    background-color: hsla(111, 9%, 71%, 0.8);
}
.focus\:bg-warmergreen-300\/85:focus {
    background-color: hsla(111, 9%, 71%, 0.85);
}
.focus\:bg-warmergreen-300\/90:focus {
    background-color: hsla(111, 9%, 71%, 0.9);
}
.focus\:bg-warmergreen-300\/95:focus {
    background-color: hsla(111, 9%, 71%, 0.95);
}
.focus\:bg-warmergreen-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(127 150 132 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-400\/0:focus {
    background-color: rgba(127, 150, 132, 0);
}
.focus\:bg-warmergreen-400\/10:focus {
    background-color: rgba(127, 150, 132, 0.1);
}
.focus\:bg-warmergreen-400\/100:focus {
    background-color: #7f9684;
}
.focus\:bg-warmergreen-400\/15:focus {
    background-color: rgba(127, 150, 132, 0.15);
}
.focus\:bg-warmergreen-400\/20:focus {
    background-color: rgba(127, 150, 132, 0.2);
}
.focus\:bg-warmergreen-400\/25:focus {
    background-color: rgba(127, 150, 132, 0.25);
}
.focus\:bg-warmergreen-400\/30:focus {
    background-color: rgba(127, 150, 132, 0.3);
}
.focus\:bg-warmergreen-400\/35:focus {
    background-color: rgba(127, 150, 132, 0.35);
}
.focus\:bg-warmergreen-400\/40:focus {
    background-color: rgba(127, 150, 132, 0.4);
}
.focus\:bg-warmergreen-400\/45:focus {
    background-color: rgba(127, 150, 132, 0.45);
}
.focus\:bg-warmergreen-400\/5:focus {
    background-color: rgba(127, 150, 132, 0.05);
}
.focus\:bg-warmergreen-400\/50:focus {
    background-color: rgba(127, 150, 132, 0.5);
}
.focus\:bg-warmergreen-400\/55:focus {
    background-color: rgba(127, 150, 132, 0.55);
}
.focus\:bg-warmergreen-400\/60:focus {
    background-color: rgba(127, 150, 132, 0.6);
}
.focus\:bg-warmergreen-400\/65:focus {
    background-color: rgba(127, 150, 132, 0.65);
}
.focus\:bg-warmergreen-400\/70:focus {
    background-color: rgba(127, 150, 132, 0.7);
}
.focus\:bg-warmergreen-400\/75:focus {
    background-color: rgba(127, 150, 132, 0.75);
}
.focus\:bg-warmergreen-400\/80:focus {
    background-color: rgba(127, 150, 132, 0.8);
}
.focus\:bg-warmergreen-400\/85:focus {
    background-color: rgba(127, 150, 132, 0.85);
}
.focus\:bg-warmergreen-400\/90:focus {
    background-color: rgba(127, 150, 132, 0.9);
}
.focus\:bg-warmergreen-400\/95:focus {
    background-color: rgba(127, 150, 132, 0.95);
}
.focus\:bg-warmergreen-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-50\/0:focus {
    background-color: hsla(90, 12%, 97%, 0);
}
.focus\:bg-warmergreen-50\/10:focus {
    background-color: hsla(90, 12%, 97%, 0.1);
}
.focus\:bg-warmergreen-50\/100:focus {
    background-color: #f7f8f6;
}
.focus\:bg-warmergreen-50\/15:focus {
    background-color: hsla(90, 12%, 97%, 0.15);
}
.focus\:bg-warmergreen-50\/20:focus {
    background-color: hsla(90, 12%, 97%, 0.2);
}
.focus\:bg-warmergreen-50\/25:focus {
    background-color: hsla(90, 12%, 97%, 0.25);
}
.focus\:bg-warmergreen-50\/30:focus {
    background-color: hsla(90, 12%, 97%, 0.3);
}
.focus\:bg-warmergreen-50\/35:focus {
    background-color: hsla(90, 12%, 97%, 0.35);
}
.focus\:bg-warmergreen-50\/40:focus {
    background-color: hsla(90, 12%, 97%, 0.4);
}
.focus\:bg-warmergreen-50\/45:focus {
    background-color: hsla(90, 12%, 97%, 0.45);
}
.focus\:bg-warmergreen-50\/5:focus {
    background-color: hsla(90, 12%, 97%, 0.05);
}
.focus\:bg-warmergreen-50\/50:focus {
    background-color: hsla(90, 12%, 97%, 0.5);
}
.focus\:bg-warmergreen-50\/55:focus {
    background-color: hsla(90, 12%, 97%, 0.55);
}
.focus\:bg-warmergreen-50\/60:focus {
    background-color: hsla(90, 12%, 97%, 0.6);
}
.focus\:bg-warmergreen-50\/65:focus {
    background-color: hsla(90, 12%, 97%, 0.65);
}
.focus\:bg-warmergreen-50\/70:focus {
    background-color: hsla(90, 12%, 97%, 0.7);
}
.focus\:bg-warmergreen-50\/75:focus {
    background-color: hsla(90, 12%, 97%, 0.75);
}
.focus\:bg-warmergreen-50\/80:focus {
    background-color: hsla(90, 12%, 97%, 0.8);
}
.focus\:bg-warmergreen-50\/85:focus {
    background-color: hsla(90, 12%, 97%, 0.85);
}
.focus\:bg-warmergreen-50\/90:focus {
    background-color: hsla(90, 12%, 97%, 0.9);
}
.focus\:bg-warmergreen-50\/95:focus {
    background-color: hsla(90, 12%, 97%, 0.95);
}
.focus\:bg-warmergreen-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(98 119 95 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-500\/0:focus {
    background-color: rgba(98, 119, 95, 0);
}
.focus\:bg-warmergreen-500\/10:focus {
    background-color: rgba(98, 119, 95, 0.1);
}
.focus\:bg-warmergreen-500\/100:focus {
    background-color: #62775f;
}
.focus\:bg-warmergreen-500\/15:focus {
    background-color: rgba(98, 119, 95, 0.15);
}
.focus\:bg-warmergreen-500\/20:focus {
    background-color: rgba(98, 119, 95, 0.2);
}
.focus\:bg-warmergreen-500\/25:focus {
    background-color: rgba(98, 119, 95, 0.25);
}
.focus\:bg-warmergreen-500\/30:focus {
    background-color: rgba(98, 119, 95, 0.3);
}
.focus\:bg-warmergreen-500\/35:focus {
    background-color: rgba(98, 119, 95, 0.35);
}
.focus\:bg-warmergreen-500\/40:focus {
    background-color: rgba(98, 119, 95, 0.4);
}
.focus\:bg-warmergreen-500\/45:focus {
    background-color: rgba(98, 119, 95, 0.45);
}
.focus\:bg-warmergreen-500\/5:focus {
    background-color: rgba(98, 119, 95, 0.05);
}
.focus\:bg-warmergreen-500\/50:focus {
    background-color: rgba(98, 119, 95, 0.5);
}
.focus\:bg-warmergreen-500\/55:focus {
    background-color: rgba(98, 119, 95, 0.55);
}
.focus\:bg-warmergreen-500\/60:focus {
    background-color: rgba(98, 119, 95, 0.6);
}
.focus\:bg-warmergreen-500\/65:focus {
    background-color: rgba(98, 119, 95, 0.65);
}
.focus\:bg-warmergreen-500\/70:focus {
    background-color: rgba(98, 119, 95, 0.7);
}
.focus\:bg-warmergreen-500\/75:focus {
    background-color: rgba(98, 119, 95, 0.75);
}
.focus\:bg-warmergreen-500\/80:focus {
    background-color: rgba(98, 119, 95, 0.8);
}
.focus\:bg-warmergreen-500\/85:focus {
    background-color: rgba(98, 119, 95, 0.85);
}
.focus\:bg-warmergreen-500\/90:focus {
    background-color: rgba(98, 119, 95, 0.9);
}
.focus\:bg-warmergreen-500\/95:focus {
    background-color: rgba(98, 119, 95, 0.95);
}
.focus\:bg-warmergreen-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(79 92 70 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-600\/0:focus {
    background-color: rgba(79, 92, 70, 0);
}
.focus\:bg-warmergreen-600\/10:focus {
    background-color: rgba(79, 92, 70, 0.1);
}
.focus\:bg-warmergreen-600\/100:focus {
    background-color: #4f5c46;
}
.focus\:bg-warmergreen-600\/15:focus {
    background-color: rgba(79, 92, 70, 0.15);
}
.focus\:bg-warmergreen-600\/20:focus {
    background-color: rgba(79, 92, 70, 0.2);
}
.focus\:bg-warmergreen-600\/25:focus {
    background-color: rgba(79, 92, 70, 0.25);
}
.focus\:bg-warmergreen-600\/30:focus {
    background-color: rgba(79, 92, 70, 0.3);
}
.focus\:bg-warmergreen-600\/35:focus {
    background-color: rgba(79, 92, 70, 0.35);
}
.focus\:bg-warmergreen-600\/40:focus {
    background-color: rgba(79, 92, 70, 0.4);
}
.focus\:bg-warmergreen-600\/45:focus {
    background-color: rgba(79, 92, 70, 0.45);
}
.focus\:bg-warmergreen-600\/5:focus {
    background-color: rgba(79, 92, 70, 0.05);
}
.focus\:bg-warmergreen-600\/50:focus {
    background-color: rgba(79, 92, 70, 0.5);
}
.focus\:bg-warmergreen-600\/55:focus {
    background-color: rgba(79, 92, 70, 0.55);
}
.focus\:bg-warmergreen-600\/60:focus {
    background-color: rgba(79, 92, 70, 0.6);
}
.focus\:bg-warmergreen-600\/65:focus {
    background-color: rgba(79, 92, 70, 0.65);
}
.focus\:bg-warmergreen-600\/70:focus {
    background-color: rgba(79, 92, 70, 0.7);
}
.focus\:bg-warmergreen-600\/75:focus {
    background-color: rgba(79, 92, 70, 0.75);
}
.focus\:bg-warmergreen-600\/80:focus {
    background-color: rgba(79, 92, 70, 0.8);
}
.focus\:bg-warmergreen-600\/85:focus {
    background-color: rgba(79, 92, 70, 0.85);
}
.focus\:bg-warmergreen-600\/90:focus {
    background-color: rgba(79, 92, 70, 0.9);
}
.focus\:bg-warmergreen-600\/95:focus {
    background-color: rgba(79, 92, 70, 0.95);
}
.focus\:bg-warmergreen-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(62 70 54 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-700\/0:focus {
    background-color: rgba(62, 70, 54, 0);
}
.focus\:bg-warmergreen-700\/10:focus {
    background-color: rgba(62, 70, 54, 0.1);
}
.focus\:bg-warmergreen-700\/100:focus {
    background-color: #3e4636;
}
.focus\:bg-warmergreen-700\/15:focus {
    background-color: rgba(62, 70, 54, 0.15);
}
.focus\:bg-warmergreen-700\/20:focus {
    background-color: rgba(62, 70, 54, 0.2);
}
.focus\:bg-warmergreen-700\/25:focus {
    background-color: rgba(62, 70, 54, 0.25);
}
.focus\:bg-warmergreen-700\/30:focus {
    background-color: rgba(62, 70, 54, 0.3);
}
.focus\:bg-warmergreen-700\/35:focus {
    background-color: rgba(62, 70, 54, 0.35);
}
.focus\:bg-warmergreen-700\/40:focus {
    background-color: rgba(62, 70, 54, 0.4);
}
.focus\:bg-warmergreen-700\/45:focus {
    background-color: rgba(62, 70, 54, 0.45);
}
.focus\:bg-warmergreen-700\/5:focus {
    background-color: rgba(62, 70, 54, 0.05);
}
.focus\:bg-warmergreen-700\/50:focus {
    background-color: rgba(62, 70, 54, 0.5);
}
.focus\:bg-warmergreen-700\/55:focus {
    background-color: rgba(62, 70, 54, 0.55);
}
.focus\:bg-warmergreen-700\/60:focus {
    background-color: rgba(62, 70, 54, 0.6);
}
.focus\:bg-warmergreen-700\/65:focus {
    background-color: rgba(62, 70, 54, 0.65);
}
.focus\:bg-warmergreen-700\/70:focus {
    background-color: rgba(62, 70, 54, 0.7);
}
.focus\:bg-warmergreen-700\/75:focus {
    background-color: rgba(62, 70, 54, 0.75);
}
.focus\:bg-warmergreen-700\/80:focus {
    background-color: rgba(62, 70, 54, 0.8);
}
.focus\:bg-warmergreen-700\/85:focus {
    background-color: rgba(62, 70, 54, 0.85);
}
.focus\:bg-warmergreen-700\/90:focus {
    background-color: rgba(62, 70, 54, 0.9);
}
.focus\:bg-warmergreen-700\/95:focus {
    background-color: rgba(62, 70, 54, 0.95);
}
.focus\:bg-warmergreen-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(43 48 40 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-800\/0:focus {
    background-color: rgba(43, 48, 40, 0);
}
.focus\:bg-warmergreen-800\/10:focus {
    background-color: rgba(43, 48, 40, 0.1);
}
.focus\:bg-warmergreen-800\/100:focus {
    background-color: #2b3028;
}
.focus\:bg-warmergreen-800\/15:focus {
    background-color: rgba(43, 48, 40, 0.15);
}
.focus\:bg-warmergreen-800\/20:focus {
    background-color: rgba(43, 48, 40, 0.2);
}
.focus\:bg-warmergreen-800\/25:focus {
    background-color: rgba(43, 48, 40, 0.25);
}
.focus\:bg-warmergreen-800\/30:focus {
    background-color: rgba(43, 48, 40, 0.3);
}
.focus\:bg-warmergreen-800\/35:focus {
    background-color: rgba(43, 48, 40, 0.35);
}
.focus\:bg-warmergreen-800\/40:focus {
    background-color: rgba(43, 48, 40, 0.4);
}
.focus\:bg-warmergreen-800\/45:focus {
    background-color: rgba(43, 48, 40, 0.45);
}
.focus\:bg-warmergreen-800\/5:focus {
    background-color: rgba(43, 48, 40, 0.05);
}
.focus\:bg-warmergreen-800\/50:focus {
    background-color: rgba(43, 48, 40, 0.5);
}
.focus\:bg-warmergreen-800\/55:focus {
    background-color: rgba(43, 48, 40, 0.55);
}
.focus\:bg-warmergreen-800\/60:focus {
    background-color: rgba(43, 48, 40, 0.6);
}
.focus\:bg-warmergreen-800\/65:focus {
    background-color: rgba(43, 48, 40, 0.65);
}
.focus\:bg-warmergreen-800\/70:focus {
    background-color: rgba(43, 48, 40, 0.7);
}
.focus\:bg-warmergreen-800\/75:focus {
    background-color: rgba(43, 48, 40, 0.75);
}
.focus\:bg-warmergreen-800\/80:focus {
    background-color: rgba(43, 48, 40, 0.8);
}
.focus\:bg-warmergreen-800\/85:focus {
    background-color: rgba(43, 48, 40, 0.85);
}
.focus\:bg-warmergreen-800\/90:focus {
    background-color: rgba(43, 48, 40, 0.9);
}
.focus\:bg-warmergreen-800\/95:focus {
    background-color: rgba(43, 48, 40, 0.95);
}
.focus\:bg-warmergreen-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(28 30 27 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmergreen-900\/0:focus {
    background-color: rgba(28, 30, 27, 0);
}
.focus\:bg-warmergreen-900\/10:focus {
    background-color: rgba(28, 30, 27, 0.1);
}
.focus\:bg-warmergreen-900\/100:focus {
    background-color: #1c1e1b;
}
.focus\:bg-warmergreen-900\/15:focus {
    background-color: rgba(28, 30, 27, 0.15);
}
.focus\:bg-warmergreen-900\/20:focus {
    background-color: rgba(28, 30, 27, 0.2);
}
.focus\:bg-warmergreen-900\/25:focus {
    background-color: rgba(28, 30, 27, 0.25);
}
.focus\:bg-warmergreen-900\/30:focus {
    background-color: rgba(28, 30, 27, 0.3);
}
.focus\:bg-warmergreen-900\/35:focus {
    background-color: rgba(28, 30, 27, 0.35);
}
.focus\:bg-warmergreen-900\/40:focus {
    background-color: rgba(28, 30, 27, 0.4);
}
.focus\:bg-warmergreen-900\/45:focus {
    background-color: rgba(28, 30, 27, 0.45);
}
.focus\:bg-warmergreen-900\/5:focus {
    background-color: rgba(28, 30, 27, 0.05);
}
.focus\:bg-warmergreen-900\/50:focus {
    background-color: rgba(28, 30, 27, 0.5);
}
.focus\:bg-warmergreen-900\/55:focus {
    background-color: rgba(28, 30, 27, 0.55);
}
.focus\:bg-warmergreen-900\/60:focus {
    background-color: rgba(28, 30, 27, 0.6);
}
.focus\:bg-warmergreen-900\/65:focus {
    background-color: rgba(28, 30, 27, 0.65);
}
.focus\:bg-warmergreen-900\/70:focus {
    background-color: rgba(28, 30, 27, 0.7);
}
.focus\:bg-warmergreen-900\/75:focus {
    background-color: rgba(28, 30, 27, 0.75);
}
.focus\:bg-warmergreen-900\/80:focus {
    background-color: rgba(28, 30, 27, 0.8);
}
.focus\:bg-warmergreen-900\/85:focus {
    background-color: rgba(28, 30, 27, 0.85);
}
.focus\:bg-warmergreen-900\/90:focus {
    background-color: rgba(28, 30, 27, 0.9);
}
.focus\:bg-warmergreen-900\/95:focus {
    background-color: rgba(28, 30, 27, 0.95);
}
.focus\:bg-warmgray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-100\/0:focus {
    background-color: hsla(60, 5%, 96%, 0);
}
.focus\:bg-warmgray-100\/10:focus {
    background-color: hsla(60, 5%, 96%, 0.1);
}
.focus\:bg-warmgray-100\/100:focus {
    background-color: #f5f5f4;
}
.focus\:bg-warmgray-100\/15:focus {
    background-color: hsla(60, 5%, 96%, 0.15);
}
.focus\:bg-warmgray-100\/20:focus {
    background-color: hsla(60, 5%, 96%, 0.2);
}
.focus\:bg-warmgray-100\/25:focus {
    background-color: hsla(60, 5%, 96%, 0.25);
}
.focus\:bg-warmgray-100\/30:focus {
    background-color: hsla(60, 5%, 96%, 0.3);
}
.focus\:bg-warmgray-100\/35:focus {
    background-color: hsla(60, 5%, 96%, 0.35);
}
.focus\:bg-warmgray-100\/40:focus {
    background-color: hsla(60, 5%, 96%, 0.4);
}
.focus\:bg-warmgray-100\/45:focus {
    background-color: hsla(60, 5%, 96%, 0.45);
}
.focus\:bg-warmgray-100\/5:focus {
    background-color: hsla(60, 5%, 96%, 0.05);
}
.focus\:bg-warmgray-100\/50:focus {
    background-color: hsla(60, 5%, 96%, 0.5);
}
.focus\:bg-warmgray-100\/55:focus {
    background-color: hsla(60, 5%, 96%, 0.55);
}
.focus\:bg-warmgray-100\/60:focus {
    background-color: hsla(60, 5%, 96%, 0.6);
}
.focus\:bg-warmgray-100\/65:focus {
    background-color: hsla(60, 5%, 96%, 0.65);
}
.focus\:bg-warmgray-100\/70:focus {
    background-color: hsla(60, 5%, 96%, 0.7);
}
.focus\:bg-warmgray-100\/75:focus {
    background-color: hsla(60, 5%, 96%, 0.75);
}
.focus\:bg-warmgray-100\/80:focus {
    background-color: hsla(60, 5%, 96%, 0.8);
}
.focus\:bg-warmgray-100\/85:focus {
    background-color: hsla(60, 5%, 96%, 0.85);
}
.focus\:bg-warmgray-100\/90:focus {
    background-color: hsla(60, 5%, 96%, 0.9);
}
.focus\:bg-warmgray-100\/95:focus {
    background-color: hsla(60, 5%, 96%, 0.95);
}
.focus\:bg-warmgray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-200\/0:focus {
    background-color: hsla(20, 6%, 90%, 0);
}
.focus\:bg-warmgray-200\/10:focus {
    background-color: hsla(20, 6%, 90%, 0.1);
}
.focus\:bg-warmgray-200\/100:focus {
    background-color: #e7e5e4;
}
.focus\:bg-warmgray-200\/15:focus {
    background-color: hsla(20, 6%, 90%, 0.15);
}
.focus\:bg-warmgray-200\/20:focus {
    background-color: hsla(20, 6%, 90%, 0.2);
}
.focus\:bg-warmgray-200\/25:focus {
    background-color: hsla(20, 6%, 90%, 0.25);
}
.focus\:bg-warmgray-200\/30:focus {
    background-color: hsla(20, 6%, 90%, 0.3);
}
.focus\:bg-warmgray-200\/35:focus {
    background-color: hsla(20, 6%, 90%, 0.35);
}
.focus\:bg-warmgray-200\/40:focus {
    background-color: hsla(20, 6%, 90%, 0.4);
}
.focus\:bg-warmgray-200\/45:focus {
    background-color: hsla(20, 6%, 90%, 0.45);
}
.focus\:bg-warmgray-200\/5:focus {
    background-color: hsla(20, 6%, 90%, 0.05);
}
.focus\:bg-warmgray-200\/50:focus {
    background-color: hsla(20, 6%, 90%, 0.5);
}
.focus\:bg-warmgray-200\/55:focus {
    background-color: hsla(20, 6%, 90%, 0.55);
}
.focus\:bg-warmgray-200\/60:focus {
    background-color: hsla(20, 6%, 90%, 0.6);
}
.focus\:bg-warmgray-200\/65:focus {
    background-color: hsla(20, 6%, 90%, 0.65);
}
.focus\:bg-warmgray-200\/70:focus {
    background-color: hsla(20, 6%, 90%, 0.7);
}
.focus\:bg-warmgray-200\/75:focus {
    background-color: hsla(20, 6%, 90%, 0.75);
}
.focus\:bg-warmgray-200\/80:focus {
    background-color: hsla(20, 6%, 90%, 0.8);
}
.focus\:bg-warmgray-200\/85:focus {
    background-color: hsla(20, 6%, 90%, 0.85);
}
.focus\:bg-warmgray-200\/90:focus {
    background-color: hsla(20, 6%, 90%, 0.9);
}
.focus\:bg-warmgray-200\/95:focus {
    background-color: hsla(20, 6%, 90%, 0.95);
}
.focus\:bg-warmgray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-300\/0:focus {
    background-color: hsla(24, 6%, 83%, 0);
}
.focus\:bg-warmgray-300\/10:focus {
    background-color: hsla(24, 6%, 83%, 0.1);
}
.focus\:bg-warmgray-300\/100:focus {
    background-color: #d6d3d1;
}
.focus\:bg-warmgray-300\/15:focus {
    background-color: hsla(24, 6%, 83%, 0.15);
}
.focus\:bg-warmgray-300\/20:focus {
    background-color: hsla(24, 6%, 83%, 0.2);
}
.focus\:bg-warmgray-300\/25:focus {
    background-color: hsla(24, 6%, 83%, 0.25);
}
.focus\:bg-warmgray-300\/30:focus {
    background-color: hsla(24, 6%, 83%, 0.3);
}
.focus\:bg-warmgray-300\/35:focus {
    background-color: hsla(24, 6%, 83%, 0.35);
}
.focus\:bg-warmgray-300\/40:focus {
    background-color: hsla(24, 6%, 83%, 0.4);
}
.focus\:bg-warmgray-300\/45:focus {
    background-color: hsla(24, 6%, 83%, 0.45);
}
.focus\:bg-warmgray-300\/5:focus {
    background-color: hsla(24, 6%, 83%, 0.05);
}
.focus\:bg-warmgray-300\/50:focus {
    background-color: hsla(24, 6%, 83%, 0.5);
}
.focus\:bg-warmgray-300\/55:focus {
    background-color: hsla(24, 6%, 83%, 0.55);
}
.focus\:bg-warmgray-300\/60:focus {
    background-color: hsla(24, 6%, 83%, 0.6);
}
.focus\:bg-warmgray-300\/65:focus {
    background-color: hsla(24, 6%, 83%, 0.65);
}
.focus\:bg-warmgray-300\/70:focus {
    background-color: hsla(24, 6%, 83%, 0.7);
}
.focus\:bg-warmgray-300\/75:focus {
    background-color: hsla(24, 6%, 83%, 0.75);
}
.focus\:bg-warmgray-300\/80:focus {
    background-color: hsla(24, 6%, 83%, 0.8);
}
.focus\:bg-warmgray-300\/85:focus {
    background-color: hsla(24, 6%, 83%, 0.85);
}
.focus\:bg-warmgray-300\/90:focus {
    background-color: hsla(24, 6%, 83%, 0.9);
}
.focus\:bg-warmgray-300\/95:focus {
    background-color: hsla(24, 6%, 83%, 0.95);
}
.focus\:bg-warmgray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-400\/0:focus {
    background-color: hsla(24, 5%, 64%, 0);
}
.focus\:bg-warmgray-400\/10:focus {
    background-color: hsla(24, 5%, 64%, 0.1);
}
.focus\:bg-warmgray-400\/100:focus {
    background-color: #a8a29e;
}
.focus\:bg-warmgray-400\/15:focus {
    background-color: hsla(24, 5%, 64%, 0.15);
}
.focus\:bg-warmgray-400\/20:focus {
    background-color: hsla(24, 5%, 64%, 0.2);
}
.focus\:bg-warmgray-400\/25:focus {
    background-color: hsla(24, 5%, 64%, 0.25);
}
.focus\:bg-warmgray-400\/30:focus {
    background-color: hsla(24, 5%, 64%, 0.3);
}
.focus\:bg-warmgray-400\/35:focus {
    background-color: hsla(24, 5%, 64%, 0.35);
}
.focus\:bg-warmgray-400\/40:focus {
    background-color: hsla(24, 5%, 64%, 0.4);
}
.focus\:bg-warmgray-400\/45:focus {
    background-color: hsla(24, 5%, 64%, 0.45);
}
.focus\:bg-warmgray-400\/5:focus {
    background-color: hsla(24, 5%, 64%, 0.05);
}
.focus\:bg-warmgray-400\/50:focus {
    background-color: hsla(24, 5%, 64%, 0.5);
}
.focus\:bg-warmgray-400\/55:focus {
    background-color: hsla(24, 5%, 64%, 0.55);
}
.focus\:bg-warmgray-400\/60:focus {
    background-color: hsla(24, 5%, 64%, 0.6);
}
.focus\:bg-warmgray-400\/65:focus {
    background-color: hsla(24, 5%, 64%, 0.65);
}
.focus\:bg-warmgray-400\/70:focus {
    background-color: hsla(24, 5%, 64%, 0.7);
}
.focus\:bg-warmgray-400\/75:focus {
    background-color: hsla(24, 5%, 64%, 0.75);
}
.focus\:bg-warmgray-400\/80:focus {
    background-color: hsla(24, 5%, 64%, 0.8);
}
.focus\:bg-warmgray-400\/85:focus {
    background-color: hsla(24, 5%, 64%, 0.85);
}
.focus\:bg-warmgray-400\/90:focus {
    background-color: hsla(24, 5%, 64%, 0.9);
}
.focus\:bg-warmgray-400\/95:focus {
    background-color: hsla(24, 5%, 64%, 0.95);
}
.focus\:bg-warmgray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-50\/0:focus {
    background-color: hsla(60, 9%, 98%, 0);
}
.focus\:bg-warmgray-50\/10:focus {
    background-color: hsla(60, 9%, 98%, 0.1);
}
.focus\:bg-warmgray-50\/100:focus {
    background-color: #fafaf9;
}
.focus\:bg-warmgray-50\/15:focus {
    background-color: hsla(60, 9%, 98%, 0.15);
}
.focus\:bg-warmgray-50\/20:focus {
    background-color: hsla(60, 9%, 98%, 0.2);
}
.focus\:bg-warmgray-50\/25:focus {
    background-color: hsla(60, 9%, 98%, 0.25);
}
.focus\:bg-warmgray-50\/30:focus {
    background-color: hsla(60, 9%, 98%, 0.3);
}
.focus\:bg-warmgray-50\/35:focus {
    background-color: hsla(60, 9%, 98%, 0.35);
}
.focus\:bg-warmgray-50\/40:focus {
    background-color: hsla(60, 9%, 98%, 0.4);
}
.focus\:bg-warmgray-50\/45:focus {
    background-color: hsla(60, 9%, 98%, 0.45);
}
.focus\:bg-warmgray-50\/5:focus {
    background-color: hsla(60, 9%, 98%, 0.05);
}
.focus\:bg-warmgray-50\/50:focus {
    background-color: hsla(60, 9%, 98%, 0.5);
}
.focus\:bg-warmgray-50\/55:focus {
    background-color: hsla(60, 9%, 98%, 0.55);
}
.focus\:bg-warmgray-50\/60:focus {
    background-color: hsla(60, 9%, 98%, 0.6);
}
.focus\:bg-warmgray-50\/65:focus {
    background-color: hsla(60, 9%, 98%, 0.65);
}
.focus\:bg-warmgray-50\/70:focus {
    background-color: hsla(60, 9%, 98%, 0.7);
}
.focus\:bg-warmgray-50\/75:focus {
    background-color: hsla(60, 9%, 98%, 0.75);
}
.focus\:bg-warmgray-50\/80:focus {
    background-color: hsla(60, 9%, 98%, 0.8);
}
.focus\:bg-warmgray-50\/85:focus {
    background-color: hsla(60, 9%, 98%, 0.85);
}
.focus\:bg-warmgray-50\/90:focus {
    background-color: hsla(60, 9%, 98%, 0.9);
}
.focus\:bg-warmgray-50\/95:focus {
    background-color: hsla(60, 9%, 98%, 0.95);
}
.focus\:bg-warmgray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-500\/0:focus {
    background-color: hsla(25, 5%, 45%, 0);
}
.focus\:bg-warmgray-500\/10:focus {
    background-color: hsla(25, 5%, 45%, 0.1);
}
.focus\:bg-warmgray-500\/100:focus {
    background-color: #78716c;
}
.focus\:bg-warmgray-500\/15:focus {
    background-color: hsla(25, 5%, 45%, 0.15);
}
.focus\:bg-warmgray-500\/20:focus {
    background-color: hsla(25, 5%, 45%, 0.2);
}
.focus\:bg-warmgray-500\/25:focus {
    background-color: hsla(25, 5%, 45%, 0.25);
}
.focus\:bg-warmgray-500\/30:focus {
    background-color: hsla(25, 5%, 45%, 0.3);
}
.focus\:bg-warmgray-500\/35:focus {
    background-color: hsla(25, 5%, 45%, 0.35);
}
.focus\:bg-warmgray-500\/40:focus {
    background-color: hsla(25, 5%, 45%, 0.4);
}
.focus\:bg-warmgray-500\/45:focus {
    background-color: hsla(25, 5%, 45%, 0.45);
}
.focus\:bg-warmgray-500\/5:focus {
    background-color: hsla(25, 5%, 45%, 0.05);
}
.focus\:bg-warmgray-500\/50:focus {
    background-color: hsla(25, 5%, 45%, 0.5);
}
.focus\:bg-warmgray-500\/55:focus {
    background-color: hsla(25, 5%, 45%, 0.55);
}
.focus\:bg-warmgray-500\/60:focus {
    background-color: hsla(25, 5%, 45%, 0.6);
}
.focus\:bg-warmgray-500\/65:focus {
    background-color: hsla(25, 5%, 45%, 0.65);
}
.focus\:bg-warmgray-500\/70:focus {
    background-color: hsla(25, 5%, 45%, 0.7);
}
.focus\:bg-warmgray-500\/75:focus {
    background-color: hsla(25, 5%, 45%, 0.75);
}
.focus\:bg-warmgray-500\/80:focus {
    background-color: hsla(25, 5%, 45%, 0.8);
}
.focus\:bg-warmgray-500\/85:focus {
    background-color: hsla(25, 5%, 45%, 0.85);
}
.focus\:bg-warmgray-500\/90:focus {
    background-color: hsla(25, 5%, 45%, 0.9);
}
.focus\:bg-warmgray-500\/95:focus {
    background-color: hsla(25, 5%, 45%, 0.95);
}
.focus\:bg-warmgray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-600\/0:focus {
    background-color: rgba(87, 83, 78, 0);
}
.focus\:bg-warmgray-600\/10:focus {
    background-color: rgba(87, 83, 78, 0.1);
}
.focus\:bg-warmgray-600\/100:focus {
    background-color: #57534e;
}
.focus\:bg-warmgray-600\/15:focus {
    background-color: rgba(87, 83, 78, 0.15);
}
.focus\:bg-warmgray-600\/20:focus {
    background-color: rgba(87, 83, 78, 0.2);
}
.focus\:bg-warmgray-600\/25:focus {
    background-color: rgba(87, 83, 78, 0.25);
}
.focus\:bg-warmgray-600\/30:focus {
    background-color: rgba(87, 83, 78, 0.3);
}
.focus\:bg-warmgray-600\/35:focus {
    background-color: rgba(87, 83, 78, 0.35);
}
.focus\:bg-warmgray-600\/40:focus {
    background-color: rgba(87, 83, 78, 0.4);
}
.focus\:bg-warmgray-600\/45:focus {
    background-color: rgba(87, 83, 78, 0.45);
}
.focus\:bg-warmgray-600\/5:focus {
    background-color: rgba(87, 83, 78, 0.05);
}
.focus\:bg-warmgray-600\/50:focus {
    background-color: rgba(87, 83, 78, 0.5);
}
.focus\:bg-warmgray-600\/55:focus {
    background-color: rgba(87, 83, 78, 0.55);
}
.focus\:bg-warmgray-600\/60:focus {
    background-color: rgba(87, 83, 78, 0.6);
}
.focus\:bg-warmgray-600\/65:focus {
    background-color: rgba(87, 83, 78, 0.65);
}
.focus\:bg-warmgray-600\/70:focus {
    background-color: rgba(87, 83, 78, 0.7);
}
.focus\:bg-warmgray-600\/75:focus {
    background-color: rgba(87, 83, 78, 0.75);
}
.focus\:bg-warmgray-600\/80:focus {
    background-color: rgba(87, 83, 78, 0.8);
}
.focus\:bg-warmgray-600\/85:focus {
    background-color: rgba(87, 83, 78, 0.85);
}
.focus\:bg-warmgray-600\/90:focus {
    background-color: rgba(87, 83, 78, 0.9);
}
.focus\:bg-warmgray-600\/95:focus {
    background-color: rgba(87, 83, 78, 0.95);
}
.focus\:bg-warmgray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-700\/0:focus {
    background-color: rgba(68, 64, 60, 0);
}
.focus\:bg-warmgray-700\/10:focus {
    background-color: rgba(68, 64, 60, 0.1);
}
.focus\:bg-warmgray-700\/100:focus {
    background-color: #44403c;
}
.focus\:bg-warmgray-700\/15:focus {
    background-color: rgba(68, 64, 60, 0.15);
}
.focus\:bg-warmgray-700\/20:focus {
    background-color: rgba(68, 64, 60, 0.2);
}
.focus\:bg-warmgray-700\/25:focus {
    background-color: rgba(68, 64, 60, 0.25);
}
.focus\:bg-warmgray-700\/30:focus {
    background-color: rgba(68, 64, 60, 0.3);
}
.focus\:bg-warmgray-700\/35:focus {
    background-color: rgba(68, 64, 60, 0.35);
}
.focus\:bg-warmgray-700\/40:focus {
    background-color: rgba(68, 64, 60, 0.4);
}
.focus\:bg-warmgray-700\/45:focus {
    background-color: rgba(68, 64, 60, 0.45);
}
.focus\:bg-warmgray-700\/5:focus {
    background-color: rgba(68, 64, 60, 0.05);
}
.focus\:bg-warmgray-700\/50:focus {
    background-color: rgba(68, 64, 60, 0.5);
}
.focus\:bg-warmgray-700\/55:focus {
    background-color: rgba(68, 64, 60, 0.55);
}
.focus\:bg-warmgray-700\/60:focus {
    background-color: rgba(68, 64, 60, 0.6);
}
.focus\:bg-warmgray-700\/65:focus {
    background-color: rgba(68, 64, 60, 0.65);
}
.focus\:bg-warmgray-700\/70:focus {
    background-color: rgba(68, 64, 60, 0.7);
}
.focus\:bg-warmgray-700\/75:focus {
    background-color: rgba(68, 64, 60, 0.75);
}
.focus\:bg-warmgray-700\/80:focus {
    background-color: rgba(68, 64, 60, 0.8);
}
.focus\:bg-warmgray-700\/85:focus {
    background-color: rgba(68, 64, 60, 0.85);
}
.focus\:bg-warmgray-700\/90:focus {
    background-color: rgba(68, 64, 60, 0.9);
}
.focus\:bg-warmgray-700\/95:focus {
    background-color: rgba(68, 64, 60, 0.95);
}
.focus\:bg-warmgray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-800\/0:focus {
    background-color: rgba(41, 37, 36, 0);
}
.focus\:bg-warmgray-800\/10:focus {
    background-color: rgba(41, 37, 36, 0.1);
}
.focus\:bg-warmgray-800\/100:focus {
    background-color: #292524;
}
.focus\:bg-warmgray-800\/15:focus {
    background-color: rgba(41, 37, 36, 0.15);
}
.focus\:bg-warmgray-800\/20:focus {
    background-color: rgba(41, 37, 36, 0.2);
}
.focus\:bg-warmgray-800\/25:focus {
    background-color: rgba(41, 37, 36, 0.25);
}
.focus\:bg-warmgray-800\/30:focus {
    background-color: rgba(41, 37, 36, 0.3);
}
.focus\:bg-warmgray-800\/35:focus {
    background-color: rgba(41, 37, 36, 0.35);
}
.focus\:bg-warmgray-800\/40:focus {
    background-color: rgba(41, 37, 36, 0.4);
}
.focus\:bg-warmgray-800\/45:focus {
    background-color: rgba(41, 37, 36, 0.45);
}
.focus\:bg-warmgray-800\/5:focus {
    background-color: rgba(41, 37, 36, 0.05);
}
.focus\:bg-warmgray-800\/50:focus {
    background-color: rgba(41, 37, 36, 0.5);
}
.focus\:bg-warmgray-800\/55:focus {
    background-color: rgba(41, 37, 36, 0.55);
}
.focus\:bg-warmgray-800\/60:focus {
    background-color: rgba(41, 37, 36, 0.6);
}
.focus\:bg-warmgray-800\/65:focus {
    background-color: rgba(41, 37, 36, 0.65);
}
.focus\:bg-warmgray-800\/70:focus {
    background-color: rgba(41, 37, 36, 0.7);
}
.focus\:bg-warmgray-800\/75:focus {
    background-color: rgba(41, 37, 36, 0.75);
}
.focus\:bg-warmgray-800\/80:focus {
    background-color: rgba(41, 37, 36, 0.8);
}
.focus\:bg-warmgray-800\/85:focus {
    background-color: rgba(41, 37, 36, 0.85);
}
.focus\:bg-warmgray-800\/90:focus {
    background-color: rgba(41, 37, 36, 0.9);
}
.focus\:bg-warmgray-800\/95:focus {
    background-color: rgba(41, 37, 36, 0.95);
}
.focus\:bg-warmgray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgray-900\/0:focus {
    background-color: rgba(28, 25, 23, 0);
}
.focus\:bg-warmgray-900\/10:focus {
    background-color: rgba(28, 25, 23, 0.1);
}
.focus\:bg-warmgray-900\/100:focus {
    background-color: #1c1917;
}
.focus\:bg-warmgray-900\/15:focus {
    background-color: rgba(28, 25, 23, 0.15);
}
.focus\:bg-warmgray-900\/20:focus {
    background-color: rgba(28, 25, 23, 0.2);
}
.focus\:bg-warmgray-900\/25:focus {
    background-color: rgba(28, 25, 23, 0.25);
}
.focus\:bg-warmgray-900\/30:focus {
    background-color: rgba(28, 25, 23, 0.3);
}
.focus\:bg-warmgray-900\/35:focus {
    background-color: rgba(28, 25, 23, 0.35);
}
.focus\:bg-warmgray-900\/40:focus {
    background-color: rgba(28, 25, 23, 0.4);
}
.focus\:bg-warmgray-900\/45:focus {
    background-color: rgba(28, 25, 23, 0.45);
}
.focus\:bg-warmgray-900\/5:focus {
    background-color: rgba(28, 25, 23, 0.05);
}
.focus\:bg-warmgray-900\/50:focus {
    background-color: rgba(28, 25, 23, 0.5);
}
.focus\:bg-warmgray-900\/55:focus {
    background-color: rgba(28, 25, 23, 0.55);
}
.focus\:bg-warmgray-900\/60:focus {
    background-color: rgba(28, 25, 23, 0.6);
}
.focus\:bg-warmgray-900\/65:focus {
    background-color: rgba(28, 25, 23, 0.65);
}
.focus\:bg-warmgray-900\/70:focus {
    background-color: rgba(28, 25, 23, 0.7);
}
.focus\:bg-warmgray-900\/75:focus {
    background-color: rgba(28, 25, 23, 0.75);
}
.focus\:bg-warmgray-900\/80:focus {
    background-color: rgba(28, 25, 23, 0.8);
}
.focus\:bg-warmgray-900\/85:focus {
    background-color: rgba(28, 25, 23, 0.85);
}
.focus\:bg-warmgray-900\/90:focus {
    background-color: rgba(28, 25, 23, 0.9);
}
.focus\:bg-warmgray-900\/95:focus {
    background-color: rgba(28, 25, 23, 0.95);
}
.focus\:bg-warmgreen-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(223 250 149 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-100\/0:focus {
    background-color: hsla(76, 91%, 78%, 0);
}
.focus\:bg-warmgreen-100\/10:focus {
    background-color: hsla(76, 91%, 78%, 0.1);
}
.focus\:bg-warmgreen-100\/100:focus {
    background-color: #dffa95;
}
.focus\:bg-warmgreen-100\/15:focus {
    background-color: hsla(76, 91%, 78%, 0.15);
}
.focus\:bg-warmgreen-100\/20:focus {
    background-color: hsla(76, 91%, 78%, 0.2);
}
.focus\:bg-warmgreen-100\/25:focus {
    background-color: hsla(76, 91%, 78%, 0.25);
}
.focus\:bg-warmgreen-100\/30:focus {
    background-color: hsla(76, 91%, 78%, 0.3);
}
.focus\:bg-warmgreen-100\/35:focus {
    background-color: hsla(76, 91%, 78%, 0.35);
}
.focus\:bg-warmgreen-100\/40:focus {
    background-color: hsla(76, 91%, 78%, 0.4);
}
.focus\:bg-warmgreen-100\/45:focus {
    background-color: hsla(76, 91%, 78%, 0.45);
}
.focus\:bg-warmgreen-100\/5:focus {
    background-color: hsla(76, 91%, 78%, 0.05);
}
.focus\:bg-warmgreen-100\/50:focus {
    background-color: hsla(76, 91%, 78%, 0.5);
}
.focus\:bg-warmgreen-100\/55:focus {
    background-color: hsla(76, 91%, 78%, 0.55);
}
.focus\:bg-warmgreen-100\/60:focus {
    background-color: hsla(76, 91%, 78%, 0.6);
}
.focus\:bg-warmgreen-100\/65:focus {
    background-color: hsla(76, 91%, 78%, 0.65);
}
.focus\:bg-warmgreen-100\/70:focus {
    background-color: hsla(76, 91%, 78%, 0.7);
}
.focus\:bg-warmgreen-100\/75:focus {
    background-color: hsla(76, 91%, 78%, 0.75);
}
.focus\:bg-warmgreen-100\/80:focus {
    background-color: hsla(76, 91%, 78%, 0.8);
}
.focus\:bg-warmgreen-100\/85:focus {
    background-color: hsla(76, 91%, 78%, 0.85);
}
.focus\:bg-warmgreen-100\/90:focus {
    background-color: hsla(76, 91%, 78%, 0.9);
}
.focus\:bg-warmgreen-100\/95:focus {
    background-color: hsla(76, 91%, 78%, 0.95);
}
.focus\:bg-warmgreen-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(213 240 139 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-200\/0:focus {
    background-color: hsla(76, 77%, 74%, 0);
}
.focus\:bg-warmgreen-200\/10:focus {
    background-color: hsla(76, 77%, 74%, 0.1);
}
.focus\:bg-warmgreen-200\/100:focus {
    background-color: #d5f08b;
}
.focus\:bg-warmgreen-200\/15:focus {
    background-color: hsla(76, 77%, 74%, 0.15);
}
.focus\:bg-warmgreen-200\/20:focus {
    background-color: hsla(76, 77%, 74%, 0.2);
}
.focus\:bg-warmgreen-200\/25:focus {
    background-color: hsla(76, 77%, 74%, 0.25);
}
.focus\:bg-warmgreen-200\/30:focus {
    background-color: hsla(76, 77%, 74%, 0.3);
}
.focus\:bg-warmgreen-200\/35:focus {
    background-color: hsla(76, 77%, 74%, 0.35);
}
.focus\:bg-warmgreen-200\/40:focus {
    background-color: hsla(76, 77%, 74%, 0.4);
}
.focus\:bg-warmgreen-200\/45:focus {
    background-color: hsla(76, 77%, 74%, 0.45);
}
.focus\:bg-warmgreen-200\/5:focus {
    background-color: hsla(76, 77%, 74%, 0.05);
}
.focus\:bg-warmgreen-200\/50:focus {
    background-color: hsla(76, 77%, 74%, 0.5);
}
.focus\:bg-warmgreen-200\/55:focus {
    background-color: hsla(76, 77%, 74%, 0.55);
}
.focus\:bg-warmgreen-200\/60:focus {
    background-color: hsla(76, 77%, 74%, 0.6);
}
.focus\:bg-warmgreen-200\/65:focus {
    background-color: hsla(76, 77%, 74%, 0.65);
}
.focus\:bg-warmgreen-200\/70:focus {
    background-color: hsla(76, 77%, 74%, 0.7);
}
.focus\:bg-warmgreen-200\/75:focus {
    background-color: hsla(76, 77%, 74%, 0.75);
}
.focus\:bg-warmgreen-200\/80:focus {
    background-color: hsla(76, 77%, 74%, 0.8);
}
.focus\:bg-warmgreen-200\/85:focus {
    background-color: hsla(76, 77%, 74%, 0.85);
}
.focus\:bg-warmgreen-200\/90:focus {
    background-color: hsla(76, 77%, 74%, 0.9);
}
.focus\:bg-warmgreen-200\/95:focus {
    background-color: hsla(76, 77%, 74%, 0.95);
}
.focus\:bg-warmgreen-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(203 230 129 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-300\/0:focus {
    background-color: hsla(76, 67%, 70%, 0);
}
.focus\:bg-warmgreen-300\/10:focus {
    background-color: hsla(76, 67%, 70%, 0.1);
}
.focus\:bg-warmgreen-300\/100:focus {
    background-color: #cbe681;
}
.focus\:bg-warmgreen-300\/15:focus {
    background-color: hsla(76, 67%, 70%, 0.15);
}
.focus\:bg-warmgreen-300\/20:focus {
    background-color: hsla(76, 67%, 70%, 0.2);
}
.focus\:bg-warmgreen-300\/25:focus {
    background-color: hsla(76, 67%, 70%, 0.25);
}
.focus\:bg-warmgreen-300\/30:focus {
    background-color: hsla(76, 67%, 70%, 0.3);
}
.focus\:bg-warmgreen-300\/35:focus {
    background-color: hsla(76, 67%, 70%, 0.35);
}
.focus\:bg-warmgreen-300\/40:focus {
    background-color: hsla(76, 67%, 70%, 0.4);
}
.focus\:bg-warmgreen-300\/45:focus {
    background-color: hsla(76, 67%, 70%, 0.45);
}
.focus\:bg-warmgreen-300\/5:focus {
    background-color: hsla(76, 67%, 70%, 0.05);
}
.focus\:bg-warmgreen-300\/50:focus {
    background-color: hsla(76, 67%, 70%, 0.5);
}
.focus\:bg-warmgreen-300\/55:focus {
    background-color: hsla(76, 67%, 70%, 0.55);
}
.focus\:bg-warmgreen-300\/60:focus {
    background-color: hsla(76, 67%, 70%, 0.6);
}
.focus\:bg-warmgreen-300\/65:focus {
    background-color: hsla(76, 67%, 70%, 0.65);
}
.focus\:bg-warmgreen-300\/70:focus {
    background-color: hsla(76, 67%, 70%, 0.7);
}
.focus\:bg-warmgreen-300\/75:focus {
    background-color: hsla(76, 67%, 70%, 0.75);
}
.focus\:bg-warmgreen-300\/80:focus {
    background-color: hsla(76, 67%, 70%, 0.8);
}
.focus\:bg-warmgreen-300\/85:focus {
    background-color: hsla(76, 67%, 70%, 0.85);
}
.focus\:bg-warmgreen-300\/90:focus {
    background-color: hsla(76, 67%, 70%, 0.9);
}
.focus\:bg-warmgreen-300\/95:focus {
    background-color: hsla(76, 67%, 70%, 0.95);
}
.focus\:bg-warmgreen-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(193 220 119 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-400\/0:focus {
    background-color: hsla(76, 59%, 66%, 0);
}
.focus\:bg-warmgreen-400\/10:focus {
    background-color: hsla(76, 59%, 66%, 0.1);
}
.focus\:bg-warmgreen-400\/100:focus {
    background-color: #c1dc77;
}
.focus\:bg-warmgreen-400\/15:focus {
    background-color: hsla(76, 59%, 66%, 0.15);
}
.focus\:bg-warmgreen-400\/20:focus {
    background-color: hsla(76, 59%, 66%, 0.2);
}
.focus\:bg-warmgreen-400\/25:focus {
    background-color: hsla(76, 59%, 66%, 0.25);
}
.focus\:bg-warmgreen-400\/30:focus {
    background-color: hsla(76, 59%, 66%, 0.3);
}
.focus\:bg-warmgreen-400\/35:focus {
    background-color: hsla(76, 59%, 66%, 0.35);
}
.focus\:bg-warmgreen-400\/40:focus {
    background-color: hsla(76, 59%, 66%, 0.4);
}
.focus\:bg-warmgreen-400\/45:focus {
    background-color: hsla(76, 59%, 66%, 0.45);
}
.focus\:bg-warmgreen-400\/5:focus {
    background-color: hsla(76, 59%, 66%, 0.05);
}
.focus\:bg-warmgreen-400\/50:focus {
    background-color: hsla(76, 59%, 66%, 0.5);
}
.focus\:bg-warmgreen-400\/55:focus {
    background-color: hsla(76, 59%, 66%, 0.55);
}
.focus\:bg-warmgreen-400\/60:focus {
    background-color: hsla(76, 59%, 66%, 0.6);
}
.focus\:bg-warmgreen-400\/65:focus {
    background-color: hsla(76, 59%, 66%, 0.65);
}
.focus\:bg-warmgreen-400\/70:focus {
    background-color: hsla(76, 59%, 66%, 0.7);
}
.focus\:bg-warmgreen-400\/75:focus {
    background-color: hsla(76, 59%, 66%, 0.75);
}
.focus\:bg-warmgreen-400\/80:focus {
    background-color: hsla(76, 59%, 66%, 0.8);
}
.focus\:bg-warmgreen-400\/85:focus {
    background-color: hsla(76, 59%, 66%, 0.85);
}
.focus\:bg-warmgreen-400\/90:focus {
    background-color: hsla(76, 59%, 66%, 0.9);
}
.focus\:bg-warmgreen-400\/95:focus {
    background-color: hsla(76, 59%, 66%, 0.95);
}
.focus\:bg-warmgreen-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(233 255 159 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-50\/0:focus {
    background-color: rgba(233, 255, 159, 0);
}
.focus\:bg-warmgreen-50\/10:focus {
    background-color: rgba(233, 255, 159, 0.1);
}
.focus\:bg-warmgreen-50\/100:focus {
    background-color: #e9ff9f;
}
.focus\:bg-warmgreen-50\/15:focus {
    background-color: rgba(233, 255, 159, 0.15);
}
.focus\:bg-warmgreen-50\/20:focus {
    background-color: rgba(233, 255, 159, 0.2);
}
.focus\:bg-warmgreen-50\/25:focus {
    background-color: rgba(233, 255, 159, 0.25);
}
.focus\:bg-warmgreen-50\/30:focus {
    background-color: rgba(233, 255, 159, 0.3);
}
.focus\:bg-warmgreen-50\/35:focus {
    background-color: rgba(233, 255, 159, 0.35);
}
.focus\:bg-warmgreen-50\/40:focus {
    background-color: rgba(233, 255, 159, 0.4);
}
.focus\:bg-warmgreen-50\/45:focus {
    background-color: rgba(233, 255, 159, 0.45);
}
.focus\:bg-warmgreen-50\/5:focus {
    background-color: rgba(233, 255, 159, 0.05);
}
.focus\:bg-warmgreen-50\/50:focus {
    background-color: rgba(233, 255, 159, 0.5);
}
.focus\:bg-warmgreen-50\/55:focus {
    background-color: rgba(233, 255, 159, 0.55);
}
.focus\:bg-warmgreen-50\/60:focus {
    background-color: rgba(233, 255, 159, 0.6);
}
.focus\:bg-warmgreen-50\/65:focus {
    background-color: rgba(233, 255, 159, 0.65);
}
.focus\:bg-warmgreen-50\/70:focus {
    background-color: rgba(233, 255, 159, 0.7);
}
.focus\:bg-warmgreen-50\/75:focus {
    background-color: rgba(233, 255, 159, 0.75);
}
.focus\:bg-warmgreen-50\/80:focus {
    background-color: rgba(233, 255, 159, 0.8);
}
.focus\:bg-warmgreen-50\/85:focus {
    background-color: rgba(233, 255, 159, 0.85);
}
.focus\:bg-warmgreen-50\/90:focus {
    background-color: rgba(233, 255, 159, 0.9);
}
.focus\:bg-warmgreen-50\/95:focus {
    background-color: rgba(233, 255, 159, 0.95);
}
.focus\:bg-warmgreen-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(183 210 109 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-500\/0:focus {
    background-color: hsla(76, 53%, 63%, 0);
}
.focus\:bg-warmgreen-500\/10:focus {
    background-color: hsla(76, 53%, 63%, 0.1);
}
.focus\:bg-warmgreen-500\/100:focus {
    background-color: #b7d26d;
}
.focus\:bg-warmgreen-500\/15:focus {
    background-color: hsla(76, 53%, 63%, 0.15);
}
.focus\:bg-warmgreen-500\/20:focus {
    background-color: hsla(76, 53%, 63%, 0.2);
}
.focus\:bg-warmgreen-500\/25:focus {
    background-color: hsla(76, 53%, 63%, 0.25);
}
.focus\:bg-warmgreen-500\/30:focus {
    background-color: hsla(76, 53%, 63%, 0.3);
}
.focus\:bg-warmgreen-500\/35:focus {
    background-color: hsla(76, 53%, 63%, 0.35);
}
.focus\:bg-warmgreen-500\/40:focus {
    background-color: hsla(76, 53%, 63%, 0.4);
}
.focus\:bg-warmgreen-500\/45:focus {
    background-color: hsla(76, 53%, 63%, 0.45);
}
.focus\:bg-warmgreen-500\/5:focus {
    background-color: hsla(76, 53%, 63%, 0.05);
}
.focus\:bg-warmgreen-500\/50:focus {
    background-color: hsla(76, 53%, 63%, 0.5);
}
.focus\:bg-warmgreen-500\/55:focus {
    background-color: hsla(76, 53%, 63%, 0.55);
}
.focus\:bg-warmgreen-500\/60:focus {
    background-color: hsla(76, 53%, 63%, 0.6);
}
.focus\:bg-warmgreen-500\/65:focus {
    background-color: hsla(76, 53%, 63%, 0.65);
}
.focus\:bg-warmgreen-500\/70:focus {
    background-color: hsla(76, 53%, 63%, 0.7);
}
.focus\:bg-warmgreen-500\/75:focus {
    background-color: hsla(76, 53%, 63%, 0.75);
}
.focus\:bg-warmgreen-500\/80:focus {
    background-color: hsla(76, 53%, 63%, 0.8);
}
.focus\:bg-warmgreen-500\/85:focus {
    background-color: hsla(76, 53%, 63%, 0.85);
}
.focus\:bg-warmgreen-500\/90:focus {
    background-color: hsla(76, 53%, 63%, 0.9);
}
.focus\:bg-warmgreen-500\/95:focus {
    background-color: hsla(76, 53%, 63%, 0.95);
}
.focus\:bg-warmgreen-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(173 200 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-600\/0:focus {
    background-color: rgba(173, 200, 99, 0);
}
.focus\:bg-warmgreen-600\/10:focus {
    background-color: rgba(173, 200, 99, 0.1);
}
.focus\:bg-warmgreen-600\/100:focus {
    background-color: #adc863;
}
.focus\:bg-warmgreen-600\/15:focus {
    background-color: rgba(173, 200, 99, 0.15);
}
.focus\:bg-warmgreen-600\/20:focus {
    background-color: rgba(173, 200, 99, 0.2);
}
.focus\:bg-warmgreen-600\/25:focus {
    background-color: rgba(173, 200, 99, 0.25);
}
.focus\:bg-warmgreen-600\/30:focus {
    background-color: rgba(173, 200, 99, 0.3);
}
.focus\:bg-warmgreen-600\/35:focus {
    background-color: rgba(173, 200, 99, 0.35);
}
.focus\:bg-warmgreen-600\/40:focus {
    background-color: rgba(173, 200, 99, 0.4);
}
.focus\:bg-warmgreen-600\/45:focus {
    background-color: rgba(173, 200, 99, 0.45);
}
.focus\:bg-warmgreen-600\/5:focus {
    background-color: rgba(173, 200, 99, 0.05);
}
.focus\:bg-warmgreen-600\/50:focus {
    background-color: rgba(173, 200, 99, 0.5);
}
.focus\:bg-warmgreen-600\/55:focus {
    background-color: rgba(173, 200, 99, 0.55);
}
.focus\:bg-warmgreen-600\/60:focus {
    background-color: rgba(173, 200, 99, 0.6);
}
.focus\:bg-warmgreen-600\/65:focus {
    background-color: rgba(173, 200, 99, 0.65);
}
.focus\:bg-warmgreen-600\/70:focus {
    background-color: rgba(173, 200, 99, 0.7);
}
.focus\:bg-warmgreen-600\/75:focus {
    background-color: rgba(173, 200, 99, 0.75);
}
.focus\:bg-warmgreen-600\/80:focus {
    background-color: rgba(173, 200, 99, 0.8);
}
.focus\:bg-warmgreen-600\/85:focus {
    background-color: rgba(173, 200, 99, 0.85);
}
.focus\:bg-warmgreen-600\/90:focus {
    background-color: rgba(173, 200, 99, 0.9);
}
.focus\:bg-warmgreen-600\/95:focus {
    background-color: rgba(173, 200, 99, 0.95);
}
.focus\:bg-warmgreen-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(163 190 89 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-700\/0:focus {
    background-color: rgba(163, 190, 89, 0);
}
.focus\:bg-warmgreen-700\/10:focus {
    background-color: rgba(163, 190, 89, 0.1);
}
.focus\:bg-warmgreen-700\/100:focus {
    background-color: #a3be59;
}
.focus\:bg-warmgreen-700\/15:focus {
    background-color: rgba(163, 190, 89, 0.15);
}
.focus\:bg-warmgreen-700\/20:focus {
    background-color: rgba(163, 190, 89, 0.2);
}
.focus\:bg-warmgreen-700\/25:focus {
    background-color: rgba(163, 190, 89, 0.25);
}
.focus\:bg-warmgreen-700\/30:focus {
    background-color: rgba(163, 190, 89, 0.3);
}
.focus\:bg-warmgreen-700\/35:focus {
    background-color: rgba(163, 190, 89, 0.35);
}
.focus\:bg-warmgreen-700\/40:focus {
    background-color: rgba(163, 190, 89, 0.4);
}
.focus\:bg-warmgreen-700\/45:focus {
    background-color: rgba(163, 190, 89, 0.45);
}
.focus\:bg-warmgreen-700\/5:focus {
    background-color: rgba(163, 190, 89, 0.05);
}
.focus\:bg-warmgreen-700\/50:focus {
    background-color: rgba(163, 190, 89, 0.5);
}
.focus\:bg-warmgreen-700\/55:focus {
    background-color: rgba(163, 190, 89, 0.55);
}
.focus\:bg-warmgreen-700\/60:focus {
    background-color: rgba(163, 190, 89, 0.6);
}
.focus\:bg-warmgreen-700\/65:focus {
    background-color: rgba(163, 190, 89, 0.65);
}
.focus\:bg-warmgreen-700\/70:focus {
    background-color: rgba(163, 190, 89, 0.7);
}
.focus\:bg-warmgreen-700\/75:focus {
    background-color: rgba(163, 190, 89, 0.75);
}
.focus\:bg-warmgreen-700\/80:focus {
    background-color: rgba(163, 190, 89, 0.8);
}
.focus\:bg-warmgreen-700\/85:focus {
    background-color: rgba(163, 190, 89, 0.85);
}
.focus\:bg-warmgreen-700\/90:focus {
    background-color: rgba(163, 190, 89, 0.9);
}
.focus\:bg-warmgreen-700\/95:focus {
    background-color: rgba(163, 190, 89, 0.95);
}
.focus\:bg-warmgreen-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(98 119 95 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-800\/0:focus {
    background-color: rgba(98, 119, 95, 0);
}
.focus\:bg-warmgreen-800\/10:focus {
    background-color: rgba(98, 119, 95, 0.1);
}
.focus\:bg-warmgreen-800\/100:focus {
    background-color: #62775f;
}
.focus\:bg-warmgreen-800\/15:focus {
    background-color: rgba(98, 119, 95, 0.15);
}
.focus\:bg-warmgreen-800\/20:focus {
    background-color: rgba(98, 119, 95, 0.2);
}
.focus\:bg-warmgreen-800\/25:focus {
    background-color: rgba(98, 119, 95, 0.25);
}
.focus\:bg-warmgreen-800\/30:focus {
    background-color: rgba(98, 119, 95, 0.3);
}
.focus\:bg-warmgreen-800\/35:focus {
    background-color: rgba(98, 119, 95, 0.35);
}
.focus\:bg-warmgreen-800\/40:focus {
    background-color: rgba(98, 119, 95, 0.4);
}
.focus\:bg-warmgreen-800\/45:focus {
    background-color: rgba(98, 119, 95, 0.45);
}
.focus\:bg-warmgreen-800\/5:focus {
    background-color: rgba(98, 119, 95, 0.05);
}
.focus\:bg-warmgreen-800\/50:focus {
    background-color: rgba(98, 119, 95, 0.5);
}
.focus\:bg-warmgreen-800\/55:focus {
    background-color: rgba(98, 119, 95, 0.55);
}
.focus\:bg-warmgreen-800\/60:focus {
    background-color: rgba(98, 119, 95, 0.6);
}
.focus\:bg-warmgreen-800\/65:focus {
    background-color: rgba(98, 119, 95, 0.65);
}
.focus\:bg-warmgreen-800\/70:focus {
    background-color: rgba(98, 119, 95, 0.7);
}
.focus\:bg-warmgreen-800\/75:focus {
    background-color: rgba(98, 119, 95, 0.75);
}
.focus\:bg-warmgreen-800\/80:focus {
    background-color: rgba(98, 119, 95, 0.8);
}
.focus\:bg-warmgreen-800\/85:focus {
    background-color: rgba(98, 119, 95, 0.85);
}
.focus\:bg-warmgreen-800\/90:focus {
    background-color: rgba(98, 119, 95, 0.9);
}
.focus\:bg-warmgreen-800\/95:focus {
    background-color: rgba(98, 119, 95, 0.95);
}
.focus\:bg-warmgreen-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(143 170 69 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warmgreen-900\/0:focus {
    background-color: rgba(143, 170, 69, 0);
}
.focus\:bg-warmgreen-900\/10:focus {
    background-color: rgba(143, 170, 69, 0.1);
}
.focus\:bg-warmgreen-900\/100:focus {
    background-color: #8faa45;
}
.focus\:bg-warmgreen-900\/15:focus {
    background-color: rgba(143, 170, 69, 0.15);
}
.focus\:bg-warmgreen-900\/20:focus {
    background-color: rgba(143, 170, 69, 0.2);
}
.focus\:bg-warmgreen-900\/25:focus {
    background-color: rgba(143, 170, 69, 0.25);
}
.focus\:bg-warmgreen-900\/30:focus {
    background-color: rgba(143, 170, 69, 0.3);
}
.focus\:bg-warmgreen-900\/35:focus {
    background-color: rgba(143, 170, 69, 0.35);
}
.focus\:bg-warmgreen-900\/40:focus {
    background-color: rgba(143, 170, 69, 0.4);
}
.focus\:bg-warmgreen-900\/45:focus {
    background-color: rgba(143, 170, 69, 0.45);
}
.focus\:bg-warmgreen-900\/5:focus {
    background-color: rgba(143, 170, 69, 0.05);
}
.focus\:bg-warmgreen-900\/50:focus {
    background-color: rgba(143, 170, 69, 0.5);
}
.focus\:bg-warmgreen-900\/55:focus {
    background-color: rgba(143, 170, 69, 0.55);
}
.focus\:bg-warmgreen-900\/60:focus {
    background-color: rgba(143, 170, 69, 0.6);
}
.focus\:bg-warmgreen-900\/65:focus {
    background-color: rgba(143, 170, 69, 0.65);
}
.focus\:bg-warmgreen-900\/70:focus {
    background-color: rgba(143, 170, 69, 0.7);
}
.focus\:bg-warmgreen-900\/75:focus {
    background-color: rgba(143, 170, 69, 0.75);
}
.focus\:bg-warmgreen-900\/80:focus {
    background-color: rgba(143, 170, 69, 0.8);
}
.focus\:bg-warmgreen-900\/85:focus {
    background-color: rgba(143, 170, 69, 0.85);
}
.focus\:bg-warmgreen-900\/90:focus {
    background-color: rgba(143, 170, 69, 0.9);
}
.focus\:bg-warmgreen-900\/95:focus {
    background-color: rgba(143, 170, 69, 0.95);
}
.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-100\/0:focus {
    background-color: hsla(48, 96%, 89%, 0);
}
.focus\:bg-yellow-100\/10:focus {
    background-color: hsla(48, 96%, 89%, 0.1);
}
.focus\:bg-yellow-100\/100:focus {
    background-color: #fef3c7;
}
.focus\:bg-yellow-100\/15:focus {
    background-color: hsla(48, 96%, 89%, 0.15);
}
.focus\:bg-yellow-100\/20:focus {
    background-color: hsla(48, 96%, 89%, 0.2);
}
.focus\:bg-yellow-100\/25:focus {
    background-color: hsla(48, 96%, 89%, 0.25);
}
.focus\:bg-yellow-100\/30:focus {
    background-color: hsla(48, 96%, 89%, 0.3);
}
.focus\:bg-yellow-100\/35:focus {
    background-color: hsla(48, 96%, 89%, 0.35);
}
.focus\:bg-yellow-100\/40:focus {
    background-color: hsla(48, 96%, 89%, 0.4);
}
.focus\:bg-yellow-100\/45:focus {
    background-color: hsla(48, 96%, 89%, 0.45);
}
.focus\:bg-yellow-100\/5:focus {
    background-color: hsla(48, 96%, 89%, 0.05);
}
.focus\:bg-yellow-100\/50:focus {
    background-color: hsla(48, 96%, 89%, 0.5);
}
.focus\:bg-yellow-100\/55:focus {
    background-color: hsla(48, 96%, 89%, 0.55);
}
.focus\:bg-yellow-100\/60:focus {
    background-color: hsla(48, 96%, 89%, 0.6);
}
.focus\:bg-yellow-100\/65:focus {
    background-color: hsla(48, 96%, 89%, 0.65);
}
.focus\:bg-yellow-100\/70:focus {
    background-color: hsla(48, 96%, 89%, 0.7);
}
.focus\:bg-yellow-100\/75:focus {
    background-color: hsla(48, 96%, 89%, 0.75);
}
.focus\:bg-yellow-100\/80:focus {
    background-color: hsla(48, 96%, 89%, 0.8);
}
.focus\:bg-yellow-100\/85:focus {
    background-color: hsla(48, 96%, 89%, 0.85);
}
.focus\:bg-yellow-100\/90:focus {
    background-color: hsla(48, 96%, 89%, 0.9);
}
.focus\:bg-yellow-100\/95:focus {
    background-color: hsla(48, 96%, 89%, 0.95);
}
.focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-200\/0:focus {
    background-color: hsla(48, 97%, 77%, 0);
}
.focus\:bg-yellow-200\/10:focus {
    background-color: hsla(48, 97%, 77%, 0.1);
}
.focus\:bg-yellow-200\/100:focus {
    background-color: #fde68a;
}
.focus\:bg-yellow-200\/15:focus {
    background-color: hsla(48, 97%, 77%, 0.15);
}
.focus\:bg-yellow-200\/20:focus {
    background-color: hsla(48, 97%, 77%, 0.2);
}
.focus\:bg-yellow-200\/25:focus {
    background-color: hsla(48, 97%, 77%, 0.25);
}
.focus\:bg-yellow-200\/30:focus {
    background-color: hsla(48, 97%, 77%, 0.3);
}
.focus\:bg-yellow-200\/35:focus {
    background-color: hsla(48, 97%, 77%, 0.35);
}
.focus\:bg-yellow-200\/40:focus {
    background-color: hsla(48, 97%, 77%, 0.4);
}
.focus\:bg-yellow-200\/45:focus {
    background-color: hsla(48, 97%, 77%, 0.45);
}
.focus\:bg-yellow-200\/5:focus {
    background-color: hsla(48, 97%, 77%, 0.05);
}
.focus\:bg-yellow-200\/50:focus {
    background-color: hsla(48, 97%, 77%, 0.5);
}
.focus\:bg-yellow-200\/55:focus {
    background-color: hsla(48, 97%, 77%, 0.55);
}
.focus\:bg-yellow-200\/60:focus {
    background-color: hsla(48, 97%, 77%, 0.6);
}
.focus\:bg-yellow-200\/65:focus {
    background-color: hsla(48, 97%, 77%, 0.65);
}
.focus\:bg-yellow-200\/70:focus {
    background-color: hsla(48, 97%, 77%, 0.7);
}
.focus\:bg-yellow-200\/75:focus {
    background-color: hsla(48, 97%, 77%, 0.75);
}
.focus\:bg-yellow-200\/80:focus {
    background-color: hsla(48, 97%, 77%, 0.8);
}
.focus\:bg-yellow-200\/85:focus {
    background-color: hsla(48, 97%, 77%, 0.85);
}
.focus\:bg-yellow-200\/90:focus {
    background-color: hsla(48, 97%, 77%, 0.9);
}
.focus\:bg-yellow-200\/95:focus {
    background-color: hsla(48, 97%, 77%, 0.95);
}
.focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-300\/0:focus {
    background-color: rgba(252, 211, 77, 0);
}
.focus\:bg-yellow-300\/10:focus {
    background-color: rgba(252, 211, 77, 0.1);
}
.focus\:bg-yellow-300\/100:focus {
    background-color: #fcd34d;
}
.focus\:bg-yellow-300\/15:focus {
    background-color: rgba(252, 211, 77, 0.15);
}
.focus\:bg-yellow-300\/20:focus {
    background-color: rgba(252, 211, 77, 0.2);
}
.focus\:bg-yellow-300\/25:focus {
    background-color: rgba(252, 211, 77, 0.25);
}
.focus\:bg-yellow-300\/30:focus {
    background-color: rgba(252, 211, 77, 0.3);
}
.focus\:bg-yellow-300\/35:focus {
    background-color: rgba(252, 211, 77, 0.35);
}
.focus\:bg-yellow-300\/40:focus {
    background-color: rgba(252, 211, 77, 0.4);
}
.focus\:bg-yellow-300\/45:focus {
    background-color: rgba(252, 211, 77, 0.45);
}
.focus\:bg-yellow-300\/5:focus {
    background-color: rgba(252, 211, 77, 0.05);
}
.focus\:bg-yellow-300\/50:focus {
    background-color: rgba(252, 211, 77, 0.5);
}
.focus\:bg-yellow-300\/55:focus {
    background-color: rgba(252, 211, 77, 0.55);
}
.focus\:bg-yellow-300\/60:focus {
    background-color: rgba(252, 211, 77, 0.6);
}
.focus\:bg-yellow-300\/65:focus {
    background-color: rgba(252, 211, 77, 0.65);
}
.focus\:bg-yellow-300\/70:focus {
    background-color: rgba(252, 211, 77, 0.7);
}
.focus\:bg-yellow-300\/75:focus {
    background-color: rgba(252, 211, 77, 0.75);
}
.focus\:bg-yellow-300\/80:focus {
    background-color: rgba(252, 211, 77, 0.8);
}
.focus\:bg-yellow-300\/85:focus {
    background-color: rgba(252, 211, 77, 0.85);
}
.focus\:bg-yellow-300\/90:focus {
    background-color: rgba(252, 211, 77, 0.9);
}
.focus\:bg-yellow-300\/95:focus {
    background-color: rgba(252, 211, 77, 0.95);
}
.focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-400\/0:focus {
    background-color: rgba(251, 191, 36, 0);
}
.focus\:bg-yellow-400\/10:focus {
    background-color: rgba(251, 191, 36, 0.1);
}
.focus\:bg-yellow-400\/100:focus {
    background-color: #fbbf24;
}
.focus\:bg-yellow-400\/15:focus {
    background-color: rgba(251, 191, 36, 0.15);
}
.focus\:bg-yellow-400\/20:focus {
    background-color: rgba(251, 191, 36, 0.2);
}
.focus\:bg-yellow-400\/25:focus {
    background-color: rgba(251, 191, 36, 0.25);
}
.focus\:bg-yellow-400\/30:focus {
    background-color: rgba(251, 191, 36, 0.3);
}
.focus\:bg-yellow-400\/35:focus {
    background-color: rgba(251, 191, 36, 0.35);
}
.focus\:bg-yellow-400\/40:focus {
    background-color: rgba(251, 191, 36, 0.4);
}
.focus\:bg-yellow-400\/45:focus {
    background-color: rgba(251, 191, 36, 0.45);
}
.focus\:bg-yellow-400\/5:focus {
    background-color: rgba(251, 191, 36, 0.05);
}
.focus\:bg-yellow-400\/50:focus {
    background-color: rgba(251, 191, 36, 0.5);
}
.focus\:bg-yellow-400\/55:focus {
    background-color: rgba(251, 191, 36, 0.55);
}
.focus\:bg-yellow-400\/60:focus {
    background-color: rgba(251, 191, 36, 0.6);
}
.focus\:bg-yellow-400\/65:focus {
    background-color: rgba(251, 191, 36, 0.65);
}
.focus\:bg-yellow-400\/70:focus {
    background-color: rgba(251, 191, 36, 0.7);
}
.focus\:bg-yellow-400\/75:focus {
    background-color: rgba(251, 191, 36, 0.75);
}
.focus\:bg-yellow-400\/80:focus {
    background-color: rgba(251, 191, 36, 0.8);
}
.focus\:bg-yellow-400\/85:focus {
    background-color: rgba(251, 191, 36, 0.85);
}
.focus\:bg-yellow-400\/90:focus {
    background-color: rgba(251, 191, 36, 0.9);
}
.focus\:bg-yellow-400\/95:focus {
    background-color: rgba(251, 191, 36, 0.95);
}
.focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-50\/0:focus {
    background-color: rgba(255, 251, 235, 0);
}
.focus\:bg-yellow-50\/10:focus {
    background-color: rgba(255, 251, 235, 0.1);
}
.focus\:bg-yellow-50\/100:focus {
    background-color: #fffbeb;
}
.focus\:bg-yellow-50\/15:focus {
    background-color: rgba(255, 251, 235, 0.15);
}
.focus\:bg-yellow-50\/20:focus {
    background-color: rgba(255, 251, 235, 0.2);
}
.focus\:bg-yellow-50\/25:focus {
    background-color: rgba(255, 251, 235, 0.25);
}
.focus\:bg-yellow-50\/30:focus {
    background-color: rgba(255, 251, 235, 0.3);
}
.focus\:bg-yellow-50\/35:focus {
    background-color: rgba(255, 251, 235, 0.35);
}
.focus\:bg-yellow-50\/40:focus {
    background-color: rgba(255, 251, 235, 0.4);
}
.focus\:bg-yellow-50\/45:focus {
    background-color: rgba(255, 251, 235, 0.45);
}
.focus\:bg-yellow-50\/5:focus {
    background-color: rgba(255, 251, 235, 0.05);
}
.focus\:bg-yellow-50\/50:focus {
    background-color: rgba(255, 251, 235, 0.5);
}
.focus\:bg-yellow-50\/55:focus {
    background-color: rgba(255, 251, 235, 0.55);
}
.focus\:bg-yellow-50\/60:focus {
    background-color: rgba(255, 251, 235, 0.6);
}
.focus\:bg-yellow-50\/65:focus {
    background-color: rgba(255, 251, 235, 0.65);
}
.focus\:bg-yellow-50\/70:focus {
    background-color: rgba(255, 251, 235, 0.7);
}
.focus\:bg-yellow-50\/75:focus {
    background-color: rgba(255, 251, 235, 0.75);
}
.focus\:bg-yellow-50\/80:focus {
    background-color: rgba(255, 251, 235, 0.8);
}
.focus\:bg-yellow-50\/85:focus {
    background-color: rgba(255, 251, 235, 0.85);
}
.focus\:bg-yellow-50\/90:focus {
    background-color: rgba(255, 251, 235, 0.9);
}
.focus\:bg-yellow-50\/95:focus {
    background-color: rgba(255, 251, 235, 0.95);
}
.focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-500\/0:focus {
    background-color: rgba(245, 158, 11, 0);
}
.focus\:bg-yellow-500\/10:focus {
    background-color: rgba(245, 158, 11, 0.1);
}
.focus\:bg-yellow-500\/100:focus {
    background-color: #f59e0b;
}
.focus\:bg-yellow-500\/15:focus {
    background-color: rgba(245, 158, 11, 0.15);
}
.focus\:bg-yellow-500\/20:focus {
    background-color: rgba(245, 158, 11, 0.2);
}
.focus\:bg-yellow-500\/25:focus {
    background-color: rgba(245, 158, 11, 0.25);
}
.focus\:bg-yellow-500\/30:focus {
    background-color: rgba(245, 158, 11, 0.3);
}
.focus\:bg-yellow-500\/35:focus {
    background-color: rgba(245, 158, 11, 0.35);
}
.focus\:bg-yellow-500\/40:focus {
    background-color: rgba(245, 158, 11, 0.4);
}
.focus\:bg-yellow-500\/45:focus {
    background-color: rgba(245, 158, 11, 0.45);
}
.focus\:bg-yellow-500\/5:focus {
    background-color: rgba(245, 158, 11, 0.05);
}
.focus\:bg-yellow-500\/50:focus {
    background-color: rgba(245, 158, 11, 0.5);
}
.focus\:bg-yellow-500\/55:focus {
    background-color: rgba(245, 158, 11, 0.55);
}
.focus\:bg-yellow-500\/60:focus {
    background-color: rgba(245, 158, 11, 0.6);
}
.focus\:bg-yellow-500\/65:focus {
    background-color: rgba(245, 158, 11, 0.65);
}
.focus\:bg-yellow-500\/70:focus {
    background-color: rgba(245, 158, 11, 0.7);
}
.focus\:bg-yellow-500\/75:focus {
    background-color: rgba(245, 158, 11, 0.75);
}
.focus\:bg-yellow-500\/80:focus {
    background-color: rgba(245, 158, 11, 0.8);
}
.focus\:bg-yellow-500\/85:focus {
    background-color: rgba(245, 158, 11, 0.85);
}
.focus\:bg-yellow-500\/90:focus {
    background-color: rgba(245, 158, 11, 0.9);
}
.focus\:bg-yellow-500\/95:focus {
    background-color: rgba(245, 158, 11, 0.95);
}
.focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-600\/0:focus {
    background-color: rgba(217, 119, 6, 0);
}
.focus\:bg-yellow-600\/10:focus {
    background-color: rgba(217, 119, 6, 0.1);
}
.focus\:bg-yellow-600\/100:focus {
    background-color: #d97706;
}
.focus\:bg-yellow-600\/15:focus {
    background-color: rgba(217, 119, 6, 0.15);
}
.focus\:bg-yellow-600\/20:focus {
    background-color: rgba(217, 119, 6, 0.2);
}
.focus\:bg-yellow-600\/25:focus {
    background-color: rgba(217, 119, 6, 0.25);
}
.focus\:bg-yellow-600\/30:focus {
    background-color: rgba(217, 119, 6, 0.3);
}
.focus\:bg-yellow-600\/35:focus {
    background-color: rgba(217, 119, 6, 0.35);
}
.focus\:bg-yellow-600\/40:focus {
    background-color: rgba(217, 119, 6, 0.4);
}
.focus\:bg-yellow-600\/45:focus {
    background-color: rgba(217, 119, 6, 0.45);
}
.focus\:bg-yellow-600\/5:focus {
    background-color: rgba(217, 119, 6, 0.05);
}
.focus\:bg-yellow-600\/50:focus {
    background-color: rgba(217, 119, 6, 0.5);
}
.focus\:bg-yellow-600\/55:focus {
    background-color: rgba(217, 119, 6, 0.55);
}
.focus\:bg-yellow-600\/60:focus {
    background-color: rgba(217, 119, 6, 0.6);
}
.focus\:bg-yellow-600\/65:focus {
    background-color: rgba(217, 119, 6, 0.65);
}
.focus\:bg-yellow-600\/70:focus {
    background-color: rgba(217, 119, 6, 0.7);
}
.focus\:bg-yellow-600\/75:focus {
    background-color: rgba(217, 119, 6, 0.75);
}
.focus\:bg-yellow-600\/80:focus {
    background-color: rgba(217, 119, 6, 0.8);
}
.focus\:bg-yellow-600\/85:focus {
    background-color: rgba(217, 119, 6, 0.85);
}
.focus\:bg-yellow-600\/90:focus {
    background-color: rgba(217, 119, 6, 0.9);
}
.focus\:bg-yellow-600\/95:focus {
    background-color: rgba(217, 119, 6, 0.95);
}
.focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-700\/0:focus {
    background-color: rgba(180, 83, 9, 0);
}
.focus\:bg-yellow-700\/10:focus {
    background-color: rgba(180, 83, 9, 0.1);
}
.focus\:bg-yellow-700\/100:focus {
    background-color: #b45309;
}
.focus\:bg-yellow-700\/15:focus {
    background-color: rgba(180, 83, 9, 0.15);
}
.focus\:bg-yellow-700\/20:focus {
    background-color: rgba(180, 83, 9, 0.2);
}
.focus\:bg-yellow-700\/25:focus {
    background-color: rgba(180, 83, 9, 0.25);
}
.focus\:bg-yellow-700\/30:focus {
    background-color: rgba(180, 83, 9, 0.3);
}
.focus\:bg-yellow-700\/35:focus {
    background-color: rgba(180, 83, 9, 0.35);
}
.focus\:bg-yellow-700\/40:focus {
    background-color: rgba(180, 83, 9, 0.4);
}
.focus\:bg-yellow-700\/45:focus {
    background-color: rgba(180, 83, 9, 0.45);
}
.focus\:bg-yellow-700\/5:focus {
    background-color: rgba(180, 83, 9, 0.05);
}
.focus\:bg-yellow-700\/50:focus {
    background-color: rgba(180, 83, 9, 0.5);
}
.focus\:bg-yellow-700\/55:focus {
    background-color: rgba(180, 83, 9, 0.55);
}
.focus\:bg-yellow-700\/60:focus {
    background-color: rgba(180, 83, 9, 0.6);
}
.focus\:bg-yellow-700\/65:focus {
    background-color: rgba(180, 83, 9, 0.65);
}
.focus\:bg-yellow-700\/70:focus {
    background-color: rgba(180, 83, 9, 0.7);
}
.focus\:bg-yellow-700\/75:focus {
    background-color: rgba(180, 83, 9, 0.75);
}
.focus\:bg-yellow-700\/80:focus {
    background-color: rgba(180, 83, 9, 0.8);
}
.focus\:bg-yellow-700\/85:focus {
    background-color: rgba(180, 83, 9, 0.85);
}
.focus\:bg-yellow-700\/90:focus {
    background-color: rgba(180, 83, 9, 0.9);
}
.focus\:bg-yellow-700\/95:focus {
    background-color: rgba(180, 83, 9, 0.95);
}
.focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-800\/0:focus {
    background-color: rgba(146, 64, 14, 0);
}
.focus\:bg-yellow-800\/10:focus {
    background-color: rgba(146, 64, 14, 0.1);
}
.focus\:bg-yellow-800\/100:focus {
    background-color: #92400e;
}
.focus\:bg-yellow-800\/15:focus {
    background-color: rgba(146, 64, 14, 0.15);
}
.focus\:bg-yellow-800\/20:focus {
    background-color: rgba(146, 64, 14, 0.2);
}
.focus\:bg-yellow-800\/25:focus {
    background-color: rgba(146, 64, 14, 0.25);
}
.focus\:bg-yellow-800\/30:focus {
    background-color: rgba(146, 64, 14, 0.3);
}
.focus\:bg-yellow-800\/35:focus {
    background-color: rgba(146, 64, 14, 0.35);
}
.focus\:bg-yellow-800\/40:focus {
    background-color: rgba(146, 64, 14, 0.4);
}
.focus\:bg-yellow-800\/45:focus {
    background-color: rgba(146, 64, 14, 0.45);
}
.focus\:bg-yellow-800\/5:focus {
    background-color: rgba(146, 64, 14, 0.05);
}
.focus\:bg-yellow-800\/50:focus {
    background-color: rgba(146, 64, 14, 0.5);
}
.focus\:bg-yellow-800\/55:focus {
    background-color: rgba(146, 64, 14, 0.55);
}
.focus\:bg-yellow-800\/60:focus {
    background-color: rgba(146, 64, 14, 0.6);
}
.focus\:bg-yellow-800\/65:focus {
    background-color: rgba(146, 64, 14, 0.65);
}
.focus\:bg-yellow-800\/70:focus {
    background-color: rgba(146, 64, 14, 0.7);
}
.focus\:bg-yellow-800\/75:focus {
    background-color: rgba(146, 64, 14, 0.75);
}
.focus\:bg-yellow-800\/80:focus {
    background-color: rgba(146, 64, 14, 0.8);
}
.focus\:bg-yellow-800\/85:focus {
    background-color: rgba(146, 64, 14, 0.85);
}
.focus\:bg-yellow-800\/90:focus {
    background-color: rgba(146, 64, 14, 0.9);
}
.focus\:bg-yellow-800\/95:focus {
    background-color: rgba(146, 64, 14, 0.95);
}
.focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.focus\:bg-yellow-900\/0:focus {
    background-color: rgba(120, 53, 15, 0);
}
.focus\:bg-yellow-900\/10:focus {
    background-color: rgba(120, 53, 15, 0.1);
}
.focus\:bg-yellow-900\/100:focus {
    background-color: #78350f;
}
.focus\:bg-yellow-900\/15:focus {
    background-color: rgba(120, 53, 15, 0.15);
}
.focus\:bg-yellow-900\/20:focus {
    background-color: rgba(120, 53, 15, 0.2);
}
.focus\:bg-yellow-900\/25:focus {
    background-color: rgba(120, 53, 15, 0.25);
}
.focus\:bg-yellow-900\/30:focus {
    background-color: rgba(120, 53, 15, 0.3);
}
.focus\:bg-yellow-900\/35:focus {
    background-color: rgba(120, 53, 15, 0.35);
}
.focus\:bg-yellow-900\/40:focus {
    background-color: rgba(120, 53, 15, 0.4);
}
.focus\:bg-yellow-900\/45:focus {
    background-color: rgba(120, 53, 15, 0.45);
}
.focus\:bg-yellow-900\/5:focus {
    background-color: rgba(120, 53, 15, 0.05);
}
.focus\:bg-yellow-900\/50:focus {
    background-color: rgba(120, 53, 15, 0.5);
}
.focus\:bg-yellow-900\/55:focus {
    background-color: rgba(120, 53, 15, 0.55);
}
.focus\:bg-yellow-900\/60:focus {
    background-color: rgba(120, 53, 15, 0.6);
}
.focus\:bg-yellow-900\/65:focus {
    background-color: rgba(120, 53, 15, 0.65);
}
.focus\:bg-yellow-900\/70:focus {
    background-color: rgba(120, 53, 15, 0.7);
}
.focus\:bg-yellow-900\/75:focus {
    background-color: rgba(120, 53, 15, 0.75);
}
.focus\:bg-yellow-900\/80:focus {
    background-color: rgba(120, 53, 15, 0.8);
}
.focus\:bg-yellow-900\/85:focus {
    background-color: rgba(120, 53, 15, 0.85);
}
.focus\:bg-yellow-900\/90:focus {
    background-color: rgba(120, 53, 15, 0.9);
}
.focus\:bg-yellow-900\/95:focus {
    background-color: rgba(120, 53, 15, 0.95);
}
.focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-100\/0:focus {
    background-color: hsla(240, 5%, 96%, 0);
}
.focus\:bg-zinc-100\/10:focus {
    background-color: hsla(240, 5%, 96%, 0.1);
}
.focus\:bg-zinc-100\/100:focus {
    background-color: #f4f4f5;
}
.focus\:bg-zinc-100\/15:focus {
    background-color: hsla(240, 5%, 96%, 0.15);
}
.focus\:bg-zinc-100\/20:focus {
    background-color: hsla(240, 5%, 96%, 0.2);
}
.focus\:bg-zinc-100\/25:focus {
    background-color: hsla(240, 5%, 96%, 0.25);
}
.focus\:bg-zinc-100\/30:focus {
    background-color: hsla(240, 5%, 96%, 0.3);
}
.focus\:bg-zinc-100\/35:focus {
    background-color: hsla(240, 5%, 96%, 0.35);
}
.focus\:bg-zinc-100\/40:focus {
    background-color: hsla(240, 5%, 96%, 0.4);
}
.focus\:bg-zinc-100\/45:focus {
    background-color: hsla(240, 5%, 96%, 0.45);
}
.focus\:bg-zinc-100\/5:focus {
    background-color: hsla(240, 5%, 96%, 0.05);
}
.focus\:bg-zinc-100\/50:focus {
    background-color: hsla(240, 5%, 96%, 0.5);
}
.focus\:bg-zinc-100\/55:focus {
    background-color: hsla(240, 5%, 96%, 0.55);
}
.focus\:bg-zinc-100\/60:focus {
    background-color: hsla(240, 5%, 96%, 0.6);
}
.focus\:bg-zinc-100\/65:focus {
    background-color: hsla(240, 5%, 96%, 0.65);
}
.focus\:bg-zinc-100\/70:focus {
    background-color: hsla(240, 5%, 96%, 0.7);
}
.focus\:bg-zinc-100\/75:focus {
    background-color: hsla(240, 5%, 96%, 0.75);
}
.focus\:bg-zinc-100\/80:focus {
    background-color: hsla(240, 5%, 96%, 0.8);
}
.focus\:bg-zinc-100\/85:focus {
    background-color: hsla(240, 5%, 96%, 0.85);
}
.focus\:bg-zinc-100\/90:focus {
    background-color: hsla(240, 5%, 96%, 0.9);
}
.focus\:bg-zinc-100\/95:focus {
    background-color: hsla(240, 5%, 96%, 0.95);
}
.focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-200\/0:focus {
    background-color: hsla(240, 6%, 90%, 0);
}
.focus\:bg-zinc-200\/10:focus {
    background-color: hsla(240, 6%, 90%, 0.1);
}
.focus\:bg-zinc-200\/100:focus {
    background-color: #e4e4e7;
}
.focus\:bg-zinc-200\/15:focus {
    background-color: hsla(240, 6%, 90%, 0.15);
}
.focus\:bg-zinc-200\/20:focus {
    background-color: hsla(240, 6%, 90%, 0.2);
}
.focus\:bg-zinc-200\/25:focus {
    background-color: hsla(240, 6%, 90%, 0.25);
}
.focus\:bg-zinc-200\/30:focus {
    background-color: hsla(240, 6%, 90%, 0.3);
}
.focus\:bg-zinc-200\/35:focus {
    background-color: hsla(240, 6%, 90%, 0.35);
}
.focus\:bg-zinc-200\/40:focus {
    background-color: hsla(240, 6%, 90%, 0.4);
}
.focus\:bg-zinc-200\/45:focus {
    background-color: hsla(240, 6%, 90%, 0.45);
}
.focus\:bg-zinc-200\/5:focus {
    background-color: hsla(240, 6%, 90%, 0.05);
}
.focus\:bg-zinc-200\/50:focus {
    background-color: hsla(240, 6%, 90%, 0.5);
}
.focus\:bg-zinc-200\/55:focus {
    background-color: hsla(240, 6%, 90%, 0.55);
}
.focus\:bg-zinc-200\/60:focus {
    background-color: hsla(240, 6%, 90%, 0.6);
}
.focus\:bg-zinc-200\/65:focus {
    background-color: hsla(240, 6%, 90%, 0.65);
}
.focus\:bg-zinc-200\/70:focus {
    background-color: hsla(240, 6%, 90%, 0.7);
}
.focus\:bg-zinc-200\/75:focus {
    background-color: hsla(240, 6%, 90%, 0.75);
}
.focus\:bg-zinc-200\/80:focus {
    background-color: hsla(240, 6%, 90%, 0.8);
}
.focus\:bg-zinc-200\/85:focus {
    background-color: hsla(240, 6%, 90%, 0.85);
}
.focus\:bg-zinc-200\/90:focus {
    background-color: hsla(240, 6%, 90%, 0.9);
}
.focus\:bg-zinc-200\/95:focus {
    background-color: hsla(240, 6%, 90%, 0.95);
}
.focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-300\/0:focus {
    background-color: hsla(240, 5%, 84%, 0);
}
.focus\:bg-zinc-300\/10:focus {
    background-color: hsla(240, 5%, 84%, 0.1);
}
.focus\:bg-zinc-300\/100:focus {
    background-color: #d4d4d8;
}
.focus\:bg-zinc-300\/15:focus {
    background-color: hsla(240, 5%, 84%, 0.15);
}
.focus\:bg-zinc-300\/20:focus {
    background-color: hsla(240, 5%, 84%, 0.2);
}
.focus\:bg-zinc-300\/25:focus {
    background-color: hsla(240, 5%, 84%, 0.25);
}
.focus\:bg-zinc-300\/30:focus {
    background-color: hsla(240, 5%, 84%, 0.3);
}
.focus\:bg-zinc-300\/35:focus {
    background-color: hsla(240, 5%, 84%, 0.35);
}
.focus\:bg-zinc-300\/40:focus {
    background-color: hsla(240, 5%, 84%, 0.4);
}
.focus\:bg-zinc-300\/45:focus {
    background-color: hsla(240, 5%, 84%, 0.45);
}
.focus\:bg-zinc-300\/5:focus {
    background-color: hsla(240, 5%, 84%, 0.05);
}
.focus\:bg-zinc-300\/50:focus {
    background-color: hsla(240, 5%, 84%, 0.5);
}
.focus\:bg-zinc-300\/55:focus {
    background-color: hsla(240, 5%, 84%, 0.55);
}
.focus\:bg-zinc-300\/60:focus {
    background-color: hsla(240, 5%, 84%, 0.6);
}
.focus\:bg-zinc-300\/65:focus {
    background-color: hsla(240, 5%, 84%, 0.65);
}
.focus\:bg-zinc-300\/70:focus {
    background-color: hsla(240, 5%, 84%, 0.7);
}
.focus\:bg-zinc-300\/75:focus {
    background-color: hsla(240, 5%, 84%, 0.75);
}
.focus\:bg-zinc-300\/80:focus {
    background-color: hsla(240, 5%, 84%, 0.8);
}
.focus\:bg-zinc-300\/85:focus {
    background-color: hsla(240, 5%, 84%, 0.85);
}
.focus\:bg-zinc-300\/90:focus {
    background-color: hsla(240, 5%, 84%, 0.9);
}
.focus\:bg-zinc-300\/95:focus {
    background-color: hsla(240, 5%, 84%, 0.95);
}
.focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-400\/0:focus {
    background-color: hsla(240, 5%, 65%, 0);
}
.focus\:bg-zinc-400\/10:focus {
    background-color: hsla(240, 5%, 65%, 0.1);
}
.focus\:bg-zinc-400\/100:focus {
    background-color: #a1a1aa;
}
.focus\:bg-zinc-400\/15:focus {
    background-color: hsla(240, 5%, 65%, 0.15);
}
.focus\:bg-zinc-400\/20:focus {
    background-color: hsla(240, 5%, 65%, 0.2);
}
.focus\:bg-zinc-400\/25:focus {
    background-color: hsla(240, 5%, 65%, 0.25);
}
.focus\:bg-zinc-400\/30:focus {
    background-color: hsla(240, 5%, 65%, 0.3);
}
.focus\:bg-zinc-400\/35:focus {
    background-color: hsla(240, 5%, 65%, 0.35);
}
.focus\:bg-zinc-400\/40:focus {
    background-color: hsla(240, 5%, 65%, 0.4);
}
.focus\:bg-zinc-400\/45:focus {
    background-color: hsla(240, 5%, 65%, 0.45);
}
.focus\:bg-zinc-400\/5:focus {
    background-color: hsla(240, 5%, 65%, 0.05);
}
.focus\:bg-zinc-400\/50:focus {
    background-color: hsla(240, 5%, 65%, 0.5);
}
.focus\:bg-zinc-400\/55:focus {
    background-color: hsla(240, 5%, 65%, 0.55);
}
.focus\:bg-zinc-400\/60:focus {
    background-color: hsla(240, 5%, 65%, 0.6);
}
.focus\:bg-zinc-400\/65:focus {
    background-color: hsla(240, 5%, 65%, 0.65);
}
.focus\:bg-zinc-400\/70:focus {
    background-color: hsla(240, 5%, 65%, 0.7);
}
.focus\:bg-zinc-400\/75:focus {
    background-color: hsla(240, 5%, 65%, 0.75);
}
.focus\:bg-zinc-400\/80:focus {
    background-color: hsla(240, 5%, 65%, 0.8);
}
.focus\:bg-zinc-400\/85:focus {
    background-color: hsla(240, 5%, 65%, 0.85);
}
.focus\:bg-zinc-400\/90:focus {
    background-color: hsla(240, 5%, 65%, 0.9);
}
.focus\:bg-zinc-400\/95:focus {
    background-color: hsla(240, 5%, 65%, 0.95);
}
.focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-50\/0:focus {
    background-color: hsla(0, 0%, 98%, 0);
}
.focus\:bg-zinc-50\/10:focus {
    background-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:bg-zinc-50\/100:focus {
    background-color: #fafafa;
}
.focus\:bg-zinc-50\/15:focus {
    background-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:bg-zinc-50\/20:focus {
    background-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:bg-zinc-50\/25:focus {
    background-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:bg-zinc-50\/30:focus {
    background-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:bg-zinc-50\/35:focus {
    background-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:bg-zinc-50\/40:focus {
    background-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:bg-zinc-50\/45:focus {
    background-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:bg-zinc-50\/5:focus {
    background-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:bg-zinc-50\/50:focus {
    background-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:bg-zinc-50\/55:focus {
    background-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:bg-zinc-50\/60:focus {
    background-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:bg-zinc-50\/65:focus {
    background-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:bg-zinc-50\/70:focus {
    background-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:bg-zinc-50\/75:focus {
    background-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:bg-zinc-50\/80:focus {
    background-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:bg-zinc-50\/85:focus {
    background-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:bg-zinc-50\/90:focus {
    background-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:bg-zinc-50\/95:focus {
    background-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-500\/0:focus {
    background-color: hsla(240, 4%, 46%, 0);
}
.focus\:bg-zinc-500\/10:focus {
    background-color: hsla(240, 4%, 46%, 0.1);
}
.focus\:bg-zinc-500\/100:focus {
    background-color: #71717a;
}
.focus\:bg-zinc-500\/15:focus {
    background-color: hsla(240, 4%, 46%, 0.15);
}
.focus\:bg-zinc-500\/20:focus {
    background-color: hsla(240, 4%, 46%, 0.2);
}
.focus\:bg-zinc-500\/25:focus {
    background-color: hsla(240, 4%, 46%, 0.25);
}
.focus\:bg-zinc-500\/30:focus {
    background-color: hsla(240, 4%, 46%, 0.3);
}
.focus\:bg-zinc-500\/35:focus {
    background-color: hsla(240, 4%, 46%, 0.35);
}
.focus\:bg-zinc-500\/40:focus {
    background-color: hsla(240, 4%, 46%, 0.4);
}
.focus\:bg-zinc-500\/45:focus {
    background-color: hsla(240, 4%, 46%, 0.45);
}
.focus\:bg-zinc-500\/5:focus {
    background-color: hsla(240, 4%, 46%, 0.05);
}
.focus\:bg-zinc-500\/50:focus {
    background-color: hsla(240, 4%, 46%, 0.5);
}
.focus\:bg-zinc-500\/55:focus {
    background-color: hsla(240, 4%, 46%, 0.55);
}
.focus\:bg-zinc-500\/60:focus {
    background-color: hsla(240, 4%, 46%, 0.6);
}
.focus\:bg-zinc-500\/65:focus {
    background-color: hsla(240, 4%, 46%, 0.65);
}
.focus\:bg-zinc-500\/70:focus {
    background-color: hsla(240, 4%, 46%, 0.7);
}
.focus\:bg-zinc-500\/75:focus {
    background-color: hsla(240, 4%, 46%, 0.75);
}
.focus\:bg-zinc-500\/80:focus {
    background-color: hsla(240, 4%, 46%, 0.8);
}
.focus\:bg-zinc-500\/85:focus {
    background-color: hsla(240, 4%, 46%, 0.85);
}
.focus\:bg-zinc-500\/90:focus {
    background-color: hsla(240, 4%, 46%, 0.9);
}
.focus\:bg-zinc-500\/95:focus {
    background-color: hsla(240, 4%, 46%, 0.95);
}
.focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-600\/0:focus {
    background-color: rgba(82, 82, 91, 0);
}
.focus\:bg-zinc-600\/10:focus {
    background-color: rgba(82, 82, 91, 0.1);
}
.focus\:bg-zinc-600\/100:focus {
    background-color: #52525b;
}
.focus\:bg-zinc-600\/15:focus {
    background-color: rgba(82, 82, 91, 0.15);
}
.focus\:bg-zinc-600\/20:focus {
    background-color: rgba(82, 82, 91, 0.2);
}
.focus\:bg-zinc-600\/25:focus {
    background-color: rgba(82, 82, 91, 0.25);
}
.focus\:bg-zinc-600\/30:focus {
    background-color: rgba(82, 82, 91, 0.3);
}
.focus\:bg-zinc-600\/35:focus {
    background-color: rgba(82, 82, 91, 0.35);
}
.focus\:bg-zinc-600\/40:focus {
    background-color: rgba(82, 82, 91, 0.4);
}
.focus\:bg-zinc-600\/45:focus {
    background-color: rgba(82, 82, 91, 0.45);
}
.focus\:bg-zinc-600\/5:focus {
    background-color: rgba(82, 82, 91, 0.05);
}
.focus\:bg-zinc-600\/50:focus {
    background-color: rgba(82, 82, 91, 0.5);
}
.focus\:bg-zinc-600\/55:focus {
    background-color: rgba(82, 82, 91, 0.55);
}
.focus\:bg-zinc-600\/60:focus {
    background-color: rgba(82, 82, 91, 0.6);
}
.focus\:bg-zinc-600\/65:focus {
    background-color: rgba(82, 82, 91, 0.65);
}
.focus\:bg-zinc-600\/70:focus {
    background-color: rgba(82, 82, 91, 0.7);
}
.focus\:bg-zinc-600\/75:focus {
    background-color: rgba(82, 82, 91, 0.75);
}
.focus\:bg-zinc-600\/80:focus {
    background-color: rgba(82, 82, 91, 0.8);
}
.focus\:bg-zinc-600\/85:focus {
    background-color: rgba(82, 82, 91, 0.85);
}
.focus\:bg-zinc-600\/90:focus {
    background-color: rgba(82, 82, 91, 0.9);
}
.focus\:bg-zinc-600\/95:focus {
    background-color: rgba(82, 82, 91, 0.95);
}
.focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-700\/0:focus {
    background-color: rgba(63, 63, 70, 0);
}
.focus\:bg-zinc-700\/10:focus {
    background-color: rgba(63, 63, 70, 0.1);
}
.focus\:bg-zinc-700\/100:focus {
    background-color: #3f3f46;
}
.focus\:bg-zinc-700\/15:focus {
    background-color: rgba(63, 63, 70, 0.15);
}
.focus\:bg-zinc-700\/20:focus {
    background-color: rgba(63, 63, 70, 0.2);
}
.focus\:bg-zinc-700\/25:focus {
    background-color: rgba(63, 63, 70, 0.25);
}
.focus\:bg-zinc-700\/30:focus {
    background-color: rgba(63, 63, 70, 0.3);
}
.focus\:bg-zinc-700\/35:focus {
    background-color: rgba(63, 63, 70, 0.35);
}
.focus\:bg-zinc-700\/40:focus {
    background-color: rgba(63, 63, 70, 0.4);
}
.focus\:bg-zinc-700\/45:focus {
    background-color: rgba(63, 63, 70, 0.45);
}
.focus\:bg-zinc-700\/5:focus {
    background-color: rgba(63, 63, 70, 0.05);
}
.focus\:bg-zinc-700\/50:focus {
    background-color: rgba(63, 63, 70, 0.5);
}
.focus\:bg-zinc-700\/55:focus {
    background-color: rgba(63, 63, 70, 0.55);
}
.focus\:bg-zinc-700\/60:focus {
    background-color: rgba(63, 63, 70, 0.6);
}
.focus\:bg-zinc-700\/65:focus {
    background-color: rgba(63, 63, 70, 0.65);
}
.focus\:bg-zinc-700\/70:focus {
    background-color: rgba(63, 63, 70, 0.7);
}
.focus\:bg-zinc-700\/75:focus {
    background-color: rgba(63, 63, 70, 0.75);
}
.focus\:bg-zinc-700\/80:focus {
    background-color: rgba(63, 63, 70, 0.8);
}
.focus\:bg-zinc-700\/85:focus {
    background-color: rgba(63, 63, 70, 0.85);
}
.focus\:bg-zinc-700\/90:focus {
    background-color: rgba(63, 63, 70, 0.9);
}
.focus\:bg-zinc-700\/95:focus {
    background-color: rgba(63, 63, 70, 0.95);
}
.focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-800\/0:focus {
    background-color: rgba(39, 39, 42, 0);
}
.focus\:bg-zinc-800\/10:focus {
    background-color: rgba(39, 39, 42, 0.1);
}
.focus\:bg-zinc-800\/100:focus {
    background-color: #27272a;
}
.focus\:bg-zinc-800\/15:focus {
    background-color: rgba(39, 39, 42, 0.15);
}
.focus\:bg-zinc-800\/20:focus {
    background-color: rgba(39, 39, 42, 0.2);
}
.focus\:bg-zinc-800\/25:focus {
    background-color: rgba(39, 39, 42, 0.25);
}
.focus\:bg-zinc-800\/30:focus {
    background-color: rgba(39, 39, 42, 0.3);
}
.focus\:bg-zinc-800\/35:focus {
    background-color: rgba(39, 39, 42, 0.35);
}
.focus\:bg-zinc-800\/40:focus {
    background-color: rgba(39, 39, 42, 0.4);
}
.focus\:bg-zinc-800\/45:focus {
    background-color: rgba(39, 39, 42, 0.45);
}
.focus\:bg-zinc-800\/5:focus {
    background-color: rgba(39, 39, 42, 0.05);
}
.focus\:bg-zinc-800\/50:focus {
    background-color: rgba(39, 39, 42, 0.5);
}
.focus\:bg-zinc-800\/55:focus {
    background-color: rgba(39, 39, 42, 0.55);
}
.focus\:bg-zinc-800\/60:focus {
    background-color: rgba(39, 39, 42, 0.6);
}
.focus\:bg-zinc-800\/65:focus {
    background-color: rgba(39, 39, 42, 0.65);
}
.focus\:bg-zinc-800\/70:focus {
    background-color: rgba(39, 39, 42, 0.7);
}
.focus\:bg-zinc-800\/75:focus {
    background-color: rgba(39, 39, 42, 0.75);
}
.focus\:bg-zinc-800\/80:focus {
    background-color: rgba(39, 39, 42, 0.8);
}
.focus\:bg-zinc-800\/85:focus {
    background-color: rgba(39, 39, 42, 0.85);
}
.focus\:bg-zinc-800\/90:focus {
    background-color: rgba(39, 39, 42, 0.9);
}
.focus\:bg-zinc-800\/95:focus {
    background-color: rgba(39, 39, 42, 0.95);
}
.focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-900\/0:focus {
    background-color: rgba(24, 24, 27, 0);
}
.focus\:bg-zinc-900\/10:focus {
    background-color: rgba(24, 24, 27, 0.1);
}
.focus\:bg-zinc-900\/100:focus {
    background-color: #18181b;
}
.focus\:bg-zinc-900\/15:focus {
    background-color: rgba(24, 24, 27, 0.15);
}
.focus\:bg-zinc-900\/20:focus {
    background-color: rgba(24, 24, 27, 0.2);
}
.focus\:bg-zinc-900\/25:focus {
    background-color: rgba(24, 24, 27, 0.25);
}
.focus\:bg-zinc-900\/30:focus {
    background-color: rgba(24, 24, 27, 0.3);
}
.focus\:bg-zinc-900\/35:focus {
    background-color: rgba(24, 24, 27, 0.35);
}
.focus\:bg-zinc-900\/40:focus {
    background-color: rgba(24, 24, 27, 0.4);
}
.focus\:bg-zinc-900\/45:focus {
    background-color: rgba(24, 24, 27, 0.45);
}
.focus\:bg-zinc-900\/5:focus {
    background-color: rgba(24, 24, 27, 0.05);
}
.focus\:bg-zinc-900\/50:focus {
    background-color: rgba(24, 24, 27, 0.5);
}
.focus\:bg-zinc-900\/55:focus {
    background-color: rgba(24, 24, 27, 0.55);
}
.focus\:bg-zinc-900\/60:focus {
    background-color: rgba(24, 24, 27, 0.6);
}
.focus\:bg-zinc-900\/65:focus {
    background-color: rgba(24, 24, 27, 0.65);
}
.focus\:bg-zinc-900\/70:focus {
    background-color: rgba(24, 24, 27, 0.7);
}
.focus\:bg-zinc-900\/75:focus {
    background-color: rgba(24, 24, 27, 0.75);
}
.focus\:bg-zinc-900\/80:focus {
    background-color: rgba(24, 24, 27, 0.8);
}
.focus\:bg-zinc-900\/85:focus {
    background-color: rgba(24, 24, 27, 0.85);
}
.focus\:bg-zinc-900\/90:focus {
    background-color: rgba(24, 24, 27, 0.9);
}
.focus\:bg-zinc-900\/95:focus {
    background-color: rgba(24, 24, 27, 0.95);
}
.focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-100\/0:focus {
    color: hsla(48, 96%, 89%, 0);
}
.focus\:text-amber-100\/10:focus {
    color: hsla(48, 96%, 89%, 0.1);
}
.focus\:text-amber-100\/100:focus {
    color: #fef3c7;
}
.focus\:text-amber-100\/15:focus {
    color: hsla(48, 96%, 89%, 0.15);
}
.focus\:text-amber-100\/20:focus {
    color: hsla(48, 96%, 89%, 0.2);
}
.focus\:text-amber-100\/25:focus {
    color: hsla(48, 96%, 89%, 0.25);
}
.focus\:text-amber-100\/30:focus {
    color: hsla(48, 96%, 89%, 0.3);
}
.focus\:text-amber-100\/35:focus {
    color: hsla(48, 96%, 89%, 0.35);
}
.focus\:text-amber-100\/40:focus {
    color: hsla(48, 96%, 89%, 0.4);
}
.focus\:text-amber-100\/45:focus {
    color: hsla(48, 96%, 89%, 0.45);
}
.focus\:text-amber-100\/5:focus {
    color: hsla(48, 96%, 89%, 0.05);
}
.focus\:text-amber-100\/50:focus {
    color: hsla(48, 96%, 89%, 0.5);
}
.focus\:text-amber-100\/55:focus {
    color: hsla(48, 96%, 89%, 0.55);
}
.focus\:text-amber-100\/60:focus {
    color: hsla(48, 96%, 89%, 0.6);
}
.focus\:text-amber-100\/65:focus {
    color: hsla(48, 96%, 89%, 0.65);
}
.focus\:text-amber-100\/70:focus {
    color: hsla(48, 96%, 89%, 0.7);
}
.focus\:text-amber-100\/75:focus {
    color: hsla(48, 96%, 89%, 0.75);
}
.focus\:text-amber-100\/80:focus {
    color: hsla(48, 96%, 89%, 0.8);
}
.focus\:text-amber-100\/85:focus {
    color: hsla(48, 96%, 89%, 0.85);
}
.focus\:text-amber-100\/90:focus {
    color: hsla(48, 96%, 89%, 0.9);
}
.focus\:text-amber-100\/95:focus {
    color: hsla(48, 96%, 89%, 0.95);
}
.focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-200\/0:focus {
    color: hsla(48, 97%, 77%, 0);
}
.focus\:text-amber-200\/10:focus {
    color: hsla(48, 97%, 77%, 0.1);
}
.focus\:text-amber-200\/100:focus {
    color: #fde68a;
}
.focus\:text-amber-200\/15:focus {
    color: hsla(48, 97%, 77%, 0.15);
}
.focus\:text-amber-200\/20:focus {
    color: hsla(48, 97%, 77%, 0.2);
}
.focus\:text-amber-200\/25:focus {
    color: hsla(48, 97%, 77%, 0.25);
}
.focus\:text-amber-200\/30:focus {
    color: hsla(48, 97%, 77%, 0.3);
}
.focus\:text-amber-200\/35:focus {
    color: hsla(48, 97%, 77%, 0.35);
}
.focus\:text-amber-200\/40:focus {
    color: hsla(48, 97%, 77%, 0.4);
}
.focus\:text-amber-200\/45:focus {
    color: hsla(48, 97%, 77%, 0.45);
}
.focus\:text-amber-200\/5:focus {
    color: hsla(48, 97%, 77%, 0.05);
}
.focus\:text-amber-200\/50:focus {
    color: hsla(48, 97%, 77%, 0.5);
}
.focus\:text-amber-200\/55:focus {
    color: hsla(48, 97%, 77%, 0.55);
}
.focus\:text-amber-200\/60:focus {
    color: hsla(48, 97%, 77%, 0.6);
}
.focus\:text-amber-200\/65:focus {
    color: hsla(48, 97%, 77%, 0.65);
}
.focus\:text-amber-200\/70:focus {
    color: hsla(48, 97%, 77%, 0.7);
}
.focus\:text-amber-200\/75:focus {
    color: hsla(48, 97%, 77%, 0.75);
}
.focus\:text-amber-200\/80:focus {
    color: hsla(48, 97%, 77%, 0.8);
}
.focus\:text-amber-200\/85:focus {
    color: hsla(48, 97%, 77%, 0.85);
}
.focus\:text-amber-200\/90:focus {
    color: hsla(48, 97%, 77%, 0.9);
}
.focus\:text-amber-200\/95:focus {
    color: hsla(48, 97%, 77%, 0.95);
}
.focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-300\/0:focus {
    color: rgba(252, 211, 77, 0);
}
.focus\:text-amber-300\/10:focus {
    color: rgba(252, 211, 77, 0.1);
}
.focus\:text-amber-300\/100:focus {
    color: #fcd34d;
}
.focus\:text-amber-300\/15:focus {
    color: rgba(252, 211, 77, 0.15);
}
.focus\:text-amber-300\/20:focus {
    color: rgba(252, 211, 77, 0.2);
}
.focus\:text-amber-300\/25:focus {
    color: rgba(252, 211, 77, 0.25);
}
.focus\:text-amber-300\/30:focus {
    color: rgba(252, 211, 77, 0.3);
}
.focus\:text-amber-300\/35:focus {
    color: rgba(252, 211, 77, 0.35);
}
.focus\:text-amber-300\/40:focus {
    color: rgba(252, 211, 77, 0.4);
}
.focus\:text-amber-300\/45:focus {
    color: rgba(252, 211, 77, 0.45);
}
.focus\:text-amber-300\/5:focus {
    color: rgba(252, 211, 77, 0.05);
}
.focus\:text-amber-300\/50:focus {
    color: rgba(252, 211, 77, 0.5);
}
.focus\:text-amber-300\/55:focus {
    color: rgba(252, 211, 77, 0.55);
}
.focus\:text-amber-300\/60:focus {
    color: rgba(252, 211, 77, 0.6);
}
.focus\:text-amber-300\/65:focus {
    color: rgba(252, 211, 77, 0.65);
}
.focus\:text-amber-300\/70:focus {
    color: rgba(252, 211, 77, 0.7);
}
.focus\:text-amber-300\/75:focus {
    color: rgba(252, 211, 77, 0.75);
}
.focus\:text-amber-300\/80:focus {
    color: rgba(252, 211, 77, 0.8);
}
.focus\:text-amber-300\/85:focus {
    color: rgba(252, 211, 77, 0.85);
}
.focus\:text-amber-300\/90:focus {
    color: rgba(252, 211, 77, 0.9);
}
.focus\:text-amber-300\/95:focus {
    color: rgba(252, 211, 77, 0.95);
}
.focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-400\/0:focus {
    color: rgba(251, 191, 36, 0);
}
.focus\:text-amber-400\/10:focus {
    color: rgba(251, 191, 36, 0.1);
}
.focus\:text-amber-400\/100:focus {
    color: #fbbf24;
}
.focus\:text-amber-400\/15:focus {
    color: rgba(251, 191, 36, 0.15);
}
.focus\:text-amber-400\/20:focus {
    color: rgba(251, 191, 36, 0.2);
}
.focus\:text-amber-400\/25:focus {
    color: rgba(251, 191, 36, 0.25);
}
.focus\:text-amber-400\/30:focus {
    color: rgba(251, 191, 36, 0.3);
}
.focus\:text-amber-400\/35:focus {
    color: rgba(251, 191, 36, 0.35);
}
.focus\:text-amber-400\/40:focus {
    color: rgba(251, 191, 36, 0.4);
}
.focus\:text-amber-400\/45:focus {
    color: rgba(251, 191, 36, 0.45);
}
.focus\:text-amber-400\/5:focus {
    color: rgba(251, 191, 36, 0.05);
}
.focus\:text-amber-400\/50:focus {
    color: rgba(251, 191, 36, 0.5);
}
.focus\:text-amber-400\/55:focus {
    color: rgba(251, 191, 36, 0.55);
}
.focus\:text-amber-400\/60:focus {
    color: rgba(251, 191, 36, 0.6);
}
.focus\:text-amber-400\/65:focus {
    color: rgba(251, 191, 36, 0.65);
}
.focus\:text-amber-400\/70:focus {
    color: rgba(251, 191, 36, 0.7);
}
.focus\:text-amber-400\/75:focus {
    color: rgba(251, 191, 36, 0.75);
}
.focus\:text-amber-400\/80:focus {
    color: rgba(251, 191, 36, 0.8);
}
.focus\:text-amber-400\/85:focus {
    color: rgba(251, 191, 36, 0.85);
}
.focus\:text-amber-400\/90:focus {
    color: rgba(251, 191, 36, 0.9);
}
.focus\:text-amber-400\/95:focus {
    color: rgba(251, 191, 36, 0.95);
}
.focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-50\/0:focus {
    color: rgba(255, 251, 235, 0);
}
.focus\:text-amber-50\/10:focus {
    color: rgba(255, 251, 235, 0.1);
}
.focus\:text-amber-50\/100:focus {
    color: #fffbeb;
}
.focus\:text-amber-50\/15:focus {
    color: rgba(255, 251, 235, 0.15);
}
.focus\:text-amber-50\/20:focus {
    color: rgba(255, 251, 235, 0.2);
}
.focus\:text-amber-50\/25:focus {
    color: rgba(255, 251, 235, 0.25);
}
.focus\:text-amber-50\/30:focus {
    color: rgba(255, 251, 235, 0.3);
}
.focus\:text-amber-50\/35:focus {
    color: rgba(255, 251, 235, 0.35);
}
.focus\:text-amber-50\/40:focus {
    color: rgba(255, 251, 235, 0.4);
}
.focus\:text-amber-50\/45:focus {
    color: rgba(255, 251, 235, 0.45);
}
.focus\:text-amber-50\/5:focus {
    color: rgba(255, 251, 235, 0.05);
}
.focus\:text-amber-50\/50:focus {
    color: rgba(255, 251, 235, 0.5);
}
.focus\:text-amber-50\/55:focus {
    color: rgba(255, 251, 235, 0.55);
}
.focus\:text-amber-50\/60:focus {
    color: rgba(255, 251, 235, 0.6);
}
.focus\:text-amber-50\/65:focus {
    color: rgba(255, 251, 235, 0.65);
}
.focus\:text-amber-50\/70:focus {
    color: rgba(255, 251, 235, 0.7);
}
.focus\:text-amber-50\/75:focus {
    color: rgba(255, 251, 235, 0.75);
}
.focus\:text-amber-50\/80:focus {
    color: rgba(255, 251, 235, 0.8);
}
.focus\:text-amber-50\/85:focus {
    color: rgba(255, 251, 235, 0.85);
}
.focus\:text-amber-50\/90:focus {
    color: rgba(255, 251, 235, 0.9);
}
.focus\:text-amber-50\/95:focus {
    color: rgba(255, 251, 235, 0.95);
}
.focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-500\/0:focus {
    color: rgba(245, 158, 11, 0);
}
.focus\:text-amber-500\/10:focus {
    color: rgba(245, 158, 11, 0.1);
}
.focus\:text-amber-500\/100:focus {
    color: #f59e0b;
}
.focus\:text-amber-500\/15:focus {
    color: rgba(245, 158, 11, 0.15);
}
.focus\:text-amber-500\/20:focus {
    color: rgba(245, 158, 11, 0.2);
}
.focus\:text-amber-500\/25:focus {
    color: rgba(245, 158, 11, 0.25);
}
.focus\:text-amber-500\/30:focus {
    color: rgba(245, 158, 11, 0.3);
}
.focus\:text-amber-500\/35:focus {
    color: rgba(245, 158, 11, 0.35);
}
.focus\:text-amber-500\/40:focus {
    color: rgba(245, 158, 11, 0.4);
}
.focus\:text-amber-500\/45:focus {
    color: rgba(245, 158, 11, 0.45);
}
.focus\:text-amber-500\/5:focus {
    color: rgba(245, 158, 11, 0.05);
}
.focus\:text-amber-500\/50:focus {
    color: rgba(245, 158, 11, 0.5);
}
.focus\:text-amber-500\/55:focus {
    color: rgba(245, 158, 11, 0.55);
}
.focus\:text-amber-500\/60:focus {
    color: rgba(245, 158, 11, 0.6);
}
.focus\:text-amber-500\/65:focus {
    color: rgba(245, 158, 11, 0.65);
}
.focus\:text-amber-500\/70:focus {
    color: rgba(245, 158, 11, 0.7);
}
.focus\:text-amber-500\/75:focus {
    color: rgba(245, 158, 11, 0.75);
}
.focus\:text-amber-500\/80:focus {
    color: rgba(245, 158, 11, 0.8);
}
.focus\:text-amber-500\/85:focus {
    color: rgba(245, 158, 11, 0.85);
}
.focus\:text-amber-500\/90:focus {
    color: rgba(245, 158, 11, 0.9);
}
.focus\:text-amber-500\/95:focus {
    color: rgba(245, 158, 11, 0.95);
}
.focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-600\/0:focus {
    color: rgba(217, 119, 6, 0);
}
.focus\:text-amber-600\/10:focus {
    color: rgba(217, 119, 6, 0.1);
}
.focus\:text-amber-600\/100:focus {
    color: #d97706;
}
.focus\:text-amber-600\/15:focus {
    color: rgba(217, 119, 6, 0.15);
}
.focus\:text-amber-600\/20:focus {
    color: rgba(217, 119, 6, 0.2);
}
.focus\:text-amber-600\/25:focus {
    color: rgba(217, 119, 6, 0.25);
}
.focus\:text-amber-600\/30:focus {
    color: rgba(217, 119, 6, 0.3);
}
.focus\:text-amber-600\/35:focus {
    color: rgba(217, 119, 6, 0.35);
}
.focus\:text-amber-600\/40:focus {
    color: rgba(217, 119, 6, 0.4);
}
.focus\:text-amber-600\/45:focus {
    color: rgba(217, 119, 6, 0.45);
}
.focus\:text-amber-600\/5:focus {
    color: rgba(217, 119, 6, 0.05);
}
.focus\:text-amber-600\/50:focus {
    color: rgba(217, 119, 6, 0.5);
}
.focus\:text-amber-600\/55:focus {
    color: rgba(217, 119, 6, 0.55);
}
.focus\:text-amber-600\/60:focus {
    color: rgba(217, 119, 6, 0.6);
}
.focus\:text-amber-600\/65:focus {
    color: rgba(217, 119, 6, 0.65);
}
.focus\:text-amber-600\/70:focus {
    color: rgba(217, 119, 6, 0.7);
}
.focus\:text-amber-600\/75:focus {
    color: rgba(217, 119, 6, 0.75);
}
.focus\:text-amber-600\/80:focus {
    color: rgba(217, 119, 6, 0.8);
}
.focus\:text-amber-600\/85:focus {
    color: rgba(217, 119, 6, 0.85);
}
.focus\:text-amber-600\/90:focus {
    color: rgba(217, 119, 6, 0.9);
}
.focus\:text-amber-600\/95:focus {
    color: rgba(217, 119, 6, 0.95);
}
.focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-700\/0:focus {
    color: rgba(180, 83, 9, 0);
}
.focus\:text-amber-700\/10:focus {
    color: rgba(180, 83, 9, 0.1);
}
.focus\:text-amber-700\/100:focus {
    color: #b45309;
}
.focus\:text-amber-700\/15:focus {
    color: rgba(180, 83, 9, 0.15);
}
.focus\:text-amber-700\/20:focus {
    color: rgba(180, 83, 9, 0.2);
}
.focus\:text-amber-700\/25:focus {
    color: rgba(180, 83, 9, 0.25);
}
.focus\:text-amber-700\/30:focus {
    color: rgba(180, 83, 9, 0.3);
}
.focus\:text-amber-700\/35:focus {
    color: rgba(180, 83, 9, 0.35);
}
.focus\:text-amber-700\/40:focus {
    color: rgba(180, 83, 9, 0.4);
}
.focus\:text-amber-700\/45:focus {
    color: rgba(180, 83, 9, 0.45);
}
.focus\:text-amber-700\/5:focus {
    color: rgba(180, 83, 9, 0.05);
}
.focus\:text-amber-700\/50:focus {
    color: rgba(180, 83, 9, 0.5);
}
.focus\:text-amber-700\/55:focus {
    color: rgba(180, 83, 9, 0.55);
}
.focus\:text-amber-700\/60:focus {
    color: rgba(180, 83, 9, 0.6);
}
.focus\:text-amber-700\/65:focus {
    color: rgba(180, 83, 9, 0.65);
}
.focus\:text-amber-700\/70:focus {
    color: rgba(180, 83, 9, 0.7);
}
.focus\:text-amber-700\/75:focus {
    color: rgba(180, 83, 9, 0.75);
}
.focus\:text-amber-700\/80:focus {
    color: rgba(180, 83, 9, 0.8);
}
.focus\:text-amber-700\/85:focus {
    color: rgba(180, 83, 9, 0.85);
}
.focus\:text-amber-700\/90:focus {
    color: rgba(180, 83, 9, 0.9);
}
.focus\:text-amber-700\/95:focus {
    color: rgba(180, 83, 9, 0.95);
}
.focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-800\/0:focus {
    color: rgba(146, 64, 14, 0);
}
.focus\:text-amber-800\/10:focus {
    color: rgba(146, 64, 14, 0.1);
}
.focus\:text-amber-800\/100:focus {
    color: #92400e;
}
.focus\:text-amber-800\/15:focus {
    color: rgba(146, 64, 14, 0.15);
}
.focus\:text-amber-800\/20:focus {
    color: rgba(146, 64, 14, 0.2);
}
.focus\:text-amber-800\/25:focus {
    color: rgba(146, 64, 14, 0.25);
}
.focus\:text-amber-800\/30:focus {
    color: rgba(146, 64, 14, 0.3);
}
.focus\:text-amber-800\/35:focus {
    color: rgba(146, 64, 14, 0.35);
}
.focus\:text-amber-800\/40:focus {
    color: rgba(146, 64, 14, 0.4);
}
.focus\:text-amber-800\/45:focus {
    color: rgba(146, 64, 14, 0.45);
}
.focus\:text-amber-800\/5:focus {
    color: rgba(146, 64, 14, 0.05);
}
.focus\:text-amber-800\/50:focus {
    color: rgba(146, 64, 14, 0.5);
}
.focus\:text-amber-800\/55:focus {
    color: rgba(146, 64, 14, 0.55);
}
.focus\:text-amber-800\/60:focus {
    color: rgba(146, 64, 14, 0.6);
}
.focus\:text-amber-800\/65:focus {
    color: rgba(146, 64, 14, 0.65);
}
.focus\:text-amber-800\/70:focus {
    color: rgba(146, 64, 14, 0.7);
}
.focus\:text-amber-800\/75:focus {
    color: rgba(146, 64, 14, 0.75);
}
.focus\:text-amber-800\/80:focus {
    color: rgba(146, 64, 14, 0.8);
}
.focus\:text-amber-800\/85:focus {
    color: rgba(146, 64, 14, 0.85);
}
.focus\:text-amber-800\/90:focus {
    color: rgba(146, 64, 14, 0.9);
}
.focus\:text-amber-800\/95:focus {
    color: rgba(146, 64, 14, 0.95);
}
.focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-900\/0:focus {
    color: rgba(120, 53, 15, 0);
}
.focus\:text-amber-900\/10:focus {
    color: rgba(120, 53, 15, 0.1);
}
.focus\:text-amber-900\/100:focus {
    color: #78350f;
}
.focus\:text-amber-900\/15:focus {
    color: rgba(120, 53, 15, 0.15);
}
.focus\:text-amber-900\/20:focus {
    color: rgba(120, 53, 15, 0.2);
}
.focus\:text-amber-900\/25:focus {
    color: rgba(120, 53, 15, 0.25);
}
.focus\:text-amber-900\/30:focus {
    color: rgba(120, 53, 15, 0.3);
}
.focus\:text-amber-900\/35:focus {
    color: rgba(120, 53, 15, 0.35);
}
.focus\:text-amber-900\/40:focus {
    color: rgba(120, 53, 15, 0.4);
}
.focus\:text-amber-900\/45:focus {
    color: rgba(120, 53, 15, 0.45);
}
.focus\:text-amber-900\/5:focus {
    color: rgba(120, 53, 15, 0.05);
}
.focus\:text-amber-900\/50:focus {
    color: rgba(120, 53, 15, 0.5);
}
.focus\:text-amber-900\/55:focus {
    color: rgba(120, 53, 15, 0.55);
}
.focus\:text-amber-900\/60:focus {
    color: rgba(120, 53, 15, 0.6);
}
.focus\:text-amber-900\/65:focus {
    color: rgba(120, 53, 15, 0.65);
}
.focus\:text-amber-900\/70:focus {
    color: rgba(120, 53, 15, 0.7);
}
.focus\:text-amber-900\/75:focus {
    color: rgba(120, 53, 15, 0.75);
}
.focus\:text-amber-900\/80:focus {
    color: rgba(120, 53, 15, 0.8);
}
.focus\:text-amber-900\/85:focus {
    color: rgba(120, 53, 15, 0.85);
}
.focus\:text-amber-900\/90:focus {
    color: rgba(120, 53, 15, 0.9);
}
.focus\:text-amber-900\/95:focus {
    color: rgba(120, 53, 15, 0.95);
}
.focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-100\/0:focus {
    color: rgba(219, 234, 254, 0);
}
.focus\:text-blue-100\/10:focus {
    color: rgba(219, 234, 254, 0.1);
}
.focus\:text-blue-100\/100:focus {
    color: #dbeafe;
}
.focus\:text-blue-100\/15:focus {
    color: rgba(219, 234, 254, 0.15);
}
.focus\:text-blue-100\/20:focus {
    color: rgba(219, 234, 254, 0.2);
}
.focus\:text-blue-100\/25:focus {
    color: rgba(219, 234, 254, 0.25);
}
.focus\:text-blue-100\/30:focus {
    color: rgba(219, 234, 254, 0.3);
}
.focus\:text-blue-100\/35:focus {
    color: rgba(219, 234, 254, 0.35);
}
.focus\:text-blue-100\/40:focus {
    color: rgba(219, 234, 254, 0.4);
}
.focus\:text-blue-100\/45:focus {
    color: rgba(219, 234, 254, 0.45);
}
.focus\:text-blue-100\/5:focus {
    color: rgba(219, 234, 254, 0.05);
}
.focus\:text-blue-100\/50:focus {
    color: rgba(219, 234, 254, 0.5);
}
.focus\:text-blue-100\/55:focus {
    color: rgba(219, 234, 254, 0.55);
}
.focus\:text-blue-100\/60:focus {
    color: rgba(219, 234, 254, 0.6);
}
.focus\:text-blue-100\/65:focus {
    color: rgba(219, 234, 254, 0.65);
}
.focus\:text-blue-100\/70:focus {
    color: rgba(219, 234, 254, 0.7);
}
.focus\:text-blue-100\/75:focus {
    color: rgba(219, 234, 254, 0.75);
}
.focus\:text-blue-100\/80:focus {
    color: rgba(219, 234, 254, 0.8);
}
.focus\:text-blue-100\/85:focus {
    color: rgba(219, 234, 254, 0.85);
}
.focus\:text-blue-100\/90:focus {
    color: rgba(219, 234, 254, 0.9);
}
.focus\:text-blue-100\/95:focus {
    color: rgba(219, 234, 254, 0.95);
}
.focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-200\/0:focus {
    color: rgba(191, 219, 254, 0);
}
.focus\:text-blue-200\/10:focus {
    color: rgba(191, 219, 254, 0.1);
}
.focus\:text-blue-200\/100:focus {
    color: #bfdbfe;
}
.focus\:text-blue-200\/15:focus {
    color: rgba(191, 219, 254, 0.15);
}
.focus\:text-blue-200\/20:focus {
    color: rgba(191, 219, 254, 0.2);
}
.focus\:text-blue-200\/25:focus {
    color: rgba(191, 219, 254, 0.25);
}
.focus\:text-blue-200\/30:focus {
    color: rgba(191, 219, 254, 0.3);
}
.focus\:text-blue-200\/35:focus {
    color: rgba(191, 219, 254, 0.35);
}
.focus\:text-blue-200\/40:focus {
    color: rgba(191, 219, 254, 0.4);
}
.focus\:text-blue-200\/45:focus {
    color: rgba(191, 219, 254, 0.45);
}
.focus\:text-blue-200\/5:focus {
    color: rgba(191, 219, 254, 0.05);
}
.focus\:text-blue-200\/50:focus {
    color: rgba(191, 219, 254, 0.5);
}
.focus\:text-blue-200\/55:focus {
    color: rgba(191, 219, 254, 0.55);
}
.focus\:text-blue-200\/60:focus {
    color: rgba(191, 219, 254, 0.6);
}
.focus\:text-blue-200\/65:focus {
    color: rgba(191, 219, 254, 0.65);
}
.focus\:text-blue-200\/70:focus {
    color: rgba(191, 219, 254, 0.7);
}
.focus\:text-blue-200\/75:focus {
    color: rgba(191, 219, 254, 0.75);
}
.focus\:text-blue-200\/80:focus {
    color: rgba(191, 219, 254, 0.8);
}
.focus\:text-blue-200\/85:focus {
    color: rgba(191, 219, 254, 0.85);
}
.focus\:text-blue-200\/90:focus {
    color: rgba(191, 219, 254, 0.9);
}
.focus\:text-blue-200\/95:focus {
    color: rgba(191, 219, 254, 0.95);
}
.focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-300\/0:focus {
    color: rgba(147, 197, 253, 0);
}
.focus\:text-blue-300\/10:focus {
    color: rgba(147, 197, 253, 0.1);
}
.focus\:text-blue-300\/100:focus {
    color: #93c5fd;
}
.focus\:text-blue-300\/15:focus {
    color: rgba(147, 197, 253, 0.15);
}
.focus\:text-blue-300\/20:focus {
    color: rgba(147, 197, 253, 0.2);
}
.focus\:text-blue-300\/25:focus {
    color: rgba(147, 197, 253, 0.25);
}
.focus\:text-blue-300\/30:focus {
    color: rgba(147, 197, 253, 0.3);
}
.focus\:text-blue-300\/35:focus {
    color: rgba(147, 197, 253, 0.35);
}
.focus\:text-blue-300\/40:focus {
    color: rgba(147, 197, 253, 0.4);
}
.focus\:text-blue-300\/45:focus {
    color: rgba(147, 197, 253, 0.45);
}
.focus\:text-blue-300\/5:focus {
    color: rgba(147, 197, 253, 0.05);
}
.focus\:text-blue-300\/50:focus {
    color: rgba(147, 197, 253, 0.5);
}
.focus\:text-blue-300\/55:focus {
    color: rgba(147, 197, 253, 0.55);
}
.focus\:text-blue-300\/60:focus {
    color: rgba(147, 197, 253, 0.6);
}
.focus\:text-blue-300\/65:focus {
    color: rgba(147, 197, 253, 0.65);
}
.focus\:text-blue-300\/70:focus {
    color: rgba(147, 197, 253, 0.7);
}
.focus\:text-blue-300\/75:focus {
    color: rgba(147, 197, 253, 0.75);
}
.focus\:text-blue-300\/80:focus {
    color: rgba(147, 197, 253, 0.8);
}
.focus\:text-blue-300\/85:focus {
    color: rgba(147, 197, 253, 0.85);
}
.focus\:text-blue-300\/90:focus {
    color: rgba(147, 197, 253, 0.9);
}
.focus\:text-blue-300\/95:focus {
    color: rgba(147, 197, 253, 0.95);
}
.focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-400\/0:focus {
    color: rgba(96, 165, 250, 0);
}
.focus\:text-blue-400\/10:focus {
    color: rgba(96, 165, 250, 0.1);
}
.focus\:text-blue-400\/100:focus {
    color: #60a5fa;
}
.focus\:text-blue-400\/15:focus {
    color: rgba(96, 165, 250, 0.15);
}
.focus\:text-blue-400\/20:focus {
    color: rgba(96, 165, 250, 0.2);
}
.focus\:text-blue-400\/25:focus {
    color: rgba(96, 165, 250, 0.25);
}
.focus\:text-blue-400\/30:focus {
    color: rgba(96, 165, 250, 0.3);
}
.focus\:text-blue-400\/35:focus {
    color: rgba(96, 165, 250, 0.35);
}
.focus\:text-blue-400\/40:focus {
    color: rgba(96, 165, 250, 0.4);
}
.focus\:text-blue-400\/45:focus {
    color: rgba(96, 165, 250, 0.45);
}
.focus\:text-blue-400\/5:focus {
    color: rgba(96, 165, 250, 0.05);
}
.focus\:text-blue-400\/50:focus {
    color: rgba(96, 165, 250, 0.5);
}
.focus\:text-blue-400\/55:focus {
    color: rgba(96, 165, 250, 0.55);
}
.focus\:text-blue-400\/60:focus {
    color: rgba(96, 165, 250, 0.6);
}
.focus\:text-blue-400\/65:focus {
    color: rgba(96, 165, 250, 0.65);
}
.focus\:text-blue-400\/70:focus {
    color: rgba(96, 165, 250, 0.7);
}
.focus\:text-blue-400\/75:focus {
    color: rgba(96, 165, 250, 0.75);
}
.focus\:text-blue-400\/80:focus {
    color: rgba(96, 165, 250, 0.8);
}
.focus\:text-blue-400\/85:focus {
    color: rgba(96, 165, 250, 0.85);
}
.focus\:text-blue-400\/90:focus {
    color: rgba(96, 165, 250, 0.9);
}
.focus\:text-blue-400\/95:focus {
    color: rgba(96, 165, 250, 0.95);
}
.focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-50\/0:focus {
    color: rgba(239, 246, 255, 0);
}
.focus\:text-blue-50\/10:focus {
    color: rgba(239, 246, 255, 0.1);
}
.focus\:text-blue-50\/100:focus {
    color: #eff6ff;
}
.focus\:text-blue-50\/15:focus {
    color: rgba(239, 246, 255, 0.15);
}
.focus\:text-blue-50\/20:focus {
    color: rgba(239, 246, 255, 0.2);
}
.focus\:text-blue-50\/25:focus {
    color: rgba(239, 246, 255, 0.25);
}
.focus\:text-blue-50\/30:focus {
    color: rgba(239, 246, 255, 0.3);
}
.focus\:text-blue-50\/35:focus {
    color: rgba(239, 246, 255, 0.35);
}
.focus\:text-blue-50\/40:focus {
    color: rgba(239, 246, 255, 0.4);
}
.focus\:text-blue-50\/45:focus {
    color: rgba(239, 246, 255, 0.45);
}
.focus\:text-blue-50\/5:focus {
    color: rgba(239, 246, 255, 0.05);
}
.focus\:text-blue-50\/50:focus {
    color: rgba(239, 246, 255, 0.5);
}
.focus\:text-blue-50\/55:focus {
    color: rgba(239, 246, 255, 0.55);
}
.focus\:text-blue-50\/60:focus {
    color: rgba(239, 246, 255, 0.6);
}
.focus\:text-blue-50\/65:focus {
    color: rgba(239, 246, 255, 0.65);
}
.focus\:text-blue-50\/70:focus {
    color: rgba(239, 246, 255, 0.7);
}
.focus\:text-blue-50\/75:focus {
    color: rgba(239, 246, 255, 0.75);
}
.focus\:text-blue-50\/80:focus {
    color: rgba(239, 246, 255, 0.8);
}
.focus\:text-blue-50\/85:focus {
    color: rgba(239, 246, 255, 0.85);
}
.focus\:text-blue-50\/90:focus {
    color: rgba(239, 246, 255, 0.9);
}
.focus\:text-blue-50\/95:focus {
    color: rgba(239, 246, 255, 0.95);
}
.focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-500\/0:focus {
    color: rgba(59, 130, 246, 0);
}
.focus\:text-blue-500\/10:focus {
    color: rgba(59, 130, 246, 0.1);
}
.focus\:text-blue-500\/100:focus {
    color: #3b82f6;
}
.focus\:text-blue-500\/15:focus {
    color: rgba(59, 130, 246, 0.15);
}
.focus\:text-blue-500\/20:focus {
    color: rgba(59, 130, 246, 0.2);
}
.focus\:text-blue-500\/25:focus {
    color: rgba(59, 130, 246, 0.25);
}
.focus\:text-blue-500\/30:focus {
    color: rgba(59, 130, 246, 0.3);
}
.focus\:text-blue-500\/35:focus {
    color: rgba(59, 130, 246, 0.35);
}
.focus\:text-blue-500\/40:focus {
    color: rgba(59, 130, 246, 0.4);
}
.focus\:text-blue-500\/45:focus {
    color: rgba(59, 130, 246, 0.45);
}
.focus\:text-blue-500\/5:focus {
    color: rgba(59, 130, 246, 0.05);
}
.focus\:text-blue-500\/50:focus {
    color: rgba(59, 130, 246, 0.5);
}
.focus\:text-blue-500\/55:focus {
    color: rgba(59, 130, 246, 0.55);
}
.focus\:text-blue-500\/60:focus {
    color: rgba(59, 130, 246, 0.6);
}
.focus\:text-blue-500\/65:focus {
    color: rgba(59, 130, 246, 0.65);
}
.focus\:text-blue-500\/70:focus {
    color: rgba(59, 130, 246, 0.7);
}
.focus\:text-blue-500\/75:focus {
    color: rgba(59, 130, 246, 0.75);
}
.focus\:text-blue-500\/80:focus {
    color: rgba(59, 130, 246, 0.8);
}
.focus\:text-blue-500\/85:focus {
    color: rgba(59, 130, 246, 0.85);
}
.focus\:text-blue-500\/90:focus {
    color: rgba(59, 130, 246, 0.9);
}
.focus\:text-blue-500\/95:focus {
    color: rgba(59, 130, 246, 0.95);
}
.focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgb(59 124 248 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-600\/0:focus {
    color: rgba(59, 124, 248, 0);
}
.focus\:text-blue-600\/10:focus {
    color: rgba(59, 124, 248, 0.1);
}
.focus\:text-blue-600\/100:focus {
    color: #3b7cf8;
}
.focus\:text-blue-600\/15:focus {
    color: rgba(59, 124, 248, 0.15);
}
.focus\:text-blue-600\/20:focus {
    color: rgba(59, 124, 248, 0.2);
}
.focus\:text-blue-600\/25:focus {
    color: rgba(59, 124, 248, 0.25);
}
.focus\:text-blue-600\/30:focus {
    color: rgba(59, 124, 248, 0.3);
}
.focus\:text-blue-600\/35:focus {
    color: rgba(59, 124, 248, 0.35);
}
.focus\:text-blue-600\/40:focus {
    color: rgba(59, 124, 248, 0.4);
}
.focus\:text-blue-600\/45:focus {
    color: rgba(59, 124, 248, 0.45);
}
.focus\:text-blue-600\/5:focus {
    color: rgba(59, 124, 248, 0.05);
}
.focus\:text-blue-600\/50:focus {
    color: rgba(59, 124, 248, 0.5);
}
.focus\:text-blue-600\/55:focus {
    color: rgba(59, 124, 248, 0.55);
}
.focus\:text-blue-600\/60:focus {
    color: rgba(59, 124, 248, 0.6);
}
.focus\:text-blue-600\/65:focus {
    color: rgba(59, 124, 248, 0.65);
}
.focus\:text-blue-600\/70:focus {
    color: rgba(59, 124, 248, 0.7);
}
.focus\:text-blue-600\/75:focus {
    color: rgba(59, 124, 248, 0.75);
}
.focus\:text-blue-600\/80:focus {
    color: rgba(59, 124, 248, 0.8);
}
.focus\:text-blue-600\/85:focus {
    color: rgba(59, 124, 248, 0.85);
}
.focus\:text-blue-600\/90:focus {
    color: rgba(59, 124, 248, 0.9);
}
.focus\:text-blue-600\/95:focus {
    color: rgba(59, 124, 248, 0.95);
}
.focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 98 235 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-700\/0:focus {
    color: rgba(55, 98, 235, 0);
}
.focus\:text-blue-700\/10:focus {
    color: rgba(55, 98, 235, 0.1);
}
.focus\:text-blue-700\/100:focus {
    color: #3762eb;
}
.focus\:text-blue-700\/15:focus {
    color: rgba(55, 98, 235, 0.15);
}
.focus\:text-blue-700\/20:focus {
    color: rgba(55, 98, 235, 0.2);
}
.focus\:text-blue-700\/25:focus {
    color: rgba(55, 98, 235, 0.25);
}
.focus\:text-blue-700\/30:focus {
    color: rgba(55, 98, 235, 0.3);
}
.focus\:text-blue-700\/35:focus {
    color: rgba(55, 98, 235, 0.35);
}
.focus\:text-blue-700\/40:focus {
    color: rgba(55, 98, 235, 0.4);
}
.focus\:text-blue-700\/45:focus {
    color: rgba(55, 98, 235, 0.45);
}
.focus\:text-blue-700\/5:focus {
    color: rgba(55, 98, 235, 0.05);
}
.focus\:text-blue-700\/50:focus {
    color: rgba(55, 98, 235, 0.5);
}
.focus\:text-blue-700\/55:focus {
    color: rgba(55, 98, 235, 0.55);
}
.focus\:text-blue-700\/60:focus {
    color: rgba(55, 98, 235, 0.6);
}
.focus\:text-blue-700\/65:focus {
    color: rgba(55, 98, 235, 0.65);
}
.focus\:text-blue-700\/70:focus {
    color: rgba(55, 98, 235, 0.7);
}
.focus\:text-blue-700\/75:focus {
    color: rgba(55, 98, 235, 0.75);
}
.focus\:text-blue-700\/80:focus {
    color: rgba(55, 98, 235, 0.8);
}
.focus\:text-blue-700\/85:focus {
    color: rgba(55, 98, 235, 0.85);
}
.focus\:text-blue-700\/90:focus {
    color: rgba(55, 98, 235, 0.9);
}
.focus\:text-blue-700\/95:focus {
    color: rgba(55, 98, 235, 0.95);
}
.focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-800\/0:focus {
    color: rgba(30, 64, 175, 0);
}
.focus\:text-blue-800\/10:focus {
    color: rgba(30, 64, 175, 0.1);
}
.focus\:text-blue-800\/100:focus {
    color: #1e40af;
}
.focus\:text-blue-800\/15:focus {
    color: rgba(30, 64, 175, 0.15);
}
.focus\:text-blue-800\/20:focus {
    color: rgba(30, 64, 175, 0.2);
}
.focus\:text-blue-800\/25:focus {
    color: rgba(30, 64, 175, 0.25);
}
.focus\:text-blue-800\/30:focus {
    color: rgba(30, 64, 175, 0.3);
}
.focus\:text-blue-800\/35:focus {
    color: rgba(30, 64, 175, 0.35);
}
.focus\:text-blue-800\/40:focus {
    color: rgba(30, 64, 175, 0.4);
}
.focus\:text-blue-800\/45:focus {
    color: rgba(30, 64, 175, 0.45);
}
.focus\:text-blue-800\/5:focus {
    color: rgba(30, 64, 175, 0.05);
}
.focus\:text-blue-800\/50:focus {
    color: rgba(30, 64, 175, 0.5);
}
.focus\:text-blue-800\/55:focus {
    color: rgba(30, 64, 175, 0.55);
}
.focus\:text-blue-800\/60:focus {
    color: rgba(30, 64, 175, 0.6);
}
.focus\:text-blue-800\/65:focus {
    color: rgba(30, 64, 175, 0.65);
}
.focus\:text-blue-800\/70:focus {
    color: rgba(30, 64, 175, 0.7);
}
.focus\:text-blue-800\/75:focus {
    color: rgba(30, 64, 175, 0.75);
}
.focus\:text-blue-800\/80:focus {
    color: rgba(30, 64, 175, 0.8);
}
.focus\:text-blue-800\/85:focus {
    color: rgba(30, 64, 175, 0.85);
}
.focus\:text-blue-800\/90:focus {
    color: rgba(30, 64, 175, 0.9);
}
.focus\:text-blue-800\/95:focus {
    color: rgba(30, 64, 175, 0.95);
}
.focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-900\/0:focus {
    color: rgba(30, 58, 138, 0);
}
.focus\:text-blue-900\/10:focus {
    color: rgba(30, 58, 138, 0.1);
}
.focus\:text-blue-900\/100:focus {
    color: #1e3a8a;
}
.focus\:text-blue-900\/15:focus {
    color: rgba(30, 58, 138, 0.15);
}
.focus\:text-blue-900\/20:focus {
    color: rgba(30, 58, 138, 0.2);
}
.focus\:text-blue-900\/25:focus {
    color: rgba(30, 58, 138, 0.25);
}
.focus\:text-blue-900\/30:focus {
    color: rgba(30, 58, 138, 0.3);
}
.focus\:text-blue-900\/35:focus {
    color: rgba(30, 58, 138, 0.35);
}
.focus\:text-blue-900\/40:focus {
    color: rgba(30, 58, 138, 0.4);
}
.focus\:text-blue-900\/45:focus {
    color: rgba(30, 58, 138, 0.45);
}
.focus\:text-blue-900\/5:focus {
    color: rgba(30, 58, 138, 0.05);
}
.focus\:text-blue-900\/50:focus {
    color: rgba(30, 58, 138, 0.5);
}
.focus\:text-blue-900\/55:focus {
    color: rgba(30, 58, 138, 0.55);
}
.focus\:text-blue-900\/60:focus {
    color: rgba(30, 58, 138, 0.6);
}
.focus\:text-blue-900\/65:focus {
    color: rgba(30, 58, 138, 0.65);
}
.focus\:text-blue-900\/70:focus {
    color: rgba(30, 58, 138, 0.7);
}
.focus\:text-blue-900\/75:focus {
    color: rgba(30, 58, 138, 0.75);
}
.focus\:text-blue-900\/80:focus {
    color: rgba(30, 58, 138, 0.8);
}
.focus\:text-blue-900\/85:focus {
    color: rgba(30, 58, 138, 0.85);
}
.focus\:text-blue-900\/90:focus {
    color: rgba(30, 58, 138, 0.9);
}
.focus\:text-blue-900\/95:focus {
    color: rgba(30, 58, 138, 0.95);
}
.focus\:text-bluegray-100:focus {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-100\/0:focus {
    color: rgba(241, 245, 249, 0);
}
.focus\:text-bluegray-100\/10:focus {
    color: rgba(241, 245, 249, 0.1);
}
.focus\:text-bluegray-100\/100:focus {
    color: #f1f5f9;
}
.focus\:text-bluegray-100\/15:focus {
    color: rgba(241, 245, 249, 0.15);
}
.focus\:text-bluegray-100\/20:focus {
    color: rgba(241, 245, 249, 0.2);
}
.focus\:text-bluegray-100\/25:focus {
    color: rgba(241, 245, 249, 0.25);
}
.focus\:text-bluegray-100\/30:focus {
    color: rgba(241, 245, 249, 0.3);
}
.focus\:text-bluegray-100\/35:focus {
    color: rgba(241, 245, 249, 0.35);
}
.focus\:text-bluegray-100\/40:focus {
    color: rgba(241, 245, 249, 0.4);
}
.focus\:text-bluegray-100\/45:focus {
    color: rgba(241, 245, 249, 0.45);
}
.focus\:text-bluegray-100\/5:focus {
    color: rgba(241, 245, 249, 0.05);
}
.focus\:text-bluegray-100\/50:focus {
    color: rgba(241, 245, 249, 0.5);
}
.focus\:text-bluegray-100\/55:focus {
    color: rgba(241, 245, 249, 0.55);
}
.focus\:text-bluegray-100\/60:focus {
    color: rgba(241, 245, 249, 0.6);
}
.focus\:text-bluegray-100\/65:focus {
    color: rgba(241, 245, 249, 0.65);
}
.focus\:text-bluegray-100\/70:focus {
    color: rgba(241, 245, 249, 0.7);
}
.focus\:text-bluegray-100\/75:focus {
    color: rgba(241, 245, 249, 0.75);
}
.focus\:text-bluegray-100\/80:focus {
    color: rgba(241, 245, 249, 0.8);
}
.focus\:text-bluegray-100\/85:focus {
    color: rgba(241, 245, 249, 0.85);
}
.focus\:text-bluegray-100\/90:focus {
    color: rgba(241, 245, 249, 0.9);
}
.focus\:text-bluegray-100\/95:focus {
    color: rgba(241, 245, 249, 0.95);
}
.focus\:text-bluegray-200:focus {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-200\/0:focus {
    color: rgba(226, 232, 240, 0);
}
.focus\:text-bluegray-200\/10:focus {
    color: rgba(226, 232, 240, 0.1);
}
.focus\:text-bluegray-200\/100:focus {
    color: #e2e8f0;
}
.focus\:text-bluegray-200\/15:focus {
    color: rgba(226, 232, 240, 0.15);
}
.focus\:text-bluegray-200\/20:focus {
    color: rgba(226, 232, 240, 0.2);
}
.focus\:text-bluegray-200\/25:focus {
    color: rgba(226, 232, 240, 0.25);
}
.focus\:text-bluegray-200\/30:focus {
    color: rgba(226, 232, 240, 0.3);
}
.focus\:text-bluegray-200\/35:focus {
    color: rgba(226, 232, 240, 0.35);
}
.focus\:text-bluegray-200\/40:focus {
    color: rgba(226, 232, 240, 0.4);
}
.focus\:text-bluegray-200\/45:focus {
    color: rgba(226, 232, 240, 0.45);
}
.focus\:text-bluegray-200\/5:focus {
    color: rgba(226, 232, 240, 0.05);
}
.focus\:text-bluegray-200\/50:focus {
    color: rgba(226, 232, 240, 0.5);
}
.focus\:text-bluegray-200\/55:focus {
    color: rgba(226, 232, 240, 0.55);
}
.focus\:text-bluegray-200\/60:focus {
    color: rgba(226, 232, 240, 0.6);
}
.focus\:text-bluegray-200\/65:focus {
    color: rgba(226, 232, 240, 0.65);
}
.focus\:text-bluegray-200\/70:focus {
    color: rgba(226, 232, 240, 0.7);
}
.focus\:text-bluegray-200\/75:focus {
    color: rgba(226, 232, 240, 0.75);
}
.focus\:text-bluegray-200\/80:focus {
    color: rgba(226, 232, 240, 0.8);
}
.focus\:text-bluegray-200\/85:focus {
    color: rgba(226, 232, 240, 0.85);
}
.focus\:text-bluegray-200\/90:focus {
    color: rgba(226, 232, 240, 0.9);
}
.focus\:text-bluegray-200\/95:focus {
    color: rgba(226, 232, 240, 0.95);
}
.focus\:text-bluegray-300:focus {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-300\/0:focus {
    color: rgba(203, 213, 225, 0);
}
.focus\:text-bluegray-300\/10:focus {
    color: rgba(203, 213, 225, 0.1);
}
.focus\:text-bluegray-300\/100:focus {
    color: #cbd5e1;
}
.focus\:text-bluegray-300\/15:focus {
    color: rgba(203, 213, 225, 0.15);
}
.focus\:text-bluegray-300\/20:focus {
    color: rgba(203, 213, 225, 0.2);
}
.focus\:text-bluegray-300\/25:focus {
    color: rgba(203, 213, 225, 0.25);
}
.focus\:text-bluegray-300\/30:focus {
    color: rgba(203, 213, 225, 0.3);
}
.focus\:text-bluegray-300\/35:focus {
    color: rgba(203, 213, 225, 0.35);
}
.focus\:text-bluegray-300\/40:focus {
    color: rgba(203, 213, 225, 0.4);
}
.focus\:text-bluegray-300\/45:focus {
    color: rgba(203, 213, 225, 0.45);
}
.focus\:text-bluegray-300\/5:focus {
    color: rgba(203, 213, 225, 0.05);
}
.focus\:text-bluegray-300\/50:focus {
    color: rgba(203, 213, 225, 0.5);
}
.focus\:text-bluegray-300\/55:focus {
    color: rgba(203, 213, 225, 0.55);
}
.focus\:text-bluegray-300\/60:focus {
    color: rgba(203, 213, 225, 0.6);
}
.focus\:text-bluegray-300\/65:focus {
    color: rgba(203, 213, 225, 0.65);
}
.focus\:text-bluegray-300\/70:focus {
    color: rgba(203, 213, 225, 0.7);
}
.focus\:text-bluegray-300\/75:focus {
    color: rgba(203, 213, 225, 0.75);
}
.focus\:text-bluegray-300\/80:focus {
    color: rgba(203, 213, 225, 0.8);
}
.focus\:text-bluegray-300\/85:focus {
    color: rgba(203, 213, 225, 0.85);
}
.focus\:text-bluegray-300\/90:focus {
    color: rgba(203, 213, 225, 0.9);
}
.focus\:text-bluegray-300\/95:focus {
    color: rgba(203, 213, 225, 0.95);
}
.focus\:text-bluegray-400:focus {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-400\/0:focus {
    color: rgba(148, 163, 184, 0);
}
.focus\:text-bluegray-400\/10:focus {
    color: rgba(148, 163, 184, 0.1);
}
.focus\:text-bluegray-400\/100:focus {
    color: #94a3b8;
}
.focus\:text-bluegray-400\/15:focus {
    color: rgba(148, 163, 184, 0.15);
}
.focus\:text-bluegray-400\/20:focus {
    color: rgba(148, 163, 184, 0.2);
}
.focus\:text-bluegray-400\/25:focus {
    color: rgba(148, 163, 184, 0.25);
}
.focus\:text-bluegray-400\/30:focus {
    color: rgba(148, 163, 184, 0.3);
}
.focus\:text-bluegray-400\/35:focus {
    color: rgba(148, 163, 184, 0.35);
}
.focus\:text-bluegray-400\/40:focus {
    color: rgba(148, 163, 184, 0.4);
}
.focus\:text-bluegray-400\/45:focus {
    color: rgba(148, 163, 184, 0.45);
}
.focus\:text-bluegray-400\/5:focus {
    color: rgba(148, 163, 184, 0.05);
}
.focus\:text-bluegray-400\/50:focus {
    color: rgba(148, 163, 184, 0.5);
}
.focus\:text-bluegray-400\/55:focus {
    color: rgba(148, 163, 184, 0.55);
}
.focus\:text-bluegray-400\/60:focus {
    color: rgba(148, 163, 184, 0.6);
}
.focus\:text-bluegray-400\/65:focus {
    color: rgba(148, 163, 184, 0.65);
}
.focus\:text-bluegray-400\/70:focus {
    color: rgba(148, 163, 184, 0.7);
}
.focus\:text-bluegray-400\/75:focus {
    color: rgba(148, 163, 184, 0.75);
}
.focus\:text-bluegray-400\/80:focus {
    color: rgba(148, 163, 184, 0.8);
}
.focus\:text-bluegray-400\/85:focus {
    color: rgba(148, 163, 184, 0.85);
}
.focus\:text-bluegray-400\/90:focus {
    color: rgba(148, 163, 184, 0.9);
}
.focus\:text-bluegray-400\/95:focus {
    color: rgba(148, 163, 184, 0.95);
}
.focus\:text-bluegray-50:focus {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-50\/0:focus {
    color: rgba(248, 250, 252, 0);
}
.focus\:text-bluegray-50\/10:focus {
    color: rgba(248, 250, 252, 0.1);
}
.focus\:text-bluegray-50\/100:focus {
    color: #f8fafc;
}
.focus\:text-bluegray-50\/15:focus {
    color: rgba(248, 250, 252, 0.15);
}
.focus\:text-bluegray-50\/20:focus {
    color: rgba(248, 250, 252, 0.2);
}
.focus\:text-bluegray-50\/25:focus {
    color: rgba(248, 250, 252, 0.25);
}
.focus\:text-bluegray-50\/30:focus {
    color: rgba(248, 250, 252, 0.3);
}
.focus\:text-bluegray-50\/35:focus {
    color: rgba(248, 250, 252, 0.35);
}
.focus\:text-bluegray-50\/40:focus {
    color: rgba(248, 250, 252, 0.4);
}
.focus\:text-bluegray-50\/45:focus {
    color: rgba(248, 250, 252, 0.45);
}
.focus\:text-bluegray-50\/5:focus {
    color: rgba(248, 250, 252, 0.05);
}
.focus\:text-bluegray-50\/50:focus {
    color: rgba(248, 250, 252, 0.5);
}
.focus\:text-bluegray-50\/55:focus {
    color: rgba(248, 250, 252, 0.55);
}
.focus\:text-bluegray-50\/60:focus {
    color: rgba(248, 250, 252, 0.6);
}
.focus\:text-bluegray-50\/65:focus {
    color: rgba(248, 250, 252, 0.65);
}
.focus\:text-bluegray-50\/70:focus {
    color: rgba(248, 250, 252, 0.7);
}
.focus\:text-bluegray-50\/75:focus {
    color: rgba(248, 250, 252, 0.75);
}
.focus\:text-bluegray-50\/80:focus {
    color: rgba(248, 250, 252, 0.8);
}
.focus\:text-bluegray-50\/85:focus {
    color: rgba(248, 250, 252, 0.85);
}
.focus\:text-bluegray-50\/90:focus {
    color: rgba(248, 250, 252, 0.9);
}
.focus\:text-bluegray-50\/95:focus {
    color: rgba(248, 250, 252, 0.95);
}
.focus\:text-bluegray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-500\/0:focus {
    color: rgba(100, 116, 139, 0);
}
.focus\:text-bluegray-500\/10:focus {
    color: rgba(100, 116, 139, 0.1);
}
.focus\:text-bluegray-500\/100:focus {
    color: #64748b;
}
.focus\:text-bluegray-500\/15:focus {
    color: rgba(100, 116, 139, 0.15);
}
.focus\:text-bluegray-500\/20:focus {
    color: rgba(100, 116, 139, 0.2);
}
.focus\:text-bluegray-500\/25:focus {
    color: rgba(100, 116, 139, 0.25);
}
.focus\:text-bluegray-500\/30:focus {
    color: rgba(100, 116, 139, 0.3);
}
.focus\:text-bluegray-500\/35:focus {
    color: rgba(100, 116, 139, 0.35);
}
.focus\:text-bluegray-500\/40:focus {
    color: rgba(100, 116, 139, 0.4);
}
.focus\:text-bluegray-500\/45:focus {
    color: rgba(100, 116, 139, 0.45);
}
.focus\:text-bluegray-500\/5:focus {
    color: rgba(100, 116, 139, 0.05);
}
.focus\:text-bluegray-500\/50:focus {
    color: rgba(100, 116, 139, 0.5);
}
.focus\:text-bluegray-500\/55:focus {
    color: rgba(100, 116, 139, 0.55);
}
.focus\:text-bluegray-500\/60:focus {
    color: rgba(100, 116, 139, 0.6);
}
.focus\:text-bluegray-500\/65:focus {
    color: rgba(100, 116, 139, 0.65);
}
.focus\:text-bluegray-500\/70:focus {
    color: rgba(100, 116, 139, 0.7);
}
.focus\:text-bluegray-500\/75:focus {
    color: rgba(100, 116, 139, 0.75);
}
.focus\:text-bluegray-500\/80:focus {
    color: rgba(100, 116, 139, 0.8);
}
.focus\:text-bluegray-500\/85:focus {
    color: rgba(100, 116, 139, 0.85);
}
.focus\:text-bluegray-500\/90:focus {
    color: rgba(100, 116, 139, 0.9);
}
.focus\:text-bluegray-500\/95:focus {
    color: rgba(100, 116, 139, 0.95);
}
.focus\:text-bluegray-600:focus {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-600\/0:focus {
    color: rgba(71, 85, 105, 0);
}
.focus\:text-bluegray-600\/10:focus {
    color: rgba(71, 85, 105, 0.1);
}
.focus\:text-bluegray-600\/100:focus {
    color: #475569;
}
.focus\:text-bluegray-600\/15:focus {
    color: rgba(71, 85, 105, 0.15);
}
.focus\:text-bluegray-600\/20:focus {
    color: rgba(71, 85, 105, 0.2);
}
.focus\:text-bluegray-600\/25:focus {
    color: rgba(71, 85, 105, 0.25);
}
.focus\:text-bluegray-600\/30:focus {
    color: rgba(71, 85, 105, 0.3);
}
.focus\:text-bluegray-600\/35:focus {
    color: rgba(71, 85, 105, 0.35);
}
.focus\:text-bluegray-600\/40:focus {
    color: rgba(71, 85, 105, 0.4);
}
.focus\:text-bluegray-600\/45:focus {
    color: rgba(71, 85, 105, 0.45);
}
.focus\:text-bluegray-600\/5:focus {
    color: rgba(71, 85, 105, 0.05);
}
.focus\:text-bluegray-600\/50:focus {
    color: rgba(71, 85, 105, 0.5);
}
.focus\:text-bluegray-600\/55:focus {
    color: rgba(71, 85, 105, 0.55);
}
.focus\:text-bluegray-600\/60:focus {
    color: rgba(71, 85, 105, 0.6);
}
.focus\:text-bluegray-600\/65:focus {
    color: rgba(71, 85, 105, 0.65);
}
.focus\:text-bluegray-600\/70:focus {
    color: rgba(71, 85, 105, 0.7);
}
.focus\:text-bluegray-600\/75:focus {
    color: rgba(71, 85, 105, 0.75);
}
.focus\:text-bluegray-600\/80:focus {
    color: rgba(71, 85, 105, 0.8);
}
.focus\:text-bluegray-600\/85:focus {
    color: rgba(71, 85, 105, 0.85);
}
.focus\:text-bluegray-600\/90:focus {
    color: rgba(71, 85, 105, 0.9);
}
.focus\:text-bluegray-600\/95:focus {
    color: rgba(71, 85, 105, 0.95);
}
.focus\:text-bluegray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-700\/0:focus {
    color: rgba(51, 65, 85, 0);
}
.focus\:text-bluegray-700\/10:focus {
    color: rgba(51, 65, 85, 0.1);
}
.focus\:text-bluegray-700\/100:focus {
    color: #334155;
}
.focus\:text-bluegray-700\/15:focus {
    color: rgba(51, 65, 85, 0.15);
}
.focus\:text-bluegray-700\/20:focus {
    color: rgba(51, 65, 85, 0.2);
}
.focus\:text-bluegray-700\/25:focus {
    color: rgba(51, 65, 85, 0.25);
}
.focus\:text-bluegray-700\/30:focus {
    color: rgba(51, 65, 85, 0.3);
}
.focus\:text-bluegray-700\/35:focus {
    color: rgba(51, 65, 85, 0.35);
}
.focus\:text-bluegray-700\/40:focus {
    color: rgba(51, 65, 85, 0.4);
}
.focus\:text-bluegray-700\/45:focus {
    color: rgba(51, 65, 85, 0.45);
}
.focus\:text-bluegray-700\/5:focus {
    color: rgba(51, 65, 85, 0.05);
}
.focus\:text-bluegray-700\/50:focus {
    color: rgba(51, 65, 85, 0.5);
}
.focus\:text-bluegray-700\/55:focus {
    color: rgba(51, 65, 85, 0.55);
}
.focus\:text-bluegray-700\/60:focus {
    color: rgba(51, 65, 85, 0.6);
}
.focus\:text-bluegray-700\/65:focus {
    color: rgba(51, 65, 85, 0.65);
}
.focus\:text-bluegray-700\/70:focus {
    color: rgba(51, 65, 85, 0.7);
}
.focus\:text-bluegray-700\/75:focus {
    color: rgba(51, 65, 85, 0.75);
}
.focus\:text-bluegray-700\/80:focus {
    color: rgba(51, 65, 85, 0.8);
}
.focus\:text-bluegray-700\/85:focus {
    color: rgba(51, 65, 85, 0.85);
}
.focus\:text-bluegray-700\/90:focus {
    color: rgba(51, 65, 85, 0.9);
}
.focus\:text-bluegray-700\/95:focus {
    color: rgba(51, 65, 85, 0.95);
}
.focus\:text-bluegray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-800\/0:focus {
    color: rgba(30, 41, 59, 0);
}
.focus\:text-bluegray-800\/10:focus {
    color: rgba(30, 41, 59, 0.1);
}
.focus\:text-bluegray-800\/100:focus {
    color: #1e293b;
}
.focus\:text-bluegray-800\/15:focus {
    color: rgba(30, 41, 59, 0.15);
}
.focus\:text-bluegray-800\/20:focus {
    color: rgba(30, 41, 59, 0.2);
}
.focus\:text-bluegray-800\/25:focus {
    color: rgba(30, 41, 59, 0.25);
}
.focus\:text-bluegray-800\/30:focus {
    color: rgba(30, 41, 59, 0.3);
}
.focus\:text-bluegray-800\/35:focus {
    color: rgba(30, 41, 59, 0.35);
}
.focus\:text-bluegray-800\/40:focus {
    color: rgba(30, 41, 59, 0.4);
}
.focus\:text-bluegray-800\/45:focus {
    color: rgba(30, 41, 59, 0.45);
}
.focus\:text-bluegray-800\/5:focus {
    color: rgba(30, 41, 59, 0.05);
}
.focus\:text-bluegray-800\/50:focus {
    color: rgba(30, 41, 59, 0.5);
}
.focus\:text-bluegray-800\/55:focus {
    color: rgba(30, 41, 59, 0.55);
}
.focus\:text-bluegray-800\/60:focus {
    color: rgba(30, 41, 59, 0.6);
}
.focus\:text-bluegray-800\/65:focus {
    color: rgba(30, 41, 59, 0.65);
}
.focus\:text-bluegray-800\/70:focus {
    color: rgba(30, 41, 59, 0.7);
}
.focus\:text-bluegray-800\/75:focus {
    color: rgba(30, 41, 59, 0.75);
}
.focus\:text-bluegray-800\/80:focus {
    color: rgba(30, 41, 59, 0.8);
}
.focus\:text-bluegray-800\/85:focus {
    color: rgba(30, 41, 59, 0.85);
}
.focus\:text-bluegray-800\/90:focus {
    color: rgba(30, 41, 59, 0.9);
}
.focus\:text-bluegray-800\/95:focus {
    color: rgba(30, 41, 59, 0.95);
}
.focus\:text-bluegray-900:focus {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.focus\:text-bluegray-900\/0:focus {
    color: rgba(15, 23, 42, 0);
}
.focus\:text-bluegray-900\/10:focus {
    color: rgba(15, 23, 42, 0.1);
}
.focus\:text-bluegray-900\/100:focus {
    color: #0f172a;
}
.focus\:text-bluegray-900\/15:focus {
    color: rgba(15, 23, 42, 0.15);
}
.focus\:text-bluegray-900\/20:focus {
    color: rgba(15, 23, 42, 0.2);
}
.focus\:text-bluegray-900\/25:focus {
    color: rgba(15, 23, 42, 0.25);
}
.focus\:text-bluegray-900\/30:focus {
    color: rgba(15, 23, 42, 0.3);
}
.focus\:text-bluegray-900\/35:focus {
    color: rgba(15, 23, 42, 0.35);
}
.focus\:text-bluegray-900\/40:focus {
    color: rgba(15, 23, 42, 0.4);
}
.focus\:text-bluegray-900\/45:focus {
    color: rgba(15, 23, 42, 0.45);
}
.focus\:text-bluegray-900\/5:focus {
    color: rgba(15, 23, 42, 0.05);
}
.focus\:text-bluegray-900\/50:focus {
    color: rgba(15, 23, 42, 0.5);
}
.focus\:text-bluegray-900\/55:focus {
    color: rgba(15, 23, 42, 0.55);
}
.focus\:text-bluegray-900\/60:focus {
    color: rgba(15, 23, 42, 0.6);
}
.focus\:text-bluegray-900\/65:focus {
    color: rgba(15, 23, 42, 0.65);
}
.focus\:text-bluegray-900\/70:focus {
    color: rgba(15, 23, 42, 0.7);
}
.focus\:text-bluegray-900\/75:focus {
    color: rgba(15, 23, 42, 0.75);
}
.focus\:text-bluegray-900\/80:focus {
    color: rgba(15, 23, 42, 0.8);
}
.focus\:text-bluegray-900\/85:focus {
    color: rgba(15, 23, 42, 0.85);
}
.focus\:text-bluegray-900\/90:focus {
    color: rgba(15, 23, 42, 0.9);
}
.focus\:text-bluegray-900\/95:focus {
    color: rgba(15, 23, 42, 0.95);
}
.focus\:text-coolgray-100:focus {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-100\/0:focus {
    color: rgba(243, 244, 246, 0);
}
.focus\:text-coolgray-100\/10:focus {
    color: rgba(243, 244, 246, 0.1);
}
.focus\:text-coolgray-100\/100:focus {
    color: #f3f4f6;
}
.focus\:text-coolgray-100\/15:focus {
    color: rgba(243, 244, 246, 0.15);
}
.focus\:text-coolgray-100\/20:focus {
    color: rgba(243, 244, 246, 0.2);
}
.focus\:text-coolgray-100\/25:focus {
    color: rgba(243, 244, 246, 0.25);
}
.focus\:text-coolgray-100\/30:focus {
    color: rgba(243, 244, 246, 0.3);
}
.focus\:text-coolgray-100\/35:focus {
    color: rgba(243, 244, 246, 0.35);
}
.focus\:text-coolgray-100\/40:focus {
    color: rgba(243, 244, 246, 0.4);
}
.focus\:text-coolgray-100\/45:focus {
    color: rgba(243, 244, 246, 0.45);
}
.focus\:text-coolgray-100\/5:focus {
    color: rgba(243, 244, 246, 0.05);
}
.focus\:text-coolgray-100\/50:focus {
    color: rgba(243, 244, 246, 0.5);
}
.focus\:text-coolgray-100\/55:focus {
    color: rgba(243, 244, 246, 0.55);
}
.focus\:text-coolgray-100\/60:focus {
    color: rgba(243, 244, 246, 0.6);
}
.focus\:text-coolgray-100\/65:focus {
    color: rgba(243, 244, 246, 0.65);
}
.focus\:text-coolgray-100\/70:focus {
    color: rgba(243, 244, 246, 0.7);
}
.focus\:text-coolgray-100\/75:focus {
    color: rgba(243, 244, 246, 0.75);
}
.focus\:text-coolgray-100\/80:focus {
    color: rgba(243, 244, 246, 0.8);
}
.focus\:text-coolgray-100\/85:focus {
    color: rgba(243, 244, 246, 0.85);
}
.focus\:text-coolgray-100\/90:focus {
    color: rgba(243, 244, 246, 0.9);
}
.focus\:text-coolgray-100\/95:focus {
    color: rgba(243, 244, 246, 0.95);
}
.focus\:text-coolgray-200:focus {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-200\/0:focus {
    color: rgba(229, 231, 235, 0);
}
.focus\:text-coolgray-200\/10:focus {
    color: rgba(229, 231, 235, 0.1);
}
.focus\:text-coolgray-200\/100:focus {
    color: #e5e7eb;
}
.focus\:text-coolgray-200\/15:focus {
    color: rgba(229, 231, 235, 0.15);
}
.focus\:text-coolgray-200\/20:focus {
    color: rgba(229, 231, 235, 0.2);
}
.focus\:text-coolgray-200\/25:focus {
    color: rgba(229, 231, 235, 0.25);
}
.focus\:text-coolgray-200\/30:focus {
    color: rgba(229, 231, 235, 0.3);
}
.focus\:text-coolgray-200\/35:focus {
    color: rgba(229, 231, 235, 0.35);
}
.focus\:text-coolgray-200\/40:focus {
    color: rgba(229, 231, 235, 0.4);
}
.focus\:text-coolgray-200\/45:focus {
    color: rgba(229, 231, 235, 0.45);
}
.focus\:text-coolgray-200\/5:focus {
    color: rgba(229, 231, 235, 0.05);
}
.focus\:text-coolgray-200\/50:focus {
    color: rgba(229, 231, 235, 0.5);
}
.focus\:text-coolgray-200\/55:focus {
    color: rgba(229, 231, 235, 0.55);
}
.focus\:text-coolgray-200\/60:focus {
    color: rgba(229, 231, 235, 0.6);
}
.focus\:text-coolgray-200\/65:focus {
    color: rgba(229, 231, 235, 0.65);
}
.focus\:text-coolgray-200\/70:focus {
    color: rgba(229, 231, 235, 0.7);
}
.focus\:text-coolgray-200\/75:focus {
    color: rgba(229, 231, 235, 0.75);
}
.focus\:text-coolgray-200\/80:focus {
    color: rgba(229, 231, 235, 0.8);
}
.focus\:text-coolgray-200\/85:focus {
    color: rgba(229, 231, 235, 0.85);
}
.focus\:text-coolgray-200\/90:focus {
    color: rgba(229, 231, 235, 0.9);
}
.focus\:text-coolgray-200\/95:focus {
    color: rgba(229, 231, 235, 0.95);
}
.focus\:text-coolgray-300:focus {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-300\/0:focus {
    color: rgba(209, 213, 219, 0);
}
.focus\:text-coolgray-300\/10:focus {
    color: rgba(209, 213, 219, 0.1);
}
.focus\:text-coolgray-300\/100:focus {
    color: #d1d5db;
}
.focus\:text-coolgray-300\/15:focus {
    color: rgba(209, 213, 219, 0.15);
}
.focus\:text-coolgray-300\/20:focus {
    color: rgba(209, 213, 219, 0.2);
}
.focus\:text-coolgray-300\/25:focus {
    color: rgba(209, 213, 219, 0.25);
}
.focus\:text-coolgray-300\/30:focus {
    color: rgba(209, 213, 219, 0.3);
}
.focus\:text-coolgray-300\/35:focus {
    color: rgba(209, 213, 219, 0.35);
}
.focus\:text-coolgray-300\/40:focus {
    color: rgba(209, 213, 219, 0.4);
}
.focus\:text-coolgray-300\/45:focus {
    color: rgba(209, 213, 219, 0.45);
}
.focus\:text-coolgray-300\/5:focus {
    color: rgba(209, 213, 219, 0.05);
}
.focus\:text-coolgray-300\/50:focus {
    color: rgba(209, 213, 219, 0.5);
}
.focus\:text-coolgray-300\/55:focus {
    color: rgba(209, 213, 219, 0.55);
}
.focus\:text-coolgray-300\/60:focus {
    color: rgba(209, 213, 219, 0.6);
}
.focus\:text-coolgray-300\/65:focus {
    color: rgba(209, 213, 219, 0.65);
}
.focus\:text-coolgray-300\/70:focus {
    color: rgba(209, 213, 219, 0.7);
}
.focus\:text-coolgray-300\/75:focus {
    color: rgba(209, 213, 219, 0.75);
}
.focus\:text-coolgray-300\/80:focus {
    color: rgba(209, 213, 219, 0.8);
}
.focus\:text-coolgray-300\/85:focus {
    color: rgba(209, 213, 219, 0.85);
}
.focus\:text-coolgray-300\/90:focus {
    color: rgba(209, 213, 219, 0.9);
}
.focus\:text-coolgray-300\/95:focus {
    color: rgba(209, 213, 219, 0.95);
}
.focus\:text-coolgray-400:focus {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-400\/0:focus {
    color: rgba(156, 163, 175, 0);
}
.focus\:text-coolgray-400\/10:focus {
    color: rgba(156, 163, 175, 0.1);
}
.focus\:text-coolgray-400\/100:focus {
    color: #9ca3af;
}
.focus\:text-coolgray-400\/15:focus {
    color: rgba(156, 163, 175, 0.15);
}
.focus\:text-coolgray-400\/20:focus {
    color: rgba(156, 163, 175, 0.2);
}
.focus\:text-coolgray-400\/25:focus {
    color: rgba(156, 163, 175, 0.25);
}
.focus\:text-coolgray-400\/30:focus {
    color: rgba(156, 163, 175, 0.3);
}
.focus\:text-coolgray-400\/35:focus {
    color: rgba(156, 163, 175, 0.35);
}
.focus\:text-coolgray-400\/40:focus {
    color: rgba(156, 163, 175, 0.4);
}
.focus\:text-coolgray-400\/45:focus {
    color: rgba(156, 163, 175, 0.45);
}
.focus\:text-coolgray-400\/5:focus {
    color: rgba(156, 163, 175, 0.05);
}
.focus\:text-coolgray-400\/50:focus {
    color: rgba(156, 163, 175, 0.5);
}
.focus\:text-coolgray-400\/55:focus {
    color: rgba(156, 163, 175, 0.55);
}
.focus\:text-coolgray-400\/60:focus {
    color: rgba(156, 163, 175, 0.6);
}
.focus\:text-coolgray-400\/65:focus {
    color: rgba(156, 163, 175, 0.65);
}
.focus\:text-coolgray-400\/70:focus {
    color: rgba(156, 163, 175, 0.7);
}
.focus\:text-coolgray-400\/75:focus {
    color: rgba(156, 163, 175, 0.75);
}
.focus\:text-coolgray-400\/80:focus {
    color: rgba(156, 163, 175, 0.8);
}
.focus\:text-coolgray-400\/85:focus {
    color: rgba(156, 163, 175, 0.85);
}
.focus\:text-coolgray-400\/90:focus {
    color: rgba(156, 163, 175, 0.9);
}
.focus\:text-coolgray-400\/95:focus {
    color: rgba(156, 163, 175, 0.95);
}
.focus\:text-coolgray-50:focus {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-50\/0:focus {
    color: rgba(249, 250, 251, 0);
}
.focus\:text-coolgray-50\/10:focus {
    color: rgba(249, 250, 251, 0.1);
}
.focus\:text-coolgray-50\/100:focus {
    color: #f9fafb;
}
.focus\:text-coolgray-50\/15:focus {
    color: rgba(249, 250, 251, 0.15);
}
.focus\:text-coolgray-50\/20:focus {
    color: rgba(249, 250, 251, 0.2);
}
.focus\:text-coolgray-50\/25:focus {
    color: rgba(249, 250, 251, 0.25);
}
.focus\:text-coolgray-50\/30:focus {
    color: rgba(249, 250, 251, 0.3);
}
.focus\:text-coolgray-50\/35:focus {
    color: rgba(249, 250, 251, 0.35);
}
.focus\:text-coolgray-50\/40:focus {
    color: rgba(249, 250, 251, 0.4);
}
.focus\:text-coolgray-50\/45:focus {
    color: rgba(249, 250, 251, 0.45);
}
.focus\:text-coolgray-50\/5:focus {
    color: rgba(249, 250, 251, 0.05);
}
.focus\:text-coolgray-50\/50:focus {
    color: rgba(249, 250, 251, 0.5);
}
.focus\:text-coolgray-50\/55:focus {
    color: rgba(249, 250, 251, 0.55);
}
.focus\:text-coolgray-50\/60:focus {
    color: rgba(249, 250, 251, 0.6);
}
.focus\:text-coolgray-50\/65:focus {
    color: rgba(249, 250, 251, 0.65);
}
.focus\:text-coolgray-50\/70:focus {
    color: rgba(249, 250, 251, 0.7);
}
.focus\:text-coolgray-50\/75:focus {
    color: rgba(249, 250, 251, 0.75);
}
.focus\:text-coolgray-50\/80:focus {
    color: rgba(249, 250, 251, 0.8);
}
.focus\:text-coolgray-50\/85:focus {
    color: rgba(249, 250, 251, 0.85);
}
.focus\:text-coolgray-50\/90:focus {
    color: rgba(249, 250, 251, 0.9);
}
.focus\:text-coolgray-50\/95:focus {
    color: rgba(249, 250, 251, 0.95);
}
.focus\:text-coolgray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-500\/0:focus {
    color: hsla(220, 9%, 46%, 0);
}
.focus\:text-coolgray-500\/10:focus {
    color: hsla(220, 9%, 46%, 0.1);
}
.focus\:text-coolgray-500\/100:focus {
    color: #6b7280;
}
.focus\:text-coolgray-500\/15:focus {
    color: hsla(220, 9%, 46%, 0.15);
}
.focus\:text-coolgray-500\/20:focus {
    color: hsla(220, 9%, 46%, 0.2);
}
.focus\:text-coolgray-500\/25:focus {
    color: hsla(220, 9%, 46%, 0.25);
}
.focus\:text-coolgray-500\/30:focus {
    color: hsla(220, 9%, 46%, 0.3);
}
.focus\:text-coolgray-500\/35:focus {
    color: hsla(220, 9%, 46%, 0.35);
}
.focus\:text-coolgray-500\/40:focus {
    color: hsla(220, 9%, 46%, 0.4);
}
.focus\:text-coolgray-500\/45:focus {
    color: hsla(220, 9%, 46%, 0.45);
}
.focus\:text-coolgray-500\/5:focus {
    color: hsla(220, 9%, 46%, 0.05);
}
.focus\:text-coolgray-500\/50:focus {
    color: hsla(220, 9%, 46%, 0.5);
}
.focus\:text-coolgray-500\/55:focus {
    color: hsla(220, 9%, 46%, 0.55);
}
.focus\:text-coolgray-500\/60:focus {
    color: hsla(220, 9%, 46%, 0.6);
}
.focus\:text-coolgray-500\/65:focus {
    color: hsla(220, 9%, 46%, 0.65);
}
.focus\:text-coolgray-500\/70:focus {
    color: hsla(220, 9%, 46%, 0.7);
}
.focus\:text-coolgray-500\/75:focus {
    color: hsla(220, 9%, 46%, 0.75);
}
.focus\:text-coolgray-500\/80:focus {
    color: hsla(220, 9%, 46%, 0.8);
}
.focus\:text-coolgray-500\/85:focus {
    color: hsla(220, 9%, 46%, 0.85);
}
.focus\:text-coolgray-500\/90:focus {
    color: hsla(220, 9%, 46%, 0.9);
}
.focus\:text-coolgray-500\/95:focus {
    color: hsla(220, 9%, 46%, 0.95);
}
.focus\:text-coolgray-600:focus {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-600\/0:focus {
    color: rgba(75, 85, 99, 0);
}
.focus\:text-coolgray-600\/10:focus {
    color: rgba(75, 85, 99, 0.1);
}
.focus\:text-coolgray-600\/100:focus {
    color: #4b5563;
}
.focus\:text-coolgray-600\/15:focus {
    color: rgba(75, 85, 99, 0.15);
}
.focus\:text-coolgray-600\/20:focus {
    color: rgba(75, 85, 99, 0.2);
}
.focus\:text-coolgray-600\/25:focus {
    color: rgba(75, 85, 99, 0.25);
}
.focus\:text-coolgray-600\/30:focus {
    color: rgba(75, 85, 99, 0.3);
}
.focus\:text-coolgray-600\/35:focus {
    color: rgba(75, 85, 99, 0.35);
}
.focus\:text-coolgray-600\/40:focus {
    color: rgba(75, 85, 99, 0.4);
}
.focus\:text-coolgray-600\/45:focus {
    color: rgba(75, 85, 99, 0.45);
}
.focus\:text-coolgray-600\/5:focus {
    color: rgba(75, 85, 99, 0.05);
}
.focus\:text-coolgray-600\/50:focus {
    color: rgba(75, 85, 99, 0.5);
}
.focus\:text-coolgray-600\/55:focus {
    color: rgba(75, 85, 99, 0.55);
}
.focus\:text-coolgray-600\/60:focus {
    color: rgba(75, 85, 99, 0.6);
}
.focus\:text-coolgray-600\/65:focus {
    color: rgba(75, 85, 99, 0.65);
}
.focus\:text-coolgray-600\/70:focus {
    color: rgba(75, 85, 99, 0.7);
}
.focus\:text-coolgray-600\/75:focus {
    color: rgba(75, 85, 99, 0.75);
}
.focus\:text-coolgray-600\/80:focus {
    color: rgba(75, 85, 99, 0.8);
}
.focus\:text-coolgray-600\/85:focus {
    color: rgba(75, 85, 99, 0.85);
}
.focus\:text-coolgray-600\/90:focus {
    color: rgba(75, 85, 99, 0.9);
}
.focus\:text-coolgray-600\/95:focus {
    color: rgba(75, 85, 99, 0.95);
}
.focus\:text-coolgray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-700\/0:focus {
    color: rgba(55, 65, 81, 0);
}
.focus\:text-coolgray-700\/10:focus {
    color: rgba(55, 65, 81, 0.1);
}
.focus\:text-coolgray-700\/100:focus {
    color: #374151;
}
.focus\:text-coolgray-700\/15:focus {
    color: rgba(55, 65, 81, 0.15);
}
.focus\:text-coolgray-700\/20:focus {
    color: rgba(55, 65, 81, 0.2);
}
.focus\:text-coolgray-700\/25:focus {
    color: rgba(55, 65, 81, 0.25);
}
.focus\:text-coolgray-700\/30:focus {
    color: rgba(55, 65, 81, 0.3);
}
.focus\:text-coolgray-700\/35:focus {
    color: rgba(55, 65, 81, 0.35);
}
.focus\:text-coolgray-700\/40:focus {
    color: rgba(55, 65, 81, 0.4);
}
.focus\:text-coolgray-700\/45:focus {
    color: rgba(55, 65, 81, 0.45);
}
.focus\:text-coolgray-700\/5:focus {
    color: rgba(55, 65, 81, 0.05);
}
.focus\:text-coolgray-700\/50:focus {
    color: rgba(55, 65, 81, 0.5);
}
.focus\:text-coolgray-700\/55:focus {
    color: rgba(55, 65, 81, 0.55);
}
.focus\:text-coolgray-700\/60:focus {
    color: rgba(55, 65, 81, 0.6);
}
.focus\:text-coolgray-700\/65:focus {
    color: rgba(55, 65, 81, 0.65);
}
.focus\:text-coolgray-700\/70:focus {
    color: rgba(55, 65, 81, 0.7);
}
.focus\:text-coolgray-700\/75:focus {
    color: rgba(55, 65, 81, 0.75);
}
.focus\:text-coolgray-700\/80:focus {
    color: rgba(55, 65, 81, 0.8);
}
.focus\:text-coolgray-700\/85:focus {
    color: rgba(55, 65, 81, 0.85);
}
.focus\:text-coolgray-700\/90:focus {
    color: rgba(55, 65, 81, 0.9);
}
.focus\:text-coolgray-700\/95:focus {
    color: rgba(55, 65, 81, 0.95);
}
.focus\:text-coolgray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-800\/0:focus {
    color: rgba(31, 41, 55, 0);
}
.focus\:text-coolgray-800\/10:focus {
    color: rgba(31, 41, 55, 0.1);
}
.focus\:text-coolgray-800\/100:focus {
    color: #1f2937;
}
.focus\:text-coolgray-800\/15:focus {
    color: rgba(31, 41, 55, 0.15);
}
.focus\:text-coolgray-800\/20:focus {
    color: rgba(31, 41, 55, 0.2);
}
.focus\:text-coolgray-800\/25:focus {
    color: rgba(31, 41, 55, 0.25);
}
.focus\:text-coolgray-800\/30:focus {
    color: rgba(31, 41, 55, 0.3);
}
.focus\:text-coolgray-800\/35:focus {
    color: rgba(31, 41, 55, 0.35);
}
.focus\:text-coolgray-800\/40:focus {
    color: rgba(31, 41, 55, 0.4);
}
.focus\:text-coolgray-800\/45:focus {
    color: rgba(31, 41, 55, 0.45);
}
.focus\:text-coolgray-800\/5:focus {
    color: rgba(31, 41, 55, 0.05);
}
.focus\:text-coolgray-800\/50:focus {
    color: rgba(31, 41, 55, 0.5);
}
.focus\:text-coolgray-800\/55:focus {
    color: rgba(31, 41, 55, 0.55);
}
.focus\:text-coolgray-800\/60:focus {
    color: rgba(31, 41, 55, 0.6);
}
.focus\:text-coolgray-800\/65:focus {
    color: rgba(31, 41, 55, 0.65);
}
.focus\:text-coolgray-800\/70:focus {
    color: rgba(31, 41, 55, 0.7);
}
.focus\:text-coolgray-800\/75:focus {
    color: rgba(31, 41, 55, 0.75);
}
.focus\:text-coolgray-800\/80:focus {
    color: rgba(31, 41, 55, 0.8);
}
.focus\:text-coolgray-800\/85:focus {
    color: rgba(31, 41, 55, 0.85);
}
.focus\:text-coolgray-800\/90:focus {
    color: rgba(31, 41, 55, 0.9);
}
.focus\:text-coolgray-800\/95:focus {
    color: rgba(31, 41, 55, 0.95);
}
.focus\:text-coolgray-900:focus {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.focus\:text-coolgray-900\/0:focus {
    color: rgba(17, 24, 39, 0);
}
.focus\:text-coolgray-900\/10:focus {
    color: rgba(17, 24, 39, 0.1);
}
.focus\:text-coolgray-900\/100:focus {
    color: #111827;
}
.focus\:text-coolgray-900\/15:focus {
    color: rgba(17, 24, 39, 0.15);
}
.focus\:text-coolgray-900\/20:focus {
    color: rgba(17, 24, 39, 0.2);
}
.focus\:text-coolgray-900\/25:focus {
    color: rgba(17, 24, 39, 0.25);
}
.focus\:text-coolgray-900\/30:focus {
    color: rgba(17, 24, 39, 0.3);
}
.focus\:text-coolgray-900\/35:focus {
    color: rgba(17, 24, 39, 0.35);
}
.focus\:text-coolgray-900\/40:focus {
    color: rgba(17, 24, 39, 0.4);
}
.focus\:text-coolgray-900\/45:focus {
    color: rgba(17, 24, 39, 0.45);
}
.focus\:text-coolgray-900\/5:focus {
    color: rgba(17, 24, 39, 0.05);
}
.focus\:text-coolgray-900\/50:focus {
    color: rgba(17, 24, 39, 0.5);
}
.focus\:text-coolgray-900\/55:focus {
    color: rgba(17, 24, 39, 0.55);
}
.focus\:text-coolgray-900\/60:focus {
    color: rgba(17, 24, 39, 0.6);
}
.focus\:text-coolgray-900\/65:focus {
    color: rgba(17, 24, 39, 0.65);
}
.focus\:text-coolgray-900\/70:focus {
    color: rgba(17, 24, 39, 0.7);
}
.focus\:text-coolgray-900\/75:focus {
    color: rgba(17, 24, 39, 0.75);
}
.focus\:text-coolgray-900\/80:focus {
    color: rgba(17, 24, 39, 0.8);
}
.focus\:text-coolgray-900\/85:focus {
    color: rgba(17, 24, 39, 0.85);
}
.focus\:text-coolgray-900\/90:focus {
    color: rgba(17, 24, 39, 0.9);
}
.focus\:text-coolgray-900\/95:focus {
    color: rgba(17, 24, 39, 0.95);
}
.focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-100\/0:focus {
    color: rgba(207, 250, 254, 0);
}
.focus\:text-cyan-100\/10:focus {
    color: rgba(207, 250, 254, 0.1);
}
.focus\:text-cyan-100\/100:focus {
    color: #cffafe;
}
.focus\:text-cyan-100\/15:focus {
    color: rgba(207, 250, 254, 0.15);
}
.focus\:text-cyan-100\/20:focus {
    color: rgba(207, 250, 254, 0.2);
}
.focus\:text-cyan-100\/25:focus {
    color: rgba(207, 250, 254, 0.25);
}
.focus\:text-cyan-100\/30:focus {
    color: rgba(207, 250, 254, 0.3);
}
.focus\:text-cyan-100\/35:focus {
    color: rgba(207, 250, 254, 0.35);
}
.focus\:text-cyan-100\/40:focus {
    color: rgba(207, 250, 254, 0.4);
}
.focus\:text-cyan-100\/45:focus {
    color: rgba(207, 250, 254, 0.45);
}
.focus\:text-cyan-100\/5:focus {
    color: rgba(207, 250, 254, 0.05);
}
.focus\:text-cyan-100\/50:focus {
    color: rgba(207, 250, 254, 0.5);
}
.focus\:text-cyan-100\/55:focus {
    color: rgba(207, 250, 254, 0.55);
}
.focus\:text-cyan-100\/60:focus {
    color: rgba(207, 250, 254, 0.6);
}
.focus\:text-cyan-100\/65:focus {
    color: rgba(207, 250, 254, 0.65);
}
.focus\:text-cyan-100\/70:focus {
    color: rgba(207, 250, 254, 0.7);
}
.focus\:text-cyan-100\/75:focus {
    color: rgba(207, 250, 254, 0.75);
}
.focus\:text-cyan-100\/80:focus {
    color: rgba(207, 250, 254, 0.8);
}
.focus\:text-cyan-100\/85:focus {
    color: rgba(207, 250, 254, 0.85);
}
.focus\:text-cyan-100\/90:focus {
    color: rgba(207, 250, 254, 0.9);
}
.focus\:text-cyan-100\/95:focus {
    color: rgba(207, 250, 254, 0.95);
}
.focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-200\/0:focus {
    color: rgba(165, 243, 252, 0);
}
.focus\:text-cyan-200\/10:focus {
    color: rgba(165, 243, 252, 0.1);
}
.focus\:text-cyan-200\/100:focus {
    color: #a5f3fc;
}
.focus\:text-cyan-200\/15:focus {
    color: rgba(165, 243, 252, 0.15);
}
.focus\:text-cyan-200\/20:focus {
    color: rgba(165, 243, 252, 0.2);
}
.focus\:text-cyan-200\/25:focus {
    color: rgba(165, 243, 252, 0.25);
}
.focus\:text-cyan-200\/30:focus {
    color: rgba(165, 243, 252, 0.3);
}
.focus\:text-cyan-200\/35:focus {
    color: rgba(165, 243, 252, 0.35);
}
.focus\:text-cyan-200\/40:focus {
    color: rgba(165, 243, 252, 0.4);
}
.focus\:text-cyan-200\/45:focus {
    color: rgba(165, 243, 252, 0.45);
}
.focus\:text-cyan-200\/5:focus {
    color: rgba(165, 243, 252, 0.05);
}
.focus\:text-cyan-200\/50:focus {
    color: rgba(165, 243, 252, 0.5);
}
.focus\:text-cyan-200\/55:focus {
    color: rgba(165, 243, 252, 0.55);
}
.focus\:text-cyan-200\/60:focus {
    color: rgba(165, 243, 252, 0.6);
}
.focus\:text-cyan-200\/65:focus {
    color: rgba(165, 243, 252, 0.65);
}
.focus\:text-cyan-200\/70:focus {
    color: rgba(165, 243, 252, 0.7);
}
.focus\:text-cyan-200\/75:focus {
    color: rgba(165, 243, 252, 0.75);
}
.focus\:text-cyan-200\/80:focus {
    color: rgba(165, 243, 252, 0.8);
}
.focus\:text-cyan-200\/85:focus {
    color: rgba(165, 243, 252, 0.85);
}
.focus\:text-cyan-200\/90:focus {
    color: rgba(165, 243, 252, 0.9);
}
.focus\:text-cyan-200\/95:focus {
    color: rgba(165, 243, 252, 0.95);
}
.focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-300\/0:focus {
    color: rgba(103, 232, 249, 0);
}
.focus\:text-cyan-300\/10:focus {
    color: rgba(103, 232, 249, 0.1);
}
.focus\:text-cyan-300\/100:focus {
    color: #67e8f9;
}
.focus\:text-cyan-300\/15:focus {
    color: rgba(103, 232, 249, 0.15);
}
.focus\:text-cyan-300\/20:focus {
    color: rgba(103, 232, 249, 0.2);
}
.focus\:text-cyan-300\/25:focus {
    color: rgba(103, 232, 249, 0.25);
}
.focus\:text-cyan-300\/30:focus {
    color: rgba(103, 232, 249, 0.3);
}
.focus\:text-cyan-300\/35:focus {
    color: rgba(103, 232, 249, 0.35);
}
.focus\:text-cyan-300\/40:focus {
    color: rgba(103, 232, 249, 0.4);
}
.focus\:text-cyan-300\/45:focus {
    color: rgba(103, 232, 249, 0.45);
}
.focus\:text-cyan-300\/5:focus {
    color: rgba(103, 232, 249, 0.05);
}
.focus\:text-cyan-300\/50:focus {
    color: rgba(103, 232, 249, 0.5);
}
.focus\:text-cyan-300\/55:focus {
    color: rgba(103, 232, 249, 0.55);
}
.focus\:text-cyan-300\/60:focus {
    color: rgba(103, 232, 249, 0.6);
}
.focus\:text-cyan-300\/65:focus {
    color: rgba(103, 232, 249, 0.65);
}
.focus\:text-cyan-300\/70:focus {
    color: rgba(103, 232, 249, 0.7);
}
.focus\:text-cyan-300\/75:focus {
    color: rgba(103, 232, 249, 0.75);
}
.focus\:text-cyan-300\/80:focus {
    color: rgba(103, 232, 249, 0.8);
}
.focus\:text-cyan-300\/85:focus {
    color: rgba(103, 232, 249, 0.85);
}
.focus\:text-cyan-300\/90:focus {
    color: rgba(103, 232, 249, 0.9);
}
.focus\:text-cyan-300\/95:focus {
    color: rgba(103, 232, 249, 0.95);
}
.focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-400\/0:focus {
    color: rgba(34, 211, 238, 0);
}
.focus\:text-cyan-400\/10:focus {
    color: rgba(34, 211, 238, 0.1);
}
.focus\:text-cyan-400\/100:focus {
    color: #22d3ee;
}
.focus\:text-cyan-400\/15:focus {
    color: rgba(34, 211, 238, 0.15);
}
.focus\:text-cyan-400\/20:focus {
    color: rgba(34, 211, 238, 0.2);
}
.focus\:text-cyan-400\/25:focus {
    color: rgba(34, 211, 238, 0.25);
}
.focus\:text-cyan-400\/30:focus {
    color: rgba(34, 211, 238, 0.3);
}
.focus\:text-cyan-400\/35:focus {
    color: rgba(34, 211, 238, 0.35);
}
.focus\:text-cyan-400\/40:focus {
    color: rgba(34, 211, 238, 0.4);
}
.focus\:text-cyan-400\/45:focus {
    color: rgba(34, 211, 238, 0.45);
}
.focus\:text-cyan-400\/5:focus {
    color: rgba(34, 211, 238, 0.05);
}
.focus\:text-cyan-400\/50:focus {
    color: rgba(34, 211, 238, 0.5);
}
.focus\:text-cyan-400\/55:focus {
    color: rgba(34, 211, 238, 0.55);
}
.focus\:text-cyan-400\/60:focus {
    color: rgba(34, 211, 238, 0.6);
}
.focus\:text-cyan-400\/65:focus {
    color: rgba(34, 211, 238, 0.65);
}
.focus\:text-cyan-400\/70:focus {
    color: rgba(34, 211, 238, 0.7);
}
.focus\:text-cyan-400\/75:focus {
    color: rgba(34, 211, 238, 0.75);
}
.focus\:text-cyan-400\/80:focus {
    color: rgba(34, 211, 238, 0.8);
}
.focus\:text-cyan-400\/85:focus {
    color: rgba(34, 211, 238, 0.85);
}
.focus\:text-cyan-400\/90:focus {
    color: rgba(34, 211, 238, 0.9);
}
.focus\:text-cyan-400\/95:focus {
    color: rgba(34, 211, 238, 0.95);
}
.focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-50\/0:focus {
    color: rgba(236, 254, 255, 0);
}
.focus\:text-cyan-50\/10:focus {
    color: rgba(236, 254, 255, 0.1);
}
.focus\:text-cyan-50\/100:focus {
    color: #ecfeff;
}
.focus\:text-cyan-50\/15:focus {
    color: rgba(236, 254, 255, 0.15);
}
.focus\:text-cyan-50\/20:focus {
    color: rgba(236, 254, 255, 0.2);
}
.focus\:text-cyan-50\/25:focus {
    color: rgba(236, 254, 255, 0.25);
}
.focus\:text-cyan-50\/30:focus {
    color: rgba(236, 254, 255, 0.3);
}
.focus\:text-cyan-50\/35:focus {
    color: rgba(236, 254, 255, 0.35);
}
.focus\:text-cyan-50\/40:focus {
    color: rgba(236, 254, 255, 0.4);
}
.focus\:text-cyan-50\/45:focus {
    color: rgba(236, 254, 255, 0.45);
}
.focus\:text-cyan-50\/5:focus {
    color: rgba(236, 254, 255, 0.05);
}
.focus\:text-cyan-50\/50:focus {
    color: rgba(236, 254, 255, 0.5);
}
.focus\:text-cyan-50\/55:focus {
    color: rgba(236, 254, 255, 0.55);
}
.focus\:text-cyan-50\/60:focus {
    color: rgba(236, 254, 255, 0.6);
}
.focus\:text-cyan-50\/65:focus {
    color: rgba(236, 254, 255, 0.65);
}
.focus\:text-cyan-50\/70:focus {
    color: rgba(236, 254, 255, 0.7);
}
.focus\:text-cyan-50\/75:focus {
    color: rgba(236, 254, 255, 0.75);
}
.focus\:text-cyan-50\/80:focus {
    color: rgba(236, 254, 255, 0.8);
}
.focus\:text-cyan-50\/85:focus {
    color: rgba(236, 254, 255, 0.85);
}
.focus\:text-cyan-50\/90:focus {
    color: rgba(236, 254, 255, 0.9);
}
.focus\:text-cyan-50\/95:focus {
    color: rgba(236, 254, 255, 0.95);
}
.focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-500\/0:focus {
    color: rgba(6, 182, 212, 0);
}
.focus\:text-cyan-500\/10:focus {
    color: rgba(6, 182, 212, 0.1);
}
.focus\:text-cyan-500\/100:focus {
    color: #06b6d4;
}
.focus\:text-cyan-500\/15:focus {
    color: rgba(6, 182, 212, 0.15);
}
.focus\:text-cyan-500\/20:focus {
    color: rgba(6, 182, 212, 0.2);
}
.focus\:text-cyan-500\/25:focus {
    color: rgba(6, 182, 212, 0.25);
}
.focus\:text-cyan-500\/30:focus {
    color: rgba(6, 182, 212, 0.3);
}
.focus\:text-cyan-500\/35:focus {
    color: rgba(6, 182, 212, 0.35);
}
.focus\:text-cyan-500\/40:focus {
    color: rgba(6, 182, 212, 0.4);
}
.focus\:text-cyan-500\/45:focus {
    color: rgba(6, 182, 212, 0.45);
}
.focus\:text-cyan-500\/5:focus {
    color: rgba(6, 182, 212, 0.05);
}
.focus\:text-cyan-500\/50:focus {
    color: rgba(6, 182, 212, 0.5);
}
.focus\:text-cyan-500\/55:focus {
    color: rgba(6, 182, 212, 0.55);
}
.focus\:text-cyan-500\/60:focus {
    color: rgba(6, 182, 212, 0.6);
}
.focus\:text-cyan-500\/65:focus {
    color: rgba(6, 182, 212, 0.65);
}
.focus\:text-cyan-500\/70:focus {
    color: rgba(6, 182, 212, 0.7);
}
.focus\:text-cyan-500\/75:focus {
    color: rgba(6, 182, 212, 0.75);
}
.focus\:text-cyan-500\/80:focus {
    color: rgba(6, 182, 212, 0.8);
}
.focus\:text-cyan-500\/85:focus {
    color: rgba(6, 182, 212, 0.85);
}
.focus\:text-cyan-500\/90:focus {
    color: rgba(6, 182, 212, 0.9);
}
.focus\:text-cyan-500\/95:focus {
    color: rgba(6, 182, 212, 0.95);
}
.focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-600\/0:focus {
    color: rgba(8, 145, 178, 0);
}
.focus\:text-cyan-600\/10:focus {
    color: rgba(8, 145, 178, 0.1);
}
.focus\:text-cyan-600\/100:focus {
    color: #0891b2;
}
.focus\:text-cyan-600\/15:focus {
    color: rgba(8, 145, 178, 0.15);
}
.focus\:text-cyan-600\/20:focus {
    color: rgba(8, 145, 178, 0.2);
}
.focus\:text-cyan-600\/25:focus {
    color: rgba(8, 145, 178, 0.25);
}
.focus\:text-cyan-600\/30:focus {
    color: rgba(8, 145, 178, 0.3);
}
.focus\:text-cyan-600\/35:focus {
    color: rgba(8, 145, 178, 0.35);
}
.focus\:text-cyan-600\/40:focus {
    color: rgba(8, 145, 178, 0.4);
}
.focus\:text-cyan-600\/45:focus {
    color: rgba(8, 145, 178, 0.45);
}
.focus\:text-cyan-600\/5:focus {
    color: rgba(8, 145, 178, 0.05);
}
.focus\:text-cyan-600\/50:focus {
    color: rgba(8, 145, 178, 0.5);
}
.focus\:text-cyan-600\/55:focus {
    color: rgba(8, 145, 178, 0.55);
}
.focus\:text-cyan-600\/60:focus {
    color: rgba(8, 145, 178, 0.6);
}
.focus\:text-cyan-600\/65:focus {
    color: rgba(8, 145, 178, 0.65);
}
.focus\:text-cyan-600\/70:focus {
    color: rgba(8, 145, 178, 0.7);
}
.focus\:text-cyan-600\/75:focus {
    color: rgba(8, 145, 178, 0.75);
}
.focus\:text-cyan-600\/80:focus {
    color: rgba(8, 145, 178, 0.8);
}
.focus\:text-cyan-600\/85:focus {
    color: rgba(8, 145, 178, 0.85);
}
.focus\:text-cyan-600\/90:focus {
    color: rgba(8, 145, 178, 0.9);
}
.focus\:text-cyan-600\/95:focus {
    color: rgba(8, 145, 178, 0.95);
}
.focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-700\/0:focus {
    color: rgba(14, 116, 144, 0);
}
.focus\:text-cyan-700\/10:focus {
    color: rgba(14, 116, 144, 0.1);
}
.focus\:text-cyan-700\/100:focus {
    color: #0e7490;
}
.focus\:text-cyan-700\/15:focus {
    color: rgba(14, 116, 144, 0.15);
}
.focus\:text-cyan-700\/20:focus {
    color: rgba(14, 116, 144, 0.2);
}
.focus\:text-cyan-700\/25:focus {
    color: rgba(14, 116, 144, 0.25);
}
.focus\:text-cyan-700\/30:focus {
    color: rgba(14, 116, 144, 0.3);
}
.focus\:text-cyan-700\/35:focus {
    color: rgba(14, 116, 144, 0.35);
}
.focus\:text-cyan-700\/40:focus {
    color: rgba(14, 116, 144, 0.4);
}
.focus\:text-cyan-700\/45:focus {
    color: rgba(14, 116, 144, 0.45);
}
.focus\:text-cyan-700\/5:focus {
    color: rgba(14, 116, 144, 0.05);
}
.focus\:text-cyan-700\/50:focus {
    color: rgba(14, 116, 144, 0.5);
}
.focus\:text-cyan-700\/55:focus {
    color: rgba(14, 116, 144, 0.55);
}
.focus\:text-cyan-700\/60:focus {
    color: rgba(14, 116, 144, 0.6);
}
.focus\:text-cyan-700\/65:focus {
    color: rgba(14, 116, 144, 0.65);
}
.focus\:text-cyan-700\/70:focus {
    color: rgba(14, 116, 144, 0.7);
}
.focus\:text-cyan-700\/75:focus {
    color: rgba(14, 116, 144, 0.75);
}
.focus\:text-cyan-700\/80:focus {
    color: rgba(14, 116, 144, 0.8);
}
.focus\:text-cyan-700\/85:focus {
    color: rgba(14, 116, 144, 0.85);
}
.focus\:text-cyan-700\/90:focus {
    color: rgba(14, 116, 144, 0.9);
}
.focus\:text-cyan-700\/95:focus {
    color: rgba(14, 116, 144, 0.95);
}
.focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-800\/0:focus {
    color: rgba(21, 94, 117, 0);
}
.focus\:text-cyan-800\/10:focus {
    color: rgba(21, 94, 117, 0.1);
}
.focus\:text-cyan-800\/100:focus {
    color: #155e75;
}
.focus\:text-cyan-800\/15:focus {
    color: rgba(21, 94, 117, 0.15);
}
.focus\:text-cyan-800\/20:focus {
    color: rgba(21, 94, 117, 0.2);
}
.focus\:text-cyan-800\/25:focus {
    color: rgba(21, 94, 117, 0.25);
}
.focus\:text-cyan-800\/30:focus {
    color: rgba(21, 94, 117, 0.3);
}
.focus\:text-cyan-800\/35:focus {
    color: rgba(21, 94, 117, 0.35);
}
.focus\:text-cyan-800\/40:focus {
    color: rgba(21, 94, 117, 0.4);
}
.focus\:text-cyan-800\/45:focus {
    color: rgba(21, 94, 117, 0.45);
}
.focus\:text-cyan-800\/5:focus {
    color: rgba(21, 94, 117, 0.05);
}
.focus\:text-cyan-800\/50:focus {
    color: rgba(21, 94, 117, 0.5);
}
.focus\:text-cyan-800\/55:focus {
    color: rgba(21, 94, 117, 0.55);
}
.focus\:text-cyan-800\/60:focus {
    color: rgba(21, 94, 117, 0.6);
}
.focus\:text-cyan-800\/65:focus {
    color: rgba(21, 94, 117, 0.65);
}
.focus\:text-cyan-800\/70:focus {
    color: rgba(21, 94, 117, 0.7);
}
.focus\:text-cyan-800\/75:focus {
    color: rgba(21, 94, 117, 0.75);
}
.focus\:text-cyan-800\/80:focus {
    color: rgba(21, 94, 117, 0.8);
}
.focus\:text-cyan-800\/85:focus {
    color: rgba(21, 94, 117, 0.85);
}
.focus\:text-cyan-800\/90:focus {
    color: rgba(21, 94, 117, 0.9);
}
.focus\:text-cyan-800\/95:focus {
    color: rgba(21, 94, 117, 0.95);
}
.focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-900\/0:focus {
    color: rgba(22, 78, 99, 0);
}
.focus\:text-cyan-900\/10:focus {
    color: rgba(22, 78, 99, 0.1);
}
.focus\:text-cyan-900\/100:focus {
    color: #164e63;
}
.focus\:text-cyan-900\/15:focus {
    color: rgba(22, 78, 99, 0.15);
}
.focus\:text-cyan-900\/20:focus {
    color: rgba(22, 78, 99, 0.2);
}
.focus\:text-cyan-900\/25:focus {
    color: rgba(22, 78, 99, 0.25);
}
.focus\:text-cyan-900\/30:focus {
    color: rgba(22, 78, 99, 0.3);
}
.focus\:text-cyan-900\/35:focus {
    color: rgba(22, 78, 99, 0.35);
}
.focus\:text-cyan-900\/40:focus {
    color: rgba(22, 78, 99, 0.4);
}
.focus\:text-cyan-900\/45:focus {
    color: rgba(22, 78, 99, 0.45);
}
.focus\:text-cyan-900\/5:focus {
    color: rgba(22, 78, 99, 0.05);
}
.focus\:text-cyan-900\/50:focus {
    color: rgba(22, 78, 99, 0.5);
}
.focus\:text-cyan-900\/55:focus {
    color: rgba(22, 78, 99, 0.55);
}
.focus\:text-cyan-900\/60:focus {
    color: rgba(22, 78, 99, 0.6);
}
.focus\:text-cyan-900\/65:focus {
    color: rgba(22, 78, 99, 0.65);
}
.focus\:text-cyan-900\/70:focus {
    color: rgba(22, 78, 99, 0.7);
}
.focus\:text-cyan-900\/75:focus {
    color: rgba(22, 78, 99, 0.75);
}
.focus\:text-cyan-900\/80:focus {
    color: rgba(22, 78, 99, 0.8);
}
.focus\:text-cyan-900\/85:focus {
    color: rgba(22, 78, 99, 0.85);
}
.focus\:text-cyan-900\/90:focus {
    color: rgba(22, 78, 99, 0.9);
}
.focus\:text-cyan-900\/95:focus {
    color: rgba(22, 78, 99, 0.95);
}
.focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-100\/0:focus {
    color: rgba(209, 250, 229, 0);
}
.focus\:text-emerald-100\/10:focus {
    color: rgba(209, 250, 229, 0.1);
}
.focus\:text-emerald-100\/100:focus {
    color: #d1fae5;
}
.focus\:text-emerald-100\/15:focus {
    color: rgba(209, 250, 229, 0.15);
}
.focus\:text-emerald-100\/20:focus {
    color: rgba(209, 250, 229, 0.2);
}
.focus\:text-emerald-100\/25:focus {
    color: rgba(209, 250, 229, 0.25);
}
.focus\:text-emerald-100\/30:focus {
    color: rgba(209, 250, 229, 0.3);
}
.focus\:text-emerald-100\/35:focus {
    color: rgba(209, 250, 229, 0.35);
}
.focus\:text-emerald-100\/40:focus {
    color: rgba(209, 250, 229, 0.4);
}
.focus\:text-emerald-100\/45:focus {
    color: rgba(209, 250, 229, 0.45);
}
.focus\:text-emerald-100\/5:focus {
    color: rgba(209, 250, 229, 0.05);
}
.focus\:text-emerald-100\/50:focus {
    color: rgba(209, 250, 229, 0.5);
}
.focus\:text-emerald-100\/55:focus {
    color: rgba(209, 250, 229, 0.55);
}
.focus\:text-emerald-100\/60:focus {
    color: rgba(209, 250, 229, 0.6);
}
.focus\:text-emerald-100\/65:focus {
    color: rgba(209, 250, 229, 0.65);
}
.focus\:text-emerald-100\/70:focus {
    color: rgba(209, 250, 229, 0.7);
}
.focus\:text-emerald-100\/75:focus {
    color: rgba(209, 250, 229, 0.75);
}
.focus\:text-emerald-100\/80:focus {
    color: rgba(209, 250, 229, 0.8);
}
.focus\:text-emerald-100\/85:focus {
    color: rgba(209, 250, 229, 0.85);
}
.focus\:text-emerald-100\/90:focus {
    color: rgba(209, 250, 229, 0.9);
}
.focus\:text-emerald-100\/95:focus {
    color: rgba(209, 250, 229, 0.95);
}
.focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-200\/0:focus {
    color: rgba(167, 243, 208, 0);
}
.focus\:text-emerald-200\/10:focus {
    color: rgba(167, 243, 208, 0.1);
}
.focus\:text-emerald-200\/100:focus {
    color: #a7f3d0;
}
.focus\:text-emerald-200\/15:focus {
    color: rgba(167, 243, 208, 0.15);
}
.focus\:text-emerald-200\/20:focus {
    color: rgba(167, 243, 208, 0.2);
}
.focus\:text-emerald-200\/25:focus {
    color: rgba(167, 243, 208, 0.25);
}
.focus\:text-emerald-200\/30:focus {
    color: rgba(167, 243, 208, 0.3);
}
.focus\:text-emerald-200\/35:focus {
    color: rgba(167, 243, 208, 0.35);
}
.focus\:text-emerald-200\/40:focus {
    color: rgba(167, 243, 208, 0.4);
}
.focus\:text-emerald-200\/45:focus {
    color: rgba(167, 243, 208, 0.45);
}
.focus\:text-emerald-200\/5:focus {
    color: rgba(167, 243, 208, 0.05);
}
.focus\:text-emerald-200\/50:focus {
    color: rgba(167, 243, 208, 0.5);
}
.focus\:text-emerald-200\/55:focus {
    color: rgba(167, 243, 208, 0.55);
}
.focus\:text-emerald-200\/60:focus {
    color: rgba(167, 243, 208, 0.6);
}
.focus\:text-emerald-200\/65:focus {
    color: rgba(167, 243, 208, 0.65);
}
.focus\:text-emerald-200\/70:focus {
    color: rgba(167, 243, 208, 0.7);
}
.focus\:text-emerald-200\/75:focus {
    color: rgba(167, 243, 208, 0.75);
}
.focus\:text-emerald-200\/80:focus {
    color: rgba(167, 243, 208, 0.8);
}
.focus\:text-emerald-200\/85:focus {
    color: rgba(167, 243, 208, 0.85);
}
.focus\:text-emerald-200\/90:focus {
    color: rgba(167, 243, 208, 0.9);
}
.focus\:text-emerald-200\/95:focus {
    color: rgba(167, 243, 208, 0.95);
}
.focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-300\/0:focus {
    color: rgba(110, 231, 183, 0);
}
.focus\:text-emerald-300\/10:focus {
    color: rgba(110, 231, 183, 0.1);
}
.focus\:text-emerald-300\/100:focus {
    color: #6ee7b7;
}
.focus\:text-emerald-300\/15:focus {
    color: rgba(110, 231, 183, 0.15);
}
.focus\:text-emerald-300\/20:focus {
    color: rgba(110, 231, 183, 0.2);
}
.focus\:text-emerald-300\/25:focus {
    color: rgba(110, 231, 183, 0.25);
}
.focus\:text-emerald-300\/30:focus {
    color: rgba(110, 231, 183, 0.3);
}
.focus\:text-emerald-300\/35:focus {
    color: rgba(110, 231, 183, 0.35);
}
.focus\:text-emerald-300\/40:focus {
    color: rgba(110, 231, 183, 0.4);
}
.focus\:text-emerald-300\/45:focus {
    color: rgba(110, 231, 183, 0.45);
}
.focus\:text-emerald-300\/5:focus {
    color: rgba(110, 231, 183, 0.05);
}
.focus\:text-emerald-300\/50:focus {
    color: rgba(110, 231, 183, 0.5);
}
.focus\:text-emerald-300\/55:focus {
    color: rgba(110, 231, 183, 0.55);
}
.focus\:text-emerald-300\/60:focus {
    color: rgba(110, 231, 183, 0.6);
}
.focus\:text-emerald-300\/65:focus {
    color: rgba(110, 231, 183, 0.65);
}
.focus\:text-emerald-300\/70:focus {
    color: rgba(110, 231, 183, 0.7);
}
.focus\:text-emerald-300\/75:focus {
    color: rgba(110, 231, 183, 0.75);
}
.focus\:text-emerald-300\/80:focus {
    color: rgba(110, 231, 183, 0.8);
}
.focus\:text-emerald-300\/85:focus {
    color: rgba(110, 231, 183, 0.85);
}
.focus\:text-emerald-300\/90:focus {
    color: rgba(110, 231, 183, 0.9);
}
.focus\:text-emerald-300\/95:focus {
    color: rgba(110, 231, 183, 0.95);
}
.focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-400\/0:focus {
    color: rgba(52, 211, 153, 0);
}
.focus\:text-emerald-400\/10:focus {
    color: rgba(52, 211, 153, 0.1);
}
.focus\:text-emerald-400\/100:focus {
    color: #34d399;
}
.focus\:text-emerald-400\/15:focus {
    color: rgba(52, 211, 153, 0.15);
}
.focus\:text-emerald-400\/20:focus {
    color: rgba(52, 211, 153, 0.2);
}
.focus\:text-emerald-400\/25:focus {
    color: rgba(52, 211, 153, 0.25);
}
.focus\:text-emerald-400\/30:focus {
    color: rgba(52, 211, 153, 0.3);
}
.focus\:text-emerald-400\/35:focus {
    color: rgba(52, 211, 153, 0.35);
}
.focus\:text-emerald-400\/40:focus {
    color: rgba(52, 211, 153, 0.4);
}
.focus\:text-emerald-400\/45:focus {
    color: rgba(52, 211, 153, 0.45);
}
.focus\:text-emerald-400\/5:focus {
    color: rgba(52, 211, 153, 0.05);
}
.focus\:text-emerald-400\/50:focus {
    color: rgba(52, 211, 153, 0.5);
}
.focus\:text-emerald-400\/55:focus {
    color: rgba(52, 211, 153, 0.55);
}
.focus\:text-emerald-400\/60:focus {
    color: rgba(52, 211, 153, 0.6);
}
.focus\:text-emerald-400\/65:focus {
    color: rgba(52, 211, 153, 0.65);
}
.focus\:text-emerald-400\/70:focus {
    color: rgba(52, 211, 153, 0.7);
}
.focus\:text-emerald-400\/75:focus {
    color: rgba(52, 211, 153, 0.75);
}
.focus\:text-emerald-400\/80:focus {
    color: rgba(52, 211, 153, 0.8);
}
.focus\:text-emerald-400\/85:focus {
    color: rgba(52, 211, 153, 0.85);
}
.focus\:text-emerald-400\/90:focus {
    color: rgba(52, 211, 153, 0.9);
}
.focus\:text-emerald-400\/95:focus {
    color: rgba(52, 211, 153, 0.95);
}
.focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-50\/0:focus {
    color: rgba(236, 253, 245, 0);
}
.focus\:text-emerald-50\/10:focus {
    color: rgba(236, 253, 245, 0.1);
}
.focus\:text-emerald-50\/100:focus {
    color: #ecfdf5;
}
.focus\:text-emerald-50\/15:focus {
    color: rgba(236, 253, 245, 0.15);
}
.focus\:text-emerald-50\/20:focus {
    color: rgba(236, 253, 245, 0.2);
}
.focus\:text-emerald-50\/25:focus {
    color: rgba(236, 253, 245, 0.25);
}
.focus\:text-emerald-50\/30:focus {
    color: rgba(236, 253, 245, 0.3);
}
.focus\:text-emerald-50\/35:focus {
    color: rgba(236, 253, 245, 0.35);
}
.focus\:text-emerald-50\/40:focus {
    color: rgba(236, 253, 245, 0.4);
}
.focus\:text-emerald-50\/45:focus {
    color: rgba(236, 253, 245, 0.45);
}
.focus\:text-emerald-50\/5:focus {
    color: rgba(236, 253, 245, 0.05);
}
.focus\:text-emerald-50\/50:focus {
    color: rgba(236, 253, 245, 0.5);
}
.focus\:text-emerald-50\/55:focus {
    color: rgba(236, 253, 245, 0.55);
}
.focus\:text-emerald-50\/60:focus {
    color: rgba(236, 253, 245, 0.6);
}
.focus\:text-emerald-50\/65:focus {
    color: rgba(236, 253, 245, 0.65);
}
.focus\:text-emerald-50\/70:focus {
    color: rgba(236, 253, 245, 0.7);
}
.focus\:text-emerald-50\/75:focus {
    color: rgba(236, 253, 245, 0.75);
}
.focus\:text-emerald-50\/80:focus {
    color: rgba(236, 253, 245, 0.8);
}
.focus\:text-emerald-50\/85:focus {
    color: rgba(236, 253, 245, 0.85);
}
.focus\:text-emerald-50\/90:focus {
    color: rgba(236, 253, 245, 0.9);
}
.focus\:text-emerald-50\/95:focus {
    color: rgba(236, 253, 245, 0.95);
}
.focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-500\/0:focus {
    color: rgba(16, 185, 129, 0);
}
.focus\:text-emerald-500\/10:focus {
    color: rgba(16, 185, 129, 0.1);
}
.focus\:text-emerald-500\/100:focus {
    color: #10b981;
}
.focus\:text-emerald-500\/15:focus {
    color: rgba(16, 185, 129, 0.15);
}
.focus\:text-emerald-500\/20:focus {
    color: rgba(16, 185, 129, 0.2);
}
.focus\:text-emerald-500\/25:focus {
    color: rgba(16, 185, 129, 0.25);
}
.focus\:text-emerald-500\/30:focus {
    color: rgba(16, 185, 129, 0.3);
}
.focus\:text-emerald-500\/35:focus {
    color: rgba(16, 185, 129, 0.35);
}
.focus\:text-emerald-500\/40:focus {
    color: rgba(16, 185, 129, 0.4);
}
.focus\:text-emerald-500\/45:focus {
    color: rgba(16, 185, 129, 0.45);
}
.focus\:text-emerald-500\/5:focus {
    color: rgba(16, 185, 129, 0.05);
}
.focus\:text-emerald-500\/50:focus {
    color: rgba(16, 185, 129, 0.5);
}
.focus\:text-emerald-500\/55:focus {
    color: rgba(16, 185, 129, 0.55);
}
.focus\:text-emerald-500\/60:focus {
    color: rgba(16, 185, 129, 0.6);
}
.focus\:text-emerald-500\/65:focus {
    color: rgba(16, 185, 129, 0.65);
}
.focus\:text-emerald-500\/70:focus {
    color: rgba(16, 185, 129, 0.7);
}
.focus\:text-emerald-500\/75:focus {
    color: rgba(16, 185, 129, 0.75);
}
.focus\:text-emerald-500\/80:focus {
    color: rgba(16, 185, 129, 0.8);
}
.focus\:text-emerald-500\/85:focus {
    color: rgba(16, 185, 129, 0.85);
}
.focus\:text-emerald-500\/90:focus {
    color: rgba(16, 185, 129, 0.9);
}
.focus\:text-emerald-500\/95:focus {
    color: rgba(16, 185, 129, 0.95);
}
.focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-600\/0:focus {
    color: rgba(5, 150, 105, 0);
}
.focus\:text-emerald-600\/10:focus {
    color: rgba(5, 150, 105, 0.1);
}
.focus\:text-emerald-600\/100:focus {
    color: #059669;
}
.focus\:text-emerald-600\/15:focus {
    color: rgba(5, 150, 105, 0.15);
}
.focus\:text-emerald-600\/20:focus {
    color: rgba(5, 150, 105, 0.2);
}
.focus\:text-emerald-600\/25:focus {
    color: rgba(5, 150, 105, 0.25);
}
.focus\:text-emerald-600\/30:focus {
    color: rgba(5, 150, 105, 0.3);
}
.focus\:text-emerald-600\/35:focus {
    color: rgba(5, 150, 105, 0.35);
}
.focus\:text-emerald-600\/40:focus {
    color: rgba(5, 150, 105, 0.4);
}
.focus\:text-emerald-600\/45:focus {
    color: rgba(5, 150, 105, 0.45);
}
.focus\:text-emerald-600\/5:focus {
    color: rgba(5, 150, 105, 0.05);
}
.focus\:text-emerald-600\/50:focus {
    color: rgba(5, 150, 105, 0.5);
}
.focus\:text-emerald-600\/55:focus {
    color: rgba(5, 150, 105, 0.55);
}
.focus\:text-emerald-600\/60:focus {
    color: rgba(5, 150, 105, 0.6);
}
.focus\:text-emerald-600\/65:focus {
    color: rgba(5, 150, 105, 0.65);
}
.focus\:text-emerald-600\/70:focus {
    color: rgba(5, 150, 105, 0.7);
}
.focus\:text-emerald-600\/75:focus {
    color: rgba(5, 150, 105, 0.75);
}
.focus\:text-emerald-600\/80:focus {
    color: rgba(5, 150, 105, 0.8);
}
.focus\:text-emerald-600\/85:focus {
    color: rgba(5, 150, 105, 0.85);
}
.focus\:text-emerald-600\/90:focus {
    color: rgba(5, 150, 105, 0.9);
}
.focus\:text-emerald-600\/95:focus {
    color: rgba(5, 150, 105, 0.95);
}
.focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-700\/0:focus {
    color: rgba(4, 120, 87, 0);
}
.focus\:text-emerald-700\/10:focus {
    color: rgba(4, 120, 87, 0.1);
}
.focus\:text-emerald-700\/100:focus {
    color: #047857;
}
.focus\:text-emerald-700\/15:focus {
    color: rgba(4, 120, 87, 0.15);
}
.focus\:text-emerald-700\/20:focus {
    color: rgba(4, 120, 87, 0.2);
}
.focus\:text-emerald-700\/25:focus {
    color: rgba(4, 120, 87, 0.25);
}
.focus\:text-emerald-700\/30:focus {
    color: rgba(4, 120, 87, 0.3);
}
.focus\:text-emerald-700\/35:focus {
    color: rgba(4, 120, 87, 0.35);
}
.focus\:text-emerald-700\/40:focus {
    color: rgba(4, 120, 87, 0.4);
}
.focus\:text-emerald-700\/45:focus {
    color: rgba(4, 120, 87, 0.45);
}
.focus\:text-emerald-700\/5:focus {
    color: rgba(4, 120, 87, 0.05);
}
.focus\:text-emerald-700\/50:focus {
    color: rgba(4, 120, 87, 0.5);
}
.focus\:text-emerald-700\/55:focus {
    color: rgba(4, 120, 87, 0.55);
}
.focus\:text-emerald-700\/60:focus {
    color: rgba(4, 120, 87, 0.6);
}
.focus\:text-emerald-700\/65:focus {
    color: rgba(4, 120, 87, 0.65);
}
.focus\:text-emerald-700\/70:focus {
    color: rgba(4, 120, 87, 0.7);
}
.focus\:text-emerald-700\/75:focus {
    color: rgba(4, 120, 87, 0.75);
}
.focus\:text-emerald-700\/80:focus {
    color: rgba(4, 120, 87, 0.8);
}
.focus\:text-emerald-700\/85:focus {
    color: rgba(4, 120, 87, 0.85);
}
.focus\:text-emerald-700\/90:focus {
    color: rgba(4, 120, 87, 0.9);
}
.focus\:text-emerald-700\/95:focus {
    color: rgba(4, 120, 87, 0.95);
}
.focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-800\/0:focus {
    color: rgba(6, 95, 70, 0);
}
.focus\:text-emerald-800\/10:focus {
    color: rgba(6, 95, 70, 0.1);
}
.focus\:text-emerald-800\/100:focus {
    color: #065f46;
}
.focus\:text-emerald-800\/15:focus {
    color: rgba(6, 95, 70, 0.15);
}
.focus\:text-emerald-800\/20:focus {
    color: rgba(6, 95, 70, 0.2);
}
.focus\:text-emerald-800\/25:focus {
    color: rgba(6, 95, 70, 0.25);
}
.focus\:text-emerald-800\/30:focus {
    color: rgba(6, 95, 70, 0.3);
}
.focus\:text-emerald-800\/35:focus {
    color: rgba(6, 95, 70, 0.35);
}
.focus\:text-emerald-800\/40:focus {
    color: rgba(6, 95, 70, 0.4);
}
.focus\:text-emerald-800\/45:focus {
    color: rgba(6, 95, 70, 0.45);
}
.focus\:text-emerald-800\/5:focus {
    color: rgba(6, 95, 70, 0.05);
}
.focus\:text-emerald-800\/50:focus {
    color: rgba(6, 95, 70, 0.5);
}
.focus\:text-emerald-800\/55:focus {
    color: rgba(6, 95, 70, 0.55);
}
.focus\:text-emerald-800\/60:focus {
    color: rgba(6, 95, 70, 0.6);
}
.focus\:text-emerald-800\/65:focus {
    color: rgba(6, 95, 70, 0.65);
}
.focus\:text-emerald-800\/70:focus {
    color: rgba(6, 95, 70, 0.7);
}
.focus\:text-emerald-800\/75:focus {
    color: rgba(6, 95, 70, 0.75);
}
.focus\:text-emerald-800\/80:focus {
    color: rgba(6, 95, 70, 0.8);
}
.focus\:text-emerald-800\/85:focus {
    color: rgba(6, 95, 70, 0.85);
}
.focus\:text-emerald-800\/90:focus {
    color: rgba(6, 95, 70, 0.9);
}
.focus\:text-emerald-800\/95:focus {
    color: rgba(6, 95, 70, 0.95);
}
.focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-900\/0:focus {
    color: rgba(6, 78, 59, 0);
}
.focus\:text-emerald-900\/10:focus {
    color: rgba(6, 78, 59, 0.1);
}
.focus\:text-emerald-900\/100:focus {
    color: #064e3b;
}
.focus\:text-emerald-900\/15:focus {
    color: rgba(6, 78, 59, 0.15);
}
.focus\:text-emerald-900\/20:focus {
    color: rgba(6, 78, 59, 0.2);
}
.focus\:text-emerald-900\/25:focus {
    color: rgba(6, 78, 59, 0.25);
}
.focus\:text-emerald-900\/30:focus {
    color: rgba(6, 78, 59, 0.3);
}
.focus\:text-emerald-900\/35:focus {
    color: rgba(6, 78, 59, 0.35);
}
.focus\:text-emerald-900\/40:focus {
    color: rgba(6, 78, 59, 0.4);
}
.focus\:text-emerald-900\/45:focus {
    color: rgba(6, 78, 59, 0.45);
}
.focus\:text-emerald-900\/5:focus {
    color: rgba(6, 78, 59, 0.05);
}
.focus\:text-emerald-900\/50:focus {
    color: rgba(6, 78, 59, 0.5);
}
.focus\:text-emerald-900\/55:focus {
    color: rgba(6, 78, 59, 0.55);
}
.focus\:text-emerald-900\/60:focus {
    color: rgba(6, 78, 59, 0.6);
}
.focus\:text-emerald-900\/65:focus {
    color: rgba(6, 78, 59, 0.65);
}
.focus\:text-emerald-900\/70:focus {
    color: rgba(6, 78, 59, 0.7);
}
.focus\:text-emerald-900\/75:focus {
    color: rgba(6, 78, 59, 0.75);
}
.focus\:text-emerald-900\/80:focus {
    color: rgba(6, 78, 59, 0.8);
}
.focus\:text-emerald-900\/85:focus {
    color: rgba(6, 78, 59, 0.85);
}
.focus\:text-emerald-900\/90:focus {
    color: rgba(6, 78, 59, 0.9);
}
.focus\:text-emerald-900\/95:focus {
    color: rgba(6, 78, 59, 0.95);
}
.focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-100\/0:focus {
    color: rgba(250, 232, 255, 0);
}
.focus\:text-fuchsia-100\/10:focus {
    color: rgba(250, 232, 255, 0.1);
}
.focus\:text-fuchsia-100\/100:focus {
    color: #fae8ff;
}
.focus\:text-fuchsia-100\/15:focus {
    color: rgba(250, 232, 255, 0.15);
}
.focus\:text-fuchsia-100\/20:focus {
    color: rgba(250, 232, 255, 0.2);
}
.focus\:text-fuchsia-100\/25:focus {
    color: rgba(250, 232, 255, 0.25);
}
.focus\:text-fuchsia-100\/30:focus {
    color: rgba(250, 232, 255, 0.3);
}
.focus\:text-fuchsia-100\/35:focus {
    color: rgba(250, 232, 255, 0.35);
}
.focus\:text-fuchsia-100\/40:focus {
    color: rgba(250, 232, 255, 0.4);
}
.focus\:text-fuchsia-100\/45:focus {
    color: rgba(250, 232, 255, 0.45);
}
.focus\:text-fuchsia-100\/5:focus {
    color: rgba(250, 232, 255, 0.05);
}
.focus\:text-fuchsia-100\/50:focus {
    color: rgba(250, 232, 255, 0.5);
}
.focus\:text-fuchsia-100\/55:focus {
    color: rgba(250, 232, 255, 0.55);
}
.focus\:text-fuchsia-100\/60:focus {
    color: rgba(250, 232, 255, 0.6);
}
.focus\:text-fuchsia-100\/65:focus {
    color: rgba(250, 232, 255, 0.65);
}
.focus\:text-fuchsia-100\/70:focus {
    color: rgba(250, 232, 255, 0.7);
}
.focus\:text-fuchsia-100\/75:focus {
    color: rgba(250, 232, 255, 0.75);
}
.focus\:text-fuchsia-100\/80:focus {
    color: rgba(250, 232, 255, 0.8);
}
.focus\:text-fuchsia-100\/85:focus {
    color: rgba(250, 232, 255, 0.85);
}
.focus\:text-fuchsia-100\/90:focus {
    color: rgba(250, 232, 255, 0.9);
}
.focus\:text-fuchsia-100\/95:focus {
    color: rgba(250, 232, 255, 0.95);
}
.focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-200\/0:focus {
    color: rgba(245, 208, 254, 0);
}
.focus\:text-fuchsia-200\/10:focus {
    color: rgba(245, 208, 254, 0.1);
}
.focus\:text-fuchsia-200\/100:focus {
    color: #f5d0fe;
}
.focus\:text-fuchsia-200\/15:focus {
    color: rgba(245, 208, 254, 0.15);
}
.focus\:text-fuchsia-200\/20:focus {
    color: rgba(245, 208, 254, 0.2);
}
.focus\:text-fuchsia-200\/25:focus {
    color: rgba(245, 208, 254, 0.25);
}
.focus\:text-fuchsia-200\/30:focus {
    color: rgba(245, 208, 254, 0.3);
}
.focus\:text-fuchsia-200\/35:focus {
    color: rgba(245, 208, 254, 0.35);
}
.focus\:text-fuchsia-200\/40:focus {
    color: rgba(245, 208, 254, 0.4);
}
.focus\:text-fuchsia-200\/45:focus {
    color: rgba(245, 208, 254, 0.45);
}
.focus\:text-fuchsia-200\/5:focus {
    color: rgba(245, 208, 254, 0.05);
}
.focus\:text-fuchsia-200\/50:focus {
    color: rgba(245, 208, 254, 0.5);
}
.focus\:text-fuchsia-200\/55:focus {
    color: rgba(245, 208, 254, 0.55);
}
.focus\:text-fuchsia-200\/60:focus {
    color: rgba(245, 208, 254, 0.6);
}
.focus\:text-fuchsia-200\/65:focus {
    color: rgba(245, 208, 254, 0.65);
}
.focus\:text-fuchsia-200\/70:focus {
    color: rgba(245, 208, 254, 0.7);
}
.focus\:text-fuchsia-200\/75:focus {
    color: rgba(245, 208, 254, 0.75);
}
.focus\:text-fuchsia-200\/80:focus {
    color: rgba(245, 208, 254, 0.8);
}
.focus\:text-fuchsia-200\/85:focus {
    color: rgba(245, 208, 254, 0.85);
}
.focus\:text-fuchsia-200\/90:focus {
    color: rgba(245, 208, 254, 0.9);
}
.focus\:text-fuchsia-200\/95:focus {
    color: rgba(245, 208, 254, 0.95);
}
.focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-300\/0:focus {
    color: rgba(240, 171, 252, 0);
}
.focus\:text-fuchsia-300\/10:focus {
    color: rgba(240, 171, 252, 0.1);
}
.focus\:text-fuchsia-300\/100:focus {
    color: #f0abfc;
}
.focus\:text-fuchsia-300\/15:focus {
    color: rgba(240, 171, 252, 0.15);
}
.focus\:text-fuchsia-300\/20:focus {
    color: rgba(240, 171, 252, 0.2);
}
.focus\:text-fuchsia-300\/25:focus {
    color: rgba(240, 171, 252, 0.25);
}
.focus\:text-fuchsia-300\/30:focus {
    color: rgba(240, 171, 252, 0.3);
}
.focus\:text-fuchsia-300\/35:focus {
    color: rgba(240, 171, 252, 0.35);
}
.focus\:text-fuchsia-300\/40:focus {
    color: rgba(240, 171, 252, 0.4);
}
.focus\:text-fuchsia-300\/45:focus {
    color: rgba(240, 171, 252, 0.45);
}
.focus\:text-fuchsia-300\/5:focus {
    color: rgba(240, 171, 252, 0.05);
}
.focus\:text-fuchsia-300\/50:focus {
    color: rgba(240, 171, 252, 0.5);
}
.focus\:text-fuchsia-300\/55:focus {
    color: rgba(240, 171, 252, 0.55);
}
.focus\:text-fuchsia-300\/60:focus {
    color: rgba(240, 171, 252, 0.6);
}
.focus\:text-fuchsia-300\/65:focus {
    color: rgba(240, 171, 252, 0.65);
}
.focus\:text-fuchsia-300\/70:focus {
    color: rgba(240, 171, 252, 0.7);
}
.focus\:text-fuchsia-300\/75:focus {
    color: rgba(240, 171, 252, 0.75);
}
.focus\:text-fuchsia-300\/80:focus {
    color: rgba(240, 171, 252, 0.8);
}
.focus\:text-fuchsia-300\/85:focus {
    color: rgba(240, 171, 252, 0.85);
}
.focus\:text-fuchsia-300\/90:focus {
    color: rgba(240, 171, 252, 0.9);
}
.focus\:text-fuchsia-300\/95:focus {
    color: rgba(240, 171, 252, 0.95);
}
.focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-400\/0:focus {
    color: rgba(232, 121, 249, 0);
}
.focus\:text-fuchsia-400\/10:focus {
    color: rgba(232, 121, 249, 0.1);
}
.focus\:text-fuchsia-400\/100:focus {
    color: #e879f9;
}
.focus\:text-fuchsia-400\/15:focus {
    color: rgba(232, 121, 249, 0.15);
}
.focus\:text-fuchsia-400\/20:focus {
    color: rgba(232, 121, 249, 0.2);
}
.focus\:text-fuchsia-400\/25:focus {
    color: rgba(232, 121, 249, 0.25);
}
.focus\:text-fuchsia-400\/30:focus {
    color: rgba(232, 121, 249, 0.3);
}
.focus\:text-fuchsia-400\/35:focus {
    color: rgba(232, 121, 249, 0.35);
}
.focus\:text-fuchsia-400\/40:focus {
    color: rgba(232, 121, 249, 0.4);
}
.focus\:text-fuchsia-400\/45:focus {
    color: rgba(232, 121, 249, 0.45);
}
.focus\:text-fuchsia-400\/5:focus {
    color: rgba(232, 121, 249, 0.05);
}
.focus\:text-fuchsia-400\/50:focus {
    color: rgba(232, 121, 249, 0.5);
}
.focus\:text-fuchsia-400\/55:focus {
    color: rgba(232, 121, 249, 0.55);
}
.focus\:text-fuchsia-400\/60:focus {
    color: rgba(232, 121, 249, 0.6);
}
.focus\:text-fuchsia-400\/65:focus {
    color: rgba(232, 121, 249, 0.65);
}
.focus\:text-fuchsia-400\/70:focus {
    color: rgba(232, 121, 249, 0.7);
}
.focus\:text-fuchsia-400\/75:focus {
    color: rgba(232, 121, 249, 0.75);
}
.focus\:text-fuchsia-400\/80:focus {
    color: rgba(232, 121, 249, 0.8);
}
.focus\:text-fuchsia-400\/85:focus {
    color: rgba(232, 121, 249, 0.85);
}
.focus\:text-fuchsia-400\/90:focus {
    color: rgba(232, 121, 249, 0.9);
}
.focus\:text-fuchsia-400\/95:focus {
    color: rgba(232, 121, 249, 0.95);
}
.focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-50\/0:focus {
    color: rgba(253, 244, 255, 0);
}
.focus\:text-fuchsia-50\/10:focus {
    color: rgba(253, 244, 255, 0.1);
}
.focus\:text-fuchsia-50\/100:focus {
    color: #fdf4ff;
}
.focus\:text-fuchsia-50\/15:focus {
    color: rgba(253, 244, 255, 0.15);
}
.focus\:text-fuchsia-50\/20:focus {
    color: rgba(253, 244, 255, 0.2);
}
.focus\:text-fuchsia-50\/25:focus {
    color: rgba(253, 244, 255, 0.25);
}
.focus\:text-fuchsia-50\/30:focus {
    color: rgba(253, 244, 255, 0.3);
}
.focus\:text-fuchsia-50\/35:focus {
    color: rgba(253, 244, 255, 0.35);
}
.focus\:text-fuchsia-50\/40:focus {
    color: rgba(253, 244, 255, 0.4);
}
.focus\:text-fuchsia-50\/45:focus {
    color: rgba(253, 244, 255, 0.45);
}
.focus\:text-fuchsia-50\/5:focus {
    color: rgba(253, 244, 255, 0.05);
}
.focus\:text-fuchsia-50\/50:focus {
    color: rgba(253, 244, 255, 0.5);
}
.focus\:text-fuchsia-50\/55:focus {
    color: rgba(253, 244, 255, 0.55);
}
.focus\:text-fuchsia-50\/60:focus {
    color: rgba(253, 244, 255, 0.6);
}
.focus\:text-fuchsia-50\/65:focus {
    color: rgba(253, 244, 255, 0.65);
}
.focus\:text-fuchsia-50\/70:focus {
    color: rgba(253, 244, 255, 0.7);
}
.focus\:text-fuchsia-50\/75:focus {
    color: rgba(253, 244, 255, 0.75);
}
.focus\:text-fuchsia-50\/80:focus {
    color: rgba(253, 244, 255, 0.8);
}
.focus\:text-fuchsia-50\/85:focus {
    color: rgba(253, 244, 255, 0.85);
}
.focus\:text-fuchsia-50\/90:focus {
    color: rgba(253, 244, 255, 0.9);
}
.focus\:text-fuchsia-50\/95:focus {
    color: rgba(253, 244, 255, 0.95);
}
.focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-500\/0:focus {
    color: rgba(217, 70, 239, 0);
}
.focus\:text-fuchsia-500\/10:focus {
    color: rgba(217, 70, 239, 0.1);
}
.focus\:text-fuchsia-500\/100:focus {
    color: #d946ef;
}
.focus\:text-fuchsia-500\/15:focus {
    color: rgba(217, 70, 239, 0.15);
}
.focus\:text-fuchsia-500\/20:focus {
    color: rgba(217, 70, 239, 0.2);
}
.focus\:text-fuchsia-500\/25:focus {
    color: rgba(217, 70, 239, 0.25);
}
.focus\:text-fuchsia-500\/30:focus {
    color: rgba(217, 70, 239, 0.3);
}
.focus\:text-fuchsia-500\/35:focus {
    color: rgba(217, 70, 239, 0.35);
}
.focus\:text-fuchsia-500\/40:focus {
    color: rgba(217, 70, 239, 0.4);
}
.focus\:text-fuchsia-500\/45:focus {
    color: rgba(217, 70, 239, 0.45);
}
.focus\:text-fuchsia-500\/5:focus {
    color: rgba(217, 70, 239, 0.05);
}
.focus\:text-fuchsia-500\/50:focus {
    color: rgba(217, 70, 239, 0.5);
}
.focus\:text-fuchsia-500\/55:focus {
    color: rgba(217, 70, 239, 0.55);
}
.focus\:text-fuchsia-500\/60:focus {
    color: rgba(217, 70, 239, 0.6);
}
.focus\:text-fuchsia-500\/65:focus {
    color: rgba(217, 70, 239, 0.65);
}
.focus\:text-fuchsia-500\/70:focus {
    color: rgba(217, 70, 239, 0.7);
}
.focus\:text-fuchsia-500\/75:focus {
    color: rgba(217, 70, 239, 0.75);
}
.focus\:text-fuchsia-500\/80:focus {
    color: rgba(217, 70, 239, 0.8);
}
.focus\:text-fuchsia-500\/85:focus {
    color: rgba(217, 70, 239, 0.85);
}
.focus\:text-fuchsia-500\/90:focus {
    color: rgba(217, 70, 239, 0.9);
}
.focus\:text-fuchsia-500\/95:focus {
    color: rgba(217, 70, 239, 0.95);
}
.focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-600\/0:focus {
    color: rgba(192, 38, 211, 0);
}
.focus\:text-fuchsia-600\/10:focus {
    color: rgba(192, 38, 211, 0.1);
}
.focus\:text-fuchsia-600\/100:focus {
    color: #c026d3;
}
.focus\:text-fuchsia-600\/15:focus {
    color: rgba(192, 38, 211, 0.15);
}
.focus\:text-fuchsia-600\/20:focus {
    color: rgba(192, 38, 211, 0.2);
}
.focus\:text-fuchsia-600\/25:focus {
    color: rgba(192, 38, 211, 0.25);
}
.focus\:text-fuchsia-600\/30:focus {
    color: rgba(192, 38, 211, 0.3);
}
.focus\:text-fuchsia-600\/35:focus {
    color: rgba(192, 38, 211, 0.35);
}
.focus\:text-fuchsia-600\/40:focus {
    color: rgba(192, 38, 211, 0.4);
}
.focus\:text-fuchsia-600\/45:focus {
    color: rgba(192, 38, 211, 0.45);
}
.focus\:text-fuchsia-600\/5:focus {
    color: rgba(192, 38, 211, 0.05);
}
.focus\:text-fuchsia-600\/50:focus {
    color: rgba(192, 38, 211, 0.5);
}
.focus\:text-fuchsia-600\/55:focus {
    color: rgba(192, 38, 211, 0.55);
}
.focus\:text-fuchsia-600\/60:focus {
    color: rgba(192, 38, 211, 0.6);
}
.focus\:text-fuchsia-600\/65:focus {
    color: rgba(192, 38, 211, 0.65);
}
.focus\:text-fuchsia-600\/70:focus {
    color: rgba(192, 38, 211, 0.7);
}
.focus\:text-fuchsia-600\/75:focus {
    color: rgba(192, 38, 211, 0.75);
}
.focus\:text-fuchsia-600\/80:focus {
    color: rgba(192, 38, 211, 0.8);
}
.focus\:text-fuchsia-600\/85:focus {
    color: rgba(192, 38, 211, 0.85);
}
.focus\:text-fuchsia-600\/90:focus {
    color: rgba(192, 38, 211, 0.9);
}
.focus\:text-fuchsia-600\/95:focus {
    color: rgba(192, 38, 211, 0.95);
}
.focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-700\/0:focus {
    color: rgba(162, 28, 175, 0);
}
.focus\:text-fuchsia-700\/10:focus {
    color: rgba(162, 28, 175, 0.1);
}
.focus\:text-fuchsia-700\/100:focus {
    color: #a21caf;
}
.focus\:text-fuchsia-700\/15:focus {
    color: rgba(162, 28, 175, 0.15);
}
.focus\:text-fuchsia-700\/20:focus {
    color: rgba(162, 28, 175, 0.2);
}
.focus\:text-fuchsia-700\/25:focus {
    color: rgba(162, 28, 175, 0.25);
}
.focus\:text-fuchsia-700\/30:focus {
    color: rgba(162, 28, 175, 0.3);
}
.focus\:text-fuchsia-700\/35:focus {
    color: rgba(162, 28, 175, 0.35);
}
.focus\:text-fuchsia-700\/40:focus {
    color: rgba(162, 28, 175, 0.4);
}
.focus\:text-fuchsia-700\/45:focus {
    color: rgba(162, 28, 175, 0.45);
}
.focus\:text-fuchsia-700\/5:focus {
    color: rgba(162, 28, 175, 0.05);
}
.focus\:text-fuchsia-700\/50:focus {
    color: rgba(162, 28, 175, 0.5);
}
.focus\:text-fuchsia-700\/55:focus {
    color: rgba(162, 28, 175, 0.55);
}
.focus\:text-fuchsia-700\/60:focus {
    color: rgba(162, 28, 175, 0.6);
}
.focus\:text-fuchsia-700\/65:focus {
    color: rgba(162, 28, 175, 0.65);
}
.focus\:text-fuchsia-700\/70:focus {
    color: rgba(162, 28, 175, 0.7);
}
.focus\:text-fuchsia-700\/75:focus {
    color: rgba(162, 28, 175, 0.75);
}
.focus\:text-fuchsia-700\/80:focus {
    color: rgba(162, 28, 175, 0.8);
}
.focus\:text-fuchsia-700\/85:focus {
    color: rgba(162, 28, 175, 0.85);
}
.focus\:text-fuchsia-700\/90:focus {
    color: rgba(162, 28, 175, 0.9);
}
.focus\:text-fuchsia-700\/95:focus {
    color: rgba(162, 28, 175, 0.95);
}
.focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-800\/0:focus {
    color: rgba(134, 25, 143, 0);
}
.focus\:text-fuchsia-800\/10:focus {
    color: rgba(134, 25, 143, 0.1);
}
.focus\:text-fuchsia-800\/100:focus {
    color: #86198f;
}
.focus\:text-fuchsia-800\/15:focus {
    color: rgba(134, 25, 143, 0.15);
}
.focus\:text-fuchsia-800\/20:focus {
    color: rgba(134, 25, 143, 0.2);
}
.focus\:text-fuchsia-800\/25:focus {
    color: rgba(134, 25, 143, 0.25);
}
.focus\:text-fuchsia-800\/30:focus {
    color: rgba(134, 25, 143, 0.3);
}
.focus\:text-fuchsia-800\/35:focus {
    color: rgba(134, 25, 143, 0.35);
}
.focus\:text-fuchsia-800\/40:focus {
    color: rgba(134, 25, 143, 0.4);
}
.focus\:text-fuchsia-800\/45:focus {
    color: rgba(134, 25, 143, 0.45);
}
.focus\:text-fuchsia-800\/5:focus {
    color: rgba(134, 25, 143, 0.05);
}
.focus\:text-fuchsia-800\/50:focus {
    color: rgba(134, 25, 143, 0.5);
}
.focus\:text-fuchsia-800\/55:focus {
    color: rgba(134, 25, 143, 0.55);
}
.focus\:text-fuchsia-800\/60:focus {
    color: rgba(134, 25, 143, 0.6);
}
.focus\:text-fuchsia-800\/65:focus {
    color: rgba(134, 25, 143, 0.65);
}
.focus\:text-fuchsia-800\/70:focus {
    color: rgba(134, 25, 143, 0.7);
}
.focus\:text-fuchsia-800\/75:focus {
    color: rgba(134, 25, 143, 0.75);
}
.focus\:text-fuchsia-800\/80:focus {
    color: rgba(134, 25, 143, 0.8);
}
.focus\:text-fuchsia-800\/85:focus {
    color: rgba(134, 25, 143, 0.85);
}
.focus\:text-fuchsia-800\/90:focus {
    color: rgba(134, 25, 143, 0.9);
}
.focus\:text-fuchsia-800\/95:focus {
    color: rgba(134, 25, 143, 0.95);
}
.focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-900\/0:focus {
    color: rgba(112, 26, 117, 0);
}
.focus\:text-fuchsia-900\/10:focus {
    color: rgba(112, 26, 117, 0.1);
}
.focus\:text-fuchsia-900\/100:focus {
    color: #701a75;
}
.focus\:text-fuchsia-900\/15:focus {
    color: rgba(112, 26, 117, 0.15);
}
.focus\:text-fuchsia-900\/20:focus {
    color: rgba(112, 26, 117, 0.2);
}
.focus\:text-fuchsia-900\/25:focus {
    color: rgba(112, 26, 117, 0.25);
}
.focus\:text-fuchsia-900\/30:focus {
    color: rgba(112, 26, 117, 0.3);
}
.focus\:text-fuchsia-900\/35:focus {
    color: rgba(112, 26, 117, 0.35);
}
.focus\:text-fuchsia-900\/40:focus {
    color: rgba(112, 26, 117, 0.4);
}
.focus\:text-fuchsia-900\/45:focus {
    color: rgba(112, 26, 117, 0.45);
}
.focus\:text-fuchsia-900\/5:focus {
    color: rgba(112, 26, 117, 0.05);
}
.focus\:text-fuchsia-900\/50:focus {
    color: rgba(112, 26, 117, 0.5);
}
.focus\:text-fuchsia-900\/55:focus {
    color: rgba(112, 26, 117, 0.55);
}
.focus\:text-fuchsia-900\/60:focus {
    color: rgba(112, 26, 117, 0.6);
}
.focus\:text-fuchsia-900\/65:focus {
    color: rgba(112, 26, 117, 0.65);
}
.focus\:text-fuchsia-900\/70:focus {
    color: rgba(112, 26, 117, 0.7);
}
.focus\:text-fuchsia-900\/75:focus {
    color: rgba(112, 26, 117, 0.75);
}
.focus\:text-fuchsia-900\/80:focus {
    color: rgba(112, 26, 117, 0.8);
}
.focus\:text-fuchsia-900\/85:focus {
    color: rgba(112, 26, 117, 0.85);
}
.focus\:text-fuchsia-900\/90:focus {
    color: rgba(112, 26, 117, 0.9);
}
.focus\:text-fuchsia-900\/95:focus {
    color: rgba(112, 26, 117, 0.95);
}
.focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-100\/0:focus {
    color: rgba(243, 244, 246, 0);
}
.focus\:text-gray-100\/10:focus {
    color: rgba(243, 244, 246, 0.1);
}
.focus\:text-gray-100\/100:focus {
    color: #f3f4f6;
}
.focus\:text-gray-100\/15:focus {
    color: rgba(243, 244, 246, 0.15);
}
.focus\:text-gray-100\/20:focus {
    color: rgba(243, 244, 246, 0.2);
}
.focus\:text-gray-100\/25:focus {
    color: rgba(243, 244, 246, 0.25);
}
.focus\:text-gray-100\/30:focus {
    color: rgba(243, 244, 246, 0.3);
}
.focus\:text-gray-100\/35:focus {
    color: rgba(243, 244, 246, 0.35);
}
.focus\:text-gray-100\/40:focus {
    color: rgba(243, 244, 246, 0.4);
}
.focus\:text-gray-100\/45:focus {
    color: rgba(243, 244, 246, 0.45);
}
.focus\:text-gray-100\/5:focus {
    color: rgba(243, 244, 246, 0.05);
}
.focus\:text-gray-100\/50:focus {
    color: rgba(243, 244, 246, 0.5);
}
.focus\:text-gray-100\/55:focus {
    color: rgba(243, 244, 246, 0.55);
}
.focus\:text-gray-100\/60:focus {
    color: rgba(243, 244, 246, 0.6);
}
.focus\:text-gray-100\/65:focus {
    color: rgba(243, 244, 246, 0.65);
}
.focus\:text-gray-100\/70:focus {
    color: rgba(243, 244, 246, 0.7);
}
.focus\:text-gray-100\/75:focus {
    color: rgba(243, 244, 246, 0.75);
}
.focus\:text-gray-100\/80:focus {
    color: rgba(243, 244, 246, 0.8);
}
.focus\:text-gray-100\/85:focus {
    color: rgba(243, 244, 246, 0.85);
}
.focus\:text-gray-100\/90:focus {
    color: rgba(243, 244, 246, 0.9);
}
.focus\:text-gray-100\/95:focus {
    color: rgba(243, 244, 246, 0.95);
}
.focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-200\/0:focus {
    color: rgba(229, 231, 235, 0);
}
.focus\:text-gray-200\/10:focus {
    color: rgba(229, 231, 235, 0.1);
}
.focus\:text-gray-200\/100:focus {
    color: #e5e7eb;
}
.focus\:text-gray-200\/15:focus {
    color: rgba(229, 231, 235, 0.15);
}
.focus\:text-gray-200\/20:focus {
    color: rgba(229, 231, 235, 0.2);
}
.focus\:text-gray-200\/25:focus {
    color: rgba(229, 231, 235, 0.25);
}
.focus\:text-gray-200\/30:focus {
    color: rgba(229, 231, 235, 0.3);
}
.focus\:text-gray-200\/35:focus {
    color: rgba(229, 231, 235, 0.35);
}
.focus\:text-gray-200\/40:focus {
    color: rgba(229, 231, 235, 0.4);
}
.focus\:text-gray-200\/45:focus {
    color: rgba(229, 231, 235, 0.45);
}
.focus\:text-gray-200\/5:focus {
    color: rgba(229, 231, 235, 0.05);
}
.focus\:text-gray-200\/50:focus {
    color: rgba(229, 231, 235, 0.5);
}
.focus\:text-gray-200\/55:focus {
    color: rgba(229, 231, 235, 0.55);
}
.focus\:text-gray-200\/60:focus {
    color: rgba(229, 231, 235, 0.6);
}
.focus\:text-gray-200\/65:focus {
    color: rgba(229, 231, 235, 0.65);
}
.focus\:text-gray-200\/70:focus {
    color: rgba(229, 231, 235, 0.7);
}
.focus\:text-gray-200\/75:focus {
    color: rgba(229, 231, 235, 0.75);
}
.focus\:text-gray-200\/80:focus {
    color: rgba(229, 231, 235, 0.8);
}
.focus\:text-gray-200\/85:focus {
    color: rgba(229, 231, 235, 0.85);
}
.focus\:text-gray-200\/90:focus {
    color: rgba(229, 231, 235, 0.9);
}
.focus\:text-gray-200\/95:focus {
    color: rgba(229, 231, 235, 0.95);
}
.focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-300\/0:focus {
    color: rgba(209, 213, 219, 0);
}
.focus\:text-gray-300\/10:focus {
    color: rgba(209, 213, 219, 0.1);
}
.focus\:text-gray-300\/100:focus {
    color: #d1d5db;
}
.focus\:text-gray-300\/15:focus {
    color: rgba(209, 213, 219, 0.15);
}
.focus\:text-gray-300\/20:focus {
    color: rgba(209, 213, 219, 0.2);
}
.focus\:text-gray-300\/25:focus {
    color: rgba(209, 213, 219, 0.25);
}
.focus\:text-gray-300\/30:focus {
    color: rgba(209, 213, 219, 0.3);
}
.focus\:text-gray-300\/35:focus {
    color: rgba(209, 213, 219, 0.35);
}
.focus\:text-gray-300\/40:focus {
    color: rgba(209, 213, 219, 0.4);
}
.focus\:text-gray-300\/45:focus {
    color: rgba(209, 213, 219, 0.45);
}
.focus\:text-gray-300\/5:focus {
    color: rgba(209, 213, 219, 0.05);
}
.focus\:text-gray-300\/50:focus {
    color: rgba(209, 213, 219, 0.5);
}
.focus\:text-gray-300\/55:focus {
    color: rgba(209, 213, 219, 0.55);
}
.focus\:text-gray-300\/60:focus {
    color: rgba(209, 213, 219, 0.6);
}
.focus\:text-gray-300\/65:focus {
    color: rgba(209, 213, 219, 0.65);
}
.focus\:text-gray-300\/70:focus {
    color: rgba(209, 213, 219, 0.7);
}
.focus\:text-gray-300\/75:focus {
    color: rgba(209, 213, 219, 0.75);
}
.focus\:text-gray-300\/80:focus {
    color: rgba(209, 213, 219, 0.8);
}
.focus\:text-gray-300\/85:focus {
    color: rgba(209, 213, 219, 0.85);
}
.focus\:text-gray-300\/90:focus {
    color: rgba(209, 213, 219, 0.9);
}
.focus\:text-gray-300\/95:focus {
    color: rgba(209, 213, 219, 0.95);
}
.focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-400\/0:focus {
    color: rgba(156, 163, 175, 0);
}
.focus\:text-gray-400\/10:focus {
    color: rgba(156, 163, 175, 0.1);
}
.focus\:text-gray-400\/100:focus {
    color: #9ca3af;
}
.focus\:text-gray-400\/15:focus {
    color: rgba(156, 163, 175, 0.15);
}
.focus\:text-gray-400\/20:focus {
    color: rgba(156, 163, 175, 0.2);
}
.focus\:text-gray-400\/25:focus {
    color: rgba(156, 163, 175, 0.25);
}
.focus\:text-gray-400\/30:focus {
    color: rgba(156, 163, 175, 0.3);
}
.focus\:text-gray-400\/35:focus {
    color: rgba(156, 163, 175, 0.35);
}
.focus\:text-gray-400\/40:focus {
    color: rgba(156, 163, 175, 0.4);
}
.focus\:text-gray-400\/45:focus {
    color: rgba(156, 163, 175, 0.45);
}
.focus\:text-gray-400\/5:focus {
    color: rgba(156, 163, 175, 0.05);
}
.focus\:text-gray-400\/50:focus {
    color: rgba(156, 163, 175, 0.5);
}
.focus\:text-gray-400\/55:focus {
    color: rgba(156, 163, 175, 0.55);
}
.focus\:text-gray-400\/60:focus {
    color: rgba(156, 163, 175, 0.6);
}
.focus\:text-gray-400\/65:focus {
    color: rgba(156, 163, 175, 0.65);
}
.focus\:text-gray-400\/70:focus {
    color: rgba(156, 163, 175, 0.7);
}
.focus\:text-gray-400\/75:focus {
    color: rgba(156, 163, 175, 0.75);
}
.focus\:text-gray-400\/80:focus {
    color: rgba(156, 163, 175, 0.8);
}
.focus\:text-gray-400\/85:focus {
    color: rgba(156, 163, 175, 0.85);
}
.focus\:text-gray-400\/90:focus {
    color: rgba(156, 163, 175, 0.9);
}
.focus\:text-gray-400\/95:focus {
    color: rgba(156, 163, 175, 0.95);
}
.focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-50\/0:focus {
    color: rgba(249, 250, 251, 0);
}
.focus\:text-gray-50\/10:focus {
    color: rgba(249, 250, 251, 0.1);
}
.focus\:text-gray-50\/100:focus {
    color: #f9fafb;
}
.focus\:text-gray-50\/15:focus {
    color: rgba(249, 250, 251, 0.15);
}
.focus\:text-gray-50\/20:focus {
    color: rgba(249, 250, 251, 0.2);
}
.focus\:text-gray-50\/25:focus {
    color: rgba(249, 250, 251, 0.25);
}
.focus\:text-gray-50\/30:focus {
    color: rgba(249, 250, 251, 0.3);
}
.focus\:text-gray-50\/35:focus {
    color: rgba(249, 250, 251, 0.35);
}
.focus\:text-gray-50\/40:focus {
    color: rgba(249, 250, 251, 0.4);
}
.focus\:text-gray-50\/45:focus {
    color: rgba(249, 250, 251, 0.45);
}
.focus\:text-gray-50\/5:focus {
    color: rgba(249, 250, 251, 0.05);
}
.focus\:text-gray-50\/50:focus {
    color: rgba(249, 250, 251, 0.5);
}
.focus\:text-gray-50\/55:focus {
    color: rgba(249, 250, 251, 0.55);
}
.focus\:text-gray-50\/60:focus {
    color: rgba(249, 250, 251, 0.6);
}
.focus\:text-gray-50\/65:focus {
    color: rgba(249, 250, 251, 0.65);
}
.focus\:text-gray-50\/70:focus {
    color: rgba(249, 250, 251, 0.7);
}
.focus\:text-gray-50\/75:focus {
    color: rgba(249, 250, 251, 0.75);
}
.focus\:text-gray-50\/80:focus {
    color: rgba(249, 250, 251, 0.8);
}
.focus\:text-gray-50\/85:focus {
    color: rgba(249, 250, 251, 0.85);
}
.focus\:text-gray-50\/90:focus {
    color: rgba(249, 250, 251, 0.9);
}
.focus\:text-gray-50\/95:focus {
    color: rgba(249, 250, 251, 0.95);
}
.focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-500\/0:focus {
    color: hsla(220, 9%, 46%, 0);
}
.focus\:text-gray-500\/10:focus {
    color: hsla(220, 9%, 46%, 0.1);
}
.focus\:text-gray-500\/100:focus {
    color: #6b7280;
}
.focus\:text-gray-500\/15:focus {
    color: hsla(220, 9%, 46%, 0.15);
}
.focus\:text-gray-500\/20:focus {
    color: hsla(220, 9%, 46%, 0.2);
}
.focus\:text-gray-500\/25:focus {
    color: hsla(220, 9%, 46%, 0.25);
}
.focus\:text-gray-500\/30:focus {
    color: hsla(220, 9%, 46%, 0.3);
}
.focus\:text-gray-500\/35:focus {
    color: hsla(220, 9%, 46%, 0.35);
}
.focus\:text-gray-500\/40:focus {
    color: hsla(220, 9%, 46%, 0.4);
}
.focus\:text-gray-500\/45:focus {
    color: hsla(220, 9%, 46%, 0.45);
}
.focus\:text-gray-500\/5:focus {
    color: hsla(220, 9%, 46%, 0.05);
}
.focus\:text-gray-500\/50:focus {
    color: hsla(220, 9%, 46%, 0.5);
}
.focus\:text-gray-500\/55:focus {
    color: hsla(220, 9%, 46%, 0.55);
}
.focus\:text-gray-500\/60:focus {
    color: hsla(220, 9%, 46%, 0.6);
}
.focus\:text-gray-500\/65:focus {
    color: hsla(220, 9%, 46%, 0.65);
}
.focus\:text-gray-500\/70:focus {
    color: hsla(220, 9%, 46%, 0.7);
}
.focus\:text-gray-500\/75:focus {
    color: hsla(220, 9%, 46%, 0.75);
}
.focus\:text-gray-500\/80:focus {
    color: hsla(220, 9%, 46%, 0.8);
}
.focus\:text-gray-500\/85:focus {
    color: hsla(220, 9%, 46%, 0.85);
}
.focus\:text-gray-500\/90:focus {
    color: hsla(220, 9%, 46%, 0.9);
}
.focus\:text-gray-500\/95:focus {
    color: hsla(220, 9%, 46%, 0.95);
}
.focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-600\/0:focus {
    color: rgba(75, 85, 99, 0);
}
.focus\:text-gray-600\/10:focus {
    color: rgba(75, 85, 99, 0.1);
}
.focus\:text-gray-600\/100:focus {
    color: #4b5563;
}
.focus\:text-gray-600\/15:focus {
    color: rgba(75, 85, 99, 0.15);
}
.focus\:text-gray-600\/20:focus {
    color: rgba(75, 85, 99, 0.2);
}
.focus\:text-gray-600\/25:focus {
    color: rgba(75, 85, 99, 0.25);
}
.focus\:text-gray-600\/30:focus {
    color: rgba(75, 85, 99, 0.3);
}
.focus\:text-gray-600\/35:focus {
    color: rgba(75, 85, 99, 0.35);
}
.focus\:text-gray-600\/40:focus {
    color: rgba(75, 85, 99, 0.4);
}
.focus\:text-gray-600\/45:focus {
    color: rgba(75, 85, 99, 0.45);
}
.focus\:text-gray-600\/5:focus {
    color: rgba(75, 85, 99, 0.05);
}
.focus\:text-gray-600\/50:focus {
    color: rgba(75, 85, 99, 0.5);
}
.focus\:text-gray-600\/55:focus {
    color: rgba(75, 85, 99, 0.55);
}
.focus\:text-gray-600\/60:focus {
    color: rgba(75, 85, 99, 0.6);
}
.focus\:text-gray-600\/65:focus {
    color: rgba(75, 85, 99, 0.65);
}
.focus\:text-gray-600\/70:focus {
    color: rgba(75, 85, 99, 0.7);
}
.focus\:text-gray-600\/75:focus {
    color: rgba(75, 85, 99, 0.75);
}
.focus\:text-gray-600\/80:focus {
    color: rgba(75, 85, 99, 0.8);
}
.focus\:text-gray-600\/85:focus {
    color: rgba(75, 85, 99, 0.85);
}
.focus\:text-gray-600\/90:focus {
    color: rgba(75, 85, 99, 0.9);
}
.focus\:text-gray-600\/95:focus {
    color: rgba(75, 85, 99, 0.95);
}
.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-700\/0:focus {
    color: rgba(55, 65, 81, 0);
}
.focus\:text-gray-700\/10:focus {
    color: rgba(55, 65, 81, 0.1);
}
.focus\:text-gray-700\/100:focus {
    color: #374151;
}
.focus\:text-gray-700\/15:focus {
    color: rgba(55, 65, 81, 0.15);
}
.focus\:text-gray-700\/20:focus {
    color: rgba(55, 65, 81, 0.2);
}
.focus\:text-gray-700\/25:focus {
    color: rgba(55, 65, 81, 0.25);
}
.focus\:text-gray-700\/30:focus {
    color: rgba(55, 65, 81, 0.3);
}
.focus\:text-gray-700\/35:focus {
    color: rgba(55, 65, 81, 0.35);
}
.focus\:text-gray-700\/40:focus {
    color: rgba(55, 65, 81, 0.4);
}
.focus\:text-gray-700\/45:focus {
    color: rgba(55, 65, 81, 0.45);
}
.focus\:text-gray-700\/5:focus {
    color: rgba(55, 65, 81, 0.05);
}
.focus\:text-gray-700\/50:focus {
    color: rgba(55, 65, 81, 0.5);
}
.focus\:text-gray-700\/55:focus {
    color: rgba(55, 65, 81, 0.55);
}
.focus\:text-gray-700\/60:focus {
    color: rgba(55, 65, 81, 0.6);
}
.focus\:text-gray-700\/65:focus {
    color: rgba(55, 65, 81, 0.65);
}
.focus\:text-gray-700\/70:focus {
    color: rgba(55, 65, 81, 0.7);
}
.focus\:text-gray-700\/75:focus {
    color: rgba(55, 65, 81, 0.75);
}
.focus\:text-gray-700\/80:focus {
    color: rgba(55, 65, 81, 0.8);
}
.focus\:text-gray-700\/85:focus {
    color: rgba(55, 65, 81, 0.85);
}
.focus\:text-gray-700\/90:focus {
    color: rgba(55, 65, 81, 0.9);
}
.focus\:text-gray-700\/95:focus {
    color: rgba(55, 65, 81, 0.95);
}
.focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-800\/0:focus {
    color: rgba(31, 41, 55, 0);
}
.focus\:text-gray-800\/10:focus {
    color: rgba(31, 41, 55, 0.1);
}
.focus\:text-gray-800\/100:focus {
    color: #1f2937;
}
.focus\:text-gray-800\/15:focus {
    color: rgba(31, 41, 55, 0.15);
}
.focus\:text-gray-800\/20:focus {
    color: rgba(31, 41, 55, 0.2);
}
.focus\:text-gray-800\/25:focus {
    color: rgba(31, 41, 55, 0.25);
}
.focus\:text-gray-800\/30:focus {
    color: rgba(31, 41, 55, 0.3);
}
.focus\:text-gray-800\/35:focus {
    color: rgba(31, 41, 55, 0.35);
}
.focus\:text-gray-800\/40:focus {
    color: rgba(31, 41, 55, 0.4);
}
.focus\:text-gray-800\/45:focus {
    color: rgba(31, 41, 55, 0.45);
}
.focus\:text-gray-800\/5:focus {
    color: rgba(31, 41, 55, 0.05);
}
.focus\:text-gray-800\/50:focus {
    color: rgba(31, 41, 55, 0.5);
}
.focus\:text-gray-800\/55:focus {
    color: rgba(31, 41, 55, 0.55);
}
.focus\:text-gray-800\/60:focus {
    color: rgba(31, 41, 55, 0.6);
}
.focus\:text-gray-800\/65:focus {
    color: rgba(31, 41, 55, 0.65);
}
.focus\:text-gray-800\/70:focus {
    color: rgba(31, 41, 55, 0.7);
}
.focus\:text-gray-800\/75:focus {
    color: rgba(31, 41, 55, 0.75);
}
.focus\:text-gray-800\/80:focus {
    color: rgba(31, 41, 55, 0.8);
}
.focus\:text-gray-800\/85:focus {
    color: rgba(31, 41, 55, 0.85);
}
.focus\:text-gray-800\/90:focus {
    color: rgba(31, 41, 55, 0.9);
}
.focus\:text-gray-800\/95:focus {
    color: rgba(31, 41, 55, 0.95);
}
.focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-900\/0:focus {
    color: rgba(17, 24, 39, 0);
}
.focus\:text-gray-900\/10:focus {
    color: rgba(17, 24, 39, 0.1);
}
.focus\:text-gray-900\/100:focus {
    color: #111827;
}
.focus\:text-gray-900\/15:focus {
    color: rgba(17, 24, 39, 0.15);
}
.focus\:text-gray-900\/20:focus {
    color: rgba(17, 24, 39, 0.2);
}
.focus\:text-gray-900\/25:focus {
    color: rgba(17, 24, 39, 0.25);
}
.focus\:text-gray-900\/30:focus {
    color: rgba(17, 24, 39, 0.3);
}
.focus\:text-gray-900\/35:focus {
    color: rgba(17, 24, 39, 0.35);
}
.focus\:text-gray-900\/40:focus {
    color: rgba(17, 24, 39, 0.4);
}
.focus\:text-gray-900\/45:focus {
    color: rgba(17, 24, 39, 0.45);
}
.focus\:text-gray-900\/5:focus {
    color: rgba(17, 24, 39, 0.05);
}
.focus\:text-gray-900\/50:focus {
    color: rgba(17, 24, 39, 0.5);
}
.focus\:text-gray-900\/55:focus {
    color: rgba(17, 24, 39, 0.55);
}
.focus\:text-gray-900\/60:focus {
    color: rgba(17, 24, 39, 0.6);
}
.focus\:text-gray-900\/65:focus {
    color: rgba(17, 24, 39, 0.65);
}
.focus\:text-gray-900\/70:focus {
    color: rgba(17, 24, 39, 0.7);
}
.focus\:text-gray-900\/75:focus {
    color: rgba(17, 24, 39, 0.75);
}
.focus\:text-gray-900\/80:focus {
    color: rgba(17, 24, 39, 0.8);
}
.focus\:text-gray-900\/85:focus {
    color: rgba(17, 24, 39, 0.85);
}
.focus\:text-gray-900\/90:focus {
    color: rgba(17, 24, 39, 0.9);
}
.focus\:text-gray-900\/95:focus {
    color: rgba(17, 24, 39, 0.95);
}
.focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.focus\:text-green-100\/0:focus {
    color: rgba(209, 250, 229, 0);
}
.focus\:text-green-100\/10:focus {
    color: rgba(209, 250, 229, 0.1);
}
.focus\:text-green-100\/100:focus {
    color: #d1fae5;
}
.focus\:text-green-100\/15:focus {
    color: rgba(209, 250, 229, 0.15);
}
.focus\:text-green-100\/20:focus {
    color: rgba(209, 250, 229, 0.2);
}
.focus\:text-green-100\/25:focus {
    color: rgba(209, 250, 229, 0.25);
}
.focus\:text-green-100\/30:focus {
    color: rgba(209, 250, 229, 0.3);
}
.focus\:text-green-100\/35:focus {
    color: rgba(209, 250, 229, 0.35);
}
.focus\:text-green-100\/40:focus {
    color: rgba(209, 250, 229, 0.4);
}
.focus\:text-green-100\/45:focus {
    color: rgba(209, 250, 229, 0.45);
}
.focus\:text-green-100\/5:focus {
    color: rgba(209, 250, 229, 0.05);
}
.focus\:text-green-100\/50:focus {
    color: rgba(209, 250, 229, 0.5);
}
.focus\:text-green-100\/55:focus {
    color: rgba(209, 250, 229, 0.55);
}
.focus\:text-green-100\/60:focus {
    color: rgba(209, 250, 229, 0.6);
}
.focus\:text-green-100\/65:focus {
    color: rgba(209, 250, 229, 0.65);
}
.focus\:text-green-100\/70:focus {
    color: rgba(209, 250, 229, 0.7);
}
.focus\:text-green-100\/75:focus {
    color: rgba(209, 250, 229, 0.75);
}
.focus\:text-green-100\/80:focus {
    color: rgba(209, 250, 229, 0.8);
}
.focus\:text-green-100\/85:focus {
    color: rgba(209, 250, 229, 0.85);
}
.focus\:text-green-100\/90:focus {
    color: rgba(209, 250, 229, 0.9);
}
.focus\:text-green-100\/95:focus {
    color: rgba(209, 250, 229, 0.95);
}
.focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.focus\:text-green-200\/0:focus {
    color: rgba(167, 243, 208, 0);
}
.focus\:text-green-200\/10:focus {
    color: rgba(167, 243, 208, 0.1);
}
.focus\:text-green-200\/100:focus {
    color: #a7f3d0;
}
.focus\:text-green-200\/15:focus {
    color: rgba(167, 243, 208, 0.15);
}
.focus\:text-green-200\/20:focus {
    color: rgba(167, 243, 208, 0.2);
}
.focus\:text-green-200\/25:focus {
    color: rgba(167, 243, 208, 0.25);
}
.focus\:text-green-200\/30:focus {
    color: rgba(167, 243, 208, 0.3);
}
.focus\:text-green-200\/35:focus {
    color: rgba(167, 243, 208, 0.35);
}
.focus\:text-green-200\/40:focus {
    color: rgba(167, 243, 208, 0.4);
}
.focus\:text-green-200\/45:focus {
    color: rgba(167, 243, 208, 0.45);
}
.focus\:text-green-200\/5:focus {
    color: rgba(167, 243, 208, 0.05);
}
.focus\:text-green-200\/50:focus {
    color: rgba(167, 243, 208, 0.5);
}
.focus\:text-green-200\/55:focus {
    color: rgba(167, 243, 208, 0.55);
}
.focus\:text-green-200\/60:focus {
    color: rgba(167, 243, 208, 0.6);
}
.focus\:text-green-200\/65:focus {
    color: rgba(167, 243, 208, 0.65);
}
.focus\:text-green-200\/70:focus {
    color: rgba(167, 243, 208, 0.7);
}
.focus\:text-green-200\/75:focus {
    color: rgba(167, 243, 208, 0.75);
}
.focus\:text-green-200\/80:focus {
    color: rgba(167, 243, 208, 0.8);
}
.focus\:text-green-200\/85:focus {
    color: rgba(167, 243, 208, 0.85);
}
.focus\:text-green-200\/90:focus {
    color: rgba(167, 243, 208, 0.9);
}
.focus\:text-green-200\/95:focus {
    color: rgba(167, 243, 208, 0.95);
}
.focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.focus\:text-green-300\/0:focus {
    color: rgba(110, 231, 183, 0);
}
.focus\:text-green-300\/10:focus {
    color: rgba(110, 231, 183, 0.1);
}
.focus\:text-green-300\/100:focus {
    color: #6ee7b7;
}
.focus\:text-green-300\/15:focus {
    color: rgba(110, 231, 183, 0.15);
}
.focus\:text-green-300\/20:focus {
    color: rgba(110, 231, 183, 0.2);
}
.focus\:text-green-300\/25:focus {
    color: rgba(110, 231, 183, 0.25);
}
.focus\:text-green-300\/30:focus {
    color: rgba(110, 231, 183, 0.3);
}
.focus\:text-green-300\/35:focus {
    color: rgba(110, 231, 183, 0.35);
}
.focus\:text-green-300\/40:focus {
    color: rgba(110, 231, 183, 0.4);
}
.focus\:text-green-300\/45:focus {
    color: rgba(110, 231, 183, 0.45);
}
.focus\:text-green-300\/5:focus {
    color: rgba(110, 231, 183, 0.05);
}
.focus\:text-green-300\/50:focus {
    color: rgba(110, 231, 183, 0.5);
}
.focus\:text-green-300\/55:focus {
    color: rgba(110, 231, 183, 0.55);
}
.focus\:text-green-300\/60:focus {
    color: rgba(110, 231, 183, 0.6);
}
.focus\:text-green-300\/65:focus {
    color: rgba(110, 231, 183, 0.65);
}
.focus\:text-green-300\/70:focus {
    color: rgba(110, 231, 183, 0.7);
}
.focus\:text-green-300\/75:focus {
    color: rgba(110, 231, 183, 0.75);
}
.focus\:text-green-300\/80:focus {
    color: rgba(110, 231, 183, 0.8);
}
.focus\:text-green-300\/85:focus {
    color: rgba(110, 231, 183, 0.85);
}
.focus\:text-green-300\/90:focus {
    color: rgba(110, 231, 183, 0.9);
}
.focus\:text-green-300\/95:focus {
    color: rgba(110, 231, 183, 0.95);
}
.focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.focus\:text-green-400\/0:focus {
    color: rgba(52, 211, 153, 0);
}
.focus\:text-green-400\/10:focus {
    color: rgba(52, 211, 153, 0.1);
}
.focus\:text-green-400\/100:focus {
    color: #34d399;
}
.focus\:text-green-400\/15:focus {
    color: rgba(52, 211, 153, 0.15);
}
.focus\:text-green-400\/20:focus {
    color: rgba(52, 211, 153, 0.2);
}
.focus\:text-green-400\/25:focus {
    color: rgba(52, 211, 153, 0.25);
}
.focus\:text-green-400\/30:focus {
    color: rgba(52, 211, 153, 0.3);
}
.focus\:text-green-400\/35:focus {
    color: rgba(52, 211, 153, 0.35);
}
.focus\:text-green-400\/40:focus {
    color: rgba(52, 211, 153, 0.4);
}
.focus\:text-green-400\/45:focus {
    color: rgba(52, 211, 153, 0.45);
}
.focus\:text-green-400\/5:focus {
    color: rgba(52, 211, 153, 0.05);
}
.focus\:text-green-400\/50:focus {
    color: rgba(52, 211, 153, 0.5);
}
.focus\:text-green-400\/55:focus {
    color: rgba(52, 211, 153, 0.55);
}
.focus\:text-green-400\/60:focus {
    color: rgba(52, 211, 153, 0.6);
}
.focus\:text-green-400\/65:focus {
    color: rgba(52, 211, 153, 0.65);
}
.focus\:text-green-400\/70:focus {
    color: rgba(52, 211, 153, 0.7);
}
.focus\:text-green-400\/75:focus {
    color: rgba(52, 211, 153, 0.75);
}
.focus\:text-green-400\/80:focus {
    color: rgba(52, 211, 153, 0.8);
}
.focus\:text-green-400\/85:focus {
    color: rgba(52, 211, 153, 0.85);
}
.focus\:text-green-400\/90:focus {
    color: rgba(52, 211, 153, 0.9);
}
.focus\:text-green-400\/95:focus {
    color: rgba(52, 211, 153, 0.95);
}
.focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.focus\:text-green-50\/0:focus {
    color: rgba(236, 253, 245, 0);
}
.focus\:text-green-50\/10:focus {
    color: rgba(236, 253, 245, 0.1);
}
.focus\:text-green-50\/100:focus {
    color: #ecfdf5;
}
.focus\:text-green-50\/15:focus {
    color: rgba(236, 253, 245, 0.15);
}
.focus\:text-green-50\/20:focus {
    color: rgba(236, 253, 245, 0.2);
}
.focus\:text-green-50\/25:focus {
    color: rgba(236, 253, 245, 0.25);
}
.focus\:text-green-50\/30:focus {
    color: rgba(236, 253, 245, 0.3);
}
.focus\:text-green-50\/35:focus {
    color: rgba(236, 253, 245, 0.35);
}
.focus\:text-green-50\/40:focus {
    color: rgba(236, 253, 245, 0.4);
}
.focus\:text-green-50\/45:focus {
    color: rgba(236, 253, 245, 0.45);
}
.focus\:text-green-50\/5:focus {
    color: rgba(236, 253, 245, 0.05);
}
.focus\:text-green-50\/50:focus {
    color: rgba(236, 253, 245, 0.5);
}
.focus\:text-green-50\/55:focus {
    color: rgba(236, 253, 245, 0.55);
}
.focus\:text-green-50\/60:focus {
    color: rgba(236, 253, 245, 0.6);
}
.focus\:text-green-50\/65:focus {
    color: rgba(236, 253, 245, 0.65);
}
.focus\:text-green-50\/70:focus {
    color: rgba(236, 253, 245, 0.7);
}
.focus\:text-green-50\/75:focus {
    color: rgba(236, 253, 245, 0.75);
}
.focus\:text-green-50\/80:focus {
    color: rgba(236, 253, 245, 0.8);
}
.focus\:text-green-50\/85:focus {
    color: rgba(236, 253, 245, 0.85);
}
.focus\:text-green-50\/90:focus {
    color: rgba(236, 253, 245, 0.9);
}
.focus\:text-green-50\/95:focus {
    color: rgba(236, 253, 245, 0.95);
}
.focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.focus\:text-green-500\/0:focus {
    color: rgba(16, 185, 129, 0);
}
.focus\:text-green-500\/10:focus {
    color: rgba(16, 185, 129, 0.1);
}
.focus\:text-green-500\/100:focus {
    color: #10b981;
}
.focus\:text-green-500\/15:focus {
    color: rgba(16, 185, 129, 0.15);
}
.focus\:text-green-500\/20:focus {
    color: rgba(16, 185, 129, 0.2);
}
.focus\:text-green-500\/25:focus {
    color: rgba(16, 185, 129, 0.25);
}
.focus\:text-green-500\/30:focus {
    color: rgba(16, 185, 129, 0.3);
}
.focus\:text-green-500\/35:focus {
    color: rgba(16, 185, 129, 0.35);
}
.focus\:text-green-500\/40:focus {
    color: rgba(16, 185, 129, 0.4);
}
.focus\:text-green-500\/45:focus {
    color: rgba(16, 185, 129, 0.45);
}
.focus\:text-green-500\/5:focus {
    color: rgba(16, 185, 129, 0.05);
}
.focus\:text-green-500\/50:focus {
    color: rgba(16, 185, 129, 0.5);
}
.focus\:text-green-500\/55:focus {
    color: rgba(16, 185, 129, 0.55);
}
.focus\:text-green-500\/60:focus {
    color: rgba(16, 185, 129, 0.6);
}
.focus\:text-green-500\/65:focus {
    color: rgba(16, 185, 129, 0.65);
}
.focus\:text-green-500\/70:focus {
    color: rgba(16, 185, 129, 0.7);
}
.focus\:text-green-500\/75:focus {
    color: rgba(16, 185, 129, 0.75);
}
.focus\:text-green-500\/80:focus {
    color: rgba(16, 185, 129, 0.8);
}
.focus\:text-green-500\/85:focus {
    color: rgba(16, 185, 129, 0.85);
}
.focus\:text-green-500\/90:focus {
    color: rgba(16, 185, 129, 0.9);
}
.focus\:text-green-500\/95:focus {
    color: rgba(16, 185, 129, 0.95);
}
.focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.focus\:text-green-600\/0:focus {
    color: rgba(5, 150, 105, 0);
}
.focus\:text-green-600\/10:focus {
    color: rgba(5, 150, 105, 0.1);
}
.focus\:text-green-600\/100:focus {
    color: #059669;
}
.focus\:text-green-600\/15:focus {
    color: rgba(5, 150, 105, 0.15);
}
.focus\:text-green-600\/20:focus {
    color: rgba(5, 150, 105, 0.2);
}
.focus\:text-green-600\/25:focus {
    color: rgba(5, 150, 105, 0.25);
}
.focus\:text-green-600\/30:focus {
    color: rgba(5, 150, 105, 0.3);
}
.focus\:text-green-600\/35:focus {
    color: rgba(5, 150, 105, 0.35);
}
.focus\:text-green-600\/40:focus {
    color: rgba(5, 150, 105, 0.4);
}
.focus\:text-green-600\/45:focus {
    color: rgba(5, 150, 105, 0.45);
}
.focus\:text-green-600\/5:focus {
    color: rgba(5, 150, 105, 0.05);
}
.focus\:text-green-600\/50:focus {
    color: rgba(5, 150, 105, 0.5);
}
.focus\:text-green-600\/55:focus {
    color: rgba(5, 150, 105, 0.55);
}
.focus\:text-green-600\/60:focus {
    color: rgba(5, 150, 105, 0.6);
}
.focus\:text-green-600\/65:focus {
    color: rgba(5, 150, 105, 0.65);
}
.focus\:text-green-600\/70:focus {
    color: rgba(5, 150, 105, 0.7);
}
.focus\:text-green-600\/75:focus {
    color: rgba(5, 150, 105, 0.75);
}
.focus\:text-green-600\/80:focus {
    color: rgba(5, 150, 105, 0.8);
}
.focus\:text-green-600\/85:focus {
    color: rgba(5, 150, 105, 0.85);
}
.focus\:text-green-600\/90:focus {
    color: rgba(5, 150, 105, 0.9);
}
.focus\:text-green-600\/95:focus {
    color: rgba(5, 150, 105, 0.95);
}
.focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.focus\:text-green-700\/0:focus {
    color: rgba(4, 120, 87, 0);
}
.focus\:text-green-700\/10:focus {
    color: rgba(4, 120, 87, 0.1);
}
.focus\:text-green-700\/100:focus {
    color: #047857;
}
.focus\:text-green-700\/15:focus {
    color: rgba(4, 120, 87, 0.15);
}
.focus\:text-green-700\/20:focus {
    color: rgba(4, 120, 87, 0.2);
}
.focus\:text-green-700\/25:focus {
    color: rgba(4, 120, 87, 0.25);
}
.focus\:text-green-700\/30:focus {
    color: rgba(4, 120, 87, 0.3);
}
.focus\:text-green-700\/35:focus {
    color: rgba(4, 120, 87, 0.35);
}
.focus\:text-green-700\/40:focus {
    color: rgba(4, 120, 87, 0.4);
}
.focus\:text-green-700\/45:focus {
    color: rgba(4, 120, 87, 0.45);
}
.focus\:text-green-700\/5:focus {
    color: rgba(4, 120, 87, 0.05);
}
.focus\:text-green-700\/50:focus {
    color: rgba(4, 120, 87, 0.5);
}
.focus\:text-green-700\/55:focus {
    color: rgba(4, 120, 87, 0.55);
}
.focus\:text-green-700\/60:focus {
    color: rgba(4, 120, 87, 0.6);
}
.focus\:text-green-700\/65:focus {
    color: rgba(4, 120, 87, 0.65);
}
.focus\:text-green-700\/70:focus {
    color: rgba(4, 120, 87, 0.7);
}
.focus\:text-green-700\/75:focus {
    color: rgba(4, 120, 87, 0.75);
}
.focus\:text-green-700\/80:focus {
    color: rgba(4, 120, 87, 0.8);
}
.focus\:text-green-700\/85:focus {
    color: rgba(4, 120, 87, 0.85);
}
.focus\:text-green-700\/90:focus {
    color: rgba(4, 120, 87, 0.9);
}
.focus\:text-green-700\/95:focus {
    color: rgba(4, 120, 87, 0.95);
}
.focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.focus\:text-green-800\/0:focus {
    color: rgba(6, 95, 70, 0);
}
.focus\:text-green-800\/10:focus {
    color: rgba(6, 95, 70, 0.1);
}
.focus\:text-green-800\/100:focus {
    color: #065f46;
}
.focus\:text-green-800\/15:focus {
    color: rgba(6, 95, 70, 0.15);
}
.focus\:text-green-800\/20:focus {
    color: rgba(6, 95, 70, 0.2);
}
.focus\:text-green-800\/25:focus {
    color: rgba(6, 95, 70, 0.25);
}
.focus\:text-green-800\/30:focus {
    color: rgba(6, 95, 70, 0.3);
}
.focus\:text-green-800\/35:focus {
    color: rgba(6, 95, 70, 0.35);
}
.focus\:text-green-800\/40:focus {
    color: rgba(6, 95, 70, 0.4);
}
.focus\:text-green-800\/45:focus {
    color: rgba(6, 95, 70, 0.45);
}
.focus\:text-green-800\/5:focus {
    color: rgba(6, 95, 70, 0.05);
}
.focus\:text-green-800\/50:focus {
    color: rgba(6, 95, 70, 0.5);
}
.focus\:text-green-800\/55:focus {
    color: rgba(6, 95, 70, 0.55);
}
.focus\:text-green-800\/60:focus {
    color: rgba(6, 95, 70, 0.6);
}
.focus\:text-green-800\/65:focus {
    color: rgba(6, 95, 70, 0.65);
}
.focus\:text-green-800\/70:focus {
    color: rgba(6, 95, 70, 0.7);
}
.focus\:text-green-800\/75:focus {
    color: rgba(6, 95, 70, 0.75);
}
.focus\:text-green-800\/80:focus {
    color: rgba(6, 95, 70, 0.8);
}
.focus\:text-green-800\/85:focus {
    color: rgba(6, 95, 70, 0.85);
}
.focus\:text-green-800\/90:focus {
    color: rgba(6, 95, 70, 0.9);
}
.focus\:text-green-800\/95:focus {
    color: rgba(6, 95, 70, 0.95);
}
.focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.focus\:text-green-900\/0:focus {
    color: rgba(6, 78, 59, 0);
}
.focus\:text-green-900\/10:focus {
    color: rgba(6, 78, 59, 0.1);
}
.focus\:text-green-900\/100:focus {
    color: #064e3b;
}
.focus\:text-green-900\/15:focus {
    color: rgba(6, 78, 59, 0.15);
}
.focus\:text-green-900\/20:focus {
    color: rgba(6, 78, 59, 0.2);
}
.focus\:text-green-900\/25:focus {
    color: rgba(6, 78, 59, 0.25);
}
.focus\:text-green-900\/30:focus {
    color: rgba(6, 78, 59, 0.3);
}
.focus\:text-green-900\/35:focus {
    color: rgba(6, 78, 59, 0.35);
}
.focus\:text-green-900\/40:focus {
    color: rgba(6, 78, 59, 0.4);
}
.focus\:text-green-900\/45:focus {
    color: rgba(6, 78, 59, 0.45);
}
.focus\:text-green-900\/5:focus {
    color: rgba(6, 78, 59, 0.05);
}
.focus\:text-green-900\/50:focus {
    color: rgba(6, 78, 59, 0.5);
}
.focus\:text-green-900\/55:focus {
    color: rgba(6, 78, 59, 0.55);
}
.focus\:text-green-900\/60:focus {
    color: rgba(6, 78, 59, 0.6);
}
.focus\:text-green-900\/65:focus {
    color: rgba(6, 78, 59, 0.65);
}
.focus\:text-green-900\/70:focus {
    color: rgba(6, 78, 59, 0.7);
}
.focus\:text-green-900\/75:focus {
    color: rgba(6, 78, 59, 0.75);
}
.focus\:text-green-900\/80:focus {
    color: rgba(6, 78, 59, 0.8);
}
.focus\:text-green-900\/85:focus {
    color: rgba(6, 78, 59, 0.85);
}
.focus\:text-green-900\/90:focus {
    color: rgba(6, 78, 59, 0.9);
}
.focus\:text-green-900\/95:focus {
    color: rgba(6, 78, 59, 0.95);
}
.focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-100\/0:focus {
    color: rgba(224, 231, 255, 0);
}
.focus\:text-indigo-100\/10:focus {
    color: rgba(224, 231, 255, 0.1);
}
.focus\:text-indigo-100\/100:focus {
    color: #e0e7ff;
}
.focus\:text-indigo-100\/15:focus {
    color: rgba(224, 231, 255, 0.15);
}
.focus\:text-indigo-100\/20:focus {
    color: rgba(224, 231, 255, 0.2);
}
.focus\:text-indigo-100\/25:focus {
    color: rgba(224, 231, 255, 0.25);
}
.focus\:text-indigo-100\/30:focus {
    color: rgba(224, 231, 255, 0.3);
}
.focus\:text-indigo-100\/35:focus {
    color: rgba(224, 231, 255, 0.35);
}
.focus\:text-indigo-100\/40:focus {
    color: rgba(224, 231, 255, 0.4);
}
.focus\:text-indigo-100\/45:focus {
    color: rgba(224, 231, 255, 0.45);
}
.focus\:text-indigo-100\/5:focus {
    color: rgba(224, 231, 255, 0.05);
}
.focus\:text-indigo-100\/50:focus {
    color: rgba(224, 231, 255, 0.5);
}
.focus\:text-indigo-100\/55:focus {
    color: rgba(224, 231, 255, 0.55);
}
.focus\:text-indigo-100\/60:focus {
    color: rgba(224, 231, 255, 0.6);
}
.focus\:text-indigo-100\/65:focus {
    color: rgba(224, 231, 255, 0.65);
}
.focus\:text-indigo-100\/70:focus {
    color: rgba(224, 231, 255, 0.7);
}
.focus\:text-indigo-100\/75:focus {
    color: rgba(224, 231, 255, 0.75);
}
.focus\:text-indigo-100\/80:focus {
    color: rgba(224, 231, 255, 0.8);
}
.focus\:text-indigo-100\/85:focus {
    color: rgba(224, 231, 255, 0.85);
}
.focus\:text-indigo-100\/90:focus {
    color: rgba(224, 231, 255, 0.9);
}
.focus\:text-indigo-100\/95:focus {
    color: rgba(224, 231, 255, 0.95);
}
.focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-200\/0:focus {
    color: rgba(199, 210, 254, 0);
}
.focus\:text-indigo-200\/10:focus {
    color: rgba(199, 210, 254, 0.1);
}
.focus\:text-indigo-200\/100:focus {
    color: #c7d2fe;
}
.focus\:text-indigo-200\/15:focus {
    color: rgba(199, 210, 254, 0.15);
}
.focus\:text-indigo-200\/20:focus {
    color: rgba(199, 210, 254, 0.2);
}
.focus\:text-indigo-200\/25:focus {
    color: rgba(199, 210, 254, 0.25);
}
.focus\:text-indigo-200\/30:focus {
    color: rgba(199, 210, 254, 0.3);
}
.focus\:text-indigo-200\/35:focus {
    color: rgba(199, 210, 254, 0.35);
}
.focus\:text-indigo-200\/40:focus {
    color: rgba(199, 210, 254, 0.4);
}
.focus\:text-indigo-200\/45:focus {
    color: rgba(199, 210, 254, 0.45);
}
.focus\:text-indigo-200\/5:focus {
    color: rgba(199, 210, 254, 0.05);
}
.focus\:text-indigo-200\/50:focus {
    color: rgba(199, 210, 254, 0.5);
}
.focus\:text-indigo-200\/55:focus {
    color: rgba(199, 210, 254, 0.55);
}
.focus\:text-indigo-200\/60:focus {
    color: rgba(199, 210, 254, 0.6);
}
.focus\:text-indigo-200\/65:focus {
    color: rgba(199, 210, 254, 0.65);
}
.focus\:text-indigo-200\/70:focus {
    color: rgba(199, 210, 254, 0.7);
}
.focus\:text-indigo-200\/75:focus {
    color: rgba(199, 210, 254, 0.75);
}
.focus\:text-indigo-200\/80:focus {
    color: rgba(199, 210, 254, 0.8);
}
.focus\:text-indigo-200\/85:focus {
    color: rgba(199, 210, 254, 0.85);
}
.focus\:text-indigo-200\/90:focus {
    color: rgba(199, 210, 254, 0.9);
}
.focus\:text-indigo-200\/95:focus {
    color: rgba(199, 210, 254, 0.95);
}
.focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-300\/0:focus {
    color: rgba(165, 180, 252, 0);
}
.focus\:text-indigo-300\/10:focus {
    color: rgba(165, 180, 252, 0.1);
}
.focus\:text-indigo-300\/100:focus {
    color: #a5b4fc;
}
.focus\:text-indigo-300\/15:focus {
    color: rgba(165, 180, 252, 0.15);
}
.focus\:text-indigo-300\/20:focus {
    color: rgba(165, 180, 252, 0.2);
}
.focus\:text-indigo-300\/25:focus {
    color: rgba(165, 180, 252, 0.25);
}
.focus\:text-indigo-300\/30:focus {
    color: rgba(165, 180, 252, 0.3);
}
.focus\:text-indigo-300\/35:focus {
    color: rgba(165, 180, 252, 0.35);
}
.focus\:text-indigo-300\/40:focus {
    color: rgba(165, 180, 252, 0.4);
}
.focus\:text-indigo-300\/45:focus {
    color: rgba(165, 180, 252, 0.45);
}
.focus\:text-indigo-300\/5:focus {
    color: rgba(165, 180, 252, 0.05);
}
.focus\:text-indigo-300\/50:focus {
    color: rgba(165, 180, 252, 0.5);
}
.focus\:text-indigo-300\/55:focus {
    color: rgba(165, 180, 252, 0.55);
}
.focus\:text-indigo-300\/60:focus {
    color: rgba(165, 180, 252, 0.6);
}
.focus\:text-indigo-300\/65:focus {
    color: rgba(165, 180, 252, 0.65);
}
.focus\:text-indigo-300\/70:focus {
    color: rgba(165, 180, 252, 0.7);
}
.focus\:text-indigo-300\/75:focus {
    color: rgba(165, 180, 252, 0.75);
}
.focus\:text-indigo-300\/80:focus {
    color: rgba(165, 180, 252, 0.8);
}
.focus\:text-indigo-300\/85:focus {
    color: rgba(165, 180, 252, 0.85);
}
.focus\:text-indigo-300\/90:focus {
    color: rgba(165, 180, 252, 0.9);
}
.focus\:text-indigo-300\/95:focus {
    color: rgba(165, 180, 252, 0.95);
}
.focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-400\/0:focus {
    color: rgba(129, 140, 248, 0);
}
.focus\:text-indigo-400\/10:focus {
    color: rgba(129, 140, 248, 0.1);
}
.focus\:text-indigo-400\/100:focus {
    color: #818cf8;
}
.focus\:text-indigo-400\/15:focus {
    color: rgba(129, 140, 248, 0.15);
}
.focus\:text-indigo-400\/20:focus {
    color: rgba(129, 140, 248, 0.2);
}
.focus\:text-indigo-400\/25:focus {
    color: rgba(129, 140, 248, 0.25);
}
.focus\:text-indigo-400\/30:focus {
    color: rgba(129, 140, 248, 0.3);
}
.focus\:text-indigo-400\/35:focus {
    color: rgba(129, 140, 248, 0.35);
}
.focus\:text-indigo-400\/40:focus {
    color: rgba(129, 140, 248, 0.4);
}
.focus\:text-indigo-400\/45:focus {
    color: rgba(129, 140, 248, 0.45);
}
.focus\:text-indigo-400\/5:focus {
    color: rgba(129, 140, 248, 0.05);
}
.focus\:text-indigo-400\/50:focus {
    color: rgba(129, 140, 248, 0.5);
}
.focus\:text-indigo-400\/55:focus {
    color: rgba(129, 140, 248, 0.55);
}
.focus\:text-indigo-400\/60:focus {
    color: rgba(129, 140, 248, 0.6);
}
.focus\:text-indigo-400\/65:focus {
    color: rgba(129, 140, 248, 0.65);
}
.focus\:text-indigo-400\/70:focus {
    color: rgba(129, 140, 248, 0.7);
}
.focus\:text-indigo-400\/75:focus {
    color: rgba(129, 140, 248, 0.75);
}
.focus\:text-indigo-400\/80:focus {
    color: rgba(129, 140, 248, 0.8);
}
.focus\:text-indigo-400\/85:focus {
    color: rgba(129, 140, 248, 0.85);
}
.focus\:text-indigo-400\/90:focus {
    color: rgba(129, 140, 248, 0.9);
}
.focus\:text-indigo-400\/95:focus {
    color: rgba(129, 140, 248, 0.95);
}
.focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-50\/0:focus {
    color: rgba(238, 242, 255, 0);
}
.focus\:text-indigo-50\/10:focus {
    color: rgba(238, 242, 255, 0.1);
}
.focus\:text-indigo-50\/100:focus {
    color: #eef2ff;
}
.focus\:text-indigo-50\/15:focus {
    color: rgba(238, 242, 255, 0.15);
}
.focus\:text-indigo-50\/20:focus {
    color: rgba(238, 242, 255, 0.2);
}
.focus\:text-indigo-50\/25:focus {
    color: rgba(238, 242, 255, 0.25);
}
.focus\:text-indigo-50\/30:focus {
    color: rgba(238, 242, 255, 0.3);
}
.focus\:text-indigo-50\/35:focus {
    color: rgba(238, 242, 255, 0.35);
}
.focus\:text-indigo-50\/40:focus {
    color: rgba(238, 242, 255, 0.4);
}
.focus\:text-indigo-50\/45:focus {
    color: rgba(238, 242, 255, 0.45);
}
.focus\:text-indigo-50\/5:focus {
    color: rgba(238, 242, 255, 0.05);
}
.focus\:text-indigo-50\/50:focus {
    color: rgba(238, 242, 255, 0.5);
}
.focus\:text-indigo-50\/55:focus {
    color: rgba(238, 242, 255, 0.55);
}
.focus\:text-indigo-50\/60:focus {
    color: rgba(238, 242, 255, 0.6);
}
.focus\:text-indigo-50\/65:focus {
    color: rgba(238, 242, 255, 0.65);
}
.focus\:text-indigo-50\/70:focus {
    color: rgba(238, 242, 255, 0.7);
}
.focus\:text-indigo-50\/75:focus {
    color: rgba(238, 242, 255, 0.75);
}
.focus\:text-indigo-50\/80:focus {
    color: rgba(238, 242, 255, 0.8);
}
.focus\:text-indigo-50\/85:focus {
    color: rgba(238, 242, 255, 0.85);
}
.focus\:text-indigo-50\/90:focus {
    color: rgba(238, 242, 255, 0.9);
}
.focus\:text-indigo-50\/95:focus {
    color: rgba(238, 242, 255, 0.95);
}
.focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-500\/0:focus {
    color: rgba(99, 102, 241, 0);
}
.focus\:text-indigo-500\/10:focus {
    color: rgba(99, 102, 241, 0.1);
}
.focus\:text-indigo-500\/100:focus {
    color: #6366f1;
}
.focus\:text-indigo-500\/15:focus {
    color: rgba(99, 102, 241, 0.15);
}
.focus\:text-indigo-500\/20:focus {
    color: rgba(99, 102, 241, 0.2);
}
.focus\:text-indigo-500\/25:focus {
    color: rgba(99, 102, 241, 0.25);
}
.focus\:text-indigo-500\/30:focus {
    color: rgba(99, 102, 241, 0.3);
}
.focus\:text-indigo-500\/35:focus {
    color: rgba(99, 102, 241, 0.35);
}
.focus\:text-indigo-500\/40:focus {
    color: rgba(99, 102, 241, 0.4);
}
.focus\:text-indigo-500\/45:focus {
    color: rgba(99, 102, 241, 0.45);
}
.focus\:text-indigo-500\/5:focus {
    color: rgba(99, 102, 241, 0.05);
}
.focus\:text-indigo-500\/50:focus {
    color: rgba(99, 102, 241, 0.5);
}
.focus\:text-indigo-500\/55:focus {
    color: rgba(99, 102, 241, 0.55);
}
.focus\:text-indigo-500\/60:focus {
    color: rgba(99, 102, 241, 0.6);
}
.focus\:text-indigo-500\/65:focus {
    color: rgba(99, 102, 241, 0.65);
}
.focus\:text-indigo-500\/70:focus {
    color: rgba(99, 102, 241, 0.7);
}
.focus\:text-indigo-500\/75:focus {
    color: rgba(99, 102, 241, 0.75);
}
.focus\:text-indigo-500\/80:focus {
    color: rgba(99, 102, 241, 0.8);
}
.focus\:text-indigo-500\/85:focus {
    color: rgba(99, 102, 241, 0.85);
}
.focus\:text-indigo-500\/90:focus {
    color: rgba(99, 102, 241, 0.9);
}
.focus\:text-indigo-500\/95:focus {
    color: rgba(99, 102, 241, 0.95);
}
.focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-600\/0:focus {
    color: rgba(79, 70, 229, 0);
}
.focus\:text-indigo-600\/10:focus {
    color: rgba(79, 70, 229, 0.1);
}
.focus\:text-indigo-600\/100:focus {
    color: #4f46e5;
}
.focus\:text-indigo-600\/15:focus {
    color: rgba(79, 70, 229, 0.15);
}
.focus\:text-indigo-600\/20:focus {
    color: rgba(79, 70, 229, 0.2);
}
.focus\:text-indigo-600\/25:focus {
    color: rgba(79, 70, 229, 0.25);
}
.focus\:text-indigo-600\/30:focus {
    color: rgba(79, 70, 229, 0.3);
}
.focus\:text-indigo-600\/35:focus {
    color: rgba(79, 70, 229, 0.35);
}
.focus\:text-indigo-600\/40:focus {
    color: rgba(79, 70, 229, 0.4);
}
.focus\:text-indigo-600\/45:focus {
    color: rgba(79, 70, 229, 0.45);
}
.focus\:text-indigo-600\/5:focus {
    color: rgba(79, 70, 229, 0.05);
}
.focus\:text-indigo-600\/50:focus {
    color: rgba(79, 70, 229, 0.5);
}
.focus\:text-indigo-600\/55:focus {
    color: rgba(79, 70, 229, 0.55);
}
.focus\:text-indigo-600\/60:focus {
    color: rgba(79, 70, 229, 0.6);
}
.focus\:text-indigo-600\/65:focus {
    color: rgba(79, 70, 229, 0.65);
}
.focus\:text-indigo-600\/70:focus {
    color: rgba(79, 70, 229, 0.7);
}
.focus\:text-indigo-600\/75:focus {
    color: rgba(79, 70, 229, 0.75);
}
.focus\:text-indigo-600\/80:focus {
    color: rgba(79, 70, 229, 0.8);
}
.focus\:text-indigo-600\/85:focus {
    color: rgba(79, 70, 229, 0.85);
}
.focus\:text-indigo-600\/90:focus {
    color: rgba(79, 70, 229, 0.9);
}
.focus\:text-indigo-600\/95:focus {
    color: rgba(79, 70, 229, 0.95);
}
.focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-700\/0:focus {
    color: rgba(67, 56, 202, 0);
}
.focus\:text-indigo-700\/10:focus {
    color: rgba(67, 56, 202, 0.1);
}
.focus\:text-indigo-700\/100:focus {
    color: #4338ca;
}
.focus\:text-indigo-700\/15:focus {
    color: rgba(67, 56, 202, 0.15);
}
.focus\:text-indigo-700\/20:focus {
    color: rgba(67, 56, 202, 0.2);
}
.focus\:text-indigo-700\/25:focus {
    color: rgba(67, 56, 202, 0.25);
}
.focus\:text-indigo-700\/30:focus {
    color: rgba(67, 56, 202, 0.3);
}
.focus\:text-indigo-700\/35:focus {
    color: rgba(67, 56, 202, 0.35);
}
.focus\:text-indigo-700\/40:focus {
    color: rgba(67, 56, 202, 0.4);
}
.focus\:text-indigo-700\/45:focus {
    color: rgba(67, 56, 202, 0.45);
}
.focus\:text-indigo-700\/5:focus {
    color: rgba(67, 56, 202, 0.05);
}
.focus\:text-indigo-700\/50:focus {
    color: rgba(67, 56, 202, 0.5);
}
.focus\:text-indigo-700\/55:focus {
    color: rgba(67, 56, 202, 0.55);
}
.focus\:text-indigo-700\/60:focus {
    color: rgba(67, 56, 202, 0.6);
}
.focus\:text-indigo-700\/65:focus {
    color: rgba(67, 56, 202, 0.65);
}
.focus\:text-indigo-700\/70:focus {
    color: rgba(67, 56, 202, 0.7);
}
.focus\:text-indigo-700\/75:focus {
    color: rgba(67, 56, 202, 0.75);
}
.focus\:text-indigo-700\/80:focus {
    color: rgba(67, 56, 202, 0.8);
}
.focus\:text-indigo-700\/85:focus {
    color: rgba(67, 56, 202, 0.85);
}
.focus\:text-indigo-700\/90:focus {
    color: rgba(67, 56, 202, 0.9);
}
.focus\:text-indigo-700\/95:focus {
    color: rgba(67, 56, 202, 0.95);
}
.focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-800\/0:focus {
    color: rgba(55, 48, 163, 0);
}
.focus\:text-indigo-800\/10:focus {
    color: rgba(55, 48, 163, 0.1);
}
.focus\:text-indigo-800\/100:focus {
    color: #3730a3;
}
.focus\:text-indigo-800\/15:focus {
    color: rgba(55, 48, 163, 0.15);
}
.focus\:text-indigo-800\/20:focus {
    color: rgba(55, 48, 163, 0.2);
}
.focus\:text-indigo-800\/25:focus {
    color: rgba(55, 48, 163, 0.25);
}
.focus\:text-indigo-800\/30:focus {
    color: rgba(55, 48, 163, 0.3);
}
.focus\:text-indigo-800\/35:focus {
    color: rgba(55, 48, 163, 0.35);
}
.focus\:text-indigo-800\/40:focus {
    color: rgba(55, 48, 163, 0.4);
}
.focus\:text-indigo-800\/45:focus {
    color: rgba(55, 48, 163, 0.45);
}
.focus\:text-indigo-800\/5:focus {
    color: rgba(55, 48, 163, 0.05);
}
.focus\:text-indigo-800\/50:focus {
    color: rgba(55, 48, 163, 0.5);
}
.focus\:text-indigo-800\/55:focus {
    color: rgba(55, 48, 163, 0.55);
}
.focus\:text-indigo-800\/60:focus {
    color: rgba(55, 48, 163, 0.6);
}
.focus\:text-indigo-800\/65:focus {
    color: rgba(55, 48, 163, 0.65);
}
.focus\:text-indigo-800\/70:focus {
    color: rgba(55, 48, 163, 0.7);
}
.focus\:text-indigo-800\/75:focus {
    color: rgba(55, 48, 163, 0.75);
}
.focus\:text-indigo-800\/80:focus {
    color: rgba(55, 48, 163, 0.8);
}
.focus\:text-indigo-800\/85:focus {
    color: rgba(55, 48, 163, 0.85);
}
.focus\:text-indigo-800\/90:focus {
    color: rgba(55, 48, 163, 0.9);
}
.focus\:text-indigo-800\/95:focus {
    color: rgba(55, 48, 163, 0.95);
}
.focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-900\/0:focus {
    color: rgba(49, 46, 129, 0);
}
.focus\:text-indigo-900\/10:focus {
    color: rgba(49, 46, 129, 0.1);
}
.focus\:text-indigo-900\/100:focus {
    color: #312e81;
}
.focus\:text-indigo-900\/15:focus {
    color: rgba(49, 46, 129, 0.15);
}
.focus\:text-indigo-900\/20:focus {
    color: rgba(49, 46, 129, 0.2);
}
.focus\:text-indigo-900\/25:focus {
    color: rgba(49, 46, 129, 0.25);
}
.focus\:text-indigo-900\/30:focus {
    color: rgba(49, 46, 129, 0.3);
}
.focus\:text-indigo-900\/35:focus {
    color: rgba(49, 46, 129, 0.35);
}
.focus\:text-indigo-900\/40:focus {
    color: rgba(49, 46, 129, 0.4);
}
.focus\:text-indigo-900\/45:focus {
    color: rgba(49, 46, 129, 0.45);
}
.focus\:text-indigo-900\/5:focus {
    color: rgba(49, 46, 129, 0.05);
}
.focus\:text-indigo-900\/50:focus {
    color: rgba(49, 46, 129, 0.5);
}
.focus\:text-indigo-900\/55:focus {
    color: rgba(49, 46, 129, 0.55);
}
.focus\:text-indigo-900\/60:focus {
    color: rgba(49, 46, 129, 0.6);
}
.focus\:text-indigo-900\/65:focus {
    color: rgba(49, 46, 129, 0.65);
}
.focus\:text-indigo-900\/70:focus {
    color: rgba(49, 46, 129, 0.7);
}
.focus\:text-indigo-900\/75:focus {
    color: rgba(49, 46, 129, 0.75);
}
.focus\:text-indigo-900\/80:focus {
    color: rgba(49, 46, 129, 0.8);
}
.focus\:text-indigo-900\/85:focus {
    color: rgba(49, 46, 129, 0.85);
}
.focus\:text-indigo-900\/90:focus {
    color: rgba(49, 46, 129, 0.9);
}
.focus\:text-indigo-900\/95:focus {
    color: rgba(49, 46, 129, 0.95);
}
.focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-100\/0:focus {
    color: hsla(80, 89%, 89%, 0);
}
.focus\:text-lime-100\/10:focus {
    color: hsla(80, 89%, 89%, 0.1);
}
.focus\:text-lime-100\/100:focus {
    color: #ecfccb;
}
.focus\:text-lime-100\/15:focus {
    color: hsla(80, 89%, 89%, 0.15);
}
.focus\:text-lime-100\/20:focus {
    color: hsla(80, 89%, 89%, 0.2);
}
.focus\:text-lime-100\/25:focus {
    color: hsla(80, 89%, 89%, 0.25);
}
.focus\:text-lime-100\/30:focus {
    color: hsla(80, 89%, 89%, 0.3);
}
.focus\:text-lime-100\/35:focus {
    color: hsla(80, 89%, 89%, 0.35);
}
.focus\:text-lime-100\/40:focus {
    color: hsla(80, 89%, 89%, 0.4);
}
.focus\:text-lime-100\/45:focus {
    color: hsla(80, 89%, 89%, 0.45);
}
.focus\:text-lime-100\/5:focus {
    color: hsla(80, 89%, 89%, 0.05);
}
.focus\:text-lime-100\/50:focus {
    color: hsla(80, 89%, 89%, 0.5);
}
.focus\:text-lime-100\/55:focus {
    color: hsla(80, 89%, 89%, 0.55);
}
.focus\:text-lime-100\/60:focus {
    color: hsla(80, 89%, 89%, 0.6);
}
.focus\:text-lime-100\/65:focus {
    color: hsla(80, 89%, 89%, 0.65);
}
.focus\:text-lime-100\/70:focus {
    color: hsla(80, 89%, 89%, 0.7);
}
.focus\:text-lime-100\/75:focus {
    color: hsla(80, 89%, 89%, 0.75);
}
.focus\:text-lime-100\/80:focus {
    color: hsla(80, 89%, 89%, 0.8);
}
.focus\:text-lime-100\/85:focus {
    color: hsla(80, 89%, 89%, 0.85);
}
.focus\:text-lime-100\/90:focus {
    color: hsla(80, 89%, 89%, 0.9);
}
.focus\:text-lime-100\/95:focus {
    color: hsla(80, 89%, 89%, 0.95);
}
.focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-200\/0:focus {
    color: hsla(81, 88%, 80%, 0);
}
.focus\:text-lime-200\/10:focus {
    color: hsla(81, 88%, 80%, 0.1);
}
.focus\:text-lime-200\/100:focus {
    color: #d9f99d;
}
.focus\:text-lime-200\/15:focus {
    color: hsla(81, 88%, 80%, 0.15);
}
.focus\:text-lime-200\/20:focus {
    color: hsla(81, 88%, 80%, 0.2);
}
.focus\:text-lime-200\/25:focus {
    color: hsla(81, 88%, 80%, 0.25);
}
.focus\:text-lime-200\/30:focus {
    color: hsla(81, 88%, 80%, 0.3);
}
.focus\:text-lime-200\/35:focus {
    color: hsla(81, 88%, 80%, 0.35);
}
.focus\:text-lime-200\/40:focus {
    color: hsla(81, 88%, 80%, 0.4);
}
.focus\:text-lime-200\/45:focus {
    color: hsla(81, 88%, 80%, 0.45);
}
.focus\:text-lime-200\/5:focus {
    color: hsla(81, 88%, 80%, 0.05);
}
.focus\:text-lime-200\/50:focus {
    color: hsla(81, 88%, 80%, 0.5);
}
.focus\:text-lime-200\/55:focus {
    color: hsla(81, 88%, 80%, 0.55);
}
.focus\:text-lime-200\/60:focus {
    color: hsla(81, 88%, 80%, 0.6);
}
.focus\:text-lime-200\/65:focus {
    color: hsla(81, 88%, 80%, 0.65);
}
.focus\:text-lime-200\/70:focus {
    color: hsla(81, 88%, 80%, 0.7);
}
.focus\:text-lime-200\/75:focus {
    color: hsla(81, 88%, 80%, 0.75);
}
.focus\:text-lime-200\/80:focus {
    color: hsla(81, 88%, 80%, 0.8);
}
.focus\:text-lime-200\/85:focus {
    color: hsla(81, 88%, 80%, 0.85);
}
.focus\:text-lime-200\/90:focus {
    color: hsla(81, 88%, 80%, 0.9);
}
.focus\:text-lime-200\/95:focus {
    color: hsla(81, 88%, 80%, 0.95);
}
.focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-300\/0:focus {
    color: hsla(82, 85%, 67%, 0);
}
.focus\:text-lime-300\/10:focus {
    color: hsla(82, 85%, 67%, 0.1);
}
.focus\:text-lime-300\/100:focus {
    color: #bef264;
}
.focus\:text-lime-300\/15:focus {
    color: hsla(82, 85%, 67%, 0.15);
}
.focus\:text-lime-300\/20:focus {
    color: hsla(82, 85%, 67%, 0.2);
}
.focus\:text-lime-300\/25:focus {
    color: hsla(82, 85%, 67%, 0.25);
}
.focus\:text-lime-300\/30:focus {
    color: hsla(82, 85%, 67%, 0.3);
}
.focus\:text-lime-300\/35:focus {
    color: hsla(82, 85%, 67%, 0.35);
}
.focus\:text-lime-300\/40:focus {
    color: hsla(82, 85%, 67%, 0.4);
}
.focus\:text-lime-300\/45:focus {
    color: hsla(82, 85%, 67%, 0.45);
}
.focus\:text-lime-300\/5:focus {
    color: hsla(82, 85%, 67%, 0.05);
}
.focus\:text-lime-300\/50:focus {
    color: hsla(82, 85%, 67%, 0.5);
}
.focus\:text-lime-300\/55:focus {
    color: hsla(82, 85%, 67%, 0.55);
}
.focus\:text-lime-300\/60:focus {
    color: hsla(82, 85%, 67%, 0.6);
}
.focus\:text-lime-300\/65:focus {
    color: hsla(82, 85%, 67%, 0.65);
}
.focus\:text-lime-300\/70:focus {
    color: hsla(82, 85%, 67%, 0.7);
}
.focus\:text-lime-300\/75:focus {
    color: hsla(82, 85%, 67%, 0.75);
}
.focus\:text-lime-300\/80:focus {
    color: hsla(82, 85%, 67%, 0.8);
}
.focus\:text-lime-300\/85:focus {
    color: hsla(82, 85%, 67%, 0.85);
}
.focus\:text-lime-300\/90:focus {
    color: hsla(82, 85%, 67%, 0.9);
}
.focus\:text-lime-300\/95:focus {
    color: hsla(82, 85%, 67%, 0.95);
}
.focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-400\/0:focus {
    color: rgba(163, 230, 53, 0);
}
.focus\:text-lime-400\/10:focus {
    color: rgba(163, 230, 53, 0.1);
}
.focus\:text-lime-400\/100:focus {
    color: #a3e635;
}
.focus\:text-lime-400\/15:focus {
    color: rgba(163, 230, 53, 0.15);
}
.focus\:text-lime-400\/20:focus {
    color: rgba(163, 230, 53, 0.2);
}
.focus\:text-lime-400\/25:focus {
    color: rgba(163, 230, 53, 0.25);
}
.focus\:text-lime-400\/30:focus {
    color: rgba(163, 230, 53, 0.3);
}
.focus\:text-lime-400\/35:focus {
    color: rgba(163, 230, 53, 0.35);
}
.focus\:text-lime-400\/40:focus {
    color: rgba(163, 230, 53, 0.4);
}
.focus\:text-lime-400\/45:focus {
    color: rgba(163, 230, 53, 0.45);
}
.focus\:text-lime-400\/5:focus {
    color: rgba(163, 230, 53, 0.05);
}
.focus\:text-lime-400\/50:focus {
    color: rgba(163, 230, 53, 0.5);
}
.focus\:text-lime-400\/55:focus {
    color: rgba(163, 230, 53, 0.55);
}
.focus\:text-lime-400\/60:focus {
    color: rgba(163, 230, 53, 0.6);
}
.focus\:text-lime-400\/65:focus {
    color: rgba(163, 230, 53, 0.65);
}
.focus\:text-lime-400\/70:focus {
    color: rgba(163, 230, 53, 0.7);
}
.focus\:text-lime-400\/75:focus {
    color: rgba(163, 230, 53, 0.75);
}
.focus\:text-lime-400\/80:focus {
    color: rgba(163, 230, 53, 0.8);
}
.focus\:text-lime-400\/85:focus {
    color: rgba(163, 230, 53, 0.85);
}
.focus\:text-lime-400\/90:focus {
    color: rgba(163, 230, 53, 0.9);
}
.focus\:text-lime-400\/95:focus {
    color: rgba(163, 230, 53, 0.95);
}
.focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-50\/0:focus {
    color: hsla(78, 92%, 95%, 0);
}
.focus\:text-lime-50\/10:focus {
    color: hsla(78, 92%, 95%, 0.1);
}
.focus\:text-lime-50\/100:focus {
    color: #f7fee7;
}
.focus\:text-lime-50\/15:focus {
    color: hsla(78, 92%, 95%, 0.15);
}
.focus\:text-lime-50\/20:focus {
    color: hsla(78, 92%, 95%, 0.2);
}
.focus\:text-lime-50\/25:focus {
    color: hsla(78, 92%, 95%, 0.25);
}
.focus\:text-lime-50\/30:focus {
    color: hsla(78, 92%, 95%, 0.3);
}
.focus\:text-lime-50\/35:focus {
    color: hsla(78, 92%, 95%, 0.35);
}
.focus\:text-lime-50\/40:focus {
    color: hsla(78, 92%, 95%, 0.4);
}
.focus\:text-lime-50\/45:focus {
    color: hsla(78, 92%, 95%, 0.45);
}
.focus\:text-lime-50\/5:focus {
    color: hsla(78, 92%, 95%, 0.05);
}
.focus\:text-lime-50\/50:focus {
    color: hsla(78, 92%, 95%, 0.5);
}
.focus\:text-lime-50\/55:focus {
    color: hsla(78, 92%, 95%, 0.55);
}
.focus\:text-lime-50\/60:focus {
    color: hsla(78, 92%, 95%, 0.6);
}
.focus\:text-lime-50\/65:focus {
    color: hsla(78, 92%, 95%, 0.65);
}
.focus\:text-lime-50\/70:focus {
    color: hsla(78, 92%, 95%, 0.7);
}
.focus\:text-lime-50\/75:focus {
    color: hsla(78, 92%, 95%, 0.75);
}
.focus\:text-lime-50\/80:focus {
    color: hsla(78, 92%, 95%, 0.8);
}
.focus\:text-lime-50\/85:focus {
    color: hsla(78, 92%, 95%, 0.85);
}
.focus\:text-lime-50\/90:focus {
    color: hsla(78, 92%, 95%, 0.9);
}
.focus\:text-lime-50\/95:focus {
    color: hsla(78, 92%, 95%, 0.95);
}
.focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-500\/0:focus {
    color: rgba(132, 204, 22, 0);
}
.focus\:text-lime-500\/10:focus {
    color: rgba(132, 204, 22, 0.1);
}
.focus\:text-lime-500\/100:focus {
    color: #84cc16;
}
.focus\:text-lime-500\/15:focus {
    color: rgba(132, 204, 22, 0.15);
}
.focus\:text-lime-500\/20:focus {
    color: rgba(132, 204, 22, 0.2);
}
.focus\:text-lime-500\/25:focus {
    color: rgba(132, 204, 22, 0.25);
}
.focus\:text-lime-500\/30:focus {
    color: rgba(132, 204, 22, 0.3);
}
.focus\:text-lime-500\/35:focus {
    color: rgba(132, 204, 22, 0.35);
}
.focus\:text-lime-500\/40:focus {
    color: rgba(132, 204, 22, 0.4);
}
.focus\:text-lime-500\/45:focus {
    color: rgba(132, 204, 22, 0.45);
}
.focus\:text-lime-500\/5:focus {
    color: rgba(132, 204, 22, 0.05);
}
.focus\:text-lime-500\/50:focus {
    color: rgba(132, 204, 22, 0.5);
}
.focus\:text-lime-500\/55:focus {
    color: rgba(132, 204, 22, 0.55);
}
.focus\:text-lime-500\/60:focus {
    color: rgba(132, 204, 22, 0.6);
}
.focus\:text-lime-500\/65:focus {
    color: rgba(132, 204, 22, 0.65);
}
.focus\:text-lime-500\/70:focus {
    color: rgba(132, 204, 22, 0.7);
}
.focus\:text-lime-500\/75:focus {
    color: rgba(132, 204, 22, 0.75);
}
.focus\:text-lime-500\/80:focus {
    color: rgba(132, 204, 22, 0.8);
}
.focus\:text-lime-500\/85:focus {
    color: rgba(132, 204, 22, 0.85);
}
.focus\:text-lime-500\/90:focus {
    color: rgba(132, 204, 22, 0.9);
}
.focus\:text-lime-500\/95:focus {
    color: rgba(132, 204, 22, 0.95);
}
.focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-600\/0:focus {
    color: rgba(101, 163, 13, 0);
}
.focus\:text-lime-600\/10:focus {
    color: rgba(101, 163, 13, 0.1);
}
.focus\:text-lime-600\/100:focus {
    color: #65a30d;
}
.focus\:text-lime-600\/15:focus {
    color: rgba(101, 163, 13, 0.15);
}
.focus\:text-lime-600\/20:focus {
    color: rgba(101, 163, 13, 0.2);
}
.focus\:text-lime-600\/25:focus {
    color: rgba(101, 163, 13, 0.25);
}
.focus\:text-lime-600\/30:focus {
    color: rgba(101, 163, 13, 0.3);
}
.focus\:text-lime-600\/35:focus {
    color: rgba(101, 163, 13, 0.35);
}
.focus\:text-lime-600\/40:focus {
    color: rgba(101, 163, 13, 0.4);
}
.focus\:text-lime-600\/45:focus {
    color: rgba(101, 163, 13, 0.45);
}
.focus\:text-lime-600\/5:focus {
    color: rgba(101, 163, 13, 0.05);
}
.focus\:text-lime-600\/50:focus {
    color: rgba(101, 163, 13, 0.5);
}
.focus\:text-lime-600\/55:focus {
    color: rgba(101, 163, 13, 0.55);
}
.focus\:text-lime-600\/60:focus {
    color: rgba(101, 163, 13, 0.6);
}
.focus\:text-lime-600\/65:focus {
    color: rgba(101, 163, 13, 0.65);
}
.focus\:text-lime-600\/70:focus {
    color: rgba(101, 163, 13, 0.7);
}
.focus\:text-lime-600\/75:focus {
    color: rgba(101, 163, 13, 0.75);
}
.focus\:text-lime-600\/80:focus {
    color: rgba(101, 163, 13, 0.8);
}
.focus\:text-lime-600\/85:focus {
    color: rgba(101, 163, 13, 0.85);
}
.focus\:text-lime-600\/90:focus {
    color: rgba(101, 163, 13, 0.9);
}
.focus\:text-lime-600\/95:focus {
    color: rgba(101, 163, 13, 0.95);
}
.focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-700\/0:focus {
    color: rgba(77, 124, 15, 0);
}
.focus\:text-lime-700\/10:focus {
    color: rgba(77, 124, 15, 0.1);
}
.focus\:text-lime-700\/100:focus {
    color: #4d7c0f;
}
.focus\:text-lime-700\/15:focus {
    color: rgba(77, 124, 15, 0.15);
}
.focus\:text-lime-700\/20:focus {
    color: rgba(77, 124, 15, 0.2);
}
.focus\:text-lime-700\/25:focus {
    color: rgba(77, 124, 15, 0.25);
}
.focus\:text-lime-700\/30:focus {
    color: rgba(77, 124, 15, 0.3);
}
.focus\:text-lime-700\/35:focus {
    color: rgba(77, 124, 15, 0.35);
}
.focus\:text-lime-700\/40:focus {
    color: rgba(77, 124, 15, 0.4);
}
.focus\:text-lime-700\/45:focus {
    color: rgba(77, 124, 15, 0.45);
}
.focus\:text-lime-700\/5:focus {
    color: rgba(77, 124, 15, 0.05);
}
.focus\:text-lime-700\/50:focus {
    color: rgba(77, 124, 15, 0.5);
}
.focus\:text-lime-700\/55:focus {
    color: rgba(77, 124, 15, 0.55);
}
.focus\:text-lime-700\/60:focus {
    color: rgba(77, 124, 15, 0.6);
}
.focus\:text-lime-700\/65:focus {
    color: rgba(77, 124, 15, 0.65);
}
.focus\:text-lime-700\/70:focus {
    color: rgba(77, 124, 15, 0.7);
}
.focus\:text-lime-700\/75:focus {
    color: rgba(77, 124, 15, 0.75);
}
.focus\:text-lime-700\/80:focus {
    color: rgba(77, 124, 15, 0.8);
}
.focus\:text-lime-700\/85:focus {
    color: rgba(77, 124, 15, 0.85);
}
.focus\:text-lime-700\/90:focus {
    color: rgba(77, 124, 15, 0.9);
}
.focus\:text-lime-700\/95:focus {
    color: rgba(77, 124, 15, 0.95);
}
.focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-800\/0:focus {
    color: rgba(63, 98, 18, 0);
}
.focus\:text-lime-800\/10:focus {
    color: rgba(63, 98, 18, 0.1);
}
.focus\:text-lime-800\/100:focus {
    color: #3f6212;
}
.focus\:text-lime-800\/15:focus {
    color: rgba(63, 98, 18, 0.15);
}
.focus\:text-lime-800\/20:focus {
    color: rgba(63, 98, 18, 0.2);
}
.focus\:text-lime-800\/25:focus {
    color: rgba(63, 98, 18, 0.25);
}
.focus\:text-lime-800\/30:focus {
    color: rgba(63, 98, 18, 0.3);
}
.focus\:text-lime-800\/35:focus {
    color: rgba(63, 98, 18, 0.35);
}
.focus\:text-lime-800\/40:focus {
    color: rgba(63, 98, 18, 0.4);
}
.focus\:text-lime-800\/45:focus {
    color: rgba(63, 98, 18, 0.45);
}
.focus\:text-lime-800\/5:focus {
    color: rgba(63, 98, 18, 0.05);
}
.focus\:text-lime-800\/50:focus {
    color: rgba(63, 98, 18, 0.5);
}
.focus\:text-lime-800\/55:focus {
    color: rgba(63, 98, 18, 0.55);
}
.focus\:text-lime-800\/60:focus {
    color: rgba(63, 98, 18, 0.6);
}
.focus\:text-lime-800\/65:focus {
    color: rgba(63, 98, 18, 0.65);
}
.focus\:text-lime-800\/70:focus {
    color: rgba(63, 98, 18, 0.7);
}
.focus\:text-lime-800\/75:focus {
    color: rgba(63, 98, 18, 0.75);
}
.focus\:text-lime-800\/80:focus {
    color: rgba(63, 98, 18, 0.8);
}
.focus\:text-lime-800\/85:focus {
    color: rgba(63, 98, 18, 0.85);
}
.focus\:text-lime-800\/90:focus {
    color: rgba(63, 98, 18, 0.9);
}
.focus\:text-lime-800\/95:focus {
    color: rgba(63, 98, 18, 0.95);
}
.focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-900\/0:focus {
    color: rgba(54, 83, 20, 0);
}
.focus\:text-lime-900\/10:focus {
    color: rgba(54, 83, 20, 0.1);
}
.focus\:text-lime-900\/100:focus {
    color: #365314;
}
.focus\:text-lime-900\/15:focus {
    color: rgba(54, 83, 20, 0.15);
}
.focus\:text-lime-900\/20:focus {
    color: rgba(54, 83, 20, 0.2);
}
.focus\:text-lime-900\/25:focus {
    color: rgba(54, 83, 20, 0.25);
}
.focus\:text-lime-900\/30:focus {
    color: rgba(54, 83, 20, 0.3);
}
.focus\:text-lime-900\/35:focus {
    color: rgba(54, 83, 20, 0.35);
}
.focus\:text-lime-900\/40:focus {
    color: rgba(54, 83, 20, 0.4);
}
.focus\:text-lime-900\/45:focus {
    color: rgba(54, 83, 20, 0.45);
}
.focus\:text-lime-900\/5:focus {
    color: rgba(54, 83, 20, 0.05);
}
.focus\:text-lime-900\/50:focus {
    color: rgba(54, 83, 20, 0.5);
}
.focus\:text-lime-900\/55:focus {
    color: rgba(54, 83, 20, 0.55);
}
.focus\:text-lime-900\/60:focus {
    color: rgba(54, 83, 20, 0.6);
}
.focus\:text-lime-900\/65:focus {
    color: rgba(54, 83, 20, 0.65);
}
.focus\:text-lime-900\/70:focus {
    color: rgba(54, 83, 20, 0.7);
}
.focus\:text-lime-900\/75:focus {
    color: rgba(54, 83, 20, 0.75);
}
.focus\:text-lime-900\/80:focus {
    color: rgba(54, 83, 20, 0.8);
}
.focus\:text-lime-900\/85:focus {
    color: rgba(54, 83, 20, 0.85);
}
.focus\:text-lime-900\/90:focus {
    color: rgba(54, 83, 20, 0.9);
}
.focus\:text-lime-900\/95:focus {
    color: rgba(54, 83, 20, 0.95);
}
.focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-100\/0:focus {
    color: hsla(0, 0%, 96%, 0);
}
.focus\:text-neutral-100\/10:focus {
    color: hsla(0, 0%, 96%, 0.1);
}
.focus\:text-neutral-100\/100:focus {
    color: #f5f5f5;
}
.focus\:text-neutral-100\/15:focus {
    color: hsla(0, 0%, 96%, 0.15);
}
.focus\:text-neutral-100\/20:focus {
    color: hsla(0, 0%, 96%, 0.2);
}
.focus\:text-neutral-100\/25:focus {
    color: hsla(0, 0%, 96%, 0.25);
}
.focus\:text-neutral-100\/30:focus {
    color: hsla(0, 0%, 96%, 0.3);
}
.focus\:text-neutral-100\/35:focus {
    color: hsla(0, 0%, 96%, 0.35);
}
.focus\:text-neutral-100\/40:focus {
    color: hsla(0, 0%, 96%, 0.4);
}
.focus\:text-neutral-100\/45:focus {
    color: hsla(0, 0%, 96%, 0.45);
}
.focus\:text-neutral-100\/5:focus {
    color: hsla(0, 0%, 96%, 0.05);
}
.focus\:text-neutral-100\/50:focus {
    color: hsla(0, 0%, 96%, 0.5);
}
.focus\:text-neutral-100\/55:focus {
    color: hsla(0, 0%, 96%, 0.55);
}
.focus\:text-neutral-100\/60:focus {
    color: hsla(0, 0%, 96%, 0.6);
}
.focus\:text-neutral-100\/65:focus {
    color: hsla(0, 0%, 96%, 0.65);
}
.focus\:text-neutral-100\/70:focus {
    color: hsla(0, 0%, 96%, 0.7);
}
.focus\:text-neutral-100\/75:focus {
    color: hsla(0, 0%, 96%, 0.75);
}
.focus\:text-neutral-100\/80:focus {
    color: hsla(0, 0%, 96%, 0.8);
}
.focus\:text-neutral-100\/85:focus {
    color: hsla(0, 0%, 96%, 0.85);
}
.focus\:text-neutral-100\/90:focus {
    color: hsla(0, 0%, 96%, 0.9);
}
.focus\:text-neutral-100\/95:focus {
    color: hsla(0, 0%, 96%, 0.95);
}
.focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-200\/0:focus {
    color: hsla(0, 0%, 90%, 0);
}
.focus\:text-neutral-200\/10:focus {
    color: hsla(0, 0%, 90%, 0.1);
}
.focus\:text-neutral-200\/100:focus {
    color: #e5e5e5;
}
.focus\:text-neutral-200\/15:focus {
    color: hsla(0, 0%, 90%, 0.15);
}
.focus\:text-neutral-200\/20:focus {
    color: hsla(0, 0%, 90%, 0.2);
}
.focus\:text-neutral-200\/25:focus {
    color: hsla(0, 0%, 90%, 0.25);
}
.focus\:text-neutral-200\/30:focus {
    color: hsla(0, 0%, 90%, 0.3);
}
.focus\:text-neutral-200\/35:focus {
    color: hsla(0, 0%, 90%, 0.35);
}
.focus\:text-neutral-200\/40:focus {
    color: hsla(0, 0%, 90%, 0.4);
}
.focus\:text-neutral-200\/45:focus {
    color: hsla(0, 0%, 90%, 0.45);
}
.focus\:text-neutral-200\/5:focus {
    color: hsla(0, 0%, 90%, 0.05);
}
.focus\:text-neutral-200\/50:focus {
    color: hsla(0, 0%, 90%, 0.5);
}
.focus\:text-neutral-200\/55:focus {
    color: hsla(0, 0%, 90%, 0.55);
}
.focus\:text-neutral-200\/60:focus {
    color: hsla(0, 0%, 90%, 0.6);
}
.focus\:text-neutral-200\/65:focus {
    color: hsla(0, 0%, 90%, 0.65);
}
.focus\:text-neutral-200\/70:focus {
    color: hsla(0, 0%, 90%, 0.7);
}
.focus\:text-neutral-200\/75:focus {
    color: hsla(0, 0%, 90%, 0.75);
}
.focus\:text-neutral-200\/80:focus {
    color: hsla(0, 0%, 90%, 0.8);
}
.focus\:text-neutral-200\/85:focus {
    color: hsla(0, 0%, 90%, 0.85);
}
.focus\:text-neutral-200\/90:focus {
    color: hsla(0, 0%, 90%, 0.9);
}
.focus\:text-neutral-200\/95:focus {
    color: hsla(0, 0%, 90%, 0.95);
}
.focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-300\/0:focus {
    color: hsla(0, 0%, 83%, 0);
}
.focus\:text-neutral-300\/10:focus {
    color: hsla(0, 0%, 83%, 0.1);
}
.focus\:text-neutral-300\/100:focus {
    color: #d4d4d4;
}
.focus\:text-neutral-300\/15:focus {
    color: hsla(0, 0%, 83%, 0.15);
}
.focus\:text-neutral-300\/20:focus {
    color: hsla(0, 0%, 83%, 0.2);
}
.focus\:text-neutral-300\/25:focus {
    color: hsla(0, 0%, 83%, 0.25);
}
.focus\:text-neutral-300\/30:focus {
    color: hsla(0, 0%, 83%, 0.3);
}
.focus\:text-neutral-300\/35:focus {
    color: hsla(0, 0%, 83%, 0.35);
}
.focus\:text-neutral-300\/40:focus {
    color: hsla(0, 0%, 83%, 0.4);
}
.focus\:text-neutral-300\/45:focus {
    color: hsla(0, 0%, 83%, 0.45);
}
.focus\:text-neutral-300\/5:focus {
    color: hsla(0, 0%, 83%, 0.05);
}
.focus\:text-neutral-300\/50:focus {
    color: hsla(0, 0%, 83%, 0.5);
}
.focus\:text-neutral-300\/55:focus {
    color: hsla(0, 0%, 83%, 0.55);
}
.focus\:text-neutral-300\/60:focus {
    color: hsla(0, 0%, 83%, 0.6);
}
.focus\:text-neutral-300\/65:focus {
    color: hsla(0, 0%, 83%, 0.65);
}
.focus\:text-neutral-300\/70:focus {
    color: hsla(0, 0%, 83%, 0.7);
}
.focus\:text-neutral-300\/75:focus {
    color: hsla(0, 0%, 83%, 0.75);
}
.focus\:text-neutral-300\/80:focus {
    color: hsla(0, 0%, 83%, 0.8);
}
.focus\:text-neutral-300\/85:focus {
    color: hsla(0, 0%, 83%, 0.85);
}
.focus\:text-neutral-300\/90:focus {
    color: hsla(0, 0%, 83%, 0.9);
}
.focus\:text-neutral-300\/95:focus {
    color: hsla(0, 0%, 83%, 0.95);
}
.focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-400\/0:focus {
    color: hsla(0, 0%, 64%, 0);
}
.focus\:text-neutral-400\/10:focus {
    color: hsla(0, 0%, 64%, 0.1);
}
.focus\:text-neutral-400\/100:focus {
    color: #a3a3a3;
}
.focus\:text-neutral-400\/15:focus {
    color: hsla(0, 0%, 64%, 0.15);
}
.focus\:text-neutral-400\/20:focus {
    color: hsla(0, 0%, 64%, 0.2);
}
.focus\:text-neutral-400\/25:focus {
    color: hsla(0, 0%, 64%, 0.25);
}
.focus\:text-neutral-400\/30:focus {
    color: hsla(0, 0%, 64%, 0.3);
}
.focus\:text-neutral-400\/35:focus {
    color: hsla(0, 0%, 64%, 0.35);
}
.focus\:text-neutral-400\/40:focus {
    color: hsla(0, 0%, 64%, 0.4);
}
.focus\:text-neutral-400\/45:focus {
    color: hsla(0, 0%, 64%, 0.45);
}
.focus\:text-neutral-400\/5:focus {
    color: hsla(0, 0%, 64%, 0.05);
}
.focus\:text-neutral-400\/50:focus {
    color: hsla(0, 0%, 64%, 0.5);
}
.focus\:text-neutral-400\/55:focus {
    color: hsla(0, 0%, 64%, 0.55);
}
.focus\:text-neutral-400\/60:focus {
    color: hsla(0, 0%, 64%, 0.6);
}
.focus\:text-neutral-400\/65:focus {
    color: hsla(0, 0%, 64%, 0.65);
}
.focus\:text-neutral-400\/70:focus {
    color: hsla(0, 0%, 64%, 0.7);
}
.focus\:text-neutral-400\/75:focus {
    color: hsla(0, 0%, 64%, 0.75);
}
.focus\:text-neutral-400\/80:focus {
    color: hsla(0, 0%, 64%, 0.8);
}
.focus\:text-neutral-400\/85:focus {
    color: hsla(0, 0%, 64%, 0.85);
}
.focus\:text-neutral-400\/90:focus {
    color: hsla(0, 0%, 64%, 0.9);
}
.focus\:text-neutral-400\/95:focus {
    color: hsla(0, 0%, 64%, 0.95);
}
.focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-50\/0:focus {
    color: hsla(0, 0%, 98%, 0);
}
.focus\:text-neutral-50\/10:focus {
    color: hsla(0, 0%, 98%, 0.1);
}
.focus\:text-neutral-50\/100:focus {
    color: #fafafa;
}
.focus\:text-neutral-50\/15:focus {
    color: hsla(0, 0%, 98%, 0.15);
}
.focus\:text-neutral-50\/20:focus {
    color: hsla(0, 0%, 98%, 0.2);
}
.focus\:text-neutral-50\/25:focus {
    color: hsla(0, 0%, 98%, 0.25);
}
.focus\:text-neutral-50\/30:focus {
    color: hsla(0, 0%, 98%, 0.3);
}
.focus\:text-neutral-50\/35:focus {
    color: hsla(0, 0%, 98%, 0.35);
}
.focus\:text-neutral-50\/40:focus {
    color: hsla(0, 0%, 98%, 0.4);
}
.focus\:text-neutral-50\/45:focus {
    color: hsla(0, 0%, 98%, 0.45);
}
.focus\:text-neutral-50\/5:focus {
    color: hsla(0, 0%, 98%, 0.05);
}
.focus\:text-neutral-50\/50:focus {
    color: hsla(0, 0%, 98%, 0.5);
}
.focus\:text-neutral-50\/55:focus {
    color: hsla(0, 0%, 98%, 0.55);
}
.focus\:text-neutral-50\/60:focus {
    color: hsla(0, 0%, 98%, 0.6);
}
.focus\:text-neutral-50\/65:focus {
    color: hsla(0, 0%, 98%, 0.65);
}
.focus\:text-neutral-50\/70:focus {
    color: hsla(0, 0%, 98%, 0.7);
}
.focus\:text-neutral-50\/75:focus {
    color: hsla(0, 0%, 98%, 0.75);
}
.focus\:text-neutral-50\/80:focus {
    color: hsla(0, 0%, 98%, 0.8);
}
.focus\:text-neutral-50\/85:focus {
    color: hsla(0, 0%, 98%, 0.85);
}
.focus\:text-neutral-50\/90:focus {
    color: hsla(0, 0%, 98%, 0.9);
}
.focus\:text-neutral-50\/95:focus {
    color: hsla(0, 0%, 98%, 0.95);
}
.focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-500\/0:focus {
    color: hsla(0, 0%, 45%, 0);
}
.focus\:text-neutral-500\/10:focus {
    color: hsla(0, 0%, 45%, 0.1);
}
.focus\:text-neutral-500\/100:focus {
    color: #737373;
}
.focus\:text-neutral-500\/15:focus {
    color: hsla(0, 0%, 45%, 0.15);
}
.focus\:text-neutral-500\/20:focus {
    color: hsla(0, 0%, 45%, 0.2);
}
.focus\:text-neutral-500\/25:focus {
    color: hsla(0, 0%, 45%, 0.25);
}
.focus\:text-neutral-500\/30:focus {
    color: hsla(0, 0%, 45%, 0.3);
}
.focus\:text-neutral-500\/35:focus {
    color: hsla(0, 0%, 45%, 0.35);
}
.focus\:text-neutral-500\/40:focus {
    color: hsla(0, 0%, 45%, 0.4);
}
.focus\:text-neutral-500\/45:focus {
    color: hsla(0, 0%, 45%, 0.45);
}
.focus\:text-neutral-500\/5:focus {
    color: hsla(0, 0%, 45%, 0.05);
}
.focus\:text-neutral-500\/50:focus {
    color: hsla(0, 0%, 45%, 0.5);
}
.focus\:text-neutral-500\/55:focus {
    color: hsla(0, 0%, 45%, 0.55);
}
.focus\:text-neutral-500\/60:focus {
    color: hsla(0, 0%, 45%, 0.6);
}
.focus\:text-neutral-500\/65:focus {
    color: hsla(0, 0%, 45%, 0.65);
}
.focus\:text-neutral-500\/70:focus {
    color: hsla(0, 0%, 45%, 0.7);
}
.focus\:text-neutral-500\/75:focus {
    color: hsla(0, 0%, 45%, 0.75);
}
.focus\:text-neutral-500\/80:focus {
    color: hsla(0, 0%, 45%, 0.8);
}
.focus\:text-neutral-500\/85:focus {
    color: hsla(0, 0%, 45%, 0.85);
}
.focus\:text-neutral-500\/90:focus {
    color: hsla(0, 0%, 45%, 0.9);
}
.focus\:text-neutral-500\/95:focus {
    color: hsla(0, 0%, 45%, 0.95);
}
.focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-600\/0:focus {
    color: rgba(82, 82, 82, 0);
}
.focus\:text-neutral-600\/10:focus {
    color: rgba(82, 82, 82, 0.1);
}
.focus\:text-neutral-600\/100:focus {
    color: #525252;
}
.focus\:text-neutral-600\/15:focus {
    color: rgba(82, 82, 82, 0.15);
}
.focus\:text-neutral-600\/20:focus {
    color: rgba(82, 82, 82, 0.2);
}
.focus\:text-neutral-600\/25:focus {
    color: rgba(82, 82, 82, 0.25);
}
.focus\:text-neutral-600\/30:focus {
    color: rgba(82, 82, 82, 0.3);
}
.focus\:text-neutral-600\/35:focus {
    color: rgba(82, 82, 82, 0.35);
}
.focus\:text-neutral-600\/40:focus {
    color: rgba(82, 82, 82, 0.4);
}
.focus\:text-neutral-600\/45:focus {
    color: rgba(82, 82, 82, 0.45);
}
.focus\:text-neutral-600\/5:focus {
    color: rgba(82, 82, 82, 0.05);
}
.focus\:text-neutral-600\/50:focus {
    color: rgba(82, 82, 82, 0.5);
}
.focus\:text-neutral-600\/55:focus {
    color: rgba(82, 82, 82, 0.55);
}
.focus\:text-neutral-600\/60:focus {
    color: rgba(82, 82, 82, 0.6);
}
.focus\:text-neutral-600\/65:focus {
    color: rgba(82, 82, 82, 0.65);
}
.focus\:text-neutral-600\/70:focus {
    color: rgba(82, 82, 82, 0.7);
}
.focus\:text-neutral-600\/75:focus {
    color: rgba(82, 82, 82, 0.75);
}
.focus\:text-neutral-600\/80:focus {
    color: rgba(82, 82, 82, 0.8);
}
.focus\:text-neutral-600\/85:focus {
    color: rgba(82, 82, 82, 0.85);
}
.focus\:text-neutral-600\/90:focus {
    color: rgba(82, 82, 82, 0.9);
}
.focus\:text-neutral-600\/95:focus {
    color: rgba(82, 82, 82, 0.95);
}
.focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-700\/0:focus {
    color: rgba(64, 64, 64, 0);
}
.focus\:text-neutral-700\/10:focus {
    color: rgba(64, 64, 64, 0.1);
}
.focus\:text-neutral-700\/100:focus {
    color: #404040;
}
.focus\:text-neutral-700\/15:focus {
    color: rgba(64, 64, 64, 0.15);
}
.focus\:text-neutral-700\/20:focus {
    color: rgba(64, 64, 64, 0.2);
}
.focus\:text-neutral-700\/25:focus {
    color: rgba(64, 64, 64, 0.25);
}
.focus\:text-neutral-700\/30:focus {
    color: rgba(64, 64, 64, 0.3);
}
.focus\:text-neutral-700\/35:focus {
    color: rgba(64, 64, 64, 0.35);
}
.focus\:text-neutral-700\/40:focus {
    color: rgba(64, 64, 64, 0.4);
}
.focus\:text-neutral-700\/45:focus {
    color: rgba(64, 64, 64, 0.45);
}
.focus\:text-neutral-700\/5:focus {
    color: rgba(64, 64, 64, 0.05);
}
.focus\:text-neutral-700\/50:focus {
    color: rgba(64, 64, 64, 0.5);
}
.focus\:text-neutral-700\/55:focus {
    color: rgba(64, 64, 64, 0.55);
}
.focus\:text-neutral-700\/60:focus {
    color: rgba(64, 64, 64, 0.6);
}
.focus\:text-neutral-700\/65:focus {
    color: rgba(64, 64, 64, 0.65);
}
.focus\:text-neutral-700\/70:focus {
    color: rgba(64, 64, 64, 0.7);
}
.focus\:text-neutral-700\/75:focus {
    color: rgba(64, 64, 64, 0.75);
}
.focus\:text-neutral-700\/80:focus {
    color: rgba(64, 64, 64, 0.8);
}
.focus\:text-neutral-700\/85:focus {
    color: rgba(64, 64, 64, 0.85);
}
.focus\:text-neutral-700\/90:focus {
    color: rgba(64, 64, 64, 0.9);
}
.focus\:text-neutral-700\/95:focus {
    color: rgba(64, 64, 64, 0.95);
}
.focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-800\/0:focus {
    color: rgba(38, 38, 38, 0);
}
.focus\:text-neutral-800\/10:focus {
    color: rgba(38, 38, 38, 0.1);
}
.focus\:text-neutral-800\/100:focus {
    color: #262626;
}
.focus\:text-neutral-800\/15:focus {
    color: rgba(38, 38, 38, 0.15);
}
.focus\:text-neutral-800\/20:focus {
    color: rgba(38, 38, 38, 0.2);
}
.focus\:text-neutral-800\/25:focus {
    color: rgba(38, 38, 38, 0.25);
}
.focus\:text-neutral-800\/30:focus {
    color: rgba(38, 38, 38, 0.3);
}
.focus\:text-neutral-800\/35:focus {
    color: rgba(38, 38, 38, 0.35);
}
.focus\:text-neutral-800\/40:focus {
    color: rgba(38, 38, 38, 0.4);
}
.focus\:text-neutral-800\/45:focus {
    color: rgba(38, 38, 38, 0.45);
}
.focus\:text-neutral-800\/5:focus {
    color: rgba(38, 38, 38, 0.05);
}
.focus\:text-neutral-800\/50:focus {
    color: rgba(38, 38, 38, 0.5);
}
.focus\:text-neutral-800\/55:focus {
    color: rgba(38, 38, 38, 0.55);
}
.focus\:text-neutral-800\/60:focus {
    color: rgba(38, 38, 38, 0.6);
}
.focus\:text-neutral-800\/65:focus {
    color: rgba(38, 38, 38, 0.65);
}
.focus\:text-neutral-800\/70:focus {
    color: rgba(38, 38, 38, 0.7);
}
.focus\:text-neutral-800\/75:focus {
    color: rgba(38, 38, 38, 0.75);
}
.focus\:text-neutral-800\/80:focus {
    color: rgba(38, 38, 38, 0.8);
}
.focus\:text-neutral-800\/85:focus {
    color: rgba(38, 38, 38, 0.85);
}
.focus\:text-neutral-800\/90:focus {
    color: rgba(38, 38, 38, 0.9);
}
.focus\:text-neutral-800\/95:focus {
    color: rgba(38, 38, 38, 0.95);
}
.focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-900\/0:focus {
    color: hsla(0, 0%, 9%, 0);
}
.focus\:text-neutral-900\/10:focus {
    color: hsla(0, 0%, 9%, 0.1);
}
.focus\:text-neutral-900\/100:focus {
    color: #171717;
}
.focus\:text-neutral-900\/15:focus {
    color: hsla(0, 0%, 9%, 0.15);
}
.focus\:text-neutral-900\/20:focus {
    color: hsla(0, 0%, 9%, 0.2);
}
.focus\:text-neutral-900\/25:focus {
    color: hsla(0, 0%, 9%, 0.25);
}
.focus\:text-neutral-900\/30:focus {
    color: hsla(0, 0%, 9%, 0.3);
}
.focus\:text-neutral-900\/35:focus {
    color: hsla(0, 0%, 9%, 0.35);
}
.focus\:text-neutral-900\/40:focus {
    color: hsla(0, 0%, 9%, 0.4);
}
.focus\:text-neutral-900\/45:focus {
    color: hsla(0, 0%, 9%, 0.45);
}
.focus\:text-neutral-900\/5:focus {
    color: hsla(0, 0%, 9%, 0.05);
}
.focus\:text-neutral-900\/50:focus {
    color: hsla(0, 0%, 9%, 0.5);
}
.focus\:text-neutral-900\/55:focus {
    color: hsla(0, 0%, 9%, 0.55);
}
.focus\:text-neutral-900\/60:focus {
    color: hsla(0, 0%, 9%, 0.6);
}
.focus\:text-neutral-900\/65:focus {
    color: hsla(0, 0%, 9%, 0.65);
}
.focus\:text-neutral-900\/70:focus {
    color: hsla(0, 0%, 9%, 0.7);
}
.focus\:text-neutral-900\/75:focus {
    color: hsla(0, 0%, 9%, 0.75);
}
.focus\:text-neutral-900\/80:focus {
    color: hsla(0, 0%, 9%, 0.8);
}
.focus\:text-neutral-900\/85:focus {
    color: hsla(0, 0%, 9%, 0.85);
}
.focus\:text-neutral-900\/90:focus {
    color: hsla(0, 0%, 9%, 0.9);
}
.focus\:text-neutral-900\/95:focus {
    color: hsla(0, 0%, 9%, 0.95);
}
.focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-100\/0:focus {
    color: rgba(255, 237, 213, 0);
}
.focus\:text-orange-100\/10:focus {
    color: rgba(255, 237, 213, 0.1);
}
.focus\:text-orange-100\/100:focus {
    color: #ffedd5;
}
.focus\:text-orange-100\/15:focus {
    color: rgba(255, 237, 213, 0.15);
}
.focus\:text-orange-100\/20:focus {
    color: rgba(255, 237, 213, 0.2);
}
.focus\:text-orange-100\/25:focus {
    color: rgba(255, 237, 213, 0.25);
}
.focus\:text-orange-100\/30:focus {
    color: rgba(255, 237, 213, 0.3);
}
.focus\:text-orange-100\/35:focus {
    color: rgba(255, 237, 213, 0.35);
}
.focus\:text-orange-100\/40:focus {
    color: rgba(255, 237, 213, 0.4);
}
.focus\:text-orange-100\/45:focus {
    color: rgba(255, 237, 213, 0.45);
}
.focus\:text-orange-100\/5:focus {
    color: rgba(255, 237, 213, 0.05);
}
.focus\:text-orange-100\/50:focus {
    color: rgba(255, 237, 213, 0.5);
}
.focus\:text-orange-100\/55:focus {
    color: rgba(255, 237, 213, 0.55);
}
.focus\:text-orange-100\/60:focus {
    color: rgba(255, 237, 213, 0.6);
}
.focus\:text-orange-100\/65:focus {
    color: rgba(255, 237, 213, 0.65);
}
.focus\:text-orange-100\/70:focus {
    color: rgba(255, 237, 213, 0.7);
}
.focus\:text-orange-100\/75:focus {
    color: rgba(255, 237, 213, 0.75);
}
.focus\:text-orange-100\/80:focus {
    color: rgba(255, 237, 213, 0.8);
}
.focus\:text-orange-100\/85:focus {
    color: rgba(255, 237, 213, 0.85);
}
.focus\:text-orange-100\/90:focus {
    color: rgba(255, 237, 213, 0.9);
}
.focus\:text-orange-100\/95:focus {
    color: rgba(255, 237, 213, 0.95);
}
.focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-200\/0:focus {
    color: hsla(32, 98%, 83%, 0);
}
.focus\:text-orange-200\/10:focus {
    color: hsla(32, 98%, 83%, 0.1);
}
.focus\:text-orange-200\/100:focus {
    color: #fed7aa;
}
.focus\:text-orange-200\/15:focus {
    color: hsla(32, 98%, 83%, 0.15);
}
.focus\:text-orange-200\/20:focus {
    color: hsla(32, 98%, 83%, 0.2);
}
.focus\:text-orange-200\/25:focus {
    color: hsla(32, 98%, 83%, 0.25);
}
.focus\:text-orange-200\/30:focus {
    color: hsla(32, 98%, 83%, 0.3);
}
.focus\:text-orange-200\/35:focus {
    color: hsla(32, 98%, 83%, 0.35);
}
.focus\:text-orange-200\/40:focus {
    color: hsla(32, 98%, 83%, 0.4);
}
.focus\:text-orange-200\/45:focus {
    color: hsla(32, 98%, 83%, 0.45);
}
.focus\:text-orange-200\/5:focus {
    color: hsla(32, 98%, 83%, 0.05);
}
.focus\:text-orange-200\/50:focus {
    color: hsla(32, 98%, 83%, 0.5);
}
.focus\:text-orange-200\/55:focus {
    color: hsla(32, 98%, 83%, 0.55);
}
.focus\:text-orange-200\/60:focus {
    color: hsla(32, 98%, 83%, 0.6);
}
.focus\:text-orange-200\/65:focus {
    color: hsla(32, 98%, 83%, 0.65);
}
.focus\:text-orange-200\/70:focus {
    color: hsla(32, 98%, 83%, 0.7);
}
.focus\:text-orange-200\/75:focus {
    color: hsla(32, 98%, 83%, 0.75);
}
.focus\:text-orange-200\/80:focus {
    color: hsla(32, 98%, 83%, 0.8);
}
.focus\:text-orange-200\/85:focus {
    color: hsla(32, 98%, 83%, 0.85);
}
.focus\:text-orange-200\/90:focus {
    color: hsla(32, 98%, 83%, 0.9);
}
.focus\:text-orange-200\/95:focus {
    color: hsla(32, 98%, 83%, 0.95);
}
.focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-300\/0:focus {
    color: hsla(31, 97%, 72%, 0);
}
.focus\:text-orange-300\/10:focus {
    color: hsla(31, 97%, 72%, 0.1);
}
.focus\:text-orange-300\/100:focus {
    color: #fdba74;
}
.focus\:text-orange-300\/15:focus {
    color: hsla(31, 97%, 72%, 0.15);
}
.focus\:text-orange-300\/20:focus {
    color: hsla(31, 97%, 72%, 0.2);
}
.focus\:text-orange-300\/25:focus {
    color: hsla(31, 97%, 72%, 0.25);
}
.focus\:text-orange-300\/30:focus {
    color: hsla(31, 97%, 72%, 0.3);
}
.focus\:text-orange-300\/35:focus {
    color: hsla(31, 97%, 72%, 0.35);
}
.focus\:text-orange-300\/40:focus {
    color: hsla(31, 97%, 72%, 0.4);
}
.focus\:text-orange-300\/45:focus {
    color: hsla(31, 97%, 72%, 0.45);
}
.focus\:text-orange-300\/5:focus {
    color: hsla(31, 97%, 72%, 0.05);
}
.focus\:text-orange-300\/50:focus {
    color: hsla(31, 97%, 72%, 0.5);
}
.focus\:text-orange-300\/55:focus {
    color: hsla(31, 97%, 72%, 0.55);
}
.focus\:text-orange-300\/60:focus {
    color: hsla(31, 97%, 72%, 0.6);
}
.focus\:text-orange-300\/65:focus {
    color: hsla(31, 97%, 72%, 0.65);
}
.focus\:text-orange-300\/70:focus {
    color: hsla(31, 97%, 72%, 0.7);
}
.focus\:text-orange-300\/75:focus {
    color: hsla(31, 97%, 72%, 0.75);
}
.focus\:text-orange-300\/80:focus {
    color: hsla(31, 97%, 72%, 0.8);
}
.focus\:text-orange-300\/85:focus {
    color: hsla(31, 97%, 72%, 0.85);
}
.focus\:text-orange-300\/90:focus {
    color: hsla(31, 97%, 72%, 0.9);
}
.focus\:text-orange-300\/95:focus {
    color: hsla(31, 97%, 72%, 0.95);
}
.focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-400\/0:focus {
    color: rgba(251, 146, 60, 0);
}
.focus\:text-orange-400\/10:focus {
    color: rgba(251, 146, 60, 0.1);
}
.focus\:text-orange-400\/100:focus {
    color: #fb923c;
}
.focus\:text-orange-400\/15:focus {
    color: rgba(251, 146, 60, 0.15);
}
.focus\:text-orange-400\/20:focus {
    color: rgba(251, 146, 60, 0.2);
}
.focus\:text-orange-400\/25:focus {
    color: rgba(251, 146, 60, 0.25);
}
.focus\:text-orange-400\/30:focus {
    color: rgba(251, 146, 60, 0.3);
}
.focus\:text-orange-400\/35:focus {
    color: rgba(251, 146, 60, 0.35);
}
.focus\:text-orange-400\/40:focus {
    color: rgba(251, 146, 60, 0.4);
}
.focus\:text-orange-400\/45:focus {
    color: rgba(251, 146, 60, 0.45);
}
.focus\:text-orange-400\/5:focus {
    color: rgba(251, 146, 60, 0.05);
}
.focus\:text-orange-400\/50:focus {
    color: rgba(251, 146, 60, 0.5);
}
.focus\:text-orange-400\/55:focus {
    color: rgba(251, 146, 60, 0.55);
}
.focus\:text-orange-400\/60:focus {
    color: rgba(251, 146, 60, 0.6);
}
.focus\:text-orange-400\/65:focus {
    color: rgba(251, 146, 60, 0.65);
}
.focus\:text-orange-400\/70:focus {
    color: rgba(251, 146, 60, 0.7);
}
.focus\:text-orange-400\/75:focus {
    color: rgba(251, 146, 60, 0.75);
}
.focus\:text-orange-400\/80:focus {
    color: rgba(251, 146, 60, 0.8);
}
.focus\:text-orange-400\/85:focus {
    color: rgba(251, 146, 60, 0.85);
}
.focus\:text-orange-400\/90:focus {
    color: rgba(251, 146, 60, 0.9);
}
.focus\:text-orange-400\/95:focus {
    color: rgba(251, 146, 60, 0.95);
}
.focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-50\/0:focus {
    color: rgba(255, 247, 237, 0);
}
.focus\:text-orange-50\/10:focus {
    color: rgba(255, 247, 237, 0.1);
}
.focus\:text-orange-50\/100:focus {
    color: #fff7ed;
}
.focus\:text-orange-50\/15:focus {
    color: rgba(255, 247, 237, 0.15);
}
.focus\:text-orange-50\/20:focus {
    color: rgba(255, 247, 237, 0.2);
}
.focus\:text-orange-50\/25:focus {
    color: rgba(255, 247, 237, 0.25);
}
.focus\:text-orange-50\/30:focus {
    color: rgba(255, 247, 237, 0.3);
}
.focus\:text-orange-50\/35:focus {
    color: rgba(255, 247, 237, 0.35);
}
.focus\:text-orange-50\/40:focus {
    color: rgba(255, 247, 237, 0.4);
}
.focus\:text-orange-50\/45:focus {
    color: rgba(255, 247, 237, 0.45);
}
.focus\:text-orange-50\/5:focus {
    color: rgba(255, 247, 237, 0.05);
}
.focus\:text-orange-50\/50:focus {
    color: rgba(255, 247, 237, 0.5);
}
.focus\:text-orange-50\/55:focus {
    color: rgba(255, 247, 237, 0.55);
}
.focus\:text-orange-50\/60:focus {
    color: rgba(255, 247, 237, 0.6);
}
.focus\:text-orange-50\/65:focus {
    color: rgba(255, 247, 237, 0.65);
}
.focus\:text-orange-50\/70:focus {
    color: rgba(255, 247, 237, 0.7);
}
.focus\:text-orange-50\/75:focus {
    color: rgba(255, 247, 237, 0.75);
}
.focus\:text-orange-50\/80:focus {
    color: rgba(255, 247, 237, 0.8);
}
.focus\:text-orange-50\/85:focus {
    color: rgba(255, 247, 237, 0.85);
}
.focus\:text-orange-50\/90:focus {
    color: rgba(255, 247, 237, 0.9);
}
.focus\:text-orange-50\/95:focus {
    color: rgba(255, 247, 237, 0.95);
}
.focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-500\/0:focus {
    color: rgba(249, 115, 22, 0);
}
.focus\:text-orange-500\/10:focus {
    color: rgba(249, 115, 22, 0.1);
}
.focus\:text-orange-500\/100:focus {
    color: #f97316;
}
.focus\:text-orange-500\/15:focus {
    color: rgba(249, 115, 22, 0.15);
}
.focus\:text-orange-500\/20:focus {
    color: rgba(249, 115, 22, 0.2);
}
.focus\:text-orange-500\/25:focus {
    color: rgba(249, 115, 22, 0.25);
}
.focus\:text-orange-500\/30:focus {
    color: rgba(249, 115, 22, 0.3);
}
.focus\:text-orange-500\/35:focus {
    color: rgba(249, 115, 22, 0.35);
}
.focus\:text-orange-500\/40:focus {
    color: rgba(249, 115, 22, 0.4);
}
.focus\:text-orange-500\/45:focus {
    color: rgba(249, 115, 22, 0.45);
}
.focus\:text-orange-500\/5:focus {
    color: rgba(249, 115, 22, 0.05);
}
.focus\:text-orange-500\/50:focus {
    color: rgba(249, 115, 22, 0.5);
}
.focus\:text-orange-500\/55:focus {
    color: rgba(249, 115, 22, 0.55);
}
.focus\:text-orange-500\/60:focus {
    color: rgba(249, 115, 22, 0.6);
}
.focus\:text-orange-500\/65:focus {
    color: rgba(249, 115, 22, 0.65);
}
.focus\:text-orange-500\/70:focus {
    color: rgba(249, 115, 22, 0.7);
}
.focus\:text-orange-500\/75:focus {
    color: rgba(249, 115, 22, 0.75);
}
.focus\:text-orange-500\/80:focus {
    color: rgba(249, 115, 22, 0.8);
}
.focus\:text-orange-500\/85:focus {
    color: rgba(249, 115, 22, 0.85);
}
.focus\:text-orange-500\/90:focus {
    color: rgba(249, 115, 22, 0.9);
}
.focus\:text-orange-500\/95:focus {
    color: rgba(249, 115, 22, 0.95);
}
.focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-600\/0:focus {
    color: rgba(234, 88, 12, 0);
}
.focus\:text-orange-600\/10:focus {
    color: rgba(234, 88, 12, 0.1);
}
.focus\:text-orange-600\/100:focus {
    color: #ea580c;
}
.focus\:text-orange-600\/15:focus {
    color: rgba(234, 88, 12, 0.15);
}
.focus\:text-orange-600\/20:focus {
    color: rgba(234, 88, 12, 0.2);
}
.focus\:text-orange-600\/25:focus {
    color: rgba(234, 88, 12, 0.25);
}
.focus\:text-orange-600\/30:focus {
    color: rgba(234, 88, 12, 0.3);
}
.focus\:text-orange-600\/35:focus {
    color: rgba(234, 88, 12, 0.35);
}
.focus\:text-orange-600\/40:focus {
    color: rgba(234, 88, 12, 0.4);
}
.focus\:text-orange-600\/45:focus {
    color: rgba(234, 88, 12, 0.45);
}
.focus\:text-orange-600\/5:focus {
    color: rgba(234, 88, 12, 0.05);
}
.focus\:text-orange-600\/50:focus {
    color: rgba(234, 88, 12, 0.5);
}
.focus\:text-orange-600\/55:focus {
    color: rgba(234, 88, 12, 0.55);
}
.focus\:text-orange-600\/60:focus {
    color: rgba(234, 88, 12, 0.6);
}
.focus\:text-orange-600\/65:focus {
    color: rgba(234, 88, 12, 0.65);
}
.focus\:text-orange-600\/70:focus {
    color: rgba(234, 88, 12, 0.7);
}
.focus\:text-orange-600\/75:focus {
    color: rgba(234, 88, 12, 0.75);
}
.focus\:text-orange-600\/80:focus {
    color: rgba(234, 88, 12, 0.8);
}
.focus\:text-orange-600\/85:focus {
    color: rgba(234, 88, 12, 0.85);
}
.focus\:text-orange-600\/90:focus {
    color: rgba(234, 88, 12, 0.9);
}
.focus\:text-orange-600\/95:focus {
    color: rgba(234, 88, 12, 0.95);
}
.focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-700\/0:focus {
    color: rgba(194, 65, 12, 0);
}
.focus\:text-orange-700\/10:focus {
    color: rgba(194, 65, 12, 0.1);
}
.focus\:text-orange-700\/100:focus {
    color: #c2410c;
}
.focus\:text-orange-700\/15:focus {
    color: rgba(194, 65, 12, 0.15);
}
.focus\:text-orange-700\/20:focus {
    color: rgba(194, 65, 12, 0.2);
}
.focus\:text-orange-700\/25:focus {
    color: rgba(194, 65, 12, 0.25);
}
.focus\:text-orange-700\/30:focus {
    color: rgba(194, 65, 12, 0.3);
}
.focus\:text-orange-700\/35:focus {
    color: rgba(194, 65, 12, 0.35);
}
.focus\:text-orange-700\/40:focus {
    color: rgba(194, 65, 12, 0.4);
}
.focus\:text-orange-700\/45:focus {
    color: rgba(194, 65, 12, 0.45);
}
.focus\:text-orange-700\/5:focus {
    color: rgba(194, 65, 12, 0.05);
}
.focus\:text-orange-700\/50:focus {
    color: rgba(194, 65, 12, 0.5);
}
.focus\:text-orange-700\/55:focus {
    color: rgba(194, 65, 12, 0.55);
}
.focus\:text-orange-700\/60:focus {
    color: rgba(194, 65, 12, 0.6);
}
.focus\:text-orange-700\/65:focus {
    color: rgba(194, 65, 12, 0.65);
}
.focus\:text-orange-700\/70:focus {
    color: rgba(194, 65, 12, 0.7);
}
.focus\:text-orange-700\/75:focus {
    color: rgba(194, 65, 12, 0.75);
}
.focus\:text-orange-700\/80:focus {
    color: rgba(194, 65, 12, 0.8);
}
.focus\:text-orange-700\/85:focus {
    color: rgba(194, 65, 12, 0.85);
}
.focus\:text-orange-700\/90:focus {
    color: rgba(194, 65, 12, 0.9);
}
.focus\:text-orange-700\/95:focus {
    color: rgba(194, 65, 12, 0.95);
}
.focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-800\/0:focus {
    color: rgba(154, 52, 18, 0);
}
.focus\:text-orange-800\/10:focus {
    color: rgba(154, 52, 18, 0.1);
}
.focus\:text-orange-800\/100:focus {
    color: #9a3412;
}
.focus\:text-orange-800\/15:focus {
    color: rgba(154, 52, 18, 0.15);
}
.focus\:text-orange-800\/20:focus {
    color: rgba(154, 52, 18, 0.2);
}
.focus\:text-orange-800\/25:focus {
    color: rgba(154, 52, 18, 0.25);
}
.focus\:text-orange-800\/30:focus {
    color: rgba(154, 52, 18, 0.3);
}
.focus\:text-orange-800\/35:focus {
    color: rgba(154, 52, 18, 0.35);
}
.focus\:text-orange-800\/40:focus {
    color: rgba(154, 52, 18, 0.4);
}
.focus\:text-orange-800\/45:focus {
    color: rgba(154, 52, 18, 0.45);
}
.focus\:text-orange-800\/5:focus {
    color: rgba(154, 52, 18, 0.05);
}
.focus\:text-orange-800\/50:focus {
    color: rgba(154, 52, 18, 0.5);
}
.focus\:text-orange-800\/55:focus {
    color: rgba(154, 52, 18, 0.55);
}
.focus\:text-orange-800\/60:focus {
    color: rgba(154, 52, 18, 0.6);
}
.focus\:text-orange-800\/65:focus {
    color: rgba(154, 52, 18, 0.65);
}
.focus\:text-orange-800\/70:focus {
    color: rgba(154, 52, 18, 0.7);
}
.focus\:text-orange-800\/75:focus {
    color: rgba(154, 52, 18, 0.75);
}
.focus\:text-orange-800\/80:focus {
    color: rgba(154, 52, 18, 0.8);
}
.focus\:text-orange-800\/85:focus {
    color: rgba(154, 52, 18, 0.85);
}
.focus\:text-orange-800\/90:focus {
    color: rgba(154, 52, 18, 0.9);
}
.focus\:text-orange-800\/95:focus {
    color: rgba(154, 52, 18, 0.95);
}
.focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-900\/0:focus {
    color: rgba(124, 45, 18, 0);
}
.focus\:text-orange-900\/10:focus {
    color: rgba(124, 45, 18, 0.1);
}
.focus\:text-orange-900\/100:focus {
    color: #7c2d12;
}
.focus\:text-orange-900\/15:focus {
    color: rgba(124, 45, 18, 0.15);
}
.focus\:text-orange-900\/20:focus {
    color: rgba(124, 45, 18, 0.2);
}
.focus\:text-orange-900\/25:focus {
    color: rgba(124, 45, 18, 0.25);
}
.focus\:text-orange-900\/30:focus {
    color: rgba(124, 45, 18, 0.3);
}
.focus\:text-orange-900\/35:focus {
    color: rgba(124, 45, 18, 0.35);
}
.focus\:text-orange-900\/40:focus {
    color: rgba(124, 45, 18, 0.4);
}
.focus\:text-orange-900\/45:focus {
    color: rgba(124, 45, 18, 0.45);
}
.focus\:text-orange-900\/5:focus {
    color: rgba(124, 45, 18, 0.05);
}
.focus\:text-orange-900\/50:focus {
    color: rgba(124, 45, 18, 0.5);
}
.focus\:text-orange-900\/55:focus {
    color: rgba(124, 45, 18, 0.55);
}
.focus\:text-orange-900\/60:focus {
    color: rgba(124, 45, 18, 0.6);
}
.focus\:text-orange-900\/65:focus {
    color: rgba(124, 45, 18, 0.65);
}
.focus\:text-orange-900\/70:focus {
    color: rgba(124, 45, 18, 0.7);
}
.focus\:text-orange-900\/75:focus {
    color: rgba(124, 45, 18, 0.75);
}
.focus\:text-orange-900\/80:focus {
    color: rgba(124, 45, 18, 0.8);
}
.focus\:text-orange-900\/85:focus {
    color: rgba(124, 45, 18, 0.85);
}
.focus\:text-orange-900\/90:focus {
    color: rgba(124, 45, 18, 0.9);
}
.focus\:text-orange-900\/95:focus {
    color: rgba(124, 45, 18, 0.95);
}
.focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-100\/0:focus {
    color: rgba(252, 231, 243, 0);
}
.focus\:text-pink-100\/10:focus {
    color: rgba(252, 231, 243, 0.1);
}
.focus\:text-pink-100\/100:focus {
    color: #fce7f3;
}
.focus\:text-pink-100\/15:focus {
    color: rgba(252, 231, 243, 0.15);
}
.focus\:text-pink-100\/20:focus {
    color: rgba(252, 231, 243, 0.2);
}
.focus\:text-pink-100\/25:focus {
    color: rgba(252, 231, 243, 0.25);
}
.focus\:text-pink-100\/30:focus {
    color: rgba(252, 231, 243, 0.3);
}
.focus\:text-pink-100\/35:focus {
    color: rgba(252, 231, 243, 0.35);
}
.focus\:text-pink-100\/40:focus {
    color: rgba(252, 231, 243, 0.4);
}
.focus\:text-pink-100\/45:focus {
    color: rgba(252, 231, 243, 0.45);
}
.focus\:text-pink-100\/5:focus {
    color: rgba(252, 231, 243, 0.05);
}
.focus\:text-pink-100\/50:focus {
    color: rgba(252, 231, 243, 0.5);
}
.focus\:text-pink-100\/55:focus {
    color: rgba(252, 231, 243, 0.55);
}
.focus\:text-pink-100\/60:focus {
    color: rgba(252, 231, 243, 0.6);
}
.focus\:text-pink-100\/65:focus {
    color: rgba(252, 231, 243, 0.65);
}
.focus\:text-pink-100\/70:focus {
    color: rgba(252, 231, 243, 0.7);
}
.focus\:text-pink-100\/75:focus {
    color: rgba(252, 231, 243, 0.75);
}
.focus\:text-pink-100\/80:focus {
    color: rgba(252, 231, 243, 0.8);
}
.focus\:text-pink-100\/85:focus {
    color: rgba(252, 231, 243, 0.85);
}
.focus\:text-pink-100\/90:focus {
    color: rgba(252, 231, 243, 0.9);
}
.focus\:text-pink-100\/95:focus {
    color: rgba(252, 231, 243, 0.95);
}
.focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-200\/0:focus {
    color: rgba(251, 207, 232, 0);
}
.focus\:text-pink-200\/10:focus {
    color: rgba(251, 207, 232, 0.1);
}
.focus\:text-pink-200\/100:focus {
    color: #fbcfe8;
}
.focus\:text-pink-200\/15:focus {
    color: rgba(251, 207, 232, 0.15);
}
.focus\:text-pink-200\/20:focus {
    color: rgba(251, 207, 232, 0.2);
}
.focus\:text-pink-200\/25:focus {
    color: rgba(251, 207, 232, 0.25);
}
.focus\:text-pink-200\/30:focus {
    color: rgba(251, 207, 232, 0.3);
}
.focus\:text-pink-200\/35:focus {
    color: rgba(251, 207, 232, 0.35);
}
.focus\:text-pink-200\/40:focus {
    color: rgba(251, 207, 232, 0.4);
}
.focus\:text-pink-200\/45:focus {
    color: rgba(251, 207, 232, 0.45);
}
.focus\:text-pink-200\/5:focus {
    color: rgba(251, 207, 232, 0.05);
}
.focus\:text-pink-200\/50:focus {
    color: rgba(251, 207, 232, 0.5);
}
.focus\:text-pink-200\/55:focus {
    color: rgba(251, 207, 232, 0.55);
}
.focus\:text-pink-200\/60:focus {
    color: rgba(251, 207, 232, 0.6);
}
.focus\:text-pink-200\/65:focus {
    color: rgba(251, 207, 232, 0.65);
}
.focus\:text-pink-200\/70:focus {
    color: rgba(251, 207, 232, 0.7);
}
.focus\:text-pink-200\/75:focus {
    color: rgba(251, 207, 232, 0.75);
}
.focus\:text-pink-200\/80:focus {
    color: rgba(251, 207, 232, 0.8);
}
.focus\:text-pink-200\/85:focus {
    color: rgba(251, 207, 232, 0.85);
}
.focus\:text-pink-200\/90:focus {
    color: rgba(251, 207, 232, 0.9);
}
.focus\:text-pink-200\/95:focus {
    color: rgba(251, 207, 232, 0.95);
}
.focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-300\/0:focus {
    color: rgba(249, 168, 212, 0);
}
.focus\:text-pink-300\/10:focus {
    color: rgba(249, 168, 212, 0.1);
}
.focus\:text-pink-300\/100:focus {
    color: #f9a8d4;
}
.focus\:text-pink-300\/15:focus {
    color: rgba(249, 168, 212, 0.15);
}
.focus\:text-pink-300\/20:focus {
    color: rgba(249, 168, 212, 0.2);
}
.focus\:text-pink-300\/25:focus {
    color: rgba(249, 168, 212, 0.25);
}
.focus\:text-pink-300\/30:focus {
    color: rgba(249, 168, 212, 0.3);
}
.focus\:text-pink-300\/35:focus {
    color: rgba(249, 168, 212, 0.35);
}
.focus\:text-pink-300\/40:focus {
    color: rgba(249, 168, 212, 0.4);
}
.focus\:text-pink-300\/45:focus {
    color: rgba(249, 168, 212, 0.45);
}
.focus\:text-pink-300\/5:focus {
    color: rgba(249, 168, 212, 0.05);
}
.focus\:text-pink-300\/50:focus {
    color: rgba(249, 168, 212, 0.5);
}
.focus\:text-pink-300\/55:focus {
    color: rgba(249, 168, 212, 0.55);
}
.focus\:text-pink-300\/60:focus {
    color: rgba(249, 168, 212, 0.6);
}
.focus\:text-pink-300\/65:focus {
    color: rgba(249, 168, 212, 0.65);
}
.focus\:text-pink-300\/70:focus {
    color: rgba(249, 168, 212, 0.7);
}
.focus\:text-pink-300\/75:focus {
    color: rgba(249, 168, 212, 0.75);
}
.focus\:text-pink-300\/80:focus {
    color: rgba(249, 168, 212, 0.8);
}
.focus\:text-pink-300\/85:focus {
    color: rgba(249, 168, 212, 0.85);
}
.focus\:text-pink-300\/90:focus {
    color: rgba(249, 168, 212, 0.9);
}
.focus\:text-pink-300\/95:focus {
    color: rgba(249, 168, 212, 0.95);
}
.focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-400\/0:focus {
    color: rgba(244, 114, 182, 0);
}
.focus\:text-pink-400\/10:focus {
    color: rgba(244, 114, 182, 0.1);
}
.focus\:text-pink-400\/100:focus {
    color: #f472b6;
}
.focus\:text-pink-400\/15:focus {
    color: rgba(244, 114, 182, 0.15);
}
.focus\:text-pink-400\/20:focus {
    color: rgba(244, 114, 182, 0.2);
}
.focus\:text-pink-400\/25:focus {
    color: rgba(244, 114, 182, 0.25);
}
.focus\:text-pink-400\/30:focus {
    color: rgba(244, 114, 182, 0.3);
}
.focus\:text-pink-400\/35:focus {
    color: rgba(244, 114, 182, 0.35);
}
.focus\:text-pink-400\/40:focus {
    color: rgba(244, 114, 182, 0.4);
}
.focus\:text-pink-400\/45:focus {
    color: rgba(244, 114, 182, 0.45);
}
.focus\:text-pink-400\/5:focus {
    color: rgba(244, 114, 182, 0.05);
}
.focus\:text-pink-400\/50:focus {
    color: rgba(244, 114, 182, 0.5);
}
.focus\:text-pink-400\/55:focus {
    color: rgba(244, 114, 182, 0.55);
}
.focus\:text-pink-400\/60:focus {
    color: rgba(244, 114, 182, 0.6);
}
.focus\:text-pink-400\/65:focus {
    color: rgba(244, 114, 182, 0.65);
}
.focus\:text-pink-400\/70:focus {
    color: rgba(244, 114, 182, 0.7);
}
.focus\:text-pink-400\/75:focus {
    color: rgba(244, 114, 182, 0.75);
}
.focus\:text-pink-400\/80:focus {
    color: rgba(244, 114, 182, 0.8);
}
.focus\:text-pink-400\/85:focus {
    color: rgba(244, 114, 182, 0.85);
}
.focus\:text-pink-400\/90:focus {
    color: rgba(244, 114, 182, 0.9);
}
.focus\:text-pink-400\/95:focus {
    color: rgba(244, 114, 182, 0.95);
}
.focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-50\/0:focus {
    color: rgba(253, 242, 248, 0);
}
.focus\:text-pink-50\/10:focus {
    color: rgba(253, 242, 248, 0.1);
}
.focus\:text-pink-50\/100:focus {
    color: #fdf2f8;
}
.focus\:text-pink-50\/15:focus {
    color: rgba(253, 242, 248, 0.15);
}
.focus\:text-pink-50\/20:focus {
    color: rgba(253, 242, 248, 0.2);
}
.focus\:text-pink-50\/25:focus {
    color: rgba(253, 242, 248, 0.25);
}
.focus\:text-pink-50\/30:focus {
    color: rgba(253, 242, 248, 0.3);
}
.focus\:text-pink-50\/35:focus {
    color: rgba(253, 242, 248, 0.35);
}
.focus\:text-pink-50\/40:focus {
    color: rgba(253, 242, 248, 0.4);
}
.focus\:text-pink-50\/45:focus {
    color: rgba(253, 242, 248, 0.45);
}
.focus\:text-pink-50\/5:focus {
    color: rgba(253, 242, 248, 0.05);
}
.focus\:text-pink-50\/50:focus {
    color: rgba(253, 242, 248, 0.5);
}
.focus\:text-pink-50\/55:focus {
    color: rgba(253, 242, 248, 0.55);
}
.focus\:text-pink-50\/60:focus {
    color: rgba(253, 242, 248, 0.6);
}
.focus\:text-pink-50\/65:focus {
    color: rgba(253, 242, 248, 0.65);
}
.focus\:text-pink-50\/70:focus {
    color: rgba(253, 242, 248, 0.7);
}
.focus\:text-pink-50\/75:focus {
    color: rgba(253, 242, 248, 0.75);
}
.focus\:text-pink-50\/80:focus {
    color: rgba(253, 242, 248, 0.8);
}
.focus\:text-pink-50\/85:focus {
    color: rgba(253, 242, 248, 0.85);
}
.focus\:text-pink-50\/90:focus {
    color: rgba(253, 242, 248, 0.9);
}
.focus\:text-pink-50\/95:focus {
    color: rgba(253, 242, 248, 0.95);
}
.focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-500\/0:focus {
    color: rgba(236, 72, 153, 0);
}
.focus\:text-pink-500\/10:focus {
    color: rgba(236, 72, 153, 0.1);
}
.focus\:text-pink-500\/100:focus {
    color: #ec4899;
}
.focus\:text-pink-500\/15:focus {
    color: rgba(236, 72, 153, 0.15);
}
.focus\:text-pink-500\/20:focus {
    color: rgba(236, 72, 153, 0.2);
}
.focus\:text-pink-500\/25:focus {
    color: rgba(236, 72, 153, 0.25);
}
.focus\:text-pink-500\/30:focus {
    color: rgba(236, 72, 153, 0.3);
}
.focus\:text-pink-500\/35:focus {
    color: rgba(236, 72, 153, 0.35);
}
.focus\:text-pink-500\/40:focus {
    color: rgba(236, 72, 153, 0.4);
}
.focus\:text-pink-500\/45:focus {
    color: rgba(236, 72, 153, 0.45);
}
.focus\:text-pink-500\/5:focus {
    color: rgba(236, 72, 153, 0.05);
}
.focus\:text-pink-500\/50:focus {
    color: rgba(236, 72, 153, 0.5);
}
.focus\:text-pink-500\/55:focus {
    color: rgba(236, 72, 153, 0.55);
}
.focus\:text-pink-500\/60:focus {
    color: rgba(236, 72, 153, 0.6);
}
.focus\:text-pink-500\/65:focus {
    color: rgba(236, 72, 153, 0.65);
}
.focus\:text-pink-500\/70:focus {
    color: rgba(236, 72, 153, 0.7);
}
.focus\:text-pink-500\/75:focus {
    color: rgba(236, 72, 153, 0.75);
}
.focus\:text-pink-500\/80:focus {
    color: rgba(236, 72, 153, 0.8);
}
.focus\:text-pink-500\/85:focus {
    color: rgba(236, 72, 153, 0.85);
}
.focus\:text-pink-500\/90:focus {
    color: rgba(236, 72, 153, 0.9);
}
.focus\:text-pink-500\/95:focus {
    color: rgba(236, 72, 153, 0.95);
}
.focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-600\/0:focus {
    color: rgba(219, 39, 119, 0);
}
.focus\:text-pink-600\/10:focus {
    color: rgba(219, 39, 119, 0.1);
}
.focus\:text-pink-600\/100:focus {
    color: #db2777;
}
.focus\:text-pink-600\/15:focus {
    color: rgba(219, 39, 119, 0.15);
}
.focus\:text-pink-600\/20:focus {
    color: rgba(219, 39, 119, 0.2);
}
.focus\:text-pink-600\/25:focus {
    color: rgba(219, 39, 119, 0.25);
}
.focus\:text-pink-600\/30:focus {
    color: rgba(219, 39, 119, 0.3);
}
.focus\:text-pink-600\/35:focus {
    color: rgba(219, 39, 119, 0.35);
}
.focus\:text-pink-600\/40:focus {
    color: rgba(219, 39, 119, 0.4);
}
.focus\:text-pink-600\/45:focus {
    color: rgba(219, 39, 119, 0.45);
}
.focus\:text-pink-600\/5:focus {
    color: rgba(219, 39, 119, 0.05);
}
.focus\:text-pink-600\/50:focus {
    color: rgba(219, 39, 119, 0.5);
}
.focus\:text-pink-600\/55:focus {
    color: rgba(219, 39, 119, 0.55);
}
.focus\:text-pink-600\/60:focus {
    color: rgba(219, 39, 119, 0.6);
}
.focus\:text-pink-600\/65:focus {
    color: rgba(219, 39, 119, 0.65);
}
.focus\:text-pink-600\/70:focus {
    color: rgba(219, 39, 119, 0.7);
}
.focus\:text-pink-600\/75:focus {
    color: rgba(219, 39, 119, 0.75);
}
.focus\:text-pink-600\/80:focus {
    color: rgba(219, 39, 119, 0.8);
}
.focus\:text-pink-600\/85:focus {
    color: rgba(219, 39, 119, 0.85);
}
.focus\:text-pink-600\/90:focus {
    color: rgba(219, 39, 119, 0.9);
}
.focus\:text-pink-600\/95:focus {
    color: rgba(219, 39, 119, 0.95);
}
.focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-700\/0:focus {
    color: rgba(190, 24, 93, 0);
}
.focus\:text-pink-700\/10:focus {
    color: rgba(190, 24, 93, 0.1);
}
.focus\:text-pink-700\/100:focus {
    color: #be185d;
}
.focus\:text-pink-700\/15:focus {
    color: rgba(190, 24, 93, 0.15);
}
.focus\:text-pink-700\/20:focus {
    color: rgba(190, 24, 93, 0.2);
}
.focus\:text-pink-700\/25:focus {
    color: rgba(190, 24, 93, 0.25);
}
.focus\:text-pink-700\/30:focus {
    color: rgba(190, 24, 93, 0.3);
}
.focus\:text-pink-700\/35:focus {
    color: rgba(190, 24, 93, 0.35);
}
.focus\:text-pink-700\/40:focus {
    color: rgba(190, 24, 93, 0.4);
}
.focus\:text-pink-700\/45:focus {
    color: rgba(190, 24, 93, 0.45);
}
.focus\:text-pink-700\/5:focus {
    color: rgba(190, 24, 93, 0.05);
}
.focus\:text-pink-700\/50:focus {
    color: rgba(190, 24, 93, 0.5);
}
.focus\:text-pink-700\/55:focus {
    color: rgba(190, 24, 93, 0.55);
}
.focus\:text-pink-700\/60:focus {
    color: rgba(190, 24, 93, 0.6);
}
.focus\:text-pink-700\/65:focus {
    color: rgba(190, 24, 93, 0.65);
}
.focus\:text-pink-700\/70:focus {
    color: rgba(190, 24, 93, 0.7);
}
.focus\:text-pink-700\/75:focus {
    color: rgba(190, 24, 93, 0.75);
}
.focus\:text-pink-700\/80:focus {
    color: rgba(190, 24, 93, 0.8);
}
.focus\:text-pink-700\/85:focus {
    color: rgba(190, 24, 93, 0.85);
}
.focus\:text-pink-700\/90:focus {
    color: rgba(190, 24, 93, 0.9);
}
.focus\:text-pink-700\/95:focus {
    color: rgba(190, 24, 93, 0.95);
}
.focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-800\/0:focus {
    color: rgba(157, 23, 77, 0);
}
.focus\:text-pink-800\/10:focus {
    color: rgba(157, 23, 77, 0.1);
}
.focus\:text-pink-800\/100:focus {
    color: #9d174d;
}
.focus\:text-pink-800\/15:focus {
    color: rgba(157, 23, 77, 0.15);
}
.focus\:text-pink-800\/20:focus {
    color: rgba(157, 23, 77, 0.2);
}
.focus\:text-pink-800\/25:focus {
    color: rgba(157, 23, 77, 0.25);
}
.focus\:text-pink-800\/30:focus {
    color: rgba(157, 23, 77, 0.3);
}
.focus\:text-pink-800\/35:focus {
    color: rgba(157, 23, 77, 0.35);
}
.focus\:text-pink-800\/40:focus {
    color: rgba(157, 23, 77, 0.4);
}
.focus\:text-pink-800\/45:focus {
    color: rgba(157, 23, 77, 0.45);
}
.focus\:text-pink-800\/5:focus {
    color: rgba(157, 23, 77, 0.05);
}
.focus\:text-pink-800\/50:focus {
    color: rgba(157, 23, 77, 0.5);
}
.focus\:text-pink-800\/55:focus {
    color: rgba(157, 23, 77, 0.55);
}
.focus\:text-pink-800\/60:focus {
    color: rgba(157, 23, 77, 0.6);
}
.focus\:text-pink-800\/65:focus {
    color: rgba(157, 23, 77, 0.65);
}
.focus\:text-pink-800\/70:focus {
    color: rgba(157, 23, 77, 0.7);
}
.focus\:text-pink-800\/75:focus {
    color: rgba(157, 23, 77, 0.75);
}
.focus\:text-pink-800\/80:focus {
    color: rgba(157, 23, 77, 0.8);
}
.focus\:text-pink-800\/85:focus {
    color: rgba(157, 23, 77, 0.85);
}
.focus\:text-pink-800\/90:focus {
    color: rgba(157, 23, 77, 0.9);
}
.focus\:text-pink-800\/95:focus {
    color: rgba(157, 23, 77, 0.95);
}
.focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-900\/0:focus {
    color: rgba(131, 24, 67, 0);
}
.focus\:text-pink-900\/10:focus {
    color: rgba(131, 24, 67, 0.1);
}
.focus\:text-pink-900\/100:focus {
    color: #831843;
}
.focus\:text-pink-900\/15:focus {
    color: rgba(131, 24, 67, 0.15);
}
.focus\:text-pink-900\/20:focus {
    color: rgba(131, 24, 67, 0.2);
}
.focus\:text-pink-900\/25:focus {
    color: rgba(131, 24, 67, 0.25);
}
.focus\:text-pink-900\/30:focus {
    color: rgba(131, 24, 67, 0.3);
}
.focus\:text-pink-900\/35:focus {
    color: rgba(131, 24, 67, 0.35);
}
.focus\:text-pink-900\/40:focus {
    color: rgba(131, 24, 67, 0.4);
}
.focus\:text-pink-900\/45:focus {
    color: rgba(131, 24, 67, 0.45);
}
.focus\:text-pink-900\/5:focus {
    color: rgba(131, 24, 67, 0.05);
}
.focus\:text-pink-900\/50:focus {
    color: rgba(131, 24, 67, 0.5);
}
.focus\:text-pink-900\/55:focus {
    color: rgba(131, 24, 67, 0.55);
}
.focus\:text-pink-900\/60:focus {
    color: rgba(131, 24, 67, 0.6);
}
.focus\:text-pink-900\/65:focus {
    color: rgba(131, 24, 67, 0.65);
}
.focus\:text-pink-900\/70:focus {
    color: rgba(131, 24, 67, 0.7);
}
.focus\:text-pink-900\/75:focus {
    color: rgba(131, 24, 67, 0.75);
}
.focus\:text-pink-900\/80:focus {
    color: rgba(131, 24, 67, 0.8);
}
.focus\:text-pink-900\/85:focus {
    color: rgba(131, 24, 67, 0.85);
}
.focus\:text-pink-900\/90:focus {
    color: rgba(131, 24, 67, 0.9);
}
.focus\:text-pink-900\/95:focus {
    color: rgba(131, 24, 67, 0.95);
}
.focus\:text-police-100:focus {
    --tw-text-opacity: 1;
    color: rgb(153 204 204 / var(--tw-text-opacity, 1));
}
.focus\:text-police-100\/0:focus {
    color: rgba(153, 204, 204, 0);
}
.focus\:text-police-100\/10:focus {
    color: rgba(153, 204, 204, 0.1);
}
.focus\:text-police-100\/100:focus {
    color: #9cc;
}
.focus\:text-police-100\/15:focus {
    color: rgba(153, 204, 204, 0.15);
}
.focus\:text-police-100\/20:focus {
    color: rgba(153, 204, 204, 0.2);
}
.focus\:text-police-100\/25:focus {
    color: rgba(153, 204, 204, 0.25);
}
.focus\:text-police-100\/30:focus {
    color: rgba(153, 204, 204, 0.3);
}
.focus\:text-police-100\/35:focus {
    color: rgba(153, 204, 204, 0.35);
}
.focus\:text-police-100\/40:focus {
    color: rgba(153, 204, 204, 0.4);
}
.focus\:text-police-100\/45:focus {
    color: rgba(153, 204, 204, 0.45);
}
.focus\:text-police-100\/5:focus {
    color: rgba(153, 204, 204, 0.05);
}
.focus\:text-police-100\/50:focus {
    color: rgba(153, 204, 204, 0.5);
}
.focus\:text-police-100\/55:focus {
    color: rgba(153, 204, 204, 0.55);
}
.focus\:text-police-100\/60:focus {
    color: rgba(153, 204, 204, 0.6);
}
.focus\:text-police-100\/65:focus {
    color: rgba(153, 204, 204, 0.65);
}
.focus\:text-police-100\/70:focus {
    color: rgba(153, 204, 204, 0.7);
}
.focus\:text-police-100\/75:focus {
    color: rgba(153, 204, 204, 0.75);
}
.focus\:text-police-100\/80:focus {
    color: rgba(153, 204, 204, 0.8);
}
.focus\:text-police-100\/85:focus {
    color: rgba(153, 204, 204, 0.85);
}
.focus\:text-police-100\/90:focus {
    color: rgba(153, 204, 204, 0.9);
}
.focus\:text-police-100\/95:focus {
    color: rgba(153, 204, 204, 0.95);
}
.focus\:text-police-200:focus {
    --tw-text-opacity: 1;
    color: rgb(133 133 214 / var(--tw-text-opacity, 1));
}
.focus\:text-police-200\/0:focus {
    color: rgba(133, 133, 214, 0);
}
.focus\:text-police-200\/10:focus {
    color: rgba(133, 133, 214, 0.1);
}
.focus\:text-police-200\/100:focus {
    color: #8585d6;
}
.focus\:text-police-200\/15:focus {
    color: rgba(133, 133, 214, 0.15);
}
.focus\:text-police-200\/20:focus {
    color: rgba(133, 133, 214, 0.2);
}
.focus\:text-police-200\/25:focus {
    color: rgba(133, 133, 214, 0.25);
}
.focus\:text-police-200\/30:focus {
    color: rgba(133, 133, 214, 0.3);
}
.focus\:text-police-200\/35:focus {
    color: rgba(133, 133, 214, 0.35);
}
.focus\:text-police-200\/40:focus {
    color: rgba(133, 133, 214, 0.4);
}
.focus\:text-police-200\/45:focus {
    color: rgba(133, 133, 214, 0.45);
}
.focus\:text-police-200\/5:focus {
    color: rgba(133, 133, 214, 0.05);
}
.focus\:text-police-200\/50:focus {
    color: rgba(133, 133, 214, 0.5);
}
.focus\:text-police-200\/55:focus {
    color: rgba(133, 133, 214, 0.55);
}
.focus\:text-police-200\/60:focus {
    color: rgba(133, 133, 214, 0.6);
}
.focus\:text-police-200\/65:focus {
    color: rgba(133, 133, 214, 0.65);
}
.focus\:text-police-200\/70:focus {
    color: rgba(133, 133, 214, 0.7);
}
.focus\:text-police-200\/75:focus {
    color: rgba(133, 133, 214, 0.75);
}
.focus\:text-police-200\/80:focus {
    color: rgba(133, 133, 214, 0.8);
}
.focus\:text-police-200\/85:focus {
    color: rgba(133, 133, 214, 0.85);
}
.focus\:text-police-200\/90:focus {
    color: rgba(133, 133, 214, 0.9);
}
.focus\:text-police-200\/95:focus {
    color: rgba(133, 133, 214, 0.95);
}
.focus\:text-police-300:focus {
    --tw-text-opacity: 1;
    color: rgb(106 106 205 / var(--tw-text-opacity, 1));
}
.focus\:text-police-300\/0:focus {
    color: rgba(106, 106, 205, 0);
}
.focus\:text-police-300\/10:focus {
    color: rgba(106, 106, 205, 0.1);
}
.focus\:text-police-300\/100:focus {
    color: #6a6acd;
}
.focus\:text-police-300\/15:focus {
    color: rgba(106, 106, 205, 0.15);
}
.focus\:text-police-300\/20:focus {
    color: rgba(106, 106, 205, 0.2);
}
.focus\:text-police-300\/25:focus {
    color: rgba(106, 106, 205, 0.25);
}
.focus\:text-police-300\/30:focus {
    color: rgba(106, 106, 205, 0.3);
}
.focus\:text-police-300\/35:focus {
    color: rgba(106, 106, 205, 0.35);
}
.focus\:text-police-300\/40:focus {
    color: rgba(106, 106, 205, 0.4);
}
.focus\:text-police-300\/45:focus {
    color: rgba(106, 106, 205, 0.45);
}
.focus\:text-police-300\/5:focus {
    color: rgba(106, 106, 205, 0.05);
}
.focus\:text-police-300\/50:focus {
    color: rgba(106, 106, 205, 0.5);
}
.focus\:text-police-300\/55:focus {
    color: rgba(106, 106, 205, 0.55);
}
.focus\:text-police-300\/60:focus {
    color: rgba(106, 106, 205, 0.6);
}
.focus\:text-police-300\/65:focus {
    color: rgba(106, 106, 205, 0.65);
}
.focus\:text-police-300\/70:focus {
    color: rgba(106, 106, 205, 0.7);
}
.focus\:text-police-300\/75:focus {
    color: rgba(106, 106, 205, 0.75);
}
.focus\:text-police-300\/80:focus {
    color: rgba(106, 106, 205, 0.8);
}
.focus\:text-police-300\/85:focus {
    color: rgba(106, 106, 205, 0.85);
}
.focus\:text-police-300\/90:focus {
    color: rgba(106, 106, 205, 0.9);
}
.focus\:text-police-300\/95:focus {
    color: rgba(106, 106, 205, 0.95);
}
.focus\:text-police-400:focus {
    --tw-text-opacity: 1;
    color: rgb(79 79 196 / var(--tw-text-opacity, 1));
}
.focus\:text-police-400\/0:focus {
    color: rgba(79, 79, 196, 0);
}
.focus\:text-police-400\/10:focus {
    color: rgba(79, 79, 196, 0.1);
}
.focus\:text-police-400\/100:focus {
    color: #4f4fc4;
}
.focus\:text-police-400\/15:focus {
    color: rgba(79, 79, 196, 0.15);
}
.focus\:text-police-400\/20:focus {
    color: rgba(79, 79, 196, 0.2);
}
.focus\:text-police-400\/25:focus {
    color: rgba(79, 79, 196, 0.25);
}
.focus\:text-police-400\/30:focus {
    color: rgba(79, 79, 196, 0.3);
}
.focus\:text-police-400\/35:focus {
    color: rgba(79, 79, 196, 0.35);
}
.focus\:text-police-400\/40:focus {
    color: rgba(79, 79, 196, 0.4);
}
.focus\:text-police-400\/45:focus {
    color: rgba(79, 79, 196, 0.45);
}
.focus\:text-police-400\/5:focus {
    color: rgba(79, 79, 196, 0.05);
}
.focus\:text-police-400\/50:focus {
    color: rgba(79, 79, 196, 0.5);
}
.focus\:text-police-400\/55:focus {
    color: rgba(79, 79, 196, 0.55);
}
.focus\:text-police-400\/60:focus {
    color: rgba(79, 79, 196, 0.6);
}
.focus\:text-police-400\/65:focus {
    color: rgba(79, 79, 196, 0.65);
}
.focus\:text-police-400\/70:focus {
    color: rgba(79, 79, 196, 0.7);
}
.focus\:text-police-400\/75:focus {
    color: rgba(79, 79, 196, 0.75);
}
.focus\:text-police-400\/80:focus {
    color: rgba(79, 79, 196, 0.8);
}
.focus\:text-police-400\/85:focus {
    color: rgba(79, 79, 196, 0.85);
}
.focus\:text-police-400\/90:focus {
    color: rgba(79, 79, 196, 0.9);
}
.focus\:text-police-400\/95:focus {
    color: rgba(79, 79, 196, 0.95);
}
.focus\:text-police-50:focus {
    --tw-text-opacity: 1;
    color: rgb(194 194 235 / var(--tw-text-opacity, 1));
}
.focus\:text-police-50\/0:focus {
    color: rgba(194, 194, 235, 0);
}
.focus\:text-police-50\/10:focus {
    color: rgba(194, 194, 235, 0.1);
}
.focus\:text-police-50\/100:focus {
    color: #c2c2eb;
}
.focus\:text-police-50\/15:focus {
    color: rgba(194, 194, 235, 0.15);
}
.focus\:text-police-50\/20:focus {
    color: rgba(194, 194, 235, 0.2);
}
.focus\:text-police-50\/25:focus {
    color: rgba(194, 194, 235, 0.25);
}
.focus\:text-police-50\/30:focus {
    color: rgba(194, 194, 235, 0.3);
}
.focus\:text-police-50\/35:focus {
    color: rgba(194, 194, 235, 0.35);
}
.focus\:text-police-50\/40:focus {
    color: rgba(194, 194, 235, 0.4);
}
.focus\:text-police-50\/45:focus {
    color: rgba(194, 194, 235, 0.45);
}
.focus\:text-police-50\/5:focus {
    color: rgba(194, 194, 235, 0.05);
}
.focus\:text-police-50\/50:focus {
    color: rgba(194, 194, 235, 0.5);
}
.focus\:text-police-50\/55:focus {
    color: rgba(194, 194, 235, 0.55);
}
.focus\:text-police-50\/60:focus {
    color: rgba(194, 194, 235, 0.6);
}
.focus\:text-police-50\/65:focus {
    color: rgba(194, 194, 235, 0.65);
}
.focus\:text-police-50\/70:focus {
    color: rgba(194, 194, 235, 0.7);
}
.focus\:text-police-50\/75:focus {
    color: rgba(194, 194, 235, 0.75);
}
.focus\:text-police-50\/80:focus {
    color: rgba(194, 194, 235, 0.8);
}
.focus\:text-police-50\/85:focus {
    color: rgba(194, 194, 235, 0.85);
}
.focus\:text-police-50\/90:focus {
    color: rgba(194, 194, 235, 0.9);
}
.focus\:text-police-50\/95:focus {
    color: rgba(194, 194, 235, 0.95);
}
.focus\:text-police-500:focus {
    --tw-text-opacity: 1;
    color: rgb(60 60 180 / var(--tw-text-opacity, 1));
}
.focus\:text-police-500\/0:focus {
    color: rgba(60, 60, 180, 0);
}
.focus\:text-police-500\/10:focus {
    color: rgba(60, 60, 180, 0.1);
}
.focus\:text-police-500\/100:focus {
    color: #3c3cb4;
}
.focus\:text-police-500\/15:focus {
    color: rgba(60, 60, 180, 0.15);
}
.focus\:text-police-500\/20:focus {
    color: rgba(60, 60, 180, 0.2);
}
.focus\:text-police-500\/25:focus {
    color: rgba(60, 60, 180, 0.25);
}
.focus\:text-police-500\/30:focus {
    color: rgba(60, 60, 180, 0.3);
}
.focus\:text-police-500\/35:focus {
    color: rgba(60, 60, 180, 0.35);
}
.focus\:text-police-500\/40:focus {
    color: rgba(60, 60, 180, 0.4);
}
.focus\:text-police-500\/45:focus {
    color: rgba(60, 60, 180, 0.45);
}
.focus\:text-police-500\/5:focus {
    color: rgba(60, 60, 180, 0.05);
}
.focus\:text-police-500\/50:focus {
    color: rgba(60, 60, 180, 0.5);
}
.focus\:text-police-500\/55:focus {
    color: rgba(60, 60, 180, 0.55);
}
.focus\:text-police-500\/60:focus {
    color: rgba(60, 60, 180, 0.6);
}
.focus\:text-police-500\/65:focus {
    color: rgba(60, 60, 180, 0.65);
}
.focus\:text-police-500\/70:focus {
    color: rgba(60, 60, 180, 0.7);
}
.focus\:text-police-500\/75:focus {
    color: rgba(60, 60, 180, 0.75);
}
.focus\:text-police-500\/80:focus {
    color: rgba(60, 60, 180, 0.8);
}
.focus\:text-police-500\/85:focus {
    color: rgba(60, 60, 180, 0.85);
}
.focus\:text-police-500\/90:focus {
    color: rgba(60, 60, 180, 0.9);
}
.focus\:text-police-500\/95:focus {
    color: rgba(60, 60, 180, 0.95);
}
.focus\:text-police-600:focus {
    --tw-text-opacity: 1;
    color: rgb(51 51 153 / var(--tw-text-opacity, 1));
}
.focus\:text-police-600\/0:focus {
    color: rgba(51, 51, 153, 0);
}
.focus\:text-police-600\/10:focus {
    color: rgba(51, 51, 153, 0.1);
}
.focus\:text-police-600\/100:focus {
    color: #339;
}
.focus\:text-police-600\/15:focus {
    color: rgba(51, 51, 153, 0.15);
}
.focus\:text-police-600\/20:focus {
    color: rgba(51, 51, 153, 0.2);
}
.focus\:text-police-600\/25:focus {
    color: rgba(51, 51, 153, 0.25);
}
.focus\:text-police-600\/30:focus {
    color: rgba(51, 51, 153, 0.3);
}
.focus\:text-police-600\/35:focus {
    color: rgba(51, 51, 153, 0.35);
}
.focus\:text-police-600\/40:focus {
    color: rgba(51, 51, 153, 0.4);
}
.focus\:text-police-600\/45:focus {
    color: rgba(51, 51, 153, 0.45);
}
.focus\:text-police-600\/5:focus {
    color: rgba(51, 51, 153, 0.05);
}
.focus\:text-police-600\/50:focus {
    color: rgba(51, 51, 153, 0.5);
}
.focus\:text-police-600\/55:focus {
    color: rgba(51, 51, 153, 0.55);
}
.focus\:text-police-600\/60:focus {
    color: rgba(51, 51, 153, 0.6);
}
.focus\:text-police-600\/65:focus {
    color: rgba(51, 51, 153, 0.65);
}
.focus\:text-police-600\/70:focus {
    color: rgba(51, 51, 153, 0.7);
}
.focus\:text-police-600\/75:focus {
    color: rgba(51, 51, 153, 0.75);
}
.focus\:text-police-600\/80:focus {
    color: rgba(51, 51, 153, 0.8);
}
.focus\:text-police-600\/85:focus {
    color: rgba(51, 51, 153, 0.85);
}
.focus\:text-police-600\/90:focus {
    color: rgba(51, 51, 153, 0.9);
}
.focus\:text-police-600\/95:focus {
    color: rgba(51, 51, 153, 0.95);
}
.focus\:text-police-700:focus {
    --tw-text-opacity: 1;
    color: rgb(37 37 111 / var(--tw-text-opacity, 1));
}
.focus\:text-police-700\/0:focus {
    color: rgba(37, 37, 111, 0);
}
.focus\:text-police-700\/10:focus {
    color: rgba(37, 37, 111, 0.1);
}
.focus\:text-police-700\/100:focus {
    color: #25256f;
}
.focus\:text-police-700\/15:focus {
    color: rgba(37, 37, 111, 0.15);
}
.focus\:text-police-700\/20:focus {
    color: rgba(37, 37, 111, 0.2);
}
.focus\:text-police-700\/25:focus {
    color: rgba(37, 37, 111, 0.25);
}
.focus\:text-police-700\/30:focus {
    color: rgba(37, 37, 111, 0.3);
}
.focus\:text-police-700\/35:focus {
    color: rgba(37, 37, 111, 0.35);
}
.focus\:text-police-700\/40:focus {
    color: rgba(37, 37, 111, 0.4);
}
.focus\:text-police-700\/45:focus {
    color: rgba(37, 37, 111, 0.45);
}
.focus\:text-police-700\/5:focus {
    color: rgba(37, 37, 111, 0.05);
}
.focus\:text-police-700\/50:focus {
    color: rgba(37, 37, 111, 0.5);
}
.focus\:text-police-700\/55:focus {
    color: rgba(37, 37, 111, 0.55);
}
.focus\:text-police-700\/60:focus {
    color: rgba(37, 37, 111, 0.6);
}
.focus\:text-police-700\/65:focus {
    color: rgba(37, 37, 111, 0.65);
}
.focus\:text-police-700\/70:focus {
    color: rgba(37, 37, 111, 0.7);
}
.focus\:text-police-700\/75:focus {
    color: rgba(37, 37, 111, 0.75);
}
.focus\:text-police-700\/80:focus {
    color: rgba(37, 37, 111, 0.8);
}
.focus\:text-police-700\/85:focus {
    color: rgba(37, 37, 111, 0.85);
}
.focus\:text-police-700\/90:focus {
    color: rgba(37, 37, 111, 0.9);
}
.focus\:text-police-700\/95:focus {
    color: rgba(37, 37, 111, 0.95);
}
.focus\:text-police-800:focus {
    --tw-text-opacity: 1;
    color: rgb(23 23 69 / var(--tw-text-opacity, 1));
}
.focus\:text-police-800\/0:focus {
    color: rgba(23, 23, 69, 0);
}
.focus\:text-police-800\/10:focus {
    color: rgba(23, 23, 69, 0.1);
}
.focus\:text-police-800\/100:focus {
    color: #171745;
}
.focus\:text-police-800\/15:focus {
    color: rgba(23, 23, 69, 0.15);
}
.focus\:text-police-800\/20:focus {
    color: rgba(23, 23, 69, 0.2);
}
.focus\:text-police-800\/25:focus {
    color: rgba(23, 23, 69, 0.25);
}
.focus\:text-police-800\/30:focus {
    color: rgba(23, 23, 69, 0.3);
}
.focus\:text-police-800\/35:focus {
    color: rgba(23, 23, 69, 0.35);
}
.focus\:text-police-800\/40:focus {
    color: rgba(23, 23, 69, 0.4);
}
.focus\:text-police-800\/45:focus {
    color: rgba(23, 23, 69, 0.45);
}
.focus\:text-police-800\/5:focus {
    color: rgba(23, 23, 69, 0.05);
}
.focus\:text-police-800\/50:focus {
    color: rgba(23, 23, 69, 0.5);
}
.focus\:text-police-800\/55:focus {
    color: rgba(23, 23, 69, 0.55);
}
.focus\:text-police-800\/60:focus {
    color: rgba(23, 23, 69, 0.6);
}
.focus\:text-police-800\/65:focus {
    color: rgba(23, 23, 69, 0.65);
}
.focus\:text-police-800\/70:focus {
    color: rgba(23, 23, 69, 0.7);
}
.focus\:text-police-800\/75:focus {
    color: rgba(23, 23, 69, 0.75);
}
.focus\:text-police-800\/80:focus {
    color: rgba(23, 23, 69, 0.8);
}
.focus\:text-police-800\/85:focus {
    color: rgba(23, 23, 69, 0.85);
}
.focus\:text-police-800\/90:focus {
    color: rgba(23, 23, 69, 0.9);
}
.focus\:text-police-800\/95:focus {
    color: rgba(23, 23, 69, 0.95);
}
.focus\:text-police-900:focus {
    --tw-text-opacity: 1;
    color: rgb(9 9 27 / var(--tw-text-opacity, 1));
}
.focus\:text-police-900\/0:focus {
    color: rgba(9, 9, 27, 0);
}
.focus\:text-police-900\/10:focus {
    color: rgba(9, 9, 27, 0.1);
}
.focus\:text-police-900\/100:focus {
    color: #09091b;
}
.focus\:text-police-900\/15:focus {
    color: rgba(9, 9, 27, 0.15);
}
.focus\:text-police-900\/20:focus {
    color: rgba(9, 9, 27, 0.2);
}
.focus\:text-police-900\/25:focus {
    color: rgba(9, 9, 27, 0.25);
}
.focus\:text-police-900\/30:focus {
    color: rgba(9, 9, 27, 0.3);
}
.focus\:text-police-900\/35:focus {
    color: rgba(9, 9, 27, 0.35);
}
.focus\:text-police-900\/40:focus {
    color: rgba(9, 9, 27, 0.4);
}
.focus\:text-police-900\/45:focus {
    color: rgba(9, 9, 27, 0.45);
}
.focus\:text-police-900\/5:focus {
    color: rgba(9, 9, 27, 0.05);
}
.focus\:text-police-900\/50:focus {
    color: rgba(9, 9, 27, 0.5);
}
.focus\:text-police-900\/55:focus {
    color: rgba(9, 9, 27, 0.55);
}
.focus\:text-police-900\/60:focus {
    color: rgba(9, 9, 27, 0.6);
}
.focus\:text-police-900\/65:focus {
    color: rgba(9, 9, 27, 0.65);
}
.focus\:text-police-900\/70:focus {
    color: rgba(9, 9, 27, 0.7);
}
.focus\:text-police-900\/75:focus {
    color: rgba(9, 9, 27, 0.75);
}
.focus\:text-police-900\/80:focus {
    color: rgba(9, 9, 27, 0.8);
}
.focus\:text-police-900\/85:focus {
    color: rgba(9, 9, 27, 0.85);
}
.focus\:text-police-900\/90:focus {
    color: rgba(9, 9, 27, 0.9);
}
.focus\:text-police-900\/95:focus {
    color: rgba(9, 9, 27, 0.95);
}
.focus\:text-primary-800:focus {
    --tw-text-opacity: 1;
    color: rgb(1 29 95 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-100\/0:focus {
    color: rgba(237, 233, 254, 0);
}
.focus\:text-purple-100\/10:focus {
    color: rgba(237, 233, 254, 0.1);
}
.focus\:text-purple-100\/100:focus {
    color: #ede9fe;
}
.focus\:text-purple-100\/15:focus {
    color: rgba(237, 233, 254, 0.15);
}
.focus\:text-purple-100\/20:focus {
    color: rgba(237, 233, 254, 0.2);
}
.focus\:text-purple-100\/25:focus {
    color: rgba(237, 233, 254, 0.25);
}
.focus\:text-purple-100\/30:focus {
    color: rgba(237, 233, 254, 0.3);
}
.focus\:text-purple-100\/35:focus {
    color: rgba(237, 233, 254, 0.35);
}
.focus\:text-purple-100\/40:focus {
    color: rgba(237, 233, 254, 0.4);
}
.focus\:text-purple-100\/45:focus {
    color: rgba(237, 233, 254, 0.45);
}
.focus\:text-purple-100\/5:focus {
    color: rgba(237, 233, 254, 0.05);
}
.focus\:text-purple-100\/50:focus {
    color: rgba(237, 233, 254, 0.5);
}
.focus\:text-purple-100\/55:focus {
    color: rgba(237, 233, 254, 0.55);
}
.focus\:text-purple-100\/60:focus {
    color: rgba(237, 233, 254, 0.6);
}
.focus\:text-purple-100\/65:focus {
    color: rgba(237, 233, 254, 0.65);
}
.focus\:text-purple-100\/70:focus {
    color: rgba(237, 233, 254, 0.7);
}
.focus\:text-purple-100\/75:focus {
    color: rgba(237, 233, 254, 0.75);
}
.focus\:text-purple-100\/80:focus {
    color: rgba(237, 233, 254, 0.8);
}
.focus\:text-purple-100\/85:focus {
    color: rgba(237, 233, 254, 0.85);
}
.focus\:text-purple-100\/90:focus {
    color: rgba(237, 233, 254, 0.9);
}
.focus\:text-purple-100\/95:focus {
    color: rgba(237, 233, 254, 0.95);
}
.focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-200\/0:focus {
    color: rgba(221, 214, 254, 0);
}
.focus\:text-purple-200\/10:focus {
    color: rgba(221, 214, 254, 0.1);
}
.focus\:text-purple-200\/100:focus {
    color: #ddd6fe;
}
.focus\:text-purple-200\/15:focus {
    color: rgba(221, 214, 254, 0.15);
}
.focus\:text-purple-200\/20:focus {
    color: rgba(221, 214, 254, 0.2);
}
.focus\:text-purple-200\/25:focus {
    color: rgba(221, 214, 254, 0.25);
}
.focus\:text-purple-200\/30:focus {
    color: rgba(221, 214, 254, 0.3);
}
.focus\:text-purple-200\/35:focus {
    color: rgba(221, 214, 254, 0.35);
}
.focus\:text-purple-200\/40:focus {
    color: rgba(221, 214, 254, 0.4);
}
.focus\:text-purple-200\/45:focus {
    color: rgba(221, 214, 254, 0.45);
}
.focus\:text-purple-200\/5:focus {
    color: rgba(221, 214, 254, 0.05);
}
.focus\:text-purple-200\/50:focus {
    color: rgba(221, 214, 254, 0.5);
}
.focus\:text-purple-200\/55:focus {
    color: rgba(221, 214, 254, 0.55);
}
.focus\:text-purple-200\/60:focus {
    color: rgba(221, 214, 254, 0.6);
}
.focus\:text-purple-200\/65:focus {
    color: rgba(221, 214, 254, 0.65);
}
.focus\:text-purple-200\/70:focus {
    color: rgba(221, 214, 254, 0.7);
}
.focus\:text-purple-200\/75:focus {
    color: rgba(221, 214, 254, 0.75);
}
.focus\:text-purple-200\/80:focus {
    color: rgba(221, 214, 254, 0.8);
}
.focus\:text-purple-200\/85:focus {
    color: rgba(221, 214, 254, 0.85);
}
.focus\:text-purple-200\/90:focus {
    color: rgba(221, 214, 254, 0.9);
}
.focus\:text-purple-200\/95:focus {
    color: rgba(221, 214, 254, 0.95);
}
.focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-300\/0:focus {
    color: rgba(196, 181, 253, 0);
}
.focus\:text-purple-300\/10:focus {
    color: rgba(196, 181, 253, 0.1);
}
.focus\:text-purple-300\/100:focus {
    color: #c4b5fd;
}
.focus\:text-purple-300\/15:focus {
    color: rgba(196, 181, 253, 0.15);
}
.focus\:text-purple-300\/20:focus {
    color: rgba(196, 181, 253, 0.2);
}
.focus\:text-purple-300\/25:focus {
    color: rgba(196, 181, 253, 0.25);
}
.focus\:text-purple-300\/30:focus {
    color: rgba(196, 181, 253, 0.3);
}
.focus\:text-purple-300\/35:focus {
    color: rgba(196, 181, 253, 0.35);
}
.focus\:text-purple-300\/40:focus {
    color: rgba(196, 181, 253, 0.4);
}
.focus\:text-purple-300\/45:focus {
    color: rgba(196, 181, 253, 0.45);
}
.focus\:text-purple-300\/5:focus {
    color: rgba(196, 181, 253, 0.05);
}
.focus\:text-purple-300\/50:focus {
    color: rgba(196, 181, 253, 0.5);
}
.focus\:text-purple-300\/55:focus {
    color: rgba(196, 181, 253, 0.55);
}
.focus\:text-purple-300\/60:focus {
    color: rgba(196, 181, 253, 0.6);
}
.focus\:text-purple-300\/65:focus {
    color: rgba(196, 181, 253, 0.65);
}
.focus\:text-purple-300\/70:focus {
    color: rgba(196, 181, 253, 0.7);
}
.focus\:text-purple-300\/75:focus {
    color: rgba(196, 181, 253, 0.75);
}
.focus\:text-purple-300\/80:focus {
    color: rgba(196, 181, 253, 0.8);
}
.focus\:text-purple-300\/85:focus {
    color: rgba(196, 181, 253, 0.85);
}
.focus\:text-purple-300\/90:focus {
    color: rgba(196, 181, 253, 0.9);
}
.focus\:text-purple-300\/95:focus {
    color: rgba(196, 181, 253, 0.95);
}
.focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-400\/0:focus {
    color: rgba(167, 139, 250, 0);
}
.focus\:text-purple-400\/10:focus {
    color: rgba(167, 139, 250, 0.1);
}
.focus\:text-purple-400\/100:focus {
    color: #a78bfa;
}
.focus\:text-purple-400\/15:focus {
    color: rgba(167, 139, 250, 0.15);
}
.focus\:text-purple-400\/20:focus {
    color: rgba(167, 139, 250, 0.2);
}
.focus\:text-purple-400\/25:focus {
    color: rgba(167, 139, 250, 0.25);
}
.focus\:text-purple-400\/30:focus {
    color: rgba(167, 139, 250, 0.3);
}
.focus\:text-purple-400\/35:focus {
    color: rgba(167, 139, 250, 0.35);
}
.focus\:text-purple-400\/40:focus {
    color: rgba(167, 139, 250, 0.4);
}
.focus\:text-purple-400\/45:focus {
    color: rgba(167, 139, 250, 0.45);
}
.focus\:text-purple-400\/5:focus {
    color: rgba(167, 139, 250, 0.05);
}
.focus\:text-purple-400\/50:focus {
    color: rgba(167, 139, 250, 0.5);
}
.focus\:text-purple-400\/55:focus {
    color: rgba(167, 139, 250, 0.55);
}
.focus\:text-purple-400\/60:focus {
    color: rgba(167, 139, 250, 0.6);
}
.focus\:text-purple-400\/65:focus {
    color: rgba(167, 139, 250, 0.65);
}
.focus\:text-purple-400\/70:focus {
    color: rgba(167, 139, 250, 0.7);
}
.focus\:text-purple-400\/75:focus {
    color: rgba(167, 139, 250, 0.75);
}
.focus\:text-purple-400\/80:focus {
    color: rgba(167, 139, 250, 0.8);
}
.focus\:text-purple-400\/85:focus {
    color: rgba(167, 139, 250, 0.85);
}
.focus\:text-purple-400\/90:focus {
    color: rgba(167, 139, 250, 0.9);
}
.focus\:text-purple-400\/95:focus {
    color: rgba(167, 139, 250, 0.95);
}
.focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-50\/0:focus {
    color: rgba(245, 243, 255, 0);
}
.focus\:text-purple-50\/10:focus {
    color: rgba(245, 243, 255, 0.1);
}
.focus\:text-purple-50\/100:focus {
    color: #f5f3ff;
}
.focus\:text-purple-50\/15:focus {
    color: rgba(245, 243, 255, 0.15);
}
.focus\:text-purple-50\/20:focus {
    color: rgba(245, 243, 255, 0.2);
}
.focus\:text-purple-50\/25:focus {
    color: rgba(245, 243, 255, 0.25);
}
.focus\:text-purple-50\/30:focus {
    color: rgba(245, 243, 255, 0.3);
}
.focus\:text-purple-50\/35:focus {
    color: rgba(245, 243, 255, 0.35);
}
.focus\:text-purple-50\/40:focus {
    color: rgba(245, 243, 255, 0.4);
}
.focus\:text-purple-50\/45:focus {
    color: rgba(245, 243, 255, 0.45);
}
.focus\:text-purple-50\/5:focus {
    color: rgba(245, 243, 255, 0.05);
}
.focus\:text-purple-50\/50:focus {
    color: rgba(245, 243, 255, 0.5);
}
.focus\:text-purple-50\/55:focus {
    color: rgba(245, 243, 255, 0.55);
}
.focus\:text-purple-50\/60:focus {
    color: rgba(245, 243, 255, 0.6);
}
.focus\:text-purple-50\/65:focus {
    color: rgba(245, 243, 255, 0.65);
}
.focus\:text-purple-50\/70:focus {
    color: rgba(245, 243, 255, 0.7);
}
.focus\:text-purple-50\/75:focus {
    color: rgba(245, 243, 255, 0.75);
}
.focus\:text-purple-50\/80:focus {
    color: rgba(245, 243, 255, 0.8);
}
.focus\:text-purple-50\/85:focus {
    color: rgba(245, 243, 255, 0.85);
}
.focus\:text-purple-50\/90:focus {
    color: rgba(245, 243, 255, 0.9);
}
.focus\:text-purple-50\/95:focus {
    color: rgba(245, 243, 255, 0.95);
}
.focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-500\/0:focus {
    color: rgba(139, 92, 246, 0);
}
.focus\:text-purple-500\/10:focus {
    color: rgba(139, 92, 246, 0.1);
}
.focus\:text-purple-500\/100:focus {
    color: #8b5cf6;
}
.focus\:text-purple-500\/15:focus {
    color: rgba(139, 92, 246, 0.15);
}
.focus\:text-purple-500\/20:focus {
    color: rgba(139, 92, 246, 0.2);
}
.focus\:text-purple-500\/25:focus {
    color: rgba(139, 92, 246, 0.25);
}
.focus\:text-purple-500\/30:focus {
    color: rgba(139, 92, 246, 0.3);
}
.focus\:text-purple-500\/35:focus {
    color: rgba(139, 92, 246, 0.35);
}
.focus\:text-purple-500\/40:focus {
    color: rgba(139, 92, 246, 0.4);
}
.focus\:text-purple-500\/45:focus {
    color: rgba(139, 92, 246, 0.45);
}
.focus\:text-purple-500\/5:focus {
    color: rgba(139, 92, 246, 0.05);
}
.focus\:text-purple-500\/50:focus {
    color: rgba(139, 92, 246, 0.5);
}
.focus\:text-purple-500\/55:focus {
    color: rgba(139, 92, 246, 0.55);
}
.focus\:text-purple-500\/60:focus {
    color: rgba(139, 92, 246, 0.6);
}
.focus\:text-purple-500\/65:focus {
    color: rgba(139, 92, 246, 0.65);
}
.focus\:text-purple-500\/70:focus {
    color: rgba(139, 92, 246, 0.7);
}
.focus\:text-purple-500\/75:focus {
    color: rgba(139, 92, 246, 0.75);
}
.focus\:text-purple-500\/80:focus {
    color: rgba(139, 92, 246, 0.8);
}
.focus\:text-purple-500\/85:focus {
    color: rgba(139, 92, 246, 0.85);
}
.focus\:text-purple-500\/90:focus {
    color: rgba(139, 92, 246, 0.9);
}
.focus\:text-purple-500\/95:focus {
    color: rgba(139, 92, 246, 0.95);
}
.focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-600\/0:focus {
    color: rgba(124, 58, 237, 0);
}
.focus\:text-purple-600\/10:focus {
    color: rgba(124, 58, 237, 0.1);
}
.focus\:text-purple-600\/100:focus {
    color: #7c3aed;
}
.focus\:text-purple-600\/15:focus {
    color: rgba(124, 58, 237, 0.15);
}
.focus\:text-purple-600\/20:focus {
    color: rgba(124, 58, 237, 0.2);
}
.focus\:text-purple-600\/25:focus {
    color: rgba(124, 58, 237, 0.25);
}
.focus\:text-purple-600\/30:focus {
    color: rgba(124, 58, 237, 0.3);
}
.focus\:text-purple-600\/35:focus {
    color: rgba(124, 58, 237, 0.35);
}
.focus\:text-purple-600\/40:focus {
    color: rgba(124, 58, 237, 0.4);
}
.focus\:text-purple-600\/45:focus {
    color: rgba(124, 58, 237, 0.45);
}
.focus\:text-purple-600\/5:focus {
    color: rgba(124, 58, 237, 0.05);
}
.focus\:text-purple-600\/50:focus {
    color: rgba(124, 58, 237, 0.5);
}
.focus\:text-purple-600\/55:focus {
    color: rgba(124, 58, 237, 0.55);
}
.focus\:text-purple-600\/60:focus {
    color: rgba(124, 58, 237, 0.6);
}
.focus\:text-purple-600\/65:focus {
    color: rgba(124, 58, 237, 0.65);
}
.focus\:text-purple-600\/70:focus {
    color: rgba(124, 58, 237, 0.7);
}
.focus\:text-purple-600\/75:focus {
    color: rgba(124, 58, 237, 0.75);
}
.focus\:text-purple-600\/80:focus {
    color: rgba(124, 58, 237, 0.8);
}
.focus\:text-purple-600\/85:focus {
    color: rgba(124, 58, 237, 0.85);
}
.focus\:text-purple-600\/90:focus {
    color: rgba(124, 58, 237, 0.9);
}
.focus\:text-purple-600\/95:focus {
    color: rgba(124, 58, 237, 0.95);
}
.focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-700\/0:focus {
    color: rgba(109, 40, 217, 0);
}
.focus\:text-purple-700\/10:focus {
    color: rgba(109, 40, 217, 0.1);
}
.focus\:text-purple-700\/100:focus {
    color: #6d28d9;
}
.focus\:text-purple-700\/15:focus {
    color: rgba(109, 40, 217, 0.15);
}
.focus\:text-purple-700\/20:focus {
    color: rgba(109, 40, 217, 0.2);
}
.focus\:text-purple-700\/25:focus {
    color: rgba(109, 40, 217, 0.25);
}
.focus\:text-purple-700\/30:focus {
    color: rgba(109, 40, 217, 0.3);
}
.focus\:text-purple-700\/35:focus {
    color: rgba(109, 40, 217, 0.35);
}
.focus\:text-purple-700\/40:focus {
    color: rgba(109, 40, 217, 0.4);
}
.focus\:text-purple-700\/45:focus {
    color: rgba(109, 40, 217, 0.45);
}
.focus\:text-purple-700\/5:focus {
    color: rgba(109, 40, 217, 0.05);
}
.focus\:text-purple-700\/50:focus {
    color: rgba(109, 40, 217, 0.5);
}
.focus\:text-purple-700\/55:focus {
    color: rgba(109, 40, 217, 0.55);
}
.focus\:text-purple-700\/60:focus {
    color: rgba(109, 40, 217, 0.6);
}
.focus\:text-purple-700\/65:focus {
    color: rgba(109, 40, 217, 0.65);
}
.focus\:text-purple-700\/70:focus {
    color: rgba(109, 40, 217, 0.7);
}
.focus\:text-purple-700\/75:focus {
    color: rgba(109, 40, 217, 0.75);
}
.focus\:text-purple-700\/80:focus {
    color: rgba(109, 40, 217, 0.8);
}
.focus\:text-purple-700\/85:focus {
    color: rgba(109, 40, 217, 0.85);
}
.focus\:text-purple-700\/90:focus {
    color: rgba(109, 40, 217, 0.9);
}
.focus\:text-purple-700\/95:focus {
    color: rgba(109, 40, 217, 0.95);
}
.focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-800\/0:focus {
    color: rgba(91, 33, 182, 0);
}
.focus\:text-purple-800\/10:focus {
    color: rgba(91, 33, 182, 0.1);
}
.focus\:text-purple-800\/100:focus {
    color: #5b21b6;
}
.focus\:text-purple-800\/15:focus {
    color: rgba(91, 33, 182, 0.15);
}
.focus\:text-purple-800\/20:focus {
    color: rgba(91, 33, 182, 0.2);
}
.focus\:text-purple-800\/25:focus {
    color: rgba(91, 33, 182, 0.25);
}
.focus\:text-purple-800\/30:focus {
    color: rgba(91, 33, 182, 0.3);
}
.focus\:text-purple-800\/35:focus {
    color: rgba(91, 33, 182, 0.35);
}
.focus\:text-purple-800\/40:focus {
    color: rgba(91, 33, 182, 0.4);
}
.focus\:text-purple-800\/45:focus {
    color: rgba(91, 33, 182, 0.45);
}
.focus\:text-purple-800\/5:focus {
    color: rgba(91, 33, 182, 0.05);
}
.focus\:text-purple-800\/50:focus {
    color: rgba(91, 33, 182, 0.5);
}
.focus\:text-purple-800\/55:focus {
    color: rgba(91, 33, 182, 0.55);
}
.focus\:text-purple-800\/60:focus {
    color: rgba(91, 33, 182, 0.6);
}
.focus\:text-purple-800\/65:focus {
    color: rgba(91, 33, 182, 0.65);
}
.focus\:text-purple-800\/70:focus {
    color: rgba(91, 33, 182, 0.7);
}
.focus\:text-purple-800\/75:focus {
    color: rgba(91, 33, 182, 0.75);
}
.focus\:text-purple-800\/80:focus {
    color: rgba(91, 33, 182, 0.8);
}
.focus\:text-purple-800\/85:focus {
    color: rgba(91, 33, 182, 0.85);
}
.focus\:text-purple-800\/90:focus {
    color: rgba(91, 33, 182, 0.9);
}
.focus\:text-purple-800\/95:focus {
    color: rgba(91, 33, 182, 0.95);
}
.focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-900\/0:focus {
    color: rgba(76, 29, 149, 0);
}
.focus\:text-purple-900\/10:focus {
    color: rgba(76, 29, 149, 0.1);
}
.focus\:text-purple-900\/100:focus {
    color: #4c1d95;
}
.focus\:text-purple-900\/15:focus {
    color: rgba(76, 29, 149, 0.15);
}
.focus\:text-purple-900\/20:focus {
    color: rgba(76, 29, 149, 0.2);
}
.focus\:text-purple-900\/25:focus {
    color: rgba(76, 29, 149, 0.25);
}
.focus\:text-purple-900\/30:focus {
    color: rgba(76, 29, 149, 0.3);
}
.focus\:text-purple-900\/35:focus {
    color: rgba(76, 29, 149, 0.35);
}
.focus\:text-purple-900\/40:focus {
    color: rgba(76, 29, 149, 0.4);
}
.focus\:text-purple-900\/45:focus {
    color: rgba(76, 29, 149, 0.45);
}
.focus\:text-purple-900\/5:focus {
    color: rgba(76, 29, 149, 0.05);
}
.focus\:text-purple-900\/50:focus {
    color: rgba(76, 29, 149, 0.5);
}
.focus\:text-purple-900\/55:focus {
    color: rgba(76, 29, 149, 0.55);
}
.focus\:text-purple-900\/60:focus {
    color: rgba(76, 29, 149, 0.6);
}
.focus\:text-purple-900\/65:focus {
    color: rgba(76, 29, 149, 0.65);
}
.focus\:text-purple-900\/70:focus {
    color: rgba(76, 29, 149, 0.7);
}
.focus\:text-purple-900\/75:focus {
    color: rgba(76, 29, 149, 0.75);
}
.focus\:text-purple-900\/80:focus {
    color: rgba(76, 29, 149, 0.8);
}
.focus\:text-purple-900\/85:focus {
    color: rgba(76, 29, 149, 0.85);
}
.focus\:text-purple-900\/90:focus {
    color: rgba(76, 29, 149, 0.9);
}
.focus\:text-purple-900\/95:focus {
    color: rgba(76, 29, 149, 0.95);
}
.focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.focus\:text-red-100\/0:focus {
    color: hsla(0, 93%, 94%, 0);
}
.focus\:text-red-100\/10:focus {
    color: hsla(0, 93%, 94%, 0.1);
}
.focus\:text-red-100\/100:focus {
    color: #fee2e2;
}
.focus\:text-red-100\/15:focus {
    color: hsla(0, 93%, 94%, 0.15);
}
.focus\:text-red-100\/20:focus {
    color: hsla(0, 93%, 94%, 0.2);
}
.focus\:text-red-100\/25:focus {
    color: hsla(0, 93%, 94%, 0.25);
}
.focus\:text-red-100\/30:focus {
    color: hsla(0, 93%, 94%, 0.3);
}
.focus\:text-red-100\/35:focus {
    color: hsla(0, 93%, 94%, 0.35);
}
.focus\:text-red-100\/40:focus {
    color: hsla(0, 93%, 94%, 0.4);
}
.focus\:text-red-100\/45:focus {
    color: hsla(0, 93%, 94%, 0.45);
}
.focus\:text-red-100\/5:focus {
    color: hsla(0, 93%, 94%, 0.05);
}
.focus\:text-red-100\/50:focus {
    color: hsla(0, 93%, 94%, 0.5);
}
.focus\:text-red-100\/55:focus {
    color: hsla(0, 93%, 94%, 0.55);
}
.focus\:text-red-100\/60:focus {
    color: hsla(0, 93%, 94%, 0.6);
}
.focus\:text-red-100\/65:focus {
    color: hsla(0, 93%, 94%, 0.65);
}
.focus\:text-red-100\/70:focus {
    color: hsla(0, 93%, 94%, 0.7);
}
.focus\:text-red-100\/75:focus {
    color: hsla(0, 93%, 94%, 0.75);
}
.focus\:text-red-100\/80:focus {
    color: hsla(0, 93%, 94%, 0.8);
}
.focus\:text-red-100\/85:focus {
    color: hsla(0, 93%, 94%, 0.85);
}
.focus\:text-red-100\/90:focus {
    color: hsla(0, 93%, 94%, 0.9);
}
.focus\:text-red-100\/95:focus {
    color: hsla(0, 93%, 94%, 0.95);
}
.focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.focus\:text-red-200\/0:focus {
    color: hsla(0, 96%, 89%, 0);
}
.focus\:text-red-200\/10:focus {
    color: hsla(0, 96%, 89%, 0.1);
}
.focus\:text-red-200\/100:focus {
    color: #fecaca;
}
.focus\:text-red-200\/15:focus {
    color: hsla(0, 96%, 89%, 0.15);
}
.focus\:text-red-200\/20:focus {
    color: hsla(0, 96%, 89%, 0.2);
}
.focus\:text-red-200\/25:focus {
    color: hsla(0, 96%, 89%, 0.25);
}
.focus\:text-red-200\/30:focus {
    color: hsla(0, 96%, 89%, 0.3);
}
.focus\:text-red-200\/35:focus {
    color: hsla(0, 96%, 89%, 0.35);
}
.focus\:text-red-200\/40:focus {
    color: hsla(0, 96%, 89%, 0.4);
}
.focus\:text-red-200\/45:focus {
    color: hsla(0, 96%, 89%, 0.45);
}
.focus\:text-red-200\/5:focus {
    color: hsla(0, 96%, 89%, 0.05);
}
.focus\:text-red-200\/50:focus {
    color: hsla(0, 96%, 89%, 0.5);
}
.focus\:text-red-200\/55:focus {
    color: hsla(0, 96%, 89%, 0.55);
}
.focus\:text-red-200\/60:focus {
    color: hsla(0, 96%, 89%, 0.6);
}
.focus\:text-red-200\/65:focus {
    color: hsla(0, 96%, 89%, 0.65);
}
.focus\:text-red-200\/70:focus {
    color: hsla(0, 96%, 89%, 0.7);
}
.focus\:text-red-200\/75:focus {
    color: hsla(0, 96%, 89%, 0.75);
}
.focus\:text-red-200\/80:focus {
    color: hsla(0, 96%, 89%, 0.8);
}
.focus\:text-red-200\/85:focus {
    color: hsla(0, 96%, 89%, 0.85);
}
.focus\:text-red-200\/90:focus {
    color: hsla(0, 96%, 89%, 0.9);
}
.focus\:text-red-200\/95:focus {
    color: hsla(0, 96%, 89%, 0.95);
}
.focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.focus\:text-red-300\/0:focus {
    color: hsla(0, 94%, 82%, 0);
}
.focus\:text-red-300\/10:focus {
    color: hsla(0, 94%, 82%, 0.1);
}
.focus\:text-red-300\/100:focus {
    color: #fca5a5;
}
.focus\:text-red-300\/15:focus {
    color: hsla(0, 94%, 82%, 0.15);
}
.focus\:text-red-300\/20:focus {
    color: hsla(0, 94%, 82%, 0.2);
}
.focus\:text-red-300\/25:focus {
    color: hsla(0, 94%, 82%, 0.25);
}
.focus\:text-red-300\/30:focus {
    color: hsla(0, 94%, 82%, 0.3);
}
.focus\:text-red-300\/35:focus {
    color: hsla(0, 94%, 82%, 0.35);
}
.focus\:text-red-300\/40:focus {
    color: hsla(0, 94%, 82%, 0.4);
}
.focus\:text-red-300\/45:focus {
    color: hsla(0, 94%, 82%, 0.45);
}
.focus\:text-red-300\/5:focus {
    color: hsla(0, 94%, 82%, 0.05);
}
.focus\:text-red-300\/50:focus {
    color: hsla(0, 94%, 82%, 0.5);
}
.focus\:text-red-300\/55:focus {
    color: hsla(0, 94%, 82%, 0.55);
}
.focus\:text-red-300\/60:focus {
    color: hsla(0, 94%, 82%, 0.6);
}
.focus\:text-red-300\/65:focus {
    color: hsla(0, 94%, 82%, 0.65);
}
.focus\:text-red-300\/70:focus {
    color: hsla(0, 94%, 82%, 0.7);
}
.focus\:text-red-300\/75:focus {
    color: hsla(0, 94%, 82%, 0.75);
}
.focus\:text-red-300\/80:focus {
    color: hsla(0, 94%, 82%, 0.8);
}
.focus\:text-red-300\/85:focus {
    color: hsla(0, 94%, 82%, 0.85);
}
.focus\:text-red-300\/90:focus {
    color: hsla(0, 94%, 82%, 0.9);
}
.focus\:text-red-300\/95:focus {
    color: hsla(0, 94%, 82%, 0.95);
}
.focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.focus\:text-red-400\/0:focus {
    color: hsla(0, 91%, 71%, 0);
}
.focus\:text-red-400\/10:focus {
    color: hsla(0, 91%, 71%, 0.1);
}
.focus\:text-red-400\/100:focus {
    color: #f87171;
}
.focus\:text-red-400\/15:focus {
    color: hsla(0, 91%, 71%, 0.15);
}
.focus\:text-red-400\/20:focus {
    color: hsla(0, 91%, 71%, 0.2);
}
.focus\:text-red-400\/25:focus {
    color: hsla(0, 91%, 71%, 0.25);
}
.focus\:text-red-400\/30:focus {
    color: hsla(0, 91%, 71%, 0.3);
}
.focus\:text-red-400\/35:focus {
    color: hsla(0, 91%, 71%, 0.35);
}
.focus\:text-red-400\/40:focus {
    color: hsla(0, 91%, 71%, 0.4);
}
.focus\:text-red-400\/45:focus {
    color: hsla(0, 91%, 71%, 0.45);
}
.focus\:text-red-400\/5:focus {
    color: hsla(0, 91%, 71%, 0.05);
}
.focus\:text-red-400\/50:focus {
    color: hsla(0, 91%, 71%, 0.5);
}
.focus\:text-red-400\/55:focus {
    color: hsla(0, 91%, 71%, 0.55);
}
.focus\:text-red-400\/60:focus {
    color: hsla(0, 91%, 71%, 0.6);
}
.focus\:text-red-400\/65:focus {
    color: hsla(0, 91%, 71%, 0.65);
}
.focus\:text-red-400\/70:focus {
    color: hsla(0, 91%, 71%, 0.7);
}
.focus\:text-red-400\/75:focus {
    color: hsla(0, 91%, 71%, 0.75);
}
.focus\:text-red-400\/80:focus {
    color: hsla(0, 91%, 71%, 0.8);
}
.focus\:text-red-400\/85:focus {
    color: hsla(0, 91%, 71%, 0.85);
}
.focus\:text-red-400\/90:focus {
    color: hsla(0, 91%, 71%, 0.9);
}
.focus\:text-red-400\/95:focus {
    color: hsla(0, 91%, 71%, 0.95);
}
.focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.focus\:text-red-50\/0:focus {
    color: hsla(0, 86%, 97%, 0);
}
.focus\:text-red-50\/10:focus {
    color: hsla(0, 86%, 97%, 0.1);
}
.focus\:text-red-50\/100:focus {
    color: #fef2f2;
}
.focus\:text-red-50\/15:focus {
    color: hsla(0, 86%, 97%, 0.15);
}
.focus\:text-red-50\/20:focus {
    color: hsla(0, 86%, 97%, 0.2);
}
.focus\:text-red-50\/25:focus {
    color: hsla(0, 86%, 97%, 0.25);
}
.focus\:text-red-50\/30:focus {
    color: hsla(0, 86%, 97%, 0.3);
}
.focus\:text-red-50\/35:focus {
    color: hsla(0, 86%, 97%, 0.35);
}
.focus\:text-red-50\/40:focus {
    color: hsla(0, 86%, 97%, 0.4);
}
.focus\:text-red-50\/45:focus {
    color: hsla(0, 86%, 97%, 0.45);
}
.focus\:text-red-50\/5:focus {
    color: hsla(0, 86%, 97%, 0.05);
}
.focus\:text-red-50\/50:focus {
    color: hsla(0, 86%, 97%, 0.5);
}
.focus\:text-red-50\/55:focus {
    color: hsla(0, 86%, 97%, 0.55);
}
.focus\:text-red-50\/60:focus {
    color: hsla(0, 86%, 97%, 0.6);
}
.focus\:text-red-50\/65:focus {
    color: hsla(0, 86%, 97%, 0.65);
}
.focus\:text-red-50\/70:focus {
    color: hsla(0, 86%, 97%, 0.7);
}
.focus\:text-red-50\/75:focus {
    color: hsla(0, 86%, 97%, 0.75);
}
.focus\:text-red-50\/80:focus {
    color: hsla(0, 86%, 97%, 0.8);
}
.focus\:text-red-50\/85:focus {
    color: hsla(0, 86%, 97%, 0.85);
}
.focus\:text-red-50\/90:focus {
    color: hsla(0, 86%, 97%, 0.9);
}
.focus\:text-red-50\/95:focus {
    color: hsla(0, 86%, 97%, 0.95);
}
.focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.focus\:text-red-500\/0:focus {
    color: rgba(239, 68, 68, 0);
}
.focus\:text-red-500\/10:focus {
    color: rgba(239, 68, 68, 0.1);
}
.focus\:text-red-500\/100:focus {
    color: #ef4444;
}
.focus\:text-red-500\/15:focus {
    color: rgba(239, 68, 68, 0.15);
}
.focus\:text-red-500\/20:focus {
    color: rgba(239, 68, 68, 0.2);
}
.focus\:text-red-500\/25:focus {
    color: rgba(239, 68, 68, 0.25);
}
.focus\:text-red-500\/30:focus {
    color: rgba(239, 68, 68, 0.3);
}
.focus\:text-red-500\/35:focus {
    color: rgba(239, 68, 68, 0.35);
}
.focus\:text-red-500\/40:focus {
    color: rgba(239, 68, 68, 0.4);
}
.focus\:text-red-500\/45:focus {
    color: rgba(239, 68, 68, 0.45);
}
.focus\:text-red-500\/5:focus {
    color: rgba(239, 68, 68, 0.05);
}
.focus\:text-red-500\/50:focus {
    color: rgba(239, 68, 68, 0.5);
}
.focus\:text-red-500\/55:focus {
    color: rgba(239, 68, 68, 0.55);
}
.focus\:text-red-500\/60:focus {
    color: rgba(239, 68, 68, 0.6);
}
.focus\:text-red-500\/65:focus {
    color: rgba(239, 68, 68, 0.65);
}
.focus\:text-red-500\/70:focus {
    color: rgba(239, 68, 68, 0.7);
}
.focus\:text-red-500\/75:focus {
    color: rgba(239, 68, 68, 0.75);
}
.focus\:text-red-500\/80:focus {
    color: rgba(239, 68, 68, 0.8);
}
.focus\:text-red-500\/85:focus {
    color: rgba(239, 68, 68, 0.85);
}
.focus\:text-red-500\/90:focus {
    color: rgba(239, 68, 68, 0.9);
}
.focus\:text-red-500\/95:focus {
    color: rgba(239, 68, 68, 0.95);
}
.focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.focus\:text-red-600\/0:focus {
    color: rgba(220, 38, 38, 0);
}
.focus\:text-red-600\/10:focus {
    color: rgba(220, 38, 38, 0.1);
}
.focus\:text-red-600\/100:focus {
    color: #dc2626;
}
.focus\:text-red-600\/15:focus {
    color: rgba(220, 38, 38, 0.15);
}
.focus\:text-red-600\/20:focus {
    color: rgba(220, 38, 38, 0.2);
}
.focus\:text-red-600\/25:focus {
    color: rgba(220, 38, 38, 0.25);
}
.focus\:text-red-600\/30:focus {
    color: rgba(220, 38, 38, 0.3);
}
.focus\:text-red-600\/35:focus {
    color: rgba(220, 38, 38, 0.35);
}
.focus\:text-red-600\/40:focus {
    color: rgba(220, 38, 38, 0.4);
}
.focus\:text-red-600\/45:focus {
    color: rgba(220, 38, 38, 0.45);
}
.focus\:text-red-600\/5:focus {
    color: rgba(220, 38, 38, 0.05);
}
.focus\:text-red-600\/50:focus {
    color: rgba(220, 38, 38, 0.5);
}
.focus\:text-red-600\/55:focus {
    color: rgba(220, 38, 38, 0.55);
}
.focus\:text-red-600\/60:focus {
    color: rgba(220, 38, 38, 0.6);
}
.focus\:text-red-600\/65:focus {
    color: rgba(220, 38, 38, 0.65);
}
.focus\:text-red-600\/70:focus {
    color: rgba(220, 38, 38, 0.7);
}
.focus\:text-red-600\/75:focus {
    color: rgba(220, 38, 38, 0.75);
}
.focus\:text-red-600\/80:focus {
    color: rgba(220, 38, 38, 0.8);
}
.focus\:text-red-600\/85:focus {
    color: rgba(220, 38, 38, 0.85);
}
.focus\:text-red-600\/90:focus {
    color: rgba(220, 38, 38, 0.9);
}
.focus\:text-red-600\/95:focus {
    color: rgba(220, 38, 38, 0.95);
}
.focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.focus\:text-red-700\/0:focus {
    color: rgba(185, 28, 28, 0);
}
.focus\:text-red-700\/10:focus {
    color: rgba(185, 28, 28, 0.1);
}
.focus\:text-red-700\/100:focus {
    color: #b91c1c;
}
.focus\:text-red-700\/15:focus {
    color: rgba(185, 28, 28, 0.15);
}
.focus\:text-red-700\/20:focus {
    color: rgba(185, 28, 28, 0.2);
}
.focus\:text-red-700\/25:focus {
    color: rgba(185, 28, 28, 0.25);
}
.focus\:text-red-700\/30:focus {
    color: rgba(185, 28, 28, 0.3);
}
.focus\:text-red-700\/35:focus {
    color: rgba(185, 28, 28, 0.35);
}
.focus\:text-red-700\/40:focus {
    color: rgba(185, 28, 28, 0.4);
}
.focus\:text-red-700\/45:focus {
    color: rgba(185, 28, 28, 0.45);
}
.focus\:text-red-700\/5:focus {
    color: rgba(185, 28, 28, 0.05);
}
.focus\:text-red-700\/50:focus {
    color: rgba(185, 28, 28, 0.5);
}
.focus\:text-red-700\/55:focus {
    color: rgba(185, 28, 28, 0.55);
}
.focus\:text-red-700\/60:focus {
    color: rgba(185, 28, 28, 0.6);
}
.focus\:text-red-700\/65:focus {
    color: rgba(185, 28, 28, 0.65);
}
.focus\:text-red-700\/70:focus {
    color: rgba(185, 28, 28, 0.7);
}
.focus\:text-red-700\/75:focus {
    color: rgba(185, 28, 28, 0.75);
}
.focus\:text-red-700\/80:focus {
    color: rgba(185, 28, 28, 0.8);
}
.focus\:text-red-700\/85:focus {
    color: rgba(185, 28, 28, 0.85);
}
.focus\:text-red-700\/90:focus {
    color: rgba(185, 28, 28, 0.9);
}
.focus\:text-red-700\/95:focus {
    color: rgba(185, 28, 28, 0.95);
}
.focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.focus\:text-red-800\/0:focus {
    color: rgba(153, 27, 27, 0);
}
.focus\:text-red-800\/10:focus {
    color: rgba(153, 27, 27, 0.1);
}
.focus\:text-red-800\/100:focus {
    color: #991b1b;
}
.focus\:text-red-800\/15:focus {
    color: rgba(153, 27, 27, 0.15);
}
.focus\:text-red-800\/20:focus {
    color: rgba(153, 27, 27, 0.2);
}
.focus\:text-red-800\/25:focus {
    color: rgba(153, 27, 27, 0.25);
}
.focus\:text-red-800\/30:focus {
    color: rgba(153, 27, 27, 0.3);
}
.focus\:text-red-800\/35:focus {
    color: rgba(153, 27, 27, 0.35);
}
.focus\:text-red-800\/40:focus {
    color: rgba(153, 27, 27, 0.4);
}
.focus\:text-red-800\/45:focus {
    color: rgba(153, 27, 27, 0.45);
}
.focus\:text-red-800\/5:focus {
    color: rgba(153, 27, 27, 0.05);
}
.focus\:text-red-800\/50:focus {
    color: rgba(153, 27, 27, 0.5);
}
.focus\:text-red-800\/55:focus {
    color: rgba(153, 27, 27, 0.55);
}
.focus\:text-red-800\/60:focus {
    color: rgba(153, 27, 27, 0.6);
}
.focus\:text-red-800\/65:focus {
    color: rgba(153, 27, 27, 0.65);
}
.focus\:text-red-800\/70:focus {
    color: rgba(153, 27, 27, 0.7);
}
.focus\:text-red-800\/75:focus {
    color: rgba(153, 27, 27, 0.75);
}
.focus\:text-red-800\/80:focus {
    color: rgba(153, 27, 27, 0.8);
}
.focus\:text-red-800\/85:focus {
    color: rgba(153, 27, 27, 0.85);
}
.focus\:text-red-800\/90:focus {
    color: rgba(153, 27, 27, 0.9);
}
.focus\:text-red-800\/95:focus {
    color: rgba(153, 27, 27, 0.95);
}
.focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.focus\:text-red-900\/0:focus {
    color: rgba(127, 29, 29, 0);
}
.focus\:text-red-900\/10:focus {
    color: rgba(127, 29, 29, 0.1);
}
.focus\:text-red-900\/100:focus {
    color: #7f1d1d;
}
.focus\:text-red-900\/15:focus {
    color: rgba(127, 29, 29, 0.15);
}
.focus\:text-red-900\/20:focus {
    color: rgba(127, 29, 29, 0.2);
}
.focus\:text-red-900\/25:focus {
    color: rgba(127, 29, 29, 0.25);
}
.focus\:text-red-900\/30:focus {
    color: rgba(127, 29, 29, 0.3);
}
.focus\:text-red-900\/35:focus {
    color: rgba(127, 29, 29, 0.35);
}
.focus\:text-red-900\/40:focus {
    color: rgba(127, 29, 29, 0.4);
}
.focus\:text-red-900\/45:focus {
    color: rgba(127, 29, 29, 0.45);
}
.focus\:text-red-900\/5:focus {
    color: rgba(127, 29, 29, 0.05);
}
.focus\:text-red-900\/50:focus {
    color: rgba(127, 29, 29, 0.5);
}
.focus\:text-red-900\/55:focus {
    color: rgba(127, 29, 29, 0.55);
}
.focus\:text-red-900\/60:focus {
    color: rgba(127, 29, 29, 0.6);
}
.focus\:text-red-900\/65:focus {
    color: rgba(127, 29, 29, 0.65);
}
.focus\:text-red-900\/70:focus {
    color: rgba(127, 29, 29, 0.7);
}
.focus\:text-red-900\/75:focus {
    color: rgba(127, 29, 29, 0.75);
}
.focus\:text-red-900\/80:focus {
    color: rgba(127, 29, 29, 0.8);
}
.focus\:text-red-900\/85:focus {
    color: rgba(127, 29, 29, 0.85);
}
.focus\:text-red-900\/90:focus {
    color: rgba(127, 29, 29, 0.9);
}
.focus\:text-red-900\/95:focus {
    color: rgba(127, 29, 29, 0.95);
}
.focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-100\/0:focus {
    color: rgba(255, 228, 230, 0);
}
.focus\:text-rose-100\/10:focus {
    color: rgba(255, 228, 230, 0.1);
}
.focus\:text-rose-100\/100:focus {
    color: #ffe4e6;
}
.focus\:text-rose-100\/15:focus {
    color: rgba(255, 228, 230, 0.15);
}
.focus\:text-rose-100\/20:focus {
    color: rgba(255, 228, 230, 0.2);
}
.focus\:text-rose-100\/25:focus {
    color: rgba(255, 228, 230, 0.25);
}
.focus\:text-rose-100\/30:focus {
    color: rgba(255, 228, 230, 0.3);
}
.focus\:text-rose-100\/35:focus {
    color: rgba(255, 228, 230, 0.35);
}
.focus\:text-rose-100\/40:focus {
    color: rgba(255, 228, 230, 0.4);
}
.focus\:text-rose-100\/45:focus {
    color: rgba(255, 228, 230, 0.45);
}
.focus\:text-rose-100\/5:focus {
    color: rgba(255, 228, 230, 0.05);
}
.focus\:text-rose-100\/50:focus {
    color: rgba(255, 228, 230, 0.5);
}
.focus\:text-rose-100\/55:focus {
    color: rgba(255, 228, 230, 0.55);
}
.focus\:text-rose-100\/60:focus {
    color: rgba(255, 228, 230, 0.6);
}
.focus\:text-rose-100\/65:focus {
    color: rgba(255, 228, 230, 0.65);
}
.focus\:text-rose-100\/70:focus {
    color: rgba(255, 228, 230, 0.7);
}
.focus\:text-rose-100\/75:focus {
    color: rgba(255, 228, 230, 0.75);
}
.focus\:text-rose-100\/80:focus {
    color: rgba(255, 228, 230, 0.8);
}
.focus\:text-rose-100\/85:focus {
    color: rgba(255, 228, 230, 0.85);
}
.focus\:text-rose-100\/90:focus {
    color: rgba(255, 228, 230, 0.9);
}
.focus\:text-rose-100\/95:focus {
    color: rgba(255, 228, 230, 0.95);
}
.focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-200\/0:focus {
    color: rgba(254, 205, 211, 0);
}
.focus\:text-rose-200\/10:focus {
    color: rgba(254, 205, 211, 0.1);
}
.focus\:text-rose-200\/100:focus {
    color: #fecdd3;
}
.focus\:text-rose-200\/15:focus {
    color: rgba(254, 205, 211, 0.15);
}
.focus\:text-rose-200\/20:focus {
    color: rgba(254, 205, 211, 0.2);
}
.focus\:text-rose-200\/25:focus {
    color: rgba(254, 205, 211, 0.25);
}
.focus\:text-rose-200\/30:focus {
    color: rgba(254, 205, 211, 0.3);
}
.focus\:text-rose-200\/35:focus {
    color: rgba(254, 205, 211, 0.35);
}
.focus\:text-rose-200\/40:focus {
    color: rgba(254, 205, 211, 0.4);
}
.focus\:text-rose-200\/45:focus {
    color: rgba(254, 205, 211, 0.45);
}
.focus\:text-rose-200\/5:focus {
    color: rgba(254, 205, 211, 0.05);
}
.focus\:text-rose-200\/50:focus {
    color: rgba(254, 205, 211, 0.5);
}
.focus\:text-rose-200\/55:focus {
    color: rgba(254, 205, 211, 0.55);
}
.focus\:text-rose-200\/60:focus {
    color: rgba(254, 205, 211, 0.6);
}
.focus\:text-rose-200\/65:focus {
    color: rgba(254, 205, 211, 0.65);
}
.focus\:text-rose-200\/70:focus {
    color: rgba(254, 205, 211, 0.7);
}
.focus\:text-rose-200\/75:focus {
    color: rgba(254, 205, 211, 0.75);
}
.focus\:text-rose-200\/80:focus {
    color: rgba(254, 205, 211, 0.8);
}
.focus\:text-rose-200\/85:focus {
    color: rgba(254, 205, 211, 0.85);
}
.focus\:text-rose-200\/90:focus {
    color: rgba(254, 205, 211, 0.9);
}
.focus\:text-rose-200\/95:focus {
    color: rgba(254, 205, 211, 0.95);
}
.focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-300\/0:focus {
    color: rgba(253, 164, 175, 0);
}
.focus\:text-rose-300\/10:focus {
    color: rgba(253, 164, 175, 0.1);
}
.focus\:text-rose-300\/100:focus {
    color: #fda4af;
}
.focus\:text-rose-300\/15:focus {
    color: rgba(253, 164, 175, 0.15);
}
.focus\:text-rose-300\/20:focus {
    color: rgba(253, 164, 175, 0.2);
}
.focus\:text-rose-300\/25:focus {
    color: rgba(253, 164, 175, 0.25);
}
.focus\:text-rose-300\/30:focus {
    color: rgba(253, 164, 175, 0.3);
}
.focus\:text-rose-300\/35:focus {
    color: rgba(253, 164, 175, 0.35);
}
.focus\:text-rose-300\/40:focus {
    color: rgba(253, 164, 175, 0.4);
}
.focus\:text-rose-300\/45:focus {
    color: rgba(253, 164, 175, 0.45);
}
.focus\:text-rose-300\/5:focus {
    color: rgba(253, 164, 175, 0.05);
}
.focus\:text-rose-300\/50:focus {
    color: rgba(253, 164, 175, 0.5);
}
.focus\:text-rose-300\/55:focus {
    color: rgba(253, 164, 175, 0.55);
}
.focus\:text-rose-300\/60:focus {
    color: rgba(253, 164, 175, 0.6);
}
.focus\:text-rose-300\/65:focus {
    color: rgba(253, 164, 175, 0.65);
}
.focus\:text-rose-300\/70:focus {
    color: rgba(253, 164, 175, 0.7);
}
.focus\:text-rose-300\/75:focus {
    color: rgba(253, 164, 175, 0.75);
}
.focus\:text-rose-300\/80:focus {
    color: rgba(253, 164, 175, 0.8);
}
.focus\:text-rose-300\/85:focus {
    color: rgba(253, 164, 175, 0.85);
}
.focus\:text-rose-300\/90:focus {
    color: rgba(253, 164, 175, 0.9);
}
.focus\:text-rose-300\/95:focus {
    color: rgba(253, 164, 175, 0.95);
}
.focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-400\/0:focus {
    color: rgba(251, 113, 133, 0);
}
.focus\:text-rose-400\/10:focus {
    color: rgba(251, 113, 133, 0.1);
}
.focus\:text-rose-400\/100:focus {
    color: #fb7185;
}
.focus\:text-rose-400\/15:focus {
    color: rgba(251, 113, 133, 0.15);
}
.focus\:text-rose-400\/20:focus {
    color: rgba(251, 113, 133, 0.2);
}
.focus\:text-rose-400\/25:focus {
    color: rgba(251, 113, 133, 0.25);
}
.focus\:text-rose-400\/30:focus {
    color: rgba(251, 113, 133, 0.3);
}
.focus\:text-rose-400\/35:focus {
    color: rgba(251, 113, 133, 0.35);
}
.focus\:text-rose-400\/40:focus {
    color: rgba(251, 113, 133, 0.4);
}
.focus\:text-rose-400\/45:focus {
    color: rgba(251, 113, 133, 0.45);
}
.focus\:text-rose-400\/5:focus {
    color: rgba(251, 113, 133, 0.05);
}
.focus\:text-rose-400\/50:focus {
    color: rgba(251, 113, 133, 0.5);
}
.focus\:text-rose-400\/55:focus {
    color: rgba(251, 113, 133, 0.55);
}
.focus\:text-rose-400\/60:focus {
    color: rgba(251, 113, 133, 0.6);
}
.focus\:text-rose-400\/65:focus {
    color: rgba(251, 113, 133, 0.65);
}
.focus\:text-rose-400\/70:focus {
    color: rgba(251, 113, 133, 0.7);
}
.focus\:text-rose-400\/75:focus {
    color: rgba(251, 113, 133, 0.75);
}
.focus\:text-rose-400\/80:focus {
    color: rgba(251, 113, 133, 0.8);
}
.focus\:text-rose-400\/85:focus {
    color: rgba(251, 113, 133, 0.85);
}
.focus\:text-rose-400\/90:focus {
    color: rgba(251, 113, 133, 0.9);
}
.focus\:text-rose-400\/95:focus {
    color: rgba(251, 113, 133, 0.95);
}
.focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-50\/0:focus {
    color: rgba(255, 241, 242, 0);
}
.focus\:text-rose-50\/10:focus {
    color: rgba(255, 241, 242, 0.1);
}
.focus\:text-rose-50\/100:focus {
    color: #fff1f2;
}
.focus\:text-rose-50\/15:focus {
    color: rgba(255, 241, 242, 0.15);
}
.focus\:text-rose-50\/20:focus {
    color: rgba(255, 241, 242, 0.2);
}
.focus\:text-rose-50\/25:focus {
    color: rgba(255, 241, 242, 0.25);
}
.focus\:text-rose-50\/30:focus {
    color: rgba(255, 241, 242, 0.3);
}
.focus\:text-rose-50\/35:focus {
    color: rgba(255, 241, 242, 0.35);
}
.focus\:text-rose-50\/40:focus {
    color: rgba(255, 241, 242, 0.4);
}
.focus\:text-rose-50\/45:focus {
    color: rgba(255, 241, 242, 0.45);
}
.focus\:text-rose-50\/5:focus {
    color: rgba(255, 241, 242, 0.05);
}
.focus\:text-rose-50\/50:focus {
    color: rgba(255, 241, 242, 0.5);
}
.focus\:text-rose-50\/55:focus {
    color: rgba(255, 241, 242, 0.55);
}
.focus\:text-rose-50\/60:focus {
    color: rgba(255, 241, 242, 0.6);
}
.focus\:text-rose-50\/65:focus {
    color: rgba(255, 241, 242, 0.65);
}
.focus\:text-rose-50\/70:focus {
    color: rgba(255, 241, 242, 0.7);
}
.focus\:text-rose-50\/75:focus {
    color: rgba(255, 241, 242, 0.75);
}
.focus\:text-rose-50\/80:focus {
    color: rgba(255, 241, 242, 0.8);
}
.focus\:text-rose-50\/85:focus {
    color: rgba(255, 241, 242, 0.85);
}
.focus\:text-rose-50\/90:focus {
    color: rgba(255, 241, 242, 0.9);
}
.focus\:text-rose-50\/95:focus {
    color: rgba(255, 241, 242, 0.95);
}
.focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-500\/0:focus {
    color: rgba(244, 63, 94, 0);
}
.focus\:text-rose-500\/10:focus {
    color: rgba(244, 63, 94, 0.1);
}
.focus\:text-rose-500\/100:focus {
    color: #f43f5e;
}
.focus\:text-rose-500\/15:focus {
    color: rgba(244, 63, 94, 0.15);
}
.focus\:text-rose-500\/20:focus {
    color: rgba(244, 63, 94, 0.2);
}
.focus\:text-rose-500\/25:focus {
    color: rgba(244, 63, 94, 0.25);
}
.focus\:text-rose-500\/30:focus {
    color: rgba(244, 63, 94, 0.3);
}
.focus\:text-rose-500\/35:focus {
    color: rgba(244, 63, 94, 0.35);
}
.focus\:text-rose-500\/40:focus {
    color: rgba(244, 63, 94, 0.4);
}
.focus\:text-rose-500\/45:focus {
    color: rgba(244, 63, 94, 0.45);
}
.focus\:text-rose-500\/5:focus {
    color: rgba(244, 63, 94, 0.05);
}
.focus\:text-rose-500\/50:focus {
    color: rgba(244, 63, 94, 0.5);
}
.focus\:text-rose-500\/55:focus {
    color: rgba(244, 63, 94, 0.55);
}
.focus\:text-rose-500\/60:focus {
    color: rgba(244, 63, 94, 0.6);
}
.focus\:text-rose-500\/65:focus {
    color: rgba(244, 63, 94, 0.65);
}
.focus\:text-rose-500\/70:focus {
    color: rgba(244, 63, 94, 0.7);
}
.focus\:text-rose-500\/75:focus {
    color: rgba(244, 63, 94, 0.75);
}
.focus\:text-rose-500\/80:focus {
    color: rgba(244, 63, 94, 0.8);
}
.focus\:text-rose-500\/85:focus {
    color: rgba(244, 63, 94, 0.85);
}
.focus\:text-rose-500\/90:focus {
    color: rgba(244, 63, 94, 0.9);
}
.focus\:text-rose-500\/95:focus {
    color: rgba(244, 63, 94, 0.95);
}
.focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-600\/0:focus {
    color: rgba(225, 29, 72, 0);
}
.focus\:text-rose-600\/10:focus {
    color: rgba(225, 29, 72, 0.1);
}
.focus\:text-rose-600\/100:focus {
    color: #e11d48;
}
.focus\:text-rose-600\/15:focus {
    color: rgba(225, 29, 72, 0.15);
}
.focus\:text-rose-600\/20:focus {
    color: rgba(225, 29, 72, 0.2);
}
.focus\:text-rose-600\/25:focus {
    color: rgba(225, 29, 72, 0.25);
}
.focus\:text-rose-600\/30:focus {
    color: rgba(225, 29, 72, 0.3);
}
.focus\:text-rose-600\/35:focus {
    color: rgba(225, 29, 72, 0.35);
}
.focus\:text-rose-600\/40:focus {
    color: rgba(225, 29, 72, 0.4);
}
.focus\:text-rose-600\/45:focus {
    color: rgba(225, 29, 72, 0.45);
}
.focus\:text-rose-600\/5:focus {
    color: rgba(225, 29, 72, 0.05);
}
.focus\:text-rose-600\/50:focus {
    color: rgba(225, 29, 72, 0.5);
}
.focus\:text-rose-600\/55:focus {
    color: rgba(225, 29, 72, 0.55);
}
.focus\:text-rose-600\/60:focus {
    color: rgba(225, 29, 72, 0.6);
}
.focus\:text-rose-600\/65:focus {
    color: rgba(225, 29, 72, 0.65);
}
.focus\:text-rose-600\/70:focus {
    color: rgba(225, 29, 72, 0.7);
}
.focus\:text-rose-600\/75:focus {
    color: rgba(225, 29, 72, 0.75);
}
.focus\:text-rose-600\/80:focus {
    color: rgba(225, 29, 72, 0.8);
}
.focus\:text-rose-600\/85:focus {
    color: rgba(225, 29, 72, 0.85);
}
.focus\:text-rose-600\/90:focus {
    color: rgba(225, 29, 72, 0.9);
}
.focus\:text-rose-600\/95:focus {
    color: rgba(225, 29, 72, 0.95);
}
.focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-700\/0:focus {
    color: rgba(190, 18, 60, 0);
}
.focus\:text-rose-700\/10:focus {
    color: rgba(190, 18, 60, 0.1);
}
.focus\:text-rose-700\/100:focus {
    color: #be123c;
}
.focus\:text-rose-700\/15:focus {
    color: rgba(190, 18, 60, 0.15);
}
.focus\:text-rose-700\/20:focus {
    color: rgba(190, 18, 60, 0.2);
}
.focus\:text-rose-700\/25:focus {
    color: rgba(190, 18, 60, 0.25);
}
.focus\:text-rose-700\/30:focus {
    color: rgba(190, 18, 60, 0.3);
}
.focus\:text-rose-700\/35:focus {
    color: rgba(190, 18, 60, 0.35);
}
.focus\:text-rose-700\/40:focus {
    color: rgba(190, 18, 60, 0.4);
}
.focus\:text-rose-700\/45:focus {
    color: rgba(190, 18, 60, 0.45);
}
.focus\:text-rose-700\/5:focus {
    color: rgba(190, 18, 60, 0.05);
}
.focus\:text-rose-700\/50:focus {
    color: rgba(190, 18, 60, 0.5);
}
.focus\:text-rose-700\/55:focus {
    color: rgba(190, 18, 60, 0.55);
}
.focus\:text-rose-700\/60:focus {
    color: rgba(190, 18, 60, 0.6);
}
.focus\:text-rose-700\/65:focus {
    color: rgba(190, 18, 60, 0.65);
}
.focus\:text-rose-700\/70:focus {
    color: rgba(190, 18, 60, 0.7);
}
.focus\:text-rose-700\/75:focus {
    color: rgba(190, 18, 60, 0.75);
}
.focus\:text-rose-700\/80:focus {
    color: rgba(190, 18, 60, 0.8);
}
.focus\:text-rose-700\/85:focus {
    color: rgba(190, 18, 60, 0.85);
}
.focus\:text-rose-700\/90:focus {
    color: rgba(190, 18, 60, 0.9);
}
.focus\:text-rose-700\/95:focus {
    color: rgba(190, 18, 60, 0.95);
}
.focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-800\/0:focus {
    color: rgba(159, 18, 57, 0);
}
.focus\:text-rose-800\/10:focus {
    color: rgba(159, 18, 57, 0.1);
}
.focus\:text-rose-800\/100:focus {
    color: #9f1239;
}
.focus\:text-rose-800\/15:focus {
    color: rgba(159, 18, 57, 0.15);
}
.focus\:text-rose-800\/20:focus {
    color: rgba(159, 18, 57, 0.2);
}
.focus\:text-rose-800\/25:focus {
    color: rgba(159, 18, 57, 0.25);
}
.focus\:text-rose-800\/30:focus {
    color: rgba(159, 18, 57, 0.3);
}
.focus\:text-rose-800\/35:focus {
    color: rgba(159, 18, 57, 0.35);
}
.focus\:text-rose-800\/40:focus {
    color: rgba(159, 18, 57, 0.4);
}
.focus\:text-rose-800\/45:focus {
    color: rgba(159, 18, 57, 0.45);
}
.focus\:text-rose-800\/5:focus {
    color: rgba(159, 18, 57, 0.05);
}
.focus\:text-rose-800\/50:focus {
    color: rgba(159, 18, 57, 0.5);
}
.focus\:text-rose-800\/55:focus {
    color: rgba(159, 18, 57, 0.55);
}
.focus\:text-rose-800\/60:focus {
    color: rgba(159, 18, 57, 0.6);
}
.focus\:text-rose-800\/65:focus {
    color: rgba(159, 18, 57, 0.65);
}
.focus\:text-rose-800\/70:focus {
    color: rgba(159, 18, 57, 0.7);
}
.focus\:text-rose-800\/75:focus {
    color: rgba(159, 18, 57, 0.75);
}
.focus\:text-rose-800\/80:focus {
    color: rgba(159, 18, 57, 0.8);
}
.focus\:text-rose-800\/85:focus {
    color: rgba(159, 18, 57, 0.85);
}
.focus\:text-rose-800\/90:focus {
    color: rgba(159, 18, 57, 0.9);
}
.focus\:text-rose-800\/95:focus {
    color: rgba(159, 18, 57, 0.95);
}
.focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-900\/0:focus {
    color: rgba(136, 19, 55, 0);
}
.focus\:text-rose-900\/10:focus {
    color: rgba(136, 19, 55, 0.1);
}
.focus\:text-rose-900\/100:focus {
    color: #881337;
}
.focus\:text-rose-900\/15:focus {
    color: rgba(136, 19, 55, 0.15);
}
.focus\:text-rose-900\/20:focus {
    color: rgba(136, 19, 55, 0.2);
}
.focus\:text-rose-900\/25:focus {
    color: rgba(136, 19, 55, 0.25);
}
.focus\:text-rose-900\/30:focus {
    color: rgba(136, 19, 55, 0.3);
}
.focus\:text-rose-900\/35:focus {
    color: rgba(136, 19, 55, 0.35);
}
.focus\:text-rose-900\/40:focus {
    color: rgba(136, 19, 55, 0.4);
}
.focus\:text-rose-900\/45:focus {
    color: rgba(136, 19, 55, 0.45);
}
.focus\:text-rose-900\/5:focus {
    color: rgba(136, 19, 55, 0.05);
}
.focus\:text-rose-900\/50:focus {
    color: rgba(136, 19, 55, 0.5);
}
.focus\:text-rose-900\/55:focus {
    color: rgba(136, 19, 55, 0.55);
}
.focus\:text-rose-900\/60:focus {
    color: rgba(136, 19, 55, 0.6);
}
.focus\:text-rose-900\/65:focus {
    color: rgba(136, 19, 55, 0.65);
}
.focus\:text-rose-900\/70:focus {
    color: rgba(136, 19, 55, 0.7);
}
.focus\:text-rose-900\/75:focus {
    color: rgba(136, 19, 55, 0.75);
}
.focus\:text-rose-900\/80:focus {
    color: rgba(136, 19, 55, 0.8);
}
.focus\:text-rose-900\/85:focus {
    color: rgba(136, 19, 55, 0.85);
}
.focus\:text-rose-900\/90:focus {
    color: rgba(136, 19, 55, 0.9);
}
.focus\:text-rose-900\/95:focus {
    color: rgba(136, 19, 55, 0.95);
}
.focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-100\/0:focus {
    color: rgba(224, 242, 254, 0);
}
.focus\:text-sky-100\/10:focus {
    color: rgba(224, 242, 254, 0.1);
}
.focus\:text-sky-100\/100:focus {
    color: #e0f2fe;
}
.focus\:text-sky-100\/15:focus {
    color: rgba(224, 242, 254, 0.15);
}
.focus\:text-sky-100\/20:focus {
    color: rgba(224, 242, 254, 0.2);
}
.focus\:text-sky-100\/25:focus {
    color: rgba(224, 242, 254, 0.25);
}
.focus\:text-sky-100\/30:focus {
    color: rgba(224, 242, 254, 0.3);
}
.focus\:text-sky-100\/35:focus {
    color: rgba(224, 242, 254, 0.35);
}
.focus\:text-sky-100\/40:focus {
    color: rgba(224, 242, 254, 0.4);
}
.focus\:text-sky-100\/45:focus {
    color: rgba(224, 242, 254, 0.45);
}
.focus\:text-sky-100\/5:focus {
    color: rgba(224, 242, 254, 0.05);
}
.focus\:text-sky-100\/50:focus {
    color: rgba(224, 242, 254, 0.5);
}
.focus\:text-sky-100\/55:focus {
    color: rgba(224, 242, 254, 0.55);
}
.focus\:text-sky-100\/60:focus {
    color: rgba(224, 242, 254, 0.6);
}
.focus\:text-sky-100\/65:focus {
    color: rgba(224, 242, 254, 0.65);
}
.focus\:text-sky-100\/70:focus {
    color: rgba(224, 242, 254, 0.7);
}
.focus\:text-sky-100\/75:focus {
    color: rgba(224, 242, 254, 0.75);
}
.focus\:text-sky-100\/80:focus {
    color: rgba(224, 242, 254, 0.8);
}
.focus\:text-sky-100\/85:focus {
    color: rgba(224, 242, 254, 0.85);
}
.focus\:text-sky-100\/90:focus {
    color: rgba(224, 242, 254, 0.9);
}
.focus\:text-sky-100\/95:focus {
    color: rgba(224, 242, 254, 0.95);
}
.focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-200\/0:focus {
    color: rgba(186, 230, 253, 0);
}
.focus\:text-sky-200\/10:focus {
    color: rgba(186, 230, 253, 0.1);
}
.focus\:text-sky-200\/100:focus {
    color: #bae6fd;
}
.focus\:text-sky-200\/15:focus {
    color: rgba(186, 230, 253, 0.15);
}
.focus\:text-sky-200\/20:focus {
    color: rgba(186, 230, 253, 0.2);
}
.focus\:text-sky-200\/25:focus {
    color: rgba(186, 230, 253, 0.25);
}
.focus\:text-sky-200\/30:focus {
    color: rgba(186, 230, 253, 0.3);
}
.focus\:text-sky-200\/35:focus {
    color: rgba(186, 230, 253, 0.35);
}
.focus\:text-sky-200\/40:focus {
    color: rgba(186, 230, 253, 0.4);
}
.focus\:text-sky-200\/45:focus {
    color: rgba(186, 230, 253, 0.45);
}
.focus\:text-sky-200\/5:focus {
    color: rgba(186, 230, 253, 0.05);
}
.focus\:text-sky-200\/50:focus {
    color: rgba(186, 230, 253, 0.5);
}
.focus\:text-sky-200\/55:focus {
    color: rgba(186, 230, 253, 0.55);
}
.focus\:text-sky-200\/60:focus {
    color: rgba(186, 230, 253, 0.6);
}
.focus\:text-sky-200\/65:focus {
    color: rgba(186, 230, 253, 0.65);
}
.focus\:text-sky-200\/70:focus {
    color: rgba(186, 230, 253, 0.7);
}
.focus\:text-sky-200\/75:focus {
    color: rgba(186, 230, 253, 0.75);
}
.focus\:text-sky-200\/80:focus {
    color: rgba(186, 230, 253, 0.8);
}
.focus\:text-sky-200\/85:focus {
    color: rgba(186, 230, 253, 0.85);
}
.focus\:text-sky-200\/90:focus {
    color: rgba(186, 230, 253, 0.9);
}
.focus\:text-sky-200\/95:focus {
    color: rgba(186, 230, 253, 0.95);
}
.focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-300\/0:focus {
    color: rgba(125, 211, 252, 0);
}
.focus\:text-sky-300\/10:focus {
    color: rgba(125, 211, 252, 0.1);
}
.focus\:text-sky-300\/100:focus {
    color: #7dd3fc;
}
.focus\:text-sky-300\/15:focus {
    color: rgba(125, 211, 252, 0.15);
}
.focus\:text-sky-300\/20:focus {
    color: rgba(125, 211, 252, 0.2);
}
.focus\:text-sky-300\/25:focus {
    color: rgba(125, 211, 252, 0.25);
}
.focus\:text-sky-300\/30:focus {
    color: rgba(125, 211, 252, 0.3);
}
.focus\:text-sky-300\/35:focus {
    color: rgba(125, 211, 252, 0.35);
}
.focus\:text-sky-300\/40:focus {
    color: rgba(125, 211, 252, 0.4);
}
.focus\:text-sky-300\/45:focus {
    color: rgba(125, 211, 252, 0.45);
}
.focus\:text-sky-300\/5:focus {
    color: rgba(125, 211, 252, 0.05);
}
.focus\:text-sky-300\/50:focus {
    color: rgba(125, 211, 252, 0.5);
}
.focus\:text-sky-300\/55:focus {
    color: rgba(125, 211, 252, 0.55);
}
.focus\:text-sky-300\/60:focus {
    color: rgba(125, 211, 252, 0.6);
}
.focus\:text-sky-300\/65:focus {
    color: rgba(125, 211, 252, 0.65);
}
.focus\:text-sky-300\/70:focus {
    color: rgba(125, 211, 252, 0.7);
}
.focus\:text-sky-300\/75:focus {
    color: rgba(125, 211, 252, 0.75);
}
.focus\:text-sky-300\/80:focus {
    color: rgba(125, 211, 252, 0.8);
}
.focus\:text-sky-300\/85:focus {
    color: rgba(125, 211, 252, 0.85);
}
.focus\:text-sky-300\/90:focus {
    color: rgba(125, 211, 252, 0.9);
}
.focus\:text-sky-300\/95:focus {
    color: rgba(125, 211, 252, 0.95);
}
.focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-400\/0:focus {
    color: rgba(56, 189, 248, 0);
}
.focus\:text-sky-400\/10:focus {
    color: rgba(56, 189, 248, 0.1);
}
.focus\:text-sky-400\/100:focus {
    color: #38bdf8;
}
.focus\:text-sky-400\/15:focus {
    color: rgba(56, 189, 248, 0.15);
}
.focus\:text-sky-400\/20:focus {
    color: rgba(56, 189, 248, 0.2);
}
.focus\:text-sky-400\/25:focus {
    color: rgba(56, 189, 248, 0.25);
}
.focus\:text-sky-400\/30:focus {
    color: rgba(56, 189, 248, 0.3);
}
.focus\:text-sky-400\/35:focus {
    color: rgba(56, 189, 248, 0.35);
}
.focus\:text-sky-400\/40:focus {
    color: rgba(56, 189, 248, 0.4);
}
.focus\:text-sky-400\/45:focus {
    color: rgba(56, 189, 248, 0.45);
}
.focus\:text-sky-400\/5:focus {
    color: rgba(56, 189, 248, 0.05);
}
.focus\:text-sky-400\/50:focus {
    color: rgba(56, 189, 248, 0.5);
}
.focus\:text-sky-400\/55:focus {
    color: rgba(56, 189, 248, 0.55);
}
.focus\:text-sky-400\/60:focus {
    color: rgba(56, 189, 248, 0.6);
}
.focus\:text-sky-400\/65:focus {
    color: rgba(56, 189, 248, 0.65);
}
.focus\:text-sky-400\/70:focus {
    color: rgba(56, 189, 248, 0.7);
}
.focus\:text-sky-400\/75:focus {
    color: rgba(56, 189, 248, 0.75);
}
.focus\:text-sky-400\/80:focus {
    color: rgba(56, 189, 248, 0.8);
}
.focus\:text-sky-400\/85:focus {
    color: rgba(56, 189, 248, 0.85);
}
.focus\:text-sky-400\/90:focus {
    color: rgba(56, 189, 248, 0.9);
}
.focus\:text-sky-400\/95:focus {
    color: rgba(56, 189, 248, 0.95);
}
.focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-50\/0:focus {
    color: rgba(240, 249, 255, 0);
}
.focus\:text-sky-50\/10:focus {
    color: rgba(240, 249, 255, 0.1);
}
.focus\:text-sky-50\/100:focus {
    color: #f0f9ff;
}
.focus\:text-sky-50\/15:focus {
    color: rgba(240, 249, 255, 0.15);
}
.focus\:text-sky-50\/20:focus {
    color: rgba(240, 249, 255, 0.2);
}
.focus\:text-sky-50\/25:focus {
    color: rgba(240, 249, 255, 0.25);
}
.focus\:text-sky-50\/30:focus {
    color: rgba(240, 249, 255, 0.3);
}
.focus\:text-sky-50\/35:focus {
    color: rgba(240, 249, 255, 0.35);
}
.focus\:text-sky-50\/40:focus {
    color: rgba(240, 249, 255, 0.4);
}
.focus\:text-sky-50\/45:focus {
    color: rgba(240, 249, 255, 0.45);
}
.focus\:text-sky-50\/5:focus {
    color: rgba(240, 249, 255, 0.05);
}
.focus\:text-sky-50\/50:focus {
    color: rgba(240, 249, 255, 0.5);
}
.focus\:text-sky-50\/55:focus {
    color: rgba(240, 249, 255, 0.55);
}
.focus\:text-sky-50\/60:focus {
    color: rgba(240, 249, 255, 0.6);
}
.focus\:text-sky-50\/65:focus {
    color: rgba(240, 249, 255, 0.65);
}
.focus\:text-sky-50\/70:focus {
    color: rgba(240, 249, 255, 0.7);
}
.focus\:text-sky-50\/75:focus {
    color: rgba(240, 249, 255, 0.75);
}
.focus\:text-sky-50\/80:focus {
    color: rgba(240, 249, 255, 0.8);
}
.focus\:text-sky-50\/85:focus {
    color: rgba(240, 249, 255, 0.85);
}
.focus\:text-sky-50\/90:focus {
    color: rgba(240, 249, 255, 0.9);
}
.focus\:text-sky-50\/95:focus {
    color: rgba(240, 249, 255, 0.95);
}
.focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-500\/0:focus {
    color: rgba(14, 165, 233, 0);
}
.focus\:text-sky-500\/10:focus {
    color: rgba(14, 165, 233, 0.1);
}
.focus\:text-sky-500\/100:focus {
    color: #0ea5e9;
}
.focus\:text-sky-500\/15:focus {
    color: rgba(14, 165, 233, 0.15);
}
.focus\:text-sky-500\/20:focus {
    color: rgba(14, 165, 233, 0.2);
}
.focus\:text-sky-500\/25:focus {
    color: rgba(14, 165, 233, 0.25);
}
.focus\:text-sky-500\/30:focus {
    color: rgba(14, 165, 233, 0.3);
}
.focus\:text-sky-500\/35:focus {
    color: rgba(14, 165, 233, 0.35);
}
.focus\:text-sky-500\/40:focus {
    color: rgba(14, 165, 233, 0.4);
}
.focus\:text-sky-500\/45:focus {
    color: rgba(14, 165, 233, 0.45);
}
.focus\:text-sky-500\/5:focus {
    color: rgba(14, 165, 233, 0.05);
}
.focus\:text-sky-500\/50:focus {
    color: rgba(14, 165, 233, 0.5);
}
.focus\:text-sky-500\/55:focus {
    color: rgba(14, 165, 233, 0.55);
}
.focus\:text-sky-500\/60:focus {
    color: rgba(14, 165, 233, 0.6);
}
.focus\:text-sky-500\/65:focus {
    color: rgba(14, 165, 233, 0.65);
}
.focus\:text-sky-500\/70:focus {
    color: rgba(14, 165, 233, 0.7);
}
.focus\:text-sky-500\/75:focus {
    color: rgba(14, 165, 233, 0.75);
}
.focus\:text-sky-500\/80:focus {
    color: rgba(14, 165, 233, 0.8);
}
.focus\:text-sky-500\/85:focus {
    color: rgba(14, 165, 233, 0.85);
}
.focus\:text-sky-500\/90:focus {
    color: rgba(14, 165, 233, 0.9);
}
.focus\:text-sky-500\/95:focus {
    color: rgba(14, 165, 233, 0.95);
}
.focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-600\/0:focus {
    color: rgba(2, 132, 199, 0);
}
.focus\:text-sky-600\/10:focus {
    color: rgba(2, 132, 199, 0.1);
}
.focus\:text-sky-600\/100:focus {
    color: #0284c7;
}
.focus\:text-sky-600\/15:focus {
    color: rgba(2, 132, 199, 0.15);
}
.focus\:text-sky-600\/20:focus {
    color: rgba(2, 132, 199, 0.2);
}
.focus\:text-sky-600\/25:focus {
    color: rgba(2, 132, 199, 0.25);
}
.focus\:text-sky-600\/30:focus {
    color: rgba(2, 132, 199, 0.3);
}
.focus\:text-sky-600\/35:focus {
    color: rgba(2, 132, 199, 0.35);
}
.focus\:text-sky-600\/40:focus {
    color: rgba(2, 132, 199, 0.4);
}
.focus\:text-sky-600\/45:focus {
    color: rgba(2, 132, 199, 0.45);
}
.focus\:text-sky-600\/5:focus {
    color: rgba(2, 132, 199, 0.05);
}
.focus\:text-sky-600\/50:focus {
    color: rgba(2, 132, 199, 0.5);
}
.focus\:text-sky-600\/55:focus {
    color: rgba(2, 132, 199, 0.55);
}
.focus\:text-sky-600\/60:focus {
    color: rgba(2, 132, 199, 0.6);
}
.focus\:text-sky-600\/65:focus {
    color: rgba(2, 132, 199, 0.65);
}
.focus\:text-sky-600\/70:focus {
    color: rgba(2, 132, 199, 0.7);
}
.focus\:text-sky-600\/75:focus {
    color: rgba(2, 132, 199, 0.75);
}
.focus\:text-sky-600\/80:focus {
    color: rgba(2, 132, 199, 0.8);
}
.focus\:text-sky-600\/85:focus {
    color: rgba(2, 132, 199, 0.85);
}
.focus\:text-sky-600\/90:focus {
    color: rgba(2, 132, 199, 0.9);
}
.focus\:text-sky-600\/95:focus {
    color: rgba(2, 132, 199, 0.95);
}
.focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-700\/0:focus {
    color: rgba(3, 105, 161, 0);
}
.focus\:text-sky-700\/10:focus {
    color: rgba(3, 105, 161, 0.1);
}
.focus\:text-sky-700\/100:focus {
    color: #0369a1;
}
.focus\:text-sky-700\/15:focus {
    color: rgba(3, 105, 161, 0.15);
}
.focus\:text-sky-700\/20:focus {
    color: rgba(3, 105, 161, 0.2);
}
.focus\:text-sky-700\/25:focus {
    color: rgba(3, 105, 161, 0.25);
}
.focus\:text-sky-700\/30:focus {
    color: rgba(3, 105, 161, 0.3);
}
.focus\:text-sky-700\/35:focus {
    color: rgba(3, 105, 161, 0.35);
}
.focus\:text-sky-700\/40:focus {
    color: rgba(3, 105, 161, 0.4);
}
.focus\:text-sky-700\/45:focus {
    color: rgba(3, 105, 161, 0.45);
}
.focus\:text-sky-700\/5:focus {
    color: rgba(3, 105, 161, 0.05);
}
.focus\:text-sky-700\/50:focus {
    color: rgba(3, 105, 161, 0.5);
}
.focus\:text-sky-700\/55:focus {
    color: rgba(3, 105, 161, 0.55);
}
.focus\:text-sky-700\/60:focus {
    color: rgba(3, 105, 161, 0.6);
}
.focus\:text-sky-700\/65:focus {
    color: rgba(3, 105, 161, 0.65);
}
.focus\:text-sky-700\/70:focus {
    color: rgba(3, 105, 161, 0.7);
}
.focus\:text-sky-700\/75:focus {
    color: rgba(3, 105, 161, 0.75);
}
.focus\:text-sky-700\/80:focus {
    color: rgba(3, 105, 161, 0.8);
}
.focus\:text-sky-700\/85:focus {
    color: rgba(3, 105, 161, 0.85);
}
.focus\:text-sky-700\/90:focus {
    color: rgba(3, 105, 161, 0.9);
}
.focus\:text-sky-700\/95:focus {
    color: rgba(3, 105, 161, 0.95);
}
.focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-800\/0:focus {
    color: rgba(7, 89, 133, 0);
}
.focus\:text-sky-800\/10:focus {
    color: rgba(7, 89, 133, 0.1);
}
.focus\:text-sky-800\/100:focus {
    color: #075985;
}
.focus\:text-sky-800\/15:focus {
    color: rgba(7, 89, 133, 0.15);
}
.focus\:text-sky-800\/20:focus {
    color: rgba(7, 89, 133, 0.2);
}
.focus\:text-sky-800\/25:focus {
    color: rgba(7, 89, 133, 0.25);
}
.focus\:text-sky-800\/30:focus {
    color: rgba(7, 89, 133, 0.3);
}
.focus\:text-sky-800\/35:focus {
    color: rgba(7, 89, 133, 0.35);
}
.focus\:text-sky-800\/40:focus {
    color: rgba(7, 89, 133, 0.4);
}
.focus\:text-sky-800\/45:focus {
    color: rgba(7, 89, 133, 0.45);
}
.focus\:text-sky-800\/5:focus {
    color: rgba(7, 89, 133, 0.05);
}
.focus\:text-sky-800\/50:focus {
    color: rgba(7, 89, 133, 0.5);
}
.focus\:text-sky-800\/55:focus {
    color: rgba(7, 89, 133, 0.55);
}
.focus\:text-sky-800\/60:focus {
    color: rgba(7, 89, 133, 0.6);
}
.focus\:text-sky-800\/65:focus {
    color: rgba(7, 89, 133, 0.65);
}
.focus\:text-sky-800\/70:focus {
    color: rgba(7, 89, 133, 0.7);
}
.focus\:text-sky-800\/75:focus {
    color: rgba(7, 89, 133, 0.75);
}
.focus\:text-sky-800\/80:focus {
    color: rgba(7, 89, 133, 0.8);
}
.focus\:text-sky-800\/85:focus {
    color: rgba(7, 89, 133, 0.85);
}
.focus\:text-sky-800\/90:focus {
    color: rgba(7, 89, 133, 0.9);
}
.focus\:text-sky-800\/95:focus {
    color: rgba(7, 89, 133, 0.95);
}
.focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-900\/0:focus {
    color: rgba(12, 74, 110, 0);
}
.focus\:text-sky-900\/10:focus {
    color: rgba(12, 74, 110, 0.1);
}
.focus\:text-sky-900\/100:focus {
    color: #0c4a6e;
}
.focus\:text-sky-900\/15:focus {
    color: rgba(12, 74, 110, 0.15);
}
.focus\:text-sky-900\/20:focus {
    color: rgba(12, 74, 110, 0.2);
}
.focus\:text-sky-900\/25:focus {
    color: rgba(12, 74, 110, 0.25);
}
.focus\:text-sky-900\/30:focus {
    color: rgba(12, 74, 110, 0.3);
}
.focus\:text-sky-900\/35:focus {
    color: rgba(12, 74, 110, 0.35);
}
.focus\:text-sky-900\/40:focus {
    color: rgba(12, 74, 110, 0.4);
}
.focus\:text-sky-900\/45:focus {
    color: rgba(12, 74, 110, 0.45);
}
.focus\:text-sky-900\/5:focus {
    color: rgba(12, 74, 110, 0.05);
}
.focus\:text-sky-900\/50:focus {
    color: rgba(12, 74, 110, 0.5);
}
.focus\:text-sky-900\/55:focus {
    color: rgba(12, 74, 110, 0.55);
}
.focus\:text-sky-900\/60:focus {
    color: rgba(12, 74, 110, 0.6);
}
.focus\:text-sky-900\/65:focus {
    color: rgba(12, 74, 110, 0.65);
}
.focus\:text-sky-900\/70:focus {
    color: rgba(12, 74, 110, 0.7);
}
.focus\:text-sky-900\/75:focus {
    color: rgba(12, 74, 110, 0.75);
}
.focus\:text-sky-900\/80:focus {
    color: rgba(12, 74, 110, 0.8);
}
.focus\:text-sky-900\/85:focus {
    color: rgba(12, 74, 110, 0.85);
}
.focus\:text-sky-900\/90:focus {
    color: rgba(12, 74, 110, 0.9);
}
.focus\:text-sky-900\/95:focus {
    color: rgba(12, 74, 110, 0.95);
}
.focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-100\/0:focus {
    color: rgba(241, 245, 249, 0);
}
.focus\:text-slate-100\/10:focus {
    color: rgba(241, 245, 249, 0.1);
}
.focus\:text-slate-100\/100:focus {
    color: #f1f5f9;
}
.focus\:text-slate-100\/15:focus {
    color: rgba(241, 245, 249, 0.15);
}
.focus\:text-slate-100\/20:focus {
    color: rgba(241, 245, 249, 0.2);
}
.focus\:text-slate-100\/25:focus {
    color: rgba(241, 245, 249, 0.25);
}
.focus\:text-slate-100\/30:focus {
    color: rgba(241, 245, 249, 0.3);
}
.focus\:text-slate-100\/35:focus {
    color: rgba(241, 245, 249, 0.35);
}
.focus\:text-slate-100\/40:focus {
    color: rgba(241, 245, 249, 0.4);
}
.focus\:text-slate-100\/45:focus {
    color: rgba(241, 245, 249, 0.45);
}
.focus\:text-slate-100\/5:focus {
    color: rgba(241, 245, 249, 0.05);
}
.focus\:text-slate-100\/50:focus {
    color: rgba(241, 245, 249, 0.5);
}
.focus\:text-slate-100\/55:focus {
    color: rgba(241, 245, 249, 0.55);
}
.focus\:text-slate-100\/60:focus {
    color: rgba(241, 245, 249, 0.6);
}
.focus\:text-slate-100\/65:focus {
    color: rgba(241, 245, 249, 0.65);
}
.focus\:text-slate-100\/70:focus {
    color: rgba(241, 245, 249, 0.7);
}
.focus\:text-slate-100\/75:focus {
    color: rgba(241, 245, 249, 0.75);
}
.focus\:text-slate-100\/80:focus {
    color: rgba(241, 245, 249, 0.8);
}
.focus\:text-slate-100\/85:focus {
    color: rgba(241, 245, 249, 0.85);
}
.focus\:text-slate-100\/90:focus {
    color: rgba(241, 245, 249, 0.9);
}
.focus\:text-slate-100\/95:focus {
    color: rgba(241, 245, 249, 0.95);
}
.focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-200\/0:focus {
    color: rgba(226, 232, 240, 0);
}
.focus\:text-slate-200\/10:focus {
    color: rgba(226, 232, 240, 0.1);
}
.focus\:text-slate-200\/100:focus {
    color: #e2e8f0;
}
.focus\:text-slate-200\/15:focus {
    color: rgba(226, 232, 240, 0.15);
}
.focus\:text-slate-200\/20:focus {
    color: rgba(226, 232, 240, 0.2);
}
.focus\:text-slate-200\/25:focus {
    color: rgba(226, 232, 240, 0.25);
}
.focus\:text-slate-200\/30:focus {
    color: rgba(226, 232, 240, 0.3);
}
.focus\:text-slate-200\/35:focus {
    color: rgba(226, 232, 240, 0.35);
}
.focus\:text-slate-200\/40:focus {
    color: rgba(226, 232, 240, 0.4);
}
.focus\:text-slate-200\/45:focus {
    color: rgba(226, 232, 240, 0.45);
}
.focus\:text-slate-200\/5:focus {
    color: rgba(226, 232, 240, 0.05);
}
.focus\:text-slate-200\/50:focus {
    color: rgba(226, 232, 240, 0.5);
}
.focus\:text-slate-200\/55:focus {
    color: rgba(226, 232, 240, 0.55);
}
.focus\:text-slate-200\/60:focus {
    color: rgba(226, 232, 240, 0.6);
}
.focus\:text-slate-200\/65:focus {
    color: rgba(226, 232, 240, 0.65);
}
.focus\:text-slate-200\/70:focus {
    color: rgba(226, 232, 240, 0.7);
}
.focus\:text-slate-200\/75:focus {
    color: rgba(226, 232, 240, 0.75);
}
.focus\:text-slate-200\/80:focus {
    color: rgba(226, 232, 240, 0.8);
}
.focus\:text-slate-200\/85:focus {
    color: rgba(226, 232, 240, 0.85);
}
.focus\:text-slate-200\/90:focus {
    color: rgba(226, 232, 240, 0.9);
}
.focus\:text-slate-200\/95:focus {
    color: rgba(226, 232, 240, 0.95);
}
.focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-300\/0:focus {
    color: rgba(203, 213, 225, 0);
}
.focus\:text-slate-300\/10:focus {
    color: rgba(203, 213, 225, 0.1);
}
.focus\:text-slate-300\/100:focus {
    color: #cbd5e1;
}
.focus\:text-slate-300\/15:focus {
    color: rgba(203, 213, 225, 0.15);
}
.focus\:text-slate-300\/20:focus {
    color: rgba(203, 213, 225, 0.2);
}
.focus\:text-slate-300\/25:focus {
    color: rgba(203, 213, 225, 0.25);
}
.focus\:text-slate-300\/30:focus {
    color: rgba(203, 213, 225, 0.3);
}
.focus\:text-slate-300\/35:focus {
    color: rgba(203, 213, 225, 0.35);
}
.focus\:text-slate-300\/40:focus {
    color: rgba(203, 213, 225, 0.4);
}
.focus\:text-slate-300\/45:focus {
    color: rgba(203, 213, 225, 0.45);
}
.focus\:text-slate-300\/5:focus {
    color: rgba(203, 213, 225, 0.05);
}
.focus\:text-slate-300\/50:focus {
    color: rgba(203, 213, 225, 0.5);
}
.focus\:text-slate-300\/55:focus {
    color: rgba(203, 213, 225, 0.55);
}
.focus\:text-slate-300\/60:focus {
    color: rgba(203, 213, 225, 0.6);
}
.focus\:text-slate-300\/65:focus {
    color: rgba(203, 213, 225, 0.65);
}
.focus\:text-slate-300\/70:focus {
    color: rgba(203, 213, 225, 0.7);
}
.focus\:text-slate-300\/75:focus {
    color: rgba(203, 213, 225, 0.75);
}
.focus\:text-slate-300\/80:focus {
    color: rgba(203, 213, 225, 0.8);
}
.focus\:text-slate-300\/85:focus {
    color: rgba(203, 213, 225, 0.85);
}
.focus\:text-slate-300\/90:focus {
    color: rgba(203, 213, 225, 0.9);
}
.focus\:text-slate-300\/95:focus {
    color: rgba(203, 213, 225, 0.95);
}
.focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-400\/0:focus {
    color: rgba(148, 163, 184, 0);
}
.focus\:text-slate-400\/10:focus {
    color: rgba(148, 163, 184, 0.1);
}
.focus\:text-slate-400\/100:focus {
    color: #94a3b8;
}
.focus\:text-slate-400\/15:focus {
    color: rgba(148, 163, 184, 0.15);
}
.focus\:text-slate-400\/20:focus {
    color: rgba(148, 163, 184, 0.2);
}
.focus\:text-slate-400\/25:focus {
    color: rgba(148, 163, 184, 0.25);
}
.focus\:text-slate-400\/30:focus {
    color: rgba(148, 163, 184, 0.3);
}
.focus\:text-slate-400\/35:focus {
    color: rgba(148, 163, 184, 0.35);
}
.focus\:text-slate-400\/40:focus {
    color: rgba(148, 163, 184, 0.4);
}
.focus\:text-slate-400\/45:focus {
    color: rgba(148, 163, 184, 0.45);
}
.focus\:text-slate-400\/5:focus {
    color: rgba(148, 163, 184, 0.05);
}
.focus\:text-slate-400\/50:focus {
    color: rgba(148, 163, 184, 0.5);
}
.focus\:text-slate-400\/55:focus {
    color: rgba(148, 163, 184, 0.55);
}
.focus\:text-slate-400\/60:focus {
    color: rgba(148, 163, 184, 0.6);
}
.focus\:text-slate-400\/65:focus {
    color: rgba(148, 163, 184, 0.65);
}
.focus\:text-slate-400\/70:focus {
    color: rgba(148, 163, 184, 0.7);
}
.focus\:text-slate-400\/75:focus {
    color: rgba(148, 163, 184, 0.75);
}
.focus\:text-slate-400\/80:focus {
    color: rgba(148, 163, 184, 0.8);
}
.focus\:text-slate-400\/85:focus {
    color: rgba(148, 163, 184, 0.85);
}
.focus\:text-slate-400\/90:focus {
    color: rgba(148, 163, 184, 0.9);
}
.focus\:text-slate-400\/95:focus {
    color: rgba(148, 163, 184, 0.95);
}
.focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-50\/0:focus {
    color: rgba(248, 250, 252, 0);
}
.focus\:text-slate-50\/10:focus {
    color: rgba(248, 250, 252, 0.1);
}
.focus\:text-slate-50\/100:focus {
    color: #f8fafc;
}
.focus\:text-slate-50\/15:focus {
    color: rgba(248, 250, 252, 0.15);
}
.focus\:text-slate-50\/20:focus {
    color: rgba(248, 250, 252, 0.2);
}
.focus\:text-slate-50\/25:focus {
    color: rgba(248, 250, 252, 0.25);
}
.focus\:text-slate-50\/30:focus {
    color: rgba(248, 250, 252, 0.3);
}
.focus\:text-slate-50\/35:focus {
    color: rgba(248, 250, 252, 0.35);
}
.focus\:text-slate-50\/40:focus {
    color: rgba(248, 250, 252, 0.4);
}
.focus\:text-slate-50\/45:focus {
    color: rgba(248, 250, 252, 0.45);
}
.focus\:text-slate-50\/5:focus {
    color: rgba(248, 250, 252, 0.05);
}
.focus\:text-slate-50\/50:focus {
    color: rgba(248, 250, 252, 0.5);
}
.focus\:text-slate-50\/55:focus {
    color: rgba(248, 250, 252, 0.55);
}
.focus\:text-slate-50\/60:focus {
    color: rgba(248, 250, 252, 0.6);
}
.focus\:text-slate-50\/65:focus {
    color: rgba(248, 250, 252, 0.65);
}
.focus\:text-slate-50\/70:focus {
    color: rgba(248, 250, 252, 0.7);
}
.focus\:text-slate-50\/75:focus {
    color: rgba(248, 250, 252, 0.75);
}
.focus\:text-slate-50\/80:focus {
    color: rgba(248, 250, 252, 0.8);
}
.focus\:text-slate-50\/85:focus {
    color: rgba(248, 250, 252, 0.85);
}
.focus\:text-slate-50\/90:focus {
    color: rgba(248, 250, 252, 0.9);
}
.focus\:text-slate-50\/95:focus {
    color: rgba(248, 250, 252, 0.95);
}
.focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-500\/0:focus {
    color: rgba(100, 116, 139, 0);
}
.focus\:text-slate-500\/10:focus {
    color: rgba(100, 116, 139, 0.1);
}
.focus\:text-slate-500\/100:focus {
    color: #64748b;
}
.focus\:text-slate-500\/15:focus {
    color: rgba(100, 116, 139, 0.15);
}
.focus\:text-slate-500\/20:focus {
    color: rgba(100, 116, 139, 0.2);
}
.focus\:text-slate-500\/25:focus {
    color: rgba(100, 116, 139, 0.25);
}
.focus\:text-slate-500\/30:focus {
    color: rgba(100, 116, 139, 0.3);
}
.focus\:text-slate-500\/35:focus {
    color: rgba(100, 116, 139, 0.35);
}
.focus\:text-slate-500\/40:focus {
    color: rgba(100, 116, 139, 0.4);
}
.focus\:text-slate-500\/45:focus {
    color: rgba(100, 116, 139, 0.45);
}
.focus\:text-slate-500\/5:focus {
    color: rgba(100, 116, 139, 0.05);
}
.focus\:text-slate-500\/50:focus {
    color: rgba(100, 116, 139, 0.5);
}
.focus\:text-slate-500\/55:focus {
    color: rgba(100, 116, 139, 0.55);
}
.focus\:text-slate-500\/60:focus {
    color: rgba(100, 116, 139, 0.6);
}
.focus\:text-slate-500\/65:focus {
    color: rgba(100, 116, 139, 0.65);
}
.focus\:text-slate-500\/70:focus {
    color: rgba(100, 116, 139, 0.7);
}
.focus\:text-slate-500\/75:focus {
    color: rgba(100, 116, 139, 0.75);
}
.focus\:text-slate-500\/80:focus {
    color: rgba(100, 116, 139, 0.8);
}
.focus\:text-slate-500\/85:focus {
    color: rgba(100, 116, 139, 0.85);
}
.focus\:text-slate-500\/90:focus {
    color: rgba(100, 116, 139, 0.9);
}
.focus\:text-slate-500\/95:focus {
    color: rgba(100, 116, 139, 0.95);
}
.focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-600\/0:focus {
    color: rgba(71, 85, 105, 0);
}
.focus\:text-slate-600\/10:focus {
    color: rgba(71, 85, 105, 0.1);
}
.focus\:text-slate-600\/100:focus {
    color: #475569;
}
.focus\:text-slate-600\/15:focus {
    color: rgba(71, 85, 105, 0.15);
}
.focus\:text-slate-600\/20:focus {
    color: rgba(71, 85, 105, 0.2);
}
.focus\:text-slate-600\/25:focus {
    color: rgba(71, 85, 105, 0.25);
}
.focus\:text-slate-600\/30:focus {
    color: rgba(71, 85, 105, 0.3);
}
.focus\:text-slate-600\/35:focus {
    color: rgba(71, 85, 105, 0.35);
}
.focus\:text-slate-600\/40:focus {
    color: rgba(71, 85, 105, 0.4);
}
.focus\:text-slate-600\/45:focus {
    color: rgba(71, 85, 105, 0.45);
}
.focus\:text-slate-600\/5:focus {
    color: rgba(71, 85, 105, 0.05);
}
.focus\:text-slate-600\/50:focus {
    color: rgba(71, 85, 105, 0.5);
}
.focus\:text-slate-600\/55:focus {
    color: rgba(71, 85, 105, 0.55);
}
.focus\:text-slate-600\/60:focus {
    color: rgba(71, 85, 105, 0.6);
}
.focus\:text-slate-600\/65:focus {
    color: rgba(71, 85, 105, 0.65);
}
.focus\:text-slate-600\/70:focus {
    color: rgba(71, 85, 105, 0.7);
}
.focus\:text-slate-600\/75:focus {
    color: rgba(71, 85, 105, 0.75);
}
.focus\:text-slate-600\/80:focus {
    color: rgba(71, 85, 105, 0.8);
}
.focus\:text-slate-600\/85:focus {
    color: rgba(71, 85, 105, 0.85);
}
.focus\:text-slate-600\/90:focus {
    color: rgba(71, 85, 105, 0.9);
}
.focus\:text-slate-600\/95:focus {
    color: rgba(71, 85, 105, 0.95);
}
.focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-700\/0:focus {
    color: rgba(51, 65, 85, 0);
}
.focus\:text-slate-700\/10:focus {
    color: rgba(51, 65, 85, 0.1);
}
.focus\:text-slate-700\/100:focus {
    color: #334155;
}
.focus\:text-slate-700\/15:focus {
    color: rgba(51, 65, 85, 0.15);
}
.focus\:text-slate-700\/20:focus {
    color: rgba(51, 65, 85, 0.2);
}
.focus\:text-slate-700\/25:focus {
    color: rgba(51, 65, 85, 0.25);
}
.focus\:text-slate-700\/30:focus {
    color: rgba(51, 65, 85, 0.3);
}
.focus\:text-slate-700\/35:focus {
    color: rgba(51, 65, 85, 0.35);
}
.focus\:text-slate-700\/40:focus {
    color: rgba(51, 65, 85, 0.4);
}
.focus\:text-slate-700\/45:focus {
    color: rgba(51, 65, 85, 0.45);
}
.focus\:text-slate-700\/5:focus {
    color: rgba(51, 65, 85, 0.05);
}
.focus\:text-slate-700\/50:focus {
    color: rgba(51, 65, 85, 0.5);
}
.focus\:text-slate-700\/55:focus {
    color: rgba(51, 65, 85, 0.55);
}
.focus\:text-slate-700\/60:focus {
    color: rgba(51, 65, 85, 0.6);
}
.focus\:text-slate-700\/65:focus {
    color: rgba(51, 65, 85, 0.65);
}
.focus\:text-slate-700\/70:focus {
    color: rgba(51, 65, 85, 0.7);
}
.focus\:text-slate-700\/75:focus {
    color: rgba(51, 65, 85, 0.75);
}
.focus\:text-slate-700\/80:focus {
    color: rgba(51, 65, 85, 0.8);
}
.focus\:text-slate-700\/85:focus {
    color: rgba(51, 65, 85, 0.85);
}
.focus\:text-slate-700\/90:focus {
    color: rgba(51, 65, 85, 0.9);
}
.focus\:text-slate-700\/95:focus {
    color: rgba(51, 65, 85, 0.95);
}
.focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-800\/0:focus {
    color: rgba(30, 41, 59, 0);
}
.focus\:text-slate-800\/10:focus {
    color: rgba(30, 41, 59, 0.1);
}
.focus\:text-slate-800\/100:focus {
    color: #1e293b;
}
.focus\:text-slate-800\/15:focus {
    color: rgba(30, 41, 59, 0.15);
}
.focus\:text-slate-800\/20:focus {
    color: rgba(30, 41, 59, 0.2);
}
.focus\:text-slate-800\/25:focus {
    color: rgba(30, 41, 59, 0.25);
}
.focus\:text-slate-800\/30:focus {
    color: rgba(30, 41, 59, 0.3);
}
.focus\:text-slate-800\/35:focus {
    color: rgba(30, 41, 59, 0.35);
}
.focus\:text-slate-800\/40:focus {
    color: rgba(30, 41, 59, 0.4);
}
.focus\:text-slate-800\/45:focus {
    color: rgba(30, 41, 59, 0.45);
}
.focus\:text-slate-800\/5:focus {
    color: rgba(30, 41, 59, 0.05);
}
.focus\:text-slate-800\/50:focus {
    color: rgba(30, 41, 59, 0.5);
}
.focus\:text-slate-800\/55:focus {
    color: rgba(30, 41, 59, 0.55);
}
.focus\:text-slate-800\/60:focus {
    color: rgba(30, 41, 59, 0.6);
}
.focus\:text-slate-800\/65:focus {
    color: rgba(30, 41, 59, 0.65);
}
.focus\:text-slate-800\/70:focus {
    color: rgba(30, 41, 59, 0.7);
}
.focus\:text-slate-800\/75:focus {
    color: rgba(30, 41, 59, 0.75);
}
.focus\:text-slate-800\/80:focus {
    color: rgba(30, 41, 59, 0.8);
}
.focus\:text-slate-800\/85:focus {
    color: rgba(30, 41, 59, 0.85);
}
.focus\:text-slate-800\/90:focus {
    color: rgba(30, 41, 59, 0.9);
}
.focus\:text-slate-800\/95:focus {
    color: rgba(30, 41, 59, 0.95);
}
.focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-900\/0:focus {
    color: rgba(15, 23, 42, 0);
}
.focus\:text-slate-900\/10:focus {
    color: rgba(15, 23, 42, 0.1);
}
.focus\:text-slate-900\/100:focus {
    color: #0f172a;
}
.focus\:text-slate-900\/15:focus {
    color: rgba(15, 23, 42, 0.15);
}
.focus\:text-slate-900\/20:focus {
    color: rgba(15, 23, 42, 0.2);
}
.focus\:text-slate-900\/25:focus {
    color: rgba(15, 23, 42, 0.25);
}
.focus\:text-slate-900\/30:focus {
    color: rgba(15, 23, 42, 0.3);
}
.focus\:text-slate-900\/35:focus {
    color: rgba(15, 23, 42, 0.35);
}
.focus\:text-slate-900\/40:focus {
    color: rgba(15, 23, 42, 0.4);
}
.focus\:text-slate-900\/45:focus {
    color: rgba(15, 23, 42, 0.45);
}
.focus\:text-slate-900\/5:focus {
    color: rgba(15, 23, 42, 0.05);
}
.focus\:text-slate-900\/50:focus {
    color: rgba(15, 23, 42, 0.5);
}
.focus\:text-slate-900\/55:focus {
    color: rgba(15, 23, 42, 0.55);
}
.focus\:text-slate-900\/60:focus {
    color: rgba(15, 23, 42, 0.6);
}
.focus\:text-slate-900\/65:focus {
    color: rgba(15, 23, 42, 0.65);
}
.focus\:text-slate-900\/70:focus {
    color: rgba(15, 23, 42, 0.7);
}
.focus\:text-slate-900\/75:focus {
    color: rgba(15, 23, 42, 0.75);
}
.focus\:text-slate-900\/80:focus {
    color: rgba(15, 23, 42, 0.8);
}
.focus\:text-slate-900\/85:focus {
    color: rgba(15, 23, 42, 0.85);
}
.focus\:text-slate-900\/90:focus {
    color: rgba(15, 23, 42, 0.9);
}
.focus\:text-slate-900\/95:focus {
    color: rgba(15, 23, 42, 0.95);
}
.focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-100\/0:focus {
    color: hsla(60, 5%, 96%, 0);
}
.focus\:text-stone-100\/10:focus {
    color: hsla(60, 5%, 96%, 0.1);
}
.focus\:text-stone-100\/100:focus {
    color: #f5f5f4;
}
.focus\:text-stone-100\/15:focus {
    color: hsla(60, 5%, 96%, 0.15);
}
.focus\:text-stone-100\/20:focus {
    color: hsla(60, 5%, 96%, 0.2);
}
.focus\:text-stone-100\/25:focus {
    color: hsla(60, 5%, 96%, 0.25);
}
.focus\:text-stone-100\/30:focus {
    color: hsla(60, 5%, 96%, 0.3);
}
.focus\:text-stone-100\/35:focus {
    color: hsla(60, 5%, 96%, 0.35);
}
.focus\:text-stone-100\/40:focus {
    color: hsla(60, 5%, 96%, 0.4);
}
.focus\:text-stone-100\/45:focus {
    color: hsla(60, 5%, 96%, 0.45);
}
.focus\:text-stone-100\/5:focus {
    color: hsla(60, 5%, 96%, 0.05);
}
.focus\:text-stone-100\/50:focus {
    color: hsla(60, 5%, 96%, 0.5);
}
.focus\:text-stone-100\/55:focus {
    color: hsla(60, 5%, 96%, 0.55);
}
.focus\:text-stone-100\/60:focus {
    color: hsla(60, 5%, 96%, 0.6);
}
.focus\:text-stone-100\/65:focus {
    color: hsla(60, 5%, 96%, 0.65);
}
.focus\:text-stone-100\/70:focus {
    color: hsla(60, 5%, 96%, 0.7);
}
.focus\:text-stone-100\/75:focus {
    color: hsla(60, 5%, 96%, 0.75);
}
.focus\:text-stone-100\/80:focus {
    color: hsla(60, 5%, 96%, 0.8);
}
.focus\:text-stone-100\/85:focus {
    color: hsla(60, 5%, 96%, 0.85);
}
.focus\:text-stone-100\/90:focus {
    color: hsla(60, 5%, 96%, 0.9);
}
.focus\:text-stone-100\/95:focus {
    color: hsla(60, 5%, 96%, 0.95);
}
.focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-200\/0:focus {
    color: hsla(20, 6%, 90%, 0);
}
.focus\:text-stone-200\/10:focus {
    color: hsla(20, 6%, 90%, 0.1);
}
.focus\:text-stone-200\/100:focus {
    color: #e7e5e4;
}
.focus\:text-stone-200\/15:focus {
    color: hsla(20, 6%, 90%, 0.15);
}
.focus\:text-stone-200\/20:focus {
    color: hsla(20, 6%, 90%, 0.2);
}
.focus\:text-stone-200\/25:focus {
    color: hsla(20, 6%, 90%, 0.25);
}
.focus\:text-stone-200\/30:focus {
    color: hsla(20, 6%, 90%, 0.3);
}
.focus\:text-stone-200\/35:focus {
    color: hsla(20, 6%, 90%, 0.35);
}
.focus\:text-stone-200\/40:focus {
    color: hsla(20, 6%, 90%, 0.4);
}
.focus\:text-stone-200\/45:focus {
    color: hsla(20, 6%, 90%, 0.45);
}
.focus\:text-stone-200\/5:focus {
    color: hsla(20, 6%, 90%, 0.05);
}
.focus\:text-stone-200\/50:focus {
    color: hsla(20, 6%, 90%, 0.5);
}
.focus\:text-stone-200\/55:focus {
    color: hsla(20, 6%, 90%, 0.55);
}
.focus\:text-stone-200\/60:focus {
    color: hsla(20, 6%, 90%, 0.6);
}
.focus\:text-stone-200\/65:focus {
    color: hsla(20, 6%, 90%, 0.65);
}
.focus\:text-stone-200\/70:focus {
    color: hsla(20, 6%, 90%, 0.7);
}
.focus\:text-stone-200\/75:focus {
    color: hsla(20, 6%, 90%, 0.75);
}
.focus\:text-stone-200\/80:focus {
    color: hsla(20, 6%, 90%, 0.8);
}
.focus\:text-stone-200\/85:focus {
    color: hsla(20, 6%, 90%, 0.85);
}
.focus\:text-stone-200\/90:focus {
    color: hsla(20, 6%, 90%, 0.9);
}
.focus\:text-stone-200\/95:focus {
    color: hsla(20, 6%, 90%, 0.95);
}
.focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-300\/0:focus {
    color: hsla(24, 6%, 83%, 0);
}
.focus\:text-stone-300\/10:focus {
    color: hsla(24, 6%, 83%, 0.1);
}
.focus\:text-stone-300\/100:focus {
    color: #d6d3d1;
}
.focus\:text-stone-300\/15:focus {
    color: hsla(24, 6%, 83%, 0.15);
}
.focus\:text-stone-300\/20:focus {
    color: hsla(24, 6%, 83%, 0.2);
}
.focus\:text-stone-300\/25:focus {
    color: hsla(24, 6%, 83%, 0.25);
}
.focus\:text-stone-300\/30:focus {
    color: hsla(24, 6%, 83%, 0.3);
}
.focus\:text-stone-300\/35:focus {
    color: hsla(24, 6%, 83%, 0.35);
}
.focus\:text-stone-300\/40:focus {
    color: hsla(24, 6%, 83%, 0.4);
}
.focus\:text-stone-300\/45:focus {
    color: hsla(24, 6%, 83%, 0.45);
}
.focus\:text-stone-300\/5:focus {
    color: hsla(24, 6%, 83%, 0.05);
}
.focus\:text-stone-300\/50:focus {
    color: hsla(24, 6%, 83%, 0.5);
}
.focus\:text-stone-300\/55:focus {
    color: hsla(24, 6%, 83%, 0.55);
}
.focus\:text-stone-300\/60:focus {
    color: hsla(24, 6%, 83%, 0.6);
}
.focus\:text-stone-300\/65:focus {
    color: hsla(24, 6%, 83%, 0.65);
}
.focus\:text-stone-300\/70:focus {
    color: hsla(24, 6%, 83%, 0.7);
}
.focus\:text-stone-300\/75:focus {
    color: hsla(24, 6%, 83%, 0.75);
}
.focus\:text-stone-300\/80:focus {
    color: hsla(24, 6%, 83%, 0.8);
}
.focus\:text-stone-300\/85:focus {
    color: hsla(24, 6%, 83%, 0.85);
}
.focus\:text-stone-300\/90:focus {
    color: hsla(24, 6%, 83%, 0.9);
}
.focus\:text-stone-300\/95:focus {
    color: hsla(24, 6%, 83%, 0.95);
}
.focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-400\/0:focus {
    color: hsla(24, 5%, 64%, 0);
}
.focus\:text-stone-400\/10:focus {
    color: hsla(24, 5%, 64%, 0.1);
}
.focus\:text-stone-400\/100:focus {
    color: #a8a29e;
}
.focus\:text-stone-400\/15:focus {
    color: hsla(24, 5%, 64%, 0.15);
}
.focus\:text-stone-400\/20:focus {
    color: hsla(24, 5%, 64%, 0.2);
}
.focus\:text-stone-400\/25:focus {
    color: hsla(24, 5%, 64%, 0.25);
}
.focus\:text-stone-400\/30:focus {
    color: hsla(24, 5%, 64%, 0.3);
}
.focus\:text-stone-400\/35:focus {
    color: hsla(24, 5%, 64%, 0.35);
}
.focus\:text-stone-400\/40:focus {
    color: hsla(24, 5%, 64%, 0.4);
}
.focus\:text-stone-400\/45:focus {
    color: hsla(24, 5%, 64%, 0.45);
}
.focus\:text-stone-400\/5:focus {
    color: hsla(24, 5%, 64%, 0.05);
}
.focus\:text-stone-400\/50:focus {
    color: hsla(24, 5%, 64%, 0.5);
}
.focus\:text-stone-400\/55:focus {
    color: hsla(24, 5%, 64%, 0.55);
}
.focus\:text-stone-400\/60:focus {
    color: hsla(24, 5%, 64%, 0.6);
}
.focus\:text-stone-400\/65:focus {
    color: hsla(24, 5%, 64%, 0.65);
}
.focus\:text-stone-400\/70:focus {
    color: hsla(24, 5%, 64%, 0.7);
}
.focus\:text-stone-400\/75:focus {
    color: hsla(24, 5%, 64%, 0.75);
}
.focus\:text-stone-400\/80:focus {
    color: hsla(24, 5%, 64%, 0.8);
}
.focus\:text-stone-400\/85:focus {
    color: hsla(24, 5%, 64%, 0.85);
}
.focus\:text-stone-400\/90:focus {
    color: hsla(24, 5%, 64%, 0.9);
}
.focus\:text-stone-400\/95:focus {
    color: hsla(24, 5%, 64%, 0.95);
}
.focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-50\/0:focus {
    color: hsla(60, 9%, 98%, 0);
}
.focus\:text-stone-50\/10:focus {
    color: hsla(60, 9%, 98%, 0.1);
}
.focus\:text-stone-50\/100:focus {
    color: #fafaf9;
}
.focus\:text-stone-50\/15:focus {
    color: hsla(60, 9%, 98%, 0.15);
}
.focus\:text-stone-50\/20:focus {
    color: hsla(60, 9%, 98%, 0.2);
}
.focus\:text-stone-50\/25:focus {
    color: hsla(60, 9%, 98%, 0.25);
}
.focus\:text-stone-50\/30:focus {
    color: hsla(60, 9%, 98%, 0.3);
}
.focus\:text-stone-50\/35:focus {
    color: hsla(60, 9%, 98%, 0.35);
}
.focus\:text-stone-50\/40:focus {
    color: hsla(60, 9%, 98%, 0.4);
}
.focus\:text-stone-50\/45:focus {
    color: hsla(60, 9%, 98%, 0.45);
}
.focus\:text-stone-50\/5:focus {
    color: hsla(60, 9%, 98%, 0.05);
}
.focus\:text-stone-50\/50:focus {
    color: hsla(60, 9%, 98%, 0.5);
}
.focus\:text-stone-50\/55:focus {
    color: hsla(60, 9%, 98%, 0.55);
}
.focus\:text-stone-50\/60:focus {
    color: hsla(60, 9%, 98%, 0.6);
}
.focus\:text-stone-50\/65:focus {
    color: hsla(60, 9%, 98%, 0.65);
}
.focus\:text-stone-50\/70:focus {
    color: hsla(60, 9%, 98%, 0.7);
}
.focus\:text-stone-50\/75:focus {
    color: hsla(60, 9%, 98%, 0.75);
}
.focus\:text-stone-50\/80:focus {
    color: hsla(60, 9%, 98%, 0.8);
}
.focus\:text-stone-50\/85:focus {
    color: hsla(60, 9%, 98%, 0.85);
}
.focus\:text-stone-50\/90:focus {
    color: hsla(60, 9%, 98%, 0.9);
}
.focus\:text-stone-50\/95:focus {
    color: hsla(60, 9%, 98%, 0.95);
}
.focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-500\/0:focus {
    color: hsla(25, 5%, 45%, 0);
}
.focus\:text-stone-500\/10:focus {
    color: hsla(25, 5%, 45%, 0.1);
}
.focus\:text-stone-500\/100:focus {
    color: #78716c;
}
.focus\:text-stone-500\/15:focus {
    color: hsla(25, 5%, 45%, 0.15);
}
.focus\:text-stone-500\/20:focus {
    color: hsla(25, 5%, 45%, 0.2);
}
.focus\:text-stone-500\/25:focus {
    color: hsla(25, 5%, 45%, 0.25);
}
.focus\:text-stone-500\/30:focus {
    color: hsla(25, 5%, 45%, 0.3);
}
.focus\:text-stone-500\/35:focus {
    color: hsla(25, 5%, 45%, 0.35);
}
.focus\:text-stone-500\/40:focus {
    color: hsla(25, 5%, 45%, 0.4);
}
.focus\:text-stone-500\/45:focus {
    color: hsla(25, 5%, 45%, 0.45);
}
.focus\:text-stone-500\/5:focus {
    color: hsla(25, 5%, 45%, 0.05);
}
.focus\:text-stone-500\/50:focus {
    color: hsla(25, 5%, 45%, 0.5);
}
.focus\:text-stone-500\/55:focus {
    color: hsla(25, 5%, 45%, 0.55);
}
.focus\:text-stone-500\/60:focus {
    color: hsla(25, 5%, 45%, 0.6);
}
.focus\:text-stone-500\/65:focus {
    color: hsla(25, 5%, 45%, 0.65);
}
.focus\:text-stone-500\/70:focus {
    color: hsla(25, 5%, 45%, 0.7);
}
.focus\:text-stone-500\/75:focus {
    color: hsla(25, 5%, 45%, 0.75);
}
.focus\:text-stone-500\/80:focus {
    color: hsla(25, 5%, 45%, 0.8);
}
.focus\:text-stone-500\/85:focus {
    color: hsla(25, 5%, 45%, 0.85);
}
.focus\:text-stone-500\/90:focus {
    color: hsla(25, 5%, 45%, 0.9);
}
.focus\:text-stone-500\/95:focus {
    color: hsla(25, 5%, 45%, 0.95);
}
.focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-600\/0:focus {
    color: rgba(87, 83, 78, 0);
}
.focus\:text-stone-600\/10:focus {
    color: rgba(87, 83, 78, 0.1);
}
.focus\:text-stone-600\/100:focus {
    color: #57534e;
}
.focus\:text-stone-600\/15:focus {
    color: rgba(87, 83, 78, 0.15);
}
.focus\:text-stone-600\/20:focus {
    color: rgba(87, 83, 78, 0.2);
}
.focus\:text-stone-600\/25:focus {
    color: rgba(87, 83, 78, 0.25);
}
.focus\:text-stone-600\/30:focus {
    color: rgba(87, 83, 78, 0.3);
}
.focus\:text-stone-600\/35:focus {
    color: rgba(87, 83, 78, 0.35);
}
.focus\:text-stone-600\/40:focus {
    color: rgba(87, 83, 78, 0.4);
}
.focus\:text-stone-600\/45:focus {
    color: rgba(87, 83, 78, 0.45);
}
.focus\:text-stone-600\/5:focus {
    color: rgba(87, 83, 78, 0.05);
}
.focus\:text-stone-600\/50:focus {
    color: rgba(87, 83, 78, 0.5);
}
.focus\:text-stone-600\/55:focus {
    color: rgba(87, 83, 78, 0.55);
}
.focus\:text-stone-600\/60:focus {
    color: rgba(87, 83, 78, 0.6);
}
.focus\:text-stone-600\/65:focus {
    color: rgba(87, 83, 78, 0.65);
}
.focus\:text-stone-600\/70:focus {
    color: rgba(87, 83, 78, 0.7);
}
.focus\:text-stone-600\/75:focus {
    color: rgba(87, 83, 78, 0.75);
}
.focus\:text-stone-600\/80:focus {
    color: rgba(87, 83, 78, 0.8);
}
.focus\:text-stone-600\/85:focus {
    color: rgba(87, 83, 78, 0.85);
}
.focus\:text-stone-600\/90:focus {
    color: rgba(87, 83, 78, 0.9);
}
.focus\:text-stone-600\/95:focus {
    color: rgba(87, 83, 78, 0.95);
}
.focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-700\/0:focus {
    color: rgba(68, 64, 60, 0);
}
.focus\:text-stone-700\/10:focus {
    color: rgba(68, 64, 60, 0.1);
}
.focus\:text-stone-700\/100:focus {
    color: #44403c;
}
.focus\:text-stone-700\/15:focus {
    color: rgba(68, 64, 60, 0.15);
}
.focus\:text-stone-700\/20:focus {
    color: rgba(68, 64, 60, 0.2);
}
.focus\:text-stone-700\/25:focus {
    color: rgba(68, 64, 60, 0.25);
}
.focus\:text-stone-700\/30:focus {
    color: rgba(68, 64, 60, 0.3);
}
.focus\:text-stone-700\/35:focus {
    color: rgba(68, 64, 60, 0.35);
}
.focus\:text-stone-700\/40:focus {
    color: rgba(68, 64, 60, 0.4);
}
.focus\:text-stone-700\/45:focus {
    color: rgba(68, 64, 60, 0.45);
}
.focus\:text-stone-700\/5:focus {
    color: rgba(68, 64, 60, 0.05);
}
.focus\:text-stone-700\/50:focus {
    color: rgba(68, 64, 60, 0.5);
}
.focus\:text-stone-700\/55:focus {
    color: rgba(68, 64, 60, 0.55);
}
.focus\:text-stone-700\/60:focus {
    color: rgba(68, 64, 60, 0.6);
}
.focus\:text-stone-700\/65:focus {
    color: rgba(68, 64, 60, 0.65);
}
.focus\:text-stone-700\/70:focus {
    color: rgba(68, 64, 60, 0.7);
}
.focus\:text-stone-700\/75:focus {
    color: rgba(68, 64, 60, 0.75);
}
.focus\:text-stone-700\/80:focus {
    color: rgba(68, 64, 60, 0.8);
}
.focus\:text-stone-700\/85:focus {
    color: rgba(68, 64, 60, 0.85);
}
.focus\:text-stone-700\/90:focus {
    color: rgba(68, 64, 60, 0.9);
}
.focus\:text-stone-700\/95:focus {
    color: rgba(68, 64, 60, 0.95);
}
.focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-800\/0:focus {
    color: rgba(41, 37, 36, 0);
}
.focus\:text-stone-800\/10:focus {
    color: rgba(41, 37, 36, 0.1);
}
.focus\:text-stone-800\/100:focus {
    color: #292524;
}
.focus\:text-stone-800\/15:focus {
    color: rgba(41, 37, 36, 0.15);
}
.focus\:text-stone-800\/20:focus {
    color: rgba(41, 37, 36, 0.2);
}
.focus\:text-stone-800\/25:focus {
    color: rgba(41, 37, 36, 0.25);
}
.focus\:text-stone-800\/30:focus {
    color: rgba(41, 37, 36, 0.3);
}
.focus\:text-stone-800\/35:focus {
    color: rgba(41, 37, 36, 0.35);
}
.focus\:text-stone-800\/40:focus {
    color: rgba(41, 37, 36, 0.4);
}
.focus\:text-stone-800\/45:focus {
    color: rgba(41, 37, 36, 0.45);
}
.focus\:text-stone-800\/5:focus {
    color: rgba(41, 37, 36, 0.05);
}
.focus\:text-stone-800\/50:focus {
    color: rgba(41, 37, 36, 0.5);
}
.focus\:text-stone-800\/55:focus {
    color: rgba(41, 37, 36, 0.55);
}
.focus\:text-stone-800\/60:focus {
    color: rgba(41, 37, 36, 0.6);
}
.focus\:text-stone-800\/65:focus {
    color: rgba(41, 37, 36, 0.65);
}
.focus\:text-stone-800\/70:focus {
    color: rgba(41, 37, 36, 0.7);
}
.focus\:text-stone-800\/75:focus {
    color: rgba(41, 37, 36, 0.75);
}
.focus\:text-stone-800\/80:focus {
    color: rgba(41, 37, 36, 0.8);
}
.focus\:text-stone-800\/85:focus {
    color: rgba(41, 37, 36, 0.85);
}
.focus\:text-stone-800\/90:focus {
    color: rgba(41, 37, 36, 0.9);
}
.focus\:text-stone-800\/95:focus {
    color: rgba(41, 37, 36, 0.95);
}
.focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-900\/0:focus {
    color: rgba(28, 25, 23, 0);
}
.focus\:text-stone-900\/10:focus {
    color: rgba(28, 25, 23, 0.1);
}
.focus\:text-stone-900\/100:focus {
    color: #1c1917;
}
.focus\:text-stone-900\/15:focus {
    color: rgba(28, 25, 23, 0.15);
}
.focus\:text-stone-900\/20:focus {
    color: rgba(28, 25, 23, 0.2);
}
.focus\:text-stone-900\/25:focus {
    color: rgba(28, 25, 23, 0.25);
}
.focus\:text-stone-900\/30:focus {
    color: rgba(28, 25, 23, 0.3);
}
.focus\:text-stone-900\/35:focus {
    color: rgba(28, 25, 23, 0.35);
}
.focus\:text-stone-900\/40:focus {
    color: rgba(28, 25, 23, 0.4);
}
.focus\:text-stone-900\/45:focus {
    color: rgba(28, 25, 23, 0.45);
}
.focus\:text-stone-900\/5:focus {
    color: rgba(28, 25, 23, 0.05);
}
.focus\:text-stone-900\/50:focus {
    color: rgba(28, 25, 23, 0.5);
}
.focus\:text-stone-900\/55:focus {
    color: rgba(28, 25, 23, 0.55);
}
.focus\:text-stone-900\/60:focus {
    color: rgba(28, 25, 23, 0.6);
}
.focus\:text-stone-900\/65:focus {
    color: rgba(28, 25, 23, 0.65);
}
.focus\:text-stone-900\/70:focus {
    color: rgba(28, 25, 23, 0.7);
}
.focus\:text-stone-900\/75:focus {
    color: rgba(28, 25, 23, 0.75);
}
.focus\:text-stone-900\/80:focus {
    color: rgba(28, 25, 23, 0.8);
}
.focus\:text-stone-900\/85:focus {
    color: rgba(28, 25, 23, 0.85);
}
.focus\:text-stone-900\/90:focus {
    color: rgba(28, 25, 23, 0.9);
}
.focus\:text-stone-900\/95:focus {
    color: rgba(28, 25, 23, 0.95);
}
.focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-100\/0:focus {
    color: rgba(204, 251, 241, 0);
}
.focus\:text-teal-100\/10:focus {
    color: rgba(204, 251, 241, 0.1);
}
.focus\:text-teal-100\/100:focus {
    color: #ccfbf1;
}
.focus\:text-teal-100\/15:focus {
    color: rgba(204, 251, 241, 0.15);
}
.focus\:text-teal-100\/20:focus {
    color: rgba(204, 251, 241, 0.2);
}
.focus\:text-teal-100\/25:focus {
    color: rgba(204, 251, 241, 0.25);
}
.focus\:text-teal-100\/30:focus {
    color: rgba(204, 251, 241, 0.3);
}
.focus\:text-teal-100\/35:focus {
    color: rgba(204, 251, 241, 0.35);
}
.focus\:text-teal-100\/40:focus {
    color: rgba(204, 251, 241, 0.4);
}
.focus\:text-teal-100\/45:focus {
    color: rgba(204, 251, 241, 0.45);
}
.focus\:text-teal-100\/5:focus {
    color: rgba(204, 251, 241, 0.05);
}
.focus\:text-teal-100\/50:focus {
    color: rgba(204, 251, 241, 0.5);
}
.focus\:text-teal-100\/55:focus {
    color: rgba(204, 251, 241, 0.55);
}
.focus\:text-teal-100\/60:focus {
    color: rgba(204, 251, 241, 0.6);
}
.focus\:text-teal-100\/65:focus {
    color: rgba(204, 251, 241, 0.65);
}
.focus\:text-teal-100\/70:focus {
    color: rgba(204, 251, 241, 0.7);
}
.focus\:text-teal-100\/75:focus {
    color: rgba(204, 251, 241, 0.75);
}
.focus\:text-teal-100\/80:focus {
    color: rgba(204, 251, 241, 0.8);
}
.focus\:text-teal-100\/85:focus {
    color: rgba(204, 251, 241, 0.85);
}
.focus\:text-teal-100\/90:focus {
    color: rgba(204, 251, 241, 0.9);
}
.focus\:text-teal-100\/95:focus {
    color: rgba(204, 251, 241, 0.95);
}
.focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-200\/0:focus {
    color: rgba(153, 246, 228, 0);
}
.focus\:text-teal-200\/10:focus {
    color: rgba(153, 246, 228, 0.1);
}
.focus\:text-teal-200\/100:focus {
    color: #99f6e4;
}
.focus\:text-teal-200\/15:focus {
    color: rgba(153, 246, 228, 0.15);
}
.focus\:text-teal-200\/20:focus {
    color: rgba(153, 246, 228, 0.2);
}
.focus\:text-teal-200\/25:focus {
    color: rgba(153, 246, 228, 0.25);
}
.focus\:text-teal-200\/30:focus {
    color: rgba(153, 246, 228, 0.3);
}
.focus\:text-teal-200\/35:focus {
    color: rgba(153, 246, 228, 0.35);
}
.focus\:text-teal-200\/40:focus {
    color: rgba(153, 246, 228, 0.4);
}
.focus\:text-teal-200\/45:focus {
    color: rgba(153, 246, 228, 0.45);
}
.focus\:text-teal-200\/5:focus {
    color: rgba(153, 246, 228, 0.05);
}
.focus\:text-teal-200\/50:focus {
    color: rgba(153, 246, 228, 0.5);
}
.focus\:text-teal-200\/55:focus {
    color: rgba(153, 246, 228, 0.55);
}
.focus\:text-teal-200\/60:focus {
    color: rgba(153, 246, 228, 0.6);
}
.focus\:text-teal-200\/65:focus {
    color: rgba(153, 246, 228, 0.65);
}
.focus\:text-teal-200\/70:focus {
    color: rgba(153, 246, 228, 0.7);
}
.focus\:text-teal-200\/75:focus {
    color: rgba(153, 246, 228, 0.75);
}
.focus\:text-teal-200\/80:focus {
    color: rgba(153, 246, 228, 0.8);
}
.focus\:text-teal-200\/85:focus {
    color: rgba(153, 246, 228, 0.85);
}
.focus\:text-teal-200\/90:focus {
    color: rgba(153, 246, 228, 0.9);
}
.focus\:text-teal-200\/95:focus {
    color: rgba(153, 246, 228, 0.95);
}
.focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-300\/0:focus {
    color: rgba(94, 234, 212, 0);
}
.focus\:text-teal-300\/10:focus {
    color: rgba(94, 234, 212, 0.1);
}
.focus\:text-teal-300\/100:focus {
    color: #5eead4;
}
.focus\:text-teal-300\/15:focus {
    color: rgba(94, 234, 212, 0.15);
}
.focus\:text-teal-300\/20:focus {
    color: rgba(94, 234, 212, 0.2);
}
.focus\:text-teal-300\/25:focus {
    color: rgba(94, 234, 212, 0.25);
}
.focus\:text-teal-300\/30:focus {
    color: rgba(94, 234, 212, 0.3);
}
.focus\:text-teal-300\/35:focus {
    color: rgba(94, 234, 212, 0.35);
}
.focus\:text-teal-300\/40:focus {
    color: rgba(94, 234, 212, 0.4);
}
.focus\:text-teal-300\/45:focus {
    color: rgba(94, 234, 212, 0.45);
}
.focus\:text-teal-300\/5:focus {
    color: rgba(94, 234, 212, 0.05);
}
.focus\:text-teal-300\/50:focus {
    color: rgba(94, 234, 212, 0.5);
}
.focus\:text-teal-300\/55:focus {
    color: rgba(94, 234, 212, 0.55);
}
.focus\:text-teal-300\/60:focus {
    color: rgba(94, 234, 212, 0.6);
}
.focus\:text-teal-300\/65:focus {
    color: rgba(94, 234, 212, 0.65);
}
.focus\:text-teal-300\/70:focus {
    color: rgba(94, 234, 212, 0.7);
}
.focus\:text-teal-300\/75:focus {
    color: rgba(94, 234, 212, 0.75);
}
.focus\:text-teal-300\/80:focus {
    color: rgba(94, 234, 212, 0.8);
}
.focus\:text-teal-300\/85:focus {
    color: rgba(94, 234, 212, 0.85);
}
.focus\:text-teal-300\/90:focus {
    color: rgba(94, 234, 212, 0.9);
}
.focus\:text-teal-300\/95:focus {
    color: rgba(94, 234, 212, 0.95);
}
.focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-400\/0:focus {
    color: rgba(45, 212, 191, 0);
}
.focus\:text-teal-400\/10:focus {
    color: rgba(45, 212, 191, 0.1);
}
.focus\:text-teal-400\/100:focus {
    color: #2dd4bf;
}
.focus\:text-teal-400\/15:focus {
    color: rgba(45, 212, 191, 0.15);
}
.focus\:text-teal-400\/20:focus {
    color: rgba(45, 212, 191, 0.2);
}
.focus\:text-teal-400\/25:focus {
    color: rgba(45, 212, 191, 0.25);
}
.focus\:text-teal-400\/30:focus {
    color: rgba(45, 212, 191, 0.3);
}
.focus\:text-teal-400\/35:focus {
    color: rgba(45, 212, 191, 0.35);
}
.focus\:text-teal-400\/40:focus {
    color: rgba(45, 212, 191, 0.4);
}
.focus\:text-teal-400\/45:focus {
    color: rgba(45, 212, 191, 0.45);
}
.focus\:text-teal-400\/5:focus {
    color: rgba(45, 212, 191, 0.05);
}
.focus\:text-teal-400\/50:focus {
    color: rgba(45, 212, 191, 0.5);
}
.focus\:text-teal-400\/55:focus {
    color: rgba(45, 212, 191, 0.55);
}
.focus\:text-teal-400\/60:focus {
    color: rgba(45, 212, 191, 0.6);
}
.focus\:text-teal-400\/65:focus {
    color: rgba(45, 212, 191, 0.65);
}
.focus\:text-teal-400\/70:focus {
    color: rgba(45, 212, 191, 0.7);
}
.focus\:text-teal-400\/75:focus {
    color: rgba(45, 212, 191, 0.75);
}
.focus\:text-teal-400\/80:focus {
    color: rgba(45, 212, 191, 0.8);
}
.focus\:text-teal-400\/85:focus {
    color: rgba(45, 212, 191, 0.85);
}
.focus\:text-teal-400\/90:focus {
    color: rgba(45, 212, 191, 0.9);
}
.focus\:text-teal-400\/95:focus {
    color: rgba(45, 212, 191, 0.95);
}
.focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-50\/0:focus {
    color: rgba(240, 253, 250, 0);
}
.focus\:text-teal-50\/10:focus {
    color: rgba(240, 253, 250, 0.1);
}
.focus\:text-teal-50\/100:focus {
    color: #f0fdfa;
}
.focus\:text-teal-50\/15:focus {
    color: rgba(240, 253, 250, 0.15);
}
.focus\:text-teal-50\/20:focus {
    color: rgba(240, 253, 250, 0.2);
}
.focus\:text-teal-50\/25:focus {
    color: rgba(240, 253, 250, 0.25);
}
.focus\:text-teal-50\/30:focus {
    color: rgba(240, 253, 250, 0.3);
}
.focus\:text-teal-50\/35:focus {
    color: rgba(240, 253, 250, 0.35);
}
.focus\:text-teal-50\/40:focus {
    color: rgba(240, 253, 250, 0.4);
}
.focus\:text-teal-50\/45:focus {
    color: rgba(240, 253, 250, 0.45);
}
.focus\:text-teal-50\/5:focus {
    color: rgba(240, 253, 250, 0.05);
}
.focus\:text-teal-50\/50:focus {
    color: rgba(240, 253, 250, 0.5);
}
.focus\:text-teal-50\/55:focus {
    color: rgba(240, 253, 250, 0.55);
}
.focus\:text-teal-50\/60:focus {
    color: rgba(240, 253, 250, 0.6);
}
.focus\:text-teal-50\/65:focus {
    color: rgba(240, 253, 250, 0.65);
}
.focus\:text-teal-50\/70:focus {
    color: rgba(240, 253, 250, 0.7);
}
.focus\:text-teal-50\/75:focus {
    color: rgba(240, 253, 250, 0.75);
}
.focus\:text-teal-50\/80:focus {
    color: rgba(240, 253, 250, 0.8);
}
.focus\:text-teal-50\/85:focus {
    color: rgba(240, 253, 250, 0.85);
}
.focus\:text-teal-50\/90:focus {
    color: rgba(240, 253, 250, 0.9);
}
.focus\:text-teal-50\/95:focus {
    color: rgba(240, 253, 250, 0.95);
}
.focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-500\/0:focus {
    color: rgba(20, 184, 166, 0);
}
.focus\:text-teal-500\/10:focus {
    color: rgba(20, 184, 166, 0.1);
}
.focus\:text-teal-500\/100:focus {
    color: #14b8a6;
}
.focus\:text-teal-500\/15:focus {
    color: rgba(20, 184, 166, 0.15);
}
.focus\:text-teal-500\/20:focus {
    color: rgba(20, 184, 166, 0.2);
}
.focus\:text-teal-500\/25:focus {
    color: rgba(20, 184, 166, 0.25);
}
.focus\:text-teal-500\/30:focus {
    color: rgba(20, 184, 166, 0.3);
}
.focus\:text-teal-500\/35:focus {
    color: rgba(20, 184, 166, 0.35);
}
.focus\:text-teal-500\/40:focus {
    color: rgba(20, 184, 166, 0.4);
}
.focus\:text-teal-500\/45:focus {
    color: rgba(20, 184, 166, 0.45);
}
.focus\:text-teal-500\/5:focus {
    color: rgba(20, 184, 166, 0.05);
}
.focus\:text-teal-500\/50:focus {
    color: rgba(20, 184, 166, 0.5);
}
.focus\:text-teal-500\/55:focus {
    color: rgba(20, 184, 166, 0.55);
}
.focus\:text-teal-500\/60:focus {
    color: rgba(20, 184, 166, 0.6);
}
.focus\:text-teal-500\/65:focus {
    color: rgba(20, 184, 166, 0.65);
}
.focus\:text-teal-500\/70:focus {
    color: rgba(20, 184, 166, 0.7);
}
.focus\:text-teal-500\/75:focus {
    color: rgba(20, 184, 166, 0.75);
}
.focus\:text-teal-500\/80:focus {
    color: rgba(20, 184, 166, 0.8);
}
.focus\:text-teal-500\/85:focus {
    color: rgba(20, 184, 166, 0.85);
}
.focus\:text-teal-500\/90:focus {
    color: rgba(20, 184, 166, 0.9);
}
.focus\:text-teal-500\/95:focus {
    color: rgba(20, 184, 166, 0.95);
}
.focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-600\/0:focus {
    color: rgba(13, 148, 136, 0);
}
.focus\:text-teal-600\/10:focus {
    color: rgba(13, 148, 136, 0.1);
}
.focus\:text-teal-600\/100:focus {
    color: #0d9488;
}
.focus\:text-teal-600\/15:focus {
    color: rgba(13, 148, 136, 0.15);
}
.focus\:text-teal-600\/20:focus {
    color: rgba(13, 148, 136, 0.2);
}
.focus\:text-teal-600\/25:focus {
    color: rgba(13, 148, 136, 0.25);
}
.focus\:text-teal-600\/30:focus {
    color: rgba(13, 148, 136, 0.3);
}
.focus\:text-teal-600\/35:focus {
    color: rgba(13, 148, 136, 0.35);
}
.focus\:text-teal-600\/40:focus {
    color: rgba(13, 148, 136, 0.4);
}
.focus\:text-teal-600\/45:focus {
    color: rgba(13, 148, 136, 0.45);
}
.focus\:text-teal-600\/5:focus {
    color: rgba(13, 148, 136, 0.05);
}
.focus\:text-teal-600\/50:focus {
    color: rgba(13, 148, 136, 0.5);
}
.focus\:text-teal-600\/55:focus {
    color: rgba(13, 148, 136, 0.55);
}
.focus\:text-teal-600\/60:focus {
    color: rgba(13, 148, 136, 0.6);
}
.focus\:text-teal-600\/65:focus {
    color: rgba(13, 148, 136, 0.65);
}
.focus\:text-teal-600\/70:focus {
    color: rgba(13, 148, 136, 0.7);
}
.focus\:text-teal-600\/75:focus {
    color: rgba(13, 148, 136, 0.75);
}
.focus\:text-teal-600\/80:focus {
    color: rgba(13, 148, 136, 0.8);
}
.focus\:text-teal-600\/85:focus {
    color: rgba(13, 148, 136, 0.85);
}
.focus\:text-teal-600\/90:focus {
    color: rgba(13, 148, 136, 0.9);
}
.focus\:text-teal-600\/95:focus {
    color: rgba(13, 148, 136, 0.95);
}
.focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-700\/0:focus {
    color: rgba(15, 118, 110, 0);
}
.focus\:text-teal-700\/10:focus {
    color: rgba(15, 118, 110, 0.1);
}
.focus\:text-teal-700\/100:focus {
    color: #0f766e;
}
.focus\:text-teal-700\/15:focus {
    color: rgba(15, 118, 110, 0.15);
}
.focus\:text-teal-700\/20:focus {
    color: rgba(15, 118, 110, 0.2);
}
.focus\:text-teal-700\/25:focus {
    color: rgba(15, 118, 110, 0.25);
}
.focus\:text-teal-700\/30:focus {
    color: rgba(15, 118, 110, 0.3);
}
.focus\:text-teal-700\/35:focus {
    color: rgba(15, 118, 110, 0.35);
}
.focus\:text-teal-700\/40:focus {
    color: rgba(15, 118, 110, 0.4);
}
.focus\:text-teal-700\/45:focus {
    color: rgba(15, 118, 110, 0.45);
}
.focus\:text-teal-700\/5:focus {
    color: rgba(15, 118, 110, 0.05);
}
.focus\:text-teal-700\/50:focus {
    color: rgba(15, 118, 110, 0.5);
}
.focus\:text-teal-700\/55:focus {
    color: rgba(15, 118, 110, 0.55);
}
.focus\:text-teal-700\/60:focus {
    color: rgba(15, 118, 110, 0.6);
}
.focus\:text-teal-700\/65:focus {
    color: rgba(15, 118, 110, 0.65);
}
.focus\:text-teal-700\/70:focus {
    color: rgba(15, 118, 110, 0.7);
}
.focus\:text-teal-700\/75:focus {
    color: rgba(15, 118, 110, 0.75);
}
.focus\:text-teal-700\/80:focus {
    color: rgba(15, 118, 110, 0.8);
}
.focus\:text-teal-700\/85:focus {
    color: rgba(15, 118, 110, 0.85);
}
.focus\:text-teal-700\/90:focus {
    color: rgba(15, 118, 110, 0.9);
}
.focus\:text-teal-700\/95:focus {
    color: rgba(15, 118, 110, 0.95);
}
.focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-800\/0:focus {
    color: rgba(17, 94, 89, 0);
}
.focus\:text-teal-800\/10:focus {
    color: rgba(17, 94, 89, 0.1);
}
.focus\:text-teal-800\/100:focus {
    color: #115e59;
}
.focus\:text-teal-800\/15:focus {
    color: rgba(17, 94, 89, 0.15);
}
.focus\:text-teal-800\/20:focus {
    color: rgba(17, 94, 89, 0.2);
}
.focus\:text-teal-800\/25:focus {
    color: rgba(17, 94, 89, 0.25);
}
.focus\:text-teal-800\/30:focus {
    color: rgba(17, 94, 89, 0.3);
}
.focus\:text-teal-800\/35:focus {
    color: rgba(17, 94, 89, 0.35);
}
.focus\:text-teal-800\/40:focus {
    color: rgba(17, 94, 89, 0.4);
}
.focus\:text-teal-800\/45:focus {
    color: rgba(17, 94, 89, 0.45);
}
.focus\:text-teal-800\/5:focus {
    color: rgba(17, 94, 89, 0.05);
}
.focus\:text-teal-800\/50:focus {
    color: rgba(17, 94, 89, 0.5);
}
.focus\:text-teal-800\/55:focus {
    color: rgba(17, 94, 89, 0.55);
}
.focus\:text-teal-800\/60:focus {
    color: rgba(17, 94, 89, 0.6);
}
.focus\:text-teal-800\/65:focus {
    color: rgba(17, 94, 89, 0.65);
}
.focus\:text-teal-800\/70:focus {
    color: rgba(17, 94, 89, 0.7);
}
.focus\:text-teal-800\/75:focus {
    color: rgba(17, 94, 89, 0.75);
}
.focus\:text-teal-800\/80:focus {
    color: rgba(17, 94, 89, 0.8);
}
.focus\:text-teal-800\/85:focus {
    color: rgba(17, 94, 89, 0.85);
}
.focus\:text-teal-800\/90:focus {
    color: rgba(17, 94, 89, 0.9);
}
.focus\:text-teal-800\/95:focus {
    color: rgba(17, 94, 89, 0.95);
}
.focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-900\/0:focus {
    color: rgba(19, 78, 74, 0);
}
.focus\:text-teal-900\/10:focus {
    color: rgba(19, 78, 74, 0.1);
}
.focus\:text-teal-900\/100:focus {
    color: #134e4a;
}
.focus\:text-teal-900\/15:focus {
    color: rgba(19, 78, 74, 0.15);
}
.focus\:text-teal-900\/20:focus {
    color: rgba(19, 78, 74, 0.2);
}
.focus\:text-teal-900\/25:focus {
    color: rgba(19, 78, 74, 0.25);
}
.focus\:text-teal-900\/30:focus {
    color: rgba(19, 78, 74, 0.3);
}
.focus\:text-teal-900\/35:focus {
    color: rgba(19, 78, 74, 0.35);
}
.focus\:text-teal-900\/40:focus {
    color: rgba(19, 78, 74, 0.4);
}
.focus\:text-teal-900\/45:focus {
    color: rgba(19, 78, 74, 0.45);
}
.focus\:text-teal-900\/5:focus {
    color: rgba(19, 78, 74, 0.05);
}
.focus\:text-teal-900\/50:focus {
    color: rgba(19, 78, 74, 0.5);
}
.focus\:text-teal-900\/55:focus {
    color: rgba(19, 78, 74, 0.55);
}
.focus\:text-teal-900\/60:focus {
    color: rgba(19, 78, 74, 0.6);
}
.focus\:text-teal-900\/65:focus {
    color: rgba(19, 78, 74, 0.65);
}
.focus\:text-teal-900\/70:focus {
    color: rgba(19, 78, 74, 0.7);
}
.focus\:text-teal-900\/75:focus {
    color: rgba(19, 78, 74, 0.75);
}
.focus\:text-teal-900\/80:focus {
    color: rgba(19, 78, 74, 0.8);
}
.focus\:text-teal-900\/85:focus {
    color: rgba(19, 78, 74, 0.85);
}
.focus\:text-teal-900\/90:focus {
    color: rgba(19, 78, 74, 0.9);
}
.focus\:text-teal-900\/95:focus {
    color: rgba(19, 78, 74, 0.95);
}
.focus\:text-truegray-100:focus {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-100\/0:focus {
    color: hsla(0, 0%, 96%, 0);
}
.focus\:text-truegray-100\/10:focus {
    color: hsla(0, 0%, 96%, 0.1);
}
.focus\:text-truegray-100\/100:focus {
    color: #f5f5f5;
}
.focus\:text-truegray-100\/15:focus {
    color: hsla(0, 0%, 96%, 0.15);
}
.focus\:text-truegray-100\/20:focus {
    color: hsla(0, 0%, 96%, 0.2);
}
.focus\:text-truegray-100\/25:focus {
    color: hsla(0, 0%, 96%, 0.25);
}
.focus\:text-truegray-100\/30:focus {
    color: hsla(0, 0%, 96%, 0.3);
}
.focus\:text-truegray-100\/35:focus {
    color: hsla(0, 0%, 96%, 0.35);
}
.focus\:text-truegray-100\/40:focus {
    color: hsla(0, 0%, 96%, 0.4);
}
.focus\:text-truegray-100\/45:focus {
    color: hsla(0, 0%, 96%, 0.45);
}
.focus\:text-truegray-100\/5:focus {
    color: hsla(0, 0%, 96%, 0.05);
}
.focus\:text-truegray-100\/50:focus {
    color: hsla(0, 0%, 96%, 0.5);
}
.focus\:text-truegray-100\/55:focus {
    color: hsla(0, 0%, 96%, 0.55);
}
.focus\:text-truegray-100\/60:focus {
    color: hsla(0, 0%, 96%, 0.6);
}
.focus\:text-truegray-100\/65:focus {
    color: hsla(0, 0%, 96%, 0.65);
}
.focus\:text-truegray-100\/70:focus {
    color: hsla(0, 0%, 96%, 0.7);
}
.focus\:text-truegray-100\/75:focus {
    color: hsla(0, 0%, 96%, 0.75);
}
.focus\:text-truegray-100\/80:focus {
    color: hsla(0, 0%, 96%, 0.8);
}
.focus\:text-truegray-100\/85:focus {
    color: hsla(0, 0%, 96%, 0.85);
}
.focus\:text-truegray-100\/90:focus {
    color: hsla(0, 0%, 96%, 0.9);
}
.focus\:text-truegray-100\/95:focus {
    color: hsla(0, 0%, 96%, 0.95);
}
.focus\:text-truegray-200:focus {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-200\/0:focus {
    color: hsla(0, 0%, 90%, 0);
}
.focus\:text-truegray-200\/10:focus {
    color: hsla(0, 0%, 90%, 0.1);
}
.focus\:text-truegray-200\/100:focus {
    color: #e5e5e5;
}
.focus\:text-truegray-200\/15:focus {
    color: hsla(0, 0%, 90%, 0.15);
}
.focus\:text-truegray-200\/20:focus {
    color: hsla(0, 0%, 90%, 0.2);
}
.focus\:text-truegray-200\/25:focus {
    color: hsla(0, 0%, 90%, 0.25);
}
.focus\:text-truegray-200\/30:focus {
    color: hsla(0, 0%, 90%, 0.3);
}
.focus\:text-truegray-200\/35:focus {
    color: hsla(0, 0%, 90%, 0.35);
}
.focus\:text-truegray-200\/40:focus {
    color: hsla(0, 0%, 90%, 0.4);
}
.focus\:text-truegray-200\/45:focus {
    color: hsla(0, 0%, 90%, 0.45);
}
.focus\:text-truegray-200\/5:focus {
    color: hsla(0, 0%, 90%, 0.05);
}
.focus\:text-truegray-200\/50:focus {
    color: hsla(0, 0%, 90%, 0.5);
}
.focus\:text-truegray-200\/55:focus {
    color: hsla(0, 0%, 90%, 0.55);
}
.focus\:text-truegray-200\/60:focus {
    color: hsla(0, 0%, 90%, 0.6);
}
.focus\:text-truegray-200\/65:focus {
    color: hsla(0, 0%, 90%, 0.65);
}
.focus\:text-truegray-200\/70:focus {
    color: hsla(0, 0%, 90%, 0.7);
}
.focus\:text-truegray-200\/75:focus {
    color: hsla(0, 0%, 90%, 0.75);
}
.focus\:text-truegray-200\/80:focus {
    color: hsla(0, 0%, 90%, 0.8);
}
.focus\:text-truegray-200\/85:focus {
    color: hsla(0, 0%, 90%, 0.85);
}
.focus\:text-truegray-200\/90:focus {
    color: hsla(0, 0%, 90%, 0.9);
}
.focus\:text-truegray-200\/95:focus {
    color: hsla(0, 0%, 90%, 0.95);
}
.focus\:text-truegray-300:focus {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-300\/0:focus {
    color: hsla(0, 0%, 83%, 0);
}
.focus\:text-truegray-300\/10:focus {
    color: hsla(0, 0%, 83%, 0.1);
}
.focus\:text-truegray-300\/100:focus {
    color: #d4d4d4;
}
.focus\:text-truegray-300\/15:focus {
    color: hsla(0, 0%, 83%, 0.15);
}
.focus\:text-truegray-300\/20:focus {
    color: hsla(0, 0%, 83%, 0.2);
}
.focus\:text-truegray-300\/25:focus {
    color: hsla(0, 0%, 83%, 0.25);
}
.focus\:text-truegray-300\/30:focus {
    color: hsla(0, 0%, 83%, 0.3);
}
.focus\:text-truegray-300\/35:focus {
    color: hsla(0, 0%, 83%, 0.35);
}
.focus\:text-truegray-300\/40:focus {
    color: hsla(0, 0%, 83%, 0.4);
}
.focus\:text-truegray-300\/45:focus {
    color: hsla(0, 0%, 83%, 0.45);
}
.focus\:text-truegray-300\/5:focus {
    color: hsla(0, 0%, 83%, 0.05);
}
.focus\:text-truegray-300\/50:focus {
    color: hsla(0, 0%, 83%, 0.5);
}
.focus\:text-truegray-300\/55:focus {
    color: hsla(0, 0%, 83%, 0.55);
}
.focus\:text-truegray-300\/60:focus {
    color: hsla(0, 0%, 83%, 0.6);
}
.focus\:text-truegray-300\/65:focus {
    color: hsla(0, 0%, 83%, 0.65);
}
.focus\:text-truegray-300\/70:focus {
    color: hsla(0, 0%, 83%, 0.7);
}
.focus\:text-truegray-300\/75:focus {
    color: hsla(0, 0%, 83%, 0.75);
}
.focus\:text-truegray-300\/80:focus {
    color: hsla(0, 0%, 83%, 0.8);
}
.focus\:text-truegray-300\/85:focus {
    color: hsla(0, 0%, 83%, 0.85);
}
.focus\:text-truegray-300\/90:focus {
    color: hsla(0, 0%, 83%, 0.9);
}
.focus\:text-truegray-300\/95:focus {
    color: hsla(0, 0%, 83%, 0.95);
}
.focus\:text-truegray-400:focus {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-400\/0:focus {
    color: hsla(0, 0%, 64%, 0);
}
.focus\:text-truegray-400\/10:focus {
    color: hsla(0, 0%, 64%, 0.1);
}
.focus\:text-truegray-400\/100:focus {
    color: #a3a3a3;
}
.focus\:text-truegray-400\/15:focus {
    color: hsla(0, 0%, 64%, 0.15);
}
.focus\:text-truegray-400\/20:focus {
    color: hsla(0, 0%, 64%, 0.2);
}
.focus\:text-truegray-400\/25:focus {
    color: hsla(0, 0%, 64%, 0.25);
}
.focus\:text-truegray-400\/30:focus {
    color: hsla(0, 0%, 64%, 0.3);
}
.focus\:text-truegray-400\/35:focus {
    color: hsla(0, 0%, 64%, 0.35);
}
.focus\:text-truegray-400\/40:focus {
    color: hsla(0, 0%, 64%, 0.4);
}
.focus\:text-truegray-400\/45:focus {
    color: hsla(0, 0%, 64%, 0.45);
}
.focus\:text-truegray-400\/5:focus {
    color: hsla(0, 0%, 64%, 0.05);
}
.focus\:text-truegray-400\/50:focus {
    color: hsla(0, 0%, 64%, 0.5);
}
.focus\:text-truegray-400\/55:focus {
    color: hsla(0, 0%, 64%, 0.55);
}
.focus\:text-truegray-400\/60:focus {
    color: hsla(0, 0%, 64%, 0.6);
}
.focus\:text-truegray-400\/65:focus {
    color: hsla(0, 0%, 64%, 0.65);
}
.focus\:text-truegray-400\/70:focus {
    color: hsla(0, 0%, 64%, 0.7);
}
.focus\:text-truegray-400\/75:focus {
    color: hsla(0, 0%, 64%, 0.75);
}
.focus\:text-truegray-400\/80:focus {
    color: hsla(0, 0%, 64%, 0.8);
}
.focus\:text-truegray-400\/85:focus {
    color: hsla(0, 0%, 64%, 0.85);
}
.focus\:text-truegray-400\/90:focus {
    color: hsla(0, 0%, 64%, 0.9);
}
.focus\:text-truegray-400\/95:focus {
    color: hsla(0, 0%, 64%, 0.95);
}
.focus\:text-truegray-50:focus {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-50\/0:focus {
    color: hsla(0, 0%, 98%, 0);
}
.focus\:text-truegray-50\/10:focus {
    color: hsla(0, 0%, 98%, 0.1);
}
.focus\:text-truegray-50\/100:focus {
    color: #fafafa;
}
.focus\:text-truegray-50\/15:focus {
    color: hsla(0, 0%, 98%, 0.15);
}
.focus\:text-truegray-50\/20:focus {
    color: hsla(0, 0%, 98%, 0.2);
}
.focus\:text-truegray-50\/25:focus {
    color: hsla(0, 0%, 98%, 0.25);
}
.focus\:text-truegray-50\/30:focus {
    color: hsla(0, 0%, 98%, 0.3);
}
.focus\:text-truegray-50\/35:focus {
    color: hsla(0, 0%, 98%, 0.35);
}
.focus\:text-truegray-50\/40:focus {
    color: hsla(0, 0%, 98%, 0.4);
}
.focus\:text-truegray-50\/45:focus {
    color: hsla(0, 0%, 98%, 0.45);
}
.focus\:text-truegray-50\/5:focus {
    color: hsla(0, 0%, 98%, 0.05);
}
.focus\:text-truegray-50\/50:focus {
    color: hsla(0, 0%, 98%, 0.5);
}
.focus\:text-truegray-50\/55:focus {
    color: hsla(0, 0%, 98%, 0.55);
}
.focus\:text-truegray-50\/60:focus {
    color: hsla(0, 0%, 98%, 0.6);
}
.focus\:text-truegray-50\/65:focus {
    color: hsla(0, 0%, 98%, 0.65);
}
.focus\:text-truegray-50\/70:focus {
    color: hsla(0, 0%, 98%, 0.7);
}
.focus\:text-truegray-50\/75:focus {
    color: hsla(0, 0%, 98%, 0.75);
}
.focus\:text-truegray-50\/80:focus {
    color: hsla(0, 0%, 98%, 0.8);
}
.focus\:text-truegray-50\/85:focus {
    color: hsla(0, 0%, 98%, 0.85);
}
.focus\:text-truegray-50\/90:focus {
    color: hsla(0, 0%, 98%, 0.9);
}
.focus\:text-truegray-50\/95:focus {
    color: hsla(0, 0%, 98%, 0.95);
}
.focus\:text-truegray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-500\/0:focus {
    color: hsla(0, 0%, 45%, 0);
}
.focus\:text-truegray-500\/10:focus {
    color: hsla(0, 0%, 45%, 0.1);
}
.focus\:text-truegray-500\/100:focus {
    color: #737373;
}
.focus\:text-truegray-500\/15:focus {
    color: hsla(0, 0%, 45%, 0.15);
}
.focus\:text-truegray-500\/20:focus {
    color: hsla(0, 0%, 45%, 0.2);
}
.focus\:text-truegray-500\/25:focus {
    color: hsla(0, 0%, 45%, 0.25);
}
.focus\:text-truegray-500\/30:focus {
    color: hsla(0, 0%, 45%, 0.3);
}
.focus\:text-truegray-500\/35:focus {
    color: hsla(0, 0%, 45%, 0.35);
}
.focus\:text-truegray-500\/40:focus {
    color: hsla(0, 0%, 45%, 0.4);
}
.focus\:text-truegray-500\/45:focus {
    color: hsla(0, 0%, 45%, 0.45);
}
.focus\:text-truegray-500\/5:focus {
    color: hsla(0, 0%, 45%, 0.05);
}
.focus\:text-truegray-500\/50:focus {
    color: hsla(0, 0%, 45%, 0.5);
}
.focus\:text-truegray-500\/55:focus {
    color: hsla(0, 0%, 45%, 0.55);
}
.focus\:text-truegray-500\/60:focus {
    color: hsla(0, 0%, 45%, 0.6);
}
.focus\:text-truegray-500\/65:focus {
    color: hsla(0, 0%, 45%, 0.65);
}
.focus\:text-truegray-500\/70:focus {
    color: hsla(0, 0%, 45%, 0.7);
}
.focus\:text-truegray-500\/75:focus {
    color: hsla(0, 0%, 45%, 0.75);
}
.focus\:text-truegray-500\/80:focus {
    color: hsla(0, 0%, 45%, 0.8);
}
.focus\:text-truegray-500\/85:focus {
    color: hsla(0, 0%, 45%, 0.85);
}
.focus\:text-truegray-500\/90:focus {
    color: hsla(0, 0%, 45%, 0.9);
}
.focus\:text-truegray-500\/95:focus {
    color: hsla(0, 0%, 45%, 0.95);
}
.focus\:text-truegray-600:focus {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-600\/0:focus {
    color: rgba(82, 82, 82, 0);
}
.focus\:text-truegray-600\/10:focus {
    color: rgba(82, 82, 82, 0.1);
}
.focus\:text-truegray-600\/100:focus {
    color: #525252;
}
.focus\:text-truegray-600\/15:focus {
    color: rgba(82, 82, 82, 0.15);
}
.focus\:text-truegray-600\/20:focus {
    color: rgba(82, 82, 82, 0.2);
}
.focus\:text-truegray-600\/25:focus {
    color: rgba(82, 82, 82, 0.25);
}
.focus\:text-truegray-600\/30:focus {
    color: rgba(82, 82, 82, 0.3);
}
.focus\:text-truegray-600\/35:focus {
    color: rgba(82, 82, 82, 0.35);
}
.focus\:text-truegray-600\/40:focus {
    color: rgba(82, 82, 82, 0.4);
}
.focus\:text-truegray-600\/45:focus {
    color: rgba(82, 82, 82, 0.45);
}
.focus\:text-truegray-600\/5:focus {
    color: rgba(82, 82, 82, 0.05);
}
.focus\:text-truegray-600\/50:focus {
    color: rgba(82, 82, 82, 0.5);
}
.focus\:text-truegray-600\/55:focus {
    color: rgba(82, 82, 82, 0.55);
}
.focus\:text-truegray-600\/60:focus {
    color: rgba(82, 82, 82, 0.6);
}
.focus\:text-truegray-600\/65:focus {
    color: rgba(82, 82, 82, 0.65);
}
.focus\:text-truegray-600\/70:focus {
    color: rgba(82, 82, 82, 0.7);
}
.focus\:text-truegray-600\/75:focus {
    color: rgba(82, 82, 82, 0.75);
}
.focus\:text-truegray-600\/80:focus {
    color: rgba(82, 82, 82, 0.8);
}
.focus\:text-truegray-600\/85:focus {
    color: rgba(82, 82, 82, 0.85);
}
.focus\:text-truegray-600\/90:focus {
    color: rgba(82, 82, 82, 0.9);
}
.focus\:text-truegray-600\/95:focus {
    color: rgba(82, 82, 82, 0.95);
}
.focus\:text-truegray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-700\/0:focus {
    color: rgba(64, 64, 64, 0);
}
.focus\:text-truegray-700\/10:focus {
    color: rgba(64, 64, 64, 0.1);
}
.focus\:text-truegray-700\/100:focus {
    color: #404040;
}
.focus\:text-truegray-700\/15:focus {
    color: rgba(64, 64, 64, 0.15);
}
.focus\:text-truegray-700\/20:focus {
    color: rgba(64, 64, 64, 0.2);
}
.focus\:text-truegray-700\/25:focus {
    color: rgba(64, 64, 64, 0.25);
}
.focus\:text-truegray-700\/30:focus {
    color: rgba(64, 64, 64, 0.3);
}
.focus\:text-truegray-700\/35:focus {
    color: rgba(64, 64, 64, 0.35);
}
.focus\:text-truegray-700\/40:focus {
    color: rgba(64, 64, 64, 0.4);
}
.focus\:text-truegray-700\/45:focus {
    color: rgba(64, 64, 64, 0.45);
}
.focus\:text-truegray-700\/5:focus {
    color: rgba(64, 64, 64, 0.05);
}
.focus\:text-truegray-700\/50:focus {
    color: rgba(64, 64, 64, 0.5);
}
.focus\:text-truegray-700\/55:focus {
    color: rgba(64, 64, 64, 0.55);
}
.focus\:text-truegray-700\/60:focus {
    color: rgba(64, 64, 64, 0.6);
}
.focus\:text-truegray-700\/65:focus {
    color: rgba(64, 64, 64, 0.65);
}
.focus\:text-truegray-700\/70:focus {
    color: rgba(64, 64, 64, 0.7);
}
.focus\:text-truegray-700\/75:focus {
    color: rgba(64, 64, 64, 0.75);
}
.focus\:text-truegray-700\/80:focus {
    color: rgba(64, 64, 64, 0.8);
}
.focus\:text-truegray-700\/85:focus {
    color: rgba(64, 64, 64, 0.85);
}
.focus\:text-truegray-700\/90:focus {
    color: rgba(64, 64, 64, 0.9);
}
.focus\:text-truegray-700\/95:focus {
    color: rgba(64, 64, 64, 0.95);
}
.focus\:text-truegray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-800\/0:focus {
    color: rgba(38, 38, 38, 0);
}
.focus\:text-truegray-800\/10:focus {
    color: rgba(38, 38, 38, 0.1);
}
.focus\:text-truegray-800\/100:focus {
    color: #262626;
}
.focus\:text-truegray-800\/15:focus {
    color: rgba(38, 38, 38, 0.15);
}
.focus\:text-truegray-800\/20:focus {
    color: rgba(38, 38, 38, 0.2);
}
.focus\:text-truegray-800\/25:focus {
    color: rgba(38, 38, 38, 0.25);
}
.focus\:text-truegray-800\/30:focus {
    color: rgba(38, 38, 38, 0.3);
}
.focus\:text-truegray-800\/35:focus {
    color: rgba(38, 38, 38, 0.35);
}
.focus\:text-truegray-800\/40:focus {
    color: rgba(38, 38, 38, 0.4);
}
.focus\:text-truegray-800\/45:focus {
    color: rgba(38, 38, 38, 0.45);
}
.focus\:text-truegray-800\/5:focus {
    color: rgba(38, 38, 38, 0.05);
}
.focus\:text-truegray-800\/50:focus {
    color: rgba(38, 38, 38, 0.5);
}
.focus\:text-truegray-800\/55:focus {
    color: rgba(38, 38, 38, 0.55);
}
.focus\:text-truegray-800\/60:focus {
    color: rgba(38, 38, 38, 0.6);
}
.focus\:text-truegray-800\/65:focus {
    color: rgba(38, 38, 38, 0.65);
}
.focus\:text-truegray-800\/70:focus {
    color: rgba(38, 38, 38, 0.7);
}
.focus\:text-truegray-800\/75:focus {
    color: rgba(38, 38, 38, 0.75);
}
.focus\:text-truegray-800\/80:focus {
    color: rgba(38, 38, 38, 0.8);
}
.focus\:text-truegray-800\/85:focus {
    color: rgba(38, 38, 38, 0.85);
}
.focus\:text-truegray-800\/90:focus {
    color: rgba(38, 38, 38, 0.9);
}
.focus\:text-truegray-800\/95:focus {
    color: rgba(38, 38, 38, 0.95);
}
.focus\:text-truegray-900:focus {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.focus\:text-truegray-900\/0:focus {
    color: hsla(0, 0%, 9%, 0);
}
.focus\:text-truegray-900\/10:focus {
    color: hsla(0, 0%, 9%, 0.1);
}
.focus\:text-truegray-900\/100:focus {
    color: #171717;
}
.focus\:text-truegray-900\/15:focus {
    color: hsla(0, 0%, 9%, 0.15);
}
.focus\:text-truegray-900\/20:focus {
    color: hsla(0, 0%, 9%, 0.2);
}
.focus\:text-truegray-900\/25:focus {
    color: hsla(0, 0%, 9%, 0.25);
}
.focus\:text-truegray-900\/30:focus {
    color: hsla(0, 0%, 9%, 0.3);
}
.focus\:text-truegray-900\/35:focus {
    color: hsla(0, 0%, 9%, 0.35);
}
.focus\:text-truegray-900\/40:focus {
    color: hsla(0, 0%, 9%, 0.4);
}
.focus\:text-truegray-900\/45:focus {
    color: hsla(0, 0%, 9%, 0.45);
}
.focus\:text-truegray-900\/5:focus {
    color: hsla(0, 0%, 9%, 0.05);
}
.focus\:text-truegray-900\/50:focus {
    color: hsla(0, 0%, 9%, 0.5);
}
.focus\:text-truegray-900\/55:focus {
    color: hsla(0, 0%, 9%, 0.55);
}
.focus\:text-truegray-900\/60:focus {
    color: hsla(0, 0%, 9%, 0.6);
}
.focus\:text-truegray-900\/65:focus {
    color: hsla(0, 0%, 9%, 0.65);
}
.focus\:text-truegray-900\/70:focus {
    color: hsla(0, 0%, 9%, 0.7);
}
.focus\:text-truegray-900\/75:focus {
    color: hsla(0, 0%, 9%, 0.75);
}
.focus\:text-truegray-900\/80:focus {
    color: hsla(0, 0%, 9%, 0.8);
}
.focus\:text-truegray-900\/85:focus {
    color: hsla(0, 0%, 9%, 0.85);
}
.focus\:text-truegray-900\/90:focus {
    color: hsla(0, 0%, 9%, 0.9);
}
.focus\:text-truegray-900\/95:focus {
    color: hsla(0, 0%, 9%, 0.95);
}
.focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-100\/0:focus {
    color: rgba(237, 233, 254, 0);
}
.focus\:text-violet-100\/10:focus {
    color: rgba(237, 233, 254, 0.1);
}
.focus\:text-violet-100\/100:focus {
    color: #ede9fe;
}
.focus\:text-violet-100\/15:focus {
    color: rgba(237, 233, 254, 0.15);
}
.focus\:text-violet-100\/20:focus {
    color: rgba(237, 233, 254, 0.2);
}
.focus\:text-violet-100\/25:focus {
    color: rgba(237, 233, 254, 0.25);
}
.focus\:text-violet-100\/30:focus {
    color: rgba(237, 233, 254, 0.3);
}
.focus\:text-violet-100\/35:focus {
    color: rgba(237, 233, 254, 0.35);
}
.focus\:text-violet-100\/40:focus {
    color: rgba(237, 233, 254, 0.4);
}
.focus\:text-violet-100\/45:focus {
    color: rgba(237, 233, 254, 0.45);
}
.focus\:text-violet-100\/5:focus {
    color: rgba(237, 233, 254, 0.05);
}
.focus\:text-violet-100\/50:focus {
    color: rgba(237, 233, 254, 0.5);
}
.focus\:text-violet-100\/55:focus {
    color: rgba(237, 233, 254, 0.55);
}
.focus\:text-violet-100\/60:focus {
    color: rgba(237, 233, 254, 0.6);
}
.focus\:text-violet-100\/65:focus {
    color: rgba(237, 233, 254, 0.65);
}
.focus\:text-violet-100\/70:focus {
    color: rgba(237, 233, 254, 0.7);
}
.focus\:text-violet-100\/75:focus {
    color: rgba(237, 233, 254, 0.75);
}
.focus\:text-violet-100\/80:focus {
    color: rgba(237, 233, 254, 0.8);
}
.focus\:text-violet-100\/85:focus {
    color: rgba(237, 233, 254, 0.85);
}
.focus\:text-violet-100\/90:focus {
    color: rgba(237, 233, 254, 0.9);
}
.focus\:text-violet-100\/95:focus {
    color: rgba(237, 233, 254, 0.95);
}
.focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-200\/0:focus {
    color: rgba(221, 214, 254, 0);
}
.focus\:text-violet-200\/10:focus {
    color: rgba(221, 214, 254, 0.1);
}
.focus\:text-violet-200\/100:focus {
    color: #ddd6fe;
}
.focus\:text-violet-200\/15:focus {
    color: rgba(221, 214, 254, 0.15);
}
.focus\:text-violet-200\/20:focus {
    color: rgba(221, 214, 254, 0.2);
}
.focus\:text-violet-200\/25:focus {
    color: rgba(221, 214, 254, 0.25);
}
.focus\:text-violet-200\/30:focus {
    color: rgba(221, 214, 254, 0.3);
}
.focus\:text-violet-200\/35:focus {
    color: rgba(221, 214, 254, 0.35);
}
.focus\:text-violet-200\/40:focus {
    color: rgba(221, 214, 254, 0.4);
}
.focus\:text-violet-200\/45:focus {
    color: rgba(221, 214, 254, 0.45);
}
.focus\:text-violet-200\/5:focus {
    color: rgba(221, 214, 254, 0.05);
}
.focus\:text-violet-200\/50:focus {
    color: rgba(221, 214, 254, 0.5);
}
.focus\:text-violet-200\/55:focus {
    color: rgba(221, 214, 254, 0.55);
}
.focus\:text-violet-200\/60:focus {
    color: rgba(221, 214, 254, 0.6);
}
.focus\:text-violet-200\/65:focus {
    color: rgba(221, 214, 254, 0.65);
}
.focus\:text-violet-200\/70:focus {
    color: rgba(221, 214, 254, 0.7);
}
.focus\:text-violet-200\/75:focus {
    color: rgba(221, 214, 254, 0.75);
}
.focus\:text-violet-200\/80:focus {
    color: rgba(221, 214, 254, 0.8);
}
.focus\:text-violet-200\/85:focus {
    color: rgba(221, 214, 254, 0.85);
}
.focus\:text-violet-200\/90:focus {
    color: rgba(221, 214, 254, 0.9);
}
.focus\:text-violet-200\/95:focus {
    color: rgba(221, 214, 254, 0.95);
}
.focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-300\/0:focus {
    color: rgba(196, 181, 253, 0);
}
.focus\:text-violet-300\/10:focus {
    color: rgba(196, 181, 253, 0.1);
}
.focus\:text-violet-300\/100:focus {
    color: #c4b5fd;
}
.focus\:text-violet-300\/15:focus {
    color: rgba(196, 181, 253, 0.15);
}
.focus\:text-violet-300\/20:focus {
    color: rgba(196, 181, 253, 0.2);
}
.focus\:text-violet-300\/25:focus {
    color: rgba(196, 181, 253, 0.25);
}
.focus\:text-violet-300\/30:focus {
    color: rgba(196, 181, 253, 0.3);
}
.focus\:text-violet-300\/35:focus {
    color: rgba(196, 181, 253, 0.35);
}
.focus\:text-violet-300\/40:focus {
    color: rgba(196, 181, 253, 0.4);
}
.focus\:text-violet-300\/45:focus {
    color: rgba(196, 181, 253, 0.45);
}
.focus\:text-violet-300\/5:focus {
    color: rgba(196, 181, 253, 0.05);
}
.focus\:text-violet-300\/50:focus {
    color: rgba(196, 181, 253, 0.5);
}
.focus\:text-violet-300\/55:focus {
    color: rgba(196, 181, 253, 0.55);
}
.focus\:text-violet-300\/60:focus {
    color: rgba(196, 181, 253, 0.6);
}
.focus\:text-violet-300\/65:focus {
    color: rgba(196, 181, 253, 0.65);
}
.focus\:text-violet-300\/70:focus {
    color: rgba(196, 181, 253, 0.7);
}
.focus\:text-violet-300\/75:focus {
    color: rgba(196, 181, 253, 0.75);
}
.focus\:text-violet-300\/80:focus {
    color: rgba(196, 181, 253, 0.8);
}
.focus\:text-violet-300\/85:focus {
    color: rgba(196, 181, 253, 0.85);
}
.focus\:text-violet-300\/90:focus {
    color: rgba(196, 181, 253, 0.9);
}
.focus\:text-violet-300\/95:focus {
    color: rgba(196, 181, 253, 0.95);
}
.focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-400\/0:focus {
    color: rgba(167, 139, 250, 0);
}
.focus\:text-violet-400\/10:focus {
    color: rgba(167, 139, 250, 0.1);
}
.focus\:text-violet-400\/100:focus {
    color: #a78bfa;
}
.focus\:text-violet-400\/15:focus {
    color: rgba(167, 139, 250, 0.15);
}
.focus\:text-violet-400\/20:focus {
    color: rgba(167, 139, 250, 0.2);
}
.focus\:text-violet-400\/25:focus {
    color: rgba(167, 139, 250, 0.25);
}
.focus\:text-violet-400\/30:focus {
    color: rgba(167, 139, 250, 0.3);
}
.focus\:text-violet-400\/35:focus {
    color: rgba(167, 139, 250, 0.35);
}
.focus\:text-violet-400\/40:focus {
    color: rgba(167, 139, 250, 0.4);
}
.focus\:text-violet-400\/45:focus {
    color: rgba(167, 139, 250, 0.45);
}
.focus\:text-violet-400\/5:focus {
    color: rgba(167, 139, 250, 0.05);
}
.focus\:text-violet-400\/50:focus {
    color: rgba(167, 139, 250, 0.5);
}
.focus\:text-violet-400\/55:focus {
    color: rgba(167, 139, 250, 0.55);
}
.focus\:text-violet-400\/60:focus {
    color: rgba(167, 139, 250, 0.6);
}
.focus\:text-violet-400\/65:focus {
    color: rgba(167, 139, 250, 0.65);
}
.focus\:text-violet-400\/70:focus {
    color: rgba(167, 139, 250, 0.7);
}
.focus\:text-violet-400\/75:focus {
    color: rgba(167, 139, 250, 0.75);
}
.focus\:text-violet-400\/80:focus {
    color: rgba(167, 139, 250, 0.8);
}
.focus\:text-violet-400\/85:focus {
    color: rgba(167, 139, 250, 0.85);
}
.focus\:text-violet-400\/90:focus {
    color: rgba(167, 139, 250, 0.9);
}
.focus\:text-violet-400\/95:focus {
    color: rgba(167, 139, 250, 0.95);
}
.focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-50\/0:focus {
    color: rgba(245, 243, 255, 0);
}
.focus\:text-violet-50\/10:focus {
    color: rgba(245, 243, 255, 0.1);
}
.focus\:text-violet-50\/100:focus {
    color: #f5f3ff;
}
.focus\:text-violet-50\/15:focus {
    color: rgba(245, 243, 255, 0.15);
}
.focus\:text-violet-50\/20:focus {
    color: rgba(245, 243, 255, 0.2);
}
.focus\:text-violet-50\/25:focus {
    color: rgba(245, 243, 255, 0.25);
}
.focus\:text-violet-50\/30:focus {
    color: rgba(245, 243, 255, 0.3);
}
.focus\:text-violet-50\/35:focus {
    color: rgba(245, 243, 255, 0.35);
}
.focus\:text-violet-50\/40:focus {
    color: rgba(245, 243, 255, 0.4);
}
.focus\:text-violet-50\/45:focus {
    color: rgba(245, 243, 255, 0.45);
}
.focus\:text-violet-50\/5:focus {
    color: rgba(245, 243, 255, 0.05);
}
.focus\:text-violet-50\/50:focus {
    color: rgba(245, 243, 255, 0.5);
}
.focus\:text-violet-50\/55:focus {
    color: rgba(245, 243, 255, 0.55);
}
.focus\:text-violet-50\/60:focus {
    color: rgba(245, 243, 255, 0.6);
}
.focus\:text-violet-50\/65:focus {
    color: rgba(245, 243, 255, 0.65);
}
.focus\:text-violet-50\/70:focus {
    color: rgba(245, 243, 255, 0.7);
}
.focus\:text-violet-50\/75:focus {
    color: rgba(245, 243, 255, 0.75);
}
.focus\:text-violet-50\/80:focus {
    color: rgba(245, 243, 255, 0.8);
}
.focus\:text-violet-50\/85:focus {
    color: rgba(245, 243, 255, 0.85);
}
.focus\:text-violet-50\/90:focus {
    color: rgba(245, 243, 255, 0.9);
}
.focus\:text-violet-50\/95:focus {
    color: rgba(245, 243, 255, 0.95);
}
.focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-500\/0:focus {
    color: rgba(139, 92, 246, 0);
}
.focus\:text-violet-500\/10:focus {
    color: rgba(139, 92, 246, 0.1);
}
.focus\:text-violet-500\/100:focus {
    color: #8b5cf6;
}
.focus\:text-violet-500\/15:focus {
    color: rgba(139, 92, 246, 0.15);
}
.focus\:text-violet-500\/20:focus {
    color: rgba(139, 92, 246, 0.2);
}
.focus\:text-violet-500\/25:focus {
    color: rgba(139, 92, 246, 0.25);
}
.focus\:text-violet-500\/30:focus {
    color: rgba(139, 92, 246, 0.3);
}
.focus\:text-violet-500\/35:focus {
    color: rgba(139, 92, 246, 0.35);
}
.focus\:text-violet-500\/40:focus {
    color: rgba(139, 92, 246, 0.4);
}
.focus\:text-violet-500\/45:focus {
    color: rgba(139, 92, 246, 0.45);
}
.focus\:text-violet-500\/5:focus {
    color: rgba(139, 92, 246, 0.05);
}
.focus\:text-violet-500\/50:focus {
    color: rgba(139, 92, 246, 0.5);
}
.focus\:text-violet-500\/55:focus {
    color: rgba(139, 92, 246, 0.55);
}
.focus\:text-violet-500\/60:focus {
    color: rgba(139, 92, 246, 0.6);
}
.focus\:text-violet-500\/65:focus {
    color: rgba(139, 92, 246, 0.65);
}
.focus\:text-violet-500\/70:focus {
    color: rgba(139, 92, 246, 0.7);
}
.focus\:text-violet-500\/75:focus {
    color: rgba(139, 92, 246, 0.75);
}
.focus\:text-violet-500\/80:focus {
    color: rgba(139, 92, 246, 0.8);
}
.focus\:text-violet-500\/85:focus {
    color: rgba(139, 92, 246, 0.85);
}
.focus\:text-violet-500\/90:focus {
    color: rgba(139, 92, 246, 0.9);
}
.focus\:text-violet-500\/95:focus {
    color: rgba(139, 92, 246, 0.95);
}
.focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-600\/0:focus {
    color: rgba(124, 58, 237, 0);
}
.focus\:text-violet-600\/10:focus {
    color: rgba(124, 58, 237, 0.1);
}
.focus\:text-violet-600\/100:focus {
    color: #7c3aed;
}
.focus\:text-violet-600\/15:focus {
    color: rgba(124, 58, 237, 0.15);
}
.focus\:text-violet-600\/20:focus {
    color: rgba(124, 58, 237, 0.2);
}
.focus\:text-violet-600\/25:focus {
    color: rgba(124, 58, 237, 0.25);
}
.focus\:text-violet-600\/30:focus {
    color: rgba(124, 58, 237, 0.3);
}
.focus\:text-violet-600\/35:focus {
    color: rgba(124, 58, 237, 0.35);
}
.focus\:text-violet-600\/40:focus {
    color: rgba(124, 58, 237, 0.4);
}
.focus\:text-violet-600\/45:focus {
    color: rgba(124, 58, 237, 0.45);
}
.focus\:text-violet-600\/5:focus {
    color: rgba(124, 58, 237, 0.05);
}
.focus\:text-violet-600\/50:focus {
    color: rgba(124, 58, 237, 0.5);
}
.focus\:text-violet-600\/55:focus {
    color: rgba(124, 58, 237, 0.55);
}
.focus\:text-violet-600\/60:focus {
    color: rgba(124, 58, 237, 0.6);
}
.focus\:text-violet-600\/65:focus {
    color: rgba(124, 58, 237, 0.65);
}
.focus\:text-violet-600\/70:focus {
    color: rgba(124, 58, 237, 0.7);
}
.focus\:text-violet-600\/75:focus {
    color: rgba(124, 58, 237, 0.75);
}
.focus\:text-violet-600\/80:focus {
    color: rgba(124, 58, 237, 0.8);
}
.focus\:text-violet-600\/85:focus {
    color: rgba(124, 58, 237, 0.85);
}
.focus\:text-violet-600\/90:focus {
    color: rgba(124, 58, 237, 0.9);
}
.focus\:text-violet-600\/95:focus {
    color: rgba(124, 58, 237, 0.95);
}
.focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-700\/0:focus {
    color: rgba(109, 40, 217, 0);
}
.focus\:text-violet-700\/10:focus {
    color: rgba(109, 40, 217, 0.1);
}
.focus\:text-violet-700\/100:focus {
    color: #6d28d9;
}
.focus\:text-violet-700\/15:focus {
    color: rgba(109, 40, 217, 0.15);
}
.focus\:text-violet-700\/20:focus {
    color: rgba(109, 40, 217, 0.2);
}
.focus\:text-violet-700\/25:focus {
    color: rgba(109, 40, 217, 0.25);
}
.focus\:text-violet-700\/30:focus {
    color: rgba(109, 40, 217, 0.3);
}
.focus\:text-violet-700\/35:focus {
    color: rgba(109, 40, 217, 0.35);
}
.focus\:text-violet-700\/40:focus {
    color: rgba(109, 40, 217, 0.4);
}
.focus\:text-violet-700\/45:focus {
    color: rgba(109, 40, 217, 0.45);
}
.focus\:text-violet-700\/5:focus {
    color: rgba(109, 40, 217, 0.05);
}
.focus\:text-violet-700\/50:focus {
    color: rgba(109, 40, 217, 0.5);
}
.focus\:text-violet-700\/55:focus {
    color: rgba(109, 40, 217, 0.55);
}
.focus\:text-violet-700\/60:focus {
    color: rgba(109, 40, 217, 0.6);
}
.focus\:text-violet-700\/65:focus {
    color: rgba(109, 40, 217, 0.65);
}
.focus\:text-violet-700\/70:focus {
    color: rgba(109, 40, 217, 0.7);
}
.focus\:text-violet-700\/75:focus {
    color: rgba(109, 40, 217, 0.75);
}
.focus\:text-violet-700\/80:focus {
    color: rgba(109, 40, 217, 0.8);
}
.focus\:text-violet-700\/85:focus {
    color: rgba(109, 40, 217, 0.85);
}
.focus\:text-violet-700\/90:focus {
    color: rgba(109, 40, 217, 0.9);
}
.focus\:text-violet-700\/95:focus {
    color: rgba(109, 40, 217, 0.95);
}
.focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-800\/0:focus {
    color: rgba(91, 33, 182, 0);
}
.focus\:text-violet-800\/10:focus {
    color: rgba(91, 33, 182, 0.1);
}
.focus\:text-violet-800\/100:focus {
    color: #5b21b6;
}
.focus\:text-violet-800\/15:focus {
    color: rgba(91, 33, 182, 0.15);
}
.focus\:text-violet-800\/20:focus {
    color: rgba(91, 33, 182, 0.2);
}
.focus\:text-violet-800\/25:focus {
    color: rgba(91, 33, 182, 0.25);
}
.focus\:text-violet-800\/30:focus {
    color: rgba(91, 33, 182, 0.3);
}
.focus\:text-violet-800\/35:focus {
    color: rgba(91, 33, 182, 0.35);
}
.focus\:text-violet-800\/40:focus {
    color: rgba(91, 33, 182, 0.4);
}
.focus\:text-violet-800\/45:focus {
    color: rgba(91, 33, 182, 0.45);
}
.focus\:text-violet-800\/5:focus {
    color: rgba(91, 33, 182, 0.05);
}
.focus\:text-violet-800\/50:focus {
    color: rgba(91, 33, 182, 0.5);
}
.focus\:text-violet-800\/55:focus {
    color: rgba(91, 33, 182, 0.55);
}
.focus\:text-violet-800\/60:focus {
    color: rgba(91, 33, 182, 0.6);
}
.focus\:text-violet-800\/65:focus {
    color: rgba(91, 33, 182, 0.65);
}
.focus\:text-violet-800\/70:focus {
    color: rgba(91, 33, 182, 0.7);
}
.focus\:text-violet-800\/75:focus {
    color: rgba(91, 33, 182, 0.75);
}
.focus\:text-violet-800\/80:focus {
    color: rgba(91, 33, 182, 0.8);
}
.focus\:text-violet-800\/85:focus {
    color: rgba(91, 33, 182, 0.85);
}
.focus\:text-violet-800\/90:focus {
    color: rgba(91, 33, 182, 0.9);
}
.focus\:text-violet-800\/95:focus {
    color: rgba(91, 33, 182, 0.95);
}
.focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-900\/0:focus {
    color: rgba(76, 29, 149, 0);
}
.focus\:text-violet-900\/10:focus {
    color: rgba(76, 29, 149, 0.1);
}
.focus\:text-violet-900\/100:focus {
    color: #4c1d95;
}
.focus\:text-violet-900\/15:focus {
    color: rgba(76, 29, 149, 0.15);
}
.focus\:text-violet-900\/20:focus {
    color: rgba(76, 29, 149, 0.2);
}
.focus\:text-violet-900\/25:focus {
    color: rgba(76, 29, 149, 0.25);
}
.focus\:text-violet-900\/30:focus {
    color: rgba(76, 29, 149, 0.3);
}
.focus\:text-violet-900\/35:focus {
    color: rgba(76, 29, 149, 0.35);
}
.focus\:text-violet-900\/40:focus {
    color: rgba(76, 29, 149, 0.4);
}
.focus\:text-violet-900\/45:focus {
    color: rgba(76, 29, 149, 0.45);
}
.focus\:text-violet-900\/5:focus {
    color: rgba(76, 29, 149, 0.05);
}
.focus\:text-violet-900\/50:focus {
    color: rgba(76, 29, 149, 0.5);
}
.focus\:text-violet-900\/55:focus {
    color: rgba(76, 29, 149, 0.55);
}
.focus\:text-violet-900\/60:focus {
    color: rgba(76, 29, 149, 0.6);
}
.focus\:text-violet-900\/65:focus {
    color: rgba(76, 29, 149, 0.65);
}
.focus\:text-violet-900\/70:focus {
    color: rgba(76, 29, 149, 0.7);
}
.focus\:text-violet-900\/75:focus {
    color: rgba(76, 29, 149, 0.75);
}
.focus\:text-violet-900\/80:focus {
    color: rgba(76, 29, 149, 0.8);
}
.focus\:text-violet-900\/85:focus {
    color: rgba(76, 29, 149, 0.85);
}
.focus\:text-violet-900\/90:focus {
    color: rgba(76, 29, 149, 0.9);
}
.focus\:text-violet-900\/95:focus {
    color: rgba(76, 29, 149, 0.95);
}
.focus\:text-warmergreen-100:focus {
    --tw-text-opacity: 1;
    color: rgb(238 239 236 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-100\/0:focus {
    color: hsla(80, 9%, 93%, 0);
}
.focus\:text-warmergreen-100\/10:focus {
    color: hsla(80, 9%, 93%, 0.1);
}
.focus\:text-warmergreen-100\/100:focus {
    color: #eeefec;
}
.focus\:text-warmergreen-100\/15:focus {
    color: hsla(80, 9%, 93%, 0.15);
}
.focus\:text-warmergreen-100\/20:focus {
    color: hsla(80, 9%, 93%, 0.2);
}
.focus\:text-warmergreen-100\/25:focus {
    color: hsla(80, 9%, 93%, 0.25);
}
.focus\:text-warmergreen-100\/30:focus {
    color: hsla(80, 9%, 93%, 0.3);
}
.focus\:text-warmergreen-100\/35:focus {
    color: hsla(80, 9%, 93%, 0.35);
}
.focus\:text-warmergreen-100\/40:focus {
    color: hsla(80, 9%, 93%, 0.4);
}
.focus\:text-warmergreen-100\/45:focus {
    color: hsla(80, 9%, 93%, 0.45);
}
.focus\:text-warmergreen-100\/5:focus {
    color: hsla(80, 9%, 93%, 0.05);
}
.focus\:text-warmergreen-100\/50:focus {
    color: hsla(80, 9%, 93%, 0.5);
}
.focus\:text-warmergreen-100\/55:focus {
    color: hsla(80, 9%, 93%, 0.55);
}
.focus\:text-warmergreen-100\/60:focus {
    color: hsla(80, 9%, 93%, 0.6);
}
.focus\:text-warmergreen-100\/65:focus {
    color: hsla(80, 9%, 93%, 0.65);
}
.focus\:text-warmergreen-100\/70:focus {
    color: hsla(80, 9%, 93%, 0.7);
}
.focus\:text-warmergreen-100\/75:focus {
    color: hsla(80, 9%, 93%, 0.75);
}
.focus\:text-warmergreen-100\/80:focus {
    color: hsla(80, 9%, 93%, 0.8);
}
.focus\:text-warmergreen-100\/85:focus {
    color: hsla(80, 9%, 93%, 0.85);
}
.focus\:text-warmergreen-100\/90:focus {
    color: hsla(80, 9%, 93%, 0.9);
}
.focus\:text-warmergreen-100\/95:focus {
    color: hsla(80, 9%, 93%, 0.95);
}
.focus\:text-warmergreen-200:focus {
    --tw-text-opacity: 1;
    color: rgb(216 222 215 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-200\/0:focus {
    color: rgba(216, 222, 215, 0);
}
.focus\:text-warmergreen-200\/10:focus {
    color: rgba(216, 222, 215, 0.1);
}
.focus\:text-warmergreen-200\/100:focus {
    color: #d8ded7;
}
.focus\:text-warmergreen-200\/15:focus {
    color: rgba(216, 222, 215, 0.15);
}
.focus\:text-warmergreen-200\/20:focus {
    color: rgba(216, 222, 215, 0.2);
}
.focus\:text-warmergreen-200\/25:focus {
    color: rgba(216, 222, 215, 0.25);
}
.focus\:text-warmergreen-200\/30:focus {
    color: rgba(216, 222, 215, 0.3);
}
.focus\:text-warmergreen-200\/35:focus {
    color: rgba(216, 222, 215, 0.35);
}
.focus\:text-warmergreen-200\/40:focus {
    color: rgba(216, 222, 215, 0.4);
}
.focus\:text-warmergreen-200\/45:focus {
    color: rgba(216, 222, 215, 0.45);
}
.focus\:text-warmergreen-200\/5:focus {
    color: rgba(216, 222, 215, 0.05);
}
.focus\:text-warmergreen-200\/50:focus {
    color: rgba(216, 222, 215, 0.5);
}
.focus\:text-warmergreen-200\/55:focus {
    color: rgba(216, 222, 215, 0.55);
}
.focus\:text-warmergreen-200\/60:focus {
    color: rgba(216, 222, 215, 0.6);
}
.focus\:text-warmergreen-200\/65:focus {
    color: rgba(216, 222, 215, 0.65);
}
.focus\:text-warmergreen-200\/70:focus {
    color: rgba(216, 222, 215, 0.7);
}
.focus\:text-warmergreen-200\/75:focus {
    color: rgba(216, 222, 215, 0.75);
}
.focus\:text-warmergreen-200\/80:focus {
    color: rgba(216, 222, 215, 0.8);
}
.focus\:text-warmergreen-200\/85:focus {
    color: rgba(216, 222, 215, 0.85);
}
.focus\:text-warmergreen-200\/90:focus {
    color: rgba(216, 222, 215, 0.9);
}
.focus\:text-warmergreen-200\/95:focus {
    color: rgba(216, 222, 215, 0.95);
}
.focus\:text-warmergreen-300:focus {
    --tw-text-opacity: 1;
    color: rgb(177 188 175 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-300\/0:focus {
    color: hsla(111, 9%, 71%, 0);
}
.focus\:text-warmergreen-300\/10:focus {
    color: hsla(111, 9%, 71%, 0.1);
}
.focus\:text-warmergreen-300\/100:focus {
    color: #b1bcaf;
}
.focus\:text-warmergreen-300\/15:focus {
    color: hsla(111, 9%, 71%, 0.15);
}
.focus\:text-warmergreen-300\/20:focus {
    color: hsla(111, 9%, 71%, 0.2);
}
.focus\:text-warmergreen-300\/25:focus {
    color: hsla(111, 9%, 71%, 0.25);
}
.focus\:text-warmergreen-300\/30:focus {
    color: hsla(111, 9%, 71%, 0.3);
}
.focus\:text-warmergreen-300\/35:focus {
    color: hsla(111, 9%, 71%, 0.35);
}
.focus\:text-warmergreen-300\/40:focus {
    color: hsla(111, 9%, 71%, 0.4);
}
.focus\:text-warmergreen-300\/45:focus {
    color: hsla(111, 9%, 71%, 0.45);
}
.focus\:text-warmergreen-300\/5:focus {
    color: hsla(111, 9%, 71%, 0.05);
}
.focus\:text-warmergreen-300\/50:focus {
    color: hsla(111, 9%, 71%, 0.5);
}
.focus\:text-warmergreen-300\/55:focus {
    color: hsla(111, 9%, 71%, 0.55);
}
.focus\:text-warmergreen-300\/60:focus {
    color: hsla(111, 9%, 71%, 0.6);
}
.focus\:text-warmergreen-300\/65:focus {
    color: hsla(111, 9%, 71%, 0.65);
}
.focus\:text-warmergreen-300\/70:focus {
    color: hsla(111, 9%, 71%, 0.7);
}
.focus\:text-warmergreen-300\/75:focus {
    color: hsla(111, 9%, 71%, 0.75);
}
.focus\:text-warmergreen-300\/80:focus {
    color: hsla(111, 9%, 71%, 0.8);
}
.focus\:text-warmergreen-300\/85:focus {
    color: hsla(111, 9%, 71%, 0.85);
}
.focus\:text-warmergreen-300\/90:focus {
    color: hsla(111, 9%, 71%, 0.9);
}
.focus\:text-warmergreen-300\/95:focus {
    color: hsla(111, 9%, 71%, 0.95);
}
.focus\:text-warmergreen-400:focus {
    --tw-text-opacity: 1;
    color: rgb(127 150 132 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-400\/0:focus {
    color: rgba(127, 150, 132, 0);
}
.focus\:text-warmergreen-400\/10:focus {
    color: rgba(127, 150, 132, 0.1);
}
.focus\:text-warmergreen-400\/100:focus {
    color: #7f9684;
}
.focus\:text-warmergreen-400\/15:focus {
    color: rgba(127, 150, 132, 0.15);
}
.focus\:text-warmergreen-400\/20:focus {
    color: rgba(127, 150, 132, 0.2);
}
.focus\:text-warmergreen-400\/25:focus {
    color: rgba(127, 150, 132, 0.25);
}
.focus\:text-warmergreen-400\/30:focus {
    color: rgba(127, 150, 132, 0.3);
}
.focus\:text-warmergreen-400\/35:focus {
    color: rgba(127, 150, 132, 0.35);
}
.focus\:text-warmergreen-400\/40:focus {
    color: rgba(127, 150, 132, 0.4);
}
.focus\:text-warmergreen-400\/45:focus {
    color: rgba(127, 150, 132, 0.45);
}
.focus\:text-warmergreen-400\/5:focus {
    color: rgba(127, 150, 132, 0.05);
}
.focus\:text-warmergreen-400\/50:focus {
    color: rgba(127, 150, 132, 0.5);
}
.focus\:text-warmergreen-400\/55:focus {
    color: rgba(127, 150, 132, 0.55);
}
.focus\:text-warmergreen-400\/60:focus {
    color: rgba(127, 150, 132, 0.6);
}
.focus\:text-warmergreen-400\/65:focus {
    color: rgba(127, 150, 132, 0.65);
}
.focus\:text-warmergreen-400\/70:focus {
    color: rgba(127, 150, 132, 0.7);
}
.focus\:text-warmergreen-400\/75:focus {
    color: rgba(127, 150, 132, 0.75);
}
.focus\:text-warmergreen-400\/80:focus {
    color: rgba(127, 150, 132, 0.8);
}
.focus\:text-warmergreen-400\/85:focus {
    color: rgba(127, 150, 132, 0.85);
}
.focus\:text-warmergreen-400\/90:focus {
    color: rgba(127, 150, 132, 0.9);
}
.focus\:text-warmergreen-400\/95:focus {
    color: rgba(127, 150, 132, 0.95);
}
.focus\:text-warmergreen-50:focus {
    --tw-text-opacity: 1;
    color: rgb(247 248 246 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-50\/0:focus {
    color: hsla(90, 12%, 97%, 0);
}
.focus\:text-warmergreen-50\/10:focus {
    color: hsla(90, 12%, 97%, 0.1);
}
.focus\:text-warmergreen-50\/100:focus {
    color: #f7f8f6;
}
.focus\:text-warmergreen-50\/15:focus {
    color: hsla(90, 12%, 97%, 0.15);
}
.focus\:text-warmergreen-50\/20:focus {
    color: hsla(90, 12%, 97%, 0.2);
}
.focus\:text-warmergreen-50\/25:focus {
    color: hsla(90, 12%, 97%, 0.25);
}
.focus\:text-warmergreen-50\/30:focus {
    color: hsla(90, 12%, 97%, 0.3);
}
.focus\:text-warmergreen-50\/35:focus {
    color: hsla(90, 12%, 97%, 0.35);
}
.focus\:text-warmergreen-50\/40:focus {
    color: hsla(90, 12%, 97%, 0.4);
}
.focus\:text-warmergreen-50\/45:focus {
    color: hsla(90, 12%, 97%, 0.45);
}
.focus\:text-warmergreen-50\/5:focus {
    color: hsla(90, 12%, 97%, 0.05);
}
.focus\:text-warmergreen-50\/50:focus {
    color: hsla(90, 12%, 97%, 0.5);
}
.focus\:text-warmergreen-50\/55:focus {
    color: hsla(90, 12%, 97%, 0.55);
}
.focus\:text-warmergreen-50\/60:focus {
    color: hsla(90, 12%, 97%, 0.6);
}
.focus\:text-warmergreen-50\/65:focus {
    color: hsla(90, 12%, 97%, 0.65);
}
.focus\:text-warmergreen-50\/70:focus {
    color: hsla(90, 12%, 97%, 0.7);
}
.focus\:text-warmergreen-50\/75:focus {
    color: hsla(90, 12%, 97%, 0.75);
}
.focus\:text-warmergreen-50\/80:focus {
    color: hsla(90, 12%, 97%, 0.8);
}
.focus\:text-warmergreen-50\/85:focus {
    color: hsla(90, 12%, 97%, 0.85);
}
.focus\:text-warmergreen-50\/90:focus {
    color: hsla(90, 12%, 97%, 0.9);
}
.focus\:text-warmergreen-50\/95:focus {
    color: hsla(90, 12%, 97%, 0.95);
}
.focus\:text-warmergreen-500:focus {
    --tw-text-opacity: 1;
    color: rgb(98 119 95 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-500\/0:focus {
    color: rgba(98, 119, 95, 0);
}
.focus\:text-warmergreen-500\/10:focus {
    color: rgba(98, 119, 95, 0.1);
}
.focus\:text-warmergreen-500\/100:focus {
    color: #62775f;
}
.focus\:text-warmergreen-500\/15:focus {
    color: rgba(98, 119, 95, 0.15);
}
.focus\:text-warmergreen-500\/20:focus {
    color: rgba(98, 119, 95, 0.2);
}
.focus\:text-warmergreen-500\/25:focus {
    color: rgba(98, 119, 95, 0.25);
}
.focus\:text-warmergreen-500\/30:focus {
    color: rgba(98, 119, 95, 0.3);
}
.focus\:text-warmergreen-500\/35:focus {
    color: rgba(98, 119, 95, 0.35);
}
.focus\:text-warmergreen-500\/40:focus {
    color: rgba(98, 119, 95, 0.4);
}
.focus\:text-warmergreen-500\/45:focus {
    color: rgba(98, 119, 95, 0.45);
}
.focus\:text-warmergreen-500\/5:focus {
    color: rgba(98, 119, 95, 0.05);
}
.focus\:text-warmergreen-500\/50:focus {
    color: rgba(98, 119, 95, 0.5);
}
.focus\:text-warmergreen-500\/55:focus {
    color: rgba(98, 119, 95, 0.55);
}
.focus\:text-warmergreen-500\/60:focus {
    color: rgba(98, 119, 95, 0.6);
}
.focus\:text-warmergreen-500\/65:focus {
    color: rgba(98, 119, 95, 0.65);
}
.focus\:text-warmergreen-500\/70:focus {
    color: rgba(98, 119, 95, 0.7);
}
.focus\:text-warmergreen-500\/75:focus {
    color: rgba(98, 119, 95, 0.75);
}
.focus\:text-warmergreen-500\/80:focus {
    color: rgba(98, 119, 95, 0.8);
}
.focus\:text-warmergreen-500\/85:focus {
    color: rgba(98, 119, 95, 0.85);
}
.focus\:text-warmergreen-500\/90:focus {
    color: rgba(98, 119, 95, 0.9);
}
.focus\:text-warmergreen-500\/95:focus {
    color: rgba(98, 119, 95, 0.95);
}
.focus\:text-warmergreen-600:focus {
    --tw-text-opacity: 1;
    color: rgb(79 92 70 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-600\/0:focus {
    color: rgba(79, 92, 70, 0);
}
.focus\:text-warmergreen-600\/10:focus {
    color: rgba(79, 92, 70, 0.1);
}
.focus\:text-warmergreen-600\/100:focus {
    color: #4f5c46;
}
.focus\:text-warmergreen-600\/15:focus {
    color: rgba(79, 92, 70, 0.15);
}
.focus\:text-warmergreen-600\/20:focus {
    color: rgba(79, 92, 70, 0.2);
}
.focus\:text-warmergreen-600\/25:focus {
    color: rgba(79, 92, 70, 0.25);
}
.focus\:text-warmergreen-600\/30:focus {
    color: rgba(79, 92, 70, 0.3);
}
.focus\:text-warmergreen-600\/35:focus {
    color: rgba(79, 92, 70, 0.35);
}
.focus\:text-warmergreen-600\/40:focus {
    color: rgba(79, 92, 70, 0.4);
}
.focus\:text-warmergreen-600\/45:focus {
    color: rgba(79, 92, 70, 0.45);
}
.focus\:text-warmergreen-600\/5:focus {
    color: rgba(79, 92, 70, 0.05);
}
.focus\:text-warmergreen-600\/50:focus {
    color: rgba(79, 92, 70, 0.5);
}
.focus\:text-warmergreen-600\/55:focus {
    color: rgba(79, 92, 70, 0.55);
}
.focus\:text-warmergreen-600\/60:focus {
    color: rgba(79, 92, 70, 0.6);
}
.focus\:text-warmergreen-600\/65:focus {
    color: rgba(79, 92, 70, 0.65);
}
.focus\:text-warmergreen-600\/70:focus {
    color: rgba(79, 92, 70, 0.7);
}
.focus\:text-warmergreen-600\/75:focus {
    color: rgba(79, 92, 70, 0.75);
}
.focus\:text-warmergreen-600\/80:focus {
    color: rgba(79, 92, 70, 0.8);
}
.focus\:text-warmergreen-600\/85:focus {
    color: rgba(79, 92, 70, 0.85);
}
.focus\:text-warmergreen-600\/90:focus {
    color: rgba(79, 92, 70, 0.9);
}
.focus\:text-warmergreen-600\/95:focus {
    color: rgba(79, 92, 70, 0.95);
}
.focus\:text-warmergreen-700:focus {
    --tw-text-opacity: 1;
    color: rgb(62 70 54 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-700\/0:focus {
    color: rgba(62, 70, 54, 0);
}
.focus\:text-warmergreen-700\/10:focus {
    color: rgba(62, 70, 54, 0.1);
}
.focus\:text-warmergreen-700\/100:focus {
    color: #3e4636;
}
.focus\:text-warmergreen-700\/15:focus {
    color: rgba(62, 70, 54, 0.15);
}
.focus\:text-warmergreen-700\/20:focus {
    color: rgba(62, 70, 54, 0.2);
}
.focus\:text-warmergreen-700\/25:focus {
    color: rgba(62, 70, 54, 0.25);
}
.focus\:text-warmergreen-700\/30:focus {
    color: rgba(62, 70, 54, 0.3);
}
.focus\:text-warmergreen-700\/35:focus {
    color: rgba(62, 70, 54, 0.35);
}
.focus\:text-warmergreen-700\/40:focus {
    color: rgba(62, 70, 54, 0.4);
}
.focus\:text-warmergreen-700\/45:focus {
    color: rgba(62, 70, 54, 0.45);
}
.focus\:text-warmergreen-700\/5:focus {
    color: rgba(62, 70, 54, 0.05);
}
.focus\:text-warmergreen-700\/50:focus {
    color: rgba(62, 70, 54, 0.5);
}
.focus\:text-warmergreen-700\/55:focus {
    color: rgba(62, 70, 54, 0.55);
}
.focus\:text-warmergreen-700\/60:focus {
    color: rgba(62, 70, 54, 0.6);
}
.focus\:text-warmergreen-700\/65:focus {
    color: rgba(62, 70, 54, 0.65);
}
.focus\:text-warmergreen-700\/70:focus {
    color: rgba(62, 70, 54, 0.7);
}
.focus\:text-warmergreen-700\/75:focus {
    color: rgba(62, 70, 54, 0.75);
}
.focus\:text-warmergreen-700\/80:focus {
    color: rgba(62, 70, 54, 0.8);
}
.focus\:text-warmergreen-700\/85:focus {
    color: rgba(62, 70, 54, 0.85);
}
.focus\:text-warmergreen-700\/90:focus {
    color: rgba(62, 70, 54, 0.9);
}
.focus\:text-warmergreen-700\/95:focus {
    color: rgba(62, 70, 54, 0.95);
}
.focus\:text-warmergreen-800:focus {
    --tw-text-opacity: 1;
    color: rgb(43 48 40 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-800\/0:focus {
    color: rgba(43, 48, 40, 0);
}
.focus\:text-warmergreen-800\/10:focus {
    color: rgba(43, 48, 40, 0.1);
}
.focus\:text-warmergreen-800\/100:focus {
    color: #2b3028;
}
.focus\:text-warmergreen-800\/15:focus {
    color: rgba(43, 48, 40, 0.15);
}
.focus\:text-warmergreen-800\/20:focus {
    color: rgba(43, 48, 40, 0.2);
}
.focus\:text-warmergreen-800\/25:focus {
    color: rgba(43, 48, 40, 0.25);
}
.focus\:text-warmergreen-800\/30:focus {
    color: rgba(43, 48, 40, 0.3);
}
.focus\:text-warmergreen-800\/35:focus {
    color: rgba(43, 48, 40, 0.35);
}
.focus\:text-warmergreen-800\/40:focus {
    color: rgba(43, 48, 40, 0.4);
}
.focus\:text-warmergreen-800\/45:focus {
    color: rgba(43, 48, 40, 0.45);
}
.focus\:text-warmergreen-800\/5:focus {
    color: rgba(43, 48, 40, 0.05);
}
.focus\:text-warmergreen-800\/50:focus {
    color: rgba(43, 48, 40, 0.5);
}
.focus\:text-warmergreen-800\/55:focus {
    color: rgba(43, 48, 40, 0.55);
}
.focus\:text-warmergreen-800\/60:focus {
    color: rgba(43, 48, 40, 0.6);
}
.focus\:text-warmergreen-800\/65:focus {
    color: rgba(43, 48, 40, 0.65);
}
.focus\:text-warmergreen-800\/70:focus {
    color: rgba(43, 48, 40, 0.7);
}
.focus\:text-warmergreen-800\/75:focus {
    color: rgba(43, 48, 40, 0.75);
}
.focus\:text-warmergreen-800\/80:focus {
    color: rgba(43, 48, 40, 0.8);
}
.focus\:text-warmergreen-800\/85:focus {
    color: rgba(43, 48, 40, 0.85);
}
.focus\:text-warmergreen-800\/90:focus {
    color: rgba(43, 48, 40, 0.9);
}
.focus\:text-warmergreen-800\/95:focus {
    color: rgba(43, 48, 40, 0.95);
}
.focus\:text-warmergreen-900:focus {
    --tw-text-opacity: 1;
    color: rgb(28 30 27 / var(--tw-text-opacity, 1));
}
.focus\:text-warmergreen-900\/0:focus {
    color: rgba(28, 30, 27, 0);
}
.focus\:text-warmergreen-900\/10:focus {
    color: rgba(28, 30, 27, 0.1);
}
.focus\:text-warmergreen-900\/100:focus {
    color: #1c1e1b;
}
.focus\:text-warmergreen-900\/15:focus {
    color: rgba(28, 30, 27, 0.15);
}
.focus\:text-warmergreen-900\/20:focus {
    color: rgba(28, 30, 27, 0.2);
}
.focus\:text-warmergreen-900\/25:focus {
    color: rgba(28, 30, 27, 0.25);
}
.focus\:text-warmergreen-900\/30:focus {
    color: rgba(28, 30, 27, 0.3);
}
.focus\:text-warmergreen-900\/35:focus {
    color: rgba(28, 30, 27, 0.35);
}
.focus\:text-warmergreen-900\/40:focus {
    color: rgba(28, 30, 27, 0.4);
}
.focus\:text-warmergreen-900\/45:focus {
    color: rgba(28, 30, 27, 0.45);
}
.focus\:text-warmergreen-900\/5:focus {
    color: rgba(28, 30, 27, 0.05);
}
.focus\:text-warmergreen-900\/50:focus {
    color: rgba(28, 30, 27, 0.5);
}
.focus\:text-warmergreen-900\/55:focus {
    color: rgba(28, 30, 27, 0.55);
}
.focus\:text-warmergreen-900\/60:focus {
    color: rgba(28, 30, 27, 0.6);
}
.focus\:text-warmergreen-900\/65:focus {
    color: rgba(28, 30, 27, 0.65);
}
.focus\:text-warmergreen-900\/70:focus {
    color: rgba(28, 30, 27, 0.7);
}
.focus\:text-warmergreen-900\/75:focus {
    color: rgba(28, 30, 27, 0.75);
}
.focus\:text-warmergreen-900\/80:focus {
    color: rgba(28, 30, 27, 0.8);
}
.focus\:text-warmergreen-900\/85:focus {
    color: rgba(28, 30, 27, 0.85);
}
.focus\:text-warmergreen-900\/90:focus {
    color: rgba(28, 30, 27, 0.9);
}
.focus\:text-warmergreen-900\/95:focus {
    color: rgba(28, 30, 27, 0.95);
}
.focus\:text-warmgray-100:focus {
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-100\/0:focus {
    color: hsla(60, 5%, 96%, 0);
}
.focus\:text-warmgray-100\/10:focus {
    color: hsla(60, 5%, 96%, 0.1);
}
.focus\:text-warmgray-100\/100:focus {
    color: #f5f5f4;
}
.focus\:text-warmgray-100\/15:focus {
    color: hsla(60, 5%, 96%, 0.15);
}
.focus\:text-warmgray-100\/20:focus {
    color: hsla(60, 5%, 96%, 0.2);
}
.focus\:text-warmgray-100\/25:focus {
    color: hsla(60, 5%, 96%, 0.25);
}
.focus\:text-warmgray-100\/30:focus {
    color: hsla(60, 5%, 96%, 0.3);
}
.focus\:text-warmgray-100\/35:focus {
    color: hsla(60, 5%, 96%, 0.35);
}
.focus\:text-warmgray-100\/40:focus {
    color: hsla(60, 5%, 96%, 0.4);
}
.focus\:text-warmgray-100\/45:focus {
    color: hsla(60, 5%, 96%, 0.45);
}
.focus\:text-warmgray-100\/5:focus {
    color: hsla(60, 5%, 96%, 0.05);
}
.focus\:text-warmgray-100\/50:focus {
    color: hsla(60, 5%, 96%, 0.5);
}
.focus\:text-warmgray-100\/55:focus {
    color: hsla(60, 5%, 96%, 0.55);
}
.focus\:text-warmgray-100\/60:focus {
    color: hsla(60, 5%, 96%, 0.6);
}
.focus\:text-warmgray-100\/65:focus {
    color: hsla(60, 5%, 96%, 0.65);
}
.focus\:text-warmgray-100\/70:focus {
    color: hsla(60, 5%, 96%, 0.7);
}
.focus\:text-warmgray-100\/75:focus {
    color: hsla(60, 5%, 96%, 0.75);
}
.focus\:text-warmgray-100\/80:focus {
    color: hsla(60, 5%, 96%, 0.8);
}
.focus\:text-warmgray-100\/85:focus {
    color: hsla(60, 5%, 96%, 0.85);
}
.focus\:text-warmgray-100\/90:focus {
    color: hsla(60, 5%, 96%, 0.9);
}
.focus\:text-warmgray-100\/95:focus {
    color: hsla(60, 5%, 96%, 0.95);
}
.focus\:text-warmgray-200:focus {
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-200\/0:focus {
    color: hsla(20, 6%, 90%, 0);
}
.focus\:text-warmgray-200\/10:focus {
    color: hsla(20, 6%, 90%, 0.1);
}
.focus\:text-warmgray-200\/100:focus {
    color: #e7e5e4;
}
.focus\:text-warmgray-200\/15:focus {
    color: hsla(20, 6%, 90%, 0.15);
}
.focus\:text-warmgray-200\/20:focus {
    color: hsla(20, 6%, 90%, 0.2);
}
.focus\:text-warmgray-200\/25:focus {
    color: hsla(20, 6%, 90%, 0.25);
}
.focus\:text-warmgray-200\/30:focus {
    color: hsla(20, 6%, 90%, 0.3);
}
.focus\:text-warmgray-200\/35:focus {
    color: hsla(20, 6%, 90%, 0.35);
}
.focus\:text-warmgray-200\/40:focus {
    color: hsla(20, 6%, 90%, 0.4);
}
.focus\:text-warmgray-200\/45:focus {
    color: hsla(20, 6%, 90%, 0.45);
}
.focus\:text-warmgray-200\/5:focus {
    color: hsla(20, 6%, 90%, 0.05);
}
.focus\:text-warmgray-200\/50:focus {
    color: hsla(20, 6%, 90%, 0.5);
}
.focus\:text-warmgray-200\/55:focus {
    color: hsla(20, 6%, 90%, 0.55);
}
.focus\:text-warmgray-200\/60:focus {
    color: hsla(20, 6%, 90%, 0.6);
}
.focus\:text-warmgray-200\/65:focus {
    color: hsla(20, 6%, 90%, 0.65);
}
.focus\:text-warmgray-200\/70:focus {
    color: hsla(20, 6%, 90%, 0.7);
}
.focus\:text-warmgray-200\/75:focus {
    color: hsla(20, 6%, 90%, 0.75);
}
.focus\:text-warmgray-200\/80:focus {
    color: hsla(20, 6%, 90%, 0.8);
}
.focus\:text-warmgray-200\/85:focus {
    color: hsla(20, 6%, 90%, 0.85);
}
.focus\:text-warmgray-200\/90:focus {
    color: hsla(20, 6%, 90%, 0.9);
}
.focus\:text-warmgray-200\/95:focus {
    color: hsla(20, 6%, 90%, 0.95);
}
.focus\:text-warmgray-300:focus {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-300\/0:focus {
    color: hsla(24, 6%, 83%, 0);
}
.focus\:text-warmgray-300\/10:focus {
    color: hsla(24, 6%, 83%, 0.1);
}
.focus\:text-warmgray-300\/100:focus {
    color: #d6d3d1;
}
.focus\:text-warmgray-300\/15:focus {
    color: hsla(24, 6%, 83%, 0.15);
}
.focus\:text-warmgray-300\/20:focus {
    color: hsla(24, 6%, 83%, 0.2);
}
.focus\:text-warmgray-300\/25:focus {
    color: hsla(24, 6%, 83%, 0.25);
}
.focus\:text-warmgray-300\/30:focus {
    color: hsla(24, 6%, 83%, 0.3);
}
.focus\:text-warmgray-300\/35:focus {
    color: hsla(24, 6%, 83%, 0.35);
}
.focus\:text-warmgray-300\/40:focus {
    color: hsla(24, 6%, 83%, 0.4);
}
.focus\:text-warmgray-300\/45:focus {
    color: hsla(24, 6%, 83%, 0.45);
}
.focus\:text-warmgray-300\/5:focus {
    color: hsla(24, 6%, 83%, 0.05);
}
.focus\:text-warmgray-300\/50:focus {
    color: hsla(24, 6%, 83%, 0.5);
}
.focus\:text-warmgray-300\/55:focus {
    color: hsla(24, 6%, 83%, 0.55);
}
.focus\:text-warmgray-300\/60:focus {
    color: hsla(24, 6%, 83%, 0.6);
}
.focus\:text-warmgray-300\/65:focus {
    color: hsla(24, 6%, 83%, 0.65);
}
.focus\:text-warmgray-300\/70:focus {
    color: hsla(24, 6%, 83%, 0.7);
}
.focus\:text-warmgray-300\/75:focus {
    color: hsla(24, 6%, 83%, 0.75);
}
.focus\:text-warmgray-300\/80:focus {
    color: hsla(24, 6%, 83%, 0.8);
}
.focus\:text-warmgray-300\/85:focus {
    color: hsla(24, 6%, 83%, 0.85);
}
.focus\:text-warmgray-300\/90:focus {
    color: hsla(24, 6%, 83%, 0.9);
}
.focus\:text-warmgray-300\/95:focus {
    color: hsla(24, 6%, 83%, 0.95);
}
.focus\:text-warmgray-400:focus {
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-400\/0:focus {
    color: hsla(24, 5%, 64%, 0);
}
.focus\:text-warmgray-400\/10:focus {
    color: hsla(24, 5%, 64%, 0.1);
}
.focus\:text-warmgray-400\/100:focus {
    color: #a8a29e;
}
.focus\:text-warmgray-400\/15:focus {
    color: hsla(24, 5%, 64%, 0.15);
}
.focus\:text-warmgray-400\/20:focus {
    color: hsla(24, 5%, 64%, 0.2);
}
.focus\:text-warmgray-400\/25:focus {
    color: hsla(24, 5%, 64%, 0.25);
}
.focus\:text-warmgray-400\/30:focus {
    color: hsla(24, 5%, 64%, 0.3);
}
.focus\:text-warmgray-400\/35:focus {
    color: hsla(24, 5%, 64%, 0.35);
}
.focus\:text-warmgray-400\/40:focus {
    color: hsla(24, 5%, 64%, 0.4);
}
.focus\:text-warmgray-400\/45:focus {
    color: hsla(24, 5%, 64%, 0.45);
}
.focus\:text-warmgray-400\/5:focus {
    color: hsla(24, 5%, 64%, 0.05);
}
.focus\:text-warmgray-400\/50:focus {
    color: hsla(24, 5%, 64%, 0.5);
}
.focus\:text-warmgray-400\/55:focus {
    color: hsla(24, 5%, 64%, 0.55);
}
.focus\:text-warmgray-400\/60:focus {
    color: hsla(24, 5%, 64%, 0.6);
}
.focus\:text-warmgray-400\/65:focus {
    color: hsla(24, 5%, 64%, 0.65);
}
.focus\:text-warmgray-400\/70:focus {
    color: hsla(24, 5%, 64%, 0.7);
}
.focus\:text-warmgray-400\/75:focus {
    color: hsla(24, 5%, 64%, 0.75);
}
.focus\:text-warmgray-400\/80:focus {
    color: hsla(24, 5%, 64%, 0.8);
}
.focus\:text-warmgray-400\/85:focus {
    color: hsla(24, 5%, 64%, 0.85);
}
.focus\:text-warmgray-400\/90:focus {
    color: hsla(24, 5%, 64%, 0.9);
}
.focus\:text-warmgray-400\/95:focus {
    color: hsla(24, 5%, 64%, 0.95);
}
.focus\:text-warmgray-50:focus {
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-50\/0:focus {
    color: hsla(60, 9%, 98%, 0);
}
.focus\:text-warmgray-50\/10:focus {
    color: hsla(60, 9%, 98%, 0.1);
}
.focus\:text-warmgray-50\/100:focus {
    color: #fafaf9;
}
.focus\:text-warmgray-50\/15:focus {
    color: hsla(60, 9%, 98%, 0.15);
}
.focus\:text-warmgray-50\/20:focus {
    color: hsla(60, 9%, 98%, 0.2);
}
.focus\:text-warmgray-50\/25:focus {
    color: hsla(60, 9%, 98%, 0.25);
}
.focus\:text-warmgray-50\/30:focus {
    color: hsla(60, 9%, 98%, 0.3);
}
.focus\:text-warmgray-50\/35:focus {
    color: hsla(60, 9%, 98%, 0.35);
}
.focus\:text-warmgray-50\/40:focus {
    color: hsla(60, 9%, 98%, 0.4);
}
.focus\:text-warmgray-50\/45:focus {
    color: hsla(60, 9%, 98%, 0.45);
}
.focus\:text-warmgray-50\/5:focus {
    color: hsla(60, 9%, 98%, 0.05);
}
.focus\:text-warmgray-50\/50:focus {
    color: hsla(60, 9%, 98%, 0.5);
}
.focus\:text-warmgray-50\/55:focus {
    color: hsla(60, 9%, 98%, 0.55);
}
.focus\:text-warmgray-50\/60:focus {
    color: hsla(60, 9%, 98%, 0.6);
}
.focus\:text-warmgray-50\/65:focus {
    color: hsla(60, 9%, 98%, 0.65);
}
.focus\:text-warmgray-50\/70:focus {
    color: hsla(60, 9%, 98%, 0.7);
}
.focus\:text-warmgray-50\/75:focus {
    color: hsla(60, 9%, 98%, 0.75);
}
.focus\:text-warmgray-50\/80:focus {
    color: hsla(60, 9%, 98%, 0.8);
}
.focus\:text-warmgray-50\/85:focus {
    color: hsla(60, 9%, 98%, 0.85);
}
.focus\:text-warmgray-50\/90:focus {
    color: hsla(60, 9%, 98%, 0.9);
}
.focus\:text-warmgray-50\/95:focus {
    color: hsla(60, 9%, 98%, 0.95);
}
.focus\:text-warmgray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-500\/0:focus {
    color: hsla(25, 5%, 45%, 0);
}
.focus\:text-warmgray-500\/10:focus {
    color: hsla(25, 5%, 45%, 0.1);
}
.focus\:text-warmgray-500\/100:focus {
    color: #78716c;
}
.focus\:text-warmgray-500\/15:focus {
    color: hsla(25, 5%, 45%, 0.15);
}
.focus\:text-warmgray-500\/20:focus {
    color: hsla(25, 5%, 45%, 0.2);
}
.focus\:text-warmgray-500\/25:focus {
    color: hsla(25, 5%, 45%, 0.25);
}
.focus\:text-warmgray-500\/30:focus {
    color: hsla(25, 5%, 45%, 0.3);
}
.focus\:text-warmgray-500\/35:focus {
    color: hsla(25, 5%, 45%, 0.35);
}
.focus\:text-warmgray-500\/40:focus {
    color: hsla(25, 5%, 45%, 0.4);
}
.focus\:text-warmgray-500\/45:focus {
    color: hsla(25, 5%, 45%, 0.45);
}
.focus\:text-warmgray-500\/5:focus {
    color: hsla(25, 5%, 45%, 0.05);
}
.focus\:text-warmgray-500\/50:focus {
    color: hsla(25, 5%, 45%, 0.5);
}
.focus\:text-warmgray-500\/55:focus {
    color: hsla(25, 5%, 45%, 0.55);
}
.focus\:text-warmgray-500\/60:focus {
    color: hsla(25, 5%, 45%, 0.6);
}
.focus\:text-warmgray-500\/65:focus {
    color: hsla(25, 5%, 45%, 0.65);
}
.focus\:text-warmgray-500\/70:focus {
    color: hsla(25, 5%, 45%, 0.7);
}
.focus\:text-warmgray-500\/75:focus {
    color: hsla(25, 5%, 45%, 0.75);
}
.focus\:text-warmgray-500\/80:focus {
    color: hsla(25, 5%, 45%, 0.8);
}
.focus\:text-warmgray-500\/85:focus {
    color: hsla(25, 5%, 45%, 0.85);
}
.focus\:text-warmgray-500\/90:focus {
    color: hsla(25, 5%, 45%, 0.9);
}
.focus\:text-warmgray-500\/95:focus {
    color: hsla(25, 5%, 45%, 0.95);
}
.focus\:text-warmgray-600:focus {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-600\/0:focus {
    color: rgba(87, 83, 78, 0);
}
.focus\:text-warmgray-600\/10:focus {
    color: rgba(87, 83, 78, 0.1);
}
.focus\:text-warmgray-600\/100:focus {
    color: #57534e;
}
.focus\:text-warmgray-600\/15:focus {
    color: rgba(87, 83, 78, 0.15);
}
.focus\:text-warmgray-600\/20:focus {
    color: rgba(87, 83, 78, 0.2);
}
.focus\:text-warmgray-600\/25:focus {
    color: rgba(87, 83, 78, 0.25);
}
.focus\:text-warmgray-600\/30:focus {
    color: rgba(87, 83, 78, 0.3);
}
.focus\:text-warmgray-600\/35:focus {
    color: rgba(87, 83, 78, 0.35);
}
.focus\:text-warmgray-600\/40:focus {
    color: rgba(87, 83, 78, 0.4);
}
.focus\:text-warmgray-600\/45:focus {
    color: rgba(87, 83, 78, 0.45);
}
.focus\:text-warmgray-600\/5:focus {
    color: rgba(87, 83, 78, 0.05);
}
.focus\:text-warmgray-600\/50:focus {
    color: rgba(87, 83, 78, 0.5);
}
.focus\:text-warmgray-600\/55:focus {
    color: rgba(87, 83, 78, 0.55);
}
.focus\:text-warmgray-600\/60:focus {
    color: rgba(87, 83, 78, 0.6);
}
.focus\:text-warmgray-600\/65:focus {
    color: rgba(87, 83, 78, 0.65);
}
.focus\:text-warmgray-600\/70:focus {
    color: rgba(87, 83, 78, 0.7);
}
.focus\:text-warmgray-600\/75:focus {
    color: rgba(87, 83, 78, 0.75);
}
.focus\:text-warmgray-600\/80:focus {
    color: rgba(87, 83, 78, 0.8);
}
.focus\:text-warmgray-600\/85:focus {
    color: rgba(87, 83, 78, 0.85);
}
.focus\:text-warmgray-600\/90:focus {
    color: rgba(87, 83, 78, 0.9);
}
.focus\:text-warmgray-600\/95:focus {
    color: rgba(87, 83, 78, 0.95);
}
.focus\:text-warmgray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-700\/0:focus {
    color: rgba(68, 64, 60, 0);
}
.focus\:text-warmgray-700\/10:focus {
    color: rgba(68, 64, 60, 0.1);
}
.focus\:text-warmgray-700\/100:focus {
    color: #44403c;
}
.focus\:text-warmgray-700\/15:focus {
    color: rgba(68, 64, 60, 0.15);
}
.focus\:text-warmgray-700\/20:focus {
    color: rgba(68, 64, 60, 0.2);
}
.focus\:text-warmgray-700\/25:focus {
    color: rgba(68, 64, 60, 0.25);
}
.focus\:text-warmgray-700\/30:focus {
    color: rgba(68, 64, 60, 0.3);
}
.focus\:text-warmgray-700\/35:focus {
    color: rgba(68, 64, 60, 0.35);
}
.focus\:text-warmgray-700\/40:focus {
    color: rgba(68, 64, 60, 0.4);
}
.focus\:text-warmgray-700\/45:focus {
    color: rgba(68, 64, 60, 0.45);
}
.focus\:text-warmgray-700\/5:focus {
    color: rgba(68, 64, 60, 0.05);
}
.focus\:text-warmgray-700\/50:focus {
    color: rgba(68, 64, 60, 0.5);
}
.focus\:text-warmgray-700\/55:focus {
    color: rgba(68, 64, 60, 0.55);
}
.focus\:text-warmgray-700\/60:focus {
    color: rgba(68, 64, 60, 0.6);
}
.focus\:text-warmgray-700\/65:focus {
    color: rgba(68, 64, 60, 0.65);
}
.focus\:text-warmgray-700\/70:focus {
    color: rgba(68, 64, 60, 0.7);
}
.focus\:text-warmgray-700\/75:focus {
    color: rgba(68, 64, 60, 0.75);
}
.focus\:text-warmgray-700\/80:focus {
    color: rgba(68, 64, 60, 0.8);
}
.focus\:text-warmgray-700\/85:focus {
    color: rgba(68, 64, 60, 0.85);
}
.focus\:text-warmgray-700\/90:focus {
    color: rgba(68, 64, 60, 0.9);
}
.focus\:text-warmgray-700\/95:focus {
    color: rgba(68, 64, 60, 0.95);
}
.focus\:text-warmgray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-800\/0:focus {
    color: rgba(41, 37, 36, 0);
}
.focus\:text-warmgray-800\/10:focus {
    color: rgba(41, 37, 36, 0.1);
}
.focus\:text-warmgray-800\/100:focus {
    color: #292524;
}
.focus\:text-warmgray-800\/15:focus {
    color: rgba(41, 37, 36, 0.15);
}
.focus\:text-warmgray-800\/20:focus {
    color: rgba(41, 37, 36, 0.2);
}
.focus\:text-warmgray-800\/25:focus {
    color: rgba(41, 37, 36, 0.25);
}
.focus\:text-warmgray-800\/30:focus {
    color: rgba(41, 37, 36, 0.3);
}
.focus\:text-warmgray-800\/35:focus {
    color: rgba(41, 37, 36, 0.35);
}
.focus\:text-warmgray-800\/40:focus {
    color: rgba(41, 37, 36, 0.4);
}
.focus\:text-warmgray-800\/45:focus {
    color: rgba(41, 37, 36, 0.45);
}
.focus\:text-warmgray-800\/5:focus {
    color: rgba(41, 37, 36, 0.05);
}
.focus\:text-warmgray-800\/50:focus {
    color: rgba(41, 37, 36, 0.5);
}
.focus\:text-warmgray-800\/55:focus {
    color: rgba(41, 37, 36, 0.55);
}
.focus\:text-warmgray-800\/60:focus {
    color: rgba(41, 37, 36, 0.6);
}
.focus\:text-warmgray-800\/65:focus {
    color: rgba(41, 37, 36, 0.65);
}
.focus\:text-warmgray-800\/70:focus {
    color: rgba(41, 37, 36, 0.7);
}
.focus\:text-warmgray-800\/75:focus {
    color: rgba(41, 37, 36, 0.75);
}
.focus\:text-warmgray-800\/80:focus {
    color: rgba(41, 37, 36, 0.8);
}
.focus\:text-warmgray-800\/85:focus {
    color: rgba(41, 37, 36, 0.85);
}
.focus\:text-warmgray-800\/90:focus {
    color: rgba(41, 37, 36, 0.9);
}
.focus\:text-warmgray-800\/95:focus {
    color: rgba(41, 37, 36, 0.95);
}
.focus\:text-warmgray-900:focus {
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgray-900\/0:focus {
    color: rgba(28, 25, 23, 0);
}
.focus\:text-warmgray-900\/10:focus {
    color: rgba(28, 25, 23, 0.1);
}
.focus\:text-warmgray-900\/100:focus {
    color: #1c1917;
}
.focus\:text-warmgray-900\/15:focus {
    color: rgba(28, 25, 23, 0.15);
}
.focus\:text-warmgray-900\/20:focus {
    color: rgba(28, 25, 23, 0.2);
}
.focus\:text-warmgray-900\/25:focus {
    color: rgba(28, 25, 23, 0.25);
}
.focus\:text-warmgray-900\/30:focus {
    color: rgba(28, 25, 23, 0.3);
}
.focus\:text-warmgray-900\/35:focus {
    color: rgba(28, 25, 23, 0.35);
}
.focus\:text-warmgray-900\/40:focus {
    color: rgba(28, 25, 23, 0.4);
}
.focus\:text-warmgray-900\/45:focus {
    color: rgba(28, 25, 23, 0.45);
}
.focus\:text-warmgray-900\/5:focus {
    color: rgba(28, 25, 23, 0.05);
}
.focus\:text-warmgray-900\/50:focus {
    color: rgba(28, 25, 23, 0.5);
}
.focus\:text-warmgray-900\/55:focus {
    color: rgba(28, 25, 23, 0.55);
}
.focus\:text-warmgray-900\/60:focus {
    color: rgba(28, 25, 23, 0.6);
}
.focus\:text-warmgray-900\/65:focus {
    color: rgba(28, 25, 23, 0.65);
}
.focus\:text-warmgray-900\/70:focus {
    color: rgba(28, 25, 23, 0.7);
}
.focus\:text-warmgray-900\/75:focus {
    color: rgba(28, 25, 23, 0.75);
}
.focus\:text-warmgray-900\/80:focus {
    color: rgba(28, 25, 23, 0.8);
}
.focus\:text-warmgray-900\/85:focus {
    color: rgba(28, 25, 23, 0.85);
}
.focus\:text-warmgray-900\/90:focus {
    color: rgba(28, 25, 23, 0.9);
}
.focus\:text-warmgray-900\/95:focus {
    color: rgba(28, 25, 23, 0.95);
}
.focus\:text-warmgreen-100:focus {
    --tw-text-opacity: 1;
    color: rgb(223 250 149 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-100\/0:focus {
    color: hsla(76, 91%, 78%, 0);
}
.focus\:text-warmgreen-100\/10:focus {
    color: hsla(76, 91%, 78%, 0.1);
}
.focus\:text-warmgreen-100\/100:focus {
    color: #dffa95;
}
.focus\:text-warmgreen-100\/15:focus {
    color: hsla(76, 91%, 78%, 0.15);
}
.focus\:text-warmgreen-100\/20:focus {
    color: hsla(76, 91%, 78%, 0.2);
}
.focus\:text-warmgreen-100\/25:focus {
    color: hsla(76, 91%, 78%, 0.25);
}
.focus\:text-warmgreen-100\/30:focus {
    color: hsla(76, 91%, 78%, 0.3);
}
.focus\:text-warmgreen-100\/35:focus {
    color: hsla(76, 91%, 78%, 0.35);
}
.focus\:text-warmgreen-100\/40:focus {
    color: hsla(76, 91%, 78%, 0.4);
}
.focus\:text-warmgreen-100\/45:focus {
    color: hsla(76, 91%, 78%, 0.45);
}
.focus\:text-warmgreen-100\/5:focus {
    color: hsla(76, 91%, 78%, 0.05);
}
.focus\:text-warmgreen-100\/50:focus {
    color: hsla(76, 91%, 78%, 0.5);
}
.focus\:text-warmgreen-100\/55:focus {
    color: hsla(76, 91%, 78%, 0.55);
}
.focus\:text-warmgreen-100\/60:focus {
    color: hsla(76, 91%, 78%, 0.6);
}
.focus\:text-warmgreen-100\/65:focus {
    color: hsla(76, 91%, 78%, 0.65);
}
.focus\:text-warmgreen-100\/70:focus {
    color: hsla(76, 91%, 78%, 0.7);
}
.focus\:text-warmgreen-100\/75:focus {
    color: hsla(76, 91%, 78%, 0.75);
}
.focus\:text-warmgreen-100\/80:focus {
    color: hsla(76, 91%, 78%, 0.8);
}
.focus\:text-warmgreen-100\/85:focus {
    color: hsla(76, 91%, 78%, 0.85);
}
.focus\:text-warmgreen-100\/90:focus {
    color: hsla(76, 91%, 78%, 0.9);
}
.focus\:text-warmgreen-100\/95:focus {
    color: hsla(76, 91%, 78%, 0.95);
}
.focus\:text-warmgreen-200:focus {
    --tw-text-opacity: 1;
    color: rgb(213 240 139 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-200\/0:focus {
    color: hsla(76, 77%, 74%, 0);
}
.focus\:text-warmgreen-200\/10:focus {
    color: hsla(76, 77%, 74%, 0.1);
}
.focus\:text-warmgreen-200\/100:focus {
    color: #d5f08b;
}
.focus\:text-warmgreen-200\/15:focus {
    color: hsla(76, 77%, 74%, 0.15);
}
.focus\:text-warmgreen-200\/20:focus {
    color: hsla(76, 77%, 74%, 0.2);
}
.focus\:text-warmgreen-200\/25:focus {
    color: hsla(76, 77%, 74%, 0.25);
}
.focus\:text-warmgreen-200\/30:focus {
    color: hsla(76, 77%, 74%, 0.3);
}
.focus\:text-warmgreen-200\/35:focus {
    color: hsla(76, 77%, 74%, 0.35);
}
.focus\:text-warmgreen-200\/40:focus {
    color: hsla(76, 77%, 74%, 0.4);
}
.focus\:text-warmgreen-200\/45:focus {
    color: hsla(76, 77%, 74%, 0.45);
}
.focus\:text-warmgreen-200\/5:focus {
    color: hsla(76, 77%, 74%, 0.05);
}
.focus\:text-warmgreen-200\/50:focus {
    color: hsla(76, 77%, 74%, 0.5);
}
.focus\:text-warmgreen-200\/55:focus {
    color: hsla(76, 77%, 74%, 0.55);
}
.focus\:text-warmgreen-200\/60:focus {
    color: hsla(76, 77%, 74%, 0.6);
}
.focus\:text-warmgreen-200\/65:focus {
    color: hsla(76, 77%, 74%, 0.65);
}
.focus\:text-warmgreen-200\/70:focus {
    color: hsla(76, 77%, 74%, 0.7);
}
.focus\:text-warmgreen-200\/75:focus {
    color: hsla(76, 77%, 74%, 0.75);
}
.focus\:text-warmgreen-200\/80:focus {
    color: hsla(76, 77%, 74%, 0.8);
}
.focus\:text-warmgreen-200\/85:focus {
    color: hsla(76, 77%, 74%, 0.85);
}
.focus\:text-warmgreen-200\/90:focus {
    color: hsla(76, 77%, 74%, 0.9);
}
.focus\:text-warmgreen-200\/95:focus {
    color: hsla(76, 77%, 74%, 0.95);
}
.focus\:text-warmgreen-300:focus {
    --tw-text-opacity: 1;
    color: rgb(203 230 129 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-300\/0:focus {
    color: hsla(76, 67%, 70%, 0);
}
.focus\:text-warmgreen-300\/10:focus {
    color: hsla(76, 67%, 70%, 0.1);
}
.focus\:text-warmgreen-300\/100:focus {
    color: #cbe681;
}
.focus\:text-warmgreen-300\/15:focus {
    color: hsla(76, 67%, 70%, 0.15);
}
.focus\:text-warmgreen-300\/20:focus {
    color: hsla(76, 67%, 70%, 0.2);
}
.focus\:text-warmgreen-300\/25:focus {
    color: hsla(76, 67%, 70%, 0.25);
}
.focus\:text-warmgreen-300\/30:focus {
    color: hsla(76, 67%, 70%, 0.3);
}
.focus\:text-warmgreen-300\/35:focus {
    color: hsla(76, 67%, 70%, 0.35);
}
.focus\:text-warmgreen-300\/40:focus {
    color: hsla(76, 67%, 70%, 0.4);
}
.focus\:text-warmgreen-300\/45:focus {
    color: hsla(76, 67%, 70%, 0.45);
}
.focus\:text-warmgreen-300\/5:focus {
    color: hsla(76, 67%, 70%, 0.05);
}
.focus\:text-warmgreen-300\/50:focus {
    color: hsla(76, 67%, 70%, 0.5);
}
.focus\:text-warmgreen-300\/55:focus {
    color: hsla(76, 67%, 70%, 0.55);
}
.focus\:text-warmgreen-300\/60:focus {
    color: hsla(76, 67%, 70%, 0.6);
}
.focus\:text-warmgreen-300\/65:focus {
    color: hsla(76, 67%, 70%, 0.65);
}
.focus\:text-warmgreen-300\/70:focus {
    color: hsla(76, 67%, 70%, 0.7);
}
.focus\:text-warmgreen-300\/75:focus {
    color: hsla(76, 67%, 70%, 0.75);
}
.focus\:text-warmgreen-300\/80:focus {
    color: hsla(76, 67%, 70%, 0.8);
}
.focus\:text-warmgreen-300\/85:focus {
    color: hsla(76, 67%, 70%, 0.85);
}
.focus\:text-warmgreen-300\/90:focus {
    color: hsla(76, 67%, 70%, 0.9);
}
.focus\:text-warmgreen-300\/95:focus {
    color: hsla(76, 67%, 70%, 0.95);
}
.focus\:text-warmgreen-400:focus {
    --tw-text-opacity: 1;
    color: rgb(193 220 119 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-400\/0:focus {
    color: hsla(76, 59%, 66%, 0);
}
.focus\:text-warmgreen-400\/10:focus {
    color: hsla(76, 59%, 66%, 0.1);
}
.focus\:text-warmgreen-400\/100:focus {
    color: #c1dc77;
}
.focus\:text-warmgreen-400\/15:focus {
    color: hsla(76, 59%, 66%, 0.15);
}
.focus\:text-warmgreen-400\/20:focus {
    color: hsla(76, 59%, 66%, 0.2);
}
.focus\:text-warmgreen-400\/25:focus {
    color: hsla(76, 59%, 66%, 0.25);
}
.focus\:text-warmgreen-400\/30:focus {
    color: hsla(76, 59%, 66%, 0.3);
}
.focus\:text-warmgreen-400\/35:focus {
    color: hsla(76, 59%, 66%, 0.35);
}
.focus\:text-warmgreen-400\/40:focus {
    color: hsla(76, 59%, 66%, 0.4);
}
.focus\:text-warmgreen-400\/45:focus {
    color: hsla(76, 59%, 66%, 0.45);
}
.focus\:text-warmgreen-400\/5:focus {
    color: hsla(76, 59%, 66%, 0.05);
}
.focus\:text-warmgreen-400\/50:focus {
    color: hsla(76, 59%, 66%, 0.5);
}
.focus\:text-warmgreen-400\/55:focus {
    color: hsla(76, 59%, 66%, 0.55);
}
.focus\:text-warmgreen-400\/60:focus {
    color: hsla(76, 59%, 66%, 0.6);
}
.focus\:text-warmgreen-400\/65:focus {
    color: hsla(76, 59%, 66%, 0.65);
}
.focus\:text-warmgreen-400\/70:focus {
    color: hsla(76, 59%, 66%, 0.7);
}
.focus\:text-warmgreen-400\/75:focus {
    color: hsla(76, 59%, 66%, 0.75);
}
.focus\:text-warmgreen-400\/80:focus {
    color: hsla(76, 59%, 66%, 0.8);
}
.focus\:text-warmgreen-400\/85:focus {
    color: hsla(76, 59%, 66%, 0.85);
}
.focus\:text-warmgreen-400\/90:focus {
    color: hsla(76, 59%, 66%, 0.9);
}
.focus\:text-warmgreen-400\/95:focus {
    color: hsla(76, 59%, 66%, 0.95);
}
.focus\:text-warmgreen-50:focus {
    --tw-text-opacity: 1;
    color: rgb(233 255 159 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-50\/0:focus {
    color: rgba(233, 255, 159, 0);
}
.focus\:text-warmgreen-50\/10:focus {
    color: rgba(233, 255, 159, 0.1);
}
.focus\:text-warmgreen-50\/100:focus {
    color: #e9ff9f;
}
.focus\:text-warmgreen-50\/15:focus {
    color: rgba(233, 255, 159, 0.15);
}
.focus\:text-warmgreen-50\/20:focus {
    color: rgba(233, 255, 159, 0.2);
}
.focus\:text-warmgreen-50\/25:focus {
    color: rgba(233, 255, 159, 0.25);
}
.focus\:text-warmgreen-50\/30:focus {
    color: rgba(233, 255, 159, 0.3);
}
.focus\:text-warmgreen-50\/35:focus {
    color: rgba(233, 255, 159, 0.35);
}
.focus\:text-warmgreen-50\/40:focus {
    color: rgba(233, 255, 159, 0.4);
}
.focus\:text-warmgreen-50\/45:focus {
    color: rgba(233, 255, 159, 0.45);
}
.focus\:text-warmgreen-50\/5:focus {
    color: rgba(233, 255, 159, 0.05);
}
.focus\:text-warmgreen-50\/50:focus {
    color: rgba(233, 255, 159, 0.5);
}
.focus\:text-warmgreen-50\/55:focus {
    color: rgba(233, 255, 159, 0.55);
}
.focus\:text-warmgreen-50\/60:focus {
    color: rgba(233, 255, 159, 0.6);
}
.focus\:text-warmgreen-50\/65:focus {
    color: rgba(233, 255, 159, 0.65);
}
.focus\:text-warmgreen-50\/70:focus {
    color: rgba(233, 255, 159, 0.7);
}
.focus\:text-warmgreen-50\/75:focus {
    color: rgba(233, 255, 159, 0.75);
}
.focus\:text-warmgreen-50\/80:focus {
    color: rgba(233, 255, 159, 0.8);
}
.focus\:text-warmgreen-50\/85:focus {
    color: rgba(233, 255, 159, 0.85);
}
.focus\:text-warmgreen-50\/90:focus {
    color: rgba(233, 255, 159, 0.9);
}
.focus\:text-warmgreen-50\/95:focus {
    color: rgba(233, 255, 159, 0.95);
}
.focus\:text-warmgreen-500:focus {
    --tw-text-opacity: 1;
    color: rgb(183 210 109 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-500\/0:focus {
    color: hsla(76, 53%, 63%, 0);
}
.focus\:text-warmgreen-500\/10:focus {
    color: hsla(76, 53%, 63%, 0.1);
}
.focus\:text-warmgreen-500\/100:focus {
    color: #b7d26d;
}
.focus\:text-warmgreen-500\/15:focus {
    color: hsla(76, 53%, 63%, 0.15);
}
.focus\:text-warmgreen-500\/20:focus {
    color: hsla(76, 53%, 63%, 0.2);
}
.focus\:text-warmgreen-500\/25:focus {
    color: hsla(76, 53%, 63%, 0.25);
}
.focus\:text-warmgreen-500\/30:focus {
    color: hsla(76, 53%, 63%, 0.3);
}
.focus\:text-warmgreen-500\/35:focus {
    color: hsla(76, 53%, 63%, 0.35);
}
.focus\:text-warmgreen-500\/40:focus {
    color: hsla(76, 53%, 63%, 0.4);
}
.focus\:text-warmgreen-500\/45:focus {
    color: hsla(76, 53%, 63%, 0.45);
}
.focus\:text-warmgreen-500\/5:focus {
    color: hsla(76, 53%, 63%, 0.05);
}
.focus\:text-warmgreen-500\/50:focus {
    color: hsla(76, 53%, 63%, 0.5);
}
.focus\:text-warmgreen-500\/55:focus {
    color: hsla(76, 53%, 63%, 0.55);
}
.focus\:text-warmgreen-500\/60:focus {
    color: hsla(76, 53%, 63%, 0.6);
}
.focus\:text-warmgreen-500\/65:focus {
    color: hsla(76, 53%, 63%, 0.65);
}
.focus\:text-warmgreen-500\/70:focus {
    color: hsla(76, 53%, 63%, 0.7);
}
.focus\:text-warmgreen-500\/75:focus {
    color: hsla(76, 53%, 63%, 0.75);
}
.focus\:text-warmgreen-500\/80:focus {
    color: hsla(76, 53%, 63%, 0.8);
}
.focus\:text-warmgreen-500\/85:focus {
    color: hsla(76, 53%, 63%, 0.85);
}
.focus\:text-warmgreen-500\/90:focus {
    color: hsla(76, 53%, 63%, 0.9);
}
.focus\:text-warmgreen-500\/95:focus {
    color: hsla(76, 53%, 63%, 0.95);
}
.focus\:text-warmgreen-600:focus {
    --tw-text-opacity: 1;
    color: rgb(173 200 99 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-600\/0:focus {
    color: rgba(173, 200, 99, 0);
}
.focus\:text-warmgreen-600\/10:focus {
    color: rgba(173, 200, 99, 0.1);
}
.focus\:text-warmgreen-600\/100:focus {
    color: #adc863;
}
.focus\:text-warmgreen-600\/15:focus {
    color: rgba(173, 200, 99, 0.15);
}
.focus\:text-warmgreen-600\/20:focus {
    color: rgba(173, 200, 99, 0.2);
}
.focus\:text-warmgreen-600\/25:focus {
    color: rgba(173, 200, 99, 0.25);
}
.focus\:text-warmgreen-600\/30:focus {
    color: rgba(173, 200, 99, 0.3);
}
.focus\:text-warmgreen-600\/35:focus {
    color: rgba(173, 200, 99, 0.35);
}
.focus\:text-warmgreen-600\/40:focus {
    color: rgba(173, 200, 99, 0.4);
}
.focus\:text-warmgreen-600\/45:focus {
    color: rgba(173, 200, 99, 0.45);
}
.focus\:text-warmgreen-600\/5:focus {
    color: rgba(173, 200, 99, 0.05);
}
.focus\:text-warmgreen-600\/50:focus {
    color: rgba(173, 200, 99, 0.5);
}
.focus\:text-warmgreen-600\/55:focus {
    color: rgba(173, 200, 99, 0.55);
}
.focus\:text-warmgreen-600\/60:focus {
    color: rgba(173, 200, 99, 0.6);
}
.focus\:text-warmgreen-600\/65:focus {
    color: rgba(173, 200, 99, 0.65);
}
.focus\:text-warmgreen-600\/70:focus {
    color: rgba(173, 200, 99, 0.7);
}
.focus\:text-warmgreen-600\/75:focus {
    color: rgba(173, 200, 99, 0.75);
}
.focus\:text-warmgreen-600\/80:focus {
    color: rgba(173, 200, 99, 0.8);
}
.focus\:text-warmgreen-600\/85:focus {
    color: rgba(173, 200, 99, 0.85);
}
.focus\:text-warmgreen-600\/90:focus {
    color: rgba(173, 200, 99, 0.9);
}
.focus\:text-warmgreen-600\/95:focus {
    color: rgba(173, 200, 99, 0.95);
}
.focus\:text-warmgreen-700:focus {
    --tw-text-opacity: 1;
    color: rgb(163 190 89 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-700\/0:focus {
    color: rgba(163, 190, 89, 0);
}
.focus\:text-warmgreen-700\/10:focus {
    color: rgba(163, 190, 89, 0.1);
}
.focus\:text-warmgreen-700\/100:focus {
    color: #a3be59;
}
.focus\:text-warmgreen-700\/15:focus {
    color: rgba(163, 190, 89, 0.15);
}
.focus\:text-warmgreen-700\/20:focus {
    color: rgba(163, 190, 89, 0.2);
}
.focus\:text-warmgreen-700\/25:focus {
    color: rgba(163, 190, 89, 0.25);
}
.focus\:text-warmgreen-700\/30:focus {
    color: rgba(163, 190, 89, 0.3);
}
.focus\:text-warmgreen-700\/35:focus {
    color: rgba(163, 190, 89, 0.35);
}
.focus\:text-warmgreen-700\/40:focus {
    color: rgba(163, 190, 89, 0.4);
}
.focus\:text-warmgreen-700\/45:focus {
    color: rgba(163, 190, 89, 0.45);
}
.focus\:text-warmgreen-700\/5:focus {
    color: rgba(163, 190, 89, 0.05);
}
.focus\:text-warmgreen-700\/50:focus {
    color: rgba(163, 190, 89, 0.5);
}
.focus\:text-warmgreen-700\/55:focus {
    color: rgba(163, 190, 89, 0.55);
}
.focus\:text-warmgreen-700\/60:focus {
    color: rgba(163, 190, 89, 0.6);
}
.focus\:text-warmgreen-700\/65:focus {
    color: rgba(163, 190, 89, 0.65);
}
.focus\:text-warmgreen-700\/70:focus {
    color: rgba(163, 190, 89, 0.7);
}
.focus\:text-warmgreen-700\/75:focus {
    color: rgba(163, 190, 89, 0.75);
}
.focus\:text-warmgreen-700\/80:focus {
    color: rgba(163, 190, 89, 0.8);
}
.focus\:text-warmgreen-700\/85:focus {
    color: rgba(163, 190, 89, 0.85);
}
.focus\:text-warmgreen-700\/90:focus {
    color: rgba(163, 190, 89, 0.9);
}
.focus\:text-warmgreen-700\/95:focus {
    color: rgba(163, 190, 89, 0.95);
}
.focus\:text-warmgreen-800:focus {
    --tw-text-opacity: 1;
    color: rgb(98 119 95 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-800\/0:focus {
    color: rgba(98, 119, 95, 0);
}
.focus\:text-warmgreen-800\/10:focus {
    color: rgba(98, 119, 95, 0.1);
}
.focus\:text-warmgreen-800\/100:focus {
    color: #62775f;
}
.focus\:text-warmgreen-800\/15:focus {
    color: rgba(98, 119, 95, 0.15);
}
.focus\:text-warmgreen-800\/20:focus {
    color: rgba(98, 119, 95, 0.2);
}
.focus\:text-warmgreen-800\/25:focus {
    color: rgba(98, 119, 95, 0.25);
}
.focus\:text-warmgreen-800\/30:focus {
    color: rgba(98, 119, 95, 0.3);
}
.focus\:text-warmgreen-800\/35:focus {
    color: rgba(98, 119, 95, 0.35);
}
.focus\:text-warmgreen-800\/40:focus {
    color: rgba(98, 119, 95, 0.4);
}
.focus\:text-warmgreen-800\/45:focus {
    color: rgba(98, 119, 95, 0.45);
}
.focus\:text-warmgreen-800\/5:focus {
    color: rgba(98, 119, 95, 0.05);
}
.focus\:text-warmgreen-800\/50:focus {
    color: rgba(98, 119, 95, 0.5);
}
.focus\:text-warmgreen-800\/55:focus {
    color: rgba(98, 119, 95, 0.55);
}
.focus\:text-warmgreen-800\/60:focus {
    color: rgba(98, 119, 95, 0.6);
}
.focus\:text-warmgreen-800\/65:focus {
    color: rgba(98, 119, 95, 0.65);
}
.focus\:text-warmgreen-800\/70:focus {
    color: rgba(98, 119, 95, 0.7);
}
.focus\:text-warmgreen-800\/75:focus {
    color: rgba(98, 119, 95, 0.75);
}
.focus\:text-warmgreen-800\/80:focus {
    color: rgba(98, 119, 95, 0.8);
}
.focus\:text-warmgreen-800\/85:focus {
    color: rgba(98, 119, 95, 0.85);
}
.focus\:text-warmgreen-800\/90:focus {
    color: rgba(98, 119, 95, 0.9);
}
.focus\:text-warmgreen-800\/95:focus {
    color: rgba(98, 119, 95, 0.95);
}
.focus\:text-warmgreen-900:focus {
    --tw-text-opacity: 1;
    color: rgb(143 170 69 / var(--tw-text-opacity, 1));
}
.focus\:text-warmgreen-900\/0:focus {
    color: rgba(143, 170, 69, 0);
}
.focus\:text-warmgreen-900\/10:focus {
    color: rgba(143, 170, 69, 0.1);
}
.focus\:text-warmgreen-900\/100:focus {
    color: #8faa45;
}
.focus\:text-warmgreen-900\/15:focus {
    color: rgba(143, 170, 69, 0.15);
}
.focus\:text-warmgreen-900\/20:focus {
    color: rgba(143, 170, 69, 0.2);
}
.focus\:text-warmgreen-900\/25:focus {
    color: rgba(143, 170, 69, 0.25);
}
.focus\:text-warmgreen-900\/30:focus {
    color: rgba(143, 170, 69, 0.3);
}
.focus\:text-warmgreen-900\/35:focus {
    color: rgba(143, 170, 69, 0.35);
}
.focus\:text-warmgreen-900\/40:focus {
    color: rgba(143, 170, 69, 0.4);
}
.focus\:text-warmgreen-900\/45:focus {
    color: rgba(143, 170, 69, 0.45);
}
.focus\:text-warmgreen-900\/5:focus {
    color: rgba(143, 170, 69, 0.05);
}
.focus\:text-warmgreen-900\/50:focus {
    color: rgba(143, 170, 69, 0.5);
}
.focus\:text-warmgreen-900\/55:focus {
    color: rgba(143, 170, 69, 0.55);
}
.focus\:text-warmgreen-900\/60:focus {
    color: rgba(143, 170, 69, 0.6);
}
.focus\:text-warmgreen-900\/65:focus {
    color: rgba(143, 170, 69, 0.65);
}
.focus\:text-warmgreen-900\/70:focus {
    color: rgba(143, 170, 69, 0.7);
}
.focus\:text-warmgreen-900\/75:focus {
    color: rgba(143, 170, 69, 0.75);
}
.focus\:text-warmgreen-900\/80:focus {
    color: rgba(143, 170, 69, 0.8);
}
.focus\:text-warmgreen-900\/85:focus {
    color: rgba(143, 170, 69, 0.85);
}
.focus\:text-warmgreen-900\/90:focus {
    color: rgba(143, 170, 69, 0.9);
}
.focus\:text-warmgreen-900\/95:focus {
    color: rgba(143, 170, 69, 0.95);
}
.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-100\/0:focus {
    color: hsla(48, 96%, 89%, 0);
}
.focus\:text-yellow-100\/10:focus {
    color: hsla(48, 96%, 89%, 0.1);
}
.focus\:text-yellow-100\/100:focus {
    color: #fef3c7;
}
.focus\:text-yellow-100\/15:focus {
    color: hsla(48, 96%, 89%, 0.15);
}
.focus\:text-yellow-100\/20:focus {
    color: hsla(48, 96%, 89%, 0.2);
}
.focus\:text-yellow-100\/25:focus {
    color: hsla(48, 96%, 89%, 0.25);
}
.focus\:text-yellow-100\/30:focus {
    color: hsla(48, 96%, 89%, 0.3);
}
.focus\:text-yellow-100\/35:focus {
    color: hsla(48, 96%, 89%, 0.35);
}
.focus\:text-yellow-100\/40:focus {
    color: hsla(48, 96%, 89%, 0.4);
}
.focus\:text-yellow-100\/45:focus {
    color: hsla(48, 96%, 89%, 0.45);
}
.focus\:text-yellow-100\/5:focus {
    color: hsla(48, 96%, 89%, 0.05);
}
.focus\:text-yellow-100\/50:focus {
    color: hsla(48, 96%, 89%, 0.5);
}
.focus\:text-yellow-100\/55:focus {
    color: hsla(48, 96%, 89%, 0.55);
}
.focus\:text-yellow-100\/60:focus {
    color: hsla(48, 96%, 89%, 0.6);
}
.focus\:text-yellow-100\/65:focus {
    color: hsla(48, 96%, 89%, 0.65);
}
.focus\:text-yellow-100\/70:focus {
    color: hsla(48, 96%, 89%, 0.7);
}
.focus\:text-yellow-100\/75:focus {
    color: hsla(48, 96%, 89%, 0.75);
}
.focus\:text-yellow-100\/80:focus {
    color: hsla(48, 96%, 89%, 0.8);
}
.focus\:text-yellow-100\/85:focus {
    color: hsla(48, 96%, 89%, 0.85);
}
.focus\:text-yellow-100\/90:focus {
    color: hsla(48, 96%, 89%, 0.9);
}
.focus\:text-yellow-100\/95:focus {
    color: hsla(48, 96%, 89%, 0.95);
}
.focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-200\/0:focus {
    color: hsla(48, 97%, 77%, 0);
}
.focus\:text-yellow-200\/10:focus {
    color: hsla(48, 97%, 77%, 0.1);
}
.focus\:text-yellow-200\/100:focus {
    color: #fde68a;
}
.focus\:text-yellow-200\/15:focus {
    color: hsla(48, 97%, 77%, 0.15);
}
.focus\:text-yellow-200\/20:focus {
    color: hsla(48, 97%, 77%, 0.2);
}
.focus\:text-yellow-200\/25:focus {
    color: hsla(48, 97%, 77%, 0.25);
}
.focus\:text-yellow-200\/30:focus {
    color: hsla(48, 97%, 77%, 0.3);
}
.focus\:text-yellow-200\/35:focus {
    color: hsla(48, 97%, 77%, 0.35);
}
.focus\:text-yellow-200\/40:focus {
    color: hsla(48, 97%, 77%, 0.4);
}
.focus\:text-yellow-200\/45:focus {
    color: hsla(48, 97%, 77%, 0.45);
}
.focus\:text-yellow-200\/5:focus {
    color: hsla(48, 97%, 77%, 0.05);
}
.focus\:text-yellow-200\/50:focus {
    color: hsla(48, 97%, 77%, 0.5);
}
.focus\:text-yellow-200\/55:focus {
    color: hsla(48, 97%, 77%, 0.55);
}
.focus\:text-yellow-200\/60:focus {
    color: hsla(48, 97%, 77%, 0.6);
}
.focus\:text-yellow-200\/65:focus {
    color: hsla(48, 97%, 77%, 0.65);
}
.focus\:text-yellow-200\/70:focus {
    color: hsla(48, 97%, 77%, 0.7);
}
.focus\:text-yellow-200\/75:focus {
    color: hsla(48, 97%, 77%, 0.75);
}
.focus\:text-yellow-200\/80:focus {
    color: hsla(48, 97%, 77%, 0.8);
}
.focus\:text-yellow-200\/85:focus {
    color: hsla(48, 97%, 77%, 0.85);
}
.focus\:text-yellow-200\/90:focus {
    color: hsla(48, 97%, 77%, 0.9);
}
.focus\:text-yellow-200\/95:focus {
    color: hsla(48, 97%, 77%, 0.95);
}
.focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-300\/0:focus {
    color: rgba(252, 211, 77, 0);
}
.focus\:text-yellow-300\/10:focus {
    color: rgba(252, 211, 77, 0.1);
}
.focus\:text-yellow-300\/100:focus {
    color: #fcd34d;
}
.focus\:text-yellow-300\/15:focus {
    color: rgba(252, 211, 77, 0.15);
}
.focus\:text-yellow-300\/20:focus {
    color: rgba(252, 211, 77, 0.2);
}
.focus\:text-yellow-300\/25:focus {
    color: rgba(252, 211, 77, 0.25);
}
.focus\:text-yellow-300\/30:focus {
    color: rgba(252, 211, 77, 0.3);
}
.focus\:text-yellow-300\/35:focus {
    color: rgba(252, 211, 77, 0.35);
}
.focus\:text-yellow-300\/40:focus {
    color: rgba(252, 211, 77, 0.4);
}
.focus\:text-yellow-300\/45:focus {
    color: rgba(252, 211, 77, 0.45);
}
.focus\:text-yellow-300\/5:focus {
    color: rgba(252, 211, 77, 0.05);
}
.focus\:text-yellow-300\/50:focus {
    color: rgba(252, 211, 77, 0.5);
}
.focus\:text-yellow-300\/55:focus {
    color: rgba(252, 211, 77, 0.55);
}
.focus\:text-yellow-300\/60:focus {
    color: rgba(252, 211, 77, 0.6);
}
.focus\:text-yellow-300\/65:focus {
    color: rgba(252, 211, 77, 0.65);
}
.focus\:text-yellow-300\/70:focus {
    color: rgba(252, 211, 77, 0.7);
}
.focus\:text-yellow-300\/75:focus {
    color: rgba(252, 211, 77, 0.75);
}
.focus\:text-yellow-300\/80:focus {
    color: rgba(252, 211, 77, 0.8);
}
.focus\:text-yellow-300\/85:focus {
    color: rgba(252, 211, 77, 0.85);
}
.focus\:text-yellow-300\/90:focus {
    color: rgba(252, 211, 77, 0.9);
}
.focus\:text-yellow-300\/95:focus {
    color: rgba(252, 211, 77, 0.95);
}
.focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-400\/0:focus {
    color: rgba(251, 191, 36, 0);
}
.focus\:text-yellow-400\/10:focus {
    color: rgba(251, 191, 36, 0.1);
}
.focus\:text-yellow-400\/100:focus {
    color: #fbbf24;
}
.focus\:text-yellow-400\/15:focus {
    color: rgba(251, 191, 36, 0.15);
}
.focus\:text-yellow-400\/20:focus {
    color: rgba(251, 191, 36, 0.2);
}
.focus\:text-yellow-400\/25:focus {
    color: rgba(251, 191, 36, 0.25);
}
.focus\:text-yellow-400\/30:focus {
    color: rgba(251, 191, 36, 0.3);
}
.focus\:text-yellow-400\/35:focus {
    color: rgba(251, 191, 36, 0.35);
}
.focus\:text-yellow-400\/40:focus {
    color: rgba(251, 191, 36, 0.4);
}
.focus\:text-yellow-400\/45:focus {
    color: rgba(251, 191, 36, 0.45);
}
.focus\:text-yellow-400\/5:focus {
    color: rgba(251, 191, 36, 0.05);
}
.focus\:text-yellow-400\/50:focus {
    color: rgba(251, 191, 36, 0.5);
}
.focus\:text-yellow-400\/55:focus {
    color: rgba(251, 191, 36, 0.55);
}
.focus\:text-yellow-400\/60:focus {
    color: rgba(251, 191, 36, 0.6);
}
.focus\:text-yellow-400\/65:focus {
    color: rgba(251, 191, 36, 0.65);
}
.focus\:text-yellow-400\/70:focus {
    color: rgba(251, 191, 36, 0.7);
}
.focus\:text-yellow-400\/75:focus {
    color: rgba(251, 191, 36, 0.75);
}
.focus\:text-yellow-400\/80:focus {
    color: rgba(251, 191, 36, 0.8);
}
.focus\:text-yellow-400\/85:focus {
    color: rgba(251, 191, 36, 0.85);
}
.focus\:text-yellow-400\/90:focus {
    color: rgba(251, 191, 36, 0.9);
}
.focus\:text-yellow-400\/95:focus {
    color: rgba(251, 191, 36, 0.95);
}
.focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-50\/0:focus {
    color: rgba(255, 251, 235, 0);
}
.focus\:text-yellow-50\/10:focus {
    color: rgba(255, 251, 235, 0.1);
}
.focus\:text-yellow-50\/100:focus {
    color: #fffbeb;
}
.focus\:text-yellow-50\/15:focus {
    color: rgba(255, 251, 235, 0.15);
}
.focus\:text-yellow-50\/20:focus {
    color: rgba(255, 251, 235, 0.2);
}
.focus\:text-yellow-50\/25:focus {
    color: rgba(255, 251, 235, 0.25);
}
.focus\:text-yellow-50\/30:focus {
    color: rgba(255, 251, 235, 0.3);
}
.focus\:text-yellow-50\/35:focus {
    color: rgba(255, 251, 235, 0.35);
}
.focus\:text-yellow-50\/40:focus {
    color: rgba(255, 251, 235, 0.4);
}
.focus\:text-yellow-50\/45:focus {
    color: rgba(255, 251, 235, 0.45);
}
.focus\:text-yellow-50\/5:focus {
    color: rgba(255, 251, 235, 0.05);
}
.focus\:text-yellow-50\/50:focus {
    color: rgba(255, 251, 235, 0.5);
}
.focus\:text-yellow-50\/55:focus {
    color: rgba(255, 251, 235, 0.55);
}
.focus\:text-yellow-50\/60:focus {
    color: rgba(255, 251, 235, 0.6);
}
.focus\:text-yellow-50\/65:focus {
    color: rgba(255, 251, 235, 0.65);
}
.focus\:text-yellow-50\/70:focus {
    color: rgba(255, 251, 235, 0.7);
}
.focus\:text-yellow-50\/75:focus {
    color: rgba(255, 251, 235, 0.75);
}
.focus\:text-yellow-50\/80:focus {
    color: rgba(255, 251, 235, 0.8);
}
.focus\:text-yellow-50\/85:focus {
    color: rgba(255, 251, 235, 0.85);
}
.focus\:text-yellow-50\/90:focus {
    color: rgba(255, 251, 235, 0.9);
}
.focus\:text-yellow-50\/95:focus {
    color: rgba(255, 251, 235, 0.95);
}
.focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-500\/0:focus {
    color: rgba(245, 158, 11, 0);
}
.focus\:text-yellow-500\/10:focus {
    color: rgba(245, 158, 11, 0.1);
}
.focus\:text-yellow-500\/100:focus {
    color: #f59e0b;
}
.focus\:text-yellow-500\/15:focus {
    color: rgba(245, 158, 11, 0.15);
}
.focus\:text-yellow-500\/20:focus {
    color: rgba(245, 158, 11, 0.2);
}
.focus\:text-yellow-500\/25:focus {
    color: rgba(245, 158, 11, 0.25);
}
.focus\:text-yellow-500\/30:focus {
    color: rgba(245, 158, 11, 0.3);
}
.focus\:text-yellow-500\/35:focus {
    color: rgba(245, 158, 11, 0.35);
}
.focus\:text-yellow-500\/40:focus {
    color: rgba(245, 158, 11, 0.4);
}
.focus\:text-yellow-500\/45:focus {
    color: rgba(245, 158, 11, 0.45);
}
.focus\:text-yellow-500\/5:focus {
    color: rgba(245, 158, 11, 0.05);
}
.focus\:text-yellow-500\/50:focus {
    color: rgba(245, 158, 11, 0.5);
}
.focus\:text-yellow-500\/55:focus {
    color: rgba(245, 158, 11, 0.55);
}
.focus\:text-yellow-500\/60:focus {
    color: rgba(245, 158, 11, 0.6);
}
.focus\:text-yellow-500\/65:focus {
    color: rgba(245, 158, 11, 0.65);
}
.focus\:text-yellow-500\/70:focus {
    color: rgba(245, 158, 11, 0.7);
}
.focus\:text-yellow-500\/75:focus {
    color: rgba(245, 158, 11, 0.75);
}
.focus\:text-yellow-500\/80:focus {
    color: rgba(245, 158, 11, 0.8);
}
.focus\:text-yellow-500\/85:focus {
    color: rgba(245, 158, 11, 0.85);
}
.focus\:text-yellow-500\/90:focus {
    color: rgba(245, 158, 11, 0.9);
}
.focus\:text-yellow-500\/95:focus {
    color: rgba(245, 158, 11, 0.95);
}
.focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-600\/0:focus {
    color: rgba(217, 119, 6, 0);
}
.focus\:text-yellow-600\/10:focus {
    color: rgba(217, 119, 6, 0.1);
}
.focus\:text-yellow-600\/100:focus {
    color: #d97706;
}
.focus\:text-yellow-600\/15:focus {
    color: rgba(217, 119, 6, 0.15);
}
.focus\:text-yellow-600\/20:focus {
    color: rgba(217, 119, 6, 0.2);
}
.focus\:text-yellow-600\/25:focus {
    color: rgba(217, 119, 6, 0.25);
}
.focus\:text-yellow-600\/30:focus {
    color: rgba(217, 119, 6, 0.3);
}
.focus\:text-yellow-600\/35:focus {
    color: rgba(217, 119, 6, 0.35);
}
.focus\:text-yellow-600\/40:focus {
    color: rgba(217, 119, 6, 0.4);
}
.focus\:text-yellow-600\/45:focus {
    color: rgba(217, 119, 6, 0.45);
}
.focus\:text-yellow-600\/5:focus {
    color: rgba(217, 119, 6, 0.05);
}
.focus\:text-yellow-600\/50:focus {
    color: rgba(217, 119, 6, 0.5);
}
.focus\:text-yellow-600\/55:focus {
    color: rgba(217, 119, 6, 0.55);
}
.focus\:text-yellow-600\/60:focus {
    color: rgba(217, 119, 6, 0.6);
}
.focus\:text-yellow-600\/65:focus {
    color: rgba(217, 119, 6, 0.65);
}
.focus\:text-yellow-600\/70:focus {
    color: rgba(217, 119, 6, 0.7);
}
.focus\:text-yellow-600\/75:focus {
    color: rgba(217, 119, 6, 0.75);
}
.focus\:text-yellow-600\/80:focus {
    color: rgba(217, 119, 6, 0.8);
}
.focus\:text-yellow-600\/85:focus {
    color: rgba(217, 119, 6, 0.85);
}
.focus\:text-yellow-600\/90:focus {
    color: rgba(217, 119, 6, 0.9);
}
.focus\:text-yellow-600\/95:focus {
    color: rgba(217, 119, 6, 0.95);
}
.focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-700\/0:focus {
    color: rgba(180, 83, 9, 0);
}
.focus\:text-yellow-700\/10:focus {
    color: rgba(180, 83, 9, 0.1);
}
.focus\:text-yellow-700\/100:focus {
    color: #b45309;
}
.focus\:text-yellow-700\/15:focus {
    color: rgba(180, 83, 9, 0.15);
}
.focus\:text-yellow-700\/20:focus {
    color: rgba(180, 83, 9, 0.2);
}
.focus\:text-yellow-700\/25:focus {
    color: rgba(180, 83, 9, 0.25);
}
.focus\:text-yellow-700\/30:focus {
    color: rgba(180, 83, 9, 0.3);
}
.focus\:text-yellow-700\/35:focus {
    color: rgba(180, 83, 9, 0.35);
}
.focus\:text-yellow-700\/40:focus {
    color: rgba(180, 83, 9, 0.4);
}
.focus\:text-yellow-700\/45:focus {
    color: rgba(180, 83, 9, 0.45);
}
.focus\:text-yellow-700\/5:focus {
    color: rgba(180, 83, 9, 0.05);
}
.focus\:text-yellow-700\/50:focus {
    color: rgba(180, 83, 9, 0.5);
}
.focus\:text-yellow-700\/55:focus {
    color: rgba(180, 83, 9, 0.55);
}
.focus\:text-yellow-700\/60:focus {
    color: rgba(180, 83, 9, 0.6);
}
.focus\:text-yellow-700\/65:focus {
    color: rgba(180, 83, 9, 0.65);
}
.focus\:text-yellow-700\/70:focus {
    color: rgba(180, 83, 9, 0.7);
}
.focus\:text-yellow-700\/75:focus {
    color: rgba(180, 83, 9, 0.75);
}
.focus\:text-yellow-700\/80:focus {
    color: rgba(180, 83, 9, 0.8);
}
.focus\:text-yellow-700\/85:focus {
    color: rgba(180, 83, 9, 0.85);
}
.focus\:text-yellow-700\/90:focus {
    color: rgba(180, 83, 9, 0.9);
}
.focus\:text-yellow-700\/95:focus {
    color: rgba(180, 83, 9, 0.95);
}
.focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-800\/0:focus {
    color: rgba(146, 64, 14, 0);
}
.focus\:text-yellow-800\/10:focus {
    color: rgba(146, 64, 14, 0.1);
}
.focus\:text-yellow-800\/100:focus {
    color: #92400e;
}
.focus\:text-yellow-800\/15:focus {
    color: rgba(146, 64, 14, 0.15);
}
.focus\:text-yellow-800\/20:focus {
    color: rgba(146, 64, 14, 0.2);
}
.focus\:text-yellow-800\/25:focus {
    color: rgba(146, 64, 14, 0.25);
}
.focus\:text-yellow-800\/30:focus {
    color: rgba(146, 64, 14, 0.3);
}
.focus\:text-yellow-800\/35:focus {
    color: rgba(146, 64, 14, 0.35);
}
.focus\:text-yellow-800\/40:focus {
    color: rgba(146, 64, 14, 0.4);
}
.focus\:text-yellow-800\/45:focus {
    color: rgba(146, 64, 14, 0.45);
}
.focus\:text-yellow-800\/5:focus {
    color: rgba(146, 64, 14, 0.05);
}
.focus\:text-yellow-800\/50:focus {
    color: rgba(146, 64, 14, 0.5);
}
.focus\:text-yellow-800\/55:focus {
    color: rgba(146, 64, 14, 0.55);
}
.focus\:text-yellow-800\/60:focus {
    color: rgba(146, 64, 14, 0.6);
}
.focus\:text-yellow-800\/65:focus {
    color: rgba(146, 64, 14, 0.65);
}
.focus\:text-yellow-800\/70:focus {
    color: rgba(146, 64, 14, 0.7);
}
.focus\:text-yellow-800\/75:focus {
    color: rgba(146, 64, 14, 0.75);
}
.focus\:text-yellow-800\/80:focus {
    color: rgba(146, 64, 14, 0.8);
}
.focus\:text-yellow-800\/85:focus {
    color: rgba(146, 64, 14, 0.85);
}
.focus\:text-yellow-800\/90:focus {
    color: rgba(146, 64, 14, 0.9);
}
.focus\:text-yellow-800\/95:focus {
    color: rgba(146, 64, 14, 0.95);
}
.focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-900\/0:focus {
    color: rgba(120, 53, 15, 0);
}
.focus\:text-yellow-900\/10:focus {
    color: rgba(120, 53, 15, 0.1);
}
.focus\:text-yellow-900\/100:focus {
    color: #78350f;
}
.focus\:text-yellow-900\/15:focus {
    color: rgba(120, 53, 15, 0.15);
}
.focus\:text-yellow-900\/20:focus {
    color: rgba(120, 53, 15, 0.2);
}
.focus\:text-yellow-900\/25:focus {
    color: rgba(120, 53, 15, 0.25);
}
.focus\:text-yellow-900\/30:focus {
    color: rgba(120, 53, 15, 0.3);
}
.focus\:text-yellow-900\/35:focus {
    color: rgba(120, 53, 15, 0.35);
}
.focus\:text-yellow-900\/40:focus {
    color: rgba(120, 53, 15, 0.4);
}
.focus\:text-yellow-900\/45:focus {
    color: rgba(120, 53, 15, 0.45);
}
.focus\:text-yellow-900\/5:focus {
    color: rgba(120, 53, 15, 0.05);
}
.focus\:text-yellow-900\/50:focus {
    color: rgba(120, 53, 15, 0.5);
}
.focus\:text-yellow-900\/55:focus {
    color: rgba(120, 53, 15, 0.55);
}
.focus\:text-yellow-900\/60:focus {
    color: rgba(120, 53, 15, 0.6);
}
.focus\:text-yellow-900\/65:focus {
    color: rgba(120, 53, 15, 0.65);
}
.focus\:text-yellow-900\/70:focus {
    color: rgba(120, 53, 15, 0.7);
}
.focus\:text-yellow-900\/75:focus {
    color: rgba(120, 53, 15, 0.75);
}
.focus\:text-yellow-900\/80:focus {
    color: rgba(120, 53, 15, 0.8);
}
.focus\:text-yellow-900\/85:focus {
    color: rgba(120, 53, 15, 0.85);
}
.focus\:text-yellow-900\/90:focus {
    color: rgba(120, 53, 15, 0.9);
}
.focus\:text-yellow-900\/95:focus {
    color: rgba(120, 53, 15, 0.95);
}
.focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-100\/0:focus {
    color: hsla(240, 5%, 96%, 0);
}
.focus\:text-zinc-100\/10:focus {
    color: hsla(240, 5%, 96%, 0.1);
}
.focus\:text-zinc-100\/100:focus {
    color: #f4f4f5;
}
.focus\:text-zinc-100\/15:focus {
    color: hsla(240, 5%, 96%, 0.15);
}
.focus\:text-zinc-100\/20:focus {
    color: hsla(240, 5%, 96%, 0.2);
}
.focus\:text-zinc-100\/25:focus {
    color: hsla(240, 5%, 96%, 0.25);
}
.focus\:text-zinc-100\/30:focus {
    color: hsla(240, 5%, 96%, 0.3);
}
.focus\:text-zinc-100\/35:focus {
    color: hsla(240, 5%, 96%, 0.35);
}
.focus\:text-zinc-100\/40:focus {
    color: hsla(240, 5%, 96%, 0.4);
}
.focus\:text-zinc-100\/45:focus {
    color: hsla(240, 5%, 96%, 0.45);
}
.focus\:text-zinc-100\/5:focus {
    color: hsla(240, 5%, 96%, 0.05);
}
.focus\:text-zinc-100\/50:focus {
    color: hsla(240, 5%, 96%, 0.5);
}
.focus\:text-zinc-100\/55:focus {
    color: hsla(240, 5%, 96%, 0.55);
}
.focus\:text-zinc-100\/60:focus {
    color: hsla(240, 5%, 96%, 0.6);
}
.focus\:text-zinc-100\/65:focus {
    color: hsla(240, 5%, 96%, 0.65);
}
.focus\:text-zinc-100\/70:focus {
    color: hsla(240, 5%, 96%, 0.7);
}
.focus\:text-zinc-100\/75:focus {
    color: hsla(240, 5%, 96%, 0.75);
}
.focus\:text-zinc-100\/80:focus {
    color: hsla(240, 5%, 96%, 0.8);
}
.focus\:text-zinc-100\/85:focus {
    color: hsla(240, 5%, 96%, 0.85);
}
.focus\:text-zinc-100\/90:focus {
    color: hsla(240, 5%, 96%, 0.9);
}
.focus\:text-zinc-100\/95:focus {
    color: hsla(240, 5%, 96%, 0.95);
}
.focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-200\/0:focus {
    color: hsla(240, 6%, 90%, 0);
}
.focus\:text-zinc-200\/10:focus {
    color: hsla(240, 6%, 90%, 0.1);
}
.focus\:text-zinc-200\/100:focus {
    color: #e4e4e7;
}
.focus\:text-zinc-200\/15:focus {
    color: hsla(240, 6%, 90%, 0.15);
}
.focus\:text-zinc-200\/20:focus {
    color: hsla(240, 6%, 90%, 0.2);
}
.focus\:text-zinc-200\/25:focus {
    color: hsla(240, 6%, 90%, 0.25);
}
.focus\:text-zinc-200\/30:focus {
    color: hsla(240, 6%, 90%, 0.3);
}
.focus\:text-zinc-200\/35:focus {
    color: hsla(240, 6%, 90%, 0.35);
}
.focus\:text-zinc-200\/40:focus {
    color: hsla(240, 6%, 90%, 0.4);
}
.focus\:text-zinc-200\/45:focus {
    color: hsla(240, 6%, 90%, 0.45);
}
.focus\:text-zinc-200\/5:focus {
    color: hsla(240, 6%, 90%, 0.05);
}
.focus\:text-zinc-200\/50:focus {
    color: hsla(240, 6%, 90%, 0.5);
}
.focus\:text-zinc-200\/55:focus {
    color: hsla(240, 6%, 90%, 0.55);
}
.focus\:text-zinc-200\/60:focus {
    color: hsla(240, 6%, 90%, 0.6);
}
.focus\:text-zinc-200\/65:focus {
    color: hsla(240, 6%, 90%, 0.65);
}
.focus\:text-zinc-200\/70:focus {
    color: hsla(240, 6%, 90%, 0.7);
}
.focus\:text-zinc-200\/75:focus {
    color: hsla(240, 6%, 90%, 0.75);
}
.focus\:text-zinc-200\/80:focus {
    color: hsla(240, 6%, 90%, 0.8);
}
.focus\:text-zinc-200\/85:focus {
    color: hsla(240, 6%, 90%, 0.85);
}
.focus\:text-zinc-200\/90:focus {
    color: hsla(240, 6%, 90%, 0.9);
}
.focus\:text-zinc-200\/95:focus {
    color: hsla(240, 6%, 90%, 0.95);
}
.focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-300\/0:focus {
    color: hsla(240, 5%, 84%, 0);
}
.focus\:text-zinc-300\/10:focus {
    color: hsla(240, 5%, 84%, 0.1);
}
.focus\:text-zinc-300\/100:focus {
    color: #d4d4d8;
}
.focus\:text-zinc-300\/15:focus {
    color: hsla(240, 5%, 84%, 0.15);
}
.focus\:text-zinc-300\/20:focus {
    color: hsla(240, 5%, 84%, 0.2);
}
.focus\:text-zinc-300\/25:focus {
    color: hsla(240, 5%, 84%, 0.25);
}
.focus\:text-zinc-300\/30:focus {
    color: hsla(240, 5%, 84%, 0.3);
}
.focus\:text-zinc-300\/35:focus {
    color: hsla(240, 5%, 84%, 0.35);
}
.focus\:text-zinc-300\/40:focus {
    color: hsla(240, 5%, 84%, 0.4);
}
.focus\:text-zinc-300\/45:focus {
    color: hsla(240, 5%, 84%, 0.45);
}
.focus\:text-zinc-300\/5:focus {
    color: hsla(240, 5%, 84%, 0.05);
}
.focus\:text-zinc-300\/50:focus {
    color: hsla(240, 5%, 84%, 0.5);
}
.focus\:text-zinc-300\/55:focus {
    color: hsla(240, 5%, 84%, 0.55);
}
.focus\:text-zinc-300\/60:focus {
    color: hsla(240, 5%, 84%, 0.6);
}
.focus\:text-zinc-300\/65:focus {
    color: hsla(240, 5%, 84%, 0.65);
}
.focus\:text-zinc-300\/70:focus {
    color: hsla(240, 5%, 84%, 0.7);
}
.focus\:text-zinc-300\/75:focus {
    color: hsla(240, 5%, 84%, 0.75);
}
.focus\:text-zinc-300\/80:focus {
    color: hsla(240, 5%, 84%, 0.8);
}
.focus\:text-zinc-300\/85:focus {
    color: hsla(240, 5%, 84%, 0.85);
}
.focus\:text-zinc-300\/90:focus {
    color: hsla(240, 5%, 84%, 0.9);
}
.focus\:text-zinc-300\/95:focus {
    color: hsla(240, 5%, 84%, 0.95);
}
.focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-400\/0:focus {
    color: hsla(240, 5%, 65%, 0);
}
.focus\:text-zinc-400\/10:focus {
    color: hsla(240, 5%, 65%, 0.1);
}
.focus\:text-zinc-400\/100:focus {
    color: #a1a1aa;
}
.focus\:text-zinc-400\/15:focus {
    color: hsla(240, 5%, 65%, 0.15);
}
.focus\:text-zinc-400\/20:focus {
    color: hsla(240, 5%, 65%, 0.2);
}
.focus\:text-zinc-400\/25:focus {
    color: hsla(240, 5%, 65%, 0.25);
}
.focus\:text-zinc-400\/30:focus {
    color: hsla(240, 5%, 65%, 0.3);
}
.focus\:text-zinc-400\/35:focus {
    color: hsla(240, 5%, 65%, 0.35);
}
.focus\:text-zinc-400\/40:focus {
    color: hsla(240, 5%, 65%, 0.4);
}
.focus\:text-zinc-400\/45:focus {
    color: hsla(240, 5%, 65%, 0.45);
}
.focus\:text-zinc-400\/5:focus {
    color: hsla(240, 5%, 65%, 0.05);
}
.focus\:text-zinc-400\/50:focus {
    color: hsla(240, 5%, 65%, 0.5);
}
.focus\:text-zinc-400\/55:focus {
    color: hsla(240, 5%, 65%, 0.55);
}
.focus\:text-zinc-400\/60:focus {
    color: hsla(240, 5%, 65%, 0.6);
}
.focus\:text-zinc-400\/65:focus {
    color: hsla(240, 5%, 65%, 0.65);
}
.focus\:text-zinc-400\/70:focus {
    color: hsla(240, 5%, 65%, 0.7);
}
.focus\:text-zinc-400\/75:focus {
    color: hsla(240, 5%, 65%, 0.75);
}
.focus\:text-zinc-400\/80:focus {
    color: hsla(240, 5%, 65%, 0.8);
}
.focus\:text-zinc-400\/85:focus {
    color: hsla(240, 5%, 65%, 0.85);
}
.focus\:text-zinc-400\/90:focus {
    color: hsla(240, 5%, 65%, 0.9);
}
.focus\:text-zinc-400\/95:focus {
    color: hsla(240, 5%, 65%, 0.95);
}
.focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-50\/0:focus {
    color: hsla(0, 0%, 98%, 0);
}
.focus\:text-zinc-50\/10:focus {
    color: hsla(0, 0%, 98%, 0.1);
}
.focus\:text-zinc-50\/100:focus {
    color: #fafafa;
}
.focus\:text-zinc-50\/15:focus {
    color: hsla(0, 0%, 98%, 0.15);
}
.focus\:text-zinc-50\/20:focus {
    color: hsla(0, 0%, 98%, 0.2);
}
.focus\:text-zinc-50\/25:focus {
    color: hsla(0, 0%, 98%, 0.25);
}
.focus\:text-zinc-50\/30:focus {
    color: hsla(0, 0%, 98%, 0.3);
}
.focus\:text-zinc-50\/35:focus {
    color: hsla(0, 0%, 98%, 0.35);
}
.focus\:text-zinc-50\/40:focus {
    color: hsla(0, 0%, 98%, 0.4);
}
.focus\:text-zinc-50\/45:focus {
    color: hsla(0, 0%, 98%, 0.45);
}
.focus\:text-zinc-50\/5:focus {
    color: hsla(0, 0%, 98%, 0.05);
}
.focus\:text-zinc-50\/50:focus {
    color: hsla(0, 0%, 98%, 0.5);
}
.focus\:text-zinc-50\/55:focus {
    color: hsla(0, 0%, 98%, 0.55);
}
.focus\:text-zinc-50\/60:focus {
    color: hsla(0, 0%, 98%, 0.6);
}
.focus\:text-zinc-50\/65:focus {
    color: hsla(0, 0%, 98%, 0.65);
}
.focus\:text-zinc-50\/70:focus {
    color: hsla(0, 0%, 98%, 0.7);
}
.focus\:text-zinc-50\/75:focus {
    color: hsla(0, 0%, 98%, 0.75);
}
.focus\:text-zinc-50\/80:focus {
    color: hsla(0, 0%, 98%, 0.8);
}
.focus\:text-zinc-50\/85:focus {
    color: hsla(0, 0%, 98%, 0.85);
}
.focus\:text-zinc-50\/90:focus {
    color: hsla(0, 0%, 98%, 0.9);
}
.focus\:text-zinc-50\/95:focus {
    color: hsla(0, 0%, 98%, 0.95);
}
.focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-500\/0:focus {
    color: hsla(240, 4%, 46%, 0);
}
.focus\:text-zinc-500\/10:focus {
    color: hsla(240, 4%, 46%, 0.1);
}
.focus\:text-zinc-500\/100:focus {
    color: #71717a;
}
.focus\:text-zinc-500\/15:focus {
    color: hsla(240, 4%, 46%, 0.15);
}
.focus\:text-zinc-500\/20:focus {
    color: hsla(240, 4%, 46%, 0.2);
}
.focus\:text-zinc-500\/25:focus {
    color: hsla(240, 4%, 46%, 0.25);
}
.focus\:text-zinc-500\/30:focus {
    color: hsla(240, 4%, 46%, 0.3);
}
.focus\:text-zinc-500\/35:focus {
    color: hsla(240, 4%, 46%, 0.35);
}
.focus\:text-zinc-500\/40:focus {
    color: hsla(240, 4%, 46%, 0.4);
}
.focus\:text-zinc-500\/45:focus {
    color: hsla(240, 4%, 46%, 0.45);
}
.focus\:text-zinc-500\/5:focus {
    color: hsla(240, 4%, 46%, 0.05);
}
.focus\:text-zinc-500\/50:focus {
    color: hsla(240, 4%, 46%, 0.5);
}
.focus\:text-zinc-500\/55:focus {
    color: hsla(240, 4%, 46%, 0.55);
}
.focus\:text-zinc-500\/60:focus {
    color: hsla(240, 4%, 46%, 0.6);
}
.focus\:text-zinc-500\/65:focus {
    color: hsla(240, 4%, 46%, 0.65);
}
.focus\:text-zinc-500\/70:focus {
    color: hsla(240, 4%, 46%, 0.7);
}
.focus\:text-zinc-500\/75:focus {
    color: hsla(240, 4%, 46%, 0.75);
}
.focus\:text-zinc-500\/80:focus {
    color: hsla(240, 4%, 46%, 0.8);
}
.focus\:text-zinc-500\/85:focus {
    color: hsla(240, 4%, 46%, 0.85);
}
.focus\:text-zinc-500\/90:focus {
    color: hsla(240, 4%, 46%, 0.9);
}
.focus\:text-zinc-500\/95:focus {
    color: hsla(240, 4%, 46%, 0.95);
}
.focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-600\/0:focus {
    color: rgba(82, 82, 91, 0);
}
.focus\:text-zinc-600\/10:focus {
    color: rgba(82, 82, 91, 0.1);
}
.focus\:text-zinc-600\/100:focus {
    color: #52525b;
}
.focus\:text-zinc-600\/15:focus {
    color: rgba(82, 82, 91, 0.15);
}
.focus\:text-zinc-600\/20:focus {
    color: rgba(82, 82, 91, 0.2);
}
.focus\:text-zinc-600\/25:focus {
    color: rgba(82, 82, 91, 0.25);
}
.focus\:text-zinc-600\/30:focus {
    color: rgba(82, 82, 91, 0.3);
}
.focus\:text-zinc-600\/35:focus {
    color: rgba(82, 82, 91, 0.35);
}
.focus\:text-zinc-600\/40:focus {
    color: rgba(82, 82, 91, 0.4);
}
.focus\:text-zinc-600\/45:focus {
    color: rgba(82, 82, 91, 0.45);
}
.focus\:text-zinc-600\/5:focus {
    color: rgba(82, 82, 91, 0.05);
}
.focus\:text-zinc-600\/50:focus {
    color: rgba(82, 82, 91, 0.5);
}
.focus\:text-zinc-600\/55:focus {
    color: rgba(82, 82, 91, 0.55);
}
.focus\:text-zinc-600\/60:focus {
    color: rgba(82, 82, 91, 0.6);
}
.focus\:text-zinc-600\/65:focus {
    color: rgba(82, 82, 91, 0.65);
}
.focus\:text-zinc-600\/70:focus {
    color: rgba(82, 82, 91, 0.7);
}
.focus\:text-zinc-600\/75:focus {
    color: rgba(82, 82, 91, 0.75);
}
.focus\:text-zinc-600\/80:focus {
    color: rgba(82, 82, 91, 0.8);
}
.focus\:text-zinc-600\/85:focus {
    color: rgba(82, 82, 91, 0.85);
}
.focus\:text-zinc-600\/90:focus {
    color: rgba(82, 82, 91, 0.9);
}
.focus\:text-zinc-600\/95:focus {
    color: rgba(82, 82, 91, 0.95);
}
.focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-700\/0:focus {
    color: rgba(63, 63, 70, 0);
}
.focus\:text-zinc-700\/10:focus {
    color: rgba(63, 63, 70, 0.1);
}
.focus\:text-zinc-700\/100:focus {
    color: #3f3f46;
}
.focus\:text-zinc-700\/15:focus {
    color: rgba(63, 63, 70, 0.15);
}
.focus\:text-zinc-700\/20:focus {
    color: rgba(63, 63, 70, 0.2);
}
.focus\:text-zinc-700\/25:focus {
    color: rgba(63, 63, 70, 0.25);
}
.focus\:text-zinc-700\/30:focus {
    color: rgba(63, 63, 70, 0.3);
}
.focus\:text-zinc-700\/35:focus {
    color: rgba(63, 63, 70, 0.35);
}
.focus\:text-zinc-700\/40:focus {
    color: rgba(63, 63, 70, 0.4);
}
.focus\:text-zinc-700\/45:focus {
    color: rgba(63, 63, 70, 0.45);
}
.focus\:text-zinc-700\/5:focus {
    color: rgba(63, 63, 70, 0.05);
}
.focus\:text-zinc-700\/50:focus {
    color: rgba(63, 63, 70, 0.5);
}
.focus\:text-zinc-700\/55:focus {
    color: rgba(63, 63, 70, 0.55);
}
.focus\:text-zinc-700\/60:focus {
    color: rgba(63, 63, 70, 0.6);
}
.focus\:text-zinc-700\/65:focus {
    color: rgba(63, 63, 70, 0.65);
}
.focus\:text-zinc-700\/70:focus {
    color: rgba(63, 63, 70, 0.7);
}
.focus\:text-zinc-700\/75:focus {
    color: rgba(63, 63, 70, 0.75);
}
.focus\:text-zinc-700\/80:focus {
    color: rgba(63, 63, 70, 0.8);
}
.focus\:text-zinc-700\/85:focus {
    color: rgba(63, 63, 70, 0.85);
}
.focus\:text-zinc-700\/90:focus {
    color: rgba(63, 63, 70, 0.9);
}
.focus\:text-zinc-700\/95:focus {
    color: rgba(63, 63, 70, 0.95);
}
.focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-800\/0:focus {
    color: rgba(39, 39, 42, 0);
}
.focus\:text-zinc-800\/10:focus {
    color: rgba(39, 39, 42, 0.1);
}
.focus\:text-zinc-800\/100:focus {
    color: #27272a;
}
.focus\:text-zinc-800\/15:focus {
    color: rgba(39, 39, 42, 0.15);
}
.focus\:text-zinc-800\/20:focus {
    color: rgba(39, 39, 42, 0.2);
}
.focus\:text-zinc-800\/25:focus {
    color: rgba(39, 39, 42, 0.25);
}
.focus\:text-zinc-800\/30:focus {
    color: rgba(39, 39, 42, 0.3);
}
.focus\:text-zinc-800\/35:focus {
    color: rgba(39, 39, 42, 0.35);
}
.focus\:text-zinc-800\/40:focus {
    color: rgba(39, 39, 42, 0.4);
}
.focus\:text-zinc-800\/45:focus {
    color: rgba(39, 39, 42, 0.45);
}
.focus\:text-zinc-800\/5:focus {
    color: rgba(39, 39, 42, 0.05);
}
.focus\:text-zinc-800\/50:focus {
    color: rgba(39, 39, 42, 0.5);
}
.focus\:text-zinc-800\/55:focus {
    color: rgba(39, 39, 42, 0.55);
}
.focus\:text-zinc-800\/60:focus {
    color: rgba(39, 39, 42, 0.6);
}
.focus\:text-zinc-800\/65:focus {
    color: rgba(39, 39, 42, 0.65);
}
.focus\:text-zinc-800\/70:focus {
    color: rgba(39, 39, 42, 0.7);
}
.focus\:text-zinc-800\/75:focus {
    color: rgba(39, 39, 42, 0.75);
}
.focus\:text-zinc-800\/80:focus {
    color: rgba(39, 39, 42, 0.8);
}
.focus\:text-zinc-800\/85:focus {
    color: rgba(39, 39, 42, 0.85);
}
.focus\:text-zinc-800\/90:focus {
    color: rgba(39, 39, 42, 0.9);
}
.focus\:text-zinc-800\/95:focus {
    color: rgba(39, 39, 42, 0.95);
}
.focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-900\/0:focus {
    color: rgba(24, 24, 27, 0);
}
.focus\:text-zinc-900\/10:focus {
    color: rgba(24, 24, 27, 0.1);
}
.focus\:text-zinc-900\/100:focus {
    color: #18181b;
}
.focus\:text-zinc-900\/15:focus {
    color: rgba(24, 24, 27, 0.15);
}
.focus\:text-zinc-900\/20:focus {
    color: rgba(24, 24, 27, 0.2);
}
.focus\:text-zinc-900\/25:focus {
    color: rgba(24, 24, 27, 0.25);
}
.focus\:text-zinc-900\/30:focus {
    color: rgba(24, 24, 27, 0.3);
}
.focus\:text-zinc-900\/35:focus {
    color: rgba(24, 24, 27, 0.35);
}
.focus\:text-zinc-900\/40:focus {
    color: rgba(24, 24, 27, 0.4);
}
.focus\:text-zinc-900\/45:focus {
    color: rgba(24, 24, 27, 0.45);
}
.focus\:text-zinc-900\/5:focus {
    color: rgba(24, 24, 27, 0.05);
}
.focus\:text-zinc-900\/50:focus {
    color: rgba(24, 24, 27, 0.5);
}
.focus\:text-zinc-900\/55:focus {
    color: rgba(24, 24, 27, 0.55);
}
.focus\:text-zinc-900\/60:focus {
    color: rgba(24, 24, 27, 0.6);
}
.focus\:text-zinc-900\/65:focus {
    color: rgba(24, 24, 27, 0.65);
}
.focus\:text-zinc-900\/70:focus {
    color: rgba(24, 24, 27, 0.7);
}
.focus\:text-zinc-900\/75:focus {
    color: rgba(24, 24, 27, 0.75);
}
.focus\:text-zinc-900\/80:focus {
    color: rgba(24, 24, 27, 0.8);
}
.focus\:text-zinc-900\/85:focus {
    color: rgba(24, 24, 27, 0.85);
}
.focus\:text-zinc-900\/90:focus {
    color: rgba(24, 24, 27, 0.9);
}
.focus\:text-zinc-900\/95:focus {
    color: rgba(24, 24, 27, 0.95);
}
.focus\:underline:focus {
    text-decoration-line: underline;
}
.focus\:no-underline:focus {
    text-decoration-line: none;
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.focus\:shadow-transparent:focus {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-0:focus,
.focus\:ring:focus {
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0: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(var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-1:focus,
.focus\:ring-2:focus {
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.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);
}
.focus\:ring-4: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(4px + 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-inset:focus {
    --tw-ring-inset: inset;
}
.focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-100\/0:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0);
}
.focus\:ring-amber-100\/10:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.1);
}
.focus\:ring-amber-100\/100:focus {
    --tw-ring-color: #fef3c7;
}
.focus\:ring-amber-100\/15:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.15);
}
.focus\:ring-amber-100\/20:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.2);
}
.focus\:ring-amber-100\/25:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.25);
}
.focus\:ring-amber-100\/30:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.3);
}
.focus\:ring-amber-100\/35:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.35);
}
.focus\:ring-amber-100\/40:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.4);
}
.focus\:ring-amber-100\/45:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.45);
}
.focus\:ring-amber-100\/5:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.05);
}
.focus\:ring-amber-100\/50:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.5);
}
.focus\:ring-amber-100\/55:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.55);
}
.focus\:ring-amber-100\/60:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.6);
}
.focus\:ring-amber-100\/65:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.65);
}
.focus\:ring-amber-100\/70:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.7);
}
.focus\:ring-amber-100\/75:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.75);
}
.focus\:ring-amber-100\/80:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.8);
}
.focus\:ring-amber-100\/85:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.85);
}
.focus\:ring-amber-100\/90:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.9);
}
.focus\:ring-amber-100\/95:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.95);
}
.focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-200\/0:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0);
}
.focus\:ring-amber-200\/10:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.1);
}
.focus\:ring-amber-200\/100:focus {
    --tw-ring-color: #fde68a;
}
.focus\:ring-amber-200\/15:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.15);
}
.focus\:ring-amber-200\/20:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.2);
}
.focus\:ring-amber-200\/25:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.25);
}
.focus\:ring-amber-200\/30:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.3);
}
.focus\:ring-amber-200\/35:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.35);
}
.focus\:ring-amber-200\/40:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.4);
}
.focus\:ring-amber-200\/45:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.45);
}
.focus\:ring-amber-200\/5:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.05);
}
.focus\:ring-amber-200\/50:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.5);
}
.focus\:ring-amber-200\/55:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.55);
}
.focus\:ring-amber-200\/60:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.6);
}
.focus\:ring-amber-200\/65:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.65);
}
.focus\:ring-amber-200\/70:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.7);
}
.focus\:ring-amber-200\/75:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.75);
}
.focus\:ring-amber-200\/80:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.8);
}
.focus\:ring-amber-200\/85:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.85);
}
.focus\:ring-amber-200\/90:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.9);
}
.focus\:ring-amber-200\/95:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.95);
}
.focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-300\/0:focus {
    --tw-ring-color: rgba(252, 211, 77, 0);
}
.focus\:ring-amber-300\/10:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.1);
}
.focus\:ring-amber-300\/100:focus {
    --tw-ring-color: #fcd34d;
}
.focus\:ring-amber-300\/15:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.15);
}
.focus\:ring-amber-300\/20:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.2);
}
.focus\:ring-amber-300\/25:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.25);
}
.focus\:ring-amber-300\/30:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.3);
}
.focus\:ring-amber-300\/35:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.35);
}
.focus\:ring-amber-300\/40:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.4);
}
.focus\:ring-amber-300\/45:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.45);
}
.focus\:ring-amber-300\/5:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.05);
}
.focus\:ring-amber-300\/50:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.5);
}
.focus\:ring-amber-300\/55:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.55);
}
.focus\:ring-amber-300\/60:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.6);
}
.focus\:ring-amber-300\/65:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.65);
}
.focus\:ring-amber-300\/70:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.7);
}
.focus\:ring-amber-300\/75:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.75);
}
.focus\:ring-amber-300\/80:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.8);
}
.focus\:ring-amber-300\/85:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.85);
}
.focus\:ring-amber-300\/90:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.9);
}
.focus\:ring-amber-300\/95:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.95);
}
.focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-400\/0:focus {
    --tw-ring-color: rgba(251, 191, 36, 0);
}
.focus\:ring-amber-400\/10:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.1);
}
.focus\:ring-amber-400\/100:focus {
    --tw-ring-color: #fbbf24;
}
.focus\:ring-amber-400\/15:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.15);
}
.focus\:ring-amber-400\/20:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.2);
}
.focus\:ring-amber-400\/25:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.25);
}
.focus\:ring-amber-400\/30:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.3);
}
.focus\:ring-amber-400\/35:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.35);
}
.focus\:ring-amber-400\/40:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.4);
}
.focus\:ring-amber-400\/45:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.45);
}
.focus\:ring-amber-400\/5:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.05);
}
.focus\:ring-amber-400\/50:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.5);
}
.focus\:ring-amber-400\/55:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.55);
}
.focus\:ring-amber-400\/60:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.6);
}
.focus\:ring-amber-400\/65:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.65);
}
.focus\:ring-amber-400\/70:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.7);
}
.focus\:ring-amber-400\/75:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.75);
}
.focus\:ring-amber-400\/80:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.8);
}
.focus\:ring-amber-400\/85:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.85);
}
.focus\:ring-amber-400\/90:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.9);
}
.focus\:ring-amber-400\/95:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.95);
}
.focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-50\/0:focus {
    --tw-ring-color: rgba(255, 251, 235, 0);
}
.focus\:ring-amber-50\/10:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.1);
}
.focus\:ring-amber-50\/100:focus {
    --tw-ring-color: #fffbeb;
}
.focus\:ring-amber-50\/15:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.15);
}
.focus\:ring-amber-50\/20:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.2);
}
.focus\:ring-amber-50\/25:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.25);
}
.focus\:ring-amber-50\/30:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.3);
}
.focus\:ring-amber-50\/35:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.35);
}
.focus\:ring-amber-50\/40:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.4);
}
.focus\:ring-amber-50\/45:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.45);
}
.focus\:ring-amber-50\/5:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.05);
}
.focus\:ring-amber-50\/50:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.5);
}
.focus\:ring-amber-50\/55:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.55);
}
.focus\:ring-amber-50\/60:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.6);
}
.focus\:ring-amber-50\/65:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.65);
}
.focus\:ring-amber-50\/70:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.7);
}
.focus\:ring-amber-50\/75:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.75);
}
.focus\:ring-amber-50\/80:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.8);
}
.focus\:ring-amber-50\/85:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.85);
}
.focus\:ring-amber-50\/90:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.9);
}
.focus\:ring-amber-50\/95:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.95);
}
.focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-500\/0:focus {
    --tw-ring-color: rgba(245, 158, 11, 0);
}
.focus\:ring-amber-500\/10:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.1);
}
.focus\:ring-amber-500\/100:focus {
    --tw-ring-color: #f59e0b;
}
.focus\:ring-amber-500\/15:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.15);
}
.focus\:ring-amber-500\/20:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.2);
}
.focus\:ring-amber-500\/25:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.25);
}
.focus\:ring-amber-500\/30:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.3);
}
.focus\:ring-amber-500\/35:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.35);
}
.focus\:ring-amber-500\/40:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.4);
}
.focus\:ring-amber-500\/45:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.45);
}
.focus\:ring-amber-500\/5:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.05);
}
.focus\:ring-amber-500\/50:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.5);
}
.focus\:ring-amber-500\/55:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.55);
}
.focus\:ring-amber-500\/60:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.6);
}
.focus\:ring-amber-500\/65:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.65);
}
.focus\:ring-amber-500\/70:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.7);
}
.focus\:ring-amber-500\/75:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.75);
}
.focus\:ring-amber-500\/80:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.8);
}
.focus\:ring-amber-500\/85:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.85);
}
.focus\:ring-amber-500\/90:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.9);
}
.focus\:ring-amber-500\/95:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.95);
}
.focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-600\/0:focus {
    --tw-ring-color: rgba(217, 119, 6, 0);
}
.focus\:ring-amber-600\/10:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.1);
}
.focus\:ring-amber-600\/100:focus {
    --tw-ring-color: #d97706;
}
.focus\:ring-amber-600\/15:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.15);
}
.focus\:ring-amber-600\/20:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.2);
}
.focus\:ring-amber-600\/25:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.25);
}
.focus\:ring-amber-600\/30:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.3);
}
.focus\:ring-amber-600\/35:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.35);
}
.focus\:ring-amber-600\/40:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.4);
}
.focus\:ring-amber-600\/45:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.45);
}
.focus\:ring-amber-600\/5:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.05);
}
.focus\:ring-amber-600\/50:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.5);
}
.focus\:ring-amber-600\/55:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.55);
}
.focus\:ring-amber-600\/60:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.6);
}
.focus\:ring-amber-600\/65:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.65);
}
.focus\:ring-amber-600\/70:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.7);
}
.focus\:ring-amber-600\/75:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.75);
}
.focus\:ring-amber-600\/80:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.8);
}
.focus\:ring-amber-600\/85:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.85);
}
.focus\:ring-amber-600\/90:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.9);
}
.focus\:ring-amber-600\/95:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.95);
}
.focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-700\/0:focus {
    --tw-ring-color: rgba(180, 83, 9, 0);
}
.focus\:ring-amber-700\/10:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.1);
}
.focus\:ring-amber-700\/100:focus {
    --tw-ring-color: #b45309;
}
.focus\:ring-amber-700\/15:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.15);
}
.focus\:ring-amber-700\/20:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.2);
}
.focus\:ring-amber-700\/25:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.25);
}
.focus\:ring-amber-700\/30:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.3);
}
.focus\:ring-amber-700\/35:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.35);
}
.focus\:ring-amber-700\/40:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.4);
}
.focus\:ring-amber-700\/45:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.45);
}
.focus\:ring-amber-700\/5:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.05);
}
.focus\:ring-amber-700\/50:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.5);
}
.focus\:ring-amber-700\/55:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.55);
}
.focus\:ring-amber-700\/60:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.6);
}
.focus\:ring-amber-700\/65:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.65);
}
.focus\:ring-amber-700\/70:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.7);
}
.focus\:ring-amber-700\/75:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.75);
}
.focus\:ring-amber-700\/80:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.8);
}
.focus\:ring-amber-700\/85:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.85);
}
.focus\:ring-amber-700\/90:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.9);
}
.focus\:ring-amber-700\/95:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.95);
}
.focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-800\/0:focus {
    --tw-ring-color: rgba(146, 64, 14, 0);
}
.focus\:ring-amber-800\/10:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.1);
}
.focus\:ring-amber-800\/100:focus {
    --tw-ring-color: #92400e;
}
.focus\:ring-amber-800\/15:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.15);
}
.focus\:ring-amber-800\/20:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.2);
}
.focus\:ring-amber-800\/25:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.25);
}
.focus\:ring-amber-800\/30:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.3);
}
.focus\:ring-amber-800\/35:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.35);
}
.focus\:ring-amber-800\/40:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.4);
}
.focus\:ring-amber-800\/45:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.45);
}
.focus\:ring-amber-800\/5:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.05);
}
.focus\:ring-amber-800\/50:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.5);
}
.focus\:ring-amber-800\/55:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.55);
}
.focus\:ring-amber-800\/60:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.6);
}
.focus\:ring-amber-800\/65:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.65);
}
.focus\:ring-amber-800\/70:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.7);
}
.focus\:ring-amber-800\/75:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.75);
}
.focus\:ring-amber-800\/80:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.8);
}
.focus\:ring-amber-800\/85:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.85);
}
.focus\:ring-amber-800\/90:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.9);
}
.focus\:ring-amber-800\/95:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.95);
}
.focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-900\/0:focus {
    --tw-ring-color: rgba(120, 53, 15, 0);
}
.focus\:ring-amber-900\/10:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.1);
}
.focus\:ring-amber-900\/100:focus {
    --tw-ring-color: #78350f;
}
.focus\:ring-amber-900\/15:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.15);
}
.focus\:ring-amber-900\/20:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.2);
}
.focus\:ring-amber-900\/25:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.25);
}
.focus\:ring-amber-900\/30:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.3);
}
.focus\:ring-amber-900\/35:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.35);
}
.focus\:ring-amber-900\/40:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.4);
}
.focus\:ring-amber-900\/45:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.45);
}
.focus\:ring-amber-900\/5:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.05);
}
.focus\:ring-amber-900\/50:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.5);
}
.focus\:ring-amber-900\/55:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.55);
}
.focus\:ring-amber-900\/60:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.6);
}
.focus\:ring-amber-900\/65:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.65);
}
.focus\:ring-amber-900\/70:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.7);
}
.focus\:ring-amber-900\/75:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.75);
}
.focus\:ring-amber-900\/80:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.8);
}
.focus\:ring-amber-900\/85:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.85);
}
.focus\:ring-amber-900\/90:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.9);
}
.focus\:ring-amber-900\/95:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.95);
}
.focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-100\/0:focus {
    --tw-ring-color: rgba(219, 234, 254, 0);
}
.focus\:ring-blue-100\/10:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.1);
}
.focus\:ring-blue-100\/100:focus {
    --tw-ring-color: #dbeafe;
}
.focus\:ring-blue-100\/15:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.15);
}
.focus\:ring-blue-100\/20:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.2);
}
.focus\:ring-blue-100\/25:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.25);
}
.focus\:ring-blue-100\/30:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.3);
}
.focus\:ring-blue-100\/35:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.35);
}
.focus\:ring-blue-100\/40:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.4);
}
.focus\:ring-blue-100\/45:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.45);
}
.focus\:ring-blue-100\/5:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.05);
}
.focus\:ring-blue-100\/50:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.5);
}
.focus\:ring-blue-100\/55:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.55);
}
.focus\:ring-blue-100\/60:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.6);
}
.focus\:ring-blue-100\/65:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.65);
}
.focus\:ring-blue-100\/70:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.7);
}
.focus\:ring-blue-100\/75:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.75);
}
.focus\:ring-blue-100\/80:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.8);
}
.focus\:ring-blue-100\/85:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.85);
}
.focus\:ring-blue-100\/90:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.9);
}
.focus\:ring-blue-100\/95:focus {
    --tw-ring-color: rgba(219, 234, 254, 0.95);
}
.focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-200\/0:focus {
    --tw-ring-color: rgba(191, 219, 254, 0);
}
.focus\:ring-blue-200\/10:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.1);
}
.focus\:ring-blue-200\/100:focus {
    --tw-ring-color: #bfdbfe;
}
.focus\:ring-blue-200\/15:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.15);
}
.focus\:ring-blue-200\/20:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.2);
}
.focus\:ring-blue-200\/25:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.25);
}
.focus\:ring-blue-200\/30:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.3);
}
.focus\:ring-blue-200\/35:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.35);
}
.focus\:ring-blue-200\/40:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.4);
}
.focus\:ring-blue-200\/45:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.45);
}
.focus\:ring-blue-200\/5:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.05);
}
.focus\:ring-blue-200\/50:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.5);
}
.focus\:ring-blue-200\/55:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.55);
}
.focus\:ring-blue-200\/60:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.6);
}
.focus\:ring-blue-200\/65:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.65);
}
.focus\:ring-blue-200\/70:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.7);
}
.focus\:ring-blue-200\/75:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.75);
}
.focus\:ring-blue-200\/80:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.8);
}
.focus\:ring-blue-200\/85:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.85);
}
.focus\:ring-blue-200\/90:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.9);
}
.focus\:ring-blue-200\/95:focus {
    --tw-ring-color: rgba(191, 219, 254, 0.95);
}
.focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-300\/0:focus {
    --tw-ring-color: rgba(147, 197, 253, 0);
}
.focus\:ring-blue-300\/10:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.1);
}
.focus\:ring-blue-300\/100:focus {
    --tw-ring-color: #93c5fd;
}
.focus\:ring-blue-300\/15:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.15);
}
.focus\:ring-blue-300\/20:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.2);
}
.focus\:ring-blue-300\/25:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.25);
}
.focus\:ring-blue-300\/30:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.3);
}
.focus\:ring-blue-300\/35:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.35);
}
.focus\:ring-blue-300\/40:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.4);
}
.focus\:ring-blue-300\/45:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.45);
}
.focus\:ring-blue-300\/5:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.05);
}
.focus\:ring-blue-300\/50:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.5);
}
.focus\:ring-blue-300\/55:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.55);
}
.focus\:ring-blue-300\/60:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.6);
}
.focus\:ring-blue-300\/65:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.65);
}
.focus\:ring-blue-300\/70:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.7);
}
.focus\:ring-blue-300\/75:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.75);
}
.focus\:ring-blue-300\/80:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.8);
}
.focus\:ring-blue-300\/85:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.85);
}
.focus\:ring-blue-300\/90:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.9);
}
.focus\:ring-blue-300\/95:focus {
    --tw-ring-color: rgba(147, 197, 253, 0.95);
}
.focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-400\/0:focus {
    --tw-ring-color: rgba(96, 165, 250, 0);
}
.focus\:ring-blue-400\/10:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.1);
}
.focus\:ring-blue-400\/100:focus {
    --tw-ring-color: #60a5fa;
}
.focus\:ring-blue-400\/15:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.15);
}
.focus\:ring-blue-400\/20:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.2);
}
.focus\:ring-blue-400\/25:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.25);
}
.focus\:ring-blue-400\/30:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.3);
}
.focus\:ring-blue-400\/35:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.35);
}
.focus\:ring-blue-400\/40:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.4);
}
.focus\:ring-blue-400\/45:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.45);
}
.focus\:ring-blue-400\/5:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.05);
}
.focus\:ring-blue-400\/50:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.5);
}
.focus\:ring-blue-400\/55:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.55);
}
.focus\:ring-blue-400\/60:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.6);
}
.focus\:ring-blue-400\/65:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.65);
}
.focus\:ring-blue-400\/70:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.7);
}
.focus\:ring-blue-400\/75:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.75);
}
.focus\:ring-blue-400\/80:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.8);
}
.focus\:ring-blue-400\/85:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.85);
}
.focus\:ring-blue-400\/90:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.9);
}
.focus\:ring-blue-400\/95:focus {
    --tw-ring-color: rgba(96, 165, 250, 0.95);
}
.focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-50\/0:focus {
    --tw-ring-color: rgba(239, 246, 255, 0);
}
.focus\:ring-blue-50\/10:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.1);
}
.focus\:ring-blue-50\/100:focus {
    --tw-ring-color: #eff6ff;
}
.focus\:ring-blue-50\/15:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.15);
}
.focus\:ring-blue-50\/20:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.2);
}
.focus\:ring-blue-50\/25:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.25);
}
.focus\:ring-blue-50\/30:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.3);
}
.focus\:ring-blue-50\/35:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.35);
}
.focus\:ring-blue-50\/40:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.4);
}
.focus\:ring-blue-50\/45:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.45);
}
.focus\:ring-blue-50\/5:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.05);
}
.focus\:ring-blue-50\/50:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.5);
}
.focus\:ring-blue-50\/55:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.55);
}
.focus\:ring-blue-50\/60:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.6);
}
.focus\:ring-blue-50\/65:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.65);
}
.focus\:ring-blue-50\/70:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.7);
}
.focus\:ring-blue-50\/75:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.75);
}
.focus\:ring-blue-50\/80:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.8);
}
.focus\:ring-blue-50\/85:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.85);
}
.focus\:ring-blue-50\/90:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.9);
}
.focus\:ring-blue-50\/95:focus {
    --tw-ring-color: rgba(239, 246, 255, 0.95);
}
.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500\/0:focus {
    --tw-ring-color: rgba(59, 130, 246, 0);
}
.focus\:ring-blue-500\/10:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.1);
}
.focus\:ring-blue-500\/100:focus {
    --tw-ring-color: #3b82f6;
}
.focus\:ring-blue-500\/15:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.15);
}
.focus\:ring-blue-500\/20:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.2);
}
.focus\:ring-blue-500\/25:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.25);
}
.focus\:ring-blue-500\/30:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.3);
}
.focus\:ring-blue-500\/35:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.35);
}
.focus\:ring-blue-500\/40:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.4);
}
.focus\:ring-blue-500\/45:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.45);
}
.focus\:ring-blue-500\/5:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.05);
}
.focus\:ring-blue-500\/50:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.5);
}
.focus\:ring-blue-500\/55:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.55);
}
.focus\:ring-blue-500\/60:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.6);
}
.focus\:ring-blue-500\/65:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.65);
}
.focus\:ring-blue-500\/70:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.7);
}
.focus\:ring-blue-500\/75:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.75);
}
.focus\:ring-blue-500\/80:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.8);
}
.focus\:ring-blue-500\/85:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.85);
}
.focus\:ring-blue-500\/90:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.9);
}
.focus\:ring-blue-500\/95:focus {
    --tw-ring-color: rgba(59, 130, 246, 0.95);
}
.focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 124 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-600\/0:focus {
    --tw-ring-color: rgba(59, 124, 248, 0);
}
.focus\:ring-blue-600\/10:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.1);
}
.focus\:ring-blue-600\/100:focus {
    --tw-ring-color: #3b7cf8;
}
.focus\:ring-blue-600\/15:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.15);
}
.focus\:ring-blue-600\/20:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.2);
}
.focus\:ring-blue-600\/25:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.25);
}
.focus\:ring-blue-600\/30:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.3);
}
.focus\:ring-blue-600\/35:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.35);
}
.focus\:ring-blue-600\/40:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.4);
}
.focus\:ring-blue-600\/45:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.45);
}
.focus\:ring-blue-600\/5:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.05);
}
.focus\:ring-blue-600\/50:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.5);
}
.focus\:ring-blue-600\/55:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.55);
}
.focus\:ring-blue-600\/60:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.6);
}
.focus\:ring-blue-600\/65:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.65);
}
.focus\:ring-blue-600\/70:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.7);
}
.focus\:ring-blue-600\/75:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.75);
}
.focus\:ring-blue-600\/80:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.8);
}
.focus\:ring-blue-600\/85:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.85);
}
.focus\:ring-blue-600\/90:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.9);
}
.focus\:ring-blue-600\/95:focus {
    --tw-ring-color: rgba(59, 124, 248, 0.95);
}
.focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 98 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-700\/0:focus {
    --tw-ring-color: rgba(55, 98, 235, 0);
}
.focus\:ring-blue-700\/10:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.1);
}
.focus\:ring-blue-700\/100:focus {
    --tw-ring-color: #3762eb;
}
.focus\:ring-blue-700\/15:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.15);
}
.focus\:ring-blue-700\/20:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.2);
}
.focus\:ring-blue-700\/25:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.25);
}
.focus\:ring-blue-700\/30:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.3);
}
.focus\:ring-blue-700\/35:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.35);
}
.focus\:ring-blue-700\/40:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.4);
}
.focus\:ring-blue-700\/45:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.45);
}
.focus\:ring-blue-700\/5:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.05);
}
.focus\:ring-blue-700\/50:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.5);
}
.focus\:ring-blue-700\/55:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.55);
}
.focus\:ring-blue-700\/60:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.6);
}
.focus\:ring-blue-700\/65:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.65);
}
.focus\:ring-blue-700\/70:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.7);
}
.focus\:ring-blue-700\/75:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.75);
}
.focus\:ring-blue-700\/80:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.8);
}
.focus\:ring-blue-700\/85:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.85);
}
.focus\:ring-blue-700\/90:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.9);
}
.focus\:ring-blue-700\/95:focus {
    --tw-ring-color: rgba(55, 98, 235, 0.95);
}
.focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-800\/0:focus {
    --tw-ring-color: rgba(30, 64, 175, 0);
}
.focus\:ring-blue-800\/10:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.1);
}
.focus\:ring-blue-800\/100:focus {
    --tw-ring-color: #1e40af;
}
.focus\:ring-blue-800\/15:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.15);
}
.focus\:ring-blue-800\/20:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.2);
}
.focus\:ring-blue-800\/25:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.25);
}
.focus\:ring-blue-800\/30:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.3);
}
.focus\:ring-blue-800\/35:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.35);
}
.focus\:ring-blue-800\/40:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.4);
}
.focus\:ring-blue-800\/45:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.45);
}
.focus\:ring-blue-800\/5:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.05);
}
.focus\:ring-blue-800\/50:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.5);
}
.focus\:ring-blue-800\/55:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.55);
}
.focus\:ring-blue-800\/60:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.6);
}
.focus\:ring-blue-800\/65:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.65);
}
.focus\:ring-blue-800\/70:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.7);
}
.focus\:ring-blue-800\/75:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.75);
}
.focus\:ring-blue-800\/80:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.8);
}
.focus\:ring-blue-800\/85:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.85);
}
.focus\:ring-blue-800\/90:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.9);
}
.focus\:ring-blue-800\/95:focus {
    --tw-ring-color: rgba(30, 64, 175, 0.95);
}
.focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-900\/0:focus {
    --tw-ring-color: rgba(30, 58, 138, 0);
}
.focus\:ring-blue-900\/10:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.1);
}
.focus\:ring-blue-900\/100:focus {
    --tw-ring-color: #1e3a8a;
}
.focus\:ring-blue-900\/15:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.15);
}
.focus\:ring-blue-900\/20:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.2);
}
.focus\:ring-blue-900\/25:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.25);
}
.focus\:ring-blue-900\/30:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.3);
}
.focus\:ring-blue-900\/35:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.35);
}
.focus\:ring-blue-900\/40:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.4);
}
.focus\:ring-blue-900\/45:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.45);
}
.focus\:ring-blue-900\/5:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.05);
}
.focus\:ring-blue-900\/50:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.5);
}
.focus\:ring-blue-900\/55:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.55);
}
.focus\:ring-blue-900\/60:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.6);
}
.focus\:ring-blue-900\/65:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.65);
}
.focus\:ring-blue-900\/70:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.7);
}
.focus\:ring-blue-900\/75:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.75);
}
.focus\:ring-blue-900\/80:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.8);
}
.focus\:ring-blue-900\/85:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.85);
}
.focus\:ring-blue-900\/90:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.9);
}
.focus\:ring-blue-900\/95:focus {
    --tw-ring-color: rgba(30, 58, 138, 0.95);
}
.focus\:ring-bluegray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-100\/0:focus {
    --tw-ring-color: rgba(241, 245, 249, 0);
}
.focus\:ring-bluegray-100\/10:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.1);
}
.focus\:ring-bluegray-100\/100:focus {
    --tw-ring-color: #f1f5f9;
}
.focus\:ring-bluegray-100\/15:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.15);
}
.focus\:ring-bluegray-100\/20:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.2);
}
.focus\:ring-bluegray-100\/25:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.25);
}
.focus\:ring-bluegray-100\/30:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.3);
}
.focus\:ring-bluegray-100\/35:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.35);
}
.focus\:ring-bluegray-100\/40:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.4);
}
.focus\:ring-bluegray-100\/45:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.45);
}
.focus\:ring-bluegray-100\/5:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.05);
}
.focus\:ring-bluegray-100\/50:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.5);
}
.focus\:ring-bluegray-100\/55:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.55);
}
.focus\:ring-bluegray-100\/60:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.6);
}
.focus\:ring-bluegray-100\/65:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.65);
}
.focus\:ring-bluegray-100\/70:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.7);
}
.focus\:ring-bluegray-100\/75:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.75);
}
.focus\:ring-bluegray-100\/80:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.8);
}
.focus\:ring-bluegray-100\/85:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.85);
}
.focus\:ring-bluegray-100\/90:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.9);
}
.focus\:ring-bluegray-100\/95:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.95);
}
.focus\:ring-bluegray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-200\/0:focus {
    --tw-ring-color: rgba(226, 232, 240, 0);
}
.focus\:ring-bluegray-200\/10:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.1);
}
.focus\:ring-bluegray-200\/100:focus {
    --tw-ring-color: #e2e8f0;
}
.focus\:ring-bluegray-200\/15:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.15);
}
.focus\:ring-bluegray-200\/20:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.2);
}
.focus\:ring-bluegray-200\/25:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.25);
}
.focus\:ring-bluegray-200\/30:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.3);
}
.focus\:ring-bluegray-200\/35:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.35);
}
.focus\:ring-bluegray-200\/40:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.4);
}
.focus\:ring-bluegray-200\/45:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.45);
}
.focus\:ring-bluegray-200\/5:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.05);
}
.focus\:ring-bluegray-200\/50:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.5);
}
.focus\:ring-bluegray-200\/55:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.55);
}
.focus\:ring-bluegray-200\/60:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.6);
}
.focus\:ring-bluegray-200\/65:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.65);
}
.focus\:ring-bluegray-200\/70:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.7);
}
.focus\:ring-bluegray-200\/75:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.75);
}
.focus\:ring-bluegray-200\/80:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.8);
}
.focus\:ring-bluegray-200\/85:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.85);
}
.focus\:ring-bluegray-200\/90:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.9);
}
.focus\:ring-bluegray-200\/95:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.95);
}
.focus\:ring-bluegray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-300\/0:focus {
    --tw-ring-color: rgba(203, 213, 225, 0);
}
.focus\:ring-bluegray-300\/10:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.1);
}
.focus\:ring-bluegray-300\/100:focus {
    --tw-ring-color: #cbd5e1;
}
.focus\:ring-bluegray-300\/15:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.15);
}
.focus\:ring-bluegray-300\/20:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.2);
}
.focus\:ring-bluegray-300\/25:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.25);
}
.focus\:ring-bluegray-300\/30:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.3);
}
.focus\:ring-bluegray-300\/35:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.35);
}
.focus\:ring-bluegray-300\/40:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.4);
}
.focus\:ring-bluegray-300\/45:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.45);
}
.focus\:ring-bluegray-300\/5:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.05);
}
.focus\:ring-bluegray-300\/50:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.5);
}
.focus\:ring-bluegray-300\/55:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.55);
}
.focus\:ring-bluegray-300\/60:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.6);
}
.focus\:ring-bluegray-300\/65:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.65);
}
.focus\:ring-bluegray-300\/70:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.7);
}
.focus\:ring-bluegray-300\/75:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.75);
}
.focus\:ring-bluegray-300\/80:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.8);
}
.focus\:ring-bluegray-300\/85:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.85);
}
.focus\:ring-bluegray-300\/90:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.9);
}
.focus\:ring-bluegray-300\/95:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.95);
}
.focus\:ring-bluegray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-400\/0:focus {
    --tw-ring-color: rgba(148, 163, 184, 0);
}
.focus\:ring-bluegray-400\/10:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.1);
}
.focus\:ring-bluegray-400\/100:focus {
    --tw-ring-color: #94a3b8;
}
.focus\:ring-bluegray-400\/15:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.15);
}
.focus\:ring-bluegray-400\/20:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.2);
}
.focus\:ring-bluegray-400\/25:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.25);
}
.focus\:ring-bluegray-400\/30:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.3);
}
.focus\:ring-bluegray-400\/35:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.35);
}
.focus\:ring-bluegray-400\/40:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.4);
}
.focus\:ring-bluegray-400\/45:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.45);
}
.focus\:ring-bluegray-400\/5:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.05);
}
.focus\:ring-bluegray-400\/50:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.5);
}
.focus\:ring-bluegray-400\/55:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.55);
}
.focus\:ring-bluegray-400\/60:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.6);
}
.focus\:ring-bluegray-400\/65:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.65);
}
.focus\:ring-bluegray-400\/70:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.7);
}
.focus\:ring-bluegray-400\/75:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.75);
}
.focus\:ring-bluegray-400\/80:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.8);
}
.focus\:ring-bluegray-400\/85:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.85);
}
.focus\:ring-bluegray-400\/90:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.9);
}
.focus\:ring-bluegray-400\/95:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.95);
}
.focus\:ring-bluegray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-50\/0:focus {
    --tw-ring-color: rgba(248, 250, 252, 0);
}
.focus\:ring-bluegray-50\/10:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.1);
}
.focus\:ring-bluegray-50\/100:focus {
    --tw-ring-color: #f8fafc;
}
.focus\:ring-bluegray-50\/15:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.15);
}
.focus\:ring-bluegray-50\/20:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.2);
}
.focus\:ring-bluegray-50\/25:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.25);
}
.focus\:ring-bluegray-50\/30:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.3);
}
.focus\:ring-bluegray-50\/35:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.35);
}
.focus\:ring-bluegray-50\/40:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.4);
}
.focus\:ring-bluegray-50\/45:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.45);
}
.focus\:ring-bluegray-50\/5:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.05);
}
.focus\:ring-bluegray-50\/50:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.5);
}
.focus\:ring-bluegray-50\/55:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.55);
}
.focus\:ring-bluegray-50\/60:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.6);
}
.focus\:ring-bluegray-50\/65:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.65);
}
.focus\:ring-bluegray-50\/70:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.7);
}
.focus\:ring-bluegray-50\/75:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.75);
}
.focus\:ring-bluegray-50\/80:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.8);
}
.focus\:ring-bluegray-50\/85:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.85);
}
.focus\:ring-bluegray-50\/90:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.9);
}
.focus\:ring-bluegray-50\/95:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.95);
}
.focus\:ring-bluegray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-500\/0:focus {
    --tw-ring-color: rgba(100, 116, 139, 0);
}
.focus\:ring-bluegray-500\/10:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.1);
}
.focus\:ring-bluegray-500\/100:focus {
    --tw-ring-color: #64748b;
}
.focus\:ring-bluegray-500\/15:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.15);
}
.focus\:ring-bluegray-500\/20:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.2);
}
.focus\:ring-bluegray-500\/25:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.25);
}
.focus\:ring-bluegray-500\/30:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.3);
}
.focus\:ring-bluegray-500\/35:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.35);
}
.focus\:ring-bluegray-500\/40:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.4);
}
.focus\:ring-bluegray-500\/45:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.45);
}
.focus\:ring-bluegray-500\/5:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.05);
}
.focus\:ring-bluegray-500\/50:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.5);
}
.focus\:ring-bluegray-500\/55:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.55);
}
.focus\:ring-bluegray-500\/60:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.6);
}
.focus\:ring-bluegray-500\/65:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.65);
}
.focus\:ring-bluegray-500\/70:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.7);
}
.focus\:ring-bluegray-500\/75:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.75);
}
.focus\:ring-bluegray-500\/80:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.8);
}
.focus\:ring-bluegray-500\/85:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.85);
}
.focus\:ring-bluegray-500\/90:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.9);
}
.focus\:ring-bluegray-500\/95:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.95);
}
.focus\:ring-bluegray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-600\/0:focus {
    --tw-ring-color: rgba(71, 85, 105, 0);
}
.focus\:ring-bluegray-600\/10:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.1);
}
.focus\:ring-bluegray-600\/100:focus {
    --tw-ring-color: #475569;
}
.focus\:ring-bluegray-600\/15:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.15);
}
.focus\:ring-bluegray-600\/20:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.2);
}
.focus\:ring-bluegray-600\/25:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.25);
}
.focus\:ring-bluegray-600\/30:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.3);
}
.focus\:ring-bluegray-600\/35:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.35);
}
.focus\:ring-bluegray-600\/40:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.4);
}
.focus\:ring-bluegray-600\/45:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.45);
}
.focus\:ring-bluegray-600\/5:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.05);
}
.focus\:ring-bluegray-600\/50:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.5);
}
.focus\:ring-bluegray-600\/55:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.55);
}
.focus\:ring-bluegray-600\/60:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.6);
}
.focus\:ring-bluegray-600\/65:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.65);
}
.focus\:ring-bluegray-600\/70:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.7);
}
.focus\:ring-bluegray-600\/75:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.75);
}
.focus\:ring-bluegray-600\/80:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.8);
}
.focus\:ring-bluegray-600\/85:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.85);
}
.focus\:ring-bluegray-600\/90:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.9);
}
.focus\:ring-bluegray-600\/95:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.95);
}
.focus\:ring-bluegray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-700\/0:focus {
    --tw-ring-color: rgba(51, 65, 85, 0);
}
.focus\:ring-bluegray-700\/10:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.1);
}
.focus\:ring-bluegray-700\/100:focus {
    --tw-ring-color: #334155;
}
.focus\:ring-bluegray-700\/15:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.15);
}
.focus\:ring-bluegray-700\/20:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.2);
}
.focus\:ring-bluegray-700\/25:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.25);
}
.focus\:ring-bluegray-700\/30:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.3);
}
.focus\:ring-bluegray-700\/35:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.35);
}
.focus\:ring-bluegray-700\/40:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.4);
}
.focus\:ring-bluegray-700\/45:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.45);
}
.focus\:ring-bluegray-700\/5:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.05);
}
.focus\:ring-bluegray-700\/50:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.5);
}
.focus\:ring-bluegray-700\/55:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.55);
}
.focus\:ring-bluegray-700\/60:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.6);
}
.focus\:ring-bluegray-700\/65:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.65);
}
.focus\:ring-bluegray-700\/70:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.7);
}
.focus\:ring-bluegray-700\/75:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.75);
}
.focus\:ring-bluegray-700\/80:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.8);
}
.focus\:ring-bluegray-700\/85:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.85);
}
.focus\:ring-bluegray-700\/90:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.9);
}
.focus\:ring-bluegray-700\/95:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.95);
}
.focus\:ring-bluegray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-800\/0:focus {
    --tw-ring-color: rgba(30, 41, 59, 0);
}
.focus\:ring-bluegray-800\/10:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.1);
}
.focus\:ring-bluegray-800\/100:focus {
    --tw-ring-color: #1e293b;
}
.focus\:ring-bluegray-800\/15:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.15);
}
.focus\:ring-bluegray-800\/20:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.2);
}
.focus\:ring-bluegray-800\/25:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.25);
}
.focus\:ring-bluegray-800\/30:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.3);
}
.focus\:ring-bluegray-800\/35:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.35);
}
.focus\:ring-bluegray-800\/40:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.4);
}
.focus\:ring-bluegray-800\/45:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.45);
}
.focus\:ring-bluegray-800\/5:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.05);
}
.focus\:ring-bluegray-800\/50:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.5);
}
.focus\:ring-bluegray-800\/55:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.55);
}
.focus\:ring-bluegray-800\/60:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.6);
}
.focus\:ring-bluegray-800\/65:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.65);
}
.focus\:ring-bluegray-800\/70:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.7);
}
.focus\:ring-bluegray-800\/75:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.75);
}
.focus\:ring-bluegray-800\/80:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.8);
}
.focus\:ring-bluegray-800\/85:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.85);
}
.focus\:ring-bluegray-800\/90:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.9);
}
.focus\:ring-bluegray-800\/95:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.95);
}
.focus\:ring-bluegray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}
.focus\:ring-bluegray-900\/0:focus {
    --tw-ring-color: rgba(15, 23, 42, 0);
}
.focus\:ring-bluegray-900\/10:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.1);
}
.focus\:ring-bluegray-900\/100:focus {
    --tw-ring-color: #0f172a;
}
.focus\:ring-bluegray-900\/15:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.15);
}
.focus\:ring-bluegray-900\/20:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.2);
}
.focus\:ring-bluegray-900\/25:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.25);
}
.focus\:ring-bluegray-900\/30:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.3);
}
.focus\:ring-bluegray-900\/35:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.35);
}
.focus\:ring-bluegray-900\/40:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.4);
}
.focus\:ring-bluegray-900\/45:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.45);
}
.focus\:ring-bluegray-900\/5:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.05);
}
.focus\:ring-bluegray-900\/50:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.5);
}
.focus\:ring-bluegray-900\/55:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.55);
}
.focus\:ring-bluegray-900\/60:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.6);
}
.focus\:ring-bluegray-900\/65:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.65);
}
.focus\:ring-bluegray-900\/70:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.7);
}
.focus\:ring-bluegray-900\/75:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.75);
}
.focus\:ring-bluegray-900\/80:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.8);
}
.focus\:ring-bluegray-900\/85:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.85);
}
.focus\:ring-bluegray-900\/90:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.9);
}
.focus\:ring-bluegray-900\/95:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.95);
}
.focus\:ring-coolgray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-100\/0:focus {
    --tw-ring-color: rgba(243, 244, 246, 0);
}
.focus\:ring-coolgray-100\/10:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.1);
}
.focus\:ring-coolgray-100\/100:focus {
    --tw-ring-color: #f3f4f6;
}
.focus\:ring-coolgray-100\/15:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.15);
}
.focus\:ring-coolgray-100\/20:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.2);
}
.focus\:ring-coolgray-100\/25:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.25);
}
.focus\:ring-coolgray-100\/30:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.3);
}
.focus\:ring-coolgray-100\/35:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.35);
}
.focus\:ring-coolgray-100\/40:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.4);
}
.focus\:ring-coolgray-100\/45:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.45);
}
.focus\:ring-coolgray-100\/5:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.05);
}
.focus\:ring-coolgray-100\/50:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.5);
}
.focus\:ring-coolgray-100\/55:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.55);
}
.focus\:ring-coolgray-100\/60:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.6);
}
.focus\:ring-coolgray-100\/65:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.65);
}
.focus\:ring-coolgray-100\/70:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.7);
}
.focus\:ring-coolgray-100\/75:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.75);
}
.focus\:ring-coolgray-100\/80:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.8);
}
.focus\:ring-coolgray-100\/85:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.85);
}
.focus\:ring-coolgray-100\/90:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.9);
}
.focus\:ring-coolgray-100\/95:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.95);
}
.focus\:ring-coolgray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-200\/0:focus {
    --tw-ring-color: rgba(229, 231, 235, 0);
}
.focus\:ring-coolgray-200\/10:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.1);
}
.focus\:ring-coolgray-200\/100:focus {
    --tw-ring-color: #e5e7eb;
}
.focus\:ring-coolgray-200\/15:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.15);
}
.focus\:ring-coolgray-200\/20:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.2);
}
.focus\:ring-coolgray-200\/25:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.25);
}
.focus\:ring-coolgray-200\/30:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.3);
}
.focus\:ring-coolgray-200\/35:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.35);
}
.focus\:ring-coolgray-200\/40:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.4);
}
.focus\:ring-coolgray-200\/45:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.45);
}
.focus\:ring-coolgray-200\/5:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.05);
}
.focus\:ring-coolgray-200\/50:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.5);
}
.focus\:ring-coolgray-200\/55:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.55);
}
.focus\:ring-coolgray-200\/60:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.6);
}
.focus\:ring-coolgray-200\/65:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.65);
}
.focus\:ring-coolgray-200\/70:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.7);
}
.focus\:ring-coolgray-200\/75:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.75);
}
.focus\:ring-coolgray-200\/80:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.8);
}
.focus\:ring-coolgray-200\/85:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.85);
}
.focus\:ring-coolgray-200\/90:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.9);
}
.focus\:ring-coolgray-200\/95:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.95);
}
.focus\:ring-coolgray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-300\/0:focus {
    --tw-ring-color: rgba(209, 213, 219, 0);
}
.focus\:ring-coolgray-300\/10:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.1);
}
.focus\:ring-coolgray-300\/100:focus {
    --tw-ring-color: #d1d5db;
}
.focus\:ring-coolgray-300\/15:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.15);
}
.focus\:ring-coolgray-300\/20:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.2);
}
.focus\:ring-coolgray-300\/25:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.25);
}
.focus\:ring-coolgray-300\/30:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.3);
}
.focus\:ring-coolgray-300\/35:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.35);
}
.focus\:ring-coolgray-300\/40:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.4);
}
.focus\:ring-coolgray-300\/45:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.45);
}
.focus\:ring-coolgray-300\/5:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.05);
}
.focus\:ring-coolgray-300\/50:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.5);
}
.focus\:ring-coolgray-300\/55:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.55);
}
.focus\:ring-coolgray-300\/60:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.6);
}
.focus\:ring-coolgray-300\/65:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.65);
}
.focus\:ring-coolgray-300\/70:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.7);
}
.focus\:ring-coolgray-300\/75:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.75);
}
.focus\:ring-coolgray-300\/80:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.8);
}
.focus\:ring-coolgray-300\/85:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.85);
}
.focus\:ring-coolgray-300\/90:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.9);
}
.focus\:ring-coolgray-300\/95:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.95);
}
.focus\:ring-coolgray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-400\/0:focus {
    --tw-ring-color: rgba(156, 163, 175, 0);
}
.focus\:ring-coolgray-400\/10:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.1);
}
.focus\:ring-coolgray-400\/100:focus {
    --tw-ring-color: #9ca3af;
}
.focus\:ring-coolgray-400\/15:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.15);
}
.focus\:ring-coolgray-400\/20:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.2);
}
.focus\:ring-coolgray-400\/25:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.25);
}
.focus\:ring-coolgray-400\/30:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.3);
}
.focus\:ring-coolgray-400\/35:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.35);
}
.focus\:ring-coolgray-400\/40:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.4);
}
.focus\:ring-coolgray-400\/45:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.45);
}
.focus\:ring-coolgray-400\/5:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.05);
}
.focus\:ring-coolgray-400\/50:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.5);
}
.focus\:ring-coolgray-400\/55:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.55);
}
.focus\:ring-coolgray-400\/60:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.6);
}
.focus\:ring-coolgray-400\/65:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.65);
}
.focus\:ring-coolgray-400\/70:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.7);
}
.focus\:ring-coolgray-400\/75:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.75);
}
.focus\:ring-coolgray-400\/80:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.8);
}
.focus\:ring-coolgray-400\/85:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.85);
}
.focus\:ring-coolgray-400\/90:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.9);
}
.focus\:ring-coolgray-400\/95:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.95);
}
.focus\:ring-coolgray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-50\/0:focus {
    --tw-ring-color: rgba(249, 250, 251, 0);
}
.focus\:ring-coolgray-50\/10:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.1);
}
.focus\:ring-coolgray-50\/100:focus {
    --tw-ring-color: #f9fafb;
}
.focus\:ring-coolgray-50\/15:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.15);
}
.focus\:ring-coolgray-50\/20:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.2);
}
.focus\:ring-coolgray-50\/25:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.25);
}
.focus\:ring-coolgray-50\/30:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.3);
}
.focus\:ring-coolgray-50\/35:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.35);
}
.focus\:ring-coolgray-50\/40:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.4);
}
.focus\:ring-coolgray-50\/45:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.45);
}
.focus\:ring-coolgray-50\/5:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.05);
}
.focus\:ring-coolgray-50\/50:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.5);
}
.focus\:ring-coolgray-50\/55:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.55);
}
.focus\:ring-coolgray-50\/60:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.6);
}
.focus\:ring-coolgray-50\/65:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.65);
}
.focus\:ring-coolgray-50\/70:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.7);
}
.focus\:ring-coolgray-50\/75:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.75);
}
.focus\:ring-coolgray-50\/80:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.8);
}
.focus\:ring-coolgray-50\/85:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.85);
}
.focus\:ring-coolgray-50\/90:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.9);
}
.focus\:ring-coolgray-50\/95:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.95);
}
.focus\:ring-coolgray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-500\/0:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0);
}
.focus\:ring-coolgray-500\/10:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.1);
}
.focus\:ring-coolgray-500\/100:focus {
    --tw-ring-color: #6b7280;
}
.focus\:ring-coolgray-500\/15:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.15);
}
.focus\:ring-coolgray-500\/20:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.2);
}
.focus\:ring-coolgray-500\/25:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.25);
}
.focus\:ring-coolgray-500\/30:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.3);
}
.focus\:ring-coolgray-500\/35:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.35);
}
.focus\:ring-coolgray-500\/40:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.4);
}
.focus\:ring-coolgray-500\/45:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.45);
}
.focus\:ring-coolgray-500\/5:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.05);
}
.focus\:ring-coolgray-500\/50:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.5);
}
.focus\:ring-coolgray-500\/55:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.55);
}
.focus\:ring-coolgray-500\/60:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.6);
}
.focus\:ring-coolgray-500\/65:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.65);
}
.focus\:ring-coolgray-500\/70:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.7);
}
.focus\:ring-coolgray-500\/75:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.75);
}
.focus\:ring-coolgray-500\/80:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.8);
}
.focus\:ring-coolgray-500\/85:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.85);
}
.focus\:ring-coolgray-500\/90:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.9);
}
.focus\:ring-coolgray-500\/95:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.95);
}
.focus\:ring-coolgray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-600\/0:focus {
    --tw-ring-color: rgba(75, 85, 99, 0);
}
.focus\:ring-coolgray-600\/10:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.1);
}
.focus\:ring-coolgray-600\/100:focus {
    --tw-ring-color: #4b5563;
}
.focus\:ring-coolgray-600\/15:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.15);
}
.focus\:ring-coolgray-600\/20:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.2);
}
.focus\:ring-coolgray-600\/25:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.25);
}
.focus\:ring-coolgray-600\/30:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.3);
}
.focus\:ring-coolgray-600\/35:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.35);
}
.focus\:ring-coolgray-600\/40:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.4);
}
.focus\:ring-coolgray-600\/45:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.45);
}
.focus\:ring-coolgray-600\/5:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.05);
}
.focus\:ring-coolgray-600\/50:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.5);
}
.focus\:ring-coolgray-600\/55:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.55);
}
.focus\:ring-coolgray-600\/60:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.6);
}
.focus\:ring-coolgray-600\/65:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.65);
}
.focus\:ring-coolgray-600\/70:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.7);
}
.focus\:ring-coolgray-600\/75:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.75);
}
.focus\:ring-coolgray-600\/80:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.8);
}
.focus\:ring-coolgray-600\/85:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.85);
}
.focus\:ring-coolgray-600\/90:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.9);
}
.focus\:ring-coolgray-600\/95:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.95);
}
.focus\:ring-coolgray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-700\/0:focus {
    --tw-ring-color: rgba(55, 65, 81, 0);
}
.focus\:ring-coolgray-700\/10:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.1);
}
.focus\:ring-coolgray-700\/100:focus {
    --tw-ring-color: #374151;
}
.focus\:ring-coolgray-700\/15:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.15);
}
.focus\:ring-coolgray-700\/20:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.2);
}
.focus\:ring-coolgray-700\/25:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.25);
}
.focus\:ring-coolgray-700\/30:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.3);
}
.focus\:ring-coolgray-700\/35:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.35);
}
.focus\:ring-coolgray-700\/40:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.4);
}
.focus\:ring-coolgray-700\/45:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.45);
}
.focus\:ring-coolgray-700\/5:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.05);
}
.focus\:ring-coolgray-700\/50:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.5);
}
.focus\:ring-coolgray-700\/55:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.55);
}
.focus\:ring-coolgray-700\/60:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.6);
}
.focus\:ring-coolgray-700\/65:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.65);
}
.focus\:ring-coolgray-700\/70:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.7);
}
.focus\:ring-coolgray-700\/75:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.75);
}
.focus\:ring-coolgray-700\/80:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.8);
}
.focus\:ring-coolgray-700\/85:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.85);
}
.focus\:ring-coolgray-700\/90:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.9);
}
.focus\:ring-coolgray-700\/95:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.95);
}
.focus\:ring-coolgray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-800\/0:focus {
    --tw-ring-color: rgba(31, 41, 55, 0);
}
.focus\:ring-coolgray-800\/10:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.1);
}
.focus\:ring-coolgray-800\/100:focus {
    --tw-ring-color: #1f2937;
}
.focus\:ring-coolgray-800\/15:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.15);
}
.focus\:ring-coolgray-800\/20:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.2);
}
.focus\:ring-coolgray-800\/25:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.25);
}
.focus\:ring-coolgray-800\/30:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.3);
}
.focus\:ring-coolgray-800\/35:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.35);
}
.focus\:ring-coolgray-800\/40:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.4);
}
.focus\:ring-coolgray-800\/45:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.45);
}
.focus\:ring-coolgray-800\/5:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.05);
}
.focus\:ring-coolgray-800\/50:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.5);
}
.focus\:ring-coolgray-800\/55:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.55);
}
.focus\:ring-coolgray-800\/60:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.6);
}
.focus\:ring-coolgray-800\/65:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.65);
}
.focus\:ring-coolgray-800\/70:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.7);
}
.focus\:ring-coolgray-800\/75:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.75);
}
.focus\:ring-coolgray-800\/80:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.8);
}
.focus\:ring-coolgray-800\/85:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.85);
}
.focus\:ring-coolgray-800\/90:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.9);
}
.focus\:ring-coolgray-800\/95:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.95);
}
.focus\:ring-coolgray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.focus\:ring-coolgray-900\/0:focus {
    --tw-ring-color: rgba(17, 24, 39, 0);
}
.focus\:ring-coolgray-900\/10:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.1);
}
.focus\:ring-coolgray-900\/100:focus {
    --tw-ring-color: #111827;
}
.focus\:ring-coolgray-900\/15:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.15);
}
.focus\:ring-coolgray-900\/20:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.2);
}
.focus\:ring-coolgray-900\/25:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.25);
}
.focus\:ring-coolgray-900\/30:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.3);
}
.focus\:ring-coolgray-900\/35:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.35);
}
.focus\:ring-coolgray-900\/40:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.4);
}
.focus\:ring-coolgray-900\/45:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.45);
}
.focus\:ring-coolgray-900\/5:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.05);
}
.focus\:ring-coolgray-900\/50:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.5);
}
.focus\:ring-coolgray-900\/55:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.55);
}
.focus\:ring-coolgray-900\/60:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.6);
}
.focus\:ring-coolgray-900\/65:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.65);
}
.focus\:ring-coolgray-900\/70:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.7);
}
.focus\:ring-coolgray-900\/75:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.75);
}
.focus\:ring-coolgray-900\/80:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.8);
}
.focus\:ring-coolgray-900\/85:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.85);
}
.focus\:ring-coolgray-900\/90:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.9);
}
.focus\:ring-coolgray-900\/95:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.95);
}
.focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-100\/0:focus {
    --tw-ring-color: rgba(207, 250, 254, 0);
}
.focus\:ring-cyan-100\/10:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.1);
}
.focus\:ring-cyan-100\/100:focus {
    --tw-ring-color: #cffafe;
}
.focus\:ring-cyan-100\/15:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.15);
}
.focus\:ring-cyan-100\/20:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.2);
}
.focus\:ring-cyan-100\/25:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.25);
}
.focus\:ring-cyan-100\/30:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.3);
}
.focus\:ring-cyan-100\/35:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.35);
}
.focus\:ring-cyan-100\/40:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.4);
}
.focus\:ring-cyan-100\/45:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.45);
}
.focus\:ring-cyan-100\/5:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.05);
}
.focus\:ring-cyan-100\/50:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.5);
}
.focus\:ring-cyan-100\/55:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.55);
}
.focus\:ring-cyan-100\/60:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.6);
}
.focus\:ring-cyan-100\/65:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.65);
}
.focus\:ring-cyan-100\/70:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.7);
}
.focus\:ring-cyan-100\/75:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.75);
}
.focus\:ring-cyan-100\/80:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.8);
}
.focus\:ring-cyan-100\/85:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.85);
}
.focus\:ring-cyan-100\/90:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.9);
}
.focus\:ring-cyan-100\/95:focus {
    --tw-ring-color: rgba(207, 250, 254, 0.95);
}
.focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-200\/0:focus {
    --tw-ring-color: rgba(165, 243, 252, 0);
}
.focus\:ring-cyan-200\/10:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.1);
}
.focus\:ring-cyan-200\/100:focus {
    --tw-ring-color: #a5f3fc;
}
.focus\:ring-cyan-200\/15:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.15);
}
.focus\:ring-cyan-200\/20:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.2);
}
.focus\:ring-cyan-200\/25:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.25);
}
.focus\:ring-cyan-200\/30:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.3);
}
.focus\:ring-cyan-200\/35:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.35);
}
.focus\:ring-cyan-200\/40:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.4);
}
.focus\:ring-cyan-200\/45:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.45);
}
.focus\:ring-cyan-200\/5:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.05);
}
.focus\:ring-cyan-200\/50:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.5);
}
.focus\:ring-cyan-200\/55:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.55);
}
.focus\:ring-cyan-200\/60:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.6);
}
.focus\:ring-cyan-200\/65:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.65);
}
.focus\:ring-cyan-200\/70:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.7);
}
.focus\:ring-cyan-200\/75:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.75);
}
.focus\:ring-cyan-200\/80:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.8);
}
.focus\:ring-cyan-200\/85:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.85);
}
.focus\:ring-cyan-200\/90:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.9);
}
.focus\:ring-cyan-200\/95:focus {
    --tw-ring-color: rgba(165, 243, 252, 0.95);
}
.focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-300\/0:focus {
    --tw-ring-color: rgba(103, 232, 249, 0);
}
.focus\:ring-cyan-300\/10:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.1);
}
.focus\:ring-cyan-300\/100:focus {
    --tw-ring-color: #67e8f9;
}
.focus\:ring-cyan-300\/15:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.15);
}
.focus\:ring-cyan-300\/20:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.2);
}
.focus\:ring-cyan-300\/25:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.25);
}
.focus\:ring-cyan-300\/30:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.3);
}
.focus\:ring-cyan-300\/35:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.35);
}
.focus\:ring-cyan-300\/40:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.4);
}
.focus\:ring-cyan-300\/45:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.45);
}
.focus\:ring-cyan-300\/5:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.05);
}
.focus\:ring-cyan-300\/50:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.5);
}
.focus\:ring-cyan-300\/55:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.55);
}
.focus\:ring-cyan-300\/60:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.6);
}
.focus\:ring-cyan-300\/65:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.65);
}
.focus\:ring-cyan-300\/70:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.7);
}
.focus\:ring-cyan-300\/75:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.75);
}
.focus\:ring-cyan-300\/80:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.8);
}
.focus\:ring-cyan-300\/85:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.85);
}
.focus\:ring-cyan-300\/90:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.9);
}
.focus\:ring-cyan-300\/95:focus {
    --tw-ring-color: rgba(103, 232, 249, 0.95);
}
.focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-400\/0:focus {
    --tw-ring-color: rgba(34, 211, 238, 0);
}
.focus\:ring-cyan-400\/10:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.1);
}
.focus\:ring-cyan-400\/100:focus {
    --tw-ring-color: #22d3ee;
}
.focus\:ring-cyan-400\/15:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.15);
}
.focus\:ring-cyan-400\/20:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.2);
}
.focus\:ring-cyan-400\/25:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.25);
}
.focus\:ring-cyan-400\/30:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.3);
}
.focus\:ring-cyan-400\/35:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.35);
}
.focus\:ring-cyan-400\/40:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.4);
}
.focus\:ring-cyan-400\/45:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.45);
}
.focus\:ring-cyan-400\/5:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.05);
}
.focus\:ring-cyan-400\/50:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.5);
}
.focus\:ring-cyan-400\/55:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.55);
}
.focus\:ring-cyan-400\/60:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.6);
}
.focus\:ring-cyan-400\/65:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.65);
}
.focus\:ring-cyan-400\/70:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.7);
}
.focus\:ring-cyan-400\/75:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.75);
}
.focus\:ring-cyan-400\/80:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.8);
}
.focus\:ring-cyan-400\/85:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.85);
}
.focus\:ring-cyan-400\/90:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.9);
}
.focus\:ring-cyan-400\/95:focus {
    --tw-ring-color: rgba(34, 211, 238, 0.95);
}
.focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-50\/0:focus {
    --tw-ring-color: rgba(236, 254, 255, 0);
}
.focus\:ring-cyan-50\/10:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.1);
}
.focus\:ring-cyan-50\/100:focus {
    --tw-ring-color: #ecfeff;
}
.focus\:ring-cyan-50\/15:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.15);
}
.focus\:ring-cyan-50\/20:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.2);
}
.focus\:ring-cyan-50\/25:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.25);
}
.focus\:ring-cyan-50\/30:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.3);
}
.focus\:ring-cyan-50\/35:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.35);
}
.focus\:ring-cyan-50\/40:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.4);
}
.focus\:ring-cyan-50\/45:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.45);
}
.focus\:ring-cyan-50\/5:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.05);
}
.focus\:ring-cyan-50\/50:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.5);
}
.focus\:ring-cyan-50\/55:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.55);
}
.focus\:ring-cyan-50\/60:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.6);
}
.focus\:ring-cyan-50\/65:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.65);
}
.focus\:ring-cyan-50\/70:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.7);
}
.focus\:ring-cyan-50\/75:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.75);
}
.focus\:ring-cyan-50\/80:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.8);
}
.focus\:ring-cyan-50\/85:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.85);
}
.focus\:ring-cyan-50\/90:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.9);
}
.focus\:ring-cyan-50\/95:focus {
    --tw-ring-color: rgba(236, 254, 255, 0.95);
}
.focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-500\/0:focus {
    --tw-ring-color: rgba(6, 182, 212, 0);
}
.focus\:ring-cyan-500\/10:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.1);
}
.focus\:ring-cyan-500\/100:focus {
    --tw-ring-color: #06b6d4;
}
.focus\:ring-cyan-500\/15:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.15);
}
.focus\:ring-cyan-500\/20:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.2);
}
.focus\:ring-cyan-500\/25:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.25);
}
.focus\:ring-cyan-500\/30:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.3);
}
.focus\:ring-cyan-500\/35:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.35);
}
.focus\:ring-cyan-500\/40:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.4);
}
.focus\:ring-cyan-500\/45:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.45);
}
.focus\:ring-cyan-500\/5:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.05);
}
.focus\:ring-cyan-500\/50:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.5);
}
.focus\:ring-cyan-500\/55:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.55);
}
.focus\:ring-cyan-500\/60:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.6);
}
.focus\:ring-cyan-500\/65:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.65);
}
.focus\:ring-cyan-500\/70:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.7);
}
.focus\:ring-cyan-500\/75:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.75);
}
.focus\:ring-cyan-500\/80:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.8);
}
.focus\:ring-cyan-500\/85:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.85);
}
.focus\:ring-cyan-500\/90:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.9);
}
.focus\:ring-cyan-500\/95:focus {
    --tw-ring-color: rgba(6, 182, 212, 0.95);
}
.focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-600\/0:focus {
    --tw-ring-color: rgba(8, 145, 178, 0);
}
.focus\:ring-cyan-600\/10:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.1);
}
.focus\:ring-cyan-600\/100:focus {
    --tw-ring-color: #0891b2;
}
.focus\:ring-cyan-600\/15:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.15);
}
.focus\:ring-cyan-600\/20:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.2);
}
.focus\:ring-cyan-600\/25:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.25);
}
.focus\:ring-cyan-600\/30:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.3);
}
.focus\:ring-cyan-600\/35:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.35);
}
.focus\:ring-cyan-600\/40:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.4);
}
.focus\:ring-cyan-600\/45:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.45);
}
.focus\:ring-cyan-600\/5:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.05);
}
.focus\:ring-cyan-600\/50:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.5);
}
.focus\:ring-cyan-600\/55:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.55);
}
.focus\:ring-cyan-600\/60:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.6);
}
.focus\:ring-cyan-600\/65:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.65);
}
.focus\:ring-cyan-600\/70:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.7);
}
.focus\:ring-cyan-600\/75:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.75);
}
.focus\:ring-cyan-600\/80:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.8);
}
.focus\:ring-cyan-600\/85:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.85);
}
.focus\:ring-cyan-600\/90:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.9);
}
.focus\:ring-cyan-600\/95:focus {
    --tw-ring-color: rgba(8, 145, 178, 0.95);
}
.focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-700\/0:focus {
    --tw-ring-color: rgba(14, 116, 144, 0);
}
.focus\:ring-cyan-700\/10:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.1);
}
.focus\:ring-cyan-700\/100:focus {
    --tw-ring-color: #0e7490;
}
.focus\:ring-cyan-700\/15:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.15);
}
.focus\:ring-cyan-700\/20:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.2);
}
.focus\:ring-cyan-700\/25:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.25);
}
.focus\:ring-cyan-700\/30:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.3);
}
.focus\:ring-cyan-700\/35:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.35);
}
.focus\:ring-cyan-700\/40:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.4);
}
.focus\:ring-cyan-700\/45:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.45);
}
.focus\:ring-cyan-700\/5:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.05);
}
.focus\:ring-cyan-700\/50:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.5);
}
.focus\:ring-cyan-700\/55:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.55);
}
.focus\:ring-cyan-700\/60:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.6);
}
.focus\:ring-cyan-700\/65:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.65);
}
.focus\:ring-cyan-700\/70:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.7);
}
.focus\:ring-cyan-700\/75:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.75);
}
.focus\:ring-cyan-700\/80:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.8);
}
.focus\:ring-cyan-700\/85:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.85);
}
.focus\:ring-cyan-700\/90:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.9);
}
.focus\:ring-cyan-700\/95:focus {
    --tw-ring-color: rgba(14, 116, 144, 0.95);
}
.focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-800\/0:focus {
    --tw-ring-color: rgba(21, 94, 117, 0);
}
.focus\:ring-cyan-800\/10:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.1);
}
.focus\:ring-cyan-800\/100:focus {
    --tw-ring-color: #155e75;
}
.focus\:ring-cyan-800\/15:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.15);
}
.focus\:ring-cyan-800\/20:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.2);
}
.focus\:ring-cyan-800\/25:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.25);
}
.focus\:ring-cyan-800\/30:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.3);
}
.focus\:ring-cyan-800\/35:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.35);
}
.focus\:ring-cyan-800\/40:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.4);
}
.focus\:ring-cyan-800\/45:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.45);
}
.focus\:ring-cyan-800\/5:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.05);
}
.focus\:ring-cyan-800\/50:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.5);
}
.focus\:ring-cyan-800\/55:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.55);
}
.focus\:ring-cyan-800\/60:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.6);
}
.focus\:ring-cyan-800\/65:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.65);
}
.focus\:ring-cyan-800\/70:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.7);
}
.focus\:ring-cyan-800\/75:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.75);
}
.focus\:ring-cyan-800\/80:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.8);
}
.focus\:ring-cyan-800\/85:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.85);
}
.focus\:ring-cyan-800\/90:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.9);
}
.focus\:ring-cyan-800\/95:focus {
    --tw-ring-color: rgba(21, 94, 117, 0.95);
}
.focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-900\/0:focus {
    --tw-ring-color: rgba(22, 78, 99, 0);
}
.focus\:ring-cyan-900\/10:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.1);
}
.focus\:ring-cyan-900\/100:focus {
    --tw-ring-color: #164e63;
}
.focus\:ring-cyan-900\/15:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.15);
}
.focus\:ring-cyan-900\/20:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.2);
}
.focus\:ring-cyan-900\/25:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.25);
}
.focus\:ring-cyan-900\/30:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.3);
}
.focus\:ring-cyan-900\/35:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.35);
}
.focus\:ring-cyan-900\/40:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.4);
}
.focus\:ring-cyan-900\/45:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.45);
}
.focus\:ring-cyan-900\/5:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.05);
}
.focus\:ring-cyan-900\/50:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.5);
}
.focus\:ring-cyan-900\/55:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.55);
}
.focus\:ring-cyan-900\/60:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.6);
}
.focus\:ring-cyan-900\/65:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.65);
}
.focus\:ring-cyan-900\/70:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.7);
}
.focus\:ring-cyan-900\/75:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.75);
}
.focus\:ring-cyan-900\/80:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.8);
}
.focus\:ring-cyan-900\/85:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.85);
}
.focus\:ring-cyan-900\/90:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.9);
}
.focus\:ring-cyan-900\/95:focus {
    --tw-ring-color: rgba(22, 78, 99, 0.95);
}
.focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-100\/0:focus {
    --tw-ring-color: rgba(209, 250, 229, 0);
}
.focus\:ring-emerald-100\/10:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.1);
}
.focus\:ring-emerald-100\/100:focus {
    --tw-ring-color: #d1fae5;
}
.focus\:ring-emerald-100\/15:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.15);
}
.focus\:ring-emerald-100\/20:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.2);
}
.focus\:ring-emerald-100\/25:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.25);
}
.focus\:ring-emerald-100\/30:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.3);
}
.focus\:ring-emerald-100\/35:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.35);
}
.focus\:ring-emerald-100\/40:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.4);
}
.focus\:ring-emerald-100\/45:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.45);
}
.focus\:ring-emerald-100\/5:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.05);
}
.focus\:ring-emerald-100\/50:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.5);
}
.focus\:ring-emerald-100\/55:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.55);
}
.focus\:ring-emerald-100\/60:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.6);
}
.focus\:ring-emerald-100\/65:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.65);
}
.focus\:ring-emerald-100\/70:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.7);
}
.focus\:ring-emerald-100\/75:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.75);
}
.focus\:ring-emerald-100\/80:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.8);
}
.focus\:ring-emerald-100\/85:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.85);
}
.focus\:ring-emerald-100\/90:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.9);
}
.focus\:ring-emerald-100\/95:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.95);
}
.focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-200\/0:focus {
    --tw-ring-color: rgba(167, 243, 208, 0);
}
.focus\:ring-emerald-200\/10:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.1);
}
.focus\:ring-emerald-200\/100:focus {
    --tw-ring-color: #a7f3d0;
}
.focus\:ring-emerald-200\/15:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.15);
}
.focus\:ring-emerald-200\/20:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.2);
}
.focus\:ring-emerald-200\/25:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.25);
}
.focus\:ring-emerald-200\/30:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.3);
}
.focus\:ring-emerald-200\/35:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.35);
}
.focus\:ring-emerald-200\/40:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.4);
}
.focus\:ring-emerald-200\/45:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.45);
}
.focus\:ring-emerald-200\/5:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.05);
}
.focus\:ring-emerald-200\/50:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.5);
}
.focus\:ring-emerald-200\/55:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.55);
}
.focus\:ring-emerald-200\/60:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.6);
}
.focus\:ring-emerald-200\/65:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.65);
}
.focus\:ring-emerald-200\/70:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.7);
}
.focus\:ring-emerald-200\/75:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.75);
}
.focus\:ring-emerald-200\/80:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.8);
}
.focus\:ring-emerald-200\/85:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.85);
}
.focus\:ring-emerald-200\/90:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.9);
}
.focus\:ring-emerald-200\/95:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.95);
}
.focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-300\/0:focus {
    --tw-ring-color: rgba(110, 231, 183, 0);
}
.focus\:ring-emerald-300\/10:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.1);
}
.focus\:ring-emerald-300\/100:focus {
    --tw-ring-color: #6ee7b7;
}
.focus\:ring-emerald-300\/15:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.15);
}
.focus\:ring-emerald-300\/20:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.2);
}
.focus\:ring-emerald-300\/25:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.25);
}
.focus\:ring-emerald-300\/30:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.3);
}
.focus\:ring-emerald-300\/35:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.35);
}
.focus\:ring-emerald-300\/40:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.4);
}
.focus\:ring-emerald-300\/45:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.45);
}
.focus\:ring-emerald-300\/5:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.05);
}
.focus\:ring-emerald-300\/50:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.5);
}
.focus\:ring-emerald-300\/55:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.55);
}
.focus\:ring-emerald-300\/60:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.6);
}
.focus\:ring-emerald-300\/65:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.65);
}
.focus\:ring-emerald-300\/70:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.7);
}
.focus\:ring-emerald-300\/75:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.75);
}
.focus\:ring-emerald-300\/80:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.8);
}
.focus\:ring-emerald-300\/85:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.85);
}
.focus\:ring-emerald-300\/90:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.9);
}
.focus\:ring-emerald-300\/95:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.95);
}
.focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-400\/0:focus {
    --tw-ring-color: rgba(52, 211, 153, 0);
}
.focus\:ring-emerald-400\/10:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.1);
}
.focus\:ring-emerald-400\/100:focus {
    --tw-ring-color: #34d399;
}
.focus\:ring-emerald-400\/15:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.15);
}
.focus\:ring-emerald-400\/20:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.2);
}
.focus\:ring-emerald-400\/25:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.25);
}
.focus\:ring-emerald-400\/30:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.3);
}
.focus\:ring-emerald-400\/35:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.35);
}
.focus\:ring-emerald-400\/40:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.4);
}
.focus\:ring-emerald-400\/45:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.45);
}
.focus\:ring-emerald-400\/5:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.05);
}
.focus\:ring-emerald-400\/50:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.5);
}
.focus\:ring-emerald-400\/55:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.55);
}
.focus\:ring-emerald-400\/60:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.6);
}
.focus\:ring-emerald-400\/65:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.65);
}
.focus\:ring-emerald-400\/70:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.7);
}
.focus\:ring-emerald-400\/75:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.75);
}
.focus\:ring-emerald-400\/80:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.8);
}
.focus\:ring-emerald-400\/85:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.85);
}
.focus\:ring-emerald-400\/90:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.9);
}
.focus\:ring-emerald-400\/95:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.95);
}
.focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-50\/0:focus {
    --tw-ring-color: rgba(236, 253, 245, 0);
}
.focus\:ring-emerald-50\/10:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.1);
}
.focus\:ring-emerald-50\/100:focus {
    --tw-ring-color: #ecfdf5;
}
.focus\:ring-emerald-50\/15:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.15);
}
.focus\:ring-emerald-50\/20:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.2);
}
.focus\:ring-emerald-50\/25:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.25);
}
.focus\:ring-emerald-50\/30:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.3);
}
.focus\:ring-emerald-50\/35:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.35);
}
.focus\:ring-emerald-50\/40:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.4);
}
.focus\:ring-emerald-50\/45:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.45);
}
.focus\:ring-emerald-50\/5:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.05);
}
.focus\:ring-emerald-50\/50:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.5);
}
.focus\:ring-emerald-50\/55:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.55);
}
.focus\:ring-emerald-50\/60:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.6);
}
.focus\:ring-emerald-50\/65:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.65);
}
.focus\:ring-emerald-50\/70:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.7);
}
.focus\:ring-emerald-50\/75:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.75);
}
.focus\:ring-emerald-50\/80:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.8);
}
.focus\:ring-emerald-50\/85:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.85);
}
.focus\:ring-emerald-50\/90:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.9);
}
.focus\:ring-emerald-50\/95:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.95);
}
.focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-500\/0:focus {
    --tw-ring-color: rgba(16, 185, 129, 0);
}
.focus\:ring-emerald-500\/10:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.1);
}
.focus\:ring-emerald-500\/100:focus {
    --tw-ring-color: #10b981;
}
.focus\:ring-emerald-500\/15:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.15);
}
.focus\:ring-emerald-500\/20:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.2);
}
.focus\:ring-emerald-500\/25:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.25);
}
.focus\:ring-emerald-500\/30:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.3);
}
.focus\:ring-emerald-500\/35:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.35);
}
.focus\:ring-emerald-500\/40:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.4);
}
.focus\:ring-emerald-500\/45:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.45);
}
.focus\:ring-emerald-500\/5:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.05);
}
.focus\:ring-emerald-500\/50:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.5);
}
.focus\:ring-emerald-500\/55:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.55);
}
.focus\:ring-emerald-500\/60:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.6);
}
.focus\:ring-emerald-500\/65:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.65);
}
.focus\:ring-emerald-500\/70:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.7);
}
.focus\:ring-emerald-500\/75:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.75);
}
.focus\:ring-emerald-500\/80:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.8);
}
.focus\:ring-emerald-500\/85:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.85);
}
.focus\:ring-emerald-500\/90:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.9);
}
.focus\:ring-emerald-500\/95:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.95);
}
.focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-600\/0:focus {
    --tw-ring-color: rgba(5, 150, 105, 0);
}
.focus\:ring-emerald-600\/10:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.1);
}
.focus\:ring-emerald-600\/100:focus {
    --tw-ring-color: #059669;
}
.focus\:ring-emerald-600\/15:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.15);
}
.focus\:ring-emerald-600\/20:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.2);
}
.focus\:ring-emerald-600\/25:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.25);
}
.focus\:ring-emerald-600\/30:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.3);
}
.focus\:ring-emerald-600\/35:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.35);
}
.focus\:ring-emerald-600\/40:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.4);
}
.focus\:ring-emerald-600\/45:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.45);
}
.focus\:ring-emerald-600\/5:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.05);
}
.focus\:ring-emerald-600\/50:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.5);
}
.focus\:ring-emerald-600\/55:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.55);
}
.focus\:ring-emerald-600\/60:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.6);
}
.focus\:ring-emerald-600\/65:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.65);
}
.focus\:ring-emerald-600\/70:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.7);
}
.focus\:ring-emerald-600\/75:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.75);
}
.focus\:ring-emerald-600\/80:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.8);
}
.focus\:ring-emerald-600\/85:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.85);
}
.focus\:ring-emerald-600\/90:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.9);
}
.focus\:ring-emerald-600\/95:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.95);
}
.focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-700\/0:focus {
    --tw-ring-color: rgba(4, 120, 87, 0);
}
.focus\:ring-emerald-700\/10:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.1);
}
.focus\:ring-emerald-700\/100:focus {
    --tw-ring-color: #047857;
}
.focus\:ring-emerald-700\/15:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.15);
}
.focus\:ring-emerald-700\/20:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.2);
}
.focus\:ring-emerald-700\/25:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.25);
}
.focus\:ring-emerald-700\/30:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.3);
}
.focus\:ring-emerald-700\/35:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.35);
}
.focus\:ring-emerald-700\/40:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.4);
}
.focus\:ring-emerald-700\/45:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.45);
}
.focus\:ring-emerald-700\/5:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.05);
}
.focus\:ring-emerald-700\/50:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.5);
}
.focus\:ring-emerald-700\/55:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.55);
}
.focus\:ring-emerald-700\/60:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.6);
}
.focus\:ring-emerald-700\/65:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.65);
}
.focus\:ring-emerald-700\/70:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.7);
}
.focus\:ring-emerald-700\/75:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.75);
}
.focus\:ring-emerald-700\/80:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.8);
}
.focus\:ring-emerald-700\/85:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.85);
}
.focus\:ring-emerald-700\/90:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.9);
}
.focus\:ring-emerald-700\/95:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.95);
}
.focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-800\/0:focus {
    --tw-ring-color: rgba(6, 95, 70, 0);
}
.focus\:ring-emerald-800\/10:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.1);
}
.focus\:ring-emerald-800\/100:focus {
    --tw-ring-color: #065f46;
}
.focus\:ring-emerald-800\/15:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.15);
}
.focus\:ring-emerald-800\/20:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.2);
}
.focus\:ring-emerald-800\/25:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.25);
}
.focus\:ring-emerald-800\/30:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.3);
}
.focus\:ring-emerald-800\/35:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.35);
}
.focus\:ring-emerald-800\/40:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.4);
}
.focus\:ring-emerald-800\/45:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.45);
}
.focus\:ring-emerald-800\/5:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.05);
}
.focus\:ring-emerald-800\/50:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.5);
}
.focus\:ring-emerald-800\/55:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.55);
}
.focus\:ring-emerald-800\/60:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.6);
}
.focus\:ring-emerald-800\/65:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.65);
}
.focus\:ring-emerald-800\/70:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.7);
}
.focus\:ring-emerald-800\/75:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.75);
}
.focus\:ring-emerald-800\/80:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.8);
}
.focus\:ring-emerald-800\/85:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.85);
}
.focus\:ring-emerald-800\/90:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.9);
}
.focus\:ring-emerald-800\/95:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.95);
}
.focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-900\/0:focus {
    --tw-ring-color: rgba(6, 78, 59, 0);
}
.focus\:ring-emerald-900\/10:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.1);
}
.focus\:ring-emerald-900\/100:focus {
    --tw-ring-color: #064e3b;
}
.focus\:ring-emerald-900\/15:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.15);
}
.focus\:ring-emerald-900\/20:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.2);
}
.focus\:ring-emerald-900\/25:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.25);
}
.focus\:ring-emerald-900\/30:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.3);
}
.focus\:ring-emerald-900\/35:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.35);
}
.focus\:ring-emerald-900\/40:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.4);
}
.focus\:ring-emerald-900\/45:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.45);
}
.focus\:ring-emerald-900\/5:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.05);
}
.focus\:ring-emerald-900\/50:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.5);
}
.focus\:ring-emerald-900\/55:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.55);
}
.focus\:ring-emerald-900\/60:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.6);
}
.focus\:ring-emerald-900\/65:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.65);
}
.focus\:ring-emerald-900\/70:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.7);
}
.focus\:ring-emerald-900\/75:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.75);
}
.focus\:ring-emerald-900\/80:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.8);
}
.focus\:ring-emerald-900\/85:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.85);
}
.focus\:ring-emerald-900\/90:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.9);
}
.focus\:ring-emerald-900\/95:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.95);
}
.focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-100\/0:focus {
    --tw-ring-color: rgba(250, 232, 255, 0);
}
.focus\:ring-fuchsia-100\/10:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.1);
}
.focus\:ring-fuchsia-100\/100:focus {
    --tw-ring-color: #fae8ff;
}
.focus\:ring-fuchsia-100\/15:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.15);
}
.focus\:ring-fuchsia-100\/20:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.2);
}
.focus\:ring-fuchsia-100\/25:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.25);
}
.focus\:ring-fuchsia-100\/30:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.3);
}
.focus\:ring-fuchsia-100\/35:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.35);
}
.focus\:ring-fuchsia-100\/40:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.4);
}
.focus\:ring-fuchsia-100\/45:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.45);
}
.focus\:ring-fuchsia-100\/5:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.05);
}
.focus\:ring-fuchsia-100\/50:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.5);
}
.focus\:ring-fuchsia-100\/55:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.55);
}
.focus\:ring-fuchsia-100\/60:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.6);
}
.focus\:ring-fuchsia-100\/65:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.65);
}
.focus\:ring-fuchsia-100\/70:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.7);
}
.focus\:ring-fuchsia-100\/75:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.75);
}
.focus\:ring-fuchsia-100\/80:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.8);
}
.focus\:ring-fuchsia-100\/85:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.85);
}
.focus\:ring-fuchsia-100\/90:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.9);
}
.focus\:ring-fuchsia-100\/95:focus {
    --tw-ring-color: rgba(250, 232, 255, 0.95);
}
.focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-200\/0:focus {
    --tw-ring-color: rgba(245, 208, 254, 0);
}
.focus\:ring-fuchsia-200\/10:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.1);
}
.focus\:ring-fuchsia-200\/100:focus {
    --tw-ring-color: #f5d0fe;
}
.focus\:ring-fuchsia-200\/15:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.15);
}
.focus\:ring-fuchsia-200\/20:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.2);
}
.focus\:ring-fuchsia-200\/25:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.25);
}
.focus\:ring-fuchsia-200\/30:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.3);
}
.focus\:ring-fuchsia-200\/35:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.35);
}
.focus\:ring-fuchsia-200\/40:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.4);
}
.focus\:ring-fuchsia-200\/45:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.45);
}
.focus\:ring-fuchsia-200\/5:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.05);
}
.focus\:ring-fuchsia-200\/50:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.5);
}
.focus\:ring-fuchsia-200\/55:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.55);
}
.focus\:ring-fuchsia-200\/60:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.6);
}
.focus\:ring-fuchsia-200\/65:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.65);
}
.focus\:ring-fuchsia-200\/70:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.7);
}
.focus\:ring-fuchsia-200\/75:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.75);
}
.focus\:ring-fuchsia-200\/80:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.8);
}
.focus\:ring-fuchsia-200\/85:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.85);
}
.focus\:ring-fuchsia-200\/90:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.9);
}
.focus\:ring-fuchsia-200\/95:focus {
    --tw-ring-color: rgba(245, 208, 254, 0.95);
}
.focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-300\/0:focus {
    --tw-ring-color: rgba(240, 171, 252, 0);
}
.focus\:ring-fuchsia-300\/10:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.1);
}
.focus\:ring-fuchsia-300\/100:focus {
    --tw-ring-color: #f0abfc;
}
.focus\:ring-fuchsia-300\/15:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.15);
}
.focus\:ring-fuchsia-300\/20:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.2);
}
.focus\:ring-fuchsia-300\/25:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.25);
}
.focus\:ring-fuchsia-300\/30:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.3);
}
.focus\:ring-fuchsia-300\/35:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.35);
}
.focus\:ring-fuchsia-300\/40:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.4);
}
.focus\:ring-fuchsia-300\/45:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.45);
}
.focus\:ring-fuchsia-300\/5:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.05);
}
.focus\:ring-fuchsia-300\/50:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.5);
}
.focus\:ring-fuchsia-300\/55:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.55);
}
.focus\:ring-fuchsia-300\/60:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.6);
}
.focus\:ring-fuchsia-300\/65:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.65);
}
.focus\:ring-fuchsia-300\/70:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.7);
}
.focus\:ring-fuchsia-300\/75:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.75);
}
.focus\:ring-fuchsia-300\/80:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.8);
}
.focus\:ring-fuchsia-300\/85:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.85);
}
.focus\:ring-fuchsia-300\/90:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.9);
}
.focus\:ring-fuchsia-300\/95:focus {
    --tw-ring-color: rgba(240, 171, 252, 0.95);
}
.focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-400\/0:focus {
    --tw-ring-color: rgba(232, 121, 249, 0);
}
.focus\:ring-fuchsia-400\/10:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.1);
}
.focus\:ring-fuchsia-400\/100:focus {
    --tw-ring-color: #e879f9;
}
.focus\:ring-fuchsia-400\/15:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.15);
}
.focus\:ring-fuchsia-400\/20:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.2);
}
.focus\:ring-fuchsia-400\/25:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.25);
}
.focus\:ring-fuchsia-400\/30:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.3);
}
.focus\:ring-fuchsia-400\/35:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.35);
}
.focus\:ring-fuchsia-400\/40:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.4);
}
.focus\:ring-fuchsia-400\/45:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.45);
}
.focus\:ring-fuchsia-400\/5:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.05);
}
.focus\:ring-fuchsia-400\/50:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.5);
}
.focus\:ring-fuchsia-400\/55:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.55);
}
.focus\:ring-fuchsia-400\/60:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.6);
}
.focus\:ring-fuchsia-400\/65:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.65);
}
.focus\:ring-fuchsia-400\/70:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.7);
}
.focus\:ring-fuchsia-400\/75:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.75);
}
.focus\:ring-fuchsia-400\/80:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.8);
}
.focus\:ring-fuchsia-400\/85:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.85);
}
.focus\:ring-fuchsia-400\/90:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.9);
}
.focus\:ring-fuchsia-400\/95:focus {
    --tw-ring-color: rgba(232, 121, 249, 0.95);
}
.focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-50\/0:focus {
    --tw-ring-color: rgba(253, 244, 255, 0);
}
.focus\:ring-fuchsia-50\/10:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.1);
}
.focus\:ring-fuchsia-50\/100:focus {
    --tw-ring-color: #fdf4ff;
}
.focus\:ring-fuchsia-50\/15:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.15);
}
.focus\:ring-fuchsia-50\/20:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.2);
}
.focus\:ring-fuchsia-50\/25:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.25);
}
.focus\:ring-fuchsia-50\/30:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.3);
}
.focus\:ring-fuchsia-50\/35:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.35);
}
.focus\:ring-fuchsia-50\/40:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.4);
}
.focus\:ring-fuchsia-50\/45:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.45);
}
.focus\:ring-fuchsia-50\/5:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.05);
}
.focus\:ring-fuchsia-50\/50:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.5);
}
.focus\:ring-fuchsia-50\/55:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.55);
}
.focus\:ring-fuchsia-50\/60:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.6);
}
.focus\:ring-fuchsia-50\/65:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.65);
}
.focus\:ring-fuchsia-50\/70:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.7);
}
.focus\:ring-fuchsia-50\/75:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.75);
}
.focus\:ring-fuchsia-50\/80:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.8);
}
.focus\:ring-fuchsia-50\/85:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.85);
}
.focus\:ring-fuchsia-50\/90:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.9);
}
.focus\:ring-fuchsia-50\/95:focus {
    --tw-ring-color: rgba(253, 244, 255, 0.95);
}
.focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-500\/0:focus {
    --tw-ring-color: rgba(217, 70, 239, 0);
}
.focus\:ring-fuchsia-500\/10:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.1);
}
.focus\:ring-fuchsia-500\/100:focus {
    --tw-ring-color: #d946ef;
}
.focus\:ring-fuchsia-500\/15:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.15);
}
.focus\:ring-fuchsia-500\/20:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.2);
}
.focus\:ring-fuchsia-500\/25:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.25);
}
.focus\:ring-fuchsia-500\/30:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.3);
}
.focus\:ring-fuchsia-500\/35:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.35);
}
.focus\:ring-fuchsia-500\/40:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.4);
}
.focus\:ring-fuchsia-500\/45:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.45);
}
.focus\:ring-fuchsia-500\/5:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.05);
}
.focus\:ring-fuchsia-500\/50:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.5);
}
.focus\:ring-fuchsia-500\/55:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.55);
}
.focus\:ring-fuchsia-500\/60:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.6);
}
.focus\:ring-fuchsia-500\/65:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.65);
}
.focus\:ring-fuchsia-500\/70:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.7);
}
.focus\:ring-fuchsia-500\/75:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.75);
}
.focus\:ring-fuchsia-500\/80:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.8);
}
.focus\:ring-fuchsia-500\/85:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.85);
}
.focus\:ring-fuchsia-500\/90:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.9);
}
.focus\:ring-fuchsia-500\/95:focus {
    --tw-ring-color: rgba(217, 70, 239, 0.95);
}
.focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-600\/0:focus {
    --tw-ring-color: rgba(192, 38, 211, 0);
}
.focus\:ring-fuchsia-600\/10:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.1);
}
.focus\:ring-fuchsia-600\/100:focus {
    --tw-ring-color: #c026d3;
}
.focus\:ring-fuchsia-600\/15:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.15);
}
.focus\:ring-fuchsia-600\/20:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.2);
}
.focus\:ring-fuchsia-600\/25:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.25);
}
.focus\:ring-fuchsia-600\/30:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.3);
}
.focus\:ring-fuchsia-600\/35:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.35);
}
.focus\:ring-fuchsia-600\/40:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.4);
}
.focus\:ring-fuchsia-600\/45:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.45);
}
.focus\:ring-fuchsia-600\/5:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.05);
}
.focus\:ring-fuchsia-600\/50:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.5);
}
.focus\:ring-fuchsia-600\/55:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.55);
}
.focus\:ring-fuchsia-600\/60:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.6);
}
.focus\:ring-fuchsia-600\/65:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.65);
}
.focus\:ring-fuchsia-600\/70:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.7);
}
.focus\:ring-fuchsia-600\/75:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.75);
}
.focus\:ring-fuchsia-600\/80:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.8);
}
.focus\:ring-fuchsia-600\/85:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.85);
}
.focus\:ring-fuchsia-600\/90:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.9);
}
.focus\:ring-fuchsia-600\/95:focus {
    --tw-ring-color: rgba(192, 38, 211, 0.95);
}
.focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-700\/0:focus {
    --tw-ring-color: rgba(162, 28, 175, 0);
}
.focus\:ring-fuchsia-700\/10:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.1);
}
.focus\:ring-fuchsia-700\/100:focus {
    --tw-ring-color: #a21caf;
}
.focus\:ring-fuchsia-700\/15:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.15);
}
.focus\:ring-fuchsia-700\/20:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.2);
}
.focus\:ring-fuchsia-700\/25:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.25);
}
.focus\:ring-fuchsia-700\/30:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.3);
}
.focus\:ring-fuchsia-700\/35:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.35);
}
.focus\:ring-fuchsia-700\/40:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.4);
}
.focus\:ring-fuchsia-700\/45:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.45);
}
.focus\:ring-fuchsia-700\/5:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.05);
}
.focus\:ring-fuchsia-700\/50:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.5);
}
.focus\:ring-fuchsia-700\/55:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.55);
}
.focus\:ring-fuchsia-700\/60:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.6);
}
.focus\:ring-fuchsia-700\/65:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.65);
}
.focus\:ring-fuchsia-700\/70:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.7);
}
.focus\:ring-fuchsia-700\/75:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.75);
}
.focus\:ring-fuchsia-700\/80:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.8);
}
.focus\:ring-fuchsia-700\/85:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.85);
}
.focus\:ring-fuchsia-700\/90:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.9);
}
.focus\:ring-fuchsia-700\/95:focus {
    --tw-ring-color: rgba(162, 28, 175, 0.95);
}
.focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-800\/0:focus {
    --tw-ring-color: rgba(134, 25, 143, 0);
}
.focus\:ring-fuchsia-800\/10:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.1);
}
.focus\:ring-fuchsia-800\/100:focus {
    --tw-ring-color: #86198f;
}
.focus\:ring-fuchsia-800\/15:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.15);
}
.focus\:ring-fuchsia-800\/20:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.2);
}
.focus\:ring-fuchsia-800\/25:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.25);
}
.focus\:ring-fuchsia-800\/30:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.3);
}
.focus\:ring-fuchsia-800\/35:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.35);
}
.focus\:ring-fuchsia-800\/40:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.4);
}
.focus\:ring-fuchsia-800\/45:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.45);
}
.focus\:ring-fuchsia-800\/5:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.05);
}
.focus\:ring-fuchsia-800\/50:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.5);
}
.focus\:ring-fuchsia-800\/55:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.55);
}
.focus\:ring-fuchsia-800\/60:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.6);
}
.focus\:ring-fuchsia-800\/65:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.65);
}
.focus\:ring-fuchsia-800\/70:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.7);
}
.focus\:ring-fuchsia-800\/75:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.75);
}
.focus\:ring-fuchsia-800\/80:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.8);
}
.focus\:ring-fuchsia-800\/85:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.85);
}
.focus\:ring-fuchsia-800\/90:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.9);
}
.focus\:ring-fuchsia-800\/95:focus {
    --tw-ring-color: rgba(134, 25, 143, 0.95);
}
.focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-900\/0:focus {
    --tw-ring-color: rgba(112, 26, 117, 0);
}
.focus\:ring-fuchsia-900\/10:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.1);
}
.focus\:ring-fuchsia-900\/100:focus {
    --tw-ring-color: #701a75;
}
.focus\:ring-fuchsia-900\/15:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.15);
}
.focus\:ring-fuchsia-900\/20:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.2);
}
.focus\:ring-fuchsia-900\/25:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.25);
}
.focus\:ring-fuchsia-900\/30:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.3);
}
.focus\:ring-fuchsia-900\/35:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.35);
}
.focus\:ring-fuchsia-900\/40:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.4);
}
.focus\:ring-fuchsia-900\/45:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.45);
}
.focus\:ring-fuchsia-900\/5:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.05);
}
.focus\:ring-fuchsia-900\/50:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.5);
}
.focus\:ring-fuchsia-900\/55:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.55);
}
.focus\:ring-fuchsia-900\/60:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.6);
}
.focus\:ring-fuchsia-900\/65:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.65);
}
.focus\:ring-fuchsia-900\/70:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.7);
}
.focus\:ring-fuchsia-900\/75:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.75);
}
.focus\:ring-fuchsia-900\/80:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.8);
}
.focus\:ring-fuchsia-900\/85:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.85);
}
.focus\:ring-fuchsia-900\/90:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.9);
}
.focus\:ring-fuchsia-900\/95:focus {
    --tw-ring-color: rgba(112, 26, 117, 0.95);
}
.focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-100\/0:focus {
    --tw-ring-color: rgba(243, 244, 246, 0);
}
.focus\:ring-gray-100\/10:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.1);
}
.focus\:ring-gray-100\/100:focus {
    --tw-ring-color: #f3f4f6;
}
.focus\:ring-gray-100\/15:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.15);
}
.focus\:ring-gray-100\/20:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.2);
}
.focus\:ring-gray-100\/25:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.25);
}
.focus\:ring-gray-100\/30:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.3);
}
.focus\:ring-gray-100\/35:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.35);
}
.focus\:ring-gray-100\/40:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.4);
}
.focus\:ring-gray-100\/45:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.45);
}
.focus\:ring-gray-100\/5:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.05);
}
.focus\:ring-gray-100\/50:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.5);
}
.focus\:ring-gray-100\/55:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.55);
}
.focus\:ring-gray-100\/60:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.6);
}
.focus\:ring-gray-100\/65:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.65);
}
.focus\:ring-gray-100\/70:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.7);
}
.focus\:ring-gray-100\/75:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.75);
}
.focus\:ring-gray-100\/80:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.8);
}
.focus\:ring-gray-100\/85:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.85);
}
.focus\:ring-gray-100\/90:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.9);
}
.focus\:ring-gray-100\/95:focus {
    --tw-ring-color: rgba(243, 244, 246, 0.95);
}
.focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-200\/0:focus {
    --tw-ring-color: rgba(229, 231, 235, 0);
}
.focus\:ring-gray-200\/10:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.1);
}
.focus\:ring-gray-200\/100:focus {
    --tw-ring-color: #e5e7eb;
}
.focus\:ring-gray-200\/15:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.15);
}
.focus\:ring-gray-200\/20:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.2);
}
.focus\:ring-gray-200\/25:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.25);
}
.focus\:ring-gray-200\/30:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.3);
}
.focus\:ring-gray-200\/35:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.35);
}
.focus\:ring-gray-200\/40:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.4);
}
.focus\:ring-gray-200\/45:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.45);
}
.focus\:ring-gray-200\/5:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.05);
}
.focus\:ring-gray-200\/50:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.5);
}
.focus\:ring-gray-200\/55:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.55);
}
.focus\:ring-gray-200\/60:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.6);
}
.focus\:ring-gray-200\/65:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.65);
}
.focus\:ring-gray-200\/70:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.7);
}
.focus\:ring-gray-200\/75:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.75);
}
.focus\:ring-gray-200\/80:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.8);
}
.focus\:ring-gray-200\/85:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.85);
}
.focus\:ring-gray-200\/90:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.9);
}
.focus\:ring-gray-200\/95:focus {
    --tw-ring-color: rgba(229, 231, 235, 0.95);
}
.focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-300\/0:focus {
    --tw-ring-color: rgba(209, 213, 219, 0);
}
.focus\:ring-gray-300\/10:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.1);
}
.focus\:ring-gray-300\/100:focus {
    --tw-ring-color: #d1d5db;
}
.focus\:ring-gray-300\/15:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.15);
}
.focus\:ring-gray-300\/20:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.2);
}
.focus\:ring-gray-300\/25:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.25);
}
.focus\:ring-gray-300\/30:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.3);
}
.focus\:ring-gray-300\/35:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.35);
}
.focus\:ring-gray-300\/40:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.4);
}
.focus\:ring-gray-300\/45:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.45);
}
.focus\:ring-gray-300\/5:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.05);
}
.focus\:ring-gray-300\/50:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.5);
}
.focus\:ring-gray-300\/55:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.55);
}
.focus\:ring-gray-300\/60:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.6);
}
.focus\:ring-gray-300\/65:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.65);
}
.focus\:ring-gray-300\/70:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.7);
}
.focus\:ring-gray-300\/75:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.75);
}
.focus\:ring-gray-300\/80:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.8);
}
.focus\:ring-gray-300\/85:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.85);
}
.focus\:ring-gray-300\/90:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.9);
}
.focus\:ring-gray-300\/95:focus {
    --tw-ring-color: rgba(209, 213, 219, 0.95);
}
.focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-400\/0:focus {
    --tw-ring-color: rgba(156, 163, 175, 0);
}
.focus\:ring-gray-400\/10:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.1);
}
.focus\:ring-gray-400\/100:focus {
    --tw-ring-color: #9ca3af;
}
.focus\:ring-gray-400\/15:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.15);
}
.focus\:ring-gray-400\/20:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.2);
}
.focus\:ring-gray-400\/25:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.25);
}
.focus\:ring-gray-400\/30:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.3);
}
.focus\:ring-gray-400\/35:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.35);
}
.focus\:ring-gray-400\/40:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.4);
}
.focus\:ring-gray-400\/45:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.45);
}
.focus\:ring-gray-400\/5:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.05);
}
.focus\:ring-gray-400\/50:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.5);
}
.focus\:ring-gray-400\/55:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.55);
}
.focus\:ring-gray-400\/60:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.6);
}
.focus\:ring-gray-400\/65:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.65);
}
.focus\:ring-gray-400\/70:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.7);
}
.focus\:ring-gray-400\/75:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.75);
}
.focus\:ring-gray-400\/80:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.8);
}
.focus\:ring-gray-400\/85:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.85);
}
.focus\:ring-gray-400\/90:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.9);
}
.focus\:ring-gray-400\/95:focus {
    --tw-ring-color: rgba(156, 163, 175, 0.95);
}
.focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-50\/0:focus {
    --tw-ring-color: rgba(249, 250, 251, 0);
}
.focus\:ring-gray-50\/10:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.1);
}
.focus\:ring-gray-50\/100:focus {
    --tw-ring-color: #f9fafb;
}
.focus\:ring-gray-50\/15:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.15);
}
.focus\:ring-gray-50\/20:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.2);
}
.focus\:ring-gray-50\/25:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.25);
}
.focus\:ring-gray-50\/30:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.3);
}
.focus\:ring-gray-50\/35:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.35);
}
.focus\:ring-gray-50\/40:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.4);
}
.focus\:ring-gray-50\/45:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.45);
}
.focus\:ring-gray-50\/5:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.05);
}
.focus\:ring-gray-50\/50:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.5);
}
.focus\:ring-gray-50\/55:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.55);
}
.focus\:ring-gray-50\/60:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.6);
}
.focus\:ring-gray-50\/65:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.65);
}
.focus\:ring-gray-50\/70:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.7);
}
.focus\:ring-gray-50\/75:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.75);
}
.focus\:ring-gray-50\/80:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.8);
}
.focus\:ring-gray-50\/85:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.85);
}
.focus\:ring-gray-50\/90:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.9);
}
.focus\:ring-gray-50\/95:focus {
    --tw-ring-color: rgba(249, 250, 251, 0.95);
}
.focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-500\/0:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0);
}
.focus\:ring-gray-500\/10:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.1);
}
.focus\:ring-gray-500\/100:focus {
    --tw-ring-color: #6b7280;
}
.focus\:ring-gray-500\/15:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.15);
}
.focus\:ring-gray-500\/20:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.2);
}
.focus\:ring-gray-500\/25:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.25);
}
.focus\:ring-gray-500\/30:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.3);
}
.focus\:ring-gray-500\/35:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.35);
}
.focus\:ring-gray-500\/40:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.4);
}
.focus\:ring-gray-500\/45:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.45);
}
.focus\:ring-gray-500\/5:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.05);
}
.focus\:ring-gray-500\/50:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.5);
}
.focus\:ring-gray-500\/55:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.55);
}
.focus\:ring-gray-500\/60:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.6);
}
.focus\:ring-gray-500\/65:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.65);
}
.focus\:ring-gray-500\/70:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.7);
}
.focus\:ring-gray-500\/75:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.75);
}
.focus\:ring-gray-500\/80:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.8);
}
.focus\:ring-gray-500\/85:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.85);
}
.focus\:ring-gray-500\/90:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.9);
}
.focus\:ring-gray-500\/95:focus {
    --tw-ring-color: hsla(220, 9%, 46%, 0.95);
}
.focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-600\/0:focus {
    --tw-ring-color: rgba(75, 85, 99, 0);
}
.focus\:ring-gray-600\/10:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.1);
}
.focus\:ring-gray-600\/100:focus {
    --tw-ring-color: #4b5563;
}
.focus\:ring-gray-600\/15:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.15);
}
.focus\:ring-gray-600\/20:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.2);
}
.focus\:ring-gray-600\/25:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.25);
}
.focus\:ring-gray-600\/30:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.3);
}
.focus\:ring-gray-600\/35:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.35);
}
.focus\:ring-gray-600\/40:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.4);
}
.focus\:ring-gray-600\/45:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.45);
}
.focus\:ring-gray-600\/5:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.05);
}
.focus\:ring-gray-600\/50:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.5);
}
.focus\:ring-gray-600\/55:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.55);
}
.focus\:ring-gray-600\/60:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.6);
}
.focus\:ring-gray-600\/65:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.65);
}
.focus\:ring-gray-600\/70:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.7);
}
.focus\:ring-gray-600\/75:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.75);
}
.focus\:ring-gray-600\/80:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.8);
}
.focus\:ring-gray-600\/85:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.85);
}
.focus\:ring-gray-600\/90:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.9);
}
.focus\:ring-gray-600\/95:focus {
    --tw-ring-color: rgba(75, 85, 99, 0.95);
}
.focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-700\/0:focus {
    --tw-ring-color: rgba(55, 65, 81, 0);
}
.focus\:ring-gray-700\/10:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.1);
}
.focus\:ring-gray-700\/100:focus {
    --tw-ring-color: #374151;
}
.focus\:ring-gray-700\/15:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.15);
}
.focus\:ring-gray-700\/20:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.2);
}
.focus\:ring-gray-700\/25:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.25);
}
.focus\:ring-gray-700\/30:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.3);
}
.focus\:ring-gray-700\/35:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.35);
}
.focus\:ring-gray-700\/40:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.4);
}
.focus\:ring-gray-700\/45:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.45);
}
.focus\:ring-gray-700\/5:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.05);
}
.focus\:ring-gray-700\/50:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.5);
}
.focus\:ring-gray-700\/55:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.55);
}
.focus\:ring-gray-700\/60:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.6);
}
.focus\:ring-gray-700\/65:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.65);
}
.focus\:ring-gray-700\/70:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.7);
}
.focus\:ring-gray-700\/75:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.75);
}
.focus\:ring-gray-700\/80:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.8);
}
.focus\:ring-gray-700\/85:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.85);
}
.focus\:ring-gray-700\/90:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.9);
}
.focus\:ring-gray-700\/95:focus {
    --tw-ring-color: rgba(55, 65, 81, 0.95);
}
.focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-800\/0:focus {
    --tw-ring-color: rgba(31, 41, 55, 0);
}
.focus\:ring-gray-800\/10:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.1);
}
.focus\:ring-gray-800\/100:focus {
    --tw-ring-color: #1f2937;
}
.focus\:ring-gray-800\/15:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.15);
}
.focus\:ring-gray-800\/20:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.2);
}
.focus\:ring-gray-800\/25:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.25);
}
.focus\:ring-gray-800\/30:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.3);
}
.focus\:ring-gray-800\/35:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.35);
}
.focus\:ring-gray-800\/40:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.4);
}
.focus\:ring-gray-800\/45:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.45);
}
.focus\:ring-gray-800\/5:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.05);
}
.focus\:ring-gray-800\/50:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.5);
}
.focus\:ring-gray-800\/55:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.55);
}
.focus\:ring-gray-800\/60:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.6);
}
.focus\:ring-gray-800\/65:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.65);
}
.focus\:ring-gray-800\/70:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.7);
}
.focus\:ring-gray-800\/75:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.75);
}
.focus\:ring-gray-800\/80:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.8);
}
.focus\:ring-gray-800\/85:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.85);
}
.focus\:ring-gray-800\/90:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.9);
}
.focus\:ring-gray-800\/95:focus {
    --tw-ring-color: rgba(31, 41, 55, 0.95);
}
.focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-900\/0:focus {
    --tw-ring-color: rgba(17, 24, 39, 0);
}
.focus\:ring-gray-900\/10:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.1);
}
.focus\:ring-gray-900\/100:focus {
    --tw-ring-color: #111827;
}
.focus\:ring-gray-900\/15:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.15);
}
.focus\:ring-gray-900\/20:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.2);
}
.focus\:ring-gray-900\/25:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.25);
}
.focus\:ring-gray-900\/30:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.3);
}
.focus\:ring-gray-900\/35:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.35);
}
.focus\:ring-gray-900\/40:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.4);
}
.focus\:ring-gray-900\/45:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.45);
}
.focus\:ring-gray-900\/5:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.05);
}
.focus\:ring-gray-900\/50:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.5);
}
.focus\:ring-gray-900\/55:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.55);
}
.focus\:ring-gray-900\/60:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.6);
}
.focus\:ring-gray-900\/65:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.65);
}
.focus\:ring-gray-900\/70:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.7);
}
.focus\:ring-gray-900\/75:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.75);
}
.focus\:ring-gray-900\/80:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.8);
}
.focus\:ring-gray-900\/85:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.85);
}
.focus\:ring-gray-900\/90:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.9);
}
.focus\:ring-gray-900\/95:focus {
    --tw-ring-color: rgba(17, 24, 39, 0.95);
}
.focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-100\/0:focus {
    --tw-ring-color: rgba(209, 250, 229, 0);
}
.focus\:ring-green-100\/10:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.1);
}
.focus\:ring-green-100\/100:focus {
    --tw-ring-color: #d1fae5;
}
.focus\:ring-green-100\/15:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.15);
}
.focus\:ring-green-100\/20:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.2);
}
.focus\:ring-green-100\/25:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.25);
}
.focus\:ring-green-100\/30:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.3);
}
.focus\:ring-green-100\/35:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.35);
}
.focus\:ring-green-100\/40:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.4);
}
.focus\:ring-green-100\/45:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.45);
}
.focus\:ring-green-100\/5:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.05);
}
.focus\:ring-green-100\/50:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.5);
}
.focus\:ring-green-100\/55:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.55);
}
.focus\:ring-green-100\/60:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.6);
}
.focus\:ring-green-100\/65:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.65);
}
.focus\:ring-green-100\/70:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.7);
}
.focus\:ring-green-100\/75:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.75);
}
.focus\:ring-green-100\/80:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.8);
}
.focus\:ring-green-100\/85:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.85);
}
.focus\:ring-green-100\/90:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.9);
}
.focus\:ring-green-100\/95:focus {
    --tw-ring-color: rgba(209, 250, 229, 0.95);
}
.focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-200\/0:focus {
    --tw-ring-color: rgba(167, 243, 208, 0);
}
.focus\:ring-green-200\/10:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.1);
}
.focus\:ring-green-200\/100:focus {
    --tw-ring-color: #a7f3d0;
}
.focus\:ring-green-200\/15:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.15);
}
.focus\:ring-green-200\/20:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.2);
}
.focus\:ring-green-200\/25:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.25);
}
.focus\:ring-green-200\/30:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.3);
}
.focus\:ring-green-200\/35:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.35);
}
.focus\:ring-green-200\/40:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.4);
}
.focus\:ring-green-200\/45:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.45);
}
.focus\:ring-green-200\/5:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.05);
}
.focus\:ring-green-200\/50:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.5);
}
.focus\:ring-green-200\/55:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.55);
}
.focus\:ring-green-200\/60:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.6);
}
.focus\:ring-green-200\/65:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.65);
}
.focus\:ring-green-200\/70:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.7);
}
.focus\:ring-green-200\/75:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.75);
}
.focus\:ring-green-200\/80:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.8);
}
.focus\:ring-green-200\/85:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.85);
}
.focus\:ring-green-200\/90:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.9);
}
.focus\:ring-green-200\/95:focus {
    --tw-ring-color: rgba(167, 243, 208, 0.95);
}
.focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-300\/0:focus {
    --tw-ring-color: rgba(110, 231, 183, 0);
}
.focus\:ring-green-300\/10:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.1);
}
.focus\:ring-green-300\/100:focus {
    --tw-ring-color: #6ee7b7;
}
.focus\:ring-green-300\/15:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.15);
}
.focus\:ring-green-300\/20:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.2);
}
.focus\:ring-green-300\/25:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.25);
}
.focus\:ring-green-300\/30:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.3);
}
.focus\:ring-green-300\/35:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.35);
}
.focus\:ring-green-300\/40:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.4);
}
.focus\:ring-green-300\/45:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.45);
}
.focus\:ring-green-300\/5:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.05);
}
.focus\:ring-green-300\/50:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.5);
}
.focus\:ring-green-300\/55:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.55);
}
.focus\:ring-green-300\/60:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.6);
}
.focus\:ring-green-300\/65:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.65);
}
.focus\:ring-green-300\/70:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.7);
}
.focus\:ring-green-300\/75:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.75);
}
.focus\:ring-green-300\/80:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.8);
}
.focus\:ring-green-300\/85:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.85);
}
.focus\:ring-green-300\/90:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.9);
}
.focus\:ring-green-300\/95:focus {
    --tw-ring-color: rgba(110, 231, 183, 0.95);
}
.focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-400\/0:focus {
    --tw-ring-color: rgba(52, 211, 153, 0);
}
.focus\:ring-green-400\/10:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.1);
}
.focus\:ring-green-400\/100:focus {
    --tw-ring-color: #34d399;
}
.focus\:ring-green-400\/15:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.15);
}
.focus\:ring-green-400\/20:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.2);
}
.focus\:ring-green-400\/25:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.25);
}
.focus\:ring-green-400\/30:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.3);
}
.focus\:ring-green-400\/35:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.35);
}
.focus\:ring-green-400\/40:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.4);
}
.focus\:ring-green-400\/45:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.45);
}
.focus\:ring-green-400\/5:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.05);
}
.focus\:ring-green-400\/50:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.5);
}
.focus\:ring-green-400\/55:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.55);
}
.focus\:ring-green-400\/60:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.6);
}
.focus\:ring-green-400\/65:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.65);
}
.focus\:ring-green-400\/70:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.7);
}
.focus\:ring-green-400\/75:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.75);
}
.focus\:ring-green-400\/80:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.8);
}
.focus\:ring-green-400\/85:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.85);
}
.focus\:ring-green-400\/90:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.9);
}
.focus\:ring-green-400\/95:focus {
    --tw-ring-color: rgba(52, 211, 153, 0.95);
}
.focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-50\/0:focus {
    --tw-ring-color: rgba(236, 253, 245, 0);
}
.focus\:ring-green-50\/10:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.1);
}
.focus\:ring-green-50\/100:focus {
    --tw-ring-color: #ecfdf5;
}
.focus\:ring-green-50\/15:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.15);
}
.focus\:ring-green-50\/20:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.2);
}
.focus\:ring-green-50\/25:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.25);
}
.focus\:ring-green-50\/30:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.3);
}
.focus\:ring-green-50\/35:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.35);
}
.focus\:ring-green-50\/40:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.4);
}
.focus\:ring-green-50\/45:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.45);
}
.focus\:ring-green-50\/5:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.05);
}
.focus\:ring-green-50\/50:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.5);
}
.focus\:ring-green-50\/55:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.55);
}
.focus\:ring-green-50\/60:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.6);
}
.focus\:ring-green-50\/65:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.65);
}
.focus\:ring-green-50\/70:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.7);
}
.focus\:ring-green-50\/75:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.75);
}
.focus\:ring-green-50\/80:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.8);
}
.focus\:ring-green-50\/85:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.85);
}
.focus\:ring-green-50\/90:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.9);
}
.focus\:ring-green-50\/95:focus {
    --tw-ring-color: rgba(236, 253, 245, 0.95);
}
.focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-500\/0:focus {
    --tw-ring-color: rgba(16, 185, 129, 0);
}
.focus\:ring-green-500\/10:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.1);
}
.focus\:ring-green-500\/100:focus {
    --tw-ring-color: #10b981;
}
.focus\:ring-green-500\/15:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.15);
}
.focus\:ring-green-500\/20:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.2);
}
.focus\:ring-green-500\/25:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.25);
}
.focus\:ring-green-500\/30:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.3);
}
.focus\:ring-green-500\/35:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.35);
}
.focus\:ring-green-500\/40:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.4);
}
.focus\:ring-green-500\/45:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.45);
}
.focus\:ring-green-500\/5:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.05);
}
.focus\:ring-green-500\/50:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.5);
}
.focus\:ring-green-500\/55:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.55);
}
.focus\:ring-green-500\/60:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.6);
}
.focus\:ring-green-500\/65:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.65);
}
.focus\:ring-green-500\/70:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.7);
}
.focus\:ring-green-500\/75:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.75);
}
.focus\:ring-green-500\/80:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.8);
}
.focus\:ring-green-500\/85:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.85);
}
.focus\:ring-green-500\/90:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.9);
}
.focus\:ring-green-500\/95:focus {
    --tw-ring-color: rgba(16, 185, 129, 0.95);
}
.focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-600\/0:focus {
    --tw-ring-color: rgba(5, 150, 105, 0);
}
.focus\:ring-green-600\/10:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.1);
}
.focus\:ring-green-600\/100:focus {
    --tw-ring-color: #059669;
}
.focus\:ring-green-600\/15:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.15);
}
.focus\:ring-green-600\/20:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.2);
}
.focus\:ring-green-600\/25:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.25);
}
.focus\:ring-green-600\/30:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.3);
}
.focus\:ring-green-600\/35:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.35);
}
.focus\:ring-green-600\/40:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.4);
}
.focus\:ring-green-600\/45:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.45);
}
.focus\:ring-green-600\/5:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.05);
}
.focus\:ring-green-600\/50:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.5);
}
.focus\:ring-green-600\/55:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.55);
}
.focus\:ring-green-600\/60:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.6);
}
.focus\:ring-green-600\/65:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.65);
}
.focus\:ring-green-600\/70:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.7);
}
.focus\:ring-green-600\/75:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.75);
}
.focus\:ring-green-600\/80:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.8);
}
.focus\:ring-green-600\/85:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.85);
}
.focus\:ring-green-600\/90:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.9);
}
.focus\:ring-green-600\/95:focus {
    --tw-ring-color: rgba(5, 150, 105, 0.95);
}
.focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-700\/0:focus {
    --tw-ring-color: rgba(4, 120, 87, 0);
}
.focus\:ring-green-700\/10:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.1);
}
.focus\:ring-green-700\/100:focus {
    --tw-ring-color: #047857;
}
.focus\:ring-green-700\/15:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.15);
}
.focus\:ring-green-700\/20:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.2);
}
.focus\:ring-green-700\/25:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.25);
}
.focus\:ring-green-700\/30:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.3);
}
.focus\:ring-green-700\/35:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.35);
}
.focus\:ring-green-700\/40:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.4);
}
.focus\:ring-green-700\/45:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.45);
}
.focus\:ring-green-700\/5:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.05);
}
.focus\:ring-green-700\/50:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.5);
}
.focus\:ring-green-700\/55:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.55);
}
.focus\:ring-green-700\/60:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.6);
}
.focus\:ring-green-700\/65:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.65);
}
.focus\:ring-green-700\/70:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.7);
}
.focus\:ring-green-700\/75:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.75);
}
.focus\:ring-green-700\/80:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.8);
}
.focus\:ring-green-700\/85:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.85);
}
.focus\:ring-green-700\/90:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.9);
}
.focus\:ring-green-700\/95:focus {
    --tw-ring-color: rgba(4, 120, 87, 0.95);
}
.focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-800\/0:focus {
    --tw-ring-color: rgba(6, 95, 70, 0);
}
.focus\:ring-green-800\/10:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.1);
}
.focus\:ring-green-800\/100:focus {
    --tw-ring-color: #065f46;
}
.focus\:ring-green-800\/15:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.15);
}
.focus\:ring-green-800\/20:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.2);
}
.focus\:ring-green-800\/25:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.25);
}
.focus\:ring-green-800\/30:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.3);
}
.focus\:ring-green-800\/35:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.35);
}
.focus\:ring-green-800\/40:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.4);
}
.focus\:ring-green-800\/45:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.45);
}
.focus\:ring-green-800\/5:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.05);
}
.focus\:ring-green-800\/50:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.5);
}
.focus\:ring-green-800\/55:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.55);
}
.focus\:ring-green-800\/60:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.6);
}
.focus\:ring-green-800\/65:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.65);
}
.focus\:ring-green-800\/70:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.7);
}
.focus\:ring-green-800\/75:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.75);
}
.focus\:ring-green-800\/80:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.8);
}
.focus\:ring-green-800\/85:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.85);
}
.focus\:ring-green-800\/90:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.9);
}
.focus\:ring-green-800\/95:focus {
    --tw-ring-color: rgba(6, 95, 70, 0.95);
}
.focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-900\/0:focus {
    --tw-ring-color: rgba(6, 78, 59, 0);
}
.focus\:ring-green-900\/10:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.1);
}
.focus\:ring-green-900\/100:focus {
    --tw-ring-color: #064e3b;
}
.focus\:ring-green-900\/15:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.15);
}
.focus\:ring-green-900\/20:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.2);
}
.focus\:ring-green-900\/25:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.25);
}
.focus\:ring-green-900\/30:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.3);
}
.focus\:ring-green-900\/35:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.35);
}
.focus\:ring-green-900\/40:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.4);
}
.focus\:ring-green-900\/45:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.45);
}
.focus\:ring-green-900\/5:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.05);
}
.focus\:ring-green-900\/50:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.5);
}
.focus\:ring-green-900\/55:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.55);
}
.focus\:ring-green-900\/60:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.6);
}
.focus\:ring-green-900\/65:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.65);
}
.focus\:ring-green-900\/70:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.7);
}
.focus\:ring-green-900\/75:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.75);
}
.focus\:ring-green-900\/80:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.8);
}
.focus\:ring-green-900\/85:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.85);
}
.focus\:ring-green-900\/90:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.9);
}
.focus\:ring-green-900\/95:focus {
    --tw-ring-color: rgba(6, 78, 59, 0.95);
}
.focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-100\/0:focus {
    --tw-ring-color: rgba(224, 231, 255, 0);
}
.focus\:ring-indigo-100\/10:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.1);
}
.focus\:ring-indigo-100\/100:focus {
    --tw-ring-color: #e0e7ff;
}
.focus\:ring-indigo-100\/15:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.15);
}
.focus\:ring-indigo-100\/20:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.2);
}
.focus\:ring-indigo-100\/25:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.25);
}
.focus\:ring-indigo-100\/30:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.3);
}
.focus\:ring-indigo-100\/35:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.35);
}
.focus\:ring-indigo-100\/40:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.4);
}
.focus\:ring-indigo-100\/45:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.45);
}
.focus\:ring-indigo-100\/5:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.05);
}
.focus\:ring-indigo-100\/50:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.5);
}
.focus\:ring-indigo-100\/55:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.55);
}
.focus\:ring-indigo-100\/60:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.6);
}
.focus\:ring-indigo-100\/65:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.65);
}
.focus\:ring-indigo-100\/70:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.7);
}
.focus\:ring-indigo-100\/75:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.75);
}
.focus\:ring-indigo-100\/80:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.8);
}
.focus\:ring-indigo-100\/85:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.85);
}
.focus\:ring-indigo-100\/90:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.9);
}
.focus\:ring-indigo-100\/95:focus {
    --tw-ring-color: rgba(224, 231, 255, 0.95);
}
.focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-200\/0:focus {
    --tw-ring-color: rgba(199, 210, 254, 0);
}
.focus\:ring-indigo-200\/10:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.1);
}
.focus\:ring-indigo-200\/100:focus {
    --tw-ring-color: #c7d2fe;
}
.focus\:ring-indigo-200\/15:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.15);
}
.focus\:ring-indigo-200\/20:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.2);
}
.focus\:ring-indigo-200\/25:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.25);
}
.focus\:ring-indigo-200\/30:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.3);
}
.focus\:ring-indigo-200\/35:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.35);
}
.focus\:ring-indigo-200\/40:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.4);
}
.focus\:ring-indigo-200\/45:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.45);
}
.focus\:ring-indigo-200\/5:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.05);
}
.focus\:ring-indigo-200\/50:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.5);
}
.focus\:ring-indigo-200\/55:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.55);
}
.focus\:ring-indigo-200\/60:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.6);
}
.focus\:ring-indigo-200\/65:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.65);
}
.focus\:ring-indigo-200\/70:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.7);
}
.focus\:ring-indigo-200\/75:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.75);
}
.focus\:ring-indigo-200\/80:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.8);
}
.focus\:ring-indigo-200\/85:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.85);
}
.focus\:ring-indigo-200\/90:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.9);
}
.focus\:ring-indigo-200\/95:focus {
    --tw-ring-color: rgba(199, 210, 254, 0.95);
}
.focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-300\/0:focus {
    --tw-ring-color: rgba(165, 180, 252, 0);
}
.focus\:ring-indigo-300\/10:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.1);
}
.focus\:ring-indigo-300\/100:focus {
    --tw-ring-color: #a5b4fc;
}
.focus\:ring-indigo-300\/15:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.15);
}
.focus\:ring-indigo-300\/20:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.2);
}
.focus\:ring-indigo-300\/25:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.25);
}
.focus\:ring-indigo-300\/30:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.3);
}
.focus\:ring-indigo-300\/35:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.35);
}
.focus\:ring-indigo-300\/40:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.4);
}
.focus\:ring-indigo-300\/45:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.45);
}
.focus\:ring-indigo-300\/5:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.05);
}
.focus\:ring-indigo-300\/50:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.5);
}
.focus\:ring-indigo-300\/55:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.55);
}
.focus\:ring-indigo-300\/60:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.6);
}
.focus\:ring-indigo-300\/65:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.65);
}
.focus\:ring-indigo-300\/70:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.7);
}
.focus\:ring-indigo-300\/75:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.75);
}
.focus\:ring-indigo-300\/80:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.8);
}
.focus\:ring-indigo-300\/85:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.85);
}
.focus\:ring-indigo-300\/90:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.9);
}
.focus\:ring-indigo-300\/95:focus {
    --tw-ring-color: rgba(165, 180, 252, 0.95);
}
.focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-400\/0:focus {
    --tw-ring-color: rgba(129, 140, 248, 0);
}
.focus\:ring-indigo-400\/10:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.1);
}
.focus\:ring-indigo-400\/100:focus {
    --tw-ring-color: #818cf8;
}
.focus\:ring-indigo-400\/15:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.15);
}
.focus\:ring-indigo-400\/20:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.2);
}
.focus\:ring-indigo-400\/25:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.25);
}
.focus\:ring-indigo-400\/30:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.3);
}
.focus\:ring-indigo-400\/35:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.35);
}
.focus\:ring-indigo-400\/40:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.4);
}
.focus\:ring-indigo-400\/45:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.45);
}
.focus\:ring-indigo-400\/5:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.05);
}
.focus\:ring-indigo-400\/50:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.5);
}
.focus\:ring-indigo-400\/55:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.55);
}
.focus\:ring-indigo-400\/60:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.6);
}
.focus\:ring-indigo-400\/65:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.65);
}
.focus\:ring-indigo-400\/70:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.7);
}
.focus\:ring-indigo-400\/75:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.75);
}
.focus\:ring-indigo-400\/80:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.8);
}
.focus\:ring-indigo-400\/85:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.85);
}
.focus\:ring-indigo-400\/90:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.9);
}
.focus\:ring-indigo-400\/95:focus {
    --tw-ring-color: rgba(129, 140, 248, 0.95);
}
.focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-50\/0:focus {
    --tw-ring-color: rgba(238, 242, 255, 0);
}
.focus\:ring-indigo-50\/10:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.1);
}
.focus\:ring-indigo-50\/100:focus {
    --tw-ring-color: #eef2ff;
}
.focus\:ring-indigo-50\/15:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.15);
}
.focus\:ring-indigo-50\/20:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.2);
}
.focus\:ring-indigo-50\/25:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.25);
}
.focus\:ring-indigo-50\/30:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.3);
}
.focus\:ring-indigo-50\/35:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.35);
}
.focus\:ring-indigo-50\/40:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.4);
}
.focus\:ring-indigo-50\/45:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.45);
}
.focus\:ring-indigo-50\/5:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.05);
}
.focus\:ring-indigo-50\/50:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.5);
}
.focus\:ring-indigo-50\/55:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.55);
}
.focus\:ring-indigo-50\/60:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.6);
}
.focus\:ring-indigo-50\/65:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.65);
}
.focus\:ring-indigo-50\/70:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.7);
}
.focus\:ring-indigo-50\/75:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.75);
}
.focus\:ring-indigo-50\/80:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.8);
}
.focus\:ring-indigo-50\/85:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.85);
}
.focus\:ring-indigo-50\/90:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.9);
}
.focus\:ring-indigo-50\/95:focus {
    --tw-ring-color: rgba(238, 242, 255, 0.95);
}
.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-500\/0:focus {
    --tw-ring-color: rgba(99, 102, 241, 0);
}
.focus\:ring-indigo-500\/10:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.1);
}
.focus\:ring-indigo-500\/100:focus {
    --tw-ring-color: #6366f1;
}
.focus\:ring-indigo-500\/15:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.15);
}
.focus\:ring-indigo-500\/20:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.2);
}
.focus\:ring-indigo-500\/25:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.25);
}
.focus\:ring-indigo-500\/30:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.3);
}
.focus\:ring-indigo-500\/35:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.35);
}
.focus\:ring-indigo-500\/40:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.4);
}
.focus\:ring-indigo-500\/45:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.45);
}
.focus\:ring-indigo-500\/5:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.05);
}
.focus\:ring-indigo-500\/50:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.5);
}
.focus\:ring-indigo-500\/55:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.55);
}
.focus\:ring-indigo-500\/60:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.6);
}
.focus\:ring-indigo-500\/65:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.65);
}
.focus\:ring-indigo-500\/70:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.7);
}
.focus\:ring-indigo-500\/75:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.75);
}
.focus\:ring-indigo-500\/80:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.8);
}
.focus\:ring-indigo-500\/85:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.85);
}
.focus\:ring-indigo-500\/90:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.9);
}
.focus\:ring-indigo-500\/95:focus {
    --tw-ring-color: rgba(99, 102, 241, 0.95);
}
.focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-600\/0:focus {
    --tw-ring-color: rgba(79, 70, 229, 0);
}
.focus\:ring-indigo-600\/10:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.1);
}
.focus\:ring-indigo-600\/100:focus {
    --tw-ring-color: #4f46e5;
}
.focus\:ring-indigo-600\/15:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.15);
}
.focus\:ring-indigo-600\/20:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.2);
}
.focus\:ring-indigo-600\/25:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.25);
}
.focus\:ring-indigo-600\/30:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.3);
}
.focus\:ring-indigo-600\/35:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.35);
}
.focus\:ring-indigo-600\/40:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.4);
}
.focus\:ring-indigo-600\/45:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.45);
}
.focus\:ring-indigo-600\/5:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.05);
}
.focus\:ring-indigo-600\/50:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.5);
}
.focus\:ring-indigo-600\/55:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.55);
}
.focus\:ring-indigo-600\/60:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.6);
}
.focus\:ring-indigo-600\/65:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.65);
}
.focus\:ring-indigo-600\/70:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.7);
}
.focus\:ring-indigo-600\/75:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.75);
}
.focus\:ring-indigo-600\/80:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.8);
}
.focus\:ring-indigo-600\/85:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.85);
}
.focus\:ring-indigo-600\/90:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.9);
}
.focus\:ring-indigo-600\/95:focus {
    --tw-ring-color: rgba(79, 70, 229, 0.95);
}
.focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-700\/0:focus {
    --tw-ring-color: rgba(67, 56, 202, 0);
}
.focus\:ring-indigo-700\/10:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.1);
}
.focus\:ring-indigo-700\/100:focus {
    --tw-ring-color: #4338ca;
}
.focus\:ring-indigo-700\/15:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.15);
}
.focus\:ring-indigo-700\/20:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.2);
}
.focus\:ring-indigo-700\/25:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.25);
}
.focus\:ring-indigo-700\/30:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.3);
}
.focus\:ring-indigo-700\/35:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.35);
}
.focus\:ring-indigo-700\/40:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.4);
}
.focus\:ring-indigo-700\/45:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.45);
}
.focus\:ring-indigo-700\/5:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.05);
}
.focus\:ring-indigo-700\/50:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.5);
}
.focus\:ring-indigo-700\/55:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.55);
}
.focus\:ring-indigo-700\/60:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.6);
}
.focus\:ring-indigo-700\/65:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.65);
}
.focus\:ring-indigo-700\/70:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.7);
}
.focus\:ring-indigo-700\/75:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.75);
}
.focus\:ring-indigo-700\/80:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.8);
}
.focus\:ring-indigo-700\/85:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.85);
}
.focus\:ring-indigo-700\/90:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.9);
}
.focus\:ring-indigo-700\/95:focus {
    --tw-ring-color: rgba(67, 56, 202, 0.95);
}
.focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-800\/0:focus {
    --tw-ring-color: rgba(55, 48, 163, 0);
}
.focus\:ring-indigo-800\/10:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.1);
}
.focus\:ring-indigo-800\/100:focus {
    --tw-ring-color: #3730a3;
}
.focus\:ring-indigo-800\/15:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.15);
}
.focus\:ring-indigo-800\/20:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.2);
}
.focus\:ring-indigo-800\/25:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.25);
}
.focus\:ring-indigo-800\/30:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.3);
}
.focus\:ring-indigo-800\/35:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.35);
}
.focus\:ring-indigo-800\/40:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.4);
}
.focus\:ring-indigo-800\/45:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.45);
}
.focus\:ring-indigo-800\/5:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.05);
}
.focus\:ring-indigo-800\/50:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.5);
}
.focus\:ring-indigo-800\/55:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.55);
}
.focus\:ring-indigo-800\/60:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.6);
}
.focus\:ring-indigo-800\/65:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.65);
}
.focus\:ring-indigo-800\/70:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.7);
}
.focus\:ring-indigo-800\/75:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.75);
}
.focus\:ring-indigo-800\/80:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.8);
}
.focus\:ring-indigo-800\/85:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.85);
}
.focus\:ring-indigo-800\/90:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.9);
}
.focus\:ring-indigo-800\/95:focus {
    --tw-ring-color: rgba(55, 48, 163, 0.95);
}
.focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-900\/0:focus {
    --tw-ring-color: rgba(49, 46, 129, 0);
}
.focus\:ring-indigo-900\/10:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.1);
}
.focus\:ring-indigo-900\/100:focus {
    --tw-ring-color: #312e81;
}
.focus\:ring-indigo-900\/15:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.15);
}
.focus\:ring-indigo-900\/20:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.2);
}
.focus\:ring-indigo-900\/25:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.25);
}
.focus\:ring-indigo-900\/30:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.3);
}
.focus\:ring-indigo-900\/35:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.35);
}
.focus\:ring-indigo-900\/40:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.4);
}
.focus\:ring-indigo-900\/45:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.45);
}
.focus\:ring-indigo-900\/5:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.05);
}
.focus\:ring-indigo-900\/50:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.5);
}
.focus\:ring-indigo-900\/55:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.55);
}
.focus\:ring-indigo-900\/60:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.6);
}
.focus\:ring-indigo-900\/65:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.65);
}
.focus\:ring-indigo-900\/70:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.7);
}
.focus\:ring-indigo-900\/75:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.75);
}
.focus\:ring-indigo-900\/80:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.8);
}
.focus\:ring-indigo-900\/85:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.85);
}
.focus\:ring-indigo-900\/90:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.9);
}
.focus\:ring-indigo-900\/95:focus {
    --tw-ring-color: rgba(49, 46, 129, 0.95);
}
.focus\:ring-itsme-sky:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(139 207 219 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-100\/0:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0);
}
.focus\:ring-lime-100\/10:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.1);
}
.focus\:ring-lime-100\/100:focus {
    --tw-ring-color: #ecfccb;
}
.focus\:ring-lime-100\/15:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.15);
}
.focus\:ring-lime-100\/20:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.2);
}
.focus\:ring-lime-100\/25:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.25);
}
.focus\:ring-lime-100\/30:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.3);
}
.focus\:ring-lime-100\/35:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.35);
}
.focus\:ring-lime-100\/40:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.4);
}
.focus\:ring-lime-100\/45:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.45);
}
.focus\:ring-lime-100\/5:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.05);
}
.focus\:ring-lime-100\/50:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.5);
}
.focus\:ring-lime-100\/55:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.55);
}
.focus\:ring-lime-100\/60:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.6);
}
.focus\:ring-lime-100\/65:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.65);
}
.focus\:ring-lime-100\/70:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.7);
}
.focus\:ring-lime-100\/75:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.75);
}
.focus\:ring-lime-100\/80:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.8);
}
.focus\:ring-lime-100\/85:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.85);
}
.focus\:ring-lime-100\/90:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.9);
}
.focus\:ring-lime-100\/95:focus {
    --tw-ring-color: hsla(80, 89%, 89%, 0.95);
}
.focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-200\/0:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0);
}
.focus\:ring-lime-200\/10:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.1);
}
.focus\:ring-lime-200\/100:focus {
    --tw-ring-color: #d9f99d;
}
.focus\:ring-lime-200\/15:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.15);
}
.focus\:ring-lime-200\/20:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.2);
}
.focus\:ring-lime-200\/25:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.25);
}
.focus\:ring-lime-200\/30:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.3);
}
.focus\:ring-lime-200\/35:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.35);
}
.focus\:ring-lime-200\/40:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.4);
}
.focus\:ring-lime-200\/45:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.45);
}
.focus\:ring-lime-200\/5:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.05);
}
.focus\:ring-lime-200\/50:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.5);
}
.focus\:ring-lime-200\/55:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.55);
}
.focus\:ring-lime-200\/60:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.6);
}
.focus\:ring-lime-200\/65:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.65);
}
.focus\:ring-lime-200\/70:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.7);
}
.focus\:ring-lime-200\/75:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.75);
}
.focus\:ring-lime-200\/80:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.8);
}
.focus\:ring-lime-200\/85:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.85);
}
.focus\:ring-lime-200\/90:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.9);
}
.focus\:ring-lime-200\/95:focus {
    --tw-ring-color: hsla(81, 88%, 80%, 0.95);
}
.focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-300\/0:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0);
}
.focus\:ring-lime-300\/10:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.1);
}
.focus\:ring-lime-300\/100:focus {
    --tw-ring-color: #bef264;
}
.focus\:ring-lime-300\/15:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.15);
}
.focus\:ring-lime-300\/20:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.2);
}
.focus\:ring-lime-300\/25:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.25);
}
.focus\:ring-lime-300\/30:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.3);
}
.focus\:ring-lime-300\/35:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.35);
}
.focus\:ring-lime-300\/40:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.4);
}
.focus\:ring-lime-300\/45:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.45);
}
.focus\:ring-lime-300\/5:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.05);
}
.focus\:ring-lime-300\/50:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.5);
}
.focus\:ring-lime-300\/55:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.55);
}
.focus\:ring-lime-300\/60:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.6);
}
.focus\:ring-lime-300\/65:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.65);
}
.focus\:ring-lime-300\/70:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.7);
}
.focus\:ring-lime-300\/75:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.75);
}
.focus\:ring-lime-300\/80:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.8);
}
.focus\:ring-lime-300\/85:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.85);
}
.focus\:ring-lime-300\/90:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.9);
}
.focus\:ring-lime-300\/95:focus {
    --tw-ring-color: hsla(82, 85%, 67%, 0.95);
}
.focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-400\/0:focus {
    --tw-ring-color: rgba(163, 230, 53, 0);
}
.focus\:ring-lime-400\/10:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.1);
}
.focus\:ring-lime-400\/100:focus {
    --tw-ring-color: #a3e635;
}
.focus\:ring-lime-400\/15:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.15);
}
.focus\:ring-lime-400\/20:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.2);
}
.focus\:ring-lime-400\/25:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.25);
}
.focus\:ring-lime-400\/30:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.3);
}
.focus\:ring-lime-400\/35:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.35);
}
.focus\:ring-lime-400\/40:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.4);
}
.focus\:ring-lime-400\/45:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.45);
}
.focus\:ring-lime-400\/5:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.05);
}
.focus\:ring-lime-400\/50:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.5);
}
.focus\:ring-lime-400\/55:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.55);
}
.focus\:ring-lime-400\/60:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.6);
}
.focus\:ring-lime-400\/65:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.65);
}
.focus\:ring-lime-400\/70:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.7);
}
.focus\:ring-lime-400\/75:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.75);
}
.focus\:ring-lime-400\/80:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.8);
}
.focus\:ring-lime-400\/85:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.85);
}
.focus\:ring-lime-400\/90:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.9);
}
.focus\:ring-lime-400\/95:focus {
    --tw-ring-color: rgba(163, 230, 53, 0.95);
}
.focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-50\/0:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0);
}
.focus\:ring-lime-50\/10:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.1);
}
.focus\:ring-lime-50\/100:focus {
    --tw-ring-color: #f7fee7;
}
.focus\:ring-lime-50\/15:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.15);
}
.focus\:ring-lime-50\/20:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.2);
}
.focus\:ring-lime-50\/25:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.25);
}
.focus\:ring-lime-50\/30:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.3);
}
.focus\:ring-lime-50\/35:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.35);
}
.focus\:ring-lime-50\/40:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.4);
}
.focus\:ring-lime-50\/45:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.45);
}
.focus\:ring-lime-50\/5:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.05);
}
.focus\:ring-lime-50\/50:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.5);
}
.focus\:ring-lime-50\/55:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.55);
}
.focus\:ring-lime-50\/60:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.6);
}
.focus\:ring-lime-50\/65:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.65);
}
.focus\:ring-lime-50\/70:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.7);
}
.focus\:ring-lime-50\/75:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.75);
}
.focus\:ring-lime-50\/80:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.8);
}
.focus\:ring-lime-50\/85:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.85);
}
.focus\:ring-lime-50\/90:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.9);
}
.focus\:ring-lime-50\/95:focus {
    --tw-ring-color: hsla(78, 92%, 95%, 0.95);
}
.focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-500\/0:focus {
    --tw-ring-color: rgba(132, 204, 22, 0);
}
.focus\:ring-lime-500\/10:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.1);
}
.focus\:ring-lime-500\/100:focus {
    --tw-ring-color: #84cc16;
}
.focus\:ring-lime-500\/15:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.15);
}
.focus\:ring-lime-500\/20:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.2);
}
.focus\:ring-lime-500\/25:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.25);
}
.focus\:ring-lime-500\/30:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.3);
}
.focus\:ring-lime-500\/35:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.35);
}
.focus\:ring-lime-500\/40:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.4);
}
.focus\:ring-lime-500\/45:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.45);
}
.focus\:ring-lime-500\/5:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.05);
}
.focus\:ring-lime-500\/50:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.5);
}
.focus\:ring-lime-500\/55:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.55);
}
.focus\:ring-lime-500\/60:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.6);
}
.focus\:ring-lime-500\/65:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.65);
}
.focus\:ring-lime-500\/70:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.7);
}
.focus\:ring-lime-500\/75:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.75);
}
.focus\:ring-lime-500\/80:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.8);
}
.focus\:ring-lime-500\/85:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.85);
}
.focus\:ring-lime-500\/90:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.9);
}
.focus\:ring-lime-500\/95:focus {
    --tw-ring-color: rgba(132, 204, 22, 0.95);
}
.focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-600\/0:focus {
    --tw-ring-color: rgba(101, 163, 13, 0);
}
.focus\:ring-lime-600\/10:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.1);
}
.focus\:ring-lime-600\/100:focus {
    --tw-ring-color: #65a30d;
}
.focus\:ring-lime-600\/15:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.15);
}
.focus\:ring-lime-600\/20:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.2);
}
.focus\:ring-lime-600\/25:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.25);
}
.focus\:ring-lime-600\/30:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.3);
}
.focus\:ring-lime-600\/35:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.35);
}
.focus\:ring-lime-600\/40:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.4);
}
.focus\:ring-lime-600\/45:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.45);
}
.focus\:ring-lime-600\/5:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.05);
}
.focus\:ring-lime-600\/50:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.5);
}
.focus\:ring-lime-600\/55:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.55);
}
.focus\:ring-lime-600\/60:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.6);
}
.focus\:ring-lime-600\/65:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.65);
}
.focus\:ring-lime-600\/70:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.7);
}
.focus\:ring-lime-600\/75:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.75);
}
.focus\:ring-lime-600\/80:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.8);
}
.focus\:ring-lime-600\/85:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.85);
}
.focus\:ring-lime-600\/90:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.9);
}
.focus\:ring-lime-600\/95:focus {
    --tw-ring-color: rgba(101, 163, 13, 0.95);
}
.focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-700\/0:focus {
    --tw-ring-color: rgba(77, 124, 15, 0);
}
.focus\:ring-lime-700\/10:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.1);
}
.focus\:ring-lime-700\/100:focus {
    --tw-ring-color: #4d7c0f;
}
.focus\:ring-lime-700\/15:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.15);
}
.focus\:ring-lime-700\/20:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.2);
}
.focus\:ring-lime-700\/25:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.25);
}
.focus\:ring-lime-700\/30:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.3);
}
.focus\:ring-lime-700\/35:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.35);
}
.focus\:ring-lime-700\/40:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.4);
}
.focus\:ring-lime-700\/45:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.45);
}
.focus\:ring-lime-700\/5:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.05);
}
.focus\:ring-lime-700\/50:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.5);
}
.focus\:ring-lime-700\/55:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.55);
}
.focus\:ring-lime-700\/60:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.6);
}
.focus\:ring-lime-700\/65:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.65);
}
.focus\:ring-lime-700\/70:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.7);
}
.focus\:ring-lime-700\/75:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.75);
}
.focus\:ring-lime-700\/80:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.8);
}
.focus\:ring-lime-700\/85:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.85);
}
.focus\:ring-lime-700\/90:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.9);
}
.focus\:ring-lime-700\/95:focus {
    --tw-ring-color: rgba(77, 124, 15, 0.95);
}
.focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-800\/0:focus {
    --tw-ring-color: rgba(63, 98, 18, 0);
}
.focus\:ring-lime-800\/10:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.1);
}
.focus\:ring-lime-800\/100:focus {
    --tw-ring-color: #3f6212;
}
.focus\:ring-lime-800\/15:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.15);
}
.focus\:ring-lime-800\/20:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.2);
}
.focus\:ring-lime-800\/25:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.25);
}
.focus\:ring-lime-800\/30:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.3);
}
.focus\:ring-lime-800\/35:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.35);
}
.focus\:ring-lime-800\/40:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.4);
}
.focus\:ring-lime-800\/45:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.45);
}
.focus\:ring-lime-800\/5:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.05);
}
.focus\:ring-lime-800\/50:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.5);
}
.focus\:ring-lime-800\/55:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.55);
}
.focus\:ring-lime-800\/60:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.6);
}
.focus\:ring-lime-800\/65:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.65);
}
.focus\:ring-lime-800\/70:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.7);
}
.focus\:ring-lime-800\/75:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.75);
}
.focus\:ring-lime-800\/80:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.8);
}
.focus\:ring-lime-800\/85:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.85);
}
.focus\:ring-lime-800\/90:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.9);
}
.focus\:ring-lime-800\/95:focus {
    --tw-ring-color: rgba(63, 98, 18, 0.95);
}
.focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-900\/0:focus {
    --tw-ring-color: rgba(54, 83, 20, 0);
}
.focus\:ring-lime-900\/10:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.1);
}
.focus\:ring-lime-900\/100:focus {
    --tw-ring-color: #365314;
}
.focus\:ring-lime-900\/15:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.15);
}
.focus\:ring-lime-900\/20:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.2);
}
.focus\:ring-lime-900\/25:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.25);
}
.focus\:ring-lime-900\/30:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.3);
}
.focus\:ring-lime-900\/35:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.35);
}
.focus\:ring-lime-900\/40:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.4);
}
.focus\:ring-lime-900\/45:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.45);
}
.focus\:ring-lime-900\/5:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.05);
}
.focus\:ring-lime-900\/50:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.5);
}
.focus\:ring-lime-900\/55:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.55);
}
.focus\:ring-lime-900\/60:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.6);
}
.focus\:ring-lime-900\/65:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.65);
}
.focus\:ring-lime-900\/70:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.7);
}
.focus\:ring-lime-900\/75:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.75);
}
.focus\:ring-lime-900\/80:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.8);
}
.focus\:ring-lime-900\/85:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.85);
}
.focus\:ring-lime-900\/90:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.9);
}
.focus\:ring-lime-900\/95:focus {
    --tw-ring-color: rgba(54, 83, 20, 0.95);
}
.focus\:ring-negative-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-100\/0:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0);
}
.focus\:ring-neutral-100\/10:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:ring-neutral-100\/100:focus {
    --tw-ring-color: #f5f5f5;
}
.focus\:ring-neutral-100\/15:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.15);
}
.focus\:ring-neutral-100\/20:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:ring-neutral-100\/25:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:ring-neutral-100\/30:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:ring-neutral-100\/35:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.35);
}
.focus\:ring-neutral-100\/40:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:ring-neutral-100\/45:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.45);
}
.focus\:ring-neutral-100\/5:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:ring-neutral-100\/50:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:ring-neutral-100\/55:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.55);
}
.focus\:ring-neutral-100\/60:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:ring-neutral-100\/65:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.65);
}
.focus\:ring-neutral-100\/70:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:ring-neutral-100\/75:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:ring-neutral-100\/80:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:ring-neutral-100\/85:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.85);
}
.focus\:ring-neutral-100\/90:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:ring-neutral-100\/95:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-200\/0:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0);
}
.focus\:ring-neutral-200\/10:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.1);
}
.focus\:ring-neutral-200\/100:focus {
    --tw-ring-color: #e5e5e5;
}
.focus\:ring-neutral-200\/15:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.15);
}
.focus\:ring-neutral-200\/20:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.2);
}
.focus\:ring-neutral-200\/25:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.25);
}
.focus\:ring-neutral-200\/30:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.3);
}
.focus\:ring-neutral-200\/35:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.35);
}
.focus\:ring-neutral-200\/40:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.4);
}
.focus\:ring-neutral-200\/45:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.45);
}
.focus\:ring-neutral-200\/5:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.05);
}
.focus\:ring-neutral-200\/50:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.5);
}
.focus\:ring-neutral-200\/55:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.55);
}
.focus\:ring-neutral-200\/60:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.6);
}
.focus\:ring-neutral-200\/65:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.65);
}
.focus\:ring-neutral-200\/70:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.7);
}
.focus\:ring-neutral-200\/75:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.75);
}
.focus\:ring-neutral-200\/80:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.8);
}
.focus\:ring-neutral-200\/85:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.85);
}
.focus\:ring-neutral-200\/90:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.9);
}
.focus\:ring-neutral-200\/95:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.95);
}
.focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-300\/0:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0);
}
.focus\:ring-neutral-300\/10:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.1);
}
.focus\:ring-neutral-300\/100:focus {
    --tw-ring-color: #d4d4d4;
}
.focus\:ring-neutral-300\/15:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.15);
}
.focus\:ring-neutral-300\/20:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.2);
}
.focus\:ring-neutral-300\/25:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.25);
}
.focus\:ring-neutral-300\/30:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.3);
}
.focus\:ring-neutral-300\/35:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.35);
}
.focus\:ring-neutral-300\/40:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.4);
}
.focus\:ring-neutral-300\/45:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.45);
}
.focus\:ring-neutral-300\/5:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.05);
}
.focus\:ring-neutral-300\/50:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.5);
}
.focus\:ring-neutral-300\/55:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.55);
}
.focus\:ring-neutral-300\/60:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.6);
}
.focus\:ring-neutral-300\/65:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.65);
}
.focus\:ring-neutral-300\/70:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.7);
}
.focus\:ring-neutral-300\/75:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.75);
}
.focus\:ring-neutral-300\/80:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.8);
}
.focus\:ring-neutral-300\/85:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.85);
}
.focus\:ring-neutral-300\/90:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.9);
}
.focus\:ring-neutral-300\/95:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.95);
}
.focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-400\/0:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0);
}
.focus\:ring-neutral-400\/10:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.1);
}
.focus\:ring-neutral-400\/100:focus {
    --tw-ring-color: #a3a3a3;
}
.focus\:ring-neutral-400\/15:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.15);
}
.focus\:ring-neutral-400\/20:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.2);
}
.focus\:ring-neutral-400\/25:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.25);
}
.focus\:ring-neutral-400\/30:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.3);
}
.focus\:ring-neutral-400\/35:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.35);
}
.focus\:ring-neutral-400\/40:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.4);
}
.focus\:ring-neutral-400\/45:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.45);
}
.focus\:ring-neutral-400\/5:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.05);
}
.focus\:ring-neutral-400\/50:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.5);
}
.focus\:ring-neutral-400\/55:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.55);
}
.focus\:ring-neutral-400\/60:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.6);
}
.focus\:ring-neutral-400\/65:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.65);
}
.focus\:ring-neutral-400\/70:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.7);
}
.focus\:ring-neutral-400\/75:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.75);
}
.focus\:ring-neutral-400\/80:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.8);
}
.focus\:ring-neutral-400\/85:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.85);
}
.focus\:ring-neutral-400\/90:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.9);
}
.focus\:ring-neutral-400\/95:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.95);
}
.focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-50\/0:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.focus\:ring-neutral-50\/10:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:ring-neutral-50\/100:focus {
    --tw-ring-color: #fafafa;
}
.focus\:ring-neutral-50\/15:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:ring-neutral-50\/20:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:ring-neutral-50\/25:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:ring-neutral-50\/30:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:ring-neutral-50\/35:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:ring-neutral-50\/40:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:ring-neutral-50\/45:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:ring-neutral-50\/5:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:ring-neutral-50\/50:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:ring-neutral-50\/55:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:ring-neutral-50\/60:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:ring-neutral-50\/65:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:ring-neutral-50\/70:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:ring-neutral-50\/75:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:ring-neutral-50\/80:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:ring-neutral-50\/85:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:ring-neutral-50\/90:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:ring-neutral-50\/95:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-500\/0:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0);
}
.focus\:ring-neutral-500\/10:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:ring-neutral-500\/100:focus {
    --tw-ring-color: #737373;
}
.focus\:ring-neutral-500\/15:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.15);
}
.focus\:ring-neutral-500\/20:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:ring-neutral-500\/25:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:ring-neutral-500\/30:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:ring-neutral-500\/35:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.35);
}
.focus\:ring-neutral-500\/40:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:ring-neutral-500\/45:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.45);
}
.focus\:ring-neutral-500\/5:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:ring-neutral-500\/50:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:ring-neutral-500\/55:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.55);
}
.focus\:ring-neutral-500\/60:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:ring-neutral-500\/65:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.65);
}
.focus\:ring-neutral-500\/70:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:ring-neutral-500\/75:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:ring-neutral-500\/80:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:ring-neutral-500\/85:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.85);
}
.focus\:ring-neutral-500\/90:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:ring-neutral-500\/95:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-600\/0:focus {
    --tw-ring-color: rgba(82, 82, 82, 0);
}
.focus\:ring-neutral-600\/10:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.1);
}
.focus\:ring-neutral-600\/100:focus {
    --tw-ring-color: #525252;
}
.focus\:ring-neutral-600\/15:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.15);
}
.focus\:ring-neutral-600\/20:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.2);
}
.focus\:ring-neutral-600\/25:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.25);
}
.focus\:ring-neutral-600\/30:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.3);
}
.focus\:ring-neutral-600\/35:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.35);
}
.focus\:ring-neutral-600\/40:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.4);
}
.focus\:ring-neutral-600\/45:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.45);
}
.focus\:ring-neutral-600\/5:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.05);
}
.focus\:ring-neutral-600\/50:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.5);
}
.focus\:ring-neutral-600\/55:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.55);
}
.focus\:ring-neutral-600\/60:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.6);
}
.focus\:ring-neutral-600\/65:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.65);
}
.focus\:ring-neutral-600\/70:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.7);
}
.focus\:ring-neutral-600\/75:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.75);
}
.focus\:ring-neutral-600\/80:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.8);
}
.focus\:ring-neutral-600\/85:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.85);
}
.focus\:ring-neutral-600\/90:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.9);
}
.focus\:ring-neutral-600\/95:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.95);
}
.focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-700\/0:focus {
    --tw-ring-color: rgba(64, 64, 64, 0);
}
.focus\:ring-neutral-700\/10:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.1);
}
.focus\:ring-neutral-700\/100:focus {
    --tw-ring-color: #404040;
}
.focus\:ring-neutral-700\/15:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.15);
}
.focus\:ring-neutral-700\/20:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.2);
}
.focus\:ring-neutral-700\/25:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.25);
}
.focus\:ring-neutral-700\/30:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.3);
}
.focus\:ring-neutral-700\/35:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.35);
}
.focus\:ring-neutral-700\/40:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.4);
}
.focus\:ring-neutral-700\/45:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.45);
}
.focus\:ring-neutral-700\/5:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.05);
}
.focus\:ring-neutral-700\/50:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.5);
}
.focus\:ring-neutral-700\/55:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.55);
}
.focus\:ring-neutral-700\/60:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.6);
}
.focus\:ring-neutral-700\/65:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.65);
}
.focus\:ring-neutral-700\/70:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.7);
}
.focus\:ring-neutral-700\/75:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.75);
}
.focus\:ring-neutral-700\/80:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.8);
}
.focus\:ring-neutral-700\/85:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.85);
}
.focus\:ring-neutral-700\/90:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.9);
}
.focus\:ring-neutral-700\/95:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.95);
}
.focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-800\/0:focus {
    --tw-ring-color: rgba(38, 38, 38, 0);
}
.focus\:ring-neutral-800\/10:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.1);
}
.focus\:ring-neutral-800\/100:focus {
    --tw-ring-color: #262626;
}
.focus\:ring-neutral-800\/15:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.15);
}
.focus\:ring-neutral-800\/20:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.2);
}
.focus\:ring-neutral-800\/25:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.25);
}
.focus\:ring-neutral-800\/30:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.3);
}
.focus\:ring-neutral-800\/35:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.35);
}
.focus\:ring-neutral-800\/40:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.4);
}
.focus\:ring-neutral-800\/45:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.45);
}
.focus\:ring-neutral-800\/5:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.05);
}
.focus\:ring-neutral-800\/50:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.5);
}
.focus\:ring-neutral-800\/55:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.55);
}
.focus\:ring-neutral-800\/60:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.6);
}
.focus\:ring-neutral-800\/65:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.65);
}
.focus\:ring-neutral-800\/70:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.7);
}
.focus\:ring-neutral-800\/75:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.75);
}
.focus\:ring-neutral-800\/80:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.8);
}
.focus\:ring-neutral-800\/85:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.85);
}
.focus\:ring-neutral-800\/90:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.9);
}
.focus\:ring-neutral-800\/95:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.95);
}
.focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-900\/0:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0);
}
.focus\:ring-neutral-900\/10:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.1);
}
.focus\:ring-neutral-900\/100:focus {
    --tw-ring-color: #171717;
}
.focus\:ring-neutral-900\/15:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.15);
}
.focus\:ring-neutral-900\/20:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.2);
}
.focus\:ring-neutral-900\/25:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.25);
}
.focus\:ring-neutral-900\/30:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.3);
}
.focus\:ring-neutral-900\/35:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.35);
}
.focus\:ring-neutral-900\/40:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.4);
}
.focus\:ring-neutral-900\/45:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.45);
}
.focus\:ring-neutral-900\/5:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.05);
}
.focus\:ring-neutral-900\/50:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.5);
}
.focus\:ring-neutral-900\/55:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.55);
}
.focus\:ring-neutral-900\/60:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.6);
}
.focus\:ring-neutral-900\/65:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.65);
}
.focus\:ring-neutral-900\/70:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.7);
}
.focus\:ring-neutral-900\/75:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.75);
}
.focus\:ring-neutral-900\/80:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.8);
}
.focus\:ring-neutral-900\/85:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.85);
}
.focus\:ring-neutral-900\/90:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.9);
}
.focus\:ring-neutral-900\/95:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.95);
}
.focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-100\/0:focus {
    --tw-ring-color: rgba(255, 237, 213, 0);
}
.focus\:ring-orange-100\/10:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.1);
}
.focus\:ring-orange-100\/100:focus {
    --tw-ring-color: #ffedd5;
}
.focus\:ring-orange-100\/15:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.15);
}
.focus\:ring-orange-100\/20:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.2);
}
.focus\:ring-orange-100\/25:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.25);
}
.focus\:ring-orange-100\/30:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.3);
}
.focus\:ring-orange-100\/35:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.35);
}
.focus\:ring-orange-100\/40:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.4);
}
.focus\:ring-orange-100\/45:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.45);
}
.focus\:ring-orange-100\/5:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.05);
}
.focus\:ring-orange-100\/50:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.5);
}
.focus\:ring-orange-100\/55:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.55);
}
.focus\:ring-orange-100\/60:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.6);
}
.focus\:ring-orange-100\/65:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.65);
}
.focus\:ring-orange-100\/70:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.7);
}
.focus\:ring-orange-100\/75:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.75);
}
.focus\:ring-orange-100\/80:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.8);
}
.focus\:ring-orange-100\/85:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.85);
}
.focus\:ring-orange-100\/90:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.9);
}
.focus\:ring-orange-100\/95:focus {
    --tw-ring-color: rgba(255, 237, 213, 0.95);
}
.focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-200\/0:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0);
}
.focus\:ring-orange-200\/10:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.1);
}
.focus\:ring-orange-200\/100:focus {
    --tw-ring-color: #fed7aa;
}
.focus\:ring-orange-200\/15:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.15);
}
.focus\:ring-orange-200\/20:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.2);
}
.focus\:ring-orange-200\/25:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.25);
}
.focus\:ring-orange-200\/30:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.3);
}
.focus\:ring-orange-200\/35:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.35);
}
.focus\:ring-orange-200\/40:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.4);
}
.focus\:ring-orange-200\/45:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.45);
}
.focus\:ring-orange-200\/5:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.05);
}
.focus\:ring-orange-200\/50:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.5);
}
.focus\:ring-orange-200\/55:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.55);
}
.focus\:ring-orange-200\/60:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.6);
}
.focus\:ring-orange-200\/65:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.65);
}
.focus\:ring-orange-200\/70:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.7);
}
.focus\:ring-orange-200\/75:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.75);
}
.focus\:ring-orange-200\/80:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.8);
}
.focus\:ring-orange-200\/85:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.85);
}
.focus\:ring-orange-200\/90:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.9);
}
.focus\:ring-orange-200\/95:focus {
    --tw-ring-color: hsla(32, 98%, 83%, 0.95);
}
.focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-300\/0:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0);
}
.focus\:ring-orange-300\/10:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.1);
}
.focus\:ring-orange-300\/100:focus {
    --tw-ring-color: #fdba74;
}
.focus\:ring-orange-300\/15:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.15);
}
.focus\:ring-orange-300\/20:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.2);
}
.focus\:ring-orange-300\/25:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.25);
}
.focus\:ring-orange-300\/30:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.3);
}
.focus\:ring-orange-300\/35:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.35);
}
.focus\:ring-orange-300\/40:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.4);
}
.focus\:ring-orange-300\/45:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.45);
}
.focus\:ring-orange-300\/5:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.05);
}
.focus\:ring-orange-300\/50:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.5);
}
.focus\:ring-orange-300\/55:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.55);
}
.focus\:ring-orange-300\/60:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.6);
}
.focus\:ring-orange-300\/65:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.65);
}
.focus\:ring-orange-300\/70:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.7);
}
.focus\:ring-orange-300\/75:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.75);
}
.focus\:ring-orange-300\/80:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.8);
}
.focus\:ring-orange-300\/85:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.85);
}
.focus\:ring-orange-300\/90:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.9);
}
.focus\:ring-orange-300\/95:focus {
    --tw-ring-color: hsla(31, 97%, 72%, 0.95);
}
.focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-400\/0:focus {
    --tw-ring-color: rgba(251, 146, 60, 0);
}
.focus\:ring-orange-400\/10:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.1);
}
.focus\:ring-orange-400\/100:focus {
    --tw-ring-color: #fb923c;
}
.focus\:ring-orange-400\/15:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.15);
}
.focus\:ring-orange-400\/20:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.2);
}
.focus\:ring-orange-400\/25:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.25);
}
.focus\:ring-orange-400\/30:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.3);
}
.focus\:ring-orange-400\/35:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.35);
}
.focus\:ring-orange-400\/40:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.4);
}
.focus\:ring-orange-400\/45:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.45);
}
.focus\:ring-orange-400\/5:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.05);
}
.focus\:ring-orange-400\/50:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.5);
}
.focus\:ring-orange-400\/55:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.55);
}
.focus\:ring-orange-400\/60:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.6);
}
.focus\:ring-orange-400\/65:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.65);
}
.focus\:ring-orange-400\/70:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.7);
}
.focus\:ring-orange-400\/75:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.75);
}
.focus\:ring-orange-400\/80:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.8);
}
.focus\:ring-orange-400\/85:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.85);
}
.focus\:ring-orange-400\/90:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.9);
}
.focus\:ring-orange-400\/95:focus {
    --tw-ring-color: rgba(251, 146, 60, 0.95);
}
.focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-50\/0:focus {
    --tw-ring-color: rgba(255, 247, 237, 0);
}
.focus\:ring-orange-50\/10:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.1);
}
.focus\:ring-orange-50\/100:focus {
    --tw-ring-color: #fff7ed;
}
.focus\:ring-orange-50\/15:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.15);
}
.focus\:ring-orange-50\/20:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.2);
}
.focus\:ring-orange-50\/25:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.25);
}
.focus\:ring-orange-50\/30:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.3);
}
.focus\:ring-orange-50\/35:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.35);
}
.focus\:ring-orange-50\/40:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.4);
}
.focus\:ring-orange-50\/45:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.45);
}
.focus\:ring-orange-50\/5:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.05);
}
.focus\:ring-orange-50\/50:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.5);
}
.focus\:ring-orange-50\/55:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.55);
}
.focus\:ring-orange-50\/60:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.6);
}
.focus\:ring-orange-50\/65:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.65);
}
.focus\:ring-orange-50\/70:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.7);
}
.focus\:ring-orange-50\/75:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.75);
}
.focus\:ring-orange-50\/80:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.8);
}
.focus\:ring-orange-50\/85:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.85);
}
.focus\:ring-orange-50\/90:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.9);
}
.focus\:ring-orange-50\/95:focus {
    --tw-ring-color: rgba(255, 247, 237, 0.95);
}
.focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-500\/0:focus {
    --tw-ring-color: rgba(249, 115, 22, 0);
}
.focus\:ring-orange-500\/10:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.1);
}
.focus\:ring-orange-500\/100:focus {
    --tw-ring-color: #f97316;
}
.focus\:ring-orange-500\/15:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.15);
}
.focus\:ring-orange-500\/20:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.2);
}
.focus\:ring-orange-500\/25:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.25);
}
.focus\:ring-orange-500\/30:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.3);
}
.focus\:ring-orange-500\/35:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.35);
}
.focus\:ring-orange-500\/40:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.4);
}
.focus\:ring-orange-500\/45:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.45);
}
.focus\:ring-orange-500\/5:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.05);
}
.focus\:ring-orange-500\/50:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.5);
}
.focus\:ring-orange-500\/55:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.55);
}
.focus\:ring-orange-500\/60:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.6);
}
.focus\:ring-orange-500\/65:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.65);
}
.focus\:ring-orange-500\/70:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.7);
}
.focus\:ring-orange-500\/75:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.75);
}
.focus\:ring-orange-500\/80:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.8);
}
.focus\:ring-orange-500\/85:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.85);
}
.focus\:ring-orange-500\/90:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.9);
}
.focus\:ring-orange-500\/95:focus {
    --tw-ring-color: rgba(249, 115, 22, 0.95);
}
.focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-600\/0:focus {
    --tw-ring-color: rgba(234, 88, 12, 0);
}
.focus\:ring-orange-600\/10:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.1);
}
.focus\:ring-orange-600\/100:focus {
    --tw-ring-color: #ea580c;
}
.focus\:ring-orange-600\/15:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.15);
}
.focus\:ring-orange-600\/20:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.2);
}
.focus\:ring-orange-600\/25:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.25);
}
.focus\:ring-orange-600\/30:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.3);
}
.focus\:ring-orange-600\/35:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.35);
}
.focus\:ring-orange-600\/40:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.4);
}
.focus\:ring-orange-600\/45:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.45);
}
.focus\:ring-orange-600\/5:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.05);
}
.focus\:ring-orange-600\/50:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.5);
}
.focus\:ring-orange-600\/55:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.55);
}
.focus\:ring-orange-600\/60:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.6);
}
.focus\:ring-orange-600\/65:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.65);
}
.focus\:ring-orange-600\/70:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.7);
}
.focus\:ring-orange-600\/75:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.75);
}
.focus\:ring-orange-600\/80:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.8);
}
.focus\:ring-orange-600\/85:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.85);
}
.focus\:ring-orange-600\/90:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.9);
}
.focus\:ring-orange-600\/95:focus {
    --tw-ring-color: rgba(234, 88, 12, 0.95);
}
.focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-700\/0:focus {
    --tw-ring-color: rgba(194, 65, 12, 0);
}
.focus\:ring-orange-700\/10:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.1);
}
.focus\:ring-orange-700\/100:focus {
    --tw-ring-color: #c2410c;
}
.focus\:ring-orange-700\/15:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.15);
}
.focus\:ring-orange-700\/20:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.2);
}
.focus\:ring-orange-700\/25:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.25);
}
.focus\:ring-orange-700\/30:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.3);
}
.focus\:ring-orange-700\/35:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.35);
}
.focus\:ring-orange-700\/40:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.4);
}
.focus\:ring-orange-700\/45:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.45);
}
.focus\:ring-orange-700\/5:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.05);
}
.focus\:ring-orange-700\/50:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.5);
}
.focus\:ring-orange-700\/55:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.55);
}
.focus\:ring-orange-700\/60:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.6);
}
.focus\:ring-orange-700\/65:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.65);
}
.focus\:ring-orange-700\/70:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.7);
}
.focus\:ring-orange-700\/75:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.75);
}
.focus\:ring-orange-700\/80:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.8);
}
.focus\:ring-orange-700\/85:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.85);
}
.focus\:ring-orange-700\/90:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.9);
}
.focus\:ring-orange-700\/95:focus {
    --tw-ring-color: rgba(194, 65, 12, 0.95);
}
.focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-800\/0:focus {
    --tw-ring-color: rgba(154, 52, 18, 0);
}
.focus\:ring-orange-800\/10:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.1);
}
.focus\:ring-orange-800\/100:focus {
    --tw-ring-color: #9a3412;
}
.focus\:ring-orange-800\/15:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.15);
}
.focus\:ring-orange-800\/20:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.2);
}
.focus\:ring-orange-800\/25:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.25);
}
.focus\:ring-orange-800\/30:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.3);
}
.focus\:ring-orange-800\/35:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.35);
}
.focus\:ring-orange-800\/40:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.4);
}
.focus\:ring-orange-800\/45:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.45);
}
.focus\:ring-orange-800\/5:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.05);
}
.focus\:ring-orange-800\/50:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.5);
}
.focus\:ring-orange-800\/55:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.55);
}
.focus\:ring-orange-800\/60:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.6);
}
.focus\:ring-orange-800\/65:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.65);
}
.focus\:ring-orange-800\/70:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.7);
}
.focus\:ring-orange-800\/75:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.75);
}
.focus\:ring-orange-800\/80:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.8);
}
.focus\:ring-orange-800\/85:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.85);
}
.focus\:ring-orange-800\/90:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.9);
}
.focus\:ring-orange-800\/95:focus {
    --tw-ring-color: rgba(154, 52, 18, 0.95);
}
.focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-900\/0:focus {
    --tw-ring-color: rgba(124, 45, 18, 0);
}
.focus\:ring-orange-900\/10:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.1);
}
.focus\:ring-orange-900\/100:focus {
    --tw-ring-color: #7c2d12;
}
.focus\:ring-orange-900\/15:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.15);
}
.focus\:ring-orange-900\/20:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.2);
}
.focus\:ring-orange-900\/25:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.25);
}
.focus\:ring-orange-900\/30:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.3);
}
.focus\:ring-orange-900\/35:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.35);
}
.focus\:ring-orange-900\/40:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.4);
}
.focus\:ring-orange-900\/45:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.45);
}
.focus\:ring-orange-900\/5:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.05);
}
.focus\:ring-orange-900\/50:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.5);
}
.focus\:ring-orange-900\/55:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.55);
}
.focus\:ring-orange-900\/60:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.6);
}
.focus\:ring-orange-900\/65:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.65);
}
.focus\:ring-orange-900\/70:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.7);
}
.focus\:ring-orange-900\/75:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.75);
}
.focus\:ring-orange-900\/80:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.8);
}
.focus\:ring-orange-900\/85:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.85);
}
.focus\:ring-orange-900\/90:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.9);
}
.focus\:ring-orange-900\/95:focus {
    --tw-ring-color: rgba(124, 45, 18, 0.95);
}
.focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-100\/0:focus {
    --tw-ring-color: rgba(252, 231, 243, 0);
}
.focus\:ring-pink-100\/10:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.1);
}
.focus\:ring-pink-100\/100:focus {
    --tw-ring-color: #fce7f3;
}
.focus\:ring-pink-100\/15:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.15);
}
.focus\:ring-pink-100\/20:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.2);
}
.focus\:ring-pink-100\/25:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.25);
}
.focus\:ring-pink-100\/30:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.3);
}
.focus\:ring-pink-100\/35:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.35);
}
.focus\:ring-pink-100\/40:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.4);
}
.focus\:ring-pink-100\/45:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.45);
}
.focus\:ring-pink-100\/5:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.05);
}
.focus\:ring-pink-100\/50:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.5);
}
.focus\:ring-pink-100\/55:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.55);
}
.focus\:ring-pink-100\/60:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.6);
}
.focus\:ring-pink-100\/65:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.65);
}
.focus\:ring-pink-100\/70:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.7);
}
.focus\:ring-pink-100\/75:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.75);
}
.focus\:ring-pink-100\/80:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.8);
}
.focus\:ring-pink-100\/85:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.85);
}
.focus\:ring-pink-100\/90:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.9);
}
.focus\:ring-pink-100\/95:focus {
    --tw-ring-color: rgba(252, 231, 243, 0.95);
}
.focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-200\/0:focus {
    --tw-ring-color: rgba(251, 207, 232, 0);
}
.focus\:ring-pink-200\/10:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.1);
}
.focus\:ring-pink-200\/100:focus {
    --tw-ring-color: #fbcfe8;
}
.focus\:ring-pink-200\/15:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.15);
}
.focus\:ring-pink-200\/20:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.2);
}
.focus\:ring-pink-200\/25:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.25);
}
.focus\:ring-pink-200\/30:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.3);
}
.focus\:ring-pink-200\/35:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.35);
}
.focus\:ring-pink-200\/40:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.4);
}
.focus\:ring-pink-200\/45:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.45);
}
.focus\:ring-pink-200\/5:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.05);
}
.focus\:ring-pink-200\/50:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.5);
}
.focus\:ring-pink-200\/55:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.55);
}
.focus\:ring-pink-200\/60:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.6);
}
.focus\:ring-pink-200\/65:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.65);
}
.focus\:ring-pink-200\/70:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.7);
}
.focus\:ring-pink-200\/75:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.75);
}
.focus\:ring-pink-200\/80:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.8);
}
.focus\:ring-pink-200\/85:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.85);
}
.focus\:ring-pink-200\/90:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.9);
}
.focus\:ring-pink-200\/95:focus {
    --tw-ring-color: rgba(251, 207, 232, 0.95);
}
.focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-300\/0:focus {
    --tw-ring-color: rgba(249, 168, 212, 0);
}
.focus\:ring-pink-300\/10:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.1);
}
.focus\:ring-pink-300\/100:focus {
    --tw-ring-color: #f9a8d4;
}
.focus\:ring-pink-300\/15:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.15);
}
.focus\:ring-pink-300\/20:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.2);
}
.focus\:ring-pink-300\/25:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.25);
}
.focus\:ring-pink-300\/30:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.3);
}
.focus\:ring-pink-300\/35:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.35);
}
.focus\:ring-pink-300\/40:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.4);
}
.focus\:ring-pink-300\/45:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.45);
}
.focus\:ring-pink-300\/5:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.05);
}
.focus\:ring-pink-300\/50:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.5);
}
.focus\:ring-pink-300\/55:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.55);
}
.focus\:ring-pink-300\/60:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.6);
}
.focus\:ring-pink-300\/65:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.65);
}
.focus\:ring-pink-300\/70:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.7);
}
.focus\:ring-pink-300\/75:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.75);
}
.focus\:ring-pink-300\/80:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.8);
}
.focus\:ring-pink-300\/85:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.85);
}
.focus\:ring-pink-300\/90:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.9);
}
.focus\:ring-pink-300\/95:focus {
    --tw-ring-color: rgba(249, 168, 212, 0.95);
}
.focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-400\/0:focus {
    --tw-ring-color: rgba(244, 114, 182, 0);
}
.focus\:ring-pink-400\/10:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.1);
}
.focus\:ring-pink-400\/100:focus {
    --tw-ring-color: #f472b6;
}
.focus\:ring-pink-400\/15:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.15);
}
.focus\:ring-pink-400\/20:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.2);
}
.focus\:ring-pink-400\/25:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.25);
}
.focus\:ring-pink-400\/30:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.3);
}
.focus\:ring-pink-400\/35:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.35);
}
.focus\:ring-pink-400\/40:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.4);
}
.focus\:ring-pink-400\/45:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.45);
}
.focus\:ring-pink-400\/5:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.05);
}
.focus\:ring-pink-400\/50:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.5);
}
.focus\:ring-pink-400\/55:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.55);
}
.focus\:ring-pink-400\/60:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.6);
}
.focus\:ring-pink-400\/65:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.65);
}
.focus\:ring-pink-400\/70:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.7);
}
.focus\:ring-pink-400\/75:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.75);
}
.focus\:ring-pink-400\/80:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.8);
}
.focus\:ring-pink-400\/85:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.85);
}
.focus\:ring-pink-400\/90:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.9);
}
.focus\:ring-pink-400\/95:focus {
    --tw-ring-color: rgba(244, 114, 182, 0.95);
}
.focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-50\/0:focus {
    --tw-ring-color: rgba(253, 242, 248, 0);
}
.focus\:ring-pink-50\/10:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.1);
}
.focus\:ring-pink-50\/100:focus {
    --tw-ring-color: #fdf2f8;
}
.focus\:ring-pink-50\/15:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.15);
}
.focus\:ring-pink-50\/20:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.2);
}
.focus\:ring-pink-50\/25:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.25);
}
.focus\:ring-pink-50\/30:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.3);
}
.focus\:ring-pink-50\/35:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.35);
}
.focus\:ring-pink-50\/40:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.4);
}
.focus\:ring-pink-50\/45:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.45);
}
.focus\:ring-pink-50\/5:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.05);
}
.focus\:ring-pink-50\/50:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.5);
}
.focus\:ring-pink-50\/55:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.55);
}
.focus\:ring-pink-50\/60:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.6);
}
.focus\:ring-pink-50\/65:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.65);
}
.focus\:ring-pink-50\/70:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.7);
}
.focus\:ring-pink-50\/75:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.75);
}
.focus\:ring-pink-50\/80:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.8);
}
.focus\:ring-pink-50\/85:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.85);
}
.focus\:ring-pink-50\/90:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.9);
}
.focus\:ring-pink-50\/95:focus {
    --tw-ring-color: rgba(253, 242, 248, 0.95);
}
.focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-500\/0:focus {
    --tw-ring-color: rgba(236, 72, 153, 0);
}
.focus\:ring-pink-500\/10:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.1);
}
.focus\:ring-pink-500\/100:focus {
    --tw-ring-color: #ec4899;
}
.focus\:ring-pink-500\/15:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.15);
}
.focus\:ring-pink-500\/20:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.2);
}
.focus\:ring-pink-500\/25:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.25);
}
.focus\:ring-pink-500\/30:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.3);
}
.focus\:ring-pink-500\/35:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.35);
}
.focus\:ring-pink-500\/40:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.4);
}
.focus\:ring-pink-500\/45:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.45);
}
.focus\:ring-pink-500\/5:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.05);
}
.focus\:ring-pink-500\/50:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.5);
}
.focus\:ring-pink-500\/55:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.55);
}
.focus\:ring-pink-500\/60:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.6);
}
.focus\:ring-pink-500\/65:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.65);
}
.focus\:ring-pink-500\/70:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.7);
}
.focus\:ring-pink-500\/75:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.75);
}
.focus\:ring-pink-500\/80:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.8);
}
.focus\:ring-pink-500\/85:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.85);
}
.focus\:ring-pink-500\/90:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.9);
}
.focus\:ring-pink-500\/95:focus {
    --tw-ring-color: rgba(236, 72, 153, 0.95);
}
.focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-600\/0:focus {
    --tw-ring-color: rgba(219, 39, 119, 0);
}
.focus\:ring-pink-600\/10:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.1);
}
.focus\:ring-pink-600\/100:focus {
    --tw-ring-color: #db2777;
}
.focus\:ring-pink-600\/15:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.15);
}
.focus\:ring-pink-600\/20:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.2);
}
.focus\:ring-pink-600\/25:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.25);
}
.focus\:ring-pink-600\/30:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.3);
}
.focus\:ring-pink-600\/35:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.35);
}
.focus\:ring-pink-600\/40:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.4);
}
.focus\:ring-pink-600\/45:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.45);
}
.focus\:ring-pink-600\/5:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.05);
}
.focus\:ring-pink-600\/50:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.5);
}
.focus\:ring-pink-600\/55:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.55);
}
.focus\:ring-pink-600\/60:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.6);
}
.focus\:ring-pink-600\/65:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.65);
}
.focus\:ring-pink-600\/70:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.7);
}
.focus\:ring-pink-600\/75:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.75);
}
.focus\:ring-pink-600\/80:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.8);
}
.focus\:ring-pink-600\/85:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.85);
}
.focus\:ring-pink-600\/90:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.9);
}
.focus\:ring-pink-600\/95:focus {
    --tw-ring-color: rgba(219, 39, 119, 0.95);
}
.focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-700\/0:focus {
    --tw-ring-color: rgba(190, 24, 93, 0);
}
.focus\:ring-pink-700\/10:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.1);
}
.focus\:ring-pink-700\/100:focus {
    --tw-ring-color: #be185d;
}
.focus\:ring-pink-700\/15:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.15);
}
.focus\:ring-pink-700\/20:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.2);
}
.focus\:ring-pink-700\/25:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.25);
}
.focus\:ring-pink-700\/30:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.3);
}
.focus\:ring-pink-700\/35:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.35);
}
.focus\:ring-pink-700\/40:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.4);
}
.focus\:ring-pink-700\/45:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.45);
}
.focus\:ring-pink-700\/5:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.05);
}
.focus\:ring-pink-700\/50:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.5);
}
.focus\:ring-pink-700\/55:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.55);
}
.focus\:ring-pink-700\/60:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.6);
}
.focus\:ring-pink-700\/65:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.65);
}
.focus\:ring-pink-700\/70:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.7);
}
.focus\:ring-pink-700\/75:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.75);
}
.focus\:ring-pink-700\/80:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.8);
}
.focus\:ring-pink-700\/85:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.85);
}
.focus\:ring-pink-700\/90:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.9);
}
.focus\:ring-pink-700\/95:focus {
    --tw-ring-color: rgba(190, 24, 93, 0.95);
}
.focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-800\/0:focus {
    --tw-ring-color: rgba(157, 23, 77, 0);
}
.focus\:ring-pink-800\/10:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.1);
}
.focus\:ring-pink-800\/100:focus {
    --tw-ring-color: #9d174d;
}
.focus\:ring-pink-800\/15:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.15);
}
.focus\:ring-pink-800\/20:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.2);
}
.focus\:ring-pink-800\/25:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.25);
}
.focus\:ring-pink-800\/30:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.3);
}
.focus\:ring-pink-800\/35:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.35);
}
.focus\:ring-pink-800\/40:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.4);
}
.focus\:ring-pink-800\/45:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.45);
}
.focus\:ring-pink-800\/5:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.05);
}
.focus\:ring-pink-800\/50:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.5);
}
.focus\:ring-pink-800\/55:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.55);
}
.focus\:ring-pink-800\/60:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.6);
}
.focus\:ring-pink-800\/65:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.65);
}
.focus\:ring-pink-800\/70:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.7);
}
.focus\:ring-pink-800\/75:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.75);
}
.focus\:ring-pink-800\/80:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.8);
}
.focus\:ring-pink-800\/85:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.85);
}
.focus\:ring-pink-800\/90:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.9);
}
.focus\:ring-pink-800\/95:focus {
    --tw-ring-color: rgba(157, 23, 77, 0.95);
}
.focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-900\/0:focus {
    --tw-ring-color: rgba(131, 24, 67, 0);
}
.focus\:ring-pink-900\/10:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.1);
}
.focus\:ring-pink-900\/100:focus {
    --tw-ring-color: #831843;
}
.focus\:ring-pink-900\/15:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.15);
}
.focus\:ring-pink-900\/20:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.2);
}
.focus\:ring-pink-900\/25:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.25);
}
.focus\:ring-pink-900\/30:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.3);
}
.focus\:ring-pink-900\/35:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.35);
}
.focus\:ring-pink-900\/40:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.4);
}
.focus\:ring-pink-900\/45:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.45);
}
.focus\:ring-pink-900\/5:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.05);
}
.focus\:ring-pink-900\/50:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.5);
}
.focus\:ring-pink-900\/55:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.55);
}
.focus\:ring-pink-900\/60:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.6);
}
.focus\:ring-pink-900\/65:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.65);
}
.focus\:ring-pink-900\/70:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.7);
}
.focus\:ring-pink-900\/75:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.75);
}
.focus\:ring-pink-900\/80:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.8);
}
.focus\:ring-pink-900\/85:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.85);
}
.focus\:ring-pink-900\/90:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.9);
}
.focus\:ring-pink-900\/95:focus {
    --tw-ring-color: rgba(131, 24, 67, 0.95);
}
.focus\:ring-police-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 204 204 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-100\/0:focus {
    --tw-ring-color: rgba(153, 204, 204, 0);
}
.focus\:ring-police-100\/10:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.1);
}
.focus\:ring-police-100\/100:focus {
    --tw-ring-color: #9cc;
}
.focus\:ring-police-100\/15:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.15);
}
.focus\:ring-police-100\/20:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.2);
}
.focus\:ring-police-100\/25:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.25);
}
.focus\:ring-police-100\/30:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.3);
}
.focus\:ring-police-100\/35:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.35);
}
.focus\:ring-police-100\/40:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.4);
}
.focus\:ring-police-100\/45:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.45);
}
.focus\:ring-police-100\/5:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.05);
}
.focus\:ring-police-100\/50:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.5);
}
.focus\:ring-police-100\/55:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.55);
}
.focus\:ring-police-100\/60:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.6);
}
.focus\:ring-police-100\/65:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.65);
}
.focus\:ring-police-100\/70:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.7);
}
.focus\:ring-police-100\/75:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.75);
}
.focus\:ring-police-100\/80:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.8);
}
.focus\:ring-police-100\/85:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.85);
}
.focus\:ring-police-100\/90:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.9);
}
.focus\:ring-police-100\/95:focus {
    --tw-ring-color: rgba(153, 204, 204, 0.95);
}
.focus\:ring-police-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 133 214 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-200\/0:focus {
    --tw-ring-color: rgba(133, 133, 214, 0);
}
.focus\:ring-police-200\/10:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.1);
}
.focus\:ring-police-200\/100:focus {
    --tw-ring-color: #8585d6;
}
.focus\:ring-police-200\/15:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.15);
}
.focus\:ring-police-200\/20:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.2);
}
.focus\:ring-police-200\/25:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.25);
}
.focus\:ring-police-200\/30:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.3);
}
.focus\:ring-police-200\/35:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.35);
}
.focus\:ring-police-200\/40:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.4);
}
.focus\:ring-police-200\/45:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.45);
}
.focus\:ring-police-200\/5:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.05);
}
.focus\:ring-police-200\/50:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.5);
}
.focus\:ring-police-200\/55:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.55);
}
.focus\:ring-police-200\/60:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.6);
}
.focus\:ring-police-200\/65:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.65);
}
.focus\:ring-police-200\/70:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.7);
}
.focus\:ring-police-200\/75:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.75);
}
.focus\:ring-police-200\/80:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.8);
}
.focus\:ring-police-200\/85:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.85);
}
.focus\:ring-police-200\/90:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.9);
}
.focus\:ring-police-200\/95:focus {
    --tw-ring-color: rgba(133, 133, 214, 0.95);
}
.focus\:ring-police-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(106 106 205 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-300\/0:focus {
    --tw-ring-color: rgba(106, 106, 205, 0);
}
.focus\:ring-police-300\/10:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.1);
}
.focus\:ring-police-300\/100:focus {
    --tw-ring-color: #6a6acd;
}
.focus\:ring-police-300\/15:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.15);
}
.focus\:ring-police-300\/20:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.2);
}
.focus\:ring-police-300\/25:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.25);
}
.focus\:ring-police-300\/30:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.3);
}
.focus\:ring-police-300\/35:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.35);
}
.focus\:ring-police-300\/40:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.4);
}
.focus\:ring-police-300\/45:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.45);
}
.focus\:ring-police-300\/5:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.05);
}
.focus\:ring-police-300\/50:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.5);
}
.focus\:ring-police-300\/55:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.55);
}
.focus\:ring-police-300\/60:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.6);
}
.focus\:ring-police-300\/65:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.65);
}
.focus\:ring-police-300\/70:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.7);
}
.focus\:ring-police-300\/75:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.75);
}
.focus\:ring-police-300\/80:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.8);
}
.focus\:ring-police-300\/85:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.85);
}
.focus\:ring-police-300\/90:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.9);
}
.focus\:ring-police-300\/95:focus {
    --tw-ring-color: rgba(106, 106, 205, 0.95);
}
.focus\:ring-police-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 79 196 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-400\/0:focus {
    --tw-ring-color: rgba(79, 79, 196, 0);
}
.focus\:ring-police-400\/10:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.1);
}
.focus\:ring-police-400\/100:focus {
    --tw-ring-color: #4f4fc4;
}
.focus\:ring-police-400\/15:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.15);
}
.focus\:ring-police-400\/20:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.2);
}
.focus\:ring-police-400\/25:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.25);
}
.focus\:ring-police-400\/30:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.3);
}
.focus\:ring-police-400\/35:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.35);
}
.focus\:ring-police-400\/40:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.4);
}
.focus\:ring-police-400\/45:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.45);
}
.focus\:ring-police-400\/5:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.05);
}
.focus\:ring-police-400\/50:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.5);
}
.focus\:ring-police-400\/55:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.55);
}
.focus\:ring-police-400\/60:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.6);
}
.focus\:ring-police-400\/65:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.65);
}
.focus\:ring-police-400\/70:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.7);
}
.focus\:ring-police-400\/75:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.75);
}
.focus\:ring-police-400\/80:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.8);
}
.focus\:ring-police-400\/85:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.85);
}
.focus\:ring-police-400\/90:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.9);
}
.focus\:ring-police-400\/95:focus {
    --tw-ring-color: rgba(79, 79, 196, 0.95);
}
.focus\:ring-police-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(194 194 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-50\/0:focus {
    --tw-ring-color: rgba(194, 194, 235, 0);
}
.focus\:ring-police-50\/10:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.1);
}
.focus\:ring-police-50\/100:focus {
    --tw-ring-color: #c2c2eb;
}
.focus\:ring-police-50\/15:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.15);
}
.focus\:ring-police-50\/20:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.2);
}
.focus\:ring-police-50\/25:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.25);
}
.focus\:ring-police-50\/30:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.3);
}
.focus\:ring-police-50\/35:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.35);
}
.focus\:ring-police-50\/40:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.4);
}
.focus\:ring-police-50\/45:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.45);
}
.focus\:ring-police-50\/5:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.05);
}
.focus\:ring-police-50\/50:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.5);
}
.focus\:ring-police-50\/55:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.55);
}
.focus\:ring-police-50\/60:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.6);
}
.focus\:ring-police-50\/65:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.65);
}
.focus\:ring-police-50\/70:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.7);
}
.focus\:ring-police-50\/75:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.75);
}
.focus\:ring-police-50\/80:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.8);
}
.focus\:ring-police-50\/85:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.85);
}
.focus\:ring-police-50\/90:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.9);
}
.focus\:ring-police-50\/95:focus {
    --tw-ring-color: rgba(194, 194, 235, 0.95);
}
.focus\:ring-police-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(60 60 180 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-500\/0:focus {
    --tw-ring-color: rgba(60, 60, 180, 0);
}
.focus\:ring-police-500\/10:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.1);
}
.focus\:ring-police-500\/100:focus {
    --tw-ring-color: #3c3cb4;
}
.focus\:ring-police-500\/15:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.15);
}
.focus\:ring-police-500\/20:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.2);
}
.focus\:ring-police-500\/25:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.25);
}
.focus\:ring-police-500\/30:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.3);
}
.focus\:ring-police-500\/35:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.35);
}
.focus\:ring-police-500\/40:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.4);
}
.focus\:ring-police-500\/45:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.45);
}
.focus\:ring-police-500\/5:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.05);
}
.focus\:ring-police-500\/50:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.5);
}
.focus\:ring-police-500\/55:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.55);
}
.focus\:ring-police-500\/60:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.6);
}
.focus\:ring-police-500\/65:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.65);
}
.focus\:ring-police-500\/70:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.7);
}
.focus\:ring-police-500\/75:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.75);
}
.focus\:ring-police-500\/80:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.8);
}
.focus\:ring-police-500\/85:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.85);
}
.focus\:ring-police-500\/90:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.9);
}
.focus\:ring-police-500\/95:focus {
    --tw-ring-color: rgba(60, 60, 180, 0.95);
}
.focus\:ring-police-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 51 153 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-600\/0:focus {
    --tw-ring-color: rgba(51, 51, 153, 0);
}
.focus\:ring-police-600\/10:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.1);
}
.focus\:ring-police-600\/100:focus {
    --tw-ring-color: #339;
}
.focus\:ring-police-600\/15:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.15);
}
.focus\:ring-police-600\/20:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.2);
}
.focus\:ring-police-600\/25:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.25);
}
.focus\:ring-police-600\/30:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.3);
}
.focus\:ring-police-600\/35:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.35);
}
.focus\:ring-police-600\/40:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.4);
}
.focus\:ring-police-600\/45:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.45);
}
.focus\:ring-police-600\/5:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.05);
}
.focus\:ring-police-600\/50:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.5);
}
.focus\:ring-police-600\/55:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.55);
}
.focus\:ring-police-600\/60:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.6);
}
.focus\:ring-police-600\/65:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.65);
}
.focus\:ring-police-600\/70:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.7);
}
.focus\:ring-police-600\/75:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.75);
}
.focus\:ring-police-600\/80:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.8);
}
.focus\:ring-police-600\/85:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.85);
}
.focus\:ring-police-600\/90:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.9);
}
.focus\:ring-police-600\/95:focus {
    --tw-ring-color: rgba(51, 51, 153, 0.95);
}
.focus\:ring-police-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 37 111 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-700\/0:focus {
    --tw-ring-color: rgba(37, 37, 111, 0);
}
.focus\:ring-police-700\/10:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.1);
}
.focus\:ring-police-700\/100:focus {
    --tw-ring-color: #25256f;
}
.focus\:ring-police-700\/15:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.15);
}
.focus\:ring-police-700\/20:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.2);
}
.focus\:ring-police-700\/25:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.25);
}
.focus\:ring-police-700\/30:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.3);
}
.focus\:ring-police-700\/35:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.35);
}
.focus\:ring-police-700\/40:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.4);
}
.focus\:ring-police-700\/45:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.45);
}
.focus\:ring-police-700\/5:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.05);
}
.focus\:ring-police-700\/50:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.5);
}
.focus\:ring-police-700\/55:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.55);
}
.focus\:ring-police-700\/60:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.6);
}
.focus\:ring-police-700\/65:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.65);
}
.focus\:ring-police-700\/70:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.7);
}
.focus\:ring-police-700\/75:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.75);
}
.focus\:ring-police-700\/80:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.8);
}
.focus\:ring-police-700\/85:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.85);
}
.focus\:ring-police-700\/90:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.9);
}
.focus\:ring-police-700\/95:focus {
    --tw-ring-color: rgba(37, 37, 111, 0.95);
}
.focus\:ring-police-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 69 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-800\/0:focus {
    --tw-ring-color: rgba(23, 23, 69, 0);
}
.focus\:ring-police-800\/10:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.1);
}
.focus\:ring-police-800\/100:focus {
    --tw-ring-color: #171745;
}
.focus\:ring-police-800\/15:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.15);
}
.focus\:ring-police-800\/20:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.2);
}
.focus\:ring-police-800\/25:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.25);
}
.focus\:ring-police-800\/30:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.3);
}
.focus\:ring-police-800\/35:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.35);
}
.focus\:ring-police-800\/40:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.4);
}
.focus\:ring-police-800\/45:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.45);
}
.focus\:ring-police-800\/5:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.05);
}
.focus\:ring-police-800\/50:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.5);
}
.focus\:ring-police-800\/55:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.55);
}
.focus\:ring-police-800\/60:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.6);
}
.focus\:ring-police-800\/65:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.65);
}
.focus\:ring-police-800\/70:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.7);
}
.focus\:ring-police-800\/75:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.75);
}
.focus\:ring-police-800\/80:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.8);
}
.focus\:ring-police-800\/85:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.85);
}
.focus\:ring-police-800\/90:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.9);
}
.focus\:ring-police-800\/95:focus {
    --tw-ring-color: rgba(23, 23, 69, 0.95);
}
.focus\:ring-police-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(9 9 27 / var(--tw-ring-opacity, 1));
}
.focus\:ring-police-900\/0:focus {
    --tw-ring-color: rgba(9, 9, 27, 0);
}
.focus\:ring-police-900\/10:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.1);
}
.focus\:ring-police-900\/100:focus {
    --tw-ring-color: #09091b;
}
.focus\:ring-police-900\/15:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.15);
}
.focus\:ring-police-900\/20:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.2);
}
.focus\:ring-police-900\/25:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.25);
}
.focus\:ring-police-900\/30:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.3);
}
.focus\:ring-police-900\/35:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.35);
}
.focus\:ring-police-900\/40:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.4);
}
.focus\:ring-police-900\/45:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.45);
}
.focus\:ring-police-900\/5:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.05);
}
.focus\:ring-police-900\/50:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.5);
}
.focus\:ring-police-900\/55:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.55);
}
.focus\:ring-police-900\/60:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.6);
}
.focus\:ring-police-900\/65:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.65);
}
.focus\:ring-police-900\/70:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.7);
}
.focus\:ring-police-900\/75:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.75);
}
.focus\:ring-police-900\/80:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.8);
}
.focus\:ring-police-900\/85:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.85);
}
.focus\:ring-police-900\/90:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.9);
}
.focus\:ring-police-900\/95:focus {
    --tw-ring-color: rgba(9, 9, 27, 0.95);
}
.focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 112 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-500:focus,
.focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-100\/0:focus {
    --tw-ring-color: rgba(237, 233, 254, 0);
}
.focus\:ring-purple-100\/10:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.1);
}
.focus\:ring-purple-100\/100:focus {
    --tw-ring-color: #ede9fe;
}
.focus\:ring-purple-100\/15:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.15);
}
.focus\:ring-purple-100\/20:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.2);
}
.focus\:ring-purple-100\/25:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.25);
}
.focus\:ring-purple-100\/30:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.3);
}
.focus\:ring-purple-100\/35:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.35);
}
.focus\:ring-purple-100\/40:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.4);
}
.focus\:ring-purple-100\/45:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.45);
}
.focus\:ring-purple-100\/5:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.05);
}
.focus\:ring-purple-100\/50:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.5);
}
.focus\:ring-purple-100\/55:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.55);
}
.focus\:ring-purple-100\/60:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.6);
}
.focus\:ring-purple-100\/65:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.65);
}
.focus\:ring-purple-100\/70:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.7);
}
.focus\:ring-purple-100\/75:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.75);
}
.focus\:ring-purple-100\/80:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.8);
}
.focus\:ring-purple-100\/85:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.85);
}
.focus\:ring-purple-100\/90:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.9);
}
.focus\:ring-purple-100\/95:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.95);
}
.focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-200\/0:focus {
    --tw-ring-color: rgba(221, 214, 254, 0);
}
.focus\:ring-purple-200\/10:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.1);
}
.focus\:ring-purple-200\/100:focus {
    --tw-ring-color: #ddd6fe;
}
.focus\:ring-purple-200\/15:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.15);
}
.focus\:ring-purple-200\/20:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.2);
}
.focus\:ring-purple-200\/25:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.25);
}
.focus\:ring-purple-200\/30:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.3);
}
.focus\:ring-purple-200\/35:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.35);
}
.focus\:ring-purple-200\/40:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.4);
}
.focus\:ring-purple-200\/45:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.45);
}
.focus\:ring-purple-200\/5:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.05);
}
.focus\:ring-purple-200\/50:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.5);
}
.focus\:ring-purple-200\/55:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.55);
}
.focus\:ring-purple-200\/60:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.6);
}
.focus\:ring-purple-200\/65:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.65);
}
.focus\:ring-purple-200\/70:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.7);
}
.focus\:ring-purple-200\/75:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.75);
}
.focus\:ring-purple-200\/80:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.8);
}
.focus\:ring-purple-200\/85:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.85);
}
.focus\:ring-purple-200\/90:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.9);
}
.focus\:ring-purple-200\/95:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.95);
}
.focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-300\/0:focus {
    --tw-ring-color: rgba(196, 181, 253, 0);
}
.focus\:ring-purple-300\/10:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.1);
}
.focus\:ring-purple-300\/100:focus {
    --tw-ring-color: #c4b5fd;
}
.focus\:ring-purple-300\/15:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.15);
}
.focus\:ring-purple-300\/20:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.2);
}
.focus\:ring-purple-300\/25:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.25);
}
.focus\:ring-purple-300\/30:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.3);
}
.focus\:ring-purple-300\/35:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.35);
}
.focus\:ring-purple-300\/40:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.4);
}
.focus\:ring-purple-300\/45:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.45);
}
.focus\:ring-purple-300\/5:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.05);
}
.focus\:ring-purple-300\/50:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.5);
}
.focus\:ring-purple-300\/55:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.55);
}
.focus\:ring-purple-300\/60:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.6);
}
.focus\:ring-purple-300\/65:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.65);
}
.focus\:ring-purple-300\/70:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.7);
}
.focus\:ring-purple-300\/75:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.75);
}
.focus\:ring-purple-300\/80:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.8);
}
.focus\:ring-purple-300\/85:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.85);
}
.focus\:ring-purple-300\/90:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.9);
}
.focus\:ring-purple-300\/95:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.95);
}
.focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-400\/0:focus {
    --tw-ring-color: rgba(167, 139, 250, 0);
}
.focus\:ring-purple-400\/10:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.1);
}
.focus\:ring-purple-400\/100:focus {
    --tw-ring-color: #a78bfa;
}
.focus\:ring-purple-400\/15:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.15);
}
.focus\:ring-purple-400\/20:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.2);
}
.focus\:ring-purple-400\/25:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.25);
}
.focus\:ring-purple-400\/30:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.3);
}
.focus\:ring-purple-400\/35:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.35);
}
.focus\:ring-purple-400\/40:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.4);
}
.focus\:ring-purple-400\/45:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.45);
}
.focus\:ring-purple-400\/5:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.05);
}
.focus\:ring-purple-400\/50:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.5);
}
.focus\:ring-purple-400\/55:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.55);
}
.focus\:ring-purple-400\/60:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.6);
}
.focus\:ring-purple-400\/65:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.65);
}
.focus\:ring-purple-400\/70:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.7);
}
.focus\:ring-purple-400\/75:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.75);
}
.focus\:ring-purple-400\/80:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.8);
}
.focus\:ring-purple-400\/85:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.85);
}
.focus\:ring-purple-400\/90:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.9);
}
.focus\:ring-purple-400\/95:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.95);
}
.focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-50\/0:focus {
    --tw-ring-color: rgba(245, 243, 255, 0);
}
.focus\:ring-purple-50\/10:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.1);
}
.focus\:ring-purple-50\/100:focus {
    --tw-ring-color: #f5f3ff;
}
.focus\:ring-purple-50\/15:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.15);
}
.focus\:ring-purple-50\/20:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.2);
}
.focus\:ring-purple-50\/25:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.25);
}
.focus\:ring-purple-50\/30:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.3);
}
.focus\:ring-purple-50\/35:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.35);
}
.focus\:ring-purple-50\/40:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.4);
}
.focus\:ring-purple-50\/45:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.45);
}
.focus\:ring-purple-50\/5:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.05);
}
.focus\:ring-purple-50\/50:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.5);
}
.focus\:ring-purple-50\/55:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.55);
}
.focus\:ring-purple-50\/60:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.6);
}
.focus\:ring-purple-50\/65:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.65);
}
.focus\:ring-purple-50\/70:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.7);
}
.focus\:ring-purple-50\/75:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.75);
}
.focus\:ring-purple-50\/80:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.8);
}
.focus\:ring-purple-50\/85:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.85);
}
.focus\:ring-purple-50\/90:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.9);
}
.focus\:ring-purple-50\/95:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.95);
}
.focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-500\/0:focus {
    --tw-ring-color: rgba(139, 92, 246, 0);
}
.focus\:ring-purple-500\/10:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.1);
}
.focus\:ring-purple-500\/100:focus {
    --tw-ring-color: #8b5cf6;
}
.focus\:ring-purple-500\/15:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.15);
}
.focus\:ring-purple-500\/20:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.2);
}
.focus\:ring-purple-500\/25:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.25);
}
.focus\:ring-purple-500\/30:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.3);
}
.focus\:ring-purple-500\/35:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.35);
}
.focus\:ring-purple-500\/40:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.4);
}
.focus\:ring-purple-500\/45:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.45);
}
.focus\:ring-purple-500\/5:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.05);
}
.focus\:ring-purple-500\/50:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.5);
}
.focus\:ring-purple-500\/55:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.55);
}
.focus\:ring-purple-500\/60:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.6);
}
.focus\:ring-purple-500\/65:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.65);
}
.focus\:ring-purple-500\/70:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.7);
}
.focus\:ring-purple-500\/75:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.75);
}
.focus\:ring-purple-500\/80:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.8);
}
.focus\:ring-purple-500\/85:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.85);
}
.focus\:ring-purple-500\/90:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.9);
}
.focus\:ring-purple-500\/95:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.95);
}
.focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-600\/0:focus {
    --tw-ring-color: rgba(124, 58, 237, 0);
}
.focus\:ring-purple-600\/10:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.1);
}
.focus\:ring-purple-600\/100:focus {
    --tw-ring-color: #7c3aed;
}
.focus\:ring-purple-600\/15:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.15);
}
.focus\:ring-purple-600\/20:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.2);
}
.focus\:ring-purple-600\/25:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.25);
}
.focus\:ring-purple-600\/30:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.3);
}
.focus\:ring-purple-600\/35:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.35);
}
.focus\:ring-purple-600\/40:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.4);
}
.focus\:ring-purple-600\/45:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.45);
}
.focus\:ring-purple-600\/5:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.05);
}
.focus\:ring-purple-600\/50:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.5);
}
.focus\:ring-purple-600\/55:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.55);
}
.focus\:ring-purple-600\/60:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.6);
}
.focus\:ring-purple-600\/65:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.65);
}
.focus\:ring-purple-600\/70:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.7);
}
.focus\:ring-purple-600\/75:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.75);
}
.focus\:ring-purple-600\/80:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.8);
}
.focus\:ring-purple-600\/85:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.85);
}
.focus\:ring-purple-600\/90:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.9);
}
.focus\:ring-purple-600\/95:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.95);
}
.focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-700\/0:focus {
    --tw-ring-color: rgba(109, 40, 217, 0);
}
.focus\:ring-purple-700\/10:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.1);
}
.focus\:ring-purple-700\/100:focus {
    --tw-ring-color: #6d28d9;
}
.focus\:ring-purple-700\/15:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.15);
}
.focus\:ring-purple-700\/20:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.2);
}
.focus\:ring-purple-700\/25:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.25);
}
.focus\:ring-purple-700\/30:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.3);
}
.focus\:ring-purple-700\/35:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.35);
}
.focus\:ring-purple-700\/40:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.4);
}
.focus\:ring-purple-700\/45:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.45);
}
.focus\:ring-purple-700\/5:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.05);
}
.focus\:ring-purple-700\/50:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.5);
}
.focus\:ring-purple-700\/55:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.55);
}
.focus\:ring-purple-700\/60:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.6);
}
.focus\:ring-purple-700\/65:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.65);
}
.focus\:ring-purple-700\/70:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.7);
}
.focus\:ring-purple-700\/75:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.75);
}
.focus\:ring-purple-700\/80:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.8);
}
.focus\:ring-purple-700\/85:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.85);
}
.focus\:ring-purple-700\/90:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.9);
}
.focus\:ring-purple-700\/95:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.95);
}
.focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-800\/0:focus {
    --tw-ring-color: rgba(91, 33, 182, 0);
}
.focus\:ring-purple-800\/10:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.1);
}
.focus\:ring-purple-800\/100:focus {
    --tw-ring-color: #5b21b6;
}
.focus\:ring-purple-800\/15:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.15);
}
.focus\:ring-purple-800\/20:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.2);
}
.focus\:ring-purple-800\/25:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.25);
}
.focus\:ring-purple-800\/30:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.3);
}
.focus\:ring-purple-800\/35:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.35);
}
.focus\:ring-purple-800\/40:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.4);
}
.focus\:ring-purple-800\/45:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.45);
}
.focus\:ring-purple-800\/5:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.05);
}
.focus\:ring-purple-800\/50:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.5);
}
.focus\:ring-purple-800\/55:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.55);
}
.focus\:ring-purple-800\/60:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.6);
}
.focus\:ring-purple-800\/65:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.65);
}
.focus\:ring-purple-800\/70:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.7);
}
.focus\:ring-purple-800\/75:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.75);
}
.focus\:ring-purple-800\/80:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.8);
}
.focus\:ring-purple-800\/85:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.85);
}
.focus\:ring-purple-800\/90:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.9);
}
.focus\:ring-purple-800\/95:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.95);
}
.focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-900\/0:focus {
    --tw-ring-color: rgba(76, 29, 149, 0);
}
.focus\:ring-purple-900\/10:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.1);
}
.focus\:ring-purple-900\/100:focus {
    --tw-ring-color: #4c1d95;
}
.focus\:ring-purple-900\/15:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.15);
}
.focus\:ring-purple-900\/20:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.2);
}
.focus\:ring-purple-900\/25:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.25);
}
.focus\:ring-purple-900\/30:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.3);
}
.focus\:ring-purple-900\/35:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.35);
}
.focus\:ring-purple-900\/40:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.4);
}
.focus\:ring-purple-900\/45:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.45);
}
.focus\:ring-purple-900\/5:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.05);
}
.focus\:ring-purple-900\/50:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.5);
}
.focus\:ring-purple-900\/55:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.55);
}
.focus\:ring-purple-900\/60:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.6);
}
.focus\:ring-purple-900\/65:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.65);
}
.focus\:ring-purple-900\/70:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.7);
}
.focus\:ring-purple-900\/75:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.75);
}
.focus\:ring-purple-900\/80:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.8);
}
.focus\:ring-purple-900\/85:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.85);
}
.focus\:ring-purple-900\/90:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.9);
}
.focus\:ring-purple-900\/95:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.95);
}
.focus\:ring-rdv-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rdv-blueribbon:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 77 145 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rdv-botticelli:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 222 239 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rdv-dodgerblue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(95 143 209 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rdv-ghost:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(198 205 216 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rdv-highlight:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(246 219 120 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rdv-puertorico:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(87 184 147 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-100\/0:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0);
}
.focus\:ring-red-100\/10:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.1);
}
.focus\:ring-red-100\/100:focus {
    --tw-ring-color: #fee2e2;
}
.focus\:ring-red-100\/15:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.15);
}
.focus\:ring-red-100\/20:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.2);
}
.focus\:ring-red-100\/25:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.25);
}
.focus\:ring-red-100\/30:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.3);
}
.focus\:ring-red-100\/35:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.35);
}
.focus\:ring-red-100\/40:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.4);
}
.focus\:ring-red-100\/45:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.45);
}
.focus\:ring-red-100\/5:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.05);
}
.focus\:ring-red-100\/50:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.5);
}
.focus\:ring-red-100\/55:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.55);
}
.focus\:ring-red-100\/60:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.6);
}
.focus\:ring-red-100\/65:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.65);
}
.focus\:ring-red-100\/70:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.7);
}
.focus\:ring-red-100\/75:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.75);
}
.focus\:ring-red-100\/80:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.8);
}
.focus\:ring-red-100\/85:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.85);
}
.focus\:ring-red-100\/90:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.9);
}
.focus\:ring-red-100\/95:focus {
    --tw-ring-color: hsla(0, 93%, 94%, 0.95);
}
.focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-200\/0:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0);
}
.focus\:ring-red-200\/10:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.1);
}
.focus\:ring-red-200\/100:focus {
    --tw-ring-color: #fecaca;
}
.focus\:ring-red-200\/15:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.15);
}
.focus\:ring-red-200\/20:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.2);
}
.focus\:ring-red-200\/25:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.25);
}
.focus\:ring-red-200\/30:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.3);
}
.focus\:ring-red-200\/35:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.35);
}
.focus\:ring-red-200\/40:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.4);
}
.focus\:ring-red-200\/45:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.45);
}
.focus\:ring-red-200\/5:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.05);
}
.focus\:ring-red-200\/50:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.5);
}
.focus\:ring-red-200\/55:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.55);
}
.focus\:ring-red-200\/60:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.6);
}
.focus\:ring-red-200\/65:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.65);
}
.focus\:ring-red-200\/70:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.7);
}
.focus\:ring-red-200\/75:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.75);
}
.focus\:ring-red-200\/80:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.8);
}
.focus\:ring-red-200\/85:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.85);
}
.focus\:ring-red-200\/90:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.9);
}
.focus\:ring-red-200\/95:focus {
    --tw-ring-color: hsla(0, 96%, 89%, 0.95);
}
.focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-300\/0:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0);
}
.focus\:ring-red-300\/10:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.1);
}
.focus\:ring-red-300\/100:focus {
    --tw-ring-color: #fca5a5;
}
.focus\:ring-red-300\/15:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.15);
}
.focus\:ring-red-300\/20:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.2);
}
.focus\:ring-red-300\/25:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.25);
}
.focus\:ring-red-300\/30:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.3);
}
.focus\:ring-red-300\/35:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.35);
}
.focus\:ring-red-300\/40:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.4);
}
.focus\:ring-red-300\/45:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.45);
}
.focus\:ring-red-300\/5:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.05);
}
.focus\:ring-red-300\/50:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.5);
}
.focus\:ring-red-300\/55:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.55);
}
.focus\:ring-red-300\/60:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.6);
}
.focus\:ring-red-300\/65:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.65);
}
.focus\:ring-red-300\/70:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.7);
}
.focus\:ring-red-300\/75:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.75);
}
.focus\:ring-red-300\/80:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.8);
}
.focus\:ring-red-300\/85:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.85);
}
.focus\:ring-red-300\/90:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.9);
}
.focus\:ring-red-300\/95:focus {
    --tw-ring-color: hsla(0, 94%, 82%, 0.95);
}
.focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-400\/0:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0);
}
.focus\:ring-red-400\/10:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.1);
}
.focus\:ring-red-400\/100:focus {
    --tw-ring-color: #f87171;
}
.focus\:ring-red-400\/15:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.15);
}
.focus\:ring-red-400\/20:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.2);
}
.focus\:ring-red-400\/25:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.25);
}
.focus\:ring-red-400\/30:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.3);
}
.focus\:ring-red-400\/35:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.35);
}
.focus\:ring-red-400\/40:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.4);
}
.focus\:ring-red-400\/45:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.45);
}
.focus\:ring-red-400\/5:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.05);
}
.focus\:ring-red-400\/50:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.5);
}
.focus\:ring-red-400\/55:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.55);
}
.focus\:ring-red-400\/60:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.6);
}
.focus\:ring-red-400\/65:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.65);
}
.focus\:ring-red-400\/70:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.7);
}
.focus\:ring-red-400\/75:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.75);
}
.focus\:ring-red-400\/80:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.8);
}
.focus\:ring-red-400\/85:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.85);
}
.focus\:ring-red-400\/90:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.9);
}
.focus\:ring-red-400\/95:focus {
    --tw-ring-color: hsla(0, 91%, 71%, 0.95);
}
.focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-50\/0:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0);
}
.focus\:ring-red-50\/10:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.1);
}
.focus\:ring-red-50\/100:focus {
    --tw-ring-color: #fef2f2;
}
.focus\:ring-red-50\/15:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.15);
}
.focus\:ring-red-50\/20:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.2);
}
.focus\:ring-red-50\/25:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.25);
}
.focus\:ring-red-50\/30:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.3);
}
.focus\:ring-red-50\/35:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.35);
}
.focus\:ring-red-50\/40:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.4);
}
.focus\:ring-red-50\/45:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.45);
}
.focus\:ring-red-50\/5:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.05);
}
.focus\:ring-red-50\/50:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.5);
}
.focus\:ring-red-50\/55:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.55);
}
.focus\:ring-red-50\/60:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.6);
}
.focus\:ring-red-50\/65:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.65);
}
.focus\:ring-red-50\/70:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.7);
}
.focus\:ring-red-50\/75:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.75);
}
.focus\:ring-red-50\/80:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.8);
}
.focus\:ring-red-50\/85:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.85);
}
.focus\:ring-red-50\/90:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.9);
}
.focus\:ring-red-50\/95:focus {
    --tw-ring-color: hsla(0, 86%, 97%, 0.95);
}
.focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500\/0:focus {
    --tw-ring-color: rgba(239, 68, 68, 0);
}
.focus\:ring-red-500\/10:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.1);
}
.focus\:ring-red-500\/100:focus {
    --tw-ring-color: #ef4444;
}
.focus\:ring-red-500\/15:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.15);
}
.focus\:ring-red-500\/20:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.2);
}
.focus\:ring-red-500\/25:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.25);
}
.focus\:ring-red-500\/30:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.3);
}
.focus\:ring-red-500\/35:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.35);
}
.focus\:ring-red-500\/40:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.4);
}
.focus\:ring-red-500\/45:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.45);
}
.focus\:ring-red-500\/5:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.05);
}
.focus\:ring-red-500\/50:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.5);
}
.focus\:ring-red-500\/55:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.55);
}
.focus\:ring-red-500\/60:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.6);
}
.focus\:ring-red-500\/65:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.65);
}
.focus\:ring-red-500\/70:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.7);
}
.focus\:ring-red-500\/75:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.75);
}
.focus\:ring-red-500\/80:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.8);
}
.focus\:ring-red-500\/85:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.85);
}
.focus\:ring-red-500\/90:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.9);
}
.focus\:ring-red-500\/95:focus {
    --tw-ring-color: rgba(239, 68, 68, 0.95);
}
.focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-600\/0:focus {
    --tw-ring-color: rgba(220, 38, 38, 0);
}
.focus\:ring-red-600\/10:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.1);
}
.focus\:ring-red-600\/100:focus {
    --tw-ring-color: #dc2626;
}
.focus\:ring-red-600\/15:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.15);
}
.focus\:ring-red-600\/20:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.2);
}
.focus\:ring-red-600\/25:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.25);
}
.focus\:ring-red-600\/30:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.3);
}
.focus\:ring-red-600\/35:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.35);
}
.focus\:ring-red-600\/40:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.4);
}
.focus\:ring-red-600\/45:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.45);
}
.focus\:ring-red-600\/5:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.05);
}
.focus\:ring-red-600\/50:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.5);
}
.focus\:ring-red-600\/55:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.55);
}
.focus\:ring-red-600\/60:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.6);
}
.focus\:ring-red-600\/65:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.65);
}
.focus\:ring-red-600\/70:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.7);
}
.focus\:ring-red-600\/75:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.75);
}
.focus\:ring-red-600\/80:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.8);
}
.focus\:ring-red-600\/85:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.85);
}
.focus\:ring-red-600\/90:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.9);
}
.focus\:ring-red-600\/95:focus {
    --tw-ring-color: rgba(220, 38, 38, 0.95);
}
.focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-700\/0:focus {
    --tw-ring-color: rgba(185, 28, 28, 0);
}
.focus\:ring-red-700\/10:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.1);
}
.focus\:ring-red-700\/100:focus {
    --tw-ring-color: #b91c1c;
}
.focus\:ring-red-700\/15:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.15);
}
.focus\:ring-red-700\/20:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.2);
}
.focus\:ring-red-700\/25:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.25);
}
.focus\:ring-red-700\/30:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.3);
}
.focus\:ring-red-700\/35:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.35);
}
.focus\:ring-red-700\/40:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.4);
}
.focus\:ring-red-700\/45:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.45);
}
.focus\:ring-red-700\/5:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.05);
}
.focus\:ring-red-700\/50:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.5);
}
.focus\:ring-red-700\/55:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.55);
}
.focus\:ring-red-700\/60:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.6);
}
.focus\:ring-red-700\/65:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.65);
}
.focus\:ring-red-700\/70:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.7);
}
.focus\:ring-red-700\/75:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.75);
}
.focus\:ring-red-700\/80:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.8);
}
.focus\:ring-red-700\/85:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.85);
}
.focus\:ring-red-700\/90:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.9);
}
.focus\:ring-red-700\/95:focus {
    --tw-ring-color: rgba(185, 28, 28, 0.95);
}
.focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-800\/0:focus {
    --tw-ring-color: rgba(153, 27, 27, 0);
}
.focus\:ring-red-800\/10:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.1);
}
.focus\:ring-red-800\/100:focus {
    --tw-ring-color: #991b1b;
}
.focus\:ring-red-800\/15:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.15);
}
.focus\:ring-red-800\/20:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.2);
}
.focus\:ring-red-800\/25:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.25);
}
.focus\:ring-red-800\/30:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.3);
}
.focus\:ring-red-800\/35:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.35);
}
.focus\:ring-red-800\/40:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.4);
}
.focus\:ring-red-800\/45:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.45);
}
.focus\:ring-red-800\/5:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.05);
}
.focus\:ring-red-800\/50:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.5);
}
.focus\:ring-red-800\/55:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.55);
}
.focus\:ring-red-800\/60:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.6);
}
.focus\:ring-red-800\/65:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.65);
}
.focus\:ring-red-800\/70:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.7);
}
.focus\:ring-red-800\/75:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.75);
}
.focus\:ring-red-800\/80:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.8);
}
.focus\:ring-red-800\/85:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.85);
}
.focus\:ring-red-800\/90:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.9);
}
.focus\:ring-red-800\/95:focus {
    --tw-ring-color: rgba(153, 27, 27, 0.95);
}
.focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-900\/0:focus {
    --tw-ring-color: rgba(127, 29, 29, 0);
}
.focus\:ring-red-900\/10:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.1);
}
.focus\:ring-red-900\/100:focus {
    --tw-ring-color: #7f1d1d;
}
.focus\:ring-red-900\/15:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.15);
}
.focus\:ring-red-900\/20:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.2);
}
.focus\:ring-red-900\/25:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.25);
}
.focus\:ring-red-900\/30:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.3);
}
.focus\:ring-red-900\/35:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.35);
}
.focus\:ring-red-900\/40:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.4);
}
.focus\:ring-red-900\/45:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.45);
}
.focus\:ring-red-900\/5:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.05);
}
.focus\:ring-red-900\/50:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.5);
}
.focus\:ring-red-900\/55:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.55);
}
.focus\:ring-red-900\/60:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.6);
}
.focus\:ring-red-900\/65:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.65);
}
.focus\:ring-red-900\/70:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.7);
}
.focus\:ring-red-900\/75:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.75);
}
.focus\:ring-red-900\/80:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.8);
}
.focus\:ring-red-900\/85:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.85);
}
.focus\:ring-red-900\/90:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.9);
}
.focus\:ring-red-900\/95:focus {
    --tw-ring-color: rgba(127, 29, 29, 0.95);
}
.focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-100\/0:focus {
    --tw-ring-color: rgba(255, 228, 230, 0);
}
.focus\:ring-rose-100\/10:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.1);
}
.focus\:ring-rose-100\/100:focus {
    --tw-ring-color: #ffe4e6;
}
.focus\:ring-rose-100\/15:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.15);
}
.focus\:ring-rose-100\/20:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.2);
}
.focus\:ring-rose-100\/25:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.25);
}
.focus\:ring-rose-100\/30:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.3);
}
.focus\:ring-rose-100\/35:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.35);
}
.focus\:ring-rose-100\/40:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.4);
}
.focus\:ring-rose-100\/45:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.45);
}
.focus\:ring-rose-100\/5:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.05);
}
.focus\:ring-rose-100\/50:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.5);
}
.focus\:ring-rose-100\/55:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.55);
}
.focus\:ring-rose-100\/60:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.6);
}
.focus\:ring-rose-100\/65:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.65);
}
.focus\:ring-rose-100\/70:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.7);
}
.focus\:ring-rose-100\/75:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.75);
}
.focus\:ring-rose-100\/80:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.8);
}
.focus\:ring-rose-100\/85:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.85);
}
.focus\:ring-rose-100\/90:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.9);
}
.focus\:ring-rose-100\/95:focus {
    --tw-ring-color: rgba(255, 228, 230, 0.95);
}
.focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-200\/0:focus {
    --tw-ring-color: rgba(254, 205, 211, 0);
}
.focus\:ring-rose-200\/10:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.1);
}
.focus\:ring-rose-200\/100:focus {
    --tw-ring-color: #fecdd3;
}
.focus\:ring-rose-200\/15:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.15);
}
.focus\:ring-rose-200\/20:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.2);
}
.focus\:ring-rose-200\/25:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.25);
}
.focus\:ring-rose-200\/30:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.3);
}
.focus\:ring-rose-200\/35:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.35);
}
.focus\:ring-rose-200\/40:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.4);
}
.focus\:ring-rose-200\/45:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.45);
}
.focus\:ring-rose-200\/5:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.05);
}
.focus\:ring-rose-200\/50:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.5);
}
.focus\:ring-rose-200\/55:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.55);
}
.focus\:ring-rose-200\/60:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.6);
}
.focus\:ring-rose-200\/65:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.65);
}
.focus\:ring-rose-200\/70:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.7);
}
.focus\:ring-rose-200\/75:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.75);
}
.focus\:ring-rose-200\/80:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.8);
}
.focus\:ring-rose-200\/85:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.85);
}
.focus\:ring-rose-200\/90:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.9);
}
.focus\:ring-rose-200\/95:focus {
    --tw-ring-color: rgba(254, 205, 211, 0.95);
}
.focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-300\/0:focus {
    --tw-ring-color: rgba(253, 164, 175, 0);
}
.focus\:ring-rose-300\/10:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.1);
}
.focus\:ring-rose-300\/100:focus {
    --tw-ring-color: #fda4af;
}
.focus\:ring-rose-300\/15:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.15);
}
.focus\:ring-rose-300\/20:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.2);
}
.focus\:ring-rose-300\/25:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.25);
}
.focus\:ring-rose-300\/30:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.3);
}
.focus\:ring-rose-300\/35:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.35);
}
.focus\:ring-rose-300\/40:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.4);
}
.focus\:ring-rose-300\/45:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.45);
}
.focus\:ring-rose-300\/5:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.05);
}
.focus\:ring-rose-300\/50:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.5);
}
.focus\:ring-rose-300\/55:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.55);
}
.focus\:ring-rose-300\/60:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.6);
}
.focus\:ring-rose-300\/65:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.65);
}
.focus\:ring-rose-300\/70:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.7);
}
.focus\:ring-rose-300\/75:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.75);
}
.focus\:ring-rose-300\/80:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.8);
}
.focus\:ring-rose-300\/85:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.85);
}
.focus\:ring-rose-300\/90:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.9);
}
.focus\:ring-rose-300\/95:focus {
    --tw-ring-color: rgba(253, 164, 175, 0.95);
}
.focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-400\/0:focus {
    --tw-ring-color: rgba(251, 113, 133, 0);
}
.focus\:ring-rose-400\/10:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.1);
}
.focus\:ring-rose-400\/100:focus {
    --tw-ring-color: #fb7185;
}
.focus\:ring-rose-400\/15:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.15);
}
.focus\:ring-rose-400\/20:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.2);
}
.focus\:ring-rose-400\/25:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.25);
}
.focus\:ring-rose-400\/30:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.3);
}
.focus\:ring-rose-400\/35:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.35);
}
.focus\:ring-rose-400\/40:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.4);
}
.focus\:ring-rose-400\/45:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.45);
}
.focus\:ring-rose-400\/5:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.05);
}
.focus\:ring-rose-400\/50:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.5);
}
.focus\:ring-rose-400\/55:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.55);
}
.focus\:ring-rose-400\/60:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.6);
}
.focus\:ring-rose-400\/65:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.65);
}
.focus\:ring-rose-400\/70:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.7);
}
.focus\:ring-rose-400\/75:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.75);
}
.focus\:ring-rose-400\/80:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.8);
}
.focus\:ring-rose-400\/85:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.85);
}
.focus\:ring-rose-400\/90:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.9);
}
.focus\:ring-rose-400\/95:focus {
    --tw-ring-color: rgba(251, 113, 133, 0.95);
}
.focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-50\/0:focus {
    --tw-ring-color: rgba(255, 241, 242, 0);
}
.focus\:ring-rose-50\/10:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.1);
}
.focus\:ring-rose-50\/100:focus {
    --tw-ring-color: #fff1f2;
}
.focus\:ring-rose-50\/15:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.15);
}
.focus\:ring-rose-50\/20:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.2);
}
.focus\:ring-rose-50\/25:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.25);
}
.focus\:ring-rose-50\/30:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.3);
}
.focus\:ring-rose-50\/35:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.35);
}
.focus\:ring-rose-50\/40:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.4);
}
.focus\:ring-rose-50\/45:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.45);
}
.focus\:ring-rose-50\/5:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.05);
}
.focus\:ring-rose-50\/50:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.5);
}
.focus\:ring-rose-50\/55:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.55);
}
.focus\:ring-rose-50\/60:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.6);
}
.focus\:ring-rose-50\/65:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.65);
}
.focus\:ring-rose-50\/70:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.7);
}
.focus\:ring-rose-50\/75:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.75);
}
.focus\:ring-rose-50\/80:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.8);
}
.focus\:ring-rose-50\/85:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.85);
}
.focus\:ring-rose-50\/90:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.9);
}
.focus\:ring-rose-50\/95:focus {
    --tw-ring-color: rgba(255, 241, 242, 0.95);
}
.focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-500\/0:focus {
    --tw-ring-color: rgba(244, 63, 94, 0);
}
.focus\:ring-rose-500\/10:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.1);
}
.focus\:ring-rose-500\/100:focus {
    --tw-ring-color: #f43f5e;
}
.focus\:ring-rose-500\/15:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.15);
}
.focus\:ring-rose-500\/20:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.2);
}
.focus\:ring-rose-500\/25:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.25);
}
.focus\:ring-rose-500\/30:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.3);
}
.focus\:ring-rose-500\/35:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.35);
}
.focus\:ring-rose-500\/40:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.4);
}
.focus\:ring-rose-500\/45:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.45);
}
.focus\:ring-rose-500\/5:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.05);
}
.focus\:ring-rose-500\/50:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.5);
}
.focus\:ring-rose-500\/55:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.55);
}
.focus\:ring-rose-500\/60:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.6);
}
.focus\:ring-rose-500\/65:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.65);
}
.focus\:ring-rose-500\/70:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.7);
}
.focus\:ring-rose-500\/75:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.75);
}
.focus\:ring-rose-500\/80:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.8);
}
.focus\:ring-rose-500\/85:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.85);
}
.focus\:ring-rose-500\/90:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.9);
}
.focus\:ring-rose-500\/95:focus {
    --tw-ring-color: rgba(244, 63, 94, 0.95);
}
.focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-600\/0:focus {
    --tw-ring-color: rgba(225, 29, 72, 0);
}
.focus\:ring-rose-600\/10:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.1);
}
.focus\:ring-rose-600\/100:focus {
    --tw-ring-color: #e11d48;
}
.focus\:ring-rose-600\/15:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.15);
}
.focus\:ring-rose-600\/20:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.2);
}
.focus\:ring-rose-600\/25:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.25);
}
.focus\:ring-rose-600\/30:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.3);
}
.focus\:ring-rose-600\/35:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.35);
}
.focus\:ring-rose-600\/40:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.4);
}
.focus\:ring-rose-600\/45:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.45);
}
.focus\:ring-rose-600\/5:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.05);
}
.focus\:ring-rose-600\/50:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.5);
}
.focus\:ring-rose-600\/55:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.55);
}
.focus\:ring-rose-600\/60:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.6);
}
.focus\:ring-rose-600\/65:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.65);
}
.focus\:ring-rose-600\/70:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.7);
}
.focus\:ring-rose-600\/75:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.75);
}
.focus\:ring-rose-600\/80:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.8);
}
.focus\:ring-rose-600\/85:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.85);
}
.focus\:ring-rose-600\/90:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.9);
}
.focus\:ring-rose-600\/95:focus {
    --tw-ring-color: rgba(225, 29, 72, 0.95);
}
.focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-700\/0:focus {
    --tw-ring-color: rgba(190, 18, 60, 0);
}
.focus\:ring-rose-700\/10:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.1);
}
.focus\:ring-rose-700\/100:focus {
    --tw-ring-color: #be123c;
}
.focus\:ring-rose-700\/15:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.15);
}
.focus\:ring-rose-700\/20:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.2);
}
.focus\:ring-rose-700\/25:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.25);
}
.focus\:ring-rose-700\/30:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.3);
}
.focus\:ring-rose-700\/35:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.35);
}
.focus\:ring-rose-700\/40:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.4);
}
.focus\:ring-rose-700\/45:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.45);
}
.focus\:ring-rose-700\/5:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.05);
}
.focus\:ring-rose-700\/50:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.5);
}
.focus\:ring-rose-700\/55:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.55);
}
.focus\:ring-rose-700\/60:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.6);
}
.focus\:ring-rose-700\/65:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.65);
}
.focus\:ring-rose-700\/70:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.7);
}
.focus\:ring-rose-700\/75:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.75);
}
.focus\:ring-rose-700\/80:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.8);
}
.focus\:ring-rose-700\/85:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.85);
}
.focus\:ring-rose-700\/90:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.9);
}
.focus\:ring-rose-700\/95:focus {
    --tw-ring-color: rgba(190, 18, 60, 0.95);
}
.focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-800\/0:focus {
    --tw-ring-color: rgba(159, 18, 57, 0);
}
.focus\:ring-rose-800\/10:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.1);
}
.focus\:ring-rose-800\/100:focus {
    --tw-ring-color: #9f1239;
}
.focus\:ring-rose-800\/15:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.15);
}
.focus\:ring-rose-800\/20:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.2);
}
.focus\:ring-rose-800\/25:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.25);
}
.focus\:ring-rose-800\/30:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.3);
}
.focus\:ring-rose-800\/35:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.35);
}
.focus\:ring-rose-800\/40:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.4);
}
.focus\:ring-rose-800\/45:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.45);
}
.focus\:ring-rose-800\/5:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.05);
}
.focus\:ring-rose-800\/50:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.5);
}
.focus\:ring-rose-800\/55:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.55);
}
.focus\:ring-rose-800\/60:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.6);
}
.focus\:ring-rose-800\/65:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.65);
}
.focus\:ring-rose-800\/70:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.7);
}
.focus\:ring-rose-800\/75:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.75);
}
.focus\:ring-rose-800\/80:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.8);
}
.focus\:ring-rose-800\/85:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.85);
}
.focus\:ring-rose-800\/90:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.9);
}
.focus\:ring-rose-800\/95:focus {
    --tw-ring-color: rgba(159, 18, 57, 0.95);
}
.focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-900\/0:focus {
    --tw-ring-color: rgba(136, 19, 55, 0);
}
.focus\:ring-rose-900\/10:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.1);
}
.focus\:ring-rose-900\/100:focus {
    --tw-ring-color: #881337;
}
.focus\:ring-rose-900\/15:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.15);
}
.focus\:ring-rose-900\/20:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.2);
}
.focus\:ring-rose-900\/25:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.25);
}
.focus\:ring-rose-900\/30:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.3);
}
.focus\:ring-rose-900\/35:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.35);
}
.focus\:ring-rose-900\/40:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.4);
}
.focus\:ring-rose-900\/45:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.45);
}
.focus\:ring-rose-900\/5:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.05);
}
.focus\:ring-rose-900\/50:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.5);
}
.focus\:ring-rose-900\/55:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.55);
}
.focus\:ring-rose-900\/60:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.6);
}
.focus\:ring-rose-900\/65:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.65);
}
.focus\:ring-rose-900\/70:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.7);
}
.focus\:ring-rose-900\/75:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.75);
}
.focus\:ring-rose-900\/80:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.8);
}
.focus\:ring-rose-900\/85:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.85);
}
.focus\:ring-rose-900\/90:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.9);
}
.focus\:ring-rose-900\/95:focus {
    --tw-ring-color: rgba(136, 19, 55, 0.95);
}
.focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-100\/0:focus {
    --tw-ring-color: rgba(224, 242, 254, 0);
}
.focus\:ring-sky-100\/10:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.1);
}
.focus\:ring-sky-100\/100:focus {
    --tw-ring-color: #e0f2fe;
}
.focus\:ring-sky-100\/15:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.15);
}
.focus\:ring-sky-100\/20:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.2);
}
.focus\:ring-sky-100\/25:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.25);
}
.focus\:ring-sky-100\/30:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.3);
}
.focus\:ring-sky-100\/35:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.35);
}
.focus\:ring-sky-100\/40:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.4);
}
.focus\:ring-sky-100\/45:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.45);
}
.focus\:ring-sky-100\/5:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.05);
}
.focus\:ring-sky-100\/50:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.5);
}
.focus\:ring-sky-100\/55:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.55);
}
.focus\:ring-sky-100\/60:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.6);
}
.focus\:ring-sky-100\/65:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.65);
}
.focus\:ring-sky-100\/70:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.7);
}
.focus\:ring-sky-100\/75:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.75);
}
.focus\:ring-sky-100\/80:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.8);
}
.focus\:ring-sky-100\/85:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.85);
}
.focus\:ring-sky-100\/90:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.9);
}
.focus\:ring-sky-100\/95:focus {
    --tw-ring-color: rgba(224, 242, 254, 0.95);
}
.focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-200\/0:focus {
    --tw-ring-color: rgba(186, 230, 253, 0);
}
.focus\:ring-sky-200\/10:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.1);
}
.focus\:ring-sky-200\/100:focus {
    --tw-ring-color: #bae6fd;
}
.focus\:ring-sky-200\/15:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.15);
}
.focus\:ring-sky-200\/20:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.2);
}
.focus\:ring-sky-200\/25:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.25);
}
.focus\:ring-sky-200\/30:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.3);
}
.focus\:ring-sky-200\/35:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.35);
}
.focus\:ring-sky-200\/40:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.4);
}
.focus\:ring-sky-200\/45:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.45);
}
.focus\:ring-sky-200\/5:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.05);
}
.focus\:ring-sky-200\/50:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.5);
}
.focus\:ring-sky-200\/55:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.55);
}
.focus\:ring-sky-200\/60:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.6);
}
.focus\:ring-sky-200\/65:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.65);
}
.focus\:ring-sky-200\/70:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.7);
}
.focus\:ring-sky-200\/75:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.75);
}
.focus\:ring-sky-200\/80:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.8);
}
.focus\:ring-sky-200\/85:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.85);
}
.focus\:ring-sky-200\/90:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.9);
}
.focus\:ring-sky-200\/95:focus {
    --tw-ring-color: rgba(186, 230, 253, 0.95);
}
.focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-300\/0:focus {
    --tw-ring-color: rgba(125, 211, 252, 0);
}
.focus\:ring-sky-300\/10:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.1);
}
.focus\:ring-sky-300\/100:focus {
    --tw-ring-color: #7dd3fc;
}
.focus\:ring-sky-300\/15:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.15);
}
.focus\:ring-sky-300\/20:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.2);
}
.focus\:ring-sky-300\/25:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.25);
}
.focus\:ring-sky-300\/30:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.3);
}
.focus\:ring-sky-300\/35:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.35);
}
.focus\:ring-sky-300\/40:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.4);
}
.focus\:ring-sky-300\/45:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.45);
}
.focus\:ring-sky-300\/5:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.05);
}
.focus\:ring-sky-300\/50:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.5);
}
.focus\:ring-sky-300\/55:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.55);
}
.focus\:ring-sky-300\/60:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.6);
}
.focus\:ring-sky-300\/65:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.65);
}
.focus\:ring-sky-300\/70:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.7);
}
.focus\:ring-sky-300\/75:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.75);
}
.focus\:ring-sky-300\/80:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.8);
}
.focus\:ring-sky-300\/85:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.85);
}
.focus\:ring-sky-300\/90:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.9);
}
.focus\:ring-sky-300\/95:focus {
    --tw-ring-color: rgba(125, 211, 252, 0.95);
}
.focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-400\/0:focus {
    --tw-ring-color: rgba(56, 189, 248, 0);
}
.focus\:ring-sky-400\/10:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.1);
}
.focus\:ring-sky-400\/100:focus {
    --tw-ring-color: #38bdf8;
}
.focus\:ring-sky-400\/15:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.15);
}
.focus\:ring-sky-400\/20:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.2);
}
.focus\:ring-sky-400\/25:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.25);
}
.focus\:ring-sky-400\/30:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.3);
}
.focus\:ring-sky-400\/35:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.35);
}
.focus\:ring-sky-400\/40:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.4);
}
.focus\:ring-sky-400\/45:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.45);
}
.focus\:ring-sky-400\/5:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.05);
}
.focus\:ring-sky-400\/50:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.5);
}
.focus\:ring-sky-400\/55:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.55);
}
.focus\:ring-sky-400\/60:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.6);
}
.focus\:ring-sky-400\/65:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.65);
}
.focus\:ring-sky-400\/70:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.7);
}
.focus\:ring-sky-400\/75:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.75);
}
.focus\:ring-sky-400\/80:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.8);
}
.focus\:ring-sky-400\/85:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.85);
}
.focus\:ring-sky-400\/90:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.9);
}
.focus\:ring-sky-400\/95:focus {
    --tw-ring-color: rgba(56, 189, 248, 0.95);
}
.focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-50\/0:focus {
    --tw-ring-color: rgba(240, 249, 255, 0);
}
.focus\:ring-sky-50\/10:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.1);
}
.focus\:ring-sky-50\/100:focus {
    --tw-ring-color: #f0f9ff;
}
.focus\:ring-sky-50\/15:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.15);
}
.focus\:ring-sky-50\/20:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.2);
}
.focus\:ring-sky-50\/25:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.25);
}
.focus\:ring-sky-50\/30:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.3);
}
.focus\:ring-sky-50\/35:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.35);
}
.focus\:ring-sky-50\/40:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.4);
}
.focus\:ring-sky-50\/45:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.45);
}
.focus\:ring-sky-50\/5:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.05);
}
.focus\:ring-sky-50\/50:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.5);
}
.focus\:ring-sky-50\/55:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.55);
}
.focus\:ring-sky-50\/60:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.6);
}
.focus\:ring-sky-50\/65:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.65);
}
.focus\:ring-sky-50\/70:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.7);
}
.focus\:ring-sky-50\/75:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.75);
}
.focus\:ring-sky-50\/80:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.8);
}
.focus\:ring-sky-50\/85:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.85);
}
.focus\:ring-sky-50\/90:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.9);
}
.focus\:ring-sky-50\/95:focus {
    --tw-ring-color: rgba(240, 249, 255, 0.95);
}
.focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-500\/0:focus {
    --tw-ring-color: rgba(14, 165, 233, 0);
}
.focus\:ring-sky-500\/10:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.1);
}
.focus\:ring-sky-500\/100:focus {
    --tw-ring-color: #0ea5e9;
}
.focus\:ring-sky-500\/15:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.15);
}
.focus\:ring-sky-500\/20:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.2);
}
.focus\:ring-sky-500\/25:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.25);
}
.focus\:ring-sky-500\/30:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.3);
}
.focus\:ring-sky-500\/35:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.35);
}
.focus\:ring-sky-500\/40:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.4);
}
.focus\:ring-sky-500\/45:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.45);
}
.focus\:ring-sky-500\/5:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.05);
}
.focus\:ring-sky-500\/50:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.5);
}
.focus\:ring-sky-500\/55:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.55);
}
.focus\:ring-sky-500\/60:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.6);
}
.focus\:ring-sky-500\/65:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.65);
}
.focus\:ring-sky-500\/70:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.7);
}
.focus\:ring-sky-500\/75:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.75);
}
.focus\:ring-sky-500\/80:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.8);
}
.focus\:ring-sky-500\/85:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.85);
}
.focus\:ring-sky-500\/90:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.9);
}
.focus\:ring-sky-500\/95:focus {
    --tw-ring-color: rgba(14, 165, 233, 0.95);
}
.focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-600\/0:focus {
    --tw-ring-color: rgba(2, 132, 199, 0);
}
.focus\:ring-sky-600\/10:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.1);
}
.focus\:ring-sky-600\/100:focus {
    --tw-ring-color: #0284c7;
}
.focus\:ring-sky-600\/15:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.15);
}
.focus\:ring-sky-600\/20:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.2);
}
.focus\:ring-sky-600\/25:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.25);
}
.focus\:ring-sky-600\/30:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.3);
}
.focus\:ring-sky-600\/35:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.35);
}
.focus\:ring-sky-600\/40:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.4);
}
.focus\:ring-sky-600\/45:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.45);
}
.focus\:ring-sky-600\/5:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.05);
}
.focus\:ring-sky-600\/50:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.5);
}
.focus\:ring-sky-600\/55:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.55);
}
.focus\:ring-sky-600\/60:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.6);
}
.focus\:ring-sky-600\/65:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.65);
}
.focus\:ring-sky-600\/70:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.7);
}
.focus\:ring-sky-600\/75:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.75);
}
.focus\:ring-sky-600\/80:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.8);
}
.focus\:ring-sky-600\/85:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.85);
}
.focus\:ring-sky-600\/90:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.9);
}
.focus\:ring-sky-600\/95:focus {
    --tw-ring-color: rgba(2, 132, 199, 0.95);
}
.focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-700\/0:focus {
    --tw-ring-color: rgba(3, 105, 161, 0);
}
.focus\:ring-sky-700\/10:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.1);
}
.focus\:ring-sky-700\/100:focus {
    --tw-ring-color: #0369a1;
}
.focus\:ring-sky-700\/15:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.15);
}
.focus\:ring-sky-700\/20:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.2);
}
.focus\:ring-sky-700\/25:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.25);
}
.focus\:ring-sky-700\/30:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.3);
}
.focus\:ring-sky-700\/35:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.35);
}
.focus\:ring-sky-700\/40:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.4);
}
.focus\:ring-sky-700\/45:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.45);
}
.focus\:ring-sky-700\/5:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.05);
}
.focus\:ring-sky-700\/50:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.5);
}
.focus\:ring-sky-700\/55:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.55);
}
.focus\:ring-sky-700\/60:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.6);
}
.focus\:ring-sky-700\/65:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.65);
}
.focus\:ring-sky-700\/70:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.7);
}
.focus\:ring-sky-700\/75:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.75);
}
.focus\:ring-sky-700\/80:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.8);
}
.focus\:ring-sky-700\/85:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.85);
}
.focus\:ring-sky-700\/90:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.9);
}
.focus\:ring-sky-700\/95:focus {
    --tw-ring-color: rgba(3, 105, 161, 0.95);
}
.focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-800\/0:focus {
    --tw-ring-color: rgba(7, 89, 133, 0);
}
.focus\:ring-sky-800\/10:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.1);
}
.focus\:ring-sky-800\/100:focus {
    --tw-ring-color: #075985;
}
.focus\:ring-sky-800\/15:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.15);
}
.focus\:ring-sky-800\/20:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.2);
}
.focus\:ring-sky-800\/25:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.25);
}
.focus\:ring-sky-800\/30:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.3);
}
.focus\:ring-sky-800\/35:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.35);
}
.focus\:ring-sky-800\/40:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.4);
}
.focus\:ring-sky-800\/45:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.45);
}
.focus\:ring-sky-800\/5:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.05);
}
.focus\:ring-sky-800\/50:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.5);
}
.focus\:ring-sky-800\/55:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.55);
}
.focus\:ring-sky-800\/60:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.6);
}
.focus\:ring-sky-800\/65:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.65);
}
.focus\:ring-sky-800\/70:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.7);
}
.focus\:ring-sky-800\/75:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.75);
}
.focus\:ring-sky-800\/80:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.8);
}
.focus\:ring-sky-800\/85:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.85);
}
.focus\:ring-sky-800\/90:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.9);
}
.focus\:ring-sky-800\/95:focus {
    --tw-ring-color: rgba(7, 89, 133, 0.95);
}
.focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-900\/0:focus {
    --tw-ring-color: rgba(12, 74, 110, 0);
}
.focus\:ring-sky-900\/10:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.1);
}
.focus\:ring-sky-900\/100:focus {
    --tw-ring-color: #0c4a6e;
}
.focus\:ring-sky-900\/15:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.15);
}
.focus\:ring-sky-900\/20:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.2);
}
.focus\:ring-sky-900\/25:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.25);
}
.focus\:ring-sky-900\/30:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.3);
}
.focus\:ring-sky-900\/35:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.35);
}
.focus\:ring-sky-900\/40:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.4);
}
.focus\:ring-sky-900\/45:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.45);
}
.focus\:ring-sky-900\/5:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.05);
}
.focus\:ring-sky-900\/50:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.5);
}
.focus\:ring-sky-900\/55:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.55);
}
.focus\:ring-sky-900\/60:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.6);
}
.focus\:ring-sky-900\/65:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.65);
}
.focus\:ring-sky-900\/70:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.7);
}
.focus\:ring-sky-900\/75:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.75);
}
.focus\:ring-sky-900\/80:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.8);
}
.focus\:ring-sky-900\/85:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.85);
}
.focus\:ring-sky-900\/90:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.9);
}
.focus\:ring-sky-900\/95:focus {
    --tw-ring-color: rgba(12, 74, 110, 0.95);
}
.focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-100\/0:focus {
    --tw-ring-color: rgba(241, 245, 249, 0);
}
.focus\:ring-slate-100\/10:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.1);
}
.focus\:ring-slate-100\/100:focus {
    --tw-ring-color: #f1f5f9;
}
.focus\:ring-slate-100\/15:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.15);
}
.focus\:ring-slate-100\/20:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.2);
}
.focus\:ring-slate-100\/25:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.25);
}
.focus\:ring-slate-100\/30:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.3);
}
.focus\:ring-slate-100\/35:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.35);
}
.focus\:ring-slate-100\/40:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.4);
}
.focus\:ring-slate-100\/45:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.45);
}
.focus\:ring-slate-100\/5:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.05);
}
.focus\:ring-slate-100\/50:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.5);
}
.focus\:ring-slate-100\/55:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.55);
}
.focus\:ring-slate-100\/60:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.6);
}
.focus\:ring-slate-100\/65:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.65);
}
.focus\:ring-slate-100\/70:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.7);
}
.focus\:ring-slate-100\/75:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.75);
}
.focus\:ring-slate-100\/80:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.8);
}
.focus\:ring-slate-100\/85:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.85);
}
.focus\:ring-slate-100\/90:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.9);
}
.focus\:ring-slate-100\/95:focus {
    --tw-ring-color: rgba(241, 245, 249, 0.95);
}
.focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-200\/0:focus {
    --tw-ring-color: rgba(226, 232, 240, 0);
}
.focus\:ring-slate-200\/10:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.1);
}
.focus\:ring-slate-200\/100:focus {
    --tw-ring-color: #e2e8f0;
}
.focus\:ring-slate-200\/15:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.15);
}
.focus\:ring-slate-200\/20:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.2);
}
.focus\:ring-slate-200\/25:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.25);
}
.focus\:ring-slate-200\/30:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.3);
}
.focus\:ring-slate-200\/35:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.35);
}
.focus\:ring-slate-200\/40:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.4);
}
.focus\:ring-slate-200\/45:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.45);
}
.focus\:ring-slate-200\/5:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.05);
}
.focus\:ring-slate-200\/50:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.5);
}
.focus\:ring-slate-200\/55:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.55);
}
.focus\:ring-slate-200\/60:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.6);
}
.focus\:ring-slate-200\/65:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.65);
}
.focus\:ring-slate-200\/70:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.7);
}
.focus\:ring-slate-200\/75:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.75);
}
.focus\:ring-slate-200\/80:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.8);
}
.focus\:ring-slate-200\/85:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.85);
}
.focus\:ring-slate-200\/90:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.9);
}
.focus\:ring-slate-200\/95:focus {
    --tw-ring-color: rgba(226, 232, 240, 0.95);
}
.focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-300\/0:focus {
    --tw-ring-color: rgba(203, 213, 225, 0);
}
.focus\:ring-slate-300\/10:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.1);
}
.focus\:ring-slate-300\/100:focus {
    --tw-ring-color: #cbd5e1;
}
.focus\:ring-slate-300\/15:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.15);
}
.focus\:ring-slate-300\/20:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.2);
}
.focus\:ring-slate-300\/25:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.25);
}
.focus\:ring-slate-300\/30:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.3);
}
.focus\:ring-slate-300\/35:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.35);
}
.focus\:ring-slate-300\/40:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.4);
}
.focus\:ring-slate-300\/45:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.45);
}
.focus\:ring-slate-300\/5:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.05);
}
.focus\:ring-slate-300\/50:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.5);
}
.focus\:ring-slate-300\/55:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.55);
}
.focus\:ring-slate-300\/60:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.6);
}
.focus\:ring-slate-300\/65:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.65);
}
.focus\:ring-slate-300\/70:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.7);
}
.focus\:ring-slate-300\/75:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.75);
}
.focus\:ring-slate-300\/80:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.8);
}
.focus\:ring-slate-300\/85:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.85);
}
.focus\:ring-slate-300\/90:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.9);
}
.focus\:ring-slate-300\/95:focus {
    --tw-ring-color: rgba(203, 213, 225, 0.95);
}
.focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-400\/0:focus {
    --tw-ring-color: rgba(148, 163, 184, 0);
}
.focus\:ring-slate-400\/10:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.1);
}
.focus\:ring-slate-400\/100:focus {
    --tw-ring-color: #94a3b8;
}
.focus\:ring-slate-400\/15:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.15);
}
.focus\:ring-slate-400\/20:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.2);
}
.focus\:ring-slate-400\/25:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.25);
}
.focus\:ring-slate-400\/30:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.3);
}
.focus\:ring-slate-400\/35:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.35);
}
.focus\:ring-slate-400\/40:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.4);
}
.focus\:ring-slate-400\/45:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.45);
}
.focus\:ring-slate-400\/5:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.05);
}
.focus\:ring-slate-400\/50:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.5);
}
.focus\:ring-slate-400\/55:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.55);
}
.focus\:ring-slate-400\/60:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.6);
}
.focus\:ring-slate-400\/65:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.65);
}
.focus\:ring-slate-400\/70:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.7);
}
.focus\:ring-slate-400\/75:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.75);
}
.focus\:ring-slate-400\/80:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.8);
}
.focus\:ring-slate-400\/85:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.85);
}
.focus\:ring-slate-400\/90:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.9);
}
.focus\:ring-slate-400\/95:focus {
    --tw-ring-color: rgba(148, 163, 184, 0.95);
}
.focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-50\/0:focus {
    --tw-ring-color: rgba(248, 250, 252, 0);
}
.focus\:ring-slate-50\/10:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.1);
}
.focus\:ring-slate-50\/100:focus {
    --tw-ring-color: #f8fafc;
}
.focus\:ring-slate-50\/15:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.15);
}
.focus\:ring-slate-50\/20:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.2);
}
.focus\:ring-slate-50\/25:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.25);
}
.focus\:ring-slate-50\/30:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.3);
}
.focus\:ring-slate-50\/35:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.35);
}
.focus\:ring-slate-50\/40:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.4);
}
.focus\:ring-slate-50\/45:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.45);
}
.focus\:ring-slate-50\/5:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.05);
}
.focus\:ring-slate-50\/50:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.5);
}
.focus\:ring-slate-50\/55:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.55);
}
.focus\:ring-slate-50\/60:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.6);
}
.focus\:ring-slate-50\/65:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.65);
}
.focus\:ring-slate-50\/70:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.7);
}
.focus\:ring-slate-50\/75:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.75);
}
.focus\:ring-slate-50\/80:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.8);
}
.focus\:ring-slate-50\/85:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.85);
}
.focus\:ring-slate-50\/90:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.9);
}
.focus\:ring-slate-50\/95:focus {
    --tw-ring-color: rgba(248, 250, 252, 0.95);
}
.focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-500\/0:focus {
    --tw-ring-color: rgba(100, 116, 139, 0);
}
.focus\:ring-slate-500\/10:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.1);
}
.focus\:ring-slate-500\/100:focus {
    --tw-ring-color: #64748b;
}
.focus\:ring-slate-500\/15:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.15);
}
.focus\:ring-slate-500\/20:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.2);
}
.focus\:ring-slate-500\/25:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.25);
}
.focus\:ring-slate-500\/30:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.3);
}
.focus\:ring-slate-500\/35:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.35);
}
.focus\:ring-slate-500\/40:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.4);
}
.focus\:ring-slate-500\/45:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.45);
}
.focus\:ring-slate-500\/5:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.05);
}
.focus\:ring-slate-500\/50:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.5);
}
.focus\:ring-slate-500\/55:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.55);
}
.focus\:ring-slate-500\/60:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.6);
}
.focus\:ring-slate-500\/65:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.65);
}
.focus\:ring-slate-500\/70:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.7);
}
.focus\:ring-slate-500\/75:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.75);
}
.focus\:ring-slate-500\/80:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.8);
}
.focus\:ring-slate-500\/85:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.85);
}
.focus\:ring-slate-500\/90:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.9);
}
.focus\:ring-slate-500\/95:focus {
    --tw-ring-color: rgba(100, 116, 139, 0.95);
}
.focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-600\/0:focus {
    --tw-ring-color: rgba(71, 85, 105, 0);
}
.focus\:ring-slate-600\/10:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.1);
}
.focus\:ring-slate-600\/100:focus {
    --tw-ring-color: #475569;
}
.focus\:ring-slate-600\/15:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.15);
}
.focus\:ring-slate-600\/20:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.2);
}
.focus\:ring-slate-600\/25:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.25);
}
.focus\:ring-slate-600\/30:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.3);
}
.focus\:ring-slate-600\/35:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.35);
}
.focus\:ring-slate-600\/40:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.4);
}
.focus\:ring-slate-600\/45:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.45);
}
.focus\:ring-slate-600\/5:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.05);
}
.focus\:ring-slate-600\/50:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.5);
}
.focus\:ring-slate-600\/55:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.55);
}
.focus\:ring-slate-600\/60:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.6);
}
.focus\:ring-slate-600\/65:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.65);
}
.focus\:ring-slate-600\/70:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.7);
}
.focus\:ring-slate-600\/75:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.75);
}
.focus\:ring-slate-600\/80:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.8);
}
.focus\:ring-slate-600\/85:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.85);
}
.focus\:ring-slate-600\/90:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.9);
}
.focus\:ring-slate-600\/95:focus {
    --tw-ring-color: rgba(71, 85, 105, 0.95);
}
.focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-700\/0:focus {
    --tw-ring-color: rgba(51, 65, 85, 0);
}
.focus\:ring-slate-700\/10:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.1);
}
.focus\:ring-slate-700\/100:focus {
    --tw-ring-color: #334155;
}
.focus\:ring-slate-700\/15:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.15);
}
.focus\:ring-slate-700\/20:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.2);
}
.focus\:ring-slate-700\/25:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.25);
}
.focus\:ring-slate-700\/30:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.3);
}
.focus\:ring-slate-700\/35:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.35);
}
.focus\:ring-slate-700\/40:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.4);
}
.focus\:ring-slate-700\/45:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.45);
}
.focus\:ring-slate-700\/5:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.05);
}
.focus\:ring-slate-700\/50:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.5);
}
.focus\:ring-slate-700\/55:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.55);
}
.focus\:ring-slate-700\/60:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.6);
}
.focus\:ring-slate-700\/65:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.65);
}
.focus\:ring-slate-700\/70:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.7);
}
.focus\:ring-slate-700\/75:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.75);
}
.focus\:ring-slate-700\/80:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.8);
}
.focus\:ring-slate-700\/85:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.85);
}
.focus\:ring-slate-700\/90:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.9);
}
.focus\:ring-slate-700\/95:focus {
    --tw-ring-color: rgba(51, 65, 85, 0.95);
}
.focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-800\/0:focus {
    --tw-ring-color: rgba(30, 41, 59, 0);
}
.focus\:ring-slate-800\/10:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.1);
}
.focus\:ring-slate-800\/100:focus {
    --tw-ring-color: #1e293b;
}
.focus\:ring-slate-800\/15:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.15);
}
.focus\:ring-slate-800\/20:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.2);
}
.focus\:ring-slate-800\/25:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.25);
}
.focus\:ring-slate-800\/30:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.3);
}
.focus\:ring-slate-800\/35:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.35);
}
.focus\:ring-slate-800\/40:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.4);
}
.focus\:ring-slate-800\/45:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.45);
}
.focus\:ring-slate-800\/5:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.05);
}
.focus\:ring-slate-800\/50:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.5);
}
.focus\:ring-slate-800\/55:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.55);
}
.focus\:ring-slate-800\/60:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.6);
}
.focus\:ring-slate-800\/65:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.65);
}
.focus\:ring-slate-800\/70:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.7);
}
.focus\:ring-slate-800\/75:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.75);
}
.focus\:ring-slate-800\/80:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.8);
}
.focus\:ring-slate-800\/85:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.85);
}
.focus\:ring-slate-800\/90:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.9);
}
.focus\:ring-slate-800\/95:focus {
    --tw-ring-color: rgba(30, 41, 59, 0.95);
}
.focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-900\/0:focus {
    --tw-ring-color: rgba(15, 23, 42, 0);
}
.focus\:ring-slate-900\/10:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.1);
}
.focus\:ring-slate-900\/100:focus {
    --tw-ring-color: #0f172a;
}
.focus\:ring-slate-900\/15:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.15);
}
.focus\:ring-slate-900\/20:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.2);
}
.focus\:ring-slate-900\/25:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.25);
}
.focus\:ring-slate-900\/30:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.3);
}
.focus\:ring-slate-900\/35:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.35);
}
.focus\:ring-slate-900\/40:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.4);
}
.focus\:ring-slate-900\/45:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.45);
}
.focus\:ring-slate-900\/5:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.05);
}
.focus\:ring-slate-900\/50:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.5);
}
.focus\:ring-slate-900\/55:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.55);
}
.focus\:ring-slate-900\/60:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.6);
}
.focus\:ring-slate-900\/65:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.65);
}
.focus\:ring-slate-900\/70:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.7);
}
.focus\:ring-slate-900\/75:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.75);
}
.focus\:ring-slate-900\/80:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.8);
}
.focus\:ring-slate-900\/85:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.85);
}
.focus\:ring-slate-900\/90:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.9);
}
.focus\:ring-slate-900\/95:focus {
    --tw-ring-color: rgba(15, 23, 42, 0.95);
}
.focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-100\/0:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0);
}
.focus\:ring-stone-100\/10:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.1);
}
.focus\:ring-stone-100\/100:focus {
    --tw-ring-color: #f5f5f4;
}
.focus\:ring-stone-100\/15:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.15);
}
.focus\:ring-stone-100\/20:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.2);
}
.focus\:ring-stone-100\/25:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.25);
}
.focus\:ring-stone-100\/30:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.3);
}
.focus\:ring-stone-100\/35:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.35);
}
.focus\:ring-stone-100\/40:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.4);
}
.focus\:ring-stone-100\/45:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.45);
}
.focus\:ring-stone-100\/5:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.05);
}
.focus\:ring-stone-100\/50:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.5);
}
.focus\:ring-stone-100\/55:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.55);
}
.focus\:ring-stone-100\/60:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.6);
}
.focus\:ring-stone-100\/65:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.65);
}
.focus\:ring-stone-100\/70:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.7);
}
.focus\:ring-stone-100\/75:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.75);
}
.focus\:ring-stone-100\/80:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.8);
}
.focus\:ring-stone-100\/85:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.85);
}
.focus\:ring-stone-100\/90:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.9);
}
.focus\:ring-stone-100\/95:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.95);
}
.focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-200\/0:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0);
}
.focus\:ring-stone-200\/10:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.1);
}
.focus\:ring-stone-200\/100:focus {
    --tw-ring-color: #e7e5e4;
}
.focus\:ring-stone-200\/15:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.15);
}
.focus\:ring-stone-200\/20:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.2);
}
.focus\:ring-stone-200\/25:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.25);
}
.focus\:ring-stone-200\/30:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.3);
}
.focus\:ring-stone-200\/35:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.35);
}
.focus\:ring-stone-200\/40:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.4);
}
.focus\:ring-stone-200\/45:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.45);
}
.focus\:ring-stone-200\/5:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.05);
}
.focus\:ring-stone-200\/50:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.5);
}
.focus\:ring-stone-200\/55:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.55);
}
.focus\:ring-stone-200\/60:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.6);
}
.focus\:ring-stone-200\/65:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.65);
}
.focus\:ring-stone-200\/70:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.7);
}
.focus\:ring-stone-200\/75:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.75);
}
.focus\:ring-stone-200\/80:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.8);
}
.focus\:ring-stone-200\/85:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.85);
}
.focus\:ring-stone-200\/90:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.9);
}
.focus\:ring-stone-200\/95:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.95);
}
.focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-300\/0:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0);
}
.focus\:ring-stone-300\/10:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.1);
}
.focus\:ring-stone-300\/100:focus {
    --tw-ring-color: #d6d3d1;
}
.focus\:ring-stone-300\/15:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.15);
}
.focus\:ring-stone-300\/20:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.2);
}
.focus\:ring-stone-300\/25:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.25);
}
.focus\:ring-stone-300\/30:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.3);
}
.focus\:ring-stone-300\/35:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.35);
}
.focus\:ring-stone-300\/40:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.4);
}
.focus\:ring-stone-300\/45:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.45);
}
.focus\:ring-stone-300\/5:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.05);
}
.focus\:ring-stone-300\/50:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.5);
}
.focus\:ring-stone-300\/55:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.55);
}
.focus\:ring-stone-300\/60:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.6);
}
.focus\:ring-stone-300\/65:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.65);
}
.focus\:ring-stone-300\/70:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.7);
}
.focus\:ring-stone-300\/75:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.75);
}
.focus\:ring-stone-300\/80:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.8);
}
.focus\:ring-stone-300\/85:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.85);
}
.focus\:ring-stone-300\/90:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.9);
}
.focus\:ring-stone-300\/95:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.95);
}
.focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-400\/0:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0);
}
.focus\:ring-stone-400\/10:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.1);
}
.focus\:ring-stone-400\/100:focus {
    --tw-ring-color: #a8a29e;
}
.focus\:ring-stone-400\/15:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.15);
}
.focus\:ring-stone-400\/20:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.2);
}
.focus\:ring-stone-400\/25:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.25);
}
.focus\:ring-stone-400\/30:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.3);
}
.focus\:ring-stone-400\/35:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.35);
}
.focus\:ring-stone-400\/40:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.4);
}
.focus\:ring-stone-400\/45:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.45);
}
.focus\:ring-stone-400\/5:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.05);
}
.focus\:ring-stone-400\/50:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.5);
}
.focus\:ring-stone-400\/55:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.55);
}
.focus\:ring-stone-400\/60:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.6);
}
.focus\:ring-stone-400\/65:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.65);
}
.focus\:ring-stone-400\/70:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.7);
}
.focus\:ring-stone-400\/75:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.75);
}
.focus\:ring-stone-400\/80:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.8);
}
.focus\:ring-stone-400\/85:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.85);
}
.focus\:ring-stone-400\/90:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.9);
}
.focus\:ring-stone-400\/95:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.95);
}
.focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-50\/0:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0);
}
.focus\:ring-stone-50\/10:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.1);
}
.focus\:ring-stone-50\/100:focus {
    --tw-ring-color: #fafaf9;
}
.focus\:ring-stone-50\/15:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.15);
}
.focus\:ring-stone-50\/20:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.2);
}
.focus\:ring-stone-50\/25:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.25);
}
.focus\:ring-stone-50\/30:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.3);
}
.focus\:ring-stone-50\/35:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.35);
}
.focus\:ring-stone-50\/40:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.4);
}
.focus\:ring-stone-50\/45:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.45);
}
.focus\:ring-stone-50\/5:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.05);
}
.focus\:ring-stone-50\/50:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.5);
}
.focus\:ring-stone-50\/55:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.55);
}
.focus\:ring-stone-50\/60:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.6);
}
.focus\:ring-stone-50\/65:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.65);
}
.focus\:ring-stone-50\/70:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.7);
}
.focus\:ring-stone-50\/75:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.75);
}
.focus\:ring-stone-50\/80:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.8);
}
.focus\:ring-stone-50\/85:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.85);
}
.focus\:ring-stone-50\/90:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.9);
}
.focus\:ring-stone-50\/95:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.95);
}
.focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-500\/0:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0);
}
.focus\:ring-stone-500\/10:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.1);
}
.focus\:ring-stone-500\/100:focus {
    --tw-ring-color: #78716c;
}
.focus\:ring-stone-500\/15:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.15);
}
.focus\:ring-stone-500\/20:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.2);
}
.focus\:ring-stone-500\/25:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.25);
}
.focus\:ring-stone-500\/30:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.3);
}
.focus\:ring-stone-500\/35:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.35);
}
.focus\:ring-stone-500\/40:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.4);
}
.focus\:ring-stone-500\/45:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.45);
}
.focus\:ring-stone-500\/5:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.05);
}
.focus\:ring-stone-500\/50:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.5);
}
.focus\:ring-stone-500\/55:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.55);
}
.focus\:ring-stone-500\/60:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.6);
}
.focus\:ring-stone-500\/65:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.65);
}
.focus\:ring-stone-500\/70:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.7);
}
.focus\:ring-stone-500\/75:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.75);
}
.focus\:ring-stone-500\/80:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.8);
}
.focus\:ring-stone-500\/85:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.85);
}
.focus\:ring-stone-500\/90:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.9);
}
.focus\:ring-stone-500\/95:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.95);
}
.focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-600\/0:focus {
    --tw-ring-color: rgba(87, 83, 78, 0);
}
.focus\:ring-stone-600\/10:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.1);
}
.focus\:ring-stone-600\/100:focus {
    --tw-ring-color: #57534e;
}
.focus\:ring-stone-600\/15:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.15);
}
.focus\:ring-stone-600\/20:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.2);
}
.focus\:ring-stone-600\/25:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.25);
}
.focus\:ring-stone-600\/30:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.3);
}
.focus\:ring-stone-600\/35:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.35);
}
.focus\:ring-stone-600\/40:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.4);
}
.focus\:ring-stone-600\/45:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.45);
}
.focus\:ring-stone-600\/5:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.05);
}
.focus\:ring-stone-600\/50:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.5);
}
.focus\:ring-stone-600\/55:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.55);
}
.focus\:ring-stone-600\/60:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.6);
}
.focus\:ring-stone-600\/65:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.65);
}
.focus\:ring-stone-600\/70:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.7);
}
.focus\:ring-stone-600\/75:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.75);
}
.focus\:ring-stone-600\/80:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.8);
}
.focus\:ring-stone-600\/85:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.85);
}
.focus\:ring-stone-600\/90:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.9);
}
.focus\:ring-stone-600\/95:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.95);
}
.focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-700\/0:focus {
    --tw-ring-color: rgba(68, 64, 60, 0);
}
.focus\:ring-stone-700\/10:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.1);
}
.focus\:ring-stone-700\/100:focus {
    --tw-ring-color: #44403c;
}
.focus\:ring-stone-700\/15:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.15);
}
.focus\:ring-stone-700\/20:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.2);
}
.focus\:ring-stone-700\/25:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.25);
}
.focus\:ring-stone-700\/30:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.3);
}
.focus\:ring-stone-700\/35:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.35);
}
.focus\:ring-stone-700\/40:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.4);
}
.focus\:ring-stone-700\/45:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.45);
}
.focus\:ring-stone-700\/5:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.05);
}
.focus\:ring-stone-700\/50:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.5);
}
.focus\:ring-stone-700\/55:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.55);
}
.focus\:ring-stone-700\/60:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.6);
}
.focus\:ring-stone-700\/65:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.65);
}
.focus\:ring-stone-700\/70:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.7);
}
.focus\:ring-stone-700\/75:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.75);
}
.focus\:ring-stone-700\/80:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.8);
}
.focus\:ring-stone-700\/85:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.85);
}
.focus\:ring-stone-700\/90:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.9);
}
.focus\:ring-stone-700\/95:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.95);
}
.focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-800\/0:focus {
    --tw-ring-color: rgba(41, 37, 36, 0);
}
.focus\:ring-stone-800\/10:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.1);
}
.focus\:ring-stone-800\/100:focus {
    --tw-ring-color: #292524;
}
.focus\:ring-stone-800\/15:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.15);
}
.focus\:ring-stone-800\/20:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.2);
}
.focus\:ring-stone-800\/25:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.25);
}
.focus\:ring-stone-800\/30:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.3);
}
.focus\:ring-stone-800\/35:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.35);
}
.focus\:ring-stone-800\/40:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.4);
}
.focus\:ring-stone-800\/45:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.45);
}
.focus\:ring-stone-800\/5:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.05);
}
.focus\:ring-stone-800\/50:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.5);
}
.focus\:ring-stone-800\/55:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.55);
}
.focus\:ring-stone-800\/60:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.6);
}
.focus\:ring-stone-800\/65:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.65);
}
.focus\:ring-stone-800\/70:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.7);
}
.focus\:ring-stone-800\/75:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.75);
}
.focus\:ring-stone-800\/80:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.8);
}
.focus\:ring-stone-800\/85:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.85);
}
.focus\:ring-stone-800\/90:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.9);
}
.focus\:ring-stone-800\/95:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.95);
}
.focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-900\/0:focus {
    --tw-ring-color: rgba(28, 25, 23, 0);
}
.focus\:ring-stone-900\/10:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.1);
}
.focus\:ring-stone-900\/100:focus {
    --tw-ring-color: #1c1917;
}
.focus\:ring-stone-900\/15:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.15);
}
.focus\:ring-stone-900\/20:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.2);
}
.focus\:ring-stone-900\/25:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.25);
}
.focus\:ring-stone-900\/30:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.3);
}
.focus\:ring-stone-900\/35:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.35);
}
.focus\:ring-stone-900\/40:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.4);
}
.focus\:ring-stone-900\/45:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.45);
}
.focus\:ring-stone-900\/5:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.05);
}
.focus\:ring-stone-900\/50:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.5);
}
.focus\:ring-stone-900\/55:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.55);
}
.focus\:ring-stone-900\/60:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.6);
}
.focus\:ring-stone-900\/65:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.65);
}
.focus\:ring-stone-900\/70:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.7);
}
.focus\:ring-stone-900\/75:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.75);
}
.focus\:ring-stone-900\/80:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.8);
}
.focus\:ring-stone-900\/85:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.85);
}
.focus\:ring-stone-900\/90:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.9);
}
.focus\:ring-stone-900\/95:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.95);
}
.focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-100\/0:focus {
    --tw-ring-color: rgba(204, 251, 241, 0);
}
.focus\:ring-teal-100\/10:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.1);
}
.focus\:ring-teal-100\/100:focus {
    --tw-ring-color: #ccfbf1;
}
.focus\:ring-teal-100\/15:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.15);
}
.focus\:ring-teal-100\/20:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.2);
}
.focus\:ring-teal-100\/25:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.25);
}
.focus\:ring-teal-100\/30:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.3);
}
.focus\:ring-teal-100\/35:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.35);
}
.focus\:ring-teal-100\/40:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.4);
}
.focus\:ring-teal-100\/45:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.45);
}
.focus\:ring-teal-100\/5:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.05);
}
.focus\:ring-teal-100\/50:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.5);
}
.focus\:ring-teal-100\/55:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.55);
}
.focus\:ring-teal-100\/60:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.6);
}
.focus\:ring-teal-100\/65:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.65);
}
.focus\:ring-teal-100\/70:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.7);
}
.focus\:ring-teal-100\/75:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.75);
}
.focus\:ring-teal-100\/80:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.8);
}
.focus\:ring-teal-100\/85:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.85);
}
.focus\:ring-teal-100\/90:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.9);
}
.focus\:ring-teal-100\/95:focus {
    --tw-ring-color: rgba(204, 251, 241, 0.95);
}
.focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-200\/0:focus {
    --tw-ring-color: rgba(153, 246, 228, 0);
}
.focus\:ring-teal-200\/10:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.1);
}
.focus\:ring-teal-200\/100:focus {
    --tw-ring-color: #99f6e4;
}
.focus\:ring-teal-200\/15:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.15);
}
.focus\:ring-teal-200\/20:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.2);
}
.focus\:ring-teal-200\/25:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.25);
}
.focus\:ring-teal-200\/30:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.3);
}
.focus\:ring-teal-200\/35:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.35);
}
.focus\:ring-teal-200\/40:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.4);
}
.focus\:ring-teal-200\/45:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.45);
}
.focus\:ring-teal-200\/5:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.05);
}
.focus\:ring-teal-200\/50:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.5);
}
.focus\:ring-teal-200\/55:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.55);
}
.focus\:ring-teal-200\/60:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.6);
}
.focus\:ring-teal-200\/65:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.65);
}
.focus\:ring-teal-200\/70:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.7);
}
.focus\:ring-teal-200\/75:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.75);
}
.focus\:ring-teal-200\/80:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.8);
}
.focus\:ring-teal-200\/85:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.85);
}
.focus\:ring-teal-200\/90:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.9);
}
.focus\:ring-teal-200\/95:focus {
    --tw-ring-color: rgba(153, 246, 228, 0.95);
}
.focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-300\/0:focus {
    --tw-ring-color: rgba(94, 234, 212, 0);
}
.focus\:ring-teal-300\/10:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.1);
}
.focus\:ring-teal-300\/100:focus {
    --tw-ring-color: #5eead4;
}
.focus\:ring-teal-300\/15:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.15);
}
.focus\:ring-teal-300\/20:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.2);
}
.focus\:ring-teal-300\/25:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.25);
}
.focus\:ring-teal-300\/30:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.3);
}
.focus\:ring-teal-300\/35:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.35);
}
.focus\:ring-teal-300\/40:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.4);
}
.focus\:ring-teal-300\/45:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.45);
}
.focus\:ring-teal-300\/5:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.05);
}
.focus\:ring-teal-300\/50:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.5);
}
.focus\:ring-teal-300\/55:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.55);
}
.focus\:ring-teal-300\/60:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.6);
}
.focus\:ring-teal-300\/65:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.65);
}
.focus\:ring-teal-300\/70:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.7);
}
.focus\:ring-teal-300\/75:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.75);
}
.focus\:ring-teal-300\/80:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.8);
}
.focus\:ring-teal-300\/85:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.85);
}
.focus\:ring-teal-300\/90:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.9);
}
.focus\:ring-teal-300\/95:focus {
    --tw-ring-color: rgba(94, 234, 212, 0.95);
}
.focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-400\/0:focus {
    --tw-ring-color: rgba(45, 212, 191, 0);
}
.focus\:ring-teal-400\/10:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.1);
}
.focus\:ring-teal-400\/100:focus {
    --tw-ring-color: #2dd4bf;
}
.focus\:ring-teal-400\/15:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.15);
}
.focus\:ring-teal-400\/20:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.2);
}
.focus\:ring-teal-400\/25:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.25);
}
.focus\:ring-teal-400\/30:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.3);
}
.focus\:ring-teal-400\/35:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.35);
}
.focus\:ring-teal-400\/40:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.4);
}
.focus\:ring-teal-400\/45:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.45);
}
.focus\:ring-teal-400\/5:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.05);
}
.focus\:ring-teal-400\/50:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.5);
}
.focus\:ring-teal-400\/55:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.55);
}
.focus\:ring-teal-400\/60:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.6);
}
.focus\:ring-teal-400\/65:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.65);
}
.focus\:ring-teal-400\/70:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.7);
}
.focus\:ring-teal-400\/75:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.75);
}
.focus\:ring-teal-400\/80:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.8);
}
.focus\:ring-teal-400\/85:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.85);
}
.focus\:ring-teal-400\/90:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.9);
}
.focus\:ring-teal-400\/95:focus {
    --tw-ring-color: rgba(45, 212, 191, 0.95);
}
.focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-50\/0:focus {
    --tw-ring-color: rgba(240, 253, 250, 0);
}
.focus\:ring-teal-50\/10:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.1);
}
.focus\:ring-teal-50\/100:focus {
    --tw-ring-color: #f0fdfa;
}
.focus\:ring-teal-50\/15:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.15);
}
.focus\:ring-teal-50\/20:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.2);
}
.focus\:ring-teal-50\/25:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.25);
}
.focus\:ring-teal-50\/30:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.3);
}
.focus\:ring-teal-50\/35:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.35);
}
.focus\:ring-teal-50\/40:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.4);
}
.focus\:ring-teal-50\/45:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.45);
}
.focus\:ring-teal-50\/5:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.05);
}
.focus\:ring-teal-50\/50:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.5);
}
.focus\:ring-teal-50\/55:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.55);
}
.focus\:ring-teal-50\/60:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.6);
}
.focus\:ring-teal-50\/65:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.65);
}
.focus\:ring-teal-50\/70:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.7);
}
.focus\:ring-teal-50\/75:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.75);
}
.focus\:ring-teal-50\/80:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.8);
}
.focus\:ring-teal-50\/85:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.85);
}
.focus\:ring-teal-50\/90:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.9);
}
.focus\:ring-teal-50\/95:focus {
    --tw-ring-color: rgba(240, 253, 250, 0.95);
}
.focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-500\/0:focus {
    --tw-ring-color: rgba(20, 184, 166, 0);
}
.focus\:ring-teal-500\/10:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.1);
}
.focus\:ring-teal-500\/100:focus {
    --tw-ring-color: #14b8a6;
}
.focus\:ring-teal-500\/15:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.15);
}
.focus\:ring-teal-500\/20:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.2);
}
.focus\:ring-teal-500\/25:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.25);
}
.focus\:ring-teal-500\/30:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.3);
}
.focus\:ring-teal-500\/35:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.35);
}
.focus\:ring-teal-500\/40:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.4);
}
.focus\:ring-teal-500\/45:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.45);
}
.focus\:ring-teal-500\/5:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.05);
}
.focus\:ring-teal-500\/50:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.5);
}
.focus\:ring-teal-500\/55:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.55);
}
.focus\:ring-teal-500\/60:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.6);
}
.focus\:ring-teal-500\/65:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.65);
}
.focus\:ring-teal-500\/70:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.7);
}
.focus\:ring-teal-500\/75:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.75);
}
.focus\:ring-teal-500\/80:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.8);
}
.focus\:ring-teal-500\/85:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.85);
}
.focus\:ring-teal-500\/90:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.9);
}
.focus\:ring-teal-500\/95:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.95);
}
.focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-600\/0:focus {
    --tw-ring-color: rgba(13, 148, 136, 0);
}
.focus\:ring-teal-600\/10:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.1);
}
.focus\:ring-teal-600\/100:focus {
    --tw-ring-color: #0d9488;
}
.focus\:ring-teal-600\/15:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.15);
}
.focus\:ring-teal-600\/20:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.2);
}
.focus\:ring-teal-600\/25:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.25);
}
.focus\:ring-teal-600\/30:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.3);
}
.focus\:ring-teal-600\/35:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.35);
}
.focus\:ring-teal-600\/40:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.4);
}
.focus\:ring-teal-600\/45:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.45);
}
.focus\:ring-teal-600\/5:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.05);
}
.focus\:ring-teal-600\/50:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.5);
}
.focus\:ring-teal-600\/55:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.55);
}
.focus\:ring-teal-600\/60:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.6);
}
.focus\:ring-teal-600\/65:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.65);
}
.focus\:ring-teal-600\/70:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.7);
}
.focus\:ring-teal-600\/75:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.75);
}
.focus\:ring-teal-600\/80:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.8);
}
.focus\:ring-teal-600\/85:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.85);
}
.focus\:ring-teal-600\/90:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.9);
}
.focus\:ring-teal-600\/95:focus {
    --tw-ring-color: rgba(13, 148, 136, 0.95);
}
.focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-700\/0:focus {
    --tw-ring-color: rgba(15, 118, 110, 0);
}
.focus\:ring-teal-700\/10:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.1);
}
.focus\:ring-teal-700\/100:focus {
    --tw-ring-color: #0f766e;
}
.focus\:ring-teal-700\/15:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.15);
}
.focus\:ring-teal-700\/20:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.2);
}
.focus\:ring-teal-700\/25:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.25);
}
.focus\:ring-teal-700\/30:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.3);
}
.focus\:ring-teal-700\/35:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.35);
}
.focus\:ring-teal-700\/40:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.4);
}
.focus\:ring-teal-700\/45:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.45);
}
.focus\:ring-teal-700\/5:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.05);
}
.focus\:ring-teal-700\/50:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.5);
}
.focus\:ring-teal-700\/55:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.55);
}
.focus\:ring-teal-700\/60:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.6);
}
.focus\:ring-teal-700\/65:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.65);
}
.focus\:ring-teal-700\/70:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.7);
}
.focus\:ring-teal-700\/75:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.75);
}
.focus\:ring-teal-700\/80:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.8);
}
.focus\:ring-teal-700\/85:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.85);
}
.focus\:ring-teal-700\/90:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.9);
}
.focus\:ring-teal-700\/95:focus {
    --tw-ring-color: rgba(15, 118, 110, 0.95);
}
.focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-800\/0:focus {
    --tw-ring-color: rgba(17, 94, 89, 0);
}
.focus\:ring-teal-800\/10:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.1);
}
.focus\:ring-teal-800\/100:focus {
    --tw-ring-color: #115e59;
}
.focus\:ring-teal-800\/15:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.15);
}
.focus\:ring-teal-800\/20:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.2);
}
.focus\:ring-teal-800\/25:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.25);
}
.focus\:ring-teal-800\/30:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.3);
}
.focus\:ring-teal-800\/35:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.35);
}
.focus\:ring-teal-800\/40:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.4);
}
.focus\:ring-teal-800\/45:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.45);
}
.focus\:ring-teal-800\/5:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.05);
}
.focus\:ring-teal-800\/50:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.5);
}
.focus\:ring-teal-800\/55:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.55);
}
.focus\:ring-teal-800\/60:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.6);
}
.focus\:ring-teal-800\/65:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.65);
}
.focus\:ring-teal-800\/70:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.7);
}
.focus\:ring-teal-800\/75:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.75);
}
.focus\:ring-teal-800\/80:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.8);
}
.focus\:ring-teal-800\/85:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.85);
}
.focus\:ring-teal-800\/90:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.9);
}
.focus\:ring-teal-800\/95:focus {
    --tw-ring-color: rgba(17, 94, 89, 0.95);
}
.focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-900\/0:focus {
    --tw-ring-color: rgba(19, 78, 74, 0);
}
.focus\:ring-teal-900\/10:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.1);
}
.focus\:ring-teal-900\/100:focus {
    --tw-ring-color: #134e4a;
}
.focus\:ring-teal-900\/15:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.15);
}
.focus\:ring-teal-900\/20:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.2);
}
.focus\:ring-teal-900\/25:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.25);
}
.focus\:ring-teal-900\/30:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.3);
}
.focus\:ring-teal-900\/35:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.35);
}
.focus\:ring-teal-900\/40:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.4);
}
.focus\:ring-teal-900\/45:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.45);
}
.focus\:ring-teal-900\/5:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.05);
}
.focus\:ring-teal-900\/50:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.5);
}
.focus\:ring-teal-900\/55:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.55);
}
.focus\:ring-teal-900\/60:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.6);
}
.focus\:ring-teal-900\/65:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.65);
}
.focus\:ring-teal-900\/70:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.7);
}
.focus\:ring-teal-900\/75:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.75);
}
.focus\:ring-teal-900\/80:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.8);
}
.focus\:ring-teal-900\/85:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.85);
}
.focus\:ring-teal-900\/90:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.9);
}
.focus\:ring-teal-900\/95:focus {
    --tw-ring-color: rgba(19, 78, 74, 0.95);
}
.focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
}
.focus\:ring-truegray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-100\/0:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0);
}
.focus\:ring-truegray-100\/10:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:ring-truegray-100\/100:focus {
    --tw-ring-color: #f5f5f5;
}
.focus\:ring-truegray-100\/15:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.15);
}
.focus\:ring-truegray-100\/20:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:ring-truegray-100\/25:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:ring-truegray-100\/30:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:ring-truegray-100\/35:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.35);
}
.focus\:ring-truegray-100\/40:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:ring-truegray-100\/45:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.45);
}
.focus\:ring-truegray-100\/5:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:ring-truegray-100\/50:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:ring-truegray-100\/55:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.55);
}
.focus\:ring-truegray-100\/60:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:ring-truegray-100\/65:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.65);
}
.focus\:ring-truegray-100\/70:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:ring-truegray-100\/75:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:ring-truegray-100\/80:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:ring-truegray-100\/85:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.85);
}
.focus\:ring-truegray-100\/90:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:ring-truegray-100\/95:focus {
    --tw-ring-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:ring-truegray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-200\/0:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0);
}
.focus\:ring-truegray-200\/10:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.1);
}
.focus\:ring-truegray-200\/100:focus {
    --tw-ring-color: #e5e5e5;
}
.focus\:ring-truegray-200\/15:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.15);
}
.focus\:ring-truegray-200\/20:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.2);
}
.focus\:ring-truegray-200\/25:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.25);
}
.focus\:ring-truegray-200\/30:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.3);
}
.focus\:ring-truegray-200\/35:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.35);
}
.focus\:ring-truegray-200\/40:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.4);
}
.focus\:ring-truegray-200\/45:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.45);
}
.focus\:ring-truegray-200\/5:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.05);
}
.focus\:ring-truegray-200\/50:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.5);
}
.focus\:ring-truegray-200\/55:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.55);
}
.focus\:ring-truegray-200\/60:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.6);
}
.focus\:ring-truegray-200\/65:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.65);
}
.focus\:ring-truegray-200\/70:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.7);
}
.focus\:ring-truegray-200\/75:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.75);
}
.focus\:ring-truegray-200\/80:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.8);
}
.focus\:ring-truegray-200\/85:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.85);
}
.focus\:ring-truegray-200\/90:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.9);
}
.focus\:ring-truegray-200\/95:focus {
    --tw-ring-color: hsla(0, 0%, 90%, 0.95);
}
.focus\:ring-truegray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-300\/0:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0);
}
.focus\:ring-truegray-300\/10:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.1);
}
.focus\:ring-truegray-300\/100:focus {
    --tw-ring-color: #d4d4d4;
}
.focus\:ring-truegray-300\/15:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.15);
}
.focus\:ring-truegray-300\/20:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.2);
}
.focus\:ring-truegray-300\/25:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.25);
}
.focus\:ring-truegray-300\/30:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.3);
}
.focus\:ring-truegray-300\/35:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.35);
}
.focus\:ring-truegray-300\/40:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.4);
}
.focus\:ring-truegray-300\/45:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.45);
}
.focus\:ring-truegray-300\/5:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.05);
}
.focus\:ring-truegray-300\/50:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.5);
}
.focus\:ring-truegray-300\/55:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.55);
}
.focus\:ring-truegray-300\/60:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.6);
}
.focus\:ring-truegray-300\/65:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.65);
}
.focus\:ring-truegray-300\/70:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.7);
}
.focus\:ring-truegray-300\/75:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.75);
}
.focus\:ring-truegray-300\/80:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.8);
}
.focus\:ring-truegray-300\/85:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.85);
}
.focus\:ring-truegray-300\/90:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.9);
}
.focus\:ring-truegray-300\/95:focus {
    --tw-ring-color: hsla(0, 0%, 83%, 0.95);
}
.focus\:ring-truegray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-400\/0:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0);
}
.focus\:ring-truegray-400\/10:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.1);
}
.focus\:ring-truegray-400\/100:focus {
    --tw-ring-color: #a3a3a3;
}
.focus\:ring-truegray-400\/15:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.15);
}
.focus\:ring-truegray-400\/20:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.2);
}
.focus\:ring-truegray-400\/25:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.25);
}
.focus\:ring-truegray-400\/30:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.3);
}
.focus\:ring-truegray-400\/35:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.35);
}
.focus\:ring-truegray-400\/40:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.4);
}
.focus\:ring-truegray-400\/45:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.45);
}
.focus\:ring-truegray-400\/5:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.05);
}
.focus\:ring-truegray-400\/50:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.5);
}
.focus\:ring-truegray-400\/55:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.55);
}
.focus\:ring-truegray-400\/60:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.6);
}
.focus\:ring-truegray-400\/65:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.65);
}
.focus\:ring-truegray-400\/70:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.7);
}
.focus\:ring-truegray-400\/75:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.75);
}
.focus\:ring-truegray-400\/80:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.8);
}
.focus\:ring-truegray-400\/85:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.85);
}
.focus\:ring-truegray-400\/90:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.9);
}
.focus\:ring-truegray-400\/95:focus {
    --tw-ring-color: hsla(0, 0%, 64%, 0.95);
}
.focus\:ring-truegray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-50\/0:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.focus\:ring-truegray-50\/10:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:ring-truegray-50\/100:focus {
    --tw-ring-color: #fafafa;
}
.focus\:ring-truegray-50\/15:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:ring-truegray-50\/20:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:ring-truegray-50\/25:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:ring-truegray-50\/30:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:ring-truegray-50\/35:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:ring-truegray-50\/40:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:ring-truegray-50\/45:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:ring-truegray-50\/5:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:ring-truegray-50\/50:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:ring-truegray-50\/55:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:ring-truegray-50\/60:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:ring-truegray-50\/65:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:ring-truegray-50\/70:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:ring-truegray-50\/75:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:ring-truegray-50\/80:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:ring-truegray-50\/85:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:ring-truegray-50\/90:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:ring-truegray-50\/95:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:ring-truegray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-500\/0:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0);
}
.focus\:ring-truegray-500\/10:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:ring-truegray-500\/100:focus {
    --tw-ring-color: #737373;
}
.focus\:ring-truegray-500\/15:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.15);
}
.focus\:ring-truegray-500\/20:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:ring-truegray-500\/25:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:ring-truegray-500\/30:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:ring-truegray-500\/35:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.35);
}
.focus\:ring-truegray-500\/40:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:ring-truegray-500\/45:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.45);
}
.focus\:ring-truegray-500\/5:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:ring-truegray-500\/50:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:ring-truegray-500\/55:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.55);
}
.focus\:ring-truegray-500\/60:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:ring-truegray-500\/65:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.65);
}
.focus\:ring-truegray-500\/70:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:ring-truegray-500\/75:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:ring-truegray-500\/80:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:ring-truegray-500\/85:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.85);
}
.focus\:ring-truegray-500\/90:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:ring-truegray-500\/95:focus {
    --tw-ring-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:ring-truegray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-600\/0:focus {
    --tw-ring-color: rgba(82, 82, 82, 0);
}
.focus\:ring-truegray-600\/10:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.1);
}
.focus\:ring-truegray-600\/100:focus {
    --tw-ring-color: #525252;
}
.focus\:ring-truegray-600\/15:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.15);
}
.focus\:ring-truegray-600\/20:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.2);
}
.focus\:ring-truegray-600\/25:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.25);
}
.focus\:ring-truegray-600\/30:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.3);
}
.focus\:ring-truegray-600\/35:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.35);
}
.focus\:ring-truegray-600\/40:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.4);
}
.focus\:ring-truegray-600\/45:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.45);
}
.focus\:ring-truegray-600\/5:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.05);
}
.focus\:ring-truegray-600\/50:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.5);
}
.focus\:ring-truegray-600\/55:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.55);
}
.focus\:ring-truegray-600\/60:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.6);
}
.focus\:ring-truegray-600\/65:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.65);
}
.focus\:ring-truegray-600\/70:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.7);
}
.focus\:ring-truegray-600\/75:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.75);
}
.focus\:ring-truegray-600\/80:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.8);
}
.focus\:ring-truegray-600\/85:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.85);
}
.focus\:ring-truegray-600\/90:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.9);
}
.focus\:ring-truegray-600\/95:focus {
    --tw-ring-color: rgba(82, 82, 82, 0.95);
}
.focus\:ring-truegray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-700\/0:focus {
    --tw-ring-color: rgba(64, 64, 64, 0);
}
.focus\:ring-truegray-700\/10:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.1);
}
.focus\:ring-truegray-700\/100:focus {
    --tw-ring-color: #404040;
}
.focus\:ring-truegray-700\/15:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.15);
}
.focus\:ring-truegray-700\/20:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.2);
}
.focus\:ring-truegray-700\/25:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.25);
}
.focus\:ring-truegray-700\/30:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.3);
}
.focus\:ring-truegray-700\/35:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.35);
}
.focus\:ring-truegray-700\/40:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.4);
}
.focus\:ring-truegray-700\/45:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.45);
}
.focus\:ring-truegray-700\/5:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.05);
}
.focus\:ring-truegray-700\/50:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.5);
}
.focus\:ring-truegray-700\/55:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.55);
}
.focus\:ring-truegray-700\/60:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.6);
}
.focus\:ring-truegray-700\/65:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.65);
}
.focus\:ring-truegray-700\/70:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.7);
}
.focus\:ring-truegray-700\/75:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.75);
}
.focus\:ring-truegray-700\/80:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.8);
}
.focus\:ring-truegray-700\/85:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.85);
}
.focus\:ring-truegray-700\/90:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.9);
}
.focus\:ring-truegray-700\/95:focus {
    --tw-ring-color: rgba(64, 64, 64, 0.95);
}
.focus\:ring-truegray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-800\/0:focus {
    --tw-ring-color: rgba(38, 38, 38, 0);
}
.focus\:ring-truegray-800\/10:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.1);
}
.focus\:ring-truegray-800\/100:focus {
    --tw-ring-color: #262626;
}
.focus\:ring-truegray-800\/15:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.15);
}
.focus\:ring-truegray-800\/20:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.2);
}
.focus\:ring-truegray-800\/25:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.25);
}
.focus\:ring-truegray-800\/30:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.3);
}
.focus\:ring-truegray-800\/35:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.35);
}
.focus\:ring-truegray-800\/40:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.4);
}
.focus\:ring-truegray-800\/45:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.45);
}
.focus\:ring-truegray-800\/5:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.05);
}
.focus\:ring-truegray-800\/50:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.5);
}
.focus\:ring-truegray-800\/55:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.55);
}
.focus\:ring-truegray-800\/60:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.6);
}
.focus\:ring-truegray-800\/65:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.65);
}
.focus\:ring-truegray-800\/70:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.7);
}
.focus\:ring-truegray-800\/75:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.75);
}
.focus\:ring-truegray-800\/80:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.8);
}
.focus\:ring-truegray-800\/85:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.85);
}
.focus\:ring-truegray-800\/90:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.9);
}
.focus\:ring-truegray-800\/95:focus {
    --tw-ring-color: rgba(38, 38, 38, 0.95);
}
.focus\:ring-truegray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}
.focus\:ring-truegray-900\/0:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0);
}
.focus\:ring-truegray-900\/10:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.1);
}
.focus\:ring-truegray-900\/100:focus {
    --tw-ring-color: #171717;
}
.focus\:ring-truegray-900\/15:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.15);
}
.focus\:ring-truegray-900\/20:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.2);
}
.focus\:ring-truegray-900\/25:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.25);
}
.focus\:ring-truegray-900\/30:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.3);
}
.focus\:ring-truegray-900\/35:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.35);
}
.focus\:ring-truegray-900\/40:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.4);
}
.focus\:ring-truegray-900\/45:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.45);
}
.focus\:ring-truegray-900\/5:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.05);
}
.focus\:ring-truegray-900\/50:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.5);
}
.focus\:ring-truegray-900\/55:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.55);
}
.focus\:ring-truegray-900\/60:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.6);
}
.focus\:ring-truegray-900\/65:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.65);
}
.focus\:ring-truegray-900\/70:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.7);
}
.focus\:ring-truegray-900\/75:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.75);
}
.focus\:ring-truegray-900\/80:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.8);
}
.focus\:ring-truegray-900\/85:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.85);
}
.focus\:ring-truegray-900\/90:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.9);
}
.focus\:ring-truegray-900\/95:focus {
    --tw-ring-color: hsla(0, 0%, 9%, 0.95);
}
.focus\:ring-ucm-darkblue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 60 200 / var(--tw-ring-opacity, 1));
}
.focus\:ring-ucm-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(184 168 147 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-100\/0:focus {
    --tw-ring-color: rgba(237, 233, 254, 0);
}
.focus\:ring-violet-100\/10:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.1);
}
.focus\:ring-violet-100\/100:focus {
    --tw-ring-color: #ede9fe;
}
.focus\:ring-violet-100\/15:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.15);
}
.focus\:ring-violet-100\/20:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.2);
}
.focus\:ring-violet-100\/25:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.25);
}
.focus\:ring-violet-100\/30:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.3);
}
.focus\:ring-violet-100\/35:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.35);
}
.focus\:ring-violet-100\/40:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.4);
}
.focus\:ring-violet-100\/45:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.45);
}
.focus\:ring-violet-100\/5:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.05);
}
.focus\:ring-violet-100\/50:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.5);
}
.focus\:ring-violet-100\/55:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.55);
}
.focus\:ring-violet-100\/60:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.6);
}
.focus\:ring-violet-100\/65:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.65);
}
.focus\:ring-violet-100\/70:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.7);
}
.focus\:ring-violet-100\/75:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.75);
}
.focus\:ring-violet-100\/80:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.8);
}
.focus\:ring-violet-100\/85:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.85);
}
.focus\:ring-violet-100\/90:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.9);
}
.focus\:ring-violet-100\/95:focus {
    --tw-ring-color: rgba(237, 233, 254, 0.95);
}
.focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-200\/0:focus {
    --tw-ring-color: rgba(221, 214, 254, 0);
}
.focus\:ring-violet-200\/10:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.1);
}
.focus\:ring-violet-200\/100:focus {
    --tw-ring-color: #ddd6fe;
}
.focus\:ring-violet-200\/15:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.15);
}
.focus\:ring-violet-200\/20:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.2);
}
.focus\:ring-violet-200\/25:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.25);
}
.focus\:ring-violet-200\/30:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.3);
}
.focus\:ring-violet-200\/35:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.35);
}
.focus\:ring-violet-200\/40:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.4);
}
.focus\:ring-violet-200\/45:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.45);
}
.focus\:ring-violet-200\/5:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.05);
}
.focus\:ring-violet-200\/50:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.5);
}
.focus\:ring-violet-200\/55:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.55);
}
.focus\:ring-violet-200\/60:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.6);
}
.focus\:ring-violet-200\/65:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.65);
}
.focus\:ring-violet-200\/70:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.7);
}
.focus\:ring-violet-200\/75:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.75);
}
.focus\:ring-violet-200\/80:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.8);
}
.focus\:ring-violet-200\/85:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.85);
}
.focus\:ring-violet-200\/90:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.9);
}
.focus\:ring-violet-200\/95:focus {
    --tw-ring-color: rgba(221, 214, 254, 0.95);
}
.focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-300\/0:focus {
    --tw-ring-color: rgba(196, 181, 253, 0);
}
.focus\:ring-violet-300\/10:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.1);
}
.focus\:ring-violet-300\/100:focus {
    --tw-ring-color: #c4b5fd;
}
.focus\:ring-violet-300\/15:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.15);
}
.focus\:ring-violet-300\/20:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.2);
}
.focus\:ring-violet-300\/25:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.25);
}
.focus\:ring-violet-300\/30:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.3);
}
.focus\:ring-violet-300\/35:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.35);
}
.focus\:ring-violet-300\/40:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.4);
}
.focus\:ring-violet-300\/45:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.45);
}
.focus\:ring-violet-300\/5:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.05);
}
.focus\:ring-violet-300\/50:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.5);
}
.focus\:ring-violet-300\/55:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.55);
}
.focus\:ring-violet-300\/60:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.6);
}
.focus\:ring-violet-300\/65:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.65);
}
.focus\:ring-violet-300\/70:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.7);
}
.focus\:ring-violet-300\/75:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.75);
}
.focus\:ring-violet-300\/80:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.8);
}
.focus\:ring-violet-300\/85:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.85);
}
.focus\:ring-violet-300\/90:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.9);
}
.focus\:ring-violet-300\/95:focus {
    --tw-ring-color: rgba(196, 181, 253, 0.95);
}
.focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-400\/0:focus {
    --tw-ring-color: rgba(167, 139, 250, 0);
}
.focus\:ring-violet-400\/10:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.1);
}
.focus\:ring-violet-400\/100:focus {
    --tw-ring-color: #a78bfa;
}
.focus\:ring-violet-400\/15:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.15);
}
.focus\:ring-violet-400\/20:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.2);
}
.focus\:ring-violet-400\/25:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.25);
}
.focus\:ring-violet-400\/30:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.3);
}
.focus\:ring-violet-400\/35:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.35);
}
.focus\:ring-violet-400\/40:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.4);
}
.focus\:ring-violet-400\/45:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.45);
}
.focus\:ring-violet-400\/5:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.05);
}
.focus\:ring-violet-400\/50:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.5);
}
.focus\:ring-violet-400\/55:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.55);
}
.focus\:ring-violet-400\/60:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.6);
}
.focus\:ring-violet-400\/65:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.65);
}
.focus\:ring-violet-400\/70:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.7);
}
.focus\:ring-violet-400\/75:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.75);
}
.focus\:ring-violet-400\/80:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.8);
}
.focus\:ring-violet-400\/85:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.85);
}
.focus\:ring-violet-400\/90:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.9);
}
.focus\:ring-violet-400\/95:focus {
    --tw-ring-color: rgba(167, 139, 250, 0.95);
}
.focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-50\/0:focus {
    --tw-ring-color: rgba(245, 243, 255, 0);
}
.focus\:ring-violet-50\/10:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.1);
}
.focus\:ring-violet-50\/100:focus {
    --tw-ring-color: #f5f3ff;
}
.focus\:ring-violet-50\/15:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.15);
}
.focus\:ring-violet-50\/20:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.2);
}
.focus\:ring-violet-50\/25:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.25);
}
.focus\:ring-violet-50\/30:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.3);
}
.focus\:ring-violet-50\/35:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.35);
}
.focus\:ring-violet-50\/40:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.4);
}
.focus\:ring-violet-50\/45:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.45);
}
.focus\:ring-violet-50\/5:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.05);
}
.focus\:ring-violet-50\/50:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.5);
}
.focus\:ring-violet-50\/55:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.55);
}
.focus\:ring-violet-50\/60:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.6);
}
.focus\:ring-violet-50\/65:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.65);
}
.focus\:ring-violet-50\/70:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.7);
}
.focus\:ring-violet-50\/75:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.75);
}
.focus\:ring-violet-50\/80:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.8);
}
.focus\:ring-violet-50\/85:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.85);
}
.focus\:ring-violet-50\/90:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.9);
}
.focus\:ring-violet-50\/95:focus {
    --tw-ring-color: rgba(245, 243, 255, 0.95);
}
.focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-500\/0:focus {
    --tw-ring-color: rgba(139, 92, 246, 0);
}
.focus\:ring-violet-500\/10:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.1);
}
.focus\:ring-violet-500\/100:focus {
    --tw-ring-color: #8b5cf6;
}
.focus\:ring-violet-500\/15:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.15);
}
.focus\:ring-violet-500\/20:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.2);
}
.focus\:ring-violet-500\/25:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.25);
}
.focus\:ring-violet-500\/30:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.3);
}
.focus\:ring-violet-500\/35:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.35);
}
.focus\:ring-violet-500\/40:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.4);
}
.focus\:ring-violet-500\/45:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.45);
}
.focus\:ring-violet-500\/5:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.05);
}
.focus\:ring-violet-500\/50:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.5);
}
.focus\:ring-violet-500\/55:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.55);
}
.focus\:ring-violet-500\/60:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.6);
}
.focus\:ring-violet-500\/65:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.65);
}
.focus\:ring-violet-500\/70:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.7);
}
.focus\:ring-violet-500\/75:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.75);
}
.focus\:ring-violet-500\/80:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.8);
}
.focus\:ring-violet-500\/85:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.85);
}
.focus\:ring-violet-500\/90:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.9);
}
.focus\:ring-violet-500\/95:focus {
    --tw-ring-color: rgba(139, 92, 246, 0.95);
}
.focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-600\/0:focus {
    --tw-ring-color: rgba(124, 58, 237, 0);
}
.focus\:ring-violet-600\/10:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.1);
}
.focus\:ring-violet-600\/100:focus {
    --tw-ring-color: #7c3aed;
}
.focus\:ring-violet-600\/15:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.15);
}
.focus\:ring-violet-600\/20:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.2);
}
.focus\:ring-violet-600\/25:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.25);
}
.focus\:ring-violet-600\/30:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.3);
}
.focus\:ring-violet-600\/35:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.35);
}
.focus\:ring-violet-600\/40:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.4);
}
.focus\:ring-violet-600\/45:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.45);
}
.focus\:ring-violet-600\/5:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.05);
}
.focus\:ring-violet-600\/50:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.5);
}
.focus\:ring-violet-600\/55:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.55);
}
.focus\:ring-violet-600\/60:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.6);
}
.focus\:ring-violet-600\/65:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.65);
}
.focus\:ring-violet-600\/70:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.7);
}
.focus\:ring-violet-600\/75:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.75);
}
.focus\:ring-violet-600\/80:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.8);
}
.focus\:ring-violet-600\/85:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.85);
}
.focus\:ring-violet-600\/90:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.9);
}
.focus\:ring-violet-600\/95:focus {
    --tw-ring-color: rgba(124, 58, 237, 0.95);
}
.focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-700\/0:focus {
    --tw-ring-color: rgba(109, 40, 217, 0);
}
.focus\:ring-violet-700\/10:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.1);
}
.focus\:ring-violet-700\/100:focus {
    --tw-ring-color: #6d28d9;
}
.focus\:ring-violet-700\/15:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.15);
}
.focus\:ring-violet-700\/20:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.2);
}
.focus\:ring-violet-700\/25:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.25);
}
.focus\:ring-violet-700\/30:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.3);
}
.focus\:ring-violet-700\/35:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.35);
}
.focus\:ring-violet-700\/40:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.4);
}
.focus\:ring-violet-700\/45:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.45);
}
.focus\:ring-violet-700\/5:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.05);
}
.focus\:ring-violet-700\/50:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.5);
}
.focus\:ring-violet-700\/55:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.55);
}
.focus\:ring-violet-700\/60:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.6);
}
.focus\:ring-violet-700\/65:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.65);
}
.focus\:ring-violet-700\/70:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.7);
}
.focus\:ring-violet-700\/75:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.75);
}
.focus\:ring-violet-700\/80:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.8);
}
.focus\:ring-violet-700\/85:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.85);
}
.focus\:ring-violet-700\/90:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.9);
}
.focus\:ring-violet-700\/95:focus {
    --tw-ring-color: rgba(109, 40, 217, 0.95);
}
.focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-800\/0:focus {
    --tw-ring-color: rgba(91, 33, 182, 0);
}
.focus\:ring-violet-800\/10:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.1);
}
.focus\:ring-violet-800\/100:focus {
    --tw-ring-color: #5b21b6;
}
.focus\:ring-violet-800\/15:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.15);
}
.focus\:ring-violet-800\/20:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.2);
}
.focus\:ring-violet-800\/25:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.25);
}
.focus\:ring-violet-800\/30:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.3);
}
.focus\:ring-violet-800\/35:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.35);
}
.focus\:ring-violet-800\/40:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.4);
}
.focus\:ring-violet-800\/45:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.45);
}
.focus\:ring-violet-800\/5:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.05);
}
.focus\:ring-violet-800\/50:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.5);
}
.focus\:ring-violet-800\/55:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.55);
}
.focus\:ring-violet-800\/60:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.6);
}
.focus\:ring-violet-800\/65:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.65);
}
.focus\:ring-violet-800\/70:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.7);
}
.focus\:ring-violet-800\/75:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.75);
}
.focus\:ring-violet-800\/80:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.8);
}
.focus\:ring-violet-800\/85:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.85);
}
.focus\:ring-violet-800\/90:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.9);
}
.focus\:ring-violet-800\/95:focus {
    --tw-ring-color: rgba(91, 33, 182, 0.95);
}
.focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-900\/0:focus {
    --tw-ring-color: rgba(76, 29, 149, 0);
}
.focus\:ring-violet-900\/10:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.1);
}
.focus\:ring-violet-900\/100:focus {
    --tw-ring-color: #4c1d95;
}
.focus\:ring-violet-900\/15:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.15);
}
.focus\:ring-violet-900\/20:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.2);
}
.focus\:ring-violet-900\/25:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.25);
}
.focus\:ring-violet-900\/30:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.3);
}
.focus\:ring-violet-900\/35:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.35);
}
.focus\:ring-violet-900\/40:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.4);
}
.focus\:ring-violet-900\/45:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.45);
}
.focus\:ring-violet-900\/5:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.05);
}
.focus\:ring-violet-900\/50:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.5);
}
.focus\:ring-violet-900\/55:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.55);
}
.focus\:ring-violet-900\/60:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.6);
}
.focus\:ring-violet-900\/65:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.65);
}
.focus\:ring-violet-900\/70:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.7);
}
.focus\:ring-violet-900\/75:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.75);
}
.focus\:ring-violet-900\/80:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.8);
}
.focus\:ring-violet-900\/85:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.85);
}
.focus\:ring-violet-900\/90:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.9);
}
.focus\:ring-violet-900\/95:focus {
    --tw-ring-color: rgba(76, 29, 149, 0.95);
}
.focus\:ring-warmergreen-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 239 236 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-100\/0:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0);
}
.focus\:ring-warmergreen-100\/10:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.1);
}
.focus\:ring-warmergreen-100\/100:focus {
    --tw-ring-color: #eeefec;
}
.focus\:ring-warmergreen-100\/15:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.15);
}
.focus\:ring-warmergreen-100\/20:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.2);
}
.focus\:ring-warmergreen-100\/25:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.25);
}
.focus\:ring-warmergreen-100\/30:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.3);
}
.focus\:ring-warmergreen-100\/35:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.35);
}
.focus\:ring-warmergreen-100\/40:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.4);
}
.focus\:ring-warmergreen-100\/45:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.45);
}
.focus\:ring-warmergreen-100\/5:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.05);
}
.focus\:ring-warmergreen-100\/50:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.5);
}
.focus\:ring-warmergreen-100\/55:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.55);
}
.focus\:ring-warmergreen-100\/60:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.6);
}
.focus\:ring-warmergreen-100\/65:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.65);
}
.focus\:ring-warmergreen-100\/70:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.7);
}
.focus\:ring-warmergreen-100\/75:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.75);
}
.focus\:ring-warmergreen-100\/80:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.8);
}
.focus\:ring-warmergreen-100\/85:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.85);
}
.focus\:ring-warmergreen-100\/90:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.9);
}
.focus\:ring-warmergreen-100\/95:focus {
    --tw-ring-color: hsla(80, 9%, 93%, 0.95);
}
.focus\:ring-warmergreen-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 222 215 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-200\/0:focus {
    --tw-ring-color: rgba(216, 222, 215, 0);
}
.focus\:ring-warmergreen-200\/10:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.1);
}
.focus\:ring-warmergreen-200\/100:focus {
    --tw-ring-color: #d8ded7;
}
.focus\:ring-warmergreen-200\/15:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.15);
}
.focus\:ring-warmergreen-200\/20:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.2);
}
.focus\:ring-warmergreen-200\/25:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.25);
}
.focus\:ring-warmergreen-200\/30:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.3);
}
.focus\:ring-warmergreen-200\/35:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.35);
}
.focus\:ring-warmergreen-200\/40:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.4);
}
.focus\:ring-warmergreen-200\/45:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.45);
}
.focus\:ring-warmergreen-200\/5:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.05);
}
.focus\:ring-warmergreen-200\/50:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.5);
}
.focus\:ring-warmergreen-200\/55:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.55);
}
.focus\:ring-warmergreen-200\/60:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.6);
}
.focus\:ring-warmergreen-200\/65:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.65);
}
.focus\:ring-warmergreen-200\/70:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.7);
}
.focus\:ring-warmergreen-200\/75:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.75);
}
.focus\:ring-warmergreen-200\/80:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.8);
}
.focus\:ring-warmergreen-200\/85:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.85);
}
.focus\:ring-warmergreen-200\/90:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.9);
}
.focus\:ring-warmergreen-200\/95:focus {
    --tw-ring-color: rgba(216, 222, 215, 0.95);
}
.focus\:ring-warmergreen-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(177 188 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-300\/0:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0);
}
.focus\:ring-warmergreen-300\/10:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.1);
}
.focus\:ring-warmergreen-300\/100:focus {
    --tw-ring-color: #b1bcaf;
}
.focus\:ring-warmergreen-300\/15:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.15);
}
.focus\:ring-warmergreen-300\/20:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.2);
}
.focus\:ring-warmergreen-300\/25:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.25);
}
.focus\:ring-warmergreen-300\/30:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.3);
}
.focus\:ring-warmergreen-300\/35:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.35);
}
.focus\:ring-warmergreen-300\/40:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.4);
}
.focus\:ring-warmergreen-300\/45:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.45);
}
.focus\:ring-warmergreen-300\/5:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.05);
}
.focus\:ring-warmergreen-300\/50:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.5);
}
.focus\:ring-warmergreen-300\/55:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.55);
}
.focus\:ring-warmergreen-300\/60:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.6);
}
.focus\:ring-warmergreen-300\/65:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.65);
}
.focus\:ring-warmergreen-300\/70:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.7);
}
.focus\:ring-warmergreen-300\/75:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.75);
}
.focus\:ring-warmergreen-300\/80:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.8);
}
.focus\:ring-warmergreen-300\/85:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.85);
}
.focus\:ring-warmergreen-300\/90:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.9);
}
.focus\:ring-warmergreen-300\/95:focus {
    --tw-ring-color: hsla(111, 9%, 71%, 0.95);
}
.focus\:ring-warmergreen-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(127 150 132 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-400\/0:focus {
    --tw-ring-color: rgba(127, 150, 132, 0);
}
.focus\:ring-warmergreen-400\/10:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.1);
}
.focus\:ring-warmergreen-400\/100:focus {
    --tw-ring-color: #7f9684;
}
.focus\:ring-warmergreen-400\/15:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.15);
}
.focus\:ring-warmergreen-400\/20:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.2);
}
.focus\:ring-warmergreen-400\/25:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.25);
}
.focus\:ring-warmergreen-400\/30:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.3);
}
.focus\:ring-warmergreen-400\/35:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.35);
}
.focus\:ring-warmergreen-400\/40:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.4);
}
.focus\:ring-warmergreen-400\/45:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.45);
}
.focus\:ring-warmergreen-400\/5:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.05);
}
.focus\:ring-warmergreen-400\/50:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.5);
}
.focus\:ring-warmergreen-400\/55:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.55);
}
.focus\:ring-warmergreen-400\/60:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.6);
}
.focus\:ring-warmergreen-400\/65:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.65);
}
.focus\:ring-warmergreen-400\/70:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.7);
}
.focus\:ring-warmergreen-400\/75:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.75);
}
.focus\:ring-warmergreen-400\/80:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.8);
}
.focus\:ring-warmergreen-400\/85:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.85);
}
.focus\:ring-warmergreen-400\/90:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.9);
}
.focus\:ring-warmergreen-400\/95:focus {
    --tw-ring-color: rgba(127, 150, 132, 0.95);
}
.focus\:ring-warmergreen-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 248 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-50\/0:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0);
}
.focus\:ring-warmergreen-50\/10:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.1);
}
.focus\:ring-warmergreen-50\/100:focus {
    --tw-ring-color: #f7f8f6;
}
.focus\:ring-warmergreen-50\/15:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.15);
}
.focus\:ring-warmergreen-50\/20:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.2);
}
.focus\:ring-warmergreen-50\/25:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.25);
}
.focus\:ring-warmergreen-50\/30:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.3);
}
.focus\:ring-warmergreen-50\/35:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.35);
}
.focus\:ring-warmergreen-50\/40:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.4);
}
.focus\:ring-warmergreen-50\/45:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.45);
}
.focus\:ring-warmergreen-50\/5:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.05);
}
.focus\:ring-warmergreen-50\/50:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.5);
}
.focus\:ring-warmergreen-50\/55:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.55);
}
.focus\:ring-warmergreen-50\/60:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.6);
}
.focus\:ring-warmergreen-50\/65:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.65);
}
.focus\:ring-warmergreen-50\/70:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.7);
}
.focus\:ring-warmergreen-50\/75:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.75);
}
.focus\:ring-warmergreen-50\/80:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.8);
}
.focus\:ring-warmergreen-50\/85:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.85);
}
.focus\:ring-warmergreen-50\/90:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.9);
}
.focus\:ring-warmergreen-50\/95:focus {
    --tw-ring-color: hsla(90, 12%, 97%, 0.95);
}
.focus\:ring-warmergreen-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(98 119 95 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-500\/0:focus {
    --tw-ring-color: rgba(98, 119, 95, 0);
}
.focus\:ring-warmergreen-500\/10:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.1);
}
.focus\:ring-warmergreen-500\/100:focus {
    --tw-ring-color: #62775f;
}
.focus\:ring-warmergreen-500\/15:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.15);
}
.focus\:ring-warmergreen-500\/20:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.2);
}
.focus\:ring-warmergreen-500\/25:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.25);
}
.focus\:ring-warmergreen-500\/30:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.3);
}
.focus\:ring-warmergreen-500\/35:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.35);
}
.focus\:ring-warmergreen-500\/40:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.4);
}
.focus\:ring-warmergreen-500\/45:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.45);
}
.focus\:ring-warmergreen-500\/5:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.05);
}
.focus\:ring-warmergreen-500\/50:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.5);
}
.focus\:ring-warmergreen-500\/55:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.55);
}
.focus\:ring-warmergreen-500\/60:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.6);
}
.focus\:ring-warmergreen-500\/65:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.65);
}
.focus\:ring-warmergreen-500\/70:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.7);
}
.focus\:ring-warmergreen-500\/75:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.75);
}
.focus\:ring-warmergreen-500\/80:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.8);
}
.focus\:ring-warmergreen-500\/85:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.85);
}
.focus\:ring-warmergreen-500\/90:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.9);
}
.focus\:ring-warmergreen-500\/95:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.95);
}
.focus\:ring-warmergreen-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 92 70 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-600\/0:focus {
    --tw-ring-color: rgba(79, 92, 70, 0);
}
.focus\:ring-warmergreen-600\/10:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.1);
}
.focus\:ring-warmergreen-600\/100:focus {
    --tw-ring-color: #4f5c46;
}
.focus\:ring-warmergreen-600\/15:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.15);
}
.focus\:ring-warmergreen-600\/20:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.2);
}
.focus\:ring-warmergreen-600\/25:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.25);
}
.focus\:ring-warmergreen-600\/30:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.3);
}
.focus\:ring-warmergreen-600\/35:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.35);
}
.focus\:ring-warmergreen-600\/40:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.4);
}
.focus\:ring-warmergreen-600\/45:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.45);
}
.focus\:ring-warmergreen-600\/5:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.05);
}
.focus\:ring-warmergreen-600\/50:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.5);
}
.focus\:ring-warmergreen-600\/55:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.55);
}
.focus\:ring-warmergreen-600\/60:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.6);
}
.focus\:ring-warmergreen-600\/65:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.65);
}
.focus\:ring-warmergreen-600\/70:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.7);
}
.focus\:ring-warmergreen-600\/75:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.75);
}
.focus\:ring-warmergreen-600\/80:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.8);
}
.focus\:ring-warmergreen-600\/85:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.85);
}
.focus\:ring-warmergreen-600\/90:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.9);
}
.focus\:ring-warmergreen-600\/95:focus {
    --tw-ring-color: rgba(79, 92, 70, 0.95);
}
.focus\:ring-warmergreen-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(62 70 54 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-700\/0:focus {
    --tw-ring-color: rgba(62, 70, 54, 0);
}
.focus\:ring-warmergreen-700\/10:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.1);
}
.focus\:ring-warmergreen-700\/100:focus {
    --tw-ring-color: #3e4636;
}
.focus\:ring-warmergreen-700\/15:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.15);
}
.focus\:ring-warmergreen-700\/20:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.2);
}
.focus\:ring-warmergreen-700\/25:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.25);
}
.focus\:ring-warmergreen-700\/30:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.3);
}
.focus\:ring-warmergreen-700\/35:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.35);
}
.focus\:ring-warmergreen-700\/40:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.4);
}
.focus\:ring-warmergreen-700\/45:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.45);
}
.focus\:ring-warmergreen-700\/5:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.05);
}
.focus\:ring-warmergreen-700\/50:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.5);
}
.focus\:ring-warmergreen-700\/55:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.55);
}
.focus\:ring-warmergreen-700\/60:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.6);
}
.focus\:ring-warmergreen-700\/65:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.65);
}
.focus\:ring-warmergreen-700\/70:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.7);
}
.focus\:ring-warmergreen-700\/75:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.75);
}
.focus\:ring-warmergreen-700\/80:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.8);
}
.focus\:ring-warmergreen-700\/85:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.85);
}
.focus\:ring-warmergreen-700\/90:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.9);
}
.focus\:ring-warmergreen-700\/95:focus {
    --tw-ring-color: rgba(62, 70, 54, 0.95);
}
.focus\:ring-warmergreen-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 48 40 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-800\/0:focus {
    --tw-ring-color: rgba(43, 48, 40, 0);
}
.focus\:ring-warmergreen-800\/10:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.1);
}
.focus\:ring-warmergreen-800\/100:focus {
    --tw-ring-color: #2b3028;
}
.focus\:ring-warmergreen-800\/15:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.15);
}
.focus\:ring-warmergreen-800\/20:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.2);
}
.focus\:ring-warmergreen-800\/25:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.25);
}
.focus\:ring-warmergreen-800\/30:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.3);
}
.focus\:ring-warmergreen-800\/35:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.35);
}
.focus\:ring-warmergreen-800\/40:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.4);
}
.focus\:ring-warmergreen-800\/45:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.45);
}
.focus\:ring-warmergreen-800\/5:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.05);
}
.focus\:ring-warmergreen-800\/50:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.5);
}
.focus\:ring-warmergreen-800\/55:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.55);
}
.focus\:ring-warmergreen-800\/60:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.6);
}
.focus\:ring-warmergreen-800\/65:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.65);
}
.focus\:ring-warmergreen-800\/70:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.7);
}
.focus\:ring-warmergreen-800\/75:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.75);
}
.focus\:ring-warmergreen-800\/80:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.8);
}
.focus\:ring-warmergreen-800\/85:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.85);
}
.focus\:ring-warmergreen-800\/90:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.9);
}
.focus\:ring-warmergreen-800\/95:focus {
    --tw-ring-color: rgba(43, 48, 40, 0.95);
}
.focus\:ring-warmergreen-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 30 27 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmergreen-900\/0:focus {
    --tw-ring-color: rgba(28, 30, 27, 0);
}
.focus\:ring-warmergreen-900\/10:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.1);
}
.focus\:ring-warmergreen-900\/100:focus {
    --tw-ring-color: #1c1e1b;
}
.focus\:ring-warmergreen-900\/15:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.15);
}
.focus\:ring-warmergreen-900\/20:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.2);
}
.focus\:ring-warmergreen-900\/25:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.25);
}
.focus\:ring-warmergreen-900\/30:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.3);
}
.focus\:ring-warmergreen-900\/35:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.35);
}
.focus\:ring-warmergreen-900\/40:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.4);
}
.focus\:ring-warmergreen-900\/45:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.45);
}
.focus\:ring-warmergreen-900\/5:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.05);
}
.focus\:ring-warmergreen-900\/50:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.5);
}
.focus\:ring-warmergreen-900\/55:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.55);
}
.focus\:ring-warmergreen-900\/60:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.6);
}
.focus\:ring-warmergreen-900\/65:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.65);
}
.focus\:ring-warmergreen-900\/70:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.7);
}
.focus\:ring-warmergreen-900\/75:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.75);
}
.focus\:ring-warmergreen-900\/80:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.8);
}
.focus\:ring-warmergreen-900\/85:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.85);
}
.focus\:ring-warmergreen-900\/90:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.9);
}
.focus\:ring-warmergreen-900\/95:focus {
    --tw-ring-color: rgba(28, 30, 27, 0.95);
}
.focus\:ring-warmgray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-100\/0:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0);
}
.focus\:ring-warmgray-100\/10:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.1);
}
.focus\:ring-warmgray-100\/100:focus {
    --tw-ring-color: #f5f5f4;
}
.focus\:ring-warmgray-100\/15:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.15);
}
.focus\:ring-warmgray-100\/20:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.2);
}
.focus\:ring-warmgray-100\/25:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.25);
}
.focus\:ring-warmgray-100\/30:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.3);
}
.focus\:ring-warmgray-100\/35:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.35);
}
.focus\:ring-warmgray-100\/40:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.4);
}
.focus\:ring-warmgray-100\/45:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.45);
}
.focus\:ring-warmgray-100\/5:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.05);
}
.focus\:ring-warmgray-100\/50:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.5);
}
.focus\:ring-warmgray-100\/55:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.55);
}
.focus\:ring-warmgray-100\/60:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.6);
}
.focus\:ring-warmgray-100\/65:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.65);
}
.focus\:ring-warmgray-100\/70:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.7);
}
.focus\:ring-warmgray-100\/75:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.75);
}
.focus\:ring-warmgray-100\/80:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.8);
}
.focus\:ring-warmgray-100\/85:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.85);
}
.focus\:ring-warmgray-100\/90:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.9);
}
.focus\:ring-warmgray-100\/95:focus {
    --tw-ring-color: hsla(60, 5%, 96%, 0.95);
}
.focus\:ring-warmgray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-200\/0:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0);
}
.focus\:ring-warmgray-200\/10:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.1);
}
.focus\:ring-warmgray-200\/100:focus {
    --tw-ring-color: #e7e5e4;
}
.focus\:ring-warmgray-200\/15:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.15);
}
.focus\:ring-warmgray-200\/20:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.2);
}
.focus\:ring-warmgray-200\/25:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.25);
}
.focus\:ring-warmgray-200\/30:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.3);
}
.focus\:ring-warmgray-200\/35:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.35);
}
.focus\:ring-warmgray-200\/40:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.4);
}
.focus\:ring-warmgray-200\/45:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.45);
}
.focus\:ring-warmgray-200\/5:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.05);
}
.focus\:ring-warmgray-200\/50:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.5);
}
.focus\:ring-warmgray-200\/55:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.55);
}
.focus\:ring-warmgray-200\/60:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.6);
}
.focus\:ring-warmgray-200\/65:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.65);
}
.focus\:ring-warmgray-200\/70:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.7);
}
.focus\:ring-warmgray-200\/75:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.75);
}
.focus\:ring-warmgray-200\/80:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.8);
}
.focus\:ring-warmgray-200\/85:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.85);
}
.focus\:ring-warmgray-200\/90:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.9);
}
.focus\:ring-warmgray-200\/95:focus {
    --tw-ring-color: hsla(20, 6%, 90%, 0.95);
}
.focus\:ring-warmgray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-300\/0:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0);
}
.focus\:ring-warmgray-300\/10:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.1);
}
.focus\:ring-warmgray-300\/100:focus {
    --tw-ring-color: #d6d3d1;
}
.focus\:ring-warmgray-300\/15:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.15);
}
.focus\:ring-warmgray-300\/20:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.2);
}
.focus\:ring-warmgray-300\/25:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.25);
}
.focus\:ring-warmgray-300\/30:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.3);
}
.focus\:ring-warmgray-300\/35:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.35);
}
.focus\:ring-warmgray-300\/40:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.4);
}
.focus\:ring-warmgray-300\/45:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.45);
}
.focus\:ring-warmgray-300\/5:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.05);
}
.focus\:ring-warmgray-300\/50:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.5);
}
.focus\:ring-warmgray-300\/55:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.55);
}
.focus\:ring-warmgray-300\/60:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.6);
}
.focus\:ring-warmgray-300\/65:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.65);
}
.focus\:ring-warmgray-300\/70:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.7);
}
.focus\:ring-warmgray-300\/75:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.75);
}
.focus\:ring-warmgray-300\/80:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.8);
}
.focus\:ring-warmgray-300\/85:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.85);
}
.focus\:ring-warmgray-300\/90:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.9);
}
.focus\:ring-warmgray-300\/95:focus {
    --tw-ring-color: hsla(24, 6%, 83%, 0.95);
}
.focus\:ring-warmgray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-400\/0:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0);
}
.focus\:ring-warmgray-400\/10:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.1);
}
.focus\:ring-warmgray-400\/100:focus {
    --tw-ring-color: #a8a29e;
}
.focus\:ring-warmgray-400\/15:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.15);
}
.focus\:ring-warmgray-400\/20:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.2);
}
.focus\:ring-warmgray-400\/25:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.25);
}
.focus\:ring-warmgray-400\/30:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.3);
}
.focus\:ring-warmgray-400\/35:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.35);
}
.focus\:ring-warmgray-400\/40:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.4);
}
.focus\:ring-warmgray-400\/45:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.45);
}
.focus\:ring-warmgray-400\/5:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.05);
}
.focus\:ring-warmgray-400\/50:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.5);
}
.focus\:ring-warmgray-400\/55:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.55);
}
.focus\:ring-warmgray-400\/60:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.6);
}
.focus\:ring-warmgray-400\/65:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.65);
}
.focus\:ring-warmgray-400\/70:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.7);
}
.focus\:ring-warmgray-400\/75:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.75);
}
.focus\:ring-warmgray-400\/80:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.8);
}
.focus\:ring-warmgray-400\/85:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.85);
}
.focus\:ring-warmgray-400\/90:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.9);
}
.focus\:ring-warmgray-400\/95:focus {
    --tw-ring-color: hsla(24, 5%, 64%, 0.95);
}
.focus\:ring-warmgray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-50\/0:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0);
}
.focus\:ring-warmgray-50\/10:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.1);
}
.focus\:ring-warmgray-50\/100:focus {
    --tw-ring-color: #fafaf9;
}
.focus\:ring-warmgray-50\/15:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.15);
}
.focus\:ring-warmgray-50\/20:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.2);
}
.focus\:ring-warmgray-50\/25:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.25);
}
.focus\:ring-warmgray-50\/30:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.3);
}
.focus\:ring-warmgray-50\/35:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.35);
}
.focus\:ring-warmgray-50\/40:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.4);
}
.focus\:ring-warmgray-50\/45:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.45);
}
.focus\:ring-warmgray-50\/5:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.05);
}
.focus\:ring-warmgray-50\/50:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.5);
}
.focus\:ring-warmgray-50\/55:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.55);
}
.focus\:ring-warmgray-50\/60:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.6);
}
.focus\:ring-warmgray-50\/65:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.65);
}
.focus\:ring-warmgray-50\/70:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.7);
}
.focus\:ring-warmgray-50\/75:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.75);
}
.focus\:ring-warmgray-50\/80:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.8);
}
.focus\:ring-warmgray-50\/85:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.85);
}
.focus\:ring-warmgray-50\/90:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.9);
}
.focus\:ring-warmgray-50\/95:focus {
    --tw-ring-color: hsla(60, 9%, 98%, 0.95);
}
.focus\:ring-warmgray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-500\/0:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0);
}
.focus\:ring-warmgray-500\/10:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.1);
}
.focus\:ring-warmgray-500\/100:focus {
    --tw-ring-color: #78716c;
}
.focus\:ring-warmgray-500\/15:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.15);
}
.focus\:ring-warmgray-500\/20:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.2);
}
.focus\:ring-warmgray-500\/25:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.25);
}
.focus\:ring-warmgray-500\/30:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.3);
}
.focus\:ring-warmgray-500\/35:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.35);
}
.focus\:ring-warmgray-500\/40:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.4);
}
.focus\:ring-warmgray-500\/45:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.45);
}
.focus\:ring-warmgray-500\/5:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.05);
}
.focus\:ring-warmgray-500\/50:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.5);
}
.focus\:ring-warmgray-500\/55:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.55);
}
.focus\:ring-warmgray-500\/60:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.6);
}
.focus\:ring-warmgray-500\/65:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.65);
}
.focus\:ring-warmgray-500\/70:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.7);
}
.focus\:ring-warmgray-500\/75:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.75);
}
.focus\:ring-warmgray-500\/80:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.8);
}
.focus\:ring-warmgray-500\/85:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.85);
}
.focus\:ring-warmgray-500\/90:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.9);
}
.focus\:ring-warmgray-500\/95:focus {
    --tw-ring-color: hsla(25, 5%, 45%, 0.95);
}
.focus\:ring-warmgray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-600\/0:focus {
    --tw-ring-color: rgba(87, 83, 78, 0);
}
.focus\:ring-warmgray-600\/10:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.1);
}
.focus\:ring-warmgray-600\/100:focus {
    --tw-ring-color: #57534e;
}
.focus\:ring-warmgray-600\/15:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.15);
}
.focus\:ring-warmgray-600\/20:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.2);
}
.focus\:ring-warmgray-600\/25:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.25);
}
.focus\:ring-warmgray-600\/30:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.3);
}
.focus\:ring-warmgray-600\/35:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.35);
}
.focus\:ring-warmgray-600\/40:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.4);
}
.focus\:ring-warmgray-600\/45:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.45);
}
.focus\:ring-warmgray-600\/5:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.05);
}
.focus\:ring-warmgray-600\/50:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.5);
}
.focus\:ring-warmgray-600\/55:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.55);
}
.focus\:ring-warmgray-600\/60:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.6);
}
.focus\:ring-warmgray-600\/65:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.65);
}
.focus\:ring-warmgray-600\/70:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.7);
}
.focus\:ring-warmgray-600\/75:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.75);
}
.focus\:ring-warmgray-600\/80:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.8);
}
.focus\:ring-warmgray-600\/85:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.85);
}
.focus\:ring-warmgray-600\/90:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.9);
}
.focus\:ring-warmgray-600\/95:focus {
    --tw-ring-color: rgba(87, 83, 78, 0.95);
}
.focus\:ring-warmgray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-700\/0:focus {
    --tw-ring-color: rgba(68, 64, 60, 0);
}
.focus\:ring-warmgray-700\/10:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.1);
}
.focus\:ring-warmgray-700\/100:focus {
    --tw-ring-color: #44403c;
}
.focus\:ring-warmgray-700\/15:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.15);
}
.focus\:ring-warmgray-700\/20:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.2);
}
.focus\:ring-warmgray-700\/25:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.25);
}
.focus\:ring-warmgray-700\/30:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.3);
}
.focus\:ring-warmgray-700\/35:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.35);
}
.focus\:ring-warmgray-700\/40:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.4);
}
.focus\:ring-warmgray-700\/45:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.45);
}
.focus\:ring-warmgray-700\/5:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.05);
}
.focus\:ring-warmgray-700\/50:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.5);
}
.focus\:ring-warmgray-700\/55:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.55);
}
.focus\:ring-warmgray-700\/60:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.6);
}
.focus\:ring-warmgray-700\/65:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.65);
}
.focus\:ring-warmgray-700\/70:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.7);
}
.focus\:ring-warmgray-700\/75:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.75);
}
.focus\:ring-warmgray-700\/80:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.8);
}
.focus\:ring-warmgray-700\/85:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.85);
}
.focus\:ring-warmgray-700\/90:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.9);
}
.focus\:ring-warmgray-700\/95:focus {
    --tw-ring-color: rgba(68, 64, 60, 0.95);
}
.focus\:ring-warmgray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-800\/0:focus {
    --tw-ring-color: rgba(41, 37, 36, 0);
}
.focus\:ring-warmgray-800\/10:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.1);
}
.focus\:ring-warmgray-800\/100:focus {
    --tw-ring-color: #292524;
}
.focus\:ring-warmgray-800\/15:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.15);
}
.focus\:ring-warmgray-800\/20:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.2);
}
.focus\:ring-warmgray-800\/25:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.25);
}
.focus\:ring-warmgray-800\/30:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.3);
}
.focus\:ring-warmgray-800\/35:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.35);
}
.focus\:ring-warmgray-800\/40:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.4);
}
.focus\:ring-warmgray-800\/45:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.45);
}
.focus\:ring-warmgray-800\/5:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.05);
}
.focus\:ring-warmgray-800\/50:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.5);
}
.focus\:ring-warmgray-800\/55:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.55);
}
.focus\:ring-warmgray-800\/60:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.6);
}
.focus\:ring-warmgray-800\/65:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.65);
}
.focus\:ring-warmgray-800\/70:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.7);
}
.focus\:ring-warmgray-800\/75:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.75);
}
.focus\:ring-warmgray-800\/80:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.8);
}
.focus\:ring-warmgray-800\/85:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.85);
}
.focus\:ring-warmgray-800\/90:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.9);
}
.focus\:ring-warmgray-800\/95:focus {
    --tw-ring-color: rgba(41, 37, 36, 0.95);
}
.focus\:ring-warmgray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgray-900\/0:focus {
    --tw-ring-color: rgba(28, 25, 23, 0);
}
.focus\:ring-warmgray-900\/10:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.1);
}
.focus\:ring-warmgray-900\/100:focus {
    --tw-ring-color: #1c1917;
}
.focus\:ring-warmgray-900\/15:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.15);
}
.focus\:ring-warmgray-900\/20:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.2);
}
.focus\:ring-warmgray-900\/25:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.25);
}
.focus\:ring-warmgray-900\/30:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.3);
}
.focus\:ring-warmgray-900\/35:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.35);
}
.focus\:ring-warmgray-900\/40:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.4);
}
.focus\:ring-warmgray-900\/45:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.45);
}
.focus\:ring-warmgray-900\/5:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.05);
}
.focus\:ring-warmgray-900\/50:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.5);
}
.focus\:ring-warmgray-900\/55:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.55);
}
.focus\:ring-warmgray-900\/60:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.6);
}
.focus\:ring-warmgray-900\/65:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.65);
}
.focus\:ring-warmgray-900\/70:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.7);
}
.focus\:ring-warmgray-900\/75:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.75);
}
.focus\:ring-warmgray-900\/80:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.8);
}
.focus\:ring-warmgray-900\/85:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.85);
}
.focus\:ring-warmgray-900\/90:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.9);
}
.focus\:ring-warmgray-900\/95:focus {
    --tw-ring-color: rgba(28, 25, 23, 0.95);
}
.focus\:ring-warmgreen-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(223 250 149 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-100\/0:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0);
}
.focus\:ring-warmgreen-100\/10:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.1);
}
.focus\:ring-warmgreen-100\/100:focus {
    --tw-ring-color: #dffa95;
}
.focus\:ring-warmgreen-100\/15:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.15);
}
.focus\:ring-warmgreen-100\/20:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.2);
}
.focus\:ring-warmgreen-100\/25:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.25);
}
.focus\:ring-warmgreen-100\/30:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.3);
}
.focus\:ring-warmgreen-100\/35:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.35);
}
.focus\:ring-warmgreen-100\/40:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.4);
}
.focus\:ring-warmgreen-100\/45:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.45);
}
.focus\:ring-warmgreen-100\/5:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.05);
}
.focus\:ring-warmgreen-100\/50:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.5);
}
.focus\:ring-warmgreen-100\/55:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.55);
}
.focus\:ring-warmgreen-100\/60:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.6);
}
.focus\:ring-warmgreen-100\/65:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.65);
}
.focus\:ring-warmgreen-100\/70:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.7);
}
.focus\:ring-warmgreen-100\/75:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.75);
}
.focus\:ring-warmgreen-100\/80:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.8);
}
.focus\:ring-warmgreen-100\/85:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.85);
}
.focus\:ring-warmgreen-100\/90:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.9);
}
.focus\:ring-warmgreen-100\/95:focus {
    --tw-ring-color: hsla(76, 91%, 78%, 0.95);
}
.focus\:ring-warmgreen-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(213 240 139 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-200\/0:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0);
}
.focus\:ring-warmgreen-200\/10:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.1);
}
.focus\:ring-warmgreen-200\/100:focus {
    --tw-ring-color: #d5f08b;
}
.focus\:ring-warmgreen-200\/15:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.15);
}
.focus\:ring-warmgreen-200\/20:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.2);
}
.focus\:ring-warmgreen-200\/25:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.25);
}
.focus\:ring-warmgreen-200\/30:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.3);
}
.focus\:ring-warmgreen-200\/35:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.35);
}
.focus\:ring-warmgreen-200\/40:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.4);
}
.focus\:ring-warmgreen-200\/45:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.45);
}
.focus\:ring-warmgreen-200\/5:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.05);
}
.focus\:ring-warmgreen-200\/50:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.5);
}
.focus\:ring-warmgreen-200\/55:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.55);
}
.focus\:ring-warmgreen-200\/60:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.6);
}
.focus\:ring-warmgreen-200\/65:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.65);
}
.focus\:ring-warmgreen-200\/70:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.7);
}
.focus\:ring-warmgreen-200\/75:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.75);
}
.focus\:ring-warmgreen-200\/80:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.8);
}
.focus\:ring-warmgreen-200\/85:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.85);
}
.focus\:ring-warmgreen-200\/90:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.9);
}
.focus\:ring-warmgreen-200\/95:focus {
    --tw-ring-color: hsla(76, 77%, 74%, 0.95);
}
.focus\:ring-warmgreen-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 230 129 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-300\/0:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0);
}
.focus\:ring-warmgreen-300\/10:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.1);
}
.focus\:ring-warmgreen-300\/100:focus {
    --tw-ring-color: #cbe681;
}
.focus\:ring-warmgreen-300\/15:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.15);
}
.focus\:ring-warmgreen-300\/20:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.2);
}
.focus\:ring-warmgreen-300\/25:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.25);
}
.focus\:ring-warmgreen-300\/30:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.3);
}
.focus\:ring-warmgreen-300\/35:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.35);
}
.focus\:ring-warmgreen-300\/40:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.4);
}
.focus\:ring-warmgreen-300\/45:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.45);
}
.focus\:ring-warmgreen-300\/5:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.05);
}
.focus\:ring-warmgreen-300\/50:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.5);
}
.focus\:ring-warmgreen-300\/55:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.55);
}
.focus\:ring-warmgreen-300\/60:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.6);
}
.focus\:ring-warmgreen-300\/65:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.65);
}
.focus\:ring-warmgreen-300\/70:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.7);
}
.focus\:ring-warmgreen-300\/75:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.75);
}
.focus\:ring-warmgreen-300\/80:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.8);
}
.focus\:ring-warmgreen-300\/85:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.85);
}
.focus\:ring-warmgreen-300\/90:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.9);
}
.focus\:ring-warmgreen-300\/95:focus {
    --tw-ring-color: hsla(76, 67%, 70%, 0.95);
}
.focus\:ring-warmgreen-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(193 220 119 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-400\/0:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0);
}
.focus\:ring-warmgreen-400\/10:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.1);
}
.focus\:ring-warmgreen-400\/100:focus {
    --tw-ring-color: #c1dc77;
}
.focus\:ring-warmgreen-400\/15:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.15);
}
.focus\:ring-warmgreen-400\/20:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.2);
}
.focus\:ring-warmgreen-400\/25:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.25);
}
.focus\:ring-warmgreen-400\/30:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.3);
}
.focus\:ring-warmgreen-400\/35:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.35);
}
.focus\:ring-warmgreen-400\/40:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.4);
}
.focus\:ring-warmgreen-400\/45:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.45);
}
.focus\:ring-warmgreen-400\/5:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.05);
}
.focus\:ring-warmgreen-400\/50:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.5);
}
.focus\:ring-warmgreen-400\/55:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.55);
}
.focus\:ring-warmgreen-400\/60:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.6);
}
.focus\:ring-warmgreen-400\/65:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.65);
}
.focus\:ring-warmgreen-400\/70:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.7);
}
.focus\:ring-warmgreen-400\/75:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.75);
}
.focus\:ring-warmgreen-400\/80:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.8);
}
.focus\:ring-warmgreen-400\/85:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.85);
}
.focus\:ring-warmgreen-400\/90:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.9);
}
.focus\:ring-warmgreen-400\/95:focus {
    --tw-ring-color: hsla(76, 59%, 66%, 0.95);
}
.focus\:ring-warmgreen-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 255 159 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-50\/0:focus {
    --tw-ring-color: rgba(233, 255, 159, 0);
}
.focus\:ring-warmgreen-50\/10:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.1);
}
.focus\:ring-warmgreen-50\/100:focus {
    --tw-ring-color: #e9ff9f;
}
.focus\:ring-warmgreen-50\/15:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.15);
}
.focus\:ring-warmgreen-50\/20:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.2);
}
.focus\:ring-warmgreen-50\/25:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.25);
}
.focus\:ring-warmgreen-50\/30:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.3);
}
.focus\:ring-warmgreen-50\/35:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.35);
}
.focus\:ring-warmgreen-50\/40:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.4);
}
.focus\:ring-warmgreen-50\/45:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.45);
}
.focus\:ring-warmgreen-50\/5:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.05);
}
.focus\:ring-warmgreen-50\/50:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.5);
}
.focus\:ring-warmgreen-50\/55:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.55);
}
.focus\:ring-warmgreen-50\/60:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.6);
}
.focus\:ring-warmgreen-50\/65:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.65);
}
.focus\:ring-warmgreen-50\/70:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.7);
}
.focus\:ring-warmgreen-50\/75:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.75);
}
.focus\:ring-warmgreen-50\/80:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.8);
}
.focus\:ring-warmgreen-50\/85:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.85);
}
.focus\:ring-warmgreen-50\/90:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.9);
}
.focus\:ring-warmgreen-50\/95:focus {
    --tw-ring-color: rgba(233, 255, 159, 0.95);
}
.focus\:ring-warmgreen-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 210 109 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-500\/0:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0);
}
.focus\:ring-warmgreen-500\/10:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.1);
}
.focus\:ring-warmgreen-500\/100:focus {
    --tw-ring-color: #b7d26d;
}
.focus\:ring-warmgreen-500\/15:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.15);
}
.focus\:ring-warmgreen-500\/20:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.2);
}
.focus\:ring-warmgreen-500\/25:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.25);
}
.focus\:ring-warmgreen-500\/30:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.3);
}
.focus\:ring-warmgreen-500\/35:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.35);
}
.focus\:ring-warmgreen-500\/40:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.4);
}
.focus\:ring-warmgreen-500\/45:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.45);
}
.focus\:ring-warmgreen-500\/5:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.05);
}
.focus\:ring-warmgreen-500\/50:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.5);
}
.focus\:ring-warmgreen-500\/55:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.55);
}
.focus\:ring-warmgreen-500\/60:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.6);
}
.focus\:ring-warmgreen-500\/65:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.65);
}
.focus\:ring-warmgreen-500\/70:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.7);
}
.focus\:ring-warmgreen-500\/75:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.75);
}
.focus\:ring-warmgreen-500\/80:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.8);
}
.focus\:ring-warmgreen-500\/85:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.85);
}
.focus\:ring-warmgreen-500\/90:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.9);
}
.focus\:ring-warmgreen-500\/95:focus {
    --tw-ring-color: hsla(76, 53%, 63%, 0.95);
}
.focus\:ring-warmgreen-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(173 200 99 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-600\/0:focus {
    --tw-ring-color: rgba(173, 200, 99, 0);
}
.focus\:ring-warmgreen-600\/10:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.1);
}
.focus\:ring-warmgreen-600\/100:focus {
    --tw-ring-color: #adc863;
}
.focus\:ring-warmgreen-600\/15:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.15);
}
.focus\:ring-warmgreen-600\/20:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.2);
}
.focus\:ring-warmgreen-600\/25:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.25);
}
.focus\:ring-warmgreen-600\/30:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.3);
}
.focus\:ring-warmgreen-600\/35:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.35);
}
.focus\:ring-warmgreen-600\/40:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.4);
}
.focus\:ring-warmgreen-600\/45:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.45);
}
.focus\:ring-warmgreen-600\/5:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.05);
}
.focus\:ring-warmgreen-600\/50:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.5);
}
.focus\:ring-warmgreen-600\/55:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.55);
}
.focus\:ring-warmgreen-600\/60:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.6);
}
.focus\:ring-warmgreen-600\/65:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.65);
}
.focus\:ring-warmgreen-600\/70:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.7);
}
.focus\:ring-warmgreen-600\/75:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.75);
}
.focus\:ring-warmgreen-600\/80:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.8);
}
.focus\:ring-warmgreen-600\/85:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.85);
}
.focus\:ring-warmgreen-600\/90:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.9);
}
.focus\:ring-warmgreen-600\/95:focus {
    --tw-ring-color: rgba(173, 200, 99, 0.95);
}
.focus\:ring-warmgreen-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 190 89 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-700\/0:focus {
    --tw-ring-color: rgba(163, 190, 89, 0);
}
.focus\:ring-warmgreen-700\/10:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.1);
}
.focus\:ring-warmgreen-700\/100:focus {
    --tw-ring-color: #a3be59;
}
.focus\:ring-warmgreen-700\/15:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.15);
}
.focus\:ring-warmgreen-700\/20:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.2);
}
.focus\:ring-warmgreen-700\/25:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.25);
}
.focus\:ring-warmgreen-700\/30:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.3);
}
.focus\:ring-warmgreen-700\/35:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.35);
}
.focus\:ring-warmgreen-700\/40:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.4);
}
.focus\:ring-warmgreen-700\/45:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.45);
}
.focus\:ring-warmgreen-700\/5:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.05);
}
.focus\:ring-warmgreen-700\/50:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.5);
}
.focus\:ring-warmgreen-700\/55:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.55);
}
.focus\:ring-warmgreen-700\/60:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.6);
}
.focus\:ring-warmgreen-700\/65:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.65);
}
.focus\:ring-warmgreen-700\/70:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.7);
}
.focus\:ring-warmgreen-700\/75:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.75);
}
.focus\:ring-warmgreen-700\/80:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.8);
}
.focus\:ring-warmgreen-700\/85:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.85);
}
.focus\:ring-warmgreen-700\/90:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.9);
}
.focus\:ring-warmgreen-700\/95:focus {
    --tw-ring-color: rgba(163, 190, 89, 0.95);
}
.focus\:ring-warmgreen-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(98 119 95 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-800\/0:focus {
    --tw-ring-color: rgba(98, 119, 95, 0);
}
.focus\:ring-warmgreen-800\/10:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.1);
}
.focus\:ring-warmgreen-800\/100:focus {
    --tw-ring-color: #62775f;
}
.focus\:ring-warmgreen-800\/15:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.15);
}
.focus\:ring-warmgreen-800\/20:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.2);
}
.focus\:ring-warmgreen-800\/25:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.25);
}
.focus\:ring-warmgreen-800\/30:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.3);
}
.focus\:ring-warmgreen-800\/35:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.35);
}
.focus\:ring-warmgreen-800\/40:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.4);
}
.focus\:ring-warmgreen-800\/45:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.45);
}
.focus\:ring-warmgreen-800\/5:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.05);
}
.focus\:ring-warmgreen-800\/50:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.5);
}
.focus\:ring-warmgreen-800\/55:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.55);
}
.focus\:ring-warmgreen-800\/60:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.6);
}
.focus\:ring-warmgreen-800\/65:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.65);
}
.focus\:ring-warmgreen-800\/70:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.7);
}
.focus\:ring-warmgreen-800\/75:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.75);
}
.focus\:ring-warmgreen-800\/80:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.8);
}
.focus\:ring-warmgreen-800\/85:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.85);
}
.focus\:ring-warmgreen-800\/90:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.9);
}
.focus\:ring-warmgreen-800\/95:focus {
    --tw-ring-color: rgba(98, 119, 95, 0.95);
}
.focus\:ring-warmgreen-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 170 69 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warmgreen-900\/0:focus {
    --tw-ring-color: rgba(143, 170, 69, 0);
}
.focus\:ring-warmgreen-900\/10:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.1);
}
.focus\:ring-warmgreen-900\/100:focus {
    --tw-ring-color: #8faa45;
}
.focus\:ring-warmgreen-900\/15:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.15);
}
.focus\:ring-warmgreen-900\/20:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.2);
}
.focus\:ring-warmgreen-900\/25:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.25);
}
.focus\:ring-warmgreen-900\/30:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.3);
}
.focus\:ring-warmgreen-900\/35:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.35);
}
.focus\:ring-warmgreen-900\/40:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.4);
}
.focus\:ring-warmgreen-900\/45:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.45);
}
.focus\:ring-warmgreen-900\/5:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.05);
}
.focus\:ring-warmgreen-900\/50:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.5);
}
.focus\:ring-warmgreen-900\/55:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.55);
}
.focus\:ring-warmgreen-900\/60:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.6);
}
.focus\:ring-warmgreen-900\/65:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.65);
}
.focus\:ring-warmgreen-900\/70:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.7);
}
.focus\:ring-warmgreen-900\/75:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.75);
}
.focus\:ring-warmgreen-900\/80:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.8);
}
.focus\:ring-warmgreen-900\/85:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.85);
}
.focus\:ring-warmgreen-900\/90:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.9);
}
.focus\:ring-warmgreen-900\/95:focus {
    --tw-ring-color: rgba(143, 170, 69, 0.95);
}
.focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-100\/0:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0);
}
.focus\:ring-yellow-100\/10:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.1);
}
.focus\:ring-yellow-100\/100:focus {
    --tw-ring-color: #fef3c7;
}
.focus\:ring-yellow-100\/15:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.15);
}
.focus\:ring-yellow-100\/20:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.2);
}
.focus\:ring-yellow-100\/25:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.25);
}
.focus\:ring-yellow-100\/30:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.3);
}
.focus\:ring-yellow-100\/35:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.35);
}
.focus\:ring-yellow-100\/40:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.4);
}
.focus\:ring-yellow-100\/45:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.45);
}
.focus\:ring-yellow-100\/5:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.05);
}
.focus\:ring-yellow-100\/50:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.5);
}
.focus\:ring-yellow-100\/55:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.55);
}
.focus\:ring-yellow-100\/60:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.6);
}
.focus\:ring-yellow-100\/65:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.65);
}
.focus\:ring-yellow-100\/70:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.7);
}
.focus\:ring-yellow-100\/75:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.75);
}
.focus\:ring-yellow-100\/80:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.8);
}
.focus\:ring-yellow-100\/85:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.85);
}
.focus\:ring-yellow-100\/90:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.9);
}
.focus\:ring-yellow-100\/95:focus {
    --tw-ring-color: hsla(48, 96%, 89%, 0.95);
}
.focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-200\/0:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0);
}
.focus\:ring-yellow-200\/10:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.1);
}
.focus\:ring-yellow-200\/100:focus {
    --tw-ring-color: #fde68a;
}
.focus\:ring-yellow-200\/15:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.15);
}
.focus\:ring-yellow-200\/20:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.2);
}
.focus\:ring-yellow-200\/25:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.25);
}
.focus\:ring-yellow-200\/30:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.3);
}
.focus\:ring-yellow-200\/35:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.35);
}
.focus\:ring-yellow-200\/40:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.4);
}
.focus\:ring-yellow-200\/45:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.45);
}
.focus\:ring-yellow-200\/5:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.05);
}
.focus\:ring-yellow-200\/50:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.5);
}
.focus\:ring-yellow-200\/55:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.55);
}
.focus\:ring-yellow-200\/60:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.6);
}
.focus\:ring-yellow-200\/65:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.65);
}
.focus\:ring-yellow-200\/70:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.7);
}
.focus\:ring-yellow-200\/75:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.75);
}
.focus\:ring-yellow-200\/80:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.8);
}
.focus\:ring-yellow-200\/85:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.85);
}
.focus\:ring-yellow-200\/90:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.9);
}
.focus\:ring-yellow-200\/95:focus {
    --tw-ring-color: hsla(48, 97%, 77%, 0.95);
}
.focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-300\/0:focus {
    --tw-ring-color: rgba(252, 211, 77, 0);
}
.focus\:ring-yellow-300\/10:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.1);
}
.focus\:ring-yellow-300\/100:focus {
    --tw-ring-color: #fcd34d;
}
.focus\:ring-yellow-300\/15:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.15);
}
.focus\:ring-yellow-300\/20:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.2);
}
.focus\:ring-yellow-300\/25:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.25);
}
.focus\:ring-yellow-300\/30:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.3);
}
.focus\:ring-yellow-300\/35:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.35);
}
.focus\:ring-yellow-300\/40:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.4);
}
.focus\:ring-yellow-300\/45:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.45);
}
.focus\:ring-yellow-300\/5:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.05);
}
.focus\:ring-yellow-300\/50:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.5);
}
.focus\:ring-yellow-300\/55:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.55);
}
.focus\:ring-yellow-300\/60:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.6);
}
.focus\:ring-yellow-300\/65:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.65);
}
.focus\:ring-yellow-300\/70:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.7);
}
.focus\:ring-yellow-300\/75:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.75);
}
.focus\:ring-yellow-300\/80:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.8);
}
.focus\:ring-yellow-300\/85:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.85);
}
.focus\:ring-yellow-300\/90:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.9);
}
.focus\:ring-yellow-300\/95:focus {
    --tw-ring-color: rgba(252, 211, 77, 0.95);
}
.focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-400\/0:focus {
    --tw-ring-color: rgba(251, 191, 36, 0);
}
.focus\:ring-yellow-400\/10:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.1);
}
.focus\:ring-yellow-400\/100:focus {
    --tw-ring-color: #fbbf24;
}
.focus\:ring-yellow-400\/15:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.15);
}
.focus\:ring-yellow-400\/20:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.2);
}
.focus\:ring-yellow-400\/25:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.25);
}
.focus\:ring-yellow-400\/30:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.3);
}
.focus\:ring-yellow-400\/35:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.35);
}
.focus\:ring-yellow-400\/40:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.4);
}
.focus\:ring-yellow-400\/45:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.45);
}
.focus\:ring-yellow-400\/5:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.05);
}
.focus\:ring-yellow-400\/50:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.5);
}
.focus\:ring-yellow-400\/55:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.55);
}
.focus\:ring-yellow-400\/60:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.6);
}
.focus\:ring-yellow-400\/65:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.65);
}
.focus\:ring-yellow-400\/70:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.7);
}
.focus\:ring-yellow-400\/75:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.75);
}
.focus\:ring-yellow-400\/80:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.8);
}
.focus\:ring-yellow-400\/85:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.85);
}
.focus\:ring-yellow-400\/90:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.9);
}
.focus\:ring-yellow-400\/95:focus {
    --tw-ring-color: rgba(251, 191, 36, 0.95);
}
.focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-50\/0:focus {
    --tw-ring-color: rgba(255, 251, 235, 0);
}
.focus\:ring-yellow-50\/10:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.1);
}
.focus\:ring-yellow-50\/100:focus {
    --tw-ring-color: #fffbeb;
}
.focus\:ring-yellow-50\/15:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.15);
}
.focus\:ring-yellow-50\/20:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.2);
}
.focus\:ring-yellow-50\/25:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.25);
}
.focus\:ring-yellow-50\/30:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.3);
}
.focus\:ring-yellow-50\/35:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.35);
}
.focus\:ring-yellow-50\/40:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.4);
}
.focus\:ring-yellow-50\/45:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.45);
}
.focus\:ring-yellow-50\/5:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.05);
}
.focus\:ring-yellow-50\/50:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.5);
}
.focus\:ring-yellow-50\/55:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.55);
}
.focus\:ring-yellow-50\/60:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.6);
}
.focus\:ring-yellow-50\/65:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.65);
}
.focus\:ring-yellow-50\/70:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.7);
}
.focus\:ring-yellow-50\/75:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.75);
}
.focus\:ring-yellow-50\/80:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.8);
}
.focus\:ring-yellow-50\/85:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.85);
}
.focus\:ring-yellow-50\/90:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.9);
}
.focus\:ring-yellow-50\/95:focus {
    --tw-ring-color: rgba(255, 251, 235, 0.95);
}
.focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-500\/0:focus {
    --tw-ring-color: rgba(245, 158, 11, 0);
}
.focus\:ring-yellow-500\/10:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.1);
}
.focus\:ring-yellow-500\/100:focus {
    --tw-ring-color: #f59e0b;
}
.focus\:ring-yellow-500\/15:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.15);
}
.focus\:ring-yellow-500\/20:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.2);
}
.focus\:ring-yellow-500\/25:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.25);
}
.focus\:ring-yellow-500\/30:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.3);
}
.focus\:ring-yellow-500\/35:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.35);
}
.focus\:ring-yellow-500\/40:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.4);
}
.focus\:ring-yellow-500\/45:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.45);
}
.focus\:ring-yellow-500\/5:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.05);
}
.focus\:ring-yellow-500\/50:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.5);
}
.focus\:ring-yellow-500\/55:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.55);
}
.focus\:ring-yellow-500\/60:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.6);
}
.focus\:ring-yellow-500\/65:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.65);
}
.focus\:ring-yellow-500\/70:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.7);
}
.focus\:ring-yellow-500\/75:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.75);
}
.focus\:ring-yellow-500\/80:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.8);
}
.focus\:ring-yellow-500\/85:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.85);
}
.focus\:ring-yellow-500\/90:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.9);
}
.focus\:ring-yellow-500\/95:focus {
    --tw-ring-color: rgba(245, 158, 11, 0.95);
}
.focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-600\/0:focus {
    --tw-ring-color: rgba(217, 119, 6, 0);
}
.focus\:ring-yellow-600\/10:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.1);
}
.focus\:ring-yellow-600\/100:focus {
    --tw-ring-color: #d97706;
}
.focus\:ring-yellow-600\/15:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.15);
}
.focus\:ring-yellow-600\/20:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.2);
}
.focus\:ring-yellow-600\/25:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.25);
}
.focus\:ring-yellow-600\/30:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.3);
}
.focus\:ring-yellow-600\/35:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.35);
}
.focus\:ring-yellow-600\/40:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.4);
}
.focus\:ring-yellow-600\/45:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.45);
}
.focus\:ring-yellow-600\/5:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.05);
}
.focus\:ring-yellow-600\/50:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.5);
}
.focus\:ring-yellow-600\/55:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.55);
}
.focus\:ring-yellow-600\/60:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.6);
}
.focus\:ring-yellow-600\/65:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.65);
}
.focus\:ring-yellow-600\/70:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.7);
}
.focus\:ring-yellow-600\/75:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.75);
}
.focus\:ring-yellow-600\/80:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.8);
}
.focus\:ring-yellow-600\/85:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.85);
}
.focus\:ring-yellow-600\/90:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.9);
}
.focus\:ring-yellow-600\/95:focus {
    --tw-ring-color: rgba(217, 119, 6, 0.95);
}
.focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-700\/0:focus {
    --tw-ring-color: rgba(180, 83, 9, 0);
}
.focus\:ring-yellow-700\/10:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.1);
}
.focus\:ring-yellow-700\/100:focus {
    --tw-ring-color: #b45309;
}
.focus\:ring-yellow-700\/15:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.15);
}
.focus\:ring-yellow-700\/20:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.2);
}
.focus\:ring-yellow-700\/25:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.25);
}
.focus\:ring-yellow-700\/30:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.3);
}
.focus\:ring-yellow-700\/35:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.35);
}
.focus\:ring-yellow-700\/40:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.4);
}
.focus\:ring-yellow-700\/45:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.45);
}
.focus\:ring-yellow-700\/5:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.05);
}
.focus\:ring-yellow-700\/50:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.5);
}
.focus\:ring-yellow-700\/55:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.55);
}
.focus\:ring-yellow-700\/60:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.6);
}
.focus\:ring-yellow-700\/65:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.65);
}
.focus\:ring-yellow-700\/70:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.7);
}
.focus\:ring-yellow-700\/75:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.75);
}
.focus\:ring-yellow-700\/80:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.8);
}
.focus\:ring-yellow-700\/85:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.85);
}
.focus\:ring-yellow-700\/90:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.9);
}
.focus\:ring-yellow-700\/95:focus {
    --tw-ring-color: rgba(180, 83, 9, 0.95);
}
.focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-800\/0:focus {
    --tw-ring-color: rgba(146, 64, 14, 0);
}
.focus\:ring-yellow-800\/10:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.1);
}
.focus\:ring-yellow-800\/100:focus {
    --tw-ring-color: #92400e;
}
.focus\:ring-yellow-800\/15:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.15);
}
.focus\:ring-yellow-800\/20:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.2);
}
.focus\:ring-yellow-800\/25:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.25);
}
.focus\:ring-yellow-800\/30:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.3);
}
.focus\:ring-yellow-800\/35:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.35);
}
.focus\:ring-yellow-800\/40:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.4);
}
.focus\:ring-yellow-800\/45:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.45);
}
.focus\:ring-yellow-800\/5:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.05);
}
.focus\:ring-yellow-800\/50:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.5);
}
.focus\:ring-yellow-800\/55:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.55);
}
.focus\:ring-yellow-800\/60:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.6);
}
.focus\:ring-yellow-800\/65:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.65);
}
.focus\:ring-yellow-800\/70:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.7);
}
.focus\:ring-yellow-800\/75:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.75);
}
.focus\:ring-yellow-800\/80:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.8);
}
.focus\:ring-yellow-800\/85:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.85);
}
.focus\:ring-yellow-800\/90:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.9);
}
.focus\:ring-yellow-800\/95:focus {
    --tw-ring-color: rgba(146, 64, 14, 0.95);
}
.focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-900\/0:focus {
    --tw-ring-color: rgba(120, 53, 15, 0);
}
.focus\:ring-yellow-900\/10:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.1);
}
.focus\:ring-yellow-900\/100:focus {
    --tw-ring-color: #78350f;
}
.focus\:ring-yellow-900\/15:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.15);
}
.focus\:ring-yellow-900\/20:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.2);
}
.focus\:ring-yellow-900\/25:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.25);
}
.focus\:ring-yellow-900\/30:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.3);
}
.focus\:ring-yellow-900\/35:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.35);
}
.focus\:ring-yellow-900\/40:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.4);
}
.focus\:ring-yellow-900\/45:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.45);
}
.focus\:ring-yellow-900\/5:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.05);
}
.focus\:ring-yellow-900\/50:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.5);
}
.focus\:ring-yellow-900\/55:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.55);
}
.focus\:ring-yellow-900\/60:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.6);
}
.focus\:ring-yellow-900\/65:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.65);
}
.focus\:ring-yellow-900\/70:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.7);
}
.focus\:ring-yellow-900\/75:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.75);
}
.focus\:ring-yellow-900\/80:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.8);
}
.focus\:ring-yellow-900\/85:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.85);
}
.focus\:ring-yellow-900\/90:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.9);
}
.focus\:ring-yellow-900\/95:focus {
    --tw-ring-color: rgba(120, 53, 15, 0.95);
}
.focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-100\/0:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0);
}
.focus\:ring-zinc-100\/10:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.1);
}
.focus\:ring-zinc-100\/100:focus {
    --tw-ring-color: #f4f4f5;
}
.focus\:ring-zinc-100\/15:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.15);
}
.focus\:ring-zinc-100\/20:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.2);
}
.focus\:ring-zinc-100\/25:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.25);
}
.focus\:ring-zinc-100\/30:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.3);
}
.focus\:ring-zinc-100\/35:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.35);
}
.focus\:ring-zinc-100\/40:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.4);
}
.focus\:ring-zinc-100\/45:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.45);
}
.focus\:ring-zinc-100\/5:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.05);
}
.focus\:ring-zinc-100\/50:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.5);
}
.focus\:ring-zinc-100\/55:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.55);
}
.focus\:ring-zinc-100\/60:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.6);
}
.focus\:ring-zinc-100\/65:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.65);
}
.focus\:ring-zinc-100\/70:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.7);
}
.focus\:ring-zinc-100\/75:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.75);
}
.focus\:ring-zinc-100\/80:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.8);
}
.focus\:ring-zinc-100\/85:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.85);
}
.focus\:ring-zinc-100\/90:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.9);
}
.focus\:ring-zinc-100\/95:focus {
    --tw-ring-color: hsla(240, 5%, 96%, 0.95);
}
.focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-200\/0:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0);
}
.focus\:ring-zinc-200\/10:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.1);
}
.focus\:ring-zinc-200\/100:focus {
    --tw-ring-color: #e4e4e7;
}
.focus\:ring-zinc-200\/15:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.15);
}
.focus\:ring-zinc-200\/20:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.2);
}
.focus\:ring-zinc-200\/25:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.25);
}
.focus\:ring-zinc-200\/30:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.3);
}
.focus\:ring-zinc-200\/35:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.35);
}
.focus\:ring-zinc-200\/40:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.4);
}
.focus\:ring-zinc-200\/45:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.45);
}
.focus\:ring-zinc-200\/5:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.05);
}
.focus\:ring-zinc-200\/50:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.5);
}
.focus\:ring-zinc-200\/55:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.55);
}
.focus\:ring-zinc-200\/60:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.6);
}
.focus\:ring-zinc-200\/65:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.65);
}
.focus\:ring-zinc-200\/70:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.7);
}
.focus\:ring-zinc-200\/75:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.75);
}
.focus\:ring-zinc-200\/80:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.8);
}
.focus\:ring-zinc-200\/85:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.85);
}
.focus\:ring-zinc-200\/90:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.9);
}
.focus\:ring-zinc-200\/95:focus {
    --tw-ring-color: hsla(240, 6%, 90%, 0.95);
}
.focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-300\/0:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0);
}
.focus\:ring-zinc-300\/10:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.1);
}
.focus\:ring-zinc-300\/100:focus {
    --tw-ring-color: #d4d4d8;
}
.focus\:ring-zinc-300\/15:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.15);
}
.focus\:ring-zinc-300\/20:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.2);
}
.focus\:ring-zinc-300\/25:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.25);
}
.focus\:ring-zinc-300\/30:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.3);
}
.focus\:ring-zinc-300\/35:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.35);
}
.focus\:ring-zinc-300\/40:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.4);
}
.focus\:ring-zinc-300\/45:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.45);
}
.focus\:ring-zinc-300\/5:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.05);
}
.focus\:ring-zinc-300\/50:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.5);
}
.focus\:ring-zinc-300\/55:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.55);
}
.focus\:ring-zinc-300\/60:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.6);
}
.focus\:ring-zinc-300\/65:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.65);
}
.focus\:ring-zinc-300\/70:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.7);
}
.focus\:ring-zinc-300\/75:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.75);
}
.focus\:ring-zinc-300\/80:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.8);
}
.focus\:ring-zinc-300\/85:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.85);
}
.focus\:ring-zinc-300\/90:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.9);
}
.focus\:ring-zinc-300\/95:focus {
    --tw-ring-color: hsla(240, 5%, 84%, 0.95);
}
.focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-400\/0:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0);
}
.focus\:ring-zinc-400\/10:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.1);
}
.focus\:ring-zinc-400\/100:focus {
    --tw-ring-color: #a1a1aa;
}
.focus\:ring-zinc-400\/15:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.15);
}
.focus\:ring-zinc-400\/20:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.2);
}
.focus\:ring-zinc-400\/25:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.25);
}
.focus\:ring-zinc-400\/30:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.3);
}
.focus\:ring-zinc-400\/35:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.35);
}
.focus\:ring-zinc-400\/40:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.4);
}
.focus\:ring-zinc-400\/45:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.45);
}
.focus\:ring-zinc-400\/5:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.05);
}
.focus\:ring-zinc-400\/50:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.5);
}
.focus\:ring-zinc-400\/55:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.55);
}
.focus\:ring-zinc-400\/60:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.6);
}
.focus\:ring-zinc-400\/65:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.65);
}
.focus\:ring-zinc-400\/70:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.7);
}
.focus\:ring-zinc-400\/75:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.75);
}
.focus\:ring-zinc-400\/80:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.8);
}
.focus\:ring-zinc-400\/85:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.85);
}
.focus\:ring-zinc-400\/90:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.9);
}
.focus\:ring-zinc-400\/95:focus {
    --tw-ring-color: hsla(240, 5%, 65%, 0.95);
}
.focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-50\/0:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0);
}
.focus\:ring-zinc-50\/10:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.1);
}
.focus\:ring-zinc-50\/100:focus {
    --tw-ring-color: #fafafa;
}
.focus\:ring-zinc-50\/15:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.15);
}
.focus\:ring-zinc-50\/20:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.2);
}
.focus\:ring-zinc-50\/25:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.25);
}
.focus\:ring-zinc-50\/30:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.3);
}
.focus\:ring-zinc-50\/35:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.35);
}
.focus\:ring-zinc-50\/40:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.4);
}
.focus\:ring-zinc-50\/45:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.45);
}
.focus\:ring-zinc-50\/5:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.05);
}
.focus\:ring-zinc-50\/50:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.5);
}
.focus\:ring-zinc-50\/55:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.55);
}
.focus\:ring-zinc-50\/60:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.6);
}
.focus\:ring-zinc-50\/65:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.65);
}
.focus\:ring-zinc-50\/70:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.7);
}
.focus\:ring-zinc-50\/75:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.75);
}
.focus\:ring-zinc-50\/80:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.8);
}
.focus\:ring-zinc-50\/85:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.85);
}
.focus\:ring-zinc-50\/90:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.9);
}
.focus\:ring-zinc-50\/95:focus {
    --tw-ring-color: hsla(0, 0%, 98%, 0.95);
}
.focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-500\/0:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0);
}
.focus\:ring-zinc-500\/10:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.1);
}
.focus\:ring-zinc-500\/100:focus {
    --tw-ring-color: #71717a;
}
.focus\:ring-zinc-500\/15:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.15);
}
.focus\:ring-zinc-500\/20:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.2);
}
.focus\:ring-zinc-500\/25:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.25);
}
.focus\:ring-zinc-500\/30:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.3);
}
.focus\:ring-zinc-500\/35:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.35);
}
.focus\:ring-zinc-500\/40:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.4);
}
.focus\:ring-zinc-500\/45:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.45);
}
.focus\:ring-zinc-500\/5:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.05);
}
.focus\:ring-zinc-500\/50:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.5);
}
.focus\:ring-zinc-500\/55:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.55);
}
.focus\:ring-zinc-500\/60:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.6);
}
.focus\:ring-zinc-500\/65:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.65);
}
.focus\:ring-zinc-500\/70:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.7);
}
.focus\:ring-zinc-500\/75:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.75);
}
.focus\:ring-zinc-500\/80:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.8);
}
.focus\:ring-zinc-500\/85:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.85);
}
.focus\:ring-zinc-500\/90:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.9);
}
.focus\:ring-zinc-500\/95:focus {
    --tw-ring-color: hsla(240, 4%, 46%, 0.95);
}
.focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-600\/0:focus {
    --tw-ring-color: rgba(82, 82, 91, 0);
}
.focus\:ring-zinc-600\/10:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.1);
}
.focus\:ring-zinc-600\/100:focus {
    --tw-ring-color: #52525b;
}
.focus\:ring-zinc-600\/15:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.15);
}
.focus\:ring-zinc-600\/20:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.2);
}
.focus\:ring-zinc-600\/25:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.25);
}
.focus\:ring-zinc-600\/30:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.3);
}
.focus\:ring-zinc-600\/35:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.35);
}
.focus\:ring-zinc-600\/40:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.4);
}
.focus\:ring-zinc-600\/45:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.45);
}
.focus\:ring-zinc-600\/5:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.05);
}
.focus\:ring-zinc-600\/50:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.5);
}
.focus\:ring-zinc-600\/55:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.55);
}
.focus\:ring-zinc-600\/60:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.6);
}
.focus\:ring-zinc-600\/65:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.65);
}
.focus\:ring-zinc-600\/70:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.7);
}
.focus\:ring-zinc-600\/75:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.75);
}
.focus\:ring-zinc-600\/80:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.8);
}
.focus\:ring-zinc-600\/85:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.85);
}
.focus\:ring-zinc-600\/90:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.9);
}
.focus\:ring-zinc-600\/95:focus {
    --tw-ring-color: rgba(82, 82, 91, 0.95);
}
.focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-700\/0:focus {
    --tw-ring-color: rgba(63, 63, 70, 0);
}
.focus\:ring-zinc-700\/10:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.1);
}
.focus\:ring-zinc-700\/100:focus {
    --tw-ring-color: #3f3f46;
}
.focus\:ring-zinc-700\/15:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.15);
}
.focus\:ring-zinc-700\/20:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.2);
}
.focus\:ring-zinc-700\/25:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.25);
}
.focus\:ring-zinc-700\/30:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.3);
}
.focus\:ring-zinc-700\/35:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.35);
}
.focus\:ring-zinc-700\/40:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.4);
}
.focus\:ring-zinc-700\/45:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.45);
}
.focus\:ring-zinc-700\/5:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.05);
}
.focus\:ring-zinc-700\/50:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.5);
}
.focus\:ring-zinc-700\/55:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.55);
}
.focus\:ring-zinc-700\/60:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.6);
}
.focus\:ring-zinc-700\/65:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.65);
}
.focus\:ring-zinc-700\/70:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.7);
}
.focus\:ring-zinc-700\/75:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.75);
}
.focus\:ring-zinc-700\/80:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.8);
}
.focus\:ring-zinc-700\/85:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.85);
}
.focus\:ring-zinc-700\/90:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.9);
}
.focus\:ring-zinc-700\/95:focus {
    --tw-ring-color: rgba(63, 63, 70, 0.95);
}
.focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-800\/0:focus {
    --tw-ring-color: rgba(39, 39, 42, 0);
}
.focus\:ring-zinc-800\/10:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.1);
}
.focus\:ring-zinc-800\/100:focus {
    --tw-ring-color: #27272a;
}
.focus\:ring-zinc-800\/15:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.15);
}
.focus\:ring-zinc-800\/20:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.2);
}
.focus\:ring-zinc-800\/25:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.25);
}
.focus\:ring-zinc-800\/30:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.3);
}
.focus\:ring-zinc-800\/35:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.35);
}
.focus\:ring-zinc-800\/40:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.4);
}
.focus\:ring-zinc-800\/45:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.45);
}
.focus\:ring-zinc-800\/5:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.05);
}
.focus\:ring-zinc-800\/50:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.5);
}
.focus\:ring-zinc-800\/55:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.55);
}
.focus\:ring-zinc-800\/60:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.6);
}
.focus\:ring-zinc-800\/65:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.65);
}
.focus\:ring-zinc-800\/70:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.7);
}
.focus\:ring-zinc-800\/75:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.75);
}
.focus\:ring-zinc-800\/80:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.8);
}
.focus\:ring-zinc-800\/85:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.85);
}
.focus\:ring-zinc-800\/90:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.9);
}
.focus\:ring-zinc-800\/95:focus {
    --tw-ring-color: rgba(39, 39, 42, 0.95);
}
.focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-900\/0:focus {
    --tw-ring-color: rgba(24, 24, 27, 0);
}
.focus\:ring-zinc-900\/10:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.1);
}
.focus\:ring-zinc-900\/100:focus {
    --tw-ring-color: #18181b;
}
.focus\:ring-zinc-900\/15:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.15);
}
.focus\:ring-zinc-900\/20:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.2);
}
.focus\:ring-zinc-900\/25:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.25);
}
.focus\:ring-zinc-900\/30:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.3);
}
.focus\:ring-zinc-900\/35:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.35);
}
.focus\:ring-zinc-900\/40:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.4);
}
.focus\:ring-zinc-900\/45:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.45);
}
.focus\:ring-zinc-900\/5:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.05);
}
.focus\:ring-zinc-900\/50:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.5);
}
.focus\:ring-zinc-900\/55:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.55);
}
.focus\:ring-zinc-900\/60:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.6);
}
.focus\:ring-zinc-900\/65:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.65);
}
.focus\:ring-zinc-900\/70:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.7);
}
.focus\:ring-zinc-900\/75:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.75);
}
.focus\:ring-zinc-900\/80:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.8);
}
.focus\:ring-zinc-900\/85:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.85);
}
.focus\:ring-zinc-900\/90:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.9);
}
.focus\:ring-zinc-900\/95:focus {
    --tw-ring-color: rgba(24, 24, 27, 0.95);
}
.focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
}
.focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
}
.focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
}
.focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
}
.focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
}
.focus-visible\:border-rdv-blue:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.focus-visible\:border-red-100:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.focus-visible\:bg-gray-100:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus-visible\:bg-rdv-botticelli:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(212 222 239 / var(--tw-bg-opacity, 1));
}
.focus-visible\:bg-red-100:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.focus-visible\:text-rdv-pickledbluewood:focus-visible {
    --tw-text-opacity: 1;
    color: rgb(43 57 72 / var(--tw-text-opacity, 1));
}
.focus-visible\:text-red-700:focus-visible {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.focus-visible\:shadow-none:focus-visible {
    --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);
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-visible\:outline:focus-visible {
    outline-style: solid;
}
.focus-visible\:outline-2:focus-visible {
    outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
}
.focus-visible\:outline-indigo-600:focus-visible {
    outline-color: #4f46e5;
}
.focus-visible\:outline-rdv-blue:focus-visible {
    outline-color: #3359a5;
}
.focus-visible\:outline-white:focus-visible {
    outline-color: #fff;
}
.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --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-visible\:ring-gray-900:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-rdv-blue:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-rdv-botticelli:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 222 239 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-red-700:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
}
.active\:translate-y-px:active {
    --tw-translate-y: 1px;
    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));
}
.active\:cursor-grabbing:active {
    cursor: grabbing;
}
.active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-500\/20:active {
    background-color: hsla(220, 9%, 46%, 0.2);
}
.active\:bg-indigo-700:active {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.active\:bg-sky-100\/20:active {
    background-color: rgba(224, 242, 254, 0.2);
}
.active\:bg-sky-100\/50:active {
    background-color: rgba(224, 242, 254, 0.5);
}
.active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.active\:text-gray-800:active {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.active\:shadow-inner:active {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}
.active\:shadow-inner:active,
.active\:shadow-sm:active {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-sm:active {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.active\:outline-none:active {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.active\:ring-1:active {
    --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);
}
.active\:ring-inset:active {
    --tw-ring-inset: inset;
}
.active\:ring-sky-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}
.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}
.disabled\:transform-none:disabled {
    transform: none;
}
.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}
.disabled\:cursor-wait:disabled {
    cursor: wait;
}
.disabled\:border-primary-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(52 112 252 / var(--tw-border-opacity, 1));
}
.disabled\:bg-gray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(52 112 252 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-400:disabled {
    --tw-text-opacity: 1;
    color: rgb(52 112 252 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-30:disabled {
    opacity: 0.3;
}
.disabled\:opacity-50:disabled {
    opacity: 0.5;
}
.disabled\:opacity-80:disabled {
    opacity: 0.8;
}
.disabled\:hover\:bg-gray-400:hover:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:hover\:text-gray-400:hover:disabled {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.disabled\:hover\:shadow-none:hover:disabled {
    --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);
}
.group:first-child .group-first\:block {
    display: block;
}
.group:hover .group-hover\:visible {
    visibility: visible;
}
.group:hover .group-hover\:block,
.group\/item:hover .group-hover\/item\:block {
    display: block;
}
.group:hover .group-hover\:flex,
.group\/button:hover .group-hover\/button\:flex {
    display: flex;
}
.group:hover .group-hover\:hidden {
    display: none;
}
.group\/button:hover .group-hover\/button\:w-0 {
    width: 0;
}
.group\/button:hover .group-hover\/button\:w-auto {
    width: auto;
}
.group:hover .group-hover\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
}
.group:hover .group-hover\:-translate-x-2,
.group:hover .group-hover\:translate-x-2 {
    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));
}
.group:hover .group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
}
.group:hover .group-hover\:rotate-90 {
    --tw-rotate: 90deg;
}
.group:hover .group-hover\:rotate-90,
.group\/btn:hover .group-hover\/btn\:scale-110 {
    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));
}
.group\/btn:hover .group-hover\/btn\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.group\/button:hover .group-hover\/button\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.group\/button:hover .group-hover\/button\:scale-100,
.group\/button:hover .group-hover\/button\:scale-90 {
    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));
}
.group\/button:hover .group-hover\/button\:scale-90 {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
}
.group:hover .group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.group:hover .group-hover\:scale-100,
.group:hover .group-hover\:scale-125 {
    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));
}
.group:hover .group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}
.group\/button:hover .group-hover\/button\:overflow-hidden {
    overflow: hidden;
}
.group:hover .group-hover\:rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
}
.group:hover .group-hover\:border-2 {
    border-width: 2px;
}
.group:hover .group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:border-rdv-blue {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:border-transparent {
    border-color: transparent;
}
.group\/item:hover .group-hover\/item\:bg-rdv-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 124 248 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-rdv-ghost\/50 {
    background-color: rgba(198, 205, 216, 0.5);
}
.group:hover .group-hover\:bg-rdv-red\/20 {
    background-color: rgba(178, 42, 54, 0.2);
}
.group:hover .group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.group:hover .group-hover\:to-gray-50 {
    --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.group:hover .group-hover\:stroke-white {
    stroke: #fff;
}
.group\/button:hover .group-hover\/button\:p-0 {
    padding: 0;
}
.group\/item:hover .group-hover\/item\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-rdv-blue {
    --tw-text-opacity: 1;
    color: rgb(51 89 165 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-rdv-pickledbluewood {
    --tw-text-opacity: 1;
    color: rgb(43 57 72 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white\/50 {
    color: hsla(0, 0%, 100%, 0.5);
}
.group:hover .group-hover\:underline {
    text-decoration-line: underline;
}
.group\/button:hover .group-hover\/button\:opacity-0 {
    opacity: 0;
}
.group\/button:hover .group-hover\/button\:opacity-100 {
    opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
    opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
.group:hover .group-hover\:opacity-75 {
    opacity: 0.75;
}
.group:hover .group-hover\:shadow {
    --tw-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
}
.group:hover .group-hover\:shadow,
.group:hover .group-hover\:shadow-lg {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-lg {
    --tw-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
}
.group:hover .group-hover\:brightness-75 {
    --tw-brightness: brightness(0.75);
}
.group:hover .group-hover\:brightness-75,
.group:hover .group-hover\:brightness-90 {
    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);
}
.group:hover .group-hover\:brightness-90 {
    --tw-brightness: brightness(0.9);
}
.group:hover .group-hover\:grayscale-0 {
    --tw-grayscale: grayscale(0);
}
.group:hover .group-hover\:filter,
.group:hover .group-hover\:grayscale-0 {
    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);
}
.group:hover .group-hover\:filter-none {
    filter: none;
}
.group:focus .group-focus\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(2 46 150 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:ring-2 {
    --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);
}
.group:focus .group-focus\:ring-negative-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
}
.group.bg-primary .group-\[\.bg-primary\]\:text-primary-50 {
    --tw-text-opacity: 1;
    color: rgb(193 211 254 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:translate-x-2 {
    --tw-translate-x: 0.5rem;
}
.peer:checked ~ .peer-checked\:scale-100,
.peer:checked ~ .peer-checked\:translate-x-2 {
    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));
}
.peer:checked ~ .peer-checked\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.peer:checked ~ .peer-checked\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.peer:checked ~ .peer-checked\:scale-110,
.peer:checked ~ .peer-checked\:scale-125 {
    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));
}
.peer:checked ~ .peer-checked\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}
.peer:checked ~ .peer-checked\:border-2 {
    border-width: 2px;
}
.peer:checked ~ .peer-checked\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:border-rdv-blue {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-primary-600,
.peer:checked ~ .peer-checked\:bg-rdv-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-rdv-blue {
    --tw-text-opacity: 1;
    color: rgb(51 89 165 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:opacity-100 {
    opacity: 1;
}
.peer:checked ~ .peer-checked\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer:hover ~ .peer-hover\:visible {
    visibility: visible;
}
.peer:focus ~ .peer-focus\:ring-2 {
    --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);
}
.peer:focus ~ .peer-focus\:ring-negative-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
    cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
    opacity: 0.7;
}
.has-\[\:checked\]\:border-rdv-blue:has(:checked) {
    --tw-border-opacity: 1;
    border-color: rgb(51 89 165 / var(--tw-border-opacity, 1));
}
.has-\[\:checked\]\:bg-blue-50:has(:checked) {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none;
}
.data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: 0.5;
}
@media (min-width: 640px) {
    .sm\:visible {
        visibility: visible;
    }
    .sm\:absolute {
        position: absolute;
    }
    .sm\:relative {
        position: relative;
    }
    .sm\:inset-auto {
        inset: auto;
    }
    .sm\:inset-y-0 {
        bottom: 0;
        top: 0;
    }
    .sm\:left-2 {
        left: 0.5rem;
    }
    .sm\:right-2 {
        right: 0.5rem;
    }
    .sm\:right-5 {
        right: 1.25rem;
    }
    .sm\:z-10 {
        z-index: 10;
    }
    .sm\:order-last {
        order: 9999;
    }
    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .sm\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .sm\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .sm\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .sm\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .sm\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .sm\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .sm\:col-span-full {
        grid-column: 1/-1;
    }
    .sm\:col-start-1 {
        grid-column-start: 1;
    }
    .sm\:col-start-2 {
        grid-column-start: 2;
    }
    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .sm\:my-8 {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .sm\:-ml-5 {
        margin-left: -1.25rem;
    }
    .sm\:-mr-5 {
        margin-right: -1.25rem;
    }
    .sm\:-mt-16 {
        margin-top: -4rem;
    }
    .sm\:mb-0 {
        margin-bottom: 0;
    }
    .sm\:mb-20 {
        margin-bottom: 5rem;
    }
    .sm\:mb-4 {
        margin-bottom: 1rem;
    }
    .sm\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .sm\:ml-0 {
        margin-left: 0;
    }
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }
    .sm\:ml-16 {
        margin-left: 4rem;
    }
    .sm\:ml-3 {
        margin-left: 0.75rem;
    }
    .sm\:ml-4 {
        margin-left: 1rem;
    }
    .sm\:ml-5 {
        margin-left: 1.25rem;
    }
    .sm\:ml-6 {
        margin-left: 1.5rem;
    }
    .sm\:mr-10 {
        margin-right: 2.5rem;
    }
    .sm\:mr-2 {
        margin-right: 0.5rem;
    }
    .sm\:mr-4 {
        margin-right: 1rem;
    }
    .sm\:mr-5 {
        margin-right: 1.25rem;
    }
    .sm\:mr-8 {
        margin-right: 2rem;
    }
    .sm\:mt-0 {
        margin-top: 0;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:mt-16 {
        margin-top: 4rem;
    }
    .sm\:mt-2 {
        margin-top: 0.5rem;
    }
    .sm\:mt-24 {
        margin-top: 6rem;
    }
    .sm\:mt-3 {
        margin-top: 0.75rem;
    }
    .sm\:mt-4 {
        margin-top: 1rem;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:mt-6 {
        margin-top: 1.5rem;
    }
    .sm\:mt-px {
        margin-top: 1px;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline-block {
        display: inline-block;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:inline-flex {
        display: inline-flex;
    }
    .sm\:table-cell {
        display: table-cell;
    }
    .sm\:grid {
        display: grid;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-10 {
        height: 2.5rem;
    }
    .sm\:h-12 {
        height: 3rem;
    }
    .sm\:h-16 {
        height: 4rem;
    }
    .sm\:h-24 {
        height: 6rem;
    }
    .sm\:h-32 {
        height: 8rem;
    }
    .sm\:h-48 {
        height: 12rem;
    }
    .sm\:h-6 {
        height: 1.5rem;
    }
    .sm\:h-9 {
        height: 2.25rem;
    }
    .sm\:h-full {
        height: 100%;
    }
    .sm\:h-screen {
        height: 100vh;
    }
    .sm\:max-h-60 {
        max-height: 15rem;
    }
    .sm\:min-h-\[20rem\] {
        min-height: 20rem;
    }
    .sm\:min-h-\[28rem\] {
        min-height: 28rem;
    }
    .sm\:w-0 {
        width: 0;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-10 {
        width: 2.5rem;
    }
    .sm\:w-24 {
        width: 6rem;
    }
    .sm\:w-28 {
        width: 7rem;
    }
    .sm\:w-32 {
        width: 8rem;
    }
    .sm\:w-6 {
        width: 1.5rem;
    }
    .sm\:w-72 {
        width: 18rem;
    }
    .sm\:w-9 {
        width: 2.25rem;
    }
    .sm\:w-96 {
        width: 24rem;
    }
    .sm\:w-\[57rem\] {
        width: 57rem;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:min-w-0 {
        min-width: 0;
    }
    .sm\:max-w-2xl {
        max-width: 42rem;
    }
    .sm\:max-w-3xl {
        max-width: 48rem;
    }
    .sm\:max-w-4xl {
        max-width: 56rem;
    }
    .sm\:max-w-5xl {
        max-width: 64rem;
    }
    .sm\:max-w-6xl {
        max-width: 72rem;
    }
    .sm\:max-w-7xl {
        max-width: 80rem;
    }
    .sm\:max-w-\[500px\] {
        max-width: 500px;
    }
    .sm\:max-w-lg {
        max-width: 32rem;
    }
    .sm\:max-w-md {
        max-width: 28rem;
    }
    .sm\:max-w-none {
        max-width: none;
    }
    .sm\:max-w-screen-sm {
        max-width: 640px;
    }
    .sm\:max-w-sm {
        max-width: 24rem;
    }
    .sm\:max-w-xl {
        max-width: 36rem;
    }
    .sm\:max-w-xs {
        max-width: 20rem;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:flex-auto {
        flex: 1 1 auto;
    }
    .sm\:flex-none {
        flex: none;
    }
    .sm\:flex-shrink-0,
    .sm\:shrink-0 {
        flex-shrink: 0;
    }
    .sm\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .sm\:translate-x-0,
    .sm\:translate-x-2 {
        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));
    }
    .sm\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .sm\:scale-100,
    .sm\:translate-y-0 {
        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));
    }
    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .sm\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.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));
    }
    .sm\:columns-2 {
        -moz-columns: 2;
        column-count: 2;
    }
    .sm\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .sm\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .sm\:grid-cols-none {
        grid-template-columns: none;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .sm\:items-start {
        align-items: flex-start;
    }
    .sm\:items-end {
        align-items: flex-end;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:items-baseline {
        align-items: baseline;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-end {
        justify-content: flex-end;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-0\.5 {
        gap: 0.125rem;
    }
    .sm\:gap-2 {
        gap: 0.5rem;
    }
    .sm\:gap-3 {
        gap: 0.75rem;
    }
    .sm\:gap-4 {
        gap: 1rem;
    }
    .sm\:gap-8 {
        gap: 2rem;
    }
    .sm\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .sm\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .sm\:gap-y-0 {
        row-gap: 0;
    }
    .sm\:gap-y-20 {
        row-gap: 5rem;
    }
    .sm\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    }
    .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(1rem * var(--tw-space-x-reverse));
    }
    .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    }
    .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    }
    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    }
    .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
        margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
    }
    .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
        margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    }
    .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
        margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    }
    .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
        border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
    }
    .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
    }
    .sm\:overflow-hidden,
    .sm\:truncate {
        overflow: hidden;
    }
    .sm\:truncate {
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sm\:rounded {
        border-radius: 0.25rem;
    }
    .sm\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:rounded-md {
        border-radius: 0.375rem;
    }
    .sm\:rounded-sm {
        border-radius: 0.125rem;
    }
    .sm\:rounded-xl {
        border-radius: 0.75rem;
    }
    .sm\:border-0 {
        border-width: 0;
    }
    .sm\:border-b {
        border-bottom-width: 1px;
    }
    .sm\:border-l {
        border-left-width: 1px;
    }
    .sm\:border-r {
        border-right-width: 1px;
    }
    .sm\:border-t {
        border-top-width: 1px;
    }
    .sm\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }
    .sm\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    }
    .sm\:bg-secondary-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    }
    .sm\:p-0 {
        padding: 0;
    }
    .sm\:p-12 {
        padding: 3rem;
    }
    .sm\:p-2 {
        padding: 0.5rem;
    }
    .sm\:p-4 {
        padding: 1rem;
    }
    .sm\:p-5 {
        padding: 1.25rem;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
    .sm\:p-8 {
        padding: 2rem;
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .sm\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .sm\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .sm\:py-0 {
        padding-bottom: 0;
        padding-top: 0;
    }
    .sm\:py-1 {
        padding-bottom: 0.25rem;
        padding-top: 0.25rem;
    }
    .sm\:py-10 {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
    .sm\:py-12 {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .sm\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .sm\:py-2 {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .sm\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
    .sm\:py-24 {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .sm\:py-32 {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }
    .sm\:py-5 {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
    }
    .sm\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
    .sm\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .sm\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .sm\:pb-12 {
        padding-bottom: 3rem;
    }
    .sm\:pb-4 {
        padding-bottom: 1rem;
    }
    .sm\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .sm\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .sm\:pl-0 {
        padding-left: 0;
    }
    .sm\:pl-16 {
        padding-left: 4rem;
    }
    .sm\:pl-2 {
        padding-left: 0.5rem;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem;
    }
    .sm\:pr-0 {
        padding-right: 0;
    }
    .sm\:pr-2 {
        padding-right: 0.5rem;
    }
    .sm\:pr-6 {
        padding-right: 1.5rem;
    }
    .sm\:pt-0 {
        padding-top: 0;
    }
    .sm\:pt-1 {
        padding-top: 0.25rem;
    }
    .sm\:pt-12 {
        padding-top: 3rem;
    }
    .sm\:pt-16 {
        padding-top: 4rem;
    }
    .sm\:pt-2 {
        padding-top: 0.5rem;
    }
    .sm\:pt-24 {
        padding-top: 6rem;
    }
    .sm\:pt-4 {
        padding-top: 1rem;
    }
    .sm\:pt-5 {
        padding-top: 1.25rem;
    }
    .sm\:pt-7 {
        padding-top: 1.75rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-center {
        text-align: center;
    }
    .sm\:align-middle {
        vertical-align: middle;
    }
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .sm\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .sm\:leading-5 {
        line-height: 1.25rem;
    }
    .sm\:leading-6 {
        line-height: 1.5rem;
    }
    .sm\:leading-7 {
        line-height: 1.75rem;
    }
    .sm\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .sm\:shadow-none {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
    }
    .sm\:shadow-none,
    .sm\:shadow-sm {
        box-shadow:
            var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    }
    .sm\:duration-700 {
        transition-duration: 0.7s;
    }
}
@media (min-width: 768px) {
    .md\:fixed {
        position: fixed;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .md\:-ml-4 {
        margin-left: -1rem;
    }
    .md\:-mt-px {
        margin-top: -1px;
    }
    .md\:mb-0 {
        margin-bottom: 0;
    }
    .md\:ml-0 {
        margin-left: 0;
    }
    .md\:ml-2 {
        margin-left: 0.5rem;
    }
    .md\:ml-4 {
        margin-left: 1rem;
    }
    .md\:ml-6 {
        margin-left: 1.5rem;
    }
    .md\:mt-0 {
        margin-top: 0;
    }
    .md\:mt-2 {
        margin-top: 0.5rem;
    }
    .md\:mt-24 {
        margin-top: 6rem;
    }
    .md\:mt-4 {
        margin-top: 1rem;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:inline {
        display: inline;
    }
    .md\:flex {
        display: flex;
    }
    .md\:inline-flex {
        display: inline-flex;
    }
    .md\:table-cell {
        display: table-cell;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-12 {
        height: 3rem;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-2\/3 {
        width: 66.666667%;
    }
    .md\:w-2\/4 {
        width: 50%;
    }
    .md\:w-3\/5 {
        width: 60%;
    }
    .md\:w-48 {
        width: 12rem;
    }
    .md\:w-56 {
        width: 14rem;
    }
    .md\:w-80 {
        width: 20rem;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:min-w-\[390px\] {
        min-width: 390px;
    }
    .md\:max-w-2xl {
        max-width: 42rem;
    }
    .md\:max-w-3xl {
        max-width: 48rem;
    }
    .md\:max-w-lg {
        max-width: 32rem;
    }
    .md\:max-w-xl {
        max-width: 36rem;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:flex-grow {
        flex-grow: 1;
    }
    .md\:-translate-y-1\/2 {
        --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));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .md\:items-start {
        align-items: flex-start;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-6 {
        gap: 1.5rem;
    }
    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .md\:gap-y-0 {
        row-gap: 0;
    }
    .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    }
    .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(2rem * var(--tw-space-x-reverse));
    }
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    }
    .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
        margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    }
    .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
    }
    .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
        border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse)));
    }
    .md\:justify-self-end {
        justify-self: end;
    }
    .md\:rounded-lg {
        border-radius: 0.5rem;
    }
    .md\:rounded-md {
        border-radius: 0.375rem;
    }
    .md\:p-0 {
        padding: 0;
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:p-12 {
        padding: 3rem;
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:p-5 {
        padding: 1.25rem;
    }
    .md\:p-6 {
        padding: 1.5rem;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-3 {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }
    .md\:py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .md\:pl-0 {
        padding-left: 0;
    }
    .md\:pl-4 {
        padding-left: 1rem;
    }
    .md\:pr-0 {
        padding-right: 0;
    }
    .md\:pr-6 {
        padding-right: 1.5rem;
    }
    .md\:pt-1 {
        padding-top: 0.25rem;
    }
    .md\:pt-32 {
        padding-top: 8rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-right {
        text-align: right;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }
    .lg\:relative {
        position: relative;
    }
    .lg\:inset-y-0 {
        bottom: 0;
        top: 0;
    }
    .lg\:-right-8 {
        right: -2rem;
    }
    .lg\:left-80 {
        left: 20rem;
    }
    .lg\:left-auto {
        left: auto;
    }
    .lg\:right-0 {
        right: 0;
    }
    .lg\:right-72 {
        right: 18rem;
    }
    .lg\:right-\[-4rem\] {
        right: -4rem;
    }
    .lg\:top-12 {
        top: 3rem;
    }
    .lg\:top-6 {
        top: 1.5rem;
    }
    .lg\:top-\[16rem\] {
        top: 16rem;
    }
    .lg\:top-\[20rem\] {
        top: 20rem;
    }
    .lg\:z-50 {
        z-index: 50;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-first {
        order: -9999;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .lg\:col-start-1 {
        grid-column-start: 1;
    }
    .lg\:col-start-3 {
        grid-column-start: 3;
    }
    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .lg\:ml-0 {
        margin-left: 0;
    }
    .lg\:ml-6 {
        margin-left: 1.5rem;
    }
    .lg\:ml-auto {
        margin-left: auto;
    }
    .lg\:mr-4 {
        margin-right: 1rem;
    }
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:mt-16 {
        margin-top: 4rem;
    }
    .lg\:mt-5 {
        margin-top: 1.25rem;
    }
    .lg\:mt-7 {
        margin-top: 1.75rem;
    }
    .lg\:mt-\[12rem\] {
        margin-top: 12rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-24 {
        height: 6rem;
    }
    .lg\:h-48 {
        height: 12rem;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:min-h-screen {
        min-height: 100vh;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-2\/4 {
        width: 50%;
    }
    .lg\:w-2\/5 {
        width: 40%;
    }
    .lg\:w-24 {
        width: 6rem;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:w-3\/5 {
        width: 60%;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:w-screen {
        width: 100vw;
    }
    .lg\:max-w-2xl {
        max-width: 42rem;
    }
    .lg\:max-w-3xl {
        max-width: 48rem;
    }
    .lg\:max-w-4xl {
        max-width: 56rem;
    }
    .lg\:max-w-5xl {
        max-width: 64rem;
    }
    .lg\:max-w-7xl {
        max-width: 80rem;
    }
    .lg\:max-w-\[90rem\] {
        max-width: 90rem;
    }
    .lg\:max-w-lg {
        max-width: 32rem;
    }
    .lg\:max-w-md {
        max-width: 28rem;
    }
    .lg\:max-w-none {
        max-width: none;
    }
    .lg\:max-w-sm {
        max-width: 24rem;
    }
    .lg\:shrink-0 {
        flex-shrink: 0;
    }
    .lg\:grow {
        flex-grow: 1;
    }
    .lg\:grow-0 {
        flex-grow: 0;
    }
    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .lg\:-translate-x-1\/2,
    .lg\:translate-x-1\/2 {
        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));
    }
    .lg\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .lg\:columns-3 {
        -moz-columns: 3;
        column-count: 3;
    }
    .lg\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:items-start {
        align-items: flex-start;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-24 {
        gap: 6rem;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:gap-\[40px\] {
        gap: 40px;
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .lg\:gap-y-12 {
        row-gap: 3rem;
    }
    .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(1rem * var(--tw-space-x-reverse));
    }
    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    }
    .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
        margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
    }
    .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
        margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    }
    .lg\:overflow-visible {
        overflow: visible;
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-0 {
        padding-bottom: 0;
        padding-top: 0;
    }
    .lg\:py-12 {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .lg\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .lg\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
    .lg\:py-28 {
        padding-bottom: 7rem;
        padding-top: 7rem;
    }
    .lg\:py-32 {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }
    .lg\:py-8 {
        padding-top: 2rem;
    }
    .lg\:pb-8,
    .lg\:py-8 {
        padding-bottom: 2rem;
    }
    .lg\:pl-12 {
        padding-left: 3rem;
    }
    .lg\:pl-4 {
        padding-left: 1rem;
    }
    .lg\:pl-6 {
        padding-left: 1.5rem;
    }
    .lg\:pr-4 {
        padding-right: 1rem;
    }
    .lg\:pt-16 {
        padding-top: 4rem;
    }
    .lg\:pt-20 {
        padding-top: 5rem;
    }
    .lg\:pt-4 {
        padding-top: 1rem;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 1280px) {
    .xl\:order-last {
        order: 9999;
    }
    .xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .xl\:mb-0 {
        margin-bottom: 0;
    }
    .xl\:ml-6 {
        margin-left: 1.5rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:inline {
        display: inline;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:w-4\/12 {
        width: 33.333333%;
    }
    .xl\:w-5\/12 {
        width: 41.666667%;
    }
    .xl\:w-7\/12 {
        width: 58.333333%;
    }
    .xl\:w-8\/12 {
        width: 66.666667%;
    }
    .xl\:max-w-4xl {
        max-width: 56rem;
    }
    .xl\:max-w-5xl {
        max-width: 64rem;
    }
    .xl\:max-w-6xl {
        max-width: 72rem;
    }
    .xl\:max-w-7xl {
        max-width: 80rem;
    }
    .xl\:max-w-screen-xl {
        max-width: 1280px;
    }
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    }
    .xl\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1536px) {
    .\32xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .\32xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .\32xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .\32xl\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .\32xl\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .\32xl\:mt-5 {
        margin-top: 1.25rem;
    }
    .\32xl\:block {
        display: block;
    }
    .\32xl\:flex {
        display: flex;
    }
    .\32xl\:hidden {
        display: none;
    }
    .\32xl\:max-w-5xl {
        max-width: 64rem;
    }
    .\32xl\:max-w-6xl {
        max-width: 72rem;
    }
    .\32xl\:max-w-7xl {
        max-width: 80rem;
    }
    .\32xl\:max-w-md {
        max-width: 28rem;
    }
    .\32xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .\32xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}
.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}
.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *)
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}
@media (prefers-color-scheme: dark) {
    .dark\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
    }
    .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
    }
    .dark\:border {
        border-width: 1px;
    }
    .dark\:border-0 {
        border-width: 0;
    }
    .dark\:border-none {
        border-style: none;
    }
    .dark\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
    }
    .dark\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
    }
    .dark\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
    }
    .dark\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
    }
    .dark\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
    }
    .dark\:border-negative-600 {
        --tw-border-opacity: 1;
        border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    }
    .dark\:border-negative-700 {
        --tw-border-opacity: 1;
        border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
    }
    .dark\:border-neutral-400 {
        --tw-border-opacity: 1;
        border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
    }
    .dark\:border-neutral-700 {
        --tw-border-opacity: 1;
        border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
    }
    .dark\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
    }
    .dark\:border-secondary-400 {
        --tw-border-opacity: 1;
        border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
    }
    .dark\:border-secondary-500 {
        --tw-border-opacity: 1;
        border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
    }
    .dark\:border-secondary-600 {
        --tw-border-opacity: 1;
        border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
    }
    .dark\:border-secondary-700 {
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
    }
    .dark\:border-slate-400 {
        --tw-border-opacity: 1;
        border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
    }
    .dark\:border-slate-500 {
        --tw-border-opacity: 1;
        border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
    }
    .dark\:border-slate-700 {
        --tw-border-opacity: 1;
        border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
    }
    .dark\:border-stone-400 {
        --tw-border-opacity: 1;
        border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
    }
    .dark\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
    }
    .dark\:border-zinc-400 {
        --tw-border-opacity: 1;
        border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
    }
    .dark\:bg-amber-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-amber-900\/30 {
        background-color: rgba(120, 53, 15, 0.3);
    }
    .dark\:bg-black\/10 {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .dark\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(55 98 235 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-cyan-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-emerald-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-fuchsia-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-gray-800\/50 {
        background-color: rgba(31, 41, 55, 0.5);
    }
    .dark\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-info-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-lime-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-negative-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-neutral-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-neutral-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-orange-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-positive-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-primary-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(2 46 150 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-rdv-blue {
        --tw-bg-opacity: 1;
        background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-rdv-blue\/30 {
        background-color: rgba(51, 89, 165, 0.3);
    }
    .dark\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-red-500\/10 {
        background-color: rgba(239, 68, 68, 0.1);
    }
    .dark\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-rose-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-secondary-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-secondary-600 {
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-secondary-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-secondary-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-sky-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-slate-600 {
        --tw-bg-opacity: 1;
        background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-slate-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-slate-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-stone-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-teal-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-transparent {
        background-color: transparent;
    }
    .dark\:bg-violet-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-warning-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-yellow-500\/10 {
        background-color: rgba(245, 158, 11, 0.1);
    }
    .dark\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-yellow-900\/20 {
        background-color: rgba(120, 53, 15, 0.2);
    }
    .dark\:bg-zinc-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
    }
    .dark\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .dark\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .dark\:from-gray-700\/50 {
        --tw-gradient-from: rgba(55, 65, 81, 0.5)
            var(--tw-gradient-from-position);
        --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .dark\:text-amber-200 {
        --tw-text-opacity: 1;
        color: rgb(253 230 138 / var(--tw-text-opacity, 1));
    }
    .dark\:text-amber-400 {
        --tw-text-opacity: 1;
        color: rgb(251 191 36 / var(--tw-text-opacity, 1));
    }
    .dark\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgb(243 244 246 / var(--tw-text-opacity, 1));
    }
    .dark\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgb(229 231 235 / var(--tw-text-opacity, 1));
    }
    .dark\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity, 1));
    }
    .dark\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    }
    .dark\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
    .dark\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .dark\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    }
    .dark\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgb(52 211 153 / var(--tw-text-opacity, 1));
    }
    .dark\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgb(49 46 129 / var(--tw-text-opacity, 1));
    }
    .dark\:text-negative-500 {
        --tw-text-opacity: 1;
        color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    }
    .dark\:text-negative-600 {
        --tw-text-opacity: 1;
        color: rgb(220 38 38 / var(--tw-text-opacity, 1));
    }
    .dark\:text-neutral-400 {
        --tw-text-opacity: 1;
        color: rgb(163 163 163 / var(--tw-text-opacity, 1));
    }
    .dark\:text-rdv-botticelli {
        --tw-text-opacity: 1;
        color: rgb(212 222 239 / var(--tw-text-opacity, 1));
    }
    .dark\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgb(252 165 165 / var(--tw-text-opacity, 1));
    }
    .dark\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgb(248 113 113 / var(--tw-text-opacity, 1));
    }
    .dark\:text-secondary-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    }
    .dark\:text-secondary-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
    .dark\:text-secondary-600 {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .dark\:text-sky-400 {
        --tw-text-opacity: 1;
        color: rgb(56 189 248 / var(--tw-text-opacity, 1));
    }
    .dark\:text-slate-200 {
        --tw-text-opacity: 1;
        color: rgb(226 232 240 / var(--tw-text-opacity, 1));
    }
    .dark\:text-slate-300 {
        --tw-text-opacity: 1;
        color: rgb(203 213 225 / var(--tw-text-opacity, 1));
    }
    .dark\:text-slate-400 {
        --tw-text-opacity: 1;
        color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    }
    .dark\:text-stone-400 {
        --tw-text-opacity: 1;
        color: rgb(168 162 158 / var(--tw-text-opacity, 1));
    }
    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .dark\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgb(253 230 138 / var(--tw-text-opacity, 1));
    }
    .dark\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgb(251 191 36 / var(--tw-text-opacity, 1));
    }
    .dark\:text-zinc-400 {
        --tw-text-opacity: 1;
        color: rgb(161 161 170 / var(--tw-text-opacity, 1));
    }
    .dark\:placeholder-negative-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
    }
    .dark\:placeholder-negative-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
    }
    .dark\:placeholder-secondary-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
    }
    .dark\:placeholder-secondary-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
    }
    .dark\:opacity-60 {
        opacity: 0.6;
    }
    .dark\:shadow-none {
        --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);
    }
    .dark\: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);
    }
    .dark\:ring-inset {
        --tw-ring-inset: inset;
    }
    .dark\:ring-amber-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(55 98 235 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-cyan-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-emerald-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-fuchsia-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-info-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-lime-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-negative-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-negative-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-neutral-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-neutral-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-orange-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-positive-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-primary-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(2 46 150 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-rose-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-secondary-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-sky-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-slate-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-slate-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-stone-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-stone-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-teal-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-violet-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-warning-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-white\/5 {
        --tw-ring-color: hsla(0, 0%, 100%, 0.05);
    }
    .dark\:ring-zinc-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-zinc-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
    }
    .dark\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .dark\:ring-offset-slate-700 {
        --tw-ring-offset-color: #334155;
    }
    .dark\:ring-offset-slate-800 {
        --tw-ring-offset-color: #1e293b;
    }
    .dark\:checked\:border-negative-700:checked {
        --tw-border-opacity: 1;
        border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
    }
    .dark\:checked\:border-secondary-600:checked {
        --tw-border-opacity: 1;
        border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
    }
    .dark\:checked\:bg-negative-700:checked {
        --tw-bg-opacity: 1;
        background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
    }
    .dark\:hover\:bg-amber-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(59 124 248 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-cyan-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-emerald-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-fuchsia-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-info-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-lime-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-negative-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-neutral-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-neutral-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-orange-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-positive-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-primary-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(51 89 165 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-rose-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-secondary-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-secondary-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-sky-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-slate-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-slate-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-stone-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-teal-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-violet-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-warning-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:bg-zinc-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
    }
    .dark\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    }
    .dark\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgb(252 165 165 / var(--tw-text-opacity, 1));
    }
    .dark\:hover\:text-secondary-100:hover {
        --tw-text-opacity: 1;
        color: rgb(243 244 246 / var(--tw-text-opacity, 1));
    }
    .dark\:hover\:text-secondary-600:hover {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .dark\:hover\:ring-2:hover {
        --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);
    }
    .dark\:hover\:ring-amber-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-blue-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(59 124 248 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-cyan-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-emerald-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-fuchsia-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-gray-400:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-gray-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-green-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-indigo-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-info-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-lime-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-negative-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-neutral-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-orange-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-pink-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-positive-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-primary-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(51 89 165 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-purple-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-red-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-rose-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-secondary-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-sky-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-slate-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-stone-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-teal-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-violet-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-warning-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
    }
    .dark\:hover\:ring-zinc-600:hover {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
    }
    .dark\:focus\:border-negative-600:focus {
        --tw-border-opacity: 1;
        border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    }
    .dark\:focus\:border-secondary-500:focus {
        --tw-border-opacity: 1;
        border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
    }
    .dark\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
    }
    .dark\:focus\:bg-neutral-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    }
    .dark\:focus\:bg-secondary-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }
    .dark\:focus\:ring-secondary-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
    }
    .dark\:focus\:ring-secondary-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
    }
    .dark\:focus\:ring-offset-secondary-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .dark\:focus-visible\:ring-white:focus-visible {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
    }
    .group:hover .dark\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
    .group:focus .dark\:group-focus\:text-primary-500 {
        --tw-text-opacity: 1;
        color: rgb(51 89 165 / var(--tw-text-opacity, 1));
    }
    .group:focus .dark\:group-focus\:ring-negative-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
    }
    .group:focus .dark\:group-focus\:ring-secondary-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
    }
    .peer:checked ~ .dark\:peer-checked\:bg-secondary-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }
    .peer:focus ~ .dark\:peer-focus\:ring-negative-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
    }
    .peer:focus ~ .dark\:peer-focus\:ring-secondary-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
    }
    .peer:focus ~ .dark\:peer-focus\:ring-offset-secondary-800 {
        --tw-ring-offset-color: #1f2937;
    }
}
@media (min-width: 640px) {
    @media (prefers-color-scheme: dark) {
        .sm\:dark\:bg-secondary-800 {
            --tw-bg-opacity: 1;
            background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
        }
    }
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button,
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.\[\&_svg\]\:size-5 svg {
    height: 1.25rem;
    width: 1.25rem;
}
.\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
}
