/*!***************************************************************************************************************************************************!*\
  !*** 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;
}
.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;
}

.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: 9999;
  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;
}

/*@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;
  }
}
/*!***************************************************************************************************************************!*\
  !*** 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;
  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: 2.5rem;
  padding-bottom: 2.5rem;
  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 {
    top: 0px;
    left: 0px;
    height: 90%;
    width: 100%;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0px
  }
}
.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)
}
@media (max-width: 639px) {

  .details-wrapper {
    top: 0px;
    left: 0px;
    height: 90%;
    width: 100%;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0px;
    position: fixed
  }
}
.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 {
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center
}
.badge-filled {
  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))
}
.edit-transaction-details-label {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1)) !important
}
.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-inset-0 {
  inset: 0px
}
.tw--left-12 {
  left: -3rem
}
.tw-bottom-0 {
  bottom: 0px
}
.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 {
  left: 0.5rem
}
.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-\[2000\] {
  z-index: 2000
}
.tw-z-\[200\] {
  z-index: 200
}
.tw-z-\[2\] {
  z-index: 2
}
.tw-z-\[5\] {
  z-index: 5
}
.tw-z-\[999\] {
  z-index: 999
}
.tw-col-span-1 {
  grid-column: span 1 / span 1
}
.tw-col-span-2 {
  grid-column: span 2 / span 2
}
.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-1 {
  margin: 0.25rem
}
.tw-m-2 {
  margin: 0.5rem
}
.tw-m-3 {
  margin: 0.75rem
}
.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-\[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-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-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-\[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-mr-5 {
  margin-right: 1.25rem
}
.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-1\.5 {
  height: 0.375rem
}
.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-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-96 {
  height: 24rem
}
.tw-h-\[150px\] {
  height: 150px
}
.tw-h-\[233px\] {
  height: 233px
}
.tw-h-\[250px\] {
  height: 250px
}
.tw-h-\[30px\] {
  height: 30px
}
.tw-h-\[35px\] {
  height: 35px
}
.tw-h-\[400px\] {
  height: 400px
}
.tw-h-\[40px\] {
  height: 40px
}
.tw-h-\[4px\] {
  height: 4px
}
.tw-h-\[530px\] {
  height: 530px
}
.tw-h-\[555px\] {
  height: 555px
}
.tw-h-\[600px\] {
  height: 600px
}
.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-\[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-\[256px\] {
  max-height: 256px
}
.tw-max-h-\[500px\] {
  max-height: 500px
}
.tw-max-h-\[575px\] {
  max-height: 575px
}
.tw-max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px)
}
.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-\[100vh\] {
  min-height: 100vh
}
.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-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-48 {
  width: 12rem
}
.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-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-\[320px\] {
  width: 320px
}
.tw-w-\[35px\] {
  width: 35px
}
.tw-w-\[40vw\] {
  width: 40vw
}
.tw-w-\[50\%\] {
  width: 50%
}
.tw-w-\[500px\] {
  width: 500px
}
.tw-w-\[50px\] {
  width: 50px
}
.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-\[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-\[350px\] {
  min-width: 350px
}
.tw-min-w-\[360px\] {
  min-width: 360px
}
.tw-min-w-\[365px\] {
  min-width: 365px
}
.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-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-\[300px\] {
  max-width: 300px
}
.tw-max-w-\[400px\] {
  max-width: 400px
}
.tw-max-w-\[500px\] {
  max-width: 500px
}
.tw-max-w-\[600px\] {
  max-width: 600px
}
.tw-max-w-dvw {
  max-width: 100dvw
}
.tw-max-w-lg {
  max-width: 32rem
}
.tw-max-w-xl {
  max-width: 36rem
}
.tw-max-w-xs {
  max-width: 20rem
}
.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-\[-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-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-\[-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-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-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-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-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-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-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-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-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-8 {
  gap: 2rem
}
.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-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem
}
.tw-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem
}
.tw-gap-y-3 {
  row-gap: 0.75rem
}
.tw-gap-y-5 {
  row-gap: 1.25rem
}
.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-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * 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-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-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.tw-text-ellipsis {
  text-overflow: ellipsis
}
.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-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}
.tw-rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem
}
.tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}
.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-rounded-tr-xl {
  border-top-right-radius: 0.75rem
}
.\!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-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-solid {
  border-style: solid !important
}
.tw-border-solid {
  border-style: solid
}
.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-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-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-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-b-tealgray-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / 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-bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 199 255 / var(--tw-bg-opacity, 1)) !important
}
.tw-bg-\[\#00C2A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 194 168 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#00C2A8\]\/20 {
  background-color: rgb(0 194 168 / 0.2)
}
.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-\[\#DFF0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 224 / var(--tw-bg-opacity, 1))
}
.tw-bg-\[\#E2E8F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / 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-\[\#F4FBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / 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-\[\#F8E0DC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 224 220 / 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-\[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-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-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-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-primary {
  stroke: #00C4C4
}
.tw-stroke-white {
  stroke: #fff
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain
}
.tw-p-0 {
  padding: 0px
}
.tw-p-1 {
  padding: 0.25rem
}
.tw-p-1\.5 {
  padding: 0.375rem
}
.tw-p-10 {
  padding: 2.5rem
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem
}
.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\.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-\[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\.5 {
  padding-bottom: 0.875rem
}
.tw-pb-4 {
  padding-bottom: 1rem
}
.tw-pb-5 {
  padding-bottom: 1.25rem
}
.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-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-montserrat {
  font-family: Montserrat, serif
}
.tw-font-roboto-condensed {
  font-family: Roboto Condensed, sans-serif
}
.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-\[20px\] {
  font-size: 20px
}
.tw-text-\[24px\] {
  font-size: 24px
}
.tw-text-\[36px\] {
  font-size: 36px
}
.tw-text-\[3vh\] {
  font-size: 3vh
}
.tw-text-\[5vh\] {
  font-size: 5vh
}
.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-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-\[1\.25\] {
  line-height: 1.25
}
.tw-leading-\[125\%\] {
  line-height: 125%
}
.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-snug {
  line-height: 1.375
}
.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-text-danger {
  --tw-text-opacity: 1 !important;
  color: rgb(219 25 25 / var(--tw-text-opacity, 1)) !important
}
.\!tw-text-neutral-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(117 117 117 / 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-\[\#00B3FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 179 255 / var(--tw-text-opacity, 1))
}
.tw-text-\[\#00C2A8\] {
  --tw-text-opacity: 1;
  color: rgb(0 194 168 / var(--tw-text-opacity, 1))
}
.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-\[\#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-\[\#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-\[\#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-\[\#9CA3AF\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-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-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-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-no-underline {
  text-decoration-line: none !important
}
.tw-no-underline {
  text-decoration-line: none
}
.tw-decoration-primary {
  text-decoration-color: #00C4C4
}
.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-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-\[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-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-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-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-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-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-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-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-500 {
  transition-duration: 500ms
}
.\[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-55:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 244 244 / var(--tw-bg-opacity, 1))
}

.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-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 196 196 / 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-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-rounded-b-none:focus {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px
}

.focus\:tw-rounded-t-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem
}

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

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

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

.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-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-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-p-0 {
    padding: 0px
  }
}

@media (max-width: 474px) {
  .xs\:tw-fixed {
    position: fixed
  }
  .xs\:tw-left-0 {
    left: 0px
  }
  .xs\:tw-right-0 {
    right: 0px
  }
  .xs\:tw-right-2 {
    right: 0.5rem
  }
  .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-1\/2 {
    width: 50%
  }
  .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-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-absolute {
    position: absolute
  }
  .sm\:tw-relative {
    position: relative
  }
  .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-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-screen {
    height: 100vh
  }
  .sm\:tw-min-h-\[80vh\] {
    min-height: 80vh
  }
  .sm\:\!tw-w-full {
    width: 100% !important
  }
  .sm\:tw-w-0 {
    width: 0px
  }
  .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-dvw {
    width: 100dvw
  }
  .sm\:tw-w-fit {
    width: -moz-fit-content;
    width: fit-content
  }
  .sm\:tw-w-full {
    width: 100%
  }
  .sm\:tw-min-w-full {
    min-width: 100%
  }
  .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-flex-row {
    flex-direction: row
  }
  .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-rounded-full {
    border-radius: 9999px
  }
  .sm\:tw-rounded-none {
    border-radius: 0px
  }
  .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-p-2 {
    padding: 0.5rem
  }
  .sm\:tw-p-3 {
    padding: 0.75rem
  }
  .sm\:tw-p-4 {
    padding: 1rem
  }
  .sm\:tw-p-5 {
    padding: 1.25rem
  }
  .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\:focus\:tw-rounded-full:focus {
    border-radius: 9999px
  }
  .sm\:focus\:tw-border-none:focus {
    border-style: none
  }
}

@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-\[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-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-justify-center {
    justify-content: center
  }
  .md\:tw-justify-between {
    justify-content: space-between
  }
  .md\:tw-gap-4 {
    gap: 1rem
  }
  .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-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .md\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .md\:tw-pt-0 {
    padding-top: 0px
  }
  .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-flex-col {
    flex-direction: column
  }
  .tb\:tw-gap-2 {
    gap: 0.5rem
  }
  .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-flex-col {
    flex-direction: column
  }
}

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

@media (min-width: 768px) {
  .min-md\:tw-max-h-\[282px\] {
    max-height: 282px
  }
}

.\[\&\>\: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/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/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/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/app/gloss/manage/manage-accounts/edit-transaction-details/edit-transaction-details.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/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/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 ***!
  \***********************************************************************************************************************************************************************/
