/*!***************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/scss/styles.scss ***!
  \***************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/scss/styles.scss (1) ***!
  \*******************************************************************************************************************************************************/
html,
body {
  font-size: 0.9rem;
  overscroll-behavior: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

a {
  color: #00c4c4;
  text-decoration: none;
}

a:hover {
  color: #00c4c4;
  text-decoration: underline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:active,
*:focus,
*:focus-within,
*:focus-visible {
  outline: none;
}

* {
  -webkit-touch-callout: none; /* Disable callout for Safari on iOS */
  -webkit-user-select: none; /* Disable text selection for Safari */
  user-select: none; /* Disable text selection for other browsers */
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* Chrome, Safari, Edge, Opera hide up/down arrow */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
}

ul {
  margin: 0;
  padding-inline-start: 20px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 12px;
  width: 5px !important;
}

::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 12px;
  width: 15px;
}

.dropdown-scrollbar::-webkit-scrollbar-track {
  background: white;
}

.hide-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbars ::-webkit-scrollbar {
  display: none;
}

.auto-hide-scrollbar {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  transition: scrollbar-color 0.3s ease;
}
.auto-hide-scrollbar:hover, .auto-hide-scrollbar:active, .auto-hide-scrollbar.scrolling {
  scrollbar-color: #a8a8a8 #fafafa !important;
}
.auto-hide-scrollbar::-webkit-scrollbar {
  width: 5px;
}
.auto-hide-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.auto-hide-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.auto-hide-scrollbar:hover::-webkit-scrollbar-thumb, .auto-hide-scrollbar:active::-webkit-scrollbar-thumb, .auto-hide-scrollbar.scrolling::-webkit-scrollbar-thumb {
  background: #a8a8a8;
}
.auto-hide-scrollbar:hover::-webkit-scrollbar-track, .auto-hide-scrollbar:active::-webkit-scrollbar-track, .auto-hide-scrollbar.scrolling::-webkit-scrollbar-track {
  background: #fafafa;
}

.balance-hud-account-list.auto-hide-scrollbar {
  scrollbar-color: #a8a8a8 #fafafa !important;
}
.balance-hud-account-list.auto-hide-scrollbar::-webkit-scrollbar-thumb {
  background: #a8a8a8 !important;
}
.balance-hud-account-list.auto-hide-scrollbar::-webkit-scrollbar-track {
  background: #fafafa !important;
}

.layout_frontend {
  overflow-y: auto;
}

.logo {
  content: url(../images/logo-dark@2x.png);
  display: block;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  width: 360px;
}

.sendEmailImg {
  content: url(../images/send-email.png);
}

.progress-bar-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}

.in-progress {
  font-size: 18px;
  color: #f5f5f5;
}

.progress-bar-label {
  position: absolute;
  margin-top: -70px;
}

.gloss-progress-bar {
  height: 10px !important;
  background-color: #00c4c4;
}

.ag-root-wrapper {
  border: none !important;
  font-size: 0.8rem;
}

.ag-theme-quartz,
.ag-theme-quartz-dark,
.ag-theme-quartz-auto-dark {
  --ag-active-color: #00c4c4;
}

.transaction-detail {
  /* Force truncation in all child elements */
}
.transaction-detail .truncated-cell * {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.remove-top-border {
  --ag-borders: none;
}

.premium-wrapper {
  border: none;
  border-radius: 9999px;
  background: linear-gradient(270deg, #ffa222 0%, #bd6d00 18.5%, #ffe1b8 49.04%, #ffa222 74.86%, #e08200 100%);
  padding: 3px;
}

/* In your main CSS file (e.g., src/index.css) */
.tw-animate-ticker-loop:hover {
  animation-play-state: paused;
}

.remove-bottom-space .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.glare-border {
  position: relative;
  z-index: 0;
  overflow: visible;
}

.glare-border::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 48%, white 50%, white 52%, rgba(255, 255, 255, 0) 54%) 242% 242%/400% 400% repeat, linear-gradient(135deg, rgba(255, 255, 255, 0) 48%, white 50%, white 52%, rgba(255, 255, 255, 0) 54%) 244% 244%/400% 400% repeat, linear-gradient(135deg, rgba(255, 255, 255, 0) 48%, white 50%, white 52%, rgba(255, 255, 255, 0) 54%) 230% 230%/400% 400% repeat;
  opacity: 0.8;
  animation: glare-diagonal 8s linear infinite;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.6));
}

@keyframes glare-diagonal {
  0% {
    background-position: 240% 240%, 242% 242%, 230% 230%;
  }
  100% {
    background-position: -160% -160%, -158% -158%, -170% -170%;
  }
}
.cabinet-date > div > span:first-child,
.cabinet-date > div > span:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #292929;
}

.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  width: 100%;
}

.ag-floating-filter-button {
  display: none;
}

.ag-input-wrapper,
.ag-picker-field-wrapper {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.ag-input-wrapper input[aria-label="Publish Date Filter Input"],
.ag-input-wrapper input[aria-label="Account Filter Input"],
.ag-input-wrapper input[aria-label="In/Out Filter Input"],
.ag-input-wrapper input[aria-label="Amount Filter Input"] {
  background-color: #f5f5f5 !important;
}

.ag-cell[col-id="0"] {
  background-color: #fafafa !important;
}

.ag-paging-panel > .ag-paging-page-size .ag-wrapper {
  border-radius: 50px;
  background-color: #fafafa;
}

.ag-icon {
  color: #00c4c4;
}

.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  border-radius: 8px;
}

.ag-row-focus {
  border-radius: 8px;
}

/*@Sinan Remove this once not used anymore */
.mat-dialog-title {
  font: 500 20px/32px "Montserrat", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mdc-line-ripple {
  display: none;
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}

[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
  transform: none !important;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.5em !important;
}

.confirmation-dialog {
  width: 500px;
}

.cat-notification-dialog {
  width: 400px;
}

@media (max-width: 768px) {
  .mobile-dialog {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .mobile-dialog-middle {
    height: 50vh;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.mat-mdc-form-field-error {
  color: #f44336;
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #66dcdc;
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #00c4c4;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #db1919;
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #db1919;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
  margin-left: 1rem;
  margin-right: 1rem;
}

.mat-select-panel {
  background: #f5f5f5;
  min-width: 100% !important;
  border-radius: 0.75em !important;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background: #f5f5f5 !important;
}

.mat-mdc-text-field-wrapper {
  padding: 0 !important;
}

.mat-mdc-option .mat-pseudo-checkbox-minimal {
  display: none !important;
}

.mat-mdc-select-min-line {
  margin-left: 15px !important;
}

.mat-mdc-dialog-container .mdc-dialog__surface {
  box-shadow: none !important;
  -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}

.mat-mdc-dialog-container .mdc-dialog__surface::-webkit-scrollbar {
  display: none; /* Hide WebKit scrollbar */
}

.mat-mdc-form-field .mdc-text-field__input::placeholder {
  color: #8f8f8f !important;
}

.mat-mdc-select-arrow svg {
  display: none;
}

.mat-calendar-body-cell-content.mat-focus-indicator.mat-calendar-body-today {
  background: #00c4c4 !important;
}

.mat-calendar-body-selected {
  background: #c8f2f2 !important;
}

.no-background-dialog {
  width: 800px;
}

.no-background-dialog-v2 {
  width: 450px;
}

.no-background-dialog .mat-dialog-container,
.no-background-dialog-v2 .mat-dialog-container {
  box-shadow: none;
  background: none;
  padding: 0;
}

@media (max-width: 768px) {
  .no-background-dialog,
  .no-background-dialog-v2 {
    background: #ffffff;
    height: 100%;
    min-width: unset !important;
    max-width: 100vw !important;
  }
  .no-background-dialog-v2 {
    width: 100% !important;
  }
  .mat-mdc-dialog-surface {
    border-radius: 0 !important;
  }
}
.mat-mdc-dialog-surface {
  overflow-y: visible !important;
  border-radius: 16px !important;
}

.toast-container .ngx-toastr {
  padding: 0;
  border-radius: 12px 12px 12px 12px;
  max-width: 800px;
  width: 40vw;
}

.toast-close-button {
  right: 0;
  top: 0;
}

.toast-info {
  background-color: #2a6ce2;
  background-image: none;
}

.toast-error {
  background-color: #db1919;
  background-image: none;
}

.toast-success {
  background-color: #5a8f00;
  background-image: none;
}

.toast-warning {
  background-color: #ffa222;
  background-image: none;
}

@media (max-width: 639px) {
  .toast-top-right {
    top: 80vh;
    left: 5vw;
    right: 5vw;
  }
  .toast-container .ngx-toastr {
    width: 90vw;
  }
}
/**
 * Design Token Shadow CSS Variables
 * Generated from design-tokens.json overlay colors
 *
 * Usage:
 *   box-shadow: 3px 3px 6px 0px var(--overlay-dark-low) inset;
 *   box-shadow: -3px -3px 6px 0px var(--overlay-light-higher) inset;
 */
:root {
  /* Overlay Colors - Dark Shadows */
  --overlay-dark-lower: rgba(0, 0, 0, 0.05);
  --overlay-dark-low: rgba(0, 0, 0, 0.1);
  --overlay-dark-medium: rgba(0, 0, 0, 0.2);
  --overlay-dark-high: rgba(0, 0, 0, 0.4);
  --overlay-dark-higher: rgba(0, 0, 0, 0.6);
  /* Overlay Colors - Light Shadows */
  --overlay-light-lower: rgba(255, 255, 255, 0.05);
  --overlay-light-low: rgba(255, 255, 255, 0.1);
  --overlay-light-medium: rgba(255, 255, 255, 0.2);
  --overlay-light-high: rgba(255, 255, 255, 0.4);
  --overlay-light-higher: rgba(255, 255, 255, 0.95);
  /* Aliases with your preferred naming */
  --OverlayDarkLower: var(--overlay-dark-lower);
  --OverlayDarkLow: var(--overlay-dark-low);
  --OverlayLightHigh: var(--overlay-light-high);
  --OverlayLightHigher: var(--overlay-light-higher);
}

/* Common Shadow Utilities */
.shadow-inset-neuomorphic {
  box-shadow: 3px 3px 6px 0px var(--overlay-dark-low) inset, -3px -3px 6px 0px var(--overlay-light-higher) inset;
}

.shadow-inset-dark {
  box-shadow: 3px 3px 6px 0px var(--overlay-dark-low) inset;
}

.shadow-inset-light {
  box-shadow: -3px -3px 6px 0px var(--overlay-light-higher) inset;
}

/* Elevation shadows from design tokens */
.shadow-elevation-1 {
  box-shadow: 0 1px 2px 0 var(--overlay-dark-low);
}

.shadow-elevation-2 {
  box-shadow: 0 2px 4px 0 var(--overlay-dark-medium);
}

.shadow-elevation-3 {
  box-shadow: 0 4px 8px 0 var(--overlay-dark-medium);
}

.shadow-elevation-4 {
  box-shadow: 0 8px 16px 0 var(--overlay-dark-high);
}
/*!***************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js!./src/scss/tailwind.css ***!
  \***************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(42 108 226 / 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: rgb(42 108 226 / 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:  
}
.tw-container {
  width: 100%
}
@media (min-width: 640px) {
  .tw-container {
    max-width: 640px
  }
}
@media (min-width: 768px) {
  .tw-container {
    max-width: 768px
  }
}
.accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 121 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.danger {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(219 25 25 / var(--tw-text-opacity, 1))
}
.danger-invert {
  --tw-bg-opacity: 1;
  background-color: rgb(219 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.btn-icon {
  z-index: 30;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0px;
  --tw-shadow: -2px -2px 2px 0px #FFFFFF, -2px -4px 12px 0px #FFFFFF, 6px 6px 10px 0px #062E2B14, 2px 2px 4px 0px #062E2B3D;
  --tw-shadow-colored: -2px -2px 2px 0px var(--tw-shadow-color), -2px -4px 12px 0px var(--tw-shadow-color), 6px 6px 10px 0px var(--tw-shadow-color), 2px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.btn-squared {
  height: 2rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.input-field {
  height: 3rem;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.input-field:-moz-read-only {
  border-width: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important
}
.input-field:read-only {
  border-width: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important
}
.input-field:focus {
  border-width: 1.5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 196 196 / var(--tw-border-opacity, 1));
  --tw-shadow: 2px 2px 4px 0px #58668480 inset;
  --tw-shadow-colored: inset 2px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px
}
.input-error {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(219 25 25 / var(--tw-text-opacity, 1)) !important
}
.input-error-border {
  border-width: 1.5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 25 25 / var(--tw-border-opacity, 1))
}
.right-round-border {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px
}
.left-round-border {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem
}
.tooltip-label {
  white-space: nowrap;
  font-weight: 600
}
.round-corner-button {
  height: 40px;
  width: 112px;
  border-radius: 8px
}
@media (max-width: 474px) {
  .round-corner-button {
    height: 36px;
    width: 102px
  }
}
.button-resize {
  width: 50%
}
@media (max-width: 474px) {
  .button-resize {
    width: 100%
  }
}
.step-holder {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between
}
.step-description {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 150%;
  letter-spacing: 0.0125em;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.section-gap {
  margin-top: 1rem
}
@media (max-width: 474px) {
  .section-gap {
    margin-top: 0.5rem
  }
}
.section-header {
  display: block;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 125%;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
@media (max-width: 474px) {
  .section-header {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}
.secondary-buttons-holder {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.5rem
}
.step-action-button {
  display: flex;
  height: 48px;
  width: 48%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}
.accordion-list-item {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.005em;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.accordion-list-item-bullet {
  margin-top: 0.375rem;
  display: inline-block;
  height: 4px;
  width: 4px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1))
}
.accordion-list-description {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.005em;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  mix-blend-mode: normal
}
.round-corner-bordered-data-card {
  position: relative;
  display: flex;
  height: 4rem;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 196 196 / var(--tw-border-opacity, 1));
  background-color: rgba(200,242,242,0.2);
  padding: 0.75rem
}
.tooltip-container {
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 50;
  display: flex;
  height: 56px;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.widget-menu-selected {
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.number {
  font-family: Roboto, sans-serif
}
.modal-body {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (max-width: 474px) {
  .modal-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}
.bordered-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}
.table-wrapper {
  width: 50%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
@media (max-width: 639px) {

  .table-wrapper {
    height: 90%;
    width: 100%;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
  }
}
.details-wrapper {
  width: 50%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 0px
}
@media (max-width: 639px) {

  .details-wrapper {
    height: 90%;
    width: 100%;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    position: fixed;
    left: 0px;
    top: 0px
  }
}
.title-mobile {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem
}
@media (max-width: 639px) {
  .title-mobile {
    margin-top: 0.5rem
  }
}
@media (max-width: 767px) {
  .title-mobile {
    position: absolute;
    justify-content: center
  }
}
.date-picker {
  position: absolute;
  top: 100%;
  z-index: 10
}
.badge {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center
}
.badge-filled {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 34 / var(--tw-bg-opacity, 1))
}
.border-selected {
  border-radius: 0.5rem;
  border-width: 1px;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 196 196 / var(--tw-border-opacity, 1)) !important
}
.border-dashed {
  width: 100%;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}
.border-default {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}
.border-container {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 8px 16px 0px #0000000A;
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.border-bottom-gray {
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}
.search-bar-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  --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));
  cursor: pointer
}
.transaction-details-label {
  width: 8rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1))
}
@media (max-width: 639px) {
  .transaction-details-label {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
.category-details-label {
  width: 8rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1))
}
.transaction-form-label {
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  padding: 0.25rem;
  font-weight: 500
}
.transaction-form-heading {
  grid-column: span 2 / span 2;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 196 196 / var(--tw-text-opacity, 1))
}
.transaction-form-subheading {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.transaction-form-content {
  display: flex;
  justify-content: space-between;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}
.premium-option-content {
  position: relative;
  z-index: 10
}
.tw-pointer-events-none {
  pointer-events: none
}
.tw-pointer-events-auto {
  pointer-events: auto
}
.tw-invisible {
  visibility: hidden
}
.\!tw-fixed {
  position: fixed !important
}
.tw-fixed {
  position: fixed
}
.tw-absolute {
  position: absolute
}
.tw-relative {
  position: relative
}
.tw-sticky {
  position: sticky
}
.tw-inset-0 {
  inset: 0px
}
.tw--left-12 {
  left: -3rem
}
.tw--top-12 {
  top: -3rem
}
.tw-bottom-0 {
  bottom: 0px
}
.tw-bottom-1 {
  bottom: 0.25rem
}
.tw-bottom-1\.5 {
  bottom: 0.375rem
}
.tw-bottom-7 {
  bottom: 1.75rem
}
.tw-bottom-\[-1px\] {
  bottom: -1px
}
.tw-bottom-\[calc\(var\(--square-size\)\+10px\)\] {
  bottom: calc(var(--square-size) + 10px)
}
.tw-left-0 {
  left: 0px
}
.tw-left-1\.5 {
  left: 0.375rem
}
.tw-left-1\/2 {
  left: 50%
}
.tw-left-2\/4 {
  left: 50%
}
.tw-left-8 {
  left: 2rem
}
.tw-left-\[34px\] {
  left: 34px
}
.tw-right-0 {
  right: 0px
}
.tw-right-1\.5 {
  right: 0.375rem
}
.tw-right-2 {
  right: 0.5rem
}
.tw-right-20 {
  right: 5rem
}
.tw-right-3 {
  right: 0.75rem
}
.tw-right-5 {
  right: 1.25rem
}
.tw-right-6 {
  right: 1.5rem
}
.tw-top-0 {
  top: 0px
}
.tw-top-1\.5 {
  top: 0.375rem
}
.tw-top-1\/2 {
  top: 50%
}
.tw-top-2 {
  top: 0.5rem
}
.tw-top-6 {
  top: 1.5rem
}
.tw-top-8 {
  top: 2rem
}
.tw-top-\[-20px\] {
  top: -20px
}
.tw-top-full {
  top: 100%
}
.tw-z-10 {
  z-index: 10
}
.tw-z-20 {
  z-index: 20
}
.tw-z-30 {
  z-index: 30
}
.tw-z-40 {
  z-index: 40
}
.tw-z-50 {
  z-index: 50
}
.tw-z-\[10000\] {
  z-index: 10000
}
.tw-z-\[100\] {
  z-index: 100
}
.tw-z-\[10\] {
  z-index: 10
}
.tw-z-\[2000\] {
  z-index: 2000
}
.tw-z-\[200\] {
  z-index: 200
}
.tw-z-\[20\] {
  z-index: 20
}
.tw-z-\[2\] {
  z-index: 2
}
.tw-z-\[999\] {
  z-index: 999
}
.tw-z-\[99\] {
  z-index: 99
}
.tw-z-\[9\] {
  z-index: 9
}
.tw-col-span-1 {
  grid-column: span 1 / span 1
}
.tw-col-span-2 {
  grid-column: span 2 / span 2
}
.tw-col-span-3 {
  grid-column: span 3 / span 3
}
.tw-col-start-2 {
  grid-column-start: 2
}
.tw-row-span-full {
  grid-row: 1 / -1
}
.\!tw-m-0 {
  margin: 0px !important
}
.tw-m-0 {
  margin: 0px
}
.tw-m-2 {
  margin: 0.5rem
}
.tw-m-3 {
  margin: 0.75rem
}
.tw-m-4 {
  margin: 1rem
}
.tw-m-5 {
  margin: 1.25rem
}
.tw-m-auto {
  margin: auto
}
.tw--my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem
}
.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem
}
.tw-mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem
}
.tw-mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem
}
.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem
}
.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto
}
.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}
.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem
}
.tw-my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem
}
.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}
.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}
.\!tw-mb-1 {
  margin-bottom: 0.25rem !important
}
.tw--mb-px {
  margin-bottom: -1px
}
.tw--ml-2\.5 {
  margin-left: -0.625rem
}
.tw--mr-0\.5 {
  margin-right: -0.125rem
}
.tw--mr-\[15px\] {
  margin-right: -15px
}
.tw-mb-0 {
  margin-bottom: 0px
}
.tw-mb-0\.5 {
  margin-bottom: 0.125rem
}
.tw-mb-1 {
  margin-bottom: 0.25rem
}
.tw-mb-1\.5 {
  margin-bottom: 0.375rem
}
.tw-mb-10 {
  margin-bottom: 2.5rem
}
.tw-mb-2 {
  margin-bottom: 0.5rem
}
.tw-mb-2\.5 {
  margin-bottom: 0.625rem
}
.tw-mb-3 {
  margin-bottom: 0.75rem
}
.tw-mb-4 {
  margin-bottom: 1rem
}
.tw-mb-5 {
  margin-bottom: 1.25rem
}
.tw-mb-6 {
  margin-bottom: 1.5rem
}
.tw-mb-7 {
  margin-bottom: 1.75rem
}
.tw-mb-\[-2px\] {
  margin-bottom: -2px
}
.tw-mb-\[20px\] {
  margin-bottom: 20px
}
.tw-ml-0\.5 {
  margin-left: 0.125rem
}
.tw-ml-1 {
  margin-left: 0.25rem
}
.tw-ml-1\.5 {
  margin-left: 0.375rem
}
.tw-ml-2 {
  margin-left: 0.5rem
}
.tw-ml-3 {
  margin-left: 0.75rem
}
.tw-ml-3\.5 {
  margin-left: 0.875rem
}
.tw-ml-4 {
  margin-left: 1rem
}
.tw-ml-\[-7px\] {
  margin-left: -7px
}
.tw-ml-\[105px\] {
  margin-left: 105px
}
.tw-ml-\[400px\] {
  margin-left: 400px
}
.tw-ml-auto {
  margin-left: auto
}
.tw-mr-1 {
  margin-right: 0.25rem
}
.tw-mr-1\.5 {
  margin-right: 0.375rem
}
.tw-mr-2 {
  margin-right: 0.5rem
}
.tw-mr-3 {
  margin-right: 0.75rem
}
.tw-mr-4 {
  margin-right: 1rem
}
.tw-mt-0 {
  margin-top: 0px
}
.tw-mt-1 {
  margin-top: 0.25rem
}
.tw-mt-1\.5 {
  margin-top: 0.375rem
}
.tw-mt-10 {
  margin-top: 2.5rem
}
.tw-mt-12 {
  margin-top: 3rem
}
.tw-mt-14 {
  margin-top: 3.5rem
}
.tw-mt-2 {
  margin-top: 0.5rem
}
.tw-mt-2\.5 {
  margin-top: 0.625rem
}
.tw-mt-20 {
  margin-top: 5rem
}
.tw-mt-3 {
  margin-top: 0.75rem
}
.tw-mt-4 {
  margin-top: 1rem
}
.tw-mt-5 {
  margin-top: 1.25rem
}
.tw-mt-6 {
  margin-top: 1.5rem
}
.tw-mt-7 {
  margin-top: 1.75rem
}
.tw-mt-8 {
  margin-top: 2rem
}
.tw-mt-9 {
  margin-top: 2.25rem
}
.tw-mt-\[13px\] {
  margin-top: 13px
}
.tw-mt-\[16px\] {
  margin-top: 16px
}
.tw-mt-auto {
  margin-top: auto
}
.tw-box-border {
  box-sizing: border-box
}
.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.tw-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}
.tw-block {
  display: block
}
.tw-inline-block {
  display: inline-block
}
.tw-inline {
  display: inline
}
.\!tw-flex {
  display: flex !important
}
.tw-flex {
  display: flex
}
.tw-inline-flex {
  display: inline-flex
}
.tw-grid {
  display: grid
}
.tw-inline-grid {
  display: inline-grid
}
.tw-hidden {
  display: none
}
.tw-aspect-square {
  aspect-ratio: 1 / 1
}
.\!tw-h-auto {
  height: auto !important
}
.tw-h-0\.5 {
  height: 0.125rem
}
.tw-h-1 {
  height: 0.25rem
}
.tw-h-10 {
  height: 2.5rem
}
.tw-h-11 {
  height: 2.75rem
}
.tw-h-12 {
  height: 3rem
}
.tw-h-14 {
  height: 3.5rem
}
.tw-h-16 {
  height: 4rem
}
.tw-h-2 {
  height: 0.5rem
}
.tw-h-2\.5 {
  height: 0.625rem
}
.tw-h-20 {
  height: 5rem
}
.tw-h-28 {
  height: 7rem
}
.tw-h-3 {
  height: 0.75rem
}
.tw-h-3\.5 {
  height: 0.875rem
}
.tw-h-32 {
  height: 8rem
}
.tw-h-4 {
  height: 1rem
}
.tw-h-40 {
  height: 10rem
}
.tw-h-48 {
  height: 12rem
}
.tw-h-5 {
  height: 1.25rem
}
.tw-h-6 {
  height: 1.5rem
}
.tw-h-64 {
  height: 16rem
}
.tw-h-7 {
  height: 1.75rem
}
.tw-h-72 {
  height: 18rem
}
.tw-h-8 {
  height: 2rem
}
.tw-h-80 {
  height: 20rem
}
.tw-h-96 {
  height: 24rem
}
.tw-h-\[100px\] {
  height: 100px
}
.tw-h-\[150px\] {
  height: 150px
}
.tw-h-\[18px\] {
  height: 18px
}
.tw-h-\[1px\] {
  height: 1px
}
.tw-h-\[233px\] {
  height: 233px
}
.tw-h-\[250px\] {
  height: 250px
}
.tw-h-\[30px\] {
  height: 30px
}
.tw-h-\[35px\] {
  height: 35px
}
.tw-h-\[42px\] {
  height: 42px
}
.tw-h-\[4px\] {
  height: 4px
}
.tw-h-\[530px\] {
  height: 530px
}
.tw-h-\[555px\] {
  height: 555px
}
.tw-h-\[600px\] {
  height: 600px
}
.tw-h-\[60px\] {
  height: 60px
}
.tw-h-\[68px\] {
  height: 68px
}
.tw-h-\[70px\] {
  height: 70px
}
.tw-h-\[8\.9px\] {
  height: 8.9px
}
.tw-h-\[85\%\] {
  height: 85%
}
.tw-h-\[90\%\] {
  height: 90%
}
.tw-h-\[min\(32rem\,70vh\)\] {
  height: min(32rem,70vh)
}
.tw-h-\[var\(--square-size\)\] {
  height: var(--square-size)
}
.tw-h-auto {
  height: auto
}
.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content
}
.tw-h-full {
  height: 100%
}
.tw-h-px {
  height: 1px
}
.tw-h-screen {
  height: 100vh
}
.tw-max-h-32 {
  max-height: 8rem
}
.tw-max-h-48 {
  max-height: 12rem
}
.tw-max-h-96 {
  max-height: 24rem
}
.tw-max-h-\[180px\] {
  max-height: 180px
}
.tw-max-h-\[250px\] {
  max-height: 250px
}
.tw-max-h-\[256px\] {
  max-height: 256px
}
.tw-max-h-\[280px\] {
  max-height: 280px
}
.tw-max-h-\[500px\] {
  max-height: 500px
}
.tw-max-h-\[575px\] {
  max-height: 575px
}
.tw-max-h-\[85\%\] {
  max-height: 85%
}
.tw-max-h-\[85dvh\] {
  max-height: 85dvh
}
.tw-max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px)
}
.tw-max-h-\[min\(18rem\,45vh\)\] {
  max-height: min(18rem,45vh)
}
.tw-max-h-screen {
  max-height: 100vh
}
.tw-min-h-12 {
  min-height: 3rem
}
.tw-min-h-14 {
  min-height: 3.5rem
}
.tw-min-h-32 {
  min-height: 8rem
}
.tw-min-h-60 {
  min-height: 15rem
}
.tw-min-h-\[100vh\] {
  min-height: 100vh
}
.tw-min-h-\[3\.5rem\] {
  min-height: 3.5rem
}
.tw-min-h-\[60px\] {
  min-height: 60px
}
.tw-min-h-full {
  min-height: 100%
}
.\!tw-w-3\/12 {
  width: 25% !important
}
.\!tw-w-full {
  width: 100% !important
}
.tw-w-0 {
  width: 0px
}
.tw-w-1 {
  width: 0.25rem
}
.tw-w-1\/2 {
  width: 50%
}
.tw-w-1\/3 {
  width: 33.333333%
}
.tw-w-1\/4 {
  width: 25%
}
.tw-w-10 {
  width: 2.5rem
}
.tw-w-11 {
  width: 2.75rem
}
.tw-w-12 {
  width: 3rem
}
.tw-w-16 {
  width: 4rem
}
.tw-w-2 {
  width: 0.5rem
}
.tw-w-2\.5 {
  width: 0.625rem
}
.tw-w-2\/3 {
  width: 66.666667%
}
.tw-w-2\/5 {
  width: 40%
}
.tw-w-20 {
  width: 5rem
}
.tw-w-24 {
  width: 6rem
}
.tw-w-28 {
  width: 7rem
}
.tw-w-3 {
  width: 0.75rem
}
.tw-w-3\.5 {
  width: 0.875rem
}
.tw-w-3\/5 {
  width: 60%
}
.tw-w-32 {
  width: 8rem
}
.tw-w-36 {
  width: 9rem
}
.tw-w-4 {
  width: 1rem
}
.tw-w-40 {
  width: 10rem
}
.tw-w-44 {
  width: 11rem
}
.tw-w-5 {
  width: 1.25rem
}
.tw-w-5\/12 {
  width: 41.666667%
}
.tw-w-50vw {
  width: 50vw
}
.tw-w-6 {
  width: 1.5rem
}
.tw-w-64 {
  width: 16rem
}
.tw-w-7 {
  width: 1.75rem
}
.tw-w-75vw {
  width: 75vw
}
.tw-w-8 {
  width: 2rem
}
.tw-w-80 {
  width: 20rem
}
.tw-w-9 {
  width: 2.25rem
}
.tw-w-96 {
  width: 24rem
}
.tw-w-\[130px\] {
  width: 130px
}
.tw-w-\[150px\] {
  width: 150px
}
.tw-w-\[180px\] {
  width: 180px
}
.tw-w-\[190px\] {
  width: 190px
}
.tw-w-\[205px\] {
  width: 205px
}
.tw-w-\[240px\] {
  width: 240px
}
.tw-w-\[320px\] {
  width: 320px
}
.tw-w-\[35px\] {
  width: 35px
}
.tw-w-\[40vw\] {
  width: 40vw
}
.tw-w-\[42px\] {
  width: 42px
}
.tw-w-\[50\%\] {
  width: 50%
}
.tw-w-\[500px\] {
  width: 500px
}
.tw-w-\[52px\] {
  width: 52px
}
.tw-w-\[60px\] {
  width: 60px
}
.tw-w-\[65\%\] {
  width: 65%
}
.tw-w-\[700px\] {
  width: 700px
}
.tw-w-\[75\%\] {
  width: 75%
}
.tw-w-\[795px\] {
  width: 795px
}
.tw-w-\[8\.9px\] {
  width: 8.9px
}
.tw-w-\[84px\] {
  width: 84px
}
.tw-w-\[90\%\] {
  width: 90%
}
.tw-w-\[900px\] {
  width: 900px
}
.tw-w-\[90vw\] {
  width: 90vw
}
.tw-w-\[95px\] {
  width: 95px
}
.tw-w-\[96px\] {
  width: 96px
}
.tw-w-\[980px\] {
  width: 980px
}
.tw-w-\[var\(--square-size\)\] {
  width: var(--square-size)
}
.tw-w-auto {
  width: auto
}
.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content
}
.tw-w-full {
  width: 100%
}
.tw-w-max {
  width: -moz-max-content;
  width: max-content
}
.tw-min-w-0 {
  min-width: 0px
}
.tw-min-w-24 {
  min-width: 6rem
}
.tw-min-w-48 {
  min-width: 12rem
}
.tw-min-w-80 {
  min-width: 20rem
}
.tw-min-w-\[180px\] {
  min-width: 180px
}
.tw-min-w-\[200px\] {
  min-width: 200px
}
.tw-min-w-\[24px\] {
  min-width: 24px
}
.tw-min-w-\[270px\] {
  min-width: 270px
}
.tw-min-w-\[300px\] {
  min-width: 300px
}
.tw-min-w-\[310px\] {
  min-width: 310px
}
.tw-min-w-\[344px\] {
  min-width: 344px
}
.tw-min-w-\[350px\] {
  min-width: 350px
}
.tw-min-w-\[360px\] {
  min-width: 360px
}
.tw-min-w-\[400px\] {
  min-width: 400px
}
.tw-min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content
}
.tw-min-w-full {
  min-width: 100%
}
.tw-min-w-min {
  min-width: -moz-min-content;
  min-width: min-content
}
.tw-max-w-32 {
  max-width: 8rem
}
.tw-max-w-3xl {
  max-width: 48rem
}
.tw-max-w-48 {
  max-width: 12rem
}
.tw-max-w-5xl {
  max-width: 64rem
}
.tw-max-w-72 {
  max-width: 18rem
}
.tw-max-w-\[100vw\] {
  max-width: 100vw
}
.tw-max-w-\[180px\] {
  max-width: 180px
}
.tw-max-w-\[200px\] {
  max-width: 200px
}
.tw-max-w-\[300px\] {
  max-width: 300px
}
.tw-max-w-\[320px\] {
  max-width: 320px
}
.tw-max-w-\[400px\] {
  max-width: 400px
}
.tw-max-w-\[500px\] {
  max-width: 500px
}
.tw-max-w-\[600px\] {
  max-width: 600px
}
.tw-max-w-\[85\%\] {
  max-width: 85%
}
.tw-max-w-dvw {
  max-width: 100dvw
}
.tw-max-w-full {
  max-width: 100%
}
.tw-max-w-lg {
  max-width: 32rem
}
.tw-max-w-md {
  max-width: 28rem
}
.tw-max-w-none {
  max-width: none
}
.tw-max-w-xl {
  max-width: 36rem
}
.tw-flex-1 {
  flex: 1 1 0%
}
.tw-flex-auto {
  flex: 1 1 auto
}
.tw-flex-initial {
  flex: 0 1 auto
}
.tw-flex-none {
  flex: none
}
.tw-flex-shrink-0 {
  flex-shrink: 0
}
.tw-shrink-0 {
  flex-shrink: 0
}
.tw-flex-grow {
  flex-grow: 1
}
.tw-grow {
  flex-grow: 1
}
.tw-basis-0 {
  flex-basis: 0px
}
.tw-basis-auto {
  flex-basis: auto
}
.tw-table-auto {
  table-layout: auto
}
.tw-border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}
.tw--translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw--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))
}
.tw-translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-translate-x-\[-20\%\] {
  --tw-translate-x: -20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-translate-y-\[-100\%\] {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.tw-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))
}
@keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}
.tw-animate-bounce {
  animation: tw-bounce 1s infinite
}
@keyframes tw-pulse {
  50% {
    opacity: .5
  }
}
.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}
@keyframes tw-shineSweep1 {
  0% {
    transform: translate(-150%, -150%) rotate(-45deg);
    opacity: 0
  }
  20% {
    opacity: 0.5
  }
  50% {
    transform: translate(0%, 0%) rotate(-45deg);
    opacity: 1
  }
  80% {
    opacity: 0.5
  }
  100% {
    transform: translate(150%, 150%) rotate(-45deg);
    opacity: 0
  }
}
.tw-animate-shine-sweep-1 {
  animation: tw-shineSweep1 7s ease-in-out infinite
}
@keyframes tw-shineSweep2 {
  0% {
    transform: translate(-120%, -120%) rotate(-45deg);
    opacity: 0
  }
  20% {
    opacity: 0.5
  }
  50% {
    transform: translate(0%, 0%) rotate(-45deg);
    opacity: 0.8
  }
  80% {
    opacity: 0.5
  }
  100% {
    transform: translate(120%, 120%) rotate(-45deg);
    opacity: 0
  }
}
.tw-animate-shine-sweep-2 {
  animation: tw-shineSweep2 7.5s ease-in-out infinite 1s
}
@keyframes tw-signal-glow {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 162, 34, 1)
  }
  100% {
    box-shadow: 0 0 0 14px rgba(255, 162, 34, 0)
  }
}
.tw-animate-signal-glow {
  animation: tw-signal-glow 2s ease-out infinite
}
@keyframes tw-spin {
  to {
    transform: rotate(360deg)
  }
}
.tw-animate-spin {
  animation: tw-spin 1s linear infinite
}
@keyframes tw-spin {
  to {
    transform: rotate(360deg)
  }
}
.tw-animate-spin-slow {
  animation: tw-spin 2s linear infinite
}
@keyframes tw-ticker-loop {
  0%, 45.4545% {
    transform: translateY(0%)
  }
  50%, 95.4545% {
    transform: translateY(-100%)
  }
  100% {
    transform: translateY(-200%)
  }
}
.tw-animate-ticker-loop {
  animation: tw-ticker-loop 9s ease-in-out infinite
}
@keyframes tw-twinkle {
  0% {
    transform: scale(0.85);
    opacity: 0.4
  }
  49.9%, 50.1% {
    transform: scale(1.15);
    opacity: 1
  }
  100% {
    transform: scale(0.85);
    opacity: 0.4
  }
}
.tw-animate-twinkle {
  animation: tw-twinkle 1.601s ease-in-out infinite
}
@keyframes tw-twinkle {
  0% {
    transform: scale(0.85);
    opacity: 0.4
  }
  49.9%, 50.1% {
    transform: scale(1.15);
    opacity: 1
  }
  100% {
    transform: scale(0.85);
    opacity: 0.4
  }
}
.tw-animate-twinkle-delayed {
  animation: tw-twinkle 1.601s ease-in-out infinite 0.8005s
}
.\!tw-cursor-default {
  cursor: default !important
}
.tw-cursor-auto {
  cursor: auto
}
.tw-cursor-default {
  cursor: default
}
.tw-cursor-move {
  cursor: move
}
.tw-cursor-not-allowed {
  cursor: not-allowed
}
.tw-cursor-pointer {
  cursor: pointer
}
.tw-cursor-text {
  cursor: text
}
.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}
.tw-resize-y {
  resize: vertical
}
.tw-resize-x {
  resize: horizontal
}
.tw-list-disc {
  list-style-type: disc
}
.tw-list-none {
  list-style-type: none
}
.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none
}
.tw-auto-cols-auto {
  grid-auto-columns: auto
}
.tw-grid-flow-col {
  grid-auto-flow: column
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}
.tw-grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr
}
.tw-grid-cols-\[minmax\(120px\,auto\)_1fr\] {
  grid-template-columns: minmax(120px,auto) 1fr
}
.tw-grid-cols-\[minmax\(80px\,auto\)_1fr\] {
  grid-template-columns: minmax(80px,auto) 1fr
}
.tw-grid-cols-\[minmax\(80px\,auto\)_1fr_40px\] {
  grid-template-columns: minmax(80px,auto) 1fr 40px
}
.tw-grid-cols-\[minmax\(98px\,auto\)_1fr_40px\] {
  grid-template-columns: minmax(98px,auto) 1fr 40px
}
.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr))
}
.tw-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr))
}
.tw-flex-row {
  flex-direction: row
}
.tw-flex-row-reverse {
  flex-direction: row-reverse
}
.tw-flex-col {
  flex-direction: column
}
.tw-flex-wrap {
  flex-wrap: wrap
}
.tw-content-center {
  align-content: center
}
.tw-items-start {
  align-items: flex-start
}
.tw-items-end {
  align-items: flex-end
}
.tw-items-center {
  align-items: center
}
.tw-items-baseline {
  align-items: baseline
}
.tw-items-stretch {
  align-items: stretch
}
.tw-justify-start {
  justify-content: flex-start
}
.\!tw-justify-end {
  justify-content: flex-end !important
}
.tw-justify-end {
  justify-content: flex-end
}
.tw-justify-center {
  justify-content: center
}
.tw-justify-between {
  justify-content: space-between
}
.tw-justify-around {
  justify-content: space-around
}
.tw-gap-0\.5 {
  gap: 0.125rem
}
.tw-gap-1 {
  gap: 0.25rem
}
.tw-gap-1\.5 {
  gap: 0.375rem
}
.tw-gap-10 {
  gap: 2.5rem
}
.tw-gap-12 {
  gap: 3rem
}
.tw-gap-2 {
  gap: 0.5rem
}
.tw-gap-2\.5 {
  gap: 0.625rem
}
.tw-gap-20 {
  gap: 5rem
}
.tw-gap-3 {
  gap: 0.75rem
}
.tw-gap-3\.5 {
  gap: 0.875rem
}
.tw-gap-4 {
  gap: 1rem
}
.tw-gap-5 {
  gap: 1.25rem
}
.tw-gap-6 {
  gap: 1.5rem
}
.tw-gap-7 {
  gap: 1.75rem
}
.tw-gap-8 {
  gap: 2rem
}
.tw-gap-\[1px\] {
  gap: 1px
}
.tw-gap-\[2\%\] {
  gap: 2%
}
.tw-gap-\[2px\] {
  gap: 2px
}
.tw-gap-\[6px\] {
  gap: 6px
}
.tw-gap-\[var\(--square-gap\)\] {
  gap: var(--square-gap)
}
.tw-gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem
}
.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}
.tw-gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem
}
.tw-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem
}
.tw-gap-y-1 {
  row-gap: 0.25rem
}
.tw-gap-y-2 {
  row-gap: 0.5rem
}
.tw-gap-y-3 {
  row-gap: 0.75rem
}
.tw-gap-y-7 {
  row-gap: 1.75rem
}
.tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}
.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}
.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}
.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
.tw-self-start {
  align-self: flex-start
}
.tw-self-end {
  align-self: flex-end
}
.tw-overflow-auto {
  overflow: auto
}
.tw-overflow-hidden {
  overflow: hidden
}
.tw-overflow-visible {
  overflow: visible
}
.tw-overflow-x-auto {
  overflow-x: auto
}
.tw-overflow-y-auto {
  overflow-y: auto
}
.tw-overflow-x-hidden {
  overflow-x: hidden
}
.tw-overscroll-none {
  overscroll-behavior: none
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.tw-text-ellipsis {
  text-overflow: ellipsis
}
.tw-whitespace-normal {
  white-space: normal
}
.tw-whitespace-nowrap {
  white-space: nowrap
}
.tw-whitespace-pre-wrap {
  white-space: pre-wrap
}
.tw-text-wrap {
  text-wrap: wrap
}
.tw-text-nowrap {
  text-wrap: nowrap
}
.tw-break-words {
  overflow-wrap: break-word
}
.tw-break-all {
  word-break: break-all
}
.tw-rounded {
  border-radius: 0.25rem
}
.tw-rounded-2xl {
  border-radius: 1rem
}
.tw-rounded-3xl {
  border-radius: 1.5rem
}
.tw-rounded-\[10px\] {
  border-radius: 10px
}
.tw-rounded-\[12px\] {
  border-radius: 12px
}
.tw-rounded-\[2px\] {
  border-radius: 2px
}
.tw-rounded-\[3px\] {
  border-radius: 3px
}
.tw-rounded-\[4px\] {
  border-radius: 4px
}
.tw-rounded-\[8px\] {
  border-radius: 8px
}
.tw-rounded-\[9px\] {
  border-radius: 9px
}
.tw-rounded-full {
  border-radius: 9999px
}
.tw-rounded-lg {
  border-radius: 0.5rem
}
.tw-rounded-md {
  border-radius: 0.375rem
}
.tw-rounded-none {
  border-radius: 0px
}
.tw-rounded-sm {
  border-radius: 0.125rem
}
.tw-rounded-xl {
  border-radius: 0.75rem
}
.tw-rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem
}
.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}
.tw-rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px
}
.tw-rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem
}
.tw-rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem
}
.tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}
.tw-rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem
}
.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem
}
.tw-rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem
}
.tw-rounded-bl-xl {
  border-bottom-left-radius: 0.75rem
}
.tw-rounded-br-xl {
  border-bottom-right-radius: 0.75rem
}
.tw-rounded-tl {
  border-top-left-radius: 0.25rem
}
.tw-rounded-tl-3xl {
  border-top-left-radius: 1.5rem
}
.tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem
}
.tw-rounded-tr {
  border-top-right-radius: 0.25rem
}
.tw-rounded-tr-3xl {
  border-top-right-radius: 1.5rem
}
.tw-rounded-tr-lg {
  border-top-right-radius: 0.5rem
}
.\!tw-border {
  border-width: 1px !important
}
.\!tw-border-2 {
  border-width: 2px !important
}
.tw-border {
  border-width: 1px
}
.tw-border-0 {
  border-width: 0px
}
.tw-border-2 {
  border-width: 2px
}
.tw-border-\[1\.5px\] {
  border-width: 1.5px
}
.tw-border-\[2px\] {
  border-width: 2px
}
.tw-border-\[4px\] {
  border-width: 4px
}
.tw-border-x {
  border-left-width: 1px;
  border-right-width: 1px
}
.tw-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px
}
.tw-border-b {
  border-bottom-width: 1px
}
.tw-border-b-0 {
  border-bottom-width: 0px
}
.tw-border-b-2 {
  border-bottom-width: 2px
}
.tw-border-b-4 {
  border-bottom-width: 4px
}
.tw-border-l-0 {
  border-left-width: 0px
}
.tw-border-l-4 {
  border-left-width: 4px
}
.tw-border-l-8 {
  border-left-width: 8px
}
.tw-border-r {
  border-right-width: 1px
}
.tw-border-r-0 {
  border-right-width: 0px
}
.tw-border-t {
  border-top-width: 1px
}
.tw-border-t-0 {
  border-top-width: 0px
}
.tw-border-t-4 {
  border-top-width: 4px
}
.tw-border-t-\[1px\] {
  border-top-width: 1px
}
.\!tw-border-solid {
  border-style: solid !important
}
.tw-border-solid {
  border-style: solid
}
.tw-border-dashed {
  border-style: dashed
}
.tw-border-hidden {
  border-style: hidden
}
.tw-border-none {
  border-style: none
}
.\!tw-border-accent {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 121 46 / var(--tw-border-opacity, 1)) !important
}
.\!tw-border-danger {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 25 25 / var(--tw-border-opacity, 1)) !important
}
.\!tw-border-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1)) !important
}
.\!tw-border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 168 168 / var(--tw-border-opacity, 1)) !important
}
.\!tw-border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 108 226 / var(--tw-border-opacity, 1)) !important
}
.tw-border-\[\#DBDBDB\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}
.tw-border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1))
}
.tw-border-\[\#EAEAEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1))
}
.tw-border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1))
}
.tw-border-\[\#F5D9A5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 217 165 / var(--tw-border-opacity, 1))
}
.tw-border-\[\#F5F5F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1))
}
.tw-border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(255 121 46 / var(--tw-border-opacity, 1))
}
.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}
.tw-border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 232 255 / var(--tw-border-opacity, 1))
}
.tw-border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(168 199 255 / var(--tw-border-opacity, 1))
}
.tw-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(42 108 226 / var(--tw-border-opacity, 1))
}
.tw-border-danger {
  --tw-border-opacity: 1;
  border-color: rgb(219 25 25 / var(--tw-border-opacity, 1))
}
.tw-border-danger-200 {
  --tw-border-opacity: 1;
  border-color: rgb(248 209 209 / var(--tw-border-opacity, 1))
}
.tw-border-highlight-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 162 34 / var(--tw-border-opacity, 1))
}
.tw-border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}
.tw-border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity, 1))
}
.tw-border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(168 168 168 / var(--tw-border-opacity, 1))
}
.tw-border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1))
}
.tw-border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity, 1))
}
.tw-border-neutral-700\/50 {
  border-color: rgb(66 66 66 / 0.5)
}
.tw-border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity, 1))
}
.tw-border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 226 209 / var(--tw-border-opacity, 1))
}
.tw-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 196 196 / var(--tw-border-opacity, 1))
}
.tw-border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(42 108 226 / var(--tw-border-opacity, 1))
}
.tw-border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(200 242 242 / var(--tw-border-opacity, 1))
}
.tw-border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(102 220 220 / var(--tw-border-opacity, 1))
}
.tw-border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 196 196 / var(--tw-border-opacity, 1))
}
.tw-border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(7 136 136 / var(--tw-border-opacity, 1))
}
.tw-border-tealgray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(114 213 213 / var(--tw-border-opacity, 1))
}
.tw-border-transparent {
  border-color: transparent
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}
.tw-border-b-background {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}
.tw-border-b-neutral-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}
.tw-border-l-info-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--color-info-500) / var(--tw-border-opacity, 1))
}
.tw-border-l-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 196 196 / var(--tw-border-opacity, 1))
}
.\!tw-bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 199 255 / var(--tw-bg-opacity, 1)) !important
}
.\!tw-bg-transparent {
  background-color: transparent !important
}
.tw-bg-\[\#5A8F00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 143 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#C8F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 242 242 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#DBDBDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#DBE8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 232 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#DEE9CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 233 204 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#DFF0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 224 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#E5E7EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#EAEFE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 239 225 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#F8E0DC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 224 220 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#FAF1E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 241 228 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#FCFCFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#FFA222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 34 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#FFFAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 234 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[rgba\(200\,242\,242\,0\.4\)\] {
  background-color: rgba(200,242,242,0.4)
}
.tw-bg-\[rgba\(255\,255\,255\,0\.4\)\] {
  background-color: rgba(255,255,255,0.4)
}
.tw-bg-\[var\(--color-0\)\] {
  background-color: var(--color-0)
}
.tw-bg-\[var\(--color-1\)\] {
  background-color: var(--color-1)
}
.tw-bg-\[var\(--color-2\)\] {
  background-color: var(--color-2)
}
.tw-bg-\[var\(--color-3\)\] {
  background-color: var(--color-3)
}
.tw-bg-\[var\(--color-4\)\] {
  background-color: var(--color-4)
}
.tw-bg-\[var\(--color-5\)\] {
  background-color: var(--color-5)
}
.tw-bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 121 46 / var(--tw-bg-opacity, 1))
}
.tw-bg-accent\/0 {
  background-color: rgb(255 121 46 / 0)
}
.tw-bg-accent\/10 {
  background-color: rgb(255 121 46 / 0.1)
}
.tw-bg-accent\/100 {
  background-color: rgb(255 121 46 / 1)
}
.tw-bg-accent\/15 {
  background-color: rgb(255 121 46 / 0.15)
}
.tw-bg-accent\/20 {
  background-color: rgb(255 121 46 / 0.2)
}
.tw-bg-accent\/25 {
  background-color: rgb(255 121 46 / 0.25)
}
.tw-bg-accent\/30 {
  background-color: rgb(255 121 46 / 0.3)
}
.tw-bg-accent\/35 {
  background-color: rgb(255 121 46 / 0.35)
}
.tw-bg-accent\/40 {
  background-color: rgb(255 121 46 / 0.4)
}
.tw-bg-accent\/45 {
  background-color: rgb(255 121 46 / 0.45)
}
.tw-bg-accent\/5 {
  background-color: rgb(255 121 46 / 0.05)
}
.tw-bg-accent\/50 {
  background-color: rgb(255 121 46 / 0.5)
}
.tw-bg-accent\/55 {
  background-color: rgb(255 121 46 / 0.55)
}
.tw-bg-accent\/60 {
  background-color: rgb(255 121 46 / 0.6)
}
.tw-bg-accent\/65 {
  background-color: rgb(255 121 46 / 0.65)
}
.tw-bg-accent\/70 {
  background-color: rgb(255 121 46 / 0.7)
}
.tw-bg-accent\/75 {
  background-color: rgb(255 121 46 / 0.75)
}
.tw-bg-accent\/80 {
  background-color: rgb(255 121 46 / 0.8)
}
.tw-bg-accent\/85 {
  background-color: rgb(255 121 46 / 0.85)
}
.tw-bg-accent\/90 {
  background-color: rgb(255 121 46 / 0.9)
}
.tw-bg-accent\/95 {
  background-color: rgb(255 121 46 / 0.95)
}
.tw-bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-background\/0 {
  background-color: rgb(255 255 255 / 0)
}
.tw-bg-background\/10 {
  background-color: rgb(255 255 255 / 0.1)
}
.tw-bg-background\/100 {
  background-color: rgb(255 255 255 / 1)
}
.tw-bg-background\/15 {
  background-color: rgb(255 255 255 / 0.15)
}
.tw-bg-background\/20 {
  background-color: rgb(255 255 255 / 0.2)
}
.tw-bg-background\/25 {
  background-color: rgb(255 255 255 / 0.25)
}
.tw-bg-background\/30 {
  background-color: rgb(255 255 255 / 0.3)
}
.tw-bg-background\/35 {
  background-color: rgb(255 255 255 / 0.35)
}
.tw-bg-background\/40 {
  background-color: rgb(255 255 255 / 0.4)
}
.tw-bg-background\/45 {
  background-color: rgb(255 255 255 / 0.45)
}
.tw-bg-background\/5 {
  background-color: rgb(255 255 255 / 0.05)
}
.tw-bg-background\/50 {
  background-color: rgb(255 255 255 / 0.5)
}
.tw-bg-background\/55 {
  background-color: rgb(255 255 255 / 0.55)
}
.tw-bg-background\/60 {
  background-color: rgb(255 255 255 / 0.6)
}
.tw-bg-background\/65 {
  background-color: rgb(255 255 255 / 0.65)
}
.tw-bg-background\/70 {
  background-color: rgb(255 255 255 / 0.7)
}
.tw-bg-background\/75 {
  background-color: rgb(255 255 255 / 0.75)
}
.tw-bg-background\/80 {
  background-color: rgb(255 255 255 / 0.8)
}
.tw-bg-background\/85 {
  background-color: rgb(255 255 255 / 0.85)
}
.tw-bg-background\/90 {
  background-color: rgb(255 255 255 / 0.9)
}
.tw-bg-background\/95 {
  background-color: rgb(255 255 255 / 0.95)
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-black\/0 {
  background-color: rgb(0 0 0 / 0)
}
.tw-bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1)
}
.tw-bg-black\/100 {
  background-color: rgb(0 0 0 / 1)
}
.tw-bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15)
}
.tw-bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2)
}
.tw-bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25)
}
.tw-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3)
}
.tw-bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35)
}
.tw-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4)
}
.tw-bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45)
}
.tw-bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05)
}
.tw-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5)
}
.tw-bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55)
}
.tw-bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6)
}
.tw-bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65)
}
.tw-bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7)
}
.tw-bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75)
}
.tw-bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8)
}
.tw-bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85)
}
.tw-bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9)
}
.tw-bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95)
}
.tw-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 232 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-100\/0 {
  background-color: rgb(219 232 255 / 0)
}
.tw-bg-blue-100\/10 {
  background-color: rgb(219 232 255 / 0.1)
}
.tw-bg-blue-100\/100 {
  background-color: rgb(219 232 255 / 1)
}
.tw-bg-blue-100\/15 {
  background-color: rgb(219 232 255 / 0.15)
}
.tw-bg-blue-100\/20 {
  background-color: rgb(219 232 255 / 0.2)
}
.tw-bg-blue-100\/25 {
  background-color: rgb(219 232 255 / 0.25)
}
.tw-bg-blue-100\/30 {
  background-color: rgb(219 232 255 / 0.3)
}
.tw-bg-blue-100\/35 {
  background-color: rgb(219 232 255 / 0.35)
}
.tw-bg-blue-100\/40 {
  background-color: rgb(219 232 255 / 0.4)
}
.tw-bg-blue-100\/45 {
  background-color: rgb(219 232 255 / 0.45)
}
.tw-bg-blue-100\/5 {
  background-color: rgb(219 232 255 / 0.05)
}
.tw-bg-blue-100\/50 {
  background-color: rgb(219 232 255 / 0.5)
}
.tw-bg-blue-100\/55 {
  background-color: rgb(219 232 255 / 0.55)
}
.tw-bg-blue-100\/60 {
  background-color: rgb(219 232 255 / 0.6)
}
.tw-bg-blue-100\/65 {
  background-color: rgb(219 232 255 / 0.65)
}
.tw-bg-blue-100\/70 {
  background-color: rgb(219 232 255 / 0.7)
}
.tw-bg-blue-100\/75 {
  background-color: rgb(219 232 255 / 0.75)
}
.tw-bg-blue-100\/80 {
  background-color: rgb(219 232 255 / 0.8)
}
.tw-bg-blue-100\/85 {
  background-color: rgb(219 232 255 / 0.85)
}
.tw-bg-blue-100\/90 {
  background-color: rgb(219 232 255 / 0.9)
}
.tw-bg-blue-100\/95 {
  background-color: rgb(219 232 255 / 0.95)
}
.tw-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 199 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-200\/0 {
  background-color: rgb(168 199 255 / 0)
}
.tw-bg-blue-200\/10 {
  background-color: rgb(168 199 255 / 0.1)
}
.tw-bg-blue-200\/100 {
  background-color: rgb(168 199 255 / 1)
}
.tw-bg-blue-200\/15 {
  background-color: rgb(168 199 255 / 0.15)
}
.tw-bg-blue-200\/20 {
  background-color: rgb(168 199 255 / 0.2)
}
.tw-bg-blue-200\/25 {
  background-color: rgb(168 199 255 / 0.25)
}
.tw-bg-blue-200\/30 {
  background-color: rgb(168 199 255 / 0.3)
}
.tw-bg-blue-200\/35 {
  background-color: rgb(168 199 255 / 0.35)
}
.tw-bg-blue-200\/40 {
  background-color: rgb(168 199 255 / 0.4)
}
.tw-bg-blue-200\/45 {
  background-color: rgb(168 199 255 / 0.45)
}
.tw-bg-blue-200\/5 {
  background-color: rgb(168 199 255 / 0.05)
}
.tw-bg-blue-200\/50 {
  background-color: rgb(168 199 255 / 0.5)
}
.tw-bg-blue-200\/55 {
  background-color: rgb(168 199 255 / 0.55)
}
.tw-bg-blue-200\/60 {
  background-color: rgb(168 199 255 / 0.6)
}
.tw-bg-blue-200\/65 {
  background-color: rgb(168 199 255 / 0.65)
}
.tw-bg-blue-200\/70 {
  background-color: rgb(168 199 255 / 0.7)
}
.tw-bg-blue-200\/75 {
  background-color: rgb(168 199 255 / 0.75)
}
.tw-bg-blue-200\/80 {
  background-color: rgb(168 199 255 / 0.8)
}
.tw-bg-blue-200\/85 {
  background-color: rgb(168 199 255 / 0.85)
}
.tw-bg-blue-200\/90 {
  background-color: rgb(168 199 255 / 0.9)
}
.tw-bg-blue-200\/95 {
  background-color: rgb(168 199 255 / 0.95)
}
.tw-bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 167 252 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-300\/0 {
  background-color: rgb(120 167 252 / 0)
}
.tw-bg-blue-300\/10 {
  background-color: rgb(120 167 252 / 0.1)
}
.tw-bg-blue-300\/100 {
  background-color: rgb(120 167 252 / 1)
}
.tw-bg-blue-300\/15 {
  background-color: rgb(120 167 252 / 0.15)
}
.tw-bg-blue-300\/20 {
  background-color: rgb(120 167 252 / 0.2)
}
.tw-bg-blue-300\/25 {
  background-color: rgb(120 167 252 / 0.25)
}
.tw-bg-blue-300\/30 {
  background-color: rgb(120 167 252 / 0.3)
}
.tw-bg-blue-300\/35 {
  background-color: rgb(120 167 252 / 0.35)
}
.tw-bg-blue-300\/40 {
  background-color: rgb(120 167 252 / 0.4)
}
.tw-bg-blue-300\/45 {
  background-color: rgb(120 167 252 / 0.45)
}
.tw-bg-blue-300\/5 {
  background-color: rgb(120 167 252 / 0.05)
}
.tw-bg-blue-300\/50 {
  background-color: rgb(120 167 252 / 0.5)
}
.tw-bg-blue-300\/55 {
  background-color: rgb(120 167 252 / 0.55)
}
.tw-bg-blue-300\/60 {
  background-color: rgb(120 167 252 / 0.6)
}
.tw-bg-blue-300\/65 {
  background-color: rgb(120 167 252 / 0.65)
}
.tw-bg-blue-300\/70 {
  background-color: rgb(120 167 252 / 0.7)
}
.tw-bg-blue-300\/75 {
  background-color: rgb(120 167 252 / 0.75)
}
.tw-bg-blue-300\/80 {
  background-color: rgb(120 167 252 / 0.8)
}
.tw-bg-blue-300\/85 {
  background-color: rgb(120 167 252 / 0.85)
}
.tw-bg-blue-300\/90 {
  background-color: rgb(120 167 252 / 0.9)
}
.tw-bg-blue-300\/95 {
  background-color: rgb(120 167 252 / 0.95)
}
.tw-bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 138 242 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-400\/0 {
  background-color: rgb(80 138 242 / 0)
}
.tw-bg-blue-400\/10 {
  background-color: rgb(80 138 242 / 0.1)
}
.tw-bg-blue-400\/100 {
  background-color: rgb(80 138 242 / 1)
}
.tw-bg-blue-400\/15 {
  background-color: rgb(80 138 242 / 0.15)
}
.tw-bg-blue-400\/20 {
  background-color: rgb(80 138 242 / 0.2)
}
.tw-bg-blue-400\/25 {
  background-color: rgb(80 138 242 / 0.25)
}
.tw-bg-blue-400\/30 {
  background-color: rgb(80 138 242 / 0.3)
}
.tw-bg-blue-400\/35 {
  background-color: rgb(80 138 242 / 0.35)
}
.tw-bg-blue-400\/40 {
  background-color: rgb(80 138 242 / 0.4)
}
.tw-bg-blue-400\/45 {
  background-color: rgb(80 138 242 / 0.45)
}
.tw-bg-blue-400\/5 {
  background-color: rgb(80 138 242 / 0.05)
}
.tw-bg-blue-400\/50 {
  background-color: rgb(80 138 242 / 0.5)
}
.tw-bg-blue-400\/55 {
  background-color: rgb(80 138 242 / 0.55)
}
.tw-bg-blue-400\/60 {
  background-color: rgb(80 138 242 / 0.6)
}
.tw-bg-blue-400\/65 {
  background-color: rgb(80 138 242 / 0.65)
}
.tw-bg-blue-400\/70 {
  background-color: rgb(80 138 242 / 0.7)
}
.tw-bg-blue-400\/75 {
  background-color: rgb(80 138 242 / 0.75)
}
.tw-bg-blue-400\/80 {
  background-color: rgb(80 138 242 / 0.8)
}
.tw-bg-blue-400\/85 {
  background-color: rgb(80 138 242 / 0.85)
}
.tw-bg-blue-400\/90 {
  background-color: rgb(80 138 242 / 0.9)
}
.tw-bg-blue-400\/95 {
  background-color: rgb(80 138 242 / 0.95)
}
.tw-bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-50\/0 {
  background-color: rgb(245 248 255 / 0)
}
.tw-bg-blue-50\/10 {
  background-color: rgb(245 248 255 / 0.1)
}
.tw-bg-blue-50\/100 {
  background-color: rgb(245 248 255 / 1)
}
.tw-bg-blue-50\/15 {
  background-color: rgb(245 248 255 / 0.15)
}
.tw-bg-blue-50\/20 {
  background-color: rgb(245 248 255 / 0.2)
}
.tw-bg-blue-50\/25 {
  background-color: rgb(245 248 255 / 0.25)
}
.tw-bg-blue-50\/30 {
  background-color: rgb(245 248 255 / 0.3)
}
.tw-bg-blue-50\/35 {
  background-color: rgb(245 248 255 / 0.35)
}
.tw-bg-blue-50\/40 {
  background-color: rgb(245 248 255 / 0.4)
}
.tw-bg-blue-50\/45 {
  background-color: rgb(245 248 255 / 0.45)
}
.tw-bg-blue-50\/5 {
  background-color: rgb(245 248 255 / 0.05)
}
.tw-bg-blue-50\/50 {
  background-color: rgb(245 248 255 / 0.5)
}
.tw-bg-blue-50\/55 {
  background-color: rgb(245 248 255 / 0.55)
}
.tw-bg-blue-50\/60 {
  background-color: rgb(245 248 255 / 0.6)
}
.tw-bg-blue-50\/65 {
  background-color: rgb(245 248 255 / 0.65)
}
.tw-bg-blue-50\/70 {
  background-color: rgb(245 248 255 / 0.7)
}
.tw-bg-blue-50\/75 {
  background-color: rgb(245 248 255 / 0.75)
}
.tw-bg-blue-50\/80 {
  background-color: rgb(245 248 255 / 0.8)
}
.tw-bg-blue-50\/85 {
  background-color: rgb(245 248 255 / 0.85)
}
.tw-bg-blue-50\/90 {
  background-color: rgb(245 248 255 / 0.9)
}
.tw-bg-blue-50\/95 {
  background-color: rgb(245 248 255 / 0.95)
}
.tw-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 108 226 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-500\/0 {
  background-color: rgb(42 108 226 / 0)
}
.tw-bg-blue-500\/10 {
  background-color: rgb(42 108 226 / 0.1)
}
.tw-bg-blue-500\/100 {
  background-color: rgb(42 108 226 / 1)
}
.tw-bg-blue-500\/15 {
  background-color: rgb(42 108 226 / 0.15)
}
.tw-bg-blue-500\/20 {
  background-color: rgb(42 108 226 / 0.2)
}
.tw-bg-blue-500\/25 {
  background-color: rgb(42 108 226 / 0.25)
}
.tw-bg-blue-500\/30 {
  background-color: rgb(42 108 226 / 0.3)
}
.tw-bg-blue-500\/35 {
  background-color: rgb(42 108 226 / 0.35)
}
.tw-bg-blue-500\/40 {
  background-color: rgb(42 108 226 / 0.4)
}
.tw-bg-blue-500\/45 {
  background-color: rgb(42 108 226 / 0.45)
}
.tw-bg-blue-500\/5 {
  background-color: rgb(42 108 226 / 0.05)
}
.tw-bg-blue-500\/50 {
  background-color: rgb(42 108 226 / 0.5)
}
.tw-bg-blue-500\/55 {
  background-color: rgb(42 108 226 / 0.55)
}
.tw-bg-blue-500\/60 {
  background-color: rgb(42 108 226 / 0.6)
}
.tw-bg-blue-500\/65 {
  background-color: rgb(42 108 226 / 0.65)
}
.tw-bg-blue-500\/70 {
  background-color: rgb(42 108 226 / 0.7)
}
.tw-bg-blue-500\/75 {
  background-color: rgb(42 108 226 / 0.75)
}
.tw-bg-blue-500\/80 {
  background-color: rgb(42 108 226 / 0.8)
}
.tw-bg-blue-500\/85 {
  background-color: rgb(42 108 226 / 0.85)
}
.tw-bg-blue-500\/90 {
  background-color: rgb(42 108 226 / 0.9)
}
.tw-bg-blue-500\/95 {
  background-color: rgb(42 108 226 / 0.95)
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 89 182 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-600\/0 {
  background-color: rgb(37 89 182 / 0)
}
.tw-bg-blue-600\/10 {
  background-color: rgb(37 89 182 / 0.1)
}
.tw-bg-blue-600\/100 {
  background-color: rgb(37 89 182 / 1)
}
.tw-bg-blue-600\/15 {
  background-color: rgb(37 89 182 / 0.15)
}
.tw-bg-blue-600\/20 {
  background-color: rgb(37 89 182 / 0.2)
}
.tw-bg-blue-600\/25 {
  background-color: rgb(37 89 182 / 0.25)
}
.tw-bg-blue-600\/30 {
  background-color: rgb(37 89 182 / 0.3)
}
.tw-bg-blue-600\/35 {
  background-color: rgb(37 89 182 / 0.35)
}
.tw-bg-blue-600\/40 {
  background-color: rgb(37 89 182 / 0.4)
}
.tw-bg-blue-600\/45 {
  background-color: rgb(37 89 182 / 0.45)
}
.tw-bg-blue-600\/5 {
  background-color: rgb(37 89 182 / 0.05)
}
.tw-bg-blue-600\/50 {
  background-color: rgb(37 89 182 / 0.5)
}
.tw-bg-blue-600\/55 {
  background-color: rgb(37 89 182 / 0.55)
}
.tw-bg-blue-600\/60 {
  background-color: rgb(37 89 182 / 0.6)
}
.tw-bg-blue-600\/65 {
  background-color: rgb(37 89 182 / 0.65)
}
.tw-bg-blue-600\/70 {
  background-color: rgb(37 89 182 / 0.7)
}
.tw-bg-blue-600\/75 {
  background-color: rgb(37 89 182 / 0.75)
}
.tw-bg-blue-600\/80 {
  background-color: rgb(37 89 182 / 0.8)
}
.tw-bg-blue-600\/85 {
  background-color: rgb(37 89 182 / 0.85)
}
.tw-bg-blue-600\/90 {
  background-color: rgb(37 89 182 / 0.9)
}
.tw-bg-blue-600\/95 {
  background-color: rgb(37 89 182 / 0.95)
}
.tw-bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 71 131 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-700\/0 {
  background-color: rgb(37 71 131 / 0)
}
.tw-bg-blue-700\/10 {
  background-color: rgb(37 71 131 / 0.1)
}
.tw-bg-blue-700\/100 {
  background-color: rgb(37 71 131 / 1)
}
.tw-bg-blue-700\/15 {
  background-color: rgb(37 71 131 / 0.15)
}
.tw-bg-blue-700\/20 {
  background-color: rgb(37 71 131 / 0.2)
}
.tw-bg-blue-700\/25 {
  background-color: rgb(37 71 131 / 0.25)
}
.tw-bg-blue-700\/30 {
  background-color: rgb(37 71 131 / 0.3)
}
.tw-bg-blue-700\/35 {
  background-color: rgb(37 71 131 / 0.35)
}
.tw-bg-blue-700\/40 {
  background-color: rgb(37 71 131 / 0.4)
}
.tw-bg-blue-700\/45 {
  background-color: rgb(37 71 131 / 0.45)
}
.tw-bg-blue-700\/5 {
  background-color: rgb(37 71 131 / 0.05)
}
.tw-bg-blue-700\/50 {
  background-color: rgb(37 71 131 / 0.5)
}
.tw-bg-blue-700\/55 {
  background-color: rgb(37 71 131 / 0.55)
}
.tw-bg-blue-700\/60 {
  background-color: rgb(37 71 131 / 0.6)
}
.tw-bg-blue-700\/65 {
  background-color: rgb(37 71 131 / 0.65)
}
.tw-bg-blue-700\/70 {
  background-color: rgb(37 71 131 / 0.7)
}
.tw-bg-blue-700\/75 {
  background-color: rgb(37 71 131 / 0.75)
}
.tw-bg-blue-700\/80 {
  background-color: rgb(37 71 131 / 0.8)
}
.tw-bg-blue-700\/85 {
  background-color: rgb(37 71 131 / 0.85)
}
.tw-bg-blue-700\/90 {
  background-color: rgb(37 71 131 / 0.9)
}
.tw-bg-blue-700\/95 {
  background-color: rgb(37 71 131 / 0.95)
}
.tw-bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 51 86 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-800\/0 {
  background-color: rgb(32 51 86 / 0)
}
.tw-bg-blue-800\/10 {
  background-color: rgb(32 51 86 / 0.1)
}
.tw-bg-blue-800\/100 {
  background-color: rgb(32 51 86 / 1)
}
.tw-bg-blue-800\/15 {
  background-color: rgb(32 51 86 / 0.15)
}
.tw-bg-blue-800\/20 {
  background-color: rgb(32 51 86 / 0.2)
}
.tw-bg-blue-800\/25 {
  background-color: rgb(32 51 86 / 0.25)
}
.tw-bg-blue-800\/30 {
  background-color: rgb(32 51 86 / 0.3)
}
.tw-bg-blue-800\/35 {
  background-color: rgb(32 51 86 / 0.35)
}
.tw-bg-blue-800\/40 {
  background-color: rgb(32 51 86 / 0.4)
}
.tw-bg-blue-800\/45 {
  background-color: rgb(32 51 86 / 0.45)
}
.tw-bg-blue-800\/5 {
  background-color: rgb(32 51 86 / 0.05)
}
.tw-bg-blue-800\/50 {
  background-color: rgb(32 51 86 / 0.5)
}
.tw-bg-blue-800\/55 {
  background-color: rgb(32 51 86 / 0.55)
}
.tw-bg-blue-800\/60 {
  background-color: rgb(32 51 86 / 0.6)
}
.tw-bg-blue-800\/65 {
  background-color: rgb(32 51 86 / 0.65)
}
.tw-bg-blue-800\/70 {
  background-color: rgb(32 51 86 / 0.7)
}
.tw-bg-blue-800\/75 {
  background-color: rgb(32 51 86 / 0.75)
}
.tw-bg-blue-800\/80 {
  background-color: rgb(32 51 86 / 0.8)
}
.tw-bg-blue-800\/85 {
  background-color: rgb(32 51 86 / 0.85)
}
.tw-bg-blue-800\/90 {
  background-color: rgb(32 51 86 / 0.9)
}
.tw-bg-blue-800\/95 {
  background-color: rgb(32 51 86 / 0.95)
}
.tw-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 30 45 / var(--tw-bg-opacity, 1))
}
.tw-bg-blue-900\/0 {
  background-color: rgb(21 30 45 / 0)
}
.tw-bg-blue-900\/10 {
  background-color: rgb(21 30 45 / 0.1)
}
.tw-bg-blue-900\/100 {
  background-color: rgb(21 30 45 / 1)
}
.tw-bg-blue-900\/15 {
  background-color: rgb(21 30 45 / 0.15)
}
.tw-bg-blue-900\/20 {
  background-color: rgb(21 30 45 / 0.2)
}
.tw-bg-blue-900\/25 {
  background-color: rgb(21 30 45 / 0.25)
}
.tw-bg-blue-900\/30 {
  background-color: rgb(21 30 45 / 0.3)
}
.tw-bg-blue-900\/35 {
  background-color: rgb(21 30 45 / 0.35)
}
.tw-bg-blue-900\/40 {
  background-color: rgb(21 30 45 / 0.4)
}
.tw-bg-blue-900\/45 {
  background-color: rgb(21 30 45 / 0.45)
}
.tw-bg-blue-900\/5 {
  background-color: rgb(21 30 45 / 0.05)
}
.tw-bg-blue-900\/50 {
  background-color: rgb(21 30 45 / 0.5)
}
.tw-bg-blue-900\/55 {
  background-color: rgb(21 30 45 / 0.55)
}
.tw-bg-blue-900\/60 {
  background-color: rgb(21 30 45 / 0.6)
}
.tw-bg-blue-900\/65 {
  background-color: rgb(21 30 45 / 0.65)
}
.tw-bg-blue-900\/70 {
  background-color: rgb(21 30 45 / 0.7)
}
.tw-bg-blue-900\/75 {
  background-color: rgb(21 30 45 / 0.75)
}
.tw-bg-blue-900\/80 {
  background-color: rgb(21 30 45 / 0.8)
}
.tw-bg-blue-900\/85 {
  background-color: rgb(21 30 45 / 0.85)
}
.tw-bg-blue-900\/90 {
  background-color: rgb(21 30 45 / 0.9)
}
.tw-bg-blue-900\/95 {
  background-color: rgb(21 30 45 / 0.95)
}
.tw-bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(219 25 25 / var(--tw-bg-opacity, 1))
}
.tw-bg-danger-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 224 219 / var(--tw-bg-opacity, 1))
}
.tw-bg-danger-100\/0 {
  background-color: rgb(240 224 219 / 0)
}
.tw-bg-danger-100\/10 {
  background-color: rgb(240 224 219 / 0.1)
}
.tw-bg-danger-100\/100 {
  background-color: rgb(240 224 219 / 1)
}
.tw-bg-danger-100\/15 {
  background-color: rgb(240 224 219 / 0.15)
}
.tw-bg-danger-100\/20 {
  background-color: rgb(240 224 219 / 0.2)
}
.tw-bg-danger-100\/25 {
  background-color: rgb(240 224 219 / 0.25)
}
.tw-bg-danger-100\/30 {
  background-color: rgb(240 224 219 / 0.3)
}
.tw-bg-danger-100\/35 {
  background-color: rgb(240 224 219 / 0.35)
}
.tw-bg-danger-100\/40 {
  background-color: rgb(240 224 219 / 0.4)
}
.tw-bg-danger-100\/45 {
  background-color: rgb(240 224 219 / 0.45)
}
.tw-bg-danger-100\/5 {
  background-color: rgb(240 224 219 / 0.05)
}
.tw-bg-danger-100\/50 {
  background-color: rgb(240 224 219 / 0.5)
}
.tw-bg-danger-100\/55 {
  background-color: rgb(240 224 219 / 0.55)
}
.tw-bg-danger-100\/60 {
  background-color: rgb(240 224 219 / 0.6)
}
.tw-bg-danger-100\/65 {
  background-color: rgb(240 224 219 / 0.65)
}
.tw-bg-danger-100\/70 {
  background-color: rgb(240 224 219 / 0.7)
}
.tw-bg-danger-100\/75 {
  background-color: rgb(240 224 219 / 0.75)
}
.tw-bg-danger-100\/80 {
  background-color: rgb(240 224 219 / 0.8)
}
.tw-bg-danger-100\/85 {
  background-color: rgb(240 224 219 / 0.85)
}
.tw-bg-danger-100\/90 {
  background-color: rgb(240 224 219 / 0.9)
}
.tw-bg-danger-100\/95 {
  background-color: rgb(240 224 219 / 0.95)
}
.tw-bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 209 209 / var(--tw-bg-opacity, 1))
}
.tw-bg-danger-200\/0 {
  background-color: rgb(248 209 209 / 0)
}
.tw-bg-danger-200\/10 {
  background-color: rgb(248 209 209 / 0.1)
}
.tw-bg-danger-200\/100 {
  background-color: rgb(248 209 209 / 1)
}
.tw-bg-danger-200\/15 {
  background-color: rgb(248 209 209 / 0.15)
}
.tw-bg-danger-200\/20 {
  background-color: rgb(248 209 209 / 0.2)
}
.tw-bg-danger-200\/25 {
  background-color: rgb(248 209 209 / 0.25)
}
.tw-bg-danger-200\/30 {
  background-color: rgb(248 209 209 / 0.3)
}
.tw-bg-danger-200\/35 {
  background-color: rgb(248 209 209 / 0.35)
}
.tw-bg-danger-200\/40 {
  background-color: rgb(248 209 209 / 0.4)
}
.tw-bg-danger-200\/45 {
  background-color: rgb(248 209 209 / 0.45)
}
.tw-bg-danger-200\/5 {
  background-color: rgb(248 209 209 / 0.05)
}
.tw-bg-danger-200\/50 {
  background-color: rgb(248 209 209 / 0.5)
}
.tw-bg-danger-200\/55 {
  background-color: rgb(248 209 209 / 0.55)
}
.tw-bg-danger-200\/60 {
  background-color: rgb(248 209 209 / 0.6)
}
.tw-bg-danger-200\/65 {
  background-color: rgb(248 209 209 / 0.65)
}
.tw-bg-danger-200\/70 {
  background-color: rgb(248 209 209 / 0.7)
}
.tw-bg-danger-200\/75 {
  background-color: rgb(248 209 209 / 0.75)
}
.tw-bg-danger-200\/80 {
  background-color: rgb(248 209 209 / 0.8)
}
.tw-bg-danger-200\/85 {
  background-color: rgb(248 209 209 / 0.85)
}
.tw-bg-danger-200\/90 {
  background-color: rgb(248 209 209 / 0.9)
}
.tw-bg-danger-200\/95 {
  background-color: rgb(248 209 209 / 0.95)
}
.tw-bg-danger-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 62 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-danger-600\/0 {
  background-color: rgb(210 62 0 / 0)
}
.tw-bg-danger-600\/10 {
  background-color: rgb(210 62 0 / 0.1)
}
.tw-bg-danger-600\/100 {
  background-color: rgb(210 62 0 / 1)
}
.tw-bg-danger-600\/15 {
  background-color: rgb(210 62 0 / 0.15)
}
.tw-bg-danger-600\/20 {
  background-color: rgb(210 62 0 / 0.2)
}
.tw-bg-danger-600\/25 {
  background-color: rgb(210 62 0 / 0.25)
}
.tw-bg-danger-600\/30 {
  background-color: rgb(210 62 0 / 0.3)
}
.tw-bg-danger-600\/35 {
  background-color: rgb(210 62 0 / 0.35)
}
.tw-bg-danger-600\/40 {
  background-color: rgb(210 62 0 / 0.4)
}
.tw-bg-danger-600\/45 {
  background-color: rgb(210 62 0 / 0.45)
}
.tw-bg-danger-600\/5 {
  background-color: rgb(210 62 0 / 0.05)
}
.tw-bg-danger-600\/50 {
  background-color: rgb(210 62 0 / 0.5)
}
.tw-bg-danger-600\/55 {
  background-color: rgb(210 62 0 / 0.55)
}
.tw-bg-danger-600\/60 {
  background-color: rgb(210 62 0 / 0.6)
}
.tw-bg-danger-600\/65 {
  background-color: rgb(210 62 0 / 0.65)
}
.tw-bg-danger-600\/70 {
  background-color: rgb(210 62 0 / 0.7)
}
.tw-bg-danger-600\/75 {
  background-color: rgb(210 62 0 / 0.75)
}
.tw-bg-danger-600\/80 {
  background-color: rgb(210 62 0 / 0.8)
}
.tw-bg-danger-600\/85 {
  background-color: rgb(210 62 0 / 0.85)
}
.tw-bg-danger-600\/90 {
  background-color: rgb(210 62 0 / 0.9)
}
.tw-bg-danger-600\/95 {
  background-color: rgb(210 62 0 / 0.95)
}
.tw-bg-danger\/0 {
  background-color: rgb(219 25 25 / 0)
}
.tw-bg-danger\/10 {
  background-color: rgb(219 25 25 / 0.1)
}
.tw-bg-danger\/100 {
  background-color: rgb(219 25 25 / 1)
}
.tw-bg-danger\/15 {
  background-color: rgb(219 25 25 / 0.15)
}
.tw-bg-danger\/20 {
  background-color: rgb(219 25 25 / 0.2)
}
.tw-bg-danger\/25 {
  background-color: rgb(219 25 25 / 0.25)
}
.tw-bg-danger\/30 {
  background-color: rgb(219 25 25 / 0.3)
}
.tw-bg-danger\/35 {
  background-color: rgb(219 25 25 / 0.35)
}
.tw-bg-danger\/40 {
  background-color: rgb(219 25 25 / 0.4)
}
.tw-bg-danger\/45 {
  background-color: rgb(219 25 25 / 0.45)
}
.tw-bg-danger\/5 {
  background-color: rgb(219 25 25 / 0.05)
}
.tw-bg-danger\/50 {
  background-color: rgb(219 25 25 / 0.5)
}
.tw-bg-danger\/55 {
  background-color: rgb(219 25 25 / 0.55)
}
.tw-bg-danger\/60 {
  background-color: rgb(219 25 25 / 0.6)
}
.tw-bg-danger\/65 {
  background-color: rgb(219 25 25 / 0.65)
}
.tw-bg-danger\/70 {
  background-color: rgb(219 25 25 / 0.7)
}
.tw-bg-danger\/75 {
  background-color: rgb(219 25 25 / 0.75)
}
.tw-bg-danger\/80 {
  background-color: rgb(219 25 25 / 0.8)
}
.tw-bg-danger\/85 {
  background-color: rgb(219 25 25 / 0.85)
}
.tw-bg-danger\/90 {
  background-color: rgb(219 25 25 / 0.9)
}
.tw-bg-danger\/95 {
  background-color: rgb(219 25 25 / 0.95)
}
.tw-bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1))
}
.tw-bg-dark\/0 {
  background-color: rgb(30 30 30 / 0)
}
.tw-bg-dark\/10 {
  background-color: rgb(30 30 30 / 0.1)
}
.tw-bg-dark\/100 {
  background-color: rgb(30 30 30 / 1)
}
.tw-bg-dark\/15 {
  background-color: rgb(30 30 30 / 0.15)
}
.tw-bg-dark\/20 {
  background-color: rgb(30 30 30 / 0.2)
}
.tw-bg-dark\/25 {
  background-color: rgb(30 30 30 / 0.25)
}
.tw-bg-dark\/30 {
  background-color: rgb(30 30 30 / 0.3)
}
.tw-bg-dark\/35 {
  background-color: rgb(30 30 30 / 0.35)
}
.tw-bg-dark\/40 {
  background-color: rgb(30 30 30 / 0.4)
}
.tw-bg-dark\/45 {
  background-color: rgb(30 30 30 / 0.45)
}
.tw-bg-dark\/5 {
  background-color: rgb(30 30 30 / 0.05)
}
.tw-bg-dark\/50 {
  background-color: rgb(30 30 30 / 0.5)
}
.tw-bg-dark\/55 {
  background-color: rgb(30 30 30 / 0.55)
}
.tw-bg-dark\/60 {
  background-color: rgb(30 30 30 / 0.6)
}
.tw-bg-dark\/65 {
  background-color: rgb(30 30 30 / 0.65)
}
.tw-bg-dark\/70 {
  background-color: rgb(30 30 30 / 0.7)
}
.tw-bg-dark\/75 {
  background-color: rgb(30 30 30 / 0.75)
}
.tw-bg-dark\/80 {
  background-color: rgb(30 30 30 / 0.8)
}
.tw-bg-dark\/85 {
  background-color: rgb(30 30 30 / 0.85)
}
.tw-bg-dark\/90 {
  background-color: rgb(30 30 30 / 0.9)
}
.tw-bg-dark\/95 {
  background-color: rgb(30 30 30 / 0.95)
}
.tw-bg-dt-amber-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-1\/0 {
  background-color: rgb(254 253 251 / 0)
}
.tw-bg-dt-amber-1\/10 {
  background-color: rgb(254 253 251 / 0.1)
}
.tw-bg-dt-amber-1\/100 {
  background-color: rgb(254 253 251 / 1)
}
.tw-bg-dt-amber-1\/15 {
  background-color: rgb(254 253 251 / 0.15)
}
.tw-bg-dt-amber-1\/20 {
  background-color: rgb(254 253 251 / 0.2)
}
.tw-bg-dt-amber-1\/25 {
  background-color: rgb(254 253 251 / 0.25)
}
.tw-bg-dt-amber-1\/30 {
  background-color: rgb(254 253 251 / 0.3)
}
.tw-bg-dt-amber-1\/35 {
  background-color: rgb(254 253 251 / 0.35)
}
.tw-bg-dt-amber-1\/40 {
  background-color: rgb(254 253 251 / 0.4)
}
.tw-bg-dt-amber-1\/45 {
  background-color: rgb(254 253 251 / 0.45)
}
.tw-bg-dt-amber-1\/5 {
  background-color: rgb(254 253 251 / 0.05)
}
.tw-bg-dt-amber-1\/50 {
  background-color: rgb(254 253 251 / 0.5)
}
.tw-bg-dt-amber-1\/55 {
  background-color: rgb(254 253 251 / 0.55)
}
.tw-bg-dt-amber-1\/60 {
  background-color: rgb(254 253 251 / 0.6)
}
.tw-bg-dt-amber-1\/65 {
  background-color: rgb(254 253 251 / 0.65)
}
.tw-bg-dt-amber-1\/70 {
  background-color: rgb(254 253 251 / 0.7)
}
.tw-bg-dt-amber-1\/75 {
  background-color: rgb(254 253 251 / 0.75)
}
.tw-bg-dt-amber-1\/80 {
  background-color: rgb(254 253 251 / 0.8)
}
.tw-bg-dt-amber-1\/85 {
  background-color: rgb(254 253 251 / 0.85)
}
.tw-bg-dt-amber-1\/90 {
  background-color: rgb(254 253 251 / 0.9)
}
.tw-bg-dt-amber-1\/95 {
  background-color: rgb(254 253 251 / 0.95)
}
.tw-bg-dt-amber-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 24 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-10\/0 {
  background-color: rgb(255 186 24 / 0)
}
.tw-bg-dt-amber-10\/10 {
  background-color: rgb(255 186 24 / 0.1)
}
.tw-bg-dt-amber-10\/100 {
  background-color: rgb(255 186 24 / 1)
}
.tw-bg-dt-amber-10\/15 {
  background-color: rgb(255 186 24 / 0.15)
}
.tw-bg-dt-amber-10\/20 {
  background-color: rgb(255 186 24 / 0.2)
}
.tw-bg-dt-amber-10\/25 {
  background-color: rgb(255 186 24 / 0.25)
}
.tw-bg-dt-amber-10\/30 {
  background-color: rgb(255 186 24 / 0.3)
}
.tw-bg-dt-amber-10\/35 {
  background-color: rgb(255 186 24 / 0.35)
}
.tw-bg-dt-amber-10\/40 {
  background-color: rgb(255 186 24 / 0.4)
}
.tw-bg-dt-amber-10\/45 {
  background-color: rgb(255 186 24 / 0.45)
}
.tw-bg-dt-amber-10\/5 {
  background-color: rgb(255 186 24 / 0.05)
}
.tw-bg-dt-amber-10\/50 {
  background-color: rgb(255 186 24 / 0.5)
}
.tw-bg-dt-amber-10\/55 {
  background-color: rgb(255 186 24 / 0.55)
}
.tw-bg-dt-amber-10\/60 {
  background-color: rgb(255 186 24 / 0.6)
}
.tw-bg-dt-amber-10\/65 {
  background-color: rgb(255 186 24 / 0.65)
}
.tw-bg-dt-amber-10\/70 {
  background-color: rgb(255 186 24 / 0.7)
}
.tw-bg-dt-amber-10\/75 {
  background-color: rgb(255 186 24 / 0.75)
}
.tw-bg-dt-amber-10\/80 {
  background-color: rgb(255 186 24 / 0.8)
}
.tw-bg-dt-amber-10\/85 {
  background-color: rgb(255 186 24 / 0.85)
}
.tw-bg-dt-amber-10\/90 {
  background-color: rgb(255 186 24 / 0.9)
}
.tw-bg-dt-amber-10\/95 {
  background-color: rgb(255 186 24 / 0.95)
}
.tw-bg-dt-amber-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(171 100 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-11\/0 {
  background-color: rgb(171 100 0 / 0)
}
.tw-bg-dt-amber-11\/10 {
  background-color: rgb(171 100 0 / 0.1)
}
.tw-bg-dt-amber-11\/100 {
  background-color: rgb(171 100 0 / 1)
}
.tw-bg-dt-amber-11\/15 {
  background-color: rgb(171 100 0 / 0.15)
}
.tw-bg-dt-amber-11\/20 {
  background-color: rgb(171 100 0 / 0.2)
}
.tw-bg-dt-amber-11\/25 {
  background-color: rgb(171 100 0 / 0.25)
}
.tw-bg-dt-amber-11\/30 {
  background-color: rgb(171 100 0 / 0.3)
}
.tw-bg-dt-amber-11\/35 {
  background-color: rgb(171 100 0 / 0.35)
}
.tw-bg-dt-amber-11\/40 {
  background-color: rgb(171 100 0 / 0.4)
}
.tw-bg-dt-amber-11\/45 {
  background-color: rgb(171 100 0 / 0.45)
}
.tw-bg-dt-amber-11\/5 {
  background-color: rgb(171 100 0 / 0.05)
}
.tw-bg-dt-amber-11\/50 {
  background-color: rgb(171 100 0 / 0.5)
}
.tw-bg-dt-amber-11\/55 {
  background-color: rgb(171 100 0 / 0.55)
}
.tw-bg-dt-amber-11\/60 {
  background-color: rgb(171 100 0 / 0.6)
}
.tw-bg-dt-amber-11\/65 {
  background-color: rgb(171 100 0 / 0.65)
}
.tw-bg-dt-amber-11\/70 {
  background-color: rgb(171 100 0 / 0.7)
}
.tw-bg-dt-amber-11\/75 {
  background-color: rgb(171 100 0 / 0.75)
}
.tw-bg-dt-amber-11\/80 {
  background-color: rgb(171 100 0 / 0.8)
}
.tw-bg-dt-amber-11\/85 {
  background-color: rgb(171 100 0 / 0.85)
}
.tw-bg-dt-amber-11\/90 {
  background-color: rgb(171 100 0 / 0.9)
}
.tw-bg-dt-amber-11\/95 {
  background-color: rgb(171 100 0 / 0.95)
}
.tw-bg-dt-amber-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 52 34 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-12\/0 {
  background-color: rgb(79 52 34 / 0)
}
.tw-bg-dt-amber-12\/10 {
  background-color: rgb(79 52 34 / 0.1)
}
.tw-bg-dt-amber-12\/100 {
  background-color: rgb(79 52 34 / 1)
}
.tw-bg-dt-amber-12\/15 {
  background-color: rgb(79 52 34 / 0.15)
}
.tw-bg-dt-amber-12\/20 {
  background-color: rgb(79 52 34 / 0.2)
}
.tw-bg-dt-amber-12\/25 {
  background-color: rgb(79 52 34 / 0.25)
}
.tw-bg-dt-amber-12\/30 {
  background-color: rgb(79 52 34 / 0.3)
}
.tw-bg-dt-amber-12\/35 {
  background-color: rgb(79 52 34 / 0.35)
}
.tw-bg-dt-amber-12\/40 {
  background-color: rgb(79 52 34 / 0.4)
}
.tw-bg-dt-amber-12\/45 {
  background-color: rgb(79 52 34 / 0.45)
}
.tw-bg-dt-amber-12\/5 {
  background-color: rgb(79 52 34 / 0.05)
}
.tw-bg-dt-amber-12\/50 {
  background-color: rgb(79 52 34 / 0.5)
}
.tw-bg-dt-amber-12\/55 {
  background-color: rgb(79 52 34 / 0.55)
}
.tw-bg-dt-amber-12\/60 {
  background-color: rgb(79 52 34 / 0.6)
}
.tw-bg-dt-amber-12\/65 {
  background-color: rgb(79 52 34 / 0.65)
}
.tw-bg-dt-amber-12\/70 {
  background-color: rgb(79 52 34 / 0.7)
}
.tw-bg-dt-amber-12\/75 {
  background-color: rgb(79 52 34 / 0.75)
}
.tw-bg-dt-amber-12\/80 {
  background-color: rgb(79 52 34 / 0.8)
}
.tw-bg-dt-amber-12\/85 {
  background-color: rgb(79 52 34 / 0.85)
}
.tw-bg-dt-amber-12\/90 {
  background-color: rgb(79 52 34 / 0.9)
}
.tw-bg-dt-amber-12\/95 {
  background-color: rgb(79 52 34 / 0.95)
}
.tw-bg-dt-amber-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 233 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-2\/0 {
  background-color: rgb(254 251 233 / 0)
}
.tw-bg-dt-amber-2\/10 {
  background-color: rgb(254 251 233 / 0.1)
}
.tw-bg-dt-amber-2\/100 {
  background-color: rgb(254 251 233 / 1)
}
.tw-bg-dt-amber-2\/15 {
  background-color: rgb(254 251 233 / 0.15)
}
.tw-bg-dt-amber-2\/20 {
  background-color: rgb(254 251 233 / 0.2)
}
.tw-bg-dt-amber-2\/25 {
  background-color: rgb(254 251 233 / 0.25)
}
.tw-bg-dt-amber-2\/30 {
  background-color: rgb(254 251 233 / 0.3)
}
.tw-bg-dt-amber-2\/35 {
  background-color: rgb(254 251 233 / 0.35)
}
.tw-bg-dt-amber-2\/40 {
  background-color: rgb(254 251 233 / 0.4)
}
.tw-bg-dt-amber-2\/45 {
  background-color: rgb(254 251 233 / 0.45)
}
.tw-bg-dt-amber-2\/5 {
  background-color: rgb(254 251 233 / 0.05)
}
.tw-bg-dt-amber-2\/50 {
  background-color: rgb(254 251 233 / 0.5)
}
.tw-bg-dt-amber-2\/55 {
  background-color: rgb(254 251 233 / 0.55)
}
.tw-bg-dt-amber-2\/60 {
  background-color: rgb(254 251 233 / 0.6)
}
.tw-bg-dt-amber-2\/65 {
  background-color: rgb(254 251 233 / 0.65)
}
.tw-bg-dt-amber-2\/70 {
  background-color: rgb(254 251 233 / 0.7)
}
.tw-bg-dt-amber-2\/75 {
  background-color: rgb(254 251 233 / 0.75)
}
.tw-bg-dt-amber-2\/80 {
  background-color: rgb(254 251 233 / 0.8)
}
.tw-bg-dt-amber-2\/85 {
  background-color: rgb(254 251 233 / 0.85)
}
.tw-bg-dt-amber-2\/90 {
  background-color: rgb(254 251 233 / 0.9)
}
.tw-bg-dt-amber-2\/95 {
  background-color: rgb(254 251 233 / 0.95)
}
.tw-bg-dt-amber-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 194 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-3\/0 {
  background-color: rgb(255 247 194 / 0)
}
.tw-bg-dt-amber-3\/10 {
  background-color: rgb(255 247 194 / 0.1)
}
.tw-bg-dt-amber-3\/100 {
  background-color: rgb(255 247 194 / 1)
}
.tw-bg-dt-amber-3\/15 {
  background-color: rgb(255 247 194 / 0.15)
}
.tw-bg-dt-amber-3\/20 {
  background-color: rgb(255 247 194 / 0.2)
}
.tw-bg-dt-amber-3\/25 {
  background-color: rgb(255 247 194 / 0.25)
}
.tw-bg-dt-amber-3\/30 {
  background-color: rgb(255 247 194 / 0.3)
}
.tw-bg-dt-amber-3\/35 {
  background-color: rgb(255 247 194 / 0.35)
}
.tw-bg-dt-amber-3\/40 {
  background-color: rgb(255 247 194 / 0.4)
}
.tw-bg-dt-amber-3\/45 {
  background-color: rgb(255 247 194 / 0.45)
}
.tw-bg-dt-amber-3\/5 {
  background-color: rgb(255 247 194 / 0.05)
}
.tw-bg-dt-amber-3\/50 {
  background-color: rgb(255 247 194 / 0.5)
}
.tw-bg-dt-amber-3\/55 {
  background-color: rgb(255 247 194 / 0.55)
}
.tw-bg-dt-amber-3\/60 {
  background-color: rgb(255 247 194 / 0.6)
}
.tw-bg-dt-amber-3\/65 {
  background-color: rgb(255 247 194 / 0.65)
}
.tw-bg-dt-amber-3\/70 {
  background-color: rgb(255 247 194 / 0.7)
}
.tw-bg-dt-amber-3\/75 {
  background-color: rgb(255 247 194 / 0.75)
}
.tw-bg-dt-amber-3\/80 {
  background-color: rgb(255 247 194 / 0.8)
}
.tw-bg-dt-amber-3\/85 {
  background-color: rgb(255 247 194 / 0.85)
}
.tw-bg-dt-amber-3\/90 {
  background-color: rgb(255 247 194 / 0.9)
}
.tw-bg-dt-amber-3\/95 {
  background-color: rgb(255 247 194 / 0.95)
}
.tw-bg-dt-amber-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 156 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-4\/0 {
  background-color: rgb(255 238 156 / 0)
}
.tw-bg-dt-amber-4\/10 {
  background-color: rgb(255 238 156 / 0.1)
}
.tw-bg-dt-amber-4\/100 {
  background-color: rgb(255 238 156 / 1)
}
.tw-bg-dt-amber-4\/15 {
  background-color: rgb(255 238 156 / 0.15)
}
.tw-bg-dt-amber-4\/20 {
  background-color: rgb(255 238 156 / 0.2)
}
.tw-bg-dt-amber-4\/25 {
  background-color: rgb(255 238 156 / 0.25)
}
.tw-bg-dt-amber-4\/30 {
  background-color: rgb(255 238 156 / 0.3)
}
.tw-bg-dt-amber-4\/35 {
  background-color: rgb(255 238 156 / 0.35)
}
.tw-bg-dt-amber-4\/40 {
  background-color: rgb(255 238 156 / 0.4)
}
.tw-bg-dt-amber-4\/45 {
  background-color: rgb(255 238 156 / 0.45)
}
.tw-bg-dt-amber-4\/5 {
  background-color: rgb(255 238 156 / 0.05)
}
.tw-bg-dt-amber-4\/50 {
  background-color: rgb(255 238 156 / 0.5)
}
.tw-bg-dt-amber-4\/55 {
  background-color: rgb(255 238 156 / 0.55)
}
.tw-bg-dt-amber-4\/60 {
  background-color: rgb(255 238 156 / 0.6)
}
.tw-bg-dt-amber-4\/65 {
  background-color: rgb(255 238 156 / 0.65)
}
.tw-bg-dt-amber-4\/70 {
  background-color: rgb(255 238 156 / 0.7)
}
.tw-bg-dt-amber-4\/75 {
  background-color: rgb(255 238 156 / 0.75)
}
.tw-bg-dt-amber-4\/80 {
  background-color: rgb(255 238 156 / 0.8)
}
.tw-bg-dt-amber-4\/85 {
  background-color: rgb(255 238 156 / 0.85)
}
.tw-bg-dt-amber-4\/90 {
  background-color: rgb(255 238 156 / 0.9)
}
.tw-bg-dt-amber-4\/95 {
  background-color: rgb(255 238 156 / 0.95)
}
.tw-bg-dt-amber-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 229 119 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-5\/0 {
  background-color: rgb(251 229 119 / 0)
}
.tw-bg-dt-amber-5\/10 {
  background-color: rgb(251 229 119 / 0.1)
}
.tw-bg-dt-amber-5\/100 {
  background-color: rgb(251 229 119 / 1)
}
.tw-bg-dt-amber-5\/15 {
  background-color: rgb(251 229 119 / 0.15)
}
.tw-bg-dt-amber-5\/20 {
  background-color: rgb(251 229 119 / 0.2)
}
.tw-bg-dt-amber-5\/25 {
  background-color: rgb(251 229 119 / 0.25)
}
.tw-bg-dt-amber-5\/30 {
  background-color: rgb(251 229 119 / 0.3)
}
.tw-bg-dt-amber-5\/35 {
  background-color: rgb(251 229 119 / 0.35)
}
.tw-bg-dt-amber-5\/40 {
  background-color: rgb(251 229 119 / 0.4)
}
.tw-bg-dt-amber-5\/45 {
  background-color: rgb(251 229 119 / 0.45)
}
.tw-bg-dt-amber-5\/5 {
  background-color: rgb(251 229 119 / 0.05)
}
.tw-bg-dt-amber-5\/50 {
  background-color: rgb(251 229 119 / 0.5)
}
.tw-bg-dt-amber-5\/55 {
  background-color: rgb(251 229 119 / 0.55)
}
.tw-bg-dt-amber-5\/60 {
  background-color: rgb(251 229 119 / 0.6)
}
.tw-bg-dt-amber-5\/65 {
  background-color: rgb(251 229 119 / 0.65)
}
.tw-bg-dt-amber-5\/70 {
  background-color: rgb(251 229 119 / 0.7)
}
.tw-bg-dt-amber-5\/75 {
  background-color: rgb(251 229 119 / 0.75)
}
.tw-bg-dt-amber-5\/80 {
  background-color: rgb(251 229 119 / 0.8)
}
.tw-bg-dt-amber-5\/85 {
  background-color: rgb(251 229 119 / 0.85)
}
.tw-bg-dt-amber-5\/90 {
  background-color: rgb(251 229 119 / 0.9)
}
.tw-bg-dt-amber-5\/95 {
  background-color: rgb(251 229 119 / 0.95)
}
.tw-bg-dt-amber-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 214 115 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-6\/0 {
  background-color: rgb(243 214 115 / 0)
}
.tw-bg-dt-amber-6\/10 {
  background-color: rgb(243 214 115 / 0.1)
}
.tw-bg-dt-amber-6\/100 {
  background-color: rgb(243 214 115 / 1)
}
.tw-bg-dt-amber-6\/15 {
  background-color: rgb(243 214 115 / 0.15)
}
.tw-bg-dt-amber-6\/20 {
  background-color: rgb(243 214 115 / 0.2)
}
.tw-bg-dt-amber-6\/25 {
  background-color: rgb(243 214 115 / 0.25)
}
.tw-bg-dt-amber-6\/30 {
  background-color: rgb(243 214 115 / 0.3)
}
.tw-bg-dt-amber-6\/35 {
  background-color: rgb(243 214 115 / 0.35)
}
.tw-bg-dt-amber-6\/40 {
  background-color: rgb(243 214 115 / 0.4)
}
.tw-bg-dt-amber-6\/45 {
  background-color: rgb(243 214 115 / 0.45)
}
.tw-bg-dt-amber-6\/5 {
  background-color: rgb(243 214 115 / 0.05)
}
.tw-bg-dt-amber-6\/50 {
  background-color: rgb(243 214 115 / 0.5)
}
.tw-bg-dt-amber-6\/55 {
  background-color: rgb(243 214 115 / 0.55)
}
.tw-bg-dt-amber-6\/60 {
  background-color: rgb(243 214 115 / 0.6)
}
.tw-bg-dt-amber-6\/65 {
  background-color: rgb(243 214 115 / 0.65)
}
.tw-bg-dt-amber-6\/70 {
  background-color: rgb(243 214 115 / 0.7)
}
.tw-bg-dt-amber-6\/75 {
  background-color: rgb(243 214 115 / 0.75)
}
.tw-bg-dt-amber-6\/80 {
  background-color: rgb(243 214 115 / 0.8)
}
.tw-bg-dt-amber-6\/85 {
  background-color: rgb(243 214 115 / 0.85)
}
.tw-bg-dt-amber-6\/90 {
  background-color: rgb(243 214 115 / 0.9)
}
.tw-bg-dt-amber-6\/95 {
  background-color: rgb(243 214 115 / 0.95)
}
.tw-bg-dt-amber-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 193 98 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-7\/0 {
  background-color: rgb(233 193 98 / 0)
}
.tw-bg-dt-amber-7\/10 {
  background-color: rgb(233 193 98 / 0.1)
}
.tw-bg-dt-amber-7\/100 {
  background-color: rgb(233 193 98 / 1)
}
.tw-bg-dt-amber-7\/15 {
  background-color: rgb(233 193 98 / 0.15)
}
.tw-bg-dt-amber-7\/20 {
  background-color: rgb(233 193 98 / 0.2)
}
.tw-bg-dt-amber-7\/25 {
  background-color: rgb(233 193 98 / 0.25)
}
.tw-bg-dt-amber-7\/30 {
  background-color: rgb(233 193 98 / 0.3)
}
.tw-bg-dt-amber-7\/35 {
  background-color: rgb(233 193 98 / 0.35)
}
.tw-bg-dt-amber-7\/40 {
  background-color: rgb(233 193 98 / 0.4)
}
.tw-bg-dt-amber-7\/45 {
  background-color: rgb(233 193 98 / 0.45)
}
.tw-bg-dt-amber-7\/5 {
  background-color: rgb(233 193 98 / 0.05)
}
.tw-bg-dt-amber-7\/50 {
  background-color: rgb(233 193 98 / 0.5)
}
.tw-bg-dt-amber-7\/55 {
  background-color: rgb(233 193 98 / 0.55)
}
.tw-bg-dt-amber-7\/60 {
  background-color: rgb(233 193 98 / 0.6)
}
.tw-bg-dt-amber-7\/65 {
  background-color: rgb(233 193 98 / 0.65)
}
.tw-bg-dt-amber-7\/70 {
  background-color: rgb(233 193 98 / 0.7)
}
.tw-bg-dt-amber-7\/75 {
  background-color: rgb(233 193 98 / 0.75)
}
.tw-bg-dt-amber-7\/80 {
  background-color: rgb(233 193 98 / 0.8)
}
.tw-bg-dt-amber-7\/85 {
  background-color: rgb(233 193 98 / 0.85)
}
.tw-bg-dt-amber-7\/90 {
  background-color: rgb(233 193 98 / 0.9)
}
.tw-bg-dt-amber-7\/95 {
  background-color: rgb(233 193 98 / 0.95)
}
.tw-bg-dt-amber-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 163 54 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-8\/0 {
  background-color: rgb(226 163 54 / 0)
}
.tw-bg-dt-amber-8\/10 {
  background-color: rgb(226 163 54 / 0.1)
}
.tw-bg-dt-amber-8\/100 {
  background-color: rgb(226 163 54 / 1)
}
.tw-bg-dt-amber-8\/15 {
  background-color: rgb(226 163 54 / 0.15)
}
.tw-bg-dt-amber-8\/20 {
  background-color: rgb(226 163 54 / 0.2)
}
.tw-bg-dt-amber-8\/25 {
  background-color: rgb(226 163 54 / 0.25)
}
.tw-bg-dt-amber-8\/30 {
  background-color: rgb(226 163 54 / 0.3)
}
.tw-bg-dt-amber-8\/35 {
  background-color: rgb(226 163 54 / 0.35)
}
.tw-bg-dt-amber-8\/40 {
  background-color: rgb(226 163 54 / 0.4)
}
.tw-bg-dt-amber-8\/45 {
  background-color: rgb(226 163 54 / 0.45)
}
.tw-bg-dt-amber-8\/5 {
  background-color: rgb(226 163 54 / 0.05)
}
.tw-bg-dt-amber-8\/50 {
  background-color: rgb(226 163 54 / 0.5)
}
.tw-bg-dt-amber-8\/55 {
  background-color: rgb(226 163 54 / 0.55)
}
.tw-bg-dt-amber-8\/60 {
  background-color: rgb(226 163 54 / 0.6)
}
.tw-bg-dt-amber-8\/65 {
  background-color: rgb(226 163 54 / 0.65)
}
.tw-bg-dt-amber-8\/70 {
  background-color: rgb(226 163 54 / 0.7)
}
.tw-bg-dt-amber-8\/75 {
  background-color: rgb(226 163 54 / 0.75)
}
.tw-bg-dt-amber-8\/80 {
  background-color: rgb(226 163 54 / 0.8)
}
.tw-bg-dt-amber-8\/85 {
  background-color: rgb(226 163 54 / 0.85)
}
.tw-bg-dt-amber-8\/90 {
  background-color: rgb(226 163 54 / 0.9)
}
.tw-bg-dt-amber-8\/95 {
  background-color: rgb(226 163 54 / 0.95)
}
.tw-bg-dt-amber-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 197 61 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-amber-9\/0 {
  background-color: rgb(255 197 61 / 0)
}
.tw-bg-dt-amber-9\/10 {
  background-color: rgb(255 197 61 / 0.1)
}
.tw-bg-dt-amber-9\/100 {
  background-color: rgb(255 197 61 / 1)
}
.tw-bg-dt-amber-9\/15 {
  background-color: rgb(255 197 61 / 0.15)
}
.tw-bg-dt-amber-9\/20 {
  background-color: rgb(255 197 61 / 0.2)
}
.tw-bg-dt-amber-9\/25 {
  background-color: rgb(255 197 61 / 0.25)
}
.tw-bg-dt-amber-9\/30 {
  background-color: rgb(255 197 61 / 0.3)
}
.tw-bg-dt-amber-9\/35 {
  background-color: rgb(255 197 61 / 0.35)
}
.tw-bg-dt-amber-9\/40 {
  background-color: rgb(255 197 61 / 0.4)
}
.tw-bg-dt-amber-9\/45 {
  background-color: rgb(255 197 61 / 0.45)
}
.tw-bg-dt-amber-9\/5 {
  background-color: rgb(255 197 61 / 0.05)
}
.tw-bg-dt-amber-9\/50 {
  background-color: rgb(255 197 61 / 0.5)
}
.tw-bg-dt-amber-9\/55 {
  background-color: rgb(255 197 61 / 0.55)
}
.tw-bg-dt-amber-9\/60 {
  background-color: rgb(255 197 61 / 0.6)
}
.tw-bg-dt-amber-9\/65 {
  background-color: rgb(255 197 61 / 0.65)
}
.tw-bg-dt-amber-9\/70 {
  background-color: rgb(255 197 61 / 0.7)
}
.tw-bg-dt-amber-9\/75 {
  background-color: rgb(255 197 61 / 0.75)
}
.tw-bg-dt-amber-9\/80 {
  background-color: rgb(255 197 61 / 0.8)
}
.tw-bg-dt-amber-9\/85 {
  background-color: rgb(255 197 61 / 0.85)
}
.tw-bg-dt-amber-9\/90 {
  background-color: rgb(255 197 61 / 0.9)
}
.tw-bg-dt-amber-9\/95 {
  background-color: rgb(255 197 61 / 0.95)
}
.tw-bg-dt-black-a-1 {
  background-color: rgba(0,0,0,0.05)
}
.tw-bg-dt-black-a-1\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-1\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-1\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-1\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-1\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-1\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-1\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-1\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-1\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-1\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-1\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-1\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-1\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-1\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-1\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-1\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-1\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-1\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-1\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-1\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-1\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-10 {
  background-color: rgba(0,0,0,0.8)
}
.tw-bg-dt-black-a-10\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-10\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-10\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-10\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-10\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-10\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-10\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-10\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-10\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-10\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-10\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-10\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-10\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-10\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-10\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-10\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-10\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-10\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-10\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-10\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-10\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-11 {
  background-color: rgba(0,0,0,0.9)
}
.tw-bg-dt-black-a-11\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-11\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-11\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-11\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-11\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-11\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-11\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-11\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-11\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-11\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-11\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-11\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-11\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-11\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-11\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-11\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-11\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-11\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-11\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-11\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-11\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-12 {
  background-color: rgba(0,0,0,0.95)
}
.tw-bg-dt-black-a-12\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-12\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-12\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-12\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-12\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-12\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-12\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-12\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-12\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-12\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-12\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-12\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-12\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-12\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-12\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-12\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-12\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-12\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-12\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-12\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-12\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-2 {
  background-color: rgba(0,0,0,0.1)
}
.tw-bg-dt-black-a-2\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-2\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-2\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-2\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-2\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-2\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-2\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-2\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-2\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-2\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-2\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-2\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-2\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-2\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-2\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-2\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-2\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-2\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-2\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-2\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-2\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-3 {
  background-color: rgba(0,0,0,0.15)
}
.tw-bg-dt-black-a-3\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-3\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-3\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-3\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-3\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-3\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-3\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-3\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-3\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-3\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-3\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-3\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-3\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-3\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-3\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-3\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-3\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-3\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-3\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-3\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-3\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-4 {
  background-color: rgba(0,0,0,0.2)
}
.tw-bg-dt-black-a-4\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-4\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-4\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-4\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-4\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-4\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-4\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-4\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-4\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-4\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-4\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-4\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-4\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-4\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-4\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-4\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-4\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-4\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-4\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-4\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-4\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-5 {
  background-color: rgba(0,0,0,0.3)
}
.tw-bg-dt-black-a-5\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-5\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-5\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-5\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-5\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-5\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-5\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-5\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-5\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-5\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-5\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-5\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-5\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-5\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-5\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-5\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-5\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-5\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-5\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-5\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-5\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-6 {
  background-color: rgba(0,0,0,0.4)
}
.tw-bg-dt-black-a-6\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-6\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-6\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-6\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-6\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-6\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-6\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-6\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-6\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-6\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-6\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-6\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-6\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-6\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-6\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-6\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-6\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-6\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-6\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-6\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-6\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-7 {
  background-color: rgba(0,0,0,0.5)
}
.tw-bg-dt-black-a-7\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-7\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-7\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-7\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-7\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-7\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-7\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-7\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-7\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-7\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-7\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-7\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-7\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-7\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-7\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-7\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-7\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-7\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-7\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-7\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-7\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-8 {
  background-color: rgba(0,0,0,0.6)
}
.tw-bg-dt-black-a-8\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-8\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-8\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-8\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-8\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-8\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-8\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-8\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-8\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-8\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-8\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-8\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-8\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-8\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-8\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-8\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-8\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-8\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-8\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-8\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-8\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-black-a-9 {
  background-color: rgba(0,0,0,0.7)
}
.tw-bg-dt-black-a-9\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-black-a-9\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-black-a-9\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-black-a-9\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-black-a-9\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-black-a-9\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-black-a-9\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-black-a-9\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-black-a-9\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-black-a-9\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-black-a-9\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-black-a-9\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-black-a-9\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-black-a-9\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-black-a-9\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-black-a-9\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-black-a-9\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-black-a-9\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-black-a-9\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-black-a-9\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-black-a-9\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-blue-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 253 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-1\/0 {
  background-color: rgb(251 253 255 / 0)
}
.tw-bg-dt-blue-1\/10 {
  background-color: rgb(251 253 255 / 0.1)
}
.tw-bg-dt-blue-1\/100 {
  background-color: rgb(251 253 255 / 1)
}
.tw-bg-dt-blue-1\/15 {
  background-color: rgb(251 253 255 / 0.15)
}
.tw-bg-dt-blue-1\/20 {
  background-color: rgb(251 253 255 / 0.2)
}
.tw-bg-dt-blue-1\/25 {
  background-color: rgb(251 253 255 / 0.25)
}
.tw-bg-dt-blue-1\/30 {
  background-color: rgb(251 253 255 / 0.3)
}
.tw-bg-dt-blue-1\/35 {
  background-color: rgb(251 253 255 / 0.35)
}
.tw-bg-dt-blue-1\/40 {
  background-color: rgb(251 253 255 / 0.4)
}
.tw-bg-dt-blue-1\/45 {
  background-color: rgb(251 253 255 / 0.45)
}
.tw-bg-dt-blue-1\/5 {
  background-color: rgb(251 253 255 / 0.05)
}
.tw-bg-dt-blue-1\/50 {
  background-color: rgb(251 253 255 / 0.5)
}
.tw-bg-dt-blue-1\/55 {
  background-color: rgb(251 253 255 / 0.55)
}
.tw-bg-dt-blue-1\/60 {
  background-color: rgb(251 253 255 / 0.6)
}
.tw-bg-dt-blue-1\/65 {
  background-color: rgb(251 253 255 / 0.65)
}
.tw-bg-dt-blue-1\/70 {
  background-color: rgb(251 253 255 / 0.7)
}
.tw-bg-dt-blue-1\/75 {
  background-color: rgb(251 253 255 / 0.75)
}
.tw-bg-dt-blue-1\/80 {
  background-color: rgb(251 253 255 / 0.8)
}
.tw-bg-dt-blue-1\/85 {
  background-color: rgb(251 253 255 / 0.85)
}
.tw-bg-dt-blue-1\/90 {
  background-color: rgb(251 253 255 / 0.9)
}
.tw-bg-dt-blue-1\/95 {
  background-color: rgb(251 253 255 / 0.95)
}
.tw-bg-dt-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 136 240 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-10\/0 {
  background-color: rgb(5 136 240 / 0)
}
.tw-bg-dt-blue-10\/10 {
  background-color: rgb(5 136 240 / 0.1)
}
.tw-bg-dt-blue-10\/100 {
  background-color: rgb(5 136 240 / 1)
}
.tw-bg-dt-blue-10\/15 {
  background-color: rgb(5 136 240 / 0.15)
}
.tw-bg-dt-blue-10\/20 {
  background-color: rgb(5 136 240 / 0.2)
}
.tw-bg-dt-blue-10\/25 {
  background-color: rgb(5 136 240 / 0.25)
}
.tw-bg-dt-blue-10\/30 {
  background-color: rgb(5 136 240 / 0.3)
}
.tw-bg-dt-blue-10\/35 {
  background-color: rgb(5 136 240 / 0.35)
}
.tw-bg-dt-blue-10\/40 {
  background-color: rgb(5 136 240 / 0.4)
}
.tw-bg-dt-blue-10\/45 {
  background-color: rgb(5 136 240 / 0.45)
}
.tw-bg-dt-blue-10\/5 {
  background-color: rgb(5 136 240 / 0.05)
}
.tw-bg-dt-blue-10\/50 {
  background-color: rgb(5 136 240 / 0.5)
}
.tw-bg-dt-blue-10\/55 {
  background-color: rgb(5 136 240 / 0.55)
}
.tw-bg-dt-blue-10\/60 {
  background-color: rgb(5 136 240 / 0.6)
}
.tw-bg-dt-blue-10\/65 {
  background-color: rgb(5 136 240 / 0.65)
}
.tw-bg-dt-blue-10\/70 {
  background-color: rgb(5 136 240 / 0.7)
}
.tw-bg-dt-blue-10\/75 {
  background-color: rgb(5 136 240 / 0.75)
}
.tw-bg-dt-blue-10\/80 {
  background-color: rgb(5 136 240 / 0.8)
}
.tw-bg-dt-blue-10\/85 {
  background-color: rgb(5 136 240 / 0.85)
}
.tw-bg-dt-blue-10\/90 {
  background-color: rgb(5 136 240 / 0.9)
}
.tw-bg-dt-blue-10\/95 {
  background-color: rgb(5 136 240 / 0.95)
}
.tw-bg-dt-blue-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 116 206 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-11\/0 {
  background-color: rgb(13 116 206 / 0)
}
.tw-bg-dt-blue-11\/10 {
  background-color: rgb(13 116 206 / 0.1)
}
.tw-bg-dt-blue-11\/100 {
  background-color: rgb(13 116 206 / 1)
}
.tw-bg-dt-blue-11\/15 {
  background-color: rgb(13 116 206 / 0.15)
}
.tw-bg-dt-blue-11\/20 {
  background-color: rgb(13 116 206 / 0.2)
}
.tw-bg-dt-blue-11\/25 {
  background-color: rgb(13 116 206 / 0.25)
}
.tw-bg-dt-blue-11\/30 {
  background-color: rgb(13 116 206 / 0.3)
}
.tw-bg-dt-blue-11\/35 {
  background-color: rgb(13 116 206 / 0.35)
}
.tw-bg-dt-blue-11\/40 {
  background-color: rgb(13 116 206 / 0.4)
}
.tw-bg-dt-blue-11\/45 {
  background-color: rgb(13 116 206 / 0.45)
}
.tw-bg-dt-blue-11\/5 {
  background-color: rgb(13 116 206 / 0.05)
}
.tw-bg-dt-blue-11\/50 {
  background-color: rgb(13 116 206 / 0.5)
}
.tw-bg-dt-blue-11\/55 {
  background-color: rgb(13 116 206 / 0.55)
}
.tw-bg-dt-blue-11\/60 {
  background-color: rgb(13 116 206 / 0.6)
}
.tw-bg-dt-blue-11\/65 {
  background-color: rgb(13 116 206 / 0.65)
}
.tw-bg-dt-blue-11\/70 {
  background-color: rgb(13 116 206 / 0.7)
}
.tw-bg-dt-blue-11\/75 {
  background-color: rgb(13 116 206 / 0.75)
}
.tw-bg-dt-blue-11\/80 {
  background-color: rgb(13 116 206 / 0.8)
}
.tw-bg-dt-blue-11\/85 {
  background-color: rgb(13 116 206 / 0.85)
}
.tw-bg-dt-blue-11\/90 {
  background-color: rgb(13 116 206 / 0.9)
}
.tw-bg-dt-blue-11\/95 {
  background-color: rgb(13 116 206 / 0.95)
}
.tw-bg-dt-blue-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 50 100 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-12\/0 {
  background-color: rgb(17 50 100 / 0)
}
.tw-bg-dt-blue-12\/10 {
  background-color: rgb(17 50 100 / 0.1)
}
.tw-bg-dt-blue-12\/100 {
  background-color: rgb(17 50 100 / 1)
}
.tw-bg-dt-blue-12\/15 {
  background-color: rgb(17 50 100 / 0.15)
}
.tw-bg-dt-blue-12\/20 {
  background-color: rgb(17 50 100 / 0.2)
}
.tw-bg-dt-blue-12\/25 {
  background-color: rgb(17 50 100 / 0.25)
}
.tw-bg-dt-blue-12\/30 {
  background-color: rgb(17 50 100 / 0.3)
}
.tw-bg-dt-blue-12\/35 {
  background-color: rgb(17 50 100 / 0.35)
}
.tw-bg-dt-blue-12\/40 {
  background-color: rgb(17 50 100 / 0.4)
}
.tw-bg-dt-blue-12\/45 {
  background-color: rgb(17 50 100 / 0.45)
}
.tw-bg-dt-blue-12\/5 {
  background-color: rgb(17 50 100 / 0.05)
}
.tw-bg-dt-blue-12\/50 {
  background-color: rgb(17 50 100 / 0.5)
}
.tw-bg-dt-blue-12\/55 {
  background-color: rgb(17 50 100 / 0.55)
}
.tw-bg-dt-blue-12\/60 {
  background-color: rgb(17 50 100 / 0.6)
}
.tw-bg-dt-blue-12\/65 {
  background-color: rgb(17 50 100 / 0.65)
}
.tw-bg-dt-blue-12\/70 {
  background-color: rgb(17 50 100 / 0.7)
}
.tw-bg-dt-blue-12\/75 {
  background-color: rgb(17 50 100 / 0.75)
}
.tw-bg-dt-blue-12\/80 {
  background-color: rgb(17 50 100 / 0.8)
}
.tw-bg-dt-blue-12\/85 {
  background-color: rgb(17 50 100 / 0.85)
}
.tw-bg-dt-blue-12\/90 {
  background-color: rgb(17 50 100 / 0.9)
}
.tw-bg-dt-blue-12\/95 {
  background-color: rgb(17 50 100 / 0.95)
}
.tw-bg-dt-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-2\/0 {
  background-color: rgb(244 250 255 / 0)
}
.tw-bg-dt-blue-2\/10 {
  background-color: rgb(244 250 255 / 0.1)
}
.tw-bg-dt-blue-2\/100 {
  background-color: rgb(244 250 255 / 1)
}
.tw-bg-dt-blue-2\/15 {
  background-color: rgb(244 250 255 / 0.15)
}
.tw-bg-dt-blue-2\/20 {
  background-color: rgb(244 250 255 / 0.2)
}
.tw-bg-dt-blue-2\/25 {
  background-color: rgb(244 250 255 / 0.25)
}
.tw-bg-dt-blue-2\/30 {
  background-color: rgb(244 250 255 / 0.3)
}
.tw-bg-dt-blue-2\/35 {
  background-color: rgb(244 250 255 / 0.35)
}
.tw-bg-dt-blue-2\/40 {
  background-color: rgb(244 250 255 / 0.4)
}
.tw-bg-dt-blue-2\/45 {
  background-color: rgb(244 250 255 / 0.45)
}
.tw-bg-dt-blue-2\/5 {
  background-color: rgb(244 250 255 / 0.05)
}
.tw-bg-dt-blue-2\/50 {
  background-color: rgb(244 250 255 / 0.5)
}
.tw-bg-dt-blue-2\/55 {
  background-color: rgb(244 250 255 / 0.55)
}
.tw-bg-dt-blue-2\/60 {
  background-color: rgb(244 250 255 / 0.6)
}
.tw-bg-dt-blue-2\/65 {
  background-color: rgb(244 250 255 / 0.65)
}
.tw-bg-dt-blue-2\/70 {
  background-color: rgb(244 250 255 / 0.7)
}
.tw-bg-dt-blue-2\/75 {
  background-color: rgb(244 250 255 / 0.75)
}
.tw-bg-dt-blue-2\/80 {
  background-color: rgb(244 250 255 / 0.8)
}
.tw-bg-dt-blue-2\/85 {
  background-color: rgb(244 250 255 / 0.85)
}
.tw-bg-dt-blue-2\/90 {
  background-color: rgb(244 250 255 / 0.9)
}
.tw-bg-dt-blue-2\/95 {
  background-color: rgb(244 250 255 / 0.95)
}
.tw-bg-dt-blue-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 254 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-3\/0 {
  background-color: rgb(230 244 254 / 0)
}
.tw-bg-dt-blue-3\/10 {
  background-color: rgb(230 244 254 / 0.1)
}
.tw-bg-dt-blue-3\/100 {
  background-color: rgb(230 244 254 / 1)
}
.tw-bg-dt-blue-3\/15 {
  background-color: rgb(230 244 254 / 0.15)
}
.tw-bg-dt-blue-3\/20 {
  background-color: rgb(230 244 254 / 0.2)
}
.tw-bg-dt-blue-3\/25 {
  background-color: rgb(230 244 254 / 0.25)
}
.tw-bg-dt-blue-3\/30 {
  background-color: rgb(230 244 254 / 0.3)
}
.tw-bg-dt-blue-3\/35 {
  background-color: rgb(230 244 254 / 0.35)
}
.tw-bg-dt-blue-3\/40 {
  background-color: rgb(230 244 254 / 0.4)
}
.tw-bg-dt-blue-3\/45 {
  background-color: rgb(230 244 254 / 0.45)
}
.tw-bg-dt-blue-3\/5 {
  background-color: rgb(230 244 254 / 0.05)
}
.tw-bg-dt-blue-3\/50 {
  background-color: rgb(230 244 254 / 0.5)
}
.tw-bg-dt-blue-3\/55 {
  background-color: rgb(230 244 254 / 0.55)
}
.tw-bg-dt-blue-3\/60 {
  background-color: rgb(230 244 254 / 0.6)
}
.tw-bg-dt-blue-3\/65 {
  background-color: rgb(230 244 254 / 0.65)
}
.tw-bg-dt-blue-3\/70 {
  background-color: rgb(230 244 254 / 0.7)
}
.tw-bg-dt-blue-3\/75 {
  background-color: rgb(230 244 254 / 0.75)
}
.tw-bg-dt-blue-3\/80 {
  background-color: rgb(230 244 254 / 0.8)
}
.tw-bg-dt-blue-3\/85 {
  background-color: rgb(230 244 254 / 0.85)
}
.tw-bg-dt-blue-3\/90 {
  background-color: rgb(230 244 254 / 0.9)
}
.tw-bg-dt-blue-3\/95 {
  background-color: rgb(230 244 254 / 0.95)
}
.tw-bg-dt-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 239 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-4\/0 {
  background-color: rgb(213 239 255 / 0)
}
.tw-bg-dt-blue-4\/10 {
  background-color: rgb(213 239 255 / 0.1)
}
.tw-bg-dt-blue-4\/100 {
  background-color: rgb(213 239 255 / 1)
}
.tw-bg-dt-blue-4\/15 {
  background-color: rgb(213 239 255 / 0.15)
}
.tw-bg-dt-blue-4\/20 {
  background-color: rgb(213 239 255 / 0.2)
}
.tw-bg-dt-blue-4\/25 {
  background-color: rgb(213 239 255 / 0.25)
}
.tw-bg-dt-blue-4\/30 {
  background-color: rgb(213 239 255 / 0.3)
}
.tw-bg-dt-blue-4\/35 {
  background-color: rgb(213 239 255 / 0.35)
}
.tw-bg-dt-blue-4\/40 {
  background-color: rgb(213 239 255 / 0.4)
}
.tw-bg-dt-blue-4\/45 {
  background-color: rgb(213 239 255 / 0.45)
}
.tw-bg-dt-blue-4\/5 {
  background-color: rgb(213 239 255 / 0.05)
}
.tw-bg-dt-blue-4\/50 {
  background-color: rgb(213 239 255 / 0.5)
}
.tw-bg-dt-blue-4\/55 {
  background-color: rgb(213 239 255 / 0.55)
}
.tw-bg-dt-blue-4\/60 {
  background-color: rgb(213 239 255 / 0.6)
}
.tw-bg-dt-blue-4\/65 {
  background-color: rgb(213 239 255 / 0.65)
}
.tw-bg-dt-blue-4\/70 {
  background-color: rgb(213 239 255 / 0.7)
}
.tw-bg-dt-blue-4\/75 {
  background-color: rgb(213 239 255 / 0.75)
}
.tw-bg-dt-blue-4\/80 {
  background-color: rgb(213 239 255 / 0.8)
}
.tw-bg-dt-blue-4\/85 {
  background-color: rgb(213 239 255 / 0.85)
}
.tw-bg-dt-blue-4\/90 {
  background-color: rgb(213 239 255 / 0.9)
}
.tw-bg-dt-blue-4\/95 {
  background-color: rgb(213 239 255 / 0.95)
}
.tw-bg-dt-blue-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 229 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-5\/0 {
  background-color: rgb(194 229 255 / 0)
}
.tw-bg-dt-blue-5\/10 {
  background-color: rgb(194 229 255 / 0.1)
}
.tw-bg-dt-blue-5\/100 {
  background-color: rgb(194 229 255 / 1)
}
.tw-bg-dt-blue-5\/15 {
  background-color: rgb(194 229 255 / 0.15)
}
.tw-bg-dt-blue-5\/20 {
  background-color: rgb(194 229 255 / 0.2)
}
.tw-bg-dt-blue-5\/25 {
  background-color: rgb(194 229 255 / 0.25)
}
.tw-bg-dt-blue-5\/30 {
  background-color: rgb(194 229 255 / 0.3)
}
.tw-bg-dt-blue-5\/35 {
  background-color: rgb(194 229 255 / 0.35)
}
.tw-bg-dt-blue-5\/40 {
  background-color: rgb(194 229 255 / 0.4)
}
.tw-bg-dt-blue-5\/45 {
  background-color: rgb(194 229 255 / 0.45)
}
.tw-bg-dt-blue-5\/5 {
  background-color: rgb(194 229 255 / 0.05)
}
.tw-bg-dt-blue-5\/50 {
  background-color: rgb(194 229 255 / 0.5)
}
.tw-bg-dt-blue-5\/55 {
  background-color: rgb(194 229 255 / 0.55)
}
.tw-bg-dt-blue-5\/60 {
  background-color: rgb(194 229 255 / 0.6)
}
.tw-bg-dt-blue-5\/65 {
  background-color: rgb(194 229 255 / 0.65)
}
.tw-bg-dt-blue-5\/70 {
  background-color: rgb(194 229 255 / 0.7)
}
.tw-bg-dt-blue-5\/75 {
  background-color: rgb(194 229 255 / 0.75)
}
.tw-bg-dt-blue-5\/80 {
  background-color: rgb(194 229 255 / 0.8)
}
.tw-bg-dt-blue-5\/85 {
  background-color: rgb(194 229 255 / 0.85)
}
.tw-bg-dt-blue-5\/90 {
  background-color: rgb(194 229 255 / 0.9)
}
.tw-bg-dt-blue-5\/95 {
  background-color: rgb(194 229 255 / 0.95)
}
.tw-bg-dt-blue-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 216 252 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-6\/0 {
  background-color: rgb(172 216 252 / 0)
}
.tw-bg-dt-blue-6\/10 {
  background-color: rgb(172 216 252 / 0.1)
}
.tw-bg-dt-blue-6\/100 {
  background-color: rgb(172 216 252 / 1)
}
.tw-bg-dt-blue-6\/15 {
  background-color: rgb(172 216 252 / 0.15)
}
.tw-bg-dt-blue-6\/20 {
  background-color: rgb(172 216 252 / 0.2)
}
.tw-bg-dt-blue-6\/25 {
  background-color: rgb(172 216 252 / 0.25)
}
.tw-bg-dt-blue-6\/30 {
  background-color: rgb(172 216 252 / 0.3)
}
.tw-bg-dt-blue-6\/35 {
  background-color: rgb(172 216 252 / 0.35)
}
.tw-bg-dt-blue-6\/40 {
  background-color: rgb(172 216 252 / 0.4)
}
.tw-bg-dt-blue-6\/45 {
  background-color: rgb(172 216 252 / 0.45)
}
.tw-bg-dt-blue-6\/5 {
  background-color: rgb(172 216 252 / 0.05)
}
.tw-bg-dt-blue-6\/50 {
  background-color: rgb(172 216 252 / 0.5)
}
.tw-bg-dt-blue-6\/55 {
  background-color: rgb(172 216 252 / 0.55)
}
.tw-bg-dt-blue-6\/60 {
  background-color: rgb(172 216 252 / 0.6)
}
.tw-bg-dt-blue-6\/65 {
  background-color: rgb(172 216 252 / 0.65)
}
.tw-bg-dt-blue-6\/70 {
  background-color: rgb(172 216 252 / 0.7)
}
.tw-bg-dt-blue-6\/75 {
  background-color: rgb(172 216 252 / 0.75)
}
.tw-bg-dt-blue-6\/80 {
  background-color: rgb(172 216 252 / 0.8)
}
.tw-bg-dt-blue-6\/85 {
  background-color: rgb(172 216 252 / 0.85)
}
.tw-bg-dt-blue-6\/90 {
  background-color: rgb(172 216 252 / 0.9)
}
.tw-bg-dt-blue-6\/95 {
  background-color: rgb(172 216 252 / 0.95)
}
.tw-bg-dt-blue-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 200 246 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-7\/0 {
  background-color: rgb(142 200 246 / 0)
}
.tw-bg-dt-blue-7\/10 {
  background-color: rgb(142 200 246 / 0.1)
}
.tw-bg-dt-blue-7\/100 {
  background-color: rgb(142 200 246 / 1)
}
.tw-bg-dt-blue-7\/15 {
  background-color: rgb(142 200 246 / 0.15)
}
.tw-bg-dt-blue-7\/20 {
  background-color: rgb(142 200 246 / 0.2)
}
.tw-bg-dt-blue-7\/25 {
  background-color: rgb(142 200 246 / 0.25)
}
.tw-bg-dt-blue-7\/30 {
  background-color: rgb(142 200 246 / 0.3)
}
.tw-bg-dt-blue-7\/35 {
  background-color: rgb(142 200 246 / 0.35)
}
.tw-bg-dt-blue-7\/40 {
  background-color: rgb(142 200 246 / 0.4)
}
.tw-bg-dt-blue-7\/45 {
  background-color: rgb(142 200 246 / 0.45)
}
.tw-bg-dt-blue-7\/5 {
  background-color: rgb(142 200 246 / 0.05)
}
.tw-bg-dt-blue-7\/50 {
  background-color: rgb(142 200 246 / 0.5)
}
.tw-bg-dt-blue-7\/55 {
  background-color: rgb(142 200 246 / 0.55)
}
.tw-bg-dt-blue-7\/60 {
  background-color: rgb(142 200 246 / 0.6)
}
.tw-bg-dt-blue-7\/65 {
  background-color: rgb(142 200 246 / 0.65)
}
.tw-bg-dt-blue-7\/70 {
  background-color: rgb(142 200 246 / 0.7)
}
.tw-bg-dt-blue-7\/75 {
  background-color: rgb(142 200 246 / 0.75)
}
.tw-bg-dt-blue-7\/80 {
  background-color: rgb(142 200 246 / 0.8)
}
.tw-bg-dt-blue-7\/85 {
  background-color: rgb(142 200 246 / 0.85)
}
.tw-bg-dt-blue-7\/90 {
  background-color: rgb(142 200 246 / 0.9)
}
.tw-bg-dt-blue-7\/95 {
  background-color: rgb(142 200 246 / 0.95)
}
.tw-bg-dt-blue-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 177 239 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-8\/0 {
  background-color: rgb(94 177 239 / 0)
}
.tw-bg-dt-blue-8\/10 {
  background-color: rgb(94 177 239 / 0.1)
}
.tw-bg-dt-blue-8\/100 {
  background-color: rgb(94 177 239 / 1)
}
.tw-bg-dt-blue-8\/15 {
  background-color: rgb(94 177 239 / 0.15)
}
.tw-bg-dt-blue-8\/20 {
  background-color: rgb(94 177 239 / 0.2)
}
.tw-bg-dt-blue-8\/25 {
  background-color: rgb(94 177 239 / 0.25)
}
.tw-bg-dt-blue-8\/30 {
  background-color: rgb(94 177 239 / 0.3)
}
.tw-bg-dt-blue-8\/35 {
  background-color: rgb(94 177 239 / 0.35)
}
.tw-bg-dt-blue-8\/40 {
  background-color: rgb(94 177 239 / 0.4)
}
.tw-bg-dt-blue-8\/45 {
  background-color: rgb(94 177 239 / 0.45)
}
.tw-bg-dt-blue-8\/5 {
  background-color: rgb(94 177 239 / 0.05)
}
.tw-bg-dt-blue-8\/50 {
  background-color: rgb(94 177 239 / 0.5)
}
.tw-bg-dt-blue-8\/55 {
  background-color: rgb(94 177 239 / 0.55)
}
.tw-bg-dt-blue-8\/60 {
  background-color: rgb(94 177 239 / 0.6)
}
.tw-bg-dt-blue-8\/65 {
  background-color: rgb(94 177 239 / 0.65)
}
.tw-bg-dt-blue-8\/70 {
  background-color: rgb(94 177 239 / 0.7)
}
.tw-bg-dt-blue-8\/75 {
  background-color: rgb(94 177 239 / 0.75)
}
.tw-bg-dt-blue-8\/80 {
  background-color: rgb(94 177 239 / 0.8)
}
.tw-bg-dt-blue-8\/85 {
  background-color: rgb(94 177 239 / 0.85)
}
.tw-bg-dt-blue-8\/90 {
  background-color: rgb(94 177 239 / 0.9)
}
.tw-bg-dt-blue-8\/95 {
  background-color: rgb(94 177 239 / 0.95)
}
.tw-bg-dt-blue-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-blue-9\/0 {
  background-color: rgb(0 144 255 / 0)
}
.tw-bg-dt-blue-9\/10 {
  background-color: rgb(0 144 255 / 0.1)
}
.tw-bg-dt-blue-9\/100 {
  background-color: rgb(0 144 255 / 1)
}
.tw-bg-dt-blue-9\/15 {
  background-color: rgb(0 144 255 / 0.15)
}
.tw-bg-dt-blue-9\/20 {
  background-color: rgb(0 144 255 / 0.2)
}
.tw-bg-dt-blue-9\/25 {
  background-color: rgb(0 144 255 / 0.25)
}
.tw-bg-dt-blue-9\/30 {
  background-color: rgb(0 144 255 / 0.3)
}
.tw-bg-dt-blue-9\/35 {
  background-color: rgb(0 144 255 / 0.35)
}
.tw-bg-dt-blue-9\/40 {
  background-color: rgb(0 144 255 / 0.4)
}
.tw-bg-dt-blue-9\/45 {
  background-color: rgb(0 144 255 / 0.45)
}
.tw-bg-dt-blue-9\/5 {
  background-color: rgb(0 144 255 / 0.05)
}
.tw-bg-dt-blue-9\/50 {
  background-color: rgb(0 144 255 / 0.5)
}
.tw-bg-dt-blue-9\/55 {
  background-color: rgb(0 144 255 / 0.55)
}
.tw-bg-dt-blue-9\/60 {
  background-color: rgb(0 144 255 / 0.6)
}
.tw-bg-dt-blue-9\/65 {
  background-color: rgb(0 144 255 / 0.65)
}
.tw-bg-dt-blue-9\/70 {
  background-color: rgb(0 144 255 / 0.7)
}
.tw-bg-dt-blue-9\/75 {
  background-color: rgb(0 144 255 / 0.75)
}
.tw-bg-dt-blue-9\/80 {
  background-color: rgb(0 144 255 / 0.8)
}
.tw-bg-dt-blue-9\/85 {
  background-color: rgb(0 144 255 / 0.85)
}
.tw-bg-dt-blue-9\/90 {
  background-color: rgb(0 144 255 / 0.9)
}
.tw-bg-dt-blue-9\/95 {
  background-color: rgb(0 144 255 / 0.95)
}
.tw-bg-dt-border-action {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-action\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-border-action\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-border-action\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-border-action\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-border-action\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-border-action\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-border-action\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-border-action\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-border-action\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-border-action\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-border-action\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-border-action\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-border-action\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-border-action\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-border-action\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-border-action\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-border-action\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-border-action\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-border-action\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-border-action\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-border-action\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-border-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(205 206 214 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-disabled\/0 {
  background-color: rgb(205 206 214 / 0)
}
.tw-bg-dt-border-disabled\/10 {
  background-color: rgb(205 206 214 / 0.1)
}
.tw-bg-dt-border-disabled\/100 {
  background-color: rgb(205 206 214 / 1)
}
.tw-bg-dt-border-disabled\/15 {
  background-color: rgb(205 206 214 / 0.15)
}
.tw-bg-dt-border-disabled\/20 {
  background-color: rgb(205 206 214 / 0.2)
}
.tw-bg-dt-border-disabled\/25 {
  background-color: rgb(205 206 214 / 0.25)
}
.tw-bg-dt-border-disabled\/30 {
  background-color: rgb(205 206 214 / 0.3)
}
.tw-bg-dt-border-disabled\/35 {
  background-color: rgb(205 206 214 / 0.35)
}
.tw-bg-dt-border-disabled\/40 {
  background-color: rgb(205 206 214 / 0.4)
}
.tw-bg-dt-border-disabled\/45 {
  background-color: rgb(205 206 214 / 0.45)
}
.tw-bg-dt-border-disabled\/5 {
  background-color: rgb(205 206 214 / 0.05)
}
.tw-bg-dt-border-disabled\/50 {
  background-color: rgb(205 206 214 / 0.5)
}
.tw-bg-dt-border-disabled\/55 {
  background-color: rgb(205 206 214 / 0.55)
}
.tw-bg-dt-border-disabled\/60 {
  background-color: rgb(205 206 214 / 0.6)
}
.tw-bg-dt-border-disabled\/65 {
  background-color: rgb(205 206 214 / 0.65)
}
.tw-bg-dt-border-disabled\/70 {
  background-color: rgb(205 206 214 / 0.7)
}
.tw-bg-dt-border-disabled\/75 {
  background-color: rgb(205 206 214 / 0.75)
}
.tw-bg-dt-border-disabled\/80 {
  background-color: rgb(205 206 214 / 0.8)
}
.tw-bg-dt-border-disabled\/85 {
  background-color: rgb(205 206 214 / 0.85)
}
.tw-bg-dt-border-disabled\/90 {
  background-color: rgb(205 206 214 / 0.9)
}
.tw-bg-dt-border-disabled\/95 {
  background-color: rgb(205 206 214 / 0.95)
}
.tw-bg-dt-border-error {
  --tw-bg-opacity: 1;
  background-color: rgb(229 72 77 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-error\/0 {
  background-color: rgb(229 72 77 / 0)
}
.tw-bg-dt-border-error\/10 {
  background-color: rgb(229 72 77 / 0.1)
}
.tw-bg-dt-border-error\/100 {
  background-color: rgb(229 72 77 / 1)
}
.tw-bg-dt-border-error\/15 {
  background-color: rgb(229 72 77 / 0.15)
}
.tw-bg-dt-border-error\/20 {
  background-color: rgb(229 72 77 / 0.2)
}
.tw-bg-dt-border-error\/25 {
  background-color: rgb(229 72 77 / 0.25)
}
.tw-bg-dt-border-error\/30 {
  background-color: rgb(229 72 77 / 0.3)
}
.tw-bg-dt-border-error\/35 {
  background-color: rgb(229 72 77 / 0.35)
}
.tw-bg-dt-border-error\/40 {
  background-color: rgb(229 72 77 / 0.4)
}
.tw-bg-dt-border-error\/45 {
  background-color: rgb(229 72 77 / 0.45)
}
.tw-bg-dt-border-error\/5 {
  background-color: rgb(229 72 77 / 0.05)
}
.tw-bg-dt-border-error\/50 {
  background-color: rgb(229 72 77 / 0.5)
}
.tw-bg-dt-border-error\/55 {
  background-color: rgb(229 72 77 / 0.55)
}
.tw-bg-dt-border-error\/60 {
  background-color: rgb(229 72 77 / 0.6)
}
.tw-bg-dt-border-error\/65 {
  background-color: rgb(229 72 77 / 0.65)
}
.tw-bg-dt-border-error\/70 {
  background-color: rgb(229 72 77 / 0.7)
}
.tw-bg-dt-border-error\/75 {
  background-color: rgb(229 72 77 / 0.75)
}
.tw-bg-dt-border-error\/80 {
  background-color: rgb(229 72 77 / 0.8)
}
.tw-bg-dt-border-error\/85 {
  background-color: rgb(229 72 77 / 0.85)
}
.tw-bg-dt-border-error\/90 {
  background-color: rgb(229 72 77 / 0.9)
}
.tw-bg-dt-border-error\/95 {
  background-color: rgb(229 72 77 / 0.95)
}
.tw-bg-dt-border-future-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(193 208 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-future-primary\/0 {
  background-color: rgb(193 208 255 / 0)
}
.tw-bg-dt-border-future-primary\/10 {
  background-color: rgb(193 208 255 / 0.1)
}
.tw-bg-dt-border-future-primary\/100 {
  background-color: rgb(193 208 255 / 1)
}
.tw-bg-dt-border-future-primary\/15 {
  background-color: rgb(193 208 255 / 0.15)
}
.tw-bg-dt-border-future-primary\/20 {
  background-color: rgb(193 208 255 / 0.2)
}
.tw-bg-dt-border-future-primary\/25 {
  background-color: rgb(193 208 255 / 0.25)
}
.tw-bg-dt-border-future-primary\/30 {
  background-color: rgb(193 208 255 / 0.3)
}
.tw-bg-dt-border-future-primary\/35 {
  background-color: rgb(193 208 255 / 0.35)
}
.tw-bg-dt-border-future-primary\/40 {
  background-color: rgb(193 208 255 / 0.4)
}
.tw-bg-dt-border-future-primary\/45 {
  background-color: rgb(193 208 255 / 0.45)
}
.tw-bg-dt-border-future-primary\/5 {
  background-color: rgb(193 208 255 / 0.05)
}
.tw-bg-dt-border-future-primary\/50 {
  background-color: rgb(193 208 255 / 0.5)
}
.tw-bg-dt-border-future-primary\/55 {
  background-color: rgb(193 208 255 / 0.55)
}
.tw-bg-dt-border-future-primary\/60 {
  background-color: rgb(193 208 255 / 0.6)
}
.tw-bg-dt-border-future-primary\/65 {
  background-color: rgb(193 208 255 / 0.65)
}
.tw-bg-dt-border-future-primary\/70 {
  background-color: rgb(193 208 255 / 0.7)
}
.tw-bg-dt-border-future-primary\/75 {
  background-color: rgb(193 208 255 / 0.75)
}
.tw-bg-dt-border-future-primary\/80 {
  background-color: rgb(193 208 255 / 0.8)
}
.tw-bg-dt-border-future-primary\/85 {
  background-color: rgb(193 208 255 / 0.85)
}
.tw-bg-dt-border-future-primary\/90 {
  background-color: rgb(193 208 255 / 0.9)
}
.tw-bg-dt-border-future-primary\/95 {
  background-color: rgb(193 208 255 / 0.95)
}
.tw-bg-dt-border-in {
  --tw-bg-opacity: 1;
  background-color: rgb(148 206 154 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-in\/0 {
  background-color: rgb(148 206 154 / 0)
}
.tw-bg-dt-border-in\/10 {
  background-color: rgb(148 206 154 / 0.1)
}
.tw-bg-dt-border-in\/100 {
  background-color: rgb(148 206 154 / 1)
}
.tw-bg-dt-border-in\/15 {
  background-color: rgb(148 206 154 / 0.15)
}
.tw-bg-dt-border-in\/20 {
  background-color: rgb(148 206 154 / 0.2)
}
.tw-bg-dt-border-in\/25 {
  background-color: rgb(148 206 154 / 0.25)
}
.tw-bg-dt-border-in\/30 {
  background-color: rgb(148 206 154 / 0.3)
}
.tw-bg-dt-border-in\/35 {
  background-color: rgb(148 206 154 / 0.35)
}
.tw-bg-dt-border-in\/40 {
  background-color: rgb(148 206 154 / 0.4)
}
.tw-bg-dt-border-in\/45 {
  background-color: rgb(148 206 154 / 0.45)
}
.tw-bg-dt-border-in\/5 {
  background-color: rgb(148 206 154 / 0.05)
}
.tw-bg-dt-border-in\/50 {
  background-color: rgb(148 206 154 / 0.5)
}
.tw-bg-dt-border-in\/55 {
  background-color: rgb(148 206 154 / 0.55)
}
.tw-bg-dt-border-in\/60 {
  background-color: rgb(148 206 154 / 0.6)
}
.tw-bg-dt-border-in\/65 {
  background-color: rgb(148 206 154 / 0.65)
}
.tw-bg-dt-border-in\/70 {
  background-color: rgb(148 206 154 / 0.7)
}
.tw-bg-dt-border-in\/75 {
  background-color: rgb(148 206 154 / 0.75)
}
.tw-bg-dt-border-in\/80 {
  background-color: rgb(148 206 154 / 0.8)
}
.tw-bg-dt-border-in\/85 {
  background-color: rgb(148 206 154 / 0.85)
}
.tw-bg-dt-border-in\/90 {
  background-color: rgb(148 206 154 / 0.9)
}
.tw-bg-dt-border-in\/95 {
  background-color: rgb(148 206 154 / 0.95)
}
.tw-bg-dt-border-information {
  --tw-bg-opacity: 1;
  background-color: rgb(5 136 240 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-information\/0 {
  background-color: rgb(5 136 240 / 0)
}
.tw-bg-dt-border-information\/10 {
  background-color: rgb(5 136 240 / 0.1)
}
.tw-bg-dt-border-information\/100 {
  background-color: rgb(5 136 240 / 1)
}
.tw-bg-dt-border-information\/15 {
  background-color: rgb(5 136 240 / 0.15)
}
.tw-bg-dt-border-information\/20 {
  background-color: rgb(5 136 240 / 0.2)
}
.tw-bg-dt-border-information\/25 {
  background-color: rgb(5 136 240 / 0.25)
}
.tw-bg-dt-border-information\/30 {
  background-color: rgb(5 136 240 / 0.3)
}
.tw-bg-dt-border-information\/35 {
  background-color: rgb(5 136 240 / 0.35)
}
.tw-bg-dt-border-information\/40 {
  background-color: rgb(5 136 240 / 0.4)
}
.tw-bg-dt-border-information\/45 {
  background-color: rgb(5 136 240 / 0.45)
}
.tw-bg-dt-border-information\/5 {
  background-color: rgb(5 136 240 / 0.05)
}
.tw-bg-dt-border-information\/50 {
  background-color: rgb(5 136 240 / 0.5)
}
.tw-bg-dt-border-information\/55 {
  background-color: rgb(5 136 240 / 0.55)
}
.tw-bg-dt-border-information\/60 {
  background-color: rgb(5 136 240 / 0.6)
}
.tw-bg-dt-border-information\/65 {
  background-color: rgb(5 136 240 / 0.65)
}
.tw-bg-dt-border-information\/70 {
  background-color: rgb(5 136 240 / 0.7)
}
.tw-bg-dt-border-information\/75 {
  background-color: rgb(5 136 240 / 0.75)
}
.tw-bg-dt-border-information\/80 {
  background-color: rgb(5 136 240 / 0.8)
}
.tw-bg-dt-border-information\/85 {
  background-color: rgb(5 136 240 / 0.85)
}
.tw-bg-dt-border-information\/90 {
  background-color: rgb(5 136 240 / 0.9)
}
.tw-bg-dt-border-information\/95 {
  background-color: rgb(5 136 240 / 0.95)
}
.tw-bg-dt-border-out {
  --tw-bg-opacity: 1;
  background-color: rgb(245 168 152 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-out\/0 {
  background-color: rgb(245 168 152 / 0)
}
.tw-bg-dt-border-out\/10 {
  background-color: rgb(245 168 152 / 0.1)
}
.tw-bg-dt-border-out\/100 {
  background-color: rgb(245 168 152 / 1)
}
.tw-bg-dt-border-out\/15 {
  background-color: rgb(245 168 152 / 0.15)
}
.tw-bg-dt-border-out\/20 {
  background-color: rgb(245 168 152 / 0.2)
}
.tw-bg-dt-border-out\/25 {
  background-color: rgb(245 168 152 / 0.25)
}
.tw-bg-dt-border-out\/30 {
  background-color: rgb(245 168 152 / 0.3)
}
.tw-bg-dt-border-out\/35 {
  background-color: rgb(245 168 152 / 0.35)
}
.tw-bg-dt-border-out\/40 {
  background-color: rgb(245 168 152 / 0.4)
}
.tw-bg-dt-border-out\/45 {
  background-color: rgb(245 168 152 / 0.45)
}
.tw-bg-dt-border-out\/5 {
  background-color: rgb(245 168 152 / 0.05)
}
.tw-bg-dt-border-out\/50 {
  background-color: rgb(245 168 152 / 0.5)
}
.tw-bg-dt-border-out\/55 {
  background-color: rgb(245 168 152 / 0.55)
}
.tw-bg-dt-border-out\/60 {
  background-color: rgb(245 168 152 / 0.6)
}
.tw-bg-dt-border-out\/65 {
  background-color: rgb(245 168 152 / 0.65)
}
.tw-bg-dt-border-out\/70 {
  background-color: rgb(245 168 152 / 0.7)
}
.tw-bg-dt-border-out\/75 {
  background-color: rgb(245 168 152 / 0.75)
}
.tw-bg-dt-border-out\/80 {
  background-color: rgb(245 168 152 / 0.8)
}
.tw-bg-dt-border-out\/85 {
  background-color: rgb(245 168 152 / 0.85)
}
.tw-bg-dt-border-out\/90 {
  background-color: rgb(245 168 152 / 0.9)
}
.tw-bg-dt-border-out\/95 {
  background-color: rgb(245 168 152 / 0.95)
}
.tw-bg-dt-border-past-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 130 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-past-primary\/0 {
  background-color: rgb(255 193 130 / 0)
}
.tw-bg-dt-border-past-primary\/10 {
  background-color: rgb(255 193 130 / 0.1)
}
.tw-bg-dt-border-past-primary\/100 {
  background-color: rgb(255 193 130 / 1)
}
.tw-bg-dt-border-past-primary\/15 {
  background-color: rgb(255 193 130 / 0.15)
}
.tw-bg-dt-border-past-primary\/20 {
  background-color: rgb(255 193 130 / 0.2)
}
.tw-bg-dt-border-past-primary\/25 {
  background-color: rgb(255 193 130 / 0.25)
}
.tw-bg-dt-border-past-primary\/30 {
  background-color: rgb(255 193 130 / 0.3)
}
.tw-bg-dt-border-past-primary\/35 {
  background-color: rgb(255 193 130 / 0.35)
}
.tw-bg-dt-border-past-primary\/40 {
  background-color: rgb(255 193 130 / 0.4)
}
.tw-bg-dt-border-past-primary\/45 {
  background-color: rgb(255 193 130 / 0.45)
}
.tw-bg-dt-border-past-primary\/5 {
  background-color: rgb(255 193 130 / 0.05)
}
.tw-bg-dt-border-past-primary\/50 {
  background-color: rgb(255 193 130 / 0.5)
}
.tw-bg-dt-border-past-primary\/55 {
  background-color: rgb(255 193 130 / 0.55)
}
.tw-bg-dt-border-past-primary\/60 {
  background-color: rgb(255 193 130 / 0.6)
}
.tw-bg-dt-border-past-primary\/65 {
  background-color: rgb(255 193 130 / 0.65)
}
.tw-bg-dt-border-past-primary\/70 {
  background-color: rgb(255 193 130 / 0.7)
}
.tw-bg-dt-border-past-primary\/75 {
  background-color: rgb(255 193 130 / 0.75)
}
.tw-bg-dt-border-past-primary\/80 {
  background-color: rgb(255 193 130 / 0.8)
}
.tw-bg-dt-border-past-primary\/85 {
  background-color: rgb(255 193 130 / 0.85)
}
.tw-bg-dt-border-past-primary\/90 {
  background-color: rgb(255 193 130 / 0.9)
}
.tw-bg-dt-border-past-primary\/95 {
  background-color: rgb(255 193 130 / 0.95)
}
.tw-bg-dt-border-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 131 141 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-primary\/0 {
  background-color: rgb(128 131 141 / 0)
}
.tw-bg-dt-border-primary\/10 {
  background-color: rgb(128 131 141 / 0.1)
}
.tw-bg-dt-border-primary\/100 {
  background-color: rgb(128 131 141 / 1)
}
.tw-bg-dt-border-primary\/15 {
  background-color: rgb(128 131 141 / 0.15)
}
.tw-bg-dt-border-primary\/20 {
  background-color: rgb(128 131 141 / 0.2)
}
.tw-bg-dt-border-primary\/25 {
  background-color: rgb(128 131 141 / 0.25)
}
.tw-bg-dt-border-primary\/30 {
  background-color: rgb(128 131 141 / 0.3)
}
.tw-bg-dt-border-primary\/35 {
  background-color: rgb(128 131 141 / 0.35)
}
.tw-bg-dt-border-primary\/40 {
  background-color: rgb(128 131 141 / 0.4)
}
.tw-bg-dt-border-primary\/45 {
  background-color: rgb(128 131 141 / 0.45)
}
.tw-bg-dt-border-primary\/5 {
  background-color: rgb(128 131 141 / 0.05)
}
.tw-bg-dt-border-primary\/50 {
  background-color: rgb(128 131 141 / 0.5)
}
.tw-bg-dt-border-primary\/55 {
  background-color: rgb(128 131 141 / 0.55)
}
.tw-bg-dt-border-primary\/60 {
  background-color: rgb(128 131 141 / 0.6)
}
.tw-bg-dt-border-primary\/65 {
  background-color: rgb(128 131 141 / 0.65)
}
.tw-bg-dt-border-primary\/70 {
  background-color: rgb(128 131 141 / 0.7)
}
.tw-bg-dt-border-primary\/75 {
  background-color: rgb(128 131 141 / 0.75)
}
.tw-bg-dt-border-primary\/80 {
  background-color: rgb(128 131 141 / 0.8)
}
.tw-bg-dt-border-primary\/85 {
  background-color: rgb(128 131 141 / 0.85)
}
.tw-bg-dt-border-primary\/90 {
  background-color: rgb(128 131 141 / 0.9)
}
.tw-bg-dt-border-primary\/95 {
  background-color: rgb(128 131 141 / 0.95)
}
.tw-bg-dt-border-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(185 187 198 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-secondary\/0 {
  background-color: rgb(185 187 198 / 0)
}
.tw-bg-dt-border-secondary\/10 {
  background-color: rgb(185 187 198 / 0.1)
}
.tw-bg-dt-border-secondary\/100 {
  background-color: rgb(185 187 198 / 1)
}
.tw-bg-dt-border-secondary\/15 {
  background-color: rgb(185 187 198 / 0.15)
}
.tw-bg-dt-border-secondary\/20 {
  background-color: rgb(185 187 198 / 0.2)
}
.tw-bg-dt-border-secondary\/25 {
  background-color: rgb(185 187 198 / 0.25)
}
.tw-bg-dt-border-secondary\/30 {
  background-color: rgb(185 187 198 / 0.3)
}
.tw-bg-dt-border-secondary\/35 {
  background-color: rgb(185 187 198 / 0.35)
}
.tw-bg-dt-border-secondary\/40 {
  background-color: rgb(185 187 198 / 0.4)
}
.tw-bg-dt-border-secondary\/45 {
  background-color: rgb(185 187 198 / 0.45)
}
.tw-bg-dt-border-secondary\/5 {
  background-color: rgb(185 187 198 / 0.05)
}
.tw-bg-dt-border-secondary\/50 {
  background-color: rgb(185 187 198 / 0.5)
}
.tw-bg-dt-border-secondary\/55 {
  background-color: rgb(185 187 198 / 0.55)
}
.tw-bg-dt-border-secondary\/60 {
  background-color: rgb(185 187 198 / 0.6)
}
.tw-bg-dt-border-secondary\/65 {
  background-color: rgb(185 187 198 / 0.65)
}
.tw-bg-dt-border-secondary\/70 {
  background-color: rgb(185 187 198 / 0.7)
}
.tw-bg-dt-border-secondary\/75 {
  background-color: rgb(185 187 198 / 0.75)
}
.tw-bg-dt-border-secondary\/80 {
  background-color: rgb(185 187 198 / 0.8)
}
.tw-bg-dt-border-secondary\/85 {
  background-color: rgb(185 187 198 / 0.85)
}
.tw-bg-dt-border-secondary\/90 {
  background-color: rgb(185 187 198 / 0.9)
}
.tw-bg-dt-border-secondary\/95 {
  background-color: rgb(185 187 198 / 0.95)
}
.tw-bg-dt-border-success {
  --tw-bg-opacity: 1;
  background-color: rgb(41 163 131 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-success\/0 {
  background-color: rgb(41 163 131 / 0)
}
.tw-bg-dt-border-success\/10 {
  background-color: rgb(41 163 131 / 0.1)
}
.tw-bg-dt-border-success\/100 {
  background-color: rgb(41 163 131 / 1)
}
.tw-bg-dt-border-success\/15 {
  background-color: rgb(41 163 131 / 0.15)
}
.tw-bg-dt-border-success\/20 {
  background-color: rgb(41 163 131 / 0.2)
}
.tw-bg-dt-border-success\/25 {
  background-color: rgb(41 163 131 / 0.25)
}
.tw-bg-dt-border-success\/30 {
  background-color: rgb(41 163 131 / 0.3)
}
.tw-bg-dt-border-success\/35 {
  background-color: rgb(41 163 131 / 0.35)
}
.tw-bg-dt-border-success\/40 {
  background-color: rgb(41 163 131 / 0.4)
}
.tw-bg-dt-border-success\/45 {
  background-color: rgb(41 163 131 / 0.45)
}
.tw-bg-dt-border-success\/5 {
  background-color: rgb(41 163 131 / 0.05)
}
.tw-bg-dt-border-success\/50 {
  background-color: rgb(41 163 131 / 0.5)
}
.tw-bg-dt-border-success\/55 {
  background-color: rgb(41 163 131 / 0.55)
}
.tw-bg-dt-border-success\/60 {
  background-color: rgb(41 163 131 / 0.6)
}
.tw-bg-dt-border-success\/65 {
  background-color: rgb(41 163 131 / 0.65)
}
.tw-bg-dt-border-success\/70 {
  background-color: rgb(41 163 131 / 0.7)
}
.tw-bg-dt-border-success\/75 {
  background-color: rgb(41 163 131 / 0.75)
}
.tw-bg-dt-border-success\/80 {
  background-color: rgb(41 163 131 / 0.8)
}
.tw-bg-dt-border-success\/85 {
  background-color: rgb(41 163 131 / 0.85)
}
.tw-bg-dt-border-success\/90 {
  background-color: rgb(41 163 131 / 0.9)
}
.tw-bg-dt-border-success\/95 {
  background-color: rgb(41 163 131 / 0.95)
}
.tw-bg-dt-border-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 243 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-tertiary\/0 {
  background-color: rgb(240 240 243 / 0)
}
.tw-bg-dt-border-tertiary\/10 {
  background-color: rgb(240 240 243 / 0.1)
}
.tw-bg-dt-border-tertiary\/100 {
  background-color: rgb(240 240 243 / 1)
}
.tw-bg-dt-border-tertiary\/15 {
  background-color: rgb(240 240 243 / 0.15)
}
.tw-bg-dt-border-tertiary\/20 {
  background-color: rgb(240 240 243 / 0.2)
}
.tw-bg-dt-border-tertiary\/25 {
  background-color: rgb(240 240 243 / 0.25)
}
.tw-bg-dt-border-tertiary\/30 {
  background-color: rgb(240 240 243 / 0.3)
}
.tw-bg-dt-border-tertiary\/35 {
  background-color: rgb(240 240 243 / 0.35)
}
.tw-bg-dt-border-tertiary\/40 {
  background-color: rgb(240 240 243 / 0.4)
}
.tw-bg-dt-border-tertiary\/45 {
  background-color: rgb(240 240 243 / 0.45)
}
.tw-bg-dt-border-tertiary\/5 {
  background-color: rgb(240 240 243 / 0.05)
}
.tw-bg-dt-border-tertiary\/50 {
  background-color: rgb(240 240 243 / 0.5)
}
.tw-bg-dt-border-tertiary\/55 {
  background-color: rgb(240 240 243 / 0.55)
}
.tw-bg-dt-border-tertiary\/60 {
  background-color: rgb(240 240 243 / 0.6)
}
.tw-bg-dt-border-tertiary\/65 {
  background-color: rgb(240 240 243 / 0.65)
}
.tw-bg-dt-border-tertiary\/70 {
  background-color: rgb(240 240 243 / 0.7)
}
.tw-bg-dt-border-tertiary\/75 {
  background-color: rgb(240 240 243 / 0.75)
}
.tw-bg-dt-border-tertiary\/80 {
  background-color: rgb(240 240 243 / 0.8)
}
.tw-bg-dt-border-tertiary\/85 {
  background-color: rgb(240 240 243 / 0.85)
}
.tw-bg-dt-border-tertiary\/90 {
  background-color: rgb(240 240 243 / 0.9)
}
.tw-bg-dt-border-tertiary\/95 {
  background-color: rgb(240 240 243 / 0.95)
}
.tw-bg-dt-border-today-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(143 225 224 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-today-primary\/0 {
  background-color: rgb(143 225 224 / 0)
}
.tw-bg-dt-border-today-primary\/10 {
  background-color: rgb(143 225 224 / 0.1)
}
.tw-bg-dt-border-today-primary\/100 {
  background-color: rgb(143 225 224 / 1)
}
.tw-bg-dt-border-today-primary\/15 {
  background-color: rgb(143 225 224 / 0.15)
}
.tw-bg-dt-border-today-primary\/20 {
  background-color: rgb(143 225 224 / 0.2)
}
.tw-bg-dt-border-today-primary\/25 {
  background-color: rgb(143 225 224 / 0.25)
}
.tw-bg-dt-border-today-primary\/30 {
  background-color: rgb(143 225 224 / 0.3)
}
.tw-bg-dt-border-today-primary\/35 {
  background-color: rgb(143 225 224 / 0.35)
}
.tw-bg-dt-border-today-primary\/40 {
  background-color: rgb(143 225 224 / 0.4)
}
.tw-bg-dt-border-today-primary\/45 {
  background-color: rgb(143 225 224 / 0.45)
}
.tw-bg-dt-border-today-primary\/5 {
  background-color: rgb(143 225 224 / 0.05)
}
.tw-bg-dt-border-today-primary\/50 {
  background-color: rgb(143 225 224 / 0.5)
}
.tw-bg-dt-border-today-primary\/55 {
  background-color: rgb(143 225 224 / 0.55)
}
.tw-bg-dt-border-today-primary\/60 {
  background-color: rgb(143 225 224 / 0.6)
}
.tw-bg-dt-border-today-primary\/65 {
  background-color: rgb(143 225 224 / 0.65)
}
.tw-bg-dt-border-today-primary\/70 {
  background-color: rgb(143 225 224 / 0.7)
}
.tw-bg-dt-border-today-primary\/75 {
  background-color: rgb(143 225 224 / 0.75)
}
.tw-bg-dt-border-today-primary\/80 {
  background-color: rgb(143 225 224 / 0.8)
}
.tw-bg-dt-border-today-primary\/85 {
  background-color: rgb(143 225 224 / 0.85)
}
.tw-bg-dt-border-today-primary\/90 {
  background-color: rgb(143 225 224 / 0.9)
}
.tw-bg-dt-border-today-primary\/95 {
  background-color: rgb(143 225 224 / 0.95)
}
.tw-bg-dt-border-today-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 248 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-today-secondary\/0 {
  background-color: rgb(217 249 248 / 0)
}
.tw-bg-dt-border-today-secondary\/10 {
  background-color: rgb(217 249 248 / 0.1)
}
.tw-bg-dt-border-today-secondary\/100 {
  background-color: rgb(217 249 248 / 1)
}
.tw-bg-dt-border-today-secondary\/15 {
  background-color: rgb(217 249 248 / 0.15)
}
.tw-bg-dt-border-today-secondary\/20 {
  background-color: rgb(217 249 248 / 0.2)
}
.tw-bg-dt-border-today-secondary\/25 {
  background-color: rgb(217 249 248 / 0.25)
}
.tw-bg-dt-border-today-secondary\/30 {
  background-color: rgb(217 249 248 / 0.3)
}
.tw-bg-dt-border-today-secondary\/35 {
  background-color: rgb(217 249 248 / 0.35)
}
.tw-bg-dt-border-today-secondary\/40 {
  background-color: rgb(217 249 248 / 0.4)
}
.tw-bg-dt-border-today-secondary\/45 {
  background-color: rgb(217 249 248 / 0.45)
}
.tw-bg-dt-border-today-secondary\/5 {
  background-color: rgb(217 249 248 / 0.05)
}
.tw-bg-dt-border-today-secondary\/50 {
  background-color: rgb(217 249 248 / 0.5)
}
.tw-bg-dt-border-today-secondary\/55 {
  background-color: rgb(217 249 248 / 0.55)
}
.tw-bg-dt-border-today-secondary\/60 {
  background-color: rgb(217 249 248 / 0.6)
}
.tw-bg-dt-border-today-secondary\/65 {
  background-color: rgb(217 249 248 / 0.65)
}
.tw-bg-dt-border-today-secondary\/70 {
  background-color: rgb(217 249 248 / 0.7)
}
.tw-bg-dt-border-today-secondary\/75 {
  background-color: rgb(217 249 248 / 0.75)
}
.tw-bg-dt-border-today-secondary\/80 {
  background-color: rgb(217 249 248 / 0.8)
}
.tw-bg-dt-border-today-secondary\/85 {
  background-color: rgb(217 249 248 / 0.85)
}
.tw-bg-dt-border-today-secondary\/90 {
  background-color: rgb(217 249 248 / 0.9)
}
.tw-bg-dt-border-today-secondary\/95 {
  background-color: rgb(217 249 248 / 0.95)
}
.tw-bg-dt-border-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 197 61 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-border-warning\/0 {
  background-color: rgb(255 197 61 / 0)
}
.tw-bg-dt-border-warning\/10 {
  background-color: rgb(255 197 61 / 0.1)
}
.tw-bg-dt-border-warning\/100 {
  background-color: rgb(255 197 61 / 1)
}
.tw-bg-dt-border-warning\/15 {
  background-color: rgb(255 197 61 / 0.15)
}
.tw-bg-dt-border-warning\/20 {
  background-color: rgb(255 197 61 / 0.2)
}
.tw-bg-dt-border-warning\/25 {
  background-color: rgb(255 197 61 / 0.25)
}
.tw-bg-dt-border-warning\/30 {
  background-color: rgb(255 197 61 / 0.3)
}
.tw-bg-dt-border-warning\/35 {
  background-color: rgb(255 197 61 / 0.35)
}
.tw-bg-dt-border-warning\/40 {
  background-color: rgb(255 197 61 / 0.4)
}
.tw-bg-dt-border-warning\/45 {
  background-color: rgb(255 197 61 / 0.45)
}
.tw-bg-dt-border-warning\/5 {
  background-color: rgb(255 197 61 / 0.05)
}
.tw-bg-dt-border-warning\/50 {
  background-color: rgb(255 197 61 / 0.5)
}
.tw-bg-dt-border-warning\/55 {
  background-color: rgb(255 197 61 / 0.55)
}
.tw-bg-dt-border-warning\/60 {
  background-color: rgb(255 197 61 / 0.6)
}
.tw-bg-dt-border-warning\/65 {
  background-color: rgb(255 197 61 / 0.65)
}
.tw-bg-dt-border-warning\/70 {
  background-color: rgb(255 197 61 / 0.7)
}
.tw-bg-dt-border-warning\/75 {
  background-color: rgb(255 197 61 / 0.75)
}
.tw-bg-dt-border-warning\/80 {
  background-color: rgb(255 197 61 / 0.8)
}
.tw-bg-dt-border-warning\/85 {
  background-color: rgb(255 197 61 / 0.85)
}
.tw-bg-dt-border-warning\/90 {
  background-color: rgb(255 197 61 / 0.9)
}
.tw-bg-dt-border-warning\/95 {
  background-color: rgb(255 197 61 / 0.95)
}
.tw-bg-dt-custom-teal-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 254 254 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-1\/0 {
  background-color: rgb(249 254 254 / 0)
}
.tw-bg-dt-custom-teal-1\/10 {
  background-color: rgb(249 254 254 / 0.1)
}
.tw-bg-dt-custom-teal-1\/100 {
  background-color: rgb(249 254 254 / 1)
}
.tw-bg-dt-custom-teal-1\/15 {
  background-color: rgb(249 254 254 / 0.15)
}
.tw-bg-dt-custom-teal-1\/20 {
  background-color: rgb(249 254 254 / 0.2)
}
.tw-bg-dt-custom-teal-1\/25 {
  background-color: rgb(249 254 254 / 0.25)
}
.tw-bg-dt-custom-teal-1\/30 {
  background-color: rgb(249 254 254 / 0.3)
}
.tw-bg-dt-custom-teal-1\/35 {
  background-color: rgb(249 254 254 / 0.35)
}
.tw-bg-dt-custom-teal-1\/40 {
  background-color: rgb(249 254 254 / 0.4)
}
.tw-bg-dt-custom-teal-1\/45 {
  background-color: rgb(249 254 254 / 0.45)
}
.tw-bg-dt-custom-teal-1\/5 {
  background-color: rgb(249 254 254 / 0.05)
}
.tw-bg-dt-custom-teal-1\/50 {
  background-color: rgb(249 254 254 / 0.5)
}
.tw-bg-dt-custom-teal-1\/55 {
  background-color: rgb(249 254 254 / 0.55)
}
.tw-bg-dt-custom-teal-1\/60 {
  background-color: rgb(249 254 254 / 0.6)
}
.tw-bg-dt-custom-teal-1\/65 {
  background-color: rgb(249 254 254 / 0.65)
}
.tw-bg-dt-custom-teal-1\/70 {
  background-color: rgb(249 254 254 / 0.7)
}
.tw-bg-dt-custom-teal-1\/75 {
  background-color: rgb(249 254 254 / 0.75)
}
.tw-bg-dt-custom-teal-1\/80 {
  background-color: rgb(249 254 254 / 0.8)
}
.tw-bg-dt-custom-teal-1\/85 {
  background-color: rgb(249 254 254 / 0.85)
}
.tw-bg-dt-custom-teal-1\/90 {
  background-color: rgb(249 254 254 / 0.9)
}
.tw-bg-dt-custom-teal-1\/95 {
  background-color: rgb(249 254 254 / 0.95)
}
.tw-bg-dt-custom-teal-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 184 185 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-10\/0 {
  background-color: rgb(0 184 185 / 0)
}
.tw-bg-dt-custom-teal-10\/10 {
  background-color: rgb(0 184 185 / 0.1)
}
.tw-bg-dt-custom-teal-10\/100 {
  background-color: rgb(0 184 185 / 1)
}
.tw-bg-dt-custom-teal-10\/15 {
  background-color: rgb(0 184 185 / 0.15)
}
.tw-bg-dt-custom-teal-10\/20 {
  background-color: rgb(0 184 185 / 0.2)
}
.tw-bg-dt-custom-teal-10\/25 {
  background-color: rgb(0 184 185 / 0.25)
}
.tw-bg-dt-custom-teal-10\/30 {
  background-color: rgb(0 184 185 / 0.3)
}
.tw-bg-dt-custom-teal-10\/35 {
  background-color: rgb(0 184 185 / 0.35)
}
.tw-bg-dt-custom-teal-10\/40 {
  background-color: rgb(0 184 185 / 0.4)
}
.tw-bg-dt-custom-teal-10\/45 {
  background-color: rgb(0 184 185 / 0.45)
}
.tw-bg-dt-custom-teal-10\/5 {
  background-color: rgb(0 184 185 / 0.05)
}
.tw-bg-dt-custom-teal-10\/50 {
  background-color: rgb(0 184 185 / 0.5)
}
.tw-bg-dt-custom-teal-10\/55 {
  background-color: rgb(0 184 185 / 0.55)
}
.tw-bg-dt-custom-teal-10\/60 {
  background-color: rgb(0 184 185 / 0.6)
}
.tw-bg-dt-custom-teal-10\/65 {
  background-color: rgb(0 184 185 / 0.65)
}
.tw-bg-dt-custom-teal-10\/70 {
  background-color: rgb(0 184 185 / 0.7)
}
.tw-bg-dt-custom-teal-10\/75 {
  background-color: rgb(0 184 185 / 0.75)
}
.tw-bg-dt-custom-teal-10\/80 {
  background-color: rgb(0 184 185 / 0.8)
}
.tw-bg-dt-custom-teal-10\/85 {
  background-color: rgb(0 184 185 / 0.85)
}
.tw-bg-dt-custom-teal-10\/90 {
  background-color: rgb(0 184 185 / 0.9)
}
.tw-bg-dt-custom-teal-10\/95 {
  background-color: rgb(0 184 185 / 0.95)
}
.tw-bg-dt-custom-teal-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-11\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-custom-teal-11\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-custom-teal-11\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-custom-teal-11\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-custom-teal-11\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-custom-teal-11\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-custom-teal-11\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-custom-teal-11\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-custom-teal-11\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-custom-teal-11\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-custom-teal-11\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-custom-teal-11\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-custom-teal-11\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-custom-teal-11\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-custom-teal-11\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-custom-teal-11\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-custom-teal-11\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-custom-teal-11\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-custom-teal-11\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-custom-teal-11\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-custom-teal-11\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-custom-teal-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 63 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-12\/0 {
  background-color: rgb(0 63 63 / 0)
}
.tw-bg-dt-custom-teal-12\/10 {
  background-color: rgb(0 63 63 / 0.1)
}
.tw-bg-dt-custom-teal-12\/100 {
  background-color: rgb(0 63 63 / 1)
}
.tw-bg-dt-custom-teal-12\/15 {
  background-color: rgb(0 63 63 / 0.15)
}
.tw-bg-dt-custom-teal-12\/20 {
  background-color: rgb(0 63 63 / 0.2)
}
.tw-bg-dt-custom-teal-12\/25 {
  background-color: rgb(0 63 63 / 0.25)
}
.tw-bg-dt-custom-teal-12\/30 {
  background-color: rgb(0 63 63 / 0.3)
}
.tw-bg-dt-custom-teal-12\/35 {
  background-color: rgb(0 63 63 / 0.35)
}
.tw-bg-dt-custom-teal-12\/40 {
  background-color: rgb(0 63 63 / 0.4)
}
.tw-bg-dt-custom-teal-12\/45 {
  background-color: rgb(0 63 63 / 0.45)
}
.tw-bg-dt-custom-teal-12\/5 {
  background-color: rgb(0 63 63 / 0.05)
}
.tw-bg-dt-custom-teal-12\/50 {
  background-color: rgb(0 63 63 / 0.5)
}
.tw-bg-dt-custom-teal-12\/55 {
  background-color: rgb(0 63 63 / 0.55)
}
.tw-bg-dt-custom-teal-12\/60 {
  background-color: rgb(0 63 63 / 0.6)
}
.tw-bg-dt-custom-teal-12\/65 {
  background-color: rgb(0 63 63 / 0.65)
}
.tw-bg-dt-custom-teal-12\/70 {
  background-color: rgb(0 63 63 / 0.7)
}
.tw-bg-dt-custom-teal-12\/75 {
  background-color: rgb(0 63 63 / 0.75)
}
.tw-bg-dt-custom-teal-12\/80 {
  background-color: rgb(0 63 63 / 0.8)
}
.tw-bg-dt-custom-teal-12\/85 {
  background-color: rgb(0 63 63 / 0.85)
}
.tw-bg-dt-custom-teal-12\/90 {
  background-color: rgb(0 63 63 / 0.9)
}
.tw-bg-dt-custom-teal-12\/95 {
  background-color: rgb(0 63 63 / 0.95)
}
.tw-bg-dt-custom-teal-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 251 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-2\/0 {
  background-color: rgb(241 251 251 / 0)
}
.tw-bg-dt-custom-teal-2\/10 {
  background-color: rgb(241 251 251 / 0.1)
}
.tw-bg-dt-custom-teal-2\/100 {
  background-color: rgb(241 251 251 / 1)
}
.tw-bg-dt-custom-teal-2\/15 {
  background-color: rgb(241 251 251 / 0.15)
}
.tw-bg-dt-custom-teal-2\/20 {
  background-color: rgb(241 251 251 / 0.2)
}
.tw-bg-dt-custom-teal-2\/25 {
  background-color: rgb(241 251 251 / 0.25)
}
.tw-bg-dt-custom-teal-2\/30 {
  background-color: rgb(241 251 251 / 0.3)
}
.tw-bg-dt-custom-teal-2\/35 {
  background-color: rgb(241 251 251 / 0.35)
}
.tw-bg-dt-custom-teal-2\/40 {
  background-color: rgb(241 251 251 / 0.4)
}
.tw-bg-dt-custom-teal-2\/45 {
  background-color: rgb(241 251 251 / 0.45)
}
.tw-bg-dt-custom-teal-2\/5 {
  background-color: rgb(241 251 251 / 0.05)
}
.tw-bg-dt-custom-teal-2\/50 {
  background-color: rgb(241 251 251 / 0.5)
}
.tw-bg-dt-custom-teal-2\/55 {
  background-color: rgb(241 251 251 / 0.55)
}
.tw-bg-dt-custom-teal-2\/60 {
  background-color: rgb(241 251 251 / 0.6)
}
.tw-bg-dt-custom-teal-2\/65 {
  background-color: rgb(241 251 251 / 0.65)
}
.tw-bg-dt-custom-teal-2\/70 {
  background-color: rgb(241 251 251 / 0.7)
}
.tw-bg-dt-custom-teal-2\/75 {
  background-color: rgb(241 251 251 / 0.75)
}
.tw-bg-dt-custom-teal-2\/80 {
  background-color: rgb(241 251 251 / 0.8)
}
.tw-bg-dt-custom-teal-2\/85 {
  background-color: rgb(241 251 251 / 0.85)
}
.tw-bg-dt-custom-teal-2\/90 {
  background-color: rgb(241 251 251 / 0.9)
}
.tw-bg-dt-custom-teal-2\/95 {
  background-color: rgb(241 251 251 / 0.95)
}
.tw-bg-dt-custom-teal-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 248 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-3\/0 {
  background-color: rgb(217 249 248 / 0)
}
.tw-bg-dt-custom-teal-3\/10 {
  background-color: rgb(217 249 248 / 0.1)
}
.tw-bg-dt-custom-teal-3\/100 {
  background-color: rgb(217 249 248 / 1)
}
.tw-bg-dt-custom-teal-3\/15 {
  background-color: rgb(217 249 248 / 0.15)
}
.tw-bg-dt-custom-teal-3\/20 {
  background-color: rgb(217 249 248 / 0.2)
}
.tw-bg-dt-custom-teal-3\/25 {
  background-color: rgb(217 249 248 / 0.25)
}
.tw-bg-dt-custom-teal-3\/30 {
  background-color: rgb(217 249 248 / 0.3)
}
.tw-bg-dt-custom-teal-3\/35 {
  background-color: rgb(217 249 248 / 0.35)
}
.tw-bg-dt-custom-teal-3\/40 {
  background-color: rgb(217 249 248 / 0.4)
}
.tw-bg-dt-custom-teal-3\/45 {
  background-color: rgb(217 249 248 / 0.45)
}
.tw-bg-dt-custom-teal-3\/5 {
  background-color: rgb(217 249 248 / 0.05)
}
.tw-bg-dt-custom-teal-3\/50 {
  background-color: rgb(217 249 248 / 0.5)
}
.tw-bg-dt-custom-teal-3\/55 {
  background-color: rgb(217 249 248 / 0.55)
}
.tw-bg-dt-custom-teal-3\/60 {
  background-color: rgb(217 249 248 / 0.6)
}
.tw-bg-dt-custom-teal-3\/65 {
  background-color: rgb(217 249 248 / 0.65)
}
.tw-bg-dt-custom-teal-3\/70 {
  background-color: rgb(217 249 248 / 0.7)
}
.tw-bg-dt-custom-teal-3\/75 {
  background-color: rgb(217 249 248 / 0.75)
}
.tw-bg-dt-custom-teal-3\/80 {
  background-color: rgb(217 249 248 / 0.8)
}
.tw-bg-dt-custom-teal-3\/85 {
  background-color: rgb(217 249 248 / 0.85)
}
.tw-bg-dt-custom-teal-3\/90 {
  background-color: rgb(217 249 248 / 0.9)
}
.tw-bg-dt-custom-teal-3\/95 {
  background-color: rgb(217 249 248 / 0.95)
}
.tw-bg-dt-custom-teal-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 244 243 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-4\/0 {
  background-color: rgb(194 244 243 / 0)
}
.tw-bg-dt-custom-teal-4\/10 {
  background-color: rgb(194 244 243 / 0.1)
}
.tw-bg-dt-custom-teal-4\/100 {
  background-color: rgb(194 244 243 / 1)
}
.tw-bg-dt-custom-teal-4\/15 {
  background-color: rgb(194 244 243 / 0.15)
}
.tw-bg-dt-custom-teal-4\/20 {
  background-color: rgb(194 244 243 / 0.2)
}
.tw-bg-dt-custom-teal-4\/25 {
  background-color: rgb(194 244 243 / 0.25)
}
.tw-bg-dt-custom-teal-4\/30 {
  background-color: rgb(194 244 243 / 0.3)
}
.tw-bg-dt-custom-teal-4\/35 {
  background-color: rgb(194 244 243 / 0.35)
}
.tw-bg-dt-custom-teal-4\/40 {
  background-color: rgb(194 244 243 / 0.4)
}
.tw-bg-dt-custom-teal-4\/45 {
  background-color: rgb(194 244 243 / 0.45)
}
.tw-bg-dt-custom-teal-4\/5 {
  background-color: rgb(194 244 243 / 0.05)
}
.tw-bg-dt-custom-teal-4\/50 {
  background-color: rgb(194 244 243 / 0.5)
}
.tw-bg-dt-custom-teal-4\/55 {
  background-color: rgb(194 244 243 / 0.55)
}
.tw-bg-dt-custom-teal-4\/60 {
  background-color: rgb(194 244 243 / 0.6)
}
.tw-bg-dt-custom-teal-4\/65 {
  background-color: rgb(194 244 243 / 0.65)
}
.tw-bg-dt-custom-teal-4\/70 {
  background-color: rgb(194 244 243 / 0.7)
}
.tw-bg-dt-custom-teal-4\/75 {
  background-color: rgb(194 244 243 / 0.75)
}
.tw-bg-dt-custom-teal-4\/80 {
  background-color: rgb(194 244 243 / 0.8)
}
.tw-bg-dt-custom-teal-4\/85 {
  background-color: rgb(194 244 243 / 0.85)
}
.tw-bg-dt-custom-teal-4\/90 {
  background-color: rgb(194 244 243 / 0.9)
}
.tw-bg-dt-custom-teal-4\/95 {
  background-color: rgb(194 244 243 / 0.95)
}
.tw-bg-dt-custom-teal-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 237 235 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-5\/0 {
  background-color: rgb(170 237 235 / 0)
}
.tw-bg-dt-custom-teal-5\/10 {
  background-color: rgb(170 237 235 / 0.1)
}
.tw-bg-dt-custom-teal-5\/100 {
  background-color: rgb(170 237 235 / 1)
}
.tw-bg-dt-custom-teal-5\/15 {
  background-color: rgb(170 237 235 / 0.15)
}
.tw-bg-dt-custom-teal-5\/20 {
  background-color: rgb(170 237 235 / 0.2)
}
.tw-bg-dt-custom-teal-5\/25 {
  background-color: rgb(170 237 235 / 0.25)
}
.tw-bg-dt-custom-teal-5\/30 {
  background-color: rgb(170 237 235 / 0.3)
}
.tw-bg-dt-custom-teal-5\/35 {
  background-color: rgb(170 237 235 / 0.35)
}
.tw-bg-dt-custom-teal-5\/40 {
  background-color: rgb(170 237 235 / 0.4)
}
.tw-bg-dt-custom-teal-5\/45 {
  background-color: rgb(170 237 235 / 0.45)
}
.tw-bg-dt-custom-teal-5\/5 {
  background-color: rgb(170 237 235 / 0.05)
}
.tw-bg-dt-custom-teal-5\/50 {
  background-color: rgb(170 237 235 / 0.5)
}
.tw-bg-dt-custom-teal-5\/55 {
  background-color: rgb(170 237 235 / 0.55)
}
.tw-bg-dt-custom-teal-5\/60 {
  background-color: rgb(170 237 235 / 0.6)
}
.tw-bg-dt-custom-teal-5\/65 {
  background-color: rgb(170 237 235 / 0.65)
}
.tw-bg-dt-custom-teal-5\/70 {
  background-color: rgb(170 237 235 / 0.7)
}
.tw-bg-dt-custom-teal-5\/75 {
  background-color: rgb(170 237 235 / 0.75)
}
.tw-bg-dt-custom-teal-5\/80 {
  background-color: rgb(170 237 235 / 0.8)
}
.tw-bg-dt-custom-teal-5\/85 {
  background-color: rgb(170 237 235 / 0.85)
}
.tw-bg-dt-custom-teal-5\/90 {
  background-color: rgb(170 237 235 / 0.9)
}
.tw-bg-dt-custom-teal-5\/95 {
  background-color: rgb(170 237 235 / 0.95)
}
.tw-bg-dt-custom-teal-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 225 224 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-6\/0 {
  background-color: rgb(143 225 224 / 0)
}
.tw-bg-dt-custom-teal-6\/10 {
  background-color: rgb(143 225 224 / 0.1)
}
.tw-bg-dt-custom-teal-6\/100 {
  background-color: rgb(143 225 224 / 1)
}
.tw-bg-dt-custom-teal-6\/15 {
  background-color: rgb(143 225 224 / 0.15)
}
.tw-bg-dt-custom-teal-6\/20 {
  background-color: rgb(143 225 224 / 0.2)
}
.tw-bg-dt-custom-teal-6\/25 {
  background-color: rgb(143 225 224 / 0.25)
}
.tw-bg-dt-custom-teal-6\/30 {
  background-color: rgb(143 225 224 / 0.3)
}
.tw-bg-dt-custom-teal-6\/35 {
  background-color: rgb(143 225 224 / 0.35)
}
.tw-bg-dt-custom-teal-6\/40 {
  background-color: rgb(143 225 224 / 0.4)
}
.tw-bg-dt-custom-teal-6\/45 {
  background-color: rgb(143 225 224 / 0.45)
}
.tw-bg-dt-custom-teal-6\/5 {
  background-color: rgb(143 225 224 / 0.05)
}
.tw-bg-dt-custom-teal-6\/50 {
  background-color: rgb(143 225 224 / 0.5)
}
.tw-bg-dt-custom-teal-6\/55 {
  background-color: rgb(143 225 224 / 0.55)
}
.tw-bg-dt-custom-teal-6\/60 {
  background-color: rgb(143 225 224 / 0.6)
}
.tw-bg-dt-custom-teal-6\/65 {
  background-color: rgb(143 225 224 / 0.65)
}
.tw-bg-dt-custom-teal-6\/70 {
  background-color: rgb(143 225 224 / 0.7)
}
.tw-bg-dt-custom-teal-6\/75 {
  background-color: rgb(143 225 224 / 0.75)
}
.tw-bg-dt-custom-teal-6\/80 {
  background-color: rgb(143 225 224 / 0.8)
}
.tw-bg-dt-custom-teal-6\/85 {
  background-color: rgb(143 225 224 / 0.85)
}
.tw-bg-dt-custom-teal-6\/90 {
  background-color: rgb(143 225 224 / 0.9)
}
.tw-bg-dt-custom-teal-6\/95 {
  background-color: rgb(143 225 224 / 0.95)
}
.tw-bg-dt-custom-teal-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 210 209 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-7\/0 {
  background-color: rgb(105 210 209 / 0)
}
.tw-bg-dt-custom-teal-7\/10 {
  background-color: rgb(105 210 209 / 0.1)
}
.tw-bg-dt-custom-teal-7\/100 {
  background-color: rgb(105 210 209 / 1)
}
.tw-bg-dt-custom-teal-7\/15 {
  background-color: rgb(105 210 209 / 0.15)
}
.tw-bg-dt-custom-teal-7\/20 {
  background-color: rgb(105 210 209 / 0.2)
}
.tw-bg-dt-custom-teal-7\/25 {
  background-color: rgb(105 210 209 / 0.25)
}
.tw-bg-dt-custom-teal-7\/30 {
  background-color: rgb(105 210 209 / 0.3)
}
.tw-bg-dt-custom-teal-7\/35 {
  background-color: rgb(105 210 209 / 0.35)
}
.tw-bg-dt-custom-teal-7\/40 {
  background-color: rgb(105 210 209 / 0.4)
}
.tw-bg-dt-custom-teal-7\/45 {
  background-color: rgb(105 210 209 / 0.45)
}
.tw-bg-dt-custom-teal-7\/5 {
  background-color: rgb(105 210 209 / 0.05)
}
.tw-bg-dt-custom-teal-7\/50 {
  background-color: rgb(105 210 209 / 0.5)
}
.tw-bg-dt-custom-teal-7\/55 {
  background-color: rgb(105 210 209 / 0.55)
}
.tw-bg-dt-custom-teal-7\/60 {
  background-color: rgb(105 210 209 / 0.6)
}
.tw-bg-dt-custom-teal-7\/65 {
  background-color: rgb(105 210 209 / 0.65)
}
.tw-bg-dt-custom-teal-7\/70 {
  background-color: rgb(105 210 209 / 0.7)
}
.tw-bg-dt-custom-teal-7\/75 {
  background-color: rgb(105 210 209 / 0.75)
}
.tw-bg-dt-custom-teal-7\/80 {
  background-color: rgb(105 210 209 / 0.8)
}
.tw-bg-dt-custom-teal-7\/85 {
  background-color: rgb(105 210 209 / 0.85)
}
.tw-bg-dt-custom-teal-7\/90 {
  background-color: rgb(105 210 209 / 0.9)
}
.tw-bg-dt-custom-teal-7\/95 {
  background-color: rgb(105 210 209 / 0.95)
}
.tw-bg-dt-custom-teal-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 190 190 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-8\/0 {
  background-color: rgb(0 190 190 / 0)
}
.tw-bg-dt-custom-teal-8\/10 {
  background-color: rgb(0 190 190 / 0.1)
}
.tw-bg-dt-custom-teal-8\/100 {
  background-color: rgb(0 190 190 / 1)
}
.tw-bg-dt-custom-teal-8\/15 {
  background-color: rgb(0 190 190 / 0.15)
}
.tw-bg-dt-custom-teal-8\/20 {
  background-color: rgb(0 190 190 / 0.2)
}
.tw-bg-dt-custom-teal-8\/25 {
  background-color: rgb(0 190 190 / 0.25)
}
.tw-bg-dt-custom-teal-8\/30 {
  background-color: rgb(0 190 190 / 0.3)
}
.tw-bg-dt-custom-teal-8\/35 {
  background-color: rgb(0 190 190 / 0.35)
}
.tw-bg-dt-custom-teal-8\/40 {
  background-color: rgb(0 190 190 / 0.4)
}
.tw-bg-dt-custom-teal-8\/45 {
  background-color: rgb(0 190 190 / 0.45)
}
.tw-bg-dt-custom-teal-8\/5 {
  background-color: rgb(0 190 190 / 0.05)
}
.tw-bg-dt-custom-teal-8\/50 {
  background-color: rgb(0 190 190 / 0.5)
}
.tw-bg-dt-custom-teal-8\/55 {
  background-color: rgb(0 190 190 / 0.55)
}
.tw-bg-dt-custom-teal-8\/60 {
  background-color: rgb(0 190 190 / 0.6)
}
.tw-bg-dt-custom-teal-8\/65 {
  background-color: rgb(0 190 190 / 0.65)
}
.tw-bg-dt-custom-teal-8\/70 {
  background-color: rgb(0 190 190 / 0.7)
}
.tw-bg-dt-custom-teal-8\/75 {
  background-color: rgb(0 190 190 / 0.75)
}
.tw-bg-dt-custom-teal-8\/80 {
  background-color: rgb(0 190 190 / 0.8)
}
.tw-bg-dt-custom-teal-8\/85 {
  background-color: rgb(0 190 190 / 0.85)
}
.tw-bg-dt-custom-teal-8\/90 {
  background-color: rgb(0 190 190 / 0.9)
}
.tw-bg-dt-custom-teal-8\/95 {
  background-color: rgb(0 190 190 / 0.95)
}
.tw-bg-dt-custom-teal-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-9\/0 {
  background-color: rgb(0 196 196 / 0)
}
.tw-bg-dt-custom-teal-9\/10 {
  background-color: rgb(0 196 196 / 0.1)
}
.tw-bg-dt-custom-teal-9\/100 {
  background-color: rgb(0 196 196 / 1)
}
.tw-bg-dt-custom-teal-9\/15 {
  background-color: rgb(0 196 196 / 0.15)
}
.tw-bg-dt-custom-teal-9\/20 {
  background-color: rgb(0 196 196 / 0.2)
}
.tw-bg-dt-custom-teal-9\/25 {
  background-color: rgb(0 196 196 / 0.25)
}
.tw-bg-dt-custom-teal-9\/30 {
  background-color: rgb(0 196 196 / 0.3)
}
.tw-bg-dt-custom-teal-9\/35 {
  background-color: rgb(0 196 196 / 0.35)
}
.tw-bg-dt-custom-teal-9\/40 {
  background-color: rgb(0 196 196 / 0.4)
}
.tw-bg-dt-custom-teal-9\/45 {
  background-color: rgb(0 196 196 / 0.45)
}
.tw-bg-dt-custom-teal-9\/5 {
  background-color: rgb(0 196 196 / 0.05)
}
.tw-bg-dt-custom-teal-9\/50 {
  background-color: rgb(0 196 196 / 0.5)
}
.tw-bg-dt-custom-teal-9\/55 {
  background-color: rgb(0 196 196 / 0.55)
}
.tw-bg-dt-custom-teal-9\/60 {
  background-color: rgb(0 196 196 / 0.6)
}
.tw-bg-dt-custom-teal-9\/65 {
  background-color: rgb(0 196 196 / 0.65)
}
.tw-bg-dt-custom-teal-9\/70 {
  background-color: rgb(0 196 196 / 0.7)
}
.tw-bg-dt-custom-teal-9\/75 {
  background-color: rgb(0 196 196 / 0.75)
}
.tw-bg-dt-custom-teal-9\/80 {
  background-color: rgb(0 196 196 / 0.8)
}
.tw-bg-dt-custom-teal-9\/85 {
  background-color: rgb(0 196 196 / 0.85)
}
.tw-bg-dt-custom-teal-9\/90 {
  background-color: rgb(0 196 196 / 0.9)
}
.tw-bg-dt-custom-teal-9\/95 {
  background-color: rgb(0 196 196 / 0.95)
}
.tw-bg-dt-custom-teal-a-1 {
  background-color: rgba(0,213,213,0.023)
}
.tw-bg-dt-custom-teal-a-1\/0 {
  background-color: rgba(0, 213, 213, 0)
}
.tw-bg-dt-custom-teal-a-1\/10 {
  background-color: rgba(0, 213, 213, 0.1)
}
.tw-bg-dt-custom-teal-a-1\/100 {
  background-color: rgba(0, 213, 213, 1)
}
.tw-bg-dt-custom-teal-a-1\/15 {
  background-color: rgba(0, 213, 213, 0.15)
}
.tw-bg-dt-custom-teal-a-1\/20 {
  background-color: rgba(0, 213, 213, 0.2)
}
.tw-bg-dt-custom-teal-a-1\/25 {
  background-color: rgba(0, 213, 213, 0.25)
}
.tw-bg-dt-custom-teal-a-1\/30 {
  background-color: rgba(0, 213, 213, 0.3)
}
.tw-bg-dt-custom-teal-a-1\/35 {
  background-color: rgba(0, 213, 213, 0.35)
}
.tw-bg-dt-custom-teal-a-1\/40 {
  background-color: rgba(0, 213, 213, 0.4)
}
.tw-bg-dt-custom-teal-a-1\/45 {
  background-color: rgba(0, 213, 213, 0.45)
}
.tw-bg-dt-custom-teal-a-1\/5 {
  background-color: rgba(0, 213, 213, 0.05)
}
.tw-bg-dt-custom-teal-a-1\/50 {
  background-color: rgba(0, 213, 213, 0.5)
}
.tw-bg-dt-custom-teal-a-1\/55 {
  background-color: rgba(0, 213, 213, 0.55)
}
.tw-bg-dt-custom-teal-a-1\/60 {
  background-color: rgba(0, 213, 213, 0.6)
}
.tw-bg-dt-custom-teal-a-1\/65 {
  background-color: rgba(0, 213, 213, 0.65)
}
.tw-bg-dt-custom-teal-a-1\/70 {
  background-color: rgba(0, 213, 213, 0.7)
}
.tw-bg-dt-custom-teal-a-1\/75 {
  background-color: rgba(0, 213, 213, 0.75)
}
.tw-bg-dt-custom-teal-a-1\/80 {
  background-color: rgba(0, 213, 213, 0.8)
}
.tw-bg-dt-custom-teal-a-1\/85 {
  background-color: rgba(0, 213, 213, 0.85)
}
.tw-bg-dt-custom-teal-a-1\/90 {
  background-color: rgba(0, 213, 213, 0.9)
}
.tw-bg-dt-custom-teal-a-1\/95 {
  background-color: rgba(0, 213, 213, 0.95)
}
.tw-bg-dt-custom-teal-a-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 184 185 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-a-10\/0 {
  background-color: rgb(0 184 185 / 0)
}
.tw-bg-dt-custom-teal-a-10\/10 {
  background-color: rgb(0 184 185 / 0.1)
}
.tw-bg-dt-custom-teal-a-10\/100 {
  background-color: rgb(0 184 185 / 1)
}
.tw-bg-dt-custom-teal-a-10\/15 {
  background-color: rgb(0 184 185 / 0.15)
}
.tw-bg-dt-custom-teal-a-10\/20 {
  background-color: rgb(0 184 185 / 0.2)
}
.tw-bg-dt-custom-teal-a-10\/25 {
  background-color: rgb(0 184 185 / 0.25)
}
.tw-bg-dt-custom-teal-a-10\/30 {
  background-color: rgb(0 184 185 / 0.3)
}
.tw-bg-dt-custom-teal-a-10\/35 {
  background-color: rgb(0 184 185 / 0.35)
}
.tw-bg-dt-custom-teal-a-10\/40 {
  background-color: rgb(0 184 185 / 0.4)
}
.tw-bg-dt-custom-teal-a-10\/45 {
  background-color: rgb(0 184 185 / 0.45)
}
.tw-bg-dt-custom-teal-a-10\/5 {
  background-color: rgb(0 184 185 / 0.05)
}
.tw-bg-dt-custom-teal-a-10\/50 {
  background-color: rgb(0 184 185 / 0.5)
}
.tw-bg-dt-custom-teal-a-10\/55 {
  background-color: rgb(0 184 185 / 0.55)
}
.tw-bg-dt-custom-teal-a-10\/60 {
  background-color: rgb(0 184 185 / 0.6)
}
.tw-bg-dt-custom-teal-a-10\/65 {
  background-color: rgb(0 184 185 / 0.65)
}
.tw-bg-dt-custom-teal-a-10\/70 {
  background-color: rgb(0 184 185 / 0.7)
}
.tw-bg-dt-custom-teal-a-10\/75 {
  background-color: rgb(0 184 185 / 0.75)
}
.tw-bg-dt-custom-teal-a-10\/80 {
  background-color: rgb(0 184 185 / 0.8)
}
.tw-bg-dt-custom-teal-a-10\/85 {
  background-color: rgb(0 184 185 / 0.85)
}
.tw-bg-dt-custom-teal-a-10\/90 {
  background-color: rgb(0 184 185 / 0.9)
}
.tw-bg-dt-custom-teal-a-10\/95 {
  background-color: rgb(0 184 185 / 0.95)
}
.tw-bg-dt-custom-teal-a-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-a-11\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-custom-teal-a-11\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-custom-teal-a-11\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-custom-teal-a-11\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-custom-teal-a-11\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-custom-teal-a-11\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-custom-teal-a-11\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-custom-teal-a-11\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-custom-teal-a-11\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-custom-teal-a-11\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-custom-teal-a-11\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-custom-teal-a-11\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-custom-teal-a-11\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-custom-teal-a-11\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-custom-teal-a-11\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-custom-teal-a-11\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-custom-teal-a-11\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-custom-teal-a-11\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-custom-teal-a-11\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-custom-teal-a-11\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-custom-teal-a-11\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-custom-teal-a-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 63 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-a-12\/0 {
  background-color: rgb(0 63 63 / 0)
}
.tw-bg-dt-custom-teal-a-12\/10 {
  background-color: rgb(0 63 63 / 0.1)
}
.tw-bg-dt-custom-teal-a-12\/100 {
  background-color: rgb(0 63 63 / 1)
}
.tw-bg-dt-custom-teal-a-12\/15 {
  background-color: rgb(0 63 63 / 0.15)
}
.tw-bg-dt-custom-teal-a-12\/20 {
  background-color: rgb(0 63 63 / 0.2)
}
.tw-bg-dt-custom-teal-a-12\/25 {
  background-color: rgb(0 63 63 / 0.25)
}
.tw-bg-dt-custom-teal-a-12\/30 {
  background-color: rgb(0 63 63 / 0.3)
}
.tw-bg-dt-custom-teal-a-12\/35 {
  background-color: rgb(0 63 63 / 0.35)
}
.tw-bg-dt-custom-teal-a-12\/40 {
  background-color: rgb(0 63 63 / 0.4)
}
.tw-bg-dt-custom-teal-a-12\/45 {
  background-color: rgb(0 63 63 / 0.45)
}
.tw-bg-dt-custom-teal-a-12\/5 {
  background-color: rgb(0 63 63 / 0.05)
}
.tw-bg-dt-custom-teal-a-12\/50 {
  background-color: rgb(0 63 63 / 0.5)
}
.tw-bg-dt-custom-teal-a-12\/55 {
  background-color: rgb(0 63 63 / 0.55)
}
.tw-bg-dt-custom-teal-a-12\/60 {
  background-color: rgb(0 63 63 / 0.6)
}
.tw-bg-dt-custom-teal-a-12\/65 {
  background-color: rgb(0 63 63 / 0.65)
}
.tw-bg-dt-custom-teal-a-12\/70 {
  background-color: rgb(0 63 63 / 0.7)
}
.tw-bg-dt-custom-teal-a-12\/75 {
  background-color: rgb(0 63 63 / 0.75)
}
.tw-bg-dt-custom-teal-a-12\/80 {
  background-color: rgb(0 63 63 / 0.8)
}
.tw-bg-dt-custom-teal-a-12\/85 {
  background-color: rgb(0 63 63 / 0.85)
}
.tw-bg-dt-custom-teal-a-12\/90 {
  background-color: rgb(0 63 63 / 0.9)
}
.tw-bg-dt-custom-teal-a-12\/95 {
  background-color: rgb(0 63 63 / 0.95)
}
.tw-bg-dt-custom-teal-a-2 {
  background-color: rgba(0,183,183,0.055)
}
.tw-bg-dt-custom-teal-a-2\/0 {
  background-color: rgba(0, 183, 183, 0)
}
.tw-bg-dt-custom-teal-a-2\/10 {
  background-color: rgba(0, 183, 183, 0.1)
}
.tw-bg-dt-custom-teal-a-2\/100 {
  background-color: rgba(0, 183, 183, 1)
}
.tw-bg-dt-custom-teal-a-2\/15 {
  background-color: rgba(0, 183, 183, 0.15)
}
.tw-bg-dt-custom-teal-a-2\/20 {
  background-color: rgba(0, 183, 183, 0.2)
}
.tw-bg-dt-custom-teal-a-2\/25 {
  background-color: rgba(0, 183, 183, 0.25)
}
.tw-bg-dt-custom-teal-a-2\/30 {
  background-color: rgba(0, 183, 183, 0.3)
}
.tw-bg-dt-custom-teal-a-2\/35 {
  background-color: rgba(0, 183, 183, 0.35)
}
.tw-bg-dt-custom-teal-a-2\/40 {
  background-color: rgba(0, 183, 183, 0.4)
}
.tw-bg-dt-custom-teal-a-2\/45 {
  background-color: rgba(0, 183, 183, 0.45)
}
.tw-bg-dt-custom-teal-a-2\/5 {
  background-color: rgba(0, 183, 183, 0.05)
}
.tw-bg-dt-custom-teal-a-2\/50 {
  background-color: rgba(0, 183, 183, 0.5)
}
.tw-bg-dt-custom-teal-a-2\/55 {
  background-color: rgba(0, 183, 183, 0.55)
}
.tw-bg-dt-custom-teal-a-2\/60 {
  background-color: rgba(0, 183, 183, 0.6)
}
.tw-bg-dt-custom-teal-a-2\/65 {
  background-color: rgba(0, 183, 183, 0.65)
}
.tw-bg-dt-custom-teal-a-2\/70 {
  background-color: rgba(0, 183, 183, 0.7)
}
.tw-bg-dt-custom-teal-a-2\/75 {
  background-color: rgba(0, 183, 183, 0.75)
}
.tw-bg-dt-custom-teal-a-2\/80 {
  background-color: rgba(0, 183, 183, 0.8)
}
.tw-bg-dt-custom-teal-a-2\/85 {
  background-color: rgba(0, 183, 183, 0.85)
}
.tw-bg-dt-custom-teal-a-2\/90 {
  background-color: rgba(0, 183, 183, 0.9)
}
.tw-bg-dt-custom-teal-a-2\/95 {
  background-color: rgba(0, 183, 183, 0.95)
}
.tw-bg-dt-custom-teal-a-3 {
  background-color: rgba(0,215,209,0.149)
}
.tw-bg-dt-custom-teal-a-3\/0 {
  background-color: rgba(0, 215, 209, 0)
}
.tw-bg-dt-custom-teal-a-3\/10 {
  background-color: rgba(0, 215, 209, 0.1)
}
.tw-bg-dt-custom-teal-a-3\/100 {
  background-color: rgba(0, 215, 209, 1)
}
.tw-bg-dt-custom-teal-a-3\/15 {
  background-color: rgba(0, 215, 209, 0.15)
}
.tw-bg-dt-custom-teal-a-3\/20 {
  background-color: rgba(0, 215, 209, 0.2)
}
.tw-bg-dt-custom-teal-a-3\/25 {
  background-color: rgba(0, 215, 209, 0.25)
}
.tw-bg-dt-custom-teal-a-3\/30 {
  background-color: rgba(0, 215, 209, 0.3)
}
.tw-bg-dt-custom-teal-a-3\/35 {
  background-color: rgba(0, 215, 209, 0.35)
}
.tw-bg-dt-custom-teal-a-3\/40 {
  background-color: rgba(0, 215, 209, 0.4)
}
.tw-bg-dt-custom-teal-a-3\/45 {
  background-color: rgba(0, 215, 209, 0.45)
}
.tw-bg-dt-custom-teal-a-3\/5 {
  background-color: rgba(0, 215, 209, 0.05)
}
.tw-bg-dt-custom-teal-a-3\/50 {
  background-color: rgba(0, 215, 209, 0.5)
}
.tw-bg-dt-custom-teal-a-3\/55 {
  background-color: rgba(0, 215, 209, 0.55)
}
.tw-bg-dt-custom-teal-a-3\/60 {
  background-color: rgba(0, 215, 209, 0.6)
}
.tw-bg-dt-custom-teal-a-3\/65 {
  background-color: rgba(0, 215, 209, 0.65)
}
.tw-bg-dt-custom-teal-a-3\/70 {
  background-color: rgba(0, 215, 209, 0.7)
}
.tw-bg-dt-custom-teal-a-3\/75 {
  background-color: rgba(0, 215, 209, 0.75)
}
.tw-bg-dt-custom-teal-a-3\/80 {
  background-color: rgba(0, 215, 209, 0.8)
}
.tw-bg-dt-custom-teal-a-3\/85 {
  background-color: rgba(0, 215, 209, 0.85)
}
.tw-bg-dt-custom-teal-a-3\/90 {
  background-color: rgba(0, 215, 209, 0.9)
}
.tw-bg-dt-custom-teal-a-3\/95 {
  background-color: rgba(0, 215, 209, 0.95)
}
.tw-bg-dt-custom-teal-a-4 {
  background-color: rgba(0,210,205,0.239)
}
.tw-bg-dt-custom-teal-a-4\/0 {
  background-color: rgba(0, 210, 205, 0)
}
.tw-bg-dt-custom-teal-a-4\/10 {
  background-color: rgba(0, 210, 205, 0.1)
}
.tw-bg-dt-custom-teal-a-4\/100 {
  background-color: rgba(0, 210, 205, 1)
}
.tw-bg-dt-custom-teal-a-4\/15 {
  background-color: rgba(0, 210, 205, 0.15)
}
.tw-bg-dt-custom-teal-a-4\/20 {
  background-color: rgba(0, 210, 205, 0.2)
}
.tw-bg-dt-custom-teal-a-4\/25 {
  background-color: rgba(0, 210, 205, 0.25)
}
.tw-bg-dt-custom-teal-a-4\/30 {
  background-color: rgba(0, 210, 205, 0.3)
}
.tw-bg-dt-custom-teal-a-4\/35 {
  background-color: rgba(0, 210, 205, 0.35)
}
.tw-bg-dt-custom-teal-a-4\/40 {
  background-color: rgba(0, 210, 205, 0.4)
}
.tw-bg-dt-custom-teal-a-4\/45 {
  background-color: rgba(0, 210, 205, 0.45)
}
.tw-bg-dt-custom-teal-a-4\/5 {
  background-color: rgba(0, 210, 205, 0.05)
}
.tw-bg-dt-custom-teal-a-4\/50 {
  background-color: rgba(0, 210, 205, 0.5)
}
.tw-bg-dt-custom-teal-a-4\/55 {
  background-color: rgba(0, 210, 205, 0.55)
}
.tw-bg-dt-custom-teal-a-4\/60 {
  background-color: rgba(0, 210, 205, 0.6)
}
.tw-bg-dt-custom-teal-a-4\/65 {
  background-color: rgba(0, 210, 205, 0.65)
}
.tw-bg-dt-custom-teal-a-4\/70 {
  background-color: rgba(0, 210, 205, 0.7)
}
.tw-bg-dt-custom-teal-a-4\/75 {
  background-color: rgba(0, 210, 205, 0.75)
}
.tw-bg-dt-custom-teal-a-4\/80 {
  background-color: rgba(0, 210, 205, 0.8)
}
.tw-bg-dt-custom-teal-a-4\/85 {
  background-color: rgba(0, 210, 205, 0.85)
}
.tw-bg-dt-custom-teal-a-4\/90 {
  background-color: rgba(0, 210, 205, 0.9)
}
.tw-bg-dt-custom-teal-a-4\/95 {
  background-color: rgba(0, 210, 205, 0.95)
}
.tw-bg-dt-custom-teal-a-5 {
  background-color: rgba(0,201,195,0.333)
}
.tw-bg-dt-custom-teal-a-5\/0 {
  background-color: rgba(0, 201, 195, 0)
}
.tw-bg-dt-custom-teal-a-5\/10 {
  background-color: rgba(0, 201, 195, 0.1)
}
.tw-bg-dt-custom-teal-a-5\/100 {
  background-color: rgba(0, 201, 195, 1)
}
.tw-bg-dt-custom-teal-a-5\/15 {
  background-color: rgba(0, 201, 195, 0.15)
}
.tw-bg-dt-custom-teal-a-5\/20 {
  background-color: rgba(0, 201, 195, 0.2)
}
.tw-bg-dt-custom-teal-a-5\/25 {
  background-color: rgba(0, 201, 195, 0.25)
}
.tw-bg-dt-custom-teal-a-5\/30 {
  background-color: rgba(0, 201, 195, 0.3)
}
.tw-bg-dt-custom-teal-a-5\/35 {
  background-color: rgba(0, 201, 195, 0.35)
}
.tw-bg-dt-custom-teal-a-5\/40 {
  background-color: rgba(0, 201, 195, 0.4)
}
.tw-bg-dt-custom-teal-a-5\/45 {
  background-color: rgba(0, 201, 195, 0.45)
}
.tw-bg-dt-custom-teal-a-5\/5 {
  background-color: rgba(0, 201, 195, 0.05)
}
.tw-bg-dt-custom-teal-a-5\/50 {
  background-color: rgba(0, 201, 195, 0.5)
}
.tw-bg-dt-custom-teal-a-5\/55 {
  background-color: rgba(0, 201, 195, 0.55)
}
.tw-bg-dt-custom-teal-a-5\/60 {
  background-color: rgba(0, 201, 195, 0.6)
}
.tw-bg-dt-custom-teal-a-5\/65 {
  background-color: rgba(0, 201, 195, 0.65)
}
.tw-bg-dt-custom-teal-a-5\/70 {
  background-color: rgba(0, 201, 195, 0.7)
}
.tw-bg-dt-custom-teal-a-5\/75 {
  background-color: rgba(0, 201, 195, 0.75)
}
.tw-bg-dt-custom-teal-a-5\/80 {
  background-color: rgba(0, 201, 195, 0.8)
}
.tw-bg-dt-custom-teal-a-5\/85 {
  background-color: rgba(0, 201, 195, 0.85)
}
.tw-bg-dt-custom-teal-a-5\/90 {
  background-color: rgba(0, 201, 195, 0.9)
}
.tw-bg-dt-custom-teal-a-5\/95 {
  background-color: rgba(0, 201, 195, 0.95)
}
.tw-bg-dt-custom-teal-a-6 {
  background-color: rgba(0,187,185,0.439)
}
.tw-bg-dt-custom-teal-a-6\/0 {
  background-color: rgba(0, 187, 185, 0)
}
.tw-bg-dt-custom-teal-a-6\/10 {
  background-color: rgba(0, 187, 185, 0.1)
}
.tw-bg-dt-custom-teal-a-6\/100 {
  background-color: rgba(0, 187, 185, 1)
}
.tw-bg-dt-custom-teal-a-6\/15 {
  background-color: rgba(0, 187, 185, 0.15)
}
.tw-bg-dt-custom-teal-a-6\/20 {
  background-color: rgba(0, 187, 185, 0.2)
}
.tw-bg-dt-custom-teal-a-6\/25 {
  background-color: rgba(0, 187, 185, 0.25)
}
.tw-bg-dt-custom-teal-a-6\/30 {
  background-color: rgba(0, 187, 185, 0.3)
}
.tw-bg-dt-custom-teal-a-6\/35 {
  background-color: rgba(0, 187, 185, 0.35)
}
.tw-bg-dt-custom-teal-a-6\/40 {
  background-color: rgba(0, 187, 185, 0.4)
}
.tw-bg-dt-custom-teal-a-6\/45 {
  background-color: rgba(0, 187, 185, 0.45)
}
.tw-bg-dt-custom-teal-a-6\/5 {
  background-color: rgba(0, 187, 185, 0.05)
}
.tw-bg-dt-custom-teal-a-6\/50 {
  background-color: rgba(0, 187, 185, 0.5)
}
.tw-bg-dt-custom-teal-a-6\/55 {
  background-color: rgba(0, 187, 185, 0.55)
}
.tw-bg-dt-custom-teal-a-6\/60 {
  background-color: rgba(0, 187, 185, 0.6)
}
.tw-bg-dt-custom-teal-a-6\/65 {
  background-color: rgba(0, 187, 185, 0.65)
}
.tw-bg-dt-custom-teal-a-6\/70 {
  background-color: rgba(0, 187, 185, 0.7)
}
.tw-bg-dt-custom-teal-a-6\/75 {
  background-color: rgba(0, 187, 185, 0.75)
}
.tw-bg-dt-custom-teal-a-6\/80 {
  background-color: rgba(0, 187, 185, 0.8)
}
.tw-bg-dt-custom-teal-a-6\/85 {
  background-color: rgba(0, 187, 185, 0.85)
}
.tw-bg-dt-custom-teal-a-6\/90 {
  background-color: rgba(0, 187, 185, 0.9)
}
.tw-bg-dt-custom-teal-a-6\/95 {
  background-color: rgba(0, 187, 185, 0.95)
}
.tw-bg-dt-custom-teal-a-7 {
  background-color: rgba(0,179,177,0.588)
}
.tw-bg-dt-custom-teal-a-7\/0 {
  background-color: rgba(0, 179, 177, 0)
}
.tw-bg-dt-custom-teal-a-7\/10 {
  background-color: rgba(0, 179, 177, 0.1)
}
.tw-bg-dt-custom-teal-a-7\/100 {
  background-color: rgba(0, 179, 177, 1)
}
.tw-bg-dt-custom-teal-a-7\/15 {
  background-color: rgba(0, 179, 177, 0.15)
}
.tw-bg-dt-custom-teal-a-7\/20 {
  background-color: rgba(0, 179, 177, 0.2)
}
.tw-bg-dt-custom-teal-a-7\/25 {
  background-color: rgba(0, 179, 177, 0.25)
}
.tw-bg-dt-custom-teal-a-7\/30 {
  background-color: rgba(0, 179, 177, 0.3)
}
.tw-bg-dt-custom-teal-a-7\/35 {
  background-color: rgba(0, 179, 177, 0.35)
}
.tw-bg-dt-custom-teal-a-7\/40 {
  background-color: rgba(0, 179, 177, 0.4)
}
.tw-bg-dt-custom-teal-a-7\/45 {
  background-color: rgba(0, 179, 177, 0.45)
}
.tw-bg-dt-custom-teal-a-7\/5 {
  background-color: rgba(0, 179, 177, 0.05)
}
.tw-bg-dt-custom-teal-a-7\/50 {
  background-color: rgba(0, 179, 177, 0.5)
}
.tw-bg-dt-custom-teal-a-7\/55 {
  background-color: rgba(0, 179, 177, 0.55)
}
.tw-bg-dt-custom-teal-a-7\/60 {
  background-color: rgba(0, 179, 177, 0.6)
}
.tw-bg-dt-custom-teal-a-7\/65 {
  background-color: rgba(0, 179, 177, 0.65)
}
.tw-bg-dt-custom-teal-a-7\/70 {
  background-color: rgba(0, 179, 177, 0.7)
}
.tw-bg-dt-custom-teal-a-7\/75 {
  background-color: rgba(0, 179, 177, 0.75)
}
.tw-bg-dt-custom-teal-a-7\/80 {
  background-color: rgba(0, 179, 177, 0.8)
}
.tw-bg-dt-custom-teal-a-7\/85 {
  background-color: rgba(0, 179, 177, 0.85)
}
.tw-bg-dt-custom-teal-a-7\/90 {
  background-color: rgba(0, 179, 177, 0.9)
}
.tw-bg-dt-custom-teal-a-7\/95 {
  background-color: rgba(0, 179, 177, 0.95)
}
.tw-bg-dt-custom-teal-a-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 190 190 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-a-8\/0 {
  background-color: rgb(0 190 190 / 0)
}
.tw-bg-dt-custom-teal-a-8\/10 {
  background-color: rgb(0 190 190 / 0.1)
}
.tw-bg-dt-custom-teal-a-8\/100 {
  background-color: rgb(0 190 190 / 1)
}
.tw-bg-dt-custom-teal-a-8\/15 {
  background-color: rgb(0 190 190 / 0.15)
}
.tw-bg-dt-custom-teal-a-8\/20 {
  background-color: rgb(0 190 190 / 0.2)
}
.tw-bg-dt-custom-teal-a-8\/25 {
  background-color: rgb(0 190 190 / 0.25)
}
.tw-bg-dt-custom-teal-a-8\/30 {
  background-color: rgb(0 190 190 / 0.3)
}
.tw-bg-dt-custom-teal-a-8\/35 {
  background-color: rgb(0 190 190 / 0.35)
}
.tw-bg-dt-custom-teal-a-8\/40 {
  background-color: rgb(0 190 190 / 0.4)
}
.tw-bg-dt-custom-teal-a-8\/45 {
  background-color: rgb(0 190 190 / 0.45)
}
.tw-bg-dt-custom-teal-a-8\/5 {
  background-color: rgb(0 190 190 / 0.05)
}
.tw-bg-dt-custom-teal-a-8\/50 {
  background-color: rgb(0 190 190 / 0.5)
}
.tw-bg-dt-custom-teal-a-8\/55 {
  background-color: rgb(0 190 190 / 0.55)
}
.tw-bg-dt-custom-teal-a-8\/60 {
  background-color: rgb(0 190 190 / 0.6)
}
.tw-bg-dt-custom-teal-a-8\/65 {
  background-color: rgb(0 190 190 / 0.65)
}
.tw-bg-dt-custom-teal-a-8\/70 {
  background-color: rgb(0 190 190 / 0.7)
}
.tw-bg-dt-custom-teal-a-8\/75 {
  background-color: rgb(0 190 190 / 0.75)
}
.tw-bg-dt-custom-teal-a-8\/80 {
  background-color: rgb(0 190 190 / 0.8)
}
.tw-bg-dt-custom-teal-a-8\/85 {
  background-color: rgb(0 190 190 / 0.85)
}
.tw-bg-dt-custom-teal-a-8\/90 {
  background-color: rgb(0 190 190 / 0.9)
}
.tw-bg-dt-custom-teal-a-8\/95 {
  background-color: rgb(0 190 190 / 0.95)
}
.tw-bg-dt-custom-teal-a-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-custom-teal-a-9\/0 {
  background-color: rgb(0 196 196 / 0)
}
.tw-bg-dt-custom-teal-a-9\/10 {
  background-color: rgb(0 196 196 / 0.1)
}
.tw-bg-dt-custom-teal-a-9\/100 {
  background-color: rgb(0 196 196 / 1)
}
.tw-bg-dt-custom-teal-a-9\/15 {
  background-color: rgb(0 196 196 / 0.15)
}
.tw-bg-dt-custom-teal-a-9\/20 {
  background-color: rgb(0 196 196 / 0.2)
}
.tw-bg-dt-custom-teal-a-9\/25 {
  background-color: rgb(0 196 196 / 0.25)
}
.tw-bg-dt-custom-teal-a-9\/30 {
  background-color: rgb(0 196 196 / 0.3)
}
.tw-bg-dt-custom-teal-a-9\/35 {
  background-color: rgb(0 196 196 / 0.35)
}
.tw-bg-dt-custom-teal-a-9\/40 {
  background-color: rgb(0 196 196 / 0.4)
}
.tw-bg-dt-custom-teal-a-9\/45 {
  background-color: rgb(0 196 196 / 0.45)
}
.tw-bg-dt-custom-teal-a-9\/5 {
  background-color: rgb(0 196 196 / 0.05)
}
.tw-bg-dt-custom-teal-a-9\/50 {
  background-color: rgb(0 196 196 / 0.5)
}
.tw-bg-dt-custom-teal-a-9\/55 {
  background-color: rgb(0 196 196 / 0.55)
}
.tw-bg-dt-custom-teal-a-9\/60 {
  background-color: rgb(0 196 196 / 0.6)
}
.tw-bg-dt-custom-teal-a-9\/65 {
  background-color: rgb(0 196 196 / 0.65)
}
.tw-bg-dt-custom-teal-a-9\/70 {
  background-color: rgb(0 196 196 / 0.7)
}
.tw-bg-dt-custom-teal-a-9\/75 {
  background-color: rgb(0 196 196 / 0.75)
}
.tw-bg-dt-custom-teal-a-9\/80 {
  background-color: rgb(0 196 196 / 0.8)
}
.tw-bg-dt-custom-teal-a-9\/85 {
  background-color: rgb(0 196 196 / 0.85)
}
.tw-bg-dt-custom-teal-a-9\/90 {
  background-color: rgb(0 196 196 / 0.9)
}
.tw-bg-dt-custom-teal-a-9\/95 {
  background-color: rgb(0 196 196 / 0.95)
}
.tw-bg-dt-elevation-shadow-dark-100 {
  background-color: rgba(0,0,0,0.1)
}
.tw-bg-dt-elevation-shadow-dark-100\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-elevation-shadow-dark-100\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-elevation-shadow-dark-100\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-elevation-shadow-dark-100\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-elevation-shadow-dark-100\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-elevation-shadow-dark-100\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-elevation-shadow-dark-100\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-elevation-shadow-dark-100\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-elevation-shadow-dark-100\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-elevation-shadow-dark-100\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-elevation-shadow-dark-100\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-elevation-shadow-dark-100\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-elevation-shadow-dark-100\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-elevation-shadow-dark-100\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-elevation-shadow-dark-100\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-elevation-shadow-dark-100\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-elevation-shadow-dark-100\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-elevation-shadow-dark-100\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-elevation-shadow-dark-100\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-elevation-shadow-dark-100\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-elevation-shadow-dark-100\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-elevation-shadow-dark-200 {
  background-color: rgba(0,0,0,0.2)
}
.tw-bg-dt-elevation-shadow-dark-200\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-elevation-shadow-dark-200\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-elevation-shadow-dark-200\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-elevation-shadow-dark-200\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-elevation-shadow-dark-200\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-elevation-shadow-dark-200\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-elevation-shadow-dark-200\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-elevation-shadow-dark-200\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-elevation-shadow-dark-200\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-elevation-shadow-dark-200\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-elevation-shadow-dark-200\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-elevation-shadow-dark-200\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-elevation-shadow-dark-200\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-elevation-shadow-dark-200\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-elevation-shadow-dark-200\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-elevation-shadow-dark-200\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-elevation-shadow-dark-200\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-elevation-shadow-dark-200\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-elevation-shadow-dark-200\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-elevation-shadow-dark-200\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-elevation-shadow-dark-200\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-elevation-shadow-dark-300 {
  background-color: rgba(0,0,0,0.4)
}
.tw-bg-dt-elevation-shadow-dark-300\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-elevation-shadow-dark-300\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-elevation-shadow-dark-300\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-elevation-shadow-dark-300\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-elevation-shadow-dark-300\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-elevation-shadow-dark-300\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-elevation-shadow-dark-300\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-elevation-shadow-dark-300\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-elevation-shadow-dark-300\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-elevation-shadow-dark-300\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-elevation-shadow-dark-300\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-elevation-shadow-dark-300\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-elevation-shadow-dark-300\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-elevation-shadow-dark-300\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-elevation-shadow-dark-300\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-elevation-shadow-dark-300\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-elevation-shadow-dark-300\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-elevation-shadow-dark-300\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-elevation-shadow-dark-300\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-elevation-shadow-dark-300\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-elevation-shadow-dark-300\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-elevation-shadow-dark-400 {
  background-color: rgba(0,0,0,0.6)
}
.tw-bg-dt-elevation-shadow-dark-400\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-elevation-shadow-dark-400\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-elevation-shadow-dark-400\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-elevation-shadow-dark-400\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-elevation-shadow-dark-400\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-elevation-shadow-dark-400\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-elevation-shadow-dark-400\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-elevation-shadow-dark-400\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-elevation-shadow-dark-400\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-elevation-shadow-dark-400\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-elevation-shadow-dark-400\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-elevation-shadow-dark-400\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-elevation-shadow-dark-400\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-elevation-shadow-dark-400\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-elevation-shadow-dark-400\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-elevation-shadow-dark-400\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-elevation-shadow-dark-400\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-elevation-shadow-dark-400\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-elevation-shadow-dark-400\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-elevation-shadow-dark-400\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-elevation-shadow-dark-400\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-elevation-shadow-dark-50 {
  background-color: rgba(0,0,0,0.05)
}
.tw-bg-dt-elevation-shadow-dark-50\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-elevation-shadow-dark-50\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-elevation-shadow-dark-50\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-elevation-shadow-dark-50\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-elevation-shadow-dark-50\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-elevation-shadow-dark-50\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-elevation-shadow-dark-50\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-elevation-shadow-dark-50\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-elevation-shadow-dark-50\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-elevation-shadow-dark-50\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-elevation-shadow-dark-50\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-elevation-shadow-dark-50\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-elevation-shadow-dark-50\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-elevation-shadow-dark-50\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-elevation-shadow-dark-50\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-elevation-shadow-dark-50\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-elevation-shadow-dark-50\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-elevation-shadow-dark-50\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-elevation-shadow-dark-50\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-elevation-shadow-dark-50\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-elevation-shadow-dark-50\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-elevation-shadow-light-100 {
  background-color: rgba(255,255,255,0.1)
}
.tw-bg-dt-elevation-shadow-light-100\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-elevation-shadow-light-100\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-elevation-shadow-light-100\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-elevation-shadow-light-100\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-elevation-shadow-light-100\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-elevation-shadow-light-100\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-elevation-shadow-light-100\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-elevation-shadow-light-100\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-elevation-shadow-light-100\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-elevation-shadow-light-100\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-elevation-shadow-light-100\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-elevation-shadow-light-100\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-elevation-shadow-light-100\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-elevation-shadow-light-100\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-elevation-shadow-light-100\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-elevation-shadow-light-100\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-elevation-shadow-light-100\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-elevation-shadow-light-100\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-elevation-shadow-light-100\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-elevation-shadow-light-100\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-elevation-shadow-light-100\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-elevation-shadow-light-200 {
  background-color: rgba(255,255,255,0.2)
}
.tw-bg-dt-elevation-shadow-light-200\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-elevation-shadow-light-200\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-elevation-shadow-light-200\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-elevation-shadow-light-200\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-elevation-shadow-light-200\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-elevation-shadow-light-200\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-elevation-shadow-light-200\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-elevation-shadow-light-200\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-elevation-shadow-light-200\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-elevation-shadow-light-200\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-elevation-shadow-light-200\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-elevation-shadow-light-200\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-elevation-shadow-light-200\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-elevation-shadow-light-200\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-elevation-shadow-light-200\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-elevation-shadow-light-200\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-elevation-shadow-light-200\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-elevation-shadow-light-200\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-elevation-shadow-light-200\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-elevation-shadow-light-200\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-elevation-shadow-light-200\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-elevation-shadow-light-300 {
  background-color: rgba(255,255,255,0.4)
}
.tw-bg-dt-elevation-shadow-light-300\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-elevation-shadow-light-300\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-elevation-shadow-light-300\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-elevation-shadow-light-300\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-elevation-shadow-light-300\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-elevation-shadow-light-300\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-elevation-shadow-light-300\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-elevation-shadow-light-300\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-elevation-shadow-light-300\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-elevation-shadow-light-300\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-elevation-shadow-light-300\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-elevation-shadow-light-300\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-elevation-shadow-light-300\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-elevation-shadow-light-300\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-elevation-shadow-light-300\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-elevation-shadow-light-300\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-elevation-shadow-light-300\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-elevation-shadow-light-300\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-elevation-shadow-light-300\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-elevation-shadow-light-300\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-elevation-shadow-light-300\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-elevation-shadow-light-50 {
  background-color: rgba(255,255,255,0.05)
}
.tw-bg-dt-elevation-shadow-light-50\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-elevation-shadow-light-50\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-elevation-shadow-light-50\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-elevation-shadow-light-50\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-elevation-shadow-light-50\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-elevation-shadow-light-50\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-elevation-shadow-light-50\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-elevation-shadow-light-50\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-elevation-shadow-light-50\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-elevation-shadow-light-50\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-elevation-shadow-light-50\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-elevation-shadow-light-50\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-elevation-shadow-light-50\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-elevation-shadow-light-50\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-elevation-shadow-light-50\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-elevation-shadow-light-50\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-elevation-shadow-light-50\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-elevation-shadow-light-50\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-elevation-shadow-light-50\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-elevation-shadow-light-50\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-elevation-shadow-light-50\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-elevation-shadow-light-600 {
  background-color: rgba(255,255,255,0.95)
}
.tw-bg-dt-elevation-shadow-light-600\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-elevation-shadow-light-600\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-elevation-shadow-light-600\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-elevation-shadow-light-600\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-elevation-shadow-light-600\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-elevation-shadow-light-600\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-elevation-shadow-light-600\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-elevation-shadow-light-600\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-elevation-shadow-light-600\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-elevation-shadow-light-600\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-elevation-shadow-light-600\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-elevation-shadow-light-600\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-elevation-shadow-light-600\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-elevation-shadow-light-600\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-elevation-shadow-light-600\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-elevation-shadow-light-600\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-elevation-shadow-light-600\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-elevation-shadow-light-600\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-elevation-shadow-light-600\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-elevation-shadow-light-600\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-elevation-shadow-light-600\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 247 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-error-100\/0 {
  background-color: rgb(255 247 247 / 0)
}
.tw-bg-dt-error-100\/10 {
  background-color: rgb(255 247 247 / 0.1)
}
.tw-bg-dt-error-100\/100 {
  background-color: rgb(255 247 247 / 1)
}
.tw-bg-dt-error-100\/15 {
  background-color: rgb(255 247 247 / 0.15)
}
.tw-bg-dt-error-100\/20 {
  background-color: rgb(255 247 247 / 0.2)
}
.tw-bg-dt-error-100\/25 {
  background-color: rgb(255 247 247 / 0.25)
}
.tw-bg-dt-error-100\/30 {
  background-color: rgb(255 247 247 / 0.3)
}
.tw-bg-dt-error-100\/35 {
  background-color: rgb(255 247 247 / 0.35)
}
.tw-bg-dt-error-100\/40 {
  background-color: rgb(255 247 247 / 0.4)
}
.tw-bg-dt-error-100\/45 {
  background-color: rgb(255 247 247 / 0.45)
}
.tw-bg-dt-error-100\/5 {
  background-color: rgb(255 247 247 / 0.05)
}
.tw-bg-dt-error-100\/50 {
  background-color: rgb(255 247 247 / 0.5)
}
.tw-bg-dt-error-100\/55 {
  background-color: rgb(255 247 247 / 0.55)
}
.tw-bg-dt-error-100\/60 {
  background-color: rgb(255 247 247 / 0.6)
}
.tw-bg-dt-error-100\/65 {
  background-color: rgb(255 247 247 / 0.65)
}
.tw-bg-dt-error-100\/70 {
  background-color: rgb(255 247 247 / 0.7)
}
.tw-bg-dt-error-100\/75 {
  background-color: rgb(255 247 247 / 0.75)
}
.tw-bg-dt-error-100\/80 {
  background-color: rgb(255 247 247 / 0.8)
}
.tw-bg-dt-error-100\/85 {
  background-color: rgb(255 247 247 / 0.85)
}
.tw-bg-dt-error-100\/90 {
  background-color: rgb(255 247 247 / 0.9)
}
.tw-bg-dt-error-100\/95 {
  background-color: rgb(255 247 247 / 0.95)
}
.tw-bg-dt-error-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 236 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-error-200\/0 {
  background-color: rgb(254 235 236 / 0)
}
.tw-bg-dt-error-200\/10 {
  background-color: rgb(254 235 236 / 0.1)
}
.tw-bg-dt-error-200\/100 {
  background-color: rgb(254 235 236 / 1)
}
.tw-bg-dt-error-200\/15 {
  background-color: rgb(254 235 236 / 0.15)
}
.tw-bg-dt-error-200\/20 {
  background-color: rgb(254 235 236 / 0.2)
}
.tw-bg-dt-error-200\/25 {
  background-color: rgb(254 235 236 / 0.25)
}
.tw-bg-dt-error-200\/30 {
  background-color: rgb(254 235 236 / 0.3)
}
.tw-bg-dt-error-200\/35 {
  background-color: rgb(254 235 236 / 0.35)
}
.tw-bg-dt-error-200\/40 {
  background-color: rgb(254 235 236 / 0.4)
}
.tw-bg-dt-error-200\/45 {
  background-color: rgb(254 235 236 / 0.45)
}
.tw-bg-dt-error-200\/5 {
  background-color: rgb(254 235 236 / 0.05)
}
.tw-bg-dt-error-200\/50 {
  background-color: rgb(254 235 236 / 0.5)
}
.tw-bg-dt-error-200\/55 {
  background-color: rgb(254 235 236 / 0.55)
}
.tw-bg-dt-error-200\/60 {
  background-color: rgb(254 235 236 / 0.6)
}
.tw-bg-dt-error-200\/65 {
  background-color: rgb(254 235 236 / 0.65)
}
.tw-bg-dt-error-200\/70 {
  background-color: rgb(254 235 236 / 0.7)
}
.tw-bg-dt-error-200\/75 {
  background-color: rgb(254 235 236 / 0.75)
}
.tw-bg-dt-error-200\/80 {
  background-color: rgb(254 235 236 / 0.8)
}
.tw-bg-dt-error-200\/85 {
  background-color: rgb(254 235 236 / 0.85)
}
.tw-bg-dt-error-200\/90 {
  background-color: rgb(254 235 236 / 0.9)
}
.tw-bg-dt-error-200\/95 {
  background-color: rgb(254 235 236 / 0.95)
}
.tw-bg-dt-error-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 189 190 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-error-300\/0 {
  background-color: rgb(253 189 190 / 0)
}
.tw-bg-dt-error-300\/10 {
  background-color: rgb(253 189 190 / 0.1)
}
.tw-bg-dt-error-300\/100 {
  background-color: rgb(253 189 190 / 1)
}
.tw-bg-dt-error-300\/15 {
  background-color: rgb(253 189 190 / 0.15)
}
.tw-bg-dt-error-300\/20 {
  background-color: rgb(253 189 190 / 0.2)
}
.tw-bg-dt-error-300\/25 {
  background-color: rgb(253 189 190 / 0.25)
}
.tw-bg-dt-error-300\/30 {
  background-color: rgb(253 189 190 / 0.3)
}
.tw-bg-dt-error-300\/35 {
  background-color: rgb(253 189 190 / 0.35)
}
.tw-bg-dt-error-300\/40 {
  background-color: rgb(253 189 190 / 0.4)
}
.tw-bg-dt-error-300\/45 {
  background-color: rgb(253 189 190 / 0.45)
}
.tw-bg-dt-error-300\/5 {
  background-color: rgb(253 189 190 / 0.05)
}
.tw-bg-dt-error-300\/50 {
  background-color: rgb(253 189 190 / 0.5)
}
.tw-bg-dt-error-300\/55 {
  background-color: rgb(253 189 190 / 0.55)
}
.tw-bg-dt-error-300\/60 {
  background-color: rgb(253 189 190 / 0.6)
}
.tw-bg-dt-error-300\/65 {
  background-color: rgb(253 189 190 / 0.65)
}
.tw-bg-dt-error-300\/70 {
  background-color: rgb(253 189 190 / 0.7)
}
.tw-bg-dt-error-300\/75 {
  background-color: rgb(253 189 190 / 0.75)
}
.tw-bg-dt-error-300\/80 {
  background-color: rgb(253 189 190 / 0.8)
}
.tw-bg-dt-error-300\/85 {
  background-color: rgb(253 189 190 / 0.85)
}
.tw-bg-dt-error-300\/90 {
  background-color: rgb(253 189 190 / 0.9)
}
.tw-bg-dt-error-300\/95 {
  background-color: rgb(253 189 190 / 0.95)
}
.tw-bg-dt-error-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 72 77 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-error-400\/0 {
  background-color: rgb(229 72 77 / 0)
}
.tw-bg-dt-error-400\/10 {
  background-color: rgb(229 72 77 / 0.1)
}
.tw-bg-dt-error-400\/100 {
  background-color: rgb(229 72 77 / 1)
}
.tw-bg-dt-error-400\/15 {
  background-color: rgb(229 72 77 / 0.15)
}
.tw-bg-dt-error-400\/20 {
  background-color: rgb(229 72 77 / 0.2)
}
.tw-bg-dt-error-400\/25 {
  background-color: rgb(229 72 77 / 0.25)
}
.tw-bg-dt-error-400\/30 {
  background-color: rgb(229 72 77 / 0.3)
}
.tw-bg-dt-error-400\/35 {
  background-color: rgb(229 72 77 / 0.35)
}
.tw-bg-dt-error-400\/40 {
  background-color: rgb(229 72 77 / 0.4)
}
.tw-bg-dt-error-400\/45 {
  background-color: rgb(229 72 77 / 0.45)
}
.tw-bg-dt-error-400\/5 {
  background-color: rgb(229 72 77 / 0.05)
}
.tw-bg-dt-error-400\/50 {
  background-color: rgb(229 72 77 / 0.5)
}
.tw-bg-dt-error-400\/55 {
  background-color: rgb(229 72 77 / 0.55)
}
.tw-bg-dt-error-400\/60 {
  background-color: rgb(229 72 77 / 0.6)
}
.tw-bg-dt-error-400\/65 {
  background-color: rgb(229 72 77 / 0.65)
}
.tw-bg-dt-error-400\/70 {
  background-color: rgb(229 72 77 / 0.7)
}
.tw-bg-dt-error-400\/75 {
  background-color: rgb(229 72 77 / 0.75)
}
.tw-bg-dt-error-400\/80 {
  background-color: rgb(229 72 77 / 0.8)
}
.tw-bg-dt-error-400\/85 {
  background-color: rgb(229 72 77 / 0.85)
}
.tw-bg-dt-error-400\/90 {
  background-color: rgb(229 72 77 / 0.9)
}
.tw-bg-dt-error-400\/95 {
  background-color: rgb(229 72 77 / 0.95)
}
.tw-bg-dt-error-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 44 49 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-error-500\/0 {
  background-color: rgb(206 44 49 / 0)
}
.tw-bg-dt-error-500\/10 {
  background-color: rgb(206 44 49 / 0.1)
}
.tw-bg-dt-error-500\/100 {
  background-color: rgb(206 44 49 / 1)
}
.tw-bg-dt-error-500\/15 {
  background-color: rgb(206 44 49 / 0.15)
}
.tw-bg-dt-error-500\/20 {
  background-color: rgb(206 44 49 / 0.2)
}
.tw-bg-dt-error-500\/25 {
  background-color: rgb(206 44 49 / 0.25)
}
.tw-bg-dt-error-500\/30 {
  background-color: rgb(206 44 49 / 0.3)
}
.tw-bg-dt-error-500\/35 {
  background-color: rgb(206 44 49 / 0.35)
}
.tw-bg-dt-error-500\/40 {
  background-color: rgb(206 44 49 / 0.4)
}
.tw-bg-dt-error-500\/45 {
  background-color: rgb(206 44 49 / 0.45)
}
.tw-bg-dt-error-500\/5 {
  background-color: rgb(206 44 49 / 0.05)
}
.tw-bg-dt-error-500\/50 {
  background-color: rgb(206 44 49 / 0.5)
}
.tw-bg-dt-error-500\/55 {
  background-color: rgb(206 44 49 / 0.55)
}
.tw-bg-dt-error-500\/60 {
  background-color: rgb(206 44 49 / 0.6)
}
.tw-bg-dt-error-500\/65 {
  background-color: rgb(206 44 49 / 0.65)
}
.tw-bg-dt-error-500\/70 {
  background-color: rgb(206 44 49 / 0.7)
}
.tw-bg-dt-error-500\/75 {
  background-color: rgb(206 44 49 / 0.75)
}
.tw-bg-dt-error-500\/80 {
  background-color: rgb(206 44 49 / 0.8)
}
.tw-bg-dt-error-500\/85 {
  background-color: rgb(206 44 49 / 0.85)
}
.tw-bg-dt-error-500\/90 {
  background-color: rgb(206 44 49 / 0.9)
}
.tw-bg-dt-error-500\/95 {
  background-color: rgb(206 44 49 / 0.95)
}
.tw-bg-dt-error-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 23 35 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-error-600\/0 {
  background-color: rgb(100 23 35 / 0)
}
.tw-bg-dt-error-600\/10 {
  background-color: rgb(100 23 35 / 0.1)
}
.tw-bg-dt-error-600\/100 {
  background-color: rgb(100 23 35 / 1)
}
.tw-bg-dt-error-600\/15 {
  background-color: rgb(100 23 35 / 0.15)
}
.tw-bg-dt-error-600\/20 {
  background-color: rgb(100 23 35 / 0.2)
}
.tw-bg-dt-error-600\/25 {
  background-color: rgb(100 23 35 / 0.25)
}
.tw-bg-dt-error-600\/30 {
  background-color: rgb(100 23 35 / 0.3)
}
.tw-bg-dt-error-600\/35 {
  background-color: rgb(100 23 35 / 0.35)
}
.tw-bg-dt-error-600\/40 {
  background-color: rgb(100 23 35 / 0.4)
}
.tw-bg-dt-error-600\/45 {
  background-color: rgb(100 23 35 / 0.45)
}
.tw-bg-dt-error-600\/5 {
  background-color: rgb(100 23 35 / 0.05)
}
.tw-bg-dt-error-600\/50 {
  background-color: rgb(100 23 35 / 0.5)
}
.tw-bg-dt-error-600\/55 {
  background-color: rgb(100 23 35 / 0.55)
}
.tw-bg-dt-error-600\/60 {
  background-color: rgb(100 23 35 / 0.6)
}
.tw-bg-dt-error-600\/65 {
  background-color: rgb(100 23 35 / 0.65)
}
.tw-bg-dt-error-600\/70 {
  background-color: rgb(100 23 35 / 0.7)
}
.tw-bg-dt-error-600\/75 {
  background-color: rgb(100 23 35 / 0.75)
}
.tw-bg-dt-error-600\/80 {
  background-color: rgb(100 23 35 / 0.8)
}
.tw-bg-dt-error-600\/85 {
  background-color: rgb(100 23 35 / 0.85)
}
.tw-bg-dt-error-600\/90 {
  background-color: rgb(100 23 35 / 0.9)
}
.tw-bg-dt-error-600\/95 {
  background-color: rgb(100 23 35 / 0.95)
}
.tw-bg-dt-future-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-future-100\/0 {
  background-color: rgb(247 249 255 / 0)
}
.tw-bg-dt-future-100\/10 {
  background-color: rgb(247 249 255 / 0.1)
}
.tw-bg-dt-future-100\/100 {
  background-color: rgb(247 249 255 / 1)
}
.tw-bg-dt-future-100\/15 {
  background-color: rgb(247 249 255 / 0.15)
}
.tw-bg-dt-future-100\/20 {
  background-color: rgb(247 249 255 / 0.2)
}
.tw-bg-dt-future-100\/25 {
  background-color: rgb(247 249 255 / 0.25)
}
.tw-bg-dt-future-100\/30 {
  background-color: rgb(247 249 255 / 0.3)
}
.tw-bg-dt-future-100\/35 {
  background-color: rgb(247 249 255 / 0.35)
}
.tw-bg-dt-future-100\/40 {
  background-color: rgb(247 249 255 / 0.4)
}
.tw-bg-dt-future-100\/45 {
  background-color: rgb(247 249 255 / 0.45)
}
.tw-bg-dt-future-100\/5 {
  background-color: rgb(247 249 255 / 0.05)
}
.tw-bg-dt-future-100\/50 {
  background-color: rgb(247 249 255 / 0.5)
}
.tw-bg-dt-future-100\/55 {
  background-color: rgb(247 249 255 / 0.55)
}
.tw-bg-dt-future-100\/60 {
  background-color: rgb(247 249 255 / 0.6)
}
.tw-bg-dt-future-100\/65 {
  background-color: rgb(247 249 255 / 0.65)
}
.tw-bg-dt-future-100\/70 {
  background-color: rgb(247 249 255 / 0.7)
}
.tw-bg-dt-future-100\/75 {
  background-color: rgb(247 249 255 / 0.75)
}
.tw-bg-dt-future-100\/80 {
  background-color: rgb(247 249 255 / 0.8)
}
.tw-bg-dt-future-100\/85 {
  background-color: rgb(247 249 255 / 0.85)
}
.tw-bg-dt-future-100\/90 {
  background-color: rgb(247 249 255 / 0.9)
}
.tw-bg-dt-future-100\/95 {
  background-color: rgb(247 249 255 / 0.95)
}
.tw-bg-dt-future-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 254 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-future-200\/0 {
  background-color: rgb(237 242 254 / 0)
}
.tw-bg-dt-future-200\/10 {
  background-color: rgb(237 242 254 / 0.1)
}
.tw-bg-dt-future-200\/100 {
  background-color: rgb(237 242 254 / 1)
}
.tw-bg-dt-future-200\/15 {
  background-color: rgb(237 242 254 / 0.15)
}
.tw-bg-dt-future-200\/20 {
  background-color: rgb(237 242 254 / 0.2)
}
.tw-bg-dt-future-200\/25 {
  background-color: rgb(237 242 254 / 0.25)
}
.tw-bg-dt-future-200\/30 {
  background-color: rgb(237 242 254 / 0.3)
}
.tw-bg-dt-future-200\/35 {
  background-color: rgb(237 242 254 / 0.35)
}
.tw-bg-dt-future-200\/40 {
  background-color: rgb(237 242 254 / 0.4)
}
.tw-bg-dt-future-200\/45 {
  background-color: rgb(237 242 254 / 0.45)
}
.tw-bg-dt-future-200\/5 {
  background-color: rgb(237 242 254 / 0.05)
}
.tw-bg-dt-future-200\/50 {
  background-color: rgb(237 242 254 / 0.5)
}
.tw-bg-dt-future-200\/55 {
  background-color: rgb(237 242 254 / 0.55)
}
.tw-bg-dt-future-200\/60 {
  background-color: rgb(237 242 254 / 0.6)
}
.tw-bg-dt-future-200\/65 {
  background-color: rgb(237 242 254 / 0.65)
}
.tw-bg-dt-future-200\/70 {
  background-color: rgb(237 242 254 / 0.7)
}
.tw-bg-dt-future-200\/75 {
  background-color: rgb(237 242 254 / 0.75)
}
.tw-bg-dt-future-200\/80 {
  background-color: rgb(237 242 254 / 0.8)
}
.tw-bg-dt-future-200\/85 {
  background-color: rgb(237 242 254 / 0.85)
}
.tw-bg-dt-future-200\/90 {
  background-color: rgb(237 242 254 / 0.9)
}
.tw-bg-dt-future-200\/95 {
  background-color: rgb(237 242 254 / 0.95)
}
.tw-bg-dt-future-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 208 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-future-300\/0 {
  background-color: rgb(193 208 255 / 0)
}
.tw-bg-dt-future-300\/10 {
  background-color: rgb(193 208 255 / 0.1)
}
.tw-bg-dt-future-300\/100 {
  background-color: rgb(193 208 255 / 1)
}
.tw-bg-dt-future-300\/15 {
  background-color: rgb(193 208 255 / 0.15)
}
.tw-bg-dt-future-300\/20 {
  background-color: rgb(193 208 255 / 0.2)
}
.tw-bg-dt-future-300\/25 {
  background-color: rgb(193 208 255 / 0.25)
}
.tw-bg-dt-future-300\/30 {
  background-color: rgb(193 208 255 / 0.3)
}
.tw-bg-dt-future-300\/35 {
  background-color: rgb(193 208 255 / 0.35)
}
.tw-bg-dt-future-300\/40 {
  background-color: rgb(193 208 255 / 0.4)
}
.tw-bg-dt-future-300\/45 {
  background-color: rgb(193 208 255 / 0.45)
}
.tw-bg-dt-future-300\/5 {
  background-color: rgb(193 208 255 / 0.05)
}
.tw-bg-dt-future-300\/50 {
  background-color: rgb(193 208 255 / 0.5)
}
.tw-bg-dt-future-300\/55 {
  background-color: rgb(193 208 255 / 0.55)
}
.tw-bg-dt-future-300\/60 {
  background-color: rgb(193 208 255 / 0.6)
}
.tw-bg-dt-future-300\/65 {
  background-color: rgb(193 208 255 / 0.65)
}
.tw-bg-dt-future-300\/70 {
  background-color: rgb(193 208 255 / 0.7)
}
.tw-bg-dt-future-300\/75 {
  background-color: rgb(193 208 255 / 0.75)
}
.tw-bg-dt-future-300\/80 {
  background-color: rgb(193 208 255 / 0.8)
}
.tw-bg-dt-future-300\/85 {
  background-color: rgb(193 208 255 / 0.85)
}
.tw-bg-dt-future-300\/90 {
  background-color: rgb(193 208 255 / 0.9)
}
.tw-bg-dt-future-300\/95 {
  background-color: rgb(193 208 255 / 0.95)
}
.tw-bg-dt-future-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 99 221 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-future-400\/0 {
  background-color: rgb(62 99 221 / 0)
}
.tw-bg-dt-future-400\/10 {
  background-color: rgb(62 99 221 / 0.1)
}
.tw-bg-dt-future-400\/100 {
  background-color: rgb(62 99 221 / 1)
}
.tw-bg-dt-future-400\/15 {
  background-color: rgb(62 99 221 / 0.15)
}
.tw-bg-dt-future-400\/20 {
  background-color: rgb(62 99 221 / 0.2)
}
.tw-bg-dt-future-400\/25 {
  background-color: rgb(62 99 221 / 0.25)
}
.tw-bg-dt-future-400\/30 {
  background-color: rgb(62 99 221 / 0.3)
}
.tw-bg-dt-future-400\/35 {
  background-color: rgb(62 99 221 / 0.35)
}
.tw-bg-dt-future-400\/40 {
  background-color: rgb(62 99 221 / 0.4)
}
.tw-bg-dt-future-400\/45 {
  background-color: rgb(62 99 221 / 0.45)
}
.tw-bg-dt-future-400\/5 {
  background-color: rgb(62 99 221 / 0.05)
}
.tw-bg-dt-future-400\/50 {
  background-color: rgb(62 99 221 / 0.5)
}
.tw-bg-dt-future-400\/55 {
  background-color: rgb(62 99 221 / 0.55)
}
.tw-bg-dt-future-400\/60 {
  background-color: rgb(62 99 221 / 0.6)
}
.tw-bg-dt-future-400\/65 {
  background-color: rgb(62 99 221 / 0.65)
}
.tw-bg-dt-future-400\/70 {
  background-color: rgb(62 99 221 / 0.7)
}
.tw-bg-dt-future-400\/75 {
  background-color: rgb(62 99 221 / 0.75)
}
.tw-bg-dt-future-400\/80 {
  background-color: rgb(62 99 221 / 0.8)
}
.tw-bg-dt-future-400\/85 {
  background-color: rgb(62 99 221 / 0.85)
}
.tw-bg-dt-future-400\/90 {
  background-color: rgb(62 99 221 / 0.9)
}
.tw-bg-dt-future-400\/95 {
  background-color: rgb(62 99 221 / 0.95)
}
.tw-bg-dt-future-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 91 199 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-future-500\/0 {
  background-color: rgb(58 91 199 / 0)
}
.tw-bg-dt-future-500\/10 {
  background-color: rgb(58 91 199 / 0.1)
}
.tw-bg-dt-future-500\/100 {
  background-color: rgb(58 91 199 / 1)
}
.tw-bg-dt-future-500\/15 {
  background-color: rgb(58 91 199 / 0.15)
}
.tw-bg-dt-future-500\/20 {
  background-color: rgb(58 91 199 / 0.2)
}
.tw-bg-dt-future-500\/25 {
  background-color: rgb(58 91 199 / 0.25)
}
.tw-bg-dt-future-500\/30 {
  background-color: rgb(58 91 199 / 0.3)
}
.tw-bg-dt-future-500\/35 {
  background-color: rgb(58 91 199 / 0.35)
}
.tw-bg-dt-future-500\/40 {
  background-color: rgb(58 91 199 / 0.4)
}
.tw-bg-dt-future-500\/45 {
  background-color: rgb(58 91 199 / 0.45)
}
.tw-bg-dt-future-500\/5 {
  background-color: rgb(58 91 199 / 0.05)
}
.tw-bg-dt-future-500\/50 {
  background-color: rgb(58 91 199 / 0.5)
}
.tw-bg-dt-future-500\/55 {
  background-color: rgb(58 91 199 / 0.55)
}
.tw-bg-dt-future-500\/60 {
  background-color: rgb(58 91 199 / 0.6)
}
.tw-bg-dt-future-500\/65 {
  background-color: rgb(58 91 199 / 0.65)
}
.tw-bg-dt-future-500\/70 {
  background-color: rgb(58 91 199 / 0.7)
}
.tw-bg-dt-future-500\/75 {
  background-color: rgb(58 91 199 / 0.75)
}
.tw-bg-dt-future-500\/80 {
  background-color: rgb(58 91 199 / 0.8)
}
.tw-bg-dt-future-500\/85 {
  background-color: rgb(58 91 199 / 0.85)
}
.tw-bg-dt-future-500\/90 {
  background-color: rgb(58 91 199 / 0.9)
}
.tw-bg-dt-future-500\/95 {
  background-color: rgb(58 91 199 / 0.95)
}
.tw-bg-dt-future-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 45 92 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-future-600\/0 {
  background-color: rgb(31 45 92 / 0)
}
.tw-bg-dt-future-600\/10 {
  background-color: rgb(31 45 92 / 0.1)
}
.tw-bg-dt-future-600\/100 {
  background-color: rgb(31 45 92 / 1)
}
.tw-bg-dt-future-600\/15 {
  background-color: rgb(31 45 92 / 0.15)
}
.tw-bg-dt-future-600\/20 {
  background-color: rgb(31 45 92 / 0.2)
}
.tw-bg-dt-future-600\/25 {
  background-color: rgb(31 45 92 / 0.25)
}
.tw-bg-dt-future-600\/30 {
  background-color: rgb(31 45 92 / 0.3)
}
.tw-bg-dt-future-600\/35 {
  background-color: rgb(31 45 92 / 0.35)
}
.tw-bg-dt-future-600\/40 {
  background-color: rgb(31 45 92 / 0.4)
}
.tw-bg-dt-future-600\/45 {
  background-color: rgb(31 45 92 / 0.45)
}
.tw-bg-dt-future-600\/5 {
  background-color: rgb(31 45 92 / 0.05)
}
.tw-bg-dt-future-600\/50 {
  background-color: rgb(31 45 92 / 0.5)
}
.tw-bg-dt-future-600\/55 {
  background-color: rgb(31 45 92 / 0.55)
}
.tw-bg-dt-future-600\/60 {
  background-color: rgb(31 45 92 / 0.6)
}
.tw-bg-dt-future-600\/65 {
  background-color: rgb(31 45 92 / 0.65)
}
.tw-bg-dt-future-600\/70 {
  background-color: rgb(31 45 92 / 0.7)
}
.tw-bg-dt-future-600\/75 {
  background-color: rgb(31 45 92 / 0.75)
}
.tw-bg-dt-future-600\/80 {
  background-color: rgb(31 45 92 / 0.8)
}
.tw-bg-dt-future-600\/85 {
  background-color: rgb(31 45 92 / 0.85)
}
.tw-bg-dt-future-600\/90 {
  background-color: rgb(31 45 92 / 0.9)
}
.tw-bg-dt-future-600\/95 {
  background-color: rgb(31 45 92 / 0.95)
}
.tw-bg-dt-glow-glow-inner {
  background-color: rgba(0,210,205,0.239)
}
.tw-bg-dt-glow-glow-inner\/0 {
  background-color: rgba(0, 210, 205, 0)
}
.tw-bg-dt-glow-glow-inner\/10 {
  background-color: rgba(0, 210, 205, 0.1)
}
.tw-bg-dt-glow-glow-inner\/100 {
  background-color: rgba(0, 210, 205, 1)
}
.tw-bg-dt-glow-glow-inner\/15 {
  background-color: rgba(0, 210, 205, 0.15)
}
.tw-bg-dt-glow-glow-inner\/20 {
  background-color: rgba(0, 210, 205, 0.2)
}
.tw-bg-dt-glow-glow-inner\/25 {
  background-color: rgba(0, 210, 205, 0.25)
}
.tw-bg-dt-glow-glow-inner\/30 {
  background-color: rgba(0, 210, 205, 0.3)
}
.tw-bg-dt-glow-glow-inner\/35 {
  background-color: rgba(0, 210, 205, 0.35)
}
.tw-bg-dt-glow-glow-inner\/40 {
  background-color: rgba(0, 210, 205, 0.4)
}
.tw-bg-dt-glow-glow-inner\/45 {
  background-color: rgba(0, 210, 205, 0.45)
}
.tw-bg-dt-glow-glow-inner\/5 {
  background-color: rgba(0, 210, 205, 0.05)
}
.tw-bg-dt-glow-glow-inner\/50 {
  background-color: rgba(0, 210, 205, 0.5)
}
.tw-bg-dt-glow-glow-inner\/55 {
  background-color: rgba(0, 210, 205, 0.55)
}
.tw-bg-dt-glow-glow-inner\/60 {
  background-color: rgba(0, 210, 205, 0.6)
}
.tw-bg-dt-glow-glow-inner\/65 {
  background-color: rgba(0, 210, 205, 0.65)
}
.tw-bg-dt-glow-glow-inner\/70 {
  background-color: rgba(0, 210, 205, 0.7)
}
.tw-bg-dt-glow-glow-inner\/75 {
  background-color: rgba(0, 210, 205, 0.75)
}
.tw-bg-dt-glow-glow-inner\/80 {
  background-color: rgba(0, 210, 205, 0.8)
}
.tw-bg-dt-glow-glow-inner\/85 {
  background-color: rgba(0, 210, 205, 0.85)
}
.tw-bg-dt-glow-glow-inner\/90 {
  background-color: rgba(0, 210, 205, 0.9)
}
.tw-bg-dt-glow-glow-inner\/95 {
  background-color: rgba(0, 210, 205, 0.95)
}
.tw-bg-dt-grass-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 254 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-1\/0 {
  background-color: rgb(251 254 251 / 0)
}
.tw-bg-dt-grass-1\/10 {
  background-color: rgb(251 254 251 / 0.1)
}
.tw-bg-dt-grass-1\/100 {
  background-color: rgb(251 254 251 / 1)
}
.tw-bg-dt-grass-1\/15 {
  background-color: rgb(251 254 251 / 0.15)
}
.tw-bg-dt-grass-1\/20 {
  background-color: rgb(251 254 251 / 0.2)
}
.tw-bg-dt-grass-1\/25 {
  background-color: rgb(251 254 251 / 0.25)
}
.tw-bg-dt-grass-1\/30 {
  background-color: rgb(251 254 251 / 0.3)
}
.tw-bg-dt-grass-1\/35 {
  background-color: rgb(251 254 251 / 0.35)
}
.tw-bg-dt-grass-1\/40 {
  background-color: rgb(251 254 251 / 0.4)
}
.tw-bg-dt-grass-1\/45 {
  background-color: rgb(251 254 251 / 0.45)
}
.tw-bg-dt-grass-1\/5 {
  background-color: rgb(251 254 251 / 0.05)
}
.tw-bg-dt-grass-1\/50 {
  background-color: rgb(251 254 251 / 0.5)
}
.tw-bg-dt-grass-1\/55 {
  background-color: rgb(251 254 251 / 0.55)
}
.tw-bg-dt-grass-1\/60 {
  background-color: rgb(251 254 251 / 0.6)
}
.tw-bg-dt-grass-1\/65 {
  background-color: rgb(251 254 251 / 0.65)
}
.tw-bg-dt-grass-1\/70 {
  background-color: rgb(251 254 251 / 0.7)
}
.tw-bg-dt-grass-1\/75 {
  background-color: rgb(251 254 251 / 0.75)
}
.tw-bg-dt-grass-1\/80 {
  background-color: rgb(251 254 251 / 0.8)
}
.tw-bg-dt-grass-1\/85 {
  background-color: rgb(251 254 251 / 0.85)
}
.tw-bg-dt-grass-1\/90 {
  background-color: rgb(251 254 251 / 0.9)
}
.tw-bg-dt-grass-1\/95 {
  background-color: rgb(251 254 251 / 0.95)
}
.tw-bg-dt-grass-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 155 79 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-10\/0 {
  background-color: rgb(62 155 79 / 0)
}
.tw-bg-dt-grass-10\/10 {
  background-color: rgb(62 155 79 / 0.1)
}
.tw-bg-dt-grass-10\/100 {
  background-color: rgb(62 155 79 / 1)
}
.tw-bg-dt-grass-10\/15 {
  background-color: rgb(62 155 79 / 0.15)
}
.tw-bg-dt-grass-10\/20 {
  background-color: rgb(62 155 79 / 0.2)
}
.tw-bg-dt-grass-10\/25 {
  background-color: rgb(62 155 79 / 0.25)
}
.tw-bg-dt-grass-10\/30 {
  background-color: rgb(62 155 79 / 0.3)
}
.tw-bg-dt-grass-10\/35 {
  background-color: rgb(62 155 79 / 0.35)
}
.tw-bg-dt-grass-10\/40 {
  background-color: rgb(62 155 79 / 0.4)
}
.tw-bg-dt-grass-10\/45 {
  background-color: rgb(62 155 79 / 0.45)
}
.tw-bg-dt-grass-10\/5 {
  background-color: rgb(62 155 79 / 0.05)
}
.tw-bg-dt-grass-10\/50 {
  background-color: rgb(62 155 79 / 0.5)
}
.tw-bg-dt-grass-10\/55 {
  background-color: rgb(62 155 79 / 0.55)
}
.tw-bg-dt-grass-10\/60 {
  background-color: rgb(62 155 79 / 0.6)
}
.tw-bg-dt-grass-10\/65 {
  background-color: rgb(62 155 79 / 0.65)
}
.tw-bg-dt-grass-10\/70 {
  background-color: rgb(62 155 79 / 0.7)
}
.tw-bg-dt-grass-10\/75 {
  background-color: rgb(62 155 79 / 0.75)
}
.tw-bg-dt-grass-10\/80 {
  background-color: rgb(62 155 79 / 0.8)
}
.tw-bg-dt-grass-10\/85 {
  background-color: rgb(62 155 79 / 0.85)
}
.tw-bg-dt-grass-10\/90 {
  background-color: rgb(62 155 79 / 0.9)
}
.tw-bg-dt-grass-10\/95 {
  background-color: rgb(62 155 79 / 0.95)
}
.tw-bg-dt-grass-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 124 59 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-11\/0 {
  background-color: rgb(41 124 59 / 0)
}
.tw-bg-dt-grass-11\/10 {
  background-color: rgb(41 124 59 / 0.1)
}
.tw-bg-dt-grass-11\/100 {
  background-color: rgb(41 124 59 / 1)
}
.tw-bg-dt-grass-11\/15 {
  background-color: rgb(41 124 59 / 0.15)
}
.tw-bg-dt-grass-11\/20 {
  background-color: rgb(41 124 59 / 0.2)
}
.tw-bg-dt-grass-11\/25 {
  background-color: rgb(41 124 59 / 0.25)
}
.tw-bg-dt-grass-11\/30 {
  background-color: rgb(41 124 59 / 0.3)
}
.tw-bg-dt-grass-11\/35 {
  background-color: rgb(41 124 59 / 0.35)
}
.tw-bg-dt-grass-11\/40 {
  background-color: rgb(41 124 59 / 0.4)
}
.tw-bg-dt-grass-11\/45 {
  background-color: rgb(41 124 59 / 0.45)
}
.tw-bg-dt-grass-11\/5 {
  background-color: rgb(41 124 59 / 0.05)
}
.tw-bg-dt-grass-11\/50 {
  background-color: rgb(41 124 59 / 0.5)
}
.tw-bg-dt-grass-11\/55 {
  background-color: rgb(41 124 59 / 0.55)
}
.tw-bg-dt-grass-11\/60 {
  background-color: rgb(41 124 59 / 0.6)
}
.tw-bg-dt-grass-11\/65 {
  background-color: rgb(41 124 59 / 0.65)
}
.tw-bg-dt-grass-11\/70 {
  background-color: rgb(41 124 59 / 0.7)
}
.tw-bg-dt-grass-11\/75 {
  background-color: rgb(41 124 59 / 0.75)
}
.tw-bg-dt-grass-11\/80 {
  background-color: rgb(41 124 59 / 0.8)
}
.tw-bg-dt-grass-11\/85 {
  background-color: rgb(41 124 59 / 0.85)
}
.tw-bg-dt-grass-11\/90 {
  background-color: rgb(41 124 59 / 0.9)
}
.tw-bg-dt-grass-11\/95 {
  background-color: rgb(41 124 59 / 0.95)
}
.tw-bg-dt-grass-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 49 30 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-12\/0 {
  background-color: rgb(27 49 30 / 0)
}
.tw-bg-dt-grass-12\/10 {
  background-color: rgb(27 49 30 / 0.1)
}
.tw-bg-dt-grass-12\/100 {
  background-color: rgb(27 49 30 / 1)
}
.tw-bg-dt-grass-12\/15 {
  background-color: rgb(27 49 30 / 0.15)
}
.tw-bg-dt-grass-12\/20 {
  background-color: rgb(27 49 30 / 0.2)
}
.tw-bg-dt-grass-12\/25 {
  background-color: rgb(27 49 30 / 0.25)
}
.tw-bg-dt-grass-12\/30 {
  background-color: rgb(27 49 30 / 0.3)
}
.tw-bg-dt-grass-12\/35 {
  background-color: rgb(27 49 30 / 0.35)
}
.tw-bg-dt-grass-12\/40 {
  background-color: rgb(27 49 30 / 0.4)
}
.tw-bg-dt-grass-12\/45 {
  background-color: rgb(27 49 30 / 0.45)
}
.tw-bg-dt-grass-12\/5 {
  background-color: rgb(27 49 30 / 0.05)
}
.tw-bg-dt-grass-12\/50 {
  background-color: rgb(27 49 30 / 0.5)
}
.tw-bg-dt-grass-12\/55 {
  background-color: rgb(27 49 30 / 0.55)
}
.tw-bg-dt-grass-12\/60 {
  background-color: rgb(27 49 30 / 0.6)
}
.tw-bg-dt-grass-12\/65 {
  background-color: rgb(27 49 30 / 0.65)
}
.tw-bg-dt-grass-12\/70 {
  background-color: rgb(27 49 30 / 0.7)
}
.tw-bg-dt-grass-12\/75 {
  background-color: rgb(27 49 30 / 0.75)
}
.tw-bg-dt-grass-12\/80 {
  background-color: rgb(27 49 30 / 0.8)
}
.tw-bg-dt-grass-12\/85 {
  background-color: rgb(27 49 30 / 0.85)
}
.tw-bg-dt-grass-12\/90 {
  background-color: rgb(27 49 30 / 0.9)
}
.tw-bg-dt-grass-12\/95 {
  background-color: rgb(27 49 30 / 0.95)
}
.tw-bg-dt-grass-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 245 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-2\/0 {
  background-color: rgb(245 251 245 / 0)
}
.tw-bg-dt-grass-2\/10 {
  background-color: rgb(245 251 245 / 0.1)
}
.tw-bg-dt-grass-2\/100 {
  background-color: rgb(245 251 245 / 1)
}
.tw-bg-dt-grass-2\/15 {
  background-color: rgb(245 251 245 / 0.15)
}
.tw-bg-dt-grass-2\/20 {
  background-color: rgb(245 251 245 / 0.2)
}
.tw-bg-dt-grass-2\/25 {
  background-color: rgb(245 251 245 / 0.25)
}
.tw-bg-dt-grass-2\/30 {
  background-color: rgb(245 251 245 / 0.3)
}
.tw-bg-dt-grass-2\/35 {
  background-color: rgb(245 251 245 / 0.35)
}
.tw-bg-dt-grass-2\/40 {
  background-color: rgb(245 251 245 / 0.4)
}
.tw-bg-dt-grass-2\/45 {
  background-color: rgb(245 251 245 / 0.45)
}
.tw-bg-dt-grass-2\/5 {
  background-color: rgb(245 251 245 / 0.05)
}
.tw-bg-dt-grass-2\/50 {
  background-color: rgb(245 251 245 / 0.5)
}
.tw-bg-dt-grass-2\/55 {
  background-color: rgb(245 251 245 / 0.55)
}
.tw-bg-dt-grass-2\/60 {
  background-color: rgb(245 251 245 / 0.6)
}
.tw-bg-dt-grass-2\/65 {
  background-color: rgb(245 251 245 / 0.65)
}
.tw-bg-dt-grass-2\/70 {
  background-color: rgb(245 251 245 / 0.7)
}
.tw-bg-dt-grass-2\/75 {
  background-color: rgb(245 251 245 / 0.75)
}
.tw-bg-dt-grass-2\/80 {
  background-color: rgb(245 251 245 / 0.8)
}
.tw-bg-dt-grass-2\/85 {
  background-color: rgb(245 251 245 / 0.85)
}
.tw-bg-dt-grass-2\/90 {
  background-color: rgb(245 251 245 / 0.9)
}
.tw-bg-dt-grass-2\/95 {
  background-color: rgb(245 251 245 / 0.95)
}
.tw-bg-dt-grass-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 246 233 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-3\/0 {
  background-color: rgb(233 246 233 / 0)
}
.tw-bg-dt-grass-3\/10 {
  background-color: rgb(233 246 233 / 0.1)
}
.tw-bg-dt-grass-3\/100 {
  background-color: rgb(233 246 233 / 1)
}
.tw-bg-dt-grass-3\/15 {
  background-color: rgb(233 246 233 / 0.15)
}
.tw-bg-dt-grass-3\/20 {
  background-color: rgb(233 246 233 / 0.2)
}
.tw-bg-dt-grass-3\/25 {
  background-color: rgb(233 246 233 / 0.25)
}
.tw-bg-dt-grass-3\/30 {
  background-color: rgb(233 246 233 / 0.3)
}
.tw-bg-dt-grass-3\/35 {
  background-color: rgb(233 246 233 / 0.35)
}
.tw-bg-dt-grass-3\/40 {
  background-color: rgb(233 246 233 / 0.4)
}
.tw-bg-dt-grass-3\/45 {
  background-color: rgb(233 246 233 / 0.45)
}
.tw-bg-dt-grass-3\/5 {
  background-color: rgb(233 246 233 / 0.05)
}
.tw-bg-dt-grass-3\/50 {
  background-color: rgb(233 246 233 / 0.5)
}
.tw-bg-dt-grass-3\/55 {
  background-color: rgb(233 246 233 / 0.55)
}
.tw-bg-dt-grass-3\/60 {
  background-color: rgb(233 246 233 / 0.6)
}
.tw-bg-dt-grass-3\/65 {
  background-color: rgb(233 246 233 / 0.65)
}
.tw-bg-dt-grass-3\/70 {
  background-color: rgb(233 246 233 / 0.7)
}
.tw-bg-dt-grass-3\/75 {
  background-color: rgb(233 246 233 / 0.75)
}
.tw-bg-dt-grass-3\/80 {
  background-color: rgb(233 246 233 / 0.8)
}
.tw-bg-dt-grass-3\/85 {
  background-color: rgb(233 246 233 / 0.85)
}
.tw-bg-dt-grass-3\/90 {
  background-color: rgb(233 246 233 / 0.9)
}
.tw-bg-dt-grass-3\/95 {
  background-color: rgb(233 246 233 / 0.95)
}
.tw-bg-dt-grass-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 241 219 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-4\/0 {
  background-color: rgb(218 241 219 / 0)
}
.tw-bg-dt-grass-4\/10 {
  background-color: rgb(218 241 219 / 0.1)
}
.tw-bg-dt-grass-4\/100 {
  background-color: rgb(218 241 219 / 1)
}
.tw-bg-dt-grass-4\/15 {
  background-color: rgb(218 241 219 / 0.15)
}
.tw-bg-dt-grass-4\/20 {
  background-color: rgb(218 241 219 / 0.2)
}
.tw-bg-dt-grass-4\/25 {
  background-color: rgb(218 241 219 / 0.25)
}
.tw-bg-dt-grass-4\/30 {
  background-color: rgb(218 241 219 / 0.3)
}
.tw-bg-dt-grass-4\/35 {
  background-color: rgb(218 241 219 / 0.35)
}
.tw-bg-dt-grass-4\/40 {
  background-color: rgb(218 241 219 / 0.4)
}
.tw-bg-dt-grass-4\/45 {
  background-color: rgb(218 241 219 / 0.45)
}
.tw-bg-dt-grass-4\/5 {
  background-color: rgb(218 241 219 / 0.05)
}
.tw-bg-dt-grass-4\/50 {
  background-color: rgb(218 241 219 / 0.5)
}
.tw-bg-dt-grass-4\/55 {
  background-color: rgb(218 241 219 / 0.55)
}
.tw-bg-dt-grass-4\/60 {
  background-color: rgb(218 241 219 / 0.6)
}
.tw-bg-dt-grass-4\/65 {
  background-color: rgb(218 241 219 / 0.65)
}
.tw-bg-dt-grass-4\/70 {
  background-color: rgb(218 241 219 / 0.7)
}
.tw-bg-dt-grass-4\/75 {
  background-color: rgb(218 241 219 / 0.75)
}
.tw-bg-dt-grass-4\/80 {
  background-color: rgb(218 241 219 / 0.8)
}
.tw-bg-dt-grass-4\/85 {
  background-color: rgb(218 241 219 / 0.85)
}
.tw-bg-dt-grass-4\/90 {
  background-color: rgb(218 241 219 / 0.9)
}
.tw-bg-dt-grass-4\/95 {
  background-color: rgb(218 241 219 / 0.95)
}
.tw-bg-dt-grass-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 232 202 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-5\/0 {
  background-color: rgb(201 232 202 / 0)
}
.tw-bg-dt-grass-5\/10 {
  background-color: rgb(201 232 202 / 0.1)
}
.tw-bg-dt-grass-5\/100 {
  background-color: rgb(201 232 202 / 1)
}
.tw-bg-dt-grass-5\/15 {
  background-color: rgb(201 232 202 / 0.15)
}
.tw-bg-dt-grass-5\/20 {
  background-color: rgb(201 232 202 / 0.2)
}
.tw-bg-dt-grass-5\/25 {
  background-color: rgb(201 232 202 / 0.25)
}
.tw-bg-dt-grass-5\/30 {
  background-color: rgb(201 232 202 / 0.3)
}
.tw-bg-dt-grass-5\/35 {
  background-color: rgb(201 232 202 / 0.35)
}
.tw-bg-dt-grass-5\/40 {
  background-color: rgb(201 232 202 / 0.4)
}
.tw-bg-dt-grass-5\/45 {
  background-color: rgb(201 232 202 / 0.45)
}
.tw-bg-dt-grass-5\/5 {
  background-color: rgb(201 232 202 / 0.05)
}
.tw-bg-dt-grass-5\/50 {
  background-color: rgb(201 232 202 / 0.5)
}
.tw-bg-dt-grass-5\/55 {
  background-color: rgb(201 232 202 / 0.55)
}
.tw-bg-dt-grass-5\/60 {
  background-color: rgb(201 232 202 / 0.6)
}
.tw-bg-dt-grass-5\/65 {
  background-color: rgb(201 232 202 / 0.65)
}
.tw-bg-dt-grass-5\/70 {
  background-color: rgb(201 232 202 / 0.7)
}
.tw-bg-dt-grass-5\/75 {
  background-color: rgb(201 232 202 / 0.75)
}
.tw-bg-dt-grass-5\/80 {
  background-color: rgb(201 232 202 / 0.8)
}
.tw-bg-dt-grass-5\/85 {
  background-color: rgb(201 232 202 / 0.85)
}
.tw-bg-dt-grass-5\/90 {
  background-color: rgb(201 232 202 / 0.9)
}
.tw-bg-dt-grass-5\/95 {
  background-color: rgb(201 232 202 / 0.95)
}
.tw-bg-dt-grass-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 221 181 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-6\/0 {
  background-color: rgb(178 221 181 / 0)
}
.tw-bg-dt-grass-6\/10 {
  background-color: rgb(178 221 181 / 0.1)
}
.tw-bg-dt-grass-6\/100 {
  background-color: rgb(178 221 181 / 1)
}
.tw-bg-dt-grass-6\/15 {
  background-color: rgb(178 221 181 / 0.15)
}
.tw-bg-dt-grass-6\/20 {
  background-color: rgb(178 221 181 / 0.2)
}
.tw-bg-dt-grass-6\/25 {
  background-color: rgb(178 221 181 / 0.25)
}
.tw-bg-dt-grass-6\/30 {
  background-color: rgb(178 221 181 / 0.3)
}
.tw-bg-dt-grass-6\/35 {
  background-color: rgb(178 221 181 / 0.35)
}
.tw-bg-dt-grass-6\/40 {
  background-color: rgb(178 221 181 / 0.4)
}
.tw-bg-dt-grass-6\/45 {
  background-color: rgb(178 221 181 / 0.45)
}
.tw-bg-dt-grass-6\/5 {
  background-color: rgb(178 221 181 / 0.05)
}
.tw-bg-dt-grass-6\/50 {
  background-color: rgb(178 221 181 / 0.5)
}
.tw-bg-dt-grass-6\/55 {
  background-color: rgb(178 221 181 / 0.55)
}
.tw-bg-dt-grass-6\/60 {
  background-color: rgb(178 221 181 / 0.6)
}
.tw-bg-dt-grass-6\/65 {
  background-color: rgb(178 221 181 / 0.65)
}
.tw-bg-dt-grass-6\/70 {
  background-color: rgb(178 221 181 / 0.7)
}
.tw-bg-dt-grass-6\/75 {
  background-color: rgb(178 221 181 / 0.75)
}
.tw-bg-dt-grass-6\/80 {
  background-color: rgb(178 221 181 / 0.8)
}
.tw-bg-dt-grass-6\/85 {
  background-color: rgb(178 221 181 / 0.85)
}
.tw-bg-dt-grass-6\/90 {
  background-color: rgb(178 221 181 / 0.9)
}
.tw-bg-dt-grass-6\/95 {
  background-color: rgb(178 221 181 / 0.95)
}
.tw-bg-dt-grass-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 206 154 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-7\/0 {
  background-color: rgb(148 206 154 / 0)
}
.tw-bg-dt-grass-7\/10 {
  background-color: rgb(148 206 154 / 0.1)
}
.tw-bg-dt-grass-7\/100 {
  background-color: rgb(148 206 154 / 1)
}
.tw-bg-dt-grass-7\/15 {
  background-color: rgb(148 206 154 / 0.15)
}
.tw-bg-dt-grass-7\/20 {
  background-color: rgb(148 206 154 / 0.2)
}
.tw-bg-dt-grass-7\/25 {
  background-color: rgb(148 206 154 / 0.25)
}
.tw-bg-dt-grass-7\/30 {
  background-color: rgb(148 206 154 / 0.3)
}
.tw-bg-dt-grass-7\/35 {
  background-color: rgb(148 206 154 / 0.35)
}
.tw-bg-dt-grass-7\/40 {
  background-color: rgb(148 206 154 / 0.4)
}
.tw-bg-dt-grass-7\/45 {
  background-color: rgb(148 206 154 / 0.45)
}
.tw-bg-dt-grass-7\/5 {
  background-color: rgb(148 206 154 / 0.05)
}
.tw-bg-dt-grass-7\/50 {
  background-color: rgb(148 206 154 / 0.5)
}
.tw-bg-dt-grass-7\/55 {
  background-color: rgb(148 206 154 / 0.55)
}
.tw-bg-dt-grass-7\/60 {
  background-color: rgb(148 206 154 / 0.6)
}
.tw-bg-dt-grass-7\/65 {
  background-color: rgb(148 206 154 / 0.65)
}
.tw-bg-dt-grass-7\/70 {
  background-color: rgb(148 206 154 / 0.7)
}
.tw-bg-dt-grass-7\/75 {
  background-color: rgb(148 206 154 / 0.75)
}
.tw-bg-dt-grass-7\/80 {
  background-color: rgb(148 206 154 / 0.8)
}
.tw-bg-dt-grass-7\/85 {
  background-color: rgb(148 206 154 / 0.85)
}
.tw-bg-dt-grass-7\/90 {
  background-color: rgb(148 206 154 / 0.9)
}
.tw-bg-dt-grass-7\/95 {
  background-color: rgb(148 206 154 / 0.95)
}
.tw-bg-dt-grass-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 186 116 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-8\/0 {
  background-color: rgb(101 186 116 / 0)
}
.tw-bg-dt-grass-8\/10 {
  background-color: rgb(101 186 116 / 0.1)
}
.tw-bg-dt-grass-8\/100 {
  background-color: rgb(101 186 116 / 1)
}
.tw-bg-dt-grass-8\/15 {
  background-color: rgb(101 186 116 / 0.15)
}
.tw-bg-dt-grass-8\/20 {
  background-color: rgb(101 186 116 / 0.2)
}
.tw-bg-dt-grass-8\/25 {
  background-color: rgb(101 186 116 / 0.25)
}
.tw-bg-dt-grass-8\/30 {
  background-color: rgb(101 186 116 / 0.3)
}
.tw-bg-dt-grass-8\/35 {
  background-color: rgb(101 186 116 / 0.35)
}
.tw-bg-dt-grass-8\/40 {
  background-color: rgb(101 186 116 / 0.4)
}
.tw-bg-dt-grass-8\/45 {
  background-color: rgb(101 186 116 / 0.45)
}
.tw-bg-dt-grass-8\/5 {
  background-color: rgb(101 186 116 / 0.05)
}
.tw-bg-dt-grass-8\/50 {
  background-color: rgb(101 186 116 / 0.5)
}
.tw-bg-dt-grass-8\/55 {
  background-color: rgb(101 186 116 / 0.55)
}
.tw-bg-dt-grass-8\/60 {
  background-color: rgb(101 186 116 / 0.6)
}
.tw-bg-dt-grass-8\/65 {
  background-color: rgb(101 186 116 / 0.65)
}
.tw-bg-dt-grass-8\/70 {
  background-color: rgb(101 186 116 / 0.7)
}
.tw-bg-dt-grass-8\/75 {
  background-color: rgb(101 186 116 / 0.75)
}
.tw-bg-dt-grass-8\/80 {
  background-color: rgb(101 186 116 / 0.8)
}
.tw-bg-dt-grass-8\/85 {
  background-color: rgb(101 186 116 / 0.85)
}
.tw-bg-dt-grass-8\/90 {
  background-color: rgb(101 186 116 / 0.9)
}
.tw-bg-dt-grass-8\/95 {
  background-color: rgb(101 186 116 / 0.95)
}
.tw-bg-dt-grass-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(70 167 88 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-grass-9\/0 {
  background-color: rgb(70 167 88 / 0)
}
.tw-bg-dt-grass-9\/10 {
  background-color: rgb(70 167 88 / 0.1)
}
.tw-bg-dt-grass-9\/100 {
  background-color: rgb(70 167 88 / 1)
}
.tw-bg-dt-grass-9\/15 {
  background-color: rgb(70 167 88 / 0.15)
}
.tw-bg-dt-grass-9\/20 {
  background-color: rgb(70 167 88 / 0.2)
}
.tw-bg-dt-grass-9\/25 {
  background-color: rgb(70 167 88 / 0.25)
}
.tw-bg-dt-grass-9\/30 {
  background-color: rgb(70 167 88 / 0.3)
}
.tw-bg-dt-grass-9\/35 {
  background-color: rgb(70 167 88 / 0.35)
}
.tw-bg-dt-grass-9\/40 {
  background-color: rgb(70 167 88 / 0.4)
}
.tw-bg-dt-grass-9\/45 {
  background-color: rgb(70 167 88 / 0.45)
}
.tw-bg-dt-grass-9\/5 {
  background-color: rgb(70 167 88 / 0.05)
}
.tw-bg-dt-grass-9\/50 {
  background-color: rgb(70 167 88 / 0.5)
}
.tw-bg-dt-grass-9\/55 {
  background-color: rgb(70 167 88 / 0.55)
}
.tw-bg-dt-grass-9\/60 {
  background-color: rgb(70 167 88 / 0.6)
}
.tw-bg-dt-grass-9\/65 {
  background-color: rgb(70 167 88 / 0.65)
}
.tw-bg-dt-grass-9\/70 {
  background-color: rgb(70 167 88 / 0.7)
}
.tw-bg-dt-grass-9\/75 {
  background-color: rgb(70 167 88 / 0.75)
}
.tw-bg-dt-grass-9\/80 {
  background-color: rgb(70 167 88 / 0.8)
}
.tw-bg-dt-grass-9\/85 {
  background-color: rgb(70 167 88 / 0.85)
}
.tw-bg-dt-grass-9\/90 {
  background-color: rgb(70 167 88 / 0.9)
}
.tw-bg-dt-grass-9\/95 {
  background-color: rgb(70 167 88 / 0.95)
}
.tw-bg-dt-icon-action {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-action-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-action-hover\/0 {
  background-color: rgb(0 196 196 / 0)
}
.tw-bg-dt-icon-action-hover\/10 {
  background-color: rgb(0 196 196 / 0.1)
}
.tw-bg-dt-icon-action-hover\/100 {
  background-color: rgb(0 196 196 / 1)
}
.tw-bg-dt-icon-action-hover\/15 {
  background-color: rgb(0 196 196 / 0.15)
}
.tw-bg-dt-icon-action-hover\/20 {
  background-color: rgb(0 196 196 / 0.2)
}
.tw-bg-dt-icon-action-hover\/25 {
  background-color: rgb(0 196 196 / 0.25)
}
.tw-bg-dt-icon-action-hover\/30 {
  background-color: rgb(0 196 196 / 0.3)
}
.tw-bg-dt-icon-action-hover\/35 {
  background-color: rgb(0 196 196 / 0.35)
}
.tw-bg-dt-icon-action-hover\/40 {
  background-color: rgb(0 196 196 / 0.4)
}
.tw-bg-dt-icon-action-hover\/45 {
  background-color: rgb(0 196 196 / 0.45)
}
.tw-bg-dt-icon-action-hover\/5 {
  background-color: rgb(0 196 196 / 0.05)
}
.tw-bg-dt-icon-action-hover\/50 {
  background-color: rgb(0 196 196 / 0.5)
}
.tw-bg-dt-icon-action-hover\/55 {
  background-color: rgb(0 196 196 / 0.55)
}
.tw-bg-dt-icon-action-hover\/60 {
  background-color: rgb(0 196 196 / 0.6)
}
.tw-bg-dt-icon-action-hover\/65 {
  background-color: rgb(0 196 196 / 0.65)
}
.tw-bg-dt-icon-action-hover\/70 {
  background-color: rgb(0 196 196 / 0.7)
}
.tw-bg-dt-icon-action-hover\/75 {
  background-color: rgb(0 196 196 / 0.75)
}
.tw-bg-dt-icon-action-hover\/80 {
  background-color: rgb(0 196 196 / 0.8)
}
.tw-bg-dt-icon-action-hover\/85 {
  background-color: rgb(0 196 196 / 0.85)
}
.tw-bg-dt-icon-action-hover\/90 {
  background-color: rgb(0 196 196 / 0.9)
}
.tw-bg-dt-icon-action-hover\/95 {
  background-color: rgb(0 196 196 / 0.95)
}
.tw-bg-dt-icon-action\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-icon-action\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-icon-action\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-icon-action\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-icon-action\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-icon-action\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-icon-action\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-icon-action\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-icon-action\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-icon-action\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-icon-action\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-icon-action\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-icon-action\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-icon-action\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-icon-action\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-icon-action\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-icon-action\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-icon-action\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-icon-action\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-icon-action\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-icon-action\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-icon-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(185 187 198 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-disabled\/0 {
  background-color: rgb(185 187 198 / 0)
}
.tw-bg-dt-icon-disabled\/10 {
  background-color: rgb(185 187 198 / 0.1)
}
.tw-bg-dt-icon-disabled\/100 {
  background-color: rgb(185 187 198 / 1)
}
.tw-bg-dt-icon-disabled\/15 {
  background-color: rgb(185 187 198 / 0.15)
}
.tw-bg-dt-icon-disabled\/20 {
  background-color: rgb(185 187 198 / 0.2)
}
.tw-bg-dt-icon-disabled\/25 {
  background-color: rgb(185 187 198 / 0.25)
}
.tw-bg-dt-icon-disabled\/30 {
  background-color: rgb(185 187 198 / 0.3)
}
.tw-bg-dt-icon-disabled\/35 {
  background-color: rgb(185 187 198 / 0.35)
}
.tw-bg-dt-icon-disabled\/40 {
  background-color: rgb(185 187 198 / 0.4)
}
.tw-bg-dt-icon-disabled\/45 {
  background-color: rgb(185 187 198 / 0.45)
}
.tw-bg-dt-icon-disabled\/5 {
  background-color: rgb(185 187 198 / 0.05)
}
.tw-bg-dt-icon-disabled\/50 {
  background-color: rgb(185 187 198 / 0.5)
}
.tw-bg-dt-icon-disabled\/55 {
  background-color: rgb(185 187 198 / 0.55)
}
.tw-bg-dt-icon-disabled\/60 {
  background-color: rgb(185 187 198 / 0.6)
}
.tw-bg-dt-icon-disabled\/65 {
  background-color: rgb(185 187 198 / 0.65)
}
.tw-bg-dt-icon-disabled\/70 {
  background-color: rgb(185 187 198 / 0.7)
}
.tw-bg-dt-icon-disabled\/75 {
  background-color: rgb(185 187 198 / 0.75)
}
.tw-bg-dt-icon-disabled\/80 {
  background-color: rgb(185 187 198 / 0.8)
}
.tw-bg-dt-icon-disabled\/85 {
  background-color: rgb(185 187 198 / 0.85)
}
.tw-bg-dt-icon-disabled\/90 {
  background-color: rgb(185 187 198 / 0.9)
}
.tw-bg-dt-icon-disabled\/95 {
  background-color: rgb(185 187 198 / 0.95)
}
.tw-bg-dt-icon-error {
  --tw-bg-opacity: 1;
  background-color: rgb(206 44 49 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-error\/0 {
  background-color: rgb(206 44 49 / 0)
}
.tw-bg-dt-icon-error\/10 {
  background-color: rgb(206 44 49 / 0.1)
}
.tw-bg-dt-icon-error\/100 {
  background-color: rgb(206 44 49 / 1)
}
.tw-bg-dt-icon-error\/15 {
  background-color: rgb(206 44 49 / 0.15)
}
.tw-bg-dt-icon-error\/20 {
  background-color: rgb(206 44 49 / 0.2)
}
.tw-bg-dt-icon-error\/25 {
  background-color: rgb(206 44 49 / 0.25)
}
.tw-bg-dt-icon-error\/30 {
  background-color: rgb(206 44 49 / 0.3)
}
.tw-bg-dt-icon-error\/35 {
  background-color: rgb(206 44 49 / 0.35)
}
.tw-bg-dt-icon-error\/40 {
  background-color: rgb(206 44 49 / 0.4)
}
.tw-bg-dt-icon-error\/45 {
  background-color: rgb(206 44 49 / 0.45)
}
.tw-bg-dt-icon-error\/5 {
  background-color: rgb(206 44 49 / 0.05)
}
.tw-bg-dt-icon-error\/50 {
  background-color: rgb(206 44 49 / 0.5)
}
.tw-bg-dt-icon-error\/55 {
  background-color: rgb(206 44 49 / 0.55)
}
.tw-bg-dt-icon-error\/60 {
  background-color: rgb(206 44 49 / 0.6)
}
.tw-bg-dt-icon-error\/65 {
  background-color: rgb(206 44 49 / 0.65)
}
.tw-bg-dt-icon-error\/70 {
  background-color: rgb(206 44 49 / 0.7)
}
.tw-bg-dt-icon-error\/75 {
  background-color: rgb(206 44 49 / 0.75)
}
.tw-bg-dt-icon-error\/80 {
  background-color: rgb(206 44 49 / 0.8)
}
.tw-bg-dt-icon-error\/85 {
  background-color: rgb(206 44 49 / 0.85)
}
.tw-bg-dt-icon-error\/90 {
  background-color: rgb(206 44 49 / 0.9)
}
.tw-bg-dt-icon-error\/95 {
  background-color: rgb(206 44 49 / 0.95)
}
.tw-bg-dt-icon-future-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(58 91 199 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-future-primary\/0 {
  background-color: rgb(58 91 199 / 0)
}
.tw-bg-dt-icon-future-primary\/10 {
  background-color: rgb(58 91 199 / 0.1)
}
.tw-bg-dt-icon-future-primary\/100 {
  background-color: rgb(58 91 199 / 1)
}
.tw-bg-dt-icon-future-primary\/15 {
  background-color: rgb(58 91 199 / 0.15)
}
.tw-bg-dt-icon-future-primary\/20 {
  background-color: rgb(58 91 199 / 0.2)
}
.tw-bg-dt-icon-future-primary\/25 {
  background-color: rgb(58 91 199 / 0.25)
}
.tw-bg-dt-icon-future-primary\/30 {
  background-color: rgb(58 91 199 / 0.3)
}
.tw-bg-dt-icon-future-primary\/35 {
  background-color: rgb(58 91 199 / 0.35)
}
.tw-bg-dt-icon-future-primary\/40 {
  background-color: rgb(58 91 199 / 0.4)
}
.tw-bg-dt-icon-future-primary\/45 {
  background-color: rgb(58 91 199 / 0.45)
}
.tw-bg-dt-icon-future-primary\/5 {
  background-color: rgb(58 91 199 / 0.05)
}
.tw-bg-dt-icon-future-primary\/50 {
  background-color: rgb(58 91 199 / 0.5)
}
.tw-bg-dt-icon-future-primary\/55 {
  background-color: rgb(58 91 199 / 0.55)
}
.tw-bg-dt-icon-future-primary\/60 {
  background-color: rgb(58 91 199 / 0.6)
}
.tw-bg-dt-icon-future-primary\/65 {
  background-color: rgb(58 91 199 / 0.65)
}
.tw-bg-dt-icon-future-primary\/70 {
  background-color: rgb(58 91 199 / 0.7)
}
.tw-bg-dt-icon-future-primary\/75 {
  background-color: rgb(58 91 199 / 0.75)
}
.tw-bg-dt-icon-future-primary\/80 {
  background-color: rgb(58 91 199 / 0.8)
}
.tw-bg-dt-icon-future-primary\/85 {
  background-color: rgb(58 91 199 / 0.85)
}
.tw-bg-dt-icon-future-primary\/90 {
  background-color: rgb(58 91 199 / 0.9)
}
.tw-bg-dt-icon-future-primary\/95 {
  background-color: rgb(58 91 199 / 0.95)
}
.tw-bg-dt-icon-future-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(62 99 221 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-future-secondary\/0 {
  background-color: rgb(62 99 221 / 0)
}
.tw-bg-dt-icon-future-secondary\/10 {
  background-color: rgb(62 99 221 / 0.1)
}
.tw-bg-dt-icon-future-secondary\/100 {
  background-color: rgb(62 99 221 / 1)
}
.tw-bg-dt-icon-future-secondary\/15 {
  background-color: rgb(62 99 221 / 0.15)
}
.tw-bg-dt-icon-future-secondary\/20 {
  background-color: rgb(62 99 221 / 0.2)
}
.tw-bg-dt-icon-future-secondary\/25 {
  background-color: rgb(62 99 221 / 0.25)
}
.tw-bg-dt-icon-future-secondary\/30 {
  background-color: rgb(62 99 221 / 0.3)
}
.tw-bg-dt-icon-future-secondary\/35 {
  background-color: rgb(62 99 221 / 0.35)
}
.tw-bg-dt-icon-future-secondary\/40 {
  background-color: rgb(62 99 221 / 0.4)
}
.tw-bg-dt-icon-future-secondary\/45 {
  background-color: rgb(62 99 221 / 0.45)
}
.tw-bg-dt-icon-future-secondary\/5 {
  background-color: rgb(62 99 221 / 0.05)
}
.tw-bg-dt-icon-future-secondary\/50 {
  background-color: rgb(62 99 221 / 0.5)
}
.tw-bg-dt-icon-future-secondary\/55 {
  background-color: rgb(62 99 221 / 0.55)
}
.tw-bg-dt-icon-future-secondary\/60 {
  background-color: rgb(62 99 221 / 0.6)
}
.tw-bg-dt-icon-future-secondary\/65 {
  background-color: rgb(62 99 221 / 0.65)
}
.tw-bg-dt-icon-future-secondary\/70 {
  background-color: rgb(62 99 221 / 0.7)
}
.tw-bg-dt-icon-future-secondary\/75 {
  background-color: rgb(62 99 221 / 0.75)
}
.tw-bg-dt-icon-future-secondary\/80 {
  background-color: rgb(62 99 221 / 0.8)
}
.tw-bg-dt-icon-future-secondary\/85 {
  background-color: rgb(62 99 221 / 0.85)
}
.tw-bg-dt-icon-future-secondary\/90 {
  background-color: rgb(62 99 221 / 0.9)
}
.tw-bg-dt-icon-future-secondary\/95 {
  background-color: rgb(62 99 221 / 0.95)
}
.tw-bg-dt-icon-future-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(193 208 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-future-tertiary\/0 {
  background-color: rgb(193 208 255 / 0)
}
.tw-bg-dt-icon-future-tertiary\/10 {
  background-color: rgb(193 208 255 / 0.1)
}
.tw-bg-dt-icon-future-tertiary\/100 {
  background-color: rgb(193 208 255 / 1)
}
.tw-bg-dt-icon-future-tertiary\/15 {
  background-color: rgb(193 208 255 / 0.15)
}
.tw-bg-dt-icon-future-tertiary\/20 {
  background-color: rgb(193 208 255 / 0.2)
}
.tw-bg-dt-icon-future-tertiary\/25 {
  background-color: rgb(193 208 255 / 0.25)
}
.tw-bg-dt-icon-future-tertiary\/30 {
  background-color: rgb(193 208 255 / 0.3)
}
.tw-bg-dt-icon-future-tertiary\/35 {
  background-color: rgb(193 208 255 / 0.35)
}
.tw-bg-dt-icon-future-tertiary\/40 {
  background-color: rgb(193 208 255 / 0.4)
}
.tw-bg-dt-icon-future-tertiary\/45 {
  background-color: rgb(193 208 255 / 0.45)
}
.tw-bg-dt-icon-future-tertiary\/5 {
  background-color: rgb(193 208 255 / 0.05)
}
.tw-bg-dt-icon-future-tertiary\/50 {
  background-color: rgb(193 208 255 / 0.5)
}
.tw-bg-dt-icon-future-tertiary\/55 {
  background-color: rgb(193 208 255 / 0.55)
}
.tw-bg-dt-icon-future-tertiary\/60 {
  background-color: rgb(193 208 255 / 0.6)
}
.tw-bg-dt-icon-future-tertiary\/65 {
  background-color: rgb(193 208 255 / 0.65)
}
.tw-bg-dt-icon-future-tertiary\/70 {
  background-color: rgb(193 208 255 / 0.7)
}
.tw-bg-dt-icon-future-tertiary\/75 {
  background-color: rgb(193 208 255 / 0.75)
}
.tw-bg-dt-icon-future-tertiary\/80 {
  background-color: rgb(193 208 255 / 0.8)
}
.tw-bg-dt-icon-future-tertiary\/85 {
  background-color: rgb(193 208 255 / 0.85)
}
.tw-bg-dt-icon-future-tertiary\/90 {
  background-color: rgb(193 208 255 / 0.9)
}
.tw-bg-dt-icon-future-tertiary\/95 {
  background-color: rgb(193 208 255 / 0.95)
}
.tw-bg-dt-icon-in {
  --tw-bg-opacity: 1;
  background-color: rgb(62 155 79 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-in\/0 {
  background-color: rgb(62 155 79 / 0)
}
.tw-bg-dt-icon-in\/10 {
  background-color: rgb(62 155 79 / 0.1)
}
.tw-bg-dt-icon-in\/100 {
  background-color: rgb(62 155 79 / 1)
}
.tw-bg-dt-icon-in\/15 {
  background-color: rgb(62 155 79 / 0.15)
}
.tw-bg-dt-icon-in\/20 {
  background-color: rgb(62 155 79 / 0.2)
}
.tw-bg-dt-icon-in\/25 {
  background-color: rgb(62 155 79 / 0.25)
}
.tw-bg-dt-icon-in\/30 {
  background-color: rgb(62 155 79 / 0.3)
}
.tw-bg-dt-icon-in\/35 {
  background-color: rgb(62 155 79 / 0.35)
}
.tw-bg-dt-icon-in\/40 {
  background-color: rgb(62 155 79 / 0.4)
}
.tw-bg-dt-icon-in\/45 {
  background-color: rgb(62 155 79 / 0.45)
}
.tw-bg-dt-icon-in\/5 {
  background-color: rgb(62 155 79 / 0.05)
}
.tw-bg-dt-icon-in\/50 {
  background-color: rgb(62 155 79 / 0.5)
}
.tw-bg-dt-icon-in\/55 {
  background-color: rgb(62 155 79 / 0.55)
}
.tw-bg-dt-icon-in\/60 {
  background-color: rgb(62 155 79 / 0.6)
}
.tw-bg-dt-icon-in\/65 {
  background-color: rgb(62 155 79 / 0.65)
}
.tw-bg-dt-icon-in\/70 {
  background-color: rgb(62 155 79 / 0.7)
}
.tw-bg-dt-icon-in\/75 {
  background-color: rgb(62 155 79 / 0.75)
}
.tw-bg-dt-icon-in\/80 {
  background-color: rgb(62 155 79 / 0.8)
}
.tw-bg-dt-icon-in\/85 {
  background-color: rgb(62 155 79 / 0.85)
}
.tw-bg-dt-icon-in\/90 {
  background-color: rgb(62 155 79 / 0.9)
}
.tw-bg-dt-icon-in\/95 {
  background-color: rgb(62 155 79 / 0.95)
}
.tw-bg-dt-icon-information {
  --tw-bg-opacity: 1;
  background-color: rgb(13 116 206 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-information\/0 {
  background-color: rgb(13 116 206 / 0)
}
.tw-bg-dt-icon-information\/10 {
  background-color: rgb(13 116 206 / 0.1)
}
.tw-bg-dt-icon-information\/100 {
  background-color: rgb(13 116 206 / 1)
}
.tw-bg-dt-icon-information\/15 {
  background-color: rgb(13 116 206 / 0.15)
}
.tw-bg-dt-icon-information\/20 {
  background-color: rgb(13 116 206 / 0.2)
}
.tw-bg-dt-icon-information\/25 {
  background-color: rgb(13 116 206 / 0.25)
}
.tw-bg-dt-icon-information\/30 {
  background-color: rgb(13 116 206 / 0.3)
}
.tw-bg-dt-icon-information\/35 {
  background-color: rgb(13 116 206 / 0.35)
}
.tw-bg-dt-icon-information\/40 {
  background-color: rgb(13 116 206 / 0.4)
}
.tw-bg-dt-icon-information\/45 {
  background-color: rgb(13 116 206 / 0.45)
}
.tw-bg-dt-icon-information\/5 {
  background-color: rgb(13 116 206 / 0.05)
}
.tw-bg-dt-icon-information\/50 {
  background-color: rgb(13 116 206 / 0.5)
}
.tw-bg-dt-icon-information\/55 {
  background-color: rgb(13 116 206 / 0.55)
}
.tw-bg-dt-icon-information\/60 {
  background-color: rgb(13 116 206 / 0.6)
}
.tw-bg-dt-icon-information\/65 {
  background-color: rgb(13 116 206 / 0.65)
}
.tw-bg-dt-icon-information\/70 {
  background-color: rgb(13 116 206 / 0.7)
}
.tw-bg-dt-icon-information\/75 {
  background-color: rgb(13 116 206 / 0.75)
}
.tw-bg-dt-icon-information\/80 {
  background-color: rgb(13 116 206 / 0.8)
}
.tw-bg-dt-icon-information\/85 {
  background-color: rgb(13 116 206 / 0.85)
}
.tw-bg-dt-icon-information\/90 {
  background-color: rgb(13 116 206 / 0.9)
}
.tw-bg-dt-icon-information\/95 {
  background-color: rgb(13 116 206 / 0.95)
}
.tw-bg-dt-icon-on-action {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-on-action\/0 {
  background-color: rgb(255 255 255 / 0)
}
.tw-bg-dt-icon-on-action\/10 {
  background-color: rgb(255 255 255 / 0.1)
}
.tw-bg-dt-icon-on-action\/100 {
  background-color: rgb(255 255 255 / 1)
}
.tw-bg-dt-icon-on-action\/15 {
  background-color: rgb(255 255 255 / 0.15)
}
.tw-bg-dt-icon-on-action\/20 {
  background-color: rgb(255 255 255 / 0.2)
}
.tw-bg-dt-icon-on-action\/25 {
  background-color: rgb(255 255 255 / 0.25)
}
.tw-bg-dt-icon-on-action\/30 {
  background-color: rgb(255 255 255 / 0.3)
}
.tw-bg-dt-icon-on-action\/35 {
  background-color: rgb(255 255 255 / 0.35)
}
.tw-bg-dt-icon-on-action\/40 {
  background-color: rgb(255 255 255 / 0.4)
}
.tw-bg-dt-icon-on-action\/45 {
  background-color: rgb(255 255 255 / 0.45)
}
.tw-bg-dt-icon-on-action\/5 {
  background-color: rgb(255 255 255 / 0.05)
}
.tw-bg-dt-icon-on-action\/50 {
  background-color: rgb(255 255 255 / 0.5)
}
.tw-bg-dt-icon-on-action\/55 {
  background-color: rgb(255 255 255 / 0.55)
}
.tw-bg-dt-icon-on-action\/60 {
  background-color: rgb(255 255 255 / 0.6)
}
.tw-bg-dt-icon-on-action\/65 {
  background-color: rgb(255 255 255 / 0.65)
}
.tw-bg-dt-icon-on-action\/70 {
  background-color: rgb(255 255 255 / 0.7)
}
.tw-bg-dt-icon-on-action\/75 {
  background-color: rgb(255 255 255 / 0.75)
}
.tw-bg-dt-icon-on-action\/80 {
  background-color: rgb(255 255 255 / 0.8)
}
.tw-bg-dt-icon-on-action\/85 {
  background-color: rgb(255 255 255 / 0.85)
}
.tw-bg-dt-icon-on-action\/90 {
  background-color: rgb(255 255 255 / 0.9)
}
.tw-bg-dt-icon-on-action\/95 {
  background-color: rgb(255 255 255 / 0.95)
}
.tw-bg-dt-icon-out {
  --tw-bg-opacity: 1;
  background-color: rgb(221 68 37 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-out\/0 {
  background-color: rgb(221 68 37 / 0)
}
.tw-bg-dt-icon-out\/10 {
  background-color: rgb(221 68 37 / 0.1)
}
.tw-bg-dt-icon-out\/100 {
  background-color: rgb(221 68 37 / 1)
}
.tw-bg-dt-icon-out\/15 {
  background-color: rgb(221 68 37 / 0.15)
}
.tw-bg-dt-icon-out\/20 {
  background-color: rgb(221 68 37 / 0.2)
}
.tw-bg-dt-icon-out\/25 {
  background-color: rgb(221 68 37 / 0.25)
}
.tw-bg-dt-icon-out\/30 {
  background-color: rgb(221 68 37 / 0.3)
}
.tw-bg-dt-icon-out\/35 {
  background-color: rgb(221 68 37 / 0.35)
}
.tw-bg-dt-icon-out\/40 {
  background-color: rgb(221 68 37 / 0.4)
}
.tw-bg-dt-icon-out\/45 {
  background-color: rgb(221 68 37 / 0.45)
}
.tw-bg-dt-icon-out\/5 {
  background-color: rgb(221 68 37 / 0.05)
}
.tw-bg-dt-icon-out\/50 {
  background-color: rgb(221 68 37 / 0.5)
}
.tw-bg-dt-icon-out\/55 {
  background-color: rgb(221 68 37 / 0.55)
}
.tw-bg-dt-icon-out\/60 {
  background-color: rgb(221 68 37 / 0.6)
}
.tw-bg-dt-icon-out\/65 {
  background-color: rgb(221 68 37 / 0.65)
}
.tw-bg-dt-icon-out\/70 {
  background-color: rgb(221 68 37 / 0.7)
}
.tw-bg-dt-icon-out\/75 {
  background-color: rgb(221 68 37 / 0.75)
}
.tw-bg-dt-icon-out\/80 {
  background-color: rgb(221 68 37 / 0.8)
}
.tw-bg-dt-icon-out\/85 {
  background-color: rgb(221 68 37 / 0.85)
}
.tw-bg-dt-icon-out\/90 {
  background-color: rgb(221 68 37 / 0.9)
}
.tw-bg-dt-icon-out\/95 {
  background-color: rgb(221 68 37 / 0.95)
}
.tw-bg-dt-icon-past-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 107 21 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-past-primary\/0 {
  background-color: rgb(247 107 21 / 0)
}
.tw-bg-dt-icon-past-primary\/10 {
  background-color: rgb(247 107 21 / 0.1)
}
.tw-bg-dt-icon-past-primary\/100 {
  background-color: rgb(247 107 21 / 1)
}
.tw-bg-dt-icon-past-primary\/15 {
  background-color: rgb(247 107 21 / 0.15)
}
.tw-bg-dt-icon-past-primary\/20 {
  background-color: rgb(247 107 21 / 0.2)
}
.tw-bg-dt-icon-past-primary\/25 {
  background-color: rgb(247 107 21 / 0.25)
}
.tw-bg-dt-icon-past-primary\/30 {
  background-color: rgb(247 107 21 / 0.3)
}
.tw-bg-dt-icon-past-primary\/35 {
  background-color: rgb(247 107 21 / 0.35)
}
.tw-bg-dt-icon-past-primary\/40 {
  background-color: rgb(247 107 21 / 0.4)
}
.tw-bg-dt-icon-past-primary\/45 {
  background-color: rgb(247 107 21 / 0.45)
}
.tw-bg-dt-icon-past-primary\/5 {
  background-color: rgb(247 107 21 / 0.05)
}
.tw-bg-dt-icon-past-primary\/50 {
  background-color: rgb(247 107 21 / 0.5)
}
.tw-bg-dt-icon-past-primary\/55 {
  background-color: rgb(247 107 21 / 0.55)
}
.tw-bg-dt-icon-past-primary\/60 {
  background-color: rgb(247 107 21 / 0.6)
}
.tw-bg-dt-icon-past-primary\/65 {
  background-color: rgb(247 107 21 / 0.65)
}
.tw-bg-dt-icon-past-primary\/70 {
  background-color: rgb(247 107 21 / 0.7)
}
.tw-bg-dt-icon-past-primary\/75 {
  background-color: rgb(247 107 21 / 0.75)
}
.tw-bg-dt-icon-past-primary\/80 {
  background-color: rgb(247 107 21 / 0.8)
}
.tw-bg-dt-icon-past-primary\/85 {
  background-color: rgb(247 107 21 / 0.85)
}
.tw-bg-dt-icon-past-primary\/90 {
  background-color: rgb(247 107 21 / 0.9)
}
.tw-bg-dt-icon-past-primary\/95 {
  background-color: rgb(247 107 21 / 0.95)
}
.tw-bg-dt-icon-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-primary\/0 {
  background-color: rgb(0 0 0 / 0)
}
.tw-bg-dt-icon-primary\/10 {
  background-color: rgb(0 0 0 / 0.1)
}
.tw-bg-dt-icon-primary\/100 {
  background-color: rgb(0 0 0 / 1)
}
.tw-bg-dt-icon-primary\/15 {
  background-color: rgb(0 0 0 / 0.15)
}
.tw-bg-dt-icon-primary\/20 {
  background-color: rgb(0 0 0 / 0.2)
}
.tw-bg-dt-icon-primary\/25 {
  background-color: rgb(0 0 0 / 0.25)
}
.tw-bg-dt-icon-primary\/30 {
  background-color: rgb(0 0 0 / 0.3)
}
.tw-bg-dt-icon-primary\/35 {
  background-color: rgb(0 0 0 / 0.35)
}
.tw-bg-dt-icon-primary\/40 {
  background-color: rgb(0 0 0 / 0.4)
}
.tw-bg-dt-icon-primary\/45 {
  background-color: rgb(0 0 0 / 0.45)
}
.tw-bg-dt-icon-primary\/5 {
  background-color: rgb(0 0 0 / 0.05)
}
.tw-bg-dt-icon-primary\/50 {
  background-color: rgb(0 0 0 / 0.5)
}
.tw-bg-dt-icon-primary\/55 {
  background-color: rgb(0 0 0 / 0.55)
}
.tw-bg-dt-icon-primary\/60 {
  background-color: rgb(0 0 0 / 0.6)
}
.tw-bg-dt-icon-primary\/65 {
  background-color: rgb(0 0 0 / 0.65)
}
.tw-bg-dt-icon-primary\/70 {
  background-color: rgb(0 0 0 / 0.7)
}
.tw-bg-dt-icon-primary\/75 {
  background-color: rgb(0 0 0 / 0.75)
}
.tw-bg-dt-icon-primary\/80 {
  background-color: rgb(0 0 0 / 0.8)
}
.tw-bg-dt-icon-primary\/85 {
  background-color: rgb(0 0 0 / 0.85)
}
.tw-bg-dt-icon-primary\/90 {
  background-color: rgb(0 0 0 / 0.9)
}
.tw-bg-dt-icon-primary\/95 {
  background-color: rgb(0 0 0 / 0.95)
}
.tw-bg-dt-icon-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 131 141 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-secondary\/0 {
  background-color: rgb(128 131 141 / 0)
}
.tw-bg-dt-icon-secondary\/10 {
  background-color: rgb(128 131 141 / 0.1)
}
.tw-bg-dt-icon-secondary\/100 {
  background-color: rgb(128 131 141 / 1)
}
.tw-bg-dt-icon-secondary\/15 {
  background-color: rgb(128 131 141 / 0.15)
}
.tw-bg-dt-icon-secondary\/20 {
  background-color: rgb(128 131 141 / 0.2)
}
.tw-bg-dt-icon-secondary\/25 {
  background-color: rgb(128 131 141 / 0.25)
}
.tw-bg-dt-icon-secondary\/30 {
  background-color: rgb(128 131 141 / 0.3)
}
.tw-bg-dt-icon-secondary\/35 {
  background-color: rgb(128 131 141 / 0.35)
}
.tw-bg-dt-icon-secondary\/40 {
  background-color: rgb(128 131 141 / 0.4)
}
.tw-bg-dt-icon-secondary\/45 {
  background-color: rgb(128 131 141 / 0.45)
}
.tw-bg-dt-icon-secondary\/5 {
  background-color: rgb(128 131 141 / 0.05)
}
.tw-bg-dt-icon-secondary\/50 {
  background-color: rgb(128 131 141 / 0.5)
}
.tw-bg-dt-icon-secondary\/55 {
  background-color: rgb(128 131 141 / 0.55)
}
.tw-bg-dt-icon-secondary\/60 {
  background-color: rgb(128 131 141 / 0.6)
}
.tw-bg-dt-icon-secondary\/65 {
  background-color: rgb(128 131 141 / 0.65)
}
.tw-bg-dt-icon-secondary\/70 {
  background-color: rgb(128 131 141 / 0.7)
}
.tw-bg-dt-icon-secondary\/75 {
  background-color: rgb(128 131 141 / 0.75)
}
.tw-bg-dt-icon-secondary\/80 {
  background-color: rgb(128 131 141 / 0.8)
}
.tw-bg-dt-icon-secondary\/85 {
  background-color: rgb(128 131 141 / 0.85)
}
.tw-bg-dt-icon-secondary\/90 {
  background-color: rgb(128 131 141 / 0.9)
}
.tw-bg-dt-icon-secondary\/95 {
  background-color: rgb(128 131 141 / 0.95)
}
.tw-bg-dt-icon-success {
  --tw-bg-opacity: 1;
  background-color: rgb(32 131 104 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-success\/0 {
  background-color: rgb(32 131 104 / 0)
}
.tw-bg-dt-icon-success\/10 {
  background-color: rgb(32 131 104 / 0.1)
}
.tw-bg-dt-icon-success\/100 {
  background-color: rgb(32 131 104 / 1)
}
.tw-bg-dt-icon-success\/15 {
  background-color: rgb(32 131 104 / 0.15)
}
.tw-bg-dt-icon-success\/20 {
  background-color: rgb(32 131 104 / 0.2)
}
.tw-bg-dt-icon-success\/25 {
  background-color: rgb(32 131 104 / 0.25)
}
.tw-bg-dt-icon-success\/30 {
  background-color: rgb(32 131 104 / 0.3)
}
.tw-bg-dt-icon-success\/35 {
  background-color: rgb(32 131 104 / 0.35)
}
.tw-bg-dt-icon-success\/40 {
  background-color: rgb(32 131 104 / 0.4)
}
.tw-bg-dt-icon-success\/45 {
  background-color: rgb(32 131 104 / 0.45)
}
.tw-bg-dt-icon-success\/5 {
  background-color: rgb(32 131 104 / 0.05)
}
.tw-bg-dt-icon-success\/50 {
  background-color: rgb(32 131 104 / 0.5)
}
.tw-bg-dt-icon-success\/55 {
  background-color: rgb(32 131 104 / 0.55)
}
.tw-bg-dt-icon-success\/60 {
  background-color: rgb(32 131 104 / 0.6)
}
.tw-bg-dt-icon-success\/65 {
  background-color: rgb(32 131 104 / 0.65)
}
.tw-bg-dt-icon-success\/70 {
  background-color: rgb(32 131 104 / 0.7)
}
.tw-bg-dt-icon-success\/75 {
  background-color: rgb(32 131 104 / 0.75)
}
.tw-bg-dt-icon-success\/80 {
  background-color: rgb(32 131 104 / 0.8)
}
.tw-bg-dt-icon-success\/85 {
  background-color: rgb(32 131 104 / 0.85)
}
.tw-bg-dt-icon-success\/90 {
  background-color: rgb(32 131 104 / 0.9)
}
.tw-bg-dt-icon-success\/95 {
  background-color: rgb(32 131 104 / 0.95)
}
.tw-bg-dt-icon-today-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 184 185 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-today-primary\/0 {
  background-color: rgb(0 184 185 / 0)
}
.tw-bg-dt-icon-today-primary\/10 {
  background-color: rgb(0 184 185 / 0.1)
}
.tw-bg-dt-icon-today-primary\/100 {
  background-color: rgb(0 184 185 / 1)
}
.tw-bg-dt-icon-today-primary\/15 {
  background-color: rgb(0 184 185 / 0.15)
}
.tw-bg-dt-icon-today-primary\/20 {
  background-color: rgb(0 184 185 / 0.2)
}
.tw-bg-dt-icon-today-primary\/25 {
  background-color: rgb(0 184 185 / 0.25)
}
.tw-bg-dt-icon-today-primary\/30 {
  background-color: rgb(0 184 185 / 0.3)
}
.tw-bg-dt-icon-today-primary\/35 {
  background-color: rgb(0 184 185 / 0.35)
}
.tw-bg-dt-icon-today-primary\/40 {
  background-color: rgb(0 184 185 / 0.4)
}
.tw-bg-dt-icon-today-primary\/45 {
  background-color: rgb(0 184 185 / 0.45)
}
.tw-bg-dt-icon-today-primary\/5 {
  background-color: rgb(0 184 185 / 0.05)
}
.tw-bg-dt-icon-today-primary\/50 {
  background-color: rgb(0 184 185 / 0.5)
}
.tw-bg-dt-icon-today-primary\/55 {
  background-color: rgb(0 184 185 / 0.55)
}
.tw-bg-dt-icon-today-primary\/60 {
  background-color: rgb(0 184 185 / 0.6)
}
.tw-bg-dt-icon-today-primary\/65 {
  background-color: rgb(0 184 185 / 0.65)
}
.tw-bg-dt-icon-today-primary\/70 {
  background-color: rgb(0 184 185 / 0.7)
}
.tw-bg-dt-icon-today-primary\/75 {
  background-color: rgb(0 184 185 / 0.75)
}
.tw-bg-dt-icon-today-primary\/80 {
  background-color: rgb(0 184 185 / 0.8)
}
.tw-bg-dt-icon-today-primary\/85 {
  background-color: rgb(0 184 185 / 0.85)
}
.tw-bg-dt-icon-today-primary\/90 {
  background-color: rgb(0 184 185 / 0.9)
}
.tw-bg-dt-icon-today-primary\/95 {
  background-color: rgb(0 184 185 / 0.95)
}
.tw-bg-dt-icon-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(171 100 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-icon-warning\/0 {
  background-color: rgb(171 100 0 / 0)
}
.tw-bg-dt-icon-warning\/10 {
  background-color: rgb(171 100 0 / 0.1)
}
.tw-bg-dt-icon-warning\/100 {
  background-color: rgb(171 100 0 / 1)
}
.tw-bg-dt-icon-warning\/15 {
  background-color: rgb(171 100 0 / 0.15)
}
.tw-bg-dt-icon-warning\/20 {
  background-color: rgb(171 100 0 / 0.2)
}
.tw-bg-dt-icon-warning\/25 {
  background-color: rgb(171 100 0 / 0.25)
}
.tw-bg-dt-icon-warning\/30 {
  background-color: rgb(171 100 0 / 0.3)
}
.tw-bg-dt-icon-warning\/35 {
  background-color: rgb(171 100 0 / 0.35)
}
.tw-bg-dt-icon-warning\/40 {
  background-color: rgb(171 100 0 / 0.4)
}
.tw-bg-dt-icon-warning\/45 {
  background-color: rgb(171 100 0 / 0.45)
}
.tw-bg-dt-icon-warning\/5 {
  background-color: rgb(171 100 0 / 0.05)
}
.tw-bg-dt-icon-warning\/50 {
  background-color: rgb(171 100 0 / 0.5)
}
.tw-bg-dt-icon-warning\/55 {
  background-color: rgb(171 100 0 / 0.55)
}
.tw-bg-dt-icon-warning\/60 {
  background-color: rgb(171 100 0 / 0.6)
}
.tw-bg-dt-icon-warning\/65 {
  background-color: rgb(171 100 0 / 0.65)
}
.tw-bg-dt-icon-warning\/70 {
  background-color: rgb(171 100 0 / 0.7)
}
.tw-bg-dt-icon-warning\/75 {
  background-color: rgb(171 100 0 / 0.75)
}
.tw-bg-dt-icon-warning\/80 {
  background-color: rgb(171 100 0 / 0.8)
}
.tw-bg-dt-icon-warning\/85 {
  background-color: rgb(171 100 0 / 0.85)
}
.tw-bg-dt-icon-warning\/90 {
  background-color: rgb(171 100 0 / 0.9)
}
.tw-bg-dt-icon-warning\/95 {
  background-color: rgb(171 100 0 / 0.95)
}
.tw-bg-dt-in-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 245 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-in-100\/0 {
  background-color: rgb(245 251 245 / 0)
}
.tw-bg-dt-in-100\/10 {
  background-color: rgb(245 251 245 / 0.1)
}
.tw-bg-dt-in-100\/100 {
  background-color: rgb(245 251 245 / 1)
}
.tw-bg-dt-in-100\/15 {
  background-color: rgb(245 251 245 / 0.15)
}
.tw-bg-dt-in-100\/20 {
  background-color: rgb(245 251 245 / 0.2)
}
.tw-bg-dt-in-100\/25 {
  background-color: rgb(245 251 245 / 0.25)
}
.tw-bg-dt-in-100\/30 {
  background-color: rgb(245 251 245 / 0.3)
}
.tw-bg-dt-in-100\/35 {
  background-color: rgb(245 251 245 / 0.35)
}
.tw-bg-dt-in-100\/40 {
  background-color: rgb(245 251 245 / 0.4)
}
.tw-bg-dt-in-100\/45 {
  background-color: rgb(245 251 245 / 0.45)
}
.tw-bg-dt-in-100\/5 {
  background-color: rgb(245 251 245 / 0.05)
}
.tw-bg-dt-in-100\/50 {
  background-color: rgb(245 251 245 / 0.5)
}
.tw-bg-dt-in-100\/55 {
  background-color: rgb(245 251 245 / 0.55)
}
.tw-bg-dt-in-100\/60 {
  background-color: rgb(245 251 245 / 0.6)
}
.tw-bg-dt-in-100\/65 {
  background-color: rgb(245 251 245 / 0.65)
}
.tw-bg-dt-in-100\/70 {
  background-color: rgb(245 251 245 / 0.7)
}
.tw-bg-dt-in-100\/75 {
  background-color: rgb(245 251 245 / 0.75)
}
.tw-bg-dt-in-100\/80 {
  background-color: rgb(245 251 245 / 0.8)
}
.tw-bg-dt-in-100\/85 {
  background-color: rgb(245 251 245 / 0.85)
}
.tw-bg-dt-in-100\/90 {
  background-color: rgb(245 251 245 / 0.9)
}
.tw-bg-dt-in-100\/95 {
  background-color: rgb(245 251 245 / 0.95)
}
.tw-bg-dt-in-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 246 233 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-in-200\/0 {
  background-color: rgb(233 246 233 / 0)
}
.tw-bg-dt-in-200\/10 {
  background-color: rgb(233 246 233 / 0.1)
}
.tw-bg-dt-in-200\/100 {
  background-color: rgb(233 246 233 / 1)
}
.tw-bg-dt-in-200\/15 {
  background-color: rgb(233 246 233 / 0.15)
}
.tw-bg-dt-in-200\/20 {
  background-color: rgb(233 246 233 / 0.2)
}
.tw-bg-dt-in-200\/25 {
  background-color: rgb(233 246 233 / 0.25)
}
.tw-bg-dt-in-200\/30 {
  background-color: rgb(233 246 233 / 0.3)
}
.tw-bg-dt-in-200\/35 {
  background-color: rgb(233 246 233 / 0.35)
}
.tw-bg-dt-in-200\/40 {
  background-color: rgb(233 246 233 / 0.4)
}
.tw-bg-dt-in-200\/45 {
  background-color: rgb(233 246 233 / 0.45)
}
.tw-bg-dt-in-200\/5 {
  background-color: rgb(233 246 233 / 0.05)
}
.tw-bg-dt-in-200\/50 {
  background-color: rgb(233 246 233 / 0.5)
}
.tw-bg-dt-in-200\/55 {
  background-color: rgb(233 246 233 / 0.55)
}
.tw-bg-dt-in-200\/60 {
  background-color: rgb(233 246 233 / 0.6)
}
.tw-bg-dt-in-200\/65 {
  background-color: rgb(233 246 233 / 0.65)
}
.tw-bg-dt-in-200\/70 {
  background-color: rgb(233 246 233 / 0.7)
}
.tw-bg-dt-in-200\/75 {
  background-color: rgb(233 246 233 / 0.75)
}
.tw-bg-dt-in-200\/80 {
  background-color: rgb(233 246 233 / 0.8)
}
.tw-bg-dt-in-200\/85 {
  background-color: rgb(233 246 233 / 0.85)
}
.tw-bg-dt-in-200\/90 {
  background-color: rgb(233 246 233 / 0.9)
}
.tw-bg-dt-in-200\/95 {
  background-color: rgb(233 246 233 / 0.95)
}
.tw-bg-dt-in-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 206 154 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-in-300\/0 {
  background-color: rgb(148 206 154 / 0)
}
.tw-bg-dt-in-300\/10 {
  background-color: rgb(148 206 154 / 0.1)
}
.tw-bg-dt-in-300\/100 {
  background-color: rgb(148 206 154 / 1)
}
.tw-bg-dt-in-300\/15 {
  background-color: rgb(148 206 154 / 0.15)
}
.tw-bg-dt-in-300\/20 {
  background-color: rgb(148 206 154 / 0.2)
}
.tw-bg-dt-in-300\/25 {
  background-color: rgb(148 206 154 / 0.25)
}
.tw-bg-dt-in-300\/30 {
  background-color: rgb(148 206 154 / 0.3)
}
.tw-bg-dt-in-300\/35 {
  background-color: rgb(148 206 154 / 0.35)
}
.tw-bg-dt-in-300\/40 {
  background-color: rgb(148 206 154 / 0.4)
}
.tw-bg-dt-in-300\/45 {
  background-color: rgb(148 206 154 / 0.45)
}
.tw-bg-dt-in-300\/5 {
  background-color: rgb(148 206 154 / 0.05)
}
.tw-bg-dt-in-300\/50 {
  background-color: rgb(148 206 154 / 0.5)
}
.tw-bg-dt-in-300\/55 {
  background-color: rgb(148 206 154 / 0.55)
}
.tw-bg-dt-in-300\/60 {
  background-color: rgb(148 206 154 / 0.6)
}
.tw-bg-dt-in-300\/65 {
  background-color: rgb(148 206 154 / 0.65)
}
.tw-bg-dt-in-300\/70 {
  background-color: rgb(148 206 154 / 0.7)
}
.tw-bg-dt-in-300\/75 {
  background-color: rgb(148 206 154 / 0.75)
}
.tw-bg-dt-in-300\/80 {
  background-color: rgb(148 206 154 / 0.8)
}
.tw-bg-dt-in-300\/85 {
  background-color: rgb(148 206 154 / 0.85)
}
.tw-bg-dt-in-300\/90 {
  background-color: rgb(148 206 154 / 0.9)
}
.tw-bg-dt-in-300\/95 {
  background-color: rgb(148 206 154 / 0.95)
}
.tw-bg-dt-in-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 155 79 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-in-400\/0 {
  background-color: rgb(62 155 79 / 0)
}
.tw-bg-dt-in-400\/10 {
  background-color: rgb(62 155 79 / 0.1)
}
.tw-bg-dt-in-400\/100 {
  background-color: rgb(62 155 79 / 1)
}
.tw-bg-dt-in-400\/15 {
  background-color: rgb(62 155 79 / 0.15)
}
.tw-bg-dt-in-400\/20 {
  background-color: rgb(62 155 79 / 0.2)
}
.tw-bg-dt-in-400\/25 {
  background-color: rgb(62 155 79 / 0.25)
}
.tw-bg-dt-in-400\/30 {
  background-color: rgb(62 155 79 / 0.3)
}
.tw-bg-dt-in-400\/35 {
  background-color: rgb(62 155 79 / 0.35)
}
.tw-bg-dt-in-400\/40 {
  background-color: rgb(62 155 79 / 0.4)
}
.tw-bg-dt-in-400\/45 {
  background-color: rgb(62 155 79 / 0.45)
}
.tw-bg-dt-in-400\/5 {
  background-color: rgb(62 155 79 / 0.05)
}
.tw-bg-dt-in-400\/50 {
  background-color: rgb(62 155 79 / 0.5)
}
.tw-bg-dt-in-400\/55 {
  background-color: rgb(62 155 79 / 0.55)
}
.tw-bg-dt-in-400\/60 {
  background-color: rgb(62 155 79 / 0.6)
}
.tw-bg-dt-in-400\/65 {
  background-color: rgb(62 155 79 / 0.65)
}
.tw-bg-dt-in-400\/70 {
  background-color: rgb(62 155 79 / 0.7)
}
.tw-bg-dt-in-400\/75 {
  background-color: rgb(62 155 79 / 0.75)
}
.tw-bg-dt-in-400\/80 {
  background-color: rgb(62 155 79 / 0.8)
}
.tw-bg-dt-in-400\/85 {
  background-color: rgb(62 155 79 / 0.85)
}
.tw-bg-dt-in-400\/90 {
  background-color: rgb(62 155 79 / 0.9)
}
.tw-bg-dt-in-400\/95 {
  background-color: rgb(62 155 79 / 0.95)
}
.tw-bg-dt-in-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 124 59 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-in-500\/0 {
  background-color: rgb(41 124 59 / 0)
}
.tw-bg-dt-in-500\/10 {
  background-color: rgb(41 124 59 / 0.1)
}
.tw-bg-dt-in-500\/100 {
  background-color: rgb(41 124 59 / 1)
}
.tw-bg-dt-in-500\/15 {
  background-color: rgb(41 124 59 / 0.15)
}
.tw-bg-dt-in-500\/20 {
  background-color: rgb(41 124 59 / 0.2)
}
.tw-bg-dt-in-500\/25 {
  background-color: rgb(41 124 59 / 0.25)
}
.tw-bg-dt-in-500\/30 {
  background-color: rgb(41 124 59 / 0.3)
}
.tw-bg-dt-in-500\/35 {
  background-color: rgb(41 124 59 / 0.35)
}
.tw-bg-dt-in-500\/40 {
  background-color: rgb(41 124 59 / 0.4)
}
.tw-bg-dt-in-500\/45 {
  background-color: rgb(41 124 59 / 0.45)
}
.tw-bg-dt-in-500\/5 {
  background-color: rgb(41 124 59 / 0.05)
}
.tw-bg-dt-in-500\/50 {
  background-color: rgb(41 124 59 / 0.5)
}
.tw-bg-dt-in-500\/55 {
  background-color: rgb(41 124 59 / 0.55)
}
.tw-bg-dt-in-500\/60 {
  background-color: rgb(41 124 59 / 0.6)
}
.tw-bg-dt-in-500\/65 {
  background-color: rgb(41 124 59 / 0.65)
}
.tw-bg-dt-in-500\/70 {
  background-color: rgb(41 124 59 / 0.7)
}
.tw-bg-dt-in-500\/75 {
  background-color: rgb(41 124 59 / 0.75)
}
.tw-bg-dt-in-500\/80 {
  background-color: rgb(41 124 59 / 0.8)
}
.tw-bg-dt-in-500\/85 {
  background-color: rgb(41 124 59 / 0.85)
}
.tw-bg-dt-in-500\/90 {
  background-color: rgb(41 124 59 / 0.9)
}
.tw-bg-dt-in-500\/95 {
  background-color: rgb(41 124 59 / 0.95)
}
.tw-bg-dt-in-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 49 30 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-in-600\/0 {
  background-color: rgb(27 49 30 / 0)
}
.tw-bg-dt-in-600\/10 {
  background-color: rgb(27 49 30 / 0.1)
}
.tw-bg-dt-in-600\/100 {
  background-color: rgb(27 49 30 / 1)
}
.tw-bg-dt-in-600\/15 {
  background-color: rgb(27 49 30 / 0.15)
}
.tw-bg-dt-in-600\/20 {
  background-color: rgb(27 49 30 / 0.2)
}
.tw-bg-dt-in-600\/25 {
  background-color: rgb(27 49 30 / 0.25)
}
.tw-bg-dt-in-600\/30 {
  background-color: rgb(27 49 30 / 0.3)
}
.tw-bg-dt-in-600\/35 {
  background-color: rgb(27 49 30 / 0.35)
}
.tw-bg-dt-in-600\/40 {
  background-color: rgb(27 49 30 / 0.4)
}
.tw-bg-dt-in-600\/45 {
  background-color: rgb(27 49 30 / 0.45)
}
.tw-bg-dt-in-600\/5 {
  background-color: rgb(27 49 30 / 0.05)
}
.tw-bg-dt-in-600\/50 {
  background-color: rgb(27 49 30 / 0.5)
}
.tw-bg-dt-in-600\/55 {
  background-color: rgb(27 49 30 / 0.55)
}
.tw-bg-dt-in-600\/60 {
  background-color: rgb(27 49 30 / 0.6)
}
.tw-bg-dt-in-600\/65 {
  background-color: rgb(27 49 30 / 0.65)
}
.tw-bg-dt-in-600\/70 {
  background-color: rgb(27 49 30 / 0.7)
}
.tw-bg-dt-in-600\/75 {
  background-color: rgb(27 49 30 / 0.75)
}
.tw-bg-dt-in-600\/80 {
  background-color: rgb(27 49 30 / 0.8)
}
.tw-bg-dt-in-600\/85 {
  background-color: rgb(27 49 30 / 0.85)
}
.tw-bg-dt-in-600\/90 {
  background-color: rgb(27 49 30 / 0.9)
}
.tw-bg-dt-in-600\/95 {
  background-color: rgb(27 49 30 / 0.95)
}
.tw-bg-dt-indigo-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 254 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-1\/0 {
  background-color: rgb(253 253 254 / 0)
}
.tw-bg-dt-indigo-1\/10 {
  background-color: rgb(253 253 254 / 0.1)
}
.tw-bg-dt-indigo-1\/100 {
  background-color: rgb(253 253 254 / 1)
}
.tw-bg-dt-indigo-1\/15 {
  background-color: rgb(253 253 254 / 0.15)
}
.tw-bg-dt-indigo-1\/20 {
  background-color: rgb(253 253 254 / 0.2)
}
.tw-bg-dt-indigo-1\/25 {
  background-color: rgb(253 253 254 / 0.25)
}
.tw-bg-dt-indigo-1\/30 {
  background-color: rgb(253 253 254 / 0.3)
}
.tw-bg-dt-indigo-1\/35 {
  background-color: rgb(253 253 254 / 0.35)
}
.tw-bg-dt-indigo-1\/40 {
  background-color: rgb(253 253 254 / 0.4)
}
.tw-bg-dt-indigo-1\/45 {
  background-color: rgb(253 253 254 / 0.45)
}
.tw-bg-dt-indigo-1\/5 {
  background-color: rgb(253 253 254 / 0.05)
}
.tw-bg-dt-indigo-1\/50 {
  background-color: rgb(253 253 254 / 0.5)
}
.tw-bg-dt-indigo-1\/55 {
  background-color: rgb(253 253 254 / 0.55)
}
.tw-bg-dt-indigo-1\/60 {
  background-color: rgb(253 253 254 / 0.6)
}
.tw-bg-dt-indigo-1\/65 {
  background-color: rgb(253 253 254 / 0.65)
}
.tw-bg-dt-indigo-1\/70 {
  background-color: rgb(253 253 254 / 0.7)
}
.tw-bg-dt-indigo-1\/75 {
  background-color: rgb(253 253 254 / 0.75)
}
.tw-bg-dt-indigo-1\/80 {
  background-color: rgb(253 253 254 / 0.8)
}
.tw-bg-dt-indigo-1\/85 {
  background-color: rgb(253 253 254 / 0.85)
}
.tw-bg-dt-indigo-1\/90 {
  background-color: rgb(253 253 254 / 0.9)
}
.tw-bg-dt-indigo-1\/95 {
  background-color: rgb(253 253 254 / 0.95)
}
.tw-bg-dt-indigo-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 88 212 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-10\/0 {
  background-color: rgb(51 88 212 / 0)
}
.tw-bg-dt-indigo-10\/10 {
  background-color: rgb(51 88 212 / 0.1)
}
.tw-bg-dt-indigo-10\/100 {
  background-color: rgb(51 88 212 / 1)
}
.tw-bg-dt-indigo-10\/15 {
  background-color: rgb(51 88 212 / 0.15)
}
.tw-bg-dt-indigo-10\/20 {
  background-color: rgb(51 88 212 / 0.2)
}
.tw-bg-dt-indigo-10\/25 {
  background-color: rgb(51 88 212 / 0.25)
}
.tw-bg-dt-indigo-10\/30 {
  background-color: rgb(51 88 212 / 0.3)
}
.tw-bg-dt-indigo-10\/35 {
  background-color: rgb(51 88 212 / 0.35)
}
.tw-bg-dt-indigo-10\/40 {
  background-color: rgb(51 88 212 / 0.4)
}
.tw-bg-dt-indigo-10\/45 {
  background-color: rgb(51 88 212 / 0.45)
}
.tw-bg-dt-indigo-10\/5 {
  background-color: rgb(51 88 212 / 0.05)
}
.tw-bg-dt-indigo-10\/50 {
  background-color: rgb(51 88 212 / 0.5)
}
.tw-bg-dt-indigo-10\/55 {
  background-color: rgb(51 88 212 / 0.55)
}
.tw-bg-dt-indigo-10\/60 {
  background-color: rgb(51 88 212 / 0.6)
}
.tw-bg-dt-indigo-10\/65 {
  background-color: rgb(51 88 212 / 0.65)
}
.tw-bg-dt-indigo-10\/70 {
  background-color: rgb(51 88 212 / 0.7)
}
.tw-bg-dt-indigo-10\/75 {
  background-color: rgb(51 88 212 / 0.75)
}
.tw-bg-dt-indigo-10\/80 {
  background-color: rgb(51 88 212 / 0.8)
}
.tw-bg-dt-indigo-10\/85 {
  background-color: rgb(51 88 212 / 0.85)
}
.tw-bg-dt-indigo-10\/90 {
  background-color: rgb(51 88 212 / 0.9)
}
.tw-bg-dt-indigo-10\/95 {
  background-color: rgb(51 88 212 / 0.95)
}
.tw-bg-dt-indigo-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 91 199 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-11\/0 {
  background-color: rgb(58 91 199 / 0)
}
.tw-bg-dt-indigo-11\/10 {
  background-color: rgb(58 91 199 / 0.1)
}
.tw-bg-dt-indigo-11\/100 {
  background-color: rgb(58 91 199 / 1)
}
.tw-bg-dt-indigo-11\/15 {
  background-color: rgb(58 91 199 / 0.15)
}
.tw-bg-dt-indigo-11\/20 {
  background-color: rgb(58 91 199 / 0.2)
}
.tw-bg-dt-indigo-11\/25 {
  background-color: rgb(58 91 199 / 0.25)
}
.tw-bg-dt-indigo-11\/30 {
  background-color: rgb(58 91 199 / 0.3)
}
.tw-bg-dt-indigo-11\/35 {
  background-color: rgb(58 91 199 / 0.35)
}
.tw-bg-dt-indigo-11\/40 {
  background-color: rgb(58 91 199 / 0.4)
}
.tw-bg-dt-indigo-11\/45 {
  background-color: rgb(58 91 199 / 0.45)
}
.tw-bg-dt-indigo-11\/5 {
  background-color: rgb(58 91 199 / 0.05)
}
.tw-bg-dt-indigo-11\/50 {
  background-color: rgb(58 91 199 / 0.5)
}
.tw-bg-dt-indigo-11\/55 {
  background-color: rgb(58 91 199 / 0.55)
}
.tw-bg-dt-indigo-11\/60 {
  background-color: rgb(58 91 199 / 0.6)
}
.tw-bg-dt-indigo-11\/65 {
  background-color: rgb(58 91 199 / 0.65)
}
.tw-bg-dt-indigo-11\/70 {
  background-color: rgb(58 91 199 / 0.7)
}
.tw-bg-dt-indigo-11\/75 {
  background-color: rgb(58 91 199 / 0.75)
}
.tw-bg-dt-indigo-11\/80 {
  background-color: rgb(58 91 199 / 0.8)
}
.tw-bg-dt-indigo-11\/85 {
  background-color: rgb(58 91 199 / 0.85)
}
.tw-bg-dt-indigo-11\/90 {
  background-color: rgb(58 91 199 / 0.9)
}
.tw-bg-dt-indigo-11\/95 {
  background-color: rgb(58 91 199 / 0.95)
}
.tw-bg-dt-indigo-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 45 92 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-12\/0 {
  background-color: rgb(31 45 92 / 0)
}
.tw-bg-dt-indigo-12\/10 {
  background-color: rgb(31 45 92 / 0.1)
}
.tw-bg-dt-indigo-12\/100 {
  background-color: rgb(31 45 92 / 1)
}
.tw-bg-dt-indigo-12\/15 {
  background-color: rgb(31 45 92 / 0.15)
}
.tw-bg-dt-indigo-12\/20 {
  background-color: rgb(31 45 92 / 0.2)
}
.tw-bg-dt-indigo-12\/25 {
  background-color: rgb(31 45 92 / 0.25)
}
.tw-bg-dt-indigo-12\/30 {
  background-color: rgb(31 45 92 / 0.3)
}
.tw-bg-dt-indigo-12\/35 {
  background-color: rgb(31 45 92 / 0.35)
}
.tw-bg-dt-indigo-12\/40 {
  background-color: rgb(31 45 92 / 0.4)
}
.tw-bg-dt-indigo-12\/45 {
  background-color: rgb(31 45 92 / 0.45)
}
.tw-bg-dt-indigo-12\/5 {
  background-color: rgb(31 45 92 / 0.05)
}
.tw-bg-dt-indigo-12\/50 {
  background-color: rgb(31 45 92 / 0.5)
}
.tw-bg-dt-indigo-12\/55 {
  background-color: rgb(31 45 92 / 0.55)
}
.tw-bg-dt-indigo-12\/60 {
  background-color: rgb(31 45 92 / 0.6)
}
.tw-bg-dt-indigo-12\/65 {
  background-color: rgb(31 45 92 / 0.65)
}
.tw-bg-dt-indigo-12\/70 {
  background-color: rgb(31 45 92 / 0.7)
}
.tw-bg-dt-indigo-12\/75 {
  background-color: rgb(31 45 92 / 0.75)
}
.tw-bg-dt-indigo-12\/80 {
  background-color: rgb(31 45 92 / 0.8)
}
.tw-bg-dt-indigo-12\/85 {
  background-color: rgb(31 45 92 / 0.85)
}
.tw-bg-dt-indigo-12\/90 {
  background-color: rgb(31 45 92 / 0.9)
}
.tw-bg-dt-indigo-12\/95 {
  background-color: rgb(31 45 92 / 0.95)
}
.tw-bg-dt-indigo-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-2\/0 {
  background-color: rgb(247 249 255 / 0)
}
.tw-bg-dt-indigo-2\/10 {
  background-color: rgb(247 249 255 / 0.1)
}
.tw-bg-dt-indigo-2\/100 {
  background-color: rgb(247 249 255 / 1)
}
.tw-bg-dt-indigo-2\/15 {
  background-color: rgb(247 249 255 / 0.15)
}
.tw-bg-dt-indigo-2\/20 {
  background-color: rgb(247 249 255 / 0.2)
}
.tw-bg-dt-indigo-2\/25 {
  background-color: rgb(247 249 255 / 0.25)
}
.tw-bg-dt-indigo-2\/30 {
  background-color: rgb(247 249 255 / 0.3)
}
.tw-bg-dt-indigo-2\/35 {
  background-color: rgb(247 249 255 / 0.35)
}
.tw-bg-dt-indigo-2\/40 {
  background-color: rgb(247 249 255 / 0.4)
}
.tw-bg-dt-indigo-2\/45 {
  background-color: rgb(247 249 255 / 0.45)
}
.tw-bg-dt-indigo-2\/5 {
  background-color: rgb(247 249 255 / 0.05)
}
.tw-bg-dt-indigo-2\/50 {
  background-color: rgb(247 249 255 / 0.5)
}
.tw-bg-dt-indigo-2\/55 {
  background-color: rgb(247 249 255 / 0.55)
}
.tw-bg-dt-indigo-2\/60 {
  background-color: rgb(247 249 255 / 0.6)
}
.tw-bg-dt-indigo-2\/65 {
  background-color: rgb(247 249 255 / 0.65)
}
.tw-bg-dt-indigo-2\/70 {
  background-color: rgb(247 249 255 / 0.7)
}
.tw-bg-dt-indigo-2\/75 {
  background-color: rgb(247 249 255 / 0.75)
}
.tw-bg-dt-indigo-2\/80 {
  background-color: rgb(247 249 255 / 0.8)
}
.tw-bg-dt-indigo-2\/85 {
  background-color: rgb(247 249 255 / 0.85)
}
.tw-bg-dt-indigo-2\/90 {
  background-color: rgb(247 249 255 / 0.9)
}
.tw-bg-dt-indigo-2\/95 {
  background-color: rgb(247 249 255 / 0.95)
}
.tw-bg-dt-indigo-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 254 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-3\/0 {
  background-color: rgb(237 242 254 / 0)
}
.tw-bg-dt-indigo-3\/10 {
  background-color: rgb(237 242 254 / 0.1)
}
.tw-bg-dt-indigo-3\/100 {
  background-color: rgb(237 242 254 / 1)
}
.tw-bg-dt-indigo-3\/15 {
  background-color: rgb(237 242 254 / 0.15)
}
.tw-bg-dt-indigo-3\/20 {
  background-color: rgb(237 242 254 / 0.2)
}
.tw-bg-dt-indigo-3\/25 {
  background-color: rgb(237 242 254 / 0.25)
}
.tw-bg-dt-indigo-3\/30 {
  background-color: rgb(237 242 254 / 0.3)
}
.tw-bg-dt-indigo-3\/35 {
  background-color: rgb(237 242 254 / 0.35)
}
.tw-bg-dt-indigo-3\/40 {
  background-color: rgb(237 242 254 / 0.4)
}
.tw-bg-dt-indigo-3\/45 {
  background-color: rgb(237 242 254 / 0.45)
}
.tw-bg-dt-indigo-3\/5 {
  background-color: rgb(237 242 254 / 0.05)
}
.tw-bg-dt-indigo-3\/50 {
  background-color: rgb(237 242 254 / 0.5)
}
.tw-bg-dt-indigo-3\/55 {
  background-color: rgb(237 242 254 / 0.55)
}
.tw-bg-dt-indigo-3\/60 {
  background-color: rgb(237 242 254 / 0.6)
}
.tw-bg-dt-indigo-3\/65 {
  background-color: rgb(237 242 254 / 0.65)
}
.tw-bg-dt-indigo-3\/70 {
  background-color: rgb(237 242 254 / 0.7)
}
.tw-bg-dt-indigo-3\/75 {
  background-color: rgb(237 242 254 / 0.75)
}
.tw-bg-dt-indigo-3\/80 {
  background-color: rgb(237 242 254 / 0.8)
}
.tw-bg-dt-indigo-3\/85 {
  background-color: rgb(237 242 254 / 0.85)
}
.tw-bg-dt-indigo-3\/90 {
  background-color: rgb(237 242 254 / 0.9)
}
.tw-bg-dt-indigo-3\/95 {
  background-color: rgb(237 242 254 / 0.95)
}
.tw-bg-dt-indigo-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 233 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-4\/0 {
  background-color: rgb(225 233 255 / 0)
}
.tw-bg-dt-indigo-4\/10 {
  background-color: rgb(225 233 255 / 0.1)
}
.tw-bg-dt-indigo-4\/100 {
  background-color: rgb(225 233 255 / 1)
}
.tw-bg-dt-indigo-4\/15 {
  background-color: rgb(225 233 255 / 0.15)
}
.tw-bg-dt-indigo-4\/20 {
  background-color: rgb(225 233 255 / 0.2)
}
.tw-bg-dt-indigo-4\/25 {
  background-color: rgb(225 233 255 / 0.25)
}
.tw-bg-dt-indigo-4\/30 {
  background-color: rgb(225 233 255 / 0.3)
}
.tw-bg-dt-indigo-4\/35 {
  background-color: rgb(225 233 255 / 0.35)
}
.tw-bg-dt-indigo-4\/40 {
  background-color: rgb(225 233 255 / 0.4)
}
.tw-bg-dt-indigo-4\/45 {
  background-color: rgb(225 233 255 / 0.45)
}
.tw-bg-dt-indigo-4\/5 {
  background-color: rgb(225 233 255 / 0.05)
}
.tw-bg-dt-indigo-4\/50 {
  background-color: rgb(225 233 255 / 0.5)
}
.tw-bg-dt-indigo-4\/55 {
  background-color: rgb(225 233 255 / 0.55)
}
.tw-bg-dt-indigo-4\/60 {
  background-color: rgb(225 233 255 / 0.6)
}
.tw-bg-dt-indigo-4\/65 {
  background-color: rgb(225 233 255 / 0.65)
}
.tw-bg-dt-indigo-4\/70 {
  background-color: rgb(225 233 255 / 0.7)
}
.tw-bg-dt-indigo-4\/75 {
  background-color: rgb(225 233 255 / 0.75)
}
.tw-bg-dt-indigo-4\/80 {
  background-color: rgb(225 233 255 / 0.8)
}
.tw-bg-dt-indigo-4\/85 {
  background-color: rgb(225 233 255 / 0.85)
}
.tw-bg-dt-indigo-4\/90 {
  background-color: rgb(225 233 255 / 0.9)
}
.tw-bg-dt-indigo-4\/95 {
  background-color: rgb(225 233 255 / 0.95)
}
.tw-bg-dt-indigo-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 222 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-5\/0 {
  background-color: rgb(210 222 255 / 0)
}
.tw-bg-dt-indigo-5\/10 {
  background-color: rgb(210 222 255 / 0.1)
}
.tw-bg-dt-indigo-5\/100 {
  background-color: rgb(210 222 255 / 1)
}
.tw-bg-dt-indigo-5\/15 {
  background-color: rgb(210 222 255 / 0.15)
}
.tw-bg-dt-indigo-5\/20 {
  background-color: rgb(210 222 255 / 0.2)
}
.tw-bg-dt-indigo-5\/25 {
  background-color: rgb(210 222 255 / 0.25)
}
.tw-bg-dt-indigo-5\/30 {
  background-color: rgb(210 222 255 / 0.3)
}
.tw-bg-dt-indigo-5\/35 {
  background-color: rgb(210 222 255 / 0.35)
}
.tw-bg-dt-indigo-5\/40 {
  background-color: rgb(210 222 255 / 0.4)
}
.tw-bg-dt-indigo-5\/45 {
  background-color: rgb(210 222 255 / 0.45)
}
.tw-bg-dt-indigo-5\/5 {
  background-color: rgb(210 222 255 / 0.05)
}
.tw-bg-dt-indigo-5\/50 {
  background-color: rgb(210 222 255 / 0.5)
}
.tw-bg-dt-indigo-5\/55 {
  background-color: rgb(210 222 255 / 0.55)
}
.tw-bg-dt-indigo-5\/60 {
  background-color: rgb(210 222 255 / 0.6)
}
.tw-bg-dt-indigo-5\/65 {
  background-color: rgb(210 222 255 / 0.65)
}
.tw-bg-dt-indigo-5\/70 {
  background-color: rgb(210 222 255 / 0.7)
}
.tw-bg-dt-indigo-5\/75 {
  background-color: rgb(210 222 255 / 0.75)
}
.tw-bg-dt-indigo-5\/80 {
  background-color: rgb(210 222 255 / 0.8)
}
.tw-bg-dt-indigo-5\/85 {
  background-color: rgb(210 222 255 / 0.85)
}
.tw-bg-dt-indigo-5\/90 {
  background-color: rgb(210 222 255 / 0.9)
}
.tw-bg-dt-indigo-5\/95 {
  background-color: rgb(210 222 255 / 0.95)
}
.tw-bg-dt-indigo-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 208 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-6\/0 {
  background-color: rgb(193 208 255 / 0)
}
.tw-bg-dt-indigo-6\/10 {
  background-color: rgb(193 208 255 / 0.1)
}
.tw-bg-dt-indigo-6\/100 {
  background-color: rgb(193 208 255 / 1)
}
.tw-bg-dt-indigo-6\/15 {
  background-color: rgb(193 208 255 / 0.15)
}
.tw-bg-dt-indigo-6\/20 {
  background-color: rgb(193 208 255 / 0.2)
}
.tw-bg-dt-indigo-6\/25 {
  background-color: rgb(193 208 255 / 0.25)
}
.tw-bg-dt-indigo-6\/30 {
  background-color: rgb(193 208 255 / 0.3)
}
.tw-bg-dt-indigo-6\/35 {
  background-color: rgb(193 208 255 / 0.35)
}
.tw-bg-dt-indigo-6\/40 {
  background-color: rgb(193 208 255 / 0.4)
}
.tw-bg-dt-indigo-6\/45 {
  background-color: rgb(193 208 255 / 0.45)
}
.tw-bg-dt-indigo-6\/5 {
  background-color: rgb(193 208 255 / 0.05)
}
.tw-bg-dt-indigo-6\/50 {
  background-color: rgb(193 208 255 / 0.5)
}
.tw-bg-dt-indigo-6\/55 {
  background-color: rgb(193 208 255 / 0.55)
}
.tw-bg-dt-indigo-6\/60 {
  background-color: rgb(193 208 255 / 0.6)
}
.tw-bg-dt-indigo-6\/65 {
  background-color: rgb(193 208 255 / 0.65)
}
.tw-bg-dt-indigo-6\/70 {
  background-color: rgb(193 208 255 / 0.7)
}
.tw-bg-dt-indigo-6\/75 {
  background-color: rgb(193 208 255 / 0.75)
}
.tw-bg-dt-indigo-6\/80 {
  background-color: rgb(193 208 255 / 0.8)
}
.tw-bg-dt-indigo-6\/85 {
  background-color: rgb(193 208 255 / 0.85)
}
.tw-bg-dt-indigo-6\/90 {
  background-color: rgb(193 208 255 / 0.9)
}
.tw-bg-dt-indigo-6\/95 {
  background-color: rgb(193 208 255 / 0.95)
}
.tw-bg-dt-indigo-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(171 189 249 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-7\/0 {
  background-color: rgb(171 189 249 / 0)
}
.tw-bg-dt-indigo-7\/10 {
  background-color: rgb(171 189 249 / 0.1)
}
.tw-bg-dt-indigo-7\/100 {
  background-color: rgb(171 189 249 / 1)
}
.tw-bg-dt-indigo-7\/15 {
  background-color: rgb(171 189 249 / 0.15)
}
.tw-bg-dt-indigo-7\/20 {
  background-color: rgb(171 189 249 / 0.2)
}
.tw-bg-dt-indigo-7\/25 {
  background-color: rgb(171 189 249 / 0.25)
}
.tw-bg-dt-indigo-7\/30 {
  background-color: rgb(171 189 249 / 0.3)
}
.tw-bg-dt-indigo-7\/35 {
  background-color: rgb(171 189 249 / 0.35)
}
.tw-bg-dt-indigo-7\/40 {
  background-color: rgb(171 189 249 / 0.4)
}
.tw-bg-dt-indigo-7\/45 {
  background-color: rgb(171 189 249 / 0.45)
}
.tw-bg-dt-indigo-7\/5 {
  background-color: rgb(171 189 249 / 0.05)
}
.tw-bg-dt-indigo-7\/50 {
  background-color: rgb(171 189 249 / 0.5)
}
.tw-bg-dt-indigo-7\/55 {
  background-color: rgb(171 189 249 / 0.55)
}
.tw-bg-dt-indigo-7\/60 {
  background-color: rgb(171 189 249 / 0.6)
}
.tw-bg-dt-indigo-7\/65 {
  background-color: rgb(171 189 249 / 0.65)
}
.tw-bg-dt-indigo-7\/70 {
  background-color: rgb(171 189 249 / 0.7)
}
.tw-bg-dt-indigo-7\/75 {
  background-color: rgb(171 189 249 / 0.75)
}
.tw-bg-dt-indigo-7\/80 {
  background-color: rgb(171 189 249 / 0.8)
}
.tw-bg-dt-indigo-7\/85 {
  background-color: rgb(171 189 249 / 0.85)
}
.tw-bg-dt-indigo-7\/90 {
  background-color: rgb(171 189 249 / 0.9)
}
.tw-bg-dt-indigo-7\/95 {
  background-color: rgb(171 189 249 / 0.95)
}
.tw-bg-dt-indigo-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 164 239 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-8\/0 {
  background-color: rgb(141 164 239 / 0)
}
.tw-bg-dt-indigo-8\/10 {
  background-color: rgb(141 164 239 / 0.1)
}
.tw-bg-dt-indigo-8\/100 {
  background-color: rgb(141 164 239 / 1)
}
.tw-bg-dt-indigo-8\/15 {
  background-color: rgb(141 164 239 / 0.15)
}
.tw-bg-dt-indigo-8\/20 {
  background-color: rgb(141 164 239 / 0.2)
}
.tw-bg-dt-indigo-8\/25 {
  background-color: rgb(141 164 239 / 0.25)
}
.tw-bg-dt-indigo-8\/30 {
  background-color: rgb(141 164 239 / 0.3)
}
.tw-bg-dt-indigo-8\/35 {
  background-color: rgb(141 164 239 / 0.35)
}
.tw-bg-dt-indigo-8\/40 {
  background-color: rgb(141 164 239 / 0.4)
}
.tw-bg-dt-indigo-8\/45 {
  background-color: rgb(141 164 239 / 0.45)
}
.tw-bg-dt-indigo-8\/5 {
  background-color: rgb(141 164 239 / 0.05)
}
.tw-bg-dt-indigo-8\/50 {
  background-color: rgb(141 164 239 / 0.5)
}
.tw-bg-dt-indigo-8\/55 {
  background-color: rgb(141 164 239 / 0.55)
}
.tw-bg-dt-indigo-8\/60 {
  background-color: rgb(141 164 239 / 0.6)
}
.tw-bg-dt-indigo-8\/65 {
  background-color: rgb(141 164 239 / 0.65)
}
.tw-bg-dt-indigo-8\/70 {
  background-color: rgb(141 164 239 / 0.7)
}
.tw-bg-dt-indigo-8\/75 {
  background-color: rgb(141 164 239 / 0.75)
}
.tw-bg-dt-indigo-8\/80 {
  background-color: rgb(141 164 239 / 0.8)
}
.tw-bg-dt-indigo-8\/85 {
  background-color: rgb(141 164 239 / 0.85)
}
.tw-bg-dt-indigo-8\/90 {
  background-color: rgb(141 164 239 / 0.9)
}
.tw-bg-dt-indigo-8\/95 {
  background-color: rgb(141 164 239 / 0.95)
}
.tw-bg-dt-indigo-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 99 221 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-indigo-9\/0 {
  background-color: rgb(62 99 221 / 0)
}
.tw-bg-dt-indigo-9\/10 {
  background-color: rgb(62 99 221 / 0.1)
}
.tw-bg-dt-indigo-9\/100 {
  background-color: rgb(62 99 221 / 1)
}
.tw-bg-dt-indigo-9\/15 {
  background-color: rgb(62 99 221 / 0.15)
}
.tw-bg-dt-indigo-9\/20 {
  background-color: rgb(62 99 221 / 0.2)
}
.tw-bg-dt-indigo-9\/25 {
  background-color: rgb(62 99 221 / 0.25)
}
.tw-bg-dt-indigo-9\/30 {
  background-color: rgb(62 99 221 / 0.3)
}
.tw-bg-dt-indigo-9\/35 {
  background-color: rgb(62 99 221 / 0.35)
}
.tw-bg-dt-indigo-9\/40 {
  background-color: rgb(62 99 221 / 0.4)
}
.tw-bg-dt-indigo-9\/45 {
  background-color: rgb(62 99 221 / 0.45)
}
.tw-bg-dt-indigo-9\/5 {
  background-color: rgb(62 99 221 / 0.05)
}
.tw-bg-dt-indigo-9\/50 {
  background-color: rgb(62 99 221 / 0.5)
}
.tw-bg-dt-indigo-9\/55 {
  background-color: rgb(62 99 221 / 0.55)
}
.tw-bg-dt-indigo-9\/60 {
  background-color: rgb(62 99 221 / 0.6)
}
.tw-bg-dt-indigo-9\/65 {
  background-color: rgb(62 99 221 / 0.65)
}
.tw-bg-dt-indigo-9\/70 {
  background-color: rgb(62 99 221 / 0.7)
}
.tw-bg-dt-indigo-9\/75 {
  background-color: rgb(62 99 221 / 0.75)
}
.tw-bg-dt-indigo-9\/80 {
  background-color: rgb(62 99 221 / 0.8)
}
.tw-bg-dt-indigo-9\/85 {
  background-color: rgb(62 99 221 / 0.85)
}
.tw-bg-dt-indigo-9\/90 {
  background-color: rgb(62 99 221 / 0.9)
}
.tw-bg-dt-indigo-9\/95 {
  background-color: rgb(62 99 221 / 0.95)
}
.tw-bg-dt-information-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-information-100\/0 {
  background-color: rgb(244 250 255 / 0)
}
.tw-bg-dt-information-100\/10 {
  background-color: rgb(244 250 255 / 0.1)
}
.tw-bg-dt-information-100\/100 {
  background-color: rgb(244 250 255 / 1)
}
.tw-bg-dt-information-100\/15 {
  background-color: rgb(244 250 255 / 0.15)
}
.tw-bg-dt-information-100\/20 {
  background-color: rgb(244 250 255 / 0.2)
}
.tw-bg-dt-information-100\/25 {
  background-color: rgb(244 250 255 / 0.25)
}
.tw-bg-dt-information-100\/30 {
  background-color: rgb(244 250 255 / 0.3)
}
.tw-bg-dt-information-100\/35 {
  background-color: rgb(244 250 255 / 0.35)
}
.tw-bg-dt-information-100\/40 {
  background-color: rgb(244 250 255 / 0.4)
}
.tw-bg-dt-information-100\/45 {
  background-color: rgb(244 250 255 / 0.45)
}
.tw-bg-dt-information-100\/5 {
  background-color: rgb(244 250 255 / 0.05)
}
.tw-bg-dt-information-100\/50 {
  background-color: rgb(244 250 255 / 0.5)
}
.tw-bg-dt-information-100\/55 {
  background-color: rgb(244 250 255 / 0.55)
}
.tw-bg-dt-information-100\/60 {
  background-color: rgb(244 250 255 / 0.6)
}
.tw-bg-dt-information-100\/65 {
  background-color: rgb(244 250 255 / 0.65)
}
.tw-bg-dt-information-100\/70 {
  background-color: rgb(244 250 255 / 0.7)
}
.tw-bg-dt-information-100\/75 {
  background-color: rgb(244 250 255 / 0.75)
}
.tw-bg-dt-information-100\/80 {
  background-color: rgb(244 250 255 / 0.8)
}
.tw-bg-dt-information-100\/85 {
  background-color: rgb(244 250 255 / 0.85)
}
.tw-bg-dt-information-100\/90 {
  background-color: rgb(244 250 255 / 0.9)
}
.tw-bg-dt-information-100\/95 {
  background-color: rgb(244 250 255 / 0.95)
}
.tw-bg-dt-information-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 254 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-information-200\/0 {
  background-color: rgb(230 244 254 / 0)
}
.tw-bg-dt-information-200\/10 {
  background-color: rgb(230 244 254 / 0.1)
}
.tw-bg-dt-information-200\/100 {
  background-color: rgb(230 244 254 / 1)
}
.tw-bg-dt-information-200\/15 {
  background-color: rgb(230 244 254 / 0.15)
}
.tw-bg-dt-information-200\/20 {
  background-color: rgb(230 244 254 / 0.2)
}
.tw-bg-dt-information-200\/25 {
  background-color: rgb(230 244 254 / 0.25)
}
.tw-bg-dt-information-200\/30 {
  background-color: rgb(230 244 254 / 0.3)
}
.tw-bg-dt-information-200\/35 {
  background-color: rgb(230 244 254 / 0.35)
}
.tw-bg-dt-information-200\/40 {
  background-color: rgb(230 244 254 / 0.4)
}
.tw-bg-dt-information-200\/45 {
  background-color: rgb(230 244 254 / 0.45)
}
.tw-bg-dt-information-200\/5 {
  background-color: rgb(230 244 254 / 0.05)
}
.tw-bg-dt-information-200\/50 {
  background-color: rgb(230 244 254 / 0.5)
}
.tw-bg-dt-information-200\/55 {
  background-color: rgb(230 244 254 / 0.55)
}
.tw-bg-dt-information-200\/60 {
  background-color: rgb(230 244 254 / 0.6)
}
.tw-bg-dt-information-200\/65 {
  background-color: rgb(230 244 254 / 0.65)
}
.tw-bg-dt-information-200\/70 {
  background-color: rgb(230 244 254 / 0.7)
}
.tw-bg-dt-information-200\/75 {
  background-color: rgb(230 244 254 / 0.75)
}
.tw-bg-dt-information-200\/80 {
  background-color: rgb(230 244 254 / 0.8)
}
.tw-bg-dt-information-200\/85 {
  background-color: rgb(230 244 254 / 0.85)
}
.tw-bg-dt-information-200\/90 {
  background-color: rgb(230 244 254 / 0.9)
}
.tw-bg-dt-information-200\/95 {
  background-color: rgb(230 244 254 / 0.95)
}
.tw-bg-dt-information-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 216 252 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-information-300\/0 {
  background-color: rgb(172 216 252 / 0)
}
.tw-bg-dt-information-300\/10 {
  background-color: rgb(172 216 252 / 0.1)
}
.tw-bg-dt-information-300\/100 {
  background-color: rgb(172 216 252 / 1)
}
.tw-bg-dt-information-300\/15 {
  background-color: rgb(172 216 252 / 0.15)
}
.tw-bg-dt-information-300\/20 {
  background-color: rgb(172 216 252 / 0.2)
}
.tw-bg-dt-information-300\/25 {
  background-color: rgb(172 216 252 / 0.25)
}
.tw-bg-dt-information-300\/30 {
  background-color: rgb(172 216 252 / 0.3)
}
.tw-bg-dt-information-300\/35 {
  background-color: rgb(172 216 252 / 0.35)
}
.tw-bg-dt-information-300\/40 {
  background-color: rgb(172 216 252 / 0.4)
}
.tw-bg-dt-information-300\/45 {
  background-color: rgb(172 216 252 / 0.45)
}
.tw-bg-dt-information-300\/5 {
  background-color: rgb(172 216 252 / 0.05)
}
.tw-bg-dt-information-300\/50 {
  background-color: rgb(172 216 252 / 0.5)
}
.tw-bg-dt-information-300\/55 {
  background-color: rgb(172 216 252 / 0.55)
}
.tw-bg-dt-information-300\/60 {
  background-color: rgb(172 216 252 / 0.6)
}
.tw-bg-dt-information-300\/65 {
  background-color: rgb(172 216 252 / 0.65)
}
.tw-bg-dt-information-300\/70 {
  background-color: rgb(172 216 252 / 0.7)
}
.tw-bg-dt-information-300\/75 {
  background-color: rgb(172 216 252 / 0.75)
}
.tw-bg-dt-information-300\/80 {
  background-color: rgb(172 216 252 / 0.8)
}
.tw-bg-dt-information-300\/85 {
  background-color: rgb(172 216 252 / 0.85)
}
.tw-bg-dt-information-300\/90 {
  background-color: rgb(172 216 252 / 0.9)
}
.tw-bg-dt-information-300\/95 {
  background-color: rgb(172 216 252 / 0.95)
}
.tw-bg-dt-information-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 136 240 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-information-400\/0 {
  background-color: rgb(5 136 240 / 0)
}
.tw-bg-dt-information-400\/10 {
  background-color: rgb(5 136 240 / 0.1)
}
.tw-bg-dt-information-400\/100 {
  background-color: rgb(5 136 240 / 1)
}
.tw-bg-dt-information-400\/15 {
  background-color: rgb(5 136 240 / 0.15)
}
.tw-bg-dt-information-400\/20 {
  background-color: rgb(5 136 240 / 0.2)
}
.tw-bg-dt-information-400\/25 {
  background-color: rgb(5 136 240 / 0.25)
}
.tw-bg-dt-information-400\/30 {
  background-color: rgb(5 136 240 / 0.3)
}
.tw-bg-dt-information-400\/35 {
  background-color: rgb(5 136 240 / 0.35)
}
.tw-bg-dt-information-400\/40 {
  background-color: rgb(5 136 240 / 0.4)
}
.tw-bg-dt-information-400\/45 {
  background-color: rgb(5 136 240 / 0.45)
}
.tw-bg-dt-information-400\/5 {
  background-color: rgb(5 136 240 / 0.05)
}
.tw-bg-dt-information-400\/50 {
  background-color: rgb(5 136 240 / 0.5)
}
.tw-bg-dt-information-400\/55 {
  background-color: rgb(5 136 240 / 0.55)
}
.tw-bg-dt-information-400\/60 {
  background-color: rgb(5 136 240 / 0.6)
}
.tw-bg-dt-information-400\/65 {
  background-color: rgb(5 136 240 / 0.65)
}
.tw-bg-dt-information-400\/70 {
  background-color: rgb(5 136 240 / 0.7)
}
.tw-bg-dt-information-400\/75 {
  background-color: rgb(5 136 240 / 0.75)
}
.tw-bg-dt-information-400\/80 {
  background-color: rgb(5 136 240 / 0.8)
}
.tw-bg-dt-information-400\/85 {
  background-color: rgb(5 136 240 / 0.85)
}
.tw-bg-dt-information-400\/90 {
  background-color: rgb(5 136 240 / 0.9)
}
.tw-bg-dt-information-400\/95 {
  background-color: rgb(5 136 240 / 0.95)
}
.tw-bg-dt-information-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 116 206 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-information-500\/0 {
  background-color: rgb(13 116 206 / 0)
}
.tw-bg-dt-information-500\/10 {
  background-color: rgb(13 116 206 / 0.1)
}
.tw-bg-dt-information-500\/100 {
  background-color: rgb(13 116 206 / 1)
}
.tw-bg-dt-information-500\/15 {
  background-color: rgb(13 116 206 / 0.15)
}
.tw-bg-dt-information-500\/20 {
  background-color: rgb(13 116 206 / 0.2)
}
.tw-bg-dt-information-500\/25 {
  background-color: rgb(13 116 206 / 0.25)
}
.tw-bg-dt-information-500\/30 {
  background-color: rgb(13 116 206 / 0.3)
}
.tw-bg-dt-information-500\/35 {
  background-color: rgb(13 116 206 / 0.35)
}
.tw-bg-dt-information-500\/40 {
  background-color: rgb(13 116 206 / 0.4)
}
.tw-bg-dt-information-500\/45 {
  background-color: rgb(13 116 206 / 0.45)
}
.tw-bg-dt-information-500\/5 {
  background-color: rgb(13 116 206 / 0.05)
}
.tw-bg-dt-information-500\/50 {
  background-color: rgb(13 116 206 / 0.5)
}
.tw-bg-dt-information-500\/55 {
  background-color: rgb(13 116 206 / 0.55)
}
.tw-bg-dt-information-500\/60 {
  background-color: rgb(13 116 206 / 0.6)
}
.tw-bg-dt-information-500\/65 {
  background-color: rgb(13 116 206 / 0.65)
}
.tw-bg-dt-information-500\/70 {
  background-color: rgb(13 116 206 / 0.7)
}
.tw-bg-dt-information-500\/75 {
  background-color: rgb(13 116 206 / 0.75)
}
.tw-bg-dt-information-500\/80 {
  background-color: rgb(13 116 206 / 0.8)
}
.tw-bg-dt-information-500\/85 {
  background-color: rgb(13 116 206 / 0.85)
}
.tw-bg-dt-information-500\/90 {
  background-color: rgb(13 116 206 / 0.9)
}
.tw-bg-dt-information-500\/95 {
  background-color: rgb(13 116 206 / 0.95)
}
.tw-bg-dt-information-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 50 100 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-information-600\/0 {
  background-color: rgb(17 50 100 / 0)
}
.tw-bg-dt-information-600\/10 {
  background-color: rgb(17 50 100 / 0.1)
}
.tw-bg-dt-information-600\/100 {
  background-color: rgb(17 50 100 / 1)
}
.tw-bg-dt-information-600\/15 {
  background-color: rgb(17 50 100 / 0.15)
}
.tw-bg-dt-information-600\/20 {
  background-color: rgb(17 50 100 / 0.2)
}
.tw-bg-dt-information-600\/25 {
  background-color: rgb(17 50 100 / 0.25)
}
.tw-bg-dt-information-600\/30 {
  background-color: rgb(17 50 100 / 0.3)
}
.tw-bg-dt-information-600\/35 {
  background-color: rgb(17 50 100 / 0.35)
}
.tw-bg-dt-information-600\/40 {
  background-color: rgb(17 50 100 / 0.4)
}
.tw-bg-dt-information-600\/45 {
  background-color: rgb(17 50 100 / 0.45)
}
.tw-bg-dt-information-600\/5 {
  background-color: rgb(17 50 100 / 0.05)
}
.tw-bg-dt-information-600\/50 {
  background-color: rgb(17 50 100 / 0.5)
}
.tw-bg-dt-information-600\/55 {
  background-color: rgb(17 50 100 / 0.55)
}
.tw-bg-dt-information-600\/60 {
  background-color: rgb(17 50 100 / 0.6)
}
.tw-bg-dt-information-600\/65 {
  background-color: rgb(17 50 100 / 0.65)
}
.tw-bg-dt-information-600\/70 {
  background-color: rgb(17 50 100 / 0.7)
}
.tw-bg-dt-information-600\/75 {
  background-color: rgb(17 50 100 / 0.75)
}
.tw-bg-dt-information-600\/80 {
  background-color: rgb(17 50 100 / 0.8)
}
.tw-bg-dt-information-600\/85 {
  background-color: rgb(17 50 100 / 0.85)
}
.tw-bg-dt-information-600\/90 {
  background-color: rgb(17 50 100 / 0.9)
}
.tw-bg-dt-information-600\/95 {
  background-color: rgb(17 50 100 / 0.95)
}
.tw-bg-dt-jade-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 254 253 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-1\/0 {
  background-color: rgb(251 254 253 / 0)
}
.tw-bg-dt-jade-1\/10 {
  background-color: rgb(251 254 253 / 0.1)
}
.tw-bg-dt-jade-1\/100 {
  background-color: rgb(251 254 253 / 1)
}
.tw-bg-dt-jade-1\/15 {
  background-color: rgb(251 254 253 / 0.15)
}
.tw-bg-dt-jade-1\/20 {
  background-color: rgb(251 254 253 / 0.2)
}
.tw-bg-dt-jade-1\/25 {
  background-color: rgb(251 254 253 / 0.25)
}
.tw-bg-dt-jade-1\/30 {
  background-color: rgb(251 254 253 / 0.3)
}
.tw-bg-dt-jade-1\/35 {
  background-color: rgb(251 254 253 / 0.35)
}
.tw-bg-dt-jade-1\/40 {
  background-color: rgb(251 254 253 / 0.4)
}
.tw-bg-dt-jade-1\/45 {
  background-color: rgb(251 254 253 / 0.45)
}
.tw-bg-dt-jade-1\/5 {
  background-color: rgb(251 254 253 / 0.05)
}
.tw-bg-dt-jade-1\/50 {
  background-color: rgb(251 254 253 / 0.5)
}
.tw-bg-dt-jade-1\/55 {
  background-color: rgb(251 254 253 / 0.55)
}
.tw-bg-dt-jade-1\/60 {
  background-color: rgb(251 254 253 / 0.6)
}
.tw-bg-dt-jade-1\/65 {
  background-color: rgb(251 254 253 / 0.65)
}
.tw-bg-dt-jade-1\/70 {
  background-color: rgb(251 254 253 / 0.7)
}
.tw-bg-dt-jade-1\/75 {
  background-color: rgb(251 254 253 / 0.75)
}
.tw-bg-dt-jade-1\/80 {
  background-color: rgb(251 254 253 / 0.8)
}
.tw-bg-dt-jade-1\/85 {
  background-color: rgb(251 254 253 / 0.85)
}
.tw-bg-dt-jade-1\/90 {
  background-color: rgb(251 254 253 / 0.9)
}
.tw-bg-dt-jade-1\/95 {
  background-color: rgb(251 254 253 / 0.95)
}
.tw-bg-dt-jade-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 153 123 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-10\/0 {
  background-color: rgb(38 153 123 / 0)
}
.tw-bg-dt-jade-10\/10 {
  background-color: rgb(38 153 123 / 0.1)
}
.tw-bg-dt-jade-10\/100 {
  background-color: rgb(38 153 123 / 1)
}
.tw-bg-dt-jade-10\/15 {
  background-color: rgb(38 153 123 / 0.15)
}
.tw-bg-dt-jade-10\/20 {
  background-color: rgb(38 153 123 / 0.2)
}
.tw-bg-dt-jade-10\/25 {
  background-color: rgb(38 153 123 / 0.25)
}
.tw-bg-dt-jade-10\/30 {
  background-color: rgb(38 153 123 / 0.3)
}
.tw-bg-dt-jade-10\/35 {
  background-color: rgb(38 153 123 / 0.35)
}
.tw-bg-dt-jade-10\/40 {
  background-color: rgb(38 153 123 / 0.4)
}
.tw-bg-dt-jade-10\/45 {
  background-color: rgb(38 153 123 / 0.45)
}
.tw-bg-dt-jade-10\/5 {
  background-color: rgb(38 153 123 / 0.05)
}
.tw-bg-dt-jade-10\/50 {
  background-color: rgb(38 153 123 / 0.5)
}
.tw-bg-dt-jade-10\/55 {
  background-color: rgb(38 153 123 / 0.55)
}
.tw-bg-dt-jade-10\/60 {
  background-color: rgb(38 153 123 / 0.6)
}
.tw-bg-dt-jade-10\/65 {
  background-color: rgb(38 153 123 / 0.65)
}
.tw-bg-dt-jade-10\/70 {
  background-color: rgb(38 153 123 / 0.7)
}
.tw-bg-dt-jade-10\/75 {
  background-color: rgb(38 153 123 / 0.75)
}
.tw-bg-dt-jade-10\/80 {
  background-color: rgb(38 153 123 / 0.8)
}
.tw-bg-dt-jade-10\/85 {
  background-color: rgb(38 153 123 / 0.85)
}
.tw-bg-dt-jade-10\/90 {
  background-color: rgb(38 153 123 / 0.9)
}
.tw-bg-dt-jade-10\/95 {
  background-color: rgb(38 153 123 / 0.95)
}
.tw-bg-dt-jade-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 131 104 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-11\/0 {
  background-color: rgb(32 131 104 / 0)
}
.tw-bg-dt-jade-11\/10 {
  background-color: rgb(32 131 104 / 0.1)
}
.tw-bg-dt-jade-11\/100 {
  background-color: rgb(32 131 104 / 1)
}
.tw-bg-dt-jade-11\/15 {
  background-color: rgb(32 131 104 / 0.15)
}
.tw-bg-dt-jade-11\/20 {
  background-color: rgb(32 131 104 / 0.2)
}
.tw-bg-dt-jade-11\/25 {
  background-color: rgb(32 131 104 / 0.25)
}
.tw-bg-dt-jade-11\/30 {
  background-color: rgb(32 131 104 / 0.3)
}
.tw-bg-dt-jade-11\/35 {
  background-color: rgb(32 131 104 / 0.35)
}
.tw-bg-dt-jade-11\/40 {
  background-color: rgb(32 131 104 / 0.4)
}
.tw-bg-dt-jade-11\/45 {
  background-color: rgb(32 131 104 / 0.45)
}
.tw-bg-dt-jade-11\/5 {
  background-color: rgb(32 131 104 / 0.05)
}
.tw-bg-dt-jade-11\/50 {
  background-color: rgb(32 131 104 / 0.5)
}
.tw-bg-dt-jade-11\/55 {
  background-color: rgb(32 131 104 / 0.55)
}
.tw-bg-dt-jade-11\/60 {
  background-color: rgb(32 131 104 / 0.6)
}
.tw-bg-dt-jade-11\/65 {
  background-color: rgb(32 131 104 / 0.65)
}
.tw-bg-dt-jade-11\/70 {
  background-color: rgb(32 131 104 / 0.7)
}
.tw-bg-dt-jade-11\/75 {
  background-color: rgb(32 131 104 / 0.75)
}
.tw-bg-dt-jade-11\/80 {
  background-color: rgb(32 131 104 / 0.8)
}
.tw-bg-dt-jade-11\/85 {
  background-color: rgb(32 131 104 / 0.85)
}
.tw-bg-dt-jade-11\/90 {
  background-color: rgb(32 131 104 / 0.9)
}
.tw-bg-dt-jade-11\/95 {
  background-color: rgb(32 131 104 / 0.95)
}
.tw-bg-dt-jade-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 59 49 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-12\/0 {
  background-color: rgb(29 59 49 / 0)
}
.tw-bg-dt-jade-12\/10 {
  background-color: rgb(29 59 49 / 0.1)
}
.tw-bg-dt-jade-12\/100 {
  background-color: rgb(29 59 49 / 1)
}
.tw-bg-dt-jade-12\/15 {
  background-color: rgb(29 59 49 / 0.15)
}
.tw-bg-dt-jade-12\/20 {
  background-color: rgb(29 59 49 / 0.2)
}
.tw-bg-dt-jade-12\/25 {
  background-color: rgb(29 59 49 / 0.25)
}
.tw-bg-dt-jade-12\/30 {
  background-color: rgb(29 59 49 / 0.3)
}
.tw-bg-dt-jade-12\/35 {
  background-color: rgb(29 59 49 / 0.35)
}
.tw-bg-dt-jade-12\/40 {
  background-color: rgb(29 59 49 / 0.4)
}
.tw-bg-dt-jade-12\/45 {
  background-color: rgb(29 59 49 / 0.45)
}
.tw-bg-dt-jade-12\/5 {
  background-color: rgb(29 59 49 / 0.05)
}
.tw-bg-dt-jade-12\/50 {
  background-color: rgb(29 59 49 / 0.5)
}
.tw-bg-dt-jade-12\/55 {
  background-color: rgb(29 59 49 / 0.55)
}
.tw-bg-dt-jade-12\/60 {
  background-color: rgb(29 59 49 / 0.6)
}
.tw-bg-dt-jade-12\/65 {
  background-color: rgb(29 59 49 / 0.65)
}
.tw-bg-dt-jade-12\/70 {
  background-color: rgb(29 59 49 / 0.7)
}
.tw-bg-dt-jade-12\/75 {
  background-color: rgb(29 59 49 / 0.75)
}
.tw-bg-dt-jade-12\/80 {
  background-color: rgb(29 59 49 / 0.8)
}
.tw-bg-dt-jade-12\/85 {
  background-color: rgb(29 59 49 / 0.85)
}
.tw-bg-dt-jade-12\/90 {
  background-color: rgb(29 59 49 / 0.9)
}
.tw-bg-dt-jade-12\/95 {
  background-color: rgb(29 59 49 / 0.95)
}
.tw-bg-dt-jade-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 247 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-2\/0 {
  background-color: rgb(244 251 247 / 0)
}
.tw-bg-dt-jade-2\/10 {
  background-color: rgb(244 251 247 / 0.1)
}
.tw-bg-dt-jade-2\/100 {
  background-color: rgb(244 251 247 / 1)
}
.tw-bg-dt-jade-2\/15 {
  background-color: rgb(244 251 247 / 0.15)
}
.tw-bg-dt-jade-2\/20 {
  background-color: rgb(244 251 247 / 0.2)
}
.tw-bg-dt-jade-2\/25 {
  background-color: rgb(244 251 247 / 0.25)
}
.tw-bg-dt-jade-2\/30 {
  background-color: rgb(244 251 247 / 0.3)
}
.tw-bg-dt-jade-2\/35 {
  background-color: rgb(244 251 247 / 0.35)
}
.tw-bg-dt-jade-2\/40 {
  background-color: rgb(244 251 247 / 0.4)
}
.tw-bg-dt-jade-2\/45 {
  background-color: rgb(244 251 247 / 0.45)
}
.tw-bg-dt-jade-2\/5 {
  background-color: rgb(244 251 247 / 0.05)
}
.tw-bg-dt-jade-2\/50 {
  background-color: rgb(244 251 247 / 0.5)
}
.tw-bg-dt-jade-2\/55 {
  background-color: rgb(244 251 247 / 0.55)
}
.tw-bg-dt-jade-2\/60 {
  background-color: rgb(244 251 247 / 0.6)
}
.tw-bg-dt-jade-2\/65 {
  background-color: rgb(244 251 247 / 0.65)
}
.tw-bg-dt-jade-2\/70 {
  background-color: rgb(244 251 247 / 0.7)
}
.tw-bg-dt-jade-2\/75 {
  background-color: rgb(244 251 247 / 0.75)
}
.tw-bg-dt-jade-2\/80 {
  background-color: rgb(244 251 247 / 0.8)
}
.tw-bg-dt-jade-2\/85 {
  background-color: rgb(244 251 247 / 0.85)
}
.tw-bg-dt-jade-2\/90 {
  background-color: rgb(244 251 247 / 0.9)
}
.tw-bg-dt-jade-2\/95 {
  background-color: rgb(244 251 247 / 0.95)
}
.tw-bg-dt-jade-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 237 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-3\/0 {
  background-color: rgb(230 247 237 / 0)
}
.tw-bg-dt-jade-3\/10 {
  background-color: rgb(230 247 237 / 0.1)
}
.tw-bg-dt-jade-3\/100 {
  background-color: rgb(230 247 237 / 1)
}
.tw-bg-dt-jade-3\/15 {
  background-color: rgb(230 247 237 / 0.15)
}
.tw-bg-dt-jade-3\/20 {
  background-color: rgb(230 247 237 / 0.2)
}
.tw-bg-dt-jade-3\/25 {
  background-color: rgb(230 247 237 / 0.25)
}
.tw-bg-dt-jade-3\/30 {
  background-color: rgb(230 247 237 / 0.3)
}
.tw-bg-dt-jade-3\/35 {
  background-color: rgb(230 247 237 / 0.35)
}
.tw-bg-dt-jade-3\/40 {
  background-color: rgb(230 247 237 / 0.4)
}
.tw-bg-dt-jade-3\/45 {
  background-color: rgb(230 247 237 / 0.45)
}
.tw-bg-dt-jade-3\/5 {
  background-color: rgb(230 247 237 / 0.05)
}
.tw-bg-dt-jade-3\/50 {
  background-color: rgb(230 247 237 / 0.5)
}
.tw-bg-dt-jade-3\/55 {
  background-color: rgb(230 247 237 / 0.55)
}
.tw-bg-dt-jade-3\/60 {
  background-color: rgb(230 247 237 / 0.6)
}
.tw-bg-dt-jade-3\/65 {
  background-color: rgb(230 247 237 / 0.65)
}
.tw-bg-dt-jade-3\/70 {
  background-color: rgb(230 247 237 / 0.7)
}
.tw-bg-dt-jade-3\/75 {
  background-color: rgb(230 247 237 / 0.75)
}
.tw-bg-dt-jade-3\/80 {
  background-color: rgb(230 247 237 / 0.8)
}
.tw-bg-dt-jade-3\/85 {
  background-color: rgb(230 247 237 / 0.85)
}
.tw-bg-dt-jade-3\/90 {
  background-color: rgb(230 247 237 / 0.9)
}
.tw-bg-dt-jade-3\/95 {
  background-color: rgb(230 247 237 / 0.95)
}
.tw-bg-dt-jade-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 241 227 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-4\/0 {
  background-color: rgb(214 241 227 / 0)
}
.tw-bg-dt-jade-4\/10 {
  background-color: rgb(214 241 227 / 0.1)
}
.tw-bg-dt-jade-4\/100 {
  background-color: rgb(214 241 227 / 1)
}
.tw-bg-dt-jade-4\/15 {
  background-color: rgb(214 241 227 / 0.15)
}
.tw-bg-dt-jade-4\/20 {
  background-color: rgb(214 241 227 / 0.2)
}
.tw-bg-dt-jade-4\/25 {
  background-color: rgb(214 241 227 / 0.25)
}
.tw-bg-dt-jade-4\/30 {
  background-color: rgb(214 241 227 / 0.3)
}
.tw-bg-dt-jade-4\/35 {
  background-color: rgb(214 241 227 / 0.35)
}
.tw-bg-dt-jade-4\/40 {
  background-color: rgb(214 241 227 / 0.4)
}
.tw-bg-dt-jade-4\/45 {
  background-color: rgb(214 241 227 / 0.45)
}
.tw-bg-dt-jade-4\/5 {
  background-color: rgb(214 241 227 / 0.05)
}
.tw-bg-dt-jade-4\/50 {
  background-color: rgb(214 241 227 / 0.5)
}
.tw-bg-dt-jade-4\/55 {
  background-color: rgb(214 241 227 / 0.55)
}
.tw-bg-dt-jade-4\/60 {
  background-color: rgb(214 241 227 / 0.6)
}
.tw-bg-dt-jade-4\/65 {
  background-color: rgb(214 241 227 / 0.65)
}
.tw-bg-dt-jade-4\/70 {
  background-color: rgb(214 241 227 / 0.7)
}
.tw-bg-dt-jade-4\/75 {
  background-color: rgb(214 241 227 / 0.75)
}
.tw-bg-dt-jade-4\/80 {
  background-color: rgb(214 241 227 / 0.8)
}
.tw-bg-dt-jade-4\/85 {
  background-color: rgb(214 241 227 / 0.85)
}
.tw-bg-dt-jade-4\/90 {
  background-color: rgb(214 241 227 / 0.9)
}
.tw-bg-dt-jade-4\/95 {
  background-color: rgb(214 241 227 / 0.95)
}
.tw-bg-dt-jade-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 233 215 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-5\/0 {
  background-color: rgb(195 233 215 / 0)
}
.tw-bg-dt-jade-5\/10 {
  background-color: rgb(195 233 215 / 0.1)
}
.tw-bg-dt-jade-5\/100 {
  background-color: rgb(195 233 215 / 1)
}
.tw-bg-dt-jade-5\/15 {
  background-color: rgb(195 233 215 / 0.15)
}
.tw-bg-dt-jade-5\/20 {
  background-color: rgb(195 233 215 / 0.2)
}
.tw-bg-dt-jade-5\/25 {
  background-color: rgb(195 233 215 / 0.25)
}
.tw-bg-dt-jade-5\/30 {
  background-color: rgb(195 233 215 / 0.3)
}
.tw-bg-dt-jade-5\/35 {
  background-color: rgb(195 233 215 / 0.35)
}
.tw-bg-dt-jade-5\/40 {
  background-color: rgb(195 233 215 / 0.4)
}
.tw-bg-dt-jade-5\/45 {
  background-color: rgb(195 233 215 / 0.45)
}
.tw-bg-dt-jade-5\/5 {
  background-color: rgb(195 233 215 / 0.05)
}
.tw-bg-dt-jade-5\/50 {
  background-color: rgb(195 233 215 / 0.5)
}
.tw-bg-dt-jade-5\/55 {
  background-color: rgb(195 233 215 / 0.55)
}
.tw-bg-dt-jade-5\/60 {
  background-color: rgb(195 233 215 / 0.6)
}
.tw-bg-dt-jade-5\/65 {
  background-color: rgb(195 233 215 / 0.65)
}
.tw-bg-dt-jade-5\/70 {
  background-color: rgb(195 233 215 / 0.7)
}
.tw-bg-dt-jade-5\/75 {
  background-color: rgb(195 233 215 / 0.75)
}
.tw-bg-dt-jade-5\/80 {
  background-color: rgb(195 233 215 / 0.8)
}
.tw-bg-dt-jade-5\/85 {
  background-color: rgb(195 233 215 / 0.85)
}
.tw-bg-dt-jade-5\/90 {
  background-color: rgb(195 233 215 / 0.9)
}
.tw-bg-dt-jade-5\/95 {
  background-color: rgb(195 233 215 / 0.95)
}
.tw-bg-dt-jade-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 222 200 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-6\/0 {
  background-color: rgb(172 222 200 / 0)
}
.tw-bg-dt-jade-6\/10 {
  background-color: rgb(172 222 200 / 0.1)
}
.tw-bg-dt-jade-6\/100 {
  background-color: rgb(172 222 200 / 1)
}
.tw-bg-dt-jade-6\/15 {
  background-color: rgb(172 222 200 / 0.15)
}
.tw-bg-dt-jade-6\/20 {
  background-color: rgb(172 222 200 / 0.2)
}
.tw-bg-dt-jade-6\/25 {
  background-color: rgb(172 222 200 / 0.25)
}
.tw-bg-dt-jade-6\/30 {
  background-color: rgb(172 222 200 / 0.3)
}
.tw-bg-dt-jade-6\/35 {
  background-color: rgb(172 222 200 / 0.35)
}
.tw-bg-dt-jade-6\/40 {
  background-color: rgb(172 222 200 / 0.4)
}
.tw-bg-dt-jade-6\/45 {
  background-color: rgb(172 222 200 / 0.45)
}
.tw-bg-dt-jade-6\/5 {
  background-color: rgb(172 222 200 / 0.05)
}
.tw-bg-dt-jade-6\/50 {
  background-color: rgb(172 222 200 / 0.5)
}
.tw-bg-dt-jade-6\/55 {
  background-color: rgb(172 222 200 / 0.55)
}
.tw-bg-dt-jade-6\/60 {
  background-color: rgb(172 222 200 / 0.6)
}
.tw-bg-dt-jade-6\/65 {
  background-color: rgb(172 222 200 / 0.65)
}
.tw-bg-dt-jade-6\/70 {
  background-color: rgb(172 222 200 / 0.7)
}
.tw-bg-dt-jade-6\/75 {
  background-color: rgb(172 222 200 / 0.75)
}
.tw-bg-dt-jade-6\/80 {
  background-color: rgb(172 222 200 / 0.8)
}
.tw-bg-dt-jade-6\/85 {
  background-color: rgb(172 222 200 / 0.85)
}
.tw-bg-dt-jade-6\/90 {
  background-color: rgb(172 222 200 / 0.9)
}
.tw-bg-dt-jade-6\/95 {
  background-color: rgb(172 222 200 / 0.95)
}
.tw-bg-dt-jade-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 206 182 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-7\/0 {
  background-color: rgb(139 206 182 / 0)
}
.tw-bg-dt-jade-7\/10 {
  background-color: rgb(139 206 182 / 0.1)
}
.tw-bg-dt-jade-7\/100 {
  background-color: rgb(139 206 182 / 1)
}
.tw-bg-dt-jade-7\/15 {
  background-color: rgb(139 206 182 / 0.15)
}
.tw-bg-dt-jade-7\/20 {
  background-color: rgb(139 206 182 / 0.2)
}
.tw-bg-dt-jade-7\/25 {
  background-color: rgb(139 206 182 / 0.25)
}
.tw-bg-dt-jade-7\/30 {
  background-color: rgb(139 206 182 / 0.3)
}
.tw-bg-dt-jade-7\/35 {
  background-color: rgb(139 206 182 / 0.35)
}
.tw-bg-dt-jade-7\/40 {
  background-color: rgb(139 206 182 / 0.4)
}
.tw-bg-dt-jade-7\/45 {
  background-color: rgb(139 206 182 / 0.45)
}
.tw-bg-dt-jade-7\/5 {
  background-color: rgb(139 206 182 / 0.05)
}
.tw-bg-dt-jade-7\/50 {
  background-color: rgb(139 206 182 / 0.5)
}
.tw-bg-dt-jade-7\/55 {
  background-color: rgb(139 206 182 / 0.55)
}
.tw-bg-dt-jade-7\/60 {
  background-color: rgb(139 206 182 / 0.6)
}
.tw-bg-dt-jade-7\/65 {
  background-color: rgb(139 206 182 / 0.65)
}
.tw-bg-dt-jade-7\/70 {
  background-color: rgb(139 206 182 / 0.7)
}
.tw-bg-dt-jade-7\/75 {
  background-color: rgb(139 206 182 / 0.75)
}
.tw-bg-dt-jade-7\/80 {
  background-color: rgb(139 206 182 / 0.8)
}
.tw-bg-dt-jade-7\/85 {
  background-color: rgb(139 206 182 / 0.85)
}
.tw-bg-dt-jade-7\/90 {
  background-color: rgb(139 206 182 / 0.9)
}
.tw-bg-dt-jade-7\/95 {
  background-color: rgb(139 206 182 / 0.95)
}
.tw-bg-dt-jade-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(86 186 159 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-8\/0 {
  background-color: rgb(86 186 159 / 0)
}
.tw-bg-dt-jade-8\/10 {
  background-color: rgb(86 186 159 / 0.1)
}
.tw-bg-dt-jade-8\/100 {
  background-color: rgb(86 186 159 / 1)
}
.tw-bg-dt-jade-8\/15 {
  background-color: rgb(86 186 159 / 0.15)
}
.tw-bg-dt-jade-8\/20 {
  background-color: rgb(86 186 159 / 0.2)
}
.tw-bg-dt-jade-8\/25 {
  background-color: rgb(86 186 159 / 0.25)
}
.tw-bg-dt-jade-8\/30 {
  background-color: rgb(86 186 159 / 0.3)
}
.tw-bg-dt-jade-8\/35 {
  background-color: rgb(86 186 159 / 0.35)
}
.tw-bg-dt-jade-8\/40 {
  background-color: rgb(86 186 159 / 0.4)
}
.tw-bg-dt-jade-8\/45 {
  background-color: rgb(86 186 159 / 0.45)
}
.tw-bg-dt-jade-8\/5 {
  background-color: rgb(86 186 159 / 0.05)
}
.tw-bg-dt-jade-8\/50 {
  background-color: rgb(86 186 159 / 0.5)
}
.tw-bg-dt-jade-8\/55 {
  background-color: rgb(86 186 159 / 0.55)
}
.tw-bg-dt-jade-8\/60 {
  background-color: rgb(86 186 159 / 0.6)
}
.tw-bg-dt-jade-8\/65 {
  background-color: rgb(86 186 159 / 0.65)
}
.tw-bg-dt-jade-8\/70 {
  background-color: rgb(86 186 159 / 0.7)
}
.tw-bg-dt-jade-8\/75 {
  background-color: rgb(86 186 159 / 0.75)
}
.tw-bg-dt-jade-8\/80 {
  background-color: rgb(86 186 159 / 0.8)
}
.tw-bg-dt-jade-8\/85 {
  background-color: rgb(86 186 159 / 0.85)
}
.tw-bg-dt-jade-8\/90 {
  background-color: rgb(86 186 159 / 0.9)
}
.tw-bg-dt-jade-8\/95 {
  background-color: rgb(86 186 159 / 0.95)
}
.tw-bg-dt-jade-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 163 131 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-jade-9\/0 {
  background-color: rgb(41 163 131 / 0)
}
.tw-bg-dt-jade-9\/10 {
  background-color: rgb(41 163 131 / 0.1)
}
.tw-bg-dt-jade-9\/100 {
  background-color: rgb(41 163 131 / 1)
}
.tw-bg-dt-jade-9\/15 {
  background-color: rgb(41 163 131 / 0.15)
}
.tw-bg-dt-jade-9\/20 {
  background-color: rgb(41 163 131 / 0.2)
}
.tw-bg-dt-jade-9\/25 {
  background-color: rgb(41 163 131 / 0.25)
}
.tw-bg-dt-jade-9\/30 {
  background-color: rgb(41 163 131 / 0.3)
}
.tw-bg-dt-jade-9\/35 {
  background-color: rgb(41 163 131 / 0.35)
}
.tw-bg-dt-jade-9\/40 {
  background-color: rgb(41 163 131 / 0.4)
}
.tw-bg-dt-jade-9\/45 {
  background-color: rgb(41 163 131 / 0.45)
}
.tw-bg-dt-jade-9\/5 {
  background-color: rgb(41 163 131 / 0.05)
}
.tw-bg-dt-jade-9\/50 {
  background-color: rgb(41 163 131 / 0.5)
}
.tw-bg-dt-jade-9\/55 {
  background-color: rgb(41 163 131 / 0.55)
}
.tw-bg-dt-jade-9\/60 {
  background-color: rgb(41 163 131 / 0.6)
}
.tw-bg-dt-jade-9\/65 {
  background-color: rgb(41 163 131 / 0.65)
}
.tw-bg-dt-jade-9\/70 {
  background-color: rgb(41 163 131 / 0.7)
}
.tw-bg-dt-jade-9\/75 {
  background-color: rgb(41 163 131 / 0.75)
}
.tw-bg-dt-jade-9\/80 {
  background-color: rgb(41 163 131 / 0.8)
}
.tw-bg-dt-jade-9\/85 {
  background-color: rgb(41 163 131 / 0.85)
}
.tw-bg-dt-jade-9\/90 {
  background-color: rgb(41 163 131 / 0.9)
}
.tw-bg-dt-jade-9\/95 {
  background-color: rgb(41 163 131 / 0.95)
}
.tw-bg-dt-neutral-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-0\/0 {
  background-color: rgb(255 255 255 / 0)
}
.tw-bg-dt-neutral-0\/10 {
  background-color: rgb(255 255 255 / 0.1)
}
.tw-bg-dt-neutral-0\/100 {
  background-color: rgb(255 255 255 / 1)
}
.tw-bg-dt-neutral-0\/15 {
  background-color: rgb(255 255 255 / 0.15)
}
.tw-bg-dt-neutral-0\/20 {
  background-color: rgb(255 255 255 / 0.2)
}
.tw-bg-dt-neutral-0\/25 {
  background-color: rgb(255 255 255 / 0.25)
}
.tw-bg-dt-neutral-0\/30 {
  background-color: rgb(255 255 255 / 0.3)
}
.tw-bg-dt-neutral-0\/35 {
  background-color: rgb(255 255 255 / 0.35)
}
.tw-bg-dt-neutral-0\/40 {
  background-color: rgb(255 255 255 / 0.4)
}
.tw-bg-dt-neutral-0\/45 {
  background-color: rgb(255 255 255 / 0.45)
}
.tw-bg-dt-neutral-0\/5 {
  background-color: rgb(255 255 255 / 0.05)
}
.tw-bg-dt-neutral-0\/50 {
  background-color: rgb(255 255 255 / 0.5)
}
.tw-bg-dt-neutral-0\/55 {
  background-color: rgb(255 255 255 / 0.55)
}
.tw-bg-dt-neutral-0\/60 {
  background-color: rgb(255 255 255 / 0.6)
}
.tw-bg-dt-neutral-0\/65 {
  background-color: rgb(255 255 255 / 0.65)
}
.tw-bg-dt-neutral-0\/70 {
  background-color: rgb(255 255 255 / 0.7)
}
.tw-bg-dt-neutral-0\/75 {
  background-color: rgb(255 255 255 / 0.75)
}
.tw-bg-dt-neutral-0\/80 {
  background-color: rgb(255 255 255 / 0.8)
}
.tw-bg-dt-neutral-0\/85 {
  background-color: rgb(255 255 255 / 0.85)
}
.tw-bg-dt-neutral-0\/90 {
  background-color: rgb(255 255 255 / 0.9)
}
.tw-bg-dt-neutral-0\/95 {
  background-color: rgb(255 255 255 / 0.95)
}
.tw-bg-dt-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-100\/0 {
  background-color: rgb(249 249 251 / 0)
}
.tw-bg-dt-neutral-100\/10 {
  background-color: rgb(249 249 251 / 0.1)
}
.tw-bg-dt-neutral-100\/100 {
  background-color: rgb(249 249 251 / 1)
}
.tw-bg-dt-neutral-100\/15 {
  background-color: rgb(249 249 251 / 0.15)
}
.tw-bg-dt-neutral-100\/20 {
  background-color: rgb(249 249 251 / 0.2)
}
.tw-bg-dt-neutral-100\/25 {
  background-color: rgb(249 249 251 / 0.25)
}
.tw-bg-dt-neutral-100\/30 {
  background-color: rgb(249 249 251 / 0.3)
}
.tw-bg-dt-neutral-100\/35 {
  background-color: rgb(249 249 251 / 0.35)
}
.tw-bg-dt-neutral-100\/40 {
  background-color: rgb(249 249 251 / 0.4)
}
.tw-bg-dt-neutral-100\/45 {
  background-color: rgb(249 249 251 / 0.45)
}
.tw-bg-dt-neutral-100\/5 {
  background-color: rgb(249 249 251 / 0.05)
}
.tw-bg-dt-neutral-100\/50 {
  background-color: rgb(249 249 251 / 0.5)
}
.tw-bg-dt-neutral-100\/55 {
  background-color: rgb(249 249 251 / 0.55)
}
.tw-bg-dt-neutral-100\/60 {
  background-color: rgb(249 249 251 / 0.6)
}
.tw-bg-dt-neutral-100\/65 {
  background-color: rgb(249 249 251 / 0.65)
}
.tw-bg-dt-neutral-100\/70 {
  background-color: rgb(249 249 251 / 0.7)
}
.tw-bg-dt-neutral-100\/75 {
  background-color: rgb(249 249 251 / 0.75)
}
.tw-bg-dt-neutral-100\/80 {
  background-color: rgb(249 249 251 / 0.8)
}
.tw-bg-dt-neutral-100\/85 {
  background-color: rgb(249 249 251 / 0.85)
}
.tw-bg-dt-neutral-100\/90 {
  background-color: rgb(249 249 251 / 0.9)
}
.tw-bg-dt-neutral-100\/95 {
  background-color: rgb(249 249 251 / 0.95)
}
.tw-bg-dt-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 243 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-200\/0 {
  background-color: rgb(240 240 243 / 0)
}
.tw-bg-dt-neutral-200\/10 {
  background-color: rgb(240 240 243 / 0.1)
}
.tw-bg-dt-neutral-200\/100 {
  background-color: rgb(240 240 243 / 1)
}
.tw-bg-dt-neutral-200\/15 {
  background-color: rgb(240 240 243 / 0.15)
}
.tw-bg-dt-neutral-200\/20 {
  background-color: rgb(240 240 243 / 0.2)
}
.tw-bg-dt-neutral-200\/25 {
  background-color: rgb(240 240 243 / 0.25)
}
.tw-bg-dt-neutral-200\/30 {
  background-color: rgb(240 240 243 / 0.3)
}
.tw-bg-dt-neutral-200\/35 {
  background-color: rgb(240 240 243 / 0.35)
}
.tw-bg-dt-neutral-200\/40 {
  background-color: rgb(240 240 243 / 0.4)
}
.tw-bg-dt-neutral-200\/45 {
  background-color: rgb(240 240 243 / 0.45)
}
.tw-bg-dt-neutral-200\/5 {
  background-color: rgb(240 240 243 / 0.05)
}
.tw-bg-dt-neutral-200\/50 {
  background-color: rgb(240 240 243 / 0.5)
}
.tw-bg-dt-neutral-200\/55 {
  background-color: rgb(240 240 243 / 0.55)
}
.tw-bg-dt-neutral-200\/60 {
  background-color: rgb(240 240 243 / 0.6)
}
.tw-bg-dt-neutral-200\/65 {
  background-color: rgb(240 240 243 / 0.65)
}
.tw-bg-dt-neutral-200\/70 {
  background-color: rgb(240 240 243 / 0.7)
}
.tw-bg-dt-neutral-200\/75 {
  background-color: rgb(240 240 243 / 0.75)
}
.tw-bg-dt-neutral-200\/80 {
  background-color: rgb(240 240 243 / 0.8)
}
.tw-bg-dt-neutral-200\/85 {
  background-color: rgb(240 240 243 / 0.85)
}
.tw-bg-dt-neutral-200\/90 {
  background-color: rgb(240 240 243 / 0.9)
}
.tw-bg-dt-neutral-200\/95 {
  background-color: rgb(240 240 243 / 0.95)
}
.tw-bg-dt-neutral-250 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 236 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-250\/0 {
  background-color: rgb(232 232 236 / 0)
}
.tw-bg-dt-neutral-250\/10 {
  background-color: rgb(232 232 236 / 0.1)
}
.tw-bg-dt-neutral-250\/100 {
  background-color: rgb(232 232 236 / 1)
}
.tw-bg-dt-neutral-250\/15 {
  background-color: rgb(232 232 236 / 0.15)
}
.tw-bg-dt-neutral-250\/20 {
  background-color: rgb(232 232 236 / 0.2)
}
.tw-bg-dt-neutral-250\/25 {
  background-color: rgb(232 232 236 / 0.25)
}
.tw-bg-dt-neutral-250\/30 {
  background-color: rgb(232 232 236 / 0.3)
}
.tw-bg-dt-neutral-250\/35 {
  background-color: rgb(232 232 236 / 0.35)
}
.tw-bg-dt-neutral-250\/40 {
  background-color: rgb(232 232 236 / 0.4)
}
.tw-bg-dt-neutral-250\/45 {
  background-color: rgb(232 232 236 / 0.45)
}
.tw-bg-dt-neutral-250\/5 {
  background-color: rgb(232 232 236 / 0.05)
}
.tw-bg-dt-neutral-250\/50 {
  background-color: rgb(232 232 236 / 0.5)
}
.tw-bg-dt-neutral-250\/55 {
  background-color: rgb(232 232 236 / 0.55)
}
.tw-bg-dt-neutral-250\/60 {
  background-color: rgb(232 232 236 / 0.6)
}
.tw-bg-dt-neutral-250\/65 {
  background-color: rgb(232 232 236 / 0.65)
}
.tw-bg-dt-neutral-250\/70 {
  background-color: rgb(232 232 236 / 0.7)
}
.tw-bg-dt-neutral-250\/75 {
  background-color: rgb(232 232 236 / 0.75)
}
.tw-bg-dt-neutral-250\/80 {
  background-color: rgb(232 232 236 / 0.8)
}
.tw-bg-dt-neutral-250\/85 {
  background-color: rgb(232 232 236 / 0.85)
}
.tw-bg-dt-neutral-250\/90 {
  background-color: rgb(232 232 236 / 0.9)
}
.tw-bg-dt-neutral-250\/95 {
  background-color: rgb(232 232 236 / 0.95)
}
.tw-bg-dt-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 206 214 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-300\/0 {
  background-color: rgb(205 206 214 / 0)
}
.tw-bg-dt-neutral-300\/10 {
  background-color: rgb(205 206 214 / 0.1)
}
.tw-bg-dt-neutral-300\/100 {
  background-color: rgb(205 206 214 / 1)
}
.tw-bg-dt-neutral-300\/15 {
  background-color: rgb(205 206 214 / 0.15)
}
.tw-bg-dt-neutral-300\/20 {
  background-color: rgb(205 206 214 / 0.2)
}
.tw-bg-dt-neutral-300\/25 {
  background-color: rgb(205 206 214 / 0.25)
}
.tw-bg-dt-neutral-300\/30 {
  background-color: rgb(205 206 214 / 0.3)
}
.tw-bg-dt-neutral-300\/35 {
  background-color: rgb(205 206 214 / 0.35)
}
.tw-bg-dt-neutral-300\/40 {
  background-color: rgb(205 206 214 / 0.4)
}
.tw-bg-dt-neutral-300\/45 {
  background-color: rgb(205 206 214 / 0.45)
}
.tw-bg-dt-neutral-300\/5 {
  background-color: rgb(205 206 214 / 0.05)
}
.tw-bg-dt-neutral-300\/50 {
  background-color: rgb(205 206 214 / 0.5)
}
.tw-bg-dt-neutral-300\/55 {
  background-color: rgb(205 206 214 / 0.55)
}
.tw-bg-dt-neutral-300\/60 {
  background-color: rgb(205 206 214 / 0.6)
}
.tw-bg-dt-neutral-300\/65 {
  background-color: rgb(205 206 214 / 0.65)
}
.tw-bg-dt-neutral-300\/70 {
  background-color: rgb(205 206 214 / 0.7)
}
.tw-bg-dt-neutral-300\/75 {
  background-color: rgb(205 206 214 / 0.75)
}
.tw-bg-dt-neutral-300\/80 {
  background-color: rgb(205 206 214 / 0.8)
}
.tw-bg-dt-neutral-300\/85 {
  background-color: rgb(205 206 214 / 0.85)
}
.tw-bg-dt-neutral-300\/90 {
  background-color: rgb(205 206 214 / 0.9)
}
.tw-bg-dt-neutral-300\/95 {
  background-color: rgb(205 206 214 / 0.95)
}
.tw-bg-dt-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 187 198 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-400\/0 {
  background-color: rgb(185 187 198 / 0)
}
.tw-bg-dt-neutral-400\/10 {
  background-color: rgb(185 187 198 / 0.1)
}
.tw-bg-dt-neutral-400\/100 {
  background-color: rgb(185 187 198 / 1)
}
.tw-bg-dt-neutral-400\/15 {
  background-color: rgb(185 187 198 / 0.15)
}
.tw-bg-dt-neutral-400\/20 {
  background-color: rgb(185 187 198 / 0.2)
}
.tw-bg-dt-neutral-400\/25 {
  background-color: rgb(185 187 198 / 0.25)
}
.tw-bg-dt-neutral-400\/30 {
  background-color: rgb(185 187 198 / 0.3)
}
.tw-bg-dt-neutral-400\/35 {
  background-color: rgb(185 187 198 / 0.35)
}
.tw-bg-dt-neutral-400\/40 {
  background-color: rgb(185 187 198 / 0.4)
}
.tw-bg-dt-neutral-400\/45 {
  background-color: rgb(185 187 198 / 0.45)
}
.tw-bg-dt-neutral-400\/5 {
  background-color: rgb(185 187 198 / 0.05)
}
.tw-bg-dt-neutral-400\/50 {
  background-color: rgb(185 187 198 / 0.5)
}
.tw-bg-dt-neutral-400\/55 {
  background-color: rgb(185 187 198 / 0.55)
}
.tw-bg-dt-neutral-400\/60 {
  background-color: rgb(185 187 198 / 0.6)
}
.tw-bg-dt-neutral-400\/65 {
  background-color: rgb(185 187 198 / 0.65)
}
.tw-bg-dt-neutral-400\/70 {
  background-color: rgb(185 187 198 / 0.7)
}
.tw-bg-dt-neutral-400\/75 {
  background-color: rgb(185 187 198 / 0.75)
}
.tw-bg-dt-neutral-400\/80 {
  background-color: rgb(185 187 198 / 0.8)
}
.tw-bg-dt-neutral-400\/85 {
  background-color: rgb(185 187 198 / 0.85)
}
.tw-bg-dt-neutral-400\/90 {
  background-color: rgb(185 187 198 / 0.9)
}
.tw-bg-dt-neutral-400\/95 {
  background-color: rgb(185 187 198 / 0.95)
}
.tw-bg-dt-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-50\/0 {
  background-color: rgb(252 252 253 / 0)
}
.tw-bg-dt-neutral-50\/10 {
  background-color: rgb(252 252 253 / 0.1)
}
.tw-bg-dt-neutral-50\/100 {
  background-color: rgb(252 252 253 / 1)
}
.tw-bg-dt-neutral-50\/15 {
  background-color: rgb(252 252 253 / 0.15)
}
.tw-bg-dt-neutral-50\/20 {
  background-color: rgb(252 252 253 / 0.2)
}
.tw-bg-dt-neutral-50\/25 {
  background-color: rgb(252 252 253 / 0.25)
}
.tw-bg-dt-neutral-50\/30 {
  background-color: rgb(252 252 253 / 0.3)
}
.tw-bg-dt-neutral-50\/35 {
  background-color: rgb(252 252 253 / 0.35)
}
.tw-bg-dt-neutral-50\/40 {
  background-color: rgb(252 252 253 / 0.4)
}
.tw-bg-dt-neutral-50\/45 {
  background-color: rgb(252 252 253 / 0.45)
}
.tw-bg-dt-neutral-50\/5 {
  background-color: rgb(252 252 253 / 0.05)
}
.tw-bg-dt-neutral-50\/50 {
  background-color: rgb(252 252 253 / 0.5)
}
.tw-bg-dt-neutral-50\/55 {
  background-color: rgb(252 252 253 / 0.55)
}
.tw-bg-dt-neutral-50\/60 {
  background-color: rgb(252 252 253 / 0.6)
}
.tw-bg-dt-neutral-50\/65 {
  background-color: rgb(252 252 253 / 0.65)
}
.tw-bg-dt-neutral-50\/70 {
  background-color: rgb(252 252 253 / 0.7)
}
.tw-bg-dt-neutral-50\/75 {
  background-color: rgb(252 252 253 / 0.75)
}
.tw-bg-dt-neutral-50\/80 {
  background-color: rgb(252 252 253 / 0.8)
}
.tw-bg-dt-neutral-50\/85 {
  background-color: rgb(252 252 253 / 0.85)
}
.tw-bg-dt-neutral-50\/90 {
  background-color: rgb(252 252 253 / 0.9)
}
.tw-bg-dt-neutral-50\/95 {
  background-color: rgb(252 252 253 / 0.95)
}
.tw-bg-dt-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 141 152 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-500\/0 {
  background-color: rgb(139 141 152 / 0)
}
.tw-bg-dt-neutral-500\/10 {
  background-color: rgb(139 141 152 / 0.1)
}
.tw-bg-dt-neutral-500\/100 {
  background-color: rgb(139 141 152 / 1)
}
.tw-bg-dt-neutral-500\/15 {
  background-color: rgb(139 141 152 / 0.15)
}
.tw-bg-dt-neutral-500\/20 {
  background-color: rgb(139 141 152 / 0.2)
}
.tw-bg-dt-neutral-500\/25 {
  background-color: rgb(139 141 152 / 0.25)
}
.tw-bg-dt-neutral-500\/30 {
  background-color: rgb(139 141 152 / 0.3)
}
.tw-bg-dt-neutral-500\/35 {
  background-color: rgb(139 141 152 / 0.35)
}
.tw-bg-dt-neutral-500\/40 {
  background-color: rgb(139 141 152 / 0.4)
}
.tw-bg-dt-neutral-500\/45 {
  background-color: rgb(139 141 152 / 0.45)
}
.tw-bg-dt-neutral-500\/5 {
  background-color: rgb(139 141 152 / 0.05)
}
.tw-bg-dt-neutral-500\/50 {
  background-color: rgb(139 141 152 / 0.5)
}
.tw-bg-dt-neutral-500\/55 {
  background-color: rgb(139 141 152 / 0.55)
}
.tw-bg-dt-neutral-500\/60 {
  background-color: rgb(139 141 152 / 0.6)
}
.tw-bg-dt-neutral-500\/65 {
  background-color: rgb(139 141 152 / 0.65)
}
.tw-bg-dt-neutral-500\/70 {
  background-color: rgb(139 141 152 / 0.7)
}
.tw-bg-dt-neutral-500\/75 {
  background-color: rgb(139 141 152 / 0.75)
}
.tw-bg-dt-neutral-500\/80 {
  background-color: rgb(139 141 152 / 0.8)
}
.tw-bg-dt-neutral-500\/85 {
  background-color: rgb(139 141 152 / 0.85)
}
.tw-bg-dt-neutral-500\/90 {
  background-color: rgb(139 141 152 / 0.9)
}
.tw-bg-dt-neutral-500\/95 {
  background-color: rgb(139 141 152 / 0.95)
}
.tw-bg-dt-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 131 141 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-600\/0 {
  background-color: rgb(128 131 141 / 0)
}
.tw-bg-dt-neutral-600\/10 {
  background-color: rgb(128 131 141 / 0.1)
}
.tw-bg-dt-neutral-600\/100 {
  background-color: rgb(128 131 141 / 1)
}
.tw-bg-dt-neutral-600\/15 {
  background-color: rgb(128 131 141 / 0.15)
}
.tw-bg-dt-neutral-600\/20 {
  background-color: rgb(128 131 141 / 0.2)
}
.tw-bg-dt-neutral-600\/25 {
  background-color: rgb(128 131 141 / 0.25)
}
.tw-bg-dt-neutral-600\/30 {
  background-color: rgb(128 131 141 / 0.3)
}
.tw-bg-dt-neutral-600\/35 {
  background-color: rgb(128 131 141 / 0.35)
}
.tw-bg-dt-neutral-600\/40 {
  background-color: rgb(128 131 141 / 0.4)
}
.tw-bg-dt-neutral-600\/45 {
  background-color: rgb(128 131 141 / 0.45)
}
.tw-bg-dt-neutral-600\/5 {
  background-color: rgb(128 131 141 / 0.05)
}
.tw-bg-dt-neutral-600\/50 {
  background-color: rgb(128 131 141 / 0.5)
}
.tw-bg-dt-neutral-600\/55 {
  background-color: rgb(128 131 141 / 0.55)
}
.tw-bg-dt-neutral-600\/60 {
  background-color: rgb(128 131 141 / 0.6)
}
.tw-bg-dt-neutral-600\/65 {
  background-color: rgb(128 131 141 / 0.65)
}
.tw-bg-dt-neutral-600\/70 {
  background-color: rgb(128 131 141 / 0.7)
}
.tw-bg-dt-neutral-600\/75 {
  background-color: rgb(128 131 141 / 0.75)
}
.tw-bg-dt-neutral-600\/80 {
  background-color: rgb(128 131 141 / 0.8)
}
.tw-bg-dt-neutral-600\/85 {
  background-color: rgb(128 131 141 / 0.85)
}
.tw-bg-dt-neutral-600\/90 {
  background-color: rgb(128 131 141 / 0.9)
}
.tw-bg-dt-neutral-600\/95 {
  background-color: rgb(128 131 141 / 0.95)
}
.tw-bg-dt-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 100 108 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-700\/0 {
  background-color: rgb(96 100 108 / 0)
}
.tw-bg-dt-neutral-700\/10 {
  background-color: rgb(96 100 108 / 0.1)
}
.tw-bg-dt-neutral-700\/100 {
  background-color: rgb(96 100 108 / 1)
}
.tw-bg-dt-neutral-700\/15 {
  background-color: rgb(96 100 108 / 0.15)
}
.tw-bg-dt-neutral-700\/20 {
  background-color: rgb(96 100 108 / 0.2)
}
.tw-bg-dt-neutral-700\/25 {
  background-color: rgb(96 100 108 / 0.25)
}
.tw-bg-dt-neutral-700\/30 {
  background-color: rgb(96 100 108 / 0.3)
}
.tw-bg-dt-neutral-700\/35 {
  background-color: rgb(96 100 108 / 0.35)
}
.tw-bg-dt-neutral-700\/40 {
  background-color: rgb(96 100 108 / 0.4)
}
.tw-bg-dt-neutral-700\/45 {
  background-color: rgb(96 100 108 / 0.45)
}
.tw-bg-dt-neutral-700\/5 {
  background-color: rgb(96 100 108 / 0.05)
}
.tw-bg-dt-neutral-700\/50 {
  background-color: rgb(96 100 108 / 0.5)
}
.tw-bg-dt-neutral-700\/55 {
  background-color: rgb(96 100 108 / 0.55)
}
.tw-bg-dt-neutral-700\/60 {
  background-color: rgb(96 100 108 / 0.6)
}
.tw-bg-dt-neutral-700\/65 {
  background-color: rgb(96 100 108 / 0.65)
}
.tw-bg-dt-neutral-700\/70 {
  background-color: rgb(96 100 108 / 0.7)
}
.tw-bg-dt-neutral-700\/75 {
  background-color: rgb(96 100 108 / 0.75)
}
.tw-bg-dt-neutral-700\/80 {
  background-color: rgb(96 100 108 / 0.8)
}
.tw-bg-dt-neutral-700\/85 {
  background-color: rgb(96 100 108 / 0.85)
}
.tw-bg-dt-neutral-700\/90 {
  background-color: rgb(96 100 108 / 0.9)
}
.tw-bg-dt-neutral-700\/95 {
  background-color: rgb(96 100 108 / 0.95)
}
.tw-bg-dt-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 36 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-800\/0 {
  background-color: rgb(28 32 36 / 0)
}
.tw-bg-dt-neutral-800\/10 {
  background-color: rgb(28 32 36 / 0.1)
}
.tw-bg-dt-neutral-800\/100 {
  background-color: rgb(28 32 36 / 1)
}
.tw-bg-dt-neutral-800\/15 {
  background-color: rgb(28 32 36 / 0.15)
}
.tw-bg-dt-neutral-800\/20 {
  background-color: rgb(28 32 36 / 0.2)
}
.tw-bg-dt-neutral-800\/25 {
  background-color: rgb(28 32 36 / 0.25)
}
.tw-bg-dt-neutral-800\/30 {
  background-color: rgb(28 32 36 / 0.3)
}
.tw-bg-dt-neutral-800\/35 {
  background-color: rgb(28 32 36 / 0.35)
}
.tw-bg-dt-neutral-800\/40 {
  background-color: rgb(28 32 36 / 0.4)
}
.tw-bg-dt-neutral-800\/45 {
  background-color: rgb(28 32 36 / 0.45)
}
.tw-bg-dt-neutral-800\/5 {
  background-color: rgb(28 32 36 / 0.05)
}
.tw-bg-dt-neutral-800\/50 {
  background-color: rgb(28 32 36 / 0.5)
}
.tw-bg-dt-neutral-800\/55 {
  background-color: rgb(28 32 36 / 0.55)
}
.tw-bg-dt-neutral-800\/60 {
  background-color: rgb(28 32 36 / 0.6)
}
.tw-bg-dt-neutral-800\/65 {
  background-color: rgb(28 32 36 / 0.65)
}
.tw-bg-dt-neutral-800\/70 {
  background-color: rgb(28 32 36 / 0.7)
}
.tw-bg-dt-neutral-800\/75 {
  background-color: rgb(28 32 36 / 0.75)
}
.tw-bg-dt-neutral-800\/80 {
  background-color: rgb(28 32 36 / 0.8)
}
.tw-bg-dt-neutral-800\/85 {
  background-color: rgb(28 32 36 / 0.85)
}
.tw-bg-dt-neutral-800\/90 {
  background-color: rgb(28 32 36 / 0.9)
}
.tw-bg-dt-neutral-800\/95 {
  background-color: rgb(28 32 36 / 0.95)
}
.tw-bg-dt-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-neutral-900\/0 {
  background-color: rgb(0 0 0 / 0)
}
.tw-bg-dt-neutral-900\/10 {
  background-color: rgb(0 0 0 / 0.1)
}
.tw-bg-dt-neutral-900\/100 {
  background-color: rgb(0 0 0 / 1)
}
.tw-bg-dt-neutral-900\/15 {
  background-color: rgb(0 0 0 / 0.15)
}
.tw-bg-dt-neutral-900\/20 {
  background-color: rgb(0 0 0 / 0.2)
}
.tw-bg-dt-neutral-900\/25 {
  background-color: rgb(0 0 0 / 0.25)
}
.tw-bg-dt-neutral-900\/30 {
  background-color: rgb(0 0 0 / 0.3)
}
.tw-bg-dt-neutral-900\/35 {
  background-color: rgb(0 0 0 / 0.35)
}
.tw-bg-dt-neutral-900\/40 {
  background-color: rgb(0 0 0 / 0.4)
}
.tw-bg-dt-neutral-900\/45 {
  background-color: rgb(0 0 0 / 0.45)
}
.tw-bg-dt-neutral-900\/5 {
  background-color: rgb(0 0 0 / 0.05)
}
.tw-bg-dt-neutral-900\/50 {
  background-color: rgb(0 0 0 / 0.5)
}
.tw-bg-dt-neutral-900\/55 {
  background-color: rgb(0 0 0 / 0.55)
}
.tw-bg-dt-neutral-900\/60 {
  background-color: rgb(0 0 0 / 0.6)
}
.tw-bg-dt-neutral-900\/65 {
  background-color: rgb(0 0 0 / 0.65)
}
.tw-bg-dt-neutral-900\/70 {
  background-color: rgb(0 0 0 / 0.7)
}
.tw-bg-dt-neutral-900\/75 {
  background-color: rgb(0 0 0 / 0.75)
}
.tw-bg-dt-neutral-900\/80 {
  background-color: rgb(0 0 0 / 0.8)
}
.tw-bg-dt-neutral-900\/85 {
  background-color: rgb(0 0 0 / 0.85)
}
.tw-bg-dt-neutral-900\/90 {
  background-color: rgb(0 0 0 / 0.9)
}
.tw-bg-dt-neutral-900\/95 {
  background-color: rgb(0 0 0 / 0.95)
}
.tw-bg-dt-orange-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-1\/0 {
  background-color: rgb(254 252 251 / 0)
}
.tw-bg-dt-orange-1\/10 {
  background-color: rgb(254 252 251 / 0.1)
}
.tw-bg-dt-orange-1\/100 {
  background-color: rgb(254 252 251 / 1)
}
.tw-bg-dt-orange-1\/15 {
  background-color: rgb(254 252 251 / 0.15)
}
.tw-bg-dt-orange-1\/20 {
  background-color: rgb(254 252 251 / 0.2)
}
.tw-bg-dt-orange-1\/25 {
  background-color: rgb(254 252 251 / 0.25)
}
.tw-bg-dt-orange-1\/30 {
  background-color: rgb(254 252 251 / 0.3)
}
.tw-bg-dt-orange-1\/35 {
  background-color: rgb(254 252 251 / 0.35)
}
.tw-bg-dt-orange-1\/40 {
  background-color: rgb(254 252 251 / 0.4)
}
.tw-bg-dt-orange-1\/45 {
  background-color: rgb(254 252 251 / 0.45)
}
.tw-bg-dt-orange-1\/5 {
  background-color: rgb(254 252 251 / 0.05)
}
.tw-bg-dt-orange-1\/50 {
  background-color: rgb(254 252 251 / 0.5)
}
.tw-bg-dt-orange-1\/55 {
  background-color: rgb(254 252 251 / 0.55)
}
.tw-bg-dt-orange-1\/60 {
  background-color: rgb(254 252 251 / 0.6)
}
.tw-bg-dt-orange-1\/65 {
  background-color: rgb(254 252 251 / 0.65)
}
.tw-bg-dt-orange-1\/70 {
  background-color: rgb(254 252 251 / 0.7)
}
.tw-bg-dt-orange-1\/75 {
  background-color: rgb(254 252 251 / 0.75)
}
.tw-bg-dt-orange-1\/80 {
  background-color: rgb(254 252 251 / 0.8)
}
.tw-bg-dt-orange-1\/85 {
  background-color: rgb(254 252 251 / 0.85)
}
.tw-bg-dt-orange-1\/90 {
  background-color: rgb(254 252 251 / 0.9)
}
.tw-bg-dt-orange-1\/95 {
  background-color: rgb(254 252 251 / 0.95)
}
.tw-bg-dt-orange-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 95 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-10\/0 {
  background-color: rgb(239 95 0 / 0)
}
.tw-bg-dt-orange-10\/10 {
  background-color: rgb(239 95 0 / 0.1)
}
.tw-bg-dt-orange-10\/100 {
  background-color: rgb(239 95 0 / 1)
}
.tw-bg-dt-orange-10\/15 {
  background-color: rgb(239 95 0 / 0.15)
}
.tw-bg-dt-orange-10\/20 {
  background-color: rgb(239 95 0 / 0.2)
}
.tw-bg-dt-orange-10\/25 {
  background-color: rgb(239 95 0 / 0.25)
}
.tw-bg-dt-orange-10\/30 {
  background-color: rgb(239 95 0 / 0.3)
}
.tw-bg-dt-orange-10\/35 {
  background-color: rgb(239 95 0 / 0.35)
}
.tw-bg-dt-orange-10\/40 {
  background-color: rgb(239 95 0 / 0.4)
}
.tw-bg-dt-orange-10\/45 {
  background-color: rgb(239 95 0 / 0.45)
}
.tw-bg-dt-orange-10\/5 {
  background-color: rgb(239 95 0 / 0.05)
}
.tw-bg-dt-orange-10\/50 {
  background-color: rgb(239 95 0 / 0.5)
}
.tw-bg-dt-orange-10\/55 {
  background-color: rgb(239 95 0 / 0.55)
}
.tw-bg-dt-orange-10\/60 {
  background-color: rgb(239 95 0 / 0.6)
}
.tw-bg-dt-orange-10\/65 {
  background-color: rgb(239 95 0 / 0.65)
}
.tw-bg-dt-orange-10\/70 {
  background-color: rgb(239 95 0 / 0.7)
}
.tw-bg-dt-orange-10\/75 {
  background-color: rgb(239 95 0 / 0.75)
}
.tw-bg-dt-orange-10\/80 {
  background-color: rgb(239 95 0 / 0.8)
}
.tw-bg-dt-orange-10\/85 {
  background-color: rgb(239 95 0 / 0.85)
}
.tw-bg-dt-orange-10\/90 {
  background-color: rgb(239 95 0 / 0.9)
}
.tw-bg-dt-orange-10\/95 {
  background-color: rgb(239 95 0 / 0.95)
}
.tw-bg-dt-orange-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 78 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-11\/0 {
  background-color: rgb(204 78 0 / 0)
}
.tw-bg-dt-orange-11\/10 {
  background-color: rgb(204 78 0 / 0.1)
}
.tw-bg-dt-orange-11\/100 {
  background-color: rgb(204 78 0 / 1)
}
.tw-bg-dt-orange-11\/15 {
  background-color: rgb(204 78 0 / 0.15)
}
.tw-bg-dt-orange-11\/20 {
  background-color: rgb(204 78 0 / 0.2)
}
.tw-bg-dt-orange-11\/25 {
  background-color: rgb(204 78 0 / 0.25)
}
.tw-bg-dt-orange-11\/30 {
  background-color: rgb(204 78 0 / 0.3)
}
.tw-bg-dt-orange-11\/35 {
  background-color: rgb(204 78 0 / 0.35)
}
.tw-bg-dt-orange-11\/40 {
  background-color: rgb(204 78 0 / 0.4)
}
.tw-bg-dt-orange-11\/45 {
  background-color: rgb(204 78 0 / 0.45)
}
.tw-bg-dt-orange-11\/5 {
  background-color: rgb(204 78 0 / 0.05)
}
.tw-bg-dt-orange-11\/50 {
  background-color: rgb(204 78 0 / 0.5)
}
.tw-bg-dt-orange-11\/55 {
  background-color: rgb(204 78 0 / 0.55)
}
.tw-bg-dt-orange-11\/60 {
  background-color: rgb(204 78 0 / 0.6)
}
.tw-bg-dt-orange-11\/65 {
  background-color: rgb(204 78 0 / 0.65)
}
.tw-bg-dt-orange-11\/70 {
  background-color: rgb(204 78 0 / 0.7)
}
.tw-bg-dt-orange-11\/75 {
  background-color: rgb(204 78 0 / 0.75)
}
.tw-bg-dt-orange-11\/80 {
  background-color: rgb(204 78 0 / 0.8)
}
.tw-bg-dt-orange-11\/85 {
  background-color: rgb(204 78 0 / 0.85)
}
.tw-bg-dt-orange-11\/90 {
  background-color: rgb(204 78 0 / 0.9)
}
.tw-bg-dt-orange-11\/95 {
  background-color: rgb(204 78 0 / 0.95)
}
.tw-bg-dt-orange-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 45 29 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-12\/0 {
  background-color: rgb(88 45 29 / 0)
}
.tw-bg-dt-orange-12\/10 {
  background-color: rgb(88 45 29 / 0.1)
}
.tw-bg-dt-orange-12\/100 {
  background-color: rgb(88 45 29 / 1)
}
.tw-bg-dt-orange-12\/15 {
  background-color: rgb(88 45 29 / 0.15)
}
.tw-bg-dt-orange-12\/20 {
  background-color: rgb(88 45 29 / 0.2)
}
.tw-bg-dt-orange-12\/25 {
  background-color: rgb(88 45 29 / 0.25)
}
.tw-bg-dt-orange-12\/30 {
  background-color: rgb(88 45 29 / 0.3)
}
.tw-bg-dt-orange-12\/35 {
  background-color: rgb(88 45 29 / 0.35)
}
.tw-bg-dt-orange-12\/40 {
  background-color: rgb(88 45 29 / 0.4)
}
.tw-bg-dt-orange-12\/45 {
  background-color: rgb(88 45 29 / 0.45)
}
.tw-bg-dt-orange-12\/5 {
  background-color: rgb(88 45 29 / 0.05)
}
.tw-bg-dt-orange-12\/50 {
  background-color: rgb(88 45 29 / 0.5)
}
.tw-bg-dt-orange-12\/55 {
  background-color: rgb(88 45 29 / 0.55)
}
.tw-bg-dt-orange-12\/60 {
  background-color: rgb(88 45 29 / 0.6)
}
.tw-bg-dt-orange-12\/65 {
  background-color: rgb(88 45 29 / 0.65)
}
.tw-bg-dt-orange-12\/70 {
  background-color: rgb(88 45 29 / 0.7)
}
.tw-bg-dt-orange-12\/75 {
  background-color: rgb(88 45 29 / 0.75)
}
.tw-bg-dt-orange-12\/80 {
  background-color: rgb(88 45 29 / 0.8)
}
.tw-bg-dt-orange-12\/85 {
  background-color: rgb(88 45 29 / 0.85)
}
.tw-bg-dt-orange-12\/90 {
  background-color: rgb(88 45 29 / 0.9)
}
.tw-bg-dt-orange-12\/95 {
  background-color: rgb(88 45 29 / 0.95)
}
.tw-bg-dt-orange-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-2\/0 {
  background-color: rgb(255 247 237 / 0)
}
.tw-bg-dt-orange-2\/10 {
  background-color: rgb(255 247 237 / 0.1)
}
.tw-bg-dt-orange-2\/100 {
  background-color: rgb(255 247 237 / 1)
}
.tw-bg-dt-orange-2\/15 {
  background-color: rgb(255 247 237 / 0.15)
}
.tw-bg-dt-orange-2\/20 {
  background-color: rgb(255 247 237 / 0.2)
}
.tw-bg-dt-orange-2\/25 {
  background-color: rgb(255 247 237 / 0.25)
}
.tw-bg-dt-orange-2\/30 {
  background-color: rgb(255 247 237 / 0.3)
}
.tw-bg-dt-orange-2\/35 {
  background-color: rgb(255 247 237 / 0.35)
}
.tw-bg-dt-orange-2\/40 {
  background-color: rgb(255 247 237 / 0.4)
}
.tw-bg-dt-orange-2\/45 {
  background-color: rgb(255 247 237 / 0.45)
}
.tw-bg-dt-orange-2\/5 {
  background-color: rgb(255 247 237 / 0.05)
}
.tw-bg-dt-orange-2\/50 {
  background-color: rgb(255 247 237 / 0.5)
}
.tw-bg-dt-orange-2\/55 {
  background-color: rgb(255 247 237 / 0.55)
}
.tw-bg-dt-orange-2\/60 {
  background-color: rgb(255 247 237 / 0.6)
}
.tw-bg-dt-orange-2\/65 {
  background-color: rgb(255 247 237 / 0.65)
}
.tw-bg-dt-orange-2\/70 {
  background-color: rgb(255 247 237 / 0.7)
}
.tw-bg-dt-orange-2\/75 {
  background-color: rgb(255 247 237 / 0.75)
}
.tw-bg-dt-orange-2\/80 {
  background-color: rgb(255 247 237 / 0.8)
}
.tw-bg-dt-orange-2\/85 {
  background-color: rgb(255 247 237 / 0.85)
}
.tw-bg-dt-orange-2\/90 {
  background-color: rgb(255 247 237 / 0.9)
}
.tw-bg-dt-orange-2\/95 {
  background-color: rgb(255 247 237 / 0.95)
}
.tw-bg-dt-orange-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 214 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-3\/0 {
  background-color: rgb(255 239 214 / 0)
}
.tw-bg-dt-orange-3\/10 {
  background-color: rgb(255 239 214 / 0.1)
}
.tw-bg-dt-orange-3\/100 {
  background-color: rgb(255 239 214 / 1)
}
.tw-bg-dt-orange-3\/15 {
  background-color: rgb(255 239 214 / 0.15)
}
.tw-bg-dt-orange-3\/20 {
  background-color: rgb(255 239 214 / 0.2)
}
.tw-bg-dt-orange-3\/25 {
  background-color: rgb(255 239 214 / 0.25)
}
.tw-bg-dt-orange-3\/30 {
  background-color: rgb(255 239 214 / 0.3)
}
.tw-bg-dt-orange-3\/35 {
  background-color: rgb(255 239 214 / 0.35)
}
.tw-bg-dt-orange-3\/40 {
  background-color: rgb(255 239 214 / 0.4)
}
.tw-bg-dt-orange-3\/45 {
  background-color: rgb(255 239 214 / 0.45)
}
.tw-bg-dt-orange-3\/5 {
  background-color: rgb(255 239 214 / 0.05)
}
.tw-bg-dt-orange-3\/50 {
  background-color: rgb(255 239 214 / 0.5)
}
.tw-bg-dt-orange-3\/55 {
  background-color: rgb(255 239 214 / 0.55)
}
.tw-bg-dt-orange-3\/60 {
  background-color: rgb(255 239 214 / 0.6)
}
.tw-bg-dt-orange-3\/65 {
  background-color: rgb(255 239 214 / 0.65)
}
.tw-bg-dt-orange-3\/70 {
  background-color: rgb(255 239 214 / 0.7)
}
.tw-bg-dt-orange-3\/75 {
  background-color: rgb(255 239 214 / 0.75)
}
.tw-bg-dt-orange-3\/80 {
  background-color: rgb(255 239 214 / 0.8)
}
.tw-bg-dt-orange-3\/85 {
  background-color: rgb(255 239 214 / 0.85)
}
.tw-bg-dt-orange-3\/90 {
  background-color: rgb(255 239 214 / 0.9)
}
.tw-bg-dt-orange-3\/95 {
  background-color: rgb(255 239 214 / 0.95)
}
.tw-bg-dt-orange-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 181 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-4\/0 {
  background-color: rgb(255 223 181 / 0)
}
.tw-bg-dt-orange-4\/10 {
  background-color: rgb(255 223 181 / 0.1)
}
.tw-bg-dt-orange-4\/100 {
  background-color: rgb(255 223 181 / 1)
}
.tw-bg-dt-orange-4\/15 {
  background-color: rgb(255 223 181 / 0.15)
}
.tw-bg-dt-orange-4\/20 {
  background-color: rgb(255 223 181 / 0.2)
}
.tw-bg-dt-orange-4\/25 {
  background-color: rgb(255 223 181 / 0.25)
}
.tw-bg-dt-orange-4\/30 {
  background-color: rgb(255 223 181 / 0.3)
}
.tw-bg-dt-orange-4\/35 {
  background-color: rgb(255 223 181 / 0.35)
}
.tw-bg-dt-orange-4\/40 {
  background-color: rgb(255 223 181 / 0.4)
}
.tw-bg-dt-orange-4\/45 {
  background-color: rgb(255 223 181 / 0.45)
}
.tw-bg-dt-orange-4\/5 {
  background-color: rgb(255 223 181 / 0.05)
}
.tw-bg-dt-orange-4\/50 {
  background-color: rgb(255 223 181 / 0.5)
}
.tw-bg-dt-orange-4\/55 {
  background-color: rgb(255 223 181 / 0.55)
}
.tw-bg-dt-orange-4\/60 {
  background-color: rgb(255 223 181 / 0.6)
}
.tw-bg-dt-orange-4\/65 {
  background-color: rgb(255 223 181 / 0.65)
}
.tw-bg-dt-orange-4\/70 {
  background-color: rgb(255 223 181 / 0.7)
}
.tw-bg-dt-orange-4\/75 {
  background-color: rgb(255 223 181 / 0.75)
}
.tw-bg-dt-orange-4\/80 {
  background-color: rgb(255 223 181 / 0.8)
}
.tw-bg-dt-orange-4\/85 {
  background-color: rgb(255 223 181 / 0.85)
}
.tw-bg-dt-orange-4\/90 {
  background-color: rgb(255 223 181 / 0.9)
}
.tw-bg-dt-orange-4\/95 {
  background-color: rgb(255 223 181 / 0.95)
}
.tw-bg-dt-orange-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 154 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-5\/0 {
  background-color: rgb(255 209 154 / 0)
}
.tw-bg-dt-orange-5\/10 {
  background-color: rgb(255 209 154 / 0.1)
}
.tw-bg-dt-orange-5\/100 {
  background-color: rgb(255 209 154 / 1)
}
.tw-bg-dt-orange-5\/15 {
  background-color: rgb(255 209 154 / 0.15)
}
.tw-bg-dt-orange-5\/20 {
  background-color: rgb(255 209 154 / 0.2)
}
.tw-bg-dt-orange-5\/25 {
  background-color: rgb(255 209 154 / 0.25)
}
.tw-bg-dt-orange-5\/30 {
  background-color: rgb(255 209 154 / 0.3)
}
.tw-bg-dt-orange-5\/35 {
  background-color: rgb(255 209 154 / 0.35)
}
.tw-bg-dt-orange-5\/40 {
  background-color: rgb(255 209 154 / 0.4)
}
.tw-bg-dt-orange-5\/45 {
  background-color: rgb(255 209 154 / 0.45)
}
.tw-bg-dt-orange-5\/5 {
  background-color: rgb(255 209 154 / 0.05)
}
.tw-bg-dt-orange-5\/50 {
  background-color: rgb(255 209 154 / 0.5)
}
.tw-bg-dt-orange-5\/55 {
  background-color: rgb(255 209 154 / 0.55)
}
.tw-bg-dt-orange-5\/60 {
  background-color: rgb(255 209 154 / 0.6)
}
.tw-bg-dt-orange-5\/65 {
  background-color: rgb(255 209 154 / 0.65)
}
.tw-bg-dt-orange-5\/70 {
  background-color: rgb(255 209 154 / 0.7)
}
.tw-bg-dt-orange-5\/75 {
  background-color: rgb(255 209 154 / 0.75)
}
.tw-bg-dt-orange-5\/80 {
  background-color: rgb(255 209 154 / 0.8)
}
.tw-bg-dt-orange-5\/85 {
  background-color: rgb(255 209 154 / 0.85)
}
.tw-bg-dt-orange-5\/90 {
  background-color: rgb(255 209 154 / 0.9)
}
.tw-bg-dt-orange-5\/95 {
  background-color: rgb(255 209 154 / 0.95)
}
.tw-bg-dt-orange-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 130 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-6\/0 {
  background-color: rgb(255 193 130 / 0)
}
.tw-bg-dt-orange-6\/10 {
  background-color: rgb(255 193 130 / 0.1)
}
.tw-bg-dt-orange-6\/100 {
  background-color: rgb(255 193 130 / 1)
}
.tw-bg-dt-orange-6\/15 {
  background-color: rgb(255 193 130 / 0.15)
}
.tw-bg-dt-orange-6\/20 {
  background-color: rgb(255 193 130 / 0.2)
}
.tw-bg-dt-orange-6\/25 {
  background-color: rgb(255 193 130 / 0.25)
}
.tw-bg-dt-orange-6\/30 {
  background-color: rgb(255 193 130 / 0.3)
}
.tw-bg-dt-orange-6\/35 {
  background-color: rgb(255 193 130 / 0.35)
}
.tw-bg-dt-orange-6\/40 {
  background-color: rgb(255 193 130 / 0.4)
}
.tw-bg-dt-orange-6\/45 {
  background-color: rgb(255 193 130 / 0.45)
}
.tw-bg-dt-orange-6\/5 {
  background-color: rgb(255 193 130 / 0.05)
}
.tw-bg-dt-orange-6\/50 {
  background-color: rgb(255 193 130 / 0.5)
}
.tw-bg-dt-orange-6\/55 {
  background-color: rgb(255 193 130 / 0.55)
}
.tw-bg-dt-orange-6\/60 {
  background-color: rgb(255 193 130 / 0.6)
}
.tw-bg-dt-orange-6\/65 {
  background-color: rgb(255 193 130 / 0.65)
}
.tw-bg-dt-orange-6\/70 {
  background-color: rgb(255 193 130 / 0.7)
}
.tw-bg-dt-orange-6\/75 {
  background-color: rgb(255 193 130 / 0.75)
}
.tw-bg-dt-orange-6\/80 {
  background-color: rgb(255 193 130 / 0.8)
}
.tw-bg-dt-orange-6\/85 {
  background-color: rgb(255 193 130 / 0.85)
}
.tw-bg-dt-orange-6\/90 {
  background-color: rgb(255 193 130 / 0.9)
}
.tw-bg-dt-orange-6\/95 {
  background-color: rgb(255 193 130 / 0.95)
}
.tw-bg-dt-orange-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 174 115 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-7\/0 {
  background-color: rgb(245 174 115 / 0)
}
.tw-bg-dt-orange-7\/10 {
  background-color: rgb(245 174 115 / 0.1)
}
.tw-bg-dt-orange-7\/100 {
  background-color: rgb(245 174 115 / 1)
}
.tw-bg-dt-orange-7\/15 {
  background-color: rgb(245 174 115 / 0.15)
}
.tw-bg-dt-orange-7\/20 {
  background-color: rgb(245 174 115 / 0.2)
}
.tw-bg-dt-orange-7\/25 {
  background-color: rgb(245 174 115 / 0.25)
}
.tw-bg-dt-orange-7\/30 {
  background-color: rgb(245 174 115 / 0.3)
}
.tw-bg-dt-orange-7\/35 {
  background-color: rgb(245 174 115 / 0.35)
}
.tw-bg-dt-orange-7\/40 {
  background-color: rgb(245 174 115 / 0.4)
}
.tw-bg-dt-orange-7\/45 {
  background-color: rgb(245 174 115 / 0.45)
}
.tw-bg-dt-orange-7\/5 {
  background-color: rgb(245 174 115 / 0.05)
}
.tw-bg-dt-orange-7\/50 {
  background-color: rgb(245 174 115 / 0.5)
}
.tw-bg-dt-orange-7\/55 {
  background-color: rgb(245 174 115 / 0.55)
}
.tw-bg-dt-orange-7\/60 {
  background-color: rgb(245 174 115 / 0.6)
}
.tw-bg-dt-orange-7\/65 {
  background-color: rgb(245 174 115 / 0.65)
}
.tw-bg-dt-orange-7\/70 {
  background-color: rgb(245 174 115 / 0.7)
}
.tw-bg-dt-orange-7\/75 {
  background-color: rgb(245 174 115 / 0.75)
}
.tw-bg-dt-orange-7\/80 {
  background-color: rgb(245 174 115 / 0.8)
}
.tw-bg-dt-orange-7\/85 {
  background-color: rgb(245 174 115 / 0.85)
}
.tw-bg-dt-orange-7\/90 {
  background-color: rgb(245 174 115 / 0.9)
}
.tw-bg-dt-orange-7\/95 {
  background-color: rgb(245 174 115 / 0.95)
}
.tw-bg-dt-orange-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 148 85 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-8\/0 {
  background-color: rgb(236 148 85 / 0)
}
.tw-bg-dt-orange-8\/10 {
  background-color: rgb(236 148 85 / 0.1)
}
.tw-bg-dt-orange-8\/100 {
  background-color: rgb(236 148 85 / 1)
}
.tw-bg-dt-orange-8\/15 {
  background-color: rgb(236 148 85 / 0.15)
}
.tw-bg-dt-orange-8\/20 {
  background-color: rgb(236 148 85 / 0.2)
}
.tw-bg-dt-orange-8\/25 {
  background-color: rgb(236 148 85 / 0.25)
}
.tw-bg-dt-orange-8\/30 {
  background-color: rgb(236 148 85 / 0.3)
}
.tw-bg-dt-orange-8\/35 {
  background-color: rgb(236 148 85 / 0.35)
}
.tw-bg-dt-orange-8\/40 {
  background-color: rgb(236 148 85 / 0.4)
}
.tw-bg-dt-orange-8\/45 {
  background-color: rgb(236 148 85 / 0.45)
}
.tw-bg-dt-orange-8\/5 {
  background-color: rgb(236 148 85 / 0.05)
}
.tw-bg-dt-orange-8\/50 {
  background-color: rgb(236 148 85 / 0.5)
}
.tw-bg-dt-orange-8\/55 {
  background-color: rgb(236 148 85 / 0.55)
}
.tw-bg-dt-orange-8\/60 {
  background-color: rgb(236 148 85 / 0.6)
}
.tw-bg-dt-orange-8\/65 {
  background-color: rgb(236 148 85 / 0.65)
}
.tw-bg-dt-orange-8\/70 {
  background-color: rgb(236 148 85 / 0.7)
}
.tw-bg-dt-orange-8\/75 {
  background-color: rgb(236 148 85 / 0.75)
}
.tw-bg-dt-orange-8\/80 {
  background-color: rgb(236 148 85 / 0.8)
}
.tw-bg-dt-orange-8\/85 {
  background-color: rgb(236 148 85 / 0.85)
}
.tw-bg-dt-orange-8\/90 {
  background-color: rgb(236 148 85 / 0.9)
}
.tw-bg-dt-orange-8\/95 {
  background-color: rgb(236 148 85 / 0.95)
}
.tw-bg-dt-orange-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 107 21 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-orange-9\/0 {
  background-color: rgb(247 107 21 / 0)
}
.tw-bg-dt-orange-9\/10 {
  background-color: rgb(247 107 21 / 0.1)
}
.tw-bg-dt-orange-9\/100 {
  background-color: rgb(247 107 21 / 1)
}
.tw-bg-dt-orange-9\/15 {
  background-color: rgb(247 107 21 / 0.15)
}
.tw-bg-dt-orange-9\/20 {
  background-color: rgb(247 107 21 / 0.2)
}
.tw-bg-dt-orange-9\/25 {
  background-color: rgb(247 107 21 / 0.25)
}
.tw-bg-dt-orange-9\/30 {
  background-color: rgb(247 107 21 / 0.3)
}
.tw-bg-dt-orange-9\/35 {
  background-color: rgb(247 107 21 / 0.35)
}
.tw-bg-dt-orange-9\/40 {
  background-color: rgb(247 107 21 / 0.4)
}
.tw-bg-dt-orange-9\/45 {
  background-color: rgb(247 107 21 / 0.45)
}
.tw-bg-dt-orange-9\/5 {
  background-color: rgb(247 107 21 / 0.05)
}
.tw-bg-dt-orange-9\/50 {
  background-color: rgb(247 107 21 / 0.5)
}
.tw-bg-dt-orange-9\/55 {
  background-color: rgb(247 107 21 / 0.55)
}
.tw-bg-dt-orange-9\/60 {
  background-color: rgb(247 107 21 / 0.6)
}
.tw-bg-dt-orange-9\/65 {
  background-color: rgb(247 107 21 / 0.65)
}
.tw-bg-dt-orange-9\/70 {
  background-color: rgb(247 107 21 / 0.7)
}
.tw-bg-dt-orange-9\/75 {
  background-color: rgb(247 107 21 / 0.75)
}
.tw-bg-dt-orange-9\/80 {
  background-color: rgb(247 107 21 / 0.8)
}
.tw-bg-dt-orange-9\/85 {
  background-color: rgb(247 107 21 / 0.85)
}
.tw-bg-dt-orange-9\/90 {
  background-color: rgb(247 107 21 / 0.9)
}
.tw-bg-dt-orange-9\/95 {
  background-color: rgb(247 107 21 / 0.95)
}
.tw-bg-dt-out-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-out-100\/0 {
  background-color: rgb(255 248 247 / 0)
}
.tw-bg-dt-out-100\/10 {
  background-color: rgb(255 248 247 / 0.1)
}
.tw-bg-dt-out-100\/100 {
  background-color: rgb(255 248 247 / 1)
}
.tw-bg-dt-out-100\/15 {
  background-color: rgb(255 248 247 / 0.15)
}
.tw-bg-dt-out-100\/20 {
  background-color: rgb(255 248 247 / 0.2)
}
.tw-bg-dt-out-100\/25 {
  background-color: rgb(255 248 247 / 0.25)
}
.tw-bg-dt-out-100\/30 {
  background-color: rgb(255 248 247 / 0.3)
}
.tw-bg-dt-out-100\/35 {
  background-color: rgb(255 248 247 / 0.35)
}
.tw-bg-dt-out-100\/40 {
  background-color: rgb(255 248 247 / 0.4)
}
.tw-bg-dt-out-100\/45 {
  background-color: rgb(255 248 247 / 0.45)
}
.tw-bg-dt-out-100\/5 {
  background-color: rgb(255 248 247 / 0.05)
}
.tw-bg-dt-out-100\/50 {
  background-color: rgb(255 248 247 / 0.5)
}
.tw-bg-dt-out-100\/55 {
  background-color: rgb(255 248 247 / 0.55)
}
.tw-bg-dt-out-100\/60 {
  background-color: rgb(255 248 247 / 0.6)
}
.tw-bg-dt-out-100\/65 {
  background-color: rgb(255 248 247 / 0.65)
}
.tw-bg-dt-out-100\/70 {
  background-color: rgb(255 248 247 / 0.7)
}
.tw-bg-dt-out-100\/75 {
  background-color: rgb(255 248 247 / 0.75)
}
.tw-bg-dt-out-100\/80 {
  background-color: rgb(255 248 247 / 0.8)
}
.tw-bg-dt-out-100\/85 {
  background-color: rgb(255 248 247 / 0.85)
}
.tw-bg-dt-out-100\/90 {
  background-color: rgb(255 248 247 / 0.9)
}
.tw-bg-dt-out-100\/95 {
  background-color: rgb(255 248 247 / 0.95)
}
.tw-bg-dt-out-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 231 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-out-200\/0 {
  background-color: rgb(254 235 231 / 0)
}
.tw-bg-dt-out-200\/10 {
  background-color: rgb(254 235 231 / 0.1)
}
.tw-bg-dt-out-200\/100 {
  background-color: rgb(254 235 231 / 1)
}
.tw-bg-dt-out-200\/15 {
  background-color: rgb(254 235 231 / 0.15)
}
.tw-bg-dt-out-200\/20 {
  background-color: rgb(254 235 231 / 0.2)
}
.tw-bg-dt-out-200\/25 {
  background-color: rgb(254 235 231 / 0.25)
}
.tw-bg-dt-out-200\/30 {
  background-color: rgb(254 235 231 / 0.3)
}
.tw-bg-dt-out-200\/35 {
  background-color: rgb(254 235 231 / 0.35)
}
.tw-bg-dt-out-200\/40 {
  background-color: rgb(254 235 231 / 0.4)
}
.tw-bg-dt-out-200\/45 {
  background-color: rgb(254 235 231 / 0.45)
}
.tw-bg-dt-out-200\/5 {
  background-color: rgb(254 235 231 / 0.05)
}
.tw-bg-dt-out-200\/50 {
  background-color: rgb(254 235 231 / 0.5)
}
.tw-bg-dt-out-200\/55 {
  background-color: rgb(254 235 231 / 0.55)
}
.tw-bg-dt-out-200\/60 {
  background-color: rgb(254 235 231 / 0.6)
}
.tw-bg-dt-out-200\/65 {
  background-color: rgb(254 235 231 / 0.65)
}
.tw-bg-dt-out-200\/70 {
  background-color: rgb(254 235 231 / 0.7)
}
.tw-bg-dt-out-200\/75 {
  background-color: rgb(254 235 231 / 0.75)
}
.tw-bg-dt-out-200\/80 {
  background-color: rgb(254 235 231 / 0.8)
}
.tw-bg-dt-out-200\/85 {
  background-color: rgb(254 235 231 / 0.85)
}
.tw-bg-dt-out-200\/90 {
  background-color: rgb(254 235 231 / 0.9)
}
.tw-bg-dt-out-200\/95 {
  background-color: rgb(254 235 231 / 0.95)
}
.tw-bg-dt-out-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 168 152 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-out-300\/0 {
  background-color: rgb(245 168 152 / 0)
}
.tw-bg-dt-out-300\/10 {
  background-color: rgb(245 168 152 / 0.1)
}
.tw-bg-dt-out-300\/100 {
  background-color: rgb(245 168 152 / 1)
}
.tw-bg-dt-out-300\/15 {
  background-color: rgb(245 168 152 / 0.15)
}
.tw-bg-dt-out-300\/20 {
  background-color: rgb(245 168 152 / 0.2)
}
.tw-bg-dt-out-300\/25 {
  background-color: rgb(245 168 152 / 0.25)
}
.tw-bg-dt-out-300\/30 {
  background-color: rgb(245 168 152 / 0.3)
}
.tw-bg-dt-out-300\/35 {
  background-color: rgb(245 168 152 / 0.35)
}
.tw-bg-dt-out-300\/40 {
  background-color: rgb(245 168 152 / 0.4)
}
.tw-bg-dt-out-300\/45 {
  background-color: rgb(245 168 152 / 0.45)
}
.tw-bg-dt-out-300\/5 {
  background-color: rgb(245 168 152 / 0.05)
}
.tw-bg-dt-out-300\/50 {
  background-color: rgb(245 168 152 / 0.5)
}
.tw-bg-dt-out-300\/55 {
  background-color: rgb(245 168 152 / 0.55)
}
.tw-bg-dt-out-300\/60 {
  background-color: rgb(245 168 152 / 0.6)
}
.tw-bg-dt-out-300\/65 {
  background-color: rgb(245 168 152 / 0.65)
}
.tw-bg-dt-out-300\/70 {
  background-color: rgb(245 168 152 / 0.7)
}
.tw-bg-dt-out-300\/75 {
  background-color: rgb(245 168 152 / 0.75)
}
.tw-bg-dt-out-300\/80 {
  background-color: rgb(245 168 152 / 0.8)
}
.tw-bg-dt-out-300\/85 {
  background-color: rgb(245 168 152 / 0.85)
}
.tw-bg-dt-out-300\/90 {
  background-color: rgb(245 168 152 / 0.9)
}
.tw-bg-dt-out-300\/95 {
  background-color: rgb(245 168 152 / 0.95)
}
.tw-bg-dt-out-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 68 37 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-out-400\/0 {
  background-color: rgb(221 68 37 / 0)
}
.tw-bg-dt-out-400\/10 {
  background-color: rgb(221 68 37 / 0.1)
}
.tw-bg-dt-out-400\/100 {
  background-color: rgb(221 68 37 / 1)
}
.tw-bg-dt-out-400\/15 {
  background-color: rgb(221 68 37 / 0.15)
}
.tw-bg-dt-out-400\/20 {
  background-color: rgb(221 68 37 / 0.2)
}
.tw-bg-dt-out-400\/25 {
  background-color: rgb(221 68 37 / 0.25)
}
.tw-bg-dt-out-400\/30 {
  background-color: rgb(221 68 37 / 0.3)
}
.tw-bg-dt-out-400\/35 {
  background-color: rgb(221 68 37 / 0.35)
}
.tw-bg-dt-out-400\/40 {
  background-color: rgb(221 68 37 / 0.4)
}
.tw-bg-dt-out-400\/45 {
  background-color: rgb(221 68 37 / 0.45)
}
.tw-bg-dt-out-400\/5 {
  background-color: rgb(221 68 37 / 0.05)
}
.tw-bg-dt-out-400\/50 {
  background-color: rgb(221 68 37 / 0.5)
}
.tw-bg-dt-out-400\/55 {
  background-color: rgb(221 68 37 / 0.55)
}
.tw-bg-dt-out-400\/60 {
  background-color: rgb(221 68 37 / 0.6)
}
.tw-bg-dt-out-400\/65 {
  background-color: rgb(221 68 37 / 0.65)
}
.tw-bg-dt-out-400\/70 {
  background-color: rgb(221 68 37 / 0.7)
}
.tw-bg-dt-out-400\/75 {
  background-color: rgb(221 68 37 / 0.75)
}
.tw-bg-dt-out-400\/80 {
  background-color: rgb(221 68 37 / 0.8)
}
.tw-bg-dt-out-400\/85 {
  background-color: rgb(221 68 37 / 0.85)
}
.tw-bg-dt-out-400\/90 {
  background-color: rgb(221 68 37 / 0.9)
}
.tw-bg-dt-out-400\/95 {
  background-color: rgb(221 68 37 / 0.95)
}
.tw-bg-dt-out-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 52 21 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-out-500\/0 {
  background-color: rgb(209 52 21 / 0)
}
.tw-bg-dt-out-500\/10 {
  background-color: rgb(209 52 21 / 0.1)
}
.tw-bg-dt-out-500\/100 {
  background-color: rgb(209 52 21 / 1)
}
.tw-bg-dt-out-500\/15 {
  background-color: rgb(209 52 21 / 0.15)
}
.tw-bg-dt-out-500\/20 {
  background-color: rgb(209 52 21 / 0.2)
}
.tw-bg-dt-out-500\/25 {
  background-color: rgb(209 52 21 / 0.25)
}
.tw-bg-dt-out-500\/30 {
  background-color: rgb(209 52 21 / 0.3)
}
.tw-bg-dt-out-500\/35 {
  background-color: rgb(209 52 21 / 0.35)
}
.tw-bg-dt-out-500\/40 {
  background-color: rgb(209 52 21 / 0.4)
}
.tw-bg-dt-out-500\/45 {
  background-color: rgb(209 52 21 / 0.45)
}
.tw-bg-dt-out-500\/5 {
  background-color: rgb(209 52 21 / 0.05)
}
.tw-bg-dt-out-500\/50 {
  background-color: rgb(209 52 21 / 0.5)
}
.tw-bg-dt-out-500\/55 {
  background-color: rgb(209 52 21 / 0.55)
}
.tw-bg-dt-out-500\/60 {
  background-color: rgb(209 52 21 / 0.6)
}
.tw-bg-dt-out-500\/65 {
  background-color: rgb(209 52 21 / 0.65)
}
.tw-bg-dt-out-500\/70 {
  background-color: rgb(209 52 21 / 0.7)
}
.tw-bg-dt-out-500\/75 {
  background-color: rgb(209 52 21 / 0.75)
}
.tw-bg-dt-out-500\/80 {
  background-color: rgb(209 52 21 / 0.8)
}
.tw-bg-dt-out-500\/85 {
  background-color: rgb(209 52 21 / 0.85)
}
.tw-bg-dt-out-500\/90 {
  background-color: rgb(209 52 21 / 0.9)
}
.tw-bg-dt-out-500\/95 {
  background-color: rgb(209 52 21 / 0.95)
}
.tw-bg-dt-out-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 39 31 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-out-600\/0 {
  background-color: rgb(92 39 31 / 0)
}
.tw-bg-dt-out-600\/10 {
  background-color: rgb(92 39 31 / 0.1)
}
.tw-bg-dt-out-600\/100 {
  background-color: rgb(92 39 31 / 1)
}
.tw-bg-dt-out-600\/15 {
  background-color: rgb(92 39 31 / 0.15)
}
.tw-bg-dt-out-600\/20 {
  background-color: rgb(92 39 31 / 0.2)
}
.tw-bg-dt-out-600\/25 {
  background-color: rgb(92 39 31 / 0.25)
}
.tw-bg-dt-out-600\/30 {
  background-color: rgb(92 39 31 / 0.3)
}
.tw-bg-dt-out-600\/35 {
  background-color: rgb(92 39 31 / 0.35)
}
.tw-bg-dt-out-600\/40 {
  background-color: rgb(92 39 31 / 0.4)
}
.tw-bg-dt-out-600\/45 {
  background-color: rgb(92 39 31 / 0.45)
}
.tw-bg-dt-out-600\/5 {
  background-color: rgb(92 39 31 / 0.05)
}
.tw-bg-dt-out-600\/50 {
  background-color: rgb(92 39 31 / 0.5)
}
.tw-bg-dt-out-600\/55 {
  background-color: rgb(92 39 31 / 0.55)
}
.tw-bg-dt-out-600\/60 {
  background-color: rgb(92 39 31 / 0.6)
}
.tw-bg-dt-out-600\/65 {
  background-color: rgb(92 39 31 / 0.65)
}
.tw-bg-dt-out-600\/70 {
  background-color: rgb(92 39 31 / 0.7)
}
.tw-bg-dt-out-600\/75 {
  background-color: rgb(92 39 31 / 0.75)
}
.tw-bg-dt-out-600\/80 {
  background-color: rgb(92 39 31 / 0.8)
}
.tw-bg-dt-out-600\/85 {
  background-color: rgb(92 39 31 / 0.85)
}
.tw-bg-dt-out-600\/90 {
  background-color: rgb(92 39 31 / 0.9)
}
.tw-bg-dt-out-600\/95 {
  background-color: rgb(92 39 31 / 0.95)
}
.tw-bg-dt-overlay-dark-high {
  background-color: rgba(0,0,0,0.4)
}
.tw-bg-dt-overlay-dark-high\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-overlay-dark-high\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-overlay-dark-high\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-overlay-dark-high\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-overlay-dark-high\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-overlay-dark-high\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-overlay-dark-high\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-overlay-dark-high\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-overlay-dark-high\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-overlay-dark-high\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-overlay-dark-high\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-overlay-dark-high\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-overlay-dark-high\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-overlay-dark-high\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-overlay-dark-high\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-overlay-dark-high\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-overlay-dark-high\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-overlay-dark-high\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-overlay-dark-high\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-overlay-dark-high\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-overlay-dark-high\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-overlay-dark-higher {
  background-color: rgba(0,0,0,0.6)
}
.tw-bg-dt-overlay-dark-higher\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-overlay-dark-higher\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-overlay-dark-higher\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-overlay-dark-higher\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-overlay-dark-higher\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-overlay-dark-higher\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-overlay-dark-higher\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-overlay-dark-higher\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-overlay-dark-higher\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-overlay-dark-higher\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-overlay-dark-higher\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-overlay-dark-higher\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-overlay-dark-higher\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-overlay-dark-higher\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-overlay-dark-higher\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-overlay-dark-higher\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-overlay-dark-higher\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-overlay-dark-higher\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-overlay-dark-higher\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-overlay-dark-higher\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-overlay-dark-higher\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-overlay-dark-low {
  background-color: rgba(0,0,0,0.1)
}
.tw-bg-dt-overlay-dark-low\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-overlay-dark-low\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-overlay-dark-low\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-overlay-dark-low\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-overlay-dark-low\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-overlay-dark-low\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-overlay-dark-low\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-overlay-dark-low\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-overlay-dark-low\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-overlay-dark-low\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-overlay-dark-low\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-overlay-dark-low\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-overlay-dark-low\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-overlay-dark-low\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-overlay-dark-low\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-overlay-dark-low\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-overlay-dark-low\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-overlay-dark-low\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-overlay-dark-low\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-overlay-dark-low\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-overlay-dark-low\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-overlay-dark-lower {
  background-color: rgba(0,0,0,0.05)
}
.tw-bg-dt-overlay-dark-lower\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-overlay-dark-lower\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-overlay-dark-lower\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-overlay-dark-lower\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-overlay-dark-lower\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-overlay-dark-lower\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-overlay-dark-lower\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-overlay-dark-lower\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-overlay-dark-lower\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-overlay-dark-lower\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-overlay-dark-lower\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-overlay-dark-lower\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-overlay-dark-lower\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-overlay-dark-lower\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-overlay-dark-lower\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-overlay-dark-lower\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-overlay-dark-lower\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-overlay-dark-lower\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-overlay-dark-lower\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-overlay-dark-lower\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-overlay-dark-lower\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-overlay-dark-medium {
  background-color: rgba(0,0,0,0.2)
}
.tw-bg-dt-overlay-dark-medium\/0 {
  background-color: rgba(0, 0, 0, 0)
}
.tw-bg-dt-overlay-dark-medium\/10 {
  background-color: rgba(0, 0, 0, 0.1)
}
.tw-bg-dt-overlay-dark-medium\/100 {
  background-color: rgba(0, 0, 0, 1)
}
.tw-bg-dt-overlay-dark-medium\/15 {
  background-color: rgba(0, 0, 0, 0.15)
}
.tw-bg-dt-overlay-dark-medium\/20 {
  background-color: rgba(0, 0, 0, 0.2)
}
.tw-bg-dt-overlay-dark-medium\/25 {
  background-color: rgba(0, 0, 0, 0.25)
}
.tw-bg-dt-overlay-dark-medium\/30 {
  background-color: rgba(0, 0, 0, 0.3)
}
.tw-bg-dt-overlay-dark-medium\/35 {
  background-color: rgba(0, 0, 0, 0.35)
}
.tw-bg-dt-overlay-dark-medium\/40 {
  background-color: rgba(0, 0, 0, 0.4)
}
.tw-bg-dt-overlay-dark-medium\/45 {
  background-color: rgba(0, 0, 0, 0.45)
}
.tw-bg-dt-overlay-dark-medium\/5 {
  background-color: rgba(0, 0, 0, 0.05)
}
.tw-bg-dt-overlay-dark-medium\/50 {
  background-color: rgba(0, 0, 0, 0.5)
}
.tw-bg-dt-overlay-dark-medium\/55 {
  background-color: rgba(0, 0, 0, 0.55)
}
.tw-bg-dt-overlay-dark-medium\/60 {
  background-color: rgba(0, 0, 0, 0.6)
}
.tw-bg-dt-overlay-dark-medium\/65 {
  background-color: rgba(0, 0, 0, 0.65)
}
.tw-bg-dt-overlay-dark-medium\/70 {
  background-color: rgba(0, 0, 0, 0.7)
}
.tw-bg-dt-overlay-dark-medium\/75 {
  background-color: rgba(0, 0, 0, 0.75)
}
.tw-bg-dt-overlay-dark-medium\/80 {
  background-color: rgba(0, 0, 0, 0.8)
}
.tw-bg-dt-overlay-dark-medium\/85 {
  background-color: rgba(0, 0, 0, 0.85)
}
.tw-bg-dt-overlay-dark-medium\/90 {
  background-color: rgba(0, 0, 0, 0.9)
}
.tw-bg-dt-overlay-dark-medium\/95 {
  background-color: rgba(0, 0, 0, 0.95)
}
.tw-bg-dt-overlay-glow-medium {
  background-color: rgba(0,210,205,0.239)
}
.tw-bg-dt-overlay-glow-medium\/0 {
  background-color: rgba(0, 210, 205, 0)
}
.tw-bg-dt-overlay-glow-medium\/10 {
  background-color: rgba(0, 210, 205, 0.1)
}
.tw-bg-dt-overlay-glow-medium\/100 {
  background-color: rgba(0, 210, 205, 1)
}
.tw-bg-dt-overlay-glow-medium\/15 {
  background-color: rgba(0, 210, 205, 0.15)
}
.tw-bg-dt-overlay-glow-medium\/20 {
  background-color: rgba(0, 210, 205, 0.2)
}
.tw-bg-dt-overlay-glow-medium\/25 {
  background-color: rgba(0, 210, 205, 0.25)
}
.tw-bg-dt-overlay-glow-medium\/30 {
  background-color: rgba(0, 210, 205, 0.3)
}
.tw-bg-dt-overlay-glow-medium\/35 {
  background-color: rgba(0, 210, 205, 0.35)
}
.tw-bg-dt-overlay-glow-medium\/40 {
  background-color: rgba(0, 210, 205, 0.4)
}
.tw-bg-dt-overlay-glow-medium\/45 {
  background-color: rgba(0, 210, 205, 0.45)
}
.tw-bg-dt-overlay-glow-medium\/5 {
  background-color: rgba(0, 210, 205, 0.05)
}
.tw-bg-dt-overlay-glow-medium\/50 {
  background-color: rgba(0, 210, 205, 0.5)
}
.tw-bg-dt-overlay-glow-medium\/55 {
  background-color: rgba(0, 210, 205, 0.55)
}
.tw-bg-dt-overlay-glow-medium\/60 {
  background-color: rgba(0, 210, 205, 0.6)
}
.tw-bg-dt-overlay-glow-medium\/65 {
  background-color: rgba(0, 210, 205, 0.65)
}
.tw-bg-dt-overlay-glow-medium\/70 {
  background-color: rgba(0, 210, 205, 0.7)
}
.tw-bg-dt-overlay-glow-medium\/75 {
  background-color: rgba(0, 210, 205, 0.75)
}
.tw-bg-dt-overlay-glow-medium\/80 {
  background-color: rgba(0, 210, 205, 0.8)
}
.tw-bg-dt-overlay-glow-medium\/85 {
  background-color: rgba(0, 210, 205, 0.85)
}
.tw-bg-dt-overlay-glow-medium\/90 {
  background-color: rgba(0, 210, 205, 0.9)
}
.tw-bg-dt-overlay-glow-medium\/95 {
  background-color: rgba(0, 210, 205, 0.95)
}
.tw-bg-dt-overlay-light-high {
  background-color: rgba(255,255,255,0.4)
}
.tw-bg-dt-overlay-light-high\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-overlay-light-high\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-overlay-light-high\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-overlay-light-high\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-overlay-light-high\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-overlay-light-high\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-overlay-light-high\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-overlay-light-high\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-overlay-light-high\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-overlay-light-high\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-overlay-light-high\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-overlay-light-high\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-overlay-light-high\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-overlay-light-high\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-overlay-light-high\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-overlay-light-high\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-overlay-light-high\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-overlay-light-high\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-overlay-light-high\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-overlay-light-high\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-overlay-light-high\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-overlay-light-higher {
  background-color: rgba(255,255,255,0.95)
}
.tw-bg-dt-overlay-light-higher\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-overlay-light-higher\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-overlay-light-higher\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-overlay-light-higher\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-overlay-light-higher\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-overlay-light-higher\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-overlay-light-higher\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-overlay-light-higher\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-overlay-light-higher\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-overlay-light-higher\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-overlay-light-higher\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-overlay-light-higher\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-overlay-light-higher\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-overlay-light-higher\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-overlay-light-higher\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-overlay-light-higher\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-overlay-light-higher\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-overlay-light-higher\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-overlay-light-higher\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-overlay-light-higher\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-overlay-light-higher\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-overlay-light-low {
  background-color: rgba(255,255,255,0.1)
}
.tw-bg-dt-overlay-light-low\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-overlay-light-low\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-overlay-light-low\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-overlay-light-low\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-overlay-light-low\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-overlay-light-low\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-overlay-light-low\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-overlay-light-low\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-overlay-light-low\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-overlay-light-low\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-overlay-light-low\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-overlay-light-low\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-overlay-light-low\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-overlay-light-low\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-overlay-light-low\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-overlay-light-low\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-overlay-light-low\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-overlay-light-low\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-overlay-light-low\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-overlay-light-low\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-overlay-light-low\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-overlay-light-lower {
  background-color: rgba(255,255,255,0.05)
}
.tw-bg-dt-overlay-light-lower\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-overlay-light-lower\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-overlay-light-lower\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-overlay-light-lower\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-overlay-light-lower\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-overlay-light-lower\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-overlay-light-lower\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-overlay-light-lower\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-overlay-light-lower\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-overlay-light-lower\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-overlay-light-lower\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-overlay-light-lower\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-overlay-light-lower\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-overlay-light-lower\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-overlay-light-lower\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-overlay-light-lower\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-overlay-light-lower\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-overlay-light-lower\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-overlay-light-lower\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-overlay-light-lower\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-overlay-light-lower\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-overlay-light-medium {
  background-color: rgba(255,255,255,0.2)
}
.tw-bg-dt-overlay-light-medium\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-overlay-light-medium\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-overlay-light-medium\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-overlay-light-medium\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-overlay-light-medium\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-overlay-light-medium\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-overlay-light-medium\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-overlay-light-medium\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-overlay-light-medium\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-overlay-light-medium\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-overlay-light-medium\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-overlay-light-medium\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-overlay-light-medium\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-overlay-light-medium\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-overlay-light-medium\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-overlay-light-medium\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-overlay-light-medium\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-overlay-light-medium\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-overlay-light-medium\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-overlay-light-medium\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-overlay-light-medium\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-past-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-past-100\/0 {
  background-color: rgb(255 247 237 / 0)
}
.tw-bg-dt-past-100\/10 {
  background-color: rgb(255 247 237 / 0.1)
}
.tw-bg-dt-past-100\/100 {
  background-color: rgb(255 247 237 / 1)
}
.tw-bg-dt-past-100\/15 {
  background-color: rgb(255 247 237 / 0.15)
}
.tw-bg-dt-past-100\/20 {
  background-color: rgb(255 247 237 / 0.2)
}
.tw-bg-dt-past-100\/25 {
  background-color: rgb(255 247 237 / 0.25)
}
.tw-bg-dt-past-100\/30 {
  background-color: rgb(255 247 237 / 0.3)
}
.tw-bg-dt-past-100\/35 {
  background-color: rgb(255 247 237 / 0.35)
}
.tw-bg-dt-past-100\/40 {
  background-color: rgb(255 247 237 / 0.4)
}
.tw-bg-dt-past-100\/45 {
  background-color: rgb(255 247 237 / 0.45)
}
.tw-bg-dt-past-100\/5 {
  background-color: rgb(255 247 237 / 0.05)
}
.tw-bg-dt-past-100\/50 {
  background-color: rgb(255 247 237 / 0.5)
}
.tw-bg-dt-past-100\/55 {
  background-color: rgb(255 247 237 / 0.55)
}
.tw-bg-dt-past-100\/60 {
  background-color: rgb(255 247 237 / 0.6)
}
.tw-bg-dt-past-100\/65 {
  background-color: rgb(255 247 237 / 0.65)
}
.tw-bg-dt-past-100\/70 {
  background-color: rgb(255 247 237 / 0.7)
}
.tw-bg-dt-past-100\/75 {
  background-color: rgb(255 247 237 / 0.75)
}
.tw-bg-dt-past-100\/80 {
  background-color: rgb(255 247 237 / 0.8)
}
.tw-bg-dt-past-100\/85 {
  background-color: rgb(255 247 237 / 0.85)
}
.tw-bg-dt-past-100\/90 {
  background-color: rgb(255 247 237 / 0.9)
}
.tw-bg-dt-past-100\/95 {
  background-color: rgb(255 247 237 / 0.95)
}
.tw-bg-dt-past-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 214 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-past-200\/0 {
  background-color: rgb(255 239 214 / 0)
}
.tw-bg-dt-past-200\/10 {
  background-color: rgb(255 239 214 / 0.1)
}
.tw-bg-dt-past-200\/100 {
  background-color: rgb(255 239 214 / 1)
}
.tw-bg-dt-past-200\/15 {
  background-color: rgb(255 239 214 / 0.15)
}
.tw-bg-dt-past-200\/20 {
  background-color: rgb(255 239 214 / 0.2)
}
.tw-bg-dt-past-200\/25 {
  background-color: rgb(255 239 214 / 0.25)
}
.tw-bg-dt-past-200\/30 {
  background-color: rgb(255 239 214 / 0.3)
}
.tw-bg-dt-past-200\/35 {
  background-color: rgb(255 239 214 / 0.35)
}
.tw-bg-dt-past-200\/40 {
  background-color: rgb(255 239 214 / 0.4)
}
.tw-bg-dt-past-200\/45 {
  background-color: rgb(255 239 214 / 0.45)
}
.tw-bg-dt-past-200\/5 {
  background-color: rgb(255 239 214 / 0.05)
}
.tw-bg-dt-past-200\/50 {
  background-color: rgb(255 239 214 / 0.5)
}
.tw-bg-dt-past-200\/55 {
  background-color: rgb(255 239 214 / 0.55)
}
.tw-bg-dt-past-200\/60 {
  background-color: rgb(255 239 214 / 0.6)
}
.tw-bg-dt-past-200\/65 {
  background-color: rgb(255 239 214 / 0.65)
}
.tw-bg-dt-past-200\/70 {
  background-color: rgb(255 239 214 / 0.7)
}
.tw-bg-dt-past-200\/75 {
  background-color: rgb(255 239 214 / 0.75)
}
.tw-bg-dt-past-200\/80 {
  background-color: rgb(255 239 214 / 0.8)
}
.tw-bg-dt-past-200\/85 {
  background-color: rgb(255 239 214 / 0.85)
}
.tw-bg-dt-past-200\/90 {
  background-color: rgb(255 239 214 / 0.9)
}
.tw-bg-dt-past-200\/95 {
  background-color: rgb(255 239 214 / 0.95)
}
.tw-bg-dt-past-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 130 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-past-300\/0 {
  background-color: rgb(255 193 130 / 0)
}
.tw-bg-dt-past-300\/10 {
  background-color: rgb(255 193 130 / 0.1)
}
.tw-bg-dt-past-300\/100 {
  background-color: rgb(255 193 130 / 1)
}
.tw-bg-dt-past-300\/15 {
  background-color: rgb(255 193 130 / 0.15)
}
.tw-bg-dt-past-300\/20 {
  background-color: rgb(255 193 130 / 0.2)
}
.tw-bg-dt-past-300\/25 {
  background-color: rgb(255 193 130 / 0.25)
}
.tw-bg-dt-past-300\/30 {
  background-color: rgb(255 193 130 / 0.3)
}
.tw-bg-dt-past-300\/35 {
  background-color: rgb(255 193 130 / 0.35)
}
.tw-bg-dt-past-300\/40 {
  background-color: rgb(255 193 130 / 0.4)
}
.tw-bg-dt-past-300\/45 {
  background-color: rgb(255 193 130 / 0.45)
}
.tw-bg-dt-past-300\/5 {
  background-color: rgb(255 193 130 / 0.05)
}
.tw-bg-dt-past-300\/50 {
  background-color: rgb(255 193 130 / 0.5)
}
.tw-bg-dt-past-300\/55 {
  background-color: rgb(255 193 130 / 0.55)
}
.tw-bg-dt-past-300\/60 {
  background-color: rgb(255 193 130 / 0.6)
}
.tw-bg-dt-past-300\/65 {
  background-color: rgb(255 193 130 / 0.65)
}
.tw-bg-dt-past-300\/70 {
  background-color: rgb(255 193 130 / 0.7)
}
.tw-bg-dt-past-300\/75 {
  background-color: rgb(255 193 130 / 0.75)
}
.tw-bg-dt-past-300\/80 {
  background-color: rgb(255 193 130 / 0.8)
}
.tw-bg-dt-past-300\/85 {
  background-color: rgb(255 193 130 / 0.85)
}
.tw-bg-dt-past-300\/90 {
  background-color: rgb(255 193 130 / 0.9)
}
.tw-bg-dt-past-300\/95 {
  background-color: rgb(255 193 130 / 0.95)
}
.tw-bg-dt-past-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 107 21 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-past-400\/0 {
  background-color: rgb(247 107 21 / 0)
}
.tw-bg-dt-past-400\/10 {
  background-color: rgb(247 107 21 / 0.1)
}
.tw-bg-dt-past-400\/100 {
  background-color: rgb(247 107 21 / 1)
}
.tw-bg-dt-past-400\/15 {
  background-color: rgb(247 107 21 / 0.15)
}
.tw-bg-dt-past-400\/20 {
  background-color: rgb(247 107 21 / 0.2)
}
.tw-bg-dt-past-400\/25 {
  background-color: rgb(247 107 21 / 0.25)
}
.tw-bg-dt-past-400\/30 {
  background-color: rgb(247 107 21 / 0.3)
}
.tw-bg-dt-past-400\/35 {
  background-color: rgb(247 107 21 / 0.35)
}
.tw-bg-dt-past-400\/40 {
  background-color: rgb(247 107 21 / 0.4)
}
.tw-bg-dt-past-400\/45 {
  background-color: rgb(247 107 21 / 0.45)
}
.tw-bg-dt-past-400\/5 {
  background-color: rgb(247 107 21 / 0.05)
}
.tw-bg-dt-past-400\/50 {
  background-color: rgb(247 107 21 / 0.5)
}
.tw-bg-dt-past-400\/55 {
  background-color: rgb(247 107 21 / 0.55)
}
.tw-bg-dt-past-400\/60 {
  background-color: rgb(247 107 21 / 0.6)
}
.tw-bg-dt-past-400\/65 {
  background-color: rgb(247 107 21 / 0.65)
}
.tw-bg-dt-past-400\/70 {
  background-color: rgb(247 107 21 / 0.7)
}
.tw-bg-dt-past-400\/75 {
  background-color: rgb(247 107 21 / 0.75)
}
.tw-bg-dt-past-400\/80 {
  background-color: rgb(247 107 21 / 0.8)
}
.tw-bg-dt-past-400\/85 {
  background-color: rgb(247 107 21 / 0.85)
}
.tw-bg-dt-past-400\/90 {
  background-color: rgb(247 107 21 / 0.9)
}
.tw-bg-dt-past-400\/95 {
  background-color: rgb(247 107 21 / 0.95)
}
.tw-bg-dt-past-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 78 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-past-500\/0 {
  background-color: rgb(204 78 0 / 0)
}
.tw-bg-dt-past-500\/10 {
  background-color: rgb(204 78 0 / 0.1)
}
.tw-bg-dt-past-500\/100 {
  background-color: rgb(204 78 0 / 1)
}
.tw-bg-dt-past-500\/15 {
  background-color: rgb(204 78 0 / 0.15)
}
.tw-bg-dt-past-500\/20 {
  background-color: rgb(204 78 0 / 0.2)
}
.tw-bg-dt-past-500\/25 {
  background-color: rgb(204 78 0 / 0.25)
}
.tw-bg-dt-past-500\/30 {
  background-color: rgb(204 78 0 / 0.3)
}
.tw-bg-dt-past-500\/35 {
  background-color: rgb(204 78 0 / 0.35)
}
.tw-bg-dt-past-500\/40 {
  background-color: rgb(204 78 0 / 0.4)
}
.tw-bg-dt-past-500\/45 {
  background-color: rgb(204 78 0 / 0.45)
}
.tw-bg-dt-past-500\/5 {
  background-color: rgb(204 78 0 / 0.05)
}
.tw-bg-dt-past-500\/50 {
  background-color: rgb(204 78 0 / 0.5)
}
.tw-bg-dt-past-500\/55 {
  background-color: rgb(204 78 0 / 0.55)
}
.tw-bg-dt-past-500\/60 {
  background-color: rgb(204 78 0 / 0.6)
}
.tw-bg-dt-past-500\/65 {
  background-color: rgb(204 78 0 / 0.65)
}
.tw-bg-dt-past-500\/70 {
  background-color: rgb(204 78 0 / 0.7)
}
.tw-bg-dt-past-500\/75 {
  background-color: rgb(204 78 0 / 0.75)
}
.tw-bg-dt-past-500\/80 {
  background-color: rgb(204 78 0 / 0.8)
}
.tw-bg-dt-past-500\/85 {
  background-color: rgb(204 78 0 / 0.85)
}
.tw-bg-dt-past-500\/90 {
  background-color: rgb(204 78 0 / 0.9)
}
.tw-bg-dt-past-500\/95 {
  background-color: rgb(204 78 0 / 0.95)
}
.tw-bg-dt-past-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 45 29 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-past-600\/0 {
  background-color: rgb(88 45 29 / 0)
}
.tw-bg-dt-past-600\/10 {
  background-color: rgb(88 45 29 / 0.1)
}
.tw-bg-dt-past-600\/100 {
  background-color: rgb(88 45 29 / 1)
}
.tw-bg-dt-past-600\/15 {
  background-color: rgb(88 45 29 / 0.15)
}
.tw-bg-dt-past-600\/20 {
  background-color: rgb(88 45 29 / 0.2)
}
.tw-bg-dt-past-600\/25 {
  background-color: rgb(88 45 29 / 0.25)
}
.tw-bg-dt-past-600\/30 {
  background-color: rgb(88 45 29 / 0.3)
}
.tw-bg-dt-past-600\/35 {
  background-color: rgb(88 45 29 / 0.35)
}
.tw-bg-dt-past-600\/40 {
  background-color: rgb(88 45 29 / 0.4)
}
.tw-bg-dt-past-600\/45 {
  background-color: rgb(88 45 29 / 0.45)
}
.tw-bg-dt-past-600\/5 {
  background-color: rgb(88 45 29 / 0.05)
}
.tw-bg-dt-past-600\/50 {
  background-color: rgb(88 45 29 / 0.5)
}
.tw-bg-dt-past-600\/55 {
  background-color: rgb(88 45 29 / 0.55)
}
.tw-bg-dt-past-600\/60 {
  background-color: rgb(88 45 29 / 0.6)
}
.tw-bg-dt-past-600\/65 {
  background-color: rgb(88 45 29 / 0.65)
}
.tw-bg-dt-past-600\/70 {
  background-color: rgb(88 45 29 / 0.7)
}
.tw-bg-dt-past-600\/75 {
  background-color: rgb(88 45 29 / 0.75)
}
.tw-bg-dt-past-600\/80 {
  background-color: rgb(88 45 29 / 0.8)
}
.tw-bg-dt-past-600\/85 {
  background-color: rgb(88 45 29 / 0.85)
}
.tw-bg-dt-past-600\/90 {
  background-color: rgb(88 45 29 / 0.9)
}
.tw-bg-dt-past-600\/95 {
  background-color: rgb(88 45 29 / 0.95)
}
.tw-bg-dt-red-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 252 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-1\/0 {
  background-color: rgb(255 252 252 / 0)
}
.tw-bg-dt-red-1\/10 {
  background-color: rgb(255 252 252 / 0.1)
}
.tw-bg-dt-red-1\/100 {
  background-color: rgb(255 252 252 / 1)
}
.tw-bg-dt-red-1\/15 {
  background-color: rgb(255 252 252 / 0.15)
}
.tw-bg-dt-red-1\/20 {
  background-color: rgb(255 252 252 / 0.2)
}
.tw-bg-dt-red-1\/25 {
  background-color: rgb(255 252 252 / 0.25)
}
.tw-bg-dt-red-1\/30 {
  background-color: rgb(255 252 252 / 0.3)
}
.tw-bg-dt-red-1\/35 {
  background-color: rgb(255 252 252 / 0.35)
}
.tw-bg-dt-red-1\/40 {
  background-color: rgb(255 252 252 / 0.4)
}
.tw-bg-dt-red-1\/45 {
  background-color: rgb(255 252 252 / 0.45)
}
.tw-bg-dt-red-1\/5 {
  background-color: rgb(255 252 252 / 0.05)
}
.tw-bg-dt-red-1\/50 {
  background-color: rgb(255 252 252 / 0.5)
}
.tw-bg-dt-red-1\/55 {
  background-color: rgb(255 252 252 / 0.55)
}
.tw-bg-dt-red-1\/60 {
  background-color: rgb(255 252 252 / 0.6)
}
.tw-bg-dt-red-1\/65 {
  background-color: rgb(255 252 252 / 0.65)
}
.tw-bg-dt-red-1\/70 {
  background-color: rgb(255 252 252 / 0.7)
}
.tw-bg-dt-red-1\/75 {
  background-color: rgb(255 252 252 / 0.75)
}
.tw-bg-dt-red-1\/80 {
  background-color: rgb(255 252 252 / 0.8)
}
.tw-bg-dt-red-1\/85 {
  background-color: rgb(255 252 252 / 0.85)
}
.tw-bg-dt-red-1\/90 {
  background-color: rgb(255 252 252 / 0.9)
}
.tw-bg-dt-red-1\/95 {
  background-color: rgb(255 252 252 / 0.95)
}
.tw-bg-dt-red-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 62 66 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-10\/0 {
  background-color: rgb(220 62 66 / 0)
}
.tw-bg-dt-red-10\/10 {
  background-color: rgb(220 62 66 / 0.1)
}
.tw-bg-dt-red-10\/100 {
  background-color: rgb(220 62 66 / 1)
}
.tw-bg-dt-red-10\/15 {
  background-color: rgb(220 62 66 / 0.15)
}
.tw-bg-dt-red-10\/20 {
  background-color: rgb(220 62 66 / 0.2)
}
.tw-bg-dt-red-10\/25 {
  background-color: rgb(220 62 66 / 0.25)
}
.tw-bg-dt-red-10\/30 {
  background-color: rgb(220 62 66 / 0.3)
}
.tw-bg-dt-red-10\/35 {
  background-color: rgb(220 62 66 / 0.35)
}
.tw-bg-dt-red-10\/40 {
  background-color: rgb(220 62 66 / 0.4)
}
.tw-bg-dt-red-10\/45 {
  background-color: rgb(220 62 66 / 0.45)
}
.tw-bg-dt-red-10\/5 {
  background-color: rgb(220 62 66 / 0.05)
}
.tw-bg-dt-red-10\/50 {
  background-color: rgb(220 62 66 / 0.5)
}
.tw-bg-dt-red-10\/55 {
  background-color: rgb(220 62 66 / 0.55)
}
.tw-bg-dt-red-10\/60 {
  background-color: rgb(220 62 66 / 0.6)
}
.tw-bg-dt-red-10\/65 {
  background-color: rgb(220 62 66 / 0.65)
}
.tw-bg-dt-red-10\/70 {
  background-color: rgb(220 62 66 / 0.7)
}
.tw-bg-dt-red-10\/75 {
  background-color: rgb(220 62 66 / 0.75)
}
.tw-bg-dt-red-10\/80 {
  background-color: rgb(220 62 66 / 0.8)
}
.tw-bg-dt-red-10\/85 {
  background-color: rgb(220 62 66 / 0.85)
}
.tw-bg-dt-red-10\/90 {
  background-color: rgb(220 62 66 / 0.9)
}
.tw-bg-dt-red-10\/95 {
  background-color: rgb(220 62 66 / 0.95)
}
.tw-bg-dt-red-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 44 49 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-11\/0 {
  background-color: rgb(206 44 49 / 0)
}
.tw-bg-dt-red-11\/10 {
  background-color: rgb(206 44 49 / 0.1)
}
.tw-bg-dt-red-11\/100 {
  background-color: rgb(206 44 49 / 1)
}
.tw-bg-dt-red-11\/15 {
  background-color: rgb(206 44 49 / 0.15)
}
.tw-bg-dt-red-11\/20 {
  background-color: rgb(206 44 49 / 0.2)
}
.tw-bg-dt-red-11\/25 {
  background-color: rgb(206 44 49 / 0.25)
}
.tw-bg-dt-red-11\/30 {
  background-color: rgb(206 44 49 / 0.3)
}
.tw-bg-dt-red-11\/35 {
  background-color: rgb(206 44 49 / 0.35)
}
.tw-bg-dt-red-11\/40 {
  background-color: rgb(206 44 49 / 0.4)
}
.tw-bg-dt-red-11\/45 {
  background-color: rgb(206 44 49 / 0.45)
}
.tw-bg-dt-red-11\/5 {
  background-color: rgb(206 44 49 / 0.05)
}
.tw-bg-dt-red-11\/50 {
  background-color: rgb(206 44 49 / 0.5)
}
.tw-bg-dt-red-11\/55 {
  background-color: rgb(206 44 49 / 0.55)
}
.tw-bg-dt-red-11\/60 {
  background-color: rgb(206 44 49 / 0.6)
}
.tw-bg-dt-red-11\/65 {
  background-color: rgb(206 44 49 / 0.65)
}
.tw-bg-dt-red-11\/70 {
  background-color: rgb(206 44 49 / 0.7)
}
.tw-bg-dt-red-11\/75 {
  background-color: rgb(206 44 49 / 0.75)
}
.tw-bg-dt-red-11\/80 {
  background-color: rgb(206 44 49 / 0.8)
}
.tw-bg-dt-red-11\/85 {
  background-color: rgb(206 44 49 / 0.85)
}
.tw-bg-dt-red-11\/90 {
  background-color: rgb(206 44 49 / 0.9)
}
.tw-bg-dt-red-11\/95 {
  background-color: rgb(206 44 49 / 0.95)
}
.tw-bg-dt-red-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 23 35 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-12\/0 {
  background-color: rgb(100 23 35 / 0)
}
.tw-bg-dt-red-12\/10 {
  background-color: rgb(100 23 35 / 0.1)
}
.tw-bg-dt-red-12\/100 {
  background-color: rgb(100 23 35 / 1)
}
.tw-bg-dt-red-12\/15 {
  background-color: rgb(100 23 35 / 0.15)
}
.tw-bg-dt-red-12\/20 {
  background-color: rgb(100 23 35 / 0.2)
}
.tw-bg-dt-red-12\/25 {
  background-color: rgb(100 23 35 / 0.25)
}
.tw-bg-dt-red-12\/30 {
  background-color: rgb(100 23 35 / 0.3)
}
.tw-bg-dt-red-12\/35 {
  background-color: rgb(100 23 35 / 0.35)
}
.tw-bg-dt-red-12\/40 {
  background-color: rgb(100 23 35 / 0.4)
}
.tw-bg-dt-red-12\/45 {
  background-color: rgb(100 23 35 / 0.45)
}
.tw-bg-dt-red-12\/5 {
  background-color: rgb(100 23 35 / 0.05)
}
.tw-bg-dt-red-12\/50 {
  background-color: rgb(100 23 35 / 0.5)
}
.tw-bg-dt-red-12\/55 {
  background-color: rgb(100 23 35 / 0.55)
}
.tw-bg-dt-red-12\/60 {
  background-color: rgb(100 23 35 / 0.6)
}
.tw-bg-dt-red-12\/65 {
  background-color: rgb(100 23 35 / 0.65)
}
.tw-bg-dt-red-12\/70 {
  background-color: rgb(100 23 35 / 0.7)
}
.tw-bg-dt-red-12\/75 {
  background-color: rgb(100 23 35 / 0.75)
}
.tw-bg-dt-red-12\/80 {
  background-color: rgb(100 23 35 / 0.8)
}
.tw-bg-dt-red-12\/85 {
  background-color: rgb(100 23 35 / 0.85)
}
.tw-bg-dt-red-12\/90 {
  background-color: rgb(100 23 35 / 0.9)
}
.tw-bg-dt-red-12\/95 {
  background-color: rgb(100 23 35 / 0.95)
}
.tw-bg-dt-red-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 247 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-2\/0 {
  background-color: rgb(255 247 247 / 0)
}
.tw-bg-dt-red-2\/10 {
  background-color: rgb(255 247 247 / 0.1)
}
.tw-bg-dt-red-2\/100 {
  background-color: rgb(255 247 247 / 1)
}
.tw-bg-dt-red-2\/15 {
  background-color: rgb(255 247 247 / 0.15)
}
.tw-bg-dt-red-2\/20 {
  background-color: rgb(255 247 247 / 0.2)
}
.tw-bg-dt-red-2\/25 {
  background-color: rgb(255 247 247 / 0.25)
}
.tw-bg-dt-red-2\/30 {
  background-color: rgb(255 247 247 / 0.3)
}
.tw-bg-dt-red-2\/35 {
  background-color: rgb(255 247 247 / 0.35)
}
.tw-bg-dt-red-2\/40 {
  background-color: rgb(255 247 247 / 0.4)
}
.tw-bg-dt-red-2\/45 {
  background-color: rgb(255 247 247 / 0.45)
}
.tw-bg-dt-red-2\/5 {
  background-color: rgb(255 247 247 / 0.05)
}
.tw-bg-dt-red-2\/50 {
  background-color: rgb(255 247 247 / 0.5)
}
.tw-bg-dt-red-2\/55 {
  background-color: rgb(255 247 247 / 0.55)
}
.tw-bg-dt-red-2\/60 {
  background-color: rgb(255 247 247 / 0.6)
}
.tw-bg-dt-red-2\/65 {
  background-color: rgb(255 247 247 / 0.65)
}
.tw-bg-dt-red-2\/70 {
  background-color: rgb(255 247 247 / 0.7)
}
.tw-bg-dt-red-2\/75 {
  background-color: rgb(255 247 247 / 0.75)
}
.tw-bg-dt-red-2\/80 {
  background-color: rgb(255 247 247 / 0.8)
}
.tw-bg-dt-red-2\/85 {
  background-color: rgb(255 247 247 / 0.85)
}
.tw-bg-dt-red-2\/90 {
  background-color: rgb(255 247 247 / 0.9)
}
.tw-bg-dt-red-2\/95 {
  background-color: rgb(255 247 247 / 0.95)
}
.tw-bg-dt-red-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 236 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-3\/0 {
  background-color: rgb(254 235 236 / 0)
}
.tw-bg-dt-red-3\/10 {
  background-color: rgb(254 235 236 / 0.1)
}
.tw-bg-dt-red-3\/100 {
  background-color: rgb(254 235 236 / 1)
}
.tw-bg-dt-red-3\/15 {
  background-color: rgb(254 235 236 / 0.15)
}
.tw-bg-dt-red-3\/20 {
  background-color: rgb(254 235 236 / 0.2)
}
.tw-bg-dt-red-3\/25 {
  background-color: rgb(254 235 236 / 0.25)
}
.tw-bg-dt-red-3\/30 {
  background-color: rgb(254 235 236 / 0.3)
}
.tw-bg-dt-red-3\/35 {
  background-color: rgb(254 235 236 / 0.35)
}
.tw-bg-dt-red-3\/40 {
  background-color: rgb(254 235 236 / 0.4)
}
.tw-bg-dt-red-3\/45 {
  background-color: rgb(254 235 236 / 0.45)
}
.tw-bg-dt-red-3\/5 {
  background-color: rgb(254 235 236 / 0.05)
}
.tw-bg-dt-red-3\/50 {
  background-color: rgb(254 235 236 / 0.5)
}
.tw-bg-dt-red-3\/55 {
  background-color: rgb(254 235 236 / 0.55)
}
.tw-bg-dt-red-3\/60 {
  background-color: rgb(254 235 236 / 0.6)
}
.tw-bg-dt-red-3\/65 {
  background-color: rgb(254 235 236 / 0.65)
}
.tw-bg-dt-red-3\/70 {
  background-color: rgb(254 235 236 / 0.7)
}
.tw-bg-dt-red-3\/75 {
  background-color: rgb(254 235 236 / 0.75)
}
.tw-bg-dt-red-3\/80 {
  background-color: rgb(254 235 236 / 0.8)
}
.tw-bg-dt-red-3\/85 {
  background-color: rgb(254 235 236 / 0.85)
}
.tw-bg-dt-red-3\/90 {
  background-color: rgb(254 235 236 / 0.9)
}
.tw-bg-dt-red-3\/95 {
  background-color: rgb(254 235 236 / 0.95)
}
.tw-bg-dt-red-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 220 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-4\/0 {
  background-color: rgb(255 219 220 / 0)
}
.tw-bg-dt-red-4\/10 {
  background-color: rgb(255 219 220 / 0.1)
}
.tw-bg-dt-red-4\/100 {
  background-color: rgb(255 219 220 / 1)
}
.tw-bg-dt-red-4\/15 {
  background-color: rgb(255 219 220 / 0.15)
}
.tw-bg-dt-red-4\/20 {
  background-color: rgb(255 219 220 / 0.2)
}
.tw-bg-dt-red-4\/25 {
  background-color: rgb(255 219 220 / 0.25)
}
.tw-bg-dt-red-4\/30 {
  background-color: rgb(255 219 220 / 0.3)
}
.tw-bg-dt-red-4\/35 {
  background-color: rgb(255 219 220 / 0.35)
}
.tw-bg-dt-red-4\/40 {
  background-color: rgb(255 219 220 / 0.4)
}
.tw-bg-dt-red-4\/45 {
  background-color: rgb(255 219 220 / 0.45)
}
.tw-bg-dt-red-4\/5 {
  background-color: rgb(255 219 220 / 0.05)
}
.tw-bg-dt-red-4\/50 {
  background-color: rgb(255 219 220 / 0.5)
}
.tw-bg-dt-red-4\/55 {
  background-color: rgb(255 219 220 / 0.55)
}
.tw-bg-dt-red-4\/60 {
  background-color: rgb(255 219 220 / 0.6)
}
.tw-bg-dt-red-4\/65 {
  background-color: rgb(255 219 220 / 0.65)
}
.tw-bg-dt-red-4\/70 {
  background-color: rgb(255 219 220 / 0.7)
}
.tw-bg-dt-red-4\/75 {
  background-color: rgb(255 219 220 / 0.75)
}
.tw-bg-dt-red-4\/80 {
  background-color: rgb(255 219 220 / 0.8)
}
.tw-bg-dt-red-4\/85 {
  background-color: rgb(255 219 220 / 0.85)
}
.tw-bg-dt-red-4\/90 {
  background-color: rgb(255 219 220 / 0.9)
}
.tw-bg-dt-red-4\/95 {
  background-color: rgb(255 219 220 / 0.95)
}
.tw-bg-dt-red-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 205 206 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-5\/0 {
  background-color: rgb(255 205 206 / 0)
}
.tw-bg-dt-red-5\/10 {
  background-color: rgb(255 205 206 / 0.1)
}
.tw-bg-dt-red-5\/100 {
  background-color: rgb(255 205 206 / 1)
}
.tw-bg-dt-red-5\/15 {
  background-color: rgb(255 205 206 / 0.15)
}
.tw-bg-dt-red-5\/20 {
  background-color: rgb(255 205 206 / 0.2)
}
.tw-bg-dt-red-5\/25 {
  background-color: rgb(255 205 206 / 0.25)
}
.tw-bg-dt-red-5\/30 {
  background-color: rgb(255 205 206 / 0.3)
}
.tw-bg-dt-red-5\/35 {
  background-color: rgb(255 205 206 / 0.35)
}
.tw-bg-dt-red-5\/40 {
  background-color: rgb(255 205 206 / 0.4)
}
.tw-bg-dt-red-5\/45 {
  background-color: rgb(255 205 206 / 0.45)
}
.tw-bg-dt-red-5\/5 {
  background-color: rgb(255 205 206 / 0.05)
}
.tw-bg-dt-red-5\/50 {
  background-color: rgb(255 205 206 / 0.5)
}
.tw-bg-dt-red-5\/55 {
  background-color: rgb(255 205 206 / 0.55)
}
.tw-bg-dt-red-5\/60 {
  background-color: rgb(255 205 206 / 0.6)
}
.tw-bg-dt-red-5\/65 {
  background-color: rgb(255 205 206 / 0.65)
}
.tw-bg-dt-red-5\/70 {
  background-color: rgb(255 205 206 / 0.7)
}
.tw-bg-dt-red-5\/75 {
  background-color: rgb(255 205 206 / 0.75)
}
.tw-bg-dt-red-5\/80 {
  background-color: rgb(255 205 206 / 0.8)
}
.tw-bg-dt-red-5\/85 {
  background-color: rgb(255 205 206 / 0.85)
}
.tw-bg-dt-red-5\/90 {
  background-color: rgb(255 205 206 / 0.9)
}
.tw-bg-dt-red-5\/95 {
  background-color: rgb(255 205 206 / 0.95)
}
.tw-bg-dt-red-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 189 190 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-6\/0 {
  background-color: rgb(253 189 190 / 0)
}
.tw-bg-dt-red-6\/10 {
  background-color: rgb(253 189 190 / 0.1)
}
.tw-bg-dt-red-6\/100 {
  background-color: rgb(253 189 190 / 1)
}
.tw-bg-dt-red-6\/15 {
  background-color: rgb(253 189 190 / 0.15)
}
.tw-bg-dt-red-6\/20 {
  background-color: rgb(253 189 190 / 0.2)
}
.tw-bg-dt-red-6\/25 {
  background-color: rgb(253 189 190 / 0.25)
}
.tw-bg-dt-red-6\/30 {
  background-color: rgb(253 189 190 / 0.3)
}
.tw-bg-dt-red-6\/35 {
  background-color: rgb(253 189 190 / 0.35)
}
.tw-bg-dt-red-6\/40 {
  background-color: rgb(253 189 190 / 0.4)
}
.tw-bg-dt-red-6\/45 {
  background-color: rgb(253 189 190 / 0.45)
}
.tw-bg-dt-red-6\/5 {
  background-color: rgb(253 189 190 / 0.05)
}
.tw-bg-dt-red-6\/50 {
  background-color: rgb(253 189 190 / 0.5)
}
.tw-bg-dt-red-6\/55 {
  background-color: rgb(253 189 190 / 0.55)
}
.tw-bg-dt-red-6\/60 {
  background-color: rgb(253 189 190 / 0.6)
}
.tw-bg-dt-red-6\/65 {
  background-color: rgb(253 189 190 / 0.65)
}
.tw-bg-dt-red-6\/70 {
  background-color: rgb(253 189 190 / 0.7)
}
.tw-bg-dt-red-6\/75 {
  background-color: rgb(253 189 190 / 0.75)
}
.tw-bg-dt-red-6\/80 {
  background-color: rgb(253 189 190 / 0.8)
}
.tw-bg-dt-red-6\/85 {
  background-color: rgb(253 189 190 / 0.85)
}
.tw-bg-dt-red-6\/90 {
  background-color: rgb(253 189 190 / 0.9)
}
.tw-bg-dt-red-6\/95 {
  background-color: rgb(253 189 190 / 0.95)
}
.tw-bg-dt-red-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 169 170 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-7\/0 {
  background-color: rgb(244 169 170 / 0)
}
.tw-bg-dt-red-7\/10 {
  background-color: rgb(244 169 170 / 0.1)
}
.tw-bg-dt-red-7\/100 {
  background-color: rgb(244 169 170 / 1)
}
.tw-bg-dt-red-7\/15 {
  background-color: rgb(244 169 170 / 0.15)
}
.tw-bg-dt-red-7\/20 {
  background-color: rgb(244 169 170 / 0.2)
}
.tw-bg-dt-red-7\/25 {
  background-color: rgb(244 169 170 / 0.25)
}
.tw-bg-dt-red-7\/30 {
  background-color: rgb(244 169 170 / 0.3)
}
.tw-bg-dt-red-7\/35 {
  background-color: rgb(244 169 170 / 0.35)
}
.tw-bg-dt-red-7\/40 {
  background-color: rgb(244 169 170 / 0.4)
}
.tw-bg-dt-red-7\/45 {
  background-color: rgb(244 169 170 / 0.45)
}
.tw-bg-dt-red-7\/5 {
  background-color: rgb(244 169 170 / 0.05)
}
.tw-bg-dt-red-7\/50 {
  background-color: rgb(244 169 170 / 0.5)
}
.tw-bg-dt-red-7\/55 {
  background-color: rgb(244 169 170 / 0.55)
}
.tw-bg-dt-red-7\/60 {
  background-color: rgb(244 169 170 / 0.6)
}
.tw-bg-dt-red-7\/65 {
  background-color: rgb(244 169 170 / 0.65)
}
.tw-bg-dt-red-7\/70 {
  background-color: rgb(244 169 170 / 0.7)
}
.tw-bg-dt-red-7\/75 {
  background-color: rgb(244 169 170 / 0.75)
}
.tw-bg-dt-red-7\/80 {
  background-color: rgb(244 169 170 / 0.8)
}
.tw-bg-dt-red-7\/85 {
  background-color: rgb(244 169 170 / 0.85)
}
.tw-bg-dt-red-7\/90 {
  background-color: rgb(244 169 170 / 0.9)
}
.tw-bg-dt-red-7\/95 {
  background-color: rgb(244 169 170 / 0.95)
}
.tw-bg-dt-red-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 142 144 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-8\/0 {
  background-color: rgb(235 142 144 / 0)
}
.tw-bg-dt-red-8\/10 {
  background-color: rgb(235 142 144 / 0.1)
}
.tw-bg-dt-red-8\/100 {
  background-color: rgb(235 142 144 / 1)
}
.tw-bg-dt-red-8\/15 {
  background-color: rgb(235 142 144 / 0.15)
}
.tw-bg-dt-red-8\/20 {
  background-color: rgb(235 142 144 / 0.2)
}
.tw-bg-dt-red-8\/25 {
  background-color: rgb(235 142 144 / 0.25)
}
.tw-bg-dt-red-8\/30 {
  background-color: rgb(235 142 144 / 0.3)
}
.tw-bg-dt-red-8\/35 {
  background-color: rgb(235 142 144 / 0.35)
}
.tw-bg-dt-red-8\/40 {
  background-color: rgb(235 142 144 / 0.4)
}
.tw-bg-dt-red-8\/45 {
  background-color: rgb(235 142 144 / 0.45)
}
.tw-bg-dt-red-8\/5 {
  background-color: rgb(235 142 144 / 0.05)
}
.tw-bg-dt-red-8\/50 {
  background-color: rgb(235 142 144 / 0.5)
}
.tw-bg-dt-red-8\/55 {
  background-color: rgb(235 142 144 / 0.55)
}
.tw-bg-dt-red-8\/60 {
  background-color: rgb(235 142 144 / 0.6)
}
.tw-bg-dt-red-8\/65 {
  background-color: rgb(235 142 144 / 0.65)
}
.tw-bg-dt-red-8\/70 {
  background-color: rgb(235 142 144 / 0.7)
}
.tw-bg-dt-red-8\/75 {
  background-color: rgb(235 142 144 / 0.75)
}
.tw-bg-dt-red-8\/80 {
  background-color: rgb(235 142 144 / 0.8)
}
.tw-bg-dt-red-8\/85 {
  background-color: rgb(235 142 144 / 0.85)
}
.tw-bg-dt-red-8\/90 {
  background-color: rgb(235 142 144 / 0.9)
}
.tw-bg-dt-red-8\/95 {
  background-color: rgb(235 142 144 / 0.95)
}
.tw-bg-dt-red-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 72 77 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-red-9\/0 {
  background-color: rgb(229 72 77 / 0)
}
.tw-bg-dt-red-9\/10 {
  background-color: rgb(229 72 77 / 0.1)
}
.tw-bg-dt-red-9\/100 {
  background-color: rgb(229 72 77 / 1)
}
.tw-bg-dt-red-9\/15 {
  background-color: rgb(229 72 77 / 0.15)
}
.tw-bg-dt-red-9\/20 {
  background-color: rgb(229 72 77 / 0.2)
}
.tw-bg-dt-red-9\/25 {
  background-color: rgb(229 72 77 / 0.25)
}
.tw-bg-dt-red-9\/30 {
  background-color: rgb(229 72 77 / 0.3)
}
.tw-bg-dt-red-9\/35 {
  background-color: rgb(229 72 77 / 0.35)
}
.tw-bg-dt-red-9\/40 {
  background-color: rgb(229 72 77 / 0.4)
}
.tw-bg-dt-red-9\/45 {
  background-color: rgb(229 72 77 / 0.45)
}
.tw-bg-dt-red-9\/5 {
  background-color: rgb(229 72 77 / 0.05)
}
.tw-bg-dt-red-9\/50 {
  background-color: rgb(229 72 77 / 0.5)
}
.tw-bg-dt-red-9\/55 {
  background-color: rgb(229 72 77 / 0.55)
}
.tw-bg-dt-red-9\/60 {
  background-color: rgb(229 72 77 / 0.6)
}
.tw-bg-dt-red-9\/65 {
  background-color: rgb(229 72 77 / 0.65)
}
.tw-bg-dt-red-9\/70 {
  background-color: rgb(229 72 77 / 0.7)
}
.tw-bg-dt-red-9\/75 {
  background-color: rgb(229 72 77 / 0.75)
}
.tw-bg-dt-red-9\/80 {
  background-color: rgb(229 72 77 / 0.8)
}
.tw-bg-dt-red-9\/85 {
  background-color: rgb(229 72 77 / 0.85)
}
.tw-bg-dt-red-9\/90 {
  background-color: rgb(229 72 77 / 0.9)
}
.tw-bg-dt-red-9\/95 {
  background-color: rgb(229 72 77 / 0.95)
}
.tw-bg-dt-selection-accent-future {
  --tw-bg-opacity: 1;
  background-color: rgb(58 91 199 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-selection-accent-future\/0 {
  background-color: rgb(58 91 199 / 0)
}
.tw-bg-dt-selection-accent-future\/10 {
  background-color: rgb(58 91 199 / 0.1)
}
.tw-bg-dt-selection-accent-future\/100 {
  background-color: rgb(58 91 199 / 1)
}
.tw-bg-dt-selection-accent-future\/15 {
  background-color: rgb(58 91 199 / 0.15)
}
.tw-bg-dt-selection-accent-future\/20 {
  background-color: rgb(58 91 199 / 0.2)
}
.tw-bg-dt-selection-accent-future\/25 {
  background-color: rgb(58 91 199 / 0.25)
}
.tw-bg-dt-selection-accent-future\/30 {
  background-color: rgb(58 91 199 / 0.3)
}
.tw-bg-dt-selection-accent-future\/35 {
  background-color: rgb(58 91 199 / 0.35)
}
.tw-bg-dt-selection-accent-future\/40 {
  background-color: rgb(58 91 199 / 0.4)
}
.tw-bg-dt-selection-accent-future\/45 {
  background-color: rgb(58 91 199 / 0.45)
}
.tw-bg-dt-selection-accent-future\/5 {
  background-color: rgb(58 91 199 / 0.05)
}
.tw-bg-dt-selection-accent-future\/50 {
  background-color: rgb(58 91 199 / 0.5)
}
.tw-bg-dt-selection-accent-future\/55 {
  background-color: rgb(58 91 199 / 0.55)
}
.tw-bg-dt-selection-accent-future\/60 {
  background-color: rgb(58 91 199 / 0.6)
}
.tw-bg-dt-selection-accent-future\/65 {
  background-color: rgb(58 91 199 / 0.65)
}
.tw-bg-dt-selection-accent-future\/70 {
  background-color: rgb(58 91 199 / 0.7)
}
.tw-bg-dt-selection-accent-future\/75 {
  background-color: rgb(58 91 199 / 0.75)
}
.tw-bg-dt-selection-accent-future\/80 {
  background-color: rgb(58 91 199 / 0.8)
}
.tw-bg-dt-selection-accent-future\/85 {
  background-color: rgb(58 91 199 / 0.85)
}
.tw-bg-dt-selection-accent-future\/90 {
  background-color: rgb(58 91 199 / 0.9)
}
.tw-bg-dt-selection-accent-future\/95 {
  background-color: rgb(58 91 199 / 0.95)
}
.tw-bg-dt-selection-accent-past {
  --tw-bg-opacity: 1;
  background-color: rgb(204 78 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-selection-accent-past\/0 {
  background-color: rgb(204 78 0 / 0)
}
.tw-bg-dt-selection-accent-past\/10 {
  background-color: rgb(204 78 0 / 0.1)
}
.tw-bg-dt-selection-accent-past\/100 {
  background-color: rgb(204 78 0 / 1)
}
.tw-bg-dt-selection-accent-past\/15 {
  background-color: rgb(204 78 0 / 0.15)
}
.tw-bg-dt-selection-accent-past\/20 {
  background-color: rgb(204 78 0 / 0.2)
}
.tw-bg-dt-selection-accent-past\/25 {
  background-color: rgb(204 78 0 / 0.25)
}
.tw-bg-dt-selection-accent-past\/30 {
  background-color: rgb(204 78 0 / 0.3)
}
.tw-bg-dt-selection-accent-past\/35 {
  background-color: rgb(204 78 0 / 0.35)
}
.tw-bg-dt-selection-accent-past\/40 {
  background-color: rgb(204 78 0 / 0.4)
}
.tw-bg-dt-selection-accent-past\/45 {
  background-color: rgb(204 78 0 / 0.45)
}
.tw-bg-dt-selection-accent-past\/5 {
  background-color: rgb(204 78 0 / 0.05)
}
.tw-bg-dt-selection-accent-past\/50 {
  background-color: rgb(204 78 0 / 0.5)
}
.tw-bg-dt-selection-accent-past\/55 {
  background-color: rgb(204 78 0 / 0.55)
}
.tw-bg-dt-selection-accent-past\/60 {
  background-color: rgb(204 78 0 / 0.6)
}
.tw-bg-dt-selection-accent-past\/65 {
  background-color: rgb(204 78 0 / 0.65)
}
.tw-bg-dt-selection-accent-past\/70 {
  background-color: rgb(204 78 0 / 0.7)
}
.tw-bg-dt-selection-accent-past\/75 {
  background-color: rgb(204 78 0 / 0.75)
}
.tw-bg-dt-selection-accent-past\/80 {
  background-color: rgb(204 78 0 / 0.8)
}
.tw-bg-dt-selection-accent-past\/85 {
  background-color: rgb(204 78 0 / 0.85)
}
.tw-bg-dt-selection-accent-past\/90 {
  background-color: rgb(204 78 0 / 0.9)
}
.tw-bg-dt-selection-accent-past\/95 {
  background-color: rgb(204 78 0 / 0.95)
}
.tw-bg-dt-selection-accent-today {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-selection-accent-today\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-selection-accent-today\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-selection-accent-today\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-selection-accent-today\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-selection-accent-today\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-selection-accent-today\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-selection-accent-today\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-selection-accent-today\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-selection-accent-today\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-selection-accent-today\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-selection-accent-today\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-selection-accent-today\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-selection-accent-today\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-selection-accent-today\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-selection-accent-today\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-selection-accent-today\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-selection-accent-today\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-selection-accent-today\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-selection-accent-today\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-selection-accent-today\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-selection-accent-today\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-selection-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 243 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-selection-bg\/0 {
  background-color: rgb(240 240 243 / 0)
}
.tw-bg-dt-selection-bg\/10 {
  background-color: rgb(240 240 243 / 0.1)
}
.tw-bg-dt-selection-bg\/100 {
  background-color: rgb(240 240 243 / 1)
}
.tw-bg-dt-selection-bg\/15 {
  background-color: rgb(240 240 243 / 0.15)
}
.tw-bg-dt-selection-bg\/20 {
  background-color: rgb(240 240 243 / 0.2)
}
.tw-bg-dt-selection-bg\/25 {
  background-color: rgb(240 240 243 / 0.25)
}
.tw-bg-dt-selection-bg\/30 {
  background-color: rgb(240 240 243 / 0.3)
}
.tw-bg-dt-selection-bg\/35 {
  background-color: rgb(240 240 243 / 0.35)
}
.tw-bg-dt-selection-bg\/40 {
  background-color: rgb(240 240 243 / 0.4)
}
.tw-bg-dt-selection-bg\/45 {
  background-color: rgb(240 240 243 / 0.45)
}
.tw-bg-dt-selection-bg\/5 {
  background-color: rgb(240 240 243 / 0.05)
}
.tw-bg-dt-selection-bg\/50 {
  background-color: rgb(240 240 243 / 0.5)
}
.tw-bg-dt-selection-bg\/55 {
  background-color: rgb(240 240 243 / 0.55)
}
.tw-bg-dt-selection-bg\/60 {
  background-color: rgb(240 240 243 / 0.6)
}
.tw-bg-dt-selection-bg\/65 {
  background-color: rgb(240 240 243 / 0.65)
}
.tw-bg-dt-selection-bg\/70 {
  background-color: rgb(240 240 243 / 0.7)
}
.tw-bg-dt-selection-bg\/75 {
  background-color: rgb(240 240 243 / 0.75)
}
.tw-bg-dt-selection-bg\/80 {
  background-color: rgb(240 240 243 / 0.8)
}
.tw-bg-dt-selection-bg\/85 {
  background-color: rgb(240 240 243 / 0.85)
}
.tw-bg-dt-selection-bg\/90 {
  background-color: rgb(240 240 243 / 0.9)
}
.tw-bg-dt-selection-bg\/95 {
  background-color: rgb(240 240 243 / 0.95)
}
.tw-bg-dt-selection-border {
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 36 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-selection-border\/0 {
  background-color: rgb(28 32 36 / 0)
}
.tw-bg-dt-selection-border\/10 {
  background-color: rgb(28 32 36 / 0.1)
}
.tw-bg-dt-selection-border\/100 {
  background-color: rgb(28 32 36 / 1)
}
.tw-bg-dt-selection-border\/15 {
  background-color: rgb(28 32 36 / 0.15)
}
.tw-bg-dt-selection-border\/20 {
  background-color: rgb(28 32 36 / 0.2)
}
.tw-bg-dt-selection-border\/25 {
  background-color: rgb(28 32 36 / 0.25)
}
.tw-bg-dt-selection-border\/30 {
  background-color: rgb(28 32 36 / 0.3)
}
.tw-bg-dt-selection-border\/35 {
  background-color: rgb(28 32 36 / 0.35)
}
.tw-bg-dt-selection-border\/40 {
  background-color: rgb(28 32 36 / 0.4)
}
.tw-bg-dt-selection-border\/45 {
  background-color: rgb(28 32 36 / 0.45)
}
.tw-bg-dt-selection-border\/5 {
  background-color: rgb(28 32 36 / 0.05)
}
.tw-bg-dt-selection-border\/50 {
  background-color: rgb(28 32 36 / 0.5)
}
.tw-bg-dt-selection-border\/55 {
  background-color: rgb(28 32 36 / 0.55)
}
.tw-bg-dt-selection-border\/60 {
  background-color: rgb(28 32 36 / 0.6)
}
.tw-bg-dt-selection-border\/65 {
  background-color: rgb(28 32 36 / 0.65)
}
.tw-bg-dt-selection-border\/70 {
  background-color: rgb(28 32 36 / 0.7)
}
.tw-bg-dt-selection-border\/75 {
  background-color: rgb(28 32 36 / 0.75)
}
.tw-bg-dt-selection-border\/80 {
  background-color: rgb(28 32 36 / 0.8)
}
.tw-bg-dt-selection-border\/85 {
  background-color: rgb(28 32 36 / 0.85)
}
.tw-bg-dt-selection-border\/90 {
  background-color: rgb(28 32 36 / 0.9)
}
.tw-bg-dt-selection-border\/95 {
  background-color: rgb(28 32 36 / 0.95)
}
.tw-bg-dt-selection-text {
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 36 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-selection-text\/0 {
  background-color: rgb(28 32 36 / 0)
}
.tw-bg-dt-selection-text\/10 {
  background-color: rgb(28 32 36 / 0.1)
}
.tw-bg-dt-selection-text\/100 {
  background-color: rgb(28 32 36 / 1)
}
.tw-bg-dt-selection-text\/15 {
  background-color: rgb(28 32 36 / 0.15)
}
.tw-bg-dt-selection-text\/20 {
  background-color: rgb(28 32 36 / 0.2)
}
.tw-bg-dt-selection-text\/25 {
  background-color: rgb(28 32 36 / 0.25)
}
.tw-bg-dt-selection-text\/30 {
  background-color: rgb(28 32 36 / 0.3)
}
.tw-bg-dt-selection-text\/35 {
  background-color: rgb(28 32 36 / 0.35)
}
.tw-bg-dt-selection-text\/40 {
  background-color: rgb(28 32 36 / 0.4)
}
.tw-bg-dt-selection-text\/45 {
  background-color: rgb(28 32 36 / 0.45)
}
.tw-bg-dt-selection-text\/5 {
  background-color: rgb(28 32 36 / 0.05)
}
.tw-bg-dt-selection-text\/50 {
  background-color: rgb(28 32 36 / 0.5)
}
.tw-bg-dt-selection-text\/55 {
  background-color: rgb(28 32 36 / 0.55)
}
.tw-bg-dt-selection-text\/60 {
  background-color: rgb(28 32 36 / 0.6)
}
.tw-bg-dt-selection-text\/65 {
  background-color: rgb(28 32 36 / 0.65)
}
.tw-bg-dt-selection-text\/70 {
  background-color: rgb(28 32 36 / 0.7)
}
.tw-bg-dt-selection-text\/75 {
  background-color: rgb(28 32 36 / 0.75)
}
.tw-bg-dt-selection-text\/80 {
  background-color: rgb(28 32 36 / 0.8)
}
.tw-bg-dt-selection-text\/85 {
  background-color: rgb(28 32 36 / 0.85)
}
.tw-bg-dt-selection-text\/90 {
  background-color: rgb(28 32 36 / 0.9)
}
.tw-bg-dt-selection-text\/95 {
  background-color: rgb(28 32 36 / 0.95)
}
.tw-bg-dt-slate-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-0\/0 {
  background-color: rgb(255 255 255 / 0)
}
.tw-bg-dt-slate-0\/10 {
  background-color: rgb(255 255 255 / 0.1)
}
.tw-bg-dt-slate-0\/100 {
  background-color: rgb(255 255 255 / 1)
}
.tw-bg-dt-slate-0\/15 {
  background-color: rgb(255 255 255 / 0.15)
}
.tw-bg-dt-slate-0\/20 {
  background-color: rgb(255 255 255 / 0.2)
}
.tw-bg-dt-slate-0\/25 {
  background-color: rgb(255 255 255 / 0.25)
}
.tw-bg-dt-slate-0\/30 {
  background-color: rgb(255 255 255 / 0.3)
}
.tw-bg-dt-slate-0\/35 {
  background-color: rgb(255 255 255 / 0.35)
}
.tw-bg-dt-slate-0\/40 {
  background-color: rgb(255 255 255 / 0.4)
}
.tw-bg-dt-slate-0\/45 {
  background-color: rgb(255 255 255 / 0.45)
}
.tw-bg-dt-slate-0\/5 {
  background-color: rgb(255 255 255 / 0.05)
}
.tw-bg-dt-slate-0\/50 {
  background-color: rgb(255 255 255 / 0.5)
}
.tw-bg-dt-slate-0\/55 {
  background-color: rgb(255 255 255 / 0.55)
}
.tw-bg-dt-slate-0\/60 {
  background-color: rgb(255 255 255 / 0.6)
}
.tw-bg-dt-slate-0\/65 {
  background-color: rgb(255 255 255 / 0.65)
}
.tw-bg-dt-slate-0\/70 {
  background-color: rgb(255 255 255 / 0.7)
}
.tw-bg-dt-slate-0\/75 {
  background-color: rgb(255 255 255 / 0.75)
}
.tw-bg-dt-slate-0\/80 {
  background-color: rgb(255 255 255 / 0.8)
}
.tw-bg-dt-slate-0\/85 {
  background-color: rgb(255 255 255 / 0.85)
}
.tw-bg-dt-slate-0\/90 {
  background-color: rgb(255 255 255 / 0.9)
}
.tw-bg-dt-slate-0\/95 {
  background-color: rgb(255 255 255 / 0.95)
}
.tw-bg-dt-slate-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-1\/0 {
  background-color: rgb(252 252 253 / 0)
}
.tw-bg-dt-slate-1\/10 {
  background-color: rgb(252 252 253 / 0.1)
}
.tw-bg-dt-slate-1\/100 {
  background-color: rgb(252 252 253 / 1)
}
.tw-bg-dt-slate-1\/15 {
  background-color: rgb(252 252 253 / 0.15)
}
.tw-bg-dt-slate-1\/20 {
  background-color: rgb(252 252 253 / 0.2)
}
.tw-bg-dt-slate-1\/25 {
  background-color: rgb(252 252 253 / 0.25)
}
.tw-bg-dt-slate-1\/30 {
  background-color: rgb(252 252 253 / 0.3)
}
.tw-bg-dt-slate-1\/35 {
  background-color: rgb(252 252 253 / 0.35)
}
.tw-bg-dt-slate-1\/40 {
  background-color: rgb(252 252 253 / 0.4)
}
.tw-bg-dt-slate-1\/45 {
  background-color: rgb(252 252 253 / 0.45)
}
.tw-bg-dt-slate-1\/5 {
  background-color: rgb(252 252 253 / 0.05)
}
.tw-bg-dt-slate-1\/50 {
  background-color: rgb(252 252 253 / 0.5)
}
.tw-bg-dt-slate-1\/55 {
  background-color: rgb(252 252 253 / 0.55)
}
.tw-bg-dt-slate-1\/60 {
  background-color: rgb(252 252 253 / 0.6)
}
.tw-bg-dt-slate-1\/65 {
  background-color: rgb(252 252 253 / 0.65)
}
.tw-bg-dt-slate-1\/70 {
  background-color: rgb(252 252 253 / 0.7)
}
.tw-bg-dt-slate-1\/75 {
  background-color: rgb(252 252 253 / 0.75)
}
.tw-bg-dt-slate-1\/80 {
  background-color: rgb(252 252 253 / 0.8)
}
.tw-bg-dt-slate-1\/85 {
  background-color: rgb(252 252 253 / 0.85)
}
.tw-bg-dt-slate-1\/90 {
  background-color: rgb(252 252 253 / 0.9)
}
.tw-bg-dt-slate-1\/95 {
  background-color: rgb(252 252 253 / 0.95)
}
.tw-bg-dt-slate-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 131 141 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-10\/0 {
  background-color: rgb(128 131 141 / 0)
}
.tw-bg-dt-slate-10\/10 {
  background-color: rgb(128 131 141 / 0.1)
}
.tw-bg-dt-slate-10\/100 {
  background-color: rgb(128 131 141 / 1)
}
.tw-bg-dt-slate-10\/15 {
  background-color: rgb(128 131 141 / 0.15)
}
.tw-bg-dt-slate-10\/20 {
  background-color: rgb(128 131 141 / 0.2)
}
.tw-bg-dt-slate-10\/25 {
  background-color: rgb(128 131 141 / 0.25)
}
.tw-bg-dt-slate-10\/30 {
  background-color: rgb(128 131 141 / 0.3)
}
.tw-bg-dt-slate-10\/35 {
  background-color: rgb(128 131 141 / 0.35)
}
.tw-bg-dt-slate-10\/40 {
  background-color: rgb(128 131 141 / 0.4)
}
.tw-bg-dt-slate-10\/45 {
  background-color: rgb(128 131 141 / 0.45)
}
.tw-bg-dt-slate-10\/5 {
  background-color: rgb(128 131 141 / 0.05)
}
.tw-bg-dt-slate-10\/50 {
  background-color: rgb(128 131 141 / 0.5)
}
.tw-bg-dt-slate-10\/55 {
  background-color: rgb(128 131 141 / 0.55)
}
.tw-bg-dt-slate-10\/60 {
  background-color: rgb(128 131 141 / 0.6)
}
.tw-bg-dt-slate-10\/65 {
  background-color: rgb(128 131 141 / 0.65)
}
.tw-bg-dt-slate-10\/70 {
  background-color: rgb(128 131 141 / 0.7)
}
.tw-bg-dt-slate-10\/75 {
  background-color: rgb(128 131 141 / 0.75)
}
.tw-bg-dt-slate-10\/80 {
  background-color: rgb(128 131 141 / 0.8)
}
.tw-bg-dt-slate-10\/85 {
  background-color: rgb(128 131 141 / 0.85)
}
.tw-bg-dt-slate-10\/90 {
  background-color: rgb(128 131 141 / 0.9)
}
.tw-bg-dt-slate-10\/95 {
  background-color: rgb(128 131 141 / 0.95)
}
.tw-bg-dt-slate-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 100 108 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-11\/0 {
  background-color: rgb(96 100 108 / 0)
}
.tw-bg-dt-slate-11\/10 {
  background-color: rgb(96 100 108 / 0.1)
}
.tw-bg-dt-slate-11\/100 {
  background-color: rgb(96 100 108 / 1)
}
.tw-bg-dt-slate-11\/15 {
  background-color: rgb(96 100 108 / 0.15)
}
.tw-bg-dt-slate-11\/20 {
  background-color: rgb(96 100 108 / 0.2)
}
.tw-bg-dt-slate-11\/25 {
  background-color: rgb(96 100 108 / 0.25)
}
.tw-bg-dt-slate-11\/30 {
  background-color: rgb(96 100 108 / 0.3)
}
.tw-bg-dt-slate-11\/35 {
  background-color: rgb(96 100 108 / 0.35)
}
.tw-bg-dt-slate-11\/40 {
  background-color: rgb(96 100 108 / 0.4)
}
.tw-bg-dt-slate-11\/45 {
  background-color: rgb(96 100 108 / 0.45)
}
.tw-bg-dt-slate-11\/5 {
  background-color: rgb(96 100 108 / 0.05)
}
.tw-bg-dt-slate-11\/50 {
  background-color: rgb(96 100 108 / 0.5)
}
.tw-bg-dt-slate-11\/55 {
  background-color: rgb(96 100 108 / 0.55)
}
.tw-bg-dt-slate-11\/60 {
  background-color: rgb(96 100 108 / 0.6)
}
.tw-bg-dt-slate-11\/65 {
  background-color: rgb(96 100 108 / 0.65)
}
.tw-bg-dt-slate-11\/70 {
  background-color: rgb(96 100 108 / 0.7)
}
.tw-bg-dt-slate-11\/75 {
  background-color: rgb(96 100 108 / 0.75)
}
.tw-bg-dt-slate-11\/80 {
  background-color: rgb(96 100 108 / 0.8)
}
.tw-bg-dt-slate-11\/85 {
  background-color: rgb(96 100 108 / 0.85)
}
.tw-bg-dt-slate-11\/90 {
  background-color: rgb(96 100 108 / 0.9)
}
.tw-bg-dt-slate-11\/95 {
  background-color: rgb(96 100 108 / 0.95)
}
.tw-bg-dt-slate-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 36 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-12\/0 {
  background-color: rgb(28 32 36 / 0)
}
.tw-bg-dt-slate-12\/10 {
  background-color: rgb(28 32 36 / 0.1)
}
.tw-bg-dt-slate-12\/100 {
  background-color: rgb(28 32 36 / 1)
}
.tw-bg-dt-slate-12\/15 {
  background-color: rgb(28 32 36 / 0.15)
}
.tw-bg-dt-slate-12\/20 {
  background-color: rgb(28 32 36 / 0.2)
}
.tw-bg-dt-slate-12\/25 {
  background-color: rgb(28 32 36 / 0.25)
}
.tw-bg-dt-slate-12\/30 {
  background-color: rgb(28 32 36 / 0.3)
}
.tw-bg-dt-slate-12\/35 {
  background-color: rgb(28 32 36 / 0.35)
}
.tw-bg-dt-slate-12\/40 {
  background-color: rgb(28 32 36 / 0.4)
}
.tw-bg-dt-slate-12\/45 {
  background-color: rgb(28 32 36 / 0.45)
}
.tw-bg-dt-slate-12\/5 {
  background-color: rgb(28 32 36 / 0.05)
}
.tw-bg-dt-slate-12\/50 {
  background-color: rgb(28 32 36 / 0.5)
}
.tw-bg-dt-slate-12\/55 {
  background-color: rgb(28 32 36 / 0.55)
}
.tw-bg-dt-slate-12\/60 {
  background-color: rgb(28 32 36 / 0.6)
}
.tw-bg-dt-slate-12\/65 {
  background-color: rgb(28 32 36 / 0.65)
}
.tw-bg-dt-slate-12\/70 {
  background-color: rgb(28 32 36 / 0.7)
}
.tw-bg-dt-slate-12\/75 {
  background-color: rgb(28 32 36 / 0.75)
}
.tw-bg-dt-slate-12\/80 {
  background-color: rgb(28 32 36 / 0.8)
}
.tw-bg-dt-slate-12\/85 {
  background-color: rgb(28 32 36 / 0.85)
}
.tw-bg-dt-slate-12\/90 {
  background-color: rgb(28 32 36 / 0.9)
}
.tw-bg-dt-slate-12\/95 {
  background-color: rgb(28 32 36 / 0.95)
}
.tw-bg-dt-slate-13 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-13\/0 {
  background-color: rgb(0 0 0 / 0)
}
.tw-bg-dt-slate-13\/10 {
  background-color: rgb(0 0 0 / 0.1)
}
.tw-bg-dt-slate-13\/100 {
  background-color: rgb(0 0 0 / 1)
}
.tw-bg-dt-slate-13\/15 {
  background-color: rgb(0 0 0 / 0.15)
}
.tw-bg-dt-slate-13\/20 {
  background-color: rgb(0 0 0 / 0.2)
}
.tw-bg-dt-slate-13\/25 {
  background-color: rgb(0 0 0 / 0.25)
}
.tw-bg-dt-slate-13\/30 {
  background-color: rgb(0 0 0 / 0.3)
}
.tw-bg-dt-slate-13\/35 {
  background-color: rgb(0 0 0 / 0.35)
}
.tw-bg-dt-slate-13\/40 {
  background-color: rgb(0 0 0 / 0.4)
}
.tw-bg-dt-slate-13\/45 {
  background-color: rgb(0 0 0 / 0.45)
}
.tw-bg-dt-slate-13\/5 {
  background-color: rgb(0 0 0 / 0.05)
}
.tw-bg-dt-slate-13\/50 {
  background-color: rgb(0 0 0 / 0.5)
}
.tw-bg-dt-slate-13\/55 {
  background-color: rgb(0 0 0 / 0.55)
}
.tw-bg-dt-slate-13\/60 {
  background-color: rgb(0 0 0 / 0.6)
}
.tw-bg-dt-slate-13\/65 {
  background-color: rgb(0 0 0 / 0.65)
}
.tw-bg-dt-slate-13\/70 {
  background-color: rgb(0 0 0 / 0.7)
}
.tw-bg-dt-slate-13\/75 {
  background-color: rgb(0 0 0 / 0.75)
}
.tw-bg-dt-slate-13\/80 {
  background-color: rgb(0 0 0 / 0.8)
}
.tw-bg-dt-slate-13\/85 {
  background-color: rgb(0 0 0 / 0.85)
}
.tw-bg-dt-slate-13\/90 {
  background-color: rgb(0 0 0 / 0.9)
}
.tw-bg-dt-slate-13\/95 {
  background-color: rgb(0 0 0 / 0.95)
}
.tw-bg-dt-slate-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-2\/0 {
  background-color: rgb(249 249 251 / 0)
}
.tw-bg-dt-slate-2\/10 {
  background-color: rgb(249 249 251 / 0.1)
}
.tw-bg-dt-slate-2\/100 {
  background-color: rgb(249 249 251 / 1)
}
.tw-bg-dt-slate-2\/15 {
  background-color: rgb(249 249 251 / 0.15)
}
.tw-bg-dt-slate-2\/20 {
  background-color: rgb(249 249 251 / 0.2)
}
.tw-bg-dt-slate-2\/25 {
  background-color: rgb(249 249 251 / 0.25)
}
.tw-bg-dt-slate-2\/30 {
  background-color: rgb(249 249 251 / 0.3)
}
.tw-bg-dt-slate-2\/35 {
  background-color: rgb(249 249 251 / 0.35)
}
.tw-bg-dt-slate-2\/40 {
  background-color: rgb(249 249 251 / 0.4)
}
.tw-bg-dt-slate-2\/45 {
  background-color: rgb(249 249 251 / 0.45)
}
.tw-bg-dt-slate-2\/5 {
  background-color: rgb(249 249 251 / 0.05)
}
.tw-bg-dt-slate-2\/50 {
  background-color: rgb(249 249 251 / 0.5)
}
.tw-bg-dt-slate-2\/55 {
  background-color: rgb(249 249 251 / 0.55)
}
.tw-bg-dt-slate-2\/60 {
  background-color: rgb(249 249 251 / 0.6)
}
.tw-bg-dt-slate-2\/65 {
  background-color: rgb(249 249 251 / 0.65)
}
.tw-bg-dt-slate-2\/70 {
  background-color: rgb(249 249 251 / 0.7)
}
.tw-bg-dt-slate-2\/75 {
  background-color: rgb(249 249 251 / 0.75)
}
.tw-bg-dt-slate-2\/80 {
  background-color: rgb(249 249 251 / 0.8)
}
.tw-bg-dt-slate-2\/85 {
  background-color: rgb(249 249 251 / 0.85)
}
.tw-bg-dt-slate-2\/90 {
  background-color: rgb(249 249 251 / 0.9)
}
.tw-bg-dt-slate-2\/95 {
  background-color: rgb(249 249 251 / 0.95)
}
.tw-bg-dt-slate-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 243 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-3\/0 {
  background-color: rgb(240 240 243 / 0)
}
.tw-bg-dt-slate-3\/10 {
  background-color: rgb(240 240 243 / 0.1)
}
.tw-bg-dt-slate-3\/100 {
  background-color: rgb(240 240 243 / 1)
}
.tw-bg-dt-slate-3\/15 {
  background-color: rgb(240 240 243 / 0.15)
}
.tw-bg-dt-slate-3\/20 {
  background-color: rgb(240 240 243 / 0.2)
}
.tw-bg-dt-slate-3\/25 {
  background-color: rgb(240 240 243 / 0.25)
}
.tw-bg-dt-slate-3\/30 {
  background-color: rgb(240 240 243 / 0.3)
}
.tw-bg-dt-slate-3\/35 {
  background-color: rgb(240 240 243 / 0.35)
}
.tw-bg-dt-slate-3\/40 {
  background-color: rgb(240 240 243 / 0.4)
}
.tw-bg-dt-slate-3\/45 {
  background-color: rgb(240 240 243 / 0.45)
}
.tw-bg-dt-slate-3\/5 {
  background-color: rgb(240 240 243 / 0.05)
}
.tw-bg-dt-slate-3\/50 {
  background-color: rgb(240 240 243 / 0.5)
}
.tw-bg-dt-slate-3\/55 {
  background-color: rgb(240 240 243 / 0.55)
}
.tw-bg-dt-slate-3\/60 {
  background-color: rgb(240 240 243 / 0.6)
}
.tw-bg-dt-slate-3\/65 {
  background-color: rgb(240 240 243 / 0.65)
}
.tw-bg-dt-slate-3\/70 {
  background-color: rgb(240 240 243 / 0.7)
}
.tw-bg-dt-slate-3\/75 {
  background-color: rgb(240 240 243 / 0.75)
}
.tw-bg-dt-slate-3\/80 {
  background-color: rgb(240 240 243 / 0.8)
}
.tw-bg-dt-slate-3\/85 {
  background-color: rgb(240 240 243 / 0.85)
}
.tw-bg-dt-slate-3\/90 {
  background-color: rgb(240 240 243 / 0.9)
}
.tw-bg-dt-slate-3\/95 {
  background-color: rgb(240 240 243 / 0.95)
}
.tw-bg-dt-slate-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 236 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-4\/0 {
  background-color: rgb(232 232 236 / 0)
}
.tw-bg-dt-slate-4\/10 {
  background-color: rgb(232 232 236 / 0.1)
}
.tw-bg-dt-slate-4\/100 {
  background-color: rgb(232 232 236 / 1)
}
.tw-bg-dt-slate-4\/15 {
  background-color: rgb(232 232 236 / 0.15)
}
.tw-bg-dt-slate-4\/20 {
  background-color: rgb(232 232 236 / 0.2)
}
.tw-bg-dt-slate-4\/25 {
  background-color: rgb(232 232 236 / 0.25)
}
.tw-bg-dt-slate-4\/30 {
  background-color: rgb(232 232 236 / 0.3)
}
.tw-bg-dt-slate-4\/35 {
  background-color: rgb(232 232 236 / 0.35)
}
.tw-bg-dt-slate-4\/40 {
  background-color: rgb(232 232 236 / 0.4)
}
.tw-bg-dt-slate-4\/45 {
  background-color: rgb(232 232 236 / 0.45)
}
.tw-bg-dt-slate-4\/5 {
  background-color: rgb(232 232 236 / 0.05)
}
.tw-bg-dt-slate-4\/50 {
  background-color: rgb(232 232 236 / 0.5)
}
.tw-bg-dt-slate-4\/55 {
  background-color: rgb(232 232 236 / 0.55)
}
.tw-bg-dt-slate-4\/60 {
  background-color: rgb(232 232 236 / 0.6)
}
.tw-bg-dt-slate-4\/65 {
  background-color: rgb(232 232 236 / 0.65)
}
.tw-bg-dt-slate-4\/70 {
  background-color: rgb(232 232 236 / 0.7)
}
.tw-bg-dt-slate-4\/75 {
  background-color: rgb(232 232 236 / 0.75)
}
.tw-bg-dt-slate-4\/80 {
  background-color: rgb(232 232 236 / 0.8)
}
.tw-bg-dt-slate-4\/85 {
  background-color: rgb(232 232 236 / 0.85)
}
.tw-bg-dt-slate-4\/90 {
  background-color: rgb(232 232 236 / 0.9)
}
.tw-bg-dt-slate-4\/95 {
  background-color: rgb(232 232 236 / 0.95)
}
.tw-bg-dt-slate-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 225 230 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-5\/0 {
  background-color: rgb(224 225 230 / 0)
}
.tw-bg-dt-slate-5\/10 {
  background-color: rgb(224 225 230 / 0.1)
}
.tw-bg-dt-slate-5\/100 {
  background-color: rgb(224 225 230 / 1)
}
.tw-bg-dt-slate-5\/15 {
  background-color: rgb(224 225 230 / 0.15)
}
.tw-bg-dt-slate-5\/20 {
  background-color: rgb(224 225 230 / 0.2)
}
.tw-bg-dt-slate-5\/25 {
  background-color: rgb(224 225 230 / 0.25)
}
.tw-bg-dt-slate-5\/30 {
  background-color: rgb(224 225 230 / 0.3)
}
.tw-bg-dt-slate-5\/35 {
  background-color: rgb(224 225 230 / 0.35)
}
.tw-bg-dt-slate-5\/40 {
  background-color: rgb(224 225 230 / 0.4)
}
.tw-bg-dt-slate-5\/45 {
  background-color: rgb(224 225 230 / 0.45)
}
.tw-bg-dt-slate-5\/5 {
  background-color: rgb(224 225 230 / 0.05)
}
.tw-bg-dt-slate-5\/50 {
  background-color: rgb(224 225 230 / 0.5)
}
.tw-bg-dt-slate-5\/55 {
  background-color: rgb(224 225 230 / 0.55)
}
.tw-bg-dt-slate-5\/60 {
  background-color: rgb(224 225 230 / 0.6)
}
.tw-bg-dt-slate-5\/65 {
  background-color: rgb(224 225 230 / 0.65)
}
.tw-bg-dt-slate-5\/70 {
  background-color: rgb(224 225 230 / 0.7)
}
.tw-bg-dt-slate-5\/75 {
  background-color: rgb(224 225 230 / 0.75)
}
.tw-bg-dt-slate-5\/80 {
  background-color: rgb(224 225 230 / 0.8)
}
.tw-bg-dt-slate-5\/85 {
  background-color: rgb(224 225 230 / 0.85)
}
.tw-bg-dt-slate-5\/90 {
  background-color: rgb(224 225 230 / 0.9)
}
.tw-bg-dt-slate-5\/95 {
  background-color: rgb(224 225 230 / 0.95)
}
.tw-bg-dt-slate-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 224 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-6\/0 {
  background-color: rgb(217 217 224 / 0)
}
.tw-bg-dt-slate-6\/10 {
  background-color: rgb(217 217 224 / 0.1)
}
.tw-bg-dt-slate-6\/100 {
  background-color: rgb(217 217 224 / 1)
}
.tw-bg-dt-slate-6\/15 {
  background-color: rgb(217 217 224 / 0.15)
}
.tw-bg-dt-slate-6\/20 {
  background-color: rgb(217 217 224 / 0.2)
}
.tw-bg-dt-slate-6\/25 {
  background-color: rgb(217 217 224 / 0.25)
}
.tw-bg-dt-slate-6\/30 {
  background-color: rgb(217 217 224 / 0.3)
}
.tw-bg-dt-slate-6\/35 {
  background-color: rgb(217 217 224 / 0.35)
}
.tw-bg-dt-slate-6\/40 {
  background-color: rgb(217 217 224 / 0.4)
}
.tw-bg-dt-slate-6\/45 {
  background-color: rgb(217 217 224 / 0.45)
}
.tw-bg-dt-slate-6\/5 {
  background-color: rgb(217 217 224 / 0.05)
}
.tw-bg-dt-slate-6\/50 {
  background-color: rgb(217 217 224 / 0.5)
}
.tw-bg-dt-slate-6\/55 {
  background-color: rgb(217 217 224 / 0.55)
}
.tw-bg-dt-slate-6\/60 {
  background-color: rgb(217 217 224 / 0.6)
}
.tw-bg-dt-slate-6\/65 {
  background-color: rgb(217 217 224 / 0.65)
}
.tw-bg-dt-slate-6\/70 {
  background-color: rgb(217 217 224 / 0.7)
}
.tw-bg-dt-slate-6\/75 {
  background-color: rgb(217 217 224 / 0.75)
}
.tw-bg-dt-slate-6\/80 {
  background-color: rgb(217 217 224 / 0.8)
}
.tw-bg-dt-slate-6\/85 {
  background-color: rgb(217 217 224 / 0.85)
}
.tw-bg-dt-slate-6\/90 {
  background-color: rgb(217 217 224 / 0.9)
}
.tw-bg-dt-slate-6\/95 {
  background-color: rgb(217 217 224 / 0.95)
}
.tw-bg-dt-slate-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 206 214 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-7\/0 {
  background-color: rgb(205 206 214 / 0)
}
.tw-bg-dt-slate-7\/10 {
  background-color: rgb(205 206 214 / 0.1)
}
.tw-bg-dt-slate-7\/100 {
  background-color: rgb(205 206 214 / 1)
}
.tw-bg-dt-slate-7\/15 {
  background-color: rgb(205 206 214 / 0.15)
}
.tw-bg-dt-slate-7\/20 {
  background-color: rgb(205 206 214 / 0.2)
}
.tw-bg-dt-slate-7\/25 {
  background-color: rgb(205 206 214 / 0.25)
}
.tw-bg-dt-slate-7\/30 {
  background-color: rgb(205 206 214 / 0.3)
}
.tw-bg-dt-slate-7\/35 {
  background-color: rgb(205 206 214 / 0.35)
}
.tw-bg-dt-slate-7\/40 {
  background-color: rgb(205 206 214 / 0.4)
}
.tw-bg-dt-slate-7\/45 {
  background-color: rgb(205 206 214 / 0.45)
}
.tw-bg-dt-slate-7\/5 {
  background-color: rgb(205 206 214 / 0.05)
}
.tw-bg-dt-slate-7\/50 {
  background-color: rgb(205 206 214 / 0.5)
}
.tw-bg-dt-slate-7\/55 {
  background-color: rgb(205 206 214 / 0.55)
}
.tw-bg-dt-slate-7\/60 {
  background-color: rgb(205 206 214 / 0.6)
}
.tw-bg-dt-slate-7\/65 {
  background-color: rgb(205 206 214 / 0.65)
}
.tw-bg-dt-slate-7\/70 {
  background-color: rgb(205 206 214 / 0.7)
}
.tw-bg-dt-slate-7\/75 {
  background-color: rgb(205 206 214 / 0.75)
}
.tw-bg-dt-slate-7\/80 {
  background-color: rgb(205 206 214 / 0.8)
}
.tw-bg-dt-slate-7\/85 {
  background-color: rgb(205 206 214 / 0.85)
}
.tw-bg-dt-slate-7\/90 {
  background-color: rgb(205 206 214 / 0.9)
}
.tw-bg-dt-slate-7\/95 {
  background-color: rgb(205 206 214 / 0.95)
}
.tw-bg-dt-slate-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 187 198 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-8\/0 {
  background-color: rgb(185 187 198 / 0)
}
.tw-bg-dt-slate-8\/10 {
  background-color: rgb(185 187 198 / 0.1)
}
.tw-bg-dt-slate-8\/100 {
  background-color: rgb(185 187 198 / 1)
}
.tw-bg-dt-slate-8\/15 {
  background-color: rgb(185 187 198 / 0.15)
}
.tw-bg-dt-slate-8\/20 {
  background-color: rgb(185 187 198 / 0.2)
}
.tw-bg-dt-slate-8\/25 {
  background-color: rgb(185 187 198 / 0.25)
}
.tw-bg-dt-slate-8\/30 {
  background-color: rgb(185 187 198 / 0.3)
}
.tw-bg-dt-slate-8\/35 {
  background-color: rgb(185 187 198 / 0.35)
}
.tw-bg-dt-slate-8\/40 {
  background-color: rgb(185 187 198 / 0.4)
}
.tw-bg-dt-slate-8\/45 {
  background-color: rgb(185 187 198 / 0.45)
}
.tw-bg-dt-slate-8\/5 {
  background-color: rgb(185 187 198 / 0.05)
}
.tw-bg-dt-slate-8\/50 {
  background-color: rgb(185 187 198 / 0.5)
}
.tw-bg-dt-slate-8\/55 {
  background-color: rgb(185 187 198 / 0.55)
}
.tw-bg-dt-slate-8\/60 {
  background-color: rgb(185 187 198 / 0.6)
}
.tw-bg-dt-slate-8\/65 {
  background-color: rgb(185 187 198 / 0.65)
}
.tw-bg-dt-slate-8\/70 {
  background-color: rgb(185 187 198 / 0.7)
}
.tw-bg-dt-slate-8\/75 {
  background-color: rgb(185 187 198 / 0.75)
}
.tw-bg-dt-slate-8\/80 {
  background-color: rgb(185 187 198 / 0.8)
}
.tw-bg-dt-slate-8\/85 {
  background-color: rgb(185 187 198 / 0.85)
}
.tw-bg-dt-slate-8\/90 {
  background-color: rgb(185 187 198 / 0.9)
}
.tw-bg-dt-slate-8\/95 {
  background-color: rgb(185 187 198 / 0.95)
}
.tw-bg-dt-slate-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 141 152 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-slate-9\/0 {
  background-color: rgb(139 141 152 / 0)
}
.tw-bg-dt-slate-9\/10 {
  background-color: rgb(139 141 152 / 0.1)
}
.tw-bg-dt-slate-9\/100 {
  background-color: rgb(139 141 152 / 1)
}
.tw-bg-dt-slate-9\/15 {
  background-color: rgb(139 141 152 / 0.15)
}
.tw-bg-dt-slate-9\/20 {
  background-color: rgb(139 141 152 / 0.2)
}
.tw-bg-dt-slate-9\/25 {
  background-color: rgb(139 141 152 / 0.25)
}
.tw-bg-dt-slate-9\/30 {
  background-color: rgb(139 141 152 / 0.3)
}
.tw-bg-dt-slate-9\/35 {
  background-color: rgb(139 141 152 / 0.35)
}
.tw-bg-dt-slate-9\/40 {
  background-color: rgb(139 141 152 / 0.4)
}
.tw-bg-dt-slate-9\/45 {
  background-color: rgb(139 141 152 / 0.45)
}
.tw-bg-dt-slate-9\/5 {
  background-color: rgb(139 141 152 / 0.05)
}
.tw-bg-dt-slate-9\/50 {
  background-color: rgb(139 141 152 / 0.5)
}
.tw-bg-dt-slate-9\/55 {
  background-color: rgb(139 141 152 / 0.55)
}
.tw-bg-dt-slate-9\/60 {
  background-color: rgb(139 141 152 / 0.6)
}
.tw-bg-dt-slate-9\/65 {
  background-color: rgb(139 141 152 / 0.65)
}
.tw-bg-dt-slate-9\/70 {
  background-color: rgb(139 141 152 / 0.7)
}
.tw-bg-dt-slate-9\/75 {
  background-color: rgb(139 141 152 / 0.75)
}
.tw-bg-dt-slate-9\/80 {
  background-color: rgb(139 141 152 / 0.8)
}
.tw-bg-dt-slate-9\/85 {
  background-color: rgb(139 141 152 / 0.85)
}
.tw-bg-dt-slate-9\/90 {
  background-color: rgb(139 141 152 / 0.9)
}
.tw-bg-dt-slate-9\/95 {
  background-color: rgb(139 141 152 / 0.95)
}
.tw-bg-dt-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 247 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-success-100\/0 {
  background-color: rgb(244 251 247 / 0)
}
.tw-bg-dt-success-100\/10 {
  background-color: rgb(244 251 247 / 0.1)
}
.tw-bg-dt-success-100\/100 {
  background-color: rgb(244 251 247 / 1)
}
.tw-bg-dt-success-100\/15 {
  background-color: rgb(244 251 247 / 0.15)
}
.tw-bg-dt-success-100\/20 {
  background-color: rgb(244 251 247 / 0.2)
}
.tw-bg-dt-success-100\/25 {
  background-color: rgb(244 251 247 / 0.25)
}
.tw-bg-dt-success-100\/30 {
  background-color: rgb(244 251 247 / 0.3)
}
.tw-bg-dt-success-100\/35 {
  background-color: rgb(244 251 247 / 0.35)
}
.tw-bg-dt-success-100\/40 {
  background-color: rgb(244 251 247 / 0.4)
}
.tw-bg-dt-success-100\/45 {
  background-color: rgb(244 251 247 / 0.45)
}
.tw-bg-dt-success-100\/5 {
  background-color: rgb(244 251 247 / 0.05)
}
.tw-bg-dt-success-100\/50 {
  background-color: rgb(244 251 247 / 0.5)
}
.tw-bg-dt-success-100\/55 {
  background-color: rgb(244 251 247 / 0.55)
}
.tw-bg-dt-success-100\/60 {
  background-color: rgb(244 251 247 / 0.6)
}
.tw-bg-dt-success-100\/65 {
  background-color: rgb(244 251 247 / 0.65)
}
.tw-bg-dt-success-100\/70 {
  background-color: rgb(244 251 247 / 0.7)
}
.tw-bg-dt-success-100\/75 {
  background-color: rgb(244 251 247 / 0.75)
}
.tw-bg-dt-success-100\/80 {
  background-color: rgb(244 251 247 / 0.8)
}
.tw-bg-dt-success-100\/85 {
  background-color: rgb(244 251 247 / 0.85)
}
.tw-bg-dt-success-100\/90 {
  background-color: rgb(244 251 247 / 0.9)
}
.tw-bg-dt-success-100\/95 {
  background-color: rgb(244 251 247 / 0.95)
}
.tw-bg-dt-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 237 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-success-200\/0 {
  background-color: rgb(230 247 237 / 0)
}
.tw-bg-dt-success-200\/10 {
  background-color: rgb(230 247 237 / 0.1)
}
.tw-bg-dt-success-200\/100 {
  background-color: rgb(230 247 237 / 1)
}
.tw-bg-dt-success-200\/15 {
  background-color: rgb(230 247 237 / 0.15)
}
.tw-bg-dt-success-200\/20 {
  background-color: rgb(230 247 237 / 0.2)
}
.tw-bg-dt-success-200\/25 {
  background-color: rgb(230 247 237 / 0.25)
}
.tw-bg-dt-success-200\/30 {
  background-color: rgb(230 247 237 / 0.3)
}
.tw-bg-dt-success-200\/35 {
  background-color: rgb(230 247 237 / 0.35)
}
.tw-bg-dt-success-200\/40 {
  background-color: rgb(230 247 237 / 0.4)
}
.tw-bg-dt-success-200\/45 {
  background-color: rgb(230 247 237 / 0.45)
}
.tw-bg-dt-success-200\/5 {
  background-color: rgb(230 247 237 / 0.05)
}
.tw-bg-dt-success-200\/50 {
  background-color: rgb(230 247 237 / 0.5)
}
.tw-bg-dt-success-200\/55 {
  background-color: rgb(230 247 237 / 0.55)
}
.tw-bg-dt-success-200\/60 {
  background-color: rgb(230 247 237 / 0.6)
}
.tw-bg-dt-success-200\/65 {
  background-color: rgb(230 247 237 / 0.65)
}
.tw-bg-dt-success-200\/70 {
  background-color: rgb(230 247 237 / 0.7)
}
.tw-bg-dt-success-200\/75 {
  background-color: rgb(230 247 237 / 0.75)
}
.tw-bg-dt-success-200\/80 {
  background-color: rgb(230 247 237 / 0.8)
}
.tw-bg-dt-success-200\/85 {
  background-color: rgb(230 247 237 / 0.85)
}
.tw-bg-dt-success-200\/90 {
  background-color: rgb(230 247 237 / 0.9)
}
.tw-bg-dt-success-200\/95 {
  background-color: rgb(230 247 237 / 0.95)
}
.tw-bg-dt-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 222 200 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-success-300\/0 {
  background-color: rgb(172 222 200 / 0)
}
.tw-bg-dt-success-300\/10 {
  background-color: rgb(172 222 200 / 0.1)
}
.tw-bg-dt-success-300\/100 {
  background-color: rgb(172 222 200 / 1)
}
.tw-bg-dt-success-300\/15 {
  background-color: rgb(172 222 200 / 0.15)
}
.tw-bg-dt-success-300\/20 {
  background-color: rgb(172 222 200 / 0.2)
}
.tw-bg-dt-success-300\/25 {
  background-color: rgb(172 222 200 / 0.25)
}
.tw-bg-dt-success-300\/30 {
  background-color: rgb(172 222 200 / 0.3)
}
.tw-bg-dt-success-300\/35 {
  background-color: rgb(172 222 200 / 0.35)
}
.tw-bg-dt-success-300\/40 {
  background-color: rgb(172 222 200 / 0.4)
}
.tw-bg-dt-success-300\/45 {
  background-color: rgb(172 222 200 / 0.45)
}
.tw-bg-dt-success-300\/5 {
  background-color: rgb(172 222 200 / 0.05)
}
.tw-bg-dt-success-300\/50 {
  background-color: rgb(172 222 200 / 0.5)
}
.tw-bg-dt-success-300\/55 {
  background-color: rgb(172 222 200 / 0.55)
}
.tw-bg-dt-success-300\/60 {
  background-color: rgb(172 222 200 / 0.6)
}
.tw-bg-dt-success-300\/65 {
  background-color: rgb(172 222 200 / 0.65)
}
.tw-bg-dt-success-300\/70 {
  background-color: rgb(172 222 200 / 0.7)
}
.tw-bg-dt-success-300\/75 {
  background-color: rgb(172 222 200 / 0.75)
}
.tw-bg-dt-success-300\/80 {
  background-color: rgb(172 222 200 / 0.8)
}
.tw-bg-dt-success-300\/85 {
  background-color: rgb(172 222 200 / 0.85)
}
.tw-bg-dt-success-300\/90 {
  background-color: rgb(172 222 200 / 0.9)
}
.tw-bg-dt-success-300\/95 {
  background-color: rgb(172 222 200 / 0.95)
}
.tw-bg-dt-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 163 131 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-success-400\/0 {
  background-color: rgb(41 163 131 / 0)
}
.tw-bg-dt-success-400\/10 {
  background-color: rgb(41 163 131 / 0.1)
}
.tw-bg-dt-success-400\/100 {
  background-color: rgb(41 163 131 / 1)
}
.tw-bg-dt-success-400\/15 {
  background-color: rgb(41 163 131 / 0.15)
}
.tw-bg-dt-success-400\/20 {
  background-color: rgb(41 163 131 / 0.2)
}
.tw-bg-dt-success-400\/25 {
  background-color: rgb(41 163 131 / 0.25)
}
.tw-bg-dt-success-400\/30 {
  background-color: rgb(41 163 131 / 0.3)
}
.tw-bg-dt-success-400\/35 {
  background-color: rgb(41 163 131 / 0.35)
}
.tw-bg-dt-success-400\/40 {
  background-color: rgb(41 163 131 / 0.4)
}
.tw-bg-dt-success-400\/45 {
  background-color: rgb(41 163 131 / 0.45)
}
.tw-bg-dt-success-400\/5 {
  background-color: rgb(41 163 131 / 0.05)
}
.tw-bg-dt-success-400\/50 {
  background-color: rgb(41 163 131 / 0.5)
}
.tw-bg-dt-success-400\/55 {
  background-color: rgb(41 163 131 / 0.55)
}
.tw-bg-dt-success-400\/60 {
  background-color: rgb(41 163 131 / 0.6)
}
.tw-bg-dt-success-400\/65 {
  background-color: rgb(41 163 131 / 0.65)
}
.tw-bg-dt-success-400\/70 {
  background-color: rgb(41 163 131 / 0.7)
}
.tw-bg-dt-success-400\/75 {
  background-color: rgb(41 163 131 / 0.75)
}
.tw-bg-dt-success-400\/80 {
  background-color: rgb(41 163 131 / 0.8)
}
.tw-bg-dt-success-400\/85 {
  background-color: rgb(41 163 131 / 0.85)
}
.tw-bg-dt-success-400\/90 {
  background-color: rgb(41 163 131 / 0.9)
}
.tw-bg-dt-success-400\/95 {
  background-color: rgb(41 163 131 / 0.95)
}
.tw-bg-dt-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 131 104 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-success-500\/0 {
  background-color: rgb(32 131 104 / 0)
}
.tw-bg-dt-success-500\/10 {
  background-color: rgb(32 131 104 / 0.1)
}
.tw-bg-dt-success-500\/100 {
  background-color: rgb(32 131 104 / 1)
}
.tw-bg-dt-success-500\/15 {
  background-color: rgb(32 131 104 / 0.15)
}
.tw-bg-dt-success-500\/20 {
  background-color: rgb(32 131 104 / 0.2)
}
.tw-bg-dt-success-500\/25 {
  background-color: rgb(32 131 104 / 0.25)
}
.tw-bg-dt-success-500\/30 {
  background-color: rgb(32 131 104 / 0.3)
}
.tw-bg-dt-success-500\/35 {
  background-color: rgb(32 131 104 / 0.35)
}
.tw-bg-dt-success-500\/40 {
  background-color: rgb(32 131 104 / 0.4)
}
.tw-bg-dt-success-500\/45 {
  background-color: rgb(32 131 104 / 0.45)
}
.tw-bg-dt-success-500\/5 {
  background-color: rgb(32 131 104 / 0.05)
}
.tw-bg-dt-success-500\/50 {
  background-color: rgb(32 131 104 / 0.5)
}
.tw-bg-dt-success-500\/55 {
  background-color: rgb(32 131 104 / 0.55)
}
.tw-bg-dt-success-500\/60 {
  background-color: rgb(32 131 104 / 0.6)
}
.tw-bg-dt-success-500\/65 {
  background-color: rgb(32 131 104 / 0.65)
}
.tw-bg-dt-success-500\/70 {
  background-color: rgb(32 131 104 / 0.7)
}
.tw-bg-dt-success-500\/75 {
  background-color: rgb(32 131 104 / 0.75)
}
.tw-bg-dt-success-500\/80 {
  background-color: rgb(32 131 104 / 0.8)
}
.tw-bg-dt-success-500\/85 {
  background-color: rgb(32 131 104 / 0.85)
}
.tw-bg-dt-success-500\/90 {
  background-color: rgb(32 131 104 / 0.9)
}
.tw-bg-dt-success-500\/95 {
  background-color: rgb(32 131 104 / 0.95)
}
.tw-bg-dt-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 59 49 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-success-600\/0 {
  background-color: rgb(29 59 49 / 0)
}
.tw-bg-dt-success-600\/10 {
  background-color: rgb(29 59 49 / 0.1)
}
.tw-bg-dt-success-600\/100 {
  background-color: rgb(29 59 49 / 1)
}
.tw-bg-dt-success-600\/15 {
  background-color: rgb(29 59 49 / 0.15)
}
.tw-bg-dt-success-600\/20 {
  background-color: rgb(29 59 49 / 0.2)
}
.tw-bg-dt-success-600\/25 {
  background-color: rgb(29 59 49 / 0.25)
}
.tw-bg-dt-success-600\/30 {
  background-color: rgb(29 59 49 / 0.3)
}
.tw-bg-dt-success-600\/35 {
  background-color: rgb(29 59 49 / 0.35)
}
.tw-bg-dt-success-600\/40 {
  background-color: rgb(29 59 49 / 0.4)
}
.tw-bg-dt-success-600\/45 {
  background-color: rgb(29 59 49 / 0.45)
}
.tw-bg-dt-success-600\/5 {
  background-color: rgb(29 59 49 / 0.05)
}
.tw-bg-dt-success-600\/50 {
  background-color: rgb(29 59 49 / 0.5)
}
.tw-bg-dt-success-600\/55 {
  background-color: rgb(29 59 49 / 0.55)
}
.tw-bg-dt-success-600\/60 {
  background-color: rgb(29 59 49 / 0.6)
}
.tw-bg-dt-success-600\/65 {
  background-color: rgb(29 59 49 / 0.65)
}
.tw-bg-dt-success-600\/70 {
  background-color: rgb(29 59 49 / 0.7)
}
.tw-bg-dt-success-600\/75 {
  background-color: rgb(29 59 49 / 0.75)
}
.tw-bg-dt-success-600\/80 {
  background-color: rgb(29 59 49 / 0.8)
}
.tw-bg-dt-success-600\/85 {
  background-color: rgb(29 59 49 / 0.85)
}
.tw-bg-dt-success-600\/90 {
  background-color: rgb(29 59 49 / 0.9)
}
.tw-bg-dt-success-600\/95 {
  background-color: rgb(29 59 49 / 0.95)
}
.tw-bg-dt-surface-action-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 63 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-action-hover-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 248 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-action-hover-alt\/0 {
  background-color: rgb(217 249 248 / 0)
}
.tw-bg-dt-surface-action-hover-alt\/10 {
  background-color: rgb(217 249 248 / 0.1)
}
.tw-bg-dt-surface-action-hover-alt\/100 {
  background-color: rgb(217 249 248 / 1)
}
.tw-bg-dt-surface-action-hover-alt\/15 {
  background-color: rgb(217 249 248 / 0.15)
}
.tw-bg-dt-surface-action-hover-alt\/20 {
  background-color: rgb(217 249 248 / 0.2)
}
.tw-bg-dt-surface-action-hover-alt\/25 {
  background-color: rgb(217 249 248 / 0.25)
}
.tw-bg-dt-surface-action-hover-alt\/30 {
  background-color: rgb(217 249 248 / 0.3)
}
.tw-bg-dt-surface-action-hover-alt\/35 {
  background-color: rgb(217 249 248 / 0.35)
}
.tw-bg-dt-surface-action-hover-alt\/40 {
  background-color: rgb(217 249 248 / 0.4)
}
.tw-bg-dt-surface-action-hover-alt\/45 {
  background-color: rgb(217 249 248 / 0.45)
}
.tw-bg-dt-surface-action-hover-alt\/5 {
  background-color: rgb(217 249 248 / 0.05)
}
.tw-bg-dt-surface-action-hover-alt\/50 {
  background-color: rgb(217 249 248 / 0.5)
}
.tw-bg-dt-surface-action-hover-alt\/55 {
  background-color: rgb(217 249 248 / 0.55)
}
.tw-bg-dt-surface-action-hover-alt\/60 {
  background-color: rgb(217 249 248 / 0.6)
}
.tw-bg-dt-surface-action-hover-alt\/65 {
  background-color: rgb(217 249 248 / 0.65)
}
.tw-bg-dt-surface-action-hover-alt\/70 {
  background-color: rgb(217 249 248 / 0.7)
}
.tw-bg-dt-surface-action-hover-alt\/75 {
  background-color: rgb(217 249 248 / 0.75)
}
.tw-bg-dt-surface-action-hover-alt\/80 {
  background-color: rgb(217 249 248 / 0.8)
}
.tw-bg-dt-surface-action-hover-alt\/85 {
  background-color: rgb(217 249 248 / 0.85)
}
.tw-bg-dt-surface-action-hover-alt\/90 {
  background-color: rgb(217 249 248 / 0.9)
}
.tw-bg-dt-surface-action-hover-alt\/95 {
  background-color: rgb(217 249 248 / 0.95)
}
.tw-bg-dt-surface-action-hover\/0 {
  background-color: rgb(0 63 63 / 0)
}
.tw-bg-dt-surface-action-hover\/10 {
  background-color: rgb(0 63 63 / 0.1)
}
.tw-bg-dt-surface-action-hover\/100 {
  background-color: rgb(0 63 63 / 1)
}
.tw-bg-dt-surface-action-hover\/15 {
  background-color: rgb(0 63 63 / 0.15)
}
.tw-bg-dt-surface-action-hover\/20 {
  background-color: rgb(0 63 63 / 0.2)
}
.tw-bg-dt-surface-action-hover\/25 {
  background-color: rgb(0 63 63 / 0.25)
}
.tw-bg-dt-surface-action-hover\/30 {
  background-color: rgb(0 63 63 / 0.3)
}
.tw-bg-dt-surface-action-hover\/35 {
  background-color: rgb(0 63 63 / 0.35)
}
.tw-bg-dt-surface-action-hover\/40 {
  background-color: rgb(0 63 63 / 0.4)
}
.tw-bg-dt-surface-action-hover\/45 {
  background-color: rgb(0 63 63 / 0.45)
}
.tw-bg-dt-surface-action-hover\/5 {
  background-color: rgb(0 63 63 / 0.05)
}
.tw-bg-dt-surface-action-hover\/50 {
  background-color: rgb(0 63 63 / 0.5)
}
.tw-bg-dt-surface-action-hover\/55 {
  background-color: rgb(0 63 63 / 0.55)
}
.tw-bg-dt-surface-action-hover\/60 {
  background-color: rgb(0 63 63 / 0.6)
}
.tw-bg-dt-surface-action-hover\/65 {
  background-color: rgb(0 63 63 / 0.65)
}
.tw-bg-dt-surface-action-hover\/70 {
  background-color: rgb(0 63 63 / 0.7)
}
.tw-bg-dt-surface-action-hover\/75 {
  background-color: rgb(0 63 63 / 0.75)
}
.tw-bg-dt-surface-action-hover\/80 {
  background-color: rgb(0 63 63 / 0.8)
}
.tw-bg-dt-surface-action-hover\/85 {
  background-color: rgb(0 63 63 / 0.85)
}
.tw-bg-dt-surface-action-hover\/90 {
  background-color: rgb(0 63 63 / 0.9)
}
.tw-bg-dt-surface-action-hover\/95 {
  background-color: rgb(0 63 63 / 0.95)
}
.tw-bg-dt-surface-card {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 243 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-card\/0 {
  background-color: rgb(240 240 243 / 0)
}
.tw-bg-dt-surface-card\/10 {
  background-color: rgb(240 240 243 / 0.1)
}
.tw-bg-dt-surface-card\/100 {
  background-color: rgb(240 240 243 / 1)
}
.tw-bg-dt-surface-card\/15 {
  background-color: rgb(240 240 243 / 0.15)
}
.tw-bg-dt-surface-card\/20 {
  background-color: rgb(240 240 243 / 0.2)
}
.tw-bg-dt-surface-card\/25 {
  background-color: rgb(240 240 243 / 0.25)
}
.tw-bg-dt-surface-card\/30 {
  background-color: rgb(240 240 243 / 0.3)
}
.tw-bg-dt-surface-card\/35 {
  background-color: rgb(240 240 243 / 0.35)
}
.tw-bg-dt-surface-card\/40 {
  background-color: rgb(240 240 243 / 0.4)
}
.tw-bg-dt-surface-card\/45 {
  background-color: rgb(240 240 243 / 0.45)
}
.tw-bg-dt-surface-card\/5 {
  background-color: rgb(240 240 243 / 0.05)
}
.tw-bg-dt-surface-card\/50 {
  background-color: rgb(240 240 243 / 0.5)
}
.tw-bg-dt-surface-card\/55 {
  background-color: rgb(240 240 243 / 0.55)
}
.tw-bg-dt-surface-card\/60 {
  background-color: rgb(240 240 243 / 0.6)
}
.tw-bg-dt-surface-card\/65 {
  background-color: rgb(240 240 243 / 0.65)
}
.tw-bg-dt-surface-card\/70 {
  background-color: rgb(240 240 243 / 0.7)
}
.tw-bg-dt-surface-card\/75 {
  background-color: rgb(240 240 243 / 0.75)
}
.tw-bg-dt-surface-card\/80 {
  background-color: rgb(240 240 243 / 0.8)
}
.tw-bg-dt-surface-card\/85 {
  background-color: rgb(240 240 243 / 0.85)
}
.tw-bg-dt-surface-card\/90 {
  background-color: rgb(240 240 243 / 0.9)
}
.tw-bg-dt-surface-card\/95 {
  background-color: rgb(240 240 243 / 0.95)
}
.tw-bg-dt-surface-contrast {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-contrast\/0 {
  background-color: rgb(0 0 0 / 0)
}
.tw-bg-dt-surface-contrast\/10 {
  background-color: rgb(0 0 0 / 0.1)
}
.tw-bg-dt-surface-contrast\/100 {
  background-color: rgb(0 0 0 / 1)
}
.tw-bg-dt-surface-contrast\/15 {
  background-color: rgb(0 0 0 / 0.15)
}
.tw-bg-dt-surface-contrast\/20 {
  background-color: rgb(0 0 0 / 0.2)
}
.tw-bg-dt-surface-contrast\/25 {
  background-color: rgb(0 0 0 / 0.25)
}
.tw-bg-dt-surface-contrast\/30 {
  background-color: rgb(0 0 0 / 0.3)
}
.tw-bg-dt-surface-contrast\/35 {
  background-color: rgb(0 0 0 / 0.35)
}
.tw-bg-dt-surface-contrast\/40 {
  background-color: rgb(0 0 0 / 0.4)
}
.tw-bg-dt-surface-contrast\/45 {
  background-color: rgb(0 0 0 / 0.45)
}
.tw-bg-dt-surface-contrast\/5 {
  background-color: rgb(0 0 0 / 0.05)
}
.tw-bg-dt-surface-contrast\/50 {
  background-color: rgb(0 0 0 / 0.5)
}
.tw-bg-dt-surface-contrast\/55 {
  background-color: rgb(0 0 0 / 0.55)
}
.tw-bg-dt-surface-contrast\/60 {
  background-color: rgb(0 0 0 / 0.6)
}
.tw-bg-dt-surface-contrast\/65 {
  background-color: rgb(0 0 0 / 0.65)
}
.tw-bg-dt-surface-contrast\/70 {
  background-color: rgb(0 0 0 / 0.7)
}
.tw-bg-dt-surface-contrast\/75 {
  background-color: rgb(0 0 0 / 0.75)
}
.tw-bg-dt-surface-contrast\/80 {
  background-color: rgb(0 0 0 / 0.8)
}
.tw-bg-dt-surface-contrast\/85 {
  background-color: rgb(0 0 0 / 0.85)
}
.tw-bg-dt-surface-contrast\/90 {
  background-color: rgb(0 0 0 / 0.9)
}
.tw-bg-dt-surface-contrast\/95 {
  background-color: rgb(0 0 0 / 0.95)
}
.tw-bg-dt-surface-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 243 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-disabled\/0 {
  background-color: rgb(240 240 243 / 0)
}
.tw-bg-dt-surface-disabled\/10 {
  background-color: rgb(240 240 243 / 0.1)
}
.tw-bg-dt-surface-disabled\/100 {
  background-color: rgb(240 240 243 / 1)
}
.tw-bg-dt-surface-disabled\/15 {
  background-color: rgb(240 240 243 / 0.15)
}
.tw-bg-dt-surface-disabled\/20 {
  background-color: rgb(240 240 243 / 0.2)
}
.tw-bg-dt-surface-disabled\/25 {
  background-color: rgb(240 240 243 / 0.25)
}
.tw-bg-dt-surface-disabled\/30 {
  background-color: rgb(240 240 243 / 0.3)
}
.tw-bg-dt-surface-disabled\/35 {
  background-color: rgb(240 240 243 / 0.35)
}
.tw-bg-dt-surface-disabled\/40 {
  background-color: rgb(240 240 243 / 0.4)
}
.tw-bg-dt-surface-disabled\/45 {
  background-color: rgb(240 240 243 / 0.45)
}
.tw-bg-dt-surface-disabled\/5 {
  background-color: rgb(240 240 243 / 0.05)
}
.tw-bg-dt-surface-disabled\/50 {
  background-color: rgb(240 240 243 / 0.5)
}
.tw-bg-dt-surface-disabled\/55 {
  background-color: rgb(240 240 243 / 0.55)
}
.tw-bg-dt-surface-disabled\/60 {
  background-color: rgb(240 240 243 / 0.6)
}
.tw-bg-dt-surface-disabled\/65 {
  background-color: rgb(240 240 243 / 0.65)
}
.tw-bg-dt-surface-disabled\/70 {
  background-color: rgb(240 240 243 / 0.7)
}
.tw-bg-dt-surface-disabled\/75 {
  background-color: rgb(240 240 243 / 0.75)
}
.tw-bg-dt-surface-disabled\/80 {
  background-color: rgb(240 240 243 / 0.8)
}
.tw-bg-dt-surface-disabled\/85 {
  background-color: rgb(240 240 243 / 0.85)
}
.tw-bg-dt-surface-disabled\/90 {
  background-color: rgb(240 240 243 / 0.9)
}
.tw-bg-dt-surface-disabled\/95 {
  background-color: rgb(240 240 243 / 0.95)
}
.tw-bg-dt-surface-elevated {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-elevated\/0 {
  background-color: rgb(252 252 253 / 0)
}
.tw-bg-dt-surface-elevated\/10 {
  background-color: rgb(252 252 253 / 0.1)
}
.tw-bg-dt-surface-elevated\/100 {
  background-color: rgb(252 252 253 / 1)
}
.tw-bg-dt-surface-elevated\/15 {
  background-color: rgb(252 252 253 / 0.15)
}
.tw-bg-dt-surface-elevated\/20 {
  background-color: rgb(252 252 253 / 0.2)
}
.tw-bg-dt-surface-elevated\/25 {
  background-color: rgb(252 252 253 / 0.25)
}
.tw-bg-dt-surface-elevated\/30 {
  background-color: rgb(252 252 253 / 0.3)
}
.tw-bg-dt-surface-elevated\/35 {
  background-color: rgb(252 252 253 / 0.35)
}
.tw-bg-dt-surface-elevated\/40 {
  background-color: rgb(252 252 253 / 0.4)
}
.tw-bg-dt-surface-elevated\/45 {
  background-color: rgb(252 252 253 / 0.45)
}
.tw-bg-dt-surface-elevated\/5 {
  background-color: rgb(252 252 253 / 0.05)
}
.tw-bg-dt-surface-elevated\/50 {
  background-color: rgb(252 252 253 / 0.5)
}
.tw-bg-dt-surface-elevated\/55 {
  background-color: rgb(252 252 253 / 0.55)
}
.tw-bg-dt-surface-elevated\/60 {
  background-color: rgb(252 252 253 / 0.6)
}
.tw-bg-dt-surface-elevated\/65 {
  background-color: rgb(252 252 253 / 0.65)
}
.tw-bg-dt-surface-elevated\/70 {
  background-color: rgb(252 252 253 / 0.7)
}
.tw-bg-dt-surface-elevated\/75 {
  background-color: rgb(252 252 253 / 0.75)
}
.tw-bg-dt-surface-elevated\/80 {
  background-color: rgb(252 252 253 / 0.8)
}
.tw-bg-dt-surface-elevated\/85 {
  background-color: rgb(252 252 253 / 0.85)
}
.tw-bg-dt-surface-elevated\/90 {
  background-color: rgb(252 252 253 / 0.9)
}
.tw-bg-dt-surface-elevated\/95 {
  background-color: rgb(252 252 253 / 0.95)
}
.tw-bg-dt-surface-future-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(62 99 221 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-future-primary\/0 {
  background-color: rgb(62 99 221 / 0)
}
.tw-bg-dt-surface-future-primary\/10 {
  background-color: rgb(62 99 221 / 0.1)
}
.tw-bg-dt-surface-future-primary\/100 {
  background-color: rgb(62 99 221 / 1)
}
.tw-bg-dt-surface-future-primary\/15 {
  background-color: rgb(62 99 221 / 0.15)
}
.tw-bg-dt-surface-future-primary\/20 {
  background-color: rgb(62 99 221 / 0.2)
}
.tw-bg-dt-surface-future-primary\/25 {
  background-color: rgb(62 99 221 / 0.25)
}
.tw-bg-dt-surface-future-primary\/30 {
  background-color: rgb(62 99 221 / 0.3)
}
.tw-bg-dt-surface-future-primary\/35 {
  background-color: rgb(62 99 221 / 0.35)
}
.tw-bg-dt-surface-future-primary\/40 {
  background-color: rgb(62 99 221 / 0.4)
}
.tw-bg-dt-surface-future-primary\/45 {
  background-color: rgb(62 99 221 / 0.45)
}
.tw-bg-dt-surface-future-primary\/5 {
  background-color: rgb(62 99 221 / 0.05)
}
.tw-bg-dt-surface-future-primary\/50 {
  background-color: rgb(62 99 221 / 0.5)
}
.tw-bg-dt-surface-future-primary\/55 {
  background-color: rgb(62 99 221 / 0.55)
}
.tw-bg-dt-surface-future-primary\/60 {
  background-color: rgb(62 99 221 / 0.6)
}
.tw-bg-dt-surface-future-primary\/65 {
  background-color: rgb(62 99 221 / 0.65)
}
.tw-bg-dt-surface-future-primary\/70 {
  background-color: rgb(62 99 221 / 0.7)
}
.tw-bg-dt-surface-future-primary\/75 {
  background-color: rgb(62 99 221 / 0.75)
}
.tw-bg-dt-surface-future-primary\/80 {
  background-color: rgb(62 99 221 / 0.8)
}
.tw-bg-dt-surface-future-primary\/85 {
  background-color: rgb(62 99 221 / 0.85)
}
.tw-bg-dt-surface-future-primary\/90 {
  background-color: rgb(62 99 221 / 0.9)
}
.tw-bg-dt-surface-future-primary\/95 {
  background-color: rgb(62 99 221 / 0.95)
}
.tw-bg-dt-surface-future-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 254 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-future-secondary\/0 {
  background-color: rgb(237 242 254 / 0)
}
.tw-bg-dt-surface-future-secondary\/10 {
  background-color: rgb(237 242 254 / 0.1)
}
.tw-bg-dt-surface-future-secondary\/100 {
  background-color: rgb(237 242 254 / 1)
}
.tw-bg-dt-surface-future-secondary\/15 {
  background-color: rgb(237 242 254 / 0.15)
}
.tw-bg-dt-surface-future-secondary\/20 {
  background-color: rgb(237 242 254 / 0.2)
}
.tw-bg-dt-surface-future-secondary\/25 {
  background-color: rgb(237 242 254 / 0.25)
}
.tw-bg-dt-surface-future-secondary\/30 {
  background-color: rgb(237 242 254 / 0.3)
}
.tw-bg-dt-surface-future-secondary\/35 {
  background-color: rgb(237 242 254 / 0.35)
}
.tw-bg-dt-surface-future-secondary\/40 {
  background-color: rgb(237 242 254 / 0.4)
}
.tw-bg-dt-surface-future-secondary\/45 {
  background-color: rgb(237 242 254 / 0.45)
}
.tw-bg-dt-surface-future-secondary\/5 {
  background-color: rgb(237 242 254 / 0.05)
}
.tw-bg-dt-surface-future-secondary\/50 {
  background-color: rgb(237 242 254 / 0.5)
}
.tw-bg-dt-surface-future-secondary\/55 {
  background-color: rgb(237 242 254 / 0.55)
}
.tw-bg-dt-surface-future-secondary\/60 {
  background-color: rgb(237 242 254 / 0.6)
}
.tw-bg-dt-surface-future-secondary\/65 {
  background-color: rgb(237 242 254 / 0.65)
}
.tw-bg-dt-surface-future-secondary\/70 {
  background-color: rgb(237 242 254 / 0.7)
}
.tw-bg-dt-surface-future-secondary\/75 {
  background-color: rgb(237 242 254 / 0.75)
}
.tw-bg-dt-surface-future-secondary\/80 {
  background-color: rgb(237 242 254 / 0.8)
}
.tw-bg-dt-surface-future-secondary\/85 {
  background-color: rgb(237 242 254 / 0.85)
}
.tw-bg-dt-surface-future-secondary\/90 {
  background-color: rgb(237 242 254 / 0.9)
}
.tw-bg-dt-surface-future-secondary\/95 {
  background-color: rgb(237 242 254 / 0.95)
}
.tw-bg-dt-surface-in {
  --tw-bg-opacity: 1;
  background-color: rgb(233 246 233 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-in\/0 {
  background-color: rgb(233 246 233 / 0)
}
.tw-bg-dt-surface-in\/10 {
  background-color: rgb(233 246 233 / 0.1)
}
.tw-bg-dt-surface-in\/100 {
  background-color: rgb(233 246 233 / 1)
}
.tw-bg-dt-surface-in\/15 {
  background-color: rgb(233 246 233 / 0.15)
}
.tw-bg-dt-surface-in\/20 {
  background-color: rgb(233 246 233 / 0.2)
}
.tw-bg-dt-surface-in\/25 {
  background-color: rgb(233 246 233 / 0.25)
}
.tw-bg-dt-surface-in\/30 {
  background-color: rgb(233 246 233 / 0.3)
}
.tw-bg-dt-surface-in\/35 {
  background-color: rgb(233 246 233 / 0.35)
}
.tw-bg-dt-surface-in\/40 {
  background-color: rgb(233 246 233 / 0.4)
}
.tw-bg-dt-surface-in\/45 {
  background-color: rgb(233 246 233 / 0.45)
}
.tw-bg-dt-surface-in\/5 {
  background-color: rgb(233 246 233 / 0.05)
}
.tw-bg-dt-surface-in\/50 {
  background-color: rgb(233 246 233 / 0.5)
}
.tw-bg-dt-surface-in\/55 {
  background-color: rgb(233 246 233 / 0.55)
}
.tw-bg-dt-surface-in\/60 {
  background-color: rgb(233 246 233 / 0.6)
}
.tw-bg-dt-surface-in\/65 {
  background-color: rgb(233 246 233 / 0.65)
}
.tw-bg-dt-surface-in\/70 {
  background-color: rgb(233 246 233 / 0.7)
}
.tw-bg-dt-surface-in\/75 {
  background-color: rgb(233 246 233 / 0.75)
}
.tw-bg-dt-surface-in\/80 {
  background-color: rgb(233 246 233 / 0.8)
}
.tw-bg-dt-surface-in\/85 {
  background-color: rgb(233 246 233 / 0.85)
}
.tw-bg-dt-surface-in\/90 {
  background-color: rgb(233 246 233 / 0.9)
}
.tw-bg-dt-surface-in\/95 {
  background-color: rgb(233 246 233 / 0.95)
}
.tw-bg-dt-surface-on-action {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-on-action\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-surface-on-action\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-surface-on-action\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-surface-on-action\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-surface-on-action\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-surface-on-action\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-surface-on-action\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-surface-on-action\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-surface-on-action\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-surface-on-action\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-surface-on-action\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-surface-on-action\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-surface-on-action\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-surface-on-action\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-surface-on-action\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-surface-on-action\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-surface-on-action\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-surface-on-action\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-surface-on-action\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-surface-on-action\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-surface-on-action\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-surface-out {
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 231 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-out\/0 {
  background-color: rgb(254 235 231 / 0)
}
.tw-bg-dt-surface-out\/10 {
  background-color: rgb(254 235 231 / 0.1)
}
.tw-bg-dt-surface-out\/100 {
  background-color: rgb(254 235 231 / 1)
}
.tw-bg-dt-surface-out\/15 {
  background-color: rgb(254 235 231 / 0.15)
}
.tw-bg-dt-surface-out\/20 {
  background-color: rgb(254 235 231 / 0.2)
}
.tw-bg-dt-surface-out\/25 {
  background-color: rgb(254 235 231 / 0.25)
}
.tw-bg-dt-surface-out\/30 {
  background-color: rgb(254 235 231 / 0.3)
}
.tw-bg-dt-surface-out\/35 {
  background-color: rgb(254 235 231 / 0.35)
}
.tw-bg-dt-surface-out\/40 {
  background-color: rgb(254 235 231 / 0.4)
}
.tw-bg-dt-surface-out\/45 {
  background-color: rgb(254 235 231 / 0.45)
}
.tw-bg-dt-surface-out\/5 {
  background-color: rgb(254 235 231 / 0.05)
}
.tw-bg-dt-surface-out\/50 {
  background-color: rgb(254 235 231 / 0.5)
}
.tw-bg-dt-surface-out\/55 {
  background-color: rgb(254 235 231 / 0.55)
}
.tw-bg-dt-surface-out\/60 {
  background-color: rgb(254 235 231 / 0.6)
}
.tw-bg-dt-surface-out\/65 {
  background-color: rgb(254 235 231 / 0.65)
}
.tw-bg-dt-surface-out\/70 {
  background-color: rgb(254 235 231 / 0.7)
}
.tw-bg-dt-surface-out\/75 {
  background-color: rgb(254 235 231 / 0.75)
}
.tw-bg-dt-surface-out\/80 {
  background-color: rgb(254 235 231 / 0.8)
}
.tw-bg-dt-surface-out\/85 {
  background-color: rgb(254 235 231 / 0.85)
}
.tw-bg-dt-surface-out\/90 {
  background-color: rgb(254 235 231 / 0.9)
}
.tw-bg-dt-surface-out\/95 {
  background-color: rgb(254 235 231 / 0.95)
}
.tw-bg-dt-surface-page {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 236 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-page\/0 {
  background-color: rgb(232 232 236 / 0)
}
.tw-bg-dt-surface-page\/10 {
  background-color: rgb(232 232 236 / 0.1)
}
.tw-bg-dt-surface-page\/100 {
  background-color: rgb(232 232 236 / 1)
}
.tw-bg-dt-surface-page\/15 {
  background-color: rgb(232 232 236 / 0.15)
}
.tw-bg-dt-surface-page\/20 {
  background-color: rgb(232 232 236 / 0.2)
}
.tw-bg-dt-surface-page\/25 {
  background-color: rgb(232 232 236 / 0.25)
}
.tw-bg-dt-surface-page\/30 {
  background-color: rgb(232 232 236 / 0.3)
}
.tw-bg-dt-surface-page\/35 {
  background-color: rgb(232 232 236 / 0.35)
}
.tw-bg-dt-surface-page\/40 {
  background-color: rgb(232 232 236 / 0.4)
}
.tw-bg-dt-surface-page\/45 {
  background-color: rgb(232 232 236 / 0.45)
}
.tw-bg-dt-surface-page\/5 {
  background-color: rgb(232 232 236 / 0.05)
}
.tw-bg-dt-surface-page\/50 {
  background-color: rgb(232 232 236 / 0.5)
}
.tw-bg-dt-surface-page\/55 {
  background-color: rgb(232 232 236 / 0.55)
}
.tw-bg-dt-surface-page\/60 {
  background-color: rgb(232 232 236 / 0.6)
}
.tw-bg-dt-surface-page\/65 {
  background-color: rgb(232 232 236 / 0.65)
}
.tw-bg-dt-surface-page\/70 {
  background-color: rgb(232 232 236 / 0.7)
}
.tw-bg-dt-surface-page\/75 {
  background-color: rgb(232 232 236 / 0.75)
}
.tw-bg-dt-surface-page\/80 {
  background-color: rgb(232 232 236 / 0.8)
}
.tw-bg-dt-surface-page\/85 {
  background-color: rgb(232 232 236 / 0.85)
}
.tw-bg-dt-surface-page\/90 {
  background-color: rgb(232 232 236 / 0.9)
}
.tw-bg-dt-surface-page\/95 {
  background-color: rgb(232 232 236 / 0.95)
}
.tw-bg-dt-surface-past-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 107 21 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-past-primary\/0 {
  background-color: rgb(247 107 21 / 0)
}
.tw-bg-dt-surface-past-primary\/10 {
  background-color: rgb(247 107 21 / 0.1)
}
.tw-bg-dt-surface-past-primary\/100 {
  background-color: rgb(247 107 21 / 1)
}
.tw-bg-dt-surface-past-primary\/15 {
  background-color: rgb(247 107 21 / 0.15)
}
.tw-bg-dt-surface-past-primary\/20 {
  background-color: rgb(247 107 21 / 0.2)
}
.tw-bg-dt-surface-past-primary\/25 {
  background-color: rgb(247 107 21 / 0.25)
}
.tw-bg-dt-surface-past-primary\/30 {
  background-color: rgb(247 107 21 / 0.3)
}
.tw-bg-dt-surface-past-primary\/35 {
  background-color: rgb(247 107 21 / 0.35)
}
.tw-bg-dt-surface-past-primary\/40 {
  background-color: rgb(247 107 21 / 0.4)
}
.tw-bg-dt-surface-past-primary\/45 {
  background-color: rgb(247 107 21 / 0.45)
}
.tw-bg-dt-surface-past-primary\/5 {
  background-color: rgb(247 107 21 / 0.05)
}
.tw-bg-dt-surface-past-primary\/50 {
  background-color: rgb(247 107 21 / 0.5)
}
.tw-bg-dt-surface-past-primary\/55 {
  background-color: rgb(247 107 21 / 0.55)
}
.tw-bg-dt-surface-past-primary\/60 {
  background-color: rgb(247 107 21 / 0.6)
}
.tw-bg-dt-surface-past-primary\/65 {
  background-color: rgb(247 107 21 / 0.65)
}
.tw-bg-dt-surface-past-primary\/70 {
  background-color: rgb(247 107 21 / 0.7)
}
.tw-bg-dt-surface-past-primary\/75 {
  background-color: rgb(247 107 21 / 0.75)
}
.tw-bg-dt-surface-past-primary\/80 {
  background-color: rgb(247 107 21 / 0.8)
}
.tw-bg-dt-surface-past-primary\/85 {
  background-color: rgb(247 107 21 / 0.85)
}
.tw-bg-dt-surface-past-primary\/90 {
  background-color: rgb(247 107 21 / 0.9)
}
.tw-bg-dt-surface-past-primary\/95 {
  background-color: rgb(247 107 21 / 0.95)
}
.tw-bg-dt-surface-past-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 214 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-past-secondary\/0 {
  background-color: rgb(255 239 214 / 0)
}
.tw-bg-dt-surface-past-secondary\/10 {
  background-color: rgb(255 239 214 / 0.1)
}
.tw-bg-dt-surface-past-secondary\/100 {
  background-color: rgb(255 239 214 / 1)
}
.tw-bg-dt-surface-past-secondary\/15 {
  background-color: rgb(255 239 214 / 0.15)
}
.tw-bg-dt-surface-past-secondary\/20 {
  background-color: rgb(255 239 214 / 0.2)
}
.tw-bg-dt-surface-past-secondary\/25 {
  background-color: rgb(255 239 214 / 0.25)
}
.tw-bg-dt-surface-past-secondary\/30 {
  background-color: rgb(255 239 214 / 0.3)
}
.tw-bg-dt-surface-past-secondary\/35 {
  background-color: rgb(255 239 214 / 0.35)
}
.tw-bg-dt-surface-past-secondary\/40 {
  background-color: rgb(255 239 214 / 0.4)
}
.tw-bg-dt-surface-past-secondary\/45 {
  background-color: rgb(255 239 214 / 0.45)
}
.tw-bg-dt-surface-past-secondary\/5 {
  background-color: rgb(255 239 214 / 0.05)
}
.tw-bg-dt-surface-past-secondary\/50 {
  background-color: rgb(255 239 214 / 0.5)
}
.tw-bg-dt-surface-past-secondary\/55 {
  background-color: rgb(255 239 214 / 0.55)
}
.tw-bg-dt-surface-past-secondary\/60 {
  background-color: rgb(255 239 214 / 0.6)
}
.tw-bg-dt-surface-past-secondary\/65 {
  background-color: rgb(255 239 214 / 0.65)
}
.tw-bg-dt-surface-past-secondary\/70 {
  background-color: rgb(255 239 214 / 0.7)
}
.tw-bg-dt-surface-past-secondary\/75 {
  background-color: rgb(255 239 214 / 0.75)
}
.tw-bg-dt-surface-past-secondary\/80 {
  background-color: rgb(255 239 214 / 0.8)
}
.tw-bg-dt-surface-past-secondary\/85 {
  background-color: rgb(255 239 214 / 0.85)
}
.tw-bg-dt-surface-past-secondary\/90 {
  background-color: rgb(255 239 214 / 0.9)
}
.tw-bg-dt-surface-past-secondary\/95 {
  background-color: rgb(255 239 214 / 0.95)
}
.tw-bg-dt-surface-sunken {
  --tw-bg-opacity: 1;
  background-color: rgb(205 206 214 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-sunken\/0 {
  background-color: rgb(205 206 214 / 0)
}
.tw-bg-dt-surface-sunken\/10 {
  background-color: rgb(205 206 214 / 0.1)
}
.tw-bg-dt-surface-sunken\/100 {
  background-color: rgb(205 206 214 / 1)
}
.tw-bg-dt-surface-sunken\/15 {
  background-color: rgb(205 206 214 / 0.15)
}
.tw-bg-dt-surface-sunken\/20 {
  background-color: rgb(205 206 214 / 0.2)
}
.tw-bg-dt-surface-sunken\/25 {
  background-color: rgb(205 206 214 / 0.25)
}
.tw-bg-dt-surface-sunken\/30 {
  background-color: rgb(205 206 214 / 0.3)
}
.tw-bg-dt-surface-sunken\/35 {
  background-color: rgb(205 206 214 / 0.35)
}
.tw-bg-dt-surface-sunken\/40 {
  background-color: rgb(205 206 214 / 0.4)
}
.tw-bg-dt-surface-sunken\/45 {
  background-color: rgb(205 206 214 / 0.45)
}
.tw-bg-dt-surface-sunken\/5 {
  background-color: rgb(205 206 214 / 0.05)
}
.tw-bg-dt-surface-sunken\/50 {
  background-color: rgb(205 206 214 / 0.5)
}
.tw-bg-dt-surface-sunken\/55 {
  background-color: rgb(205 206 214 / 0.55)
}
.tw-bg-dt-surface-sunken\/60 {
  background-color: rgb(205 206 214 / 0.6)
}
.tw-bg-dt-surface-sunken\/65 {
  background-color: rgb(205 206 214 / 0.65)
}
.tw-bg-dt-surface-sunken\/70 {
  background-color: rgb(205 206 214 / 0.7)
}
.tw-bg-dt-surface-sunken\/75 {
  background-color: rgb(205 206 214 / 0.75)
}
.tw-bg-dt-surface-sunken\/80 {
  background-color: rgb(205 206 214 / 0.8)
}
.tw-bg-dt-surface-sunken\/85 {
  background-color: rgb(205 206 214 / 0.85)
}
.tw-bg-dt-surface-sunken\/90 {
  background-color: rgb(205 206 214 / 0.9)
}
.tw-bg-dt-surface-sunken\/95 {
  background-color: rgb(205 206 214 / 0.95)
}
.tw-bg-dt-surface-today-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-today-primary\/0 {
  background-color: rgb(0 196 196 / 0)
}
.tw-bg-dt-surface-today-primary\/10 {
  background-color: rgb(0 196 196 / 0.1)
}
.tw-bg-dt-surface-today-primary\/100 {
  background-color: rgb(0 196 196 / 1)
}
.tw-bg-dt-surface-today-primary\/15 {
  background-color: rgb(0 196 196 / 0.15)
}
.tw-bg-dt-surface-today-primary\/20 {
  background-color: rgb(0 196 196 / 0.2)
}
.tw-bg-dt-surface-today-primary\/25 {
  background-color: rgb(0 196 196 / 0.25)
}
.tw-bg-dt-surface-today-primary\/30 {
  background-color: rgb(0 196 196 / 0.3)
}
.tw-bg-dt-surface-today-primary\/35 {
  background-color: rgb(0 196 196 / 0.35)
}
.tw-bg-dt-surface-today-primary\/40 {
  background-color: rgb(0 196 196 / 0.4)
}
.tw-bg-dt-surface-today-primary\/45 {
  background-color: rgb(0 196 196 / 0.45)
}
.tw-bg-dt-surface-today-primary\/5 {
  background-color: rgb(0 196 196 / 0.05)
}
.tw-bg-dt-surface-today-primary\/50 {
  background-color: rgb(0 196 196 / 0.5)
}
.tw-bg-dt-surface-today-primary\/55 {
  background-color: rgb(0 196 196 / 0.55)
}
.tw-bg-dt-surface-today-primary\/60 {
  background-color: rgb(0 196 196 / 0.6)
}
.tw-bg-dt-surface-today-primary\/65 {
  background-color: rgb(0 196 196 / 0.65)
}
.tw-bg-dt-surface-today-primary\/70 {
  background-color: rgb(0 196 196 / 0.7)
}
.tw-bg-dt-surface-today-primary\/75 {
  background-color: rgb(0 196 196 / 0.75)
}
.tw-bg-dt-surface-today-primary\/80 {
  background-color: rgb(0 196 196 / 0.8)
}
.tw-bg-dt-surface-today-primary\/85 {
  background-color: rgb(0 196 196 / 0.85)
}
.tw-bg-dt-surface-today-primary\/90 {
  background-color: rgb(0 196 196 / 0.9)
}
.tw-bg-dt-surface-today-primary\/95 {
  background-color: rgb(0 196 196 / 0.95)
}
.tw-bg-dt-surface-today-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 248 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-today-secondary\/0 {
  background-color: rgb(217 249 248 / 0)
}
.tw-bg-dt-surface-today-secondary\/10 {
  background-color: rgb(217 249 248 / 0.1)
}
.tw-bg-dt-surface-today-secondary\/100 {
  background-color: rgb(217 249 248 / 1)
}
.tw-bg-dt-surface-today-secondary\/15 {
  background-color: rgb(217 249 248 / 0.15)
}
.tw-bg-dt-surface-today-secondary\/20 {
  background-color: rgb(217 249 248 / 0.2)
}
.tw-bg-dt-surface-today-secondary\/25 {
  background-color: rgb(217 249 248 / 0.25)
}
.tw-bg-dt-surface-today-secondary\/30 {
  background-color: rgb(217 249 248 / 0.3)
}
.tw-bg-dt-surface-today-secondary\/35 {
  background-color: rgb(217 249 248 / 0.35)
}
.tw-bg-dt-surface-today-secondary\/40 {
  background-color: rgb(217 249 248 / 0.4)
}
.tw-bg-dt-surface-today-secondary\/45 {
  background-color: rgb(217 249 248 / 0.45)
}
.tw-bg-dt-surface-today-secondary\/5 {
  background-color: rgb(217 249 248 / 0.05)
}
.tw-bg-dt-surface-today-secondary\/50 {
  background-color: rgb(217 249 248 / 0.5)
}
.tw-bg-dt-surface-today-secondary\/55 {
  background-color: rgb(217 249 248 / 0.55)
}
.tw-bg-dt-surface-today-secondary\/60 {
  background-color: rgb(217 249 248 / 0.6)
}
.tw-bg-dt-surface-today-secondary\/65 {
  background-color: rgb(217 249 248 / 0.65)
}
.tw-bg-dt-surface-today-secondary\/70 {
  background-color: rgb(217 249 248 / 0.7)
}
.tw-bg-dt-surface-today-secondary\/75 {
  background-color: rgb(217 249 248 / 0.75)
}
.tw-bg-dt-surface-today-secondary\/80 {
  background-color: rgb(217 249 248 / 0.8)
}
.tw-bg-dt-surface-today-secondary\/85 {
  background-color: rgb(217 249 248 / 0.85)
}
.tw-bg-dt-surface-today-secondary\/90 {
  background-color: rgb(217 249 248 / 0.9)
}
.tw-bg-dt-surface-today-secondary\/95 {
  background-color: rgb(217 249 248 / 0.95)
}
.tw-bg-dt-surface-today-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(241 251 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-surface-today-tertiary\/0 {
  background-color: rgb(241 251 251 / 0)
}
.tw-bg-dt-surface-today-tertiary\/10 {
  background-color: rgb(241 251 251 / 0.1)
}
.tw-bg-dt-surface-today-tertiary\/100 {
  background-color: rgb(241 251 251 / 1)
}
.tw-bg-dt-surface-today-tertiary\/15 {
  background-color: rgb(241 251 251 / 0.15)
}
.tw-bg-dt-surface-today-tertiary\/20 {
  background-color: rgb(241 251 251 / 0.2)
}
.tw-bg-dt-surface-today-tertiary\/25 {
  background-color: rgb(241 251 251 / 0.25)
}
.tw-bg-dt-surface-today-tertiary\/30 {
  background-color: rgb(241 251 251 / 0.3)
}
.tw-bg-dt-surface-today-tertiary\/35 {
  background-color: rgb(241 251 251 / 0.35)
}
.tw-bg-dt-surface-today-tertiary\/40 {
  background-color: rgb(241 251 251 / 0.4)
}
.tw-bg-dt-surface-today-tertiary\/45 {
  background-color: rgb(241 251 251 / 0.45)
}
.tw-bg-dt-surface-today-tertiary\/5 {
  background-color: rgb(241 251 251 / 0.05)
}
.tw-bg-dt-surface-today-tertiary\/50 {
  background-color: rgb(241 251 251 / 0.5)
}
.tw-bg-dt-surface-today-tertiary\/55 {
  background-color: rgb(241 251 251 / 0.55)
}
.tw-bg-dt-surface-today-tertiary\/60 {
  background-color: rgb(241 251 251 / 0.6)
}
.tw-bg-dt-surface-today-tertiary\/65 {
  background-color: rgb(241 251 251 / 0.65)
}
.tw-bg-dt-surface-today-tertiary\/70 {
  background-color: rgb(241 251 251 / 0.7)
}
.tw-bg-dt-surface-today-tertiary\/75 {
  background-color: rgb(241 251 251 / 0.75)
}
.tw-bg-dt-surface-today-tertiary\/80 {
  background-color: rgb(241 251 251 / 0.8)
}
.tw-bg-dt-surface-today-tertiary\/85 {
  background-color: rgb(241 251 251 / 0.85)
}
.tw-bg-dt-surface-today-tertiary\/90 {
  background-color: rgb(241 251 251 / 0.9)
}
.tw-bg-dt-surface-today-tertiary\/95 {
  background-color: rgb(241 251 251 / 0.95)
}
.tw-bg-dt-text-action {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-action\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-text-action\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-text-action\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-text-action\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-text-action\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-text-action\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-text-action\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-text-action\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-text-action\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-text-action\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-text-action\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-text-action\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-text-action\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-text-action\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-text-action\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-text-action\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-text-action\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-text-action\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-text-action\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-text-action\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-text-action\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-text-contrast {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-contrast\/0 {
  background-color: rgb(255 255 255 / 0)
}
.tw-bg-dt-text-contrast\/10 {
  background-color: rgb(255 255 255 / 0.1)
}
.tw-bg-dt-text-contrast\/100 {
  background-color: rgb(255 255 255 / 1)
}
.tw-bg-dt-text-contrast\/15 {
  background-color: rgb(255 255 255 / 0.15)
}
.tw-bg-dt-text-contrast\/20 {
  background-color: rgb(255 255 255 / 0.2)
}
.tw-bg-dt-text-contrast\/25 {
  background-color: rgb(255 255 255 / 0.25)
}
.tw-bg-dt-text-contrast\/30 {
  background-color: rgb(255 255 255 / 0.3)
}
.tw-bg-dt-text-contrast\/35 {
  background-color: rgb(255 255 255 / 0.35)
}
.tw-bg-dt-text-contrast\/40 {
  background-color: rgb(255 255 255 / 0.4)
}
.tw-bg-dt-text-contrast\/45 {
  background-color: rgb(255 255 255 / 0.45)
}
.tw-bg-dt-text-contrast\/5 {
  background-color: rgb(255 255 255 / 0.05)
}
.tw-bg-dt-text-contrast\/50 {
  background-color: rgb(255 255 255 / 0.5)
}
.tw-bg-dt-text-contrast\/55 {
  background-color: rgb(255 255 255 / 0.55)
}
.tw-bg-dt-text-contrast\/60 {
  background-color: rgb(255 255 255 / 0.6)
}
.tw-bg-dt-text-contrast\/65 {
  background-color: rgb(255 255 255 / 0.65)
}
.tw-bg-dt-text-contrast\/70 {
  background-color: rgb(255 255 255 / 0.7)
}
.tw-bg-dt-text-contrast\/75 {
  background-color: rgb(255 255 255 / 0.75)
}
.tw-bg-dt-text-contrast\/80 {
  background-color: rgb(255 255 255 / 0.8)
}
.tw-bg-dt-text-contrast\/85 {
  background-color: rgb(255 255 255 / 0.85)
}
.tw-bg-dt-text-contrast\/90 {
  background-color: rgb(255 255 255 / 0.9)
}
.tw-bg-dt-text-contrast\/95 {
  background-color: rgb(255 255 255 / 0.95)
}
.tw-bg-dt-text-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(185 187 198 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-disabled\/0 {
  background-color: rgb(185 187 198 / 0)
}
.tw-bg-dt-text-disabled\/10 {
  background-color: rgb(185 187 198 / 0.1)
}
.tw-bg-dt-text-disabled\/100 {
  background-color: rgb(185 187 198 / 1)
}
.tw-bg-dt-text-disabled\/15 {
  background-color: rgb(185 187 198 / 0.15)
}
.tw-bg-dt-text-disabled\/20 {
  background-color: rgb(185 187 198 / 0.2)
}
.tw-bg-dt-text-disabled\/25 {
  background-color: rgb(185 187 198 / 0.25)
}
.tw-bg-dt-text-disabled\/30 {
  background-color: rgb(185 187 198 / 0.3)
}
.tw-bg-dt-text-disabled\/35 {
  background-color: rgb(185 187 198 / 0.35)
}
.tw-bg-dt-text-disabled\/40 {
  background-color: rgb(185 187 198 / 0.4)
}
.tw-bg-dt-text-disabled\/45 {
  background-color: rgb(185 187 198 / 0.45)
}
.tw-bg-dt-text-disabled\/5 {
  background-color: rgb(185 187 198 / 0.05)
}
.tw-bg-dt-text-disabled\/50 {
  background-color: rgb(185 187 198 / 0.5)
}
.tw-bg-dt-text-disabled\/55 {
  background-color: rgb(185 187 198 / 0.55)
}
.tw-bg-dt-text-disabled\/60 {
  background-color: rgb(185 187 198 / 0.6)
}
.tw-bg-dt-text-disabled\/65 {
  background-color: rgb(185 187 198 / 0.65)
}
.tw-bg-dt-text-disabled\/70 {
  background-color: rgb(185 187 198 / 0.7)
}
.tw-bg-dt-text-disabled\/75 {
  background-color: rgb(185 187 198 / 0.75)
}
.tw-bg-dt-text-disabled\/80 {
  background-color: rgb(185 187 198 / 0.8)
}
.tw-bg-dt-text-disabled\/85 {
  background-color: rgb(185 187 198 / 0.85)
}
.tw-bg-dt-text-disabled\/90 {
  background-color: rgb(185 187 198 / 0.9)
}
.tw-bg-dt-text-disabled\/95 {
  background-color: rgb(185 187 198 / 0.95)
}
.tw-bg-dt-text-error {
  --tw-bg-opacity: 1;
  background-color: rgb(206 44 49 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-error\/0 {
  background-color: rgb(206 44 49 / 0)
}
.tw-bg-dt-text-error\/10 {
  background-color: rgb(206 44 49 / 0.1)
}
.tw-bg-dt-text-error\/100 {
  background-color: rgb(206 44 49 / 1)
}
.tw-bg-dt-text-error\/15 {
  background-color: rgb(206 44 49 / 0.15)
}
.tw-bg-dt-text-error\/20 {
  background-color: rgb(206 44 49 / 0.2)
}
.tw-bg-dt-text-error\/25 {
  background-color: rgb(206 44 49 / 0.25)
}
.tw-bg-dt-text-error\/30 {
  background-color: rgb(206 44 49 / 0.3)
}
.tw-bg-dt-text-error\/35 {
  background-color: rgb(206 44 49 / 0.35)
}
.tw-bg-dt-text-error\/40 {
  background-color: rgb(206 44 49 / 0.4)
}
.tw-bg-dt-text-error\/45 {
  background-color: rgb(206 44 49 / 0.45)
}
.tw-bg-dt-text-error\/5 {
  background-color: rgb(206 44 49 / 0.05)
}
.tw-bg-dt-text-error\/50 {
  background-color: rgb(206 44 49 / 0.5)
}
.tw-bg-dt-text-error\/55 {
  background-color: rgb(206 44 49 / 0.55)
}
.tw-bg-dt-text-error\/60 {
  background-color: rgb(206 44 49 / 0.6)
}
.tw-bg-dt-text-error\/65 {
  background-color: rgb(206 44 49 / 0.65)
}
.tw-bg-dt-text-error\/70 {
  background-color: rgb(206 44 49 / 0.7)
}
.tw-bg-dt-text-error\/75 {
  background-color: rgb(206 44 49 / 0.75)
}
.tw-bg-dt-text-error\/80 {
  background-color: rgb(206 44 49 / 0.8)
}
.tw-bg-dt-text-error\/85 {
  background-color: rgb(206 44 49 / 0.85)
}
.tw-bg-dt-text-error\/90 {
  background-color: rgb(206 44 49 / 0.9)
}
.tw-bg-dt-text-error\/95 {
  background-color: rgb(206 44 49 / 0.95)
}
.tw-bg-dt-text-future-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(58 91 199 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-future-primary\/0 {
  background-color: rgb(58 91 199 / 0)
}
.tw-bg-dt-text-future-primary\/10 {
  background-color: rgb(58 91 199 / 0.1)
}
.tw-bg-dt-text-future-primary\/100 {
  background-color: rgb(58 91 199 / 1)
}
.tw-bg-dt-text-future-primary\/15 {
  background-color: rgb(58 91 199 / 0.15)
}
.tw-bg-dt-text-future-primary\/20 {
  background-color: rgb(58 91 199 / 0.2)
}
.tw-bg-dt-text-future-primary\/25 {
  background-color: rgb(58 91 199 / 0.25)
}
.tw-bg-dt-text-future-primary\/30 {
  background-color: rgb(58 91 199 / 0.3)
}
.tw-bg-dt-text-future-primary\/35 {
  background-color: rgb(58 91 199 / 0.35)
}
.tw-bg-dt-text-future-primary\/40 {
  background-color: rgb(58 91 199 / 0.4)
}
.tw-bg-dt-text-future-primary\/45 {
  background-color: rgb(58 91 199 / 0.45)
}
.tw-bg-dt-text-future-primary\/5 {
  background-color: rgb(58 91 199 / 0.05)
}
.tw-bg-dt-text-future-primary\/50 {
  background-color: rgb(58 91 199 / 0.5)
}
.tw-bg-dt-text-future-primary\/55 {
  background-color: rgb(58 91 199 / 0.55)
}
.tw-bg-dt-text-future-primary\/60 {
  background-color: rgb(58 91 199 / 0.6)
}
.tw-bg-dt-text-future-primary\/65 {
  background-color: rgb(58 91 199 / 0.65)
}
.tw-bg-dt-text-future-primary\/70 {
  background-color: rgb(58 91 199 / 0.7)
}
.tw-bg-dt-text-future-primary\/75 {
  background-color: rgb(58 91 199 / 0.75)
}
.tw-bg-dt-text-future-primary\/80 {
  background-color: rgb(58 91 199 / 0.8)
}
.tw-bg-dt-text-future-primary\/85 {
  background-color: rgb(58 91 199 / 0.85)
}
.tw-bg-dt-text-future-primary\/90 {
  background-color: rgb(58 91 199 / 0.9)
}
.tw-bg-dt-text-future-primary\/95 {
  background-color: rgb(58 91 199 / 0.95)
}
.tw-bg-dt-text-headings {
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 36 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-headings\/0 {
  background-color: rgb(28 32 36 / 0)
}
.tw-bg-dt-text-headings\/10 {
  background-color: rgb(28 32 36 / 0.1)
}
.tw-bg-dt-text-headings\/100 {
  background-color: rgb(28 32 36 / 1)
}
.tw-bg-dt-text-headings\/15 {
  background-color: rgb(28 32 36 / 0.15)
}
.tw-bg-dt-text-headings\/20 {
  background-color: rgb(28 32 36 / 0.2)
}
.tw-bg-dt-text-headings\/25 {
  background-color: rgb(28 32 36 / 0.25)
}
.tw-bg-dt-text-headings\/30 {
  background-color: rgb(28 32 36 / 0.3)
}
.tw-bg-dt-text-headings\/35 {
  background-color: rgb(28 32 36 / 0.35)
}
.tw-bg-dt-text-headings\/40 {
  background-color: rgb(28 32 36 / 0.4)
}
.tw-bg-dt-text-headings\/45 {
  background-color: rgb(28 32 36 / 0.45)
}
.tw-bg-dt-text-headings\/5 {
  background-color: rgb(28 32 36 / 0.05)
}
.tw-bg-dt-text-headings\/50 {
  background-color: rgb(28 32 36 / 0.5)
}
.tw-bg-dt-text-headings\/55 {
  background-color: rgb(28 32 36 / 0.55)
}
.tw-bg-dt-text-headings\/60 {
  background-color: rgb(28 32 36 / 0.6)
}
.tw-bg-dt-text-headings\/65 {
  background-color: rgb(28 32 36 / 0.65)
}
.tw-bg-dt-text-headings\/70 {
  background-color: rgb(28 32 36 / 0.7)
}
.tw-bg-dt-text-headings\/75 {
  background-color: rgb(28 32 36 / 0.75)
}
.tw-bg-dt-text-headings\/80 {
  background-color: rgb(28 32 36 / 0.8)
}
.tw-bg-dt-text-headings\/85 {
  background-color: rgb(28 32 36 / 0.85)
}
.tw-bg-dt-text-headings\/90 {
  background-color: rgb(28 32 36 / 0.9)
}
.tw-bg-dt-text-headings\/95 {
  background-color: rgb(28 32 36 / 0.95)
}
.tw-bg-dt-text-in-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(62 155 79 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-in-primary\/0 {
  background-color: rgb(62 155 79 / 0)
}
.tw-bg-dt-text-in-primary\/10 {
  background-color: rgb(62 155 79 / 0.1)
}
.tw-bg-dt-text-in-primary\/100 {
  background-color: rgb(62 155 79 / 1)
}
.tw-bg-dt-text-in-primary\/15 {
  background-color: rgb(62 155 79 / 0.15)
}
.tw-bg-dt-text-in-primary\/20 {
  background-color: rgb(62 155 79 / 0.2)
}
.tw-bg-dt-text-in-primary\/25 {
  background-color: rgb(62 155 79 / 0.25)
}
.tw-bg-dt-text-in-primary\/30 {
  background-color: rgb(62 155 79 / 0.3)
}
.tw-bg-dt-text-in-primary\/35 {
  background-color: rgb(62 155 79 / 0.35)
}
.tw-bg-dt-text-in-primary\/40 {
  background-color: rgb(62 155 79 / 0.4)
}
.tw-bg-dt-text-in-primary\/45 {
  background-color: rgb(62 155 79 / 0.45)
}
.tw-bg-dt-text-in-primary\/5 {
  background-color: rgb(62 155 79 / 0.05)
}
.tw-bg-dt-text-in-primary\/50 {
  background-color: rgb(62 155 79 / 0.5)
}
.tw-bg-dt-text-in-primary\/55 {
  background-color: rgb(62 155 79 / 0.55)
}
.tw-bg-dt-text-in-primary\/60 {
  background-color: rgb(62 155 79 / 0.6)
}
.tw-bg-dt-text-in-primary\/65 {
  background-color: rgb(62 155 79 / 0.65)
}
.tw-bg-dt-text-in-primary\/70 {
  background-color: rgb(62 155 79 / 0.7)
}
.tw-bg-dt-text-in-primary\/75 {
  background-color: rgb(62 155 79 / 0.75)
}
.tw-bg-dt-text-in-primary\/80 {
  background-color: rgb(62 155 79 / 0.8)
}
.tw-bg-dt-text-in-primary\/85 {
  background-color: rgb(62 155 79 / 0.85)
}
.tw-bg-dt-text-in-primary\/90 {
  background-color: rgb(62 155 79 / 0.9)
}
.tw-bg-dt-text-in-primary\/95 {
  background-color: rgb(62 155 79 / 0.95)
}
.tw-bg-dt-text-information {
  --tw-bg-opacity: 1;
  background-color: rgb(13 116 206 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-information\/0 {
  background-color: rgb(13 116 206 / 0)
}
.tw-bg-dt-text-information\/10 {
  background-color: rgb(13 116 206 / 0.1)
}
.tw-bg-dt-text-information\/100 {
  background-color: rgb(13 116 206 / 1)
}
.tw-bg-dt-text-information\/15 {
  background-color: rgb(13 116 206 / 0.15)
}
.tw-bg-dt-text-information\/20 {
  background-color: rgb(13 116 206 / 0.2)
}
.tw-bg-dt-text-information\/25 {
  background-color: rgb(13 116 206 / 0.25)
}
.tw-bg-dt-text-information\/30 {
  background-color: rgb(13 116 206 / 0.3)
}
.tw-bg-dt-text-information\/35 {
  background-color: rgb(13 116 206 / 0.35)
}
.tw-bg-dt-text-information\/40 {
  background-color: rgb(13 116 206 / 0.4)
}
.tw-bg-dt-text-information\/45 {
  background-color: rgb(13 116 206 / 0.45)
}
.tw-bg-dt-text-information\/5 {
  background-color: rgb(13 116 206 / 0.05)
}
.tw-bg-dt-text-information\/50 {
  background-color: rgb(13 116 206 / 0.5)
}
.tw-bg-dt-text-information\/55 {
  background-color: rgb(13 116 206 / 0.55)
}
.tw-bg-dt-text-information\/60 {
  background-color: rgb(13 116 206 / 0.6)
}
.tw-bg-dt-text-information\/65 {
  background-color: rgb(13 116 206 / 0.65)
}
.tw-bg-dt-text-information\/70 {
  background-color: rgb(13 116 206 / 0.7)
}
.tw-bg-dt-text-information\/75 {
  background-color: rgb(13 116 206 / 0.75)
}
.tw-bg-dt-text-information\/80 {
  background-color: rgb(13 116 206 / 0.8)
}
.tw-bg-dt-text-information\/85 {
  background-color: rgb(13 116 206 / 0.85)
}
.tw-bg-dt-text-information\/90 {
  background-color: rgb(13 116 206 / 0.9)
}
.tw-bg-dt-text-information\/95 {
  background-color: rgb(13 116 206 / 0.95)
}
.tw-bg-dt-text-on-action {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-on-action\/0 {
  background-color: rgb(255 255 255 / 0)
}
.tw-bg-dt-text-on-action\/10 {
  background-color: rgb(255 255 255 / 0.1)
}
.tw-bg-dt-text-on-action\/100 {
  background-color: rgb(255 255 255 / 1)
}
.tw-bg-dt-text-on-action\/15 {
  background-color: rgb(255 255 255 / 0.15)
}
.tw-bg-dt-text-on-action\/20 {
  background-color: rgb(255 255 255 / 0.2)
}
.tw-bg-dt-text-on-action\/25 {
  background-color: rgb(255 255 255 / 0.25)
}
.tw-bg-dt-text-on-action\/30 {
  background-color: rgb(255 255 255 / 0.3)
}
.tw-bg-dt-text-on-action\/35 {
  background-color: rgb(255 255 255 / 0.35)
}
.tw-bg-dt-text-on-action\/40 {
  background-color: rgb(255 255 255 / 0.4)
}
.tw-bg-dt-text-on-action\/45 {
  background-color: rgb(255 255 255 / 0.45)
}
.tw-bg-dt-text-on-action\/5 {
  background-color: rgb(255 255 255 / 0.05)
}
.tw-bg-dt-text-on-action\/50 {
  background-color: rgb(255 255 255 / 0.5)
}
.tw-bg-dt-text-on-action\/55 {
  background-color: rgb(255 255 255 / 0.55)
}
.tw-bg-dt-text-on-action\/60 {
  background-color: rgb(255 255 255 / 0.6)
}
.tw-bg-dt-text-on-action\/65 {
  background-color: rgb(255 255 255 / 0.65)
}
.tw-bg-dt-text-on-action\/70 {
  background-color: rgb(255 255 255 / 0.7)
}
.tw-bg-dt-text-on-action\/75 {
  background-color: rgb(255 255 255 / 0.75)
}
.tw-bg-dt-text-on-action\/80 {
  background-color: rgb(255 255 255 / 0.8)
}
.tw-bg-dt-text-on-action\/85 {
  background-color: rgb(255 255 255 / 0.85)
}
.tw-bg-dt-text-on-action\/90 {
  background-color: rgb(255 255 255 / 0.9)
}
.tw-bg-dt-text-on-action\/95 {
  background-color: rgb(255 255 255 / 0.95)
}
.tw-bg-dt-text-out-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(221 68 37 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-out-primary\/0 {
  background-color: rgb(221 68 37 / 0)
}
.tw-bg-dt-text-out-primary\/10 {
  background-color: rgb(221 68 37 / 0.1)
}
.tw-bg-dt-text-out-primary\/100 {
  background-color: rgb(221 68 37 / 1)
}
.tw-bg-dt-text-out-primary\/15 {
  background-color: rgb(221 68 37 / 0.15)
}
.tw-bg-dt-text-out-primary\/20 {
  background-color: rgb(221 68 37 / 0.2)
}
.tw-bg-dt-text-out-primary\/25 {
  background-color: rgb(221 68 37 / 0.25)
}
.tw-bg-dt-text-out-primary\/30 {
  background-color: rgb(221 68 37 / 0.3)
}
.tw-bg-dt-text-out-primary\/35 {
  background-color: rgb(221 68 37 / 0.35)
}
.tw-bg-dt-text-out-primary\/40 {
  background-color: rgb(221 68 37 / 0.4)
}
.tw-bg-dt-text-out-primary\/45 {
  background-color: rgb(221 68 37 / 0.45)
}
.tw-bg-dt-text-out-primary\/5 {
  background-color: rgb(221 68 37 / 0.05)
}
.tw-bg-dt-text-out-primary\/50 {
  background-color: rgb(221 68 37 / 0.5)
}
.tw-bg-dt-text-out-primary\/55 {
  background-color: rgb(221 68 37 / 0.55)
}
.tw-bg-dt-text-out-primary\/60 {
  background-color: rgb(221 68 37 / 0.6)
}
.tw-bg-dt-text-out-primary\/65 {
  background-color: rgb(221 68 37 / 0.65)
}
.tw-bg-dt-text-out-primary\/70 {
  background-color: rgb(221 68 37 / 0.7)
}
.tw-bg-dt-text-out-primary\/75 {
  background-color: rgb(221 68 37 / 0.75)
}
.tw-bg-dt-text-out-primary\/80 {
  background-color: rgb(221 68 37 / 0.8)
}
.tw-bg-dt-text-out-primary\/85 {
  background-color: rgb(221 68 37 / 0.85)
}
.tw-bg-dt-text-out-primary\/90 {
  background-color: rgb(221 68 37 / 0.9)
}
.tw-bg-dt-text-out-primary\/95 {
  background-color: rgb(221 68 37 / 0.95)
}
.tw-bg-dt-text-past-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(204 78 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-past-primary\/0 {
  background-color: rgb(204 78 0 / 0)
}
.tw-bg-dt-text-past-primary\/10 {
  background-color: rgb(204 78 0 / 0.1)
}
.tw-bg-dt-text-past-primary\/100 {
  background-color: rgb(204 78 0 / 1)
}
.tw-bg-dt-text-past-primary\/15 {
  background-color: rgb(204 78 0 / 0.15)
}
.tw-bg-dt-text-past-primary\/20 {
  background-color: rgb(204 78 0 / 0.2)
}
.tw-bg-dt-text-past-primary\/25 {
  background-color: rgb(204 78 0 / 0.25)
}
.tw-bg-dt-text-past-primary\/30 {
  background-color: rgb(204 78 0 / 0.3)
}
.tw-bg-dt-text-past-primary\/35 {
  background-color: rgb(204 78 0 / 0.35)
}
.tw-bg-dt-text-past-primary\/40 {
  background-color: rgb(204 78 0 / 0.4)
}
.tw-bg-dt-text-past-primary\/45 {
  background-color: rgb(204 78 0 / 0.45)
}
.tw-bg-dt-text-past-primary\/5 {
  background-color: rgb(204 78 0 / 0.05)
}
.tw-bg-dt-text-past-primary\/50 {
  background-color: rgb(204 78 0 / 0.5)
}
.tw-bg-dt-text-past-primary\/55 {
  background-color: rgb(204 78 0 / 0.55)
}
.tw-bg-dt-text-past-primary\/60 {
  background-color: rgb(204 78 0 / 0.6)
}
.tw-bg-dt-text-past-primary\/65 {
  background-color: rgb(204 78 0 / 0.65)
}
.tw-bg-dt-text-past-primary\/70 {
  background-color: rgb(204 78 0 / 0.7)
}
.tw-bg-dt-text-past-primary\/75 {
  background-color: rgb(204 78 0 / 0.75)
}
.tw-bg-dt-text-past-primary\/80 {
  background-color: rgb(204 78 0 / 0.8)
}
.tw-bg-dt-text-past-primary\/85 {
  background-color: rgb(204 78 0 / 0.85)
}
.tw-bg-dt-text-past-primary\/90 {
  background-color: rgb(204 78 0 / 0.9)
}
.tw-bg-dt-text-past-primary\/95 {
  background-color: rgb(204 78 0 / 0.95)
}
.tw-bg-dt-text-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(96 100 108 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-secondary\/0 {
  background-color: rgb(96 100 108 / 0)
}
.tw-bg-dt-text-secondary\/10 {
  background-color: rgb(96 100 108 / 0.1)
}
.tw-bg-dt-text-secondary\/100 {
  background-color: rgb(96 100 108 / 1)
}
.tw-bg-dt-text-secondary\/15 {
  background-color: rgb(96 100 108 / 0.15)
}
.tw-bg-dt-text-secondary\/20 {
  background-color: rgb(96 100 108 / 0.2)
}
.tw-bg-dt-text-secondary\/25 {
  background-color: rgb(96 100 108 / 0.25)
}
.tw-bg-dt-text-secondary\/30 {
  background-color: rgb(96 100 108 / 0.3)
}
.tw-bg-dt-text-secondary\/35 {
  background-color: rgb(96 100 108 / 0.35)
}
.tw-bg-dt-text-secondary\/40 {
  background-color: rgb(96 100 108 / 0.4)
}
.tw-bg-dt-text-secondary\/45 {
  background-color: rgb(96 100 108 / 0.45)
}
.tw-bg-dt-text-secondary\/5 {
  background-color: rgb(96 100 108 / 0.05)
}
.tw-bg-dt-text-secondary\/50 {
  background-color: rgb(96 100 108 / 0.5)
}
.tw-bg-dt-text-secondary\/55 {
  background-color: rgb(96 100 108 / 0.55)
}
.tw-bg-dt-text-secondary\/60 {
  background-color: rgb(96 100 108 / 0.6)
}
.tw-bg-dt-text-secondary\/65 {
  background-color: rgb(96 100 108 / 0.65)
}
.tw-bg-dt-text-secondary\/70 {
  background-color: rgb(96 100 108 / 0.7)
}
.tw-bg-dt-text-secondary\/75 {
  background-color: rgb(96 100 108 / 0.75)
}
.tw-bg-dt-text-secondary\/80 {
  background-color: rgb(96 100 108 / 0.8)
}
.tw-bg-dt-text-secondary\/85 {
  background-color: rgb(96 100 108 / 0.85)
}
.tw-bg-dt-text-secondary\/90 {
  background-color: rgb(96 100 108 / 0.9)
}
.tw-bg-dt-text-secondary\/95 {
  background-color: rgb(96 100 108 / 0.95)
}
.tw-bg-dt-text-success {
  --tw-bg-opacity: 1;
  background-color: rgb(32 131 104 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-success\/0 {
  background-color: rgb(32 131 104 / 0)
}
.tw-bg-dt-text-success\/10 {
  background-color: rgb(32 131 104 / 0.1)
}
.tw-bg-dt-text-success\/100 {
  background-color: rgb(32 131 104 / 1)
}
.tw-bg-dt-text-success\/15 {
  background-color: rgb(32 131 104 / 0.15)
}
.tw-bg-dt-text-success\/20 {
  background-color: rgb(32 131 104 / 0.2)
}
.tw-bg-dt-text-success\/25 {
  background-color: rgb(32 131 104 / 0.25)
}
.tw-bg-dt-text-success\/30 {
  background-color: rgb(32 131 104 / 0.3)
}
.tw-bg-dt-text-success\/35 {
  background-color: rgb(32 131 104 / 0.35)
}
.tw-bg-dt-text-success\/40 {
  background-color: rgb(32 131 104 / 0.4)
}
.tw-bg-dt-text-success\/45 {
  background-color: rgb(32 131 104 / 0.45)
}
.tw-bg-dt-text-success\/5 {
  background-color: rgb(32 131 104 / 0.05)
}
.tw-bg-dt-text-success\/50 {
  background-color: rgb(32 131 104 / 0.5)
}
.tw-bg-dt-text-success\/55 {
  background-color: rgb(32 131 104 / 0.55)
}
.tw-bg-dt-text-success\/60 {
  background-color: rgb(32 131 104 / 0.6)
}
.tw-bg-dt-text-success\/65 {
  background-color: rgb(32 131 104 / 0.65)
}
.tw-bg-dt-text-success\/70 {
  background-color: rgb(32 131 104 / 0.7)
}
.tw-bg-dt-text-success\/75 {
  background-color: rgb(32 131 104 / 0.75)
}
.tw-bg-dt-text-success\/80 {
  background-color: rgb(32 131 104 / 0.8)
}
.tw-bg-dt-text-success\/85 {
  background-color: rgb(32 131 104 / 0.85)
}
.tw-bg-dt-text-success\/90 {
  background-color: rgb(32 131 104 / 0.9)
}
.tw-bg-dt-text-success\/95 {
  background-color: rgb(32 131 104 / 0.95)
}
.tw-bg-dt-text-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 131 141 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-tertiary\/0 {
  background-color: rgb(128 131 141 / 0)
}
.tw-bg-dt-text-tertiary\/10 {
  background-color: rgb(128 131 141 / 0.1)
}
.tw-bg-dt-text-tertiary\/100 {
  background-color: rgb(128 131 141 / 1)
}
.tw-bg-dt-text-tertiary\/15 {
  background-color: rgb(128 131 141 / 0.15)
}
.tw-bg-dt-text-tertiary\/20 {
  background-color: rgb(128 131 141 / 0.2)
}
.tw-bg-dt-text-tertiary\/25 {
  background-color: rgb(128 131 141 / 0.25)
}
.tw-bg-dt-text-tertiary\/30 {
  background-color: rgb(128 131 141 / 0.3)
}
.tw-bg-dt-text-tertiary\/35 {
  background-color: rgb(128 131 141 / 0.35)
}
.tw-bg-dt-text-tertiary\/40 {
  background-color: rgb(128 131 141 / 0.4)
}
.tw-bg-dt-text-tertiary\/45 {
  background-color: rgb(128 131 141 / 0.45)
}
.tw-bg-dt-text-tertiary\/5 {
  background-color: rgb(128 131 141 / 0.05)
}
.tw-bg-dt-text-tertiary\/50 {
  background-color: rgb(128 131 141 / 0.5)
}
.tw-bg-dt-text-tertiary\/55 {
  background-color: rgb(128 131 141 / 0.55)
}
.tw-bg-dt-text-tertiary\/60 {
  background-color: rgb(128 131 141 / 0.6)
}
.tw-bg-dt-text-tertiary\/65 {
  background-color: rgb(128 131 141 / 0.65)
}
.tw-bg-dt-text-tertiary\/70 {
  background-color: rgb(128 131 141 / 0.7)
}
.tw-bg-dt-text-tertiary\/75 {
  background-color: rgb(128 131 141 / 0.75)
}
.tw-bg-dt-text-tertiary\/80 {
  background-color: rgb(128 131 141 / 0.8)
}
.tw-bg-dt-text-tertiary\/85 {
  background-color: rgb(128 131 141 / 0.85)
}
.tw-bg-dt-text-tertiary\/90 {
  background-color: rgb(128 131 141 / 0.9)
}
.tw-bg-dt-text-tertiary\/95 {
  background-color: rgb(128 131 141 / 0.95)
}
.tw-bg-dt-text-today-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 184 185 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-today-primary\/0 {
  background-color: rgb(0 184 185 / 0)
}
.tw-bg-dt-text-today-primary\/10 {
  background-color: rgb(0 184 185 / 0.1)
}
.tw-bg-dt-text-today-primary\/100 {
  background-color: rgb(0 184 185 / 1)
}
.tw-bg-dt-text-today-primary\/15 {
  background-color: rgb(0 184 185 / 0.15)
}
.tw-bg-dt-text-today-primary\/20 {
  background-color: rgb(0 184 185 / 0.2)
}
.tw-bg-dt-text-today-primary\/25 {
  background-color: rgb(0 184 185 / 0.25)
}
.tw-bg-dt-text-today-primary\/30 {
  background-color: rgb(0 184 185 / 0.3)
}
.tw-bg-dt-text-today-primary\/35 {
  background-color: rgb(0 184 185 / 0.35)
}
.tw-bg-dt-text-today-primary\/40 {
  background-color: rgb(0 184 185 / 0.4)
}
.tw-bg-dt-text-today-primary\/45 {
  background-color: rgb(0 184 185 / 0.45)
}
.tw-bg-dt-text-today-primary\/5 {
  background-color: rgb(0 184 185 / 0.05)
}
.tw-bg-dt-text-today-primary\/50 {
  background-color: rgb(0 184 185 / 0.5)
}
.tw-bg-dt-text-today-primary\/55 {
  background-color: rgb(0 184 185 / 0.55)
}
.tw-bg-dt-text-today-primary\/60 {
  background-color: rgb(0 184 185 / 0.6)
}
.tw-bg-dt-text-today-primary\/65 {
  background-color: rgb(0 184 185 / 0.65)
}
.tw-bg-dt-text-today-primary\/70 {
  background-color: rgb(0 184 185 / 0.7)
}
.tw-bg-dt-text-today-primary\/75 {
  background-color: rgb(0 184 185 / 0.75)
}
.tw-bg-dt-text-today-primary\/80 {
  background-color: rgb(0 184 185 / 0.8)
}
.tw-bg-dt-text-today-primary\/85 {
  background-color: rgb(0 184 185 / 0.85)
}
.tw-bg-dt-text-today-primary\/90 {
  background-color: rgb(0 184 185 / 0.9)
}
.tw-bg-dt-text-today-primary\/95 {
  background-color: rgb(0 184 185 / 0.95)
}
.tw-bg-dt-text-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(171 100 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-text-warning\/0 {
  background-color: rgb(171 100 0 / 0)
}
.tw-bg-dt-text-warning\/10 {
  background-color: rgb(171 100 0 / 0.1)
}
.tw-bg-dt-text-warning\/100 {
  background-color: rgb(171 100 0 / 1)
}
.tw-bg-dt-text-warning\/15 {
  background-color: rgb(171 100 0 / 0.15)
}
.tw-bg-dt-text-warning\/20 {
  background-color: rgb(171 100 0 / 0.2)
}
.tw-bg-dt-text-warning\/25 {
  background-color: rgb(171 100 0 / 0.25)
}
.tw-bg-dt-text-warning\/30 {
  background-color: rgb(171 100 0 / 0.3)
}
.tw-bg-dt-text-warning\/35 {
  background-color: rgb(171 100 0 / 0.35)
}
.tw-bg-dt-text-warning\/40 {
  background-color: rgb(171 100 0 / 0.4)
}
.tw-bg-dt-text-warning\/45 {
  background-color: rgb(171 100 0 / 0.45)
}
.tw-bg-dt-text-warning\/5 {
  background-color: rgb(171 100 0 / 0.05)
}
.tw-bg-dt-text-warning\/50 {
  background-color: rgb(171 100 0 / 0.5)
}
.tw-bg-dt-text-warning\/55 {
  background-color: rgb(171 100 0 / 0.55)
}
.tw-bg-dt-text-warning\/60 {
  background-color: rgb(171 100 0 / 0.6)
}
.tw-bg-dt-text-warning\/65 {
  background-color: rgb(171 100 0 / 0.65)
}
.tw-bg-dt-text-warning\/70 {
  background-color: rgb(171 100 0 / 0.7)
}
.tw-bg-dt-text-warning\/75 {
  background-color: rgb(171 100 0 / 0.75)
}
.tw-bg-dt-text-warning\/80 {
  background-color: rgb(171 100 0 / 0.8)
}
.tw-bg-dt-text-warning\/85 {
  background-color: rgb(171 100 0 / 0.85)
}
.tw-bg-dt-text-warning\/90 {
  background-color: rgb(171 100 0 / 0.9)
}
.tw-bg-dt-text-warning\/95 {
  background-color: rgb(171 100 0 / 0.95)
}
.tw-bg-dt-today-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 251 251 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-today-100\/0 {
  background-color: rgb(241 251 251 / 0)
}
.tw-bg-dt-today-100\/10 {
  background-color: rgb(241 251 251 / 0.1)
}
.tw-bg-dt-today-100\/100 {
  background-color: rgb(241 251 251 / 1)
}
.tw-bg-dt-today-100\/15 {
  background-color: rgb(241 251 251 / 0.15)
}
.tw-bg-dt-today-100\/20 {
  background-color: rgb(241 251 251 / 0.2)
}
.tw-bg-dt-today-100\/25 {
  background-color: rgb(241 251 251 / 0.25)
}
.tw-bg-dt-today-100\/30 {
  background-color: rgb(241 251 251 / 0.3)
}
.tw-bg-dt-today-100\/35 {
  background-color: rgb(241 251 251 / 0.35)
}
.tw-bg-dt-today-100\/40 {
  background-color: rgb(241 251 251 / 0.4)
}
.tw-bg-dt-today-100\/45 {
  background-color: rgb(241 251 251 / 0.45)
}
.tw-bg-dt-today-100\/5 {
  background-color: rgb(241 251 251 / 0.05)
}
.tw-bg-dt-today-100\/50 {
  background-color: rgb(241 251 251 / 0.5)
}
.tw-bg-dt-today-100\/55 {
  background-color: rgb(241 251 251 / 0.55)
}
.tw-bg-dt-today-100\/60 {
  background-color: rgb(241 251 251 / 0.6)
}
.tw-bg-dt-today-100\/65 {
  background-color: rgb(241 251 251 / 0.65)
}
.tw-bg-dt-today-100\/70 {
  background-color: rgb(241 251 251 / 0.7)
}
.tw-bg-dt-today-100\/75 {
  background-color: rgb(241 251 251 / 0.75)
}
.tw-bg-dt-today-100\/80 {
  background-color: rgb(241 251 251 / 0.8)
}
.tw-bg-dt-today-100\/85 {
  background-color: rgb(241 251 251 / 0.85)
}
.tw-bg-dt-today-100\/90 {
  background-color: rgb(241 251 251 / 0.9)
}
.tw-bg-dt-today-100\/95 {
  background-color: rgb(241 251 251 / 0.95)
}
.tw-bg-dt-today-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 248 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-today-200\/0 {
  background-color: rgb(217 249 248 / 0)
}
.tw-bg-dt-today-200\/10 {
  background-color: rgb(217 249 248 / 0.1)
}
.tw-bg-dt-today-200\/100 {
  background-color: rgb(217 249 248 / 1)
}
.tw-bg-dt-today-200\/15 {
  background-color: rgb(217 249 248 / 0.15)
}
.tw-bg-dt-today-200\/20 {
  background-color: rgb(217 249 248 / 0.2)
}
.tw-bg-dt-today-200\/25 {
  background-color: rgb(217 249 248 / 0.25)
}
.tw-bg-dt-today-200\/30 {
  background-color: rgb(217 249 248 / 0.3)
}
.tw-bg-dt-today-200\/35 {
  background-color: rgb(217 249 248 / 0.35)
}
.tw-bg-dt-today-200\/40 {
  background-color: rgb(217 249 248 / 0.4)
}
.tw-bg-dt-today-200\/45 {
  background-color: rgb(217 249 248 / 0.45)
}
.tw-bg-dt-today-200\/5 {
  background-color: rgb(217 249 248 / 0.05)
}
.tw-bg-dt-today-200\/50 {
  background-color: rgb(217 249 248 / 0.5)
}
.tw-bg-dt-today-200\/55 {
  background-color: rgb(217 249 248 / 0.55)
}
.tw-bg-dt-today-200\/60 {
  background-color: rgb(217 249 248 / 0.6)
}
.tw-bg-dt-today-200\/65 {
  background-color: rgb(217 249 248 / 0.65)
}
.tw-bg-dt-today-200\/70 {
  background-color: rgb(217 249 248 / 0.7)
}
.tw-bg-dt-today-200\/75 {
  background-color: rgb(217 249 248 / 0.75)
}
.tw-bg-dt-today-200\/80 {
  background-color: rgb(217 249 248 / 0.8)
}
.tw-bg-dt-today-200\/85 {
  background-color: rgb(217 249 248 / 0.85)
}
.tw-bg-dt-today-200\/90 {
  background-color: rgb(217 249 248 / 0.9)
}
.tw-bg-dt-today-200\/95 {
  background-color: rgb(217 249 248 / 0.95)
}
.tw-bg-dt-today-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 225 224 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-today-300\/0 {
  background-color: rgb(143 225 224 / 0)
}
.tw-bg-dt-today-300\/10 {
  background-color: rgb(143 225 224 / 0.1)
}
.tw-bg-dt-today-300\/100 {
  background-color: rgb(143 225 224 / 1)
}
.tw-bg-dt-today-300\/15 {
  background-color: rgb(143 225 224 / 0.15)
}
.tw-bg-dt-today-300\/20 {
  background-color: rgb(143 225 224 / 0.2)
}
.tw-bg-dt-today-300\/25 {
  background-color: rgb(143 225 224 / 0.25)
}
.tw-bg-dt-today-300\/30 {
  background-color: rgb(143 225 224 / 0.3)
}
.tw-bg-dt-today-300\/35 {
  background-color: rgb(143 225 224 / 0.35)
}
.tw-bg-dt-today-300\/40 {
  background-color: rgb(143 225 224 / 0.4)
}
.tw-bg-dt-today-300\/45 {
  background-color: rgb(143 225 224 / 0.45)
}
.tw-bg-dt-today-300\/5 {
  background-color: rgb(143 225 224 / 0.05)
}
.tw-bg-dt-today-300\/50 {
  background-color: rgb(143 225 224 / 0.5)
}
.tw-bg-dt-today-300\/55 {
  background-color: rgb(143 225 224 / 0.55)
}
.tw-bg-dt-today-300\/60 {
  background-color: rgb(143 225 224 / 0.6)
}
.tw-bg-dt-today-300\/65 {
  background-color: rgb(143 225 224 / 0.65)
}
.tw-bg-dt-today-300\/70 {
  background-color: rgb(143 225 224 / 0.7)
}
.tw-bg-dt-today-300\/75 {
  background-color: rgb(143 225 224 / 0.75)
}
.tw-bg-dt-today-300\/80 {
  background-color: rgb(143 225 224 / 0.8)
}
.tw-bg-dt-today-300\/85 {
  background-color: rgb(143 225 224 / 0.85)
}
.tw-bg-dt-today-300\/90 {
  background-color: rgb(143 225 224 / 0.9)
}
.tw-bg-dt-today-300\/95 {
  background-color: rgb(143 225 224 / 0.95)
}
.tw-bg-dt-today-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-today-400\/0 {
  background-color: rgb(0 196 196 / 0)
}
.tw-bg-dt-today-400\/10 {
  background-color: rgb(0 196 196 / 0.1)
}
.tw-bg-dt-today-400\/100 {
  background-color: rgb(0 196 196 / 1)
}
.tw-bg-dt-today-400\/15 {
  background-color: rgb(0 196 196 / 0.15)
}
.tw-bg-dt-today-400\/20 {
  background-color: rgb(0 196 196 / 0.2)
}
.tw-bg-dt-today-400\/25 {
  background-color: rgb(0 196 196 / 0.25)
}
.tw-bg-dt-today-400\/30 {
  background-color: rgb(0 196 196 / 0.3)
}
.tw-bg-dt-today-400\/35 {
  background-color: rgb(0 196 196 / 0.35)
}
.tw-bg-dt-today-400\/40 {
  background-color: rgb(0 196 196 / 0.4)
}
.tw-bg-dt-today-400\/45 {
  background-color: rgb(0 196 196 / 0.45)
}
.tw-bg-dt-today-400\/5 {
  background-color: rgb(0 196 196 / 0.05)
}
.tw-bg-dt-today-400\/50 {
  background-color: rgb(0 196 196 / 0.5)
}
.tw-bg-dt-today-400\/55 {
  background-color: rgb(0 196 196 / 0.55)
}
.tw-bg-dt-today-400\/60 {
  background-color: rgb(0 196 196 / 0.6)
}
.tw-bg-dt-today-400\/65 {
  background-color: rgb(0 196 196 / 0.65)
}
.tw-bg-dt-today-400\/70 {
  background-color: rgb(0 196 196 / 0.7)
}
.tw-bg-dt-today-400\/75 {
  background-color: rgb(0 196 196 / 0.75)
}
.tw-bg-dt-today-400\/80 {
  background-color: rgb(0 196 196 / 0.8)
}
.tw-bg-dt-today-400\/85 {
  background-color: rgb(0 196 196 / 0.85)
}
.tw-bg-dt-today-400\/90 {
  background-color: rgb(0 196 196 / 0.9)
}
.tw-bg-dt-today-400\/95 {
  background-color: rgb(0 196 196 / 0.95)
}
.tw-bg-dt-today-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 184 185 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-today-500\/0 {
  background-color: rgb(0 184 185 / 0)
}
.tw-bg-dt-today-500\/10 {
  background-color: rgb(0 184 185 / 0.1)
}
.tw-bg-dt-today-500\/100 {
  background-color: rgb(0 184 185 / 1)
}
.tw-bg-dt-today-500\/15 {
  background-color: rgb(0 184 185 / 0.15)
}
.tw-bg-dt-today-500\/20 {
  background-color: rgb(0 184 185 / 0.2)
}
.tw-bg-dt-today-500\/25 {
  background-color: rgb(0 184 185 / 0.25)
}
.tw-bg-dt-today-500\/30 {
  background-color: rgb(0 184 185 / 0.3)
}
.tw-bg-dt-today-500\/35 {
  background-color: rgb(0 184 185 / 0.35)
}
.tw-bg-dt-today-500\/40 {
  background-color: rgb(0 184 185 / 0.4)
}
.tw-bg-dt-today-500\/45 {
  background-color: rgb(0 184 185 / 0.45)
}
.tw-bg-dt-today-500\/5 {
  background-color: rgb(0 184 185 / 0.05)
}
.tw-bg-dt-today-500\/50 {
  background-color: rgb(0 184 185 / 0.5)
}
.tw-bg-dt-today-500\/55 {
  background-color: rgb(0 184 185 / 0.55)
}
.tw-bg-dt-today-500\/60 {
  background-color: rgb(0 184 185 / 0.6)
}
.tw-bg-dt-today-500\/65 {
  background-color: rgb(0 184 185 / 0.65)
}
.tw-bg-dt-today-500\/70 {
  background-color: rgb(0 184 185 / 0.7)
}
.tw-bg-dt-today-500\/75 {
  background-color: rgb(0 184 185 / 0.75)
}
.tw-bg-dt-today-500\/80 {
  background-color: rgb(0 184 185 / 0.8)
}
.tw-bg-dt-today-500\/85 {
  background-color: rgb(0 184 185 / 0.85)
}
.tw-bg-dt-today-500\/90 {
  background-color: rgb(0 184 185 / 0.9)
}
.tw-bg-dt-today-500\/95 {
  background-color: rgb(0 184 185 / 0.95)
}
.tw-bg-dt-today-550 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 129 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-today-550\/0 {
  background-color: rgb(0 128 129 / 0)
}
.tw-bg-dt-today-550\/10 {
  background-color: rgb(0 128 129 / 0.1)
}
.tw-bg-dt-today-550\/100 {
  background-color: rgb(0 128 129 / 1)
}
.tw-bg-dt-today-550\/15 {
  background-color: rgb(0 128 129 / 0.15)
}
.tw-bg-dt-today-550\/20 {
  background-color: rgb(0 128 129 / 0.2)
}
.tw-bg-dt-today-550\/25 {
  background-color: rgb(0 128 129 / 0.25)
}
.tw-bg-dt-today-550\/30 {
  background-color: rgb(0 128 129 / 0.3)
}
.tw-bg-dt-today-550\/35 {
  background-color: rgb(0 128 129 / 0.35)
}
.tw-bg-dt-today-550\/40 {
  background-color: rgb(0 128 129 / 0.4)
}
.tw-bg-dt-today-550\/45 {
  background-color: rgb(0 128 129 / 0.45)
}
.tw-bg-dt-today-550\/5 {
  background-color: rgb(0 128 129 / 0.05)
}
.tw-bg-dt-today-550\/50 {
  background-color: rgb(0 128 129 / 0.5)
}
.tw-bg-dt-today-550\/55 {
  background-color: rgb(0 128 129 / 0.55)
}
.tw-bg-dt-today-550\/60 {
  background-color: rgb(0 128 129 / 0.6)
}
.tw-bg-dt-today-550\/65 {
  background-color: rgb(0 128 129 / 0.65)
}
.tw-bg-dt-today-550\/70 {
  background-color: rgb(0 128 129 / 0.7)
}
.tw-bg-dt-today-550\/75 {
  background-color: rgb(0 128 129 / 0.75)
}
.tw-bg-dt-today-550\/80 {
  background-color: rgb(0 128 129 / 0.8)
}
.tw-bg-dt-today-550\/85 {
  background-color: rgb(0 128 129 / 0.85)
}
.tw-bg-dt-today-550\/90 {
  background-color: rgb(0 128 129 / 0.9)
}
.tw-bg-dt-today-550\/95 {
  background-color: rgb(0 128 129 / 0.95)
}
.tw-bg-dt-today-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 63 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-today-600\/0 {
  background-color: rgb(0 63 63 / 0)
}
.tw-bg-dt-today-600\/10 {
  background-color: rgb(0 63 63 / 0.1)
}
.tw-bg-dt-today-600\/100 {
  background-color: rgb(0 63 63 / 1)
}
.tw-bg-dt-today-600\/15 {
  background-color: rgb(0 63 63 / 0.15)
}
.tw-bg-dt-today-600\/20 {
  background-color: rgb(0 63 63 / 0.2)
}
.tw-bg-dt-today-600\/25 {
  background-color: rgb(0 63 63 / 0.25)
}
.tw-bg-dt-today-600\/30 {
  background-color: rgb(0 63 63 / 0.3)
}
.tw-bg-dt-today-600\/35 {
  background-color: rgb(0 63 63 / 0.35)
}
.tw-bg-dt-today-600\/40 {
  background-color: rgb(0 63 63 / 0.4)
}
.tw-bg-dt-today-600\/45 {
  background-color: rgb(0 63 63 / 0.45)
}
.tw-bg-dt-today-600\/5 {
  background-color: rgb(0 63 63 / 0.05)
}
.tw-bg-dt-today-600\/50 {
  background-color: rgb(0 63 63 / 0.5)
}
.tw-bg-dt-today-600\/55 {
  background-color: rgb(0 63 63 / 0.55)
}
.tw-bg-dt-today-600\/60 {
  background-color: rgb(0 63 63 / 0.6)
}
.tw-bg-dt-today-600\/65 {
  background-color: rgb(0 63 63 / 0.65)
}
.tw-bg-dt-today-600\/70 {
  background-color: rgb(0 63 63 / 0.7)
}
.tw-bg-dt-today-600\/75 {
  background-color: rgb(0 63 63 / 0.75)
}
.tw-bg-dt-today-600\/80 {
  background-color: rgb(0 63 63 / 0.8)
}
.tw-bg-dt-today-600\/85 {
  background-color: rgb(0 63 63 / 0.85)
}
.tw-bg-dt-today-600\/90 {
  background-color: rgb(0 63 63 / 0.9)
}
.tw-bg-dt-today-600\/95 {
  background-color: rgb(0 63 63 / 0.95)
}
.tw-bg-dt-tomato-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 252 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-1\/0 {
  background-color: rgb(255 252 252 / 0)
}
.tw-bg-dt-tomato-1\/10 {
  background-color: rgb(255 252 252 / 0.1)
}
.tw-bg-dt-tomato-1\/100 {
  background-color: rgb(255 252 252 / 1)
}
.tw-bg-dt-tomato-1\/15 {
  background-color: rgb(255 252 252 / 0.15)
}
.tw-bg-dt-tomato-1\/20 {
  background-color: rgb(255 252 252 / 0.2)
}
.tw-bg-dt-tomato-1\/25 {
  background-color: rgb(255 252 252 / 0.25)
}
.tw-bg-dt-tomato-1\/30 {
  background-color: rgb(255 252 252 / 0.3)
}
.tw-bg-dt-tomato-1\/35 {
  background-color: rgb(255 252 252 / 0.35)
}
.tw-bg-dt-tomato-1\/40 {
  background-color: rgb(255 252 252 / 0.4)
}
.tw-bg-dt-tomato-1\/45 {
  background-color: rgb(255 252 252 / 0.45)
}
.tw-bg-dt-tomato-1\/5 {
  background-color: rgb(255 252 252 / 0.05)
}
.tw-bg-dt-tomato-1\/50 {
  background-color: rgb(255 252 252 / 0.5)
}
.tw-bg-dt-tomato-1\/55 {
  background-color: rgb(255 252 252 / 0.55)
}
.tw-bg-dt-tomato-1\/60 {
  background-color: rgb(255 252 252 / 0.6)
}
.tw-bg-dt-tomato-1\/65 {
  background-color: rgb(255 252 252 / 0.65)
}
.tw-bg-dt-tomato-1\/70 {
  background-color: rgb(255 252 252 / 0.7)
}
.tw-bg-dt-tomato-1\/75 {
  background-color: rgb(255 252 252 / 0.75)
}
.tw-bg-dt-tomato-1\/80 {
  background-color: rgb(255 252 252 / 0.8)
}
.tw-bg-dt-tomato-1\/85 {
  background-color: rgb(255 252 252 / 0.85)
}
.tw-bg-dt-tomato-1\/90 {
  background-color: rgb(255 252 252 / 0.9)
}
.tw-bg-dt-tomato-1\/95 {
  background-color: rgb(255 252 252 / 0.95)
}
.tw-bg-dt-tomato-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 68 37 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-10\/0 {
  background-color: rgb(221 68 37 / 0)
}
.tw-bg-dt-tomato-10\/10 {
  background-color: rgb(221 68 37 / 0.1)
}
.tw-bg-dt-tomato-10\/100 {
  background-color: rgb(221 68 37 / 1)
}
.tw-bg-dt-tomato-10\/15 {
  background-color: rgb(221 68 37 / 0.15)
}
.tw-bg-dt-tomato-10\/20 {
  background-color: rgb(221 68 37 / 0.2)
}
.tw-bg-dt-tomato-10\/25 {
  background-color: rgb(221 68 37 / 0.25)
}
.tw-bg-dt-tomato-10\/30 {
  background-color: rgb(221 68 37 / 0.3)
}
.tw-bg-dt-tomato-10\/35 {
  background-color: rgb(221 68 37 / 0.35)
}
.tw-bg-dt-tomato-10\/40 {
  background-color: rgb(221 68 37 / 0.4)
}
.tw-bg-dt-tomato-10\/45 {
  background-color: rgb(221 68 37 / 0.45)
}
.tw-bg-dt-tomato-10\/5 {
  background-color: rgb(221 68 37 / 0.05)
}
.tw-bg-dt-tomato-10\/50 {
  background-color: rgb(221 68 37 / 0.5)
}
.tw-bg-dt-tomato-10\/55 {
  background-color: rgb(221 68 37 / 0.55)
}
.tw-bg-dt-tomato-10\/60 {
  background-color: rgb(221 68 37 / 0.6)
}
.tw-bg-dt-tomato-10\/65 {
  background-color: rgb(221 68 37 / 0.65)
}
.tw-bg-dt-tomato-10\/70 {
  background-color: rgb(221 68 37 / 0.7)
}
.tw-bg-dt-tomato-10\/75 {
  background-color: rgb(221 68 37 / 0.75)
}
.tw-bg-dt-tomato-10\/80 {
  background-color: rgb(221 68 37 / 0.8)
}
.tw-bg-dt-tomato-10\/85 {
  background-color: rgb(221 68 37 / 0.85)
}
.tw-bg-dt-tomato-10\/90 {
  background-color: rgb(221 68 37 / 0.9)
}
.tw-bg-dt-tomato-10\/95 {
  background-color: rgb(221 68 37 / 0.95)
}
.tw-bg-dt-tomato-11 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 52 21 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-11\/0 {
  background-color: rgb(209 52 21 / 0)
}
.tw-bg-dt-tomato-11\/10 {
  background-color: rgb(209 52 21 / 0.1)
}
.tw-bg-dt-tomato-11\/100 {
  background-color: rgb(209 52 21 / 1)
}
.tw-bg-dt-tomato-11\/15 {
  background-color: rgb(209 52 21 / 0.15)
}
.tw-bg-dt-tomato-11\/20 {
  background-color: rgb(209 52 21 / 0.2)
}
.tw-bg-dt-tomato-11\/25 {
  background-color: rgb(209 52 21 / 0.25)
}
.tw-bg-dt-tomato-11\/30 {
  background-color: rgb(209 52 21 / 0.3)
}
.tw-bg-dt-tomato-11\/35 {
  background-color: rgb(209 52 21 / 0.35)
}
.tw-bg-dt-tomato-11\/40 {
  background-color: rgb(209 52 21 / 0.4)
}
.tw-bg-dt-tomato-11\/45 {
  background-color: rgb(209 52 21 / 0.45)
}
.tw-bg-dt-tomato-11\/5 {
  background-color: rgb(209 52 21 / 0.05)
}
.tw-bg-dt-tomato-11\/50 {
  background-color: rgb(209 52 21 / 0.5)
}
.tw-bg-dt-tomato-11\/55 {
  background-color: rgb(209 52 21 / 0.55)
}
.tw-bg-dt-tomato-11\/60 {
  background-color: rgb(209 52 21 / 0.6)
}
.tw-bg-dt-tomato-11\/65 {
  background-color: rgb(209 52 21 / 0.65)
}
.tw-bg-dt-tomato-11\/70 {
  background-color: rgb(209 52 21 / 0.7)
}
.tw-bg-dt-tomato-11\/75 {
  background-color: rgb(209 52 21 / 0.75)
}
.tw-bg-dt-tomato-11\/80 {
  background-color: rgb(209 52 21 / 0.8)
}
.tw-bg-dt-tomato-11\/85 {
  background-color: rgb(209 52 21 / 0.85)
}
.tw-bg-dt-tomato-11\/90 {
  background-color: rgb(209 52 21 / 0.9)
}
.tw-bg-dt-tomato-11\/95 {
  background-color: rgb(209 52 21 / 0.95)
}
.tw-bg-dt-tomato-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 39 31 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-12\/0 {
  background-color: rgb(92 39 31 / 0)
}
.tw-bg-dt-tomato-12\/10 {
  background-color: rgb(92 39 31 / 0.1)
}
.tw-bg-dt-tomato-12\/100 {
  background-color: rgb(92 39 31 / 1)
}
.tw-bg-dt-tomato-12\/15 {
  background-color: rgb(92 39 31 / 0.15)
}
.tw-bg-dt-tomato-12\/20 {
  background-color: rgb(92 39 31 / 0.2)
}
.tw-bg-dt-tomato-12\/25 {
  background-color: rgb(92 39 31 / 0.25)
}
.tw-bg-dt-tomato-12\/30 {
  background-color: rgb(92 39 31 / 0.3)
}
.tw-bg-dt-tomato-12\/35 {
  background-color: rgb(92 39 31 / 0.35)
}
.tw-bg-dt-tomato-12\/40 {
  background-color: rgb(92 39 31 / 0.4)
}
.tw-bg-dt-tomato-12\/45 {
  background-color: rgb(92 39 31 / 0.45)
}
.tw-bg-dt-tomato-12\/5 {
  background-color: rgb(92 39 31 / 0.05)
}
.tw-bg-dt-tomato-12\/50 {
  background-color: rgb(92 39 31 / 0.5)
}
.tw-bg-dt-tomato-12\/55 {
  background-color: rgb(92 39 31 / 0.55)
}
.tw-bg-dt-tomato-12\/60 {
  background-color: rgb(92 39 31 / 0.6)
}
.tw-bg-dt-tomato-12\/65 {
  background-color: rgb(92 39 31 / 0.65)
}
.tw-bg-dt-tomato-12\/70 {
  background-color: rgb(92 39 31 / 0.7)
}
.tw-bg-dt-tomato-12\/75 {
  background-color: rgb(92 39 31 / 0.75)
}
.tw-bg-dt-tomato-12\/80 {
  background-color: rgb(92 39 31 / 0.8)
}
.tw-bg-dt-tomato-12\/85 {
  background-color: rgb(92 39 31 / 0.85)
}
.tw-bg-dt-tomato-12\/90 {
  background-color: rgb(92 39 31 / 0.9)
}
.tw-bg-dt-tomato-12\/95 {
  background-color: rgb(92 39 31 / 0.95)
}
.tw-bg-dt-tomato-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-2\/0 {
  background-color: rgb(255 248 247 / 0)
}
.tw-bg-dt-tomato-2\/10 {
  background-color: rgb(255 248 247 / 0.1)
}
.tw-bg-dt-tomato-2\/100 {
  background-color: rgb(255 248 247 / 1)
}
.tw-bg-dt-tomato-2\/15 {
  background-color: rgb(255 248 247 / 0.15)
}
.tw-bg-dt-tomato-2\/20 {
  background-color: rgb(255 248 247 / 0.2)
}
.tw-bg-dt-tomato-2\/25 {
  background-color: rgb(255 248 247 / 0.25)
}
.tw-bg-dt-tomato-2\/30 {
  background-color: rgb(255 248 247 / 0.3)
}
.tw-bg-dt-tomato-2\/35 {
  background-color: rgb(255 248 247 / 0.35)
}
.tw-bg-dt-tomato-2\/40 {
  background-color: rgb(255 248 247 / 0.4)
}
.tw-bg-dt-tomato-2\/45 {
  background-color: rgb(255 248 247 / 0.45)
}
.tw-bg-dt-tomato-2\/5 {
  background-color: rgb(255 248 247 / 0.05)
}
.tw-bg-dt-tomato-2\/50 {
  background-color: rgb(255 248 247 / 0.5)
}
.tw-bg-dt-tomato-2\/55 {
  background-color: rgb(255 248 247 / 0.55)
}
.tw-bg-dt-tomato-2\/60 {
  background-color: rgb(255 248 247 / 0.6)
}
.tw-bg-dt-tomato-2\/65 {
  background-color: rgb(255 248 247 / 0.65)
}
.tw-bg-dt-tomato-2\/70 {
  background-color: rgb(255 248 247 / 0.7)
}
.tw-bg-dt-tomato-2\/75 {
  background-color: rgb(255 248 247 / 0.75)
}
.tw-bg-dt-tomato-2\/80 {
  background-color: rgb(255 248 247 / 0.8)
}
.tw-bg-dt-tomato-2\/85 {
  background-color: rgb(255 248 247 / 0.85)
}
.tw-bg-dt-tomato-2\/90 {
  background-color: rgb(255 248 247 / 0.9)
}
.tw-bg-dt-tomato-2\/95 {
  background-color: rgb(255 248 247 / 0.95)
}
.tw-bg-dt-tomato-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 231 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-3\/0 {
  background-color: rgb(254 235 231 / 0)
}
.tw-bg-dt-tomato-3\/10 {
  background-color: rgb(254 235 231 / 0.1)
}
.tw-bg-dt-tomato-3\/100 {
  background-color: rgb(254 235 231 / 1)
}
.tw-bg-dt-tomato-3\/15 {
  background-color: rgb(254 235 231 / 0.15)
}
.tw-bg-dt-tomato-3\/20 {
  background-color: rgb(254 235 231 / 0.2)
}
.tw-bg-dt-tomato-3\/25 {
  background-color: rgb(254 235 231 / 0.25)
}
.tw-bg-dt-tomato-3\/30 {
  background-color: rgb(254 235 231 / 0.3)
}
.tw-bg-dt-tomato-3\/35 {
  background-color: rgb(254 235 231 / 0.35)
}
.tw-bg-dt-tomato-3\/40 {
  background-color: rgb(254 235 231 / 0.4)
}
.tw-bg-dt-tomato-3\/45 {
  background-color: rgb(254 235 231 / 0.45)
}
.tw-bg-dt-tomato-3\/5 {
  background-color: rgb(254 235 231 / 0.05)
}
.tw-bg-dt-tomato-3\/50 {
  background-color: rgb(254 235 231 / 0.5)
}
.tw-bg-dt-tomato-3\/55 {
  background-color: rgb(254 235 231 / 0.55)
}
.tw-bg-dt-tomato-3\/60 {
  background-color: rgb(254 235 231 / 0.6)
}
.tw-bg-dt-tomato-3\/65 {
  background-color: rgb(254 235 231 / 0.65)
}
.tw-bg-dt-tomato-3\/70 {
  background-color: rgb(254 235 231 / 0.7)
}
.tw-bg-dt-tomato-3\/75 {
  background-color: rgb(254 235 231 / 0.75)
}
.tw-bg-dt-tomato-3\/80 {
  background-color: rgb(254 235 231 / 0.8)
}
.tw-bg-dt-tomato-3\/85 {
  background-color: rgb(254 235 231 / 0.85)
}
.tw-bg-dt-tomato-3\/90 {
  background-color: rgb(254 235 231 / 0.9)
}
.tw-bg-dt-tomato-3\/95 {
  background-color: rgb(254 235 231 / 0.95)
}
.tw-bg-dt-tomato-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 211 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-4\/0 {
  background-color: rgb(255 220 211 / 0)
}
.tw-bg-dt-tomato-4\/10 {
  background-color: rgb(255 220 211 / 0.1)
}
.tw-bg-dt-tomato-4\/100 {
  background-color: rgb(255 220 211 / 1)
}
.tw-bg-dt-tomato-4\/15 {
  background-color: rgb(255 220 211 / 0.15)
}
.tw-bg-dt-tomato-4\/20 {
  background-color: rgb(255 220 211 / 0.2)
}
.tw-bg-dt-tomato-4\/25 {
  background-color: rgb(255 220 211 / 0.25)
}
.tw-bg-dt-tomato-4\/30 {
  background-color: rgb(255 220 211 / 0.3)
}
.tw-bg-dt-tomato-4\/35 {
  background-color: rgb(255 220 211 / 0.35)
}
.tw-bg-dt-tomato-4\/40 {
  background-color: rgb(255 220 211 / 0.4)
}
.tw-bg-dt-tomato-4\/45 {
  background-color: rgb(255 220 211 / 0.45)
}
.tw-bg-dt-tomato-4\/5 {
  background-color: rgb(255 220 211 / 0.05)
}
.tw-bg-dt-tomato-4\/50 {
  background-color: rgb(255 220 211 / 0.5)
}
.tw-bg-dt-tomato-4\/55 {
  background-color: rgb(255 220 211 / 0.55)
}
.tw-bg-dt-tomato-4\/60 {
  background-color: rgb(255 220 211 / 0.6)
}
.tw-bg-dt-tomato-4\/65 {
  background-color: rgb(255 220 211 / 0.65)
}
.tw-bg-dt-tomato-4\/70 {
  background-color: rgb(255 220 211 / 0.7)
}
.tw-bg-dt-tomato-4\/75 {
  background-color: rgb(255 220 211 / 0.75)
}
.tw-bg-dt-tomato-4\/80 {
  background-color: rgb(255 220 211 / 0.8)
}
.tw-bg-dt-tomato-4\/85 {
  background-color: rgb(255 220 211 / 0.85)
}
.tw-bg-dt-tomato-4\/90 {
  background-color: rgb(255 220 211 / 0.9)
}
.tw-bg-dt-tomato-4\/95 {
  background-color: rgb(255 220 211 / 0.95)
}
.tw-bg-dt-tomato-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 205 194 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-5\/0 {
  background-color: rgb(255 205 194 / 0)
}
.tw-bg-dt-tomato-5\/10 {
  background-color: rgb(255 205 194 / 0.1)
}
.tw-bg-dt-tomato-5\/100 {
  background-color: rgb(255 205 194 / 1)
}
.tw-bg-dt-tomato-5\/15 {
  background-color: rgb(255 205 194 / 0.15)
}
.tw-bg-dt-tomato-5\/20 {
  background-color: rgb(255 205 194 / 0.2)
}
.tw-bg-dt-tomato-5\/25 {
  background-color: rgb(255 205 194 / 0.25)
}
.tw-bg-dt-tomato-5\/30 {
  background-color: rgb(255 205 194 / 0.3)
}
.tw-bg-dt-tomato-5\/35 {
  background-color: rgb(255 205 194 / 0.35)
}
.tw-bg-dt-tomato-5\/40 {
  background-color: rgb(255 205 194 / 0.4)
}
.tw-bg-dt-tomato-5\/45 {
  background-color: rgb(255 205 194 / 0.45)
}
.tw-bg-dt-tomato-5\/5 {
  background-color: rgb(255 205 194 / 0.05)
}
.tw-bg-dt-tomato-5\/50 {
  background-color: rgb(255 205 194 / 0.5)
}
.tw-bg-dt-tomato-5\/55 {
  background-color: rgb(255 205 194 / 0.55)
}
.tw-bg-dt-tomato-5\/60 {
  background-color: rgb(255 205 194 / 0.6)
}
.tw-bg-dt-tomato-5\/65 {
  background-color: rgb(255 205 194 / 0.65)
}
.tw-bg-dt-tomato-5\/70 {
  background-color: rgb(255 205 194 / 0.7)
}
.tw-bg-dt-tomato-5\/75 {
  background-color: rgb(255 205 194 / 0.75)
}
.tw-bg-dt-tomato-5\/80 {
  background-color: rgb(255 205 194 / 0.8)
}
.tw-bg-dt-tomato-5\/85 {
  background-color: rgb(255 205 194 / 0.85)
}
.tw-bg-dt-tomato-5\/90 {
  background-color: rgb(255 205 194 / 0.9)
}
.tw-bg-dt-tomato-5\/95 {
  background-color: rgb(255 205 194 / 0.95)
}
.tw-bg-dt-tomato-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 189 175 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-6\/0 {
  background-color: rgb(253 189 175 / 0)
}
.tw-bg-dt-tomato-6\/10 {
  background-color: rgb(253 189 175 / 0.1)
}
.tw-bg-dt-tomato-6\/100 {
  background-color: rgb(253 189 175 / 1)
}
.tw-bg-dt-tomato-6\/15 {
  background-color: rgb(253 189 175 / 0.15)
}
.tw-bg-dt-tomato-6\/20 {
  background-color: rgb(253 189 175 / 0.2)
}
.tw-bg-dt-tomato-6\/25 {
  background-color: rgb(253 189 175 / 0.25)
}
.tw-bg-dt-tomato-6\/30 {
  background-color: rgb(253 189 175 / 0.3)
}
.tw-bg-dt-tomato-6\/35 {
  background-color: rgb(253 189 175 / 0.35)
}
.tw-bg-dt-tomato-6\/40 {
  background-color: rgb(253 189 175 / 0.4)
}
.tw-bg-dt-tomato-6\/45 {
  background-color: rgb(253 189 175 / 0.45)
}
.tw-bg-dt-tomato-6\/5 {
  background-color: rgb(253 189 175 / 0.05)
}
.tw-bg-dt-tomato-6\/50 {
  background-color: rgb(253 189 175 / 0.5)
}
.tw-bg-dt-tomato-6\/55 {
  background-color: rgb(253 189 175 / 0.55)
}
.tw-bg-dt-tomato-6\/60 {
  background-color: rgb(253 189 175 / 0.6)
}
.tw-bg-dt-tomato-6\/65 {
  background-color: rgb(253 189 175 / 0.65)
}
.tw-bg-dt-tomato-6\/70 {
  background-color: rgb(253 189 175 / 0.7)
}
.tw-bg-dt-tomato-6\/75 {
  background-color: rgb(253 189 175 / 0.75)
}
.tw-bg-dt-tomato-6\/80 {
  background-color: rgb(253 189 175 / 0.8)
}
.tw-bg-dt-tomato-6\/85 {
  background-color: rgb(253 189 175 / 0.85)
}
.tw-bg-dt-tomato-6\/90 {
  background-color: rgb(253 189 175 / 0.9)
}
.tw-bg-dt-tomato-6\/95 {
  background-color: rgb(253 189 175 / 0.95)
}
.tw-bg-dt-tomato-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 168 152 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-7\/0 {
  background-color: rgb(245 168 152 / 0)
}
.tw-bg-dt-tomato-7\/10 {
  background-color: rgb(245 168 152 / 0.1)
}
.tw-bg-dt-tomato-7\/100 {
  background-color: rgb(245 168 152 / 1)
}
.tw-bg-dt-tomato-7\/15 {
  background-color: rgb(245 168 152 / 0.15)
}
.tw-bg-dt-tomato-7\/20 {
  background-color: rgb(245 168 152 / 0.2)
}
.tw-bg-dt-tomato-7\/25 {
  background-color: rgb(245 168 152 / 0.25)
}
.tw-bg-dt-tomato-7\/30 {
  background-color: rgb(245 168 152 / 0.3)
}
.tw-bg-dt-tomato-7\/35 {
  background-color: rgb(245 168 152 / 0.35)
}
.tw-bg-dt-tomato-7\/40 {
  background-color: rgb(245 168 152 / 0.4)
}
.tw-bg-dt-tomato-7\/45 {
  background-color: rgb(245 168 152 / 0.45)
}
.tw-bg-dt-tomato-7\/5 {
  background-color: rgb(245 168 152 / 0.05)
}
.tw-bg-dt-tomato-7\/50 {
  background-color: rgb(245 168 152 / 0.5)
}
.tw-bg-dt-tomato-7\/55 {
  background-color: rgb(245 168 152 / 0.55)
}
.tw-bg-dt-tomato-7\/60 {
  background-color: rgb(245 168 152 / 0.6)
}
.tw-bg-dt-tomato-7\/65 {
  background-color: rgb(245 168 152 / 0.65)
}
.tw-bg-dt-tomato-7\/70 {
  background-color: rgb(245 168 152 / 0.7)
}
.tw-bg-dt-tomato-7\/75 {
  background-color: rgb(245 168 152 / 0.75)
}
.tw-bg-dt-tomato-7\/80 {
  background-color: rgb(245 168 152 / 0.8)
}
.tw-bg-dt-tomato-7\/85 {
  background-color: rgb(245 168 152 / 0.85)
}
.tw-bg-dt-tomato-7\/90 {
  background-color: rgb(245 168 152 / 0.9)
}
.tw-bg-dt-tomato-7\/95 {
  background-color: rgb(245 168 152 / 0.95)
}
.tw-bg-dt-tomato-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 142 123 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-8\/0 {
  background-color: rgb(236 142 123 / 0)
}
.tw-bg-dt-tomato-8\/10 {
  background-color: rgb(236 142 123 / 0.1)
}
.tw-bg-dt-tomato-8\/100 {
  background-color: rgb(236 142 123 / 1)
}
.tw-bg-dt-tomato-8\/15 {
  background-color: rgb(236 142 123 / 0.15)
}
.tw-bg-dt-tomato-8\/20 {
  background-color: rgb(236 142 123 / 0.2)
}
.tw-bg-dt-tomato-8\/25 {
  background-color: rgb(236 142 123 / 0.25)
}
.tw-bg-dt-tomato-8\/30 {
  background-color: rgb(236 142 123 / 0.3)
}
.tw-bg-dt-tomato-8\/35 {
  background-color: rgb(236 142 123 / 0.35)
}
.tw-bg-dt-tomato-8\/40 {
  background-color: rgb(236 142 123 / 0.4)
}
.tw-bg-dt-tomato-8\/45 {
  background-color: rgb(236 142 123 / 0.45)
}
.tw-bg-dt-tomato-8\/5 {
  background-color: rgb(236 142 123 / 0.05)
}
.tw-bg-dt-tomato-8\/50 {
  background-color: rgb(236 142 123 / 0.5)
}
.tw-bg-dt-tomato-8\/55 {
  background-color: rgb(236 142 123 / 0.55)
}
.tw-bg-dt-tomato-8\/60 {
  background-color: rgb(236 142 123 / 0.6)
}
.tw-bg-dt-tomato-8\/65 {
  background-color: rgb(236 142 123 / 0.65)
}
.tw-bg-dt-tomato-8\/70 {
  background-color: rgb(236 142 123 / 0.7)
}
.tw-bg-dt-tomato-8\/75 {
  background-color: rgb(236 142 123 / 0.75)
}
.tw-bg-dt-tomato-8\/80 {
  background-color: rgb(236 142 123 / 0.8)
}
.tw-bg-dt-tomato-8\/85 {
  background-color: rgb(236 142 123 / 0.85)
}
.tw-bg-dt-tomato-8\/90 {
  background-color: rgb(236 142 123 / 0.9)
}
.tw-bg-dt-tomato-8\/95 {
  background-color: rgb(236 142 123 / 0.95)
}
.tw-bg-dt-tomato-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 77 46 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-tomato-9\/0 {
  background-color: rgb(229 77 46 / 0)
}
.tw-bg-dt-tomato-9\/10 {
  background-color: rgb(229 77 46 / 0.1)
}
.tw-bg-dt-tomato-9\/100 {
  background-color: rgb(229 77 46 / 1)
}
.tw-bg-dt-tomato-9\/15 {
  background-color: rgb(229 77 46 / 0.15)
}
.tw-bg-dt-tomato-9\/20 {
  background-color: rgb(229 77 46 / 0.2)
}
.tw-bg-dt-tomato-9\/25 {
  background-color: rgb(229 77 46 / 0.25)
}
.tw-bg-dt-tomato-9\/30 {
  background-color: rgb(229 77 46 / 0.3)
}
.tw-bg-dt-tomato-9\/35 {
  background-color: rgb(229 77 46 / 0.35)
}
.tw-bg-dt-tomato-9\/40 {
  background-color: rgb(229 77 46 / 0.4)
}
.tw-bg-dt-tomato-9\/45 {
  background-color: rgb(229 77 46 / 0.45)
}
.tw-bg-dt-tomato-9\/5 {
  background-color: rgb(229 77 46 / 0.05)
}
.tw-bg-dt-tomato-9\/50 {
  background-color: rgb(229 77 46 / 0.5)
}
.tw-bg-dt-tomato-9\/55 {
  background-color: rgb(229 77 46 / 0.55)
}
.tw-bg-dt-tomato-9\/60 {
  background-color: rgb(229 77 46 / 0.6)
}
.tw-bg-dt-tomato-9\/65 {
  background-color: rgb(229 77 46 / 0.65)
}
.tw-bg-dt-tomato-9\/70 {
  background-color: rgb(229 77 46 / 0.7)
}
.tw-bg-dt-tomato-9\/75 {
  background-color: rgb(229 77 46 / 0.75)
}
.tw-bg-dt-tomato-9\/80 {
  background-color: rgb(229 77 46 / 0.8)
}
.tw-bg-dt-tomato-9\/85 {
  background-color: rgb(229 77 46 / 0.85)
}
.tw-bg-dt-tomato-9\/90 {
  background-color: rgb(229 77 46 / 0.9)
}
.tw-bg-dt-tomato-9\/95 {
  background-color: rgb(229 77 46 / 0.95)
}
.tw-bg-dt-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 233 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-warning-100\/0 {
  background-color: rgb(254 251 233 / 0)
}
.tw-bg-dt-warning-100\/10 {
  background-color: rgb(254 251 233 / 0.1)
}
.tw-bg-dt-warning-100\/100 {
  background-color: rgb(254 251 233 / 1)
}
.tw-bg-dt-warning-100\/15 {
  background-color: rgb(254 251 233 / 0.15)
}
.tw-bg-dt-warning-100\/20 {
  background-color: rgb(254 251 233 / 0.2)
}
.tw-bg-dt-warning-100\/25 {
  background-color: rgb(254 251 233 / 0.25)
}
.tw-bg-dt-warning-100\/30 {
  background-color: rgb(254 251 233 / 0.3)
}
.tw-bg-dt-warning-100\/35 {
  background-color: rgb(254 251 233 / 0.35)
}
.tw-bg-dt-warning-100\/40 {
  background-color: rgb(254 251 233 / 0.4)
}
.tw-bg-dt-warning-100\/45 {
  background-color: rgb(254 251 233 / 0.45)
}
.tw-bg-dt-warning-100\/5 {
  background-color: rgb(254 251 233 / 0.05)
}
.tw-bg-dt-warning-100\/50 {
  background-color: rgb(254 251 233 / 0.5)
}
.tw-bg-dt-warning-100\/55 {
  background-color: rgb(254 251 233 / 0.55)
}
.tw-bg-dt-warning-100\/60 {
  background-color: rgb(254 251 233 / 0.6)
}
.tw-bg-dt-warning-100\/65 {
  background-color: rgb(254 251 233 / 0.65)
}
.tw-bg-dt-warning-100\/70 {
  background-color: rgb(254 251 233 / 0.7)
}
.tw-bg-dt-warning-100\/75 {
  background-color: rgb(254 251 233 / 0.75)
}
.tw-bg-dt-warning-100\/80 {
  background-color: rgb(254 251 233 / 0.8)
}
.tw-bg-dt-warning-100\/85 {
  background-color: rgb(254 251 233 / 0.85)
}
.tw-bg-dt-warning-100\/90 {
  background-color: rgb(254 251 233 / 0.9)
}
.tw-bg-dt-warning-100\/95 {
  background-color: rgb(254 251 233 / 0.95)
}
.tw-bg-dt-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 194 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-warning-200\/0 {
  background-color: rgb(255 247 194 / 0)
}
.tw-bg-dt-warning-200\/10 {
  background-color: rgb(255 247 194 / 0.1)
}
.tw-bg-dt-warning-200\/100 {
  background-color: rgb(255 247 194 / 1)
}
.tw-bg-dt-warning-200\/15 {
  background-color: rgb(255 247 194 / 0.15)
}
.tw-bg-dt-warning-200\/20 {
  background-color: rgb(255 247 194 / 0.2)
}
.tw-bg-dt-warning-200\/25 {
  background-color: rgb(255 247 194 / 0.25)
}
.tw-bg-dt-warning-200\/30 {
  background-color: rgb(255 247 194 / 0.3)
}
.tw-bg-dt-warning-200\/35 {
  background-color: rgb(255 247 194 / 0.35)
}
.tw-bg-dt-warning-200\/40 {
  background-color: rgb(255 247 194 / 0.4)
}
.tw-bg-dt-warning-200\/45 {
  background-color: rgb(255 247 194 / 0.45)
}
.tw-bg-dt-warning-200\/5 {
  background-color: rgb(255 247 194 / 0.05)
}
.tw-bg-dt-warning-200\/50 {
  background-color: rgb(255 247 194 / 0.5)
}
.tw-bg-dt-warning-200\/55 {
  background-color: rgb(255 247 194 / 0.55)
}
.tw-bg-dt-warning-200\/60 {
  background-color: rgb(255 247 194 / 0.6)
}
.tw-bg-dt-warning-200\/65 {
  background-color: rgb(255 247 194 / 0.65)
}
.tw-bg-dt-warning-200\/70 {
  background-color: rgb(255 247 194 / 0.7)
}
.tw-bg-dt-warning-200\/75 {
  background-color: rgb(255 247 194 / 0.75)
}
.tw-bg-dt-warning-200\/80 {
  background-color: rgb(255 247 194 / 0.8)
}
.tw-bg-dt-warning-200\/85 {
  background-color: rgb(255 247 194 / 0.85)
}
.tw-bg-dt-warning-200\/90 {
  background-color: rgb(255 247 194 / 0.9)
}
.tw-bg-dt-warning-200\/95 {
  background-color: rgb(255 247 194 / 0.95)
}
.tw-bg-dt-warning-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 214 115 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-warning-300\/0 {
  background-color: rgb(243 214 115 / 0)
}
.tw-bg-dt-warning-300\/10 {
  background-color: rgb(243 214 115 / 0.1)
}
.tw-bg-dt-warning-300\/100 {
  background-color: rgb(243 214 115 / 1)
}
.tw-bg-dt-warning-300\/15 {
  background-color: rgb(243 214 115 / 0.15)
}
.tw-bg-dt-warning-300\/20 {
  background-color: rgb(243 214 115 / 0.2)
}
.tw-bg-dt-warning-300\/25 {
  background-color: rgb(243 214 115 / 0.25)
}
.tw-bg-dt-warning-300\/30 {
  background-color: rgb(243 214 115 / 0.3)
}
.tw-bg-dt-warning-300\/35 {
  background-color: rgb(243 214 115 / 0.35)
}
.tw-bg-dt-warning-300\/40 {
  background-color: rgb(243 214 115 / 0.4)
}
.tw-bg-dt-warning-300\/45 {
  background-color: rgb(243 214 115 / 0.45)
}
.tw-bg-dt-warning-300\/5 {
  background-color: rgb(243 214 115 / 0.05)
}
.tw-bg-dt-warning-300\/50 {
  background-color: rgb(243 214 115 / 0.5)
}
.tw-bg-dt-warning-300\/55 {
  background-color: rgb(243 214 115 / 0.55)
}
.tw-bg-dt-warning-300\/60 {
  background-color: rgb(243 214 115 / 0.6)
}
.tw-bg-dt-warning-300\/65 {
  background-color: rgb(243 214 115 / 0.65)
}
.tw-bg-dt-warning-300\/70 {
  background-color: rgb(243 214 115 / 0.7)
}
.tw-bg-dt-warning-300\/75 {
  background-color: rgb(243 214 115 / 0.75)
}
.tw-bg-dt-warning-300\/80 {
  background-color: rgb(243 214 115 / 0.8)
}
.tw-bg-dt-warning-300\/85 {
  background-color: rgb(243 214 115 / 0.85)
}
.tw-bg-dt-warning-300\/90 {
  background-color: rgb(243 214 115 / 0.9)
}
.tw-bg-dt-warning-300\/95 {
  background-color: rgb(243 214 115 / 0.95)
}
.tw-bg-dt-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 197 61 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-warning-400\/0 {
  background-color: rgb(255 197 61 / 0)
}
.tw-bg-dt-warning-400\/10 {
  background-color: rgb(255 197 61 / 0.1)
}
.tw-bg-dt-warning-400\/100 {
  background-color: rgb(255 197 61 / 1)
}
.tw-bg-dt-warning-400\/15 {
  background-color: rgb(255 197 61 / 0.15)
}
.tw-bg-dt-warning-400\/20 {
  background-color: rgb(255 197 61 / 0.2)
}
.tw-bg-dt-warning-400\/25 {
  background-color: rgb(255 197 61 / 0.25)
}
.tw-bg-dt-warning-400\/30 {
  background-color: rgb(255 197 61 / 0.3)
}
.tw-bg-dt-warning-400\/35 {
  background-color: rgb(255 197 61 / 0.35)
}
.tw-bg-dt-warning-400\/40 {
  background-color: rgb(255 197 61 / 0.4)
}
.tw-bg-dt-warning-400\/45 {
  background-color: rgb(255 197 61 / 0.45)
}
.tw-bg-dt-warning-400\/5 {
  background-color: rgb(255 197 61 / 0.05)
}
.tw-bg-dt-warning-400\/50 {
  background-color: rgb(255 197 61 / 0.5)
}
.tw-bg-dt-warning-400\/55 {
  background-color: rgb(255 197 61 / 0.55)
}
.tw-bg-dt-warning-400\/60 {
  background-color: rgb(255 197 61 / 0.6)
}
.tw-bg-dt-warning-400\/65 {
  background-color: rgb(255 197 61 / 0.65)
}
.tw-bg-dt-warning-400\/70 {
  background-color: rgb(255 197 61 / 0.7)
}
.tw-bg-dt-warning-400\/75 {
  background-color: rgb(255 197 61 / 0.75)
}
.tw-bg-dt-warning-400\/80 {
  background-color: rgb(255 197 61 / 0.8)
}
.tw-bg-dt-warning-400\/85 {
  background-color: rgb(255 197 61 / 0.85)
}
.tw-bg-dt-warning-400\/90 {
  background-color: rgb(255 197 61 / 0.9)
}
.tw-bg-dt-warning-400\/95 {
  background-color: rgb(255 197 61 / 0.95)
}
.tw-bg-dt-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(171 100 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-warning-500\/0 {
  background-color: rgb(171 100 0 / 0)
}
.tw-bg-dt-warning-500\/10 {
  background-color: rgb(171 100 0 / 0.1)
}
.tw-bg-dt-warning-500\/100 {
  background-color: rgb(171 100 0 / 1)
}
.tw-bg-dt-warning-500\/15 {
  background-color: rgb(171 100 0 / 0.15)
}
.tw-bg-dt-warning-500\/20 {
  background-color: rgb(171 100 0 / 0.2)
}
.tw-bg-dt-warning-500\/25 {
  background-color: rgb(171 100 0 / 0.25)
}
.tw-bg-dt-warning-500\/30 {
  background-color: rgb(171 100 0 / 0.3)
}
.tw-bg-dt-warning-500\/35 {
  background-color: rgb(171 100 0 / 0.35)
}
.tw-bg-dt-warning-500\/40 {
  background-color: rgb(171 100 0 / 0.4)
}
.tw-bg-dt-warning-500\/45 {
  background-color: rgb(171 100 0 / 0.45)
}
.tw-bg-dt-warning-500\/5 {
  background-color: rgb(171 100 0 / 0.05)
}
.tw-bg-dt-warning-500\/50 {
  background-color: rgb(171 100 0 / 0.5)
}
.tw-bg-dt-warning-500\/55 {
  background-color: rgb(171 100 0 / 0.55)
}
.tw-bg-dt-warning-500\/60 {
  background-color: rgb(171 100 0 / 0.6)
}
.tw-bg-dt-warning-500\/65 {
  background-color: rgb(171 100 0 / 0.65)
}
.tw-bg-dt-warning-500\/70 {
  background-color: rgb(171 100 0 / 0.7)
}
.tw-bg-dt-warning-500\/75 {
  background-color: rgb(171 100 0 / 0.75)
}
.tw-bg-dt-warning-500\/80 {
  background-color: rgb(171 100 0 / 0.8)
}
.tw-bg-dt-warning-500\/85 {
  background-color: rgb(171 100 0 / 0.85)
}
.tw-bg-dt-warning-500\/90 {
  background-color: rgb(171 100 0 / 0.9)
}
.tw-bg-dt-warning-500\/95 {
  background-color: rgb(171 100 0 / 0.95)
}
.tw-bg-dt-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 52 34 / var(--tw-bg-opacity, 1))
}
.tw-bg-dt-warning-600\/0 {
  background-color: rgb(79 52 34 / 0)
}
.tw-bg-dt-warning-600\/10 {
  background-color: rgb(79 52 34 / 0.1)
}
.tw-bg-dt-warning-600\/100 {
  background-color: rgb(79 52 34 / 1)
}
.tw-bg-dt-warning-600\/15 {
  background-color: rgb(79 52 34 / 0.15)
}
.tw-bg-dt-warning-600\/20 {
  background-color: rgb(79 52 34 / 0.2)
}
.tw-bg-dt-warning-600\/25 {
  background-color: rgb(79 52 34 / 0.25)
}
.tw-bg-dt-warning-600\/30 {
  background-color: rgb(79 52 34 / 0.3)
}
.tw-bg-dt-warning-600\/35 {
  background-color: rgb(79 52 34 / 0.35)
}
.tw-bg-dt-warning-600\/40 {
  background-color: rgb(79 52 34 / 0.4)
}
.tw-bg-dt-warning-600\/45 {
  background-color: rgb(79 52 34 / 0.45)
}
.tw-bg-dt-warning-600\/5 {
  background-color: rgb(79 52 34 / 0.05)
}
.tw-bg-dt-warning-600\/50 {
  background-color: rgb(79 52 34 / 0.5)
}
.tw-bg-dt-warning-600\/55 {
  background-color: rgb(79 52 34 / 0.55)
}
.tw-bg-dt-warning-600\/60 {
  background-color: rgb(79 52 34 / 0.6)
}
.tw-bg-dt-warning-600\/65 {
  background-color: rgb(79 52 34 / 0.65)
}
.tw-bg-dt-warning-600\/70 {
  background-color: rgb(79 52 34 / 0.7)
}
.tw-bg-dt-warning-600\/75 {
  background-color: rgb(79 52 34 / 0.75)
}
.tw-bg-dt-warning-600\/80 {
  background-color: rgb(79 52 34 / 0.8)
}
.tw-bg-dt-warning-600\/85 {
  background-color: rgb(79 52 34 / 0.85)
}
.tw-bg-dt-warning-600\/90 {
  background-color: rgb(79 52 34 / 0.9)
}
.tw-bg-dt-warning-600\/95 {
  background-color: rgb(79 52 34 / 0.95)
}
.tw-bg-dt-white-a-1 {
  background-color: rgba(255,255,255,0.05)
}
.tw-bg-dt-white-a-1\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-1\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-1\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-1\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-1\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-1\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-1\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-1\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-1\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-1\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-1\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-1\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-1\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-1\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-1\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-1\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-1\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-1\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-1\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-1\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-1\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-10 {
  background-color: rgba(255,255,255,0.8)
}
.tw-bg-dt-white-a-10\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-10\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-10\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-10\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-10\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-10\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-10\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-10\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-10\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-10\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-10\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-10\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-10\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-10\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-10\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-10\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-10\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-10\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-10\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-10\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-10\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-11 {
  background-color: rgba(255,255,255,0.9)
}
.tw-bg-dt-white-a-11\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-11\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-11\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-11\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-11\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-11\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-11\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-11\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-11\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-11\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-11\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-11\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-11\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-11\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-11\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-11\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-11\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-11\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-11\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-11\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-11\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-12 {
  background-color: rgba(255,255,255,0.95)
}
.tw-bg-dt-white-a-12\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-12\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-12\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-12\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-12\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-12\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-12\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-12\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-12\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-12\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-12\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-12\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-12\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-12\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-12\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-12\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-12\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-12\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-12\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-12\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-12\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-2 {
  background-color: rgba(255,255,255,0.1)
}
.tw-bg-dt-white-a-2\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-2\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-2\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-2\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-2\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-2\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-2\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-2\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-2\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-2\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-2\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-2\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-2\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-2\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-2\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-2\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-2\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-2\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-2\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-2\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-2\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-3 {
  background-color: rgba(255,255,255,0.15)
}
.tw-bg-dt-white-a-3\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-3\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-3\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-3\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-3\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-3\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-3\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-3\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-3\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-3\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-3\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-3\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-3\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-3\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-3\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-3\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-3\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-3\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-3\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-3\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-3\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-4 {
  background-color: rgba(255,255,255,0.2)
}
.tw-bg-dt-white-a-4\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-4\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-4\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-4\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-4\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-4\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-4\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-4\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-4\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-4\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-4\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-4\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-4\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-4\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-4\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-4\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-4\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-4\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-4\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-4\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-4\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-5 {
  background-color: rgba(255,255,255,0.3)
}
.tw-bg-dt-white-a-5\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-5\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-5\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-5\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-5\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-5\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-5\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-5\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-5\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-5\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-5\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-5\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-5\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-5\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-5\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-5\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-5\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-5\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-5\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-5\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-5\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-6 {
  background-color: rgba(255,255,255,0.4)
}
.tw-bg-dt-white-a-6\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-6\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-6\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-6\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-6\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-6\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-6\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-6\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-6\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-6\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-6\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-6\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-6\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-6\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-6\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-6\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-6\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-6\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-6\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-6\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-6\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-7 {
  background-color: rgba(255,255,255,0.5)
}
.tw-bg-dt-white-a-7\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-7\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-7\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-7\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-7\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-7\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-7\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-7\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-7\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-7\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-7\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-7\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-7\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-7\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-7\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-7\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-7\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-7\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-7\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-7\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-7\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-8 {
  background-color: rgba(255,255,255,0.6)
}
.tw-bg-dt-white-a-8\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-8\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-8\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-8\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-8\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-8\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-8\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-8\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-8\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-8\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-8\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-8\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-8\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-8\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-8\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-8\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-8\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-8\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-8\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-8\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-8\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-dt-white-a-9 {
  background-color: rgba(255,255,255,0.7)
}
.tw-bg-dt-white-a-9\/0 {
  background-color: rgba(255, 255, 255, 0)
}
.tw-bg-dt-white-a-9\/10 {
  background-color: rgba(255, 255, 255, 0.1)
}
.tw-bg-dt-white-a-9\/100 {
  background-color: rgba(255, 255, 255, 1)
}
.tw-bg-dt-white-a-9\/15 {
  background-color: rgba(255, 255, 255, 0.15)
}
.tw-bg-dt-white-a-9\/20 {
  background-color: rgba(255, 255, 255, 0.2)
}
.tw-bg-dt-white-a-9\/25 {
  background-color: rgba(255, 255, 255, 0.25)
}
.tw-bg-dt-white-a-9\/30 {
  background-color: rgba(255, 255, 255, 0.3)
}
.tw-bg-dt-white-a-9\/35 {
  background-color: rgba(255, 255, 255, 0.35)
}
.tw-bg-dt-white-a-9\/40 {
  background-color: rgba(255, 255, 255, 0.4)
}
.tw-bg-dt-white-a-9\/45 {
  background-color: rgba(255, 255, 255, 0.45)
}
.tw-bg-dt-white-a-9\/5 {
  background-color: rgba(255, 255, 255, 0.05)
}
.tw-bg-dt-white-a-9\/50 {
  background-color: rgba(255, 255, 255, 0.5)
}
.tw-bg-dt-white-a-9\/55 {
  background-color: rgba(255, 255, 255, 0.55)
}
.tw-bg-dt-white-a-9\/60 {
  background-color: rgba(255, 255, 255, 0.6)
}
.tw-bg-dt-white-a-9\/65 {
  background-color: rgba(255, 255, 255, 0.65)
}
.tw-bg-dt-white-a-9\/70 {
  background-color: rgba(255, 255, 255, 0.7)
}
.tw-bg-dt-white-a-9\/75 {
  background-color: rgba(255, 255, 255, 0.75)
}
.tw-bg-dt-white-a-9\/80 {
  background-color: rgba(255, 255, 255, 0.8)
}
.tw-bg-dt-white-a-9\/85 {
  background-color: rgba(255, 255, 255, 0.85)
}
.tw-bg-dt-white-a-9\/90 {
  background-color: rgba(255, 255, 255, 0.9)
}
.tw-bg-dt-white-a-9\/95 {
  background-color: rgba(255, 255, 255, 0.95)
}
.tw-bg-highlight-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 34 / var(--tw-bg-opacity, 1))
}
.tw-bg-highlight-200\/0 {
  background-color: rgb(255 162 34 / 0)
}
.tw-bg-highlight-200\/10 {
  background-color: rgb(255 162 34 / 0.1)
}
.tw-bg-highlight-200\/100 {
  background-color: rgb(255 162 34 / 1)
}
.tw-bg-highlight-200\/15 {
  background-color: rgb(255 162 34 / 0.15)
}
.tw-bg-highlight-200\/20 {
  background-color: rgb(255 162 34 / 0.2)
}
.tw-bg-highlight-200\/25 {
  background-color: rgb(255 162 34 / 0.25)
}
.tw-bg-highlight-200\/30 {
  background-color: rgb(255 162 34 / 0.3)
}
.tw-bg-highlight-200\/35 {
  background-color: rgb(255 162 34 / 0.35)
}
.tw-bg-highlight-200\/40 {
  background-color: rgb(255 162 34 / 0.4)
}
.tw-bg-highlight-200\/45 {
  background-color: rgb(255 162 34 / 0.45)
}
.tw-bg-highlight-200\/5 {
  background-color: rgb(255 162 34 / 0.05)
}
.tw-bg-highlight-200\/50 {
  background-color: rgb(255 162 34 / 0.5)
}
.tw-bg-highlight-200\/55 {
  background-color: rgb(255 162 34 / 0.55)
}
.tw-bg-highlight-200\/60 {
  background-color: rgb(255 162 34 / 0.6)
}
.tw-bg-highlight-200\/65 {
  background-color: rgb(255 162 34 / 0.65)
}
.tw-bg-highlight-200\/70 {
  background-color: rgb(255 162 34 / 0.7)
}
.tw-bg-highlight-200\/75 {
  background-color: rgb(255 162 34 / 0.75)
}
.tw-bg-highlight-200\/80 {
  background-color: rgb(255 162 34 / 0.8)
}
.tw-bg-highlight-200\/85 {
  background-color: rgb(255 162 34 / 0.85)
}
.tw-bg-highlight-200\/90 {
  background-color: rgb(255 162 34 / 0.9)
}
.tw-bg-highlight-200\/95 {
  background-color: rgb(255 162 34 / 0.95)
}
.tw-bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-info-500) / var(--tw-bg-opacity, 1))
}
.tw-bg-info-500\/0 {
  background-color: rgb(var(--color-info-500) / 0)
}
.tw-bg-info-500\/10 {
  background-color: rgb(var(--color-info-500) / 0.1)
}
.tw-bg-info-500\/100 {
  background-color: rgb(var(--color-info-500) / 1)
}
.tw-bg-info-500\/15 {
  background-color: rgb(var(--color-info-500) / 0.15)
}
.tw-bg-info-500\/20 {
  background-color: rgb(var(--color-info-500) / 0.2)
}
.tw-bg-info-500\/25 {
  background-color: rgb(var(--color-info-500) / 0.25)
}
.tw-bg-info-500\/30 {
  background-color: rgb(var(--color-info-500) / 0.3)
}
.tw-bg-info-500\/35 {
  background-color: rgb(var(--color-info-500) / 0.35)
}
.tw-bg-info-500\/40 {
  background-color: rgb(var(--color-info-500) / 0.4)
}
.tw-bg-info-500\/45 {
  background-color: rgb(var(--color-info-500) / 0.45)
}
.tw-bg-info-500\/5 {
  background-color: rgb(var(--color-info-500) / 0.05)
}
.tw-bg-info-500\/50 {
  background-color: rgb(var(--color-info-500) / 0.5)
}
.tw-bg-info-500\/55 {
  background-color: rgb(var(--color-info-500) / 0.55)
}
.tw-bg-info-500\/60 {
  background-color: rgb(var(--color-info-500) / 0.6)
}
.tw-bg-info-500\/65 {
  background-color: rgb(var(--color-info-500) / 0.65)
}
.tw-bg-info-500\/70 {
  background-color: rgb(var(--color-info-500) / 0.7)
}
.tw-bg-info-500\/75 {
  background-color: rgb(var(--color-info-500) / 0.75)
}
.tw-bg-info-500\/80 {
  background-color: rgb(var(--color-info-500) / 0.8)
}
.tw-bg-info-500\/85 {
  background-color: rgb(var(--color-info-500) / 0.85)
}
.tw-bg-info-500\/90 {
  background-color: rgb(var(--color-info-500) / 0.9)
}
.tw-bg-info-500\/95 {
  background-color: rgb(var(--color-info-500) / 0.95)
}
.tw-bg-info-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-info-700) / var(--tw-bg-opacity, 1))
}
.tw-bg-info-700\/0 {
  background-color: rgb(var(--color-info-700) / 0)
}
.tw-bg-info-700\/10 {
  background-color: rgb(var(--color-info-700) / 0.1)
}
.tw-bg-info-700\/100 {
  background-color: rgb(var(--color-info-700) / 1)
}
.tw-bg-info-700\/15 {
  background-color: rgb(var(--color-info-700) / 0.15)
}
.tw-bg-info-700\/20 {
  background-color: rgb(var(--color-info-700) / 0.2)
}
.tw-bg-info-700\/25 {
  background-color: rgb(var(--color-info-700) / 0.25)
}
.tw-bg-info-700\/30 {
  background-color: rgb(var(--color-info-700) / 0.3)
}
.tw-bg-info-700\/35 {
  background-color: rgb(var(--color-info-700) / 0.35)
}
.tw-bg-info-700\/40 {
  background-color: rgb(var(--color-info-700) / 0.4)
}
.tw-bg-info-700\/45 {
  background-color: rgb(var(--color-info-700) / 0.45)
}
.tw-bg-info-700\/5 {
  background-color: rgb(var(--color-info-700) / 0.05)
}
.tw-bg-info-700\/50 {
  background-color: rgb(var(--color-info-700) / 0.5)
}
.tw-bg-info-700\/55 {
  background-color: rgb(var(--color-info-700) / 0.55)
}
.tw-bg-info-700\/60 {
  background-color: rgb(var(--color-info-700) / 0.6)
}
.tw-bg-info-700\/65 {
  background-color: rgb(var(--color-info-700) / 0.65)
}
.tw-bg-info-700\/70 {
  background-color: rgb(var(--color-info-700) / 0.7)
}
.tw-bg-info-700\/75 {
  background-color: rgb(var(--color-info-700) / 0.75)
}
.tw-bg-info-700\/80 {
  background-color: rgb(var(--color-info-700) / 0.8)
}
.tw-bg-info-700\/85 {
  background-color: rgb(var(--color-info-700) / 0.85)
}
.tw-bg-info-700\/90 {
  background-color: rgb(var(--color-info-700) / 0.9)
}
.tw-bg-info-700\/95 {
  background-color: rgb(var(--color-info-700) / 0.95)
}
.tw-bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1))
}
.tw-bg-light\/0 {
  background-color: rgb(248 248 248 / 0)
}
.tw-bg-light\/10 {
  background-color: rgb(248 248 248 / 0.1)
}
.tw-bg-light\/100 {
  background-color: rgb(248 248 248 / 1)
}
.tw-bg-light\/15 {
  background-color: rgb(248 248 248 / 0.15)
}
.tw-bg-light\/20 {
  background-color: rgb(248 248 248 / 0.2)
}
.tw-bg-light\/25 {
  background-color: rgb(248 248 248 / 0.25)
}
.tw-bg-light\/30 {
  background-color: rgb(248 248 248 / 0.3)
}
.tw-bg-light\/35 {
  background-color: rgb(248 248 248 / 0.35)
}
.tw-bg-light\/40 {
  background-color: rgb(248 248 248 / 0.4)
}
.tw-bg-light\/45 {
  background-color: rgb(248 248 248 / 0.45)
}
.tw-bg-light\/5 {
  background-color: rgb(248 248 248 / 0.05)
}
.tw-bg-light\/50 {
  background-color: rgb(248 248 248 / 0.5)
}
.tw-bg-light\/55 {
  background-color: rgb(248 248 248 / 0.55)
}
.tw-bg-light\/60 {
  background-color: rgb(248 248 248 / 0.6)
}
.tw-bg-light\/65 {
  background-color: rgb(248 248 248 / 0.65)
}
.tw-bg-light\/70 {
  background-color: rgb(248 248 248 / 0.7)
}
.tw-bg-light\/75 {
  background-color: rgb(248 248 248 / 0.75)
}
.tw-bg-light\/80 {
  background-color: rgb(248 248 248 / 0.8)
}
.tw-bg-light\/85 {
  background-color: rgb(248 248 248 / 0.85)
}
.tw-bg-light\/90 {
  background-color: rgb(248 248 248 / 0.9)
}
.tw-bg-light\/95 {
  background-color: rgb(248 248 248 / 0.95)
}
.tw-bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-100\/0 {
  background-color: rgb(219 219 219 / 0)
}
.tw-bg-neutral-100\/10 {
  background-color: rgb(219 219 219 / 0.1)
}
.tw-bg-neutral-100\/100 {
  background-color: rgb(219 219 219 / 1)
}
.tw-bg-neutral-100\/15 {
  background-color: rgb(219 219 219 / 0.15)
}
.tw-bg-neutral-100\/20 {
  background-color: rgb(219 219 219 / 0.2)
}
.tw-bg-neutral-100\/25 {
  background-color: rgb(219 219 219 / 0.25)
}
.tw-bg-neutral-100\/30 {
  background-color: rgb(219 219 219 / 0.3)
}
.tw-bg-neutral-100\/35 {
  background-color: rgb(219 219 219 / 0.35)
}
.tw-bg-neutral-100\/40 {
  background-color: rgb(219 219 219 / 0.4)
}
.tw-bg-neutral-100\/45 {
  background-color: rgb(219 219 219 / 0.45)
}
.tw-bg-neutral-100\/5 {
  background-color: rgb(219 219 219 / 0.05)
}
.tw-bg-neutral-100\/50 {
  background-color: rgb(219 219 219 / 0.5)
}
.tw-bg-neutral-100\/55 {
  background-color: rgb(219 219 219 / 0.55)
}
.tw-bg-neutral-100\/60 {
  background-color: rgb(219 219 219 / 0.6)
}
.tw-bg-neutral-100\/65 {
  background-color: rgb(219 219 219 / 0.65)
}
.tw-bg-neutral-100\/70 {
  background-color: rgb(219 219 219 / 0.7)
}
.tw-bg-neutral-100\/75 {
  background-color: rgb(219 219 219 / 0.75)
}
.tw-bg-neutral-100\/80 {
  background-color: rgb(219 219 219 / 0.8)
}
.tw-bg-neutral-100\/85 {
  background-color: rgb(219 219 219 / 0.85)
}
.tw-bg-neutral-100\/90 {
  background-color: rgb(219 219 219 / 0.9)
}
.tw-bg-neutral-100\/95 {
  background-color: rgb(219 219 219 / 0.95)
}
.tw-bg-neutral-12 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 36 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-12\/0 {
  background-color: rgb(28 32 36 / 0)
}
.tw-bg-neutral-12\/10 {
  background-color: rgb(28 32 36 / 0.1)
}
.tw-bg-neutral-12\/100 {
  background-color: rgb(28 32 36 / 1)
}
.tw-bg-neutral-12\/15 {
  background-color: rgb(28 32 36 / 0.15)
}
.tw-bg-neutral-12\/20 {
  background-color: rgb(28 32 36 / 0.2)
}
.tw-bg-neutral-12\/25 {
  background-color: rgb(28 32 36 / 0.25)
}
.tw-bg-neutral-12\/30 {
  background-color: rgb(28 32 36 / 0.3)
}
.tw-bg-neutral-12\/35 {
  background-color: rgb(28 32 36 / 0.35)
}
.tw-bg-neutral-12\/40 {
  background-color: rgb(28 32 36 / 0.4)
}
.tw-bg-neutral-12\/45 {
  background-color: rgb(28 32 36 / 0.45)
}
.tw-bg-neutral-12\/5 {
  background-color: rgb(28 32 36 / 0.05)
}
.tw-bg-neutral-12\/50 {
  background-color: rgb(28 32 36 / 0.5)
}
.tw-bg-neutral-12\/55 {
  background-color: rgb(28 32 36 / 0.55)
}
.tw-bg-neutral-12\/60 {
  background-color: rgb(28 32 36 / 0.6)
}
.tw-bg-neutral-12\/65 {
  background-color: rgb(28 32 36 / 0.65)
}
.tw-bg-neutral-12\/70 {
  background-color: rgb(28 32 36 / 0.7)
}
.tw-bg-neutral-12\/75 {
  background-color: rgb(28 32 36 / 0.75)
}
.tw-bg-neutral-12\/80 {
  background-color: rgb(28 32 36 / 0.8)
}
.tw-bg-neutral-12\/85 {
  background-color: rgb(28 32 36 / 0.85)
}
.tw-bg-neutral-12\/90 {
  background-color: rgb(28 32 36 / 0.9)
}
.tw-bg-neutral-12\/95 {
  background-color: rgb(28 32 36 / 0.95)
}
.tw-bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-200\/0 {
  background-color: rgb(194 194 194 / 0)
}
.tw-bg-neutral-200\/10 {
  background-color: rgb(194 194 194 / 0.1)
}
.tw-bg-neutral-200\/100 {
  background-color: rgb(194 194 194 / 1)
}
.tw-bg-neutral-200\/15 {
  background-color: rgb(194 194 194 / 0.15)
}
.tw-bg-neutral-200\/20 {
  background-color: rgb(194 194 194 / 0.2)
}
.tw-bg-neutral-200\/25 {
  background-color: rgb(194 194 194 / 0.25)
}
.tw-bg-neutral-200\/30 {
  background-color: rgb(194 194 194 / 0.3)
}
.tw-bg-neutral-200\/35 {
  background-color: rgb(194 194 194 / 0.35)
}
.tw-bg-neutral-200\/40 {
  background-color: rgb(194 194 194 / 0.4)
}
.tw-bg-neutral-200\/45 {
  background-color: rgb(194 194 194 / 0.45)
}
.tw-bg-neutral-200\/5 {
  background-color: rgb(194 194 194 / 0.05)
}
.tw-bg-neutral-200\/50 {
  background-color: rgb(194 194 194 / 0.5)
}
.tw-bg-neutral-200\/55 {
  background-color: rgb(194 194 194 / 0.55)
}
.tw-bg-neutral-200\/60 {
  background-color: rgb(194 194 194 / 0.6)
}
.tw-bg-neutral-200\/65 {
  background-color: rgb(194 194 194 / 0.65)
}
.tw-bg-neutral-200\/70 {
  background-color: rgb(194 194 194 / 0.7)
}
.tw-bg-neutral-200\/75 {
  background-color: rgb(194 194 194 / 0.75)
}
.tw-bg-neutral-200\/80 {
  background-color: rgb(194 194 194 / 0.8)
}
.tw-bg-neutral-200\/85 {
  background-color: rgb(194 194 194 / 0.85)
}
.tw-bg-neutral-200\/90 {
  background-color: rgb(194 194 194 / 0.9)
}
.tw-bg-neutral-200\/95 {
  background-color: rgb(194 194 194 / 0.95)
}
.tw-bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-300\/0 {
  background-color: rgb(168 168 168 / 0)
}
.tw-bg-neutral-300\/10 {
  background-color: rgb(168 168 168 / 0.1)
}
.tw-bg-neutral-300\/100 {
  background-color: rgb(168 168 168 / 1)
}
.tw-bg-neutral-300\/15 {
  background-color: rgb(168 168 168 / 0.15)
}
.tw-bg-neutral-300\/20 {
  background-color: rgb(168 168 168 / 0.2)
}
.tw-bg-neutral-300\/25 {
  background-color: rgb(168 168 168 / 0.25)
}
.tw-bg-neutral-300\/30 {
  background-color: rgb(168 168 168 / 0.3)
}
.tw-bg-neutral-300\/35 {
  background-color: rgb(168 168 168 / 0.35)
}
.tw-bg-neutral-300\/40 {
  background-color: rgb(168 168 168 / 0.4)
}
.tw-bg-neutral-300\/45 {
  background-color: rgb(168 168 168 / 0.45)
}
.tw-bg-neutral-300\/5 {
  background-color: rgb(168 168 168 / 0.05)
}
.tw-bg-neutral-300\/50 {
  background-color: rgb(168 168 168 / 0.5)
}
.tw-bg-neutral-300\/55 {
  background-color: rgb(168 168 168 / 0.55)
}
.tw-bg-neutral-300\/60 {
  background-color: rgb(168 168 168 / 0.6)
}
.tw-bg-neutral-300\/65 {
  background-color: rgb(168 168 168 / 0.65)
}
.tw-bg-neutral-300\/70 {
  background-color: rgb(168 168 168 / 0.7)
}
.tw-bg-neutral-300\/75 {
  background-color: rgb(168 168 168 / 0.75)
}
.tw-bg-neutral-300\/80 {
  background-color: rgb(168 168 168 / 0.8)
}
.tw-bg-neutral-300\/85 {
  background-color: rgb(168 168 168 / 0.85)
}
.tw-bg-neutral-300\/90 {
  background-color: rgb(168 168 168 / 0.9)
}
.tw-bg-neutral-300\/95 {
  background-color: rgb(168 168 168 / 0.95)
}
.tw-bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-400\/0 {
  background-color: rgb(143 143 143 / 0)
}
.tw-bg-neutral-400\/10 {
  background-color: rgb(143 143 143 / 0.1)
}
.tw-bg-neutral-400\/100 {
  background-color: rgb(143 143 143 / 1)
}
.tw-bg-neutral-400\/15 {
  background-color: rgb(143 143 143 / 0.15)
}
.tw-bg-neutral-400\/20 {
  background-color: rgb(143 143 143 / 0.2)
}
.tw-bg-neutral-400\/25 {
  background-color: rgb(143 143 143 / 0.25)
}
.tw-bg-neutral-400\/30 {
  background-color: rgb(143 143 143 / 0.3)
}
.tw-bg-neutral-400\/35 {
  background-color: rgb(143 143 143 / 0.35)
}
.tw-bg-neutral-400\/40 {
  background-color: rgb(143 143 143 / 0.4)
}
.tw-bg-neutral-400\/45 {
  background-color: rgb(143 143 143 / 0.45)
}
.tw-bg-neutral-400\/5 {
  background-color: rgb(143 143 143 / 0.05)
}
.tw-bg-neutral-400\/50 {
  background-color: rgb(143 143 143 / 0.5)
}
.tw-bg-neutral-400\/55 {
  background-color: rgb(143 143 143 / 0.55)
}
.tw-bg-neutral-400\/60 {
  background-color: rgb(143 143 143 / 0.6)
}
.tw-bg-neutral-400\/65 {
  background-color: rgb(143 143 143 / 0.65)
}
.tw-bg-neutral-400\/70 {
  background-color: rgb(143 143 143 / 0.7)
}
.tw-bg-neutral-400\/75 {
  background-color: rgb(143 143 143 / 0.75)
}
.tw-bg-neutral-400\/80 {
  background-color: rgb(143 143 143 / 0.8)
}
.tw-bg-neutral-400\/85 {
  background-color: rgb(143 143 143 / 0.85)
}
.tw-bg-neutral-400\/90 {
  background-color: rgb(143 143 143 / 0.9)
}
.tw-bg-neutral-400\/95 {
  background-color: rgb(143 143 143 / 0.95)
}
.tw-bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-50\/0 {
  background-color: rgb(245 245 245 / 0)
}
.tw-bg-neutral-50\/10 {
  background-color: rgb(245 245 245 / 0.1)
}
.tw-bg-neutral-50\/100 {
  background-color: rgb(245 245 245 / 1)
}
.tw-bg-neutral-50\/15 {
  background-color: rgb(245 245 245 / 0.15)
}
.tw-bg-neutral-50\/20 {
  background-color: rgb(245 245 245 / 0.2)
}
.tw-bg-neutral-50\/25 {
  background-color: rgb(245 245 245 / 0.25)
}
.tw-bg-neutral-50\/30 {
  background-color: rgb(245 245 245 / 0.3)
}
.tw-bg-neutral-50\/35 {
  background-color: rgb(245 245 245 / 0.35)
}
.tw-bg-neutral-50\/40 {
  background-color: rgb(245 245 245 / 0.4)
}
.tw-bg-neutral-50\/45 {
  background-color: rgb(245 245 245 / 0.45)
}
.tw-bg-neutral-50\/5 {
  background-color: rgb(245 245 245 / 0.05)
}
.tw-bg-neutral-50\/50 {
  background-color: rgb(245 245 245 / 0.5)
}
.tw-bg-neutral-50\/55 {
  background-color: rgb(245 245 245 / 0.55)
}
.tw-bg-neutral-50\/60 {
  background-color: rgb(245 245 245 / 0.6)
}
.tw-bg-neutral-50\/65 {
  background-color: rgb(245 245 245 / 0.65)
}
.tw-bg-neutral-50\/70 {
  background-color: rgb(245 245 245 / 0.7)
}
.tw-bg-neutral-50\/75 {
  background-color: rgb(245 245 245 / 0.75)
}
.tw-bg-neutral-50\/80 {
  background-color: rgb(245 245 245 / 0.8)
}
.tw-bg-neutral-50\/85 {
  background-color: rgb(245 245 245 / 0.85)
}
.tw-bg-neutral-50\/90 {
  background-color: rgb(245 245 245 / 0.9)
}
.tw-bg-neutral-50\/95 {
  background-color: rgb(245 245 245 / 0.95)
}
.tw-bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-500\/0 {
  background-color: rgb(117 117 117 / 0)
}
.tw-bg-neutral-500\/10 {
  background-color: rgb(117 117 117 / 0.1)
}
.tw-bg-neutral-500\/100 {
  background-color: rgb(117 117 117 / 1)
}
.tw-bg-neutral-500\/15 {
  background-color: rgb(117 117 117 / 0.15)
}
.tw-bg-neutral-500\/20 {
  background-color: rgb(117 117 117 / 0.2)
}
.tw-bg-neutral-500\/25 {
  background-color: rgb(117 117 117 / 0.25)
}
.tw-bg-neutral-500\/30 {
  background-color: rgb(117 117 117 / 0.3)
}
.tw-bg-neutral-500\/35 {
  background-color: rgb(117 117 117 / 0.35)
}
.tw-bg-neutral-500\/40 {
  background-color: rgb(117 117 117 / 0.4)
}
.tw-bg-neutral-500\/45 {
  background-color: rgb(117 117 117 / 0.45)
}
.tw-bg-neutral-500\/5 {
  background-color: rgb(117 117 117 / 0.05)
}
.tw-bg-neutral-500\/50 {
  background-color: rgb(117 117 117 / 0.5)
}
.tw-bg-neutral-500\/55 {
  background-color: rgb(117 117 117 / 0.55)
}
.tw-bg-neutral-500\/60 {
  background-color: rgb(117 117 117 / 0.6)
}
.tw-bg-neutral-500\/65 {
  background-color: rgb(117 117 117 / 0.65)
}
.tw-bg-neutral-500\/70 {
  background-color: rgb(117 117 117 / 0.7)
}
.tw-bg-neutral-500\/75 {
  background-color: rgb(117 117 117 / 0.75)
}
.tw-bg-neutral-500\/80 {
  background-color: rgb(117 117 117 / 0.8)
}
.tw-bg-neutral-500\/85 {
  background-color: rgb(117 117 117 / 0.85)
}
.tw-bg-neutral-500\/90 {
  background-color: rgb(117 117 117 / 0.9)
}
.tw-bg-neutral-500\/95 {
  background-color: rgb(117 117 117 / 0.95)
}
.tw-bg-neutral-55 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 244 244 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-55\/0 {
  background-color: rgb(237 244 244 / 0)
}
.tw-bg-neutral-55\/10 {
  background-color: rgb(237 244 244 / 0.1)
}
.tw-bg-neutral-55\/100 {
  background-color: rgb(237 244 244 / 1)
}
.tw-bg-neutral-55\/15 {
  background-color: rgb(237 244 244 / 0.15)
}
.tw-bg-neutral-55\/20 {
  background-color: rgb(237 244 244 / 0.2)
}
.tw-bg-neutral-55\/25 {
  background-color: rgb(237 244 244 / 0.25)
}
.tw-bg-neutral-55\/30 {
  background-color: rgb(237 244 244 / 0.3)
}
.tw-bg-neutral-55\/35 {
  background-color: rgb(237 244 244 / 0.35)
}
.tw-bg-neutral-55\/40 {
  background-color: rgb(237 244 244 / 0.4)
}
.tw-bg-neutral-55\/45 {
  background-color: rgb(237 244 244 / 0.45)
}
.tw-bg-neutral-55\/5 {
  background-color: rgb(237 244 244 / 0.05)
}
.tw-bg-neutral-55\/50 {
  background-color: rgb(237 244 244 / 0.5)
}
.tw-bg-neutral-55\/55 {
  background-color: rgb(237 244 244 / 0.55)
}
.tw-bg-neutral-55\/60 {
  background-color: rgb(237 244 244 / 0.6)
}
.tw-bg-neutral-55\/65 {
  background-color: rgb(237 244 244 / 0.65)
}
.tw-bg-neutral-55\/70 {
  background-color: rgb(237 244 244 / 0.7)
}
.tw-bg-neutral-55\/75 {
  background-color: rgb(237 244 244 / 0.75)
}
.tw-bg-neutral-55\/80 {
  background-color: rgb(237 244 244 / 0.8)
}
.tw-bg-neutral-55\/85 {
  background-color: rgb(237 244 244 / 0.85)
}
.tw-bg-neutral-55\/90 {
  background-color: rgb(237 244 244 / 0.9)
}
.tw-bg-neutral-55\/95 {
  background-color: rgb(237 244 244 / 0.95)
}
.tw-bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-600\/0 {
  background-color: rgb(92 92 92 / 0)
}
.tw-bg-neutral-600\/10 {
  background-color: rgb(92 92 92 / 0.1)
}
.tw-bg-neutral-600\/100 {
  background-color: rgb(92 92 92 / 1)
}
.tw-bg-neutral-600\/15 {
  background-color: rgb(92 92 92 / 0.15)
}
.tw-bg-neutral-600\/20 {
  background-color: rgb(92 92 92 / 0.2)
}
.tw-bg-neutral-600\/25 {
  background-color: rgb(92 92 92 / 0.25)
}
.tw-bg-neutral-600\/30 {
  background-color: rgb(92 92 92 / 0.3)
}
.tw-bg-neutral-600\/35 {
  background-color: rgb(92 92 92 / 0.35)
}
.tw-bg-neutral-600\/40 {
  background-color: rgb(92 92 92 / 0.4)
}
.tw-bg-neutral-600\/45 {
  background-color: rgb(92 92 92 / 0.45)
}
.tw-bg-neutral-600\/5 {
  background-color: rgb(92 92 92 / 0.05)
}
.tw-bg-neutral-600\/50 {
  background-color: rgb(92 92 92 / 0.5)
}
.tw-bg-neutral-600\/55 {
  background-color: rgb(92 92 92 / 0.55)
}
.tw-bg-neutral-600\/60 {
  background-color: rgb(92 92 92 / 0.6)
}
.tw-bg-neutral-600\/65 {
  background-color: rgb(92 92 92 / 0.65)
}
.tw-bg-neutral-600\/70 {
  background-color: rgb(92 92 92 / 0.7)
}
.tw-bg-neutral-600\/75 {
  background-color: rgb(92 92 92 / 0.75)
}
.tw-bg-neutral-600\/80 {
  background-color: rgb(92 92 92 / 0.8)
}
.tw-bg-neutral-600\/85 {
  background-color: rgb(92 92 92 / 0.85)
}
.tw-bg-neutral-600\/90 {
  background-color: rgb(92 92 92 / 0.9)
}
.tw-bg-neutral-600\/95 {
  background-color: rgb(92 92 92 / 0.95)
}
.tw-bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-700\/0 {
  background-color: rgb(66 66 66 / 0)
}
.tw-bg-neutral-700\/10 {
  background-color: rgb(66 66 66 / 0.1)
}
.tw-bg-neutral-700\/100 {
  background-color: rgb(66 66 66 / 1)
}
.tw-bg-neutral-700\/15 {
  background-color: rgb(66 66 66 / 0.15)
}
.tw-bg-neutral-700\/20 {
  background-color: rgb(66 66 66 / 0.2)
}
.tw-bg-neutral-700\/25 {
  background-color: rgb(66 66 66 / 0.25)
}
.tw-bg-neutral-700\/30 {
  background-color: rgb(66 66 66 / 0.3)
}
.tw-bg-neutral-700\/35 {
  background-color: rgb(66 66 66 / 0.35)
}
.tw-bg-neutral-700\/40 {
  background-color: rgb(66 66 66 / 0.4)
}
.tw-bg-neutral-700\/45 {
  background-color: rgb(66 66 66 / 0.45)
}
.tw-bg-neutral-700\/5 {
  background-color: rgb(66 66 66 / 0.05)
}
.tw-bg-neutral-700\/50 {
  background-color: rgb(66 66 66 / 0.5)
}
.tw-bg-neutral-700\/55 {
  background-color: rgb(66 66 66 / 0.55)
}
.tw-bg-neutral-700\/60 {
  background-color: rgb(66 66 66 / 0.6)
}
.tw-bg-neutral-700\/65 {
  background-color: rgb(66 66 66 / 0.65)
}
.tw-bg-neutral-700\/70 {
  background-color: rgb(66 66 66 / 0.7)
}
.tw-bg-neutral-700\/75 {
  background-color: rgb(66 66 66 / 0.75)
}
.tw-bg-neutral-700\/80 {
  background-color: rgb(66 66 66 / 0.8)
}
.tw-bg-neutral-700\/85 {
  background-color: rgb(66 66 66 / 0.85)
}
.tw-bg-neutral-700\/90 {
  background-color: rgb(66 66 66 / 0.9)
}
.tw-bg-neutral-700\/95 {
  background-color: rgb(66 66 66 / 0.95)
}
.tw-bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-800\/0 {
  background-color: rgb(41 41 41 / 0)
}
.tw-bg-neutral-800\/10 {
  background-color: rgb(41 41 41 / 0.1)
}
.tw-bg-neutral-800\/100 {
  background-color: rgb(41 41 41 / 1)
}
.tw-bg-neutral-800\/15 {
  background-color: rgb(41 41 41 / 0.15)
}
.tw-bg-neutral-800\/20 {
  background-color: rgb(41 41 41 / 0.2)
}
.tw-bg-neutral-800\/25 {
  background-color: rgb(41 41 41 / 0.25)
}
.tw-bg-neutral-800\/30 {
  background-color: rgb(41 41 41 / 0.3)
}
.tw-bg-neutral-800\/35 {
  background-color: rgb(41 41 41 / 0.35)
}
.tw-bg-neutral-800\/40 {
  background-color: rgb(41 41 41 / 0.4)
}
.tw-bg-neutral-800\/45 {
  background-color: rgb(41 41 41 / 0.45)
}
.tw-bg-neutral-800\/5 {
  background-color: rgb(41 41 41 / 0.05)
}
.tw-bg-neutral-800\/50 {
  background-color: rgb(41 41 41 / 0.5)
}
.tw-bg-neutral-800\/55 {
  background-color: rgb(41 41 41 / 0.55)
}
.tw-bg-neutral-800\/60 {
  background-color: rgb(41 41 41 / 0.6)
}
.tw-bg-neutral-800\/65 {
  background-color: rgb(41 41 41 / 0.65)
}
.tw-bg-neutral-800\/70 {
  background-color: rgb(41 41 41 / 0.7)
}
.tw-bg-neutral-800\/75 {
  background-color: rgb(41 41 41 / 0.75)
}
.tw-bg-neutral-800\/80 {
  background-color: rgb(41 41 41 / 0.8)
}
.tw-bg-neutral-800\/85 {
  background-color: rgb(41 41 41 / 0.85)
}
.tw-bg-neutral-800\/90 {
  background-color: rgb(41 41 41 / 0.9)
}
.tw-bg-neutral-800\/95 {
  background-color: rgb(41 41 41 / 0.95)
}
.tw-bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity, 1))
}
.tw-bg-neutral-900\/0 {
  background-color: rgb(15 15 15 / 0)
}
.tw-bg-neutral-900\/10 {
  background-color: rgb(15 15 15 / 0.1)
}
.tw-bg-neutral-900\/100 {
  background-color: rgb(15 15 15 / 1)
}
.tw-bg-neutral-900\/15 {
  background-color: rgb(15 15 15 / 0.15)
}
.tw-bg-neutral-900\/20 {
  background-color: rgb(15 15 15 / 0.2)
}
.tw-bg-neutral-900\/25 {
  background-color: rgb(15 15 15 / 0.25)
}
.tw-bg-neutral-900\/30 {
  background-color: rgb(15 15 15 / 0.3)
}
.tw-bg-neutral-900\/35 {
  background-color: rgb(15 15 15 / 0.35)
}
.tw-bg-neutral-900\/40 {
  background-color: rgb(15 15 15 / 0.4)
}
.tw-bg-neutral-900\/45 {
  background-color: rgb(15 15 15 / 0.45)
}
.tw-bg-neutral-900\/5 {
  background-color: rgb(15 15 15 / 0.05)
}
.tw-bg-neutral-900\/50 {
  background-color: rgb(15 15 15 / 0.5)
}
.tw-bg-neutral-900\/55 {
  background-color: rgb(15 15 15 / 0.55)
}
.tw-bg-neutral-900\/60 {
  background-color: rgb(15 15 15 / 0.6)
}
.tw-bg-neutral-900\/65 {
  background-color: rgb(15 15 15 / 0.65)
}
.tw-bg-neutral-900\/70 {
  background-color: rgb(15 15 15 / 0.7)
}
.tw-bg-neutral-900\/75 {
  background-color: rgb(15 15 15 / 0.75)
}
.tw-bg-neutral-900\/80 {
  background-color: rgb(15 15 15 / 0.8)
}
.tw-bg-neutral-900\/85 {
  background-color: rgb(15 15 15 / 0.85)
}
.tw-bg-neutral-900\/90 {
  background-color: rgb(15 15 15 / 0.9)
}
.tw-bg-neutral-900\/95 {
  background-color: rgb(15 15 15 / 0.95)
}
.tw-bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 209 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-100\/0 {
  background-color: rgb(255 226 209 / 0)
}
.tw-bg-orange-100\/10 {
  background-color: rgb(255 226 209 / 0.1)
}
.tw-bg-orange-100\/100 {
  background-color: rgb(255 226 209 / 1)
}
.tw-bg-orange-100\/15 {
  background-color: rgb(255 226 209 / 0.15)
}
.tw-bg-orange-100\/20 {
  background-color: rgb(255 226 209 / 0.2)
}
.tw-bg-orange-100\/25 {
  background-color: rgb(255 226 209 / 0.25)
}
.tw-bg-orange-100\/30 {
  background-color: rgb(255 226 209 / 0.3)
}
.tw-bg-orange-100\/35 {
  background-color: rgb(255 226 209 / 0.35)
}
.tw-bg-orange-100\/40 {
  background-color: rgb(255 226 209 / 0.4)
}
.tw-bg-orange-100\/45 {
  background-color: rgb(255 226 209 / 0.45)
}
.tw-bg-orange-100\/5 {
  background-color: rgb(255 226 209 / 0.05)
}
.tw-bg-orange-100\/50 {
  background-color: rgb(255 226 209 / 0.5)
}
.tw-bg-orange-100\/55 {
  background-color: rgb(255 226 209 / 0.55)
}
.tw-bg-orange-100\/60 {
  background-color: rgb(255 226 209 / 0.6)
}
.tw-bg-orange-100\/65 {
  background-color: rgb(255 226 209 / 0.65)
}
.tw-bg-orange-100\/70 {
  background-color: rgb(255 226 209 / 0.7)
}
.tw-bg-orange-100\/75 {
  background-color: rgb(255 226 209 / 0.75)
}
.tw-bg-orange-100\/80 {
  background-color: rgb(255 226 209 / 0.8)
}
.tw-bg-orange-100\/85 {
  background-color: rgb(255 226 209 / 0.85)
}
.tw-bg-orange-100\/90 {
  background-color: rgb(255 226 209 / 0.9)
}
.tw-bg-orange-100\/95 {
  background-color: rgb(255 226 209 / 0.95)
}
.tw-bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 178 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-200\/0 {
  background-color: rgb(255 201 178 / 0)
}
.tw-bg-orange-200\/10 {
  background-color: rgb(255 201 178 / 0.1)
}
.tw-bg-orange-200\/100 {
  background-color: rgb(255 201 178 / 1)
}
.tw-bg-orange-200\/15 {
  background-color: rgb(255 201 178 / 0.15)
}
.tw-bg-orange-200\/20 {
  background-color: rgb(255 201 178 / 0.2)
}
.tw-bg-orange-200\/25 {
  background-color: rgb(255 201 178 / 0.25)
}
.tw-bg-orange-200\/30 {
  background-color: rgb(255 201 178 / 0.3)
}
.tw-bg-orange-200\/35 {
  background-color: rgb(255 201 178 / 0.35)
}
.tw-bg-orange-200\/40 {
  background-color: rgb(255 201 178 / 0.4)
}
.tw-bg-orange-200\/45 {
  background-color: rgb(255 201 178 / 0.45)
}
.tw-bg-orange-200\/5 {
  background-color: rgb(255 201 178 / 0.05)
}
.tw-bg-orange-200\/50 {
  background-color: rgb(255 201 178 / 0.5)
}
.tw-bg-orange-200\/55 {
  background-color: rgb(255 201 178 / 0.55)
}
.tw-bg-orange-200\/60 {
  background-color: rgb(255 201 178 / 0.6)
}
.tw-bg-orange-200\/65 {
  background-color: rgb(255 201 178 / 0.65)
}
.tw-bg-orange-200\/70 {
  background-color: rgb(255 201 178 / 0.7)
}
.tw-bg-orange-200\/75 {
  background-color: rgb(255 201 178 / 0.75)
}
.tw-bg-orange-200\/80 {
  background-color: rgb(255 201 178 / 0.8)
}
.tw-bg-orange-200\/85 {
  background-color: rgb(255 201 178 / 0.85)
}
.tw-bg-orange-200\/90 {
  background-color: rgb(255 201 178 / 0.9)
}
.tw-bg-orange-200\/95 {
  background-color: rgb(255 201 178 / 0.95)
}
.tw-bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 128 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-300\/0 {
  background-color: rgb(255 173 128 / 0)
}
.tw-bg-orange-300\/10 {
  background-color: rgb(255 173 128 / 0.1)
}
.tw-bg-orange-300\/100 {
  background-color: rgb(255 173 128 / 1)
}
.tw-bg-orange-300\/15 {
  background-color: rgb(255 173 128 / 0.15)
}
.tw-bg-orange-300\/20 {
  background-color: rgb(255 173 128 / 0.2)
}
.tw-bg-orange-300\/25 {
  background-color: rgb(255 173 128 / 0.25)
}
.tw-bg-orange-300\/30 {
  background-color: rgb(255 173 128 / 0.3)
}
.tw-bg-orange-300\/35 {
  background-color: rgb(255 173 128 / 0.35)
}
.tw-bg-orange-300\/40 {
  background-color: rgb(255 173 128 / 0.4)
}
.tw-bg-orange-300\/45 {
  background-color: rgb(255 173 128 / 0.45)
}
.tw-bg-orange-300\/5 {
  background-color: rgb(255 173 128 / 0.05)
}
.tw-bg-orange-300\/50 {
  background-color: rgb(255 173 128 / 0.5)
}
.tw-bg-orange-300\/55 {
  background-color: rgb(255 173 128 / 0.55)
}
.tw-bg-orange-300\/60 {
  background-color: rgb(255 173 128 / 0.6)
}
.tw-bg-orange-300\/65 {
  background-color: rgb(255 173 128 / 0.65)
}
.tw-bg-orange-300\/70 {
  background-color: rgb(255 173 128 / 0.7)
}
.tw-bg-orange-300\/75 {
  background-color: rgb(255 173 128 / 0.75)
}
.tw-bg-orange-300\/80 {
  background-color: rgb(255 173 128 / 0.8)
}
.tw-bg-orange-300\/85 {
  background-color: rgb(255 173 128 / 0.85)
}
.tw-bg-orange-300\/90 {
  background-color: rgb(255 173 128 / 0.9)
}
.tw-bg-orange-300\/95 {
  background-color: rgb(255 173 128 / 0.95)
}
.tw-bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 92 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-400\/0 {
  background-color: rgb(255 150 92 / 0)
}
.tw-bg-orange-400\/10 {
  background-color: rgb(255 150 92 / 0.1)
}
.tw-bg-orange-400\/100 {
  background-color: rgb(255 150 92 / 1)
}
.tw-bg-orange-400\/15 {
  background-color: rgb(255 150 92 / 0.15)
}
.tw-bg-orange-400\/20 {
  background-color: rgb(255 150 92 / 0.2)
}
.tw-bg-orange-400\/25 {
  background-color: rgb(255 150 92 / 0.25)
}
.tw-bg-orange-400\/30 {
  background-color: rgb(255 150 92 / 0.3)
}
.tw-bg-orange-400\/35 {
  background-color: rgb(255 150 92 / 0.35)
}
.tw-bg-orange-400\/40 {
  background-color: rgb(255 150 92 / 0.4)
}
.tw-bg-orange-400\/45 {
  background-color: rgb(255 150 92 / 0.45)
}
.tw-bg-orange-400\/5 {
  background-color: rgb(255 150 92 / 0.05)
}
.tw-bg-orange-400\/50 {
  background-color: rgb(255 150 92 / 0.5)
}
.tw-bg-orange-400\/55 {
  background-color: rgb(255 150 92 / 0.55)
}
.tw-bg-orange-400\/60 {
  background-color: rgb(255 150 92 / 0.6)
}
.tw-bg-orange-400\/65 {
  background-color: rgb(255 150 92 / 0.65)
}
.tw-bg-orange-400\/70 {
  background-color: rgb(255 150 92 / 0.7)
}
.tw-bg-orange-400\/75 {
  background-color: rgb(255 150 92 / 0.75)
}
.tw-bg-orange-400\/80 {
  background-color: rgb(255 150 92 / 0.8)
}
.tw-bg-orange-400\/85 {
  background-color: rgb(255 150 92 / 0.85)
}
.tw-bg-orange-400\/90 {
  background-color: rgb(255 150 92 / 0.9)
}
.tw-bg-orange-400\/95 {
  background-color: rgb(255 150 92 / 0.95)
}
.tw-bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 245 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-50\/0 {
  background-color: rgb(255 248 245 / 0)
}
.tw-bg-orange-50\/10 {
  background-color: rgb(255 248 245 / 0.1)
}
.tw-bg-orange-50\/100 {
  background-color: rgb(255 248 245 / 1)
}
.tw-bg-orange-50\/15 {
  background-color: rgb(255 248 245 / 0.15)
}
.tw-bg-orange-50\/20 {
  background-color: rgb(255 248 245 / 0.2)
}
.tw-bg-orange-50\/25 {
  background-color: rgb(255 248 245 / 0.25)
}
.tw-bg-orange-50\/30 {
  background-color: rgb(255 248 245 / 0.3)
}
.tw-bg-orange-50\/35 {
  background-color: rgb(255 248 245 / 0.35)
}
.tw-bg-orange-50\/40 {
  background-color: rgb(255 248 245 / 0.4)
}
.tw-bg-orange-50\/45 {
  background-color: rgb(255 248 245 / 0.45)
}
.tw-bg-orange-50\/5 {
  background-color: rgb(255 248 245 / 0.05)
}
.tw-bg-orange-50\/50 {
  background-color: rgb(255 248 245 / 0.5)
}
.tw-bg-orange-50\/55 {
  background-color: rgb(255 248 245 / 0.55)
}
.tw-bg-orange-50\/60 {
  background-color: rgb(255 248 245 / 0.6)
}
.tw-bg-orange-50\/65 {
  background-color: rgb(255 248 245 / 0.65)
}
.tw-bg-orange-50\/70 {
  background-color: rgb(255 248 245 / 0.7)
}
.tw-bg-orange-50\/75 {
  background-color: rgb(255 248 245 / 0.75)
}
.tw-bg-orange-50\/80 {
  background-color: rgb(255 248 245 / 0.8)
}
.tw-bg-orange-50\/85 {
  background-color: rgb(255 248 245 / 0.85)
}
.tw-bg-orange-50\/90 {
  background-color: rgb(255 248 245 / 0.9)
}
.tw-bg-orange-50\/95 {
  background-color: rgb(255 248 245 / 0.95)
}
.tw-bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 121 46 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-500\/0 {
  background-color: rgb(255 121 46 / 0)
}
.tw-bg-orange-500\/10 {
  background-color: rgb(255 121 46 / 0.1)
}
.tw-bg-orange-500\/100 {
  background-color: rgb(255 121 46 / 1)
}
.tw-bg-orange-500\/15 {
  background-color: rgb(255 121 46 / 0.15)
}
.tw-bg-orange-500\/20 {
  background-color: rgb(255 121 46 / 0.2)
}
.tw-bg-orange-500\/25 {
  background-color: rgb(255 121 46 / 0.25)
}
.tw-bg-orange-500\/30 {
  background-color: rgb(255 121 46 / 0.3)
}
.tw-bg-orange-500\/35 {
  background-color: rgb(255 121 46 / 0.35)
}
.tw-bg-orange-500\/40 {
  background-color: rgb(255 121 46 / 0.4)
}
.tw-bg-orange-500\/45 {
  background-color: rgb(255 121 46 / 0.45)
}
.tw-bg-orange-500\/5 {
  background-color: rgb(255 121 46 / 0.05)
}
.tw-bg-orange-500\/50 {
  background-color: rgb(255 121 46 / 0.5)
}
.tw-bg-orange-500\/55 {
  background-color: rgb(255 121 46 / 0.55)
}
.tw-bg-orange-500\/60 {
  background-color: rgb(255 121 46 / 0.6)
}
.tw-bg-orange-500\/65 {
  background-color: rgb(255 121 46 / 0.65)
}
.tw-bg-orange-500\/70 {
  background-color: rgb(255 121 46 / 0.7)
}
.tw-bg-orange-500\/75 {
  background-color: rgb(255 121 46 / 0.75)
}
.tw-bg-orange-500\/80 {
  background-color: rgb(255 121 46 / 0.8)
}
.tw-bg-orange-500\/85 {
  background-color: rgb(255 121 46 / 0.85)
}
.tw-bg-orange-500\/90 {
  background-color: rgb(255 121 46 / 0.9)
}
.tw-bg-orange-500\/95 {
  background-color: rgb(255 121 46 / 0.95)
}
.tw-bg-orange-550 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 140 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-550\/0 {
  background-color: rgb(240 140 0 / 0)
}
.tw-bg-orange-550\/10 {
  background-color: rgb(240 140 0 / 0.1)
}
.tw-bg-orange-550\/100 {
  background-color: rgb(240 140 0 / 1)
}
.tw-bg-orange-550\/15 {
  background-color: rgb(240 140 0 / 0.15)
}
.tw-bg-orange-550\/20 {
  background-color: rgb(240 140 0 / 0.2)
}
.tw-bg-orange-550\/25 {
  background-color: rgb(240 140 0 / 0.25)
}
.tw-bg-orange-550\/30 {
  background-color: rgb(240 140 0 / 0.3)
}
.tw-bg-orange-550\/35 {
  background-color: rgb(240 140 0 / 0.35)
}
.tw-bg-orange-550\/40 {
  background-color: rgb(240 140 0 / 0.4)
}
.tw-bg-orange-550\/45 {
  background-color: rgb(240 140 0 / 0.45)
}
.tw-bg-orange-550\/5 {
  background-color: rgb(240 140 0 / 0.05)
}
.tw-bg-orange-550\/50 {
  background-color: rgb(240 140 0 / 0.5)
}
.tw-bg-orange-550\/55 {
  background-color: rgb(240 140 0 / 0.55)
}
.tw-bg-orange-550\/60 {
  background-color: rgb(240 140 0 / 0.6)
}
.tw-bg-orange-550\/65 {
  background-color: rgb(240 140 0 / 0.65)
}
.tw-bg-orange-550\/70 {
  background-color: rgb(240 140 0 / 0.7)
}
.tw-bg-orange-550\/75 {
  background-color: rgb(240 140 0 / 0.75)
}
.tw-bg-orange-550\/80 {
  background-color: rgb(240 140 0 / 0.8)
}
.tw-bg-orange-550\/85 {
  background-color: rgb(240 140 0 / 0.85)
}
.tw-bg-orange-550\/90 {
  background-color: rgb(240 140 0 / 0.9)
}
.tw-bg-orange-550\/95 {
  background-color: rgb(240 140 0 / 0.95)
}
.tw-bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 93 12 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-600\/0 {
  background-color: rgb(237 93 12 / 0)
}
.tw-bg-orange-600\/10 {
  background-color: rgb(237 93 12 / 0.1)
}
.tw-bg-orange-600\/100 {
  background-color: rgb(237 93 12 / 1)
}
.tw-bg-orange-600\/15 {
  background-color: rgb(237 93 12 / 0.15)
}
.tw-bg-orange-600\/20 {
  background-color: rgb(237 93 12 / 0.2)
}
.tw-bg-orange-600\/25 {
  background-color: rgb(237 93 12 / 0.25)
}
.tw-bg-orange-600\/30 {
  background-color: rgb(237 93 12 / 0.3)
}
.tw-bg-orange-600\/35 {
  background-color: rgb(237 93 12 / 0.35)
}
.tw-bg-orange-600\/40 {
  background-color: rgb(237 93 12 / 0.4)
}
.tw-bg-orange-600\/45 {
  background-color: rgb(237 93 12 / 0.45)
}
.tw-bg-orange-600\/5 {
  background-color: rgb(237 93 12 / 0.05)
}
.tw-bg-orange-600\/50 {
  background-color: rgb(237 93 12 / 0.5)
}
.tw-bg-orange-600\/55 {
  background-color: rgb(237 93 12 / 0.55)
}
.tw-bg-orange-600\/60 {
  background-color: rgb(237 93 12 / 0.6)
}
.tw-bg-orange-600\/65 {
  background-color: rgb(237 93 12 / 0.65)
}
.tw-bg-orange-600\/70 {
  background-color: rgb(237 93 12 / 0.7)
}
.tw-bg-orange-600\/75 {
  background-color: rgb(237 93 12 / 0.75)
}
.tw-bg-orange-600\/80 {
  background-color: rgb(237 93 12 / 0.8)
}
.tw-bg-orange-600\/85 {
  background-color: rgb(237 93 12 / 0.85)
}
.tw-bg-orange-600\/90 {
  background-color: rgb(237 93 12 / 0.9)
}
.tw-bg-orange-600\/95 {
  background-color: rgb(237 93 12 / 0.95)
}
.tw-bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 77 20 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-700\/0 {
  background-color: rgb(179 77 20 / 0)
}
.tw-bg-orange-700\/10 {
  background-color: rgb(179 77 20 / 0.1)
}
.tw-bg-orange-700\/100 {
  background-color: rgb(179 77 20 / 1)
}
.tw-bg-orange-700\/15 {
  background-color: rgb(179 77 20 / 0.15)
}
.tw-bg-orange-700\/20 {
  background-color: rgb(179 77 20 / 0.2)
}
.tw-bg-orange-700\/25 {
  background-color: rgb(179 77 20 / 0.25)
}
.tw-bg-orange-700\/30 {
  background-color: rgb(179 77 20 / 0.3)
}
.tw-bg-orange-700\/35 {
  background-color: rgb(179 77 20 / 0.35)
}
.tw-bg-orange-700\/40 {
  background-color: rgb(179 77 20 / 0.4)
}
.tw-bg-orange-700\/45 {
  background-color: rgb(179 77 20 / 0.45)
}
.tw-bg-orange-700\/5 {
  background-color: rgb(179 77 20 / 0.05)
}
.tw-bg-orange-700\/50 {
  background-color: rgb(179 77 20 / 0.5)
}
.tw-bg-orange-700\/55 {
  background-color: rgb(179 77 20 / 0.55)
}
.tw-bg-orange-700\/60 {
  background-color: rgb(179 77 20 / 0.6)
}
.tw-bg-orange-700\/65 {
  background-color: rgb(179 77 20 / 0.65)
}
.tw-bg-orange-700\/70 {
  background-color: rgb(179 77 20 / 0.7)
}
.tw-bg-orange-700\/75 {
  background-color: rgb(179 77 20 / 0.75)
}
.tw-bg-orange-700\/80 {
  background-color: rgb(179 77 20 / 0.8)
}
.tw-bg-orange-700\/85 {
  background-color: rgb(179 77 20 / 0.85)
}
.tw-bg-orange-700\/90 {
  background-color: rgb(179 77 20 / 0.9)
}
.tw-bg-orange-700\/95 {
  background-color: rgb(179 77 20 / 0.95)
}
.tw-bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 59 22 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-800\/0 {
  background-color: rgb(126 59 22 / 0)
}
.tw-bg-orange-800\/10 {
  background-color: rgb(126 59 22 / 0.1)
}
.tw-bg-orange-800\/100 {
  background-color: rgb(126 59 22 / 1)
}
.tw-bg-orange-800\/15 {
  background-color: rgb(126 59 22 / 0.15)
}
.tw-bg-orange-800\/20 {
  background-color: rgb(126 59 22 / 0.2)
}
.tw-bg-orange-800\/25 {
  background-color: rgb(126 59 22 / 0.25)
}
.tw-bg-orange-800\/30 {
  background-color: rgb(126 59 22 / 0.3)
}
.tw-bg-orange-800\/35 {
  background-color: rgb(126 59 22 / 0.35)
}
.tw-bg-orange-800\/40 {
  background-color: rgb(126 59 22 / 0.4)
}
.tw-bg-orange-800\/45 {
  background-color: rgb(126 59 22 / 0.45)
}
.tw-bg-orange-800\/5 {
  background-color: rgb(126 59 22 / 0.05)
}
.tw-bg-orange-800\/50 {
  background-color: rgb(126 59 22 / 0.5)
}
.tw-bg-orange-800\/55 {
  background-color: rgb(126 59 22 / 0.55)
}
.tw-bg-orange-800\/60 {
  background-color: rgb(126 59 22 / 0.6)
}
.tw-bg-orange-800\/65 {
  background-color: rgb(126 59 22 / 0.65)
}
.tw-bg-orange-800\/70 {
  background-color: rgb(126 59 22 / 0.7)
}
.tw-bg-orange-800\/75 {
  background-color: rgb(126 59 22 / 0.75)
}
.tw-bg-orange-800\/80 {
  background-color: rgb(126 59 22 / 0.8)
}
.tw-bg-orange-800\/85 {
  background-color: rgb(126 59 22 / 0.85)
}
.tw-bg-orange-800\/90 {
  background-color: rgb(126 59 22 / 0.9)
}
.tw-bg-orange-800\/95 {
  background-color: rgb(126 59 22 / 0.95)
}
.tw-bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 40 19 / var(--tw-bg-opacity, 1))
}
.tw-bg-orange-900\/0 {
  background-color: rgb(78 40 19 / 0)
}
.tw-bg-orange-900\/10 {
  background-color: rgb(78 40 19 / 0.1)
}
.tw-bg-orange-900\/100 {
  background-color: rgb(78 40 19 / 1)
}
.tw-bg-orange-900\/15 {
  background-color: rgb(78 40 19 / 0.15)
}
.tw-bg-orange-900\/20 {
  background-color: rgb(78 40 19 / 0.2)
}
.tw-bg-orange-900\/25 {
  background-color: rgb(78 40 19 / 0.25)
}
.tw-bg-orange-900\/30 {
  background-color: rgb(78 40 19 / 0.3)
}
.tw-bg-orange-900\/35 {
  background-color: rgb(78 40 19 / 0.35)
}
.tw-bg-orange-900\/40 {
  background-color: rgb(78 40 19 / 0.4)
}
.tw-bg-orange-900\/45 {
  background-color: rgb(78 40 19 / 0.45)
}
.tw-bg-orange-900\/5 {
  background-color: rgb(78 40 19 / 0.05)
}
.tw-bg-orange-900\/50 {
  background-color: rgb(78 40 19 / 0.5)
}
.tw-bg-orange-900\/55 {
  background-color: rgb(78 40 19 / 0.55)
}
.tw-bg-orange-900\/60 {
  background-color: rgb(78 40 19 / 0.6)
}
.tw-bg-orange-900\/65 {
  background-color: rgb(78 40 19 / 0.65)
}
.tw-bg-orange-900\/70 {
  background-color: rgb(78 40 19 / 0.7)
}
.tw-bg-orange-900\/75 {
  background-color: rgb(78 40 19 / 0.75)
}
.tw-bg-orange-900\/80 {
  background-color: rgb(78 40 19 / 0.8)
}
.tw-bg-orange-900\/85 {
  background-color: rgb(78 40 19 / 0.85)
}
.tw-bg-orange-900\/90 {
  background-color: rgb(78 40 19 / 0.9)
}
.tw-bg-orange-900\/95 {
  background-color: rgb(78 40 19 / 0.95)
}
.tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}
.tw-bg-primary\/0 {
  background-color: rgb(0 196 196 / 0)
}
.tw-bg-primary\/10 {
  background-color: rgb(0 196 196 / 0.1)
}
.tw-bg-primary\/100 {
  background-color: rgb(0 196 196 / 1)
}
.tw-bg-primary\/15 {
  background-color: rgb(0 196 196 / 0.15)
}
.tw-bg-primary\/20 {
  background-color: rgb(0 196 196 / 0.2)
}
.tw-bg-primary\/25 {
  background-color: rgb(0 196 196 / 0.25)
}
.tw-bg-primary\/30 {
  background-color: rgb(0 196 196 / 0.3)
}
.tw-bg-primary\/35 {
  background-color: rgb(0 196 196 / 0.35)
}
.tw-bg-primary\/40 {
  background-color: rgb(0 196 196 / 0.4)
}
.tw-bg-primary\/45 {
  background-color: rgb(0 196 196 / 0.45)
}
.tw-bg-primary\/5 {
  background-color: rgb(0 196 196 / 0.05)
}
.tw-bg-primary\/50 {
  background-color: rgb(0 196 196 / 0.5)
}
.tw-bg-primary\/55 {
  background-color: rgb(0 196 196 / 0.55)
}
.tw-bg-primary\/60 {
  background-color: rgb(0 196 196 / 0.6)
}
.tw-bg-primary\/65 {
  background-color: rgb(0 196 196 / 0.65)
}
.tw-bg-primary\/70 {
  background-color: rgb(0 196 196 / 0.7)
}
.tw-bg-primary\/75 {
  background-color: rgb(0 196 196 / 0.75)
}
.tw-bg-primary\/80 {
  background-color: rgb(0 196 196 / 0.8)
}
.tw-bg-primary\/85 {
  background-color: rgb(0 196 196 / 0.85)
}
.tw-bg-primary\/90 {
  background-color: rgb(0 196 196 / 0.9)
}
.tw-bg-primary\/95 {
  background-color: rgb(0 196 196 / 0.95)
}
.tw-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(42 108 226 / var(--tw-bg-opacity, 1))
}
.tw-bg-secondary\/0 {
  background-color: rgb(42 108 226 / 0)
}
.tw-bg-secondary\/10 {
  background-color: rgb(42 108 226 / 0.1)
}
.tw-bg-secondary\/100 {
  background-color: rgb(42 108 226 / 1)
}
.tw-bg-secondary\/15 {
  background-color: rgb(42 108 226 / 0.15)
}
.tw-bg-secondary\/20 {
  background-color: rgb(42 108 226 / 0.2)
}
.tw-bg-secondary\/25 {
  background-color: rgb(42 108 226 / 0.25)
}
.tw-bg-secondary\/30 {
  background-color: rgb(42 108 226 / 0.3)
}
.tw-bg-secondary\/35 {
  background-color: rgb(42 108 226 / 0.35)
}
.tw-bg-secondary\/40 {
  background-color: rgb(42 108 226 / 0.4)
}
.tw-bg-secondary\/45 {
  background-color: rgb(42 108 226 / 0.45)
}
.tw-bg-secondary\/5 {
  background-color: rgb(42 108 226 / 0.05)
}
.tw-bg-secondary\/50 {
  background-color: rgb(42 108 226 / 0.5)
}
.tw-bg-secondary\/55 {
  background-color: rgb(42 108 226 / 0.55)
}
.tw-bg-secondary\/60 {
  background-color: rgb(42 108 226 / 0.6)
}
.tw-bg-secondary\/65 {
  background-color: rgb(42 108 226 / 0.65)
}
.tw-bg-secondary\/70 {
  background-color: rgb(42 108 226 / 0.7)
}
.tw-bg-secondary\/75 {
  background-color: rgb(42 108 226 / 0.75)
}
.tw-bg-secondary\/80 {
  background-color: rgb(42 108 226 / 0.8)
}
.tw-bg-secondary\/85 {
  background-color: rgb(42 108 226 / 0.85)
}
.tw-bg-secondary\/90 {
  background-color: rgb(42 108 226 / 0.9)
}
.tw-bg-secondary\/95 {
  background-color: rgb(42 108 226 / 0.95)
}
.tw-bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(90 143 0 / var(--tw-bg-opacity, 1))
}
.tw-bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 240 225 / var(--tw-bg-opacity, 1))
}
.tw-bg-success-100\/0 {
  background-color: rgb(214 240 225 / 0)
}
.tw-bg-success-100\/10 {
  background-color: rgb(214 240 225 / 0.1)
}
.tw-bg-success-100\/100 {
  background-color: rgb(214 240 225 / 1)
}
.tw-bg-success-100\/15 {
  background-color: rgb(214 240 225 / 0.15)
}
.tw-bg-success-100\/20 {
  background-color: rgb(214 240 225 / 0.2)
}
.tw-bg-success-100\/25 {
  background-color: rgb(214 240 225 / 0.25)
}
.tw-bg-success-100\/30 {
  background-color: rgb(214 240 225 / 0.3)
}
.tw-bg-success-100\/35 {
  background-color: rgb(214 240 225 / 0.35)
}
.tw-bg-success-100\/40 {
  background-color: rgb(214 240 225 / 0.4)
}
.tw-bg-success-100\/45 {
  background-color: rgb(214 240 225 / 0.45)
}
.tw-bg-success-100\/5 {
  background-color: rgb(214 240 225 / 0.05)
}
.tw-bg-success-100\/50 {
  background-color: rgb(214 240 225 / 0.5)
}
.tw-bg-success-100\/55 {
  background-color: rgb(214 240 225 / 0.55)
}
.tw-bg-success-100\/60 {
  background-color: rgb(214 240 225 / 0.6)
}
.tw-bg-success-100\/65 {
  background-color: rgb(214 240 225 / 0.65)
}
.tw-bg-success-100\/70 {
  background-color: rgb(214 240 225 / 0.7)
}
.tw-bg-success-100\/75 {
  background-color: rgb(214 240 225 / 0.75)
}
.tw-bg-success-100\/80 {
  background-color: rgb(214 240 225 / 0.8)
}
.tw-bg-success-100\/85 {
  background-color: rgb(214 240 225 / 0.85)
}
.tw-bg-success-100\/90 {
  background-color: rgb(214 240 225 / 0.9)
}
.tw-bg-success-100\/95 {
  background-color: rgb(214 240 225 / 0.95)
}
.tw-bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 233 204 / var(--tw-bg-opacity, 1))
}
.tw-bg-success-200\/0 {
  background-color: rgb(222 233 204 / 0)
}
.tw-bg-success-200\/10 {
  background-color: rgb(222 233 204 / 0.1)
}
.tw-bg-success-200\/100 {
  background-color: rgb(222 233 204 / 1)
}
.tw-bg-success-200\/15 {
  background-color: rgb(222 233 204 / 0.15)
}
.tw-bg-success-200\/20 {
  background-color: rgb(222 233 204 / 0.2)
}
.tw-bg-success-200\/25 {
  background-color: rgb(222 233 204 / 0.25)
}
.tw-bg-success-200\/30 {
  background-color: rgb(222 233 204 / 0.3)
}
.tw-bg-success-200\/35 {
  background-color: rgb(222 233 204 / 0.35)
}
.tw-bg-success-200\/40 {
  background-color: rgb(222 233 204 / 0.4)
}
.tw-bg-success-200\/45 {
  background-color: rgb(222 233 204 / 0.45)
}
.tw-bg-success-200\/5 {
  background-color: rgb(222 233 204 / 0.05)
}
.tw-bg-success-200\/50 {
  background-color: rgb(222 233 204 / 0.5)
}
.tw-bg-success-200\/55 {
  background-color: rgb(222 233 204 / 0.55)
}
.tw-bg-success-200\/60 {
  background-color: rgb(222 233 204 / 0.6)
}
.tw-bg-success-200\/65 {
  background-color: rgb(222 233 204 / 0.65)
}
.tw-bg-success-200\/70 {
  background-color: rgb(222 233 204 / 0.7)
}
.tw-bg-success-200\/75 {
  background-color: rgb(222 233 204 / 0.75)
}
.tw-bg-success-200\/80 {
  background-color: rgb(222 233 204 / 0.8)
}
.tw-bg-success-200\/85 {
  background-color: rgb(222 233 204 / 0.85)
}
.tw-bg-success-200\/90 {
  background-color: rgb(222 233 204 / 0.9)
}
.tw-bg-success-200\/95 {
  background-color: rgb(222 233 204 / 0.95)
}
.tw-bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 169 97 / var(--tw-bg-opacity, 1))
}
.tw-bg-success-600\/0 {
  background-color: rgb(45 169 97 / 0)
}
.tw-bg-success-600\/10 {
  background-color: rgb(45 169 97 / 0.1)
}
.tw-bg-success-600\/100 {
  background-color: rgb(45 169 97 / 1)
}
.tw-bg-success-600\/15 {
  background-color: rgb(45 169 97 / 0.15)
}
.tw-bg-success-600\/20 {
  background-color: rgb(45 169 97 / 0.2)
}
.tw-bg-success-600\/25 {
  background-color: rgb(45 169 97 / 0.25)
}
.tw-bg-success-600\/30 {
  background-color: rgb(45 169 97 / 0.3)
}
.tw-bg-success-600\/35 {
  background-color: rgb(45 169 97 / 0.35)
}
.tw-bg-success-600\/40 {
  background-color: rgb(45 169 97 / 0.4)
}
.tw-bg-success-600\/45 {
  background-color: rgb(45 169 97 / 0.45)
}
.tw-bg-success-600\/5 {
  background-color: rgb(45 169 97 / 0.05)
}
.tw-bg-success-600\/50 {
  background-color: rgb(45 169 97 / 0.5)
}
.tw-bg-success-600\/55 {
  background-color: rgb(45 169 97 / 0.55)
}
.tw-bg-success-600\/60 {
  background-color: rgb(45 169 97 / 0.6)
}
.tw-bg-success-600\/65 {
  background-color: rgb(45 169 97 / 0.65)
}
.tw-bg-success-600\/70 {
  background-color: rgb(45 169 97 / 0.7)
}
.tw-bg-success-600\/75 {
  background-color: rgb(45 169 97 / 0.75)
}
.tw-bg-success-600\/80 {
  background-color: rgb(45 169 97 / 0.8)
}
.tw-bg-success-600\/85 {
  background-color: rgb(45 169 97 / 0.85)
}
.tw-bg-success-600\/90 {
  background-color: rgb(45 169 97 / 0.9)
}
.tw-bg-success-600\/95 {
  background-color: rgb(45 169 97 / 0.95)
}
.tw-bg-success\/0 {
  background-color: rgb(90 143 0 / 0)
}
.tw-bg-success\/10 {
  background-color: rgb(90 143 0 / 0.1)
}
.tw-bg-success\/100 {
  background-color: rgb(90 143 0 / 1)
}
.tw-bg-success\/15 {
  background-color: rgb(90 143 0 / 0.15)
}
.tw-bg-success\/20 {
  background-color: rgb(90 143 0 / 0.2)
}
.tw-bg-success\/25 {
  background-color: rgb(90 143 0 / 0.25)
}
.tw-bg-success\/30 {
  background-color: rgb(90 143 0 / 0.3)
}
.tw-bg-success\/35 {
  background-color: rgb(90 143 0 / 0.35)
}
.tw-bg-success\/40 {
  background-color: rgb(90 143 0 / 0.4)
}
.tw-bg-success\/45 {
  background-color: rgb(90 143 0 / 0.45)
}
.tw-bg-success\/5 {
  background-color: rgb(90 143 0 / 0.05)
}
.tw-bg-success\/50 {
  background-color: rgb(90 143 0 / 0.5)
}
.tw-bg-success\/55 {
  background-color: rgb(90 143 0 / 0.55)
}
.tw-bg-success\/60 {
  background-color: rgb(90 143 0 / 0.6)
}
.tw-bg-success\/65 {
  background-color: rgb(90 143 0 / 0.65)
}
.tw-bg-success\/70 {
  background-color: rgb(90 143 0 / 0.7)
}
.tw-bg-success\/75 {
  background-color: rgb(90 143 0 / 0.75)
}
.tw-bg-success\/80 {
  background-color: rgb(90 143 0 / 0.8)
}
.tw-bg-success\/85 {
  background-color: rgb(90 143 0 / 0.85)
}
.tw-bg-success\/90 {
  background-color: rgb(90 143 0 / 0.9)
}
.tw-bg-success\/95 {
  background-color: rgb(90 143 0 / 0.95)
}
.tw-bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 242 242 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-100\/0 {
  background-color: rgb(200 242 242 / 0)
}
.tw-bg-teal-100\/10 {
  background-color: rgb(200 242 242 / 0.1)
}
.tw-bg-teal-100\/100 {
  background-color: rgb(200 242 242 / 1)
}
.tw-bg-teal-100\/15 {
  background-color: rgb(200 242 242 / 0.15)
}
.tw-bg-teal-100\/20 {
  background-color: rgb(200 242 242 / 0.2)
}
.tw-bg-teal-100\/25 {
  background-color: rgb(200 242 242 / 0.25)
}
.tw-bg-teal-100\/30 {
  background-color: rgb(200 242 242 / 0.3)
}
.tw-bg-teal-100\/35 {
  background-color: rgb(200 242 242 / 0.35)
}
.tw-bg-teal-100\/40 {
  background-color: rgb(200 242 242 / 0.4)
}
.tw-bg-teal-100\/45 {
  background-color: rgb(200 242 242 / 0.45)
}
.tw-bg-teal-100\/5 {
  background-color: rgb(200 242 242 / 0.05)
}
.tw-bg-teal-100\/50 {
  background-color: rgb(200 242 242 / 0.5)
}
.tw-bg-teal-100\/55 {
  background-color: rgb(200 242 242 / 0.55)
}
.tw-bg-teal-100\/60 {
  background-color: rgb(200 242 242 / 0.6)
}
.tw-bg-teal-100\/65 {
  background-color: rgb(200 242 242 / 0.65)
}
.tw-bg-teal-100\/70 {
  background-color: rgb(200 242 242 / 0.7)
}
.tw-bg-teal-100\/75 {
  background-color: rgb(200 242 242 / 0.75)
}
.tw-bg-teal-100\/80 {
  background-color: rgb(200 242 242 / 0.8)
}
.tw-bg-teal-100\/85 {
  background-color: rgb(200 242 242 / 0.85)
}
.tw-bg-teal-100\/90 {
  background-color: rgb(200 242 242 / 0.9)
}
.tw-bg-teal-100\/95 {
  background-color: rgb(200 242 242 / 0.95)
}
.tw-bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 234 234 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-200\/0 {
  background-color: rgb(163 234 234 / 0)
}
.tw-bg-teal-200\/10 {
  background-color: rgb(163 234 234 / 0.1)
}
.tw-bg-teal-200\/100 {
  background-color: rgb(163 234 234 / 1)
}
.tw-bg-teal-200\/15 {
  background-color: rgb(163 234 234 / 0.15)
}
.tw-bg-teal-200\/20 {
  background-color: rgb(163 234 234 / 0.2)
}
.tw-bg-teal-200\/25 {
  background-color: rgb(163 234 234 / 0.25)
}
.tw-bg-teal-200\/30 {
  background-color: rgb(163 234 234 / 0.3)
}
.tw-bg-teal-200\/35 {
  background-color: rgb(163 234 234 / 0.35)
}
.tw-bg-teal-200\/40 {
  background-color: rgb(163 234 234 / 0.4)
}
.tw-bg-teal-200\/45 {
  background-color: rgb(163 234 234 / 0.45)
}
.tw-bg-teal-200\/5 {
  background-color: rgb(163 234 234 / 0.05)
}
.tw-bg-teal-200\/50 {
  background-color: rgb(163 234 234 / 0.5)
}
.tw-bg-teal-200\/55 {
  background-color: rgb(163 234 234 / 0.55)
}
.tw-bg-teal-200\/60 {
  background-color: rgb(163 234 234 / 0.6)
}
.tw-bg-teal-200\/65 {
  background-color: rgb(163 234 234 / 0.65)
}
.tw-bg-teal-200\/70 {
  background-color: rgb(163 234 234 / 0.7)
}
.tw-bg-teal-200\/75 {
  background-color: rgb(163 234 234 / 0.75)
}
.tw-bg-teal-200\/80 {
  background-color: rgb(163 234 234 / 0.8)
}
.tw-bg-teal-200\/85 {
  background-color: rgb(163 234 234 / 0.85)
}
.tw-bg-teal-200\/90 {
  background-color: rgb(163 234 234 / 0.9)
}
.tw-bg-teal-200\/95 {
  background-color: rgb(163 234 234 / 0.95)
}
.tw-bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 220 220 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-300\/0 {
  background-color: rgb(102 220 220 / 0)
}
.tw-bg-teal-300\/10 {
  background-color: rgb(102 220 220 / 0.1)
}
.tw-bg-teal-300\/100 {
  background-color: rgb(102 220 220 / 1)
}
.tw-bg-teal-300\/15 {
  background-color: rgb(102 220 220 / 0.15)
}
.tw-bg-teal-300\/20 {
  background-color: rgb(102 220 220 / 0.2)
}
.tw-bg-teal-300\/25 {
  background-color: rgb(102 220 220 / 0.25)
}
.tw-bg-teal-300\/30 {
  background-color: rgb(102 220 220 / 0.3)
}
.tw-bg-teal-300\/35 {
  background-color: rgb(102 220 220 / 0.35)
}
.tw-bg-teal-300\/40 {
  background-color: rgb(102 220 220 / 0.4)
}
.tw-bg-teal-300\/45 {
  background-color: rgb(102 220 220 / 0.45)
}
.tw-bg-teal-300\/5 {
  background-color: rgb(102 220 220 / 0.05)
}
.tw-bg-teal-300\/50 {
  background-color: rgb(102 220 220 / 0.5)
}
.tw-bg-teal-300\/55 {
  background-color: rgb(102 220 220 / 0.55)
}
.tw-bg-teal-300\/60 {
  background-color: rgb(102 220 220 / 0.6)
}
.tw-bg-teal-300\/65 {
  background-color: rgb(102 220 220 / 0.65)
}
.tw-bg-teal-300\/70 {
  background-color: rgb(102 220 220 / 0.7)
}
.tw-bg-teal-300\/75 {
  background-color: rgb(102 220 220 / 0.75)
}
.tw-bg-teal-300\/80 {
  background-color: rgb(102 220 220 / 0.8)
}
.tw-bg-teal-300\/85 {
  background-color: rgb(102 220 220 / 0.85)
}
.tw-bg-teal-300\/90 {
  background-color: rgb(102 220 220 / 0.9)
}
.tw-bg-teal-300\/95 {
  background-color: rgb(102 220 220 / 0.95)
}
.tw-bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 204 204 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-400\/0 {
  background-color: rgb(0 204 204 / 0)
}
.tw-bg-teal-400\/10 {
  background-color: rgb(0 204 204 / 0.1)
}
.tw-bg-teal-400\/100 {
  background-color: rgb(0 204 204 / 1)
}
.tw-bg-teal-400\/15 {
  background-color: rgb(0 204 204 / 0.15)
}
.tw-bg-teal-400\/20 {
  background-color: rgb(0 204 204 / 0.2)
}
.tw-bg-teal-400\/25 {
  background-color: rgb(0 204 204 / 0.25)
}
.tw-bg-teal-400\/30 {
  background-color: rgb(0 204 204 / 0.3)
}
.tw-bg-teal-400\/35 {
  background-color: rgb(0 204 204 / 0.35)
}
.tw-bg-teal-400\/40 {
  background-color: rgb(0 204 204 / 0.4)
}
.tw-bg-teal-400\/45 {
  background-color: rgb(0 204 204 / 0.45)
}
.tw-bg-teal-400\/5 {
  background-color: rgb(0 204 204 / 0.05)
}
.tw-bg-teal-400\/50 {
  background-color: rgb(0 204 204 / 0.5)
}
.tw-bg-teal-400\/55 {
  background-color: rgb(0 204 204 / 0.55)
}
.tw-bg-teal-400\/60 {
  background-color: rgb(0 204 204 / 0.6)
}
.tw-bg-teal-400\/65 {
  background-color: rgb(0 204 204 / 0.65)
}
.tw-bg-teal-400\/70 {
  background-color: rgb(0 204 204 / 0.7)
}
.tw-bg-teal-400\/75 {
  background-color: rgb(0 204 204 / 0.75)
}
.tw-bg-teal-400\/80 {
  background-color: rgb(0 204 204 / 0.8)
}
.tw-bg-teal-400\/85 {
  background-color: rgb(0 204 204 / 0.85)
}
.tw-bg-teal-400\/90 {
  background-color: rgb(0 204 204 / 0.9)
}
.tw-bg-teal-400\/95 {
  background-color: rgb(0 204 204 / 0.95)
}
.tw-bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-50\/0 {
  background-color: rgb(245 255 255 / 0)
}
.tw-bg-teal-50\/10 {
  background-color: rgb(245 255 255 / 0.1)
}
.tw-bg-teal-50\/100 {
  background-color: rgb(245 255 255 / 1)
}
.tw-bg-teal-50\/15 {
  background-color: rgb(245 255 255 / 0.15)
}
.tw-bg-teal-50\/20 {
  background-color: rgb(245 255 255 / 0.2)
}
.tw-bg-teal-50\/25 {
  background-color: rgb(245 255 255 / 0.25)
}
.tw-bg-teal-50\/30 {
  background-color: rgb(245 255 255 / 0.3)
}
.tw-bg-teal-50\/35 {
  background-color: rgb(245 255 255 / 0.35)
}
.tw-bg-teal-50\/40 {
  background-color: rgb(245 255 255 / 0.4)
}
.tw-bg-teal-50\/45 {
  background-color: rgb(245 255 255 / 0.45)
}
.tw-bg-teal-50\/5 {
  background-color: rgb(245 255 255 / 0.05)
}
.tw-bg-teal-50\/50 {
  background-color: rgb(245 255 255 / 0.5)
}
.tw-bg-teal-50\/55 {
  background-color: rgb(245 255 255 / 0.55)
}
.tw-bg-teal-50\/60 {
  background-color: rgb(245 255 255 / 0.6)
}
.tw-bg-teal-50\/65 {
  background-color: rgb(245 255 255 / 0.65)
}
.tw-bg-teal-50\/70 {
  background-color: rgb(245 255 255 / 0.7)
}
.tw-bg-teal-50\/75 {
  background-color: rgb(245 255 255 / 0.75)
}
.tw-bg-teal-50\/80 {
  background-color: rgb(245 255 255 / 0.8)
}
.tw-bg-teal-50\/85 {
  background-color: rgb(245 255 255 / 0.85)
}
.tw-bg-teal-50\/90 {
  background-color: rgb(245 255 255 / 0.9)
}
.tw-bg-teal-50\/95 {
  background-color: rgb(245 255 255 / 0.95)
}
.tw-bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-500\/0 {
  background-color: rgb(0 196 196 / 0)
}
.tw-bg-teal-500\/10 {
  background-color: rgb(0 196 196 / 0.1)
}
.tw-bg-teal-500\/100 {
  background-color: rgb(0 196 196 / 1)
}
.tw-bg-teal-500\/15 {
  background-color: rgb(0 196 196 / 0.15)
}
.tw-bg-teal-500\/20 {
  background-color: rgb(0 196 196 / 0.2)
}
.tw-bg-teal-500\/25 {
  background-color: rgb(0 196 196 / 0.25)
}
.tw-bg-teal-500\/30 {
  background-color: rgb(0 196 196 / 0.3)
}
.tw-bg-teal-500\/35 {
  background-color: rgb(0 196 196 / 0.35)
}
.tw-bg-teal-500\/40 {
  background-color: rgb(0 196 196 / 0.4)
}
.tw-bg-teal-500\/45 {
  background-color: rgb(0 196 196 / 0.45)
}
.tw-bg-teal-500\/5 {
  background-color: rgb(0 196 196 / 0.05)
}
.tw-bg-teal-500\/50 {
  background-color: rgb(0 196 196 / 0.5)
}
.tw-bg-teal-500\/55 {
  background-color: rgb(0 196 196 / 0.55)
}
.tw-bg-teal-500\/60 {
  background-color: rgb(0 196 196 / 0.6)
}
.tw-bg-teal-500\/65 {
  background-color: rgb(0 196 196 / 0.65)
}
.tw-bg-teal-500\/70 {
  background-color: rgb(0 196 196 / 0.7)
}
.tw-bg-teal-500\/75 {
  background-color: rgb(0 196 196 / 0.75)
}
.tw-bg-teal-500\/80 {
  background-color: rgb(0 196 196 / 0.8)
}
.tw-bg-teal-500\/85 {
  background-color: rgb(0 196 196 / 0.85)
}
.tw-bg-teal-500\/90 {
  background-color: rgb(0 196 196 / 0.9)
}
.tw-bg-teal-500\/95 {
  background-color: rgb(0 196 196 / 0.95)
}
.tw-bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 136 136 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-600\/0 {
  background-color: rgb(7 136 136 / 0)
}
.tw-bg-teal-600\/10 {
  background-color: rgb(7 136 136 / 0.1)
}
.tw-bg-teal-600\/100 {
  background-color: rgb(7 136 136 / 1)
}
.tw-bg-teal-600\/15 {
  background-color: rgb(7 136 136 / 0.15)
}
.tw-bg-teal-600\/20 {
  background-color: rgb(7 136 136 / 0.2)
}
.tw-bg-teal-600\/25 {
  background-color: rgb(7 136 136 / 0.25)
}
.tw-bg-teal-600\/30 {
  background-color: rgb(7 136 136 / 0.3)
}
.tw-bg-teal-600\/35 {
  background-color: rgb(7 136 136 / 0.35)
}
.tw-bg-teal-600\/40 {
  background-color: rgb(7 136 136 / 0.4)
}
.tw-bg-teal-600\/45 {
  background-color: rgb(7 136 136 / 0.45)
}
.tw-bg-teal-600\/5 {
  background-color: rgb(7 136 136 / 0.05)
}
.tw-bg-teal-600\/50 {
  background-color: rgb(7 136 136 / 0.5)
}
.tw-bg-teal-600\/55 {
  background-color: rgb(7 136 136 / 0.55)
}
.tw-bg-teal-600\/60 {
  background-color: rgb(7 136 136 / 0.6)
}
.tw-bg-teal-600\/65 {
  background-color: rgb(7 136 136 / 0.65)
}
.tw-bg-teal-600\/70 {
  background-color: rgb(7 136 136 / 0.7)
}
.tw-bg-teal-600\/75 {
  background-color: rgb(7 136 136 / 0.75)
}
.tw-bg-teal-600\/80 {
  background-color: rgb(7 136 136 / 0.8)
}
.tw-bg-teal-600\/85 {
  background-color: rgb(7 136 136 / 0.85)
}
.tw-bg-teal-600\/90 {
  background-color: rgb(7 136 136 / 0.9)
}
.tw-bg-teal-600\/95 {
  background-color: rgb(7 136 136 / 0.95)
}
.tw-bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 83 83 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-700\/0 {
  background-color: rgb(9 83 83 / 0)
}
.tw-bg-teal-700\/10 {
  background-color: rgb(9 83 83 / 0.1)
}
.tw-bg-teal-700\/100 {
  background-color: rgb(9 83 83 / 1)
}
.tw-bg-teal-700\/15 {
  background-color: rgb(9 83 83 / 0.15)
}
.tw-bg-teal-700\/20 {
  background-color: rgb(9 83 83 / 0.2)
}
.tw-bg-teal-700\/25 {
  background-color: rgb(9 83 83 / 0.25)
}
.tw-bg-teal-700\/30 {
  background-color: rgb(9 83 83 / 0.3)
}
.tw-bg-teal-700\/35 {
  background-color: rgb(9 83 83 / 0.35)
}
.tw-bg-teal-700\/40 {
  background-color: rgb(9 83 83 / 0.4)
}
.tw-bg-teal-700\/45 {
  background-color: rgb(9 83 83 / 0.45)
}
.tw-bg-teal-700\/5 {
  background-color: rgb(9 83 83 / 0.05)
}
.tw-bg-teal-700\/50 {
  background-color: rgb(9 83 83 / 0.5)
}
.tw-bg-teal-700\/55 {
  background-color: rgb(9 83 83 / 0.55)
}
.tw-bg-teal-700\/60 {
  background-color: rgb(9 83 83 / 0.6)
}
.tw-bg-teal-700\/65 {
  background-color: rgb(9 83 83 / 0.65)
}
.tw-bg-teal-700\/70 {
  background-color: rgb(9 83 83 / 0.7)
}
.tw-bg-teal-700\/75 {
  background-color: rgb(9 83 83 / 0.75)
}
.tw-bg-teal-700\/80 {
  background-color: rgb(9 83 83 / 0.8)
}
.tw-bg-teal-700\/85 {
  background-color: rgb(9 83 83 / 0.85)
}
.tw-bg-teal-700\/90 {
  background-color: rgb(9 83 83 / 0.9)
}
.tw-bg-teal-700\/95 {
  background-color: rgb(9 83 83 / 0.95)
}
.tw-bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 37 37 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-800\/0 {
  background-color: rgb(4 37 37 / 0)
}
.tw-bg-teal-800\/10 {
  background-color: rgb(4 37 37 / 0.1)
}
.tw-bg-teal-800\/100 {
  background-color: rgb(4 37 37 / 1)
}
.tw-bg-teal-800\/15 {
  background-color: rgb(4 37 37 / 0.15)
}
.tw-bg-teal-800\/20 {
  background-color: rgb(4 37 37 / 0.2)
}
.tw-bg-teal-800\/25 {
  background-color: rgb(4 37 37 / 0.25)
}
.tw-bg-teal-800\/30 {
  background-color: rgb(4 37 37 / 0.3)
}
.tw-bg-teal-800\/35 {
  background-color: rgb(4 37 37 / 0.35)
}
.tw-bg-teal-800\/40 {
  background-color: rgb(4 37 37 / 0.4)
}
.tw-bg-teal-800\/45 {
  background-color: rgb(4 37 37 / 0.45)
}
.tw-bg-teal-800\/5 {
  background-color: rgb(4 37 37 / 0.05)
}
.tw-bg-teal-800\/50 {
  background-color: rgb(4 37 37 / 0.5)
}
.tw-bg-teal-800\/55 {
  background-color: rgb(4 37 37 / 0.55)
}
.tw-bg-teal-800\/60 {
  background-color: rgb(4 37 37 / 0.6)
}
.tw-bg-teal-800\/65 {
  background-color: rgb(4 37 37 / 0.65)
}
.tw-bg-teal-800\/70 {
  background-color: rgb(4 37 37 / 0.7)
}
.tw-bg-teal-800\/75 {
  background-color: rgb(4 37 37 / 0.75)
}
.tw-bg-teal-800\/80 {
  background-color: rgb(4 37 37 / 0.8)
}
.tw-bg-teal-800\/85 {
  background-color: rgb(4 37 37 / 0.85)
}
.tw-bg-teal-800\/90 {
  background-color: rgb(4 37 37 / 0.9)
}
.tw-bg-teal-800\/95 {
  background-color: rgb(4 37 37 / 0.95)
}
.tw-bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 24 24 / var(--tw-bg-opacity, 1))
}
.tw-bg-teal-900\/0 {
  background-color: rgb(6 24 24 / 0)
}
.tw-bg-teal-900\/10 {
  background-color: rgb(6 24 24 / 0.1)
}
.tw-bg-teal-900\/100 {
  background-color: rgb(6 24 24 / 1)
}
.tw-bg-teal-900\/15 {
  background-color: rgb(6 24 24 / 0.15)
}
.tw-bg-teal-900\/20 {
  background-color: rgb(6 24 24 / 0.2)
}
.tw-bg-teal-900\/25 {
  background-color: rgb(6 24 24 / 0.25)
}
.tw-bg-teal-900\/30 {
  background-color: rgb(6 24 24 / 0.3)
}
.tw-bg-teal-900\/35 {
  background-color: rgb(6 24 24 / 0.35)
}
.tw-bg-teal-900\/40 {
  background-color: rgb(6 24 24 / 0.4)
}
.tw-bg-teal-900\/45 {
  background-color: rgb(6 24 24 / 0.45)
}
.tw-bg-teal-900\/5 {
  background-color: rgb(6 24 24 / 0.05)
}
.tw-bg-teal-900\/50 {
  background-color: rgb(6 24 24 / 0.5)
}
.tw-bg-teal-900\/55 {
  background-color: rgb(6 24 24 / 0.55)
}
.tw-bg-teal-900\/60 {
  background-color: rgb(6 24 24 / 0.6)
}
.tw-bg-teal-900\/65 {
  background-color: rgb(6 24 24 / 0.65)
}
.tw-bg-teal-900\/70 {
  background-color: rgb(6 24 24 / 0.7)
}
.tw-bg-teal-900\/75 {
  background-color: rgb(6 24 24 / 0.75)
}
.tw-bg-teal-900\/80 {
  background-color: rgb(6 24 24 / 0.8)
}
.tw-bg-teal-900\/85 {
  background-color: rgb(6 24 24 / 0.85)
}
.tw-bg-teal-900\/90 {
  background-color: rgb(6 24 24 / 0.9)
}
.tw-bg-teal-900\/95 {
  background-color: rgb(6 24 24 / 0.95)
}
.tw-bg-tealgray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 244 244 / var(--tw-bg-opacity, 1))
}
.tw-bg-tealgray-100\/0 {
  background-color: rgb(237 244 244 / 0)
}
.tw-bg-tealgray-100\/10 {
  background-color: rgb(237 244 244 / 0.1)
}
.tw-bg-tealgray-100\/100 {
  background-color: rgb(237 244 244 / 1)
}
.tw-bg-tealgray-100\/15 {
  background-color: rgb(237 244 244 / 0.15)
}
.tw-bg-tealgray-100\/20 {
  background-color: rgb(237 244 244 / 0.2)
}
.tw-bg-tealgray-100\/25 {
  background-color: rgb(237 244 244 / 0.25)
}
.tw-bg-tealgray-100\/30 {
  background-color: rgb(237 244 244 / 0.3)
}
.tw-bg-tealgray-100\/35 {
  background-color: rgb(237 244 244 / 0.35)
}
.tw-bg-tealgray-100\/40 {
  background-color: rgb(237 244 244 / 0.4)
}
.tw-bg-tealgray-100\/45 {
  background-color: rgb(237 244 244 / 0.45)
}
.tw-bg-tealgray-100\/5 {
  background-color: rgb(237 244 244 / 0.05)
}
.tw-bg-tealgray-100\/50 {
  background-color: rgb(237 244 244 / 0.5)
}
.tw-bg-tealgray-100\/55 {
  background-color: rgb(237 244 244 / 0.55)
}
.tw-bg-tealgray-100\/60 {
  background-color: rgb(237 244 244 / 0.6)
}
.tw-bg-tealgray-100\/65 {
  background-color: rgb(237 244 244 / 0.65)
}
.tw-bg-tealgray-100\/70 {
  background-color: rgb(237 244 244 / 0.7)
}
.tw-bg-tealgray-100\/75 {
  background-color: rgb(237 244 244 / 0.75)
}
.tw-bg-tealgray-100\/80 {
  background-color: rgb(237 244 244 / 0.8)
}
.tw-bg-tealgray-100\/85 {
  background-color: rgb(237 244 244 / 0.85)
}
.tw-bg-tealgray-100\/90 {
  background-color: rgb(237 244 244 / 0.9)
}
.tw-bg-tealgray-100\/95 {
  background-color: rgb(237 244 244 / 0.95)
}
.tw-bg-tealgray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 228 228 / var(--tw-bg-opacity, 1))
}
.tw-bg-tealgray-200\/0 {
  background-color: rgb(200 228 228 / 0)
}
.tw-bg-tealgray-200\/10 {
  background-color: rgb(200 228 228 / 0.1)
}
.tw-bg-tealgray-200\/100 {
  background-color: rgb(200 228 228 / 1)
}
.tw-bg-tealgray-200\/15 {
  background-color: rgb(200 228 228 / 0.15)
}
.tw-bg-tealgray-200\/20 {
  background-color: rgb(200 228 228 / 0.2)
}
.tw-bg-tealgray-200\/25 {
  background-color: rgb(200 228 228 / 0.25)
}
.tw-bg-tealgray-200\/30 {
  background-color: rgb(200 228 228 / 0.3)
}
.tw-bg-tealgray-200\/35 {
  background-color: rgb(200 228 228 / 0.35)
}
.tw-bg-tealgray-200\/40 {
  background-color: rgb(200 228 228 / 0.4)
}
.tw-bg-tealgray-200\/45 {
  background-color: rgb(200 228 228 / 0.45)
}
.tw-bg-tealgray-200\/5 {
  background-color: rgb(200 228 228 / 0.05)
}
.tw-bg-tealgray-200\/50 {
  background-color: rgb(200 228 228 / 0.5)
}
.tw-bg-tealgray-200\/55 {
  background-color: rgb(200 228 228 / 0.55)
}
.tw-bg-tealgray-200\/60 {
  background-color: rgb(200 228 228 / 0.6)
}
.tw-bg-tealgray-200\/65 {
  background-color: rgb(200 228 228 / 0.65)
}
.tw-bg-tealgray-200\/70 {
  background-color: rgb(200 228 228 / 0.7)
}
.tw-bg-tealgray-200\/75 {
  background-color: rgb(200 228 228 / 0.75)
}
.tw-bg-tealgray-200\/80 {
  background-color: rgb(200 228 228 / 0.8)
}
.tw-bg-tealgray-200\/85 {
  background-color: rgb(200 228 228 / 0.85)
}
.tw-bg-tealgray-200\/90 {
  background-color: rgb(200 228 228 / 0.9)
}
.tw-bg-tealgray-200\/95 {
  background-color: rgb(200 228 228 / 0.95)
}
.tw-bg-tealgray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(160 218 218 / var(--tw-bg-opacity, 1))
}
.tw-bg-tealgray-300\/0 {
  background-color: rgb(160 218 218 / 0)
}
.tw-bg-tealgray-300\/10 {
  background-color: rgb(160 218 218 / 0.1)
}
.tw-bg-tealgray-300\/100 {
  background-color: rgb(160 218 218 / 1)
}
.tw-bg-tealgray-300\/15 {
  background-color: rgb(160 218 218 / 0.15)
}
.tw-bg-tealgray-300\/20 {
  background-color: rgb(160 218 218 / 0.2)
}
.tw-bg-tealgray-300\/25 {
  background-color: rgb(160 218 218 / 0.25)
}
.tw-bg-tealgray-300\/30 {
  background-color: rgb(160 218 218 / 0.3)
}
.tw-bg-tealgray-300\/35 {
  background-color: rgb(160 218 218 / 0.35)
}
.tw-bg-tealgray-300\/40 {
  background-color: rgb(160 218 218 / 0.4)
}
.tw-bg-tealgray-300\/45 {
  background-color: rgb(160 218 218 / 0.45)
}
.tw-bg-tealgray-300\/5 {
  background-color: rgb(160 218 218 / 0.05)
}
.tw-bg-tealgray-300\/50 {
  background-color: rgb(160 218 218 / 0.5)
}
.tw-bg-tealgray-300\/55 {
  background-color: rgb(160 218 218 / 0.55)
}
.tw-bg-tealgray-300\/60 {
  background-color: rgb(160 218 218 / 0.6)
}
.tw-bg-tealgray-300\/65 {
  background-color: rgb(160 218 218 / 0.65)
}
.tw-bg-tealgray-300\/70 {
  background-color: rgb(160 218 218 / 0.7)
}
.tw-bg-tealgray-300\/75 {
  background-color: rgb(160 218 218 / 0.75)
}
.tw-bg-tealgray-300\/80 {
  background-color: rgb(160 218 218 / 0.8)
}
.tw-bg-tealgray-300\/85 {
  background-color: rgb(160 218 218 / 0.85)
}
.tw-bg-tealgray-300\/90 {
  background-color: rgb(160 218 218 / 0.9)
}
.tw-bg-tealgray-300\/95 {
  background-color: rgb(160 218 218 / 0.95)
}
.tw-bg-tealgray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 213 213 / var(--tw-bg-opacity, 1))
}
.tw-bg-tealgray-400\/0 {
  background-color: rgb(114 213 213 / 0)
}
.tw-bg-tealgray-400\/10 {
  background-color: rgb(114 213 213 / 0.1)
}
.tw-bg-tealgray-400\/100 {
  background-color: rgb(114 213 213 / 1)
}
.tw-bg-tealgray-400\/15 {
  background-color: rgb(114 213 213 / 0.15)
}
.tw-bg-tealgray-400\/20 {
  background-color: rgb(114 213 213 / 0.2)
}
.tw-bg-tealgray-400\/25 {
  background-color: rgb(114 213 213 / 0.25)
}
.tw-bg-tealgray-400\/30 {
  background-color: rgb(114 213 213 / 0.3)
}
.tw-bg-tealgray-400\/35 {
  background-color: rgb(114 213 213 / 0.35)
}
.tw-bg-tealgray-400\/40 {
  background-color: rgb(114 213 213 / 0.4)
}
.tw-bg-tealgray-400\/45 {
  background-color: rgb(114 213 213 / 0.45)
}
.tw-bg-tealgray-400\/5 {
  background-color: rgb(114 213 213 / 0.05)
}
.tw-bg-tealgray-400\/50 {
  background-color: rgb(114 213 213 / 0.5)
}
.tw-bg-tealgray-400\/55 {
  background-color: rgb(114 213 213 / 0.55)
}
.tw-bg-tealgray-400\/60 {
  background-color: rgb(114 213 213 / 0.6)
}
.tw-bg-tealgray-400\/65 {
  background-color: rgb(114 213 213 / 0.65)
}
.tw-bg-tealgray-400\/70 {
  background-color: rgb(114 213 213 / 0.7)
}
.tw-bg-tealgray-400\/75 {
  background-color: rgb(114 213 213 / 0.75)
}
.tw-bg-tealgray-400\/80 {
  background-color: rgb(114 213 213 / 0.8)
}
.tw-bg-tealgray-400\/85 {
  background-color: rgb(114 213 213 / 0.85)
}
.tw-bg-tealgray-400\/90 {
  background-color: rgb(114 213 213 / 0.9)
}
.tw-bg-tealgray-400\/95 {
  background-color: rgb(114 213 213 / 0.95)
}
.tw-bg-tealgray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1))
}
.tw-bg-tealgray-50\/0 {
  background-color: rgb(250 250 250 / 0)
}
.tw-bg-tealgray-50\/10 {
  background-color: rgb(250 250 250 / 0.1)
}
.tw-bg-tealgray-50\/100 {
  background-color: rgb(250 250 250 / 1)
}
.tw-bg-tealgray-50\/15 {
  background-color: rgb(250 250 250 / 0.15)
}
.tw-bg-tealgray-50\/20 {
  background-color: rgb(250 250 250 / 0.2)
}
.tw-bg-tealgray-50\/25 {
  background-color: rgb(250 250 250 / 0.25)
}
.tw-bg-tealgray-50\/30 {
  background-color: rgb(250 250 250 / 0.3)
}
.tw-bg-tealgray-50\/35 {
  background-color: rgb(250 250 250 / 0.35)
}
.tw-bg-tealgray-50\/40 {
  background-color: rgb(250 250 250 / 0.4)
}
.tw-bg-tealgray-50\/45 {
  background-color: rgb(250 250 250 / 0.45)
}
.tw-bg-tealgray-50\/5 {
  background-color: rgb(250 250 250 / 0.05)
}
.tw-bg-tealgray-50\/50 {
  background-color: rgb(250 250 250 / 0.5)
}
.tw-bg-tealgray-50\/55 {
  background-color: rgb(250 250 250 / 0.55)
}
.tw-bg-tealgray-50\/60 {
  background-color: rgb(250 250 250 / 0.6)
}
.tw-bg-tealgray-50\/65 {
  background-color: rgb(250 250 250 / 0.65)
}
.tw-bg-tealgray-50\/70 {
  background-color: rgb(250 250 250 / 0.7)
}
.tw-bg-tealgray-50\/75 {
  background-color: rgb(250 250 250 / 0.75)
}
.tw-bg-tealgray-50\/80 {
  background-color: rgb(250 250 250 / 0.8)
}
.tw-bg-tealgray-50\/85 {
  background-color: rgb(250 250 250 / 0.85)
}
.tw-bg-tealgray-50\/90 {
  background-color: rgb(250 250 250 / 0.9)
}
.tw-bg-tealgray-50\/95 {
  background-color: rgb(250 250 250 / 0.95)
}
.tw-bg-transparent {
  background-color: transparent
}
.tw-bg-transparent-hover {
  background-color: var(--color-transparent-hover)
}
.tw-bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0)
}
.tw-bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1)
}
.tw-bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1)
}
.tw-bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15)
}
.tw-bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2)
}
.tw-bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25)
}
.tw-bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3)
}
.tw-bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35)
}
.tw-bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4)
}
.tw-bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45)
}
.tw-bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05)
}
.tw-bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5)
}
.tw-bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55)
}
.tw-bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6)
}
.tw-bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65)
}
.tw-bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7)
}
.tw-bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75)
}
.tw-bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8)
}
.tw-bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85)
}
.tw-bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9)
}
.tw-bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95)
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.tw-bg-white\/0 {
  background-color: rgb(255 255 255 / 0)
}
.tw-bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1)
}
.tw-bg-white\/100 {
  background-color: rgb(255 255 255 / 1)
}
.tw-bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15)
}
.tw-bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2)
}
.tw-bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25)
}
.tw-bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3)
}
.tw-bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35)
}
.tw-bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4)
}
.tw-bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45)
}
.tw-bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05)
}
.tw-bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5)
}
.tw-bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55)
}
.tw-bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6)
}
.tw-bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65)
}
.tw-bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7)
}
.tw-bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75)
}
.tw-bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8)
}
.tw-bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85)
}
.tw-bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9)
}
.tw-bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95)
}
.tw-bg-opacity-0 {
  --tw-bg-opacity: 0
}
.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1
}
.tw-bg-opacity-100 {
  --tw-bg-opacity: 1
}
.tw-bg-opacity-15 {
  --tw-bg-opacity: 0.15
}
.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2
}
.tw-bg-opacity-25 {
  --tw-bg-opacity: 0.25
}
.tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3
}
.tw-bg-opacity-35 {
  --tw-bg-opacity: 0.35
}
.tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4
}
.tw-bg-opacity-45 {
  --tw-bg-opacity: 0.45
}
.tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05
}
.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5
}
.tw-bg-opacity-55 {
  --tw-bg-opacity: 0.55
}
.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6
}
.tw-bg-opacity-65 {
  --tw-bg-opacity: 0.65
}
.tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7
}
.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75
}
.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8
}
.tw-bg-opacity-85 {
  --tw-bg-opacity: 0.85
}
.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9
}
.tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95
}
.tw-bg-\[linear-gradient\(90deg\,\#FDFFF5_0\%\,\#FFF7ED_100\%\)\] {
  background-image: linear-gradient(90deg,#FDFFF5 0%,#FFF7ED 100%)
}
.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}
.tw-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
}
.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}
.tw-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops))
}
.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}
.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}
.tw-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops))
}
.tw-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}
.tw-bg-none {
  background-image: none
}
.tw-bg-trial-icons {
  background-image: linear-gradient(180deg, #00C4C4 0%, #00C4C4 72.6%, rgba(0, 196, 196, 0) 96.79%)
}
.tw-from-\[\#FFF4D9\] {
  --tw-gradient-from: #FFF4D9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 244 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-from-accent {
  --tw-gradient-from: #FF792E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 121 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-from-blue-100 {
  --tw-gradient-from: #DBE8FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-from-orange-100 {
  --tw-gradient-from: #FFE2D1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 226 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-from-orange-100\/40 {
  --tw-gradient-from: rgb(255 226 209 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 226 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-from-primary {
  --tw-gradient-from: #00C4C4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 196 196 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-from-secondary {
  --tw-gradient-from: #2A6CE2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 108 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-from-teal-100 {
  --tw-gradient-from: #C8F2F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.tw-via-neutral-50 {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5 var(--tw-gradient-via-position), var(--tw-gradient-to)
}
.tw-to-\[\#FFE9C2\] {
  --tw-gradient-to: #FFE9C2 var(--tw-gradient-to-position)
}
.tw-to-neutral-100 {
  --tw-gradient-to: #DBDBDB var(--tw-gradient-to-position)
}
.tw-to-neutral-50 {
  --tw-gradient-to: #F5F5F5 var(--tw-gradient-to-position)
}
.tw-to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position)
}
.tw-bg-auto {
  background-size: auto
}
.tw-bg-contain {
  background-size: contain
}
.tw-bg-cover {
  background-size: cover
}
.tw-bg-fixed {
  background-attachment: fixed
}
.tw-bg-local {
  background-attachment: local
}
.tw-bg-scroll {
  background-attachment: scroll
}
.tw-bg-clip-border {
  background-clip: border-box
}
.tw-bg-clip-padding {
  background-clip: padding-box
}
.tw-bg-clip-content {
  background-clip: content-box
}
.tw-bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text
}
.tw-bg-bottom {
  background-position: bottom
}
.tw-bg-center {
  background-position: center
}
.tw-bg-left {
  background-position: left
}
.tw-bg-left-bottom {
  background-position: left bottom
}
.tw-bg-left-top {
  background-position: left top
}
.tw-bg-right {
  background-position: right
}
.tw-bg-right-bottom {
  background-position: right bottom
}
.tw-bg-right-top {
  background-position: right top
}
.tw-bg-top {
  background-position: top
}
.tw-bg-repeat {
  background-repeat: repeat
}
.tw-bg-no-repeat {
  background-repeat: no-repeat
}
.tw-bg-repeat-x {
  background-repeat: repeat-x
}
.tw-bg-repeat-y {
  background-repeat: repeat-y
}
.tw-bg-repeat-round {
  background-repeat: round
}
.tw-bg-repeat-space {
  background-repeat: space
}
.tw-bg-origin-border {
  background-origin: border-box
}
.tw-bg-origin-padding {
  background-origin: padding-box
}
.tw-bg-origin-content {
  background-origin: content-box
}
.tw-fill-teal-500 {
  fill: #00C4C4
}
.tw-stroke-\[\#292929\] {
  stroke: #292929
}
.tw-stroke-white {
  stroke: #fff
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain
}
.tw-p-0 {
  padding: 0px
}
.tw-p-0\.5 {
  padding: 0.125rem
}
.tw-p-1 {
  padding: 0.25rem
}
.tw-p-1\.5 {
  padding: 0.375rem
}
.tw-p-10 {
  padding: 2.5rem
}
.tw-p-12 {
  padding: 3rem
}
.tw-p-2 {
  padding: 0.5rem
}
.tw-p-2\.5 {
  padding: 0.625rem
}
.tw-p-3 {
  padding: 0.75rem
}
.tw-p-3\.5 {
  padding: 0.875rem
}
.tw-p-4 {
  padding: 1rem
}
.tw-p-5 {
  padding: 1.25rem
}
.tw-p-6 {
  padding: 1.5rem
}
.tw-p-7 {
  padding: 1.75rem
}
.tw-p-8 {
  padding: 2rem
}
.tw-p-\[2px\] {
  padding: 2px
}
.tw-p-\[6px\] {
  padding: 6px
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}
.tw-px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem
}
.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}
.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem
}
.tw-px-20 {
  padding-left: 5rem;
  padding-right: 5rem
}
.tw-px-24 {
  padding-left: 6rem;
  padding-right: 6rem
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}
.tw-px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem
}
.tw-px-36 {
  padding-left: 9rem;
  padding-right: 9rem
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}
.tw-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px
}
.tw-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px
}
.tw-px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px
}
.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px
}
.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}
.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}
.tw-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}
.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px
}
.tw-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px
}
.tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px
}
.tw-py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px
}
.tw-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px
}
.tw-pb-1 {
  padding-bottom: 0.25rem
}
.tw-pb-10 {
  padding-bottom: 2.5rem
}
.tw-pb-2 {
  padding-bottom: 0.5rem
}
.tw-pb-3 {
  padding-bottom: 0.75rem
}
.tw-pb-3\.5 {
  padding-bottom: 0.875rem
}
.tw-pb-4 {
  padding-bottom: 1rem
}
.tw-pb-5 {
  padding-bottom: 1.25rem
}
.tw-pb-6 {
  padding-bottom: 1.5rem
}
.tw-pb-8 {
  padding-bottom: 2rem
}
.tw-pb-\[4\%\] {
  padding-bottom: 4%
}
.tw-pl-1 {
  padding-left: 0.25rem
}
.tw-pl-3 {
  padding-left: 0.75rem
}
.tw-pl-3\.5 {
  padding-left: 0.875rem
}
.tw-pl-4 {
  padding-left: 1rem
}
.tw-pl-5 {
  padding-left: 1.25rem
}
.tw-pr-1 {
  padding-right: 0.25rem
}
.tw-pr-10 {
  padding-right: 2.5rem
}
.tw-pr-12 {
  padding-right: 3rem
}
.tw-pr-2\.5 {
  padding-right: 0.625rem
}
.tw-pr-3 {
  padding-right: 0.75rem
}
.tw-pr-3\.5 {
  padding-right: 0.875rem
}
.tw-pr-4 {
  padding-right: 1rem
}
.tw-pr-6 {
  padding-right: 1.5rem
}
.tw-pr-8 {
  padding-right: 2rem
}
.tw-pt-1 {
  padding-top: 0.25rem
}
.tw-pt-2 {
  padding-top: 0.5rem
}
.tw-pt-3 {
  padding-top: 0.75rem
}
.tw-pt-3\.5 {
  padding-top: 0.875rem
}
.tw-pt-4 {
  padding-top: 1rem
}
.tw-pt-5 {
  padding-top: 1.25rem
}
.tw-pt-6 {
  padding-top: 1.5rem
}
.tw-text-left {
  text-align: left
}
.tw-text-center {
  text-align: center
}
.tw-text-right {
  text-align: right
}
.tw-text-justify {
  text-align: justify
}
.tw-text-start {
  text-align: start
}
.tw-align-baseline {
  vertical-align: baseline
}
.tw-align-top {
  vertical-align: top
}
.tw-align-middle {
  vertical-align: middle
}
.tw-align-bottom {
  vertical-align: bottom
}
.tw-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
.tw-font-montserrat {
  font-family: Montserrat, serif
}
.tw-font-roboto-condensed {
  font-family: Roboto Condensed, sans-serif
}
.tw-font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}
.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}
.tw-text-\[10px\] {
  font-size: 10px
}
.tw-text-\[11px\] {
  font-size: 11px
}
.tw-text-\[12px\] {
  font-size: 12px
}
.tw-text-\[13px\] {
  font-size: 13px
}
.tw-text-\[14px\] {
  font-size: 14px
}
.tw-text-\[16px\] {
  font-size: 16px
}
.tw-text-\[18\.2px\] {
  font-size: 18.2px
}
.tw-text-\[18px\] {
  font-size: 18px
}
.tw-text-\[20px\] {
  font-size: 20px
}
.tw-text-\[24px\] {
  font-size: 24px
}
.tw-text-\[25px\] {
  font-size: 25px
}
.tw-text-\[36px\] {
  font-size: 36px
}
.tw-text-\[3vh\] {
  font-size: 3vh
}
.tw-text-\[40px\] {
  font-size: 40px
}
.tw-text-\[5vh\] {
  font-size: 5vh
}
.tw-text-\[8px\] {
  font-size: 8px
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}
.\!tw-font-semibold {
  font-weight: 600 !important
}
.tw-font-\[400\] {
  font-weight: 400
}
.tw-font-\[500\] {
  font-weight: 500
}
.tw-font-bold {
  font-weight: 700
}
.tw-font-extrabold {
  font-weight: 800
}
.tw-font-medium {
  font-weight: 500
}
.tw-font-normal {
  font-weight: 400
}
.tw-font-semibold {
  font-weight: 600
}
.tw-uppercase {
  text-transform: uppercase
}
.tw-capitalize {
  text-transform: capitalize
}
.tw-normal-case {
  text-transform: none
}
.tw-italic {
  font-style: italic
}
.tw-tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}
.tw-leading-4 {
  line-height: 1rem
}
.tw-leading-5 {
  line-height: 1.25rem
}
.tw-leading-6 {
  line-height: 1.5rem
}
.tw-leading-\[\.75rem\] {
  line-height: .75rem
}
.tw-leading-\[1\.25\] {
  line-height: 1.25
}
.tw-leading-\[1\.4\] {
  line-height: 1.4
}
.tw-leading-\[125\%\] {
  line-height: 125%
}
.tw-leading-\[150\%\] {
  line-height: 150%
}
.tw-leading-\[var\(--square-size\)\] {
  line-height: var(--square-size)
}
.tw-leading-none {
  line-height: 1
}
.tw-leading-normal {
  line-height: 1.5
}
.tw-leading-relaxed {
  line-height: 1.625
}
.tw-leading-snug {
  line-height: 1.375
}
.tw-leading-tight {
  line-height: 1.25
}
.tw-tracking-\[0\.004em\] {
  letter-spacing: 0.004em
}
.tw-tracking-\[0\.005em\] {
  letter-spacing: 0.005em
}
.tw-tracking-\[0\.0125\] {
  letter-spacing: 0.0125
}
.tw-tracking-\[0\.0125em\] {
  letter-spacing: 0.0125em
}
.tw-tracking-\[0\.01em\] {
  letter-spacing: 0.01em
}
.tw-tracking-\[0\.16em\] {
  letter-spacing: 0.16em
}
.tw-tracking-tight {
  letter-spacing: -0.025em
}
.tw-tracking-wide {
  letter-spacing: 0.025em
}
.tw-tracking-wider {
  letter-spacing: 0.05em
}
.tw-tracking-widest {
  letter-spacing: 0.1em
}
.\!tw-text-danger {
  --tw-text-opacity: 1 !important;
  color: rgb(219 25 25 / var(--tw-text-opacity, 1)) !important
}
.\!tw-text-neutral-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1)) !important
}
.\!tw-text-neutral-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1)) !important
}
.\!tw-text-success {
  --tw-text-opacity: 1 !important;
  color: rgb(90 143 0 / var(--tw-text-opacity, 1)) !important
}
.tw-text-\[\#00C4C4\] {
  --tw-text-opacity: 1;
  color: rgb(0 196 196 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#292929\] {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#292D32\] {
  --tw-text-opacity: 1;
  color: rgb(41 45 50 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#2A6CE2\] {
  --tw-text-opacity: 1;
  color: rgb(42 108 226 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#2D2D2D\] {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#2E7D32\] {
  --tw-text-opacity: 1;
  color: rgb(46 125 50 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#4B5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#5A8F00\] {
  --tw-text-opacity: 1;
  color: rgb(90 143 0 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#5C5C5C\] {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#6D4F03\] {
  --tw-text-opacity: 1;
  color: rgb(109 79 3 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#8B8B8B\] {
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#8F8F8F\] {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#C62828\] {
  --tw-text-opacity: 1;
  color: rgb(198 40 40 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#FFA222\] {
  --tw-text-opacity: 1;
  color: rgb(255 162 34 / var(--tw-text-opacity, 1))
}
.tw-text-accent {
  --tw-text-opacity: 1;
  color: rgb(255 121 46 / var(--tw-text-opacity, 1))
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}
.tw-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(42 108 226 / var(--tw-text-opacity, 1))
}
.tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(37 71 131 / var(--tw-text-opacity, 1))
}
.tw-text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(32 51 86 / var(--tw-text-opacity, 1))
}
.tw-text-danger {
  --tw-text-opacity: 1;
  color: rgb(219 25 25 / var(--tw-text-opacity, 1))
}
.tw-text-danger-600 {
  --tw-text-opacity: 1;
  color: rgb(210 62 0 / var(--tw-text-opacity, 1))
}
.tw-text-dt-text-action {
  --tw-text-opacity: 1;
  color: rgb(0 128 129 / var(--tw-text-opacity, 1))
}
.tw-text-dt-text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(128 131 141 / var(--tw-text-opacity, 1))
}
.tw-text-highlight-200 {
  --tw-text-opacity: 1;
  color: rgb(255 162 34 / var(--tw-text-opacity, 1))
}
.tw-text-light {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-12 {
  --tw-text-opacity: 1;
  color: rgb(28 32 36 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1))
}
.tw-text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity, 1))
}
.tw-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(255 121 46 / var(--tw-text-opacity, 1))
}
.tw-text-orange-550 {
  --tw-text-opacity: 1;
  color: rgb(240 140 0 / var(--tw-text-opacity, 1))
}
.tw-text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(126 59 22 / var(--tw-text-opacity, 1))
}
.tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 196 196 / var(--tw-text-opacity, 1))
}
.tw-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(42 108 226 / var(--tw-text-opacity, 1))
}
.tw-text-success {
  --tw-text-opacity: 1;
  color: rgb(90 143 0 / var(--tw-text-opacity, 1))
}
.tw-text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(45 169 97 / var(--tw-text-opacity, 1))
}
.tw-text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(0 196 196 / var(--tw-text-opacity, 1))
}
.tw-text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(7 136 136 / var(--tw-text-opacity, 1))
}
.tw-text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(9 83 83 / var(--tw-text-opacity, 1))
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.tw-text-opacity-80 {
  --tw-text-opacity: 0.8
}
.tw-underline {
  text-decoration-line: underline
}
.tw-line-through {
  text-decoration-line: line-through
}
.\!tw-no-underline {
  text-decoration-line: none !important
}
.tw-no-underline {
  text-decoration-line: none
}
.tw-decoration-primary {
  text-decoration-color: #00C4C4
}
.tw-decoration-secondary {
  text-decoration-color: #2A6CE2
}
.tw-decoration-2 {
  text-decoration-thickness: 2px
}
.tw-underline-offset-2 {
  text-underline-offset: 2px
}
.tw-underline-offset-4 {
  text-underline-offset: 4px
}
.tw-caret-teal-500 {
  caret-color: #00C4C4
}
.tw-opacity-0 {
  opacity: 0
}
.tw-opacity-100 {
  opacity: 1
}
.tw-opacity-30 {
  opacity: 0.3
}
.tw-opacity-40 {
  opacity: 0.4
}
.tw-opacity-50 {
  opacity: 0.5
}
.tw-opacity-60 {
  opacity: 0.6
}
.tw-opacity-80 {
  opacity: 0.8
}
.tw-bg-blend-normal {
  background-blend-mode: normal
}
.tw-bg-blend-multiply {
  background-blend-mode: multiply
}
.tw-bg-blend-screen {
  background-blend-mode: screen
}
.tw-bg-blend-overlay {
  background-blend-mode: overlay
}
.tw-bg-blend-darken {
  background-blend-mode: darken
}
.tw-bg-blend-lighten {
  background-blend-mode: lighten
}
.tw-bg-blend-color-dodge {
  background-blend-mode: color-dodge
}
.tw-bg-blend-color-burn {
  background-blend-mode: color-burn
}
.tw-bg-blend-hard-light {
  background-blend-mode: hard-light
}
.tw-bg-blend-soft-light {
  background-blend-mode: soft-light
}
.tw-bg-blend-difference {
  background-blend-mode: difference
}
.tw-bg-blend-exclusion {
  background-blend-mode: exclusion
}
.tw-bg-blend-hue {
  background-blend-mode: hue
}
.tw-bg-blend-saturation {
  background-blend-mode: saturation
}
.tw-bg-blend-color {
  background-blend-mode: color
}
.tw-bg-blend-luminosity {
  background-blend-mode: luminosity
}
.\!tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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)
}
.tw-shadow-\[0_0_0_2px_rgba\(20\,184\,166\,0\.20\)\] {
  --tw-shadow: 0 0 0 2px rgba(20,184,166,0.20);
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-\[0px_4px_8px_-2\.54592px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-shadow: 0px 4px 8px -2.54592px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 4px 8px -2.54592px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-border-bottom {
  --tw-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-button {
  --tw-shadow: -2px -2px 2px 0px #FFFFFF, -2px -4px 12px 0px #FFFFFF, 6px 6px 10px 0px #062E2B14, 2px 2px 4px 0px #062E2B3D;
  --tw-shadow-colored: -2px -2px 2px 0px var(--tw-shadow-color), -2px -4px 12px 0px var(--tw-shadow-color), 6px 6px 10px 0px var(--tw-shadow-color), 2px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-calendar {
  --tw-shadow: 0px 4px 8px -2px #0000001A;
  --tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-calendar-new {
  --tw-shadow: 0px 4px 8px -2.55px #00000014;
  --tw-shadow-colored: 0px 4px 8px -2.55px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-columns {
  --tw-shadow: 0px 8px 16px 0px #0000000A;
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-form {
  --tw-shadow: 0px 20px 32px -12px #00000026;
  --tw-shadow-colored: 0px 20px 32px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-icon {
  --tw-shadow: 2.4px 2.4px 4.8px 0px #0000001A;
  --tw-shadow-colored: 2.4px 2.4px 4.8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-icon-edit {
  --tw-shadow: 0px 4px 8px -2.55px #C8F2F2;
  --tw-shadow-colored: 0px 4px 8px -2.55px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-inner {
  --tw-shadow: 2px 2px 4px 0px #58668480 inset;
  --tw-shadow-colored: inset 2px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-inner-white {
  --tw-shadow: 2px 2px 4px 0px #58668480 inset, -2px -2px 4px 0px #FFFFFF inset;
  --tw-shadow-colored: inset 2px 2px 4px 0px var(--tw-shadow-color), inset -2px -2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-multi {
  --tw-shadow: -4px -4px 4px 0px #FFFFFF33, -4px -4px 10px 0px #FFFFFF, 6px 6px 16px 0px #09534D29;
  --tw-shadow-colored: -4px -4px 4px 0px var(--tw-shadow-color), -4px -4px 10px 0px var(--tw-shadow-color), 6px 6px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-neuomorphic-inset {
  --tw-shadow: 3px 3px 6px 0px rgba(0,0,0,0.1) inset, -3px -3px 6px 0px rgba(255,255,255,0.95) inset;
  --tw-shadow-colored: inset 3px 3px 6px 0px var(--tw-shadow-color), inset -3px -3px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-neuomorphic-raised {
  --tw-shadow: 6px 6px 12px -4px rgba(0,0,0,0.05), -3px -3px 6px 0px rgba(255,255,255,0.4);
  --tw-shadow-colored: 6px 6px 12px -4px var(--tw-shadow-color), -3px -3px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-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)
}
.tw-shadow-radio-icon {
  --tw-shadow: -2px -2px 12px 0px #FBFCFE, 2px 2px 4px 0px #0000001A;
  --tw-shadow-colored: -2px -2px 12px 0px var(--tw-shadow-color), 2px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-radio-inner {
  --tw-shadow: 1px 1px 2px 0px #58668480 inset, -1px -1px 2px 0px #FFFFFF inset;
  --tw-shadow-colored: inset 1px 1px 2px 0px var(--tw-shadow-color), inset -1px -1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-radio-lite {
  --tw-shadow: 1px 1px 2px 0px #58668480 inset;
  --tw-shadow-colored: inset 1px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-radio-outer {
  --tw-shadow: -1px -1px 6px 0px #FBFCFE, 1px 1px 2px 0px #58668480;
  --tw-shadow-colored: -1px -1px 6px 0px var(--tw-shadow-color), 1px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-shadow-top {
  --tw-shadow: 0px -8px 16px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px -8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(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)
}
.tw-shadow-square {
  --tw-shadow: 0px 0px 0px 1px #0000000A;
  --tw-shadow-colored: 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)
}
.tw-shadow-tips {
  --tw-shadow: 0px 8px 16px -12px #0000000A;
  --tw-shadow-colored: 0px 8px 16px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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)
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}
.tw-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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.tw-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)
}
.tw-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)
}
.tw-backdrop-blur-\[50px\] {
  --tw-backdrop-blur: blur(50px);
  -webkit-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-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)
}
.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}
.tw-transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}
.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}
.tw-duration-150 {
  transition-duration: 150ms
}
.tw-duration-200 {
  transition-duration: 200ms
}
.tw-duration-300 {
  transition-duration: 300ms
}
.tw-duration-500 {
  transition-duration: 500ms
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.\[animation-delay\:-0\.15s\] {
  animation-delay: -0.15s
}
.\[animation-delay\:-0\.3s\] {
  animation-delay: -0.3s
}

html,
body {
  font-family: Montserrat, serif
}

.placeholder\:tw-text-neutral-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1))
}

.placeholder\:tw-text-neutral-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1))
}

.before\:tw-absolute::before {
  content: var(--tw-content);
  position: absolute
}

.before\:-tw-inset-\[3px\]::before {
  content: var(--tw-content);
  inset: -3px
}

.before\:tw-inset-0::before {
  content: var(--tw-content);
  inset: 0px
}

.before\:tw-inset-\[2px\]::before {
  content: var(--tw-content);
  inset: 2px
}

.before\:-tw-inset-x-\[0\.1em\]::before {
  content: var(--tw-content);
  left: -0.1em;
  right: -0.1em
}

.before\:-tw-inset-y-\[0\.125rem\]::before {
  content: var(--tw-content);
  top: -0.125rem;
  bottom: -0.125rem
}

.before\:-tw-inset-y-\[0\.25rem\]::before {
  content: var(--tw-content);
  top: -0.25rem;
  bottom: -0.25rem
}

.before\:tw-block::before {
  content: var(--tw-content);
  display: block
}

.before\:tw-rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px
}

.before\:tw-rounded-md::before {
  content: var(--tw-content);
  border-radius: 0.375rem
}

.before\:tw-ring::before {
  content: var(--tw-content);
  --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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.before\:tw-ring-2::before {
  content: var(--tw-content);
  --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)
}

.before\:tw-ring-transparent::before {
  content: var(--tw-content);
  --tw-ring-color: transparent
}

.before\:tw-transition::before {
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.before\:tw-content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content)
}

.first\:tw-rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.last\:tw-border-0:last-child {
  border-width: 0px
}

.last\:tw-border-b-0:last-child {
  border-bottom-width: 0px
}

.checked\:before\:tw-mask-image-\[var\(--mask-image\)\]:checked::before {
  content: var(--tw-content);
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image)
}

.checked\:before\:tw-mask-position-\[center\]:checked::before {
  content: var(--tw-content);
  -webkit-mask-position: center;
  mask-position: center
}

.checked\:before\:tw-mask-repeat-\[no-repeat\]:checked::before {
  content: var(--tw-content);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}

.focus-within\:tw-border-danger:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(219 25 25 / var(--tw-border-opacity, 1))
}

.focus-within\:tw-border-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 196 196 / var(--tw-border-opacity, 1))
}

.hover\:tw--translate-y-\[1px\]:hover {
  --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))
}

.hover\:tw-rounded-\[3px\]:hover {
  border-radius: 3px
}

.hover\:tw-border-2:hover {
  border-width: 2px
}

.hover\:tw-border-solid:hover {
  border-style: solid
}

.hover\:tw-border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 121 46 / var(--tw-border-opacity, 1))
}

.hover\:tw-border-danger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 25 25 / var(--tw-border-opacity, 1))
}

.hover\:tw-border-neutral-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1))
}

.hover\:tw-border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 196 196 / var(--tw-border-opacity, 1))
}

.hover\:tw-border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 108 226 / var(--tw-border-opacity, 1))
}

.hover\:tw-bg-\[\#F7F7F7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-info-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-info-700) / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-neutral-50\/80:hover {
  background-color: rgb(245 245 245 / 0.8)
}

.hover\:tw-bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 196 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 136 136 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-tealgray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 244 244 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-transparent-hover:hover {
  background-color: var(--color-transparent-hover)
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-opacity-25:hover {
  --tw-bg-opacity: 0.25
}

.hover\:tw-bg-opacity-75:hover {
  --tw-bg-opacity: 0.75
}

.hover\:tw-text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(255 121 46 / var(--tw-text-opacity, 1))
}

.hover\:tw-text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 89 182 / var(--tw-text-opacity, 1))
}

.hover\:tw-text-danger\/80:hover {
  color: rgb(219 25 25 / 0.8)
}

.hover\:tw-text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity, 1))
}

.hover\:tw-text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 196 196 / var(--tw-text-opacity, 1))
}

.hover\:tw-text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 24 24 / var(--tw-text-opacity, 1))
}

.hover\:tw-underline:hover {
  text-decoration-line: underline
}

.hover\:tw-no-underline:hover {
  text-decoration-line: none
}

.hover\:tw-decoration-1:hover {
  text-decoration-thickness: 1px
}

.hover\:tw-shadow-hover:hover {
  --tw-shadow: -2px -2px 2px 0px #FFFFFF, 6px 6px 10px 0px #062E2B14;
  --tw-shadow-colored: -2px -2px 2px 0px var(--tw-shadow-color), 6px 6px 10px 0px 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\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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\:tw-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.checked\:hover\:tw-border:hover:checked {
  border-width: 1px
}

.focus\:tw-z-10:focus {
  z-index: 10
}

.focus\:tw-z-50:focus {
  z-index: 50
}

.focus\:tw-border-none:focus {
  border-style: none
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus\:tw-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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring-inset:focus {
  --tw-ring-inset: inset
}

.focus\:tw-ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 108 226 / var(--tw-ring-opacity, 1))
}

.focus\:tw-ring-teal-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(102 220 220 / var(--tw-ring-opacity, 1))
}

.focus\:tw-ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 196 196 / var(--tw-ring-opacity, 1))
}

.focus\:tw-ring-offset-2:focus {
  --tw-ring-offset-width: 2px
}

.focus-visible\:tw-z-10:focus-visible {
  z-index: 10
}

.focus-visible\:tw-ml-\[-1px\]:focus-visible {
  margin-left: -1px
}

.focus-visible\:tw-mr-\[-1px\]:focus-visible {
  margin-right: -1px
}

.focus-visible\:tw-border-l:focus-visible {
  border-left-width: 1px
}

.focus-visible\:tw-border-r:focus-visible {
  border-right-width: 1px
}

.focus-visible\:tw-underline:focus-visible {
  text-decoration-line: underline
}

.focus-visible\:tw-decoration-1:focus-visible {
  text-decoration-thickness: 1px
}

.focus-visible\:tw-outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus-visible\:tw-ring: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(3px + 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\:tw-ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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)
}

.focus-visible\:tw-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\:tw-ring-inset:focus-visible {
  --tw-ring-inset: inset
}

.focus-visible\:tw-ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px
}

.active\:tw-scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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\:tw-shadow-inner:active {
  --tw-shadow: 2px 2px 4px 0px #58668480 inset;
  --tw-shadow-colored: inset 2px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.active\:\!tw-ring-0:active {
  --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(0px + 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
}

.active\:\!tw-ring-offset-0:active {
  --tw-ring-offset-width: 0px !important
}

.disabled\:tw-cursor-auto:disabled {
  cursor: auto
}

.disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed
}

.disabled\:tw-border:disabled {
  border-width: 1px
}

.disabled\:tw-border-0:disabled {
  border-width: 0px
}

.disabled\:tw-bg-transparent:disabled {
  background-color: transparent
}

.disabled\:tw-bg-clip-padding:disabled {
  background-clip: padding-box
}

.disabled\:\!tw-text-danger\/60:disabled {
  color: rgb(219 25 25 / 0.6) !important
}

.disabled\:tw-no-underline:disabled {
  text-decoration-line: none
}

.disabled\:tw-opacity-100:disabled {
  opacity: 1
}

.disabled\:tw-opacity-60:disabled {
  opacity: 0.6
}

.disabled\:hover\:tw-border-transparent:hover:disabled {
  border-color: transparent
}

.disabled\:hover\:tw-bg-transparent:hover:disabled {
  background-color: transparent
}

.disabled\:hover\:\!tw-text-danger:hover:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(219 25 25 / var(--tw-text-opacity, 1)) !important
}

.tw-group:first-of-type .group-first-of-type\:tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.tw-group:first-of-type .group-first-of-type\:tw-border-l {
  border-left-width: 1px
}

.tw-group:last-of-type .group-last-of-type\:tw-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}

.tw-peer:focus ~ .peer-focus\:tw-z-10 {
  z-index: 10
}

.tw-peer:focus ~ .peer-focus\:tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.tw-peer:focus ~ .peer-focus\:tw-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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-peer:focus ~ .peer-focus\:tw-ring-offset-2 {
  --tw-ring-offset-width: 2px
}

@media (max-width: 389px) {
  .xxs\:tw-w-full {
    width: 100%
  }
  .xxs\:tw-p-0 {
    padding: 0px
  }
}

@media (max-width: 474px) {
  .xs\:tw-fixed {
    position: fixed
  }
  .xs\:tw-bottom-0 {
    bottom: 0px
  }
  .xs\:tw-left-0 {
    left: 0px
  }
  .xs\:tw-right-0 {
    right: 0px
  }
  .xs\:tw-right-2 {
    right: 0.5rem
  }
  .xs\:tw-top-0 {
    top: 0px
  }
  .xs\:tw-top-2 {
    top: 0.5rem
  }
  .xs\:tw-mt-4 {
    margin-top: 1rem
  }
  .xs\:tw-mt-6 {
    margin-top: 1.5rem
  }
  .xs\:tw-hidden {
    display: none
  }
  .xs\:tw-h-5 {
    height: 1.25rem
  }
  .xs\:tw-h-7 {
    height: 1.75rem
  }
  .xs\:tw-h-\[35\%\] {
    height: 35%
  }
  .xs\:tw-h-\[90\%\] {
    height: 90%
  }
  .xs\:tw-h-auto {
    height: auto
  }
  .xs\:tw-w-5 {
    width: 1.25rem
  }
  .xs\:tw-w-7 {
    width: 1.75rem
  }
  .xs\:tw-w-\[80\%\] {
    width: 80%
  }
  .xs\:tw-w-\[90\%\] {
    width: 90%
  }
  .xs\:tw-w-full {
    width: 100%
  }
  .xs\:tw-flex-none {
    flex: none
  }
  .xs\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .xs\:tw-flex-col {
    flex-direction: column
  }
  .xs\:tw-items-end {
    align-items: flex-end
  }
  .xs\:tw-items-center {
    align-items: center
  }
  .xs\:tw-justify-end {
    justify-content: flex-end
  }
  .xs\:tw-justify-center {
    justify-content: center
  }
  .xs\:tw-justify-around {
    justify-content: space-around
  }
  .xs\:tw-gap-0 {
    gap: 0px
  }
  .xs\:tw-gap-1 {
    gap: 0.25rem
  }
  .xs\:tw-gap-2 {
    gap: 0.5rem
  }
  .xs\:tw-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
  }
  .xs\:tw-p-0 {
    padding: 0px
  }
  .xs\:tw-p-2 {
    padding: 0.5rem
  }
  .xs\:tw-p-4 {
    padding: 1rem
  }
  .xs\:tw-p-6 {
    padding: 1.5rem
  }
  .xs\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px
  }
  .xs\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }
  .xs\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }
  .xs\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .xs\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .xs\:tw-pt-2 {
    padding-top: 0.5rem
  }
  .xs\:tw-text-center {
    text-align: center
  }
  .xs\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
  .xs\:tw-text-\[2vh\] {
    font-size: 2vh
  }
  .xs\:tw-text-\[3vh\] {
    font-size: 3vh
  }
  .xs\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
  .xs\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
  .xs\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
  .xs\:tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
  .xs\:tw-text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }
}

@media (max-width: 639px) {
  .sm\:tw-static {
    position: static
  }
  .sm\:tw-fixed {
    position: fixed
  }
  .sm\:tw-absolute {
    position: absolute
  }
  .sm\:tw-relative {
    position: relative
  }
  .sm\:tw-inset-0 {
    inset: 0px
  }
  .sm\:tw--left-24 {
    left: -6rem
  }
  .sm\:tw-left-0 {
    left: 0px
  }
  .sm\:tw-left-auto {
    left: auto
  }
  .sm\:tw-right-0 {
    right: 0px
  }
  .sm\:tw-right-2 {
    right: 0.5rem
  }
  .sm\:tw-right-20 {
    right: 5rem
  }
  .sm\:tw-right-8 {
    right: 2rem
  }
  .sm\:tw-top-0 {
    top: 0px
  }
  .sm\:tw-z-\[10\] {
    z-index: 10
  }
  .sm\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }
  .sm\:tw--ml-5 {
    margin-left: -1.25rem
  }
  .sm\:tw--ml-\[20px\] {
    margin-left: -20px
  }
  .sm\:tw--mt-12 {
    margin-top: -3rem
  }
  .sm\:tw--mt-\[65px\] {
    margin-top: -65px
  }
  .sm\:tw-mb-0 {
    margin-bottom: 0px
  }
  .sm\:tw-mb-1 {
    margin-bottom: 0.25rem
  }
  .sm\:tw-mb-1\.5 {
    margin-bottom: 0.375rem
  }
  .sm\:tw-mb-3 {
    margin-bottom: 0.75rem
  }
  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem
  }
  .sm\:tw-ml-0 {
    margin-left: 0px
  }
  .sm\:tw-ml-5 {
    margin-left: 1.25rem
  }
  .sm\:tw-mr-0 {
    margin-right: 0px
  }
  .sm\:tw-mr-1 {
    margin-right: 0.25rem
  }
  .sm\:tw-mt-0 {
    margin-top: 0px
  }
  .sm\:tw-mt-1 {
    margin-top: 0.25rem
  }
  .sm\:tw-mt-4 {
    margin-top: 1rem
  }
  .sm\:tw-mt-5 {
    margin-top: 1.25rem
  }
  .sm\:tw-mt-7 {
    margin-top: 1.75rem
  }
  .sm\:\!tw-block {
    display: block !important
  }
  .sm\:tw-block {
    display: block
  }
  .sm\:tw-flex {
    display: flex
  }
  .sm\:tw-hidden {
    display: none
  }
  .sm\:tw-h-\[100vh\] {
    height: 100vh
  }
  .sm\:tw-h-auto {
    height: auto
  }
  .sm\:tw-h-full {
    height: 100%
  }
  .sm\:tw-h-screen {
    height: 100vh
  }
  .sm\:tw-max-h-0 {
    max-height: 0px
  }
  .sm\:tw-max-h-96 {
    max-height: 24rem
  }
  .sm\:tw-min-h-screen {
    min-height: 100vh
  }
  .sm\:\!tw-w-full {
    width: 100% !important
  }
  .sm\:tw-w-0 {
    width: 0px
  }
  .sm\:tw-w-1\/2 {
    width: 50%
  }
  .sm\:tw-w-10\/12 {
    width: 83.333333%
  }
  .sm\:tw-w-\[100vw\] {
    width: 100vw
  }
  .sm\:tw-w-\[30\%\] {
    width: 30%
  }
  .sm\:tw-w-\[67px\] {
    width: 67px
  }
  .sm\:tw-w-auto {
    width: auto
  }
  .sm\:tw-w-fit {
    width: -moz-fit-content;
    width: fit-content
  }
  .sm\:tw-w-full {
    width: 100%
  }
  .sm\:tw-min-w-\[500px\] {
    min-width: 500px
  }
  .sm\:tw-min-w-full {
    min-width: 100%
  }
  .sm\:tw-flex-1 {
    flex: 1 1 0%
  }
  .sm\:tw-flex-auto {
    flex: 1 1 auto
  }
  .sm\:tw-grid-cols-\[minmax\(50px\2c 100px\)_1fr\] {
    grid-template-columns: minmax(50px,100px) 1fr
  }
  .sm\:tw-grid-cols-\[minmax\(50px\2c 100px\)_1fr_40px\] {
    grid-template-columns: minmax(50px,100px) 1fr 40px
  }
  .sm\:tw-flex-col {
    flex-direction: column
  }
  .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse
  }
  .sm\:tw-items-start {
    align-items: flex-start
  }
  .sm\:tw-items-center {
    align-items: center
  }
  .sm\:tw-justify-center {
    justify-content: center
  }
  .sm\:tw-justify-between {
    justify-content: space-between
  }
  .sm\:tw-gap-0 {
    gap: 0px
  }
  .sm\:tw-gap-2 {
    gap: 0.5rem
  }
  .sm\:tw-gap-5 {
    gap: 1.25rem
  }
  .sm\:tw-gap-6 {
    gap: 1.5rem
  }
  .sm\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem
  }
  .sm\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }
  .sm\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
  }
  .sm\:tw-self-end {
    align-self: flex-end
  }
  .sm\:tw-overflow-hidden {
    overflow: hidden
  }
  .sm\:tw-overflow-x-auto {
    overflow-x: auto
  }
  .sm\:tw-rounded-full {
    border-radius: 9999px
  }
  .sm\:tw-rounded-none {
    border-radius: 0px
  }
  .sm\:tw-rounded-xl {
    border-radius: 0.75rem
  }
  .sm\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem
  }
  .sm\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem
  }
  .sm\:tw-border-none {
    border-style: none
  }
  .sm\:tw-bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
  }
  .sm\:tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
  }
  .sm\:tw-p-0 {
    padding: 0px
  }
  .sm\:tw-p-2 {
    padding: 0.5rem
  }
  .sm\:tw-p-3 {
    padding: 0.75rem
  }
  .sm\:tw-p-4 {
    padding: 1rem
  }
  .sm\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }
  .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .sm\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .sm\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .sm\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }
  .sm\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }
  .sm\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .sm\:tw-pb-5 {
    padding-bottom: 1.25rem
  }
  .sm\:tw-text-left {
    text-align: left
  }
  .sm\:tw-text-right {
    text-align: right
  }
  .sm\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
  .sm\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
  .sm\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
  .sm\:tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
  .sm\:tw-font-normal {
    font-weight: 400
  }
  .sm\:tw-leading-4 {
    line-height: 1rem
  }
  .sm\:tw-opacity-0 {
    opacity: 0
  }
  .sm\:tw-opacity-100 {
    opacity: 1
  }
  .sm\:tw-shadow-button {
    --tw-shadow: -2px -2px 2px 0px #FFFFFF, -2px -4px 12px 0px #FFFFFF, 6px 6px 10px 0px #062E2B14, 2px 2px 4px 0px #062E2B3D;
    --tw-shadow-colored: -2px -2px 2px 0px var(--tw-shadow-color), -2px -4px 12px 0px var(--tw-shadow-color), 6px 6px 10px 0px var(--tw-shadow-color), 2px 2px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

@media (max-width: 767px) {
  .md\:tw-relative {
    position: relative
  }
  .md\:tw-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }
  .md\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }
  .md\:tw-mb-\[88px\] {
    margin-bottom: 88px
  }
  .md\:tw-ml-0 {
    margin-left: 0px
  }
  .md\:tw-ml-2 {
    margin-left: 0.5rem
  }
  .md\:tw-mt-6 {
    margin-top: 1.5rem
  }
  .md\:tw-flex {
    display: flex
  }
  .md\:tw-hidden {
    display: none
  }
  .md\:tw-h-10 {
    height: 2.5rem
  }
  .md\:tw-h-4 {
    height: 1rem
  }
  .md\:tw-h-5 {
    height: 1.25rem
  }
  .md\:tw-h-auto {
    height: auto
  }
  .md\:tw-h-full {
    height: 100%
  }
  .md\:tw-w-4 {
    width: 1rem
  }
  .md\:tw-w-\[90\%\] {
    width: 90%
  }
  .md\:tw-w-full {
    width: 100%
  }
  .md\:tw-min-w-\[100px\] {
    min-width: 100px
  }
  .md\:tw-min-w-\[106px\] {
    min-width: 106px
  }
  .md\:tw-min-w-\[300px\] {
    min-width: 300px
  }
  .md\:tw-max-w-48 {
    max-width: 12rem
  }
  .md\:tw-max-w-full {
    max-width: 100%
  }
  .md\:tw-cursor-pointer {
    cursor: pointer
  }
  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .md\:tw-flex-row {
    flex-direction: row
  }
  .md\:tw-flex-row-reverse {
    flex-direction: row-reverse
  }
  .md\:tw-flex-col {
    flex-direction: column
  }
  .md\:tw-items-center {
    align-items: center
  }
  .md\:tw-items-stretch {
    align-items: stretch
  }
  .md\:tw-justify-center {
    justify-content: center
  }
  .md\:tw-justify-between {
    justify-content: space-between
  }
  .md\:tw-gap-4 {
    gap: 1rem
  }
  .md\:tw-gap-6 {
    gap: 1.5rem
  }
  .md\:tw-whitespace-nowrap {
    white-space: nowrap
  }
  .md\:tw-rounded-lg {
    border-radius: 0.5rem
  }
  .md\:tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
  }
  .md\:tw-p-4 {
    padding: 1rem
  }
  .md\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .md\:tw-pt-0 {
    padding-top: 0px
  }
  .md\:tw-pt-4 {
    padding-top: 1rem
  }
  .md\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
  .md\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
  .md\:tw-text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }
  .md\:tw-bg-blend-hard-light {
    background-blend-mode: hard-light
  }
  .md\:tw-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)
  }
}

@media (max-width: 835px) {
  .tb\:tw-col-span-1 {
    grid-column: span 1 / span 1
  }
  .tb\:tw-flex {
    display: flex
  }
  .tb\:tw-hidden {
    display: none
  }
  .tb\:tw-w-full {
    width: 100%
  }
  .tb\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .tb\:tw-flex-col {
    flex-direction: column
  }
  .tb\:tw-flex-col-reverse {
    flex-direction: column-reverse
  }
  .tb\:tw-gap-2 {
    gap: 0.5rem
  }
  .tb\:tw-gap-3 {
    gap: 0.75rem
  }
  .tb\:tw-rounded-3xl {
    border-radius: 1.5rem
  }
}

@media (max-width: 1024px) {
  .lg\:tw-flex {
    display: flex
  }
  .lg\:tw-hidden {
    display: none
  }
  .lg\:tw-h-20 {
    height: 5rem
  }
  .lg\:tw-h-\[80\%\] {
    height: 80%
  }
  .lg\:tw-w-75vw {
    width: 75vw
  }
  .lg\:tw-w-full {
    width: 100%
  }
  .lg\:tw-flex-col {
    flex-direction: column
  }
  .lg\:tw-justify-center {
    justify-content: center
  }
  .lg\:tw-gap-2 {
    gap: 0.5rem
  }
  .lg\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

@media (max-width: 1279px) {
  .xl\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .xl\:tw-flex-col {
    flex-direction: column
  }
}

@media (min-width: 640px) {
  .min-sm\:tw-hidden {
    display: none
  }
}

.\[\&\>\:not\(\.bwi\)\]\:hover\:tw-underline:hover>:not(.bwi) {
  text-decoration-line: underline
}

.\[\&\>\[bitBadge\]\]\:tw-relative>[bitBadge] {
  position: relative
}

.\[\&\>\[bitBadge\]\]\:tw--top-px>[bitBadge] {
  top: -1px
}

.\[\&\>label\:hover\]\:tw-border-2>label:hover {
  border-width: 2px
}

.\[\&\>label\]\:tw-border-2>label {
  border-width: 2px
}

.\[\&_label\]\:tw-mb-1 label {
  margin-bottom: 0.25rem
}

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/tooltips/help-tooltip/help-tooltip.component.scss ***!
  \***************************************************************************************************************************************************************************************************/
.help-tooltip {
  position: absolute;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1019607843);
  z-index: 1000;
  min-width: 340px;
  width: 100%;
  top: 50%;
  max-width: 500px;
}
.help-tooltip.middle-modal {
  overflow-y: hidden;
}
.help-tooltip .help-inner-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.help-tooltip .help-inner-scroll .tooltip-pointer {
  z-index: 10001;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
}
.help-tooltip .tooltip-information {
  padding: 30px 30px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.004em;
}
.help-tooltip .tooltip-information.middle-modal {
  color: #a8a8a8;
  font-size: 14px;
  gap: 8px;
}
.help-tooltip .tooltip-information .help-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 12px;
}
.help-tooltip .tooltip-information .dashboard-help {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 18.9px;
}
.help-tooltip .tooltip-information .dashboard-help .help-heading {
  display: grid;
  font-size: 12px;
  width: 208px;
  height: 32px;
  border-radius: 6.98px;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
  margin: 12px 0;
}
.help-tooltip .tooltip-information .dashboard-help.selected-dashboard {
  color: #292929;
}
.help-tooltip .tooltip-information .dashboard-help.selected-dashboard .help-heading {
  background-color: #f0f0f0;
}

.help-tooltip-mobile {
  border-radius: 12px 12px 0 0;
  max-width: 500px;
  width: 100vw;
  max-height: 100vh;
  top: auto;
  bottom: 0;
  overflow-y: auto;
}

ul.navbar-nav.flex-row.ml-md-auto.d-none.d-md-flex.nav-avatar {
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 8px;
}

.active * {
  text-decoration: underline;
}

.section-info-text {
  padding: 0;
  margin: 0;
  text-align: left;
}

p.section-info-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.005em;
  color: #8f8f8f;
  text-align: justify;
}

.stand-out-color {
  color: #292929;
  font-weight: bold;
}

.paragraph-start {
  display: inline-block;
  text-indent: 20px;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/scss/bank-icons.scss ***!
  \*******************************************************************************************************************************************************/
.bank {
  background-image: url(../images/banks.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: auto 100%;
}

.icon {
  width: 48px;
  height: 48px;
}

.cba {
  background-position: -0px;
}

.nab {
  background-position: -48px;
}

.anzb {
  background-position: -96px;
}

.wpc {
  background-position: -144px;
}

.jpm {
  background-position: -192px;
}

.wfo {
  background-position: -240px;
}

.ctg {
  background-position: -288px;
}

.boa {
  background-position: -336px;
}

.hsbc {
  background-position: -384px;
}

.scb {
  background-position: -432px;
}

.boc {
  background-position: -480px;
}

.position-0 {
  left: 0px;
}

.position-1 {
  left: 35px;
}

.position-2 {
  left: 70px;
}

.position-3 {
  left: 105px;
}

.position-4 {
  left: 140px;
}

.position-5 {
  left: 175px;
}

.position-6 {
  left: 210px;
}

.position-7 {
  left: 245px;
}

.position-8 {
  left: 280px;
}

.position-9 {
  left: 315px;
}

.position-10 {
  left: 350px;
}

@media (max-width: 767px) {
  .icon {
    width: 32px;
    height: 32px;
  }
  .cba {
    background-position: -0px;
  }
  .nab {
    background-position: -32px;
  }
  .anzb {
    background-position: -64px;
  }
  .wpc {
    background-position: -96px;
  }
  .jpm {
    background-position: -128px;
  }
  .wfo {
    background-position: -160px;
  }
  .ctg {
    background-position: -192px;
  }
  .boa {
    background-position: -224px;
  }
  .hsbc {
    background-position: -256px;
  }
  .scb {
    background-position: -288px;
  }
  .boc {
    background-position: -320px;
  }
  .position-0 {
    left: 0px;
  }
  .position-1 {
    left: 22px;
  }
  .position-2 {
    left: 44px;
  }
  .position-3 {
    left: 66px;
  }
  .position-4 {
    left: 88px;
  }
  .position-5 {
    left: 110px;
  }
  .position-6 {
    left: 132px;
  }
  .position-7 {
    left: 154px;
  }
  .position-8 {
    left: 176px;
  }
  .position-9 {
    left: 198px;
  }
  .position-10 {
    left: 220px;
  }
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/inputs/gloss-input/gloss-input.component.styles.scss ***!
  \******************************************************************************************************************************************************************************************************/
.autocomplete-container {
  display: flex;
  flex-direction: column;
}
.autocomplete-container label {
  margin-left: 3px;
  margin-bottom: 2px;
}
.autocomplete-container .autocomplete-form-field input[readonly] {
  cursor: default;
}
.autocomplete-container .autocomplete-form-field .autocomplete-input {
  padding-left: 1.5rem;
}
.autocomplete-container .autocomplete-form-field .mat-mdc-form-field-underline,
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-form-field-underline {
  display: none;
}
.autocomplete-container .autocomplete-form-field .mat-mdc-text-field-wrapper,
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-text-field-wrapper {
  padding: 0;
  position: inherit;
  width: 100%;
}
.autocomplete-container .autocomplete-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex,
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  border-radius: 8px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1.5px solid #ffffff;
  box-shadow: 2px 2px 4px 0 rgba(88, 102, 132, 0.5019607843) inset;
}
.autocomplete-container .autocomplete-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix,
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  display: flex;
}
.autocomplete-container .autocomplete-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex:hover, .autocomplete-container .autocomplete-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex:focus-within, .autocomplete-container .autocomplete-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex:focus-visible,
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex:hover,
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex:focus-within,
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex:focus-visible {
  border: 1.5px solid var(--Color-Teal-Teal-500, #00c4c4);
  box-shadow: 2px 2px 4px 0px rgba(88, 102, 132, 0.5) inset;
}
.autocomplete-container .autocomplete-form-field .mat-mdc-form-field-flex {
  height: 50px;
  padding: 0 1.5rem 0 0;
}
.autocomplete-container .autocomplete-form-field-textarea .mat-mdc-form-field-flex {
  padding: 15px 0 0 20px;
}
.autocomplete-container .mat-datepicker-toggle {
  color: #00c4c4;
}

.mat-mdc-form-field-icon-suffix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}

.mat-mdc-form-field.mat-form-field-disabled .mat-form-field-flex {
  border: none !important;
  box-shadow: none !important;
}

.mat-mdc-autocomplete-panel,
.mat-mdc-select-panel {
  background: #ffffff !important;
  padding: 4px !important;
}

.mdc-text-field--filled {
  --mdc-filled-text-field-active-indicator-height: 0px !important;
}

.mat-pseudo-checkbox {
  width: 0 !important;
  height: 0 !important;
}

.mat-form-field-disabled .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  border: none !important;
  box-shadow: none !important;
}

.mat-form-field-error .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  border: 1.5px solid #db1919 !important;
  box-shadow: none;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/spinner/spinner.component.scss ***!
  \********************************************************************************************************************************************************************************/
.gloss-spinner {
  color: #00c4c4;
}

.gloss-spinner,
.gloss-spinner div,
.gloss-spinner div:after {
  box-sizing: border-box;
}

.gloss-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.gloss-spinner div {
  transform-origin: 40px 40px;
  animation: gloss-spinner 1s linear infinite;
}
.gloss-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2.2px;
  left: 38px;
  width: 4px;
  height: 22px;
  border-radius: 50px;
  background: currentColor;
}

.gloss-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1s;
}

.gloss-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.875s;
}

.gloss-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.75s;
}

.gloss-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.625s;
}

.gloss-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.gloss-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.375s;
}

.gloss-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.25s;
}

.gloss-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: -0.125s;
}

@keyframes gloss-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/select-plugin/select-plugin.component.scss ***!
  \********************************************************************************************************************************************************************************************/
.container {
  position: relative;
  width: 100%;
  align-items: center;
  height: 40rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--primary-color);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  transform-origin: left;
  transition: transform 500ms ease;
}
.badge:not(.visible) {
  transform: scaleX(0);
}

.dropdown {
  display: flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  background-color: var(--neutral-bg);
  border: 1px solid transparent;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transform-origin: right;
  transition: transform 500ms ease;
}
.dropdown:not(.visible) {
  pointer-events: none;
  position: absolute;
  transform: scaleX(0);
}
.dropdown:not(.visible) .arrow-icon {
  transform: scale(0.5);
}
.dropdown.enabled:not(.expanded):hover {
  border-color: var(--primary-color);
}
.dropdown.disabled {
  box-shadow: none;
}
.dropdown.expanded {
  border-color: var(--primary-color);
}
.dropdown.expanded .arrow-icon {
  transform: rotate(180deg);
}
.dropdown .arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: all 300ms ease-in-out;
}

.dropdown-item.selected {
  background-color: var(--primary-color);
  color: white;
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/loading-overlay/loading-overlay.component.scss ***!
  \************************************************************************************************************************************************************************************************/
.no-progress-loader {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(#508af2 0 0), linear-gradient(#508af2 0 0), linear-gradient(#508af2 0 0), linear-gradient(#508af2 0 0), linear-gradient(#66dcdc 0 0), linear-gradient(#66dcdc 0 0), linear-gradient(#66dcdc 0 0), linear-gradient(#66dcdc 0 0), #508af2;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0% {
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  12.5% {
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 51% 51%;
  }
  25% {
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 51% 51%, 51% 51%;
  }
  37.5% {
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 51% 51%, 51% 51%, 51% 51%;
  }
  50% {
    background-size: 0 0, 0 0, 0 0, 0 0, 51% 51%, 51% 51%, 51% 51%, 51% 51%;
  }
  62.5% {
    background-size: 0 0, 0 0, 0 0, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%;
  }
  75% {
    background-size: 0 0, 0 0, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%;
  }
  87.5% {
    background-size: 0 0, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%;
  }
  100% {
    background-size: 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%, 51% 51%;
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/tabs-wrapper/tabs-wrapper.component.scss ***!
  \******************************************************************************************************************************************************************************************/
.tab-border-bottom {
  border-bottom: 2px solid #dbdbdb;
}

.tab-style {
  border: 2px solid #dbdbdb;
  border-bottom: none;
}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/gloss/cabinet/edit-cabinet/edit-cabinet.component.scss ***!
  \*********************************************************************************************************************************************************************************************/
.edit-file-dialog {
  max-width: 100vw !important;
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/scenario-difference-message/scenario-difference-message.component.style.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
.scenario-difference-dialog .desktop-mat-dialog-container {
  height: 60vw;
  max-height: 570px;
}
.scenario-difference-dialog .mobile-mat-dialog-container {
  height: auto;
  max-height: 100%;
}
.scenario-difference-dialog .mat-mdc-dialog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  width: 80vw;
  max-width: 744px;
  background: #ffffff;
  border-radius: 12px;
  margin: auto;
}
.scenario-difference-dialog .mat-mdc-dialog-container .mat-mdc-dialog-inner-container {
  width: 100%;
}
.scenario-difference-dialog .mat-mdc-dialog-container h1 .exclamation-mark {
  color: white;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/animation/number-roll-up-wrapper/number-roll-up-wrapper.component.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.number {
  --font-size: 70px;
  position: relative;
  display: flex;
  overflow: hidden;
  height: var(--font-size);
}
.number > span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  line-height: var(--font-size);
  transition: all 1s ease;
}
.number > span.visible {
  position: static;
  opacity: 1;
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/gloss/views/views.component.scss ***!
  \***********************************************************************************************************************************************************************/
.tab-active {
  position: relative;
  background-color: var(--tab-bg-color, #f5f5f5);
}
.tab-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -12px;
  width: 12px;
  height: 12px;
  background: transparent;
  border-bottom-right-radius: 22px;
  box-shadow: 12px 12px 0 12px var(--tab-bg-color, #f5f5f5);
}
.tab-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12px;
  width: 12px;
  height: 12px;
  background: transparent;
  border-bottom-left-radius: 12px;
  box-shadow: -12px 12px 0 12px var(--tab-bg-color, #f5f5f5);
}

.tab-active-first::before {
  display: none;
}

.filter-connect-first,
.filter-connect-middle,
.filter-connect-last {
  position: relative;
}
.filter-connect-first::before,
.filter-connect-middle::before,
.filter-connect-last::before {
  content: "";
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  z-index: 1;
}

.filter-connect-first {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.filter-connect-middle,
.filter-connect-last {
  border-radius: 0.75rem;
}

.filter-connect-first::before {
  left: 179px;
  border-top-left-radius: 12px;
}

.filter-connect-middle::before {
  left: 359px;
  border-top-left-radius: 12px;
}

.filter-connect-last::before {
  right: 179px;
  border-top-right-radius: 12px;
  left: auto;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/gloss/views/views-control/views-customize/views-customize.component.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.filter-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.filter-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2px;
}

.filter-scrollbar::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.filter-scrollbar {
  scrollbar-width: none;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/date-picker/calendar/calendar.component.scss ***!
  \**********************************************************************************************************************************************************************************************/
.mat-calendar {
  background: white;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  left: 30px;
  position: relative;
  top: 15px;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0) !important;
}

.mat-calendar-body-cell-content {
  border-radius: 8px !important;
}

.mat-calendar-body-selected.mat-calendar-body-today {
  background: #c8f2f2 !important;
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: #508af2 !important;
  }
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: #f5f5f5;
}

.mat-calendar-body-cell-content::before {
  margin: 0 !important;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #dbdbdb !important;
}

.past .mat-calendar,
.future .mat-calendar {
  position: relative;
  left: 0;
  top: 0;
}

.past .mat-calendar-body-selected {
  background: #ff792e !important;
}
.past .mat-calendar-body-in-range::before {
  background: #ffe2d1 !important;
}

.future .mat-calendar-body-selected {
  background: #2a6ce2 !important;
}
.future .mat-calendar-body-in-range::before {
  background: #dbe8ff !important;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/charts/balance-chart/balance-chart.component.scss ***!
  \***************************************************************************************************************************************************************************************************/
.balance-line-chart .y-axis line,
.balance-line-chart .y-axis path,
.balance-line-chart .x-axis line,
.balance-line-chart .x-axis path {
  fill: none;
  stroke: none;
}
.balance-line-chart .y-axis text,
.balance-line-chart .x-axis text {
  color: #424242;
}
.balance-line-chart .closing-point {
  fill: #b34d14;
  stroke: #ffffff;
  stroke-width: 3px !important;
}
.balance-line-chart .closing-point.selected-point {
  fill: #ff792e;
  stroke: #ffe2d1;
}
.balance-line-chart .closing-point.default-point {
  fill: #b34d14;
  stroke: #ffe2d1;
}
.balance-line-chart .opening-point {
  fill: #ffffff;
  stroke: #b34d14;
  stroke-width: 3px !important;
}
.balance-line-chart .opening-point.selected-point {
  fill: #ff792e;
}
.balance-line-chart .marker-line {
  stroke: #ffe2d1;
}
.balance-line-chart .marker-line.pinned-line {
  stroke: #ff792e;
}
.balance-line-chart .marker-line.default-line {
  stroke-dasharray: 7;
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/charts/scenario-chart/scenario-chart.component.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.scenario-line-chart .y-axis line,
.scenario-line-chart .y-axis path,
.scenario-line-chart .x-axis line,
.scenario-line-chart .x-axis path {
  fill: none;
  stroke: none;
}
.scenario-line-chart .y-axis text,
.scenario-line-chart .x-axis text {
  color: #424242;
}
.scenario-line-chart .balance-line {
  stroke-width: 3px !important;
  stroke-dasharray: 7 !important;
}
.scenario-line-chart .balance-line.path-0 {
  stroke: rgba(32, 51, 86, 0.2);
}
.scenario-line-chart .balance-line.path-0.selected-path {
  stroke: rgb(32, 51, 86);
}
.scenario-line-chart .balance-line.path-1 {
  stroke: rgba(37, 71, 131, 0.4);
}
.scenario-line-chart .balance-line.path-1.selected-path {
  stroke: rgb(37, 71, 131);
}
.scenario-line-chart .balance-line.path-2 {
  stroke: rgba(42, 108, 226, 0.4);
}
.scenario-line-chart .balance-line.path-2.selected-path {
  stroke: rgb(42, 108, 226);
}
.scenario-line-chart .balance-points {
  z-index: 10;
}
.scenario-line-chart .balance-points.path-0.closing-point {
  fill: rgba(32, 51, 86, 0.2);
  stroke: #ffffff;
  stroke-width: 3px !important;
}
.scenario-line-chart .balance-points.path-0.closing-point.selected-path {
  fill: rgb(32, 51, 86);
}
.scenario-line-chart .balance-points.path-0.closing-point.selected-point {
  fill: rgb(32, 51, 86);
  stroke: rgba(32, 51, 86, 0.2);
  stroke-width: 7px !important;
}
.scenario-line-chart .balance-points.path-0.opening-point {
  fill: #ffffff;
  stroke: rgba(32, 51, 86, 0.2);
  stroke-width: 3px !important;
}
.scenario-line-chart .balance-points.path-0.opening-point.selected-path {
  stroke: rgb(32, 51, 86);
}
.scenario-line-chart .balance-points.path-0.opening-point.selected-point {
  stroke: rgb(32, 51, 86);
  fill: rgba(32, 51, 86, 0.2);
}
.scenario-line-chart .balance-points.path-1.closing-point {
  fill: rgba(37, 71, 131, 0.2);
  stroke: #ffffff;
  stroke-width: 3px !important;
}
.scenario-line-chart .balance-points.path-1.closing-point.selected-path {
  fill: rgb(37, 71, 131);
}
.scenario-line-chart .balance-points.path-1.closing-point.selected-point {
  fill: rgb(37, 71, 131);
  stroke: rgba(37, 71, 131, 0.2);
  stroke-width: 7px !important;
}
.scenario-line-chart .balance-points.path-1.opening-point {
  fill: #ffffff;
  stroke: rgba(37, 71, 131, 0.2);
  stroke-width: 3px !important;
}
.scenario-line-chart .balance-points.path-1.opening-point.selected-path {
  stroke: rgb(37, 71, 131);
}
.scenario-line-chart .balance-points.path-1.opening-point.selected-point {
  stroke: rgb(37, 71, 131);
  fill: rgba(37, 71, 131, 0.2);
}
.scenario-line-chart .balance-points.path-2.closing-point {
  fill: rgba(42, 108, 226, 0.2);
  stroke: #ffffff;
  stroke-width: 3px !important;
}
.scenario-line-chart .balance-points.path-2.closing-point.selected-path {
  fill: rgb(42, 108, 226);
}
.scenario-line-chart .balance-points.path-2.closing-point.selected-point {
  fill: rgb(42, 108, 226);
  stroke: rgba(42, 108, 226, 0.2);
  stroke-width: 7px !important;
}
.scenario-line-chart .balance-points.path-2.opening-point {
  fill: #ffffff;
  stroke: rgba(42, 108, 226, 0.2);
  stroke-width: 3px !important;
}
.scenario-line-chart .balance-points.path-2.opening-point.selected-path {
  stroke: rgb(42, 108, 226);
}
.scenario-line-chart .balance-points.path-2.opening-point.selected-point {
  stroke: rgb(42, 108, 226);
  fill: rgba(42, 108, 226, 0.2);
}
.scenario-line-chart .marker-line {
  stroke: rgb(219, 232, 255);
}
.scenario-line-chart .marker-line.pinned-line.path-0 {
  stroke: rgb(32, 51, 86);
}
.scenario-line-chart .marker-line.pinned-line.path-1 {
  stroke: rgb(37, 71, 131);
}
.scenario-line-chart .marker-line.pinned-line.path-2 {
  stroke: rgb(42, 108, 226);
}
.scenario-line-chart .marker-line.default-line {
  stroke-dasharray: 7;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/charts/bubble-chart/bubble-chart.component.scss ***!
  \*************************************************************************************************************************************************************************************************/
.bubble-chart circle {
  opacity: 0.85;
}
.bubble-chart .title {
  fill: #808080;
  font-size: 13px;
}
.bubble-chart .subtitle {
  cursor: default;
}
.bubble-chart .tooltips {
  fill: #ffffff;
  stroke: #dbdbdb;
  stroke-width: 0.5;
  filter: url(#shadow);
}
.bubble-chart .tooltips-title {
  font-size: 10px;
  fill: #5c5c5c;
}
.bubble-chart .tooltips-text {
  font-size: 12px;
  fill: #292929;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/meter/meter.component.scss ***!
  \****************************************************************************************************************************************************************************/
:host {
  display: block;
  width: 100%;
}

meter {
  border-radius: 12px;
  -webkit-appearance: none; /* Reset appearance */
  width: 100%;
}
meter::-webkit-meter-bar {
  background: #f5f5f5 none;
  border-radius: 12px;
}

meter.meter-primary::-webkit-meter-optimum-value {
  background: #00c4c4 none;
  border-radius: 12px;
}

meter.meter-orange::-webkit-meter-optimum-value {
  background: #ffa222 none;
}

meter.meter-danger::-webkit-meter-optimum-value {
  background: #d23e00 none;
}

@-moz-document url-prefix() {
  meter {
    height: 8px;
    -moz-appearance: none;
    background: #f5f5f5 none;
  }
  meter.meter-primary::-moz-meter-bar {
    background: #00c4c4;
    border-radius: 12px;
  }
  meter.meter-orange::-moz-meter-bar {
    background: #ffa222;
  }
  meter.meter-danger::-moz-meter-bar {
    background: #d23e00;
  }
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/app/components/charts/contribution-graph/contribution-graph.component.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.graph {
  display: grid;
  grid-template-areas: "empty months" "days squares";
}

.months {
  grid-area: months;
  display: grid;
}

.days {
  grid-area: days;
  display: grid;
  grid-template-rows: repeat(7, var(--square-size));
}

.days li:nth-child(even) {
  visibility: hidden;
}

.squares {
  grid-area: squares;
  display: grid;
  grid-template-rows: repeat(7, var(--square-size));
}

/* Square styles */
.squares li[data-level="0"] {
  background-color: var(--color-0);
}

.squares li[data-level="1"] {
  background-color: var(--color-1);
}

.squares li[data-level="2"] {
  background-color: var(--color-2);
}

.squares li[data-level="3"] {
  background-color: var(--color-3);
}

.squares li[data-level="4"] {
  background-color: var(--color-4);
}

.squares li[data-level="5"] {
  background-color: var(--color-5);
}

.squares li:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* Show on hover */
.info-sprite-wrap:hover .info-sprite-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px);
}

/*# sourceMappingURL=main.db09e601b16e89275904.css.map*/