.outward-bottom {
  position: relative;
  overflow: visible;
}
.outward-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.25rem;
  background: #f5f5f5;
  z-index: 1;
}

.curve-border-left,
.curve-border-right {
  content: "";
  position: absolute;
  background: transparent;
  width: 1rem;
  height: 1rem;
  bottom: -0.0625rem;
  z-index: 50;
}

.curve-border-left {
  left: -1.0625rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: 0.0625rem 0.0625rem var(--button-border-color), 0.5rem 0.5rem #f5f5f5;
}

.curve-border-right {
  right: -1.0625rem;
  border-bottom-left-radius: 0.625rem;
  box-shadow: -0.0571429rem 0.0571429rem var(--button-border-color), -0.5rem 0.5rem #f5f5f5;
}

.clip-path-bottom {
  clip-path: url(#curved-bottom-clip);
}

.gradient-border {
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #00c4c4 0%, #dbdbdb 50%);
  border-image-slice: 1;
}
.gradient-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: linear-gradient(180deg, #00c4c4 0%, #dbdbdb 50%);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 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-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 ***!
  \****************************************************************************************************************************************************************************/
meter {
  border-radius: 12px;
  -webkit-appearance: none; /* Reset appearance */
}
meter::-webkit-meter-bar {
  background: #f5f5f5 none;
  border-radius: 12px;
}
meter::-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() {
  /* Styles specific to Mozilla */
  meter {
    height: 8px;
    -moz-appearance: none;
    background: #f5f5f5 none;
  }
  meter::-moz-meter-bar {
    background: #00c4c4 none;
    border-radius: 12px;
  }
  meter.meter-orange::-moz-meter-bar {
    background: #ffa222 none;
  }
  meter.meter-danger::-moz-meter-bar {
    background: #d23e00 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/wizard/stepper/stepper.component.scss ***!
  \**********************************************************************************************************************************************************************************/
.wizard {
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  height: 100%;
  width: 100%;
  background: rgba(238, 238, 238, 0.8);
}
.wizard .step-card {
  padding: 24px 32px 24px 32px;
  width: 30%;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: -4px -4px 4px 0px rgba(255, 255, 255, 0.2), -4px -4px 10px 0px #ffffff, 6px 6px 16px 0px rgba(9, 83, 77, 0.1607843137);
}
@media (max-width: 1024px) {
  .wizard .step-card {
    width: 100%;
    min-width: 360px;
  }
}
.wizard .card-content {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 15px;
  margin-bottom: 5px;
}
.wizard .card-content h2 {
  text-align: center;
}
.wizard .progress-bar-section > div {
  background-image: url(../images/progress-bar.png);
  background-position: top right;
  display: none;
  height: 7px;
  position: absolute;
  z-index: 1;
}
.wizard .progress-bar-section .step-2 {
  display: block;
  width: 40%;
}
.wizard .progress-bar-section .step-3 {
  display: block;
  width: 85%;
}
.wizard .step-check-icon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** 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.a8d1d99c87f9267a20cd.css.map*/